1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 // include ------------------------------------------------------------------ 28#include <svx/dialogs.hrc> 29 // pragma ------------------------------------------------------------------- 30 31 // Strings fuer die Draw-Dialoge -------------------------------------------- 32String RID_SVX_3D_CREATE_LATHE 33{ 34 Text [ en-US ] = "Create 3D rotation object" ; 35}; 36String RID_SVX_3D_UNDO_EXCHANGE_PASTE 37{ 38 /* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf�gen : Objekt(e) einf�gen */ 39 /* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf�gen : Objekt(e) einf�gen */ 40 Text [ en-US ] = "Insert object(s)" ; 41}; 42String RID_SVX_3D_UNDO_SEGMENTS 43{ 44 Text [ en-US ] = "Number of segments" ; 45}; 46String RID_SVX_3D_UNDO_DEEPTH 47{ 48 Text [ en-US ] = "Object depth" ; 49}; 50String RID_SVX_3D_UNDO_FOCAL 51{ 52 Text [ en-US ] = "Focal length" ; 53}; 54String RID_SVX_3D_UNDO_CAMPOS 55{ 56 Text [ en-US ] = "Camera position" ; 57}; 58String RID_SVX_3D_UNDO_ROTATE 59{ 60 Text [ en-US ] = "Rotate 3D object" ; 61}; 62String RID_SVX_3D_UNDO_EXTRUDE 63{ 64 Text [ en-US ] = "Create extrusion object" ; 65}; 66String RID_SVX_3D_UNDO_LATHE 67{ 68 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper erstellen : Rotationsk�rper erstellen */ 69 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper erstellen : Rotationsk�rper erstellen */ 70 Text [ en-US ] = "Create rotation object" ; 71}; 72String RID_SVX_3D_UNDO_BREAK_LATHE 73{ 74 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper aufbrechen : Rotationsk�rper aufbrechen */ 75 /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper aufbrechen : Rotationsk�rper aufbrechen */ 76 Text [ en-US ] = "Split 3D object" ; 77}; 78String RID_SVX_3D_UNDO_ATTRIBUTES 79{ 80 Text [ en-US ] = "3D Attributes" ; 81}; 82 // ********************************************************************** EOF 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