php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54602 [FR] Wrong word for 'curly braces' in French translation
Submitted: 2011-04-26 00:51 UTC Modified: 2011-04-26 21:09 UTC
From: paul dot morelle at gmail dot com Assigned: salathe (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: paul dot morelle at gmail dot com
New email:
PHP Version: OS:

 

 [2011-04-26 00:51 UTC] paul dot morelle at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.array#Exemples
---
In French translation, the text says that array values can be accessed from a 
double-quoted string using parentheses instead of curly braces.

Correction proposition is changing the word:

-Tout comme en Perl, vous pouvez accéder à une valeur d'un tableau dans des 
doubles guillemets. Cependant, avec PHP, vous devez entourer votre tableau avec 
des parenthèses.
+Tout comme en Perl, vous pouvez accéder à une valeur d'un tableau dans des 
doubles guillemets. Cependant, avec PHP, vous devez entourer votre tableau avec 
des accolades.

Thank you!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-04-26 17:07 UTC] salathe@php.net
Automatic comment from SVN on behalf of salathe
Revision: http://svn.php.net/viewvc/?view=revision&revision=310519
Log: parentheses to accolades, doc #54602
 [2011-04-26 17:08 UTC] salathe@php.net
-Summary: Wrong word for 'curly braces' in French translation +Summary: [FR] Wrong word for 'curly braces' in French translation -Status: Open +Status: Closed -Assigned To: +Assigned To: salathe
 [2011-04-26 17:08 UTC] salathe@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.

Thank you! :-)
 [2011-04-26 21:09 UTC] paul dot morelle at gmail dot com
OK, my fault: I didn't take the time to check the development version.

Thank you for your work: PHP documentation is great!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 13:01:29 2024 UTC