Annotation of mstools/ole20/samples/ole2ui/resource/usa/strings.rc, revision 1.1

1.1     ! root        1: /*
        !             2:  * STRINGS.RC
        !             3:  *
        !             4:  * strings for the OLE 2.0 UI Support Library.
        !             5:  *
        !             6:  * Copyright (c)1992 Microsoft Corporation, All Right Reserved
        !             7:  */
        !             8: 
        !             9: 
        !            10: #include "ole2ui.h"
        !            11: 
        !            12: 
        !            13: //Stringtable common for all dialogs.
        !            14: STRINGTABLE
        !            15:     BEGIN
        !            16:      IDS_FILTERS,               "All Files (*.*)|*.*|"
        !            17:      IDS_ICONFILTERS,           "Icon Files|*.exe;*.dll;*.ico|Programs (*.exe)|*.exe|Libraries (*.dll)|Icons (*.ico)|All Files (*.*)|*.*|"
        !            18:     END
        !            19: 
        !            20: // browse dialog
        !            21: STRINGTABLE
        !            22:     BEGIN
        !            23:      IDS_BROWSE                        "Browse"
        !            24:     END        
        !            25: 
        !            26: 
        !            27: //Insert Object stringtable.
        !            28: STRINGTABLE
        !            29:     BEGIN
        !            30:      IDS_IORESULTNEW,                "Inserts a new %s object into your document."
        !            31:      IDS_IORESULTNEWICON,            "Inserts a new %s object into your document.  It will be displayed as an icon."
        !            32:      IDS_IORESULTFROMFILE1,          "Inserts the contents of the file as an object into your document so that you may activate it using the "
        !            33:      IDS_IORESULTFROMFILE2,          "application which created it."
        !            34:      IDS_IORESULTFROMFILEICON2,      "application which created it.  It will be displayed as an icon."
        !            35:      IDS_IORESULTLINKFILE1,          "Inserts a picture of the file contents into your document.  The picture will be linked to "
        !            36:      IDS_IORESULTLINKFILE2,          "the file so that changes to the file will be reflected in your document."
        !            37:      IDS_IORESULTLINKFILEICON1,      "Inserts an icon into your document which represents the file.  The icon will be linked to "
        !            38:      IDS_IORESULTLINKFILEICON2,      "the file so that changes to the file will be reflected in your document."
        !            39:     END
        !            40: 
        !            41: //Change Icon stringtable
        !            42: STRINGTABLE
        !            43:     BEGIN
        !            44:      IDS_CINOICONSINFILE,        "There are no icons in %s."
        !            45:      IDS_CIINVALIDFILE,          "%s is not an existing file."
        !            46:      IDS_CIFILEACCESS,           "Unable to open file %s. Access denied."
        !            47:      IDS_CIFILESHARE,            "Unable to open file %s. Sharing violation."
        !            48:      IDS_CIFILEOPENFAIL,         "Unable to open file %s. General failure."
        !            49:     END
        !            50: 
        !            51: // Convert stringtable.
        !            52: STRINGTABLE
        !            53:     BEGIN
        !            54:      IDS_CVRESULTCONVERTLINK,     "A linked object must be converted at the source."
        !            55:      IDS_CVRESULTCONVERTTO,       "Permanently changes the selected %s object to a %s object."
        !            56:      IDS_CVRESULTNOCHANGE,        "The selected %s object will not be converted."
        !            57:      IDS_CVRESULTDISPLAYASICON,   "  It will be displayed as an icon."
        !            58:      IDS_CVRESULTACTIVATEAS,      "Every %s object will be activated as a %s object"
        !            59:      IDS_CVRESULTACTIVATEDIFF,    ", but it will not be converted."
        !            60:     END
        !            61: 
        !            62: //Paste Special stringtable
        !            63: STRINGTABLE
        !            64:     BEGIN
        !            65:      IDS_PSPASTEDATA,         "Inserts the contents of the Clipboard into your document as %s."
        !            66:      IDS_PSPASTEOBJECT,       "Inserts the contents of the Clipboard into your document so that you may activate it using %s."
        !            67:      IDS_PSPASTEOBJECTASICON, "Inserts the contents of the Clipboard into your document so that you may activate it using %s.  It will be displayed as an icon."
        !            68:      IDS_PSPASTELINKDATA,     "Inserts the contents of the Clipboard into your document as %s.  Paste Link creates a link to the source file so that changes to the source file will be reflected in your document."
        !            69:      IDS_PSPASTELINKOBJECT,   "Inserts a picture of the Clipboard contents into your document.  Paste Link creates a link to the source file so that changes to the source file will be reflected in your document."
        !            70:      IDS_PSPASTELINKOBJECTASICON, "Inserts an icon into your document which represents the Clipboard contents.  Paste Link creates a link to the source file so that changes to the source file will be reflected in your document."
        !            71:      IDS_PSNONOLE,            "Inserts the contents of the Clipboard into your document."
        !            72:      IDS_PSUNKNOWNTYPE,       "Unknown Type"
        !            73:      IDS_PSUNKNOWNSRC,        "Unknown Source"
        !            74:      IDS_PSUNKNOWNAPP,        "the application which created it"
        !            75:     END
        !            76: 
        !            77: // Busy/Blocked dialog stringtable
        !            78: STRINGTABLE
        !            79:     BEGIN
        !            80:      IDS_BZRESULTTEXTBUSY          "This action cannot be completed because the %s application (%s) is busy. Choose ""Switch To"" to activate %s and correct the problem."
        !            81:      IDS_BZRESULTTEXTNOTRESPONDING "This action cannot be completed because the %s application (%s) is not responding.  Choose ""Switch To"" to activate %s and correct the problem."
        !            82:     END
        !            83: 
        !            84: // OLESTD stringtable
        !            85: STRINGTABLE
        !            86:     BEGIN
        !            87:       IDS_OLESTDNOCREATEFILE, "Could not create file!"
        !            88:       IDS_OLESTDNOOPENFILE,   "Could not open file!"
        !            89:       IDS_OLESTDDISKFULL,     "Disk full--unable to complete save operation"
        !            90:     END
        !            91: 
        !            92: // OLE2UI stringtable
        !            93: STRINGTABLE
        !            94:     BEGIN
        !            95:        IDS_OLE2UIEDITNOOBJCMD, "&Object"
        !            96:        IDS_OLE2UIEDITLINKCMD_1VERB, "0%s Linked %s &Object"
        !            97:        IDS_OLE2UIEDITOBJECTCMD_1VERB, "0%s %s &Object"
        !            98:        IDS_OLE2UIEDITLINKCMD_NVERB, "Linked %s &Object"
        !            99:        IDS_OLE2UIEDITOBJECTCMD_NVERB, "%s &Object"
        !           100:        IDS_OLE2UIUNKNOWN, "Unknown"
        !           101:        IDS_OLE2UILINK,    "Link"
        !           102:        IDS_OLE2UIOBJECT,  "Object"
        !           103:        IDS_OLE2UIEDIT,    "&Edit"
        !           104:        IDS_OLE2UICONVERT, "&Convert..."
        !           105:        IDS_DEFICONLABEL,  "Document"
        !           106:     END
        !           107: 
        !           108: // LINKS stringtable
        !           109: STRINGTABLE
        !           110:     BEGIN
        !           111:      IDS_LINK_AUTO              "Automatic"
        !           112:      IDS_LINK_MANUAL                   "Manual"
        !           113:      IDS_LINK_UNKNOWN                  "Unavail"
        !           114:         IDS_LINKS                                      "Links"
        !           115:         IDS_FAILED                                     "Operation failed!"
        !           116:         IDS_CHANGESOURCE                       "Change Source"
        !           117:         IDS_INVALIDSOURCE                      "Invalid Source : Do you want to correct it?"
        !           118:         IDS_CHANGEADDITIONALLINKS      "The selected link has been changed.\nThis document contains additional links to\n%s.\n\nChange additional links?"
        !           119:         IDS_ERR_GETLINKSOURCE          "Fail to get source of the link!"
        !           120:         IDS_ERR_GETLINKUPDATEOPTIONS   "Fail to get update option of the link!"
        !           121:         IDS_ERR_ADDSTRING                      "Fail to add item to ListBox!"
        !           122:         IDS_CLOSE                              "Close"
        !           123:        END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.