From a1c91ef51c585f35e76971833cc864d6bf719919 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Fri, 1 Aug 2014 14:36:10 -0500 Subject: [PATCH] updated strings for zip notifications --- resources/language/English/strings.xml | 2 ++ resources/lib/backup.py | 4 ++-- resources/settings.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml index c07ff77..7ba8a6b 100644 --- a/resources/language/English/strings.xml +++ b/resources/language/English/strings.xml @@ -78,4 +78,6 @@ None (Silent) Version Warning This version of XBMC is different than the one used to create the archive + Compress Archives + Copying Zip Archive diff --git a/resources/lib/backup.py b/resources/lib/backup.py index aaafadd..81e0d59 100644 --- a/resources/lib/backup.py +++ b/resources/lib/backup.py @@ -247,7 +247,7 @@ class XbmcBackup: self.xbmc_vfs.set_root(xbmc.translatePath("special://temp/")) self.remote_vfs = self.saved_remote_vfs - self.progressBar.updateProgress(98, "Copying Zip Archive") + self.progressBar.updateProgress(98, utils.getString(30088)) self.backupFiles(fileManager.getFiles(),self.xbmc_vfs, self.remote_vfs) #delete the temp zip file @@ -261,7 +261,7 @@ class XbmcBackup: #catch for if the restore point is actually a zip file if(self.restore_point.split('.')[-1] == 'zip'): - self.progressBar.updateProgress(0, "Copying Zip Archive") + self.progressBar.updateProgress(2, utils.getString(30088)) utils.log("copying zip file: " + self.restore_point) #set root to data dir home diff --git a/resources/settings.xml b/resources/settings.xml index a1d1c74..f3aaa6b 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -6,7 +6,7 @@ - +