hhctrl.ocx: Fix Portuguese (Brazilian) translation.
This commit is contained in:
parent
8d04b96210
commit
3f404369da
|
@ -3,6 +3,7 @@
|
||||||
* Portuguese Language Support
|
* Portuguese Language Support
|
||||||
*
|
*
|
||||||
* Copyright 2008 Ricardo Filipe
|
* Copyright 2008 Ricardo Filipe
|
||||||
|
* Copyright 2010 Gustavo Henrique Milaré
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -21,28 +22,63 @@
|
||||||
|
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
|
#pragma code_page(65001)
|
||||||
|
|
||||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_CONTENTS "&Conteúdos"
|
IDS_CONTENTS "&Conteúdos"
|
||||||
IDS_INDEX "&Índice"
|
IDS_INDEX "&Índice"
|
||||||
IDS_SEARCH "&Pesquisar"
|
IDS_SEARCH "&Pesquisar"
|
||||||
IDS_FAVORITES "&Favoritos"
|
IDS_FAVORITES "&Favoritos"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDTB_EXPAND "Mostrar"
|
IDTB_EXPAND "Mostrar"
|
||||||
IDTB_CONTRACT "Esconder"
|
IDTB_CONTRACT "Ocultar"
|
||||||
IDTB_STOP "Parar"
|
IDTB_STOP "Parar"
|
||||||
IDTB_REFRESH "Actualizar"
|
IDTB_REFRESH "Recarregar"
|
||||||
IDTB_BACK "Retroceder"
|
IDTB_BACK "Voltar"
|
||||||
IDTB_HOME "Início"
|
IDTB_HOME "Início"
|
||||||
IDTB_SYNC "Sincronizar"
|
IDTB_SYNC "Sincronizar"
|
||||||
IDTB_PRINT "Imprimir"
|
IDTB_PRINT "Imprimir"
|
||||||
IDTB_OPTIONS "Opções"
|
IDTB_OPTIONS "Opções"
|
||||||
IDTB_FORWARD "Avançar"
|
IDTB_FORWARD "Avançar"
|
||||||
|
IDTB_NOTES "IDTB_NOTES"
|
||||||
|
IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
|
||||||
|
IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
|
||||||
|
IDTB_CONTENTS "IDTB_CONTENTS"
|
||||||
|
IDTB_INDEX "IDTB_INDEX"
|
||||||
|
IDTB_SEARCH "IDTB_SEARCH"
|
||||||
|
IDTB_HISTORY "IDTB_HISTORY"
|
||||||
|
IDTB_FAVORITES "IDTB_FAVORITES"
|
||||||
|
IDTB_JUMP1 "Jump1"
|
||||||
|
IDTB_JUMP2 "Jump2"
|
||||||
|
IDTB_CUSTOMIZE "Personalizar"
|
||||||
|
IDTB_ZOOM "Zoom"
|
||||||
|
IDTB_TOC_NEXT "IDTB_TOC_NEXT"
|
||||||
|
IDTB_TOC_PREV "IDTB_TOC_PREV"
|
||||||
|
END
|
||||||
|
|
||||||
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDTB_EXPAND "Mostrar"
|
||||||
|
IDTB_CONTRACT "Esconder"
|
||||||
|
IDTB_STOP "Parar"
|
||||||
|
IDTB_REFRESH "Actualizar"
|
||||||
|
IDTB_BACK "Retroceder"
|
||||||
|
IDTB_HOME "Início"
|
||||||
|
IDTB_SYNC "Sincronizar"
|
||||||
|
IDTB_PRINT "Imprimir"
|
||||||
|
IDTB_OPTIONS "Opções"
|
||||||
|
IDTB_FORWARD "Avançar"
|
||||||
IDTB_NOTES "IDTB_NOTES"
|
IDTB_NOTES "IDTB_NOTES"
|
||||||
IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
|
IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
|
||||||
IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
|
IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
|
||||||
|
|
Loading…
Reference in New Issue