summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/SV/GCImport
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/SV/GCImport')
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/SV/GCImport/GCImportTellico.pm37
7 files changed, 315 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..2f3af6b
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::SV::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' => 'Var bör sökning ske',
+ 'Default' => 'Förvälj Alexandria\'s katalog',
+ 'Specified' => 'Katalog specifierad nedan',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..e4d3a17
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::SV::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' => 'Teckenkodning',
+ 'Header' => 'Ignorera första raden',
+ 'Separator' => 'Separator',
+ 'Plugin' => 'Hemsida att använda',
+ 'UseFirst' => 'Välj först en av många resultat',
+ 'SearchField' => 'Search for items using',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..112abb1
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::SV::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' => 'Mapp',
+ 'Recursive' => 'Bläddra undermappar',
+ 'Suffixes' => 'Suffix eller filändelser',
+ 'SuffixesTooltip' => 'En komma-separerad lista av suffix eller filändelser att betrakta',
+ 'Remove' => 'Att ta bort från namn',
+ 'RemoveTooltip' => 'En komma-separerad lista av ord som bör tas bort från filnamn för att skapa de hämtade filnamnen från',
+ 'Ask'=> 'Fråga',
+ 'AskEnd'=> 'Fråga alla vid slute',
+ 'AddWithoutInfo'=> 'Lägg till utan info',
+ 'DontAdd'=> 'Lägg inte till',
+ 'TakeFirst' => 'Välj först',
+ 'MultipleResult'=> 'Multiple results',
+ 'MultipleResultTooltip'=> 'What do we do when more than 1 result is return by the plugin',
+ 'RemoveWholeWord' => 'Ta enbart bort hela ord',
+ 'NoResult'=> 'Inga resultat',
+ 'NoResultTooltip'=> 'Vad skall vi göra när inga sökresultat returneras av plugin:et',
+ 'RemoveTooltipWholeWord' => 'Ord kommer enbart tas bort ifall de förekommer som ett helt ord',
+ 'RemoveRegularExpr' => 'Reguljärt uttryck',
+ 'RemoveTooltipRegularExpr' => 'Tänk på att \'Ta bort från namn\' är ett reguljärt uttryck i perl',
+ 'SkipFileAlreadyInCollection' => 'Lägg enbart till nya filer',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Lägg enbart till filer som inte redan finns i samlingen',
+ 'SkipFileNo' => 'Nej',
+ 'SkipFileFullPath' => 'based on full path',
+ 'SkipFileFileName' => 'based on file name',
+ 'SkipFileFileNameAndUpdate' => 'baserad på filnamnet (men uppdatera sökväg i samlingen)',
+ 'InfoFromFileNameRegExp' => 'Parsa filnamn med reguljärt uttryck',
+ 'InfoFromFileNameRegExpTooltip' => 'Använd detta för att införskaffa info från filnamn (tillämpat efter borttagning av ändelse). Lämna tomt ifall ej nödvändig. Kända fält: $T:Titel, $A:Alfabetisk titel, $Y:Releasedatum, $S:Säsong, $E:Episod, $N:Alfabetiskt serienamn, $x:Avsnittsnummer, $y:Totalt antal avsnitt',
+
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..aeeb60a
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::SV::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' => 'Kopiera bilder',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportList.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportList.pm
new file mode 100644
index 0000000..21079f3
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::SV::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' => 'Namnlista',
+ 'Plugin' => 'Hemsida att använda',
+ 'UseFirst' => 'Välj först en av många resultat',
+ 'CommentAuto' => 'Artikel automatiskt importerad.',
+ 'CommentSite' => 'Hemsida: ',
+ 'CommentTitle' => 'Titel: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..826765a
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::SV::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' => 'Barcode scanner',
+ 'Type' => 'Scanner type',
+ 'Local' => 'Local (used as a keyboard)',
+ 'Network' => 'Network (eg: GCstar Scanner for Android)',
+ 'Port' => 'Port to listen on',
+ 'Plugin' => 'Site to be used',
+ 'UseFirst' => 'Select first one if many results',
+ 'Waiting' => 'Waiting for barcode',
+ 'EAN' => 'Barcode',
+ 'ScanPrompt' => 'Scan an item or press on Done',
+ 'ScanOtherPrompt' => 'Scan another item or press on Done',
+ 'Previous' => '"%s" will be added.',
+ 'NothingFound' => 'Nothing was found for "%s". An empty item will be added.',
+ 'Terminate' => 'Done',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/SV/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/SV/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..3ac54f2
--- /dev/null
+++ b/lib/gcstar/GCLang/SV/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::SV::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' => 'Filen är ingen Tellico samling som stöds',
+ );
+}
+
+1;