1/************************************************************** 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 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 19 * 20 *************************************************************/ 21 22 23 // include ------------------------------------------------------------------ 24#include <svx/dialogs.hrc> 25 // pragma ------------------------------------------------------------------- 26 27 // Strings fuer die Draw-Dialoge -------------------------------------------- 28String RID_SVX_3D_CREATE_LATHE 29{ 30 Text [ en-US ] = "Create 3D rotation object" ; 31}; 32String RID_SVX_3D_UNDO_EXCHANGE_PASTE 33{ 34 /* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf�gen : Objekt(e) einf�gen */ 35 /* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf�gen : Objekt(e) einf�gen */ 36 Text [ en-US ] = "Insert object(s)" ; 37}; 38String RID_SVX_3D_UNDO_SEGMENTS 39{ 40 Text [ en-US ] = "Number of segments" ; 41}; 42String RID_SVX_3D_UNDO_DEEPTH 43{ 44 Text [ en-US ] = "Object depth" ; 45}; 46String RID_SVX_3D_UNDO_FOCAL 47{ 48 Text [ en-US ] = "Focal length" ; 49}; 50String RID_SVX_3D_UNDO_CAMPOS 51{ 52 Text [ en-US ] = "Camera position" ; 53}; 54String RID_SVX_3D_UNDO_ROTATE 55{ 56 Text [ en-US ] = "Rotate 3D object" ; 57}; 58String RID_SVX_3D_UNDO_EXTRUDE 59{ 60 Text [ en-US ] = "Create extrusion object" ; 61}; 62String RID_SVX_3D_UNDO_LATHE 63{ 64 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper erstellen : Rotationsk�rper erstellen */ 65 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper erstellen : Rotationsk�rper erstellen */ 66 Text [ en-US ] = "Create rotation object" ; 67}; 68String RID_SVX_3D_UNDO_BREAK_LATHE 69{ 70 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper aufbrechen : Rotationsk�rper aufbrechen */ 71 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper aufbrechen : Rotationsk�rper aufbrechen */ 72 Text [ en-US ] = "Split 3D object" ; 73}; 74String RID_SVX_3D_UNDO_ATTRIBUTES 75{ 76 Text [ en-US ] = "3D Attributes" ; 77}; 78 // ********************************************************************** EOF 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