~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/dlls/shdoclc/Pt.rc

Version: ~ [ wine-1.5.30 ] ~ [ wine-1.5.29 ] ~ [ wine-1.5.28 ] ~ [ wine-1.5.27 ] ~ [ wine-1.5.26 ] ~ [ wine-1.5.25 ] ~ [ wine-1.5.24 ] ~ [ wine-1.5.23 ] ~ [ wine-1.5.22 ] ~ [ wine-1.5.21 ] ~ [ wine-1.5.20 ] ~ [ wine-1.5.19 ] ~ [ wine-1.5.18 ] ~ [ wine-1.5.17 ] ~ [ wine-1.5.16 ] ~ [ wine-1.5.15 ] ~ [ wine-1.5.14 ] ~ [ wine-1.5.13 ] ~ [ wine-1.5.12 ] ~ [ wine-1.5.11 ] ~ [ wine-1.5.10 ] ~ [ wine-1.5.9 ] ~ [ wine-1.5.8 ] ~ [ wine-1.5.7 ] ~ [ wine-1.4.1 ] ~ [ wine-1.5.6 ] ~ [ wine-1.5.5 ] ~ [ wine-1.5.4 ] ~ [ wine-1.5.3 ] ~ [ wine-1.5.2 ] ~ [ wine-1.5.1 ] ~ [ wine-1.5.0 ] ~ [ wine-1.4 ] ~ [ wine-1.4-rc6 ] ~ [ wine-1.4-rc5 ] ~ [ wine-1.4-rc4 ] ~ [ wine-1.4-rc3 ] ~ [ wine-1.4-rc2 ] ~ [ wine-1.4-rc1 ] ~ [ wine-1.3.37 ] ~ [ wine-1.3.36 ] ~ [ wine-1.3.35 ] ~ [ wine-1.3.34 ] ~ [ wine-1.3.33 ] ~ [ wine-1.3.32 ] ~ [ wine-1.3.31 ] ~ [ wine-1.3.30 ] ~ [ wine-1.3.29 ] ~ [ wine-1.3.28 ] ~ [ wine-1.3.27 ] ~ [ wine-1.3.26 ] ~ [ wine-1.3.25 ] ~ [ wine-1.3.24 ] ~ [ wine-1.3.23 ] ~ [ wine-1.3.22 ] ~ [ wine-1.3.21 ] ~ [ wine-1.3.20 ] ~ [ wine-1.3.19 ] ~ [ wine-1.3.18 ] ~ [ wine-1.2.3 ] ~ [ wine-1.3.17 ] ~ [ wine-1.3.16 ] ~ [ wine-1.3.15 ] ~ [ wine-1.3.14 ] ~ [ wine-1.3.13 ] ~ [ wine-1.3.12 ] ~ [ wine-1.3.11 ] ~ [ wine-1.3.10 ] ~ [ wine-1.3.9 ] ~ [ wine-1.2.2 ] ~ [ wine-1.3.8 ] ~ [ wine-1.3.7 ] ~ [ wine-1.3.6 ] ~ [ wine-1.3.5 ] ~ [ wine-1.2.1 ] ~ [ wine-1.3.4 ] ~ [ wine-1.3.3 ] ~ [ wine-1.3.2 ] ~ [ wine-1.3.1 ] ~ [ wine-1.3.0 ] ~ [ wine-1.2 ] ~ [ wine-1.2-rc7 ] ~ [ wine-1.2-rc6 ] ~ [ wine-1.2-rc5 ] ~ [ wine-1.2-rc4 ] ~ [ wine-1.2-rc3 ] ~ [ wine-1.2-rc2 ] ~ [ wine-1.2-rc1 ] ~ [ wine-1.1.44 ] ~ [ wine-1.1.43 ] ~ [ wine-1.1.42 ] ~ [ wine-1.1.41 ] ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * Copyright 2008 Ricardo Filipe
  3  * Copyright 2010 Gustavo Henrique Milaré
  4  *
  5  * This library is free software; you can redistribute it and/or
  6  * modify it under the terms of the GNU Lesser General Public
  7  * License as published by the Free Software Foundation; either
  8  * version 2.1 of the License, or (at your option) any later version.
  9  *
 10  * This library is distributed in the hope that it will be useful,
 11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 13  * Lesser General Public License for more details.
 14  *
 15  * You should have received a copy of the GNU Lesser General Public
 16  * License along with this library; if not, write to the Free Software
 17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 18  */
 19 
 20 #include "shdoclc.h"
 21 
 22 #pragma code_page(65001)
 23 
 24 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 25 
 26 STRINGTABLE DISCARDABLE
 27 {
 28     IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
 29 }
 30 
 31 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
 32 
 33 STRINGTABLE DISCARDABLE
 34 {
 35     IDS_MESSAGE_BOX_TITLE, "Explorador de Internet Wine"
 36 }
 37 
 38 
 39 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
 40 
 41 STRINGTABLE DISCARDABLE
 42 {
 43     IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
 44     IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
 45 }
 46 
 47 
 48 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 49 
 50 IDR_BROWSE_CONTEXT_MENU MENU
 51 {
 52     POPUP "Padrão"
 53     {
 54         MENUITEM "&Voltar",                  IDM_GOBACKWARD
 55         MENUITEM "&Avançar",               IDM_GOFORWARD
 56         MENUITEM SEPARATOR
 57         MENUITEM "&Salvar fundo como...", IDM_SAVEBACKGROUND
 58         MENUITEM "D&efinir como fundo",     IDM_SETWALLPAPER
 59         MENUITEM "&Copiar Fundo",       IDM_COPYBACKGROUND
 60         MENUITEM "Definir como &item da Área de Trabalho",   IDM_SETDESKTOPITEM
 61         MENUITEM SEPARATOR
 62         MENUITEM "Selecionar &tudo",            IDM_SELECTALL
 63         MENUITEM "C&olar",                 IDM_PASTE
 64         MENUITEM SEPARATOR
 65         MENUITEM "Criar ata&lho",       IDM_CREATESHORTCUT
 66         MENUITEM "Adicio&nar aos Favoritos",     IDM_ADDFAVORITES
 67         MENUITEM "Ver código &fonte",           IDM_VIEWSOURCE
 68         MENUITEM SEPARATOR
 69         MENUITEM "Co&dificação",              IDM_LANGUAGE
 70         MENUITEM SEPARATOR
 71         MENUITEM "I&mprimir",                 IDM_PRINT
 72         MENUITEM "&Recarregar",               _IDM_REFRESH
 73         MENUITEM SEPARATOR
 74         MENUITEM SEPARATOR
 75         MENUITEM "&Propriedades",            IDM_PROPERTIES
 76     }
 77 
 78     POPUP "Imagem"
 79     {
 80         MENUITEM "&Abrir link",               IDM_FOLLOWLINKC
 81         MENUITEM "A&brir link numa nova janela", IDM_FOLLOWLINKN
 82         MENUITEM "&Salvar link como...",       IDM_SAVETARGET
 83         MENUITEM "Imprimir lin&k",            IDM_PRINTTARGET
 84         MENUITEM SEPARATOR
 85         MENUITEM "Mos&trar imagem",            IDM_SHOWPICTURE
 86         MENUITEM "Sal&var imagem como...",      IDM_SAVEPICTURE
 87         MENUITEM "&Enviar imagem...",       IDM_MP_EMAILPICTURE
 88         MENUITEM "I&mprimir imagem...",        IDM_MP_PRINTPICTURE
 89         MENUITEM "I&r para minhas imagens",       IDM_MP_MYPICS
 90         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
 91         MENUITEM "Definir como &item da Área de Trabalho...",  IDM_SETDESKTOPITEM
 92         MENUITEM SEPARATOR
 93         MENUITEM "&Cortar",                     IDM_CUT
 94         MENUITEM "C&opiar",                    IDM_COPY
 95         MENUITEM "Copiar atal&ho",           IDM_COPYSHORTCUT
 96         MENUITEM "Co&lar",                   IDM_PASTE
 97         MENUITEM SEPARATOR
 98         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
 99         MENUITEM SEPARATOR
100         MENUITEM SEPARATOR
101         MENUITEM "&Propriedades",              IDM_PROPERTIES
102     }
103 
104     POPUP "Controle"
105     {
106         MENUITEM "&Desfazer",       IDM_UNDO
107         MENUITEM SEPARATOR
108         MENUITEM "&Cortar",        IDM_CUT
109         MENUITEM "C&opiar",       IDM_COPY
110         MENUITEM "Co&lar",      IDM_PASTE
111         MENUITEM "&Apagar",     IDM_DELETE
112         MENUITEM SEPARATOR
113         MENUITEM SEPARATOR
114         MENUITEM "&Selecionar tudo", IDM_SELECTALL
115     }
116 
117     POPUP "Tabela"
118     {
119         POPUP "&Selecionar"
120         {
121             MENUITEM "&Célula",         IDM_CELLSELECT
122             MENUITEM "&Linha",          IDM_ROWSELECT
123             MENUITEM "C&oluna",       IDM_COLUMNSELECT
124             MENUITEM "&Tabela",        IDM_TABLESELECT
125         }
126         MENUITEM SEPARATOR
127         MENUITEM SEPARATOR
128         MENUITEM "Propriedades da &célula",  IDM_CELLPROPERTIES
129         MENUITEM "Propriedades da &tabela", IDM_TABLEPROPERTIES
130     }
131 
132     POPUP "1DSite Select"
133     {
134         MENUITEM "&Cortar",        IDM_CUT
135         MENUITEM "C&opiar",       IDM_COPY
136         MENUITEM "Co&lar",      IDM_PASTE
137         MENUITEM "Selecionar tudo", IDM_SELECTALL
138         MENUITEM "&Imprimir",      IDM_PRINT
139         MENUITEM SEPARATOR
140     }
141 
142     POPUP "Âncora"
143     {
144         MENUITEM "&Abrir",                IDM_FOLLOWLINKC
145         MENUITEM "A&brir numa nova janela",  IDM_FOLLOWLINKN
146         MENUITEM "&Salvar link como...",   IDM_SAVETARGET
147         MENUITEM "&Imprimir link",        IDM_PRINTTARGET
148         MENUITEM SEPARATOR
149         MENUITEM "&Cortar",                  IDM_CUT
150         MENUITEM "C&opiar",                IDM_COPY
151         MENUITEM "Copia&r atalho",       IDM_COPYSHORTCUT
152         MENUITEM "Co&lar",               IDM_PASTE
153         MENUITEM SEPARATOR
154         MENUITEM "Adicionar aos &Favoritos...", IDM_ADDFAVORITES
155         MENUITEM SEPARATOR
156         MENUITEM SEPARATOR
157         MENUITEM "&Propriedades",          IDM_PROPERTIES
158     }
159 
160     POPUP "Contexto Desconhecido"
161     {
162         MENUITEM SEPARATOR
163     }
164 
165     POPUP "Imagem DYNSRC"
166     {
167         MENUITEM "&Abrir link",               IDM_FOLLOWLINKC
168         MENUITEM "A&brir link numa nova janela", IDM_FOLLOWLINKN
169         MENUITEM "&Salvar link como...",       IDM_SAVETARGET
170         MENUITEM "Imprimir lin&k",            IDM_PRINTTARGET
171         MENUITEM SEPARATOR
172         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
173         MENUITEM "Sal&var vídeo como...",        IDM_SAVEPICTURE
174         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
175         MENUITEM "Definir como &item da Área de Trabalho...",  IDM_SETDESKTOPITEM
176         MENUITEM SEPARATOR
177         MENUITEM "&Cortar",                     IDM_CUT
178         MENUITEM "C&opiar",                    IDM_COPY
179         MENUITEM "Copiar atal&ho",           IDM_COPYSHORTCUT
180         MENUITEM "Co&lar",                   IDM_PASTE
181         MENUITEM SEPARATOR
182         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
183         MENUITEM SEPARATOR
184         MENUITEM SEPARATOR
185         MENUITEM "I&niciar",                     IDM_DYNSRCPLAY
186         MENUITEM "Pa&rar",                     IDM_DYNSRCSTOP
187         MENUITEM "&Propriedades",              IDM_PROPERTIES
188     }
189 
190     POPUP "Imagem ART"
191     {
192         MENUITEM "&Abrir link",               IDM_FOLLOWLINKC
193         MENUITEM "A&brir link numa nova janela", IDM_FOLLOWLINKN
194         MENUITEM "&Salvar link como...",       IDM_SAVETARGET
195         MENUITEM "Imprimir lin&k",            IDM_PRINTTARGET
196         MENUITEM SEPARATOR
197         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
198         MENUITEM "Sal&var vídeo como...",        IDM_SAVEPICTURE
199         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
200         MENUITEM "Definir como &item da Área de Trabalho...",  IDM_SETDESKTOPITEM
201         MENUITEM SEPARATOR
202         MENUITEM "&Cortar",                     IDM_CUT
203         MENUITEM "C&opiar",                    IDM_COPY
204         MENUITEM "Copiar atal&ho",           IDM_COPYSHORTCUT
205         MENUITEM "Co&lar",                   IDM_PASTE
206         MENUITEM SEPARATOR
207         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
208         MENUITEM SEPARATOR
209         MENUITEM "I&niciar",                     IDM_IMGARTPLAY
210         MENUITEM "Pa&rar",                       IDM_IMGARTSTOP
211         MENUITEM "R&ecomeçar",                   IDM_IMGARTREWIND
212         MENUITEM SEPARATOR
213         MENUITEM SEPARATOR
214         MENUITEM "&Propriedades",              IDM_PROPERTIES
215     }
216 
217     POPUP "Debug"
218     {
219         MENUITEM "Trace Tags",         IDM_TRACETAGS
220         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
221         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
222         MENUITEM "Debug Break",        IDM_DEBUGBREAK
223         MENUITEM "Debug View",         IDM_DEBUGVIEW
224         MENUITEM "Dump Tree",          IDM_DUMPTREE
225         MENUITEM "Dump Lines",         IDM_DUMPLINES
226         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
227         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
228         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
229         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
230         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
231         MENUITEM "Save HTML",          IDM_SAVEHTML
232         MENUITEM SEPARATOR
233         MENUITEM "&Browse View",       IDM_BROWSEMODE
234         MENUITEM "&Edit View",         IDM_EDITMODE
235     }
236 
237     POPUP "Barra de Rolagem Vertical"
238     {
239         MENUITEM "Rolar aqui",  IDM_SCROLL_HERE
240         MENUITEM SEPARATOR
241         MENUITEM "Topo",          IDM_SCROLL_TOP
242         MENUITEM "Fundo",       IDM_SCROLL_BOTTOM
243         MENUITEM SEPARATOR
244         MENUITEM "Página acima",      IDM_SCROLL_PAGEUP
245         MENUITEM "Página abaixo",    IDM_SCROLL_PAGEDOWN
246         MENUITEM SEPARATOR
247         MENUITEM "Rolar para cima",    IDM_SCROLL_UP
248         MENUITEM "Rolar para baixo",  IDM_SCROLL_DOWN
249     }
250 
251     POPUP "Barra de Rolagem Horizontal"
252     {
253         MENUITEM "Rolar aqui",  IDM_SCROLL_HERE
254         MENUITEM SEPARATOR
255         MENUITEM "Canto esquerdo",    IDM_SCROLL_LEFTEDGE
256         MENUITEM "Canto direito",   IDM_SCROLL_RIGHTEDGE
257         MENUITEM SEPARATOR
258         MENUITEM "Página à esquerda",    IDM_SCROLL_PAGELEFT
259         MENUITEM "Página à direita",   IDM_SCROLL_PAGERIGHT
260         MENUITEM SEPARATOR
261         MENUITEM "Rolar para a esquerda",  IDM_SCROLL_LEFT
262         MENUITEM "Rolar para a direita", IDM_SCROLL_RIGHT
263     }
264 }
265 
266 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
267 
268 IDR_BROWSE_CONTEXT_MENU MENU
269 {
270     POPUP "Default"
271     {
272         MENUITEM "&Retroceder",                  IDM_GOBACKWARD
273         MENUITEM "&Avançar",               IDM_GOFORWARD
274         MENUITEM SEPARATOR
275         MENUITEM "&Guardar fundo como...", IDM_SAVEBACKGROUND
276         MENUITEM "D&efinir como fundo",     IDM_SETWALLPAPER
277         MENUITEM "&Copiar fundo",       IDM_COPYBACKGROUND
278         MENUITEM "Definir como &item do Ambiente de Trabalho",   IDM_SETDESKTOPITEM
279         MENUITEM SEPARATOR
280         MENUITEM "&Seleccionar tudo",            IDM_SELECTALL
281         MENUITEM "C&olar",                 IDM_PASTE
282         MENUITEM SEPARATOR
283         MENUITEM "Criar ata&lho",       IDM_CREATESHORTCUT
284         MENUITEM "Adicionar aos &Favoritos",     IDM_ADDFAVORITES
285         MENUITEM "&Ver código fonte",           IDM_VIEWSOURCE
286         MENUITEM SEPARATOR
287         MENUITEM "Co&dificação",              IDM_LANGUAGE
288         MENUITEM SEPARATOR
289         MENUITEM "I&mprimir",                 IDM_PRINT
290         MENUITEM "Actuali&zar",               _IDM_REFRESH
291         MENUITEM SEPARATOR
292         MENUITEM SEPARATOR
293         MENUITEM "&Propriedades",            IDM_PROPERTIES
294     }
295 
296     POPUP "Imagem"
297     {
298         MENUITEM "&Abrir Ligação",               IDM_FOLLOWLINKC
299         MENUITEM "A&brir Ligação numa Nova Janela", IDM_FOLLOWLINKN
300         MENUITEM "&Guardar Ligação como...",       IDM_SAVETARGET
301         MENUITEM "I&mprimir Ligação",            IDM_PRINTTARGET
302         MENUITEM SEPARATOR
303         MENUITEM "Mos&trar imagem",            IDM_SHOWPICTURE
304         MENUITEM "G&uardar imagem como...",      IDM_SAVEPICTURE
305         MENUITEM "En&viar imagem...",       IDM_MP_EMAILPICTURE
306         MENUITEM "Imprimir imag&em...",        IDM_MP_PRINTPICTURE
307         MENUITEM "I&r para minhas imagens",       IDM_MP_MYPICS
308         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
309         MENUITEM "Definir como &item do Ambiente de Trabalho...",  IDM_SETDESKTOPITEM
310         MENUITEM SEPARATOR
311         MENUITEM "&Cortar",                     IDM_CUT
312         MENUITEM "C&opiar",                    IDM_COPY
313         MENUITEM "Copiar atal&ho",           IDM_COPYSHORTCUT
314         MENUITEM "Co&lar",                   IDM_PASTE
315         MENUITEM SEPARATOR
316         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
317         MENUITEM SEPARATOR
318         MENUITEM SEPARATOR
319         MENUITEM "&Propriedades",              IDM_PROPERTIES
320     }
321 
322     POPUP "Controlo"
323     {
324         MENUITEM "&Desfazer",       IDM_UNDO
325         MENUITEM SEPARATOR
326         MENUITEM "&Cortar",        IDM_CUT
327         MENUITEM "C&opiar",       IDM_COPY
328         MENUITEM "Co&lar",      IDM_PASTE
329         MENUITEM "&Apagar",     IDM_DELETE
330         MENUITEM SEPARATOR
331         MENUITEM SEPARATOR
332         MENUITEM "&Seleccionar tudo", IDM_SELECTALL
333     }
334 
335     POPUP "Tabela"
336     {
337         POPUP "&Seleccionar"
338         {
339             MENUITEM "&Célula",         IDM_CELLSELECT
340             MENUITEM "&Linha",          IDM_ROWSELECT
341             MENUITEM "C&oluna",       IDM_COLUMNSELECT
342             MENUITEM "&Tabela",        IDM_TABLESELECT
343         }
344         MENUITEM SEPARATOR
345         MENUITEM SEPARATOR
346         MENUITEM "Propriedades da &célula",  IDM_CELLPROPERTIES
347         MENUITEM "Propriedades da &tabela", IDM_TABLEPROPERTIES
348     }
349 
350     POPUP "1DSite Select"
351     {
352         MENUITEM "&Cortar",        IDM_CUT
353         MENUITEM "C&opiar",       IDM_COPY
354         MENUITEM "Co&lar",      IDM_PASTE
355         MENUITEM "Seleccionar tudo", IDM_SELECTALL
356         MENUITEM "&Imprimir",      IDM_PRINT
357         MENUITEM SEPARATOR
358     }
359 
360     POPUP "Âncora"
361     {
362         MENUITEM "&Abrir",                IDM_FOLLOWLINKC
363         MENUITEM "A&brir numa nova janela",  IDM_FOLLOWLINKN
364         MENUITEM "&Guardar ligação como...",   IDM_SAVETARGET
365         MENUITEM "&Imprimir ligação",        IDM_PRINTTARGET
366         MENUITEM SEPARATOR
367         MENUITEM "&Cortar",                  IDM_CUT
368         MENUITEM "C&opiar",                IDM_COPY
369         MENUITEM "Copia&r atalho",       IDM_COPYSHORTCUT
370         MENUITEM "Co&lar",               IDM_PASTE
371         MENUITEM SEPARATOR
372         MENUITEM "Adicionar aos &Favoritos...", IDM_ADDFAVORITES
373         MENUITEM SEPARATOR
374         MENUITEM SEPARATOR
375         MENUITEM "&Propriedades",          IDM_PROPERTIES
376     }
377 
378     POPUP "Contexto Desconhecido"
379     {
380         MENUITEM SEPARATOR
381     }
382 
383     POPUP "Imagem DYNSRC"
384     {
385         MENUITEM "&Abrir ligação",               IDM_FOLLOWLINKC
386         MENUITEM "A&brir ligação numa nova janela", IDM_FOLLOWLINKN
387         MENUITEM "&Guardar ligação como...",       IDM_SAVETARGET
388         MENUITEM "&Imprimir ligação",            IDM_PRINTTARGET
389         MENUITEM SEPARATOR
390         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
391         MENUITEM "G&uardar vídeo como...",        IDM_SAVEPICTURE
392         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
393         MENUITEM "D&efinir como item do Ambiente de Trabalho...",  IDM_SETDESKTOPITEM
394         MENUITEM SEPARATOR
395         MENUITEM "&Cortar",                     IDM_CUT
396         MENUITEM "C&opiar",                    IDM_COPY
397         MENUITEM "Copiar atal&ho",           IDM_COPYSHORTCUT
398         MENUITEM "Co&lar",                   IDM_PASTE
399         MENUITEM SEPARATOR
400         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
401         MENUITEM SEPARATOR
402         MENUITEM SEPARATOR
403         MENUITEM "I&niciar",                     IDM_DYNSRCPLAY
404         MENUITEM "Pa&rar",                     IDM_DYNSRCSTOP
405         MENUITEM "&Propriedades",              IDM_PROPERTIES
406     }
407 
408     POPUP "Imagem ART"
409     {
410         MENUITEM "&Abrir ligação",               IDM_FOLLOWLINKC
411         MENUITEM "A&brir ligação numa nova janela", IDM_FOLLOWLINKN
412         MENUITEM "&Guardar ligação como...",       IDM_SAVETARGET
413         MENUITEM "&Imprimir ligação",            IDM_PRINTTARGET
414         MENUITEM SEPARATOR
415         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
416         MENUITEM "G&uardar vídeo como...",        IDM_SAVEPICTURE
417         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
418         MENUITEM "D&efinir como item do Ambiente de Trabalho...",  IDM_SETDESKTOPITEM
419         MENUITEM SEPARATOR
420         MENUITEM "&Cortar",                     IDM_CUT
421         MENUITEM "C&opiar",                    IDM_COPY
422         MENUITEM "Copiar atal&ho",           IDM_COPYSHORTCUT
423         MENUITEM "Co&lar",                   IDM_PASTE
424         MENUITEM SEPARATOR
425         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
426         MENUITEM SEPARATOR
427         MENUITEM "I&niciar",                     IDM_IMGARTPLAY
428         MENUITEM "&Parar",                       IDM_IMGARTSTOP
429         MENUITEM "&Recomeçar",                   IDM_IMGARTREWIND
430         MENUITEM SEPARATOR
431         MENUITEM SEPARATOR
432         MENUITEM "Propriedade&s",              IDM_PROPERTIES
433     }
434 
435     POPUP "Debug"
436     {
437         MENUITEM "Trace Tags",         IDM_TRACETAGS
438         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
439         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
440         MENUITEM "Debug Break",        IDM_DEBUGBREAK
441         MENUITEM "Debug View",         IDM_DEBUGVIEW
442         MENUITEM "Dump Tree",          IDM_DUMPTREE
443         MENUITEM "Dump Lines",         IDM_DUMPLINES
444         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
445         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
446         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
447         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
448         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
449         MENUITEM "Save HTML",          IDM_SAVEHTML
450         MENUITEM SEPARATOR
451         MENUITEM "&Browse View",       IDM_BROWSEMODE
452         MENUITEM "&Edit View",         IDM_EDITMODE
453     }
454 
455     POPUP "Scrollbar Vertical"
456     {
457         MENUITEM "Scroll aqui",  IDM_SCROLL_HERE
458         MENUITEM SEPARATOR
459         MENUITEM "Topo",          IDM_SCROLL_TOP
460         MENUITEM "Fundo",       IDM_SCROLL_BOTTOM
461         MENUITEM SEPARATOR
462         MENUITEM "Página acima",      IDM_SCROLL_PAGEUP
463         MENUITEM "Página baixo",    IDM_SCROLL_PAGEDOWN
464         MENUITEM SEPARATOR
465         MENUITEM "Scroll cima",    IDM_SCROLL_UP
466         MENUITEM "Scroll baixo",  IDM_SCROLL_DOWN
467     }
468 
469     POPUP "Horizontal Scrollbar"
470     {
471         MENUITEM "Scroll aqui",  IDM_SCROLL_HERE
472         MENUITEM SEPARATOR
473         MENUITEM "Canto esquerdo",    IDM_SCROLL_LEFTEDGE
474         MENUITEM "Canto direito",   IDM_SCROLL_RIGHTEDGE
475         MENUITEM SEPARATOR
476         MENUITEM "Página esquerda",    IDM_SCROLL_PAGELEFT
477         MENUITEM "Página direita",   IDM_SCROLL_PAGERIGHT
478         MENUITEM SEPARATOR
479         MENUITEM "Scroll esquerda",  IDM_SCROLL_LEFT
480         MENUITEM "Scroll direita", IDM_SCROLL_RIGHT
481     }
482 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.