From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d7qX22SBfz2yql for ; Sat, 15 Nov 2025 10:10:42 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d7qWz0Jdrz2xXK for ; Sat, 15 Nov 2025 10:10:39 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4d7qWy3YMFzD2; Sat, 15 Nov 2025 10:10:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1763201438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dgSnt3C8bCuIbrSlAGUmRkgW1ygPNfmPbQYxVsv/FcE=; b=jRiIqMhBkx9RLgDL7C/0NhrQ0Rc8he1jM/+bpjEd3Tmcdc/8d5Use6yKdjUK+isM1bJqws M18YqMuZgUk0olBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1763201438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dgSnt3C8bCuIbrSlAGUmRkgW1ygPNfmPbQYxVsv/FcE=; b=XzDAuaSMOTSi7e/M4nc8V6g8bcQh0Kmr2MPrijdc0eGiT+uMVYGYtiW2nQOFydUSZmZByc N+wVOkexDRZlk9T9anZZ3ef+lcGBrE0Sx1kiElJXE4h+MCK6ZTCzl+UW4zG9NQk1CH4iP9 8aXPtGReZ22LgeoI14+Dpy64KxI+q29CI3T8R+n1wntr8tMqQtjlcxrHmmQq4TaiMhXzVL gJL5zmP4XgTTBg+0MeFBlVxt6XX0wUWV/zq1sVRQGbVxNUbr+06uGNuvCfcBm3sJSQdOa9 OYN0Lhjo/tBL9CyQOZgETL/5efuNGOIIO0+wuxTAvraqJiVudCyOsxMgi88Fmw== From: Stefan Schantl To: development@lists.ipfire.org Cc: Stefan Schantl Subject: [PATCH] lldp: Add translations for invlid description input Date: Sat, 15 Nov 2025 11:09:22 +0100 Message-ID: <20251115100929.7230-1-stefan.schantl@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Schantl --- 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