Bump version to 5.0-14
[LibreOffice.git] / svtools / source / dialogs / so3res.src
blobbc92074663076fba9097d7582f55579487f68127
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "svtools/sores.hxx"
21 #define __RSC
22 #include <svtools/soerr.hxx>
23 #define S_MAX   0x7fff
25 Resource RID_SO_ERROR_HANDLER
27     String ERRCODE_SO_GENERALERROR&S_MAX
28     {
29         Text [ en-US ] = "General OLE error." ;
30     };
31     String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX
32     {
33         Text [ en-US ] = "The connection to the object cannot be established." ;
34     };
35     String ERRCODE_SO_NOCACHE_UPDATED&S_MAX
36     {
37         Text [ en-US ] = "No cache files were updated." ;
38     };
39     String ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX
40     {
41         Text [ en-US ] = "Some cache files were not updated." ;
42     };
43     String ERRCODE_SO_MK_UNAVAILABLE&S_MAX
44     {
45         Text [ en-US ] = "Status of object cannot be determined in a timely manner." ;
46     };
47     String ERRCODE_SO_E_CLASSDIFF&S_MAX
48     {
49         Text [ en-US ] = "Source of the OLE link has been converted." ;
50     };
51     String ERRCODE_SO_MK_NO_OBJECT&S_MAX
52     {
53         Text [ en-US ] = "The object could not be found." ;
54     };
55     String ERRCODE_SO_MK_EXCEEDED_DEADLINE&S_MAX
56     {
57         Text [ en-US ] = "The process could not be completed within the specified time period." ;
58     };
59     String ERRCODE_SO_MK_CONNECT_MANUALLY&S_MAX
60     {
61         Text [ en-US ] = "OLE could not connect to a network device (server)." ;
62     };
63     String ERRCODE_SO_MK_INTERMEDIATE_INTERFACE_NOT_SUPPORTED&S_MAX
64     {
65         Text [ en-US ] = "The object found does not support the interface required for the desired operation." ;
66     };
67     String ERRCODE_SO_NO_INTERFACE&S_MAX
68     {
69         Text [ en-US ] = "Interface not supported." ;
70     };
71     String ERRCODE_SO_OUT_OF_MEMORY&S_MAX
72     {
73         Text [ en-US ] = "Insufficient memory." ;
74     };
75     String ERRCODE_SO_MK_SYNTAX&S_MAX
76     {
77         Text [ en-US ] = "The connection name could not be processed." ;
78     };
79     String ERRCODE_SO_MK_REDUCED_TO_SELF&S_MAX
80     {
81         Text [ en-US ] = "The connection name could not be reduced further." ;
82     };
83     String ERRCODE_SO_MK_NO_INVERSE&S_MAX
84     {
85         Text [ en-US ] = "The connection name has no inverse." ;
86     };
87     String ERRCODE_SO_MK_NO_PREFIX&S_MAX
88     {
89         Text [ en-US ] = "No common prefix exists." ;
90     };
91     String ERRCODE_SO_MK_HIM&S_MAX
92     {
93         Text [ en-US ] = "The connection name is contained in the other one." ;
94     };
95     String ERRCODE_SO_MK_US&S_MAX
96     {
97         Text [ en-US ] = "The connection names (the receiver and the other moniker) are identical." ;
98     };
99     String ERRCODE_SO_MK_ME&S_MAX
100     {
101         Text [ en-US ] = "The connection name is contained in the other one." ;
102     };
103     String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX
104     {
105         Text [ en-US ] = "The connection name cannot be connected. This is a relative name." ;
106     };
107     String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX
108     {
109         Text [ en-US ] = "Operation not implemented." ;
110     };
111     String ERRCODE_SO_MK_NO_STORAGE&S_MAX
112     {
113         Text [ en-US ] = "No storage." ;
114     };
115     String ERRCODE_SO_FALSE&S_MAX
116     {
117         Text [ en-US ] = "False." ;
118     };
119     String ERRCODE_SO_MK_NEED_GENERIC&S_MAX
120     {
121         Text [ en-US ] = "Monikers must be composed generically." ;
122     };
123     String ERRCODE_SO_PENDING&S_MAX
124     {
125         Text [ en-US ] = "Data not available at this time." ;
126     };
127     String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX
128     {
129         Text [ en-US ] = "Object could not be activated InPlace." ;
130     };
131     String ERRCODE_SO_LINDEX & S_MAX
132     {
133         Text [ en-US ] = "Invalid index." ;
134     };
135     String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX
136     {
137         Text [ en-US ] = "The action cannot be executed in the object's current state." ;
138     };
139     String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX
140     {
141         Text [ en-US ] = "An invalid window was passed when activated." ;
142     };
143     String ERRCODE_SO_NOVERBS & S_MAX
144     {
145         Text [ en-US ] = "The object does not support any actions." ;
146     };
147     String ERRCODE_SO_INVALIDVERB & S_MAX
148     {
149         Text [ en-US ] = "The action is not defined. The default action will be executed." ;
150     };
151     String ERRCODE_SO_MK_CONNECT & S_MAX
152     {
153         Text [ en-US ] = "A link to the network could not be re-established." ;
154     };
155     String ERRCODE_SO_NOTIMPL & S_MAX
156     {
157         Text [ en-US ] = "Object does not support this action." ;
158     };
159     String ERRCODE_SO_MK_CANTOPENFILE & S_MAX
160     {
161         Text [ en-US ] = "The specified file could not be opened." ;
162     };
164 Resource RID_SO_ERRCTX
166     String ERRCTX_SO_DOVERB
167     {
168         Text [ en-US ] = "$(ERR) activating object" ;
169     };
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" ;
188 Bitmap BMP_PLUGIN
190     File = "plugin.png" ;
192 String STR_UNKNOWN_SOURCE
194     Text [ en-US ] = "Unknown source" ;
197 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */