summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/EL
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/EL')
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/EL/GCExport/GCExportXML.pm41
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportFolder.pm67
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/EL/GCImport/GCImportTellico.pm37
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCTVepisodes.pm45
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCTVseries.pm55
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCboardgames.pm86
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCbooks.pm70
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCcoins.pm104
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCfilms.pm93
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCgames.pm82
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCgeneric.pm42
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCmusics.pm68
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCperiodicals.pm52
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCsoftware.pm84
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCstamps.pm189
-rw-r--r--lib/gcstar/GCLang/EL/GCModels/GCwines.pm84
-rw-r--r--lib/gcstar/GCLang/EL/GCstar.pm674
31 files changed, 2703 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/EL/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..2c50d30
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::EL::GCExport::GCExportCSV;
+
+ 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 = (
+ 'Header' => 'Να συμπεριλαμβανονται τα ονοματα των πεδίων στην αρχή',
+ 'Separator' => 'Διαχωριστής',
+ 'Replacement' => 'Αντικατάσταση διαχωριστή με',
+ 'Charset' => 'Κωδικοποίηση χαρακτήρων',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..98e21f7
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::EL::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/EL/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..49f373d
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::EL::GCExport::GCExportHTML;
+
+ 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 = (
+ 'ModelNotFound' => 'Άκυρο αρχείο μοντέλου',
+ 'UseFile' => 'Χρήση του κατωτέρω αρχείου',
+ 'WithJS' => 'Χρήση Javascript',
+ 'FileTemplate' => 'Μοντέλο',
+ 'Preview' => 'Προεπισκόπηση',
+ 'NoPreview' => 'Δεν είναι διαθέσιμη η προεπισκόπιση',
+ 'TemplateExternalFile' => 'Αρχείο μοντέλου',
+ 'Title' => 'Τίτλος σελίδας',
+ 'InfoFile' => 'Η λίστα βρίσκεται μέσα στο αρχείο: ',
+ 'InfoDir' => 'Οι εικόνες είναι στο: ',
+ 'HeightImg' => 'Ύψος (in pixels) των εικόνων',
+ 'OpenFileInBrowser' => 'Άνοιγμα του δημιουργημένου αρχείου στον web browser',
+ 'Note' => 'Η λίστα δημιουργήθηκε από <a href="http://www.gcstar.org/">GCstar</a>',
+ 'InputTitle' => 'Εισάγετε το κείμενο για αναζήτηση',
+ 'SearchType1' => 'Τίτλος μόνο',
+ 'SearchType2' => 'Όλες οι πληροφορίες',
+ 'SearchButton' => 'Αναζήτηση',
+ 'SearchTitle' => 'Εμφάνιση μόνο των ταινιών που αντιστοιχούν στα προηγούμενα κριτήρια',
+ 'AllButton' => 'Όλα',
+ 'AllTitle' => 'Εμφάνιση όλων των ταινιών',
+ 'Expand' => 'Επέκταση όλων',
+ 'ExpandTitle' => 'Εμφάνιση πληροφοριών όλων των ταινιών',
+ 'Collapse' => 'Απόκρυψη όλων',
+ 'CollapseTitle' => 'Απόκρυψη πληροφοριών όλων των ταινιών',
+ 'Borrowed' => 'Δανείστηκε από : ',
+ 'NotBorrowed' => 'Διαθέσιμο',
+ 'Top' => 'Επάνω',
+ 'Bottom' => 'Κάτω',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..023f556
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::EL::GCExport::GCExportPDB;
+
+ 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 = (
+ 'Name' => 'Palm PDB',
+ 'DatabaseName' => 'Όνομα βάσης δεδομένων',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..75ebec8
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::EL::GCExport::GCExportSQL;
+
+ 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 = (
+ 'WithDrop' => 'Include DROP instruction',
+ 'WithCreate' => 'Include CREATE instruction',
+ 'TableName' => 'Όνομα πίνακα',
+ 'InfoFile' => 'Αρχείο SQL: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..a4058e9
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::EL::GCExport::GCExportTarGz;
+
+ 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 = (
+ 'Info' => 'Το αρχείο είναι μέσα στο αρχείο: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/EL/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..8d91a99
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::EL::GCExport::GCExportXML;
+
+ 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 = (
+ 'ModelFile' => 'Αρχείο μοντέλου',
+ 'ModelText' => 'Κείμενο του μοντέλου',
+ 'Models' => 'Χρήση του μοντέλου',
+ 'UseFile' => 'Χρήση αρχείου',
+ 'UseModel' => 'Χρήση περιοχής κειμένου',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..2a2d87d
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::EL::GCImport::GCImportAlexandria;
+
+ 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 = (
+ 'Where' => 'Αναζήτηση:',
+ 'Default' => 'Προεπιλεγμένος κατάλογος Alexandria',
+ 'Specified' => 'Ο κατωτέρο κατάλογος',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..cf004be
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::EL::GCImport::GCImportCSV;
+
+ 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 = (
+ 'Charset' => 'Κωδικοποίηση χαρακτήρων',
+ 'Header' => 'Να αγνοηθεί η πρώτη γραμμή',
+ 'Separator' => 'Διαχωριστής',
+ 'Plugin' => 'Ιστοσελίδες που θα χρησιμοποιηθούν',
+ 'UseFirst' => 'Αν υπάρχουν περισσότερα αποτελέσματα να επιλέγεται το πρώτο',
+ 'SearchField' => 'Αναζήτηση αντικειμένων χρησιμοποιώντας',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..857fd95
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportFolder.pm
@@ -0,0 +1,67 @@
+{
+ package GCLang::EL::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' => 'Φάκελος',
+ 'Recursive' => 'Εξερεύνηση υπό-καταλόγων',
+ 'Suffixes' => 'Suffixes ή η επέκταση των αρχείων',
+ 'SuffixesTooltip' => 'Να ληφθεί υπ\'όψη η λίστα με διαχωρισμό με κόμμα των suffixes ή με τις επεκτάσεις των αρχείων',
+ 'Remove' => 'Να διαγραφεί από τα ονόματα',
+ 'RemoveTooltip' => 'Η λίστα των λέξεων διαχωρισμένες με κόμμα που θα πρέπει να διαγραφεί από τα ονόματα αρχείων για την δημιουργία ονόματος αναζήτησης',
+ 'Ask'=> 'Ερώτηση',
+ 'AskEnd'=> 'ερώτηση όλων στο τέλο',
+ 'AddWithoutInfo'=> 'Προσθήκη χωρίς πληροφορίες',
+ 'DontAdd'=> 'Να μην προστεθεί',
+ 'TakeFirst' => 'Επιλογή πρώτου',
+ 'MultipleResult'=> 'Αγνόησε όταν υπάρχουν περισσότερο από 1 απαντήσεις',
+ 'MultipleResultTooltip'=> 'Το αρχείο θα προστεθεί χωρίς αναζήτηση πληροφοριών αν υπάρχουν περισσότερο από 1 απαντήσεις',
+ 'RemoveWholeWord' => 'Αφαίρεση μόνο ολόκληρων λέξεων',
+ 'RemoveTooltipWholeWord' => 'Οι λέξεις θα αφαιρούνται μόνο αν εμφανίζονται σαν ολόκληρη λέξη',
+ 'RemoveRegularExpr' => 'Κανονική έκφραση',
+ 'RemoveTooltipRegularExpr' => 'Υπολογίστε ότι \'Για να αφαιρεθεί από τα ονόματα\' είναι μια κανονική έκφραση perl',
+ 'SkipFileAlreadyInCollection' => 'Προσθήκη μόνο νέων αρχείων',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Προσθήκη μόνο των αρχείων που δεν υπάρχουν στη συλλογή',
+ 'SkipFileNo' => 'Όχι',
+ 'SkipFileFullPath' => 'βασισμένο σε ολόκληρη τη διαδρομή',
+ 'SkipFileFileName' => 'βασισμένο στο όνομα αρχείου',
+ 'SkipFileFileNameAndUpdate' => 'βασισμένο στο όνομα αρχείου (αλλά με ενημέρωση διαδρομής στη συλλογή)',
+ 'NoResult'=> 'Κανένα αποτέλεσμα',
+ 'NoResultTooltip'=> 'Τι θα γίνεται αν δεν βρεθούν αποτελέσματα αναζήτησης από το πρόσθετο',
+ 'InfoFromFileNameRegExp' => 'Ανάλυση ονόματος αρχείου με αυτη την κανονική έκφραση',
+ 'InfoFromFileNameRegExpTooltip' => 'Χρήση αυτού για ανάκτηση πληροφοριών από το όνομα αρχείου (εφαρμόζεται μετά την αφαίρεση της επέκτασης). Αφήστε κενό αν δεν χρησιμοποιείται. Γνωστά πεδία: $T:Τίτλος, $A:Τίτλος αλφαβητικά, $Y:Ημερομηνία έκδοσης, $S:Σεζόν, $E:Επισόδειο, $N:Όνομα σειράς αλφαβητικά, $x:Αριθμός μέρους, $y: Σύνολο αριθμού μερών',
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..c29abd3
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::EL::GCImport::GCImportGCstar;
+
+ 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 = (
+ 'CopyPictures' => 'Αντιγραφή εικόνων',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCImport/GCImportList.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportList.pm
new file mode 100644
index 0000000..ff1d219
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::EL::GCImport::GCImportList;
+
+ 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' => 'Όνομα λίστας',
+ 'Plugin' => 'Ιστοσελίδες που θα χρησιμοποιηθούν',
+ 'UseFirst' => 'Αν υπάρχουν περισσότερα αποτελέσματα να επιλέγεται το πρώτο',
+ 'CommentAuto' => 'Εισαγωγή στοιχείου αυτόματα.',
+ 'CommentSite' => 'Ιστοσελίδα: ',
+ 'CommentTitle' => 'Τίτλος: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..7dc51ef
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::EL::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/EL/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/EL/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..bcc4e1d
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::EL::GCImport::GCImportTellico;
+
+ 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 = (
+ 'NotSupported' => 'Το αρχείο δεν είναι τύπου Tellico collection',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/EL/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..7666f79
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCTVepisodes.pm
@@ -0,0 +1,45 @@
+{
+ package GCLang::EL::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 => 'Συλλογή τηλεοπτικών εκπομπών',
+ Items => 'Επεισόδια',
+ NewItem => 'Νέο επεισόδιο',
+ NewSeries => 'Νέα σειρά',
+ Episode => 'Επεισόδιο',
+ );
+ # Both of them are required as importTranslation doesn't recurse
+ importTranslation('films');
+ importTranslation('TVseries');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/EL/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..7ba017c
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCTVseries.pm
@@ -0,0 +1,55 @@
+{
+ package GCLang::EL::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 => 'Συλλογή τηλεοπτικών σειρών',
+ Items => { 0 => 'Σειρά',
+ 1 => 'Σειρά',
+ X => 'Σειρές',
+ lowercase1 => 'σειρά',
+ lowercaseX => 'σειρές'
+ },
+ NewItem => 'Νέα σειρά',
+ Name => 'Όνομα',
+ Season => 'Σεζόν',
+ Part => 'Μέρος',
+ Episodes => 'Επισόδεια',
+ FirstAired => 'Πρώτη προβολή',
+ Time => 'Διάρκεια',
+ Producer => 'Παραγωγός',
+ Music => 'Μουσική',
+ );
+ importTranslation('ταινίες');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/EL/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..1c4ca21
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCboardgames.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::EL::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 => 'Συλλογή επιτραπέζιων παιχνιδιών',
+ Items => {0 => 'Παιχνίδι',
+ 1 => 'Παιχνίδι',
+ X => 'Παιχνίδια'},
+ NewItem => 'Νέο παιχνίδι',
+
+ Id => 'Id',
+ Name => 'Όνομα',
+ Original => 'Αυθεντικό όνομα',
+ Box => 'Εικόνα συσκευασίας',
+ DesignedBy => 'Δημιουργός',
+ PublishedBy => 'Εκδότης',
+ Players => 'Αριθμός παικτών',
+ PlayingTime => 'Χρόνος παρτίδας',
+ SuggestedAge => 'Προτεινόμενη ηλικία',
+ Released => 'Ημερομηνία έκδοσης',
+ Description => 'Περιγραφή',
+ Category => 'Κατηγορία',
+ Mechanics => 'Μηχανισμοί',
+ ExpandedBy => 'Υπάρχουσα επέκταση',
+ ExpansionFor => 'Επέκταση για',
+ GameFamily => 'Κατηγορία παιχνιδιού',
+ IllustratedBy => 'Εικονογράφηση από',
+ Url => 'Ιστοσελίδα',
+ TimesPlayed => 'Αριθμός παρτίδων που έχουν παιχτεί',
+ CompleteContents => 'Πλήρες περιεχόμενο',
+ Copies => 'Αριθμός αντιγράφων',
+ Condition => 'Κατάσταση',
+ Photos => 'Εικόνες',
+ Photo1 => 'Πρώτη εικόνα',
+ Photo2 => 'Δεύτερη εικόνα',
+ Photo3 => 'Τρίτη εικόνα',
+ Photo4 => 'Τέταρτη εικόνα',
+ Comments => 'Σχόλια',
+
+ Perfect => 'Εξαίρετο',
+ Good => 'Καλό',
+ Average => 'Μέτριο',
+ Poor => 'Κακό',
+
+ CompleteYes => 'Πλήρες περιεχόμενο',
+ CompleteNo => 'Ελλειπή στοιχεία',
+
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+ Personal => 'Προσωπικά',
+ Information => 'Πληροφορίες',
+
+ FilterRatingSelect => '_Βαθμολογία τουλάχιστο...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCbooks.pm b/lib/gcstar/GCLang/EL/GCModels/GCbooks.pm
new file mode 100644
index 0000000..fd601f1
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCbooks.pm
@@ -0,0 +1,70 @@
+{
+ package GCLang::EL::GCModels::GCbooks;
+
+ 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 => 'Συλλογή βιβλίων',
+ Items => {0 => 'Βιβλίο',
+ 1 => 'Βιβλίο',
+ X => 'Βιβλία'},
+ NewItem => 'Νέο βιβλίο',
+
+ Isbn => 'ISBN',
+ Title => 'Τίτλος',
+ Cover => 'Εξώφυλλο',
+ Authors => 'Συγγραφέας',
+ Publisher => 'Εκδότης',
+ Publication => 'Ημερομηνία έκδοσης',
+ Language => 'Γλώσσα',
+ Genre => 'Κατηγορία',
+ Serie => 'Σειρά',
+ Rank => 'Rank',
+ Bookdescription => 'Περιγραφή',
+ Pages => 'Σελίδες',
+ Read => 'Διαβασμένο',
+ Acquisition => 'Ημερομηνία απόκτησης',
+ Edition => 'Έκδοση',
+ Format => 'Μορφή',
+ Comments => 'Σχόλια',
+ Url => 'Ιστοσελίδα',
+ Translator => 'Μετάφραση:',
+ Artist => 'Επιμέλεια:',
+ DigitalFile => 'Digital version',
+
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+
+ ReadNo => 'Not read',
+ ReadYes => 'Read',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCcoins.pm b/lib/gcstar/GCLang/EL/GCModels/GCcoins.pm
new file mode 100644
index 0000000..004537d
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCcoins.pm
@@ -0,0 +1,104 @@
+{
+ package GCLang::EL::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 => 'Συλλογή νομισμάτων',
+ Items => {0 => 'Νόμισμα',
+ 1 => 'Νόμισμα',
+ X => 'Νομίσματα'},
+ NewItem => 'Νέο νόμισμα',
+
+ Name => 'Όνομα',
+ Country => 'Χώρα',
+ Year => 'Έτος',
+ Currency => 'Νόμισμα',
+ Value => 'Αξία',
+ Picture => 'Κεντρική εικόνα',
+ Diameter => 'Διάμετρος',
+ Metal => 'Μέταλλο',
+ Edge => 'Στεφάνη',
+ Edge1 => 'Στεφάνη 1',
+ Edge2 => 'Στεφάνη 2',
+ Edge3 => 'Στεφάνη 3',
+ Edge4 => 'Στεφάνη 4',
+ Head => 'Όψη κύρια',
+ Tail => 'Όψη πίσω',
+ Comments => 'Σχόλια',
+ History => 'Ιστορικό',
+ Website => 'Ιστοσελίδα',
+ Estimate => 'Εκτιμώμενη αξία (€)',
+ References => 'Παραπομπές',
+ Type => 'Τύπος',
+ Coin => 'Κέρμα',
+ Banknote => 'Χαρτονόμισμα',
+
+ Main => 'Κυρίως',
+ Description => 'Περιγραφή',
+ Other => 'Λοιπές πληροφορίες',
+ Pictures => 'Εικόνες',
+
+ Condition => '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/EL/GCModels/GCcomics.pm b/lib/gcstar/GCLang/EL/GCModels/GCcomics.pm
new file mode 100644
index 0000000..b5cc1de
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::EL::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 => 'Συλλογή Κόμικς',
+ Items => {0 => 'Κόμικς',
+ 1 => 'Κόμικ',
+ X => 'Κόμικς'},
+ NewItem => 'Νέο κόμικ',
+
+
+ Id => 'Id',
+ Name => 'Όνομα',
+ Series => 'Σειρά',
+ Volume => 'Τόμος',
+ Title => 'Τίτλος',
+ Writer => 'Συγγραφέας',
+ Illustrator => 'Εικονογράφος',
+ Colourist => 'Κολορίστας',
+ Publisher => 'Εκδότης',
+ Synopsis => 'Περίληψη',
+ Collection => 'Συλλογή',
+ PublishDate => 'Ημερομηνία έκδοσης',
+ PrintingDate => 'Ημερομηνία εκτύπωσης',
+ ISBN => 'ISBN',
+ Type => 'Τύπος',
+ Category => 'Κατηγορία',
+ Format => 'Μορφή',
+ NumberBoards => 'Αριθμός Σελίδων',
+ Signing => 'Αφιέρωση',
+ Cost => 'Κόστος',
+ Rating => 'Βαθμολογία',
+ Comment => 'Σχόλια',
+ Url => 'Ιστοσελίδα',
+
+ FilterRatingSelect => 'Βαθμός _τουλάχιστο...',
+
+ Main => 'Κεντρικό μενού',
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCfilms.pm b/lib/gcstar/GCLang/EL/GCModels/GCfilms.pm
new file mode 100644
index 0000000..7dea458
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCfilms.pm
@@ -0,0 +1,93 @@
+{
+ package GCLang::EL::GCModels::GCfilms;
+
+ 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 => 'Συλλογή ταινιών',
+ Items => {0 => 'Ταινία',
+ 1 => 'Ταινία',
+ X => 'Ταινίες'},
+ NewItem => 'Νέα ταινία',
+
+
+ Id => 'Id',
+ Title => 'Τίτλος',
+ Date => 'Ημερομηνία',
+ Time => 'Διάρκεια',
+ Director => 'Σκηνοθέτης',
+ Country => 'Χώρα',
+ MinimumAge => 'Όριο ηλικίας',
+ Genre => 'Είδος',
+ Image => 'Εικόνα',
+ Original => 'Αυθεντικός τίτλος',
+ Actors => 'Ηθοποιοί',
+ Actor => 'Ηθοποιός',
+ Role => 'Ρόλος',
+ Comment => 'Σχόλια',
+ Synopsis => 'Περίληψη',
+ Seen => 'Το \'χω δει',
+ Number => 'Αριθμός',
+ Format => 'Τύπος μέσου',
+ Region => 'Χώρα',
+ Identifier => 'Αναγνωριστικό',
+ Url => 'Ιστοσελίδα',
+ Audio => 'Ήχος',
+ Video => 'Video format',
+ Trailer => 'Αρχείο video',
+ Serie => 'Σειρά',
+ Rank => 'Rank',
+ Subtitles => 'Υπότιτλοι',
+
+ SeenYes => 'Το \'χω δει',
+ SeenNo => 'Δεν το \'χω δει',
+
+ AgeUnrated => 'Άγνωστο',
+ AgeAll => 'Για όλη την οικογένεια',
+ AgeParent => 'Με γονική συναίνεση',
+
+ Main => 'Βασικά στοιχεία',
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+
+ Information => 'Πληροφορίες',
+ Languages => 'Γλώσσες',
+ Encoding => 'Κωδικοποίηση',
+
+ FilterAudienceAge => 'Ηλικία θεατή',
+ FilterSeenNo => '_Δεν το \'χω δει',
+ FilterSeenYes => '_Το \'χω δει',
+ FilterRatingSelect => '_Βαθμολογία τουλάχιστο...',
+
+ ExtractSize => 'Μέγεθος',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCgames.pm b/lib/gcstar/GCLang/EL/GCModels/GCgames.pm
new file mode 100644
index 0000000..807a47f
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCgames.pm
@@ -0,0 +1,82 @@
+{
+ package GCLang::EL::GCModels::GCgames;
+
+ 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 => 'Συλλογή παιχνιδιών Video ',
+ Items => {0 => 'Παιχνίδι',
+ 1 => 'Παιχνίδι',
+ X => 'Παιχνίδια'},
+ NewItem => 'Νέο παιχνίδι',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Όνομα',
+ Platform => 'Πλατφόρμα',
+ Players => 'Αριθμός παικτών',
+ Released => 'Ημερομηνία έκδοσης',
+ Editor => 'Εκδότης',
+ Developer => 'Δημιουργός',
+ Genre => 'Είδος',
+ Box => 'Εικόνα συσκευασίας',
+ Case => 'Συσκευασία',
+ Manual => 'Οδηγίες χρήσης',
+ Completion => 'Ολοκλήρωση (%)',
+ Executable => 'Εκτελέσιμο',
+ Description => 'Περιγραφή',
+ Codes => 'Κωδικοί',
+ Code => 'Κώδικας',
+ Effect => 'Effect',
+ Secrets => 'Secrets',
+ Screenshots => 'Στιγμιότυπα',
+ Screenshot1 => 'Πρώτο στιγμιότυπο',
+ Screenshot2 => 'Δεύτερο στιγμιότυπο',
+ Comments => 'Σχόλια',
+ Url => 'Ιστοσελίδα',
+ Unlockables => 'Μπορούν να ξεκλειδωθουν',
+ Unlockable => 'Μπορεί να ξεκλειδωθεί',
+ Howto => 'Τρόπος ξεκλειδώματος',
+ Exclusive => 'Exclusive',
+ Resolutions => 'Display resolutions',
+ InstallationSize => 'Size',
+ Region => 'Περιοχή',
+ SerialNumber => 'Σειριακός αριθμός',
+
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+ Tips => 'Tips',
+ Information => 'Πληροφορίες',
+
+ FilterRatingSelect => '_Βαθμολογία τουλάχιστο...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/EL/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..2e18bbe
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCgeneric.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::EL::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/EL/GCModels/GCminicars.pm b/lib/gcstar/GCLang/EL/GCModels/GCminicars.pm
new file mode 100644
index 0000000..54fc2e1
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::EL::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 => 'Συλλογή μινιατούρων αυτοκινήτων',
+ Items => {0 => 'Όχημα',
+ 1 => 'Όχημα',
+ X => 'Οχήματα',
+ lowercase1 => 'όχημα',
+ lowercaseX => 'οχήματα'
+ },
+ NewItem => 'Νέο όχημα',
+ Currency => 'Νόμισμα',
+
+# Main fields
+
+ Main => 'Κύριες πληροφορίες',
+
+ Name => 'Όνομα',
+ Exchange => 'Προς πώληση ή ανταλλαγή',
+ Wanted => 'Ζήτηση',
+ Rating1 => 'Κύρια αξιολόγηση',
+ Picture1 => 'Κύρια εικόνα',
+ Scale => 'Κλίμακα',
+ Manufacturer => 'Εργοστάσιο',
+ Constructor => 'Κατασκευαστής',
+ Type1 => 'Τύπος',
+ Modele => 'Μοντέλο',
+ Version => 'Έκδοση',
+ Color => 'Χρώμα μοντέλου',
+ Pub => 'Διαφήμιση',
+ Year => 'Έτος',
+ Reference => 'Κωδικός',
+ Kit => 'Σε κιτ',
+ Transformation => 'Προσωπική τροποποίηση',
+ Comments1 => 'Σχόλια',
+
+# Details fields
+
+ Details => 'Λεπτομέρειες',
+
+ MiscCharacteristics => 'Διάφορα χαρακτηριστικά',
+ Material => 'Υλικό',
+ Molding => 'Καλούπι',
+ Condition => 'Κατάσταση',
+ Edition => 'Έκδοση',
+ Collectiontype => 'Όνομα συλλογής',
+ Serial => 'Σειρά',
+ Serialnumber => 'Σειριακός αριθμός',
+ Designed => 'Ημερομηνία σχεδιασμού',
+ Madein => 'Ημερομηνία κατασκευής',
+ Box1 => 'Τύπος κουτιού',
+ Box2 => 'Περιγραφή κουτιού',
+ Containbox => 'Περιεχόμενο κουτιού',
+ Rating2 => 'Ρεαλιστικό',
+ Rating3 => 'Φινίρισμα',
+ Acquisition => 'Ημερομηνία αγοράς',
+ Location => 'Τόπος αγοράς',
+ Buyprice => 'Τιμή αγοράς',
+ Estimate => 'Εκτίμηση',
+ Comments2 => 'Σχόλια',
+ Decorationset => 'Σετ διακόσμησης',
+ Characters => 'Χαρακτήρες',
+ CarFromFilm => 'Αυτοκίνητο από ταινία',
+ Filmcar => 'Ταινία σχετική με το όχημα',
+ Filmpart => 'Μέρος/επισόδειο ταινίας',
+ Parts => 'Αριθμός μερών',
+ VehiculeDetails => 'Λεπτομέρειες αυτοκινήτου',
+ Detailsparts => 'Αναλυτικά στοιχεία',
+ Detailsdecorations => 'Τύπος διακοσμήσεων',
+ Decorations => 'Αριθμός διακοσμήσεων',
+ Lwh => 'Μήκος / Πλάτος / Ύψος',
+ Weight => 'Βάρος',
+ Framecar => 'Σασί',
+ Bodycar => 'Αμάξωμα',
+ Colormirror => 'Χρώμα μοντέλου',
+ Interior => 'Εσωτερικό',
+ Wheels => 'Τροχοί',
+ Registrationnumber1 => 'Εμπρόσθιος αριθμός καταχώρησης',
+ Registrationnumber2 => 'Οπίσθιος αριθμός καταχώρησης',
+ RacingCar => 'Αγωνιστικό αυτοκίνητο',
+ Course => 'Αγώνας',
+ Courselocation => 'Τοποθεσία αγώνα',
+ Courseyear => 'Ημερομηνία αγώνα',
+ Team => 'Ομάδα',
+ Pilots => 'Οδηγός(οι)',
+ Copilots => 'Συνοδηγός(οι)',
+ Carnumber => 'Αριθμός οχήματος',
+ Pub2 => 'Διαφημιστές',
+ Finishline => 'Τελική κατάταξη',
+ Steeringwheel => 'Θέση τιμονιού',
+
+
+# Catalogs fields
+
+ Catalogs => 'Κατάλογοι',
+
+ OfficialPicture => 'Επίσημη εικόνα',
+ Barcode => 'Barcode',
+ Referencemirror => 'Κωδικός',
+ Year3 => 'Ημερομηνία διαθεσιμότητας',
+ CatalogCoverPicture => 'Εξώφυλλο',
+ CatalogPagePicture => 'Σελίδα',
+ Catalogyear => 'Έτος καταλόγου',
+ Catalogedition => 'Έκδοση καταλόγου',
+ Catalogpage => 'Σελίδα καταλόγου',
+ Catalogprice => 'Τιμή καταλόγου',
+ Personalref => 'Προσωπικός κωδικός',
+ Websitem => 'Ιστοσελίδα κατασκευαστή μινιατούρας',
+ Websitec => 'Ιστοσελίδα κατασκευαστή του πραγματικού οχήματος',
+ Websiteo => 'Χρήσιμοι σύνδεσμοι',
+ Comments3 => 'Σχόλια',
+
+# Pictures fields
+
+ Pictures => 'Εικόνες',
+
+ OthersComments => 'Γενικές παρατηρήσεις',
+ OthersDetails => 'Άλλες λεπτομέρειες',
+ Top1 => 'Επάνω',
+ Back1 => 'Κάτω',
+ AVG => 'Επάνω αριστερά',
+ AV => 'Επάνω',
+ AVD => 'Επάνω δεξιά',
+ G => 'Αριστερά',
+ BOX => 'Κουτί',
+ D => 'Δεξιά',
+ ARG => 'Πίσω αριστερά',
+ AR => 'Πίσω',
+ ARD => 'Πίσω δεξιά',
+ Others => 'Διάφορα',
+
+# PanelLending fields
+
+ LendingExplanation => 'Χρήσιμες ανταλλαγές κατα την διαρκεια περιοδικών εκθέσεων',
+ PanelLending => 'Χορηγήσεις (για εκθέσεις)',
+ Comments4 => 'Σχόλια',
+
+# Realmodel fields
+
+ Realmodel => 'Πραγματικό αυτοκίνητο',
+
+ Difference => 'Διαφορές με την μινιατούρα',
+ Front2 => 'Εμπρός',
+ Back2 => 'Πίσω',
+ Comments5 => 'Σχόλια',
+
+ References => 'Αναφορές',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCmusics.pm b/lib/gcstar/GCLang/EL/GCModels/GCmusics.pm
new file mode 100644
index 0000000..be29c6e
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCmusics.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::EL::GCModels::GCmusics;
+
+ 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 => 'Συλλογή μουσικής',
+ Items => {0 => 'Δίσκος',
+ 1 => 'Δίσκος',
+ X => 'Δίσκοι'},
+ NewItem => 'Νέος δίσκος',
+
+ Unique => 'ISRC/EAN',
+ Title => 'Τίτλος',
+ Cover => 'Εξώφυλλο',
+ Artist => 'Καλλιτέχνης',
+ Format => 'Format',
+ Running => 'Διάρκεια',
+ Release => 'Ημερομηνία έκδοσης',
+ Genre => 'Είδος',
+ Origin => 'Προέλευση',
+
+#For tracks list
+ Tracks => 'Λίστα τραγουδιών',
+ Number => 'Νούμερο',
+ Track => 'Τίτλος',
+ Time => 'Διάρκεια',
+
+ Composer => 'Συνθέτης',
+ Producer => 'Παραγωγός',
+ Playlist => 'Λίστα αναπαραγωγής',
+ Comments => 'Σχόλια',
+ Label => 'Δισκογραφική εταιρεία',
+ Url => 'Ιστοσελίδα',
+
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/EL/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..d4fc659
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCperiodicals.pm
@@ -0,0 +1,52 @@
+{
+ package GCLang::EL::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 => 'Συλλογή Περιοδικών',
+ Items => {0 => 'Περιοδικό',
+ 1 => 'Περιοδικό',
+ X => 'Περιοδικά'},
+ NewItem => 'Νέο περιοδικό',
+
+ Title => 'Τίτλος',
+ Cover => 'Εξώφυλλο',
+ Periodical => 'Περιοδικό',
+ Number => 'Τεύχος',
+ Date => 'Ημερομηνία',
+ Subject => 'Θέμα',
+ Articles => 'Άρθρα',
+
+ General => 'Γενικά',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/EL/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..30eaff2
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCsmartcards.pm
@@ -0,0 +1,108 @@
+{
+ package GCLang::EL::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 => 'Συλλογή τηλεκαρτών',
+ Items => {0 => 'Τηλεκάρτα',
+ 1 => 'Τηλεκάρτα',
+ X => 'Τηλεκάρτες'},
+ NewItem => 'Νέα τηλεκάρτα',
+ Currency => 'Νόμισμα',
+
+ Help => 'Βοήθεια για τα πεδία',
+ Help1 => 'Βοήθεια',
+
+# Traduction des Champs "Main"
+
+ Main => 'Η τηλεκάρτα',
+
+ Cover => 'Εικόνα',
+
+ Name => 'Όνομα',
+ Exchange => 'Προς πώληση ή ανταλλαγή',
+ Wanted => 'Ζήτηση',
+ Rating1 => 'Γενική αξιολόγηση',
+ TheSmartCard => 'Η τηλεκάρτα, εμπρός/πίσω',
+
+ Country => 'Χώρα',
+ Color => 'Χρώμα',
+ Type1 => 'Τύπος κάρτας',
+ Type2 => 'Τύπος τσιπ',
+ Dimension => 'Μήκος / Πλάτος / Πάχος',
+
+ Box => 'Κουτί',
+ Chip => 'Τσίπ',
+ Year1 => 'Έτος έκδοσης',
+ Year2 => 'Ετος εγκυρότητας',
+ Condition => 'Κατάσταση',
+ Charge => 'Φορτιζόμερνη κάρτα',
+ Variety => 'Είδος',
+
+ Edition => 'Αριθμός δειγμάτων',
+ Serial => 'Σειριακός αριθμός',
+ Theme => 'Θέμα',
+
+ Acquisition => 'Αγοραστηκε στο',
+
+ Catalog0 => 'Κατάλογος',
+ Catalog1 => 'OTE',
+ Catalog2 => 'Κινητής τηλεφωνίας',
+
+ Reference0 => 'Κωδικός',
+ Reference1 => 'Κωδικός ΟΤΕ',
+ Reference2 => 'Κωδικός κινητής τηλεφωνίας',
+ Reference3 => 'Άλλος κωδικός',
+
+ Quotationnew00 => 'Αξία νέας κάρτας',
+ Quotationnew10 => 'Αξία κάρτας ΟΤΕ',
+ Quotationnew20 => 'Αξία κάρτας κινητής',
+ Quotationnew30 => 'Άλλη αξία',
+ Quotationold00 => 'Αξία μεταχειρισμένης κάρτας',
+ Quotationold10 => 'Αξία κάρτας ΟΤΕ',
+ Quotationold20 => 'Αξία κάρτας κινητής',
+ Quotationold30 => 'Άλλη αξία',
+
+ Title1 => 'Τίτλος',
+
+ Unit => 'Μονάδες / Αριθμός λεπτών',
+
+ Pressed => 'Τύπος εκτύπωσης',
+ Location => 'Τόπος εκτύπωσης',
+
+ Comments1 => 'Σχόλια',
+
+ Others => 'Διάφορα.',
+ Weight => 'Βάρος',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/EL/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..274d7e4
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCsoftware.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::EL::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 => 'Συλλογή προγραμμάτων υπολογιστών',
+ Items => {0 => 'Εφαρμογή',
+ 1 => 'Εφαρμογή',
+ X => 'Εφαρμογές',
+ lowercase1 => 'εφαρμογή',
+ lowercaseX => 'εφαρμογες'},
+ NewItem => 'Νέα εφαρμογή',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Όνομα',
+ Platform => 'Πλατφόρμα',
+ Released => 'Ημερομηνία κυκλοφορίας',
+ Homepage => 'Ιστοσελίδα',
+ Editor => 'Εκδότης',
+ Developer => 'Προγραμματιστής',
+ Category => 'Κατηγορία',
+ NumberOfCopies => 'Αντίγραφα',
+ Price => 'Τιμή',
+ Box => 'Εικόνα κουτιού',
+ Case => 'Θήκη',
+ Manual => 'Εγχειρίδιο χρήσης',
+ Executable => 'Εκτελέσιμο',
+ Description => 'Περιγραφή',
+ License => 'Άδεια χρήσης',
+ Commercial => 'Εμπορικό',
+ FreewareNoncommercial => 'Freeware (μη εμπορική χρήση)',
+ OtherOpenSource => 'Άλλο ανοιχτού λογισμικού',
+ PublicDomain => 'Δημόσιος τομέας',
+ OtherLicense => 'Άλλο',
+ Registration => 'Εγγραφή',
+ RegistrationInfo => 'Πληροφορίες εγγραφής',
+ RegInfo => 'Πληροφορίες εγγραφής',
+ RegistrationName => 'Όνομα χρήστη',
+ RegistrationNumber => 'Αριθμός εγγραφής',
+ PanelRegistration => 'Πληροφορίες εγγραφής',
+ RegistrationComments => 'Πρόσθετες πληροφορίες ή σχόλια',
+ Screenshots => 'Στιγμιότυπα',
+ Screenshot1 => 'Πρώτο στιγμιότυπο',
+ Screenshot2 => 'Δεύτερο στιγμιότυπο',
+ Comments => 'Σχόλια',
+ Url => 'Ιστοσελίδα',
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+ Information => 'Πληροφορίες',
+
+ FilterRatingSelect => 'Αξιολόγηση τουλάχιστο...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCstamps.pm b/lib/gcstar/GCLang/EL/GCModels/GCstamps.pm
new file mode 100644
index 0000000..c48b9f0
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCstamps.pm
@@ -0,0 +1,189 @@
+{
+ package GCLang::EL::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 => 'Συλλογή γραμματοσήμων',
+ Items => {0 => 'Γραμματόσημα',
+ 1 => 'Γραμματόσημο',
+ X => 'Γραμματόσημα'},
+ NewItem => 'Νέο γραμματόσημο',
+
+ General => 'Γενικά',
+ Detail => 'Λεπτομέρεια',
+ Value => 'Αξία',
+ Notes => 'Σημειώσεις',
+ Views => 'Όψεις',
+
+ Name => 'Όνομα',
+ Country => 'Χώρα',
+ Year => 'Έτος',
+ Catalog => 'Κατάλογος',
+ Number => 'Αριθμός',
+ Topic => 'Θέμα',
+ Serie => 'Σειρά',
+ Designer => 'Σχεδιαστής',
+ Engraver => 'Χαράκτης',
+ Type => 'Τύπος',
+ Format => 'Μορφή',
+ Description => 'Περιγραφή',
+ Color => 'Χρώμα',
+ Gum => 'Κόλλα',
+ Paper => 'Χαρτί',
+ Perforation => 'Οδόντωση',
+ PerforationSize => 'Μέγεθος οδόντωσης',
+ CancellationType => 'Τύπος σφράγισης',
+ Comments => 'Σχόλια',
+ PrintingVariety => 'Ποικιλία εκτύπωσης',
+ IssueDate => 'Ημερομηνία έκδοσης',
+ EndOfIssue => 'Τέλος έκδοσης',
+ Issue => 'Έκδοση',
+ Grade => 'Ποιότητα',
+ Status => 'Θέση',
+ Adjusted => 'Προσαρμοσμένο',
+ Cancellation => 'Σφράγιση',
+ CancellationCondition => 'Κατάσταση σφραγίδας',
+ GumCondition => 'Κατάσταση κόλλας',
+ PerforationCondition => 'Κατάσταση οδόντωσης',
+ ConditionNotes => 'Σημειώσεις για την κατάσταση',
+ Error => 'Λάθος',
+ ErrorNotes => 'Σημειώσεις Λάθους',
+ FaceValue => 'Αξία όψης',
+ MintValue => 'Αξία καινούργιου',
+ UsedValue => 'Αξία σφραγισμένου',
+ PurchasedDate => 'Ημερομηνία αγοράς',
+ Quantity => 'Ποσότητα',
+ History => 'Ιστορικό',
+ Picture1 => 'Εικόνα 1',
+ Picture2 => 'Εικόνα 2',
+ Picture3 => 'Εικόνα 3',
+
+ AirMail => 'Ταχυδρομημένο αεροπορικώς',
+ MilitaryStamp => 'Στρατιωτική σφραγίδα',
+ Official => 'Σφραγίδα υπηρεσίας',
+ PostageDue => 'Φόρος γραμματοσήμου',
+ Regular => 'Κανονικό γραμματόσημο',
+ Revenue => 'Χαρτόσημο',
+ SpecialDelivery => 'Ταχεία αποστολή',
+ StrikeStamp => 'Γραμματόσημο απεργίας',
+ TelegraphStamp => 'Γραμματόσημο τηλέγραφου',
+ WarStamp => 'Γραμματόσημο πολέμου',
+ WarTaxStamp => 'Χαρτόσημο πολέμου',
+
+ Booklet => 'Κλασέρ',
+ BookletPane => 'Ποσεττα',
+ Card => 'Κάρτα',
+ Coil => 'Γραμματόσημο τροχίσου',
+ Envelope => 'Φάκελος',
+ FirstDayCover => 'Φάκελος πρώτης ημέρας κυκλοφορίας',
+ Sheet => 'Φεγιέ',
+ Single => 'Μεμονωμένο',
+
+ Heliogravure => 'Φωτοχαραξη',
+ Lithography => 'Λιθογραφία',
+ Offset => 'Offset',
+ Photogravure => 'Φωτοτσιγκογραφία',
+ RecessPrinting => 'Χαλκογραφική',
+ Typography => 'Τυπογραφία',
+
+ OriginalGum => 'Αυθεντική κόλλα',
+ Ungummed => 'Ξεκολλημένο',
+ Regummed => 'Επανακολλημενο',
+
+ Chalky => 'Ασβεστολιθικό χαρτί',
+ ChinaPaper => 'Χαρτί Κίνας',
+ Coarsed => 'Τραχύ χαρτί',
+ Glossy => 'Γυαλιστερό',
+ Granite => 'Γρανίτης',
+ Laid => 'Στρωτό',
+ Manila => 'Χαρτί με φυσαλίδες',
+ Native => 'Φυσικό',
+ Pelure => 'Φλοιώδες',
+ Quadrille => 'Χαρτί καντριλέ',
+ Ribbed => 'Ραβδωτό',
+ Rice => 'Ρυζόχαρτο',
+ Silk => 'Μεταξωτό',
+ Smoothed => 'Λείο',
+ Thick => 'Παχύ',
+ Thin => 'Λεπτό',
+ Wove => 'Κυματιστό',
+
+ CoarsedPerforation => 'Χονδροειδή οδόντωση',
+ CombPerforation => 'Οδόντωση χτένα',
+ CompoundPerforation => 'Ανάμικτη οδόντωση',
+ DamagedPerforation => 'Αλλοιωμένη οδόντωση',
+ DoublePerforation => 'Διπλή διάτρηση',
+ HarrowPerforation => 'Σκισμένη οδόντωση',
+ LinePerforation => 'Γραμμική οδόντωση',
+ NoPerforation => 'Χωρίς οδόντωση',
+
+ CancellationToOrder => 'Σφράγιση παραγγελίας',
+ FancyCancellation => 'Εντυπωσιακή σφράγιση',
+ FirstDayCancellation => 'Σφράγιση φακέλου πρώτης ημέρας',
+ NumeralCancellation => 'Ψηφιακή σφράγιση',
+ PenMarked => 'Σημειωμένο με πένα',
+ RailroadCancellation => 'Σφράγιση σιδηρόδρομου',
+ SpecialCancellation => 'Ειδική σφράγιση',
+
+ Superb => 'Εξαίσιο',
+ ExtraFine => 'Πάρα πολυ ωραίο',
+ VeryFine => 'Πολυ ωραίο',
+ FineVeryFine => 'Ωραίο/Πολύ ωραίο',
+ Fine => 'Ωραίο',
+ Average => 'Μέτριο',
+ Poor => 'Κακό',
+
+ Owned => 'Κατεχόμενο',
+ Ordered => 'Σε παραγγελία',
+ Sold => 'Πουλημένο',
+ ToSell => 'Προς πώληση',
+ Wanted => 'Ζητούμενο',
+
+ LightCancellation => 'Ελαφριά σφράγιση',
+ HeavyCancellation => 'Έντονη σφράγιση',
+ ModerateCancellation => 'Μέτρια σφράγιση',
+
+ MintNeverHinged => 'Ανέπαφο',
+ MintLightHinged => 'Ελαφριά τσάκιση',
+ HingedRemnant => 'Τσάκιση',
+ HeavilyHinged => 'Μεγάλη τσάκιση',
+ LargePartOriginalGum => 'Γνήσια κόλλα σε μεγάλη επιφάνεια',
+ SmallPartOriginalGum => 'Γνήσια κόλλα σε μικρή επιφάνεια',
+ NoGum => 'Χωρίς κόλλα',
+
+ Perfect => 'Τέλειο',
+ VeryNice => 'Πολύ όμορφο',
+ Nice => 'Όμορφο',
+ Incomplete => 'Ατελείωτο',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCModels/GCwines.pm b/lib/gcstar/GCLang/EL/GCModels/GCwines.pm
new file mode 100644
index 0000000..a596e3a
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCModels/GCwines.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::EL::GCModels::GCwines;
+
+ 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 => 'Συλλογή κρασιών',
+ Items => {0 => 'Κρασί',
+ 1 => 'Κρασί',
+ X => 'Κρασιά'},
+ NewItem => 'Νέο κρασί',
+
+ Name => 'Όνομα',
+ Designation => 'Ονομασία',
+ Vintage => 'Χρονιά παραγωγής',
+ Vineyard => 'Αμπελώνας',
+ Type => 'Κατηγορία',
+ Grapes => 'Σταφύλι',
+ Soil => 'Έδαφος',
+ Producer => 'Παραγωγός',
+ Country => 'Χώρα',
+ Volume => 'Ποσότητα (ml)',
+ Alcohol => 'Αλκοόλ (%)',
+ Medal => 'Διακρίσεις',
+
+ Storage => 'Αποθήκευση',
+ Location => 'Τοποθεσία',
+ ShelfIndex => 'Θέση',
+ Quantity => 'Ποσότητα',
+ Acquisition => 'Απόκτηση',
+ PurchaseDate => 'Ημερομηνία απόκτησης',
+ PurchasePrice => 'Τιμή απόκτησης',
+ Gift => 'Δώρο',
+ BottleLabel => 'Ετικέτα φιάλης',
+ Website => 'Παραπομπή στο Internet',
+
+ Tasted => 'Δοκιμασμένο',
+ Comments => 'Παρατηρήσεις',
+ Serving => 'Σερβίρισμα',
+ TastingField => 'Χαρακτήρας',
+
+ General => 'Γενικά',
+ Details => 'Λεπτομέρειες',
+ Tasting => 'Γεύση',
+
+ TastedNo => 'Δεν είναι δοκιμασμένο',
+ TastedYes => 'Δοκιμασμένο',
+
+ FilterRange => 'Εύρος',
+ FilterTastedNo => '_Δεν έχει δοκιμαστεί ακόμα',
+ FilterTastedYes => 'Δοκιμασμένο',
+ FilterRatingSelect => '_Βαθμολογία τουλάχιστο...'
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/EL/GCstar.pm b/lib/gcstar/GCLang/EL/GCstar.pm
new file mode 100644
index 0000000..5cc5efc
--- /dev/null
+++ b/lib/gcstar/GCLang/EL/GCstar.pm
@@ -0,0 +1,674 @@
+{
+ package GCLang::EL;
+
+ 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
+#
+###################################################
+
+#
+# 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' => 'Ελληνικά',
+
+ 'Separator' => ': ',
+
+ 'Warning' => '<b>Προσοχή</b>:
+
+Οι πληροφορίες που ανακτώνται από τις ιστοσελίδες (μέσω των
+search plugins) προορίζονται για <b>προσωπική χρήση μόνο</b>.
+
+Οποιαδήποτε αναδιανομή απαγορεύεται <b>ρητά χωρίς την άδεια</b>
+των ιστοσελίδων.
+
+Για να προσδιορίσετε από ποιο site προέρχονται οι πληροφορίες, μπορείτε
+να χρησιμοποιήσετε το κουμπί κάτω από το σημείο <b>λεπτομέρειες</b>.',
+
+ 'AllItemsFiltered' => 'Δεν βρέθηκαν αποτελέσματα σύμφωνα με τα κριτήρια αναζήτησης', # Accepts model codes
+
+#Installation
+ 'InstallDirInfo' => 'Εγκατάσταση σε ',
+ 'InstallMandatory' => 'Υποχρεωτικά στοιχεία',
+ 'InstallOptional' => 'Προαιρετικά στοιχεία',
+ 'InstallErrorMissing' => 'Σφάλμα : Τα ακόλουθα στοιχεία Perl πρέπει να εγκατασταθούν: ',
+ 'InstallPrompt' => 'Βασικός κατάλογος για την εγκατάσταση [/usr/local]: ',
+ 'InstallEnd' => 'Η εγκατάσταση ολοκληρώθηκε',
+ 'InstallNoError' => 'Κανένα σφάλμα',
+ 'InstallLaunch' => 'Για να χρησιμοποιήσετε την εφαρμογή, εκκινήστε ',
+ 'InstallDirectory' => 'Βασικός κατάλογος',
+ 'InstallTitle' => 'Εγκατάσταση GCstar',
+ 'InstallDependencies' => 'Εξαρτήσεις',
+ 'InstallPath' => 'Διαδρομή',
+ 'InstallOptions' => 'Ιδιότητες',
+ 'InstallSelectDirectory' => 'Επιλέξτε τον βασικό κατάλογο που θα γίνει η εγκατάσταση',
+ 'InstallWithClean' => 'Διαγραφή των αρχείων που βρίσκονται στον κατάλογο της εγκατάστασης',
+ 'InstallWithMenu' => 'Προσθήκη του GCstar στο μενού Εφαρμογές',
+ 'InstallNoPermission' => 'Σφάλμα: Δεν έχετε δικαιώματα εγγραφής στον επιλεγμένο κατάλογο',
+ 'InstallMissingMandatory' => 'Λείπουν υποχρεωτικές εξαρτήσεις. Θα πρέπει να τις προσθέσετε ώστε να εγκαταστήσετε το GCstar στο σύστημά σας.',
+ 'InstallMissingOptional' => 'Λείπουν οι παρακάτω προαιρετικές εξαρτήσεις. Το GCstar θα συνεχίσει την εγκατάσταση αλλά ίσως κάποιες από τις λειτουργίες δεν θα είναι διαθέσιμες',
+ 'InstallMissingNone' => 'Δεν λείπει καμία από τις εξαρτήσεις. Μπορείτε να συνεχίσετε κανονικά την εγκατάσταση του GCstar.',
+ 'InstallOK' => 'OK',
+ 'InstallMissing' => 'Λείπει',
+ 'InstallMissingFor' => 'Λείπει για',
+ 'InstallCleanDirectory' => 'Αφαίρεση των αρχείων του GCstar από τον κατάλογο: ',
+ 'InstallCopyDirectory' => 'Αντιγραφή αρχείων στον κατάλογο: ',
+ 'InstallCopyDesktop' => 'Αντιγραφή του εικονιδίου εκκίνησης της εφαρμογής (.desktop) στο: ',
+
+#Update
+ 'UpdateUseProxy' => 'Χρήση proxy (πατήστε απλά enter αν δεν έχετε ορίσει κάποιον): ',
+ 'UpdateNoPermission' => 'Δεν έχετε δικαιώματα εγγραφής στον κατάλογο: ',
+ 'UpdateNone' => 'Δεν βρέθηκαν νέες ενημερώσεις',
+ 'UpdateFileNotFound' => 'Το αρχείο δεν βρέθηκε',
+
+#Splash
+ 'SplashInit' => 'Αρχικοποίηση',
+ 'SplashLoad' => 'Φόρτωση συλλογής',
+ 'SplashDisplay' => 'Εμφάνιση συλλογής',
+ 'SplashSort' => 'Ταξινόμηση συλλογής',
+ 'SplashDone' => 'Έτοιμο',
+
+#Import from GCfilms
+ 'GCfilmsImportQuestion' => 'Φαίνεται ότι έχετε χρησιμοποιήσει στο παρελθόν GCfilms. Τι θέλετε να κάνετε εισαγωγή από το GCfilms στο GCstar (αυτό δεν θα έχει καμία επίδραση στο GCfilms εάν συνεχίζετε την χρήση του)?',
+ 'GCfilmsImportOptions' => 'Ρυθμίσεις',
+ 'GCfilmsImportData' => 'Λίστα ταινιών',
+
+#Menus
+ 'MenuFile' => '_Αρχείο',
+ 'MenuNewList' => '_Νέα συλλογή',
+ 'MenuStats' => 'Στατιστικά',
+ 'MenuHistory' => 'Αν_οιγμένα πρόσφατα',
+ 'MenuLend' => 'Ε_μφάνιση διανεισμένων στοιχείων', # Accepts model codes
+ 'MenuImport' => 'Ει_σαγωγή',
+ 'MenuExport' => 'Εξα_γωγή',
+ 'MenuAddItem' => '_Add Items', # Accepts model codes
+
+ 'MenuEdit' => '_Επεξεργασία',
+ 'MenuDuplicate' => '_Δημιουργία διπλότυπου', # Accepts model codes
+ 'MenuDuplicatePlural' => 'Du_plicate Items', # Accepts model codes
+ 'MenuEditSelectAllItems' => 'Select _All Items', # Accepts model codes
+ 'MenuEditDeleteCurrent' => '_Αφαίρεση στοιχείου', # Accepts model codes
+ 'MenuEditDeleteCurrentPlural' => '_Remove Items', # Accepts model codes
+ 'MenuEditFields' => 'Α_ντικατάσταση πεδίων',
+ 'MenuEditLockItems' => '_Κλείδωμα Συλλογής',
+
+ 'MenuDisplay' => 'Φίλτρα',
+ 'MenuSavedSearches' => 'Αποθηκευμένες αναζητήσεις',
+ 'MenuSavedSearchesEdit' => 'Επεξεργασία αποθηκευμένων αναζητήσεων',
+ 'MenuSavedSearchesSave' => 'Αποθήκευση τρέχουσας αναζήτησης',
+ 'MenuAdvancedSearch' => 'Ε_ξελιγμένη αναζήτηση',
+ 'MenuViewAllItems' => 'Εμφάνιση _Όλων ', # Accepts model codes
+ 'MenuNoFilter' => '_Όλα',
+
+ 'MenuConfiguration' => '_Ρυθμίσεις',
+ 'MenuDisplayMenu' => 'Display',
+ 'MenuDisplayFullScreen' => 'Full screen',
+ 'MenuDisplayMenuBar' => 'Menus',
+ 'MenuDisplayToolBar' => 'Toolbar',
+ 'MenuDisplayStatusBar' => 'Bottom bar',
+ 'MenuDisplayOptions' => '_Εμφάνιση Πληροφοριών',
+ 'MenuBorrowers' => '_Δανειολήπτες',
+ 'MenuToolbarConfiguration' => '_Κουμπιά γραμμής εργαλειών',
+ 'MenuDefaultValues' => 'Default values for new item', # Accepts model codes
+ 'MenuGenresConversion' => '_Μετατροπή είδους',
+
+ 'MenuBookmarks' => 'Οι _Συλλογές μου',
+ 'MenuBookmarksAdd' => '_Προσθηκη της συλλογής',
+ 'MenuBookmarksEdit' => '_Επεξεργασία αποθηκευμένων συλλογών',
+
+ 'MenuHelp' => '_Βοήθεια',
+ 'MenuHelpContent' => '_Περιεχόμενα',
+ 'MenuAllPlugins' => 'Εμφάνιση _plugins',
+ 'MenuBugReport' => 'Αναφορά _bug',
+ 'MenuAbout' => '_Σχετικά με το GCstar',
+
+ 'MenuNewWindow' => 'Εμφάνιση στοιχείων σε _Νέο Παράθυρο', # Accepts model codes
+ 'MenuNewWindowPlural' => 'Εμφάνιση στοιχείων σε _Νέο Παράθυρο', # Accepts model codes
+
+ 'ContextExpandAll' => 'Επέκταση όλων',
+ 'ContextCollapseAll' => 'Σύμπτυξη όλων',
+ 'ContextChooseImage' => 'Επιλέξτε _Εικόνα',
+ 'ContextImageEditor' => 'Άνοιγμα με το πρόγραμμα επεξεργασίας εικόνας',
+ 'ContextOpenWith' => 'Άνοιγμα _με',
+ 'ContextImgFront' => 'Εξώφυλλο',
+ 'ContextImgBack' => 'Πίσω φύλλο',
+ 'ContextChooseFile' => 'Επιλογή αρχείου',
+ 'ContextChooseFolder' => 'Επιλογή φακέλου',
+
+ 'DialogEnterNumber' => 'Παρακαλώ εισάγετε τιμή',
+
+ 'RemoveConfirm' => 'Θέλετε πραγματικά να διαγραφεί το στοιχείο;', # Accepts model codes
+ 'RemoveConfirmPlural' => 'Do you really want to remove these items?', # Accepts model codes
+
+ 'DefaultNewItem' => 'Νέο στοιχείο', # Accepts model codes
+ 'NewItemTooltip' => 'Προσθήκη νέου στοιχείου', # Accepts model codes
+ 'NoItemFound' => 'Δεν βρέθηκαν αποτελέσματα. Αναζήτηση σε άλλη ιστοσελίδα;',
+ 'OpenList' => 'Παρακαλώ επιλέξτε συλλογή',
+ 'SaveList' => 'Παρακαλώ επιλέξτε που να γίνει η αποθήκευση της συλλογής',
+ 'SaveListTooltip' => 'Αποθήκευση της συλλογής',
+ 'SaveUnsavedChanges' => 'Υπάρχουν νέες εγγραφές στην συλλογή σας. Θέλετε να τις αποθηκεύσετε;',
+ 'SaveDontSave' => 'Να μην αποθηκευθούν',
+ 'PreferencesTooltip' => 'Ρύθμιση προτιμήσεων',
+ 'ViewTooltip' => 'Τρόπος εμφάνισης της συλλογής',
+ 'PlayTooltip' => 'Σχετικό Video', # Accepts model codes
+ 'PlayFileNotFound' => 'Δεν βρέθηκε το αρχείο σε αυτήν την τοποθεσία:',
+ 'PlayRetry' => 'Επανάληψη',
+
+ 'StatusSave' => 'Αποθήκευση...',
+ 'StatusLoad' => 'Φόρτωση...',
+ 'StatusSearch' => 'Αναζήτηση σε εξέλιξη...',
+ 'StatusGetInfo' => 'Λήψη στοιχείων...',
+ 'StatusGetImage' => 'Λήψη εικόνας...',
+
+ 'SaveError' => 'Δεν μπορεί να γίνει η αποθήκευση της συλλογής. Παρακαλώ ελέγξτε τα δικαιώματα εγγραφής και τον ελεύθερο χώρο στον δίσκο.',
+ 'OpenError' => 'Αδύνατο το άνοιγμα της συλλογής. Παρακαλώ ελέγξτε τα διακιώματα πρόσβασης.',
+ 'OpenFormatError' => 'Αδυνατο το άνοιγμα της συλλογής. Ο τύπος του αρχείου δεν είναι κατάλληλος.',
+ 'OpenVersionWarning' => 'Η συλλογή έχει δημιουργηθεί με μια πιο πρόσφατη έκδοση του GCstar. Εάν επιλέξετε να την αποθηκεύσετε, υπάρχει η πιθανότητα απώλειας δεδομένων.',
+ 'OpenVersionQuestion' => 'Επιθυμείτε να συνεχίσετε;',
+ 'ImageError' => 'Ο επιλεγμένος κατάλογος για την αποθήκευση των εικόνων δεν ειναι σωστος. Παρακαλώ επιλέξτε εναν άλλον.',
+ 'OptionsCreationError'=> 'Αδύνατη η δημιουργία του αρχείου ιδιοτήτων: ',
+ 'OptionsOpenError'=> 'Αδύνατο το άνοιγμα του αρχείου ιδιοτήτων: ',
+ 'OptionsSaveError'=> 'Αδύνατη η αποθήκευση του αρχείου ιδιοτήτων: ',
+ 'ErrorModelNotFound' => 'Το μοντέλο δεν βρέθηκε: ',
+ 'ErrorModelUserDir' => 'Τα καθορισμένα από τον χρήστη μοντέλα βρίσκονται μέσα στο: ',
+
+ 'RandomTooltip' => 'Τι θα δω απόψε; ',
+ 'RandomError'=> 'Δεν υπάρχει επιλέξιμο στοιχείο', # Accepts model codes
+ 'RandomEnd'=> 'Δεν υπάρχουν άλλα στοιχεία', # Accepts model codes
+ 'RandomNextTip'=> 'Επόμενη πρόταση',
+ 'RandomOkTip'=> 'Αποδοχή αυτού του στοιχείου',
+
+ 'AboutTitle' => 'Σχετικά με το GCstar',
+ 'AboutDesc' => 'Διαχείριση προσωπικών συλλογών',
+ 'AboutVersion' => 'Έκδοση',
+ 'AboutTeam' => 'Ομάδα',
+ 'AboutWho' => 'Christian Jodar (Tian): Υπεύθυνος του project, Προγραμματιστής
+Nyall Dawson (Zombiepig): Προγραμματιστής
+TPF: Προγραμματιστής
+Adolfo González: Προγραμματιστής
+',
+ 'AboutLicense' => 'Διανέμεται με την άδεια χρήσης GNU GPL
+Logos Copyright le Spektre',
+ 'AboutTranslation' => 'Γλενταδάκης Δημήτρης dglent@gmail.com',
+ 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): Skin Designer
+Logo and webdesign by le Spektre',
+
+ 'ToolbarRandom' => 'Απόψε',
+
+ 'UnsavedCollection' => 'Μη αποθηκευμένη συλλογή',
+ 'ModelsSelect' => 'Επιλέξτε τον τύπο της συλλογής',
+ 'ModelsPersonal' => 'Προσωπικοί τύποι',
+ 'ModelsDefault' => 'Προεπιλεγμένοι τύποι',
+ 'ModelsList' => 'Ορισμός συλλογής',
+ 'ModelSettings' => 'Ρυθμίσεις της συλλογής',
+ 'ModelNewType' => 'Νέος τύπος συλλογής',
+ 'ModelName' => 'Όνομα του τύπου συλλογής:',
+ 'ModelFields' => 'Πεδία',
+ 'ModelOptions' => 'Ιδιότητες',
+ 'ModelFilters' => 'Φίλτρα',
+ 'ModelNewField' => 'Νέο πεδίο',
+ 'ModelFieldInformation' => 'Πληροφορίες',
+ 'ModelFieldName' => 'Όνομα:',
+ 'ModelFieldType' => 'Τύπος:',
+ 'ModelFieldGroup' => 'Ομάδα:',
+ 'ModelFieldValues' => 'Τιμές',
+ 'ModelFieldInit' => 'Προεπιλογή :',
+ 'ModelFieldMin' => 'Ελάχιστο :',
+ 'ModelFieldMax' => 'Μέγιστο :',
+ 'ModelFieldList' => 'Λίστα τιμών :',
+ 'ModelFieldListLegend' => '<i>Διαχωρισμός με κόμμα</i>',
+ 'ModelFieldDisplayAs' => 'Εμφάνιση ως:',
+ 'ModelFieldDisplayAsText' => 'Βαθμός',
+ 'ModelFieldDisplayAsGraphical' => 'Αστέρια',
+ 'ModelFieldTypeShortText' => 'Σύντομο κείμενο',
+ 'ModelFieldTypeLongText' => 'Μακρύ κείμενο',
+ 'ModelFieldTypeYesNo' => 'Ναι/Όχι',
+ 'ModelFieldTypeNumber' => 'Αριθμός',
+ 'ModelFieldTypeDate' => 'Ημερομηνία',
+ 'ModelFieldTypeOptions' => 'Λίστα προεπιλεγμένων τιμών',
+ 'ModelFieldTypeImage' => 'Εικόνα',
+ 'ModelFieldTypeSingleList' => 'Απλή λίστα',
+ 'ModelFieldTypeFile' => 'Αρχείο',
+ 'ModelFieldTypeFormatted' => 'Εξαρτάται από άλλα πεδία',
+ 'ModelFieldParameters' => 'Παράμετροι',
+ 'ModelFieldHasHistory' => 'Κρατείστε ιστορικό',
+ 'ModelFieldFlat' => 'Εμφάμιση σε μία σειρά',
+ 'ModelFieldStep' => 'Τιμή αξησης:',
+ 'ModelFieldFileFormat' => 'Τύπος αρχείου:',
+ 'ModelFieldFileFile' => 'Απλό αρχείο',
+ 'ModelFieldFileImage' => 'Εικόνα',
+ 'ModelFieldFileVideo' => 'Video',
+ 'ModelFieldFileAudio' => 'Ήχος',
+ 'ModelFieldFileProgram' => 'Πρόγραμμα',
+ 'ModelFieldFileUrl' => 'URL',
+ 'ModelFieldFileEbook' => 'Ebook',
+ 'ModelOptionsFields' => 'Χρήση των πεδίων',
+ 'ModelOptionsFieldsAuto' => 'Αυτόματα',
+ 'ModelOptionsFieldsNone' => 'Κανένα',
+ 'ModelOptionsFieldsTitle' => 'Ως τίτλος',
+ 'ModelOptionsFieldsId' => 'Ως αναγνωριστικό',
+ 'ModelOptionsFieldsCover' => 'Ως εξώφυλλο',
+ 'ModelOptionsFieldsPlay' => 'Για το κουμπί Αναπαραγωγή',
+ 'ModelCollectionSettings' => 'Ρυθμίσεις συλλογής',
+ 'ModelCollectionSettingsLending' => 'Στοιχεία που μπορούν να δανειστούν',
+ 'ModelCollectionSettingsTagging' => 'Χρήση ως λέξεις κλειδιά',
+ 'ModelFilterActivated' => 'Εμφάνιση στο παράθυρο αναζήτησης',
+ 'ModelFilterComparison' => 'Σύγκριση',
+ 'ModelFilterContain' => 'Περιέχει',
+ 'ModelFilterDoesNotContain' => 'Να μην περιέχει',
+ 'ModelFilterRegexp' => 'Απλή έκφραση',
+ 'ModelFilterRange' => 'Εύρος',
+ 'ModelFilterNumeric' => 'Αριθμητική σύγκριση',
+ 'ModelFilterQuick' => 'Δημιουργία γρήγορου φίλτρου',
+ 'ModelTooltipName' => 'Χρησιμοποίηση ενός ονόματος το οποίο θα είναι και μοντέλο χρήσης και για άλλες συλλογές. Εάν το αφήσετε κενό, οι ρυθμίσεις θα αποθηκεύονται στην ίδια τη συλλογή',
+ 'ModelTooltipLabel' => 'Το όνομα του πεδίου όπως θα εμφανίζεται',
+ 'ModelTooltipGroup' => 'Χρησιμεύει στην ομαδοποίηση των πεδίων. Τα πεδία χωρίς ομάδα θα ταξινομούνται στην ομάδα από προεπιλογή',
+ 'ModelTooltipHistory' => 'Αν Θα αποθηκεύονται οι προηγούμενες τιμές σε μια λίστα σχετική με το πεδίο',
+ 'ModelTooltipFormat' => 'Αυτή η μορφή χρησιμεύει ώστε να οριστεί η ενέργεια πατώντας το κουμπί Αναπαραγωγή',
+ 'ModelTooltipLending' => 'Αυτό θα προσθέσει μερικά πεδία για την διαχείριση των δανεισμών',
+ 'ModelTooltipTagging' => 'Αυτό θα προσθέσει μερικά πεδία για να διαχειρίζεστε τις λέξεις κλειδιά',
+ 'ModelTooltipNumeric' => 'Θα πρέπει οι τιμές να θεωρούνται ως αριθμητικές για τις συγκρίσεις',
+ 'ModelTooltipQuick' => 'Αυτό θα προσθέσει ένα υπο-μενού στο μενού Φίλτρα',
+
+ 'ResultsTitle' => 'Επιλέξτε ένα στοιχείο', # Accepts model codes
+ 'ResultsNextTip' => 'Αναζήτηση στο επόμενο site',
+ 'ResultsPreview' => 'Προεσκόπηση',
+ 'ResultsInfo' => 'Μπορείτε να προσθέσετε περισσότερα στοιχεία στην συλλογή, επιλέγοντας τα στοιχεία κρατώντας πατημένο το πλήκτρο Ctrl ή Shift', # Accepts model codes
+
+ 'OptionsTitle' => 'Προτιμήσεις',
+ 'OptionsExpertMode' => 'Λειτουργία για προχωρημένους',
+ 'OptionsPrograms' => 'Καθορίστε τις εφαρμογές για το άνοιγμα των αρχείων, αφήστε κενό για χρήση των προεπιλογών του συστήματος',
+ 'OptionsBrowser' => 'Περιηγητής Ιστιοχώρου',
+ 'OptionsPlayer' => 'Αναπαραγωγή Video',
+ 'OptionsAudio' => 'Αναπαραγωγή ήχου',
+ 'OptionsImageEditor' => 'Πρόγραμμα επεξεργασίας εικόνας',
+ 'OptionsCdDevice' => 'Συσκευή CD',
+ 'OptionsImages' => 'Κατάλογος εικόνων',
+ 'OptionsUseRelativePaths' => 'Χρήση των σχετικών διαδρομών για τις εικόνες',
+ 'OptionsLayout' => 'Τρόπος εμφάνισης (κεντρικό παράθυρο)',
+ 'OptionsStatus' => 'Εμφάνιση status bar',
+ 'OptionsUseStars' => 'Use stars to display ratings',
+ 'OptionsWarning' => 'Προσοχή: Οι αλλαγές θα πραγματοποιηθούν μετά την επανεκκίνηση της εφαρμογής.',
+ 'OptionsRemoveConfirm' => 'Επιβεβαίωση πριν από τη διαγραφή',
+ 'OptionsAutoSave' => 'Αυτόματη αποθήκευση της συλλογής',
+ 'OptionsAutoLoad' => 'Φόρτωση της προηγούμενης συλλογής κατά την εκκίνηση',
+ 'OptionsSplash' => 'Εμφάνιση splash screen',
+ 'OptionsTearoffMenus' => 'Ενεργοποίηση δυνατότητας αποκόλλησης των μενού από την γραμμή εργαλειών',
+ 'OptionsSpellCheck' => 'Χρήση του ορθογραφικού ελέγχου στα μεγάλα πεδία κειμένου',
+ 'OptionsProgramTitle' => 'Επιλέξτε το πρόγραμμα που θα χρησιμοποιείται',
+ 'OptionsPlugins' => 'Ιστιοχώρος για αναζήτηση δεδωμένων',
+ 'OptionsAskPlugins' => 'Αναζήτηση (Όλα τα sites)',
+ 'OptionsPluginsMulti' => 'Πολλαπλά sites',
+ 'OptionsPluginsMultiAsk' => 'Αναζήτηση (Μερικά sites)',
+ 'OptionsPluginsMultiPerField' => 'Πολλές ιστοσελίδες (ανά πεδίο)',
+ 'OptionsPluginsMultiPerFieldWindowTitle' => 'Πολλες ιστοσελίδες ανά σειρά επιλογής',
+ 'OptionsPluginsMultiPerFieldDesc' => 'Για κάθε πεδίο θα συμπληρώνουμε το πεδίο με την πρώτη μη κενή πληροφορία αρχίζοντας απο τ ααριστερά',
+ 'OptionsPluginsMultiPerFieldFirst' => 'Πρώτο',
+ 'OptionsPluginsMultiPerFieldLast' => 'Τελευταίο',
+ 'OptionsPluginsMultiPerFieldRemove' => 'Αφαίρεση',
+ 'OptionsPluginsMultiPerFieldClearSelected' => 'Λίστα κενών επιλεγμένων πεδίων',
+ 'OptionsPluginsList' => 'Ορισμός λίστας',
+ 'OptionsAskImport' => 'Επιλεξτε τα πεδια για εισαγωγή',
+ 'OptionsProxy' => 'Χρήση proxy',
+ 'OptionsCookieJar' => 'Χρήση αυτου του αρχείου cookie',
+ 'OptionsLang' => 'Γλώσσα',
+ 'OptionsMain' => 'Κυρίως',
+ 'OptionsPaths' => 'Διαδρομές',
+ 'OptionsInternet' => 'Internet',
+ 'OptionsConveniences' => 'Επιπρόσθετα',
+ 'OptionsDisplay' => 'Εμφάνιση',
+ 'OptionsToolbar' => 'Γραμμή εργαλειών',
+ 'OptionsToolbars' => {0 => 'Καμία', 1 => 'Μικρή', 2 => 'Μεγάλη', 3 => 'Εργαλεία συστήματος'},
+ 'OptionsToolbarPosition' => 'Θέση',
+ 'OptionsToolbarPositions' => {0 => 'Επάνω', 1 => 'Κάτω', 2 => 'Αριστερά', 3 => 'Δεξιά'},
+ 'OptionsExpandersMode' => 'Υπερβολικά μακρύ επεκτεινόμενο κείμενο',
+ 'OptionsExpandersModes' => {'asis' => 'Do nothing', 'cut' => 'Cut', 'wrap' => 'Line wrap'},
+ 'OptionsDateFormat' => 'Μορφή Ημερομηνίας',
+ 'OptionsDateFormatTooltip' => 'Η μορφή είναι αυτή που χρησιμοποιείται από strftime(3). Η προεπιλογή είναι %d/%m/%Y',
+ 'OptionsView' => 'Εμφάνιση λίστας (αριστερή στήλη)',
+ 'OptionsViews' => {0 => 'Κείμενο', 1 => 'Εικόνα', 2 => 'Λεπτομερώς'},
+ 'OptionsColumns' => 'Κολώνες',
+ 'OptionsMailer' => 'Τρόπος αποστολής e-mail',
+ 'OptionsSMTP' => 'Server',
+ 'OptionsFrom' => 'E-mail αποστολέα',
+ 'OptionsTransform' => 'Βάλτε τα άρθρα στο τέλος των τίτλων',
+ 'OptionsArticles' => 'Άρθρα (Χωριστά με κόμμα)',
+ 'OptionsSearchStop' => 'Επιτρέπεται η διακοπή της αναζήτησης',
+ 'OptionsBigPics' => 'Χρήση μεγάλων εικόνων όταν είναι διαθέσιμες',
+ 'OptionsAlwaysOriginal' => 'Χρήση του κυρίως τίτλου αν το πεδίο είναι κενό',
+ 'OptionsRestoreAccelerators' => 'Επαναφορά των συντομεύσεων',
+ 'OptionsHistory' => 'Μέγεθος ιστορικού',
+ 'OptionsClearHistory' => 'Καθάρισμα ιστορικού',
+ 'OptionsStyle' => 'Θέμα εμφάνισης',
+ 'OptionsDontAsk' => 'Να μην ξαναγίνει η ερώτηση',
+ 'OptionsPathProgramsGroup' => 'Εφαρμογές',
+ 'OptionsProgramsSystem' => 'Χρήση των προεπιλεγμένων εφαρμογών συστήματος',
+ 'OptionsProgramsUser' => 'Χρηση συγκεκριμένων εφαρμογών',
+ 'OptionsProgramsSet' => 'Ορισμός των εφαρμογών',
+ 'OptionsPathImagesGroup' => 'Εικόνες',
+ 'OptionsInternetDataGroup' => 'Εισαγωγή δεδομένων',
+ 'OptionsInternetSettingsGroup' => 'Ρυθμίσεις',
+ 'OptionsDisplayInformationGroup' => 'Εμφάνιση πληροφοριών',
+ 'OptionsDisplayArticlesGroup' => 'Άρθρα',
+ 'OptionsImagesDisplayGroup' => 'Εμφάνιση',
+ 'OptionsImagesStyleGroup' => 'Μορφή',
+ 'OptionsDetailedPreferencesGroup' => 'Προτιμήσεις',
+ 'OptionsFeaturesConveniencesGroup' => 'Ευκολίες',
+ 'OptionsPicturesFormat' => 'Prefix για τις εικόνες:',
+ 'OptionsPicturesFormatInternal' => 'gcstar__',
+ 'OptionsPicturesFormatTitle' => 'Τίτλος ή όνομα συσχετισμένου στοιχείου',
+ 'OptionsPicturesWorkingDir' => '%WORKING_DIR% ή . θα αντικατασταθεί από τον κατάλογο της συλλογής (μόνο στην αρχή της διαδρομής)',
+ 'OptionsPicturesFileBase' => '%FILE_BASE% θα αντικατασταθεί από το όνομα της συλλογής χωρίς suffix (.gcs)',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% μπορεί να χρησιμοποιηθεί μόνο στην αρχή της διαδρομής των εικόνων',
+ 'OptionsConfigureMailers' => 'Ρυθμίσεις προγραμμάτων ηλ.ταχυδρομείου',
+
+ 'ImagesOptionsButton' => 'Ρυθμίσεις',
+ 'ImagesOptionsTitle' => 'Ρυθμίσεις για την λίστα εικόνων',
+ 'ImagesOptionsSelectColor' => 'Επιλέξτε χρώμα',
+ 'ImagesOptionsUseOverlays' => 'Χρήση εφφέ στις εικόνες',
+ 'ImagesOptionsBg' => 'Παρασκήνιο',
+ 'ImagesOptionsBgPicture' => 'Χρήση εικόνας παρασκηνίου',
+ 'ImagesOptionsFg'=> 'Επιλογή',
+ 'ImagesOptionsBgTooltip' => 'Αλλαγή χρώματος παρασκηνίου',
+ 'ImagesOptionsFgTooltip'=> 'Αλλαγή χρώματος επιλογής',
+ 'ImagesOptionsResizeImgList' => 'Αυτόματη ρύθμιση του αριθμού των στηλών',
+ 'ImagesOptionsAnimateImgList' => 'Use animations',
+ 'ImagesOptionsSizeLabel' => 'Μέγεθος',
+ 'ImagesOptionsSizeList' => {0 => 'Πολύ μικρό', 1 => 'Μικρό', 2 => 'Μεσαίο', 3 => 'Μεγάλο', 4 => 'Πολύ μεγάλο'},
+ 'ImagesOptionsSizeTooltip' => 'Επιλέξτε το μέγεθος της εικόνας',
+
+ 'DetailedOptionsTitle' => 'Ρυθμίσεις της λίστας',
+ 'DetailedOptionsImageSize' => 'Μέγεθος εικόνας',
+ 'DetailedOptionsGroupItems' => 'Ομαδοποίηση στοιχείων ανά',
+ 'DetailedOptionsSecondarySort' => 'Ταξινόμηση πεδίων(στοιχείων της ανωτέρω ομάδας)',
+ 'DetailedOptionsFields' => 'Επιλογή πεδίων για εμφάνιση',
+ 'DetailedOptionsGroupedFirst' => 'Ομαδοποίηση αταξινόμητων στοιχείων',
+ 'DetailedOptionsAddCount' => 'Προσθήκη του αριθμού των στοιχείων στην κατηγορία',
+
+ 'ExtractButton' => 'Πληροφορίες',
+ 'ExtractTitle' => 'Πληροφορίες του αρχείου video',
+ 'ExtractImport' => 'ΟΚ',
+
+ 'FieldsListOpen' => 'Φόρτωση λίστας πεδίων από αρχείο',
+ 'FieldsListSave' => 'Αποθήκευση της λίστας πεδίων σε αρχείο',
+ 'FieldsListError' => 'Αυτή η λίστα πεδίων δεν μπορεί να χρησιμοποιηθεί με αυτόν τον τύπο συλλογής',
+ 'FieldsListIgnore' => '--- Να αγνοηθεί',
+
+ 'ExportTitle' => 'Εξαγωγή συλλογής',
+ 'ExportFilter' => 'Εξαγωγή μόνο των εμφανιζομένων στοιχείων',
+ 'ExportFieldsTitle' => 'Εξαγωγή πεδίων',
+ 'ExportFieldsTip' => 'Επιλέξτε τα πεδία για εξαγωγή',
+ 'ExportWithPictures' => 'Αντιγραφή των εικόνων σε ύπο-κατάλογο',
+ 'ExportSortBy' => 'Ταξινόμηση ανά',
+ 'ExportOrder' => 'Σειρά',
+
+ 'ImportListTitle' => 'Εισαγωγή άλλης συλλογής',
+ 'ImportExportData' => 'Δεδομένα',
+ 'ImportExportFile' => 'Αρχείο',
+ 'ImportExportFieldsUnused' => 'Αχρησιμοποίητα πεδία',
+ 'ImportExportFieldsUsed' => 'Χρησιμοποιημένα πεδία',
+ 'ImportExportFieldsFill' => 'Όλα τα πεδία',
+ 'ImportExportFieldsClear' => 'Κανένα πεδίο',
+ 'ImportExportFieldsEmpty' => 'Πρέπει να επιλέξτε τουλάχιστον ένα πεδίο',
+ 'ImportExportFileEmpty' => 'Πρέπει να ορίσετε ένα όνομα αρχείου',
+ 'ImportFieldsTitle' => 'Εισαγωγή πεδίων',
+ 'ImportFieldsTip' => 'Επιλέξτε τα πεδία για εισαγωγή',
+ 'ImportNewList' => 'Δημιουργία νέας συλλογής',
+ 'ImportCurrentList' => 'Προσθήκη σε αυτή τη συλλογή',
+ 'ImportDropError' => 'Σφάλμα κατά το άνοιγμα τουλάχιστον ενός αρχείου. Θα γίνει επαναφόρτωση της προηγούμενης λίστας.',
+ 'ImportGenerateId' => 'Δημιουργία αναγνωριστικού για κάθε στοιχείο',
+
+ 'FileChooserOpenFile' => 'Επιλέξτε αρχείο προς χρήση',
+ 'FileChooserDirectory' => 'Κατάλογος',
+ 'FileChooserOpenDirectory' => 'Επιλέξτε έναν κατάλογο',
+ 'FileChooserOverwrite' => 'Το αρχείο υπάρχει ήδη. Θέλετε να το αντικαταστήσετε;',
+ 'FileAllFiles' => 'Όλα τα αρχεία',
+ 'FileVideoFiles' => 'Αρχεία βίντεο',
+ 'FileEbookFiles' => 'Αρχεία e-book',
+ 'FileAudioFiles' => 'Αρχεία ήχου',
+ 'FileGCstarFiles' => 'Συλλογές GCstar',
+
+ #Some default panels
+ 'PanelCompact' => 'Συγκεντρωτικά',
+ 'PanelReadOnly' => 'Μόνο ανάγνωση',
+ 'PanelForm' => 'Καρτέλες',
+
+ 'PanelSearchButton' => 'Λήψη στοιχείων',
+ 'PanelSearchTip' => 'Αναζήτηση στο Internet πληροφορίες γι\' αυτό το όνομα',
+ 'PanelSearchContextChooseOne' => 'Επιλογή ιστοσελίδας ...',
+ 'PanelSearchContextMultiSite' => 'Χρήση «πολλών ιστοσελίδων»',
+ 'PanelSearchContextMultiSitePerField' => 'Χρήση «πολλών ιστοσελίδων ανά πεδίο»',
+ 'PanelSearchContextOptions' => 'Αλλαγή επιλογών ...',
+ 'PanelImageTipOpen' => 'Πατήστε στην εικόνα για να επιλέξτε άλλη.',
+ 'PanelImageTipView' => 'Πατήστε στην εικόνα για να τη δείτε σε πραγματικό μέγεθος.',
+ 'PanelImageTipMenu' => ' Δεξί κλικ για περισσότερες επιλογές.',
+ 'PanelImageTitle' => 'Επιλέξτε μια εικόνα',
+ 'PanelImageNoImage' => 'Καμία εικόνα',
+ 'PanelSelectFileTitle' => 'Επιλέξτε ένα αρχείο',
+ 'PanelLaunch' => 'Launch',
+ 'PanelRestoreDefault' => 'Επαναφορά προεπιλογής',
+ 'PanelRefresh' => 'Ενημέρωση',
+ 'PanelRefreshTip' => 'Ενημέρωση πληροφοριών από το διαδίκτυο',
+
+ 'PanelFrom' =>'Από',
+ 'PanelTo' =>'Εως',
+
+ 'PanelWeb' => 'Εμφάνιση πληροφοριών από το Internet',
+ 'PanelWebTip' => 'Εμφάνιση πληροφοριών αυτού του στοιχείου στο Internet', # Accepts model codes
+ 'PanelRemoveTip' => 'Διαγραφή ανωτέρω στοιχείου', # Accepts model codes
+
+ 'PanelDateSelect' => 'Αλλαγή',
+ 'PanelNobody' => 'Κανένας',
+ 'PanelUnknown' => 'Άγνωστος',
+ 'PanelAdded' => 'Ημερομηνία προσθήκης',
+ 'PanelRating' => 'Βαθμολογία',
+ 'PanelPressRating' => 'Βαθμολόγηση ανά κλικ',
+ 'PanelLocation' => 'Τοποθεσία',
+
+ 'PanelLending' => 'Δανεισμοί',
+ 'PanelBorrower' => 'Δανειολήπτες',
+ 'PanelLendDate' => 'Ημερομηνία δανεισμού',
+ 'PanelHistory' => 'Ιστορικό δανεισμών',
+ 'PanelReturned' => 'Εχει επιστραφεί', # Accepts model codes
+ 'PanelReturnDate' => 'Ημερομηνία επιστροφής',
+ 'PanelLendedYes' => 'Δανεισμένο',
+ 'PanelLendedNo' => 'Διαθέσιμο',
+
+ 'PanelTags' => 'Λέξεις κλειδιά',
+ 'PanelFavourite' => 'Σελιδοδείκτης',
+ 'TagsAssigned' => 'Σχετικές λέξεις κλειδιά',
+
+ 'PanelUser' => 'Πεδία χρήστη',
+
+ 'CheckUndef' => 'Αδιάφορο',
+ 'CheckYes' => 'Ναι',
+ 'CheckNo' => 'Όχι',
+
+ 'ToolbarAll' => 'Εμφάνιση όλων',
+ 'ToolbarAllTooltip' => 'Εμφάνιση όλης της συλλογής',
+ 'ToolbarGroupBy' => 'Ομαδοποίηση ανά',
+ 'ToolbarGroupByTooltip' => 'Επιλέξτε με ποιο πεδίο θα γίνει η ομαδοποίηση των στοιχείων στη λίστα',
+ 'ToolbarQuickSearch' => 'Γρήγορη αναζήτηση',
+ 'ToolbarQuickSearchLabel' => 'Αναζήτηση',
+ 'ToolbarQuickSearchTooltip' => 'Επιλέξτε σε ποιο πεδίο θα γίνει η αναζήτηση. Εισάγετε τα κριτήρια αναζήτησης και πατήστε Enter',
+ 'ToolbarSeparator' => ' Διαχωριστής',
+
+ 'PluginsTitle' => 'Αναζήτηση στοιχείου',
+ 'PluginsQuery' => 'Αναζήτηση',
+ 'PluginsFrame' => 'Αναζήτηση σε ιστοσελίδα',
+ 'PluginsLogo' => 'Λογότυπο',
+ 'PluginsName' => 'Όνομα',
+ 'PluginsSearchFields' => 'Πεδία αναζήτησης',
+ 'PluginsAuthor' => 'Γράφτηκε από',
+ 'PluginsLang' => 'Γλώσσα',
+ 'PluginsUseSite' => 'Χρήση της επιλεγμένης ιστοσελίδας για τις αναζητήσεις',
+ 'PluginsPreferredTooltip' => 'Η ιστοσελίδα συνιστάται από το GCstar',
+ 'PluginDisabled' => 'Απενεργοποιημένο',
+
+ 'BorrowersTitle' => 'Διαχείριση των δανειοληπτών',
+ 'BorrowersList' => 'Δανειολήπτες',
+ 'BorrowersName' => 'Όνομα',
+ 'BorrowersEmail' => 'E-mail',
+ 'BorrowersAdd' => 'Προσθήκη',
+ 'BorrowersRemove' => 'Διαγραφή',
+ 'BorrowersEdit' => 'Επεξεργασία',
+ 'BorrowersTemplate' => 'Μοντέλο e-mail',
+ 'BorrowersSubject' => 'Θέμα μηνύματος',
+ 'BorrowersNotice1' => '%1 θα αντικατασταθεί από το όνομα του δανειολήπτη',
+ 'BorrowersNotice2' => '%2 Θα αντικατασταθεί από το όνομα του τίτλου',
+ 'BorrowersNotice3' => '%3 θα αντικατασταθεί από την ημερομηνία δανεισμού',
+
+ 'BorrowersImportTitle' => 'Εισάγετε τις πληροφορίες των δανειοληπτών',
+ 'BorrowersImportType' => 'Τύπος αρχείου :',
+ 'BorrowersImportFile' => 'Αρχείο:',
+
+ 'BorrowedTitle' => 'Δανεισμένα στοιχεία', # Accepts model codes
+ 'BorrowedDate' => 'Από',
+ 'BorrowedDisplayInPanel' => 'Εμφάνιση του στοιχείου στο κυρίως παράθυρο', # Accepts model codes
+
+ 'MailTitle' => 'Στείλτε e-mail',
+ 'MailFrom' => 'Αποστολέας : ',
+ 'MailTo' => 'Παραλήπτης : ',
+ 'MailSubject' => 'Θέμα : ',
+ 'MailSmtpError' => 'Πρόβλημα σύνδεσης με τον SMTP server',
+ 'MailSendmailError' => 'Πρόβλημα κατά την εκκίνηση του sendmail',
+
+ 'SearchTooltip' => 'Αναζήτηση σε όλα τα στοιχεία', # Accepts model codes
+ 'SearchTitle' => 'Αναζήτηση', # Accepts model codes
+ 'SearchNoField' => 'Δεν έχετε επιλέξει κάποιο πεδίο για το κουτί αναζήτησης.
+Προσθέστε μερικά στην καρτέλα με τα φίλτρα στις ρυθμίσεις της συλλογής.',
+
+ 'QueryReplaceField' => 'Πεδία προς επεξεργασία',
+ 'QueryReplaceOld' => 'Τρέχουσα τιμή',
+ 'QueryReplaceNew' => 'Νέα τιμή',
+ 'QueryReplaceLaunch' => 'Αντικατάσταση',
+
+ 'ImportWindowTitle' => 'Επιλέξτε τα πεδία για εισαγωγή',
+ 'ImportViewPicture' => 'Εμφάνιση εικόνας',
+ 'ImportSelectAll' => 'Επιλογή όλων',
+ 'ImportSelectNone' => 'Καμία επιλογή',
+
+ 'MultiSiteTitle' => 'Αναζήτηση στις ιστοσελίδες',
+ 'MultiSiteUnused' => 'Αχρησιμοποίητα plugins',
+ 'MultiSiteUsed' => 'Plugins προς χρήση',
+ 'MultiSiteLang' => 'Fill list with English plugins',
+ 'MultiSiteEmptyError' => 'Η λίστα με τις ιστοσελίδες είναι άδεια',
+ 'MultiSiteClear' => 'Καθαρισμός λίστας',
+
+ 'DisplayOptionsTitle' => 'Εμφάνιση των στοιχείων',
+ 'DisplayOptionsAll' => 'Επιλογή όλων',
+ 'DisplayOptionsSearch' => 'Κουμπί αναζήτησης',
+
+ 'GenresTitle' => 'Μετατροπή κατηγορίας',
+ 'GenresCategoryName' => 'Χρηση της κατηγορίας',
+ 'GenresCategoryMembers' => 'Κατηγορίες προς αντικατάσταση',
+ 'GenresLoad' => 'Φόρτωση λίστας',
+ 'GenresExport' => 'Αποθήκευση της λίστας σε αρχείο',
+ 'GenresModify' => 'Επεξεργασία μετατροπής',
+
+ 'PropertiesName' => 'Όνομα συλλογής',
+ 'PropertiesLang' => 'Κωδικός γλώσσας',
+ 'PropertiesOwner' => 'Ιδιοκτήτης',
+ 'PropertiesEmail' => 'E-mail',
+ 'PropertiesDescription' => 'Περιγραφή',
+ 'PropertiesFile' => 'Πληροφορίες αρχείου',
+ 'PropertiesFilePath' => 'Πλήρη διαδρομή',
+ 'PropertiesItemsNumber' => 'Αριθμός στοιχείων', # Accepts model codes
+ 'PropertiesFileSize' => 'Μέγεθος',
+ 'PropertiesFileSizeSymbols' => ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
+ 'PropertiesCollection' => 'Ιδιότητες συλλογής',
+ 'PropertiesDefaultPicture' => 'Προεπιλεγμένη εικόνα',
+
+ 'MailProgramsTitle' => 'Προγράμματα αποστολής e-mail',
+ 'MailProgramsName' => 'Όνομα',
+ 'MailProgramsCommand' => 'Γραμμή εντολών',
+ 'MailProgramsRestore' => 'Προεπιλεγμένα προγράμματα',
+ 'MailProgramsAdd' => 'Προσθήκη προγράμματος',
+ 'MailProgramsInstructions' => 'Στη γραμμή εντολών, γίνονται κάποιες αντικαταστάσεις:
+ %f αντικαθίσταται από την διεύθυνση e-mail του χρήστη.
+ %t αντικαθίσταται από τον παραλήπτη.
+ %s αντικαθίσταται από το θέμα του μηνύματος
+ %b αντικαθίσταται από το κυρίως μήνυμα',
+
+ 'BookmarksBookmarks' => 'Σελιδοδείκτες',
+ 'BookmarksFolder' => 'Φάκελοι',
+ 'BookmarksLabel' => 'Όνομα',
+ 'BookmarksPath' => 'Διαδρομή',
+ 'BookmarksNewFolder' => 'Νέος κατάλογος',
+
+ 'AdvancedSearchType' => 'Τύπος αναζήτησης',
+ 'AdvancedSearchTypeAnd' => 'Στοιχεία που ταιριάζουν με όλα τα κριτήρια', # Accepts model codes
+ 'AdvancedSearchTypeOr' => 'Στοιχεία που ταιριάζουν τουλάχιστον με ένα κριτήριο', # Accepts model codes
+ 'AdvancedSearchCriteria' => 'Κριτήρια',
+ 'AdvancedSearchAnyField' => 'Όλα τα πεδία',
+ 'AdvancedSearchSaveTitle' => 'Αποθήκευση αναζήτησης',
+ 'AdvancedSearchSaveName' => 'Όνομα',
+ 'AdvancedSearchSaveOverwrite' => 'Υπάρχει ήδη αποθηκευμένη αναζήτηση με αυτό το όνομα. Παρακαλώ επιλέξτε ένα άλλο.',
+ 'AdvancedSearchUseCase' => 'Ακριβές όνομα',
+ 'AdvancedSearchIgnoreDiacritics' => 'Να μην λαμβάνονται υπ\'οψη οι τονισμοί και άλλα διακριτικά',
+
+ 'BugReportSubject' => 'Δημιουργία αναφοράς bug από το GCstar',
+ 'BugReportVersion' => 'Έκδοση',
+ 'BugReportPlatform' => 'Λειτουργικό σύστημα',
+ 'BugReportMessage' => 'Μήνυμα σφάλματος',
+ 'BugReportInformation' => 'Πρόσθετες πληροφορίες',
+
+#Statistics
+ 'Stats3DPie' => 'Πίτα 3Δ',
+ 'StatsAccumulate' => 'Σύνοψη τιμών',
+ 'StatsArea' => 'Περιοχές',
+ 'StatsBars' => 'Μπάρες',
+ 'StatsDisplayNumber' => 'Εμφάνιση αριθμών',
+ 'StatsFieldToUse' => 'Πεδίο προς χρήση',
+ 'StatsFontSize' => 'Μέγεθος γραμματοσειράς',
+ 'StatsGenerate' => 'Δημιουργία',
+ 'StatsHeight' => 'Ύψος',
+ 'StatsHistory' => 'Ιστορικό',
+ 'StatsKindOfGraph' => 'Τύπος γραφήματος',
+ 'StatsPie' => 'Πίτα',
+ 'StatsSave' => 'Αποθήκευση εικόνας στατιστικων σε αρχείο',
+ 'StatsShowAllDates' => 'Εμφάνιση όλων των ημερομηνιών',
+ 'StatsSortByNumber' => 'Ταξινόμηση ανά αριθμό {lowercaseX}',
+ 'StatsWidth' => 'Πλάτος',
+
+ 'DefaultValuesTip' => 'Values set in this window will be used as the default values when creating a new {lowercase1}',
+ );
+}
+1;