diff options
author | Jörg Frings-Fürst <jff@merkur> | 2014-07-06 15:20:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <jff@merkur> | 2014-07-06 15:20:38 +0200 |
commit | 126bb8cb6b93240bb4d3a2b816b74c286c3d422b (patch) | |
tree | e66e1dfe77d53a52539489765c88d23e4423ae27 /lib/gcstar/GCLang/RO/GCExport |
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'lib/gcstar/GCLang/RO/GCExport')
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportCSV.pm | 40 | ||||
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportExternal.pm | 38 | ||||
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportHTML.pm | 64 | ||||
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportPDB.pm | 38 | ||||
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportSQL.pm | 40 | ||||
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportTarGz.pm | 37 | ||||
-rw-r--r-- | lib/gcstar/GCLang/RO/GCExport/GCExportXML.pm | 41 |
7 files changed, 298 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; |