translation update

This commit is contained in:
Roland Gruber 2018-03-04 15:42:50 +01:00
parent e037373dc0
commit cc651ec3e0
5 changed files with 4882 additions and 4520 deletions

View File

@ -103,8 +103,8 @@ class quota extends baseModule {
'quotas' => _('Quota')
);
// help entries
$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.');
$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.');
$return['help'] = array(
"Mountpoint" => array(
"Headline" => _("Mountpoint"),

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff