summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/ES/GCExport
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/ES/GCExport')
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/ES/GCExport/GCExportXML.pm41
7 files changed, 298 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/ES/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..f0badd4
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::ES::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' => 'Añadir títulos de columnas',
+ 'Separator' => 'Delimitador',
+ 'Replacement' => 'Reemplazar delimitador con',
+ 'Charset' => 'Codificación de caracteres',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ES/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..7c3e8c4
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::ES::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/ES/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..786d63f
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::ES::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' => 'Fichero de plantilla inválido',
+ 'UseFile' => 'Usar el fichero especificado abajo',
+ 'TemplateExternalFile' => 'Fichero de plantilla',
+ 'WithJS' => 'Utilizar Javascript',
+ 'FileTemplate' => 'Plantilla :',
+ 'Preview' => 'Vista previa',
+ 'NoPreview' => 'Vista previa no disponible',
+ 'Title' => 'Título de la página',
+ 'InfoFile' => 'El listado se encuentra en el archivo : ',
+ 'InfoDir' => 'Las imágenes se encuentran en : ',
+ 'HeightImg' => 'Altura en pixels de las imágenes a exportar : ',
+ 'OpenFileInBrowser' => 'Abrir el fichero generado en el navegador web',
+ 'Note' => 'Listado generado con <a href="http://www.gcstar.org/">GCstar</a>',
+ 'InputTitle' => 'Introduzca el texto a buscar',
+ 'SearchType1' => 'Sólo el Título',
+ 'SearchType2' => 'Toda la información',
+ 'SearchButton' => 'Buscar',
+ 'SearchTitle' => 'Mostrar sólo las películas coincidentes con los criterios anteriores',
+ 'AllButton' => 'Todas',
+ 'AllTitle' => 'Mostrar todas las películas',
+ 'Expand' => 'Todos desplegados',
+ 'ExpandTitle' => 'Mostrar la información de todas las películas',
+ 'Collapse' => 'Todos plegados',
+ 'CollapseTitle' => 'Ocultar la información de todas las películas',
+ 'Borrowed' => 'Prestatario : ',
+ 'NotBorrowed' => 'Disponible',
+ 'Top' => 'Arriba',
+ 'Bottom' => 'Abajo',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ES/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..d2716d4
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::ES::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/ES/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..bb1c0b3
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::ES::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' => 'Incluir una instrucción DROP',
+ 'WithCreate' => 'Incluir una instrucción CREATE',
+ 'TableName' => 'Nombre de la tabla',
+ 'InfoFile' => 'Fichero SQL : ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ES/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..5b42298
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::ES::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' => 'El archivo .tar.gz se encuentra en : ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/ES/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/ES/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..f2ff186
--- /dev/null
+++ b/lib/gcstar/GCLang/ES/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::ES::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' => 'Fichero modelo',
+ 'ModelText' => 'Texto de modelo',
+ 'Models' => 'Modelo a utilizar',
+ 'UseFile' => 'Especificar con un fichero',
+ 'UseModel' => 'Especificar en la zona de texto',
+ );
+}
+
+1;