~ [ 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  *
  4  * This library is free software; you can redistribute it and/or
  5  * modify it under the terms of the GNU Lesser General Public
  6  * License as published by the Free Software Foundation; either
  7  * version 2.1 of the License, or (at your option) any later version.
  8  *
  9  * This library is distributed in the hope that it will be useful,
 10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 12  * Lesser General Public License for more details.
 13  *
 14  * You should have received a copy of the GNU Lesser General Public
 15  * License along with this library; if not, write to the Free Software
 16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 17  */
 18 
 19 
 20 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
 21 
 22 STRINGTABLE DISCARDABLE
 23 {
 24     IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
 25 }
 26 
 27 STRINGTABLE DISCARDABLE
 28 {
 29     IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
 30     IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
 31 }
 32 
 33 IDR_BROWSE_CONTEXT_MENU MENU
 34 {
 35     POPUP "Default"
 36     {
 37         MENUITEM "&Retroceder",                  IDM_GOBACKWARD
 38         MENUITEM "&Avançar",               IDM_GOFORWARD
 39         MENUITEM SEPARATOR
 40         MENUITEM "&Guardar fundo como...", IDM_SAVEBACKGROUND
 41         MENUITEM "&Definir como fundo",     IDM_SETWALLPAPER
 42         MENUITEM "&Copiar fundo",       IDM_COPYBACKGROUND
 43         MENUITEM "Definir como &Item do Ambiente de Trabalho",   IDM_SETDESKTOPITEM
 44         MENUITEM SEPARATOR
 45         MENUITEM "&Seleccionar Tudo",            IDM_SELECTALL
 46         MENUITEM "&Colar",                 IDM_PASTE
 47         MENUITEM SEPARATOR
 48         MENUITEM "Criar &Atalho",       IDM_CREATESHORTCUT
 49         MENUITEM "Adicionar aos &Favoritos",     IDM_ADDFAVORITES
 50         MENUITEM "&Ver Código Fonte",           IDM_VIEWSOURCE
 51         MENUITEM SEPARATOR
 52         MENUITEM "C&odificação",              IDM_LANGUAGE
 53         MENUITEM SEPARATOR
 54         MENUITEM "&Imprimir",                 IDM_PRINT
 55         MENUITEM "&Actualizar",               _IDM_REFRESH
 56         MENUITEM SEPARATOR
 57         MENUITEM SEPARATOR
 58         MENUITEM "&Propriedades",            IDM_PROPERTIES
 59     }
 60 
 61     POPUP "Imagem"
 62     {
 63         MENUITEM "&Abrir ligação",               IDM_FOLLOWLINKC
 64         MENUITEM "Abrir &ligação numa nova janela", IDM_FOLLOWLINKN
 65         MENUITEM "&Guardar ligação como...",       IDM_SAVETARGET
 66         MENUITEM "&Imprimir ligação",            IDM_PRINTTARGET
 67         MENUITEM SEPARATOR
 68         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
 69         MENUITEM "G&uardar imagem como...",      IDM_SAVEPICTURE
 70         MENUITEM "&Enviar imagem...",       IDM_MP_EMAILPICTURE
 71         MENUITEM "I&mprimir imagem...",        IDM_MP_PRINTPICTURE
 72         MENUITEM "I&r para Minhas Imagens",       IDM_MP_MYPICS
 73         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
 74         MENUITEM "D&efinir como item do Ambiente de Trabalho...",  IDM_SETDESKTOPITEM
 75         MENUITEM SEPARATOR
 76         MENUITEM "&Cortar",                     IDM_CUT
 77         MENUITEM "C&opiar",                    IDM_COPY
 78         MENUITEM "Co&piar Atalho",           IDM_COPYSHORTCUT
 79         MENUITEM "Col&ar",                   IDM_PASTE
 80         MENUITEM SEPARATOR
 81         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
 82         MENUITEM SEPARATOR
 83         MENUITEM SEPARATOR
 84         MENUITEM "&Propriedades",              IDM_PROPERTIES
 85     }
 86 
 87     POPUP "Controlo"
 88     {
 89         MENUITEM "&Desfazer",       IDM_UNDO
 90         MENUITEM SEPARATOR
 91         MENUITEM "&Cortar",        IDM_CUT
 92         MENUITEM "C&opiar",       IDM_COPY
 93         MENUITEM "Co&lar",      IDM_PASTE
 94         MENUITEM "&Apagar",     IDM_DELETE
 95         MENUITEM SEPARATOR
 96         MENUITEM SEPARATOR
 97         MENUITEM "&Seleccionar Tudo", IDM_SELECTALL
 98     }
 99 
100     POPUP "Tabela"
101     {
102         POPUP "&Seleccionar"
103         {
104             MENUITEM "&Célula",         IDM_CELLSELECT
105             MENUITEM "&Linha",          IDM_ROWSELECT
106             MENUITEM "C&oluna",       IDM_COLUMNSELECT
107             MENUITEM "&Tabela",        IDM_TABLESELECT
108         }
109         MENUITEM SEPARATOR
110         MENUITEM SEPARATOR
111         MENUITEM "&Propriedades da Célula",  IDM_CELLPROPERTIES
112         MENUITEM "&Propriedades da Tabela", IDM_TABLEPROPERTIES
113     }
114 
115     POPUP "1DSite Select"
116     {
117         MENUITEM "&Cortar",        IDM_CUT
118         MENUITEM "C&opiar",       IDM_COPY
119         MENUITEM "Co&lar",      IDM_PASTE
120         MENUITEM "Seleccionar Tudo", IDM_SELECTALL
121         MENUITEM "&Imprimir",      IDM_PRINT
122         MENUITEM SEPARATOR
123     }
124 
125     POPUP "Âncora"
126     {
127         MENUITEM "&Abrir",                IDM_FOLLOWLINKC
128         MENUITEM "A&brir numa nova janela",  IDM_FOLLOWLINKN
129         MENUITEM "&Guardar ligação como...",   IDM_SAVETARGET
130         MENUITEM "&Imprimir ligação",        IDM_PRINTTARGET
131         MENUITEM SEPARATOR
132         MENUITEM "&Cortar",                  IDM_CUT
133         MENUITEM "C&opiar",                IDM_COPY
134         MENUITEM "Co&piar Atalho",       IDM_COPYSHORTCUT
135         MENUITEM "&Colar",               IDM_PASTE
136         MENUITEM SEPARATOR
137         MENUITEM "Adicionar aos &Favoritos...", IDM_ADDFAVORITES
138         MENUITEM SEPARATOR
139         MENUITEM SEPARATOR
140         MENUITEM "&Propriedades",          IDM_PROPERTIES
141     }
142 
143     POPUP "Contexto Desconhecido"
144     {
145         MENUITEM SEPARATOR
146     }
147 
148     POPUP "Imagem DYNSRC"
149     {
150         MENUITEM "&Abrir ligação",               IDM_FOLLOWLINKC
151         MENUITEM "A&brir ligação numa nova janela", IDM_FOLLOWLINKN
152         MENUITEM "&Guardar ligação como...",       IDM_SAVETARGET
153         MENUITEM "&Imprimir ligação",            IDM_PRINTTARGET
154         MENUITEM SEPARATOR
155         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
156         MENUITEM "G&uardar video como...",        IDM_SAVEPICTURE
157         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
158         MENUITEM "D&efinir como item do Ambiente de Trabalho...",  IDM_SETDESKTOPITEM
159         MENUITEM SEPARATOR
160         MENUITEM "&Cortar",                     IDM_CUT
161         MENUITEM "C&opiar",                    IDM_COPY
162         MENUITEM "Co&piar Atalho",           IDM_COPYSHORTCUT
163         MENUITEM "Co&lar",                   IDM_PASTE
164         MENUITEM SEPARATOR
165         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
166         MENUITEM SEPARATOR
167         MENUITEM SEPARATOR
168         MENUITEM "I&niciar",                     IDM_DYNSRCPLAY
169         MENUITEM "Pa&rar",                     IDM_DYNSRCSTOP
170         MENUITEM "&Propriedades",              IDM_PROPERTIES
171     }
172 
173     POPUP "Imagem ART"
174     {
175         MENUITEM "&Abrir ligação",               IDM_FOLLOWLINKC
176         MENUITEM "A&brir ligação numa nova janela", IDM_FOLLOWLINKN
177         MENUITEM "&Guardar ligação como...",       IDM_SAVETARGET
178         MENUITEM "&Imprimir ligação",            IDM_PRINTTARGET
179         MENUITEM SEPARATOR
180         MENUITEM "&Mostrar imagem",            IDM_SHOWPICTURE
181         MENUITEM "G&uardar video como...",        IDM_SAVEPICTURE
182         MENUITEM "&Definir como fundo",       IDM_SETWALLPAPER
183         MENUITEM "D&efinir como item do Ambiente de Trabalho...",  IDM_SETDESKTOPITEM
184         MENUITEM SEPARATOR
185         MENUITEM "&Cortar",                     IDM_CUT
186         MENUITEM "C&opiar",                    IDM_COPY
187         MENUITEM "Co&piar Atalho",           IDM_COPYSHORTCUT
188         MENUITEM "Co&lar",                   IDM_PASTE
189         MENUITEM SEPARATOR
190         MENUITEM "Adicionar aos &Favoritos...",     IDM_ADDFAVORITES
191         MENUITEM SEPARATOR
192         MENUITEM SEPARATOR
193         MENUITEM "I&niciar",                     IDM_DYNSRCPLAY
194         MENUITEM "&Parar",                     IDM_DYNSRCSTOP
195         MENUITEM "&Recomeçar",                   IDM_IMGARTREWIND
196         MENUITEM SEPARATOR
197         MENUITEM SEPARATOR
198         MENUITEM "Propriedade&s",              IDM_PROPERTIES
199     }
200 
201     POPUP "Debug"
202     {
203         MENUITEM "Trace Tags",         IDM_TRACETAGS
204         MENUITEM "Resource Failures",  IDM_RESOURCEFAILURES
205         MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
206         MENUITEM "Debug Break",        IDM_DEBUGBREAK
207         MENUITEM "Debug View",         IDM_DEBUGVIEW
208         MENUITEM "Dump Tree",          IDM_DUMPTREE
209         MENUITEM "Dump Lines",         IDM_DUMPLINES
210         MENUITEM "Dump DisplayTree",   IDM_DUMPDISPLAYTREE
211         MENUITEM "Dump FormatCaches",  IDM_DUMPFORMATCACHES
212         MENUITEM "Dump LayoutRects",   IDM_DUMPLAYOUTRECTS
213         MENUITEM "Memory Monitor",     IDM_MEMORYMONITOR
214         MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
215         MENUITEM "Save HTML",          IDM_SAVEHTML
216         MENUITEM SEPARATOR
217         MENUITEM "&Browse View",       IDM_BROWSEMODE
218         MENUITEM "&Edit View",         IDM_EDITMODE
219     }
220 
221     POPUP "Scrollbar Vertical"
222     {
223         MENUITEM "Scroll Aqui",  IDM_SCROLL_HERE
224         MENUITEM SEPARATOR
225         MENUITEM "Topo",          IDM_SCROLL_TOP
226         MENUITEM "Fundo",       IDM_SCROLL_BOTTOM
227         MENUITEM SEPARATOR
228         MENUITEM "Página Acima",      IDM_SCROLL_PAGEUP
229         MENUITEM "Página abaixo",    IDM_SCROLL_PAGEDOWN
230         MENUITEM SEPARATOR
231         MENUITEM "Scroll Cima",    IDM_SCROLL_UP
232         MENUITEM "Scroll Baixo",  IDM_SCROLL_DOWN
233     }
234 
235     POPUP "Horizontal Scrollbar"
236     {
237         MENUITEM "Scroll Aqui",  IDM_SCROLL_HERE
238         MENUITEM SEPARATOR
239         MENUITEM "Canto Esquerdo",    IDM_SCROLL_LEFTEDGE
240         MENUITEM "Canto Direito",   IDM_SCROLL_RIGHTEDGE
241         MENUITEM SEPARATOR
242         MENUITEM "Página esquerda",    IDM_SCROLL_PAGELEFT
243         MENUITEM "Página direita",   IDM_SCROLL_PAGERIGHT
244         MENUITEM SEPARATOR
245         MENUITEM "Scroll Esquerda",  IDM_SCROLL_LEFT
246         MENUITEM "Scroll Direita", IDM_SCROLL_RIGHT
247     }
248 }

~ [ 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.