summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/ID
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/ID')
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/ID/GCExport/GCExportXML.pm41
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/ID/GCImport/GCImportTellico.pm37
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCTVepisodes.pm46
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCTVseries.pm50
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCboardgames.pm86
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCbooks.pm69
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCcoins.pm104
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCfilms.pm93
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCgames.pm81
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCgeneric.pm42
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCmusics.pm67
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCperiodicals.pm52
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCsoftware.pm84
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCstamps.pm189
-rw-r--r--lib/gcstar/GCLang/ID/GCModels/GCwines.pm63
-rw-r--r--lib/gcstar/GCLang/ID/GCstar.pm673
31 files changed, 2675 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..a86dea8
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::ID::GCExport::GCExportCSV;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'Header' => 'Masukkan nama field di atas',
+ 'Separator' => 'Separator',
+ 'Replacement' => 'Ganti separator dengan',
+ 'Charset' => 'Charset',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..736693c
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::ID::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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'External disk',
+ 'ZipAll' => 'Put everything in a zipped file (.gcz)',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..3a06db5
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::ID::GCExport::GCExportHTML;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'ModelNotFound' => 'File Template keliru',
+ 'UseFile' => 'Gunakan file yang seperti dibawah',
+ 'TemplateExternalFile' => 'File template',
+ 'WithJS' => 'Gunakan Javascript',
+ 'FileTemplate' => 'Template:',
+ 'Preview' => 'Pratayang',
+ 'NoPreview' => 'Tidak ada pratayang',
+ 'Title' => 'Judul halaman',
+ 'InfoFile' => 'Daftar film ada di file: ',
+ 'InfoDir' => 'Gambar ada di: ',
+ 'HeightImg' => 'Panjang (dalam pixel) dari gambar yang akan di ekspor: ',
+ 'OpenFileInBrowser' => 'Buka file di penjelajah web',
+ 'Note' => 'Daftar dibuat oleh <a href="http://www.gcstar.org/">GCstar</a>',
+ 'InputTitle' => 'Masukkan teks pencarian',
+ 'SearchType1' => 'Hanya judul',
+ 'SearchType2' => 'Informasi lengkap',
+ 'SearchButton' => 'Cari',
+ 'SearchTitle' => 'Tampilkan semua film yang cocok dengan kriteria sebelumnya',
+ 'AllButton' => 'Semua',
+ 'AllTitle' => 'Tampilkan semua film',
+ 'Expand' => 'Expand all',
+ 'ExpandTitle' => 'Tampilkan semua informasi film',
+ 'Collapse' => 'Collapse all',
+ 'CollapseTitle' => 'Collapse all movies information',
+ 'Borrowed' => 'Dipinjam oleh: ',
+ 'NotBorrowed' => 'Tersedia',
+ 'Top' => 'Kembali ke atas',
+ 'Bottom' => 'Bawah',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..b3dc005
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::ID::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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Palm PDB',
+ 'DatabaseName' => 'Database name',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..d39f96d
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::ID::GCExport::GCExportSQL;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'WithDrop' => 'Masukkan instruksi DROP',
+ 'WithCreate' => 'Masukkan instruksi CREATE',
+ 'TableName' => 'Nama Tabel',
+ 'InfoFile' => 'File SQL: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..c71b12e
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ID::GCExport::GCExportTarGz;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'Info' => 'Archive ada di file: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/ID/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..eef4ed5
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::ID::GCExport::GCExportXML;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'ModelFile' => 'Template file',
+ 'ModelText' => 'Template teks',
+ 'Models' => 'Template yang akan digunakan',
+ 'UseFile' => 'Gunakan file',
+ 'UseModel' => 'Gunakan text area',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..8ac0b6b
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::ID::GCImport::GCImportAlexandria;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'Where' => 'Dimana sebaiknya mencari',
+ 'Default' => 'Default Alexandria\'s directory',
+ 'Specified' => 'Directory specified below',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..d489326
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::ID::GCImport::GCImportCSV;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'Charset' => 'Charset',
+ 'Header' => 'Abaikan baris pertama',
+ 'Separator' => 'Pemisah',
+ 'Plugin' => 'Situs yang akan digunakan',
+ 'UseFirst' => 'Pilih yang paling pertama jika hasilnya banyak',
+ 'SearchField' => 'Search for items using',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..cc6976f
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::ID::GCImport::GCImportFolder;
+
+ 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';
+ use GCLang::GCLangUtils;
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Folder',
+ 'Recursive' => 'Jelajah sub-folders',
+ 'Suffixes' => 'Awalan atau ekstensi berkas',
+ 'SuffixesTooltip' => 'A comma-separated list of suffixes or extensions of files to consider',
+ 'Remove' => 'Nama yang akan dihilangkan',
+ 'RemoveTooltip' => 'A comma-seperated list of words that should be removed from file names to create the fetched names',
+ 'Ask'=> 'Ask',
+ 'AskEnd'=> 'Ask all at end',
+ 'AddWithoutInfo'=> 'Add without infos',
+ 'DontAdd'=> 'Do not add',
+ 'TakeFirst' => 'Select first',
+ 'MultipleResult'=> 'Multiple results',
+ 'MultipleResultTooltip'=> 'What do we do when more than 1 result is return by the plugin',
+ 'RemoveWholeWord' => 'Remove only whole words',
+ 'NoResult'=> 'No results',
+ 'NoResultTooltip'=> 'What do we do when no search results is return by the plugin',
+ 'RemoveTooltipWholeWord' => 'Words will be removed only if they appear as an entire word',
+ 'RemoveRegularExpr' => 'Regular expression',
+ 'RemoveTooltipRegularExpr' => 'Consider that \'To be removed from names\' is a perl regular expression',
+ 'SkipFileAlreadyInCollection' => 'Add new files only',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Add only files not already in the collection',
+ 'SkipFileNo' => 'No',
+ 'SkipFileFullPath' => 'based on full path',
+ 'SkipFileFileName' => 'based on file name',
+ 'SkipFileFileNameAndUpdate' => 'based on file name (but update path in collection)',
+ 'InfoFromFileNameRegExp' => 'Parse file name with this regular expression',
+ 'InfoFromFileNameRegExpTooltip' => 'Use this to retrieve infos from filename (applied after removing extension).\nLeave empty if not needed.\nKnown fields : \n$T:Title, $A:Alphabetised title, $Y:Release date, $S:Season, $E:Episode, $N:Alphabetised serie name, $x:Part number, $y: Total part number',
+
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..edeb112
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ID::GCImport::GCImportGCstar;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'CopyPictures' => 'Salin gambar',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCImport/GCImportList.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportList.pm
new file mode 100644
index 0000000..9dec196
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::ID::GCImport::GCImportList;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'Name' => 'Daftar nama',
+ 'Plugin' => 'Situs yang akan digunakan',
+ 'UseFirst' => 'Pilih yang paling pertama jika hasilnya banyak',
+ 'CommentAuto' => 'Barang secara otomatis di-impor.',
+ 'CommentSite' => 'Situs: ',
+ 'CommentTitle' => 'Judul: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..ce446e8
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::ID::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/ID/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/ID/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..92ca138
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ID::GCImport::GCImportTellico;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 = (
+ 'NotSupported' => 'Bukan merupakan file yang didukung oleh Tellico',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/ID/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..fa2b0e4
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCTVepisodes.pm
@@ -0,0 +1,46 @@
+{
+ package GCLang::ID::GCModels::GCTVepisodes;
+
+ 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 GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'TV Shows (episodes) collection',
+ Items => 'Episodes',
+ NewItem => 'New episode',
+ NewSeries => 'New series',
+ Episode => 'Episode',
+ );
+ # Both of them are required as importTranslation doesn't recurse
+ importTranslation('films');
+ importTranslation('TVseries');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/ID/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..89c9a14
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCTVseries.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::ID::GCModels::GCTVseries;
+
+ 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 GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'TV Shows (series) collection',
+ Items => 'Series',
+ NewItem => 'New series',
+ Name => 'Name',
+ Season => 'Season',
+ Part => 'Part',
+ Episodes => 'Episodes',
+ FirstAired => 'First Aired',
+ Time => 'Ep. Length',
+ Producer => 'Producer',
+ Music => 'Music',
+ );
+ importTranslation('Films');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/ID/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..565adab
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCboardgames.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::ID::GCModels::GCboardgames;
+
+ 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 => 'Board games collection',
+ Items => {0 => 'Game',
+ 1 => 'Game',
+ X => 'Games'},
+ NewItem => 'New game',
+
+ Id => 'Id',
+ Name => 'Name',
+ Original => 'Original name',
+ Box => 'Box picture',
+ DesignedBy => 'Designed by',
+ PublishedBy => 'Published by',
+ Players => 'Number of players',
+ PlayingTime => 'Playing time',
+ SuggestedAge => 'Suggested age',
+ Released => 'Released',
+ Description => 'Description',
+ Category => 'Category',
+ Mechanics => 'Mechanics',
+ ExpandedBy => 'Expanded by',
+ ExpansionFor => 'Expansion for',
+ GameFamily => 'Game family',
+ IllustratedBy => 'Illustrated by',
+ Url => 'Web page',
+ TimesPlayed => 'Times played',
+ CompleteContents => 'Complete contents',
+ Copies => 'No. of copies',
+ Condition => 'Condition',
+ Photos => 'Photos',
+ Photo1 => 'First picture',
+ Photo2 => 'Second picture',
+ Photo3 => 'Third picture',
+ Photo4 => 'Fourth picture',
+ Comments => 'Comments',
+
+ Perfect => 'Perfect',
+ Good => 'Good',
+ Average => 'Average',
+ Poor => 'Poor',
+
+ CompleteYes => 'Complete contents',
+ CompleteNo => 'Missing pieces',
+
+ General => 'General',
+ Details => 'Details',
+ Personal => 'Personal',
+ Information => 'Information',
+
+ FilterRatingSelect => 'Rating At _Least...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCbooks.pm b/lib/gcstar/GCLang/ID/GCModels/GCbooks.pm
new file mode 100644
index 0000000..589a6cf
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCbooks.pm
@@ -0,0 +1,69 @@
+{
+ package GCLang::ID::GCModels::GCbooks;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 => 'Koleksi buku',
+ Items => 'Buku',
+ NewItem => 'Buku baru',
+
+ Isbn => 'ISBN',
+ Title => 'Judul',
+ Cover => 'Sampul',
+ Authors => 'Pengarang',
+ Publisher => 'Penerbit',
+ Publication => 'Tanggal diterbitkan',
+ Language => 'Bahasa',
+ Genre => 'Genre',
+ Serie => 'Seri',
+ Rank => 'Ranking',
+ Bookdescription => 'Deskripsi',
+ Pages => 'Halaman',
+ Read => 'Baca',
+ Acquisition => 'Acquisition date',
+ Location => 'Lokasi',
+ Edition => 'Edisi',
+ Format => 'Format',
+ Comments => 'Komentar',
+ Url => 'Halaman web',
+ Translator => 'Translator',
+ Artist => 'Artist',
+ DigitalFile => 'Digital version',
+
+ General => 'General',
+ Details => 'Detail',
+
+ ReadNo => 'Belum dibaca',
+ ReadYes => 'Sudah dibaca',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCcoins.pm b/lib/gcstar/GCLang/ID/GCModels/GCcoins.pm
new file mode 100644
index 0000000..c01c835
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCcoins.pm
@@ -0,0 +1,104 @@
+{
+ package GCLang::ID::GCModels::GCcoins;
+
+ 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 => 'Numismatic collection',
+ Items => {0 => 'Coin',
+ 1 => 'Coin',
+ X => 'Coins'},
+ NewItem => 'New coin',
+
+ Name => 'Name',
+ Country => 'Country',
+ Year => 'Year',
+ Currency => 'Currency',
+ Value => 'Value',
+ Picture => 'Main picture',
+ Diameter => 'Diameter',
+ Metal => 'Metal',
+ Edge => 'Edge',
+ Edge1 => 'Edge 1',
+ Edge2 => 'Edge 2',
+ Edge3 => 'Edge 3',
+ Edge4 => 'Edge 4',
+ Head => 'Head',
+ Tail => 'Tail',
+ Comments => 'Comments',
+ History => 'History',
+ Website => 'Website',
+ Estimate => 'Estimate',
+ References => 'References',
+ Type => 'Type',
+ Coin => 'Coin',
+ Banknote => 'Bank note',
+
+ Main => 'Main',
+ Description => 'Description',
+ Other => 'Other information',
+ Pictures => 'Pictures',
+
+ Condition => '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/ID/GCModels/GCcomics.pm b/lib/gcstar/GCLang/ID/GCModels/GCcomics.pm
new file mode 100644
index 0000000..f7d9d09
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::ID::GCModels::GCcomics;
+
+ 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 => 'Comics collection',
+ Items => {0 => 'Comics',
+ 1 => 'Comic',
+ X => 'Comics'},
+ NewItem => 'New comic',
+
+
+ Id => 'Id',
+ Name => 'Name',
+ Series => 'Series',
+ Volume => 'Volume',
+ Title => 'Title',
+ Writer => 'Writer',
+ Illustrator => 'Illustrator',
+ Colourist => 'Colourist',
+ Publisher => 'Publisher',
+ Synopsis => 'Synopsis',
+ Collection => 'Collection',
+ PublishDate => 'Publish Date',
+ PrintingDate => 'Printing Date',
+ ISBN => 'ISBN',
+ Type => 'Type',
+ Category => 'Category',
+ Format => 'Format',
+ NumberBoards => 'Number of Boards',
+ Signing => 'Signing',
+ Cost => 'Cost',
+ Rating => 'Rating',
+ Comment => 'Comments',
+ Url => 'Web page',
+
+ FilterRatingSelect => 'Rating At _Least...',
+
+ Main => 'Main items',
+ General => 'General',
+ Details => 'Details',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCfilms.pm b/lib/gcstar/GCLang/ID/GCModels/GCfilms.pm
new file mode 100644
index 0000000..b020acd
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCfilms.pm
@@ -0,0 +1,93 @@
+{
+ package GCLang::ID::GCModels::GCfilms;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 => 'Koleksi film',
+ Items => 'Film',
+ NewItem => 'Film Baru',
+
+
+ Id => 'Id',
+ Title => 'Judul',
+ Date => 'Tanggal',
+ Time => 'Durasi',
+ Director => 'Sutradara',
+ Country => 'Negara',
+ MinimumAge => 'Minimum age',
+ Genre => 'Genre',
+ Image => 'Gambar',
+ Original => 'Judul asli',
+ Actors => 'Pemeran',
+ Actor => 'Aktor',
+ Role => 'Peran',
+ Comment => 'Komentar',
+ Synopsis => 'Sinopsis',
+ Seen => 'Sudah dilihat',
+ Number => '# of Media',
+ Format => 'Media',
+ Region => 'Region',
+ Identifier => 'Identifier',
+ Url => 'Halaman web',
+ Place => 'Lokasi',
+ Audio => 'Audio',
+ Video => 'Format video',
+ Trailer => 'File video',
+ Serie => 'Seri',
+ Rank => 'Ranking',
+ Subtitles => 'Subtitles',
+ Added => 'Add date',
+
+ SeenYes => 'Sudah dilihat',
+ SeenNo => 'Belum dilihat',
+
+ AgeUnrated => 'Unrated',
+ AgeAll => 'Semua Umur',
+ AgeParent => 'Bimbingan Orangtua',
+
+ Main => 'Main items',
+ General => 'General',
+ Details => 'Detail',
+
+ Information => 'Informasi',
+ Languages => 'Bahasa',
+ Encoding => 'Encoding',
+
+ FilterAudienceAge => 'Umur penonton',
+ FilterSeenNo => '_Not Yet Viewed',
+ FilterSeenYes => '_Already Viewed',
+ FilterRatingSelect => 'Rating At _Least...',
+
+ ExtractSize => 'Ukuran',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCgames.pm b/lib/gcstar/GCLang/ID/GCModels/GCgames.pm
new file mode 100644
index 0000000..81209e5
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCgames.pm
@@ -0,0 +1,81 @@
+{
+ package GCLang::ID::GCModels::GCgames;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 => 'Koleksi Game',
+ Items => 'Game',
+ NewItem => 'Game baru',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Nama',
+ Platform => 'Platform',
+ Players => 'Banyaknya pemain',
+ Released => 'Tanggal dirilis',
+ Editor => 'Editor',
+ Developer => 'Developer',
+ Genre => 'Genre',
+ Box => 'Box picture',
+ Case => 'Case',
+ Manual => 'Instructions manual',
+ Completion => 'Completion (%)',
+ Executable => 'Executable',
+ Description => 'Deskripsi',
+ Codes => 'Kode',
+ Code => 'Kode',
+ Effect => 'Efek',
+ Secrets => 'Rahasia',
+ Location => 'Lokasi',
+ Screenshots => 'Screenshots',
+ Screenshot1 => 'First screenshot',
+ Screenshot2 => 'Second screenshot',
+ Comments => 'Komentar',
+ Url => 'Halaman web',
+ Unlockables => 'Tidak dapat di buka',
+ Unlockable => 'Tidak dapat di buka',
+ Howto => 'Bagaimana cara membuka',
+ Exclusive => 'Exclusive',
+ Resolutions => 'Display resolutions',
+ InstallationSize => 'Size',
+ Region => 'Region',
+ SerialNumber => 'Serial Number',
+
+ General => 'General',
+ Details => 'Detail',
+ Tips => 'Tips',
+ Information => 'Informasi',
+
+ FilterRatingSelect => 'Rating At _Least...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/ID/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..b4f360b
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCgeneric.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::ID::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'
+ },
+ NewItem => 'New item',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCminicars.pm b/lib/gcstar/GCLang/ID/GCModels/GCminicars.pm
new file mode 100644
index 0000000..1955da4
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::ID::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 => 'Number 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/ID/GCModels/GCmusics.pm b/lib/gcstar/GCLang/ID/GCModels/GCmusics.pm
new file mode 100644
index 0000000..4e323c4
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCmusics.pm
@@ -0,0 +1,67 @@
+{
+ package GCLang::ID::GCModels::GCmusics;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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 => 'Koleksi musik',
+ Items => 'Album',
+ NewItem => 'Album baru',
+
+ Unique => 'ISRC/EAN',
+ Title => 'Judul',
+ Cover => 'Sampul',
+ Artist => 'Artis',
+ Format => 'Format',
+ Running => 'Durasi',
+ Release => 'Tanggal rilis',
+ Genre => 'Genre',
+ Origin => 'Asal',
+
+#For tracks list
+ Tracks => 'Daftar track',
+ Number => 'Nomor',
+ Track => 'Judul',
+ Time => 'Waktu',
+
+ Composer => 'Komposer',
+ Producer => 'Produser',
+ Playlist => 'Playlist',
+ Comments => 'Komentar',
+ Label => 'Label',
+ Location => 'Lokasi',
+ Url => 'Halaman web',
+
+ General => 'General',
+ Details => 'Detail',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/ID/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..ba9e50c
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCperiodicals.pm
@@ -0,0 +1,52 @@
+{
+ package GCLang::ID::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'},
+ 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/ID/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/ID/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..796e9cf
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCsmartcards.pm
@@ -0,0 +1,108 @@
+{
+ package GCLang::ID::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/ID/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/ID/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..1794245
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCsoftware.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::ID::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/ID/GCModels/GCstamps.pm b/lib/gcstar/GCLang/ID/GCModels/GCstamps.pm
new file mode 100644
index 0000000..bc8cc9e
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCstamps.pm
@@ -0,0 +1,189 @@
+{
+ package GCLang::ID::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'},
+ 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/ID/GCModels/GCwines.pm b/lib/gcstar/GCLang/ID/GCModels/GCwines.pm
new file mode 100644
index 0000000..fb8cc3c
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCModels/GCwines.pm
@@ -0,0 +1,63 @@
+{
+ package GCLang::ID::GCModels::GCwines;
+
+ use utf8;
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Wines collection',
+ Items => {0 => 'Wine',
+ 1 => 'Wine',
+ X => 'Wines'},
+ NewItem => 'New wine',
+
+ Name => 'Name',
+ Designation => 'Designation',
+ Vintage => 'Vintage',
+ Vineyard => 'Vineyard',
+ Type => 'Type',
+ Grapes => 'Grapes',
+ Soil => 'Soil',
+ Producer => 'Producer',
+ Country => 'Country',
+ Volume => 'Volume (ml)',
+ Alcohol => 'Alcohol (%)',
+ Medal => 'Medal/Honour',
+
+ Storage => 'Storage',
+ Location => 'Location',
+ ShelfIndex => 'Index',
+ Quantity => 'Quantity',
+ Acquisition => 'Acquisition',
+ PurchaseDate => 'Purchase date',
+ PurchasePrice => 'Purchase price',
+ Gift => 'Gift',
+ BottleLabel => 'Bottle label',
+ Website => 'Reference on the web',
+
+ Tasted => 'Tasted',
+ Comments => 'Comments',
+ Serving => 'Serving',
+ TastingField => 'Testing notes',
+
+ General => 'General',
+ Details => 'Details',
+ Tasting => 'Tasting',
+
+ TastedNo => 'Non tasted',
+ TastedYes => 'Tasted',
+
+ FilterRange => 'Range',
+ FilterTastedNo => '_Not yet tasted',
+ FilterTastedYes => 'Already _tasted',
+ FilterRatingSelect => 'Rating at _least...'
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ID/GCstar.pm b/lib/gcstar/GCLang/ID/GCstar.pm
new file mode 100644
index 0000000..6861440
--- /dev/null
+++ b/lib/gcstar/GCLang/ID/GCstar.pm
@@ -0,0 +1,673 @@
+{
+ package GCLang::ID;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2006 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
+#
+###################################################
+
+#
+# MODEL-SPECIFIC CODES
+#
+# Some strings are modified to include the model-specific item type. Inside these strings,
+# any strings contained in {}'s will be replaced by the corresponding string from
+# the Item collection in the model language file. For example:
+#
+# {lowercase1} = {Items}->{lowercase1} (item type, singular, all lowercase). EG: game, movie, book
+# {1} = {Items}->{1} (item type, singular, with first letter uppercase). EG: Game, Movie, Book
+# {lowercaseX} = {Items}->{lowercaseX} (item type, multiple, lowercase). EG: games, movies, books
+# {X} = {Items}->{X} (item type, multiple, with first letter uppercase). EG Games, Movies, Books
+#
+# GCstar will automatically convert these codes to the relevant translated string. You can
+# use these codes in any string marked by a "Accepts model codes" comment.
+#
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ 'LangName' => 'Indonesia',
+
+ 'Separator' => ': ',
+
+ 'Warning' => '<b>Hati-hati</b>:
+
+Information downloaded from web sites (through the
+search plugins) is for <b>personal use only</b>.
+
+Any redistribution is forbidden without the site\'s
+<b>explicit authorization</b>.
+
+To determine which site owns the information, you
+may use the <b>button below item details</b>.',
+
+ 'AllItemsFiltered' => 'Tidak ada yang cocok dengan kriteria pemilahan', # Accepts model codes
+
+#Installation
+ 'InstallDirInfo' => 'Di install di ',
+ 'InstallMandatory' => 'Mandatory components',
+ 'InstallOptional' => 'Komponen Tambahan',
+ 'InstallErrorMissing' => 'Error : Komponen Perl berikut harus sudah terinstall: ',
+ 'InstallPrompt' => 'Direktori untuk instalasi [/usr/local]: ',
+ 'InstallEnd' => 'Akhir instalasi',
+ 'InstallNoError' => 'Tidak ada error',
+ 'InstallLaunch' => 'To use this application, one can launch ',
+ 'InstallDirectory' => 'Base direktori',
+ 'InstallTitle' => 'Instalasi GCstar',
+ 'InstallDependencies' => 'Dependencies',
+ 'InstallPath' => 'Path',
+ 'InstallOptions' => 'Opsi',
+ 'InstallSelectDirectory' => 'Select base directory for the installation',
+ 'InstallWithClean' => 'Remove files found in installation directory',
+ 'InstallWithMenu' => 'Add GCstar to Applications menu',
+ 'InstallNoPermission' => 'Error: You don\'t have permission to write in the selected directory',
+ 'InstallMissingMandatory' => 'Mandatory dependencies are missing. You won\'t be able to install GCstar until they have been added to your system.',
+ 'InstallMissingOptional' => 'Some optional dependencies are missing. There are listed under. GCstar may be installed but some features won\'t be available.',
+ 'InstallMissingNone' => 'There are no missing dependency. You may continue and install GCstar.',
+ 'InstallOK' => 'OK',
+ 'InstallMissing' => 'Hilang',
+ 'InstallMissingFor' => 'Missing for',
+ 'InstallCleanDirectory' => 'Removing GCstar\'s files in directory: ',
+ 'InstallCopyDirectory' => 'Mennyalin file di direktori: ',
+ 'InstallCopyDesktop' => 'Copying desktop file in: ',
+
+#Update
+ 'UpdateUseProxy' => 'Proxy yang digunakan (tekan enter jika tidak ada): ',
+ 'UpdateNoPermission' => 'Write permission denied in this directory: ',
+ 'UpdateNone' => 'Tidak ada update yang ditemukan',
+ 'UpdateFileNotFound' => 'File tidak ditemukan',
+
+#Splash
+ 'SplashInit' => 'Initialization',
+ 'SplashLoad' => 'Loading Collection',
+ 'SplashDisplay' => 'Memperlihatkan Koleksi',
+ 'SplashSort' => 'Mengurutkan Koleksi',
+ 'SplashDone' => 'Siap',
+
+#Import from GCfilms
+ 'GCfilmsImportQuestion' => 'Sepertinya anda sebelumnya menggunakan GCfilms. Apakah anda mau mengimpor dari GCfilms ke GCstar (tidak akan mempengaruhi GCfilms jika anda masih ingin menggunakannya)?',
+ 'GCfilmsImportOptions' => 'Pengaturan',
+ 'GCfilmsImportData' => 'Daftar Film',
+
+#Menus
+ 'MenuFile' => '_File',
+ 'MenuNewList' => '_Koleksi Baru',
+ 'MenuStats' => 'Statistics',
+ 'MenuHistory' => '_Recent Collections',
+ 'MenuLend' => 'Tampilkan _Item yang dipinjam', # Accepts model codes
+ 'MenuImport' => '_Import',
+ 'MenuExport' => '_Export',
+ 'MenuAddItem' => '_Add Items', # Accepts model codes
+
+ 'MenuEdit' => '_Ubah',
+ 'MenuDuplicate' => 'Du_plicate item', # Accepts model codes
+ 'MenuDuplicatePlural' => 'Du_plicate Items', # Accepts model codes
+ 'MenuEditSelectAllItems' => 'Select _All Items', # Accepts model codes
+ 'MenuEditDeleteCurrent' => '_Remove item', # Accepts model codes
+ 'MenuEditDeleteCurrentPlural' => '_Remove Items', # Accepts model codes
+ 'MenuEditFields' => '_Change collection fields',
+ 'MenuEditLockItems' => '_Lock Collection',
+
+ 'MenuDisplay' => 'F_ilter',
+ 'MenuSavedSearches' => 'Simpan pencarian',
+ 'MenuSavedSearchesSave' => 'Simpan pencarian yang sekarang',
+ 'MenuSavedSearchesEdit' => 'Ubah simpanan pencarian',
+ 'MenuAdvancedSearch' => 'A_dvanced Search',
+ 'MenuViewAllItems' => 'Show _All items', # Accepts model codes
+ 'MenuNoFilter' => '_Any',
+
+ 'MenuConfiguration' => '_Settings',
+ 'MenuDisplayMenu' => 'Display',
+ 'MenuDisplayFullScreen' => 'Full screen',
+ 'MenuDisplayMenuBar' => 'Menus',
+ 'MenuDisplayToolBar' => 'Toolbar',
+ 'MenuDisplayStatusBar' => 'Bottom bar',
+ 'MenuDisplayOptions' => '_Displayed Information',
+ 'MenuBorrowers' => '_Borrowers',
+ 'MenuToolbarConfiguration' => '_Toolbar controls',
+ 'MenuDefaultValues' => 'Default values for new item', # Accepts model codes
+ 'MenuGenresConversion' => 'Genre _Conversion',
+
+ 'MenuBookmarks' => 'My _Collections',
+ 'MenuBookmarksAdd' => '_Add current collection',
+ 'MenuBookmarksEdit' => '_Edit bookmarked collections',
+
+ 'MenuHelp' => '_Help',
+ 'MenuHelpContent' => '_Content',
+ 'MenuAllPlugins' => 'Lihat _plugin',
+ 'MenuBugReport' => 'Report a _bug',
+ 'MenuAbout' => '_About GCstar',
+
+ 'MenuNewWindow' => 'Show item in _New Window', # Accepts model codes
+ 'MenuNewWindowPlural' => 'Show items in _New Window', # Accepts model codes
+
+ 'ContextExpandAll' => 'Expand all',
+ 'ContextCollapseAll' => 'Collapse all',
+ 'ContextChooseImage' => 'Choose _Image',
+ 'ContextOpenWith' => 'Open Wit_h',
+ 'ContextImageEditor' => 'Buka dengan pengedit gambar',
+ 'ContextImgFront' => 'Front',
+ 'ContextImgBack' => 'Back',
+ 'ContextChooseFile' => 'Choose a File',
+ 'ContextChooseFolder' => 'Choose a Folder',
+
+ 'DialogEnterNumber' => 'Please enter value',
+
+ 'RemoveConfirm' => 'Do you really want to remove this item?', # Accepts model codes
+ 'RemoveConfirmPlural' => 'Do you really want to remove these items?', # Accepts model codes
+ 'DefaultNewItem' => 'New item', # Accepts model codes
+ 'NewItemTooltip' => 'Add a new item', # Accepts model codes
+ 'NoItemFound' => 'Tidak menemukan apapun. Apa anda mau mencari di situs yang lain?',
+ 'OpenList' => 'Harap pilih koleksi',
+ 'SaveList' => 'Harap pilih lokasi penyimpanan koleksi',
+ 'SaveListTooltip' => 'Save current collection',
+ 'SaveUnsavedChanges' => 'There are unsaved changes in your collection. Do you want to save them?',
+ 'SaveDontSave' => 'Jangan disimpan',
+ 'PreferencesTooltip' => 'Set your preferences',
+ 'ViewTooltip' => 'Change collection display',
+ 'PlayTooltip' => 'Play video associated to the item', # Accepts model codes
+ 'PlayFileNotFound' => 'File to launch was not found in this location:',
+ 'PlayRetry' => 'Retry',
+
+ 'StatusSave' => 'Menyimpan...',
+ 'StatusLoad' => 'Membuka...',
+ 'StatusSearch' => 'Sedang mencari...',
+ 'StatusGetInfo' => 'Mengambil informasi...',
+ 'StatusGetImage' => 'Mengambil gambar...',
+
+ 'SaveError' => 'Cannot save items list. Please check access rights and disk free space.',
+ 'OpenError' => 'Cannot open items list. Please check access rights.',
+ 'OpenFormatError' => 'Cannot open items list. Format may be incorrect.',
+ 'OpenVersionWarning' => 'Koleksi dibuat menggunakan versi terbaru GCstar. Mungkin akan terjadi kerusakan data jika disimpan.',
+ 'OpenVersionQuestion' => 'Masih ingin melanjutkan ??',
+ 'ImageError' => 'Selected directory to save images is not correct. Please select another one.',
+ 'OptionsCreationError'=> 'Cannot create options file: ',
+ 'OptionsOpenError'=> 'Cannot open options file: ',
+ 'OptionsSaveError'=> 'Cannot save options file: ',
+ 'ErrorModelNotFound' => 'Model tidak ditemukan: ',
+ 'ErrorModelUserDir' => 'Model buatan pengguna ada di: ',
+
+ 'RandomTooltip' => 'What to see this evening ?',
+ 'RandomError'=> 'You have no item that could be selected', # Accepts model codes
+ 'RandomEnd'=> 'There are no more items', # Accepts model codes
+ 'RandomNextTip'=> 'Next suggestion',
+ 'RandomOkTip'=> 'Accept this item',
+
+ 'AboutTitle' => 'Tentang GCstar',
+ 'AboutDesc' => 'Collection manager',
+ 'AboutVersion' => 'Versi',
+ 'AboutTeam' => 'Tim',
+ 'AboutWho' => 'Christian Jodar (Tian): Manajer Proyek, Programmer
+Nyall Dawson (Zombiepig): Programmer
+TPF: Programmer
+Adolfo González: Programmer
+',
+ 'AboutLicense' => 'Distributed under the terms of the GNU GPL
+Logos Copyright le Spektre',
+ 'AboutTranslation' => 'Terjemahan bahasa Ingrris oleh Yuda Nugrahadi',
+ 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): Skin Designer
+Logo dan desain web oleh le Spektre',
+
+ 'ToolbarRandom' => 'Malam ini',
+
+ 'UnsavedCollection' => 'Koleksi yang belum disimpan',
+ 'ModelsSelect' => 'Pilih tipe koleksi',
+ 'ModelsPersonal' => 'Personal models',
+ 'ModelsDefault' => 'Default models',
+ 'ModelsList' => 'Collection definition',
+ 'ModelSettings' => 'Collection settings',
+ 'ModelNewType' => 'Tipe koleksi baru',
+ 'ModelName' => 'Name of the collection type:',
+ 'ModelFields' => 'Fields',
+ 'ModelOptions' => 'Options',
+ 'ModelFilters' => 'Filters',
+ 'ModelNewField' => 'New field',
+ 'ModelFieldInformation' => 'Informasi',
+ 'ModelFieldName' => 'Label:',
+ 'ModelFieldType' => 'Tipe:',
+ 'ModelFieldGroup' => 'Grup:',
+ 'ModelFieldValues' => 'Values',
+ 'ModelFieldInit' => 'Default:',
+ 'ModelFieldMin' => 'Minimum:',
+ 'ModelFieldMax' => 'Maksimum:',
+ 'ModelFieldList' => 'Values list:',
+ 'ModelFieldListLegend' => '<i>Comma separated</i>',
+ 'ModelFieldDisplayAs' => 'Ditampilkan sebagai:',
+ 'ModelFieldDisplayAsText' => 'Teks',
+ 'ModelFieldDisplayAsGraphical' => 'Pengendali Rating',
+ 'ModelFieldTypeShortText' => 'Text pendek',
+ 'ModelFieldTypeLongText' => 'Text panjang',
+ 'ModelFieldTypeYesNo' => 'Ya/Tidak',
+ 'ModelFieldTypeNumber' => 'Nomor',
+ 'ModelFieldTypeDate' => 'Tanggal',
+ 'ModelFieldTypeOptions' => 'Pre-defined values list',
+ 'ModelFieldTypeImage' => 'Gambar',
+ 'ModelFieldTypeSingleList' => 'Daftar sederhana',
+ 'ModelFieldTypeFile' => 'File',
+ 'ModelFieldTypeFormatted' => 'Dependant on other fields',
+ 'ModelFieldParameters' => 'Parameter',
+ 'ModelFieldHasHistory' => 'Use an history',
+ 'ModelFieldFlat' => 'Tampilkan dalam satu baris',
+ 'ModelFieldStep' => 'Increment step:',
+ 'ModelFieldFileFormat' => 'Format file:',
+ 'ModelFieldFileFile' => 'File sederhana',
+ 'ModelFieldFileImage' => 'Gambar',
+ 'ModelFieldFileVideo' => 'Video',
+ 'ModelFieldFileAudio' => 'Audio',
+ 'ModelFieldFileProgram' => 'Program',
+ 'ModelFieldFileUrl' => 'URL',
+ 'ModelFieldFileEbook' => 'Ebook',
+ 'ModelOptionsFields' => 'Fields to use',
+ 'ModelOptionsFieldsAuto' => 'Otomatis',
+ 'ModelOptionsFieldsNone' => 'Tidak ada',
+ 'ModelOptionsFieldsTitle' => 'Sebagai judul',
+ 'ModelOptionsFieldsId' => 'Sebagai identifikasi',
+ 'ModelOptionsFieldsCover' => 'Sebagai cover',
+ 'ModelOptionsFieldsPlay' => 'For Play button',
+ 'ModelCollectionSettings' => 'Collection settings',
+ 'ModelCollectionSettingsLending' => 'Items could be borrowed',
+ 'ModelCollectionSettingsTagging' => 'Barang dapat diberi tag',
+ 'ModelFilterActivated' => 'Should be in search box',
+ 'ModelFilterComparison' => 'Perbandingan',
+ 'ModelFilterContain' => 'Berisi',
+ 'ModelFilterDoesNotContain' => 'Tidak mengandung kata',
+ 'ModelFilterRegexp' => 'Regular expression',
+ 'ModelFilterRange' => 'Range',
+ 'ModelFilterNumeric' => 'Comparison is numeric',
+ 'ModelFilterQuick' => 'Create a quick filter',
+ 'ModelTooltipName' => 'Use a name to re-use this model for many collections. If empty, the settings will be directly stored in the collection itself',
+ 'ModelTooltipLabel' => 'The field name as it will be displayed',
+ 'ModelTooltipGroup' => 'Used to group fields. Items with no value here will be in a default group',
+ 'ModelTooltipHistory' => 'Should the previous entered values be stored in a list associated to the field',
+ 'ModelTooltipFormat' => 'This format is used to determine the action to open the file with the Play button',
+ 'ModelTooltipLending' => 'This will add some fields to manage lendings',
+ 'ModelTooltipTagging' => 'Ini akan menambah tempat untu mengatur tag',
+ 'ModelTooltipNumeric' => 'Should the values be consider as numbers for comparison',
+ 'ModelTooltipQuick' => 'This will add a submenu in the Filters one',
+
+ 'ResultsTitle' => 'Select an item', # Accepts model codes
+ 'ResultsNextTip' => 'Cari di situs berikutnya',
+ 'ResultsPreview' => 'Pratayang',
+ 'ResultsInfo' => 'Anda dapat menambah barang lebih dari satu ke koleksi dengan menekan+tahan tombol Ctrl atau Shift dan pilih barang yang akan dimasukkan', # Accepts model codes
+
+ 'OptionsTitle' => 'Preferences',
+ 'OptionsExpertMode' => 'Expert Mode',
+ 'OptionsPrograms' => 'Tetapkan jenis aplikasi untuk digunakan oleh media yang berbeda, tinggalkan kosong untuk menggunakan konfigurasi dasar sistem',
+ 'OptionsBrowser' => 'Penjelajah web',
+ 'OptionsPlayer' => 'Video player',
+ 'OptionsAudio' => 'Audio player',
+ 'OptionsImageEditor' => 'Pengedit gambar',
+ 'OptionsCdDevice' => 'CD device',
+ 'OptionsImages' => 'Direktori gambar',
+ 'OptionsUseRelativePaths' => 'Use relative paths for images',
+ 'OptionsLayout' => 'Layout',
+ 'OptionsStatus' => 'Tampilkan status bar',
+ 'OptionsUseStars' => 'Use stars to display ratings',
+ 'OptionsWarning' => 'Peringatan: Perubahan pada tab ini tidak akan berpengaruh sampai aplikasi ini ditutup kemudian dibuka kembali.',
+ 'OptionsRemoveConfirm' => 'Ask confirmation before item deletion',
+ 'OptionsAutoSave' => 'Otomatis menyimpan koleksi',
+ 'OptionsAutoLoad' => 'Load previous collection on startup',
+ 'OptionsSplash' => 'Perlihatkan splash screen',
+ 'OptionsTearoffMenus' => 'Enable tear-off menus',
+ 'OptionsSpellCheck' => 'Gunakan pemeriksa bahasa untuk teks yang panjang',
+ 'OptionsProgramTitle' => 'Pilih program yang akan digunakan',
+ 'OptionsPlugins' => 'Situs untuk pengambilan data',
+ 'OptionsAskPlugins' => 'Tanya (Semua situs)',
+ 'OptionsPluginsMulti' => 'Banyak situs',
+ 'OptionsPluginsMultiAsk' => 'Tanya (Banyak situs)',
+ 'OptionsPluginsMultiPerField' => 'Banyak situs (per field)',
+ 'OptionsPluginsMultiPerFieldWindowTitle' => 'Many sites per field order selection',
+ 'OptionsPluginsMultiPerFieldDesc' => 'For each selected field we will return the first non empty information beginning from left',
+ 'OptionsPluginsMultiPerFieldFirst' => 'First',
+ 'OptionsPluginsMultiPerFieldLast' => 'Last',
+ 'OptionsPluginsMultiPerFieldRemove' => 'Remove',
+ 'OptionsPluginsMultiPerFieldClearSelected' => 'Empty selected field list',
+ 'OptionsPluginsList' => 'Set daftar',
+ 'OptionsAskImport' => 'Select fields to be imported',
+ 'OptionsProxy' => 'Menggunakan proxy',
+ 'OptionsCookieJar' => 'Use this cookie jar file',
+ 'OptionsLang' => 'Bahasa',
+ 'OptionsMain' => 'Utama',
+ 'OptionsPaths' => 'Lokasi',
+ 'OptionsInternet' => 'Internet',
+ 'OptionsConveniences' => 'Fitur',
+ 'OptionsDisplay' => 'Tampilan',
+ 'OptionsToolbar' => 'Toolbar',
+ 'OptionsToolbars' => {0 => 'Tidak ada', 1 => 'Kecil', 2 => 'Besar', 3 => 'System setting'},
+ 'OptionsToolbarPosition' => 'Posisi',
+ 'OptionsToolbarPositions' => {0 => 'Atas', 1 => 'Bawah', 2 => 'Kiri', 3 => 'Kanan'},
+ 'OptionsExpandersMode' => 'Expanders too long',
+ 'OptionsExpandersModes' => {'asis' => 'Do nothing', 'cut' => 'Cut', 'wrap' => 'Line wrap'},
+ 'OptionsDateFormat' => 'Date Format',
+ 'OptionsDateFormatTooltip' => 'Format is the one used by strftime(3). Default is %d/%m/%Y',
+ 'OptionsView' => 'Items list',
+ 'OptionsViews' => {0 => 'Teks', 1 => 'Gambar', 2 => 'Detail'},
+ 'OptionsColumns' => 'Kolom',
+ 'OptionsMailer' => 'E-mailer',
+ 'OptionsSMTP' => 'Server',
+ 'OptionsFrom' => 'e-mail anda',
+ 'OptionsTransform' => 'Place articles at the end of titles',
+ 'OptionsArticles' => 'Artikel (Dipisahkan koma)',
+ 'OptionsSearchStop' => 'Allow search to be aborted',
+ 'OptionsBigPics' => 'Use big pictures when available',
+ 'OptionsAlwaysOriginal' => 'Use main title as the original title if none present',
+ 'OptionsRestoreAccelerators' => 'Mengembalikan accelerators',
+ 'OptionsHistory' => 'Size of history',
+ 'OptionsClearHistory' => 'Clear history',
+ 'OptionsStyle' => 'Skin',
+ 'OptionsDontAsk' => 'Jangan bertanya lagi',
+ 'OptionsPathProgramsGroup' => 'Aplikasi',
+ 'OptionsProgramsSystem' => 'Use programs defined by system',
+ 'OptionsProgramsUser' => 'Use specified programs',
+ 'OptionsProgramsSet' => 'Set programs',
+ 'OptionsPathImagesGroup' => 'Gambar',
+ 'OptionsInternetDataGroup' => 'Data import',
+ 'OptionsInternetSettingsGroup' => 'Settings',
+ 'OptionsDisplayInformationGroup' => 'Information display',
+ 'OptionsDisplayArticlesGroup' => 'Artikel',
+ 'OptionsImagesDisplayGroup' => 'Display',
+ 'OptionsImagesStyleGroup' => 'Gaya',
+ 'OptionsDetailedPreferencesGroup' => 'Preferences',
+ 'OptionsFeaturesConveniencesGroup' => 'Kenyamanan',
+ 'OptionsPicturesFormat' => 'Prefiks yang digunakan untuk gambar:',
+ 'OptionsPicturesFormatInternal' => 'gcstar__',
+ 'OptionsPicturesFormatTitle' => 'Title or name of the associated item',
+ 'OptionsPicturesWorkingDir' => '%WORKING_DIR% or . will be replaced with collection directory (use only on beginning of path)',
+ 'OptionsPicturesFileBase' => '%FILE_BASE% will be replaced by collection file name without suffix (.gcs)',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% could only be used on the beginning of the path for pictures',
+ 'OptionsConfigureMailers' => 'Configure mailing programs',
+
+ 'ImagesOptionsButton' => 'Seting',
+ 'ImagesOptionsTitle' => 'Settings for images list',
+ 'ImagesOptionsSelectColor' => 'Pilih warna',
+ 'ImagesOptionsUseOverlays' => 'Use image overlays',
+ 'ImagesOptionsBg' => 'Background',
+ 'ImagesOptionsBgPicture' => 'Use a background picture',
+ 'ImagesOptionsFg'=> 'Selection',
+ 'ImagesOptionsBgTooltip' => 'Change background color',
+ 'ImagesOptionsFgTooltip'=> 'Change selection color',
+ 'ImagesOptionsResizeImgList' => 'Automatically change number of columns',
+ 'ImagesOptionsAnimateImgList' => 'Use animations',
+ 'ImagesOptionsSizeLabel' => 'Ukuran',
+ 'ImagesOptionsSizeList' => {0 => 'Sangat Kecil', 1 => 'Kecil', 2 => 'Medium', 3 => 'Besar', 4 => 'Sangat besar'},
+ 'ImagesOptionsSizeTooltip' => 'Pilih ukuran gambar',
+
+ 'DetailedOptionsTitle' => 'Settings for detailed list',
+ 'DetailedOptionsImageSize' => 'Ukuran gambar',
+ 'DetailedOptionsGroupItems' => 'Group items by',
+ 'DetailedOptionsSecondarySort' => 'Sort field for children',
+ 'DetailedOptionsFields' => 'Select fields to display',
+ 'DetailedOptionsGroupedFirst' => 'Keep together orphaned items',
+ 'DetailedOptionsAddCount' => 'Add number of elements on categories',
+
+ 'ExtractButton' => 'Informasi',
+ 'ExtractTitle' => 'Informasi file',
+ 'ExtractImport' => 'Use values',
+
+ 'FieldsListOpen' => 'Load a fields list from a file',
+ 'FieldsListSave' => 'Save fields list to a file',
+ 'FieldsListError' => 'This fields list cannot be used with this kind of collection',
+ 'FieldsListIgnore' => '--- Ignore',
+
+ 'ExportTitle' => 'Export item list',
+ 'ExportFilter' => 'Export only displayed items',
+ 'ExportFieldsTitle' => 'Fields to be exported',
+ 'ExportFieldsTip' => 'Select fields you want to export',
+ 'ExportWithPictures' => 'Copy pictures in a sub-directory',
+ 'ExportSortBy' => 'Sort by',
+ 'ExportOrder' => 'Urutan',
+
+ 'ImportListTitle' => 'Import another items list',
+ 'ImportExportData' => 'Data',
+ 'ImportExportFile' => 'File',
+ 'ImportExportFieldsUnused' => 'Unused fields',
+ 'ImportExportFieldsUsed' => 'Used fields',
+ 'ImportExportFieldsFill' => 'Tambahkan Semua',
+ 'ImportExportFieldsClear' => 'Hapus Semua',
+ 'ImportExportFieldsEmpty' => 'You must choose at least one field',
+ 'ImportExportFileEmpty' => 'You have to specify a file name',
+ 'ImportFieldsTitle' => 'Fields to be imported',
+ 'ImportFieldsTip' => 'Select fields you want to import',
+ 'ImportNewList' => 'Create a new collection',
+ 'ImportCurrentList' => 'Add to current collection',
+ 'ImportDropError' => 'There was an error opening at least one file. Previous list will be reloaded.',
+ 'ImportGenerateId' => 'Generate identifier for each item',
+
+ 'FileChooserOpenFile' => 'Please select file to use',
+ 'FileChooserDirectory' => 'Direktori',
+ 'FileChooserOpenDirectory' => 'Pilih direktori',
+ 'FileChooserOverwrite' => 'This file already exists. Do you want to overwrite it?',
+ 'FileAllFiles' => 'All Files',
+ 'FileVideoFiles' => 'Video Files',
+ 'FileEbookFiles' => 'Ebook Files',
+ 'FileAudioFiles' => 'Audio Files',
+ 'FileGCstarFiles' => 'GCstar Collections',
+
+ #Some default panels
+ 'PanelCompact' => 'Compact',
+ 'PanelReadOnly' => 'Read Only',
+ 'PanelForm' => 'Tab',
+
+ 'PanelSearchButton' => 'Fetch Information',
+ 'PanelSearchTip' => 'Search web for information on this name',
+ 'PanelSearchContextChooseOne' => 'Choose a site ...',
+ 'PanelSearchContextMultiSite' => 'Use "Many sites"',
+ 'PanelSearchContextMultiSitePerField' => 'Use "Many sites per field"',
+ 'PanelSearchContextOptions' => 'Change options ...',
+ 'PanelImageTipOpen' => 'Click on the picture to select different one.',
+ 'PanelImageTipView' => 'Click on the picture to view it in real size.',
+ 'PanelImageTipMenu' => ' Right click for more options.',
+ 'PanelImageTitle' => 'Pilih gambar',
+ 'PanelImageNoImage' => 'Tidak ada gambar',
+ 'PanelSelectFileTitle' => 'Pilih sebuah file',
+ 'PanelLaunch' => 'Launch',
+ 'PanelRestoreDefault' => 'Restore default',
+ 'PanelRefresh' => 'Update',
+ 'PanelRefreshTip' => 'Update information from web',
+
+ 'PanelFrom' =>'Dari',
+ 'PanelTo' =>'Ke',
+
+ 'PanelWeb' => 'View Information',
+ 'PanelWebTip' => 'View information on the web about this item', # Accepts model codes
+ 'PanelRemoveTip' => 'Remove current item', # Accepts model codes
+
+ 'PanelDateSelect' => 'Select a Date',
+ 'PanelNobody' => 'Nobody',
+ 'PanelUnknown' => 'Tidak diketahui',
+ 'PanelAdded' => 'Add date',
+ 'PanelRating' => 'Rating',
+ 'PanelPressRating' => 'Press Rating',
+ 'PanelLocation' => 'Location',
+
+ 'PanelLending' => 'Lending',
+ 'PanelBorrower' => 'Peminjam',
+ 'PanelLendDate' => 'Keluar sejak',
+ 'PanelHistory' => 'Sejarah peminjaman',
+ 'PanelReturned' => 'Barang dikembalikan', # Accepts model codes
+ 'PanelReturnDate' => 'Tanggal pengembalian',
+ 'PanelLendedYes' => 'Lended',
+ 'PanelLendedNo' => 'Tersedia',
+
+ 'PanelTags' => 'Tags',
+ 'PanelFavourite' => 'Favorit',
+ 'TagsAssigned' => 'Assigned Tags',
+
+ 'PanelUser' => 'User fields',
+
+ 'CheckUndef' => 'Either',
+ 'CheckYes' => 'Ya',
+ 'CheckNo' => 'Tidak',
+
+ 'ToolbarAll' => 'Lihat Semua',
+ 'ToolbarAllTooltip' => 'View all items',
+ 'ToolbarGroupBy' => 'Group by',
+ 'ToolbarGroupByTooltip' => 'Select the field to use to group items in list',
+ 'ToolbarQuickSearch' => 'Pencarian cepat',
+ 'ToolbarQuickSearchLabel' => 'Pencarian',
+ 'ToolbarQuickSearchTooltip' => 'Pilih bagian yang akan dicari. masukkan kata yang dicari kemudian tekan enter',
+ 'ToolbarSeparator' => ' Separator',
+
+ 'PluginsTitle' => 'Search an item',
+ 'PluginsQuery' => 'Query',
+ 'PluginsFrame' => 'Search site',
+ 'PluginsLogo' => 'Logo',
+ 'PluginsName' => 'Nama',
+ 'PluginsSearchFields' => 'Search fields',
+ 'PluginsAuthor' => 'Author',
+ 'PluginsLang' => 'Bahasa',
+ 'PluginsUseSite' => 'Gunakan situs yang dipilih untuk pencarian seterusnya',
+ 'PluginsPreferredTooltip' => 'Site recommended by GCstar',
+ 'PluginDisabled' => 'Disabled',
+
+ 'BorrowersTitle' => 'Borrower Configuration',
+ 'BorrowersList' => 'Peminjam',
+ 'BorrowersName' => 'Nama',
+ 'BorrowersEmail' => 'E-mail',
+ 'BorrowersAdd' => 'Tambah',
+ 'BorrowersRemove' => 'Mengurangi',
+ 'BorrowersEdit' => 'Edit',
+ 'BorrowersTemplate' => 'Mail template',
+ 'BorrowersSubject' => 'Mail subject',
+ 'BorrowersNotice1' => '%1 will be replaced with the borrower\'s name',
+ 'BorrowersNotice2' => '%2 will be replaced with the item title',
+ 'BorrowersNotice3' => '%3 will be replaced with the borrow date',
+
+ 'BorrowersImportTitle' => 'Import borrowers information',
+ 'BorrowersImportType' => 'Format file:',
+ 'BorrowersImportFile' => 'File:',
+
+ 'BorrowedTitle' => 'Barang yang dipinjam', # Accepts model codes
+ 'BorrowedDate' => 'Sejak',
+ 'BorrowedDisplayInPanel' => 'Show item in main window', # Accepts model codes
+
+ 'MailTitle' => 'Send an e-mail',
+ 'MailFrom' => 'Dari: ',
+ 'MailTo' => 'Kepada: ',
+ 'MailSubject' => 'Subjek: ',
+ 'MailSmtpError' => 'Problem when connecting to SMTP server',
+ 'MailSendmailError' => 'Problem when launching sendmail',
+
+ 'SearchTooltip' => 'Search all items', # Accepts model codes
+ 'SearchTitle' => 'Item Search', # Accepts model codes
+ 'SearchNoField' => 'No field have been selected for the search box.
+Add some of them in the Filters tab of the collection settings.',
+
+ 'QueryReplaceField' => 'Field to replace',
+ 'QueryReplaceOld' => 'Current value',
+ 'QueryReplaceNew' => 'New value',
+ 'QueryReplaceLaunch' => 'Replace',
+
+ 'ImportWindowTitle' => 'Select Fields to be Imported',
+ 'ImportViewPicture' => 'View picture',
+ 'ImportSelectAll' => 'Select all',
+ 'ImportSelectNone' => 'Select none',
+
+ 'MultiSiteTitle' => 'Sites to use for searches',
+ 'MultiSiteUnused' => 'Unused plugins',
+ 'MultiSiteUsed' => 'Plugins to be used',
+ 'MultiSiteLang' => 'Fill list with English plugins',
+ 'MultiSiteEmptyError' => 'You have an empty site list',
+ 'MultiSiteClear' => 'Clear list',
+
+ 'DisplayOptionsTitle' => 'Items to display',
+ 'DisplayOptionsAll' => 'Select all',
+ 'DisplayOptionsSearch' => 'Search button',
+
+ 'GenresTitle' => 'Genre Conversion',
+ 'GenresCategoryName' => 'Genre to use',
+ 'GenresCategoryMembers' => 'Genre to replace',
+ 'GenresLoad' => 'Load a list',
+ 'GenresExport' => 'Save list to a file',
+ 'GenresModify' => 'Edit conversion',
+
+ 'PropertiesName' => 'Collection name',
+ 'PropertiesLang' => 'Kode bahasa',
+ 'PropertiesOwner' => 'Owner',
+ 'PropertiesEmail' => 'Email',
+ 'PropertiesDescription' => 'Description',
+ 'PropertiesFile' => 'File Information',
+ 'PropertiesFilePath' => 'Full path',
+ 'PropertiesItemsNumber' => 'Number of items', # Accepts model codes
+ 'PropertiesFileSize' => 'Size',
+ 'PropertiesFileSizeSymbols' => ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
+ 'PropertiesCollection' => 'Collection properties',
+ 'PropertiesDefaultPicture' => 'Default picture',
+
+ 'MailProgramsTitle' => 'Programs for mail sending',
+ 'MailProgramsName' => 'Name',
+ 'MailProgramsCommand' => 'Command line',
+ 'MailProgramsRestore' => 'Restore defaults',
+ 'MailProgramsAdd' => 'Add a program',
+ 'MailProgramsInstructions' => 'In command line, some substitutions are made:
+ %f is replaced with user\'s e-mail address.
+ %t is replaced with the recipient address.
+ %s is replaced with the subject of the message.
+ %b is replaced with the body of the message.',
+
+ 'BookmarksBookmarks' => 'Bookmarks',
+ 'BookmarksFolder' => 'Folders',
+ 'BookmarksLabel' => 'Label',
+ 'BookmarksPath' => 'Path',
+ 'BookmarksNewFolder' => 'New folder',
+
+ 'AdvancedSearchType' => 'Type of search',
+ 'AdvancedSearchTypeAnd' => 'Items matching all criteria', # Accepts model codes
+ 'AdvancedSearchTypeOr' => 'Items matching at least one criterion', # Accepts model codes
+ 'AdvancedSearchCriteria' => 'Criteria',
+ 'AdvancedSearchAnyField' => 'Any field',
+ 'AdvancedSearchSaveTitle' => 'Simpan pencarian',
+ 'AdvancedSearchSaveName' => 'Nama',
+ 'AdvancedSearchSaveOverwrite' => 'A saved search already exists with that name. Please use a different one.',
+ 'AdvancedSearchUseCase' => 'Case sensitive',
+ 'AdvancedSearchIgnoreDiacritics' => 'Ignore accents and other diacritics',
+
+ 'BugReportSubject' => 'Laporan kerusakan dibuat dari GCstar',
+ 'BugReportVersion' => 'Versi',
+ 'BugReportPlatform' => 'Sistem operasi',
+ 'BugReportMessage' => 'Pesan error',
+ 'BugReportInformation' => 'Informasi tambahan',
+
+#Statistics
+ 'StatsFieldToUse' => 'Field to use',
+ 'StatsSortByNumber' => 'Sort by number of {lowercaseX}',
+ 'StatsGenerate' => 'Generate',
+ 'StatsKindOfGraph' => 'Kind of graphic',
+ 'StatsBars' => 'Bars',
+ 'StatsPie' => 'Pie',
+ 'Stats3DPie' => '3D Pie',
+ 'StatsArea' => 'Areas',
+ 'StatsHistory' => 'History',
+ 'StatsWidth' => 'Width',
+ 'StatsHeight' => 'Height',
+ 'StatsFontSize' => 'Font size',
+ 'StatsDisplayNumber' => 'Show numbers',
+ 'StatsSave' => 'Save statistics image to a file',
+ 'StatsAccumulate' => 'Accumulate values',
+ 'StatsShowAllDates' => 'Show all dates',
+
+ 'DefaultValuesTip' => 'Values set in this window will be used as the default values when creating a new {lowercase1}',
+ );
+}
+1;