php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53216 [FR] Error in French translation describing PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
Submitted: 2010-11-01 07:16 UTC Modified: 2010-11-06 20:56 UTC
From: chealer at gmail dot com Assigned: frozenfire (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2010-11-01 07:16 UTC] chealer at gmail dot com
Description:
------------
The first sentence describing PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, at http://www.php.net/manual/fr/ref.pdo-mysql.php , is:

If this attribute is set to TRUE on a PDOStatement, the MySQL driver will use the buffered versions of the MySQL API.

which is translated to French as

Si un attribut est fixé à TRUE sur une classe PDOStatement, le pilote MySQL utilisera les versions bufferisées de l'API MySQL.

"un" is not a translation of "this". "cet" is one:

Si cet attribut est fixé à TRUE sur une classe PDOStatement, le pilote MySQL utilisera les versions bufferisées de l'API MySQL.


BTW, "une classe PDOStatement" as a translation of "a PDOStatement" is also doubtful. "un PDOStatement" could do, even though it's as rough as the English version. Alternatively, "un objet de classe PDOStatement".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-03 21:52 UTC] kalle@php.net
-Summary: Error in French translation describing PDO::MYSQL_ATTR_USE_BUFFERED_QUERY +Summary: [FR] Error in French translation describing PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
 [2010-11-06 20:56 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=305136
Log: Fixed phrasing for PDO::MYSQL_ATTR_USE_BUFFERED_QUERY description, as per bug #53216.
 [2010-11-06 20:56 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2010-11-06 20:56 UTC] frozenfire@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: Fri Apr 19 23:01:28 2024 UTC