add/correct missing language-strings

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann 2024-06-01 10:55:26 +02:00
parent 3dd6a7d2ac
commit a3139da388
No known key found for this signature in database
GPG Key ID: C121F97338D7A352
4 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,7 @@ final class UpdateCommand extends CliCommand
if ($result == self::SUCCESS) { if ($result == self::SUCCESS) {
require Froxlor::getInstallDir() . '/lib/functions.php'; require Froxlor::getInstallDir() . '/lib/functions.php';
if (Froxlor::hasUpdates() || Froxlor::hasDbUpdates()) { if (Froxlor::hasUpdates() || Froxlor::hasDbUpdates()) {
$output->writeln('<info>' . lng('updates.dbupdate_required') . '</>'); $output->writeln('<info>' . lng('update.dbupdate_required') . '</>');
if ($input->getOption('check-only')) { if ($input->getOption('check-only')) {
$output->writeln('<comment>Doing nothing because of "check-only" flag.</>'); $output->writeln('<comment>Doing nothing because of "check-only" flag.</>');
} else { } else {

View File

@ -239,7 +239,7 @@ class Domain
} }
return $iplist; return $iplist;
} }
return lng('panel.empty'); return lng('panel.listing_empty');
} }
/** /**

View File

@ -632,6 +632,7 @@ return [
'title' => 'Verwende greylisting', 'title' => 'Verwende greylisting',
'description' => 'Eingehende E-Mails mittels <a href="https://de.wikipedia.org/wiki/Greylisting" target="_blank">Greylisting</a> schützen.<br/>Standard: Ja' 'description' => 'Eingehende E-Mails mittels <a href="https://de.wikipedia.org/wiki/Greylisting" target="_blank">Greylisting</a> schützen.<br/>Standard: Ja'
], ],
'required_dkim_dns' => 'Erforderlicher DKIM DNS Eintrag',
], ],
'dns' => [ 'dns' => [
'destinationip' => 'Domain-IP-Adresse(n)', 'destinationip' => 'Domain-IP-Adresse(n)',

View File

@ -681,6 +681,7 @@ return [
'title' => 'Use greylisting', 'title' => 'Use greylisting',
'description' => 'Incoming emails will be protected by <a href="https://en.wikipedia.org/wiki/Greylisting_(email)" target="_blank">greylisting</a>.<br/>Default: yes' 'description' => 'Incoming emails will be protected by <a href="https://en.wikipedia.org/wiki/Greylisting_(email)" target="_blank">greylisting</a>.<br/>Default: yes'
], ],
'required_dkim_dns' => 'Required DKIM DNS entry',
], ],
'dns' => [ 'dns' => [
'destinationip' => 'Domain IP(s)', 'destinationip' => 'Domain IP(s)',