[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-bugs
Subject:    [DOC-BUGS] #50016 [NEW]: Wrong translation
From:       "admin at eexit dot net" <doc-bugs () lists ! php ! net>
Date:       2009-10-27 11:07:03
Message-ID: bug-50016 () bugs ! php ! net
[Download RAW message or body]

From:             admin at eexit dot net
Operating system: OSX
PHP version:      Irrelevant
PHP Bug Type:     Translation problem
Bug description:  Wrong translation

Description:
------------
On the French version of the page OOP5 > Interface 
(http://fr.php.net/manual/fr/language.oop5.interfaces.php), there is a 
wrong translation in an example.
I checked two different mirrors to check if the mistake was handled but 
no.

Check out below the code of example #2 :

« // Ceci ne fonctionnera pas » must be translated to « // Ceci 
fonctionnera ».

Thanks!

Reproduce code:
---------------
<?php
interface a
// ...

interface b extends a
// ...

// Ceci ne fonctionnera pas
class c implements b
// ...
?>

Expected result:
----------------
<?php
interface a
// ...

interface b extends a
// ...

// Ceci fonctionnera
class c implements b
// ...
?>


-- 
Edit bug report at http://bugs.php.net/?id=50016&edit=1
-- 
Try a snapshot (PHP 5.2):            http://bugs.php.net/fix.php?id=50016&r=trysnapshot52
Try a snapshot (PHP 5.3):            http://bugs.php.net/fix.php?id=50016&r=trysnapshot53
Try a snapshot (PHP 6.0):            http://bugs.php.net/fix.php?id=50016&r=trysnapshot60
Fixed in SVN:                        http://bugs.php.net/fix.php?id=50016&r=fixed
Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=50016&r=needdocs
Fixed in release:                    http://bugs.php.net/fix.php?id=50016&r=alreadyfixed
Need backtrace:                      http://bugs.php.net/fix.php?id=50016&r=needtrace
Need Reproduce Script:               http://bugs.php.net/fix.php?id=50016&r=needscript
Try newer version:                   http://bugs.php.net/fix.php?id=50016&r=oldversion
Not developer issue:                 http://bugs.php.net/fix.php?id=50016&r=support
Expected behavior:                   http://bugs.php.net/fix.php?id=50016&r=notwrong
Not enough info:                     http://bugs.php.net/fix.php?id=50016&r=notenoughinfo
Submitted twice:                     http://bugs.php.net/fix.php?id=50016&r=submittedtwice
register_globals:                    http://bugs.php.net/fix.php?id=50016&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=50016&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=50016&r=dst
IIS Stability:                       http://bugs.php.net/fix.php?id=50016&r=isapi
Install GNU Sed:                     http://bugs.php.net/fix.php?id=50016&r=gnused
Floating point limitations:          http://bugs.php.net/fix.php?id=50016&r=float
No Zend Extensions:                  http://bugs.php.net/fix.php?id=50016&r=nozend
MySQL Configuration Error:           http://bugs.php.net/fix.php?id=50016&r=mysqlcfg


-- 
PHP Documentation Bugs Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic