1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/dialogs.hrc>
22 // Strings for the Draw Dialog --------------------------------------------
23 String RID_SVX_3D_CREATE_LATHE
25 Text [ en-US ] = "Create 3D rotation object" ;
27 String RID_SVX_3D_UNDO_EXCHANGE_PASTE
29 Text [ en-US ] = "Insert object(s)" ;
31 String RID_SVX_3D_UNDO_SEGMENTS
33 Text [ en-US ] = "Number of segments" ;
35 String RID_SVX_3D_UNDO_DEEPTH
37 Text [ en-US ] = "Object depth" ;
39 String RID_SVX_3D_UNDO_FOCAL
41 Text [ en-US ] = "Focal length" ;
43 String RID_SVX_3D_UNDO_CAMPOS
45 Text [ en-US ] = "Camera position" ;
47 String RID_SVX_3D_UNDO_ROTATE
49 Text [ en-US ] = "Rotate 3D object" ;
51 String RID_SVX_3D_UNDO_EXTRUDE
53 Text [ en-US ] = "Create extrusion object" ;
55 String RID_SVX_3D_UNDO_LATHE
57 Text [ en-US ] = "Create rotation object" ;
59 String RID_SVX_3D_UNDO_BREAK_LATHE
61 Text [ en-US ] = "Split 3D object" ;
63 String RID_SVX_3D_UNDO_ATTRIBUTES
65 Text [ en-US ] = "3D Attributes" ;
68 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */