summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/sections.src
blob: ceec0d7dbd4dd120b3172803c3da9bfc9155c2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */


#include "bib.hrc"
String ST_ERROR_PREFIX
{
    Text [ en-US ] = "The following column names could not be assigned:\n";
};
String ST_TYPE_ARTICLE
{
    Text [ en-US ] = "Article";
};
String ST_TYPE_BOOK
{
    Text [ en-US ] = "Book";
};
String ST_TYPE_BOOKLET
{
    Text [ en-US ] = "Brochures";
};
String ST_TYPE_CONFERENCE
{
    Text [ en-US ] = "Conference proceedings";
};
String ST_TYPE_INBOOK
{
    Text [ en-US ] = "Book excerpt";
};
String ST_TYPE_INCOLLECTION
{
    Text [ en-US ] = "Book excerpt with title";
};
String ST_TYPE_INPROCEEDINGS
{
    Text [ en-US ] = "Conference proceedings";
};
String ST_TYPE_JOURNAL
{
    Text [ en-US ] = "Journal";
};
String ST_TYPE_MANUAL
{
    Text [ en-US ] = "Techn. documentation";
};
String ST_TYPE_MASTERSTHESIS
{
    Text [ en-US ] = "Thesis";
};
String ST_TYPE_MISC
{
    Text [ en-US ] = "Miscellaneous";
};
String ST_TYPE_PHDTHESIS
{
    Text [ en-US ] = "Dissertation";
};
String ST_TYPE_PROCEEDINGS
{
    Text [ en-US ] = "Conference proceedings";
};
String ST_TYPE_TECHREPORT
{
    Text [ en-US ] = "Research report";
};
String ST_TYPE_UNPUBLISHED
{
    Text [ en-US ] = "Unpublished";
};
String ST_TYPE_EMAIL
{
    Text [ en-US ] = "E-mail";
};
String ST_TYPE_WWW
{
    Text [ en-US ] = "WWW document";
};
String ST_TYPE_CUSTOM1
{
    Text [ en-US ] = "User-defined1";
};
String ST_TYPE_CUSTOM2
{
    Text [ en-US ] = "User-defined2";
};
String ST_TYPE_CUSTOM3
{
    Text [ en-US ] = "User-defined3";
};
String ST_TYPE_CUSTOM4
{
    Text [ en-US ] = "User-defined4";
};
String ST_TYPE_CUSTOM5
{
    Text [ en-US ] = "User-defined5";
};
String ST_TYPE_TITLE
{
    Text [ en-US ] = "General";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */