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 --- .../GCLang/DE/GCImport/GCImportAlexandria.pm | 39 +++++++++++++ lib/gcstar/GCLang/DE/GCImport/GCImportCSV.pm | 42 +++++++++++++ lib/gcstar/GCLang/DE/GCImport/GCImportFolder.pm | 68 ++++++++++++++++++++++ lib/gcstar/GCLang/DE/GCImport/GCImportGCstar.pm | 37 ++++++++++++ lib/gcstar/GCLang/DE/GCImport/GCImportList.pm | 42 +++++++++++++ lib/gcstar/GCLang/DE/GCImport/GCImportScanner.pm | 50 ++++++++++++++++ lib/gcstar/GCLang/DE/GCImport/GCImportTellico.pm | 37 ++++++++++++ 7 files changed, 315 insertions(+) create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportAlexandria.pm create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportCSV.pm create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportFolder.pm create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportGCstar.pm create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportList.pm create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportScanner.pm create mode 100644 lib/gcstar/GCLang/DE/GCImport/GCImportTellico.pm (limited to 'lib/gcstar/GCLang/DE/GCImport') diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportAlexandria.pm new file mode 100644 index 0000000..d6bf1f7 --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportAlexandria.pm @@ -0,0 +1,39 @@ +{ + package GCLang::DE::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' => 'Wo soll gesucht werden', + 'Default' => 'Vorgabeverzeichnis von Alexandria', + 'Specified' => 'Verzeichnis wie unten angegeben', + ); +} + +1; diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportCSV.pm new file mode 100644 index 0000000..4d0b19c --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportCSV.pm @@ -0,0 +1,42 @@ +{ + package GCLang::DE::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' => 'Zeichenkodierung', + 'Header' => 'Erste Zeile ignorieren', + 'Separator' => 'Feldtrenner', + 'Plugin' => 'Zu verwendende Seite', + 'UseFirst' => 'Bei mehreren Ergebnissen erstes verwenden', + 'SearchField' => 'verwende dieses Feld für die Suche', + ); +} + +1; diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportFolder.pm new file mode 100644 index 0000000..6ca92e0 --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportFolder.pm @@ -0,0 +1,68 @@ +{ + package GCLang::DE::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' => 'Ordner', + 'Recursive' => 'Unterordner durchsuchen', + 'Suffixes' => 'Suffix oder Dateiendung der Dateien', + 'SuffixesTooltip' => 'Eine kommaseparierte Liste von in Frage kommenden Suffixen oder Dateiendungen', + 'Remove' => 'Von den Namen zu entfernen', + 'RemoveTooltip' => 'Eine kommaseparierte Liste on Wörtern, die aus den Dateinamen entfernt werden sollen um die Namen zu bestimmen', + 'Ask'=> 'Nachfragen', + 'AskEnd'=> 'Nachfragen nach dem Sammeln aller Informationen', + 'AddWithoutInfo'=> 'Ohne Informationen hinzufügen', + 'DontAdd'=> 'Nicht hinzufügen', + 'TakeFirst' => 'Erstes verwenden', + 'MultipleResult'=> 'Mehrere Ergebnisse', + 'MultipleResultTooltip'=> 'Vorgehensweise wenn das Plugin mehr als ein Ergebnis liefert', + 'RemoveWholeWord' => 'Nur ganze Wörter entfernen', + 'NoResult'=> 'Keine Ergebnisse', + 'NoResultTooltip'=> 'Vorgehensweise wenn das Plugin kein Ergebnis liefert', + 'RemoveTooltipWholeWord' => 'Wörter entfernen wenn sie als gesamtes Wort erscheinen', + 'RemoveRegularExpr' => 'Reguläre Ausdrücke', + 'RemoveTooltipRegularExpr' => 'Zähle \'To be removed from names\' als regulären Perl Ausdruck', + 'SkipFileAlreadyInCollection' => 'Nur unbekannte Dateien hinzufügen', + 'SkipFileAlreadyInCollectionTooltip' => 'Nur Dateien hinzufügen, die nicht Teil der Sammlung sind', + 'SkipFileNo' => 'Nein', + 'SkipFileFullPath' => 'basierend auf kompletten Pfad', + 'SkipFileFileName' => 'basierend auf komplettem Pfad', + 'SkipFileFileNameAndUpdate' => 'basierend auf komplettem Pfad (neuen Pfad für bewegte Dateien eintragen)', + 'InfoFromFileNameRegExp' => 'Verarbeite Dateinamen mit diesem regulären Ausdruck', + 'InfoFromFileNameRegExpTooltip' => 'Nachfolgende Informationen können für die Verarbeitugn verwendet werden (nach dem Entfernen der Dateiendung).\nLeer lassen, wenn nicht benötigt wird.\nBekannte Felder: \n$T:Titel, $A:Alphabetisierte Titel, $Y:Veröffentlichungsdatum, $S:Jahrgang, $E:Episode, $N:Alphabetisierter Serienname, $x:Nummer der Folge, $y: Anzahl Gesamtfolgen', + + ); + + # As this plugin shares some values with ImportList, it adds them from it + importTranslation('List'); +} + +1; diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportGCstar.pm new file mode 100644 index 0000000..e31bb99 --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportGCstar.pm @@ -0,0 +1,37 @@ +{ + package GCLang::DE::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' => 'Kopiere Bilder', + ); +} + +1; diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportList.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportList.pm new file mode 100644 index 0000000..6f5be27 --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportList.pm @@ -0,0 +1,42 @@ +{ + package GCLang::DE::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' => 'Titelliste', + 'Plugin' => 'Zu verwendende Seite', + 'UseFirst' => 'Bei mehreren Ergebnissen erstes verwenden', + 'CommentAuto' => 'Element automatisch importiert.', + 'CommentSite' => 'Webseite: ', + 'CommentTitle' => 'Titel: ', + ); +} + +1; diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportScanner.pm new file mode 100644 index 0000000..8610ac6 --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportScanner.pm @@ -0,0 +1,50 @@ +{ + package GCLang::DE::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' => 'Barcodescanner', + 'Type' => 'Art des Scanners', + 'Local' => 'Lokal (Tastaturersatz)', + 'Network' => 'Netzwerk (z.B.: GCstar Scanner for Android)', + 'Port' => 'zu nutzender Port', + 'Plugin' => 'zu nutzende Website', + 'UseFirst' => 'Verwende erstes von mehreren Ergebnissen', + 'Waiting' => 'Warte auf Barcode', + 'EAN' => 'Barcode', + 'ScanPrompt' => 'Element scannen oder Vorgang beenden', + 'ScanOtherPrompt' => 'Ein anderes Element scannen oder Vorgang beenden', + 'Previous' => '"%s" wird hinzugefügt.', + 'NothingFound' => 'Für "%s" wurde nichts gefunden. Ein leeres Element wird hinzugefügt.', + 'Terminate' => 'Vorgang beenden', + ); +} + +1; diff --git a/lib/gcstar/GCLang/DE/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/DE/GCImport/GCImportTellico.pm new file mode 100644 index 0000000..1a3e773 --- /dev/null +++ b/lib/gcstar/GCLang/DE/GCImport/GCImportTellico.pm @@ -0,0 +1,37 @@ +{ + package GCLang::DE::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' => 'Datei ist keine Tellico Video-Sammlung', + ); +} + +1; -- cgit v1.2.3