[Scilab-loc] Update for handle data type
Sylvestre Ledru
sylvestre.ledru at inria.fr
Fri May 30 10:21:16 CEST 2008
Le vendredi 30 mai 2008 à 10:08 +0200, Vincent COUVERT a écrit :
> Hi all,
>
> I just updated
> http://wiki.scilab.org/Localization_in_English_-_Standard_messages so
> that messages take into account what type of handle is expected in GUI
> or GRAPHICS modules.
>
> For exemple:
> "%s: Wrong type for input argument #%d: A graphic handle expected.\n"
> (generic message)
> "%s: Wrong type for input argument #%d: A 'Figure' handle expected.\n"
> "%s: Wrong type for input argument #%d: An 'Axes' handle expected.\n"
I would change this :
"%s: Wrong type for input argument #%d: An 'Axes' handle expected.\n"
by
"%s: Wrong type for input argument #%d: An '%s' handle expected.\n"
For translators, we are going to leave handle in the string, in French,
it will be also "handle" but could be translated in other languages.
S
More information about the localization
mailing list