update dev300-m58
[ooovba.git] / sw / source / ui / utlui / initui.src
blob8111f8259b3ed47e8e8e31f5cb2a36004d1441a2
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: initui.src,v $
10  * $Revision: 1.45 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "globals.hrc"
32 #include "utlui.hrc"
33 #include "helpid.h"
34 #include "initui.hrc"
36 /*---------------------------------------------------------------------
37     Fehler Calculator
38  ---------------------------------------------------------------------*/
39 Resource RID_SW_SHELLRES
41     String STR_POSTIT_PAGE
42     {
43         Text [ en-US ] = "Page" ;
44     };
45     String STR_POSTIT_LINE
46     {
47         Text [ en-US ] = "Line" ;
48     };
49     String STR_POSTIT_AUTHOR
50     {
51         Text [ en-US ] = "Author" ;
52     };
53     String STR_CALC_SYNTAX
54     {
55         Text [ en-US ] = "** Syntax Error **" ;
56     };
57     String STR_CALC_ZERODIV
58     {
59         Text [ en-US ] = "** Division by zero **" ;
60     };
61     String STR_CALC_BRACK
62     {
63         Text [ en-US ] = "** Wrong use of brackets **" ;
64     };
65     String STR_CALC_POW
66     {
67         Text [ en-US ] = "** Square function overflow **" ;
68         /* ### ACHTUNG: Neuer Text in Resource? ** Überlauf in Quadratfunktion ** : ** šberlauf in Quadratfunktion ** */
69     };
70     String STR_CALC_VARNFND
71     {
72         Text [ en-US ] = "** Variable not found **" ;
73     };
74     String STR_CALC_OVERFLOW
75     {
76         Text [ en-US ] = "** Overflow **" ;
77         /* ### ACHTUNG: Neuer Text in Resource? ** Überlauf ** : ** šberlauf ** */
78     };
79     String STR_CALC_WRONGTIME
80     {
81         Text [ en-US ] = "** Wrong time format **" ;
82     };
83     String STR_CALC_DEFAULT
84     {
85         Text [ en-US ] = "** Error **" ;
86     };
87     String STR_CALC_ERROR
88     {
89         Text [ en-US ] = "** Expression is faulty **" ;
90     };
91     String STR_GETREFFLD_UP
92     {
93         Text [ en-US ] = "above" ;
94     };
95     String STR_GETREFFLD_DOWN
96     {
97         Text [ en-US ] = "below" ;
98     };
99     String STR_GETREFFLD_REFITEMNOTFOUND
100     {
101         Text [ en-US ] = "Error: Reference source not found" ;
102     };
103     String STR_ALLPAGE_HEADFOOT
104     {
105         Text [ en-US ] = "All" ;
106     };
107     String STR_TEMPLATE_NONE
108     {
109         Text [ en-US ] = "None" ;
110     };
111     String STR_FIELD_FIXED
112     {
113         Text [ en-US ] = "(fixed)" ;
114     };
115     String STR_TOI
116     {
117         Text [ en-US ] = "Alphabetical Index" ;
118     };
120     String STR_TOU
121     {
122         Text [ en-US ] = "User-Defined" ;
123     };
125     String STR_TOC
126     {
127         Text [ en-US ] = "Table of Contents" ;
128     };
130     String STR_TOX_AUTH
131     {
132         Text [ en-US ] = "Bibliography";
133     };
134     String STR_TOX_TBL
135     {
136         Text [ en-US ] = "Index of Tables";
137     };
138     String STR_TOX_OBJ
139     {
140         Text [ en-US ] = "Table of Objects";
141     };
142     String STR_TOX_ILL
143     {
144         Text [ en-US ] = "Illustration Index";
145     };
146     String STR_HYPERLINK_CLICK
147     {
148         Text [ en-US ] = "%s-click to open hyperlink";
149     };
152      // SubType DocInfo
153      //
154     String FLD_DOCINFO_TITEL
155     {
156         Text [ en-US ] = "Title" ;
157     };
158     String FLD_DOCINFO_THEMA
159     {
160         Text [ en-US ] = "Subject" ;
161     };
162     String FLD_DOCINFO_KEYS
163     {
164         /* ### ACHTUNG: Neuer Text in Resource? Schlüsselwörter : Schl³sselw÷rter */
165         Text [ en-US ] = "Keywords" ;
166     };
167     String FLD_DOCINFO_COMMENT
168     {
169         Text [ en-US ] = "Comments" ;
170     };
171     String FLD_DOCINFO_CREATE
172     {
173         Text [ en-US ] = "Created" ;
174     };
175     String FLD_DOCINFO_CHANGE
176     {
177         Text [ en-US ] = "Modified" ;
178     };
179     String FLD_DOCINFO_PRINT
180     {
181         Text [ en-US ] = "Last printed" ;
182     };
183     String FLD_DOCINFO_DOCNO
184     {
185         Text [ en-US ] = "Revision number" ;
186     };
187     String FLD_DOCINFO_EDIT
188     {
189         Text [ en-US ] = "Total editing time" ;
190     };
191     BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.bmp" ; };
192     BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.bmp" ; };
194     String STR_PAGEDESC_NAME
195     {
196         Text [ en-US ] = "Convert $(ARG1)";
197     };
198     String STR_PAGEDESC_FIRSTNAME
199     {
200         Text [ en-US ] = "First convert $(ARG1)";
201     };
202     String STR_PAGEDESC_FOLLOWNAME
203     {
204         Text [ en-US ] = "Next convert $(ARG1)";
205     };
208 String STR_AUTH_TYPE_ARTICLE
210     Text [ en-US ] = "Article";
212 String STR_AUTH_TYPE_BOOK
214     Text [ en-US ] = "Book";
216 String STR_AUTH_TYPE_BOOKLET
218     Text [ en-US ] = "Brochures";
220 String STR_AUTH_TYPE_CONFERENCE
222     Text [ en-US ] = "Conference proceedings";
224 String STR_AUTH_TYPE_INBOOK
226     Text [ en-US ] = "Book excerpt";
228 String STR_AUTH_TYPE_INCOLLECTION
230     Text [ en-US ] = "Book excerpt with title";
232 String STR_AUTH_TYPE_INPROCEEDINGS
234     Text [ en-US ] = "Conference proceedings";
236 String STR_AUTH_TYPE_JOURNAL
238     Text [ en-US ] = "Journal";
240 String STR_AUTH_TYPE_MANUAL
242     Text [ en-US ] = "Techn. documentation";
244 String STR_AUTH_TYPE_MASTERSTHESIS
246     Text [ en-US ] = "Thesis";
248 String STR_AUTH_TYPE_MISC
250     Text [ en-US ] = "Miscellaneous";
252 String STR_AUTH_TYPE_PHDTHESIS
254     Text [ en-US ] = "Dissertation";
256 String STR_AUTH_TYPE_PROCEEDINGS
258     Text [ en-US ] = "Conference proceedings";
260 String STR_AUTH_TYPE_TECHREPORT
262     Text [ en-US ] = "Research report";
264 String STR_AUTH_TYPE_UNPUBLISHED
266     Text [ en-US ] = "Unpublished";
268 String STR_AUTH_TYPE_EMAIL
270     Text [ en-US ] = "e-mail";
272 String STR_AUTH_TYPE_WWW
274     Text [ en-US ] = "WWW document";
276 String STR_AUTH_TYPE_CUSTOM1
278     Text [ en-US ] = "User-defined1";
280 String STR_AUTH_TYPE_CUSTOM2
282     Text [ en-US ] = "User-defined2";
284 String STR_AUTH_TYPE_CUSTOM3
286     Text [ en-US ] = "User-defined3";
288 String STR_AUTH_TYPE_CUSTOM4
290     Text [ en-US ] = "User-defined4";
292 String STR_AUTH_TYPE_CUSTOM5
294     Text [ en-US ] = "User-defined5";
297 String STR_AUTH_FIELD_IDENTIFIER
299     Text [ en-US ] = "Short name";
301 String STR_AUTH_FIELD_AUTHORITY_TYPE
303     Text [ en-US ] = "Type";
305 String STR_AUTH_FIELD_ADDRESS
307     Text [ en-US ] = "Address";
309 String STR_AUTH_FIELD_ANNOTE
311     Text [ en-US ] = "Annotation";
313 String STR_AUTH_FIELD_AUTHOR
315     Text [ en-US ] = "Author(s)";
317 String STR_AUTH_FIELD_BOOKTITLE
319     Text [ en-US ] = "Book title";
321 String STR_AUTH_FIELD_CHAPTER
323     Text [ en-US ] = "Chapter";
325 String STR_AUTH_FIELD_EDITION
327     Text [ en-US ] = "Edition";
329 String STR_AUTH_FIELD_EDITOR
331     Text [ en-US ] = "Editor";
333 String STR_AUTH_FIELD_HOWPUBLISHED
335     Text [ en-US ] = "Publication type";
337 String STR_AUTH_FIELD_INSTITUTION
339     Text [ en-US ] = "Institution";
341 String STR_AUTH_FIELD_JOURNAL
343     Text [ en-US ] = "Journal";
345 String STR_AUTH_FIELD_MONTH
347     Text [ en-US ] = "Month";
349 String STR_AUTH_FIELD_NOTE
351     Text [ en-US ] = "Note";
353 String STR_AUTH_FIELD_NUMBER
355     Text [ en-US ] = "Number";
357 String STR_AUTH_FIELD_ORGANIZATIONS
359     Text [ en-US ] = "Organization";
361 String STR_AUTH_FIELD_PAGES
363     Text [ en-US ] = "Page(s)";
365 String STR_AUTH_FIELD_PUBLISHER
367     Text [ en-US ] = "Publisher";
369 String STR_AUTH_FIELD_SCHOOL
371     Text [ en-US ] = "University";
373 String STR_AUTH_FIELD_SERIES
375     Text [ en-US ] = "Series";
377 String STR_AUTH_FIELD_TITLE
379     Text [ en-US ] = "Title";
381 String STR_AUTH_FIELD_TYPE
383     Text [ en-US ] = "Type of report";
385 String STR_AUTH_FIELD_VOLUME
387     Text [ en-US ] = "Volume";
389 String STR_AUTH_FIELD_YEAR
391     Text [ en-US ] = "Year";
393 String STR_AUTH_FIELD_URL
395     Text [ en-US ] = "URL";
397 String STR_AUTH_FIELD_CUSTOM1
399     Text [ en-US ] = "User-defined1";
401 String STR_AUTH_FIELD_CUSTOM2
403     Text [ en-US ] = "User-defined2";
405 String STR_AUTH_FIELD_CUSTOM3
407     Text [ en-US ] = "User-defined3";
409 String STR_AUTH_FIELD_CUSTOM4
411     Text [ en-US ] = "User-defined4";
413 String STR_AUTH_FIELD_CUSTOM5
415     Text [ en-US ] = "User-defined5";
417 String STR_AUTH_FIELD_ISBN
419     Text [ en-US ] = "ISBN";