xref: /trunk/main/svx/source/engine3d/string3d.src (revision ef4882fc)
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
24// include ------------------------------------------------------------------
25#include <svx/dialogs.hrc>
26 // pragma -------------------------------------------------------------------
27
28// Strings for Draw dialogs -------------------------------------------------
29String RID_SVX_3D_CREATE_LATHE
30{
31	Text [ en-US ] = "Create 3D rotation object" ;
32};
33String RID_SVX_3D_UNDO_EXCHANGE_PASTE
34{
35	Text [ en-US ] = "Insert object(s)" ;
36};
37String RID_SVX_3D_UNDO_SEGMENTS
38{
39	Text [ en-US ] = "Number of segments" ;
40};
41String RID_SVX_3D_UNDO_DEEPTH
42{
43	Text [ en-US ] = "Object depth" ;
44};
45String RID_SVX_3D_UNDO_FOCAL
46{
47	Text [ en-US ] = "Focal length" ;
48};
49String RID_SVX_3D_UNDO_CAMPOS
50{
51	Text [ en-US ] = "Camera position" ;
52};
53String RID_SVX_3D_UNDO_ROTATE
54{
55	Text [ en-US ] = "Rotate 3D object" ;
56};
57String RID_SVX_3D_UNDO_EXTRUDE
58{
59	Text [ en-US ] = "Create extrusion object" ;
60};
61String RID_SVX_3D_UNDO_LATHE
62{
63	Text [ en-US ] = "Create rotation object" ;
64};
65String RID_SVX_3D_UNDO_BREAK_LATHE
66{
67	Text [ en-US ] = "Split 3D object" ;
68};
69String RID_SVX_3D_UNDO_ATTRIBUTES
70{
71	Text [ en-US ] = "3D Attributes" ;
72};
73
74// ********************************************************************** EOF
75