From: Stefan Schantl Date: Sat, 15 Nov 2025 10:09:22 +0000 (+0100) Subject: lldp: Add translations for invlid description input X-Git-Tag: v2.29-core199~17^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05fdcf7d654e5b99dea4cbd8fde1407d6a01299;p=ipfire-2.x.git lldp: Add translations for invlid description input Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 132c04ff1..deca00171 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1640,6 +1640,7 @@ 'line' => 'Leitung', 'linkq' => 'Antwortzeit', 'lldp' => 'Link-Layer-Discovery-Protokoll', +'lldp invalid description' => 'Ungültige Beschreibung. Erlaubte Zeichen sind A-Z, a-Z, Zahlen, Bindestriche und Unterstriche.', 'lldp neighbors' => 'Nachbarn', 'lldp there are no neighbors' => 'Aktuell gibt es keine Nachbarn', 'load average' => 'Load Average', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 9cef3edd2..e5f10db74 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1706,6 +1706,7 @@ 'link-layer encapsulation' => 'Link-Layer Encapsulation', 'linkq' => 'Link Quality', 'lldp' => 'Link Layer Discovery Protocol', +'lldp invalid description' => 'Invalid description. Allowed characters are A-Z, a-z, numbers, hypen and underscrores.', 'lldp neighbors' => 'Neighbors', 'lldp there are no neighbors' => 'There are currently no neighbors', 'load average' => 'Load Average',