/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "svtools/sores.hxx" #define __RSC #include #define S_MAX 0x7fff StringArray RID_SO_ERROR_HANDLER { ItemList [ en-US ] = { < "General OLE error." ; ERRCODE_SO_GENERALERROR&S_MAX ; >; < "The connection to the object cannot be established." ; ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX ; >; < "No cache files were updated." ; ERRCODE_SO_NOCACHE_UPDATED&S_MAX ; >; < "Some cache files were not updated." ; ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX ; >; < "Status of object cannot be determined in a timely manner." ; ERRCODE_SO_MK_UNAVAILABLE&S_MAX ; >; < "Source of the OLE link has been converted." ; ERRCODE_SO_E_CLASSDIFF&S_MAX ; >; < "The object could not be found." ; ERRCODE_SO_MK_NO_OBJECT&S_MAX ; >; < "The process could not be completed within the specified time period." ; ERRCODE_SO_MK_EXCEEDED_DEADLINE&S_MAX ; >; < "OLE could not connect to a network device (server)." ; ERRCODE_SO_MK_CONNECT_MANUALLY&S_MAX ; >; < "The object found does not support the interface required for the desired operation." ; ERRCODE_SO_MK_INTERMEDIATE_INTERFACE_NOT_SUPPORTED&S_MAX ; >; < "Interface not supported." ; ERRCODE_SO_NO_INTERFACE&S_MAX ; >; < "Insufficient memory." ; ERRCODE_SO_OUT_OF_MEMORY&S_MAX ; >; < "The connection name could not be processed." ; ERRCODE_SO_MK_SYNTAX&S_MAX ; >; < "The connection name could not be reduced further." ; ERRCODE_SO_MK_REDUCED_TO_SELF&S_MAX ; >; < "The connection name has no inverse." ; ERRCODE_SO_MK_NO_INVERSE&S_MAX ; >; < "No common prefix exists." ; ERRCODE_SO_MK_NO_PREFIX&S_MAX ; >; < "The connection name is contained in the other one." ; ERRCODE_SO_MK_HIM&S_MAX ; >; < "The connection names (the receiver and the other moniker) are identical." ; ERRCODE_SO_MK_US&S_MAX ; >; < "The connection name is contained in the other one." ; ERRCODE_SO_MK_ME&S_MAX ; >; < "The connection name cannot be connected. This is a relative name." ; ERRCODE_SO_MK_NOT_BINDABLE&S_MAX ; >; < "Operation not implemented." ; ERRCODE_SO_NOT_IMPLEMENTED&S_MAX ; >; < "No storage." ; ERRCODE_SO_MK_NO_STORAGE&S_MAX ; >; < "False." ; ERRCODE_SO_FALSE&S_MAX ; >; < "Monikers must be composed generically." ; ERRCODE_SO_MK_NEED_GENERIC&S_MAX ; >; < "Data not available at this time." ; ERRCODE_SO_PENDING&S_MAX ; >; < "Object could not be activated InPlace." ; ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX ; >; < "Invalid index." ; ERRCODE_SO_LINDEX & S_MAX ; >; < "The action cannot be executed in the object's current state." ; ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX ; >; < "An invalid window was passed when activated." ; ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX ; >; < "The object does not support any actions." ; ERRCODE_SO_NOVERBS & S_MAX ; >; < "The action is not defined. The default action will be executed." ; ERRCODE_SO_INVALIDVERB & S_MAX ; >; < "A link to the network could not be re-established." ; ERRCODE_SO_MK_CONNECT & S_MAX ; >; < "Object does not support this action." ; ERRCODE_SO_NOTIMPL & S_MAX ; >; < "The specified file could not be opened." ; ERRCODE_SO_MK_CANTOPENFILE & S_MAX ; >; }; }; StringArray RID_SO_ERRCTX { ItemList [ en-US ] = { < "$(ERR) activating object" ; ERRCTX_SO_DOVERB ; >; }; }; 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" ; }; String STR_UNKNOWN_SOURCE { Text [ en-US ] = "Unknown source" ; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */