bump product version to 5.0.4.1
[LibreOffice.git] / extensions / source / bibliography / sections.src
blobceec0d7dbd4dd120b3172803c3da9bfc9155c2e6
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  */
21 #include "bib.hrc"
22 String ST_ERROR_PREFIX
24     Text [ en-US ] = "The following column names could not be assigned:\n";
26 String ST_TYPE_ARTICLE
28     Text [ en-US ] = "Article";
30 String ST_TYPE_BOOK
32     Text [ en-US ] = "Book";
34 String ST_TYPE_BOOKLET
36     Text [ en-US ] = "Brochures";
38 String ST_TYPE_CONFERENCE
40     Text [ en-US ] = "Conference proceedings";
42 String ST_TYPE_INBOOK
44     Text [ en-US ] = "Book excerpt";
46 String ST_TYPE_INCOLLECTION
48     Text [ en-US ] = "Book excerpt with title";
50 String ST_TYPE_INPROCEEDINGS
52     Text [ en-US ] = "Conference proceedings";
54 String ST_TYPE_JOURNAL
56     Text [ en-US ] = "Journal";
58 String ST_TYPE_MANUAL
60     Text [ en-US ] = "Techn. documentation";
62 String ST_TYPE_MASTERSTHESIS
64     Text [ en-US ] = "Thesis";
66 String ST_TYPE_MISC
68     Text [ en-US ] = "Miscellaneous";
70 String ST_TYPE_PHDTHESIS
72     Text [ en-US ] = "Dissertation";
74 String ST_TYPE_PROCEEDINGS
76     Text [ en-US ] = "Conference proceedings";
78 String ST_TYPE_TECHREPORT
80     Text [ en-US ] = "Research report";
82 String ST_TYPE_UNPUBLISHED
84     Text [ en-US ] = "Unpublished";
86 String ST_TYPE_EMAIL
88     Text [ en-US ] = "E-mail";
90 String ST_TYPE_WWW
92     Text [ en-US ] = "WWW document";
94 String ST_TYPE_CUSTOM1
96     Text [ en-US ] = "User-defined1";
98 String ST_TYPE_CUSTOM2
100     Text [ en-US ] = "User-defined2";
102 String ST_TYPE_CUSTOM3
104     Text [ en-US ] = "User-defined3";
106 String ST_TYPE_CUSTOM4
108     Text [ en-US ] = "User-defined4";
110 String ST_TYPE_CUSTOM5
112     Text [ en-US ] = "User-defined5";
114 String ST_TYPE_TITLE
116     Text [ en-US ] = "General";
118 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */