Signed-off-by: Stefan Schantl <[email protected]> --- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 2 files changed, 2 insertions(+)
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', -- 2.47.3
