translation update
This commit is contained in:
parent
e037373dc0
commit
cc651ec3e0
|
@ -103,8 +103,8 @@ class quota extends baseModule {
|
||||||
'quotas' => _('Quota')
|
'quotas' => _('Quota')
|
||||||
);
|
);
|
||||||
// help entries
|
// help entries
|
||||||
$numbersHelp = _('Symbols K, M, G, and T can be appended to numeric value to express kibibytes, mebibytes, gibibytes, and tebibytes for blocks.')
|
$numbersHelp = _('Symbols K, M, G and T can be appended to numeric value to express kibibytes, mebibytes, gibibytes and tebibytes for blocks.')
|
||||||
. _(' Symbols k, m, g, and t can be appended to numeric value to express multiples of 10^3, 10^6, 10^9, and 10^12 inodes.');
|
. _(' Symbols k, m, g and t can be appended to numeric value to express multiples of 10^3, 10^6, 10^9 and 10^12 inodes.');
|
||||||
$return['help'] = array(
|
$return['help'] = array(
|
||||||
"Mountpoint" => array(
|
"Mountpoint" => array(
|
||||||
"Headline" => _("Mountpoint"),
|
"Headline" => _("Mountpoint"),
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue