summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dialog.src
blob: c50b17436ca6fa4a957bb9a3dc56beb5c20a4e01 (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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: dialog.src,v $
 * $Revision: 1.58 $
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org 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 version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

 // include ---------------------------------------------------------------
#include <sfx2/sfx.hrc>
#include "dialog.hrc"
#include "helpid.hrc"
#include "sfxlocal.hrc"

 // Imageliste fuer die AboutBox
ImageList LOGO_IMAGELIST
{
    Prefix = "an";
    MaskColor = Color
    {
        Red = 0xFFFF ;
        Green = 0x0000 ;
        Blue = 0xFFFF ;
    };
    IdList =
    {
        1 ;
        2 ;
        3 ;
        4 ;
        5 ;
        6 ;
    };
    IdCount =
    {
        6 ;
    };
};
String STR_RESET
{
    Text [ en-US ] = "~Reset" ;
};
String STR_APPLY
{
    Text [ en-US ] = "Apply";
};
String STR_INTERNET
{
    Text [ en-US ] = "(Internet)" ;
};
String STR_BASEFMT
{
    Text [ en-US ] = "Base format" ;
};
CheckBox CB_USE_PASSWD
{
    HelpId = HID_FILEDLG_USE_PASSWD ;
    Text [ en-US ] = "~Password" ;
};
CheckBox CB_READ_ONLY
{
    HelpId = HID_FILEDLG_READ_ONLY ;
    Text [ en-US ] = "~Read-only" ;
};
PushButton CB_FILE
{
    HelpId = HID_FILEDLG_FILE ;
    Text [ en-US ] = "~File System" ;
};
PushButton CB_URL
{
    HelpId = HID_FILEDLG_URL ;
    Text [ en-US ] = "Int~ernet" ;
};
PushButton BTN_MANAGER
{
    HelpId = HID_FILEDLG_MANAGER ;
    Text [ en-US ] = "~Manager..." ;
};
PushButton BTN_STANDARD
{
    HelpId = HID_FILEDLG_STANDARD ;
    Text [ en-US ] = "~Home" ;
};
String STR_FILEDLG_INSERT
{
    Text [ en-US ] = "Insert File" ;
};
String STR_TABPAGE_MANAGESTYLES
{
    Text [ en-US ] = "Organizer" ;
};
InfoBox MSG_TABPAGE_INVALIDNAME
{
    BUTTONS = WB_OK ;
    DEFBUTTON = WB_DEF_OK ;
    Message [ en-US ] = "This name is already in use." ;
};
InfoBox MSG_TABPAGE_INVALIDSTYLE
{
    BUTTONS = WB_OK ;
    DEFBUTTON = WB_DEF_OK ;
    Message [ en-US ] = "This Style does not exist." ;
};
InfoBox MSG_TABPAGE_INVALIDPARENT
{
    BUTTONS = WB_OK ;
    DEFBUTTON = WB_DEF_OK ;
    Message [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference." ;
};
InfoBox MSG_POOL_STYLE_NAME
{
    Message [ en-US ] = "Name already exists as a default Style.\nPlease choose another name." ;
};
QueryBox MSG_OVERWRITE_STYLE
{
    Buttons = WB_YES_NO ;
    DefButton = WB_DEF_NO ;
    Message [ en-US ] = "Style already exists. Overwrite?" ;
};
String STR_DELETE_STYLE
{
    Text [ en-US ] = "Do you really want to delete Style $1?" ;
};
String STR_DELETE_STYLE_USED
{
    Text [ en-US ] = "You are deleting an applied Style!\n" ;
};
Menu MN_CONTEXT_TEMPLDLG
{
    ItemList =
    {
        MenuItem
        {
            Identifier = ID_NEW ;
            Text [ en-US ] = "New..." ;
            HelpId = HID_STYLIST_NEW ;
        };
        MenuItem
        {
            Identifier = ID_EDIT ;
            Text [ en-US ] = "Modify..." ;
            HelpId = HID_STYLIST_EDIT ;
        };
        MenuItem
        {
            Identifier = ID_DELETE ;
            Text [ en-US ] = "Delete..." ;
            HelpId = HID_STYLIST_DELETE ;
        };
    };
};

InfoBox MSG_LAYOUT_NOT_LOADING
{
    BUTTONS = WB_OK ;
    DEFBUTTON = WB_DEF_OK ;
    Message [ en-US ] = "Loading document without layout." ;
};
Accelerator ACC_LAYOUT_NOT_LOADING
{
    ItemList =
    {
        AcceleratorItem
        {
            Key = KeyCode
            {
                Code = KEY_L ;
                Shift = FALSE ; Modifier1 = TRUE ; Modifier2 = TRUE ;
            };
            Identifier = 1 ;
        };
    };
};
 //------------------------------------------------------------------------
ErrorBox MSG_ERR_CANT_EDIT_OLD_FORMAT
{
    Message [ en-US ] = "Cannot edit document info for documents\n in this file format." ;
};
 //------------------------------------------------------------------------
ErrorBox MSG_ERR_CANT_EDIT_OPEN_DOCS
{
    Message [ en-US ] = "Document info of documents\n being currently edited cannot be modified from within the document manager." ;
};
ModalDialog RID_URLOPEN
{
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 204 , 44 ) ;
    Moveable = TRUE ;
    Text [ en-US ] = "Enter URL" ;
    Moveable = TRUE ;
    OKButton RID_URLOPEN_OK
    {
        Pos = MAP_APPFONT ( 148 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton RID_URLOPEN_CANCEL
    {
        Pos = MAP_APPFONT ( 148 , 24 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    Edit RID_URLOPEN_URL
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 16 ) ;
        Size = MAP_APPFONT ( 138 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
    };
};
Menu RID_AUTOHIDE
{
    ItemList =
    {
        MenuItem
        {
            Identifier = SID_AUTOHIDE ;
            HelpID = SID_AUTOHIDE ;
            Text [ en-US ] = "Hide" ;
        };
    };
};
String RID_AUTOHIDE
{
    Text [ en-US ] = "Don't Hide" ;
};
String SID_NAVIGATOR
{
    Text [ en-US ] = "Navigator";
};

ErrorBox MSG_ERROR_WRONG_CONFIRM
{
    BUTTONS = WB_OK ;
    DEFBUTTON = WB_DEF_OK ;
    Message [ en-US ] = "Faulty password confirmation";
};

String STR_PDF_EXPORT_SEND
{
  Text [ en-US ] = "Send" ;
};

String STR_RECHECK_DOCUMENT
{
  Text [ en-US ] = "Recheck Document" ;
};

Image IMG_INFO
{
    ImageBitmap = Bitmap
    {
        File = "info.png" ;
    };
};

// ******************************************************************* EOF