php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54606 [FR] [Example 4] Bad french translation
Submitted: 2011-04-26 12:24 UTC Modified: 2011-04-26 17:02 UTC
From: onicolas at idfr dot net Assigned: salathe (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: onicolas at idfr dot net
New email:
PHP Version: OS:

 

 [2011-04-26 12:24 UTC] onicolas at idfr dot net
Description:
------------
---
From manual page: http://www.php.net/function.preg-match#Examples
---

Bad french translation in example 4 for word 'above' in comments

In french, 'above' is 'ci-dessus', but in the documentation, we have 'ci-
dessous'.

So, good translation is :

ORIG : translation in english :
/* This also works in PHP 5.2.2 (PCRE 7.0) and later, however 
 * the above form is recommended for backwards compatibility */

BAD : actual translation in french :
/* Ceci fonctionne également en PHP 5.2.2 (PCRE 7.0) et suivants,
 * cependant, la syntaxe ci-dessous est recommandée pour des raisons
 * de compatibilités ascendantes */

GOOD : translation in french :
/* Ceci fonctionne également en PHP 5.2.2 (PCRE 7.0) et suivants,
 * cependant, la syntaxe ci-dessus est recommandée pour des raisons
 * de compatibilités ascendantes */

Thanks,


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-04-26 17:02 UTC] salathe@php.net
Automatic comment from SVN on behalf of salathe
Revision: http://svn.php.net/viewvc/?view=revision&revision=310518
Log: typo fix (ci-dessous -> ci-dessus) - closes doc #54606
 [2011-04-26 17:02 UTC] salathe@php.net
-Summary: [Example 4] Bad french translation +Summary: [FR] [Example 4] Bad french translation -Status: Open +Status: Closed -Assigned To: +Assigned To: salathe
 [2011-04-26 17:02 UTC] salathe@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 17:01:29 2024 UTC