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