ruler.src (09a1d057) ruler.src (9cd2463e)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
23#include <svx/dialogs.hrc>
24#include "ruler.hrc"
25
26Menu RID_SVXMN_RULER
27{
28 ItemList =
29 {
30 MenuItem

--- 25 unchanged lines hidden (view full) ---

56 Identifier = ID_INCH ;
57 Checkable = TRUE ;
58 Text [ en-US ] = "Inch" ;
59 };
60 MenuItem
61 {
62 Identifier = ID_FOOT ;
63 Checkable = TRUE ;
24#include <svx/dialogs.hrc>
25#include "ruler.hrc"
26
27Menu RID_SVXMN_RULER
28{
29 ItemList =
30 {
31 MenuItem

--- 25 unchanged lines hidden (view full) ---

57 Identifier = ID_INCH ;
58 Checkable = TRUE ;
59 Text [ en-US ] = "Inch" ;
60 };
61 MenuItem
62 {
63 Identifier = ID_FOOT ;
64 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 ;
65 Text [ en-US ] = "Foot" ;
66 };
67 MenuItem
68 {
69 Identifier = ID_MILE ;
70 Checkable = TRUE ;
71 Text [ en-US ] = "Miles" ;
72 };
73 MenuItem
74 {
75 Identifier = ID_POINT ;
76 Checkable = TRUE ;
77 Text [ en-US ] = "Point" ;
78 };
79 MenuItem
80 {
81 Identifier = ID_PICA ;
82 Checkable = TRUE ;
84 Text [ en-US ] = "Pica" ;
85 };
83 Text [ en-US ] = "Pica" ;
84 };
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
85 };
86};
87String RID_SVXSTR_RULER_TAB_LEFT
88{
89 Text [ en-US ] = "Left" ;
90};
91String RID_SVXSTR_RULER_TAB_RIGHT
92{
93 Text [ en-US ] = "Right" ;
94};
95String RID_SVXSTR_RULER_TAB_DECIMAL
96{
97 Text [ en-US ] = "Decimal" ;
98};
99String RID_SVXSTR_RULER_TAB_CENTER
100{
101 Text [ en-US ] = "Center" ;
102};
103
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
104// ********************************************************************** EOF