1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef INCLUDED_SVX_INC_SWFRAMEPOSSTRINGS_HRC
21 #define INCLUDED_SVX_INC_SWFRAMEPOSSTRINGS_HRC
23 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
25 //the following string have to match the (enum values) positions in svx/swframeposstrings.hxx!
26 const char* RID_SVXSW_FRAMEPOSITIONS[] =
28 NC_("RID_SVXSW_FRAMEPOSITIONS", "Left"),
29 NC_("RID_SVXSW_FRAMEPOSITIONS", "Right"),
30 NC_("RID_SVXSW_FRAMEPOSITIONS", "From left"),
31 NC_("RID_SVXSW_FRAMEPOSITIONS", "Inside"),
32 NC_("RID_SVXSW_FRAMEPOSITIONS", "Outside"),
33 NC_("RID_SVXSW_FRAMEPOSITIONS", "From inside"),
34 NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph area"),
35 NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"),
36 NC_("RID_SVXSW_FRAMEPOSITIONS", "Left page border"),
37 NC_("RID_SVXSW_FRAMEPOSITIONS", "Right page border"),
38 NC_("RID_SVXSW_FRAMEPOSITIONS", "Left paragraph border"),
39 NC_("RID_SVXSW_FRAMEPOSITIONS", "Right paragraph border"),
40 NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner page border"),
41 NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer page border"),
42 NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner paragraph border"),
43 NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer paragraph border"),
44 NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire page"),
45 NC_("RID_SVXSW_FRAMEPOSITIONS", "Page text area"),
46 NC_("RID_SVXSW_FRAMEPOSITIONS", "Base line"),
47 NC_("RID_SVXSW_FRAMEPOSITIONS", "Character"),
48 NC_("RID_SVXSW_FRAMEPOSITIONS", "Row"),
49 NC_("RID_SVXSW_FRAMEPOSITIONS", "Margin"),
50 NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"),
51 NC_("RID_SVXSW_FRAMEPOSITIONS", "Left frame border"),
52 NC_("RID_SVXSW_FRAMEPOSITIONS", "Right frame border"),
53 NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire frame"),
54 NC_("RID_SVXSW_FRAMEPOSITIONS", "Frame text area"),
55 NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner frame border"),
56 NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer frame border"),
57 NC_("RID_SVXSW_FRAMEPOSITIONS", "Top"),
58 NC_("RID_SVXSW_FRAMEPOSITIONS", "Bottom"),
59 NC_("RID_SVXSW_FRAMEPOSITIONS", "Center"),
60 NC_("RID_SVXSW_FRAMEPOSITIONS", "Center"),
61 NC_("RID_SVXSW_FRAMEPOSITIONS", "From top"),
62 NC_("RID_SVXSW_FRAMEPOSITIONS", "From bottom"),
63 NC_("RID_SVXSW_FRAMEPOSITIONS", "Below"),
64 NC_("RID_SVXSW_FRAMEPOSITIONS", "From right"),
65 NC_("RID_SVXSW_FRAMEPOSITIONS", "Top page border"),
66 NC_("RID_SVXSW_FRAMEPOSITIONS", "Bottom page border"),
67 NC_("RID_SVXSW_FRAMEPOSITIONS", "Top paragraph border"),
68 NC_("RID_SVXSW_FRAMEPOSITIONS", "Bottom paragraph border"),
69 NC_("RID_SVXSW_FRAMEPOSITIONS", "Line of text")
74 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */