Version Description
BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure of the database. This release creates a new table for search engine/words for performance improvements, however you must convert your data to the new format via the Statistics->Optimization->Database tab.
Download this release
Release Info
Developer | GregRoss |
Plugin | WP Statistics |
Version | 9.5.2 |
Comparing to | |
See all releases |
Code changes from version 9.5.1 to 9.5.2
- includes/log/top-referring.php +2 -2
- languages/wp_statistics-fr_FR.mo +0 -0
- languages/wp_statistics-fr_FR.po +293 -293
- readme.txt +11 -2
- wp-statistics.php +3 -3
includes/log/top-referring.php
CHANGED
@@ -63,7 +63,7 @@
|
|
63 |
<ul class="subsubsub">
|
64 |
<?php if($referr) { ?>
|
65 |
<li class="all"><a <?php if(!$referr) { echo 'class="current"'; } ?>href="?page=wps_referrers_menu"><?php _e('All', 'wp_statistics'); ?></a></li>
|
66 |
-
| <li><a class="current" href="?page=wps_referrers_menu&referr=<?php echo $referr; ?>"> <?php echo $title; ?> <span class="count">(<?php echo $total; ?>)</span></a></li>
|
67 |
<?php } else { ?>
|
68 |
<li class="all"><a <?php if(!$referr) { echo 'class="current"'; } ?>href="?page=wps_referrers_menu"><?php _e('All', 'wp_statistics'); ?> <span class="count">(<?php echo $total; ?>)</span></a></li>
|
69 |
<?php }?>
|
@@ -74,7 +74,7 @@
|
|
74 |
<div class="postbox">
|
75 |
<div class="handlediv" title="<?php _e('Click to toggle', 'wp_statistics'); ?>"><br /></div>
|
76 |
<?php if($referr) { ?>
|
77 |
-
<h3 class="hndle"><span><?php _e('Referring sites from', 'wp_statistics'); ?>: <?php echo $referr; ?></span></h3>
|
78 |
<?php } else { ?>
|
79 |
<h3 class="hndle"><span><?php _e('Top Referring Sites', 'wp_statistics'); ?></span></h3>
|
80 |
<?php } ?>
|
63 |
<ul class="subsubsub">
|
64 |
<?php if($referr) { ?>
|
65 |
<li class="all"><a <?php if(!$referr) { echo 'class="current"'; } ?>href="?page=wps_referrers_menu"><?php _e('All', 'wp_statistics'); ?></a></li>
|
66 |
+
| <li><a class="current" href="?page=wps_referrers_menu&referr=<?php echo htmlentities($referr, ENT_QUOTES); ?>"> <?php echo $title; ?> <span class="count">(<?php echo $total; ?>)</span></a></li>
|
67 |
<?php } else { ?>
|
68 |
<li class="all"><a <?php if(!$referr) { echo 'class="current"'; } ?>href="?page=wps_referrers_menu"><?php _e('All', 'wp_statistics'); ?> <span class="count">(<?php echo $total; ?>)</span></a></li>
|
69 |
<?php }?>
|
74 |
<div class="postbox">
|
75 |
<div class="handlediv" title="<?php _e('Click to toggle', 'wp_statistics'); ?>"><br /></div>
|
76 |
<?php if($referr) { ?>
|
77 |
+
<h3 class="hndle"><span><?php _e('Referring sites from', 'wp_statistics'); ?>: <?php echo htmlentities($referr, ENT_QUOTES); ?></span></h3>
|
78 |
<?php } else { ?>
|
79 |
<h3 class="hndle"><span><?php _e('Top Referring Sites', 'wp_statistics'); ?></span></h3>
|
80 |
<?php } ?>
|
languages/wp_statistics-fr_FR.mo
CHANGED
Binary file
|
languages/wp_statistics-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the WP Statistics package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,251 +12,251 @@ msgstr ""
|
|
12 |
|
13 |
#: includes/optimization/wps-optimization.php:173
|
14 |
msgid "Search table conversion complete, %d rows added."
|
15 |
-
msgstr ""
|
16 |
|
17 |
#: includes/optimization/tabs/wps-optimization-database.php:107
|
18 |
msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion."
|
19 |
-
msgstr ""
|
20 |
|
21 |
#: includes/optimization/tabs/wps-optimization-database.php:86
|
22 |
msgid "Search Table"
|
23 |
-
msgstr ""
|
24 |
|
25 |
#: includes/optimization/tabs/wps-optimization-database.php:91
|
26 |
msgid "Convert"
|
27 |
-
msgstr ""
|
28 |
|
29 |
#: includes/optimization/tabs/wps-optimization-database.php:100
|
30 |
msgid "Convert Now!"
|
31 |
-
msgstr ""
|
32 |
|
33 |
#: includes/optimization/tabs/wps-optimization-database.php:101
|
34 |
msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion, however the old data must first be converted to the new format before it can be used."
|
35 |
-
msgstr ""
|
36 |
|
37 |
#: includes/log/exclusions.php:24
|
38 |
msgid "Referrer Spam"
|
39 |
-
msgstr ""
|
40 |
|
41 |
#: includes/settings/tabs/wps-externals.php:277
|
42 |
msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
|
43 |
-
msgstr ""
|
44 |
|
45 |
#: includes/settings/wps-settings.php:105
|
46 |
msgid "Externals"
|
47 |
-
msgstr ""
|
48 |
|
49 |
#: includes/settings/tabs/wps-externals.php:219
|
50 |
msgid "Piwik Referrer Spam Blacklist settings"
|
51 |
-
msgstr ""
|
52 |
|
53 |
#: includes/settings/tabs/wps-externals.php:254
|
54 |
msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
|
55 |
-
msgstr ""
|
56 |
|
57 |
#: includes/settings/tabs/wps-externals.php:247
|
58 |
msgid "Download Piwik Referrer Spam Blacklist Database"
|
59 |
-
msgstr ""
|
60 |
|
61 |
#: includes/settings/tabs/wps-externals.php:242
|
62 |
msgid "Update Piwik Referrer Spam Blacklist Info"
|
63 |
-
msgstr ""
|
64 |
|
65 |
#: includes/settings/tabs/wps-externals.php:236
|
66 |
msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
|
67 |
-
msgstr ""
|
68 |
|
69 |
#: includes/settings/tabs/wps-externals.php:224
|
70 |
msgid "Referrer spam blacklist is provided by Piwik, available from %s."
|
71 |
-
msgstr ""
|
72 |
|
73 |
#: includes/settings/tabs/wps-externals.php:230
|
74 |
msgid "Piwik Referrer Spam Blacklist usage"
|
75 |
-
msgstr ""
|
76 |
|
77 |
#: includes/settings/tabs/wps-exclusions.php:148
|
78 |
msgid "Treat corrupt browser info as a bot"
|
79 |
-
msgstr ""
|
80 |
|
81 |
#: includes/log/exclusions.php:24
|
82 |
msgid "404 Pages"
|
83 |
-
msgstr ""
|
84 |
|
85 |
#: includes/log/top-visitors.php:26
|
86 |
msgid "Date"
|
87 |
-
msgstr ""
|
88 |
|
89 |
#: includes/settings/tabs/wps-exclusions.php:151
|
90 |
msgid "Treat any visitor with corrupt browser info (missing IP address or empty user agent string) as a robot."
|
91 |
-
msgstr ""
|
92 |
|
93 |
#: includes/settings/tabs/wps-exclusions.php:215
|
94 |
msgid "Excluded 404 pages"
|
95 |
-
msgstr ""
|
96 |
|
97 |
#: includes/settings/tabs/wps-exclusions.php:218
|
98 |
msgid "Exclude any URL that returns a \"404 - Not Found\" message."
|
99 |
-
msgstr ""
|
100 |
|
101 |
#: wps-updates.php:29
|
102 |
msgid "Error creating GeoIP database directory, make sure your web server has permissions to create directories in : %s"
|
103 |
-
msgstr ""
|
104 |
|
105 |
#: includes/settings/tabs/wps-general.php:281
|
106 |
msgid "Add page title to empty search words"
|
107 |
-
msgstr ""
|
108 |
|
109 |
#: includes/settings/tabs/wps-general.php:287
|
110 |
msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
|
111 |
-
msgstr ""
|
112 |
|
113 |
#: includes/settings/tabs/wps-maintenance.php:77
|
114 |
msgid "The number of hits required to delete the visitor. Invalid values will disable the daily maintenance (must be 10 or greater)."
|
115 |
-
msgstr ""
|
116 |
|
117 |
#: includes/settings/tabs/wps-maintenance.php:71
|
118 |
msgid "Prune visitors with more than"
|
119 |
-
msgstr ""
|
120 |
|
121 |
#: includes/settings/tabs/wps-maintenance.php:65
|
122 |
msgid "A WP Cron job will be run daily to prune any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
|
123 |
-
msgstr ""
|
124 |
|
125 |
#: includes/optimization/tabs/wps-optimization-purging.php:217
|
126 |
msgid "Purge visitors with more than"
|
127 |
-
msgstr ""
|
128 |
|
129 |
#: includes/optimization/tabs/wps-optimization-purging.php:222
|
130 |
msgid "hits"
|
131 |
-
msgstr ""
|
132 |
|
133 |
#: includes/optimization/tabs/wps-optimization-purging.php:223
|
134 |
msgid "Deleted user statistics data where the user has more than the defined number of hits in a day. This can be useful to clear up old data when your site has been hit by a bot. This will remove the visitor and their hits to the site, however it will not remove individual page hits as that data is not recorded on a per use basis. Minimum value is 10 hits."
|
135 |
-
msgstr ""
|
136 |
|
137 |
#: includes/functions/purge-hits.php:28
|
138 |
msgid "No visitors found to purge."
|
139 |
-
msgstr ""
|
140 |
|
141 |
#: includes/functions/purge-hits.php:25
|
142 |
msgid "%s records purged successfully."
|
143 |
-
msgstr ""
|
144 |
|
145 |
#: ajax.php:174 includes/functions/purge-hits.php:32
|
146 |
msgid "Number of hits must be greater than or equal to 10!"
|
147 |
-
msgstr ""
|
148 |
|
149 |
#: shortcode.php:134
|
150 |
msgid "Page Visits"
|
151 |
-
msgstr ""
|
152 |
|
153 |
#: shortcode.php:137
|
154 |
msgid "Page Count"
|
155 |
-
msgstr ""
|
156 |
|
157 |
#: shortcode.php:138
|
158 |
msgid "Comment Count"
|
159 |
-
msgstr ""
|
160 |
|
161 |
#: shortcode.php:139
|
162 |
msgid "Spam Count"
|
163 |
-
msgstr ""
|
164 |
|
165 |
#: shortcode.php:140
|
166 |
msgid "User Count"
|
167 |
-
msgstr ""
|
168 |
|
169 |
#: shortcode.php:141
|
170 |
msgid "Post Average"
|
171 |
-
msgstr ""
|
172 |
|
173 |
#: shortcode.php:142
|
174 |
msgid "Comment Average"
|
175 |
-
msgstr ""
|
176 |
|
177 |
#: shortcode.php:143
|
178 |
msgid "User Average"
|
179 |
-
msgstr ""
|
180 |
|
181 |
#: shortcode.php:151
|
182 |
msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it."
|
183 |
-
msgstr ""
|
184 |
|
185 |
#: shortcode.php:155
|
186 |
msgid "Search Provider"
|
187 |
-
msgstr ""
|
188 |
|
189 |
#: shortcode.php:158
|
190 |
msgid "The search provider to get statistics on."
|
191 |
-
msgstr ""
|
192 |
|
193 |
#: shortcode.php:162
|
194 |
msgid "Number Format"
|
195 |
-
msgstr ""
|
196 |
|
197 |
#: shortcode.php:165
|
198 |
msgid "The format to display numbers in: i18n, english, none."
|
199 |
-
msgstr ""
|
200 |
|
201 |
#: shortcode.php:169
|
202 |
msgid "English"
|
203 |
-
msgstr ""
|
204 |
|
205 |
#: shortcode.php:170
|
206 |
msgid "International"
|
207 |
-
msgstr ""
|
208 |
|
209 |
#: includes/log/exclusions.php:191 includes/log/hit-statistics.php:163
|
210 |
msgid "Hits Statistics Summary"
|
211 |
-
msgstr ""
|
212 |
|
213 |
#: includes/log/exclusions.php:201 includes/log/hit-statistics.php:174
|
214 |
msgid "Chart Total"
|
215 |
-
msgstr ""
|
216 |
|
217 |
#: includes/log/exclusions.php:206 includes/log/hit-statistics.php:180
|
218 |
msgid "All Time Total"
|
219 |
-
msgstr ""
|
220 |
|
221 |
#: includes/log/log.php:57
|
222 |
msgid "Have you thought about donating to WP Statistics?"
|
223 |
-
msgstr ""
|
224 |
|
225 |
#: includes/settings/tabs/wps-about.php:20 wp-statistics.php:366
|
226 |
msgid "Donate"
|
227 |
-
msgstr ""
|
228 |
|
229 |
#: includes/settings/tabs/wps-about.php:24
|
230 |
msgid "Fell like showing us how much you enjoy WP Statistics? Drop by our %s page and show us some love!"
|
231 |
-
msgstr ""
|
232 |
|
233 |
#: includes/settings/tabs/wps-about.php:24
|
234 |
msgid "donation"
|
235 |
-
msgstr ""
|
236 |
|
237 |
#: includes/log/log.php:57
|
238 |
msgid "Donate Now!"
|
239 |
-
msgstr ""
|
240 |
|
241 |
#: includes/log/log.php:57
|
242 |
msgid "Close"
|
243 |
-
msgstr ""
|
244 |
|
245 |
#: shortcode.php:128
|
246 |
msgid "Select the statistic you wish to display."
|
247 |
-
msgstr ""
|
248 |
|
249 |
#: shortcode.php:125
|
250 |
msgid "Statistic"
|
251 |
-
msgstr ""
|
252 |
|
253 |
#: shortcode.php:136
|
254 |
msgid "Post Count"
|
255 |
-
msgstr ""
|
256 |
|
257 |
#: shortcode.php:148
|
258 |
msgid "Time Frame"
|
259 |
-
msgstr ""
|
260 |
|
261 |
#: includes/functions/functions.php:981
|
262 |
msgid "to"
|
@@ -268,23 +268,23 @@ msgstr "Aller"
|
|
268 |
|
269 |
#: includes/log/top-pages.php:95
|
270 |
msgid "Rank #5"
|
271 |
-
msgstr "
|
272 |
|
273 |
#: includes/log/top-pages.php:95
|
274 |
msgid "Rank #4"
|
275 |
-
msgstr "
|
276 |
|
277 |
#: includes/log/top-pages.php:95
|
278 |
msgid "Rank #3"
|
279 |
-
msgstr "
|
280 |
|
281 |
#: includes/log/top-pages.php:95
|
282 |
msgid "Rank #1"
|
283 |
-
msgstr "
|
284 |
|
285 |
#: includes/log/top-pages.php:95
|
286 |
msgid "Rank #2"
|
287 |
-
msgstr "
|
288 |
|
289 |
#: includes/optimization/tabs/wps-optimization-database.php:56
|
290 |
msgid "Visits Table"
|
@@ -292,15 +292,15 @@ msgstr "Tableau des visites"
|
|
292 |
|
293 |
#: includes/optimization/tabs/wps-optimization-database.php:70
|
294 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistits table, delete duplicate entries and add the index."
|
295 |
-
msgstr "
|
296 |
|
297 |
#: includes/optimization/tabs/wps-optimization-database.php:71
|
298 |
msgid "This operation could take a long time on installs with many rows in the visits table."
|
299 |
-
msgstr "Cette opération peut prendre un certain temps sur les installations avec de nombreuses lignes
|
300 |
|
301 |
#: includes/optimization/tabs/wps-optimization-database.php:76
|
302 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table."
|
303 |
-
msgstr "
|
304 |
|
305 |
#: includes/log/last-visitor.php:68
|
306 |
msgid "Filtered by"
|
@@ -320,7 +320,7 @@ msgstr "Ne pas utiliser les traductions et utiliser la version anglaise par déf
|
|
320 |
|
321 |
#: includes/settings/tabs/wps-general.php:336
|
322 |
msgid "Force English"
|
323 |
-
msgstr "Forcer l
|
324 |
|
325 |
#: includes/settings/tabs/wps-general.php:331
|
326 |
msgid "Languages"
|
@@ -328,11 +328,11 @@ msgstr "Langues"
|
|
328 |
|
329 |
#: includes/settings/tabs/wps-exclusions.php:227
|
330 |
msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name. Entries less than two characters will be ignored."
|
331 |
-
msgstr "Remarque: cette option ne prendra pas en compte les
|
332 |
|
333 |
#: includes/settings/tabs/wps-exclusions.php:225
|
334 |
msgid "A list of local urls (ie. /wordpress/about, one per line) to exclude from statistics collection."
|
335 |
-
msgstr "Une liste d
|
336 |
|
337 |
#: includes/settings/tabs/wps-exclusions.php:222
|
338 |
msgid "Excluded URLs list"
|
@@ -348,7 +348,7 @@ msgstr "365 derniers jours (Année)"
|
|
348 |
|
349 |
#: includes/log/widgets/summary.php:60
|
350 |
msgid "Last 30 Days (Month)"
|
351 |
-
msgstr "30 derniers jours (
|
352 |
|
353 |
#: includes/log/widgets/summary.php:54
|
354 |
msgid "Last 7 Days (Week)"
|
@@ -380,7 +380,7 @@ msgstr "Baidu"
|
|
380 |
|
381 |
#: editor.php:69
|
382 |
msgid "Hits in the last 20 days"
|
383 |
-
msgstr "
|
384 |
|
385 |
#: includes/log/exclusions.php:24
|
386 |
msgid "Feeds"
|
@@ -388,7 +388,7 @@ msgstr "Feeds"
|
|
388 |
|
389 |
#: includes/log/exclusions.php:24
|
390 |
msgid "User Role"
|
391 |
-
msgstr "Rôle
|
392 |
|
393 |
#: includes/log/exclusions.php:24
|
394 |
msgid "Login Page"
|
@@ -400,7 +400,7 @@ msgstr "Page d'Admin"
|
|
400 |
|
401 |
#: includes/log/exclusions.php:24
|
402 |
msgid "Self Referral"
|
403 |
-
msgstr "
|
404 |
|
405 |
#: includes/log/exclusions.php:24
|
406 |
msgid "IP Match"
|
@@ -412,7 +412,7 @@ msgstr "Robot"
|
|
412 |
|
413 |
#: includes/log/online.php:100
|
414 |
msgid "Currently there are no users online in the site."
|
415 |
-
msgstr "Actuellement, il n
|
416 |
|
417 |
#: includes/log/exclusions.php:24
|
418 |
msgid "Robot Threshold"
|
@@ -424,11 +424,11 @@ msgstr "Pot de miel"
|
|
424 |
|
425 |
#: includes/log/widgets/page.php:8
|
426 |
msgid "Page Trending Stats"
|
427 |
-
msgstr "
|
428 |
|
429 |
#: includes/log/exclusions.php:24
|
430 |
msgid "Hostname"
|
431 |
-
msgstr "Nom de l
|
432 |
|
433 |
#: includes/settings/tabs/wps-general.php:93
|
434 |
#: includes/settings/tabs/wps-general.php:133
|
@@ -442,7 +442,7 @@ msgstr "Activer ou désactiver cette fonction"
|
|
442 |
|
443 |
#: includes/settings/tabs/wps-general.php:99
|
444 |
msgid "Check for online users every"
|
445 |
-
msgstr "Rechercher les utilisateurs en ligne
|
446 |
|
447 |
#: includes/settings/tabs/wps-general.php:104
|
448 |
msgid "Second"
|
@@ -450,7 +450,7 @@ msgstr "Seconde"
|
|
450 |
|
451 |
#: includes/settings/tabs/wps-general.php:105
|
452 |
msgid "Time for the check accurate online user in the site. Now: %s Second"
|
453 |
-
msgstr "
|
454 |
|
455 |
#: includes/settings/tabs/wps-general.php:111
|
456 |
msgid "Record all user"
|
@@ -458,11 +458,11 @@ msgstr "Enregistrer tous les utilisateurs"
|
|
458 |
|
459 |
#: includes/settings/tabs/wps-general.php:117
|
460 |
msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots). Should only be used for troubleshooting."
|
461 |
-
msgstr "Ignorer les paramètres d'exclusion et enregistrer tous les utilisateurs en ligne (incluant soi
|
462 |
|
463 |
#: includes/settings/tabs/wps-general.php:155
|
464 |
msgid "Store entire user agent string"
|
465 |
-
msgstr "Stocker la chaîne d'agent
|
466 |
|
467 |
#: includes/settings/tabs/wps-general.php:161
|
468 |
msgid "Only enabled for debugging"
|
@@ -532,7 +532,7 @@ msgstr "Supprimer le manuel d'utilisation"
|
|
532 |
|
533 |
#: includes/settings/tabs/wps-general.php:271
|
534 |
msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
|
535 |
-
msgstr "Par défaut, WP Statistics stocke le manuel d'administration dans le répertoire
|
536 |
|
537 |
#: includes/settings/tabs/wps-general.php:276
|
538 |
msgid "Search Engines"
|
@@ -548,7 +548,7 @@ msgstr "désactiver"
|
|
548 |
|
549 |
#: includes/settings/tabs/wps-general.php:309
|
550 |
msgid "Disable %s from data collection and reporting."
|
551 |
-
msgstr "
|
552 |
|
553 |
#: includes/settings/tabs/wps-general.php:315
|
554 |
msgid "Charts"
|
@@ -560,7 +560,7 @@ msgstr "Inclure les totaux"
|
|
560 |
|
561 |
#: includes/settings/tabs/wps-general.php:326
|
562 |
msgid "Add a total line to charts with multiple values, like the search engine referrals"
|
563 |
-
msgstr "Ajouter une ligne total dans
|
564 |
|
565 |
#: includes/settings/tabs/wps-externals.php:32
|
566 |
msgid "GeoIP settings"
|
@@ -596,7 +596,7 @@ msgstr "Le téléchargement de la base de données GeoIP est programmé 2 jours
|
|
596 |
|
597 |
#: includes/settings/tabs/wps-externals.php:98
|
598 |
msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
|
599 |
-
msgstr "Cette option va également télécharger la base de données si la taille du fichier local est inférieur à 1k (ce qui signifie généralement que le stub qui s'installe avec
|
600 |
|
601 |
#: includes/settings/tabs/wps-externals.php:104
|
602 |
msgid "Populate missing GeoIP after update of GeoIP DB"
|
@@ -711,7 +711,7 @@ msgstr "Mettre à jour"
|
|
711 |
|
712 |
#: includes/settings/tabs/wps-notifications.php:106
|
713 |
msgid "Send a report whenever the plugin is upgraded."
|
714 |
-
msgstr "Envoyer une notification lorsque
|
715 |
|
716 |
#: includes/settings/tabs/wps-notifications.php:111
|
717 |
#: includes/settings/tabs/wps-notifications.php:116 schedule.php:221
|
@@ -744,7 +744,7 @@ msgstr "Sélectionner la méthode d'envoi des rapports statistiques"
|
|
744 |
|
745 |
#: includes/settings/tabs/wps-notifications.php:173
|
746 |
msgid "Note: To send SMS text messages please install the %s plugin."
|
747 |
-
msgstr "Remarque : Pour envoyer des SMS, veuillez installer
|
748 |
|
749 |
#: includes/settings/tabs/wps-notifications.php:173
|
750 |
msgid "WordPress SMS"
|
@@ -812,7 +812,7 @@ msgstr "A propos"
|
|
812 |
|
813 |
#: includes/settings/tabs/wps-overview-display.php:34
|
814 |
msgid "Hits Statistical Chart"
|
815 |
-
msgstr "
|
816 |
|
817 |
#: includes/settings/tabs/wps-overview-display.php:36
|
818 |
msgid "Search Engine Referrers Statistical Chart"
|
@@ -834,11 +834,11 @@ msgstr "Les éléments suivants sont identiques pour tous les utilisateurs."
|
|
834 |
|
835 |
#: includes/settings/tabs/wps-overview-display.php:82
|
836 |
msgid "Disable dashboard widgets"
|
837 |
-
msgstr "Désactiver les
|
838 |
|
839 |
#: includes/settings/tabs/wps-overview-display.php:88
|
840 |
msgid "Disable the dashboard widgets."
|
841 |
-
msgstr "Désactive les
|
842 |
|
843 |
#: includes/settings/tabs/wps-overview-display.php:93
|
844 |
msgid "Page/Post Editor"
|
@@ -846,11 +846,11 @@ msgstr "Éditeur de page/article"
|
|
846 |
|
847 |
#: includes/settings/tabs/wps-overview-display.php:102
|
848 |
msgid "Disable post/page editor widget"
|
849 |
-
msgstr "Désactiver le
|
850 |
|
851 |
#: includes/settings/tabs/wps-overview-display.php:108
|
852 |
msgid "Disable the page/post editor widget."
|
853 |
-
msgstr "Désactive le
|
854 |
|
855 |
#: includes/settings/tabs/wps-overview-display.php:122
|
856 |
msgid "Map type"
|
@@ -867,11 +867,11 @@ msgstr "JQVMap"
|
|
867 |
|
868 |
#: includes/settings/tabs/wps-overview-display.php:135
|
869 |
msgid "The \"Google\" option will use Google's mapping service to plot the recent visitors (requires access to Google)."
|
870 |
-
msgstr "L'option \"Google\" utilisera le service de cartographie de Google pour
|
871 |
|
872 |
#: includes/settings/tabs/wps-overview-display.php:136
|
873 |
msgid "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the recent visitors (requires no extenral services)."
|
874 |
-
msgstr "L'option \"JQVMap\" utilisera la cartographie javascript JQVMap pour
|
875 |
|
876 |
#: includes/settings/tabs/wps-overview-display.php:142
|
877 |
msgid "Disable map"
|
@@ -887,11 +887,11 @@ msgstr "Obtenir l'emplacement du pays depuis Google"
|
|
887 |
|
888 |
#: includes/settings/tabs/wps-overview-display.php:160
|
889 |
msgid "This feature may cause a performance degradation when viewing statistics and is only valid if the map type is set to \"Google\"."
|
890 |
-
msgstr "Cette fonctionnalité peut entraîner une dégradation des performances lorsque vous affichez des statistiques et n'est
|
891 |
|
892 |
#: includes/settings/tabs/wps-overview-display.php:171
|
893 |
msgid "Overview Widgets to Display"
|
894 |
-
msgstr "Vue globale des
|
895 |
|
896 |
#: includes/settings/tabs/wps-overview-display.php:175
|
897 |
msgid "The following items are unique to each user. If you do not select the 'About' widget it will automatically be displayed in the last positon of column A."
|
@@ -948,11 +948,11 @@ msgstr "Suppression de WP Statistics"
|
|
948 |
|
949 |
#: includes/settings/tabs/wps-removal.php:20
|
950 |
msgid "Uninstalling WP Statistics will not remove the data and settings, you can use this option to remove the WP Statistics data from your install before uninstalling the plugin."
|
951 |
-
msgstr "La désinstallation de WP Statistics ne supprimera pas les données et les paramètres, vous pouvez utiliser cette option pour supprimer les données de WP Statistics de votre installation avant de désinstaller
|
952 |
|
953 |
#: includes/settings/tabs/wps-removal.php:23
|
954 |
msgid "Once you submit this form the settings will be deleted during the page load, however WP Statistics will still show up in your Admin menu until another page load is executed."
|
955 |
-
msgstr "Une fois que vous validez, les réglages seront supprimés, mais WP Statistics apparaîtra toujours dans le menu Admin jusqu'à ce qu'un
|
956 |
|
957 |
#: includes/settings/tabs/wps-removal.php:29
|
958 |
msgid "Remove data and settings"
|
@@ -964,7 +964,7 @@ msgstr "Supprimer"
|
|
964 |
|
965 |
#: includes/settings/tabs/wps-removal.php:35
|
966 |
msgid "Remove data and settings, this action cannot be undone."
|
967 |
-
msgstr "Supprimer les données et paramètres. Cette action ne peut pas être
|
968 |
|
969 |
#: includes/settings/wps-settings.php:100
|
970 |
msgid "General"
|
@@ -976,7 +976,7 @@ msgstr "Notifications"
|
|
976 |
|
977 |
#: includes/settings/wps-settings.php:102
|
978 |
msgid "Dashboard/Overview"
|
979 |
-
msgstr "
|
980 |
|
981 |
#: includes/settings/wps-settings.php:106
|
982 |
msgid "Maintenance"
|
@@ -1043,19 +1043,19 @@ msgstr "Total des articles"
|
|
1043 |
|
1044 |
#: widget.php:130 widget.php:301
|
1045 |
msgid "Total Pages"
|
1046 |
-
msgstr "
|
1047 |
|
1048 |
#: widget.php:137 widget.php:304
|
1049 |
msgid "Total Comments"
|
1050 |
-
msgstr "
|
1051 |
|
1052 |
#: widget.php:144 widget.php:307
|
1053 |
msgid "Total Spams"
|
1054 |
-
msgstr "
|
1055 |
|
1056 |
#: widget.php:151 widget.php:310
|
1057 |
msgid "Total Users"
|
1058 |
-
msgstr "
|
1059 |
|
1060 |
#: widget.php:158 widget.php:313
|
1061 |
msgid "Average Posts"
|
@@ -1127,23 +1127,23 @@ msgstr "Le suivi des utilisateurs en ligne de WP Statistics n'est pas activée,
|
|
1127 |
|
1128 |
#: wp-statistics.php:137 wp-statistics.php:140 wp-statistics.php:143
|
1129 |
msgid "setting page"
|
1130 |
-
msgstr "
|
1131 |
|
1132 |
#: wp-statistics.php:140
|
1133 |
msgid "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
|
1134 |
-
msgstr "
|
1135 |
|
1136 |
#: wp-statistics.php:143
|
1137 |
msgid "Visitor tracking in WP Statistics is not enabled, please go to %s and enable it."
|
1138 |
-
msgstr "
|
1139 |
|
1140 |
#: wp-statistics.php:146
|
1141 |
msgid "GeoIP collection is not active, please go to %s and enable this feature."
|
1142 |
-
msgstr "GeoIP
|
1143 |
|
1144 |
#: wp-statistics.php:146
|
1145 |
msgid "Setting page > GeoIP"
|
1146 |
-
msgstr "
|
1147 |
|
1148 |
#: wp-statistics.php:253 wp-statistics.php:365 wp-statistics.php:438
|
1149 |
msgid "Settings"
|
@@ -1151,19 +1151,19 @@ msgstr "Paramètres"
|
|
1151 |
|
1152 |
#: wp-statistics.php:265
|
1153 |
msgid "Click here to visit the plugin on WordPress.org"
|
1154 |
-
msgstr "Cliquez ici pour visiter
|
1155 |
|
1156 |
#: wp-statistics.php:265
|
1157 |
msgid "Visit WordPress.org page"
|
1158 |
-
msgstr "Visitez la page
|
1159 |
|
1160 |
#: wp-statistics.php:268
|
1161 |
msgid "Click here to rate and review this plugin on WordPress.org"
|
1162 |
-
msgstr "Cliquez ici pour évaluer et
|
1163 |
|
1164 |
#: wp-statistics.php:268
|
1165 |
msgid "Rate this plugin"
|
1166 |
-
msgstr "Noter
|
1167 |
|
1168 |
#: wp-statistics.php:312
|
1169 |
msgid "WP Statistics - Hits"
|
@@ -1171,7 +1171,7 @@ msgstr "WP Statistics - Hits"
|
|
1171 |
|
1172 |
#: wp-statistics.php:349 wp-statistics.php:387 wp-statistics.php:425
|
1173 |
msgid "Overview"
|
1174 |
-
msgstr "Vue
|
1175 |
|
1176 |
#: wp-statistics.php:354 wp-statistics.php:430
|
1177 |
msgid "Online"
|
@@ -1215,15 +1215,15 @@ msgstr "Visiteur aujourd'hui"
|
|
1215 |
|
1216 |
#: wp-statistics.php:549
|
1217 |
msgid "Today visit"
|
1218 |
-
msgstr "
|
1219 |
|
1220 |
#: wp-statistics.php:555
|
1221 |
msgid "Yesterday visitor"
|
1222 |
-
msgstr "
|
1223 |
|
1224 |
#: wp-statistics.php:567
|
1225 |
msgid "View Stats"
|
1226 |
-
msgstr "Voir
|
1227 |
|
1228 |
#: wp-statistics.php:591
|
1229 |
msgid "Download ODF file"
|
@@ -1235,7 +1235,7 @@ msgstr "Télécharger le fichier HTML"
|
|
1235 |
|
1236 |
#: wp-statistics.php:596
|
1237 |
msgid "Manual file not found."
|
1238 |
-
msgstr "
|
1239 |
|
1240 |
#: wp-statistics.php:663 wp-statistics.php:770 wp-statistics.php:804
|
1241 |
msgid "You do not have sufficient permissions to access this page."
|
@@ -1243,23 +1243,23 @@ msgstr "Vous n'avez pas les autorisations suffisantes pour accéder à cette pag
|
|
1243 |
|
1244 |
#: wp-statistics.php:672
|
1245 |
msgid "Plugin tables do not exist in the database! Please re-run the %s install routine %s."
|
1246 |
-
msgstr "La table
|
1247 |
|
1248 |
#: wp-statistics.php:241
|
1249 |
msgid "WP Statistics %s installed on"
|
1250 |
-
msgstr "WP Statistics %s installé"
|
1251 |
|
1252 |
#: wps-updates.php:39
|
1253 |
msgid "Error downloading GeoIP database from: %s - %s"
|
1254 |
-
msgstr "Erreur lors du téléchargement de base de données GeoIP : %s - %s"
|
1255 |
|
1256 |
#: wps-updates.php:50
|
1257 |
msgid "Error could not open downloaded GeoIP database for reading: %s"
|
1258 |
-
msgstr "Erreur Impossible d'ouvrir base de données GeoIP téléchargée pour la lecture : %s"
|
1259 |
|
1260 |
#: wps-updates.php:57
|
1261 |
msgid "Error could not open destination GeoIP database for writing %s"
|
1262 |
-
msgstr "Erreur Impossible d'ouvrir base de données GeoIP de destination pour l'écriture de %s"
|
1263 |
|
1264 |
#: wps-updates.php:73
|
1265 |
msgid "GeoIP Database updated successfully!"
|
@@ -1267,38 +1267,38 @@ msgstr "Base de données GeoIP mis à jour avec succès !"
|
|
1267 |
|
1268 |
#: wps-updates.php:98
|
1269 |
msgid "GeoIP update on"
|
1270 |
-
msgstr "GeoIP mis à jour"
|
1271 |
|
1272 |
#: wps-updates.php:165
|
1273 |
msgid "Error downloading browscap database from: %s - %s"
|
1274 |
-
msgstr "Erreur lors du téléchargement de base de données de browscap
|
1275 |
|
1276 |
#: wps-updates.php:267
|
1277 |
msgid "browscap database updated successfully!"
|
1278 |
-
msgstr "
|
1279 |
|
1280 |
#: wps-updates.php:277
|
1281 |
msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
|
1282 |
-
msgstr "Mise à jour de la base de donnée browscap ratée!
|
1283 |
|
1284 |
#: wps-updates.php:285
|
1285 |
msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
|
1286 |
-
msgstr "Erreur lors de la mise à jour de la base de donnée browscap! Le nouveau browscap.ini n'identifie pas les agents utilisateurs comme crawlers, retour à l'ancien browscap.ini
|
1287 |
|
1288 |
#: wps-updates.php:307
|
1289 |
msgid "browscap already at current version!"
|
1290 |
-
msgstr "
|
1291 |
|
1292 |
#: wps-updates.php:320
|
1293 |
msgid "Browscap.ini update on"
|
1294 |
-
msgstr "Browscap.in mis à jour"
|
1295 |
|
1296 |
#. #-#-#-#-# plugin.pot (WP Statistics 9.4.1) #-#-#-#-#
|
1297 |
#. Plugin URI of the plugin/theme
|
1298 |
#. #-#-#-#-# plugin.pot (WP Statistics 9.4.1) #-#-#-#-#
|
1299 |
#. Author URI of the plugin/theme
|
1300 |
msgid "http://wp-statistics.com/"
|
1301 |
-
msgstr "http://
|
1302 |
|
1303 |
#. Author of the plugin/theme
|
1304 |
msgid "Mostafa Soufi & Greg Ross"
|
@@ -1315,20 +1315,20 @@ msgstr "Top 10 des navigateurs"
|
|
1315 |
#: dashboard.php:57 includes/log/widgets/countries.php:11
|
1316 |
#: includes/settings/tabs/wps-overview-display.php:27
|
1317 |
msgid "Top 10 Countries"
|
1318 |
-
msgstr "Top 10 pays"
|
1319 |
|
1320 |
#: dashboard.php:58
|
1321 |
msgid "Today's Visitor Map"
|
1322 |
-
msgstr "Carte des visiteurs
|
1323 |
|
1324 |
#: dashboard.php:59 editor.php:46 includes/log/hit-statistics.php:8
|
1325 |
#: includes/log/widgets/hits.php:10
|
1326 |
msgid "Hit Statistics"
|
1327 |
-
msgstr "Statistiques de
|
1328 |
|
1329 |
#: dashboard.php:60 includes/log/widgets/pages.php:14
|
1330 |
msgid "Top 10 Pages"
|
1331 |
-
msgstr "Top 10
|
1332 |
|
1333 |
#: dashboard.php:61 includes/log/last-visitor.php:36
|
1334 |
#: includes/log/widgets/recent.php:10
|
@@ -1340,12 +1340,12 @@ msgstr "Visiteurs récents"
|
|
1340 |
#: includes/log/top-referring.php:42 includes/log/widgets/referring.php:16
|
1341 |
#: includes/settings/tabs/wps-overview-display.php:26
|
1342 |
msgid "Top Referring Sites"
|
1343 |
-
msgstr "Top Sites référents"
|
1344 |
|
1345 |
#: dashboard.php:63 includes/log/widgets/search.php:10
|
1346 |
#: includes/log/widgets/summary.php:89
|
1347 |
msgid "Search Engine Referrals"
|
1348 |
-
msgstr "
|
1349 |
|
1350 |
#: dashboard.php:64 includes/log/widgets/summary.php:8
|
1351 |
msgid "Summary"
|
@@ -1360,11 +1360,11 @@ msgstr "Derniers mots recherchés"
|
|
1360 |
#: dashboard.php:66 includes/log/widgets/top.visitors.php:10
|
1361 |
#: includes/settings/tabs/wps-overview-display.php:35
|
1362 |
msgid "Top 10 Visitors Today"
|
1363 |
-
msgstr "Top 10 des visiteurs
|
1364 |
|
1365 |
#: dashboard.php:97
|
1366 |
msgid "Please reload the dashboard to display the content of this widget."
|
1367 |
-
msgstr "
|
1368 |
|
1369 |
#: dashboard.php:138
|
1370 |
msgid "WP Statistics Overview"
|
@@ -1372,20 +1372,20 @@ msgstr "Vue globale de WP Statistics"
|
|
1372 |
|
1373 |
#: editor.php:63
|
1374 |
msgid "This post is not yet published."
|
1375 |
-
msgstr "
|
1376 |
|
1377 |
#: includes/functions/geoip-populate.php:24
|
1378 |
msgid "Unable to load the GeoIP database, make sure you have downloaded it in the settings page."
|
1379 |
-
msgstr "Impossible de charger la base de données GeoIP, assurez-vous que vous avez
|
1380 |
|
1381 |
#: includes/functions/geoip-populate.php:48
|
1382 |
msgid "Updated %s GeoIP records in the visitors database."
|
1383 |
-
msgstr "Mise à jour de %s GeoIP
|
1384 |
|
1385 |
#: includes/functions/purge.php:21 includes/functions/purge.php:39
|
1386 |
#: includes/functions/purge.php:50 includes/functions/purge.php:83
|
1387 |
msgid "%s data older than %s days purged successfully."
|
1388 |
-
msgstr "
|
1389 |
|
1390 |
#: includes/functions/purge.php:23 includes/functions/purge.php:41
|
1391 |
#: includes/functions/purge.php:52 includes/functions/purge.php:85
|
@@ -1394,7 +1394,7 @@ msgstr "Aucun enregistrement trouvé à purger de %s !"
|
|
1394 |
|
1395 |
#: includes/functions/purge-hits.php:45 includes/functions/purge.php:98
|
1396 |
msgid "Database pruned on"
|
1397 |
-
msgstr "
|
1398 |
|
1399 |
#: includes/functions/purge.php:103
|
1400 |
msgid "Please select a value over 30 days."
|
@@ -1438,7 +1438,7 @@ msgstr "Plate-forme"
|
|
1438 |
|
1439 |
#: includes/log/all-browsers.php:126
|
1440 |
msgid "Browsers by platform"
|
1441 |
-
msgstr "Navigateurs par
|
1442 |
|
1443 |
#: includes/log/all-browsers.php:234
|
1444 |
msgid "%s Version"
|
@@ -1446,7 +1446,7 @@ msgstr "version %s"
|
|
1446 |
|
1447 |
#: includes/log/exclusions.php:8
|
1448 |
msgid "Attention: Exclusion are not currently set to be recorded, the results below may not reflect current statistics!"
|
1449 |
-
msgstr "
|
1450 |
|
1451 |
#: includes/log/exclusions.php:64
|
1452 |
msgid "Exclusions Statistics"
|
@@ -1486,11 +1486,11 @@ msgstr "1 an"
|
|
1486 |
|
1487 |
#: includes/log/exclusions.php:73
|
1488 |
msgid "Exclusions Statistical Chart"
|
1489 |
-
msgstr "
|
1490 |
|
1491 |
#: includes/log/exclusions.php:95
|
1492 |
msgid "Excluded hits in the last"
|
1493 |
-
msgstr "
|
1494 |
|
1495 |
#: includes/log/exclusions.php:95 includes/log/hit-statistics.php:65
|
1496 |
#: includes/log/search-statistics.php:69 includes/log/widgets/hits.php:61
|
@@ -1501,15 +1501,15 @@ msgstr "jours"
|
|
1501 |
|
1502 |
#: includes/log/exclusions.php:116
|
1503 |
msgid "Number of excluded hits"
|
1504 |
-
msgstr "Nombre de visites
|
1505 |
|
1506 |
#: includes/log/hit-statistics.php:27
|
1507 |
msgid "Hits Statistics Chart"
|
1508 |
-
msgstr "
|
1509 |
|
1510 |
#: includes/log/hit-statistics.php:65 includes/log/widgets/hits.php:61
|
1511 |
msgid "Hits in the last"
|
1512 |
-
msgstr "
|
1513 |
|
1514 |
#: includes/log/hit-statistics.php:86 includes/log/widgets/hits.php:82
|
1515 |
msgid "Number of visits and visitors"
|
@@ -1527,14 +1527,14 @@ msgstr "Visiteur"
|
|
1527 |
|
1528 |
#: includes/log/last-search.php:65
|
1529 |
msgid "Latest Search Word Statistics"
|
1530 |
-
msgstr "
|
1531 |
|
1532 |
#: includes/log/last-search.php:110 includes/log/last-visitor.php:101
|
1533 |
#: includes/log/online.php:50 includes/log/widgets/google.map.php:84
|
1534 |
#: includes/log/widgets/jqv.map.php:71 includes/log/widgets/recent.php:33
|
1535 |
#: includes/log/widgets/words.php:46
|
1536 |
msgid "#hash#"
|
1537 |
-
msgstr "#hash
|
1538 |
|
1539 |
#: includes/log/last-search.php:115 includes/log/last-visitor.php:106
|
1540 |
#: includes/log/online.php:55 includes/log/top-referring.php:71
|
@@ -1564,7 +1564,7 @@ msgstr "Tous les"
|
|
1564 |
|
1565 |
#: includes/log/last-visitor.php:68
|
1566 |
msgid "Recent Visitor Statistics"
|
1567 |
-
msgstr "Statistiques récentes de
|
1568 |
|
1569 |
#: includes/log/online.php:11 includes/log/online.php:18
|
1570 |
msgid "Online Users"
|
@@ -1576,23 +1576,23 @@ msgstr "En ligne depuis"
|
|
1576 |
|
1577 |
#: includes/log/page-statistics.php:26
|
1578 |
msgid "Page Trend for Post ID"
|
1579 |
-
msgstr "
|
1580 |
|
1581 |
#: includes/log/page-statistics.php:35
|
1582 |
msgid "Page Trend"
|
1583 |
-
msgstr "
|
1584 |
|
1585 |
#: includes/log/search-statistics.php:19 includes/log/search-statistics.php:28
|
1586 |
msgid "Search Engine Referral Statistics"
|
1587 |
-
msgstr "Statistiques de
|
1588 |
|
1589 |
#: includes/log/search-statistics.php:69 includes/log/widgets/search.php:59
|
1590 |
msgid "Search engine referrals in the last"
|
1591 |
-
msgstr "
|
1592 |
|
1593 |
#: includes/log/search-statistics.php:90 includes/log/widgets/search.php:80
|
1594 |
msgid "Number of referrals"
|
1595 |
-
msgstr "Nombre de
|
1596 |
|
1597 |
#: includes/log/exclusions.php:24 includes/log/search-statistics.php:104
|
1598 |
#: includes/log/widgets/search.php:94 includes/log/widgets/summary.php:72
|
@@ -1602,12 +1602,12 @@ msgstr "Total"
|
|
1602 |
|
1603 |
#: includes/log/top-countries.php:18
|
1604 |
msgid "Top Countries"
|
1605 |
-
msgstr "
|
1606 |
|
1607 |
#: includes/log/top-countries.php:30 includes/log/widgets/countries.php:30
|
1608 |
#: includes/log/widgets/top.visitors.php:30
|
1609 |
msgid "Rank"
|
1610 |
-
msgstr "
|
1611 |
|
1612 |
#: includes/log/top-countries.php:31 includes/log/widgets/countries.php:31
|
1613 |
#: includes/log/widgets/top.visitors.php:32
|
@@ -1621,19 +1621,19 @@ msgstr "Pays"
|
|
1621 |
|
1622 |
#: includes/log/top-countries.php:33 includes/log/widgets/countries.php:33
|
1623 |
msgid "Visitor Count"
|
1624 |
-
msgstr "Nombre de
|
1625 |
|
1626 |
#: includes/log/top-pages.php:19 includes/log/top-pages.php:149
|
1627 |
msgid "Top Pages"
|
1628 |
-
msgstr "Top Pages"
|
1629 |
|
1630 |
#: includes/log/top-pages.php:29
|
1631 |
msgid "Top 5 Pages Trends"
|
1632 |
-
msgstr "Top 5 Pages
|
1633 |
|
1634 |
#: includes/log/top-pages.php:60
|
1635 |
msgid "Top 5 Page Trending Stats"
|
1636 |
-
msgstr "
|
1637 |
|
1638 |
#: includes/log/top-pages.php:81 includes/log/widgets/page.php:63
|
1639 |
msgid "Number of Hits"
|
@@ -1641,7 +1641,7 @@ msgstr "Nombre de Hits"
|
|
1641 |
|
1642 |
#: includes/log/top-pages.php:177 includes/log/widgets/pages.php:35
|
1643 |
msgid "No page title found"
|
1644 |
-
msgstr "Aucun titre de
|
1645 |
|
1646 |
#: includes/log/top-pages.php:180 includes/log/widgets/pages.php:38
|
1647 |
#: includes/optimization/tabs/wps-optimization-historical.php:37
|
@@ -1656,7 +1656,7 @@ msgstr "Seront ajoutées prochainement"
|
|
1656 |
|
1657 |
#: includes/log/top-referring.php:40
|
1658 |
msgid "Referring sites from"
|
1659 |
-
msgstr "
|
1660 |
|
1661 |
#: includes/log/top-referring.php:110 includes/log/widgets/referring.php:34
|
1662 |
msgid "References"
|
@@ -1664,19 +1664,19 @@ msgstr "Références"
|
|
1664 |
|
1665 |
#: includes/log/top-visitors.php:12
|
1666 |
msgid "Top 100 Visitors Today"
|
1667 |
-
msgstr "Top 100 des visiteurs
|
1668 |
|
1669 |
#: includes/log/widgets/about.php:8
|
1670 |
msgid "About WP Statistics Version %s"
|
1671 |
-
msgstr "WP Statistics Version %s"
|
1672 |
|
1673 |
#: includes/log/widgets/about.php:25
|
1674 |
msgid "Website"
|
1675 |
-
msgstr "Site
|
1676 |
|
1677 |
#: includes/log/widgets/about.php:26
|
1678 |
msgid "Rate and Review"
|
1679 |
-
msgstr "
|
1680 |
|
1681 |
#: includes/log/widgets/about.php:30
|
1682 |
msgid "More Information"
|
@@ -1684,7 +1684,7 @@ msgstr "Plus d'informations"
|
|
1684 |
|
1685 |
#: includes/log/widgets/about.php:39 includes/settings/tabs/wps-about.php:12
|
1686 |
msgid "This product includes GeoLite2 data created by MaxMind, available from %s."
|
1687 |
-
msgstr "Ce produit inclut des données de GeoLite2 créées par MaxMind, disponible
|
1688 |
|
1689 |
#: includes/log/widgets/browsers.php:10 includes/log/widgets/countries.php:11
|
1690 |
#: includes/log/widgets/hits.php:10 includes/log/widgets/pages.php:14
|
@@ -1700,7 +1700,7 @@ msgstr "Autres"
|
|
1700 |
|
1701 |
#: includes/log/widgets/google.map.php:9 includes/log/widgets/jqv.map.php:9
|
1702 |
msgid "Today Visitors Map"
|
1703 |
-
msgstr "
|
1704 |
|
1705 |
#: includes/log/widgets/referring.php:35
|
1706 |
msgid "Address"
|
@@ -1708,7 +1708,7 @@ msgstr "Adresse"
|
|
1708 |
|
1709 |
#: includes/log/widgets/summary.php:26
|
1710 |
msgid "User(s) Online"
|
1711 |
-
msgstr "Utilisateur
|
1712 |
|
1713 |
#: includes/log/widgets/summary.php:42 includes/log/widgets/summary.php:94
|
1714 |
msgid "Today"
|
@@ -1764,11 +1764,11 @@ msgstr "Accès refusé !"
|
|
1764 |
|
1765 |
#: ajax.php:31
|
1766 |
msgid "%s agent data deleted successfully."
|
1767 |
-
msgstr "données
|
1768 |
|
1769 |
#: ajax.php:34
|
1770 |
msgid "No agent data found to remove!"
|
1771 |
-
msgstr "
|
1772 |
|
1773 |
#: ajax.php:38 ajax.php:68 ajax.php:116 ajax.php:122
|
1774 |
msgid "Please select the desired items."
|
@@ -1776,11 +1776,11 @@ msgstr "Veuillez sélectionner les éléments souhaités."
|
|
1776 |
|
1777 |
#: ajax.php:62
|
1778 |
msgid "%s platform data deleted successfully."
|
1779 |
-
msgstr "données de plate-forme
|
1780 |
|
1781 |
#: ajax.php:65
|
1782 |
msgid "No platform data found to remove!"
|
1783 |
-
msgstr "
|
1784 |
|
1785 |
#: includes/functions/functions.php:1019
|
1786 |
msgid "%s table data deleted successfully."
|
@@ -1788,7 +1788,7 @@ msgstr "données de la table %s supprimées avec succès."
|
|
1788 |
|
1789 |
#: includes/functions/functions.php:1023
|
1790 |
msgid "Error, %s not emptied!"
|
1791 |
-
msgstr "Erreur, %s n'a
|
1792 |
|
1793 |
#: includes/optimization/tabs/wps-optimization-database.php:5
|
1794 |
msgid "Database Setup"
|
@@ -1800,11 +1800,11 @@ msgstr "Réexécutez l'installation"
|
|
1800 |
|
1801 |
#: includes/optimization/tabs/wps-optimization-database.php:14
|
1802 |
msgid "Install Now!"
|
1803 |
-
msgstr "Installer
|
1804 |
|
1805 |
#: includes/optimization/tabs/wps-optimization-database.php:15
|
1806 |
msgid "If for some reason your installation of WP Statistics is missing the database tables or other core items, this will re-execute the install process."
|
1807 |
-
msgstr "Si pour une raison quelconque votre installation de WP Statistics
|
1808 |
|
1809 |
#: includes/optimization/tabs/wps-optimization-database.php:20
|
1810 |
msgid "Database Index"
|
@@ -1821,26 +1821,26 @@ msgstr "Pays"
|
|
1821 |
#: includes/optimization/tabs/wps-optimization-updates.php:25
|
1822 |
#: includes/optimization/tabs/wps-optimization-updates.php:40
|
1823 |
msgid "Update Now!"
|
1824 |
-
msgstr "Mettre à jour!"
|
1825 |
|
1826 |
#: includes/optimization/tabs/wps-optimization-database.php:40
|
1827 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistitors table, delete duplicate entries and add the index."
|
1828 |
-
msgstr "
|
1829 |
|
1830 |
#: includes/optimization/tabs/wps-optimization-database.php:41
|
1831 |
#: includes/optimization/tabs/wps-optimization-database.php:102
|
1832 |
msgid "This operation could take a long time on installs with many rows in the visitors table."
|
1833 |
-
msgstr "Cette opération peut prendre un certain temps sur
|
1834 |
|
1835 |
#: includes/optimization/tabs/wps-optimization-database.php:46
|
1836 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table."
|
1837 |
-
msgstr "
|
1838 |
|
1839 |
#: includes/optimization/tabs/wps-optimization-database.php:47
|
1840 |
#: includes/optimization/tabs/wps-optimization-database.php:77
|
1841 |
#: includes/optimization/tabs/wps-optimization-database.php:108
|
1842 |
msgid "Congratulations, your installation is already up to date, nothing to do."
|
1843 |
-
msgstr "Félicitations, votre installation est déjà à jour, rien à
|
1844 |
|
1845 |
#: includes/optimization/tabs/wps-optimization-export.php:8
|
1846 |
#: includes/optimization/wps-optimization.php:212
|
@@ -1879,7 +1879,7 @@ msgstr "Inclure la ligne d'en-tête"
|
|
1879 |
|
1880 |
#: includes/optimization/tabs/wps-optimization-export.php:53
|
1881 |
msgid "Include a header row as the first line of the exported file."
|
1882 |
-
msgstr "Incluez une ligne
|
1883 |
|
1884 |
#: includes/optimization/tabs/wps-optimization-export.php:54
|
1885 |
msgid "Start Now!"
|
@@ -1891,7 +1891,7 @@ msgstr "Valeurs historiques"
|
|
1891 |
|
1892 |
#: includes/optimization/tabs/wps-optimization-historical.php:20
|
1893 |
msgid "Note: As you have just purged the database you must reload this page for these numbers to be correct."
|
1894 |
-
msgstr "Note : comme vous
|
1895 |
|
1896 |
#: includes/optimization/tabs/wps-optimization-historical.php:26
|
1897 |
#: includes/settings/tabs/wps-general.php:138
|
@@ -1902,15 +1902,15 @@ msgstr "Visiteurs"
|
|
1902 |
|
1903 |
#: includes/optimization/tabs/wps-optimization-historical.php:31
|
1904 |
msgid "Number of historical number of visitors to the site (current value is %s)."
|
1905 |
-
msgstr "
|
1906 |
|
1907 |
#: includes/optimization/tabs/wps-optimization-historical.php:42
|
1908 |
msgid "Number of historical number of visits to the site (current value is %s)."
|
1909 |
-
msgstr "
|
1910 |
|
1911 |
#: includes/optimization/tabs/wps-optimization-historical.php:48
|
1912 |
msgid "Update now!"
|
1913 |
-
msgstr "
|
1914 |
|
1915 |
#: includes/optimization/tabs/wps-optimization-purging.php:10
|
1916 |
#: includes/optimization/tabs/wps-optimization-purging.php:43
|
@@ -1918,7 +1918,7 @@ msgstr "! Mettre à jour maintenant"
|
|
1918 |
#: includes/optimization/tabs/wps-optimization-purging.php:107
|
1919 |
#: includes/optimization/tabs/wps-optimization-purging.php:141
|
1920 |
msgid "Are you sure?"
|
1921 |
-
msgstr "
|
1922 |
|
1923 |
#: includes/optimization/tabs/wps-optimization-purging.php:175
|
1924 |
msgid "Data"
|
@@ -1926,11 +1926,11 @@ msgstr "Données"
|
|
1926 |
|
1927 |
#: includes/optimization/tabs/wps-optimization-purging.php:180
|
1928 |
msgid "Empty Table"
|
1929 |
-
msgstr "
|
1930 |
|
1931 |
#: includes/optimization/tabs/wps-optimization-purging.php:193
|
1932 |
msgid "All data table will be lost."
|
1933 |
-
msgstr "Toutes les
|
1934 |
|
1935 |
#: includes/optimization/tabs/wps-optimization-purging.php:194
|
1936 |
msgid "Clear now!"
|
@@ -1938,20 +1938,20 @@ msgstr "Effacer maintenant !"
|
|
1938 |
|
1939 |
#: includes/optimization/tabs/wps-optimization-purging.php:202
|
1940 |
msgid "Purge records older than"
|
1941 |
-
msgstr "Purger les
|
1942 |
|
1943 |
#: includes/optimization/tabs/wps-optimization-purging.php:208
|
1944 |
msgid "Deleted user statistics data older than the selected number of days. Minimum value is 30 days."
|
1945 |
-
msgstr "
|
1946 |
|
1947 |
#: includes/optimization/tabs/wps-optimization-purging.php:209
|
1948 |
#: includes/optimization/tabs/wps-optimization-purging.php:224
|
1949 |
msgid "Purge now!"
|
1950 |
-
msgstr "
|
1951 |
|
1952 |
#: includes/optimization/tabs/wps-optimization-purging.php:231
|
1953 |
msgid "Delete User Agent Types"
|
1954 |
-
msgstr "Supprimez les
|
1955 |
|
1956 |
#: includes/optimization/tabs/wps-optimization-purging.php:236
|
1957 |
msgid "Delete Agents"
|
@@ -1990,7 +1990,7 @@ msgstr "Octets"
|
|
1990 |
|
1991 |
#: includes/optimization/tabs/wps-optimization-resources.php:33
|
1992 |
msgid "Last Overview page memory usage"
|
1993 |
-
msgstr "
|
1994 |
|
1995 |
#: includes/optimization/tabs/wps-optimization-resources.php:38
|
1996 |
msgid "Memory usage in the overview page"
|
@@ -2002,7 +2002,7 @@ msgstr "Limite de mémoire PHP"
|
|
2002 |
|
2003 |
#: includes/optimization/tabs/wps-optimization-resources.php:49
|
2004 |
msgid "The memory limit a script is allowed to consume, set in php.ini."
|
2005 |
-
msgstr "La limite de mémoire un script est
|
2006 |
|
2007 |
#: includes/optimization/tabs/wps-optimization-resources.php:55
|
2008 |
#: includes/optimization/tabs/wps-optimization-resources.php:66
|
@@ -2033,7 +2033,7 @@ msgstr "Nombre de lignes"
|
|
2033 |
|
2034 |
#: includes/optimization/tabs/wps-optimization-resources.php:120
|
2035 |
msgid "Version Info"
|
2036 |
-
msgstr "Version
|
2037 |
|
2038 |
#: includes/optimization/tabs/wps-optimization-resources.php:125
|
2039 |
msgid "WP Statistics Version"
|
@@ -2041,7 +2041,7 @@ msgstr "WP Statistics Version"
|
|
2041 |
|
2042 |
#: includes/optimization/tabs/wps-optimization-resources.php:130
|
2043 |
msgid "The WP Statistics version you are running."
|
2044 |
-
msgstr "La version de WP Statistics que vous
|
2045 |
|
2046 |
#: includes/optimization/tabs/wps-optimization-resources.php:136
|
2047 |
msgid "PHP Version"
|
@@ -2049,7 +2049,7 @@ msgstr "Version PHP"
|
|
2049 |
|
2050 |
#: includes/optimization/tabs/wps-optimization-resources.php:141
|
2051 |
msgid "The PHP version you are running."
|
2052 |
-
msgstr "
|
2053 |
|
2054 |
#: includes/optimization/tabs/wps-optimization-resources.php:147
|
2055 |
msgid "PHP Safe Mode"
|
@@ -2057,27 +2057,27 @@ msgstr "PHP Safe Mode"
|
|
2057 |
|
2058 |
#: includes/optimization/tabs/wps-optimization-resources.php:152
|
2059 |
msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
|
2060 |
-
msgstr "PHP Safe Mode est activé. Le code de GeoIP n'est pas pris en charge en Mode
|
2061 |
|
2062 |
#: includes/optimization/tabs/wps-optimization-resources.php:158
|
2063 |
msgid "jQuery Version"
|
2064 |
-
msgstr "jQuery
|
2065 |
|
2066 |
#: includes/optimization/tabs/wps-optimization-resources.php:163
|
2067 |
msgid "The jQuery version you are running."
|
2068 |
-
msgstr "La version jQuery que vous
|
2069 |
|
2070 |
#: includes/optimization/tabs/wps-optimization-resources.php:169
|
2071 |
msgid "cURL Version"
|
2072 |
-
msgstr "cURL
|
2073 |
|
2074 |
#: includes/optimization/tabs/wps-optimization-resources.php:173
|
2075 |
msgid "cURL not installed"
|
2076 |
-
msgstr "cURL
|
2077 |
|
2078 |
#: includes/optimization/tabs/wps-optimization-resources.php:174
|
2079 |
msgid "The PHP cURL Extension version you are running. cURL is required for the GeoIP code, if it is not installed GeoIP will be disabled."
|
2080 |
-
msgstr "
|
2081 |
|
2082 |
#: includes/optimization/tabs/wps-optimization-resources.php:180
|
2083 |
msgid "BC Math"
|
@@ -2093,11 +2093,11 @@ msgstr "Pas installé"
|
|
2093 |
|
2094 |
#: includes/optimization/tabs/wps-optimization-resources.php:185
|
2095 |
msgid "If the PHP BC Math Extension is installed. BC Math is no longer required for the GeoIP code and is listed here only for historical reasons."
|
2096 |
-
msgstr "Si
|
2097 |
|
2098 |
#: includes/optimization/tabs/wps-optimization-resources.php:190
|
2099 |
msgid "File Info"
|
2100 |
-
msgstr "
|
2101 |
|
2102 |
#: includes/optimization/tabs/wps-optimization-resources.php:195
|
2103 |
msgid "GeoIP Database"
|
@@ -2105,7 +2105,7 @@ msgstr "Base de données GeoIP"
|
|
2105 |
|
2106 |
#: includes/optimization/tabs/wps-optimization-resources.php:204
|
2107 |
msgid "Database file does not exist."
|
2108 |
-
msgstr "
|
2109 |
|
2110 |
#: includes/optimization/tabs/wps-optimization-resources.php:206
|
2111 |
#: includes/optimization/tabs/wps-optimization-resources.php:225
|
@@ -2119,11 +2119,11 @@ msgstr "La taille du fichier et la date de la base de données GeoIP."
|
|
2119 |
|
2120 |
#: includes/optimization/tabs/wps-optimization-resources.php:214
|
2121 |
msgid "browscap.ini File"
|
2122 |
-
msgstr "
|
2123 |
|
2124 |
#: includes/optimization/tabs/wps-optimization-resources.php:223
|
2125 |
msgid "browscap.ini file does not exist."
|
2126 |
-
msgstr "fichier
|
2127 |
|
2128 |
#: includes/optimization/tabs/wps-optimization-resources.php:227
|
2129 |
msgid "The file size and date of the browscap.ini file."
|
@@ -2131,11 +2131,11 @@ msgstr "La taille du fichier et la date du fichier browscap.ini."
|
|
2131 |
|
2132 |
#: includes/optimization/tabs/wps-optimization-resources.php:233
|
2133 |
msgid "browscap Cache File"
|
2134 |
-
msgstr "fichier cache de
|
2135 |
|
2136 |
#: includes/optimization/tabs/wps-optimization-resources.php:242
|
2137 |
msgid "browscap cache file does not exist."
|
2138 |
-
msgstr "le fichier cache
|
2139 |
|
2140 |
#: includes/optimization/tabs/wps-optimization-resources.php:246
|
2141 |
msgid "The file size and date of the browscap cache file."
|
@@ -2147,7 +2147,7 @@ msgstr "Info client"
|
|
2147 |
|
2148 |
#: includes/optimization/tabs/wps-optimization-resources.php:256
|
2149 |
msgid "Client IP"
|
2150 |
-
msgstr "
|
2151 |
|
2152 |
#: includes/optimization/tabs/wps-optimization-resources.php:261
|
2153 |
msgid "The client IP address."
|
@@ -2155,11 +2155,11 @@ msgstr "L'adresse IP du client."
|
|
2155 |
|
2156 |
#: includes/optimization/tabs/wps-optimization-resources.php:267
|
2157 |
msgid "User Agent"
|
2158 |
-
msgstr "
|
2159 |
|
2160 |
#: includes/optimization/tabs/wps-optimization-resources.php:272
|
2161 |
msgid "The client user agent string."
|
2162 |
-
msgstr "La chaîne
|
2163 |
|
2164 |
#: includes/optimization/tabs/wps-optimization-resources.php:278
|
2165 |
msgid "Browser"
|
@@ -2167,19 +2167,19 @@ msgstr "Navigateur"
|
|
2167 |
|
2168 |
#: includes/optimization/tabs/wps-optimization-resources.php:285
|
2169 |
msgid "The detected client browser."
|
2170 |
-
msgstr "
|
2171 |
|
2172 |
#: includes/optimization/tabs/wps-optimization-resources.php:296
|
2173 |
msgid "The detected client browser version."
|
2174 |
-
msgstr "
|
2175 |
|
2176 |
#: includes/optimization/tabs/wps-optimization-resources.php:307
|
2177 |
msgid "The detected client platform."
|
2178 |
-
msgstr "
|
2179 |
|
2180 |
#: includes/optimization/tabs/wps-optimization-updates.php:4
|
2181 |
msgid "This will replace all IP addresses in the database with hash values and cannot be undo, are you sure?"
|
2182 |
-
msgstr "Cela remplacera toutes les adresses IP dans la base de données avec les valeurs de hachage et ne peut pas être
|
2183 |
|
2184 |
#: includes/optimization/tabs/wps-optimization-updates.php:16
|
2185 |
msgid "GeoIP Options"
|
@@ -2187,7 +2187,7 @@ msgstr "Options de GeoIP"
|
|
2187 |
|
2188 |
#: includes/optimization/tabs/wps-optimization-updates.php:26
|
2189 |
msgid "Updates any unknown location data in the database, this may take a while"
|
2190 |
-
msgstr "Met à jour des données de localisation
|
2191 |
|
2192 |
#: includes/optimization/tabs/wps-optimization-updates.php:31
|
2193 |
#: includes/settings/tabs/wps-general.php:66
|
@@ -2209,11 +2209,11 @@ msgstr "Adresses IP remplacées par des valeurs de hachage."
|
|
2209 |
|
2210 |
#: includes/optimization/wps-optimization.php:51
|
2211 |
msgid "Install routine complete."
|
2212 |
-
msgstr "
|
2213 |
|
2214 |
#: includes/optimization/wps-optimization.php:211
|
2215 |
msgid "Resources/Information"
|
2216 |
-
msgstr "Ressources/
|
2217 |
|
2218 |
#: includes/optimization/wps-optimization.php:213
|
2219 |
msgid "Purging"
|
@@ -2237,19 +2237,19 @@ msgstr "WP Statistics V %s"
|
|
2237 |
|
2238 |
#: includes/settings/tabs/wps-about.php:28
|
2239 |
msgid "Visit Us Online"
|
2240 |
-
msgstr "
|
2241 |
|
2242 |
#: includes/settings/tabs/wps-about.php:32
|
2243 |
msgid "Come visit our great new %s and keep up to date on the latest news about WP Statistics."
|
2244 |
-
msgstr "
|
2245 |
|
2246 |
#: includes/settings/tabs/wps-about.php:32
|
2247 |
msgid "website"
|
2248 |
-
msgstr "site
|
2249 |
|
2250 |
#: includes/settings/tabs/wps-about.php:36
|
2251 |
msgid "Rate and Review at WordPress.org"
|
2252 |
-
msgstr "
|
2253 |
|
2254 |
#: includes/settings/tabs/wps-about.php:40
|
2255 |
msgid "Thanks for installing WP Statistics, we encourage you to submit a "
|
@@ -2257,11 +2257,11 @@ msgstr "Merci pour l'installation de WP Statistics, nous vous encourageons à so
|
|
2257 |
|
2258 |
#: includes/settings/tabs/wps-about.php:40
|
2259 |
msgid "rating and review"
|
2260 |
-
msgstr "
|
2261 |
|
2262 |
#: includes/settings/tabs/wps-about.php:40
|
2263 |
msgid "over at WordPress.org. Your feedback is greatly appreciated!"
|
2264 |
-
msgstr "
|
2265 |
|
2266 |
#: includes/settings/tabs/wps-about.php:44
|
2267 |
msgid "Translations"
|
@@ -2269,7 +2269,7 @@ msgstr "Traductions"
|
|
2269 |
|
2270 |
#: includes/settings/tabs/wps-about.php:48
|
2271 |
msgid "WP Statistics supports internationalization and we encourage our users to submit translations, please visit our %s to see the current status and %s if you would like to help."
|
2272 |
-
msgstr "WP Statistics
|
2273 |
|
2274 |
#: includes/settings/tabs/wps-about.php:48
|
2275 |
msgid "translation collaboration site"
|
@@ -2281,16 +2281,16 @@ msgstr "nous laisser un message"
|
|
2281 |
|
2282 |
#: includes/settings/tabs/wps-about.php:52
|
2283 |
msgid "Support"
|
2284 |
-
msgstr "
|
2285 |
|
2286 |
#: includes/settings/tabs/wps-about.php:57
|
2287 |
msgid "We're sorry you're having problem with WP Statistics and we're happy to help out. Here are a few things to do before contacting us:"
|
2288 |
-
msgstr "Nous sommes navrés que vous rencontrez un problème avec
|
2289 |
|
2290 |
#: includes/settings/tabs/wps-about.php:60
|
2291 |
#: includes/settings/tabs/wps-about.php:61
|
2292 |
msgid "Have you read the %s?"
|
2293 |
-
msgstr "Avez-vous lu
|
2294 |
|
2295 |
#: includes/settings/tabs/wps-about.php:60
|
2296 |
msgid "FAQs"
|
@@ -2298,11 +2298,11 @@ msgstr "Foire aux questions"
|
|
2298 |
|
2299 |
#: includes/settings/tabs/wps-about.php:61
|
2300 |
msgid "manual"
|
2301 |
-
msgstr "
|
2302 |
|
2303 |
#: includes/settings/tabs/wps-about.php:62
|
2304 |
msgid "Have you search the %s for a similar issue?"
|
2305 |
-
msgstr "
|
2306 |
|
2307 |
#: includes/settings/tabs/wps-about.php:62
|
2308 |
msgid "support forum"
|
@@ -2310,11 +2310,11 @@ msgstr "forum de support"
|
|
2310 |
|
2311 |
#: includes/settings/tabs/wps-about.php:63
|
2312 |
msgid "Have you search the Internet for any error messages you are receiving?"
|
2313 |
-
msgstr "
|
2314 |
|
2315 |
#: includes/settings/tabs/wps-about.php:64
|
2316 |
msgid "Make sure you have access to your PHP error logs."
|
2317 |
-
msgstr "
|
2318 |
|
2319 |
#: includes/settings/tabs/wps-about.php:67
|
2320 |
msgid "And a few things to double-check:"
|
@@ -2322,11 +2322,11 @@ msgstr "Et quelques petites choses à vérifier :"
|
|
2322 |
|
2323 |
#: includes/settings/tabs/wps-about.php:70
|
2324 |
msgid "How's your memory_limit in php.ini?"
|
2325 |
-
msgstr "
|
2326 |
|
2327 |
#: includes/settings/tabs/wps-about.php:71
|
2328 |
msgid "Have you tried disabling any other plugins you may have installed?"
|
2329 |
-
msgstr "Avez
|
2330 |
|
2331 |
#: includes/settings/tabs/wps-about.php:72
|
2332 |
msgid "Have you tried using the default WordPress theme?"
|
@@ -2334,15 +2334,15 @@ msgstr "Avez-vous essayé d'utiliser le thème WordPress par défaut ?"
|
|
2334 |
|
2335 |
#: includes/settings/tabs/wps-about.php:73
|
2336 |
msgid "Have you double checked the plugin settings?"
|
2337 |
-
msgstr "Avez-vous
|
2338 |
|
2339 |
#: includes/settings/tabs/wps-about.php:74
|
2340 |
msgid "Do you have all the required PHP extensions installed?"
|
2341 |
-
msgstr "
|
2342 |
|
2343 |
#: includes/settings/tabs/wps-about.php:75
|
2344 |
msgid "Are you getting a blank or incomplete page displayed in your browser? Did you view the source for the page and check for any fatal errors?"
|
2345 |
-
msgstr "Êtes-vous une page vide ou incomplète affichée dans votre navigateur ?
|
2346 |
|
2347 |
#: includes/settings/tabs/wps-about.php:76
|
2348 |
msgid "Have you checked your PHP and web server error logs?"
|
@@ -2350,7 +2350,7 @@ msgstr "Avez-vous vérifié vos journaux d'erreurs de serveur web et PHP ?"
|
|
2350 |
|
2351 |
#: includes/settings/tabs/wps-about.php:79
|
2352 |
msgid "Still not having any luck?"
|
2353 |
-
msgstr "Toujours
|
2354 |
|
2355 |
#: includes/settings/tabs/wps-about.php:79
|
2356 |
msgid "Then please open a new thread on the %s and we'll respond as soon as possible."
|
@@ -2370,11 +2370,11 @@ msgstr "Farsi"
|
|
2370 |
|
2371 |
#: includes/settings/tabs/wps-exclusions.php:21
|
2372 |
msgid "WP Statistics Honey Pot Page"
|
2373 |
-
msgstr "
|
2374 |
|
2375 |
#: includes/settings/tabs/wps-exclusions.php:22
|
2376 |
msgid "This is the honey pot for WP Statistics to use, do not delete."
|
2377 |
-
msgstr "
|
2378 |
|
2379 |
#: includes/settings/tabs/wps-access-level.php:23
|
2380 |
#: includes/settings/wps-settings.php:103
|
@@ -2391,23 +2391,23 @@ msgstr "Niveau d'utilisateur requis pour gérer les WP Statistics"
|
|
2391 |
|
2392 |
#: includes/settings/tabs/wps-access-level.php:75
|
2393 |
msgid "See the %s for details on capability levels."
|
2394 |
-
msgstr "Voir
|
2395 |
|
2396 |
#: includes/settings/tabs/wps-access-level.php:75
|
2397 |
msgid "WordPress Roles and Capabilities page"
|
2398 |
-
msgstr "Page
|
2399 |
|
2400 |
#: includes/settings/tabs/wps-access-level.php:76
|
2401 |
msgid "Hint: manage_network = Super Admin Network, manage_options = Administrator, edit_others_posts = Editor, publish_posts = Author, edit_posts = Contributor, read = Everyone."
|
2402 |
-
msgstr "Remarque : manage_network = Super Admin
|
2403 |
|
2404 |
#: includes/settings/tabs/wps-access-level.php:77
|
2405 |
msgid "Each of the above casscades the rights upwards in the default WordPress configuration. So for example selecting publish_posts grants the right to Authors, Editors, Admins and Super Admins."
|
2406 |
-
msgstr "
|
2407 |
|
2408 |
#: includes/settings/tabs/wps-access-level.php:78
|
2409 |
msgid "If you need a more robust solution to delegate access you might want to look at %s in the WordPress plugin directory."
|
2410 |
-
msgstr "Si vous avez besoin d'une solution plus robuste pour déléguer l'accès
|
2411 |
|
2412 |
#: includes/log/exclusions.php:197 includes/settings/tabs/wps-exclusions.php:46
|
2413 |
#: includes/settings/wps-settings.php:104 wp-statistics.php:352
|
@@ -2417,18 +2417,18 @@ msgstr "Exclusions"
|
|
2417 |
|
2418 |
#: includes/settings/tabs/wps-exclusions.php:50
|
2419 |
msgid "Record exclusions"
|
2420 |
-
msgstr "
|
2421 |
|
2422 |
#: includes/settings/tabs/wps-exclusions.php:52
|
2423 |
#: includes/settings/tabs/wps-exclusions.php:106
|
2424 |
#: includes/settings/tabs/wps-exclusions.php:133
|
2425 |
#: includes/settings/tabs/wps-exclusions.php:150
|
2426 |
msgid "Enable"
|
2427 |
-
msgstr "
|
2428 |
|
2429 |
#: includes/settings/tabs/wps-exclusions.php:53
|
2430 |
msgid "This will record all the excluded hits in a separate table with the reasons why it was excluded but no other information. This will generate a lot of data but is useful if you want to see the total number of hits your site gets, not just actual user visits."
|
2431 |
-
msgstr "Ceci enregistrera tous les hits exclus dans une table distincte, avec les raisons pourquoi il a été exclu, mais aucune autre information. Cela va générer une grande quantité de données mais est utile si vous souhaitez afficher le nombre total de visites votre site
|
2432 |
|
2433 |
#: includes/settings/tabs/wps-exclusions.php:58
|
2434 |
msgid "Exclude User Roles"
|
@@ -2444,7 +2444,7 @@ msgstr "Exclure"
|
|
2444 |
|
2445 |
#: includes/settings/tabs/wps-exclusions.php:75
|
2446 |
msgid "Exclude %s role from data collection."
|
2447 |
-
msgstr "Exclure rôle %s de collecte de données."
|
2448 |
|
2449 |
#: includes/settings/tabs/wps-exclusions.php:81
|
2450 |
msgid "IP/Robot Exclusions"
|
@@ -2456,19 +2456,19 @@ msgstr "Liste de robot"
|
|
2456 |
|
2457 |
#: includes/settings/tabs/wps-exclusions.php:98
|
2458 |
msgid "A list of words (one per line) to match against to detect robots. Entries must be at least 4 characters long or they will be ignored."
|
2459 |
-
msgstr "Une liste de mots (un par ligne)
|
2460 |
|
2461 |
#: includes/settings/tabs/wps-exclusions.php:99
|
2462 |
msgid "Reset to Default"
|
2463 |
-
msgstr "Réinitialiser
|
2464 |
|
2465 |
#: includes/settings/tabs/wps-exclusions.php:104
|
2466 |
msgid "Force robot list update after upgrades"
|
2467 |
-
msgstr "Force
|
2468 |
|
2469 |
#: includes/settings/tabs/wps-exclusions.php:107
|
2470 |
msgid "Force the robot list to be reset to the default after an update to WP Statistics takes place. Note if this option is enabled any custom robots you have added to the list will be lost."
|
2471 |
-
msgstr "Force la liste de robot pour être remis à
|
2472 |
|
2473 |
#: includes/settings/tabs/wps-exclusions.php:112
|
2474 |
msgid "Robot visit threshold"
|
@@ -2480,11 +2480,11 @@ msgstr "Considérer les visiteurs qui ont plus que ce nombre de visites par jour
|
|
2480 |
|
2481 |
#: includes/settings/tabs/wps-exclusions.php:120
|
2482 |
msgid "Excluded IP address list"
|
2483 |
-
msgstr "Liste d'adresses IP
|
2484 |
|
2485 |
#: includes/settings/tabs/wps-exclusions.php:123
|
2486 |
msgid "A list of IP addresses and subnet masks (one per line) to exclude from statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 formats are accepted). To specify an IP address only, use a subnet value of 32 or 255.255.255.255."
|
2487 |
-
msgstr "Une liste d'adresses IP et
|
2488 |
|
2489 |
#: includes/settings/tabs/wps-exclusions.php:124
|
2490 |
msgid "Add 10.0.0.0"
|
@@ -2504,23 +2504,23 @@ msgstr "Utiliser le pot de miel"
|
|
2504 |
|
2505 |
#: includes/settings/tabs/wps-exclusions.php:134
|
2506 |
msgid "Use a honey pot page to identify robots."
|
2507 |
-
msgstr "
|
2508 |
|
2509 |
#: includes/settings/tabs/wps-exclusions.php:139
|
2510 |
msgid "Honey pot post id"
|
2511 |
-
msgstr "
|
2512 |
|
2513 |
#: includes/settings/tabs/wps-exclusions.php:142
|
2514 |
msgid "The post id to use for the honeypot page."
|
2515 |
-
msgstr "
|
2516 |
|
2517 |
#: includes/settings/tabs/wps-exclusions.php:143
|
2518 |
msgid "Create a new honey pot page"
|
2519 |
-
msgstr "
|
2520 |
|
2521 |
#: includes/settings/tabs/wps-exclusions.php:156
|
2522 |
msgid "GeoIP Exclusions"
|
2523 |
-
msgstr "
|
2524 |
|
2525 |
#: includes/settings/tabs/wps-exclusions.php:160
|
2526 |
msgid "Excluded countries list"
|
@@ -2528,7 +2528,7 @@ msgstr "Liste des pays exclus"
|
|
2528 |
|
2529 |
#: includes/settings/tabs/wps-exclusions.php:163
|
2530 |
msgid "A list of country codes (one per line, two letters each) to exclude from statistics collection. Use \"000\" (three zeros) to exclude unknown countries."
|
2531 |
-
msgstr "Une liste de codes de pays (un par ligne,deux lettres chacun) à exclure des statistiques. Utilisez \"000\" (trois zéros) pour exclure les pays inconnus"
|
2532 |
|
2533 |
#: includes/settings/tabs/wps-exclusions.php:168
|
2534 |
msgid "Included countries list"
|
@@ -2536,11 +2536,11 @@ msgstr "Liste des pays inclus"
|
|
2536 |
|
2537 |
#: includes/settings/tabs/wps-exclusions.php:171
|
2538 |
msgid "A list of country codes (one per line, two letters each) to include in statistics collection, if this list is not empty, only visitors from the included countries will be recorded. Use \"000\" (three zeros) to exclude unknown countries."
|
2539 |
-
msgstr "Une liste de codes de pays (un par ligne,deux lettres chacun) à inclure dans les statistiques.
|
2540 |
|
2541 |
#: includes/settings/tabs/wps-exclusions.php:176
|
2542 |
msgid "Host Exclusions"
|
2543 |
-
msgstr "
|
2544 |
|
2545 |
#: includes/settings/tabs/wps-exclusions.php:180
|
2546 |
msgid "Excluded hosts list"
|
@@ -2548,31 +2548,31 @@ msgstr "Liste des hôtes exclus"
|
|
2548 |
|
2549 |
#: includes/settings/tabs/wps-exclusions.php:183
|
2550 |
msgid "A list of fully qualified host names (ie. server.example.com, one per line) to exclude from statistics collection."
|
2551 |
-
msgstr "Une liste
|
2552 |
|
2553 |
#: includes/settings/tabs/wps-exclusions.php:185
|
2554 |
msgid "Note: this option will NOT perform a reverse DNS lookup on each page load but instead cache the IP address for the provided hostnames for one hour. If you are excluding dynamically assigned hosts you may find some degree of overlap when the host changes it's IP address and when the cache is updated resulting in some hits recorded."
|
2555 |
-
msgstr "Note : cette
|
2556 |
|
2557 |
#: includes/settings/tabs/wps-exclusions.php:190
|
2558 |
msgid "Site URL Exclusions"
|
2559 |
-
msgstr "
|
2560 |
|
2561 |
#: includes/settings/tabs/wps-exclusions.php:194
|
2562 |
msgid "Excluded login page"
|
2563 |
-
msgstr "Page de connexion
|
2564 |
|
2565 |
#: includes/settings/tabs/wps-exclusions.php:197
|
2566 |
msgid "Exclude the login page for registering as a hit."
|
2567 |
-
msgstr "Exclure la page de connexion
|
2568 |
|
2569 |
#: includes/settings/tabs/wps-exclusions.php:201
|
2570 |
msgid "Excluded admin pages"
|
2571 |
-
msgstr "Pages admin
|
2572 |
|
2573 |
#: includes/settings/tabs/wps-exclusions.php:204
|
2574 |
msgid "Exclude the admin pages for registering as a hit."
|
2575 |
-
msgstr "Exclure les pages administratives
|
2576 |
|
2577 |
#: includes/settings/tabs/wps-exclusions.php:208
|
2578 |
msgid "Excluded RSS feeds"
|
@@ -2580,15 +2580,15 @@ msgstr "Flux RSS exclus"
|
|
2580 |
|
2581 |
#: includes/settings/tabs/wps-exclusions.php:211
|
2582 |
msgid "Exclude the RSS feeds for registering as a hit."
|
2583 |
-
msgstr "Exclure les flux RSS
|
2584 |
|
2585 |
#: includes/settings/tabs/wps-externals.php:162
|
2586 |
msgid "browscap settings"
|
2587 |
-
msgstr "paramètres de
|
2588 |
|
2589 |
#: includes/settings/tabs/wps-externals.php:167
|
2590 |
msgid "browscap usage"
|
2591 |
-
msgstr "utilisation de
|
2592 |
|
2593 |
#: includes/settings/tabs/wps-externals.php:52
|
2594 |
#: includes/settings/tabs/wps-externals.php:76
|
@@ -2628,15 +2628,15 @@ msgstr "Active"
|
|
2628 |
|
2629 |
#: includes/settings/tabs/wps-externals.php:173
|
2630 |
msgid "The browscap database will be downloaded and used to detect robots."
|
2631 |
-
msgstr "La base de données
|
2632 |
|
2633 |
#: includes/settings/tabs/wps-externals.php:179
|
2634 |
msgid "Update browscap Info"
|
2635 |
-
msgstr "Mise à jour browscap
|
2636 |
|
2637 |
#: includes/settings/tabs/wps-externals.php:184
|
2638 |
msgid "Download browscap Database"
|
2639 |
-
msgstr "Télécharger browscap
|
2640 |
|
2641 |
#: includes/settings/tabs/wps-externals.php:65
|
2642 |
#: includes/settings/tabs/wps-externals.php:185
|
@@ -2646,25 +2646,25 @@ msgstr "Enregistrer les modifications sur cette page pour télécharger la mise
|
|
2646 |
|
2647 |
#: includes/settings/tabs/wps-externals.php:191
|
2648 |
msgid "Schedule weekly update of browscap DB"
|
2649 |
-
msgstr "
|
2650 |
|
2651 |
#: includes/settings/tabs/wps-externals.php:79
|
2652 |
#: includes/settings/tabs/wps-externals.php:199
|
2653 |
#: includes/settings/tabs/wps-externals.php:262
|
2654 |
msgid "Next update will be"
|
2655 |
-
msgstr "
|
2656 |
|
2657 |
#: includes/settings/tabs/wps-externals.php:214
|
2658 |
msgid "Download of the browscap database will be scheduled for once a week."
|
2659 |
-
msgstr "Le téléchargement de la base de données de browscap
|
2660 |
|
2661 |
#: includes/settings/tabs/wps-general.php:50
|
2662 |
msgid "This will delete the manual when you save the settings, are you sure?"
|
2663 |
-
msgstr "Cela supprimera le manuel lorsque vous enregistrez les paramètres, vous
|
2664 |
|
2665 |
#: includes/settings/tabs/wps-general.php:77
|
2666 |
msgid "This feature will not store IP addresses in the database but instead used a unique hash. The \"Store entire user agent string\" setting will be disabled if this is selected. You will not be able to recover the IP addresses in the future to recover location information if this is enabled."
|
2667 |
-
msgstr "Cette fonctionnalité ne stocke les adresses IP dans la base de données, mais
|
2668 |
|
2669 |
#: includes/settings/tabs/wps-general.php:82 shortcode.php:131
|
2670 |
msgid "Users Online"
|
2 |
# This file is distributed under the same license as the WP Statistics package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2015-08-06 00:54:05+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
|
13 |
#: includes/optimization/wps-optimization.php:173
|
14 |
msgid "Search table conversion complete, %d rows added."
|
15 |
+
msgstr "Conversion de la table des recherches terminée, %d rangs ajoutés."
|
16 |
|
17 |
#: includes/optimization/tabs/wps-optimization-database.php:107
|
18 |
msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion."
|
19 |
+
msgstr "Les versions anciennes de WP Statistiques stockent les détails des recherches des visiteurs, ce qui peut provoquer des problèmes de performances sur les grosses bases de données. Une nouvelle table a été créée pour contenir cette information d’une manière plus optimisée"
|
20 |
|
21 |
#: includes/optimization/tabs/wps-optimization-database.php:86
|
22 |
msgid "Search Table"
|
23 |
+
msgstr "Table de recherche"
|
24 |
|
25 |
#: includes/optimization/tabs/wps-optimization-database.php:91
|
26 |
msgid "Convert"
|
27 |
+
msgstr "Convertir"
|
28 |
|
29 |
#: includes/optimization/tabs/wps-optimization-database.php:100
|
30 |
msgid "Convert Now!"
|
31 |
+
msgstr "Convertir maintenant !"
|
32 |
|
33 |
#: includes/optimization/tabs/wps-optimization-database.php:101
|
34 |
msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion, however the old data must first be converted to the new format before it can be used."
|
35 |
+
msgstr "Les versions anciennes de WP Statistiques stockent les détails des recherches des visiteurs, ce qui peut provoquer des problèmes de performances sur les grosses bases de données. Une nouvelle table a été créée pour contenir cette information d’une manière plus optimisée, néanmoins les anciennes données doivent tout d’abord être converties dans le nouveau format avant de pouvoir utiliser la nouvelle table."
|
36 |
|
37 |
#: includes/log/exclusions.php:24
|
38 |
msgid "Referrer Spam"
|
39 |
+
msgstr "Spam de référent"
|
40 |
|
41 |
#: includes/settings/tabs/wps-externals.php:277
|
42 |
msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
|
43 |
+
msgstr "Le téléchargement de la base de données de liste noire de référents spammeurs Piwik sera programmé une fois par semaine."
|
44 |
|
45 |
#: includes/settings/wps-settings.php:105
|
46 |
msgid "Externals"
|
47 |
+
msgstr "Externes"
|
48 |
|
49 |
#: includes/settings/tabs/wps-externals.php:219
|
50 |
msgid "Piwik Referrer Spam Blacklist settings"
|
51 |
+
msgstr "Réglages de liste noire de référents spammeurs Piwik"
|
52 |
|
53 |
#: includes/settings/tabs/wps-externals.php:254
|
54 |
msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
|
55 |
+
msgstr "Programmer une mise à jour hebdomadaire de la base de données de liste noire de référents spammeurs Piwik"
|
56 |
|
57 |
#: includes/settings/tabs/wps-externals.php:247
|
58 |
msgid "Download Piwik Referrer Spam Blacklist Database"
|
59 |
+
msgstr "Télécharger la liste noire de référents spammeurs Piwik"
|
60 |
|
61 |
#: includes/settings/tabs/wps-externals.php:242
|
62 |
msgid "Update Piwik Referrer Spam Blacklist Info"
|
63 |
+
msgstr "Mettre à jour l’information de liste noire de référents spammeurs Piwik"
|
64 |
|
65 |
#: includes/settings/tabs/wps-externals.php:236
|
66 |
msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
|
67 |
+
msgstr "La liste noire de référents spammeurs de Piwik sera téléchargée et utilisée pour détecter le spam de référents."
|
68 |
|
69 |
#: includes/settings/tabs/wps-externals.php:224
|
70 |
msgid "Referrer spam blacklist is provided by Piwik, available from %s."
|
71 |
+
msgstr "La liste noire de référents spammeurs est fournie par Piwik, disponible sur %s."
|
72 |
|
73 |
#: includes/settings/tabs/wps-externals.php:230
|
74 |
msgid "Piwik Referrer Spam Blacklist usage"
|
75 |
+
msgstr "Utilisation de la liste noire de référents spammeurs de Piwik"
|
76 |
|
77 |
#: includes/settings/tabs/wps-exclusions.php:148
|
78 |
msgid "Treat corrupt browser info as a bot"
|
79 |
+
msgstr "Traiter les navigateurs corrompus comme des bots"
|
80 |
|
81 |
#: includes/log/exclusions.php:24
|
82 |
msgid "404 Pages"
|
83 |
+
msgstr "Pages 404"
|
84 |
|
85 |
#: includes/log/top-visitors.php:26
|
86 |
msgid "Date"
|
87 |
+
msgstr "Date"
|
88 |
|
89 |
#: includes/settings/tabs/wps-exclusions.php:151
|
90 |
msgid "Treat any visitor with corrupt browser info (missing IP address or empty user agent string) as a robot."
|
91 |
+
msgstr "Traiter tout visiteur avec une information sur le navigateur corrompue (adresse IP manquante ou chaîne agent utilisateur vide) comme un robot."
|
92 |
|
93 |
#: includes/settings/tabs/wps-exclusions.php:215
|
94 |
msgid "Excluded 404 pages"
|
95 |
+
msgstr "Pages d’erreur 404 exclues"
|
96 |
|
97 |
#: includes/settings/tabs/wps-exclusions.php:218
|
98 |
msgid "Exclude any URL that returns a \"404 - Not Found\" message."
|
99 |
+
msgstr "Exclure toute URL qui retourne un message \"404 - Not Found\"."
|
100 |
|
101 |
#: wps-updates.php:29
|
102 |
msgid "Error creating GeoIP database directory, make sure your web server has permissions to create directories in : %s"
|
103 |
+
msgstr "Erreur en créant le dossier de la base de données GeoIP, assurez-vous que votre serveur web a la permission de créer des dossiers dans : %s"
|
104 |
|
105 |
#: includes/settings/tabs/wps-general.php:281
|
106 |
msgid "Add page title to empty search words"
|
107 |
+
msgstr "Ajouter le titre de la page aux mots recherchés vides"
|
108 |
|
109 |
#: includes/settings/tabs/wps-general.php:287
|
110 |
msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
|
111 |
+
msgstr "Si un moteur de recherche est identifié comme le référent mais qu’il n’inclut pas la requête de recherche, cette option affichera le titre de la page entouré de guillemets et précédé de \"~:\" comme requête de recherche pour aider à identifier ce que le visiteur pouvait rechercher."
|
112 |
|
113 |
#: includes/settings/tabs/wps-maintenance.php:77
|
114 |
msgid "The number of hits required to delete the visitor. Invalid values will disable the daily maintenance (must be 10 or greater)."
|
115 |
+
msgstr "Le nombre de hits requis pour effacer le visiteur. Une valeur invalide empêchera la maintenance quotidienne (le nombre doit être au moins 10)."
|
116 |
|
117 |
#: includes/settings/tabs/wps-maintenance.php:71
|
118 |
msgid "Prune visitors with more than"
|
119 |
+
msgstr "Purger les visiteurs avec au moins"
|
120 |
|
121 |
#: includes/settings/tabs/wps-maintenance.php:65
|
122 |
msgid "A WP Cron job will be run daily to prune any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
|
123 |
+
msgstr "Une tâche Cron WP sera lancée chaque jour pour purger toutes les données statistiques d’utilisateur où l’utilisateur a plus que le nombre défini de hits par jour (et que c’est donc probablement un bot). "
|
124 |
|
125 |
#: includes/optimization/tabs/wps-optimization-purging.php:217
|
126 |
msgid "Purge visitors with more than"
|
127 |
+
msgstr "Purger tous les visiteurs avec plus que"
|
128 |
|
129 |
#: includes/optimization/tabs/wps-optimization-purging.php:222
|
130 |
msgid "hits"
|
131 |
+
msgstr "hits"
|
132 |
|
133 |
#: includes/optimization/tabs/wps-optimization-purging.php:223
|
134 |
msgid "Deleted user statistics data where the user has more than the defined number of hits in a day. This can be useful to clear up old data when your site has been hit by a bot. This will remove the visitor and their hits to the site, however it will not remove individual page hits as that data is not recorded on a per use basis. Minimum value is 10 hits."
|
135 |
+
msgstr "Effacer les données de statistiques utilisateurs quand un utilisateur a plus que le nombre défini de hits par jour. Cela peut être utile pour nettoyer des données anciennes quand votre site a été visité par un bot. Cela supprimera le visiteur et ses hits sur le site, mais cela ne supprimera pas les hits individuels sur les pages parce que cette donnée n’est pas enregistrée en fonction de l’utilisateur. La valeur minimum est 10 hits."
|
136 |
|
137 |
#: includes/functions/purge-hits.php:28
|
138 |
msgid "No visitors found to purge."
|
139 |
+
msgstr "Pas de visiteurs à purger trouvés."
|
140 |
|
141 |
#: includes/functions/purge-hits.php:25
|
142 |
msgid "%s records purged successfully."
|
143 |
+
msgstr "%s enregistrements purgés avec succès."
|
144 |
|
145 |
#: ajax.php:174 includes/functions/purge-hits.php:32
|
146 |
msgid "Number of hits must be greater than or equal to 10!"
|
147 |
+
msgstr "Le nombre de hits doit être égal ou supérieur à 10 !"
|
148 |
|
149 |
#: shortcode.php:134
|
150 |
msgid "Page Visits"
|
151 |
+
msgstr "Visites sur les pages"
|
152 |
|
153 |
#: shortcode.php:137
|
154 |
msgid "Page Count"
|
155 |
+
msgstr "Compte des pages"
|
156 |
|
157 |
#: shortcode.php:138
|
158 |
msgid "Comment Count"
|
159 |
+
msgstr "Compte des commentaires"
|
160 |
|
161 |
#: shortcode.php:139
|
162 |
msgid "Spam Count"
|
163 |
+
msgstr "Compte du spam"
|
164 |
|
165 |
#: shortcode.php:140
|
166 |
msgid "User Count"
|
167 |
+
msgstr "Compte des utilisateurs"
|
168 |
|
169 |
#: shortcode.php:141
|
170 |
msgid "Post Average"
|
171 |
+
msgstr "Moyenne des articles"
|
172 |
|
173 |
#: shortcode.php:142
|
174 |
msgid "Comment Average"
|
175 |
+
msgstr "Moyenne des commentaires"
|
176 |
|
177 |
#: shortcode.php:143
|
178 |
msgid "User Average"
|
179 |
+
msgstr "Moyenne des utilisateurs"
|
180 |
|
181 |
#: shortcode.php:151
|
182 |
msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it."
|
183 |
+
msgstr "La période pour laquelle on obtient une statistique, strtotime() (http://php.net/manual/en/datetime.formats.php) sera utilisé pour la calculer."
|
184 |
|
185 |
#: shortcode.php:155
|
186 |
msgid "Search Provider"
|
187 |
+
msgstr "Fournisseur de recherche"
|
188 |
|
189 |
#: shortcode.php:158
|
190 |
msgid "The search provider to get statistics on."
|
191 |
+
msgstr "Le fournisseur de recherche sur lequel faire des statistiques."
|
192 |
|
193 |
#: shortcode.php:162
|
194 |
msgid "Number Format"
|
195 |
+
msgstr "Format des nombres"
|
196 |
|
197 |
#: shortcode.php:165
|
198 |
msgid "The format to display numbers in: i18n, english, none."
|
199 |
+
msgstr "Le format dans lequel afficher les nombres : i18n, anglais, aucun."
|
200 |
|
201 |
#: shortcode.php:169
|
202 |
msgid "English"
|
203 |
+
msgstr "Anglais"
|
204 |
|
205 |
#: shortcode.php:170
|
206 |
msgid "International"
|
207 |
+
msgstr "International"
|
208 |
|
209 |
#: includes/log/exclusions.php:191 includes/log/hit-statistics.php:163
|
210 |
msgid "Hits Statistics Summary"
|
211 |
+
msgstr "Résumé des statistiques de hits"
|
212 |
|
213 |
#: includes/log/exclusions.php:201 includes/log/hit-statistics.php:174
|
214 |
msgid "Chart Total"
|
215 |
+
msgstr "Total du graphique"
|
216 |
|
217 |
#: includes/log/exclusions.php:206 includes/log/hit-statistics.php:180
|
218 |
msgid "All Time Total"
|
219 |
+
msgstr "Total depuis le début"
|
220 |
|
221 |
#: includes/log/log.php:57
|
222 |
msgid "Have you thought about donating to WP Statistics?"
|
223 |
+
msgstr "Avez-vous pensé à faire un don à WP Statistics ?"
|
224 |
|
225 |
#: includes/settings/tabs/wps-about.php:20 wp-statistics.php:366
|
226 |
msgid "Donate"
|
227 |
+
msgstr "Faire un don"
|
228 |
|
229 |
#: includes/settings/tabs/wps-about.php:24
|
230 |
msgid "Fell like showing us how much you enjoy WP Statistics? Drop by our %s page and show us some love!"
|
231 |
+
msgstr "Vous avez envie de montrer votre appréciation de WP Statistics ? Visitez notre page %s et démontrez-nous votre affection !"
|
232 |
|
233 |
#: includes/settings/tabs/wps-about.php:24
|
234 |
msgid "donation"
|
235 |
+
msgstr "don"
|
236 |
|
237 |
#: includes/log/log.php:57
|
238 |
msgid "Donate Now!"
|
239 |
+
msgstr "Faites un don maintenant !"
|
240 |
|
241 |
#: includes/log/log.php:57
|
242 |
msgid "Close"
|
243 |
+
msgstr "Fermer"
|
244 |
|
245 |
#: shortcode.php:128
|
246 |
msgid "Select the statistic you wish to display."
|
247 |
+
msgstr "Sélectionnez la statistique que vous voulez afficher."
|
248 |
|
249 |
#: shortcode.php:125
|
250 |
msgid "Statistic"
|
251 |
+
msgstr "Statistique"
|
252 |
|
253 |
#: shortcode.php:136
|
254 |
msgid "Post Count"
|
255 |
+
msgstr "Compte des articles"
|
256 |
|
257 |
#: shortcode.php:148
|
258 |
msgid "Time Frame"
|
259 |
+
msgstr "Période de temps"
|
260 |
|
261 |
#: includes/functions/functions.php:981
|
262 |
msgid "to"
|
268 |
|
269 |
#: includes/log/top-pages.php:95
|
270 |
msgid "Rank #5"
|
271 |
+
msgstr "Rang #5"
|
272 |
|
273 |
#: includes/log/top-pages.php:95
|
274 |
msgid "Rank #4"
|
275 |
+
msgstr "Rang #4"
|
276 |
|
277 |
#: includes/log/top-pages.php:95
|
278 |
msgid "Rank #3"
|
279 |
+
msgstr "Rang #3"
|
280 |
|
281 |
#: includes/log/top-pages.php:95
|
282 |
msgid "Rank #1"
|
283 |
+
msgstr "Rang #1"
|
284 |
|
285 |
#: includes/log/top-pages.php:95
|
286 |
msgid "Rank #2"
|
287 |
+
msgstr "Rang #2"
|
288 |
|
289 |
#: includes/optimization/tabs/wps-optimization-database.php:56
|
290 |
msgid "Visits Table"
|
292 |
|
293 |
#: includes/optimization/tabs/wps-optimization-database.php:70
|
294 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistits table, delete duplicate entries and add the index."
|
295 |
+
msgstr "Les versions anciennes de WP Statistics comptabilisent des doublons dans le tableau des visites dans certains cas particuliers. Les versions plus récentes disposent d’un index pour éviter ces doublons. Pour créer l’index sur l'ancienne version, les entrées en double doivent être d'abord supprimées. En cliquant sur \"Mettre à jour maintenant !\" vous allez analyser la table des visiteurs, supprimer les entrées dupliquées et ajouter l’index."
|
296 |
|
297 |
#: includes/optimization/tabs/wps-optimization-database.php:71
|
298 |
msgid "This operation could take a long time on installs with many rows in the visits table."
|
299 |
+
msgstr "Cette opération peut prendre un certain temps sur les installations avec de nombreuses lignes dans la table de visites."
|
300 |
|
301 |
#: includes/optimization/tabs/wps-optimization-database.php:76
|
302 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table."
|
303 |
+
msgstr "Les versions anciennes de WP Statistics comptabilisent des doublons dans le tableau des visites dans certains cas particuliers. Les versions plus récentes disposent d’un index pour éviter ces doublons."
|
304 |
|
305 |
#: includes/log/last-visitor.php:68
|
306 |
msgid "Filtered by"
|
320 |
|
321 |
#: includes/settings/tabs/wps-general.php:336
|
322 |
msgid "Force English"
|
323 |
+
msgstr "Forcer l’anglais"
|
324 |
|
325 |
#: includes/settings/tabs/wps-general.php:331
|
326 |
msgid "Languages"
|
328 |
|
329 |
#: includes/settings/tabs/wps-exclusions.php:227
|
330 |
msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name. Entries less than two characters will be ignored."
|
331 |
+
msgstr "Remarque : cette option ne prendra pas en compte les paramètres de l'URL (tout ce qui est après le ?), seulement le nom du script. Les entrées comprenant moins de deux caractères seront ignorées."
|
332 |
|
333 |
#: includes/settings/tabs/wps-exclusions.php:225
|
334 |
msgid "A list of local urls (ie. /wordpress/about, one per line) to exclude from statistics collection."
|
335 |
+
msgstr "Une liste d’URL locales (ex. /wordpress/about, une par ligne) à exclure de la collecte des statistiques."
|
336 |
|
337 |
#: includes/settings/tabs/wps-exclusions.php:222
|
338 |
msgid "Excluded URLs list"
|
348 |
|
349 |
#: includes/log/widgets/summary.php:60
|
350 |
msgid "Last 30 Days (Month)"
|
351 |
+
msgstr "30 derniers jours (Mois)"
|
352 |
|
353 |
#: includes/log/widgets/summary.php:54
|
354 |
msgid "Last 7 Days (Week)"
|
380 |
|
381 |
#: editor.php:69
|
382 |
msgid "Hits in the last 20 days"
|
383 |
+
msgstr "Hits dans les 20 derniers jours"
|
384 |
|
385 |
#: includes/log/exclusions.php:24
|
386 |
msgid "Feeds"
|
388 |
|
389 |
#: includes/log/exclusions.php:24
|
390 |
msgid "User Role"
|
391 |
+
msgstr "Rôle Utilisateur"
|
392 |
|
393 |
#: includes/log/exclusions.php:24
|
394 |
msgid "Login Page"
|
400 |
|
401 |
#: includes/log/exclusions.php:24
|
402 |
msgid "Self Referral"
|
403 |
+
msgstr "Auto-référence"
|
404 |
|
405 |
#: includes/log/exclusions.php:24
|
406 |
msgid "IP Match"
|
412 |
|
413 |
#: includes/log/online.php:100
|
414 |
msgid "Currently there are no users online in the site."
|
415 |
+
msgstr "Actuellement, il n’y a aucun utilisateur en ligne sur le site."
|
416 |
|
417 |
#: includes/log/exclusions.php:24
|
418 |
msgid "Robot Threshold"
|
424 |
|
425 |
#: includes/log/widgets/page.php:8
|
426 |
msgid "Page Trending Stats"
|
427 |
+
msgstr "Statistique des pages les plus tendance"
|
428 |
|
429 |
#: includes/log/exclusions.php:24
|
430 |
msgid "Hostname"
|
431 |
+
msgstr "Nom de l’hôte"
|
432 |
|
433 |
#: includes/settings/tabs/wps-general.php:93
|
434 |
#: includes/settings/tabs/wps-general.php:133
|
442 |
|
443 |
#: includes/settings/tabs/wps-general.php:99
|
444 |
msgid "Check for online users every"
|
445 |
+
msgstr "Rechercher les utilisateurs en ligne toutes les"
|
446 |
|
447 |
#: includes/settings/tabs/wps-general.php:104
|
448 |
msgid "Second"
|
450 |
|
451 |
#: includes/settings/tabs/wps-general.php:105
|
452 |
msgid "Time for the check accurate online user in the site. Now: %s Second"
|
453 |
+
msgstr "Laps de temps pour vérifier la présence d'un utilisateur sur le site. Actuellement : %s seconde"
|
454 |
|
455 |
#: includes/settings/tabs/wps-general.php:111
|
456 |
msgid "Record all user"
|
458 |
|
459 |
#: includes/settings/tabs/wps-general.php:117
|
460 |
msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots). Should only be used for troubleshooting."
|
461 |
+
msgstr "Ignorer les paramètres d'exclusion et enregistrer tous les utilisateurs en ligne (incluant soi-même et les robots). Doit être utilisé uniquement pour le repérage de problèmes."
|
462 |
|
463 |
#: includes/settings/tabs/wps-general.php:155
|
464 |
msgid "Store entire user agent string"
|
465 |
+
msgstr "Stocker la chaîne d'agent utilisateur entièrement"
|
466 |
|
467 |
#: includes/settings/tabs/wps-general.php:161
|
468 |
msgid "Only enabled for debugging"
|
532 |
|
533 |
#: includes/settings/tabs/wps-general.php:271
|
534 |
msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
|
535 |
+
msgstr "Par défaut, WP Statistics stocke le manuel d'administration dans le répertoire de l’extension (~ 5 Mo). Si cette option est activée, il sera supprimé maintenant et lors des mises à jour futures."
|
536 |
|
537 |
#: includes/settings/tabs/wps-general.php:276
|
538 |
msgid "Search Engines"
|
548 |
|
549 |
#: includes/settings/tabs/wps-general.php:309
|
550 |
msgid "Disable %s from data collection and reporting."
|
551 |
+
msgstr "Exclure %s de la collecte de données et du reporting."
|
552 |
|
553 |
#: includes/settings/tabs/wps-general.php:315
|
554 |
msgid "Charts"
|
560 |
|
561 |
#: includes/settings/tabs/wps-general.php:326
|
562 |
msgid "Add a total line to charts with multiple values, like the search engine referrals"
|
563 |
+
msgstr "Ajouter une ligne total dans les graphiques avec des valeurs multiples, comme les référents de moteur de recherche"
|
564 |
|
565 |
#: includes/settings/tabs/wps-externals.php:32
|
566 |
msgid "GeoIP settings"
|
596 |
|
597 |
#: includes/settings/tabs/wps-externals.php:98
|
598 |
msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
|
599 |
+
msgstr "Cette option va également télécharger la base de données si la taille du fichier local est inférieur à 1k (ce qui signifie généralement que le stub qui s'installe avec l’extension est encore présent)."
|
600 |
|
601 |
#: includes/settings/tabs/wps-externals.php:104
|
602 |
msgid "Populate missing GeoIP after update of GeoIP DB"
|
711 |
|
712 |
#: includes/settings/tabs/wps-notifications.php:106
|
713 |
msgid "Send a report whenever the plugin is upgraded."
|
714 |
+
msgstr "Envoyer une notification lorsque l’extension est mise à jour."
|
715 |
|
716 |
#: includes/settings/tabs/wps-notifications.php:111
|
717 |
#: includes/settings/tabs/wps-notifications.php:116 schedule.php:221
|
744 |
|
745 |
#: includes/settings/tabs/wps-notifications.php:173
|
746 |
msgid "Note: To send SMS text messages please install the %s plugin."
|
747 |
+
msgstr "Remarque : Pour envoyer des SMS, veuillez installer l’extension %s."
|
748 |
|
749 |
#: includes/settings/tabs/wps-notifications.php:173
|
750 |
msgid "WordPress SMS"
|
812 |
|
813 |
#: includes/settings/tabs/wps-overview-display.php:34
|
814 |
msgid "Hits Statistical Chart"
|
815 |
+
msgstr "Graphique statistique des visites"
|
816 |
|
817 |
#: includes/settings/tabs/wps-overview-display.php:36
|
818 |
msgid "Search Engine Referrers Statistical Chart"
|
834 |
|
835 |
#: includes/settings/tabs/wps-overview-display.php:82
|
836 |
msgid "Disable dashboard widgets"
|
837 |
+
msgstr "Désactiver les widgets de tableau de bord"
|
838 |
|
839 |
#: includes/settings/tabs/wps-overview-display.php:88
|
840 |
msgid "Disable the dashboard widgets."
|
841 |
+
msgstr "Désactive les widgets dans le tableau de bord."
|
842 |
|
843 |
#: includes/settings/tabs/wps-overview-display.php:93
|
844 |
msgid "Page/Post Editor"
|
846 |
|
847 |
#: includes/settings/tabs/wps-overview-display.php:102
|
848 |
msgid "Disable post/page editor widget"
|
849 |
+
msgstr "Désactiver le widget d’éditeur de page/article"
|
850 |
|
851 |
#: includes/settings/tabs/wps-overview-display.php:108
|
852 |
msgid "Disable the page/post editor widget."
|
853 |
+
msgstr "Désactive le widget de l'éditeur de page/article."
|
854 |
|
855 |
#: includes/settings/tabs/wps-overview-display.php:122
|
856 |
msgid "Map type"
|
867 |
|
868 |
#: includes/settings/tabs/wps-overview-display.php:135
|
869 |
msgid "The \"Google\" option will use Google's mapping service to plot the recent visitors (requires access to Google)."
|
870 |
+
msgstr "L'option \"Google\" utilisera le service de cartographie de Google pour dessiner les visiteurs récents (nécessite l'accès à Google)."
|
871 |
|
872 |
#: includes/settings/tabs/wps-overview-display.php:136
|
873 |
msgid "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the recent visitors (requires no extenral services)."
|
874 |
+
msgstr "L'option \"JQVMap\" utilisera la bibliothèque de cartographie javascript JQVMap pour dessiner les visiteurs récents (ne nécessite aucun service externe)."
|
875 |
|
876 |
#: includes/settings/tabs/wps-overview-display.php:142
|
877 |
msgid "Disable map"
|
887 |
|
888 |
#: includes/settings/tabs/wps-overview-display.php:160
|
889 |
msgid "This feature may cause a performance degradation when viewing statistics and is only valid if the map type is set to \"Google\"."
|
890 |
+
msgstr "Cette fonctionnalité peut entraîner une dégradation des performances lorsque vous affichez des statistiques et n'est valide que si le type de carte défini est \"Google\"."
|
891 |
|
892 |
#: includes/settings/tabs/wps-overview-display.php:171
|
893 |
msgid "Overview Widgets to Display"
|
894 |
+
msgstr "Vue globale des widgets à afficher"
|
895 |
|
896 |
#: includes/settings/tabs/wps-overview-display.php:175
|
897 |
msgid "The following items are unique to each user. If you do not select the 'About' widget it will automatically be displayed in the last positon of column A."
|
948 |
|
949 |
#: includes/settings/tabs/wps-removal.php:20
|
950 |
msgid "Uninstalling WP Statistics will not remove the data and settings, you can use this option to remove the WP Statistics data from your install before uninstalling the plugin."
|
951 |
+
msgstr "La désinstallation de WP Statistics ne supprimera pas les données et les paramètres, vous pouvez utiliser cette option pour supprimer les données de WP Statistics de votre installation avant de désinstaller l’extension."
|
952 |
|
953 |
#: includes/settings/tabs/wps-removal.php:23
|
954 |
msgid "Once you submit this form the settings will be deleted during the page load, however WP Statistics will still show up in your Admin menu until another page load is executed."
|
955 |
+
msgstr "Une fois que vous validez ce formulaire, les réglages seront supprimés pendant le chargement de la page, mais WP Statistics apparaîtra toujours dans le menu Admin jusqu'à ce qu'un nouveau chargement de page soit effectué."
|
956 |
|
957 |
#: includes/settings/tabs/wps-removal.php:29
|
958 |
msgid "Remove data and settings"
|
964 |
|
965 |
#: includes/settings/tabs/wps-removal.php:35
|
966 |
msgid "Remove data and settings, this action cannot be undone."
|
967 |
+
msgstr "Supprimer les données et paramètres. Cette action ne peut pas être annulée."
|
968 |
|
969 |
#: includes/settings/wps-settings.php:100
|
970 |
msgid "General"
|
976 |
|
977 |
#: includes/settings/wps-settings.php:102
|
978 |
msgid "Dashboard/Overview"
|
979 |
+
msgstr "Tableau de bord/Vue globale"
|
980 |
|
981 |
#: includes/settings/wps-settings.php:106
|
982 |
msgid "Maintenance"
|
1043 |
|
1044 |
#: widget.php:130 widget.php:301
|
1045 |
msgid "Total Pages"
|
1046 |
+
msgstr "Total des pages"
|
1047 |
|
1048 |
#: widget.php:137 widget.php:304
|
1049 |
msgid "Total Comments"
|
1050 |
+
msgstr "Total des commentaires"
|
1051 |
|
1052 |
#: widget.php:144 widget.php:307
|
1053 |
msgid "Total Spams"
|
1054 |
+
msgstr "Total des spams"
|
1055 |
|
1056 |
#: widget.php:151 widget.php:310
|
1057 |
msgid "Total Users"
|
1058 |
+
msgstr "Total des utilisateurs"
|
1059 |
|
1060 |
#: widget.php:158 widget.php:313
|
1061 |
msgid "Average Posts"
|
1127 |
|
1128 |
#: wp-statistics.php:137 wp-statistics.php:140 wp-statistics.php:143
|
1129 |
msgid "setting page"
|
1130 |
+
msgstr "page paramètres"
|
1131 |
|
1132 |
#: wp-statistics.php:140
|
1133 |
msgid "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
|
1134 |
+
msgstr "Le suivi des hits dans WP Statistics n'est pas activé, rendez-vous sur %s et activez-le."
|
1135 |
|
1136 |
#: wp-statistics.php:143
|
1137 |
msgid "Visitor tracking in WP Statistics is not enabled, please go to %s and enable it."
|
1138 |
+
msgstr "Les suivi des visiteurs dans WP Statistics n'est pas activée, rendez-vous sur %s et activez-le."
|
1139 |
|
1140 |
#: wp-statistics.php:146
|
1141 |
msgid "GeoIP collection is not active, please go to %s and enable this feature."
|
1142 |
+
msgstr "La collecte GeoIP n'est pas active, rendez-vous sur %s et activez cette fonctionnalité."
|
1143 |
|
1144 |
#: wp-statistics.php:146
|
1145 |
msgid "Setting page > GeoIP"
|
1146 |
+
msgstr "Page de paramètres > GeoIP"
|
1147 |
|
1148 |
#: wp-statistics.php:253 wp-statistics.php:365 wp-statistics.php:438
|
1149 |
msgid "Settings"
|
1151 |
|
1152 |
#: wp-statistics.php:265
|
1153 |
msgid "Click here to visit the plugin on WordPress.org"
|
1154 |
+
msgstr "Cliquez ici pour visiter l’extension sur WordPress.org"
|
1155 |
|
1156 |
#: wp-statistics.php:265
|
1157 |
msgid "Visit WordPress.org page"
|
1158 |
+
msgstr "Visitez la page WordPress.org"
|
1159 |
|
1160 |
#: wp-statistics.php:268
|
1161 |
msgid "Click here to rate and review this plugin on WordPress.org"
|
1162 |
+
msgstr "Cliquez ici pour évaluer et noter cette extension sur WordPress.org"
|
1163 |
|
1164 |
#: wp-statistics.php:268
|
1165 |
msgid "Rate this plugin"
|
1166 |
+
msgstr "Noter cette extension"
|
1167 |
|
1168 |
#: wp-statistics.php:312
|
1169 |
msgid "WP Statistics - Hits"
|
1171 |
|
1172 |
#: wp-statistics.php:349 wp-statistics.php:387 wp-statistics.php:425
|
1173 |
msgid "Overview"
|
1174 |
+
msgstr "Vue globale"
|
1175 |
|
1176 |
#: wp-statistics.php:354 wp-statistics.php:430
|
1177 |
msgid "Online"
|
1215 |
|
1216 |
#: wp-statistics.php:549
|
1217 |
msgid "Today visit"
|
1218 |
+
msgstr "Visite aujourd’hui"
|
1219 |
|
1220 |
#: wp-statistics.php:555
|
1221 |
msgid "Yesterday visitor"
|
1222 |
+
msgstr "Visiteur hier"
|
1223 |
|
1224 |
#: wp-statistics.php:567
|
1225 |
msgid "View Stats"
|
1226 |
+
msgstr "Voir les Stats"
|
1227 |
|
1228 |
#: wp-statistics.php:591
|
1229 |
msgid "Download ODF file"
|
1235 |
|
1236 |
#: wp-statistics.php:596
|
1237 |
msgid "Manual file not found."
|
1238 |
+
msgstr "Fichier du manuel non trouvé."
|
1239 |
|
1240 |
#: wp-statistics.php:663 wp-statistics.php:770 wp-statistics.php:804
|
1241 |
msgid "You do not have sufficient permissions to access this page."
|
1243 |
|
1244 |
#: wp-statistics.php:672
|
1245 |
msgid "Plugin tables do not exist in the database! Please re-run the %s install routine %s."
|
1246 |
+
msgstr "La table de l’extension n'existe pas dans la base de données ! Merci de relancer la %s routine d’installation %s."
|
1247 |
|
1248 |
#: wp-statistics.php:241
|
1249 |
msgid "WP Statistics %s installed on"
|
1250 |
+
msgstr "WP Statistics %s installé sur"
|
1251 |
|
1252 |
#: wps-updates.php:39
|
1253 |
msgid "Error downloading GeoIP database from: %s - %s"
|
1254 |
+
msgstr "Erreur lors du téléchargement de base de données GeoIP sur : %s - %s"
|
1255 |
|
1256 |
#: wps-updates.php:50
|
1257 |
msgid "Error could not open downloaded GeoIP database for reading: %s"
|
1258 |
+
msgstr "Erreur : Impossible d'ouvrir la base de données GeoIP téléchargée pour la lecture : %s"
|
1259 |
|
1260 |
#: wps-updates.php:57
|
1261 |
msgid "Error could not open destination GeoIP database for writing %s"
|
1262 |
+
msgstr "Erreur : Impossible d'ouvrir la base de données GeoIP de destination pour l'écriture de %s"
|
1263 |
|
1264 |
#: wps-updates.php:73
|
1265 |
msgid "GeoIP Database updated successfully!"
|
1267 |
|
1268 |
#: wps-updates.php:98
|
1269 |
msgid "GeoIP update on"
|
1270 |
+
msgstr "GeoIP mis à jour sur"
|
1271 |
|
1272 |
#: wps-updates.php:165
|
1273 |
msgid "Error downloading browscap database from: %s - %s"
|
1274 |
+
msgstr "Erreur lors du téléchargement de base de données de browscap sur : %s - %s"
|
1275 |
|
1276 |
#: wps-updates.php:267
|
1277 |
msgid "browscap database updated successfully!"
|
1278 |
+
msgstr "Base de données browscap mise à jour avec succès !"
|
1279 |
|
1280 |
#: wps-updates.php:277
|
1281 |
msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
|
1282 |
+
msgstr "Mise à jour de la base de donnée browscap ratée ! Le fichier cache est trop gros, retour à l'ancien browscap.ini."
|
1283 |
|
1284 |
#: wps-updates.php:285
|
1285 |
msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
|
1286 |
+
msgstr "Erreur lors de la mise à jour de la base de donnée browscap ! Le nouveau browscap.ini n'identifie pas les agents utilisateurs comme crawlers, retour à l'ancien browscap.ini."
|
1287 |
|
1288 |
#: wps-updates.php:307
|
1289 |
msgid "browscap already at current version!"
|
1290 |
+
msgstr "browscap est déjà en version actuelle !"
|
1291 |
|
1292 |
#: wps-updates.php:320
|
1293 |
msgid "Browscap.ini update on"
|
1294 |
+
msgstr "Browscap.in mis à jour sur"
|
1295 |
|
1296 |
#. #-#-#-#-# plugin.pot (WP Statistics 9.4.1) #-#-#-#-#
|
1297 |
#. Plugin URI of the plugin/theme
|
1298 |
#. #-#-#-#-# plugin.pot (WP Statistics 9.4.1) #-#-#-#-#
|
1299 |
#. Author URI of the plugin/theme
|
1300 |
msgid "http://wp-statistics.com/"
|
1301 |
+
msgstr "http://wp-statistics.com/"
|
1302 |
|
1303 |
#. Author of the plugin/theme
|
1304 |
msgid "Mostafa Soufi & Greg Ross"
|
1315 |
#: dashboard.php:57 includes/log/widgets/countries.php:11
|
1316 |
#: includes/settings/tabs/wps-overview-display.php:27
|
1317 |
msgid "Top 10 Countries"
|
1318 |
+
msgstr "Top 10 des pays"
|
1319 |
|
1320 |
#: dashboard.php:58
|
1321 |
msgid "Today's Visitor Map"
|
1322 |
+
msgstr "Carte des visiteurs aujourd'hui"
|
1323 |
|
1324 |
#: dashboard.php:59 editor.php:46 includes/log/hit-statistics.php:8
|
1325 |
#: includes/log/widgets/hits.php:10
|
1326 |
msgid "Hit Statistics"
|
1327 |
+
msgstr "Statistiques de hits"
|
1328 |
|
1329 |
#: dashboard.php:60 includes/log/widgets/pages.php:14
|
1330 |
msgid "Top 10 Pages"
|
1331 |
+
msgstr "Top 10 des pages"
|
1332 |
|
1333 |
#: dashboard.php:61 includes/log/last-visitor.php:36
|
1334 |
#: includes/log/widgets/recent.php:10
|
1340 |
#: includes/log/top-referring.php:42 includes/log/widgets/referring.php:16
|
1341 |
#: includes/settings/tabs/wps-overview-display.php:26
|
1342 |
msgid "Top Referring Sites"
|
1343 |
+
msgstr "Top des Sites référents"
|
1344 |
|
1345 |
#: dashboard.php:63 includes/log/widgets/search.php:10
|
1346 |
#: includes/log/widgets/summary.php:89
|
1347 |
msgid "Search Engine Referrals"
|
1348 |
+
msgstr "Référents de moteur de recherche"
|
1349 |
|
1350 |
#: dashboard.php:64 includes/log/widgets/summary.php:8
|
1351 |
msgid "Summary"
|
1360 |
#: dashboard.php:66 includes/log/widgets/top.visitors.php:10
|
1361 |
#: includes/settings/tabs/wps-overview-display.php:35
|
1362 |
msgid "Top 10 Visitors Today"
|
1363 |
+
msgstr "Top 10 des visiteurs aujourd'hui"
|
1364 |
|
1365 |
#: dashboard.php:97
|
1366 |
msgid "Please reload the dashboard to display the content of this widget."
|
1367 |
+
msgstr "Merci de rafraîchir le tableau de bord pour afficher le contenu de ce widget."
|
1368 |
|
1369 |
#: dashboard.php:138
|
1370 |
msgid "WP Statistics Overview"
|
1372 |
|
1373 |
#: editor.php:63
|
1374 |
msgid "This post is not yet published."
|
1375 |
+
msgstr "Cet article n'est pas encore publié."
|
1376 |
|
1377 |
#: includes/functions/geoip-populate.php:24
|
1378 |
msgid "Unable to load the GeoIP database, make sure you have downloaded it in the settings page."
|
1379 |
+
msgstr "Impossible de charger la base de données GeoIP, assurez-vous que vous l’avez téléchargée dans la page paramètres."
|
1380 |
|
1381 |
#: includes/functions/geoip-populate.php:48
|
1382 |
msgid "Updated %s GeoIP records in the visitors database."
|
1383 |
+
msgstr "Mise à jour de %s enregistrements GeoIP dans la base de données de visiteurs."
|
1384 |
|
1385 |
#: includes/functions/purge.php:21 includes/functions/purge.php:39
|
1386 |
#: includes/functions/purge.php:50 includes/functions/purge.php:83
|
1387 |
msgid "%s data older than %s days purged successfully."
|
1388 |
+
msgstr "%s données plus anciennes que les %s derniers jours purgées avec succès."
|
1389 |
|
1390 |
#: includes/functions/purge.php:23 includes/functions/purge.php:41
|
1391 |
#: includes/functions/purge.php:52 includes/functions/purge.php:85
|
1394 |
|
1395 |
#: includes/functions/purge-hits.php:45 includes/functions/purge.php:98
|
1396 |
msgid "Database pruned on"
|
1397 |
+
msgstr "Base de données purgée le"
|
1398 |
|
1399 |
#: includes/functions/purge.php:103
|
1400 |
msgid "Please select a value over 30 days."
|
1438 |
|
1439 |
#: includes/log/all-browsers.php:126
|
1440 |
msgid "Browsers by platform"
|
1441 |
+
msgstr "Navigateurs par plate-forme"
|
1442 |
|
1443 |
#: includes/log/all-browsers.php:234
|
1444 |
msgid "%s Version"
|
1446 |
|
1447 |
#: includes/log/exclusions.php:8
|
1448 |
msgid "Attention: Exclusion are not currently set to be recorded, the results below may not reflect current statistics!"
|
1449 |
+
msgstr "Attention : Les exclusion ne sont pas actuellement réglées pour être enregistrées, les résultats ci-dessous peuvent ne pas refléter les statistiques actuelles !"
|
1450 |
|
1451 |
#: includes/log/exclusions.php:64
|
1452 |
msgid "Exclusions Statistics"
|
1486 |
|
1487 |
#: includes/log/exclusions.php:73
|
1488 |
msgid "Exclusions Statistical Chart"
|
1489 |
+
msgstr "Graphique statistique des exclusions"
|
1490 |
|
1491 |
#: includes/log/exclusions.php:95
|
1492 |
msgid "Excluded hits in the last"
|
1493 |
+
msgstr "Hits exclus dans le dernier"
|
1494 |
|
1495 |
#: includes/log/exclusions.php:95 includes/log/hit-statistics.php:65
|
1496 |
#: includes/log/search-statistics.php:69 includes/log/widgets/hits.php:61
|
1501 |
|
1502 |
#: includes/log/exclusions.php:116
|
1503 |
msgid "Number of excluded hits"
|
1504 |
+
msgstr "Nombre de visites exclues"
|
1505 |
|
1506 |
#: includes/log/hit-statistics.php:27
|
1507 |
msgid "Hits Statistics Chart"
|
1508 |
+
msgstr "Graphique statistique des hits"
|
1509 |
|
1510 |
#: includes/log/hit-statistics.php:65 includes/log/widgets/hits.php:61
|
1511 |
msgid "Hits in the last"
|
1512 |
+
msgstr "Hits dans les derniers"
|
1513 |
|
1514 |
#: includes/log/hit-statistics.php:86 includes/log/widgets/hits.php:82
|
1515 |
msgid "Number of visits and visitors"
|
1527 |
|
1528 |
#: includes/log/last-search.php:65
|
1529 |
msgid "Latest Search Word Statistics"
|
1530 |
+
msgstr "Statistiques des mots recherchés les plus récents"
|
1531 |
|
1532 |
#: includes/log/last-search.php:110 includes/log/last-visitor.php:101
|
1533 |
#: includes/log/online.php:50 includes/log/widgets/google.map.php:84
|
1534 |
#: includes/log/widgets/jqv.map.php:71 includes/log/widgets/recent.php:33
|
1535 |
#: includes/log/widgets/words.php:46
|
1536 |
msgid "#hash#"
|
1537 |
+
msgstr "#hash#"
|
1538 |
|
1539 |
#: includes/log/last-search.php:115 includes/log/last-visitor.php:106
|
1540 |
#: includes/log/online.php:55 includes/log/top-referring.php:71
|
1564 |
|
1565 |
#: includes/log/last-visitor.php:68
|
1566 |
msgid "Recent Visitor Statistics"
|
1567 |
+
msgstr "Statistiques récentes de visiteurs"
|
1568 |
|
1569 |
#: includes/log/online.php:11 includes/log/online.php:18
|
1570 |
msgid "Online Users"
|
1576 |
|
1577 |
#: includes/log/page-statistics.php:26
|
1578 |
msgid "Page Trend for Post ID"
|
1579 |
+
msgstr "Tendance des pages pour l'ID d’article"
|
1580 |
|
1581 |
#: includes/log/page-statistics.php:35
|
1582 |
msgid "Page Trend"
|
1583 |
+
msgstr "Tendance des Pages"
|
1584 |
|
1585 |
#: includes/log/search-statistics.php:19 includes/log/search-statistics.php:28
|
1586 |
msgid "Search Engine Referral Statistics"
|
1587 |
+
msgstr "Statistiques de Référents de Moteurs de recherche"
|
1588 |
|
1589 |
#: includes/log/search-statistics.php:69 includes/log/widgets/search.php:59
|
1590 |
msgid "Search engine referrals in the last"
|
1591 |
+
msgstr "Référents de moteur de recherche dans le dernier"
|
1592 |
|
1593 |
#: includes/log/search-statistics.php:90 includes/log/widgets/search.php:80
|
1594 |
msgid "Number of referrals"
|
1595 |
+
msgstr "Nombre de référents"
|
1596 |
|
1597 |
#: includes/log/exclusions.php:24 includes/log/search-statistics.php:104
|
1598 |
#: includes/log/widgets/search.php:94 includes/log/widgets/summary.php:72
|
1602 |
|
1603 |
#: includes/log/top-countries.php:18
|
1604 |
msgid "Top Countries"
|
1605 |
+
msgstr "Top des Pays"
|
1606 |
|
1607 |
#: includes/log/top-countries.php:30 includes/log/widgets/countries.php:30
|
1608 |
#: includes/log/widgets/top.visitors.php:30
|
1609 |
msgid "Rank"
|
1610 |
+
msgstr "Rang"
|
1611 |
|
1612 |
#: includes/log/top-countries.php:31 includes/log/widgets/countries.php:31
|
1613 |
#: includes/log/widgets/top.visitors.php:32
|
1621 |
|
1622 |
#: includes/log/top-countries.php:33 includes/log/widgets/countries.php:33
|
1623 |
msgid "Visitor Count"
|
1624 |
+
msgstr "Nombre de visiteurs"
|
1625 |
|
1626 |
#: includes/log/top-pages.php:19 includes/log/top-pages.php:149
|
1627 |
msgid "Top Pages"
|
1628 |
+
msgstr "Top des Pages"
|
1629 |
|
1630 |
#: includes/log/top-pages.php:29
|
1631 |
msgid "Top 5 Pages Trends"
|
1632 |
+
msgstr "Top 5 des Pages Tendance"
|
1633 |
|
1634 |
#: includes/log/top-pages.php:60
|
1635 |
msgid "Top 5 Page Trending Stats"
|
1636 |
+
msgstr "Statistiques des 5 Pages les plus Tendance"
|
1637 |
|
1638 |
#: includes/log/top-pages.php:81 includes/log/widgets/page.php:63
|
1639 |
msgid "Number of Hits"
|
1641 |
|
1642 |
#: includes/log/top-pages.php:177 includes/log/widgets/pages.php:35
|
1643 |
msgid "No page title found"
|
1644 |
+
msgstr "Aucun titre de page trouvé"
|
1645 |
|
1646 |
#: includes/log/top-pages.php:180 includes/log/widgets/pages.php:38
|
1647 |
#: includes/optimization/tabs/wps-optimization-historical.php:37
|
1656 |
|
1657 |
#: includes/log/top-referring.php:40
|
1658 |
msgid "Referring sites from"
|
1659 |
+
msgstr "Site référents de"
|
1660 |
|
1661 |
#: includes/log/top-referring.php:110 includes/log/widgets/referring.php:34
|
1662 |
msgid "References"
|
1664 |
|
1665 |
#: includes/log/top-visitors.php:12
|
1666 |
msgid "Top 100 Visitors Today"
|
1667 |
+
msgstr "Top 100 des visiteurs aujourd'hui"
|
1668 |
|
1669 |
#: includes/log/widgets/about.php:8
|
1670 |
msgid "About WP Statistics Version %s"
|
1671 |
+
msgstr "À propos de WP Statistics Version %s"
|
1672 |
|
1673 |
#: includes/log/widgets/about.php:25
|
1674 |
msgid "Website"
|
1675 |
+
msgstr "Site web"
|
1676 |
|
1677 |
#: includes/log/widgets/about.php:26
|
1678 |
msgid "Rate and Review"
|
1679 |
+
msgstr "Évaluer et noter"
|
1680 |
|
1681 |
#: includes/log/widgets/about.php:30
|
1682 |
msgid "More Information"
|
1684 |
|
1685 |
#: includes/log/widgets/about.php:39 includes/settings/tabs/wps-about.php:12
|
1686 |
msgid "This product includes GeoLite2 data created by MaxMind, available from %s."
|
1687 |
+
msgstr "Ce produit inclut des données de GeoLite2 créées par MaxMind, disponible sur %s."
|
1688 |
|
1689 |
#: includes/log/widgets/browsers.php:10 includes/log/widgets/countries.php:11
|
1690 |
#: includes/log/widgets/hits.php:10 includes/log/widgets/pages.php:14
|
1700 |
|
1701 |
#: includes/log/widgets/google.map.php:9 includes/log/widgets/jqv.map.php:9
|
1702 |
msgid "Today Visitors Map"
|
1703 |
+
msgstr "Carte des Visiteurs Aujourd’hui"
|
1704 |
|
1705 |
#: includes/log/widgets/referring.php:35
|
1706 |
msgid "Address"
|
1708 |
|
1709 |
#: includes/log/widgets/summary.php:26
|
1710 |
msgid "User(s) Online"
|
1711 |
+
msgstr "Utilisateur(s) en ligne"
|
1712 |
|
1713 |
#: includes/log/widgets/summary.php:42 includes/log/widgets/summary.php:94
|
1714 |
msgid "Today"
|
1764 |
|
1765 |
#: ajax.php:31
|
1766 |
msgid "%s agent data deleted successfully."
|
1767 |
+
msgstr "%s données d'agent supprimées avec succès."
|
1768 |
|
1769 |
#: ajax.php:34
|
1770 |
msgid "No agent data found to remove!"
|
1771 |
+
msgstr "Pas de données d'agent à supprimer trouvées !"
|
1772 |
|
1773 |
#: ajax.php:38 ajax.php:68 ajax.php:116 ajax.php:122
|
1774 |
msgid "Please select the desired items."
|
1776 |
|
1777 |
#: ajax.php:62
|
1778 |
msgid "%s platform data deleted successfully."
|
1779 |
+
msgstr " %s données de plate-forme supprimées avec succès."
|
1780 |
|
1781 |
#: ajax.php:65
|
1782 |
msgid "No platform data found to remove!"
|
1783 |
+
msgstr "Pas de plateforme de donnée à supprimer trouvée !"
|
1784 |
|
1785 |
#: includes/functions/functions.php:1019
|
1786 |
msgid "%s table data deleted successfully."
|
1788 |
|
1789 |
#: includes/functions/functions.php:1023
|
1790 |
msgid "Error, %s not emptied!"
|
1791 |
+
msgstr "Erreur, %s n'a pas été vidé !"
|
1792 |
|
1793 |
#: includes/optimization/tabs/wps-optimization-database.php:5
|
1794 |
msgid "Database Setup"
|
1800 |
|
1801 |
#: includes/optimization/tabs/wps-optimization-database.php:14
|
1802 |
msgid "Install Now!"
|
1803 |
+
msgstr "Installer maintenant !"
|
1804 |
|
1805 |
#: includes/optimization/tabs/wps-optimization-database.php:15
|
1806 |
msgid "If for some reason your installation of WP Statistics is missing the database tables or other core items, this will re-execute the install process."
|
1807 |
+
msgstr "Si pour une raison quelconque votre installation de WP Statistics n’a pas les tables de base de données ou autres éléments de base, cela ré-exécutera le processus d'installation."
|
1808 |
|
1809 |
#: includes/optimization/tabs/wps-optimization-database.php:20
|
1810 |
msgid "Database Index"
|
1821 |
#: includes/optimization/tabs/wps-optimization-updates.php:25
|
1822 |
#: includes/optimization/tabs/wps-optimization-updates.php:40
|
1823 |
msgid "Update Now!"
|
1824 |
+
msgstr "Mettre à jour maintenant !"
|
1825 |
|
1826 |
#: includes/optimization/tabs/wps-optimization-database.php:40
|
1827 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistitors table, delete duplicate entries and add the index."
|
1828 |
+
msgstr "Les versions anciennes de WP Statistics comptabilisent des doublons dans le tableau des visites dans certains cas particuliers. Les versions plus récentes disposent d’un index pour éviter ces doublons. Pour créer l’index sur l'ancienne version, les entrées en double doivent être d'abord supprimées. En cliquant sur \"Mettre à jour maintenant !\" vous allez analyser la table des visiteurs, supprimer les entrées dupliquées et ajouter l’index."
|
1829 |
|
1830 |
#: includes/optimization/tabs/wps-optimization-database.php:41
|
1831 |
#: includes/optimization/tabs/wps-optimization-database.php:102
|
1832 |
msgid "This operation could take a long time on installs with many rows in the visitors table."
|
1833 |
+
msgstr "Cette opération peut prendre un certain temps sur les installations avec un grand nombre de lignes dans la table des visiteurs."
|
1834 |
|
1835 |
#: includes/optimization/tabs/wps-optimization-database.php:46
|
1836 |
msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table."
|
1837 |
+
msgstr "Les versions anciennes de WP Statistics comptabilisent des doublons dans le tableau des visites dans certains cas particuliers. Les versions plus récentes disposent d’un index pour éviter ces doublons."
|
1838 |
|
1839 |
#: includes/optimization/tabs/wps-optimization-database.php:47
|
1840 |
#: includes/optimization/tabs/wps-optimization-database.php:77
|
1841 |
#: includes/optimization/tabs/wps-optimization-database.php:108
|
1842 |
msgid "Congratulations, your installation is already up to date, nothing to do."
|
1843 |
+
msgstr "Félicitations, votre installation est déjà à jour, rien à faire."
|
1844 |
|
1845 |
#: includes/optimization/tabs/wps-optimization-export.php:8
|
1846 |
#: includes/optimization/wps-optimization.php:212
|
1879 |
|
1880 |
#: includes/optimization/tabs/wps-optimization-export.php:53
|
1881 |
msgid "Include a header row as the first line of the exported file."
|
1882 |
+
msgstr "Incluez une ligne qui sera la première ligne du fichier exporté."
|
1883 |
|
1884 |
#: includes/optimization/tabs/wps-optimization-export.php:54
|
1885 |
msgid "Start Now!"
|
1891 |
|
1892 |
#: includes/optimization/tabs/wps-optimization-historical.php:20
|
1893 |
msgid "Note: As you have just purged the database you must reload this page for these numbers to be correct."
|
1894 |
+
msgstr "Note : comme vous venez de purger la base de données, vous devez recharger cette page pour que ces valeurs soient correctes."
|
1895 |
|
1896 |
#: includes/optimization/tabs/wps-optimization-historical.php:26
|
1897 |
#: includes/settings/tabs/wps-general.php:138
|
1902 |
|
1903 |
#: includes/optimization/tabs/wps-optimization-historical.php:31
|
1904 |
msgid "Number of historical number of visitors to the site (current value is %s)."
|
1905 |
+
msgstr "Nombre de valeurs historiques du nombre de visiteurs sur le site (actuellement %s)."
|
1906 |
|
1907 |
#: includes/optimization/tabs/wps-optimization-historical.php:42
|
1908 |
msgid "Number of historical number of visits to the site (current value is %s)."
|
1909 |
+
msgstr "Nombre de valeurs historiques du nombre de visiteurs sur le site (actuellement %s)."
|
1910 |
|
1911 |
#: includes/optimization/tabs/wps-optimization-historical.php:48
|
1912 |
msgid "Update now!"
|
1913 |
+
msgstr "Mettre à jour maintenant !"
|
1914 |
|
1915 |
#: includes/optimization/tabs/wps-optimization-purging.php:10
|
1916 |
#: includes/optimization/tabs/wps-optimization-purging.php:43
|
1918 |
#: includes/optimization/tabs/wps-optimization-purging.php:107
|
1919 |
#: includes/optimization/tabs/wps-optimization-purging.php:141
|
1920 |
msgid "Are you sure?"
|
1921 |
+
msgstr "Êtes-vous sûr?"
|
1922 |
|
1923 |
#: includes/optimization/tabs/wps-optimization-purging.php:175
|
1924 |
msgid "Data"
|
1926 |
|
1927 |
#: includes/optimization/tabs/wps-optimization-purging.php:180
|
1928 |
msgid "Empty Table"
|
1929 |
+
msgstr "Vider la table"
|
1930 |
|
1931 |
#: includes/optimization/tabs/wps-optimization-purging.php:193
|
1932 |
msgid "All data table will be lost."
|
1933 |
+
msgstr "Toutes les tables de données seront perdues."
|
1934 |
|
1935 |
#: includes/optimization/tabs/wps-optimization-purging.php:194
|
1936 |
msgid "Clear now!"
|
1938 |
|
1939 |
#: includes/optimization/tabs/wps-optimization-purging.php:202
|
1940 |
msgid "Purge records older than"
|
1941 |
+
msgstr "Purger les enregistrements âgés de plus de"
|
1942 |
|
1943 |
#: includes/optimization/tabs/wps-optimization-purging.php:208
|
1944 |
msgid "Deleted user statistics data older than the selected number of days. Minimum value is 30 days."
|
1945 |
+
msgstr "Les données de statistiques d’utilisateur supprimées seront antérieures au nombre de jours sélectionné. La valeur minimale est de 30 jours."
|
1946 |
|
1947 |
#: includes/optimization/tabs/wps-optimization-purging.php:209
|
1948 |
#: includes/optimization/tabs/wps-optimization-purging.php:224
|
1949 |
msgid "Purge now!"
|
1950 |
+
msgstr "Purger maintenant !"
|
1951 |
|
1952 |
#: includes/optimization/tabs/wps-optimization-purging.php:231
|
1953 |
msgid "Delete User Agent Types"
|
1954 |
+
msgstr "Supprimez les types d'Agent utilisateur"
|
1955 |
|
1956 |
#: includes/optimization/tabs/wps-optimization-purging.php:236
|
1957 |
msgid "Delete Agents"
|
1990 |
|
1991 |
#: includes/optimization/tabs/wps-optimization-resources.php:33
|
1992 |
msgid "Last Overview page memory usage"
|
1993 |
+
msgstr "Dernière utilisation de la mémoire pour la page Vue Globale"
|
1994 |
|
1995 |
#: includes/optimization/tabs/wps-optimization-resources.php:38
|
1996 |
msgid "Memory usage in the overview page"
|
2002 |
|
2003 |
#: includes/optimization/tabs/wps-optimization-resources.php:49
|
2004 |
msgid "The memory limit a script is allowed to consume, set in php.ini."
|
2005 |
+
msgstr "La limite de mémoire qu’un script est autorisé à consommer, définie dans le fichier php.ini."
|
2006 |
|
2007 |
#: includes/optimization/tabs/wps-optimization-resources.php:55
|
2008 |
#: includes/optimization/tabs/wps-optimization-resources.php:66
|
2033 |
|
2034 |
#: includes/optimization/tabs/wps-optimization-resources.php:120
|
2035 |
msgid "Version Info"
|
2036 |
+
msgstr "Info de Version"
|
2037 |
|
2038 |
#: includes/optimization/tabs/wps-optimization-resources.php:125
|
2039 |
msgid "WP Statistics Version"
|
2041 |
|
2042 |
#: includes/optimization/tabs/wps-optimization-resources.php:130
|
2043 |
msgid "The WP Statistics version you are running."
|
2044 |
+
msgstr "La version de WP Statistics que vous utilisez."
|
2045 |
|
2046 |
#: includes/optimization/tabs/wps-optimization-resources.php:136
|
2047 |
msgid "PHP Version"
|
2049 |
|
2050 |
#: includes/optimization/tabs/wps-optimization-resources.php:141
|
2051 |
msgid "The PHP version you are running."
|
2052 |
+
msgstr "La version de PHP que vous utilisez."
|
2053 |
|
2054 |
#: includes/optimization/tabs/wps-optimization-resources.php:147
|
2055 |
msgid "PHP Safe Mode"
|
2057 |
|
2058 |
#: includes/optimization/tabs/wps-optimization-resources.php:152
|
2059 |
msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
|
2060 |
+
msgstr "Est-ce que PHP Safe Mode (Mode sans échec) est activé. Le code de GeoIP n'est pas pris en charge en Safe Mode."
|
2061 |
|
2062 |
#: includes/optimization/tabs/wps-optimization-resources.php:158
|
2063 |
msgid "jQuery Version"
|
2064 |
+
msgstr "Version jQuery"
|
2065 |
|
2066 |
#: includes/optimization/tabs/wps-optimization-resources.php:163
|
2067 |
msgid "The jQuery version you are running."
|
2068 |
+
msgstr "La version jQuery que vous utilisez."
|
2069 |
|
2070 |
#: includes/optimization/tabs/wps-optimization-resources.php:169
|
2071 |
msgid "cURL Version"
|
2072 |
+
msgstr "Version de cURL"
|
2073 |
|
2074 |
#: includes/optimization/tabs/wps-optimization-resources.php:173
|
2075 |
msgid "cURL not installed"
|
2076 |
+
msgstr "cURL n’est pas installé"
|
2077 |
|
2078 |
#: includes/optimization/tabs/wps-optimization-resources.php:174
|
2079 |
msgid "The PHP cURL Extension version you are running. cURL is required for the GeoIP code, if it is not installed GeoIP will be disabled."
|
2080 |
+
msgstr "La version de l’extension PHP cURL que vous utilisez. cURL est requis pour obtenir le code GeoIP, s'il n'est pas installé GeoIP sera désactivé."
|
2081 |
|
2082 |
#: includes/optimization/tabs/wps-optimization-resources.php:180
|
2083 |
msgid "BC Math"
|
2093 |
|
2094 |
#: includes/optimization/tabs/wps-optimization-resources.php:185
|
2095 |
msgid "If the PHP BC Math Extension is installed. BC Math is no longer required for the GeoIP code and is listed here only for historical reasons."
|
2096 |
+
msgstr "Si l'extension PHP BC Math est installée. BC Math n'est plus nécessaire pour obtenir le code GeoIP et est répertorié ici uniquement pour des raisons historiques."
|
2097 |
|
2098 |
#: includes/optimization/tabs/wps-optimization-resources.php:190
|
2099 |
msgid "File Info"
|
2100 |
+
msgstr "Info du fichier"
|
2101 |
|
2102 |
#: includes/optimization/tabs/wps-optimization-resources.php:195
|
2103 |
msgid "GeoIP Database"
|
2105 |
|
2106 |
#: includes/optimization/tabs/wps-optimization-resources.php:204
|
2107 |
msgid "Database file does not exist."
|
2108 |
+
msgstr "Le fichier de base de données n'existe pas."
|
2109 |
|
2110 |
#: includes/optimization/tabs/wps-optimization-resources.php:206
|
2111 |
#: includes/optimization/tabs/wps-optimization-resources.php:225
|
2119 |
|
2120 |
#: includes/optimization/tabs/wps-optimization-resources.php:214
|
2121 |
msgid "browscap.ini File"
|
2122 |
+
msgstr "fichier browscap.ini"
|
2123 |
|
2124 |
#: includes/optimization/tabs/wps-optimization-resources.php:223
|
2125 |
msgid "browscap.ini file does not exist."
|
2126 |
+
msgstr "fichier browscap.ini n'existe pas."
|
2127 |
|
2128 |
#: includes/optimization/tabs/wps-optimization-resources.php:227
|
2129 |
msgid "The file size and date of the browscap.ini file."
|
2131 |
|
2132 |
#: includes/optimization/tabs/wps-optimization-resources.php:233
|
2133 |
msgid "browscap Cache File"
|
2134 |
+
msgstr "fichier cache de browscap"
|
2135 |
|
2136 |
#: includes/optimization/tabs/wps-optimization-resources.php:242
|
2137 |
msgid "browscap cache file does not exist."
|
2138 |
+
msgstr "le fichier cache browscap n'existe pas."
|
2139 |
|
2140 |
#: includes/optimization/tabs/wps-optimization-resources.php:246
|
2141 |
msgid "The file size and date of the browscap cache file."
|
2147 |
|
2148 |
#: includes/optimization/tabs/wps-optimization-resources.php:256
|
2149 |
msgid "Client IP"
|
2150 |
+
msgstr "IP client"
|
2151 |
|
2152 |
#: includes/optimization/tabs/wps-optimization-resources.php:261
|
2153 |
msgid "The client IP address."
|
2155 |
|
2156 |
#: includes/optimization/tabs/wps-optimization-resources.php:267
|
2157 |
msgid "User Agent"
|
2158 |
+
msgstr "Agent Utilisateur"
|
2159 |
|
2160 |
#: includes/optimization/tabs/wps-optimization-resources.php:272
|
2161 |
msgid "The client user agent string."
|
2162 |
+
msgstr "La chaîne agent utilisateur (User Agent) du client."
|
2163 |
|
2164 |
#: includes/optimization/tabs/wps-optimization-resources.php:278
|
2165 |
msgid "Browser"
|
2167 |
|
2168 |
#: includes/optimization/tabs/wps-optimization-resources.php:285
|
2169 |
msgid "The detected client browser."
|
2170 |
+
msgstr "Le navigateur client détecté."
|
2171 |
|
2172 |
#: includes/optimization/tabs/wps-optimization-resources.php:296
|
2173 |
msgid "The detected client browser version."
|
2174 |
+
msgstr "La version du navigateur client détecté."
|
2175 |
|
2176 |
#: includes/optimization/tabs/wps-optimization-resources.php:307
|
2177 |
msgid "The detected client platform."
|
2178 |
+
msgstr "La plateforme client détectée."
|
2179 |
|
2180 |
#: includes/optimization/tabs/wps-optimization-updates.php:4
|
2181 |
msgid "This will replace all IP addresses in the database with hash values and cannot be undo, are you sure?"
|
2182 |
+
msgstr "Cela remplacera toutes les adresses IP dans la base de données avec les valeurs de hachage et ne peut pas être annulé, êtes-vous sûr ?"
|
2183 |
|
2184 |
#: includes/optimization/tabs/wps-optimization-updates.php:16
|
2185 |
msgid "GeoIP Options"
|
2187 |
|
2188 |
#: includes/optimization/tabs/wps-optimization-updates.php:26
|
2189 |
msgid "Updates any unknown location data in the database, this may take a while"
|
2190 |
+
msgstr "Met à jour des données de localisation inconnues dans la base de données, cela peut prendre un certain temps"
|
2191 |
|
2192 |
#: includes/optimization/tabs/wps-optimization-updates.php:31
|
2193 |
#: includes/settings/tabs/wps-general.php:66
|
2209 |
|
2210 |
#: includes/optimization/wps-optimization.php:51
|
2211 |
msgid "Install routine complete."
|
2212 |
+
msgstr "Processus d’installation terminé."
|
2213 |
|
2214 |
#: includes/optimization/wps-optimization.php:211
|
2215 |
msgid "Resources/Information"
|
2216 |
+
msgstr "Ressources/Informations"
|
2217 |
|
2218 |
#: includes/optimization/wps-optimization.php:213
|
2219 |
msgid "Purging"
|
2237 |
|
2238 |
#: includes/settings/tabs/wps-about.php:28
|
2239 |
msgid "Visit Us Online"
|
2240 |
+
msgstr "Retrouvez-nous en ligne"
|
2241 |
|
2242 |
#: includes/settings/tabs/wps-about.php:32
|
2243 |
msgid "Come visit our great new %s and keep up to date on the latest news about WP Statistics."
|
2244 |
+
msgstr "Visitez notre superbe nouveau %s et tenez-vous à jour des dernières nouveautés de WP Statistics."
|
2245 |
|
2246 |
#: includes/settings/tabs/wps-about.php:32
|
2247 |
msgid "website"
|
2248 |
+
msgstr "site web"
|
2249 |
|
2250 |
#: includes/settings/tabs/wps-about.php:36
|
2251 |
msgid "Rate and Review at WordPress.org"
|
2252 |
+
msgstr "Évaluer et Noter sur WordPress.org"
|
2253 |
|
2254 |
#: includes/settings/tabs/wps-about.php:40
|
2255 |
msgid "Thanks for installing WP Statistics, we encourage you to submit a "
|
2257 |
|
2258 |
#: includes/settings/tabs/wps-about.php:40
|
2259 |
msgid "rating and review"
|
2260 |
+
msgstr "Évaluation et note"
|
2261 |
|
2262 |
#: includes/settings/tabs/wps-about.php:40
|
2263 |
msgid "over at WordPress.org. Your feedback is greatly appreciated!"
|
2264 |
+
msgstr "sur WordPress.org. Vos commentaires sont grandement appréciés !"
|
2265 |
|
2266 |
#: includes/settings/tabs/wps-about.php:44
|
2267 |
msgid "Translations"
|
2269 |
|
2270 |
#: includes/settings/tabs/wps-about.php:48
|
2271 |
msgid "WP Statistics supports internationalization and we encourage our users to submit translations, please visit our %s to see the current status and %s if you would like to help."
|
2272 |
+
msgstr "WP Statistics supporte l'internationalisation, et nous encourageons nos utilisateurs à soumettre les traductions, veuillez visiter notre %s pour connaître l'état actuel et %s si vous voulez aider."
|
2273 |
|
2274 |
#: includes/settings/tabs/wps-about.php:48
|
2275 |
msgid "translation collaboration site"
|
2281 |
|
2282 |
#: includes/settings/tabs/wps-about.php:52
|
2283 |
msgid "Support"
|
2284 |
+
msgstr "Support"
|
2285 |
|
2286 |
#: includes/settings/tabs/wps-about.php:57
|
2287 |
msgid "We're sorry you're having problem with WP Statistics and we're happy to help out. Here are a few things to do before contacting us:"
|
2288 |
+
msgstr "Nous sommes navrés que vous rencontrez un problème avec WP Statistics, et nous sommes heureux d'aider. Voici quelques petites choses à faire avant de nous contacter :"
|
2289 |
|
2290 |
#: includes/settings/tabs/wps-about.php:60
|
2291 |
#: includes/settings/tabs/wps-about.php:61
|
2292 |
msgid "Have you read the %s?"
|
2293 |
+
msgstr "Avez-vous lu le %s ?"
|
2294 |
|
2295 |
#: includes/settings/tabs/wps-about.php:60
|
2296 |
msgid "FAQs"
|
2298 |
|
2299 |
#: includes/settings/tabs/wps-about.php:61
|
2300 |
msgid "manual"
|
2301 |
+
msgstr "manuel"
|
2302 |
|
2303 |
#: includes/settings/tabs/wps-about.php:62
|
2304 |
msgid "Have you search the %s for a similar issue?"
|
2305 |
+
msgstr "Avez-vous cherché des problèmes semblables sur %s ?"
|
2306 |
|
2307 |
#: includes/settings/tabs/wps-about.php:62
|
2308 |
msgid "support forum"
|
2310 |
|
2311 |
#: includes/settings/tabs/wps-about.php:63
|
2312 |
msgid "Have you search the Internet for any error messages you are receiving?"
|
2313 |
+
msgstr "Avez-vous recherché sur Internet les messages d'erreur que vous recevez ?"
|
2314 |
|
2315 |
#: includes/settings/tabs/wps-about.php:64
|
2316 |
msgid "Make sure you have access to your PHP error logs."
|
2317 |
+
msgstr "Vérifiez que vous avez accès à vos logs d'erreurs PHP."
|
2318 |
|
2319 |
#: includes/settings/tabs/wps-about.php:67
|
2320 |
msgid "And a few things to double-check:"
|
2322 |
|
2323 |
#: includes/settings/tabs/wps-about.php:70
|
2324 |
msgid "How's your memory_limit in php.ini?"
|
2325 |
+
msgstr "Quelle est votre memory_limit dans php.ini ?"
|
2326 |
|
2327 |
#: includes/settings/tabs/wps-about.php:71
|
2328 |
msgid "Have you tried disabling any other plugins you may have installed?"
|
2329 |
+
msgstr "Avez-vous essayé de désactiver les autres extensions que vous pouvez avoir installé ?"
|
2330 |
|
2331 |
#: includes/settings/tabs/wps-about.php:72
|
2332 |
msgid "Have you tried using the default WordPress theme?"
|
2334 |
|
2335 |
#: includes/settings/tabs/wps-about.php:73
|
2336 |
msgid "Have you double checked the plugin settings?"
|
2337 |
+
msgstr "Avez-vous vérifié deux fois la configuration de l’extension ?"
|
2338 |
|
2339 |
#: includes/settings/tabs/wps-about.php:74
|
2340 |
msgid "Do you have all the required PHP extensions installed?"
|
2341 |
+
msgstr "Avez-vous toutes les extensions PHP requises installées ?"
|
2342 |
|
2343 |
#: includes/settings/tabs/wps-about.php:75
|
2344 |
msgid "Are you getting a blank or incomplete page displayed in your browser? Did you view the source for the page and check for any fatal errors?"
|
2345 |
+
msgstr "Êtes-vous une page vide ou incomplète affichée dans votre navigateur ? Avez-vous affiché le code source de la page et recherché une erreur fatale ?"
|
2346 |
|
2347 |
#: includes/settings/tabs/wps-about.php:76
|
2348 |
msgid "Have you checked your PHP and web server error logs?"
|
2350 |
|
2351 |
#: includes/settings/tabs/wps-about.php:79
|
2352 |
msgid "Still not having any luck?"
|
2353 |
+
msgstr "Toujours pas de chance ?"
|
2354 |
|
2355 |
#: includes/settings/tabs/wps-about.php:79
|
2356 |
msgid "Then please open a new thread on the %s and we'll respond as soon as possible."
|
2370 |
|
2371 |
#: includes/settings/tabs/wps-exclusions.php:21
|
2372 |
msgid "WP Statistics Honey Pot Page"
|
2373 |
+
msgstr "Page du pot de miel de WP Statistics"
|
2374 |
|
2375 |
#: includes/settings/tabs/wps-exclusions.php:22
|
2376 |
msgid "This is the honey pot for WP Statistics to use, do not delete."
|
2377 |
+
msgstr "Il s'agit de la page pot de miel utilisée par WP Statistics, ne pas supprimer."
|
2378 |
|
2379 |
#: includes/settings/tabs/wps-access-level.php:23
|
2380 |
#: includes/settings/wps-settings.php:103
|
2391 |
|
2392 |
#: includes/settings/tabs/wps-access-level.php:75
|
2393 |
msgid "See the %s for details on capability levels."
|
2394 |
+
msgstr "Voir la %s pour plus d'informations sur les niveaux de capacité."
|
2395 |
|
2396 |
#: includes/settings/tabs/wps-access-level.php:75
|
2397 |
msgid "WordPress Roles and Capabilities page"
|
2398 |
+
msgstr "Page Rôles et Capacités WordPress"
|
2399 |
|
2400 |
#: includes/settings/tabs/wps-access-level.php:76
|
2401 |
msgid "Hint: manage_network = Super Admin Network, manage_options = Administrator, edit_others_posts = Editor, publish_posts = Author, edit_posts = Contributor, read = Everyone."
|
2402 |
+
msgstr "Remarque : manage_network = Super Admin Réseau, manage_options = Administrateur, edit_others_posts = Éditeur, publish_posts = Auteur, edit_posts = Contributeur, lu = Tout le monde."
|
2403 |
|
2404 |
#: includes/settings/tabs/wps-access-level.php:77
|
2405 |
msgid "Each of the above casscades the rights upwards in the default WordPress configuration. So for example selecting publish_posts grants the right to Authors, Editors, Admins and Super Admins."
|
2406 |
+
msgstr "Chaque élément ci-dessus fait remonter les droits dans la configuration de WordPress par défaut. Ainsi, par exemple en sélectionnant publish_posts on accorde le droit aux Auteurs, Éditeurs, Admins et Super Admins."
|
2407 |
|
2408 |
#: includes/settings/tabs/wps-access-level.php:78
|
2409 |
msgid "If you need a more robust solution to delegate access you might want to look at %s in the WordPress plugin directory."
|
2410 |
+
msgstr "Si vous avez besoin d'une solution plus robuste pour déléguer l'accès vous pouvez regarder %s dans le répertoire d’extensions WordPress."
|
2411 |
|
2412 |
#: includes/log/exclusions.php:197 includes/settings/tabs/wps-exclusions.php:46
|
2413 |
#: includes/settings/wps-settings.php:104 wp-statistics.php:352
|
2417 |
|
2418 |
#: includes/settings/tabs/wps-exclusions.php:50
|
2419 |
msgid "Record exclusions"
|
2420 |
+
msgstr "Enregistrer les exclusions"
|
2421 |
|
2422 |
#: includes/settings/tabs/wps-exclusions.php:52
|
2423 |
#: includes/settings/tabs/wps-exclusions.php:106
|
2424 |
#: includes/settings/tabs/wps-exclusions.php:133
|
2425 |
#: includes/settings/tabs/wps-exclusions.php:150
|
2426 |
msgid "Enable"
|
2427 |
+
msgstr "Activer"
|
2428 |
|
2429 |
#: includes/settings/tabs/wps-exclusions.php:53
|
2430 |
msgid "This will record all the excluded hits in a separate table with the reasons why it was excluded but no other information. This will generate a lot of data but is useful if you want to see the total number of hits your site gets, not just actual user visits."
|
2431 |
+
msgstr "Ceci enregistrera tous les hits exclus dans une table distincte, avec les raisons pourquoi il a été exclu, mais aucune autre information. Cela va générer une grande quantité de données mais est utile si vous souhaitez afficher le nombre total de visites que votre site reçoit, et non seulement les visites d'utilisateurs réels."
|
2432 |
|
2433 |
#: includes/settings/tabs/wps-exclusions.php:58
|
2434 |
msgid "Exclude User Roles"
|
2444 |
|
2445 |
#: includes/settings/tabs/wps-exclusions.php:75
|
2446 |
msgid "Exclude %s role from data collection."
|
2447 |
+
msgstr "Exclure le rôle %s de la collecte de données."
|
2448 |
|
2449 |
#: includes/settings/tabs/wps-exclusions.php:81
|
2450 |
msgid "IP/Robot Exclusions"
|
2456 |
|
2457 |
#: includes/settings/tabs/wps-exclusions.php:98
|
2458 |
msgid "A list of words (one per line) to match against to detect robots. Entries must be at least 4 characters long or they will be ignored."
|
2459 |
+
msgstr "Une liste de mots (un par ligne) auxquels comparer pour détecter les robots. Les entrées doivent comporter au moins 4 caractères, sinon elles seront ignorées."
|
2460 |
|
2461 |
#: includes/settings/tabs/wps-exclusions.php:99
|
2462 |
msgid "Reset to Default"
|
2463 |
+
msgstr "Réinitialiser à défaut"
|
2464 |
|
2465 |
#: includes/settings/tabs/wps-exclusions.php:104
|
2466 |
msgid "Force robot list update after upgrades"
|
2467 |
+
msgstr "Force une mise à jour de la liste des robots après les mises à niveau"
|
2468 |
|
2469 |
#: includes/settings/tabs/wps-exclusions.php:107
|
2470 |
msgid "Force the robot list to be reset to the default after an update to WP Statistics takes place. Note if this option is enabled any custom robots you have added to the list will be lost."
|
2471 |
+
msgstr "Force la liste de robot pour être remis à la valeur par défaut quand une mise à jour de WP Statistics a lieu. Remarque : si cette option est activée tout robot personnalisé que vous avez ajouté à la liste de robots sera perdu."
|
2472 |
|
2473 |
#: includes/settings/tabs/wps-exclusions.php:112
|
2474 |
msgid "Robot visit threshold"
|
2480 |
|
2481 |
#: includes/settings/tabs/wps-exclusions.php:120
|
2482 |
msgid "Excluded IP address list"
|
2483 |
+
msgstr "Liste d'adresses IP exclues"
|
2484 |
|
2485 |
#: includes/settings/tabs/wps-exclusions.php:123
|
2486 |
msgid "A list of IP addresses and subnet masks (one per line) to exclude from statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 formats are accepted). To specify an IP address only, use a subnet value of 32 or 255.255.255.255."
|
2487 |
+
msgstr "Une liste d'adresses IP et de masques de sous-réseau (un par ligne) à exclure de la collecte de statistiques (les formats 192.168.0.0/24 et 192.168.0.0/255.255.255.0 sont acceptés). Pour spécifier une adresse IP uniquement, utilisez une valeur de sous-réseau de 32 ou 255.255.255.255."
|
2488 |
|
2489 |
#: includes/settings/tabs/wps-exclusions.php:124
|
2490 |
msgid "Add 10.0.0.0"
|
2504 |
|
2505 |
#: includes/settings/tabs/wps-exclusions.php:134
|
2506 |
msgid "Use a honey pot page to identify robots."
|
2507 |
+
msgstr "Utiliser une page pot de miel (\"honey pot\") pour identifier les robots."
|
2508 |
|
2509 |
#: includes/settings/tabs/wps-exclusions.php:139
|
2510 |
msgid "Honey pot post id"
|
2511 |
+
msgstr "ID de l’article pot de miel"
|
2512 |
|
2513 |
#: includes/settings/tabs/wps-exclusions.php:142
|
2514 |
msgid "The post id to use for the honeypot page."
|
2515 |
+
msgstr "Identifiant d’article à utiliser pour la page pot de miel."
|
2516 |
|
2517 |
#: includes/settings/tabs/wps-exclusions.php:143
|
2518 |
msgid "Create a new honey pot page"
|
2519 |
+
msgstr "Créer une nouvelle page pot de miel"
|
2520 |
|
2521 |
#: includes/settings/tabs/wps-exclusions.php:156
|
2522 |
msgid "GeoIP Exclusions"
|
2523 |
+
msgstr "Exclusions Geo-IP"
|
2524 |
|
2525 |
#: includes/settings/tabs/wps-exclusions.php:160
|
2526 |
msgid "Excluded countries list"
|
2528 |
|
2529 |
#: includes/settings/tabs/wps-exclusions.php:163
|
2530 |
msgid "A list of country codes (one per line, two letters each) to exclude from statistics collection. Use \"000\" (three zeros) to exclude unknown countries."
|
2531 |
+
msgstr "Une liste de codes de pays (un par ligne, deux lettres chacun) à exclure des statistiques. Utilisez \"000\" (trois zéros) pour exclure les pays inconnus."
|
2532 |
|
2533 |
#: includes/settings/tabs/wps-exclusions.php:168
|
2534 |
msgid "Included countries list"
|
2536 |
|
2537 |
#: includes/settings/tabs/wps-exclusions.php:171
|
2538 |
msgid "A list of country codes (one per line, two letters each) to include in statistics collection, if this list is not empty, only visitors from the included countries will be recorded. Use \"000\" (three zeros) to exclude unknown countries."
|
2539 |
+
msgstr "Une liste de codes de pays (un par ligne, deux lettres chacun) à inclure dans les statistiques. Si cette liste n'est pas vide, seuls les visiteurs des pays inclus vont être enregistrés. Utilisez \"000\" (trois zéros) pour exclure les pays inconnus. "
|
2540 |
|
2541 |
#: includes/settings/tabs/wps-exclusions.php:176
|
2542 |
msgid "Host Exclusions"
|
2543 |
+
msgstr "Exclusions d'hôtes"
|
2544 |
|
2545 |
#: includes/settings/tabs/wps-exclusions.php:180
|
2546 |
msgid "Excluded hosts list"
|
2548 |
|
2549 |
#: includes/settings/tabs/wps-exclusions.php:183
|
2550 |
msgid "A list of fully qualified host names (ie. server.example.com, one per line) to exclude from statistics collection."
|
2551 |
+
msgstr "Une liste des noms d'hôtes complètement définis (exemple : serveur.exemple.com, un par ligne) à exclure de la collection de statistiques"
|
2552 |
|
2553 |
#: includes/settings/tabs/wps-exclusions.php:185
|
2554 |
msgid "Note: this option will NOT perform a reverse DNS lookup on each page load but instead cache the IP address for the provided hostnames for one hour. If you are excluding dynamically assigned hosts you may find some degree of overlap when the host changes it's IP address and when the cache is updated resulting in some hits recorded."
|
2555 |
+
msgstr "Note : cette option n'effectuera pas une recherche DNS inversée sur chaque chargement de page mais mettra plutôt en cache l'adresse IP des noms d'hôtes fournis pendant une heure. Si vous excluez l'assignation dynamique des hôtes, vous pourrez trouver un certain nombre de doublons quand l'hôte change d'adresse IP et que le cache est mis à jour, ce qui provoque des enregistrements de hits."
|
2556 |
|
2557 |
#: includes/settings/tabs/wps-exclusions.php:190
|
2558 |
msgid "Site URL Exclusions"
|
2559 |
+
msgstr "Exclusions des URL du site"
|
2560 |
|
2561 |
#: includes/settings/tabs/wps-exclusions.php:194
|
2562 |
msgid "Excluded login page"
|
2563 |
+
msgstr "Page de connexion exclue"
|
2564 |
|
2565 |
#: includes/settings/tabs/wps-exclusions.php:197
|
2566 |
msgid "Exclude the login page for registering as a hit."
|
2567 |
+
msgstr "Exclure la page de connexion du comptage des hits."
|
2568 |
|
2569 |
#: includes/settings/tabs/wps-exclusions.php:201
|
2570 |
msgid "Excluded admin pages"
|
2571 |
+
msgstr "Pages admin exclues"
|
2572 |
|
2573 |
#: includes/settings/tabs/wps-exclusions.php:204
|
2574 |
msgid "Exclude the admin pages for registering as a hit."
|
2575 |
+
msgstr "Exclure les pages administratives du comptage des hits."
|
2576 |
|
2577 |
#: includes/settings/tabs/wps-exclusions.php:208
|
2578 |
msgid "Excluded RSS feeds"
|
2580 |
|
2581 |
#: includes/settings/tabs/wps-exclusions.php:211
|
2582 |
msgid "Exclude the RSS feeds for registering as a hit."
|
2583 |
+
msgstr "Exclure les flux RSS du comptage des hits."
|
2584 |
|
2585 |
#: includes/settings/tabs/wps-externals.php:162
|
2586 |
msgid "browscap settings"
|
2587 |
+
msgstr "paramètres de browscap"
|
2588 |
|
2589 |
#: includes/settings/tabs/wps-externals.php:167
|
2590 |
msgid "browscap usage"
|
2591 |
+
msgstr "utilisation de browscap"
|
2592 |
|
2593 |
#: includes/settings/tabs/wps-externals.php:52
|
2594 |
#: includes/settings/tabs/wps-externals.php:76
|
2628 |
|
2629 |
#: includes/settings/tabs/wps-externals.php:173
|
2630 |
msgid "The browscap database will be downloaded and used to detect robots."
|
2631 |
+
msgstr "La base de données browscap sera téléchargée et utilisée pour détecter les robots."
|
2632 |
|
2633 |
#: includes/settings/tabs/wps-externals.php:179
|
2634 |
msgid "Update browscap Info"
|
2635 |
+
msgstr "Mise à jour les infos browscap"
|
2636 |
|
2637 |
#: includes/settings/tabs/wps-externals.php:184
|
2638 |
msgid "Download browscap Database"
|
2639 |
+
msgstr "Télécharger la Base de Données browscap"
|
2640 |
|
2641 |
#: includes/settings/tabs/wps-externals.php:65
|
2642 |
#: includes/settings/tabs/wps-externals.php:185
|
2646 |
|
2647 |
#: includes/settings/tabs/wps-externals.php:191
|
2648 |
msgid "Schedule weekly update of browscap DB"
|
2649 |
+
msgstr "Programmer une mise à jour hebdomadaire de browscap DB"
|
2650 |
|
2651 |
#: includes/settings/tabs/wps-externals.php:79
|
2652 |
#: includes/settings/tabs/wps-externals.php:199
|
2653 |
#: includes/settings/tabs/wps-externals.php:262
|
2654 |
msgid "Next update will be"
|
2655 |
+
msgstr "La prochaine mise à jour sera"
|
2656 |
|
2657 |
#: includes/settings/tabs/wps-externals.php:214
|
2658 |
msgid "Download of the browscap database will be scheduled for once a week."
|
2659 |
+
msgstr "Le téléchargement de la base de données de browscap sera programmé pour une fois par semaine."
|
2660 |
|
2661 |
#: includes/settings/tabs/wps-general.php:50
|
2662 |
msgid "This will delete the manual when you save the settings, are you sure?"
|
2663 |
+
msgstr "Cela supprimera le manuel lorsque vous enregistrez les paramètres, êtes-vous sûr ?"
|
2664 |
|
2665 |
#: includes/settings/tabs/wps-general.php:77
|
2666 |
msgid "This feature will not store IP addresses in the database but instead used a unique hash. The \"Store entire user agent string\" setting will be disabled if this is selected. You will not be able to recover the IP addresses in the future to recover location information if this is enabled."
|
2667 |
+
msgstr "Cette fonctionnalité ne stocke pas les adresses IP dans la base de données, mais utilise à la place un hachage unique. Le réglage \"Stocker la chaîne d'agent utilisateur entièrement\" sera désactivé si ce champ est sélectionné. Vous ne serez pas en mesure de récupérer les adresses IP à l'avenir pour obtenir des informations de localisation si cette option est activée."
|
2668 |
|
2669 |
#: includes/settings/tabs/wps-general.php:82 shortcode.php:131
|
2670 |
msgid "Users Online"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: mostafa.s1990, GregRoss
|
|
3 |
Donate link: http://wp-statistics.com/donate/
|
4 |
Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 9.5.
|
8 |
License: GPL3
|
9 |
|
10 |
Complete statistics for your WordPress site.
|
@@ -247,6 +247,9 @@ Do you have eAccelerator installed? If so this is a known issue with eAccelerat
|
|
247 |
10. View latest search engine referrers Statistics page.
|
248 |
|
249 |
== Upgrade Notice ==
|
|
|
|
|
|
|
250 |
= 9.5.1 =
|
251 |
BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure of the database. This release creates a new table for search engine/words for performance improvements, however you must convert your data to the new format via the Statistics->Optimization->Database tab.
|
252 |
|
@@ -285,6 +288,12 @@ BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure
|
|
285 |
This release updates some core code to do with timezones, hence the change to version 9.0, if you see any issues with timezones, please let us know. In addition, you may see an increase in your visits count as a race condition that dropped some visits has been resolved.
|
286 |
|
287 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
= 9.5.1 =
|
289 |
* Release Date: August 4, 2015
|
290 |
* Fixed: Issue with verifying the WP Statistics tables exist on databases with hyphens in their names.
|
3 |
Donate link: http://wp-statistics.com/donate/
|
4 |
Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.3
|
7 |
+
Stable tag: 9.5.2
|
8 |
License: GPL3
|
9 |
|
10 |
Complete statistics for your WordPress site.
|
247 |
10. View latest search engine referrers Statistics page.
|
248 |
|
249 |
== Upgrade Notice ==
|
250 |
+
= 9.5.2 =
|
251 |
+
BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure of the database. This release creates a new table for search engine/words for performance improvements, however you must convert your data to the new format via the Statistics->Optimization->Database tab.
|
252 |
+
|
253 |
= 9.5.1 =
|
254 |
BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure of the database. This release creates a new table for search engine/words for performance improvements, however you must convert your data to the new format via the Statistics->Optimization->Database tab.
|
255 |
|
288 |
This release updates some core code to do with timezones, hence the change to version 9.0, if you see any issues with timezones, please let us know. In addition, you may see an increase in your visits count as a race condition that dropped some visits has been resolved.
|
289 |
|
290 |
== Changelog ==
|
291 |
+
= 9.5.2 =
|
292 |
+
* Release Date: August 8, 2015
|
293 |
+
* Fixed: XSS issue with top-referrers page, thanks Swift Security (http://swiftsecurity.swte.ch/).
|
294 |
+
* Updated: If the GeoIP code is disabled, the warning message was pointing to the old GeoIP tab instead of the new Externals tab.
|
295 |
+
* Updated: French translation.
|
296 |
+
|
297 |
= 9.5.1 =
|
298 |
* Release Date: August 4, 2015
|
299 |
* Fixed: Issue with verifying the WP Statistics tables exist on databases with hyphens in their names.
|
wp-statistics.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Statistics
|
4 |
Plugin URI: http://wp-statistics.com/
|
5 |
Description: Complete statistics for your WordPress site.
|
6 |
-
Version: 9.5.
|
7 |
Author: Mostafa Soufi & Greg Ross
|
8 |
Author URI: http://wp-statistics.com/
|
9 |
Text Domain: wp_statistics
|
@@ -12,7 +12,7 @@ License: GPL2
|
|
12 |
*/
|
13 |
|
14 |
// These defines are used later for various reasons.
|
15 |
-
define('WP_STATISTICS_VERSION', '9.5.
|
16 |
define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
|
17 |
define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
|
18 |
define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);
|
@@ -143,7 +143,7 @@ License: GPL2
|
|
143 |
echo '<div class="update-nag"><p>'.sprintf(__('Visitor tracking in WP Statistics is not enabled, please go to %s and enable it.', 'wp_statistics'), '<a href="' . $get_bloginfo_url . '">' . __( 'setting page', 'wp_statistics') . '</a>').'</p></div>';
|
144 |
|
145 |
if(!$WP_Statistics->get_option('geoip') && wp_statistics_geoip_supported())
|
146 |
-
echo '<div class="update-nag"><p>'.sprintf(__('GeoIP collection is not active, please go to %s and enable this feature.', 'wp_statistics'), '<a href="' . $get_bloginfo_url . '&tab=
|
147 |
}
|
148 |
}
|
149 |
|
3 |
Plugin Name: WP Statistics
|
4 |
Plugin URI: http://wp-statistics.com/
|
5 |
Description: Complete statistics for your WordPress site.
|
6 |
+
Version: 9.5.2
|
7 |
Author: Mostafa Soufi & Greg Ross
|
8 |
Author URI: http://wp-statistics.com/
|
9 |
Text Domain: wp_statistics
|
12 |
*/
|
13 |
|
14 |
// These defines are used later for various reasons.
|
15 |
+
define('WP_STATISTICS_VERSION', '9.5.2');
|
16 |
define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
|
17 |
define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
|
18 |
define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);
|
143 |
echo '<div class="update-nag"><p>'.sprintf(__('Visitor tracking in WP Statistics is not enabled, please go to %s and enable it.', 'wp_statistics'), '<a href="' . $get_bloginfo_url . '">' . __( 'setting page', 'wp_statistics') . '</a>').'</p></div>';
|
144 |
|
145 |
if(!$WP_Statistics->get_option('geoip') && wp_statistics_geoip_supported())
|
146 |
+
echo '<div class="update-nag"><p>'.sprintf(__('GeoIP collection is not active, please go to %s and enable this feature.', 'wp_statistics'), '<a href="' . $get_bloginfo_url . '&tab=externals">' . __( 'setting page', 'wp_statistics') . '</a>').'</p></div>';
|
147 |
}
|
148 |
}
|
149 |
|