summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/FR/GCImport
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/FR/GCImport')
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/FR/GCImport/GCImportTellico.pm37
7 files changed, 315 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..41971e8
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::FR::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' => 'Où rechercher :',
+ 'Default' => 'Répertoire par défaut Alexandria',
+ 'Specified' => 'Répertoire indiqué ci-dessous',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..f1d3f5d
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::FR::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' => 'Codage',
+ 'Header' => 'Ignorer la première ligne',
+ 'Separator' => 'Séparateur',
+ 'Plugin' => 'Site à utiliser',
+ 'UseFirst' => 'Choisir le 1er si plusieurs résultats',
+ 'SearchField' => 'Chercher en utilisant',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..9c0ffc4
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::FR::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' => 'Répertoire',
+ 'Recursive' => 'Parcourir les sous-répertoires',
+ 'Suffixes' => 'Suffixes ou extensions des fichiers',
+ 'SuffixesTooltip' => 'Une liste séparée par des virgules des suffixes ou extensions des fichiers à considérer',
+ 'Remove' => 'A supprimer des noms',
+ 'RemoveTooltip' => 'Une liste séparée par des virgules des mots à supprimer des noms de fichiers pour créer le nom à rechercher',
+ 'MultipleResult'=> 'Résultats multiples',
+ 'MultipleResultTooltip'=> 'Que faire si la recherche retourne plus d\'un résultat',
+ 'Ask'=> 'Demander',
+ 'AskEnd'=> 'Demander à la fin',
+ 'AddWithoutInfo'=> 'Ajouter sans informations',
+ 'DontAdd'=> 'Ne pas ajouter',
+ 'TakeFirst' => 'Choisir le premier',
+ 'NoResult'=> 'Pas de résultat',
+ 'NoResultTooltip'=> 'Que faire si la recherche ne retourne aucun résultat',
+ 'RemoveWholeWord' => 'Retirer seulement les mots entiers',
+ 'RemoveTooltipWholeWord' => 'Ne retire que des mots entiers du nom de fichier',
+ 'RemoveRegularExpr' => 'Expression regulière',
+ 'RemoveTooltipRegularExpr' => 'Considere \'A supprimer des noms\' comme une expression regulière perl',
+ 'SkipFileAlreadyInCollection' => 'N\'ajouter que les nouveaux fichiers',
+ 'SkipFileAlreadyInCollectionTooltip' => 'N\'ajouter que les nouveaux fichiers à collection',
+ 'SkipFileNo' => 'Non',
+ 'SkipFileFullPath' => 'd\'après le chemin complet',
+ 'SkipFileFileName' => 'd\'après le nom de fichier',
+ 'SkipFileFileNameAndUpdate' => 'd\'après le nom de fichier (et mettre à jour le chemin des présents)',
+ 'InfoFromFileNameRegExp' => 'Parser nom du fichier avec cette expression régulière',
+ 'InfoFromFileNameRegExpTooltip' => 'Recupère des informations du nom de fichier (appliqué après avoir enlevé l\'extention).\nLaisser vide si inutile.\nChamps reconnus : \n$T:Titre, $A:Titre Alphabetisé, $Y:Année de sortie, $S:Saison, $E:Episode, $N:Nom de série alphabetisé, $x:numero de partie, $y:nombre total de parties',
+
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..6067ec8
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::FR::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' => 'Copier les images',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportList.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportList.pm
new file mode 100644
index 0000000..2ecce7f
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::FR::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' => 'Liste de noms',
+ 'Plugin' => 'Site à utiliser',
+ 'UseFirst' => 'Choisir le 1er si plusieurs résultats',
+ 'CommentAuto' => 'Film importé automatiquement.',
+ 'CommentSite' => 'Site web : ',
+ 'CommentTitle' => 'Titre : ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..ed0a90c
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::FR::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' => 'Lecteur de codes barres',
+ 'Type' => 'Type de lecteur',
+ 'Local' => 'Local (reconnu comme un clavier)',
+ 'Network' => 'Réseau (ex : GCstar Scanner sur Android)',
+ 'Port' => 'Port à écouter',
+ 'Plugin' => 'Site à utiliser',
+ 'UseFirst' => 'Choisir le 1er si plusieurs résultats',
+ 'Waiting' => 'En attente de code barre',
+ 'EAN' => 'Code barre',
+ 'ScanPrompt' => 'Scannez un article ou pressez sur Terminer',
+ 'ScanOtherPrompt' => 'Scannez un autre article ou pressez sur Terminer',
+ 'Previous' => '"%s" va être ajouté',
+ 'NothingFound' => 'Rien n\'a été trouvé pour "%s". Un élément vide va être ajouté.',
+ 'Terminate' => 'Terminer',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/FR/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/FR/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..d0e33bb
--- /dev/null
+++ b/lib/gcstar/GCLang/FR/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::FR::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' => 'Le fichier n\'est pas un type de catalogue Tellico supporté',
+ );
+}
+
+1;