ID: 42035 Updated by: [EMAIL PROTECTED] Reported By: marc dot dev at laffitte dot com -Status: Open +Status: Closed Bug Type: Translation problem PHP Version: Irrelevant New Comment:
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. Merci, n'hésite pas si tu en trouves d'autres, on manque un peu de contributeurs ces temps-ci. Mehdi Previous Comments: ------------------------------------------------------------------------ [2007-07-18 16:30:20] marc dot dev at laffitte dot com Description: ------------ In http://www.php.net/manual/en/language.oop5.interfaces.php the first sentence of the page: "Object interfaces allow you to create code which specifies which methods a class must implement" has been translated to: "Les interfaces objet vous permettent de créer du code qui spécifie quelles méthodes et variables une classe peut implémenter" in http://www.php.net/manual/fr/language.oop5.interfaces.php This is a bad translation because - "et variables" has been added in the translation but should have not; - "peut" is no good translation for "must" because it means "may"! (This would mean that methods defined in an interface would be not mandatory in a class implementing the interface). A better translation is: "Les interfaces objet permettent de créer du code qui spécifie quelles méthodes une classe doit implémenter" Note : I have also removed "vous" which is ok but bad style in this context. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42035&edit=1