1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup |
2 |
--- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-02-10 09:52:55.000000000 +1100 |
--- e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:59:04.000000000 -0600 |
3 |
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-02-10 09:51:36.000000000 +1100 |
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:58:42.000000000 -0600 |
4 |
@@ -103,10 +103,6 @@ |
@@ -92,10 +92,6 @@ |
5 |
<trans>Refresh this display</trans> |
<trans>Refresh this display</trans> |
6 |
</entry> |
</entry> |
7 |
<entry> |
<entry> |
12 |
<base>RESTORE_COMPLETED</base> |
<base>RESTORE_COMPLETED</base> |
13 |
<trans>A system restore has completed</trans> |
<trans>A system restore has completed</trans> |
14 |
</entry> |
</entry> |
15 |
@@ -188,10 +184,6 @@ |
@@ -177,10 +173,6 @@ |
16 |
<trans>Restore</trans> |
<trans>Restore</trans> |
17 |
</entry> |
</entry> |
18 |
<entry> |
<entry> |
23 |
<base>VERIFY_BACKUP_DESC</base> |
<base>VERIFY_BACKUP_DESC</base> |
24 |
<trans> |
<trans> |
25 |
<![CDATA[ |
<![CDATA[ |
26 |
@@ -269,10 +261,6 @@ |
@@ -258,10 +250,6 @@ |
27 |
<trans>Could not decode backup file: </trans> |
<trans>Could not decode backup file: </trans> |
28 |
</entry> |
</entry> |
29 |
<entry> |
<entry> |
34 |
<base>FILES_IN_BACKUP</base> |
<base>FILES_IN_BACKUP</base> |
35 |
<trans>The following files are contained in the backup file:</trans> |
<trans>The following files are contained in the backup file:</trans> |
36 |
</entry> |
</entry> |
37 |
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup |
38 |
|
--- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:56.000000000 -0600 |
39 |
|
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:52.000000000 -0600 |
40 |
|
@@ -533,7 +533,7 @@ |
41 |
|
my (undef, undef, $tmpfree, $halffree) = &CalculateSizes(); |
42 |
|
|
43 |
|
esmith::cgi::genHeaderNonCacheable ($q, undef, |
44 |
|
- $fm->localise('VERIFY_DESKTOP_BACKUP_FILE')); |
45 |
|
+ $fm->localise('DESKTOP_VERIFY')); |
46 |
|
|
47 |
|
print $q->p ($fm->localise('VERIFY_BACKUP_DESC')); |
48 |
|
|