summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.src
blob: 6c3bb53d23301e892c6d3235657e21f1fd0f8f07 (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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <sfx2/sfx.hrc>
#include "app.hrc"
#include "helpid.hrc"

String STR_NONAME
{
    Text [ en-US ] = "Untitled" ;
};
String STR_STANDARD_SHORTCUT
{
    Text [ en-US ] = "Standard" ;
};
String STR_BYTES
{
    Text [ en-US ] = "Bytes" ;
};
String STR_KB
{
    Text [ en-US ] = "KB" ;
};
String STR_MB
{
    Text [ en-US ] = "MB" ;
};
String STR_GB
{
    Text [ en-US ] = "GB" ;
};
String STR_QUERY_LASTVERSION
{
    Text [ en-US ] = "Cancel all changes?" ;
};

String STR_NO_WEBBROWSER_FOUND
{
    Text [ en-US ] = "Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\nMaybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation." ;
};

String STR_NO_ABS_URI_REF
{
    Text [ en-US ] = "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it." ;
};

String GID_INTERN
{
    Text [ en-US ] = "Internal" ;
};

String GID_APPLICATION
{
    Text [ en-US ] = "Application" ;
};

String GID_VIEW
{
    Text [ en-US ] = "View" ;
};

String GID_DOCUMENT
{
    Text [ en-US ] = "Documents" ;
};

String GID_EDIT
{
    Text [ en-US ] = "Edit" ;
};

String GID_MACRO
{
    Text [ en-US ] = "BASIC" ;
};

String GID_OPTIONS
{
    Text [ en-US ] = "Options" ;
};

String GID_MATH
{
    Text [ en-US ] = "Math" ;
};

String GID_NAVIGATOR
{
    Text [ en-US ] = "Navigate" ;
};

String GID_INSERT
{
    Text [ en-US ] = "Insert" ;
};

String GID_FORMAT
{
    Text [ en-US ] = "Format" ;
};

String GID_TEMPLATE
{
    Text [ en-US ] = "Templates" ;
};

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

String GID_FRAME
{
    Text [ en-US ] = "Frame" ;
};

String GID_GRAPHIC
{
    Text [ en-US ] = "Image" ;
};

String GID_TABLE
{
    Text [ en-US ] = "Table" ;
};

String GID_ENUMERATION
{
    Text [ en-US ] = "Numbering" ;
};

String GID_DATA
{
    Text [ en-US ] = "Data" ;
};

String GID_SPECIAL
{
    Text [ en-US ] = "Special Functions" ;
};

String GID_IMAGE
{
    Text [ en-US ] = "Image" ;
};

String GID_CHART
{
    Text [ en-US ] = "Chart" ;
};

String GID_EXPLORER
{
    Text [ en-US ] = "Explorer" ;
};

String GID_CONNECTOR
{
    Text [ en-US ] = "Connector" ;
};

String GID_MODIFY
{
    Text [ en-US ] = "Modify" ;
};

String GID_DRAWING
{
    Text [ en-US ] = "Drawing" ;
};

String GID_CONTROLS
{
    Text [ en-US ] = "Controls" ;
};

String STR_QUITAPP
{
    Text [ en-US ] = "E~xit %PRODUCTNAME" ;
};

String RID_STR_HELP
{
    Text [ en-US ] = "Help" ;
};

String RID_STR_HLPFILENOTEXIST
{
    Text [ en-US ] = "The help file for this topic is not installed." ;
};

String STR_QUICKSTART_EXIT
{
    Text [ en-US ] = "Exit Quickstarter" ;
};
String STR_QUICKSTART_TIP
{
    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ;
};
String STR_QUICKSTART_FILEOPEN
{
    Text [ en-US ] = "Open Document..." ;
};
String STR_QUICKSTART_FROMTEMPLATE
{
    Text [ en-US ] = "From Template..." ;
};
String STR_QUICKSTART_PRELAUNCH
{
    Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ;
};
String STR_QUICKSTART_PRELAUNCH_UNX
{
    Text[ en-US ] = "Disable systray Quickstarter";
};
String STR_QUICKSTART_LNKNAME
{
    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
};
String STR_QUICKSTART_FILE
{
    Text [ en-US ] = "File";
};

String STR_QUICKSTART_STARTCENTER
{
    Text [ en-US ] = "Startcenter";
};

String STR_QUICKSTART_RECENTDOC
{
    Text [ en-US ] = "Recent Documents";
};

String STR_QUERY_UPDATE_LINKS
{
    Text [ en-US ] = "This document contains one or more links to external data.\n\nWould you like to change the document, and update all links\nto get the most recent data?" ;
};

String STR_DDE_ERROR
{
    Text [ en-US ] = "DDE link to %1 for %2 area %3 are not available." ;
};

String STR_SECURITY_WARNING_NO_HYPERLINKS
{
    Text [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened.";
};

String RID_SECURITY_WARNING_TITLE
{
    Text [ en-US ] = "Security Warning" ;
};

String RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE
{
    Text [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
};

String RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN
{
    Text [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
};

String STR_QUERY_CANCELCHECKOUT
{
    Text [ en-US ] = "This will discard all changes on the server since check-out.\nDo you want to proceed?" ;
};

String STR_INFO_WRONGDOCFORMAT
{
    Text [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;
};

String RID_XMLSEC_DOCUMENTSIGNED
{
    Text [ en-US ] = " (Signed)" ;
};

String STR_STANDARD
{
    Text [ en-US ] = "Standard" ;
};

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

String STR_NONE
{
    Text [ en-US ] = "- None -" ;
};
String RID_SVXSTR_GRAFIKLINK
{
    Text [ en-US ] = "Image" ;
};
String STR_SFX_FILTERNAME_ALL
{
    Text [ en-US ] = "All files" ;
};
String STR_SFX_FILTERNAME_PDF
{
    Text [ en-US ] = "PDF files" ;
};
String RID_SVXSTR_EDITGRFLINK
{
    Text [ en-US ] = "Link Image" ;
};
// i66948 used in project scripting
String STR_ERRUNOEVENTBINDUNG
{
    Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name.";
};
String RID_SVXSTR_GRFILTER_OPENERROR
{
    Text [ en-US ] = "Image file cannot be opened" ;
};
String RID_SVXSTR_GRFILTER_IOERROR
{
    Text [ en-US ] = "Image file cannot be read" ;
};
String RID_SVXSTR_GRFILTER_FORMATERROR
{
    Text [ en-US ] = "Unknown image format" ;
};
String RID_SVXSTR_GRFILTER_VERSIONERROR
{
    Text [ en-US ] = "This version of the image file is not supported" ;
};
String RID_SVXSTR_GRFILTER_FILTERERROR
{
    Text [ en-US ] = "Image filter not found" ;
};
String RID_SVXSTR_END_REDLINING_WARNING
{
    Text [ en-US ] = "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n" ;
};
String RID_SVXSTR_INCORRECT_PASSWORD
{
    Text [ en-US ] = "Incorrect password" ;
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */