mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[COMCTL32] Update Portuguese (neutral) translation.
This commit is contained in:
parent
7df98d73b3
commit
4bbeb21f6d
1 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
|
@ -44,17 +44,17 @@ STRINGTABLE
|
|||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_BUTTON_YES "&Yes"
|
||||
IDS_BUTTON_NO "&No"
|
||||
IDS_BUTTON_RETRY "&Retry"
|
||||
IDS_BUTTON_YES "&Sim"
|
||||
IDS_BUTTON_NO "&Não"
|
||||
IDS_BUTTON_RETRY "&Retroceder"
|
||||
IDS_BUTTON_OK "OK"
|
||||
IDS_BUTTON_CANCEL "Cancel"
|
||||
IDS_BUTTON_CLOSE "&Close"
|
||||
IDS_BUTTON_CANCEL "Cancelar"
|
||||
IDS_BUTTON_CLOSE "&Fechar"
|
||||
}
|
||||
|
||||
IDD_PROPSHEET DIALOGEX 0, 0, 220, 140
|
||||
STYLE DS_SHELLFONT | DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||||
CAPTION "Propriedades de %s"
|
||||
CAPTION "Propriedades %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
|
|
Loading…
Reference in a new issue