Update ooo320-m1
[ooovba.git] / sw / source / ui / frmdlg / frmui.src
blobcf1812391825c8b5dd03d81c797bd21f660d401c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: frmui.src,v $
10  * $Revision: 1.39 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "frmui.hrc"
32 /*-----------------------------------------------------------------------
33     Beschreibung: V-Align
34  -----------------------------------------------------------------------*/
35 String STR_TOP
37     Text [ en-US ] = "~Top" ;
39 String STR_BOTTOM
41     Text [ en-US ] = "~Bottom" ;
43 String STR_CENTER_VERT
45     Text [ en-US ] = "C~enter" ;
47 String STR_CENTER_HORI
49     Text [ en-US ] = "~Center" ;
51 /*-----------------------------------------------------------------------
52     Beschreibung: V-Rel
53  -----------------------------------------------------------------------*/
54 String STR_TOPPRT
56     Text [ en-US ] = "Upper Margin" ;
59 /*-----------------------------------------------------------------------
60     Beschreibung: H-Rel
61  -----------------------------------------------------------------------*/
62 /*-----------------------------------------------------------------------
63     Beschreibung: V-Rel Zeichenausrichtungen
64  -----------------------------------------------------------------------*/
65 /*-----------------------------------------------------------------------
66     Beschreibung: Zeichenausrichtungen fuer frmsh.cxx - Kontextmenue
67  -----------------------------------------------------------------------*/
68 String STR_TOP_BASE
70     Text [ en-US ] = "Base line at ~top" ;
72 String STR_BOTTOM_BASE
74     Text [ en-US ] = "~Base line at bottom" ;
76 String STR_CENTER_BASE
78     Text [ en-US ] = "Base line ~centered" ;
80 String STR_LINE_TOP
82     Text [ en-US ] = "Top of line" ;
84 String STR_LINE_BOTTOM
86     Text [ en-US ] = "Bottom of line" ;
88 String STR_LINE_CENTER
90     Text [ en-US ] = "Center of line" ;
92 String STR_CHAR_TOP
94     Text [ en-US ] = "Top of character" ;
96 String STR_CHAR_BOTTOM
98     Text [ en-US ] = "Bottom of character" ;
100 String STR_CHAR_CENTER
102     Text [ en-US ] = "Center of character" ;
104 String STR_OLE_INSERT
106     /* ### ACHTUNG: Neuer Text in Resource? Objekt einfügen : Objekt einf³gen */
107     Text [ en-US ] = "Insert object" ;
109 String STR_OLE_EDIT
111     Text [ en-US ] = "Edit object" ;
113 String STR_COLL_HEADER
115     Text [ en-US ] = " (Template: " ;
117 String STR_FRMUI_BORDER
119     Text [ en-US ] = "Borders" ;
121 String STR_FRMUI_PATTERN
123     Text [ en-US ] = "Background" ;
125 String STR_FRMUI_WRAP
127     Text [ en-US ] = "Wrap" ;
129 InfoBox MSG_COLUMN_ERR_BOUNDWIDTH
131     BUTTONS = WB_OK ;
132     DEFBUTTON = WB_DEF_OK ;
133     /* ### ACHTUNG: Neuer Text in Resource? Der Spaltenabstand ist zu groß für die Spaltenbreite. : Der Spaltenabstand ist zu gro˜ f³r die Spaltenbreite. */
134     Message [ en-US ] = "Column spacing exceeds the column width." ;