[CONSRV] Add Portuguese (pt-PT) translation (#9158)

This commit is contained in:
Jose Carlos Jesus
2026-06-28 20:31:02 +02:00
committed by GitHub
parent b38db9dd23
commit ae0f8d52ac
3 changed files with 47 additions and 2 deletions
@@ -62,6 +62,9 @@ IDI_TERMINAL ICON "frontends/gui/res/terminal.ico"
#ifdef LANGUAGE_PT_BR
#include "lang/pt-BR.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "lang/pt-PT.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif
@@ -1,6 +1,11 @@
/* Translation and UTF-8 Conversion by mkbu95 <[email protected]> (May, 2012) */
/*
* PROJECT: ReactOS Console Server
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Portuguese (Brazil) resource file
* TRANSLATOR: Copyright 2012 Matheus Macabu <[email protected]>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
STRINGTABLE
BEGIN
@@ -0,0 +1,37 @@
/*
* PROJECT: ReactOS Console Server
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Portuguese (Portugal) resource file
* TRANSLATOR: Copyright 2019-2026 Jose Carlos Jesus <[email protected]>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_EDIT "Editar"
IDS_MARK "Marcar"
IDS_COPY "Copiar\tEnter"
IDS_PASTE "Colar"
IDS_SELECTALL "Seleccionar Tudo"
IDS_SCROLL "Rolar"
IDS_FIND "Procurar..."
IDS_DEFAULTS "Prédefinição"
IDS_PROPERTIES "Propriedades"
/*
IDS_SCROLLHERE "Rolar aqui"
IDS_SCROLLTOP "Rolar até o topo"
IDS_SCROLLBOTTOM "Rolar até o fim"
IDS_SCROLLPAGE_UP "Página acima"
IDS_SCROLLPAGE_DOWN "Pagina abaixo"
IDS_SCROLLUP "Rolar para cima"
IDS_SCROLLDOWN "Rolar para baixo"
*/
IDS_TERMINAL_TITLE "Consola ReactOS"
END
STRINGTABLE
BEGIN
IDS_MARK_TITLE "Marca"
IDS_SELECT_TITLE "Selecção"
END