php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42035 Bad french translation for description of Object Interfaces
Submitted: 2007-07-18 16:30 UTC Modified: 2007-07-19 20:54 UTC
From: marc dot dev at laffitte dot com Assigned:
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: marc dot dev at laffitte dot com
New email:
PHP Version: OS:

 

 [2007-07-18 16:30 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-19 20:54 UTC] didou@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.

Merci, n'h?site pas si tu en trouves d'autres, on manque un peu de contributeurs ces temps-ci.

Mehdi
 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of didou
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=9cead3d5353dafc880da9eb0d7f044f331cf6233
Log: Fix #42035: Bad translationvi
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC