merge the formfield patch from ooo-build
[ooovba.git] / extensions / source / bibliography / sections.src
blobfbd4113d630686d59a98beb46d78cbf61e7ef051
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: sections.src,v $
10  * $Revision: 1.39 $
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  ************************************************************************/
30 //#pragma CHARSET_ANSI
32 #include "sections.hrc"
33 #include "extensio.hrc"
35 #define FT_POS          12
36 #define FTSIZE_LEFT     88
37 #define ED_POS_LEFT             FT_POS+FTSIZE_LEFT+1
38 #define ED_SIZE         70
39 #define ED_POS_LEFT2    ED_POS_LEFT + ED_SIZE +1
40 #define FT_POS_MIDDLE   ED_POS_LEFT2 + 5
41 #define FT_POS_RIGHT    FT_POS_MIDDLE + FT_POS_MIDDLE - FT_POS
43 #define FL_POS          6
44 #define PAGE_WIDTH      FT_POS_RIGHT + FTSIZE_LEFT + (FTSIZE_LEFT * 8 / 10) + FL_POS + 5
45 #define FL_WIDTH        PAGE_WIDTH - 2 * FL_POS
47 TabPage RID_TP_GENERAL
49     SVLook = TRUE ;
50     Size = MAP_APPFONT( PAGE_WIDTH, 209 );
51     HelpId = HID_BIB_CONTROL_PAGE;
53     FixedText FT_IDENTIFIER
54     {
55         Pos = MAP_APPFONT( FT_POS, 6 );
56         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
57         Right = TRUE;
58     };
59     FixedText FT_AUTHTYPE
60     {
61         Pos = MAP_APPFONT( FT_POS_MIDDLE, 6 );
62         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
63         Right = TRUE;
64     };
65     FixedText FT_YEAR
66     {
67         Pos = MAP_APPFONT( FT_POS_RIGHT, 6 );
68         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
69         Right = TRUE;
70     };
71     FixedText FT_AUTHOR
72     {
73         Pos = MAP_APPFONT( FT_POS, 20 );
74         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
75         Right = TRUE;
76     };
77     FixedText FT_TITLE
78     {
79         Pos = MAP_APPFONT( FT_POS_MIDDLE, 20 );
80         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
81         Right = TRUE;
82     };
83     FixedText FT_PUBLISHER
84     {
85         Pos = MAP_APPFONT( FT_POS, 34 );
86         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
87         Right = TRUE;
88     };
89     FixedText FT_ADDRESS
90     {
91         Pos = MAP_APPFONT( FT_POS_MIDDLE, 34 );
92         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
93         Right = TRUE;
94     };
95     FixedText FT_ISBN
96     {
97         Pos = MAP_APPFONT( FT_POS_RIGHT, 34 );
98         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
99         Right = TRUE;
100     };
101     FixedText FT_CHAPTER
102     {
103         Pos = MAP_APPFONT( FT_POS, 48 );
104         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
105         Right = TRUE;
106     };
107     FixedText FT_PAGE
108     {
109         Pos = MAP_APPFONT( FT_POS_MIDDLE, 48 );
110         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
111         Right = TRUE;
112     };
113     FixedLine FL_1
114     {
115         Pos = MAP_APPFONT( FL_POS, 62 );
116         Size = MAP_APPFONT( FL_WIDTH, 8 );
117     };
118     FixedText FT_EDITOR
119     {
120         Pos = MAP_APPFONT( FT_POS, 73 );
121         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
122         Right = TRUE;
123     };
124     FixedText FT_EDITION
125     {
126         Pos = MAP_APPFONT( FT_POS_MIDDLE, 73 );
127         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
128         Right = TRUE;
129     };
130     FixedText FT_BOOKTITLE
131     {
132         Pos = MAP_APPFONT( FT_POS, 87 );
133         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
134         Right = TRUE;
135     };
136     FixedText FT_VOLUME
137     {
138         Pos = MAP_APPFONT( FT_POS_MIDDLE, 87 );
139         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
140         Right = TRUE;
141     };
142     FixedText FT_HOWPUBLISHED
143     {
144         Pos = MAP_APPFONT( FT_POS_RIGHT, 87 );
145         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
146         Right = TRUE;
147     };
148     FixedText FT_ORGANIZATION
149     {
150         Pos = MAP_APPFONT( FT_POS, 101 );
151         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
152         Right = TRUE;
153     };
154     FixedText FT_INSTITUTION
155     {
156         Pos = MAP_APPFONT( FT_POS_MIDDLE, 101 );
157         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
158         Right = TRUE;
159     };
160     FixedText FT_SCHOOL
161     {
162         Pos = MAP_APPFONT( FT_POS_RIGHT, 101 );
163         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
164         Right = TRUE;
165     };
166     FixedText FT_REPORT
167     {
168         Pos = MAP_APPFONT( FT_POS, 115);
169         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
170         Right = TRUE;
171     };
172     FixedText FT_MONTH
173     {
174         Pos = MAP_APPFONT( FT_POS_MIDDLE, 115 );
175         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
176         Right = TRUE;
177     };
178     FixedLine FL_2
179     {
180         Pos = MAP_APPFONT( FL_POS, 129 );
181         Size = MAP_APPFONT( FL_WIDTH, 8 );
182     };
183     FixedText FT_JOURNAL
184     {
185         Pos = MAP_APPFONT( FT_POS, 140 );
186         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
187         Right = TRUE;
188     };
190     FixedText FT_NUMBER
191     {
192         Pos = MAP_APPFONT( FT_POS_MIDDLE, 140 );
193         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
194         Right = TRUE;
195     };
196     FixedText FT_SERIES
197     {
198         Pos = MAP_APPFONT( FT_POS_RIGHT, 140 );
199         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
200         Right = TRUE;
201     };
202     FixedText FT_ANNOTE
203     {
204         Pos = MAP_APPFONT( FT_POS, 154 );
205         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
206         Right = TRUE;
207     };
208     FixedText FT_NOTE
209     {
210         Pos = MAP_APPFONT( FT_POS_MIDDLE, 154 );
211         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
212         Right = TRUE;
213     };
214     FixedText FT_URL
215     {
216         Pos = MAP_APPFONT( FT_POS_RIGHT, 154 );
217         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
218         Right = TRUE;
219     };
220     FixedLine FL_3
221     {
222         Pos = MAP_APPFONT( FL_POS, 168 );
223         Size = MAP_APPFONT( FL_WIDTH, 8 );
224     };
225     FixedText FT_CUSTOM1
226     {
227         Pos = MAP_APPFONT( FT_POS, 179 );
228         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
229         Right = TRUE;
230     };
231     FixedText FT_CUSTOM2
232     {
233         Pos = MAP_APPFONT( FT_POS_MIDDLE, 179 );
234         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
235         Right = TRUE;
236     };
237     FixedText FT_CUSTOM3
238     {
239         Pos = MAP_APPFONT( FT_POS_RIGHT, 179 );
240         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
241         Right = TRUE;
242     };
243     FixedText FT_CUSTOM4
244     {
245         Pos = MAP_APPFONT( FT_POS, 193 );
246         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
247         Right = TRUE;
248     };
249     FixedText FT_CUSTOM5
250     {
251         Pos = MAP_APPFONT( FT_POS_MIDDLE, 193 );
252         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
253         Right = TRUE;
254     };
255     String ST_ERROR_PREFIX
256     {
257         Text [ en-US ] = "The following column names could not be assigned:\n";
258     };
259     String ST_TYPE_ARTICLE
260     {
261         Text [ en-US ] = "Article";
262     };
263     String ST_TYPE_BOOK
264     {
265         Text [ en-US ] = "Book";
266     };
267     String ST_TYPE_BOOKLET
268     {
269         Text [ en-US ] = "Brochures";
270     };
271     String ST_TYPE_CONFERENCE
272     {
273         Text [ en-US ] = "Conference proceedings";
274     };
275     String ST_TYPE_INBOOK
276     {
277         Text [ en-US ] = "Book excerpt";
278     };
279     String ST_TYPE_INCOLLECTION
280     {
281         Text [ en-US ] = "Book excerpt with title";
282     };
283     String ST_TYPE_INPROCEEDINGS
284     {
285         Text [ en-US ] = "Conference proceedings";
286     };
287     String ST_TYPE_JOURNAL
288     {
289         Text [ en-US ] = "Journal";
290     };
291     String ST_TYPE_MANUAL
292     {
293         Text [ en-US ] = "Techn. documentation";
294     };
295     String ST_TYPE_MASTERSTHESIS
296     {
297         Text [ en-US ] = "Thesis";
298     };
299     String ST_TYPE_MISC
300     {
301         Text [ en-US ] = "Miscellaneous";
302     };
303     String ST_TYPE_PHDTHESIS
304     {
305         Text [ en-US ] = "Dissertation";
306     };
307     String ST_TYPE_PROCEEDINGS
308     {
309         Text [ en-US ] = "Conference proceedings";
310     };
311     String ST_TYPE_TECHREPORT
312     {
313         Text [ en-US ] = "Research report";
314     };
315     String ST_TYPE_UNPUBLISHED
316     {
317         Text [ en-US ] = "Unpublished";
318     };
319     String ST_TYPE_EMAIL
320     {
321         Text [ en-US ] = "e-mail";
322     };
323     String ST_TYPE_WWW
324     {
325         Text [ en-US ] = "WWW document";
326     };
327     String ST_TYPE_CUSTOM1
328     {
329         Text [ en-US ] = "User-defined1";
330     };
331     String ST_TYPE_CUSTOM2
332     {
333         Text [ en-US ] = "User-defined2";
334     };
335     String ST_TYPE_CUSTOM3
336     {
337         Text [ en-US ] = "User-defined3";
338     };
339     String ST_TYPE_CUSTOM4
340     {
341         Text [ en-US ] = "User-defined4";
342     };
343     String ST_TYPE_CUSTOM5
344     {
345         Text [ en-US ] = "User-defined5";
346     };
347     Text [ en-US ] = "General";
349 Menu RID_POPUP_ME_VIEW
351     ItemList =
352     {
353         MenuItem
354         {
355             Identifier = PU_INSERT;
356             Text [ en-US ] = "Insert Section...";
357         };
358         MenuItem
359         {
360             Identifier = PU_REMOVE;
361             Text [ en-US ] = "Delete Section...";
362         };
363         MenuItem
364         {
365             Identifier = PU_CHG_NAME;
366             Text [ en-US ] = "Modify Name...";
367         };
368     };
371 String ST_IDENTIFIER
373     Text [ en-US ] = "~Short name";
375 String ST_AUTHTYPE
377     Text [ en-US ] = "~Type";
379 String ST_YEAR
381     Text [ en-US ] = "~Year";
383 String ST_AUTHOR
385     Text [ en-US ] = "Author(s)";
387 String ST_TITLE
389     Text [ en-US ] = "Tit~le";
391 String ST_PUBLISHER
393     Text [ en-US ] = "~Publisher";
395 String ST_ADDRESS
397     Text [ en-US ] = "A~ddress";
399 String ST_ISBN
401     Text [ en-US ] = "~ISBN";
403 String ST_CHAPTER
405     Text [ en-US ] = "~Chapter";
407 String ST_PAGE
409     Text [ en-US ] = "Pa~ge(s)";
411 String ST_EDITOR
413     Text [ en-US ] = "Editor";
415 String ST_EDITION
417     Text [ en-US ] = "Ed~ition";
419 String ST_BOOKTITLE
421     Text [ en-US ] = "~Book title";
423 String ST_VOLUME
425     Text [ en-US ] = "Volume";
427 String ST_HOWPUBLISHED
429     Text [ en-US ] = "Publication t~ype";
431 String ST_ORGANIZATION
433     Text [ en-US ] = "Organi~zation";
435 String ST_INSTITUTION
437     Text [ en-US ] = "Instit~ution";
439 String ST_SCHOOL
441     Text [ en-US ] = "University";
443 String ST_REPORT
445     Text [ en-US ] = "Type of re~port";
447 String ST_MONTH
449     Text [ en-US ] = "~Month";
451 String ST_JOURNAL
453     Text [ en-US ] = "~Journal";
456 String ST_NUMBER
458     Text [ en-US ] = "Numb~er";
460 String ST_SERIES
462     Text [ en-US ] = "Se~ries";
464 String ST_ANNOTE
466     Text [ en-US ] = "Ann~otation";
468 String ST_NOTE
470     Text [ en-US ] = "~Note";
472 String ST_URL
474     Text [ en-US ] = "URL";
476 String ST_CUSTOM1
478     Text [ en-US ] = "User-defined field ~1";
480 String ST_CUSTOM2
482     Text [ en-US ] = "User-defined field ~2";
484 String ST_CUSTOM3
486     Text [ en-US ] = "User-defined field ~3";
488 String ST_CUSTOM4
490     Text [ en-US ] = "User-defined field ~4";
492 String ST_CUSTOM5
494     Text [ en-US ] = "User-defined field ~5";