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 |
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 |
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 |
4 |
|
@@ -92,10 +92,6 @@ |
5 |
|
<trans>Refresh this display</trans> |
6 |
|
</entry> |
7 |
|
<entry> |
8 |
|
- <base>CONFIGURE_TAPE_BACKUP</base> |
9 |
|
- <trans>Configure tape backup</trans> |
10 |
|
- </entry> |
11 |
|
- <entry> |
12 |
|
<base>RESTORE_COMPLETED</base> |
13 |
|
<trans>A system restore has completed</trans> |
14 |
|
</entry> |
15 |
|
@@ -177,10 +173,6 @@ |
16 |
|
<trans>Restore</trans> |
17 |
|
</entry> |
18 |
|
<entry> |
19 |
|
- <base>VERIFY_DESKTOP_BACKUP_FILE</base> |
20 |
|
- <trans>Verify desktop backup file</trans> |
21 |
|
- </entry> |
22 |
|
- <entry> |
23 |
|
<base>VERIFY_BACKUP_DESC</base> |
24 |
|
<trans> |
25 |
|
<![CDATA[ |
26 |
|
@@ -258,10 +250,6 @@ |
27 |
|
<trans>Could not decode backup file: </trans> |
28 |
|
</entry> |
29 |
|
<entry> |
30 |
|
- <base>VERIFY_DESKTOP_BACKUP_FILE</base> |
31 |
|
- <trans>Verify desktop backup file</trans> |
32 |
|
- </entry> |
33 |
|
- <entry> |
34 |
|
<base>FILES_IN_BACKUP</base> |
35 |
|
<trans>The following files are contained in the backup file:</trans> |
36 |
|
</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 |
|
|