php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53344 [FR] fsockopen() French translation problem
Submitted: 2010-11-18 12:09 UTC Modified: 2010-11-18 22:11 UTC
From: lisurc at free dot fr Assigned: frozenfire (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: lisurc at free dot fr
New email:
PHP Version: OS:

 

 [2010-11-18 12:09 UTC] lisurc at free dot fr
Description:
------------
---
From manual page: http://www.php.net/function.fsockopen#Liste de paramètres
---
Hello,

On the documentation page of the fsockopen() function, the French translation of 
the following English sentence sounds 
wrong at the end:

"If you need to set a timeout for reading/writing data over the socket, use 
stream_set_timeout(), as the timeout 
parameter to fsockopen() only applies while connecting the socket."

The current translation is missing some words:
"Si vous avez besoin de définir un délai limite pour lire/écrire des données à 
travers cette socket, utilisez la 
fonction stream_set_timeout(), comme le paramètre timeout de la fonction 
fsockopen() uniquement appliqué lors de la 
connexion de la socket."

Some propositions of what could be used instead:
"Si vous avez besoin de définir un délai limite pour lire/écrire des données à 
travers cette socket, utilisez la 
fonction stream_set_timeout(), car le paramètre timeout de la fonction 
fsockopen() est uniquement appliqué lors de la 
connexion de la socket."

"Si vous avez besoin de définir un délai limite pour lire/écrire des données à 
travers cette socket, utilisez la 
fonction stream_set_timeout(), car le paramètre timeout de la fonction 
fsockopen() n'est appliqué uniquement que lors de 
la connexion de la socket."

"Si vous avez besoin de définir un délai limite pour lire/écrire des données à 
travers cette socket, utilisez la 
fonction stream_set_timeout(), car le paramètre timeout de la fonction 
fsockopen() ne concerne que la connexion de la 
socket."



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-18 12:20 UTC] kalle@php.net
-Summary: fsockopen() French translation problem +Summary: [FR] fsockopen() French translation problem
 [2010-11-18 22:10 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=305522
Log: Fixed wording of the timeout parameter's description note, as per bug #53344.
 [2010-11-18 22:11 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2010-11-18 22:11 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: Thu Mar 28 14:01:29 2024 UTC