|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-06-30 13:52 UTC] mathieu dot alorent at gripp dot fr
Description: ------------ Hello, in the example 1, the translation for comment in incorrect http://fr.php.net/manual/fr/function.substr.php original : // Accessing single characters in a string // can also be achived using "curly braces" translated in : // Acc?der ? un simple caract?re dans une cha?ne // peut ?galement ?tre r?alis? en utilisant des parenth?ses should be : // Acc?der ? un simple caract?re dans une cha?ne // peut ?galement ?tre r?alis? en utilisant des ACCOLADES more over, my dictionnary tell me "curly bracket" instead of "curly braces" (what's the difference ?) Regards Mathieu ALORENT PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 15:00:02 2025 UTC |
Translation is fixed is CVS. bracket : ] brace : { curly brace and square bracket seems to be "redondance" :)