xref: /trunk/main/sw/source/ui/utlui/initui.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "globals.hrc"
29#include "utlui.hrc"
30#include "helpid.h"
31#include "initui.hrc"
32
33/*---------------------------------------------------------------------
34    Fehler Calculator
35 ---------------------------------------------------------------------*/
36Resource RID_SW_SHELLRES
37{
38    String STR_POSTIT_PAGE
39    {
40        Text [ en-US ] = "Page" ;
41    };
42    String STR_POSTIT_LINE
43    {
44        Text [ en-US ] = "Line" ;
45    };
46    String STR_POSTIT_AUTHOR
47    {
48        Text [ en-US ] = "Author" ;
49    };
50    String STR_CALC_SYNTAX
51    {
52        Text [ en-US ] = "** Syntax Error **" ;
53    };
54    String STR_CALC_ZERODIV
55    {
56        Text [ en-US ] = "** Division by zero **" ;
57    };
58    String STR_CALC_BRACK
59    {
60        Text [ en-US ] = "** Wrong use of brackets **" ;
61    };
62    String STR_CALC_POW
63    {
64        Text [ en-US ] = "** Square function overflow **" ;
65        /* ### ACHTUNG: Neuer Text in Resource? ** �berlauf in Quadratfunktion ** : ** �berlauf in Quadratfunktion ** */
66    };
67    String STR_CALC_VARNFND
68    {
69        Text [ en-US ] = "** Variable not found **" ;
70    };
71    String STR_CALC_OVERFLOW
72    {
73        Text [ en-US ] = "** Overflow **" ;
74        /* ### ACHTUNG: Neuer Text in Resource? ** �berlauf ** : ** �berlauf ** */
75    };
76    String STR_CALC_WRONGTIME
77    {
78        Text [ en-US ] = "** Wrong time format **" ;
79    };
80    String STR_CALC_DEFAULT
81    {
82        Text [ en-US ] = "** Error **" ;
83    };
84    String STR_CALC_ERROR
85    {
86        Text [ en-US ] = "** Expression is faulty **" ;
87    };
88    String STR_GETREFFLD_UP
89    {
90        Text [ en-US ] = "above" ;
91    };
92    String STR_GETREFFLD_DOWN
93    {
94        Text [ en-US ] = "below" ;
95    };
96    String STR_GETREFFLD_REFITEMNOTFOUND
97    {
98        Text [ en-US ] = "Error: Reference source not found" ;
99    };
100    String STR_ALLPAGE_HEADFOOT
101    {
102        Text [ en-US ] = "All" ;
103    };
104    String STR_TEMPLATE_NONE
105    {
106        Text [ en-US ] = "None" ;
107    };
108    String STR_FIELD_FIXED
109    {
110        Text [ en-US ] = "(fixed)" ;
111    };
112    String STR_DURATION_FORMAT
113    {
114        Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6";
115    };
116    String STR_TOI
117    {
118        Text [ en-US ] = "Alphabetical Index" ;
119    };
120
121    String STR_TOU
122    {
123        Text [ en-US ] = "User-Defined" ;
124    };
125
126    String STR_TOC
127    {
128        Text [ en-US ] = "Table of Contents" ;
129    };
130
131    String STR_TOX_AUTH
132    {
133        Text [ en-US ] = "Bibliography";
134    };
135    String STR_TOX_TBL
136    {
137        Text [ en-US ] = "Index of Tables";
138    };
139    String STR_TOX_OBJ
140    {
141        Text [ en-US ] = "Table of Objects";
142    };
143    String STR_TOX_ILL
144    {
145        Text [ en-US ] = "Illustration Index";
146    };
147    String STR_HYPERLINK_CLICK
148    {
149        Text [ en-US ] = "%s-click to open hyperlink";
150    };
151
152
153     // SubType DocInfo
154     //
155    String FLD_DOCINFO_TITEL
156    {
157        Text [ en-US ] = "Title" ;
158    };
159    String FLD_DOCINFO_THEMA
160    {
161        Text [ en-US ] = "Subject" ;
162    };
163    String FLD_DOCINFO_KEYS
164    {
165        /* ### ACHTUNG: Neuer Text in Resource? Schl�sselw�rter : Schl�sselw�rter */
166        Text [ en-US ] = "Keywords" ;
167    };
168    String FLD_DOCINFO_COMMENT
169    {
170        Text [ en-US ] = "Comments" ;
171    };
172    String FLD_DOCINFO_CREATE
173    {
174        Text [ en-US ] = "Created" ;
175    };
176    String FLD_DOCINFO_CHANGE
177    {
178        Text [ en-US ] = "Modified" ;
179    };
180    String FLD_DOCINFO_PRINT
181    {
182        Text [ en-US ] = "Last printed" ;
183    };
184    String FLD_DOCINFO_DOCNO
185    {
186        Text [ en-US ] = "Revision number" ;
187    };
188    String FLD_DOCINFO_EDIT
189    {
190        Text [ en-US ] = "Total editing time" ;
191    };
192    BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.bmp" ; };
193    BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.bmp" ; };
194
195    String STR_PAGEDESC_NAME
196    {
197        Text [ en-US ] = "Convert $(ARG1)";
198    };
199    String STR_PAGEDESC_FIRSTNAME
200    {
201        Text [ en-US ] = "First convert $(ARG1)";
202    };
203    String STR_PAGEDESC_FOLLOWNAME
204    {
205        Text [ en-US ] = "Next convert $(ARG1)";
206    };
207};
208
209String STR_AUTH_TYPE_ARTICLE
210{
211    Text [ en-US ] = "Article";
212};
213String STR_AUTH_TYPE_BOOK
214{
215    Text [ en-US ] = "Book";
216};
217String STR_AUTH_TYPE_BOOKLET
218{
219    Text [ en-US ] = "Brochures";
220};
221String STR_AUTH_TYPE_CONFERENCE
222{
223    Text [ en-US ] = "Conference proceedings";
224};
225String STR_AUTH_TYPE_INBOOK
226{
227    Text [ en-US ] = "Book excerpt";
228};
229String STR_AUTH_TYPE_INCOLLECTION
230{
231    Text [ en-US ] = "Book excerpt with title";
232};
233String STR_AUTH_TYPE_INPROCEEDINGS
234{
235    Text [ en-US ] = "Conference proceedings";
236};
237String STR_AUTH_TYPE_JOURNAL
238{
239    Text [ en-US ] = "Journal";
240};
241String STR_AUTH_TYPE_MANUAL
242{
243    Text [ en-US ] = "Techn. documentation";
244};
245String STR_AUTH_TYPE_MASTERSTHESIS
246{
247    Text [ en-US ] = "Thesis";
248};
249String STR_AUTH_TYPE_MISC
250{
251    Text [ en-US ] = "Miscellaneous";
252};
253String STR_AUTH_TYPE_PHDTHESIS
254{
255    Text [ en-US ] = "Dissertation";
256};
257String STR_AUTH_TYPE_PROCEEDINGS
258{
259    Text [ en-US ] = "Conference proceedings";
260};
261String STR_AUTH_TYPE_TECHREPORT
262{
263    Text [ en-US ] = "Research report";
264};
265String STR_AUTH_TYPE_UNPUBLISHED
266{
267    Text [ en-US ] = "Unpublished";
268};
269String STR_AUTH_TYPE_EMAIL
270{
271    Text [ en-US ] = "e-mail";
272};
273String STR_AUTH_TYPE_WWW
274{
275    Text [ en-US ] = "WWW document";
276};
277String STR_AUTH_TYPE_CUSTOM1
278{
279    Text [ en-US ] = "User-defined1";
280};
281String STR_AUTH_TYPE_CUSTOM2
282{
283    Text [ en-US ] = "User-defined2";
284};
285String STR_AUTH_TYPE_CUSTOM3
286{
287    Text [ en-US ] = "User-defined3";
288};
289String STR_AUTH_TYPE_CUSTOM4
290{
291    Text [ en-US ] = "User-defined4";
292};
293String STR_AUTH_TYPE_CUSTOM5
294{
295    Text [ en-US ] = "User-defined5";
296};
297
298String STR_AUTH_FIELD_IDENTIFIER
299{
300    Text [ en-US ] = "Short name";
301};
302String STR_AUTH_FIELD_AUTHORITY_TYPE
303{
304    Text [ en-US ] = "Type";
305};
306String STR_AUTH_FIELD_ADDRESS
307{
308    Text [ en-US ] = "Address";
309};
310String STR_AUTH_FIELD_ANNOTE
311{
312    Text [ en-US ] = "Annotation";
313};
314String STR_AUTH_FIELD_AUTHOR
315{
316    Text [ en-US ] = "Author(s)";
317};
318String STR_AUTH_FIELD_BOOKTITLE
319{
320    Text [ en-US ] = "Book title";
321};
322String STR_AUTH_FIELD_CHAPTER
323{
324    Text [ en-US ] = "Chapter";
325};
326String STR_AUTH_FIELD_EDITION
327{
328    Text [ en-US ] = "Edition";
329};
330String STR_AUTH_FIELD_EDITOR
331{
332    Text [ en-US ] = "Editor";
333};
334String STR_AUTH_FIELD_HOWPUBLISHED
335{
336    Text [ en-US ] = "Publication type";
337};
338String STR_AUTH_FIELD_INSTITUTION
339{
340    Text [ en-US ] = "Institution";
341};
342String STR_AUTH_FIELD_JOURNAL
343{
344    Text [ en-US ] = "Journal";
345};
346String STR_AUTH_FIELD_MONTH
347{
348    Text [ en-US ] = "Month";
349};
350String STR_AUTH_FIELD_NOTE
351{
352    Text [ en-US ] = "Note";
353};
354String STR_AUTH_FIELD_NUMBER
355{
356    Text [ en-US ] = "Number";
357};
358String STR_AUTH_FIELD_ORGANIZATIONS
359{
360    Text [ en-US ] = "Organization";
361};
362String STR_AUTH_FIELD_PAGES
363{
364    Text [ en-US ] = "Page(s)";
365};
366String STR_AUTH_FIELD_PUBLISHER
367{
368    Text [ en-US ] = "Publisher";
369};
370String STR_AUTH_FIELD_SCHOOL
371{
372    Text [ en-US ] = "University";
373};
374String STR_AUTH_FIELD_SERIES
375{
376    Text [ en-US ] = "Series";
377};
378String STR_AUTH_FIELD_TITLE
379{
380    Text [ en-US ] = "Title";
381};
382String STR_AUTH_FIELD_TYPE
383{
384    Text [ en-US ] = "Type of report";
385};
386String STR_AUTH_FIELD_VOLUME
387{
388    Text [ en-US ] = "Volume";
389};
390String STR_AUTH_FIELD_YEAR
391{
392    Text [ en-US ] = "Year";
393};
394String STR_AUTH_FIELD_URL
395{
396    Text [ en-US ] = "URL";
397};
398String STR_AUTH_FIELD_CUSTOM1
399{
400    Text [ en-US ] = "User-defined1";
401};
402String STR_AUTH_FIELD_CUSTOM2
403{
404    Text [ en-US ] = "User-defined2";
405};
406String STR_AUTH_FIELD_CUSTOM3
407{
408    Text [ en-US ] = "User-defined3";
409};
410String STR_AUTH_FIELD_CUSTOM4
411{
412    Text [ en-US ] = "User-defined4";
413};
414String STR_AUTH_FIELD_CUSTOM5
415{
416    Text [ en-US ] = "User-defined5";
417};
418String STR_AUTH_FIELD_ISBN
419{
420    Text [ en-US ] = "ISBN";
421};
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520