php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42454 Traduction problem in french version, getimagesize
Submitted: 2007-08-28 09:42 UTC Modified: 2007-08-28 16:37 UTC
From: rroquais at anuman dot fr Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Win XP
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rroquais at anuman dot fr
New email:
PHP Version: OS:

 

 [2007-08-28 09:42 UTC] rroquais at anuman dot fr
Description:
------------
The function getimagesize is badly traduced, and can lead to confusion.

Original text:
Index 0 and 1 contains respectively the width and the height of the image.

French traduction:
L'index 0 contient la largeur. L'index 1 contient la longueur.

Longueur means length, not height. The correct traduction is "hauteur".

In French, when you have largeur and longueur, you don't know which one is the horizontal one.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-28 16:37 UTC] yannick@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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC