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
119
120
121
|
\ProvidesFile{swedish-apa.lbx}[2016/10/24\space v7.2\space APA biblatex localisation]
\InheritBibliographyExtras{swedish}
% (APA 6.22) The example abbreviations
\NewBibliographyString{revisededition}
\NewBibliographyString{typechair}
\NewBibliographyString{typechairs}
\NewBibliographyString{typevolume}
\NewBibliographyString{typevolumes}
\NewBibliographyString{typeseries}
\NewBibliographyString{typeseriess}
\NewBibliographyString{typevolseries}
\NewBibliographyString{typevolseriess}
\NewBibliographyString{on}
\NewBibliographyString{retrieved}
\NewBibliographyString{available}
\NewBibliographyString{from}
\NewBibliographyString{nodate}
\NewBibliographyString{archivedat}
\NewBibliographyString{origyear}
\NewBibliographyString{reviewof}
\NewBibliographyString{producer}
\NewBibliographyString{execproducer}
\NewBibliographyString{director}
\NewBibliographyString{writer}
\NewBibliographyString{with}
\DeclareBibliographyStrings{%
inherit = {swedish},
revisededition = {{reviderad\space utg{\aa}va}{rev\adddotspace utg\adddot}},
page = {{sida}{{}s\adddot}},
pages = {{sidor}{{}s\adddot}},
on = {{p{\aa}}{p{\aa}}},
retrieved = {{h\"amtad}{h\"amtad}},
available = {{tillg\"anglig}{tillg\"anglig}},
from = {{fr{\aa}n}{fr{\aa}n}},
archivedat = {{arkiverat\space vid}{arkiverat\space vid}},
nodate = {{utan\space {\aa}r}{u\adddot~{\aa}}},
reviewof = {{granskning\space av}{granskning\space av}},
producer = {{producent}{producent}},
execproducer = {{exekutiv\space producent}{exekutiv\space producent}},
director = {{regiss\"or}{regiss\"or}},
editor = {{redakt\"or}{red\adddot}},
editors = {{redakt\"or}{red\adddot}},
writer = {{manus}{manus}},
with = {{med}{med}},
paragraph = {{\P}{\P}},
paragraphs = {{\P\P}{\P\P}},
mathesis = {{examensuppsats}{examensuppsats}},
phdthesis = {{doktorsavhandling}{doktorsavhandling}},
origyear = {{originalarbete\space publicerat}{originalarbete\space publicerat}},
typechair = {{ordf\"orande}{ordf\"orande}},
typechairs = {{ordf\"oranden}{ordf\"oranden}},
typevolume = {{redakt\"or}{red\adddot}},
typevolumes = {{redakt\"orer}{red\adddot}},
typeseries = {{redakt\"or}{red\adddot}},
typeseriess = {{redakt\"orer}{red\adddot}},
typevolseries = {{redakt\"or}{red\adddot}},
typevolseriess = {{redakt\"orer}{red\adddot}},
annodomini = {{A\adddot D\adddot}{A\adddot D\adddot}},
beforechrist = {{B\adddot C\adddot}{B\adddot C\adddot}},
}
\DeclareBibliographyExtras{%
\def\urldatecomma{\addcomma\addspace}%
\protected\def\mkbibdateapalong#1#2#3{%
\iffieldundef{#1}%
{}%
{\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}%
\iffieldundef{#3}%
{}%
{\iffieldundef{#1}%
{}
{\addcomma\addspace}%
\stripzeros{\thefield{#3}}}%
\iffieldundef{#2}%
{}%
{\iffieldundef{#3}
{\iffieldundef{#1}
{}
{\addspace}}%
{\adddot\addspace}%
\mkbibmonth{\thefield{#2}}}}%
\protected\def\mkbibdateapalongextra#1#2#3{%
\iffieldundef{#1}%
{}%
{\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}\printfield{extrayear}}%
\iffieldundef{#3}%
{}%
{\iffieldundef{#1}%
{}
{\addcomma\addspace}%
\stripzeros{\thefield{#3}}}%
\iffieldundef{#2}%
{}%
{\iffieldundef{#3}
{\iffieldundef{#1}
{}
{\addspace}}%
{\adddot\addspace}%
\mkbibmonth{\thefield{#2}}}}%
\protected\def\mkbibdateapalongmdy#1#2#3{%
\iffieldundef{#3}%
{}%
{\stripzeros{\thefield{#3}}}%
\iffieldundef{#2}%
{}%
{\iffieldundef{#3}%
{}%
{\addspace}%
\mkbibmonth{\thefield{#2}}}%
\iffieldundef{#1}%
{}%
{\iffieldundef{#2}%
{}%
{\addspace}%
\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}}
\endinput
|