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
24#include <svx/dialogs.hrc>
25
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
69
70Resource RID_SVXSW_FRAMEPOSITIONS
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	};
241};
242
243// ********************************************************************** EOF
244