summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/RO
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/RO')
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/RO/GCExport/GCExportXML.pm41
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/RO/GCImport/GCImportTellico.pm37
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCTVepisodes.pm46
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCTVseries.pm50
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCboardgames.pm86
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCbooks.pm68
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCcoins.pm101
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCfilms.pm91
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCgames.pm80
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCgeneric.pm42
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCmusics.pm66
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCperiodicals.pm52
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCsoftware.pm84
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCstamps.pm189
-rw-r--r--lib/gcstar/GCLang/RO/GCModels/GCwines.pm63
-rw-r--r--lib/gcstar/GCLang/RO/GCstar.pm672
31 files changed, 2666 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/RO/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..3753e8c
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::RO::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' => 'Include numele câmpurilor în partea superioară',
+ 'Separator' => 'Separator',
+ 'Replacement' => 'Înlocuieşte separatorul cu',
+ 'Charset' => 'Charset',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..9dccf1d
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::RO::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/RO/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..4a62051
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::RO::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' => 'Invalid template file',
+ 'UseFile' => 'Use file specified below',
+ 'TemplateExternalFile' => 'Template file',
+ 'WithJS' => 'Foloseşte Javascript',
+ 'FileTemplate' => 'Şablon :',
+ 'Preview' => 'Previzualizare',
+ 'NoPreview' => 'Previzualizare nedisponibilă',
+ 'Title' => 'Titlu pagină',
+ 'InfoFile' => 'Lista de filme este în fişierul: ',
+ 'InfoDir' => 'Imaginile sunt în: ',
+ 'HeightImg' => 'Înălţimea (în pixeli) a imaginilor exportate: ',
+ 'OpenFileInBrowser' => 'Deschide fişierul generat într-un navigator web',
+ 'Note' => 'Listă generată de către <a href="http://www.gcstar.org/">GCstar</a>',
+ 'InputTitle' => 'Introduceţi textul pentru căutare',
+ 'SearchType1' => 'Doar titlul',
+ 'SearchType2' => 'Informaţii complete',
+ 'SearchButton' => 'Caută',
+ 'SearchTitle' => 'Afişează doar filmele ce se potrivesc criteriului precedent',
+ 'AllButton' => 'Toate',
+ 'AllTitle' => 'Afişează toate filmele',
+ 'Expand' => 'Extinde tot',
+ 'ExpandTitle' => 'Afişează toate informaţiile filmelor',
+ 'Collapse' => 'Restrânge tot',
+ 'CollapseTitle' => 'Ascunde informaţiile filmelor',
+ 'Borrowed' => 'Împrumutat de către: ',
+ 'NotBorrowed' => 'Disponibil',
+ 'Top' => 'Sus',
+ 'Bottom' => 'Bottom',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..2571c5a
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::RO::GCExport::GCExportPDB;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Palm PDB',
+ 'DatabaseName' => 'Database name',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..fa65f3c
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::RO::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 instrucţiuni DROP',
+ 'WithCreate' => 'Include instrucţiuni CREATE',
+ 'TableName' => 'Nume tabel',
+ 'InfoFile' => 'Fişier SQL: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..ea231aa
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::RO::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' => 'Arhiva este în fişierul: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/RO/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..b4fe21e
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::RO::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' => 'Fişier şablon',
+ 'ModelText' => 'Şablon text',
+ 'Models' => 'Şablonul folosit',
+ 'UseFile' => 'Foloseşte fişier',
+ 'UseModel' => 'Foloseşte zona de text',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..37b47cf
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::RO::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' => 'Unde ar trebui să caute',
+ 'Default' => 'Directorul implicit pentru Alexandria',
+ 'Specified' => 'Directorul specificat mai jos',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..d912392
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::RO::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' => 'Charset',
+ 'Header' => 'Ignoră prima linie',
+ 'Separator' => 'Separator',
+ 'Plugin' => 'Situl folosit',
+ 'UseFirst' => 'Selectaţi primul în caz de prea multe rezultate',
+ 'SearchField' => 'Search for items using',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..a83715c
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::RO::GCImport::GCImportFolder;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+ use GCLang::GCLangUtils;
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Folder',
+ 'Recursive' => 'Browse sub-folders',
+ 'Suffixes' => 'Suffixes or extensions of the files',
+ 'SuffixesTooltip' => 'A comma-separated list of suffixes or extensions of files to consider',
+ 'Remove' => 'To be removed from names',
+ 'RemoveTooltip' => 'A comma-seperated list of words that should be removed from file names to create the fetched names',
+ 'Ask'=> 'Ask',
+ 'AskEnd'=> 'Ask all at end',
+ 'AddWithoutInfo'=> 'Add without infos',
+ 'DontAdd'=> 'Do not add',
+ 'TakeFirst' => 'Select first',
+ 'MultipleResult'=> 'Multiple results',
+ 'MultipleResultTooltip'=> 'What do we do when more than 1 result is return by the plugin',
+ 'RemoveWholeWord' => 'Remove only whole words',
+ 'NoResult'=> 'No results',
+ 'NoResultTooltip'=> 'What do we do when no search results is return by the plugin',
+ 'RemoveTooltipWholeWord' => 'Words will be removed only if they appear as an entire word',
+ 'RemoveRegularExpr' => 'Regular expression',
+ 'RemoveTooltipRegularExpr' => 'Consider that \'To be removed from names\' is a perl regular expression',
+ 'SkipFileAlreadyInCollection' => 'Add new files only',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Add only files not already in the collection',
+ 'SkipFileNo' => 'No',
+ 'SkipFileFullPath' => 'based on full path',
+ 'SkipFileFileName' => 'based on file name',
+ 'SkipFileFileNameAndUpdate' => 'based on file name (but update path in collection)',
+ 'InfoFromFileNameRegExp' => 'Parse file name with this regular expression',
+ 'InfoFromFileNameRegExpTooltip' => 'Use this to retrieve infos from filename (applied after removing extension).\nLeave empty if not needed.\nKnown fields : \n$T:Title, $A:Alphabetised title, $Y:Release date, $S:Season, $E:Episode, $N:Alphabetised serie name, $x:Part number, $y: Total part number',
+
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..4ac4341
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::RO::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' => 'Copiază imaginile',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCImport/GCImportList.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportList.pm
new file mode 100644
index 0000000..591cf2f
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::RO::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' => 'Listă titluri',
+ 'Plugin' => 'Situl folosit',
+ 'UseFirst' => 'Selectaţi primul în caz de prea multe rezultate',
+ 'CommentAuto' => 'Film importat automat.',
+ 'CommentSite' => 'Sit web: ',
+ 'CommentTitle' => 'Titlu: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..9d5155f
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::RO::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/RO/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/RO/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..8a39d84
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::RO::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' => 'Fişierul nu este o colecţie video Tellico',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/RO/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..199d288
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCTVepisodes.pm
@@ -0,0 +1,46 @@
+{
+ package GCLang::RO::GCModels::GCTVepisodes;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'TV Shows (episodes) collection',
+ Items => 'Episodes',
+ NewItem => 'New episode',
+ NewSeries => 'New series',
+ Episode => 'Episode',
+ );
+ # Both of them are required as importTranslation doesn't recurse
+ importTranslation('films');
+ importTranslation('TVseries');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/RO/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..735a4f3
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCTVseries.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::RO::GCModels::GCTVseries;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'TV Shows (series) collection',
+ Items => 'Series',
+ NewItem => 'New series',
+ Name => 'Name',
+ Season => 'Season',
+ Part => 'Part',
+ Episodes => 'Episodes',
+ FirstAired => 'First Aired',
+ Time => 'Ep. Length',
+ Producer => 'Producer',
+ Music => 'Music',
+ );
+ importTranslation('Films');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/RO/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..ea32d12
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCboardgames.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::RO::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 => 'Colecţie de jocuri de masă',
+ Items => {0 => 'Joc',
+ 1 => 'Joc',
+ X => 'Jocuri'},
+ NewItem => 'Joc nou',
+
+ Id => 'Id',
+ Name => 'Nume',
+ Original => 'Nume original',
+ Box => 'Imagine cutie',
+ DesignedBy => 'Conceput de',
+ PublishedBy => 'Publicat de',
+ Players => 'Număr de jucători',
+ PlayingTime => 'Durată joc',
+ SuggestedAge => 'Vârstă sugerată',
+ Released => 'Lansat',
+ Description => 'Descriere',
+ Category => 'Categorie',
+ Mechanics => 'Mecanică',
+ ExpandedBy => 'Extins de',
+ ExpansionFor => 'Extindere la',
+ GameFamily => 'Game family',
+ IllustratedBy => 'Illustrated by',
+ Url => 'Pagină web',
+ TimesPlayed => 'Times played',
+ CompleteContents => 'Conţinut complet',
+ Copies => 'No. of copies',
+ Condition => 'Condiţie',
+ Photos => 'Imagini',
+ Photo1 => 'Prima imagine',
+ Photo2 => 'A doua imagine',
+ Photo3 => 'A treia imagine',
+ Photo4 => 'A patra imagine',
+ Comments => 'Comentarii',
+
+ Perfect => 'Perfect',
+ Good => 'Bun',
+ Average => 'Mediu',
+ Poor => 'Slab',
+
+ CompleteYes => 'Conţinut complet',
+ CompleteNo => 'Piese lipsă',
+
+ General => 'General',
+ Details => 'Detalii',
+ Personal => 'Personal',
+ Information => 'Informaţii',
+
+ FilterRatingSelect => 'Evaluat la cel _puţin...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCbooks.pm b/lib/gcstar/GCLang/RO/GCModels/GCbooks.pm
new file mode 100644
index 0000000..d8a5ff3
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCbooks.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::RO::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 => 'Colecţie de cărţi',
+ Items => 'Cărţi',
+ NewItem => 'Carte nouă',
+
+ Isbn => 'ISBN',
+ Title => 'Tilu',
+ Cover => 'Copertă',
+ Authors => 'Autori',
+ Publisher => 'Editură',
+ Publication => 'Dată editare',
+ Language => 'Limbă',
+ Genre => 'Gen',
+ Serie => 'Colecţie',
+ Rank => 'Poziţie',
+ Bookdescription => 'Descriere',
+ Pages => 'Pagini',
+ Read => 'Citită',
+ Acquisition => 'Dată cumpărare',
+ Edition => 'Ediţie',
+ Format => 'Format',
+ Comments => 'Comentarii',
+ Url => 'Pagina web',
+ Translator => 'Traducător',
+ Artist => 'Artist',
+ DigitalFile => 'Digital version',
+
+ General => 'General',
+ Details => 'Detalii',
+
+ ReadNo => 'Necitită',
+ ReadYes => 'Citită',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCcoins.pm b/lib/gcstar/GCLang/RO/GCModels/GCcoins.pm
new file mode 100644
index 0000000..5800e6a
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCcoins.pm
@@ -0,0 +1,101 @@
+{
+ package GCLang::RO::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 => 'Colecţie numismatică',
+ Items => 'Monezi',
+ NewItem => 'Monedă nouă',
+
+ Name => 'Nume',
+ Country => 'Ţară',
+ Year => 'An',
+ Currency => 'Monedă',
+ Value => 'Valoare',
+ Picture => 'Imagine principală',
+ Diameter => 'Diametru',
+ Metal => 'Metal',
+ Edge => 'Muchie',
+ Edge1 => 'Muchie 1',
+ Edge2 => 'Muchie 2',
+ Edge3 => 'Muchie 3',
+ Edge4 => 'Muchie 4',
+ Head => 'Cap',
+ Tail => 'Pajură',
+ Comments => 'Comentarii',
+ History => 'Istoric',
+ Website => 'Sit web',
+ Estimate => 'Estimare',
+ References => 'Referinţe',
+ Type => 'Tip',
+ Coin => 'Monedă',
+ Banknote => 'Bancnotă',
+
+ Main => 'Principal',
+ Description => 'Descriere',
+ Other => 'Alte informaţii',
+ Pictures => 'Imagini',
+
+ Condition => 'Condiţie (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/RO/GCModels/GCcomics.pm b/lib/gcstar/GCLang/RO/GCModels/GCcomics.pm
new file mode 100644
index 0000000..d7fee2c
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::RO::GCModels::GCcomics;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Comics collection',
+ Items => {0 => 'Comics',
+ 1 => 'Comic',
+ X => 'Comics'},
+ NewItem => 'New comic',
+
+
+ Id => 'Id',
+ Name => 'Name',
+ Series => 'Series',
+ Volume => 'Volume',
+ Title => 'Title',
+ Writer => 'Writer',
+ Illustrator => 'Illustrator',
+ Colourist => 'Colourist',
+ Publisher => 'Publisher',
+ Synopsis => 'Synopsis',
+ Collection => 'Collection',
+ PublishDate => 'Publish Date',
+ PrintingDate => 'Printing Date',
+ ISBN => 'ISBN',
+ Type => 'Type',
+ Category => 'Category',
+ Format => 'Format',
+ NumberBoards => 'Number of Boards',
+ Signing => 'Signing',
+ Cost => 'Cost',
+ Rating => 'Rating',
+ Comment => 'Comments',
+ Url => 'Web page',
+
+ FilterRatingSelect => 'Rating At _Least...',
+
+ Main => 'Main items',
+ General => 'General',
+ Details => 'Details',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCfilms.pm b/lib/gcstar/GCLang/RO/GCModels/GCfilms.pm
new file mode 100644
index 0000000..6503f40
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCfilms.pm
@@ -0,0 +1,91 @@
+{
+ package GCLang::RO::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 => 'Colecţie filme',
+ Items => 'Filme',
+ NewItem => 'Film nou',
+
+
+ Id => 'Id',
+ Title => 'Titlu',
+ Date => 'Dată',
+ Time => 'Durată',
+ Director => 'Regizor',
+ Country => 'Ţară',
+ MinimumAge => 'Vârstă minimă',
+ Genre => 'Gen',
+ Image => 'Imagine',
+ Original => 'Titlu original',
+ Actors => 'Distribuţie',
+ Actor => 'Actor',
+ Role => 'Role',
+ Comment => 'Comentarii',
+ Synopsis => 'Rezumat',
+ Seen => 'Vizionat',
+ Number => 'Numărul',
+ Format => 'Mediu',
+ Region => 'Region',
+ Identifier => 'Identificator',
+ Url => 'Web',
+ Audio => 'Audio',
+ Video => 'Format video',
+ Trailer => 'Fişier video',
+ Serie => 'Colecţie',
+ Rank => 'Poziţie',
+ Subtitles => 'Subtitrări',
+
+ SeenYes => 'Vizionat',
+ SeenNo => 'Nevizionat',
+
+ AgeUnrated => 'Neevaluat',
+ AgeAll => 'Toate vârstele',
+ AgeParent => 'Acord parental',
+
+ Main => 'Elemente principale',
+ General => 'General',
+ Details => 'Detalii',
+
+ Information => 'Informaţii',
+ Languages => 'Limbi',
+ Encoding => 'Codare',
+
+ FilterAudienceAge => 'Vârstă public',
+ FilterSeenNo => '_Nevizionat',
+ FilterSeenYes => '_Deja vizionat',
+ FilterRatingSelect => 'Evaluat la cel _puţin...',
+
+ ExtractSize => 'Mărime',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCgames.pm b/lib/gcstar/GCLang/RO/GCModels/GCgames.pm
new file mode 100644
index 0000000..13d0a40
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCgames.pm
@@ -0,0 +1,80 @@
+{
+ package GCLang::RO::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 => 'Colecţie de jocuri video',
+ Items => 'Jocuri',
+ NewItem => 'Joc nou',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Nume',
+ Platform => 'Platformă',
+ Players => 'Număr de jucători',
+ Released => 'Dată lansare',
+ Editor => 'Editor',
+ Developer => 'Dezvoltator',
+ Genre => 'Gen',
+ Box => 'Imagine cutie',
+ Case => 'Carcasă',
+ Manual => 'Manual de instrucţiuni',
+ Completion => 'Completat (%)',
+ Executable => 'Executabil',
+ Description => 'Descriere',
+ Codes => 'Coduri',
+ Code => 'Cod',
+ Effect => 'Efecte',
+ Secrets => 'Secrete',
+ Screenshots => 'Capturi ecran',
+ Screenshot1 => 'Prima captura de ecran',
+ Screenshot2 => 'A doua captură de ecran',
+ Comments => 'Comentarii',
+ Url => 'Pagină web',
+ Unlockables => 'Deblocări',
+ Unlockable => 'Nu poate fi deblocat',
+ Howto => 'Cum se deblochează',
+ Exclusive => 'Exclusive',
+ Resolutions => 'Display resolutions',
+ InstallationSize => 'Size',
+ Region => 'Region',
+ SerialNumber => 'Serial Number',
+
+ General => 'General',
+ Details => 'Detalii',
+ Tips => 'Ponturi',
+ Information => 'Informaţii',
+
+ FilterRatingSelect => 'Evaluat la cel _puţin...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/RO/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..3b46b2b
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCgeneric.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::RO::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/RO/GCModels/GCminicars.pm b/lib/gcstar/GCLang/RO/GCModels/GCminicars.pm
new file mode 100644
index 0000000..84f9c85
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::RO::GCModels::GCminicars;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2007 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Mini vehicles collection',
+ Items => {0 => 'Vehicle',
+ 1 => 'Vehicle',
+ X => 'Vehicles',
+ lowercase1 => 'vehicle',
+ lowercaseX => 'vehicles'
+ },
+ NewItem => 'New vehicle',
+ Currency => 'Currency',
+
+# Main fields
+
+ Main => 'Main information',
+
+ Name => 'Name',
+ Exchange => 'To be sold or exchanged',
+ Wanted => 'Wanted',
+ Rating1 => 'Main rating',
+ Picture1 => 'Main picture',
+ Scale => 'Scale',
+ Manufacturer => 'Manufacturer',
+ Constructor => 'Constructor',
+ Type1 => 'Type',
+ Modele => 'Model',
+ Version => 'Version',
+ Color => 'Model color',
+ Pub => 'Advertisement',
+ Year => 'Year',
+ Reference => 'Reference',
+ Kit => 'In kit form',
+ Transformation => 'Personal transformation',
+ Comments1 => 'Comments',
+
+# Details fields
+
+ Details => 'Details',
+
+ MiscCharacteristics => 'Miscellaneous characteristics',
+ Material => 'Material',
+ Molding => 'Molding',
+ Condition => 'Condition',
+ Edition => 'Edition',
+ Collectiontype => 'Collection name',
+ Serial => 'Series',
+ Serialnumber => 'Serial number',
+ Designed => 'Design date',
+ Madein => 'Manufacture date',
+ Box1 => 'Kind of box',
+ Box2 => 'Box description',
+ Containbox => 'Box contet',
+ Rating2 => 'Realism',
+ Rating3 => 'Finish',
+ Acquisition => 'Acquisition date',
+ Location => 'Acquisition place',
+ Buyprice => 'Acquisition price',
+ Estimate => 'Estimation',
+ Comments2 => 'Comments',
+ Decorationset => 'Decoration set',
+ Characters => 'Characters',
+ CarFromFilm => 'Movie car',
+ Filmcar => 'Movie related to the vehicle',
+ Filmpart => 'Movie part/episode',
+ Parts => 'Number of parts',
+ VehiculeDetails => 'Vehicule details',
+ Detailsparts => 'Details parts',
+ Detailsdecorations => 'Kind of decorations',
+ Decorations => 'Number of decorations',
+ Lwh => 'Length / Width / Height',
+ Weight => 'Weight',
+ Framecar => 'Chassis',
+ Bodycar => 'Bodywork',
+ Colormirror => 'Model color',
+ Interior => 'Interior',
+ Wheels => 'Wheels',
+ Registrationnumber1 => 'Front registration number',
+ Registrationnumber2 => 'Back registration number',
+ RacingCar => 'Racing car',
+ Course => 'Race',
+ Courselocation => 'Race place',
+ Courseyear => 'Race date',
+ Team => 'Team',
+ Pilots => 'Pilot(s)',
+ Copilots => 'Copilot(s)',
+ Carnumber => 'Vehicle number',
+ Pub2 => 'Advertisers',
+ Finishline => 'Finish ranking',
+ Steeringwheel => 'Position of steering wheel',
+
+
+# Catalogs fields
+
+ Catalogs => 'Catalogs',
+
+ OfficialPicture => 'Official picture',
+ Barcode => 'Barcode',
+ Referencemirror => 'Reference',
+ Year3 => 'Availability date',
+ CatalogCoverPicture => 'Cover',
+ CatalogPagePicture => 'Page',
+ Catalogyear => 'Catalog year',
+ Catalogedition => 'Catalog edition',
+ Catalogpage => 'Catalog page',
+ Catalogprice => 'Catalog price',
+ Personalref => 'Personal reference',
+ Websitem => 'Mini vehicle\'s manufacturer website',
+ Websitec => 'Actual vehicle\'s manufacturer website',
+ Websiteo => 'Useful link',
+ Comments3 => 'Comments',
+
+# Pictures fields
+
+ Pictures => 'Pictures',
+
+ OthersComments => 'General remarks',
+ OthersDetails => 'Other details',
+ Top1 => 'Above',
+ Back1 => 'Below',
+ AVG => 'Front Left',
+ AV => 'Front',
+ AVD => 'Front Right',
+ G => 'Left',
+ BOX => 'Box',
+ D => 'Right',
+ ARG => 'Back Left',
+ AR => 'Back',
+ ARD => 'Back Right',
+ Others => 'Misc',
+
+# PanelLending fields
+
+ LendingExplanation => 'Useful exchanges during temporary exhibitions',
+ PanelLending => 'Lendings (for exhibitions)',
+ Comments4 => 'Comments',
+
+# Realmodel fields
+
+ Realmodel => 'Actual vehicle',
+
+ Difference => 'Differences with miniature',
+ Front2 => 'Front',
+ Back2 => 'Back',
+ Comments5 => 'Comments',
+
+ References => 'References',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCmusics.pm b/lib/gcstar/GCLang/RO/GCModels/GCmusics.pm
new file mode 100644
index 0000000..55da50e
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCmusics.pm
@@ -0,0 +1,66 @@
+{
+ package GCLang::RO::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 => 'Colecţie de muzică',
+ Items => 'Albume',
+ NewItem => 'Album nou',
+
+ Unique => 'ISRC/EAN',
+ Title => 'Titlu',
+ Cover => 'Copertă',
+ Artist => 'Artist',
+ Format => 'Format',
+ Running => 'Durată',
+ Release => 'Dată lansare',
+ Genre => 'Gen',
+ Origin => 'Origin',
+
+#For tracks list
+ Tracks => 'Listă piese',
+ Number => 'Număr',
+ Track => 'Titlu',
+ Time => 'Durată',
+
+ Composer => 'Compozitor',
+ Producer => 'Producător',
+ Playlist => 'Listă de redare',
+ Comments => 'Comentarii',
+ Label => 'Etichetă',
+ Url => 'Pagină web',
+
+ General => 'General',
+ Details => 'Detalii',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/RO/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..b9297d7
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCperiodicals.pm
@@ -0,0 +1,52 @@
+{
+ package GCLang::RO::GCModels::GCperiodicals;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Periodicals collection',
+ Items => {0 => 'Periodical',
+ 1 => 'Periodical',
+ X => 'Periodicals'},
+ NewItem => 'New periodical',
+
+ Title => 'Title',
+ Cover => 'Cover',
+ Periodical => 'Periodical',
+ Number => 'Number',
+ Date => 'Date',
+ Subject => 'Subject',
+ Articles => 'Articles',
+
+ General => 'General',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/RO/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..f0196bd
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCsmartcards.pm
@@ -0,0 +1,108 @@
+{
+ package GCLang::RO::GCModels::GCsmartcards;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Smart card collection',
+ Items => {0 => 'Smart card',
+ 1 => 'Smart card',
+ X => 'Smart cards'},
+ NewItem => 'New smart card',
+ Currency => 'Currency',
+
+ Help => 'Help for fields',
+ Help1 => 'Help',
+
+# Traduction des Champs "Main"
+
+ Main => 'The smart card',
+
+ Cover => 'Picture',
+
+ Name => 'Name',
+ Exchange => 'To be exchanged or sold',
+ Wanted => 'Wanted',
+ Rating1 => 'Global rating',
+ TheSmartCard => 'The smart card, front/back',
+
+ Country => 'Country',
+ Color => 'Color',
+ Type1 => 'Card type',
+ Type2 => 'Chip type',
+ Dimension => 'Length / Width / Thickness',
+
+ Box => 'Box',
+ Chip => 'Chip',
+ Year1 => 'Edition year',
+ Year2 => 'Validity year',
+ Condition => 'Condition',
+ Charge => 'Rechargeable card',
+ Variety => 'Variety',
+
+ Edition => 'Number of exemplars',
+ Serial => 'Serial number',
+ Theme => 'Theme',
+
+ Acquisition => 'Acquired on',
+
+ Catalog0 => 'Catalog',
+ Catalog1 => 'Phonecote / Infopuce (YT)',
+ Catalog2 => 'La Cote en Poche',
+
+ Reference0 => 'Reference',
+ Reference1 => 'Reference Phonecote / Infopuce (YT)',
+ Reference2 => 'Reference La Cote en Poche',
+ Reference3 => 'Other reference',
+
+ Quotationnew00 => 'Quotation for new card',
+ Quotationnew10 => 'Quotation Phonecote / Infopuce (YT)',
+ Quotationnew20 => 'Quotation La Cote en Poche',
+ Quotationnew30 => 'Cotation Autre',
+ Quotationold00 => 'Quotation for used card',
+ Quotationold10 => 'Quotation Phonecote / Infopuce (YT)',
+ Quotationold20 => 'Quotation La Cote en Poche',
+ Quotationold30 => 'Other quotation',
+
+ Title1 => 'Title',
+
+ Unit => 'Units / Minutes number',
+
+ Pressed => 'Impression type',
+ Location => 'Impression place',
+
+ Comments1 => 'Comments',
+
+ Others => 'Misc.',
+ Weight => 'Weight',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/RO/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..30638f3
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCsoftware.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::RO::GCModels::GCsoftware;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2009 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Computer software collection',
+ Items => {0 => 'Application',
+ 1 => 'Application',
+ X => 'Applications',
+ lowercase1 => 'application',
+ lowercaseX => 'applications'},
+ NewItem => 'New application',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Name',
+ Platform => 'Platform',
+ Released => 'Release date',
+ Homepage => 'Homepage',
+ Editor => 'Editor',
+ Developer => 'Developer',
+ Category => 'Category',
+ NumberOfCopies => 'Copies',
+ Price => 'Price',
+ Box => 'Box picture',
+ Case => 'Case',
+ Manual => 'Instruction manual',
+ Executable => 'Executable',
+ Description => 'Description',
+ License => 'License',
+ Commercial => 'Commercial',
+ FreewareNoncommercial => 'Freeware (non-commercial use)',
+ OtherOpenSource => 'Other Open Source',
+ PublicDomain => 'Public Domain',
+ OtherLicense => 'Other',
+ Registration => 'Registration',
+ RegistrationInfo => 'Registration Info',
+ RegInfo => 'Registration Info',
+ RegistrationName => 'Username',
+ RegistrationNumber => 'Registration Number',
+ PanelRegistration => 'Registration Info',
+ RegistrationComments => 'Additional info or comments',
+ Screenshots => 'Screenshots',
+ Screenshot1 => 'First screenshot',
+ Screenshot2 => 'Second screenshot',
+ Comments => 'Comments',
+ Url => 'Web page',
+ General => 'General',
+ Details => 'Details',
+ Information => 'Information',
+
+ FilterRatingSelect => 'Rating At _Least...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCstamps.pm b/lib/gcstar/GCLang/RO/GCModels/GCstamps.pm
new file mode 100644
index 0000000..3968651
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCstamps.pm
@@ -0,0 +1,189 @@
+{
+ package GCLang::RO::GCModels::GCstamps;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2007 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GCstar is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Stamp collection',
+ Items => {0 => 'Stamps',
+ 1 => 'Stamp',
+ X => 'Stamps'},
+ NewItem => 'New stamp',
+
+ General => 'General',
+ Detail => 'Detail',
+ Value => 'Value',
+ Notes => 'Notes',
+ Views => 'Views',
+
+ Name => 'Name',
+ Country => 'Country',
+ Year => 'Year',
+ Catalog => 'Catalog',
+ Number => 'Number',
+ Topic => 'Topic',
+ Serie => 'Serie',
+ Designer => 'Designer',
+ Engraver => 'Engraver',
+ Type => 'Type',
+ Format => 'Format',
+ Description => 'Description',
+ Color => 'Color',
+ Gum => 'Gum',
+ Paper => 'Paper',
+ Perforation => 'Perforation',
+ PerforationSize => 'Perforation size',
+ CancellationType => 'Cancellation type',
+ Comments => 'Comments',
+ PrintingVariety => 'Printing variety',
+ IssueDate => 'Issue date',
+ EndOfIssue => 'End of issue',
+ Issue => 'Issue',
+ Grade => 'Grade',
+ Status => 'Status',
+ Adjusted => 'Adjusted',
+ Cancellation => 'Cancellation',
+ CancellationCondition => 'Cancellation condition',
+ GumCondition => 'Gum condition',
+ PerforationCondition => 'Perforation condition',
+ ConditionNotes => 'Condition notes',
+ Error => 'Error',
+ ErrorNotes => 'Error notes',
+ FaceValue => 'Face value',
+ MintValue => 'Mint value',
+ UsedValue => 'Used value',
+ PurchasedDate => 'Purchased date',
+ Quantity => 'Quantity',
+ History => 'History',
+ Picture1 => 'Picture 1',
+ Picture2 => 'Picture 2',
+ Picture3 => 'Picture 3',
+
+ AirMail => 'Air mail',
+ MilitaryStamp => 'Military stamp',
+ Official => 'Official',
+ PostageDue => 'Postage due',
+ Regular => 'Regular',
+ Revenue => 'Revenue',
+ SpecialDelivery => 'Special delivery',
+ StrikeStamp => 'Strike stamp',
+ TelegraphStamp => 'Telegraph stamp',
+ WarStamp => 'War stamp',
+ WarTaxStamp => 'War tax stamp',
+
+ Booklet => 'Booklet',
+ BookletPane => 'Booklet Pane',
+ Card => 'Card',
+ Coil => 'Coil',
+ Envelope => 'Envelope',
+ FirstDayCover => 'First Day Cover',
+ Sheet => 'Sheet',
+ Single => 'Single',
+
+ Heliogravure => 'Heliogravure',
+ Lithography => 'Lithography',
+ Offset => 'Offset',
+ Photogravure => 'Photogravure',
+ RecessPrinting => 'Recess printing',
+ Typography => 'Typography',
+
+ OriginalGum => 'Original gum',
+ Ungummed => 'Ungummed',
+ Regummed => 'Regummed',
+
+ Chalky => 'Chalky',
+ ChinaPaper => 'China paper',
+ Coarsed => 'Coarsed',
+ Glossy => 'Glossy',
+ Granite => 'Granite',
+ Laid => 'Laid',
+ Manila => 'Manila',
+ Native => 'Native',
+ Pelure => 'Pelure',
+ Quadrille => 'Quadrille',
+ Ribbed => 'Ribbed',
+ Rice => 'Rice',
+ Silk => 'Silk',
+ Smoothed => 'Smoothed',
+ Thick => 'Thick',
+ Thin => 'Thin',
+ Wove => 'Wove',
+
+ CoarsedPerforation => 'Coarsed perforation',
+ CombPerforation => 'Comb perforation',
+ CompoundPerforation => 'Compound perforation',
+ DamagedPerforation => 'Damaged perforation',
+ DoublePerforation => 'Double perforation',
+ HarrowPerforation => 'Harrow perforation',
+ LinePerforation => 'Line perforation',
+ NoPerforation => 'No perforation',
+
+ CancellationToOrder => 'Cancellation To Order',
+ FancyCancellation => 'Fancy cancellation',
+ FirstDayCancellation => 'First Day cancellation',
+ NumeralCancellation => 'Numeral cancellation',
+ PenMarked => 'Pen-Marked',
+ RailroadCancellation => 'Railroad cancellation',
+ SpecialCancellation => 'Special cancellation',
+
+ Superb => 'Superb',
+ ExtraFine => 'Extra-Fine',
+ VeryFine => 'Very fine',
+ FineVeryFine => 'Fine/Very fine',
+ Fine => 'Fine',
+ Average => 'Average',
+ Poor => 'Poor',
+
+ Owned => 'Owned',
+ Ordered => 'Ordered',
+ Sold => 'Sold',
+ ToSell => 'To sell',
+ Wanted => 'Wanted',
+
+ LightCancellation => 'Light cancellation',
+ HeavyCancellation => 'Heavy cancellation',
+ ModerateCancellation => 'Moderate cancellation',
+
+ MintNeverHinged => 'Mint never hinged',
+ MintLightHinged => 'Mint light hinged',
+ HingedRemnant => 'Hinged remnant',
+ HeavilyHinged => 'Heavily hinged',
+ LargePartOriginalGum => 'Large part original gum',
+ SmallPartOriginalGum => 'Small part original gum',
+ NoGum => 'No gum',
+
+ Perfect => 'Perfect',
+ VeryNice => 'Very nice',
+ Nice => 'Nice',
+ Incomplete => 'Incomplete',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCModels/GCwines.pm b/lib/gcstar/GCLang/RO/GCModels/GCwines.pm
new file mode 100644
index 0000000..2b9c37d
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCModels/GCwines.pm
@@ -0,0 +1,63 @@
+{
+ package GCLang::RO::GCModels::GCwines;
+
+ use utf8;
+
+# Copyright 2007 Yves Martin
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Colecţie de vinuri',
+ Items => 'Vinuri',
+ NewItem => 'Vin nou',
+
+ Name => 'Nume',
+ Designation => 'Destinaţie',
+ Vintage => 'Recoltă',
+ Vineyard => 'Podgorie',
+ Type => 'Tip',
+ Grapes => 'Struguri',
+ Soil => 'Sol',
+ Producer => 'Producător',
+ Country => 'Ţară',
+ Volume => 'Volum (ml)',
+ Alcohol => 'Alcool (%)',
+ Medal => 'Medalii/Premii',
+
+ Storage => 'Depozitare',
+ Location => 'Locaţie',
+ ShelfIndex => 'Index',
+ Quantity => 'Cantitate',
+ Acquisition => 'Achiziţie',
+ PurchaseDate => 'Dată cumpărare',
+ PurchasePrice => 'Preţ cumpărare',
+ Gift => 'Cadou',
+ BottleLabel => 'Etichetă sticlă',
+ Website => 'Referinţe pe web',
+
+ Tasted => 'Degustat',
+ Comments => 'Comentarii',
+ Serving => 'Porţie',
+ TastingField => 'Note testare',
+
+ General => 'General',
+ Details => 'Detalii',
+ Tasting => 'Degustare',
+
+ TastedNo => 'Nu a fost degustat',
+ TastedYes => 'Degustat',
+
+ FilterRange => 'Limite',
+ FilterTastedNo => '_Nu a fost încă degustat',
+ FilterTastedYes => 'Deja _degustat',
+ FilterRatingSelect => 'Evaluat la cel _puţin...'
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/RO/GCstar.pm b/lib/gcstar/GCLang/RO/GCstar.pm
new file mode 100644
index 0000000..94fbb4a
--- /dev/null
+++ b/lib/gcstar/GCLang/RO/GCstar.pm
@@ -0,0 +1,672 @@
+{
+ package GCLang::RO;
+
+ 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' => 'Română',
+
+ 'Separator' => ': ',
+
+ 'Warning' => '<b>Atenţie</b>:
+
+Informaţiile transferate de pe siturile web (prin intermediul
+modulelor de căutare) sunt <b>doar pentru uz personal</b>.
+
+Orice redistribuire este interzisă fără <b>autorizarea
+explicită</b> a sitului web.
+
+Pentru a determina ce sit web este proprietarul informaţiei,
+puteţi folosi <b>butonul aflat sub detaliile filmului</b>.',
+
+ 'AllItemsFiltered' => 'Nici un element nu se potriveşte criteriilor dumneavoastră de filtrare', # Accepts model codes
+
+#Installation
+ 'InstallDirInfo' => 'Instalare în ',
+ 'InstallMandatory' => 'Componente obligatorii',
+ 'InstallOptional' => 'Componente opţionale',
+ 'InstallErrorMissing' => 'Eroare : Următoarele componente Perl trebuie instalate: ',
+ 'InstallPrompt' => 'Directorul principal pentru instalare [/usr/local]: ',
+ 'InstallEnd' => 'Sfârşitul instalării',
+ 'InstallNoError' => 'Nici o eroare',
+ 'InstallLaunch' => 'Pentru a folosi acestă aplicaţie, se poate porni ',
+ 'InstallDirectory' => 'Directorul principal',
+ 'InstallTitle' => 'Instalare GCstar',
+ 'InstallDependencies' => 'Dependinţe',
+ 'InstallPath' => 'Cale',
+ 'InstallOptions' => 'Opţiuni',
+ 'InstallSelectDirectory' => 'Selectaţi directorul principal pentru instalare',
+ 'InstallWithClean' => 'Şterge fişierele aflate în directorul de instalare',
+ 'InstallWithMenu' => 'Adaugă GCstar la meniul Aplicaţii',
+ 'InstallNoPermission' => 'Eroare: Nu aveţi permisiunile necesare pentru a scrie în directorul selectat',
+ 'InstallMissingMandatory' => 'Dependinţe esenţiale lipsesc. Nu veţi putea instala GCstar până când acestea nu vor fi prezente pe sistemul dumneavoastră.',
+ 'InstallMissingOptional' => 'Unele dependinţe opţionale lipsesc. Acestea sunt listate mai jos. GCstar poate fi instalat dar unele facilităţi ar putea să nu fie disponibile.',
+ 'InstallMissingNone' => 'Toate dependinţele sunt satisfăcute. Puteţi continua cu instalarea GCstar.',
+ 'InstallOK' => 'OK',
+ 'InstallMissing' => 'Lipsă',
+ 'InstallMissingFor' => 'Lipsă pentru',
+ 'InstallCleanDirectory' => 'Şterg fişierele GCstar din directorul: ',
+ 'InstallCopyDirectory' => 'Copiez fişierele în directorul: ',
+ 'InstallCopyDesktop' => 'Copiez fişierul desktop ‪în: ',
+
+#Update
+ 'UpdateUseProxy' => 'Proxy-ul folosit (apăsaţi enter dacă nu e nevoie de unul): ',
+ 'UpdateNoPermission' => 'Nu există permsiuni pentru scriere în acest director: ',
+ 'UpdateNone' => 'Nici o actualizare nu a fost găsită',
+ 'UpdateFileNotFound' => 'Fişierul nu a fost găsit',
+
+#Splash
+ 'SplashInit' => 'Iniţializare',
+ 'SplashLoad' => 'Încărcare colecţie',
+ 'SplashDisplay' => 'Afişare colecţie',
+ 'SplashSort' => 'Sortare colecţie',
+ 'SplashDone' => 'Gata',
+
+#Import from GCfilms
+ 'GCfilmsImportQuestion' => 'Se pare că foloseaţi GCfilms anterior. Ce doriţi să importaţi din GCfilms în GCstar (nu va influeţa GCfilms în cazul în care încă îl mai folosiţi)?',
+ 'GCfilmsImportOptions' => 'Setări',
+ 'GCfilmsImportData' => 'Listă filme',
+
+#Menus
+ 'MenuFile' => '_Fişier',
+ 'MenuNewList' => 'Colecţie _nouă',
+ 'MenuStats' => 'Statistics',
+ 'MenuHistory' => 'Colecţii _recente',
+ 'MenuLend' => 'Afişează elementele î_mprumutate', # Accepts model codes
+ 'MenuImport' => '_Importă',
+ 'MenuExport' => '_Exportă',
+ 'MenuAddItem' => '_Add Items', # Accepts model codes
+
+ 'MenuEdit' => '_Editare',
+ 'MenuDuplicate' => '_Duplică element', # Accepts model codes
+ 'MenuDuplicatePlural' => 'Du_plicate Items', # Accepts model codes
+ 'MenuEditSelectAllItems' => 'Select _All Items', # Accepts model codes
+ 'MenuEditDeleteCurrent' => 'Ş_terge element', # Accepts model codes
+ 'MenuEditDeleteCurrentPlural' => '_Remove Items', # Accepts model codes
+ 'MenuEditFields' => 'S_chimbă câmpurile colecţiei',
+ 'MenuEditLockItems' => 'B_lochează colecţia',
+
+ 'MenuDisplay' => 'F_iltrare',
+ 'MenuSavedSearches' => 'Saved searches',
+ 'MenuSavedSearchesSave' => 'Save current search',
+ 'MenuSavedSearchesEdit' => 'Modify saved searches',
+ 'MenuAdvancedSearch' => 'Căutare a_vansată',
+ 'MenuViewAllItems' => 'Afişează to_ate elementele', # Accepts model codes
+ 'MenuNoFilter' => '_Oricare',
+
+ 'MenuConfiguration' => '_Setări',
+ 'MenuDisplayMenu' => 'Display',
+ 'MenuDisplayFullScreen' => 'Full screen',
+ 'MenuDisplayMenuBar' => 'Menus',
+ 'MenuDisplayToolBar' => 'Toolbar',
+ 'MenuDisplayStatusBar' => 'Bottom bar',
+ 'MenuDisplayOptions' => '_Informaţii afişate',
+ 'MenuBorrowers' => '_Persoane care au împrumutat',
+ 'MenuToolbarConfiguration' => '_Toolbar controls',
+ 'MenuDefaultValues' => 'Default values for new item', # Accepts model codes
+ 'MenuGenresConversion' => '_Conversie gen',
+
+ 'MenuBookmarks' => '_Colecţiile mele',
+ 'MenuBookmarksAdd' => '_Adaugă colecţia curentă',
+ 'MenuBookmarksEdit' => '_Editează colecţiile favorite',
+
+ 'MenuHelp' => '_Ajutor',
+ 'MenuHelpContent' => '_Ajutor',
+ 'MenuAllPlugins' => 'Arată _modulele',
+ 'MenuBugReport' => 'Raportează un _bug',
+ 'MenuAbout' => '_Despre GCstar',
+
+ 'MenuNewWindow' => 'Afişează elementul în fereastră _nouă', # Accepts model codes
+ 'MenuNewWindowPlural' => 'Show Items in _New Window', # Accepts model codes
+
+ 'ContextExpandAll' => 'Desfă tot',
+ 'ContextCollapseAll' => 'Strânge tot',
+ 'ContextChooseImage' => 'Choose _Image',
+ 'ContextOpenWith' => 'Open Wit_h',
+ 'ContextImageEditor' => 'Image Editor',
+ 'ContextImgFront' => 'Front',
+ 'ContextImgBack' => 'Back',
+ 'ContextChooseFile' => 'Choose a File',
+ 'ContextChooseFolder' => 'Choose a Folder',
+
+ 'DialogEnterNumber' => 'Vă rugăm introduceţi o valoare',
+
+ 'RemoveConfirm' => 'Sunteţi sigur că doriţi să ştergeţi acest element?', # Accepts model codes
+ 'RemoveConfirmPlural' => 'Do you really want to remove these items?', # Accepts model codes
+ 'DefaultNewItem' => 'Element nou', # Accepts model codes
+ 'NewItemTooltip' => 'Adaugă un element nou', # Accepts model codes
+ 'NoItemFound' => 'Nu a fost găsit nimic. Doriţi să căutaţi pe alt sit?',
+ 'OpenList' => 'Vă rugăm selectaţi colecţia',
+ 'SaveList' => 'Vă rugăm alegeţi unde să salvaţi colecţia',
+ 'SaveListTooltip' => 'Salvează colecţia curentă',
+ 'SaveUnsavedChanges' => 'Aveţi modificări nesalvate în colecţia dumneavoastră. Doriţi să le salvaţi?',
+ 'SaveDontSave' => 'Nu salva',
+ 'PreferencesTooltip' => 'Setaţi preferinţele dumneavoastră',
+ 'ViewTooltip' => 'Schimbă afişarea colecţiei',
+ 'PlayTooltip' => 'Redă fişierul video asociat acestui element', # Accepts model codes
+ 'PlayFileNotFound' => 'File to launch was not found in this location:',
+ 'PlayRetry' => 'Retry',
+
+ 'StatusSave' => 'Salvez...',
+ 'StatusLoad' => 'Încarc...',
+ 'StatusSearch' => 'Căutare în curs...',
+ 'StatusGetInfo' => 'Obţin informaţiile...',
+ 'StatusGetImage' => 'Obţin imaginea...',
+
+ 'SaveError' => 'Nu am putut salva lista de elemente. Vă rugăm verificaţi drepturile de acces şi spaţiul liber pe disc.',
+ 'OpenError' => 'Nu am putut deschide lista de elemente. Vă rugăm verificaţi drepturile de acces.',
+ 'OpenFormatError' => 'Nu am putut deschide lista de elemente.',
+ 'OpenVersionWarning' => 'Collection was created with a more recent version of GCstar. If you save it, you may loose some data.',
+ 'OpenVersionQuestion' => 'Do you still want to continue?',
+ 'ImageError' => 'Directorul selectat pentru a salva imaginile nu este corect. Vă rugăm selectaţi alt director.',
+ 'OptionsCreationError'=> 'Nu pot crea fişierul de opţiuni: ',
+ 'OptionsOpenError'=> 'Nu pot deschide fişierul de opţiuni: ',
+ 'OptionsSaveError'=> 'Nu pot salva fişierul de opţiuni: ',
+ 'ErrorModelNotFound' => 'Model not found: ',
+ 'ErrorModelUserDir' => 'User defined models are in: ',
+
+ 'RandomTooltip' => 'Ce să vedem în acestă seară?',
+ 'RandomError'=> 'Nu aveţi nici un element care să poate fi selectat', # Accepts model codes
+ 'RandomEnd'=> 'Nu mai sunt alte elemente', # Accepts model codes
+ 'RandomNextTip'=> 'Următoarea sugestie',
+ 'RandomOkTip'=> 'Acceptă acest element',
+
+ 'AboutTitle' => 'Despre GCstar',
+ 'AboutDesc' => 'Manager de colecţii',
+ 'AboutVersion' => 'Versiune',
+ 'AboutTeam' => 'Echipa',
+ 'AboutWho' => 'Christian Jodar (Tian): Manager de proiect, programator
+Nyall Dawson (Zombiepig) : Programator
+TPF : Programator
+Adolfo González : Programator
+',
+ 'AboutLicense' => 'Distribuit în termenii licenţei GNU GPL
+Copyright logo le Spektre',
+ 'AboutTranslation' => 'Traducerea în română de către Mugurel Tudor',
+ 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): Skin Designer
+Logo şi design web de către le Spektre',
+
+ 'ToolbarRandom' => 'În seara asta',
+
+ 'UnsavedCollection' => 'Unsaved Collection',
+ 'ModelsSelect' => 'Selectaţi un tip de colecţie',
+ 'ModelsPersonal' => 'Modele personale',
+ 'ModelsDefault' => 'Modele implicite',
+ 'ModelsList' => 'Definire colecţie',
+ 'ModelSettings' => 'Setări colecţie',
+ 'ModelNewType' => 'Nou tip de colecţie',
+ 'ModelName' => 'Numele tipului de colecţie:',
+ 'ModelFields' => 'Câmpuri',
+ 'ModelOptions' => 'Opţiuni',
+ 'ModelFilters' => 'Filtre',
+ 'ModelNewField' => 'Câmp nou',
+ 'ModelFieldInformation' => 'Informaţii',
+ 'ModelFieldName' => 'Etichetă:',
+ 'ModelFieldType' => 'Tip:',
+ 'ModelFieldGroup' => 'Grup:',
+ 'ModelFieldValues' => 'Valori',
+ 'ModelFieldInit' => 'Implicit:',
+ 'ModelFieldMin' => 'Minim:',
+ 'ModelFieldMax' => 'Maxim:',
+ 'ModelFieldList' => 'Listă valori:',
+ 'ModelFieldListLegend' => '<i>Separare prin virgulă</i>',
+ 'ModelFieldDisplayAs' => 'Display as:',
+ 'ModelFieldDisplayAsText' => 'Text',
+ 'ModelFieldDisplayAsGraphical' => 'Rating Control',
+ 'ModelFieldTypeShortText' => 'Text scurt',
+ 'ModelFieldTypeLongText' => 'Text lung',
+ 'ModelFieldTypeYesNo' => 'Da/Nu',
+ 'ModelFieldTypeNumber' => 'Număr',
+ 'ModelFieldTypeDate' => 'Dată',
+ 'ModelFieldTypeOptions' => 'Listă predefinită de valori',
+ 'ModelFieldTypeImage' => 'Imagine',
+ 'ModelFieldTypeSingleList' => 'Listă simplă',
+ 'ModelFieldTypeFile' => 'Fişier',
+ 'ModelFieldTypeFormatted' => 'Depinde de alte câmpuri',
+ 'ModelFieldParameters' => 'Parametri',
+ 'ModelFieldHasHistory' => 'Foloseşte un istoric',
+ 'ModelFieldFlat' => 'Afişare pe o linie',
+ 'ModelFieldStep' => 'Pas de incrementare:',
+ 'ModelFieldFileFormat' => 'Format fişier:',
+ 'ModelFieldFileFile' => 'Fişier simplu',
+ 'ModelFieldFileImage' => 'Imagine',
+ 'ModelFieldFileVideo' => 'Video',
+ 'ModelFieldFileAudio' => 'Audio',
+ 'ModelFieldFileProgram' => 'Program',
+ 'ModelFieldFileUrl' => 'URL',
+ 'ModelFieldFileEbook' => 'Ebook',
+ 'ModelOptionsFields' => 'Câmpuri folosite',
+ 'ModelOptionsFieldsAuto' => 'Automat',
+ 'ModelOptionsFieldsNone' => 'Nici unul',
+ 'ModelOptionsFieldsTitle' => 'Ca titlu',
+ 'ModelOptionsFieldsId' => 'Ca identificator',
+ 'ModelOptionsFieldsCover' => 'Ca şi copertă',
+ 'ModelOptionsFieldsPlay' => 'Pentru butonul de redare',
+ 'ModelCollectionSettings' => 'Setări colecţie',
+ 'ModelCollectionSettingsLending' => 'Elementele pot fi împrumutate',
+ 'ModelCollectionSettingsTagging' => 'Items can be tagged',
+ 'ModelFilterActivated' => 'Ar trebui să apară în fereastra de căutare',
+ 'ModelFilterComparison' => 'Comparaţie',
+ 'ModelFilterContain' => 'Conţine',
+ 'ModelFilterDoesNotContain' => 'Does not contain',
+ 'ModelFilterRegexp' => 'Regular expression',
+ 'ModelFilterRange' => 'Domeniu',
+ 'ModelFilterNumeric' => 'Comparaţia e numerică',
+ 'ModelFilterQuick' => 'Creaţi un filtru rapid',
+ 'ModelTooltipName' => 'Folosiţi un nume pentru a reutiliza acest model pentru mai multe colecţii. Dacă este gol, setările vor fi stocate direct în colecţie',
+ 'ModelTooltipLabel' => 'Numele câmpului aşa cum va fi afişat',
+ 'ModelTooltipGroup' => 'Folosit pentru a grupa câmpurile. Elementele care nu au o valoare aici vor fi într-un grup implicit',
+ 'ModelTooltipHistory' => 'Dacă elementele introduse anterior vor fi stocate într-o listă asociată acestui câmp',
+ 'ModelTooltipFormat' => 'Acest format este folosit pentru a determina acţiunea de a deschide un fişier cu butonul de Redare',
+ 'ModelTooltipLending' => 'Aceasta va adăuga unele câmpuri pentru a gestiona împrumuturile',
+ 'ModelTooltipTagging' => 'This will add some fields to manage tags',
+ 'ModelTooltipNumeric' => 'Dacă valorile trebuie considerate ca numere în comparaţii',
+ 'ModelTooltipQuick' => 'Aceasta va adăuga un submeniu la Filtre',
+
+ 'ResultsTitle' => 'Selectaţi un element', # Accepts model codes
+ 'ResultsNextTip' => 'Caută pe următorul sit',
+ 'ResultsPreview' => 'Previzualizare',
+ 'ResultsInfo' => 'You can add multiple items to the collection by holding down the Ctrl or the Shift key and selecting them', # Accepts model codes
+
+ 'OptionsTitle' => 'Preferinţe',
+ 'OptionsExpertMode' => 'Expert Mode',
+ 'OptionsPrograms' => 'Specify applications to use for different media, leave blank to use system defaults',
+ 'OptionsBrowser' => 'Navigator web',
+ 'OptionsPlayer' => 'Player video',
+ 'OptionsAudio' => 'Player audio',
+ 'OptionsImageEditor' => 'Image editor',
+ 'OptionsCdDevice' => 'CD device',
+ 'OptionsImages' => 'Director de imagini',
+ 'OptionsUseRelativePaths' => 'Foloseşte căi relative pentru imagini',
+ 'OptionsLayout' => 'Layout',
+ 'OptionsStatus' => 'Afişează bara de status',
+ 'OptionsUseStars' => 'Use stars to display ratings',
+ 'OptionsWarning' => 'Atenţie: Modificările din acest tab nu vor avea efect decât după repornirea aplicaţiei.',
+ 'OptionsRemoveConfirm' => 'Cere o confirmare înainte de ştergerea elementului',
+ 'OptionsAutoSave' => 'Salvează colecţia automat',
+ 'OptionsAutoLoad' => 'Încarcă colecţia anterioară la pornire',
+ 'OptionsSplash' => 'Afişează ecranul de pornire',
+ 'OptionsTearoffMenus' => 'Enable tear-off menus',
+ 'OptionsSpellCheck' => 'Use spelling checker for long text fields',
+ 'OptionsProgramTitle' => 'Selectaţi programul ce va fi folosit',
+ 'OptionsPlugins' => 'Situl de la care se vor obţine informaţiile',
+ 'OptionsAskPlugins' => 'Întreabă (toate siturile)',
+ 'OptionsPluginsMulti' => 'Multe situri',
+ 'OptionsPluginsMultiAsk' => 'Întreabă (multe situri)',
+ 'OptionsPluginsMultiPerField' => 'Multe situri (per field)',
+ 'OptionsPluginsMultiPerFieldWindowTitle' => 'Many sites per field order selection',
+ 'OptionsPluginsMultiPerFieldDesc' => 'For each selected field we will return the first non empty information beginning from left',
+ 'OptionsPluginsMultiPerFieldFirst' => 'First',
+ 'OptionsPluginsMultiPerFieldLast' => 'Last',
+ 'OptionsPluginsMultiPerFieldRemove' => 'Remove',
+ 'OptionsPluginsMultiPerFieldClearSelected' => 'Empty selected field list',
+ 'OptionsPluginsList' => 'Setează lista',
+ 'OptionsAskImport' => 'Selectează câmpurile ce vor fi importate',
+ 'OptionsProxy' => 'Foloseşte un proxy',
+ 'OptionsCookieJar' => 'Foloseşte acest fişier cookie',
+ 'OptionsLang' => 'Limbă',
+ 'OptionsMain' => 'Principal',
+ 'OptionsPaths' => 'Căi',
+ 'OptionsInternet' => 'Internet',
+ 'OptionsConveniences' => 'Facilităţi',
+ 'OptionsDisplay' => 'Afişare',
+ 'OptionsToolbar' => 'Bară de unelte',
+ 'OptionsToolbars' => {0 => 'Fără', 1 => 'Mică', 2 => 'Mare', 3 => 'Setări sistem'},
+ 'OptionsToolbarPosition' => 'Poziţie',
+ 'OptionsToolbarPositions' => {0 => 'Sus', 1 => 'Jos', 2 => 'Stânga', 3 => 'Dreapta'},
+ 'OptionsExpandersMode' => 'Desfăsurători prea lungi',
+ 'OptionsExpandersModes' => {'asis' => 'Ignoră', 'cut' => 'Taie', 'wrap' => 'Rupe linia'},
+ 'OptionsDateFormat' => 'Format dată',
+ 'OptionsDateFormatTooltip' => 'Formatul este cel folosit de strftime(3). Implicit este %d/%m/%Y.',
+ 'OptionsView' => 'Afişare',
+ 'OptionsViews' => {0 => 'Text', 1 => 'Imagine', 2 => 'Detalii'},
+ 'OptionsColumns' => 'Coloane',
+ 'OptionsMailer' => 'Trimitere email',
+ 'OptionsSMTP' => 'Server',
+ 'OptionsFrom' => 'Email-ul dumneavoastră',
+ 'OptionsTransform' => 'Plasează articolele la sfârşitul titlurilor',
+ 'OptionsArticles' => 'Articole (separate prin virgulă)',
+ 'OptionsSearchStop' => 'Permite întreruperea căutărilor',
+ 'OptionsBigPics' => 'Use big pictures when available',
+ 'OptionsAlwaysOriginal' => 'Foloseşte titlul principal ca titlu original în cazul în care acesta nu este prezent',
+ 'OptionsRestoreAccelerators' => 'Restore accelerators',
+ 'OptionsHistory' => 'Mărime istoric',
+ 'OptionsClearHistory' => 'Şterge istoricul',
+ 'OptionsStyle' => 'Temă',
+ 'OptionsDontAsk' => 'Nu mai întreba din nou',
+ 'OptionsPathProgramsGroup' => 'Aplicaţii',
+ 'OptionsProgramsSystem' => 'Foloseşte programele definite de sistem',
+ 'OptionsProgramsUser' => 'Foloseşte programele specificate',
+ 'OptionsProgramsSet' => 'Setare programe',
+ 'OptionsPathImagesGroup' => 'Imagini',
+ 'OptionsInternetDataGroup' => 'Importare date',
+ 'OptionsInternetSettingsGroup' => 'Setări',
+ 'OptionsDisplayInformationGroup' => 'Afişare informaţii',
+ 'OptionsDisplayArticlesGroup' => 'Articole',
+ 'OptionsImagesDisplayGroup' => 'Afişare',
+ 'OptionsImagesStyleGroup' => 'Stil',
+ 'OptionsDetailedPreferencesGroup' => 'Preferinţe',
+ 'OptionsFeaturesConveniencesGroup' => 'Convenţii',
+ 'OptionsPicturesFormat' => 'Prefix folosit pentru imagini:',
+ 'OptionsPicturesFormatInternal' => 'gcstar__',
+ 'OptionsPicturesFormatTitle' => 'Titlul sau numele elementului asociat',
+ 'OptionsPicturesWorkingDir' => '%WORKING_DIR% sau . va fi înlocuit cu directorul colecţiei (folosiţi doar pentru începutul căilor)',
+ 'OptionsPicturesFileBase' => '%FILE_BASE% va fi înlocuit de numele fişierului de colecţie fără sufix (.gcs)',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% poate fi folosit doar la începutul căii pentru imagini',
+ 'OptionsConfigureMailers' => 'Configurează aplicaţiile pentru mail',
+
+ 'ImagesOptionsButton' => 'Setări',
+ 'ImagesOptionsTitle' => 'Setări pentru lista de imagini',
+ 'ImagesOptionsSelectColor' => 'Selectaţi o culoare',
+ 'ImagesOptionsUseOverlays' => 'Use image overlays',
+ 'ImagesOptionsBg' => 'Fundal',
+ 'ImagesOptionsBgPicture' => 'Foloseşte o imagine de fundal',
+ 'ImagesOptionsFg'=> 'Selecţie',
+ 'ImagesOptionsBgTooltip' => 'Schimbă culoarea pentru fundal',
+ 'ImagesOptionsFgTooltip'=> 'Schimbă culoarea pentru selecţie',
+ 'ImagesOptionsResizeImgList' => 'Automatically change number of columns',
+ 'ImagesOptionsAnimateImgList' => 'Use animations',
+ 'ImagesOptionsSizeLabel' => 'Mărime',
+ 'ImagesOptionsSizeList' => {0 => 'Foarte mică', 1 => 'Mică', 2 => 'Medie', 3 => 'Mare', 4 => 'Foarte mare'},
+ 'ImagesOptionsSizeTooltip' => 'Selectaţi mărimea imaginii',
+
+ 'DetailedOptionsTitle' => 'Setări pentru lista detaliată',
+ 'DetailedOptionsImageSize' => 'Mărime imagini',
+ 'DetailedOptionsGroupItems' => 'Grupează elementele după',
+ 'DetailedOptionsSecondarySort' => 'Sort field for children',
+ 'DetailedOptionsFields' => 'Selectează câmpurile afişate',
+ 'DetailedOptionsGroupedFirst' => 'Păstrează împreună elementele orfane',
+ 'DetailedOptionsAddCount' => 'Adaugă numărul elementelor la categorii',
+
+ 'ExtractButton' => 'Informaţii',
+ 'ExtractTitle' => 'Informaţii fişier video',
+ 'ExtractImport' => 'Foloseşte valorile',
+
+ 'FieldsListOpen' => 'Încarcă o listă de câmpuri dintr-un fişier',
+ 'FieldsListSave' => 'Salvează lista de câmpuri într-un fişier',
+ 'FieldsListError' => 'Această listă de fişiere nu poate fi folosită cu acest tip de colecţie',
+ 'FieldsListIgnore' => '--- Ignore',
+
+ 'ExportTitle' => 'Exportă lista de elemente',
+ 'ExportFilter' => 'Exportă doar elementele afişate',
+ 'ExportFieldsTitle' => 'Câmpurile ce vor fi exportate',
+ 'ExportFieldsTip' => 'Selectaţi câmpurile pe care doriţi să le exportaţi',
+ 'ExportWithPictures' => 'Copiază imaginile într-un subdirector',
+ 'ExportSortBy' => 'Sortare după',
+ 'ExportOrder' => 'Order',
+
+ 'ImportListTitle' => 'Importă altă listă de elemente',
+ 'ImportExportData' => 'Data',
+ 'ImportExportFile' => 'Fişier',
+ 'ImportExportFieldsUnused' => 'Câmpuri nefolosite',
+ 'ImportExportFieldsUsed' => 'Câmpuri folosite',
+ 'ImportExportFieldsFill' => 'Adaugă toate',
+ 'ImportExportFieldsClear' => 'Şterge toate',
+ 'ImportExportFieldsEmpty' => 'Trebuie să alegeţi cel puţin un câmp',
+ 'ImportExportFileEmpty' => 'Trebuie să specificaţi un nume de fişier',
+ 'ImportFieldsTitle' => 'Câmpurile ce vor fi importate',
+ 'ImportFieldsTip' => 'Selectaţi câmpurile pe care le doriţi importate',
+ 'ImportNewList' => 'Creează o nouă colecţie',
+ 'ImportCurrentList' => 'Adaugă la colecţia curentă',
+ 'ImportDropError' => 'A intervenit o eroare la deschiderea a cel puţin unui fişier. Listă precedentă va fi reîncărcată.',
+ 'ImportGenerateId' => 'Generează identificator pentru fiecare element',
+
+ 'FileChooserOpenFile' => 'Vă rugăm selectaţi fişierul pentru folosire',
+ 'FileChooserDirectory' => 'Directory',
+ 'FileChooserOpenDirectory' => 'Selectaţi un director',
+ 'FileChooserOverwrite' => 'Acest fişier deja există. Doriţi să îl suprascrieţi?',
+ 'FileAllFiles' => 'All Files',
+ 'FileVideoFiles' => 'Video Files',
+ 'FileEbookFiles' => 'Ebook Files',
+ 'FileAudioFiles' => 'Audio Files',
+ 'FileGCstarFiles' => 'GCstar Collections',
+
+ 'PanelCompact' => 'Compact',
+ 'PanelReadOnly' => 'Doar pentru citire',
+ 'PanelForm' => 'Taburi',
+
+ 'PanelSearchButton' => 'Obţine informaţii',
+ 'PanelSearchTip' => 'Caută pe web informaţii despre acest titlu',
+ 'PanelSearchContextChooseOne' => 'Choose a site ...',
+ 'PanelSearchContextMultiSite' => 'Use "Many sites"',
+ 'PanelSearchContextMultiSitePerField' => 'Use "Many sites per field"',
+ 'PanelSearchContextOptions' => 'Change options ...',
+ 'PanelImageTipOpen' => 'Clic pe imagine pentru a selecta alta.',
+ 'PanelImageTipView' => 'Clic pe image pentru a o vedea la dimensiunea originală.',
+ 'PanelImageTipMenu' => ' Clic dreapta pentru mai multe opţiuni.',
+ 'PanelImageTitle' => 'Selectaţi o imagine',
+ 'PanelImageNoImage' => 'Nici o imagine',
+ 'PanelSelectFileTitle' => 'Selectaţi un fişier',
+ 'PanelLaunch' => 'Launch',
+ 'PanelRestoreDefault' => 'Restaurează valorile implicite',
+ 'PanelRefresh' => 'Update',
+ 'PanelRefreshTip' => 'Update information from web',
+
+ 'PanelFrom' =>'De la',
+ 'PanelTo' =>'Către',
+
+ 'PanelWeb' => 'Mai multe informaţii',
+ 'PanelWebTip' => 'Afişează informaţii de pe web despre acest element', # Accepts model codes
+ 'PanelRemoveTip' => 'Şterge elementul curent', # Accepts model codes
+
+ 'PanelDateSelect' => 'Selectaţi o dată',
+ 'PanelNobody' => 'Nimeni',
+ 'PanelUnknown' => 'Necunoscut',
+ 'PanelAdded' => 'Adaugă dată',
+ 'PanelRating' => 'Evaluare',
+ 'PanelPressRating' => 'Press Rating',
+ 'PanelLocation' => 'Locaţie',
+
+ 'PanelLending' => 'Împrumuturi',
+ 'PanelBorrower' => 'Împrumutat',
+ 'PanelLendDate' => 'Din data',
+ 'PanelHistory' => 'Istoric împrumuturi',
+ 'PanelReturned' => 'Element returnat', # Accepts model codes
+ 'PanelReturnDate' => 'Data returnării',
+ 'PanelLendedYes' => 'Împrumutat',
+ 'PanelLendedNo' => 'Disponibil',
+
+ 'PanelTags' => 'Tags',
+ 'PanelFavourite' => 'Favourite',
+ 'TagsAssigned' => 'Assigned Tags',
+
+ 'PanelUser' => 'User fields',
+
+ 'CheckUndef' => 'Nu contează',
+ 'CheckYes' => 'Da',
+ 'CheckNo' => 'Nu',
+
+ 'ToolbarAll' => 'Afişează tot',
+ 'ToolbarAllTooltip' => 'Afişează toate elementele',
+ 'ToolbarGroupBy' => 'Grupează după',
+ 'ToolbarGroupByTooltip' => 'Selectaţi câmpul folosit pentru a grupa elementele din listă',
+ 'ToolbarQuickSearch' => 'Quick search',
+ 'ToolbarQuickSearchLabel' => 'Search',
+ 'ToolbarQuickSearchTooltip' => 'Select the field to search in. Enter the search terms and press Enter',
+ 'ToolbarSeparator' => ' Separator',
+
+ 'PluginsTitle' => 'Cautare elemente',
+ 'PluginsQuery' => 'Interogare',
+ 'PluginsFrame' => 'Sit pentru căutare',
+ 'PluginsLogo' => 'Logo',
+ 'PluginsName' => 'Nume',
+ 'PluginsSearchFields' => 'Câmpuri căutate',
+ 'PluginsAuthor' => 'Autor',
+ 'PluginsLang' => 'Limbă',
+ 'PluginsUseSite' => 'Foloseşte situl selectat pentru viitoarele căutări',
+ 'PluginsPreferredTooltip' => 'Site recommended by GCstar',
+ 'PluginDisabled' => 'Disabled',
+
+ 'BorrowersTitle' => 'Configurare împrumuturi',
+ 'BorrowersList' => 'Persoane care au împrumutat',
+ 'BorrowersName' => 'Nume',
+ 'BorrowersEmail' => 'E-mail',
+ 'BorrowersAdd' => 'Adaugă',
+ 'BorrowersRemove' => 'Şterge',
+ 'BorrowersEdit' => 'Editează',
+ 'BorrowersTemplate' => 'Şablon mail',
+ 'BorrowersSubject' => 'Subiect mail',
+ 'BorrowersNotice1' => '%1 va fi înlocuit cu numele celui care a împrumutat',
+ 'BorrowersNotice2' => '%2 va fi înlocuit cu numele filmului',
+ 'BorrowersNotice3' => '%3 va fi înlocuit cu data împrumutului',
+
+ 'BorrowersImportTitle' => 'Importă informaţiile despre cel care a împrumutat',
+ 'BorrowersImportType' => 'Format fişier:',
+ 'BorrowersImportFile' => 'Fişier:',
+
+ 'BorrowedTitle' => 'Elemente împrumutate', # Accepts model codes
+ 'BorrowedDate' => 'Din data de',
+ 'BorrowedDisplayInPanel' => 'Show item in main window', # Accepts model codes
+
+ 'MailTitle' => 'Trimite un email',
+ 'MailFrom' => 'De la: ',
+ 'MailTo' => 'Către: ',
+ 'MailSubject' => 'Subiect: ',
+ 'MailSmtpError' => 'Problemă la conectarea la serverul SMTP',
+ 'MailSendmailError' => 'Problemă la lansarea sendmail',
+
+ 'SearchTooltip' => 'Caută toate elementele', # Accepts model codes
+ 'SearchTitle' => 'Căutare element', # Accepts model codes
+ 'SearchNoField' => 'No field have been selected for the search box.
+Add some of them in the Filters tab of the collection settings.',
+
+ 'QueryReplaceField' => 'Câmp pentru înlocuire',
+ 'QueryReplaceOld' => 'Numele actual',
+ 'QueryReplaceNew' => 'Noul nume',
+ 'QueryReplaceLaunch' => 'Înlocuieşte',
+
+ 'ImportWindowTitle' => 'Selectaţi câmpurile pentru import',
+ 'ImportViewPicture' => 'Afişează imaginea',
+ 'ImportSelectAll' => 'Selectează tot',
+ 'ImportSelectNone' => 'Nu selecta nimic',
+
+ 'MultiSiteTitle' => 'Siturile folosite pentru căutări',
+ 'MultiSiteUnused' => 'Module nefolosite',
+ 'MultiSiteUsed' => 'Module ce vor fi folosite',
+ 'MultiSiteLang' => 'Umple lista cu module pentru limba engleză',
+ 'MultiSiteEmptyError' => 'Lista de situri este goală',
+ 'MultiSiteClear' => 'Şterge lista',
+
+ 'DisplayOptionsTitle' => 'Elemente afişate',
+ 'DisplayOptionsAll' => 'Selectează tot',
+ 'DisplayOptionsSearch' => 'Buton căutare',
+
+ 'GenresTitle' => 'Conversie gen',
+ 'GenresCategoryName' => 'Genul de folosit',
+ 'GenresCategoryMembers' => 'Genul de înlocuit',
+ 'GenresLoad' => 'Încarcă o listă',
+ 'GenresExport' => 'Salvează lista într-un fişier',
+ 'GenresModify' => 'Editează conversia',
+
+ 'PropertiesName' => 'Nume colecţie',
+ 'PropertiesLang' => 'Language code',
+ 'PropertiesOwner' => 'Proprietar',
+ 'PropertiesEmail' => 'Email',
+ 'PropertiesDescription' => 'Descriere',
+ 'PropertiesFile' => 'Informaţii fişier',
+ 'PropertiesFilePath' => 'Cale completă',
+ 'PropertiesItemsNumber' => 'Număr de elemente', # Accepts model codes
+ 'PropertiesFileSize' => 'Mărime',
+ 'PropertiesFileSizeSymbols' => ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
+ 'PropertiesCollection' => 'Proprietăţi colecţie',
+ 'PropertiesDefaultPicture' => 'Default picture',
+
+ 'MailProgramsTitle' => 'Programe pentru trimis mailuri',
+ 'MailProgramsName' => 'Nume',
+ 'MailProgramsCommand' => 'Linie de comandă',
+ 'MailProgramsRestore' => 'Restaurează valorile implicite',
+ 'MailProgramsAdd' => 'Adaugă un progra,',
+ 'MailProgramsInstructions' => 'În linia de comandă, unele înlocuiri sunt făcute:
+ %f este înlocuit cu adresa de mail a utilizatorului.
+ %t este înlocuit cu adresa de mail a destinatarului.
+ %s este înlocuit cu subiectul mesajului.
+ %b este înlocuit cu corpul mesajului.',
+
+ 'BookmarksBookmarks' => 'Favorite',
+ 'BookmarksFolder' => 'Director',
+ 'BookmarksLabel' => 'Etichetă',
+ 'BookmarksPath' => 'Cale',
+ 'BookmarksNewFolder' => 'Dosar nou',
+
+ 'AdvancedSearchType' => 'Tipul de căutare',
+ 'AdvancedSearchTypeAnd' => 'Elemente se potrivesc la toate criteriile', # Accepts model codes
+ 'AdvancedSearchTypeOr' => 'Elementele se potrivesc la cel puţin un criteriu', # Accepts model codes
+ 'AdvancedSearchCriteria' => 'Criteriu',
+ 'AdvancedSearchAnyField' => 'Orice câmp',
+ 'AdvancedSearchSaveTitle' => 'Save search',
+ 'AdvancedSearchSaveName' => 'Name',
+ 'AdvancedSearchSaveOverwrite' => 'A saved search already exists with that name. Please use a different one.',
+ 'AdvancedSearchUseCase' => 'Case sensitive',
+ 'AdvancedSearchIgnoreDiacritics' => 'Ignore accents and other diacritics',
+
+ 'BugReportSubject' => 'Raportare bug generată de GCstar',
+ 'BugReportVersion' => 'Versiune',
+ 'BugReportPlatform' => 'Sistem de operare',
+ 'BugReportMessage' => 'Mesaj de eroare',
+ 'BugReportInformation' => 'Informaţii adiţionale',
+
+#Statistics
+ 'StatsFieldToUse' => 'Field to use',
+ 'StatsSortByNumber' => 'Sort by number of {lowercaseX}',
+ 'StatsGenerate' => 'Generate',
+ 'StatsKindOfGraph' => 'Kind of graphic',
+ 'StatsBars' => 'Bars',
+ 'StatsPie' => 'Pie',
+ 'Stats3DPie' => '3D Pie',
+ 'StatsArea' => 'Areas',
+ 'StatsHistory' => 'History',
+ 'StatsWidth' => 'Width',
+ 'StatsHeight' => 'Height',
+ 'StatsFontSize' => 'Font size',
+ 'StatsDisplayNumber' => 'Show numbers',
+ 'StatsSave' => 'Save statistics image to a file',
+ 'StatsAccumulate' => 'Accumulate values',
+ 'StatsShowAllDates' => 'Show all dates',
+
+ 'DefaultValuesTip' => 'Values set in this window will be used as the default values when creating a new {lowercase1}',
+ );
+}
+1;