109a1d057SAndrew Rist/**************************************************************
2*1dac1615Smseidel *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
809a1d057SAndrew Rist * "License"); you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*1dac1615Smseidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*1dac1615Smseidel *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
19*1dac1615Smseidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2209a1d057SAndrew Rist
23*1dac1615Smseidel
24cdf0e10cSrcweir#include <svx/dialogs.hrc>
25cdf0e10cSrcweir
26*1dac1615Smseidel// the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx!
27*1dac1615Smseidel#define STR_LEFT					1
28*1dac1615Smseidel#define STR_RIGHT					2
29*1dac1615Smseidel#define STR_FROMLEFT				3
30*1dac1615Smseidel#define STR_MIR_LEFT				4
31*1dac1615Smseidel#define STR_MIR_RIGHT				5
32*1dac1615Smseidel#define STR_MIR_FROMLEFT			6
33*1dac1615Smseidel#define STR_FRAME					7
34*1dac1615Smseidel#define STR_PRTAREA					8
35*1dac1615Smseidel#define STR_REL_PG_LEFT				9
36*1dac1615Smseidel#define STR_REL_PG_RIGHT			10
37*1dac1615Smseidel#define STR_REL_FRM_LEFT			11
38*1dac1615Smseidel#define STR_REL_FRM_RIGHT			12
39*1dac1615Smseidel#define STR_MIR_REL_PG_LEFT			13
40*1dac1615Smseidel#define STR_MIR_REL_PG_RIGHT		14
41*1dac1615Smseidel#define STR_MIR_REL_FRM_LEFT		15
42*1dac1615Smseidel#define STR_MIR_REL_FRM_RIGHT		16
43*1dac1615Smseidel#define STR_REL_PG_FRAME			17
44*1dac1615Smseidel#define STR_REL_PG_PRTAREA			18
45*1dac1615Smseidel#define STR_REL_BASE				19
46*1dac1615Smseidel#define STR_REL_CHAR				20
47*1dac1615Smseidel#define STR_REL_ROW					21
48*1dac1615Smseidel#define STR_REL_BORDER				22
49*1dac1615Smseidel#define STR_REL_PRTAREA				23
50*1dac1615Smseidel#define STR_FLY_REL_PG_LEFT			24
51*1dac1615Smseidel#define STR_FLY_REL_PG_RIGHT		25
52*1dac1615Smseidel#define STR_FLY_REL_PG_FRAME		26
53*1dac1615Smseidel#define STR_FLY_REL_PG_PRTAREA		27
54*1dac1615Smseidel#define STR_FLY_MIR_REL_PG_LEFT		28
55*1dac1615Smseidel#define STR_FLY_MIR_REL_PG_RIGHT	29
56*1dac1615Smseidel#define STR_TOP						30
57*1dac1615Smseidel#define STR_BOTTOM					31
58*1dac1615Smseidel#define STR_CENTER_HORI				32
59*1dac1615Smseidel#define STR_CENTER_VERT				33
60*1dac1615Smseidel#define STR_FROMTOP					34
61*1dac1615Smseidel#define STR_FROMBOTTOM				35
62*1dac1615Smseidel#define STR_BELOW					36
63*1dac1615Smseidel#define STR_FROMRIGHT				37
64*1dac1615Smseidel#define STR_REL_PG_TOP				38
65*1dac1615Smseidel#define STR_REL_PG_BOTTOM			39
66*1dac1615Smseidel#define STR_REL_FRM_TOP				40
67*1dac1615Smseidel#define STR_REL_FRM_BOTTOM			41
68*1dac1615Smseidel#define STR_REL_LINE				42
69cdf0e10cSrcweir
70cdf0e10cSrcweirResource RID_SVXSW_FRAMEPOSITIONS
71*1dac1615Smseidel{
72*1dac1615Smseidel	String STR_LEFT
73*1dac1615Smseidel	{
74*1dac1615Smseidel		Text [ en-US ] = "Left" ;
75*1dac1615Smseidel	};
76*1dac1615Smseidel	String STR_MIR_LEFT
77*1dac1615Smseidel	{
78*1dac1615Smseidel		Text [ en-US ] = "Inside" ;
79*1dac1615Smseidel	};
80*1dac1615Smseidel	String STR_RIGHT
81*1dac1615Smseidel	{
82*1dac1615Smseidel		Text [ en-US ] = "Right" ;
83*1dac1615Smseidel	};
84*1dac1615Smseidel	String STR_MIR_RIGHT
85*1dac1615Smseidel	{
86*1dac1615Smseidel		Text [ en-US ] = "Outside" ;
87*1dac1615Smseidel	};
88*1dac1615Smseidel	String STR_CENTER_VERT
89*1dac1615Smseidel	{
90*1dac1615Smseidel		Text [ en-US ] = "Center" ;
91*1dac1615Smseidel	};
92*1dac1615Smseidel	String STR_FROMLEFT
93*1dac1615Smseidel	{
94*1dac1615Smseidel		Text [ en-US ] = "From left" ;
95*1dac1615Smseidel	};
96*1dac1615Smseidel	String STR_MIR_FROMLEFT
97*1dac1615Smseidel	{
98*1dac1615Smseidel		Text [ en-US ] = "From inside" ;
99*1dac1615Smseidel	};
100*1dac1615Smseidel	String STR_FRAME
101*1dac1615Smseidel	{
102*1dac1615Smseidel		Text [ en-US ] = "Paragraph area" ;
103*1dac1615Smseidel	};
104*1dac1615Smseidel	String STR_PRTAREA
105*1dac1615Smseidel	{
106*1dac1615Smseidel		Text [ en-US ] = "Paragraph text area" ;
107*1dac1615Smseidel	};
108*1dac1615Smseidel	String STR_REL_PG_LEFT
109*1dac1615Smseidel	{
110*1dac1615Smseidel		Text [ en-US ] = "Left page border" ;
111*1dac1615Smseidel	};
112*1dac1615Smseidel	String STR_MIR_REL_PG_LEFT
113*1dac1615Smseidel	{
114*1dac1615Smseidel		Text [ en-US ] = "Inner page border" ;
115*1dac1615Smseidel	};
116*1dac1615Smseidel	String STR_REL_PG_RIGHT
117*1dac1615Smseidel	{
118*1dac1615Smseidel		Text [ en-US ] = "Right page border" ;
119*1dac1615Smseidel	};
120*1dac1615Smseidel	String STR_MIR_REL_PG_RIGHT
121*1dac1615Smseidel	{
122*1dac1615Smseidel		Text [ en-US ] = "Outer page border" ;
123*1dac1615Smseidel	};
124*1dac1615Smseidel	String STR_REL_FRM_LEFT
125*1dac1615Smseidel	{
126*1dac1615Smseidel		Text [ en-US ] = "Left paragraph border" ;
127*1dac1615Smseidel	};
128*1dac1615Smseidel	String STR_MIR_REL_FRM_LEFT
129*1dac1615Smseidel	{
130*1dac1615Smseidel		Text [ en-US ] = "Inner paragraph border" ;
131*1dac1615Smseidel	};
132*1dac1615Smseidel	String STR_REL_FRM_RIGHT
133*1dac1615Smseidel	{
134*1dac1615Smseidel		Text [ en-US ] = "Right paragraph border" ;
135*1dac1615Smseidel	};
136*1dac1615Smseidel	String STR_MIR_REL_FRM_RIGHT
137*1dac1615Smseidel	{
138*1dac1615Smseidel		Text [ en-US ] = "Outer paragraph border" ;
139*1dac1615Smseidel	};
140*1dac1615Smseidel	String STR_REL_PG_FRAME
141*1dac1615Smseidel	{
142*1dac1615Smseidel		Text [ en-US ] = "Entire page" ;
143*1dac1615Smseidel	};
144*1dac1615Smseidel	String STR_REL_PG_PRTAREA
145*1dac1615Smseidel	{
146*1dac1615Smseidel		Text [ en-US ] = "Page text area" ;
147*1dac1615Smseidel	};
148*1dac1615Smseidel	String STR_TOP
149*1dac1615Smseidel	{
150*1dac1615Smseidel		Text [ en-US ] = "Top" ;
151*1dac1615Smseidel	};
152*1dac1615Smseidel	String STR_BOTTOM
153*1dac1615Smseidel	{
154*1dac1615Smseidel		Text [ en-US ] = "Bottom" ;
155*1dac1615Smseidel	};
156*1dac1615Smseidel	String STR_CENTER_HORI
157*1dac1615Smseidel	{
158*1dac1615Smseidel		Text [ en-US ] = "Center" ;
159*1dac1615Smseidel	};
160*1dac1615Smseidel	String STR_FROMTOP
161*1dac1615Smseidel	{
162*1dac1615Smseidel		Text [ en-US ] = "From top" ;
163*1dac1615Smseidel	};
164*1dac1615Smseidel	String STR_FROMBOTTOM
165*1dac1615Smseidel	{
166*1dac1615Smseidel		Text [ en-US ] = "From bottom" ;
167*1dac1615Smseidel	};
168*1dac1615Smseidel	String STR_BELOW
169*1dac1615Smseidel	{
170*1dac1615Smseidel		Text [ en-US ] = "Below" ;
171*1dac1615Smseidel	};
172*1dac1615Smseidel	String STR_FROMRIGHT
173*1dac1615Smseidel	{
174*1dac1615Smseidel		Text [ en-US ] = "From right" ;
175*1dac1615Smseidel	};
176*1dac1615Smseidel	String STR_REL_PG_TOP
177*1dac1615Smseidel	{
178*1dac1615Smseidel		Text [ en-US ] = "Top page border" ;
179*1dac1615Smseidel	};
180*1dac1615Smseidel	String STR_REL_PG_BOTTOM
181*1dac1615Smseidel	{
182*1dac1615Smseidel		Text [ en-US ] = "Bottom page border" ;
183*1dac1615Smseidel	};
184*1dac1615Smseidel	String STR_REL_FRM_TOP
185*1dac1615Smseidel	{
186*1dac1615Smseidel		Text [ en-US ] = "Top paragraph border" ;
187*1dac1615Smseidel	};
188*1dac1615Smseidel	String STR_REL_FRM_BOTTOM
189*1dac1615Smseidel	{
190*1dac1615Smseidel		Text [ en-US ] = "Bottom paragraph border" ;
191*1dac1615Smseidel	};
192*1dac1615Smseidel	String STR_REL_BORDER
193*1dac1615Smseidel	{
194*1dac1615Smseidel		Text [ en-US ] = "Margin" ;
195*1dac1615Smseidel	};
196*1dac1615Smseidel	String STR_REL_PRTAREA
197*1dac1615Smseidel	{
198*1dac1615Smseidel		Text [ en-US ] = "Paragraph text area" ;
199*1dac1615Smseidel	};
200*1dac1615Smseidel	String STR_FLY_REL_PG_LEFT
201*1dac1615Smseidel	{
202*1dac1615Smseidel		Text [ en-US ] = "Left frame border" ;
203*1dac1615Smseidel	};
204*1dac1615Smseidel	String STR_FLY_MIR_REL_PG_LEFT
205*1dac1615Smseidel	{
206*1dac1615Smseidel		Text [ en-US ] = "Inner frame border" ;
207*1dac1615Smseidel	};
208*1dac1615Smseidel	String STR_FLY_REL_PG_RIGHT
209*1dac1615Smseidel	{
210*1dac1615Smseidel		Text [ en-US ] = "Right frame border" ;
211*1dac1615Smseidel	};
212*1dac1615Smseidel	String STR_FLY_MIR_REL_PG_RIGHT
213*1dac1615Smseidel	{
214*1dac1615Smseidel		Text [ en-US ] = "Outer frame border" ;
215*1dac1615Smseidel	};
216*1dac1615Smseidel	String STR_FLY_REL_PG_FRAME
217*1dac1615Smseidel	{
218*1dac1615Smseidel		Text [ en-US ] = "Entire frame" ;
219*1dac1615Smseidel	};
220*1dac1615Smseidel	String STR_FLY_REL_PG_PRTAREA
221*1dac1615Smseidel	{
222*1dac1615Smseidel		Text [ en-US ] = "Frame text area" ;
223*1dac1615Smseidel	};
224*1dac1615Smseidel	String STR_REL_BASE
225*1dac1615Smseidel	{
226*1dac1615Smseidel		Text [ en-US ] = "Base line" ;
227*1dac1615Smseidel	};
228*1dac1615Smseidel	String STR_REL_CHAR
229*1dac1615Smseidel	{
230*1dac1615Smseidel		Text [ en-US ] = "Character" ;
231*1dac1615Smseidel	};
232*1dac1615Smseidel	String STR_REL_ROW
233*1dac1615Smseidel	{
234*1dac1615Smseidel		Text [ en-US ] = "Row" ;
235*1dac1615Smseidel	};
236*1dac1615Smseidel	// OD 05.01.2004 #i22341#
237*1dac1615Smseidel	String STR_REL_LINE
238*1dac1615Smseidel	{
239*1dac1615Smseidel		Text [ en-US ] = "Line of text" ;
240*1dac1615Smseidel	};
241cdf0e10cSrcweir};
242cdf0e10cSrcweir
243*1dac1615Smseidel// ********************************************************************** EOF
244