2003-07-03 15:42:02 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* $RCSfile: string3d.src,v $
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2007-06-27 17:05:42 +00:00
|
|
|
|
* $Revision: 1.32 $
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2007-06-27 17:05:42 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2007-06-27 18:05:42 $
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
* =============================================
|
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* This library 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 for more details.
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
2005-09-08 21:43:08 +00:00
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
|
* MA 02111-1307 USA
|
2003-07-03 15:42:02 +00:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
// include ------------------------------------------------------------------
|
2007-06-27 17:05:42 +00:00
|
|
|
|
#include <svx/dialogs.hrc>
|
2003-07-03 15:42:02 +00:00
|
|
|
|
// pragma -------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// Strings fuer die Draw-Dialoge --------------------------------------------
|
|
|
|
|
String RID_SVX_3D_CREATE_LATHE
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Create 3D rotation object" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_EXCHANGE_PASTE
|
|
|
|
|
{
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf<6E>gen : Objekt(e) einf<6E>gen */
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf<6E>gen : Objekt(e) einf<6E>gen */
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Insert object(s)" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_SEGMENTS
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Number of segments" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_DEEPTH
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Object depth" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_FOCAL
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Focal length" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_CAMPOS
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Camera position" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_ROTATE
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Rotate 3D object" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_EXTRUDE
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Create extrusion object" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_LATHE
|
|
|
|
|
{
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Rotationsk<73>rper erstellen : Rotationsk<73>rper erstellen */
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Rotationsk<73>rper erstellen : Rotationsk<73>rper erstellen */
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Create rotation object" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_BREAK_LATHE
|
|
|
|
|
{
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Rotationsk<73>rper aufbrechen : Rotationsk<73>rper aufbrechen */
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Rotationsk<73>rper aufbrechen : Rotationsk<73>rper aufbrechen */
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "Split 3D object" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVX_3D_UNDO_ATTRIBUTES
|
|
|
|
|
{
|
2004-06-25 11:07:34 +00:00
|
|
|
|
Text [ en-US ] = "3D Attributes" ;
|
2003-07-03 15:42:02 +00:00
|
|
|
|
};
|
|
|
|
|
// ********************************************************************** EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 10:25:54 +00:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 15:42:02 +00:00
|
|
|
|
|
2003-12-17 13:20:51 +00:00
|
|
|
|
|
2003-07-03 15:42:02 +00:00
|
|
|
|
|
|
|
|
|
|