1 |
snetram |
1.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-04-27 11:02:28.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota 2008-04-27 11:00:42.000000000 +0200 |
4 |
|
|
@@ -8,10 +8,6 @@ |
5 |
|
|
<trans>Unable to open accounts db</trans> |
6 |
|
|
</entry> |
7 |
|
|
<entry> |
8 |
|
|
- <base>NO_ACCOUNTS</base> |
9 |
|
|
- <trans>There are no user accounts in the system.</trans> |
10 |
|
|
- </entry> |
11 |
|
|
- <entry> |
12 |
|
|
<base>QUOTA_DESC</base> |
13 |
|
|
<trans> |
14 |
|
|
<![CDATA[ |
15 |
|
|
@@ -36,10 +32,6 @@ |
16 |
|
|
<trans>Current Quota Usage and Settings</trans> |
17 |
|
|
</entry> |
18 |
|
|
<entry> |
19 |
|
|
- <base>USER_NAME</base> |
20 |
|
|
- <trans>User name</trans> |
21 |
|
|
- </entry> |
22 |
|
|
- <entry> |
23 |
|
|
<base>LIMIT_WITH_GRACE</base> |
24 |
|
|
<trans>Limit with grace period</trans> |
25 |
|
|
</entry> |
26 |
|
|
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 |
27 |
|
|
--- e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-04-27 11:02:28.000000000 +0200 |
28 |
|
|
+++ mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-04-27 11:01:40.000000000 +0200 |
29 |
|
|
@@ -93,7 +93,7 @@ |
30 |
|
|
|
31 |
|
|
unless (scalar @userAccounts) |
32 |
|
|
{ |
33 |
|
|
- print $q->h3 ($self->localise('NO_ACCOUNTS')); |
34 |
|
|
+ print $q->h3 ($self->localise('ACCOUNT_USER_NONE')); |
35 |
|
|
} |
36 |
|
|
else |
37 |
|
|
{ |