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 |
2 |
--- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-09 22:41:32.000000000 +1000 |
3 |
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-09 22:37:56.000000000 +1000 |
4 |
@@ -883,4 +883,8 @@ |
5 |
<base>ERR_NO_USB_DISK</base> |
6 |
<trans>Error : No USB disk available. Please connect an USB disk or select another type of backup share.</trans> |
7 |
</entry> |
8 |
+ <entry> |
9 |
+ <base>HOURS</base> |
10 |
+ <trans>hours.</trans> |
11 |
+ </entry> |
12 |
</lexicon> |
13 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup |
14 |
--- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-09 22:41:32.000000000 +1000 |
15 |
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-09 22:41:18.000000000 +1000 |
16 |
@@ -1094,7 +1094,7 @@ |
17 |
print $fm->localise('WORKSTN_BACKUP_DAYSINSET'), ' ', $filesinset, '<br/>'; |
18 |
print $fm->localise('WORKSTN_BACKUP_COMPRESSION'), ' ', $compression, '<br/>'; |
19 |
print $fm->localise('WORKSTN_BACKUP_TOD'), ' ', $backupwkTime, '<br/>'; |
20 |
- print $fm->localise('WORKSTN_BACKUP_TIMEOUT'), ' ', $backupwkTimeout, 'h '; |
21 |
+ print $fm->localise('WORKSTN_BACKUP_TIMEOUT'), ' ', $backupwkTimeout, ' ', $fm->localise('HOURS'); |
22 |
if ( $backupwkIncOnlyTimeout eq 'yes' ) {print $fm->localise('WORKSTN_BACKUP_INCONLY_TIMEOUT')} |
23 |
print '<br/>'; |
24 |
if ( $dof eq '7' ) { |