php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46824 [FR] Translation Problem "Billion" -> "Milliard"
Submitted: 2008-12-10 15:44 UTC Modified: 2008-12-10 20:21 UTC
From: danbrown@php.net Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2008-12-10 15:44 UTC] danbrown@php.net
Description:
------------
According to a user note posted (and removed) this morning:


The french translation isn't correct in the note about the billon limit for the 32bits signed of an integer.

In english, billion is 10^9, and in french we say "milliard".
But the word "billion" in french exists, and it means a million of million : 10^6 * 10^6 = 10^12. And it's not the same at all !


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-10 20: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.

Just fix it.
http://news.php.net/php.doc.fr/6152

Thanks to point us this mistake ;)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 06:01:29 2024 UTC