summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mailwindow.src
blob: 4dba234e34d9830baf6284f5de7e78e3677b4602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
/*************************************************************************
 *
 *  OpenOffice.org - a multi-platform office productivity suite
 *
 *  $RCSfile: mailwindow.src,v $
 *
 *  $Revision: 1.36 $
 *
 *  last change: $Author: rt $ $Date: 2005-09-07 18:25:13 $
 *
 *  The Contents of this file are made available subject to
 *  the terms of GNU Lesser General Public License Version 2.1.
 *
 *
 *    GNU Lesser General Public License Version 2.1
 *    =============================================
 *    Copyright 2005 by Sun Microsystems, Inc.
 *    901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *    This library is free software; you can redistribute it and/or
 *    modify it under the terms of the GNU Lesser General Public
 *    License version 2.1, as published by the Free Software Foundation.
 *
 *    This library is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *    Lesser General Public License for more details.
 *
 *    You should have received a copy of the GNU Lesser General Public
 *    License along with this library; if not, write to the Free Software
 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *    MA  02111-1307  USA
 *
 ************************************************************************/

#include "dialog.hrc"
#include "helpid.hrc"
/*#include "mailwindow.hrc"*/
/*
Window RID_MAIL_WINDOW
{
    HelpId = SID_MAIL_CHILDWIN ;
    Pos = MAP_APPFONT( 0, 0 );
    Size = MAP_APPFONT( 323, 87 );
    DialogControl = TRUE ;
    PushButton PB_MAILWIN_SEND
    {
        HelpId = HID_MAILWIN_SEND_BUTTON;
        Pos = MAP_APPFONT( 6, 6 );
        Size = MAP_APPFONT( 50, 14 );
        Text [ de ] = "~Senden";
        TabStop = TRUE;
        Text [ en-US ] = "Send";
    };
    PushButton PB_MAILWIN_CLOSE
    {
        HelpId = HID_MAILWIN_CLOSE_BUTTON;
        Pos = MAP_APPFONT( 6, 23 );
        Size = MAP_APPFONT( 50, 14 );
        Text [ de ] = "S~chlieen";
        TabStop = TRUE;
        Text [ en-US ] = "Close";
    };
    ListBox LB_MAILWIN_ROLE
    {
        HelpId = HID_MAILWIN_ROLE_BOX;
        Border = TRUE ;
        Pos = MAP_APPFONT( 62, 6 );
        Size = MAP_APPFONT( 42, 30 );
        DropDown = TRUE ;
        StringList [ de ] =
        {
            < "An" ; 1 ; > ;
            < "Kopie" ; 2 ; > ;
            < "Blindkopie" ; 3 ; > ;
        };
        StringList [ x-comment ] =
        {
            < "; An" ; 1 ; > ;
            < "; Kopie" ; 2 ; > ;
            < "; Blindkopie" ; 3 ; > ;
        };
        StringList [ en-US ] =
        {
            < "To" ; 1 ; > ;
            < "Copy" ; 2 ; > ;
            < "Blind Copy" ; 3 ; > ;
        };
    };
    Edit ED_MAILWIN_ROLE
    {
        HelpId = HID_MAILWIN_ADDRESS_EDIT;
        Border = TRUE;
        Pos = MAP_APPFONT( 107, 6 );
        Size = MAP_APPFONT( 210, 12 );
    };
    ListBox LB_MAILWIN_ADDRESS
    {
        HelpId = HID_MAILWIN_ADDRESS_BOX;
        Border = TRUE ;
        Pos = MAP_APPFONT( 107, 21 );
        Size = MAP_APPFONT( 210, 30 );
        AutoHScroll = TRUE ;
    };
    FixedText FT_MAILWIN_SUBJECT
    {
        Pos = MAP_APPFONT( 62, 55 );
        Size = MAP_APPFONT( 42, 10 );
        Text [ de ] = "~Betreff:";
        Text [ en-US ] = "Subject:";
    };
    Edit ED_MAILWIN_SUBJECT
    {
        HelpId = HID_MAILWIN_SUBJECT_EDIT;
        Border = TRUE;
        Pos = MAP_APPFONT( 107, 54 );
        Size = MAP_APPFONT( 210, 12 );
    };
    FixedText FT_MAILWIN_FROM
    {
        Pos = MAP_APPFONT( 62, 70 );
        Size = MAP_APPFONT( 42, 10 );
        Text [ de ] = "~Von:";
        Text [ en-US ] = "From:";
    };
    Edit ED_MAILWIN_FROM
    {
        HelpId = HID_MAILWIN_FROM_EDIT;
        Border = TRUE;
        Pos = MAP_APPFONT( 107, 69 );
        Size = MAP_APPFONT( 120, 12 );
    };
    FixedText FT_MAILWIN_PRIO
    {
        Pos = MAP_APPFONT( 230, 70 );
        Size = MAP_APPFONT( 33, 10 );
        Right = TRUE;
        Text [ de ] = "~Prioritt:";
        Text [ en-US ] = "Priority:";
    };
    ListBox LB_MAILWIN_PRIO
    {
        HelpId = HID_MAILWIN_PRIO_BOX;
        Border = TRUE;
        Pos = MAP_APPFONT( 266, 69 );
        Size = MAP_APPFONT( 51, 48 );
        DropDown = TRUE;
        StringList [ de ] =
        {
            < "Sehr hoch" ; 1 ; > ;
            < "Hoch" ; 2 ; > ;
            < "Normal" ; 3 ; > ;
            < "Niedrig" ; 4 ; > ;
            < "Sehr niedrig" ; 5 ; > ;
        };
        StringList [ x-comment ] =
        {
            < "; Sehr hoch" ; 1 ; > ;
            < "; Hoch" ; 2 ; > ;
            < "; Normal" ; 3 ; > ;
            < "; Niedrig" ; 4 ; > ;
            < "; Sehr niedrig" ; 5 ; > ;
        };
        StringList [ en-US ] =
        {
            < "Urgent" ; 1 ; > ;
            < "Important" ; 2 ; > ;
            < "Normal" ; 3 ; > ;
            < "Low" ; 4 ; > ;
            < "Lowest" ; 5 ; > ;
        };
    };
    Image IMG_MAILWIN_SEND
    {
        ImageBitmap = Bitmap { File = "sc05364.bmp" ; };
        MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
    };
    Image IMG_MAILWIN_CLOSE
    {
        ImageBitmap = Bitmap { File = "sc05503.bmp" ; };
        MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
    };
};
*/
// RID_ERRBOX_MAIL_CONFIG ---------------------------------------------------

ErrorBox RID_ERRBOX_MAIL_CONFIG
{
    BUTTONS = WB_OK ;
    DEFBUTTON = WB_DEF_OK ;
    Message [ de ] = "%PRODUCTNAME konnte keine funktionierende E-Mail Konfiguration finden. Bitte speichern sie dieses Dokument lokal und senden es dann mit ihrem E-Mail Programm." ;
    MESSAGE [ en-US ] = "%PRODUCTNAME was unable to find a working e-mail configuration. Please save this document locally instead and attach it from within your e-mail client." ;
};

// ------------------------------------------------------------------- EOF