xref: /aoo4110/main/sw/source/ui/frmdlg/frmui.src (revision b1cdbd2c)
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#include "frmui.hrc"
24
25/*-----------------------------------------------------------------------
26	Beschreibung: V-Align
27 -----------------------------------------------------------------------*/
28String STR_TOP
29{
30	Text [ en-US ] = "~Top" ;
31};
32String STR_BOTTOM
33{
34	Text [ en-US ] = "~Bottom" ;
35};
36String STR_CENTER_VERT
37{
38    Text [ en-US ] = "C~enter" ;
39};
40String STR_CENTER_HORI
41{
42	Text [ en-US ] = "~Center" ;
43};
44/*-----------------------------------------------------------------------
45	Beschreibung: V-Rel
46 -----------------------------------------------------------------------*/
47String STR_TOPPRT
48{
49	Text [ en-US ] = "Upper Margin" ;
50};
51
52/*-----------------------------------------------------------------------
53	Beschreibung: H-Rel
54 -----------------------------------------------------------------------*/
55/*-----------------------------------------------------------------------
56	Beschreibung: V-Rel Zeichenausrichtungen
57 -----------------------------------------------------------------------*/
58/*-----------------------------------------------------------------------
59	Beschreibung: Zeichenausrichtungen fuer frmsh.cxx - Kontextmenue
60 -----------------------------------------------------------------------*/
61String STR_TOP_BASE
62{
63	Text [ en-US ] = "Base line at ~top" ;
64};
65String STR_BOTTOM_BASE
66{
67	Text [ en-US ] = "~Base line at bottom" ;
68};
69String STR_CENTER_BASE
70{
71	Text [ en-US ] = "Base line ~centered" ;
72};
73String STR_LINE_TOP
74{
75	Text [ en-US ] = "Top of line" ;
76};
77String STR_LINE_BOTTOM
78{
79	Text [ en-US ] = "Bottom of line" ;
80};
81String STR_LINE_CENTER
82{
83	Text [ en-US ] = "Center of line" ;
84};
85String STR_CHAR_TOP
86{
87	Text [ en-US ] = "Top of character" ;
88};
89String STR_CHAR_BOTTOM
90{
91	Text [ en-US ] = "Bottom of character" ;
92};
93String STR_CHAR_CENTER
94{
95	Text [ en-US ] = "Center of character" ;
96};
97String STR_OLE_INSERT
98{
99	/* ### ACHTUNG: Neuer Text in Resource? Objekt einf�gen : Objekt einf�gen */
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	/* ### ACHTUNG: Neuer Text in Resource? Der Spaltenabstand ist zu gro� f�r die Spaltenbreite. : Der Spaltenabstand ist zu gro� f�r die Spaltenbreite. */
127	Message [ en-US ] = "Column spacing exceeds the column width." ;
128};
129
130