xref: /aoo41x/main/sw/source/ui/frmdlg/frmui.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include "frmui.hrc"
28
29/*-----------------------------------------------------------------------
30	Beschreibung: V-Align
31 -----------------------------------------------------------------------*/
32String STR_TOP
33{
34	Text [ en-US ] = "~Top" ;
35};
36String STR_BOTTOM
37{
38	Text [ en-US ] = "~Bottom" ;
39};
40String STR_CENTER_VERT
41{
42    Text [ en-US ] = "C~enter" ;
43};
44String STR_CENTER_HORI
45{
46	Text [ en-US ] = "~Center" ;
47};
48/*-----------------------------------------------------------------------
49	Beschreibung: V-Rel
50 -----------------------------------------------------------------------*/
51String STR_TOPPRT
52{
53	Text [ en-US ] = "Upper Margin" ;
54};
55
56/*-----------------------------------------------------------------------
57	Beschreibung: H-Rel
58 -----------------------------------------------------------------------*/
59/*-----------------------------------------------------------------------
60	Beschreibung: V-Rel Zeichenausrichtungen
61 -----------------------------------------------------------------------*/
62/*-----------------------------------------------------------------------
63	Beschreibung: Zeichenausrichtungen fuer frmsh.cxx - Kontextmenue
64 -----------------------------------------------------------------------*/
65String STR_TOP_BASE
66{
67	Text [ en-US ] = "Base line at ~top" ;
68};
69String STR_BOTTOM_BASE
70{
71	Text [ en-US ] = "~Base line at bottom" ;
72};
73String STR_CENTER_BASE
74{
75	Text [ en-US ] = "Base line ~centered" ;
76};
77String STR_LINE_TOP
78{
79	Text [ en-US ] = "Top of line" ;
80};
81String STR_LINE_BOTTOM
82{
83	Text [ en-US ] = "Bottom of line" ;
84};
85String STR_LINE_CENTER
86{
87	Text [ en-US ] = "Center of line" ;
88};
89String STR_CHAR_TOP
90{
91	Text [ en-US ] = "Top of character" ;
92};
93String STR_CHAR_BOTTOM
94{
95	Text [ en-US ] = "Bottom of character" ;
96};
97String STR_CHAR_CENTER
98{
99	Text [ en-US ] = "Center of character" ;
100};
101String STR_OLE_INSERT
102{
103	/* ### ACHTUNG: Neuer Text in Resource? Objekt einf�gen : Objekt einf�gen */
104	Text [ en-US ] = "Insert object" ;
105};
106String STR_OLE_EDIT
107{
108	Text [ en-US ] = "Edit object" ;
109};
110String STR_COLL_HEADER
111{
112	Text [ en-US ] = " (Template: " ;
113};
114String STR_FRMUI_BORDER
115{
116	Text [ en-US ] = "Borders" ;
117};
118String STR_FRMUI_PATTERN
119{
120	Text [ en-US ] = "Background" ;
121};
122String STR_FRMUI_WRAP
123{
124	Text [ en-US ] = "Wrap" ;
125};
126InfoBox MSG_COLUMN_ERR_BOUNDWIDTH
127{
128	BUTTONS = WB_OK ;
129	DEFBUTTON = WB_DEF_OK ;
130	/* ### ACHTUNG: Neuer Text in Resource? Der Spaltenabstand ist zu gro� f�r die Spaltenbreite. : Der Spaltenabstand ist zu gro� f�r die Spaltenbreite. */
131	Message [ en-US ] = "Column spacing exceeds the column width." ;
132};
133
134