Fix and complete all localization files

- fr_FR, de_DE: add missing keys (imap.delimiter, smtp.auth.imap,
  smtp.auth.none)
- it_IT, nl_NL: rewrite with current key names (form.common.*,
  form.imap.*, form.smtp.*) and add all missing SMTP keys
- All 7 languages now have the same complete set of keys
This commit is contained in:
Laurent Dinclaux
2026-02-10 10:07:58 +11:00
parent 70f863ac68
commit 456d44c677
4 changed files with 127 additions and 57 deletions

View File

@@ -35,6 +35,9 @@ $labels['form.imap.username'] = 'Benutzername';
// Password
$labels['form.imap.password'] = 'Passwort';
// Folder hierarchy delimiter
$labels['form.imap.delimiter'] = 'Ordnerhierarchie-Trennzeichen';
// Value in \'Username\' field is too long (64 chars max).
$labels['err.user.long'] = 'Der Wert in Feld \'Benutzername\' ist zu lang (max. 64 Zeichen).';
@@ -51,8 +54,14 @@ $labels['form.smtp.tls'] = 'Sichere Verbindung (TLS)';
// Port
$labels['form.smtp.port'] = 'Port';
// Authorization required
$labels['form.smtp.auth'] = 'Genehmigung benötigt';
// Authorization
$labels['form.smtp.auth'] = 'Autorisierung';
// As IMAP
$labels['form.smtp.auth.imap'] = 'Wie IMAP';
// None
$labels['form.smtp.auth.none'] = 'Keine';
// Errors