From 126bb8cb6b93240bb4d3a2b816b74c286c3d422b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Jul 2014 15:20:38 +0200 Subject: Imported Upstream version 1.7.0 --- lib/gcstar/GCLang/HU/GCExport/GCExportCSV.pm | 40 ++++++++++++++ lib/gcstar/GCLang/HU/GCExport/GCExportExternal.pm | 38 ++++++++++++++ lib/gcstar/GCLang/HU/GCExport/GCExportHTML.pm | 64 +++++++++++++++++++++++ lib/gcstar/GCLang/HU/GCExport/GCExportPDB.pm | 38 ++++++++++++++ lib/gcstar/GCLang/HU/GCExport/GCExportSQL.pm | 40 ++++++++++++++ lib/gcstar/GCLang/HU/GCExport/GCExportTarGz.pm | 37 +++++++++++++ lib/gcstar/GCLang/HU/GCExport/GCExportXML.pm | 41 +++++++++++++++ 7 files changed, 298 insertions(+) create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportCSV.pm create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportExternal.pm create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportHTML.pm create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportPDB.pm create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportSQL.pm create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportTarGz.pm create mode 100644 lib/gcstar/GCLang/HU/GCExport/GCExportXML.pm (limited to 'lib/gcstar/GCLang/HU/GCExport') diff --git a/lib/gcstar/GCLang/HU/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportCSV.pm new file mode 100644 index 0000000..0e08963 --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportCSV.pm @@ -0,0 +1,40 @@ +{ + package GCLang::HU::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' => 'Mezőnevek beszúrása a fejlécbe', + 'Separator' => 'Elválasztó', + 'Replacement' => 'Az elválasztó cseréje erre', + 'Charset' => 'Karakterkódolás', + ); +} + +1; diff --git a/lib/gcstar/GCLang/HU/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportExternal.pm new file mode 100644 index 0000000..89afafe --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportExternal.pm @@ -0,0 +1,38 @@ +{ + package GCLang::HU::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/HU/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportHTML.pm new file mode 100644 index 0000000..7cc28be --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportHTML.pm @@ -0,0 +1,64 @@ +{ + package GCLang::HU::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' => 'Érvénytelen sablonfájl', + 'UseFile' => 'Alább megadott fájl használata', + 'WithJS' => 'Javascript használata', + 'FileTemplate' => 'Sablon', + 'Preview' => 'Előnézet', + 'NoPreview' => 'Előnézet nem elérhető', + 'TemplateExternalFile' => 'Sablonfájl', + 'Title' => 'Oldal címe', + 'InfoFile' => 'Filmlista ebben a fájlban: ', + 'InfoDir' => 'Képek itt: ', + 'HeightImg' => 'Az exportálandó képek magassága (pixelekben)', + 'OpenFileInBrowser' => 'A létrehozott fájl megnyitása webböngészőben', + 'Note' => 'A lista létrehozva a következővel GCstar', + 'InputTitle' => 'Szöveg keresése', + 'SearchType1' => 'Csak cím', + 'SearchType2' => 'Teljes információ', + 'SearchButton' => 'Keresés', + 'SearchTitle' => 'Csak a kritériumoknak megfelelő filmek mutatása', + 'AllButton' => 'Mind', + 'AllTitle' => 'Minden film mutatása', + 'Expand' => 'Több', + 'ExpandTitle' => 'Bővített filminformációk mutatása', + 'Collapse' => 'Kevesebb', + 'CollapseTitle' => 'Összevont filminformációk mutatása', + 'Borrowed' => 'Kölcsönvéve: ', + 'NotBorrowed' => 'Elérhető', + 'Top' => 'Fennt', + 'Bottom' => 'Lennt', + ); +} + +1; diff --git a/lib/gcstar/GCLang/HU/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportPDB.pm new file mode 100644 index 0000000..84003b2 --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportPDB.pm @@ -0,0 +1,38 @@ +{ + package GCLang::HU::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/HU/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportSQL.pm new file mode 100644 index 0000000..8f60cb8 --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportSQL.pm @@ -0,0 +1,40 @@ +{ + package GCLang::HU::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' => 'DROP utasítás beszúrása', + 'WithCreate' => 'CREATE utasítás beszúrása', + 'TableName' => 'Tábla név', + 'InfoFile' => 'SQL fájl: ', + ); +} + +1; diff --git a/lib/gcstar/GCLang/HU/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportTarGz.pm new file mode 100644 index 0000000..0000c41 --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportTarGz.pm @@ -0,0 +1,37 @@ +{ + package GCLang::HU::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' => 'Archivum a fájban: ', + ); +} + +1; diff --git a/lib/gcstar/GCLang/HU/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/HU/GCExport/GCExportXML.pm new file mode 100644 index 0000000..44007b3 --- /dev/null +++ b/lib/gcstar/GCLang/HU/GCExport/GCExportXML.pm @@ -0,0 +1,41 @@ +{ + package GCLang::HU::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' => 'Sablon fájl', + 'ModelText' => 'Sablon szöveg', + 'Models' => 'Használandó sablon', + 'UseFile' => 'Fájl használata', + 'UseModel' => 'Szöveges terület használata', + ); +} + +1; -- cgit v1.2.3