Bugzilla – Attachment 73002 Details for
Bug 54165
Unable to localize key names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Estonian translations
keynames+et.diff (text/plain), 894 bytes, created by
Mihkel Tõnnov
on 2013-01-14 12:03:39 UTC
(
hide
)
Description:
Estonian translations
Filename:
MIME Type:
Creator:
Mihkel Tõnnov
Created:
2013-01-14 12:03:39 UTC
Size:
894 bytes
patch
obsolete
>--- a/vcl/win/source/window/keynames.cxx 2013-01-08 23:06:57.000000000 +0200 >+++ b/vcl/win/source/window/keynames.cxx 2013-01-14 12:17:50.000000000 +0200 >@@ -83,9 +83,21 @@ > { KEY_SHIFT, "Maj" }, > }; > >+ static const struct KeysNameReplacement aImplReplacements_Estonian[] = >+ { >+ { KEY_RIGHT, "Nool paremale" }, >+ { KEY_LEFT, "Nool vasakule" }, >+ { KEY_UP, "Nool üles" }, >+ { KEY_DOWN, "Nool alla" }, >+ { KEY_BACK, "Tagasilüke" }, >+ { KEY_ENTER, "Enter" }, >+ { KEY_SPACEBAR, "Tühik" }, >+ }; >+ > static const struct KeyboardReplacements aKeyboards[] = > { > { "ca", aImplReplacements_Catalan, SAL_N_ELEMENTS(aImplReplacements_Catalan) }, >+ { "et", aImplReplacements_Estonian, SAL_N_ELEMENTS(aImplReplacements_Estonian) }, > }; > > // translate keycodes, used within the displayed menu shortcuts
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 54165
:
72375
|
72546
| 73002