dsound: Don't specify period size for the IAudioClient.
[wine/multimedia.git] / dlls / oledlg / oledlg.rc
blob864fd063fe1c20d2b86e0f9d0775098a44de02d8
1 /*
2  * Copyright 2003 Ulrich Czekalla for CodeWeavers
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  */
19 #include "resource.h"
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23 STRINGTABLE
25   IDS_RESULTOBJDESC     "Insert a new %s object into your document"
26   IDS_RESULTFILEOBJDESC "Insert the contents of the file as an object into your document so that you may activate it using the program which created it."
27   IDS_BROWSE            "Browse"
28   IDS_NOTOLEMOD         "File does not appear to be a valid OLE module. Unable to register OLE control."
29   IDS_NOTOLEMODCAPTION  "Add Control"
32 STRINGTABLE
34     IDS_PS_PASTE_DATA                     "Inserts the contents of the clipboard into your document as %s."
35     IDS_PS_PASTE_OBJECT                   "Inserts the contents of the clipboard into your document so that you can activate it using %s."
36     IDS_PS_PASTE_OBJECT_AS_ICON           "Inserts the contents of the clipboard into your document so that you can activate it using %s.  It will be displayed as an icon."
37     IDS_PS_PASTE_LINK_DATA                "Inserts the contents of the clipboard into your document as %s.  The data is linked to the source file so that changes to the file will be reflected in your document."
38     IDS_PS_PASTE_LINK_OBJECT              "Inserts a picture of the clipboard contents into your document.  The picture is linked to the source file so that changes to the file will be reflected in your document."
39     IDS_PS_PASTE_LINK_OBJECT_AS_ICON      "Inserts a shortcut which points to the location of the clipboard contents.  The shortcut is linked to the source file so that changes to the file will be reflected in your document."
40     IDS_PS_NON_OLE                        "Inserts the contents of the clipboard into your document."
41     IDS_PS_UNKNOWN_TYPE                   "Unknown Type"
42     IDS_PS_UNKNOWN_SRC                    "Unknown Source"
43     IDS_PS_UNKNOWN_APP                    "the program which created it"