swframeposstrings.src (09a1d057) swframeposstrings.src (f7026914)
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
24#include <svx/dialogs.hrc>
25
25//the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx!
26#define STR_LEFT 1
27#define STR_RIGHT 2
28#define STR_FROMLEFT 3
29#define STR_MIR_LEFT 4
30#define STR_MIR_RIGHT 5
31#define STR_MIR_FROMLEFT 6
32#define STR_FRAME 7
33#define STR_PRTAREA 8
34#define STR_REL_PG_LEFT 9
35#define STR_REL_PG_RIGHT 10
36#define STR_REL_FRM_LEFT 11
37#define STR_REL_FRM_RIGHT 12
38#define STR_MIR_REL_PG_LEFT 13
39#define STR_MIR_REL_PG_RIGHT 14
40#define STR_MIR_REL_FRM_LEFT 15
41#define STR_MIR_REL_FRM_RIGHT 16
42#define STR_REL_PG_FRAME 17
43#define STR_REL_PG_PRTAREA 18
44#define STR_REL_BASE 19
45#define STR_REL_CHAR 20
46#define STR_REL_ROW 21
47#define STR_REL_BORDER 22
48#define STR_REL_PRTAREA 23
49#define STR_FLY_REL_PG_LEFT 24
50#define STR_FLY_REL_PG_RIGHT 25
51#define STR_FLY_REL_PG_FRAME 26
52#define STR_FLY_REL_PG_PRTAREA 27
53#define STR_FLY_MIR_REL_PG_LEFT 28
54#define STR_FLY_MIR_REL_PG_RIGHT 29
55#define STR_TOP 30
56#define STR_BOTTOM 31
57#define STR_CENTER_HORI 32
58#define STR_CENTER_VERT 33
59#define STR_FROMTOP 34
60#define STR_FROMBOTTOM 35
61#define STR_BELOW 36
62#define STR_FROMRIGHT 37
63#define STR_REL_PG_TOP 38
64#define STR_REL_PG_BOTTOM 39
65#define STR_REL_FRM_TOP 40
66#define STR_REL_FRM_BOTTOM 41
67#define STR_REL_LINE 42
26// the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx!
27#define STR_LEFT 1
28#define STR_RIGHT 2
29#define STR_FROMLEFT 3
30#define STR_MIR_LEFT 4
31#define STR_MIR_RIGHT 5
32#define STR_MIR_FROMLEFT 6
33#define STR_FRAME 7
34#define STR_PRTAREA 8
35#define STR_REL_PG_LEFT 9
36#define STR_REL_PG_RIGHT 10
37#define STR_REL_FRM_LEFT 11
38#define STR_REL_FRM_RIGHT 12
39#define STR_MIR_REL_PG_LEFT 13
40#define STR_MIR_REL_PG_RIGHT 14
41#define STR_MIR_REL_FRM_LEFT 15
42#define STR_MIR_REL_FRM_RIGHT 16
43#define STR_REL_PG_FRAME 17
44#define STR_REL_PG_PRTAREA 18
45#define STR_REL_BASE 19
46#define STR_REL_CHAR 20
47#define STR_REL_ROW 21
48#define STR_REL_BORDER 22
49#define STR_REL_PRTAREA 23
50#define STR_FLY_REL_PG_LEFT 24
51#define STR_FLY_REL_PG_RIGHT 25
52#define STR_FLY_REL_PG_FRAME 26
53#define STR_FLY_REL_PG_PRTAREA 27
54#define STR_FLY_MIR_REL_PG_LEFT 28
55#define STR_FLY_MIR_REL_PG_RIGHT 29
56#define STR_TOP 30
57#define STR_BOTTOM 31
58#define STR_CENTER_HORI 32
59#define STR_CENTER_VERT 33
60#define STR_FROMTOP 34
61#define STR_FROMBOTTOM 35
62#define STR_BELOW 36
63#define STR_FROMRIGHT 37
64#define STR_REL_PG_TOP 38
65#define STR_REL_PG_BOTTOM 39
66#define STR_REL_FRM_TOP 40
67#define STR_REL_FRM_BOTTOM 41
68#define STR_REL_LINE 42
68
69Resource RID_SVXSW_FRAMEPOSITIONS
69
70Resource RID_SVXSW_FRAMEPOSITIONS
70{
71 String STR_LEFT
72 {
73 Text [ en-US ] = "Left" ;
74 };
75 String STR_MIR_LEFT
76 {
77 Text [ en-US ] = "Inside" ;
78 };
79 String STR_RIGHT
80 {
81 Text [ en-US ] = "Right" ;
82 };
83 String STR_MIR_RIGHT
84 {
85 Text [ en-US ] = "Outside" ;
86 };
87 String STR_CENTER_VERT
88 {
89 Text [ en-US ] = "Center" ;
90 };
91 String STR_FROMLEFT
92 {
93 Text [ en-US ] = "From left" ;
94 };
95 String STR_MIR_FROMLEFT
96 {
97 Text [ en-US ] = "From inside" ;
98 };
99 String STR_FRAME
100 {
101 Text [ en-US ] = "Paragraph area" ;
102 };
103 String STR_PRTAREA
104 {
105 Text [ en-US ] = "Paragraph text area" ;
106 };
107 String STR_REL_PG_LEFT
108 {
109 Text [ en-US ] = "Left page border" ;
110 };
111 String STR_MIR_REL_PG_LEFT
112 {
113 Text [ en-US ] = "Inner page border" ;
114 };
115 String STR_REL_PG_RIGHT
116 {
117 Text [ en-US ] = "Right page border" ;
118 };
119 String STR_MIR_REL_PG_RIGHT
120 {
121 Text [ en-US ] = "Outer page border" ;
122 };
123 String STR_REL_FRM_LEFT
124 {
125 Text [ en-US ] = "Left paragraph border" ;
126 };
127 String STR_MIR_REL_FRM_LEFT
128 {
129 Text [ en-US ] = "Inner paragraph border" ;
130 };
131 String STR_REL_FRM_RIGHT
132 {
133 Text [ en-US ] = "Right paragraph border" ;
134 };
135 String STR_MIR_REL_FRM_RIGHT
136 {
137 Text [ en-US ] = "Outer paragraph border" ;
138 };
139 String STR_REL_PG_FRAME
140 {
141 Text [ en-US ] = "Entire page" ;
142 };
143 String STR_REL_PG_PRTAREA
144 {
145 Text [ en-US ] = "Page text area" ;
146 };
147 String STR_TOP
148 {
149 Text [ en-US ] = "Top" ;
150 };
151 String STR_BOTTOM
152 {
153 Text [ en-US ] = "Bottom" ;
154 };
155 String STR_CENTER_HORI
156 {
157 Text [ en-US ] = "Center" ;
158 };
159 String STR_FROMTOP
160 {
161 Text [ en-US ] = "From top" ;
162 };
163 String STR_FROMBOTTOM
164 {
165 Text [ en-US ] = "From bottom" ;
166 };
167 String STR_BELOW
168 {
169 Text [ en-US ] = "Below" ;
170 };
171 String STR_FROMRIGHT
172 {
173 Text [ en-US ] = "From right" ;
174 };
175 String STR_REL_PG_TOP
176 {
177 Text [ en-US ] = "Top page border" ;
178 };
179 String STR_REL_PG_BOTTOM
180 {
181 Text [ en-US ] = "Bottom page border" ;
182 };
183 String STR_REL_FRM_TOP
184 {
185 Text [ en-US ] = "Top paragraph border" ;
186 };
187 String STR_REL_FRM_BOTTOM
188 {
189 Text [ en-US ] = "Bottom paragraph border" ;
190 };
191 String STR_REL_BORDER
192 {
193 Text [ en-US ] = "Margin" ;
194 };
195 String STR_REL_PRTAREA
196 {
197 Text [ en-US ] = "Paragraph text area" ;
198 };
199 String STR_FLY_REL_PG_LEFT
200 {
201 Text [ en-US ] = "Left frame border" ;
202 };
203 String STR_FLY_MIR_REL_PG_LEFT
204 {
205 Text [ en-US ] = "Inner frame border" ;
206 };
207 String STR_FLY_REL_PG_RIGHT
208 {
209 Text [ en-US ] = "Right frame border" ;
210 };
211 String STR_FLY_MIR_REL_PG_RIGHT
212 {
213 Text [ en-US ] = "Outer frame border" ;
214 };
215 String STR_FLY_REL_PG_FRAME
216 {
217 Text [ en-US ] = "Entire frame" ;
218 };
219 String STR_FLY_REL_PG_PRTAREA
220 {
221 Text [ en-US ] = "Frame text area" ;
222 };
223 String STR_REL_BASE
224 {
225 Text [ en-US ] = "Base line" ;
226 };
227 String STR_REL_CHAR
228 {
229 Text [ en-US ] = "Character" ;
230 };
231 String STR_REL_ROW
232 {
233 Text [ en-US ] = "Row" ;
234 };
235 // OD 05.01.2004 #i22341#
236 String STR_REL_LINE
237 {
238 Text [ en-US ] = "Line of text" ;
239 };
71{
72 String STR_LEFT
73 {
74 Text [ en-US ] = "Left" ;
75 };
76 String STR_MIR_LEFT
77 {
78 Text [ en-US ] = "Inside" ;
79 };
80 String STR_RIGHT
81 {
82 Text [ en-US ] = "Right" ;
83 };
84 String STR_MIR_RIGHT
85 {
86 Text [ en-US ] = "Outside" ;
87 };
88 String STR_CENTER_VERT
89 {
90 Text [ en-US ] = "Center" ;
91 };
92 String STR_FROMLEFT
93 {
94 Text [ en-US ] = "From left" ;
95 };
96 String STR_MIR_FROMLEFT
97 {
98 Text [ en-US ] = "From inside" ;
99 };
100 String STR_FRAME
101 {
102 Text [ en-US ] = "Paragraph area" ;
103 };
104 String STR_PRTAREA
105 {
106 Text [ en-US ] = "Paragraph text area" ;
107 };
108 String STR_REL_PG_LEFT
109 {
110 Text [ en-US ] = "Left page border" ;
111 };
112 String STR_MIR_REL_PG_LEFT
113 {
114 Text [ en-US ] = "Inner page border" ;
115 };
116 String STR_REL_PG_RIGHT
117 {
118 Text [ en-US ] = "Right page border" ;
119 };
120 String STR_MIR_REL_PG_RIGHT
121 {
122 Text [ en-US ] = "Outer page border" ;
123 };
124 String STR_REL_FRM_LEFT
125 {
126 Text [ en-US ] = "Left paragraph border" ;
127 };
128 String STR_MIR_REL_FRM_LEFT
129 {
130 Text [ en-US ] = "Inner paragraph border" ;
131 };
132 String STR_REL_FRM_RIGHT
133 {
134 Text [ en-US ] = "Right paragraph border" ;
135 };
136 String STR_MIR_REL_FRM_RIGHT
137 {
138 Text [ en-US ] = "Outer paragraph border" ;
139 };
140 String STR_REL_PG_FRAME
141 {
142 Text [ en-US ] = "Entire page" ;
143 };
144 String STR_REL_PG_PRTAREA
145 {
146 Text [ en-US ] = "Page text area" ;
147 };
148 String STR_TOP
149 {
150 Text [ en-US ] = "Top" ;
151 };
152 String STR_BOTTOM
153 {
154 Text [ en-US ] = "Bottom" ;
155 };
156 String STR_CENTER_HORI
157 {
158 Text [ en-US ] = "Center" ;
159 };
160 String STR_FROMTOP
161 {
162 Text [ en-US ] = "From top" ;
163 };
164 String STR_FROMBOTTOM
165 {
166 Text [ en-US ] = "From bottom" ;
167 };
168 String STR_BELOW
169 {
170 Text [ en-US ] = "Below" ;
171 };
172 String STR_FROMRIGHT
173 {
174 Text [ en-US ] = "From right" ;
175 };
176 String STR_REL_PG_TOP
177 {
178 Text [ en-US ] = "Top page border" ;
179 };
180 String STR_REL_PG_BOTTOM
181 {
182 Text [ en-US ] = "Bottom page border" ;
183 };
184 String STR_REL_FRM_TOP
185 {
186 Text [ en-US ] = "Top paragraph border" ;
187 };
188 String STR_REL_FRM_BOTTOM
189 {
190 Text [ en-US ] = "Bottom paragraph border" ;
191 };
192 String STR_REL_BORDER
193 {
194 Text [ en-US ] = "Margin" ;
195 };
196 String STR_REL_PRTAREA
197 {
198 Text [ en-US ] = "Paragraph text area" ;
199 };
200 String STR_FLY_REL_PG_LEFT
201 {
202 Text [ en-US ] = "Left frame border" ;
203 };
204 String STR_FLY_MIR_REL_PG_LEFT
205 {
206 Text [ en-US ] = "Inner frame border" ;
207 };
208 String STR_FLY_REL_PG_RIGHT
209 {
210 Text [ en-US ] = "Right frame border" ;
211 };
212 String STR_FLY_MIR_REL_PG_RIGHT
213 {
214 Text [ en-US ] = "Outer frame border" ;
215 };
216 String STR_FLY_REL_PG_FRAME
217 {
218 Text [ en-US ] = "Entire frame" ;
219 };
220 String STR_FLY_REL_PG_PRTAREA
221 {
222 Text [ en-US ] = "Frame text area" ;
223 };
224 String STR_REL_BASE
225 {
226 Text [ en-US ] = "Base line" ;
227 };
228 String STR_REL_CHAR
229 {
230 Text [ en-US ] = "Character" ;
231 };
232 String STR_REL_ROW
233 {
234 Text [ en-US ] = "Row" ;
235 };
236 // OD 05.01.2004 #i22341#
237 String STR_REL_LINE
238 {
239 Text [ en-US ] = "Line of text" ;
240 };
240};
241
241};
242
243// ********************************************************************** EOF