php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48381 [FR] Mistranslation in French documentation
Submitted: 2009-05-25 08:51 UTC Modified: 2009-05-25 16:21 UTC
From: eric dot theeten at viveris dot fr Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: windows
Private report: No CVE-ID: None
 [2009-05-25 08:51 UTC] eric dot theeten at viveris dot fr
Description:
------------
On http://www.php.net/manual/fr/language.types.type-juggling.php,

"Note that tabs and spaces are allowed inside the parentheses, so the following are functionally equivalent:"
is translated by
"Notez que les tabulations et les espaces NE sont PAS autoris?s dans les parenth?ses, aussi, les exemples suivants sont fonctionnellement ?quivalents "

It should be
"Notez que les tabulations et les espaces sont autoris?s dans les parenth?ses. Les exemples suivants sont donc fonctionnellement ?quivalents :"

Expected result:
----------------
It should be
"Notez que les tabulations et les espaces sont autoris?s dans les parenth?ses. Les exemples suivants sont donc fonctionnellement ?quivalents :"


Actual result:
--------------
"Notez que les tabulations et les espaces NE sont PAS autoris?s dans les parenth?ses, aussi, les exemples suivants sont fonctionnellement ?quivalents "

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-25 16:21 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=3671b6f4ab2e5128c139742b3afb6f0e98e21474
Log: - fix bug #48381
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC