bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / dialog / swframeposstrings.src
blob6ba0bbd1d5d55667cfa126fc56d537554f327012
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include <svx/dialogs.hrc>
21 //the following defines have to match the (enum values + 1) in svx/swframeposstrings.hxx!
22 #define STR_LEFT                                1
23 #define STR_RIGHT                               2
24 #define STR_FROMLEFT                            3
25 #define STR_MIR_LEFT                            4
26 #define STR_MIR_RIGHT                           5
27 #define STR_MIR_FROMLEFT                        6
28 #define STR_FRAME                               7
29 #define STR_PRTAREA                             8
30 #define STR_REL_PG_LEFT                         9
31 #define STR_REL_PG_RIGHT                        10
32 #define STR_REL_FRM_LEFT                        11
33 #define STR_REL_FRM_RIGHT                       12
34 #define STR_MIR_REL_PG_LEFT                     13
35 #define STR_MIR_REL_PG_RIGHT                    14
36 #define STR_MIR_REL_FRM_LEFT                    15
37 #define STR_MIR_REL_FRM_RIGHT                   16
38 #define STR_REL_PG_FRAME                        17
39 #define STR_REL_PG_PRTAREA                      18
40 #define STR_REL_BASE                            19
41 #define STR_REL_CHAR                            20
42 #define STR_REL_ROW                             21
43 #define STR_REL_BORDER                          22
44 #define STR_REL_PRTAREA                         23
45 #define STR_FLY_REL_PG_LEFT                     24
46 #define STR_FLY_REL_PG_RIGHT                    25
47 #define STR_FLY_REL_PG_FRAME                    26
48 #define STR_FLY_REL_PG_PRTAREA                  27
49 #define STR_FLY_MIR_REL_PG_LEFT                 28
50 #define STR_FLY_MIR_REL_PG_RIGHT                29
51 #define STR_TOP                                 30
52 #define STR_BOTTOM                              31
53 #define STR_CENTER_HORI                         32
54 #define STR_CENTER_VERT                         33
55 #define STR_FROMTOP                             34
56 #define STR_FROMBOTTOM                          35
57 #define STR_BELOW                               36
58 #define STR_FROMRIGHT                           37
59 #define STR_REL_PG_TOP                          38
60 #define STR_REL_PG_BOTTOM                       39
61 #define STR_REL_FRM_TOP                         40
62 #define STR_REL_FRM_BOTTOM                      41
63 #define STR_REL_LINE                            42
65 Resource RID_SVXSW_FRAMEPOSITIONS
67     String STR_LEFT
68     {
69         Text [ en-US ] = "Left" ;
70     };
71     String STR_MIR_LEFT
72     {
73         Text [ en-US ] = "Inside" ;
74     };
75     String STR_RIGHT
76     {
77         Text [ en-US ] = "Right" ;
78     };
79     String STR_MIR_RIGHT
80     {
81         Text [ en-US ] = "Outside" ;
82     };
83     String STR_CENTER_VERT
84     {
85         Text [ en-US ] = "Center" ;
86     };
87     String STR_FROMLEFT
88     {
89         Text [ en-US ] = "From left" ;
90     };
91     String STR_MIR_FROMLEFT
92     {
93         Text [ en-US ] = "From inside" ;
94     };
95     String STR_FRAME
96     {
97         Text [ en-US ] = "Paragraph area" ;
98     };
99     String STR_PRTAREA
100     {
101         Text [ en-US ] = "Paragraph text area" ;
102     };
103     String STR_REL_PG_LEFT
104     {
105         Text [ en-US ] = "Left page border" ;
106     };
107     String STR_MIR_REL_PG_LEFT
108     {
109         Text [ en-US ] = "Inner page border" ;
110     };
111     String STR_REL_PG_RIGHT
112     {
113         Text [ en-US ] = "Right page border" ;
114     };
115     String STR_MIR_REL_PG_RIGHT
116     {
117         Text [ en-US ] = "Outer page border" ;
118     };
119     String STR_REL_FRM_LEFT
120     {
121         Text [ en-US ] = "Left paragraph border" ;
122     };
123     String STR_MIR_REL_FRM_LEFT
124     {
125         Text [ en-US ] = "Inner paragraph border" ;
126     };
127     String STR_REL_FRM_RIGHT
128     {
129         Text [ en-US ] = "Right paragraph border" ;
130     };
131     String STR_MIR_REL_FRM_RIGHT
132     {
133         Text [ en-US ] = "Outer paragraph border" ;
134     };
135     String STR_REL_PG_FRAME
136     {
137         Text [ en-US ] = "Entire page" ;
138     };
139     String STR_REL_PG_PRTAREA
140     {
141         Text [ en-US ] = "Page text area" ;
142     };
143     String STR_TOP
144     {
145         Text [ en-US ] = "Top" ;
146     };
147     String STR_BOTTOM
148     {
149         Text [ en-US ] = "Bottom" ;
150     };
151     String STR_CENTER_HORI
152     {
153         Text [ en-US ] = "Center" ;
154     };
155     String STR_FROMTOP
156     {
157         Text [ en-US ] = "From top" ;
158     };
159     String STR_FROMBOTTOM
160     {
161         Text [ en-US ] = "From bottom" ;
162     };
163     String STR_BELOW
164     {
165         Text [ en-US ] = "Below" ;
166     };
167     String STR_FROMRIGHT
168     {
169         Text [ en-US ] = "From right" ;
170     };
171     String STR_REL_PG_TOP
172     {
173         Text [ en-US ] = "Top page border" ;
174     };
175     String STR_REL_PG_BOTTOM
176     {
177         Text [ en-US ] = "Bottom page border" ;
178     };
179     String STR_REL_FRM_TOP
180     {
181         Text [ en-US ] = "Top paragraph border" ;
182     };
183     String STR_REL_FRM_BOTTOM
184     {
185         Text [ en-US ] = "Bottom paragraph border" ;
186     };
187     String STR_REL_BORDER
188     {
189         Text [ en-US ] = "Margin" ;
190     };
191     String STR_REL_PRTAREA
192     {
193         Text [ en-US ] = "Paragraph text area" ;
194     };
195     String STR_FLY_REL_PG_LEFT
196     {
197         Text [ en-US ] = "Left frame border" ;
198     };
199     String STR_FLY_MIR_REL_PG_LEFT
200     {
201         Text [ en-US ] = "Inner frame border" ;
202     };
203     String STR_FLY_REL_PG_RIGHT
204     {
205         Text [ en-US ] = "Right frame border" ;
206     };
207     String STR_FLY_MIR_REL_PG_RIGHT
208     {
209         Text [ en-US ] = "Outer frame border" ;
210     };
211     String STR_FLY_REL_PG_FRAME
212     {
213         Text [ en-US ] = "Entire frame" ;
214     };
215     String STR_FLY_REL_PG_PRTAREA
216     {
217         Text [ en-US ] = "Frame text area" ;
218     };
219     String STR_REL_BASE
220     {
221         Text [ en-US ] = "Base line" ;
222     };
223     String STR_REL_CHAR
224     {
225         Text [ en-US ] = "Character" ;
226     };
227     String STR_REL_ROW
228     {
229         Text [ en-US ] = "Row" ;
230     };
231     // #i22341#
232     String STR_REL_LINE
233     {
234         Text [ en-US ] = "Line of text" ;
235     };
238 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */