octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (The last) missing translation strings


From: Torsten
Subject: Re: (The last) missing translation strings
Date: Sun, 24 Nov 2013 14:46:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 24.11.2013 13:22, PhilipNienhuis wrote:
> With yesterday's dev version (Nov 23) I see that in all translations (NL, DE,
> FR, ...) the column headers in the File Browser pane still appear in
> English; as do the strings there on the right-click menu.

On my system, the column headers as well as its context menu appear
correctly translated into German. In the nl-NL.ts file I can see that
the context menu entries already have translations. The headers are not
named by octave code but by qt itself and qt hasn't a dutch translation.

> In the "Browse directory" pane (the magnifier icon on the main menu bar)
> there is no translation at all (incl. the right-click menu).
> BTW the icon pop-up (when hovering above the icon) says "Browse directories"
> but the pane itself is titled "Set working directory".

The dialog is a qt dialog, so it is not translated. If we want to
translate the strings that are included in the qt-code itself I will
find the related files and also scan those files when updating the
language files.

Concerning the different names, we can set both strings to the same
value, the translation system should be able to handle this.

> What do we think about translating the contents of the "About Octave"
> pop-up?  (Help | About Octave)

Seems the tr () function was forgotten (long time ago) when implementing
the about message. IMHO we should translate the "about" message.

Torsten



reply via email to

[Prev in Thread] Current Thread [Next in Thread]