From patchwork Sat Aug 22 21:55:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3393 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BYsdY38DFz3x16 for ; Sat, 22 Aug 2020 21:55:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BYsdW6PGzztw; Sat, 22 Aug 2020 21:55:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BYsdW3NNzz2yWr; Sat, 22 Aug 2020 21:55:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BYsdT5rSJz2xjX for ; Sat, 22 Aug 2020 21:55:41 +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 ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BYsdT0QDhzk3 for ; Sat, 22 Aug 2020 21:55:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1598133341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dr3o1PqvkBd/II1bPuM3QVb9fWBbytnliMHAK3sqjU8=; b=vXUYHY8M61cVfO35HOP6dWBsUtHJmFazUqowU2Xh/e6BoOcHBcbmJcx63rao6kiDSUwyH5 u10Z9DqGk+HbYdCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1598133341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dr3o1PqvkBd/II1bPuM3QVb9fWBbytnliMHAK3sqjU8=; b=uPoa4VfjqFBq3/yDf2hwrff2BTzC330AQE73nAG6L/dpQ438eeJ0Yg2ciCZYaISwVu0dO5 Y/3WIvMCzc8EnHwZs+kO6HAb+r2ldXOp/axmv16dBXhgz200QVTY8Kn72Q246RM8gEFKns sMDfP7Sm75jo45ANmoqCAFAkra+MRbBiBAN1MbDLhkGAVPcAp4hHN62lDdAprP0xxOyLdE Wv6Xecpqcgv3pDZUTlTDU+8dJ4Tq1BrfLhfKHUezEDG78nSL9q06pOzc2QMZMITvnygszA uMjj8zblZc7HRt30/XFVXt2lKaJutplAaPtDBXmWCT1tBzwRUgRx0WtxqrwRyQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] graphs.pl: Standardize localization strings for disk access graphs Date: Sat, 22 Aug 2020 23:55:36 +0200 Message-Id: <20200822215536.1318-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/cfgroot/graphs.pl | 2 +- langs/de/cgi-bin/de.pl | 2 +- langs/en/cgi-bin/en.pl | 2 +- langs/es/cgi-bin/es.pl | 2 +- langs/fr/cgi-bin/fr.pl | 2 +- langs/it/cgi-bin/it.pl | 2 +- langs/nl/cgi-bin/nl.pl | 2 +- langs/pl/cgi-bin/pl.pl | 2 +- langs/tr/cgi-bin/tr.pl | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index a7b82fed3..9531a0e37 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -486,7 +486,7 @@ sub updatediskgraph { "--start", "-1".$period, "-r", - "-t ".$disk." ".$Lang::tr{'disk access per'}." ".$Lang::tr{$period."-graph"}, + "-t ".$disk." ".$Lang::tr{'disk access'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"}, "-v ".$Lang::tr{'bytes per second'}, "--color=SHADEA".$color{"color19"}, "--color=SHADEB".$color{"color19"}, diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index ef4e4e6c8..b8f50b504 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -803,7 +803,7 @@ 'disconnect' => 'OpenVPN Stop / Trennen', 'disconnected' => 'Getrennt', 'disconnects' => 'Abbrüche', -'disk access per' => 'Festplattenzugriff je', +'disk access' => 'Festplattenzugriff', 'disk usage' => 'Festplattenbelegung', 'display' => 'Anzeige', 'display charset' => 'Display Charset', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 0b1b304a9..d3721fb85 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -823,7 +823,7 @@ 'disconnect' => 'OVPN Stop / Disconnect', 'disconnected' => 'Disconnected', 'disconnects' => 'Disconnects', -'disk access per' => 'Disk Access per', +'disk access' => 'Disk Access', 'disk usage' => 'Disk usage', 'display' => 'Display', 'display charset' => 'Display Charset', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index 8a611e181..f9c079b5b 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -655,7 +655,7 @@ 'disabled' => 'desactivado', 'disconnect' => 'Parar / Desconectar OVPN', 'disconnects' => 'Desconecta', -'disk access per' => 'Acceso a disco por', +'disk access' => 'Acceso a disco', 'disk usage' => 'Uso de disco', 'display' => 'Mostrar', 'display charset' => 'Juego de caracteres a mostrar', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index fc19257bf..7adf1d8c4 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -829,7 +829,7 @@ 'disconnect' => 'OVPN stoppé / déconnecté', 'disconnected' => 'Déconnecté', 'disconnects' => 'Déconnexion', -'disk access per' => 'Accès disque par', +'disk access' => 'Accès disque', 'disk usage' => 'Utilisation disque', 'display' => 'Réglages', 'display charset' => 'Afficher jeu de car.', diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl index fa4591b67..d07d21c10 100644 --- a/langs/it/cgi-bin/it.pl +++ b/langs/it/cgi-bin/it.pl @@ -733,7 +733,7 @@ 'disabled' => 'disabled', 'disconnect' => 'OVPN Stop / Disconnect', 'disconnects' => 'Disconnects', -'disk access per' => 'Accessi al disco per', +'disk access' => 'Accessi al disco', 'disk usage' => 'utilizzo del disco', 'display' => 'Display', 'display charset' => 'Display Charset', diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl index 4be11d5c1..47e8b0018 100644 --- a/langs/nl/cgi-bin/nl.pl +++ b/langs/nl/cgi-bin/nl.pl @@ -723,7 +723,7 @@ 'disabled' => 'uitgeschakeld', 'disconnect' => 'OVPN Stop / Verbreek', 'disconnects' => 'Verbreekt', -'disk access per' => 'Schijftoegang per', +'disk access' => 'Schijftoegang', 'disk usage' => 'Schijfgebruik', 'display' => 'Scherm', 'display charset' => 'Scherm tekenset', diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl index e77120273..31453d071 100644 --- a/langs/pl/cgi-bin/pl.pl +++ b/langs/pl/cgi-bin/pl.pl @@ -656,7 +656,7 @@ 'disabled' => 'wyłączony', 'disconnect' => 'OVPN Zatrz./Rozłączenie', 'disconnects' => 'Rozłączeń', -'disk access per' => 'Dostepow do dysku na', +'disk access' => 'Dostepow do dysku', 'disk usage' => 'Wykorzystanie dysku', 'display' => 'Wyświetl', 'display charset' => 'Display Charset', diff --git a/langs/tr/cgi-bin/tr.pl b/langs/tr/cgi-bin/tr.pl index ea2047609..7e7f711c0 100644 --- a/langs/tr/cgi-bin/tr.pl +++ b/langs/tr/cgi-bin/tr.pl @@ -804,7 +804,7 @@ 'disabled' => 'devre dışı', 'disconnect' => 'OVPN Durdur / Bağlantıyı kes', 'disconnects' => 'Bağlantıyı kes', -'disk access per' => 'erişim başına disk', +'disk access' => 'Disk erişim', 'disk usage' => 'Disk kullanımı', 'display' => 'Görünüm', 'display charset' => 'Karakterleri göster', @@ -1295,7 +1295,7 @@ 'gpl please read carefully the general public license and accept it below' => 'Dikkatlice Genel Kamu Lisansını okuyup kabul edin', 'gpl unofficial translation of the general public license v3' => 'Resmi olmayan sürüm-3 Genel Kamu Lisansı çevirisi', 'graph' => 'grafiği', -'graph per' => '-', +'graph per' => 'uzmanı', 'green' => 'YEŞİL', 'green interface' => 'Yeşil Arabirim', 'grouptype' => 'Grup türü:',