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

Wine Cross Reference
wine/dlls/shdoclc/Da.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 2005-2007 Alexander N. Sørnes <alex@thehandofagony.com>
  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_DANISH, SUBLANG_DEFAULT
 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&bSide &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 "Standard"
 36     {
 37         MENUITEM "Til&bage",                  IDM_GOBACKWARD
 38         MENUITEM "&Frem",               IDM_GOFORWARD
 39         MENUITEM SEPARATOR
 40         MENUITEM "Gem baggrund &som...",   IDM_SAVEBACKGROUND
 41         MENUITEM "Brug som bag&grund",     IDM_SETWALLPAPER
 42         MENUITEM "&Kopier baggrund",       IDM_COPYBACKGROUND
 43         MENUITEM "Brug som skrivebor&dsobjekt",   IDM_SETDESKTOPITEM
 44         MENUITEM SEPARATOR
 45         MENUITEM "Markér &alt",            IDM_SELECTALL
 46         MENUITEM "&Indsæt",                 IDM_PASTE
 47         MENUITEM SEPARATOR
 48         MENUITEM "Lav g&envej",       IDM_CREATESHORTCUT
 49         MENUITEM "Tilføj til &favoritter",     IDM_ADDFAVORITES
 50         MENUITEM "&Vis kildekode",           IDM_VIEWSOURCE
 51         MENUITEM SEPARATOR
 52         MENUITEM "K&oding",              IDM_LANGUAGE
 53         MENUITEM SEPARATOR
 54         MENUITEM "Udskr&iv",                 IDM_PRINT
 55         MENUITEM "Opdate&r",               _IDM_REFRESH
 56         MENUITEM SEPARATOR
 57         MENUITEM SEPARATOR
 58         MENUITEM "Egenska&per",            IDM_PROPERTIES
 59     }
 60 
 61     POPUP "Billede"
 62     {
 63         MENUITEM "Åben &link",               IDM_FOLLOWLINKC
 64         MENUITEM "Åben link i &nyt vindue", IDM_FOLLOWLINKN
 65         MENUITEM "G&em destination som...",       IDM_SAVETARGET
 66         MENUITEM "Udskriv &destination",            IDM_PRINTTARGET
 67         MENUITEM SEPARATOR
 68         MENUITEM "&Vis billede",            IDM_SHOWPICTURE
 69         MENUITEM "Gem billede &som...",      IDM_SAVEPICTURE
 70         MENUITEM "Send billedet...",       IDM_MP_EMAILPICTURE
 71         MENUITEM "Udskr&iv billede...",        IDM_MP_PRINTPICTURE
 72         MENUITEM "&Gå til mine billeder",       IDM_MP_MYPICS
 73         MENUITEM "Brug som bag&grund",       IDM_SETWALLPAPER
 74         MENUITEM "Brug som skrivebor&dsobjekt...",  IDM_SETDESKTOPITEM
 75         MENUITEM SEPARATOR
 76         MENUITEM "&Klip",                     IDM_CUT
 77         MENUITEM "K&opier",                    IDM_COPY
 78         MENUITEM "Kopier gen&vej",           IDM_COPYSHORTCUT
 79         MENUITEM "&Indsæt",                   IDM_PASTE
 80         MENUITEM SEPARATOR
 81         MENUITEM "Tilføj til &favoritter...",     IDM_ADDFAVORITES
 82         MENUITEM SEPARATOR
 83         MENUITEM SEPARATOR
 84         MENUITEM "Egenskabe&r",              IDM_PROPERTIES
 85     }
 86 
 87     POPUP "Control"
 88     {
 89         MENUITEM "&Fortryd",       IDM_UNDO
 90         MENUITEM SEPARATOR
 91         MENUITEM "&Klip",        IDM_CUT
 92         MENUITEM "K&opier",       IDM_COPY
 93         MENUITEM "&Indsæt",      IDM_PASTE
 94         MENUITEM "&Slet",     IDM_DELETE
 95         MENUITEM SEPARATOR
 96         MENUITEM SEPARATOR
 97         MENUITEM "Marker &alt", IDM_SELECTALL
 98     }
 99 
100     POPUP "Tabel"
101     {
102         POPUP "&Marker"
103         {
104             MENUITEM "&Celle",         IDM_CELLSELECT
105             MENUITEM "&Række",          IDM_ROWSELECT
106             MENUITEM "&Kolone",       IDM_COLUMNSELECT
107             MENUITEM "&Tabel",        IDM_TABLESELECT
108         }
109         MENUITEM SEPARATOR
110         MENUITEM SEPARATOR
111         MENUITEM "Egenskaper for &celle",  IDM_CELLPROPERTIES
112         MENUITEM "Egenskaper for &tabel", IDM_TABLEPROPERTIES
113     }
114 
115     POPUP "1DSidevælging"
116     {
117         MENUITEM "&Klip",        IDM_CUT
118         MENUITEM "K&opier",       IDM_COPY
119         MENUITEM "Indsæt",       IDM_PASTE
120         MENUITEM "Marker &alt", IDM_SELECTALL
121         MENUITEM "&Udskriv",      IDM_PRINT
122         MENUITEM SEPARATOR
123     }
124 
125     POPUP "Anker"
126     {
127         MENUITEM "&Åben",                IDM_FOLLOWLINKC
128         MENUITEM "Åben i &nyt vindue",  IDM_FOLLOWLINKN
129         MENUITEM "&Gem destination som...",   IDM_SAVETARGET
130         MENUITEM "&Udskrive destination",        IDM_PRINTTARGET
131         MENUITEM SEPARATOR
132         MENUITEM "&Klip",                  IDM_CUT
133         MENUITEM "K&opier",                IDM_COPY
134         MENUITEM "Kopier gen&vej",       IDM_COPYSHORTCUT
135         MENUITEM "&Indsæt",               IDM_PASTE
136         MENUITEM SEPARATOR
137         MENUITEM "Tilføj til &favoritter...", IDM_ADDFAVORITES
138         MENUITEM SEPARATOR
139         MENUITEM SEPARATOR
140         MENUITEM "Egenskabe&r",          IDM_PROPERTIES
141     }
142 
143     POPUP "Ukendt sammenhæng"
144     {
145         MENUITEM SEPARATOR
146     }
147 
148     POPUP "DYNSRC-billede"
149     {
150         MENUITEM "Åben l&ink",               IDM_FOLLOWLINKC
151         MENUITEM "Åben link i &nyt vindue", IDM_FOLLOWLINKN
152         MENUITEM "&Gem destination som...",       IDM_SAVETARGET
153         MENUITEM "Udskriv destination",            IDM_PRINTTARGET
154         MENUITEM SEPARATOR
155         MENUITEM "&Vis billede",            IDM_SHOWPICTURE
156         MENUITEM "Gem video &som...",        IDM_SAVEPICTURE
157         MENUITEM "Brug som baggrund",       IDM_SETWALLPAPER
158         MENUITEM "Brug som skrivebor&dselement...",  IDM_SETDESKTOPITEM
159         MENUITEM SEPARATOR
160         MENUITEM "&Klip",                     IDM_CUT
161         MENUITEM "K&opier",                    IDM_COPY
162         MENUITEM "Kopier gen&vej",           IDM_COPYSHORTCUT
163         MENUITEM "&Indsæt",                   IDM_PASTE
164         MENUITEM SEPARATOR
165         MENUITEM "Tilføj til &favoritter...",     IDM_ADDFAVORITES
166         MENUITEM SEPARATOR
167         MENUITEM SEPARATOR
168         MENUITEM "Afspil",                     IDM_DYNSRCPLAY
169         MENUITEM "Stop",                     IDM_DYNSRCSTOP
170         MENUITEM "Egenskabe&r",              IDM_PROPERTIES
171     }
172 
173     POPUP "ART-bilde"
174     {
175         MENUITEM "&Åben link",               IDM_FOLLOWLINKC
176         MENUITEM "Åben link i &nyt vindue", IDM_FOLLOWLINKN
177         MENUITEM "Gem destination som...",       IDM_SAVETARGET
178         MENUITEM "Udskriv destination",            IDM_PRINTTARGET
179         MENUITEM SEPARATOR
180         MENUITEM "&Vis billede",            IDM_SHOWPICTURE
181         MENUITEM "Gem billede &som...",      IDM_SAVEPICTURE
182         MENUITEM "Brug som bag&grund",       IDM_SETWALLPAPER
183         MENUITEM "Brug som skrivebor&dobjekt...",  IDM_SETDESKTOPITEM
184         MENUITEM SEPARATOR
185         MENUITEM "&Klip",                     IDM_CUT
186         MENUITEM "K&opier",                    IDM_COPY
187         MENUITEM "Kopier gen&vej",           IDM_COPYSHORTCUT
188         MENUITEM "&Indsæt",                   IDM_PASTE
189         MENUITEM SEPARATOR
190         MENUITEM "Tilføj til &favoritter...",     IDM_ADDFAVORITES
191         MENUITEM SEPARATOR
192         MENUITEM "Afspil",                     IDM_IMGARTPLAY
193         MENUITEM "Stop",                     IDM_IMGARTSTOP
194         MENUITEM "Spol tilbage",                   IDM_IMGARTREWIND
195         MENUITEM SEPARATOR
196         MENUITEM SEPARATOR
197         MENUITEM "Egenskabe&r",              IDM_PROPERTIES
198     }
199 
200     POPUP "Fejlsøgning"
201     {
202         MENUITEM "Sporingsmæerker",         IDM_TRACETAGS
203         MENUITEM "Ressourcefejl",  IDM_RESOURCEFAILURES
204         MENUITEM "Dump sporingsinformation", IDM_DUMPTRACKINGINFO
205         MENUITEM "Fejlsøgningspause",        IDM_DEBUGBREAK
206         MENUITEM "Fejlsøgningsvisning",         IDM_DEBUGVIEW
207         MENUITEM "Dump «Tree»",          IDM_DUMPTREE
208         MENUITEM "Dump «Lines»",         IDM_DUMPLINES
209         MENUITEM "Dump «DisplayTree»",   IDM_DUMPDISPLAYTREE
210         MENUITEM "Dump «FormatCaches»",  IDM_DUMPFORMATCACHES
211         MENUITEM "Dump «LayoutRects»",   IDM_DUMPLAYOUTRECTS
212         MENUITEM "Hukommelsesovervåger",     IDM_MEMORYMONITOR
213         MENUITEM "Ydelsesmålere", IDM_PERFORMANCEMETERS
214         MENUITEM "Gem HTML",          IDM_SAVEHTML
215         MENUITEM SEPARATOR
216         MENUITEM "&Gennemse visning",       IDM_BROWSEMODE
217         MENUITEM "R&edigerings visning",         IDM_EDITMODE
218     }
219 
220     POPUP "Lodret rullefelt"
221     {
222         MENUITEM "Rul her",  IDM_SCROLL_HERE
223         MENUITEM SEPARATOR
224         MENUITEM "Top",          IDM_SCROLL_TOP
225         MENUITEM "Bund",       IDM_SCROLL_BOTTOM
226         MENUITEM SEPARATOR
227         MENUITEM "Side op",      IDM_SCROLL_PAGEUP
228         MENUITEM "Side ne",    IDM_SCROLL_PAGEDOWN
229         MENUITEM SEPARATOR
230         MENUITEM "Rul op",    IDM_SCROLL_UP
231         MENUITEM "Rul ne",  IDM_SCROLL_DOWN
232     }
233 
234     POPUP "Vandret rullefelt"
235     {
236         MENUITEM "Rul her",  IDM_SCROLL_HERE
237         MENUITEM SEPARATOR
238         MENUITEM "Venstre kant",    IDM_SCROLL_LEFTEDGE
239         MENUITEM "Højre kant",   IDM_SCROLL_RIGHTEDGE
240         MENUITEM SEPARATOR
241         MENUITEM "Side venstre",    IDM_SCROLL_PAGELEFT
242         MENUITEM "Side højre",   IDM_SCROLL_PAGERIGHT
243         MENUITEM SEPARATOR
244         MENUITEM "Rul til venstre",  IDM_SCROLL_LEFT
245         MENUITEM "Rul til højre", IDM_SCROLL_RIGHT
246     }
247 }

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