From: <ce...@us...> - 2012-05-31 03:49:39
|
Revision: 9602 http://xoops.svn.sourceforge.net/xoops/?rev=9602&view=rev Author: cesag Date: 2012-05-31 03:49:31 +0000 (Thu, 31 May 2012) Log Message: ----------- add of french translation of mysearch 1.2 Added Paths: ----------- XoopsLanguages/french/modules/mysearch/ XoopsLanguages/french/modules/mysearch/mysearch 1.2/ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/admin.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/blocks.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/help.html XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/index.html XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/index.html XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/main.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/modinfo.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/admin.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/blocks.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/help.html XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/index.html XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/index.html XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/main.php XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/modinfo.php Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/admin.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/admin.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/admin.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,84 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // + +define("_AM_MYSEARCH_DBUPDATED","La base de données a été mise à jour avec succès"); +define("_AM_MYSEARCH_GENERALSET", "Options du module" ); +define("_AM_MYSEARCH_GOTOMOD","Aller au module"); +define("_AM_MYSEARCH_MODULEADMIN","Administration du module"); +define("_AM_MYSEARCH_STATS","Recherches statistiques (%d mots enregistrés)"); + +define("_AM_MYSEARCH_ID","ID"); +define("_AM_MYSEARCH_KEYWORD","Mots recherchés"); +define("_AM_MYSEARCH_KEYWORDS","Mots recherchés par jour"); +define("_AM_MYSEARCH_USER","Utilisateur"); +define("_AM_MYSEARCH_DATE","Date"); +define("_AM_MYSEARCH_MOST_SEARCH","Mots les plus recherchés"); +define("_AM_MYSEARCH_HITS","Demandes"); +define("_AM_MYSEARCH_BIGGEST_USERS","Plus grands utilisateurs de la recherche"); +define("_AM_MYSEARCH_DAY_STATS","Statistiques quotidiennes"); +define("_AM_MYSEARCH_USE","Demandes"); + +define("_AM_MYSEARCH_PRUNE","Trier"); +define("_AM_MYSEARCH_PRUNE_DATE","Trier les mots-clés avant : "); +define("_AM_MYSEARCH_PRUNE_KEYONLY","ou retirer seulement ce mot : "); +define("_AM_MYSEARCH_PRUNE_DESC","Si vous ne tapez pas de mot, le script triera par date"); +define("_AM_MYSEARCH_PRUNE_CONFIRM","Confirmez-vous la suppression des %u éléments ?"); +define("_AM_MYSEARCH_NOTHING_PRUNE","Rien à supprimer"); +define("_AM_MYSEARCH_EXPORT","Exportation"); +define('_AM_MYSEARCH_EXPORT_BETWEEN', 'Recherches exportées entre'); +define('_AM_MYSEARCH_EXPORT_AND'," et "); +define("_AM_MYSEARCH_DATE_FORMAT","Format de date (au format PHP)"); +define("_AM_MYSEARCH_DELIMITER","Délimiteur de champs"); +define("_AM_MYSEARCH_EXPORT_ERROR","Erreur, impossible de créer le fichier d'exportation %s"); +define('_AM_MYSEARCH_EXPORT_READY', "Votre fichier d'exportation est disponible. <br /> <a href='%s'> cliquez ici pour le télécharger</a>. < br / > n'oubliez pas de <a href='%s'> le supprimer</a> une fois que vous avez terminé."); +define('_AM_MYSEARCH_DELETED_OK',"Le fichier a été supprimé"); +define('_AM_MYSEARCH_DELETED_PB',"Erreur, impossible de supprimer le fichier"); +define("_AM_MYSEARCH_NOTHING_TO_EXPORT","Rien à exporter !"); +define("_AM_MYSEARCH_DELETE","Supprimer"); +define("_AM_MYSEARCH_BLACKLIST","Liste noire"); +define("_AM_MYSEARCH_ACTION","Action"); +define("_AM_MYSEARCH_AREYOUSURE","En êtes-vous sûr?"); +define('_AM_MYSEARCH_BLACKLIST_DESC',"Les mots dans cette liste ne seront pas enregistrés pendant la recherche"); +define('_AM_MYSEARCH_BLACKLIST_ADD',"Ajouter"); +define('_AM_MYSEARCH_BLACKLIST_ADD_DSC',"Entrez les mots à ajouter dans la liste <br />(un mot par ligne)"); +define('_AM_MYSEARCH_IP',"IP"); +define('_AM_MYSEARCH_FILTER_BY',"Filtrer par"); + +define("_AM_MYSEARCH_BY","Par"); +define("_AM_MYSEARCH_DESC","Description"); +define("_AM_MYSEARCH_CREDITS","Remerciements"); +define("_AM_MYSEARCH_CONTRIBUTORS","Contributeurs"); +define("_AM_MYSEARCH_DEVELOPERS","Développeurs"); +define("_AM_MYSEARCH_TESTERS","Testeurs"); +define("_AM_MYSEARCH_TRANSLATIONS","Traducteurs"); +define("_AM_MYSEARCH_EMAIL","Messagerie"); +define("_AM_MYSEARCH_MODDEVDET","Détails"); +define("_AM_MYSEARCH_RELEASEDATE","Date de sortie"); +define("_AM_MYSEARCH_STATUS","Statut"); +define("_AM_MYSEARCH_OFCSUPORTSITE","Site de support"); + +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/blocks.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/blocks.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/blocks.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,30 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // +define('_MB_MYSEARCH_SEARCH','Recherche'); +define('_MB_MYSEARCH_ADVS','Recherche avancée'); +define('_MB_MYSEARCH_AJAX_WORKING','Patientez...'); +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/help.html =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/help.html (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/help.html 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,23 @@ +<div id="help-template" class="outer"> + <h1 class="head">Help: + <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/mysearch/admin/index.php" title="Retour à l'administration de MySearch"> + MySearch <img src="<{xoAdminIcons home.png}>" alt="Retour à l'administration de MySearch"/></a></h1> + <!-- -----Help Content ---------- --> + <h4 class="odd">Description</h4> + + <p class="even">Avec ce module, vous pouvez apprendre ce que cherchent les personnes qui consultent votre site Web.</p> + <h4 class="odd">Installation/désinstallation</h4> + + <p>Aucune mesure spéciale n'est nécessaire, suivez la procédure d'installation standard - envoyez le dossier /mysearch dans + ../modules . Installez le module via Admin -> Système -> Modules.</p> + + <p>Des instructions détaillées sur l'installation du module sont disponibles dans le + <a href="http://goo.gl/adT2i" title="Manuel des opérations de XOOPS">Manuel des opérations de XOOPS</a></p> + + + <h4 class="odd">Tutoriel</h4> + + <p class="even">Aucun tutoriel n'est actuellement disponible.</p> + <!-- -----Help Content ---------- --> + <!-- -----Traduction faite par Cesag pour frxoops.org le 31 Mai 2012 ---------- --> +</div> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/index.html =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/index.html (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/help/index.html 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1 @@ +<script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/index.html =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/index.html (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/index.html 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/main.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/main.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/main.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,51 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // + +define('_MA_MYSEARCH_DATE',"Date"); +define('_MA_MYSEARCH_KEYWORD',"Mots recherchés"); +define('_MA_MYSEARCH_PAGE',"Page"); + +define("_MA_MYSEARCH_SEARCH","Recherche"); +define("_MA_MYSEARCH_PLZENTER","Veuillez entrer toutes les données requises !"); +define("_MA_MYSEARCH_SEARCHRESULTS","Résultats de la recherche"); +define("_MA_MYSEARCH_NOMATCH","Aucune correspondance trouvée pour votre requête"); +define("_MA_MYSEARCH_FOUND","<b>%s</b> correspondance(s) trouvée(s)"); +define("_MA_MYSEARCH_SHOWING","(%d -%d affichés)"); +define("_MA_MYSEARCH_ANY","Quelques uns (OU)"); +define("_MA_MYSEARCH_ALL","Tous (ET)"); +define("_MA_MYSEARCH_EXACT","Correspondance exacte"); +define("_MA_MYSEARCH_SHOWALLR","Afficher tous les résultats"); +define("_MA_MYSEARCH_NEXT","Suivant >>"); +define("_MA_MYSEARCH_PREVIOUS","<< Précédent"); +define("_MA_MYSEARCH_KEYWORDS","Mots clés"); +define("_MA_MYSEARCH_TYPE","Type"); +define("_MA_MYSEARCH_SEARCHIN","Rechercher dans"); +define('_MA_MYSEARCH_KEYTOOSHORT', 'Les mots clés doivent avoir au moins <b>%s</b> caractères'); +define('_MA_MYSEARCH_KEYIGNORE', 'Les mots clés plus courts que <b>%s</b> caractères seront ignorés'); +define('_MA_MYSEARCH_SEARCHRULE', 'Mode de recherche'); +define('_MA_MYSEARCH_IGNOREDWORDS', 'Les mots suivants sont plus courts que le minimum de la longueur permise (%u signes) et n\'étaient pas inclus dans votre recherche :'); +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/modinfo.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/modinfo.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french/modinfo.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,64 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // + +define('_MI_MYSEARCH_NAME',"Ma recherche"); +define('_MI_MYSEARCH_DESC',"Avec ce module, vous pouvez apprendre ce que cherchent les personnes sur votre site Web."); + + +define('_MI_MYSEARCH_ADMMENU1',"Statistiques"); +define('_MI_MYSEARCH_ADMMENU2',"Trier"); +define('_MI_MYSEARCH_ADMMENU3',"Exportation"); +define('_MI_MYSEARCH_ADMMENU4',"Liste noire"); +define('_MI_MYSEARCH_ADMMENU5',"À propos"); + +define('_MI_MYSEARCH_OPT0',"Nombre de recherches à afficher sur la page d'index du module"); +define('_MI_MYSEARCH_OPT0_DSC',"Sélectionnez le nombre de recherches que les utilisateurs peuvent voir sur la page d'index du module (0 = montrer rien)"); + +define('_MI_MYSEARCH_OPT1',"Groupes que vous ne souhaitez pas enregistrer"); +define('_MI_MYSEARCH_OPT1_DSC',"Toutes les recherches faites par les personnes qui sont dans ces groupes ne seront pas enregistrées"); + +define('_MI_MYSEARCH_OPT2',"Nombre de mots clés visibles dans l'administration"); +define('_MI_MYSEARCH_OPT2_DSC',""); + +define('_MI_MYSEARCH_BNAME1',"Dernières recherches"); +define('_MI_MYSEARCH_BNAME2',"Plus grands utilisateurs de la recherche"); +define('_MI_MYSEARCH_BNAME3',"Statistiques"); +define('_MI_MYSEARCH_BNAME4',"Recherche Ajax"); + +// Added by Lankford on 2007/8/15 +define('_MI_MYSEARCH_DO_DEEP_SEARCH', "Activer la recherche « appronfondie » ?"); +define('_MI_MYSEARCH_DO_DEEP_SEARCH_DSC', "Vous désirez que votre page de résultats de recherche initiale indique combien de résultats ont été trouvés dans chaque module ? Note : cette activation peut ralentir le processus de recherche !"); +define('_MI_MYSEARCH_INIT_SRCH_RSLTS', "Nombre de résultats de recherche initial : (pour la recherche « simple »)"); +define('_MI_MYSEARCH_INIT_SRCH_RSLTS_DSC', "Les recherches « simples » sont faites plus rapidement en limitant les résultats qui sont retournés pour chaque module sur la page de recherche initiale."); +define('_MI_MYSEARCH_MDL_SRCH_RESULTS', "Nombre de résultats par page :"); +define('_MI_MYSEARCH_MDL_SRCH_RESULTS_DSC', "Cela détermine le nombre de visites par page qui sont apparues après l'exploration dans les résultats de la recherche d'un module particulier."); + +define('_MI_MYSEARCH_MIN_SEARCH', 'Longueur minimum du mot-clé'); +define('_MI_MYSEARCH_MIN_SEARCH_DSC', 'Entrer la longueur de mot-clé minimum que les utilisateurs sont tenus d\'entrer pour effectuer la recherche'); + +define('_MI_MYSEARCH_ADMIN0',"Accueil"); +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/admin.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/admin.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/admin.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,84 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // + +define("_AM_MYSEARCH_DBUPDATED","La base de donn\xE9es a \xE9t\xE9 mise \xE0 jour avec succ\xE8s"); +define("_AM_MYSEARCH_GENERALSET", "Options du module" ); +define("_AM_MYSEARCH_GOTOMOD","Aller au module"); +define("_AM_MYSEARCH_MODULEADMIN","Administration du module"); +define("_AM_MYSEARCH_STATS","Recherches statistiques (%d mots enregistr\xE9s)"); + +define("_AM_MYSEARCH_ID","ID"); +define("_AM_MYSEARCH_KEYWORD","Mots recherch\xE9s"); +define("_AM_MYSEARCH_KEYWORDS","Mots recherch\xE9s par jour"); +define("_AM_MYSEARCH_USER","Utilisateur"); +define("_AM_MYSEARCH_DATE","Date"); +define("_AM_MYSEARCH_MOST_SEARCH","Mots les plus recherch\xE9s"); +define("_AM_MYSEARCH_HITS","Demandes"); +define("_AM_MYSEARCH_BIGGEST_USERS","Plus grands utilisateurs de la recherche"); +define("_AM_MYSEARCH_DAY_STATS","Statistiques quotidiennes"); +define("_AM_MYSEARCH_USE","Demandes"); + +define("_AM_MYSEARCH_PRUNE","Trier"); +define("_AM_MYSEARCH_PRUNE_DATE","Trier les mots-cl\xE9s avant : "); +define("_AM_MYSEARCH_PRUNE_KEYONLY","ou retirer seulement ce mot : "); +define("_AM_MYSEARCH_PRUNE_DESC","Si vous ne tapez pas de mot, le script triera par date"); +define("_AM_MYSEARCH_PRUNE_CONFIRM","Confirmez-vous la suppression des %u \xE9l\xE9ments ?"); +define("_AM_MYSEARCH_NOTHING_PRUNE","Rien \xE0 supprimer"); +define("_AM_MYSEARCH_EXPORT","Exportation"); +define('_AM_MYSEARCH_EXPORT_BETWEEN', 'Recherches export\xE9es entre'); +define('_AM_MYSEARCH_EXPORT_AND'," et "); +define("_AM_MYSEARCH_DATE_FORMAT","Format de date (au format PHP)"); +define("_AM_MYSEARCH_DELIMITER","D\xE9limiteur de champs"); +define("_AM_MYSEARCH_EXPORT_ERROR","Erreur, impossible de cr\xE9er le fichier d'exportation %s"); +define('_AM_MYSEARCH_EXPORT_READY', "Votre fichier d'exportation est disponible. <br /> <a href='%s'> cliquez ici pour le t\xE9l\xE9charger</a>. < br / > n'oubliez pas de <a href='%s'> le supprimer</a> une fois que vous avez termin\xE9."); +define('_AM_MYSEARCH_DELETED_OK',"Le fichier a \xE9t\xE9 supprim\xE9"); +define('_AM_MYSEARCH_DELETED_PB',"Erreur, impossible de supprimer le fichier"); +define("_AM_MYSEARCH_NOTHING_TO_EXPORT","Rien \xE0 exporter !"); +define("_AM_MYSEARCH_DELETE","Supprimer"); +define("_AM_MYSEARCH_BLACKLIST","Liste noire"); +define("_AM_MYSEARCH_ACTION","Action"); +define("_AM_MYSEARCH_AREYOUSURE","En \xEAtes-vous s\xFBr?"); +define('_AM_MYSEARCH_BLACKLIST_DESC',"Les mots dans cette liste ne seront pas enregistr\xE9s pendant la recherche"); +define('_AM_MYSEARCH_BLACKLIST_ADD',"Ajouter"); +define('_AM_MYSEARCH_BLACKLIST_ADD_DSC',"Entrez les mots \xE0 ajouter dans la liste <br />(un mot par ligne)"); +define('_AM_MYSEARCH_IP',"IP"); +define('_AM_MYSEARCH_FILTER_BY',"Filtrer par"); + +define("_AM_MYSEARCH_BY","Par"); +define("_AM_MYSEARCH_DESC","Description"); +define("_AM_MYSEARCH_CREDITS","Remerciements"); +define("_AM_MYSEARCH_CONTRIBUTORS","Contributeurs"); +define("_AM_MYSEARCH_DEVELOPERS","D\xE9veloppeurs"); +define("_AM_MYSEARCH_TESTERS","Testeurs"); +define("_AM_MYSEARCH_TRANSLATIONS","Traducteurs"); +define("_AM_MYSEARCH_EMAIL","Messagerie"); +define("_AM_MYSEARCH_MODDEVDET","D\xE9tails"); +define("_AM_MYSEARCH_RELEASEDATE","Date de sortie"); +define("_AM_MYSEARCH_STATUS","Statut"); +define("_AM_MYSEARCH_OFCSUPORTSITE","Site de support"); + +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/blocks.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/blocks.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/blocks.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,30 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // +define('_MB_MYSEARCH_SEARCH','Recherche'); +define('_MB_MYSEARCH_ADVS','Recherche avanc\xE9e'); +define('_MB_MYSEARCH_AJAX_WORKING','Patientez...'); +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/help.html =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/help.html (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/help.html 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,23 @@ +<div id="help-template" class="outer"> + <h1 class="head">Help: + <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/mysearch/admin/index.php" title="Retour \xE0 l'administration de MySearch"> + MySearch <img src="<{xoAdminIcons home.png}>" alt="Retour \xE0 l'administration de MySearch"/></a></h1> + <!-- -----Help Content ---------- --> + <h4 class="odd">Description</h4> + + <p class="even">Avec ce module, vous pouvez apprendre ce que cherchent les personnes qui consultent votre site Web.</p> + <h4 class="odd">Installation/désinstallation</h4> + + <p>Aucune mesure spéciale n'est nécessaire, suivez la procédure d'installation standard - envoyez le dossier /mysearch dans + ../modules . Installez le module via Admin -> Système -> Modules.</p> + + <p>Des instructions détaillées sur l'installation du module sont disponibles dans le + <a href="http://goo.gl/adT2i" title="Manuel des opérations de XOOPS">Manuel des opérations de XOOPS</a></p> + + + <h4 class="odd">Tutoriel</h4> + + <p class="even">Aucun tutoriel n'est actuellement disponible.</p> + <!-- -----Help Content ---------- --> + <!-- -----Traduction faite par Cesag pour frxoops.org le 31 Mai 2012 ---------- --> +</div> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/index.html =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/index.html (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/help/index.html 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1 @@ +<script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/index.html =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/index.html (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/index.html 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/main.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/main.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/main.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,51 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // + +define('_MA_MYSEARCH_DATE',"Date"); +define('_MA_MYSEARCH_KEYWORD',"Mots recherch\xE9s"); +define('_MA_MYSEARCH_PAGE',"Page"); + +define("_MA_MYSEARCH_SEARCH","Recherche"); +define("_MA_MYSEARCH_PLZENTER","Veuillez entrer toutes les donn\xE9es requises !"); +define("_MA_MYSEARCH_SEARCHRESULTS","R\xE9sultats de la recherche"); +define("_MA_MYSEARCH_NOMATCH","Aucune correspondance trouv\xE9e pour votre requ\xEAte"); +define("_MA_MYSEARCH_FOUND","<b>%s</b> correspondance(s) trouv\xE9e(s)"); +define("_MA_MYSEARCH_SHOWING","(%d -%d affich\xE9s)"); +define("_MA_MYSEARCH_ANY","Quelques uns (OU)"); +define("_MA_MYSEARCH_ALL","Tous (ET)"); +define("_MA_MYSEARCH_EXACT","Correspondance exacte"); +define("_MA_MYSEARCH_SHOWALLR","Afficher tous les r\xE9sultats"); +define("_MA_MYSEARCH_NEXT","Suivant >>"); +define("_MA_MYSEARCH_PREVIOUS","<< Pr\xE9c\xE9dent"); +define("_MA_MYSEARCH_KEYWORDS","Mots cl\xE9s"); +define("_MA_MYSEARCH_TYPE","Type"); +define("_MA_MYSEARCH_SEARCHIN","Rechercher dans"); +define('_MA_MYSEARCH_KEYTOOSHORT', 'Les mots cl\xE9s doivent avoir au moins <b>%s</b> caract\xE8res'); +define('_MA_MYSEARCH_KEYIGNORE', 'Les mots cl\xE9s plus courts que <b>%s</b> caract\xE8res seront ignor\xE9s'); +define('_MA_MYSEARCH_SEARCHRULE', 'Mode de recherche'); +define('_MA_MYSEARCH_IGNOREDWORDS', 'Les mots suivants sont plus courts que le minimum de la longueur permise (%u signes) et n\'\xE9taient pas inclus dans votre recherche :'); +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> \ No newline at end of file Added: XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/modinfo.php =================================================================== --- XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/modinfo.php (rev 0) +++ XoopsLanguages/french/modules/mysearch/mysearch 1.2/french_iso/modinfo.php 2012-05-31 03:49:31 UTC (rev 9602) @@ -0,0 +1,64 @@ +<?php +// ------------------------------------------------------------------------ // +// mysearch - MODULE FOR XOOPS 2 // +// Copyright (c) 2005-2006 Instant Zero // +// <http://xoops.instant-zero.com/> // +// ------------------------------------------------------------------------- // +// This program 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. // +// // +// You may not change or alter any portion of this comment or credits // +// of supporting developers from this source code or any supporting // +// source code which is considered copyrighted (c) material of the // +// original comment or credit authors. // +// // +// This program 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 this program; if not, write to the Free Software // +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +// ------------------------------------------------------------------------ // + +define('_MI_MYSEARCH_NAME',"Ma recherche"); +define('_MI_MYSEARCH_DESC',"Avec ce module, vous pouvez apprendre ce que cherchent les personnes sur votre site Web."); + + +define('_MI_MYSEARCH_ADMMENU1',"Statistiques"); +define('_MI_MYSEARCH_ADMMENU2',"Trier"); +define('_MI_MYSEARCH_ADMMENU3',"Exportation"); +define('_MI_MYSEARCH_ADMMENU4',"Liste noire"); +define('_MI_MYSEARCH_ADMMENU5',"\xC0 propos"); + +define('_MI_MYSEARCH_OPT0',"Nombre de recherches \xE0 afficher sur la page d'index du module"); +define('_MI_MYSEARCH_OPT0_DSC',"S\xE9lectionnez le nombre de recherches que les utilisateurs peuvent voir sur la page d'index du module (0 = montrer rien)"); + +define('_MI_MYSEARCH_OPT1',"Groupes que vous ne souhaitez pas enregistrer"); +define('_MI_MYSEARCH_OPT1_DSC',"Toutes les recherches faites par les personnes qui sont dans ces groupes ne seront pas enregistr\xE9es"); + +define('_MI_MYSEARCH_OPT2',"Nombre de mots cl\xE9s visibles dans l'administration"); +define('_MI_MYSEARCH_OPT2_DSC',""); + +define('_MI_MYSEARCH_BNAME1',"Derni\xE8res recherches"); +define('_MI_MYSEARCH_BNAME2',"Plus grands utilisateurs de la recherche"); +define('_MI_MYSEARCH_BNAME3',"Statistiques"); +define('_MI_MYSEARCH_BNAME4',"Recherche Ajax"); + +// Added by Lankford on 2007/8/15 +define('_MI_MYSEARCH_DO_DEEP_SEARCH', "Activer la recherche \xAB appronfondie \xBB ?"); +define('_MI_MYSEARCH_DO_DEEP_SEARCH_DSC', "Vous d\xE9sirez que votre page de r\xE9sultats de recherche initiale indique combien de r\xE9sultats ont \xE9t\xE9 trouv\xE9s dans chaque module ? Note : cette activation peut ralentir le processus de recherche !"); +define('_MI_MYSEARCH_INIT_SRCH_RSLTS', "Nombre de r\xE9sultats de recherche initial : (pour la recherche \xAB simple \xBB)"); +define('_MI_MYSEARCH_INIT_SRCH_RSLTS_DSC', "Les recherches \xAB simples \xBB sont faites plus rapidement en limitant les r\xE9sultats qui sont retourn\xE9s pour chaque module sur la page de recherche initiale."); +define('_MI_MYSEARCH_MDL_SRCH_RESULTS', "Nombre de r\xE9sultats par page :"); +define('_MI_MYSEARCH_MDL_SRCH_RESULTS_DSC', "Cela d\xE9termine le nombre de visites par page qui sont apparues apr\xE8s l'exploration dans les r\xE9sultats de la recherche d'un module particulier."); + +define('_MI_MYSEARCH_MIN_SEARCH', 'Longueur minimum du mot-cl\xE9'); +define('_MI_MYSEARCH_MIN_SEARCH_DSC', 'Entrer la longueur de mot-cl\xE9 minimum que les utilisateurs sont tenus d\'entrer pour effectuer la recherche'); + +define('_MI_MYSEARCH_ADMIN0',"Accueil"); +// Traduction faite par Cesag le 31 Mai 2012 pour frxoops.org +?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |