mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[TRANSLATION][SCREENSAVERS][SYSSETUP] Add Portuguese (PT) translation (#3156)
This commit is contained in:
parent
f07ace6aa2
commit
b52189873d
7 changed files with 50 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Portuguese translation of 3D Text ScreenSaver by Lucas Raziel (Oldcpv3) (raziellucas@hotmail.com) */
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||
|
||||
DLG_SCRNSAVECONFIGURE DIALOGEX 0, 0, 273, 178
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
|
|
18
base/applications/screensavers/3dtext/lang/pt-PT.rc
Normal file
18
base/applications/screensavers/3dtext/lang/pt-PT.rc
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* Translation to Portuguese (PT) by zecarlos1957@hotmail.com 10-09-2020 */
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
DLG_SCRNSAVECONFIGURE DIALOGEX 0, 0, 273, 178
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Opções de Protecção de Ecrã"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK, 216, 7, 50, 14
|
||||
PUSHBUTTON "Cancelar", IDCANCEL, 216, 24, 50, 14
|
||||
EDITTEXT IDC_MESSAGE_TEXT, 18, 28, 122, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Personalizar Texto", IDC_STATIC, 18, 17, 65, 8
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Texto 3D"
|
||||
END
|
|
@ -70,6 +70,9 @@ IDI_ICON ICON DISCARDABLE "res/icon_3dtext.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,6 @@
|
|||
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (May, 2012) */
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
|
|
9
base/applications/screensavers/logon/lang/pt-PT.rc
Normal file
9
base/applications/screensavers/logon/lang/pt-PT.rc
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* Translation to Portuguese (PT) by zecarlos1957@hotmail.com 10-09-2020*/
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Protecção de ecrã Início"
|
||||
IDS_TEXT "Esta protecção de ecrã não é configuravel."
|
||||
END
|
|
@ -77,6 +77,9 @@ IDB_SERVER BITMAP "res/1.bmp"
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue