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
|
% english-publist.lbx, extra localizations for biblatex-publist
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% This Current Maintainer of this work is Jürgen Spitzmüller.
%
% This work consists of the file publist.bbx
%
%
% This file adds some additional localizations that are used by
% the biblatex-publist bibliography style
%
% Please send suggestions and bug reports to
% https://github.com/jspitz/biblatex-publist
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\bpl@version{2.12}
\def\bpl@rdate{2024/07/16}
\ProvidesFile{english-publist.lbx}[\bpl@rdate\space v.\bpl@version\space
biblatex-publist English localisation (JSP)]
% Inherit general localization
\InheritBibliographyExtras{english}
% Localizations
\DeclareBibliographyStrings{%
inherit = {english},
parttranslationof = {{partial translation of}{part\adddotspace trans\adddotspace of}},
with = {{with}{with}},
impactfactor = {{impact factor}{JIF}},
openaccess:true = {{OpenAccess}{OA}},
openaccess:gold = {{OpenAccess (gold)}{OA (gold)}},
openaccess:green = {{OpenAccess (green)}{OA (green)}},
peerreview:sb = {{single blind peer review}{single blind peer rev\adddot}},
peerreview:db = {{double blind peer review}{double blind peer rev\adddot}},
peerreview:op = {{open peer review}{open peer rev\adddot}},
peerreview:co = {{collaborative peer review}{collab\adddotspace peer rev\adddot}},
peerreview:cc = {{cascading peer review}{casc\adddotspace peer rev\adddot}},
peerreview:tp = {{third-party peer review}{3rd-party peer rev\adddot}},
peerreview:pp = {{post-publication peer review}{post-pub\adddotspace peer rev\adddot}},
peerreview:no = {{no peer review}{no peer rev\adddot}}
}
\endinput
|