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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 08:01:28 2024 UTC