forked from amazingfate/loongoffice
231 lines
6.5 KiB
Plaintext
231 lines
6.5 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "svtools/sores.hxx"
|
|
#define __RSC
|
|
#include <svtools/soerr.hxx>
|
|
#define S_MAX 0x7fff
|
|
|
|
Resource RID_SO_ERROR_HANDLER
|
|
{
|
|
String ERRCODE_SO_GENERALERROR&S_MAX
|
|
{
|
|
Text [ en-US ] = "General OLE error." ;
|
|
};
|
|
String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection to the object cannot be established." ;
|
|
};
|
|
String ERRCODE_SO_NOCACHE_UPDATED&S_MAX
|
|
{
|
|
Text [ en-US ] = "No cache files were updated." ;
|
|
};
|
|
String ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX
|
|
{
|
|
Text [ en-US ] = "Some cache files were not updated." ;
|
|
};
|
|
String ERRCODE_SO_MK_UNAVAILABLE&S_MAX
|
|
{
|
|
Text [ en-US ] = "Status of object cannot be determined in a timely manner." ;
|
|
};
|
|
String ERRCODE_SO_E_CLASSDIFF&S_MAX
|
|
{
|
|
Text [ en-US ] = "Source of the OLE link has been converted." ;
|
|
};
|
|
String ERRCODE_SO_MK_NO_OBJECT&S_MAX
|
|
{
|
|
Text [ en-US ] = "The object could not be found." ;
|
|
};
|
|
String ERRCODE_SO_MK_EXCEEDED_DEADLINE&S_MAX
|
|
{
|
|
Text [ en-US ] = "The process could not be completed within the specified time period." ;
|
|
};
|
|
String ERRCODE_SO_MK_CONNECT_MANUALLY&S_MAX
|
|
{
|
|
Text [ en-US ] = "OLE could not connect to a network device (server)." ;
|
|
};
|
|
String ERRCODE_SO_MK_INTERMEDIATE_INTERFACE_NOT_SUPPORTED&S_MAX
|
|
{
|
|
Text [ en-US ] = "The object found does not support the interface required for the desired operation." ;
|
|
};
|
|
String ERRCODE_SO_NO_INTERFACE&S_MAX
|
|
{
|
|
Text [ en-US ] = "Interface not supported." ;
|
|
};
|
|
String ERRCODE_SO_OUT_OF_MEMORY&S_MAX
|
|
{
|
|
Text [ en-US ] = "Insufficient memory." ;
|
|
};
|
|
String ERRCODE_SO_MK_SYNTAX&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection name could not be processed." ;
|
|
};
|
|
String ERRCODE_SO_MK_REDUCED_TO_SELF&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection name could not be reduced further." ;
|
|
};
|
|
String ERRCODE_SO_MK_NO_INVERSE&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection name has no inverse." ;
|
|
};
|
|
String ERRCODE_SO_MK_NO_PREFIX&S_MAX
|
|
{
|
|
Text [ en-US ] = "No common prefix exists." ;
|
|
};
|
|
String ERRCODE_SO_MK_HIM&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection name is contained in the other one." ;
|
|
};
|
|
String ERRCODE_SO_MK_US&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection names (the receiver and the other moniker) are identical." ;
|
|
};
|
|
String ERRCODE_SO_MK_ME&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection name is contained in the other one." ;
|
|
};
|
|
String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX
|
|
{
|
|
Text [ en-US ] = "The connection name cannot be connected. This is a relative name." ;
|
|
};
|
|
String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX
|
|
{
|
|
Text [ en-US ] = "Operation not implemented." ;
|
|
};
|
|
String ERRCODE_SO_MK_NO_STORAGE&S_MAX
|
|
{
|
|
Text [ en-US ] = "No storage." ;
|
|
};
|
|
String ERRCODE_SO_FALSE&S_MAX
|
|
{
|
|
Text [ en-US ] = "False." ;
|
|
};
|
|
String ERRCODE_SO_MK_NEED_GENERIC&S_MAX
|
|
{
|
|
Text [ en-US ] = "Monikers must be composed generically." ;
|
|
};
|
|
String ERRCODE_SO_PENDING&S_MAX
|
|
{
|
|
Text [ en-US ] = "Data not available at this time." ;
|
|
};
|
|
String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX
|
|
{
|
|
Text [ en-US ] = "Object could not be activated InPlace." ;
|
|
};
|
|
String ERRCODE_SO_LINDEX & S_MAX
|
|
{
|
|
Text [ en-US ] = "Invalid index." ;
|
|
};
|
|
String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX
|
|
{
|
|
Text [ en-US ] = "The action cannot be executed in the object's current state." ;
|
|
};
|
|
String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX
|
|
{
|
|
Text [ en-US ] = "An invalid window was passed when activated." ;
|
|
};
|
|
String ERRCODE_SO_NOVERBS & S_MAX
|
|
{
|
|
Text [ en-US ] = "The object does not support any actions." ;
|
|
};
|
|
String ERRCODE_SO_INVALIDVERB & S_MAX
|
|
{
|
|
Text [ en-US ] = "The action is not defined. The default action will be executed." ;
|
|
};
|
|
String ERRCODE_SO_MK_CONNECT & S_MAX
|
|
{
|
|
Text [ en-US ] = "A link to the network could not be re-established." ;
|
|
};
|
|
String ERRCODE_SO_NOTIMPL & S_MAX
|
|
{
|
|
Text [ en-US ] = "Object does not support this action." ;
|
|
};
|
|
String ERRCODE_SO_MK_CANTOPENFILE & S_MAX
|
|
{
|
|
Text [ en-US ] = "The specified file could not be opened." ;
|
|
};
|
|
};
|
|
Resource RID_SO_ERRCTX
|
|
{
|
|
String ERRCTX_SO_DOVERB
|
|
{
|
|
Text [ en-US ] = "$(ERR) activating object" ;
|
|
};
|
|
};
|
|
String STR_ERROR_OBJNOCREATE
|
|
{
|
|
Text [ en-US ] = "Object % could not be inserted." ;
|
|
};
|
|
String STR_ERROR_OBJNOCREATE_FROM_FILE
|
|
{
|
|
Text [ en-US ] = "Object from file % could not be inserted." ;
|
|
};
|
|
String STR_ERROR_OBJNOCREATE_PLUGIN
|
|
{
|
|
Text [ en-US ] = "Plug-in from document % could not be inserted." ;
|
|
};
|
|
String STR_FURTHER_OBJECT
|
|
{
|
|
Text [ en-US ] = "Further objects" ;
|
|
};
|
|
|
|
Bitmap BMP_PLUGIN
|
|
{
|
|
File = "plugin.png" ;
|
|
};
|
|
Bitmap BMP_OLEOBJ
|
|
{
|
|
File = "oleobj.png" ;
|
|
};
|
|
Menu MB_PLUGIN
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem MI_PLUGIN ;
|
|
};
|
|
ExtraData = { 1 ; 0 ; 0 ; }; //Um InPlace Menu zu bentzen
|
|
};
|
|
MenuItem MI_PLUGIN
|
|
{
|
|
Identifier = MI_PLUGIN ;
|
|
SubMenu = Menu
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem
|
|
{
|
|
Identifier = MI_PLUGIN_DEACTIVATE ;
|
|
Text [ en-US ] = "Deactivate" ;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
String STR_UNKNOWN_SOURCE
|
|
{
|
|
Text [ en-US ] = "Unknown source" ;
|
|
};
|