2003-07-03 15:42:02 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 23:45:51 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
2008-04-10 23:45:51 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
2008-04-10 23:45:51 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
2008-04-10 23:45:51 +00:00
|
|
|
* 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.
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
2008-04-10 23:45:51 +00:00
|
|
|
* 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).
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
2008-04-10 23:45:51 +00:00
|
|
|
* 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.
|
2003-07-03 15:42:02 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2011-09-12 21:53:16 +01:00
|
|
|
|
2007-06-27 17:05:42 +00:00
|
|
|
#include <svx/dialogs.hrc>
|
2003-07-03 15:42:02 +00:00
|
|
|
|
2011-04-07 15:47:21 +03:00
|
|
|
// Strings for the Draw Dialog --------------------------------------------
|
2003-07-03 15:42:02 +00:00
|
|
|
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
|
|
|
|
{
|
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
|
|
|
|
{
|
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
|
|
|
|
{
|
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
|
|
|
|
|
|
|
|