Re: Again about translation - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Again about translation
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CB21@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Again about translation  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Responses Re: Again about translation  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
List pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 13:32
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Again about translation
>
> I have been proofreading once again my italian translation and still
> have some question:
>
> 1.
> #: src/frm/frmQuery.cpp:139 src/frm/frmQuery.cpp:174
> msgid "Explain analyse query"
>
> analyse => analyze

The first is correct in .uk, the latter in .us.

> 2.
> #: src/frm/frmReport.cpp:1090
> msgid "Failed to parse the XML stylesheet!"
>
> #: src/frm/frmReport.cpp:1098
> msgid "Failed to parse the XSL stylesheet!"

Yeah, bit of an odd one to word. The code first loads the stylesheet and
parses it as a generic XML document. If that succeeds, it then parses it
as the XSL stylesheet that it is.

> What is the difference between and XML and XSL stylesheet? Isn't XSL a
> stylesheet per se?

XML is a extensible document format. XSL is a stylesheet language used
to write stylesheets for transforming XML documents. XSL Stylesheets are
also XML documents in their own right.

> 3.
> What is the difference from "dependencies" and "dependees"? I couldn't
> find the latter on any dictionary. Is it a synonym of "dependents"?

Yes. Thinking about it, dependees is probably not technically an English
word, but people know what it means and changing it now would probably
be painful.

Regards, Dave.

pgadmin-hackers by date:

Previous
From: Giuseppe Sacco
Date:
Subject: Again about translation
Next
From: Giuseppe Sacco
Date:
Subject: Re: Again about translation