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/BG/GCExport/GCExportCSV.pm | 40 ++++++++++++++ lib/gcstar/GCLang/BG/GCExport/GCExportExternal.pm | 38 ++++++++++++++ lib/gcstar/GCLang/BG/GCExport/GCExportHTML.pm | 64 +++++++++++++++++++++++ lib/gcstar/GCLang/BG/GCExport/GCExportPDB.pm | 38 ++++++++++++++ lib/gcstar/GCLang/BG/GCExport/GCExportSQL.pm | 40 ++++++++++++++ lib/gcstar/GCLang/BG/GCExport/GCExportTarGz.pm | 37 +++++++++++++ lib/gcstar/GCLang/BG/GCExport/GCExportXML.pm | 41 +++++++++++++++ 7 files changed, 298 insertions(+) create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportCSV.pm create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportExternal.pm create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportHTML.pm create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportPDB.pm create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportSQL.pm create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportTarGz.pm create mode 100644 lib/gcstar/GCLang/BG/GCExport/GCExportXML.pm (limited to 'lib/gcstar/GCLang/BG/GCExport') diff --git a/lib/gcstar/GCLang/BG/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportCSV.pm new file mode 100644 index 0000000..0d269e6 --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportCSV.pm @@ -0,0 +1,40 @@ +{ + package GCLang::BG::GCExport::GCExportCSV; + + use utf8; +################################################### +# +# Copyright 2005-2010 Christian Jodar +# +# This file is part of GCstar. +# +# GCstar is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# GCstar is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GCstar; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + 'Header' => 'Включително имена на полета в горната част', + 'Separator' => 'Разделител', + 'Replacement' => 'Замени разделителя с', + 'Charset' => 'Charset', + ); +} + +1; diff --git a/lib/gcstar/GCLang/BG/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportExternal.pm new file mode 100644 index 0000000..6f0cf6a --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportExternal.pm @@ -0,0 +1,38 @@ +{ + package GCLang::BG::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/BG/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportHTML.pm new file mode 100644 index 0000000..523a3ed --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportHTML.pm @@ -0,0 +1,64 @@ +{ + package GCLang::BG::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' => 'Използване Javascript', + 'FileTemplate' => 'Шаблон :', + 'Preview' => 'Предварителен изглед', + 'NoPreview' => 'Няма наличен предварителен изглед', + 'Title' => 'Заглание на страница', + 'InfoFile' => 'Списъкът на филми е във файл: ', + 'InfoDir' => 'Изображенията са в: ', + 'HeightImg' => 'Височина в (пиксели) на изображения за експортиране: ', + 'OpenFileInBrowser' => 'Отваряне на генерирания файл в уеб-четец', + 'Note' => 'Списък, генериран от GCstar', + 'InputTitle' => 'Въведете текст за търсене', + 'SearchType1' => 'Само заглавие', + 'SearchType2' => 'Пълна информация', + 'SearchButton' => 'Търсене', + 'SearchTitle' => 'Показване само на филми, отговарящи на предишните критерии', + 'AllButton' => 'Вскички', + 'AllTitle' => 'Показване на всички филми', + 'Expand' => 'Разшири всички', + 'ExpandTitle' => 'Показване на цялата информация за филми', + 'Collapse' => 'Сгъване на всички', + 'CollapseTitle' => 'Сгъване на цялата информация за филми', + 'Borrowed' => 'Взет от: ', + 'NotBorrowed' => 'Наличен', + 'Top' => 'Горна част', + 'Bottom' => 'Bottom', + ); +} + +1; diff --git a/lib/gcstar/GCLang/BG/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportPDB.pm new file mode 100644 index 0000000..49ecb10 --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportPDB.pm @@ -0,0 +1,38 @@ +{ + package GCLang::BG::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/BG/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportSQL.pm new file mode 100644 index 0000000..159da90 --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportSQL.pm @@ -0,0 +1,40 @@ +{ + package GCLang::BG::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 инструкция', + 'WithCreate' => 'Включително CREATE инструкция', + 'TableName' => 'Име на таблица', + 'InfoFile' => 'SQL файл: ', + ); +} + +1; diff --git a/lib/gcstar/GCLang/BG/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportTarGz.pm new file mode 100644 index 0000000..12f70bc --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportTarGz.pm @@ -0,0 +1,37 @@ +{ + package GCLang::BG::GCExport::GCExportTarGz; + + use utf8; +################################################### +# +# Copyright 2005-2010 Christian Jodar +# +# This file is part of GCstar. +# +# GCstar is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# GCstar is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GCstar; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + 'Info' => 'Архивът е във файл: ', + ); +} + +1; diff --git a/lib/gcstar/GCLang/BG/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/BG/GCExport/GCExportXML.pm new file mode 100644 index 0000000..c84e405 --- /dev/null +++ b/lib/gcstar/GCLang/BG/GCExport/GCExportXML.pm @@ -0,0 +1,41 @@ +{ + package GCLang::BG::GCExport::GCExportXML; + + use utf8; +################################################### +# +# Copyright 2005-2010 Christian Jodar +# +# This file is part of GCstar. +# +# GCstar is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# GCstar is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GCstar; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + 'ModelFile' => 'Файл-шаблон', + 'ModelText' => 'Текст на шаблон', + 'Models' => 'Шаблон за използване', + 'UseFile' => 'Използване на файл', + 'UseModel' => 'Използване на текстова област', + ); +} + +1; -- cgit v1.2.3