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