summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/SV/GCModels/GCstamps.pm
blob: b6e83481643f32c9e8b4d8aff2fc269aff9a9d06 (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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
    package GCLang::SV::GCModels::GCstamps;

    use utf8;
###################################################
#
#  Copyright 2005-2007 Tian
#
#  This file is part of GCstar.
#
#  GCstar is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  GCstar is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with GCstar; if not, write to the Free Software
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
#
###################################################
    
    use strict;
    use base 'Exporter';

    our @EXPORT = qw(%lang);

    our %lang = (
    
        CollectionDescription => 'Frimärkssamling',
        Items => {0 => 'Frimärken',
                  1 => 'Frimärke',
                  X => 'Frimärken'},
        NewItem => 'Nytt frimärke',

        General => 'Allmänt',
        Detail => 'Detaljerat',
        Value => 'Värde',
        Notes => 'Noteringar',
        Views => 'Vyer',
        
        Name => 'Namn',
        Country => 'Land',
        Year => 'År',
        Catalog => 'Katalog',
        Number => 'Nummer',
        Topic => 'Ämne',
        Serie => 'Serie',
        Designer => 'Designer',
        Engraver => 'Graverad av',
        Type => 'Typ',
        Format => 'Format',
        Description => 'Beskrivning',
        Color => 'Färg',
        Gum => 'Klister',
        Paper => 'Papper',
        Perforation => 'Tandning',
        PerforationSize => 'Tandningens storlek',
        CancellationType => 'Typ av stämpel',
        Comments => 'Kommentarer',
        PrintingVariety => 'Form av tryck',
        IssueDate => 'Datum för utfärdande',
        EndOfIssue => 'Slut för utfärdande',
        Issue => 'Utfärdande',
        Grade => 'Sortering',
        Status => 'Status',
        Adjusted => 'Anpassad',
        Cancellation => 'Stämpel',
        CancellationCondition => 'Stämpelns skick',
        GumCondition => 'Klistrets skick',
        PerforationCondition => 'Tandningens skick',
        ConditionNotes => 'Notering av skick',
        Error => 'Fel',
        ErrorNotes => 'Notering av fel',
        FaceValue => 'Ansiktsvärde',
        MintValue => 'Myntvärde',
        UsedValue => 'Begagnatvärde',
        PurchasedDate => 'Införskaffad datum',
        Quantity => 'Kvantitet',
        History => 'Historia',
        Picture1 => 'Bild 1',
        Picture2 => 'Bild 2',
        Picture3 => 'Bild 3',

        AirMail => 'Flygpost',
        MilitaryStamp => 'Militärt frimärke',
        Official => 'Officiell',
        PostageDue => 'Postat den',
        Regular => 'Vanlig',
        Revenue => 'Intäkt',
        SpecialDelivery => 'Special leverans',
        StrikeStamp => 'Strejk frimärke',
        TelegraphStamp => 'Telegraf frimärke',
        WarStamp => 'Krigsfrimärke',
        WarTaxStamp => 'Krigsskattefrimärke',

        Booklet => 'Häfte',
        BookletPane => 'Panel för häfte',
        Card => 'Kort',
        Coil => 'Rulle',
        Envelope => 'Kuvert',
        FirstDayCover => 'Första omslag',
        Sheet => 'Blad',
        Single => 'Singel',

        Heliogravure => 'Heliogravyr',
        Lithography => 'Litografi',
        Offset => 'Utjämning',
        Photogravure => 'Fotogravyr',
        RecessPrinting => 'Fördjupningstryck',
        Typography => 'Typografi',
        
        OriginalGum => 'Originalklister',
        Ungummed => 'Oklistrad',
        Regummed => 'Omklistrad',

        Chalky => 'Kritad',
        ChinaPaper => 'Kinapapper',
        Coarsed => 'Ojämn',
        Glossy => 'Blank',
        Granite => 'Granit',
        Laid => 'Dämpad',
        Manila => 'Manillapapper',
        Native => 'Naturlig',
        Pelure => 'Pelure',
        Quadrille => 'Quadrille',
        Ribbed => 'Randig',
        Rice => 'Ris',
        Silk => 'Silke',
        Smoothed => 'Jämn',
        Thick => 'Tjock',
        Thin => 'Tunn',
        Wove => 'Vågig',

        CoarsedPerforation => 'Ojämn tandning',
        CombPerforation => 'Bruten tandning',
        CompoundPerforation => 'Sammansatt tandning',
        DamagedPerforation => 'Skadad tandning',
        DoublePerforation => 'Dubbeltandning',
        HarrowPerforation => 'Harvig tandning',
        LinePerforation => 'Linjerad tandning',
        NoPerforation => 'Ingen tandning',

        CancellationToOrder => 'Stämpel att beställa',
        FancyCancellation => 'Dekorerad stämpel',
        FirstDayCancellation => 'Första stämpeln',
        NumeralCancellation => 'Numerisk stämpel',
        PenMarked => 'Pennmarkerad',
        RailroadCancellation => 'Tågstämpel',
        SpecialCancellation => 'Specialstämpel',

        Superb => 'Super',
        ExtraFine => 'Extra Fin',
        VeryFine => 'Väldigt fin',
        FineVeryFine => 'Fin/Väldigt fin',
        Fine => 'Fin',
        Average => 'Medel',
        Poor => 'Dålig',

        Owned => 'Ägd',
        Ordered => 'Beställd',
        Sold => 'Såld',
        ToSell => 'Att sälja',
        Wanted => 'Vill ha',

        LightCancellation => 'Lätt stämplad',
        HeavyCancellation => 'Hårt stämplad',
        ModerateCancellation => 'Medelstämplad',

        MintNeverHinged => 'Mynt aldrig fäst',
        MintLightHinged => 'Mynt lätt fäst',
        HingedRemnant => 'Lämpligt fäst',
        HeavilyHinged => 'Väldigt fäst',
        LargePartOriginalGum => 'Stor del original klister',
        SmallPartOriginalGum => 'Liten del original klister',
        NoGum => 'Inget klister',

        Perfect => 'Perfekt',
        VeryNice => 'Väldigt bra',
        Nice => 'Bra',
        Incomplete => 'Ej komplett',
     );
}

1;