mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[KBSWITCH] Add Portuguese (pt-PT) translation (#7008)
Also fix SUBLANG for Portuguese Brazilian (pt-BR) translation.
This commit is contained in:
parent
c43a638fc1
commit
0abd920db9
3 changed files with 22 additions and 1 deletions
|
@ -56,6 +56,9 @@ IDI_MAIN ICON "res/kbswitch.ico"
|
||||||
#ifdef LANGUAGE_PT_BR
|
#ifdef LANGUAGE_PT_BR
|
||||||
#include "lang/pt-BR.rc"
|
#include "lang/pt-BR.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_PT_PT
|
||||||
|
#include "lang/pt-PT.rc"
|
||||||
|
#endif
|
||||||
#ifdef LANGUAGE_RO_RO
|
#ifdef LANGUAGE_RO_RO
|
||||||
#include "lang/ro-RO.rc"
|
#include "lang/ro-RO.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
|
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
|
||||||
|
|
||||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||||
|
|
||||||
IDR_POPUP MENU
|
IDR_POPUP MENU
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
18
base/applications/kbswitch/lang/pt-PT.rc
Normal file
18
base/applications/kbswitch/lang/pt-PT.rc
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: Keyboard Layout Switcher
|
||||||
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
|
* PURPOSE: Portuguese (Portugal) resource file
|
||||||
|
* TRANSLATOR: Copyright 2024 Jose Carlos Jesus <zecarlos1957@hotmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
IDR_POPUP MENU
|
||||||
|
BEGIN
|
||||||
|
POPUP "popup"
|
||||||
|
BEGIN
|
||||||
|
MENUITEM "&Preferências...", ID_PREFERENCES
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "&Sair", ID_EXIT
|
||||||
|
END
|
||||||
|
END
|
Loading…
Add table
Add a link
Reference in a new issue