fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / svx / source / toolbars / extrusionbar.src
blob3401256ad56a929d3ceb3e5e9903552542965c49
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include <svx/svxids.hrc>
21 #include <svx/dialogs.hrc>
23 String RID_SVX_EXTRUSION_BAR
25     Text [ en-US ] = "Extrusion";
28 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF
30     Text [ en-US ] = "Apply Extrusion On/Off";
32 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN
34     Text [ en-US ] = "Tilt Down";
36 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP
38     Text [ en-US ] = "Tilt Up";
40 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT
42     Text [ en-US ] = "Tilt Left";
44 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT
46     Text [ en-US ] = "Tilt Right";
48 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH
50     Text [ en-US ] = "Change Extrusion Depth";
52 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION
54     Text [ en-US ] = "Change Orientation";
56 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION
58     Text [ en-US ] = "Change Projection Type";
60 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING
62     Text [ en-US ] = "Change Lighting";
64 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS
66     Text [ en-US ] = "Change Brightness";
68 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE
70     Text [ en-US ] = "Change Extrusion Surface";
72 String RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR
74     Text [ en-US ] = "Change Extrusion Color";
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */