3 * Portuguese Language Support
5 * Copyright 2003 Marcelo Duarte
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
27 IDM_WINEFILE MENU FIXED IMPURE
30 MENUITEM "A&brir\tEnter" , 101
31 MENUITEM "&Mover...\tF7" , 106
32 MENUITEM "&Copiar...\tF8" , 107
33 MENUITEM "&In Clipboard...\tF9" , 118
34 MENUITEM "E&xcluir\tDel" , 108
35 MENUITEM "Re&nomear..." , 109
36 MENUITEM "&Propriedades...\tAlt+Enter" , ID_EDIT_PROPERTIES
38 MENUITEM "C&omprimir..." , 119
39 MENUITEM "Descomprimir..." , 120
41 MENUITEM "Execu&tar..." , ID_EXECUTE
42 MENUITEM "&Imprimir..." , 102
43 MENUITEM "A&ssociar..." , 103
45 MENUITEM "Cri&ar pasta..." , 111
46 MENUITEM "P&esquisar..." , 104
47 MENUITEM "Selecionar arqui&vos..." , 116
49 #ifndef _NO_EXTENSIONS
50 MENUITEM "Sai&r\tAlt+X" , ID_FILE_EXIT
52 MENUITEM "Sai&r", ID_FILE_EXIT
57 MENUITEM "&Copiar disco..." , 201
58 MENUITEM "&Nomear disco..." , 202
60 MENUITEM "&Formatar disco..." , 203
62 MENUITEM "&Gerar disco de sistema...", -1 /*@@ */
65 MENUITEM "Conecta&r unidade de rede" , 252
66 MENUITEM "&Desconectar unidade de rede" , 253
68 MENUITEM "C&ompartilhar como..." , 254
69 MENUITEM "&Remover compartilhamento..." , 255
71 MENUITEM "Selecionar &unidade..." , 251
75 MENUITEM "&Próximo nível\t+" , 301
76 MENUITEM "Expandi&r pasta\t*" , 302
77 MENUITEM "Expandir &tudo\tStrg+*" , 303
78 MENUITEM "Recolher p&asta\t-" , 304
80 MENUITEM "&Indicar subníveis" , 505
84 MENUITEM "Á&rvore e pasta" , 413
85 MENUITEM "S&omente árvore" , 411
86 MENUITEM "So&mente pasta" , 412
88 MENUITEM "&Dividir" , 414
90 MENUITEM "&Nome" , ID_VIEW_NAME
91 MENUITEM "&Todos os delalhes" , ID_VIEW_ALL_ATTRIBUTES, CHECKED
92 MENUITEM "D&etalhes parciais..." , ID_VIEW_SELECTED_ATTRIBUTES
94 MENUITEM "&Classificar por nome" , 404
95 MENUITEM "C&lassificar por tipo" , 405
96 MENUITEM "Cl&assificar por tamanho" , 406
97 MENUITEM "Cla&ssificar por &data" , 407
99 MENUITEM "Classificar &por..." , 409
103 MENUITEM "&Confirmação..." , -1
104 MENUITEM "&Fonte..." , -1
105 MENUITEM "&Personalizar barra de ferramentas..." , -1
107 MENUITEM "Barra d&e ferramentas" , ID_VIEW_TOOL_BAR, CHECKED
108 MENUITEM "&Barra de unidades" , ID_VIEW_DRIVE_BAR, CHECKED
109 MENUITEM "B&arra de &status" , ID_VIEW_STATUSBAR, CHECKED
110 #ifndef _NO_EXTENSIONS
111 MENUITEM "Tela Cheia\tCtrl+Shift+S" , ID_VIEW_FULLSCREEN
114 MENUITEM "&Minimizar durante o uso" , -1 /* FIXME */
115 MENUITEM "&Salvar configurações ao sair" , 511 /* FIXME */
120 MENUITEM "&Acesso..." , 605
121 MENUITEM "&Logging..." , 606
122 MENUITEM "&Owner..." , 607
126 MENUITEM "&Nova janela" , ID_WINDOW_NEW
127 MENUITEM "&Em cascata\tCtrl+F5" , ID_WINDOW_CASCADE
128 MENUITEM "Lado a lado &horizontalmente" , ID_WINDOW_TILE_HORZ
129 MENUITEM "Lado a lado &verticalmente\tCtrl+F4" , ID_WINDOW_TILE_VERT
130 #ifndef _NO_EXTENSIONS
131 MENUITEM "Organizar automaticamente" , ID_WINDOW_AUTOSORT
133 MENUITEM "&Organizar ícones" , ID_WINDOW_ARRANGE
134 MENUITEM "&Atualizar\tF5" , ID_REFRESH
138 MENUITEM "&Tópicos da ajuda\tF1" , ID_HELP
139 MENUITEM "Pesquisar..." , ID_HELP
140 MENUITEM "&Usando a ajuda" , ID_HELP_USING
142 POPUP "&Informações..." {
143 MENUITEM "Sobre o &Wine..." , ID_ABOUT_WINE
145 * MENUITEM "&License..." ID_LICENSE
146 * MENUITEM "&NO WARRANTY" ID_NO_WARRANTY
153 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
154 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
156 FONT 8, "MS Shell Dlg"
158 CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
159 CONTROL "&Comando:" , -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
160 EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
161 CONTROL "&Minimizado" , 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
162 DEFPUSHBUTTON "OK" , 1, 158, 6, 47, 14
163 PUSHBUTTON "Cancelar" , 2, 158, 23, 47, 14
164 PUSHBUTTON "&Ajuda" , 254, 158, 43, 47, 14