1 |
slords |
1.1.2.2 |
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 |
|
|
@@ -177,10 +173,6 @@ |
5 |
bytegw |
1.1.2.1 |
<trans>Restore</trans> |
6 |
|
|
</entry> |
7 |
|
|
<entry> |
8 |
|
|
- <base>VERIFY_DESKTOP_BACKUP_FILE</base> |
9 |
|
|
- <trans>Verify desktop backup file</trans> |
10 |
|
|
- </entry> |
11 |
|
|
- <entry> |
12 |
|
|
<base>VERIFY_BACKUP_DESC</base> |
13 |
|
|
<trans> |
14 |
|
|
<![CDATA[ |
15 |
slords |
1.1.2.2 |
@@ -258,10 +250,6 @@ |
16 |
bytegw |
1.1.2.1 |
<trans>Could not decode backup file: </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>FILES_IN_BACKUP</base> |
24 |
|
|
<trans>The following files are contained in the backup file:</trans> |
25 |
|
|
</entry> |
26 |
slords |
1.1.2.3 |
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 |
slords |
1.1.2.4 |
@@ -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 |
|
|
|