Re: help with translation.. - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Re: help with translation..
Date
Msg-id 200312061029.48886.jm@poure.com
Whole thread Raw
In response to help with translation..  (andrej misovic <ado@nirvanaclub.sk>)
Responses Re: help with translation..
List pgadmin-hackers
> so if you can, you should write me short explanation
> of trigger, and cast..

Dear Andrej,

Translating words which belong to the SQL syntax is always hard.

The words "Trigger" and "Cast" are part of the SQL syntax CREATE CAST and
CREATE TRIGGER.  Unless there is a clear and usual translation for these
words in your language (it is not the case in French), it is recommanded to
keep the English words "Trigger" and "Cast", so that users can remember the
SQL syntax.

cast = type conversion from one type to another
See http://developer.postgresql.org/docs/postgres/sql-createcast.html

trigger = action running upon modification/deletion/creation of a row
See http://developer.postgresql.org/docs/postgres/sql-createtrigger.html

Do not hesitate to send me the detailed list of your questions and I will try
to answer them.

Dear Linas: are you still working on the Lithuanian translation, shall we keep
your name on the registered list?

Cheers,
Jean-Michel


pgadmin-hackers by date:

Previous
From: andrej misovic
Date:
Subject: Re: help with translation..
Next
From: andrej misovic
Date:
Subject: Re: help with translation..