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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Mon Apr 29 00:01:32 2024 UTC