[wx-translators] translations for 2.8.0
Vadim Zeitlin
vadim at wxwindows.org
Tue Nov 7 06:50:05 PST 2006
On Tue, 7 Nov 2006 14:42:55 +0100 "Hans F. Nordhaug" <Hans.F.Nordhaug at hiMolde.no> wrote:
HFN> One of them is Norwegian Bokmål so I went ahead and found lots of
HFN> strings in all caps where some are keys - PGDN, PAGEDOWN, ESC, ESCAPE
HFN> ... - while others are not (on my keyboard) - BACK, PAUSE, SNAPSHOT,
HFN> SUBTRACT ... What are these strings really? And what is all the
HFN> KP_* strings?
All these are the names of the keys ("KP" stands for "key pad" and was
used as key label on some Unix workstations, don't know if it's still in
use though). They're used for the menu labels when the corresponding key is
an accelerator. E.g. if _("Quite\tEsc") string is used in the source for a
menu item, the translation of "ESC" will be used in the translated string.
Regards,
VZ
More information about the wx-translators
mailing list