From patchwork Wed May 13 13:52:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3081 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 49Mbj05dTSz3xQr for ; Wed, 13 May 2020 13:52:52 +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 49Mbhz6nxGz3Cj; Wed, 13 May 2020 13:52:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49Mbhz4n1Vz2y3N; Wed, 13 May 2020 13:52:51 +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 49Mbhy0fBPz2xrB for ; Wed, 13 May 2020 13:52:50 +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 49Mbhx4RkWz1Bp for ; Wed, 13 May 2020 13:52:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1589377969; 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=8XsDj9nDA4wNNl7qgtK3H9oLJZb4WVacB/UTRwjd6P0=; b=oDazWBuZadisaEql5S0BDAV4JSiTWUctI3gA72k555FqNWKxh2EXlw+LMWzbdE2XPc8RC0 nGY9Mp6L9me2y1Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1589377969; 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=8XsDj9nDA4wNNl7qgtK3H9oLJZb4WVacB/UTRwjd6P0=; b=emsz38nQmg6DjaiIKLb2E4BGVZ6QrG8l5fpPn3wrekpE62uwVmYUTSwY92VjqFx3p7XSUS N1b5z/UA/9JbcfzkPkM6HruU+hSMnKeMLEm2VjpVqXav53XEt2bFPf2YSsiljf4I8DDZ8x q5FAOok5tajUO+ZvO3wQeS9hyZew9+QqyQyWAPwqXc3GHSt8o9eRqM9iqyHO4TdUSWlJZv WX2wr+eJMuhbXbQMXXsyuRS9yDADwoL9K88d+fHBFgnhOQENzs9aUHNy4ApkI8gXbtBWHH 5AWy1zPze1dVJoI7IF7fVE6EviUTISNqwnClNB8KKEna1bA6/1tVMK8Ab1E0mg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Removed obsolete translation string from translation strings Date: Wed, 13 May 2020 15:52:41 +0200 Message-Id: <20200513135241.30167-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" 'graph' => ... is no longer needed Signed-off-by: Matthias Fischer --- langs/de/cgi-bin/de.pl | 1 - langs/en/cgi-bin/en.pl | 1 - langs/es/cgi-bin/es.pl | 1 - langs/fr/cgi-bin/fr.pl | 1 - langs/it/cgi-bin/it.pl | 1 - langs/nl/cgi-bin/nl.pl | 1 - langs/pl/cgi-bin/pl.pl | 1 - langs/ru/cgi-bin/ru.pl | 1 - langs/tr/cgi-bin/tr.pl | 1 - 9 files changed, 9 deletions(-) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 05b0973a0..74765c11d 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1327,7 +1327,6 @@ 'gpl license agreement' => 'Lizenzvereinbarung', 'gpl please read carefully the general public license and accept it below' => 'Bitte die General Public License genau lesen und diese unten akzeptieren.', 'gpl unofficial translation of the general public license v3' => 'Inoffizielle Übersetzung der General Public License v3', -'graph' => 'Diagramm', 'graph per' => 'pro', 'green' => 'GRÜN', 'green interface' => 'Grünes Interface', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index cb3df3a7e..514e4ff7a 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1351,7 +1351,6 @@ 'gpl license agreement' => 'License Agreement', 'gpl please read carefully the general public license and accept it below' => 'Please read carefully the General Public License and accept it below', 'gpl unofficial translation of the general public license v3' => 'Unofficial translation of the General Public License v3', -'graph' => 'Graph', 'graph per' => 'per', 'green' => 'GREEN', 'green interface' => 'Green Interface', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index 23bc20727..b496a45a6 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -881,7 +881,6 @@ 'gpl license agreement' => 'License Agreement', 'gpl please read carefully the general public license and accept it below' => 'Please read carefully the General Public License and accept it below', 'gpl unofficial translation of the general public license v3' => 'Unofficial translation of the General Public License v3', -'graph' => 'Gráfico', 'graph per' => 'por', 'green' => 'Green', 'green interface' => 'Interfaz Green', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index 509dc0053..631dda39b 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -1347,7 +1347,6 @@ 'gpl license agreement' => 'Accord de licence', 'gpl please read carefully the general public license and accept it below' => 'Veuillez lire attentivement la Licence et l\'accepter', 'gpl unofficial translation of the general public license v3' => 'Traduction non officielle de la Licence v3', -'graph' => 'Graphique', 'graph per' => 'par', 'green' => 'VERT', 'green interface' => 'Interface VERTE', diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl index 6c9137c28..8c55a89b5 100644 --- a/langs/it/cgi-bin/it.pl +++ b/langs/it/cgi-bin/it.pl @@ -1182,7 +1182,6 @@ 'gpl license agreement' => 'License Agreement', 'gpl please read carefully the general public license and accept it below' => 'Please read carefully the General Public License and accept it below', 'gpl unofficial translation of the general public license v3' => 'Unofficial translation of the General Public License v3', -'graph' => 'Grafico', 'graph per' => 'per', 'green' => 'Verde', 'green interface' => 'Interfaccia Verde', diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl index 5fa89b1ac..3035d7af2 100644 --- a/langs/nl/cgi-bin/nl.pl +++ b/langs/nl/cgi-bin/nl.pl @@ -1162,7 +1162,6 @@ 'gpl license agreement' => 'Licentieovereenkomst', 'gpl please read carefully the general public license and accept it below' => 'Lees alstublieft de General Public License aandachtig door en accepteer het hieronder', 'gpl unofficial translation of the general public license v3' => 'Onofficiële vertaling van de General Public License v3', -'graph' => 'Grafiek', 'graph per' => 'per', 'green' => 'GROEN', 'green interface' => 'Groene Interface', diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl index 521381af2..8c789ffe5 100644 --- a/langs/pl/cgi-bin/pl.pl +++ b/langs/pl/cgi-bin/pl.pl @@ -880,7 +880,6 @@ 'gpl license agreement' => 'Akceptacja licencji', 'gpl please read carefully the general public license and accept it below' => 'Proszę uważnie przeczytać licencję General Public License i zaakceptować jej warunki', 'gpl unofficial translation of the general public license v3' => 'Nieoficjalne tłumaczenie General Public License v3', -'graph' => 'Wykres', 'graph per' => 'na', 'green' => 'Green', 'green interface' => 'Interfejs Green', diff --git a/langs/ru/cgi-bin/ru.pl b/langs/ru/cgi-bin/ru.pl index 9ac46d459..80a584fdd 100644 --- a/langs/ru/cgi-bin/ru.pl +++ b/langs/ru/cgi-bin/ru.pl @@ -875,7 +875,6 @@ 'gpl license agreement' => 'License Agreement', 'gpl please read carefully the general public license and accept it below' => 'Please read carefully the General Public License and accept it below', 'gpl unofficial translation of the general public license v3' => 'Unofficial translation of the General Public License v3', -'graph' => 'Graph', 'graph per' => 'per', 'green' => 'Green', 'green interface' => 'Green Интерфейс', diff --git a/langs/tr/cgi-bin/tr.pl b/langs/tr/cgi-bin/tr.pl index 1917b8241..cde7862d3 100644 --- a/langs/tr/cgi-bin/tr.pl +++ b/langs/tr/cgi-bin/tr.pl @@ -1304,7 +1304,6 @@ 'gpl license agreement' => 'Lisans Sözleşmesi', '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' => '-', 'green' => 'YEŞİL', 'green interface' => 'Yeşil Arabirim',