xref: /trunk/main/sw/source/ui/frmdlg/frmui.src (revision aa831184)
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 "frmui.hrc"
25
26/*-----------------------------------------------------------------------
27 Description: V-Align
28 -----------------------------------------------------------------------*/
29String STR_TOP
30{
31	Text [ en-US ] = "~Top" ;
32};
33String STR_BOTTOM
34{
35	Text [ en-US ] = "~Bottom" ;
36};
37String STR_CENTER_VERT
38{
39	Text [ en-US ] = "C~enter" ;
40};
41String STR_CENTER_HORI
42{
43	Text [ en-US ] = "~Center" ;
44};
45/*-----------------------------------------------------------------------
46 Description: V-Rel
47 -----------------------------------------------------------------------*/
48String STR_TOPPRT
49{
50	Text [ en-US ] = "Upper Margin" ;
51};
52
53/*-----------------------------------------------------------------------
54 Description: H-Rel
55 -----------------------------------------------------------------------*/
56/*-----------------------------------------------------------------------
57 Description: V-Rel Zeichenausrichtungen
58 -----------------------------------------------------------------------*/
59/*-----------------------------------------------------------------------
60 Description: Zeichenausrichtungen fuer frmsh.cxx - Kontextmenue
61 -----------------------------------------------------------------------*/
62String STR_TOP_BASE
63{
64	Text [ en-US ] = "Base line at ~top" ;
65};
66String STR_BOTTOM_BASE
67{
68	Text [ en-US ] = "~Base line at bottom" ;
69};
70String STR_CENTER_BASE
71{
72	Text [ en-US ] = "Base line ~centered" ;
73};
74String STR_LINE_TOP
75{
76	Text [ en-US ] = "Top of line" ;
77};
78String STR_LINE_BOTTOM
79{
80	Text [ en-US ] = "Bottom of line" ;
81};
82String STR_LINE_CENTER
83{
84	Text [ en-US ] = "Center of line" ;
85};
86String STR_CHAR_TOP
87{
88	Text [ en-US ] = "Top of character" ;
89};
90String STR_CHAR_BOTTOM
91{
92	Text [ en-US ] = "Bottom of character" ;
93};
94String STR_CHAR_CENTER
95{
96	Text [ en-US ] = "Center of character" ;
97};
98String STR_OLE_INSERT
99{
100	Text [ en-US ] = "Insert object" ;
101};
102String STR_OLE_EDIT
103{
104	Text [ en-US ] = "Edit object" ;
105};
106String STR_COLL_HEADER
107{
108	Text [ en-US ] = " (Template: " ;
109};
110String STR_FRMUI_BORDER
111{
112	Text [ en-US ] = "Borders" ;
113};
114String STR_FRMUI_PATTERN
115{
116	Text [ en-US ] = "Background" ;
117};
118String STR_FRMUI_WRAP
119{
120	Text [ en-US ] = "Wrap" ;
121};
122InfoBox MSG_COLUMN_ERR_BOUNDWIDTH
123{
124	BUTTONS = WB_OK ;
125	DEFBUTTON = WB_DEF_OK ;
126	Message [ en-US ] = "Column spacing exceeds the column width." ;
127};
128
129// ********************************************************************** EOF
130