71 lines
2.0 KiB
Plaintext
71 lines
2.0 KiB
Plaintext
/*
|
|
* Help Viewer
|
|
*
|
|
* Copyright 1996 Ulrich Schmid
|
|
* Portuguese translation by Gustavo Junior Alves <alves@correionet.com.br>
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
|
|
/* Menu */
|
|
|
|
MAIN_MENU MENU LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
|
{
|
|
POPUP "&Arquiv" {
|
|
MENUITEM "A&brir...", 0x101
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Imprimir", 0x104
|
|
MENUITEM "&Configurar Impressora...", 0x106
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Sair", 0x108
|
|
}
|
|
POPUP "&Editar" {
|
|
MENUITEM "&Copiar...", 0x10A
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Anotar...", 0x10C
|
|
}
|
|
POPUP "&Marcador" {
|
|
MENUITEM "&Definir...", 0x10E
|
|
}
|
|
POPUP "&Ajuda" {
|
|
MENUITEM "Ajuda &na ajuda", 0x110
|
|
MENUITEM "Sempre &visível", 0x111
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Info...", 0x113
|
|
#ifdef WINELIB
|
|
MENUITEM "&Sobre WINE", 0x114
|
|
#endif
|
|
}
|
|
}
|
|
|
|
/* Strings */
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
|
{
|
|
WINE_HELP, "Ajuda WINE"
|
|
WHERROR, "ERRO"
|
|
WARNING, "AVISO"
|
|
INFO, "Informaçãi"
|
|
NOT_IMPLEMENTED, "Não implementado"
|
|
HLPFILE_ERROR_s, "Foi encontrado um erro enquanto lia `%s'"
|
|
CONTENTS, "&Conteúdo"
|
|
SEARCH, "&Procurar"
|
|
BACK, "&Voltar"
|
|
HISTORY, "&Histórico"
|
|
ALL_FILES, "Todos os arquivo (*.*)"
|
|
HELP_FILES_HLP, "Arquivos de ajuda (*.hlp)"
|
|
}
|