summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/CA/GCImport
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/CA/GCImport')
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportCSV.pm43
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/CA/GCImport/GCImportTellico.pm37
7 files changed, 316 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/CA/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..9a14b8f
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::CA::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' => 'On l\'hauria de cercar',
+ 'Default' => 'Directori predeterminat d\'Alexandria',
+ 'Specified' => 'Directori especificat a sota',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/CA/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..d85084f
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportCSV.pm
@@ -0,0 +1,43 @@
+{
+ package GCLang::CA::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' => 'Joc de caràcters',
+ 'Header' => 'Ignora la primera línia',
+ 'Separator' => 'Delimitador',
+ 'Plugin' => 'Lloc a utilitzar',
+ 'UseFirst' => 'Selecciona el primer si hi ha molts resultats',
+ 'SearchField' => 'Cercar articles mitjançant',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/CA/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..5e17dde
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::CA::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' => 'Carpeta',
+ 'Recursive' => 'Navega per sub-carpetes',
+ 'Suffixes' => 'Sufixes o extensions dels fitxers',
+ 'SuffixesTooltip' => 'Una llista separada per comes de sufixes o extensions de fitxters a considerar',
+ 'Remove' => 'Per ser borrats dels noms',
+ 'RemoveTooltip' => 'Una llista separada per comes de paraules que haurien de ser borrades dels noms de fitxers per a crear els noms que es desen',
+ 'Ask'=> 'Pregunta',
+ 'AskEnd'=> 'Pregunta al final',
+ 'AddWithoutInfo'=> 'Afegeix sense informació',
+ 'DontAdd'=> 'No afegeixis',
+ 'TakeFirst' => 'Selecciona primer',
+ 'MultipleResult'=> 'Ignora quan hi ha més d\'un resultat',
+ 'MultipleResultTooltip'=> 'El fitxer s\'afegirà sense recollir la informació si hi ha més d\'un resutat',
+ 'RemoveWholeWord' => 'Elimina només paraules senceres',
+ 'NoResult'=> 'Sense resultats',
+ 'NoResultTooltip'=> 'Què feim quan no es retorna un resultat',
+ 'RemoveTooltipWholeWord' => 'Les paraules s\'eliminaran només si apareixen com paraules senceres',
+ 'RemoveRegularExpr' => 'Expressió regular',
+ 'RemoveTooltipRegularExpr' => 'Es considera que \'Esser eliminat dels noms\' és una expressió regular',
+ 'SkipFileAlreadyInCollection' => 'Només afegeix fitxers nous',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Només afegeix fitxers que encara no estiguin en la col·lecció',
+ 'SkipFileNo' => 'No',
+ 'SkipFileFullPath' => 'basat en el camí cencer',
+ 'SkipFileFileName' => 'basat en el nom del fitxer',
+ 'SkipFileFileNameAndUpdate' => 'basat en el nom del fitxer (però actualitza el camí a la col·lecció)',
+ 'InfoFromFileNameRegExp' => 'Analitza el nom de fitxer amb aquesta expressió regular',
+ 'InfoFromFileNameRegExpTooltip' => 'Utilitza aquest per treure informació del nom de fitxer (després d\'eliminar l\'extensió). Deixa-ho buid si no fa falta. Camps coneguts: $T:Títol, $A:Títol alfabetitzat, $Y:Data de sortida, $S:Temporada, $E:Episodi, $N:Nom alfabetitzat de la sèrie , $x:Número de part, $y: Número total de parts',
+
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/CA/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..e1b7eef
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::CA::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' => 'Copia les imatges',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/CA/GCImport/GCImportList.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportList.pm
new file mode 100644
index 0000000..ad17559
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::CA::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' => 'Llista de noms',
+ 'Plugin' => 'Lloc a utilitzar',
+ 'UseFirst' => 'Selecciona el primer si hi ha molts resultats',
+ 'CommentAuto' => 'Element importat automàticament.',
+ 'CommentSite' => 'Lloc web: ',
+ 'CommentTitle' => 'Títol: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/CA/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..6fe44a9
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::CA::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/CA/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/CA/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..0d2469c
--- /dev/null
+++ b/lib/gcstar/GCLang/CA/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::CA::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' => 'El fitxer no és una colecció Tellico compatible',
+ );
+}
+
+1;