From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.8229.1575389823526772199 for ; Tue, 03 Dec 2019 08:17:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=F6UMD+wb; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389822; 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: in-reply-to:in-reply-to:references:references; bh=Cl7HI0DF0MikB/pMvDGvPwr6OQVz6WW6kMKgHk7X4Vk=; b=F6UMD+wb00NKNFtXKHRcMXNX0RFqWCUVmsLepj1d4eZ6qp2WrkGJYJSqIlAEAebx7xJajh BQ0qIe06XBwRBBD4MvPB4c/AIOHQiSElfVqN0ZQ+0EIW2hFGz2kghNma81YX6lnQJrgqba k5K7IgmPhvuKlDpKO79dGx8PA+N1BI0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-234-2jCudM9EMYOFUuX19yCROg-1; Tue, 03 Dec 2019 11:17:01 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D194E801E7A; Tue, 3 Dec 2019 16:16:59 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3E44860CD1; Tue, 3 Dec 2019 16:16:55 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Jian J Wang , Hao A Wu , Philippe Mathieu-Daude Subject: [PATCH 11/79] MdeModulePkg/Application: Improve French translation Date: Tue, 3 Dec 2019 17:14:54 +0100 Message-Id: <20191203161602.15969-12-philmd@redhat.com> In-Reply-To: <20191203161602.15969-1-philmd@redhat.com> References: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: 2jCudM9EMYOFUuX19yCROg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Use correct French. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Coeur Signed-off-by: Philippe Mathieu-Daude --- MdeModulePkg/Application/UiApp/FrontPageStrings.uni | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Application/UiApp/FrontPageStrings.uni b/MdeModul= ePkg/Application/UiApp/FrontPageStrings.uni index 254a876ec42c..a0ab9abce10a 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageStrings.uni +++ b/MdeModulePkg/Application/UiApp/FrontPageStrings.uni @@ -31,7 +31,7 @@ #string STR_FRONT_PAGE_BANNER_0_RIGHT #language en-US "OK" #language fr-FR "Bon" #string STR_FRONT_PAGE_BANNER_1_LEFT #language en-US "2 Pentium=C2=AE X= Xeon processors running at 800Thz" - #language fr-FR "2 Pentium=C2=AE X= les processeurs de Xeon courants =C3=A0 800Thz" + #language fr-FR "2 processeurs Pen= tium=C2=AE X Xeon tournants =C3=A0 800Thz" #string STR_FRONT_PAGE_BANNER_1_RIGHT #language en-US "24 TB System RAM" #language fr-FR "24 TB RAM de Syst= =C3=A8me" #string STR_FRONT_PAGE_BANNER_2_LEFT #language en-US "ACME=C2=AE EFI BI= OS Version 13.5 Release 1039.92" @@ -41,11 +41,11 @@ #string STR_CONTINUE_PROMPT #language en-US "Continue" #language fr-FR "Continuer" #string STR_CONTINUE_HELP #language en-US "This selection wi= ll direct the system to continue to booting process" - #language fr-FR "Cette s=C3=A9lect= ion dirigera le syst=C3=A8me pour continuer au charger de proc=C3=A9d=C3=A9= " + #language fr-FR "Cette s=C3=A9lect= ion dirigera le syst=C3=A8me pour continuer au processus d'amor=C3=A7age" #string STR_LANGUAGE_SELECT #language en-US "Select Language" #language fr-FR "Choisir la Langue= " #string STR_LANGUAGE_SELECT_HELP #language en-US "This is the optio= n one adjusts to change the language for the current system" - #language fr-FR "Ceci est l'option= que celui ajuste changer la langue pour le syst=C3=A8me actuel" + #language fr-FR "Ceci est l'option= qu'on ajuste pour changer la langue pour le syst=C3=A8me actuel" #string STR_MISSING_STRING #language en-US "Missing String" #language fr-FR "Missing String" #string STR_EMPTY_STRING #language en-US "" --=20 2.21.0