From patchwork Sat Apr 27 01:08:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2216 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id DAE4B85BD82 for ; Fri, 26 Apr 2019 16:08:53 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44rHWS4gcBz5GpB6; Fri, 26 Apr 2019 16:08:52 +0100 (BST) Received: from ipfire-server.local (i59F4DE5E.versanet.de [89.244.222.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44rHWQ0Zkzz5161y; Fri, 26 Apr 2019 16:08:49 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556291330; h=from:from:sender: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:in-reply-to: references:openpgp:autocrypt; bh=gcNi+c/TFbtZPggJSy0sE90duM2oKXgVhK/kWjvgbR4=; b=qHp1IBhYIfsmd8ZYXKAGBdC6ZHG/0+hBYYHKgvYwLrnsYNFhgAm/zqZjW/ZpgGj/NcfadP GgVullaKOES2DAv9HczJuvW130BIdsDrEMobgtFNknF5kjwnL8FFoxniEvkRCwmb+QFOUd N1MBCtQ4BKbaT9ditchzUaUnR7zISzaNdLwPde4vdwNhAhQZeYdITurA0T/I5noA1Gk7qX VlfzGmiKVMtXdVC+T2eVi5vGkG5qo1UvBoz9XJXvgtf2e0w9hwX2QAOchu/IxA0QBDtNbr Vvc89z3+zExo1LtnkSzvsx7gyO/LecZHaDRHzhBpXoOLbcZ/GbNWIpb3xeScBA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556291330; h=from:from:sender: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:in-reply-to: references:openpgp:autocrypt; bh=gcNi+c/TFbtZPggJSy0sE90duM2oKXgVhK/kWjvgbR4=; b=PM/zSxpSOhyTamqreFOnLvEcKtsfklmSv6m6z/mny42qyoghfdgmtSS1EpwP6VMfDr55r/ oiTQ/0aXnmW8cmDQ== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Fixed certificate generation in french Date: Fri, 26 Apr 2019 17:08:35 +0200 Message-Id: <20190426150835.32754-1-ummeegge@ipfire.org> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" Fixes #12060 Signed-off-by: Erik Kapfer --- langs/fr/cgi-bin/fr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index b4ecf32fa..e6376f505 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -1284,7 +1284,7 @@ 'generate a certificate' => 'Générer un certificat :', 'generate dh key' => 'Générer paramètres Diffie-Hellman', 'generate iso' => 'Générer ISO', -'generate root/host certificates' => 'Générer des certificats root / hôte ', +'generate root/host certificates' => 'Générer des certificats root / hôte', 'generate tripwire keys and init' => 'Générer des clef Tripwire et init', 'generatekeys' => 'Générer des clefs', 'generatepolicy' => 'Générer une nouvelle politique',