/[drupal]/contributions/modules/search404/translations/fr.po
ViewVC logotype

Diff of /contributions/modules/search404/translations/fr.po

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Tue Jul 14 11:10:57 2009 UTC revision 1.1.2.1, Tue Jul 14 11:10:57 2009 UTC
# Line 0  Line 1 
1    msgid ""
2    msgstr ""
3    "Project-Id-Version: Search404\n"
4    "POT-Creation-Date: 2009-07-12 19:59+0200\n"
5    "PO-Revision-Date: \n"
6    "Last-Translator: Guillaume Duveau <guix_d-gnu@yahoo.fr>\n"
7    "Language-Team: guix <guix_d-gnu@yahoo.fr>\n"
8    "MIME-Version: 1.0\n"
9    "Content-Type: text/plain; charset=UTF-8\n"
10    "Content-Transfer-Encoding: 8bit\n"
11    "Plural-Forms: nplurals=2; plural=(n > 1)\n"
12    "X-Poedit-Language: French\n"
13    
14    #: search404.module:10;102
15    msgid "Page not found"
16    msgstr "Page non trouvée"
17    
18    #: search404.module:17
19    msgid "Search 404 settings"
20    msgstr "Search 404"
21    
22    #: search404.module:18
23    msgid "Administer search 404."
24    msgstr "Administrer search 404."
25    
26    #: search404.module:116
27    msgid "The page you requested does not exist. For your convenience, a google search was performed using the query %keys."
28    msgstr "La page que vous avez demandée n'existe pas. Une recherche Google sur la requête %keys a été effectuée."
29    
30    #: search404.module:122;128
31    msgid "The page you requested does not exist. A search for %keys resulted in this page."
32    msgstr "La page que vous avez demandée n'existe pas. Une recherche sur %keys a été effectuée dans cette page."
33    
34    #: search404.module:134
35    msgid "The page you requested does not exist. For your convenience, a search was performed using the query %keys."
36    msgstr "La page que vous avez demandée n'existe pas. Une recherche sur la requête %keys a été effectuée."
37    
38    #: search404.module:150
39    msgid "Search results"
40    msgstr "Résultats de la recherche"
41    
42    #: search404.module:182
43    msgid "Jump directly to the search result when there is only one result."
44    msgstr "Sauter directement au résultat de la recherche lorsqu'il n'y a qu'un seul résultat."
45    
46    #: search404.module:187
47    msgid "Jump directly to the first search result even when there are multiple results."
48    msgstr "Sauter directement au premier résultat de la recherche quand il y a plusieurs résultats."
49    
50    #: search404.module:193
51    msgid "Show left and right sidebars in page when a 404 search occurs"
52    msgstr "Montrer les barres latérales gauche et droite lorsqu'une erreur 404 se produit."
53    
54    #: search404.module:199
55    msgid "Do a Google CSE Search instead of a Drupal Search when a 404 Occurs"
56    msgstr "Effectuer une recherche Google CSE au lieu d'une recherche Drupal quand une erreur 404 se produit"
57    
58    #: search404.module:200
59    msgid "Requires Google CSE and Google CSE Search Modules to be Enabled"
60    msgstr "Nécessite que les modules Google CSE et Google CSE Search soient activés"
61    
62    #: search404.module:207
63    msgid "Advanced settings"
64    msgstr "Réglages avancés"
65    
66    #: search404.module:214
67    msgid "Use OR between keywords when searching."
68    msgstr "Utilisez OR entre les mots-clés lors de la recherche."
69    
70    #: search404.module:219
71    msgid "Use auto-detection of keywords from search engine referer."
72    msgstr "Utiliser la détection automatique des mots-clés des referers des moteurs de recherche."
73    
74    #: search404.module:220
75    msgid "This feature will conduct a search based on the query string got from a search engine if the URL of the search result points to a 404 page in the current website. Currently supported search engines: Google, Yahoo, Altavista, Lycos, Bing and AOL"
76    msgstr "Cette fonctionnalité effectuera une recherche basée sur la requête tapée dans un moteur de recherche quand l'URL de ce résultat pointera vers une page 404 sur votre site. Moteurs de recherche actuellement supportés : Google, Yahoo, Altavista, Lycos, Bing et AOL"
77    
78    #: search404.module:225
79    msgid "Words to ignore"
80    msgstr "Mots à exclure"
81    
82    #: search404.module:226
83    msgid "These words will be ignored from the search query. Separate words with a space, e.g.: \"and or the\"."
84    msgstr "Ces mots seront exclus de la requête de la recherche.Séparez les mots par un espace, ex : \"et ou le\"."
85    
86    #: search404.module:231
87    msgid "Extensions to ignore"
88    msgstr "Extensions à exclure"
89    
90    #: search404.module:232
91    msgid "These extensions will be ignored from the search query, e.g.: http://www.example.com/invalid/page.php will only search for \"invalid page\". Separate extensions with a space, e.g.: \"htm html php\". Do not include leading dot."
92    msgstr "Ces extensions seront exclues de la requête de la recherche, ex : http://www.example.com/invalid/page.php cherchera seulement \"invalid page\". Separez les extensions par un espace, ex : \"htm html php\". N'incluez pas le point les précédant."
93    
94    #: search404.module:237
95    msgid "Extensions to abort search"
96    msgstr "Extensions qui annulent la recherche"
97    
98    #: search404.module:238
99    msgid "A search will not be performed for a query ending in these extensions. Separate extensions with a space, e.g.: \"gif jpg jpeg bmp png\". Do not include leading dot."
100    msgstr "Aucune recherche ne sera effectuée pour une requête finissant dans ces extensions. Séparez les extensions par un espace, ex : \"gif jpg jpeg bmp png\". N'incluez pas le point les précédant."
101    
102    #: search404.module:243
103    msgid "PCRE filter"
104    msgstr "Filtre PCRE"
105    
106    #: search404.module:244
107    msgid "This regular expression will be applied to filter all queries. The parts of the path that match the expression will be EXCLUDED from the search. You do NOT have to enclose the regex in forward slashes when defining the PCRE. e.g.: use \"[foo]bar\" instead of \"/[foo]bar/\". On how to use a PCRE Regex please refer <a href=\"http://php.net/pcre\">PCRE pages in the PHP Manual</a>."
108    msgstr "Cette expression régulière sera appliquée pour filtrer toutes les requêtes. Les parties du chemin qui vérifient l'expression seront EXCLUES de la recherche. Vous n'avez pas à englober la regex avec des slash quand vous définissez la PCRE. Ex : utilisez \"[foo]bar\" au lieu de \"/[foo]bar/\". Pour savoir comment utiliser une regex PCRE, consultez les <a href=\"http://php.net/pcre\">pages PCRE dans la manuel PHP</a>."
109    
110    #: search404.module:0
111    msgid "search404"
112    msgstr "search404"
113    
114    #: search404.info:0;0
115    msgid "Search 404"
116    msgstr "Search 404"
117    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2