[Web] Various PHP 8 fixes, partly fixes #4219
This commit is contained in:
@@ -514,6 +514,7 @@
|
||||
"optional": "Dieser Eintrag ist optional."
|
||||
},
|
||||
"edit": {
|
||||
"acl": "ACL (Berechtigungen)",
|
||||
"active": "Aktiv",
|
||||
"admin": "Administrator bearbeiten",
|
||||
"advanced_settings": "Erweiterte Einstellungen",
|
||||
@@ -574,6 +575,7 @@
|
||||
"previous": "Vorherige Seite",
|
||||
"private_comment": "Privater Kommentar",
|
||||
"public_comment": "Öffentlicher Kommentar",
|
||||
"pushover": "Pushover",
|
||||
"pushover_evaluate_x_prio": "Hohe Priorität eskalieren [<code>X-Priority: 1</code>]",
|
||||
"pushover_info": "Push-Benachrichtigungen werden angewendet auf alle nicht-Spam Nachrichten zugestellt an <b>%s</b>, einschließlich Alias-Adressen (shared, non-shared, tagged).",
|
||||
"pushover_only_x_prio": "Nur Mail mit hoher Priorität berücksichtigen [<code>X-Priority: 1</code>]",
|
||||
|
@@ -517,6 +517,7 @@
|
||||
"optional": "This record is optional."
|
||||
},
|
||||
"edit": {
|
||||
"acl": "ACL (Permission)",
|
||||
"active": "Active",
|
||||
"admin": "Edit administrator",
|
||||
"advanced_settings": "Advanced settings",
|
||||
@@ -577,6 +578,7 @@
|
||||
"previous": "Previous page",
|
||||
"private_comment": "Private comment",
|
||||
"public_comment": "Public comment",
|
||||
"pushover": "Pushover",
|
||||
"pushover_evaluate_x_prio": "Escalate high priority mail [<code>X-Priority: 1</code>]",
|
||||
"pushover_info": "Push notification settings will apply to all clean (non-spam) mail delivered to <b>%s</b> including aliases (shared, non-shared, tagged).",
|
||||
"pushover_only_x_prio": "Only consider high priority mail [<code>X-Priority: 1</code>]",
|
||||
@@ -901,11 +903,11 @@
|
||||
"type": "Type"
|
||||
},
|
||||
"ratelimit": {
|
||||
"disabled": "Disabled",
|
||||
"second": "msgs / second",
|
||||
"minute": "msgs / minute",
|
||||
"hour": "msgs / hour",
|
||||
"day": "msgs / day"
|
||||
"disabled": "Disabled",
|
||||
"second": "msgs / second",
|
||||
"minute": "msgs / minute",
|
||||
"hour": "msgs / hour",
|
||||
"day": "msgs / day"
|
||||
},
|
||||
"start": {
|
||||
"help": "Show/Hide help panel",
|
||||
@@ -1179,4 +1181,4 @@
|
||||
"session_token": "Form token invalid: Token mismatch",
|
||||
"session_ua": "Form token invalid: User-Agent validation error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user