Hello, thanks, Petr,<div><br><div>I hope this includes my code for Slovenian for Linux and Windows (the latter was in a separate reply to this thread).</div><div><br></div><div>T<span></span>hanks,</div><div>m.<br><br>Dne ponedeljek, 21. januar 2013 je pošiljatelj Petr Mladek  napisal:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have pushed the Asturian, Slovenian, and Spanish translations into<br>
master, see<br>
<a href="http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f9cc7a486f89fe34e44f45399ddbeb240a3adb1" target="_blank">http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f9cc7a486f89fe34e44f45399ddbeb240a3adb1</a><br>

<br>
Also, I asked for review for the 4-0 branch via gerrit, see<br>
<a href="https://gerrit.libreoffice.org/#/c/1793/" target="_blank">https://gerrit.libreoffice.org/#/c/1793/</a><br>
<br>
Thanks a lot for contribution.<br>
<br>
Best Regards,<br>
Petr<br>
<br>
<br>
Martin Srebotnjak píše v Čt 10. 01. 2013 v 14:06 +0100:<br>
> Hi,<br>
><br>
> here is the Slovenian replacement table, please add it to the code:<br>
><br>
> static const struct KeysNameReplacement aImplReplacements_Slovenian[] =<br>
> {<br>
>  { KEY_ESC, "Ubežnica" },<br>
>  { KEY_BACK, "Vračalka" },<br>
>  { KEY_ENTER, "Vnašalka" },<br>
>  { KEY_SPACEBAR, "Preslednica" },<br>
>  { KEY_HOME, "Začetek" },<br>
>  { KEY_UP, "Navzgor" },<br>
>  { KEY_PAGEUP, "Prejšnja stran" },<br>
>  { KEY_LEFT, "Levo" },<br>
>  { KEY_RIGHT, "Desno" },<br>
>  { KEY_END, "Konec" },<br>
>  { KEY_DOWN, "Navzdol" },<br>
>  { KEY_PAGEDOWN, "Naslednja stran" },<br>
>  { KEY_INSERT, "Vrivalka" },<br>
>  { KEY_DELETE, "Brisalka" },<br>
>  { KEY_CONTROL, "Krmilka" },<br>
>  { KEY_SHIFT, "Dvigalka" },<br>
>  { KEY_ALT, "Izmenjalka" },<br>
> };<br>
><br>
> Please also add the following line to the aKeyboards[]:<br>
> { "sl", aImplReplacements_Slovenian,<br>
> SAL_N_ELEMENTS(aImplReplacements_Slovenian) },<br>
><br>
> Please notify when this is in, so I can check that special characters look ok.<br>
><br>
> Thanks, m.<br>
><br>
> 2013/1/8 Jesús Corrius <<a href="javascript:;" onclick="_e(event, 'cvml', 'jesus@softcatala.org')">jesus@softcatala.org</a>>:<br>
> > Hi all,<br>
> ><br>
> > Since today it's possible to provide custom translations of the names of<br>
> > the keys on Windows. This is useful because Windows gets the name of the<br>
> > key from the keyboard layout and, in some cases, they don't match properly.<br>
> ><br>
> > For example, Catalan users don't have a proper keyboard layout (well, they<br>
> > do have one but it's just an alias for the Spanish keyboard) so if a user<br>
> > uses the Spanish or French keyboard, the name of the keys in the UI will be<br>
> > in Spanish or French, but never in Catalan. I am sure other languages have<br>
> > this problem too.<br>
> ><br>
> > So it's now possible to provide custom names for keys for Windows using the<br>
> > same way we do for Linux. The file to modify is the following one and the<br>
> > process is exactly the same:<br>
> ><br>
> > <a href="http://cgit.freedesktop.org/libreoffice/core/tree/vcl/win/source/window/keynames.cxx" target="_blank">http://cgit.freedesktop.org/libreoffice/core/tree/vcl/win/source/window/keynames.cxx</a><br>
> ><br>
> > If you want to implement this, but you are not a developer, just send me<br>
> > the name of the keys with its translation and I will apply the changes<br>
> > myself.<br>
> ><br>
> > Thanks and Happy 2013 to everybody!<br>
> ><br>
> > --<br>
> > Jesús Corrius <<a href="javascript:;" onclick="_e(event, 'cvml', 'jesus@softcatala.org')">jesus@softcatala.org</a>><br>
> ><br>
> > --<br>
> > Unsubscribe instructions: E-mail to <a href="javascript:;" onclick="_e(event, 'cvml', 'l10n+help@global.libreoffice.org')">l10n+help@global.libreoffice.org</a><br>
> > Problems? <a href="http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/" target="_blank">http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/</a><br>
> > Posting guidelines + more: <a href="http://wiki.documentfoundation.org/Netiquette" target="_blank">http://wiki.documentfoundation.org/Netiquette</a><br>
> > List archive: <a href="http://listarchives.libreoffice.org/global/l10n/" target="_blank">http://listarchives.libreoffice.org/global/l10n/</a><br>
> > All messages sent to this list will be publicly archived and cannot be deleted<br>
> ><br>
> _______________________________________________<br>
> LibreOffice mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'LibreOffice@lists.freedesktop.org')">LibreOffice@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
<br>
<br>
</blockquote></div></div>