summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/ZH/GCModels
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/ZH/GCModels')
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCTVepisodes.pm46
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCTVseries.pm50
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCboardgames.pm86
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCbooks.pm70
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCcoins.pm104
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCfilms.pm93
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCgames.pm82
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCgeneric.pm44
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCmusics.pm68
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCperiodicals.pm55
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCsoftware.pm84
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCstamps.pm192
-rw-r--r--lib/gcstar/GCLang/ZH/GCModels/GCwines.pm65
16 files changed, 1402 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/ZH/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..018ef7e
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCTVepisodes.pm
@@ -0,0 +1,46 @@
+{
+ package GCLang::ZH::GCModels::GCTVepisodes;
+
+ 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 GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => '電視劇(集)收藏集',
+ Items => '集',
+ NewItem => '新章節',
+ NewSeries => '新系列',
+ Episode => '集',
+ );
+ # Both of them are required as importTranslation doesn't recurse
+ importTranslation('films');
+ importTranslation('TVseries');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/ZH/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..7c80048
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCTVseries.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::ZH::GCModels::GCTVseries;
+
+ 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 GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => '電視劇(系列)收藏集',
+ Items => '個系列',
+ NewItem => '新系列',
+ Name => '系列名稱',
+ Season => '季',
+ Part => 'Part',
+ Episodes => '集',
+ FirstAired => '首播',
+ Time => '每集長度',
+ Producer => '製片商',
+ Music => '音樂',
+ );
+ importTranslation('Films');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/ZH/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..78af50d
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCboardgames.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::ZH::GCModels::GCboardgames;
+
+ 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 => '桌上遊戲收藏集',
+ Items => {0 => '份遊戲',
+ 1 => '份遊戲',
+ X => '份遊戲'},
+ NewItem => '新遊戲',
+
+ Id => 'Id',
+ Name => '名稱',
+ Original => '原名',
+ Box => '遊戲盒圖片',
+ DesignedBy => '設計者',
+ PublishedBy => '出版商',
+ Players => '遊玩者人數',
+ PlayingTime => '遊戲時間',
+ SuggestedAge => '建議年齡',
+ Released => '釋出',
+ Description => '描述',
+ Category => '分類',
+ Mechanics => '遊戲機制',
+ ExpandedBy => '有哪些擴充',
+ ExpansionFor => '擴充對象',
+ GameFamily => '遊戲家族',
+ IllustratedBy => '繪師',
+ Url => '網頁',
+ TimesPlayed => '遊玩次數',
+ CompleteContents => '內容完整',
+ Copies => 'No. of copies',
+ Condition => '保存狀態',
+ Photos => '照片',
+ Photo1 => '第一張圖片',
+ Photo2 => '第二張圖片',
+ Photo3 => '第三張圖片',
+ Photo4 => '第四張圖片',
+ Comments => '評論',
+
+ Perfect => '完美',
+ Good => '良好',
+ Average => '普通',
+ Poor => '糟糕',
+
+ CompleteYes => '內容完整',
+ CompleteNo => '遺失一部份',
+
+ General => '一般',
+ Details => '項目細節',
+ Personal => '個人',
+ Information => '資訊',
+
+ FilterRatingSelect => '評價至少到(_L)...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCbooks.pm b/lib/gcstar/GCLang/ZH/GCModels/GCbooks.pm
new file mode 100644
index 0000000..3ff732f
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCbooks.pm
@@ -0,0 +1,70 @@
+{
+ package GCLang::ZH::GCModels::GCbooks;
+
+ 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => '書本收藏集',
+ Items => {0 => '本書',
+ 1 => '本書',
+ X => '本書'},
+ NewItem => '新書',
+
+ Isbn => 'ISBN',
+ Title => '標題',
+ Cover => '封皮',
+ Authors => '作者',
+ Publisher => '出版商',
+ Publication => '出版日期',
+ Language => '語言',
+ Genre => '類型',
+ Serie => '系列',
+ Rank => '等級',
+ Bookdescription => '書籍描述',
+ Pages => '頁數',
+ Read => '已讀',
+ Acquisition => '取得日期',
+ Edition => '版本',
+ Format => '格式',
+ Comments => '評論',
+ Url => '網頁',
+ Translator => '譯者',
+ Artist => '插畫家',
+ DigitalFile => 'Digital version',
+
+ General => '一般',
+ Details => '書籍細節',
+
+ ReadNo => '未讀',
+ ReadYes => '已讀',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCcoins.pm b/lib/gcstar/GCLang/ZH/GCModels/GCcoins.pm
new file mode 100644
index 0000000..7f611ac
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCcoins.pm
@@ -0,0 +1,104 @@
+{
+ package GCLang::ZH::GCModels::GCcoins;
+
+ 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 => '錢幣收藏集',
+ Items => {0 => '份錢幣',
+ 1 => '份錢幣',
+ X => '份錢幣'},
+ NewItem => '新錢幣',
+
+ Name => '名稱',
+ Country => '國家',
+ Year => '年份',
+ Currency => '貨幣',
+ Value => '價值',
+ Picture => '主要圖片',
+ Diameter => '直徑',
+ Metal => '金屬',
+ Edge => '邊緣',
+ Edge1 => '邊緣 1',
+ Edge2 => '邊緣 2',
+ Edge3 => '邊緣 3',
+ Edge4 => '邊緣 4',
+ Head => '正面(人頭)',
+ Tail => '反面',
+ Comments => '評論',
+ History => '歷史',
+ Website => '網站',
+ Estimate => '估價',
+ References => '參考資料',
+ Type => '類型',
+ Coin => '硬幣',
+ Banknote => '鈔票',
+
+ Main => '主要',
+ Description => '描述',
+ Other => '其他訊息',
+ Pictures => '圖片',
+
+ Condition => 'PCGS狀態分級',
+ Grade1 => 'BS-1',
+ Grade2 => 'FR-2',
+ Grade3 => 'AG-3',
+ Grade4 => 'G-4',
+ Grade6 => 'G-6',
+ Grade8 => 'VG-8',
+ Grade10 => 'VG-10',
+ Grade12 => 'F-12',
+ Grade15 => 'F-15',
+ Grade20 => 'VF-20',
+ Grade25 => 'VF-25',
+ Grade30 => 'VF-30',
+ Grade35 => 'VF-35',
+ Grade40 => 'XF-40',
+ Grade45 => 'XF-45',
+ Grade50 => 'AU-50',
+ Grade53 => 'AU-53',
+ Grade55 => 'AU-55',
+ Grade58 => 'AU-58',
+ Grade60 => 'MS-60',
+ Grade61 => 'MS-61',
+ Grade62 => 'MS-62',
+ Grade63 => 'MS-63',
+ Grade64 => 'MS-64',
+ Grade65 => 'MS-65',
+ Grade66 => 'MS-66',
+ Grade67 => 'MS-67',
+ Grade68 => 'MS-68',
+ Grade69 => 'MS-69',
+ Grade70 => 'MS-70',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCcomics.pm b/lib/gcstar/GCLang/ZH/GCModels/GCcomics.pm
new file mode 100644
index 0000000..0ae5766
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::ZH::GCModels::GCcomics;
+
+ 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 => '漫畫收藏集',
+ Items => {0 => '本漫畫',
+ 1 => '本漫畫',
+ X => '本漫畫'},
+ NewItem => '新漫畫',
+
+
+ Id => 'Id',
+ Name => '名稱',
+ Series => '書名',
+ Volume => '卷號',
+ Title => '標題',
+ Writer => '腳本作者',
+ Illustrator => '繪師',
+ Colourist => '著色師',
+ Publisher => '出版商',
+ Synopsis => '故事提要',
+ Collection => '收藏',
+ PublishDate => '出版日期',
+ PrintingDate => '印刷日期',
+ ISBN => 'ISBN',
+ Type => '印刷版本',
+ Category => '分類',
+ Format => '格式',
+ NumberBoards => '印刷批號',
+ Signing => '簽名',
+ Cost => '售價',
+ Rating => '評價',
+ Comment => '意見',
+ Url => '網頁',
+
+ FilterRatingSelect => '評價至少到(_L)...',
+
+ Main => '主項目',
+ General => '一般資訊',
+ Details => '細節',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCfilms.pm b/lib/gcstar/GCLang/ZH/GCModels/GCfilms.pm
new file mode 100644
index 0000000..0feb400
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCfilms.pm
@@ -0,0 +1,93 @@
+{
+ package GCLang::ZH::GCModels::GCfilms;
+
+ 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 => '電影收藏集',
+ Items => {0 => '部電影',
+ 1 => '部電影',
+ X => '部電影'},
+ NewItem => '新電影',
+
+
+ Id => 'Id',
+ Title => '名稱',
+ Date => '日期',
+ Time => '片長',
+ Director => '導演',
+ Country => '國家',
+ MinimumAge => '最小年齡限制',
+ Genre => '類型',
+ Image => '圖片',
+ Original => '原名',
+ Actors => '演員',
+ Actor => '演員',
+ Role => '角色',
+ Comment => '評論',
+ Synopsis => '故事概覽',
+ Seen => '已觀賞',
+ Number => '媒體數量',
+ Format => '媒體格式',
+ Region => '地區',
+ Identifier => 'Identifier',
+ Url => '網頁',
+ Audio => '聲音',
+ Video => '影片格式',
+ Trailer => '預告片',
+ Serie => '系列',
+ Rank => '等級',
+ Subtitles => '字幕',
+
+ SeenYes => '已觀賞',
+ SeenNo => '還沒看',
+
+ AgeUnrated => '未評級',
+ AgeAll => '全年齡',
+ AgeParent => '需要家長陪同',
+
+ Main => '主項目',
+ General => '一般',
+ Details => '細節',
+
+ Information => '資訊',
+ Languages => '語言',
+ Encoding => '編碼',
+
+ FilterAudienceAge => '觀眾年齡',
+ FilterSeenNo => '還沒看過(_N)',
+ FilterSeenYes => '已觀賞(_A)',
+ FilterRatingSelect => '評價至少到(_L)...',
+
+ ExtractSize => '尺寸',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCgames.pm b/lib/gcstar/GCLang/ZH/GCModels/GCgames.pm
new file mode 100644
index 0000000..5077a47
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCgames.pm
@@ -0,0 +1,82 @@
+{
+ package GCLang::ZH::GCModels::GCgames;
+
+ 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 => '電子遊戲收藏集',
+ Items => {0 => '個遊戲',
+ 1 => '個遊戲',
+ X => '個遊戲'},
+ NewItem => '新遊戲',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => '名稱',
+ Platform => '平台',
+ Players => '遊戲人數',
+ Released => '釋出日期',
+ Editor => '編輯者',
+ Developer => '開發者',
+ Genre => '類型',
+ Box => '遊戲盒圖片',
+ Case => '遊戲盒',
+ Manual => '說明手冊',
+ Completion => '完成度(%)',
+ Executable => '可執行檔',
+ Description => '說明',
+ Codes => '秘技',
+ Code => '秘技',
+ Effect => '效果',
+ Secrets => '遊戲中的秘密',
+ Screenshots => '畫面截圖',
+ Screenshot1 => '第一張截圖',
+ Screenshot2 => '第二張截圖',
+ Comments => '評論',
+ Url => '網頁',
+ Unlockables => '可被解鎖的隱藏項目',
+ Unlockable => '項目',
+ Howto => '作法',
+ Exclusive => 'Exclusive',
+ Resolutions => 'Display resolutions',
+ InstallationSize => 'Size',
+ Region => 'Region',
+ SerialNumber => 'Serial Number',
+
+ General => '一般',
+ Details => '遊戲細節',
+ Tips => '小技巧',
+ Information => '訊息',
+
+ FilterRatingSelect => '評價至少到(_L)...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/ZH/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..752e883
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCgeneric.pm
@@ -0,0 +1,44 @@
+{
+ package GCLang::ZH::GCModels::GCgeneric;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# 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 = (
+
+ Items => {0 => 'Item',
+ 1 => 'Item',
+ X => 'Items',
+ lowercase1 => 'item',
+ lowercaseX => 'items'
+ },
+ NewItem => 'New item',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCminicars.pm b/lib/gcstar/GCLang/ZH/GCModels/GCminicars.pm
new file mode 100644
index 0000000..dd61624
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::ZH::GCModels::GCminicars;
+
+ 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 => 'Mini vehicles collection',
+ Items => {0 => 'Vehicle',
+ 1 => 'Vehicle',
+ X => 'Vehicles',
+ lowercase1 => 'vehicle',
+ lowercaseX => 'vehicles'
+ },
+ NewItem => 'New vehicle',
+ Currency => 'Currency',
+
+# Main fields
+
+ Main => 'Main information',
+
+ Name => 'Name',
+ Exchange => 'To be sold or exchanged',
+ Wanted => 'Wanted',
+ Rating1 => 'Main rating',
+ Picture1 => 'Main picture',
+ Scale => 'Scale',
+ Manufacturer => 'Manufacturer',
+ Constructor => 'Constructor',
+ Type1 => 'Type',
+ Modele => 'Model',
+ Version => 'Version',
+ Color => 'Model color',
+ Pub => 'Advertisement',
+ Year => 'Year',
+ Reference => 'Reference',
+ Kit => 'In kit form',
+ Transformation => 'Personal transformation',
+ Comments1 => 'Comments',
+
+# Details fields
+
+ Details => 'Details',
+
+ MiscCharacteristics => 'Miscellaneous characteristics',
+ Material => 'Material',
+ Molding => 'Molding',
+ Condition => 'Condition',
+ Edition => 'Edition',
+ Collectiontype => 'Collection name',
+ Serial => 'Series',
+ Serialnumber => 'Serial number',
+ Designed => 'Design date',
+ Madein => 'Manufacture date',
+ Box1 => 'Kind of box',
+ Box2 => 'Box description',
+ Containbox => 'Box contet',
+ Rating2 => 'Realism',
+ Rating3 => 'Finish',
+ Acquisition => 'Acquisition date',
+ Location => 'Acquisition place',
+ Buyprice => 'Acquisition price',
+ Estimate => 'Estimation',
+ Comments2 => 'Comments',
+ Decorationset => 'Decoration set',
+ Characters => 'Characters',
+ CarFromFilm => 'Movie car',
+ Filmcar => 'Movie related to the vehicle',
+ Filmpart => 'Movie part/episode',
+ Parts => 'Number of parts',
+ VehiculeDetails => 'Vehicule details',
+ Detailsparts => 'Details parts',
+ Detailsdecorations => 'Kind of decorations',
+ Decorations => 'Nunmber of decorations',
+ Lwh => 'Length / Width / Height',
+ Weight => 'Weight',
+ Framecar => 'Chassis',
+ Bodycar => 'Bodywork',
+ Colormirror => 'Model color',
+ Interior => 'Interior',
+ Wheels => 'Wheels',
+ Registrationnumber1 => 'Front registration number',
+ Registrationnumber2 => 'Back registration number',
+ RacingCar => 'Racing car',
+ Course => 'Race',
+ Courselocation => 'Race place',
+ Courseyear => 'Race date',
+ Team => 'Team',
+ Pilots => 'Pilot(s)',
+ Copilots => 'Copilot(s)',
+ Carnumber => 'Vehicle number',
+ Pub2 => 'Advertisers',
+ Finishline => 'Finish ranking',
+ Steeringwheel => 'Position of steering wheel',
+
+
+# Catalogs fields
+
+ Catalogs => 'Catalogs',
+
+ OfficialPicture => 'Official picture',
+ Barcode => 'Barcode',
+ Referencemirror => 'Reference',
+ Year3 => 'Availability date',
+ CatalogCoverPicture => 'Cover',
+ CatalogPagePicture => 'Page',
+ Catalogyear => 'Catalog year',
+ Catalogedition => 'Catalog edition',
+ Catalogpage => 'Catalog page',
+ Catalogprice => 'Catalog price',
+ Personalref => 'Personal reference',
+ Websitem => 'Mini vehicle\'s manufacturer website',
+ Websitec => 'Actual vehicle\'s manufacturer website',
+ Websiteo => 'Useful link',
+ Comments3 => 'Comments',
+
+# Pictures fields
+
+ Pictures => 'Pictures',
+
+ OthersComments => 'General remarks',
+ OthersDetails => 'Other details',
+ Top1 => 'Above',
+ Back1 => 'Below',
+ AVG => 'Front Left',
+ AV => 'Front',
+ AVD => 'Front Right',
+ G => 'Left',
+ BOX => 'Box',
+ D => 'Right',
+ ARG => 'Back Left',
+ AR => 'Back',
+ ARD => 'Back Right',
+ Others => 'Misc',
+
+# PanelLending fields
+
+ LendingExplanation => 'Useful exchanges during temporary exhibitions',
+ PanelLending => 'Lendings (for exhibitions)',
+ Comments4 => 'Comments',
+
+# Realmodel fields
+
+ Realmodel => 'Actual vehicle',
+
+ Difference => 'Differences with miniature',
+ Front2 => 'Front',
+ Back2 => 'Back',
+ Comments5 => 'Comments',
+
+ References => 'References',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCmusics.pm b/lib/gcstar/GCLang/ZH/GCModels/GCmusics.pm
new file mode 100644
index 0000000..cae9575
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCmusics.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::ZH::GCModels::GCmusics;
+
+ 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 => '音樂收藏集',
+ Items => {0 => '張專輯',
+ 1 => '張專輯',
+ X => '張專輯'},
+ NewItem => '新專輯',
+
+ Unique => 'ISRC/EAN',
+ Title => '標題',
+ Cover => '封面',
+ Artist => '藝術家',
+ Format => '格式',
+ Running => '播放時間',
+ Release => '釋出日期',
+ Genre => '類型',
+ Origin => '原始作品',
+
+#For tracks list
+ Tracks => '曲目列表',
+ Number => '編號',
+ Track => '標題',
+ Time => '時間',
+
+ Composer => '作曲家',
+ Producer => '製片人',
+ Playlist => '播放列表',
+ Comments => '評論',
+ Label => '標籤',
+ Url => '網頁',
+
+ General => '一般',
+ Details => '專輯細節',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/ZH/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..ea87fcd
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCperiodicals.pm
@@ -0,0 +1,55 @@
+{
+ package GCLang::ZH::GCModels::GCperiodicals;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# 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 => 'Periodicals collection',
+ Items => {0 => 'Periodical',
+ 1 => 'Periodical',
+ X => 'Periodicals',
+ lowercase1 => 'periodical',
+ lowercaseX => 'periodicals'
+ },
+ NewItem => 'New periodical',
+
+ Title => 'Title',
+ Cover => 'Cover',
+ Periodical => 'Periodical',
+ Number => 'Number',
+ Date => 'Date',
+ Subject => 'Subject',
+ Articles => 'Articles',
+
+ General => 'General',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/ZH/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..87e449b
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCsmartcards.pm
@@ -0,0 +1,108 @@
+{
+ package GCLang::ZH::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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Smart card collection',
+ Items => {0 => 'Smart card',
+ 1 => 'Smart card',
+ X => 'Smart cards'},
+ NewItem => 'New smart card',
+ Currency => 'Currency',
+
+ Help => 'Help for fields',
+ Help1 => 'Help',
+
+# Traduction des Champs "Main"
+
+ Main => 'The smart card',
+
+ Cover => 'Picture',
+
+ Name => 'Name',
+ Exchange => 'To be exchanged or sold',
+ Wanted => 'Wanted',
+ Rating1 => 'Global rating',
+ TheSmartCard => 'The smart card, front/back',
+
+ Country => 'Country',
+ Color => 'Color',
+ Type1 => 'Card type',
+ Type2 => 'Chip type',
+ Dimension => 'Length / Width / Thickness',
+
+ Box => 'Box',
+ Chip => 'Chip',
+ Year1 => 'Edition year',
+ Year2 => 'Validity year',
+ Condition => 'Condition',
+ Charge => 'Rechargeable card',
+ Variety => 'Variety',
+
+ Edition => 'Number of exemplars',
+ Serial => 'Serial number',
+ Theme => 'Theme',
+
+ Acquisition => 'Acquired on',
+
+ Catalog0 => 'Catalog',
+ Catalog1 => 'Phonecote / Infopuce (YT)',
+ Catalog2 => 'La Cote en Poche',
+
+ Reference0 => 'Reference',
+ Reference1 => 'Reference Phonecote / Infopuce (YT)',
+ Reference2 => 'Reference La Cote en Poche',
+ Reference3 => 'Other reference',
+
+ Quotationnew00 => 'Quotation for new card',
+ Quotationnew10 => 'Quotation Phonecote / Infopuce (YT)',
+ Quotationnew20 => 'Quotation La Cote en Poche',
+ Quotationnew30 => 'Cotation Autre',
+ Quotationold00 => 'Quotation for used card',
+ Quotationold10 => 'Quotation Phonecote / Infopuce (YT)',
+ Quotationold20 => 'Quotation La Cote en Poche',
+ Quotationold30 => 'Other quotation',
+
+ Title1 => 'Title',
+
+ Unit => 'Units / Minutes number',
+
+ Pressed => 'Impression type',
+ Location => 'Impression place',
+
+ Comments1 => 'Comments',
+
+ Others => 'Misc.',
+ Weight => 'Weight',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/ZH/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..001abfd
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCsoftware.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::ZH::GCModels::GCsoftware;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2009 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 => 'Computer software collection',
+ Items => {0 => 'Application',
+ 1 => 'Application',
+ X => 'Applications',
+ lowercase1 => 'application',
+ lowercaseX => 'applications'},
+ NewItem => 'New application',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Name',
+ Platform => 'Platform',
+ Released => 'Release date',
+ Homepage => 'Homepage',
+ Editor => 'Editor',
+ Developer => 'Developer',
+ Category => 'Category',
+ NumberOfCopies => 'Copies',
+ Price => 'Price',
+ Box => 'Box picture',
+ Case => 'Case',
+ Manual => 'Instruction manual',
+ Executable => 'Executable',
+ Description => 'Description',
+ License => 'License',
+ Commercial => 'Commercial',
+ FreewareNoncommercial => 'Freeware (non-commercial use)',
+ OtherOpenSource => 'Other Open Source',
+ PublicDomain => 'Public Domain',
+ OtherLicense => 'Other',
+ Registration => 'Registration',
+ RegistrationInfo => 'Registration Info',
+ RegInfo => 'Registration Info',
+ RegistrationName => 'Username',
+ RegistrationNumber => 'Registration Number',
+ PanelRegistration => 'Registration Info',
+ RegistrationComments => 'Additional info or comments',
+ Screenshots => 'Screenshots',
+ Screenshot1 => 'First screenshot',
+ Screenshot2 => 'Second screenshot',
+ Comments => 'Comments',
+ Url => 'Web page',
+ General => 'General',
+ Details => 'Details',
+ Information => 'Information',
+
+ FilterRatingSelect => 'Rating At _Least...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCstamps.pm b/lib/gcstar/GCLang/ZH/GCModels/GCstamps.pm
new file mode 100644
index 0000000..85a9974
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCstamps.pm
@@ -0,0 +1,192 @@
+{
+ package GCLang::ZH::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 => 'Stamp collection',
+ Items => {0 => 'Stamps',
+ 1 => 'Stamp',
+ X => 'Stamps',
+ lowercase1 => 'stamp',
+ lowercaseX => 'stamps'
+ },
+ NewItem => 'New stamp',
+
+ General => 'General',
+ Detail => 'Detail',
+ Value => 'Value',
+ Notes => 'Notes',
+ Views => 'Views',
+
+ Name => 'Name',
+ Country => 'Country',
+ Year => 'Year',
+ Catalog => 'Catalog',
+ Number => 'Number',
+ Topic => 'Topic',
+ Serie => 'Serie',
+ Designer => 'Designer',
+ Engraver => 'Engraver',
+ Type => 'Type',
+ Format => 'Format',
+ Description => 'Description',
+ Color => 'Color',
+ Gum => 'Gum',
+ Paper => 'Paper',
+ Perforation => 'Perforation',
+ PerforationSize => 'Perforation size',
+ CancellationType => 'Cancellation type',
+ Comments => 'Comments',
+ PrintingVariety => 'Printing variety',
+ IssueDate => 'Issue date',
+ EndOfIssue => 'End of issue',
+ Issue => 'Issue',
+ Grade => 'Grade',
+ Status => 'Status',
+ Adjusted => 'Adjusted',
+ Cancellation => 'Cancellation',
+ CancellationCondition => 'Cancellation condition',
+ GumCondition => 'Gum condition',
+ PerforationCondition => 'Perforation condition',
+ ConditionNotes => 'Condition notes',
+ Error => 'Error',
+ ErrorNotes => 'Error notes',
+ FaceValue => 'Face value',
+ MintValue => 'Mint value',
+ UsedValue => 'Used value',
+ PurchasedDate => 'Purchased date',
+ Quantity => 'Quantity',
+ History => 'History',
+ Picture1 => 'Picture 1',
+ Picture2 => 'Picture 2',
+ Picture3 => 'Picture 3',
+
+ AirMail => 'Air mail',
+ MilitaryStamp => 'Military stamp',
+ Official => 'Official',
+ PostageDue => 'Postage due',
+ Regular => 'Regular',
+ Revenue => 'Revenue',
+ SpecialDelivery => 'Special delivery',
+ StrikeStamp => 'Strike stamp',
+ TelegraphStamp => 'Telegraph stamp',
+ WarStamp => 'War stamp',
+ WarTaxStamp => 'War tax stamp',
+
+ Booklet => 'Booklet',
+ BookletPane => 'Booklet Pane',
+ Card => 'Card',
+ Coil => 'Coil',
+ Envelope => 'Envelope',
+ FirstDayCover => 'First Day Cover',
+ Sheet => 'Sheet',
+ Single => 'Single',
+
+ Heliogravure => 'Heliogravure',
+ Lithography => 'Lithography',
+ Offset => 'Offset',
+ Photogravure => 'Photogravure',
+ RecessPrinting => 'Recess printing',
+ Typography => 'Typography',
+
+ OriginalGum => 'Original gum',
+ Ungummed => 'Ungummed',
+ Regummed => 'Regummed',
+
+ Chalky => 'Chalky',
+ ChinaPaper => 'China paper',
+ Coarsed => 'Coarsed',
+ Glossy => 'Glossy',
+ Granite => 'Granite',
+ Laid => 'Laid',
+ Manila => 'Manila',
+ Native => 'Native',
+ Pelure => 'Pelure',
+ Quadrille => 'Quadrille',
+ Ribbed => 'Ribbed',
+ Rice => 'Rice',
+ Silk => 'Silk',
+ Smoothed => 'Smoothed',
+ Thick => 'Thick',
+ Thin => 'Thin',
+ Wove => 'Wove',
+
+ CoarsedPerforation => 'Coarsed perforation',
+ CombPerforation => 'Comb perforation',
+ CompoundPerforation => 'Compound perforation',
+ DamagedPerforation => 'Damaged perforation',
+ DoublePerforation => 'Double perforation',
+ HarrowPerforation => 'Harrow perforation',
+ LinePerforation => 'Line perforation',
+ NoPerforation => 'No perforation',
+
+ CancellationToOrder => 'Cancellation To Order',
+ FancyCancellation => 'Fancy cancellation',
+ FirstDayCancellation => 'First Day cancellation',
+ NumeralCancellation => 'Numeral cancellation',
+ PenMarked => 'Pen-Marked',
+ RailroadCancellation => 'Railroad cancellation',
+ SpecialCancellation => 'Special cancellation',
+
+ Superb => 'Superb',
+ ExtraFine => 'Extra-Fine',
+ VeryFine => 'Very fine',
+ FineVeryFine => 'Fine/Very fine',
+ Fine => 'Fine',
+ Average => 'Average',
+ Poor => 'Poor',
+
+ Owned => 'Owned',
+ Ordered => 'Ordered',
+ Sold => 'Sold',
+ ToSell => 'To sell',
+ Wanted => 'Wanted',
+
+ LightCancellation => 'Light cancellation',
+ HeavyCancellation => 'Heavy cancellation',
+ ModerateCancellation => 'Moderate cancellation',
+
+ MintNeverHinged => 'Mint never hinged',
+ MintLightHinged => 'Mint light hinged',
+ HingedRemnant => 'Hinged remnant',
+ HeavilyHinged => 'Heavily hinged',
+ LargePartOriginalGum => 'Large part original gum',
+ SmallPartOriginalGum => 'Small part original gum',
+ NoGum => 'No gum',
+
+ Perfect => 'Perfect',
+ VeryNice => 'Very nice',
+ Nice => 'Nice',
+ Incomplete => 'Incomplete',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH/GCModels/GCwines.pm b/lib/gcstar/GCLang/ZH/GCModels/GCwines.pm
new file mode 100644
index 0000000..cc6e9df
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH/GCModels/GCwines.pm
@@ -0,0 +1,65 @@
+{
+ package GCLang::ZH::GCModels::GCwines;
+
+ use utf8;
+
+# Copyright 2007 Yves Martin
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => '葡萄酒收藏',
+ Items => {0 => '葡萄酒',
+ 1 => '葡萄酒',
+ X => '葡萄酒'},
+ NewItem => '新的葡萄酒',
+
+ Name => '名稱',
+ Designation => '稱呼',
+ Vintage => '製造年份',
+ Vineyard => '釀造地',
+ Type => '種類',
+ Grapes => '葡萄品種',
+ Soil => '土壤類型',
+ Producer => '製造者',
+ Country => '國家',
+ Volume => '容量(毫升)',
+ Alcohol => '酒精濃度(%)',
+ Medal => '獎章',
+
+ Storage => '儲存',
+ Location => '位置',
+ ShelfIndex => '架上索引',
+ Quantity => '數量',
+ Acquisition => 'Acquisition',
+ PurchaseDate => '進貨日期',
+ PurchasePrice => '進貨價格',
+ Gift => '贈品',
+ BottleLabel => '瓶上的標籤',
+ Website => '網路上的參考資料',
+
+ Tasted => '已品嘗',
+ Comments => '評論',
+ Serving => '服務',
+ TastingField => '賞味筆記',
+
+ General => '一般',
+ Details => '細節',
+ Tasting => '賞味',
+
+ TastedNo => '未品嘗過',
+ TastedYes => '已品嘗',
+
+ FilterRange => '範圍',
+ FilterTastedNo => '還沒品嘗(_N)',
+ FilterTastedYes => '已經品嘗過了(_t)',
+ FilterRatingSelect => '評價至少到(_l)...'
+
+ );
+}
+
+1;