xref: /aoo41x/main/svx/source/dialog/ruler.src (revision 09a1d057)
1*09a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*09a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*09a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*09a1d057SAndrew Rist * distributed with this work for additional information
6*09a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*09a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*09a1d057SAndrew Rist * "License"); you may not use this file except in compliance
9*09a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*09a1d057SAndrew Rist *
11*09a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*09a1d057SAndrew Rist *
13*09a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*09a1d057SAndrew Rist * software distributed under the License is distributed on an
15*09a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*09a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
17*09a1d057SAndrew Rist * specific language governing permissions and limitations
18*09a1d057SAndrew Rist * under the License.
19*09a1d057SAndrew Rist *
20*09a1d057SAndrew Rist *************************************************************/
21*09a1d057SAndrew Rist
22*09a1d057SAndrew Rist
23cdf0e10cSrcweir#include <svx/dialogs.hrc>
24cdf0e10cSrcweir#include "ruler.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirMenu RID_SVXMN_RULER
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	ItemList =
29cdf0e10cSrcweir	{
30cdf0e10cSrcweir		MenuItem
31cdf0e10cSrcweir		{
32cdf0e10cSrcweir			Identifier = ID_MM ;
33cdf0e10cSrcweir			Checkable = TRUE ;
34cdf0e10cSrcweir			Text [ en-US ] = "Millimeter" ;
35cdf0e10cSrcweir		};
36cdf0e10cSrcweir		MenuItem
37cdf0e10cSrcweir		{
38cdf0e10cSrcweir			Identifier = ID_CM ;
39cdf0e10cSrcweir			Checkable = TRUE ;
40cdf0e10cSrcweir			Text [ en-US ] = "Centimeter" ;
41cdf0e10cSrcweir		};
42cdf0e10cSrcweir		MenuItem
43cdf0e10cSrcweir		{
44cdf0e10cSrcweir			Identifier = ID_M ;
45cdf0e10cSrcweir			Checkable = TRUE ;
46cdf0e10cSrcweir			Text [ en-US ] = "Meter" ;
47cdf0e10cSrcweir		};
48cdf0e10cSrcweir		MenuItem
49cdf0e10cSrcweir		{
50cdf0e10cSrcweir			Identifier = ID_KM ;
51cdf0e10cSrcweir			Checkable = TRUE ;
52cdf0e10cSrcweir			Text [ en-US ] = "Kilometer" ;
53cdf0e10cSrcweir		};
54cdf0e10cSrcweir		MenuItem
55cdf0e10cSrcweir		{
56cdf0e10cSrcweir			Identifier = ID_INCH ;
57cdf0e10cSrcweir			Checkable = TRUE ;
58cdf0e10cSrcweir			Text [ en-US ] = "Inch" ;
59cdf0e10cSrcweir		};
60cdf0e10cSrcweir		MenuItem
61cdf0e10cSrcweir		{
62cdf0e10cSrcweir			Identifier = ID_FOOT ;
63cdf0e10cSrcweir			Checkable = TRUE ;
64cdf0e10cSrcweir			/* ### ACHTUNG: Neuer Text in Resource? Fu� : Fu� */
65cdf0e10cSrcweir			/* ### ACHTUNG: Neuer Text in Resource? Fu� : Fu� */
66cdf0e10cSrcweir			Text [ en-US ] = "Foot" ;
67cdf0e10cSrcweir		};
68cdf0e10cSrcweir		MenuItem
69cdf0e10cSrcweir		{
70cdf0e10cSrcweir			Identifier = ID_MILE ;
71cdf0e10cSrcweir			Checkable = TRUE ;
72cdf0e10cSrcweir			Text [ en-US ] = "Miles" ;
73cdf0e10cSrcweir		};
74cdf0e10cSrcweir		MenuItem
75cdf0e10cSrcweir		{
76cdf0e10cSrcweir			Identifier = ID_POINT ;
77cdf0e10cSrcweir			Checkable = TRUE ;
78cdf0e10cSrcweir			Text [ en-US ] = "Point" ;
79cdf0e10cSrcweir		};
80cdf0e10cSrcweir		MenuItem
81cdf0e10cSrcweir		{
82cdf0e10cSrcweir			Identifier = ID_PICA ;
83cdf0e10cSrcweir			Checkable = TRUE ;
84cdf0e10cSrcweir            Text [ en-US ] = "Pica" ;
85cdf0e10cSrcweir        };
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir};
88cdf0e10cSrcweirString RID_SVXSTR_RULER_TAB_LEFT
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text [ en-US ] = "Left" ;
91cdf0e10cSrcweir};
92cdf0e10cSrcweirString RID_SVXSTR_RULER_TAB_RIGHT
93cdf0e10cSrcweir{
94cdf0e10cSrcweir	Text [ en-US ] = "Right" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirString RID_SVXSTR_RULER_TAB_DECIMAL
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	Text [ en-US ] = "Decimal" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirString RID_SVXSTR_RULER_TAB_CENTER
101cdf0e10cSrcweir{
102cdf0e10cSrcweir	Text [ en-US ] = "Center" ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweir
105cdf0e10cSrcweir
106cdf0e10cSrcweir
107cdf0e10cSrcweir
108cdf0e10cSrcweir
109cdf0e10cSrcweir
110cdf0e10cSrcweir
111cdf0e10cSrcweir
112cdf0e10cSrcweir
113cdf0e10cSrcweir
114cdf0e10cSrcweir
115cdf0e10cSrcweir
116cdf0e10cSrcweir
117cdf0e10cSrcweir
118cdf0e10cSrcweir
119cdf0e10cSrcweir
120cdf0e10cSrcweir
121cdf0e10cSrcweir
122cdf0e10cSrcweir
123cdf0e10cSrcweir
124cdf0e10cSrcweir
125cdf0e10cSrcweir
126cdf0e10cSrcweir
127cdf0e10cSrcweir
128cdf0e10cSrcweir
129cdf0e10cSrcweir
130cdf0e10cSrcweir
131cdf0e10cSrcweir
132cdf0e10cSrcweir
133cdf0e10cSrcweir
134