php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54640 French translation problem
Submitted: 2011-04-30 19:08 UTC Modified: 2011-05-01 03:14 UTC
From: michaelroynard at gmail dot com Assigned: pierrick (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: michaelroynard at gmail dot com
New email:
PHP Version: OS:

 

 [2011-04-30 19:08 UTC] michaelroynard at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.function-exists#Description
---

The current description is : "Vérifie la liste des fonctions définies par l'utilisateur afin d'y trouver function_name.". This mean "Check the list of user-defined function,for function_name." And only user-defined.
The original (english) translation is : "Checks the list of defined functions, both built-in (internal) and user-defined, for function_name.".

So the french translation suggest that all built-in function are not checked (which is false).

The right french translation should be : "Vérifie la liste des fonctions définies par l'utilisateur ainsi que celles internes à php afin d'y trouver function_name".

Test script:
---------------
irrelevant

Expected result:
----------------
irrelevant

Actual result:
--------------
irrelevant

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-01 03:14 UTC] pierrick@php.net
Automatic comment from SVN on behalf of pierrick
Revision: http://svn.php.net/viewvc/?view=revision&revision=310680
Log: Fixed bug #54640
 [2011-05-01 03:14 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-05-01 03:14 UTC] pierrick@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:49 UTC] nikic@php.net
Automatic comment on behalf of pierrick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=171502a1562bdebbda6a7e608df19723f31e702c
Log: Fixed bug #54640
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC