summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basidesh.src
blob: 0fd062d44fd55f46cffe52b83b8a837a15d818aa (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
/* -*- 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 <basidesh.hrc>
#include <helpid.hrc>
#include "dlgresid.hrc"

String RID_STR_FILTER_ALLFILES
{
    Text [ en-US ] = "<All>" ;
};
String RID_STR_NOMODULE
{
    Text [ en-US ] = "< No Module >" ;
};
String RID_STR_WRONGPASSWORD
{
    Text [ en-US ] = "Incorrect Password" ;
};
String RID_STR_NOLIBINSTORAGE
{
    Text [ en-US ] = "The file does not contain any BASIC libraries" ;
};
String RID_STR_BADSBXNAME
{
    Text [ en-US ] = "Invalid Name" ;
};
String RID_STR_LIBNAMETOLONG
{
    Text [ en-US ] = "A library name can have up to 30 characters.";
};
String RID_STR_ERRORCHOOSEMACRO
{
    Text [ en-US ] = "Macros from other documents are not accessible.";
};
String RID_STR_LIBISREADONLY
{
    Text [ en-US ] = "This library is read-only.";
};
String RID_STR_REPLACELIB
{
    Text [ en-US ] = "'XX' cannot be replaced.";
};
String RID_STR_IMPORTNOTPOSSIBLE
{
    Text [ en-US ] = "'XX' cannot be added.";
};
String RID_STR_NOIMPORT
{
    Text [ en-US ] = "'XX' was not added.";
};
String RID_STR_ENTERPASSWORD
{
    Text [ en-US ] = "Enter password for 'XX'";
};
String RID_STR_SBXNAMEALLREADYUSED
{
    Text [ en-US ] = "Name already exists" ;
};
String RID_STR_SIGNED
{
    Text [ en-US ] = "(Signed)" ;
};
String RID_STR_SBXNAMEALLREADYUSED2
{
    Text [ en-US ] = "Object with same name already exists" ;
};
String RID_STR_CANNOTRUNMACRO
{
    Text [ en-US ] = "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings." ;
};
String RID_STR_SEARCHNOTFOUND
{
    Text [ en-US ] = "Search key not found" ;
};
String RID_STR_SEARCHFROMSTART
{
    Text [ en-US ] = "Search to last module complete. Continue at first module?" ;
};
String RID_STR_SEARCHREPLACES
{
    Text [ en-US ] = "Search key replaced XX times" ;
};
String RID_STR_COULDNTREAD
{
    Text [ en-US ] = "The file could not be read" ;
};
String RID_STR_COULDNTWRITE
{
    Text [ en-US ] = "The file could not be saved" ;
};
String RID_STR_CANNOTCHANGENAMESTDLIB
{
    Text [ en-US ] = "The name of the default library cannot be changed." ;
};
String RID_STR_GENERATESOURCE
{
    Text [ en-US ] = "Generating source" ;
};
String RID_STR_FILENAME
{
    Text [ en-US ] = "File name:" ;
};
String RID_STR_APPENDLIBS
{
    Text [ en-US ] = "Import Libraries" ;
};
String RID_STR_QUERYDELMACRO
{
    Text [ en-US ] = "Do you want to delete the macro XX?" ;
};
String RID_STR_QUERYDELDIALOG
{
    Text [ en-US ] = "Do you want to delete the XX dialog?" ;
};
String RID_STR_QUERYDELLIB
{
    Text [ en-US ] = "Do you want to delete the XX library?" ;
};
String RID_STR_QUERYDELLIBREF
{
    Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
};
String RID_STR_QUERYDELMODULE
{
    Text [ en-US ] = "Do you want to delete the XX module?" ;
};
String RID_STR_BASIC
{
    Text [ en-US ] = "BASIC" ;
};
String RID_STR_LINE
{
     // Abkuerzung fuer 'Zeile'
    Text [ en-US ] = "Ln" ;
};
String RID_STR_COLUMN
{
     // Abkuerzung fuer 'Spalte'
    Text [ en-US ] = "Col" ;
};
String RID_BASICIDE_OBJECTBAR
{
    Text [ en-US ] = "Macro Bar" ;
};
String RID_STR_CANNOTCLOSE
{
    Text [ en-US ] = "The window cannot be closed while BASIC is running." ;
};
String RID_STR_REPLACESTDLIB
{
    Text [ en-US ] = "The default library cannot be replaced." ;
};
String RID_STR_REFNOTPOSSIBLE
{
    Text [ en-US ] = "Reference to 'XX' not possible." ;
};
String RID_STR_WATCHNAME
{
    Text [ en-US ] = "Watch" ;
};
String RID_STR_WATCHVARIABLE
{
    Text [ en-US ] = "Variable" ;
};
String RID_STR_WATCHVALUE
{
    Text [ en-US ] = "Value" ;
};
String RID_STR_WATCHTYPE
{
    Text [ en-US ] = "Type" ;
};
String RID_STR_STACKNAME
{
    Text [ en-US ] = "Call Stack" ;
};
String RID_STR_STDDIALOGNAME
{
    Text [ en-US ] = "Dialog" ;
};
String RID_STR_NEWLIB
{
    Text [ en-US ] = "New Library" ;
};
String RID_STR_NEWMOD
{
    Text [ en-US ] = "New Module" ;
};
String RID_STR_NEWDLG
{
    Text [ en-US ] = "New Dialog" ;
};
String RID_STR_ALL
{
    Text [ en-US ] = "All" ;
};
String RID_STR_PAGE
{
    Text [ en-US ] = "Page" ;
};
String RID_STR_WILLSTOPPRG
{
    Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ;
};
String RID_STR_SEARCHALLMODULES
{
    Text [ en-US ] = "Do you want to replace the text in all active modules?" ;
};

String RID_STR_REMOVEWATCH
{
    Text [ en-US ] = "Watch:" ;
};

String RID_STR_STACK
{
    Text [ en-US ] = "Calls: " ;
};

String RID_STR_USERMACROS
{
    Text [ en-US ] = "My Macros" ;
};

String RID_STR_USERDIALOGS
{
    Text [ en-US ] = "My Dialogs" ;
};

String RID_STR_USERMACROSDIALOGS
{
    Text [ en-US ] = "My Macros & Dialogs" ;
};

String RID_STR_SHAREMACROS
{
    Text [ en-US ] = "%PRODUCTNAME Macros" ;
};

String RID_STR_SHAREDIALOGS
{
    Text [ en-US ] = "%PRODUCTNAME Dialogs" ;
};

String RID_STR_SHAREMACROSDIALOGS
{
    Text [ en-US ] = "%PRODUCTNAME Macros & Dialogs" ;
};

String RID_STR_REMOVEWATCHTIP
{
    Text [ en-US ] = "Remove Watch" ;
};

String RID_STR_QUERYREPLACEMACRO
{
    Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
};

String RID_STR_TRANSLATION_NOTLOCALIZED
{
    Text [ en-US ] = "<Not localized>" ;
};

String RID_STR_TRANSLATION_DEFAULT
{
    Text [ en-US ] = "[Default Language]" ;
};

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

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

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

String RID_STR_CLASS_MODULES
{
    Text [ en-US ] = "Class Modules" ;
};

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

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

String RID_STR_DLGIMP_CLASH_TITLE
{
    Text [ en-US ] = "Dialog Import - Name already used" ;
};

String RID_STR_DLGIMP_CLASH_TEXT
{
    Text [ en-US ] = "The library already contains a dialog with the name:\n\n$(ARG1)\n\nRename dialog to keep current dialog or replace existing dialog.\n " ;
};

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

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

String RID_STR_DLGIMP_MISMATCH_TITLE
{
    Text [ en-US ] = "Dialog Import - Language Mismatch" ;
};

String RID_STR_DLGIMP_MISMATCH_TEXT
{
    Text [ en-US ] = "The dialog to be imported supports other languages than the target library.\n\nAdd these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\n\nNote: For languages not supported by the dialog the resources of the dialog's default language will be used.\n " ;
};

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