php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66614 [RU] bad empty()'s page translation to Russian
Submitted: 2014-01-30 17:54 UTC Modified: 2014-12-26 19:11 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: savchenko dot sergij at gmail dot com Assigned: irker (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: savchenko dot sergij at gmail dot com
New email:
PHP Version: OS:

 

 [2014-01-30 17:54 UTC] savchenko dot sergij at gmail dot com
Description:
------------
in this page
http://us2.php.net/manual/ru/function.empty.php

there is a translation problem.

original: "$var; (a variable declared, but without a value)"
bad translation: "var $var; (переменная объявлена, но не имеет значения в классе)"
right translation: "$var (переменная объявлена, но не имеет значения)"

Expected result:
----------------
$var (переменная объявлена, но не имеет значения)

Actual result:
--------------
var $var; (переменная объявлена, но не имеет значения в классе)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-30 10:54 UTC] sobak@php.net
-Summary: Bad docs' translation to Russian +Summary: [RU] bad empty()'s page translation to Russian -Operating System: CrunchBang Linux +Operating System: -PHP Version: 5.4.24 +PHP Version: Irrelevant
 [2014-12-26 19:11 UTC] irker@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: irker
 [2014-12-26 19:11 UTC] irker@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: Thu Apr 25 22:01:29 2024 UTC