php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48303 [FR] Inacuracy in French translation of eregi()
Submitted: 2009-05-16 15:05 UTC Modified: 2009-05-31 07:33 UTC
From: nicolas dot ramz at free dot fr Assigned:
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: nicolas dot ramz at free dot fr
New email:
PHP Version: OS:

 

 [2009-05-16 15:05 UTC] nicolas dot ramz at free dot fr
Description:
------------
The French documentation is inacurate and eregi() can lead to misunderstanding of this function..

"$regs[0] will contain a copy of the complete string matched" is translated as "$regs[0] contiendra une copie compl?te de la cha?ne"

So this lacks the "matched" word. So when reading it I thought $regs[0] contained the original string, and not the matched one... And I'm sure I'm not the only one :) A more accurate translation would be:

"$regs[0] contiendra une copie compl?te de la cha?ne match?e"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-31 07:33 UTC] yannick@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.


 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=d9e5a56ad9acee124499684f9fddeec5a157f0ba
Log: Fix bug #48303
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 22:01:31 2024 UTC