1 |
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 |
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.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:59:04.000000000 -0600 |
--- 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.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:58:42.000000000 -0600 |
+++ 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 |
|
@@ -92,10 +92,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> |
|
4 |
@@ -177,10 +173,6 @@ |
@@ -177,10 +173,6 @@ |
5 |
<trans>Restore</trans> |
<trans>Restore</trans> |
6 |
</entry> |
</entry> |
35 |
|
|
36 |
print $q->p ($fm->localise('VERIFY_BACKUP_DESC')); |
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 |
|
|