1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota |
2 |
--- e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota 2008-03-28 21:31:05.000000000 +1100 |
3 |
+++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota 2008-03-28 21:13:20.000000000 +1100 |
4 |
@@ -88,6 +88,10 @@ |
5 |
<trans>currently has: </trans> |
6 |
</entry> |
7 |
<entry> |
8 |
+ <base>FILES</base> |
9 |
+ <trans>files</trans> |
10 |
+ </entry> |
11 |
+ <entry> |
12 |
<base>OCCUPYING</base> |
13 |
<trans>occupying: </trans> |
14 |
</entry> |
15 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm |
16 |
--- e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-03-28 21:31:05.000000000 +1100 |
17 |
+++ mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-03-28 21:26:08.000000000 +1100 |
18 |
@@ -192,9 +192,10 @@ |
19 |
Quota::query($dev, $uid); |
20 |
|
21 |
print |
22 |
- $q->p($self->localise('USER')."$name (\"$acct\") ". |
23 |
- $self->localise('CURRENTLY_HAS')."$ic files ". |
24 |
- $self->localise('OCCUPYING').$self->toMB($bc)." ". |
25 |
+ $q->p($self->localise('USER')." $name (\"$acct\") ". |
26 |
+ $self->localise('CURRENTLY_HAS')." $ic ". |
27 |
+ $self->localise('FILES')." ". |
28 |
+ $self->localise('OCCUPYING')." ". $self->toMB($bc) ." ". |
29 |
$self->localise('MEGABYTES')); |
30 |
|
31 |
print |