1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "svtools/sores.hxx"
22 #include <svtools/soerr.hxx>
25 Resource RID_SO_ERROR_HANDLER
27 String ERRCODE_SO_GENERALERROR&S_MAX
29 Text [ en-US ] = "General OLE error." ;
31 String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX
33 Text [ en-US ] = "The connection to the object cannot be established." ;
35 String ERRCODE_SO_NOCACHE_UPDATED&S_MAX
37 Text [ en-US ] = "No cache files were updated." ;
39 String ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX
41 Text [ en-US ] = "Some cache files were not updated." ;
43 String ERRCODE_SO_MK_UNAVAILABLE&S_MAX
45 Text [ en-US ] = "Status of object cannot be determined in a timely manner." ;
47 String ERRCODE_SO_E_CLASSDIFF&S_MAX
49 Text [ en-US ] = "Source of the OLE link has been converted." ;
51 String ERRCODE_SO_MK_NO_OBJECT&S_MAX
53 Text [ en-US ] = "The object could not be found." ;
55 String ERRCODE_SO_MK_EXCEEDED_DEADLINE&S_MAX
57 Text [ en-US ] = "The process could not be completed within the specified time period." ;
59 String ERRCODE_SO_MK_CONNECT_MANUALLY&S_MAX
61 Text [ en-US ] = "OLE could not connect to a network device (server)." ;
63 String ERRCODE_SO_MK_INTERMEDIATE_INTERFACE_NOT_SUPPORTED&S_MAX
65 Text [ en-US ] = "The object found does not support the interface required for the desired operation." ;
67 String ERRCODE_SO_NO_INTERFACE&S_MAX
69 Text [ en-US ] = "Interface not supported." ;
71 String ERRCODE_SO_OUT_OF_MEMORY&S_MAX
73 Text [ en-US ] = "Insufficient memory." ;
75 String ERRCODE_SO_MK_SYNTAX&S_MAX
77 Text [ en-US ] = "The connection name could not be processed." ;
79 String ERRCODE_SO_MK_REDUCED_TO_SELF&S_MAX
81 Text [ en-US ] = "The connection name could not be reduced further." ;
83 String ERRCODE_SO_MK_NO_INVERSE&S_MAX
85 Text [ en-US ] = "The connection name has no inverse." ;
87 String ERRCODE_SO_MK_NO_PREFIX&S_MAX
89 Text [ en-US ] = "No common prefix exists." ;
91 String ERRCODE_SO_MK_HIM&S_MAX
93 Text [ en-US ] = "The connection name is contained in the other one." ;
95 String ERRCODE_SO_MK_US&S_MAX
97 Text [ en-US ] = "The connection names (the receiver and the other moniker) are identical." ;
99 String ERRCODE_SO_MK_ME&S_MAX
101 Text [ en-US ] = "The connection name is contained in the other one." ;
103 String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX
105 Text [ en-US ] = "The connection name cannot be connected. This is a relative name." ;
107 String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX
109 Text [ en-US ] = "Operation not implemented." ;
111 String ERRCODE_SO_MK_NO_STORAGE&S_MAX
113 Text [ en-US ] = "No storage." ;
115 String ERRCODE_SO_FALSE&S_MAX
117 Text [ en-US ] = "False." ;
119 String ERRCODE_SO_MK_NEED_GENERIC&S_MAX
121 Text [ en-US ] = "Monikers must be composed generically." ;
123 String ERRCODE_SO_PENDING&S_MAX
125 Text [ en-US ] = "Data not available at this time." ;
127 String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX
129 Text [ en-US ] = "Object could not be activated InPlace." ;
131 String ERRCODE_SO_LINDEX & S_MAX
133 Text [ en-US ] = "Invalid index." ;
135 String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX
137 Text [ en-US ] = "The action cannot be executed in the object's current state." ;
139 String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX
141 Text [ en-US ] = "An invalid window was passed when activated." ;
143 String ERRCODE_SO_NOVERBS & S_MAX
145 Text [ en-US ] = "The object does not support any actions." ;
147 String ERRCODE_SO_INVALIDVERB & S_MAX
149 Text [ en-US ] = "The action is not defined. The default action will be executed." ;
151 String ERRCODE_SO_MK_CONNECT & S_MAX
153 Text [ en-US ] = "A link to the network could not be re-established." ;
155 String ERRCODE_SO_NOTIMPL & S_MAX
157 Text [ en-US ] = "Object does not support this action." ;
159 String ERRCODE_SO_MK_CANTOPENFILE & S_MAX
161 Text [ en-US ] = "The specified file could not be opened." ;
164 Resource RID_SO_ERRCTX
166 String ERRCTX_SO_DOVERB
168 Text [ en-US ] = "$(ERR) activating object" ;
171 String STR_ERROR_OBJNOCREATE
173 Text [ en-US ] = "Object % could not be inserted." ;
175 String STR_ERROR_OBJNOCREATE_FROM_FILE
177 Text [ en-US ] = "Object from file % could not be inserted." ;
179 String STR_ERROR_OBJNOCREATE_PLUGIN
181 Text [ en-US ] = "Plug-in from document % could not be inserted." ;
183 String STR_FURTHER_OBJECT
185 Text [ en-US ] = "Further objects" ;
190 File = "plugin.png" ;
192 String STR_UNKNOWN_SOURCE
194 Text [ en-US ] = "Unknown source" ;
197 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */