so3res.src (edbf9ee0) | so3res.src (9cd2463e) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 2 * |
3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at | 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at |
10 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 12 * |
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. | 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. |
19 * | 19 * |
20 *************************************************************/ 21 22 23 24#include "svtools/sores.hxx" 25#define __RSC 26#include <svtools/soerr.hxx> 27#define S_MAX 0x7fff 28 29Resource RID_SO_ERROR_HANDLER 30{ 31 String ERRCODE_SO_GENERALERROR&S_MAX 32 { 33 Text [ en-US ] = "General OLE error." ; 34 }; 35 String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX 36 { | 20 *************************************************************/ 21 22 23 24#include "svtools/sores.hxx" 25#define __RSC 26#include <svtools/soerr.hxx> 27#define S_MAX 0x7fff 28 29Resource RID_SO_ERROR_HANDLER 30{ 31 String ERRCODE_SO_GENERALERROR&S_MAX 32 { 33 Text [ en-US ] = "General OLE error." ; 34 }; 35 String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX 36 { |
37 // ### ACHTUNG: Neuer Text in Resource? Die Verbindung zum Objekt kann nicht hergestellt werden : Die Verbindung zum Objekt kann nicht hergestellt werden. | |
38 Text [ en-US ] = "The connection to the object cannot be established." ; 39 }; 40 String ERRCODE_SO_NOCACHE_UPDATED&S_MAX 41 { 42 Text [ en-US ] = "No cache files were updated." ; 43 }; 44 String ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX 45 { --- 56 unchanged lines hidden (view full) --- 102 Text [ en-US ] = "The connection names (the receiver and the other moniker) are identical." ; 103 }; 104 String ERRCODE_SO_MK_ME&S_MAX 105 { 106 Text [ en-US ] = "The connection name is contained in the other one." ; 107 }; 108 String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX 109 { | 37 Text [ en-US ] = "The connection to the object cannot be established." ; 38 }; 39 String ERRCODE_SO_NOCACHE_UPDATED&S_MAX 40 { 41 Text [ en-US ] = "No cache files were updated." ; 42 }; 43 String ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX 44 { --- 56 unchanged lines hidden (view full) --- 101 Text [ en-US ] = "The connection names (the receiver and the other moniker) are identical." ; 102 }; 103 String ERRCODE_SO_MK_ME&S_MAX 104 { 105 Text [ en-US ] = "The connection name is contained in the other one." ; 106 }; 107 String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX 108 { |
110 // ### ACHTUNG: Neuer Text in Resource? Der Verbindungsname kann nicht verbunden werden Es handelt sich um einen relativen Namen : Der Verbindungsname kann nicht verbunden werden. Es handelt sich um einen relativen Namen | |
111 Text [ en-US ] = "The connection name cannot be connected. This is a relative name." ; 112 }; 113 String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX 114 { 115 Text [ en-US ] = "Operation not implemented." ; 116 }; 117 String ERRCODE_SO_MK_NO_STORAGE&S_MAX 118 { --- 8 unchanged lines hidden (view full) --- 127 Text [ en-US ] = "Monikers must be composed generically." ; 128 }; 129 String ERRCODE_SO_PENDING&S_MAX 130 { 131 Text [ en-US ] = "Data not available at this time." ; 132 }; 133 String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX 134 { | 109 Text [ en-US ] = "The connection name cannot be connected. This is a relative name." ; 110 }; 111 String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX 112 { 113 Text [ en-US ] = "Operation not implemented." ; 114 }; 115 String ERRCODE_SO_MK_NO_STORAGE&S_MAX 116 { --- 8 unchanged lines hidden (view full) --- 125 Text [ en-US ] = "Monikers must be composed generically." ; 126 }; 127 String ERRCODE_SO_PENDING&S_MAX 128 { 129 Text [ en-US ] = "Data not available at this time." ; 130 }; 131 String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX 132 { |
135 /* ### ACHTUNG: Neuer Text in Resource? Objekt wurde nicht InPlace aktiviert : Objetkt wurde nicht InPlace aktiviert */ | |
136 Text [ en-US ] = "Object could not be activated InPlace." ; 137 }; 138 String ERRCODE_SO_LINDEX & S_MAX 139 { | 133 Text [ en-US ] = "Object could not be activated InPlace." ; 134 }; 135 String ERRCODE_SO_LINDEX & S_MAX 136 { |
140 /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Index : Ung�ltiger Index */ | |
141 Text [ en-US ] = "Invalid index." ; 142 }; 143 String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX 144 { | 137 Text [ en-US ] = "Invalid index." ; 138 }; 139 String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX 140 { |
145 /* ### ACHTUNG: Neuer Text in Resource? Das Objekt kann die Aktion im momentanen Zustand nicht ausf�hren : Das Objekt kann die Aktion im momentanen Zustand nicht ausf�hren */ | |
146 Text [ en-US ] = "The action cannot be executed in the object's current state." ; 147 }; 148 String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX 149 { | 141 Text [ en-US ] = "The action cannot be executed in the object's current state." ; 142 }; 143 String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX 144 { |
150 /* ### ACHTUNG: Neuer Text in Resource? Bei der Aktivierung wurde ein ung�ltiges Fenster ist �bergeben : Bei der Aktivierung wurde ein ung�ltiges Fenster ist �bergeben */ | |
151 Text [ en-US ] = "An invalid window was passed when activated." ; 152 }; 153 String ERRCODE_SO_NOVERBS & S_MAX 154 { | 145 Text [ en-US ] = "An invalid window was passed when activated." ; 146 }; 147 String ERRCODE_SO_NOVERBS & S_MAX 148 { |
155 /* ### ACHTUNG: Neuer Text in Resource? Das Objekt unterst�tzt keine Aktionen : Das Objekt unterst�tzt keine Aktionen */ | |
156 Text [ en-US ] = "The object does not support any actions." ; 157 }; 158 String ERRCODE_SO_INVALIDVERB & S_MAX 159 { | 149 Text [ en-US ] = "The object does not support any actions." ; 150 }; 151 String ERRCODE_SO_INVALIDVERB & S_MAX 152 { |
160 /* ### ACHTUNG: Neuer Text in Resource? Die Aktion ist nicht definiert. Es wird die Default Aktion ausgel�st : Die Aktion ist nicht definiert. Es wird die Default Aktion ausgel�st */ | |
161 Text [ en-US ] = "The action is not defined. The default action will be executed." ; 162 }; 163 String ERRCODE_SO_MK_CONNECT & S_MAX 164 { | 153 Text [ en-US ] = "The action is not defined. The default action will be executed." ; 154 }; 155 String ERRCODE_SO_MK_CONNECT & S_MAX 156 { |
165 /* ### ACHTUNG: Neuer Text in Resource? Eine Verkn�pfung auf das Netzwerk konnte nicht wieder hergestellt werden : Eine Verkn�pfung auf das Netzwerk, die nicht wieder hergestellt werden konnte */ | |
166 Text [ en-US ] = "A link to the network could not be re-established." ; 167 }; 168 String ERRCODE_SO_NOTIMPL & S_MAX 169 { | 157 Text [ en-US ] = "A link to the network could not be re-established." ; 158 }; 159 String ERRCODE_SO_NOTIMPL & S_MAX 160 { |
170 /* ### ACHTUNG: Neuer Text in Resource? Das Objekt unterst�tzt diese Aktion nicht : Das Objekt unterst�tzt diese Aktion nicht */ | |
171 Text [ en-US ] = "Object does not support this action." ; 172 }; 173 String ERRCODE_SO_MK_CANTOPENFILE & S_MAX 174 { 175 Text [ en-US ] = "The specified file could not be opened." ; 176 }; 177 /* 178 String & S_MAX 179 { | 161 Text [ en-US ] = "Object does not support this action." ; 162 }; 163 String ERRCODE_SO_MK_CANTOPENFILE & S_MAX 164 { 165 Text [ en-US ] = "The specified file could not be opened." ; 166 }; 167 /* 168 String & S_MAX 169 { |
180 Text = ""; | 170 Text = "" ; |
181 }; 182*/ 183}; 184Resource RID_SO_ERRCTX 185{ 186 String ERRCTX_SO_DOVERB 187 { 188 Text [ en-US ] = "$(ERR) activating object" ; --- 16 unchanged lines hidden (view full) --- 205 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." ; 206}; 207String STR_INS_APPLET 208{ 209 Text [ en-US ] = "Inserts an applet object into your document. When the object is activated, the applet is automatically executed." ; 210}; 211String STR_INS_FILE_ICON 212{ | 171 }; 172*/ 173}; 174Resource RID_SO_ERRCTX 175{ 176 String ERRCTX_SO_DOVERB 177 { 178 Text [ en-US ] = "$(ERR) activating object" ; --- 16 unchanged lines hidden (view full) --- 195 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." ; 196}; 197String STR_INS_APPLET 198{ 199 Text [ en-US ] = "Inserts an applet object into your document. When the object is activated, the applet is automatically executed." ; 200}; 201String STR_INS_FILE_ICON 202{ |
213 Text [ en-US ] = "Inserts the contents of the file as an icon into your document." ; | 203 Text [ en-US ] = "Inserts the contents of the file as an icon into your document." ; |
214}; 215String STR_INS_FILE_LINK 216{ 217 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." ; 218}; 219String STR_INS_FILE_ICON_LINK 220{ 221 Text [ en-US ] = "Inserts an icon into your document representing the file. Changes made to the source file will be reflected in your document." ; --- 48 unchanged lines hidden (view full) --- 270}; 271String STR_EDIT_APPLET 272{ 273 Text [ en-US ] = "Edit Applet" ; 274}; 275 276Bitmap BMP_PLUGIN 277{ | 204}; 205String STR_INS_FILE_LINK 206{ 207 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." ; 208}; 209String STR_INS_FILE_ICON_LINK 210{ 211 Text [ en-US ] = "Inserts an icon into your document representing the file. Changes made to the source file will be reflected in your document." ; --- 48 unchanged lines hidden (view full) --- 260}; 261String STR_EDIT_APPLET 262{ 263 Text [ en-US ] = "Edit Applet" ; 264}; 265 266Bitmap BMP_PLUGIN 267{ |
278 File = "plugin.png" ; | 268 File = "plugin.png" ; |
279}; 280Bitmap BMP_OLEOBJ 281{ | 269}; 270Bitmap BMP_OLEOBJ 271{ |
282 File = "oleobj.png" ; | 272 File = "oleobj.png" ; |
283}; 284Menu MB_PLUGIN 285{ 286 ItemList = 287 { 288 MenuItem MI_PLUGIN ; 289 }; | 273}; 274Menu MB_PLUGIN 275{ 276 ItemList = 277 { 278 MenuItem MI_PLUGIN ; 279 }; |
290 ExtraData = { 1 ; 0 ; 0 ; }; //Um InPlace Menu zu bentzen | 280 ExtraData = { 1 ; 0 ; 0 ; }; // Um InPlace Menu zu benutzen |
291}; 292MenuItem MI_PLUGIN 293{ 294 Identifier = MI_PLUGIN ; 295 SubMenu = Menu 296 { 297 ItemList = 298 { --- 5 unchanged lines hidden (view full) --- 304 }; 305 }; 306}; 307String STR_UNKNOWN_SOURCE 308{ 309 Text [ en-US ] = "Unknown source" ; 310}; 311 | 281}; 282MenuItem MI_PLUGIN 283{ 284 Identifier = MI_PLUGIN ; 285 SubMenu = Menu 286 { 287 ItemList = 288 { --- 5 unchanged lines hidden (view full) --- 294 }; 295 }; 296}; 297String STR_UNKNOWN_SOURCE 298{ 299 Text [ en-US ] = "Unknown source" ; 300}; 301 |
312 | 302// ********************************************************************** EOF |