php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40834 Confusing czech translation on online help
Submitted: 2007-03-16 11:47 UTC Modified: 2007-03-23 14:04 UTC
From: sevcik at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
 [2007-03-16 11:47 UTC] sevcik at gmail dot com
Description:
------------
There is confusing czech translation for mysql_affected_rows at http://cz.php.net/manual/cs/function.mysql-affected-rows.php



Reproduce code:
---------------
Go to http://cz.php.net/manual/cs/function.mysql-affected-rows.php

There is a notice about transaction, which is wrong in czech translation.

Transactions: If you are using transactions, you need to call mysql_affected_rows() after your INSERT, UPDATE, or DELETE query, not after the COMMIT.



Expected result:
----------------
Expected czech translation:
Pozn?mka: Použ?v?te-li transakce, je nutn? mysql_affected_rows() volat ihned po dotazu INSERT, UPDATE nebo DELETE, nikoli až po potvrzen? transakce.

Actual result:
--------------
Current czech translation:
Pozn?mka: Použ?v?te-li transakce, je nutn? mysql_affected_rows() volat až po dotazu INSERT, UPDATE nebo DELETE, nikoli hned po potvrzen? transakce.

Prepositions are used in wrong meaning and make people confused, if you have to call it after UPDATE or it' allowed to call it after COMMIT.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-23 14:00 UTC] vrana@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.

"Pou??v?te-li transakce, je nutn? mysql_affected_rows()  volat hned po dotazu INSERT, UPDATE nebo DELETE, nikoli a? po potvrzen? transakce."
 [2007-03-23 14:04 UTC] sevcik at gmail dot com
Thanx.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 08:00:01 2025 UTC