Update ooo320-m1
[ooovba.git] / svx / source / dialog / ruler.src
blob789e184f98c0e513741dd2d28a5b140095328a0d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: ruler.src,v $
10  * $Revision: 1.24 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include <svx/dialogs.hrc>
31 #include "ruler.hrc"
33 Menu RID_SVXMN_RULER
35     ItemList =
36     {
37         MenuItem
38         {
39             Identifier = ID_MM ;
40             Checkable = TRUE ;
41             Text [ en-US ] = "Millimeter" ;
42         };
43         MenuItem
44         {
45             Identifier = ID_CM ;
46             Checkable = TRUE ;
47             Text [ en-US ] = "Centimeter" ;
48         };
49         MenuItem
50         {
51             Identifier = ID_M ;
52             Checkable = TRUE ;
53             Text [ en-US ] = "Meter" ;
54         };
55         MenuItem
56         {
57             Identifier = ID_KM ;
58             Checkable = TRUE ;
59             Text [ en-US ] = "Kilometer" ;
60         };
61         MenuItem
62         {
63             Identifier = ID_INCH ;
64             Checkable = TRUE ;
65             Text [ en-US ] = "Inch" ;
66         };
67         MenuItem
68         {
69             Identifier = ID_FOOT ;
70             Checkable = TRUE ;
71             /* ### ACHTUNG: Neuer Text in Resource? Fuß : Fu˜ */
72             /* ### ACHTUNG: Neuer Text in Resource? Fuß : Fu˜ */
73             Text [ en-US ] = "Foot" ;
74         };
75         MenuItem
76         {
77             Identifier = ID_MILE ;
78             Checkable = TRUE ;
79             Text [ en-US ] = "Miles" ;
80         };
81         MenuItem
82         {
83             Identifier = ID_POINT ;
84             Checkable = TRUE ;
85             Text [ en-US ] = "Point" ;
86         };
87         MenuItem
88         {
89             Identifier = ID_PICA ;
90             Checkable = TRUE ;
91             Text [ en-US ] = "Pica" ;
92         };
93                 MenuItem
94                 {
95                         Identifier = ID_CHAR ;
96                         Checkable = TRUE ;
97                         Text[ en-US ] = "Char" ;
98                 };
99                 MenuItem
100                 {
101                         Identifier = ID_LINE ;
102                         Checkable = TRUE ;
103                         Text[ en-US ] = "Line" ;
104                 };
105     };
107 String RID_SVXSTR_RULER_TAB_LEFT
109     Text [ en-US ] = "Left" ;
111 String RID_SVXSTR_RULER_TAB_RIGHT
113     Text [ en-US ] = "Right" ;
115 String RID_SVXSTR_RULER_TAB_DECIMAL
117     Text [ en-US ] = "Decimal" ;
119 String RID_SVXSTR_RULER_TAB_CENTER
121     Text [ en-US ] = "Center" ;