summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/ZH_CN
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/ZH_CN')
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCExport/GCExportXML.pm41
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportFolder.pm70
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCImport/GCImportTellico.pm37
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCTVepisodes.pm46
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCTVseries.pm50
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCboardgames.pm86
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCbooks.pm70
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCcoins.pm104
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCfilms.pm93
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCgames.pm82
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCgeneric.pm44
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCmusics.pm68
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCperiodicals.pm55
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCsoftware.pm84
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCstamps.pm192
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCModels/GCwines.pm65
-rw-r--r--lib/gcstar/GCLang/ZH_CN/GCstar.pm653
31 files changed, 2670 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..e4c10d7
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportCSV;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Header' => '包含顶部的字段名称',
+ 'Separator' => '分隔符',
+ 'Replacement' => '替换分隔符',
+ 'Charset' => '编码',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..9f2fafc
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportExternal;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => '外部磁盘',
+ 'ZipAll' => 'zip压缩(.gcz)',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..c6adb7e
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportHTML;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'ModelNotFound' => '无效模板',
+ 'UseFile' => '使用文件',
+ 'WithJS' => '使用Javascript',
+ 'FileTemplate' => '模板',
+ 'Preview' => '预览',
+ 'NoPreview' => '没有预览',
+ 'TemplateExternalFile' => '模板文件',
+ 'Title' => '页面标题',
+ 'InfoFile' => '列表所在文件:',
+ 'InfoDir' => '图片目录',
+ 'HeightImg' => '导出图片的高度(像素)',
+ 'OpenFileInBrowser' => '在浏览器中打开生成的文件',
+ 'Note' => '本列表由<a href="http://www.gcstar.org/">GCstar</a>生成',
+ 'InputTitle' => '输入搜索文字',
+ 'SearchType1' => '只有标题',
+ 'SearchType2' => '全部信息',
+ 'SearchButton' => '搜索',
+ 'SearchTitle' => '只显示匹配条件的电影',
+ 'AllButton' => '全部',
+ 'AllTitle' => '显示全部电影',
+ 'Expand' => '展开全部',
+ 'ExpandTitle' => '显示所有电影信息',
+ 'Collapse' => '折叠全部',
+ 'CollapseTitle' => '折叠全部电影信息',
+ 'Borrowed' => '被谁借走:',
+ 'NotBorrowed' => '可用',
+ 'Top' => '顶部',
+ 'Bottom' => '底部',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..cf6e0a3
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportPDB;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Palm PDB',
+ 'DatabaseName' => '数据库名称',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..2be7405
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportSQL;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'WithDrop' => '包含DROP指引',
+ 'WithCreate' => '包含CREATE指引',
+ 'TableName' => '表格名称',
+ 'InfoFile' => 'SQL文件: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..df90790
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportTarGz;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Info' => '压缩到文件:',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..3a590ec
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::ZH_CN::GCExport::GCExportXML;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'ModelFile' => '模板文件',
+ 'ModelText' => '模板文字',
+ 'Models' => '模板使用',
+ 'UseFile' => '使用文件',
+ 'UseModel' => '使用文字区域',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..3ac70f4
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportAlexandria;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Where' => '要搜索哪個位置',
+ 'Default' => '默认的Alexandria目录',
+ 'Specified' => '指定目录',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..6850d92
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportCSV;
+
+ 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 = (
+ 'Charset' => '编码',
+ 'Header' => '忽略第一行',
+ 'Separator' => '分隔符',
+ 'Plugin' => '使用网站',
+ 'UseFirst' => '当结果太多时使用第一个',
+ 'SearchField' => '搜索项目时使用',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..33040c1
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportFolder.pm
@@ -0,0 +1,70 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportFolder;
+
+ 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';
+ use GCLang::GCLangUtils;
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => '目录',
+ 'Recursive' => '递归搜索子目录',
+ 'Suffixes' => '后缀名',
+ 'SuffixesTooltip' => '用逗号分隔打算处理的后缀列表',
+ 'Remove' => '从名称中删除',
+ 'RemoveTooltip' => '用逗号分隔要从名称中删除的文字列表',
+ 'Ask'=> '询问',
+ 'AskEnd'=> '最后一起询问',
+ 'AddWithoutInfo'=> '添加,不包括信息',
+ 'DontAdd'=> '不添加',
+ 'TakeFirst' => '优先选择',
+ 'MultipleResult'=> '多个结果',
+ 'MultipleResultTooltip'=> '当插件有多个返回结果时怎么办?',
+ 'RemoveWholeWord' => '只有一个单词时删除',
+ 'NoResult'=> '没有结果',
+ 'NoResultTooltip'=> '当插件没有返回结果时怎么办?',
+ 'RemoveTooltipWholeWord' => '只有当只出现一个单词时删除单词',
+ 'RemoveRegularExpr' => '正则表达式',
+ 'RemoveTooltipRegularExpr' => '将\'从名称中删除\'作为perl正则表达式',
+ 'SkipFileAlreadyInCollection' => '只添加新文件',
+ 'SkipFileAlreadyInCollectionTooltip' => '只添加没有在收藏中的文件',
+ 'SkipFileNo' => '否',
+ 'SkipFileFullPath' => '基于完整路径',
+ 'SkipFileFileName' => '基于文件名',
+ 'SkipFileFileNameAndUpdate' => '基于文件名(但更新收藏中的路径)',
+ 'InfoFromFileNameRegExp' => '用正则表达式分析文件名',
+ 'InfoFromFileNameRegExpTooltip' => '从文件名(删除后缀名)中提取提取信息.\n如不需要留空.\n已知字段:\n$T:标题,$A:字母表示标题, $Y:发行日期,$S:季,$E:集,$N:字母表示系列名称,$x:部,$y:总部数',
+
+ 'InfoFromFileNameRegExp' => '用正则表达式分析文件名',
+ 'InfoFromFileNameRegExpTooltip' => '从文件名(删除后缀名)中提取提取信息.\n如不需要留空.\n已知字段:\n$T:标题,$A:文章, $Y:年份, $S:季, $E:期, $N:卷名'
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..276df8b
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportGCstar;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'CopyPictures' => '复制图片',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportList.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportList.pm
new file mode 100644
index 0000000..cce54b6
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportList;
+
+ 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 = (
+ 'Name' => '名称列表',
+ 'Plugin' => '使用网站',
+ 'UseFirst' => '结果太多时使用第一个',
+ 'CommentAuto' => '自动导入项目',
+ 'CommentSite' => '网站:',
+ 'CommentTitle' => '标题:',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..fb5a870
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportScanner;
+
+ 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 = (
+ 'Name' => 'Barcode scanner',
+ 'Type' => 'Scanner type',
+ 'Local' => 'Local (used as a keyboard)',
+ 'Network' => 'Network (eg: GCstar Scanner for Android)',
+ 'Port' => 'Port to listen on',
+ 'Plugin' => 'Site to be used',
+ 'UseFirst' => 'Select first one if many results',
+ 'Waiting' => 'Waiting for barcode',
+ 'EAN' => 'Barcode',
+ 'ScanPrompt' => 'Scan an item or press on Done',
+ 'ScanOtherPrompt' => 'Scan another item or press on Done',
+ 'Previous' => '"%s" will be added.',
+ 'NothingFound' => 'Nothing was found for "%s". An empty item will be added.',
+ 'Terminate' => 'Done',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..46d1f61
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ZH_CN::GCImport::GCImportTellico;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'NotSupported' => '不是所支持的Tellico收藏',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..ae58678
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCTVepisodes.pm
@@ -0,0 +1,46 @@
+{
+ package GCLang::ZH_CN::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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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_CN/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..f90605b
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCTVseries.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::ZH_CN::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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => '电视剧(系列)收藏',
+ Items => '个系列',
+ NewItem => '新系列',
+ Name => '系列名称',
+ Season => '季',
+ Part => '部',
+ Episodes => '集',
+ FirstAired => '首播',
+ Time => '每集长度',
+ Producer => '制片商',
+ Music => '音乐',
+ );
+ importTranslation('Films');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..8a3fd8d
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCboardgames.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新遊戏',
+
+ Id => 'Id',
+ Name => '名称',
+ Original => '原名',
+ Box => '遊戏盒图片',
+ DesignedBy => '设计者',
+ PublishedBy => '出版商',
+ Players => '玩家人数',
+ PlayingTime => '遊戏时间',
+ SuggestedAge => '建议年龄',
+ Released => '发布',
+ Description => '描述',
+ Category => '分类',
+ Mechanics => '遊戏机制',
+ ExpandedBy => '有哪些扩充',
+ ExpansionFor => '扩充对象',
+ GameFamily => '遊戏家族',
+ IllustratedBy => '美工',
+ Url => '网页',
+ TimesPlayed => '所玩次数',
+ CompleteContents => '內容完整',
+ 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_CN/GCModels/GCbooks.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCbooks.pm
new file mode 100644
index 0000000..63860c8
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCbooks.pm
@@ -0,0 +1,70 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新书',
+
+ Isbn => 'ISBN',
+ Title => '標題',
+ Cover => '封皮',
+ Authors => '作者',
+ Publisher => '出版商',
+ Publication => '出版日期',
+ Language => '语言',
+ Genre => '类型',
+ Serie => '系列',
+ Rank => '等級',
+ Bookdescription => '书籍描述',
+ Pages => '页數',
+ Read => '已读',
+ Acquisition => '取得日期',
+ Edition => '版本',
+ Format => '格式',
+ Comments => '评论',
+ Url => '网页',
+ Translator => '译者',
+ Artist => '插画家',
+ DigitalFile => '电子版',
+
+ General => '一般',
+ Details => '详细',
+
+ ReadNo => '未读',
+ ReadYes => '已读',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCcoins.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCcoins.pm
new file mode 100644
index 0000000..01ad245
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCcoins.pm
@@ -0,0 +1,104 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新钱币',
+
+ 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_CN/GCModels/GCcomics.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCcomics.pm
new file mode 100644
index 0000000..e224388
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新漫画',
+
+
+ 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_CN/GCModels/GCfilms.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCfilms.pm
new file mode 100644
index 0000000..3ce30ab
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCfilms.pm
@@ -0,0 +1,93 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新电影',
+
+
+ Id => 'Id',
+ Title => '名称',
+ Date => '日期',
+ Time => '片长',
+ Director => '导演',
+ Country => '国家',
+ MinimumAge => '最小年龄限制',
+ Genre => '类型',
+ Image => '图片',
+ Original => '原名',
+ Actors => '演员',
+ Actor => '演员',
+ Role => '角色',
+ Comment => '评论',
+ Synopsis => '故事概览',
+ Seen => '已观赏',
+ Number => '媒体数量',
+ Format => '媒体格式',
+ Region => '地区',
+ Identifier => 'ID',
+ 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_CN/GCModels/GCgames.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCgames.pm
new file mode 100644
index 0000000..0fb790a
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCgames.pm
@@ -0,0 +1,82 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新游戏',
+
+ 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 => '精选',
+ Resolutions => '显示分辨率',
+ InstallationSize => '大小',
+ Region => '地区',
+ SerialNumber => '序列号',
+
+ General => '概况',
+ Details => '游戏细节',
+ Tips => '小技巧',
+ Information => '信息',
+
+ FilterRatingSelect => '评价至少到(_L)...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..299e46e
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCgeneric.pm
@@ -0,0 +1,44 @@
+{
+ package GCLang::ZH_CN::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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ Items => {0 => '项',
+ 1 => '项',
+ X => '项目',
+ lowercase1 => '项',
+ lowercaseX => '项'
+ },
+ NewItem => '新项',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCminicars.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCminicars.pm
new file mode 100644
index 0000000..3fabc3c
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::ZH_CN::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., 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 => '汽车',
+ lowercase1 => '辆汽车',
+ lowercaseX => '汽车'
+ },
+ NewItem => '新汽车',
+ Currency => '通用性',
+
+# Main fields
+
+ Main => '主要信息',
+
+ Name => '名称',
+ Exchange => '待售或待换',
+ Wanted => '需要',
+ Rating1 => '主评价',
+ Picture1 => '主图片',
+ Scale => '尺寸',
+ Manufacturer => '制造商',
+ Constructor => '设计师',
+ Type1 => '类型',
+ Modele => '型号',
+ Version => '版本',
+ Color => '型号颜色',
+ Pub => '广告',
+ Year => '年份',
+ Reference => '参考',
+ Kit => '工具列表',
+ Transformation => '个性变化',
+ Comments1 => '注释',
+
+# Details fields
+
+ Details => '详细',
+
+ MiscCharacteristics => '多方面特性',
+ Material => '材料',
+ Molding => '模制',
+ Condition => '状态',
+ Edition => '版本',
+ Collectiontype => '收集名称',
+ Serial => '系列',
+ Serialnumber => '序列号',
+ Designed => '设计日期',
+ Madein => '制造日期',
+ Box1 => 'Box种类',
+ Box2 => 'Box描述',
+ Containbox => 'Box内容',
+ Rating2 => '实用',
+ Rating3 => '完美',
+ Acquisition => '获得日期',
+ Location => '获得地点',
+ Buyprice => '获得价格',
+ Estimate => '估价',
+ Comments2 => '评论',
+ Decorationset => '装饰',
+ Characters => '性质',
+ CarFromFilm => '电影汽车',
+ Filmcar => '与汽车相关电影',
+ Filmpart => '电影部/集',
+ Parts => '数目',
+ VehiculeDetails => '详细',
+ Detailsparts => '细节部分',
+ Detailsdecorations => '装饰种类',
+ Decorations => '装饰数量',
+ Lwh => '长/宽/高',
+ Weight => '重量',
+ Framecar => '底盘',
+ Bodycar => '车身',
+ Colormirror => '型号颜色',
+ Interior => '内部',
+ Wheels => '车轮',
+ Registrationnumber1 => '前方注册号',
+ Registrationnumber2 => '后部注册号',
+ RacingCar => '赛车',
+ Course => '比赛',
+ Courselocation => '比赛地点',
+ Courseyear => '比赛日期',
+ Team => '团队',
+ Pilots => '赛车手',
+ Copilots => '副驾',
+ Carnumber => '车号',
+ Pub2 => '广告商',
+ Finishline => '完美等级',
+ Steeringwheel => '方向盘位置',
+
+
+# Catalogs fields
+
+ Catalogs => '目录',
+
+ OfficialPicture => '官方图片',
+ Barcode => '条形码',
+ Referencemirror => '参考',
+ Year3 => '可得日期',
+ CatalogCoverPicture => '封面',
+ CatalogPagePicture => '页数',
+ Catalogyear => '目录年份',
+ Catalogedition => '目录版本',
+ Catalogpage => '目录页数',
+ Catalogprice => '目录价格',
+ Personalref => '个人参考',
+ Websitem => '汽车制造商网站',
+ Websitec => '实际制造商网站',
+ Websiteo => '有用链接',
+ Comments3 => '注释',
+
+# Pictures fields
+
+ Pictures => '图片',
+
+ OthersComments => '总评分',
+ OthersDetails => '其它细节',
+ Top1 => '上',
+ Back1 => '下',
+ AVG => '左前',
+ AV => '前',
+ AVD => '右前',
+ G => '左',
+ BOX => 'Box',
+ D => '右',
+ ARG => '左后',
+ AR => '后',
+ ARD => '右后',
+ Others => '杂项',
+
+# PanelLending fields
+
+ LendingExplanation => '临时展览中的有用交换',
+ PanelLending => '租借(展览用)',
+ Comments4 => '注释',
+
+# Realmodel fields
+
+ Realmodel => '真实汽车',
+
+ Difference => '与小图的不同',
+ Front2 => '前',
+ Back2 => '后',
+ Comments5 => '注释',
+
+ References => '参考',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCmusics.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCmusics.pm
new file mode 100644
index 0000000..f6f67ff
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCmusics.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::ZH_CN::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., 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 => '新专辑',
+
+ 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_CN/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..4397183
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCperiodicals.pm
@@ -0,0 +1,55 @@
+{
+ package GCLang::ZH_CN::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., 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 => '期刊',
+ lowercase1 => '本期刊',
+ lowercaseX => '期刊'
+ },
+ NewItem => '新期刊',
+
+ Title => '名称',
+ Cover => '封面',
+ Periodical => '周期',
+ Number => '数',
+ Date => '日期',
+ Subject => '主题',
+ Articles => '文章',
+
+ General => '一般',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..f46b0e8
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCsmartcards.pm
@@ -0,0 +1,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;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..6302fd4
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCsoftware.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::ZH_CN::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., 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 => '软件',
+ lowercase1 => '个软件',
+ lowercaseX => '软件'},
+ NewItem => '新软件',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => '名称',
+ Platform => '平台',
+ Released => '发布日期',
+ Homepage => '主页',
+ Editor => '编辑',
+ Developer => '开发人员',
+ Category => '类型',
+ NumberOfCopies => '个数',
+ Price => '价格',
+ Box => '盒装图片',
+ Case => '例子',
+ Manual => '操作指南',
+ Executable => '可执行',
+ Description => '描述',
+ License => '版权',
+ Commercial => '商业软件',
+ FreewareNoncommercial => '免费软件',
+ OtherOpenSource => '其它开源软件',
+ PublicDomain => '公共软件',
+ OtherLicense => '其它',
+ Registration => '注册',
+ RegistrationInfo => '注册信息',
+ RegInfo => '注册信息',
+ RegistrationName => '用户名',
+ RegistrationNumber => '注册号',
+ PanelRegistration => '注册信息',
+ RegistrationComments => '添加信息或注释',
+ Screenshots => '截图',
+ Screenshot1 => '截图1',
+ Screenshot2 => '截图2',
+ Comments => '注释',
+ Url => '网页',
+ General => '一般',
+ Details => '详细',
+ Information => '信息',
+
+ FilterRatingSelect => '评价至少(_L)...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCstamps.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCstamps.pm
new file mode 100644
index 0000000..294adac
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCstamps.pm
@@ -0,0 +1,192 @@
+{
+ package GCLang::ZH_CN::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., 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 => '邮票',
+ lowercase1 => '张邮票',
+ lowercaseX => '邮票'
+ },
+ NewItem => '新邮票',
+
+ General => '一般',
+ Detail => '详细',
+ Value => '价值',
+ Notes => '笔记',
+ Views => '观察',
+
+ Name => '名称',
+ Country => '国家',
+ Year => '年份',
+ Catalog => '类型',
+ Number => '数目',
+ Topic => '主题',
+ Serie => '系列',
+ Designer => '设计者',
+ Engraver => '雕刻师',
+ Type => '类型',
+ Format => '形式',
+ Description => '描述',
+ Color => '颜色',
+ Gum => '背胶',
+ Paper => '纸张',
+ Perforation => '穿孔',
+ PerforationSize => '穿孔大小',
+ CancellationType => '注销戳类型',
+ Comments => '注释',
+ PrintingVariety => '印刷变种',
+ IssueDate => '发行日期',
+ EndOfIssue => '结束发行',
+ Issue => '发行',
+ Grade => '分级',
+ Status => '状态',
+ Adjusted => '调整',
+ Cancellation => '注销戳',
+ CancellationCondition => '注销戳情况',
+ GumCondition => '背胶情况',
+ PerforationCondition => '穿孔情况',
+ ConditionNotes => '状态笔记',
+ Error => '错误',
+ ErrorNotes => '错误记录',
+ FaceValue => '面值',
+ MintValue => '制造值',
+ UsedValue => '使用值',
+ PurchasedDate => '购买日期',
+ Quantity => '数量',
+ History => '历史',
+ Picture1 => '图片1',
+ Picture2 => '图片2',
+ Picture3 => '图片3',
+
+ AirMail => '航空邮件',
+ MilitaryStamp => '军邮',
+ Official => '公务邮件',
+ PostageDue => '应付邮资类',
+ Regular => '常规',
+ Revenue => '税收',
+ SpecialDelivery => '特别投递',
+ StrikeStamp => '罢工邮票',
+ TelegraphStamp => '电报邮票',
+ WarStamp => '战争邮票',
+ WarTaxStamp => '战争税邮票',
+
+ Booklet => '小型张',
+ BookletPane => '单张小型张',
+ Card => '明信片',
+ Coil => '卷状',
+ Envelope => '信封',
+ FirstDayCover => '首日封',
+ Sheet => '联张',
+ Single => '单张',
+
+ Heliogravure => '凹版照相',
+ Lithography => '平版',
+ Offset => '胶印',
+ Photogravure => '凹版印刷',
+ RecessPrinting => '凹口印刷',
+ Typography => '凸版印刷',
+
+ OriginalGum => '原始背胶',
+ Ungummed => '无胶',
+ Regummed => '后加背胶',
+
+ Chalky => '粉笔状',
+ ChinaPaper => '瓷器般的',
+ Coarsed => '粗糙',
+ Glossy => '有光泽的',
+ Granite => '花岗岩状',
+ Laid => 'Laid纸',
+ Manila => '马尼拉纸',
+ Native => '本地纸',
+ Pelure => 'Pelure纸',
+ Quadrille => 'Quadrille纸',
+ Ribbed => '棱纹纸',
+ Rice => '宣纸',
+ Silk => '丝纸',
+ Smoothed => '光滑的',
+ Thick => '厚',
+ Thin => '薄',
+ Wove => '布纹纸',
+
+ CoarsedPerforation => '粗糙穿孔',
+ CombPerforation => '梳状穿孔',
+ CompoundPerforation => '混合穿孔',
+ DamagedPerforation => '破坏了的穿孔',
+ DoublePerforation => '双孔',
+ HarrowPerforation => '耙状孔',
+ LinePerforation => '线孔',
+ NoPerforation => '无孔',
+
+ CancellationToOrder => '整理注销戳',
+ FancyCancellation => '精致注销戳',
+ FirstDayCancellation => '首日戳',
+ NumeralCancellation => '数字戳',
+ PenMarked => '笔戳',
+ RailroadCancellation => '铁路戳',
+ SpecialCancellation => '特殊戳',
+
+ Superb => '华丽',
+ ExtraFine => '极精致',
+ VeryFine => '非常精致',
+ FineVeryFine => '精致/很精致',
+ Fine => '精致',
+ Average => '一般',
+ Poor => '差',
+
+ Owned => '持有者',
+ Ordered => '已排序',
+ Sold => '已售',
+ ToSell => '待售',
+ Wanted => '需要',
+
+ LightCancellation => '轻戳',
+ HeavyCancellation => '重戳',
+ ModerateCancellation => '中等戳',
+
+ MintNeverHinged => '未铰',
+ MintLightHinged => '轻铰',
+ HingedRemnant => '残余铰',
+ HeavilyHinged => '重铰',
+ LargePartOriginalGum => '大面积原始胶',
+ SmallPartOriginalGum => '小面积原始胶',
+ NoGum => '无胶',
+
+ Perfect => '完美',
+ VeryNice => '非常好',
+ Nice => '好',
+ Incomplete => '不完整',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCModels/GCwines.pm b/lib/gcstar/GCLang/ZH_CN/GCModels/GCwines.pm
new file mode 100644
index 0000000..536c543
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCModels/GCwines.pm
@@ -0,0 +1,65 @@
+{
+ package GCLang::ZH_CN::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 => '获得',
+ PurchaseDate => '进货日期',
+ PurchasePrice => '进货价格',
+ Gift => '赠品',
+ BottleLabel => '瓶上的标签',
+ Website => '网路上的参考资料',
+
+ Tasted => '已品尝',
+ Comments => '评论',
+ Serving => '服务',
+ TastingField => '赏味笔记',
+
+ General => '一般',
+ Details => '细节',
+ Tasting => '赏味',
+
+ TastedNo => '未品尝过',
+ TastedYes => '已品尝',
+
+ FilterRange => '范围',
+ FilterTastedNo => '还没品尝(_N)',
+ FilterTastedYes => '已经品尝过了(_t)',
+ FilterRatingSelect => '评价至少到(_l)...'
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ZH_CN/GCstar.pm b/lib/gcstar/GCLang/ZH_CN/GCstar.pm
new file mode 100644
index 0000000..9346a51
--- /dev/null
+++ b/lib/gcstar/GCLang/ZH_CN/GCstar.pm
@@ -0,0 +1,653 @@
+{
+ package GCLang::ZH_CN;
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ 'LangName' => '中文(简体)',
+
+ 'Separator' => ': ',
+
+ 'Warning' => '<b>警告</b>:
+
+透过插件从网站上下载的资讯<b>仅限於个人使用</b>。
+
+没有<b>获取额外授权</b>的任何二次转发行为都是非法的。
+
+若想确认哪个网站拥有这些资讯,您可以使用<b>项目细节下的按钮</b>。',
+
+ 'AllItemsFiltered' => '没有{X}匹配过滤器要求',
+
+#Installation
+ 'InstallDirInfo' => '安装到',
+ 'InstallMandatory' => '必要组件',
+ 'InstallOptional' => '可选组件',
+ 'InstallErrorMissing' => '错误:以下Perl组件必须被安装:',
+ 'InstallPrompt' => '安装的根目录[/usr/local]: ',
+ 'InstallEnd' => '安装完毕',
+ 'InstallNoError' => '没有错误',
+ 'InstallLaunch' => '想使用这个应用程序,请点击一下',
+ 'InstallDirectory' => '安装目录',
+ 'InstallTitle' => 'GCstar 安装程序',
+ 'InstallDependencies' => '依赖组件',
+ 'InstallPath' => '路径',
+ 'InstallOptions' => '选项',
+ 'InstallSelectDirectory' => '选择安装目录',
+ 'InstallWithClean' => '删除安装目录中的文件',
+ 'InstallWithMenu' => '将GCstar添加到应用程序菜单',
+ 'InstallNoPermission' => '错误:您没有写入指定目录的权限',
+ 'InstallMissingMandatory' => '必要依赖组件不存在。在获取这些组件前,您不能够安装GCstar。',
+ 'InstallMissingOptional' => '部份选择依赖组件不存在。详细列表显示于下。 GCstar或许可以安装,但部份功能将会失效。',
+ 'InstallMissingNone' => '没有任何依赖问题,您可以继续并安装GCstar',
+ 'InstallOK' => '完成',
+ 'InstallMissing' => '不存在',
+ 'InstallMissingFor' => '不存在',
+ 'InstallCleanDirectory' => '删除目录中的GCstar文件:',
+ 'InstallCopyDirectory' => '将文件复制到目录:',
+ 'InstallCopyDesktop' => '复制桌面文件:',
+
+#Update
+ 'UpdateUseProxy' => '使用代理(如果没有使用代理直接按下ENTER):',
+ 'UpdateNoPermission' => '这个目录没有写入权限:',
+ 'UpdateNone' => '没有发现更新',
+ 'UpdateFileNotFound' => '文件不存在',
+
+#Splash
+ 'SplashInit' => '初始化',
+ 'SplashLoad' => '加载收藏',
+ 'SplashDisplay' => '正在显示收藏',
+ 'SplashSort' => '排序收藏',
+ 'SplashDone' => '准备完成',
+
+#Import from GCfilms
+ 'GCfilmsImportQuestion' => '您似乎以前用过GCfilms,您想要导入GCfilms资料到GCstar中吗(这不会破坏您的GCfilms资料)?',
+ 'GCfilmsImportOptions' => '设置',
+ 'GCfilmsImportData' => '电影列表',
+
+#Menus
+ 'MenuFile' => '文件(_F)',
+ 'MenuNewList' => '新收藏(_N)',
+ 'MenuStats' => '统计',
+ 'MenuHistory' => '最近使用的收藏(_R)',
+ 'MenuLend' => '显示被借走的东西(_B)',
+ 'MenuImport' => '导入(_I)',
+ 'MenuExport' => '导出(_E)',
+ 'MenuAddItem' => '添加{1}(_A)', # Accepts model codes
+
+ 'MenuEdit' => '编辑(_E)',
+ 'MenuDuplicate' => '复制{1}(_p)',
+ 'MenuDuplicatePlural' => '复制{X}(_p)',
+ 'MenuEditSelectAllItems' => '选择所有{X}(_A)', # Accepts model codes
+ 'MenuEditDeleteCurrent' => '删除{1}(_R)',
+ 'MenuEditDeleteCurrentPlural' => '删除{X}(_R)',
+ 'MenuEditFields' => '变更收藏字段(_C)',
+ 'MenuEditLockItems' => '锁定收藏(_L)',
+
+ 'MenuDisplay' => '过滤器(_i)',
+ 'MenuSavedSearches' => '保存搜索',
+ 'MenuSavedSearchesSave' => '保存当前搜索',
+ 'MenuSavedSearchesEdit' => '变更已经保存的搜索',
+ 'MenuAdvancedSearch' => '高级搜索(_d)',
+ 'MenuViewAllItems' => '显示全部{X}(_A)',
+ 'MenuNoFilter' => '全部(_A)',
+
+ 'MenuConfiguration' => '设置(_S)',
+ 'MenuDisplayMenu' => 'Display',
+ 'MenuDisplayFullScreen' => 'Full screen',
+ 'MenuDisplayMenuBar' => 'Menus',
+ 'MenuDisplayToolBar' => 'Toolbar',
+ 'MenuDisplayStatusBar' => 'Bottom bar',
+ 'MenuDisplayOptions' => '显示信息(_D)',
+ 'MenuBorrowers' => '出借对象(_B)',
+ 'MenuToolbarConfiguration' => '工具栏控制(_T)',
+ 'MenuDefaultValues' => 'Default values for new item', # Accepts model codes
+ 'MenuGenresConversion' => '类型转换(_C)',
+
+ 'MenuBookmarks' => '我的收藏(_C)',
+ 'MenuBookmarksAdd' => '添加到当前收藏(_A)',
+ 'MenuBookmarksEdit' => '编辑添加到书签的收藏(_E)',
+
+ 'MenuHelp' => '帮助(_H)',
+ 'MenuHelpContent' => '内容(_C)',
+ 'MenuAllPlugins' => '查看插件(_P)',
+ 'MenuBugReport' => '报告问题',
+ 'MenuAbout' => '关于GCstar(_A)',
+
+ 'MenuNewWindow' => '在新窗口中显示{1}(_N)',
+ 'MenuNewWindowPlural' => '在新窗口中显示{X}(_N)',
+
+ 'ContextExpandAll' => '展开全部',
+ 'ContextCollapseAll' => '折叠全部',
+ 'ContextChooseImage' => '选择图片(_I)',
+ 'ContextOpenWith' => '用指定程序打开(_h)...',
+ 'ContextImageEditor' => '图像编辑器',
+ 'ContextImgFront' => '封面',
+ 'ContextImgBack' => '封底',
+ 'ContextChooseFile' => '请选择要使用的文件',
+ 'ContextChooseFolder' => '选择一个目录',
+
+ 'DialogEnterNumber' => '请输入数值',
+
+ 'RemoveConfirm' => '您确定要删除这个{X}?',
+ 'RemoveConfirmPlural' => '您确定要删除这个{X}?',
+ 'DefaultNewItem' => '新{X}',
+ 'NewItemTooltip' => '添加一个新{1}',
+ 'NoItemFound' => '没有发现,想要搜索其他站点吗?',
+ 'OpenList' => '请选择收藏',
+ 'SaveList' => '请选择要将这个收藏保存在哪里?',
+ 'SaveListTooltip' => '保存当前的收藏',
+ 'SaveUnsavedChanges' => '您收藏中的变更还未保存,现在保存吗?',
+ 'SaveDontSave' => '不保存',
+ 'PreferencesTooltip' => '设置',
+ 'ViewTooltip' => '改变收藏显示',
+ 'PlayTooltip' => '针对{1}启动文件关联',
+ 'PlayFileNotFound' => '在指定位置上没有发现目标文件:',
+ 'PlayRetry' => '重试',
+
+ 'StatusSave' => '保存中...',
+ 'StatusLoad' => '载入中...',
+ 'StatusSearch' => '搜索正在进行...',
+ 'StatusGetInfo' => '取得资讯...',
+ 'StatusGetImage' => '取得图片...',
+
+ 'SaveError' => '不能保存项目列表,请检查文件存取权限与剩余软盘空间。',
+ 'OpenError' => '不能开启项目列表,请检查文件存取权限。',
+ 'OpenFormatError' => '不能开启项目列表,因为文件格式不正确。',
+ 'OpenVersionWarning' => '本收藏由更新版本的GCstar建立。如果您保存,您可能会失去某些信息。',
+ 'OpenVersionQuestion' => '您依然想继续吗?',
+ 'ImageError' => '选择保存图片的目录不正确,请选择另一个。',
+ 'OptionsCreationError'=> '不能建立设置档。',
+ 'OptionsOpenError'=> '不能打开设置档:',
+ 'OptionsSaveError'=> '不能保存设置档:',
+ 'ErrorModelNotFound' => '未发现模块:',
+ 'ErrorModelUserDir' => '使用者定义模块在:',
+
+ 'RandomTooltip' => '今天晚上看什么?',
+ 'RandomError'=> '没有{X}可供选择',
+ 'RandomEnd'=> '没有更多{X}',
+ 'RandomNextTip'=> '下一个建议',
+ 'RandomOkTip'=> '接受这个建议',
+
+ 'AboutTitle' => '关于GCstar',
+ 'AboutDesc' => '个人收藏品管理器',
+ 'AboutVersion' => '版本',
+ 'AboutTeam' => '团队',
+ 'AboutWho' => 'Christian Jodar (Tian): 项目管理, 程序员
+Nyall Dawson (Zombiepig): 程序员
+TPF: 程序员
+Adolfo González: 程序员
+',
+ 'AboutLicense' => '以GNU GPL授权发佈
+Logos Copyright le Spektre',
+ 'AboutTranslation' => '简体中文翻译由白文斯密制作',
+ 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): 皮肤设计
+Logo和网络设计: le Spektre',
+
+ 'UnsavedCollection' => '未保存的收藏',
+ 'ModelsSelect' => '选择一个收藏类型',
+ 'ModelsPersonal' => '个人模块',
+ 'ModelsDefault' => '默认模块',
+ 'ModelsList' => '收藏定义',
+ 'ModelSettings' => '收藏设置',
+ 'ModelNewType' => '新的收藏类型',
+ 'ModelName' => '收藏类型的名字:',
+ 'ModelFields' => '字段',
+ 'ModelOptions' => '选项',
+ 'ModelFilters' => '过滤器',
+ 'ModelNewField' => '新字段',
+ 'ModelFieldInformation' => '资讯',
+ 'ModelFieldName' => '字段名称:',
+ 'ModelFieldType' => '类型:',
+ 'ModelFieldGroup' => '组別:',
+ 'ModelFieldValues' => '值',
+ 'ModelFieldInit' => '默认:',
+ 'ModelFieldMin' => '最小:',
+ 'ModelFieldMax' => '最大:',
+ 'ModelFieldList' => '列表:',
+ 'ModelFieldListLegend' => '<i>用半角逗号分隔</i>',
+ 'ModelFieldDisplayAs' => '显示成:',
+ 'ModelFieldDisplayAsText' => '文字',
+ 'ModelFieldDisplayAsGraphical' => '评分条',
+ 'ModelFieldTypeShortText' => '短文字',
+ 'ModelFieldTypeLongText' => '长文字',
+ 'ModelFieldTypeYesNo' => '布尔值',
+ 'ModelFieldTypeNumber' => '数字',
+ 'ModelFieldTypeDate' => '日期',
+ 'ModelFieldTypeOptions' => '预定义选择列表',
+ 'ModelFieldTypeImage' => '图片',
+ 'ModelFieldTypeSingleList' => '简表',
+ 'ModelFieldTypeFile' => '文件',
+ 'ModelFieldTypeFormatted' => '依赖其他字段',
+ 'ModelFieldParameters' => '变量',
+ 'ModelFieldHasHistory' => '使用历史信息',
+ 'ModelFieldFlat' => '单行显示',
+ 'ModelFieldStep' => '步长:',
+ 'ModelFieldFileFormat' => '文件格式:',
+ 'ModelFieldFileFile' => '一般文件',
+ 'ModelFieldFileImage' => '图片',
+ 'ModelFieldFileVideo' => '影片',
+ 'ModelFieldFileAudio' => '音频',
+ 'ModelFieldFileProgram' => '程序',
+ 'ModelFieldFileUrl' => '统一资源定义符(URL)',
+ 'ModelFieldFileEbook' => '电子书',
+ 'ModelOptionsFields' => '使用字段',
+ 'ModelOptionsFieldsAuto' => '自动',
+ 'ModelOptionsFieldsNone' => '无',
+ 'ModelOptionsFieldsTitle' => '作为标题',
+ 'ModelOptionsFieldsId' => '作为ID',
+ 'ModelOptionsFieldsCover' => '作为封面',
+ 'ModelOptionsFieldsPlay' => '连接播放按钮',
+ 'ModelCollectionSettings' => '收藏设置',
+ 'ModelCollectionSettingsLending' => '可被借出',
+ 'ModelCollectionSettingsTagging' => '可加标签',
+ 'ModelFilterActivated' => '收录进搜索框内',
+ 'ModelFilterComparison' => '比较',
+ 'ModelFilterContain' => '含有',
+ 'ModelFilterDoesNotContain' => '未含有',
+ 'ModelFilterRegexp' => '正则表示式',
+ 'ModelFilterRange' => '范围',
+ 'ModelFilterNumeric' => '以数字比较',
+ 'ModelFilterQuick' => '建立一个快速过滤器',
+ 'ModelTooltipName' => '建立名字以供其他收藏使用。如果空白,相关设置会直接保存在收藏里面。',
+ 'ModelTooltipLabel' => '用来显示的字段名称',
+ 'ModelTooltipGroup' => '供字段的分组使用,不设置会将字段归入默认分组',
+ 'ModelTooltipHistory' => '过去的输入值将会被建成列表供选择',
+ 'ModelTooltipFormat' => '格式将会决定播放按钮关联到什么程序',
+ 'ModelTooltipLending' => '这会在收藏里添加一些字段来管理借出资讯',
+ 'ModelTooltipTagging' => '这会添加一些字段来管理标签',
+ 'ModelTooltipNumeric' => '这个值将会被当作数字来比较',
+ 'ModelTooltipQuick' => '这将会在“过滤器”下添加一个子菜单',
+
+ 'ResultsTitle' => '选择一个{X}',
+ 'ResultsNextTip' => '搜索下一个网站',
+ 'ResultsPreview' => '预览',
+ 'ResultsInfo' => '借由按住Ctrl或shift键,您可以添加多个项目到收藏中',
+
+ 'OptionsTitle' => '设置',
+ 'OptionsExpertMode' => '专家模式',
+ 'OptionsPrograms' => '对不同类型的文件用不同的程序开启,若留白则使用系统默认值',
+ 'OptionsBrowser' => '网页浏览器',
+ 'OptionsPlayer' => '影片播放器',
+ 'OptionsAudio' => '音频播放器',
+ 'OptionsImageEditor' => '图像编辑器',
+ 'OptionsCdDevice' => 'CD设备',
+ 'OptionsImages' => '图片目录',
+ 'OptionsUseRelativePaths' => '对图片使用相对路径',
+ 'OptionsLayout' => '窗口布局方式',
+ 'OptionsStatus' => '显示状态条',
+ 'OptionsUseStars' => '使用星号来显示评分',
+ 'OptionsWarning' => '警告:改变这个标签页后必须要重启程序才会生效。',
+ 'OptionsRemoveConfirm' => '在项目删除前要求确认',
+ 'OptionsAutoSave' => '自动保存收藏',
+ 'OptionsAutoLoad' => '在启动时载入先前的收藏',
+ 'OptionsSplash' => '显示启动画面',
+ 'OptionsTearoffMenus' => '允许撕开菜单',
+ 'OptionsSpellCheck' => '在长文字字段使用语法检查',
+ 'OptionsProgramTitle' => '选择使用的程序',
+ 'OptionsPlugins' => '从哪些网站取得项目资料',
+ 'OptionsAskPlugins' => '询问 (全部网站)',
+ 'OptionsPluginsMulti' => '多数网站',
+ 'OptionsPluginsMultiAsk' => '询问 (多数网站)',
+ 'OptionsPluginsMultiPerField' => '多个网站(每个字段)',
+ 'OptionsPluginsMultiPerFieldWindowTitle' => '多个网站的顺序',
+ 'OptionsPluginsMultiPerFieldDesc' => '每个字段将填入从左开始第一个非空信息',
+ 'OptionsPluginsMultiPerFieldFirst' => '第一',
+ 'OptionsPluginsMultiPerFieldLast' => '最后',
+ 'OptionsPluginsMultiPerFieldRemove' => '删除',
+ 'OptionsPluginsMultiPerFieldClearSelected' => '清空选择字段列表',
+ 'OptionsPluginsList' => '设置列表',
+ 'OptionsAskImport' => '选择字段来汇入',
+ 'OptionsProxy' => '使用代理',
+ 'OptionsCookieJar' => '使用cookie jar文件',
+ 'OptionsLang' => '语言',
+ 'OptionsMain' => '主要',
+ 'OptionsPaths' => '路径',
+ 'OptionsInternet' => '网络',
+ 'OptionsConveniences' => '其他特征',
+ 'OptionsDisplay' => '显示',
+ 'OptionsToolbar' => '工具列',
+ 'OptionsToolbars' => {0 => '无', 1 => '小', 2 => '大', 3 => '系统设置'},
+ 'OptionsToolbarPosition' => '位置',
+ 'OptionsToolbarPositions' => {0 => '上', 1 => '下', 2 => '左', 3 => '右'},
+ 'OptionsExpandersMode' => '过长的文字',
+ 'OptionsExpandersModes' => {'asis' => '不管它', 'cut' => '切断', 'wrap' => '自动换行'},
+ 'OptionsDateFormat' => '日期格式',
+ 'OptionsDateFormatTooltip' => '使用strftime(3)格式,默认值为%d/%m/%Y',
+ 'OptionsView' => '项目列表',
+ 'OptionsViews' => {0 => '文字', 1 => '图片', 2 => '细节'},
+ 'OptionsColumns' => '栏',
+ 'OptionsMailer' => '寄信程序',
+ 'OptionsSMTP' => '服务器',
+ 'OptionsFrom' => '您的e-mail',
+ 'OptionsTransform' => '将冠词放在标题的末尾',
+ 'OptionsArticles' => '冠词(用逗点分开)',
+ 'OptionsSearchStop' => '允许搜索被放弃',
+ 'OptionsBigPics' => '在可以的状况下使用大图片',
+ 'OptionsAlwaysOriginal' => '如果没有原始标题用主要标题代替',
+ 'OptionsRestoreAccelerators' => '恢复加速',
+ 'OptionsHistory' => '历史大小',
+ 'OptionsClearHistory' => '清除历史',
+ 'OptionsStyle' => '面板',
+ 'OptionsDontAsk' => '別再询问',
+ 'OptionsPathProgramsGroup' => '程序',
+ 'OptionsProgramsSystem' => '使用系统定义的程序',
+ 'OptionsProgramsUser' => '复写默认的程序',
+ 'OptionsProgramsSet' => '设置程序',
+ 'OptionsPathImagesGroup' => '图片',
+ 'OptionsInternetDataGroup' => '资料汇入',
+ 'OptionsInternetSettingsGroup' => '设置',
+ 'OptionsDisplayInformationGroup' => '信息显示方式',
+ 'OptionsDisplayArticlesGroup' => '冠词',
+ 'OptionsImagesDisplayGroup' => '显示',
+ 'OptionsImagesStyleGroup' => '风格',
+ 'OptionsDetailedPreferencesGroup' => '设置',
+ 'OptionsFeaturesConveniencesGroup' => '便利',
+ 'OptionsPicturesFormat' => '图片前缀:',
+ 'OptionsPicturesFormatInternal' => 'gcstar__',
+ 'OptionsPicturesFormatTitle' => '关联项目的标题或名字',
+ 'OptionsPicturesWorkingDir' => '%WORKING_DIR% 或 . 被用来代指收藏目录(在路径的开始处)',
+ 'OptionsPicturesFileBase' => '%FILE_BASE% 被用来代指没有后缀的收藏档名(.gcs)',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% 只能被用在图片路径的开头',
+ 'OptionsConfigureMailers' => '设置邮件程序',
+
+ 'ImagesOptionsButton' => '设置',
+ 'ImagesOptionsTitle' => '设置图片列表',
+ 'ImagesOptionsSelectColor' => '选择一个颜色',
+ 'ImagesOptionsUseOverlays' => '使用图像层叠',
+ 'ImagesOptionsBg' => '背景',
+ 'ImagesOptionsBgPicture' => '使用背景图片',
+ 'ImagesOptionsFg'=> '选择',
+ 'ImagesOptionsBgTooltip' => '改变背景色',
+ 'ImagesOptionsFgTooltip'=> '改变选择颜色',
+ 'ImagesOptionsResizeImgList' => '自动改变栏的数字',
+ 'ImagesOptionsAnimateImgList' => 'Use animations',
+ 'ImagesOptionsSizeLabel' => '尺寸',
+ 'ImagesOptionsSizeList' => {0 => '极小', 1 => '小', 2 => '中', 3 => '大', 4 => '极大'},
+ 'ImagesOptionsSizeTooltip' => '选择图片尺寸',
+
+ 'DetailedOptionsTitle' => '设置细节列表',
+ 'DetailedOptionsImageSize' => '图片尺寸',
+ 'DetailedOptionsGroupItems' => '项目分组依据',
+ 'DetailedOptionsSecondarySort' => '为子字段排序',
+ 'DetailedOptionsFields' => '选择显示字段',
+ 'DetailedOptionsGroupedFirst' => '将孤儿项目放在一起',
+ 'DetailedOptionsAddCount' => '显示类型中项目的数目',
+
+ 'ExtractButton' => '信息',
+ 'ExtractTitle' => '文件信息',
+ 'ExtractImport' => '使用值',
+
+ 'FieldsListOpen' => '从文件载入字段列表',
+ 'FieldsListSave' => '保存字段列表到文件',
+ 'FieldsListError' => '这个字段列表不能被用在这个类型的收藏上',
+ 'FieldsListIgnore' => '--- 忽略',
+
+ 'ExportTitle' => '汇出项目列表',
+ 'ExportFilter' => '仅汇出显示的项目',
+ 'ExportFieldsTitle' => '字段被汇出',
+ 'ExportFieldsTip' => '选择您想汇出的字段',
+ 'ExportWithPictures' => '复制子目录中的图片',
+ 'ExportSortBy' => '排序依据',
+ 'ExportOrder' => '次序',
+
+ 'ImportListTitle' => '汇入另一个项目列表',
+ 'ImportExportData' => '资料',
+ 'ImportExportFile' => '文件',
+ 'ImportExportFieldsUnused' => '未使用字段',
+ 'ImportExportFieldsUsed' => '使用字段',
+ 'ImportExportFieldsFill' => '添加全部',
+ 'ImportExportFieldsClear' => '删除全部',
+ 'ImportExportFieldsEmpty' => '您至少必须选择一个字段',
+ 'ImportExportFileEmpty' => '您必须指定一个文件名称',
+ 'ImportFieldsTitle' => '要导入的字段',
+ 'ImportFieldsTip' => '选择您想汇入的字段',
+ 'ImportNewList' => '建立一个新的收藏',
+ 'ImportCurrentList' => '添加到当前的收藏',
+ 'ImportDropError' => '至少有一个文件打开错误,将加载之前的列表。',
+ 'ImportGenerateId' => '对每个项目产生ID',
+
+ 'FileChooserOpenFile' => '请选择要使用的文件',
+ 'FileChooserDirectory' => '目录',
+ 'FileChooserOpenDirectory' => '选择一个目录',
+ 'FileChooserOverwrite' => '这个文件已经存在,您要覆盖它吗?',
+ 'FileAllFiles' => '所有文件',
+ 'FileVideoFiles' => '视频文件',
+ 'FileEbookFiles' => '电子书',
+ 'FileAudioFiles' => '音频文件',
+ 'FileGCstarFiles' => 'GCstar收藏',
+
+ #Some default panels
+ 'PanelCompact' => '简洁',
+ 'PanelReadOnly' => '只读',
+ 'PanelForm' => '分页',
+
+ 'PanelSearchButton' => '获取资讯',
+ 'PanelSearchTip' => '搜索网路上关于这个名字的资讯',
+ 'PanelSearchContextChooseOne' => '选择一个网站...',
+ 'PanelSearchContextMultiSite' => '使用"多网站"',
+ 'PanelSearchContextMultiSitePerField' => '使用"每个字段多个网站"',
+ 'PanelSearchContextOptions' => '改变选项...',
+ 'PanelImageTipOpen' => '点击图片以选择另一个。',
+ 'PanelImageTipView' => '点击图片浏览真实尺寸。',
+ 'PanelImageTipMenu' => ' 更多选择请按右键',
+ 'PanelImageTitle' => '选择一张图片',
+ 'PanelImageNoImage' => '没有图片',
+ 'PanelSelectFileTitle' => '选择一个文件',
+ 'PanelLaunch' => '打开',
+ 'PanelRestoreDefault' => '复原到默认值',
+ 'PanelRefresh' => '更新',
+ 'PanelRefreshTip' => '从网络上更新',
+
+ 'PanelFrom' =>'从',
+ 'PanelTo' =>'至',
+
+ 'PanelWeb' => '浏览资讯',
+ 'PanelWebTip' => '浏览网路上关于这个项目的资讯',
+ 'PanelRemoveTip' => '删除当前项目',
+
+ 'PanelDateSelect' => '选择',
+ 'PanelNobody' => '没有人',
+ 'PanelUnknown' => '未知',
+ 'PanelAdded' => '添加日期',
+ 'PanelRating' => '评价',
+ 'PanelPressRating' => '媒体评价',
+ 'PanelLocation' => '位置',
+
+ 'PanelLending' => '出借状况',
+ 'PanelBorrower' => '借出对象',
+ 'PanelLendDate' => '出借日期',
+ 'PanelHistory' => '出借记录',
+ 'PanelReturned' => '物品归还',
+ 'PanelReturnDate' => '归还日期',
+ 'PanelLendedYes' => '出借中',
+ 'PanelLendedNo' => '可用',
+
+ 'PanelTags' => '标签',
+ 'PanelFavourite' => '最爱',
+ 'TagsAssigned' => '标签',
+
+ 'PanelUser' => '使用者字段',
+
+ 'CheckUndef' => '未定义',
+ 'CheckYes' => '是',
+ 'CheckNo' => '不是',
+
+ 'ToolbarRandom' => '随机选取',
+ 'ToolbarAll' => '浏览全部',
+ 'ToolbarAllTooltip' => '浏览全部项目',
+ 'ToolbarGroupBy' => '分组依据',
+ 'ToolbarGroupByTooltip' => '选择一个字段给项目列表分组',
+ 'ToolbarQuickSearch' => '快速搜索',
+ 'ToolbarQuickSearchLabel' => '搜索',
+ 'ToolbarQuickSearchTooltip' => '选择这个字段来搜索,输入要搜索的字串后按ENTER。',
+ 'ToolbarSeparator' => '分隔',
+
+ 'PluginsTitle' => '搜索一个项目',
+ 'PluginsQuery' => '查询',
+ 'PluginsFrame' => '搜索站点',
+ 'PluginsLogo' => 'Logo',
+ 'PluginsName' => '名字',
+ 'PluginsSearchFields' => '搜索字段',
+ 'PluginsAuthor' => '作者',
+ 'PluginsLang' => '语言',
+ 'PluginsUseSite' => '使用被选择的站点供未来搜索',
+ 'PluginsPreferredTooltip' => 'GCstar推荐站点',
+ 'PluginDisabled' => '无效',
+
+ 'BorrowersTitle' => '出借对象设置',
+ 'BorrowersList' => '出借对象',
+ 'BorrowersName' => '名字',
+ 'BorrowersEmail' => 'E-mail',
+ 'BorrowersAdd' => '添加',
+ 'BorrowersRemove' => '删除',
+ 'BorrowersEdit' => '编辑',
+ 'BorrowersTemplate' => '邮件模板',
+ 'BorrowersSubject' => '邮件主题',
+ 'BorrowersNotice1' => '%1 将会被取代为出借对象的名字',
+ 'BorrowersNotice2' => '%2 将会被取代为物品名称',
+ 'BorrowersNotice3' => '%3 将会被取代为出借日期',
+
+ 'BorrowersImportTitle' => '导入出借对象的信息',
+ 'BorrowersImportType' => '文件格式:',
+ 'BorrowersImportFile' => '文件:',
+
+ 'BorrowedTitle' => '被借走的东西',
+ 'BorrowedDate' => '从',
+ 'BorrowedDisplayInPanel' => '在主窗口显示物品',
+
+ 'MailTitle' => '发一封email',
+ 'MailFrom' => '寄信人:',
+ 'MailTo' => '收信人:',
+ 'MailSubject' => '主题:',
+ 'MailSmtpError' => '连线到SMTP服务器时出现问题',
+ 'MailSendmailError' => '寄送信件时出现问题',
+
+ 'SearchTooltip' => '搜索所有项目',
+ 'SearchTitle' => '项目搜索',
+ 'SearchNoField' => '搜索没有选择任何字段。
+在收藏设置中的过滤器标签中加入。',
+
+ 'QueryReplaceField' => '替换字段',
+ 'QueryReplaceOld' => '当前值',
+ 'QueryReplaceNew' => '新值',
+ 'QueryReplaceLaunch' => '替换',
+
+ 'ImportWindowTitle' => '选择要导入的字段',
+ 'ImportViewPicture' => '浏览图片',
+ 'ImportSelectAll' => '全选',
+ 'ImportSelectNone' => '全部不选',
+
+ 'MultiSiteTitle' => '用来搜索的网站',
+ 'MultiSiteUnused' => '未使用的插件',
+ 'MultiSiteUsed' => '被使用的插件',
+ 'MultiSiteLang' => '添加英语插件至列表',
+ 'MultiSiteEmptyError' => '您的站点列表为空',
+ 'MultiSiteClear' => '清除列表',
+
+ 'DisplayOptionsTitle' => '显示项目',
+ 'DisplayOptionsAll' => '全选',
+ 'DisplayOptionsSearch' => '选择按钮',
+
+ 'GenresTitle' => '类型转换',
+ 'GenresCategoryName' => '使用类型',
+ 'GenresCategoryMembers' => '替换类型',
+ 'GenresLoad' => '读取一个列表',
+ 'GenresExport' => '将列表存到文件',
+ 'GenresModify' => '编辑转换',
+
+ 'PropertiesName' => '收藏名称',
+ 'PropertiesLang' => '语言编码',
+ 'PropertiesOwner' => '拥有者',
+ 'PropertiesEmail' => 'Email',
+ 'PropertiesDescription' => '描述',
+ 'PropertiesFile' => '文件信息',
+ 'PropertiesFilePath' => '完整路径',
+ 'PropertiesItemsNumber' => '项目数目',
+ 'PropertiesFileSize' => '大小',
+ 'PropertiesFileSizeSymbols' => ['字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
+ 'PropertiesCollection' => '收藏属性',
+ 'PropertiesDefaultPicture' => '默认图片',
+
+ 'MailProgramsTitle' => '寄件软体',
+ 'MailProgramsName' => '名字',
+ 'MailProgramsCommand' => '指令行',
+ 'MailProgramsRestore' => '回复默认值',
+ 'MailProgramsAdd' => '添加一个程序',
+ 'MailProgramsInstructions' => '在指令行中,您可以用下面的变量来替换:
+ %f 可被替换为使用者的电子邮件地址。
+ %t 可被替换为接收地址。
+ %s 可被替换为邮件主题。
+ %b 可被替换为邮件信息。',
+
+ 'BookmarksBookmarks' => '书签',
+ 'BookmarksFolder' => '目录',
+ 'BookmarksLabel' => '书签名',
+ 'BookmarksPath' => '路径',
+ 'BookmarksNewFolder' => '新目录',
+
+ 'AdvancedSearchType' => '搜索类型',
+ 'AdvancedSearchTypeAnd' => '项目匹配所有条件',
+ 'AdvancedSearchTypeOr' => '项目匹配至少一个条件',
+ 'AdvancedSearchCriteria' => '条件',
+ 'AdvancedSearchAnyField' => '所有字段',
+ 'AdvancedSearchSaveTitle' => '保存搜索',
+ 'AdvancedSearchSaveName' => '名称',
+ 'AdvancedSearchSaveOverwrite' => '一个使用相同名字的搜索已经存在,请使用另一个名字。',
+ 'AdvancedSearchUseCase' => '大小写敏感',
+ 'AdvancedSearchIgnoreDiacritics' => '忽略重音等发音记号',
+
+ 'BugReportSubject' => 'GCstar生成错误报告',
+ 'BugReportVersion' => '版本',
+ 'BugReportPlatform' => '操作系统',
+ 'BugReportMessage' => '错误信息',
+ 'BugReportInformation' => '附加资讯',
+
+#Statistics
+ 'StatsFieldToUse' => '使用字段',
+ 'StatsSortByNumber' => '按{lowercaseX}数目排序',
+ 'StatsGenerate' => '生成',
+ 'StatsKindOfGraph' => '统计图类型',
+ 'StatsBars' => '柱状',
+ 'StatsPie' => '饼状',
+ 'Stats3DPie' => '三维饼状',
+ 'StatsArea' => '范围',
+ 'StatsHistory' => '历史',
+ 'StatsWidth' => '宽度',
+ 'StatsHeight' => '高度',
+ 'StatsFontSize' => '字体大小',
+ 'StatsDisplayNumber' => '显示数字',
+ 'StatsSave' => '保存统计图',
+ 'StatsAccumulate' => '累计值',
+ 'StatsShowAllDates' => '显示所有数据',
+
+ 'DefaultValuesTip' => 'Values set in this window will be used as the default values when creating a new {lowercase1}',
+ );
+}
+1;