summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/ZH_CN/GCModels/GCsmartcards.pm
blob: f46b0e83db20b7607c2a7e1ddfed27948fb2c3a1 (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
{
    package GCLang::ZH_CN::GCModels::GCsmartcards;

    use utf8;
###################################################
#
#  Copyright 2005-2010 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
###################################################
    
    use strict;
    use base 'Exporter';

    our @EXPORT = qw(%lang);

    our %lang = (
    
        CollectionDescription => '智能卡收藏',
        Items => {0 => '张智能卡',
                  1 => '张智能卡',
                  X => '智能卡'},
        NewItem => '新智能卡',
        Currency => '通用',

	  Help => '字段帮助',
	  Help1 => '帮助',

# Traduction des Champs "Main"

        Main => '智能卡',

        Cover => '图片',

        Name => '名称',
        Exchange => '将卖出或交换',
        Wanted => '需要',
        Rating1 => '总体需求',
        TheSmartCard => '智能卡,前/后',

        Country => '国家',
        Color => '颜色',
        Type1 => '卡类型',
        Type2 => '芯片类型',
        Dimension => '长/宽/厚',

        Box => '盒',
        Chip => '芯片',
        Year1 => '版本年份',
        Year2 => '有效年份',
        Condition => '状态',
        Charge => '可充电卡',
        Variety => '变种',

        Edition => '样品数目',
        Serial => '序列号',
        Theme => '主题',

        Acquisition => '获得',

        Catalog0 => '目录',
        Catalog1 => 'Phonecote / Infopuce (YT)',
        Catalog2 => 'La Cote en Poche',

        Reference0 => '参考',
        Reference1 => 'Phonecote / Infopuce (YT)参考',
        Reference2 => 'La Cote en Poche参考',
        Reference3 => '其它参考',

        Quotationnew00 => '新卡报价',
        Quotationnew10 => 'Phonecote / Infopuce (YT)报价',
        Quotationnew20 => 'La Cote en Poche报价',
        Quotationnew30 => 'Cotation Autre',
        Quotationold00 => '二手卡报价',
        Quotationold10 => 'Phonecote / Infopuce (YT)报价',
        Quotationold20 => 'La Cote en Poche报价',
        Quotationold30 => '其它报价',

        Title1 => '名称',

        Unit => '单元/微粒数',

        Pressed => '压模类型',
        Location => '压模地点',

        Comments1 => '注释',

        Others => '杂项',
        Weight => '重量',
     );
}

1;