php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50855 [FR] Error in french translation Masque PCRE
Submitted: 2010-01-27 09:17 UTC Modified: 2010-01-27 17:11 UTC
From: onemaxbo at free dot fr Assigned:
Status: Closed Package: Translation problem
PHP Version: 5.2.12 OS: Xp
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: onemaxbo at free dot fr
New email:
PHP Version: OS:

 

 [2010-01-27 09:17 UTC] onemaxbo at free dot fr
Description:
------------
In this page : 

http://fr.php.net/manual/fr/regexp.reference.subpatterns.php

Without correction  :
1. D?limiter des alternatives. Par exemple, le masque char(don|mant|)  acceptera les mots "char", "charmant", ou "charmant".

After correction  : 
1. D?limiter des alternatives. Par exemple, le masque char(don|mant|)  acceptera les mots "char", "chardon", ou "charmant".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-27 17:07 UTC] svn@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=294105
Log: Fix bug #50855
 [2010-01-27 17:11 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=732f5be87d1de85db978fabc1bec789392b095e6
Log: Fix bug #50855
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 05:01:30 2024 UTC