Update ooo320-m1
[ooovba.git] / svx / source / cui / postdlg.src
blob50536b34ec6c0e57b5a934861080e2b29ba284be
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: postdlg.src,v $
10  * $Revision: 1.27 $
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 ---------------------------------------------------------------
31 #include <svx/svxids.hrc>
32 #include <svx/dialogs.hrc>
33 #include "postdlg.hrc"
34  // pragma ----------------------------------------------------------------
36  // RID_SVXDLG_POSTIT -----------------------------------------------------
37 ModalDialog RID_SVXDLG_POSTIT
39     HelpId = SID_POSTIT ;
40     OutputSize = TRUE ;
41     SvLook = TRUE ;
42     Size = MAP_APPFONT ( 198 , 134 ) ;
43     Text [ en-US ] = "Note" ;
44     Moveable = TRUE ;
45     FixedText FT_LASTEDITLABEL
46     {
47         Pos = MAP_APPFONT ( 12 , 14 ) ;
48         Size = MAP_APPFONT ( 34 , 8 ) ;
49         Text [ en-US ] = "Author" ;
50         Left = TRUE ;
51     };
52     FixedText FT_LASTEDIT
53     {
54         Pos = MAP_APPFONT ( 48 , 14 ) ;
55         Size = MAP_APPFONT ( 83 , 8 ) ;
56         Left = TRUE ;
57     };
58     FixedText FT_EDIT
59     {
60         Pos = MAP_APPFONT ( 12 , 27 ) ;
61         Size = MAP_APPFONT ( 100 , 8 ) ;
62         Text [ en-US ] = "~Text" ;
63         Left = TRUE ;
64     };
65     MultiLineEdit ED_EDIT
66     {
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 12 , 38 ) ;
69         Size = MAP_APPFONT ( 123 , 72 ) ;
70         Left = TRUE ;
71         VScroll = TRUE ;
72         HScroll = TRUE ;
73         IgnoreTab = TRUE ;
74     };
75     FixedLine FL_POSTIT
76     {
77         Pos = MAP_APPFONT ( 6 , 3 ) ;
78         Size = MAP_APPFONT ( 129 , 8 ) ;
79         Text [ en-US ] = "Contents" ;
80     };
81     OKButton BTN_POST_OK
82     {
83         Pos = MAP_APPFONT ( 141 , 6 ) ;
84         Size = MAP_APPFONT ( 50 , 15 ) ;
85         DefButton = TRUE ;
86     };
87     CancelButton BTN_POST_CANCEL
88     {
89         Pos = MAP_APPFONT ( 141 , 23 ) ;
90         Size = MAP_APPFONT ( 50 , 15 ) ;
91     };
92     HelpButton BTN_POST_HELP
93     {
94         Pos = MAP_APPFONT ( 141 , 40 ) ;
95         Size = MAP_APPFONT ( 50 , 15 ) ;
96     };
97     ImageButton BTN_PREV
98     {
99         Pos = MAP_APPFONT ( 141 , 60 ) ;
100         Size = MAP_APPFONT ( 24 , 14 ) ;
101         Symbol = IMAGEBUTTON_ARROW_LEFT ;
102     };
103     ImageButton BTN_NEXT
104     {
105         Pos = MAP_APPFONT ( 167 , 60 ) ;
106         Size = MAP_APPFONT ( 24 , 14 ) ;
107         Symbol = IMAGEBUTTON_ARROW_RIGHT ;
108     };
109     FixedText FT_AUTHOR
110     {
111         Pos = MAP_APPFONT ( 12 , 116 ) ;
112         Size = MAP_APPFONT ( 60 , 8 ) ;
113         Text [ en-US ] = "~Insert";
114     };
115     PushButton BTN_AUTHOR
116     {
117         Pos = MAP_APPFONT ( 75 , 114 ) ;
118         Size = MAP_APPFONT ( 60 , 14 ) ;
119         Text [ en-US ] = "Author" ;
120     };
121      // lokale Strings
122     String STR_NOTIZ_EDIT
123     {
124         Text [ en-US ] = "Edit Note" ;
125     };
126     String STR_NOTIZ_INSERT
127     {
128         /* ### ACHTUNG: Neuer Text in Resource? Notiz einfügen : Notiz einf³gen */
129         /* ### ACHTUNG: Neuer Text in Resource? Notiz einfügen : Notiz einf³gen */
130         Text [ en-US ] = "Insert note" ;
131     };
133  // ********************************************************************** EOF