1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
|
/*************************************************************************
*
* 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." ;
};
/*
String & S_MAX
{
Text = "";
};
*/
};
Resource RID_SO_ERRCTX
{
String ERRCTX_SO_DOVERB
{
Text [ en-US ] = "$(ERR) activating object" ;
};
};
String STR_INS_OBJECT
{
Text [ en-US ] = "Inserts a new %1-Object into your document." ;
};
String STR_INS_OBJECT_ICON
{
Text [ en-US ] = "Inserts a new %1-Object into your document as a symbol." ;
};
String STR_INS_FILE
{
Text [ en-US ] = "Inserts the contents of the file into your document to enable later editing in the original application." ;
};
String STR_INS_PLUGIN
{
Text [ en-US ] = "Inserts a plug-in object into your document with a reference to the plug-in data. When the object is activated, the plug-in is automatically executed." ;
};
String STR_INS_APPLET
{
Text [ en-US ] = "Inserts an applet object into your document. When the object is activated, the applet is automatically executed." ;
};
String STR_INS_FILE_ICON
{
Text [ en-US ] = "Inserts the contents of the file as an icon into your document." ;
};
String STR_INS_FILE_LINK
{
Text [ en-US ] = "Inserts the contents of the file into your document and creates a link to the source file. Changes made to the source file will be reflected in your document." ;
};
String STR_INS_FILE_ICON_LINK
{
Text [ en-US ] = "Inserts an icon into your document representing the file. Changes made to the source file will be reflected in your document." ;
};
String STR_PASTE
{
Text [ en-US ] = "Pastes the contents of the clipboard as %1 in your document." ;
};
String STR_CONVERT_TO
{
Text [ en-US ] = "Converts the selected %1object to the object type %2." ;
};
String STR_ACTIVATE_AS
{
Text [ en-US ] = "All objects of type %1 are activated as %2, but not converted" ;
};
String STR_VERB_OPEN
{
Text [ en-US ] = "~Open" ;
};
String STR_VERB_PROPS
{
Text [ en-US ] = "~Properties" ;
};
String STR_PLUGIN_CANT_SHOW
{
Text [ en-US ] = "Plug-in % cannot be displayed." ;
};
String STR_ERROR_DDE
{
Text [ en-US ] = "DDE link to % for % area % are not available." ;
};
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_QUERYUPDATELINKS
{
Text [ en-US ] = "Update all links?" ;
};
String STR_FURTHER_OBJECT
{
Text [ en-US ] = "Further objects" ;
};
String STR_EDIT_APPLET
{
Text [ en-US ] = "Edit Applet" ;
};
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" ;
};
|