bump product version to 4.1.6.2
[LibreOffice.git] / extensions / source / bibliography / sections.src
blob62e7dc3d739f394877dfe478bc4c6368f7e46121
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "sections.hrc"
21 #include "bibliography.hrc"
23 #define FT_POS          12
24 #define FTSIZE_LEFT     88
25 #define ED_POS_LEFT     FT_POS+FTSIZE_LEFT+1
26 #define ED_SIZE         70
27 #define ED_POS_LEFT2    ED_POS_LEFT + ED_SIZE +1
28 #define FT_POS_MIDDLE   ED_POS_LEFT2 + 5
29 #define FT_POS_RIGHT    FT_POS_MIDDLE + FT_POS_MIDDLE - FT_POS
31 #define FL_POS          6
32 #define PAGE_WIDTH      FT_POS_RIGHT + FTSIZE_LEFT + (FTSIZE_LEFT * 8 / 10) + FL_POS + 5
33 #define FL_WIDTH        PAGE_WIDTH - 2 * FL_POS
35 TabPage RID_TP_GENERAL
37     SVLook = TRUE ;
38     Size = MAP_APPFONT( PAGE_WIDTH, 209 );
39     HelpId = HID_BIB_CONTROL_PAGE;
41     FixedText FT_IDENTIFIER
42     {
43         Pos = MAP_APPFONT( FT_POS, 6 );
44         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
45         Right = TRUE;
46     };
47     FixedText FT_AUTHTYPE
48     {
49         Pos = MAP_APPFONT( FT_POS_MIDDLE, 6 );
50         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
51         Right = TRUE;
52     };
53     FixedText FT_YEAR
54     {
55         Pos = MAP_APPFONT( FT_POS_RIGHT, 6 );
56         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
57         Right = TRUE;
58     };
59     FixedText FT_AUTHOR
60     {
61         Pos = MAP_APPFONT( FT_POS, 20 );
62         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
63         Right = TRUE;
64     };
65     FixedText FT_TITLE
66     {
67         Pos = MAP_APPFONT( FT_POS_MIDDLE, 20 );
68         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
69         Right = TRUE;
70     };
71     FixedText FT_PUBLISHER
72     {
73         Pos = MAP_APPFONT( FT_POS, 34 );
74         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
75         Right = TRUE;
76     };
77     FixedText FT_ADDRESS
78     {
79         Pos = MAP_APPFONT( FT_POS_MIDDLE, 34 );
80         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
81         Right = TRUE;
82     };
83     FixedText FT_ISBN
84     {
85         Pos = MAP_APPFONT( FT_POS_RIGHT, 34 );
86         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
87         Right = TRUE;
88     };
89     FixedText FT_CHAPTER
90     {
91         Pos = MAP_APPFONT( FT_POS, 48 );
92         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
93         Right = TRUE;
94     };
95     FixedText FT_PAGE
96     {
97         Pos = MAP_APPFONT( FT_POS_MIDDLE, 48 );
98         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
99         Right = TRUE;
100     };
101     FixedLine FL_1
102     {
103         Pos = MAP_APPFONT( FL_POS, 62 );
104         Size = MAP_APPFONT( FL_WIDTH, 8 );
105     };
106     FixedText FT_EDITOR
107     {
108         Pos = MAP_APPFONT( FT_POS, 73 );
109         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
110         Right = TRUE;
111     };
112     FixedText FT_EDITION
113     {
114         Pos = MAP_APPFONT( FT_POS_MIDDLE, 73 );
115         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
116         Right = TRUE;
117     };
118     FixedText FT_BOOKTITLE
119     {
120         Pos = MAP_APPFONT( FT_POS, 87 );
121         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
122         Right = TRUE;
123     };
124     FixedText FT_VOLUME
125     {
126         Pos = MAP_APPFONT( FT_POS_MIDDLE, 87 );
127         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
128         Right = TRUE;
129     };
130     FixedText FT_HOWPUBLISHED
131     {
132         Pos = MAP_APPFONT( FT_POS_RIGHT, 87 );
133         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
134         Right = TRUE;
135     };
136     FixedText FT_ORGANIZATION
137     {
138         Pos = MAP_APPFONT( FT_POS, 101 );
139         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
140         Right = TRUE;
141     };
142     FixedText FT_INSTITUTION
143     {
144         Pos = MAP_APPFONT( FT_POS_MIDDLE, 101 );
145         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
146         Right = TRUE;
147     };
148     FixedText FT_SCHOOL
149     {
150         Pos = MAP_APPFONT( FT_POS_RIGHT, 101 );
151         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
152         Right = TRUE;
153     };
154     FixedText FT_REPORT
155     {
156         Pos = MAP_APPFONT( FT_POS, 115);
157         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
158         Right = TRUE;
159     };
160     FixedText FT_MONTH
161     {
162         Pos = MAP_APPFONT( FT_POS_MIDDLE, 115 );
163         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
164         Right = TRUE;
165     };
166     FixedLine FL_2
167     {
168         Pos = MAP_APPFONT( FL_POS, 129 );
169         Size = MAP_APPFONT( FL_WIDTH, 8 );
170     };
171     FixedText FT_JOURNAL
172     {
173         Pos = MAP_APPFONT( FT_POS, 140 );
174         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
175         Right = TRUE;
176     };
178     FixedText FT_NUMBER
179     {
180         Pos = MAP_APPFONT( FT_POS_MIDDLE, 140 );
181         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
182         Right = TRUE;
183     };
184     FixedText FT_SERIES
185     {
186         Pos = MAP_APPFONT( FT_POS_RIGHT, 140 );
187         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
188         Right = TRUE;
189     };
190     FixedText FT_ANNOTE
191     {
192         Pos = MAP_APPFONT( FT_POS, 154 );
193         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
194         Right = TRUE;
195     };
196     FixedText FT_NOTE
197     {
198         Pos = MAP_APPFONT( FT_POS_MIDDLE, 154 );
199         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
200         Right = TRUE;
201     };
202     FixedText FT_URL
203     {
204         Pos = MAP_APPFONT( FT_POS_RIGHT, 154 );
205         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
206         Right = TRUE;
207     };
208     FixedLine FL_3
209     {
210         Pos = MAP_APPFONT( FL_POS, 168 );
211         Size = MAP_APPFONT( FL_WIDTH, 8 );
212     };
213     FixedText FT_CUSTOM1
214     {
215         Pos = MAP_APPFONT( FT_POS, 179 );
216         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
217         Right = TRUE;
218     };
219     FixedText FT_CUSTOM2
220     {
221         Pos = MAP_APPFONT( FT_POS_MIDDLE, 179 );
222         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
223         Right = TRUE;
224     };
225     FixedText FT_CUSTOM3
226     {
227         Pos = MAP_APPFONT( FT_POS_RIGHT, 179 );
228         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
229         Right = TRUE;
230     };
231     FixedText FT_CUSTOM4
232     {
233         Pos = MAP_APPFONT( FT_POS, 193 );
234         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
235         Right = TRUE;
236     };
237     FixedText FT_CUSTOM5
238     {
239         Pos = MAP_APPFONT( FT_POS_MIDDLE, 193 );
240         Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
241         Right = TRUE;
242     };
243     String ST_ERROR_PREFIX
244     {
245         Text [ en-US ] = "The following column names could not be assigned:\n";
246     };
247     String ST_TYPE_ARTICLE
248     {
249         Text [ en-US ] = "Article";
250     };
251     String ST_TYPE_BOOK
252     {
253         Text [ en-US ] = "Book";
254     };
255     String ST_TYPE_BOOKLET
256     {
257         Text [ en-US ] = "Brochures";
258     };
259     String ST_TYPE_CONFERENCE
260     {
261         Text [ en-US ] = "Conference proceedings";
262     };
263     String ST_TYPE_INBOOK
264     {
265         Text [ en-US ] = "Book excerpt";
266     };
267     String ST_TYPE_INCOLLECTION
268     {
269         Text [ en-US ] = "Book excerpt with title";
270     };
271     String ST_TYPE_INPROCEEDINGS
272     {
273         Text [ en-US ] = "Conference proceedings";
274     };
275     String ST_TYPE_JOURNAL
276     {
277         Text [ en-US ] = "Journal";
278     };
279     String ST_TYPE_MANUAL
280     {
281         Text [ en-US ] = "Techn. documentation";
282     };
283     String ST_TYPE_MASTERSTHESIS
284     {
285         Text [ en-US ] = "Thesis";
286     };
287     String ST_TYPE_MISC
288     {
289         Text [ en-US ] = "Miscellaneous";
290     };
291     String ST_TYPE_PHDTHESIS
292     {
293         Text [ en-US ] = "Dissertation";
294     };
295     String ST_TYPE_PROCEEDINGS
296     {
297         Text [ en-US ] = "Conference proceedings";
298     };
299     String ST_TYPE_TECHREPORT
300     {
301         Text [ en-US ] = "Research report";
302     };
303     String ST_TYPE_UNPUBLISHED
304     {
305         Text [ en-US ] = "Unpublished";
306     };
307     String ST_TYPE_EMAIL
308     {
309         Text [ en-US ] = "e-mail";
310     };
311     String ST_TYPE_WWW
312     {
313         Text [ en-US ] = "WWW document";
314     };
315     String ST_TYPE_CUSTOM1
316     {
317         Text [ en-US ] = "User-defined1";
318     };
319     String ST_TYPE_CUSTOM2
320     {
321         Text [ en-US ] = "User-defined2";
322     };
323     String ST_TYPE_CUSTOM3
324     {
325         Text [ en-US ] = "User-defined3";
326     };
327     String ST_TYPE_CUSTOM4
328     {
329         Text [ en-US ] = "User-defined4";
330     };
331     String ST_TYPE_CUSTOM5
332     {
333         Text [ en-US ] = "User-defined5";
334     };
335     Text [ en-US ] = "General";
337 Menu RID_POPUP_ME_VIEW
339     ItemList =
340     {
341         MenuItem
342         {
343             Identifier = PU_INSERT;
344             Text [ en-US ] = "Insert Section...";
345         };
346         MenuItem
347         {
348             Identifier = PU_REMOVE;
349             Text [ en-US ] = "Delete Section...";
350         };
351         MenuItem
352         {
353             Identifier = PU_CHG_NAME;
354             Text [ en-US ] = "Modify Name...";
355         };
356     };
359 String ST_IDENTIFIER
361     Text [ en-US ] = "~Short name";
363 String ST_AUTHTYPE
365     Text [ en-US ] = "~Type";
367 String ST_YEAR
369     Text [ en-US ] = "~Year";
371 String ST_AUTHOR
373     Text [ en-US ] = "Author(s)";
375 String ST_TITLE
377     Text [ en-US ] = "Tit~le";
379 String ST_PUBLISHER
381     Text [ en-US ] = "~Publisher";
383 String ST_ADDRESS
385     Text [ en-US ] = "A~ddress";
387 String ST_ISBN
389     Text [ en-US ] = "~ISBN";
391 String ST_CHAPTER
393     Text [ en-US ] = "~Chapter";
395 String ST_PAGE
397     Text [ en-US ] = "Pa~ge(s)";
399 String ST_EDITOR
401     Text [ en-US ] = "Editor";
403 String ST_EDITION
405     Text [ en-US ] = "Ed~ition";
407 String ST_BOOKTITLE
409     Text [ en-US ] = "~Book title";
411 String ST_VOLUME
413     Text [ en-US ] = "Volume";
415 String ST_HOWPUBLISHED
417     Text [ en-US ] = "Publication t~ype";
419 String ST_ORGANIZATION
421     Text [ en-US ] = "Organi~zation";
423 String ST_INSTITUTION
425     Text [ en-US ] = "Instit~ution";
427 String ST_SCHOOL
429     Text [ en-US ] = "University";
431 String ST_REPORT
433     Text [ en-US ] = "Type of re~port";
435 String ST_MONTH
437     Text [ en-US ] = "~Month";
439 String ST_JOURNAL
441     Text [ en-US ] = "~Journal";
444 String ST_NUMBER
446     Text [ en-US ] = "Numb~er";
448 String ST_SERIES
450     Text [ en-US ] = "Se~ries";
452 String ST_ANNOTE
454     Text [ en-US ] = "Ann~otation";
456 String ST_NOTE
458     Text [ en-US ] = "~Note";
460 String ST_URL
462     Text [ en-US ] = "URL";
464 String ST_CUSTOM1
466     Text [ en-US ] = "User-defined field ~1";
468 String ST_CUSTOM2
470     Text [ en-US ] = "User-defined field ~2";
472 String ST_CUSTOM3
474     Text [ en-US ] = "User-defined field ~3";
476 String ST_CUSTOM4
478     Text [ en-US ] = "User-defined field ~4";
480 String ST_CUSTOM5
482     Text [ en-US ] = "User-defined field ~5";
485 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */