php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #39587 [pt_BR] Operator comparision translation error
Submitted: 2006-11-22 12:37 UTC Modified: 2007-01-20 22:40 UTC
From: gang5th-php at yahoo dot com dot br Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Web
Private report: No CVE-ID: None
 [2006-11-22 12:37 UTC] gang5th-php at yahoo dot com dot br
Description:
------------
A very bad misstake on the portuguese translation on the online manual.

The part "somente para o PHP4" means literaly "only for the PHP4", and that is not correct. It "introduced", not "only for"!
The right translation is "introduzido no PHP4".

Reproduce code:
---------------
On this page <http://www.php.net/manual/en/language.operators.comparison.php> we have:

$a === $b	Identical	 TRUE if $a is equal to $b, and they are of the same type. (introduced in PHP 4)

and

$a !== $b	Not identical	 TRUE if $a is not equal to $b, or they are not of the same type. (introduced in PHP 4)

Expected result:
----------------
$a === $b	Id?ntico	 Verdadeiro (TRUE) se $a ? igual a $b, e eles s?o do mesmo tipo (introduzido no PHP4).

and

$a !== $b	N?o id?ntico	 Verdadeiro de $a n?o ? igual a $b, ou eles n?o s?o do mesmo tipo (introduzido no PHP4).

Actual result:
--------------
And on the translation page <http://www.php.net/manual/pt_BR/language.operators.comparison.php> we have:

$a === $b	Id?ntico	 Verdadeiro (TRUE) se $a ? igual a $b, e eles s?o do mesmo tipo (somente para PHP4).

and

$a !== $b	N?o id?ntico	 Verdadeiro de $a n?o ? igual a $b, ou eles n?o s?o do mesmo tipo (somente para o PHP4).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-20 22:40 UTC] nlopess@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 10:45 UTC] nikic@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/pt_br.git;a=commit;h=38e087869581bcbf0b13ad61f6237b231c393d09
Log: fix bug #39587
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 05:01:35 2024 UTC