xbmcbackup/resources/language/resource.language.en_gb/strings.po

627 lines
9.8 KiB
Plaintext
Raw Normal View History

2017-11-08 15:54:30 +01:00
# Kodi Media Center language file
# Addon Name: Backup
# Addon id: script.xbmcbackup
# Addon Provider: robweber
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2017-09-19 14:20+0000\n"
"Last-Translator: Martijn Kaijser <machine.sanctum@gmail.com>\n"
"Language-Team: English (http://www.transifex.com/teamxbmc/xbmc-addons/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "Addon Summary"
msgid ""
"Backup and restore your Kodi database and configuration files in the event "
"of a crash or file corruption."
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "Addon Description"
msgid ""
"Ever hosed your Kodi configuration and wished you'd had a backup? Now you "
"can with one easy click. You can export your database, playlist, thumbnails,"
" addons and other configuration details to any source writeable by Kodi or "
"directly to Dropbox cloud storage. Backups can be run on demand or via a "
"scheduler. "
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30010"
msgid "Backup"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30011"
msgid "General"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30012"
msgid "File Selection"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30013"
msgid "Scheduling"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
msgctxt "#30014"
msgid "Simple"
2021-06-10 18:33:31 +02:00
msgstr ""
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
msgctxt "#30015"
msgid "Advanced"
2021-06-10 18:33:31 +02:00
msgstr ""
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
2017-11-08 15:54:30 +01:00
msgctxt "#30016"
msgid "Backup"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30017"
msgid "Restore"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30018"
msgid "Browse Path"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30019"
msgid "Type Path"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30020"
msgid "Browse Remote Path"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30021"
msgid "Backup Folder Name"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30022"
msgid "Progress Display"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30023"
msgid "Mode"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30024"
msgid "Type Remote Path"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30025"
msgid "Remote Path Type"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30026"
msgid "Backups to keep (0 for all)"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30027"
msgid "Dropbox"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30028"
msgid "Dropbox Key"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30029"
msgid "Dropbox Secret"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30030"
msgid "User Addons"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30031"
msgid "Addon Data"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30032"
msgid "Database"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30033"
msgid "Playlist"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30034"
msgid "Thumbnails/Fanart"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30035"
msgid "Config Files"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30036"
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
msgid "Disclaimer"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30037"
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
msgid "Canceling this menu will close and save changes"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30038"
msgid "Advanced Settings Detected"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30039"
msgid "The advancedsettings file should be restored first"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30040"
msgid "Select Yes to restore this file and restart Kodi"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30041"
msgid "Select No to continue"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30042"
msgid "Resume Restore"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30043"
msgid "The Backup addon has detected an unfinished restore"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30044"
msgid "Would you like to continue?"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30045"
2021-01-20 21:25:48 +01:00
msgid "Error: Remote or zip file path doesn't exist"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30046"
msgid "Starting"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30047"
msgid "Local Dir"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30048"
msgid "Remote Dir"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30049"
msgid "Gathering file list"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30050"
msgid "Remote Path exists - may have old files in it!"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30051"
msgid "Creating Files List"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30052"
msgid "Writing file"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30053"
msgid "Starting scheduled backup"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30054"
msgid "Removing backup"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30056"
2021-04-08 22:43:26 +02:00
msgid "Scan or click this URL to authorize, click OK AFTER completion"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30057"
msgid "Click OK AFTER completion"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30058"
msgid "Developer Code Needed"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30059"
msgid "Visit https://www.dropbox.com/developers"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30060"
msgid "Enable Scheduler"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30061"
msgid "Schedule"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30062"
msgid "Hour of Day"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30063"
msgid "Day of Week"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30064"
msgid "Cron Schedule"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30065"
msgid "Sunday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30066"
msgid "Monday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30067"
msgid "Tuesday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30068"
msgid "Wednesday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30069"
msgid "Thursday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30070"
msgid "Friday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30071"
msgid "Saturday"
2021-06-10 18:33:31 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30072"
msgid "Every Day"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30073"
msgid "Every Week"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30074"
msgid "First Day of Month"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30075"
msgid "Custom Schedule"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30076"
msgid "Shutdown After Backup"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30077"
msgid "Restart Kodi"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30078"
msgid "You should restart Kodi to continue"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30079"
msgid "Just Today"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30080"
msgid "Profiles"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30081"
msgid "Scheduler will run again on"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30082"
msgid "Progress Bar"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30083"
msgid "Background Progress Bar"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30084"
msgid "None (Silent)"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30085"
msgid "Version Warning"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30086"
msgid ""
"This version of Kodi is different than the one used to create the archive"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30087"
msgid "Compress Archives"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30088"
msgid "Copying Zip Archive"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30089"
msgid "Write Error Detected"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30090"
msgid "The destination may not be writeable"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30091"
msgid "Zip archive could not be copied"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30092"
msgid "Not all files were copied"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30093"
msgid "Delete Authorization Info"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30094"
msgid "This will delete any OAuth token files"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30095"
msgid "Do you want to do this?"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30096"
msgid "Old Zip Archive could not be deleted"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30097"
msgid "This needs to happen before a backup can run"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30098"
msgid "Google Drive"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30099"
msgid "Open Settings"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30100"
msgid "Extracting Archive"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30101"
msgid "Error extracting the zip archive"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30102"
msgid "Click OK to enter code"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30103"
msgid "Validation Code"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30104"
msgid "Authorize Now"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30105"
msgid "Authorize this remote service in the settings first"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30106"
msgid "is authorized"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30107"
msgid "error authorizing"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30108"
msgid "Visit https://console.developers.google.com/"
2021-06-14 18:28:22 +02:00
msgstr ""
2017-11-08 15:54:30 +01:00
msgctxt "#30109"
msgid "Run on startup if missed"
2021-06-14 18:28:22 +02:00
msgstr ""
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
msgctxt "#30110"
msgid "Set Name"
msgstr ""
msgctxt "#30111"
msgid "Root folder selection"
msgstr ""
msgctxt "#30112"
msgid "Browse Folder"
msgstr ""
msgctxt "#30113"
msgid "Enter Own"
msgstr ""
msgctxt "#30114"
msgid "starts in Kodi home"
msgstr ""
msgctxt "#30115"
msgid "enter path to start there"
msgstr ""
msgctxt "#30116"
msgid "Enter root path"
msgstr ""
msgctxt "#30117"
msgid "Path Error"
msgstr ""
msgctxt "#30118"
msgid "Path does not exist"
msgstr ""
msgctxt "#30119"
msgid "Select root"
msgstr ""
msgctxt "#30120"
msgid "Add Exclude Folder"
msgstr ""
msgctxt "#30121"
msgid "Root Folder"
msgstr ""
msgctxt "#30122"
msgid "Edit"
msgstr ""
msgctxt "#30123"
msgid "Delete"
msgstr ""
msgctxt "#30124"
msgid "Choose Action"
msgstr ""
msgctxt "#30125"
msgid "Advanced Editor"
msgstr ""
msgctxt "#30126"
msgid "Add Set"
msgstr ""
msgctxt "#30127"
msgid "Delete Set"
msgstr ""
msgctxt "#30128"
msgid "Are you sure you want to delete?"
msgstr ""
msgctxt "#30129"
msgid "Exclude"
msgstr ""
msgctxt "#30130"
msgid "The root folder cannot be changed"
msgstr ""
msgctxt "#30131"
msgid "Choose Sets to Restore"
msgstr ""
msgctxt "#30132"
msgid "Version 1.5.0 requires you to setup your file selections again - this is a breaking change"
Update for Leia (#117) * updated addon.xml for Krypton * default log level is always debug now * added screenshots per krypton format * started new way of defining backup directories * reconfigured simple backup process * added an advanced backup editor and combined settings.xml scripts into a launcher * added strings for advanced editor * there was a function to do this * match excluded with regex * updated def for the addons set * directory has to end in slash to use exists() * added a backup set chooser on restore * added string for restore browser * utilize details to show root folder and icons * save non translated paths, better cross platform support * revert dropbox python 2.6 changes * start of #132 * can't have duplicate ids * updated strings * closes #132 * added a disclaimer for breaking changes * split backup and restore into separate functions * updated scripting to pass in list of sets to restore * beta version * added 2 min delay in startup - part of #147 * forgot to remove debug message * change to wait for abort in case someone tries to close Kodi * add retroplayer game saves to default file list * display restore points with most recent on top * remove length check, breaking change with this version means old archives are no longer compatible * format restore list according to regional settings * this function isn't used anymore, legacy of old file manager * use images folder as default * added note about compatibility * added utils function for regional date, use for scheduler notifications as well * add/remove include and exclude directories to a set * paths should have / at the end * show path relative to root * if in advanced mode allow jumping to editor from launch screen * check that path is within root folder of set * cannot have duplicate set names or rules regarding folders within a set * put strings in correct lang file * beta version bump * accidentally deleted string id * change exclude criteria. Regex was not matching in complex cases * make sure the dest folder (backup set root) exists before writing to it * modify select display to show recursive value for included folders * use a context menu here * added ability to toggle recursion of sub folders * beta 3 * added support doc * wrong branch * don't need this import anymore * don't need these imports * part of #133
2019-08-26 22:40:15 +02:00
msgstr ""
msgctxt "#30133"
msgid "Game Saves"
msgstr ""
msgctxt "#30134"
msgid "Include"
msgstr ""
msgctxt "#30135"
msgid "Add Include Folder"
msgstr ""
msgctxt "#30136"
msgid "Path must be within root folder"
msgstr ""
msgctxt "#30137"
msgid "This path is part of a rule already"
msgstr ""
msgctxt "#30138"
msgid "Set Name exists already"
msgstr ""
msgctxt "#30139"
msgid "Copy Simple Config"
msgstr ""
msgctxt "#30140"
msgid "This will copy the default Simple file selection to the Advanced Editor"
msgstr ""
msgctxt "#30141"
msgid "This will erase any current Advanced Editor settings"
msgstr ""
msgctxt "#30142"
msgid "Enable Verbose Logging"
2019-12-31 17:41:15 +01:00
msgstr ""
msgctxt "#30143"
msgid "Exclude a specific folder from this backup set"
msgstr ""
msgctxt "#30144"
msgid "Include a specific folder to this backup set"
msgstr ""
msgctxt "#30145"
msgid "Type"
msgstr ""
msgctxt "#30146"
msgid "Include Sub Folders"
msgstr ""
msgctxt "#30147"
msgid "Toggle Sub Folders"
msgstr ""
msgctxt "#30148"
msgid "Ask before restoring Kodi UI settings"
msgstr ""
msgctxt "#30149"
msgid "Restore Kodi UI Settings"
msgstr ""
msgctxt "#30150"
msgid "Restore saved Kodi system settings from backup?"
msgstr ""
msgctxt "#30151"
msgid "Enable Verbose Logging"
msgstr ""
2021-01-20 21:25:48 +01:00
msgctxt "#30152"
msgid "Set Zip File Location"
msgstr ""
2021-01-20 21:35:52 +01:00
msgctxt "#30153"
msgid "Full path to where the zip file will be staged during backup or restore - must be local to this device"
msgstr ""
msgctxt "#30154"
msgid "Always prompt if Kodi settings should be restored - no by default"
msgstr ""
msgctxt "#30155"
msgid "Adds additional information to the log file"
msgstr ""
msgctxt "#30156"
msgid "Must save key/secret first, then return to settings to authorize"
msgstr ""
msgctxt "#30157"
msgid "Simple uses pre-defined folder locations, use Advanced Editor to define custom paths"
msgstr ""
msgctxt "#30158"
msgid "Run backup on daily, weekly, monthly, or custom schedule"
msgstr ""