xref: /aoo4110/main/svx/source/dialog/ruler.src (revision b1cdbd2c)
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#include <svx/dialogs.hrc>
24#include "ruler.hrc"
25
26Menu RID_SVXMN_RULER
27{
28	ItemList =
29	{
30		MenuItem
31		{
32			Identifier = ID_MM ;
33			Checkable = TRUE ;
34			Text [ en-US ] = "Millimeter" ;
35		};
36		MenuItem
37		{
38			Identifier = ID_CM ;
39			Checkable = TRUE ;
40			Text [ en-US ] = "Centimeter" ;
41		};
42		MenuItem
43		{
44			Identifier = ID_M ;
45			Checkable = TRUE ;
46			Text [ en-US ] = "Meter" ;
47		};
48		MenuItem
49		{
50			Identifier = ID_KM ;
51			Checkable = TRUE ;
52			Text [ en-US ] = "Kilometer" ;
53		};
54		MenuItem
55		{
56			Identifier = ID_INCH ;
57			Checkable = TRUE ;
58			Text [ en-US ] = "Inch" ;
59		};
60		MenuItem
61		{
62			Identifier = ID_FOOT ;
63			Checkable = TRUE ;
64			/* ### ACHTUNG: Neuer Text in Resource? Fu� : Fu� */
65			/* ### ACHTUNG: Neuer Text in Resource? Fu� : Fu� */
66			Text [ en-US ] = "Foot" ;
67		};
68		MenuItem
69		{
70			Identifier = ID_MILE ;
71			Checkable = TRUE ;
72			Text [ en-US ] = "Miles" ;
73		};
74		MenuItem
75		{
76			Identifier = ID_POINT ;
77			Checkable = TRUE ;
78			Text [ en-US ] = "Point" ;
79		};
80		MenuItem
81		{
82			Identifier = ID_PICA ;
83			Checkable = TRUE ;
84            Text [ en-US ] = "Pica" ;
85        };
86	};
87};
88String RID_SVXSTR_RULER_TAB_LEFT
89{
90	Text [ en-US ] = "Left" ;
91};
92String RID_SVXSTR_RULER_TAB_RIGHT
93{
94	Text [ en-US ] = "Right" ;
95};
96String RID_SVXSTR_RULER_TAB_DECIMAL
97{
98	Text [ en-US ] = "Decimal" ;
99};
100String RID_SVXSTR_RULER_TAB_CENTER
101{
102	Text [ en-US ] = "Center" ;
103};
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134