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 @@ |
@@ -177,10 +173,6 @@ |
|
<trans>Refresh this display</trans> |
|
|
</entry> |
|
|
<entry> |
|
|
- <base>CONFIGURE_TAPE_BACKUP</base> |
|
|
- <trans>Configure tape backup</trans> |
|
|
- </entry> |
|
|
- <entry> |
|
|
<base>RESTORE_COMPLETED</base> |
|
|
<trans>A system restore has completed</trans> |
|
|
</entry> |
|
|
@@ -188,10 +184,6 @@ |
|
5 |
<trans>Restore</trans> |
<trans>Restore</trans> |
6 |
</entry> |
</entry> |
7 |
<entry> |
<entry> |
12 |
<base>VERIFY_BACKUP_DESC</base> |
<base>VERIFY_BACKUP_DESC</base> |
13 |
<trans> |
<trans> |
14 |
<![CDATA[ |
<![CDATA[ |
15 |
@@ -269,10 +261,6 @@ |
@@ -258,10 +250,6 @@ |
16 |
<trans>Could not decode backup file: </trans> |
<trans>Could not decode backup file: </trans> |
17 |
</entry> |
</entry> |
18 |
<entry> |
<entry> |
23 |
<base>FILES_IN_BACKUP</base> |
<base>FILES_IN_BACKUP</base> |
24 |
<trans>The following files are contained in the backup file:</trans> |
<trans>The following files are contained in the backup file:</trans> |
25 |
</entry> |
</entry> |
26 |
|
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 |
27 |
|
--- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:56.000000000 -0600 |
28 |
|
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:52.000000000 -0600 |
29 |
|
@@ -533,7 +533,7 @@ |
30 |
|
my (undef, undef, $tmpfree, $halffree) = &CalculateSizes(); |
31 |
|
|
32 |
|
esmith::cgi::genHeaderNonCacheable ($q, undef, |
33 |
|
- $fm->localise('VERIFY_DESKTOP_BACKUP_FILE')); |
34 |
|
+ $fm->localise('DESKTOP_VERIFY')); |
35 |
|
|
36 |
|
print $q->p ($fm->localise('VERIFY_BACKUP_DESC')); |
37 |
|
|
38 |
|
@@ -733,7 +733,7 @@ |
39 |
|
if (open(RD, "-|")) |
40 |
|
{ |
41 |
|
esmith::cgi::genHeaderNonCacheable ($q, |
42 |
|
- undef, $fm->localise("VERIFY_DESKTOP_BACKUP_FILE")); |
43 |
|
+ undef, $fm->localise("DESKTOP_VERIFY")); |
44 |
|
|
45 |
|
print $q->p($fm->localise('FILES_IN_BACKUP')); |
46 |
|
|