Slimstat Analytics - Version 3.7.5

Version Description

  • [Fix] Some plugins are not considerate of the shared environment they use, and don't return data in the right format ;) We added some extra code to make sure the data Slimstat needs is of the correct type (thank you, p30m)
  • [Fix] Compatibility issue with our Firewall Fix add-on
Download this release

Release Info

Developer coolmann
Plugin Icon 128x128 Slimstat Analytics
Version 3.7.5
Comparing to
See all releases

Code changes from version 3.7.4 to 3.7.5

admin/config/index.php CHANGED
@@ -50,7 +50,7 @@ switch ($config_tabs[$current_tab-1]){
50
  'show_display_name' => array('description' => __('Show Display Name','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('By default, users are listed by their usernames. Use this option to visualize their display names instead.','wp-slimstat')),
51
  'show_complete_user_agent_tooltip' => array('description' => __('Show User Agent','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose if you want to see the browser name or a complete user agent string when hovering on browser icons.','wp-slimstat')),
52
  'convert_resource_urls_to_titles' => array('description' => __('Show Titles','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Slimstat converts your permalinks into post and page titles. Disable this feature if you need to see the URL in your reports.','wp-slimstat')),
53
- 'date_time_format' => array('description' => __('Date and Time','wp-slimstat'), 'type' => 'text', 'long_description' => __('Format to use to display date and time of a pageview.','wp-slimstat')),
54
 
55
  'views_functionality_header' => array('description' => __('Functionality','wp-slimstat'), 'type' => 'section_header'),
56
  'async_load' => array('description' => __('Asynchronous Views','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Load all the reports dynamically. It makes the reports render faster, but it increases the load on your server.','wp-slimstat')),
50
  'show_display_name' => array('description' => __('Show Display Name','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('By default, users are listed by their usernames. Use this option to visualize their display names instead.','wp-slimstat')),
51
  'show_complete_user_agent_tooltip' => array('description' => __('Show User Agent','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose if you want to see the browser name or a complete user agent string when hovering on browser icons.','wp-slimstat')),
52
  'convert_resource_urls_to_titles' => array('description' => __('Show Titles','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Slimstat converts your permalinks into post and page titles. Disable this feature if you need to see the URL in your reports.','wp-slimstat')),
53
+ 'date_time_format' => array('description' => __('Date and Time','wp-slimstat'), 'type' => 'text', 'long_description' => __('<a href="http://php.net/manual/en/function.date.php" target="_blank">PHP Format</a> to use when displaying date and time of a pageview.','wp-slimstat')),
54
 
55
  'views_functionality_header' => array('description' => __('Functionality','wp-slimstat'), 'type' => 'section_header'),
56
  'async_load' => array('description' => __('Asynchronous Views','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Load all the reports dynamically. It makes the reports render faster, but it increases the load on your server.','wp-slimstat')),
admin/css/slimstat.css CHANGED
@@ -93,25 +93,27 @@
93
  background-color: #c0c0c0;
94
  color: #fff;
95
  font-size: 1.1em;
96
- padding: 10px 5px 8px;
 
97
  position: relative;
98
  }
99
  #slimstat-current-filters .slimstat-remove-filter{
100
  color: #fff;
101
  }
102
  #slimstat-current-filters .slimstat-filter-list{
 
103
  margin: 0;
104
- padding: 0 75px 0 0;
105
  }
106
  #slimstat-current-filters .slimstat-filter-list li{
107
  display: inline;
108
- margin-right: 20px;
109
  text-transform: lowercase;
 
110
  }
111
- #slimstat-remove-all-filters{
112
- position: absolute;
113
- right: 5px;
114
- top: 4px;
115
  }
116
 
117
  /* Reports: Container */
@@ -330,8 +332,8 @@
330
  border: 0;
331
  border-radius: 0;
332
  padding: 0;
333
- width: 80% !important;
334
- z-index: 1005 !important;
335
  }
336
  .ui-dialog.slimstat .ui-dialog-titlebar{
337
  background: #4b8df8;
@@ -351,7 +353,7 @@
351
  border: 0;
352
  color: #fff;
353
  float: right;
354
- line-height: 1em;
355
  padding: 0;
356
  }
357
  .ui-dialog.slimstat .ui-dialog-titlebar-close:before{
@@ -367,6 +369,10 @@
367
  padding: 0;
368
  width: auto;
369
  }
 
 
 
 
370
 
371
  /* Add-on: WP SlimStat - Dashboard Widgets */
372
  .wrap.slimstat #chart-legend{
93
  background-color: #c0c0c0;
94
  color: #fff;
95
  font-size: 1.1em;
96
+ overflow: hidden;
97
+ padding: 5px;
98
  position: relative;
99
  }
100
  #slimstat-current-filters .slimstat-remove-filter{
101
  color: #fff;
102
  }
103
  #slimstat-current-filters .slimstat-filter-list{
104
+ float: left;
105
  margin: 0;
106
+ padding: 3px 0 0 5px;
107
  }
108
  #slimstat-current-filters .slimstat-filter-list li{
109
  display: inline;
110
+ margin: 0 20px 0 0;
111
  text-transform: lowercase;
112
+ vertical-align: middle;
113
  }
114
+ .slimstat-filter-action-button{
115
+ float: right;
116
+ margin-left: 10px !important;
 
117
  }
118
 
119
  /* Reports: Container */
332
  border: 0;
333
  border-radius: 0;
334
  padding: 0;
335
+ width: 90% !important;
336
+ z-index: 100500 !important;
337
  }
338
  .ui-dialog.slimstat .ui-dialog-titlebar{
339
  background: #4b8df8;
353
  border: 0;
354
  color: #fff;
355
  float: right;
356
+ line-height: 1.3em;
357
  padding: 0;
358
  }
359
  .ui-dialog.slimstat .ui-dialog-titlebar-close:before{
369
  padding: 0;
370
  width: auto;
371
  }
372
+ #slimstat-modal-dialog p{
373
+ margin: 0;
374
+ padding: 10px;
375
+ }
376
 
377
  /* Add-on: WP SlimStat - Dashboard Widgets */
378
  .wrap.slimstat #chart-legend{
admin/js/slimstat.admin.js CHANGED
@@ -463,7 +463,6 @@ jQuery(function(){
463
  closeOnEscape: true,
464
  closeText: '',
465
  draggable: true,
466
- height: 415,
467
  modal: true,
468
  open: function(){
469
  jQuery('.ui-widget-overlay,.close-dialog').bind('click',function(){
@@ -475,16 +474,31 @@ jQuery(function(){
475
  });
476
  }
477
 
478
- // Modal Window / Overlay: Whois
479
  jQuery(document).on('click', '.whois', function(e){
480
  e.preventDefault();
481
  jQuery('#slimstat-modal-dialog').dialog({
482
  dialogClass: 'slimstat',
483
  title: jQuery(this).attr('title')
484
- }).html('<iframe id="ip2location" src="'+jQuery(this).attr('href')+'" width="100%" height="92%"></iframe>');
485
  jQuery('#slimstat-modal-dialog').dialog('open');
486
  });
487
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
488
  // Redraw charts and adjust modal window width on resize
489
  SlimStatAdmin.chart_init();
490
  jQuery(window).resize(function(){
463
  closeOnEscape: true,
464
  closeText: '',
465
  draggable: true,
 
466
  modal: true,
467
  open: function(){
468
  jQuery('.ui-widget-overlay,.close-dialog').bind('click',function(){
474
  });
475
  }
476
 
477
+ // Modal Window / Whois
478
  jQuery(document).on('click', '.whois', function(e){
479
  e.preventDefault();
480
  jQuery('#slimstat-modal-dialog').dialog({
481
  dialogClass: 'slimstat',
482
  title: jQuery(this).attr('title')
483
+ }).html('<iframe id="ip2location" src="'+jQuery(this).attr('href')+'" width="100%" height="600"></iframe>');
484
  jQuery('#slimstat-modal-dialog').dialog('open');
485
  });
486
 
487
+ // Modal Window / Load & Save Filters
488
+ jQuery(document).on('click', '#slimstat-load-saved-filters', function(e){
489
+ e.preventDefault();
490
+ jQuery('#slimstat-modal-dialog').dialog({
491
+ dialogClass: 'slimstat',
492
+ title: jQuery(this).attr('title')
493
+ }).html('<p>We are working on a new feature that will allow you to save, reload and edit groups of filters, so that you don\'t have to set them every time you access your reports. Stay tuned.</p>');
494
+ jQuery('#slimstat-modal-dialog').dialog('open');
495
+ });
496
+
497
+ jQuery(document).on('click', '#slimstat-save-current-filters', function(e){
498
+ e.preventDefault();
499
+ jQuery(this).text(jQuery(this).attr('data-saved-label')).fadeOut(1500);
500
+ });
501
+
502
  // Redraw charts and adjust modal window width on resize
503
  SlimStatAdmin.chart_init();
504
  jQuery(window).resize(function(){
admin/lang/wp-slimstat-de_DE.mo CHANGED
Binary file
admin/lang/wp-slimstat-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-31 11:27-0500\n"
6
- "PO-Revision-Date: 2014-08-31 11:27-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
9
  "Language: de_DE\n"
@@ -16,139 +16,127 @@ msgstr ""
16
  "X-Generator: Poedit 1.6.3\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
- #: ../../wp-slimstat.php:1295 ../../admin/config/index.php:59
20
- msgid "Activity Log"
 
21
  msgstr ""
22
 
23
- #: ../../wp-slimstat.php:1296 ../../admin/wp-slimstat-admin.php:482
24
- #: ../../admin/wp-slimstat-admin.php:499
25
- #: ../../admin/view/wp-slimstat-reports.php:27
26
  msgid "Overview"
27
  msgstr "&Uuml;bersicht"
28
 
29
- #: ../../wp-slimstat.php:1297
30
- msgid "Visitors"
31
- msgstr "Besucher"
 
 
32
 
33
- #: ../../wp-slimstat.php:1298
34
- msgid "Content"
35
- msgstr "Inhalt"
 
 
36
 
37
- #: ../../wp-slimstat.php:1299 ../../admin/wp-slimstat-admin.php:485
38
- #: ../../admin/wp-slimstat-admin.php:502 ../../admin/view/index.php:169
39
- #: ../../admin/view/wp-slimstat-reports.php:30
40
  msgid "Traffic Sources"
41
  msgstr "Traffic-Ursprung"
42
 
43
- #: ../../wp-slimstat.php:1300 ../../admin/view/wp-slimstat-reports.php:99
44
- msgid "World Map"
45
- msgstr "Weltkarte"
 
 
46
 
47
- #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:487
48
- #: ../../admin/wp-slimstat-admin.php:504
49
- #: ../../admin/view/wp-slimstat-reports.php:32
50
  msgid "Custom Reports"
51
  msgstr "individuelle Auswertungen"
52
 
53
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:488
54
- #: ../../admin/wp-slimstat-admin.php:505 ../../admin/config/addons.php:29
55
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:246
56
  msgid "Add-ons"
57
- msgstr ""
58
 
59
- #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:534
60
- #: ../../admin/wp-slimstat-admin.php:537 ../../admin/config/index.php:14
61
- #: ../../admin/config/index.php:136
62
- #, fuzzy
63
  msgid "Settings"
64
- msgstr "Sortierung w&auml;hlen"
65
 
66
- #: ../../admin/wp-slimstat-admin.php:480 ../../admin/wp-slimstat-admin.php:492
67
- #: ../../admin/wp-slimstat-admin.php:495
68
  #, fuzzy
69
  msgid "SlimStat"
70
  msgstr "&Uuml;ber WP SlimStat"
71
 
72
- #: ../../admin/wp-slimstat-admin.php:481
73
- #: ../../admin/view/wp-slimstat-reports.php:26
74
- msgid "Real-Time Log"
75
- msgstr ""
76
-
77
- #: ../../admin/wp-slimstat-admin.php:483 ../../admin/wp-slimstat-admin.php:500
78
- #: ../../admin/view/wp-slimstat-reports.php:28
79
- msgid "Audience"
80
- msgstr ""
81
-
82
- #: ../../admin/wp-slimstat-admin.php:484 ../../admin/wp-slimstat-admin.php:501
83
- #: ../../admin/view/wp-slimstat-reports.php:29
84
- msgid "Site Analysis"
85
- msgstr ""
86
-
87
- #: ../../admin/wp-slimstat-admin.php:486 ../../admin/wp-slimstat-admin.php:503
88
- #: ../../admin/view/wp-slimstat-reports.php:31
89
- msgid "Map Overlay"
90
- msgstr ""
91
-
92
- #: ../../admin/wp-slimstat-admin.php:576
93
  msgid "Pageviews in the last 365 days"
94
  msgstr ""
95
 
96
- #: ../../admin/wp-slimstat-admin.php:603
97
  msgid "Show on screen"
98
  msgstr "Anzeigen"
99
 
100
- #: ../../admin/wp-slimstat-admin.php:668
101
  msgid "Hide this notice"
102
  msgstr ""
103
 
104
- #: ../../admin/wp-slimstat-admin.php:704
105
  msgid "There was an error updating the following options:"
106
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
107
 
108
- #: ../../admin/wp-slimstat-admin.php:707
109
  #, fuzzy
110
  msgid "Your changes have been saved."
111
  msgstr "Optionen erfolgreich aktualisiert."
112
 
113
- #: ../../admin/wp-slimstat-admin.php:730
114
  msgid "Save Changes"
115
  msgstr "Änderungen speichern"
116
 
117
- #: ../../admin/wp-slimstat-admin.php:754
118
  msgid "Yes"
119
  msgstr "Ja"
120
 
121
- #: ../../admin/wp-slimstat-admin.php:755
122
- #: ../../admin/view/wp-slimstat-reports.php:732
123
  msgid "No"
124
  msgstr "Nein"
125
 
126
- #: ../../admin/wp-slimstat-admin.php:800
 
 
 
 
127
  msgid "Definitions"
128
  msgstr "Definitionen"
129
 
130
- #: ../../admin/wp-slimstat-admin.php:803
131
- #, fuzzy
132
  msgid "Pageview"
133
  msgstr "Seitenaufrufe"
134
 
135
- #: ../../admin/wp-slimstat-admin.php:803
136
  #, fuzzy
137
  msgid ""
138
  "A request to load a single HTML file (\"page\"). This should be contrasted "
139
  "with a \"hit\", which refers to a request for any file from a web server. "
140
  "Slimstat logs a pageview each time the tracking code is executed"
141
  msgstr ""
142
- "Eine Anfrage eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
143
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
144
  "wird."
145
 
146
- #: ../../admin/wp-slimstat-admin.php:804
147
- #, fuzzy
148
  msgid "(Human) Visit"
149
  msgstr "Echte Besuche"
150
 
151
- #: ../../admin/wp-slimstat-admin.php:804
152
  msgid ""
153
  "A period of interaction between a visitor's browser and your website, ending "
154
  "when the browser is closed or when the user has been inactive on that site "
@@ -158,13 +146,12 @@ msgstr ""
158
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
159
  "lang nicht auf der Website aktiv war"
160
 
161
- #: ../../admin/wp-slimstat-admin.php:805 ../../admin/view/index.php:144
162
- #: ../../admin/view/right-now.php:156
163
- #, fuzzy
164
  msgid "Known Visitor"
165
  msgstr "Bekannte Besucher"
166
 
167
- #: ../../admin/wp-slimstat-admin.php:805
168
  msgid ""
169
  "Any user who has left a comment on your blog, and is thus identified by "
170
  "Wordpress as a returning visitor"
@@ -172,42 +159,40 @@ msgstr ""
172
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
173
  "damit als wiederkehrender Besucher erkannt wird."
174
 
175
- #: ../../admin/wp-slimstat-admin.php:806
176
- #, fuzzy
177
  msgid "Unique IP"
178
  msgstr "Eindeutige IPs"
179
 
180
- #: ../../admin/wp-slimstat-admin.php:806
181
  msgid ""
182
  "Used to differentiate between multiple requests to download a file from one "
183
  "internet address (IP) and requests originating from many distinct addresses; "
184
  "since this measurement looks only at the internet address a pageview came "
185
  "from, it is useful, but not perfect"
186
  msgstr ""
187
- "Wird genutzt um zwischen mehreren Requests einer IP Adresse und Requests von "
188
- "verschiedenen Adressen zu unterscheiden; da diese Messung nur auf die IP "
189
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
190
  "perfekt."
191
 
192
- #: ../../admin/wp-slimstat-admin.php:807 ../../admin/wp-slimstat-admin.php:849
193
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
194
  msgid "Originating IP"
195
  msgstr "Ursprüngliche IP"
196
 
197
- #: ../../admin/wp-slimstat-admin.php:807
198
  msgid ""
199
  "the originating IP address of a client connecting to a web server through an "
200
  "HTTP proxy or load balancer"
201
  msgstr ""
202
- "Die ursprüngliche IP Adresse eines Clients, der sich durch einen HTTP Proxy "
203
  "oder Load Balancer mit dem Server verbunden hat."
204
 
205
- #: ../../admin/wp-slimstat-admin.php:808
206
- #, fuzzy
207
  msgid "Direct Traffic"
208
  msgstr "Direkter Besuch"
209
 
210
- #: ../../admin/wp-slimstat-admin.php:808
211
  msgid ""
212
  "All those people showing up to your Web site by typing in the URL of your "
213
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -217,12 +202,11 @@ msgstr ""
217
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
218
  "traffic\" genannt."
219
 
220
- #: ../../admin/wp-slimstat-admin.php:809
221
- #, fuzzy
222
  msgid "Search Engine"
223
  msgstr "Suchmaschinen"
224
 
225
- #: ../../admin/wp-slimstat-admin.php:809
226
  msgid ""
227
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
228
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -230,20 +214,20 @@ msgstr ""
230
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
231
  "bezahlter (PPC/SEM) Traffic enthalten."
232
 
233
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
234
- #: ../../admin/view/right-now.php:135 ../../admin/view/wp-slimstat-db.php:45
235
  msgid "Search Terms"
236
  msgstr "Suchbegriffe"
237
 
238
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
239
  msgid "Keywords used by your visitors to find your website on a search engine"
240
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
241
 
242
- #: ../../admin/wp-slimstat-admin.php:811
243
  msgid "SERP"
244
  msgstr "SERP"
245
 
246
- #: ../../admin/wp-slimstat-admin.php:811
247
  msgid ""
248
  "Short for search engine results page, the Web page that a search engine "
249
  "returns with the results of its search. The value shown represents your rank "
@@ -252,13 +236,12 @@ msgstr ""
252
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
253
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
254
 
255
- #: ../../admin/wp-slimstat-admin.php:812
256
  #: ../../admin/view/wp-slimstat-db.php:57
257
- #, fuzzy
258
  msgid "User Agent"
259
- msgstr "Top Browser"
260
 
261
- #: ../../admin/wp-slimstat-admin.php:812
262
  msgid ""
263
  "Any program used for accessing a website; this includes browsers, robots, "
264
  "spiders and any other program that was used to retrieve information from the "
@@ -268,13 +251,12 @@ msgstr ""
268
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
269
  "Informationen von einer Website abruft."
270
 
271
- #: ../../admin/wp-slimstat-admin.php:813
272
- #: ../../admin/view/wp-slimstat-db.php:61
273
- #, fuzzy
274
  msgid "Outbound Link"
275
- msgstr "Letzte ausgehende Links"
276
 
277
- #: ../../admin/wp-slimstat-admin.php:813
278
  msgid ""
279
  "A link from one domain to another is said to be outbound from its source "
280
  "anchor and inbound to its target. This report lists all the links to other "
@@ -283,44 +265,44 @@ msgstr ""
283
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
284
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
285
 
286
- #: ../../admin/wp-slimstat-admin.php:820
287
  msgid "Basic Filters"
288
  msgstr "Einfache Filter"
289
 
290
- #: ../../admin/wp-slimstat-admin.php:823
291
- #: ../../admin/view/wp-slimstat-db.php:42
292
  msgid "Browser"
293
  msgstr "Browser"
294
 
295
- #: ../../admin/wp-slimstat-admin.php:823
296
  msgid "User agent (Firefox, Chrome, ...)"
297
  msgstr "Browser (Firefox, Chrome ...)"
298
 
299
- #: ../../admin/wp-slimstat-admin.php:824
300
- #: ../../admin/view/wp-slimstat-db.php:43
301
- #: ../../admin/view/wp-slimstat-reports.php:443
302
  msgid "Country Code"
303
  msgstr "L&auml;nder-Code"
304
 
305
- #: ../../admin/wp-slimstat-admin.php:824
306
  msgid "2-letter code (us, ru, de, it, ...)"
307
- msgstr ""
308
 
309
- #: ../../admin/wp-slimstat-admin.php:825
310
  msgid "IP"
311
  msgstr "IP"
312
 
313
- #: ../../admin/wp-slimstat-admin.php:825
314
  msgid "Visitor's public IP address"
315
- msgstr "&Ouml;ffentliche IP Adresse des Besuchers"
316
 
317
- #: ../../admin/wp-slimstat-admin.php:827
318
- #: ../../admin/view/wp-slimstat-db.php:46
319
- #: ../../admin/view/wp-slimstat-reports.php:455
320
  msgid "Language Code"
321
  msgstr "Sprach-Kodierung"
322
 
323
- #: ../../admin/wp-slimstat-admin.php:827
324
  msgid ""
325
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
326
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -329,12 +311,12 @@ msgstr ""
329
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
330
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
331
 
332
- #: ../../admin/wp-slimstat-admin.php:828
333
- #: ../../admin/view/wp-slimstat-db.php:47
334
  msgid "Operating System"
335
  msgstr "Betriebssystem"
336
 
337
- #: ../../admin/wp-slimstat-admin.php:828
338
  msgid ""
339
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
340
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -344,31 +326,31 @@ msgstr ""
344
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
345
  "target=\"_blank\">dieser Seite</a>"
346
 
347
- #: ../../admin/wp-slimstat-admin.php:829
348
- #: ../../admin/view/wp-slimstat-db.php:48
349
  msgid "Permalink"
350
  msgstr "Permalink"
351
 
352
- #: ../../admin/wp-slimstat-admin.php:829
353
  msgid "URL accessed on your site"
354
  msgstr "URL, die auf Ihrer Seite besucht wurde"
355
 
356
- #: ../../admin/wp-slimstat-admin.php:830
357
- #: ../../admin/view/wp-slimstat-db.php:50
358
  msgid "Referer"
359
  msgstr "Herkunft"
360
 
361
- #: ../../admin/wp-slimstat-admin.php:830
362
  #, fuzzy
363
  msgid "Complete address of the referrer page"
364
  msgstr "Verweisende Seite &ouml;ffnen"
365
 
366
- #: ../../admin/wp-slimstat-admin.php:831
367
- #: ../../admin/view/wp-slimstat-db.php:51
368
  msgid "Visitor's Name"
369
  msgstr "Besuchername"
370
 
371
- #: ../../admin/wp-slimstat-admin.php:831
372
  msgid ""
373
  "Visitors' names according to the cookie set by Wordpress after they leave a "
374
  "comment"
@@ -376,26 +358,25 @@ msgstr ""
376
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
377
  "Kommentars anlegt"
378
 
379
- #: ../../admin/wp-slimstat-admin.php:839
380
- #, fuzzy
381
  msgid "Advanced Filters"
382
- msgstr "-- Erweiterte Filter --"
383
 
384
- #: ../../admin/wp-slimstat-admin.php:842
385
  #: ../../admin/view/wp-slimstat-db.php:55
386
  msgid "Browser Version"
387
  msgstr "Browser-Version"
388
 
389
- #: ../../admin/wp-slimstat-admin.php:842
390
  msgid "user agent version (9.0, 11, ...)"
391
  msgstr "Browser-Version (9.0, 11, ...)"
392
 
393
- #: ../../admin/wp-slimstat-admin.php:843
394
  #: ../../admin/view/wp-slimstat-db.php:56
395
  msgid "Browser Type"
396
  msgstr "Browser-Typ"
397
 
398
- #: ../../admin/wp-slimstat-admin.php:843
399
  msgid ""
400
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
401
  "all others"
@@ -403,33 +384,33 @@ msgstr ""
403
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
404
  "anderen"
405
 
406
- #: ../../admin/wp-slimstat-admin.php:844
407
  #: ../../admin/view/wp-slimstat-db.php:58
408
  msgid "Color Depth"
409
  msgstr "Farbtiefe"
410
 
411
- #: ../../admin/wp-slimstat-admin.php:844
412
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
413
  msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
414
 
415
- #: ../../admin/wp-slimstat-admin.php:845
416
  #: ../../admin/view/wp-slimstat-db.php:59
417
  msgid "CSS Version"
418
  msgstr "CSS Version"
419
 
420
- #: ../../admin/wp-slimstat-admin.php:845
421
  msgid ""
422
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
423
  "values)"
424
  msgstr ""
425
  "Vom Browser unterstützter CSS standard (1, 2, 3 und andere ganze Zahlen)"
426
 
427
- #: ../../admin/wp-slimstat-admin.php:846
428
  #: ../../admin/view/wp-slimstat-db.php:60
429
  msgid "Pageview Attributes"
430
  msgstr "Eigenschaften Seitenaufrufe"
431
 
432
- #: ../../admin/wp-slimstat-admin.php:846
433
  msgid ""
434
  "this field is set to <em>[pre]</em> if the resource has been accessed "
435
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -439,34 +420,34 @@ msgstr ""
439
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
440
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
441
 
442
- #: ../../admin/wp-slimstat-admin.php:847
443
- #: ../../admin/view/wp-slimstat-db.php:62
444
  msgid "Post Author"
445
  msgstr "Autor der Seiten"
446
 
447
- #: ../../admin/wp-slimstat-admin.php:847
448
  msgid "author associated to that post/page when the resource was accessed"
449
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
450
 
451
- #: ../../admin/wp-slimstat-admin.php:848
452
- #: ../../admin/view/wp-slimstat-db.php:63
453
  msgid "Post Category ID"
454
  msgstr "Kategorie-ID der Seite"
455
 
456
- #: ../../admin/wp-slimstat-admin.php:848
457
  msgid "ID of the category/term associated to the resource, when available"
458
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
459
 
460
- #: ../../admin/wp-slimstat-admin.php:849
461
  msgid "visitor's originating IP address, if available"
462
- msgstr "IP Adresse des Besuchers, falls bekannt"
463
 
464
- #: ../../admin/wp-slimstat-admin.php:850
465
- #: ../../admin/view/wp-slimstat-db.php:65
466
  msgid "Resource Content Type"
467
  msgstr "Inhalt der Ressource"
468
 
469
- #: ../../admin/wp-slimstat-admin.php:850
470
  msgid ""
471
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
472
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -479,21 +460,21 @@ msgstr ""
479
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
480
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
481
 
482
- #: ../../admin/wp-slimstat-admin.php:851
483
- #: ../../admin/view/wp-slimstat-db.php:67
484
  msgid "Screen Resolution"
485
  msgstr "Bildschirm-Aufl&ouml;sung"
486
 
487
- #: ../../admin/wp-slimstat-admin.php:851
488
  msgid "viewport width and height (1024x768, 800x600, ...)"
489
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
490
 
491
- #: ../../admin/wp-slimstat-admin.php:852
492
- #: ../../admin/view/wp-slimstat-db.php:68
493
  msgid "Visit ID"
494
  msgstr "Besuchs-ID"
495
 
496
- #: ../../admin/wp-slimstat-admin.php:852
497
  msgid ""
498
  "generally used in conjunction with <em>is not empty</em>, identifies human "
499
  "visitors"
@@ -501,11 +482,11 @@ msgstr ""
501
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
502
  "Besucher"
503
 
504
- #: ../../admin/wp-slimstat-admin.php:853
505
  msgid "Date Filters"
506
  msgstr "Datumsfilter"
507
 
508
- #: ../../admin/wp-slimstat-admin.php:853
509
  msgid ""
510
  "you can specify the timeframe by entering a number in the <em>interval</em> "
511
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -515,29 +496,35 @@ msgstr ""
515
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
516
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
517
 
518
- #: ../../admin/wp-slimstat-admin.php:854
519
  msgid "SERP Position"
520
  msgstr "Suchmaschinenrang"
521
 
522
- #: ../../admin/wp-slimstat-admin.php:854
523
  msgid ""
524
  "set the filter to Referer contains cd=N&, where N is the position you are "
525
  "looking for"
526
  msgstr ""
 
527
 
528
  #: ../../admin/config/addons.php:14
529
  msgid ""
530
  "There was an error retrieving the add-ons list from the server. Please try "
531
  "again later. Error Message:"
532
  msgstr ""
 
 
533
 
534
  #: ../../admin/config/addons.php:23
535
  msgid ""
536
  "There was an error decoding the add-ons list from the server. Please try "
537
  "again later."
538
  msgstr ""
 
 
539
 
540
  #: ../../admin/config/addons.php:30
 
541
  msgid ""
542
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
543
  "offer both free and premium (paid) extensions. Each add-on can be installed "
@@ -546,43 +533,46 @@ msgid ""
546
  "on is available, please enter the <strong>license key</strong> you received "
547
  "when you purchased it."
548
  msgstr ""
 
 
 
 
 
 
549
 
550
  #: ../../admin/config/addons.php:36
551
  msgid "Add-on"
552
- msgstr ""
553
 
554
  #: ../../admin/config/addons.php:36
555
- #, fuzzy
556
  msgid "Description"
557
- msgstr "Definitionen"
558
 
559
  #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
560
  msgid "General"
561
  msgstr "Allgemein"
562
 
563
  #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
564
- #, fuzzy
565
  msgid "Views"
566
- msgstr "Spy View"
567
 
568
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:65
569
  msgid "Filters"
570
  msgstr "Filter"
571
 
572
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:129
573
- #, fuzzy
574
  msgid "Permissions"
575
  msgstr "Berechtigungen"
576
 
577
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:206
578
  msgid "Advanced"
579
  msgstr "Erweitert"
580
 
581
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:239
582
  msgid "Maintenance"
583
  msgstr "Wartung"
584
 
585
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:212
586
  #, fuzzy
587
  msgid "Tracker"
588
  msgstr "Benutzer tracken"
@@ -590,7 +580,7 @@ msgstr "Benutzer tracken"
590
  #: ../../admin/config/index.php:21
591
  #, fuzzy
592
  msgid "Enable Tracking"
593
- msgstr "Tracking per JavaScript"
594
 
595
  #: ../../admin/config/index.php:21
596
  msgid "Turn the tracker on or off, but keep the reports accessible."
@@ -599,22 +589,32 @@ msgstr ""
599
  #: ../../admin/config/index.php:22
600
  #, fuzzy
601
  msgid "Monitor Admin Pages"
602
- msgstr "Top Einstiegs-Seiten"
603
 
 
604
  #: ../../admin/config/index.php:22
 
605
  msgid "Enable this option to track your users' activity within the admin."
606
  msgstr ""
 
 
607
 
608
  #: ../../admin/config/index.php:23
609
  msgid "Enable Spy Mode"
610
  msgstr ""
611
 
 
612
  #: ../../admin/config/index.php:23
 
613
  msgid ""
614
  "Collect information about screen resolutions, outbound links, downloads, "
615
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
616
  "regardless of which value you set for this option."
617
  msgstr ""
 
 
 
 
618
 
619
  #: ../../admin/config/index.php:24
620
  #, fuzzy
@@ -630,11 +630,11 @@ msgid ""
630
  "Javascript will be ignored. A nice side effect is that <strong>most "
631
  "spammers, search engines and other crawlers</strong> will not be tracked."
632
  msgstr ""
633
- "Schalten Sie diese Funktion ein, wenn ein Caching Plugin wie z.B. W3 Total "
634
  "Cache verwendet wird. WP SlimStat wird sich &auml;hnlich wie Google "
635
  "Analytics verhalten und Besucher deren Browser kein Javascript unterst&uuml;"
636
  "tzt ignorieren. Ein netter Nebeneffekt: Die meisten Spammer, Suchmaschinen "
637
- "und andere Crawler werden so nicht mehr getrackt."
638
 
639
  #: ../../admin/config/index.php:24
640
  #, fuzzy
@@ -643,11 +643,11 @@ msgstr "Tracking per JavaScript"
643
 
644
  #: ../../admin/config/index.php:24
645
  msgid "Server-side"
646
- msgstr ""
647
 
648
  #: ../../admin/config/index.php:26
649
  msgid "WordPress Integration"
650
- msgstr ""
651
 
652
  #: ../../admin/config/index.php:27
653
  #, fuzzy
@@ -665,16 +665,15 @@ msgstr ""
665
 
666
  #: ../../admin/config/index.php:27
667
  msgid "Side Menu"
668
- msgstr ""
669
 
670
  #: ../../admin/config/index.php:27
671
  msgid "Admin Bar"
672
- msgstr ""
673
 
674
  #: ../../admin/config/index.php:28
675
- #, fuzzy
676
  msgid "Add Stats to Posts and Pages"
677
- msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
678
 
679
  #: ../../admin/config/index.php:28
680
  #, fuzzy
@@ -687,7 +686,7 @@ msgstr ""
687
 
688
  #: ../../admin/config/index.php:30
689
  msgid "Database"
690
- msgstr ""
691
 
692
  #: ../../admin/config/index.php:31
693
  msgid "Retain data for"
@@ -711,9 +710,9 @@ msgstr ""
711
  "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
712
  "scht."
713
 
714
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:77
715
- #: ../../admin/view/wp-slimstat-db.php:75
716
- #: ../../admin/view/wp-slimstat-reports.php:732
717
  msgid "days"
718
  msgstr "Tage"
719
 
@@ -724,7 +723,7 @@ msgstr "Datum und Uhrzeit"
724
 
725
  #: ../../admin/config/index.php:47
726
  msgid "Convert IP Addresses"
727
- msgstr "IP Adressen umwandeln"
728
 
729
  #: ../../admin/config/index.php:47
730
  msgid "Display provider names instead of IP addresses."
@@ -740,147 +739,186 @@ msgid "Choose the number format you want to use for your reports."
740
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
741
 
742
  #: ../../admin/config/index.php:49
743
- msgid "Show Display Name"
744
- msgstr ""
 
745
 
746
  #: ../../admin/config/index.php:49
747
  msgid ""
 
 
 
 
 
 
 
 
 
 
 
 
748
  "By default, users are listed by their usernames. Use this option to "
749
  "visualize their display names instead."
750
  msgstr ""
 
 
751
 
752
- #: ../../admin/config/index.php:50
753
  #, fuzzy
754
  msgid "Show User Agent"
755
  msgstr "Top Browser"
756
 
757
- #: ../../admin/config/index.php:50
 
758
  msgid ""
759
  "Choose if you want to see the browser name or a complete user agent string "
760
  "when hovering on browser icons."
761
  msgstr ""
 
 
762
 
763
- #: ../../admin/config/index.php:51
764
  msgid "Show Titles"
765
- msgstr ""
766
 
767
- #: ../../admin/config/index.php:51
768
  msgid ""
769
  "Slimstat converts your permalinks into post and page titles. Disable this "
770
  "feature if you need to see the URL in your reports."
771
  msgstr ""
772
 
 
 
 
 
773
  #: ../../admin/config/index.php:53
774
- msgid "Functionality"
 
 
775
  msgstr ""
776
 
777
- #: ../../admin/config/index.php:54
 
 
 
 
778
  msgid "Asynchronous Views"
779
  msgstr "Asynchrone Anzeige"
780
 
781
- #: ../../admin/config/index.php:54
782
  #, fuzzy
783
  msgid ""
784
  "Load all the reports dynamically. It makes the reports render faster, but it "
785
  "increases the load on your server."
786
  msgstr ""
787
- "Benutze Ajax um die Statistiken nachzuladen. Dadurch erscheinen die Seiten "
788
- "schneller, er erzeugt aber mehr Last auf dem Server."
789
 
790
- #: ../../admin/config/index.php:55
791
  msgid "SlimScroll"
792
  msgstr ""
793
 
794
- #: ../../admin/config/index.php:55
795
  msgid ""
796
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
797
  "scrollbar."
798
  msgstr ""
799
 
800
- #: ../../admin/config/index.php:56
801
- #, fuzzy
802
  msgid "Expand Details"
803
  msgstr "Details anzeigen"
804
 
805
- #: ../../admin/config/index.php:56
806
  #, fuzzy
807
  msgid "Expand each row's details by default, insted of on mousehover."
808
- msgstr "Zeigt in allen Zeilen die Detaisl und nicht nur beim Mouse-Over"
809
 
810
- #: ../../admin/config/index.php:57 ../../admin/config/index.php:61
811
  #, fuzzy
812
  msgid "Rows to Display"
813
  msgstr "keine Daten vorhanden"
814
 
815
- #: ../../admin/config/index.php:57
816
  msgid "Specify the number of items in each report."
817
  msgstr ""
818
 
819
- #: ../../admin/config/index.php:60
820
- msgid "Live Stream"
821
  msgstr ""
822
 
823
- #: ../../admin/config/index.php:60
 
 
 
 
824
  #, fuzzy
825
  msgid ""
826
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
827
- "Enter <strong>0</strong> (number zero) to disable this functionality."
828
  msgstr ""
829
  "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
830
  "deaktiviert diese Funktion."
831
 
832
- #: ../../admin/config/index.php:60 ../../admin/config/index.php:215
833
  msgid "seconds"
834
  msgstr "Sekunden"
835
 
836
- #: ../../admin/config/index.php:61
837
  msgid "Specify the number of items in the Activity Log."
838
  msgstr ""
839
 
840
- #: ../../admin/config/index.php:62
841
  #, fuzzy
842
  msgid "Activity Log Extended"
843
- msgstr "Aktuell"
844
 
845
- #: ../../admin/config/index.php:62
 
846
  msgid ""
847
  "Choose if you want to see outbound links listed in the Activity Log. It "
848
  "might slow down the rendering of this report."
849
  msgstr ""
 
 
 
850
 
851
- #: ../../admin/config/index.php:67
852
  #, fuzzy
853
  msgid "Visitors and Known Users"
854
  msgstr "Bekannte Benutzer"
855
 
856
- #: ../../admin/config/index.php:68
857
  #, fuzzy
858
  msgid "Track Registered Users"
859
  msgstr "Benutzer tracken"
860
 
861
- #: ../../admin/config/index.php:68
862
  #, fuzzy
863
  msgid "Enable this option to track logged in users."
864
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
865
 
866
- #: ../../admin/config/index.php:69
867
  #, fuzzy
868
  msgid "Blacklist by Username"
869
- msgstr "&Ouml;ffentliche IP Adresse des Besuchers"
870
 
871
- #: ../../admin/config/index.php:69
 
872
  msgid ""
873
  "List all the usernames you don't want to track, separated by commas. Please "
874
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
875
  "sensitive."
876
  msgstr ""
 
 
 
877
 
878
- #: ../../admin/config/index.php:70
879
  #, fuzzy
880
  msgid "Blacklist by IP Address"
881
- msgstr "&Ouml;ffentliche IP Adresse des Besuchers"
882
 
883
- #: ../../admin/config/index.php:70
884
  #, fuzzy
885
  msgid ""
886
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -889,33 +927,37 @@ msgid ""
889
  "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
890
  "public IP and the originating IP, if available."
891
  msgstr ""
892
- "Komma-spearierte Liste aller IP Adressen, die nicht getrackt werdeb sollen. "
893
  "Jedes Netzwerk <strong>muss</strong> mit der <a href='http://en.wikipedia."
894
  "org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR Notation</a> "
895
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
896
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
897
 
898
- #: ../../admin/config/index.php:71
899
  #, fuzzy
900
  msgid "Blacklist by Capability"
901
- msgstr "Browser-F&auml;higkeiten"
902
 
903
- #: ../../admin/config/index.php:71
 
904
  msgid ""
905
  "Users having at least one of the <a href='http://codex.wordpress.org/"
906
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
907
  "will not be tracked. Capabilities are case-insensitive."
908
  msgstr ""
 
 
 
909
 
910
- #: ../../admin/config/index.php:73
911
  msgid "Profiling"
912
  msgstr ""
913
 
914
- #: ../../admin/config/index.php:74
915
  msgid "Ignore Spammers"
916
  msgstr "Spammer ignorieren"
917
 
918
- #: ../../admin/config/index.php:74
919
  #, fuzzy
920
  msgid ""
921
  "Enable this option if you don't want to track visits from users identified "
@@ -928,12 +970,11 @@ msgstr ""
928
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
929
  "Datenbank entfernt."
930
 
931
- #: ../../admin/config/index.php:75
932
- #, fuzzy
933
  msgid "Permalinks"
934
- msgstr "Permalink"
935
 
936
- #: ../../admin/config/index.php:75
937
  #, fuzzy
938
  msgid ""
939
  "List all the URLs on your website that you don't want to track, separated by "
@@ -950,15 +991,13 @@ msgstr ""
950
  "Textes. <code>!</code> steht für ein beliebiges Zeichen. Zum Beispiel "
951
  "erfasst <code>/abou*</code> Folgendes: /about und /abound, <code>/abo*t</"
952
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
953
- "abort. Groß- / Kleinschreibung wird dabei nicht beachtet."
954
 
955
- #: ../../admin/config/index.php:76
956
- #, fuzzy
957
  msgid "Countries"
958
  msgstr "L&auml;nder"
959
 
960
- #: ../../admin/config/index.php:76
961
- #, fuzzy
962
  msgid ""
963
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
964
  "track, separated by commas."
@@ -966,12 +1005,11 @@ msgstr ""
966
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
967
  "mit erfasst werden sollen, getrennt durch Kommata."
968
 
969
- #: ../../admin/config/index.php:77
970
- #, fuzzy
971
  msgid "User Agents"
972
- msgstr "Browser"
973
 
974
- #: ../../admin/config/index.php:77
975
  #, fuzzy
976
  msgid ""
977
  "Browsers (user agents) you don't want to track, separated by commas. You can "
@@ -987,14 +1025,13 @@ msgstr ""
987
  "Textes. <code>!</code> steht für ein beliebiges Zeichen. Zum Beispiel "
988
  "erfasst <code>/abou*</code> Folgendes: /about und /abound, <code>/abo*t</"
989
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
990
- "abort. Groß- / Kleinschreibung wird dabei nicht beachtet."
991
 
992
- #: ../../admin/config/index.php:78
993
- #, fuzzy
994
  msgid "Referring Sites"
995
- msgstr "Verweisende Dom&auml;ne"
996
 
997
- #: ../../admin/config/index.php:78
998
  #, fuzzy
999
  msgid ""
1000
  "Referring URLs that you don't want to track, separated by commas: "
@@ -1010,28 +1047,28 @@ msgstr ""
1010
  "Textes. <code>!</code> steht für ein beliebiges Zeichen. Zum Beispiel "
1011
  "erfasst <code>/abou*</code> Folgendes: /about und /abound, <code>/abo*t</"
1012
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
1013
- "abort. Groß- / Kleinschreibung wird dabei nicht beachtet."
1014
 
1015
- #: ../../admin/config/index.php:80 ../../admin/config/index.php:232
1016
  msgid "Miscellaneous"
1017
- msgstr ""
1018
 
1019
- #: ../../admin/config/index.php:81
1020
  msgid "Enable Privacy Mode"
1021
  msgstr ""
1022
 
1023
- #: ../../admin/config/index.php:81
1024
  #, fuzzy
1025
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1026
  msgstr ""
1027
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
1028
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
1029
 
1030
- #: ../../admin/config/index.php:82
1031
  msgid "Ignore Prefetch Requests"
1032
  msgstr ""
1033
 
1034
- #: ../../admin/config/index.php:82
1035
  #, fuzzy
1036
  msgid ""
1037
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -1041,38 +1078,40 @@ msgstr ""
1041
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
1042
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
1043
 
1044
- #: ../../admin/config/index.php:98
1045
  msgid "Ignore users (username not found)"
1046
- msgstr ""
1047
 
1048
- #: ../../admin/config/index.php:121
1049
  msgid ""
1050
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1051
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1052
  msgstr ""
1053
 
1054
- #: ../../admin/config/index.php:131
1055
- #, fuzzy
1056
  msgid "Reports"
1057
- msgstr "individuelle Auswertungen"
1058
 
1059
- #: ../../admin/config/index.php:132
1060
- #, fuzzy
1061
  msgid "Restrict Authors"
1062
- msgstr "Autor der Seiten"
1063
 
1064
- #: ../../admin/config/index.php:132
 
1065
  msgid ""
1066
  "Enable this option if you want your authors to only see stats related to "
1067
  "their own content."
1068
  msgstr ""
 
 
1069
 
1070
- #: ../../admin/config/index.php:133 ../../admin/config/index.php:137
1071
  #, fuzzy
1072
  msgid "Capability"
1073
- msgstr "Browser-F&auml;higkeiten"
1074
 
1075
- #: ../../admin/config/index.php:133
 
1076
  msgid ""
1077
  "Specify the minimum <a href='http://codex.wordpress.org/"
1078
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -1081,104 +1120,139 @@ msgid ""
1081
  "the reports, unless a 'Read access' whitelist has been specified here below. "
1082
  "In this case, the list has precedence over the capability."
1083
  msgstr ""
 
 
 
 
 
 
1084
 
1085
- #: ../../admin/config/index.php:134 ../../admin/config/index.php:138
1086
  msgid "Whitelist"
1087
- msgstr ""
1088
 
1089
- #: ../../admin/config/index.php:134
 
1090
  msgid ""
1091
  "List all the users who should have access to the reports, separated by "
1092
  "commas. Administrators are implicitly allowed, so you don't need to list "
1093
  "them in here. Usernames are case sensitive."
1094
  msgstr ""
 
 
 
 
1095
 
1096
- #: ../../admin/config/index.php:137
 
1097
  msgid ""
1098
  "Specify the minimum <a href='http://codex.wordpress.org/"
1099
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1100
  "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1101
  "can be used to override this option for specific users."
1102
  msgstr ""
 
 
 
 
 
 
1103
 
1104
- #: ../../admin/config/index.php:138
 
1105
  msgid ""
1106
  "List all the users who can edit these options, separated by commas. Please "
1107
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1108
  "not forget to include yourself! Usernames are case sensitive."
1109
  msgstr ""
 
 
 
 
 
 
1110
 
1111
- #: ../../admin/config/index.php:154
1112
  msgid "Read access: username not found"
1113
- msgstr ""
1114
 
1115
- #: ../../admin/config/index.php:167 ../../admin/config/index.php:198
 
1116
  msgid ""
1117
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1118
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1119
  "information"
1120
  msgstr ""
 
 
 
1121
 
1122
- #: ../../admin/config/index.php:185
1123
  msgid "Config access: username not found"
1124
- msgstr ""
1125
 
1126
- #: ../../admin/config/index.php:213
 
1127
  msgid "Detect Smoothing"
1128
- msgstr ""
1129
 
1130
- #: ../../admin/config/index.php:213
1131
  msgid ""
1132
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1133
  "This option required Spy Mode to be enabled."
1134
  msgstr ""
1135
 
1136
- #: ../../admin/config/index.php:214
1137
- #, fuzzy
1138
  msgid "Track Outbound Clicks"
1139
  msgstr "Letzte ausgehende Links"
1140
 
1141
- #: ../../admin/config/index.php:214
1142
  msgid ""
1143
  "Track when your visitors click on link to external websites. This option "
1144
  "required Spy Mode to be enabled."
1145
  msgstr ""
1146
 
1147
- #: ../../admin/config/index.php:215
1148
- #, fuzzy
1149
  msgid "Session Duration"
1150
  msgstr "Besuchsdauer"
1151
 
1152
- #: ../../admin/config/index.php:215
 
1153
  msgid ""
1154
  "How many seconds should a human session last? Google Analytics sets it to "
1155
  "1800 seconds."
1156
  msgstr ""
 
 
1157
 
1158
- #: ../../admin/config/index.php:216
1159
  msgid "Extend Session"
1160
- msgstr ""
1161
 
1162
- #: ../../admin/config/index.php:216
 
1163
  msgid "Extend the duration of a session each time the user visits a new page."
1164
  msgstr ""
 
 
1165
 
1166
- #: ../../admin/config/index.php:217
1167
  msgid "Enable CDN"
1168
- msgstr ""
1169
 
1170
- #: ../../admin/config/index.php:217
1171
  msgid ""
1172
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1173
  "by serving our tracking code from their fast and reliable network (free "
1174
  "service)."
1175
  msgstr ""
1176
 
1177
- #: ../../admin/config/index.php:218
1178
  msgid "Extensions to Track"
1179
- msgstr ""
1180
 
1181
- #: ../../admin/config/index.php:218
 
1182
  msgid ""
1183
  "List all the file extensions that you want to be treated as Downloads. "
1184
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1186,37 +1260,42 @@ msgid ""
1186
  "tracked as such), if their extension matches one of the ones listed here "
1187
  "below."
1188
  msgstr ""
 
 
 
 
 
1189
 
1190
- #: ../../admin/config/index.php:220
1191
  #, fuzzy
1192
  msgid "External Pages"
1193
  msgstr "Gesamte Seitenaufrufe"
1194
 
1195
- #: ../../admin/config/index.php:221
1196
  msgid "Add the following code to all the non-WP pages you want to track"
1197
  msgstr ""
1198
 
1199
- #: ../../admin/config/index.php:233
1200
  msgid "Debug Mode"
1201
  msgstr ""
1202
 
1203
- #: ../../admin/config/index.php:233
1204
  msgid "Display the SQL queries used to retrieve the data."
1205
  msgstr ""
1206
 
1207
- #: ../../admin/config/index.php:234
1208
  msgid "IP Lookup"
1209
  msgstr "IP Suche"
1210
 
1211
- #: ../../admin/config/index.php:234
1212
  msgid "Customize the Geolocation service to be used in the reports."
1213
  msgstr ""
1214
 
1215
- #: ../../admin/config/index.php:235
1216
  msgid "Custom CSS"
1217
- msgstr ""
1218
 
1219
- #: ../../admin/config/index.php:235
1220
  msgid ""
1221
  "Paste here your custom stylesheet to personalize the way your reports look. "
1222
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1224,11 +1303,12 @@ msgid ""
1224
  "setting."
1225
  msgstr ""
1226
 
1227
- #: ../../admin/config/index.php:236
 
1228
  msgid "Enable UAN"
1229
- msgstr ""
1230
 
1231
- #: ../../admin/config/index.php:236
1232
  msgid ""
1233
  "Send anonymous data about user agents to our server for analysis. This "
1234
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -1238,26 +1318,32 @@ msgid ""
1238
  msgstr ""
1239
 
1240
  #: ../../admin/config/maintenance.php:20
 
1241
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1242
  msgstr ""
 
1243
 
1244
  #: ../../admin/config/maintenance.php:30
1245
  msgid "records deleted from your database."
1246
- msgstr ""
1247
 
1248
  #: ../../admin/config/maintenance.php:35
1249
  msgid "All the records were successfully deleted."
1250
- msgstr ""
1251
 
1252
  #: ../../admin/config/maintenance.php:39
1253
  msgid "Your reports were successfully restored to their default arrangement."
1254
  msgstr ""
1255
 
1256
  #: ../../admin/config/maintenance.php:46
 
1257
  msgid ""
1258
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1259
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1260
  msgstr ""
 
 
 
1261
 
1262
  #: ../../admin/config/maintenance.php:53
1263
  msgid ""
@@ -1267,8 +1353,11 @@ msgstr ""
1267
 
1268
  #: ../../admin/config/maintenance.php:84
1269
  msgid "Database Information"
1270
- msgstr ""
1271
 
 
 
 
1272
  #: ../../admin/config/maintenance.php:87
1273
  #, fuzzy
1274
  msgid "Engine"
@@ -1276,100 +1365,102 @@ msgstr "Suchmaschinen"
1276
 
1277
  #: ../../admin/config/maintenance.php:91
1278
  msgid "switch to InnoDB"
1279
- msgstr ""
1280
 
1281
  #: ../../admin/config/maintenance.php:102
1282
- #, fuzzy
1283
  msgid "records"
1284
- msgstr "Suchbegriffe"
1285
 
1286
  #: ../../admin/config/maintenance.php:107
1287
- #, fuzzy
1288
  msgid "Data Maintenance"
1289
- msgstr "Wartung"
1290
 
1291
  #: ../../admin/config/maintenance.php:110
1292
  #, fuzzy
1293
  msgid "Delete pageviews where"
1294
- msgstr "Zeige Seitenaufrufe wo"
1295
 
1296
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:17
1297
  msgid "equals"
1298
  msgstr "entspricht"
1299
 
1300
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:18
1301
  msgid "is not equal to"
1302
  msgstr "ist ungleich zu"
1303
 
1304
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:19
1305
  msgid "contains"
1306
  msgstr "enth&auml;lt"
1307
 
1308
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:20
1309
  msgid "does not contain"
1310
  msgstr "enth&auml;lt nicht"
1311
 
1312
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:21
1313
  msgid "starts with"
1314
  msgstr "beginnt mit"
1315
 
1316
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:22
1317
  msgid "ends with"
1318
  msgstr "endet mit"
1319
 
1320
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:23
1321
  msgid "sounds like"
1322
  msgstr "&auml;hnelt"
1323
 
1324
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:24
1325
  msgid "is greater than"
1326
  msgstr "ist gr&ouml;sser als"
1327
 
1328
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:25
1329
  msgid "is less than"
1330
  msgstr "ist kleiner als"
1331
 
1332
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:26
1333
  msgid "matches"
1334
- msgstr ""
1335
 
1336
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:27
1337
- #, fuzzy
1338
  msgid "does not match"
1339
- msgstr "enth&auml;lt nicht"
1340
 
1341
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:28
1342
  msgid "is empty"
1343
  msgstr "ist leer"
1344
 
1345
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:29
1346
  msgid "is not empty"
1347
  msgstr "ist nicht leer"
1348
 
1349
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:32
1350
- #: ../../admin/view/index.php:78
1351
  msgid "Apply"
1352
- msgstr ""
1353
 
1354
  #: ../../admin/config/maintenance.php:140
 
1355
  msgid ""
1356
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1357
  msgstr ""
 
 
1358
 
1359
  #: ../../admin/config/maintenance.php:145
1360
  msgid "Empty Database"
1361
- msgstr ""
1362
 
1363
  #: ../../admin/config/maintenance.php:148
 
1364
  msgid ""
1365
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1366
  "database?"
1367
  msgstr ""
 
 
1368
 
1369
  #: ../../admin/config/maintenance.php:148
1370
- #, fuzzy
1371
  msgid "Delete All Pageviews"
1372
- msgstr "Direkte Seitenaufrufe"
1373
 
1374
  #: ../../admin/config/maintenance.php:149
1375
  msgid ""
@@ -1378,14 +1469,14 @@ msgid ""
1378
  msgstr ""
1379
 
1380
  #: ../../admin/config/maintenance.php:153
1381
- #, fuzzy
1382
  msgid "Reset Reports"
1383
- msgstr "individuelle Auswertungen"
1384
 
1385
  #: ../../admin/config/maintenance.php:156
 
1386
  msgid ""
1387
  "Are you sure you want to restore the default arrangement of your reports?"
1388
- msgstr ""
1389
 
1390
  #: ../../admin/config/maintenance.php:156
1391
  msgid "No Panic Button"
@@ -1399,21 +1490,25 @@ msgstr ""
1399
 
1400
  #: ../../admin/config/maintenance.php:161
1401
  msgid "Performance"
1402
- msgstr ""
1403
 
1404
  #: ../../admin/config/maintenance.php:164
1405
  msgid "Improve Performance"
1406
- msgstr ""
1407
 
1408
  #: ../../admin/config/maintenance.php:165
 
1409
  msgid ""
1410
  "Please note that you will need about 30% more DB space to store the extra "
1411
  "information required."
1412
  msgstr ""
 
 
 
1413
 
1414
  #: ../../admin/config/maintenance.php:169
1415
  msgid "Save DB Space"
1416
- msgstr ""
1417
 
1418
  #: ../../admin/config/maintenance.php:170
1419
  msgid ""
@@ -1433,13 +1528,12 @@ msgid ""
1433
  msgstr ""
1434
 
1435
  #: ../../admin/config/maintenance.php:184
1436
- #, fuzzy
1437
  msgid "Import"
1438
- msgstr "Support"
1439
 
1440
  #: ../../admin/config/maintenance.php:185
1441
  msgid "Are you sure you want to OVERWRITE your current settings?"
1442
- msgstr ""
1443
 
1444
  #: ../../admin/lang/dynamic_strings.php:3
1445
  msgid "xx"
@@ -1447,12 +1541,11 @@ msgstr "xx"
1447
 
1448
  #: ../../admin/lang/dynamic_strings.php:4
1449
  msgid "unknown"
1450
- msgstr "Unknown"
1451
 
1452
  #: ../../admin/lang/dynamic_strings.php:5
1453
- #, fuzzy
1454
  msgid "win8.1"
1455
- msgstr "Windows 8"
1456
 
1457
  #: ../../admin/lang/dynamic_strings.php:6
1458
  msgid "win8"
@@ -1608,7 +1701,7 @@ msgstr "iPhone OS X"
1608
 
1609
  #: ../../admin/lang/dynamic_strings.php:44
1610
  msgid "ios"
1611
- msgstr "iPhone OS X"
1612
 
1613
  #: ../../admin/lang/dynamic_strings.php:45
1614
  msgid "palm"
@@ -1636,7 +1729,7 @@ msgstr "Symbian OS"
1636
 
1637
  #: ../../admin/lang/dynamic_strings.php:51
1638
  msgid "blackberry os"
1639
- msgstr ""
1640
 
1641
  #: ../../admin/lang/dynamic_strings.php:52
1642
  msgid "webos"
@@ -1680,7 +1773,7 @@ msgstr "Symbian OS"
1680
 
1681
  #: ../../admin/lang/dynamic_strings.php:62
1682
  msgid "p-unk"
1683
- msgstr "Unknown"
1684
 
1685
  #: ../../admin/lang/dynamic_strings.php:63
1686
  msgid "p-win"
@@ -2686,11 +2779,11 @@ msgstr "Slovak"
2686
  msgid "l-sl"
2687
  msgstr "Slovenian"
2688
 
2689
- # Slovenian
2690
  #: ../../admin/lang/dynamic_strings.php:255
2691
  #, fuzzy
2692
  msgid "l-sl-si"
2693
- msgstr "Slovenian"
2694
 
2695
  # Albanian
2696
  #: ../../admin/lang/dynamic_strings.php:256
@@ -2918,7 +3011,7 @@ msgid "l-zu-za"
2918
  msgstr "Zulu"
2919
 
2920
  #: ../../admin/lang/dynamic_strings.php:298
2921
- #: ../../admin/view/wp-slimstat-reports.php:456
2922
  msgid "l-"
2923
  msgstr "l-"
2924
 
@@ -2934,63 +3027,65 @@ msgstr "Unknown"
2934
 
2935
  #: ../../admin/lang/dynamic_strings.php:301
2936
  msgid "c-xy"
2937
- msgstr "Local IP"
2938
 
2939
- #: ../../admin/view/index.php:48 ../../admin/view/wp-slimstat-reports.php:753
2940
- #, fuzzy
 
 
 
2941
  msgid "Today"
2942
- msgstr "Tage"
2943
 
2944
- #: ../../admin/view/index.php:49 ../../admin/view/wp-slimstat-reports.php:754
2945
  msgid "Yesterday"
2946
- msgstr ""
2947
 
2948
- #: ../../admin/view/index.php:50
2949
  msgid "Last 7 Days"
2950
- msgstr ""
2951
 
2952
- #: ../../admin/view/index.php:51
2953
  #, fuzzy
2954
  msgid "Last 60 Days"
2955
- msgstr "Letzte 5 Minuten"
2956
 
2957
- #: ../../admin/view/index.php:52
2958
- #, fuzzy
2959
  msgid "Last 90 Days"
2960
- msgstr "Letzte 5 Minuten"
2961
 
2962
- #: ../../admin/view/index.php:53
2963
  #, fuzzy
2964
  msgid "This Year So Far"
2965
- msgstr "Jahr"
2966
 
2967
- #: ../../admin/view/index.php:54
2968
  #, fuzzy
2969
  msgid "Date Range"
2970
  msgstr "Datum und Uhrzeit"
2971
 
2972
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-db.php:72
2973
  msgid "Day"
2974
  msgstr "Tag"
2975
 
2976
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-db.php:73
2977
  msgid "Month"
2978
  msgstr "Monat"
2979
 
2980
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2981
  msgid "Year"
2982
  msgstr "Jahr"
2983
 
2984
- #: ../../admin/view/index.php:80
2985
  #, fuzzy
2986
  msgid "Reset Filters"
2987
  msgstr "Datumsfilter"
2988
 
2989
- #: ../../admin/view/index.php:121
2990
  msgid "Your report here"
2991
  msgstr "Deine Auswertung hier"
2992
 
2993
- #: ../../admin/view/index.php:123
2994
  #, fuzzy
2995
  msgid ""
2996
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
@@ -3008,13 +3103,13 @@ msgstr ""
3008
  "besuchen Sie mein <a href=\"http://lab.duechiacchiere.it/\" title=\"WP "
3009
  "SlimStat Support-Forum\" target=\"_blank\">Support-Forum</a>."
3010
 
3011
- #: ../../admin/view/index.php:137 ../../admin/view/wp-slimstat-reports.php:744
3012
- #: ../../admin/view/wp-slimstat-reports.php:846
3013
- #: ../../admin/view/wp-slimstat-reports.php:1069
3014
  msgid "Pageviews"
3015
  msgstr "Seitenaufrufe"
3016
 
3017
- #: ../../admin/view/index.php:140
3018
  #, fuzzy
3019
  msgid ""
3020
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
@@ -3025,49 +3120,47 @@ msgstr ""
3025
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
3026
  "zur&uuml;kkehrender Besucher."
3027
 
3028
- #: ../../admin/view/index.php:144
3029
- #, fuzzy
3030
- msgid "Take a sneak peek at what human visitors are doing on your website."
3031
- msgstr ""
3032
- "Erhalte einen Einblick von dem was echte Benutzer auf deiner Website machen"
3033
-
3034
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3035
- #: ../../admin/view/index.php:185 ../../admin/view/right-now.php:154
3036
  msgid "Color codes"
3037
- msgstr "Farb-Code"
3038
 
3039
- #: ../../admin/view/index.php:144
3040
- msgid "From a search result page"
 
3041
  msgstr "Von einer Suchergebnisseite"
3042
 
3043
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3044
- #: ../../admin/view/index.php:185
3045
  msgid "Known Users"
3046
  msgstr "Bekannte Benutzer"
3047
 
3048
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3049
- #: ../../admin/view/index.php:185
3050
  msgid "Other Humans"
3051
  msgstr "Andere echte Besucher"
3052
 
3053
- #: ../../admin/view/index.php:148
 
 
 
 
3054
  #, fuzzy
3055
  msgid "Keywords used by your visitors to find your website on a search engine."
3056
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3057
 
3058
- #: ../../admin/view/index.php:151
3059
  msgid ""
3060
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3061
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3062
  "set above don't apply to this report."
3063
  msgstr ""
3064
 
3065
- #: ../../admin/view/index.php:154
3066
- #, fuzzy
3067
  msgid "Human Visits"
3068
  msgstr "Echte Besuche"
3069
 
3070
- #: ../../admin/view/index.php:157
3071
  #, fuzzy
3072
  msgid ""
3073
  "Internet Service Provider: a company which provides other companies or "
@@ -3081,7 +3174,7 @@ msgstr ""
3081
  "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
3082
  "'Einstellungen > SlimStat > Filter' gesetzt werden."
3083
 
3084
- #: ../../admin/view/index.php:160
3085
  #, fuzzy
3086
  msgid ""
3087
  "You can configure Slimstat to ignore a specific Country by setting the "
@@ -3090,24 +3183,27 @@ msgstr ""
3090
  "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
3091
  "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
3092
 
3093
- #: ../../admin/view/index.php:163
3094
  msgid ""
3095
  "This report shows you what user agent families (no version considered) are "
3096
  "popular among your visitors."
3097
  msgstr ""
 
 
3098
 
3099
- #: ../../admin/view/index.php:166
3100
  msgid ""
3101
  "This report shows you what operating system families (no version considered) "
3102
  "are popular among your visitors."
3103
  msgstr ""
 
 
3104
 
3105
- #: ../../admin/view/index.php:172
3106
- #, fuzzy
3107
  msgid "Average Pageviews per Visit"
3108
- msgstr "Durchschnitt. Seitenaufrufe pro Besuch"
3109
 
3110
- #: ../../admin/view/index.php:175
3111
  msgid ""
3112
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3113
  "left your site from the entrance (landing) page."
@@ -3115,19 +3211,23 @@ msgstr ""
3115
  "Eine 'Absprung' Seite ist der Zugriff auf eine einzelne Seite oder wenn der "
3116
  "Besucher die Website bereits auf der Einstiegs-Seite wieder verl&auml;sst."
3117
 
3118
- #: ../../admin/view/index.php:178
3119
  msgid "Searches performed using Wordpress' built-in search functionality."
3120
  msgstr ""
3121
  "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
3122
 
3123
- #: ../../admin/view/index.php:182
 
3124
  msgid ""
3125
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3126
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3127
  "link has an ID attribute associated to it."
3128
  msgstr ""
 
 
 
3129
 
3130
- #: ../../admin/view/index.php:185
3131
  msgid ""
3132
  "This report lists any <em>event</em> occurred on your website. Please refer "
3133
  "to the FAQ for more information on how to leverage this functionality."
@@ -3136,11 +3236,13 @@ msgstr ""
3136
  "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
3137
  "zur Verwendung dieser Funktionalit&auml;t nach."
3138
 
3139
- #: ../../admin/view/index.php:188
3140
  msgid ""
3141
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3142
  "this report is not affected by the filters set here above."
3143
  msgstr ""
 
 
3144
 
3145
  #: ../../admin/view/right-now.php:8
3146
  msgid "Human"
@@ -3148,579 +3250,570 @@ msgstr ""
3148
 
3149
  #: ../../admin/view/right-now.php:8
3150
  msgid "Bot/Crawler"
3151
- msgstr ""
3152
 
3153
  #: ../../admin/view/right-now.php:8
3154
  msgid "Mobile Device"
3155
- msgstr ""
3156
 
3157
  #: ../../admin/view/right-now.php:8
3158
  msgid "Syndication Reader"
3159
  msgstr ""
3160
 
3161
  #: ../../admin/view/right-now.php:30
3162
- #: ../../admin/view/wp-slimstat-reports.php:391
3163
- #: ../../admin/view/wp-slimstat-reports.php:650
3164
  msgid "No data to display"
3165
  msgstr "keine Daten vorhanden"
3166
 
3167
  # Unknown
3168
  #: ../../admin/view/right-now.php:56
3169
- #: ../../admin/view/wp-slimstat-reports.php:444
3170
- #: ../../admin/view/wp-slimstat-reports.php:693
3171
- #: ../../admin/view/wp-slimstat-reports.php:957
3172
  msgid "c-"
3173
  msgstr "Unknown"
3174
 
3175
- #: ../../admin/view/right-now.php:127
3176
- #: ../../admin/view/wp-slimstat-reports.php:503
3177
- #: ../../admin/view/wp-slimstat-reports.php:507
3178
- #: ../../admin/view/wp-slimstat-reports.php:675
3179
- #: ../../admin/view/wp-slimstat-reports.php:713
 
 
 
 
 
 
 
 
 
 
 
 
3180
  msgid "Open this URL in a new window"
3181
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
3182
 
3183
- #: ../../admin/view/right-now.php:130
3184
  msgid "Local search results page"
3185
  msgstr "lokale Suchergebnisse"
3186
 
3187
- #: ../../admin/view/right-now.php:137
3188
- #, fuzzy
3189
  msgid "Open this referrer in a new window"
3190
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
3191
 
3192
- #: ../../admin/view/right-now.php:138
3193
- #, fuzzy
3194
  msgid "Open this outbound link in a new window"
3195
- msgstr "Artikel in neuem Fenster &ouml;ffnen"
3196
-
3197
- #: ../../admin/view/right-now.php:139
3198
- #, fuzzy
3199
- msgid "Date and Time"
3200
- msgstr "Datum/Zeit"
3201
 
3202
- #: ../../admin/view/right-now.php:140
3203
  #, fuzzy
3204
  msgid "Content Type"
3205
  msgstr "Inhalt"
3206
 
3207
- #: ../../admin/view/right-now.php:155
3208
- msgid "Visit with keywords"
3209
- msgstr ""
3210
-
3211
- #: ../../admin/view/right-now.php:157
3212
- #, fuzzy
3213
- msgid "Known User"
3214
- msgstr "Bekannte Benutzer"
3215
-
3216
- #: ../../admin/view/right-now.php:158
3217
- #, fuzzy
3218
- msgid "Human Visitor"
3219
- msgstr "Echte Besuche"
3220
-
3221
- #: ../../admin/view/right-now.php:159
3222
- msgid "Bot or Crawler"
3223
- msgstr ""
3224
-
3225
- #: ../../admin/view/wp-slimstat-db.php:44
3226
  msgid "IP Address"
3227
- msgstr ""
3228
 
3229
- #: ../../admin/view/wp-slimstat-db.php:49
3230
  msgid "Domain"
3231
  msgstr "Dom&auml;ne"
3232
 
 
 
 
 
3233
  #: ../../admin/view/wp-slimstat-db.php:53
3234
  msgid "-- Advanced filters --"
3235
  msgstr "-- Erweiterte Filter --"
3236
 
3237
  #: ../../admin/view/wp-slimstat-db.php:54
3238
- #: ../../admin/view/wp-slimstat-reports.php:56
3239
  msgid "Browser Capabilities"
3240
  msgstr "Browser-F&auml;higkeiten"
3241
 
3242
- #: ../../admin/view/wp-slimstat-db.php:66
3243
  #, fuzzy
 
 
 
 
3244
  msgid "Resource ID"
3245
- msgstr "Top Ressourcen"
3246
 
3247
- #: ../../admin/view/wp-slimstat-db.php:71
3248
- #, fuzzy
3249
  msgid "Hour"
3250
- msgstr "Seitenaufrufe pro Stunde"
3251
 
3252
- #: ../../admin/view/wp-slimstat-db.php:77
3253
  #, fuzzy
3254
  msgid "Order Direction"
3255
  msgstr "Macromedia Director"
3256
 
3257
- #: ../../admin/view/wp-slimstat-db.php:78
3258
  #, fuzzy
3259
  msgid "Limit Results"
3260
  msgstr "Max. Anzahl Ergebnisse"
3261
 
3262
- #: ../../admin/view/wp-slimstat-db.php:79
3263
  msgid "Start From"
3264
  msgstr ""
3265
 
3266
- #: ../../admin/view/wp-slimstat-reports.php:36
3267
  msgid "Pageviews (chart)"
3268
  msgstr "Seitenaufrufe (Diagramm)"
3269
 
3270
- #: ../../admin/view/wp-slimstat-reports.php:37
3271
  #, fuzzy
3272
  msgid "About Slimstat"
3273
  msgstr "&Uuml;ber WP SlimStat"
3274
 
3275
- #: ../../admin/view/wp-slimstat-reports.php:38
3276
- #: ../../admin/view/wp-slimstat-reports.php:50
3277
  msgid "At a Glance"
3278
- msgstr ""
3279
 
3280
- #: ../../admin/view/wp-slimstat-reports.php:39
3281
  #, fuzzy
3282
  msgid "Currently Online"
3283
  msgstr "Aktuelle Filter:"
3284
 
3285
- #: ../../admin/view/wp-slimstat-reports.php:40
3286
- #: ../../admin/view/wp-slimstat-reports.php:74
3287
  msgid "Spy View"
3288
- msgstr "Spy View"
3289
 
3290
- #: ../../admin/view/wp-slimstat-reports.php:41
3291
- #: ../../admin/view/wp-slimstat-reports.php:75
3292
  msgid "Recent Search Terms"
3293
  msgstr "Letzte interne Suchbegriffe"
3294
 
3295
- #: ../../admin/view/wp-slimstat-reports.php:42
3296
  msgid "Top Pages"
3297
- msgstr "Top Seiten"
3298
 
3299
- #: ../../admin/view/wp-slimstat-reports.php:43
3300
- #: ../../admin/view/wp-slimstat-reports.php:72
3301
  msgid "Top Traffic Sources"
3302
- msgstr "Top Traffic Ursprung"
3303
 
3304
- #: ../../admin/view/wp-slimstat-reports.php:44
3305
  msgid "Top Known Visitors"
3306
  msgstr "Top bekannte Besucher"
3307
 
3308
- #: ../../admin/view/wp-slimstat-reports.php:45
3309
- #: ../../admin/view/wp-slimstat-reports.php:70
3310
- #: ../../admin/view/wp-slimstat-reports.php:90
3311
  msgid "Top Search Terms"
3312
- msgstr "Top Suchbegriffe"
3313
 
3314
- #: ../../admin/view/wp-slimstat-reports.php:46
3315
- #: ../../admin/view/wp-slimstat-reports.php:57
3316
- #: ../../admin/view/wp-slimstat-reports.php:71
3317
  msgid "Top Countries"
3318
- msgstr "Top L&auml;nder"
3319
 
3320
- #: ../../admin/view/wp-slimstat-reports.php:47
3321
  msgid "Rankings"
3322
  msgstr ""
3323
 
3324
- #: ../../admin/view/wp-slimstat-reports.php:48
3325
  #, fuzzy
3326
  msgid "Top Language Families"
3327
- msgstr "Top Sprachen"
3328
 
3329
- #: ../../admin/view/wp-slimstat-reports.php:49
3330
  msgid "Human Visits (chart)"
3331
  msgstr "Echte Besucher (Diagramm)"
3332
 
3333
- #: ../../admin/view/wp-slimstat-reports.php:51
 
 
 
 
 
3334
  msgid "Top Languages"
3335
- msgstr "Top Sprachen"
3336
 
3337
- #: ../../admin/view/wp-slimstat-reports.php:52
3338
- #, fuzzy
3339
  msgid "Top Browsers"
3340
- msgstr "Browser"
3341
 
3342
- #: ../../admin/view/wp-slimstat-reports.php:53
3343
  msgid "Top Service Providers"
3344
- msgstr "Top Service Provider"
3345
 
3346
- #: ../../admin/view/wp-slimstat-reports.php:54
3347
  msgid "Top Operating Systems"
3348
- msgstr "Top Betriebssysteme"
3349
 
3350
- #: ../../admin/view/wp-slimstat-reports.php:55
3351
  msgid "Top Screen Resolutions"
3352
- msgstr "Top Bildschirm-Aufl&ouml;sungen"
3353
 
3354
- #: ../../admin/view/wp-slimstat-reports.php:58
3355
  msgid "Visit Duration"
3356
  msgstr "Besuchsdauer"
3357
 
3358
- #: ../../admin/view/wp-slimstat-reports.php:59
3359
- #: ../../admin/view/wp-slimstat-reports.php:76
3360
  msgid "Recent Countries"
3361
  msgstr "Letzte L&auml;nder"
3362
 
3363
- #: ../../admin/view/wp-slimstat-reports.php:60
3364
  msgid "Recent Screen Resolutions"
3365
- msgstr "Letzte Bildschirm-Aufl&ouml;sungen"
3366
 
3367
- #: ../../admin/view/wp-slimstat-reports.php:61
3368
  msgid "Recent Operating Systems"
3369
  msgstr "Letzte Betriebssysteme"
3370
 
3371
- #: ../../admin/view/wp-slimstat-reports.php:62
3372
- #, fuzzy
3373
  msgid "Recent Browsers"
3374
- msgstr "Letzte Artikel"
3375
 
3376
- #: ../../admin/view/wp-slimstat-reports.php:63
3377
  msgid "Recent Languages"
3378
  msgstr "Letzte Sprachen"
3379
 
3380
- #: ../../admin/view/wp-slimstat-reports.php:64
3381
- #, fuzzy
3382
  msgid "Top Browser Families"
3383
- msgstr "Browser-F&auml;higkeiten"
3384
 
3385
- #: ../../admin/view/wp-slimstat-reports.php:65
3386
  msgid "Top OS Families"
3387
- msgstr ""
3388
 
3389
- #: ../../admin/view/wp-slimstat-reports.php:66
3390
- #, fuzzy
3391
  msgid "Recent Users"
3392
- msgstr "Letzte Browser"
3393
 
3394
- #: ../../admin/view/wp-slimstat-reports.php:67
3395
- #, fuzzy
3396
  msgid "Top Users"
3397
- msgstr "Top Browser"
3398
 
3399
- #: ../../admin/view/wp-slimstat-reports.php:68
3400
  msgid "Traffic Sources (chart)"
3401
- msgstr "Traffic Ursprung (Diagramm)"
3402
 
3403
- #: ../../admin/view/wp-slimstat-reports.php:69
3404
  msgid "Summary"
3405
  msgstr "Zusammenfassung"
3406
 
3407
- #: ../../admin/view/wp-slimstat-reports.php:73
3408
  msgid "Top Referring Search Engines"
3409
  msgstr "Top verweisende Suchmaschinen"
3410
 
3411
- #: ../../admin/view/wp-slimstat-reports.php:77
3412
- #: ../../admin/view/wp-slimstat-reports.php:93
3413
  msgid "Top Landing Pages"
3414
- msgstr "Top Einstiegs-Seiten"
3415
 
3416
- #: ../../admin/view/wp-slimstat-reports.php:78
3417
  msgid "Average Pageviews per Visit (chart)"
3418
- msgstr "Durchschnitt. Seitenaufrufe pro Besuch (Diagramm)"
3419
 
3420
- #: ../../admin/view/wp-slimstat-reports.php:79
3421
  msgid "Recent Posts"
3422
  msgstr "Letzte Artikel"
3423
 
3424
- #: ../../admin/view/wp-slimstat-reports.php:80
3425
  msgid "Recent Bounce Pages"
3426
- msgstr "Letzte Absprung-Seiten"
3427
 
3428
- #: ../../admin/view/wp-slimstat-reports.php:81
3429
  msgid "Recent Feeds"
3430
  msgstr "Letzte Feeds"
3431
 
3432
- #: ../../admin/view/wp-slimstat-reports.php:82
3433
  msgid "Recent Pages Not Found"
3434
  msgstr ""
3435
 
3436
- #: ../../admin/view/wp-slimstat-reports.php:83
3437
  msgid "Recent Internal Searches"
3438
  msgstr "Letzte interne Suchbegriffe"
3439
 
3440
- #: ../../admin/view/wp-slimstat-reports.php:84
3441
  msgid "Top Categories"
3442
- msgstr "Top Kategorien"
3443
 
3444
- #: ../../admin/view/wp-slimstat-reports.php:85
3445
  msgid "Recent Outbound Links"
3446
  msgstr "Letzte ausgehende Links"
3447
 
3448
- #: ../../admin/view/wp-slimstat-reports.php:86
3449
  msgid "Recent Events"
3450
  msgstr "Letzte Ereignisse"
3451
 
3452
- #: ../../admin/view/wp-slimstat-reports.php:87
3453
  msgid "Top Posts"
3454
- msgstr "Top Artikel"
3455
 
3456
- #: ../../admin/view/wp-slimstat-reports.php:88
3457
  msgid "Top Feeds"
3458
- msgstr "Top Feeds"
3459
 
3460
- #: ../../admin/view/wp-slimstat-reports.php:89
3461
  msgid "Top Internal Searches"
3462
  msgstr "Top interne Suchbegriffe"
3463
 
3464
- #: ../../admin/view/wp-slimstat-reports.php:91
3465
  msgid "Recent Categories"
3466
  msgstr "Letzte Kategorien"
3467
 
3468
- #: ../../admin/view/wp-slimstat-reports.php:92
3469
  #, fuzzy
3470
  msgid "Top Pages Not Found"
3471
- msgstr "Top Seiten"
3472
 
3473
- #: ../../admin/view/wp-slimstat-reports.php:94
3474
  msgid "Top Authors"
3475
- msgstr "Top Autoren"
3476
 
3477
- #: ../../admin/view/wp-slimstat-reports.php:95
3478
  #, fuzzy
3479
  msgid "Top Tags"
3480
  msgstr "Top Seiten"
3481
 
3482
- #: ../../admin/view/wp-slimstat-reports.php:96
3483
  msgid "Recent Downloads"
3484
  msgstr "Letzte Downloads"
3485
 
3486
- #: ../../admin/view/wp-slimstat-reports.php:97
3487
  #, fuzzy
3488
  msgid "Top OutLinks and Downloads"
3489
- msgstr "Letzte Downloads"
3490
 
3491
- #: ../../admin/view/wp-slimstat-reports.php:98
3492
  msgid "Your Website"
3493
- msgstr ""
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:100
3496
- msgid "At A Glance"
 
 
 
 
3497
  msgstr ""
3498
 
3499
- #: ../../admin/view/wp-slimstat-reports.php:209
3500
  msgid "Chart controls"
3501
  msgstr "Diagramm-Einstellungen"
3502
 
3503
- #: ../../admin/view/wp-slimstat-reports.php:209
3504
  msgid "Use your mouse wheel to zoom in and out"
3505
  msgstr "Verwende das Mausrad zum Zoomen"
3506
 
3507
- #: ../../admin/view/wp-slimstat-reports.php:209
3508
  msgid "While zooming in, drag the chart to move to a different area"
3509
  msgstr ""
3510
- "W&;rend des Zooms das Diagramm schieben um zu einer anderen Position zu "
3511
- "verschieben."
3512
 
3513
- #: ../../admin/view/wp-slimstat-reports.php:209
3514
  msgid "Double click on an empty region to reset the zoom level"
3515
  msgstr ""
3516
- "Doppel-Klick auf einen freien Bereich um den Zoom-Level zur&uuml;ckzusetzen"
3517
 
3518
- #: ../../admin/view/wp-slimstat-reports.php:210
3519
- msgid ""
3520
- "Click on a data point to display the activity chart for each hour of that day"
3521
- msgstr ""
3522
- "Auf ein Datum klicken um das Aktivit&auml;ts-Diagramm f&uuml;r jede Stunde "
3523
- "des tages anzuzeigen"
3524
-
3525
- #: ../../admin/view/wp-slimstat-reports.php:222
3526
  msgid "src"
3527
  msgstr "src"
3528
 
3529
- #: ../../admin/view/wp-slimstat-reports.php:223
3530
  msgid "serp"
3531
  msgstr "serp"
3532
 
3533
- #: ../../admin/view/wp-slimstat-reports.php:228
3534
  msgid "Go to the corresponding search engine result page"
3535
  msgstr "Zugeh&ouml;rige Ergbnisseite der Suchmaschine &ouml;ffnen"
3536
 
3537
- #: ../../admin/view/wp-slimstat-reports.php:231
3538
  msgid "Go to the referring page"
3539
  msgstr "Verweisende Seite &ouml;ffnen"
3540
 
3541
- #: ../../admin/view/wp-slimstat-reports.php:254
3542
  msgid "Remove filter for"
3543
  msgstr "Entferne Filter f&uuml;r"
3544
 
3545
- #: ../../admin/view/wp-slimstat-reports.php:261
 
3546
  msgid "Reset All"
3547
- msgstr ""
3548
 
3549
- #: ../../admin/view/wp-slimstat-reports.php:264
3550
  msgid "Current filters:"
3551
  msgstr "Aktuelle Filter:"
3552
 
3553
- #: ../../admin/view/wp-slimstat-reports.php:268
3554
- #, fuzzy
3555
  msgid "Refresh"
3556
  msgstr "Anzeige aktualisieren"
3557
 
3558
- #: ../../admin/view/wp-slimstat-reports.php:305
3559
  #, fuzzy, php-format
3560
  msgid "Results %s - %s of %s"
3561
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
3562
 
3563
- #: ../../admin/view/wp-slimstat-reports.php:307
3564
- #, fuzzy
3565
  msgid "Refresh in"
3566
- msgstr "Anzeige aktualisieren"
3567
 
3568
- #: ../../admin/view/wp-slimstat-reports.php:329
3569
- #: ../../admin/view/wp-slimstat-reports.php:341
3570
- #, fuzzy, php-format
3571
  msgid "Daily %s"
3572
- msgstr "Details"
3573
 
3574
- #: ../../admin/view/wp-slimstat-reports.php:332
3575
  #, php-format
3576
  msgid "%s Minute by Minute"
3577
- msgstr ""
3578
 
3579
- #: ../../admin/view/wp-slimstat-reports.php:335
3580
- #, fuzzy, php-format
3581
  msgid "Hourly %s"
3582
- msgstr "Seitenaufrufe pro Stunde"
3583
 
3584
- #: ../../admin/view/wp-slimstat-reports.php:338
3585
- #, fuzzy, php-format
3586
  msgid "Monthly %s"
3587
- msgstr "Monat"
3588
 
3589
- #: ../../admin/view/wp-slimstat-reports.php:426
3590
  msgid "Category ID"
3591
  msgstr "Kategorie-ID"
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:459
3594
  msgid "OS Code"
3595
- msgstr "OS Code"
3596
 
3597
- #: ../../admin/view/wp-slimstat-reports.php:469
3598
- #, fuzzy
3599
  msgid "Referrer"
3600
- msgstr "Herkunft"
3601
 
3602
- #: ../../admin/view/wp-slimstat-reports.php:493
3603
- #: ../../admin/view/wp-slimstat-reports.php:781
3604
- #: ../../admin/view/wp-slimstat-reports.php:790
3605
- #: ../../admin/view/wp-slimstat-reports.php:796
3606
- #: ../../admin/view/wp-slimstat-reports.php:802
3607
- #: ../../admin/view/wp-slimstat-reports.php:808
3608
- #: ../../admin/view/wp-slimstat-reports.php:814
3609
- #: ../../admin/view/wp-slimstat-reports.php:820
3610
- #: ../../admin/view/wp-slimstat-reports.php:826
3611
  msgid "Hits"
3612
  msgstr "Zugriffe"
3613
 
3614
- #: ../../admin/view/wp-slimstat-reports.php:667
3615
  msgid "Search for"
3616
  msgstr "Suche nach"
3617
 
3618
- #: ../../admin/view/wp-slimstat-reports.php:703
3619
- #: ../../admin/view/wp-slimstat-reports.php:713
3620
  msgid "Source"
3621
  msgstr "Ursprung"
3622
 
3623
- #: ../../admin/view/wp-slimstat-reports.php:705
3624
  msgid "Keywords"
3625
  msgstr "Suchbegriffe"
3626
 
3627
- #: ../../admin/view/wp-slimstat-reports.php:713
3628
- #, php-format
3629
  msgid "Filter results where resource equals %s"
3630
- msgstr "Ergebnisse filtern wo Ressource ist gleich %s"
 
 
 
 
 
3631
 
3632
- #: ../../admin/view/wp-slimstat-reports.php:727
3633
  msgid "Total Pageviews"
3634
  msgstr "Gesamte Seitenaufrufe"
3635
 
3636
- #: ../../admin/view/wp-slimstat-reports.php:728
3637
  msgid "DB Size"
3638
- msgstr "Datenbank-Gr&ouml;sse"
3639
 
3640
- #: ../../admin/view/wp-slimstat-reports.php:729
3641
  msgid "Tracking Active"
3642
  msgstr "Tracking aktiv"
3643
 
3644
- #: ../../admin/view/wp-slimstat-reports.php:730
3645
- #, fuzzy
3646
  msgid "Javascript Mode"
3647
  msgstr "Tracking per JavaScript"
3648
 
3649
- #: ../../admin/view/wp-slimstat-reports.php:731
3650
  msgid "Tracking Browser Caps"
3651
  msgstr ""
3652
 
3653
- #: ../../admin/view/wp-slimstat-reports.php:732
3654
  msgid "Auto purge"
3655
  msgstr "autom. Datenbank-Reorg."
3656
 
3657
- #: ../../admin/view/wp-slimstat-reports.php:733
3658
- #, fuzzy
3659
  msgid "Oldest pageview"
3660
- msgstr "&Auml;ltester Besuch"
3661
 
3662
- #: ../../admin/view/wp-slimstat-reports.php:733
3663
  msgid "No visits"
3664
  msgstr "Keine Besuche"
3665
 
3666
- #: ../../admin/view/wp-slimstat-reports.php:743
3667
- #: ../../admin/view/wp-slimstat-reports.php:845
3668
  #, fuzzy
3669
  msgid ""
3670
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3671
  "the tracking code is executed."
3672
  msgstr ""
3673
  "Eine Anfrage eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
3674
- "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
3675
  "wird."
3676
 
3677
- #: ../../admin/view/wp-slimstat-reports.php:745
3678
  msgid "How many pages have been visited on average during the current period."
3679
  msgstr ""
3680
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
3681
- "besucht."
3682
 
3683
- #: ../../admin/view/wp-slimstat-reports.php:746
3684
  #, fuzzy
3685
  msgid "Average Pageviews"
3686
- msgstr "Durchschnitt. Seitenaufrufe"
3687
 
3688
- #: ../../admin/view/wp-slimstat-reports.php:747
3689
  msgid ""
3690
  "Visitors who landed on your site after searching for a keyword on Google, "
3691
  "Yahoo, etc."
3692
  msgstr ""
3693
- "Besucher welche nach einer Suche nach einem Suchbegriff auf Google oder Bing "
3694
- "usw. auf die Website kamen."
3695
 
3696
- #: ../../admin/view/wp-slimstat-reports.php:748
3697
  msgid "From Search Results"
3698
  msgstr "Von Suchergebnissen"
3699
 
3700
- #: ../../admin/view/wp-slimstat-reports.php:749
3701
  msgid ""
3702
  "Used to differentiate between multiple requests to download a file from one "
3703
  "internet address (IP) and requests originating from many distinct addresses"
3704
  msgstr ""
 
 
3705
 
3706
- #: ../../admin/view/wp-slimstat-reports.php:750
3707
- #: ../../admin/view/wp-slimstat-reports.php:765
3708
- #: ../../admin/view/wp-slimstat-reports.php:1069
3709
- #: ../../admin/view/wp-slimstat-reports.php:1073
3710
- #: ../../admin/view/wp-slimstat-reports.php:1077
3711
  msgid "Unique IPs"
3712
  msgstr "Eindeutige IPs"
3713
 
3714
- #: ../../admin/view/wp-slimstat-reports.php:751
3715
  msgid "Last 5 minutes"
3716
  msgstr "Letzte 5 Minuten"
3717
 
3718
- #: ../../admin/view/wp-slimstat-reports.php:752
3719
- #, fuzzy
3720
  msgid "Last 30 minutes"
3721
- msgstr "Letzte 5 Minuten"
3722
 
3723
- #: ../../admin/view/wp-slimstat-reports.php:762
3724
  msgid ""
3725
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3726
  "multiple times if they perform multiple visits."
@@ -3728,16 +3821,16 @@ msgstr ""
3728
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
3729
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
3730
 
3731
- #: ../../admin/view/wp-slimstat-reports.php:763
3732
  msgid "Human visits"
3733
  msgstr "Echte Besuche"
3734
 
3735
- #: ../../admin/view/wp-slimstat-reports.php:764
3736
  msgid "It includes only traffic generated by human visitors."
3737
  msgstr ""
3738
 
3739
- #: ../../admin/view/wp-slimstat-reports.php:766
3740
- #: ../../admin/view/wp-slimstat-reports.php:857
3741
  msgid ""
3742
  "Percentage of single-page visits, i.e. visits in which the person left your "
3743
  "site from the entrance page."
@@ -3745,79 +3838,78 @@ msgstr ""
3745
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
3746
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
3747
 
3748
- #: ../../admin/view/wp-slimstat-reports.php:767
3749
  msgid "Bounce rate"
3750
- msgstr "Absprung-Rate"
3751
 
3752
- #: ../../admin/view/wp-slimstat-reports.php:768
3753
  msgid "Visitors who had previously left a comment on your blog."
3754
  msgstr ""
3755
- "Besucher welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
3756
 
3757
- #: ../../admin/view/wp-slimstat-reports.php:769
3758
  msgid "Known visitors"
3759
  msgstr "Bekannte Besucher"
3760
 
3761
- #: ../../admin/view/wp-slimstat-reports.php:770
3762
  msgid "Human users who visited your site only once."
3763
- msgstr "Echte Besucher welche die Wesite nur einmal besucht haben."
3764
 
3765
- #: ../../admin/view/wp-slimstat-reports.php:771
3766
  msgid "New visitors"
3767
  msgstr "Neue Besucher"
3768
 
3769
- #: ../../admin/view/wp-slimstat-reports.php:772
3770
  msgid "Bots"
3771
  msgstr "Bots"
3772
 
3773
- #: ../../admin/view/wp-slimstat-reports.php:773
3774
  msgid "Pages per visit"
3775
  msgstr "Seiten pro Besuch"
3776
 
3777
- #: ../../admin/view/wp-slimstat-reports.php:774
3778
- #: ../../admin/view/wp-slimstat-reports.php:1082
3779
  msgid "Longest visit"
3780
  msgstr "L&auml;ngster Besuch"
3781
 
3782
- #: ../../admin/view/wp-slimstat-reports.php:774
3783
  msgid "hits"
3784
  msgstr "Zugriff"
3785
 
3786
- #: ../../admin/view/wp-slimstat-reports.php:792
3787
  msgid "0 - 30 seconds"
3788
  msgstr "0-30 Sekunden"
3789
 
3790
- #: ../../admin/view/wp-slimstat-reports.php:798
3791
  msgid "31 - 60 seconds"
3792
  msgstr "31-60 Sekunden"
3793
 
3794
- #: ../../admin/view/wp-slimstat-reports.php:804
3795
  msgid "1 - 3 minutes"
3796
  msgstr "1-3 Minuten"
3797
 
3798
- #: ../../admin/view/wp-slimstat-reports.php:810
3799
  msgid "3 - 5 minutes"
3800
  msgstr "3-5 Minuten"
3801
 
3802
- #: ../../admin/view/wp-slimstat-reports.php:816
3803
  msgid "5 - 7 minutes"
3804
  msgstr "5-7 Minuten"
3805
 
3806
- #: ../../admin/view/wp-slimstat-reports.php:822
3807
  msgid "7 - 10 minutes"
3808
  msgstr "7-10 Minuten"
3809
 
3810
- #: ../../admin/view/wp-slimstat-reports.php:828
3811
- #, fuzzy
3812
  msgid "More than 10 minutes"
3813
- msgstr "Mehr als 20 Minuten"
3814
 
3815
- #: ../../admin/view/wp-slimstat-reports.php:837
3816
  #, fuzzy
3817
  msgid "Average time on site"
3818
- msgstr "Durchschnitt. Seitenaufrufe pro Besuch"
3819
 
3820
- #: ../../admin/view/wp-slimstat-reports.php:847
3821
  msgid ""
3822
  "A referrer (or referring site) is the site that a visitor previously visited "
3823
  "before following a link to your site."
@@ -3825,38 +3917,37 @@ msgstr ""
3825
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
3826
  "dem Besuch der eigenen Website besucht hat."
3827
 
3828
- #: ../../admin/view/wp-slimstat-reports.php:848
3829
  msgid "Unique Referrers"
3830
  msgstr "Eindeutige Herkunft"
3831
 
3832
- #: ../../admin/view/wp-slimstat-reports.php:849
3833
  msgid ""
3834
  "Visitors who visited the site by typing the URL directly into their browser. "
3835
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3836
  "their bookmarks/favorites, untagged links within emails, or links from "
3837
  "documents that don't include tracking variables."
3838
  msgstr ""
3839
- "Besucher welche die URL direkt aufgerufen haben. <em>Direkt</em> kann sich "
3840
- "auch auf Besucher beziehen, welche Bookmarks/Favoriten verwendet haben oder "
3841
- "Links in E-Mails bzw. Dokumenten gefolgt sind."
3842
 
3843
- #: ../../admin/view/wp-slimstat-reports.php:850
3844
  msgid "Direct Pageviews"
3845
  msgstr "Direkte Seitenaufrufe"
3846
 
3847
- #: ../../admin/view/wp-slimstat-reports.php:851
3848
  msgid ""
3849
  "Visitors who came to your site via searches on Google or some other search "
3850
  "engine."
3851
  msgstr ""
3852
- "Besucher welche über eine Suche in Suchmaschinen auf die eigene Website "
3853
- "gekommen sind."
3854
 
3855
- #: ../../admin/view/wp-slimstat-reports.php:852
3856
  msgid "From a search result"
3857
  msgstr "Von einem Suchresultat"
3858
 
3859
- #: ../../admin/view/wp-slimstat-reports.php:853
3860
  msgid ""
3861
  "The first page that a user views during a session. This is also known as the "
3862
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3864,27 +3955,27 @@ msgid ""
3864
  "a landing page."
3865
  msgstr ""
3866
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
3867
- "s.g. Einstiegs- oder Lande-Seite."
3868
 
3869
- #: ../../admin/view/wp-slimstat-reports.php:854
3870
  msgid "Unique Landing Pages"
3871
- msgstr "Eindeutige Einstiegs-Seiten"
3872
 
3873
- #: ../../admin/view/wp-slimstat-reports.php:855
3874
  msgid "Number of single-page visits to your site over the selected period."
3875
  msgstr ""
3876
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
3877
 
3878
- #: ../../admin/view/wp-slimstat-reports.php:856
3879
  msgid "Bounce Pages"
3880
- msgstr "Absprung-Rate"
3881
 
3882
- #: ../../admin/view/wp-slimstat-reports.php:858
3883
  #, fuzzy
3884
  msgid "New Visitors Rate"
3885
  msgstr "Neue Besucher"
3886
 
3887
- #: ../../admin/view/wp-slimstat-reports.php:859
3888
  msgid ""
3889
  "Visitors who visited the site in the last 5 minutes coming from a search "
3890
  "engine."
@@ -3892,1211 +3983,1221 @@ msgstr ""
3892
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
3893
  "gekommen sind."
3894
 
3895
- #: ../../admin/view/wp-slimstat-reports.php:860
3896
  msgid "Currently from search engines"
3897
  msgstr "Aktuell von Suchmaschinen"
3898
 
3899
- #: ../../admin/view/wp-slimstat-reports.php:928
3900
  msgid "Number of pages in your site included in Google's index."
3901
  msgstr ""
3902
 
3903
- #: ../../admin/view/wp-slimstat-reports.php:929
3904
  msgid "Google Index"
3905
- msgstr ""
3906
 
3907
- #: ../../admin/view/wp-slimstat-reports.php:930
3908
  msgid "Number of pages, according to Google, that link back to your site."
3909
  msgstr ""
3910
 
3911
- #: ../../admin/view/wp-slimstat-reports.php:931
3912
  msgid "Google Backlinks"
3913
  msgstr ""
3914
 
3915
- #: ../../admin/view/wp-slimstat-reports.php:932
3916
  msgid ""
3917
  "How many times the Facebook Like button has been approximately clicked on "
3918
  "your site."
3919
  msgstr ""
3920
 
3921
- #: ../../admin/view/wp-slimstat-reports.php:933
3922
  msgid "Facebook Likes"
3923
- msgstr ""
3924
 
3925
- #: ../../admin/view/wp-slimstat-reports.php:934
3926
  msgid ""
3927
  "How many times your site has been shared by someone on the social network."
3928
  msgstr ""
3929
 
3930
- #: ../../admin/view/wp-slimstat-reports.php:935
3931
  msgid "Facebook Shares"
3932
  msgstr ""
3933
 
3934
- #: ../../admin/view/wp-slimstat-reports.php:936
3935
  msgid "How many times links to your website have been clicked on Facebook."
3936
  msgstr ""
3937
 
3938
- #: ../../admin/view/wp-slimstat-reports.php:937
3939
- #, fuzzy
3940
  msgid "Facebook Clicks"
3941
- msgstr "Letzte ausgehende Links"
3942
 
3943
- #: ../../admin/view/wp-slimstat-reports.php:938
3944
  msgid ""
3945
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3946
  "traffic data."
3947
  msgstr ""
3948
 
3949
- #: ../../admin/view/wp-slimstat-reports.php:939
3950
  msgid "Alexa World Rank"
3951
  msgstr ""
3952
 
3953
- #: ../../admin/view/wp-slimstat-reports.php:940
3954
  msgid "Alexa Country Rank"
3955
  msgstr ""
3956
 
3957
- #: ../../admin/view/wp-slimstat-reports.php:941
3958
  msgid "Alexa Popularity"
3959
  msgstr ""
3960
 
3961
  # Unknown
3962
- #: ../../admin/view/wp-slimstat-reports.php:948
3963
  msgid "c-xx"
3964
- msgstr "Unknown"
3965
 
3966
  # Afghanistan
3967
- #: ../../admin/view/wp-slimstat-reports.php:948
3968
  msgid "c-af"
3969
  msgstr "Afghanistan"
3970
 
3971
  # Åland Islands
3972
- #: ../../admin/view/wp-slimstat-reports.php:948
3973
  msgid "c-ax"
3974
- msgstr "Aland Islands"
3975
 
3976
  # Albania
3977
- #: ../../admin/view/wp-slimstat-reports.php:948
3978
  msgid "c-al"
3979
- msgstr "Albania"
3980
 
3981
  # Algeria
3982
- #: ../../admin/view/wp-slimstat-reports.php:948
3983
  msgid "c-dz"
3984
- msgstr "Algeria"
3985
 
3986
  # Andorra
3987
- #: ../../admin/view/wp-slimstat-reports.php:948
3988
  msgid "c-ad"
3989
  msgstr "Andorra"
3990
 
3991
  # Angola
3992
- #: ../../admin/view/wp-slimstat-reports.php:948
3993
  msgid "c-ao"
3994
  msgstr "Angola"
3995
 
3996
  # Anguilla
3997
- #: ../../admin/view/wp-slimstat-reports.php:948
3998
  msgid "c-ai"
3999
  msgstr "Anguilla"
4000
 
4001
  # Antigua and Barbuda
4002
- #: ../../admin/view/wp-slimstat-reports.php:948
4003
  msgid "c-ag"
4004
- msgstr "Antigua and Barbuda"
4005
 
4006
  # Argentina
4007
- #: ../../admin/view/wp-slimstat-reports.php:948
4008
  msgid "c-ar"
4009
- msgstr "Argentina"
4010
 
4011
  # Armenia
4012
- #: ../../admin/view/wp-slimstat-reports.php:948
4013
  msgid "c-am"
4014
- msgstr "Armenia"
4015
 
4016
  # Aruba
4017
- #: ../../admin/view/wp-slimstat-reports.php:948
4018
  msgid "c-aw"
4019
  msgstr "Aruba"
4020
 
4021
  # Australia
4022
- #: ../../admin/view/wp-slimstat-reports.php:948
4023
  msgid "c-au"
4024
- msgstr "Australia"
4025
 
4026
  # Austria
4027
- #: ../../admin/view/wp-slimstat-reports.php:948
4028
  msgid "c-at"
4029
- msgstr "Austria"
4030
 
4031
  # Azerbaijan
4032
- #: ../../admin/view/wp-slimstat-reports.php:948
4033
  msgid "c-az"
4034
- msgstr "Azerbaijan"
4035
 
4036
  # Bahamas
4037
- #: ../../admin/view/wp-slimstat-reports.php:948
4038
  msgid "c-bs"
4039
  msgstr "Bahamas"
4040
 
4041
  # Bahrain
4042
- #: ../../admin/view/wp-slimstat-reports.php:948
4043
  msgid "c-bh"
4044
  msgstr "Bahrain"
4045
 
4046
  # Bangladesh
4047
- #: ../../admin/view/wp-slimstat-reports.php:948
4048
  msgid "c-bd"
4049
- msgstr "Bangladesh"
4050
 
4051
  # Barbados
4052
- #: ../../admin/view/wp-slimstat-reports.php:948
4053
  msgid "c-bb"
4054
  msgstr "Barbados"
4055
 
4056
  # Belarus
4057
- #: ../../admin/view/wp-slimstat-reports.php:948
4058
  msgid "c-by"
4059
- msgstr "Belarus"
4060
 
4061
  # Belgium
4062
- #: ../../admin/view/wp-slimstat-reports.php:948
4063
  msgid "c-be"
4064
- msgstr "Belgium"
4065
 
4066
  # Belize
4067
- #: ../../admin/view/wp-slimstat-reports.php:948
4068
  msgid "c-bz"
4069
  msgstr "Belize"
4070
 
4071
  # Benin
4072
- #: ../../admin/view/wp-slimstat-reports.php:948
4073
  msgid "c-bj"
4074
  msgstr "Benin"
4075
 
4076
  # Bermuda
4077
- #: ../../admin/view/wp-slimstat-reports.php:948
4078
  msgid "c-bm"
4079
  msgstr "Bermuda"
4080
 
4081
  # Bhutan
4082
- #: ../../admin/view/wp-slimstat-reports.php:948
4083
  msgid "c-bt"
4084
  msgstr "Bhutan"
4085
 
4086
  # Bolivia
4087
- #: ../../admin/view/wp-slimstat-reports.php:948
4088
  msgid "c-bo"
4089
- msgstr "Bolivia"
4090
 
4091
  # Bosnia and Herzegovina
4092
- #: ../../admin/view/wp-slimstat-reports.php:948
4093
  msgid "c-ba"
4094
- msgstr "Bosnia and Herzegovina"
4095
 
4096
  # Botswana
4097
- #: ../../admin/view/wp-slimstat-reports.php:948
4098
  msgid "c-bw"
4099
  msgstr "Botswana"
4100
 
4101
  # Brazil
4102
- #: ../../admin/view/wp-slimstat-reports.php:948
4103
  msgid "c-br"
4104
- msgstr "Brazil"
4105
 
4106
  # Brunei Darussalam
4107
- #: ../../admin/view/wp-slimstat-reports.php:948
4108
  msgid "c-bn"
4109
  msgstr "Brunei Darussalam"
4110
 
4111
  # Bulgaria
4112
- #: ../../admin/view/wp-slimstat-reports.php:948
4113
  msgid "c-bg"
4114
- msgstr "Bulgaria"
4115
 
4116
  # Burkina Faso
4117
- #: ../../admin/view/wp-slimstat-reports.php:948
4118
  msgid "c-bf"
4119
  msgstr "Burkina Faso"
4120
 
4121
  # Burundi
4122
- #: ../../admin/view/wp-slimstat-reports.php:948
4123
  msgid "c-bi"
4124
  msgstr "Burundi"
4125
 
4126
  # Cambodia
4127
- #: ../../admin/view/wp-slimstat-reports.php:948
4128
  msgid "c-kh"
4129
- msgstr "Cambodia"
4130
 
4131
  # Cameroon
4132
- #: ../../admin/view/wp-slimstat-reports.php:948
4133
  msgid "c-cm"
4134
- msgstr "Cameroon"
4135
 
4136
  # Canada
4137
- #: ../../admin/view/wp-slimstat-reports.php:948
4138
  msgid "c-ca"
4139
- msgstr "Canada"
4140
 
4141
  # Cape Verde
4142
- #: ../../admin/view/wp-slimstat-reports.php:948
4143
  msgid "c-cv"
4144
- msgstr "Cape Verde"
4145
 
4146
  # Cayman Islands
4147
- #: ../../admin/view/wp-slimstat-reports.php:948
4148
  msgid "c-ky"
4149
- msgstr "Cayman Islands"
4150
 
4151
  # Central African Republic
4152
- #: ../../admin/view/wp-slimstat-reports.php:948
4153
  msgid "c-cf"
4154
- msgstr "Central African Republic"
4155
 
4156
  # Chad
4157
- #: ../../admin/view/wp-slimstat-reports.php:948
4158
  msgid "c-td"
4159
- msgstr "Chad"
4160
 
4161
  # Chile
4162
- #: ../../admin/view/wp-slimstat-reports.php:948
4163
  msgid "c-cl"
4164
  msgstr "Chile"
4165
 
4166
  # China
4167
- #: ../../admin/view/wp-slimstat-reports.php:948
4168
  msgid "c-cn"
4169
  msgstr "China"
4170
 
4171
  # Colombia
4172
- #: ../../admin/view/wp-slimstat-reports.php:948
4173
  msgid "c-co"
4174
- msgstr "Colombia"
4175
 
4176
  # Comoros
4177
- #: ../../admin/view/wp-slimstat-reports.php:948
4178
  msgid "c-km"
4179
- msgstr "Comoros"
4180
 
4181
  # Congo
4182
- #: ../../admin/view/wp-slimstat-reports.php:948
4183
  msgid "c-cg"
4184
- msgstr "Congo"
4185
 
4186
  # The Democratic Republic of the Congo
4187
- #: ../../admin/view/wp-slimstat-reports.php:948
4188
  msgid "c-cd"
4189
- msgstr "The Democratic Republic of the Congo"
4190
 
4191
  # Costa Rica
4192
- #: ../../admin/view/wp-slimstat-reports.php:948
4193
  msgid "c-cr"
4194
  msgstr "Costa Rica"
4195
 
4196
  # Côte d'Ivoire
4197
- #: ../../admin/view/wp-slimstat-reports.php:948
4198
  msgid "c-ci"
4199
- msgstr "Côte d'Ivoire"
4200
 
4201
  # Croatia
4202
- #: ../../admin/view/wp-slimstat-reports.php:948
4203
  msgid "c-hr"
4204
- msgstr "Croatia"
4205
 
4206
  # Cuba
4207
- #: ../../admin/view/wp-slimstat-reports.php:948
4208
  msgid "c-cu"
4209
- msgstr "Cuba"
4210
 
4211
  # Cyprus
4212
- #: ../../admin/view/wp-slimstat-reports.php:948
4213
  msgid "c-cy"
4214
- msgstr "Cyprus"
4215
 
4216
  # Czech Republic
4217
- #: ../../admin/view/wp-slimstat-reports.php:948
4218
  msgid "c-cz"
4219
- msgstr "Czech Republic"
4220
 
4221
  # Denmark
4222
- #: ../../admin/view/wp-slimstat-reports.php:948
4223
  msgid "c-dk"
4224
- msgstr "Denmark"
4225
 
4226
  # Djibouti
4227
- #: ../../admin/view/wp-slimstat-reports.php:948
4228
  msgid "c-dj"
4229
- msgstr "Djibouti"
4230
 
4231
  # Dominica
4232
- #: ../../admin/view/wp-slimstat-reports.php:948
4233
  msgid "c-dm"
4234
  msgstr "Dominica"
4235
 
4236
  # Dominican Republic
4237
- #: ../../admin/view/wp-slimstat-reports.php:948
4238
  msgid "c-do"
4239
- msgstr "Dominican Republic"
4240
 
4241
  # Ecuador
4242
- #: ../../admin/view/wp-slimstat-reports.php:948
4243
  msgid "c-ec"
4244
  msgstr "Ecuador"
4245
 
4246
  # Egypt
4247
- #: ../../admin/view/wp-slimstat-reports.php:948
4248
  msgid "c-eg"
4249
- msgstr "Egypt"
4250
 
4251
  # El Salvador
4252
- #: ../../admin/view/wp-slimstat-reports.php:948
4253
  msgid "c-sv"
4254
  msgstr "El Salvador"
4255
 
4256
  # Equatorial Guinea
4257
- #: ../../admin/view/wp-slimstat-reports.php:948
4258
  msgid "c-gq"
4259
- msgstr "Equatorial Guinea"
4260
 
4261
  # Eritrea
4262
- #: ../../admin/view/wp-slimstat-reports.php:948
4263
  msgid "c-er"
4264
  msgstr "Eritrea"
4265
 
4266
  # Estonia
4267
- #: ../../admin/view/wp-slimstat-reports.php:948
4268
  msgid "c-ee"
4269
- msgstr "Estonia"
4270
 
4271
  # Ethiopia
4272
- #: ../../admin/view/wp-slimstat-reports.php:948
4273
  msgid "c-et"
4274
- msgstr "Ethiopia"
4275
 
4276
  # Faroe Islands
4277
- #: ../../admin/view/wp-slimstat-reports.php:948
4278
  msgid "c-fo"
4279
- msgstr "Faroe Islands"
4280
 
4281
  # Falkland Islands (Malvinas)
4282
- #: ../../admin/view/wp-slimstat-reports.php:948
4283
  msgid "c-fk"
4284
- msgstr "Falkland Islands (Malvinas)"
4285
 
4286
  # Fiji
4287
- #: ../../admin/view/wp-slimstat-reports.php:948
4288
  msgid "c-fj"
4289
- msgstr "Fiji"
4290
 
4291
  # Finland
4292
- #: ../../admin/view/wp-slimstat-reports.php:948
4293
  msgid "c-fi"
4294
- msgstr "Finland"
4295
 
4296
  # France
4297
- #: ../../admin/view/wp-slimstat-reports.php:948
4298
  msgid "c-fr"
4299
- msgstr "France"
4300
 
4301
  # French Guiana
4302
- #: ../../admin/view/wp-slimstat-reports.php:948
4303
  msgid "c-gf"
4304
- msgstr "French Guiana"
4305
 
4306
  # Gabon
4307
- #: ../../admin/view/wp-slimstat-reports.php:948
4308
  msgid "c-ga"
4309
- msgstr "Gabon"
4310
 
4311
  # Gambia
4312
- #: ../../admin/view/wp-slimstat-reports.php:948
4313
  msgid "c-gm"
4314
  msgstr "Gambia"
4315
 
4316
  # Georgia
4317
- #: ../../admin/view/wp-slimstat-reports.php:948
4318
  msgid "c-ge"
4319
- msgstr "Georgia"
4320
 
4321
  # Germany
4322
- #: ../../admin/view/wp-slimstat-reports.php:948
4323
  msgid "c-de"
4324
- msgstr "Germany"
4325
 
4326
  # Ghana
4327
- #: ../../admin/view/wp-slimstat-reports.php:948
4328
  msgid "c-gh"
4329
  msgstr "Ghana"
4330
 
4331
  # Greece
4332
- #: ../../admin/view/wp-slimstat-reports.php:948
4333
  msgid "c-gr"
4334
- msgstr "Greece"
4335
 
4336
  # Greenland
4337
- #: ../../admin/view/wp-slimstat-reports.php:948
4338
  msgid "c-gl"
4339
- msgstr "Greenland"
4340
 
4341
  # Grenada
4342
- #: ../../admin/view/wp-slimstat-reports.php:948
4343
  msgid "c-gd"
4344
  msgstr "Grenada"
4345
 
4346
  # Guadeloupe
4347
- #: ../../admin/view/wp-slimstat-reports.php:948
4348
  msgid "c-gp"
4349
  msgstr "Guadeloupe"
4350
 
4351
  # Guatemala
4352
- #: ../../admin/view/wp-slimstat-reports.php:948
4353
  msgid "c-gt"
4354
  msgstr "Guatemala"
4355
 
4356
  # Guinea
4357
- #: ../../admin/view/wp-slimstat-reports.php:948
4358
  msgid "c-gn"
4359
  msgstr "Guinea"
4360
 
4361
  # Guinea-Bissau
4362
- #: ../../admin/view/wp-slimstat-reports.php:948
4363
  msgid "c-gw"
4364
  msgstr "Guinea-Bissau"
4365
 
4366
  # Guyana
4367
- #: ../../admin/view/wp-slimstat-reports.php:948
4368
  msgid "c-gy"
4369
  msgstr "Guyana"
4370
 
4371
  # Haiti
4372
- #: ../../admin/view/wp-slimstat-reports.php:948
4373
  msgid "c-ht"
4374
  msgstr "Haiti"
4375
 
4376
  # Honduras
4377
- #: ../../admin/view/wp-slimstat-reports.php:948
4378
  msgid "c-hn"
4379
  msgstr "Honduras"
4380
 
4381
  # Hong Kong
4382
- #: ../../admin/view/wp-slimstat-reports.php:948
4383
  msgid "c-hk"
4384
  msgstr "Hong Kong"
4385
 
4386
  # Hungary
4387
- #: ../../admin/view/wp-slimstat-reports.php:948
4388
  msgid "c-hu"
4389
- msgstr "Hungary"
4390
 
4391
  # Iceland
4392
- #: ../../admin/view/wp-slimstat-reports.php:948
4393
  msgid "c-is"
4394
- msgstr "Iceland"
4395
 
4396
  # India
4397
- #: ../../admin/view/wp-slimstat-reports.php:948
4398
  msgid "c-in"
4399
- msgstr "India"
4400
 
4401
  # Indonesia
4402
- #: ../../admin/view/wp-slimstat-reports.php:948
4403
  msgid "c-id"
4404
- msgstr "Indonesia"
4405
 
4406
  # Islamic Republic of Iran
4407
- #: ../../admin/view/wp-slimstat-reports.php:948
4408
  msgid "c-ir"
4409
- msgstr "Islamic Republic of Iran"
4410
 
4411
  # Iraq
4412
- #: ../../admin/view/wp-slimstat-reports.php:948
4413
  msgid "c-iq"
4414
- msgstr "Iraq"
4415
 
4416
  # Ireland
4417
- #: ../../admin/view/wp-slimstat-reports.php:948
4418
  msgid "c-ie"
4419
- msgstr "Ireland"
4420
 
4421
  # Israel
4422
- #: ../../admin/view/wp-slimstat-reports.php:948
4423
  msgid "c-il"
4424
  msgstr "Israel"
4425
 
4426
  # Italy
4427
- #: ../../admin/view/wp-slimstat-reports.php:948
4428
  msgid "c-it"
4429
- msgstr "Italy"
4430
 
4431
  # Jamaica
4432
- #: ../../admin/view/wp-slimstat-reports.php:948
4433
  msgid "c-jm"
4434
- msgstr "Jamaica"
4435
 
4436
  # Japan
4437
- #: ../../admin/view/wp-slimstat-reports.php:948
4438
  msgid "c-jp"
4439
  msgstr "Japan"
4440
 
4441
  # Jordan
4442
- #: ../../admin/view/wp-slimstat-reports.php:948
4443
  msgid "c-jo"
4444
  msgstr "Jordan"
4445
 
4446
  # Kazakhstan
4447
- #: ../../admin/view/wp-slimstat-reports.php:948
4448
  msgid "c-kz"
4449
- msgstr "Kazakhstan"
4450
 
4451
  # Kenya
4452
- #: ../../admin/view/wp-slimstat-reports.php:948
4453
  msgid "c-ke"
4454
- msgstr "Kenya"
4455
 
4456
  # Nauru
4457
- #: ../../admin/view/wp-slimstat-reports.php:948
4458
  msgid "c-nr"
4459
  msgstr "Nauru"
4460
 
4461
  # Democratic People's Republic of Korea
4462
- #: ../../admin/view/wp-slimstat-reports.php:948
4463
  msgid "c-kp"
4464
- msgstr "Democratic People's Republic of Korea"
4465
 
4466
  # Republic of Korea
4467
- #: ../../admin/view/wp-slimstat-reports.php:948
4468
  msgid "c-kr"
4469
- msgstr "Republic of Korea"
4470
 
4471
- #: ../../admin/view/wp-slimstat-reports.php:948
4472
  msgid "c-kv"
4473
- msgstr ""
4474
 
4475
  # Kuwait
4476
- #: ../../admin/view/wp-slimstat-reports.php:948
4477
  msgid "c-kw"
4478
  msgstr "Kuwait"
4479
 
4480
  # Kyrgyzstan
4481
- #: ../../admin/view/wp-slimstat-reports.php:948
4482
  msgid "c-kg"
4483
- msgstr "Kyrgyzstan"
4484
 
4485
  # Lao People's Democratic Republic
4486
- #: ../../admin/view/wp-slimstat-reports.php:948
4487
  msgid "c-la"
4488
- msgstr "Lao People's Democratic Republic"
4489
 
4490
  # Latvia
4491
- #: ../../admin/view/wp-slimstat-reports.php:948
4492
  msgid "c-lv"
4493
- msgstr "Latvia"
4494
 
4495
  # Lebanon
4496
- #: ../../admin/view/wp-slimstat-reports.php:948
4497
  msgid "c-lb"
4498
- msgstr "Lebanon"
4499
 
4500
  # Lesotho
4501
- #: ../../admin/view/wp-slimstat-reports.php:948
4502
  msgid "c-ls"
4503
  msgstr "Lesotho"
4504
 
4505
  # Liberia
4506
- #: ../../admin/view/wp-slimstat-reports.php:948
4507
  msgid "c-lr"
4508
  msgstr "Liberia"
4509
 
4510
  # Libyan Arab Jamahiriya
4511
- #: ../../admin/view/wp-slimstat-reports.php:948
4512
  msgid "c-ly"
4513
- msgstr "Libyan Arab Jamahiriya"
4514
 
4515
  # Liechtenstein
4516
- #: ../../admin/view/wp-slimstat-reports.php:948
4517
  msgid "c-li"
4518
  msgstr "Liechtenstein"
4519
 
4520
  # Lithuania
4521
- #: ../../admin/view/wp-slimstat-reports.php:948
4522
  msgid "c-lt"
4523
- msgstr "Lithuania"
4524
 
4525
  # Luxembourg
4526
- #: ../../admin/view/wp-slimstat-reports.php:948
4527
  msgid "c-lu"
4528
- msgstr "Luxembourg"
4529
 
4530
  # The Former Yugoslav Republic of Macedonia
4531
- #: ../../admin/view/wp-slimstat-reports.php:948
4532
  msgid "c-mk"
4533
- msgstr "The Former Yugoslav Republic of Macedonia"
4534
 
4535
  # Madagascar
4536
- #: ../../admin/view/wp-slimstat-reports.php:948
4537
  msgid "c-mg"
4538
- msgstr "Madagascar"
4539
 
4540
  # Malawi
4541
- #: ../../admin/view/wp-slimstat-reports.php:948
4542
  msgid "c-mw"
4543
  msgstr "Malawi"
4544
 
4545
  # Malaysia
4546
- #: ../../admin/view/wp-slimstat-reports.php:948
4547
  msgid "c-my"
4548
- msgstr "Malaysia"
4549
 
4550
  # Mali
4551
- #: ../../admin/view/wp-slimstat-reports.php:948
4552
  msgid "c-ml"
4553
  msgstr "Mali"
4554
 
4555
  # Malta
4556
- #: ../../admin/view/wp-slimstat-reports.php:948
4557
  msgid "c-mt"
4558
  msgstr "Malta"
4559
 
4560
  # Martinique
4561
- #: ../../admin/view/wp-slimstat-reports.php:948
4562
  msgid "c-mq"
4563
  msgstr "Martinique"
4564
 
4565
  # Mauritania
4566
- #: ../../admin/view/wp-slimstat-reports.php:948
4567
  msgid "c-mr"
4568
- msgstr "Mauritania"
4569
 
4570
  # Mauritius
4571
- #: ../../admin/view/wp-slimstat-reports.php:948
4572
  msgid "c-mu"
4573
  msgstr "Mauritius"
4574
 
4575
  # Mexico
4576
- #: ../../admin/view/wp-slimstat-reports.php:948
4577
  msgid "c-mx"
4578
- msgstr "Mexico"
4579
 
4580
  # Moldova
4581
- #: ../../admin/view/wp-slimstat-reports.php:948
4582
  msgid "c-md"
4583
- msgstr "Moldova"
4584
 
4585
  # Mongolia
4586
- #: ../../admin/view/wp-slimstat-reports.php:948
4587
  msgid "c-mn"
4588
- msgstr "Mongolia"
4589
 
4590
  # Montenegro
4591
- #: ../../admin/view/wp-slimstat-reports.php:948
4592
  msgid "c-me"
4593
  msgstr "Montenegro"
4594
 
4595
  # Montserrat
4596
- #: ../../admin/view/wp-slimstat-reports.php:948
4597
  msgid "c-ms"
4598
  msgstr "Montserrat"
4599
 
4600
  # Morocco
4601
- #: ../../admin/view/wp-slimstat-reports.php:948
4602
  msgid "c-ma"
4603
- msgstr "Morocco"
4604
 
4605
  # Mozambique
4606
- #: ../../admin/view/wp-slimstat-reports.php:948
4607
  msgid "c-mz"
4608
- msgstr "Mozambique"
4609
 
4610
  # Myanmar
4611
- #: ../../admin/view/wp-slimstat-reports.php:948
4612
  msgid "c-mm"
4613
  msgstr "Myanmar"
4614
 
4615
  # Namibia
4616
- #: ../../admin/view/wp-slimstat-reports.php:948
4617
  msgid "c-na"
4618
  msgstr "Namibia"
4619
 
4620
  # Nepal
4621
- #: ../../admin/view/wp-slimstat-reports.php:948
4622
  msgid "c-np"
4623
  msgstr "Nepal"
4624
 
4625
  # Netherlands
4626
- #: ../../admin/view/wp-slimstat-reports.php:948
4627
  msgid "c-nl"
4628
- msgstr "Netherlands"
4629
 
4630
  # New Caledonia
4631
- #: ../../admin/view/wp-slimstat-reports.php:948
4632
  msgid "c-nc"
4633
- msgstr "New Caledonia"
4634
 
4635
  # New Zealand
4636
- #: ../../admin/view/wp-slimstat-reports.php:948
4637
  msgid "c-nz"
4638
- msgstr "New Zealand"
4639
 
4640
  # Nicaragua
4641
- #: ../../admin/view/wp-slimstat-reports.php:948
4642
  msgid "c-ni"
4643
  msgstr "Nicaragua"
4644
 
4645
  # Niger
4646
- #: ../../admin/view/wp-slimstat-reports.php:948
4647
  msgid "c-ne"
4648
  msgstr "Niger"
4649
 
4650
  # Nigeria
4651
- #: ../../admin/view/wp-slimstat-reports.php:948
4652
  msgid "c-ng"
4653
  msgstr "Nigeria"
4654
 
4655
  # Norway
4656
- #: ../../admin/view/wp-slimstat-reports.php:948
4657
  msgid "c-no"
4658
- msgstr "Norway"
4659
 
4660
  # Oman
4661
- #: ../../admin/view/wp-slimstat-reports.php:948
4662
  msgid "c-om"
4663
  msgstr "Oman"
4664
 
4665
  # Pakistan
4666
- #: ../../admin/view/wp-slimstat-reports.php:948
4667
  msgid "c-pk"
4668
  msgstr "Pakistan"
4669
 
4670
  # Palau
4671
- #: ../../admin/view/wp-slimstat-reports.php:948
4672
  msgid "c-pw"
4673
  msgstr "Palau"
4674
 
4675
  # Occupied Palestinian Territory
4676
- #: ../../admin/view/wp-slimstat-reports.php:948
4677
  msgid "c-ps"
4678
- msgstr "Occupied Palestinian Territory"
4679
 
4680
  # Panama
4681
- #: ../../admin/view/wp-slimstat-reports.php:948
4682
  msgid "c-pa"
4683
  msgstr "Panama"
4684
 
4685
  # Papua New Guinea
4686
- #: ../../admin/view/wp-slimstat-reports.php:948
4687
  msgid "c-pg"
4688
- msgstr "Papua New Guinea"
4689
 
4690
  # Paraguay
4691
- #: ../../admin/view/wp-slimstat-reports.php:948
4692
  msgid "c-py"
4693
  msgstr "Paraguay"
4694
 
4695
  # Peru
4696
- #: ../../admin/view/wp-slimstat-reports.php:948
4697
  msgid "c-pe"
4698
  msgstr "Peru"
4699
 
4700
  # Philippines
4701
- #: ../../admin/view/wp-slimstat-reports.php:948
4702
  msgid "c-ph"
4703
- msgstr "Philippines"
4704
 
4705
  # Poland
4706
- #: ../../admin/view/wp-slimstat-reports.php:948
4707
  msgid "c-pl"
4708
- msgstr "Poland"
4709
 
4710
  # Portugal
4711
- #: ../../admin/view/wp-slimstat-reports.php:948
4712
  msgid "c-pt"
4713
  msgstr "Portugal"
4714
 
4715
  # Puerto Rico
4716
- #: ../../admin/view/wp-slimstat-reports.php:948
4717
  msgid "c-pr"
4718
  msgstr "Puerto Rico"
4719
 
4720
  # Qatar
4721
- #: ../../admin/view/wp-slimstat-reports.php:948
4722
  msgid "c-qa"
4723
- msgstr "Qatar"
4724
 
4725
  # Réunion
4726
- #: ../../admin/view/wp-slimstat-reports.php:948
4727
  msgid "c-re"
4728
  msgstr "Réunion"
4729
 
4730
  # Romania
4731
- #: ../../admin/view/wp-slimstat-reports.php:948
4732
  msgid "c-ro"
4733
- msgstr "Romania"
4734
 
4735
  # Russian Federation
4736
- #: ../../admin/view/wp-slimstat-reports.php:948
4737
  msgid "c-ru"
4738
- msgstr "Russian Federation"
4739
 
4740
  # Rwanda
4741
- #: ../../admin/view/wp-slimstat-reports.php:948
4742
  msgid "c-rw"
4743
- msgstr "Rwanda"
4744
 
4745
  # Saint Kitts and Nevis
4746
- #: ../../admin/view/wp-slimstat-reports.php:948
4747
  msgid "c-kn"
4748
- msgstr "Saint Kitts and Nevis"
4749
 
4750
  # Saint Lucia
4751
- #: ../../admin/view/wp-slimstat-reports.php:948
4752
  msgid "c-lc"
4753
  msgstr "Saint Lucia"
4754
 
4755
  # Saint Martin
4756
- #: ../../admin/view/wp-slimstat-reports.php:948
4757
  msgid "c-mf"
4758
  msgstr "Saint Martin"
4759
 
4760
  # Saint Vincent and the Grenadines
4761
- #: ../../admin/view/wp-slimstat-reports.php:948
4762
  msgid "c-vc"
4763
- msgstr "Saint Vincent and the Grenadines"
4764
 
4765
  # Samoa
4766
- #: ../../admin/view/wp-slimstat-reports.php:948
4767
  msgid "c-ws"
4768
  msgstr "Samoa"
4769
 
4770
  # Sao Tome and Principe
4771
- #: ../../admin/view/wp-slimstat-reports.php:948
4772
  msgid "c-st"
4773
- msgstr "Sao Tome and Principe"
4774
 
4775
  # Saudi Arabia
4776
- #: ../../admin/view/wp-slimstat-reports.php:948
4777
  msgid "c-sa"
4778
- msgstr "Saudi Arabia"
4779
 
4780
  # Senegal
4781
- #: ../../admin/view/wp-slimstat-reports.php:948
4782
  msgid "c-sn"
4783
  msgstr "Senegal"
4784
 
4785
  # Serbia
4786
- #: ../../admin/view/wp-slimstat-reports.php:948
4787
  msgid "c-rs"
4788
- msgstr "Serbia"
4789
 
4790
  # Sierra Leone
4791
- #: ../../admin/view/wp-slimstat-reports.php:948
4792
  msgid "c-sl"
4793
  msgstr "Sierra Leone"
4794
 
4795
  # Singapore
4796
- #: ../../admin/view/wp-slimstat-reports.php:948
4797
  msgid "c-sg"
4798
- msgstr "Singapore"
4799
 
4800
  # Slovakia
4801
- #: ../../admin/view/wp-slimstat-reports.php:948
4802
  msgid "c-sk"
4803
- msgstr "Slovakia"
4804
 
4805
  # Slovenia
4806
- #: ../../admin/view/wp-slimstat-reports.php:948
4807
  msgid "c-si"
4808
- msgstr "Slovenia"
4809
 
4810
  # Solomon Islands
4811
- #: ../../admin/view/wp-slimstat-reports.php:948
4812
  msgid "c-sb"
4813
- msgstr "Solomon Islands"
4814
 
4815
  # Somalia
4816
- #: ../../admin/view/wp-slimstat-reports.php:948
4817
  msgid "c-so"
4818
  msgstr "Somalia"
4819
 
4820
  # South Africa
4821
- #: ../../admin/view/wp-slimstat-reports.php:948
4822
  msgid "c-za"
4823
- msgstr "South Africa"
4824
 
4825
  # South Georgia and the South Sandwich Islands
4826
- #: ../../admin/view/wp-slimstat-reports.php:948
4827
  msgid "c-gs"
4828
- msgstr "South Georgia and the South Sandwich Islands"
4829
 
4830
  # Spain
4831
- #: ../../admin/view/wp-slimstat-reports.php:948
4832
  msgid "c-es"
4833
- msgstr "Spain"
4834
 
4835
  # Sri Lanka
4836
- #: ../../admin/view/wp-slimstat-reports.php:948
4837
  msgid "c-lk"
4838
  msgstr "Sri Lanka"
4839
 
4840
- #: ../../admin/view/wp-slimstat-reports.php:948
4841
  msgid "c-sc"
4842
  msgstr ""
4843
 
4844
  # Sudan
4845
- #: ../../admin/view/wp-slimstat-reports.php:948
4846
  msgid "c-sd"
4847
  msgstr "Sudan"
4848
 
4849
- #: ../../admin/view/wp-slimstat-reports.php:948
4850
  msgid "c-ss"
4851
- msgstr ""
4852
 
4853
  # Suriname
4854
- #: ../../admin/view/wp-slimstat-reports.php:948
4855
  msgid "c-sr"
4856
  msgstr "Suriname"
4857
 
4858
  # Svalbard and Jan Mayen
4859
- #: ../../admin/view/wp-slimstat-reports.php:948
4860
  msgid "c-sj"
4861
- msgstr "Svalbard and Jan Mayen"
4862
 
4863
  # Swaziland
4864
- #: ../../admin/view/wp-slimstat-reports.php:948
4865
  msgid "c-sz"
4866
  msgstr "Swaziland"
4867
 
4868
  # Sweden
4869
- #: ../../admin/view/wp-slimstat-reports.php:948
4870
  msgid "c-se"
4871
- msgstr "Sweden"
4872
 
4873
  # Switzerland
4874
- #: ../../admin/view/wp-slimstat-reports.php:948
4875
  msgid "c-ch"
4876
- msgstr "Switzerland"
4877
 
4878
  # Syrian Arab Republic
4879
- #: ../../admin/view/wp-slimstat-reports.php:948
4880
  msgid "c-sy"
4881
- msgstr "Syrian Arab Republic"
4882
 
4883
  # Taiwan, Province of China
4884
- #: ../../admin/view/wp-slimstat-reports.php:948
4885
  msgid "c-tw"
4886
  msgstr "Taiwan"
4887
 
4888
  # Tajikistan
4889
- #: ../../admin/view/wp-slimstat-reports.php:948
4890
  msgid "c-tj"
4891
- msgstr "Tajikistan"
4892
 
4893
  # United Republic of Tanzania
4894
- #: ../../admin/view/wp-slimstat-reports.php:948
4895
  msgid "c-tz"
4896
- msgstr "United Republic of Tanzania"
4897
 
4898
  # Thailand
4899
- #: ../../admin/view/wp-slimstat-reports.php:948
4900
  msgid "c-th"
4901
  msgstr "Thailand"
4902
 
4903
  # Timor-Leste
4904
- #: ../../admin/view/wp-slimstat-reports.php:948
4905
  msgid "c-tl"
4906
  msgstr "Timor-Leste"
4907
 
4908
  # Togo
4909
- #: ../../admin/view/wp-slimstat-reports.php:948
4910
  msgid "c-tg"
4911
  msgstr "Togo"
4912
 
4913
  # Tonga
4914
- #: ../../admin/view/wp-slimstat-reports.php:948
4915
  msgid "c-to"
4916
  msgstr "Tonga"
4917
 
4918
  # Trinidad and Tobago
4919
- #: ../../admin/view/wp-slimstat-reports.php:948
4920
  msgid "c-tt"
4921
- msgstr "Trinidad and Tobago"
4922
 
4923
  # Tunisia
4924
- #: ../../admin/view/wp-slimstat-reports.php:948
4925
  msgid "c-tn"
4926
- msgstr "Tunisia"
4927
 
4928
  # Turkey
4929
- #: ../../admin/view/wp-slimstat-reports.php:948
4930
  msgid "c-tr"
4931
- msgstr "Turkey"
4932
 
4933
  # Turkmenistan
4934
- #: ../../admin/view/wp-slimstat-reports.php:948
4935
  msgid "c-tm"
4936
  msgstr "Turkmenistan"
4937
 
4938
  # Turks and Caicos Islands
4939
- #: ../../admin/view/wp-slimstat-reports.php:948
4940
  msgid "c-tc"
4941
- msgstr "Turks and Caicos Islands"
4942
 
4943
  # Uganda
4944
- #: ../../admin/view/wp-slimstat-reports.php:948
4945
  msgid "c-ug"
4946
  msgstr "Uganda"
4947
 
4948
  # Ukraine
4949
- #: ../../admin/view/wp-slimstat-reports.php:948
4950
  msgid "c-ua"
4951
  msgstr "Ukraine"
4952
 
4953
  # United Arab Emirates
4954
- #: ../../admin/view/wp-slimstat-reports.php:948
4955
  msgid "c-ae"
4956
- msgstr "United Arab Emirates"
4957
 
4958
  # United Kingdom
4959
- #: ../../admin/view/wp-slimstat-reports.php:948
4960
  msgid "c-gb"
4961
- msgstr "United Kingdom"
4962
 
4963
  # United States
4964
- #: ../../admin/view/wp-slimstat-reports.php:948
4965
  msgid "c-us"
4966
- msgstr "United States"
4967
 
4968
  # Uruguay
4969
- #: ../../admin/view/wp-slimstat-reports.php:948
4970
  msgid "c-uy"
4971
  msgstr "Uruguay"
4972
 
4973
  # Uzbekistan
4974
- #: ../../admin/view/wp-slimstat-reports.php:948
4975
  msgid "c-uz"
4976
- msgstr "Uzbekistan"
4977
 
4978
  # Vanuatu
4979
- #: ../../admin/view/wp-slimstat-reports.php:948
4980
  msgid "c-vu"
4981
  msgstr "Vanuatu"
4982
 
4983
  # Venezuela
4984
- #: ../../admin/view/wp-slimstat-reports.php:948
4985
  msgid "c-ve"
4986
  msgstr "Venezuela"
4987
 
4988
  # Viet Nam
4989
- #: ../../admin/view/wp-slimstat-reports.php:948
4990
  msgid "c-vn"
4991
- msgstr "Viet Nam"
4992
 
4993
  # British Virgin Islands
4994
- #: ../../admin/view/wp-slimstat-reports.php:948
4995
  msgid "c-vg"
4996
- msgstr "British Virgin Islands"
4997
 
4998
  # U.S. Virgin Islands
4999
- #: ../../admin/view/wp-slimstat-reports.php:948
5000
  msgid "c-vi"
5001
- msgstr "U.S. Virgin Islands"
5002
 
5003
  # Western Sahara
5004
- #: ../../admin/view/wp-slimstat-reports.php:948
5005
  msgid "c-eh"
5006
- msgstr "Western Sahara"
5007
 
5008
  # Yemen
5009
- #: ../../admin/view/wp-slimstat-reports.php:948
5010
  msgid "c-ye"
5011
- msgstr "Yemen"
5012
 
5013
  # Zambia
5014
- #: ../../admin/view/wp-slimstat-reports.php:948
5015
  msgid "c-zm"
5016
- msgstr "Zambia"
5017
 
5018
  # Zimbabwe
5019
- #: ../../admin/view/wp-slimstat-reports.php:948
5020
  msgid "c-zw"
5021
  msgstr "Zimbabwe"
5022
 
5023
  # Guernsey
5024
- #: ../../admin/view/wp-slimstat-reports.php:948
5025
  msgid "c-gg"
5026
  msgstr "Guernsey"
5027
 
5028
  # Jersey
5029
- #: ../../admin/view/wp-slimstat-reports.php:948
5030
  msgid "c-je"
5031
  msgstr "Jersey"
5032
 
5033
  # Isle of Man
5034
- #: ../../admin/view/wp-slimstat-reports.php:948
5035
  msgid "c-im"
5036
  msgstr "Isle of Man"
5037
 
5038
  # Maldives
5039
- #: ../../admin/view/wp-slimstat-reports.php:948
5040
  msgid "c-mv"
5041
- msgstr "Maldives"
5042
 
5043
- #: ../../admin/view/wp-slimstat-reports.php:949
5044
  msgid "c-eu"
5045
  msgstr ""
5046
 
5047
- #: ../../admin/view/wp-slimstat-reports.php:1038
5048
  msgid ""
5049
  "This value includes not only posts, but also custom post types, regardless "
5050
  "of their status"
5051
  msgstr ""
5052
 
5053
- #: ../../admin/view/wp-slimstat-reports.php:1039
5054
  #, fuzzy
5055
  msgid "Content Items"
5056
  msgstr "Inhalt"
5057
 
5058
- #: ../../admin/view/wp-slimstat-reports.php:1040
5059
- #, fuzzy
5060
  msgid "Total Comments"
5061
- msgstr "Gesamte Zugriffe"
5062
 
5063
- #: ../../admin/view/wp-slimstat-reports.php:1041
5064
  msgid "Pingbacks"
5065
  msgstr ""
5066
 
5067
- #: ../../admin/view/wp-slimstat-reports.php:1042
5068
  msgid "Trackbacks"
5069
  msgstr ""
5070
 
5071
- #: ../../admin/view/wp-slimstat-reports.php:1043
5072
- #, fuzzy
5073
- msgid "Longest Post (ID)"
5074
- msgstr "L&auml;ngster Besuch"
5075
-
5076
- #: ../../admin/view/wp-slimstat-reports.php:1044
5077
- msgid "Longest Comment (ID)"
5078
- msgstr ""
5079
-
5080
- #: ../../admin/view/wp-slimstat-reports.php:1045
5081
  #, fuzzy
5082
  msgid "Avg Comments Per Post"
5083
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
5084
 
5085
- #: ../../admin/view/wp-slimstat-reports.php:1046
5086
  msgid "Avg Posts Per Day"
5087
  msgstr ""
5088
 
5089
- #: ../../admin/view/wp-slimstat-reports.php:1073
 
 
 
 
 
 
 
 
 
5090
  msgid "Visits"
5091
  msgstr "Besuche"
5092
 
5093
- #: ../../admin/view/wp-slimstat-reports.php:1077
5094
  msgid "Domains"
5095
  msgstr "Dom&auml;nen"
5096
 
5097
- #: ../../admin/view/wp-slimstat-reports.php:1082
5098
  msgid "Avg Pageviews"
5099
- msgstr "Durchschnitt. Seitenaufrufe"
 
 
 
 
 
 
 
 
 
 
 
 
5100
 
5101
  #~ msgid ""
5102
  #~ "WARNING: a misconfigured setting and/or server environment is preventing "
@@ -5109,16 +5210,28 @@ msgstr "Durchschnitt. Seitenaufrufe"
5109
  #~ "\"http://wordpress.org/extend/plugins/wp-slimstat/faq/\">In den FAQs</a> "
5110
  #~ "gibt es mehr Informationen dazu."
5111
 
5112
- #~ msgid "Right Now"
5113
- #~ msgstr "Aktuell"
 
 
 
 
 
 
 
 
 
 
5114
 
5115
  #, fuzzy
5116
  #~ msgid "Right Now Screen"
5117
  #~ msgstr "Aktuell"
5118
 
5119
- #, fuzzy
 
 
5120
  #~ msgid "Chart Annotations"
5121
- #~ msgstr "Diagramm-Anmerkungen"
5122
 
5123
  #~ msgid ""
5124
  #~ "Add <em>markings</em> to each chart by specifying a date and its "
@@ -5133,42 +5246,57 @@ msgstr "Durchschnitt. Seitenaufrufe"
5133
  #~ "MM TT HH:mm=Anmerkung 1,JJJJ MM TT HH:mm=Anmerkung 2</code>. Z.B.: 2012 "
5134
  #~ "12 31 23:55=Silvester."
5135
 
5136
- #, fuzzy
5137
- #~ msgid "Other Treats"
5138
- #~ msgstr "Andere echte Besucher"
5139
 
5140
  #, fuzzy
5141
- #~ msgid "Export Settings"
5142
- #~ msgstr "Sortierung w&auml;hlen"
 
 
5143
 
5144
- #~ msgid "Stats"
5145
- #~ msgstr "Statistik"
5146
 
5147
- #~ msgid "Hide Stats Link"
5148
- #~ msgstr "Statistik Link verstecken"
 
 
 
 
5149
 
5150
  #~ msgid ""
5151
- #~ "Enable this option if your users are confused by the Stats link associate "
5152
- #~ "to each post in the Edit Posts page."
5153
  #~ msgstr ""
5154
- #~ "Aktivieren Sie diese Funktion, falls der Link zu den Statistiken in der "
5155
- #~ "Beitragsbearbeitung irritieren sollte."
5156
 
5157
- #~ msgid "This counter is based on any user activity in the last 5 minutes."
5158
- #~ msgstr ""
5159
- #~ "Dieser Z&auml;hler basiert auf allen Besucher-Aktivit&auml;ten der "
5160
- #~ "letzten 5 Minuten."
5161
 
5162
- #, fuzzy
5163
- #~ msgid "This counter is based on any user activity in the last 30 minutes."
5164
- #~ msgstr ""
5165
- #~ "Dieser Z&auml;hler basiert auf allen Besucher-Aktivit&auml;ten der "
5166
- #~ "letzten 5 Minuten."
5167
 
5168
- #~ msgid "Support"
5169
- #~ msgstr "Support"
 
 
 
5170
 
5171
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
5172
  #~ msgid ""
5173
  #~ "<a href=\"http://slimstat.getused.to.it/\">WP SlimStat</a> is and will "
5174
  #~ "always be free, but consider supporting the author if this plugin helped "
@@ -5178,11 +5306,14 @@ msgstr "Durchschnitt. Seitenaufrufe"
5178
  #~ "support/view/plugin-reviews/wp-slimstat\">a review</a> to let other users "
5179
  #~ "know how this plugin has helped you manage your site."
5180
  #~ msgstr ""
5181
- #~ "WP SlimStat ist kostenlos und wird dies auch bleiben, aber bitte "
5182
- #~ "unterst&uuml;tzen sie den Autor, falls dieses Plugin geholfen hat, Ihre "
5183
- #~ "Website zu verbessern oder Sie Geld damit verdienen. Spenden werden in "
5184
- #~ "die Entwicklung von WP SlimStat investiert - und in Essen f&uuml;r meine "
5185
- #~ "hungrige Familie."
 
 
 
5186
 
5187
  #~ msgid ""
5188
  #~ "You may want to prevent WP SlimStat from tracking users, but still be "
@@ -5201,12 +5332,11 @@ msgstr "Durchschnitt. Seitenaufrufe"
5201
  #~ "L&ouml;scht Seitenaufrufe die älter als <strong>X</strong> Tage sind "
5202
  #~ "(verwendet WordPress Cron Jobs). Null deaktiviert dieses Funktion."
5203
 
5204
- #, fuzzy
5205
  #~ msgid ""
5206
  #~ "Display hostnames instead of IP addresses. It slows down the rendering of "
5207
  #~ "your metrics."
5208
  #~ msgstr ""
5209
- #~ "Host-Namen anstelle von IP Adressen anzeigen. Die wird die Anzeige der "
5210
  #~ "Statistiken verlangsamen"
5211
 
5212
  #~ msgid ""
@@ -5216,972 +5346,252 @@ msgstr "Durchschnitt. Seitenaufrufe"
5216
  #~ "Definiert die Anzahl der Datensätze, die im jeweiligen Modul angezeigt "
5217
  #~ "werden sollen. Bitte verwenden Sie einen <strong>positiven</strong> Wert."
5218
 
5219
- #, fuzzy
5220
  #~ msgid "Right Now Rows"
5221
- #~ msgstr "Aktuell"
 
 
 
 
 
5222
 
5223
  #~ msgid "Customize the IP lookup service URL."
5224
- #~ msgstr "URL zum aufl&ouml;sen von IP Adressen anpassen"
5225
 
5226
  #~ msgid "Refresh Every"
5227
  #~ msgstr "Anzeige aktualisieren"
5228
 
5229
  #~ msgid "Anonymize IP Addresses"
5230
- #~ msgstr "IP Adressen anonymisieren"
5231
 
5232
  #~ msgid "Filter Prefetch"
5233
  #~ msgstr "Prefetch Filter"
5234
 
5235
- #, fuzzy
5236
  #~ msgid "IP Addresses"
5237
- #~ msgstr "IP Adressen und Domains"
5238
 
5239
- #, fuzzy
5240
  #~ msgid "Users"
5241
- #~ msgstr "Bekannte Benutzer"
 
 
 
 
 
 
 
 
 
 
 
 
5242
 
5243
- #, fuzzy
5244
  #~ msgid "Track Browser Capabilities"
5245
- #~ msgstr "Browser-F&auml;higkeiten"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5247
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
5248
  #~ msgid "Size"
5249
- #~ msgstr "Datenbank-Gr&ouml;sse"
 
 
 
 
 
 
5250
 
 
 
 
 
 
 
 
 
 
 
5251
  #, fuzzy
 
 
 
5252
  #~ msgid "Is equal to"
5253
- #~ msgstr "ist ungleich zu"
5254
 
5255
- #, fuzzy
5256
  #~ msgid "Contains"
5257
  #~ msgstr "enth&auml;lt"
5258
 
5259
- #, fuzzy
5260
  #~ msgid "Does not contain"
5261
  #~ msgstr "enth&auml;lt nicht"
5262
 
5263
- #, fuzzy
5264
  #~ msgid "Starts with"
5265
  #~ msgstr "beginnt mit"
5266
 
5267
- #, fuzzy
5268
  #~ msgid "Ends with"
5269
  #~ msgstr "endet mit"
5270
 
5271
- #, fuzzy
5272
  #~ msgid "Does not start with"
5273
- #~ msgstr "beginnt mit"
5274
 
5275
- #, fuzzy
5276
  #~ msgid "Does not end with"
5277
- #~ msgstr "endet mit"
5278
 
5279
- #, fuzzy
5280
- #~ msgid "Import Settings"
5281
- #~ msgstr "Sortierung w&auml;hlen"
5282
 
5283
- # Afrikaans
5284
- #, fuzzy
5285
- #~ msgid "l-af-ZA"
5286
- #~ msgstr "Afrikaans"
5287
 
5288
- # Arabic
5289
- #, fuzzy
5290
- #~ msgid "l-ar-AE"
5291
- #~ msgstr "Arabic"
 
 
5292
 
5293
- # Arabic
 
5294
  #, fuzzy
5295
- #~ msgid "l-ar-BH"
5296
- #~ msgstr "Arabic"
 
 
 
 
 
5297
 
5298
- # Arabic
5299
- #, fuzzy
5300
- #~ msgid "l-ar-DZ"
5301
- #~ msgstr "Arabic"
5302
 
5303
- # Arabic
5304
- #, fuzzy
5305
- #~ msgid "l-ar-EG"
5306
- #~ msgstr "Arabic"
 
 
5307
 
5308
- # Arabic
5309
- #, fuzzy
5310
- #~ msgid "l-ar-IQ"
5311
- #~ msgstr "Arabic"
 
 
 
 
 
 
 
 
 
5312
 
5313
- # Arabic
5314
- #, fuzzy
5315
- #~ msgid "l-ar-JO"
5316
- #~ msgstr "Arabic"
5317
 
5318
- # Arabic
5319
- #, fuzzy
5320
- #~ msgid "l-ar-KW"
5321
- #~ msgstr "Arabic"
 
 
 
 
 
 
 
5322
 
5323
- # Arabic
5324
- #, fuzzy
5325
- #~ msgid "l-ar-LB"
5326
- #~ msgstr "Arabic"
5327
 
5328
- # Arabic
5329
- #, fuzzy
5330
- #~ msgid "l-ar-LY"
5331
- #~ msgstr "Arabic"
5332
 
5333
- # Arabic
5334
- #, fuzzy
5335
- #~ msgid "l-ar-MA"
5336
- #~ msgstr "Arabic"
 
 
 
 
 
 
 
5337
 
5338
- # Arabic
5339
- #, fuzzy
5340
- #~ msgid "l-ar-OM"
5341
- #~ msgstr "Arabic"
5342
 
5343
- # Arabic
5344
  #, fuzzy
5345
- #~ msgid "l-ar-QA"
5346
- #~ msgstr "Arabic"
 
 
 
 
 
 
5347
 
5348
- # Arabic
5349
- #, fuzzy
5350
- #~ msgid "l-ar-SA"
5351
- #~ msgstr "Arabic"
5352
-
5353
- # Arabic
5354
- #, fuzzy
5355
- #~ msgid "l-ar-SY"
5356
- #~ msgstr "Arabic"
5357
-
5358
- # Arabic
5359
- #, fuzzy
5360
- #~ msgid "l-ar-TN"
5361
- #~ msgstr "Arabic"
5362
-
5363
- # Arabic
5364
- #, fuzzy
5365
- #~ msgid "l-ar-YE"
5366
- #~ msgstr "Arabic"
5367
-
5368
- # Azerbaijani
5369
- #, fuzzy
5370
- #~ msgid "l-az-AZ"
5371
- #~ msgstr "Azerbaijani"
5372
-
5373
- # Belarusian
5374
- #, fuzzy
5375
- #~ msgid "l-be-BY"
5376
- #~ msgstr "Belarusian"
5377
-
5378
- # Bulgarian
5379
- #, fuzzy
5380
- #~ msgid "l-bg-BG"
5381
- #~ msgstr "Bulgarian"
5382
-
5383
- # Catalan; Valencian
5384
- #, fuzzy
5385
- #~ msgid "l-ca-ES"
5386
- #~ msgstr "Catalan; Valencian"
5387
-
5388
- # Czech
5389
- #, fuzzy
5390
- #~ msgid "l-cs-CZ"
5391
- #~ msgstr "Czech"
5392
-
5393
- # Welsh
5394
- #, fuzzy
5395
- #~ msgid "l-cy-GB"
5396
- #~ msgstr "Welsh"
5397
-
5398
- # Danish
5399
- #, fuzzy
5400
- #~ msgid "l-da-DK"
5401
- #~ msgstr "Danish"
5402
-
5403
- # German
5404
- #, fuzzy
5405
- #~ msgid "l-de-AT"
5406
- #~ msgstr "German"
5407
-
5408
- # German
5409
- #, fuzzy
5410
- #~ msgid "l-de-CH"
5411
- #~ msgstr "German"
5412
-
5413
- # German
5414
- #, fuzzy
5415
- #~ msgid "l-de-DE"
5416
- #~ msgstr "German"
5417
-
5418
- # German
5419
- #, fuzzy
5420
- #~ msgid "l-de-LI"
5421
- #~ msgstr "German"
5422
-
5423
- # German
5424
- #, fuzzy
5425
- #~ msgid "l-de-LU"
5426
- #~ msgstr "German"
5427
-
5428
- # Dhivehi; Divehi; Maldivian
5429
- #, fuzzy
5430
- #~ msgid "l-dv-MV"
5431
- #~ msgstr "Dhivehi; Divehi; Maldivian"
5432
-
5433
- # Modern Greek (1453-)
5434
- #, fuzzy
5435
- #~ msgid "l-el-GR"
5436
- #~ msgstr "Modern Greek (1453-)"
5437
-
5438
- # English
5439
- #, fuzzy
5440
- #~ msgid "l-en-AU"
5441
- #~ msgstr "English"
5442
-
5443
- # English
5444
- #, fuzzy
5445
- #~ msgid "l-en-BZ"
5446
- #~ msgstr "English"
5447
-
5448
- # English
5449
- #, fuzzy
5450
- #~ msgid "l-en-CA"
5451
- #~ msgstr "English"
5452
-
5453
- # English
5454
- #, fuzzy
5455
- #~ msgid "l-en-CB"
5456
- #~ msgstr "English"
5457
-
5458
- # English
5459
- #, fuzzy
5460
- #~ msgid "l-en-GB"
5461
- #~ msgstr "English"
5462
-
5463
- # English
5464
- #, fuzzy
5465
- #~ msgid "l-en-IE"
5466
- #~ msgstr "English"
5467
-
5468
- # English
5469
- #, fuzzy
5470
- #~ msgid "l-en-JM"
5471
- #~ msgstr "English"
5472
-
5473
- # English
5474
- #, fuzzy
5475
- #~ msgid "l-en-NZ"
5476
- #~ msgstr "English"
5477
-
5478
- # English
5479
- #, fuzzy
5480
- #~ msgid "l-en-PH"
5481
- #~ msgstr "English"
5482
-
5483
- # English
5484
- #, fuzzy
5485
- #~ msgid "l-en-TT"
5486
- #~ msgstr "English"
5487
-
5488
- # English
5489
- #, fuzzy
5490
- #~ msgid "l-en-US"
5491
- #~ msgstr "English"
5492
-
5493
- # English
5494
- #, fuzzy
5495
- #~ msgid "l-en-ZA"
5496
- #~ msgstr "English"
5497
-
5498
- # English
5499
- #, fuzzy
5500
- #~ msgid "l-en-ZW"
5501
- #~ msgstr "English"
5502
-
5503
- # Spanish; Castilian
5504
- #, fuzzy
5505
- #~ msgid "l-es-AR"
5506
- #~ msgstr "Spanish; Castilian"
5507
-
5508
- # Spanish; Castilian
5509
- #, fuzzy
5510
- #~ msgid "l-es-BO"
5511
- #~ msgstr "Spanish; Castilian"
5512
-
5513
- # Spanish; Castilian
5514
- #, fuzzy
5515
- #~ msgid "l-es-CL"
5516
- #~ msgstr "Spanish; Castilian"
5517
-
5518
- # Spanish; Castilian
5519
- #, fuzzy
5520
- #~ msgid "l-es-CO"
5521
- #~ msgstr "Spanish; Castilian"
5522
-
5523
- # Spanish; Castilian
5524
- #, fuzzy
5525
- #~ msgid "l-es-CR"
5526
- #~ msgstr "Spanish; Castilian"
5527
-
5528
- # Spanish; Castilian
5529
- #, fuzzy
5530
- #~ msgid "l-es-DO"
5531
- #~ msgstr "Spanish; Castilian"
5532
-
5533
- # Spanish; Castilian
5534
- #, fuzzy
5535
- #~ msgid "l-es-EC"
5536
- #~ msgstr "Spanish; Castilian"
5537
-
5538
- # Spanish; Castilian
5539
- #, fuzzy
5540
- #~ msgid "l-es-ES"
5541
- #~ msgstr "Spanish; Castilian"
5542
-
5543
- # Spanish; Castilian
5544
- #, fuzzy
5545
- #~ msgid "l-es-GT"
5546
- #~ msgstr "Spanish; Castilian"
5547
-
5548
- # Spanish; Castilian
5549
- #, fuzzy
5550
- #~ msgid "l-es-HN"
5551
- #~ msgstr "Spanish; Castilian"
5552
-
5553
- # Spanish; Castilian
5554
- #, fuzzy
5555
- #~ msgid "l-es-MX"
5556
- #~ msgstr "Spanish; Castilian"
5557
-
5558
- # Spanish; Castilian
5559
- #, fuzzy
5560
- #~ msgid "l-es-NI"
5561
- #~ msgstr "Spanish; Castilian"
5562
-
5563
- # Spanish; Castilian
5564
- #, fuzzy
5565
- #~ msgid "l-es-PA"
5566
- #~ msgstr "Spanish; Castilian"
5567
-
5568
- # Spanish; Castilian
5569
- #, fuzzy
5570
- #~ msgid "l-es-PE"
5571
- #~ msgstr "Spanish; Castilian"
5572
-
5573
- # Spanish; Castilian
5574
- #, fuzzy
5575
- #~ msgid "l-es-PR"
5576
- #~ msgstr "Spanish; Castilian"
5577
-
5578
- # Spanish; Castilian
5579
- #, fuzzy
5580
- #~ msgid "l-es-PY"
5581
- #~ msgstr "Spanish; Castilian"
5582
-
5583
- # Spanish; Castilian
5584
- #, fuzzy
5585
- #~ msgid "l-es-SV"
5586
- #~ msgstr "Spanish; Castilian"
5587
-
5588
- # Spanish; Castilian
5589
- #, fuzzy
5590
- #~ msgid "l-es-UY"
5591
- #~ msgstr "Spanish; Castilian"
5592
-
5593
- # Spanish; Castilian
5594
- #, fuzzy
5595
- #~ msgid "l-es-VE"
5596
- #~ msgstr "Spanish; Castilian"
5597
-
5598
- # Estonian
5599
- #, fuzzy
5600
- #~ msgid "l-et-EE"
5601
- #~ msgstr "Estonian"
5602
-
5603
- # Basque
5604
- #, fuzzy
5605
- #~ msgid "l-eu-ES"
5606
- #~ msgstr "Basque"
5607
-
5608
- # Persian
5609
- #, fuzzy
5610
- #~ msgid "l-fa-IR"
5611
- #~ msgstr "Persian"
5612
-
5613
- # Finnish
5614
- #, fuzzy
5615
- #~ msgid "l-fi-FI"
5616
- #~ msgstr "Finnish"
5617
-
5618
- # Faroese
5619
- #, fuzzy
5620
- #~ msgid "l-fo-FO"
5621
- #~ msgstr "Faroese"
5622
-
5623
- # French
5624
- #, fuzzy
5625
- #~ msgid "l-fr-BE"
5626
- #~ msgstr "French"
5627
-
5628
- # French
5629
- #, fuzzy
5630
- #~ msgid "l-fr-CA"
5631
- #~ msgstr "French"
5632
-
5633
- # French
5634
- #, fuzzy
5635
- #~ msgid "l-fr-CH"
5636
- #~ msgstr "French"
5637
-
5638
- # French
5639
- #, fuzzy
5640
- #~ msgid "l-fr-FR"
5641
- #~ msgstr "French"
5642
-
5643
- # French
5644
- #, fuzzy
5645
- #~ msgid "l-fr-LU"
5646
- #~ msgstr "French"
5647
-
5648
- # French
5649
- #, fuzzy
5650
- #~ msgid "l-fr-MC"
5651
- #~ msgstr "French"
5652
-
5653
- # Galician
5654
- #, fuzzy
5655
- #~ msgid "l-gl-ES"
5656
- #~ msgstr "Galician"
5657
-
5658
- # Gujarati
5659
- #, fuzzy
5660
- #~ msgid "l-gu-IN"
5661
- #~ msgstr "Gujarati"
5662
-
5663
- # Hebrew
5664
- #, fuzzy
5665
- #~ msgid "l-he-IL"
5666
- #~ msgstr "Hebrew"
5667
-
5668
- # Hindi
5669
- #, fuzzy
5670
- #~ msgid "l-hi-IN"
5671
- #~ msgstr "Hindi"
5672
-
5673
- # Croatian
5674
- #, fuzzy
5675
- #~ msgid "l-hr-BA"
5676
- #~ msgstr "Croatian"
5677
-
5678
- # Croatian
5679
- #, fuzzy
5680
- #~ msgid "l-hr-HR"
5681
- #~ msgstr "Croatian"
5682
-
5683
- # Hungarian
5684
- #, fuzzy
5685
- #~ msgid "l-hu-HU"
5686
- #~ msgstr "Hungarian"
5687
-
5688
- # Armenian
5689
- #, fuzzy
5690
- #~ msgid "l-hy-AM"
5691
- #~ msgstr "Armenian"
5692
-
5693
- # Indonesian
5694
- #, fuzzy
5695
- #~ msgid "l-id-ID"
5696
- #~ msgstr "Indonesian"
5697
-
5698
- # Icelandic
5699
- #, fuzzy
5700
- #~ msgid "l-is-IS"
5701
- #~ msgstr "Icelandic"
5702
-
5703
- # Italian
5704
- #, fuzzy
5705
- #~ msgid "l-it-CH"
5706
- #~ msgstr "Italian"
5707
-
5708
- # Italian
5709
- #, fuzzy
5710
- #~ msgid "l-it-IT"
5711
- #~ msgstr "Italian"
5712
-
5713
- # Japanese
5714
- #, fuzzy
5715
- #~ msgid "l-ja-JP"
5716
- #~ msgstr "Japanese"
5717
-
5718
- # Georgian
5719
- #, fuzzy
5720
- #~ msgid "l-ka-GE"
5721
- #~ msgstr "Georgian"
5722
-
5723
- # Kazakh
5724
- #, fuzzy
5725
- #~ msgid "l-kk-KZ"
5726
- #~ msgstr "Kazakh"
5727
-
5728
- # Kannada
5729
- #, fuzzy
5730
- #~ msgid "l-kn-IN"
5731
- #~ msgstr "Kannada"
5732
-
5733
- # Korean
5734
- #, fuzzy
5735
- #~ msgid "l-ko-KR"
5736
- #~ msgstr "Korean"
5737
-
5738
- # Korean
5739
- #, fuzzy
5740
- #~ msgid "l-kok-IN"
5741
- #~ msgstr "Korean"
5742
-
5743
- # Kirghiz; Kyrgyz
5744
- #, fuzzy
5745
- #~ msgid "l-ky-KG"
5746
- #~ msgstr "Kirghiz; Kyrgyz"
5747
-
5748
- # Lithuanian
5749
- #, fuzzy
5750
- #~ msgid "l-lt-LT"
5751
- #~ msgstr "Lithuanian"
5752
-
5753
- # Latvian
5754
- #, fuzzy
5755
- #~ msgid "l-lv-LV"
5756
- #~ msgstr "Latvian"
5757
-
5758
- # Maori
5759
- #, fuzzy
5760
- #~ msgid "l-mi-NZ"
5761
- #~ msgstr "Maori"
5762
-
5763
- # Macedonian
5764
- #, fuzzy
5765
- #~ msgid "l-mk-MK"
5766
- #~ msgstr "Macedonian"
5767
-
5768
- # Mongolian
5769
- #, fuzzy
5770
- #~ msgid "l-mn-MN"
5771
- #~ msgstr "Mongolian"
5772
-
5773
- # Marathi
5774
- #, fuzzy
5775
- #~ msgid "l-mr-IN"
5776
- #~ msgstr "Marathi"
5777
-
5778
- # Malay
5779
- #, fuzzy
5780
- #~ msgid "l-ms-BN"
5781
- #~ msgstr "Malay"
5782
-
5783
- # Malay
5784
- #, fuzzy
5785
- #~ msgid "l-ms-MY"
5786
- #~ msgstr "Malay"
5787
-
5788
- # Maltese
5789
- #, fuzzy
5790
- #~ msgid "l-mt-MT"
5791
- #~ msgstr "Maltese"
5792
-
5793
- # Norwegian Bokmål
5794
- #, fuzzy
5795
- #~ msgid "l-nb-NO"
5796
- #~ msgstr "Norwegian Bokmål"
5797
-
5798
- # Dutch; Flemish
5799
- #, fuzzy
5800
- #~ msgid "l-nl-BE"
5801
- #~ msgstr "Dutch; Flemish"
5802
-
5803
- # Dutch; Flemish
5804
- #, fuzzy
5805
- #~ msgid "l-nl-NL"
5806
- #~ msgstr "Dutch; Flemish"
5807
-
5808
- # Panjabi; Punjabi
5809
- #, fuzzy
5810
- #~ msgid "l-pa-IN"
5811
- #~ msgstr "Panjabi; Punjabi"
5812
-
5813
- # Polish
5814
- #, fuzzy
5815
- #~ msgid "l-pl-PL"
5816
- #~ msgstr "Polish"
5817
-
5818
- # Pushto; Pashto
5819
- #, fuzzy
5820
- #~ msgid "l-ps-AR"
5821
- #~ msgstr "Pushto; Pashto"
5822
-
5823
- # Portuguese
5824
- #, fuzzy
5825
- #~ msgid "l-pt-BR"
5826
- #~ msgstr "Portuguese"
5827
-
5828
- # Portuguese
5829
- #, fuzzy
5830
- #~ msgid "l-pt-PT"
5831
- #~ msgstr "Portuguese"
5832
-
5833
- # Quechua
5834
- #, fuzzy
5835
- #~ msgid "l-qu-BO"
5836
- #~ msgstr "Quechua"
5837
-
5838
- # Quechua
5839
- #, fuzzy
5840
- #~ msgid "l-qu-EC"
5841
- #~ msgstr "Quechua"
5842
-
5843
- # Quechua
5844
- #, fuzzy
5845
- #~ msgid "l-qu-PE"
5846
- #~ msgstr "Quechua"
5847
-
5848
- # Romanian; Moldavian; Moldovan
5849
- #, fuzzy
5850
- #~ msgid "l-ro-RO"
5851
- #~ msgstr "Romanian; Moldavian; Moldovan"
5852
-
5853
- # Russian
5854
- #, fuzzy
5855
- #~ msgid "l-ru-RU"
5856
- #~ msgstr "Russian"
5857
-
5858
- # Sanskrit
5859
- #, fuzzy
5860
- #~ msgid "l-sa-IN"
5861
- #~ msgstr "Sanskrit"
5862
-
5863
- # Northern Sami
5864
- #, fuzzy
5865
- #~ msgid "l-se-FI"
5866
- #~ msgstr "Northern Sami"
5867
-
5868
- # Northern Sami
5869
- #, fuzzy
5870
- #~ msgid "l-se-NO"
5871
- #~ msgstr "Northern Sami"
5872
-
5873
- # Northern Sami
5874
- #, fuzzy
5875
- #~ msgid "l-se-SE"
5876
- #~ msgstr "Northern Sami"
5877
-
5878
- # Slovak
5879
- #, fuzzy
5880
- #~ msgid "l-sk-SK"
5881
- #~ msgstr "Slovak"
5882
-
5883
- # Slovenian
5884
- #, fuzzy
5885
- #~ msgid "l-sl-SI"
5886
- #~ msgstr "Slovenian"
5887
-
5888
- # Albanian
5889
- #, fuzzy
5890
- #~ msgid "l-sq-AL"
5891
- #~ msgstr "Albanian"
5892
-
5893
- # Serbian
5894
- #, fuzzy
5895
- #~ msgid "l-sr-SP"
5896
- #~ msgstr "Serbian"
5897
-
5898
- # Swedish
5899
- #, fuzzy
5900
- #~ msgid "l-sv-FI"
5901
- #~ msgstr "Swedish"
5902
-
5903
- # Swedish
5904
- #, fuzzy
5905
- #~ msgid "l-sv-SE"
5906
- #~ msgstr "Swedish"
5907
-
5908
- # Swahili
5909
- #, fuzzy
5910
- #~ msgid "l-sw-KE"
5911
- #~ msgstr "Swahili"
5912
-
5913
- # Tamil
5914
- #, fuzzy
5915
- #~ msgid "l-ta-IN"
5916
- #~ msgstr "Tamil"
5917
-
5918
- # Telugu
5919
- #, fuzzy
5920
- #~ msgid "l-te-IN"
5921
- #~ msgstr "Telugu"
5922
-
5923
- # Thai
5924
- #, fuzzy
5925
- #~ msgid "l-th-TH"
5926
- #~ msgstr "Thai"
5927
-
5928
- # Tagalog
5929
- #, fuzzy
5930
- #~ msgid "l-tl-PH"
5931
- #~ msgstr "Tagalog"
5932
-
5933
- # Tswana
5934
- #, fuzzy
5935
- #~ msgid "l-tn-ZA"
5936
- #~ msgstr "Tswana"
5937
-
5938
- # Turkish
5939
- #, fuzzy
5940
- #~ msgid "l-tr-TR"
5941
- #~ msgstr "Turkish"
5942
-
5943
- # Tatar
5944
- #, fuzzy
5945
- #~ msgid "l-tt-RU"
5946
- #~ msgstr "Tatar"
5947
-
5948
- # Ukrainian
5949
- #, fuzzy
5950
- #~ msgid "l-uk-UA"
5951
- #~ msgstr "Ukrainian"
5952
-
5953
- # Urdu
5954
- #, fuzzy
5955
- #~ msgid "l-ur-PK"
5956
- #~ msgstr "Urdu"
5957
-
5958
- # Uzbek
5959
- #, fuzzy
5960
- #~ msgid "l-uz-UZ"
5961
- #~ msgstr "Uzbek"
5962
-
5963
- # Vietnamese
5964
- #, fuzzy
5965
- #~ msgid "l-vi-VN"
5966
- #~ msgstr "Vietnamese"
5967
-
5968
- # Xhosa
5969
- #, fuzzy
5970
- #~ msgid "l-xh-ZA"
5971
- #~ msgstr "Xhosa"
5972
-
5973
- # Chinese
5974
- #, fuzzy
5975
- #~ msgid "l-zh-CN"
5976
- #~ msgstr "Chinese"
5977
-
5978
- # Chinese
5979
- #, fuzzy
5980
- #~ msgid "l-zh-HK"
5981
- #~ msgstr "Chinese"
5982
-
5983
- # Chinese
5984
- #, fuzzy
5985
- #~ msgid "l-zh-MO"
5986
- #~ msgstr "Chinese"
5987
-
5988
- # Chinese
5989
- #, fuzzy
5990
- #~ msgid "l-zh-SG"
5991
- #~ msgstr "Chinese"
5992
-
5993
- # Chinese
5994
- #, fuzzy
5995
- #~ msgid "l-zh-TW"
5996
- #~ msgstr "Chinese"
5997
-
5998
- # Zulu
5999
- #, fuzzy
6000
- #~ msgid "l-zu-ZA"
6001
- #~ msgstr "Zulu"
6002
-
6003
- #~ msgid "Details"
6004
- #~ msgstr "Details"
6005
-
6006
- #~ msgid "Show records where"
6007
- #~ msgstr "Zeige Datensätze wo"
6008
-
6009
- #~ msgid ""
6010
- #~ "Please refer to the contextual help (available on WP 3.3+) for more "
6011
- #~ "information on what these filters mean."
6012
- #~ msgstr ""
6013
- #~ "F&uuml; weitere Informationen zu den Filtern schlagen Sie in der "
6014
- #~ "kontextsensitiven Hilfe (verf&uuml;gbar ab WP 3.3+) nach."
6015
-
6016
- #~ msgid "Filter by date"
6017
- #~ msgstr "Datums-Filter"
6018
-
6019
- #~ msgid "Go"
6020
- #~ msgstr "Los"
6021
-
6022
- #~ msgid ""
6023
- #~ "This report shows you what languages your users have installed on their "
6024
- #~ "computers."
6025
- #~ msgstr ""
6026
- #~ "Diese Auswertung zeigt die installierten Sprachen der Systeme Ihrer "
6027
- #~ "Besucher."
6028
-
6029
- #~ msgid ""
6030
- #~ "A user agent is a generic term for any program used for accessing a "
6031
- #~ "website. This includes browsers (such as Chrome), robots and spiders, and "
6032
- #~ "any other software program that retrieves information from a website."
6033
- #~ "<br><br>You can ignore any given user agent by setting the corresponding "
6034
- #~ "filter under Settings > SlimStat > Filters."
6035
- #~ msgstr ""
6036
- #~ "Der 'User Agent' ist eine generischer Kennung jedes zugreifenden "
6037
- #~ "Programmes. Dies beinhaltet den Browser (wie z.B. Firefox), 'Robots' und "
6038
- #~ "'Spider' sowie jedes andere Programm welches Informationen von einer "
6039
- #~ "Website abruft.<br><br>Um diese generische Kennung generell zu ignorieren "
6040
- #~ "kann ein entsprechender Filter unter 'Einstellungen > SlimStat > Filter' "
6041
- #~ "gesetzt werden."
6042
-
6043
- #~ msgid ""
6044
- #~ "Which operating systems do your visitors use? Optimizing your site for "
6045
- #~ "the appropriate technical capabilities helps make your site more engaging "
6046
- #~ "and usable and can result in higher conversion rates and more sales."
6047
- #~ msgstr ""
6048
- #~ "Welche Betriebssysteme verwenden die Besucher? Optimierungen an die "
6049
- #~ "geeigneten technischen F&auml;higkeiten helfen f&uuml;hren zu einer "
6050
- #~ "verbesserten Benutzbarkeit und k&ouml;nnen zu einer h&ouml;heren "
6051
- #~ "Konversions-Rate und mehr Ums&auml;tzen f&uuml;hren."
6052
-
6053
- #~ msgid ""
6054
- #~ "This report shows the most common screen resolutions used by your "
6055
- #~ "visitors. Knowing the most popular screen resolution of your visitors "
6056
- #~ "will help you create content optimized for that resolution or you may opt "
6057
- #~ "for resolution-independence."
6058
- #~ msgstr ""
6059
- #~ "Diese Statitstik zeigt die g&auml;ngigen Aufl&ouml;sungen der von den "
6060
- #~ "Besuchern verwendeten Systeme. Mit Hilfe dieser Informationen kann auf "
6061
- #~ "diese Aufl&ouml;sungen optimierter oder aufl&ouml;sungsunabh&auml;giger "
6062
- #~ "Inhalt erzeugt werden."
6063
-
6064
- #~ msgid ""
6065
- #~ "Which versions of Flash do your visitors have installed? Is Java "
6066
- #~ "supported on your visitors' platforms?"
6067
- #~ msgstr ""
6068
- #~ "Welche Flash-Version haben die Besucher installiert? Wird Java auf den "
6069
- #~ "von Benutzern verwendeten Plattformen unterst&uuml;zt?"
6070
-
6071
- #~ msgid ""
6072
- #~ "You can ignore any specific Country by setting the corresponding filter "
6073
- #~ "under Settings > SlimStat > Filters."
6074
- #~ msgstr ""
6075
- #~ "Um spezifische L&auml;nder generell zu ignorieren kann ein entsprechender "
6076
- #~ "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
6077
-
6078
- #~ msgid ""
6079
- #~ "This report shows the most recent screen resolutions used by your "
6080
- #~ "visitors. Knowing the most popular screen resolution of your visitors "
6081
- #~ "will help you create content optimized for that resolution or you may opt "
6082
- #~ "for resolution-independence."
6083
- #~ msgstr ""
6084
- #~ "Diese Auswertung zeigt die letzten Aufl&ouml;sungen der von den Besuchern "
6085
- #~ "verwendeten Systeme. Mit Hilfe dieser Informationen kann auf diese "
6086
- #~ "Aufl&ouml;sungen optimierter oder aufl&ouml;sungsunabh&auml;giger Inhalt "
6087
- #~ "erzeugt werden."
6088
-
6089
- #, fuzzy
6090
- #~ msgid "This report lists your most active registered users."
6091
- #~ msgstr "Diese Auswertung listet die letzten Artikel nach Titel."
6092
-
6093
- #~ msgid ""
6094
- #~ "This report lists the most recent posts viewed on your site, by title."
6095
- #~ msgstr "Diese Auswertung listet die letzten Artikel nach Titel."
6096
-
6097
- #~ msgid ""
6098
- #~ "The 404 or Not Found error message is a HTTP standard response code "
6099
- #~ "indicating that the client was able to communicate with the server, but "
6100
- #~ "the server could not find what was requested.<br><br>This report can be "
6101
- #~ "useful to detect attack attempts, by looking at patterns in 404 URLs."
6102
- #~ msgstr ""
6103
- #~ "Die Fehler-Meldung '404' bzw. 'Nicht gefunden' ist ein standardisierter "
6104
- #~ "Antwort-Code des HTTP-Protokolls welcher darauf hinweist, dass der Client "
6105
- #~ "mit dem Server kommunizieren konnte aber der angefragte Inhalt nicht "
6106
- #~ "gefunden werden konnte.<br><br>Diese Statisitk kann hilfreich sein, um "
6107
- #~ "Angriffsversuche anhand von Mustern in '404' URLs zu erkennen."
6108
-
6109
- #~ msgid ""
6110
- #~ "Categories provide a helpful way to group related posts together, and to "
6111
- #~ "quickly tell readers what a post is about. Categories also make it easier "
6112
- #~ "for people to find your content."
6113
- #~ msgstr ""
6114
- #~ "Kategorien stellen ein Hilfsmittel zur Gruppierung zusammengeh&ouml;riger "
6115
- #~ "Artikel zur Verf&uuml;gung und um dem Leser eine schnelle Information zum "
6116
- #~ "Inhalt eines Artikels zu geben. Kategorien machen es für Leser auch "
6117
- #~ "einfacher Inhalte zu finden."
6118
-
6119
- #~ msgid "This report lists the most popular posts on your site, by title."
6120
- #~ msgstr "Dieses Statisitk listet die popul&;rsten Artikel nach Titel."
6121
-
6122
- #~ msgid "No records found"
6123
- #~ msgstr "keine Datens&auml;tze gefunden"
6124
-
6125
- #~ msgid "Filter results where IP equals %s"
6126
- #~ msgstr "Ergebnisse filtern nach IP %s"
6127
-
6128
- #~ msgid "Filter results where user equals %s"
6129
- #~ msgstr "Ergebnisse filtern nach Besucher %s"
6130
-
6131
- #~ msgid "Filter results where ther user's real IP equals %s"
6132
- #~ msgstr "Ergebnisse filtern nach Besucher %s"
6133
-
6134
- #~ msgid "Country"
6135
- #~ msgstr "Land"
6136
-
6137
- #~ msgid "Platform"
6138
- #~ msgstr "Plattform"
6139
-
6140
- #, fuzzy
6141
- #~ msgid "Filter results where browser type equals %s"
6142
- #~ msgstr "Ergebnisse filtern nach Inhalt %s"
6143
-
6144
- #, fuzzy
6145
- #~ msgid "Filter results where screen resolution equals %s"
6146
- #~ msgstr "Ergebnisse filtern wo Ressource ist gleich %s"
6147
-
6148
- #~ msgid "Filter results where content type equals %s"
6149
- #~ msgstr "Ergebnisse filtern nach Inhalt %s"
6150
-
6151
- #~ msgid "Bots, Crawlers and others"
6152
- #~ msgstr "Bots, Crawlers und andere"
6153
-
6154
- #~ msgid "Recent Known Visitors"
6155
- #~ msgstr "Letzte bekannte Besucher"
6156
-
6157
- #~ msgid "Recent 404 URLs"
6158
- #~ msgstr "Letzte 404 URLs"
6159
-
6160
- #~ msgid "Top 404 URLs"
6161
- #~ msgstr "Top 404 URLs"
6162
-
6163
- #~ msgid "Remove all filters"
6164
- #~ msgstr "Alle Filter entfernen"
6165
-
6166
- #~ msgid "Filter results where domain equals %s"
6167
- #~ msgstr "Ergebnisse filtern wo die Dom&auml;ne ist gleich %s"
6168
-
6169
- #~ msgid "Filter results where searchterm equals %s"
6170
- #~ msgstr "Ergebnisse filtern wo Suchbegriffe sind gleich %s"
6171
-
6172
- #, fuzzy
6173
- #~ msgid "Filter results where date equals today"
6174
- #~ msgstr "Ergebnisse filtern wo die Dom&auml;ne ist gleich %s"
6175
-
6176
- #, fuzzy
6177
- #~ msgid "Filter results where date equals yesterday"
6178
- #~ msgstr "Ergebnisse filtern wo die Dom&auml;ne ist gleich %s"
6179
 
6180
- #~ msgid "This number includes <strong>human visits</strong> only."
6181
- #~ msgstr "Diese Anzahl beinhaltet nur <strong>echte Besuche</strong>."
6182
 
6183
- #~ msgid "10 - 20 minutes"
6184
- #~ msgstr "10-20 Minuten"
6185
 
6186
  # Afar
6187
  #~ msgid "l-aa"
@@ -6203,6 +5613,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6203
  #~ msgid "l-am"
6204
  #~ msgstr "Amharic"
6205
 
 
 
 
 
6206
  # Assamese
6207
  #~ msgid "l-as"
6208
  #~ msgstr "Assamese"
@@ -6247,6 +5661,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6247
  #~ msgid "l-ce"
6248
  #~ msgstr "Chechen"
6249
 
 
 
 
 
6250
  # Corsican
6251
  #~ msgid "l-co"
6252
  #~ msgstr "Corsican"
@@ -6255,6 +5673,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6255
  #~ msgid "l-cr"
6256
  #~ msgstr "Cree"
6257
 
 
 
 
 
6258
  # Chuvash
6259
  #~ msgid "l-cv"
6260
  #~ msgstr "Chuvash"
@@ -6275,6 +5697,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6275
  #~ msgid "l-fj"
6276
  #~ msgstr "Fijian"
6277
 
 
 
 
 
6278
  # Irish
6279
  #~ msgid "l-ga"
6280
  #~ msgstr "Irish"
@@ -6295,10 +5721,18 @@ msgstr "Durchschnitt. Seitenaufrufe"
6295
  #~ msgid "l-ha"
6296
  #~ msgstr "Hausa"
6297
 
 
 
 
 
6298
  # Haitian; Haitian Creole
6299
  #~ msgid "l-ht"
6300
  #~ msgstr "Haitian; Haitian Creole"
6301
 
 
 
 
 
6302
  # Interlingua (International Auxiliary Language Association)
6303
  #~ msgid "l-ia"
6304
  #~ msgstr "Interlingua (International Auxiliary Language Association)"
@@ -6307,6 +5741,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6307
  #~ msgid "l-ie"
6308
  #~ msgstr "Interlingue; Occidental"
6309
 
 
 
 
 
6310
  # Sichuan Yi; Nuosu
6311
  #~ msgid "l-ii"
6312
  #~ msgstr "Sichuan Yi; Nuosu"
@@ -6323,6 +5761,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6323
  #~ msgid "l-io"
6324
  #~ msgstr "Ido"
6325
 
 
 
 
 
6326
  # Hebrew
6327
  #~ msgid "l-iw"
6328
  #~ msgstr "Hebrew"
@@ -6447,6 +5889,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6447
  #~ msgid "l-no"
6448
  #~ msgstr "Norwegian"
6449
 
 
 
 
 
6450
  # Navajo; Navaho
6451
  #~ msgid "l-nv"
6452
  #~ msgstr "Navajo; Navaho"
@@ -6507,10 +5953,6 @@ msgstr "Durchschnitt. Seitenaufrufe"
6507
  #~ msgid "l-sh"
6508
  #~ msgstr "Serbo-Croatian"
6509
 
6510
- # Sinhala; Sinhalese
6511
- #~ msgid "l-si"
6512
- #~ msgstr "Sinhala; Sinhalese"
6513
-
6514
  # Samoan
6515
  #~ msgid "l-sm"
6516
  #~ msgstr "Samoan"
@@ -6551,6 +5993,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6551
  #~ msgid "l-to"
6552
  #~ msgstr "Tonga (Tonga Islands)"
6553
 
 
 
 
 
6554
  # Tahitian
6555
  #~ msgid "l-ty"
6556
  #~ msgstr "Tahitian"
@@ -6567,6 +6013,10 @@ msgstr "Durchschnitt. Seitenaufrufe"
6567
  #~ msgid "l-vo"
6568
  #~ msgstr "Volapük"
6569
 
 
 
 
 
6570
  # Wolof
6571
  #~ msgid "l-wo"
6572
  #~ msgstr "Wolof"
@@ -6599,17 +6049,24 @@ msgstr "Durchschnitt. Seitenaufrufe"
6599
  #~ msgid "l-ru-md"
6600
  #~ msgstr "Russian (Moldava)"
6601
 
6602
- #, fuzzy
6603
- #~ msgid "Your Content"
6604
- #~ msgstr "Inhalt"
6605
 
6606
- #, fuzzy
6607
- #~ msgid "Ignore users"
6608
- #~ msgstr "Bekannte Benutzer"
 
 
 
6609
 
6610
- #, fuzzy
6611
- #~ msgid "Users by capability"
6612
- #~ msgstr "Browser-F&auml;higkeiten"
 
 
 
 
 
6613
 
6614
  #~ msgid ""
6615
  #~ "Unique sessions initiated by your visitors. If a user is inactive on your "
@@ -6623,61 +6080,194 @@ msgstr "Durchschnitt. Seitenaufrufe"
6623
  #~ "30 Minuten wiederkehren, werden zur origin&auml;ren Session zugeh&ouml;"
6624
  #~ "rig gez&auml;hlt."
6625
 
6626
- #~ msgid "Top Languages - Just Visitors"
6627
- #~ msgstr "Top Sprachen - nur Besucher"
 
 
 
 
6628
 
6629
- #~ msgid "darwin"
6630
- #~ msgstr "Darwin"
 
 
 
 
 
 
 
 
 
 
 
6631
 
6632
- #~ msgid "dec alpha"
6633
- #~ msgstr "DEC Alpha"
 
 
 
 
 
 
 
6634
 
6635
- #~ msgid "vax"
6636
- #~ msgstr "VAX"
 
 
 
 
 
 
 
 
6637
 
6638
- # Aragonese
6639
- #~ msgid "l-an"
6640
- #~ msgstr "Aragonese"
 
 
 
6641
 
6642
- # Chamorro
6643
- #~ msgid "l-ch"
6644
- #~ msgstr "Chamorro"
 
 
 
6645
 
6646
- # Church Slavic; Church Slavonic
6647
- #~ msgid "l-cu"
6648
- #~ msgstr "Church Slavic; Church Slavonic"
 
 
 
 
 
 
 
6649
 
6650
- # Western Frisian
6651
- #~ msgid "l-fy"
6652
- #~ msgstr "Western Frisian"
6653
 
6654
- # Hiri Motu
6655
- #~ msgid "l-ho"
6656
- #~ msgstr "Hiri Motu"
6657
 
6658
- # Herero
6659
- #~ msgid "l-hz"
6660
- #~ msgstr "Herero"
6661
 
6662
- # Igbo
6663
- #~ msgid "l-ig"
6664
- #~ msgstr "Igbo"
 
 
 
 
 
 
 
 
6665
 
6666
- # Inuktitut
6667
- #~ msgid "l-iu"
6668
- #~ msgstr "Inuktitut"
 
 
 
 
 
 
6669
 
6670
- # South Ndebele
6671
- #~ msgid "l-nr"
6672
- #~ msgstr "South Ndebele"
6673
 
6674
- # Twi
6675
- #~ msgid "l-tw"
6676
- #~ msgstr "Twi"
6677
 
6678
- # Walloon
6679
- #~ msgid "l-wa"
6680
- #~ msgstr "Walloon"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6681
 
6682
  #, fuzzy
6683
  #~ msgid "Resources"
@@ -6723,9 +6313,6 @@ msgstr "Durchschnitt. Seitenaufrufe"
6723
  #~ msgid "Hourly Traffic Sources"
6724
  #~ msgstr "St&;ndliche Traffic Ursprung"
6725
 
6726
- #~ msgid "Latency"
6727
- #~ msgstr "Latenz"
6728
-
6729
  #~ msgid "Off"
6730
  #~ msgstr "Aus"
6731
 
@@ -6813,6 +6400,9 @@ msgstr "Durchschnitt. Seitenaufrufe"
6813
  #~ msgid "Order by"
6814
  #~ msgstr "Sortiert nach"
6815
 
 
 
 
6816
  #~ msgid "Language"
6817
  #~ msgstr "Sprache"
6818
 
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-13 14:02-0500\n"
6
+ "PO-Revision-Date: 2014-10-13 14:02-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
9
  "Language: de_DE\n"
16
  "X-Generator: Poedit 1.6.3\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
20
+ #: ../../admin/view/wp-slimstat-reports.php:34
21
+ msgid "Real-Time Log"
22
  msgstr ""
23
 
24
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
25
+ #: ../../admin/wp-slimstat-admin.php:509
26
+ #: ../../admin/view/wp-slimstat-reports.php:35
27
  msgid "Overview"
28
  msgstr "&Uuml;bersicht"
29
 
30
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
31
+ #: ../../admin/wp-slimstat-admin.php:510
32
+ #: ../../admin/view/wp-slimstat-reports.php:36
33
+ msgid "Audience"
34
+ msgstr ""
35
 
36
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
37
+ #: ../../admin/wp-slimstat-admin.php:511
38
+ #: ../../admin/view/wp-slimstat-reports.php:37
39
+ msgid "Site Analysis"
40
+ msgstr ""
41
 
42
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
43
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
44
+ #: ../../admin/view/wp-slimstat-reports.php:38
45
  msgid "Traffic Sources"
46
  msgstr "Traffic-Ursprung"
47
 
48
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
49
+ #: ../../admin/wp-slimstat-admin.php:513
50
+ #: ../../admin/view/wp-slimstat-reports.php:39
51
+ msgid "Map Overlay"
52
+ msgstr ""
53
 
54
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
55
+ #: ../../admin/wp-slimstat-admin.php:514
56
+ #: ../../admin/view/wp-slimstat-reports.php:40
57
  msgid "Custom Reports"
58
  msgstr "individuelle Auswertungen"
59
 
60
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
61
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
62
+ #: ../../admin/config/index.php:9
63
  msgid "Add-ons"
64
+ msgstr "Add-Ons"
65
 
66
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
67
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
68
+ #: ../../admin/config/index.php:138
 
69
  msgid "Settings"
70
+ msgstr "Einstellungen"
71
 
72
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
73
+ #: ../../admin/wp-slimstat-admin.php:505
74
  #, fuzzy
75
  msgid "SlimStat"
76
  msgstr "&Uuml;ber WP SlimStat"
77
 
78
+ #: ../../admin/wp-slimstat-admin.php:586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  msgid "Pageviews in the last 365 days"
80
  msgstr ""
81
 
82
+ #: ../../admin/wp-slimstat-admin.php:614
83
  msgid "Show on screen"
84
  msgstr "Anzeigen"
85
 
86
+ #: ../../admin/wp-slimstat-admin.php:642
87
  msgid "Hide this notice"
88
  msgstr ""
89
 
90
+ #: ../../admin/wp-slimstat-admin.php:679
91
  msgid "There was an error updating the following options:"
92
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
93
 
94
+ #: ../../admin/wp-slimstat-admin.php:682
95
  #, fuzzy
96
  msgid "Your changes have been saved."
97
  msgstr "Optionen erfolgreich aktualisiert."
98
 
99
+ #: ../../admin/wp-slimstat-admin.php:705
100
  msgid "Save Changes"
101
  msgstr "Änderungen speichern"
102
 
103
+ #: ../../admin/wp-slimstat-admin.php:729
104
  msgid "Yes"
105
  msgstr "Ja"
106
 
107
+ #: ../../admin/wp-slimstat-admin.php:730
108
+ #: ../../admin/view/wp-slimstat-reports.php:779
109
  msgid "No"
110
  msgstr "Nein"
111
 
112
+ #: ../../admin/wp-slimstat-admin.php:731
113
+ msgid "Site Specific"
114
+ msgstr ""
115
+
116
+ #: ../../admin/wp-slimstat-admin.php:791
117
  msgid "Definitions"
118
  msgstr "Definitionen"
119
 
120
+ #: ../../admin/wp-slimstat-admin.php:794
 
121
  msgid "Pageview"
122
  msgstr "Seitenaufrufe"
123
 
124
+ #: ../../admin/wp-slimstat-admin.php:794
125
  #, fuzzy
126
  msgid ""
127
  "A request to load a single HTML file (\"page\"). This should be contrasted "
128
  "with a \"hit\", which refers to a request for any file from a web server. "
129
  "Slimstat logs a pageview each time the tracking code is executed"
130
  msgstr ""
131
+ "Eine Anfrage, eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
132
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
133
  "wird."
134
 
135
+ #: ../../admin/wp-slimstat-admin.php:795
 
136
  msgid "(Human) Visit"
137
  msgstr "Echte Besuche"
138
 
139
+ #: ../../admin/wp-slimstat-admin.php:795
140
  msgid ""
141
  "A period of interaction between a visitor's browser and your website, ending "
142
  "when the browser is closed or when the user has been inactive on that site "
146
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
147
  "lang nicht auf der Website aktiv war"
148
 
149
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
150
+ #: ../../admin/view/right-now.php:21
 
151
  msgid "Known Visitor"
152
  msgstr "Bekannte Besucher"
153
 
154
+ #: ../../admin/wp-slimstat-admin.php:796
155
  msgid ""
156
  "Any user who has left a comment on your blog, and is thus identified by "
157
  "Wordpress as a returning visitor"
159
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
160
  "damit als wiederkehrender Besucher erkannt wird."
161
 
162
+ #: ../../admin/wp-slimstat-admin.php:797
 
163
  msgid "Unique IP"
164
  msgstr "Eindeutige IPs"
165
 
166
+ #: ../../admin/wp-slimstat-admin.php:797
167
  msgid ""
168
  "Used to differentiate between multiple requests to download a file from one "
169
  "internet address (IP) and requests originating from many distinct addresses; "
170
  "since this measurement looks only at the internet address a pageview came "
171
  "from, it is useful, but not perfect"
172
  msgstr ""
173
+ "Wird genutzt um zwischen mehreren Requests einer IP-Adresse und Requests von "
174
+ "verschiedenen Adressen zu unterscheiden; da diese Messung nur auf die IP-"
175
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
176
  "perfekt."
177
 
178
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
179
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
180
  msgid "Originating IP"
181
  msgstr "Ursprüngliche IP"
182
 
183
+ #: ../../admin/wp-slimstat-admin.php:798
184
  msgid ""
185
  "the originating IP address of a client connecting to a web server through an "
186
  "HTTP proxy or load balancer"
187
  msgstr ""
188
+ "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
189
  "oder Load Balancer mit dem Server verbunden hat."
190
 
191
+ #: ../../admin/wp-slimstat-admin.php:799
 
192
  msgid "Direct Traffic"
193
  msgstr "Direkter Besuch"
194
 
195
+ #: ../../admin/wp-slimstat-admin.php:799
196
  msgid ""
197
  "All those people showing up to your Web site by typing in the URL of your "
198
  "Web site coming or from a bookmark; some people also call this \"default "
202
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
203
  "traffic\" genannt."
204
 
205
+ #: ../../admin/wp-slimstat-admin.php:800
 
206
  msgid "Search Engine"
207
  msgstr "Suchmaschinen"
208
 
209
+ #: ../../admin/wp-slimstat-admin.php:800
210
  msgid ""
211
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
212
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
214
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
215
  "bezahlter (PPC/SEM) Traffic enthalten."
216
 
217
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
218
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
219
  msgid "Search Terms"
220
  msgstr "Suchbegriffe"
221
 
222
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
223
  msgid "Keywords used by your visitors to find your website on a search engine"
224
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
225
 
226
+ #: ../../admin/wp-slimstat-admin.php:802
227
  msgid "SERP"
228
  msgstr "SERP"
229
 
230
+ #: ../../admin/wp-slimstat-admin.php:802
231
  msgid ""
232
  "Short for search engine results page, the Web page that a search engine "
233
  "returns with the results of its search. The value shown represents your rank "
236
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
237
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
238
 
239
+ #: ../../admin/wp-slimstat-admin.php:803
240
  #: ../../admin/view/wp-slimstat-db.php:57
 
241
  msgid "User Agent"
242
+ msgstr "User Agent"
243
 
244
+ #: ../../admin/wp-slimstat-admin.php:803
245
  msgid ""
246
  "Any program used for accessing a website; this includes browsers, robots, "
247
  "spiders and any other program that was used to retrieve information from the "
251
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
252
  "Informationen von einer Website abruft."
253
 
254
+ #: ../../admin/wp-slimstat-admin.php:804
255
+ #: ../../admin/view/wp-slimstat-db.php:62
 
256
  msgid "Outbound Link"
257
+ msgstr "Ausgehender Link"
258
 
259
+ #: ../../admin/wp-slimstat-admin.php:804
260
  msgid ""
261
  "A link from one domain to another is said to be outbound from its source "
262
  "anchor and inbound to its target. This report lists all the links to other "
265
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
266
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
267
 
268
+ #: ../../admin/wp-slimstat-admin.php:811
269
  msgid "Basic Filters"
270
  msgstr "Einfache Filter"
271
 
272
+ #: ../../admin/wp-slimstat-admin.php:814
273
+ #: ../../admin/view/wp-slimstat-db.php:41
274
  msgid "Browser"
275
  msgstr "Browser"
276
 
277
+ #: ../../admin/wp-slimstat-admin.php:814
278
  msgid "User agent (Firefox, Chrome, ...)"
279
  msgstr "Browser (Firefox, Chrome ...)"
280
 
281
+ #: ../../admin/wp-slimstat-admin.php:815
282
+ #: ../../admin/view/wp-slimstat-db.php:42
283
+ #: ../../admin/view/wp-slimstat-reports.php:490
284
  msgid "Country Code"
285
  msgstr "L&auml;nder-Code"
286
 
287
+ #: ../../admin/wp-slimstat-admin.php:815
288
  msgid "2-letter code (us, ru, de, it, ...)"
289
+ msgstr "Länder-Code (us, ru, de, it...)"
290
 
291
+ #: ../../admin/wp-slimstat-admin.php:816
292
  msgid "IP"
293
  msgstr "IP"
294
 
295
+ #: ../../admin/wp-slimstat-admin.php:816
296
  msgid "Visitor's public IP address"
297
+ msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
298
 
299
+ #: ../../admin/wp-slimstat-admin.php:818
300
+ #: ../../admin/view/wp-slimstat-db.php:45
301
+ #: ../../admin/view/wp-slimstat-reports.php:502
302
  msgid "Language Code"
303
  msgstr "Sprach-Kodierung"
304
 
305
+ #: ../../admin/wp-slimstat-admin.php:818
306
  msgid ""
307
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
308
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
311
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
312
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
313
 
314
+ #: ../../admin/wp-slimstat-admin.php:819
315
+ #: ../../admin/view/wp-slimstat-db.php:46
316
  msgid "Operating System"
317
  msgstr "Betriebssystem"
318
 
319
+ #: ../../admin/wp-slimstat-admin.php:819
320
  msgid ""
321
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
322
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
326
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
327
  "target=\"_blank\">dieser Seite</a>"
328
 
329
+ #: ../../admin/wp-slimstat-admin.php:820
330
+ #: ../../admin/view/wp-slimstat-db.php:47
331
  msgid "Permalink"
332
  msgstr "Permalink"
333
 
334
+ #: ../../admin/wp-slimstat-admin.php:820
335
  msgid "URL accessed on your site"
336
  msgstr "URL, die auf Ihrer Seite besucht wurde"
337
 
338
+ #: ../../admin/wp-slimstat-admin.php:821
339
+ #: ../../admin/view/wp-slimstat-db.php:49
340
  msgid "Referer"
341
  msgstr "Herkunft"
342
 
343
+ #: ../../admin/wp-slimstat-admin.php:821
344
  #, fuzzy
345
  msgid "Complete address of the referrer page"
346
  msgstr "Verweisende Seite &ouml;ffnen"
347
 
348
+ #: ../../admin/wp-slimstat-admin.php:822
349
+ #: ../../admin/view/wp-slimstat-db.php:50
350
  msgid "Visitor's Name"
351
  msgstr "Besuchername"
352
 
353
+ #: ../../admin/wp-slimstat-admin.php:822
354
  msgid ""
355
  "Visitors' names according to the cookie set by Wordpress after they leave a "
356
  "comment"
358
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
359
  "Kommentars anlegt"
360
 
361
+ #: ../../admin/wp-slimstat-admin.php:830
 
362
  msgid "Advanced Filters"
363
+ msgstr "Erweiterte Filter"
364
 
365
+ #: ../../admin/wp-slimstat-admin.php:833
366
  #: ../../admin/view/wp-slimstat-db.php:55
367
  msgid "Browser Version"
368
  msgstr "Browser-Version"
369
 
370
+ #: ../../admin/wp-slimstat-admin.php:833
371
  msgid "user agent version (9.0, 11, ...)"
372
  msgstr "Browser-Version (9.0, 11, ...)"
373
 
374
+ #: ../../admin/wp-slimstat-admin.php:834
375
  #: ../../admin/view/wp-slimstat-db.php:56
376
  msgid "Browser Type"
377
  msgstr "Browser-Typ"
378
 
379
+ #: ../../admin/wp-slimstat-admin.php:834
380
  msgid ""
381
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
382
  "all others"
384
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
385
  "anderen"
386
 
387
+ #: ../../admin/wp-slimstat-admin.php:835
388
  #: ../../admin/view/wp-slimstat-db.php:58
389
  msgid "Color Depth"
390
  msgstr "Farbtiefe"
391
 
392
+ #: ../../admin/wp-slimstat-admin.php:835
393
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
394
  msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
395
 
396
+ #: ../../admin/wp-slimstat-admin.php:836
397
  #: ../../admin/view/wp-slimstat-db.php:59
398
  msgid "CSS Version"
399
  msgstr "CSS Version"
400
 
401
+ #: ../../admin/wp-slimstat-admin.php:836
402
  msgid ""
403
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
404
  "values)"
405
  msgstr ""
406
  "Vom Browser unterstützter CSS standard (1, 2, 3 und andere ganze Zahlen)"
407
 
408
+ #: ../../admin/wp-slimstat-admin.php:837
409
  #: ../../admin/view/wp-slimstat-db.php:60
410
  msgid "Pageview Attributes"
411
  msgstr "Eigenschaften Seitenaufrufe"
412
 
413
+ #: ../../admin/wp-slimstat-admin.php:837
414
  msgid ""
415
  "this field is set to <em>[pre]</em> if the resource has been accessed "
416
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
420
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
421
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
422
 
423
+ #: ../../admin/wp-slimstat-admin.php:838
424
+ #: ../../admin/view/wp-slimstat-db.php:63
425
  msgid "Post Author"
426
  msgstr "Autor der Seiten"
427
 
428
+ #: ../../admin/wp-slimstat-admin.php:838
429
  msgid "author associated to that post/page when the resource was accessed"
430
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
431
 
432
+ #: ../../admin/wp-slimstat-admin.php:839
433
+ #: ../../admin/view/wp-slimstat-db.php:64
434
  msgid "Post Category ID"
435
  msgstr "Kategorie-ID der Seite"
436
 
437
+ #: ../../admin/wp-slimstat-admin.php:839
438
  msgid "ID of the category/term associated to the resource, when available"
439
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
440
 
441
+ #: ../../admin/wp-slimstat-admin.php:840
442
  msgid "visitor's originating IP address, if available"
443
+ msgstr "IP-Adresse des Besuchers, falls bekannt"
444
 
445
+ #: ../../admin/wp-slimstat-admin.php:841
446
+ #: ../../admin/view/wp-slimstat-db.php:66
447
  msgid "Resource Content Type"
448
  msgstr "Inhalt der Ressource"
449
 
450
+ #: ../../admin/wp-slimstat-admin.php:841
451
  msgid ""
452
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
453
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
460
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
461
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
462
 
463
+ #: ../../admin/wp-slimstat-admin.php:842
464
+ #: ../../admin/view/wp-slimstat-db.php:68
465
  msgid "Screen Resolution"
466
  msgstr "Bildschirm-Aufl&ouml;sung"
467
 
468
+ #: ../../admin/wp-slimstat-admin.php:842
469
  msgid "viewport width and height (1024x768, 800x600, ...)"
470
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
471
 
472
+ #: ../../admin/wp-slimstat-admin.php:843
473
+ #: ../../admin/view/wp-slimstat-db.php:69
474
  msgid "Visit ID"
475
  msgstr "Besuchs-ID"
476
 
477
+ #: ../../admin/wp-slimstat-admin.php:843
478
  msgid ""
479
  "generally used in conjunction with <em>is not empty</em>, identifies human "
480
  "visitors"
482
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
483
  "Besucher"
484
 
485
+ #: ../../admin/wp-slimstat-admin.php:844
486
  msgid "Date Filters"
487
  msgstr "Datumsfilter"
488
 
489
+ #: ../../admin/wp-slimstat-admin.php:844
490
  msgid ""
491
  "you can specify the timeframe by entering a number in the <em>interval</em> "
492
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
496
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
497
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
498
 
499
+ #: ../../admin/wp-slimstat-admin.php:845
500
  msgid "SERP Position"
501
  msgstr "Suchmaschinenrang"
502
 
503
+ #: ../../admin/wp-slimstat-admin.php:845
504
  msgid ""
505
  "set the filter to Referer contains cd=N&, where N is the position you are "
506
  "looking for"
507
  msgstr ""
508
+ "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
509
 
510
  #: ../../admin/config/addons.php:14
511
  msgid ""
512
  "There was an error retrieving the add-ons list from the server. Please try "
513
  "again later. Error Message:"
514
  msgstr ""
515
+ "Es gabe einen Fehler beim Abruf der Add-on-Liste vom Server. Bitte später "
516
+ "nochmals versuchen. Fehlermeldung:"
517
 
518
  #: ../../admin/config/addons.php:23
519
  msgid ""
520
  "There was an error decoding the add-ons list from the server. Please try "
521
  "again later."
522
  msgstr ""
523
+ "Fehler beim Auslesen der Add-on-Liste vom Server. Versuchen Sie es später "
524
+ "nochmals."
525
 
526
  #: ../../admin/config/addons.php:30
527
+ #, fuzzy
528
  msgid ""
529
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
530
  "offer both free and premium (paid) extensions. Each add-on can be installed "
533
  "on is available, please enter the <strong>license key</strong> you received "
534
  "when you purchased it."
535
  msgstr ""
536
+ "Add-ons erweitern die Funktionalität von WP SlimStat auf viele interessante "
537
+ "Arten. Wir bieten sowohl Gratis-, als auch Premium-(Kauf-)Erweiterungen. "
538
+ "Jedes Add-on kann als separates Plugin installiert werden, dass via "
539
+ "WordPress regelmäßig upgedated wird. Um auch Aktualisierungen für Premium-"
540
+ "Add-ons zu bekommen, muss der beim Kauf erhaltene <strong>Lizenzschlüssel</"
541
+ "strong> eingegeben werden."
542
 
543
  #: ../../admin/config/addons.php:36
544
  msgid "Add-on"
545
+ msgstr "Add-on"
546
 
547
  #: ../../admin/config/addons.php:36
 
548
  msgid "Description"
549
+ msgstr "Beschreibung"
550
 
551
  #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
552
  msgid "General"
553
  msgstr "Allgemein"
554
 
555
  #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
 
556
  msgid "Views"
557
+ msgstr "Letzte Aufrufe"
558
 
559
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
560
  msgid "Filters"
561
  msgstr "Filter"
562
 
563
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
 
564
  msgid "Permissions"
565
  msgstr "Berechtigungen"
566
 
567
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
568
  msgid "Advanced"
569
  msgstr "Erweitert"
570
 
571
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
572
  msgid "Maintenance"
573
  msgstr "Wartung"
574
 
575
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
576
  #, fuzzy
577
  msgid "Tracker"
578
  msgstr "Benutzer tracken"
580
  #: ../../admin/config/index.php:21
581
  #, fuzzy
582
  msgid "Enable Tracking"
583
+ msgstr "Verfolgung aktivieren"
584
 
585
  #: ../../admin/config/index.php:21
586
  msgid "Turn the tracker on or off, but keep the reports accessible."
589
  #: ../../admin/config/index.php:22
590
  #, fuzzy
591
  msgid "Monitor Admin Pages"
592
+ msgstr "Verfolgen Admin-Seiten"
593
 
594
+ # correct, if admin = admin area
595
  #: ../../admin/config/index.php:22
596
+ #, fuzzy
597
  msgid "Enable this option to track your users' activity within the admin."
598
  msgstr ""
599
+ "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
600
+ "innerhalb des Adminbereiches verfolgen wollen."
601
 
602
  #: ../../admin/config/index.php:23
603
  msgid "Enable Spy Mode"
604
  msgstr ""
605
 
606
+ # capability = Resource?
607
  #: ../../admin/config/index.php:23
608
+ #, fuzzy
609
  msgid ""
610
  "Collect information about screen resolutions, outbound links, downloads, "
611
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
612
  "regardless of which value you set for this option."
613
  msgstr ""
614
+ "Aktiviert einen Tracking Code auf den Clients, der Daten über "
615
+ "Bildschirmauflösungen, ausgehende Links, Downloads und andere relevante "
616
+ "Informationen sammelt. Bei aktiviertem Javaskript-Modus werden die Browser-"
617
+ "Resourcen in jedem Fall getrackt"
618
 
619
  #: ../../admin/config/index.php:24
620
  #, fuzzy
630
  "Javascript will be ignored. A nice side effect is that <strong>most "
631
  "spammers, search engines and other crawlers</strong> will not be tracked."
632
  msgstr ""
633
+ "Schalten Sie diese Funktion ein, wenn ein Cache-Plugin wie z.B. W3 Total "
634
  "Cache verwendet wird. WP SlimStat wird sich &auml;hnlich wie Google "
635
  "Analytics verhalten und Besucher deren Browser kein Javascript unterst&uuml;"
636
  "tzt ignorieren. Ein netter Nebeneffekt: Die meisten Spammer, Suchmaschinen "
637
+ "und andere Crawler werden so nicht mehr berücksichtigt."
638
 
639
  #: ../../admin/config/index.php:24
640
  #, fuzzy
643
 
644
  #: ../../admin/config/index.php:24
645
  msgid "Server-side"
646
+ msgstr "Serverseitig"
647
 
648
  #: ../../admin/config/index.php:26
649
  msgid "WordPress Integration"
650
+ msgstr "WordPress-Integration"
651
 
652
  #: ../../admin/config/index.php:27
653
  #, fuzzy
665
 
666
  #: ../../admin/config/index.php:27
667
  msgid "Side Menu"
668
+ msgstr "Seitenmenü"
669
 
670
  #: ../../admin/config/index.php:27
671
  msgid "Admin Bar"
672
+ msgstr "Adminleiste"
673
 
674
  #: ../../admin/config/index.php:28
 
675
  msgid "Add Stats to Posts and Pages"
676
+ msgstr ""
677
 
678
  #: ../../admin/config/index.php:28
679
  #, fuzzy
686
 
687
  #: ../../admin/config/index.php:30
688
  msgid "Database"
689
+ msgstr "Datenbank"
690
 
691
  #: ../../admin/config/index.php:31
692
  msgid "Retain data for"
710
  "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
711
  "scht."
712
 
713
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
714
+ #: ../../admin/view/wp-slimstat-db.php:76
715
+ #: ../../admin/view/wp-slimstat-reports.php:779
716
  msgid "days"
717
  msgstr "Tage"
718
 
723
 
724
  #: ../../admin/config/index.php:47
725
  msgid "Convert IP Addresses"
726
+ msgstr "IP-Adressen umwandeln"
727
 
728
  #: ../../admin/config/index.php:47
729
  msgid "Display provider names instead of IP addresses."
739
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
740
 
741
  #: ../../admin/config/index.php:49
742
+ #, fuzzy
743
+ msgid "Enable SOV"
744
+ msgstr "CDN aktivieren"
745
 
746
  #: ../../admin/config/index.php:49
747
  msgid ""
748
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
749
+ "the subject, object, and verb of a sentence appear in that order, like in "
750
+ "Japanese."
751
+ msgstr ""
752
+
753
+ #: ../../admin/config/index.php:50
754
+ msgid "Show Display Name"
755
+ msgstr "Spitznamen anzeigen"
756
+
757
+ #: ../../admin/config/index.php:50
758
+ #, fuzzy
759
+ msgid ""
760
  "By default, users are listed by their usernames. Use this option to "
761
  "visualize their display names instead."
762
  msgstr ""
763
+ "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
764
+ "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
765
 
766
+ #: ../../admin/config/index.php:51
767
  #, fuzzy
768
  msgid "Show User Agent"
769
  msgstr "Top Browser"
770
 
771
+ #: ../../admin/config/index.php:51
772
+ #, fuzzy
773
  msgid ""
774
  "Choose if you want to see the browser name or a complete user agent string "
775
  "when hovering on browser icons."
776
  msgstr ""
777
+ "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
778
+ "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
779
 
780
+ #: ../../admin/config/index.php:52
781
  msgid "Show Titles"
782
+ msgstr "Titel anzeigen"
783
 
784
+ #: ../../admin/config/index.php:52
785
  msgid ""
786
  "Slimstat converts your permalinks into post and page titles. Disable this "
787
  "feature if you need to see the URL in your reports."
788
  msgstr ""
789
 
790
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
791
+ msgid "Date and Time"
792
+ msgstr "Datum und Uhrzeit"
793
+
794
  #: ../../admin/config/index.php:53
795
+ msgid ""
796
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
797
+ "Format</a> to use when displaying date and time of a pageview."
798
  msgstr ""
799
 
800
+ #: ../../admin/config/index.php:55
801
+ msgid "Functionality"
802
+ msgstr "Funktionalität"
803
+
804
+ #: ../../admin/config/index.php:56
805
  msgid "Asynchronous Views"
806
  msgstr "Asynchrone Anzeige"
807
 
808
+ #: ../../admin/config/index.php:56
809
  #, fuzzy
810
  msgid ""
811
  "Load all the reports dynamically. It makes the reports render faster, but it "
812
  "increases the load on your server."
813
  msgstr ""
814
+ "Benutzen Sie Ajax um die Statistiken nachzuladen. Dadurch erscheinen die "
815
+ "Seiten schneller, jedoch entsteht mehr Last auf dem Server."
816
 
817
+ #: ../../admin/config/index.php:57
818
  msgid "SlimScroll"
819
  msgstr ""
820
 
821
+ #: ../../admin/config/index.php:57
822
  msgid ""
823
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
824
  "scrollbar."
825
  msgstr ""
826
 
827
+ #: ../../admin/config/index.php:58
 
828
  msgid "Expand Details"
829
  msgstr "Details anzeigen"
830
 
831
+ #: ../../admin/config/index.php:58
832
  #, fuzzy
833
  msgid "Expand each row's details by default, insted of on mousehover."
834
+ msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
835
 
836
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
837
  #, fuzzy
838
  msgid "Rows to Display"
839
  msgstr "keine Daten vorhanden"
840
 
841
+ #: ../../admin/config/index.php:59
842
  msgid "Specify the number of items in each report."
843
  msgstr ""
844
 
845
+ #: ../../admin/config/index.php:61
846
+ msgid "Activity Log"
847
  msgstr ""
848
 
849
+ #: ../../admin/config/index.php:62
850
+ msgid "Live Stream"
851
+ msgstr "Livestream"
852
+
853
+ #: ../../admin/config/index.php:62
854
  #, fuzzy
855
  msgid ""
856
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
857
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
858
  msgstr ""
859
  "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
860
  "deaktiviert diese Funktion."
861
 
862
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
863
  msgid "seconds"
864
  msgstr "Sekunden"
865
 
866
+ #: ../../admin/config/index.php:63
867
  msgid "Specify the number of items in the Activity Log."
868
  msgstr ""
869
 
870
+ #: ../../admin/config/index.php:64
871
  #, fuzzy
872
  msgid "Activity Log Extended"
873
+ msgstr "Aktuell (erweitert)"
874
 
875
+ #: ../../admin/config/index.php:64
876
+ #, fuzzy
877
  msgid ""
878
  "Choose if you want to see outbound links listed in the Activity Log. It "
879
  "might slow down the rendering of this report."
880
  msgstr ""
881
+ "Wählen Sie, ob die ausgehenden Links unter Aktuell angezeigt werden sollen. "
882
+ "Dies könnte die Erstellung des Berichtes verlansamen oder Fehler bei "
883
+ "langsameren System anzeigen."
884
 
885
+ #: ../../admin/config/index.php:69
886
  #, fuzzy
887
  msgid "Visitors and Known Users"
888
  msgstr "Bekannte Benutzer"
889
 
890
+ #: ../../admin/config/index.php:70
891
  #, fuzzy
892
  msgid "Track Registered Users"
893
  msgstr "Benutzer tracken"
894
 
895
+ #: ../../admin/config/index.php:70
896
  #, fuzzy
897
  msgid "Enable this option to track logged in users."
898
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
899
 
900
+ #: ../../admin/config/index.php:71
901
  #, fuzzy
902
  msgid "Blacklist by Username"
903
+ msgstr "IP-Adresse"
904
 
905
+ #: ../../admin/config/index.php:71
906
+ #, fuzzy
907
  msgid ""
908
  "List all the usernames you don't want to track, separated by commas. Please "
909
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
910
  "sensitive."
911
  msgstr ""
912
+ "Wordpress-Benutzer, die nicht getrackt werden sollen, getrennt durch "
913
+ "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
914
+ "Kleinschreibung wird beachtet."
915
 
916
+ #: ../../admin/config/index.php:72
917
  #, fuzzy
918
  msgid "Blacklist by IP Address"
919
+ msgstr "IP-Adresse"
920
 
921
+ #: ../../admin/config/index.php:72
922
  #, fuzzy
923
  msgid ""
924
  "List all the IP addresses you don't want to track, separated by commas. Each "
927
  "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
928
  "public IP and the originating IP, if available."
929
  msgstr ""
930
+ "Komma-spearierte Liste aller IP-Adressen, die nicht getrackt werdeb sollen. "
931
  "Jedes Netzwerk <strong>muss</strong> mit der <a href='http://en.wikipedia."
932
  "org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR Notation</a> "
933
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
934
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
935
 
936
+ #: ../../admin/config/index.php:73
937
  #, fuzzy
938
  msgid "Blacklist by Capability"
939
+ msgstr "Benutzer nach Browserf&auml;higkeiten"
940
 
941
+ #: ../../admin/config/index.php:73
942
+ #, fuzzy
943
  msgid ""
944
  "Users having at least one of the <a href='http://codex.wordpress.org/"
945
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
946
  "will not be tracked. Capabilities are case-insensitive."
947
  msgstr ""
948
+ "Benutzer, die mindestens eine der hier aufgelisteten <a href='http://codex."
949
+ "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
950
+ "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
951
 
952
+ #: ../../admin/config/index.php:75
953
  msgid "Profiling"
954
  msgstr ""
955
 
956
+ #: ../../admin/config/index.php:76
957
  msgid "Ignore Spammers"
958
  msgstr "Spammer ignorieren"
959
 
960
+ #: ../../admin/config/index.php:76
961
  #, fuzzy
962
  msgid ""
963
  "Enable this option if you don't want to track visits from users identified "
970
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
971
  "Datenbank entfernt."
972
 
973
+ #: ../../admin/config/index.php:77
 
974
  msgid "Permalinks"
975
+ msgstr "Permalinks"
976
 
977
+ #: ../../admin/config/index.php:77
978
  #, fuzzy
979
  msgid ""
980
  "List all the URLs on your website that you don't want to track, separated by "
991
  "Textes. <code>!</code> steht für ein beliebiges Zeichen. Zum Beispiel "
992
  "erfasst <code>/abou*</code> Folgendes: /about und /abound, <code>/abo*t</"
993
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
994
+ "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
995
 
996
+ #: ../../admin/config/index.php:78
 
997
  msgid "Countries"
998
  msgstr "L&auml;nder"
999
 
1000
+ #: ../../admin/config/index.php:78
 
1001
  msgid ""
1002
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1003
  "track, separated by commas."
1005
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
1006
  "mit erfasst werden sollen, getrennt durch Kommata."
1007
 
1008
+ #: ../../admin/config/index.php:79
 
1009
  msgid "User Agents"
1010
+ msgstr "User Agents"
1011
 
1012
+ #: ../../admin/config/index.php:79
1013
  #, fuzzy
1014
  msgid ""
1015
  "Browsers (user agents) you don't want to track, separated by commas. You can "
1025
  "Textes. <code>!</code> steht für ein beliebiges Zeichen. Zum Beispiel "
1026
  "erfasst <code>/abou*</code> Folgendes: /about und /abound, <code>/abo*t</"
1027
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
1028
+ "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
1029
 
1030
+ #: ../../admin/config/index.php:80
 
1031
  msgid "Referring Sites"
1032
+ msgstr "Verweisende Webseiten"
1033
 
1034
+ #: ../../admin/config/index.php:80
1035
  #, fuzzy
1036
  msgid ""
1037
  "Referring URLs that you don't want to track, separated by commas: "
1047
  "Textes. <code>!</code> steht für ein beliebiges Zeichen. Zum Beispiel "
1048
  "erfasst <code>/abou*</code> Folgendes: /about und /abound, <code>/abo*t</"
1049
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
1050
+ "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
1051
 
1052
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1053
  msgid "Miscellaneous"
1054
+ msgstr "Diverse"
1055
 
1056
+ #: ../../admin/config/index.php:83
1057
  msgid "Enable Privacy Mode"
1058
  msgstr ""
1059
 
1060
+ #: ../../admin/config/index.php:83
1061
  #, fuzzy
1062
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1063
  msgstr ""
1064
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
1065
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
1066
 
1067
+ #: ../../admin/config/index.php:84
1068
  msgid "Ignore Prefetch Requests"
1069
  msgstr ""
1070
 
1071
+ #: ../../admin/config/index.php:84
1072
  #, fuzzy
1073
  msgid ""
1074
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
1078
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
1079
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
1080
 
1081
+ #: ../../admin/config/index.php:100
1082
  msgid "Ignore users (username not found)"
1083
+ msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
1084
 
1085
+ #: ../../admin/config/index.php:123
1086
  msgid ""
1087
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1088
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1089
  msgstr ""
1090
 
1091
+ #: ../../admin/config/index.php:133
 
1092
  msgid "Reports"
1093
+ msgstr "Auswertungen"
1094
 
1095
+ #: ../../admin/config/index.php:134
 
1096
  msgid "Restrict Authors"
1097
+ msgstr "Autoren einschränken"
1098
 
1099
+ #: ../../admin/config/index.php:134
1100
+ #, fuzzy
1101
  msgid ""
1102
  "Enable this option if you want your authors to only see stats related to "
1103
  "their own content."
1104
  msgstr ""
1105
+ "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
1106
+ "eigenen Inhalt ansehen können."
1107
 
1108
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1109
  #, fuzzy
1110
  msgid "Capability"
1111
+ msgstr "Benutzer nach Browserf&auml;higkeiten"
1112
 
1113
+ #: ../../admin/config/index.php:135
1114
+ #, fuzzy
1115
  msgid ""
1116
  "Specify the minimum <a href='http://codex.wordpress.org/"
1117
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1120
  "the reports, unless a 'Read access' whitelist has been specified here below. "
1121
  "In this case, the list has precedence over the capability."
1122
  msgstr ""
1123
+ "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1124
+ "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
1125
+ "Berichte nötig sind (Standard: <code>read</code>). Wenn dieses Feld leer ist "
1126
+ "haben <strong>alle Ihrer Benutzer</strong> (inkl Abonnenten) Zugriff auf die "
1127
+ "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1128
+ "welche Vorrang über die CAPABILITY hat."
1129
 
1130
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1131
  msgid "Whitelist"
1132
+ msgstr "Whitelist"
1133
 
1134
+ #: ../../admin/config/index.php:136
1135
+ #, fuzzy
1136
  msgid ""
1137
  "List all the users who should have access to the reports, separated by "
1138
  "commas. Administrators are implicitly allowed, so you don't need to list "
1139
  "them in here. Usernames are case sensitive."
1140
  msgstr ""
1141
+ "Liste aller Benutzer, die WP SlimStat-Berichte aufrufen dürfen, getrennt "
1142
+ "durch Beistriche. Administratoren sind ohnehin erlaubt, müssen also nicht "
1143
+ "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
1144
+ "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
1145
 
1146
+ #: ../../admin/config/index.php:139
1147
+ #, fuzzy
1148
  msgid ""
1149
  "Specify the minimum <a href='http://codex.wordpress.org/"
1150
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1151
  "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1152
  "can be used to override this option for specific users."
1153
  msgstr ""
1154
+ "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1155
+ "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
1156
+ "Berichte nötig sind (Standard: <code>read</code>). Wenn dieses Feld leer ist "
1157
+ "haben <strong>alle Ihrer Benutzer</strong> (inkl Abonnenten) Zugriff auf die "
1158
+ "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1159
+ "welche Vorrang über die CAPABILITY hat."
1160
 
1161
+ #: ../../admin/config/index.php:140
1162
+ #, fuzzy
1163
  msgid ""
1164
  "List all the users who can edit these options, separated by commas. Please "
1165
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1166
  "not forget to include yourself! Usernames are case sensitive."
1167
  msgstr ""
1168
+ "Liste aller Benutzer, die diese Optionen bearbeiten dürfen, getrennt durch "
1169
+ "Beistriche. Administratoren müssen explizit angeführt werden, also auch Sie "
1170
+ "selbst! Ist dieses Feld leer sind Änderungen durch <strong>all Ihren "
1171
+ "Benutzern</strong> (außer <em>Abonnenten</em>) erlaubt. Hier aufgelistete "
1172
+ "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
1173
+ "Berichte. Bitte Groß-/Kleinschreibung beachten."
1174
 
1175
+ #: ../../admin/config/index.php:156
1176
  msgid "Read access: username not found"
1177
+ msgstr "Lesezugriff: Benutzername nicht gefunden"
1178
 
1179
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
1180
+ #, fuzzy
1181
  msgid ""
1182
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1183
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1184
  "information"
1185
  msgstr ""
1186
+ "Ungültige Mindest-capability. Nähere Informationen finden Sie <a href="
1187
+ "\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_new\">hier</"
1188
+ "a>."
1189
 
1190
+ #: ../../admin/config/index.php:187
1191
  msgid "Config access: username not found"
1192
+ msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
1193
 
1194
+ # What is smoothing?
1195
+ #: ../../admin/config/index.php:215
1196
  msgid "Detect Smoothing"
1197
+ msgstr "Smoothing erkennen"
1198
 
1199
+ #: ../../admin/config/index.php:215
1200
  msgid ""
1201
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1202
  "This option required Spy Mode to be enabled."
1203
  msgstr ""
1204
 
1205
+ #: ../../admin/config/index.php:216
 
1206
  msgid "Track Outbound Clicks"
1207
  msgstr "Letzte ausgehende Links"
1208
 
1209
+ #: ../../admin/config/index.php:216
1210
  msgid ""
1211
  "Track when your visitors click on link to external websites. This option "
1212
  "required Spy Mode to be enabled."
1213
  msgstr ""
1214
 
1215
+ #: ../../admin/config/index.php:217
 
1216
  msgid "Session Duration"
1217
  msgstr "Besuchsdauer"
1218
 
1219
+ #: ../../admin/config/index.php:217
1220
+ #, fuzzy
1221
  msgid ""
1222
  "How many seconds should a human session last? Google Analytics sets it to "
1223
  "1800 seconds."
1224
  msgstr ""
1225
+ "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
1226
+ "wird hier 1.800 Sekunden vorgeschlagen."
1227
 
1228
+ #: ../../admin/config/index.php:218
1229
  msgid "Extend Session"
1230
+ msgstr "Sitzung erweitern"
1231
 
1232
+ #: ../../admin/config/index.php:218
1233
+ #, fuzzy
1234
  msgid "Extend the duration of a session each time the user visits a new page."
1235
  msgstr ""
1236
+ "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
1237
+ "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
1238
 
1239
+ #: ../../admin/config/index.php:219
1240
  msgid "Enable CDN"
1241
+ msgstr "CDN aktivieren"
1242
 
1243
+ #: ../../admin/config/index.php:219
1244
  msgid ""
1245
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1246
  "by serving our tracking code from their fast and reliable network (free "
1247
  "service)."
1248
  msgstr ""
1249
 
1250
+ #: ../../admin/config/index.php:220
1251
  msgid "Extensions to Track"
1252
+ msgstr "Zu verfolgende Erweiterungen"
1253
 
1254
+ #: ../../admin/config/index.php:220
1255
+ #, fuzzy
1256
  msgid ""
1257
  "List all the file extensions that you want to be treated as Downloads. "
1258
  "Please note that links pointing to external resources (i.e. PDFs on a "
1260
  "tracked as such), if their extension matches one of the ones listed here "
1261
  "below."
1262
  msgstr ""
1263
+ "Die folgenden (durch Beistriche getrennten) Dateitypen werden als "
1264
+ "'Downloads' von WP SlimStat erkannt. Bitte beachten Sie, dass Links auf "
1265
+ "externe Resourcen (zB PDFs von einer anderen Webseite) als 'Downloads' und "
1266
+ "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
1267
+ "Liste enthalten ist."
1268
 
1269
+ #: ../../admin/config/index.php:222
1270
  #, fuzzy
1271
  msgid "External Pages"
1272
  msgstr "Gesamte Seitenaufrufe"
1273
 
1274
+ #: ../../admin/config/index.php:223
1275
  msgid "Add the following code to all the non-WP pages you want to track"
1276
  msgstr ""
1277
 
1278
+ #: ../../admin/config/index.php:235
1279
  msgid "Debug Mode"
1280
  msgstr ""
1281
 
1282
+ #: ../../admin/config/index.php:235
1283
  msgid "Display the SQL queries used to retrieve the data."
1284
  msgstr ""
1285
 
1286
+ #: ../../admin/config/index.php:236
1287
  msgid "IP Lookup"
1288
  msgstr "IP Suche"
1289
 
1290
+ #: ../../admin/config/index.php:236
1291
  msgid "Customize the Geolocation service to be used in the reports."
1292
  msgstr ""
1293
 
1294
+ #: ../../admin/config/index.php:237
1295
  msgid "Custom CSS"
1296
+ msgstr "Benutzerdefinierte CSS"
1297
 
1298
+ #: ../../admin/config/index.php:237
1299
  msgid ""
1300
  "Paste here your custom stylesheet to personalize the way your reports look. "
1301
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1303
  "setting."
1304
  msgstr ""
1305
 
1306
+ #: ../../admin/config/index.php:238
1307
+ #, fuzzy
1308
  msgid "Enable UAN"
1309
+ msgstr "ADN aktivieren"
1310
 
1311
+ #: ../../admin/config/index.php:238
1312
  msgid ""
1313
  "Send anonymous data about user agents to our server for analysis. This "
1314
  "allows us to contribute to the <a href='http://browscap.org/' "
1318
  msgstr ""
1319
 
1320
  #: ../../admin/config/maintenance.php:20
1321
+ #, fuzzy
1322
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1323
  msgstr ""
1324
+ "Ihre WP SlimStat Datenbank wurden erfolgreich ins InnoDB-Format konvertiert."
1325
 
1326
  #: ../../admin/config/maintenance.php:30
1327
  msgid "records deleted from your database."
1328
+ msgstr "Datensätze von Ihrer Datenbank gelöscht."
1329
 
1330
  #: ../../admin/config/maintenance.php:35
1331
  msgid "All the records were successfully deleted."
1332
+ msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1333
 
1334
  #: ../../admin/config/maintenance.php:39
1335
  msgid "Your reports were successfully restored to their default arrangement."
1336
  msgstr ""
1337
 
1338
  #: ../../admin/config/maintenance.php:46
1339
+ #, fuzzy
1340
  msgid ""
1341
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1342
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1343
  msgstr ""
1344
+ "Gratulation! WP SlimStat ist jetzt für <a href=\"http://www.youtube.com/"
1345
+ "watch?v=1mgvE55HpcU\" target=\"_blank\">wahnsinnige Geschwindigkeit</a> "
1346
+ "optimiert."
1347
 
1348
  #: ../../admin/config/maintenance.php:53
1349
  msgid ""
1353
 
1354
  #: ../../admin/config/maintenance.php:84
1355
  msgid "Database Information"
1356
+ msgstr "Datenbankinformation"
1357
 
1358
+ # depends on context:
1359
+ # Engine = Maschine, Motor, Triebwerk or Antrieb
1360
+ # Search engine = Suchmaschine
1361
  #: ../../admin/config/maintenance.php:87
1362
  #, fuzzy
1363
  msgid "Engine"
1365
 
1366
  #: ../../admin/config/maintenance.php:91
1367
  msgid "switch to InnoDB"
1368
+ msgstr "zu InnoDB wechseln"
1369
 
1370
  #: ../../admin/config/maintenance.php:102
 
1371
  msgid "records"
1372
+ msgstr "Datensätze"
1373
 
1374
  #: ../../admin/config/maintenance.php:107
 
1375
  msgid "Data Maintenance"
1376
+ msgstr "Datenwartung"
1377
 
1378
  #: ../../admin/config/maintenance.php:110
1379
  #, fuzzy
1380
  msgid "Delete pageviews where"
1381
+ msgstr "Lösche Seitenaufrufe, wo"
1382
 
1383
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1384
  msgid "equals"
1385
  msgstr "entspricht"
1386
 
1387
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1388
  msgid "is not equal to"
1389
  msgstr "ist ungleich zu"
1390
 
1391
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1392
  msgid "contains"
1393
  msgstr "enth&auml;lt"
1394
 
1395
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1396
  msgid "does not contain"
1397
  msgstr "enth&auml;lt nicht"
1398
 
1399
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1400
  msgid "starts with"
1401
  msgstr "beginnt mit"
1402
 
1403
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1404
  msgid "ends with"
1405
  msgstr "endet mit"
1406
 
1407
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1408
  msgid "sounds like"
1409
  msgstr "&auml;hnelt"
1410
 
1411
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1412
  msgid "is greater than"
1413
  msgstr "ist gr&ouml;sser als"
1414
 
1415
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1416
  msgid "is less than"
1417
  msgstr "ist kleiner als"
1418
 
1419
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1420
  msgid "matches"
1421
+ msgstr "entspricht"
1422
 
1423
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
 
1424
  msgid "does not match"
1425
+ msgstr "entspricht nicht"
1426
 
1427
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1428
  msgid "is empty"
1429
  msgstr "ist leer"
1430
 
1431
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1432
  msgid "is not empty"
1433
  msgstr "ist nicht leer"
1434
 
1435
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1436
+ #: ../../admin/view/index.php:87
1437
  msgid "Apply"
1438
+ msgstr "Anwenden"
1439
 
1440
  #: ../../admin/config/maintenance.php:140
1441
+ #, fuzzy
1442
  msgid ""
1443
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1444
  msgstr ""
1445
+ "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1446
+ "Datenbank löschen möchten?"
1447
 
1448
  #: ../../admin/config/maintenance.php:145
1449
  msgid "Empty Database"
1450
+ msgstr "Datenbank leeren"
1451
 
1452
  #: ../../admin/config/maintenance.php:148
1453
+ #, fuzzy
1454
  msgid ""
1455
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1456
  "database?"
1457
  msgstr ""
1458
+ "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1459
+ "Datenbank löschen möchten?"
1460
 
1461
  #: ../../admin/config/maintenance.php:148
 
1462
  msgid "Delete All Pageviews"
1463
+ msgstr "Alle Seitenaufrufe löschen"
1464
 
1465
  #: ../../admin/config/maintenance.php:149
1466
  msgid ""
1469
  msgstr ""
1470
 
1471
  #: ../../admin/config/maintenance.php:153
 
1472
  msgid "Reset Reports"
1473
+ msgstr "Berichte zurücksetzen"
1474
 
1475
  #: ../../admin/config/maintenance.php:156
1476
+ #, fuzzy
1477
  msgid ""
1478
  "Are you sure you want to restore the default arrangement of your reports?"
1479
+ msgstr "Datenbanktabellen wirklich zurücksetzen?"
1480
 
1481
  #: ../../admin/config/maintenance.php:156
1482
  msgid "No Panic Button"
1490
 
1491
  #: ../../admin/config/maintenance.php:161
1492
  msgid "Performance"
1493
+ msgstr "Leistung"
1494
 
1495
  #: ../../admin/config/maintenance.php:164
1496
  msgid "Improve Performance"
1497
+ msgstr "Leistung erhöhen"
1498
 
1499
  #: ../../admin/config/maintenance.php:165
1500
+ #, fuzzy
1501
  msgid ""
1502
  "Please note that you will need about 30% more DB space to store the extra "
1503
  "information required."
1504
  msgstr ""
1505
+ "Benutzen Sie diese Funktion, um die Gesamtleistung Ihrer Statistikern zu "
1506
+ "verbessern. Die Datenbank benötigt dafür ca. 30% mehr Speicherplatz, damit "
1507
+ "die notwendigen zusätzlichne Informationen gespeichert werden können."
1508
 
1509
  #: ../../admin/config/maintenance.php:169
1510
  msgid "Save DB Space"
1511
+ msgstr "Datenbank-Speicherplatz sparen"
1512
 
1513
  #: ../../admin/config/maintenance.php:170
1514
  msgid ""
1528
  msgstr ""
1529
 
1530
  #: ../../admin/config/maintenance.php:184
 
1531
  msgid "Import"
1532
+ msgstr "Import"
1533
 
1534
  #: ../../admin/config/maintenance.php:185
1535
  msgid "Are you sure you want to OVERWRITE your current settings?"
1536
+ msgstr "Derzeitige Einstellungen wirklich zurücksetzen?"
1537
 
1538
  #: ../../admin/lang/dynamic_strings.php:3
1539
  msgid "xx"
1541
 
1542
  #: ../../admin/lang/dynamic_strings.php:4
1543
  msgid "unknown"
1544
+ msgstr "Unbekannt"
1545
 
1546
  #: ../../admin/lang/dynamic_strings.php:5
 
1547
  msgid "win8.1"
1548
+ msgstr "Windows 8.1"
1549
 
1550
  #: ../../admin/lang/dynamic_strings.php:6
1551
  msgid "win8"
1701
 
1702
  #: ../../admin/lang/dynamic_strings.php:44
1703
  msgid "ios"
1704
+ msgstr "iPhone OS"
1705
 
1706
  #: ../../admin/lang/dynamic_strings.php:45
1707
  msgid "palm"
1729
 
1730
  #: ../../admin/lang/dynamic_strings.php:51
1731
  msgid "blackberry os"
1732
+ msgstr "Blackberry OS"
1733
 
1734
  #: ../../admin/lang/dynamic_strings.php:52
1735
  msgid "webos"
1773
 
1774
  #: ../../admin/lang/dynamic_strings.php:62
1775
  msgid "p-unk"
1776
+ msgstr "Unbekannt"
1777
 
1778
  #: ../../admin/lang/dynamic_strings.php:63
1779
  msgid "p-win"
2779
  msgid "l-sl"
2780
  msgstr "Slovenian"
2781
 
2782
+ # Sinhala; Sinhalese
2783
  #: ../../admin/lang/dynamic_strings.php:255
2784
  #, fuzzy
2785
  msgid "l-sl-si"
2786
+ msgstr "Sinhala; Sinhalese"
2787
 
2788
  # Albanian
2789
  #: ../../admin/lang/dynamic_strings.php:256
3011
  msgstr "Zulu"
3012
 
3013
  #: ../../admin/lang/dynamic_strings.php:298
3014
+ #: ../../admin/view/wp-slimstat-reports.php:503
3015
  msgid "l-"
3016
  msgstr "l-"
3017
 
3027
 
3028
  #: ../../admin/lang/dynamic_strings.php:301
3029
  msgid "c-xy"
3030
+ msgstr "Lokale IP-Adresse"
3031
 
3032
+ #: ../../admin/view/index.php:24
3033
+ msgid "is between (x,y)"
3034
+ msgstr ""
3035
+
3036
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
3037
  msgid "Today"
3038
+ msgstr "heute"
3039
 
3040
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
3041
  msgid "Yesterday"
3042
+ msgstr "Gestern"
3043
 
3044
+ #: ../../admin/view/index.php:59
3045
  msgid "Last 7 Days"
3046
+ msgstr "Letzte 7 Tage"
3047
 
3048
+ #: ../../admin/view/index.php:60
3049
  #, fuzzy
3050
  msgid "Last 60 Days"
3051
+ msgstr "Letzte 30 Tage"
3052
 
3053
+ #: ../../admin/view/index.php:61
 
3054
  msgid "Last 90 Days"
3055
+ msgstr "Letzte 90 Tage"
3056
 
3057
+ #: ../../admin/view/index.php:62
3058
  #, fuzzy
3059
  msgid "This Year So Far"
3060
+ msgstr "Heuer"
3061
 
3062
+ #: ../../admin/view/index.php:63
3063
  #, fuzzy
3064
  msgid "Date Range"
3065
  msgstr "Datum und Uhrzeit"
3066
 
3067
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
3068
  msgid "Day"
3069
  msgstr "Tag"
3070
 
3071
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3072
  msgid "Month"
3073
  msgstr "Monat"
3074
 
3075
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
3076
  msgid "Year"
3077
  msgstr "Jahr"
3078
 
3079
+ #: ../../admin/view/index.php:89
3080
  #, fuzzy
3081
  msgid "Reset Filters"
3082
  msgstr "Datumsfilter"
3083
 
3084
+ #: ../../admin/view/index.php:130
3085
  msgid "Your report here"
3086
  msgstr "Deine Auswertung hier"
3087
 
3088
+ #: ../../admin/view/index.php:132
3089
  #, fuzzy
3090
  msgid ""
3091
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
3103
  "besuchen Sie mein <a href=\"http://lab.duechiacchiere.it/\" title=\"WP "
3104
  "SlimStat Support-Forum\" target=\"_blank\">Support-Forum</a>."
3105
 
3106
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
3107
+ #: ../../admin/view/wp-slimstat-reports.php:893
3108
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3109
  msgid "Pageviews"
3110
  msgstr "Seitenaufrufe"
3111
 
3112
+ #: ../../admin/view/index.php:149
3113
  #, fuzzy
3114
  msgid ""
3115
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3120
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
3121
  "zur&uuml;kkehrender Besucher."
3122
 
3123
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3124
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
 
 
3125
  msgid "Color codes"
3126
+ msgstr "Farbcode"
3127
 
3128
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3129
+ #, fuzzy
3130
+ msgid "From search result page"
3131
  msgstr "Von einer Suchergebnisseite"
3132
 
3133
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3134
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3135
  msgid "Known Users"
3136
  msgstr "Bekannte Benutzer"
3137
 
3138
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3139
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3140
  msgid "Other Humans"
3141
  msgstr "Andere echte Besucher"
3142
 
3143
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3144
+ msgid "Bot or Crawler"
3145
+ msgstr "Bot oder Crawler"
3146
+
3147
+ #: ../../admin/view/index.php:157
3148
  #, fuzzy
3149
  msgid "Keywords used by your visitors to find your website on a search engine."
3150
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3151
 
3152
+ #: ../../admin/view/index.php:160
3153
  msgid ""
3154
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3155
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3156
  "set above don't apply to this report."
3157
  msgstr ""
3158
 
3159
+ #: ../../admin/view/index.php:163
 
3160
  msgid "Human Visits"
3161
  msgstr "Echte Besuche"
3162
 
3163
+ #: ../../admin/view/index.php:166
3164
  #, fuzzy
3165
  msgid ""
3166
  "Internet Service Provider: a company which provides other companies or "
3174
  "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
3175
  "'Einstellungen > SlimStat > Filter' gesetzt werden."
3176
 
3177
+ #: ../../admin/view/index.php:169
3178
  #, fuzzy
3179
  msgid ""
3180
  "You can configure Slimstat to ignore a specific Country by setting the "
3183
  "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
3184
  "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
3185
 
3186
+ #: ../../admin/view/index.php:172
3187
  msgid ""
3188
  "This report shows you what user agent families (no version considered) are "
3189
  "popular among your visitors."
3190
  msgstr ""
3191
+ "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
3192
+ "bei Ihren Besuchern populär sind."
3193
 
3194
+ #: ../../admin/view/index.php:175
3195
  msgid ""
3196
  "This report shows you what operating system families (no version considered) "
3197
  "are popular among your visitors."
3198
  msgstr ""
3199
+ "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
3200
+ "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
3201
 
3202
+ #: ../../admin/view/index.php:181
 
3203
  msgid "Average Pageviews per Visit"
3204
+ msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3205
 
3206
+ #: ../../admin/view/index.php:184
3207
  msgid ""
3208
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3209
  "left your site from the entrance (landing) page."
3211
  "Eine 'Absprung' Seite ist der Zugriff auf eine einzelne Seite oder wenn der "
3212
  "Besucher die Website bereits auf der Einstiegs-Seite wieder verl&auml;sst."
3213
 
3214
+ #: ../../admin/view/index.php:187
3215
  msgid "Searches performed using Wordpress' built-in search functionality."
3216
  msgstr ""
3217
  "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
3218
 
3219
+ #: ../../admin/view/index.php:191
3220
+ #, fuzzy
3221
  msgid ""
3222
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3223
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3224
  "link has an ID attribute associated to it."
3225
  msgstr ""
3226
+ "<strong>Linkdetails</strong><br>- <em>A:n</em> heißt, dass der n-te Link der "
3227
+ "Seite angeklickt wurde.<br>- <em>ID:xx</em> wird gezeigt, wenn dem "
3228
+ "betreffenden Link ein ID-Attribute zugewiesen wurde."
3229
 
3230
+ #: ../../admin/view/index.php:194
3231
  msgid ""
3232
  "This report lists any <em>event</em> occurred on your website. Please refer "
3233
  "to the FAQ for more information on how to leverage this functionality."
3236
  "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
3237
  "zur Verwendung dieser Funktionalit&auml;t nach."
3238
 
3239
+ #: ../../admin/view/index.php:197
3240
  msgid ""
3241
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3242
  "this report is not affected by the filters set here above."
3243
  msgstr ""
3244
+ "Ihr Inhalt auf einen Blick: Posts, Kommentare, Pingbacks, usw. Dieser "
3245
+ "Bericht wird nicht durch die oben eingestellten Filter beeinflusst."
3246
 
3247
  #: ../../admin/view/right-now.php:8
3248
  msgid "Human"
3250
 
3251
  #: ../../admin/view/right-now.php:8
3252
  msgid "Bot/Crawler"
3253
+ msgstr "Bot/Crawler"
3254
 
3255
  #: ../../admin/view/right-now.php:8
3256
  msgid "Mobile Device"
3257
+ msgstr "Mobiles Gerät"
3258
 
3259
  #: ../../admin/view/right-now.php:8
3260
  msgid "Syndication Reader"
3261
  msgstr ""
3262
 
3263
  #: ../../admin/view/right-now.php:30
3264
+ #: ../../admin/view/wp-slimstat-reports.php:438
3265
+ #: ../../admin/view/wp-slimstat-reports.php:697
3266
  msgid "No data to display"
3267
  msgstr "keine Daten vorhanden"
3268
 
3269
  # Unknown
3270
  #: ../../admin/view/right-now.php:56
3271
+ #: ../../admin/view/wp-slimstat-reports.php:491
3272
+ #: ../../admin/view/wp-slimstat-reports.php:740
3273
+ #: ../../admin/view/wp-slimstat-reports.php:1004
3274
  msgid "c-"
3275
  msgstr "Unknown"
3276
 
3277
+ #: ../../admin/view/right-now.php:130
3278
+ msgid "Server Latency and Page Speed in milliseconds"
3279
+ msgstr ""
3280
+
3281
+ #: ../../admin/view/right-now.php:130
3282
+ msgid "SL"
3283
+ msgstr ""
3284
+
3285
+ #: ../../admin/view/right-now.php:130
3286
+ msgid "PS"
3287
+ msgstr ""
3288
+
3289
+ #: ../../admin/view/right-now.php:140
3290
+ #: ../../admin/view/wp-slimstat-reports.php:550
3291
+ #: ../../admin/view/wp-slimstat-reports.php:554
3292
+ #: ../../admin/view/wp-slimstat-reports.php:722
3293
+ #: ../../admin/view/wp-slimstat-reports.php:760
3294
  msgid "Open this URL in a new window"
3295
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
3296
 
3297
+ #: ../../admin/view/right-now.php:143
3298
  msgid "Local search results page"
3299
  msgstr "lokale Suchergebnisse"
3300
 
3301
+ #: ../../admin/view/right-now.php:150
 
3302
  msgid "Open this referrer in a new window"
3303
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
3304
 
3305
+ #: ../../admin/view/right-now.php:151
 
3306
  msgid "Open this outbound link in a new window"
3307
+ msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
 
 
 
 
 
3308
 
3309
+ #: ../../admin/view/right-now.php:153
3310
  #, fuzzy
3311
  msgid "Content Type"
3312
  msgstr "Inhalt"
3313
 
3314
+ #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3315
  msgid "IP Address"
3316
+ msgstr "IP-Adresse"
3317
 
3318
+ #: ../../admin/view/wp-slimstat-db.php:48
3319
  msgid "Domain"
3320
  msgstr "Dom&auml;ne"
3321
 
3322
+ #: ../../admin/view/wp-slimstat-db.php:51
3323
+ msgid "Page Speed"
3324
+ msgstr ""
3325
+
3326
  #: ../../admin/view/wp-slimstat-db.php:53
3327
  msgid "-- Advanced filters --"
3328
  msgstr "-- Erweiterte Filter --"
3329
 
3330
  #: ../../admin/view/wp-slimstat-db.php:54
3331
+ #: ../../admin/view/wp-slimstat-reports.php:64
3332
  msgid "Browser Capabilities"
3333
  msgstr "Browser-F&auml;higkeiten"
3334
 
3335
+ #: ../../admin/view/wp-slimstat-db.php:61
3336
  #, fuzzy
3337
+ msgid "Server Latency"
3338
+ msgstr "Latenz"
3339
+
3340
+ #: ../../admin/view/wp-slimstat-db.php:67
3341
  msgid "Resource ID"
3342
+ msgstr "Ressourcen-ID"
3343
 
3344
+ #: ../../admin/view/wp-slimstat-db.php:72
 
3345
  msgid "Hour"
3346
+ msgstr "Stunde"
3347
 
3348
+ #: ../../admin/view/wp-slimstat-db.php:78
3349
  #, fuzzy
3350
  msgid "Order Direction"
3351
  msgstr "Macromedia Director"
3352
 
3353
+ #: ../../admin/view/wp-slimstat-db.php:79
3354
  #, fuzzy
3355
  msgid "Limit Results"
3356
  msgstr "Max. Anzahl Ergebnisse"
3357
 
3358
+ #: ../../admin/view/wp-slimstat-db.php:80
3359
  msgid "Start From"
3360
  msgstr ""
3361
 
3362
+ #: ../../admin/view/wp-slimstat-reports.php:44
3363
  msgid "Pageviews (chart)"
3364
  msgstr "Seitenaufrufe (Diagramm)"
3365
 
3366
+ #: ../../admin/view/wp-slimstat-reports.php:45
3367
  #, fuzzy
3368
  msgid "About Slimstat"
3369
  msgstr "&Uuml;ber WP SlimStat"
3370
 
3371
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
3372
  msgid "At a Glance"
3373
+ msgstr "Auf einen Blick"
3374
 
3375
+ #: ../../admin/view/wp-slimstat-reports.php:47
3376
  #, fuzzy
3377
  msgid "Currently Online"
3378
  msgstr "Aktuelle Filter:"
3379
 
3380
+ #: ../../admin/view/wp-slimstat-reports.php:48
3381
+ #: ../../admin/view/wp-slimstat-reports.php:82
3382
  msgid "Spy View"
3383
+ msgstr "Aktuelle Seitenaufrufe"
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:49
3386
+ #: ../../admin/view/wp-slimstat-reports.php:83
3387
  msgid "Recent Search Terms"
3388
  msgstr "Letzte interne Suchbegriffe"
3389
 
3390
+ #: ../../admin/view/wp-slimstat-reports.php:50
3391
  msgid "Top Pages"
3392
+ msgstr "Top-Seiten"
3393
 
3394
+ #: ../../admin/view/wp-slimstat-reports.php:51
3395
+ #: ../../admin/view/wp-slimstat-reports.php:80
3396
  msgid "Top Traffic Sources"
3397
+ msgstr "Top-Traffic-Ursprung"
3398
 
3399
+ #: ../../admin/view/wp-slimstat-reports.php:52
3400
  msgid "Top Known Visitors"
3401
  msgstr "Top bekannte Besucher"
3402
 
3403
+ #: ../../admin/view/wp-slimstat-reports.php:53
3404
+ #: ../../admin/view/wp-slimstat-reports.php:78
3405
+ #: ../../admin/view/wp-slimstat-reports.php:98
3406
  msgid "Top Search Terms"
3407
+ msgstr "Top-Suchbegriffe"
3408
 
3409
+ #: ../../admin/view/wp-slimstat-reports.php:54
3410
+ #: ../../admin/view/wp-slimstat-reports.php:65
3411
+ #: ../../admin/view/wp-slimstat-reports.php:79
3412
  msgid "Top Countries"
3413
+ msgstr "Top-L&auml;nder"
3414
 
3415
+ #: ../../admin/view/wp-slimstat-reports.php:55
3416
  msgid "Rankings"
3417
  msgstr ""
3418
 
3419
+ #: ../../admin/view/wp-slimstat-reports.php:56
3420
  #, fuzzy
3421
  msgid "Top Language Families"
3422
+ msgstr "Top-Sprachen"
3423
 
3424
+ #: ../../admin/view/wp-slimstat-reports.php:57
3425
  msgid "Human Visits (chart)"
3426
  msgstr "Echte Besucher (Diagramm)"
3427
 
3428
+ #: ../../admin/view/wp-slimstat-reports.php:58
3429
+ #, fuzzy
3430
+ msgid "Audience Overview"
3431
+ msgstr "&Uuml;bersicht"
3432
+
3433
+ #: ../../admin/view/wp-slimstat-reports.php:59
3434
  msgid "Top Languages"
3435
+ msgstr "Top-Sprachen"
3436
 
3437
+ #: ../../admin/view/wp-slimstat-reports.php:60
 
3438
  msgid "Top Browsers"
3439
+ msgstr "Top-Browser"
3440
 
3441
+ #: ../../admin/view/wp-slimstat-reports.php:61
3442
  msgid "Top Service Providers"
3443
+ msgstr "Top-Internetprovider"
3444
 
3445
+ #: ../../admin/view/wp-slimstat-reports.php:62
3446
  msgid "Top Operating Systems"
3447
+ msgstr "Top-Betriebssysteme"
3448
 
3449
+ #: ../../admin/view/wp-slimstat-reports.php:63
3450
  msgid "Top Screen Resolutions"
3451
+ msgstr "Top-Bildschirmaufl&ouml;sungen"
3452
 
3453
+ #: ../../admin/view/wp-slimstat-reports.php:66
3454
  msgid "Visit Duration"
3455
  msgstr "Besuchsdauer"
3456
 
3457
+ #: ../../admin/view/wp-slimstat-reports.php:67
3458
+ #: ../../admin/view/wp-slimstat-reports.php:84
3459
  msgid "Recent Countries"
3460
  msgstr "Letzte L&auml;nder"
3461
 
3462
+ #: ../../admin/view/wp-slimstat-reports.php:68
3463
  msgid "Recent Screen Resolutions"
3464
+ msgstr "Letzte Bildschirmaufl&ouml;sungen"
3465
 
3466
+ #: ../../admin/view/wp-slimstat-reports.php:69
3467
  msgid "Recent Operating Systems"
3468
  msgstr "Letzte Betriebssysteme"
3469
 
3470
+ #: ../../admin/view/wp-slimstat-reports.php:70
 
3471
  msgid "Recent Browsers"
3472
+ msgstr "Letzte Browser"
3473
 
3474
+ #: ../../admin/view/wp-slimstat-reports.php:71
3475
  msgid "Recent Languages"
3476
  msgstr "Letzte Sprachen"
3477
 
3478
+ #: ../../admin/view/wp-slimstat-reports.php:72
 
3479
  msgid "Top Browser Families"
3480
+ msgstr "Top-Browserfamilien"
3481
 
3482
+ #: ../../admin/view/wp-slimstat-reports.php:73
3483
  msgid "Top OS Families"
3484
+ msgstr "Top-Betriebssysteme"
3485
 
3486
+ #: ../../admin/view/wp-slimstat-reports.php:74
 
3487
  msgid "Recent Users"
3488
+ msgstr "Letzte Benutzer"
3489
 
3490
+ #: ../../admin/view/wp-slimstat-reports.php:75
 
3491
  msgid "Top Users"
3492
+ msgstr "Top-Benutzer"
3493
 
3494
+ #: ../../admin/view/wp-slimstat-reports.php:76
3495
  msgid "Traffic Sources (chart)"
3496
+ msgstr "Traffic-Ursprung (Diagramm)"
3497
 
3498
+ #: ../../admin/view/wp-slimstat-reports.php:77
3499
  msgid "Summary"
3500
  msgstr "Zusammenfassung"
3501
 
3502
+ #: ../../admin/view/wp-slimstat-reports.php:81
3503
  msgid "Top Referring Search Engines"
3504
  msgstr "Top verweisende Suchmaschinen"
3505
 
3506
+ #: ../../admin/view/wp-slimstat-reports.php:85
3507
+ #: ../../admin/view/wp-slimstat-reports.php:101
3508
  msgid "Top Landing Pages"
3509
+ msgstr "Top-Einstiegsseiten"
3510
 
3511
+ #: ../../admin/view/wp-slimstat-reports.php:86
3512
  msgid "Average Pageviews per Visit (chart)"
3513
+ msgstr "Durchschnittl. Seitenaufrufe pro Besuch (Diagramm)"
3514
 
3515
+ #: ../../admin/view/wp-slimstat-reports.php:87
3516
  msgid "Recent Posts"
3517
  msgstr "Letzte Artikel"
3518
 
3519
+ #: ../../admin/view/wp-slimstat-reports.php:88
3520
  msgid "Recent Bounce Pages"
3521
+ msgstr "Letzte Absprungseiten"
3522
 
3523
+ #: ../../admin/view/wp-slimstat-reports.php:89
3524
  msgid "Recent Feeds"
3525
  msgstr "Letzte Feeds"
3526
 
3527
+ #: ../../admin/view/wp-slimstat-reports.php:90
3528
  msgid "Recent Pages Not Found"
3529
  msgstr ""
3530
 
3531
+ #: ../../admin/view/wp-slimstat-reports.php:91
3532
  msgid "Recent Internal Searches"
3533
  msgstr "Letzte interne Suchbegriffe"
3534
 
3535
+ #: ../../admin/view/wp-slimstat-reports.php:92
3536
  msgid "Top Categories"
3537
+ msgstr "Top-Kategorien"
3538
 
3539
+ #: ../../admin/view/wp-slimstat-reports.php:93
3540
  msgid "Recent Outbound Links"
3541
  msgstr "Letzte ausgehende Links"
3542
 
3543
+ #: ../../admin/view/wp-slimstat-reports.php:94
3544
  msgid "Recent Events"
3545
  msgstr "Letzte Ereignisse"
3546
 
3547
+ #: ../../admin/view/wp-slimstat-reports.php:95
3548
  msgid "Top Posts"
3549
+ msgstr "Top-Artikel"
3550
 
3551
+ #: ../../admin/view/wp-slimstat-reports.php:96
3552
  msgid "Top Feeds"
3553
+ msgstr "Top-Feeds"
3554
 
3555
+ #: ../../admin/view/wp-slimstat-reports.php:97
3556
  msgid "Top Internal Searches"
3557
  msgstr "Top interne Suchbegriffe"
3558
 
3559
+ #: ../../admin/view/wp-slimstat-reports.php:99
3560
  msgid "Recent Categories"
3561
  msgstr "Letzte Kategorien"
3562
 
3563
+ #: ../../admin/view/wp-slimstat-reports.php:100
3564
  #, fuzzy
3565
  msgid "Top Pages Not Found"
3566
+ msgstr "Top-Seiten"
3567
 
3568
+ #: ../../admin/view/wp-slimstat-reports.php:102
3569
  msgid "Top Authors"
3570
+ msgstr "Top-Autoren"
3571
 
3572
+ #: ../../admin/view/wp-slimstat-reports.php:103
3573
  #, fuzzy
3574
  msgid "Top Tags"
3575
  msgstr "Top Seiten"
3576
 
3577
+ #: ../../admin/view/wp-slimstat-reports.php:104
3578
  msgid "Recent Downloads"
3579
  msgstr "Letzte Downloads"
3580
 
3581
+ #: ../../admin/view/wp-slimstat-reports.php:105
3582
  #, fuzzy
3583
  msgid "Top OutLinks and Downloads"
3584
+ msgstr "Top-Downloads"
3585
 
3586
+ #: ../../admin/view/wp-slimstat-reports.php:106
3587
  msgid "Your Website"
3588
+ msgstr "Ihre Webseite"
3589
 
3590
+ #: ../../admin/view/wp-slimstat-reports.php:107
3591
+ msgid "World Map"
3592
+ msgstr "Weltkarte"
3593
+
3594
+ #: ../../admin/view/wp-slimstat-reports.php:108
3595
+ msgid "Activity"
3596
  msgstr ""
3597
 
3598
+ #: ../../admin/view/wp-slimstat-reports.php:219
3599
  msgid "Chart controls"
3600
  msgstr "Diagramm-Einstellungen"
3601
 
3602
+ #: ../../admin/view/wp-slimstat-reports.php:219
3603
  msgid "Use your mouse wheel to zoom in and out"
3604
  msgstr "Verwende das Mausrad zum Zoomen"
3605
 
3606
+ #: ../../admin/view/wp-slimstat-reports.php:219
3607
  msgid "While zooming in, drag the chart to move to a different area"
3608
  msgstr ""
3609
+ "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
 
3610
 
3611
+ #: ../../admin/view/wp-slimstat-reports.php:219
3612
  msgid "Double click on an empty region to reset the zoom level"
3613
  msgstr ""
3614
+ "Doppelklick auf einen freien Bereich, um den Zoomlevel zur&uuml;ckzusetzen"
3615
 
3616
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
 
 
3617
  msgid "src"
3618
  msgstr "src"
3619
 
3620
+ #: ../../admin/view/wp-slimstat-reports.php:233
3621
  msgid "serp"
3622
  msgstr "serp"
3623
 
3624
+ #: ../../admin/view/wp-slimstat-reports.php:238
3625
  msgid "Go to the corresponding search engine result page"
3626
  msgstr "Zugeh&ouml;rige Ergbnisseite der Suchmaschine &ouml;ffnen"
3627
 
3628
+ #: ../../admin/view/wp-slimstat-reports.php:241
3629
  msgid "Go to the referring page"
3630
  msgstr "Verweisende Seite &ouml;ffnen"
3631
 
3632
+ #: ../../admin/view/wp-slimstat-reports.php:264
3633
  msgid "Remove filter for"
3634
  msgstr "Entferne Filter f&uuml;r"
3635
 
3636
+ #: ../../admin/view/wp-slimstat-reports.php:271
3637
+ #, fuzzy
3638
  msgid "Reset All"
3639
+ msgstr "Datenbanktabellen zurücksetzen"
3640
 
3641
+ #: ../../admin/view/wp-slimstat-reports.php:274
3642
  msgid "Current filters:"
3643
  msgstr "Aktuelle Filter:"
3644
 
3645
+ #: ../../admin/view/wp-slimstat-reports.php:278
 
3646
  msgid "Refresh"
3647
  msgstr "Anzeige aktualisieren"
3648
 
3649
+ #: ../../admin/view/wp-slimstat-reports.php:352
3650
  #, fuzzy, php-format
3651
  msgid "Results %s - %s of %s"
3652
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
3653
 
3654
+ #: ../../admin/view/wp-slimstat-reports.php:354
 
3655
  msgid "Refresh in"
3656
+ msgstr "Anzeige aktualisieren in"
3657
 
3658
+ #: ../../admin/view/wp-slimstat-reports.php:376
3659
+ #: ../../admin/view/wp-slimstat-reports.php:388
3660
+ #, php-format
3661
  msgid "Daily %s"
3662
+ msgstr "Täglich %s"
3663
 
3664
+ #: ../../admin/view/wp-slimstat-reports.php:379
3665
  #, php-format
3666
  msgid "%s Minute by Minute"
3667
+ msgstr "%s Minute zu Minute"
3668
 
3669
+ #: ../../admin/view/wp-slimstat-reports.php:382
3670
+ #, php-format
3671
  msgid "Hourly %s"
3672
+ msgstr "Stündlich %s"
3673
 
3674
+ #: ../../admin/view/wp-slimstat-reports.php:385
3675
+ #, php-format
3676
  msgid "Monthly %s"
3677
+ msgstr "Monatlich %s"
3678
 
3679
+ #: ../../admin/view/wp-slimstat-reports.php:473
3680
  msgid "Category ID"
3681
  msgstr "Kategorie-ID"
3682
 
3683
+ #: ../../admin/view/wp-slimstat-reports.php:506
3684
  msgid "OS Code"
3685
+ msgstr "OS-Code"
3686
 
3687
+ #: ../../admin/view/wp-slimstat-reports.php:516
 
3688
  msgid "Referrer"
3689
+ msgstr "Verweis"
3690
 
3691
+ #: ../../admin/view/wp-slimstat-reports.php:540
3692
+ #: ../../admin/view/wp-slimstat-reports.php:828
3693
+ #: ../../admin/view/wp-slimstat-reports.php:837
3694
+ #: ../../admin/view/wp-slimstat-reports.php:843
3695
+ #: ../../admin/view/wp-slimstat-reports.php:849
3696
+ #: ../../admin/view/wp-slimstat-reports.php:855
3697
+ #: ../../admin/view/wp-slimstat-reports.php:861
3698
+ #: ../../admin/view/wp-slimstat-reports.php:867
3699
+ #: ../../admin/view/wp-slimstat-reports.php:873
3700
  msgid "Hits"
3701
  msgstr "Zugriffe"
3702
 
3703
+ #: ../../admin/view/wp-slimstat-reports.php:714
3704
  msgid "Search for"
3705
  msgstr "Suche nach"
3706
 
3707
+ #: ../../admin/view/wp-slimstat-reports.php:750
3708
+ #: ../../admin/view/wp-slimstat-reports.php:760
3709
  msgid "Source"
3710
  msgstr "Ursprung"
3711
 
3712
+ #: ../../admin/view/wp-slimstat-reports.php:752
3713
  msgid "Keywords"
3714
  msgstr "Suchbegriffe"
3715
 
3716
+ #: ../../admin/view/wp-slimstat-reports.php:760
3717
+ #, fuzzy, php-format
3718
  msgid "Filter results where resource equals %s"
3719
+ msgstr "Ergebnisse filtern, wo die Ressource %s ist"
3720
+
3721
+ #: ../../admin/view/wp-slimstat-reports.php:761
3722
+ #, fuzzy
3723
+ msgid "Link Details"
3724
+ msgstr "Details"
3725
 
3726
+ #: ../../admin/view/wp-slimstat-reports.php:774
3727
  msgid "Total Pageviews"
3728
  msgstr "Gesamte Seitenaufrufe"
3729
 
3730
+ #: ../../admin/view/wp-slimstat-reports.php:775
3731
  msgid "DB Size"
3732
+ msgstr "Datenbankgr&ouml;&szlig;e"
3733
 
3734
+ #: ../../admin/view/wp-slimstat-reports.php:776
3735
  msgid "Tracking Active"
3736
  msgstr "Tracking aktiv"
3737
 
3738
+ #: ../../admin/view/wp-slimstat-reports.php:777
 
3739
  msgid "Javascript Mode"
3740
  msgstr "Tracking per JavaScript"
3741
 
3742
+ #: ../../admin/view/wp-slimstat-reports.php:778
3743
  msgid "Tracking Browser Caps"
3744
  msgstr ""
3745
 
3746
+ #: ../../admin/view/wp-slimstat-reports.php:779
3747
  msgid "Auto purge"
3748
  msgstr "autom. Datenbank-Reorg."
3749
 
3750
+ #: ../../admin/view/wp-slimstat-reports.php:780
 
3751
  msgid "Oldest pageview"
3752
+ msgstr "&Auml;ltester Seitenaufruf"
3753
 
3754
+ #: ../../admin/view/wp-slimstat-reports.php:780
3755
  msgid "No visits"
3756
  msgstr "Keine Besuche"
3757
 
3758
+ #: ../../admin/view/wp-slimstat-reports.php:790
3759
+ #: ../../admin/view/wp-slimstat-reports.php:892
3760
  #, fuzzy
3761
  msgid ""
3762
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3763
  "the tracking code is executed."
3764
  msgstr ""
3765
  "Eine Anfrage eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
3766
+ "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
3767
  "wird."
3768
 
3769
+ #: ../../admin/view/wp-slimstat-reports.php:792
3770
  msgid "How many pages have been visited on average during the current period."
3771
  msgstr ""
3772
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
3773
+ "besucht?"
3774
 
3775
+ #: ../../admin/view/wp-slimstat-reports.php:793
3776
  #, fuzzy
3777
  msgid "Average Pageviews"
3778
+ msgstr "Durchschnittl. Seitenaufrufe"
3779
 
3780
+ #: ../../admin/view/wp-slimstat-reports.php:794
3781
  msgid ""
3782
  "Visitors who landed on your site after searching for a keyword on Google, "
3783
  "Yahoo, etc."
3784
  msgstr ""
3785
+ "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
3786
+ "Suchmaschine auf die Website kamen."
3787
 
3788
+ #: ../../admin/view/wp-slimstat-reports.php:795
3789
  msgid "From Search Results"
3790
  msgstr "Von Suchergebnissen"
3791
 
3792
+ #: ../../admin/view/wp-slimstat-reports.php:796
3793
  msgid ""
3794
  "Used to differentiate between multiple requests to download a file from one "
3795
  "internet address (IP) and requests originating from many distinct addresses"
3796
  msgstr ""
3797
+ "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
3798
+ "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
3799
 
3800
+ #: ../../admin/view/wp-slimstat-reports.php:797
3801
+ #: ../../admin/view/wp-slimstat-reports.php:812
3802
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3803
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3804
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3805
  msgid "Unique IPs"
3806
  msgstr "Eindeutige IPs"
3807
 
3808
+ #: ../../admin/view/wp-slimstat-reports.php:798
3809
  msgid "Last 5 minutes"
3810
  msgstr "Letzte 5 Minuten"
3811
 
3812
+ #: ../../admin/view/wp-slimstat-reports.php:799
 
3813
  msgid "Last 30 minutes"
3814
+ msgstr "Letzte 30 Minuten"
3815
 
3816
+ #: ../../admin/view/wp-slimstat-reports.php:809
3817
  msgid ""
3818
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3819
  "multiple times if they perform multiple visits."
3821
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
3822
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
3823
 
3824
+ #: ../../admin/view/wp-slimstat-reports.php:810
3825
  msgid "Human visits"
3826
  msgstr "Echte Besuche"
3827
 
3828
+ #: ../../admin/view/wp-slimstat-reports.php:811
3829
  msgid "It includes only traffic generated by human visitors."
3830
  msgstr ""
3831
 
3832
+ #: ../../admin/view/wp-slimstat-reports.php:813
3833
+ #: ../../admin/view/wp-slimstat-reports.php:904
3834
  msgid ""
3835
  "Percentage of single-page visits, i.e. visits in which the person left your "
3836
  "site from the entrance page."
3838
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
3839
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
3840
 
3841
+ #: ../../admin/view/wp-slimstat-reports.php:814
3842
  msgid "Bounce rate"
3843
+ msgstr "Absprungrate"
3844
 
3845
+ #: ../../admin/view/wp-slimstat-reports.php:815
3846
  msgid "Visitors who had previously left a comment on your blog."
3847
  msgstr ""
3848
+ "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
3849
 
3850
+ #: ../../admin/view/wp-slimstat-reports.php:816
3851
  msgid "Known visitors"
3852
  msgstr "Bekannte Besucher"
3853
 
3854
+ #: ../../admin/view/wp-slimstat-reports.php:817
3855
  msgid "Human users who visited your site only once."
3856
+ msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
3857
 
3858
+ #: ../../admin/view/wp-slimstat-reports.php:818
3859
  msgid "New visitors"
3860
  msgstr "Neue Besucher"
3861
 
3862
+ #: ../../admin/view/wp-slimstat-reports.php:819
3863
  msgid "Bots"
3864
  msgstr "Bots"
3865
 
3866
+ #: ../../admin/view/wp-slimstat-reports.php:820
3867
  msgid "Pages per visit"
3868
  msgstr "Seiten pro Besuch"
3869
 
3870
+ #: ../../admin/view/wp-slimstat-reports.php:821
3871
+ #: ../../admin/view/wp-slimstat-reports.php:1129
3872
  msgid "Longest visit"
3873
  msgstr "L&auml;ngster Besuch"
3874
 
3875
+ #: ../../admin/view/wp-slimstat-reports.php:821
3876
  msgid "hits"
3877
  msgstr "Zugriff"
3878
 
3879
+ #: ../../admin/view/wp-slimstat-reports.php:839
3880
  msgid "0 - 30 seconds"
3881
  msgstr "0-30 Sekunden"
3882
 
3883
+ #: ../../admin/view/wp-slimstat-reports.php:845
3884
  msgid "31 - 60 seconds"
3885
  msgstr "31-60 Sekunden"
3886
 
3887
+ #: ../../admin/view/wp-slimstat-reports.php:851
3888
  msgid "1 - 3 minutes"
3889
  msgstr "1-3 Minuten"
3890
 
3891
+ #: ../../admin/view/wp-slimstat-reports.php:857
3892
  msgid "3 - 5 minutes"
3893
  msgstr "3-5 Minuten"
3894
 
3895
+ #: ../../admin/view/wp-slimstat-reports.php:863
3896
  msgid "5 - 7 minutes"
3897
  msgstr "5-7 Minuten"
3898
 
3899
+ #: ../../admin/view/wp-slimstat-reports.php:869
3900
  msgid "7 - 10 minutes"
3901
  msgstr "7-10 Minuten"
3902
 
3903
+ #: ../../admin/view/wp-slimstat-reports.php:875
 
3904
  msgid "More than 10 minutes"
3905
+ msgstr "Mehr als 10 Minuten"
3906
 
3907
+ #: ../../admin/view/wp-slimstat-reports.php:884
3908
  #, fuzzy
3909
  msgid "Average time on site"
3910
+ msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3911
 
3912
+ #: ../../admin/view/wp-slimstat-reports.php:894
3913
  msgid ""
3914
  "A referrer (or referring site) is the site that a visitor previously visited "
3915
  "before following a link to your site."
3917
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
3918
  "dem Besuch der eigenen Website besucht hat."
3919
 
3920
+ #: ../../admin/view/wp-slimstat-reports.php:895
3921
  msgid "Unique Referrers"
3922
  msgstr "Eindeutige Herkunft"
3923
 
3924
+ #: ../../admin/view/wp-slimstat-reports.php:896
3925
  msgid ""
3926
  "Visitors who visited the site by typing the URL directly into their browser. "
3927
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3928
  "their bookmarks/favorites, untagged links within emails, or links from "
3929
  "documents that don't include tracking variables."
3930
  msgstr ""
3931
+ "Besucher, welche die URL direkt aufgerufen haben. <em>Direkt</em> kann sich "
3932
+ "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
3933
+ "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
3934
 
3935
+ #: ../../admin/view/wp-slimstat-reports.php:897
3936
  msgid "Direct Pageviews"
3937
  msgstr "Direkte Seitenaufrufe"
3938
 
3939
+ #: ../../admin/view/wp-slimstat-reports.php:898
3940
  msgid ""
3941
  "Visitors who came to your site via searches on Google or some other search "
3942
  "engine."
3943
  msgstr ""
3944
+ "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
 
3945
 
3946
+ #: ../../admin/view/wp-slimstat-reports.php:899
3947
  msgid "From a search result"
3948
  msgstr "Von einem Suchresultat"
3949
 
3950
+ #: ../../admin/view/wp-slimstat-reports.php:900
3951
  msgid ""
3952
  "The first page that a user views during a session. This is also known as the "
3953
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3955
  "a landing page."
3956
  msgstr ""
3957
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
3958
+ "s.g. Einstiegs- oder Landeseite."
3959
 
3960
+ #: ../../admin/view/wp-slimstat-reports.php:901
3961
  msgid "Unique Landing Pages"
3962
+ msgstr "Eindeutige Einstiegsseiten"
3963
 
3964
+ #: ../../admin/view/wp-slimstat-reports.php:902
3965
  msgid "Number of single-page visits to your site over the selected period."
3966
  msgstr ""
3967
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
3968
 
3969
+ #: ../../admin/view/wp-slimstat-reports.php:903
3970
  msgid "Bounce Pages"
3971
+ msgstr "Absprungrate"
3972
 
3973
+ #: ../../admin/view/wp-slimstat-reports.php:905
3974
  #, fuzzy
3975
  msgid "New Visitors Rate"
3976
  msgstr "Neue Besucher"
3977
 
3978
+ #: ../../admin/view/wp-slimstat-reports.php:906
3979
  msgid ""
3980
  "Visitors who visited the site in the last 5 minutes coming from a search "
3981
  "engine."
3983
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
3984
  "gekommen sind."
3985
 
3986
+ #: ../../admin/view/wp-slimstat-reports.php:907
3987
  msgid "Currently from search engines"
3988
  msgstr "Aktuell von Suchmaschinen"
3989
 
3990
+ #: ../../admin/view/wp-slimstat-reports.php:975
3991
  msgid "Number of pages in your site included in Google's index."
3992
  msgstr ""
3993
 
3994
+ #: ../../admin/view/wp-slimstat-reports.php:976
3995
  msgid "Google Index"
3996
+ msgstr "Google-Index"
3997
 
3998
+ #: ../../admin/view/wp-slimstat-reports.php:977
3999
  msgid "Number of pages, according to Google, that link back to your site."
4000
  msgstr ""
4001
 
4002
+ #: ../../admin/view/wp-slimstat-reports.php:978
4003
  msgid "Google Backlinks"
4004
  msgstr ""
4005
 
4006
+ #: ../../admin/view/wp-slimstat-reports.php:979
4007
  msgid ""
4008
  "How many times the Facebook Like button has been approximately clicked on "
4009
  "your site."
4010
  msgstr ""
4011
 
4012
+ #: ../../admin/view/wp-slimstat-reports.php:980
4013
  msgid "Facebook Likes"
4014
+ msgstr "Facebook Likes"
4015
 
4016
+ #: ../../admin/view/wp-slimstat-reports.php:981
4017
  msgid ""
4018
  "How many times your site has been shared by someone on the social network."
4019
  msgstr ""
4020
 
4021
+ #: ../../admin/view/wp-slimstat-reports.php:982
4022
  msgid "Facebook Shares"
4023
  msgstr ""
4024
 
4025
+ #: ../../admin/view/wp-slimstat-reports.php:983
4026
  msgid "How many times links to your website have been clicked on Facebook."
4027
  msgstr ""
4028
 
4029
+ #: ../../admin/view/wp-slimstat-reports.php:984
 
4030
  msgid "Facebook Clicks"
4031
+ msgstr "Clicks bei Facebook"
4032
 
4033
+ #: ../../admin/view/wp-slimstat-reports.php:985
4034
  msgid ""
4035
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4036
  "traffic data."
4037
  msgstr ""
4038
 
4039
+ #: ../../admin/view/wp-slimstat-reports.php:986
4040
  msgid "Alexa World Rank"
4041
  msgstr ""
4042
 
4043
+ #: ../../admin/view/wp-slimstat-reports.php:987
4044
  msgid "Alexa Country Rank"
4045
  msgstr ""
4046
 
4047
+ #: ../../admin/view/wp-slimstat-reports.php:988
4048
  msgid "Alexa Popularity"
4049
  msgstr ""
4050
 
4051
  # Unknown
4052
+ #: ../../admin/view/wp-slimstat-reports.php:995
4053
  msgid "c-xx"
4054
+ msgstr "Unbekannt"
4055
 
4056
  # Afghanistan
4057
+ #: ../../admin/view/wp-slimstat-reports.php:995
4058
  msgid "c-af"
4059
  msgstr "Afghanistan"
4060
 
4061
  # Åland Islands
4062
+ #: ../../admin/view/wp-slimstat-reports.php:995
4063
  msgid "c-ax"
4064
+ msgstr "&Aring;landinseln"
4065
 
4066
  # Albania
4067
+ #: ../../admin/view/wp-slimstat-reports.php:995
4068
  msgid "c-al"
4069
+ msgstr "Albanien"
4070
 
4071
  # Algeria
4072
+ #: ../../admin/view/wp-slimstat-reports.php:995
4073
  msgid "c-dz"
4074
+ msgstr "Algerien"
4075
 
4076
  # Andorra
4077
+ #: ../../admin/view/wp-slimstat-reports.php:995
4078
  msgid "c-ad"
4079
  msgstr "Andorra"
4080
 
4081
  # Angola
4082
+ #: ../../admin/view/wp-slimstat-reports.php:995
4083
  msgid "c-ao"
4084
  msgstr "Angola"
4085
 
4086
  # Anguilla
4087
+ #: ../../admin/view/wp-slimstat-reports.php:995
4088
  msgid "c-ai"
4089
  msgstr "Anguilla"
4090
 
4091
  # Antigua and Barbuda
4092
+ #: ../../admin/view/wp-slimstat-reports.php:995
4093
  msgid "c-ag"
4094
+ msgstr "Antigua und Barbuda"
4095
 
4096
  # Argentina
4097
+ #: ../../admin/view/wp-slimstat-reports.php:995
4098
  msgid "c-ar"
4099
+ msgstr "Argentinien"
4100
 
4101
  # Armenia
4102
+ #: ../../admin/view/wp-slimstat-reports.php:995
4103
  msgid "c-am"
4104
+ msgstr "Armenien"
4105
 
4106
  # Aruba
4107
+ #: ../../admin/view/wp-slimstat-reports.php:995
4108
  msgid "c-aw"
4109
  msgstr "Aruba"
4110
 
4111
  # Australia
4112
+ #: ../../admin/view/wp-slimstat-reports.php:995
4113
  msgid "c-au"
4114
+ msgstr "Australien"
4115
 
4116
  # Austria
4117
+ #: ../../admin/view/wp-slimstat-reports.php:995
4118
  msgid "c-at"
4119
+ msgstr "&Ouml;sterreich"
4120
 
4121
  # Azerbaijan
4122
+ #: ../../admin/view/wp-slimstat-reports.php:995
4123
  msgid "c-az"
4124
+ msgstr "Aserbaidschan"
4125
 
4126
  # Bahamas
4127
+ #: ../../admin/view/wp-slimstat-reports.php:995
4128
  msgid "c-bs"
4129
  msgstr "Bahamas"
4130
 
4131
  # Bahrain
4132
+ #: ../../admin/view/wp-slimstat-reports.php:995
4133
  msgid "c-bh"
4134
  msgstr "Bahrain"
4135
 
4136
  # Bangladesh
4137
+ #: ../../admin/view/wp-slimstat-reports.php:995
4138
  msgid "c-bd"
4139
+ msgstr "Bangladesch"
4140
 
4141
  # Barbados
4142
+ #: ../../admin/view/wp-slimstat-reports.php:995
4143
  msgid "c-bb"
4144
  msgstr "Barbados"
4145
 
4146
  # Belarus
4147
+ #: ../../admin/view/wp-slimstat-reports.php:995
4148
  msgid "c-by"
4149
+ msgstr "Wei&szlig;russland"
4150
 
4151
  # Belgium
4152
+ #: ../../admin/view/wp-slimstat-reports.php:995
4153
  msgid "c-be"
4154
+ msgstr "Belgien"
4155
 
4156
  # Belize
4157
+ #: ../../admin/view/wp-slimstat-reports.php:995
4158
  msgid "c-bz"
4159
  msgstr "Belize"
4160
 
4161
  # Benin
4162
+ #: ../../admin/view/wp-slimstat-reports.php:995
4163
  msgid "c-bj"
4164
  msgstr "Benin"
4165
 
4166
  # Bermuda
4167
+ #: ../../admin/view/wp-slimstat-reports.php:995
4168
  msgid "c-bm"
4169
  msgstr "Bermuda"
4170
 
4171
  # Bhutan
4172
+ #: ../../admin/view/wp-slimstat-reports.php:995
4173
  msgid "c-bt"
4174
  msgstr "Bhutan"
4175
 
4176
  # Bolivia
4177
+ #: ../../admin/view/wp-slimstat-reports.php:995
4178
  msgid "c-bo"
4179
+ msgstr "Bolivien"
4180
 
4181
  # Bosnia and Herzegovina
4182
+ #: ../../admin/view/wp-slimstat-reports.php:995
4183
  msgid "c-ba"
4184
+ msgstr "Bosnien Herzegowina"
4185
 
4186
  # Botswana
4187
+ #: ../../admin/view/wp-slimstat-reports.php:995
4188
  msgid "c-bw"
4189
  msgstr "Botswana"
4190
 
4191
  # Brazil
4192
+ #: ../../admin/view/wp-slimstat-reports.php:995
4193
  msgid "c-br"
4194
+ msgstr "Brasilien"
4195
 
4196
  # Brunei Darussalam
4197
+ #: ../../admin/view/wp-slimstat-reports.php:995
4198
  msgid "c-bn"
4199
  msgstr "Brunei Darussalam"
4200
 
4201
  # Bulgaria
4202
+ #: ../../admin/view/wp-slimstat-reports.php:995
4203
  msgid "c-bg"
4204
+ msgstr "Bulgarien"
4205
 
4206
  # Burkina Faso
4207
+ #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-bf"
4209
  msgstr "Burkina Faso"
4210
 
4211
  # Burundi
4212
+ #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-bi"
4214
  msgstr "Burundi"
4215
 
4216
  # Cambodia
4217
+ #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-kh"
4219
+ msgstr "Kambodscha"
4220
 
4221
  # Cameroon
4222
+ #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-cm"
4224
+ msgstr "Kamerun"
4225
 
4226
  # Canada
4227
+ #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-ca"
4229
+ msgstr "Kanada"
4230
 
4231
  # Cape Verde
4232
+ #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-cv"
4234
+ msgstr "Kap Verde"
4235
 
4236
  # Cayman Islands
4237
+ #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-ky"
4239
+ msgstr "Kaimaninseln"
4240
 
4241
  # Central African Republic
4242
+ #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-cf"
4244
+ msgstr "Zentralafrika"
4245
 
4246
  # Chad
4247
+ #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-td"
4249
+ msgstr "Tschad"
4250
 
4251
  # Chile
4252
+ #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-cl"
4254
  msgstr "Chile"
4255
 
4256
  # China
4257
+ #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-cn"
4259
  msgstr "China"
4260
 
4261
  # Colombia
4262
+ #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-co"
4264
+ msgstr "Kolumbien"
4265
 
4266
  # Comoros
4267
+ #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-km"
4269
+ msgstr "Komoren"
4270
 
4271
  # Congo
4272
+ #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-cg"
4274
+ msgstr "Republik Kongo"
4275
 
4276
  # The Democratic Republic of the Congo
4277
+ #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-cd"
4279
+ msgstr "Demokratische Republik Kongo"
4280
 
4281
  # Costa Rica
4282
+ #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-cr"
4284
  msgstr "Costa Rica"
4285
 
4286
  # Côte d'Ivoire
4287
+ #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-ci"
4289
+ msgstr "Elfenbeink&uuml;ste"
4290
 
4291
  # Croatia
4292
+ #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-hr"
4294
+ msgstr "Kroatien"
4295
 
4296
  # Cuba
4297
+ #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-cu"
4299
+ msgstr "Kuba"
4300
 
4301
  # Cyprus
4302
+ #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-cy"
4304
+ msgstr "Zypern"
4305
 
4306
  # Czech Republic
4307
+ #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-cz"
4309
+ msgstr "Tschechische Republik"
4310
 
4311
  # Denmark
4312
+ #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-dk"
4314
+ msgstr "D&auml;nemark"
4315
 
4316
  # Djibouti
4317
+ #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-dj"
4319
+ msgstr "Dschibuti"
4320
 
4321
  # Dominica
4322
+ #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-dm"
4324
  msgstr "Dominica"
4325
 
4326
  # Dominican Republic
4327
+ #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-do"
4329
+ msgstr "Dominikanische Republik"
4330
 
4331
  # Ecuador
4332
+ #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-ec"
4334
  msgstr "Ecuador"
4335
 
4336
  # Egypt
4337
+ #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-eg"
4339
+ msgstr "&Auml;gypten"
4340
 
4341
  # El Salvador
4342
+ #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-sv"
4344
  msgstr "El Salvador"
4345
 
4346
  # Equatorial Guinea
4347
+ #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-gq"
4349
+ msgstr "Äquatorialguinea"
4350
 
4351
  # Eritrea
4352
+ #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-er"
4354
  msgstr "Eritrea"
4355
 
4356
  # Estonia
4357
+ #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-ee"
4359
+ msgstr "Estland"
4360
 
4361
  # Ethiopia
4362
+ #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-et"
4364
+ msgstr "&Auml;thiopien"
4365
 
4366
  # Faroe Islands
4367
+ #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-fo"
4369
+ msgstr "F&auml;r&ouml;er Inseln"
4370
 
4371
  # Falkland Islands (Malvinas)
4372
+ #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-fk"
4374
+ msgstr "Falklandinseln (Malwinen)"
4375
 
4376
  # Fiji
4377
+ #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-fj"
4379
+ msgstr "Republik Fidschi"
4380
 
4381
  # Finland
4382
+ #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-fi"
4384
+ msgstr "Finnland"
4385
 
4386
  # France
4387
+ #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-fr"
4389
+ msgstr "Franz&ouml;sische Republik"
4390
 
4391
  # French Guiana
4392
+ #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-gf"
4394
+ msgstr "Franz&ouml;sisch-Guayana"
4395
 
4396
  # Gabon
4397
+ #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-ga"
4399
+ msgstr "Gabun"
4400
 
4401
  # Gambia
4402
+ #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-gm"
4404
  msgstr "Gambia"
4405
 
4406
  # Georgia
4407
+ #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-ge"
4409
+ msgstr "Georgien"
4410
 
4411
  # Germany
4412
+ #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-de"
4414
+ msgstr "Bundesrepublik Deutschland"
4415
 
4416
  # Ghana
4417
+ #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-gh"
4419
  msgstr "Ghana"
4420
 
4421
  # Greece
4422
+ #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-gr"
4424
+ msgstr "Griechenland"
4425
 
4426
  # Greenland
4427
+ #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-gl"
4429
+ msgstr "Gr&ouml;nland"
4430
 
4431
  # Grenada
4432
+ #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-gd"
4434
  msgstr "Grenada"
4435
 
4436
  # Guadeloupe
4437
+ #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-gp"
4439
  msgstr "Guadeloupe"
4440
 
4441
  # Guatemala
4442
+ #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-gt"
4444
  msgstr "Guatemala"
4445
 
4446
  # Guinea
4447
+ #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-gn"
4449
  msgstr "Guinea"
4450
 
4451
  # Guinea-Bissau
4452
+ #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-gw"
4454
  msgstr "Guinea-Bissau"
4455
 
4456
  # Guyana
4457
+ #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-gy"
4459
  msgstr "Guyana"
4460
 
4461
  # Haiti
4462
+ #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-ht"
4464
  msgstr "Haiti"
4465
 
4466
  # Honduras
4467
+ #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-hn"
4469
  msgstr "Honduras"
4470
 
4471
  # Hong Kong
4472
+ #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-hk"
4474
  msgstr "Hong Kong"
4475
 
4476
  # Hungary
4477
+ #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-hu"
4479
+ msgstr "Ungarn"
4480
 
4481
  # Iceland
4482
+ #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-is"
4484
+ msgstr "Island"
4485
 
4486
  # India
4487
+ #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-in"
4489
+ msgstr "Indien"
4490
 
4491
  # Indonesia
4492
+ #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-id"
4494
+ msgstr "Indonesien"
4495
 
4496
  # Islamic Republic of Iran
4497
+ #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-ir"
4499
+ msgstr "Islamische Republik Iran"
4500
 
4501
  # Iraq
4502
+ #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-iq"
4504
+ msgstr "Irak"
4505
 
4506
  # Ireland
4507
+ #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-ie"
4509
+ msgstr "Irland"
4510
 
4511
  # Israel
4512
+ #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-il"
4514
  msgstr "Israel"
4515
 
4516
  # Italy
4517
+ #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-it"
4519
+ msgstr "Italien"
4520
 
4521
  # Jamaica
4522
+ #: ../../admin/view/wp-slimstat-reports.php:995
4523
  msgid "c-jm"
4524
+ msgstr "Jamaika"
4525
 
4526
  # Japan
4527
+ #: ../../admin/view/wp-slimstat-reports.php:995
4528
  msgid "c-jp"
4529
  msgstr "Japan"
4530
 
4531
  # Jordan
4532
+ #: ../../admin/view/wp-slimstat-reports.php:995
4533
  msgid "c-jo"
4534
  msgstr "Jordan"
4535
 
4536
  # Kazakhstan
4537
+ #: ../../admin/view/wp-slimstat-reports.php:995
4538
  msgid "c-kz"
4539
+ msgstr "Kasachstan"
4540
 
4541
  # Kenya
4542
+ #: ../../admin/view/wp-slimstat-reports.php:995
4543
  msgid "c-ke"
4544
+ msgstr "Kenia"
4545
 
4546
  # Nauru
4547
+ #: ../../admin/view/wp-slimstat-reports.php:995
4548
  msgid "c-nr"
4549
  msgstr "Nauru"
4550
 
4551
  # Democratic People's Republic of Korea
4552
+ #: ../../admin/view/wp-slimstat-reports.php:995
4553
  msgid "c-kp"
4554
+ msgstr "Demokratische Volksrepublik Korea"
4555
 
4556
  # Republic of Korea
4557
+ #: ../../admin/view/wp-slimstat-reports.php:995
4558
  msgid "c-kr"
4559
+ msgstr "Republik Korea"
4560
 
4561
+ #: ../../admin/view/wp-slimstat-reports.php:995
4562
  msgid "c-kv"
4563
+ msgstr "Komi"
4564
 
4565
  # Kuwait
4566
+ #: ../../admin/view/wp-slimstat-reports.php:995
4567
  msgid "c-kw"
4568
  msgstr "Kuwait"
4569
 
4570
  # Kyrgyzstan
4571
+ #: ../../admin/view/wp-slimstat-reports.php:995
4572
  msgid "c-kg"
4573
+ msgstr "Kirgistan"
4574
 
4575
  # Lao People's Democratic Republic
4576
+ #: ../../admin/view/wp-slimstat-reports.php:995
4577
  msgid "c-la"
4578
+ msgstr "Demokratische Volksrepublik Laos"
4579
 
4580
  # Latvia
4581
+ #: ../../admin/view/wp-slimstat-reports.php:995
4582
  msgid "c-lv"
4583
+ msgstr "Lettland"
4584
 
4585
  # Lebanon
4586
+ #: ../../admin/view/wp-slimstat-reports.php:995
4587
  msgid "c-lb"
4588
+ msgstr "Libanon"
4589
 
4590
  # Lesotho
4591
+ #: ../../admin/view/wp-slimstat-reports.php:995
4592
  msgid "c-ls"
4593
  msgstr "Lesotho"
4594
 
4595
  # Liberia
4596
+ #: ../../admin/view/wp-slimstat-reports.php:995
4597
  msgid "c-lr"
4598
  msgstr "Liberia"
4599
 
4600
  # Libyan Arab Jamahiriya
4601
+ #: ../../admin/view/wp-slimstat-reports.php:995
4602
  msgid "c-ly"
4603
+ msgstr "Libyen"
4604
 
4605
  # Liechtenstein
4606
+ #: ../../admin/view/wp-slimstat-reports.php:995
4607
  msgid "c-li"
4608
  msgstr "Liechtenstein"
4609
 
4610
  # Lithuania
4611
+ #: ../../admin/view/wp-slimstat-reports.php:995
4612
  msgid "c-lt"
4613
+ msgstr "Litauen"
4614
 
4615
  # Luxembourg
4616
+ #: ../../admin/view/wp-slimstat-reports.php:995
4617
  msgid "c-lu"
4618
+ msgstr "Luxemburg"
4619
 
4620
  # The Former Yugoslav Republic of Macedonia
4621
+ #: ../../admin/view/wp-slimstat-reports.php:995
4622
  msgid "c-mk"
4623
+ msgstr "Ehemalige Jugoslawische Republik Mazedonien"
4624
 
4625
  # Madagascar
4626
+ #: ../../admin/view/wp-slimstat-reports.php:995
4627
  msgid "c-mg"
4628
+ msgstr "Madagaskar"
4629
 
4630
  # Malawi
4631
+ #: ../../admin/view/wp-slimstat-reports.php:995
4632
  msgid "c-mw"
4633
  msgstr "Malawi"
4634
 
4635
  # Malaysia
4636
+ #: ../../admin/view/wp-slimstat-reports.php:995
4637
  msgid "c-my"
4638
+ msgstr "Malaysien"
4639
 
4640
  # Mali
4641
+ #: ../../admin/view/wp-slimstat-reports.php:995
4642
  msgid "c-ml"
4643
  msgstr "Mali"
4644
 
4645
  # Malta
4646
+ #: ../../admin/view/wp-slimstat-reports.php:995
4647
  msgid "c-mt"
4648
  msgstr "Malta"
4649
 
4650
  # Martinique
4651
+ #: ../../admin/view/wp-slimstat-reports.php:995
4652
  msgid "c-mq"
4653
  msgstr "Martinique"
4654
 
4655
  # Mauritania
4656
+ #: ../../admin/view/wp-slimstat-reports.php:995
4657
  msgid "c-mr"
4658
+ msgstr "Mauritanien"
4659
 
4660
  # Mauritius
4661
+ #: ../../admin/view/wp-slimstat-reports.php:995
4662
  msgid "c-mu"
4663
  msgstr "Mauritius"
4664
 
4665
  # Mexico
4666
+ #: ../../admin/view/wp-slimstat-reports.php:995
4667
  msgid "c-mx"
4668
+ msgstr "Mexiko"
4669
 
4670
  # Moldova
4671
+ #: ../../admin/view/wp-slimstat-reports.php:995
4672
  msgid "c-md"
4673
+ msgstr "Moldawien"
4674
 
4675
  # Mongolia
4676
+ #: ../../admin/view/wp-slimstat-reports.php:995
4677
  msgid "c-mn"
4678
+ msgstr "Mongolei"
4679
 
4680
  # Montenegro
4681
+ #: ../../admin/view/wp-slimstat-reports.php:995
4682
  msgid "c-me"
4683
  msgstr "Montenegro"
4684
 
4685
  # Montserrat
4686
+ #: ../../admin/view/wp-slimstat-reports.php:995
4687
  msgid "c-ms"
4688
  msgstr "Montserrat"
4689
 
4690
  # Morocco
4691
+ #: ../../admin/view/wp-slimstat-reports.php:995
4692
  msgid "c-ma"
4693
+ msgstr "Marokko"
4694
 
4695
  # Mozambique
4696
+ #: ../../admin/view/wp-slimstat-reports.php:995
4697
  msgid "c-mz"
4698
+ msgstr "Mosambik"
4699
 
4700
  # Myanmar
4701
+ #: ../../admin/view/wp-slimstat-reports.php:995
4702
  msgid "c-mm"
4703
  msgstr "Myanmar"
4704
 
4705
  # Namibia
4706
+ #: ../../admin/view/wp-slimstat-reports.php:995
4707
  msgid "c-na"
4708
  msgstr "Namibia"
4709
 
4710
  # Nepal
4711
+ #: ../../admin/view/wp-slimstat-reports.php:995
4712
  msgid "c-np"
4713
  msgstr "Nepal"
4714
 
4715
  # Netherlands
4716
+ #: ../../admin/view/wp-slimstat-reports.php:995
4717
  msgid "c-nl"
4718
+ msgstr "Niederlande"
4719
 
4720
  # New Caledonia
4721
+ #: ../../admin/view/wp-slimstat-reports.php:995
4722
  msgid "c-nc"
4723
+ msgstr "Neukaledonien"
4724
 
4725
  # New Zealand
4726
+ #: ../../admin/view/wp-slimstat-reports.php:995
4727
  msgid "c-nz"
4728
+ msgstr "Neuseeland"
4729
 
4730
  # Nicaragua
4731
+ #: ../../admin/view/wp-slimstat-reports.php:995
4732
  msgid "c-ni"
4733
  msgstr "Nicaragua"
4734
 
4735
  # Niger
4736
+ #: ../../admin/view/wp-slimstat-reports.php:995
4737
  msgid "c-ne"
4738
  msgstr "Niger"
4739
 
4740
  # Nigeria
4741
+ #: ../../admin/view/wp-slimstat-reports.php:995
4742
  msgid "c-ng"
4743
  msgstr "Nigeria"
4744
 
4745
  # Norway
4746
+ #: ../../admin/view/wp-slimstat-reports.php:995
4747
  msgid "c-no"
4748
+ msgstr "Norwegen"
4749
 
4750
  # Oman
4751
+ #: ../../admin/view/wp-slimstat-reports.php:995
4752
  msgid "c-om"
4753
  msgstr "Oman"
4754
 
4755
  # Pakistan
4756
+ #: ../../admin/view/wp-slimstat-reports.php:995
4757
  msgid "c-pk"
4758
  msgstr "Pakistan"
4759
 
4760
  # Palau
4761
+ #: ../../admin/view/wp-slimstat-reports.php:995
4762
  msgid "c-pw"
4763
  msgstr "Palau"
4764
 
4765
  # Occupied Palestinian Territory
4766
+ #: ../../admin/view/wp-slimstat-reports.php:995
4767
  msgid "c-ps"
4768
+ msgstr "Palästinensische Autonomiegebiete"
4769
 
4770
  # Panama
4771
+ #: ../../admin/view/wp-slimstat-reports.php:995
4772
  msgid "c-pa"
4773
  msgstr "Panama"
4774
 
4775
  # Papua New Guinea
4776
+ #: ../../admin/view/wp-slimstat-reports.php:995
4777
  msgid "c-pg"
4778
+ msgstr "Papua Neu Guinea"
4779
 
4780
  # Paraguay
4781
+ #: ../../admin/view/wp-slimstat-reports.php:995
4782
  msgid "c-py"
4783
  msgstr "Paraguay"
4784
 
4785
  # Peru
4786
+ #: ../../admin/view/wp-slimstat-reports.php:995
4787
  msgid "c-pe"
4788
  msgstr "Peru"
4789
 
4790
  # Philippines
4791
+ #: ../../admin/view/wp-slimstat-reports.php:995
4792
  msgid "c-ph"
4793
+ msgstr "Philippinen"
4794
 
4795
  # Poland
4796
+ #: ../../admin/view/wp-slimstat-reports.php:995
4797
  msgid "c-pl"
4798
+ msgstr "Polen"
4799
 
4800
  # Portugal
4801
+ #: ../../admin/view/wp-slimstat-reports.php:995
4802
  msgid "c-pt"
4803
  msgstr "Portugal"
4804
 
4805
  # Puerto Rico
4806
+ #: ../../admin/view/wp-slimstat-reports.php:995
4807
  msgid "c-pr"
4808
  msgstr "Puerto Rico"
4809
 
4810
  # Qatar
4811
+ #: ../../admin/view/wp-slimstat-reports.php:995
4812
  msgid "c-qa"
4813
+ msgstr "Katar"
4814
 
4815
  # Réunion
4816
+ #: ../../admin/view/wp-slimstat-reports.php:995
4817
  msgid "c-re"
4818
  msgstr "Réunion"
4819
 
4820
  # Romania
4821
+ #: ../../admin/view/wp-slimstat-reports.php:995
4822
  msgid "c-ro"
4823
+ msgstr "Rum&auml;nien"
4824
 
4825
  # Russian Federation
4826
+ #: ../../admin/view/wp-slimstat-reports.php:995
4827
  msgid "c-ru"
4828
+ msgstr "Russische Föderation"
4829
 
4830
  # Rwanda
4831
+ #: ../../admin/view/wp-slimstat-reports.php:995
4832
  msgid "c-rw"
4833
+ msgstr "Ruanda"
4834
 
4835
  # Saint Kitts and Nevis
4836
+ #: ../../admin/view/wp-slimstat-reports.php:995
4837
  msgid "c-kn"
4838
+ msgstr "St. Kitts und Nevis"
4839
 
4840
  # Saint Lucia
4841
+ #: ../../admin/view/wp-slimstat-reports.php:995
4842
  msgid "c-lc"
4843
  msgstr "Saint Lucia"
4844
 
4845
  # Saint Martin
4846
+ #: ../../admin/view/wp-slimstat-reports.php:995
4847
  msgid "c-mf"
4848
  msgstr "Saint Martin"
4849
 
4850
  # Saint Vincent and the Grenadines
4851
+ #: ../../admin/view/wp-slimstat-reports.php:995
4852
  msgid "c-vc"
4853
+ msgstr "St. Vincent und die Grenadinen"
4854
 
4855
  # Samoa
4856
+ #: ../../admin/view/wp-slimstat-reports.php:995
4857
  msgid "c-ws"
4858
  msgstr "Samoa"
4859
 
4860
  # Sao Tome and Principe
4861
+ #: ../../admin/view/wp-slimstat-reports.php:995
4862
  msgid "c-st"
4863
+ msgstr "Sao Tomé und Príncipe"
4864
 
4865
  # Saudi Arabia
4866
+ #: ../../admin/view/wp-slimstat-reports.php:995
4867
  msgid "c-sa"
4868
+ msgstr "Saudi Arabien"
4869
 
4870
  # Senegal
4871
+ #: ../../admin/view/wp-slimstat-reports.php:995
4872
  msgid "c-sn"
4873
  msgstr "Senegal"
4874
 
4875
  # Serbia
4876
+ #: ../../admin/view/wp-slimstat-reports.php:995
4877
  msgid "c-rs"
4878
+ msgstr "Serbien"
4879
 
4880
  # Sierra Leone
4881
+ #: ../../admin/view/wp-slimstat-reports.php:995
4882
  msgid "c-sl"
4883
  msgstr "Sierra Leone"
4884
 
4885
  # Singapore
4886
+ #: ../../admin/view/wp-slimstat-reports.php:995
4887
  msgid "c-sg"
4888
+ msgstr "Singapur"
4889
 
4890
  # Slovakia
4891
+ #: ../../admin/view/wp-slimstat-reports.php:995
4892
  msgid "c-sk"
4893
+ msgstr "Slowakei"
4894
 
4895
  # Slovenia
4896
+ #: ../../admin/view/wp-slimstat-reports.php:995
4897
  msgid "c-si"
4898
+ msgstr "Slowenien"
4899
 
4900
  # Solomon Islands
4901
+ #: ../../admin/view/wp-slimstat-reports.php:995
4902
  msgid "c-sb"
4903
+ msgstr "Salomonen"
4904
 
4905
  # Somalia
4906
+ #: ../../admin/view/wp-slimstat-reports.php:995
4907
  msgid "c-so"
4908
  msgstr "Somalia"
4909
 
4910
  # South Africa
4911
+ #: ../../admin/view/wp-slimstat-reports.php:995
4912
  msgid "c-za"
4913
+ msgstr "Südafrika"
4914
 
4915
  # South Georgia and the South Sandwich Islands
4916
+ #: ../../admin/view/wp-slimstat-reports.php:995
4917
  msgid "c-gs"
4918
+ msgstr "Südgeorgien und die Südlichen Sandwichinseln"
4919
 
4920
  # Spain
4921
+ #: ../../admin/view/wp-slimstat-reports.php:995
4922
  msgid "c-es"
4923
+ msgstr "Spanien"
4924
 
4925
  # Sri Lanka
4926
+ #: ../../admin/view/wp-slimstat-reports.php:995
4927
  msgid "c-lk"
4928
  msgstr "Sri Lanka"
4929
 
4930
+ #: ../../admin/view/wp-slimstat-reports.php:995
4931
  msgid "c-sc"
4932
  msgstr ""
4933
 
4934
  # Sudan
4935
+ #: ../../admin/view/wp-slimstat-reports.php:995
4936
  msgid "c-sd"
4937
  msgstr "Sudan"
4938
 
4939
+ #: ../../admin/view/wp-slimstat-reports.php:995
4940
  msgid "c-ss"
4941
+ msgstr "Siswati"
4942
 
4943
  # Suriname
4944
+ #: ../../admin/view/wp-slimstat-reports.php:995
4945
  msgid "c-sr"
4946
  msgstr "Suriname"
4947
 
4948
  # Svalbard and Jan Mayen
4949
+ #: ../../admin/view/wp-slimstat-reports.php:995
4950
  msgid "c-sj"
4951
+ msgstr "Spitzbergen und Jan Mayen"
4952
 
4953
  # Swaziland
4954
+ #: ../../admin/view/wp-slimstat-reports.php:995
4955
  msgid "c-sz"
4956
  msgstr "Swaziland"
4957
 
4958
  # Sweden
4959
+ #: ../../admin/view/wp-slimstat-reports.php:995
4960
  msgid "c-se"
4961
+ msgstr "Schweden"
4962
 
4963
  # Switzerland
4964
+ #: ../../admin/view/wp-slimstat-reports.php:995
4965
  msgid "c-ch"
4966
+ msgstr "Schweiz"
4967
 
4968
  # Syrian Arab Republic
4969
+ #: ../../admin/view/wp-slimstat-reports.php:995
4970
  msgid "c-sy"
4971
+ msgstr "Arabische Republik Syrien"
4972
 
4973
  # Taiwan, Province of China
4974
+ #: ../../admin/view/wp-slimstat-reports.php:995
4975
  msgid "c-tw"
4976
  msgstr "Taiwan"
4977
 
4978
  # Tajikistan
4979
+ #: ../../admin/view/wp-slimstat-reports.php:995
4980
  msgid "c-tj"
4981
+ msgstr "Tadschikistan"
4982
 
4983
  # United Republic of Tanzania
4984
+ #: ../../admin/view/wp-slimstat-reports.php:995
4985
  msgid "c-tz"
4986
+ msgstr "Vereinigte Republik Tansania"
4987
 
4988
  # Thailand
4989
+ #: ../../admin/view/wp-slimstat-reports.php:995
4990
  msgid "c-th"
4991
  msgstr "Thailand"
4992
 
4993
  # Timor-Leste
4994
+ #: ../../admin/view/wp-slimstat-reports.php:995
4995
  msgid "c-tl"
4996
  msgstr "Timor-Leste"
4997
 
4998
  # Togo
4999
+ #: ../../admin/view/wp-slimstat-reports.php:995
5000
  msgid "c-tg"
5001
  msgstr "Togo"
5002
 
5003
  # Tonga
5004
+ #: ../../admin/view/wp-slimstat-reports.php:995
5005
  msgid "c-to"
5006
  msgstr "Tonga"
5007
 
5008
  # Trinidad and Tobago
5009
+ #: ../../admin/view/wp-slimstat-reports.php:995
5010
  msgid "c-tt"
5011
+ msgstr "Trinidad und Tobago"
5012
 
5013
  # Tunisia
5014
+ #: ../../admin/view/wp-slimstat-reports.php:995
5015
  msgid "c-tn"
5016
+ msgstr "Tunesien"
5017
 
5018
  # Turkey
5019
+ #: ../../admin/view/wp-slimstat-reports.php:995
5020
  msgid "c-tr"
5021
+ msgstr "T&uuml;rkei"
5022
 
5023
  # Turkmenistan
5024
+ #: ../../admin/view/wp-slimstat-reports.php:995
5025
  msgid "c-tm"
5026
  msgstr "Turkmenistan"
5027
 
5028
  # Turks and Caicos Islands
5029
+ #: ../../admin/view/wp-slimstat-reports.php:995
5030
  msgid "c-tc"
5031
+ msgstr "Turks- und Caicosinseln"
5032
 
5033
  # Uganda
5034
+ #: ../../admin/view/wp-slimstat-reports.php:995
5035
  msgid "c-ug"
5036
  msgstr "Uganda"
5037
 
5038
  # Ukraine
5039
+ #: ../../admin/view/wp-slimstat-reports.php:995
5040
  msgid "c-ua"
5041
  msgstr "Ukraine"
5042
 
5043
  # United Arab Emirates
5044
+ #: ../../admin/view/wp-slimstat-reports.php:995
5045
  msgid "c-ae"
5046
+ msgstr "Vereinigte Arabische Emirate"
5047
 
5048
  # United Kingdom
5049
+ #: ../../admin/view/wp-slimstat-reports.php:995
5050
  msgid "c-gb"
5051
+ msgstr "Vereinigtes K&ouml;nigreich"
5052
 
5053
  # United States
5054
+ #: ../../admin/view/wp-slimstat-reports.php:995
5055
  msgid "c-us"
5056
+ msgstr "Vereinigte Staaten"
5057
 
5058
  # Uruguay
5059
+ #: ../../admin/view/wp-slimstat-reports.php:995
5060
  msgid "c-uy"
5061
  msgstr "Uruguay"
5062
 
5063
  # Uzbekistan
5064
+ #: ../../admin/view/wp-slimstat-reports.php:995
5065
  msgid "c-uz"
5066
+ msgstr "Usbekistan"
5067
 
5068
  # Vanuatu
5069
+ #: ../../admin/view/wp-slimstat-reports.php:995
5070
  msgid "c-vu"
5071
  msgstr "Vanuatu"
5072
 
5073
  # Venezuela
5074
+ #: ../../admin/view/wp-slimstat-reports.php:995
5075
  msgid "c-ve"
5076
  msgstr "Venezuela"
5077
 
5078
  # Viet Nam
5079
+ #: ../../admin/view/wp-slimstat-reports.php:995
5080
  msgid "c-vn"
5081
+ msgstr "Vietnam"
5082
 
5083
  # British Virgin Islands
5084
+ #: ../../admin/view/wp-slimstat-reports.php:995
5085
  msgid "c-vg"
5086
+ msgstr "Jungferninseln"
5087
 
5088
  # U.S. Virgin Islands
5089
+ #: ../../admin/view/wp-slimstat-reports.php:995
5090
  msgid "c-vi"
5091
+ msgstr "Amerikanische Jungferninseln"
5092
 
5093
  # Western Sahara
5094
+ #: ../../admin/view/wp-slimstat-reports.php:995
5095
  msgid "c-eh"
5096
+ msgstr "Westsahara"
5097
 
5098
  # Yemen
5099
+ #: ../../admin/view/wp-slimstat-reports.php:995
5100
  msgid "c-ye"
5101
+ msgstr "Jemen"
5102
 
5103
  # Zambia
5104
+ #: ../../admin/view/wp-slimstat-reports.php:995
5105
  msgid "c-zm"
5106
+ msgstr "Sambia"
5107
 
5108
  # Zimbabwe
5109
+ #: ../../admin/view/wp-slimstat-reports.php:995
5110
  msgid "c-zw"
5111
  msgstr "Zimbabwe"
5112
 
5113
  # Guernsey
5114
+ #: ../../admin/view/wp-slimstat-reports.php:995
5115
  msgid "c-gg"
5116
  msgstr "Guernsey"
5117
 
5118
  # Jersey
5119
+ #: ../../admin/view/wp-slimstat-reports.php:995
5120
  msgid "c-je"
5121
  msgstr "Jersey"
5122
 
5123
  # Isle of Man
5124
+ #: ../../admin/view/wp-slimstat-reports.php:995
5125
  msgid "c-im"
5126
  msgstr "Isle of Man"
5127
 
5128
  # Maldives
5129
+ #: ../../admin/view/wp-slimstat-reports.php:995
5130
  msgid "c-mv"
5131
+ msgstr "Malediven"
5132
 
5133
+ #: ../../admin/view/wp-slimstat-reports.php:996
5134
  msgid "c-eu"
5135
  msgstr ""
5136
 
5137
+ #: ../../admin/view/wp-slimstat-reports.php:1085
5138
  msgid ""
5139
  "This value includes not only posts, but also custom post types, regardless "
5140
  "of their status"
5141
  msgstr ""
5142
 
5143
+ #: ../../admin/view/wp-slimstat-reports.php:1086
5144
  #, fuzzy
5145
  msgid "Content Items"
5146
  msgstr "Inhalt"
5147
 
5148
+ #: ../../admin/view/wp-slimstat-reports.php:1087
 
5149
  msgid "Total Comments"
5150
+ msgstr "Gesamte Kommentare"
5151
 
5152
+ #: ../../admin/view/wp-slimstat-reports.php:1088
5153
  msgid "Pingbacks"
5154
  msgstr ""
5155
 
5156
+ #: ../../admin/view/wp-slimstat-reports.php:1089
5157
  msgid "Trackbacks"
5158
  msgstr ""
5159
 
5160
+ #: ../../admin/view/wp-slimstat-reports.php:1090
 
 
 
 
 
 
 
 
 
5161
  #, fuzzy
5162
  msgid "Avg Comments Per Post"
5163
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
5164
 
5165
+ #: ../../admin/view/wp-slimstat-reports.php:1091
5166
  msgid "Avg Posts Per Day"
5167
  msgstr ""
5168
 
5169
+ #: ../../admin/view/wp-slimstat-reports.php:1092
5170
+ msgid "Avg Server Latency"
5171
+ msgstr ""
5172
+
5173
+ #: ../../admin/view/wp-slimstat-reports.php:1093
5174
+ #, fuzzy
5175
+ msgid "Avg Page Load Time"
5176
+ msgstr "Durchschnittl. Seitenaufrufe"
5177
+
5178
+ #: ../../admin/view/wp-slimstat-reports.php:1120
5179
  msgid "Visits"
5180
  msgstr "Besuche"
5181
 
5182
+ #: ../../admin/view/wp-slimstat-reports.php:1124
5183
  msgid "Domains"
5184
  msgstr "Dom&auml;nen"
5185
 
5186
+ #: ../../admin/view/wp-slimstat-reports.php:1129
5187
  msgid "Avg Pageviews"
5188
+ msgstr "Durchschnittl. Seitenaufrufe"
5189
+
5190
+ #~ msgid "Right Now"
5191
+ #~ msgstr "Aktuell"
5192
+
5193
+ #~ msgid "Visitors"
5194
+ #~ msgstr "Besucher"
5195
+
5196
+ #~ msgid "Content"
5197
+ #~ msgstr "Inhalt"
5198
+
5199
+ #~ msgid "Stats"
5200
+ #~ msgstr "Statistik"
5201
 
5202
  #~ msgid ""
5203
  #~ "WARNING: a misconfigured setting and/or server environment is preventing "
5210
  #~ "\"http://wordpress.org/extend/plugins/wp-slimstat/faq/\">In den FAQs</a> "
5211
  #~ "gibt es mehr Informationen dazu."
5212
 
5213
+ #~ msgid "Add Column to Posts"
5214
+ #~ msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
5215
+
5216
+ #~ msgid "Hide Stats Link"
5217
+ #~ msgstr "Statistiklink verstecken"
5218
+
5219
+ #~ msgid ""
5220
+ #~ "Enable this option if your users are confused by the Stats link associate "
5221
+ #~ "to each post in the Edit Posts page."
5222
+ #~ msgstr ""
5223
+ #~ "Aktivieren Sie diese Funktion, falls der Link zu den Statistiken in der "
5224
+ #~ "Beitragsbearbeitung irritieren sollte."
5225
 
5226
  #, fuzzy
5227
  #~ msgid "Right Now Screen"
5228
  #~ msgstr "Aktuell"
5229
 
5230
+ #~ msgid "Blacklist"
5231
+ #~ msgstr "Blacklist"
5232
+
5233
  #~ msgid "Chart Annotations"
5234
+ #~ msgstr "Diagrammanmerkungen"
5235
 
5236
  #~ msgid ""
5237
  #~ "Add <em>markings</em> to each chart by specifying a date and its "
5246
  #~ "MM TT HH:mm=Anmerkung 1,JJJJ MM TT HH:mm=Anmerkung 2</code>. Z.B.: 2012 "
5247
  #~ "12 31 23:55=Silvester."
5248
 
5249
+ #~ msgid "Export Settings"
5250
+ #~ msgstr "Exporteinstellungen"
 
5251
 
5252
  #, fuzzy
5253
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
5254
+ #~ msgstr ""
5255
+ #~ "Erhalte einen Einblick von dem was echte Benutzer auf deiner Website "
5256
+ #~ "machen"
5257
 
5258
+ #~ msgid "Known User"
5259
+ #~ msgstr "Bekannte Benutzer"
5260
 
5261
+ #, fuzzy
5262
+ #~ msgid "Human Visitor"
5263
+ #~ msgstr "Echte Besuche"
5264
+
5265
+ #~ msgid "Security Scan"
5266
+ #~ msgstr "Sicherheitsscan"
5267
 
5268
  #~ msgid ""
5269
+ #~ "Click on a data point to display the activity chart for each hour of that "
5270
+ #~ "day"
5271
  #~ msgstr ""
5272
+ #~ "Auf ein Datum klicken um das Aktivit&auml;tsdiagramm f&uuml;r jede Stunde "
5273
+ #~ "des Tages anzuzeigen"
5274
 
5275
+ #~ msgid "Bing Test"
5276
+ #~ msgstr "Bing Test"
 
 
5277
 
5278
+ #~ msgid "AntiVirus Scan"
5279
+ #~ msgstr "AntiVirus Scan"
 
 
 
5280
 
5281
+ #~ msgid "Google Bot Test"
5282
+ #~ msgstr "Google Bot Test"
5283
+
5284
+ #~ msgid "Scan for Hostile Strings"
5285
+ #~ msgstr "Nach schädlichen Zeichenketten scannen"
5286
 
5287
  #, fuzzy
5288
+ #~ msgid "Other Treats"
5289
+ #~ msgstr "Andere echte Besucher"
5290
+
5291
+ #~ msgid "Passed"
5292
+ #~ msgstr "Bestanden"
5293
+
5294
+ #~ msgid "Longest Post (ID)"
5295
+ #~ msgstr "L&auml;ngster Post (ID)"
5296
+
5297
+ #~ msgid "Longest Comment (ID)"
5298
+ #~ msgstr "Längste Kommentare (ID)"
5299
+
5300
  #~ msgid ""
5301
  #~ "<a href=\"http://slimstat.getused.to.it/\">WP SlimStat</a> is and will "
5302
  #~ "always be free, but consider supporting the author if this plugin helped "
5306
  #~ "support/view/plugin-reviews/wp-slimstat\">a review</a> to let other users "
5307
  #~ "know how this plugin has helped you manage your site."
5308
  #~ msgstr ""
5309
+ #~ "<a href=\"http://slimstat.getused.to.it/\">WP SlimStat</a> ist kostenlos "
5310
+ #~ "und wird dies auch bleiben, aber bitte unterst&uuml;tzen sie den Autor, "
5311
+ #~ "falls dieses Plugin geholfen hat, Ihre Website zu verbessern oder Sie "
5312
+ #~ "Geld damit verdienen. Spenden werden in die Entwicklung von WP SlimStat "
5313
+ #~ "investiert - und in Essen f&uuml;r meine hungrige Familie. Sie können "
5314
+ #~ "auch eine <a href=\"http://wordpress.org/support/view/plugin-reviews/wp-"
5315
+ #~ "slimstat\">Bewertung</a> abgeben, um Ihre Erfahrungen mit anderen "
5316
+ #~ "Benutzern zu teilen."
5317
 
5318
  #~ msgid ""
5319
  #~ "You may want to prevent WP SlimStat from tracking users, but still be "
5332
  #~ "L&ouml;scht Seitenaufrufe die älter als <strong>X</strong> Tage sind "
5333
  #~ "(verwendet WordPress Cron Jobs). Null deaktiviert dieses Funktion."
5334
 
 
5335
  #~ msgid ""
5336
  #~ "Display hostnames instead of IP addresses. It slows down the rendering of "
5337
  #~ "your metrics."
5338
  #~ msgstr ""
5339
+ #~ "Host-Namen anstelle von IP-Adressen anzeigen. Die wird die Anzeige der "
5340
  #~ "Statistiken verlangsamen"
5341
 
5342
  #~ msgid ""
5346
  #~ "Definiert die Anzahl der Datensätze, die im jeweiligen Modul angezeigt "
5347
  #~ "werden sollen. Bitte verwenden Sie einen <strong>positiven</strong> Wert."
5348
 
 
5349
  #~ msgid "Right Now Rows"
5350
+ #~ msgstr "Aktuelle Datensätze"
5351
+
5352
+ #~ msgid "Set the number of rows that will displayed under the Right Now panel"
5353
+ #~ msgstr ""
5354
+ #~ "Setzen Sie die Anzahl der Datensätze, die unter der \"Aktuell\"-Ansicht "
5355
+ #~ "angezeigt werden sollen."
5356
 
5357
  #~ msgid "Customize the IP lookup service URL."
5358
+ #~ msgstr "URL zum aufl&ouml;sen von IP-Adressen anpassen"
5359
 
5360
  #~ msgid "Refresh Every"
5361
  #~ msgstr "Anzeige aktualisieren"
5362
 
5363
  #~ msgid "Anonymize IP Addresses"
5364
+ #~ msgstr "IP-Adressen anonymisieren"
5365
 
5366
  #~ msgid "Filter Prefetch"
5367
  #~ msgstr "Prefetch Filter"
5368
 
 
5369
  #~ msgid "IP Addresses"
5370
+ #~ msgstr "IP-Adressen"
5371
 
 
5372
  #~ msgid "Users"
5373
+ #~ msgstr "Benutzer"
5374
+
5375
+ #~ msgid "Ignore users"
5376
+ #~ msgstr "Ignoriere Benutzer"
5377
+
5378
+ #~ msgid "Users by capability"
5379
+ #~ msgstr "Benutzer nach Browserf&auml;higkeiten"
5380
+
5381
+ #~ msgid "Read access"
5382
+ #~ msgstr "Lesezugriff"
5383
+
5384
+ #~ msgid "Config access"
5385
+ #~ msgstr "Konfigurationszugang"
5386
 
 
5387
  #~ msgid "Track Browser Capabilities"
5388
+ #~ msgstr "Tracke die Browser-F&auml;higkeiten"
5389
+
5390
+ #, fuzzy
5391
+ #~ msgid ""
5392
+ #~ "Paste here your custom stylesheet definitions, to personalize the way "
5393
+ #~ "your reports look, including color-coded pageviews, font sizes, etc."
5394
+ #~ msgstr ""
5395
+ #~ "Fügen Sie hier ihre benutzdefinierten Stylesheet-Definitionen ein, um das "
5396
+ #~ "Aussehen Ihrer Berichte (inkl COLOR-CODED Seitenansicht, Schriftgrößen, "
5397
+ #~ "etc) zu personalisieren."
5398
+
5399
+ #~ msgid ""
5400
+ #~ "Activates our partner's sponsorship network. It allows us to keep this "
5401
+ #~ "plugin free and offer premium functionality at no added cost to you."
5402
+ #~ msgstr ""
5403
+ #~ "Aktiviert das Sponsoringnetzwerk unseres Partners. Dadurch bleibt dieses "
5404
+ #~ "Plugin weiterhin kostenlos und wir können Ihnen Premiumfunktionen ohne "
5405
+ #~ "zusätzliche Kosten anbieten ."
5406
+
5407
+ #~ msgid ""
5408
+ #~ "Are you sure you want to remove all the information about your hits and "
5409
+ #~ "visits?"
5410
+ #~ msgstr ""
5411
+ #~ "Sie wollen die gesamte Infomationen über die Besuche und Aufrufe auf "
5412
+ #~ "Ihrer Webseite löschen. Sind Sie sicher?"
5413
+
5414
+ #~ msgid "Your WP SlimStat table has been successfully emptied."
5415
+ #~ msgstr "Ihre WP SlimStat Datenbanktabelle wurde erfolgreich geleert."
5416
+
5417
+ #~ msgid "Your WP SlimStat tabs have been successfully reset."
5418
+ #~ msgstr ""
5419
+ #~ "Ihre WP SlimStat-Datenbanktabellen wurden erfolgreich zurückgesetzt."
5420
 
5421
+ #~ msgid "Your WP SlimStat table has been successfully reset."
5422
+ #~ msgstr "Ihre WP SlimStat-Datenbanktabelle wurde erfolgreich zurückgesetzt."
5423
+
5424
+ #~ msgid "ERROR: Your Slimstat table could not be initialized."
5425
+ #~ msgstr ""
5426
+ #~ "FEHLER: Ihre WP SlimStat-Datenbank konnte nicht initialisiert werden."
5427
+
5428
+ #~ msgid "Your WP SlimStat table has been successfully optimized."
5429
+ #~ msgstr "Ihre WP SlimStat-Datenbanktabelle wurde erfolgreich optimiert."
5430
+
5431
+ #~ msgid "Your WP SlimStat indexes have been successfully created."
5432
+ #~ msgstr "Die WP SlimStat Datenbankindizes wurden erfolgreich erstellt."
5433
+
5434
+ #~ msgid "Your WP SlimStat indexes have been successfully removed."
5435
+ #~ msgstr "Die WP SlimStat Datenbankindizes wurden erfolgreich entfernt."
5436
+
5437
+ # if Row = line then "Zeilen" else possibly "Reihen"
5438
  #, fuzzy
5439
+ #~ msgid "Your WP SlimStat table has been successfully cleaned. Rows affected:"
5440
+ #~ msgstr ""
5441
+ #~ "Ihre WP SlimStat-Datenbanktabelle wurde erfolgreich bereinigt. Betroffene "
5442
+ #~ "Zeilen:"
5443
+
5444
+ #~ msgid ", it may take some time and exceed PHP's maximum execution time"
5445
+ #~ msgstr ""
5446
+ #~ ", es könnte einige Zeit dauern und die maximale PHP-Durchführungszeit "
5447
+ #~ "überschreiten"
5448
+
5449
  #~ msgid "Size"
5450
+ #~ msgstr "Gr&ouml;sse"
5451
+
5452
+ #~ msgid "Average Record Length"
5453
+ #~ msgstr "Durchschnittl. Datensatzlänge"
5454
+
5455
+ #~ msgid "Created on"
5456
+ #~ msgstr "Erstellt am"
5457
 
5458
+ #~ msgid "Approximate Overhead"
5459
+ #~ msgstr "Ungefährer Overhead"
5460
+
5461
+ #~ msgid "Optimize tables"
5462
+ #~ msgstr "Datenbanktabellen optimieren"
5463
+
5464
+ # purge data can mean:
5465
+ # Reorganisiere Daten = Reorganize data
5466
+ # or
5467
+ # Lösche Daten = Erase data
5468
  #, fuzzy
5469
+ #~ msgid "Purge Data"
5470
+ #~ msgstr "Reorganisiere"
5471
+
5472
  #~ msgid "Is equal to"
5473
+ #~ msgstr "ist gleich zu"
5474
 
 
5475
  #~ msgid "Contains"
5476
  #~ msgstr "enth&auml;lt"
5477
 
 
5478
  #~ msgid "Does not contain"
5479
  #~ msgstr "enth&auml;lt nicht"
5480
 
 
5481
  #~ msgid "Starts with"
5482
  #~ msgstr "beginnt mit"
5483
 
 
5484
  #~ msgid "Ends with"
5485
  #~ msgstr "endet mit"
5486
 
 
5487
  #~ msgid "Does not start with"
5488
+ #~ msgstr "beginnt nicht mit"
5489
 
 
5490
  #~ msgid "Does not end with"
5491
+ #~ msgstr "endet nicht mit"
5492
 
5493
+ #~ msgid "DELETE"
5494
+ #~ msgstr "LÖSCHEN"
 
5495
 
5496
+ #~ msgid "Activate Indexes"
5497
+ #~ msgstr "Indexierung aktivieren"
 
 
5498
 
5499
+ #~ msgid ""
5500
+ #~ "Use this feature if you want to save some DB space, while slightly "
5501
+ #~ "degrading WP SlimStat overall performances."
5502
+ #~ msgstr ""
5503
+ #~ "Benutzen Sie diese Funktion, um die Datenbankgröße etwas zu verringern. "
5504
+ #~ "Dies führt zu geringen Einbußen der Gesamtleistung von WP SlimStat."
5505
 
5506
+ # box = input box?
5507
+ # What are metrics?
5508
  #, fuzzy
5509
+ #~ msgid ""
5510
+ #~ "Reset SlimStat's box order settings if one or more tabs are empty (no "
5511
+ #~ "reports shown) or metrics are missing."
5512
+ #~ msgstr ""
5513
+ #~ "Setzt die Sortiereinstellungen von WP SlimStat-Eingabefeldern zurück, "
5514
+ #~ "wenn eine oder mehrere Datenbanktabellen leer sind (also keine Berichte "
5515
+ #~ "gezeigt werden) oder METRICS fehlen."
5516
 
5517
+ #~ msgid "Reset Stats"
5518
+ #~ msgstr "Statistiken zurücksetzen"
 
 
5519
 
5520
+ #~ msgid ""
5521
+ #~ "Select this option if you want to empty your WP SlimStat database (does "
5522
+ #~ "not reset your settings)."
5523
+ #~ msgstr ""
5524
+ #~ "Wählen Sie diese Option, wenn Sie Ihre WP SlimStat-Datenbank leeren "
5525
+ #~ "wollen. Ihre Einstellungen bleiben dabei erhalten."
5526
 
5527
+ #~ msgid ""
5528
+ #~ "How valuable is monitoring your visitors for your site? WP SlimStat is "
5529
+ #~ "and will always be free, but consider supporting the author if this "
5530
+ #~ "plugin made your web site better, especially if you are making money out "
5531
+ #~ "of it. Any donation received will be reinvested in the development of WP "
5532
+ #~ "SlimStat, and to buy some food for my hungry family."
5533
+ #~ msgstr ""
5534
+ #~ "Wie wertvoll ist es, die Besucher deiner Webseite zu beobachten? WP "
5535
+ #~ "SlimStat ist kostenlos und wird dies auch bleiben. Aber bitte "
5536
+ #~ "unterst&uuml;tzen sie den Autor, falls dieses Plugin geholfen hat, Ihre "
5537
+ #~ "Website zu verbessern, vor allem, wenn Sie Geld damit verdienen. Spenden "
5538
+ #~ "werden in die Entwicklung von WP SlimStat investiert - und in Essen "
5539
+ #~ "f&uuml;r meine hungrige Familie."
5540
 
5541
+ #~ msgid "Need help?"
5542
+ #~ msgstr "Brauchen Sie Hilfe?"
 
 
5543
 
5544
+ #~ msgid ""
5545
+ #~ "Please visit our official <a href='http://wordpress.org/support/plugin/wp-"
5546
+ #~ "slimstat' target='_blank'>support forum</a> to see if your question has "
5547
+ #~ "already been answered. If not, feel free to post your request there, I'll "
5548
+ #~ "do my best to address your concerns as soon as possible."
5549
+ #~ msgstr ""
5550
+ #~ "Bitte schauen Sie auf unserem offiziellen <a href='http://wordpress.org/"
5551
+ #~ "support/plugin/wp-slimstat' target='_blank'>Support-Forum</a>, ob Ihre "
5552
+ #~ "Frage bereits beantwortet wurde. Ansonsten können Sie Ihre Anfrage gerne "
5553
+ #~ "dort hinterlassen. Ich kümmere mich dann so bald wie möglich um Ihr "
5554
+ #~ "Anliegen."
5555
 
5556
+ #~ msgid "Recent messages from the support forum"
5557
+ #~ msgstr "Neueste Mitteilung vom Forum"
 
 
5558
 
5559
+ #~ msgid "Don't want or cannot donate?"
5560
+ #~ msgstr "Wollen oder können Sie nicht spenden?"
 
 
5561
 
5562
+ #~ msgid ""
5563
+ #~ "If you cannot donate money, please consider blogging about WP SlimStat, "
5564
+ #~ "your visitors may not know you're using it! You can also contribute by "
5565
+ #~ "donating some of your spare time: send me bug reports, localization files "
5566
+ #~ "and ideas on how to improve WP SlimStat."
5567
+ #~ msgstr ""
5568
+ #~ "Wenn Sie nicht spenden können, bitte erwägen Sie über WP SlimStat zu "
5569
+ #~ "bloggen. Ihre Besucher wissen unter Umstände nicht, dass Sie es benutzen. "
5570
+ #~ "Sie können also beitragen, indem Sie etwas Freizeit opfern: Senden Sie "
5571
+ #~ "mir Fehlermeldungen oder Verbesserungsvorschläge, oder helfen Sie bei der "
5572
+ #~ "Übersetzung in Ihre Sprache."
5573
 
5574
+ #~ msgid "Show your appreciation"
5575
+ #~ msgstr "Zeigen Sie Ihre Dankbarkeit"
 
 
5576
 
 
5577
  #, fuzzy
5578
+ #~ msgid ""
5579
+ #~ "Tell other people if WP SlimStat works for you and how good it is. <a "
5580
+ #~ "href=\"http://wordpress.org/extend/plugins/wp-slimstat/\">Rate it</a> on "
5581
+ #~ "its Plugin Directory page."
5582
+ #~ msgstr ""
5583
+ #~ "Erzähle anderen Leuten, wie WP SlimStat funktioniert und wie gut es ist. "
5584
+ #~ "<a href=\"http://wordpress.org/extend/plugins/wp-slimstat/\">Bewerte es</"
5585
+ #~ "a> auf seiner Pluginseite."
5586
 
5587
+ #~ msgid "darwin"
5588
+ #~ msgstr "Darwin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5589
 
5590
+ #~ msgid "dec alpha"
5591
+ #~ msgstr "DEC Alpha"
5592
 
5593
+ #~ msgid "vax"
5594
+ #~ msgstr "VAX"
5595
 
5596
  # Afar
5597
  #~ msgid "l-aa"
5613
  #~ msgid "l-am"
5614
  #~ msgstr "Amharic"
5615
 
5616
+ # Aragonese
5617
+ #~ msgid "l-an"
5618
+ #~ msgstr "Aragonese"
5619
+
5620
  # Assamese
5621
  #~ msgid "l-as"
5622
  #~ msgstr "Assamese"
5661
  #~ msgid "l-ce"
5662
  #~ msgstr "Chechen"
5663
 
5664
+ # Chamorro
5665
+ #~ msgid "l-ch"
5666
+ #~ msgstr "Chamorro"
5667
+
5668
  # Corsican
5669
  #~ msgid "l-co"
5670
  #~ msgstr "Corsican"
5673
  #~ msgid "l-cr"
5674
  #~ msgstr "Cree"
5675
 
5676
+ # Church Slavic; Church Slavonic
5677
+ #~ msgid "l-cu"
5678
+ #~ msgstr "Church Slavic; Church Slavonic"
5679
+
5680
  # Chuvash
5681
  #~ msgid "l-cv"
5682
  #~ msgstr "Chuvash"
5697
  #~ msgid "l-fj"
5698
  #~ msgstr "Fijian"
5699
 
5700
+ # Western Frisian
5701
+ #~ msgid "l-fy"
5702
+ #~ msgstr "Western Frisian"
5703
+
5704
  # Irish
5705
  #~ msgid "l-ga"
5706
  #~ msgstr "Irish"
5721
  #~ msgid "l-ha"
5722
  #~ msgstr "Hausa"
5723
 
5724
+ # Hiri Motu
5725
+ #~ msgid "l-ho"
5726
+ #~ msgstr "Hiri Motu"
5727
+
5728
  # Haitian; Haitian Creole
5729
  #~ msgid "l-ht"
5730
  #~ msgstr "Haitian; Haitian Creole"
5731
 
5732
+ # Herero
5733
+ #~ msgid "l-hz"
5734
+ #~ msgstr "Herero"
5735
+
5736
  # Interlingua (International Auxiliary Language Association)
5737
  #~ msgid "l-ia"
5738
  #~ msgstr "Interlingua (International Auxiliary Language Association)"
5741
  #~ msgid "l-ie"
5742
  #~ msgstr "Interlingue; Occidental"
5743
 
5744
+ # Igbo
5745
+ #~ msgid "l-ig"
5746
+ #~ msgstr "Igbo"
5747
+
5748
  # Sichuan Yi; Nuosu
5749
  #~ msgid "l-ii"
5750
  #~ msgstr "Sichuan Yi; Nuosu"
5761
  #~ msgid "l-io"
5762
  #~ msgstr "Ido"
5763
 
5764
+ # Inuktitut
5765
+ #~ msgid "l-iu"
5766
+ #~ msgstr "Inuktitut"
5767
+
5768
  # Hebrew
5769
  #~ msgid "l-iw"
5770
  #~ msgstr "Hebrew"
5889
  #~ msgid "l-no"
5890
  #~ msgstr "Norwegian"
5891
 
5892
+ # South Ndebele
5893
+ #~ msgid "l-nr"
5894
+ #~ msgstr "South Ndebele"
5895
+
5896
  # Navajo; Navaho
5897
  #~ msgid "l-nv"
5898
  #~ msgstr "Navajo; Navaho"
5953
  #~ msgid "l-sh"
5954
  #~ msgstr "Serbo-Croatian"
5955
 
 
 
 
 
5956
  # Samoan
5957
  #~ msgid "l-sm"
5958
  #~ msgstr "Samoan"
5993
  #~ msgid "l-to"
5994
  #~ msgstr "Tonga (Tonga Islands)"
5995
 
5996
+ # Twi
5997
+ #~ msgid "l-tw"
5998
+ #~ msgstr "Twi"
5999
+
6000
  # Tahitian
6001
  #~ msgid "l-ty"
6002
  #~ msgstr "Tahitian"
6013
  #~ msgid "l-vo"
6014
  #~ msgstr "Volapük"
6015
 
6016
+ # Walloon
6017
+ #~ msgid "l-wa"
6018
+ #~ msgstr "Walloon"
6019
+
6020
  # Wolof
6021
  #~ msgid "l-wo"
6022
  #~ msgstr "Wolof"
6049
  #~ msgid "l-ru-md"
6050
  #~ msgstr "Russian (Moldava)"
6051
 
6052
+ #~ msgid "Show records where"
6053
+ #~ msgstr "Zeige Datensätze wo"
 
6054
 
6055
+ #~ msgid ""
6056
+ #~ "Please refer to the contextual help (available on WP 3.3+) for more "
6057
+ #~ "information on what these filters mean."
6058
+ #~ msgstr ""
6059
+ #~ "F&uuml; weitere Informationen zu den Filtern schlagen Sie in der "
6060
+ #~ "kontextsensitiven Hilfe (verf&uuml;gbar ab WP 3.3+) nach."
6061
 
6062
+ #~ msgid "Select a day to make the interval field appear."
6063
+ #~ msgstr "Wählen Sie einen Tag um sich das Intervallfeld anzeigen zu lassen."
6064
+
6065
+ #~ msgid "Filter by date"
6066
+ #~ msgstr "Datums-Filter"
6067
+
6068
+ #~ msgid "Go"
6069
+ #~ msgstr "Los"
6070
 
6071
  #~ msgid ""
6072
  #~ "Unique sessions initiated by your visitors. If a user is inactive on your "
6080
  #~ "30 Minuten wiederkehren, werden zur origin&auml;ren Session zugeh&ouml;"
6081
  #~ "rig gez&auml;hlt."
6082
 
6083
+ #~ msgid ""
6084
+ #~ "This report shows you what languages your users have installed on their "
6085
+ #~ "computers."
6086
+ #~ msgstr ""
6087
+ #~ "Diese Auswertung zeigt die installierten Sprachen der Systeme Ihrer "
6088
+ #~ "Besucher."
6089
 
6090
+ #~ msgid ""
6091
+ #~ "A user agent is a generic term for any program used for accessing a "
6092
+ #~ "website. This includes browsers (such as Chrome), robots and spiders, and "
6093
+ #~ "any other software program that retrieves information from a website."
6094
+ #~ "<br><br>You can ignore any given user agent by setting the corresponding "
6095
+ #~ "filter under Settings > SlimStat > Filters."
6096
+ #~ msgstr ""
6097
+ #~ "Der 'User Agent' ist eine generischer Kennung jedes zugreifenden "
6098
+ #~ "Programmes. Dies beinhaltet den Browser (wie z.B. Firefox), 'Robots' und "
6099
+ #~ "'Spider' sowie jedes andere Programm welches Informationen von einer "
6100
+ #~ "Website abruft.<br><br>Um diese generische Kennung generell zu ignorieren "
6101
+ #~ "kann ein entsprechender Filter unter 'Einstellungen > SlimStat > Filter' "
6102
+ #~ "gesetzt werden."
6103
 
6104
+ #~ msgid ""
6105
+ #~ "Which operating systems do your visitors use? Optimizing your site for "
6106
+ #~ "the appropriate technical capabilities helps make your site more engaging "
6107
+ #~ "and usable and can result in higher conversion rates and more sales."
6108
+ #~ msgstr ""
6109
+ #~ "Welche Betriebssysteme verwenden die Besucher? Optimierungen an die "
6110
+ #~ "geeigneten technischen F&auml;higkeiten helfen f&uuml;hren zu einer "
6111
+ #~ "verbesserten Benutzbarkeit und k&ouml;nnen zu einer h&ouml;heren "
6112
+ #~ "Konversions-Rate und mehr Ums&auml;tzen f&uuml;hren."
6113
 
6114
+ #~ msgid ""
6115
+ #~ "This report shows the most common screen resolutions used by your "
6116
+ #~ "visitors. Knowing the most popular screen resolution of your visitors "
6117
+ #~ "will help you create content optimized for that resolution or you may opt "
6118
+ #~ "for resolution-independence."
6119
+ #~ msgstr ""
6120
+ #~ "Diese Statitstik zeigt die g&auml;ngigen Aufl&ouml;sungen der von den "
6121
+ #~ "Besuchern verwendeten Systeme. Mit Hilfe dieser Informationen kann auf "
6122
+ #~ "diese Aufl&ouml;sungen optimierter oder aufl&ouml;sungsunabh&auml;giger "
6123
+ #~ "Inhalt erzeugt werden."
6124
 
6125
+ #~ msgid ""
6126
+ #~ "Which versions of Flash do your visitors have installed? Is Java "
6127
+ #~ "supported on your visitors' platforms?"
6128
+ #~ msgstr ""
6129
+ #~ "Welche Flash-Version haben die Besucher installiert? Wird Java auf den "
6130
+ #~ "von Benutzern verwendeten Plattformen unterst&uuml;zt?"
6131
 
6132
+ #~ msgid ""
6133
+ #~ "You can ignore any specific Country by setting the corresponding filter "
6134
+ #~ "under Settings > SlimStat > Filters."
6135
+ #~ msgstr ""
6136
+ #~ "Um spezifische L&auml;nder generell zu ignorieren kann ein entsprechender "
6137
+ #~ "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
6138
 
6139
+ #~ msgid ""
6140
+ #~ "This report shows the most recent screen resolutions used by your "
6141
+ #~ "visitors. Knowing the most popular screen resolution of your visitors "
6142
+ #~ "will help you create content optimized for that resolution or you may opt "
6143
+ #~ "for resolution-independence."
6144
+ #~ msgstr ""
6145
+ #~ "Diese Auswertung zeigt die letzten Aufl&ouml;sungen der von den Besuchern "
6146
+ #~ "verwendeten Systeme. Mit Hilfe dieser Informationen kann auf diese "
6147
+ #~ "Aufl&ouml;sungen optimierter oder aufl&ouml;sungsunabh&auml;giger Inhalt "
6148
+ #~ "erzeugt werden."
6149
 
6150
+ #~ msgid "List of registered users who recently visited your website."
6151
+ #~ msgstr "Liste registrierter Benutzer, die kürzlich Ihre Webseite besuchten"
 
6152
 
6153
+ #~ msgid "This report lists your most active registered users."
6154
+ #~ msgstr "Diese Auswertung listet die aktivsten registrierten Benutzer.."
 
6155
 
6156
+ #~ msgid ""
6157
+ #~ "This report lists the most recent posts viewed on your site, by title."
6158
+ #~ msgstr "Diese Auswertung listet die letzten Artikel nach Titel."
6159
 
6160
+ #~ msgid ""
6161
+ #~ "The 404 or Not Found error message is a HTTP standard response code "
6162
+ #~ "indicating that the client was able to communicate with the server, but "
6163
+ #~ "the server could not find what was requested.<br><br>This report can be "
6164
+ #~ "useful to detect attack attempts, by looking at patterns in 404 URLs."
6165
+ #~ msgstr ""
6166
+ #~ "Die Fehler-Meldung '404' bzw. 'Nicht gefunden' ist ein standardisierter "
6167
+ #~ "Antwort-Code des HTTP-Protokolls welcher darauf hinweist, dass der Client "
6168
+ #~ "mit dem Server kommunizieren konnte aber der angefragte Inhalt nicht "
6169
+ #~ "gefunden werden konnte.<br><br>Diese Statisitk kann hilfreich sein, um "
6170
+ #~ "Angriffsversuche anhand von Mustern in '404' URLs zu erkennen."
6171
 
6172
+ #~ msgid ""
6173
+ #~ "Categories provide a helpful way to group related posts together, and to "
6174
+ #~ "quickly tell readers what a post is about. Categories also make it easier "
6175
+ #~ "for people to find your content."
6176
+ #~ msgstr ""
6177
+ #~ "Kategorien stellen ein Hilfsmittel zur Gruppierung zusammengeh&ouml;riger "
6178
+ #~ "Artikel zur Verf&uuml;gung und um dem Leser eine schnelle Information zum "
6179
+ #~ "Inhalt eines Artikels zu geben. Kategorien machen es für Leser auch "
6180
+ #~ "einfacher Inhalte zu finden."
6181
 
6182
+ #~ msgid "This report lists the most popular posts on your site, by title."
6183
+ #~ msgstr "Dieses Statisitk listet die popul&;rsten Artikel nach Titel."
 
6184
 
6185
+ #~ msgid "No records found"
6186
+ #~ msgstr "keine Datens&auml;tze gefunden"
 
6187
 
6188
+ #~ msgid "Pageviews %d - %d (in reverse chronological order)"
6189
+ #~ msgstr "Seitenaufrufe %d - %d (in umgekehrter, chronologischer Reihenfolge)"
6190
+
6191
+ #~ msgid "refreshing in"
6192
+ #~ msgstr "aktualisiert in"
6193
+
6194
+ #, fuzzy
6195
+ #~ msgid "Filter results where IP equals %s"
6196
+ #~ msgstr "Ergebnisse filtern nach IP %s"
6197
+
6198
+ #, fuzzy
6199
+ #~ msgid "Filter results where user equals %s"
6200
+ #~ msgstr "Ergebnisse filtern nach Besucher %s"
6201
+
6202
+ #, fuzzy
6203
+ #~ msgid "Filter results where ther user's real IP equals %s"
6204
+ #~ msgstr "Ergebnisse filtern nach Besucher %s"
6205
+
6206
+ #~ msgid "Country"
6207
+ #~ msgstr "Land"
6208
+
6209
+ #~ msgid "Platform"
6210
+ #~ msgstr "Plattform"
6211
+
6212
+ #, fuzzy
6213
+ #~ msgid "Filter results where browser type equals %s"
6214
+ #~ msgstr "Ergebnisse filtern nach Inhalt %s"
6215
+
6216
+ #, fuzzy
6217
+ #~ msgid "Filter results where screen resolution equals %s"
6218
+ #~ msgstr "Ergebnisse filtern wo Ressource ist gleich %s"
6219
+
6220
+ #, fuzzy
6221
+ #~ msgid "Filter results where content type equals %s"
6222
+ #~ msgstr "Ergebnisse filtern, wo der Inhalt %s ist"
6223
+
6224
+ #~ msgid "Bots, Crawlers and others"
6225
+ #~ msgstr "Bots, Crawlers und andere"
6226
+
6227
+ #~ msgid "Recent Known Visitors"
6228
+ #~ msgstr "Letzte bekannte Besucher"
6229
+
6230
+ #~ msgid "Top Languages - Just Visitors"
6231
+ #~ msgstr "Top-Sprachen - nur Besucher"
6232
+
6233
+ #~ msgid "Recent 404 URLs"
6234
+ #~ msgstr "Letzte 404-URLs"
6235
+
6236
+ #~ msgid "Top 404 URLs"
6237
+ #~ msgstr "Top-404-URLs"
6238
+
6239
+ #~ msgid "Remove all filters"
6240
+ #~ msgstr "Alle Filter entfernen"
6241
+
6242
+ #~ msgid "Filter results where domain equals %s"
6243
+ #~ msgstr "Ergebnisse filtern, wo die Dom&auml;ne ist gleich %s"
6244
+
6245
+ #~ msgid "Filter results where searchterm equals %s"
6246
+ #~ msgstr "Ergebnisse filtern, wo Suchtext ist gleich %s"
6247
+
6248
+ #~ msgid "This counter is based on any user activity in the last 5 minutes."
6249
+ #~ msgstr ""
6250
+ #~ "Dieser Z&auml;hler basiert auf allen Besucheraktivit&auml;ten der letzten "
6251
+ #~ "5 Minuten."
6252
+
6253
+ #~ msgid "This counter is based on any user activity in the last 30 minutes."
6254
+ #~ msgstr ""
6255
+ #~ "Dieser Z&auml;hler basiert auf allen Besucher-Aktivit&auml;ten der "
6256
+ #~ "letzten 30 Minuten."
6257
+
6258
+ #, fuzzy
6259
+ #~ msgid "Filter results where date equals today"
6260
+ #~ msgstr "Ergebnisse filtern wo die Dom&auml;ne ist gleich %s"
6261
+
6262
+ #, fuzzy
6263
+ #~ msgid "Filter results where date equals yesterday"
6264
+ #~ msgstr "Ergebnisse filtern wo die Dom&auml;ne ist gleich %s"
6265
+
6266
+ #~ msgid "This number includes <strong>human visits</strong> only."
6267
+ #~ msgstr "Diese Anzahl beinhaltet nur <strong>echte Besuche</strong>."
6268
+
6269
+ #~ msgid "10 - 20 minutes"
6270
+ #~ msgstr "10-20 Minuten"
6271
 
6272
  #, fuzzy
6273
  #~ msgid "Resources"
6313
  #~ msgid "Hourly Traffic Sources"
6314
  #~ msgstr "St&;ndliche Traffic Ursprung"
6315
 
 
 
 
6316
  #~ msgid "Off"
6317
  #~ msgstr "Aus"
6318
 
6400
  #~ msgid "Order by"
6401
  #~ msgstr "Sortiert nach"
6402
 
6403
+ #~ msgid "Date/Time"
6404
+ #~ msgstr "Datum/Zeit"
6405
+
6406
  #~ msgid "Language"
6407
  #~ msgstr "Sprache"
6408
 
admin/lang/wp-slimstat-en_US.mo CHANGED
Binary file
admin/lang/wp-slimstat-en_US.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2014-08-31 11:28-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
@@ -15,152 +15,143 @@ msgstr ""
15
  "X-Poedit-Bookmarks: 332,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-SearchPath-0: ../..\n"
17
 
18
- #: ../../wp-slimstat.php:1295 ../../admin/config/index.php:59
19
- msgid "Activity Log"
 
20
  msgstr ""
21
 
22
- #: ../../wp-slimstat.php:1296 ../../admin/wp-slimstat-admin.php:482
23
- #: ../../admin/wp-slimstat-admin.php:499
24
- #: ../../admin/view/wp-slimstat-reports.php:27
25
  msgid "Overview"
26
  msgstr ""
27
 
28
- #: ../../wp-slimstat.php:1297
29
- msgid "Visitors"
 
 
30
  msgstr ""
31
 
32
- #: ../../wp-slimstat.php:1298
33
- msgid "Content"
 
 
34
  msgstr ""
35
 
36
- #: ../../wp-slimstat.php:1299 ../../admin/wp-slimstat-admin.php:485
37
- #: ../../admin/wp-slimstat-admin.php:502 ../../admin/view/index.php:169
38
- #: ../../admin/view/wp-slimstat-reports.php:30
39
  msgid "Traffic Sources"
40
  msgstr ""
41
 
42
- #: ../../wp-slimstat.php:1300 ../../admin/view/wp-slimstat-reports.php:99
43
- msgid "World Map"
 
 
44
  msgstr ""
45
 
46
- #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:487
47
- #: ../../admin/wp-slimstat-admin.php:504
48
- #: ../../admin/view/wp-slimstat-reports.php:32
49
  msgid "Custom Reports"
50
  msgstr ""
51
 
52
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:488
53
- #: ../../admin/wp-slimstat-admin.php:505 ../../admin/config/addons.php:29
54
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:246
55
  msgid "Add-ons"
56
  msgstr ""
57
 
58
- #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:534
59
- #: ../../admin/wp-slimstat-admin.php:537 ../../admin/config/index.php:14
60
- #: ../../admin/config/index.php:136
61
  msgid "Settings"
62
  msgstr ""
63
 
64
- #: ../../admin/wp-slimstat-admin.php:480 ../../admin/wp-slimstat-admin.php:492
65
- #: ../../admin/wp-slimstat-admin.php:495
66
  msgid "SlimStat"
67
  msgstr ""
68
 
69
- #: ../../admin/wp-slimstat-admin.php:481
70
- #: ../../admin/view/wp-slimstat-reports.php:26
71
- msgid "Real-Time Log"
72
- msgstr ""
73
-
74
- #: ../../admin/wp-slimstat-admin.php:483 ../../admin/wp-slimstat-admin.php:500
75
- #: ../../admin/view/wp-slimstat-reports.php:28
76
- msgid "Audience"
77
- msgstr ""
78
-
79
- #: ../../admin/wp-slimstat-admin.php:484 ../../admin/wp-slimstat-admin.php:501
80
- #: ../../admin/view/wp-slimstat-reports.php:29
81
- msgid "Site Analysis"
82
- msgstr ""
83
-
84
- #: ../../admin/wp-slimstat-admin.php:486 ../../admin/wp-slimstat-admin.php:503
85
- #: ../../admin/view/wp-slimstat-reports.php:31
86
- msgid "Map Overlay"
87
- msgstr ""
88
-
89
- #: ../../admin/wp-slimstat-admin.php:576
90
  msgid "Pageviews in the last 365 days"
91
  msgstr ""
92
 
93
- #: ../../admin/wp-slimstat-admin.php:603
94
  msgid "Show on screen"
95
  msgstr ""
96
 
97
- #: ../../admin/wp-slimstat-admin.php:668
98
  msgid "Hide this notice"
99
  msgstr ""
100
 
101
- #: ../../admin/wp-slimstat-admin.php:704
102
  msgid "There was an error updating the following options:"
103
  msgstr ""
104
 
105
- #: ../../admin/wp-slimstat-admin.php:707
106
  msgid "Your changes have been saved."
107
  msgstr ""
108
 
109
- #: ../../admin/wp-slimstat-admin.php:730
110
  msgid "Save Changes"
111
  msgstr ""
112
 
113
- #: ../../admin/wp-slimstat-admin.php:754
114
  msgid "Yes"
115
  msgstr ""
116
 
117
- #: ../../admin/wp-slimstat-admin.php:755
118
- #: ../../admin/view/wp-slimstat-reports.php:732
119
  msgid "No"
120
  msgstr ""
121
 
122
- #: ../../admin/wp-slimstat-admin.php:800
 
 
 
 
123
  msgid "Definitions"
124
  msgstr ""
125
 
126
- #: ../../admin/wp-slimstat-admin.php:803
127
  msgid "Pageview"
128
  msgstr ""
129
 
130
- #: ../../admin/wp-slimstat-admin.php:803
131
  msgid ""
132
  "A request to load a single HTML file (\"page\"). This should be contrasted "
133
  "with a \"hit\", which refers to a request for any file from a web server. "
134
  "Slimstat logs a pageview each time the tracking code is executed"
135
  msgstr ""
136
 
137
- #: ../../admin/wp-slimstat-admin.php:804
138
  msgid "(Human) Visit"
139
  msgstr ""
140
 
141
- #: ../../admin/wp-slimstat-admin.php:804
142
  msgid ""
143
  "A period of interaction between a visitor's browser and your website, ending "
144
  "when the browser is closed or when the user has been inactive on that site "
145
  "for 30 minutes"
146
  msgstr ""
147
 
148
- #: ../../admin/wp-slimstat-admin.php:805 ../../admin/view/index.php:144
149
- #: ../../admin/view/right-now.php:156
150
  msgid "Known Visitor"
151
  msgstr ""
152
 
153
- #: ../../admin/wp-slimstat-admin.php:805
154
  msgid ""
155
  "Any user who has left a comment on your blog, and is thus identified by "
156
  "Wordpress as a returning visitor"
157
  msgstr ""
158
 
159
- #: ../../admin/wp-slimstat-admin.php:806
160
  msgid "Unique IP"
161
  msgstr ""
162
 
163
- #: ../../admin/wp-slimstat-admin.php:806
164
  msgid ""
165
  "Used to differentiate between multiple requests to download a file from one "
166
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -168,251 +159,251 @@ msgid ""
168
  "from, it is useful, but not perfect"
169
  msgstr ""
170
 
171
- #: ../../admin/wp-slimstat-admin.php:807 ../../admin/wp-slimstat-admin.php:849
172
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
173
  msgid "Originating IP"
174
  msgstr ""
175
 
176
- #: ../../admin/wp-slimstat-admin.php:807
177
  msgid ""
178
  "the originating IP address of a client connecting to a web server through an "
179
  "HTTP proxy or load balancer"
180
  msgstr ""
181
 
182
- #: ../../admin/wp-slimstat-admin.php:808
183
  msgid "Direct Traffic"
184
  msgstr ""
185
 
186
- #: ../../admin/wp-slimstat-admin.php:808
187
  msgid ""
188
  "All those people showing up to your Web site by typing in the URL of your "
189
  "Web site coming or from a bookmark; some people also call this \"default "
190
  "traffic\" or \"ambient traffic\""
191
  msgstr ""
192
 
193
- #: ../../admin/wp-slimstat-admin.php:809
194
  msgid "Search Engine"
195
  msgstr ""
196
 
197
- #: ../../admin/wp-slimstat-admin.php:809
198
  msgid ""
199
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
200
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
201
  msgstr ""
202
 
203
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
204
- #: ../../admin/view/right-now.php:135 ../../admin/view/wp-slimstat-db.php:45
205
  msgid "Search Terms"
206
  msgstr ""
207
 
208
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
209
  msgid "Keywords used by your visitors to find your website on a search engine"
210
  msgstr ""
211
 
212
- #: ../../admin/wp-slimstat-admin.php:811
213
  msgid "SERP"
214
  msgstr ""
215
 
216
- #: ../../admin/wp-slimstat-admin.php:811
217
  msgid ""
218
  "Short for search engine results page, the Web page that a search engine "
219
  "returns with the results of its search. The value shown represents your rank "
220
  "(or position) within that list of results"
221
  msgstr ""
222
 
223
- #: ../../admin/wp-slimstat-admin.php:812
224
  #: ../../admin/view/wp-slimstat-db.php:57
225
  msgid "User Agent"
226
  msgstr ""
227
 
228
- #: ../../admin/wp-slimstat-admin.php:812
229
  msgid ""
230
  "Any program used for accessing a website; this includes browsers, robots, "
231
  "spiders and any other program that was used to retrieve information from the "
232
  "site"
233
  msgstr ""
234
 
235
- #: ../../admin/wp-slimstat-admin.php:813
236
- #: ../../admin/view/wp-slimstat-db.php:61
237
  msgid "Outbound Link"
238
  msgstr ""
239
 
240
- #: ../../admin/wp-slimstat-admin.php:813
241
  msgid ""
242
  "A link from one domain to another is said to be outbound from its source "
243
  "anchor and inbound to its target. This report lists all the links to other "
244
  "websites followed by your visitors."
245
  msgstr ""
246
 
247
- #: ../../admin/wp-slimstat-admin.php:820
248
  msgid "Basic Filters"
249
  msgstr ""
250
 
251
- #: ../../admin/wp-slimstat-admin.php:823
252
- #: ../../admin/view/wp-slimstat-db.php:42
253
  msgid "Browser"
254
  msgstr ""
255
 
256
- #: ../../admin/wp-slimstat-admin.php:823
257
  msgid "User agent (Firefox, Chrome, ...)"
258
  msgstr ""
259
 
260
- #: ../../admin/wp-slimstat-admin.php:824
261
- #: ../../admin/view/wp-slimstat-db.php:43
262
- #: ../../admin/view/wp-slimstat-reports.php:443
263
  msgid "Country Code"
264
  msgstr ""
265
 
266
- #: ../../admin/wp-slimstat-admin.php:824
267
  msgid "2-letter code (us, ru, de, it, ...)"
268
  msgstr ""
269
 
270
- #: ../../admin/wp-slimstat-admin.php:825
271
  msgid "IP"
272
  msgstr ""
273
 
274
- #: ../../admin/wp-slimstat-admin.php:825
275
  msgid "Visitor's public IP address"
276
  msgstr ""
277
 
278
- #: ../../admin/wp-slimstat-admin.php:827
279
- #: ../../admin/view/wp-slimstat-db.php:46
280
- #: ../../admin/view/wp-slimstat-reports.php:455
281
  msgid "Language Code"
282
  msgstr ""
283
 
284
- #: ../../admin/wp-slimstat-admin.php:827
285
  msgid ""
286
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
287
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
288
  "column) for more information"
289
  msgstr ""
290
 
291
- #: ../../admin/wp-slimstat-admin.php:828
292
- #: ../../admin/view/wp-slimstat-db.php:47
293
  msgid "Operating System"
294
  msgstr ""
295
 
296
- #: ../../admin/wp-slimstat-admin.php:828
297
  msgid ""
298
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
299
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
300
  "manual page</a> for more information"
301
  msgstr ""
302
 
303
- #: ../../admin/wp-slimstat-admin.php:829
304
- #: ../../admin/view/wp-slimstat-db.php:48
305
  msgid "Permalink"
306
  msgstr ""
307
 
308
- #: ../../admin/wp-slimstat-admin.php:829
309
  msgid "URL accessed on your site"
310
  msgstr ""
311
 
312
- #: ../../admin/wp-slimstat-admin.php:830
313
- #: ../../admin/view/wp-slimstat-db.php:50
314
  msgid "Referer"
315
  msgstr ""
316
 
317
- #: ../../admin/wp-slimstat-admin.php:830
318
  msgid "Complete address of the referrer page"
319
  msgstr ""
320
 
321
- #: ../../admin/wp-slimstat-admin.php:831
322
- #: ../../admin/view/wp-slimstat-db.php:51
323
  msgid "Visitor's Name"
324
  msgstr ""
325
 
326
- #: ../../admin/wp-slimstat-admin.php:831
327
  msgid ""
328
  "Visitors' names according to the cookie set by Wordpress after they leave a "
329
  "comment"
330
  msgstr ""
331
 
332
- #: ../../admin/wp-slimstat-admin.php:839
333
  msgid "Advanced Filters"
334
  msgstr ""
335
 
336
- #: ../../admin/wp-slimstat-admin.php:842
337
  #: ../../admin/view/wp-slimstat-db.php:55
338
  msgid "Browser Version"
339
  msgstr ""
340
 
341
- #: ../../admin/wp-slimstat-admin.php:842
342
  msgid "user agent version (9.0, 11, ...)"
343
  msgstr ""
344
 
345
- #: ../../admin/wp-slimstat-admin.php:843
346
  #: ../../admin/view/wp-slimstat-db.php:56
347
  msgid "Browser Type"
348
  msgstr ""
349
 
350
- #: ../../admin/wp-slimstat-admin.php:843
351
  msgid ""
352
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
353
  "all others"
354
  msgstr ""
355
 
356
- #: ../../admin/wp-slimstat-admin.php:844
357
  #: ../../admin/view/wp-slimstat-db.php:58
358
  msgid "Color Depth"
359
  msgstr ""
360
 
361
- #: ../../admin/wp-slimstat-admin.php:844
362
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
363
  msgstr ""
364
 
365
- #: ../../admin/wp-slimstat-admin.php:845
366
  #: ../../admin/view/wp-slimstat-db.php:59
367
  msgid "CSS Version"
368
  msgstr ""
369
 
370
- #: ../../admin/wp-slimstat-admin.php:845
371
  msgid ""
372
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
373
  "values)"
374
  msgstr ""
375
 
376
- #: ../../admin/wp-slimstat-admin.php:846
377
  #: ../../admin/view/wp-slimstat-db.php:60
378
  msgid "Pageview Attributes"
379
  msgstr ""
380
 
381
- #: ../../admin/wp-slimstat-admin.php:846
382
  msgid ""
383
  "this field is set to <em>[pre]</em> if the resource has been accessed "
384
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
385
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
386
  msgstr ""
387
 
388
- #: ../../admin/wp-slimstat-admin.php:847
389
- #: ../../admin/view/wp-slimstat-db.php:62
390
  msgid "Post Author"
391
  msgstr ""
392
 
393
- #: ../../admin/wp-slimstat-admin.php:847
394
  msgid "author associated to that post/page when the resource was accessed"
395
  msgstr ""
396
 
397
- #: ../../admin/wp-slimstat-admin.php:848
398
- #: ../../admin/view/wp-slimstat-db.php:63
399
  msgid "Post Category ID"
400
  msgstr ""
401
 
402
- #: ../../admin/wp-slimstat-admin.php:848
403
  msgid "ID of the category/term associated to the resource, when available"
404
  msgstr ""
405
 
406
- #: ../../admin/wp-slimstat-admin.php:849
407
  msgid "visitor's originating IP address, if available"
408
  msgstr ""
409
 
410
- #: ../../admin/wp-slimstat-admin.php:850
411
- #: ../../admin/view/wp-slimstat-db.php:65
412
  msgid "Resource Content Type"
413
  msgstr ""
414
 
415
- #: ../../admin/wp-slimstat-admin.php:850
416
  msgid ""
417
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
418
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -421,42 +412,42 @@ msgid ""
421
  "information"
422
  msgstr ""
423
 
424
- #: ../../admin/wp-slimstat-admin.php:851
425
- #: ../../admin/view/wp-slimstat-db.php:67
426
  msgid "Screen Resolution"
427
  msgstr ""
428
 
429
- #: ../../admin/wp-slimstat-admin.php:851
430
  msgid "viewport width and height (1024x768, 800x600, ...)"
431
  msgstr ""
432
 
433
- #: ../../admin/wp-slimstat-admin.php:852
434
- #: ../../admin/view/wp-slimstat-db.php:68
435
  msgid "Visit ID"
436
  msgstr ""
437
 
438
- #: ../../admin/wp-slimstat-admin.php:852
439
  msgid ""
440
  "generally used in conjunction with <em>is not empty</em>, identifies human "
441
  "visitors"
442
  msgstr ""
443
 
444
- #: ../../admin/wp-slimstat-admin.php:853
445
  msgid "Date Filters"
446
  msgstr ""
447
 
448
- #: ../../admin/wp-slimstat-admin.php:853
449
  msgid ""
450
  "you can specify the timeframe by entering a number in the <em>interval</em> "
451
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
452
  "year=blank, interval=-1 will set a year-to-date filter)"
453
  msgstr ""
454
 
455
- #: ../../admin/wp-slimstat-admin.php:854
456
  msgid "SERP Position"
457
  msgstr ""
458
 
459
- #: ../../admin/wp-slimstat-admin.php:854
460
  msgid ""
461
  "set the filter to Referer contains cd=N&, where N is the position you are "
462
  "looking for"
@@ -500,23 +491,23 @@ msgstr ""
500
  msgid "Views"
501
  msgstr ""
502
 
503
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:65
504
  msgid "Filters"
505
  msgstr ""
506
 
507
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:129
508
  msgid "Permissions"
509
  msgstr ""
510
 
511
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:206
512
  msgid "Advanced"
513
  msgstr ""
514
 
515
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:239
516
  msgid "Maintenance"
517
  msgstr ""
518
 
519
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:212
520
  msgid "Tracker"
521
  msgstr ""
522
 
@@ -624,9 +615,9 @@ msgstr ""
624
  msgid "Entries logged on or before %s will be permanently deleted."
625
  msgstr ""
626
 
627
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:77
628
- #: ../../admin/view/wp-slimstat-db.php:75
629
- #: ../../admin/view/wp-slimstat-reports.php:732
630
  msgid "days"
631
  msgstr ""
632
 
@@ -651,131 +642,156 @@ msgid "Choose the number format you want to use for your reports."
651
  msgstr ""
652
 
653
  #: ../../admin/config/index.php:49
654
- msgid "Show Display Name"
655
  msgstr ""
656
 
657
  #: ../../admin/config/index.php:49
658
  msgid ""
 
 
 
 
 
 
 
 
 
 
 
659
  "By default, users are listed by their usernames. Use this option to "
660
  "visualize their display names instead."
661
  msgstr ""
662
 
663
- #: ../../admin/config/index.php:50
664
  msgid "Show User Agent"
665
  msgstr ""
666
 
667
- #: ../../admin/config/index.php:50
668
  msgid ""
669
  "Choose if you want to see the browser name or a complete user agent string "
670
  "when hovering on browser icons."
671
  msgstr ""
672
 
673
- #: ../../admin/config/index.php:51
674
  msgid "Show Titles"
675
  msgstr ""
676
 
677
- #: ../../admin/config/index.php:51
678
  msgid ""
679
  "Slimstat converts your permalinks into post and page titles. Disable this "
680
  "feature if you need to see the URL in your reports."
681
  msgstr ""
682
 
 
 
 
 
683
  #: ../../admin/config/index.php:53
 
 
 
 
 
 
684
  msgid "Functionality"
685
  msgstr ""
686
 
687
- #: ../../admin/config/index.php:54
688
  msgid "Asynchronous Views"
689
  msgstr ""
690
 
691
- #: ../../admin/config/index.php:54
692
  msgid ""
693
  "Load all the reports dynamically. It makes the reports render faster, but it "
694
  "increases the load on your server."
695
  msgstr ""
696
 
697
- #: ../../admin/config/index.php:55
698
  msgid "SlimScroll"
699
  msgstr ""
700
 
701
- #: ../../admin/config/index.php:55
702
  msgid ""
703
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
704
  "scrollbar."
705
  msgstr ""
706
 
707
- #: ../../admin/config/index.php:56
708
  msgid "Expand Details"
709
  msgstr ""
710
 
711
- #: ../../admin/config/index.php:56
712
  msgid "Expand each row's details by default, insted of on mousehover."
713
  msgstr ""
714
 
715
- #: ../../admin/config/index.php:57 ../../admin/config/index.php:61
716
  msgid "Rows to Display"
717
  msgstr ""
718
 
719
- #: ../../admin/config/index.php:57
720
  msgid "Specify the number of items in each report."
721
  msgstr ""
722
 
723
- #: ../../admin/config/index.php:60
 
 
 
 
724
  msgid "Live Stream"
725
  msgstr ""
726
 
727
- #: ../../admin/config/index.php:60
728
  msgid ""
729
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
730
- "Enter <strong>0</strong> (number zero) to disable this functionality."
731
  msgstr ""
732
 
733
- #: ../../admin/config/index.php:60 ../../admin/config/index.php:215
734
  msgid "seconds"
735
  msgstr ""
736
 
737
- #: ../../admin/config/index.php:61
738
  msgid "Specify the number of items in the Activity Log."
739
  msgstr ""
740
 
741
- #: ../../admin/config/index.php:62
742
  msgid "Activity Log Extended"
743
  msgstr ""
744
 
745
- #: ../../admin/config/index.php:62
746
  msgid ""
747
  "Choose if you want to see outbound links listed in the Activity Log. It "
748
  "might slow down the rendering of this report."
749
  msgstr ""
750
 
751
- #: ../../admin/config/index.php:67
752
  msgid "Visitors and Known Users"
753
  msgstr ""
754
 
755
- #: ../../admin/config/index.php:68
756
  msgid "Track Registered Users"
757
  msgstr ""
758
 
759
- #: ../../admin/config/index.php:68
760
  msgid "Enable this option to track logged in users."
761
  msgstr ""
762
 
763
- #: ../../admin/config/index.php:69
764
  msgid "Blacklist by Username"
765
  msgstr ""
766
 
767
- #: ../../admin/config/index.php:69
768
  msgid ""
769
  "List all the usernames you don't want to track, separated by commas. Please "
770
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
771
  "sensitive."
772
  msgstr ""
773
 
774
- #: ../../admin/config/index.php:70
775
  msgid "Blacklist by IP Address"
776
  msgstr ""
777
 
778
- #: ../../admin/config/index.php:70
779
  msgid ""
780
  "List all the IP addresses you don't want to track, separated by commas. Each "
781
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -784,26 +800,26 @@ msgid ""
784
  "public IP and the originating IP, if available."
785
  msgstr ""
786
 
787
- #: ../../admin/config/index.php:71
788
  msgid "Blacklist by Capability"
789
  msgstr ""
790
 
791
- #: ../../admin/config/index.php:71
792
  msgid ""
793
  "Users having at least one of the <a href='http://codex.wordpress.org/"
794
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
795
  "will not be tracked. Capabilities are case-insensitive."
796
  msgstr ""
797
 
798
- #: ../../admin/config/index.php:73
799
  msgid "Profiling"
800
  msgstr ""
801
 
802
- #: ../../admin/config/index.php:74
803
  msgid "Ignore Spammers"
804
  msgstr ""
805
 
806
- #: ../../admin/config/index.php:74
807
  msgid ""
808
  "Enable this option if you don't want to track visits from users identified "
809
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -811,11 +827,11 @@ msgid ""
811
  "database."
812
  msgstr ""
813
 
814
- #: ../../admin/config/index.php:75
815
  msgid "Permalinks"
816
  msgstr ""
817
 
818
- #: ../../admin/config/index.php:75
819
  msgid ""
820
  "List all the URLs on your website that you don't want to track, separated by "
821
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -826,21 +842,21 @@ msgid ""
826
  "case-insensitive."
827
  msgstr ""
828
 
829
- #: ../../admin/config/index.php:76
830
  msgid "Countries"
831
  msgstr ""
832
 
833
- #: ../../admin/config/index.php:76
834
  msgid ""
835
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
836
  "track, separated by commas."
837
  msgstr ""
838
 
839
- #: ../../admin/config/index.php:77
840
  msgid "User Agents"
841
  msgstr ""
842
 
843
- #: ../../admin/config/index.php:77
844
  msgid ""
845
  "Browsers (user agents) you don't want to track, separated by commas. You can "
846
  "specify the browser's version adding a slash after the name (i.e. "
@@ -850,11 +866,11 @@ msgid ""
850
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
851
  msgstr ""
852
 
853
- #: ../../admin/config/index.php:78
854
  msgid "Referring Sites"
855
  msgstr ""
856
 
857
- #: ../../admin/config/index.php:78
858
  msgid ""
859
  "Referring URLs that you don't want to track, separated by commas: "
860
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -864,58 +880,58 @@ msgid ""
864
  "https://)."
865
  msgstr ""
866
 
867
- #: ../../admin/config/index.php:80 ../../admin/config/index.php:232
868
  msgid "Miscellaneous"
869
  msgstr ""
870
 
871
- #: ../../admin/config/index.php:81
872
  msgid "Enable Privacy Mode"
873
  msgstr ""
874
 
875
- #: ../../admin/config/index.php:81
876
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
877
  msgstr ""
878
 
879
- #: ../../admin/config/index.php:82
880
  msgid "Ignore Prefetch Requests"
881
  msgstr ""
882
 
883
- #: ../../admin/config/index.php:82
884
  msgid ""
885
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
886
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
887
  "target='_blank'>Link Prefetching functionality</a>."
888
  msgstr ""
889
 
890
- #: ../../admin/config/index.php:98
891
  msgid "Ignore users (username not found)"
892
  msgstr ""
893
 
894
- #: ../../admin/config/index.php:121
895
  msgid ""
896
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
897
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
898
  msgstr ""
899
 
900
- #: ../../admin/config/index.php:131
901
  msgid "Reports"
902
  msgstr ""
903
 
904
- #: ../../admin/config/index.php:132
905
  msgid "Restrict Authors"
906
  msgstr ""
907
 
908
- #: ../../admin/config/index.php:132
909
  msgid ""
910
  "Enable this option if you want your authors to only see stats related to "
911
  "their own content."
912
  msgstr ""
913
 
914
- #: ../../admin/config/index.php:133 ../../admin/config/index.php:137
915
  msgid "Capability"
916
  msgstr ""
917
 
918
- #: ../../admin/config/index.php:133
919
  msgid ""
920
  "Specify the minimum <a href='http://codex.wordpress.org/"
921
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -925,18 +941,18 @@ msgid ""
925
  "In this case, the list has precedence over the capability."
926
  msgstr ""
927
 
928
- #: ../../admin/config/index.php:134 ../../admin/config/index.php:138
929
  msgid "Whitelist"
930
  msgstr ""
931
 
932
- #: ../../admin/config/index.php:134
933
  msgid ""
934
  "List all the users who should have access to the reports, separated by "
935
  "commas. Administrators are implicitly allowed, so you don't need to list "
936
  "them in here. Usernames are case sensitive."
937
  msgstr ""
938
 
939
- #: ../../admin/config/index.php:137
940
  msgid ""
941
  "Specify the minimum <a href='http://codex.wordpress.org/"
942
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -944,82 +960,82 @@ msgid ""
944
  "can be used to override this option for specific users."
945
  msgstr ""
946
 
947
- #: ../../admin/config/index.php:138
948
  msgid ""
949
  "List all the users who can edit these options, separated by commas. Please "
950
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
951
  "not forget to include yourself! Usernames are case sensitive."
952
  msgstr ""
953
 
954
- #: ../../admin/config/index.php:154
955
  msgid "Read access: username not found"
956
  msgstr ""
957
 
958
- #: ../../admin/config/index.php:167 ../../admin/config/index.php:198
959
  msgid ""
960
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
961
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
962
  "information"
963
  msgstr ""
964
 
965
- #: ../../admin/config/index.php:185
966
  msgid "Config access: username not found"
967
  msgstr ""
968
 
969
- #: ../../admin/config/index.php:213
970
  msgid "Detect Smoothing"
971
  msgstr ""
972
 
973
- #: ../../admin/config/index.php:213
974
  msgid ""
975
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
976
  "This option required Spy Mode to be enabled."
977
  msgstr ""
978
 
979
- #: ../../admin/config/index.php:214
980
  msgid "Track Outbound Clicks"
981
  msgstr ""
982
 
983
- #: ../../admin/config/index.php:214
984
  msgid ""
985
  "Track when your visitors click on link to external websites. This option "
986
  "required Spy Mode to be enabled."
987
  msgstr ""
988
 
989
- #: ../../admin/config/index.php:215
990
  msgid "Session Duration"
991
  msgstr ""
992
 
993
- #: ../../admin/config/index.php:215
994
  msgid ""
995
  "How many seconds should a human session last? Google Analytics sets it to "
996
  "1800 seconds."
997
  msgstr ""
998
 
999
- #: ../../admin/config/index.php:216
1000
  msgid "Extend Session"
1001
  msgstr ""
1002
 
1003
- #: ../../admin/config/index.php:216
1004
  msgid "Extend the duration of a session each time the user visits a new page."
1005
  msgstr ""
1006
 
1007
- #: ../../admin/config/index.php:217
1008
  msgid "Enable CDN"
1009
  msgstr ""
1010
 
1011
- #: ../../admin/config/index.php:217
1012
  msgid ""
1013
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1014
  "by serving our tracking code from their fast and reliable network (free "
1015
  "service)."
1016
  msgstr ""
1017
 
1018
- #: ../../admin/config/index.php:218
1019
  msgid "Extensions to Track"
1020
  msgstr ""
1021
 
1022
- #: ../../admin/config/index.php:218
1023
  msgid ""
1024
  "List all the file extensions that you want to be treated as Downloads. "
1025
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1028,35 +1044,35 @@ msgid ""
1028
  "below."
1029
  msgstr ""
1030
 
1031
- #: ../../admin/config/index.php:220
1032
  msgid "External Pages"
1033
  msgstr ""
1034
 
1035
- #: ../../admin/config/index.php:221
1036
  msgid "Add the following code to all the non-WP pages you want to track"
1037
  msgstr ""
1038
 
1039
- #: ../../admin/config/index.php:233
1040
  msgid "Debug Mode"
1041
  msgstr ""
1042
 
1043
- #: ../../admin/config/index.php:233
1044
  msgid "Display the SQL queries used to retrieve the data."
1045
  msgstr ""
1046
 
1047
- #: ../../admin/config/index.php:234
1048
  msgid "IP Lookup"
1049
  msgstr ""
1050
 
1051
- #: ../../admin/config/index.php:234
1052
  msgid "Customize the Geolocation service to be used in the reports."
1053
  msgstr ""
1054
 
1055
- #: ../../admin/config/index.php:235
1056
  msgid "Custom CSS"
1057
  msgstr ""
1058
 
1059
- #: ../../admin/config/index.php:235
1060
  msgid ""
1061
  "Paste here your custom stylesheet to personalize the way your reports look. "
1062
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1064,11 +1080,11 @@ msgid ""
1064
  "setting."
1065
  msgstr ""
1066
 
1067
- #: ../../admin/config/index.php:236
1068
  msgid "Enable UAN"
1069
  msgstr ""
1070
 
1071
- #: ../../admin/config/index.php:236
1072
  msgid ""
1073
  "Send anonymous data about user agents to our server for analysis. This "
1074
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -1129,60 +1145,60 @@ msgstr ""
1129
  msgid "Delete pageviews where"
1130
  msgstr ""
1131
 
1132
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:17
1133
  msgid "equals"
1134
  msgstr ""
1135
 
1136
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:18
1137
  msgid "is not equal to"
1138
  msgstr ""
1139
 
1140
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:19
1141
  msgid "contains"
1142
  msgstr ""
1143
 
1144
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:20
1145
  msgid "does not contain"
1146
  msgstr ""
1147
 
1148
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:21
1149
  msgid "starts with"
1150
  msgstr ""
1151
 
1152
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:22
1153
  msgid "ends with"
1154
  msgstr ""
1155
 
1156
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:23
1157
  msgid "sounds like"
1158
  msgstr ""
1159
 
1160
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:24
1161
  msgid "is greater than"
1162
  msgstr ""
1163
 
1164
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:25
1165
  msgid "is less than"
1166
  msgstr ""
1167
 
1168
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:26
1169
  msgid "matches"
1170
  msgstr ""
1171
 
1172
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:27
1173
  msgid "does not match"
1174
  msgstr ""
1175
 
1176
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:28
1177
  msgid "is empty"
1178
  msgstr ""
1179
 
1180
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:29
1181
  msgid "is not empty"
1182
  msgstr ""
1183
 
1184
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:32
1185
- #: ../../admin/view/index.php:78
1186
  msgid "Apply"
1187
  msgstr ""
1188
 
@@ -2674,7 +2690,7 @@ msgid "l-zu-za"
2674
  msgstr "Zulu (South Africa)"
2675
 
2676
  #: ../../admin/lang/dynamic_strings.php:298
2677
- #: ../../admin/view/wp-slimstat-reports.php:456
2678
  msgid "l-"
2679
  msgstr "Unknown"
2680
 
@@ -2692,55 +2708,59 @@ msgstr "Unknown"
2692
  msgid "c-xy"
2693
  msgstr "Local IP"
2694
 
2695
- #: ../../admin/view/index.php:48 ../../admin/view/wp-slimstat-reports.php:753
 
 
 
 
2696
  msgid "Today"
2697
  msgstr ""
2698
 
2699
- #: ../../admin/view/index.php:49 ../../admin/view/wp-slimstat-reports.php:754
2700
  msgid "Yesterday"
2701
  msgstr ""
2702
 
2703
- #: ../../admin/view/index.php:50
2704
  msgid "Last 7 Days"
2705
  msgstr ""
2706
 
2707
- #: ../../admin/view/index.php:51
2708
  msgid "Last 60 Days"
2709
  msgstr ""
2710
 
2711
- #: ../../admin/view/index.php:52
2712
  msgid "Last 90 Days"
2713
  msgstr ""
2714
 
2715
- #: ../../admin/view/index.php:53
2716
  msgid "This Year So Far"
2717
  msgstr ""
2718
 
2719
- #: ../../admin/view/index.php:54
2720
  msgid "Date Range"
2721
  msgstr ""
2722
 
2723
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-db.php:72
2724
  msgid "Day"
2725
  msgstr ""
2726
 
2727
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-db.php:73
2728
  msgid "Month"
2729
  msgstr ""
2730
 
2731
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2732
  msgid "Year"
2733
  msgstr ""
2734
 
2735
- #: ../../admin/view/index.php:80
2736
  msgid "Reset Filters"
2737
  msgstr ""
2738
 
2739
- #: ../../admin/view/index.php:121
2740
  msgid "Your report here"
2741
  msgstr ""
2742
 
2743
- #: ../../admin/view/index.php:123
2744
  msgid ""
2745
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2746
  "write a new plugin that retrieves the desired information from the database "
@@ -2749,58 +2769,58 @@ msgid ""
2749
  "forum_id=10\" target=\"_blank\">support forum</a>."
2750
  msgstr ""
2751
 
2752
- #: ../../admin/view/index.php:137 ../../admin/view/wp-slimstat-reports.php:744
2753
- #: ../../admin/view/wp-slimstat-reports.php:846
2754
- #: ../../admin/view/wp-slimstat-reports.php:1069
2755
  msgid "Pageviews"
2756
  msgstr ""
2757
 
2758
- #: ../../admin/view/index.php:140
2759
  msgid ""
2760
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2761
  "Slimstat leverages this information to identify returning visitors. Please "
2762
  "note that visitors also include registered users."
2763
  msgstr ""
2764
 
2765
- #: ../../admin/view/index.php:144
2766
- msgid "Take a sneak peek at what human visitors are doing on your website."
2767
- msgstr ""
2768
-
2769
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
2770
- #: ../../admin/view/index.php:185 ../../admin/view/right-now.php:154
2771
  msgid "Color codes"
2772
  msgstr ""
2773
 
2774
- #: ../../admin/view/index.php:144
2775
- msgid "From a search result page"
2776
  msgstr ""
2777
 
2778
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
2779
- #: ../../admin/view/index.php:185
2780
  msgid "Known Users"
2781
  msgstr ""
2782
 
2783
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
2784
- #: ../../admin/view/index.php:185
2785
  msgid "Other Humans"
2786
  msgstr ""
2787
 
2788
- #: ../../admin/view/index.php:148
 
 
 
 
2789
  msgid "Keywords used by your visitors to find your website on a search engine."
2790
  msgstr ""
2791
 
2792
- #: ../../admin/view/index.php:151
2793
  msgid ""
2794
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2795
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2796
  "set above don't apply to this report."
2797
  msgstr ""
2798
 
2799
- #: ../../admin/view/index.php:154
2800
  msgid "Human Visits"
2801
  msgstr ""
2802
 
2803
- #: ../../admin/view/index.php:157
2804
  msgid ""
2805
  "Internet Service Provider: a company which provides other companies or "
2806
  "individuals with access to the Internet. Your DSL or cable internet service "
@@ -2808,52 +2828,52 @@ msgid ""
2808
  "by setting the corresponding filter under Settings > Slimstat > Filters."
2809
  msgstr ""
2810
 
2811
- #: ../../admin/view/index.php:160
2812
  msgid ""
2813
  "You can configure Slimstat to ignore a specific Country by setting the "
2814
  "corresponding filter under Settings > Slimstat > Filters."
2815
  msgstr ""
2816
 
2817
- #: ../../admin/view/index.php:163
2818
  msgid ""
2819
  "This report shows you what user agent families (no version considered) are "
2820
  "popular among your visitors."
2821
  msgstr ""
2822
 
2823
- #: ../../admin/view/index.php:166
2824
  msgid ""
2825
  "This report shows you what operating system families (no version considered) "
2826
  "are popular among your visitors."
2827
  msgstr ""
2828
 
2829
- #: ../../admin/view/index.php:172
2830
  msgid "Average Pageviews per Visit"
2831
  msgstr ""
2832
 
2833
- #: ../../admin/view/index.php:175
2834
  msgid ""
2835
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2836
  "left your site from the entrance (landing) page."
2837
  msgstr ""
2838
 
2839
- #: ../../admin/view/index.php:178
2840
  msgid "Searches performed using Wordpress' built-in search functionality."
2841
  msgstr ""
2842
 
2843
- #: ../../admin/view/index.php:182
2844
  msgid ""
2845
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2846
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2847
  "link has an ID attribute associated to it."
2848
  msgstr ""
2849
 
2850
- #: ../../admin/view/index.php:185
2851
  msgid ""
2852
  "This report lists any <em>event</em> occurred on your website. Please refer "
2853
  "to the FAQ for more information on how to leverage this functionality."
2854
  msgstr ""
2855
 
2856
- #: ../../admin/view/index.php:188
2857
  msgid ""
2858
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2859
  "this report is not affected by the filters set here above."
@@ -2876,627 +2896,633 @@ msgid "Syndication Reader"
2876
  msgstr ""
2877
 
2878
  #: ../../admin/view/right-now.php:30
2879
- #: ../../admin/view/wp-slimstat-reports.php:391
2880
- #: ../../admin/view/wp-slimstat-reports.php:650
2881
  msgid "No data to display"
2882
  msgstr ""
2883
 
2884
  # Unknown
2885
  #: ../../admin/view/right-now.php:56
2886
- #: ../../admin/view/wp-slimstat-reports.php:444
2887
- #: ../../admin/view/wp-slimstat-reports.php:693
2888
- #: ../../admin/view/wp-slimstat-reports.php:957
2889
  msgid "c-"
2890
  msgstr "Unknown"
2891
 
2892
- #: ../../admin/view/right-now.php:127
2893
- #: ../../admin/view/wp-slimstat-reports.php:503
2894
- #: ../../admin/view/wp-slimstat-reports.php:507
2895
- #: ../../admin/view/wp-slimstat-reports.php:675
2896
- #: ../../admin/view/wp-slimstat-reports.php:713
2897
- msgid "Open this URL in a new window"
2898
- msgstr ""
2899
-
2900
  #: ../../admin/view/right-now.php:130
2901
- msgid "Local search results page"
2902
  msgstr ""
2903
 
2904
- #: ../../admin/view/right-now.php:137
2905
- msgid "Open this referrer in a new window"
2906
- msgstr ""
2907
-
2908
- #: ../../admin/view/right-now.php:138
2909
- msgid "Open this outbound link in a new window"
2910
  msgstr ""
2911
 
2912
- #: ../../admin/view/right-now.php:139
2913
- msgid "Date and Time"
2914
  msgstr ""
2915
 
2916
  #: ../../admin/view/right-now.php:140
2917
- msgid "Content Type"
 
 
 
 
2918
  msgstr ""
2919
 
2920
- #: ../../admin/view/right-now.php:155
2921
- msgid "Visit with keywords"
2922
  msgstr ""
2923
 
2924
- #: ../../admin/view/right-now.php:157
2925
- msgid "Known User"
2926
  msgstr ""
2927
 
2928
- #: ../../admin/view/right-now.php:158
2929
- msgid "Human Visitor"
2930
  msgstr ""
2931
 
2932
- #: ../../admin/view/right-now.php:159
2933
- msgid "Bot or Crawler"
2934
  msgstr ""
2935
 
2936
- #: ../../admin/view/wp-slimstat-db.php:44
2937
  msgid "IP Address"
2938
  msgstr ""
2939
 
2940
- #: ../../admin/view/wp-slimstat-db.php:49
2941
  msgid "Domain"
2942
  msgstr ""
2943
 
 
 
 
 
2944
  #: ../../admin/view/wp-slimstat-db.php:53
2945
  msgid "-- Advanced filters --"
2946
  msgstr ""
2947
 
2948
  #: ../../admin/view/wp-slimstat-db.php:54
2949
- #: ../../admin/view/wp-slimstat-reports.php:56
2950
  msgid "Browser Capabilities"
2951
  msgstr ""
2952
 
2953
- #: ../../admin/view/wp-slimstat-db.php:66
 
 
 
 
2954
  msgid "Resource ID"
2955
  msgstr ""
2956
 
2957
- #: ../../admin/view/wp-slimstat-db.php:71
2958
  msgid "Hour"
2959
  msgstr ""
2960
 
2961
- #: ../../admin/view/wp-slimstat-db.php:77
2962
  msgid "Order Direction"
2963
  msgstr ""
2964
 
2965
- #: ../../admin/view/wp-slimstat-db.php:78
2966
  msgid "Limit Results"
2967
  msgstr ""
2968
 
2969
- #: ../../admin/view/wp-slimstat-db.php:79
2970
  msgid "Start From"
2971
  msgstr ""
2972
 
2973
- #: ../../admin/view/wp-slimstat-reports.php:36
2974
  msgid "Pageviews (chart)"
2975
  msgstr ""
2976
 
2977
- #: ../../admin/view/wp-slimstat-reports.php:37
2978
  msgid "About Slimstat"
2979
  msgstr ""
2980
 
2981
- #: ../../admin/view/wp-slimstat-reports.php:38
2982
- #: ../../admin/view/wp-slimstat-reports.php:50
2983
  msgid "At a Glance"
2984
  msgstr ""
2985
 
2986
- #: ../../admin/view/wp-slimstat-reports.php:39
2987
  msgid "Currently Online"
2988
  msgstr ""
2989
 
2990
- #: ../../admin/view/wp-slimstat-reports.php:40
2991
- #: ../../admin/view/wp-slimstat-reports.php:74
2992
  msgid "Spy View"
2993
  msgstr ""
2994
 
2995
- #: ../../admin/view/wp-slimstat-reports.php:41
2996
- #: ../../admin/view/wp-slimstat-reports.php:75
2997
  msgid "Recent Search Terms"
2998
  msgstr ""
2999
 
3000
- #: ../../admin/view/wp-slimstat-reports.php:42
3001
  msgid "Top Pages"
3002
  msgstr ""
3003
 
3004
- #: ../../admin/view/wp-slimstat-reports.php:43
3005
- #: ../../admin/view/wp-slimstat-reports.php:72
3006
  msgid "Top Traffic Sources"
3007
  msgstr ""
3008
 
3009
- #: ../../admin/view/wp-slimstat-reports.php:44
3010
  msgid "Top Known Visitors"
3011
  msgstr ""
3012
 
3013
- #: ../../admin/view/wp-slimstat-reports.php:45
3014
- #: ../../admin/view/wp-slimstat-reports.php:70
3015
- #: ../../admin/view/wp-slimstat-reports.php:90
3016
  msgid "Top Search Terms"
3017
  msgstr ""
3018
 
3019
- #: ../../admin/view/wp-slimstat-reports.php:46
3020
- #: ../../admin/view/wp-slimstat-reports.php:57
3021
- #: ../../admin/view/wp-slimstat-reports.php:71
3022
  msgid "Top Countries"
3023
  msgstr ""
3024
 
3025
- #: ../../admin/view/wp-slimstat-reports.php:47
3026
  msgid "Rankings"
3027
  msgstr ""
3028
 
3029
- #: ../../admin/view/wp-slimstat-reports.php:48
3030
  msgid "Top Language Families"
3031
  msgstr ""
3032
 
3033
- #: ../../admin/view/wp-slimstat-reports.php:49
3034
  msgid "Human Visits (chart)"
3035
  msgstr ""
3036
 
3037
- #: ../../admin/view/wp-slimstat-reports.php:51
 
 
 
 
3038
  msgid "Top Languages"
3039
  msgstr ""
3040
 
3041
- #: ../../admin/view/wp-slimstat-reports.php:52
3042
  msgid "Top Browsers"
3043
  msgstr ""
3044
 
3045
- #: ../../admin/view/wp-slimstat-reports.php:53
3046
  msgid "Top Service Providers"
3047
  msgstr ""
3048
 
3049
- #: ../../admin/view/wp-slimstat-reports.php:54
3050
  msgid "Top Operating Systems"
3051
  msgstr ""
3052
 
3053
- #: ../../admin/view/wp-slimstat-reports.php:55
3054
  msgid "Top Screen Resolutions"
3055
  msgstr ""
3056
 
3057
- #: ../../admin/view/wp-slimstat-reports.php:58
3058
  msgid "Visit Duration"
3059
  msgstr ""
3060
 
3061
- #: ../../admin/view/wp-slimstat-reports.php:59
3062
- #: ../../admin/view/wp-slimstat-reports.php:76
3063
  msgid "Recent Countries"
3064
  msgstr ""
3065
 
3066
- #: ../../admin/view/wp-slimstat-reports.php:60
3067
  msgid "Recent Screen Resolutions"
3068
  msgstr ""
3069
 
3070
- #: ../../admin/view/wp-slimstat-reports.php:61
3071
  msgid "Recent Operating Systems"
3072
  msgstr ""
3073
 
3074
- #: ../../admin/view/wp-slimstat-reports.php:62
3075
  msgid "Recent Browsers"
3076
  msgstr ""
3077
 
3078
- #: ../../admin/view/wp-slimstat-reports.php:63
3079
  msgid "Recent Languages"
3080
  msgstr ""
3081
 
3082
- #: ../../admin/view/wp-slimstat-reports.php:64
3083
  msgid "Top Browser Families"
3084
  msgstr ""
3085
 
3086
- #: ../../admin/view/wp-slimstat-reports.php:65
3087
  msgid "Top OS Families"
3088
  msgstr ""
3089
 
3090
- #: ../../admin/view/wp-slimstat-reports.php:66
3091
  msgid "Recent Users"
3092
  msgstr ""
3093
 
3094
- #: ../../admin/view/wp-slimstat-reports.php:67
3095
  msgid "Top Users"
3096
  msgstr ""
3097
 
3098
- #: ../../admin/view/wp-slimstat-reports.php:68
3099
  msgid "Traffic Sources (chart)"
3100
  msgstr ""
3101
 
3102
- #: ../../admin/view/wp-slimstat-reports.php:69
3103
  msgid "Summary"
3104
  msgstr ""
3105
 
3106
- #: ../../admin/view/wp-slimstat-reports.php:73
3107
  msgid "Top Referring Search Engines"
3108
  msgstr ""
3109
 
3110
- #: ../../admin/view/wp-slimstat-reports.php:77
3111
- #: ../../admin/view/wp-slimstat-reports.php:93
3112
  msgid "Top Landing Pages"
3113
  msgstr ""
3114
 
3115
- #: ../../admin/view/wp-slimstat-reports.php:78
3116
  msgid "Average Pageviews per Visit (chart)"
3117
  msgstr ""
3118
 
3119
- #: ../../admin/view/wp-slimstat-reports.php:79
3120
  msgid "Recent Posts"
3121
  msgstr ""
3122
 
3123
- #: ../../admin/view/wp-slimstat-reports.php:80
3124
  msgid "Recent Bounce Pages"
3125
  msgstr ""
3126
 
3127
- #: ../../admin/view/wp-slimstat-reports.php:81
3128
  msgid "Recent Feeds"
3129
  msgstr ""
3130
 
3131
- #: ../../admin/view/wp-slimstat-reports.php:82
3132
  msgid "Recent Pages Not Found"
3133
  msgstr ""
3134
 
3135
- #: ../../admin/view/wp-slimstat-reports.php:83
3136
  msgid "Recent Internal Searches"
3137
  msgstr ""
3138
 
3139
- #: ../../admin/view/wp-slimstat-reports.php:84
3140
  msgid "Top Categories"
3141
  msgstr ""
3142
 
3143
- #: ../../admin/view/wp-slimstat-reports.php:85
3144
  msgid "Recent Outbound Links"
3145
  msgstr ""
3146
 
3147
- #: ../../admin/view/wp-slimstat-reports.php:86
3148
  msgid "Recent Events"
3149
  msgstr ""
3150
 
3151
- #: ../../admin/view/wp-slimstat-reports.php:87
3152
  msgid "Top Posts"
3153
  msgstr ""
3154
 
3155
- #: ../../admin/view/wp-slimstat-reports.php:88
3156
  msgid "Top Feeds"
3157
  msgstr ""
3158
 
3159
- #: ../../admin/view/wp-slimstat-reports.php:89
3160
  msgid "Top Internal Searches"
3161
  msgstr ""
3162
 
3163
- #: ../../admin/view/wp-slimstat-reports.php:91
3164
  msgid "Recent Categories"
3165
  msgstr ""
3166
 
3167
- #: ../../admin/view/wp-slimstat-reports.php:92
3168
  msgid "Top Pages Not Found"
3169
  msgstr ""
3170
 
3171
- #: ../../admin/view/wp-slimstat-reports.php:94
3172
  msgid "Top Authors"
3173
  msgstr ""
3174
 
3175
- #: ../../admin/view/wp-slimstat-reports.php:95
3176
  msgid "Top Tags"
3177
  msgstr ""
3178
 
3179
- #: ../../admin/view/wp-slimstat-reports.php:96
3180
  msgid "Recent Downloads"
3181
  msgstr ""
3182
 
3183
- #: ../../admin/view/wp-slimstat-reports.php:97
3184
  msgid "Top OutLinks and Downloads"
3185
  msgstr ""
3186
 
3187
- #: ../../admin/view/wp-slimstat-reports.php:98
3188
  msgid "Your Website"
3189
  msgstr ""
3190
 
3191
- #: ../../admin/view/wp-slimstat-reports.php:100
3192
- msgid "At A Glance"
 
 
 
 
3193
  msgstr ""
3194
 
3195
- #: ../../admin/view/wp-slimstat-reports.php:209
3196
  msgid "Chart controls"
3197
  msgstr ""
3198
 
3199
- #: ../../admin/view/wp-slimstat-reports.php:209
3200
  msgid "Use your mouse wheel to zoom in and out"
3201
  msgstr ""
3202
 
3203
- #: ../../admin/view/wp-slimstat-reports.php:209
3204
  msgid "While zooming in, drag the chart to move to a different area"
3205
  msgstr ""
3206
 
3207
- #: ../../admin/view/wp-slimstat-reports.php:209
3208
  msgid "Double click on an empty region to reset the zoom level"
3209
  msgstr ""
3210
 
3211
- #: ../../admin/view/wp-slimstat-reports.php:210
3212
- msgid ""
3213
- "Click on a data point to display the activity chart for each hour of that day"
3214
- msgstr ""
3215
-
3216
- #: ../../admin/view/wp-slimstat-reports.php:222
3217
  msgid "src"
3218
  msgstr ""
3219
 
3220
- #: ../../admin/view/wp-slimstat-reports.php:223
3221
  msgid "serp"
3222
  msgstr ""
3223
 
3224
- #: ../../admin/view/wp-slimstat-reports.php:228
3225
  msgid "Go to the corresponding search engine result page"
3226
  msgstr ""
3227
 
3228
- #: ../../admin/view/wp-slimstat-reports.php:231
3229
  msgid "Go to the referring page"
3230
  msgstr ""
3231
 
3232
- #: ../../admin/view/wp-slimstat-reports.php:254
3233
  msgid "Remove filter for"
3234
  msgstr ""
3235
 
3236
- #: ../../admin/view/wp-slimstat-reports.php:261
3237
  msgid "Reset All"
3238
  msgstr ""
3239
 
3240
- #: ../../admin/view/wp-slimstat-reports.php:264
3241
  msgid "Current filters:"
3242
  msgstr ""
3243
 
3244
- #: ../../admin/view/wp-slimstat-reports.php:268
3245
  msgid "Refresh"
3246
  msgstr ""
3247
 
3248
- #: ../../admin/view/wp-slimstat-reports.php:305
3249
  #, php-format
3250
  msgid "Results %s - %s of %s"
3251
  msgstr ""
3252
 
3253
- #: ../../admin/view/wp-slimstat-reports.php:307
3254
  msgid "Refresh in"
3255
  msgstr ""
3256
 
3257
- #: ../../admin/view/wp-slimstat-reports.php:329
3258
- #: ../../admin/view/wp-slimstat-reports.php:341
3259
  #, php-format
3260
  msgid "Daily %s"
3261
  msgstr ""
3262
 
3263
- #: ../../admin/view/wp-slimstat-reports.php:332
3264
  #, php-format
3265
  msgid "%s Minute by Minute"
3266
  msgstr ""
3267
 
3268
- #: ../../admin/view/wp-slimstat-reports.php:335
3269
  #, php-format
3270
  msgid "Hourly %s"
3271
  msgstr ""
3272
 
3273
- #: ../../admin/view/wp-slimstat-reports.php:338
3274
  #, php-format
3275
  msgid "Monthly %s"
3276
  msgstr ""
3277
 
3278
- #: ../../admin/view/wp-slimstat-reports.php:426
3279
  msgid "Category ID"
3280
  msgstr ""
3281
 
3282
- #: ../../admin/view/wp-slimstat-reports.php:459
3283
  msgid "OS Code"
3284
  msgstr ""
3285
 
3286
- #: ../../admin/view/wp-slimstat-reports.php:469
3287
  msgid "Referrer"
3288
  msgstr ""
3289
 
3290
- #: ../../admin/view/wp-slimstat-reports.php:493
3291
- #: ../../admin/view/wp-slimstat-reports.php:781
3292
- #: ../../admin/view/wp-slimstat-reports.php:790
3293
- #: ../../admin/view/wp-slimstat-reports.php:796
3294
- #: ../../admin/view/wp-slimstat-reports.php:802
3295
- #: ../../admin/view/wp-slimstat-reports.php:808
3296
- #: ../../admin/view/wp-slimstat-reports.php:814
3297
- #: ../../admin/view/wp-slimstat-reports.php:820
3298
- #: ../../admin/view/wp-slimstat-reports.php:826
3299
  msgid "Hits"
3300
  msgstr ""
3301
 
3302
- #: ../../admin/view/wp-slimstat-reports.php:667
3303
  msgid "Search for"
3304
  msgstr ""
3305
 
3306
- #: ../../admin/view/wp-slimstat-reports.php:703
3307
- #: ../../admin/view/wp-slimstat-reports.php:713
3308
  msgid "Source"
3309
  msgstr ""
3310
 
3311
- #: ../../admin/view/wp-slimstat-reports.php:705
3312
  msgid "Keywords"
3313
  msgstr ""
3314
 
3315
- #: ../../admin/view/wp-slimstat-reports.php:713
3316
  #, php-format
3317
  msgid "Filter results where resource equals %s"
3318
  msgstr ""
3319
 
3320
- #: ../../admin/view/wp-slimstat-reports.php:727
 
 
 
 
3321
  msgid "Total Pageviews"
3322
  msgstr ""
3323
 
3324
- #: ../../admin/view/wp-slimstat-reports.php:728
3325
  msgid "DB Size"
3326
  msgstr ""
3327
 
3328
- #: ../../admin/view/wp-slimstat-reports.php:729
3329
  msgid "Tracking Active"
3330
  msgstr ""
3331
 
3332
- #: ../../admin/view/wp-slimstat-reports.php:730
3333
  msgid "Javascript Mode"
3334
  msgstr ""
3335
 
3336
- #: ../../admin/view/wp-slimstat-reports.php:731
3337
  msgid "Tracking Browser Caps"
3338
  msgstr ""
3339
 
3340
- #: ../../admin/view/wp-slimstat-reports.php:732
3341
  msgid "Auto purge"
3342
  msgstr ""
3343
 
3344
- #: ../../admin/view/wp-slimstat-reports.php:733
3345
  msgid "Oldest pageview"
3346
  msgstr ""
3347
 
3348
- #: ../../admin/view/wp-slimstat-reports.php:733
3349
  msgid "No visits"
3350
  msgstr ""
3351
 
3352
- #: ../../admin/view/wp-slimstat-reports.php:743
3353
- #: ../../admin/view/wp-slimstat-reports.php:845
3354
  msgid ""
3355
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3356
  "the tracking code is executed."
3357
  msgstr ""
3358
 
3359
- #: ../../admin/view/wp-slimstat-reports.php:745
3360
  msgid "How many pages have been visited on average during the current period."
3361
  msgstr ""
3362
 
3363
- #: ../../admin/view/wp-slimstat-reports.php:746
3364
  msgid "Average Pageviews"
3365
  msgstr ""
3366
 
3367
- #: ../../admin/view/wp-slimstat-reports.php:747
3368
  msgid ""
3369
  "Visitors who landed on your site after searching for a keyword on Google, "
3370
  "Yahoo, etc."
3371
  msgstr ""
3372
 
3373
- #: ../../admin/view/wp-slimstat-reports.php:748
3374
  msgid "From Search Results"
3375
  msgstr ""
3376
 
3377
- #: ../../admin/view/wp-slimstat-reports.php:749
3378
  msgid ""
3379
  "Used to differentiate between multiple requests to download a file from one "
3380
  "internet address (IP) and requests originating from many distinct addresses"
3381
  msgstr ""
3382
 
3383
- #: ../../admin/view/wp-slimstat-reports.php:750
3384
- #: ../../admin/view/wp-slimstat-reports.php:765
3385
- #: ../../admin/view/wp-slimstat-reports.php:1069
3386
- #: ../../admin/view/wp-slimstat-reports.php:1073
3387
- #: ../../admin/view/wp-slimstat-reports.php:1077
3388
  msgid "Unique IPs"
3389
  msgstr ""
3390
 
3391
- #: ../../admin/view/wp-slimstat-reports.php:751
3392
  msgid "Last 5 minutes"
3393
  msgstr ""
3394
 
3395
- #: ../../admin/view/wp-slimstat-reports.php:752
3396
  msgid "Last 30 minutes"
3397
  msgstr ""
3398
 
3399
- #: ../../admin/view/wp-slimstat-reports.php:762
3400
  msgid ""
3401
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3402
  "multiple times if they perform multiple visits."
3403
  msgstr ""
3404
 
3405
- #: ../../admin/view/wp-slimstat-reports.php:763
3406
  msgid "Human visits"
3407
  msgstr ""
3408
 
3409
- #: ../../admin/view/wp-slimstat-reports.php:764
3410
  msgid "It includes only traffic generated by human visitors."
3411
  msgstr ""
3412
 
3413
- #: ../../admin/view/wp-slimstat-reports.php:766
3414
- #: ../../admin/view/wp-slimstat-reports.php:857
3415
  msgid ""
3416
  "Percentage of single-page visits, i.e. visits in which the person left your "
3417
  "site from the entrance page."
3418
  msgstr ""
3419
 
3420
- #: ../../admin/view/wp-slimstat-reports.php:767
3421
  msgid "Bounce rate"
3422
  msgstr ""
3423
 
3424
- #: ../../admin/view/wp-slimstat-reports.php:768
3425
  msgid "Visitors who had previously left a comment on your blog."
3426
  msgstr ""
3427
 
3428
- #: ../../admin/view/wp-slimstat-reports.php:769
3429
  msgid "Known visitors"
3430
  msgstr ""
3431
 
3432
- #: ../../admin/view/wp-slimstat-reports.php:770
3433
  msgid "Human users who visited your site only once."
3434
  msgstr ""
3435
 
3436
- #: ../../admin/view/wp-slimstat-reports.php:771
3437
  msgid "New visitors"
3438
  msgstr ""
3439
 
3440
- #: ../../admin/view/wp-slimstat-reports.php:772
3441
  msgid "Bots"
3442
  msgstr ""
3443
 
3444
- #: ../../admin/view/wp-slimstat-reports.php:773
3445
  msgid "Pages per visit"
3446
  msgstr ""
3447
 
3448
- #: ../../admin/view/wp-slimstat-reports.php:774
3449
- #: ../../admin/view/wp-slimstat-reports.php:1082
3450
  msgid "Longest visit"
3451
  msgstr ""
3452
 
3453
- #: ../../admin/view/wp-slimstat-reports.php:774
3454
  msgid "hits"
3455
  msgstr ""
3456
 
3457
- #: ../../admin/view/wp-slimstat-reports.php:792
3458
  msgid "0 - 30 seconds"
3459
  msgstr ""
3460
 
3461
- #: ../../admin/view/wp-slimstat-reports.php:798
3462
  msgid "31 - 60 seconds"
3463
  msgstr ""
3464
 
3465
- #: ../../admin/view/wp-slimstat-reports.php:804
3466
  msgid "1 - 3 minutes"
3467
  msgstr ""
3468
 
3469
- #: ../../admin/view/wp-slimstat-reports.php:810
3470
  msgid "3 - 5 minutes"
3471
  msgstr ""
3472
 
3473
- #: ../../admin/view/wp-slimstat-reports.php:816
3474
  msgid "5 - 7 minutes"
3475
  msgstr ""
3476
 
3477
- #: ../../admin/view/wp-slimstat-reports.php:822
3478
  msgid "7 - 10 minutes"
3479
  msgstr ""
3480
 
3481
- #: ../../admin/view/wp-slimstat-reports.php:828
3482
  msgid "More than 10 minutes"
3483
  msgstr ""
3484
 
3485
- #: ../../admin/view/wp-slimstat-reports.php:837
3486
  msgid "Average time on site"
3487
  msgstr ""
3488
 
3489
- #: ../../admin/view/wp-slimstat-reports.php:847
3490
  msgid ""
3491
  "A referrer (or referring site) is the site that a visitor previously visited "
3492
  "before following a link to your site."
3493
  msgstr ""
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:848
3496
  msgid "Unique Referrers"
3497
  msgstr ""
3498
 
3499
- #: ../../admin/view/wp-slimstat-reports.php:849
3500
  msgid ""
3501
  "Visitors who visited the site by typing the URL directly into their browser. "
3502
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3504,21 +3530,21 @@ msgid ""
3504
  "documents that don't include tracking variables."
3505
  msgstr ""
3506
 
3507
- #: ../../admin/view/wp-slimstat-reports.php:850
3508
  msgid "Direct Pageviews"
3509
  msgstr ""
3510
 
3511
- #: ../../admin/view/wp-slimstat-reports.php:851
3512
  msgid ""
3513
  "Visitors who came to your site via searches on Google or some other search "
3514
  "engine."
3515
  msgstr ""
3516
 
3517
- #: ../../admin/view/wp-slimstat-reports.php:852
3518
  msgid "From a search result"
3519
  msgstr ""
3520
 
3521
- #: ../../admin/view/wp-slimstat-reports.php:853
3522
  msgid ""
3523
  "The first page that a user views during a session. This is also known as the "
3524
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3526,1225 +3552,1225 @@ msgid ""
3526
  "a landing page."
3527
  msgstr ""
3528
 
3529
- #: ../../admin/view/wp-slimstat-reports.php:854
3530
  msgid "Unique Landing Pages"
3531
  msgstr ""
3532
 
3533
- #: ../../admin/view/wp-slimstat-reports.php:855
3534
  msgid "Number of single-page visits to your site over the selected period."
3535
  msgstr ""
3536
 
3537
- #: ../../admin/view/wp-slimstat-reports.php:856
3538
  msgid "Bounce Pages"
3539
  msgstr ""
3540
 
3541
- #: ../../admin/view/wp-slimstat-reports.php:858
3542
  msgid "New Visitors Rate"
3543
  msgstr ""
3544
 
3545
- #: ../../admin/view/wp-slimstat-reports.php:859
3546
  msgid ""
3547
  "Visitors who visited the site in the last 5 minutes coming from a search "
3548
  "engine."
3549
  msgstr ""
3550
 
3551
- #: ../../admin/view/wp-slimstat-reports.php:860
3552
  msgid "Currently from search engines"
3553
  msgstr ""
3554
 
3555
- #: ../../admin/view/wp-slimstat-reports.php:928
3556
  msgid "Number of pages in your site included in Google's index."
3557
  msgstr ""
3558
 
3559
- #: ../../admin/view/wp-slimstat-reports.php:929
3560
  msgid "Google Index"
3561
  msgstr ""
3562
 
3563
- #: ../../admin/view/wp-slimstat-reports.php:930
3564
  msgid "Number of pages, according to Google, that link back to your site."
3565
  msgstr ""
3566
 
3567
- #: ../../admin/view/wp-slimstat-reports.php:931
3568
  msgid "Google Backlinks"
3569
  msgstr ""
3570
 
3571
- #: ../../admin/view/wp-slimstat-reports.php:932
3572
  msgid ""
3573
  "How many times the Facebook Like button has been approximately clicked on "
3574
  "your site."
3575
  msgstr ""
3576
 
3577
- #: ../../admin/view/wp-slimstat-reports.php:933
3578
  msgid "Facebook Likes"
3579
  msgstr ""
3580
 
3581
- #: ../../admin/view/wp-slimstat-reports.php:934
3582
  msgid ""
3583
  "How many times your site has been shared by someone on the social network."
3584
  msgstr ""
3585
 
3586
- #: ../../admin/view/wp-slimstat-reports.php:935
3587
  msgid "Facebook Shares"
3588
  msgstr ""
3589
 
3590
- #: ../../admin/view/wp-slimstat-reports.php:936
3591
  msgid "How many times links to your website have been clicked on Facebook."
3592
  msgstr ""
3593
 
3594
- #: ../../admin/view/wp-slimstat-reports.php:937
3595
  msgid "Facebook Clicks"
3596
  msgstr ""
3597
 
3598
- #: ../../admin/view/wp-slimstat-reports.php:938
3599
  msgid ""
3600
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3601
  "traffic data."
3602
  msgstr ""
3603
 
3604
- #: ../../admin/view/wp-slimstat-reports.php:939
3605
  msgid "Alexa World Rank"
3606
  msgstr ""
3607
 
3608
- #: ../../admin/view/wp-slimstat-reports.php:940
3609
  msgid "Alexa Country Rank"
3610
  msgstr ""
3611
 
3612
- #: ../../admin/view/wp-slimstat-reports.php:941
3613
  msgid "Alexa Popularity"
3614
  msgstr ""
3615
 
3616
  # Unknown
3617
- #: ../../admin/view/wp-slimstat-reports.php:948
3618
  msgid "c-xx"
3619
  msgstr "Unknown"
3620
 
3621
  # Afghanistan
3622
- #: ../../admin/view/wp-slimstat-reports.php:948
3623
  msgid "c-af"
3624
  msgstr "Afghanistan"
3625
 
3626
  # Åland Islands
3627
- #: ../../admin/view/wp-slimstat-reports.php:948
3628
  msgid "c-ax"
3629
  msgstr "Aland Islands"
3630
 
3631
  # Albania
3632
- #: ../../admin/view/wp-slimstat-reports.php:948
3633
  msgid "c-al"
3634
  msgstr "Albania"
3635
 
3636
  # Algeria
3637
- #: ../../admin/view/wp-slimstat-reports.php:948
3638
  msgid "c-dz"
3639
  msgstr "Algeria"
3640
 
3641
  # Andorra
3642
- #: ../../admin/view/wp-slimstat-reports.php:948
3643
  msgid "c-ad"
3644
  msgstr "Andorra"
3645
 
3646
  # Angola
3647
- #: ../../admin/view/wp-slimstat-reports.php:948
3648
  msgid "c-ao"
3649
  msgstr "Angola"
3650
 
3651
  # Anguilla
3652
- #: ../../admin/view/wp-slimstat-reports.php:948
3653
  msgid "c-ai"
3654
  msgstr "Anguilla"
3655
 
3656
  # Antigua and Barbuda
3657
- #: ../../admin/view/wp-slimstat-reports.php:948
3658
  msgid "c-ag"
3659
  msgstr "Antigua and Barbuda"
3660
 
3661
  # Argentina
3662
- #: ../../admin/view/wp-slimstat-reports.php:948
3663
  msgid "c-ar"
3664
  msgstr "Argentina"
3665
 
3666
  # Armenia
3667
- #: ../../admin/view/wp-slimstat-reports.php:948
3668
  msgid "c-am"
3669
  msgstr "Armenia"
3670
 
3671
  # Aruba
3672
- #: ../../admin/view/wp-slimstat-reports.php:948
3673
  msgid "c-aw"
3674
  msgstr "Aruba"
3675
 
3676
  # Australia
3677
- #: ../../admin/view/wp-slimstat-reports.php:948
3678
  msgid "c-au"
3679
  msgstr "Australia"
3680
 
3681
  # Austria
3682
- #: ../../admin/view/wp-slimstat-reports.php:948
3683
  msgid "c-at"
3684
  msgstr "Austria"
3685
 
3686
  # Azerbaijan
3687
- #: ../../admin/view/wp-slimstat-reports.php:948
3688
  msgid "c-az"
3689
  msgstr "Azerbaijan"
3690
 
3691
  # Bahamas
3692
- #: ../../admin/view/wp-slimstat-reports.php:948
3693
  msgid "c-bs"
3694
  msgstr "Bahamas"
3695
 
3696
  # Bahrain
3697
- #: ../../admin/view/wp-slimstat-reports.php:948
3698
  msgid "c-bh"
3699
  msgstr "Bahrain"
3700
 
3701
  # Bangladesh
3702
- #: ../../admin/view/wp-slimstat-reports.php:948
3703
  msgid "c-bd"
3704
  msgstr "Bangladesh"
3705
 
3706
  # Barbados
3707
- #: ../../admin/view/wp-slimstat-reports.php:948
3708
  msgid "c-bb"
3709
  msgstr "Barbados"
3710
 
3711
  # Belarus
3712
- #: ../../admin/view/wp-slimstat-reports.php:948
3713
  msgid "c-by"
3714
  msgstr "Belarus"
3715
 
3716
  # Belgium
3717
- #: ../../admin/view/wp-slimstat-reports.php:948
3718
  msgid "c-be"
3719
  msgstr "Belgium"
3720
 
3721
  # Belize
3722
- #: ../../admin/view/wp-slimstat-reports.php:948
3723
  msgid "c-bz"
3724
  msgstr "Belize"
3725
 
3726
  # Benin
3727
- #: ../../admin/view/wp-slimstat-reports.php:948
3728
  msgid "c-bj"
3729
  msgstr "Benin"
3730
 
3731
  # Bermuda
3732
- #: ../../admin/view/wp-slimstat-reports.php:948
3733
  msgid "c-bm"
3734
  msgstr "Bermuda"
3735
 
3736
  # Bhutan
3737
- #: ../../admin/view/wp-slimstat-reports.php:948
3738
  msgid "c-bt"
3739
  msgstr "Bhutan"
3740
 
3741
  # Bolivia
3742
- #: ../../admin/view/wp-slimstat-reports.php:948
3743
  msgid "c-bo"
3744
  msgstr "Bolivia"
3745
 
3746
  # Bosnia and Herzegovina
3747
- #: ../../admin/view/wp-slimstat-reports.php:948
3748
  msgid "c-ba"
3749
  msgstr "Bosnia and Herzegovina"
3750
 
3751
  # Botswana
3752
- #: ../../admin/view/wp-slimstat-reports.php:948
3753
  msgid "c-bw"
3754
  msgstr "Botswana"
3755
 
3756
  # Brazil
3757
- #: ../../admin/view/wp-slimstat-reports.php:948
3758
  msgid "c-br"
3759
  msgstr "Brazil"
3760
 
3761
  # Brunei Darussalam
3762
- #: ../../admin/view/wp-slimstat-reports.php:948
3763
  msgid "c-bn"
3764
  msgstr "Brunei Darussalam"
3765
 
3766
  # Bulgaria
3767
- #: ../../admin/view/wp-slimstat-reports.php:948
3768
  msgid "c-bg"
3769
  msgstr "Bulgaria"
3770
 
3771
  # Burkina Faso
3772
- #: ../../admin/view/wp-slimstat-reports.php:948
3773
  msgid "c-bf"
3774
  msgstr "Burkina Faso"
3775
 
3776
  # Burundi
3777
- #: ../../admin/view/wp-slimstat-reports.php:948
3778
  msgid "c-bi"
3779
  msgstr "Burundi"
3780
 
3781
  # Cambodia
3782
- #: ../../admin/view/wp-slimstat-reports.php:948
3783
  msgid "c-kh"
3784
  msgstr "Cambodia"
3785
 
3786
  # Cameroon
3787
- #: ../../admin/view/wp-slimstat-reports.php:948
3788
  msgid "c-cm"
3789
  msgstr "Cameroon"
3790
 
3791
  # Canada
3792
- #: ../../admin/view/wp-slimstat-reports.php:948
3793
  msgid "c-ca"
3794
  msgstr "Canada"
3795
 
3796
  # Cape Verde
3797
- #: ../../admin/view/wp-slimstat-reports.php:948
3798
  msgid "c-cv"
3799
  msgstr "Cape Verde"
3800
 
3801
  # Cayman Islands
3802
- #: ../../admin/view/wp-slimstat-reports.php:948
3803
  msgid "c-ky"
3804
  msgstr "Cayman Islands"
3805
 
3806
  # Central African Republic
3807
- #: ../../admin/view/wp-slimstat-reports.php:948
3808
  msgid "c-cf"
3809
  msgstr "Central African Republic"
3810
 
3811
  # Chad
3812
- #: ../../admin/view/wp-slimstat-reports.php:948
3813
  msgid "c-td"
3814
  msgstr "Chad"
3815
 
3816
  # Chile
3817
- #: ../../admin/view/wp-slimstat-reports.php:948
3818
  msgid "c-cl"
3819
  msgstr "Chile"
3820
 
3821
  # China
3822
- #: ../../admin/view/wp-slimstat-reports.php:948
3823
  msgid "c-cn"
3824
  msgstr "China"
3825
 
3826
  # Colombia
3827
- #: ../../admin/view/wp-slimstat-reports.php:948
3828
  msgid "c-co"
3829
  msgstr "Colombia"
3830
 
3831
  # Comoros
3832
- #: ../../admin/view/wp-slimstat-reports.php:948
3833
  msgid "c-km"
3834
  msgstr "Comoros"
3835
 
3836
  # Congo
3837
- #: ../../admin/view/wp-slimstat-reports.php:948
3838
  msgid "c-cg"
3839
  msgstr "Congo"
3840
 
3841
  # The Democratic Republic of the Congo
3842
- #: ../../admin/view/wp-slimstat-reports.php:948
3843
  msgid "c-cd"
3844
  msgstr "The Democratic Republic of the Congo"
3845
 
3846
  # Costa Rica
3847
- #: ../../admin/view/wp-slimstat-reports.php:948
3848
  msgid "c-cr"
3849
  msgstr "Costa Rica"
3850
 
3851
  # Côte d'Ivoire
3852
- #: ../../admin/view/wp-slimstat-reports.php:948
3853
  msgid "c-ci"
3854
  msgstr "Côte d'Ivoire"
3855
 
3856
  # Croatia
3857
- #: ../../admin/view/wp-slimstat-reports.php:948
3858
  msgid "c-hr"
3859
  msgstr "Croatia"
3860
 
3861
  # Cuba
3862
- #: ../../admin/view/wp-slimstat-reports.php:948
3863
  msgid "c-cu"
3864
  msgstr "Cuba"
3865
 
3866
  # Cyprus
3867
- #: ../../admin/view/wp-slimstat-reports.php:948
3868
  msgid "c-cy"
3869
  msgstr "Cyprus"
3870
 
3871
  # Czech Republic
3872
- #: ../../admin/view/wp-slimstat-reports.php:948
3873
  msgid "c-cz"
3874
  msgstr "Czech Republic"
3875
 
3876
  # Denmark
3877
- #: ../../admin/view/wp-slimstat-reports.php:948
3878
  msgid "c-dk"
3879
  msgstr "Denmark"
3880
 
3881
  # Djibouti
3882
- #: ../../admin/view/wp-slimstat-reports.php:948
3883
  msgid "c-dj"
3884
  msgstr "Djibouti"
3885
 
3886
  # Dominica
3887
- #: ../../admin/view/wp-slimstat-reports.php:948
3888
  msgid "c-dm"
3889
  msgstr "Dominica"
3890
 
3891
  # Dominican Republic
3892
- #: ../../admin/view/wp-slimstat-reports.php:948
3893
  msgid "c-do"
3894
  msgstr "Dominican Republic"
3895
 
3896
  # Ecuador
3897
- #: ../../admin/view/wp-slimstat-reports.php:948
3898
  msgid "c-ec"
3899
  msgstr "Ecuador"
3900
 
3901
  # Egypt
3902
- #: ../../admin/view/wp-slimstat-reports.php:948
3903
  msgid "c-eg"
3904
  msgstr "Egypt"
3905
 
3906
  # El Salvador
3907
- #: ../../admin/view/wp-slimstat-reports.php:948
3908
  msgid "c-sv"
3909
  msgstr "El Salvador"
3910
 
3911
  # Equatorial Guinea
3912
- #: ../../admin/view/wp-slimstat-reports.php:948
3913
  msgid "c-gq"
3914
  msgstr "Equatorial Guinea"
3915
 
3916
  # Eritrea
3917
- #: ../../admin/view/wp-slimstat-reports.php:948
3918
  msgid "c-er"
3919
  msgstr "Eritrea"
3920
 
3921
  # Estonia
3922
- #: ../../admin/view/wp-slimstat-reports.php:948
3923
  msgid "c-ee"
3924
  msgstr "Estonia"
3925
 
3926
  # Ethiopia
3927
- #: ../../admin/view/wp-slimstat-reports.php:948
3928
  msgid "c-et"
3929
  msgstr "Ethiopia"
3930
 
3931
  # Faroe Islands
3932
- #: ../../admin/view/wp-slimstat-reports.php:948
3933
  msgid "c-fo"
3934
  msgstr "Faroe Islands"
3935
 
3936
  # Falkland Islands (Malvinas)
3937
- #: ../../admin/view/wp-slimstat-reports.php:948
3938
  msgid "c-fk"
3939
  msgstr "Falkland Islands (Malvinas)"
3940
 
3941
  # Fiji
3942
- #: ../../admin/view/wp-slimstat-reports.php:948
3943
  msgid "c-fj"
3944
  msgstr "Fiji"
3945
 
3946
  # Finland
3947
- #: ../../admin/view/wp-slimstat-reports.php:948
3948
  msgid "c-fi"
3949
  msgstr "Finland"
3950
 
3951
  # France
3952
- #: ../../admin/view/wp-slimstat-reports.php:948
3953
  msgid "c-fr"
3954
  msgstr "France"
3955
 
3956
  # French Guiana
3957
- #: ../../admin/view/wp-slimstat-reports.php:948
3958
  msgid "c-gf"
3959
  msgstr "French Guiana"
3960
 
3961
  # Gabon
3962
- #: ../../admin/view/wp-slimstat-reports.php:948
3963
  msgid "c-ga"
3964
  msgstr "Gabon"
3965
 
3966
  # Gambia
3967
- #: ../../admin/view/wp-slimstat-reports.php:948
3968
  msgid "c-gm"
3969
  msgstr "Gambia"
3970
 
3971
  # Georgia
3972
- #: ../../admin/view/wp-slimstat-reports.php:948
3973
  msgid "c-ge"
3974
  msgstr "Georgia"
3975
 
3976
  # Germany
3977
- #: ../../admin/view/wp-slimstat-reports.php:948
3978
  msgid "c-de"
3979
  msgstr "Germany"
3980
 
3981
  # Ghana
3982
- #: ../../admin/view/wp-slimstat-reports.php:948
3983
  msgid "c-gh"
3984
  msgstr "Ghana"
3985
 
3986
  # Greece
3987
- #: ../../admin/view/wp-slimstat-reports.php:948
3988
  msgid "c-gr"
3989
  msgstr "Greece"
3990
 
3991
  # Greenland
3992
- #: ../../admin/view/wp-slimstat-reports.php:948
3993
  msgid "c-gl"
3994
  msgstr "Greenland"
3995
 
3996
  # Grenada
3997
- #: ../../admin/view/wp-slimstat-reports.php:948
3998
  msgid "c-gd"
3999
  msgstr "Grenada"
4000
 
4001
  # Guadeloupe
4002
- #: ../../admin/view/wp-slimstat-reports.php:948
4003
  msgid "c-gp"
4004
  msgstr "Guadeloupe"
4005
 
4006
  # Guatemala
4007
- #: ../../admin/view/wp-slimstat-reports.php:948
4008
  msgid "c-gt"
4009
  msgstr "Guatemala"
4010
 
4011
  # Guinea
4012
- #: ../../admin/view/wp-slimstat-reports.php:948
4013
  msgid "c-gn"
4014
  msgstr "Guinea"
4015
 
4016
  # Guinea-Bissau
4017
- #: ../../admin/view/wp-slimstat-reports.php:948
4018
  msgid "c-gw"
4019
  msgstr "Guinea-Bissau"
4020
 
4021
  # Guyana
4022
- #: ../../admin/view/wp-slimstat-reports.php:948
4023
  msgid "c-gy"
4024
  msgstr "Guyana"
4025
 
4026
  # Haiti
4027
- #: ../../admin/view/wp-slimstat-reports.php:948
4028
  msgid "c-ht"
4029
  msgstr "Haiti"
4030
 
4031
  # Honduras
4032
- #: ../../admin/view/wp-slimstat-reports.php:948
4033
  msgid "c-hn"
4034
  msgstr "Honduras"
4035
 
4036
  # Hong Kong
4037
- #: ../../admin/view/wp-slimstat-reports.php:948
4038
  msgid "c-hk"
4039
  msgstr "Hong Kong"
4040
 
4041
  # Hungary
4042
- #: ../../admin/view/wp-slimstat-reports.php:948
4043
  msgid "c-hu"
4044
  msgstr "Hungary"
4045
 
4046
  # Iceland
4047
- #: ../../admin/view/wp-slimstat-reports.php:948
4048
  msgid "c-is"
4049
  msgstr "Iceland"
4050
 
4051
  # India
4052
- #: ../../admin/view/wp-slimstat-reports.php:948
4053
  msgid "c-in"
4054
  msgstr "India"
4055
 
4056
  # Indonesia
4057
- #: ../../admin/view/wp-slimstat-reports.php:948
4058
  msgid "c-id"
4059
  msgstr "Indonesia"
4060
 
4061
  # Islamic Republic of Iran
4062
- #: ../../admin/view/wp-slimstat-reports.php:948
4063
  msgid "c-ir"
4064
  msgstr "Islamic Republic of Iran"
4065
 
4066
  # Iraq
4067
- #: ../../admin/view/wp-slimstat-reports.php:948
4068
  msgid "c-iq"
4069
  msgstr "Iraq"
4070
 
4071
  # Ireland
4072
- #: ../../admin/view/wp-slimstat-reports.php:948
4073
  msgid "c-ie"
4074
  msgstr "Ireland"
4075
 
4076
  # Israel
4077
- #: ../../admin/view/wp-slimstat-reports.php:948
4078
  msgid "c-il"
4079
  msgstr "Israel"
4080
 
4081
  # Italy
4082
- #: ../../admin/view/wp-slimstat-reports.php:948
4083
  msgid "c-it"
4084
  msgstr "Italy"
4085
 
4086
  # Jamaica
4087
- #: ../../admin/view/wp-slimstat-reports.php:948
4088
  msgid "c-jm"
4089
  msgstr "Jamaica"
4090
 
4091
  # Japan
4092
- #: ../../admin/view/wp-slimstat-reports.php:948
4093
  msgid "c-jp"
4094
  msgstr "Japan"
4095
 
4096
  # Jordan
4097
- #: ../../admin/view/wp-slimstat-reports.php:948
4098
  msgid "c-jo"
4099
  msgstr "Jordan"
4100
 
4101
  # Kazakhstan
4102
- #: ../../admin/view/wp-slimstat-reports.php:948
4103
  msgid "c-kz"
4104
  msgstr "Kazakhstan"
4105
 
4106
  # Kenya
4107
- #: ../../admin/view/wp-slimstat-reports.php:948
4108
  msgid "c-ke"
4109
  msgstr "Kenya"
4110
 
4111
  # Nauru
4112
- #: ../../admin/view/wp-slimstat-reports.php:948
4113
  msgid "c-nr"
4114
  msgstr "Nauru"
4115
 
4116
  # Democratic People's Republic of Korea
4117
- #: ../../admin/view/wp-slimstat-reports.php:948
4118
  msgid "c-kp"
4119
  msgstr "Democratic People's Republic of Korea"
4120
 
4121
  # Republic of Korea
4122
- #: ../../admin/view/wp-slimstat-reports.php:948
4123
  msgid "c-kr"
4124
  msgstr "Republic of Korea"
4125
 
4126
- #: ../../admin/view/wp-slimstat-reports.php:948
4127
  msgid "c-kv"
4128
  msgstr "Kosovo"
4129
 
4130
  # Kuwait
4131
- #: ../../admin/view/wp-slimstat-reports.php:948
4132
  msgid "c-kw"
4133
  msgstr "Kuwait"
4134
 
4135
  # Kyrgyzstan
4136
- #: ../../admin/view/wp-slimstat-reports.php:948
4137
  msgid "c-kg"
4138
  msgstr "Kyrgyzstan"
4139
 
4140
  # Lao People's Democratic Republic
4141
- #: ../../admin/view/wp-slimstat-reports.php:948
4142
  msgid "c-la"
4143
  msgstr "Lao People's Democratic Republic"
4144
 
4145
  # Latvia
4146
- #: ../../admin/view/wp-slimstat-reports.php:948
4147
  msgid "c-lv"
4148
  msgstr "Latvia"
4149
 
4150
  # Lebanon
4151
- #: ../../admin/view/wp-slimstat-reports.php:948
4152
  msgid "c-lb"
4153
  msgstr "Lebanon"
4154
 
4155
  # Lesotho
4156
- #: ../../admin/view/wp-slimstat-reports.php:948
4157
  msgid "c-ls"
4158
  msgstr "Lesotho"
4159
 
4160
  # Liberia
4161
- #: ../../admin/view/wp-slimstat-reports.php:948
4162
  msgid "c-lr"
4163
  msgstr "Liberia"
4164
 
4165
  # Libyan Arab Jamahiriya
4166
- #: ../../admin/view/wp-slimstat-reports.php:948
4167
  msgid "c-ly"
4168
  msgstr "Libyan Arab Jamahiriya"
4169
 
4170
  # Liechtenstein
4171
- #: ../../admin/view/wp-slimstat-reports.php:948
4172
  msgid "c-li"
4173
  msgstr "Liechtenstein"
4174
 
4175
  # Lithuania
4176
- #: ../../admin/view/wp-slimstat-reports.php:948
4177
  msgid "c-lt"
4178
  msgstr "Lithuania"
4179
 
4180
  # Luxembourg
4181
- #: ../../admin/view/wp-slimstat-reports.php:948
4182
  msgid "c-lu"
4183
  msgstr "Luxembourg"
4184
 
4185
  # The Former Yugoslav Republic of Macedonia
4186
- #: ../../admin/view/wp-slimstat-reports.php:948
4187
  msgid "c-mk"
4188
  msgstr "The Former Yugoslav Republic of Macedonia"
4189
 
4190
  # Madagascar
4191
- #: ../../admin/view/wp-slimstat-reports.php:948
4192
  msgid "c-mg"
4193
  msgstr "Madagascar"
4194
 
4195
  # Malawi
4196
- #: ../../admin/view/wp-slimstat-reports.php:948
4197
  msgid "c-mw"
4198
  msgstr "Malawi"
4199
 
4200
  # Malaysia
4201
- #: ../../admin/view/wp-slimstat-reports.php:948
4202
  msgid "c-my"
4203
  msgstr "Malaysia"
4204
 
4205
  # Mali
4206
- #: ../../admin/view/wp-slimstat-reports.php:948
4207
  msgid "c-ml"
4208
  msgstr "Mali"
4209
 
4210
  # Malta
4211
- #: ../../admin/view/wp-slimstat-reports.php:948
4212
  msgid "c-mt"
4213
  msgstr "Malta"
4214
 
4215
  # Martinique
4216
- #: ../../admin/view/wp-slimstat-reports.php:948
4217
  msgid "c-mq"
4218
  msgstr "Martinique"
4219
 
4220
  # Mauritania
4221
- #: ../../admin/view/wp-slimstat-reports.php:948
4222
  msgid "c-mr"
4223
  msgstr "Mauritania"
4224
 
4225
  # Mauritius
4226
- #: ../../admin/view/wp-slimstat-reports.php:948
4227
  msgid "c-mu"
4228
  msgstr "Mauritius"
4229
 
4230
  # Mexico
4231
- #: ../../admin/view/wp-slimstat-reports.php:948
4232
  msgid "c-mx"
4233
  msgstr "Mexico"
4234
 
4235
  # Moldova
4236
- #: ../../admin/view/wp-slimstat-reports.php:948
4237
  msgid "c-md"
4238
  msgstr "Moldova"
4239
 
4240
  # Mongolia
4241
- #: ../../admin/view/wp-slimstat-reports.php:948
4242
  msgid "c-mn"
4243
  msgstr "Mongolia"
4244
 
4245
  # Montenegro
4246
- #: ../../admin/view/wp-slimstat-reports.php:948
4247
  msgid "c-me"
4248
  msgstr "Montenegro"
4249
 
4250
  # Montserrat
4251
- #: ../../admin/view/wp-slimstat-reports.php:948
4252
  msgid "c-ms"
4253
  msgstr "Montserrat"
4254
 
4255
  # Morocco
4256
- #: ../../admin/view/wp-slimstat-reports.php:948
4257
  msgid "c-ma"
4258
  msgstr "Morocco"
4259
 
4260
  # Mozambique
4261
- #: ../../admin/view/wp-slimstat-reports.php:948
4262
  msgid "c-mz"
4263
  msgstr "Mozambique"
4264
 
4265
  # Myanmar
4266
- #: ../../admin/view/wp-slimstat-reports.php:948
4267
  msgid "c-mm"
4268
  msgstr "Myanmar"
4269
 
4270
  # Namibia
4271
- #: ../../admin/view/wp-slimstat-reports.php:948
4272
  msgid "c-na"
4273
  msgstr "Namibia"
4274
 
4275
  # Nepal
4276
- #: ../../admin/view/wp-slimstat-reports.php:948
4277
  msgid "c-np"
4278
  msgstr "Nepal"
4279
 
4280
  # Netherlands
4281
- #: ../../admin/view/wp-slimstat-reports.php:948
4282
  msgid "c-nl"
4283
  msgstr "Netherlands"
4284
 
4285
  # New Caledonia
4286
- #: ../../admin/view/wp-slimstat-reports.php:948
4287
  msgid "c-nc"
4288
  msgstr "New Caledonia"
4289
 
4290
  # New Zealand
4291
- #: ../../admin/view/wp-slimstat-reports.php:948
4292
  msgid "c-nz"
4293
  msgstr "New Zealand"
4294
 
4295
  # Nicaragua
4296
- #: ../../admin/view/wp-slimstat-reports.php:948
4297
  msgid "c-ni"
4298
  msgstr "Nicaragua"
4299
 
4300
  # Niger
4301
- #: ../../admin/view/wp-slimstat-reports.php:948
4302
  msgid "c-ne"
4303
  msgstr "Niger"
4304
 
4305
  # Nigeria
4306
- #: ../../admin/view/wp-slimstat-reports.php:948
4307
  msgid "c-ng"
4308
  msgstr "Nigeria"
4309
 
4310
  # Norway
4311
- #: ../../admin/view/wp-slimstat-reports.php:948
4312
  msgid "c-no"
4313
  msgstr "Norway"
4314
 
4315
  # Oman
4316
- #: ../../admin/view/wp-slimstat-reports.php:948
4317
  msgid "c-om"
4318
  msgstr "Oman"
4319
 
4320
  # Pakistan
4321
- #: ../../admin/view/wp-slimstat-reports.php:948
4322
  msgid "c-pk"
4323
  msgstr "Pakistan"
4324
 
4325
  # Palau
4326
- #: ../../admin/view/wp-slimstat-reports.php:948
4327
  msgid "c-pw"
4328
  msgstr "Palau"
4329
 
4330
  # Occupied Palestinian Territory
4331
- #: ../../admin/view/wp-slimstat-reports.php:948
4332
  msgid "c-ps"
4333
  msgstr "Occupied Palestinian Territory"
4334
 
4335
  # Panama
4336
- #: ../../admin/view/wp-slimstat-reports.php:948
4337
  msgid "c-pa"
4338
  msgstr "Panama"
4339
 
4340
  # Papua New Guinea
4341
- #: ../../admin/view/wp-slimstat-reports.php:948
4342
  msgid "c-pg"
4343
  msgstr "Papua New Guinea"
4344
 
4345
  # Paraguay
4346
- #: ../../admin/view/wp-slimstat-reports.php:948
4347
  msgid "c-py"
4348
  msgstr "Paraguay"
4349
 
4350
  # Peru
4351
- #: ../../admin/view/wp-slimstat-reports.php:948
4352
  msgid "c-pe"
4353
  msgstr "Peru"
4354
 
4355
  # Philippines
4356
- #: ../../admin/view/wp-slimstat-reports.php:948
4357
  msgid "c-ph"
4358
  msgstr "Philippines"
4359
 
4360
  # Poland
4361
- #: ../../admin/view/wp-slimstat-reports.php:948
4362
  msgid "c-pl"
4363
  msgstr "Poland"
4364
 
4365
  # Portugal
4366
- #: ../../admin/view/wp-slimstat-reports.php:948
4367
  msgid "c-pt"
4368
  msgstr "Portugal"
4369
 
4370
  # Puerto Rico
4371
- #: ../../admin/view/wp-slimstat-reports.php:948
4372
  msgid "c-pr"
4373
  msgstr "Puerto Rico"
4374
 
4375
  # Qatar
4376
- #: ../../admin/view/wp-slimstat-reports.php:948
4377
  msgid "c-qa"
4378
  msgstr "Qatar"
4379
 
4380
  # Réunion
4381
- #: ../../admin/view/wp-slimstat-reports.php:948
4382
  msgid "c-re"
4383
  msgstr "Réunion"
4384
 
4385
  # Romania
4386
- #: ../../admin/view/wp-slimstat-reports.php:948
4387
  msgid "c-ro"
4388
  msgstr "Romania"
4389
 
4390
  # Russian Federation
4391
- #: ../../admin/view/wp-slimstat-reports.php:948
4392
  msgid "c-ru"
4393
  msgstr "Russian Federation"
4394
 
4395
  # Rwanda
4396
- #: ../../admin/view/wp-slimstat-reports.php:948
4397
  msgid "c-rw"
4398
  msgstr "Rwanda"
4399
 
4400
  # Saint Kitts and Nevis
4401
- #: ../../admin/view/wp-slimstat-reports.php:948
4402
  msgid "c-kn"
4403
  msgstr "Saint Kitts and Nevis"
4404
 
4405
  # Saint Lucia
4406
- #: ../../admin/view/wp-slimstat-reports.php:948
4407
  msgid "c-lc"
4408
  msgstr "Saint Lucia"
4409
 
4410
  # Saint Martin
4411
- #: ../../admin/view/wp-slimstat-reports.php:948
4412
  msgid "c-mf"
4413
  msgstr "Saint Martin"
4414
 
4415
  # Saint Vincent and the Grenadines
4416
- #: ../../admin/view/wp-slimstat-reports.php:948
4417
  msgid "c-vc"
4418
  msgstr "Saint Vincent and the Grenadines"
4419
 
4420
  # Samoa
4421
- #: ../../admin/view/wp-slimstat-reports.php:948
4422
  msgid "c-ws"
4423
  msgstr "Samoa"
4424
 
4425
  # Sao Tome and Principe
4426
- #: ../../admin/view/wp-slimstat-reports.php:948
4427
  msgid "c-st"
4428
  msgstr "Sao Tome and Principe"
4429
 
4430
  # Saudi Arabia
4431
- #: ../../admin/view/wp-slimstat-reports.php:948
4432
  msgid "c-sa"
4433
  msgstr "Saudi Arabia"
4434
 
4435
  # Senegal
4436
- #: ../../admin/view/wp-slimstat-reports.php:948
4437
  msgid "c-sn"
4438
  msgstr "Senegal"
4439
 
4440
  # Serbia
4441
- #: ../../admin/view/wp-slimstat-reports.php:948
4442
  msgid "c-rs"
4443
  msgstr "Serbia"
4444
 
4445
  # Sierra Leone
4446
- #: ../../admin/view/wp-slimstat-reports.php:948
4447
  msgid "c-sl"
4448
  msgstr "Sierra Leone"
4449
 
4450
  # Singapore
4451
- #: ../../admin/view/wp-slimstat-reports.php:948
4452
  msgid "c-sg"
4453
  msgstr "Singapore"
4454
 
4455
  # Slovakia
4456
- #: ../../admin/view/wp-slimstat-reports.php:948
4457
  msgid "c-sk"
4458
  msgstr "Slovakia"
4459
 
4460
  # Slovenia
4461
- #: ../../admin/view/wp-slimstat-reports.php:948
4462
  msgid "c-si"
4463
  msgstr "Slovenia"
4464
 
4465
  # Solomon Islands
4466
- #: ../../admin/view/wp-slimstat-reports.php:948
4467
  msgid "c-sb"
4468
  msgstr "Solomon Islands"
4469
 
4470
  # Somalia
4471
- #: ../../admin/view/wp-slimstat-reports.php:948
4472
  msgid "c-so"
4473
  msgstr "Somalia"
4474
 
4475
  # South Africa
4476
- #: ../../admin/view/wp-slimstat-reports.php:948
4477
  msgid "c-za"
4478
  msgstr "South Africa"
4479
 
4480
  # South Georgia and the South Sandwich Islands
4481
- #: ../../admin/view/wp-slimstat-reports.php:948
4482
  msgid "c-gs"
4483
  msgstr "South Georgia and the South Sandwich Islands"
4484
 
4485
  # Spain
4486
- #: ../../admin/view/wp-slimstat-reports.php:948
4487
  msgid "c-es"
4488
  msgstr "Spain"
4489
 
4490
  # Sri Lanka
4491
- #: ../../admin/view/wp-slimstat-reports.php:948
4492
  msgid "c-lk"
4493
  msgstr "Sri Lanka"
4494
 
4495
- #: ../../admin/view/wp-slimstat-reports.php:948
4496
  msgid "c-sc"
4497
  msgstr "Seychelles"
4498
 
4499
  # Sudan
4500
- #: ../../admin/view/wp-slimstat-reports.php:948
4501
  msgid "c-sd"
4502
  msgstr "Sudan"
4503
 
4504
- #: ../../admin/view/wp-slimstat-reports.php:948
4505
  msgid "c-ss"
4506
  msgstr "South Sudan"
4507
 
4508
  # Suriname
4509
- #: ../../admin/view/wp-slimstat-reports.php:948
4510
  msgid "c-sr"
4511
  msgstr "Suriname"
4512
 
4513
  # Svalbard and Jan Mayen
4514
- #: ../../admin/view/wp-slimstat-reports.php:948
4515
  msgid "c-sj"
4516
  msgstr "Svalbard and Jan Mayen"
4517
 
4518
  # Swaziland
4519
- #: ../../admin/view/wp-slimstat-reports.php:948
4520
  msgid "c-sz"
4521
  msgstr "Swaziland"
4522
 
4523
  # Sweden
4524
- #: ../../admin/view/wp-slimstat-reports.php:948
4525
  msgid "c-se"
4526
  msgstr "Sweden"
4527
 
4528
  # Switzerland
4529
- #: ../../admin/view/wp-slimstat-reports.php:948
4530
  msgid "c-ch"
4531
  msgstr "Switzerland"
4532
 
4533
  # Syrian Arab Republic
4534
- #: ../../admin/view/wp-slimstat-reports.php:948
4535
  msgid "c-sy"
4536
  msgstr "Syrian Arab Republic"
4537
 
4538
  # Taiwan, Province of China
4539
- #: ../../admin/view/wp-slimstat-reports.php:948
4540
  msgid "c-tw"
4541
  msgstr "Taiwan"
4542
 
4543
  # Tajikistan
4544
- #: ../../admin/view/wp-slimstat-reports.php:948
4545
  msgid "c-tj"
4546
  msgstr "Tajikistan"
4547
 
4548
  # United Republic of Tanzania
4549
- #: ../../admin/view/wp-slimstat-reports.php:948
4550
  msgid "c-tz"
4551
  msgstr "United Republic of Tanzania"
4552
 
4553
  # Thailand
4554
- #: ../../admin/view/wp-slimstat-reports.php:948
4555
  msgid "c-th"
4556
  msgstr "Thailand"
4557
 
4558
  # Timor-Leste
4559
- #: ../../admin/view/wp-slimstat-reports.php:948
4560
  msgid "c-tl"
4561
  msgstr "Timor-Leste"
4562
 
4563
  # Togo
4564
- #: ../../admin/view/wp-slimstat-reports.php:948
4565
  msgid "c-tg"
4566
  msgstr "Togo"
4567
 
4568
  # Tonga
4569
- #: ../../admin/view/wp-slimstat-reports.php:948
4570
  msgid "c-to"
4571
  msgstr "Tonga"
4572
 
4573
  # Trinidad and Tobago
4574
- #: ../../admin/view/wp-slimstat-reports.php:948
4575
  msgid "c-tt"
4576
  msgstr "Trinidad and Tobago"
4577
 
4578
  # Tunisia
4579
- #: ../../admin/view/wp-slimstat-reports.php:948
4580
  msgid "c-tn"
4581
  msgstr "Tunisia"
4582
 
4583
  # Turkey
4584
- #: ../../admin/view/wp-slimstat-reports.php:948
4585
  msgid "c-tr"
4586
  msgstr "Turkey"
4587
 
4588
  # Turkmenistan
4589
- #: ../../admin/view/wp-slimstat-reports.php:948
4590
  msgid "c-tm"
4591
  msgstr "Turkmenistan"
4592
 
4593
  # Turks and Caicos Islands
4594
- #: ../../admin/view/wp-slimstat-reports.php:948
4595
  msgid "c-tc"
4596
  msgstr "Turks and Caicos Islands"
4597
 
4598
  # Uganda
4599
- #: ../../admin/view/wp-slimstat-reports.php:948
4600
  msgid "c-ug"
4601
  msgstr "Uganda"
4602
 
4603
  # Ukraine
4604
- #: ../../admin/view/wp-slimstat-reports.php:948
4605
  msgid "c-ua"
4606
  msgstr "Ukraine"
4607
 
4608
  # United Arab Emirates
4609
- #: ../../admin/view/wp-slimstat-reports.php:948
4610
  msgid "c-ae"
4611
  msgstr "United Arab Emirates"
4612
 
4613
  # United Kingdom
4614
- #: ../../admin/view/wp-slimstat-reports.php:948
4615
  msgid "c-gb"
4616
  msgstr "United Kingdom"
4617
 
4618
  # United States
4619
- #: ../../admin/view/wp-slimstat-reports.php:948
4620
  msgid "c-us"
4621
  msgstr "United States"
4622
 
4623
  # Uruguay
4624
- #: ../../admin/view/wp-slimstat-reports.php:948
4625
  msgid "c-uy"
4626
  msgstr "Uruguay"
4627
 
4628
  # Uzbekistan
4629
- #: ../../admin/view/wp-slimstat-reports.php:948
4630
  msgid "c-uz"
4631
  msgstr "Uzbekistan"
4632
 
4633
  # Vanuatu
4634
- #: ../../admin/view/wp-slimstat-reports.php:948
4635
  msgid "c-vu"
4636
  msgstr "Vanuatu"
4637
 
4638
  # Venezuela
4639
- #: ../../admin/view/wp-slimstat-reports.php:948
4640
  msgid "c-ve"
4641
  msgstr "Venezuela"
4642
 
4643
  # Viet Nam
4644
- #: ../../admin/view/wp-slimstat-reports.php:948
4645
  msgid "c-vn"
4646
  msgstr "Viet Nam"
4647
 
4648
  # British Virgin Islands
4649
- #: ../../admin/view/wp-slimstat-reports.php:948
4650
  msgid "c-vg"
4651
  msgstr "British Virgin Islands"
4652
 
4653
  # U.S. Virgin Islands
4654
- #: ../../admin/view/wp-slimstat-reports.php:948
4655
  msgid "c-vi"
4656
  msgstr "U.S. Virgin Islands"
4657
 
4658
  # Western Sahara
4659
- #: ../../admin/view/wp-slimstat-reports.php:948
4660
  msgid "c-eh"
4661
  msgstr "Western Sahara"
4662
 
4663
  # Yemen
4664
- #: ../../admin/view/wp-slimstat-reports.php:948
4665
  msgid "c-ye"
4666
  msgstr "Yemen"
4667
 
4668
  # Zambia
4669
- #: ../../admin/view/wp-slimstat-reports.php:948
4670
  msgid "c-zm"
4671
  msgstr "Zambia"
4672
 
4673
  # Zimbabwe
4674
- #: ../../admin/view/wp-slimstat-reports.php:948
4675
  msgid "c-zw"
4676
  msgstr "Zimbabwe"
4677
 
4678
  # Guernsey
4679
- #: ../../admin/view/wp-slimstat-reports.php:948
4680
  msgid "c-gg"
4681
  msgstr "Guernsey"
4682
 
4683
  # Jersey
4684
- #: ../../admin/view/wp-slimstat-reports.php:948
4685
  msgid "c-je"
4686
  msgstr "Jersey"
4687
 
4688
  # Isle of Man
4689
- #: ../../admin/view/wp-slimstat-reports.php:948
4690
  msgid "c-im"
4691
  msgstr "Isle of Man"
4692
 
4693
  # Maldives
4694
- #: ../../admin/view/wp-slimstat-reports.php:948
4695
  msgid "c-mv"
4696
  msgstr "Maldives"
4697
 
4698
- #: ../../admin/view/wp-slimstat-reports.php:949
4699
  msgid "c-eu"
4700
  msgstr ""
4701
 
4702
- #: ../../admin/view/wp-slimstat-reports.php:1038
4703
  msgid ""
4704
  "This value includes not only posts, but also custom post types, regardless "
4705
  "of their status"
4706
  msgstr ""
4707
 
4708
- #: ../../admin/view/wp-slimstat-reports.php:1039
4709
  msgid "Content Items"
4710
  msgstr ""
4711
 
4712
- #: ../../admin/view/wp-slimstat-reports.php:1040
4713
  msgid "Total Comments"
4714
  msgstr ""
4715
 
4716
- #: ../../admin/view/wp-slimstat-reports.php:1041
4717
  msgid "Pingbacks"
4718
  msgstr ""
4719
 
4720
- #: ../../admin/view/wp-slimstat-reports.php:1042
4721
  msgid "Trackbacks"
4722
  msgstr ""
4723
 
4724
- #: ../../admin/view/wp-slimstat-reports.php:1043
4725
- msgid "Longest Post (ID)"
4726
  msgstr ""
4727
 
4728
- #: ../../admin/view/wp-slimstat-reports.php:1044
4729
- msgid "Longest Comment (ID)"
4730
  msgstr ""
4731
 
4732
- #: ../../admin/view/wp-slimstat-reports.php:1045
4733
- msgid "Avg Comments Per Post"
4734
  msgstr ""
4735
 
4736
- #: ../../admin/view/wp-slimstat-reports.php:1046
4737
- msgid "Avg Posts Per Day"
4738
  msgstr ""
4739
 
4740
- #: ../../admin/view/wp-slimstat-reports.php:1073
4741
  msgid "Visits"
4742
  msgstr ""
4743
 
4744
- #: ../../admin/view/wp-slimstat-reports.php:1077
4745
  msgid "Domains"
4746
  msgstr ""
4747
 
4748
- #: ../../admin/view/wp-slimstat-reports.php:1082
4749
  msgid "Avg Pageviews"
4750
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2014-10-13 14:07-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
15
  "X-Poedit-Bookmarks: 332,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-SearchPath-0: ../..\n"
17
 
18
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
19
+ #: ../../admin/view/wp-slimstat-reports.php:34
20
+ msgid "Real-Time Log"
21
  msgstr ""
22
 
23
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
24
+ #: ../../admin/wp-slimstat-admin.php:509
25
+ #: ../../admin/view/wp-slimstat-reports.php:35
26
  msgid "Overview"
27
  msgstr ""
28
 
29
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
30
+ #: ../../admin/wp-slimstat-admin.php:510
31
+ #: ../../admin/view/wp-slimstat-reports.php:36
32
+ msgid "Audience"
33
  msgstr ""
34
 
35
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
36
+ #: ../../admin/wp-slimstat-admin.php:511
37
+ #: ../../admin/view/wp-slimstat-reports.php:37
38
+ msgid "Site Analysis"
39
  msgstr ""
40
 
41
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
42
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
43
+ #: ../../admin/view/wp-slimstat-reports.php:38
44
  msgid "Traffic Sources"
45
  msgstr ""
46
 
47
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
48
+ #: ../../admin/wp-slimstat-admin.php:513
49
+ #: ../../admin/view/wp-slimstat-reports.php:39
50
+ msgid "Map Overlay"
51
  msgstr ""
52
 
53
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
54
+ #: ../../admin/wp-slimstat-admin.php:514
55
+ #: ../../admin/view/wp-slimstat-reports.php:40
56
  msgid "Custom Reports"
57
  msgstr ""
58
 
59
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
60
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
61
+ #: ../../admin/config/index.php:9
62
  msgid "Add-ons"
63
  msgstr ""
64
 
65
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
66
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
67
+ #: ../../admin/config/index.php:138
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
72
+ #: ../../admin/wp-slimstat-admin.php:505
73
  msgid "SlimStat"
74
  msgstr ""
75
 
76
+ #: ../../admin/wp-slimstat-admin.php:586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  msgid "Pageviews in the last 365 days"
78
  msgstr ""
79
 
80
+ #: ../../admin/wp-slimstat-admin.php:614
81
  msgid "Show on screen"
82
  msgstr ""
83
 
84
+ #: ../../admin/wp-slimstat-admin.php:642
85
  msgid "Hide this notice"
86
  msgstr ""
87
 
88
+ #: ../../admin/wp-slimstat-admin.php:679
89
  msgid "There was an error updating the following options:"
90
  msgstr ""
91
 
92
+ #: ../../admin/wp-slimstat-admin.php:682
93
  msgid "Your changes have been saved."
94
  msgstr ""
95
 
96
+ #: ../../admin/wp-slimstat-admin.php:705
97
  msgid "Save Changes"
98
  msgstr ""
99
 
100
+ #: ../../admin/wp-slimstat-admin.php:729
101
  msgid "Yes"
102
  msgstr ""
103
 
104
+ #: ../../admin/wp-slimstat-admin.php:730
105
+ #: ../../admin/view/wp-slimstat-reports.php:779
106
  msgid "No"
107
  msgstr ""
108
 
109
+ #: ../../admin/wp-slimstat-admin.php:731
110
+ msgid "Site Specific"
111
+ msgstr ""
112
+
113
+ #: ../../admin/wp-slimstat-admin.php:791
114
  msgid "Definitions"
115
  msgstr ""
116
 
117
+ #: ../../admin/wp-slimstat-admin.php:794
118
  msgid "Pageview"
119
  msgstr ""
120
 
121
+ #: ../../admin/wp-slimstat-admin.php:794
122
  msgid ""
123
  "A request to load a single HTML file (\"page\"). This should be contrasted "
124
  "with a \"hit\", which refers to a request for any file from a web server. "
125
  "Slimstat logs a pageview each time the tracking code is executed"
126
  msgstr ""
127
 
128
+ #: ../../admin/wp-slimstat-admin.php:795
129
  msgid "(Human) Visit"
130
  msgstr ""
131
 
132
+ #: ../../admin/wp-slimstat-admin.php:795
133
  msgid ""
134
  "A period of interaction between a visitor's browser and your website, ending "
135
  "when the browser is closed or when the user has been inactive on that site "
136
  "for 30 minutes"
137
  msgstr ""
138
 
139
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
140
+ #: ../../admin/view/right-now.php:21
141
  msgid "Known Visitor"
142
  msgstr ""
143
 
144
+ #: ../../admin/wp-slimstat-admin.php:796
145
  msgid ""
146
  "Any user who has left a comment on your blog, and is thus identified by "
147
  "Wordpress as a returning visitor"
148
  msgstr ""
149
 
150
+ #: ../../admin/wp-slimstat-admin.php:797
151
  msgid "Unique IP"
152
  msgstr ""
153
 
154
+ #: ../../admin/wp-slimstat-admin.php:797
155
  msgid ""
156
  "Used to differentiate between multiple requests to download a file from one "
157
  "internet address (IP) and requests originating from many distinct addresses; "
159
  "from, it is useful, but not perfect"
160
  msgstr ""
161
 
162
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
163
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
164
  msgid "Originating IP"
165
  msgstr ""
166
 
167
+ #: ../../admin/wp-slimstat-admin.php:798
168
  msgid ""
169
  "the originating IP address of a client connecting to a web server through an "
170
  "HTTP proxy or load balancer"
171
  msgstr ""
172
 
173
+ #: ../../admin/wp-slimstat-admin.php:799
174
  msgid "Direct Traffic"
175
  msgstr ""
176
 
177
+ #: ../../admin/wp-slimstat-admin.php:799
178
  msgid ""
179
  "All those people showing up to your Web site by typing in the URL of your "
180
  "Web site coming or from a bookmark; some people also call this \"default "
181
  "traffic\" or \"ambient traffic\""
182
  msgstr ""
183
 
184
+ #: ../../admin/wp-slimstat-admin.php:800
185
  msgid "Search Engine"
186
  msgstr ""
187
 
188
+ #: ../../admin/wp-slimstat-admin.php:800
189
  msgid ""
190
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
191
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
192
  msgstr ""
193
 
194
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
195
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
196
  msgid "Search Terms"
197
  msgstr ""
198
 
199
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
200
  msgid "Keywords used by your visitors to find your website on a search engine"
201
  msgstr ""
202
 
203
+ #: ../../admin/wp-slimstat-admin.php:802
204
  msgid "SERP"
205
  msgstr ""
206
 
207
+ #: ../../admin/wp-slimstat-admin.php:802
208
  msgid ""
209
  "Short for search engine results page, the Web page that a search engine "
210
  "returns with the results of its search. The value shown represents your rank "
211
  "(or position) within that list of results"
212
  msgstr ""
213
 
214
+ #: ../../admin/wp-slimstat-admin.php:803
215
  #: ../../admin/view/wp-slimstat-db.php:57
216
  msgid "User Agent"
217
  msgstr ""
218
 
219
+ #: ../../admin/wp-slimstat-admin.php:803
220
  msgid ""
221
  "Any program used for accessing a website; this includes browsers, robots, "
222
  "spiders and any other program that was used to retrieve information from the "
223
  "site"
224
  msgstr ""
225
 
226
+ #: ../../admin/wp-slimstat-admin.php:804
227
+ #: ../../admin/view/wp-slimstat-db.php:62
228
  msgid "Outbound Link"
229
  msgstr ""
230
 
231
+ #: ../../admin/wp-slimstat-admin.php:804
232
  msgid ""
233
  "A link from one domain to another is said to be outbound from its source "
234
  "anchor and inbound to its target. This report lists all the links to other "
235
  "websites followed by your visitors."
236
  msgstr ""
237
 
238
+ #: ../../admin/wp-slimstat-admin.php:811
239
  msgid "Basic Filters"
240
  msgstr ""
241
 
242
+ #: ../../admin/wp-slimstat-admin.php:814
243
+ #: ../../admin/view/wp-slimstat-db.php:41
244
  msgid "Browser"
245
  msgstr ""
246
 
247
+ #: ../../admin/wp-slimstat-admin.php:814
248
  msgid "User agent (Firefox, Chrome, ...)"
249
  msgstr ""
250
 
251
+ #: ../../admin/wp-slimstat-admin.php:815
252
+ #: ../../admin/view/wp-slimstat-db.php:42
253
+ #: ../../admin/view/wp-slimstat-reports.php:490
254
  msgid "Country Code"
255
  msgstr ""
256
 
257
+ #: ../../admin/wp-slimstat-admin.php:815
258
  msgid "2-letter code (us, ru, de, it, ...)"
259
  msgstr ""
260
 
261
+ #: ../../admin/wp-slimstat-admin.php:816
262
  msgid "IP"
263
  msgstr ""
264
 
265
+ #: ../../admin/wp-slimstat-admin.php:816
266
  msgid "Visitor's public IP address"
267
  msgstr ""
268
 
269
+ #: ../../admin/wp-slimstat-admin.php:818
270
+ #: ../../admin/view/wp-slimstat-db.php:45
271
+ #: ../../admin/view/wp-slimstat-reports.php:502
272
  msgid "Language Code"
273
  msgstr ""
274
 
275
+ #: ../../admin/wp-slimstat-admin.php:818
276
  msgid ""
277
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
278
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
279
  "column) for more information"
280
  msgstr ""
281
 
282
+ #: ../../admin/wp-slimstat-admin.php:819
283
+ #: ../../admin/view/wp-slimstat-db.php:46
284
  msgid "Operating System"
285
  msgstr ""
286
 
287
+ #: ../../admin/wp-slimstat-admin.php:819
288
  msgid ""
289
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
290
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
291
  "manual page</a> for more information"
292
  msgstr ""
293
 
294
+ #: ../../admin/wp-slimstat-admin.php:820
295
+ #: ../../admin/view/wp-slimstat-db.php:47
296
  msgid "Permalink"
297
  msgstr ""
298
 
299
+ #: ../../admin/wp-slimstat-admin.php:820
300
  msgid "URL accessed on your site"
301
  msgstr ""
302
 
303
+ #: ../../admin/wp-slimstat-admin.php:821
304
+ #: ../../admin/view/wp-slimstat-db.php:49
305
  msgid "Referer"
306
  msgstr ""
307
 
308
+ #: ../../admin/wp-slimstat-admin.php:821
309
  msgid "Complete address of the referrer page"
310
  msgstr ""
311
 
312
+ #: ../../admin/wp-slimstat-admin.php:822
313
+ #: ../../admin/view/wp-slimstat-db.php:50
314
  msgid "Visitor's Name"
315
  msgstr ""
316
 
317
+ #: ../../admin/wp-slimstat-admin.php:822
318
  msgid ""
319
  "Visitors' names according to the cookie set by Wordpress after they leave a "
320
  "comment"
321
  msgstr ""
322
 
323
+ #: ../../admin/wp-slimstat-admin.php:830
324
  msgid "Advanced Filters"
325
  msgstr ""
326
 
327
+ #: ../../admin/wp-slimstat-admin.php:833
328
  #: ../../admin/view/wp-slimstat-db.php:55
329
  msgid "Browser Version"
330
  msgstr ""
331
 
332
+ #: ../../admin/wp-slimstat-admin.php:833
333
  msgid "user agent version (9.0, 11, ...)"
334
  msgstr ""
335
 
336
+ #: ../../admin/wp-slimstat-admin.php:834
337
  #: ../../admin/view/wp-slimstat-db.php:56
338
  msgid "Browser Type"
339
  msgstr ""
340
 
341
+ #: ../../admin/wp-slimstat-admin.php:834
342
  msgid ""
343
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
344
  "all others"
345
  msgstr ""
346
 
347
+ #: ../../admin/wp-slimstat-admin.php:835
348
  #: ../../admin/view/wp-slimstat-db.php:58
349
  msgid "Color Depth"
350
  msgstr ""
351
 
352
+ #: ../../admin/wp-slimstat-admin.php:835
353
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
354
  msgstr ""
355
 
356
+ #: ../../admin/wp-slimstat-admin.php:836
357
  #: ../../admin/view/wp-slimstat-db.php:59
358
  msgid "CSS Version"
359
  msgstr ""
360
 
361
+ #: ../../admin/wp-slimstat-admin.php:836
362
  msgid ""
363
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
364
  "values)"
365
  msgstr ""
366
 
367
+ #: ../../admin/wp-slimstat-admin.php:837
368
  #: ../../admin/view/wp-slimstat-db.php:60
369
  msgid "Pageview Attributes"
370
  msgstr ""
371
 
372
+ #: ../../admin/wp-slimstat-admin.php:837
373
  msgid ""
374
  "this field is set to <em>[pre]</em> if the resource has been accessed "
375
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
376
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
377
  msgstr ""
378
 
379
+ #: ../../admin/wp-slimstat-admin.php:838
380
+ #: ../../admin/view/wp-slimstat-db.php:63
381
  msgid "Post Author"
382
  msgstr ""
383
 
384
+ #: ../../admin/wp-slimstat-admin.php:838
385
  msgid "author associated to that post/page when the resource was accessed"
386
  msgstr ""
387
 
388
+ #: ../../admin/wp-slimstat-admin.php:839
389
+ #: ../../admin/view/wp-slimstat-db.php:64
390
  msgid "Post Category ID"
391
  msgstr ""
392
 
393
+ #: ../../admin/wp-slimstat-admin.php:839
394
  msgid "ID of the category/term associated to the resource, when available"
395
  msgstr ""
396
 
397
+ #: ../../admin/wp-slimstat-admin.php:840
398
  msgid "visitor's originating IP address, if available"
399
  msgstr ""
400
 
401
+ #: ../../admin/wp-slimstat-admin.php:841
402
+ #: ../../admin/view/wp-slimstat-db.php:66
403
  msgid "Resource Content Type"
404
  msgstr ""
405
 
406
+ #: ../../admin/wp-slimstat-admin.php:841
407
  msgid ""
408
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
409
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
412
  "information"
413
  msgstr ""
414
 
415
+ #: ../../admin/wp-slimstat-admin.php:842
416
+ #: ../../admin/view/wp-slimstat-db.php:68
417
  msgid "Screen Resolution"
418
  msgstr ""
419
 
420
+ #: ../../admin/wp-slimstat-admin.php:842
421
  msgid "viewport width and height (1024x768, 800x600, ...)"
422
  msgstr ""
423
 
424
+ #: ../../admin/wp-slimstat-admin.php:843
425
+ #: ../../admin/view/wp-slimstat-db.php:69
426
  msgid "Visit ID"
427
  msgstr ""
428
 
429
+ #: ../../admin/wp-slimstat-admin.php:843
430
  msgid ""
431
  "generally used in conjunction with <em>is not empty</em>, identifies human "
432
  "visitors"
433
  msgstr ""
434
 
435
+ #: ../../admin/wp-slimstat-admin.php:844
436
  msgid "Date Filters"
437
  msgstr ""
438
 
439
+ #: ../../admin/wp-slimstat-admin.php:844
440
  msgid ""
441
  "you can specify the timeframe by entering a number in the <em>interval</em> "
442
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
443
  "year=blank, interval=-1 will set a year-to-date filter)"
444
  msgstr ""
445
 
446
+ #: ../../admin/wp-slimstat-admin.php:845
447
  msgid "SERP Position"
448
  msgstr ""
449
 
450
+ #: ../../admin/wp-slimstat-admin.php:845
451
  msgid ""
452
  "set the filter to Referer contains cd=N&, where N is the position you are "
453
  "looking for"
491
  msgid "Views"
492
  msgstr ""
493
 
494
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
495
  msgid "Filters"
496
  msgstr ""
497
 
498
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
499
  msgid "Permissions"
500
  msgstr ""
501
 
502
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
503
  msgid "Advanced"
504
  msgstr ""
505
 
506
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
507
  msgid "Maintenance"
508
  msgstr ""
509
 
510
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
511
  msgid "Tracker"
512
  msgstr ""
513
 
615
  msgid "Entries logged on or before %s will be permanently deleted."
616
  msgstr ""
617
 
618
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
619
+ #: ../../admin/view/wp-slimstat-db.php:76
620
+ #: ../../admin/view/wp-slimstat-reports.php:779
621
  msgid "days"
622
  msgstr ""
623
 
642
  msgstr ""
643
 
644
  #: ../../admin/config/index.php:49
645
+ msgid "Enable SOV"
646
  msgstr ""
647
 
648
  #: ../../admin/config/index.php:49
649
  msgid ""
650
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
651
+ "the subject, object, and verb of a sentence appear in that order, like in "
652
+ "Japanese."
653
+ msgstr ""
654
+
655
+ #: ../../admin/config/index.php:50
656
+ msgid "Show Display Name"
657
+ msgstr ""
658
+
659
+ #: ../../admin/config/index.php:50
660
+ msgid ""
661
  "By default, users are listed by their usernames. Use this option to "
662
  "visualize their display names instead."
663
  msgstr ""
664
 
665
+ #: ../../admin/config/index.php:51
666
  msgid "Show User Agent"
667
  msgstr ""
668
 
669
+ #: ../../admin/config/index.php:51
670
  msgid ""
671
  "Choose if you want to see the browser name or a complete user agent string "
672
  "when hovering on browser icons."
673
  msgstr ""
674
 
675
+ #: ../../admin/config/index.php:52
676
  msgid "Show Titles"
677
  msgstr ""
678
 
679
+ #: ../../admin/config/index.php:52
680
  msgid ""
681
  "Slimstat converts your permalinks into post and page titles. Disable this "
682
  "feature if you need to see the URL in your reports."
683
  msgstr ""
684
 
685
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
686
+ msgid "Date and Time"
687
+ msgstr ""
688
+
689
  #: ../../admin/config/index.php:53
690
+ msgid ""
691
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
692
+ "Format</a> to use when displaying date and time of a pageview."
693
+ msgstr ""
694
+
695
+ #: ../../admin/config/index.php:55
696
  msgid "Functionality"
697
  msgstr ""
698
 
699
+ #: ../../admin/config/index.php:56
700
  msgid "Asynchronous Views"
701
  msgstr ""
702
 
703
+ #: ../../admin/config/index.php:56
704
  msgid ""
705
  "Load all the reports dynamically. It makes the reports render faster, but it "
706
  "increases the load on your server."
707
  msgstr ""
708
 
709
+ #: ../../admin/config/index.php:57
710
  msgid "SlimScroll"
711
  msgstr ""
712
 
713
+ #: ../../admin/config/index.php:57
714
  msgid ""
715
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
716
  "scrollbar."
717
  msgstr ""
718
 
719
+ #: ../../admin/config/index.php:58
720
  msgid "Expand Details"
721
  msgstr ""
722
 
723
+ #: ../../admin/config/index.php:58
724
  msgid "Expand each row's details by default, insted of on mousehover."
725
  msgstr ""
726
 
727
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
728
  msgid "Rows to Display"
729
  msgstr ""
730
 
731
+ #: ../../admin/config/index.php:59
732
  msgid "Specify the number of items in each report."
733
  msgstr ""
734
 
735
+ #: ../../admin/config/index.php:61
736
+ msgid "Activity Log"
737
+ msgstr ""
738
+
739
+ #: ../../admin/config/index.php:62
740
  msgid "Live Stream"
741
  msgstr ""
742
 
743
+ #: ../../admin/config/index.php:62
744
  msgid ""
745
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
746
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
747
  msgstr ""
748
 
749
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
750
  msgid "seconds"
751
  msgstr ""
752
 
753
+ #: ../../admin/config/index.php:63
754
  msgid "Specify the number of items in the Activity Log."
755
  msgstr ""
756
 
757
+ #: ../../admin/config/index.php:64
758
  msgid "Activity Log Extended"
759
  msgstr ""
760
 
761
+ #: ../../admin/config/index.php:64
762
  msgid ""
763
  "Choose if you want to see outbound links listed in the Activity Log. It "
764
  "might slow down the rendering of this report."
765
  msgstr ""
766
 
767
+ #: ../../admin/config/index.php:69
768
  msgid "Visitors and Known Users"
769
  msgstr ""
770
 
771
+ #: ../../admin/config/index.php:70
772
  msgid "Track Registered Users"
773
  msgstr ""
774
 
775
+ #: ../../admin/config/index.php:70
776
  msgid "Enable this option to track logged in users."
777
  msgstr ""
778
 
779
+ #: ../../admin/config/index.php:71
780
  msgid "Blacklist by Username"
781
  msgstr ""
782
 
783
+ #: ../../admin/config/index.php:71
784
  msgid ""
785
  "List all the usernames you don't want to track, separated by commas. Please "
786
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
787
  "sensitive."
788
  msgstr ""
789
 
790
+ #: ../../admin/config/index.php:72
791
  msgid "Blacklist by IP Address"
792
  msgstr ""
793
 
794
+ #: ../../admin/config/index.php:72
795
  msgid ""
796
  "List all the IP addresses you don't want to track, separated by commas. Each "
797
  "network <strong>must</strong> be defined using the <a href='http://en."
800
  "public IP and the originating IP, if available."
801
  msgstr ""
802
 
803
+ #: ../../admin/config/index.php:73
804
  msgid "Blacklist by Capability"
805
  msgstr ""
806
 
807
+ #: ../../admin/config/index.php:73
808
  msgid ""
809
  "Users having at least one of the <a href='http://codex.wordpress.org/"
810
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
811
  "will not be tracked. Capabilities are case-insensitive."
812
  msgstr ""
813
 
814
+ #: ../../admin/config/index.php:75
815
  msgid "Profiling"
816
  msgstr ""
817
 
818
+ #: ../../admin/config/index.php:76
819
  msgid "Ignore Spammers"
820
  msgstr ""
821
 
822
+ #: ../../admin/config/index.php:76
823
  msgid ""
824
  "Enable this option if you don't want to track visits from users identified "
825
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
827
  "database."
828
  msgstr ""
829
 
830
+ #: ../../admin/config/index.php:77
831
  msgid "Permalinks"
832
  msgstr ""
833
 
834
+ #: ../../admin/config/index.php:77
835
  msgid ""
836
  "List all the URLs on your website that you don't want to track, separated by "
837
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
842
  "case-insensitive."
843
  msgstr ""
844
 
845
+ #: ../../admin/config/index.php:78
846
  msgid "Countries"
847
  msgstr ""
848
 
849
+ #: ../../admin/config/index.php:78
850
  msgid ""
851
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
852
  "track, separated by commas."
853
  msgstr ""
854
 
855
+ #: ../../admin/config/index.php:79
856
  msgid "User Agents"
857
  msgstr ""
858
 
859
+ #: ../../admin/config/index.php:79
860
  msgid ""
861
  "Browsers (user agents) you don't want to track, separated by commas. You can "
862
  "specify the browser's version adding a slash after the name (i.e. "
866
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
867
  msgstr ""
868
 
869
+ #: ../../admin/config/index.php:80
870
  msgid "Referring Sites"
871
  msgstr ""
872
 
873
+ #: ../../admin/config/index.php:80
874
  msgid ""
875
  "Referring URLs that you don't want to track, separated by commas: "
876
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
880
  "https://)."
881
  msgstr ""
882
 
883
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
884
  msgid "Miscellaneous"
885
  msgstr ""
886
 
887
+ #: ../../admin/config/index.php:83
888
  msgid "Enable Privacy Mode"
889
  msgstr ""
890
 
891
+ #: ../../admin/config/index.php:83
892
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
893
  msgstr ""
894
 
895
+ #: ../../admin/config/index.php:84
896
  msgid "Ignore Prefetch Requests"
897
  msgstr ""
898
 
899
+ #: ../../admin/config/index.php:84
900
  msgid ""
901
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
902
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
903
  "target='_blank'>Link Prefetching functionality</a>."
904
  msgstr ""
905
 
906
+ #: ../../admin/config/index.php:100
907
  msgid "Ignore users (username not found)"
908
  msgstr ""
909
 
910
+ #: ../../admin/config/index.php:123
911
  msgid ""
912
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
913
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
914
  msgstr ""
915
 
916
+ #: ../../admin/config/index.php:133
917
  msgid "Reports"
918
  msgstr ""
919
 
920
+ #: ../../admin/config/index.php:134
921
  msgid "Restrict Authors"
922
  msgstr ""
923
 
924
+ #: ../../admin/config/index.php:134
925
  msgid ""
926
  "Enable this option if you want your authors to only see stats related to "
927
  "their own content."
928
  msgstr ""
929
 
930
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
931
  msgid "Capability"
932
  msgstr ""
933
 
934
+ #: ../../admin/config/index.php:135
935
  msgid ""
936
  "Specify the minimum <a href='http://codex.wordpress.org/"
937
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
941
  "In this case, the list has precedence over the capability."
942
  msgstr ""
943
 
944
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
945
  msgid "Whitelist"
946
  msgstr ""
947
 
948
+ #: ../../admin/config/index.php:136
949
  msgid ""
950
  "List all the users who should have access to the reports, separated by "
951
  "commas. Administrators are implicitly allowed, so you don't need to list "
952
  "them in here. Usernames are case sensitive."
953
  msgstr ""
954
 
955
+ #: ../../admin/config/index.php:139
956
  msgid ""
957
  "Specify the minimum <a href='http://codex.wordpress.org/"
958
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
960
  "can be used to override this option for specific users."
961
  msgstr ""
962
 
963
+ #: ../../admin/config/index.php:140
964
  msgid ""
965
  "List all the users who can edit these options, separated by commas. Please "
966
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
967
  "not forget to include yourself! Usernames are case sensitive."
968
  msgstr ""
969
 
970
+ #: ../../admin/config/index.php:156
971
  msgid "Read access: username not found"
972
  msgstr ""
973
 
974
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
975
  msgid ""
976
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
977
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
978
  "information"
979
  msgstr ""
980
 
981
+ #: ../../admin/config/index.php:187
982
  msgid "Config access: username not found"
983
  msgstr ""
984
 
985
+ #: ../../admin/config/index.php:215
986
  msgid "Detect Smoothing"
987
  msgstr ""
988
 
989
+ #: ../../admin/config/index.php:215
990
  msgid ""
991
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
992
  "This option required Spy Mode to be enabled."
993
  msgstr ""
994
 
995
+ #: ../../admin/config/index.php:216
996
  msgid "Track Outbound Clicks"
997
  msgstr ""
998
 
999
+ #: ../../admin/config/index.php:216
1000
  msgid ""
1001
  "Track when your visitors click on link to external websites. This option "
1002
  "required Spy Mode to be enabled."
1003
  msgstr ""
1004
 
1005
+ #: ../../admin/config/index.php:217
1006
  msgid "Session Duration"
1007
  msgstr ""
1008
 
1009
+ #: ../../admin/config/index.php:217
1010
  msgid ""
1011
  "How many seconds should a human session last? Google Analytics sets it to "
1012
  "1800 seconds."
1013
  msgstr ""
1014
 
1015
+ #: ../../admin/config/index.php:218
1016
  msgid "Extend Session"
1017
  msgstr ""
1018
 
1019
+ #: ../../admin/config/index.php:218
1020
  msgid "Extend the duration of a session each time the user visits a new page."
1021
  msgstr ""
1022
 
1023
+ #: ../../admin/config/index.php:219
1024
  msgid "Enable CDN"
1025
  msgstr ""
1026
 
1027
+ #: ../../admin/config/index.php:219
1028
  msgid ""
1029
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1030
  "by serving our tracking code from their fast and reliable network (free "
1031
  "service)."
1032
  msgstr ""
1033
 
1034
+ #: ../../admin/config/index.php:220
1035
  msgid "Extensions to Track"
1036
  msgstr ""
1037
 
1038
+ #: ../../admin/config/index.php:220
1039
  msgid ""
1040
  "List all the file extensions that you want to be treated as Downloads. "
1041
  "Please note that links pointing to external resources (i.e. PDFs on a "
1044
  "below."
1045
  msgstr ""
1046
 
1047
+ #: ../../admin/config/index.php:222
1048
  msgid "External Pages"
1049
  msgstr ""
1050
 
1051
+ #: ../../admin/config/index.php:223
1052
  msgid "Add the following code to all the non-WP pages you want to track"
1053
  msgstr ""
1054
 
1055
+ #: ../../admin/config/index.php:235
1056
  msgid "Debug Mode"
1057
  msgstr ""
1058
 
1059
+ #: ../../admin/config/index.php:235
1060
  msgid "Display the SQL queries used to retrieve the data."
1061
  msgstr ""
1062
 
1063
+ #: ../../admin/config/index.php:236
1064
  msgid "IP Lookup"
1065
  msgstr ""
1066
 
1067
+ #: ../../admin/config/index.php:236
1068
  msgid "Customize the Geolocation service to be used in the reports."
1069
  msgstr ""
1070
 
1071
+ #: ../../admin/config/index.php:237
1072
  msgid "Custom CSS"
1073
  msgstr ""
1074
 
1075
+ #: ../../admin/config/index.php:237
1076
  msgid ""
1077
  "Paste here your custom stylesheet to personalize the way your reports look. "
1078
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1080
  "setting."
1081
  msgstr ""
1082
 
1083
+ #: ../../admin/config/index.php:238
1084
  msgid "Enable UAN"
1085
  msgstr ""
1086
 
1087
+ #: ../../admin/config/index.php:238
1088
  msgid ""
1089
  "Send anonymous data about user agents to our server for analysis. This "
1090
  "allows us to contribute to the <a href='http://browscap.org/' "
1145
  msgid "Delete pageviews where"
1146
  msgstr ""
1147
 
1148
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1149
  msgid "equals"
1150
  msgstr ""
1151
 
1152
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1153
  msgid "is not equal to"
1154
  msgstr ""
1155
 
1156
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1157
  msgid "contains"
1158
  msgstr ""
1159
 
1160
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1161
  msgid "does not contain"
1162
  msgstr ""
1163
 
1164
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1165
  msgid "starts with"
1166
  msgstr ""
1167
 
1168
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1169
  msgid "ends with"
1170
  msgstr ""
1171
 
1172
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1173
  msgid "sounds like"
1174
  msgstr ""
1175
 
1176
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1177
  msgid "is greater than"
1178
  msgstr ""
1179
 
1180
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1181
  msgid "is less than"
1182
  msgstr ""
1183
 
1184
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1185
  msgid "matches"
1186
  msgstr ""
1187
 
1188
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1189
  msgid "does not match"
1190
  msgstr ""
1191
 
1192
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1193
  msgid "is empty"
1194
  msgstr ""
1195
 
1196
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1197
  msgid "is not empty"
1198
  msgstr ""
1199
 
1200
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1201
+ #: ../../admin/view/index.php:87
1202
  msgid "Apply"
1203
  msgstr ""
1204
 
2690
  msgstr "Zulu (South Africa)"
2691
 
2692
  #: ../../admin/lang/dynamic_strings.php:298
2693
+ #: ../../admin/view/wp-slimstat-reports.php:503
2694
  msgid "l-"
2695
  msgstr "Unknown"
2696
 
2708
  msgid "c-xy"
2709
  msgstr "Local IP"
2710
 
2711
+ #: ../../admin/view/index.php:24
2712
+ msgid "is between (x,y)"
2713
+ msgstr ""
2714
+
2715
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
2716
  msgid "Today"
2717
  msgstr ""
2718
 
2719
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
2720
  msgid "Yesterday"
2721
  msgstr ""
2722
 
2723
+ #: ../../admin/view/index.php:59
2724
  msgid "Last 7 Days"
2725
  msgstr ""
2726
 
2727
+ #: ../../admin/view/index.php:60
2728
  msgid "Last 60 Days"
2729
  msgstr ""
2730
 
2731
+ #: ../../admin/view/index.php:61
2732
  msgid "Last 90 Days"
2733
  msgstr ""
2734
 
2735
+ #: ../../admin/view/index.php:62
2736
  msgid "This Year So Far"
2737
  msgstr ""
2738
 
2739
+ #: ../../admin/view/index.php:63
2740
  msgid "Date Range"
2741
  msgstr ""
2742
 
2743
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
2744
  msgid "Day"
2745
  msgstr ""
2746
 
2747
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2748
  msgid "Month"
2749
  msgstr ""
2750
 
2751
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
2752
  msgid "Year"
2753
  msgstr ""
2754
 
2755
+ #: ../../admin/view/index.php:89
2756
  msgid "Reset Filters"
2757
  msgstr ""
2758
 
2759
+ #: ../../admin/view/index.php:130
2760
  msgid "Your report here"
2761
  msgstr ""
2762
 
2763
+ #: ../../admin/view/index.php:132
2764
  msgid ""
2765
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2766
  "write a new plugin that retrieves the desired information from the database "
2769
  "forum_id=10\" target=\"_blank\">support forum</a>."
2770
  msgstr ""
2771
 
2772
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
2773
+ #: ../../admin/view/wp-slimstat-reports.php:893
2774
+ #: ../../admin/view/wp-slimstat-reports.php:1116
2775
  msgid "Pageviews"
2776
  msgstr ""
2777
 
2778
+ #: ../../admin/view/index.php:149
2779
  msgid ""
2780
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2781
  "Slimstat leverages this information to identify returning visitors. Please "
2782
  "note that visitors also include registered users."
2783
  msgstr ""
2784
 
2785
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2786
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
2787
  msgid "Color codes"
2788
  msgstr ""
2789
 
2790
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2791
+ msgid "From search result page"
2792
  msgstr ""
2793
 
2794
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2795
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2796
  msgid "Known Users"
2797
  msgstr ""
2798
 
2799
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2800
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2801
  msgid "Other Humans"
2802
  msgstr ""
2803
 
2804
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2805
+ msgid "Bot or Crawler"
2806
+ msgstr ""
2807
+
2808
+ #: ../../admin/view/index.php:157
2809
  msgid "Keywords used by your visitors to find your website on a search engine."
2810
  msgstr ""
2811
 
2812
+ #: ../../admin/view/index.php:160
2813
  msgid ""
2814
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2815
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2816
  "set above don't apply to this report."
2817
  msgstr ""
2818
 
2819
+ #: ../../admin/view/index.php:163
2820
  msgid "Human Visits"
2821
  msgstr ""
2822
 
2823
+ #: ../../admin/view/index.php:166
2824
  msgid ""
2825
  "Internet Service Provider: a company which provides other companies or "
2826
  "individuals with access to the Internet. Your DSL or cable internet service "
2828
  "by setting the corresponding filter under Settings > Slimstat > Filters."
2829
  msgstr ""
2830
 
2831
+ #: ../../admin/view/index.php:169
2832
  msgid ""
2833
  "You can configure Slimstat to ignore a specific Country by setting the "
2834
  "corresponding filter under Settings > Slimstat > Filters."
2835
  msgstr ""
2836
 
2837
+ #: ../../admin/view/index.php:172
2838
  msgid ""
2839
  "This report shows you what user agent families (no version considered) are "
2840
  "popular among your visitors."
2841
  msgstr ""
2842
 
2843
+ #: ../../admin/view/index.php:175
2844
  msgid ""
2845
  "This report shows you what operating system families (no version considered) "
2846
  "are popular among your visitors."
2847
  msgstr ""
2848
 
2849
+ #: ../../admin/view/index.php:181
2850
  msgid "Average Pageviews per Visit"
2851
  msgstr ""
2852
 
2853
+ #: ../../admin/view/index.php:184
2854
  msgid ""
2855
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2856
  "left your site from the entrance (landing) page."
2857
  msgstr ""
2858
 
2859
+ #: ../../admin/view/index.php:187
2860
  msgid "Searches performed using Wordpress' built-in search functionality."
2861
  msgstr ""
2862
 
2863
+ #: ../../admin/view/index.php:191
2864
  msgid ""
2865
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2866
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2867
  "link has an ID attribute associated to it."
2868
  msgstr ""
2869
 
2870
+ #: ../../admin/view/index.php:194
2871
  msgid ""
2872
  "This report lists any <em>event</em> occurred on your website. Please refer "
2873
  "to the FAQ for more information on how to leverage this functionality."
2874
  msgstr ""
2875
 
2876
+ #: ../../admin/view/index.php:197
2877
  msgid ""
2878
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2879
  "this report is not affected by the filters set here above."
2896
  msgstr ""
2897
 
2898
  #: ../../admin/view/right-now.php:30
2899
+ #: ../../admin/view/wp-slimstat-reports.php:438
2900
+ #: ../../admin/view/wp-slimstat-reports.php:697
2901
  msgid "No data to display"
2902
  msgstr ""
2903
 
2904
  # Unknown
2905
  #: ../../admin/view/right-now.php:56
2906
+ #: ../../admin/view/wp-slimstat-reports.php:491
2907
+ #: ../../admin/view/wp-slimstat-reports.php:740
2908
+ #: ../../admin/view/wp-slimstat-reports.php:1004
2909
  msgid "c-"
2910
  msgstr "Unknown"
2911
 
 
 
 
 
 
 
 
 
2912
  #: ../../admin/view/right-now.php:130
2913
+ msgid "Server Latency and Page Speed in milliseconds"
2914
  msgstr ""
2915
 
2916
+ #: ../../admin/view/right-now.php:130
2917
+ msgid "SL"
 
 
 
 
2918
  msgstr ""
2919
 
2920
+ #: ../../admin/view/right-now.php:130
2921
+ msgid "PS"
2922
  msgstr ""
2923
 
2924
  #: ../../admin/view/right-now.php:140
2925
+ #: ../../admin/view/wp-slimstat-reports.php:550
2926
+ #: ../../admin/view/wp-slimstat-reports.php:554
2927
+ #: ../../admin/view/wp-slimstat-reports.php:722
2928
+ #: ../../admin/view/wp-slimstat-reports.php:760
2929
+ msgid "Open this URL in a new window"
2930
  msgstr ""
2931
 
2932
+ #: ../../admin/view/right-now.php:143
2933
+ msgid "Local search results page"
2934
  msgstr ""
2935
 
2936
+ #: ../../admin/view/right-now.php:150
2937
+ msgid "Open this referrer in a new window"
2938
  msgstr ""
2939
 
2940
+ #: ../../admin/view/right-now.php:151
2941
+ msgid "Open this outbound link in a new window"
2942
  msgstr ""
2943
 
2944
+ #: ../../admin/view/right-now.php:153
2945
+ msgid "Content Type"
2946
  msgstr ""
2947
 
2948
+ #: ../../admin/view/wp-slimstat-db.php:43
2949
  msgid "IP Address"
2950
  msgstr ""
2951
 
2952
+ #: ../../admin/view/wp-slimstat-db.php:48
2953
  msgid "Domain"
2954
  msgstr ""
2955
 
2956
+ #: ../../admin/view/wp-slimstat-db.php:51
2957
+ msgid "Page Speed"
2958
+ msgstr ""
2959
+
2960
  #: ../../admin/view/wp-slimstat-db.php:53
2961
  msgid "-- Advanced filters --"
2962
  msgstr ""
2963
 
2964
  #: ../../admin/view/wp-slimstat-db.php:54
2965
+ #: ../../admin/view/wp-slimstat-reports.php:64
2966
  msgid "Browser Capabilities"
2967
  msgstr ""
2968
 
2969
+ #: ../../admin/view/wp-slimstat-db.php:61
2970
+ msgid "Server Latency"
2971
+ msgstr ""
2972
+
2973
+ #: ../../admin/view/wp-slimstat-db.php:67
2974
  msgid "Resource ID"
2975
  msgstr ""
2976
 
2977
+ #: ../../admin/view/wp-slimstat-db.php:72
2978
  msgid "Hour"
2979
  msgstr ""
2980
 
2981
+ #: ../../admin/view/wp-slimstat-db.php:78
2982
  msgid "Order Direction"
2983
  msgstr ""
2984
 
2985
+ #: ../../admin/view/wp-slimstat-db.php:79
2986
  msgid "Limit Results"
2987
  msgstr ""
2988
 
2989
+ #: ../../admin/view/wp-slimstat-db.php:80
2990
  msgid "Start From"
2991
  msgstr ""
2992
 
2993
+ #: ../../admin/view/wp-slimstat-reports.php:44
2994
  msgid "Pageviews (chart)"
2995
  msgstr ""
2996
 
2997
+ #: ../../admin/view/wp-slimstat-reports.php:45
2998
  msgid "About Slimstat"
2999
  msgstr ""
3000
 
3001
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
3002
  msgid "At a Glance"
3003
  msgstr ""
3004
 
3005
+ #: ../../admin/view/wp-slimstat-reports.php:47
3006
  msgid "Currently Online"
3007
  msgstr ""
3008
 
3009
+ #: ../../admin/view/wp-slimstat-reports.php:48
3010
+ #: ../../admin/view/wp-slimstat-reports.php:82
3011
  msgid "Spy View"
3012
  msgstr ""
3013
 
3014
+ #: ../../admin/view/wp-slimstat-reports.php:49
3015
+ #: ../../admin/view/wp-slimstat-reports.php:83
3016
  msgid "Recent Search Terms"
3017
  msgstr ""
3018
 
3019
+ #: ../../admin/view/wp-slimstat-reports.php:50
3020
  msgid "Top Pages"
3021
  msgstr ""
3022
 
3023
+ #: ../../admin/view/wp-slimstat-reports.php:51
3024
+ #: ../../admin/view/wp-slimstat-reports.php:80
3025
  msgid "Top Traffic Sources"
3026
  msgstr ""
3027
 
3028
+ #: ../../admin/view/wp-slimstat-reports.php:52
3029
  msgid "Top Known Visitors"
3030
  msgstr ""
3031
 
3032
+ #: ../../admin/view/wp-slimstat-reports.php:53
3033
+ #: ../../admin/view/wp-slimstat-reports.php:78
3034
+ #: ../../admin/view/wp-slimstat-reports.php:98
3035
  msgid "Top Search Terms"
3036
  msgstr ""
3037
 
3038
+ #: ../../admin/view/wp-slimstat-reports.php:54
3039
+ #: ../../admin/view/wp-slimstat-reports.php:65
3040
+ #: ../../admin/view/wp-slimstat-reports.php:79
3041
  msgid "Top Countries"
3042
  msgstr ""
3043
 
3044
+ #: ../../admin/view/wp-slimstat-reports.php:55
3045
  msgid "Rankings"
3046
  msgstr ""
3047
 
3048
+ #: ../../admin/view/wp-slimstat-reports.php:56
3049
  msgid "Top Language Families"
3050
  msgstr ""
3051
 
3052
+ #: ../../admin/view/wp-slimstat-reports.php:57
3053
  msgid "Human Visits (chart)"
3054
  msgstr ""
3055
 
3056
+ #: ../../admin/view/wp-slimstat-reports.php:58
3057
+ msgid "Audience Overview"
3058
+ msgstr ""
3059
+
3060
+ #: ../../admin/view/wp-slimstat-reports.php:59
3061
  msgid "Top Languages"
3062
  msgstr ""
3063
 
3064
+ #: ../../admin/view/wp-slimstat-reports.php:60
3065
  msgid "Top Browsers"
3066
  msgstr ""
3067
 
3068
+ #: ../../admin/view/wp-slimstat-reports.php:61
3069
  msgid "Top Service Providers"
3070
  msgstr ""
3071
 
3072
+ #: ../../admin/view/wp-slimstat-reports.php:62
3073
  msgid "Top Operating Systems"
3074
  msgstr ""
3075
 
3076
+ #: ../../admin/view/wp-slimstat-reports.php:63
3077
  msgid "Top Screen Resolutions"
3078
  msgstr ""
3079
 
3080
+ #: ../../admin/view/wp-slimstat-reports.php:66
3081
  msgid "Visit Duration"
3082
  msgstr ""
3083
 
3084
+ #: ../../admin/view/wp-slimstat-reports.php:67
3085
+ #: ../../admin/view/wp-slimstat-reports.php:84
3086
  msgid "Recent Countries"
3087
  msgstr ""
3088
 
3089
+ #: ../../admin/view/wp-slimstat-reports.php:68
3090
  msgid "Recent Screen Resolutions"
3091
  msgstr ""
3092
 
3093
+ #: ../../admin/view/wp-slimstat-reports.php:69
3094
  msgid "Recent Operating Systems"
3095
  msgstr ""
3096
 
3097
+ #: ../../admin/view/wp-slimstat-reports.php:70
3098
  msgid "Recent Browsers"
3099
  msgstr ""
3100
 
3101
+ #: ../../admin/view/wp-slimstat-reports.php:71
3102
  msgid "Recent Languages"
3103
  msgstr ""
3104
 
3105
+ #: ../../admin/view/wp-slimstat-reports.php:72
3106
  msgid "Top Browser Families"
3107
  msgstr ""
3108
 
3109
+ #: ../../admin/view/wp-slimstat-reports.php:73
3110
  msgid "Top OS Families"
3111
  msgstr ""
3112
 
3113
+ #: ../../admin/view/wp-slimstat-reports.php:74
3114
  msgid "Recent Users"
3115
  msgstr ""
3116
 
3117
+ #: ../../admin/view/wp-slimstat-reports.php:75
3118
  msgid "Top Users"
3119
  msgstr ""
3120
 
3121
+ #: ../../admin/view/wp-slimstat-reports.php:76
3122
  msgid "Traffic Sources (chart)"
3123
  msgstr ""
3124
 
3125
+ #: ../../admin/view/wp-slimstat-reports.php:77
3126
  msgid "Summary"
3127
  msgstr ""
3128
 
3129
+ #: ../../admin/view/wp-slimstat-reports.php:81
3130
  msgid "Top Referring Search Engines"
3131
  msgstr ""
3132
 
3133
+ #: ../../admin/view/wp-slimstat-reports.php:85
3134
+ #: ../../admin/view/wp-slimstat-reports.php:101
3135
  msgid "Top Landing Pages"
3136
  msgstr ""
3137
 
3138
+ #: ../../admin/view/wp-slimstat-reports.php:86
3139
  msgid "Average Pageviews per Visit (chart)"
3140
  msgstr ""
3141
 
3142
+ #: ../../admin/view/wp-slimstat-reports.php:87
3143
  msgid "Recent Posts"
3144
  msgstr ""
3145
 
3146
+ #: ../../admin/view/wp-slimstat-reports.php:88
3147
  msgid "Recent Bounce Pages"
3148
  msgstr ""
3149
 
3150
+ #: ../../admin/view/wp-slimstat-reports.php:89
3151
  msgid "Recent Feeds"
3152
  msgstr ""
3153
 
3154
+ #: ../../admin/view/wp-slimstat-reports.php:90
3155
  msgid "Recent Pages Not Found"
3156
  msgstr ""
3157
 
3158
+ #: ../../admin/view/wp-slimstat-reports.php:91
3159
  msgid "Recent Internal Searches"
3160
  msgstr ""
3161
 
3162
+ #: ../../admin/view/wp-slimstat-reports.php:92
3163
  msgid "Top Categories"
3164
  msgstr ""
3165
 
3166
+ #: ../../admin/view/wp-slimstat-reports.php:93
3167
  msgid "Recent Outbound Links"
3168
  msgstr ""
3169
 
3170
+ #: ../../admin/view/wp-slimstat-reports.php:94
3171
  msgid "Recent Events"
3172
  msgstr ""
3173
 
3174
+ #: ../../admin/view/wp-slimstat-reports.php:95
3175
  msgid "Top Posts"
3176
  msgstr ""
3177
 
3178
+ #: ../../admin/view/wp-slimstat-reports.php:96
3179
  msgid "Top Feeds"
3180
  msgstr ""
3181
 
3182
+ #: ../../admin/view/wp-slimstat-reports.php:97
3183
  msgid "Top Internal Searches"
3184
  msgstr ""
3185
 
3186
+ #: ../../admin/view/wp-slimstat-reports.php:99
3187
  msgid "Recent Categories"
3188
  msgstr ""
3189
 
3190
+ #: ../../admin/view/wp-slimstat-reports.php:100
3191
  msgid "Top Pages Not Found"
3192
  msgstr ""
3193
 
3194
+ #: ../../admin/view/wp-slimstat-reports.php:102
3195
  msgid "Top Authors"
3196
  msgstr ""
3197
 
3198
+ #: ../../admin/view/wp-slimstat-reports.php:103
3199
  msgid "Top Tags"
3200
  msgstr ""
3201
 
3202
+ #: ../../admin/view/wp-slimstat-reports.php:104
3203
  msgid "Recent Downloads"
3204
  msgstr ""
3205
 
3206
+ #: ../../admin/view/wp-slimstat-reports.php:105
3207
  msgid "Top OutLinks and Downloads"
3208
  msgstr ""
3209
 
3210
+ #: ../../admin/view/wp-slimstat-reports.php:106
3211
  msgid "Your Website"
3212
  msgstr ""
3213
 
3214
+ #: ../../admin/view/wp-slimstat-reports.php:107
3215
+ msgid "World Map"
3216
+ msgstr ""
3217
+
3218
+ #: ../../admin/view/wp-slimstat-reports.php:108
3219
+ msgid "Activity"
3220
  msgstr ""
3221
 
3222
+ #: ../../admin/view/wp-slimstat-reports.php:219
3223
  msgid "Chart controls"
3224
  msgstr ""
3225
 
3226
+ #: ../../admin/view/wp-slimstat-reports.php:219
3227
  msgid "Use your mouse wheel to zoom in and out"
3228
  msgstr ""
3229
 
3230
+ #: ../../admin/view/wp-slimstat-reports.php:219
3231
  msgid "While zooming in, drag the chart to move to a different area"
3232
  msgstr ""
3233
 
3234
+ #: ../../admin/view/wp-slimstat-reports.php:219
3235
  msgid "Double click on an empty region to reset the zoom level"
3236
  msgstr ""
3237
 
3238
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
3239
  msgid "src"
3240
  msgstr ""
3241
 
3242
+ #: ../../admin/view/wp-slimstat-reports.php:233
3243
  msgid "serp"
3244
  msgstr ""
3245
 
3246
+ #: ../../admin/view/wp-slimstat-reports.php:238
3247
  msgid "Go to the corresponding search engine result page"
3248
  msgstr ""
3249
 
3250
+ #: ../../admin/view/wp-slimstat-reports.php:241
3251
  msgid "Go to the referring page"
3252
  msgstr ""
3253
 
3254
+ #: ../../admin/view/wp-slimstat-reports.php:264
3255
  msgid "Remove filter for"
3256
  msgstr ""
3257
 
3258
+ #: ../../admin/view/wp-slimstat-reports.php:271
3259
  msgid "Reset All"
3260
  msgstr ""
3261
 
3262
+ #: ../../admin/view/wp-slimstat-reports.php:274
3263
  msgid "Current filters:"
3264
  msgstr ""
3265
 
3266
+ #: ../../admin/view/wp-slimstat-reports.php:278
3267
  msgid "Refresh"
3268
  msgstr ""
3269
 
3270
+ #: ../../admin/view/wp-slimstat-reports.php:352
3271
  #, php-format
3272
  msgid "Results %s - %s of %s"
3273
  msgstr ""
3274
 
3275
+ #: ../../admin/view/wp-slimstat-reports.php:354
3276
  msgid "Refresh in"
3277
  msgstr ""
3278
 
3279
+ #: ../../admin/view/wp-slimstat-reports.php:376
3280
+ #: ../../admin/view/wp-slimstat-reports.php:388
3281
  #, php-format
3282
  msgid "Daily %s"
3283
  msgstr ""
3284
 
3285
+ #: ../../admin/view/wp-slimstat-reports.php:379
3286
  #, php-format
3287
  msgid "%s Minute by Minute"
3288
  msgstr ""
3289
 
3290
+ #: ../../admin/view/wp-slimstat-reports.php:382
3291
  #, php-format
3292
  msgid "Hourly %s"
3293
  msgstr ""
3294
 
3295
+ #: ../../admin/view/wp-slimstat-reports.php:385
3296
  #, php-format
3297
  msgid "Monthly %s"
3298
  msgstr ""
3299
 
3300
+ #: ../../admin/view/wp-slimstat-reports.php:473
3301
  msgid "Category ID"
3302
  msgstr ""
3303
 
3304
+ #: ../../admin/view/wp-slimstat-reports.php:506
3305
  msgid "OS Code"
3306
  msgstr ""
3307
 
3308
+ #: ../../admin/view/wp-slimstat-reports.php:516
3309
  msgid "Referrer"
3310
  msgstr ""
3311
 
3312
+ #: ../../admin/view/wp-slimstat-reports.php:540
3313
+ #: ../../admin/view/wp-slimstat-reports.php:828
3314
+ #: ../../admin/view/wp-slimstat-reports.php:837
3315
+ #: ../../admin/view/wp-slimstat-reports.php:843
3316
+ #: ../../admin/view/wp-slimstat-reports.php:849
3317
+ #: ../../admin/view/wp-slimstat-reports.php:855
3318
+ #: ../../admin/view/wp-slimstat-reports.php:861
3319
+ #: ../../admin/view/wp-slimstat-reports.php:867
3320
+ #: ../../admin/view/wp-slimstat-reports.php:873
3321
  msgid "Hits"
3322
  msgstr ""
3323
 
3324
+ #: ../../admin/view/wp-slimstat-reports.php:714
3325
  msgid "Search for"
3326
  msgstr ""
3327
 
3328
+ #: ../../admin/view/wp-slimstat-reports.php:750
3329
+ #: ../../admin/view/wp-slimstat-reports.php:760
3330
  msgid "Source"
3331
  msgstr ""
3332
 
3333
+ #: ../../admin/view/wp-slimstat-reports.php:752
3334
  msgid "Keywords"
3335
  msgstr ""
3336
 
3337
+ #: ../../admin/view/wp-slimstat-reports.php:760
3338
  #, php-format
3339
  msgid "Filter results where resource equals %s"
3340
  msgstr ""
3341
 
3342
+ #: ../../admin/view/wp-slimstat-reports.php:761
3343
+ msgid "Link Details"
3344
+ msgstr ""
3345
+
3346
+ #: ../../admin/view/wp-slimstat-reports.php:774
3347
  msgid "Total Pageviews"
3348
  msgstr ""
3349
 
3350
+ #: ../../admin/view/wp-slimstat-reports.php:775
3351
  msgid "DB Size"
3352
  msgstr ""
3353
 
3354
+ #: ../../admin/view/wp-slimstat-reports.php:776
3355
  msgid "Tracking Active"
3356
  msgstr ""
3357
 
3358
+ #: ../../admin/view/wp-slimstat-reports.php:777
3359
  msgid "Javascript Mode"
3360
  msgstr ""
3361
 
3362
+ #: ../../admin/view/wp-slimstat-reports.php:778
3363
  msgid "Tracking Browser Caps"
3364
  msgstr ""
3365
 
3366
+ #: ../../admin/view/wp-slimstat-reports.php:779
3367
  msgid "Auto purge"
3368
  msgstr ""
3369
 
3370
+ #: ../../admin/view/wp-slimstat-reports.php:780
3371
  msgid "Oldest pageview"
3372
  msgstr ""
3373
 
3374
+ #: ../../admin/view/wp-slimstat-reports.php:780
3375
  msgid "No visits"
3376
  msgstr ""
3377
 
3378
+ #: ../../admin/view/wp-slimstat-reports.php:790
3379
+ #: ../../admin/view/wp-slimstat-reports.php:892
3380
  msgid ""
3381
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3382
  "the tracking code is executed."
3383
  msgstr ""
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:792
3386
  msgid "How many pages have been visited on average during the current period."
3387
  msgstr ""
3388
 
3389
+ #: ../../admin/view/wp-slimstat-reports.php:793
3390
  msgid "Average Pageviews"
3391
  msgstr ""
3392
 
3393
+ #: ../../admin/view/wp-slimstat-reports.php:794
3394
  msgid ""
3395
  "Visitors who landed on your site after searching for a keyword on Google, "
3396
  "Yahoo, etc."
3397
  msgstr ""
3398
 
3399
+ #: ../../admin/view/wp-slimstat-reports.php:795
3400
  msgid "From Search Results"
3401
  msgstr ""
3402
 
3403
+ #: ../../admin/view/wp-slimstat-reports.php:796
3404
  msgid ""
3405
  "Used to differentiate between multiple requests to download a file from one "
3406
  "internet address (IP) and requests originating from many distinct addresses"
3407
  msgstr ""
3408
 
3409
+ #: ../../admin/view/wp-slimstat-reports.php:797
3410
+ #: ../../admin/view/wp-slimstat-reports.php:812
3411
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3412
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3413
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3414
  msgid "Unique IPs"
3415
  msgstr ""
3416
 
3417
+ #: ../../admin/view/wp-slimstat-reports.php:798
3418
  msgid "Last 5 minutes"
3419
  msgstr ""
3420
 
3421
+ #: ../../admin/view/wp-slimstat-reports.php:799
3422
  msgid "Last 30 minutes"
3423
  msgstr ""
3424
 
3425
+ #: ../../admin/view/wp-slimstat-reports.php:809
3426
  msgid ""
3427
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3428
  "multiple times if they perform multiple visits."
3429
  msgstr ""
3430
 
3431
+ #: ../../admin/view/wp-slimstat-reports.php:810
3432
  msgid "Human visits"
3433
  msgstr ""
3434
 
3435
+ #: ../../admin/view/wp-slimstat-reports.php:811
3436
  msgid "It includes only traffic generated by human visitors."
3437
  msgstr ""
3438
 
3439
+ #: ../../admin/view/wp-slimstat-reports.php:813
3440
+ #: ../../admin/view/wp-slimstat-reports.php:904
3441
  msgid ""
3442
  "Percentage of single-page visits, i.e. visits in which the person left your "
3443
  "site from the entrance page."
3444
  msgstr ""
3445
 
3446
+ #: ../../admin/view/wp-slimstat-reports.php:814
3447
  msgid "Bounce rate"
3448
  msgstr ""
3449
 
3450
+ #: ../../admin/view/wp-slimstat-reports.php:815
3451
  msgid "Visitors who had previously left a comment on your blog."
3452
  msgstr ""
3453
 
3454
+ #: ../../admin/view/wp-slimstat-reports.php:816
3455
  msgid "Known visitors"
3456
  msgstr ""
3457
 
3458
+ #: ../../admin/view/wp-slimstat-reports.php:817
3459
  msgid "Human users who visited your site only once."
3460
  msgstr ""
3461
 
3462
+ #: ../../admin/view/wp-slimstat-reports.php:818
3463
  msgid "New visitors"
3464
  msgstr ""
3465
 
3466
+ #: ../../admin/view/wp-slimstat-reports.php:819
3467
  msgid "Bots"
3468
  msgstr ""
3469
 
3470
+ #: ../../admin/view/wp-slimstat-reports.php:820
3471
  msgid "Pages per visit"
3472
  msgstr ""
3473
 
3474
+ #: ../../admin/view/wp-slimstat-reports.php:821
3475
+ #: ../../admin/view/wp-slimstat-reports.php:1129
3476
  msgid "Longest visit"
3477
  msgstr ""
3478
 
3479
+ #: ../../admin/view/wp-slimstat-reports.php:821
3480
  msgid "hits"
3481
  msgstr ""
3482
 
3483
+ #: ../../admin/view/wp-slimstat-reports.php:839
3484
  msgid "0 - 30 seconds"
3485
  msgstr ""
3486
 
3487
+ #: ../../admin/view/wp-slimstat-reports.php:845
3488
  msgid "31 - 60 seconds"
3489
  msgstr ""
3490
 
3491
+ #: ../../admin/view/wp-slimstat-reports.php:851
3492
  msgid "1 - 3 minutes"
3493
  msgstr ""
3494
 
3495
+ #: ../../admin/view/wp-slimstat-reports.php:857
3496
  msgid "3 - 5 minutes"
3497
  msgstr ""
3498
 
3499
+ #: ../../admin/view/wp-slimstat-reports.php:863
3500
  msgid "5 - 7 minutes"
3501
  msgstr ""
3502
 
3503
+ #: ../../admin/view/wp-slimstat-reports.php:869
3504
  msgid "7 - 10 minutes"
3505
  msgstr ""
3506
 
3507
+ #: ../../admin/view/wp-slimstat-reports.php:875
3508
  msgid "More than 10 minutes"
3509
  msgstr ""
3510
 
3511
+ #: ../../admin/view/wp-slimstat-reports.php:884
3512
  msgid "Average time on site"
3513
  msgstr ""
3514
 
3515
+ #: ../../admin/view/wp-slimstat-reports.php:894
3516
  msgid ""
3517
  "A referrer (or referring site) is the site that a visitor previously visited "
3518
  "before following a link to your site."
3519
  msgstr ""
3520
 
3521
+ #: ../../admin/view/wp-slimstat-reports.php:895
3522
  msgid "Unique Referrers"
3523
  msgstr ""
3524
 
3525
+ #: ../../admin/view/wp-slimstat-reports.php:896
3526
  msgid ""
3527
  "Visitors who visited the site by typing the URL directly into their browser. "
3528
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3530
  "documents that don't include tracking variables."
3531
  msgstr ""
3532
 
3533
+ #: ../../admin/view/wp-slimstat-reports.php:897
3534
  msgid "Direct Pageviews"
3535
  msgstr ""
3536
 
3537
+ #: ../../admin/view/wp-slimstat-reports.php:898
3538
  msgid ""
3539
  "Visitors who came to your site via searches on Google or some other search "
3540
  "engine."
3541
  msgstr ""
3542
 
3543
+ #: ../../admin/view/wp-slimstat-reports.php:899
3544
  msgid "From a search result"
3545
  msgstr ""
3546
 
3547
+ #: ../../admin/view/wp-slimstat-reports.php:900
3548
  msgid ""
3549
  "The first page that a user views during a session. This is also known as the "
3550
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3552
  "a landing page."
3553
  msgstr ""
3554
 
3555
+ #: ../../admin/view/wp-slimstat-reports.php:901
3556
  msgid "Unique Landing Pages"
3557
  msgstr ""
3558
 
3559
+ #: ../../admin/view/wp-slimstat-reports.php:902
3560
  msgid "Number of single-page visits to your site over the selected period."
3561
  msgstr ""
3562
 
3563
+ #: ../../admin/view/wp-slimstat-reports.php:903
3564
  msgid "Bounce Pages"
3565
  msgstr ""
3566
 
3567
+ #: ../../admin/view/wp-slimstat-reports.php:905
3568
  msgid "New Visitors Rate"
3569
  msgstr ""
3570
 
3571
+ #: ../../admin/view/wp-slimstat-reports.php:906
3572
  msgid ""
3573
  "Visitors who visited the site in the last 5 minutes coming from a search "
3574
  "engine."
3575
  msgstr ""
3576
 
3577
+ #: ../../admin/view/wp-slimstat-reports.php:907
3578
  msgid "Currently from search engines"
3579
  msgstr ""
3580
 
3581
+ #: ../../admin/view/wp-slimstat-reports.php:975
3582
  msgid "Number of pages in your site included in Google's index."
3583
  msgstr ""
3584
 
3585
+ #: ../../admin/view/wp-slimstat-reports.php:976
3586
  msgid "Google Index"
3587
  msgstr ""
3588
 
3589
+ #: ../../admin/view/wp-slimstat-reports.php:977
3590
  msgid "Number of pages, according to Google, that link back to your site."
3591
  msgstr ""
3592
 
3593
+ #: ../../admin/view/wp-slimstat-reports.php:978
3594
  msgid "Google Backlinks"
3595
  msgstr ""
3596
 
3597
+ #: ../../admin/view/wp-slimstat-reports.php:979
3598
  msgid ""
3599
  "How many times the Facebook Like button has been approximately clicked on "
3600
  "your site."
3601
  msgstr ""
3602
 
3603
+ #: ../../admin/view/wp-slimstat-reports.php:980
3604
  msgid "Facebook Likes"
3605
  msgstr ""
3606
 
3607
+ #: ../../admin/view/wp-slimstat-reports.php:981
3608
  msgid ""
3609
  "How many times your site has been shared by someone on the social network."
3610
  msgstr ""
3611
 
3612
+ #: ../../admin/view/wp-slimstat-reports.php:982
3613
  msgid "Facebook Shares"
3614
  msgstr ""
3615
 
3616
+ #: ../../admin/view/wp-slimstat-reports.php:983
3617
  msgid "How many times links to your website have been clicked on Facebook."
3618
  msgstr ""
3619
 
3620
+ #: ../../admin/view/wp-slimstat-reports.php:984
3621
  msgid "Facebook Clicks"
3622
  msgstr ""
3623
 
3624
+ #: ../../admin/view/wp-slimstat-reports.php:985
3625
  msgid ""
3626
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3627
  "traffic data."
3628
  msgstr ""
3629
 
3630
+ #: ../../admin/view/wp-slimstat-reports.php:986
3631
  msgid "Alexa World Rank"
3632
  msgstr ""
3633
 
3634
+ #: ../../admin/view/wp-slimstat-reports.php:987
3635
  msgid "Alexa Country Rank"
3636
  msgstr ""
3637
 
3638
+ #: ../../admin/view/wp-slimstat-reports.php:988
3639
  msgid "Alexa Popularity"
3640
  msgstr ""
3641
 
3642
  # Unknown
3643
+ #: ../../admin/view/wp-slimstat-reports.php:995
3644
  msgid "c-xx"
3645
  msgstr "Unknown"
3646
 
3647
  # Afghanistan
3648
+ #: ../../admin/view/wp-slimstat-reports.php:995
3649
  msgid "c-af"
3650
  msgstr "Afghanistan"
3651
 
3652
  # Åland Islands
3653
+ #: ../../admin/view/wp-slimstat-reports.php:995
3654
  msgid "c-ax"
3655
  msgstr "Aland Islands"
3656
 
3657
  # Albania
3658
+ #: ../../admin/view/wp-slimstat-reports.php:995
3659
  msgid "c-al"
3660
  msgstr "Albania"
3661
 
3662
  # Algeria
3663
+ #: ../../admin/view/wp-slimstat-reports.php:995
3664
  msgid "c-dz"
3665
  msgstr "Algeria"
3666
 
3667
  # Andorra
3668
+ #: ../../admin/view/wp-slimstat-reports.php:995
3669
  msgid "c-ad"
3670
  msgstr "Andorra"
3671
 
3672
  # Angola
3673
+ #: ../../admin/view/wp-slimstat-reports.php:995
3674
  msgid "c-ao"
3675
  msgstr "Angola"
3676
 
3677
  # Anguilla
3678
+ #: ../../admin/view/wp-slimstat-reports.php:995
3679
  msgid "c-ai"
3680
  msgstr "Anguilla"
3681
 
3682
  # Antigua and Barbuda
3683
+ #: ../../admin/view/wp-slimstat-reports.php:995
3684
  msgid "c-ag"
3685
  msgstr "Antigua and Barbuda"
3686
 
3687
  # Argentina
3688
+ #: ../../admin/view/wp-slimstat-reports.php:995
3689
  msgid "c-ar"
3690
  msgstr "Argentina"
3691
 
3692
  # Armenia
3693
+ #: ../../admin/view/wp-slimstat-reports.php:995
3694
  msgid "c-am"
3695
  msgstr "Armenia"
3696
 
3697
  # Aruba
3698
+ #: ../../admin/view/wp-slimstat-reports.php:995
3699
  msgid "c-aw"
3700
  msgstr "Aruba"
3701
 
3702
  # Australia
3703
+ #: ../../admin/view/wp-slimstat-reports.php:995
3704
  msgid "c-au"
3705
  msgstr "Australia"
3706
 
3707
  # Austria
3708
+ #: ../../admin/view/wp-slimstat-reports.php:995
3709
  msgid "c-at"
3710
  msgstr "Austria"
3711
 
3712
  # Azerbaijan
3713
+ #: ../../admin/view/wp-slimstat-reports.php:995
3714
  msgid "c-az"
3715
  msgstr "Azerbaijan"
3716
 
3717
  # Bahamas
3718
+ #: ../../admin/view/wp-slimstat-reports.php:995
3719
  msgid "c-bs"
3720
  msgstr "Bahamas"
3721
 
3722
  # Bahrain
3723
+ #: ../../admin/view/wp-slimstat-reports.php:995
3724
  msgid "c-bh"
3725
  msgstr "Bahrain"
3726
 
3727
  # Bangladesh
3728
+ #: ../../admin/view/wp-slimstat-reports.php:995
3729
  msgid "c-bd"
3730
  msgstr "Bangladesh"
3731
 
3732
  # Barbados
3733
+ #: ../../admin/view/wp-slimstat-reports.php:995
3734
  msgid "c-bb"
3735
  msgstr "Barbados"
3736
 
3737
  # Belarus
3738
+ #: ../../admin/view/wp-slimstat-reports.php:995
3739
  msgid "c-by"
3740
  msgstr "Belarus"
3741
 
3742
  # Belgium
3743
+ #: ../../admin/view/wp-slimstat-reports.php:995
3744
  msgid "c-be"
3745
  msgstr "Belgium"
3746
 
3747
  # Belize
3748
+ #: ../../admin/view/wp-slimstat-reports.php:995
3749
  msgid "c-bz"
3750
  msgstr "Belize"
3751
 
3752
  # Benin
3753
+ #: ../../admin/view/wp-slimstat-reports.php:995
3754
  msgid "c-bj"
3755
  msgstr "Benin"
3756
 
3757
  # Bermuda
3758
+ #: ../../admin/view/wp-slimstat-reports.php:995
3759
  msgid "c-bm"
3760
  msgstr "Bermuda"
3761
 
3762
  # Bhutan
3763
+ #: ../../admin/view/wp-slimstat-reports.php:995
3764
  msgid "c-bt"
3765
  msgstr "Bhutan"
3766
 
3767
  # Bolivia
3768
+ #: ../../admin/view/wp-slimstat-reports.php:995
3769
  msgid "c-bo"
3770
  msgstr "Bolivia"
3771
 
3772
  # Bosnia and Herzegovina
3773
+ #: ../../admin/view/wp-slimstat-reports.php:995
3774
  msgid "c-ba"
3775
  msgstr "Bosnia and Herzegovina"
3776
 
3777
  # Botswana
3778
+ #: ../../admin/view/wp-slimstat-reports.php:995
3779
  msgid "c-bw"
3780
  msgstr "Botswana"
3781
 
3782
  # Brazil
3783
+ #: ../../admin/view/wp-slimstat-reports.php:995
3784
  msgid "c-br"
3785
  msgstr "Brazil"
3786
 
3787
  # Brunei Darussalam
3788
+ #: ../../admin/view/wp-slimstat-reports.php:995
3789
  msgid "c-bn"
3790
  msgstr "Brunei Darussalam"
3791
 
3792
  # Bulgaria
3793
+ #: ../../admin/view/wp-slimstat-reports.php:995
3794
  msgid "c-bg"
3795
  msgstr "Bulgaria"
3796
 
3797
  # Burkina Faso
3798
+ #: ../../admin/view/wp-slimstat-reports.php:995
3799
  msgid "c-bf"
3800
  msgstr "Burkina Faso"
3801
 
3802
  # Burundi
3803
+ #: ../../admin/view/wp-slimstat-reports.php:995
3804
  msgid "c-bi"
3805
  msgstr "Burundi"
3806
 
3807
  # Cambodia
3808
+ #: ../../admin/view/wp-slimstat-reports.php:995
3809
  msgid "c-kh"
3810
  msgstr "Cambodia"
3811
 
3812
  # Cameroon
3813
+ #: ../../admin/view/wp-slimstat-reports.php:995
3814
  msgid "c-cm"
3815
  msgstr "Cameroon"
3816
 
3817
  # Canada
3818
+ #: ../../admin/view/wp-slimstat-reports.php:995
3819
  msgid "c-ca"
3820
  msgstr "Canada"
3821
 
3822
  # Cape Verde
3823
+ #: ../../admin/view/wp-slimstat-reports.php:995
3824
  msgid "c-cv"
3825
  msgstr "Cape Verde"
3826
 
3827
  # Cayman Islands
3828
+ #: ../../admin/view/wp-slimstat-reports.php:995
3829
  msgid "c-ky"
3830
  msgstr "Cayman Islands"
3831
 
3832
  # Central African Republic
3833
+ #: ../../admin/view/wp-slimstat-reports.php:995
3834
  msgid "c-cf"
3835
  msgstr "Central African Republic"
3836
 
3837
  # Chad
3838
+ #: ../../admin/view/wp-slimstat-reports.php:995
3839
  msgid "c-td"
3840
  msgstr "Chad"
3841
 
3842
  # Chile
3843
+ #: ../../admin/view/wp-slimstat-reports.php:995
3844
  msgid "c-cl"
3845
  msgstr "Chile"
3846
 
3847
  # China
3848
+ #: ../../admin/view/wp-slimstat-reports.php:995
3849
  msgid "c-cn"
3850
  msgstr "China"
3851
 
3852
  # Colombia
3853
+ #: ../../admin/view/wp-slimstat-reports.php:995
3854
  msgid "c-co"
3855
  msgstr "Colombia"
3856
 
3857
  # Comoros
3858
+ #: ../../admin/view/wp-slimstat-reports.php:995
3859
  msgid "c-km"
3860
  msgstr "Comoros"
3861
 
3862
  # Congo
3863
+ #: ../../admin/view/wp-slimstat-reports.php:995
3864
  msgid "c-cg"
3865
  msgstr "Congo"
3866
 
3867
  # The Democratic Republic of the Congo
3868
+ #: ../../admin/view/wp-slimstat-reports.php:995
3869
  msgid "c-cd"
3870
  msgstr "The Democratic Republic of the Congo"
3871
 
3872
  # Costa Rica
3873
+ #: ../../admin/view/wp-slimstat-reports.php:995
3874
  msgid "c-cr"
3875
  msgstr "Costa Rica"
3876
 
3877
  # Côte d'Ivoire
3878
+ #: ../../admin/view/wp-slimstat-reports.php:995
3879
  msgid "c-ci"
3880
  msgstr "Côte d'Ivoire"
3881
 
3882
  # Croatia
3883
+ #: ../../admin/view/wp-slimstat-reports.php:995
3884
  msgid "c-hr"
3885
  msgstr "Croatia"
3886
 
3887
  # Cuba
3888
+ #: ../../admin/view/wp-slimstat-reports.php:995
3889
  msgid "c-cu"
3890
  msgstr "Cuba"
3891
 
3892
  # Cyprus
3893
+ #: ../../admin/view/wp-slimstat-reports.php:995
3894
  msgid "c-cy"
3895
  msgstr "Cyprus"
3896
 
3897
  # Czech Republic
3898
+ #: ../../admin/view/wp-slimstat-reports.php:995
3899
  msgid "c-cz"
3900
  msgstr "Czech Republic"
3901
 
3902
  # Denmark
3903
+ #: ../../admin/view/wp-slimstat-reports.php:995
3904
  msgid "c-dk"
3905
  msgstr "Denmark"
3906
 
3907
  # Djibouti
3908
+ #: ../../admin/view/wp-slimstat-reports.php:995
3909
  msgid "c-dj"
3910
  msgstr "Djibouti"
3911
 
3912
  # Dominica
3913
+ #: ../../admin/view/wp-slimstat-reports.php:995
3914
  msgid "c-dm"
3915
  msgstr "Dominica"
3916
 
3917
  # Dominican Republic
3918
+ #: ../../admin/view/wp-slimstat-reports.php:995
3919
  msgid "c-do"
3920
  msgstr "Dominican Republic"
3921
 
3922
  # Ecuador
3923
+ #: ../../admin/view/wp-slimstat-reports.php:995
3924
  msgid "c-ec"
3925
  msgstr "Ecuador"
3926
 
3927
  # Egypt
3928
+ #: ../../admin/view/wp-slimstat-reports.php:995
3929
  msgid "c-eg"
3930
  msgstr "Egypt"
3931
 
3932
  # El Salvador
3933
+ #: ../../admin/view/wp-slimstat-reports.php:995
3934
  msgid "c-sv"
3935
  msgstr "El Salvador"
3936
 
3937
  # Equatorial Guinea
3938
+ #: ../../admin/view/wp-slimstat-reports.php:995
3939
  msgid "c-gq"
3940
  msgstr "Equatorial Guinea"
3941
 
3942
  # Eritrea
3943
+ #: ../../admin/view/wp-slimstat-reports.php:995
3944
  msgid "c-er"
3945
  msgstr "Eritrea"
3946
 
3947
  # Estonia
3948
+ #: ../../admin/view/wp-slimstat-reports.php:995
3949
  msgid "c-ee"
3950
  msgstr "Estonia"
3951
 
3952
  # Ethiopia
3953
+ #: ../../admin/view/wp-slimstat-reports.php:995
3954
  msgid "c-et"
3955
  msgstr "Ethiopia"
3956
 
3957
  # Faroe Islands
3958
+ #: ../../admin/view/wp-slimstat-reports.php:995
3959
  msgid "c-fo"
3960
  msgstr "Faroe Islands"
3961
 
3962
  # Falkland Islands (Malvinas)
3963
+ #: ../../admin/view/wp-slimstat-reports.php:995
3964
  msgid "c-fk"
3965
  msgstr "Falkland Islands (Malvinas)"
3966
 
3967
  # Fiji
3968
+ #: ../../admin/view/wp-slimstat-reports.php:995
3969
  msgid "c-fj"
3970
  msgstr "Fiji"
3971
 
3972
  # Finland
3973
+ #: ../../admin/view/wp-slimstat-reports.php:995
3974
  msgid "c-fi"
3975
  msgstr "Finland"
3976
 
3977
  # France
3978
+ #: ../../admin/view/wp-slimstat-reports.php:995
3979
  msgid "c-fr"
3980
  msgstr "France"
3981
 
3982
  # French Guiana
3983
+ #: ../../admin/view/wp-slimstat-reports.php:995
3984
  msgid "c-gf"
3985
  msgstr "French Guiana"
3986
 
3987
  # Gabon
3988
+ #: ../../admin/view/wp-slimstat-reports.php:995
3989
  msgid "c-ga"
3990
  msgstr "Gabon"
3991
 
3992
  # Gambia
3993
+ #: ../../admin/view/wp-slimstat-reports.php:995
3994
  msgid "c-gm"
3995
  msgstr "Gambia"
3996
 
3997
  # Georgia
3998
+ #: ../../admin/view/wp-slimstat-reports.php:995
3999
  msgid "c-ge"
4000
  msgstr "Georgia"
4001
 
4002
  # Germany
4003
+ #: ../../admin/view/wp-slimstat-reports.php:995
4004
  msgid "c-de"
4005
  msgstr "Germany"
4006
 
4007
  # Ghana
4008
+ #: ../../admin/view/wp-slimstat-reports.php:995
4009
  msgid "c-gh"
4010
  msgstr "Ghana"
4011
 
4012
  # Greece
4013
+ #: ../../admin/view/wp-slimstat-reports.php:995
4014
  msgid "c-gr"
4015
  msgstr "Greece"
4016
 
4017
  # Greenland
4018
+ #: ../../admin/view/wp-slimstat-reports.php:995
4019
  msgid "c-gl"
4020
  msgstr "Greenland"
4021
 
4022
  # Grenada
4023
+ #: ../../admin/view/wp-slimstat-reports.php:995
4024
  msgid "c-gd"
4025
  msgstr "Grenada"
4026
 
4027
  # Guadeloupe
4028
+ #: ../../admin/view/wp-slimstat-reports.php:995
4029
  msgid "c-gp"
4030
  msgstr "Guadeloupe"
4031
 
4032
  # Guatemala
4033
+ #: ../../admin/view/wp-slimstat-reports.php:995
4034
  msgid "c-gt"
4035
  msgstr "Guatemala"
4036
 
4037
  # Guinea
4038
+ #: ../../admin/view/wp-slimstat-reports.php:995
4039
  msgid "c-gn"
4040
  msgstr "Guinea"
4041
 
4042
  # Guinea-Bissau
4043
+ #: ../../admin/view/wp-slimstat-reports.php:995
4044
  msgid "c-gw"
4045
  msgstr "Guinea-Bissau"
4046
 
4047
  # Guyana
4048
+ #: ../../admin/view/wp-slimstat-reports.php:995
4049
  msgid "c-gy"
4050
  msgstr "Guyana"
4051
 
4052
  # Haiti
4053
+ #: ../../admin/view/wp-slimstat-reports.php:995
4054
  msgid "c-ht"
4055
  msgstr "Haiti"
4056
 
4057
  # Honduras
4058
+ #: ../../admin/view/wp-slimstat-reports.php:995
4059
  msgid "c-hn"
4060
  msgstr "Honduras"
4061
 
4062
  # Hong Kong
4063
+ #: ../../admin/view/wp-slimstat-reports.php:995
4064
  msgid "c-hk"
4065
  msgstr "Hong Kong"
4066
 
4067
  # Hungary
4068
+ #: ../../admin/view/wp-slimstat-reports.php:995
4069
  msgid "c-hu"
4070
  msgstr "Hungary"
4071
 
4072
  # Iceland
4073
+ #: ../../admin/view/wp-slimstat-reports.php:995
4074
  msgid "c-is"
4075
  msgstr "Iceland"
4076
 
4077
  # India
4078
+ #: ../../admin/view/wp-slimstat-reports.php:995
4079
  msgid "c-in"
4080
  msgstr "India"
4081
 
4082
  # Indonesia
4083
+ #: ../../admin/view/wp-slimstat-reports.php:995
4084
  msgid "c-id"
4085
  msgstr "Indonesia"
4086
 
4087
  # Islamic Republic of Iran
4088
+ #: ../../admin/view/wp-slimstat-reports.php:995
4089
  msgid "c-ir"
4090
  msgstr "Islamic Republic of Iran"
4091
 
4092
  # Iraq
4093
+ #: ../../admin/view/wp-slimstat-reports.php:995
4094
  msgid "c-iq"
4095
  msgstr "Iraq"
4096
 
4097
  # Ireland
4098
+ #: ../../admin/view/wp-slimstat-reports.php:995
4099
  msgid "c-ie"
4100
  msgstr "Ireland"
4101
 
4102
  # Israel
4103
+ #: ../../admin/view/wp-slimstat-reports.php:995
4104
  msgid "c-il"
4105
  msgstr "Israel"
4106
 
4107
  # Italy
4108
+ #: ../../admin/view/wp-slimstat-reports.php:995
4109
  msgid "c-it"
4110
  msgstr "Italy"
4111
 
4112
  # Jamaica
4113
+ #: ../../admin/view/wp-slimstat-reports.php:995
4114
  msgid "c-jm"
4115
  msgstr "Jamaica"
4116
 
4117
  # Japan
4118
+ #: ../../admin/view/wp-slimstat-reports.php:995
4119
  msgid "c-jp"
4120
  msgstr "Japan"
4121
 
4122
  # Jordan
4123
+ #: ../../admin/view/wp-slimstat-reports.php:995
4124
  msgid "c-jo"
4125
  msgstr "Jordan"
4126
 
4127
  # Kazakhstan
4128
+ #: ../../admin/view/wp-slimstat-reports.php:995
4129
  msgid "c-kz"
4130
  msgstr "Kazakhstan"
4131
 
4132
  # Kenya
4133
+ #: ../../admin/view/wp-slimstat-reports.php:995
4134
  msgid "c-ke"
4135
  msgstr "Kenya"
4136
 
4137
  # Nauru
4138
+ #: ../../admin/view/wp-slimstat-reports.php:995
4139
  msgid "c-nr"
4140
  msgstr "Nauru"
4141
 
4142
  # Democratic People's Republic of Korea
4143
+ #: ../../admin/view/wp-slimstat-reports.php:995
4144
  msgid "c-kp"
4145
  msgstr "Democratic People's Republic of Korea"
4146
 
4147
  # Republic of Korea
4148
+ #: ../../admin/view/wp-slimstat-reports.php:995
4149
  msgid "c-kr"
4150
  msgstr "Republic of Korea"
4151
 
4152
+ #: ../../admin/view/wp-slimstat-reports.php:995
4153
  msgid "c-kv"
4154
  msgstr "Kosovo"
4155
 
4156
  # Kuwait
4157
+ #: ../../admin/view/wp-slimstat-reports.php:995
4158
  msgid "c-kw"
4159
  msgstr "Kuwait"
4160
 
4161
  # Kyrgyzstan
4162
+ #: ../../admin/view/wp-slimstat-reports.php:995
4163
  msgid "c-kg"
4164
  msgstr "Kyrgyzstan"
4165
 
4166
  # Lao People's Democratic Republic
4167
+ #: ../../admin/view/wp-slimstat-reports.php:995
4168
  msgid "c-la"
4169
  msgstr "Lao People's Democratic Republic"
4170
 
4171
  # Latvia
4172
+ #: ../../admin/view/wp-slimstat-reports.php:995
4173
  msgid "c-lv"
4174
  msgstr "Latvia"
4175
 
4176
  # Lebanon
4177
+ #: ../../admin/view/wp-slimstat-reports.php:995
4178
  msgid "c-lb"
4179
  msgstr "Lebanon"
4180
 
4181
  # Lesotho
4182
+ #: ../../admin/view/wp-slimstat-reports.php:995
4183
  msgid "c-ls"
4184
  msgstr "Lesotho"
4185
 
4186
  # Liberia
4187
+ #: ../../admin/view/wp-slimstat-reports.php:995
4188
  msgid "c-lr"
4189
  msgstr "Liberia"
4190
 
4191
  # Libyan Arab Jamahiriya
4192
+ #: ../../admin/view/wp-slimstat-reports.php:995
4193
  msgid "c-ly"
4194
  msgstr "Libyan Arab Jamahiriya"
4195
 
4196
  # Liechtenstein
4197
+ #: ../../admin/view/wp-slimstat-reports.php:995
4198
  msgid "c-li"
4199
  msgstr "Liechtenstein"
4200
 
4201
  # Lithuania
4202
+ #: ../../admin/view/wp-slimstat-reports.php:995
4203
  msgid "c-lt"
4204
  msgstr "Lithuania"
4205
 
4206
  # Luxembourg
4207
+ #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-lu"
4209
  msgstr "Luxembourg"
4210
 
4211
  # The Former Yugoslav Republic of Macedonia
4212
+ #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-mk"
4214
  msgstr "The Former Yugoslav Republic of Macedonia"
4215
 
4216
  # Madagascar
4217
+ #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-mg"
4219
  msgstr "Madagascar"
4220
 
4221
  # Malawi
4222
+ #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-mw"
4224
  msgstr "Malawi"
4225
 
4226
  # Malaysia
4227
+ #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-my"
4229
  msgstr "Malaysia"
4230
 
4231
  # Mali
4232
+ #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-ml"
4234
  msgstr "Mali"
4235
 
4236
  # Malta
4237
+ #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-mt"
4239
  msgstr "Malta"
4240
 
4241
  # Martinique
4242
+ #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-mq"
4244
  msgstr "Martinique"
4245
 
4246
  # Mauritania
4247
+ #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-mr"
4249
  msgstr "Mauritania"
4250
 
4251
  # Mauritius
4252
+ #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-mu"
4254
  msgstr "Mauritius"
4255
 
4256
  # Mexico
4257
+ #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-mx"
4259
  msgstr "Mexico"
4260
 
4261
  # Moldova
4262
+ #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-md"
4264
  msgstr "Moldova"
4265
 
4266
  # Mongolia
4267
+ #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-mn"
4269
  msgstr "Mongolia"
4270
 
4271
  # Montenegro
4272
+ #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-me"
4274
  msgstr "Montenegro"
4275
 
4276
  # Montserrat
4277
+ #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-ms"
4279
  msgstr "Montserrat"
4280
 
4281
  # Morocco
4282
+ #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-ma"
4284
  msgstr "Morocco"
4285
 
4286
  # Mozambique
4287
+ #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-mz"
4289
  msgstr "Mozambique"
4290
 
4291
  # Myanmar
4292
+ #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-mm"
4294
  msgstr "Myanmar"
4295
 
4296
  # Namibia
4297
+ #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-na"
4299
  msgstr "Namibia"
4300
 
4301
  # Nepal
4302
+ #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-np"
4304
  msgstr "Nepal"
4305
 
4306
  # Netherlands
4307
+ #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-nl"
4309
  msgstr "Netherlands"
4310
 
4311
  # New Caledonia
4312
+ #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-nc"
4314
  msgstr "New Caledonia"
4315
 
4316
  # New Zealand
4317
+ #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-nz"
4319
  msgstr "New Zealand"
4320
 
4321
  # Nicaragua
4322
+ #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-ni"
4324
  msgstr "Nicaragua"
4325
 
4326
  # Niger
4327
+ #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-ne"
4329
  msgstr "Niger"
4330
 
4331
  # Nigeria
4332
+ #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-ng"
4334
  msgstr "Nigeria"
4335
 
4336
  # Norway
4337
+ #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-no"
4339
  msgstr "Norway"
4340
 
4341
  # Oman
4342
+ #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-om"
4344
  msgstr "Oman"
4345
 
4346
  # Pakistan
4347
+ #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-pk"
4349
  msgstr "Pakistan"
4350
 
4351
  # Palau
4352
+ #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-pw"
4354
  msgstr "Palau"
4355
 
4356
  # Occupied Palestinian Territory
4357
+ #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-ps"
4359
  msgstr "Occupied Palestinian Territory"
4360
 
4361
  # Panama
4362
+ #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-pa"
4364
  msgstr "Panama"
4365
 
4366
  # Papua New Guinea
4367
+ #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-pg"
4369
  msgstr "Papua New Guinea"
4370
 
4371
  # Paraguay
4372
+ #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-py"
4374
  msgstr "Paraguay"
4375
 
4376
  # Peru
4377
+ #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-pe"
4379
  msgstr "Peru"
4380
 
4381
  # Philippines
4382
+ #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-ph"
4384
  msgstr "Philippines"
4385
 
4386
  # Poland
4387
+ #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-pl"
4389
  msgstr "Poland"
4390
 
4391
  # Portugal
4392
+ #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-pt"
4394
  msgstr "Portugal"
4395
 
4396
  # Puerto Rico
4397
+ #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-pr"
4399
  msgstr "Puerto Rico"
4400
 
4401
  # Qatar
4402
+ #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-qa"
4404
  msgstr "Qatar"
4405
 
4406
  # Réunion
4407
+ #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-re"
4409
  msgstr "Réunion"
4410
 
4411
  # Romania
4412
+ #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-ro"
4414
  msgstr "Romania"
4415
 
4416
  # Russian Federation
4417
+ #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-ru"
4419
  msgstr "Russian Federation"
4420
 
4421
  # Rwanda
4422
+ #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-rw"
4424
  msgstr "Rwanda"
4425
 
4426
  # Saint Kitts and Nevis
4427
+ #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-kn"
4429
  msgstr "Saint Kitts and Nevis"
4430
 
4431
  # Saint Lucia
4432
+ #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-lc"
4434
  msgstr "Saint Lucia"
4435
 
4436
  # Saint Martin
4437
+ #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-mf"
4439
  msgstr "Saint Martin"
4440
 
4441
  # Saint Vincent and the Grenadines
4442
+ #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-vc"
4444
  msgstr "Saint Vincent and the Grenadines"
4445
 
4446
  # Samoa
4447
+ #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-ws"
4449
  msgstr "Samoa"
4450
 
4451
  # Sao Tome and Principe
4452
+ #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-st"
4454
  msgstr "Sao Tome and Principe"
4455
 
4456
  # Saudi Arabia
4457
+ #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-sa"
4459
  msgstr "Saudi Arabia"
4460
 
4461
  # Senegal
4462
+ #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-sn"
4464
  msgstr "Senegal"
4465
 
4466
  # Serbia
4467
+ #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-rs"
4469
  msgstr "Serbia"
4470
 
4471
  # Sierra Leone
4472
+ #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-sl"
4474
  msgstr "Sierra Leone"
4475
 
4476
  # Singapore
4477
+ #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-sg"
4479
  msgstr "Singapore"
4480
 
4481
  # Slovakia
4482
+ #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-sk"
4484
  msgstr "Slovakia"
4485
 
4486
  # Slovenia
4487
+ #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-si"
4489
  msgstr "Slovenia"
4490
 
4491
  # Solomon Islands
4492
+ #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-sb"
4494
  msgstr "Solomon Islands"
4495
 
4496
  # Somalia
4497
+ #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-so"
4499
  msgstr "Somalia"
4500
 
4501
  # South Africa
4502
+ #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-za"
4504
  msgstr "South Africa"
4505
 
4506
  # South Georgia and the South Sandwich Islands
4507
+ #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-gs"
4509
  msgstr "South Georgia and the South Sandwich Islands"
4510
 
4511
  # Spain
4512
+ #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-es"
4514
  msgstr "Spain"
4515
 
4516
  # Sri Lanka
4517
+ #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-lk"
4519
  msgstr "Sri Lanka"
4520
 
4521
+ #: ../../admin/view/wp-slimstat-reports.php:995
4522
  msgid "c-sc"
4523
  msgstr "Seychelles"
4524
 
4525
  # Sudan
4526
+ #: ../../admin/view/wp-slimstat-reports.php:995
4527
  msgid "c-sd"
4528
  msgstr "Sudan"
4529
 
4530
+ #: ../../admin/view/wp-slimstat-reports.php:995
4531
  msgid "c-ss"
4532
  msgstr "South Sudan"
4533
 
4534
  # Suriname
4535
+ #: ../../admin/view/wp-slimstat-reports.php:995
4536
  msgid "c-sr"
4537
  msgstr "Suriname"
4538
 
4539
  # Svalbard and Jan Mayen
4540
+ #: ../../admin/view/wp-slimstat-reports.php:995
4541
  msgid "c-sj"
4542
  msgstr "Svalbard and Jan Mayen"
4543
 
4544
  # Swaziland
4545
+ #: ../../admin/view/wp-slimstat-reports.php:995
4546
  msgid "c-sz"
4547
  msgstr "Swaziland"
4548
 
4549
  # Sweden
4550
+ #: ../../admin/view/wp-slimstat-reports.php:995
4551
  msgid "c-se"
4552
  msgstr "Sweden"
4553
 
4554
  # Switzerland
4555
+ #: ../../admin/view/wp-slimstat-reports.php:995
4556
  msgid "c-ch"
4557
  msgstr "Switzerland"
4558
 
4559
  # Syrian Arab Republic
4560
+ #: ../../admin/view/wp-slimstat-reports.php:995
4561
  msgid "c-sy"
4562
  msgstr "Syrian Arab Republic"
4563
 
4564
  # Taiwan, Province of China
4565
+ #: ../../admin/view/wp-slimstat-reports.php:995
4566
  msgid "c-tw"
4567
  msgstr "Taiwan"
4568
 
4569
  # Tajikistan
4570
+ #: ../../admin/view/wp-slimstat-reports.php:995
4571
  msgid "c-tj"
4572
  msgstr "Tajikistan"
4573
 
4574
  # United Republic of Tanzania
4575
+ #: ../../admin/view/wp-slimstat-reports.php:995
4576
  msgid "c-tz"
4577
  msgstr "United Republic of Tanzania"
4578
 
4579
  # Thailand
4580
+ #: ../../admin/view/wp-slimstat-reports.php:995
4581
  msgid "c-th"
4582
  msgstr "Thailand"
4583
 
4584
  # Timor-Leste
4585
+ #: ../../admin/view/wp-slimstat-reports.php:995
4586
  msgid "c-tl"
4587
  msgstr "Timor-Leste"
4588
 
4589
  # Togo
4590
+ #: ../../admin/view/wp-slimstat-reports.php:995
4591
  msgid "c-tg"
4592
  msgstr "Togo"
4593
 
4594
  # Tonga
4595
+ #: ../../admin/view/wp-slimstat-reports.php:995
4596
  msgid "c-to"
4597
  msgstr "Tonga"
4598
 
4599
  # Trinidad and Tobago
4600
+ #: ../../admin/view/wp-slimstat-reports.php:995
4601
  msgid "c-tt"
4602
  msgstr "Trinidad and Tobago"
4603
 
4604
  # Tunisia
4605
+ #: ../../admin/view/wp-slimstat-reports.php:995
4606
  msgid "c-tn"
4607
  msgstr "Tunisia"
4608
 
4609
  # Turkey
4610
+ #: ../../admin/view/wp-slimstat-reports.php:995
4611
  msgid "c-tr"
4612
  msgstr "Turkey"
4613
 
4614
  # Turkmenistan
4615
+ #: ../../admin/view/wp-slimstat-reports.php:995
4616
  msgid "c-tm"
4617
  msgstr "Turkmenistan"
4618
 
4619
  # Turks and Caicos Islands
4620
+ #: ../../admin/view/wp-slimstat-reports.php:995
4621
  msgid "c-tc"
4622
  msgstr "Turks and Caicos Islands"
4623
 
4624
  # Uganda
4625
+ #: ../../admin/view/wp-slimstat-reports.php:995
4626
  msgid "c-ug"
4627
  msgstr "Uganda"
4628
 
4629
  # Ukraine
4630
+ #: ../../admin/view/wp-slimstat-reports.php:995
4631
  msgid "c-ua"
4632
  msgstr "Ukraine"
4633
 
4634
  # United Arab Emirates
4635
+ #: ../../admin/view/wp-slimstat-reports.php:995
4636
  msgid "c-ae"
4637
  msgstr "United Arab Emirates"
4638
 
4639
  # United Kingdom
4640
+ #: ../../admin/view/wp-slimstat-reports.php:995
4641
  msgid "c-gb"
4642
  msgstr "United Kingdom"
4643
 
4644
  # United States
4645
+ #: ../../admin/view/wp-slimstat-reports.php:995
4646
  msgid "c-us"
4647
  msgstr "United States"
4648
 
4649
  # Uruguay
4650
+ #: ../../admin/view/wp-slimstat-reports.php:995
4651
  msgid "c-uy"
4652
  msgstr "Uruguay"
4653
 
4654
  # Uzbekistan
4655
+ #: ../../admin/view/wp-slimstat-reports.php:995
4656
  msgid "c-uz"
4657
  msgstr "Uzbekistan"
4658
 
4659
  # Vanuatu
4660
+ #: ../../admin/view/wp-slimstat-reports.php:995
4661
  msgid "c-vu"
4662
  msgstr "Vanuatu"
4663
 
4664
  # Venezuela
4665
+ #: ../../admin/view/wp-slimstat-reports.php:995
4666
  msgid "c-ve"
4667
  msgstr "Venezuela"
4668
 
4669
  # Viet Nam
4670
+ #: ../../admin/view/wp-slimstat-reports.php:995
4671
  msgid "c-vn"
4672
  msgstr "Viet Nam"
4673
 
4674
  # British Virgin Islands
4675
+ #: ../../admin/view/wp-slimstat-reports.php:995
4676
  msgid "c-vg"
4677
  msgstr "British Virgin Islands"
4678
 
4679
  # U.S. Virgin Islands
4680
+ #: ../../admin/view/wp-slimstat-reports.php:995
4681
  msgid "c-vi"
4682
  msgstr "U.S. Virgin Islands"
4683
 
4684
  # Western Sahara
4685
+ #: ../../admin/view/wp-slimstat-reports.php:995
4686
  msgid "c-eh"
4687
  msgstr "Western Sahara"
4688
 
4689
  # Yemen
4690
+ #: ../../admin/view/wp-slimstat-reports.php:995
4691
  msgid "c-ye"
4692
  msgstr "Yemen"
4693
 
4694
  # Zambia
4695
+ #: ../../admin/view/wp-slimstat-reports.php:995
4696
  msgid "c-zm"
4697
  msgstr "Zambia"
4698
 
4699
  # Zimbabwe
4700
+ #: ../../admin/view/wp-slimstat-reports.php:995
4701
  msgid "c-zw"
4702
  msgstr "Zimbabwe"
4703
 
4704
  # Guernsey
4705
+ #: ../../admin/view/wp-slimstat-reports.php:995
4706
  msgid "c-gg"
4707
  msgstr "Guernsey"
4708
 
4709
  # Jersey
4710
+ #: ../../admin/view/wp-slimstat-reports.php:995
4711
  msgid "c-je"
4712
  msgstr "Jersey"
4713
 
4714
  # Isle of Man
4715
+ #: ../../admin/view/wp-slimstat-reports.php:995
4716
  msgid "c-im"
4717
  msgstr "Isle of Man"
4718
 
4719
  # Maldives
4720
+ #: ../../admin/view/wp-slimstat-reports.php:995
4721
  msgid "c-mv"
4722
  msgstr "Maldives"
4723
 
4724
+ #: ../../admin/view/wp-slimstat-reports.php:996
4725
  msgid "c-eu"
4726
  msgstr ""
4727
 
4728
+ #: ../../admin/view/wp-slimstat-reports.php:1085
4729
  msgid ""
4730
  "This value includes not only posts, but also custom post types, regardless "
4731
  "of their status"
4732
  msgstr ""
4733
 
4734
+ #: ../../admin/view/wp-slimstat-reports.php:1086
4735
  msgid "Content Items"
4736
  msgstr ""
4737
 
4738
+ #: ../../admin/view/wp-slimstat-reports.php:1087
4739
  msgid "Total Comments"
4740
  msgstr ""
4741
 
4742
+ #: ../../admin/view/wp-slimstat-reports.php:1088
4743
  msgid "Pingbacks"
4744
  msgstr ""
4745
 
4746
+ #: ../../admin/view/wp-slimstat-reports.php:1089
4747
  msgid "Trackbacks"
4748
  msgstr ""
4749
 
4750
+ #: ../../admin/view/wp-slimstat-reports.php:1090
4751
+ msgid "Avg Comments Per Post"
4752
  msgstr ""
4753
 
4754
+ #: ../../admin/view/wp-slimstat-reports.php:1091
4755
+ msgid "Avg Posts Per Day"
4756
  msgstr ""
4757
 
4758
+ #: ../../admin/view/wp-slimstat-reports.php:1092
4759
+ msgid "Avg Server Latency"
4760
  msgstr ""
4761
 
4762
+ #: ../../admin/view/wp-slimstat-reports.php:1093
4763
+ msgid "Avg Page Load Time"
4764
  msgstr ""
4765
 
4766
+ #: ../../admin/view/wp-slimstat-reports.php:1120
4767
  msgid "Visits"
4768
  msgstr ""
4769
 
4770
+ #: ../../admin/view/wp-slimstat-reports.php:1124
4771
  msgid "Domains"
4772
  msgstr ""
4773
 
4774
+ #: ../../admin/view/wp-slimstat-reports.php:1129
4775
  msgid "Avg Pageviews"
4776
  msgstr ""
admin/lang/wp-slimstat-es_ES.mo CHANGED
Binary file
admin/lang/wp-slimstat-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-31 11:28-0500\n"
6
- "PO-Revision-Date: 2014-08-31 12:39-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
@@ -16,123 +16,114 @@ msgstr ""
16
  "X-Generator: Poedit 1.6.3\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
- #: ../../wp-slimstat.php:1295 ../../admin/config/index.php:59
20
- msgid "Activity Log"
21
- msgstr "Bitácora de actividades"
 
22
 
23
- #: ../../wp-slimstat.php:1296 ../../admin/wp-slimstat-admin.php:482
24
- #: ../../admin/wp-slimstat-admin.php:499
25
- #: ../../admin/view/wp-slimstat-reports.php:27
26
  msgid "Overview"
27
  msgstr "Visión general"
28
 
29
- #: ../../wp-slimstat.php:1297
30
- msgid "Visitors"
31
- msgstr "Visitantes"
 
 
32
 
33
- #: ../../wp-slimstat.php:1298
34
- msgid "Content"
35
- msgstr "Contenido"
 
 
36
 
37
- #: ../../wp-slimstat.php:1299 ../../admin/wp-slimstat-admin.php:485
38
- #: ../../admin/wp-slimstat-admin.php:502 ../../admin/view/index.php:169
39
- #: ../../admin/view/wp-slimstat-reports.php:30
40
  msgid "Traffic Sources"
41
  msgstr "Origen del Tráfico"
42
 
43
- #: ../../wp-slimstat.php:1300 ../../admin/view/wp-slimstat-reports.php:99
44
- msgid "World Map"
45
- msgstr "Mapa del Mundo"
 
 
46
 
47
- #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:487
48
- #: ../../admin/wp-slimstat-admin.php:504
49
- #: ../../admin/view/wp-slimstat-reports.php:32
50
  msgid "Custom Reports"
51
  msgstr "Informes Personalizados"
52
 
53
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:488
54
- #: ../../admin/wp-slimstat-admin.php:505 ../../admin/config/addons.php:29
55
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:246
56
  msgid "Add-ons"
57
  msgstr "Añadidos"
58
 
59
- #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:534
60
- #: ../../admin/wp-slimstat-admin.php:537 ../../admin/config/index.php:14
61
- #: ../../admin/config/index.php:136
62
  #, fuzzy
63
  msgid "Settings"
64
  msgstr "Seleccionar orden"
65
 
66
- #: ../../admin/wp-slimstat-admin.php:480 ../../admin/wp-slimstat-admin.php:492
67
- #: ../../admin/wp-slimstat-admin.php:495
68
  #, fuzzy
69
  msgid "SlimStat"
70
  msgstr "Acerca de WP-SlimStat"
71
 
72
- #: ../../admin/wp-slimstat-admin.php:481
73
- #: ../../admin/view/wp-slimstat-reports.php:26
74
- msgid "Real-Time Log"
75
- msgstr ""
76
-
77
- #: ../../admin/wp-slimstat-admin.php:483 ../../admin/wp-slimstat-admin.php:500
78
- #: ../../admin/view/wp-slimstat-reports.php:28
79
- msgid "Audience"
80
- msgstr ""
81
-
82
- #: ../../admin/wp-slimstat-admin.php:484 ../../admin/wp-slimstat-admin.php:501
83
- #: ../../admin/view/wp-slimstat-reports.php:29
84
- msgid "Site Analysis"
85
- msgstr ""
86
-
87
- #: ../../admin/wp-slimstat-admin.php:486 ../../admin/wp-slimstat-admin.php:503
88
- #: ../../admin/view/wp-slimstat-reports.php:31
89
- msgid "Map Overlay"
90
- msgstr ""
91
-
92
- #: ../../admin/wp-slimstat-admin.php:576
93
  msgid "Pageviews in the last 365 days"
94
  msgstr "Visitas a la página en los últimos 365 días"
95
 
96
- #: ../../admin/wp-slimstat-admin.php:603
97
  msgid "Show on screen"
98
  msgstr "Mostrar en pantalla"
99
 
100
- #: ../../admin/wp-slimstat-admin.php:668
101
  msgid "Hide this notice"
102
  msgstr "Esconder esta notificación"
103
 
104
- #: ../../admin/wp-slimstat-admin.php:704
105
  msgid "There was an error updating the following options:"
106
  msgstr "Hubo un error al actualizar las siguientes opciones:"
107
 
108
- #: ../../admin/wp-slimstat-admin.php:707
109
  #, fuzzy
110
  msgid "Your changes have been saved."
111
  msgstr "Sus ajustes se han actualizado correctamente."
112
 
113
- #: ../../admin/wp-slimstat-admin.php:730
114
  msgid "Save Changes"
115
  msgstr "Guardar los cambios"
116
 
117
- #: ../../admin/wp-slimstat-admin.php:754
118
  msgid "Yes"
119
  msgstr "Si"
120
 
121
- #: ../../admin/wp-slimstat-admin.php:755
122
- #: ../../admin/view/wp-slimstat-reports.php:732
123
  msgid "No"
124
  msgstr "No"
125
 
126
- #: ../../admin/wp-slimstat-admin.php:800
 
 
 
 
127
  msgid "Definitions"
128
  msgstr "Definiciones"
129
 
130
- #: ../../admin/wp-slimstat-admin.php:803
131
  #, fuzzy
132
  msgid "Pageview"
133
  msgstr "Paginas visitadas"
134
 
135
- #: ../../admin/wp-slimstat-admin.php:803
136
  #, fuzzy
137
  msgid ""
138
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -144,12 +135,12 @@ msgstr ""
144
  "archivo desde un servidor web. WP SLIMStat registra una visita de página "
145
  "cada vez que el código de seguimiento se ejecuta"
146
 
147
- #: ../../admin/wp-slimstat-admin.php:804
148
  #, fuzzy
149
  msgid "(Human) Visit"
150
  msgstr "Visitas humanas"
151
 
152
- #: ../../admin/wp-slimstat-admin.php:804
153
  msgid ""
154
  "A period of interaction between a visitor's browser and your website, ending "
155
  "when the browser is closed or when the user has been inactive on that site "
@@ -159,13 +150,13 @@ msgstr ""
159
  "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
160
  "en ese sitio durante 30 minutos"
161
 
162
- #: ../../admin/wp-slimstat-admin.php:805 ../../admin/view/index.php:144
163
- #: ../../admin/view/right-now.php:156
164
  #, fuzzy
165
  msgid "Known Visitor"
166
  msgstr "Palabras clave recientes"
167
 
168
- #: ../../admin/wp-slimstat-admin.php:805
169
  msgid ""
170
  "Any user who has left a comment on your blog, and is thus identified by "
171
  "Wordpress as a returning visitor"
@@ -173,12 +164,12 @@ msgstr ""
173
  "Todo usuario que haya dejado un comentario en su blog, por lo que es "
174
  "identificado por Wordpress como un visitante que regresó"
175
 
176
- #: ../../admin/wp-slimstat-admin.php:806
177
  #, fuzzy
178
  msgid "Unique IP"
179
  msgstr "IPs Unicas"
180
 
181
- #: ../../admin/wp-slimstat-admin.php:806
182
  msgid ""
183
  "Used to differentiate between multiple requests to download a file from one "
184
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -191,12 +182,12 @@ msgstr ""
191
  "dirección de Internet de donde vino una visita de página, es útil, pero no "
192
  "es perfecta"
193
 
194
- #: ../../admin/wp-slimstat-admin.php:807 ../../admin/wp-slimstat-admin.php:849
195
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
196
  msgid "Originating IP"
197
  msgstr "IP de Origen"
198
 
199
- #: ../../admin/wp-slimstat-admin.php:807
200
  msgid ""
201
  "the originating IP address of a client connecting to a web server through an "
202
  "HTTP proxy or load balancer"
@@ -204,12 +195,12 @@ msgstr ""
204
  "dirección IP de origen de un cliente que se conecta a un servidor web a "
205
  "través de un proxy HTTP o equilibrador de carga"
206
 
207
- #: ../../admin/wp-slimstat-admin.php:808
208
  #, fuzzy
209
  msgid "Direct Traffic"
210
  msgstr "Visita Directa"
211
 
212
- #: ../../admin/wp-slimstat-admin.php:808
213
  msgid ""
214
  "All those people showing up to your Web site by typing in the URL of your "
215
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -219,12 +210,12 @@ msgstr ""
219
  "URL de su sitio web o que vienen de un favorito, algunas personas también "
220
  "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
221
 
222
- #: ../../admin/wp-slimstat-admin.php:809
223
  #, fuzzy
224
  msgid "Search Engine"
225
  msgstr "Motores de Búsqueda"
226
 
227
- #: ../../admin/wp-slimstat-admin.php:809
228
  msgid ""
229
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
230
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -232,23 +223,23 @@ msgstr ""
232
  "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
233
  "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
234
 
235
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
236
- #: ../../admin/view/right-now.php:135 ../../admin/view/wp-slimstat-db.php:45
237
  #, fuzzy
238
  msgid "Search Terms"
239
  msgstr "Principales Recursos"
240
 
241
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
242
  msgid "Keywords used by your visitors to find your website on a search engine"
243
  msgstr ""
244
  "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
245
  "en un buscador"
246
 
247
- #: ../../admin/wp-slimstat-admin.php:811
248
  msgid "SERP"
249
  msgstr "SERP"
250
 
251
- #: ../../admin/wp-slimstat-admin.php:811
252
  msgid ""
253
  "Short for search engine results page, the Web page that a search engine "
254
  "returns with the results of its search. The value shown represents your rank "
@@ -259,13 +250,13 @@ msgstr ""
259
  "que se muestra representa su rango (o posición) dentro de esa lista de los "
260
  "resultados"
261
 
262
- #: ../../admin/wp-slimstat-admin.php:812
263
  #: ../../admin/view/wp-slimstat-db.php:57
264
  #, fuzzy
265
  msgid "User Agent"
266
  msgstr "Buscadores"
267
 
268
- #: ../../admin/wp-slimstat-admin.php:812
269
  msgid ""
270
  "Any program used for accessing a website; this includes browsers, robots, "
271
  "spiders and any other program that was used to retrieve information from the "
@@ -275,13 +266,13 @@ msgstr ""
275
  "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
276
  "recuperar información del sitio"
277
 
278
- #: ../../admin/wp-slimstat-admin.php:813
279
- #: ../../admin/view/wp-slimstat-db.php:61
280
  #, fuzzy
281
  msgid "Outbound Link"
282
  msgstr "Enlaces Salientes Recientes"
283
 
284
- #: ../../admin/wp-slimstat-admin.php:813
285
  msgid ""
286
  "A link from one domain to another is said to be outbound from its source "
287
  "anchor and inbound to its target. This report lists all the links to other "
@@ -291,44 +282,44 @@ msgstr ""
291
  "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
292
  "enlaces a otros sitios web, seguidos por sus visitantes."
293
 
294
- #: ../../admin/wp-slimstat-admin.php:820
295
  msgid "Basic Filters"
296
  msgstr "Filtros básicos"
297
 
298
- #: ../../admin/wp-slimstat-admin.php:823
299
- #: ../../admin/view/wp-slimstat-db.php:42
300
  msgid "Browser"
301
  msgstr "Navegador"
302
 
303
- #: ../../admin/wp-slimstat-admin.php:823
304
  msgid "User agent (Firefox, Chrome, ...)"
305
  msgstr "Agente usuario(Firefox, Chrome, ...)"
306
 
307
- #: ../../admin/wp-slimstat-admin.php:824
308
- #: ../../admin/view/wp-slimstat-db.php:43
309
- #: ../../admin/view/wp-slimstat-reports.php:443
310
  msgid "Country Code"
311
  msgstr "Código de Pais"
312
 
313
- #: ../../admin/wp-slimstat-admin.php:824
314
  msgid "2-letter code (us, ru, de, it, ...)"
315
  msgstr "código de 2 letras (eu, ru, de, it, ...)"
316
 
317
- #: ../../admin/wp-slimstat-admin.php:825
318
  msgid "IP"
319
  msgstr "IP"
320
 
321
- #: ../../admin/wp-slimstat-admin.php:825
322
  msgid "Visitor's public IP address"
323
  msgstr "Dirección IP pública del visitante"
324
 
325
- #: ../../admin/wp-slimstat-admin.php:827
326
- #: ../../admin/view/wp-slimstat-db.php:46
327
- #: ../../admin/view/wp-slimstat-reports.php:455
328
  msgid "Language Code"
329
  msgstr "Código de Idioma"
330
 
331
- #: ../../admin/wp-slimstat-admin.php:827
332
  msgid ""
333
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
334
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -338,12 +329,12 @@ msgstr ""
338
  "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
339
  "(primera columna) para más información"
340
 
341
- #: ../../admin/wp-slimstat-admin.php:828
342
- #: ../../admin/view/wp-slimstat-db.php:47
343
  msgid "Operating System"
344
  msgstr "Sistema Operativo"
345
 
346
- #: ../../admin/wp-slimstat-admin.php:828
347
  msgid ""
348
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
349
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -353,31 +344,31 @@ msgstr ""
353
  "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
354
  "\">esta página del manual</a> para obtener más información"
355
 
356
- #: ../../admin/wp-slimstat-admin.php:829
357
- #: ../../admin/view/wp-slimstat-db.php:48
358
  msgid "Permalink"
359
  msgstr "Enlace Permanente"
360
 
361
- #: ../../admin/wp-slimstat-admin.php:829
362
  msgid "URL accessed on your site"
363
  msgstr "URL visitada en su sitio"
364
 
365
- #: ../../admin/wp-slimstat-admin.php:830
366
- #: ../../admin/view/wp-slimstat-db.php:50
367
  msgid "Referer"
368
  msgstr "Referido"
369
 
370
- #: ../../admin/wp-slimstat-admin.php:830
371
  msgid "Complete address of the referrer page"
372
  msgstr "Dirección completa de la página que refiere"
373
 
374
- #: ../../admin/wp-slimstat-admin.php:831
375
- #: ../../admin/view/wp-slimstat-db.php:51
376
  #, fuzzy
377
  msgid "Visitor's Name"
378
  msgstr "Visitantes"
379
 
380
- #: ../../admin/wp-slimstat-admin.php:831
381
  msgid ""
382
  "Visitors' names according to the cookie set by Wordpress after they leave a "
383
  "comment"
@@ -385,27 +376,27 @@ msgstr ""
385
  "Nombres de visitantes según la cookie establecida por Wordpress después de "
386
  "dejar un comentario"
387
 
388
- #: ../../admin/wp-slimstat-admin.php:839
389
  msgid "Advanced Filters"
390
  msgstr "Filtros avanzados"
391
 
392
- #: ../../admin/wp-slimstat-admin.php:842
393
  #: ../../admin/view/wp-slimstat-db.php:55
394
  #, fuzzy
395
  msgid "Browser Version"
396
  msgstr "Versión del Navegador"
397
 
398
- #: ../../admin/wp-slimstat-admin.php:842
399
  msgid "user agent version (9.0, 11, ...)"
400
  msgstr "versión del agente de usuario (9,0, 11, ...)"
401
 
402
- #: ../../admin/wp-slimstat-admin.php:843
403
  #: ../../admin/view/wp-slimstat-db.php:56
404
  #, fuzzy
405
  msgid "Browser Type"
406
  msgstr "Navegador"
407
 
408
- #: ../../admin/wp-slimstat-admin.php:843
409
  msgid ""
410
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
411
  "all others"
@@ -413,22 +404,22 @@ msgstr ""
413
  "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
414
  "sindicación, 0 =a todos los demás"
415
 
416
- #: ../../admin/wp-slimstat-admin.php:844
417
  #: ../../admin/view/wp-slimstat-db.php:58
418
  msgid "Color Depth"
419
  msgstr "Profundidad de color"
420
 
421
- #: ../../admin/wp-slimstat-admin.php:844
422
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
423
  msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
424
 
425
- #: ../../admin/wp-slimstat-admin.php:845
426
  #: ../../admin/view/wp-slimstat-db.php:59
427
  #, fuzzy
428
  msgid "CSS Version"
429
  msgstr "Versión de CSS"
430
 
431
- #: ../../admin/wp-slimstat-admin.php:845
432
  msgid ""
433
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
434
  "values)"
@@ -436,13 +427,13 @@ msgstr ""
436
  "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros valores "
437
  "enteros)"
438
 
439
- #: ../../admin/wp-slimstat-admin.php:846
440
  #: ../../admin/view/wp-slimstat-db.php:60
441
  #, fuzzy
442
  msgid "Pageview Attributes"
443
  msgstr "Paginas visitadas"
444
 
445
- #: ../../admin/wp-slimstat-admin.php:846
446
  msgid ""
447
  "this field is set to <em>[pre]</em> if the resource has been accessed "
448
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -452,36 +443,36 @@ msgstr ""
452
  "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
453
  "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
454
 
455
- #: ../../admin/wp-slimstat-admin.php:847
456
- #: ../../admin/view/wp-slimstat-db.php:62
457
  msgid "Post Author"
458
  msgstr "Autor de la entrada(sección)"
459
 
460
- #: ../../admin/wp-slimstat-admin.php:847
461
  msgid "author associated to that post/page when the resource was accessed"
462
  msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
463
 
464
- #: ../../admin/wp-slimstat-admin.php:848
465
- #: ../../admin/view/wp-slimstat-db.php:63
466
  msgid "Post Category ID"
467
  msgstr "ID de la entrada(sección) de la Categoria"
468
 
469
- #: ../../admin/wp-slimstat-admin.php:848
470
  msgid "ID of the category/term associated to the resource, when available"
471
  msgstr ""
472
  "ID de la categoría / término asociado al recurso, cuando esté disponible"
473
 
474
- #: ../../admin/wp-slimstat-admin.php:849
475
  msgid "visitor's originating IP address, if available"
476
  msgstr "dirección IP de origen del visitante, si está disponible"
477
 
478
- #: ../../admin/wp-slimstat-admin.php:850
479
- #: ../../admin/view/wp-slimstat-db.php:65
480
  #, fuzzy
481
  msgid "Resource Content Type"
482
  msgstr "Contenidos Recientes"
483
 
484
- #: ../../admin/wp-slimstat-admin.php:850
485
  msgid ""
486
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
487
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -495,22 +486,22 @@ msgstr ""
495
  "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
496
  "manual para más información"
497
 
498
- #: ../../admin/wp-slimstat-admin.php:851
499
- #: ../../admin/view/wp-slimstat-db.php:67
500
  msgid "Screen Resolution"
501
  msgstr "Resolución de Pantalla"
502
 
503
- #: ../../admin/wp-slimstat-admin.php:851
504
  msgid "viewport width and height (1024x768, 800x600, ...)"
505
  msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
506
 
507
- #: ../../admin/wp-slimstat-admin.php:852
508
- #: ../../admin/view/wp-slimstat-db.php:68
509
  #, fuzzy
510
  msgid "Visit ID"
511
  msgstr "Visitas"
512
 
513
- #: ../../admin/wp-slimstat-admin.php:852
514
  msgid ""
515
  "generally used in conjunction with <em>is not empty</em>, identifies human "
516
  "visitors"
@@ -518,11 +509,11 @@ msgstr ""
518
  "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
519
  "identifica los visitantes humanos"
520
 
521
- #: ../../admin/wp-slimstat-admin.php:853
522
  msgid "Date Filters"
523
  msgstr "Filtros de fecha"
524
 
525
- #: ../../admin/wp-slimstat-admin.php:853
526
  msgid ""
527
  "you can specify the timeframe by entering a number in the <em>interval</em> "
528
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -533,11 +524,11 @@ msgstr ""
533
  "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
534
  "año a la fecha)"
535
 
536
- #: ../../admin/wp-slimstat-admin.php:854
537
  msgid "SERP Position"
538
  msgstr "Posición SERP"
539
 
540
- #: ../../admin/wp-slimstat-admin.php:854
541
  msgid ""
542
  "set the filter to Referer contains cd=N&, where N is the position you are "
543
  "looking for"
@@ -595,24 +586,24 @@ msgstr "General"
595
  msgid "Views"
596
  msgstr "Vistas"
597
 
598
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:65
599
  msgid "Filters"
600
  msgstr "Filtros"
601
 
602
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:129
603
  #, fuzzy
604
  msgid "Permissions"
605
  msgstr "Enlace Permanente"
606
 
607
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:206
608
  msgid "Advanced"
609
  msgstr "Avanzados"
610
 
611
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:239
612
  msgid "Maintenance"
613
  msgstr "Mantenimiento"
614
 
615
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:212
616
  msgid "Tracker"
617
  msgstr "Rastreador"
618
 
@@ -749,9 +740,9 @@ msgstr ""
749
  "Los comentarios registrados en o antes del %s se eliminarán de forma "
750
  "permanente."
751
 
752
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:77
753
- #: ../../admin/view/wp-slimstat-db.php:75
754
- #: ../../admin/view/wp-slimstat-reports.php:732
755
  msgid "days"
756
  msgstr "dias"
757
 
@@ -780,10 +771,22 @@ msgstr ""
780
  "europeos o americanos."
781
 
782
  #: ../../admin/config/index.php:49
 
 
 
 
 
 
 
 
 
 
 
 
783
  msgid "Show Display Name"
784
  msgstr "Mostrar Nombre para mostrar"
785
 
786
- #: ../../admin/config/index.php:49
787
  msgid ""
788
  "By default, users are listed by their usernames. Use this option to "
789
  "visualize their display names instead."
@@ -792,12 +795,12 @@ msgstr ""
792
  "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
793
  "lugar."
794
 
795
- #: ../../admin/config/index.php:50
796
  #, fuzzy
797
  msgid "Show User Agent"
798
  msgstr "Buscadores"
799
 
800
- #: ../../admin/config/index.php:50
801
  msgid ""
802
  "Choose if you want to see the browser name or a complete user agent string "
803
  "when hovering on browser icons."
@@ -805,11 +808,11 @@ msgstr ""
805
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
806
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
807
 
808
- #: ../../admin/config/index.php:51
809
  msgid "Show Titles"
810
  msgstr "Mostrar Títulos"
811
 
812
- #: ../../admin/config/index.php:51
813
  #, fuzzy
814
  msgid ""
815
  "Slimstat converts your permalinks into post and page titles. Disable this "
@@ -818,15 +821,26 @@ msgstr ""
818
  "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
819
  "páginas. Desactive esta función si necesita ver la URL en sus informes."
820
 
 
 
 
 
 
821
  #: ../../admin/config/index.php:53
 
 
 
 
 
 
822
  msgid "Functionality"
823
  msgstr "Funcionalidad"
824
 
825
- #: ../../admin/config/index.php:54
826
  msgid "Asynchronous Views"
827
  msgstr "Vistas asíncronas"
828
 
829
- #: ../../admin/config/index.php:54
830
  msgid ""
831
  "Load all the reports dynamically. It makes the reports render faster, but it "
832
  "increases the load on your server."
@@ -834,63 +848,67 @@ msgstr ""
834
  "Cargar todos los informes de forma dinámica. Hace que los informes se "
835
  "realicen más rápido, pero aumenta la carga en el servidor."
836
 
837
- #: ../../admin/config/index.php:55
838
  msgid "SlimScroll"
839
  msgstr ""
840
 
841
- #: ../../admin/config/index.php:55
842
  msgid ""
843
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
844
  "scrollbar."
845
  msgstr ""
846
 
847
- #: ../../admin/config/index.php:56
848
  msgid "Expand Details"
849
  msgstr "Expandir Detalles"
850
 
851
- #: ../../admin/config/index.php:56
852
  msgid "Expand each row's details by default, insted of on mousehover."
853
  msgstr ""
854
  "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
855
 
856
- #: ../../admin/config/index.php:57 ../../admin/config/index.php:61
857
  #, fuzzy
858
  msgid "Rows to Display"
859
  msgstr "No hay datos que mostrar"
860
 
861
- #: ../../admin/config/index.php:57
862
  msgid "Specify the number of items in each report."
863
  msgstr "Especifique el número de elementos en cada informe."
864
 
865
- #: ../../admin/config/index.php:60
 
 
 
 
866
  msgid "Live Stream"
867
  msgstr "Transmisión en Vivo"
868
 
869
- #: ../../admin/config/index.php:60
870
  #, fuzzy
871
  msgid ""
872
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
873
- "Enter <strong>0</strong> (number zero) to disable this functionality."
874
  msgstr ""
875
  "Habilitar la vista en vivo, lo que refresca la pantalla Ahora cada X "
876
  "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
877
  "esta funcionalidad."
878
 
879
- #: ../../admin/config/index.php:60 ../../admin/config/index.php:215
880
  msgid "seconds"
881
  msgstr "Segundos"
882
 
883
- #: ../../admin/config/index.php:61
884
  #, fuzzy
885
  msgid "Specify the number of items in the Activity Log."
886
  msgstr "Especifica el número de elementos en Ahora."
887
 
888
- #: ../../admin/config/index.php:62
889
  #, fuzzy
890
  msgid "Activity Log Extended"
891
  msgstr "Bitácora de actividades"
892
 
893
- #: ../../admin/config/index.php:62
894
  #, fuzzy
895
  msgid ""
896
  "Choose if you want to see outbound links listed in the Activity Log. It "
@@ -899,25 +917,25 @@ msgstr ""
899
  "Elige si quieres ver los enlaces salientes que figuran en Ahora. Podría "
900
  "frenar la publicación de este informe."
901
 
902
- #: ../../admin/config/index.php:67
903
  #, fuzzy
904
  msgid "Visitors and Known Users"
905
  msgstr "Navegadores recientes"
906
 
907
- #: ../../admin/config/index.php:68
908
  msgid "Track Registered Users"
909
  msgstr "Seguimiento Usuarios Registrados"
910
 
911
- #: ../../admin/config/index.php:68
912
  msgid "Enable this option to track logged in users."
913
  msgstr "Active esta opción para rastrear usuarios registrados."
914
 
915
- #: ../../admin/config/index.php:69
916
  #, fuzzy
917
  msgid "Blacklist by Username"
918
  msgstr "Direcciones IP Blacklist"
919
 
920
- #: ../../admin/config/index.php:69
921
  msgid ""
922
  "List all the usernames you don't want to track, separated by commas. Please "
923
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -928,11 +946,11 @@ msgstr ""
928
  "no </em> ignorados y que los nombres de usuario distinguen entre mayúsculas "
929
  "y minúsculas."
930
 
931
- #: ../../admin/config/index.php:70
932
  msgid "Blacklist by IP Address"
933
  msgstr "Direcciones IP Blacklist"
934
 
935
- #: ../../admin/config/index.php:70
936
  #, fuzzy
937
  msgid ""
938
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -947,12 +965,12 @@ msgstr ""
947
  "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
948
  "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
949
 
950
- #: ../../admin/config/index.php:71
951
  #, fuzzy
952
  msgid "Blacklist by Capability"
953
  msgstr "Navegador"
954
 
955
- #: ../../admin/config/index.php:71
956
  msgid ""
957
  "Users having at least one of the <a href='http://codex.wordpress.org/"
958
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -963,15 +981,15 @@ msgstr ""
963
  "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
964
  "minúsculas."
965
 
966
- #: ../../admin/config/index.php:73
967
  msgid "Profiling"
968
  msgstr "Haciendo perfil"
969
 
970
- #: ../../admin/config/index.php:74
971
  msgid "Ignore Spammers"
972
  msgstr "Ignorar Spammers"
973
 
974
- #: ../../admin/config/index.php:74
975
  msgid ""
976
  "Enable this option if you don't want to track visits from users identified "
977
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -984,12 +1002,12 @@ msgstr ""
984
  "adelante se marcan como correo no deseado, también se eliminarán de la base "
985
  "de datos."
986
 
987
- #: ../../admin/config/index.php:75
988
  #, fuzzy
989
  msgid "Permalinks"
990
  msgstr "Enlace Permanente"
991
 
992
- #: ../../admin/config/index.php:75
993
  msgid ""
994
  "List all the URLs on your website that you don't want to track, separated by "
995
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -1008,12 +1026,12 @@ msgstr ""
1008
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
1009
  "se afectan por mayúsculas y minúsculas."
1010
 
1011
- #: ../../admin/config/index.php:76
1012
  #, fuzzy
1013
  msgid "Countries"
1014
  msgstr "Paises que más visitan"
1015
 
1016
- #: ../../admin/config/index.php:76
1017
  msgid ""
1018
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1019
  "track, separated by commas."
@@ -1021,12 +1039,12 @@ msgstr ""
1021
  "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
1022
  "desee realizar el seguimiento, separados por comas"
1023
 
1024
- #: ../../admin/config/index.php:77
1025
  #, fuzzy
1026
  msgid "User Agents"
1027
  msgstr "Buscadores"
1028
 
1029
- #: ../../admin/config/index.php:77
1030
  msgid ""
1031
  "Browsers (user agents) you don't want to track, separated by commas. You can "
1032
  "specify the browser's version adding a slash after the name (i.e. "
@@ -1043,12 +1061,12 @@ msgstr ""
1043
  "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
1044
  "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
1045
 
1046
- #: ../../admin/config/index.php:78
1047
  #, fuzzy
1048
  msgid "Referring Sites"
1049
  msgstr "Motores de Búsqueda"
1050
 
1051
- #: ../../admin/config/index.php:78
1052
  msgid ""
1053
  "Referring URLs that you don't want to track, separated by commas: "
1054
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -1063,25 +1081,25 @@ msgstr ""
1063
  "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
1064
  "el protocolo que desea filtrar (http://, https://)."
1065
 
1066
- #: ../../admin/config/index.php:80 ../../admin/config/index.php:232
1067
  msgid "Miscellaneous"
1068
  msgstr "Varios"
1069
 
1070
- #: ../../admin/config/index.php:81
1071
  msgid "Enable Privacy Mode"
1072
  msgstr "Activar el modo de privacidad"
1073
 
1074
- #: ../../admin/config/index.php:81
1075
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1076
  msgstr ""
1077
  "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
1078
  "privacidad europeas."
1079
 
1080
- #: ../../admin/config/index.php:82
1081
  msgid "Ignore Prefetch Requests"
1082
  msgstr "Ignorar PPeticiones Prefetch"
1083
 
1084
- #: ../../admin/config/index.php:82
1085
  #, fuzzy
1086
  msgid ""
1087
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -1092,11 +1110,11 @@ msgstr ""
1092
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1093
  "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
1094
 
1095
- #: ../../admin/config/index.php:98
1096
  msgid "Ignore users (username not found)"
1097
  msgstr "Ignorar usuarios (nombre de usuario no encontrado)"
1098
 
1099
- #: ../../admin/config/index.php:121
1100
  msgid ""
1101
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1102
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -1105,17 +1123,17 @@ msgstr ""
1105
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> esta página </a> "
1106
  "para obtener más información"
1107
 
1108
- #: ../../admin/config/index.php:131
1109
  #, fuzzy
1110
  msgid "Reports"
1111
  msgstr "Informes Personalizados"
1112
 
1113
- #: ../../admin/config/index.php:132
1114
  #, fuzzy
1115
  msgid "Restrict Authors"
1116
  msgstr "Autor de la entrada(sección)"
1117
 
1118
- #: ../../admin/config/index.php:132
1119
  #, fuzzy
1120
  msgid ""
1121
  "Enable this option if you want your authors to only see stats related to "
@@ -1124,12 +1142,12 @@ msgstr ""
1124
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
1125
  "relacionadas con su propio contenido"
1126
 
1127
- #: ../../admin/config/index.php:133 ../../admin/config/index.php:137
1128
  #, fuzzy
1129
  msgid "Capability"
1130
  msgstr "Navegador"
1131
 
1132
- #: ../../admin/config/index.php:133
1133
  #, fuzzy
1134
  msgid ""
1135
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1147,11 +1165,11 @@ msgstr ""
1147
  "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
1148
  "prioridad sobre la capacidad."
1149
 
1150
- #: ../../admin/config/index.php:134 ../../admin/config/index.php:138
1151
  msgid "Whitelist"
1152
  msgstr "Lista blanca"
1153
 
1154
- #: ../../admin/config/index.php:134
1155
  msgid ""
1156
  "List all the users who should have access to the reports, separated by "
1157
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -1162,7 +1180,7 @@ msgstr ""
1162
  "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1163
  "mayúsculas y minúsculasdefecto."
1164
 
1165
- #: ../../admin/config/index.php:137
1166
  #, fuzzy
1167
  msgid ""
1168
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1176,7 +1194,7 @@ msgstr ""
1176
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1177
  "específicos."
1178
 
1179
- #: ../../admin/config/index.php:138
1180
  msgid ""
1181
  "List all the users who can edit these options, separated by commas. Please "
1182
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -1187,11 +1205,11 @@ msgstr ""
1187
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
1188
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
1189
 
1190
- #: ../../admin/config/index.php:154
1191
  msgid "Read access: username not found"
1192
  msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
1193
 
1194
- #: ../../admin/config/index.php:167 ../../admin/config/index.php:198
1195
  msgid ""
1196
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1197
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
@@ -1201,15 +1219,15 @@ msgstr ""
1201
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
1202
  "obtener más información"
1203
 
1204
- #: ../../admin/config/index.php:185
1205
  msgid "Config access: username not found"
1206
  msgstr "Acceso de configuración: Nombre de usuario no encontrado"
1207
 
1208
- #: ../../admin/config/index.php:213
1209
  msgid "Detect Smoothing"
1210
  msgstr "Detectar Smoothing"
1211
 
1212
- #: ../../admin/config/index.php:213
1213
  msgid ""
1214
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1215
  "This option required Spy Mode to be enabled."
@@ -1218,12 +1236,12 @@ msgstr ""
1218
  "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
1219
  "habilitado."
1220
 
1221
- #: ../../admin/config/index.php:214
1222
  #, fuzzy
1223
  msgid "Track Outbound Clicks"
1224
  msgstr "Enlaces Salientes Recientes"
1225
 
1226
- #: ../../admin/config/index.php:214
1227
  msgid ""
1228
  "Track when your visitors click on link to external websites. This option "
1229
  "required Spy Mode to be enabled."
@@ -1231,12 +1249,12 @@ msgstr ""
1231
  "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
1232
  "Esta opción requere que el modo Espía esté habilitado."
1233
 
1234
- #: ../../admin/config/index.php:215
1235
  #, fuzzy
1236
  msgid "Session Duration"
1237
  msgstr "Visitas"
1238
 
1239
- #: ../../admin/config/index.php:215
1240
  #, fuzzy
1241
  msgid ""
1242
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -1245,21 +1263,21 @@ msgstr ""
1245
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
1246
  "lo establece en 1.800 segundos."
1247
 
1248
- #: ../../admin/config/index.php:216
1249
  msgid "Extend Session"
1250
  msgstr "Extender Sesión"
1251
 
1252
- #: ../../admin/config/index.php:216
1253
  msgid "Extend the duration of a session each time the user visits a new page."
1254
  msgstr ""
1255
  "Extender la duración de una sesión cada vez que el usuario visita una página "
1256
  "nueva."
1257
 
1258
- #: ../../admin/config/index.php:217
1259
  msgid "Enable CDN"
1260
  msgstr "Habilitar CDN"
1261
 
1262
- #: ../../admin/config/index.php:217
1263
  msgid ""
1264
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1265
  "by serving our tracking code from their fast and reliable network (free "
@@ -1269,11 +1287,11 @@ msgstr ""
1269
  "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
1270
  "(servicio gratuito)."
1271
 
1272
- #: ../../admin/config/index.php:218
1273
  msgid "Extensions to Track"
1274
  msgstr "Extensiones a rastreo"
1275
 
1276
- #: ../../admin/config/index.php:218
1277
  msgid ""
1278
  "List all the file extensions that you want to be treated as Downloads. "
1279
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1287,37 +1305,37 @@ msgstr ""
1287
  "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
1288
  "coincide con uno de los que se enumeran a continuación."
1289
 
1290
- #: ../../admin/config/index.php:220
1291
  #, fuzzy
1292
  msgid "External Pages"
1293
  msgstr "Paginas visitadas"
1294
 
1295
- #: ../../admin/config/index.php:221
1296
  msgid "Add the following code to all the non-WP pages you want to track"
1297
  msgstr ""
1298
 
1299
- #: ../../admin/config/index.php:233
1300
  msgid "Debug Mode"
1301
  msgstr ""
1302
 
1303
- #: ../../admin/config/index.php:233
1304
  msgid "Display the SQL queries used to retrieve the data."
1305
  msgstr ""
1306
 
1307
- #: ../../admin/config/index.php:234
1308
  msgid "IP Lookup"
1309
  msgstr "Búsqueda de IP"
1310
 
1311
- #: ../../admin/config/index.php:234
1312
  msgid "Customize the Geolocation service to be used in the reports."
1313
  msgstr ""
1314
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
1315
 
1316
- #: ../../admin/config/index.php:235
1317
  msgid "Custom CSS"
1318
  msgstr "CSS personalizado"
1319
 
1320
- #: ../../admin/config/index.php:235
1321
  #, fuzzy
1322
  msgid ""
1323
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -1330,11 +1348,11 @@ msgstr ""
1330
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
1331
  "cómo utilizar esta funcionalidad."
1332
 
1333
- #: ../../admin/config/index.php:236
1334
  msgid "Enable UAN"
1335
  msgstr "Habilitar UAN"
1336
 
1337
- #: ../../admin/config/index.php:236
1338
  #, fuzzy
1339
  msgid ""
1340
  "Send anonymous data about user agents to our server for analysis. This "
@@ -1412,65 +1430,65 @@ msgstr "Mantenimiento de Datos"
1412
  msgid "Delete pageviews where"
1413
  msgstr "Filtrar páginas visitadas dondé:"
1414
 
1415
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:17
1416
  msgid "equals"
1417
  msgstr "es igual a"
1418
 
1419
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:18
1420
  msgid "is not equal to"
1421
  msgstr "no es igual a"
1422
 
1423
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:19
1424
  #, fuzzy
1425
  msgid "contains"
1426
  msgstr "Contiene"
1427
 
1428
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:20
1429
  #, fuzzy
1430
  msgid "does not contain"
1431
  msgstr "No contiene"
1432
 
1433
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:21
1434
  #, fuzzy
1435
  msgid "starts with"
1436
  msgstr "Empieza por"
1437
 
1438
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:22
1439
  #, fuzzy
1440
  msgid "ends with"
1441
  msgstr "Acaba en"
1442
 
1443
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:23
1444
  msgid "sounds like"
1445
  msgstr "suena como"
1446
 
1447
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:24
1448
  msgid "is greater than"
1449
  msgstr "es mayor que"
1450
 
1451
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:25
1452
  msgid "is less than"
1453
  msgstr "es menor que"
1454
 
1455
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:26
1456
  msgid "matches"
1457
  msgstr "coincide"
1458
 
1459
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:27
1460
  #, fuzzy
1461
  msgid "does not match"
1462
  msgstr "No contiene"
1463
 
1464
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:28
1465
  msgid "is empty"
1466
  msgstr "está vacío"
1467
 
1468
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:29
1469
  msgid "is not empty"
1470
  msgstr "no está vacío"
1471
 
1472
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:32
1473
- #: ../../admin/view/index.php:78
1474
  msgid "Apply"
1475
  msgstr "Aplicar"
1476
 
@@ -3071,7 +3089,7 @@ msgid "l-zu-za"
3071
  msgstr "Zulu"
3072
 
3073
  #: ../../admin/lang/dynamic_strings.php:298
3074
- #: ../../admin/view/wp-slimstat-reports.php:456
3075
  msgid "l-"
3076
  msgstr "l-"
3077
 
@@ -3089,58 +3107,62 @@ msgstr "Unknown"
3089
  msgid "c-xy"
3090
  msgstr "Local IP"
3091
 
3092
- #: ../../admin/view/index.php:48 ../../admin/view/wp-slimstat-reports.php:753
 
 
 
 
3093
  msgid "Today"
3094
  msgstr "Hoy"
3095
 
3096
- #: ../../admin/view/index.php:49 ../../admin/view/wp-slimstat-reports.php:754
3097
  msgid "Yesterday"
3098
  msgstr "Ayer"
3099
 
3100
- #: ../../admin/view/index.php:50
3101
  msgid "Last 7 Days"
3102
  msgstr "Últimos 7 días"
3103
 
3104
- #: ../../admin/view/index.php:51
3105
  msgid "Last 60 Days"
3106
  msgstr "Últimos 60 días"
3107
 
3108
- #: ../../admin/view/index.php:52
3109
  msgid "Last 90 Days"
3110
  msgstr "Últimos 90 días"
3111
 
3112
- #: ../../admin/view/index.php:53
3113
  #, fuzzy
3114
  msgid "This Year So Far"
3115
  msgstr "Año"
3116
 
3117
- #: ../../admin/view/index.php:54
3118
  #, fuzzy
3119
  msgid "Date Range"
3120
  msgstr "Fecha y hora"
3121
 
3122
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-db.php:72
3123
  msgid "Day"
3124
  msgstr "Día"
3125
 
3126
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-db.php:73
3127
  msgid "Month"
3128
  msgstr "Mes"
3129
 
3130
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3131
  msgid "Year"
3132
  msgstr "Año"
3133
 
3134
- #: ../../admin/view/index.php:80
3135
  #, fuzzy
3136
  msgid "Reset Filters"
3137
  msgstr "Filtros de fecha"
3138
 
3139
- #: ../../admin/view/index.php:121
3140
  msgid "Your report here"
3141
  msgstr "Su informe aquí"
3142
 
3143
- #: ../../admin/view/index.php:123
3144
  #, fuzzy
3145
  msgid ""
3146
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
@@ -3160,13 +3182,13 @@ msgstr ""
3160
  "información, visite mi <a href=\"http://lab.duechiacchiere.it/\" target="
3161
  "\"_blank\"> Foro de Soporte </ a>."
3162
 
3163
- #: ../../admin/view/index.php:137 ../../admin/view/wp-slimstat-reports.php:744
3164
- #: ../../admin/view/wp-slimstat-reports.php:846
3165
- #: ../../admin/view/wp-slimstat-reports.php:1069
3166
  msgid "Pageviews"
3167
  msgstr "Paginas visitadas"
3168
 
3169
- #: ../../admin/view/index.php:140
3170
  #, fuzzy
3171
  msgid ""
3172
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
@@ -3178,40 +3200,39 @@ msgstr ""
3178
  "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
3179
  "también incluyen a los usuarios registrados."
3180
 
3181
- #: ../../admin/view/index.php:144
3182
- msgid "Take a sneak peek at what human visitors are doing on your website."
3183
- msgstr ""
3184
- "Eche un vistazo a lo que los visitantes humanos están haciendo en su sitio "
3185
- "web."
3186
-
3187
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3188
- #: ../../admin/view/index.php:185 ../../admin/view/right-now.php:154
3189
  #, fuzzy
3190
  msgid "Color codes"
3191
  msgstr "Código de Pais"
3192
 
3193
- #: ../../admin/view/index.php:144
3194
- msgid "From a search result page"
 
3195
  msgstr "Desde una página con resultados de búsqueda"
3196
 
3197
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3198
- #: ../../admin/view/index.php:185
3199
  #, fuzzy
3200
  msgid "Known Users"
3201
  msgstr "Navegadores recientes"
3202
 
3203
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3204
- #: ../../admin/view/index.php:185
3205
  msgid "Other Humans"
3206
  msgstr "Otros seres humanos"
3207
 
3208
- #: ../../admin/view/index.php:148
 
 
 
 
3209
  msgid "Keywords used by your visitors to find your website on a search engine."
3210
  msgstr ""
3211
  "Palabras clave utilizadas por los visitantes para encontrar su sitio en un "
3212
  "motor de búsqueda."
3213
 
3214
- #: ../../admin/view/index.php:151
3215
  #, fuzzy
3216
  msgid ""
3217
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
@@ -3222,11 +3243,11 @@ msgstr ""
3222
  "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
3223
  "Filtros indicados anteriormente no se aplican a este informe."
3224
 
3225
- #: ../../admin/view/index.php:154
3226
  msgid "Human Visits"
3227
  msgstr "Visitas humanas"
3228
 
3229
- #: ../../admin/view/index.php:157
3230
  #, fuzzy
3231
  msgid ""
3232
  "Internet Service Provider: a company which provides other companies or "
@@ -3240,7 +3261,7 @@ msgstr ""
3240
  "IP específicas estableciendo el filtro correspondiente en Configuración> "
3241
  "SLIMStat> Filtros."
3242
 
3243
- #: ../../admin/view/index.php:160
3244
  #, fuzzy
3245
  msgid ""
3246
  "You can configure Slimstat to ignore a specific Country by setting the "
@@ -3250,7 +3271,7 @@ msgstr ""
3250
  "el establecimiento de el filtro correspondiente en Configuración> SLIMStat> "
3251
  "Filtros."
3252
 
3253
- #: ../../admin/view/index.php:163
3254
  msgid ""
3255
  "This report shows you what user agent families (no version considered) are "
3256
  "popular among your visitors."
@@ -3258,7 +3279,7 @@ msgstr ""
3258
  "Este informe muestra qué familias de agentes de usuarios son populares entre "
3259
  "los visitantes (no considerada la versión)."
3260
 
3261
- #: ../../admin/view/index.php:166
3262
  msgid ""
3263
  "This report shows you what operating system families (no version considered) "
3264
  "are popular among your visitors."
@@ -3266,12 +3287,12 @@ msgstr ""
3266
  "Este informe le muestra qué familias de sistema operativo (sin versión "
3267
  "considerado) son populares entre los visitantes."
3268
 
3269
- #: ../../admin/view/index.php:172
3270
  #, fuzzy
3271
  msgid "Average Pageviews per Visit"
3272
  msgstr "Promedio de páginas vistas por horas"
3273
 
3274
- #: ../../admin/view/index.php:175
3275
  msgid ""
3276
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3277
  "left your site from the entrance (landing) page."
@@ -3280,13 +3301,13 @@ msgstr ""
3280
  "la que el usuario ha abandonado su sitio desde la página de entrada (de "
3281
  "aterrizaje)."
3282
 
3283
- #: ../../admin/view/index.php:178
3284
  msgid "Searches performed using Wordpress' built-in search functionality."
3285
  msgstr ""
3286
  "Búsquedas realizadas utilizando la funcionalidad integrada de búsqueda de "
3287
  "Wordpress"
3288
 
3289
- #: ../../admin/view/index.php:182
3290
  msgid ""
3291
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3292
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -3297,7 +3318,7 @@ msgstr ""
3297
  "muestra cuando el enlace correspondiente tiene un atributo ID asociado a la "
3298
  "misma."
3299
 
3300
- #: ../../admin/view/index.php:185
3301
  msgid ""
3302
  "This report lists any <em>event</em> occurred on your website. Please refer "
3303
  "to the FAQ for more information on how to leverage this functionality."
@@ -3306,7 +3327,7 @@ msgstr ""
3306
  "Por favor, consulte las preguntas frecuentes para más información sobre cómo "
3307
  "aprovechar esta funcionalidad."
3308
 
3309
- #: ../../admin/view/index.php:188
3310
  msgid ""
3311
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3312
  "this report is not affected by the filters set here above."
@@ -3332,546 +3353,549 @@ msgid "Syndication Reader"
3332
  msgstr "Lector de Sindicación"
3333
 
3334
  #: ../../admin/view/right-now.php:30
3335
- #: ../../admin/view/wp-slimstat-reports.php:391
3336
- #: ../../admin/view/wp-slimstat-reports.php:650
3337
  msgid "No data to display"
3338
  msgstr "No hay datos que mostrar"
3339
 
3340
  # Unknown
3341
  #: ../../admin/view/right-now.php:56
3342
- #: ../../admin/view/wp-slimstat-reports.php:444
3343
- #: ../../admin/view/wp-slimstat-reports.php:693
3344
- #: ../../admin/view/wp-slimstat-reports.php:957
3345
  msgid "c-"
3346
  msgstr "Unknown"
3347
 
3348
- #: ../../admin/view/right-now.php:127
3349
- #: ../../admin/view/wp-slimstat-reports.php:503
3350
- #: ../../admin/view/wp-slimstat-reports.php:507
3351
- #: ../../admin/view/wp-slimstat-reports.php:675
3352
- #: ../../admin/view/wp-slimstat-reports.php:713
 
 
 
 
 
 
 
 
 
 
 
 
3353
  #, fuzzy
3354
  msgid "Open this URL in a new window"
3355
  msgstr "Abrir %s en una nueva ventana"
3356
 
3357
- #: ../../admin/view/right-now.php:130
3358
  msgid "Local search results page"
3359
  msgstr "Página de resultados de búsqueda local"
3360
 
3361
- #: ../../admin/view/right-now.php:137
3362
  #, fuzzy
3363
  msgid "Open this referrer in a new window"
3364
  msgstr "Abrir referido en una nueva página"
3365
 
3366
- #: ../../admin/view/right-now.php:138
3367
  #, fuzzy
3368
  msgid "Open this outbound link in a new window"
3369
  msgstr "Abrir %s en una nueva ventana"
3370
 
3371
- #: ../../admin/view/right-now.php:139
3372
- #, fuzzy
3373
- msgid "Date and Time"
3374
- msgstr "Fecha/Hora"
3375
-
3376
- #: ../../admin/view/right-now.php:140
3377
  #, fuzzy
3378
  msgid "Content Type"
3379
  msgstr "Contenido"
3380
 
3381
- #: ../../admin/view/right-now.php:155
3382
- msgid "Visit with keywords"
3383
- msgstr "Visita con palabras clave"
3384
-
3385
- #: ../../admin/view/right-now.php:157
3386
- #, fuzzy
3387
- msgid "Known User"
3388
- msgstr "Navegadores recientes"
3389
-
3390
- #: ../../admin/view/right-now.php:158
3391
- #, fuzzy
3392
- msgid "Human Visitor"
3393
- msgstr "Visitas humanas"
3394
-
3395
- #: ../../admin/view/right-now.php:159
3396
- msgid "Bot or Crawler"
3397
- msgstr "Bot o Crawler"
3398
-
3399
- #: ../../admin/view/wp-slimstat-db.php:44
3400
  msgid "IP Address"
3401
  msgstr "Dirección IP"
3402
 
3403
- #: ../../admin/view/wp-slimstat-db.php:49
3404
  msgid "Domain"
3405
  msgstr "Dominio"
3406
 
 
 
 
 
3407
  #: ../../admin/view/wp-slimstat-db.php:53
3408
  msgid "-- Advanced filters --"
3409
  msgstr "-- Filtros Avanzados --"
3410
 
3411
  #: ../../admin/view/wp-slimstat-db.php:54
3412
- #: ../../admin/view/wp-slimstat-reports.php:56
3413
  #, fuzzy
3414
  msgid "Browser Capabilities"
3415
  msgstr "Navegador"
3416
 
3417
- #: ../../admin/view/wp-slimstat-db.php:66
 
 
 
 
3418
  #, fuzzy
3419
  msgid "Resource ID"
3420
  msgstr "Principales Recursos"
3421
 
3422
- #: ../../admin/view/wp-slimstat-db.php:71
3423
  #, fuzzy
3424
  msgid "Hour"
3425
  msgstr "Paginas visitadas"
3426
 
3427
- #: ../../admin/view/wp-slimstat-db.php:77
3428
  #, fuzzy
3429
  msgid "Order Direction"
3430
  msgstr "director"
3431
 
3432
- #: ../../admin/view/wp-slimstat-db.php:78
3433
  msgid "Limit Results"
3434
  msgstr "Limitar Resultados"
3435
 
3436
- #: ../../admin/view/wp-slimstat-db.php:79
3437
  msgid "Start From"
3438
  msgstr "Comenzar desde"
3439
 
3440
- #: ../../admin/view/wp-slimstat-reports.php:36
3441
  #, fuzzy
3442
  msgid "Pageviews (chart)"
3443
  msgstr "Páginas visitadas por horas"
3444
 
3445
- #: ../../admin/view/wp-slimstat-reports.php:37
3446
  #, fuzzy
3447
  msgid "About Slimstat"
3448
  msgstr "Acerca de WP-SlimStat"
3449
 
3450
- #: ../../admin/view/wp-slimstat-reports.php:38
3451
- #: ../../admin/view/wp-slimstat-reports.php:50
3452
  msgid "At a Glance"
3453
  msgstr "Un vistazo"
3454
 
3455
- #: ../../admin/view/wp-slimstat-reports.php:39
3456
  #, fuzzy
3457
  msgid "Currently Online"
3458
  msgstr "Filtros Actuales:"
3459
 
3460
- #: ../../admin/view/wp-slimstat-reports.php:40
3461
- #: ../../admin/view/wp-slimstat-reports.php:74
3462
  msgid "Spy View"
3463
  msgstr "Vista de Espía"
3464
 
3465
- #: ../../admin/view/wp-slimstat-reports.php:41
3466
- #: ../../admin/view/wp-slimstat-reports.php:75
3467
  #, fuzzy
3468
  msgid "Recent Search Terms"
3469
  msgstr "Búsquedas Internas Recientes"
3470
 
3471
- #: ../../admin/view/wp-slimstat-reports.php:42
3472
  #, fuzzy
3473
  msgid "Top Pages"
3474
  msgstr "Principales Páginas de Salida"
3475
 
3476
- #: ../../admin/view/wp-slimstat-reports.php:43
3477
- #: ../../admin/view/wp-slimstat-reports.php:72
3478
  #, fuzzy
3479
  msgid "Top Traffic Sources"
3480
  msgstr "Origen del Tráfico"
3481
 
3482
- #: ../../admin/view/wp-slimstat-reports.php:44
3483
  #, fuzzy
3484
  msgid "Top Known Visitors"
3485
  msgstr "Palabras clave recientes"
3486
 
3487
- #: ../../admin/view/wp-slimstat-reports.php:45
3488
- #: ../../admin/view/wp-slimstat-reports.php:70
3489
- #: ../../admin/view/wp-slimstat-reports.php:90
3490
  #, fuzzy
3491
  msgid "Top Search Terms"
3492
  msgstr "Principales Recursos"
3493
 
3494
- #: ../../admin/view/wp-slimstat-reports.php:46
3495
- #: ../../admin/view/wp-slimstat-reports.php:57
3496
- #: ../../admin/view/wp-slimstat-reports.php:71
3497
  msgid "Top Countries"
3498
  msgstr "Paises que más visitan"
3499
 
3500
- #: ../../admin/view/wp-slimstat-reports.php:47
3501
  msgid "Rankings"
3502
  msgstr "Calificaciones"
3503
 
3504
- #: ../../admin/view/wp-slimstat-reports.php:48
3505
  #, fuzzy
3506
  msgid "Top Language Families"
3507
  msgstr "Idiomas"
3508
 
3509
- #: ../../admin/view/wp-slimstat-reports.php:49
3510
  #, fuzzy
3511
  msgid "Human Visits (chart)"
3512
  msgstr "Visitas humanas por hora"
3513
 
3514
- #: ../../admin/view/wp-slimstat-reports.php:51
 
 
 
 
 
3515
  #, fuzzy
3516
  msgid "Top Languages"
3517
  msgstr "Idiomas"
3518
 
3519
- #: ../../admin/view/wp-slimstat-reports.php:52
3520
  #, fuzzy
3521
  msgid "Top Browsers"
3522
  msgstr "Navegador"
3523
 
3524
- #: ../../admin/view/wp-slimstat-reports.php:53
3525
  #, fuzzy
3526
  msgid "Top Service Providers"
3527
  msgstr "Principales Recursos"
3528
 
3529
- #: ../../admin/view/wp-slimstat-reports.php:54
3530
  #, fuzzy
3531
  msgid "Top Operating Systems"
3532
  msgstr "Sistemas Operativos"
3533
 
3534
- #: ../../admin/view/wp-slimstat-reports.php:55
3535
  #, fuzzy
3536
  msgid "Top Screen Resolutions"
3537
  msgstr "Resolución de Pantalla"
3538
 
3539
- #: ../../admin/view/wp-slimstat-reports.php:58
3540
  #, fuzzy
3541
  msgid "Visit Duration"
3542
  msgstr "Visitas"
3543
 
3544
- #: ../../admin/view/wp-slimstat-reports.php:59
3545
- #: ../../admin/view/wp-slimstat-reports.php:76
3546
  msgid "Recent Countries"
3547
  msgstr "Paises Recientes"
3548
 
3549
- #: ../../admin/view/wp-slimstat-reports.php:60
3550
  #, fuzzy
3551
  msgid "Recent Screen Resolutions"
3552
  msgstr "Resolución de Pantalla"
3553
 
3554
- #: ../../admin/view/wp-slimstat-reports.php:61
3555
  #, fuzzy
3556
  msgid "Recent Operating Systems"
3557
  msgstr "Sistemas Operativos"
3558
 
3559
- #: ../../admin/view/wp-slimstat-reports.php:62
3560
  #, fuzzy
3561
  msgid "Recent Browsers"
3562
  msgstr "Contenidos Recientes"
3563
 
3564
- #: ../../admin/view/wp-slimstat-reports.php:63
3565
  #, fuzzy
3566
  msgid "Recent Languages"
3567
  msgstr "Idiomas"
3568
 
3569
- #: ../../admin/view/wp-slimstat-reports.php:64
3570
  #, fuzzy
3571
  msgid "Top Browser Families"
3572
  msgstr "Navegador"
3573
 
3574
- #: ../../admin/view/wp-slimstat-reports.php:65
3575
  msgid "Top OS Families"
3576
  msgstr "Páginas Recientes no encontradas"
3577
 
3578
- #: ../../admin/view/wp-slimstat-reports.php:66
3579
  #, fuzzy
3580
  msgid "Recent Users"
3581
  msgstr "Buscadores"
3582
 
3583
- #: ../../admin/view/wp-slimstat-reports.php:67
3584
  #, fuzzy
3585
  msgid "Top Users"
3586
  msgstr "Buscadores"
3587
 
3588
- #: ../../admin/view/wp-slimstat-reports.php:68
3589
  #, fuzzy
3590
  msgid "Traffic Sources (chart)"
3591
  msgstr "Origen del Tráfico"
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:69
3594
  #, fuzzy
3595
  msgid "Summary"
3596
  msgstr "Sumario de"
3597
 
3598
- #: ../../admin/view/wp-slimstat-reports.php:73
3599
  #, fuzzy
3600
  msgid "Top Referring Search Engines"
3601
  msgstr "Motores de Búsqueda"
3602
 
3603
- #: ../../admin/view/wp-slimstat-reports.php:77
3604
- #: ../../admin/view/wp-slimstat-reports.php:93
3605
  #, fuzzy
3606
  msgid "Top Landing Pages"
3607
  msgstr "Principales Páginas de Salida"
3608
 
3609
- #: ../../admin/view/wp-slimstat-reports.php:78
3610
  #, fuzzy
3611
  msgid "Average Pageviews per Visit (chart)"
3612
  msgstr "Promedio de páginas vistas por horas"
3613
 
3614
- #: ../../admin/view/wp-slimstat-reports.php:79
3615
  #, fuzzy
3616
  msgid "Recent Posts"
3617
  msgstr "Contenidos Recientes"
3618
 
3619
- #: ../../admin/view/wp-slimstat-reports.php:80
3620
  #, fuzzy
3621
  msgid "Recent Bounce Pages"
3622
  msgstr "Páginas recientes de rebote"
3623
 
3624
- #: ../../admin/view/wp-slimstat-reports.php:81
3625
  msgid "Recent Feeds"
3626
  msgstr "Feeds Recientes"
3627
 
3628
- #: ../../admin/view/wp-slimstat-reports.php:82
3629
  msgid "Recent Pages Not Found"
3630
  msgstr "Páginas Recientes no encontradas"
3631
 
3632
- #: ../../admin/view/wp-slimstat-reports.php:83
3633
  msgid "Recent Internal Searches"
3634
  msgstr "Búsquedas Internas Recientes"
3635
 
3636
- #: ../../admin/view/wp-slimstat-reports.php:84
3637
  #, fuzzy
3638
  msgid "Top Categories"
3639
  msgstr "Principales Páginas de Salida"
3640
 
3641
- #: ../../admin/view/wp-slimstat-reports.php:85
3642
  msgid "Recent Outbound Links"
3643
  msgstr "Enlaces Salientes Recientes"
3644
 
3645
- #: ../../admin/view/wp-slimstat-reports.php:86
3646
  #, fuzzy
3647
  msgid "Recent Events"
3648
  msgstr "Contenidos Recientes"
3649
 
3650
- #: ../../admin/view/wp-slimstat-reports.php:87
3651
  #, fuzzy
3652
  msgid "Top Posts"
3653
  msgstr "Paises que más visitan"
3654
 
3655
- #: ../../admin/view/wp-slimstat-reports.php:88
3656
  #, fuzzy
3657
  msgid "Top Feeds"
3658
  msgstr "Top Palabras Clave"
3659
 
3660
- #: ../../admin/view/wp-slimstat-reports.php:89
3661
  #, fuzzy
3662
  msgid "Top Internal Searches"
3663
  msgstr "Búsquedas Internas Recientes"
3664
 
3665
- #: ../../admin/view/wp-slimstat-reports.php:91
3666
  #, fuzzy
3667
  msgid "Recent Categories"
3668
  msgstr "Paises Recientes"
3669
 
3670
- #: ../../admin/view/wp-slimstat-reports.php:92
3671
  #, fuzzy
3672
  msgid "Top Pages Not Found"
3673
  msgstr "Principales Páginas de Salida"
3674
 
3675
- #: ../../admin/view/wp-slimstat-reports.php:94
3676
  #, fuzzy
3677
  msgid "Top Authors"
3678
  msgstr "Autor de la entrada(sección)"
3679
 
3680
- #: ../../admin/view/wp-slimstat-reports.php:95
3681
  #, fuzzy
3682
  msgid "Top Tags"
3683
  msgstr "Principales Páginas de Salida"
3684
 
3685
- #: ../../admin/view/wp-slimstat-reports.php:96
3686
  msgid "Recent Downloads"
3687
  msgstr "Descargas Recientes"
3688
 
3689
- #: ../../admin/view/wp-slimstat-reports.php:97
3690
  #, fuzzy
3691
  msgid "Top OutLinks and Downloads"
3692
  msgstr "Los mejores enlaces y descargas hacia afuera"
3693
 
3694
- #: ../../admin/view/wp-slimstat-reports.php:98
3695
  msgid "Your Website"
3696
  msgstr "Su sitio web"
3697
 
3698
- #: ../../admin/view/wp-slimstat-reports.php:100
 
 
 
 
3699
  #, fuzzy
3700
- msgid "At A Glance"
3701
- msgstr "Un vistazo"
3702
 
3703
- #: ../../admin/view/wp-slimstat-reports.php:209
3704
  msgid "Chart controls"
3705
  msgstr "Controles de gráfica"
3706
 
3707
- #: ../../admin/view/wp-slimstat-reports.php:209
3708
  msgid "Use your mouse wheel to zoom in and out"
3709
  msgstr "Use su ratón para acercarse y alejarse"
3710
 
3711
- #: ../../admin/view/wp-slimstat-reports.php:209
3712
  msgid "While zooming in, drag the chart to move to a different area"
3713
  msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
3714
 
3715
- #: ../../admin/view/wp-slimstat-reports.php:209
3716
  msgid "Double click on an empty region to reset the zoom level"
3717
  msgstr ""
3718
  "Haga doble clic en una región vacía para resetear el nivel de acercamiento"
3719
 
3720
- #: ../../admin/view/wp-slimstat-reports.php:210
3721
- msgid ""
3722
- "Click on a data point to display the activity chart for each hour of that day"
3723
- msgstr ""
3724
- "Haga clic en un punto de datos para mostrar la gráfica de actividades para "
3725
- "cada hora de ese día"
3726
-
3727
- #: ../../admin/view/wp-slimstat-reports.php:222
3728
  msgid "src"
3729
  msgstr "Src"
3730
 
3731
- #: ../../admin/view/wp-slimstat-reports.php:223
3732
  msgid "serp"
3733
  msgstr "Serp"
3734
 
3735
- #: ../../admin/view/wp-slimstat-reports.php:228
3736
  msgid "Go to the corresponding search engine result page"
3737
  msgstr "Vaya a la página de resultados de motor de búsqueda correspondiente"
3738
 
3739
- #: ../../admin/view/wp-slimstat-reports.php:231
3740
  msgid "Go to the referring page"
3741
  msgstr "Vaya a la página de referencia"
3742
 
3743
- #: ../../admin/view/wp-slimstat-reports.php:254
3744
  #, fuzzy
3745
  msgid "Remove filter for"
3746
  msgstr "Seleccionar filtro"
3747
 
3748
- #: ../../admin/view/wp-slimstat-reports.php:261
3749
  msgid "Reset All"
3750
  msgstr "Resetear todos"
3751
 
3752
- #: ../../admin/view/wp-slimstat-reports.php:264
3753
  msgid "Current filters:"
3754
  msgstr "Filtros Actuales:"
3755
 
3756
- #: ../../admin/view/wp-slimstat-reports.php:268
3757
  msgid "Refresh"
3758
  msgstr "Refrescar"
3759
 
3760
- #: ../../admin/view/wp-slimstat-reports.php:305
3761
  #, php-format
3762
  msgid "Results %s - %s of %s"
3763
  msgstr "Resultados %s - %s de %s"
3764
 
3765
- #: ../../admin/view/wp-slimstat-reports.php:307
3766
  msgid "Refresh in"
3767
  msgstr "Refrescar en"
3768
 
3769
- #: ../../admin/view/wp-slimstat-reports.php:329
3770
- #: ../../admin/view/wp-slimstat-reports.php:341
3771
  #, fuzzy, php-format
3772
  msgid "Daily %s"
3773
  msgstr "Paginas visitadas"
3774
 
3775
- #: ../../admin/view/wp-slimstat-reports.php:332
3776
  #, php-format
3777
  msgid "%s Minute by Minute"
3778
  msgstr "%s Minuto a Minuto"
3779
 
3780
- #: ../../admin/view/wp-slimstat-reports.php:335
3781
  #, fuzzy, php-format
3782
  msgid "Hourly %s"
3783
  msgstr "Paginas visitadas"
3784
 
3785
- #: ../../admin/view/wp-slimstat-reports.php:338
3786
  #, fuzzy, php-format
3787
  msgid "Monthly %s"
3788
  msgstr "Mes"
3789
 
3790
- #: ../../admin/view/wp-slimstat-reports.php:426
3791
  #, fuzzy
3792
  msgid "Category ID"
3793
  msgstr "ID de la entrada(sección) de la Categoria"
3794
 
3795
- #: ../../admin/view/wp-slimstat-reports.php:459
3796
  msgid "OS Code"
3797
  msgstr "Código OS"
3798
 
3799
- #: ../../admin/view/wp-slimstat-reports.php:469
3800
  #, fuzzy
3801
  msgid "Referrer"
3802
  msgstr "Referido"
3803
 
3804
- #: ../../admin/view/wp-slimstat-reports.php:493
3805
- #: ../../admin/view/wp-slimstat-reports.php:781
3806
- #: ../../admin/view/wp-slimstat-reports.php:790
3807
- #: ../../admin/view/wp-slimstat-reports.php:796
3808
- #: ../../admin/view/wp-slimstat-reports.php:802
3809
- #: ../../admin/view/wp-slimstat-reports.php:808
3810
- #: ../../admin/view/wp-slimstat-reports.php:814
3811
- #: ../../admin/view/wp-slimstat-reports.php:820
3812
- #: ../../admin/view/wp-slimstat-reports.php:826
3813
  #, fuzzy
3814
  msgid "Hits"
3815
  msgstr "Visitas"
3816
 
3817
- #: ../../admin/view/wp-slimstat-reports.php:667
3818
  #, fuzzy
3819
  msgid "Search for"
3820
  msgstr "Sumario de"
3821
 
3822
- #: ../../admin/view/wp-slimstat-reports.php:703
3823
- #: ../../admin/view/wp-slimstat-reports.php:713
3824
  #, fuzzy
3825
  msgid "Source"
3826
  msgstr "Porcentaje de Abandonos"
3827
 
3828
- #: ../../admin/view/wp-slimstat-reports.php:705
3829
  msgid "Keywords"
3830
  msgstr "Palabras clave"
3831
 
3832
- #: ../../admin/view/wp-slimstat-reports.php:713
3833
  #, php-format
3834
  msgid "Filter results where resource equals %s"
3835
  msgstr "Filtrar resultados donde la fuente sea %s"
3836
 
3837
- #: ../../admin/view/wp-slimstat-reports.php:727
 
 
 
 
 
3838
  #, fuzzy
3839
  msgid "Total Pageviews"
3840
  msgstr "Paginas visitadas"
3841
 
3842
- #: ../../admin/view/wp-slimstat-reports.php:728
3843
  #, fuzzy
3844
  msgid "DB Size"
3845
  msgstr "Tamaño de los Datos"
3846
 
3847
- #: ../../admin/view/wp-slimstat-reports.php:729
3848
  msgid "Tracking Active"
3849
  msgstr "Seguimiento Activo"
3850
 
3851
- #: ../../admin/view/wp-slimstat-reports.php:730
3852
  msgid "Javascript Mode"
3853
  msgstr "Modo Javascript"
3854
 
3855
- #: ../../admin/view/wp-slimstat-reports.php:731
3856
  msgid "Tracking Browser Caps"
3857
  msgstr "Caps para rastreo de Navegador"
3858
 
3859
- #: ../../admin/view/wp-slimstat-reports.php:732
3860
  msgid "Auto purge"
3861
  msgstr "Autopurgar"
3862
 
3863
- #: ../../admin/view/wp-slimstat-reports.php:733
3864
  #, fuzzy
3865
  msgid "Oldest pageview"
3866
  msgstr "Visita más larga"
3867
 
3868
- #: ../../admin/view/wp-slimstat-reports.php:733
3869
  #, fuzzy
3870
  msgid "No visits"
3871
  msgstr "Visitantes"
3872
 
3873
- #: ../../admin/view/wp-slimstat-reports.php:743
3874
- #: ../../admin/view/wp-slimstat-reports.php:845
3875
  #, fuzzy
3876
  msgid ""
3877
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -3880,16 +3904,16 @@ msgstr ""
3880
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
3881
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
3882
 
3883
- #: ../../admin/view/wp-slimstat-reports.php:745
3884
  msgid "How many pages have been visited on average during the current period."
3885
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
3886
 
3887
- #: ../../admin/view/wp-slimstat-reports.php:746
3888
  #, fuzzy
3889
  msgid "Average Pageviews"
3890
  msgstr "Promedio Paginas Visitadas"
3891
 
3892
- #: ../../admin/view/wp-slimstat-reports.php:747
3893
  msgid ""
3894
  "Visitors who landed on your site after searching for a keyword on Google, "
3895
  "Yahoo, etc."
@@ -3897,12 +3921,12 @@ msgstr ""
3897
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
3898
  "Google, yahoo, etc."
3899
 
3900
- #: ../../admin/view/wp-slimstat-reports.php:748
3901
  #, fuzzy
3902
  msgid "From Search Results"
3903
  msgstr "Principales Recursos"
3904
 
3905
- #: ../../admin/view/wp-slimstat-reports.php:749
3906
  msgid ""
3907
  "Used to differentiate between multiple requests to download a file from one "
3908
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3911,23 +3935,23 @@ msgstr ""
3911
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
3912
  "diferentes direcciones"
3913
 
3914
- #: ../../admin/view/wp-slimstat-reports.php:750
3915
- #: ../../admin/view/wp-slimstat-reports.php:765
3916
- #: ../../admin/view/wp-slimstat-reports.php:1069
3917
- #: ../../admin/view/wp-slimstat-reports.php:1073
3918
- #: ../../admin/view/wp-slimstat-reports.php:1077
3919
  msgid "Unique IPs"
3920
  msgstr "IPs Unicas"
3921
 
3922
- #: ../../admin/view/wp-slimstat-reports.php:751
3923
  msgid "Last 5 minutes"
3924
  msgstr "Últimos 5 minutos"
3925
 
3926
- #: ../../admin/view/wp-slimstat-reports.php:752
3927
  msgid "Last 30 minutes"
3928
  msgstr "Últimos 30 minutos"
3929
 
3930
- #: ../../admin/view/wp-slimstat-reports.php:762
3931
  msgid ""
3932
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3933
  "multiple times if they perform multiple visits."
@@ -3935,16 +3959,16 @@ msgstr ""
3935
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
3936
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
3937
 
3938
- #: ../../admin/view/wp-slimstat-reports.php:763
3939
  msgid "Human visits"
3940
  msgstr "Visitas humanas"
3941
 
3942
- #: ../../admin/view/wp-slimstat-reports.php:764
3943
  msgid "It includes only traffic generated by human visitors."
3944
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
3945
 
3946
- #: ../../admin/view/wp-slimstat-reports.php:766
3947
- #: ../../admin/view/wp-slimstat-reports.php:857
3948
  msgid ""
3949
  "Percentage of single-page visits, i.e. visits in which the person left your "
3950
  "site from the entrance page."
@@ -3952,80 +3976,80 @@ msgstr ""
3952
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
3953
  "dejó su sitio desde la página de entrada."
3954
 
3955
- #: ../../admin/view/wp-slimstat-reports.php:767
3956
  msgid "Bounce rate"
3957
  msgstr "Porcentaje de Abandonos"
3958
 
3959
- #: ../../admin/view/wp-slimstat-reports.php:768
3960
  msgid "Visitors who had previously left a comment on your blog."
3961
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
3962
 
3963
- #: ../../admin/view/wp-slimstat-reports.php:769
3964
  #, fuzzy
3965
  msgid "Known visitors"
3966
  msgstr "Palabras clave recientes"
3967
 
3968
- #: ../../admin/view/wp-slimstat-reports.php:770
3969
  msgid "Human users who visited your site only once."
3970
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
3971
 
3972
- #: ../../admin/view/wp-slimstat-reports.php:771
3973
  #, fuzzy
3974
  msgid "New visitors"
3975
  msgstr "Visitantes"
3976
 
3977
- #: ../../admin/view/wp-slimstat-reports.php:772
3978
  msgid "Bots"
3979
  msgstr "Motores de Búsqueda"
3980
 
3981
- #: ../../admin/view/wp-slimstat-reports.php:773
3982
  msgid "Pages per visit"
3983
  msgstr "Páginas por visita"
3984
 
3985
- #: ../../admin/view/wp-slimstat-reports.php:774
3986
- #: ../../admin/view/wp-slimstat-reports.php:1082
3987
  msgid "Longest visit"
3988
  msgstr "Visita más larga"
3989
 
3990
- #: ../../admin/view/wp-slimstat-reports.php:774
3991
  #, fuzzy
3992
  msgid "hits"
3993
  msgstr "Visitas"
3994
 
3995
- #: ../../admin/view/wp-slimstat-reports.php:792
3996
  msgid "0 - 30 seconds"
3997
  msgstr "0 - 30 segundos"
3998
 
3999
- #: ../../admin/view/wp-slimstat-reports.php:798
4000
  msgid "31 - 60 seconds"
4001
  msgstr "31 - 60 segundos"
4002
 
4003
- #: ../../admin/view/wp-slimstat-reports.php:804
4004
  msgid "1 - 3 minutes"
4005
  msgstr "1 - 3 minutos"
4006
 
4007
- #: ../../admin/view/wp-slimstat-reports.php:810
4008
  msgid "3 - 5 minutes"
4009
  msgstr "3 - 5 minutos"
4010
 
4011
- #: ../../admin/view/wp-slimstat-reports.php:816
4012
  msgid "5 - 7 minutes"
4013
  msgstr "5 - 7 minutos"
4014
 
4015
- #: ../../admin/view/wp-slimstat-reports.php:822
4016
  msgid "7 - 10 minutes"
4017
  msgstr "7 - 10 minutos"
4018
 
4019
- #: ../../admin/view/wp-slimstat-reports.php:828
4020
  msgid "More than 10 minutes"
4021
  msgstr "Más de 10 minutos"
4022
 
4023
- #: ../../admin/view/wp-slimstat-reports.php:837
4024
  #, fuzzy
4025
  msgid "Average time on site"
4026
  msgstr "Promedio de páginas vistas por horas"
4027
 
4028
- #: ../../admin/view/wp-slimstat-reports.php:847
4029
  msgid ""
4030
  "A referrer (or referring site) is the site that a visitor previously visited "
4031
  "before following a link to your site."
@@ -4033,12 +4057,12 @@ msgstr ""
4033
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
4034
  "acceso antes de seguir un enlace a su sitio."
4035
 
4036
- #: ../../admin/view/wp-slimstat-reports.php:848
4037
  #, fuzzy
4038
  msgid "Unique Referrers"
4039
  msgstr "Referidos Únicos"
4040
 
4041
- #: ../../admin/view/wp-slimstat-reports.php:849
4042
  msgid ""
4043
  "Visitors who visited the site by typing the URL directly into their browser. "
4044
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -4050,12 +4074,12 @@ msgstr ""
4050
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
4051
  "enlaces de documentos que no incluyen variables de rastreo."
4052
 
4053
- #: ../../admin/view/wp-slimstat-reports.php:850
4054
  #, fuzzy
4055
  msgid "Direct Pageviews"
4056
  msgstr "Paginas visitadas"
4057
 
4058
- #: ../../admin/view/wp-slimstat-reports.php:851
4059
  msgid ""
4060
  "Visitors who came to your site via searches on Google or some other search "
4061
  "engine."
@@ -4063,11 +4087,11 @@ msgstr ""
4063
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
4064
  "Google, yahoo, etc."
4065
 
4066
- #: ../../admin/view/wp-slimstat-reports.php:852
4067
  msgid "From a search result"
4068
  msgstr "Desde un resultado de búsqueda"
4069
 
4070
- #: ../../admin/view/wp-slimstat-reports.php:853
4071
  msgid ""
4072
  "The first page that a user views during a session. This is also known as the "
4073
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -4079,26 +4103,26 @@ msgstr ""
4079
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
4080
  "página de entrada."
4081
 
4082
- #: ../../admin/view/wp-slimstat-reports.php:854
4083
  #, fuzzy
4084
  msgid "Unique Landing Pages"
4085
  msgstr "IPs Unicas"
4086
 
4087
- #: ../../admin/view/wp-slimstat-reports.php:855
4088
  msgid "Number of single-page visits to your site over the selected period."
4089
  msgstr "Número de visitas a una página en el período seleccionado."
4090
 
4091
- #: ../../admin/view/wp-slimstat-reports.php:856
4092
  #, fuzzy
4093
  msgid "Bounce Pages"
4094
  msgstr "Porcentaje de Abandonos"
4095
 
4096
- #: ../../admin/view/wp-slimstat-reports.php:858
4097
  #, fuzzy
4098
  msgid "New Visitors Rate"
4099
  msgstr "Visitantes"
4100
 
4101
- #: ../../admin/view/wp-slimstat-reports.php:859
4102
  msgid ""
4103
  "Visitors who visited the site in the last 5 minutes coming from a search "
4104
  "engine."
@@ -4106,29 +4130,29 @@ msgstr ""
4106
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
4107
  "motor de búsqueda."
4108
 
4109
- #: ../../admin/view/wp-slimstat-reports.php:860
4110
  #, fuzzy
4111
  msgid "Currently from search engines"
4112
  msgstr "Motores de Búsqueda"
4113
 
4114
- #: ../../admin/view/wp-slimstat-reports.php:928
4115
  msgid "Number of pages in your site included in Google's index."
4116
  msgstr "Número de páginas en su sitio incluidas en el índice de Google."
4117
 
4118
- #: ../../admin/view/wp-slimstat-reports.php:929
4119
  msgid "Google Index"
4120
  msgstr "Indice de Google"
4121
 
4122
- #: ../../admin/view/wp-slimstat-reports.php:930
4123
  msgid "Number of pages, according to Google, that link back to your site."
4124
  msgstr ""
4125
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
4126
 
4127
- #: ../../admin/view/wp-slimstat-reports.php:931
4128
  msgid "Google Backlinks"
4129
  msgstr "Backlinks Google"
4130
 
4131
- #: ../../admin/view/wp-slimstat-reports.php:932
4132
  msgid ""
4133
  "How many times the Facebook Like button has been approximately clicked on "
4134
  "your site."
@@ -4136,30 +4160,30 @@ msgstr ""
4136
  "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
4137
  "Facebook en su sitio."
4138
 
4139
- #: ../../admin/view/wp-slimstat-reports.php:933
4140
  msgid "Facebook Likes"
4141
  msgstr "Me Gusta de Facebook"
4142
 
4143
- #: ../../admin/view/wp-slimstat-reports.php:934
4144
  msgid ""
4145
  "How many times your site has been shared by someone on the social network."
4146
  msgstr ""
4147
  "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
4148
 
4149
- #: ../../admin/view/wp-slimstat-reports.php:935
4150
  msgid "Facebook Shares"
4151
  msgstr "Compartidas en Facebook"
4152
 
4153
- #: ../../admin/view/wp-slimstat-reports.php:936
4154
  msgid "How many times links to your website have been clicked on Facebook."
4155
  msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
4156
 
4157
- #: ../../admin/view/wp-slimstat-reports.php:937
4158
  #, fuzzy
4159
  msgid "Facebook Clicks"
4160
  msgstr "Enlaces Salientes Recientes"
4161
 
4162
- #: ../../admin/view/wp-slimstat-reports.php:938
4163
  msgid ""
4164
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4165
  "traffic data."
@@ -4167,1107 +4191,1107 @@ msgstr ""
4167
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
4168
  "información de tráfico de datos."
4169
 
4170
- #: ../../admin/view/wp-slimstat-reports.php:939
4171
  msgid "Alexa World Rank"
4172
  msgstr "Clasificación Mundial Alexa."
4173
 
4174
- #: ../../admin/view/wp-slimstat-reports.php:940
4175
  msgid "Alexa Country Rank"
4176
  msgstr "Clasificación por país Alexa"
4177
 
4178
- #: ../../admin/view/wp-slimstat-reports.php:941
4179
  msgid "Alexa Popularity"
4180
  msgstr "Popularidad Alexa"
4181
 
4182
  # Unknown
4183
- #: ../../admin/view/wp-slimstat-reports.php:948
4184
  msgid "c-xx"
4185
  msgstr "Unknown"
4186
 
4187
  # Afghanistan
4188
- #: ../../admin/view/wp-slimstat-reports.php:948
4189
  msgid "c-af"
4190
  msgstr "Afghanistan"
4191
 
4192
  # Åland Islands
4193
- #: ../../admin/view/wp-slimstat-reports.php:948
4194
  msgid "c-ax"
4195
  msgstr "Åland Islands"
4196
 
4197
  # Albania
4198
- #: ../../admin/view/wp-slimstat-reports.php:948
4199
  msgid "c-al"
4200
  msgstr "Albania"
4201
 
4202
  # Algeria
4203
- #: ../../admin/view/wp-slimstat-reports.php:948
4204
  msgid "c-dz"
4205
  msgstr "Algeria"
4206
 
4207
  # Andorra
4208
- #: ../../admin/view/wp-slimstat-reports.php:948
4209
  msgid "c-ad"
4210
  msgstr "Andorra"
4211
 
4212
  # Angola
4213
- #: ../../admin/view/wp-slimstat-reports.php:948
4214
  msgid "c-ao"
4215
  msgstr "Angola"
4216
 
4217
  # Anguilla
4218
- #: ../../admin/view/wp-slimstat-reports.php:948
4219
  msgid "c-ai"
4220
  msgstr "Anguilla"
4221
 
4222
  # Antigua and Barbuda
4223
- #: ../../admin/view/wp-slimstat-reports.php:948
4224
  msgid "c-ag"
4225
  msgstr "Antigua and Barbuda"
4226
 
4227
  # Argentina
4228
- #: ../../admin/view/wp-slimstat-reports.php:948
4229
  msgid "c-ar"
4230
  msgstr "Argentina"
4231
 
4232
  # Armenia
4233
- #: ../../admin/view/wp-slimstat-reports.php:948
4234
  msgid "c-am"
4235
  msgstr "Armenia"
4236
 
4237
  # Aruba
4238
- #: ../../admin/view/wp-slimstat-reports.php:948
4239
  msgid "c-aw"
4240
  msgstr "Aruba"
4241
 
4242
  # Australia
4243
- #: ../../admin/view/wp-slimstat-reports.php:948
4244
  msgid "c-au"
4245
  msgstr "Australia"
4246
 
4247
  # Austria
4248
- #: ../../admin/view/wp-slimstat-reports.php:948
4249
  msgid "c-at"
4250
  msgstr "Austria"
4251
 
4252
  # Azerbaijan
4253
- #: ../../admin/view/wp-slimstat-reports.php:948
4254
  msgid "c-az"
4255
  msgstr "Azerbaijan"
4256
 
4257
  # Bahamas
4258
- #: ../../admin/view/wp-slimstat-reports.php:948
4259
  msgid "c-bs"
4260
  msgstr "Bahamas"
4261
 
4262
  # Bahrain
4263
- #: ../../admin/view/wp-slimstat-reports.php:948
4264
  msgid "c-bh"
4265
  msgstr "Bahrain"
4266
 
4267
  # Bangladesh
4268
- #: ../../admin/view/wp-slimstat-reports.php:948
4269
  msgid "c-bd"
4270
  msgstr "Bangladesh"
4271
 
4272
  # Barbados
4273
- #: ../../admin/view/wp-slimstat-reports.php:948
4274
  msgid "c-bb"
4275
  msgstr "Barbados"
4276
 
4277
  # Belarus
4278
- #: ../../admin/view/wp-slimstat-reports.php:948
4279
  msgid "c-by"
4280
  msgstr "Belarus"
4281
 
4282
  # Belgium
4283
- #: ../../admin/view/wp-slimstat-reports.php:948
4284
  msgid "c-be"
4285
  msgstr "Belgium"
4286
 
4287
  # Belize
4288
- #: ../../admin/view/wp-slimstat-reports.php:948
4289
  msgid "c-bz"
4290
  msgstr "Belize"
4291
 
4292
  # Benin
4293
- #: ../../admin/view/wp-slimstat-reports.php:948
4294
  msgid "c-bj"
4295
  msgstr "Benin"
4296
 
4297
  # Bermuda
4298
- #: ../../admin/view/wp-slimstat-reports.php:948
4299
  msgid "c-bm"
4300
  msgstr "Bermuda"
4301
 
4302
  # Bhutan
4303
- #: ../../admin/view/wp-slimstat-reports.php:948
4304
  msgid "c-bt"
4305
  msgstr "Bhutan"
4306
 
4307
  # Bolivia
4308
- #: ../../admin/view/wp-slimstat-reports.php:948
4309
  msgid "c-bo"
4310
  msgstr "Bolivia"
4311
 
4312
  # Bosnia and Herzegovina
4313
- #: ../../admin/view/wp-slimstat-reports.php:948
4314
  msgid "c-ba"
4315
  msgstr "Bosnia and Herzegovina"
4316
 
4317
  # Botswana
4318
- #: ../../admin/view/wp-slimstat-reports.php:948
4319
  msgid "c-bw"
4320
  msgstr "Botswana"
4321
 
4322
  # Brazil
4323
- #: ../../admin/view/wp-slimstat-reports.php:948
4324
  msgid "c-br"
4325
  msgstr "Brazil"
4326
 
4327
  # Brunei Darussalam
4328
- #: ../../admin/view/wp-slimstat-reports.php:948
4329
  msgid "c-bn"
4330
  msgstr "Brunei Darussalam"
4331
 
4332
  # Bulgaria
4333
- #: ../../admin/view/wp-slimstat-reports.php:948
4334
  msgid "c-bg"
4335
  msgstr "Bulgaria"
4336
 
4337
  # Burkina Faso
4338
- #: ../../admin/view/wp-slimstat-reports.php:948
4339
  msgid "c-bf"
4340
  msgstr "Burkina Faso"
4341
 
4342
  # Burundi
4343
- #: ../../admin/view/wp-slimstat-reports.php:948
4344
  msgid "c-bi"
4345
  msgstr "Burundi"
4346
 
4347
  # Cambodia
4348
- #: ../../admin/view/wp-slimstat-reports.php:948
4349
  msgid "c-kh"
4350
  msgstr "Cambodia"
4351
 
4352
  # Cameroon
4353
- #: ../../admin/view/wp-slimstat-reports.php:948
4354
  msgid "c-cm"
4355
  msgstr "Cameroon"
4356
 
4357
  # Canada
4358
- #: ../../admin/view/wp-slimstat-reports.php:948
4359
  msgid "c-ca"
4360
  msgstr "Canada"
4361
 
4362
  # Cape Verde
4363
- #: ../../admin/view/wp-slimstat-reports.php:948
4364
  msgid "c-cv"
4365
  msgstr "Cape Verde"
4366
 
4367
  # Cayman Islands
4368
- #: ../../admin/view/wp-slimstat-reports.php:948
4369
  msgid "c-ky"
4370
  msgstr "Cayman Islands"
4371
 
4372
  # Central African Republic
4373
- #: ../../admin/view/wp-slimstat-reports.php:948
4374
  msgid "c-cf"
4375
  msgstr "Central African Republic"
4376
 
4377
  # Chad
4378
- #: ../../admin/view/wp-slimstat-reports.php:948
4379
  msgid "c-td"
4380
  msgstr "Chad"
4381
 
4382
  # Chile
4383
- #: ../../admin/view/wp-slimstat-reports.php:948
4384
  msgid "c-cl"
4385
  msgstr "Chile"
4386
 
4387
  # China
4388
- #: ../../admin/view/wp-slimstat-reports.php:948
4389
  msgid "c-cn"
4390
  msgstr "China"
4391
 
4392
  # Colombia
4393
- #: ../../admin/view/wp-slimstat-reports.php:948
4394
  msgid "c-co"
4395
  msgstr "Colombia"
4396
 
4397
  # Comoros
4398
- #: ../../admin/view/wp-slimstat-reports.php:948
4399
  msgid "c-km"
4400
  msgstr "Comoros"
4401
 
4402
  # Congo
4403
- #: ../../admin/view/wp-slimstat-reports.php:948
4404
  msgid "c-cg"
4405
  msgstr "Congo"
4406
 
4407
  # The Democratic Republic of the Congo
4408
- #: ../../admin/view/wp-slimstat-reports.php:948
4409
  msgid "c-cd"
4410
  msgstr "The Democratic Republic of the Congo"
4411
 
4412
  # Costa Rica
4413
- #: ../../admin/view/wp-slimstat-reports.php:948
4414
  msgid "c-cr"
4415
  msgstr "Costa Rica"
4416
 
4417
  # Côte d'Ivoire
4418
- #: ../../admin/view/wp-slimstat-reports.php:948
4419
  msgid "c-ci"
4420
  msgstr "Côte d'Ivoire"
4421
 
4422
  # Croatia
4423
- #: ../../admin/view/wp-slimstat-reports.php:948
4424
  msgid "c-hr"
4425
  msgstr "Croatia"
4426
 
4427
  # Cuba
4428
- #: ../../admin/view/wp-slimstat-reports.php:948
4429
  msgid "c-cu"
4430
  msgstr "Cuba"
4431
 
4432
  # Cyprus
4433
- #: ../../admin/view/wp-slimstat-reports.php:948
4434
  msgid "c-cy"
4435
  msgstr "Cyprus"
4436
 
4437
  # Czech Republic
4438
- #: ../../admin/view/wp-slimstat-reports.php:948
4439
  msgid "c-cz"
4440
  msgstr "Czech Republic"
4441
 
4442
  # Denmark
4443
- #: ../../admin/view/wp-slimstat-reports.php:948
4444
  msgid "c-dk"
4445
  msgstr "Denmark"
4446
 
4447
  # Djibouti
4448
- #: ../../admin/view/wp-slimstat-reports.php:948
4449
  msgid "c-dj"
4450
  msgstr "Djibouti"
4451
 
4452
  # Dominica
4453
- #: ../../admin/view/wp-slimstat-reports.php:948
4454
  msgid "c-dm"
4455
  msgstr "Dominica"
4456
 
4457
  # Dominican Republic
4458
- #: ../../admin/view/wp-slimstat-reports.php:948
4459
  msgid "c-do"
4460
  msgstr "Dominican Republic"
4461
 
4462
  # Ecuador
4463
- #: ../../admin/view/wp-slimstat-reports.php:948
4464
  msgid "c-ec"
4465
  msgstr "Ecuador"
4466
 
4467
  # Egypt
4468
- #: ../../admin/view/wp-slimstat-reports.php:948
4469
  msgid "c-eg"
4470
  msgstr "Egypt"
4471
 
4472
  # El Salvador
4473
- #: ../../admin/view/wp-slimstat-reports.php:948
4474
  msgid "c-sv"
4475
  msgstr "El Salvador"
4476
 
4477
  # Equatorial Guinea
4478
- #: ../../admin/view/wp-slimstat-reports.php:948
4479
  msgid "c-gq"
4480
  msgstr "Equatorial Guinea"
4481
 
4482
  # Eritrea
4483
- #: ../../admin/view/wp-slimstat-reports.php:948
4484
  msgid "c-er"
4485
  msgstr "Eritrea"
4486
 
4487
  # Estonia
4488
- #: ../../admin/view/wp-slimstat-reports.php:948
4489
  msgid "c-ee"
4490
  msgstr "Estonia"
4491
 
4492
  # Ethiopia
4493
- #: ../../admin/view/wp-slimstat-reports.php:948
4494
  msgid "c-et"
4495
  msgstr "Ethiopia"
4496
 
4497
  # Faroe Islands
4498
- #: ../../admin/view/wp-slimstat-reports.php:948
4499
  msgid "c-fo"
4500
  msgstr "Faroe Islands"
4501
 
4502
  # Falkland Islands (Malvinas)
4503
- #: ../../admin/view/wp-slimstat-reports.php:948
4504
  msgid "c-fk"
4505
  msgstr "Falkland Islands (Malvinas)"
4506
 
4507
  # Fiji
4508
- #: ../../admin/view/wp-slimstat-reports.php:948
4509
  msgid "c-fj"
4510
  msgstr "Fiji"
4511
 
4512
  # Finland
4513
- #: ../../admin/view/wp-slimstat-reports.php:948
4514
  msgid "c-fi"
4515
  msgstr "Finland"
4516
 
4517
  # France
4518
- #: ../../admin/view/wp-slimstat-reports.php:948
4519
  msgid "c-fr"
4520
  msgstr "France"
4521
 
4522
  # French Guiana
4523
- #: ../../admin/view/wp-slimstat-reports.php:948
4524
  msgid "c-gf"
4525
  msgstr "French Guiana"
4526
 
4527
  # Gabon
4528
- #: ../../admin/view/wp-slimstat-reports.php:948
4529
  msgid "c-ga"
4530
  msgstr "Gabon"
4531
 
4532
  # Gambia
4533
- #: ../../admin/view/wp-slimstat-reports.php:948
4534
  msgid "c-gm"
4535
  msgstr "Gambia"
4536
 
4537
  # Georgia
4538
- #: ../../admin/view/wp-slimstat-reports.php:948
4539
  msgid "c-ge"
4540
  msgstr "Georgia"
4541
 
4542
  # Germany
4543
- #: ../../admin/view/wp-slimstat-reports.php:948
4544
  msgid "c-de"
4545
  msgstr "Germany"
4546
 
4547
  # Ghana
4548
- #: ../../admin/view/wp-slimstat-reports.php:948
4549
  msgid "c-gh"
4550
  msgstr "Ghana"
4551
 
4552
  # Greece
4553
- #: ../../admin/view/wp-slimstat-reports.php:948
4554
  msgid "c-gr"
4555
  msgstr "Greece"
4556
 
4557
  # Greenland
4558
- #: ../../admin/view/wp-slimstat-reports.php:948
4559
  msgid "c-gl"
4560
  msgstr "Greenland"
4561
 
4562
  # Grenada
4563
- #: ../../admin/view/wp-slimstat-reports.php:948
4564
  msgid "c-gd"
4565
  msgstr "Grenada"
4566
 
4567
  # Guadeloupe
4568
- #: ../../admin/view/wp-slimstat-reports.php:948
4569
  msgid "c-gp"
4570
  msgstr "Guadeloupe"
4571
 
4572
  # Guatemala
4573
- #: ../../admin/view/wp-slimstat-reports.php:948
4574
  msgid "c-gt"
4575
  msgstr "Guatemala"
4576
 
4577
  # Guinea
4578
- #: ../../admin/view/wp-slimstat-reports.php:948
4579
  msgid "c-gn"
4580
  msgstr "Guinea"
4581
 
4582
  # Guinea-Bissau
4583
- #: ../../admin/view/wp-slimstat-reports.php:948
4584
  msgid "c-gw"
4585
  msgstr "Guinea-Bissau"
4586
 
4587
  # Guyana
4588
- #: ../../admin/view/wp-slimstat-reports.php:948
4589
  msgid "c-gy"
4590
  msgstr "Guyana"
4591
 
4592
  # Haiti
4593
- #: ../../admin/view/wp-slimstat-reports.php:948
4594
  msgid "c-ht"
4595
  msgstr "Haiti"
4596
 
4597
  # Honduras
4598
- #: ../../admin/view/wp-slimstat-reports.php:948
4599
  msgid "c-hn"
4600
  msgstr "Honduras"
4601
 
4602
  # Hong Kong
4603
- #: ../../admin/view/wp-slimstat-reports.php:948
4604
  msgid "c-hk"
4605
  msgstr "Hong Kong"
4606
 
4607
  # Hungary
4608
- #: ../../admin/view/wp-slimstat-reports.php:948
4609
  msgid "c-hu"
4610
  msgstr "Hungary"
4611
 
4612
  # Iceland
4613
- #: ../../admin/view/wp-slimstat-reports.php:948
4614
  msgid "c-is"
4615
  msgstr "Iceland"
4616
 
4617
  # India
4618
- #: ../../admin/view/wp-slimstat-reports.php:948
4619
  msgid "c-in"
4620
  msgstr "India"
4621
 
4622
  # Indonesia
4623
- #: ../../admin/view/wp-slimstat-reports.php:948
4624
  msgid "c-id"
4625
  msgstr "Indonesia"
4626
 
4627
  # Islamic Republic of Iran
4628
- #: ../../admin/view/wp-slimstat-reports.php:948
4629
  msgid "c-ir"
4630
  msgstr "Islamic Republic of Iran"
4631
 
4632
  # Iraq
4633
- #: ../../admin/view/wp-slimstat-reports.php:948
4634
  msgid "c-iq"
4635
  msgstr "Iraq"
4636
 
4637
  # Ireland
4638
- #: ../../admin/view/wp-slimstat-reports.php:948
4639
  msgid "c-ie"
4640
  msgstr "Ireland"
4641
 
4642
  # Israel
4643
- #: ../../admin/view/wp-slimstat-reports.php:948
4644
  msgid "c-il"
4645
  msgstr "Israel"
4646
 
4647
  # Italy
4648
- #: ../../admin/view/wp-slimstat-reports.php:948
4649
  msgid "c-it"
4650
  msgstr "Italy"
4651
 
4652
  # Jamaica
4653
- #: ../../admin/view/wp-slimstat-reports.php:948
4654
  msgid "c-jm"
4655
  msgstr "Jamaica"
4656
 
4657
  # Japan
4658
- #: ../../admin/view/wp-slimstat-reports.php:948
4659
  msgid "c-jp"
4660
  msgstr "Japan"
4661
 
4662
  # Jordan
4663
- #: ../../admin/view/wp-slimstat-reports.php:948
4664
  msgid "c-jo"
4665
  msgstr "Jordan"
4666
 
4667
  # Kazakhstan
4668
- #: ../../admin/view/wp-slimstat-reports.php:948
4669
  msgid "c-kz"
4670
  msgstr "Kazakhstan"
4671
 
4672
  # Kenya
4673
- #: ../../admin/view/wp-slimstat-reports.php:948
4674
  msgid "c-ke"
4675
  msgstr "Kenya"
4676
 
4677
  # Nauru
4678
- #: ../../admin/view/wp-slimstat-reports.php:948
4679
  msgid "c-nr"
4680
  msgstr "Nauru"
4681
 
4682
  # Democratic People's Republic of Korea
4683
- #: ../../admin/view/wp-slimstat-reports.php:948
4684
  msgid "c-kp"
4685
  msgstr "Democratic People's Republic of Korea"
4686
 
4687
  # Republic of Korea
4688
- #: ../../admin/view/wp-slimstat-reports.php:948
4689
  msgid "c-kr"
4690
  msgstr "Republic of Korea"
4691
 
4692
- #: ../../admin/view/wp-slimstat-reports.php:948
4693
  msgid "c-kv"
4694
  msgstr "c-kv"
4695
 
4696
  # Kuwait
4697
- #: ../../admin/view/wp-slimstat-reports.php:948
4698
  msgid "c-kw"
4699
  msgstr "Kuwait"
4700
 
4701
  # Kyrgyzstan
4702
- #: ../../admin/view/wp-slimstat-reports.php:948
4703
  msgid "c-kg"
4704
  msgstr "Kyrgyzstan"
4705
 
4706
  # Lao People's Democratic Republic
4707
- #: ../../admin/view/wp-slimstat-reports.php:948
4708
  msgid "c-la"
4709
  msgstr "Lao People's Democratic Republic"
4710
 
4711
  # Latvia
4712
- #: ../../admin/view/wp-slimstat-reports.php:948
4713
  msgid "c-lv"
4714
  msgstr "Latvia"
4715
 
4716
  # Lebanon
4717
- #: ../../admin/view/wp-slimstat-reports.php:948
4718
  msgid "c-lb"
4719
  msgstr "Lebanon"
4720
 
4721
  # Lesotho
4722
- #: ../../admin/view/wp-slimstat-reports.php:948
4723
  msgid "c-ls"
4724
  msgstr "Lesotho"
4725
 
4726
  # Liberia
4727
- #: ../../admin/view/wp-slimstat-reports.php:948
4728
  msgid "c-lr"
4729
  msgstr "Liberia"
4730
 
4731
  # Libyan Arab Jamahiriya
4732
- #: ../../admin/view/wp-slimstat-reports.php:948
4733
  msgid "c-ly"
4734
  msgstr "Libyan Arab Jamahiriya"
4735
 
4736
  # Liechtenstein
4737
- #: ../../admin/view/wp-slimstat-reports.php:948
4738
  msgid "c-li"
4739
  msgstr "Liechtenstein"
4740
 
4741
  # Lithuania
4742
- #: ../../admin/view/wp-slimstat-reports.php:948
4743
  msgid "c-lt"
4744
  msgstr "Lithuania"
4745
 
4746
  # Luxembourg
4747
- #: ../../admin/view/wp-slimstat-reports.php:948
4748
  msgid "c-lu"
4749
  msgstr "Luxembourg"
4750
 
4751
  # The Former Yugoslav Republic of Macedonia
4752
- #: ../../admin/view/wp-slimstat-reports.php:948
4753
  msgid "c-mk"
4754
  msgstr "The Former Yugoslav Republic of Macedonia"
4755
 
4756
  # Madagascar
4757
- #: ../../admin/view/wp-slimstat-reports.php:948
4758
  msgid "c-mg"
4759
  msgstr "Madagascar"
4760
 
4761
  # Malawi
4762
- #: ../../admin/view/wp-slimstat-reports.php:948
4763
  msgid "c-mw"
4764
  msgstr "Malawi"
4765
 
4766
  # Malaysia
4767
- #: ../../admin/view/wp-slimstat-reports.php:948
4768
  msgid "c-my"
4769
  msgstr "Malaysia"
4770
 
4771
  # Mali
4772
- #: ../../admin/view/wp-slimstat-reports.php:948
4773
  msgid "c-ml"
4774
  msgstr "Mali"
4775
 
4776
  # Malta
4777
- #: ../../admin/view/wp-slimstat-reports.php:948
4778
  msgid "c-mt"
4779
  msgstr "Malta"
4780
 
4781
  # Martinique
4782
- #: ../../admin/view/wp-slimstat-reports.php:948
4783
  msgid "c-mq"
4784
  msgstr "Martinique"
4785
 
4786
  # Mauritania
4787
- #: ../../admin/view/wp-slimstat-reports.php:948
4788
  msgid "c-mr"
4789
  msgstr "Mauritania"
4790
 
4791
  # Mauritius
4792
- #: ../../admin/view/wp-slimstat-reports.php:948
4793
  msgid "c-mu"
4794
  msgstr "Mauritius"
4795
 
4796
  # Mexico
4797
- #: ../../admin/view/wp-slimstat-reports.php:948
4798
  msgid "c-mx"
4799
  msgstr "Mexico"
4800
 
4801
  # Moldova
4802
- #: ../../admin/view/wp-slimstat-reports.php:948
4803
  msgid "c-md"
4804
  msgstr "Moldova"
4805
 
4806
  # Mongolia
4807
- #: ../../admin/view/wp-slimstat-reports.php:948
4808
  msgid "c-mn"
4809
  msgstr "Mongolia"
4810
 
4811
  # Montenegro
4812
- #: ../../admin/view/wp-slimstat-reports.php:948
4813
  msgid "c-me"
4814
  msgstr "Montenegro"
4815
 
4816
  # Montserrat
4817
- #: ../../admin/view/wp-slimstat-reports.php:948
4818
  msgid "c-ms"
4819
  msgstr "Montserrat"
4820
 
4821
  # Morocco
4822
- #: ../../admin/view/wp-slimstat-reports.php:948
4823
  msgid "c-ma"
4824
  msgstr "Morocco"
4825
 
4826
  # Mozambique
4827
- #: ../../admin/view/wp-slimstat-reports.php:948
4828
  msgid "c-mz"
4829
  msgstr "Mozambique"
4830
 
4831
  # Myanmar
4832
- #: ../../admin/view/wp-slimstat-reports.php:948
4833
  msgid "c-mm"
4834
  msgstr "Myanmar"
4835
 
4836
  # Namibia
4837
- #: ../../admin/view/wp-slimstat-reports.php:948
4838
  msgid "c-na"
4839
  msgstr "Namibia"
4840
 
4841
  # Nepal
4842
- #: ../../admin/view/wp-slimstat-reports.php:948
4843
  msgid "c-np"
4844
  msgstr "Nepal"
4845
 
4846
  # Netherlands
4847
- #: ../../admin/view/wp-slimstat-reports.php:948
4848
  msgid "c-nl"
4849
  msgstr "Netherlands"
4850
 
4851
  # New Caledonia
4852
- #: ../../admin/view/wp-slimstat-reports.php:948
4853
  msgid "c-nc"
4854
  msgstr "New Caledonia"
4855
 
4856
  # New Zealand
4857
- #: ../../admin/view/wp-slimstat-reports.php:948
4858
  msgid "c-nz"
4859
  msgstr "New Zealand"
4860
 
4861
  # Nicaragua
4862
- #: ../../admin/view/wp-slimstat-reports.php:948
4863
  msgid "c-ni"
4864
  msgstr "Nicaragua"
4865
 
4866
  # Niger
4867
- #: ../../admin/view/wp-slimstat-reports.php:948
4868
  msgid "c-ne"
4869
  msgstr "Niger"
4870
 
4871
  # Nigeria
4872
- #: ../../admin/view/wp-slimstat-reports.php:948
4873
  msgid "c-ng"
4874
  msgstr "Nigeria"
4875
 
4876
  # Norway
4877
- #: ../../admin/view/wp-slimstat-reports.php:948
4878
  msgid "c-no"
4879
  msgstr "Norway"
4880
 
4881
  # Oman
4882
- #: ../../admin/view/wp-slimstat-reports.php:948
4883
  msgid "c-om"
4884
  msgstr "Oman"
4885
 
4886
  # Pakistan
4887
- #: ../../admin/view/wp-slimstat-reports.php:948
4888
  msgid "c-pk"
4889
  msgstr "Pakistan"
4890
 
4891
  # Palau
4892
- #: ../../admin/view/wp-slimstat-reports.php:948
4893
  msgid "c-pw"
4894
  msgstr "Palau"
4895
 
4896
  # Occupied Palestinian Territory
4897
- #: ../../admin/view/wp-slimstat-reports.php:948
4898
  msgid "c-ps"
4899
  msgstr "Occupied Palestinian Territory"
4900
 
4901
  # Panama
4902
- #: ../../admin/view/wp-slimstat-reports.php:948
4903
  msgid "c-pa"
4904
  msgstr "Panama"
4905
 
4906
  # Papua New Guinea
4907
- #: ../../admin/view/wp-slimstat-reports.php:948
4908
  msgid "c-pg"
4909
  msgstr "Papua New Guinea"
4910
 
4911
  # Paraguay
4912
- #: ../../admin/view/wp-slimstat-reports.php:948
4913
  msgid "c-py"
4914
  msgstr "Paraguay"
4915
 
4916
  # Peru
4917
- #: ../../admin/view/wp-slimstat-reports.php:948
4918
  msgid "c-pe"
4919
  msgstr "Peru"
4920
 
4921
  # Philippines
4922
- #: ../../admin/view/wp-slimstat-reports.php:948
4923
  msgid "c-ph"
4924
  msgstr "Philippines"
4925
 
4926
  # Poland
4927
- #: ../../admin/view/wp-slimstat-reports.php:948
4928
  msgid "c-pl"
4929
  msgstr "Poland"
4930
 
4931
  # Portugal
4932
- #: ../../admin/view/wp-slimstat-reports.php:948
4933
  msgid "c-pt"
4934
  msgstr "Portugal"
4935
 
4936
  # Puerto Rico
4937
- #: ../../admin/view/wp-slimstat-reports.php:948
4938
  msgid "c-pr"
4939
  msgstr "Puerto Rico"
4940
 
4941
  # Qatar
4942
- #: ../../admin/view/wp-slimstat-reports.php:948
4943
  msgid "c-qa"
4944
  msgstr "Qatar"
4945
 
4946
  # Réunion
4947
- #: ../../admin/view/wp-slimstat-reports.php:948
4948
  msgid "c-re"
4949
  msgstr "Réunion"
4950
 
4951
  # Romania
4952
- #: ../../admin/view/wp-slimstat-reports.php:948
4953
  msgid "c-ro"
4954
  msgstr "Romania"
4955
 
4956
  # Russian Federation
4957
- #: ../../admin/view/wp-slimstat-reports.php:948
4958
  msgid "c-ru"
4959
  msgstr "Russian Federation"
4960
 
4961
  # Rwanda
4962
- #: ../../admin/view/wp-slimstat-reports.php:948
4963
  msgid "c-rw"
4964
  msgstr "Rwanda"
4965
 
4966
  # Saint Kitts and Nevis
4967
- #: ../../admin/view/wp-slimstat-reports.php:948
4968
  msgid "c-kn"
4969
  msgstr "Saint Kitts and Nevis"
4970
 
4971
  # Saint Lucia
4972
- #: ../../admin/view/wp-slimstat-reports.php:948
4973
  msgid "c-lc"
4974
  msgstr "Saint Lucia"
4975
 
4976
  # Saint Martin
4977
- #: ../../admin/view/wp-slimstat-reports.php:948
4978
  msgid "c-mf"
4979
  msgstr "Saint Martin"
4980
 
4981
  # Saint Vincent and the Grenadines
4982
- #: ../../admin/view/wp-slimstat-reports.php:948
4983
  msgid "c-vc"
4984
  msgstr "Saint Vincent and the Grenadines"
4985
 
4986
  # Samoa
4987
- #: ../../admin/view/wp-slimstat-reports.php:948
4988
  msgid "c-ws"
4989
  msgstr "Samoa"
4990
 
4991
  # Sao Tome and Principe
4992
- #: ../../admin/view/wp-slimstat-reports.php:948
4993
  msgid "c-st"
4994
  msgstr "Sao Tome and Principe"
4995
 
4996
  # Saudi Arabia
4997
- #: ../../admin/view/wp-slimstat-reports.php:948
4998
  msgid "c-sa"
4999
  msgstr "Saudi Arabia"
5000
 
5001
  # Senegal
5002
- #: ../../admin/view/wp-slimstat-reports.php:948
5003
  msgid "c-sn"
5004
  msgstr "Senegal"
5005
 
5006
  # Serbia
5007
- #: ../../admin/view/wp-slimstat-reports.php:948
5008
  msgid "c-rs"
5009
  msgstr "Serbia"
5010
 
5011
  # Sierra Leone
5012
- #: ../../admin/view/wp-slimstat-reports.php:948
5013
  msgid "c-sl"
5014
  msgstr "Sierra Leone"
5015
 
5016
  # Singapore
5017
- #: ../../admin/view/wp-slimstat-reports.php:948
5018
  msgid "c-sg"
5019
  msgstr "Singapore"
5020
 
5021
  # Slovakia
5022
- #: ../../admin/view/wp-slimstat-reports.php:948
5023
  msgid "c-sk"
5024
  msgstr "Slovakia"
5025
 
5026
  # Slovenia
5027
- #: ../../admin/view/wp-slimstat-reports.php:948
5028
  msgid "c-si"
5029
  msgstr "Slovenia"
5030
 
5031
  # Solomon Islands
5032
- #: ../../admin/view/wp-slimstat-reports.php:948
5033
  msgid "c-sb"
5034
  msgstr "Solomon Islands"
5035
 
5036
  # Somalia
5037
- #: ../../admin/view/wp-slimstat-reports.php:948
5038
  msgid "c-so"
5039
  msgstr "Somalia"
5040
 
5041
  # South Africa
5042
- #: ../../admin/view/wp-slimstat-reports.php:948
5043
  msgid "c-za"
5044
  msgstr "South Africa"
5045
 
5046
  # South Georgia and the South Sandwich Islands
5047
- #: ../../admin/view/wp-slimstat-reports.php:948
5048
  msgid "c-gs"
5049
  msgstr "South Georgia and the South Sandwich Islands"
5050
 
5051
  # Spain
5052
- #: ../../admin/view/wp-slimstat-reports.php:948
5053
  msgid "c-es"
5054
  msgstr "Spain"
5055
 
5056
  # Sri Lanka
5057
- #: ../../admin/view/wp-slimstat-reports.php:948
5058
  msgid "c-lk"
5059
  msgstr "Sri Lanka"
5060
 
5061
  # Seychelles
5062
- #: ../../admin/view/wp-slimstat-reports.php:948
5063
  msgid "c-sc"
5064
  msgstr "Seychelles"
5065
 
5066
  # Sudan
5067
- #: ../../admin/view/wp-slimstat-reports.php:948
5068
  msgid "c-sd"
5069
  msgstr "Sudan"
5070
 
5071
- #: ../../admin/view/wp-slimstat-reports.php:948
5072
  msgid "c-ss"
5073
  msgstr "c-ss"
5074
 
5075
  # Suriname
5076
- #: ../../admin/view/wp-slimstat-reports.php:948
5077
  msgid "c-sr"
5078
  msgstr "Suriname"
5079
 
5080
  # Svalbard and Jan Mayen
5081
- #: ../../admin/view/wp-slimstat-reports.php:948
5082
  msgid "c-sj"
5083
  msgstr "Svalbard and Jan Mayen"
5084
 
5085
  # Swaziland
5086
- #: ../../admin/view/wp-slimstat-reports.php:948
5087
  msgid "c-sz"
5088
  msgstr "Swaziland"
5089
 
5090
  # Sweden
5091
- #: ../../admin/view/wp-slimstat-reports.php:948
5092
  msgid "c-se"
5093
  msgstr "Sweden"
5094
 
5095
  # Switzerland
5096
- #: ../../admin/view/wp-slimstat-reports.php:948
5097
  msgid "c-ch"
5098
  msgstr "Switzerland"
5099
 
5100
  # Syrian Arab Republic
5101
- #: ../../admin/view/wp-slimstat-reports.php:948
5102
  msgid "c-sy"
5103
  msgstr "Syrian Arab Republic"
5104
 
5105
  # Taiwan, Province of China
5106
- #: ../../admin/view/wp-slimstat-reports.php:948
5107
  msgid "c-tw"
5108
  msgstr "Taiwan, Province of China"
5109
 
5110
  # Tajikistan
5111
- #: ../../admin/view/wp-slimstat-reports.php:948
5112
  msgid "c-tj"
5113
  msgstr "Tajikistan"
5114
 
5115
  # United Republic of Tanzania
5116
- #: ../../admin/view/wp-slimstat-reports.php:948
5117
  msgid "c-tz"
5118
  msgstr "United Republic of Tanzania"
5119
 
5120
  # Thailand
5121
- #: ../../admin/view/wp-slimstat-reports.php:948
5122
  msgid "c-th"
5123
  msgstr "Thailand"
5124
 
5125
  # Timor-Leste
5126
- #: ../../admin/view/wp-slimstat-reports.php:948
5127
  msgid "c-tl"
5128
  msgstr "Timor-Leste"
5129
 
5130
  # Togo
5131
- #: ../../admin/view/wp-slimstat-reports.php:948
5132
  msgid "c-tg"
5133
  msgstr "Togo"
5134
 
5135
  # Tonga
5136
- #: ../../admin/view/wp-slimstat-reports.php:948
5137
  msgid "c-to"
5138
  msgstr "Tonga"
5139
 
5140
  # Trinidad and Tobago
5141
- #: ../../admin/view/wp-slimstat-reports.php:948
5142
  msgid "c-tt"
5143
  msgstr "Trinidad and Tobago"
5144
 
5145
  # Tunisia
5146
- #: ../../admin/view/wp-slimstat-reports.php:948
5147
  msgid "c-tn"
5148
  msgstr "Tunisia"
5149
 
5150
  # Turkey
5151
- #: ../../admin/view/wp-slimstat-reports.php:948
5152
  msgid "c-tr"
5153
  msgstr "Turkey"
5154
 
5155
  # Turkmenistan
5156
- #: ../../admin/view/wp-slimstat-reports.php:948
5157
  msgid "c-tm"
5158
  msgstr "Turkmenistan"
5159
 
5160
  # Turks and Caicos Islands
5161
- #: ../../admin/view/wp-slimstat-reports.php:948
5162
  msgid "c-tc"
5163
  msgstr "Turks and Caicos Islands"
5164
 
5165
  # Uganda
5166
- #: ../../admin/view/wp-slimstat-reports.php:948
5167
  msgid "c-ug"
5168
  msgstr "Uganda"
5169
 
5170
  # Ukraine
5171
- #: ../../admin/view/wp-slimstat-reports.php:948
5172
  msgid "c-ua"
5173
  msgstr "Ukraine"
5174
 
5175
  # United Arab Emirates
5176
- #: ../../admin/view/wp-slimstat-reports.php:948
5177
  msgid "c-ae"
5178
  msgstr "United Arab Emirates"
5179
 
5180
  # United Kingdom
5181
- #: ../../admin/view/wp-slimstat-reports.php:948
5182
  msgid "c-gb"
5183
  msgstr "United Kingdom"
5184
 
5185
  # United States
5186
- #: ../../admin/view/wp-slimstat-reports.php:948
5187
  msgid "c-us"
5188
  msgstr "United States"
5189
 
5190
  # Uruguay
5191
- #: ../../admin/view/wp-slimstat-reports.php:948
5192
  msgid "c-uy"
5193
  msgstr "Uruguay"
5194
 
5195
  # Uzbekistan
5196
- #: ../../admin/view/wp-slimstat-reports.php:948
5197
  msgid "c-uz"
5198
  msgstr "Uzbekistan"
5199
 
5200
  # Vanuatu
5201
- #: ../../admin/view/wp-slimstat-reports.php:948
5202
  msgid "c-vu"
5203
  msgstr "Vanuatu"
5204
 
5205
  # Venezuela
5206
- #: ../../admin/view/wp-slimstat-reports.php:948
5207
  msgid "c-ve"
5208
  msgstr "Venezuela"
5209
 
5210
  # Viet Nam
5211
- #: ../../admin/view/wp-slimstat-reports.php:948
5212
  msgid "c-vn"
5213
  msgstr "Viet Nam"
5214
 
5215
  # British Virgin Islands
5216
- #: ../../admin/view/wp-slimstat-reports.php:948
5217
  msgid "c-vg"
5218
  msgstr "British Virgin Islands"
5219
 
5220
  # U.S. Virgin Islands
5221
- #: ../../admin/view/wp-slimstat-reports.php:948
5222
  msgid "c-vi"
5223
  msgstr "U.S. Virgin Islands"
5224
 
5225
  # Western Sahara
5226
- #: ../../admin/view/wp-slimstat-reports.php:948
5227
  msgid "c-eh"
5228
  msgstr "Western Sahara"
5229
 
5230
  # Yemen
5231
- #: ../../admin/view/wp-slimstat-reports.php:948
5232
  msgid "c-ye"
5233
  msgstr "Yemen"
5234
 
5235
  # Zambia
5236
- #: ../../admin/view/wp-slimstat-reports.php:948
5237
  msgid "c-zm"
5238
  msgstr "Zambia"
5239
 
5240
  # Zimbabwe
5241
- #: ../../admin/view/wp-slimstat-reports.php:948
5242
  msgid "c-zw"
5243
  msgstr "Zimbabwe"
5244
 
5245
  # Guernsey
5246
- #: ../../admin/view/wp-slimstat-reports.php:948
5247
  msgid "c-gg"
5248
  msgstr "Guernsey"
5249
 
5250
  # Jersey
5251
- #: ../../admin/view/wp-slimstat-reports.php:948
5252
  msgid "c-je"
5253
  msgstr "Jersey"
5254
 
5255
  # Isle of Man
5256
- #: ../../admin/view/wp-slimstat-reports.php:948
5257
  msgid "c-im"
5258
  msgstr "Isle of Man"
5259
 
5260
  # Maldives
5261
- #: ../../admin/view/wp-slimstat-reports.php:948
5262
  msgid "c-mv"
5263
  msgstr "Maldives"
5264
 
5265
  # European Union
5266
- #: ../../admin/view/wp-slimstat-reports.php:949
5267
  msgid "c-eu"
5268
  msgstr "European Union"
5269
 
5270
- #: ../../admin/view/wp-slimstat-reports.php:1038
5271
  msgid ""
5272
  "This value includes not only posts, but also custom post types, regardless "
5273
  "of their status"
@@ -5275,53 +5299,93 @@ msgstr ""
5275
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
5276
  "personalizados, sin importar su estado"
5277
 
5278
- #: ../../admin/view/wp-slimstat-reports.php:1039
5279
  #, fuzzy
5280
  msgid "Content Items"
5281
  msgstr "Contenido"
5282
 
5283
- #: ../../admin/view/wp-slimstat-reports.php:1040
5284
  #, fuzzy
5285
  msgid "Total Comments"
5286
  msgstr "Total de Accesos"
5287
 
5288
- #: ../../admin/view/wp-slimstat-reports.php:1041
5289
  msgid "Pingbacks"
5290
  msgstr "Pingbacks"
5291
 
5292
- #: ../../admin/view/wp-slimstat-reports.php:1042
5293
  msgid "Trackbacks"
5294
  msgstr "Trackbacks"
5295
 
5296
- #: ../../admin/view/wp-slimstat-reports.php:1043
5297
- #, fuzzy
5298
- msgid "Longest Post (ID)"
5299
- msgstr "Visita más larga"
5300
-
5301
- #: ../../admin/view/wp-slimstat-reports.php:1044
5302
- msgid "Longest Comment (ID)"
5303
- msgstr "Comenntario más largo (ID)"
5304
-
5305
- #: ../../admin/view/wp-slimstat-reports.php:1045
5306
  msgid "Avg Comments Per Post"
5307
  msgstr "Promedio de Comentarios por Publicación"
5308
 
5309
- #: ../../admin/view/wp-slimstat-reports.php:1046
5310
  msgid "Avg Posts Per Day"
5311
  msgstr "Promedio de Publicaciones por Día"
5312
 
5313
- #: ../../admin/view/wp-slimstat-reports.php:1073
 
 
 
 
 
 
 
 
 
5314
  msgid "Visits"
5315
  msgstr "Visitas"
5316
 
5317
- #: ../../admin/view/wp-slimstat-reports.php:1077
5318
  msgid "Domains"
5319
  msgstr "Dominios"
5320
 
5321
- #: ../../admin/view/wp-slimstat-reports.php:1082
5322
  msgid "Avg Pageviews"
5323
  msgstr "Promedio Paginas Visitadas"
5324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5325
  #~ msgid ""
5326
  #~ "WARNING: a misconfigured setting and/or server environment is preventing "
5327
  #~ "WP SlimStat from properly tracking your visitors. Please <a target="
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-13 14:07-0500\n"
6
+ "PO-Revision-Date: 2014-10-13 14:07-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
16
  "X-Generator: Poedit 1.6.3\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
20
+ #: ../../admin/view/wp-slimstat-reports.php:34
21
+ msgid "Real-Time Log"
22
+ msgstr ""
23
 
24
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
25
+ #: ../../admin/wp-slimstat-admin.php:509
26
+ #: ../../admin/view/wp-slimstat-reports.php:35
27
  msgid "Overview"
28
  msgstr "Visión general"
29
 
30
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
31
+ #: ../../admin/wp-slimstat-admin.php:510
32
+ #: ../../admin/view/wp-slimstat-reports.php:36
33
+ msgid "Audience"
34
+ msgstr ""
35
 
36
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
37
+ #: ../../admin/wp-slimstat-admin.php:511
38
+ #: ../../admin/view/wp-slimstat-reports.php:37
39
+ msgid "Site Analysis"
40
+ msgstr ""
41
 
42
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
43
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
44
+ #: ../../admin/view/wp-slimstat-reports.php:38
45
  msgid "Traffic Sources"
46
  msgstr "Origen del Tráfico"
47
 
48
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
49
+ #: ../../admin/wp-slimstat-admin.php:513
50
+ #: ../../admin/view/wp-slimstat-reports.php:39
51
+ msgid "Map Overlay"
52
+ msgstr ""
53
 
54
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
55
+ #: ../../admin/wp-slimstat-admin.php:514
56
+ #: ../../admin/view/wp-slimstat-reports.php:40
57
  msgid "Custom Reports"
58
  msgstr "Informes Personalizados"
59
 
60
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
61
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
62
+ #: ../../admin/config/index.php:9
63
  msgid "Add-ons"
64
  msgstr "Añadidos"
65
 
66
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
67
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
68
+ #: ../../admin/config/index.php:138
69
  #, fuzzy
70
  msgid "Settings"
71
  msgstr "Seleccionar orden"
72
 
73
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
74
+ #: ../../admin/wp-slimstat-admin.php:505
75
  #, fuzzy
76
  msgid "SlimStat"
77
  msgstr "Acerca de WP-SlimStat"
78
 
79
+ #: ../../admin/wp-slimstat-admin.php:586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  msgid "Pageviews in the last 365 days"
81
  msgstr "Visitas a la página en los últimos 365 días"
82
 
83
+ #: ../../admin/wp-slimstat-admin.php:614
84
  msgid "Show on screen"
85
  msgstr "Mostrar en pantalla"
86
 
87
+ #: ../../admin/wp-slimstat-admin.php:642
88
  msgid "Hide this notice"
89
  msgstr "Esconder esta notificación"
90
 
91
+ #: ../../admin/wp-slimstat-admin.php:679
92
  msgid "There was an error updating the following options:"
93
  msgstr "Hubo un error al actualizar las siguientes opciones:"
94
 
95
+ #: ../../admin/wp-slimstat-admin.php:682
96
  #, fuzzy
97
  msgid "Your changes have been saved."
98
  msgstr "Sus ajustes se han actualizado correctamente."
99
 
100
+ #: ../../admin/wp-slimstat-admin.php:705
101
  msgid "Save Changes"
102
  msgstr "Guardar los cambios"
103
 
104
+ #: ../../admin/wp-slimstat-admin.php:729
105
  msgid "Yes"
106
  msgstr "Si"
107
 
108
+ #: ../../admin/wp-slimstat-admin.php:730
109
+ #: ../../admin/view/wp-slimstat-reports.php:779
110
  msgid "No"
111
  msgstr "No"
112
 
113
+ #: ../../admin/wp-slimstat-admin.php:731
114
+ msgid "Site Specific"
115
+ msgstr ""
116
+
117
+ #: ../../admin/wp-slimstat-admin.php:791
118
  msgid "Definitions"
119
  msgstr "Definiciones"
120
 
121
+ #: ../../admin/wp-slimstat-admin.php:794
122
  #, fuzzy
123
  msgid "Pageview"
124
  msgstr "Paginas visitadas"
125
 
126
+ #: ../../admin/wp-slimstat-admin.php:794
127
  #, fuzzy
128
  msgid ""
129
  "A request to load a single HTML file (\"page\"). This should be contrasted "
135
  "archivo desde un servidor web. WP SLIMStat registra una visita de página "
136
  "cada vez que el código de seguimiento se ejecuta"
137
 
138
+ #: ../../admin/wp-slimstat-admin.php:795
139
  #, fuzzy
140
  msgid "(Human) Visit"
141
  msgstr "Visitas humanas"
142
 
143
+ #: ../../admin/wp-slimstat-admin.php:795
144
  msgid ""
145
  "A period of interaction between a visitor's browser and your website, ending "
146
  "when the browser is closed or when the user has been inactive on that site "
150
  "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
151
  "en ese sitio durante 30 minutos"
152
 
153
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
154
+ #: ../../admin/view/right-now.php:21
155
  #, fuzzy
156
  msgid "Known Visitor"
157
  msgstr "Palabras clave recientes"
158
 
159
+ #: ../../admin/wp-slimstat-admin.php:796
160
  msgid ""
161
  "Any user who has left a comment on your blog, and is thus identified by "
162
  "Wordpress as a returning visitor"
164
  "Todo usuario que haya dejado un comentario en su blog, por lo que es "
165
  "identificado por Wordpress como un visitante que regresó"
166
 
167
+ #: ../../admin/wp-slimstat-admin.php:797
168
  #, fuzzy
169
  msgid "Unique IP"
170
  msgstr "IPs Unicas"
171
 
172
+ #: ../../admin/wp-slimstat-admin.php:797
173
  msgid ""
174
  "Used to differentiate between multiple requests to download a file from one "
175
  "internet address (IP) and requests originating from many distinct addresses; "
182
  "dirección de Internet de donde vino una visita de página, es útil, pero no "
183
  "es perfecta"
184
 
185
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
186
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
187
  msgid "Originating IP"
188
  msgstr "IP de Origen"
189
 
190
+ #: ../../admin/wp-slimstat-admin.php:798
191
  msgid ""
192
  "the originating IP address of a client connecting to a web server through an "
193
  "HTTP proxy or load balancer"
195
  "dirección IP de origen de un cliente que se conecta a un servidor web a "
196
  "través de un proxy HTTP o equilibrador de carga"
197
 
198
+ #: ../../admin/wp-slimstat-admin.php:799
199
  #, fuzzy
200
  msgid "Direct Traffic"
201
  msgstr "Visita Directa"
202
 
203
+ #: ../../admin/wp-slimstat-admin.php:799
204
  msgid ""
205
  "All those people showing up to your Web site by typing in the URL of your "
206
  "Web site coming or from a bookmark; some people also call this \"default "
210
  "URL de su sitio web o que vienen de un favorito, algunas personas también "
211
  "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
212
 
213
+ #: ../../admin/wp-slimstat-admin.php:800
214
  #, fuzzy
215
  msgid "Search Engine"
216
  msgstr "Motores de Búsqueda"
217
 
218
+ #: ../../admin/wp-slimstat-admin.php:800
219
  msgid ""
220
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
221
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
223
  "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
224
  "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
225
 
226
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
227
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
228
  #, fuzzy
229
  msgid "Search Terms"
230
  msgstr "Principales Recursos"
231
 
232
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
233
  msgid "Keywords used by your visitors to find your website on a search engine"
234
  msgstr ""
235
  "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
236
  "en un buscador"
237
 
238
+ #: ../../admin/wp-slimstat-admin.php:802
239
  msgid "SERP"
240
  msgstr "SERP"
241
 
242
+ #: ../../admin/wp-slimstat-admin.php:802
243
  msgid ""
244
  "Short for search engine results page, the Web page that a search engine "
245
  "returns with the results of its search. The value shown represents your rank "
250
  "que se muestra representa su rango (o posición) dentro de esa lista de los "
251
  "resultados"
252
 
253
+ #: ../../admin/wp-slimstat-admin.php:803
254
  #: ../../admin/view/wp-slimstat-db.php:57
255
  #, fuzzy
256
  msgid "User Agent"
257
  msgstr "Buscadores"
258
 
259
+ #: ../../admin/wp-slimstat-admin.php:803
260
  msgid ""
261
  "Any program used for accessing a website; this includes browsers, robots, "
262
  "spiders and any other program that was used to retrieve information from the "
266
  "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
267
  "recuperar información del sitio"
268
 
269
+ #: ../../admin/wp-slimstat-admin.php:804
270
+ #: ../../admin/view/wp-slimstat-db.php:62
271
  #, fuzzy
272
  msgid "Outbound Link"
273
  msgstr "Enlaces Salientes Recientes"
274
 
275
+ #: ../../admin/wp-slimstat-admin.php:804
276
  msgid ""
277
  "A link from one domain to another is said to be outbound from its source "
278
  "anchor and inbound to its target. This report lists all the links to other "
282
  "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
283
  "enlaces a otros sitios web, seguidos por sus visitantes."
284
 
285
+ #: ../../admin/wp-slimstat-admin.php:811
286
  msgid "Basic Filters"
287
  msgstr "Filtros básicos"
288
 
289
+ #: ../../admin/wp-slimstat-admin.php:814
290
+ #: ../../admin/view/wp-slimstat-db.php:41
291
  msgid "Browser"
292
  msgstr "Navegador"
293
 
294
+ #: ../../admin/wp-slimstat-admin.php:814
295
  msgid "User agent (Firefox, Chrome, ...)"
296
  msgstr "Agente usuario(Firefox, Chrome, ...)"
297
 
298
+ #: ../../admin/wp-slimstat-admin.php:815
299
+ #: ../../admin/view/wp-slimstat-db.php:42
300
+ #: ../../admin/view/wp-slimstat-reports.php:490
301
  msgid "Country Code"
302
  msgstr "Código de Pais"
303
 
304
+ #: ../../admin/wp-slimstat-admin.php:815
305
  msgid "2-letter code (us, ru, de, it, ...)"
306
  msgstr "código de 2 letras (eu, ru, de, it, ...)"
307
 
308
+ #: ../../admin/wp-slimstat-admin.php:816
309
  msgid "IP"
310
  msgstr "IP"
311
 
312
+ #: ../../admin/wp-slimstat-admin.php:816
313
  msgid "Visitor's public IP address"
314
  msgstr "Dirección IP pública del visitante"
315
 
316
+ #: ../../admin/wp-slimstat-admin.php:818
317
+ #: ../../admin/view/wp-slimstat-db.php:45
318
+ #: ../../admin/view/wp-slimstat-reports.php:502
319
  msgid "Language Code"
320
  msgstr "Código de Idioma"
321
 
322
+ #: ../../admin/wp-slimstat-admin.php:818
323
  msgid ""
324
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
325
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
329
  "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
330
  "(primera columna) para más información"
331
 
332
+ #: ../../admin/wp-slimstat-admin.php:819
333
+ #: ../../admin/view/wp-slimstat-db.php:46
334
  msgid "Operating System"
335
  msgstr "Sistema Operativo"
336
 
337
+ #: ../../admin/wp-slimstat-admin.php:819
338
  msgid ""
339
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
340
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
344
  "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
345
  "\">esta página del manual</a> para obtener más información"
346
 
347
+ #: ../../admin/wp-slimstat-admin.php:820
348
+ #: ../../admin/view/wp-slimstat-db.php:47
349
  msgid "Permalink"
350
  msgstr "Enlace Permanente"
351
 
352
+ #: ../../admin/wp-slimstat-admin.php:820
353
  msgid "URL accessed on your site"
354
  msgstr "URL visitada en su sitio"
355
 
356
+ #: ../../admin/wp-slimstat-admin.php:821
357
+ #: ../../admin/view/wp-slimstat-db.php:49
358
  msgid "Referer"
359
  msgstr "Referido"
360
 
361
+ #: ../../admin/wp-slimstat-admin.php:821
362
  msgid "Complete address of the referrer page"
363
  msgstr "Dirección completa de la página que refiere"
364
 
365
+ #: ../../admin/wp-slimstat-admin.php:822
366
+ #: ../../admin/view/wp-slimstat-db.php:50
367
  #, fuzzy
368
  msgid "Visitor's Name"
369
  msgstr "Visitantes"
370
 
371
+ #: ../../admin/wp-slimstat-admin.php:822
372
  msgid ""
373
  "Visitors' names according to the cookie set by Wordpress after they leave a "
374
  "comment"
376
  "Nombres de visitantes según la cookie establecida por Wordpress después de "
377
  "dejar un comentario"
378
 
379
+ #: ../../admin/wp-slimstat-admin.php:830
380
  msgid "Advanced Filters"
381
  msgstr "Filtros avanzados"
382
 
383
+ #: ../../admin/wp-slimstat-admin.php:833
384
  #: ../../admin/view/wp-slimstat-db.php:55
385
  #, fuzzy
386
  msgid "Browser Version"
387
  msgstr "Versión del Navegador"
388
 
389
+ #: ../../admin/wp-slimstat-admin.php:833
390
  msgid "user agent version (9.0, 11, ...)"
391
  msgstr "versión del agente de usuario (9,0, 11, ...)"
392
 
393
+ #: ../../admin/wp-slimstat-admin.php:834
394
  #: ../../admin/view/wp-slimstat-db.php:56
395
  #, fuzzy
396
  msgid "Browser Type"
397
  msgstr "Navegador"
398
 
399
+ #: ../../admin/wp-slimstat-admin.php:834
400
  msgid ""
401
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
402
  "all others"
404
  "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
405
  "sindicación, 0 =a todos los demás"
406
 
407
+ #: ../../admin/wp-slimstat-admin.php:835
408
  #: ../../admin/view/wp-slimstat-db.php:58
409
  msgid "Color Depth"
410
  msgstr "Profundidad de color"
411
 
412
+ #: ../../admin/wp-slimstat-admin.php:835
413
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
414
  msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
415
 
416
+ #: ../../admin/wp-slimstat-admin.php:836
417
  #: ../../admin/view/wp-slimstat-db.php:59
418
  #, fuzzy
419
  msgid "CSS Version"
420
  msgstr "Versión de CSS"
421
 
422
+ #: ../../admin/wp-slimstat-admin.php:836
423
  msgid ""
424
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
425
  "values)"
427
  "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros valores "
428
  "enteros)"
429
 
430
+ #: ../../admin/wp-slimstat-admin.php:837
431
  #: ../../admin/view/wp-slimstat-db.php:60
432
  #, fuzzy
433
  msgid "Pageview Attributes"
434
  msgstr "Paginas visitadas"
435
 
436
+ #: ../../admin/wp-slimstat-admin.php:837
437
  msgid ""
438
  "this field is set to <em>[pre]</em> if the resource has been accessed "
439
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
443
  "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
444
  "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
445
 
446
+ #: ../../admin/wp-slimstat-admin.php:838
447
+ #: ../../admin/view/wp-slimstat-db.php:63
448
  msgid "Post Author"
449
  msgstr "Autor de la entrada(sección)"
450
 
451
+ #: ../../admin/wp-slimstat-admin.php:838
452
  msgid "author associated to that post/page when the resource was accessed"
453
  msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
454
 
455
+ #: ../../admin/wp-slimstat-admin.php:839
456
+ #: ../../admin/view/wp-slimstat-db.php:64
457
  msgid "Post Category ID"
458
  msgstr "ID de la entrada(sección) de la Categoria"
459
 
460
+ #: ../../admin/wp-slimstat-admin.php:839
461
  msgid "ID of the category/term associated to the resource, when available"
462
  msgstr ""
463
  "ID de la categoría / término asociado al recurso, cuando esté disponible"
464
 
465
+ #: ../../admin/wp-slimstat-admin.php:840
466
  msgid "visitor's originating IP address, if available"
467
  msgstr "dirección IP de origen del visitante, si está disponible"
468
 
469
+ #: ../../admin/wp-slimstat-admin.php:841
470
+ #: ../../admin/view/wp-slimstat-db.php:66
471
  #, fuzzy
472
  msgid "Resource Content Type"
473
  msgstr "Contenidos Recientes"
474
 
475
+ #: ../../admin/wp-slimstat-admin.php:841
476
  msgid ""
477
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
478
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
486
  "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
487
  "manual para más información"
488
 
489
+ #: ../../admin/wp-slimstat-admin.php:842
490
+ #: ../../admin/view/wp-slimstat-db.php:68
491
  msgid "Screen Resolution"
492
  msgstr "Resolución de Pantalla"
493
 
494
+ #: ../../admin/wp-slimstat-admin.php:842
495
  msgid "viewport width and height (1024x768, 800x600, ...)"
496
  msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
497
 
498
+ #: ../../admin/wp-slimstat-admin.php:843
499
+ #: ../../admin/view/wp-slimstat-db.php:69
500
  #, fuzzy
501
  msgid "Visit ID"
502
  msgstr "Visitas"
503
 
504
+ #: ../../admin/wp-slimstat-admin.php:843
505
  msgid ""
506
  "generally used in conjunction with <em>is not empty</em>, identifies human "
507
  "visitors"
509
  "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
510
  "identifica los visitantes humanos"
511
 
512
+ #: ../../admin/wp-slimstat-admin.php:844
513
  msgid "Date Filters"
514
  msgstr "Filtros de fecha"
515
 
516
+ #: ../../admin/wp-slimstat-admin.php:844
517
  msgid ""
518
  "you can specify the timeframe by entering a number in the <em>interval</em> "
519
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
524
  "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
525
  "año a la fecha)"
526
 
527
+ #: ../../admin/wp-slimstat-admin.php:845
528
  msgid "SERP Position"
529
  msgstr "Posición SERP"
530
 
531
+ #: ../../admin/wp-slimstat-admin.php:845
532
  msgid ""
533
  "set the filter to Referer contains cd=N&, where N is the position you are "
534
  "looking for"
586
  msgid "Views"
587
  msgstr "Vistas"
588
 
589
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
590
  msgid "Filters"
591
  msgstr "Filtros"
592
 
593
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
594
  #, fuzzy
595
  msgid "Permissions"
596
  msgstr "Enlace Permanente"
597
 
598
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
599
  msgid "Advanced"
600
  msgstr "Avanzados"
601
 
602
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
603
  msgid "Maintenance"
604
  msgstr "Mantenimiento"
605
 
606
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
607
  msgid "Tracker"
608
  msgstr "Rastreador"
609
 
740
  "Los comentarios registrados en o antes del %s se eliminarán de forma "
741
  "permanente."
742
 
743
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
744
+ #: ../../admin/view/wp-slimstat-db.php:76
745
+ #: ../../admin/view/wp-slimstat-reports.php:779
746
  msgid "days"
747
  msgstr "dias"
748
 
771
  "europeos o americanos."
772
 
773
  #: ../../admin/config/index.php:49
774
+ #, fuzzy
775
+ msgid "Enable SOV"
776
+ msgstr "Habilitar CDN"
777
+
778
+ #: ../../admin/config/index.php:49
779
+ msgid ""
780
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
781
+ "the subject, object, and verb of a sentence appear in that order, like in "
782
+ "Japanese."
783
+ msgstr ""
784
+
785
+ #: ../../admin/config/index.php:50
786
  msgid "Show Display Name"
787
  msgstr "Mostrar Nombre para mostrar"
788
 
789
+ #: ../../admin/config/index.php:50
790
  msgid ""
791
  "By default, users are listed by their usernames. Use this option to "
792
  "visualize their display names instead."
795
  "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
796
  "lugar."
797
 
798
+ #: ../../admin/config/index.php:51
799
  #, fuzzy
800
  msgid "Show User Agent"
801
  msgstr "Buscadores"
802
 
803
+ #: ../../admin/config/index.php:51
804
  msgid ""
805
  "Choose if you want to see the browser name or a complete user agent string "
806
  "when hovering on browser icons."
808
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
809
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
810
 
811
+ #: ../../admin/config/index.php:52
812
  msgid "Show Titles"
813
  msgstr "Mostrar Títulos"
814
 
815
+ #: ../../admin/config/index.php:52
816
  #, fuzzy
817
  msgid ""
818
  "Slimstat converts your permalinks into post and page titles. Disable this "
821
  "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
822
  "páginas. Desactive esta función si necesita ver la URL en sus informes."
823
 
824
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
825
+ #, fuzzy
826
+ msgid "Date and Time"
827
+ msgstr "Fecha/Hora"
828
+
829
  #: ../../admin/config/index.php:53
830
+ msgid ""
831
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
832
+ "Format</a> to use when displaying date and time of a pageview."
833
+ msgstr ""
834
+
835
+ #: ../../admin/config/index.php:55
836
  msgid "Functionality"
837
  msgstr "Funcionalidad"
838
 
839
+ #: ../../admin/config/index.php:56
840
  msgid "Asynchronous Views"
841
  msgstr "Vistas asíncronas"
842
 
843
+ #: ../../admin/config/index.php:56
844
  msgid ""
845
  "Load all the reports dynamically. It makes the reports render faster, but it "
846
  "increases the load on your server."
848
  "Cargar todos los informes de forma dinámica. Hace que los informes se "
849
  "realicen más rápido, pero aumenta la carga en el servidor."
850
 
851
+ #: ../../admin/config/index.php:57
852
  msgid "SlimScroll"
853
  msgstr ""
854
 
855
+ #: ../../admin/config/index.php:57
856
  msgid ""
857
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
858
  "scrollbar."
859
  msgstr ""
860
 
861
+ #: ../../admin/config/index.php:58
862
  msgid "Expand Details"
863
  msgstr "Expandir Detalles"
864
 
865
+ #: ../../admin/config/index.php:58
866
  msgid "Expand each row's details by default, insted of on mousehover."
867
  msgstr ""
868
  "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
869
 
870
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
871
  #, fuzzy
872
  msgid "Rows to Display"
873
  msgstr "No hay datos que mostrar"
874
 
875
+ #: ../../admin/config/index.php:59
876
  msgid "Specify the number of items in each report."
877
  msgstr "Especifique el número de elementos en cada informe."
878
 
879
+ #: ../../admin/config/index.php:61
880
+ msgid "Activity Log"
881
+ msgstr "Bitácora de actividades"
882
+
883
+ #: ../../admin/config/index.php:62
884
  msgid "Live Stream"
885
  msgstr "Transmisión en Vivo"
886
 
887
+ #: ../../admin/config/index.php:62
888
  #, fuzzy
889
  msgid ""
890
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
891
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
892
  msgstr ""
893
  "Habilitar la vista en vivo, lo que refresca la pantalla Ahora cada X "
894
  "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
895
  "esta funcionalidad."
896
 
897
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
898
  msgid "seconds"
899
  msgstr "Segundos"
900
 
901
+ #: ../../admin/config/index.php:63
902
  #, fuzzy
903
  msgid "Specify the number of items in the Activity Log."
904
  msgstr "Especifica el número de elementos en Ahora."
905
 
906
+ #: ../../admin/config/index.php:64
907
  #, fuzzy
908
  msgid "Activity Log Extended"
909
  msgstr "Bitácora de actividades"
910
 
911
+ #: ../../admin/config/index.php:64
912
  #, fuzzy
913
  msgid ""
914
  "Choose if you want to see outbound links listed in the Activity Log. It "
917
  "Elige si quieres ver los enlaces salientes que figuran en Ahora. Podría "
918
  "frenar la publicación de este informe."
919
 
920
+ #: ../../admin/config/index.php:69
921
  #, fuzzy
922
  msgid "Visitors and Known Users"
923
  msgstr "Navegadores recientes"
924
 
925
+ #: ../../admin/config/index.php:70
926
  msgid "Track Registered Users"
927
  msgstr "Seguimiento Usuarios Registrados"
928
 
929
+ #: ../../admin/config/index.php:70
930
  msgid "Enable this option to track logged in users."
931
  msgstr "Active esta opción para rastrear usuarios registrados."
932
 
933
+ #: ../../admin/config/index.php:71
934
  #, fuzzy
935
  msgid "Blacklist by Username"
936
  msgstr "Direcciones IP Blacklist"
937
 
938
+ #: ../../admin/config/index.php:71
939
  msgid ""
940
  "List all the usernames you don't want to track, separated by commas. Please "
941
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
946
  "no </em> ignorados y que los nombres de usuario distinguen entre mayúsculas "
947
  "y minúsculas."
948
 
949
+ #: ../../admin/config/index.php:72
950
  msgid "Blacklist by IP Address"
951
  msgstr "Direcciones IP Blacklist"
952
 
953
+ #: ../../admin/config/index.php:72
954
  #, fuzzy
955
  msgid ""
956
  "List all the IP addresses you don't want to track, separated by commas. Each "
965
  "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
966
  "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
967
 
968
+ #: ../../admin/config/index.php:73
969
  #, fuzzy
970
  msgid "Blacklist by Capability"
971
  msgstr "Navegador"
972
 
973
+ #: ../../admin/config/index.php:73
974
  msgid ""
975
  "Users having at least one of the <a href='http://codex.wordpress.org/"
976
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
981
  "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
982
  "minúsculas."
983
 
984
+ #: ../../admin/config/index.php:75
985
  msgid "Profiling"
986
  msgstr "Haciendo perfil"
987
 
988
+ #: ../../admin/config/index.php:76
989
  msgid "Ignore Spammers"
990
  msgstr "Ignorar Spammers"
991
 
992
+ #: ../../admin/config/index.php:76
993
  msgid ""
994
  "Enable this option if you don't want to track visits from users identified "
995
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
1002
  "adelante se marcan como correo no deseado, también se eliminarán de la base "
1003
  "de datos."
1004
 
1005
+ #: ../../admin/config/index.php:77
1006
  #, fuzzy
1007
  msgid "Permalinks"
1008
  msgstr "Enlace Permanente"
1009
 
1010
+ #: ../../admin/config/index.php:77
1011
  msgid ""
1012
  "List all the URLs on your website that you don't want to track, separated by "
1013
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
1026
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
1027
  "se afectan por mayúsculas y minúsculas."
1028
 
1029
+ #: ../../admin/config/index.php:78
1030
  #, fuzzy
1031
  msgid "Countries"
1032
  msgstr "Paises que más visitan"
1033
 
1034
+ #: ../../admin/config/index.php:78
1035
  msgid ""
1036
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1037
  "track, separated by commas."
1039
  "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
1040
  "desee realizar el seguimiento, separados por comas"
1041
 
1042
+ #: ../../admin/config/index.php:79
1043
  #, fuzzy
1044
  msgid "User Agents"
1045
  msgstr "Buscadores"
1046
 
1047
+ #: ../../admin/config/index.php:79
1048
  msgid ""
1049
  "Browsers (user agents) you don't want to track, separated by commas. You can "
1050
  "specify the browser's version adding a slash after the name (i.e. "
1061
  "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
1062
  "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
1063
 
1064
+ #: ../../admin/config/index.php:80
1065
  #, fuzzy
1066
  msgid "Referring Sites"
1067
  msgstr "Motores de Búsqueda"
1068
 
1069
+ #: ../../admin/config/index.php:80
1070
  msgid ""
1071
  "Referring URLs that you don't want to track, separated by commas: "
1072
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
1081
  "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
1082
  "el protocolo que desea filtrar (http://, https://)."
1083
 
1084
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1085
  msgid "Miscellaneous"
1086
  msgstr "Varios"
1087
 
1088
+ #: ../../admin/config/index.php:83
1089
  msgid "Enable Privacy Mode"
1090
  msgstr "Activar el modo de privacidad"
1091
 
1092
+ #: ../../admin/config/index.php:83
1093
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1094
  msgstr ""
1095
  "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
1096
  "privacidad europeas."
1097
 
1098
+ #: ../../admin/config/index.php:84
1099
  msgid "Ignore Prefetch Requests"
1100
  msgstr "Ignorar PPeticiones Prefetch"
1101
 
1102
+ #: ../../admin/config/index.php:84
1103
  #, fuzzy
1104
  msgid ""
1105
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
1110
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1111
  "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
1112
 
1113
+ #: ../../admin/config/index.php:100
1114
  msgid "Ignore users (username not found)"
1115
  msgstr "Ignorar usuarios (nombre de usuario no encontrado)"
1116
 
1117
+ #: ../../admin/config/index.php:123
1118
  msgid ""
1119
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1120
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1123
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> esta página </a> "
1124
  "para obtener más información"
1125
 
1126
+ #: ../../admin/config/index.php:133
1127
  #, fuzzy
1128
  msgid "Reports"
1129
  msgstr "Informes Personalizados"
1130
 
1131
+ #: ../../admin/config/index.php:134
1132
  #, fuzzy
1133
  msgid "Restrict Authors"
1134
  msgstr "Autor de la entrada(sección)"
1135
 
1136
+ #: ../../admin/config/index.php:134
1137
  #, fuzzy
1138
  msgid ""
1139
  "Enable this option if you want your authors to only see stats related to "
1142
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
1143
  "relacionadas con su propio contenido"
1144
 
1145
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1146
  #, fuzzy
1147
  msgid "Capability"
1148
  msgstr "Navegador"
1149
 
1150
+ #: ../../admin/config/index.php:135
1151
  #, fuzzy
1152
  msgid ""
1153
  "Specify the minimum <a href='http://codex.wordpress.org/"
1165
  "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
1166
  "prioridad sobre la capacidad."
1167
 
1168
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1169
  msgid "Whitelist"
1170
  msgstr "Lista blanca"
1171
 
1172
+ #: ../../admin/config/index.php:136
1173
  msgid ""
1174
  "List all the users who should have access to the reports, separated by "
1175
  "commas. Administrators are implicitly allowed, so you don't need to list "
1180
  "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1181
  "mayúsculas y minúsculasdefecto."
1182
 
1183
+ #: ../../admin/config/index.php:139
1184
  #, fuzzy
1185
  msgid ""
1186
  "Specify the minimum <a href='http://codex.wordpress.org/"
1194
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1195
  "específicos."
1196
 
1197
+ #: ../../admin/config/index.php:140
1198
  msgid ""
1199
  "List all the users who can edit these options, separated by commas. Please "
1200
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1205
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
1206
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
1207
 
1208
+ #: ../../admin/config/index.php:156
1209
  msgid "Read access: username not found"
1210
  msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
1211
 
1212
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
1213
  msgid ""
1214
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1215
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1219
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
1220
  "obtener más información"
1221
 
1222
+ #: ../../admin/config/index.php:187
1223
  msgid "Config access: username not found"
1224
  msgstr "Acceso de configuración: Nombre de usuario no encontrado"
1225
 
1226
+ #: ../../admin/config/index.php:215
1227
  msgid "Detect Smoothing"
1228
  msgstr "Detectar Smoothing"
1229
 
1230
+ #: ../../admin/config/index.php:215
1231
  msgid ""
1232
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1233
  "This option required Spy Mode to be enabled."
1236
  "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
1237
  "habilitado."
1238
 
1239
+ #: ../../admin/config/index.php:216
1240
  #, fuzzy
1241
  msgid "Track Outbound Clicks"
1242
  msgstr "Enlaces Salientes Recientes"
1243
 
1244
+ #: ../../admin/config/index.php:216
1245
  msgid ""
1246
  "Track when your visitors click on link to external websites. This option "
1247
  "required Spy Mode to be enabled."
1249
  "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
1250
  "Esta opción requere que el modo Espía esté habilitado."
1251
 
1252
+ #: ../../admin/config/index.php:217
1253
  #, fuzzy
1254
  msgid "Session Duration"
1255
  msgstr "Visitas"
1256
 
1257
+ #: ../../admin/config/index.php:217
1258
  #, fuzzy
1259
  msgid ""
1260
  "How many seconds should a human session last? Google Analytics sets it to "
1263
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
1264
  "lo establece en 1.800 segundos."
1265
 
1266
+ #: ../../admin/config/index.php:218
1267
  msgid "Extend Session"
1268
  msgstr "Extender Sesión"
1269
 
1270
+ #: ../../admin/config/index.php:218
1271
  msgid "Extend the duration of a session each time the user visits a new page."
1272
  msgstr ""
1273
  "Extender la duración de una sesión cada vez que el usuario visita una página "
1274
  "nueva."
1275
 
1276
+ #: ../../admin/config/index.php:219
1277
  msgid "Enable CDN"
1278
  msgstr "Habilitar CDN"
1279
 
1280
+ #: ../../admin/config/index.php:219
1281
  msgid ""
1282
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1283
  "by serving our tracking code from their fast and reliable network (free "
1287
  "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
1288
  "(servicio gratuito)."
1289
 
1290
+ #: ../../admin/config/index.php:220
1291
  msgid "Extensions to Track"
1292
  msgstr "Extensiones a rastreo"
1293
 
1294
+ #: ../../admin/config/index.php:220
1295
  msgid ""
1296
  "List all the file extensions that you want to be treated as Downloads. "
1297
  "Please note that links pointing to external resources (i.e. PDFs on a "
1305
  "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
1306
  "coincide con uno de los que se enumeran a continuación."
1307
 
1308
+ #: ../../admin/config/index.php:222
1309
  #, fuzzy
1310
  msgid "External Pages"
1311
  msgstr "Paginas visitadas"
1312
 
1313
+ #: ../../admin/config/index.php:223
1314
  msgid "Add the following code to all the non-WP pages you want to track"
1315
  msgstr ""
1316
 
1317
+ #: ../../admin/config/index.php:235
1318
  msgid "Debug Mode"
1319
  msgstr ""
1320
 
1321
+ #: ../../admin/config/index.php:235
1322
  msgid "Display the SQL queries used to retrieve the data."
1323
  msgstr ""
1324
 
1325
+ #: ../../admin/config/index.php:236
1326
  msgid "IP Lookup"
1327
  msgstr "Búsqueda de IP"
1328
 
1329
+ #: ../../admin/config/index.php:236
1330
  msgid "Customize the Geolocation service to be used in the reports."
1331
  msgstr ""
1332
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
1333
 
1334
+ #: ../../admin/config/index.php:237
1335
  msgid "Custom CSS"
1336
  msgstr "CSS personalizado"
1337
 
1338
+ #: ../../admin/config/index.php:237
1339
  #, fuzzy
1340
  msgid ""
1341
  "Paste here your custom stylesheet to personalize the way your reports look. "
1348
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
1349
  "cómo utilizar esta funcionalidad."
1350
 
1351
+ #: ../../admin/config/index.php:238
1352
  msgid "Enable UAN"
1353
  msgstr "Habilitar UAN"
1354
 
1355
+ #: ../../admin/config/index.php:238
1356
  #, fuzzy
1357
  msgid ""
1358
  "Send anonymous data about user agents to our server for analysis. This "
1430
  msgid "Delete pageviews where"
1431
  msgstr "Filtrar páginas visitadas dondé:"
1432
 
1433
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1434
  msgid "equals"
1435
  msgstr "es igual a"
1436
 
1437
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1438
  msgid "is not equal to"
1439
  msgstr "no es igual a"
1440
 
1441
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1442
  #, fuzzy
1443
  msgid "contains"
1444
  msgstr "Contiene"
1445
 
1446
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1447
  #, fuzzy
1448
  msgid "does not contain"
1449
  msgstr "No contiene"
1450
 
1451
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1452
  #, fuzzy
1453
  msgid "starts with"
1454
  msgstr "Empieza por"
1455
 
1456
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1457
  #, fuzzy
1458
  msgid "ends with"
1459
  msgstr "Acaba en"
1460
 
1461
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1462
  msgid "sounds like"
1463
  msgstr "suena como"
1464
 
1465
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1466
  msgid "is greater than"
1467
  msgstr "es mayor que"
1468
 
1469
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1470
  msgid "is less than"
1471
  msgstr "es menor que"
1472
 
1473
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1474
  msgid "matches"
1475
  msgstr "coincide"
1476
 
1477
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1478
  #, fuzzy
1479
  msgid "does not match"
1480
  msgstr "No contiene"
1481
 
1482
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1483
  msgid "is empty"
1484
  msgstr "está vacío"
1485
 
1486
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1487
  msgid "is not empty"
1488
  msgstr "no está vacío"
1489
 
1490
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1491
+ #: ../../admin/view/index.php:87
1492
  msgid "Apply"
1493
  msgstr "Aplicar"
1494
 
3089
  msgstr "Zulu"
3090
 
3091
  #: ../../admin/lang/dynamic_strings.php:298
3092
+ #: ../../admin/view/wp-slimstat-reports.php:503
3093
  msgid "l-"
3094
  msgstr "l-"
3095
 
3107
  msgid "c-xy"
3108
  msgstr "Local IP"
3109
 
3110
+ #: ../../admin/view/index.php:24
3111
+ msgid "is between (x,y)"
3112
+ msgstr ""
3113
+
3114
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
3115
  msgid "Today"
3116
  msgstr "Hoy"
3117
 
3118
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
3119
  msgid "Yesterday"
3120
  msgstr "Ayer"
3121
 
3122
+ #: ../../admin/view/index.php:59
3123
  msgid "Last 7 Days"
3124
  msgstr "Últimos 7 días"
3125
 
3126
+ #: ../../admin/view/index.php:60
3127
  msgid "Last 60 Days"
3128
  msgstr "Últimos 60 días"
3129
 
3130
+ #: ../../admin/view/index.php:61
3131
  msgid "Last 90 Days"
3132
  msgstr "Últimos 90 días"
3133
 
3134
+ #: ../../admin/view/index.php:62
3135
  #, fuzzy
3136
  msgid "This Year So Far"
3137
  msgstr "Año"
3138
 
3139
+ #: ../../admin/view/index.php:63
3140
  #, fuzzy
3141
  msgid "Date Range"
3142
  msgstr "Fecha y hora"
3143
 
3144
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
3145
  msgid "Day"
3146
  msgstr "Día"
3147
 
3148
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3149
  msgid "Month"
3150
  msgstr "Mes"
3151
 
3152
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
3153
  msgid "Year"
3154
  msgstr "Año"
3155
 
3156
+ #: ../../admin/view/index.php:89
3157
  #, fuzzy
3158
  msgid "Reset Filters"
3159
  msgstr "Filtros de fecha"
3160
 
3161
+ #: ../../admin/view/index.php:130
3162
  msgid "Your report here"
3163
  msgstr "Su informe aquí"
3164
 
3165
+ #: ../../admin/view/index.php:132
3166
  #, fuzzy
3167
  msgid ""
3168
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
3182
  "información, visite mi <a href=\"http://lab.duechiacchiere.it/\" target="
3183
  "\"_blank\"> Foro de Soporte </ a>."
3184
 
3185
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
3186
+ #: ../../admin/view/wp-slimstat-reports.php:893
3187
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3188
  msgid "Pageviews"
3189
  msgstr "Paginas visitadas"
3190
 
3191
+ #: ../../admin/view/index.php:149
3192
  #, fuzzy
3193
  msgid ""
3194
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3200
  "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
3201
  "también incluyen a los usuarios registrados."
3202
 
3203
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3204
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
 
 
3205
  #, fuzzy
3206
  msgid "Color codes"
3207
  msgstr "Código de Pais"
3208
 
3209
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3210
+ #, fuzzy
3211
+ msgid "From search result page"
3212
  msgstr "Desde una página con resultados de búsqueda"
3213
 
3214
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3215
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3216
  #, fuzzy
3217
  msgid "Known Users"
3218
  msgstr "Navegadores recientes"
3219
 
3220
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3221
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3222
  msgid "Other Humans"
3223
  msgstr "Otros seres humanos"
3224
 
3225
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3226
+ msgid "Bot or Crawler"
3227
+ msgstr "Bot o Crawler"
3228
+
3229
+ #: ../../admin/view/index.php:157
3230
  msgid "Keywords used by your visitors to find your website on a search engine."
3231
  msgstr ""
3232
  "Palabras clave utilizadas por los visitantes para encontrar su sitio en un "
3233
  "motor de búsqueda."
3234
 
3235
+ #: ../../admin/view/index.php:160
3236
  #, fuzzy
3237
  msgid ""
3238
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3243
  "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
3244
  "Filtros indicados anteriormente no se aplican a este informe."
3245
 
3246
+ #: ../../admin/view/index.php:163
3247
  msgid "Human Visits"
3248
  msgstr "Visitas humanas"
3249
 
3250
+ #: ../../admin/view/index.php:166
3251
  #, fuzzy
3252
  msgid ""
3253
  "Internet Service Provider: a company which provides other companies or "
3261
  "IP específicas estableciendo el filtro correspondiente en Configuración> "
3262
  "SLIMStat> Filtros."
3263
 
3264
+ #: ../../admin/view/index.php:169
3265
  #, fuzzy
3266
  msgid ""
3267
  "You can configure Slimstat to ignore a specific Country by setting the "
3271
  "el establecimiento de el filtro correspondiente en Configuración> SLIMStat> "
3272
  "Filtros."
3273
 
3274
+ #: ../../admin/view/index.php:172
3275
  msgid ""
3276
  "This report shows you what user agent families (no version considered) are "
3277
  "popular among your visitors."
3279
  "Este informe muestra qué familias de agentes de usuarios son populares entre "
3280
  "los visitantes (no considerada la versión)."
3281
 
3282
+ #: ../../admin/view/index.php:175
3283
  msgid ""
3284
  "This report shows you what operating system families (no version considered) "
3285
  "are popular among your visitors."
3287
  "Este informe le muestra qué familias de sistema operativo (sin versión "
3288
  "considerado) son populares entre los visitantes."
3289
 
3290
+ #: ../../admin/view/index.php:181
3291
  #, fuzzy
3292
  msgid "Average Pageviews per Visit"
3293
  msgstr "Promedio de páginas vistas por horas"
3294
 
3295
+ #: ../../admin/view/index.php:184
3296
  msgid ""
3297
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3298
  "left your site from the entrance (landing) page."
3301
  "la que el usuario ha abandonado su sitio desde la página de entrada (de "
3302
  "aterrizaje)."
3303
 
3304
+ #: ../../admin/view/index.php:187
3305
  msgid "Searches performed using Wordpress' built-in search functionality."
3306
  msgstr ""
3307
  "Búsquedas realizadas utilizando la funcionalidad integrada de búsqueda de "
3308
  "Wordpress"
3309
 
3310
+ #: ../../admin/view/index.php:191
3311
  msgid ""
3312
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3313
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3318
  "muestra cuando el enlace correspondiente tiene un atributo ID asociado a la "
3319
  "misma."
3320
 
3321
+ #: ../../admin/view/index.php:194
3322
  msgid ""
3323
  "This report lists any <em>event</em> occurred on your website. Please refer "
3324
  "to the FAQ for more information on how to leverage this functionality."
3327
  "Por favor, consulte las preguntas frecuentes para más información sobre cómo "
3328
  "aprovechar esta funcionalidad."
3329
 
3330
+ #: ../../admin/view/index.php:197
3331
  msgid ""
3332
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3333
  "this report is not affected by the filters set here above."
3353
  msgstr "Lector de Sindicación"
3354
 
3355
  #: ../../admin/view/right-now.php:30
3356
+ #: ../../admin/view/wp-slimstat-reports.php:438
3357
+ #: ../../admin/view/wp-slimstat-reports.php:697
3358
  msgid "No data to display"
3359
  msgstr "No hay datos que mostrar"
3360
 
3361
  # Unknown
3362
  #: ../../admin/view/right-now.php:56
3363
+ #: ../../admin/view/wp-slimstat-reports.php:491
3364
+ #: ../../admin/view/wp-slimstat-reports.php:740
3365
+ #: ../../admin/view/wp-slimstat-reports.php:1004
3366
  msgid "c-"
3367
  msgstr "Unknown"
3368
 
3369
+ #: ../../admin/view/right-now.php:130
3370
+ msgid "Server Latency and Page Speed in milliseconds"
3371
+ msgstr ""
3372
+
3373
+ #: ../../admin/view/right-now.php:130
3374
+ msgid "SL"
3375
+ msgstr ""
3376
+
3377
+ #: ../../admin/view/right-now.php:130
3378
+ msgid "PS"
3379
+ msgstr ""
3380
+
3381
+ #: ../../admin/view/right-now.php:140
3382
+ #: ../../admin/view/wp-slimstat-reports.php:550
3383
+ #: ../../admin/view/wp-slimstat-reports.php:554
3384
+ #: ../../admin/view/wp-slimstat-reports.php:722
3385
+ #: ../../admin/view/wp-slimstat-reports.php:760
3386
  #, fuzzy
3387
  msgid "Open this URL in a new window"
3388
  msgstr "Abrir %s en una nueva ventana"
3389
 
3390
+ #: ../../admin/view/right-now.php:143
3391
  msgid "Local search results page"
3392
  msgstr "Página de resultados de búsqueda local"
3393
 
3394
+ #: ../../admin/view/right-now.php:150
3395
  #, fuzzy
3396
  msgid "Open this referrer in a new window"
3397
  msgstr "Abrir referido en una nueva página"
3398
 
3399
+ #: ../../admin/view/right-now.php:151
3400
  #, fuzzy
3401
  msgid "Open this outbound link in a new window"
3402
  msgstr "Abrir %s en una nueva ventana"
3403
 
3404
+ #: ../../admin/view/right-now.php:153
 
 
 
 
 
3405
  #, fuzzy
3406
  msgid "Content Type"
3407
  msgstr "Contenido"
3408
 
3409
+ #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3410
  msgid "IP Address"
3411
  msgstr "Dirección IP"
3412
 
3413
+ #: ../../admin/view/wp-slimstat-db.php:48
3414
  msgid "Domain"
3415
  msgstr "Dominio"
3416
 
3417
+ #: ../../admin/view/wp-slimstat-db.php:51
3418
+ msgid "Page Speed"
3419
+ msgstr ""
3420
+
3421
  #: ../../admin/view/wp-slimstat-db.php:53
3422
  msgid "-- Advanced filters --"
3423
  msgstr "-- Filtros Avanzados --"
3424
 
3425
  #: ../../admin/view/wp-slimstat-db.php:54
3426
+ #: ../../admin/view/wp-slimstat-reports.php:64
3427
  #, fuzzy
3428
  msgid "Browser Capabilities"
3429
  msgstr "Navegador"
3430
 
3431
+ #: ../../admin/view/wp-slimstat-db.php:61
3432
+ msgid "Server Latency"
3433
+ msgstr ""
3434
+
3435
+ #: ../../admin/view/wp-slimstat-db.php:67
3436
  #, fuzzy
3437
  msgid "Resource ID"
3438
  msgstr "Principales Recursos"
3439
 
3440
+ #: ../../admin/view/wp-slimstat-db.php:72
3441
  #, fuzzy
3442
  msgid "Hour"
3443
  msgstr "Paginas visitadas"
3444
 
3445
+ #: ../../admin/view/wp-slimstat-db.php:78
3446
  #, fuzzy
3447
  msgid "Order Direction"
3448
  msgstr "director"
3449
 
3450
+ #: ../../admin/view/wp-slimstat-db.php:79
3451
  msgid "Limit Results"
3452
  msgstr "Limitar Resultados"
3453
 
3454
+ #: ../../admin/view/wp-slimstat-db.php:80
3455
  msgid "Start From"
3456
  msgstr "Comenzar desde"
3457
 
3458
+ #: ../../admin/view/wp-slimstat-reports.php:44
3459
  #, fuzzy
3460
  msgid "Pageviews (chart)"
3461
  msgstr "Páginas visitadas por horas"
3462
 
3463
+ #: ../../admin/view/wp-slimstat-reports.php:45
3464
  #, fuzzy
3465
  msgid "About Slimstat"
3466
  msgstr "Acerca de WP-SlimStat"
3467
 
3468
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
3469
  msgid "At a Glance"
3470
  msgstr "Un vistazo"
3471
 
3472
+ #: ../../admin/view/wp-slimstat-reports.php:47
3473
  #, fuzzy
3474
  msgid "Currently Online"
3475
  msgstr "Filtros Actuales:"
3476
 
3477
+ #: ../../admin/view/wp-slimstat-reports.php:48
3478
+ #: ../../admin/view/wp-slimstat-reports.php:82
3479
  msgid "Spy View"
3480
  msgstr "Vista de Espía"
3481
 
3482
+ #: ../../admin/view/wp-slimstat-reports.php:49
3483
+ #: ../../admin/view/wp-slimstat-reports.php:83
3484
  #, fuzzy
3485
  msgid "Recent Search Terms"
3486
  msgstr "Búsquedas Internas Recientes"
3487
 
3488
+ #: ../../admin/view/wp-slimstat-reports.php:50
3489
  #, fuzzy
3490
  msgid "Top Pages"
3491
  msgstr "Principales Páginas de Salida"
3492
 
3493
+ #: ../../admin/view/wp-slimstat-reports.php:51
3494
+ #: ../../admin/view/wp-slimstat-reports.php:80
3495
  #, fuzzy
3496
  msgid "Top Traffic Sources"
3497
  msgstr "Origen del Tráfico"
3498
 
3499
+ #: ../../admin/view/wp-slimstat-reports.php:52
3500
  #, fuzzy
3501
  msgid "Top Known Visitors"
3502
  msgstr "Palabras clave recientes"
3503
 
3504
+ #: ../../admin/view/wp-slimstat-reports.php:53
3505
+ #: ../../admin/view/wp-slimstat-reports.php:78
3506
+ #: ../../admin/view/wp-slimstat-reports.php:98
3507
  #, fuzzy
3508
  msgid "Top Search Terms"
3509
  msgstr "Principales Recursos"
3510
 
3511
+ #: ../../admin/view/wp-slimstat-reports.php:54
3512
+ #: ../../admin/view/wp-slimstat-reports.php:65
3513
+ #: ../../admin/view/wp-slimstat-reports.php:79
3514
  msgid "Top Countries"
3515
  msgstr "Paises que más visitan"
3516
 
3517
+ #: ../../admin/view/wp-slimstat-reports.php:55
3518
  msgid "Rankings"
3519
  msgstr "Calificaciones"
3520
 
3521
+ #: ../../admin/view/wp-slimstat-reports.php:56
3522
  #, fuzzy
3523
  msgid "Top Language Families"
3524
  msgstr "Idiomas"
3525
 
3526
+ #: ../../admin/view/wp-slimstat-reports.php:57
3527
  #, fuzzy
3528
  msgid "Human Visits (chart)"
3529
  msgstr "Visitas humanas por hora"
3530
 
3531
+ #: ../../admin/view/wp-slimstat-reports.php:58
3532
+ #, fuzzy
3533
+ msgid "Audience Overview"
3534
+ msgstr "Visión general"
3535
+
3536
+ #: ../../admin/view/wp-slimstat-reports.php:59
3537
  #, fuzzy
3538
  msgid "Top Languages"
3539
  msgstr "Idiomas"
3540
 
3541
+ #: ../../admin/view/wp-slimstat-reports.php:60
3542
  #, fuzzy
3543
  msgid "Top Browsers"
3544
  msgstr "Navegador"
3545
 
3546
+ #: ../../admin/view/wp-slimstat-reports.php:61
3547
  #, fuzzy
3548
  msgid "Top Service Providers"
3549
  msgstr "Principales Recursos"
3550
 
3551
+ #: ../../admin/view/wp-slimstat-reports.php:62
3552
  #, fuzzy
3553
  msgid "Top Operating Systems"
3554
  msgstr "Sistemas Operativos"
3555
 
3556
+ #: ../../admin/view/wp-slimstat-reports.php:63
3557
  #, fuzzy
3558
  msgid "Top Screen Resolutions"
3559
  msgstr "Resolución de Pantalla"
3560
 
3561
+ #: ../../admin/view/wp-slimstat-reports.php:66
3562
  #, fuzzy
3563
  msgid "Visit Duration"
3564
  msgstr "Visitas"
3565
 
3566
+ #: ../../admin/view/wp-slimstat-reports.php:67
3567
+ #: ../../admin/view/wp-slimstat-reports.php:84
3568
  msgid "Recent Countries"
3569
  msgstr "Paises Recientes"
3570
 
3571
+ #: ../../admin/view/wp-slimstat-reports.php:68
3572
  #, fuzzy
3573
  msgid "Recent Screen Resolutions"
3574
  msgstr "Resolución de Pantalla"
3575
 
3576
+ #: ../../admin/view/wp-slimstat-reports.php:69
3577
  #, fuzzy
3578
  msgid "Recent Operating Systems"
3579
  msgstr "Sistemas Operativos"
3580
 
3581
+ #: ../../admin/view/wp-slimstat-reports.php:70
3582
  #, fuzzy
3583
  msgid "Recent Browsers"
3584
  msgstr "Contenidos Recientes"
3585
 
3586
+ #: ../../admin/view/wp-slimstat-reports.php:71
3587
  #, fuzzy
3588
  msgid "Recent Languages"
3589
  msgstr "Idiomas"
3590
 
3591
+ #: ../../admin/view/wp-slimstat-reports.php:72
3592
  #, fuzzy
3593
  msgid "Top Browser Families"
3594
  msgstr "Navegador"
3595
 
3596
+ #: ../../admin/view/wp-slimstat-reports.php:73
3597
  msgid "Top OS Families"
3598
  msgstr "Páginas Recientes no encontradas"
3599
 
3600
+ #: ../../admin/view/wp-slimstat-reports.php:74
3601
  #, fuzzy
3602
  msgid "Recent Users"
3603
  msgstr "Buscadores"
3604
 
3605
+ #: ../../admin/view/wp-slimstat-reports.php:75
3606
  #, fuzzy
3607
  msgid "Top Users"
3608
  msgstr "Buscadores"
3609
 
3610
+ #: ../../admin/view/wp-slimstat-reports.php:76
3611
  #, fuzzy
3612
  msgid "Traffic Sources (chart)"
3613
  msgstr "Origen del Tráfico"
3614
 
3615
+ #: ../../admin/view/wp-slimstat-reports.php:77
3616
  #, fuzzy
3617
  msgid "Summary"
3618
  msgstr "Sumario de"
3619
 
3620
+ #: ../../admin/view/wp-slimstat-reports.php:81
3621
  #, fuzzy
3622
  msgid "Top Referring Search Engines"
3623
  msgstr "Motores de Búsqueda"
3624
 
3625
+ #: ../../admin/view/wp-slimstat-reports.php:85
3626
+ #: ../../admin/view/wp-slimstat-reports.php:101
3627
  #, fuzzy
3628
  msgid "Top Landing Pages"
3629
  msgstr "Principales Páginas de Salida"
3630
 
3631
+ #: ../../admin/view/wp-slimstat-reports.php:86
3632
  #, fuzzy
3633
  msgid "Average Pageviews per Visit (chart)"
3634
  msgstr "Promedio de páginas vistas por horas"
3635
 
3636
+ #: ../../admin/view/wp-slimstat-reports.php:87
3637
  #, fuzzy
3638
  msgid "Recent Posts"
3639
  msgstr "Contenidos Recientes"
3640
 
3641
+ #: ../../admin/view/wp-slimstat-reports.php:88
3642
  #, fuzzy
3643
  msgid "Recent Bounce Pages"
3644
  msgstr "Páginas recientes de rebote"
3645
 
3646
+ #: ../../admin/view/wp-slimstat-reports.php:89
3647
  msgid "Recent Feeds"
3648
  msgstr "Feeds Recientes"
3649
 
3650
+ #: ../../admin/view/wp-slimstat-reports.php:90
3651
  msgid "Recent Pages Not Found"
3652
  msgstr "Páginas Recientes no encontradas"
3653
 
3654
+ #: ../../admin/view/wp-slimstat-reports.php:91
3655
  msgid "Recent Internal Searches"
3656
  msgstr "Búsquedas Internas Recientes"
3657
 
3658
+ #: ../../admin/view/wp-slimstat-reports.php:92
3659
  #, fuzzy
3660
  msgid "Top Categories"
3661
  msgstr "Principales Páginas de Salida"
3662
 
3663
+ #: ../../admin/view/wp-slimstat-reports.php:93
3664
  msgid "Recent Outbound Links"
3665
  msgstr "Enlaces Salientes Recientes"
3666
 
3667
+ #: ../../admin/view/wp-slimstat-reports.php:94
3668
  #, fuzzy
3669
  msgid "Recent Events"
3670
  msgstr "Contenidos Recientes"
3671
 
3672
+ #: ../../admin/view/wp-slimstat-reports.php:95
3673
  #, fuzzy
3674
  msgid "Top Posts"
3675
  msgstr "Paises que más visitan"
3676
 
3677
+ #: ../../admin/view/wp-slimstat-reports.php:96
3678
  #, fuzzy
3679
  msgid "Top Feeds"
3680
  msgstr "Top Palabras Clave"
3681
 
3682
+ #: ../../admin/view/wp-slimstat-reports.php:97
3683
  #, fuzzy
3684
  msgid "Top Internal Searches"
3685
  msgstr "Búsquedas Internas Recientes"
3686
 
3687
+ #: ../../admin/view/wp-slimstat-reports.php:99
3688
  #, fuzzy
3689
  msgid "Recent Categories"
3690
  msgstr "Paises Recientes"
3691
 
3692
+ #: ../../admin/view/wp-slimstat-reports.php:100
3693
  #, fuzzy
3694
  msgid "Top Pages Not Found"
3695
  msgstr "Principales Páginas de Salida"
3696
 
3697
+ #: ../../admin/view/wp-slimstat-reports.php:102
3698
  #, fuzzy
3699
  msgid "Top Authors"
3700
  msgstr "Autor de la entrada(sección)"
3701
 
3702
+ #: ../../admin/view/wp-slimstat-reports.php:103
3703
  #, fuzzy
3704
  msgid "Top Tags"
3705
  msgstr "Principales Páginas de Salida"
3706
 
3707
+ #: ../../admin/view/wp-slimstat-reports.php:104
3708
  msgid "Recent Downloads"
3709
  msgstr "Descargas Recientes"
3710
 
3711
+ #: ../../admin/view/wp-slimstat-reports.php:105
3712
  #, fuzzy
3713
  msgid "Top OutLinks and Downloads"
3714
  msgstr "Los mejores enlaces y descargas hacia afuera"
3715
 
3716
+ #: ../../admin/view/wp-slimstat-reports.php:106
3717
  msgid "Your Website"
3718
  msgstr "Su sitio web"
3719
 
3720
+ #: ../../admin/view/wp-slimstat-reports.php:107
3721
+ msgid "World Map"
3722
+ msgstr "Mapa del Mundo"
3723
+
3724
+ #: ../../admin/view/wp-slimstat-reports.php:108
3725
  #, fuzzy
3726
+ msgid "Activity"
3727
+ msgstr "Bitácora de actividades"
3728
 
3729
+ #: ../../admin/view/wp-slimstat-reports.php:219
3730
  msgid "Chart controls"
3731
  msgstr "Controles de gráfica"
3732
 
3733
+ #: ../../admin/view/wp-slimstat-reports.php:219
3734
  msgid "Use your mouse wheel to zoom in and out"
3735
  msgstr "Use su ratón para acercarse y alejarse"
3736
 
3737
+ #: ../../admin/view/wp-slimstat-reports.php:219
3738
  msgid "While zooming in, drag the chart to move to a different area"
3739
  msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
3740
 
3741
+ #: ../../admin/view/wp-slimstat-reports.php:219
3742
  msgid "Double click on an empty region to reset the zoom level"
3743
  msgstr ""
3744
  "Haga doble clic en una región vacía para resetear el nivel de acercamiento"
3745
 
3746
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
 
 
3747
  msgid "src"
3748
  msgstr "Src"
3749
 
3750
+ #: ../../admin/view/wp-slimstat-reports.php:233
3751
  msgid "serp"
3752
  msgstr "Serp"
3753
 
3754
+ #: ../../admin/view/wp-slimstat-reports.php:238
3755
  msgid "Go to the corresponding search engine result page"
3756
  msgstr "Vaya a la página de resultados de motor de búsqueda correspondiente"
3757
 
3758
+ #: ../../admin/view/wp-slimstat-reports.php:241
3759
  msgid "Go to the referring page"
3760
  msgstr "Vaya a la página de referencia"
3761
 
3762
+ #: ../../admin/view/wp-slimstat-reports.php:264
3763
  #, fuzzy
3764
  msgid "Remove filter for"
3765
  msgstr "Seleccionar filtro"
3766
 
3767
+ #: ../../admin/view/wp-slimstat-reports.php:271
3768
  msgid "Reset All"
3769
  msgstr "Resetear todos"
3770
 
3771
+ #: ../../admin/view/wp-slimstat-reports.php:274
3772
  msgid "Current filters:"
3773
  msgstr "Filtros Actuales:"
3774
 
3775
+ #: ../../admin/view/wp-slimstat-reports.php:278
3776
  msgid "Refresh"
3777
  msgstr "Refrescar"
3778
 
3779
+ #: ../../admin/view/wp-slimstat-reports.php:352
3780
  #, php-format
3781
  msgid "Results %s - %s of %s"
3782
  msgstr "Resultados %s - %s de %s"
3783
 
3784
+ #: ../../admin/view/wp-slimstat-reports.php:354
3785
  msgid "Refresh in"
3786
  msgstr "Refrescar en"
3787
 
3788
+ #: ../../admin/view/wp-slimstat-reports.php:376
3789
+ #: ../../admin/view/wp-slimstat-reports.php:388
3790
  #, fuzzy, php-format
3791
  msgid "Daily %s"
3792
  msgstr "Paginas visitadas"
3793
 
3794
+ #: ../../admin/view/wp-slimstat-reports.php:379
3795
  #, php-format
3796
  msgid "%s Minute by Minute"
3797
  msgstr "%s Minuto a Minuto"
3798
 
3799
+ #: ../../admin/view/wp-slimstat-reports.php:382
3800
  #, fuzzy, php-format
3801
  msgid "Hourly %s"
3802
  msgstr "Paginas visitadas"
3803
 
3804
+ #: ../../admin/view/wp-slimstat-reports.php:385
3805
  #, fuzzy, php-format
3806
  msgid "Monthly %s"
3807
  msgstr "Mes"
3808
 
3809
+ #: ../../admin/view/wp-slimstat-reports.php:473
3810
  #, fuzzy
3811
  msgid "Category ID"
3812
  msgstr "ID de la entrada(sección) de la Categoria"
3813
 
3814
+ #: ../../admin/view/wp-slimstat-reports.php:506
3815
  msgid "OS Code"
3816
  msgstr "Código OS"
3817
 
3818
+ #: ../../admin/view/wp-slimstat-reports.php:516
3819
  #, fuzzy
3820
  msgid "Referrer"
3821
  msgstr "Referido"
3822
 
3823
+ #: ../../admin/view/wp-slimstat-reports.php:540
3824
+ #: ../../admin/view/wp-slimstat-reports.php:828
3825
+ #: ../../admin/view/wp-slimstat-reports.php:837
3826
+ #: ../../admin/view/wp-slimstat-reports.php:843
3827
+ #: ../../admin/view/wp-slimstat-reports.php:849
3828
+ #: ../../admin/view/wp-slimstat-reports.php:855
3829
+ #: ../../admin/view/wp-slimstat-reports.php:861
3830
+ #: ../../admin/view/wp-slimstat-reports.php:867
3831
+ #: ../../admin/view/wp-slimstat-reports.php:873
3832
  #, fuzzy
3833
  msgid "Hits"
3834
  msgstr "Visitas"
3835
 
3836
+ #: ../../admin/view/wp-slimstat-reports.php:714
3837
  #, fuzzy
3838
  msgid "Search for"
3839
  msgstr "Sumario de"
3840
 
3841
+ #: ../../admin/view/wp-slimstat-reports.php:750
3842
+ #: ../../admin/view/wp-slimstat-reports.php:760
3843
  #, fuzzy
3844
  msgid "Source"
3845
  msgstr "Porcentaje de Abandonos"
3846
 
3847
+ #: ../../admin/view/wp-slimstat-reports.php:752
3848
  msgid "Keywords"
3849
  msgstr "Palabras clave"
3850
 
3851
+ #: ../../admin/view/wp-slimstat-reports.php:760
3852
  #, php-format
3853
  msgid "Filter results where resource equals %s"
3854
  msgstr "Filtrar resultados donde la fuente sea %s"
3855
 
3856
+ #: ../../admin/view/wp-slimstat-reports.php:761
3857
+ #, fuzzy
3858
+ msgid "Link Details"
3859
+ msgstr "Expandir Detalles"
3860
+
3861
+ #: ../../admin/view/wp-slimstat-reports.php:774
3862
  #, fuzzy
3863
  msgid "Total Pageviews"
3864
  msgstr "Paginas visitadas"
3865
 
3866
+ #: ../../admin/view/wp-slimstat-reports.php:775
3867
  #, fuzzy
3868
  msgid "DB Size"
3869
  msgstr "Tamaño de los Datos"
3870
 
3871
+ #: ../../admin/view/wp-slimstat-reports.php:776
3872
  msgid "Tracking Active"
3873
  msgstr "Seguimiento Activo"
3874
 
3875
+ #: ../../admin/view/wp-slimstat-reports.php:777
3876
  msgid "Javascript Mode"
3877
  msgstr "Modo Javascript"
3878
 
3879
+ #: ../../admin/view/wp-slimstat-reports.php:778
3880
  msgid "Tracking Browser Caps"
3881
  msgstr "Caps para rastreo de Navegador"
3882
 
3883
+ #: ../../admin/view/wp-slimstat-reports.php:779
3884
  msgid "Auto purge"
3885
  msgstr "Autopurgar"
3886
 
3887
+ #: ../../admin/view/wp-slimstat-reports.php:780
3888
  #, fuzzy
3889
  msgid "Oldest pageview"
3890
  msgstr "Visita más larga"
3891
 
3892
+ #: ../../admin/view/wp-slimstat-reports.php:780
3893
  #, fuzzy
3894
  msgid "No visits"
3895
  msgstr "Visitantes"
3896
 
3897
+ #: ../../admin/view/wp-slimstat-reports.php:790
3898
+ #: ../../admin/view/wp-slimstat-reports.php:892
3899
  #, fuzzy
3900
  msgid ""
3901
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3904
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
3905
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
3906
 
3907
+ #: ../../admin/view/wp-slimstat-reports.php:792
3908
  msgid "How many pages have been visited on average during the current period."
3909
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
3910
 
3911
+ #: ../../admin/view/wp-slimstat-reports.php:793
3912
  #, fuzzy
3913
  msgid "Average Pageviews"
3914
  msgstr "Promedio Paginas Visitadas"
3915
 
3916
+ #: ../../admin/view/wp-slimstat-reports.php:794
3917
  msgid ""
3918
  "Visitors who landed on your site after searching for a keyword on Google, "
3919
  "Yahoo, etc."
3921
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
3922
  "Google, yahoo, etc."
3923
 
3924
+ #: ../../admin/view/wp-slimstat-reports.php:795
3925
  #, fuzzy
3926
  msgid "From Search Results"
3927
  msgstr "Principales Recursos"
3928
 
3929
+ #: ../../admin/view/wp-slimstat-reports.php:796
3930
  msgid ""
3931
  "Used to differentiate between multiple requests to download a file from one "
3932
  "internet address (IP) and requests originating from many distinct addresses"
3935
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
3936
  "diferentes direcciones"
3937
 
3938
+ #: ../../admin/view/wp-slimstat-reports.php:797
3939
+ #: ../../admin/view/wp-slimstat-reports.php:812
3940
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3941
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3942
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3943
  msgid "Unique IPs"
3944
  msgstr "IPs Unicas"
3945
 
3946
+ #: ../../admin/view/wp-slimstat-reports.php:798
3947
  msgid "Last 5 minutes"
3948
  msgstr "Últimos 5 minutos"
3949
 
3950
+ #: ../../admin/view/wp-slimstat-reports.php:799
3951
  msgid "Last 30 minutes"
3952
  msgstr "Últimos 30 minutos"
3953
 
3954
+ #: ../../admin/view/wp-slimstat-reports.php:809
3955
  msgid ""
3956
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3957
  "multiple times if they perform multiple visits."
3959
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
3960
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
3961
 
3962
+ #: ../../admin/view/wp-slimstat-reports.php:810
3963
  msgid "Human visits"
3964
  msgstr "Visitas humanas"
3965
 
3966
+ #: ../../admin/view/wp-slimstat-reports.php:811
3967
  msgid "It includes only traffic generated by human visitors."
3968
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
3969
 
3970
+ #: ../../admin/view/wp-slimstat-reports.php:813
3971
+ #: ../../admin/view/wp-slimstat-reports.php:904
3972
  msgid ""
3973
  "Percentage of single-page visits, i.e. visits in which the person left your "
3974
  "site from the entrance page."
3976
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
3977
  "dejó su sitio desde la página de entrada."
3978
 
3979
+ #: ../../admin/view/wp-slimstat-reports.php:814
3980
  msgid "Bounce rate"
3981
  msgstr "Porcentaje de Abandonos"
3982
 
3983
+ #: ../../admin/view/wp-slimstat-reports.php:815
3984
  msgid "Visitors who had previously left a comment on your blog."
3985
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
3986
 
3987
+ #: ../../admin/view/wp-slimstat-reports.php:816
3988
  #, fuzzy
3989
  msgid "Known visitors"
3990
  msgstr "Palabras clave recientes"
3991
 
3992
+ #: ../../admin/view/wp-slimstat-reports.php:817
3993
  msgid "Human users who visited your site only once."
3994
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
3995
 
3996
+ #: ../../admin/view/wp-slimstat-reports.php:818
3997
  #, fuzzy
3998
  msgid "New visitors"
3999
  msgstr "Visitantes"
4000
 
4001
+ #: ../../admin/view/wp-slimstat-reports.php:819
4002
  msgid "Bots"
4003
  msgstr "Motores de Búsqueda"
4004
 
4005
+ #: ../../admin/view/wp-slimstat-reports.php:820
4006
  msgid "Pages per visit"
4007
  msgstr "Páginas por visita"
4008
 
4009
+ #: ../../admin/view/wp-slimstat-reports.php:821
4010
+ #: ../../admin/view/wp-slimstat-reports.php:1129
4011
  msgid "Longest visit"
4012
  msgstr "Visita más larga"
4013
 
4014
+ #: ../../admin/view/wp-slimstat-reports.php:821
4015
  #, fuzzy
4016
  msgid "hits"
4017
  msgstr "Visitas"
4018
 
4019
+ #: ../../admin/view/wp-slimstat-reports.php:839
4020
  msgid "0 - 30 seconds"
4021
  msgstr "0 - 30 segundos"
4022
 
4023
+ #: ../../admin/view/wp-slimstat-reports.php:845
4024
  msgid "31 - 60 seconds"
4025
  msgstr "31 - 60 segundos"
4026
 
4027
+ #: ../../admin/view/wp-slimstat-reports.php:851
4028
  msgid "1 - 3 minutes"
4029
  msgstr "1 - 3 minutos"
4030
 
4031
+ #: ../../admin/view/wp-slimstat-reports.php:857
4032
  msgid "3 - 5 minutes"
4033
  msgstr "3 - 5 minutos"
4034
 
4035
+ #: ../../admin/view/wp-slimstat-reports.php:863
4036
  msgid "5 - 7 minutes"
4037
  msgstr "5 - 7 minutos"
4038
 
4039
+ #: ../../admin/view/wp-slimstat-reports.php:869
4040
  msgid "7 - 10 minutes"
4041
  msgstr "7 - 10 minutos"
4042
 
4043
+ #: ../../admin/view/wp-slimstat-reports.php:875
4044
  msgid "More than 10 minutes"
4045
  msgstr "Más de 10 minutos"
4046
 
4047
+ #: ../../admin/view/wp-slimstat-reports.php:884
4048
  #, fuzzy
4049
  msgid "Average time on site"
4050
  msgstr "Promedio de páginas vistas por horas"
4051
 
4052
+ #: ../../admin/view/wp-slimstat-reports.php:894
4053
  msgid ""
4054
  "A referrer (or referring site) is the site that a visitor previously visited "
4055
  "before following a link to your site."
4057
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
4058
  "acceso antes de seguir un enlace a su sitio."
4059
 
4060
+ #: ../../admin/view/wp-slimstat-reports.php:895
4061
  #, fuzzy
4062
  msgid "Unique Referrers"
4063
  msgstr "Referidos Únicos"
4064
 
4065
+ #: ../../admin/view/wp-slimstat-reports.php:896
4066
  msgid ""
4067
  "Visitors who visited the site by typing the URL directly into their browser. "
4068
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
4074
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
4075
  "enlaces de documentos que no incluyen variables de rastreo."
4076
 
4077
+ #: ../../admin/view/wp-slimstat-reports.php:897
4078
  #, fuzzy
4079
  msgid "Direct Pageviews"
4080
  msgstr "Paginas visitadas"
4081
 
4082
+ #: ../../admin/view/wp-slimstat-reports.php:898
4083
  msgid ""
4084
  "Visitors who came to your site via searches on Google or some other search "
4085
  "engine."
4087
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
4088
  "Google, yahoo, etc."
4089
 
4090
+ #: ../../admin/view/wp-slimstat-reports.php:899
4091
  msgid "From a search result"
4092
  msgstr "Desde un resultado de búsqueda"
4093
 
4094
+ #: ../../admin/view/wp-slimstat-reports.php:900
4095
  msgid ""
4096
  "The first page that a user views during a session. This is also known as the "
4097
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
4103
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
4104
  "página de entrada."
4105
 
4106
+ #: ../../admin/view/wp-slimstat-reports.php:901
4107
  #, fuzzy
4108
  msgid "Unique Landing Pages"
4109
  msgstr "IPs Unicas"
4110
 
4111
+ #: ../../admin/view/wp-slimstat-reports.php:902
4112
  msgid "Number of single-page visits to your site over the selected period."
4113
  msgstr "Número de visitas a una página en el período seleccionado."
4114
 
4115
+ #: ../../admin/view/wp-slimstat-reports.php:903
4116
  #, fuzzy
4117
  msgid "Bounce Pages"
4118
  msgstr "Porcentaje de Abandonos"
4119
 
4120
+ #: ../../admin/view/wp-slimstat-reports.php:905
4121
  #, fuzzy
4122
  msgid "New Visitors Rate"
4123
  msgstr "Visitantes"
4124
 
4125
+ #: ../../admin/view/wp-slimstat-reports.php:906
4126
  msgid ""
4127
  "Visitors who visited the site in the last 5 minutes coming from a search "
4128
  "engine."
4130
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
4131
  "motor de búsqueda."
4132
 
4133
+ #: ../../admin/view/wp-slimstat-reports.php:907
4134
  #, fuzzy
4135
  msgid "Currently from search engines"
4136
  msgstr "Motores de Búsqueda"
4137
 
4138
+ #: ../../admin/view/wp-slimstat-reports.php:975
4139
  msgid "Number of pages in your site included in Google's index."
4140
  msgstr "Número de páginas en su sitio incluidas en el índice de Google."
4141
 
4142
+ #: ../../admin/view/wp-slimstat-reports.php:976
4143
  msgid "Google Index"
4144
  msgstr "Indice de Google"
4145
 
4146
+ #: ../../admin/view/wp-slimstat-reports.php:977
4147
  msgid "Number of pages, according to Google, that link back to your site."
4148
  msgstr ""
4149
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
4150
 
4151
+ #: ../../admin/view/wp-slimstat-reports.php:978
4152
  msgid "Google Backlinks"
4153
  msgstr "Backlinks Google"
4154
 
4155
+ #: ../../admin/view/wp-slimstat-reports.php:979
4156
  msgid ""
4157
  "How many times the Facebook Like button has been approximately clicked on "
4158
  "your site."
4160
  "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
4161
  "Facebook en su sitio."
4162
 
4163
+ #: ../../admin/view/wp-slimstat-reports.php:980
4164
  msgid "Facebook Likes"
4165
  msgstr "Me Gusta de Facebook"
4166
 
4167
+ #: ../../admin/view/wp-slimstat-reports.php:981
4168
  msgid ""
4169
  "How many times your site has been shared by someone on the social network."
4170
  msgstr ""
4171
  "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
4172
 
4173
+ #: ../../admin/view/wp-slimstat-reports.php:982
4174
  msgid "Facebook Shares"
4175
  msgstr "Compartidas en Facebook"
4176
 
4177
+ #: ../../admin/view/wp-slimstat-reports.php:983
4178
  msgid "How many times links to your website have been clicked on Facebook."
4179
  msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
4180
 
4181
+ #: ../../admin/view/wp-slimstat-reports.php:984
4182
  #, fuzzy
4183
  msgid "Facebook Clicks"
4184
  msgstr "Enlaces Salientes Recientes"
4185
 
4186
+ #: ../../admin/view/wp-slimstat-reports.php:985
4187
  msgid ""
4188
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4189
  "traffic data."
4191
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
4192
  "información de tráfico de datos."
4193
 
4194
+ #: ../../admin/view/wp-slimstat-reports.php:986
4195
  msgid "Alexa World Rank"
4196
  msgstr "Clasificación Mundial Alexa."
4197
 
4198
+ #: ../../admin/view/wp-slimstat-reports.php:987
4199
  msgid "Alexa Country Rank"
4200
  msgstr "Clasificación por país Alexa"
4201
 
4202
+ #: ../../admin/view/wp-slimstat-reports.php:988
4203
  msgid "Alexa Popularity"
4204
  msgstr "Popularidad Alexa"
4205
 
4206
  # Unknown
4207
+ #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-xx"
4209
  msgstr "Unknown"
4210
 
4211
  # Afghanistan
4212
+ #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-af"
4214
  msgstr "Afghanistan"
4215
 
4216
  # Åland Islands
4217
+ #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-ax"
4219
  msgstr "Åland Islands"
4220
 
4221
  # Albania
4222
+ #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-al"
4224
  msgstr "Albania"
4225
 
4226
  # Algeria
4227
+ #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-dz"
4229
  msgstr "Algeria"
4230
 
4231
  # Andorra
4232
+ #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-ad"
4234
  msgstr "Andorra"
4235
 
4236
  # Angola
4237
+ #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-ao"
4239
  msgstr "Angola"
4240
 
4241
  # Anguilla
4242
+ #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-ai"
4244
  msgstr "Anguilla"
4245
 
4246
  # Antigua and Barbuda
4247
+ #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-ag"
4249
  msgstr "Antigua and Barbuda"
4250
 
4251
  # Argentina
4252
+ #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-ar"
4254
  msgstr "Argentina"
4255
 
4256
  # Armenia
4257
+ #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-am"
4259
  msgstr "Armenia"
4260
 
4261
  # Aruba
4262
+ #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-aw"
4264
  msgstr "Aruba"
4265
 
4266
  # Australia
4267
+ #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-au"
4269
  msgstr "Australia"
4270
 
4271
  # Austria
4272
+ #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-at"
4274
  msgstr "Austria"
4275
 
4276
  # Azerbaijan
4277
+ #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-az"
4279
  msgstr "Azerbaijan"
4280
 
4281
  # Bahamas
4282
+ #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-bs"
4284
  msgstr "Bahamas"
4285
 
4286
  # Bahrain
4287
+ #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-bh"
4289
  msgstr "Bahrain"
4290
 
4291
  # Bangladesh
4292
+ #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-bd"
4294
  msgstr "Bangladesh"
4295
 
4296
  # Barbados
4297
+ #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-bb"
4299
  msgstr "Barbados"
4300
 
4301
  # Belarus
4302
+ #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-by"
4304
  msgstr "Belarus"
4305
 
4306
  # Belgium
4307
+ #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-be"
4309
  msgstr "Belgium"
4310
 
4311
  # Belize
4312
+ #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-bz"
4314
  msgstr "Belize"
4315
 
4316
  # Benin
4317
+ #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-bj"
4319
  msgstr "Benin"
4320
 
4321
  # Bermuda
4322
+ #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-bm"
4324
  msgstr "Bermuda"
4325
 
4326
  # Bhutan
4327
+ #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-bt"
4329
  msgstr "Bhutan"
4330
 
4331
  # Bolivia
4332
+ #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-bo"
4334
  msgstr "Bolivia"
4335
 
4336
  # Bosnia and Herzegovina
4337
+ #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-ba"
4339
  msgstr "Bosnia and Herzegovina"
4340
 
4341
  # Botswana
4342
+ #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-bw"
4344
  msgstr "Botswana"
4345
 
4346
  # Brazil
4347
+ #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-br"
4349
  msgstr "Brazil"
4350
 
4351
  # Brunei Darussalam
4352
+ #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-bn"
4354
  msgstr "Brunei Darussalam"
4355
 
4356
  # Bulgaria
4357
+ #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-bg"
4359
  msgstr "Bulgaria"
4360
 
4361
  # Burkina Faso
4362
+ #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-bf"
4364
  msgstr "Burkina Faso"
4365
 
4366
  # Burundi
4367
+ #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-bi"
4369
  msgstr "Burundi"
4370
 
4371
  # Cambodia
4372
+ #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-kh"
4374
  msgstr "Cambodia"
4375
 
4376
  # Cameroon
4377
+ #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-cm"
4379
  msgstr "Cameroon"
4380
 
4381
  # Canada
4382
+ #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-ca"
4384
  msgstr "Canada"
4385
 
4386
  # Cape Verde
4387
+ #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-cv"
4389
  msgstr "Cape Verde"
4390
 
4391
  # Cayman Islands
4392
+ #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-ky"
4394
  msgstr "Cayman Islands"
4395
 
4396
  # Central African Republic
4397
+ #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-cf"
4399
  msgstr "Central African Republic"
4400
 
4401
  # Chad
4402
+ #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-td"
4404
  msgstr "Chad"
4405
 
4406
  # Chile
4407
+ #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-cl"
4409
  msgstr "Chile"
4410
 
4411
  # China
4412
+ #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-cn"
4414
  msgstr "China"
4415
 
4416
  # Colombia
4417
+ #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-co"
4419
  msgstr "Colombia"
4420
 
4421
  # Comoros
4422
+ #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-km"
4424
  msgstr "Comoros"
4425
 
4426
  # Congo
4427
+ #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-cg"
4429
  msgstr "Congo"
4430
 
4431
  # The Democratic Republic of the Congo
4432
+ #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-cd"
4434
  msgstr "The Democratic Republic of the Congo"
4435
 
4436
  # Costa Rica
4437
+ #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-cr"
4439
  msgstr "Costa Rica"
4440
 
4441
  # Côte d'Ivoire
4442
+ #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-ci"
4444
  msgstr "Côte d'Ivoire"
4445
 
4446
  # Croatia
4447
+ #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-hr"
4449
  msgstr "Croatia"
4450
 
4451
  # Cuba
4452
+ #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-cu"
4454
  msgstr "Cuba"
4455
 
4456
  # Cyprus
4457
+ #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-cy"
4459
  msgstr "Cyprus"
4460
 
4461
  # Czech Republic
4462
+ #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-cz"
4464
  msgstr "Czech Republic"
4465
 
4466
  # Denmark
4467
+ #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-dk"
4469
  msgstr "Denmark"
4470
 
4471
  # Djibouti
4472
+ #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-dj"
4474
  msgstr "Djibouti"
4475
 
4476
  # Dominica
4477
+ #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-dm"
4479
  msgstr "Dominica"
4480
 
4481
  # Dominican Republic
4482
+ #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-do"
4484
  msgstr "Dominican Republic"
4485
 
4486
  # Ecuador
4487
+ #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-ec"
4489
  msgstr "Ecuador"
4490
 
4491
  # Egypt
4492
+ #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-eg"
4494
  msgstr "Egypt"
4495
 
4496
  # El Salvador
4497
+ #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-sv"
4499
  msgstr "El Salvador"
4500
 
4501
  # Equatorial Guinea
4502
+ #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-gq"
4504
  msgstr "Equatorial Guinea"
4505
 
4506
  # Eritrea
4507
+ #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-er"
4509
  msgstr "Eritrea"
4510
 
4511
  # Estonia
4512
+ #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-ee"
4514
  msgstr "Estonia"
4515
 
4516
  # Ethiopia
4517
+ #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-et"
4519
  msgstr "Ethiopia"
4520
 
4521
  # Faroe Islands
4522
+ #: ../../admin/view/wp-slimstat-reports.php:995
4523
  msgid "c-fo"
4524
  msgstr "Faroe Islands"
4525
 
4526
  # Falkland Islands (Malvinas)
4527
+ #: ../../admin/view/wp-slimstat-reports.php:995
4528
  msgid "c-fk"
4529
  msgstr "Falkland Islands (Malvinas)"
4530
 
4531
  # Fiji
4532
+ #: ../../admin/view/wp-slimstat-reports.php:995
4533
  msgid "c-fj"
4534
  msgstr "Fiji"
4535
 
4536
  # Finland
4537
+ #: ../../admin/view/wp-slimstat-reports.php:995
4538
  msgid "c-fi"
4539
  msgstr "Finland"
4540
 
4541
  # France
4542
+ #: ../../admin/view/wp-slimstat-reports.php:995
4543
  msgid "c-fr"
4544
  msgstr "France"
4545
 
4546
  # French Guiana
4547
+ #: ../../admin/view/wp-slimstat-reports.php:995
4548
  msgid "c-gf"
4549
  msgstr "French Guiana"
4550
 
4551
  # Gabon
4552
+ #: ../../admin/view/wp-slimstat-reports.php:995
4553
  msgid "c-ga"
4554
  msgstr "Gabon"
4555
 
4556
  # Gambia
4557
+ #: ../../admin/view/wp-slimstat-reports.php:995
4558
  msgid "c-gm"
4559
  msgstr "Gambia"
4560
 
4561
  # Georgia
4562
+ #: ../../admin/view/wp-slimstat-reports.php:995
4563
  msgid "c-ge"
4564
  msgstr "Georgia"
4565
 
4566
  # Germany
4567
+ #: ../../admin/view/wp-slimstat-reports.php:995
4568
  msgid "c-de"
4569
  msgstr "Germany"
4570
 
4571
  # Ghana
4572
+ #: ../../admin/view/wp-slimstat-reports.php:995
4573
  msgid "c-gh"
4574
  msgstr "Ghana"
4575
 
4576
  # Greece
4577
+ #: ../../admin/view/wp-slimstat-reports.php:995
4578
  msgid "c-gr"
4579
  msgstr "Greece"
4580
 
4581
  # Greenland
4582
+ #: ../../admin/view/wp-slimstat-reports.php:995
4583
  msgid "c-gl"
4584
  msgstr "Greenland"
4585
 
4586
  # Grenada
4587
+ #: ../../admin/view/wp-slimstat-reports.php:995
4588
  msgid "c-gd"
4589
  msgstr "Grenada"
4590
 
4591
  # Guadeloupe
4592
+ #: ../../admin/view/wp-slimstat-reports.php:995
4593
  msgid "c-gp"
4594
  msgstr "Guadeloupe"
4595
 
4596
  # Guatemala
4597
+ #: ../../admin/view/wp-slimstat-reports.php:995
4598
  msgid "c-gt"
4599
  msgstr "Guatemala"
4600
 
4601
  # Guinea
4602
+ #: ../../admin/view/wp-slimstat-reports.php:995
4603
  msgid "c-gn"
4604
  msgstr "Guinea"
4605
 
4606
  # Guinea-Bissau
4607
+ #: ../../admin/view/wp-slimstat-reports.php:995
4608
  msgid "c-gw"
4609
  msgstr "Guinea-Bissau"
4610
 
4611
  # Guyana
4612
+ #: ../../admin/view/wp-slimstat-reports.php:995
4613
  msgid "c-gy"
4614
  msgstr "Guyana"
4615
 
4616
  # Haiti
4617
+ #: ../../admin/view/wp-slimstat-reports.php:995
4618
  msgid "c-ht"
4619
  msgstr "Haiti"
4620
 
4621
  # Honduras
4622
+ #: ../../admin/view/wp-slimstat-reports.php:995
4623
  msgid "c-hn"
4624
  msgstr "Honduras"
4625
 
4626
  # Hong Kong
4627
+ #: ../../admin/view/wp-slimstat-reports.php:995
4628
  msgid "c-hk"
4629
  msgstr "Hong Kong"
4630
 
4631
  # Hungary
4632
+ #: ../../admin/view/wp-slimstat-reports.php:995
4633
  msgid "c-hu"
4634
  msgstr "Hungary"
4635
 
4636
  # Iceland
4637
+ #: ../../admin/view/wp-slimstat-reports.php:995
4638
  msgid "c-is"
4639
  msgstr "Iceland"
4640
 
4641
  # India
4642
+ #: ../../admin/view/wp-slimstat-reports.php:995
4643
  msgid "c-in"
4644
  msgstr "India"
4645
 
4646
  # Indonesia
4647
+ #: ../../admin/view/wp-slimstat-reports.php:995
4648
  msgid "c-id"
4649
  msgstr "Indonesia"
4650
 
4651
  # Islamic Republic of Iran
4652
+ #: ../../admin/view/wp-slimstat-reports.php:995
4653
  msgid "c-ir"
4654
  msgstr "Islamic Republic of Iran"
4655
 
4656
  # Iraq
4657
+ #: ../../admin/view/wp-slimstat-reports.php:995
4658
  msgid "c-iq"
4659
  msgstr "Iraq"
4660
 
4661
  # Ireland
4662
+ #: ../../admin/view/wp-slimstat-reports.php:995
4663
  msgid "c-ie"
4664
  msgstr "Ireland"
4665
 
4666
  # Israel
4667
+ #: ../../admin/view/wp-slimstat-reports.php:995
4668
  msgid "c-il"
4669
  msgstr "Israel"
4670
 
4671
  # Italy
4672
+ #: ../../admin/view/wp-slimstat-reports.php:995
4673
  msgid "c-it"
4674
  msgstr "Italy"
4675
 
4676
  # Jamaica
4677
+ #: ../../admin/view/wp-slimstat-reports.php:995
4678
  msgid "c-jm"
4679
  msgstr "Jamaica"
4680
 
4681
  # Japan
4682
+ #: ../../admin/view/wp-slimstat-reports.php:995
4683
  msgid "c-jp"
4684
  msgstr "Japan"
4685
 
4686
  # Jordan
4687
+ #: ../../admin/view/wp-slimstat-reports.php:995
4688
  msgid "c-jo"
4689
  msgstr "Jordan"
4690
 
4691
  # Kazakhstan
4692
+ #: ../../admin/view/wp-slimstat-reports.php:995
4693
  msgid "c-kz"
4694
  msgstr "Kazakhstan"
4695
 
4696
  # Kenya
4697
+ #: ../../admin/view/wp-slimstat-reports.php:995
4698
  msgid "c-ke"
4699
  msgstr "Kenya"
4700
 
4701
  # Nauru
4702
+ #: ../../admin/view/wp-slimstat-reports.php:995
4703
  msgid "c-nr"
4704
  msgstr "Nauru"
4705
 
4706
  # Democratic People's Republic of Korea
4707
+ #: ../../admin/view/wp-slimstat-reports.php:995
4708
  msgid "c-kp"
4709
  msgstr "Democratic People's Republic of Korea"
4710
 
4711
  # Republic of Korea
4712
+ #: ../../admin/view/wp-slimstat-reports.php:995
4713
  msgid "c-kr"
4714
  msgstr "Republic of Korea"
4715
 
4716
+ #: ../../admin/view/wp-slimstat-reports.php:995
4717
  msgid "c-kv"
4718
  msgstr "c-kv"
4719
 
4720
  # Kuwait
4721
+ #: ../../admin/view/wp-slimstat-reports.php:995
4722
  msgid "c-kw"
4723
  msgstr "Kuwait"
4724
 
4725
  # Kyrgyzstan
4726
+ #: ../../admin/view/wp-slimstat-reports.php:995
4727
  msgid "c-kg"
4728
  msgstr "Kyrgyzstan"
4729
 
4730
  # Lao People's Democratic Republic
4731
+ #: ../../admin/view/wp-slimstat-reports.php:995
4732
  msgid "c-la"
4733
  msgstr "Lao People's Democratic Republic"
4734
 
4735
  # Latvia
4736
+ #: ../../admin/view/wp-slimstat-reports.php:995
4737
  msgid "c-lv"
4738
  msgstr "Latvia"
4739
 
4740
  # Lebanon
4741
+ #: ../../admin/view/wp-slimstat-reports.php:995
4742
  msgid "c-lb"
4743
  msgstr "Lebanon"
4744
 
4745
  # Lesotho
4746
+ #: ../../admin/view/wp-slimstat-reports.php:995
4747
  msgid "c-ls"
4748
  msgstr "Lesotho"
4749
 
4750
  # Liberia
4751
+ #: ../../admin/view/wp-slimstat-reports.php:995
4752
  msgid "c-lr"
4753
  msgstr "Liberia"
4754
 
4755
  # Libyan Arab Jamahiriya
4756
+ #: ../../admin/view/wp-slimstat-reports.php:995
4757
  msgid "c-ly"
4758
  msgstr "Libyan Arab Jamahiriya"
4759
 
4760
  # Liechtenstein
4761
+ #: ../../admin/view/wp-slimstat-reports.php:995
4762
  msgid "c-li"
4763
  msgstr "Liechtenstein"
4764
 
4765
  # Lithuania
4766
+ #: ../../admin/view/wp-slimstat-reports.php:995
4767
  msgid "c-lt"
4768
  msgstr "Lithuania"
4769
 
4770
  # Luxembourg
4771
+ #: ../../admin/view/wp-slimstat-reports.php:995
4772
  msgid "c-lu"
4773
  msgstr "Luxembourg"
4774
 
4775
  # The Former Yugoslav Republic of Macedonia
4776
+ #: ../../admin/view/wp-slimstat-reports.php:995
4777
  msgid "c-mk"
4778
  msgstr "The Former Yugoslav Republic of Macedonia"
4779
 
4780
  # Madagascar
4781
+ #: ../../admin/view/wp-slimstat-reports.php:995
4782
  msgid "c-mg"
4783
  msgstr "Madagascar"
4784
 
4785
  # Malawi
4786
+ #: ../../admin/view/wp-slimstat-reports.php:995
4787
  msgid "c-mw"
4788
  msgstr "Malawi"
4789
 
4790
  # Malaysia
4791
+ #: ../../admin/view/wp-slimstat-reports.php:995
4792
  msgid "c-my"
4793
  msgstr "Malaysia"
4794
 
4795
  # Mali
4796
+ #: ../../admin/view/wp-slimstat-reports.php:995
4797
  msgid "c-ml"
4798
  msgstr "Mali"
4799
 
4800
  # Malta
4801
+ #: ../../admin/view/wp-slimstat-reports.php:995
4802
  msgid "c-mt"
4803
  msgstr "Malta"
4804
 
4805
  # Martinique
4806
+ #: ../../admin/view/wp-slimstat-reports.php:995
4807
  msgid "c-mq"
4808
  msgstr "Martinique"
4809
 
4810
  # Mauritania
4811
+ #: ../../admin/view/wp-slimstat-reports.php:995
4812
  msgid "c-mr"
4813
  msgstr "Mauritania"
4814
 
4815
  # Mauritius
4816
+ #: ../../admin/view/wp-slimstat-reports.php:995
4817
  msgid "c-mu"
4818
  msgstr "Mauritius"
4819
 
4820
  # Mexico
4821
+ #: ../../admin/view/wp-slimstat-reports.php:995
4822
  msgid "c-mx"
4823
  msgstr "Mexico"
4824
 
4825
  # Moldova
4826
+ #: ../../admin/view/wp-slimstat-reports.php:995
4827
  msgid "c-md"
4828
  msgstr "Moldova"
4829
 
4830
  # Mongolia
4831
+ #: ../../admin/view/wp-slimstat-reports.php:995
4832
  msgid "c-mn"
4833
  msgstr "Mongolia"
4834
 
4835
  # Montenegro
4836
+ #: ../../admin/view/wp-slimstat-reports.php:995
4837
  msgid "c-me"
4838
  msgstr "Montenegro"
4839
 
4840
  # Montserrat
4841
+ #: ../../admin/view/wp-slimstat-reports.php:995
4842
  msgid "c-ms"
4843
  msgstr "Montserrat"
4844
 
4845
  # Morocco
4846
+ #: ../../admin/view/wp-slimstat-reports.php:995
4847
  msgid "c-ma"
4848
  msgstr "Morocco"
4849
 
4850
  # Mozambique
4851
+ #: ../../admin/view/wp-slimstat-reports.php:995
4852
  msgid "c-mz"
4853
  msgstr "Mozambique"
4854
 
4855
  # Myanmar
4856
+ #: ../../admin/view/wp-slimstat-reports.php:995
4857
  msgid "c-mm"
4858
  msgstr "Myanmar"
4859
 
4860
  # Namibia
4861
+ #: ../../admin/view/wp-slimstat-reports.php:995
4862
  msgid "c-na"
4863
  msgstr "Namibia"
4864
 
4865
  # Nepal
4866
+ #: ../../admin/view/wp-slimstat-reports.php:995
4867
  msgid "c-np"
4868
  msgstr "Nepal"
4869
 
4870
  # Netherlands
4871
+ #: ../../admin/view/wp-slimstat-reports.php:995
4872
  msgid "c-nl"
4873
  msgstr "Netherlands"
4874
 
4875
  # New Caledonia
4876
+ #: ../../admin/view/wp-slimstat-reports.php:995
4877
  msgid "c-nc"
4878
  msgstr "New Caledonia"
4879
 
4880
  # New Zealand
4881
+ #: ../../admin/view/wp-slimstat-reports.php:995
4882
  msgid "c-nz"
4883
  msgstr "New Zealand"
4884
 
4885
  # Nicaragua
4886
+ #: ../../admin/view/wp-slimstat-reports.php:995
4887
  msgid "c-ni"
4888
  msgstr "Nicaragua"
4889
 
4890
  # Niger
4891
+ #: ../../admin/view/wp-slimstat-reports.php:995
4892
  msgid "c-ne"
4893
  msgstr "Niger"
4894
 
4895
  # Nigeria
4896
+ #: ../../admin/view/wp-slimstat-reports.php:995
4897
  msgid "c-ng"
4898
  msgstr "Nigeria"
4899
 
4900
  # Norway
4901
+ #: ../../admin/view/wp-slimstat-reports.php:995
4902
  msgid "c-no"
4903
  msgstr "Norway"
4904
 
4905
  # Oman
4906
+ #: ../../admin/view/wp-slimstat-reports.php:995
4907
  msgid "c-om"
4908
  msgstr "Oman"
4909
 
4910
  # Pakistan
4911
+ #: ../../admin/view/wp-slimstat-reports.php:995
4912
  msgid "c-pk"
4913
  msgstr "Pakistan"
4914
 
4915
  # Palau
4916
+ #: ../../admin/view/wp-slimstat-reports.php:995
4917
  msgid "c-pw"
4918
  msgstr "Palau"
4919
 
4920
  # Occupied Palestinian Territory
4921
+ #: ../../admin/view/wp-slimstat-reports.php:995
4922
  msgid "c-ps"
4923
  msgstr "Occupied Palestinian Territory"
4924
 
4925
  # Panama
4926
+ #: ../../admin/view/wp-slimstat-reports.php:995
4927
  msgid "c-pa"
4928
  msgstr "Panama"
4929
 
4930
  # Papua New Guinea
4931
+ #: ../../admin/view/wp-slimstat-reports.php:995
4932
  msgid "c-pg"
4933
  msgstr "Papua New Guinea"
4934
 
4935
  # Paraguay
4936
+ #: ../../admin/view/wp-slimstat-reports.php:995
4937
  msgid "c-py"
4938
  msgstr "Paraguay"
4939
 
4940
  # Peru
4941
+ #: ../../admin/view/wp-slimstat-reports.php:995
4942
  msgid "c-pe"
4943
  msgstr "Peru"
4944
 
4945
  # Philippines
4946
+ #: ../../admin/view/wp-slimstat-reports.php:995
4947
  msgid "c-ph"
4948
  msgstr "Philippines"
4949
 
4950
  # Poland
4951
+ #: ../../admin/view/wp-slimstat-reports.php:995
4952
  msgid "c-pl"
4953
  msgstr "Poland"
4954
 
4955
  # Portugal
4956
+ #: ../../admin/view/wp-slimstat-reports.php:995
4957
  msgid "c-pt"
4958
  msgstr "Portugal"
4959
 
4960
  # Puerto Rico
4961
+ #: ../../admin/view/wp-slimstat-reports.php:995
4962
  msgid "c-pr"
4963
  msgstr "Puerto Rico"
4964
 
4965
  # Qatar
4966
+ #: ../../admin/view/wp-slimstat-reports.php:995
4967
  msgid "c-qa"
4968
  msgstr "Qatar"
4969
 
4970
  # Réunion
4971
+ #: ../../admin/view/wp-slimstat-reports.php:995
4972
  msgid "c-re"
4973
  msgstr "Réunion"
4974
 
4975
  # Romania
4976
+ #: ../../admin/view/wp-slimstat-reports.php:995
4977
  msgid "c-ro"
4978
  msgstr "Romania"
4979
 
4980
  # Russian Federation
4981
+ #: ../../admin/view/wp-slimstat-reports.php:995
4982
  msgid "c-ru"
4983
  msgstr "Russian Federation"
4984
 
4985
  # Rwanda
4986
+ #: ../../admin/view/wp-slimstat-reports.php:995
4987
  msgid "c-rw"
4988
  msgstr "Rwanda"
4989
 
4990
  # Saint Kitts and Nevis
4991
+ #: ../../admin/view/wp-slimstat-reports.php:995
4992
  msgid "c-kn"
4993
  msgstr "Saint Kitts and Nevis"
4994
 
4995
  # Saint Lucia
4996
+ #: ../../admin/view/wp-slimstat-reports.php:995
4997
  msgid "c-lc"
4998
  msgstr "Saint Lucia"
4999
 
5000
  # Saint Martin
5001
+ #: ../../admin/view/wp-slimstat-reports.php:995
5002
  msgid "c-mf"
5003
  msgstr "Saint Martin"
5004
 
5005
  # Saint Vincent and the Grenadines
5006
+ #: ../../admin/view/wp-slimstat-reports.php:995
5007
  msgid "c-vc"
5008
  msgstr "Saint Vincent and the Grenadines"
5009
 
5010
  # Samoa
5011
+ #: ../../admin/view/wp-slimstat-reports.php:995
5012
  msgid "c-ws"
5013
  msgstr "Samoa"
5014
 
5015
  # Sao Tome and Principe
5016
+ #: ../../admin/view/wp-slimstat-reports.php:995
5017
  msgid "c-st"
5018
  msgstr "Sao Tome and Principe"
5019
 
5020
  # Saudi Arabia
5021
+ #: ../../admin/view/wp-slimstat-reports.php:995
5022
  msgid "c-sa"
5023
  msgstr "Saudi Arabia"
5024
 
5025
  # Senegal
5026
+ #: ../../admin/view/wp-slimstat-reports.php:995
5027
  msgid "c-sn"
5028
  msgstr "Senegal"
5029
 
5030
  # Serbia
5031
+ #: ../../admin/view/wp-slimstat-reports.php:995
5032
  msgid "c-rs"
5033
  msgstr "Serbia"
5034
 
5035
  # Sierra Leone
5036
+ #: ../../admin/view/wp-slimstat-reports.php:995
5037
  msgid "c-sl"
5038
  msgstr "Sierra Leone"
5039
 
5040
  # Singapore
5041
+ #: ../../admin/view/wp-slimstat-reports.php:995
5042
  msgid "c-sg"
5043
  msgstr "Singapore"
5044
 
5045
  # Slovakia
5046
+ #: ../../admin/view/wp-slimstat-reports.php:995
5047
  msgid "c-sk"
5048
  msgstr "Slovakia"
5049
 
5050
  # Slovenia
5051
+ #: ../../admin/view/wp-slimstat-reports.php:995
5052
  msgid "c-si"
5053
  msgstr "Slovenia"
5054
 
5055
  # Solomon Islands
5056
+ #: ../../admin/view/wp-slimstat-reports.php:995
5057
  msgid "c-sb"
5058
  msgstr "Solomon Islands"
5059
 
5060
  # Somalia
5061
+ #: ../../admin/view/wp-slimstat-reports.php:995
5062
  msgid "c-so"
5063
  msgstr "Somalia"
5064
 
5065
  # South Africa
5066
+ #: ../../admin/view/wp-slimstat-reports.php:995
5067
  msgid "c-za"
5068
  msgstr "South Africa"
5069
 
5070
  # South Georgia and the South Sandwich Islands
5071
+ #: ../../admin/view/wp-slimstat-reports.php:995
5072
  msgid "c-gs"
5073
  msgstr "South Georgia and the South Sandwich Islands"
5074
 
5075
  # Spain
5076
+ #: ../../admin/view/wp-slimstat-reports.php:995
5077
  msgid "c-es"
5078
  msgstr "Spain"
5079
 
5080
  # Sri Lanka
5081
+ #: ../../admin/view/wp-slimstat-reports.php:995
5082
  msgid "c-lk"
5083
  msgstr "Sri Lanka"
5084
 
5085
  # Seychelles
5086
+ #: ../../admin/view/wp-slimstat-reports.php:995
5087
  msgid "c-sc"
5088
  msgstr "Seychelles"
5089
 
5090
  # Sudan
5091
+ #: ../../admin/view/wp-slimstat-reports.php:995
5092
  msgid "c-sd"
5093
  msgstr "Sudan"
5094
 
5095
+ #: ../../admin/view/wp-slimstat-reports.php:995
5096
  msgid "c-ss"
5097
  msgstr "c-ss"
5098
 
5099
  # Suriname
5100
+ #: ../../admin/view/wp-slimstat-reports.php:995
5101
  msgid "c-sr"
5102
  msgstr "Suriname"
5103
 
5104
  # Svalbard and Jan Mayen
5105
+ #: ../../admin/view/wp-slimstat-reports.php:995
5106
  msgid "c-sj"
5107
  msgstr "Svalbard and Jan Mayen"
5108
 
5109
  # Swaziland
5110
+ #: ../../admin/view/wp-slimstat-reports.php:995
5111
  msgid "c-sz"
5112
  msgstr "Swaziland"
5113
 
5114
  # Sweden
5115
+ #: ../../admin/view/wp-slimstat-reports.php:995
5116
  msgid "c-se"
5117
  msgstr "Sweden"
5118
 
5119
  # Switzerland
5120
+ #: ../../admin/view/wp-slimstat-reports.php:995
5121
  msgid "c-ch"
5122
  msgstr "Switzerland"
5123
 
5124
  # Syrian Arab Republic
5125
+ #: ../../admin/view/wp-slimstat-reports.php:995
5126
  msgid "c-sy"
5127
  msgstr "Syrian Arab Republic"
5128
 
5129
  # Taiwan, Province of China
5130
+ #: ../../admin/view/wp-slimstat-reports.php:995
5131
  msgid "c-tw"
5132
  msgstr "Taiwan, Province of China"
5133
 
5134
  # Tajikistan
5135
+ #: ../../admin/view/wp-slimstat-reports.php:995
5136
  msgid "c-tj"
5137
  msgstr "Tajikistan"
5138
 
5139
  # United Republic of Tanzania
5140
+ #: ../../admin/view/wp-slimstat-reports.php:995
5141
  msgid "c-tz"
5142
  msgstr "United Republic of Tanzania"
5143
 
5144
  # Thailand
5145
+ #: ../../admin/view/wp-slimstat-reports.php:995
5146
  msgid "c-th"
5147
  msgstr "Thailand"
5148
 
5149
  # Timor-Leste
5150
+ #: ../../admin/view/wp-slimstat-reports.php:995
5151
  msgid "c-tl"
5152
  msgstr "Timor-Leste"
5153
 
5154
  # Togo
5155
+ #: ../../admin/view/wp-slimstat-reports.php:995
5156
  msgid "c-tg"
5157
  msgstr "Togo"
5158
 
5159
  # Tonga
5160
+ #: ../../admin/view/wp-slimstat-reports.php:995
5161
  msgid "c-to"
5162
  msgstr "Tonga"
5163
 
5164
  # Trinidad and Tobago
5165
+ #: ../../admin/view/wp-slimstat-reports.php:995
5166
  msgid "c-tt"
5167
  msgstr "Trinidad and Tobago"
5168
 
5169
  # Tunisia
5170
+ #: ../../admin/view/wp-slimstat-reports.php:995
5171
  msgid "c-tn"
5172
  msgstr "Tunisia"
5173
 
5174
  # Turkey
5175
+ #: ../../admin/view/wp-slimstat-reports.php:995
5176
  msgid "c-tr"
5177
  msgstr "Turkey"
5178
 
5179
  # Turkmenistan
5180
+ #: ../../admin/view/wp-slimstat-reports.php:995
5181
  msgid "c-tm"
5182
  msgstr "Turkmenistan"
5183
 
5184
  # Turks and Caicos Islands
5185
+ #: ../../admin/view/wp-slimstat-reports.php:995
5186
  msgid "c-tc"
5187
  msgstr "Turks and Caicos Islands"
5188
 
5189
  # Uganda
5190
+ #: ../../admin/view/wp-slimstat-reports.php:995
5191
  msgid "c-ug"
5192
  msgstr "Uganda"
5193
 
5194
  # Ukraine
5195
+ #: ../../admin/view/wp-slimstat-reports.php:995
5196
  msgid "c-ua"
5197
  msgstr "Ukraine"
5198
 
5199
  # United Arab Emirates
5200
+ #: ../../admin/view/wp-slimstat-reports.php:995
5201
  msgid "c-ae"
5202
  msgstr "United Arab Emirates"
5203
 
5204
  # United Kingdom
5205
+ #: ../../admin/view/wp-slimstat-reports.php:995
5206
  msgid "c-gb"
5207
  msgstr "United Kingdom"
5208
 
5209
  # United States
5210
+ #: ../../admin/view/wp-slimstat-reports.php:995
5211
  msgid "c-us"
5212
  msgstr "United States"
5213
 
5214
  # Uruguay
5215
+ #: ../../admin/view/wp-slimstat-reports.php:995
5216
  msgid "c-uy"
5217
  msgstr "Uruguay"
5218
 
5219
  # Uzbekistan
5220
+ #: ../../admin/view/wp-slimstat-reports.php:995
5221
  msgid "c-uz"
5222
  msgstr "Uzbekistan"
5223
 
5224
  # Vanuatu
5225
+ #: ../../admin/view/wp-slimstat-reports.php:995
5226
  msgid "c-vu"
5227
  msgstr "Vanuatu"
5228
 
5229
  # Venezuela
5230
+ #: ../../admin/view/wp-slimstat-reports.php:995
5231
  msgid "c-ve"
5232
  msgstr "Venezuela"
5233
 
5234
  # Viet Nam
5235
+ #: ../../admin/view/wp-slimstat-reports.php:995
5236
  msgid "c-vn"
5237
  msgstr "Viet Nam"
5238
 
5239
  # British Virgin Islands
5240
+ #: ../../admin/view/wp-slimstat-reports.php:995
5241
  msgid "c-vg"
5242
  msgstr "British Virgin Islands"
5243
 
5244
  # U.S. Virgin Islands
5245
+ #: ../../admin/view/wp-slimstat-reports.php:995
5246
  msgid "c-vi"
5247
  msgstr "U.S. Virgin Islands"
5248
 
5249
  # Western Sahara
5250
+ #: ../../admin/view/wp-slimstat-reports.php:995
5251
  msgid "c-eh"
5252
  msgstr "Western Sahara"
5253
 
5254
  # Yemen
5255
+ #: ../../admin/view/wp-slimstat-reports.php:995
5256
  msgid "c-ye"
5257
  msgstr "Yemen"
5258
 
5259
  # Zambia
5260
+ #: ../../admin/view/wp-slimstat-reports.php:995
5261
  msgid "c-zm"
5262
  msgstr "Zambia"
5263
 
5264
  # Zimbabwe
5265
+ #: ../../admin/view/wp-slimstat-reports.php:995
5266
  msgid "c-zw"
5267
  msgstr "Zimbabwe"
5268
 
5269
  # Guernsey
5270
+ #: ../../admin/view/wp-slimstat-reports.php:995
5271
  msgid "c-gg"
5272
  msgstr "Guernsey"
5273
 
5274
  # Jersey
5275
+ #: ../../admin/view/wp-slimstat-reports.php:995
5276
  msgid "c-je"
5277
  msgstr "Jersey"
5278
 
5279
  # Isle of Man
5280
+ #: ../../admin/view/wp-slimstat-reports.php:995
5281
  msgid "c-im"
5282
  msgstr "Isle of Man"
5283
 
5284
  # Maldives
5285
+ #: ../../admin/view/wp-slimstat-reports.php:995
5286
  msgid "c-mv"
5287
  msgstr "Maldives"
5288
 
5289
  # European Union
5290
+ #: ../../admin/view/wp-slimstat-reports.php:996
5291
  msgid "c-eu"
5292
  msgstr "European Union"
5293
 
5294
+ #: ../../admin/view/wp-slimstat-reports.php:1085
5295
  msgid ""
5296
  "This value includes not only posts, but also custom post types, regardless "
5297
  "of their status"
5299
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
5300
  "personalizados, sin importar su estado"
5301
 
5302
+ #: ../../admin/view/wp-slimstat-reports.php:1086
5303
  #, fuzzy
5304
  msgid "Content Items"
5305
  msgstr "Contenido"
5306
 
5307
+ #: ../../admin/view/wp-slimstat-reports.php:1087
5308
  #, fuzzy
5309
  msgid "Total Comments"
5310
  msgstr "Total de Accesos"
5311
 
5312
+ #: ../../admin/view/wp-slimstat-reports.php:1088
5313
  msgid "Pingbacks"
5314
  msgstr "Pingbacks"
5315
 
5316
+ #: ../../admin/view/wp-slimstat-reports.php:1089
5317
  msgid "Trackbacks"
5318
  msgstr "Trackbacks"
5319
 
5320
+ #: ../../admin/view/wp-slimstat-reports.php:1090
 
 
 
 
 
 
 
 
 
5321
  msgid "Avg Comments Per Post"
5322
  msgstr "Promedio de Comentarios por Publicación"
5323
 
5324
+ #: ../../admin/view/wp-slimstat-reports.php:1091
5325
  msgid "Avg Posts Per Day"
5326
  msgstr "Promedio de Publicaciones por Día"
5327
 
5328
+ #: ../../admin/view/wp-slimstat-reports.php:1092
5329
+ msgid "Avg Server Latency"
5330
+ msgstr ""
5331
+
5332
+ #: ../../admin/view/wp-slimstat-reports.php:1093
5333
+ #, fuzzy
5334
+ msgid "Avg Page Load Time"
5335
+ msgstr "Promedio Paginas Visitadas"
5336
+
5337
+ #: ../../admin/view/wp-slimstat-reports.php:1120
5338
  msgid "Visits"
5339
  msgstr "Visitas"
5340
 
5341
+ #: ../../admin/view/wp-slimstat-reports.php:1124
5342
  msgid "Domains"
5343
  msgstr "Dominios"
5344
 
5345
+ #: ../../admin/view/wp-slimstat-reports.php:1129
5346
  msgid "Avg Pageviews"
5347
  msgstr "Promedio Paginas Visitadas"
5348
 
5349
+ #~ msgid "Visitors"
5350
+ #~ msgstr "Visitantes"
5351
+
5352
+ #~ msgid "Content"
5353
+ #~ msgstr "Contenido"
5354
+
5355
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
5356
+ #~ msgstr ""
5357
+ #~ "Eche un vistazo a lo que los visitantes humanos están haciendo en su "
5358
+ #~ "sitio web."
5359
+
5360
+ #~ msgid "Visit with keywords"
5361
+ #~ msgstr "Visita con palabras clave"
5362
+
5363
+ #, fuzzy
5364
+ #~ msgid "Known User"
5365
+ #~ msgstr "Navegadores recientes"
5366
+
5367
+ #, fuzzy
5368
+ #~ msgid "Human Visitor"
5369
+ #~ msgstr "Visitas humanas"
5370
+
5371
+ #, fuzzy
5372
+ #~ msgid "At A Glance"
5373
+ #~ msgstr "Un vistazo"
5374
+
5375
+ #~ msgid ""
5376
+ #~ "Click on a data point to display the activity chart for each hour of that "
5377
+ #~ "day"
5378
+ #~ msgstr ""
5379
+ #~ "Haga clic en un punto de datos para mostrar la gráfica de actividades "
5380
+ #~ "para cada hora de ese día"
5381
+
5382
+ #, fuzzy
5383
+ #~ msgid "Longest Post (ID)"
5384
+ #~ msgstr "Visita más larga"
5385
+
5386
+ #~ msgid "Longest Comment (ID)"
5387
+ #~ msgstr "Comenntario más largo (ID)"
5388
+
5389
  #~ msgid ""
5390
  #~ "WARNING: a misconfigured setting and/or server environment is preventing "
5391
  #~ "WP SlimStat from properly tracking your visitors. Please <a target="
admin/lang/wp-slimstat-fa_IR.mo CHANGED
Binary file
admin/lang/wp-slimstat-fa_IR.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2014-03-02 22:44-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: Salman <salmanmp@gmail.com>\n"
@@ -14,134 +14,126 @@ msgstr ""
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../..\n"
16
 
17
- #: ../../wp-slimstat.php:1179 ../../admin/wp-slimstat-admin.php:411
18
- #: ../../admin/config/index.php:58 ../../admin/view/wp-slimstat-reports.php:28
19
- msgid "Activity Log"
20
- msgstr "فهرست فعالیت ها"
21
 
22
- #: ../../wp-slimstat.php:1180 ../../admin/wp-slimstat-admin.php:412
23
- #: ../../admin/wp-slimstat-admin.php:429
24
- #: ../../admin/view/wp-slimstat-reports.php:29
25
  msgid "Overview"
26
  msgstr "مرور"
27
 
28
- #: ../../wp-slimstat.php:1181 ../../admin/wp-slimstat-admin.php:413
29
- #: ../../admin/wp-slimstat-admin.php:430
30
- #: ../../admin/view/wp-slimstat-reports.php:30
31
- msgid "Visitors"
32
- msgstr "بینندگان"
33
-
34
- #: ../../wp-slimstat.php:1182 ../../admin/wp-slimstat-admin.php:414
35
- #: ../../admin/wp-slimstat-admin.php:431
36
- #: ../../admin/view/wp-slimstat-reports.php:31
37
- msgid "Content"
38
- msgstr "محتوا"
39
-
40
- #: ../../wp-slimstat.php:1183 ../../admin/wp-slimstat-admin.php:415
41
- #: ../../admin/wp-slimstat-admin.php:432 ../../admin/view/index.php:169
42
- #: ../../admin/view/wp-slimstat-reports.php:32
43
  msgid "Traffic Sources"
44
  msgstr "منابع ترافیک"
45
 
46
- #: ../../wp-slimstat.php:1184 ../../admin/wp-slimstat-admin.php:416
47
- #: ../../admin/wp-slimstat-admin.php:433
48
- #: ../../admin/view/wp-slimstat-reports.php:33
49
- #: ../../admin/view/wp-slimstat-reports.php:101
50
- msgid "World Map"
51
- msgstr "نقشه جهان"
52
 
53
- #: ../../wp-slimstat.php:1185 ../../admin/wp-slimstat-admin.php:417
54
- #: ../../admin/wp-slimstat-admin.php:434
55
- #: ../../admin/view/wp-slimstat-reports.php:34
56
  msgid "Custom Reports"
57
  msgstr "گزارش دلخواه"
58
 
59
- #: ../../wp-slimstat.php:1186 ../../admin/wp-slimstat-admin.php:418
60
- #: ../../admin/wp-slimstat-admin.php:435 ../../admin/config/addons.php:29
61
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:229
62
  msgid "Add-ons"
63
  msgstr "افزونه ها"
64
 
65
- #: ../../wp-slimstat.php:1189 ../../admin/wp-slimstat-admin.php:464
66
- #: ../../admin/wp-slimstat-admin.php:467 ../../admin/wp-slimstat-admin.php:511
67
- #: ../../admin/wp-slimstat-admin.php:514 ../../admin/config/index.php:14
68
- #: ../../admin/config/index.php:135
69
  msgid "Settings"
70
  msgstr "تنظیمات"
71
 
72
- #: ../../admin/wp-slimstat-admin.php:410 ../../admin/wp-slimstat-admin.php:422
73
- #: ../../admin/wp-slimstat-admin.php:425
74
  msgid "SlimStat"
75
  msgstr "SlimStat"
76
 
77
- #: ../../admin/wp-slimstat-admin.php:528
78
  msgid "Pageviews in the last 365 days"
79
  msgstr ""
80
 
81
- #: ../../admin/wp-slimstat-admin.php:552
82
  msgid "Show on screen"
83
  msgstr "روی صفحه نشان بده"
84
 
85
- #: ../../admin/wp-slimstat-admin.php:580
86
  msgid "Hide this notice"
87
  msgstr ""
88
 
89
- #: ../../admin/wp-slimstat-admin.php:607
90
  msgid "There was an error updating the following options:"
91
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
92
 
93
- #: ../../admin/wp-slimstat-admin.php:610
94
  #, fuzzy
95
  msgid "Your changes have been saved."
96
  msgstr "تنظیمات شما با موفقیت به روز شد."
97
 
98
- #: ../../admin/wp-slimstat-admin.php:633
99
  msgid "Save Changes"
100
  msgstr "ذخیره‌ی تغییرات"
101
 
102
- #: ../../admin/wp-slimstat-admin.php:652
103
  msgid "Yes"
104
  msgstr "بلی"
105
 
106
- #: ../../admin/wp-slimstat-admin.php:653
107
- #: ../../admin/view/wp-slimstat-reports.php:762
108
  msgid "No"
109
  msgstr "خیر"
110
 
111
- #: ../../admin/wp-slimstat-admin.php:693
112
- msgid ""
113
- "WARNING: a misconfigured setting and/or server environment is preventing WP "
114
- "SlimStat from properly tracking your visitors. Please <a target=\"_blank\" "
115
- "href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/\">check the "
116
- "FAQs</a> for more information."
117
  msgstr ""
118
- "اخطار: تنظیمات اشتباه است و یا اینکه محیط دامنه از ردگیری بیننده جلوگیری "
119
- "میکند. لطفا برای اطلاع بیشتر به<a target=\"_blank\" href=\"http://wordpress."
120
- "org/extend/plugins/wp-slimstat/faq/\"> سوال و پاسخ ها</a> مراجعه کنید. "
121
 
122
- #: ../../admin/wp-slimstat-admin.php:713
123
  msgid "Definitions"
124
  msgstr "تعاریف"
125
 
126
- #: ../../admin/wp-slimstat-admin.php:716
127
  msgid "Pageview"
128
  msgstr "بازدید"
129
 
130
- #: ../../admin/wp-slimstat-admin.php:716
 
131
  msgid ""
132
  "A request to load a single HTML file (\"page\"). This should be contrasted "
133
- "with a \"hit\", which refers to a request for any file from a web server. WP "
134
- "SlimStat logs a pageview each time the tracking code is executed"
135
  msgstr ""
136
  "درخواست بارگیری یک پرونده HTML یا \"page\" با هر درخواست دیگر از دامنه یا "
137
  "\"hit\" تفاوت دارد. این برنامه هر بازدید را بعد از اجرای برنامه ردگیری ثبت "
138
  "میکند. "
139
 
140
- #: ../../admin/wp-slimstat-admin.php:717
141
  msgid "(Human) Visit"
142
  msgstr "بیننده (انسانی)"
143
 
144
- #: ../../admin/wp-slimstat-admin.php:717
145
  msgid ""
146
  "A period of interaction between a visitor's browser and your website, ending "
147
  "when the browser is closed or when the user has been inactive on that site "
@@ -150,12 +142,12 @@ msgstr ""
150
  "تراکنش بین مرورگر ردگیری و پایگاه شما به پایان رسید وقتی که مرورگر بسته شده "
151
  "و یا کاربر به مدت سی دقیقه غیر فعال شده است."
152
 
153
- #: ../../admin/wp-slimstat-admin.php:718 ../../admin/view/index.php:144
154
- #: ../../admin/view/right-now.php:151
155
  msgid "Known Visitor"
156
  msgstr "بیننده آشنا"
157
 
158
- #: ../../admin/wp-slimstat-admin.php:718
159
  msgid ""
160
  "Any user who has left a comment on your blog, and is thus identified by "
161
  "Wordpress as a returning visitor"
@@ -163,11 +155,11 @@ msgstr ""
163
  "هر کاربری که در تارنامه شما نظر گذاشته توسط وردپرس به عنوان «بیننده دوباره» "
164
  "شناخته میشود"
165
 
166
- #: ../../admin/wp-slimstat-admin.php:719
167
  msgid "Unique IP"
168
  msgstr "آی‌پی یکتا"
169
 
170
- #: ../../admin/wp-slimstat-admin.php:719
171
  msgid ""
172
  "Used to differentiate between multiple requests to download a file from one "
173
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -178,23 +170,23 @@ msgstr ""
178
  "درخواست از چند آی پی ادرس مختلف میباشد؛ چون این اندازه گیری فقط نشانگر آدرس "
179
  "هر بازدید است، مفید میباشد ولی دقیق نیست."
180
 
181
- #: ../../admin/wp-slimstat-admin.php:720 ../../admin/wp-slimstat-admin.php:762
182
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
183
  msgid "Originating IP"
184
  msgstr "آی‌پی منشا"
185
 
186
- #: ../../admin/wp-slimstat-admin.php:720
187
  msgid ""
188
  "the originating IP address of a client connecting to a web server through an "
189
  "HTTP proxy or load balancer"
190
  msgstr ""
191
  "ای پی منشا که کاربر را از طریق HTTP proxy و یا load balancer مرتبط کرده"
192
 
193
- #: ../../admin/wp-slimstat-admin.php:721
194
  msgid "Direct Traffic"
195
  msgstr "ترافیک مستقیم"
196
 
197
- #: ../../admin/wp-slimstat-admin.php:721
198
  msgid ""
199
  "All those people showing up to your Web site by typing in the URL of your "
200
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -203,11 +195,11 @@ msgstr ""
203
  " تمامی کاربرانی که با وارد کردن نشانی مستقیم تارنما و یا استفاده از بوک مارک "
204
  "از تارنما بازدید میکنند."
205
 
206
- #: ../../admin/wp-slimstat-admin.php:722
207
  msgid "Search Engine"
208
  msgstr "موتور جستجو"
209
 
210
- #: ../../admin/wp-slimstat-admin.php:722
211
  msgid ""
212
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
213
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -215,34 +207,34 @@ msgstr ""
215
  "ترافیک مرتبط با نتایج موتور جستجو (organic) و همچنین ترافیک بدست آمده توسط "
216
  "تبلیغات در موتورهای جستجو اینجا درهم است"
217
 
218
- #: ../../admin/wp-slimstat-admin.php:723 ../../admin/wp-slimstat-admin.php:739
219
- #: ../../admin/view/right-now.php:130 ../../admin/view/wp-slimstat-db.php:45
220
  msgid "Search Terms"
221
  msgstr "عبارت‌های جستجو"
222
 
223
- #: ../../admin/wp-slimstat-admin.php:723 ../../admin/wp-slimstat-admin.php:739
224
  msgid "Keywords used by your visitors to find your website on a search engine"
225
  msgstr ""
226
  "کلمات کلیدی که کاربران شما به وسیله‌ی آن‌ها از موتورهای جستجو، پایگاه شما را "
227
  "یافته‌اند."
228
 
229
- #: ../../admin/wp-slimstat-admin.php:724
230
  msgid "SERP"
231
  msgstr ""
232
 
233
- #: ../../admin/wp-slimstat-admin.php:724
234
  msgid ""
235
  "Short for search engine results page, the Web page that a search engine "
236
  "returns with the results of its search. The value shown represents your rank "
237
  "(or position) within that list of results"
238
  msgstr " این مقدار نشان دهنده رتبه شما در فهرست نتایج موتور جستجو میباشد."
239
 
240
- #: ../../admin/wp-slimstat-admin.php:725
241
  #: ../../admin/view/wp-slimstat-db.php:57
242
  msgid "User Agent"
243
  msgstr "مرورگرهای کاربران"
244
 
245
- #: ../../admin/wp-slimstat-admin.php:725
246
  msgid ""
247
  "Any program used for accessing a website; this includes browsers, robots, "
248
  "spiders and any other program that was used to retrieve information from the "
@@ -250,12 +242,12 @@ msgid ""
250
  msgstr ""
251
  "هر برنامه که به تارنما دسترسی پیدا کند مثل مرورگر، روبات، خزنده، وغیره."
252
 
253
- #: ../../admin/wp-slimstat-admin.php:726
254
- #: ../../admin/view/wp-slimstat-db.php:61
255
  msgid "Outbound Link"
256
  msgstr "پیوند بیرونی"
257
 
258
- #: ../../admin/wp-slimstat-admin.php:726
259
  msgid ""
260
  "A link from one domain to another is said to be outbound from its source "
261
  "anchor and inbound to its target. This report lists all the links to other "
@@ -265,44 +257,44 @@ msgstr ""
265
  "پیوند درونی محسوب میشود. این گزارش فهرستی از تمام پیوند ها به پایگاه های "
266
  "دیگر و کاربران است."
267
 
268
- #: ../../admin/wp-slimstat-admin.php:733
269
  msgid "Basic Filters"
270
  msgstr "پالایه های اولیه"
271
 
272
- #: ../../admin/wp-slimstat-admin.php:736
273
- #: ../../admin/view/wp-slimstat-db.php:42
274
  msgid "Browser"
275
  msgstr "مرورگر"
276
 
277
- #: ../../admin/wp-slimstat-admin.php:736
278
  msgid "User agent (Firefox, Chrome, ...)"
279
  msgstr "مرورگر کاربر (فایرفاکس، کروم و ...)"
280
 
281
- #: ../../admin/wp-slimstat-admin.php:737
282
- #: ../../admin/view/wp-slimstat-db.php:43
283
- #: ../../admin/view/wp-slimstat-reports.php:483
284
  msgid "Country Code"
285
  msgstr "علامت کشور"
286
 
287
- #: ../../admin/wp-slimstat-admin.php:737
288
  msgid "2-letter code (us, ru, de, it, ...)"
289
  msgstr "علامت دو حرفی (us، ir، ...)"
290
 
291
- #: ../../admin/wp-slimstat-admin.php:738
292
  msgid "IP"
293
  msgstr "آی‌پی"
294
 
295
- #: ../../admin/wp-slimstat-admin.php:738
296
  msgid "Visitor's public IP address"
297
  msgstr "نشانی‌های آی‌پی عمومی بازدیدکنندگان"
298
 
299
- #: ../../admin/wp-slimstat-admin.php:740
300
- #: ../../admin/view/wp-slimstat-db.php:46
301
- #: ../../admin/view/wp-slimstat-reports.php:495
302
  msgid "Language Code"
303
  msgstr "علامت زبان"
304
 
305
- #: ../../admin/wp-slimstat-admin.php:740
306
  msgid ""
307
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
308
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -311,12 +303,12 @@ msgstr ""
311
  "لطفا به <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
312
  "ee825488(v=cs.20).aspx\"> فرهنگ زبان </a> برای اطلاع بیشتر مراجعه کنید"
313
 
314
- #: ../../admin/wp-slimstat-admin.php:741
315
- #: ../../admin/view/wp-slimstat-db.php:47
316
  msgid "Operating System"
317
  msgstr "سامانه عامل"
318
 
319
- #: ../../admin/wp-slimstat-admin.php:741
320
  msgid ""
321
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
322
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -326,30 +318,30 @@ msgstr ""
326
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\"> "
327
  "راهنما</a> مراجعه کنید"
328
 
329
- #: ../../admin/wp-slimstat-admin.php:742
330
- #: ../../admin/view/wp-slimstat-db.php:48
331
  msgid "Permalink"
332
  msgstr "پیوند یکتا"
333
 
334
- #: ../../admin/wp-slimstat-admin.php:742
335
  msgid "URL accessed on your site"
336
  msgstr "نشانی هایی که مورد بازدید قرار گرفته"
337
 
338
- #: ../../admin/wp-slimstat-admin.php:743
339
- #: ../../admin/view/wp-slimstat-db.php:50
340
  msgid "Referer"
341
  msgstr "ارجاع‌دهنده"
342
 
343
- #: ../../admin/wp-slimstat-admin.php:743
344
  msgid "Complete address of the referrer page"
345
  msgstr "نشانی کامل صفحه‌ی ارجاع ‌دهنده"
346
 
347
- #: ../../admin/wp-slimstat-admin.php:744
348
- #: ../../admin/view/wp-slimstat-db.php:51
349
  msgid "Visitor's Name"
350
  msgstr "نام بیننده"
351
 
352
- #: ../../admin/wp-slimstat-admin.php:744
353
  msgid ""
354
  "Visitors' names according to the cookie set by Wordpress after they leave a "
355
  "comment"
@@ -357,57 +349,57 @@ msgstr ""
357
  "اسامی بیننده بر مبنای خوراکی که بعد از گذاشتن نظر توسط وردپرس اختصاص داده "
358
  "میشود."
359
 
360
- #: ../../admin/wp-slimstat-admin.php:752
361
  msgid "Advanced Filters"
362
  msgstr "فیلترهای پیش‌رفته"
363
 
364
- #: ../../admin/wp-slimstat-admin.php:755
365
  #: ../../admin/view/wp-slimstat-db.php:55
366
  msgid "Browser Version"
367
  msgstr "نسخه مرورگر"
368
 
369
- #: ../../admin/wp-slimstat-admin.php:755
370
  msgid "user agent version (9.0, 11, ...)"
371
  msgstr "نسخه مرورگر کاربر"
372
 
373
- #: ../../admin/wp-slimstat-admin.php:756
374
  #: ../../admin/view/wp-slimstat-db.php:56
375
  msgid "Browser Type"
376
  msgstr "نوع مرورگر"
377
 
378
- #: ../../admin/wp-slimstat-admin.php:756
379
  msgid ""
380
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
381
  "all others"
382
  msgstr ""
383
  "۱=خزنده‌های موتورهای جستجو، ۲=دستگاه موبایل، ۳=خوراک‌خوان، ۰=همه‌ی چیزهای دیگر"
384
 
385
- #: ../../admin/wp-slimstat-admin.php:757
386
  #: ../../admin/view/wp-slimstat-db.php:58
387
  msgid "Color Depth"
388
  msgstr "عمق رنگ"
389
 
390
- #: ../../admin/wp-slimstat-admin.php:757
391
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
392
  msgstr "عمق رنگ صفحه نمایش کاربر (۸، ۱۶، ۲۴، ...)"
393
 
394
- #: ../../admin/wp-slimstat-admin.php:758
395
  #: ../../admin/view/wp-slimstat-db.php:59
396
  msgid "CSS Version"
397
  msgstr "نسخه سی‌اس‌اس "
398
 
399
- #: ../../admin/wp-slimstat-admin.php:758
400
  msgid ""
401
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
402
  "values)"
403
  msgstr "چه معیار توسط مرورگر حمایت میشود؟ ۱، ۲، ۳ و دیگر مقدار ها ... "
404
 
405
- #: ../../admin/wp-slimstat-admin.php:759
406
  #: ../../admin/view/wp-slimstat-db.php:60
407
  msgid "Pageview Attributes"
408
  msgstr "خصوصیات بازدید"
409
 
410
- #: ../../admin/wp-slimstat-admin.php:759
411
  msgid ""
412
  "this field is set to <em>[pre]</em> if the resource has been accessed "
413
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -416,34 +408,34 @@ msgstr ""
416
  "این ناحیه برای تنظیمات <a target=\"_blank\" href=\"https://developer.mozilla."
417
  "org/en/Link_prefetching_FAQ\"> صفحه‌بندی </a> و یا شیوه های مشابه است."
418
 
419
- #: ../../admin/wp-slimstat-admin.php:760
420
- #: ../../admin/view/wp-slimstat-db.php:62
421
  msgid "Post Author"
422
  msgstr "نویسنده مطلب"
423
 
424
- #: ../../admin/wp-slimstat-admin.php:760
425
  msgid "author associated to that post/page when the resource was accessed"
426
  msgstr "نویسنده مرتبط با این ارسال یا صفحه وقتی این ماخذ دسترسی شد"
427
 
428
- #: ../../admin/wp-slimstat-admin.php:761
429
- #: ../../admin/view/wp-slimstat-db.php:63
430
  msgid "Post Category ID"
431
  msgstr "شناسه دسته‌بندی مطلب"
432
 
433
- #: ../../admin/wp-slimstat-admin.php:761
434
  msgid "ID of the category/term associated to the resource, when available"
435
  msgstr "شناسه دسته یا عبارت که با منبع مرتبط است، اگر موجود باشد"
436
 
437
- #: ../../admin/wp-slimstat-admin.php:762
438
  msgid "visitor's originating IP address, if available"
439
  msgstr "آی پی منشا که بیننده از آن ‌عازم شده، در صورت موجود بودن"
440
 
441
- #: ../../admin/wp-slimstat-admin.php:763
442
- #: ../../admin/view/wp-slimstat-db.php:65
443
  msgid "Resource Content Type"
444
  msgstr "نوع محتوای منبع"
445
 
446
- #: ../../admin/wp-slimstat-admin.php:763
447
  msgid ""
448
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
449
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -456,21 +448,21 @@ msgstr ""
456
  "target=\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\"> "
457
  "نشانه های شرطی</a> در صفحه راهنما مراجعه کنید."
458
 
459
- #: ../../admin/wp-slimstat-admin.php:764
460
- #: ../../admin/view/wp-slimstat-db.php:67
461
  msgid "Screen Resolution"
462
  msgstr "ابعاد صفحه نمایش"
463
 
464
- #: ../../admin/wp-slimstat-admin.php:764
465
  msgid "viewport width and height (1024x768, 800x600, ...)"
466
  msgstr "ابعاد صفحه نمایش (۱۰۲۴x۷۶۸، ۸۰۰x۶۰۰، ...)"
467
 
468
- #: ../../admin/wp-slimstat-admin.php:765
469
- #: ../../admin/view/wp-slimstat-db.php:68
470
  msgid "Visit ID"
471
  msgstr "شناسه دیدن"
472
 
473
- #: ../../admin/wp-slimstat-admin.php:765
474
  msgid ""
475
  "generally used in conjunction with <em>is not empty</em>, identifies human "
476
  "visitors"
@@ -478,11 +470,11 @@ msgstr ""
478
  "معولا با ترکیب <em>خالی نیست</em> استفاده میشود و بیننده ها (انسان) را تشخیص "
479
  "میدهد"
480
 
481
- #: ../../admin/wp-slimstat-admin.php:766
482
  msgid "Date Filters"
483
  msgstr "فیلترهای تاریخ"
484
 
485
- #: ../../admin/wp-slimstat-admin.php:766
486
  msgid ""
487
  "you can specify the timeframe by entering a number in the <em>interval</em> "
488
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -491,11 +483,11 @@ msgstr ""
491
  "با وارد کردن اعداد در این ناحیه میتوانید یک مدت زمانی تعیین کنید؛ برای محدود "
492
  "کردن سال به روز از -1 استفاده کنید."
493
 
494
- #: ../../admin/wp-slimstat-admin.php:767
495
  msgid "SERP Position"
496
  msgstr "مکان SERP"
497
 
498
- #: ../../admin/wp-slimstat-admin.php:767
499
  msgid ""
500
  "set the filter to Referer contains cd=N&, where N is the position you are "
501
  "looking for"
@@ -503,14 +495,6 @@ msgstr ""
503
  "تعیین صافی برای ارجاعی هایی که شامل اِن میشوند، آنجا که اِن مکانی هست که به "
504
  "مشخص میکنید."
505
 
506
- #: ../../admin/wp-slimstat-admin.php:776
507
- msgid ""
508
- " And for keeping an eye on your visitors with <a href=\"http://slimstat."
509
- "getused.to.it/\">WP SlimStat</a>."
510
- msgstr ""
511
- "و برای نظارت بیننده ها با <a href=\"http://slimstat.getused.to.it/\">WP "
512
- "slimStat</a>."
513
-
514
  #: ../../admin/config/addons.php:14
515
  msgid ""
516
  "There was an error retrieving the add-ons list from the server. Please try "
@@ -527,8 +511,9 @@ msgstr ""
527
  "رمزگشایی فهرست افزونه ها از دامنه با اشکال مواجه شد. لطفا دوباره آزمایش کنید."
528
 
529
  #: ../../admin/config/addons.php:30
 
530
  msgid ""
531
- "Add-ons extend the functionality of WP SlimStat in many interesting ways. We "
532
  "offer both free and premium (paid) extensions. Each add-on can be installed "
533
  "as a separate plugin, which will receive regular updates via the WordPress "
534
  "Plugins panel. In order to be notified when a new version of a premium add-"
@@ -556,23 +541,23 @@ msgstr "عمومی"
556
  msgid "Views"
557
  msgstr "مشاهده ها"
558
 
559
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:64
560
  msgid "Filters"
561
  msgstr "فیلترها"
562
 
563
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:128
564
  msgid "Permissions"
565
  msgstr "مجوزها"
566
 
567
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:205
568
  msgid "Advanced"
569
  msgstr "پیش‌رفته"
570
 
571
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
572
  msgid "Maintenance"
573
  msgstr "نگهداری"
574
 
575
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:207
576
  msgid "Tracker"
577
  msgstr "ره‌گیری"
578
 
@@ -581,9 +566,8 @@ msgid "Enable Tracking"
581
  msgstr "فعال‌سازی رد‌گیری"
582
 
583
  #: ../../admin/config/index.php:21
584
- msgid ""
585
- "Turn the tracker on or off, but keep the reports accessible (which you would "
586
- "not have, if you just disabled the plugin)."
587
  msgstr ""
588
  "رهگیری را روشن و یا خاموش میکند ولی گزارش ها در دسترس خواهد بود که در صورت "
589
  "غیر فعال کردن افزونه بدین گونه نخواهد بود."
@@ -615,9 +599,10 @@ msgid "Tracking Mode"
615
  msgstr " حالت ردگیری"
616
 
617
  #: ../../admin/config/index.php:24
 
618
  msgid ""
619
  "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
620
- "Total Cache, WP SuperCache, HyperCache, etc). WP SlimStat will behave pretty "
621
  "much like Google Analytics, and visitors whose browser does not support "
622
  "Javascript will be ignored. A nice side effect is that <strong>most "
623
  "spammers, search engines and other crawlers</strong> will not be tracked."
@@ -645,8 +630,9 @@ msgid "Menu Position"
645
  msgstr "محل گزینگان"
646
 
647
  #: ../../admin/config/index.php:27
 
648
  msgid ""
649
- "Choose between a standalone admin menu for WP SlimStat or a drop down in the "
650
  "admin bar (if visible)."
651
  msgstr "بین گزینگان مدیریتی ثابت و یا گزینگان مدیریتی ابشاری انتخاب کنید."
652
 
@@ -659,12 +645,15 @@ msgid "Admin Bar"
659
  msgstr " منوی مدیریت"
660
 
661
  #: ../../admin/config/index.php:28
662
- msgid "Add Stats to Posts"
 
663
  msgstr "یک ستون به نوشته‌ها اضافه کن"
664
 
665
  #: ../../admin/config/index.php:28
 
666
  msgid ""
667
- "Add a new column to the Edit Posts screen, with the number of hits per post."
 
668
  msgstr ""
669
  "یک ستون جدید به صفحه «ویرایش ارسال» اضافه می‌کند، که شامل تعداد بازدید برای "
670
  "هر ارسال میباشد (ممکن است مدت تحویل را زیاد کند)"
@@ -695,9 +684,9 @@ msgstr "تمیزکاری بعدی در"
695
  msgid "Entries logged on or before %s will be permanently deleted."
696
  msgstr "ردیف‌های مربوط به روز %s و قبل از آن حذف خواهند شد."
697
 
698
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:77
699
- #: ../../admin/view/wp-slimstat-db.php:75
700
- #: ../../admin/view/wp-slimstat-reports.php:762
701
  msgid "days"
702
  msgstr "روز"
703
 
@@ -718,17 +707,28 @@ msgid "Number Format"
718
  msgstr "نگارش اعداد"
719
 
720
  #: ../../admin/config/index.php:48
721
- msgid ""
722
- "Choose the number format you want to use for your reports, European or "
723
- "American."
724
  msgstr ""
725
  "نگارش مناسب برای ملاحظه گزارش اعداد را نتخاب کنید، امریکایی یا اروپایی."
726
 
727
  #: ../../admin/config/index.php:49
 
 
 
 
 
 
 
 
 
 
 
 
728
  msgid "Show Display Name"
729
  msgstr "نمایش نام صفحه نمایش"
730
 
731
- #: ../../admin/config/index.php:49
732
  msgid ""
733
  "By default, users are listed by their usernames. Use this option to "
734
  "visualize their display names instead."
@@ -736,11 +736,11 @@ msgstr ""
736
  "به طور پیش فرظ، کاربران با نام کاربری فهرست بندی میشوند. این گزینه کاربران "
737
  "را با نام فهرست بندی میکند."
738
 
739
- #: ../../admin/config/index.php:50
740
  msgid "Show User Agent"
741
  msgstr "نمایش عامل کاربر "
742
 
743
- #: ../../admin/config/index.php:50
744
  msgid ""
745
  "Choose if you want to see the browser name or a complete user agent string "
746
  "when hovering on browser icons."
@@ -748,27 +748,38 @@ msgstr ""
748
  " این گزینه را انتخاب کنید اگر میخواهید اسم مرورگر یا نام کامل کاربر را با "
749
  "توقف اشاره گر بر روی نقشک ملاحظه کنید."
750
 
751
- #: ../../admin/config/index.php:51
752
  msgid "Show Titles"
753
  msgstr "نمایش عناوین"
754
 
755
- #: ../../admin/config/index.php:51
 
756
  msgid ""
757
- "WP SlimStat converts your permalinks into post and page titles. Disable this "
758
  "feature if you need to see the URL in your reports."
759
  msgstr ""
760
  " تمامی پیوندهای یکتا را به ارسال و صفحه تبدیل میکند. این ویژگی را غیرفعال "
761
  "کنید اگر در گزارش به نشانی نیاز دارید"
762
 
 
 
 
 
763
  #: ../../admin/config/index.php:53
 
 
 
 
 
 
764
  msgid "Functionality"
765
  msgstr "کاربردی"
766
 
767
- #: ../../admin/config/index.php:54
768
  msgid "Asynchronous Views"
769
  msgstr "دید غیرهم‌زمان(آسنکرون)"
770
 
771
- #: ../../admin/config/index.php:54
772
  msgid ""
773
  "Load all the reports dynamically. It makes the reports render faster, but it "
774
  "increases the load on your server."
@@ -776,50 +787,64 @@ msgstr ""
776
  "بارگزاری همه گزارشها به صورت پویا که ارائه آن را تسریع میکند ولی فشار به "
777
  "دامنه را نیز افزایش میدهد. "
778
 
779
- #: ../../admin/config/index.php:55
 
 
 
 
 
 
 
 
 
 
780
  msgid "Expand Details"
781
  msgstr "گسترش جزئیات"
782
 
783
- #: ../../admin/config/index.php:55
784
  msgid "Expand each row's details by default, insted of on mousehover."
785
  msgstr "گشترش جزئیات‌ هر سطر به طور پیش فرظ، به جای رویت با توقف اشاره گر"
786
 
787
- #: ../../admin/config/index.php:56 ../../admin/config/index.php:60
788
  msgid "Rows to Display"
789
  msgstr "نمایش ردیف ها"
790
 
791
- #: ../../admin/config/index.php:56
792
  msgid "Specify the number of items in each report."
793
  msgstr "تعداد موردها در هر گزارش را مشخص کنید."
794
 
795
- #: ../../admin/config/index.php:59
 
 
 
 
796
  msgid "Live Stream"
797
  msgstr "پخش زنده"
798
 
799
- #: ../../admin/config/index.php:59
800
  #, fuzzy
801
  msgid ""
802
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
803
- "Enter <strong>0</strong> (number zero) to disable this functionality."
804
  msgstr ""
805
  "فعال کردن «نمای زنده» صفحه «همین حالا» را هر چند ثانیه تازه سازی میکند. برای "
806
  "فیرفعال کردن صفر وارد کنید."
807
 
808
- #: ../../admin/config/index.php:59 ../../admin/config/index.php:210
809
  msgid "seconds"
810
  msgstr "ثانیه"
811
 
812
- #: ../../admin/config/index.php:60
813
  #, fuzzy
814
  msgid "Specify the number of items in the Activity Log."
815
  msgstr " تعداد موردها در فهرست صفحه «همین حالا» را مشخص کنید"
816
 
817
- #: ../../admin/config/index.php:61
818
  #, fuzzy
819
  msgid "Activity Log Extended"
820
  msgstr "فهرست فعالیت ها"
821
 
822
- #: ../../admin/config/index.php:61
823
  #, fuzzy
824
  msgid ""
825
  "Choose if you want to see outbound links listed in the Activity Log. It "
@@ -828,23 +853,23 @@ msgstr ""
828
  "اگر مایل به رویت پیوندهای بیرونی در فهرست بخش همین حالا هستید انتخاب کنید. "
829
  "ممکن است به طول انجامیدن تحویل گزارش منجر شود."
830
 
831
- #: ../../admin/config/index.php:66
832
  msgid "Visitors and Known Users"
833
  msgstr "بیننده و کاربران آشنا"
834
 
835
- #: ../../admin/config/index.php:67
836
  msgid "Track Registered Users"
837
  msgstr "ره‌گیری کاربران ثبت شده"
838
 
839
- #: ../../admin/config/index.php:67
840
  msgid "Enable this option to track logged in users."
841
  msgstr "اگر می‌خواهید کاربران وارد شده را ره‌گیری کنید این گزینه را فعال کنید."
842
 
843
- #: ../../admin/config/index.php:68
844
  msgid "Blacklist by Username"
845
  msgstr " فهرست سیاه با نشانی آی‌پی"
846
 
847
- #: ../../admin/config/index.php:68
848
  msgid ""
849
  "List all the usernames you don't want to track, separated by commas. Please "
850
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -853,28 +878,29 @@ msgstr ""
853
  "فهرست نام کاربرانی که نمیخواهید رهگیری کنید، تفکیک شده با ویرگول. لطفا در "
854
  "نظر داشته باشید که فاصله ها و حروف کوچک و بزرگ نیز حساب میشود."
855
 
856
- #: ../../admin/config/index.php:69
857
  msgid "Blacklist by IP Address"
858
  msgstr " فهرست سیاه با نشانی آی‌پی"
859
 
860
- #: ../../admin/config/index.php:69
 
861
  msgid ""
862
  "List all the IP addresses you don't want to track, separated by commas. Each "
863
  "network <strong>must</strong> be defined using the <a href='http://en."
864
  "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
865
- "notation</a> (i.e. <em>192.168.0.0/24</em>). If the format is incorrect, WP "
866
- "SlimStat may not track pageviews properly."
867
  msgstr ""
868
  "فهرست آی پی آدرس هایی که نمیخواهید رهگیری کنید، با ویرگول جدا شده است. هر "
869
  "شبکه باید با استفاده از علامتگذاری<a href='http://en.wikipedia.org/wiki/"
870
  "Classless_Inter-Domain_Routing' target='_blank'>CIDR</a> تعریف شود (مثل "
871
  "<em>192.168.0.0/24</em>) و اگر نگارش صحیح نباشد رهگیری به درستی انجام نمیشود."
872
 
873
- #: ../../admin/config/index.php:70
874
  msgid "Blacklist by Capability"
875
  msgstr "کاربران بر اساس توانایی"
876
 
877
- #: ../../admin/config/index.php:70
878
  msgid ""
879
  "Users having at least one of the <a href='http://codex.wordpress.org/"
880
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -884,15 +910,15 @@ msgstr ""
884
  "Roles_and_Capabilities' target='_new'> خواص</a> زیر را داشته باشند ردگیری "
885
  "نمیشوند (به بزرگ و کوچک بودن را دقت داشته باشید)."
886
 
887
- #: ../../admin/config/index.php:72
888
  msgid "Profiling"
889
  msgstr "نمایه"
890
 
891
- #: ../../admin/config/index.php:73
892
  msgid "Ignore Spammers"
893
  msgstr "نادیده گرفتن هرزها"
894
 
895
- #: ../../admin/config/index.php:73
896
  msgid ""
897
  "Enable this option if you don't want to track visits from users identified "
898
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -903,11 +929,11 @@ msgstr ""
903
  "Akismet) را رهگیری کنید این گزینه را فعال کنید. بازدید های کاربرانی که بعدا "
904
  "به صورت هرز شناخته شوند از پایگاه داده ها نیز حذف میشوند."
905
 
906
- #: ../../admin/config/index.php:74
907
  msgid "Permalinks"
908
  msgstr "پیوندهای یکتا"
909
 
910
- #: ../../admin/config/index.php:74
911
  msgid ""
912
  "List all the URLs on your website that you don't want to track, separated by "
913
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -925,11 +951,11 @@ msgstr ""
925
  "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
926
  "case-insensitive."
927
 
928
- #: ../../admin/config/index.php:75
929
  msgid "Countries"
930
  msgstr "کشورها"
931
 
932
- #: ../../admin/config/index.php:75
933
  msgid ""
934
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
935
  "track, separated by commas."
@@ -937,11 +963,11 @@ msgstr ""
937
  "کد کشورهایی که مایل به رهگیری نیستید، تفکیک شده با ویرگول مثل <code>en-us, "
938
  "it, es</code>"
939
 
940
- #: ../../admin/config/index.php:76
941
  msgid "User Agents"
942
  msgstr "مرورگرهای کاربران"
943
 
944
- #: ../../admin/config/index.php:76
945
  msgid ""
946
  "Browsers (user agents) you don't want to track, separated by commas. You can "
947
  "specify the browser's version adding a slash after the name (i.e. "
@@ -956,11 +982,11 @@ msgstr ""
956
  "Strings are case-insensitive.مرورگرهایی که نمیخواهید رهگیری کنید، تفکیک شده "
957
  "با ویرگول. میتوانید نسخه مرورگر را نیز مشخص کنید. مثلا <em>Firefox/3.6</em>. "
958
 
959
- #: ../../admin/config/index.php:77
960
  msgid "Referring Sites"
961
  msgstr "سایت ارجاع دهنده"
962
 
963
- #: ../../admin/config/index.php:77
964
  msgid ""
965
  "Referring URLs that you don't want to track, separated by commas: "
966
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -976,25 +1002,26 @@ msgstr ""
976
  "insensitive. Include either a wildcard or the protocol you want to filter "
977
  "(http://, https://)."
978
 
979
- #: ../../admin/config/index.php:79 ../../admin/config/index.php:215
980
  msgid "Miscellaneous"
981
  msgstr "متفرقه"
982
 
983
- #: ../../admin/config/index.php:80
984
  msgid "Enable Privacy Mode"
985
  msgstr "فعال کردن حالت حریم"
986
 
987
- #: ../../admin/config/index.php:80
988
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
989
  msgstr "این گزینه نشانی آی‌پی بیننده را طبق قوانین حریم خصوصی اروپا پنهان میکند"
990
 
991
- #: ../../admin/config/index.php:81
992
  msgid "Ignore Prefetch Requests"
993
  msgstr "نادیده گرفتن درخواست صفحه‌بندی"
994
 
995
- #: ../../admin/config/index.php:81
 
996
  msgid ""
997
- "Prevent WP SlimStat from tracking pageviews generated by Firefox's <a "
998
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
999
  "target='_blank'>Link Prefetching functionality</a>."
1000
  msgstr ""
@@ -1002,11 +1029,11 @@ msgstr ""
1002
  "org/en/Link_prefetching_FAQ' target='_blank'>صفحه‌بندی</a> برنامه Firefox "
1003
  "صورت میگیرد."
1004
 
1005
- #: ../../admin/config/index.php:97
1006
  msgid "Ignore users (username not found)"
1007
  msgstr "نادیده گرفتن کاربر(شناسه کاربر یافت نشد)"
1008
 
1009
- #: ../../admin/config/index.php:120
1010
  msgid ""
1011
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1012
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -1015,27 +1042,28 @@ msgstr ""
1015
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
1016
  "مراجعه کنید."
1017
 
1018
- #: ../../admin/config/index.php:130
1019
  msgid "Reports"
1020
  msgstr "گزارش ها"
1021
 
1022
- #: ../../admin/config/index.php:131
1023
  msgid "Restrict Authors"
1024
  msgstr "محدود کردن نویسنده‌ها"
1025
 
1026
- #: ../../admin/config/index.php:131
 
1027
  msgid ""
1028
- "Enable this option if you want your authours to only see stats related to "
1029
  "their own content."
1030
  msgstr ""
1031
  "اگر میخواهید نویسنده ها فقط آمار مربوط به محتوای خود را رویت کنند این گزینه "
1032
  "را فعال کنید."
1033
 
1034
- #: ../../admin/config/index.php:132 ../../admin/config/index.php:136
1035
  msgid "Capability"
1036
  msgstr "کاربران بر اساس توانایی"
1037
 
1038
- #: ../../admin/config/index.php:132
1039
  #, fuzzy
1040
  msgid ""
1041
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1051,11 +1079,11 @@ msgstr ""
1051
  "داشت، مگر اینکه اجازه فهرست سفید اینجا مشخص شود. در این صورت فهرست اولویت "
1052
  "میگیرد بر قابلیت."
1053
 
1054
- #: ../../admin/config/index.php:133 ../../admin/config/index.php:137
1055
  msgid "Whitelist"
1056
  msgstr "فهرست سفید"
1057
 
1058
- #: ../../admin/config/index.php:133
1059
  msgid ""
1060
  "List all the users who should have access to the reports, separated by "
1061
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -1065,18 +1093,19 @@ msgstr ""
1065
  "طور کامل دسترسی دارند و نیاز به وارد کردن اینجا نخواهند داشت. کوچک و بزرگ "
1066
  "بودن حروف مهم است."
1067
 
1068
- #: ../../admin/config/index.php:136
 
1069
  msgid ""
1070
  "Specify the minimum <a href='http://codex.wordpress.org/"
1071
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1072
- "WP SlimStat (default: <code>activate_plugins</code>). The whitelist here "
1073
- "below can be used to override this option for specific users."
1074
  msgstr ""
1075
  "حداقل<a href='http://codex.wordpress.org/Roles_and_Capabilities' "
1076
  "target='_new'> توانایی</a> برای دسترسی برای تنظیمات را مشخص کنید. این فهرست "
1077
  "سفید اختیارات کاربران خاص را لفو میکند."
1078
 
1079
- #: ../../admin/config/index.php:137
1080
  msgid ""
1081
  "List all the users who can edit these options, separated by commas. Please "
1082
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -1085,11 +1114,11 @@ msgstr ""
1085
  "فهرست کاربرانی که توانایی ویرایش این گزینه ها را دارند، تفکیک شده با ویرگول. "
1086
  "از وارد کردن نام خود در این فهرست مطمئن شوید."
1087
 
1088
- #: ../../admin/config/index.php:153
1089
  msgid "Read access: username not found"
1090
  msgstr "دست‌رسی خواندن: شناسه کاربری یافت نشد"
1091
 
1092
- #: ../../admin/config/index.php:166 ../../admin/config/index.php:197
1093
  msgid ""
1094
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1095
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
@@ -1099,15 +1128,15 @@ msgstr ""
1099
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
1100
  "مراجعه کنید."
1101
 
1102
- #: ../../admin/config/index.php:184
1103
  msgid "Config access: username not found"
1104
  msgstr "دست‌رسی پیکربندی: شناسه کاربری یافت نشد"
1105
 
1106
- #: ../../admin/config/index.php:208
1107
  msgid "Detect Smoothing"
1108
  msgstr "یافتن اسموتینگ"
1109
 
1110
- #: ../../admin/config/index.php:208
1111
  msgid ""
1112
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1113
  "This option required Spy Mode to be enabled."
@@ -1115,11 +1144,11 @@ msgstr ""
1115
  " تشخیص دادن مرورگرهایی که از ضد-بدنمایی (font smoothing) استفاده میکنند. این "
1116
  "گزینه نیاز به فعال کردن «دید دزدکی» دارد."
1117
 
1118
- #: ../../admin/config/index.php:209
1119
  msgid "Track Outbound Clicks"
1120
  msgstr "ره‌گیری کلیک های بیرونی"
1121
 
1122
- #: ../../admin/config/index.php:209
1123
  msgid ""
1124
  "Track when your visitors click on link to external websites. This option "
1125
  "required Spy Mode to be enabled."
@@ -1127,11 +1156,11 @@ msgstr ""
1127
  "پیوندهایی که بازدیدکننده را به خارج از پایگاه ها میبرد رهگیری کنید. این "
1128
  "گزینه نیاز به فعال کردن دید دزدکی دارد."
1129
 
1130
- #: ../../admin/config/index.php:210
1131
  msgid "Session Duration"
1132
  msgstr "مدت جلسه"
1133
 
1134
- #: ../../admin/config/index.php:210
1135
  #, fuzzy
1136
  msgid ""
1137
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -1140,21 +1169,21 @@ msgstr ""
1140
  "چند ثانیه جلسه (انسان) در پایگاه به طول انجامد؟ گوگل آنالیتیک این مقدار را "
1141
  "۱۸۰۰ ثانیه در نظر می‌گیرد."
1142
 
1143
- #: ../../admin/config/index.php:211
1144
  msgid "Extend Session"
1145
  msgstr "گسترش جلسه"
1146
 
1147
- #: ../../admin/config/index.php:211
1148
  msgid "Extend the duration of a session each time the user visits a new page."
1149
  msgstr ""
1150
  "هر بار که کاربر یک صفحه جدید را دیدن می‌کند مدت جلسه را به این مقدار گسترش "
1151
  "می‌دهد."
1152
 
1153
- #: ../../admin/config/index.php:212
1154
  msgid "Enable CDN"
1155
  msgstr "فعال‌سازی CDN"
1156
 
1157
- #: ../../admin/config/index.php:212
1158
  msgid ""
1159
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1160
  "by serving our tracking code from their fast and reliable network (free "
@@ -1164,11 +1193,11 @@ msgstr ""
1164
  "استفاده کنید و از خدمات ردگیری ما در شبکه سریع و مطمئن بهره مند شوید "
1165
  "(رایگان)."
1166
 
1167
- #: ../../admin/config/index.php:213
1168
  msgid "Extensions to Track"
1169
  msgstr "پسوندهایی که رهیابی شوند"
1170
 
1171
- #: ../../admin/config/index.php:213
1172
  msgid ""
1173
  "List all the file extensions that you want to be treated as Downloads. "
1174
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1180,27 +1209,36 @@ msgstr ""
1180
  "باشید که پیوندهای منابع خارجی (مثل پی دی اف در پایگاه دیگر) بارگیری محسوب "
1181
  "میشود و نه پیوند بیرونی اگر پسوند آنها با این فهرست تطبیق داشته باشد."
1182
 
1183
- #: ../../admin/config/index.php:216
 
 
 
 
 
 
 
 
 
1184
  msgid "Debug Mode"
1185
  msgstr ""
1186
 
1187
- #: ../../admin/config/index.php:216
1188
  msgid "Display the SQL queries used to retrieve the data."
1189
  msgstr ""
1190
 
1191
- #: ../../admin/config/index.php:217
1192
  msgid "IP Lookup"
1193
  msgstr "ره‌گیری بر اساس نشانی آی‌پی"
1194
 
1195
- #: ../../admin/config/index.php:217
1196
  msgid "Customize the Geolocation service to be used in the reports."
1197
  msgstr "خدمات مکان-جفرافی برای گزارش ها را دلخواه کنید. "
1198
 
1199
- #: ../../admin/config/index.php:218
1200
  msgid "Custom CSS"
1201
  msgstr "سی‌اس‌اس دلخواه"
1202
 
1203
- #: ../../admin/config/index.php:218
1204
  #, fuzzy
1205
  msgid ""
1206
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -1212,47 +1250,50 @@ msgstr ""
1212
  "بیشتر به<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1213
  "target='_blank'> سوالهای رایج</a> مراجعه کنید."
1214
 
1215
- #: ../../admin/config/index.php:219
1216
  msgid "Enable UAN"
1217
  msgstr "فعال‌سازی UAN"
1218
 
1219
- #: ../../admin/config/index.php:219
1220
  #, fuzzy
1221
  msgid ""
1222
- "Send anonymous data about unknown user agents to our server for analysis. "
1223
- "This allows us to contribute to the <a href='http://browscap.org/' "
1224
  "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1225
- "WP SlimStat's browser detection functionality."
 
1226
  msgstr ""
1227
  " میتوانید اطلاعات کابر مشکوک را برای تحلیل به صورت ناشناس برای ما ارسال "
1228
  "کنید. با کمک کردن به <a href='http://browscap.co/' target='_blank'>BrowsCap "
1229
  "opensource project</a> توانایی برنامه برای شناختن مرورگرها را بیشتر میشود."
1230
 
1231
  #: ../../admin/config/maintenance.php:20
1232
- msgid "Your WP SlimStat tables have been successfully converted to InnoDB."
 
1233
  msgstr "جداول WP SlimStat با موفقیت به InnoDB تبدیل شد."
1234
 
1235
  #: ../../admin/config/maintenance.php:30
1236
  msgid "records deleted from your database."
1237
  msgstr "اطلاعات از پایگاه داده ها حذف شد."
1238
 
1239
- #: ../../admin/config/maintenance.php:34
1240
  msgid "All the records were successfully deleted."
1241
  msgstr "همه اطلاعات با موفقیت حذف شد."
1242
 
1243
- #: ../../admin/config/maintenance.php:38
1244
  msgid "Your reports were successfully restored to their default arrangement."
1245
  msgstr "گزارش ها با موفقیت به حالت پیش فرض بازنشانی شدند."
1246
 
1247
- #: ../../admin/config/maintenance.php:45
 
1248
  msgid ""
1249
- "Congrats! WP SlimStat is now optimized for <a href=\"http://www.youtube.com/"
1250
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1251
  msgstr ""
1252
  "تبریک! برنامه اکنون برای<a href=\"http://www.youtube.com/watch?"
1253
  "v=ygE01sOhzz0\" target=\"_blank\"> سرعت</a> بهینه شده است."
1254
 
1255
- #: ../../admin/config/maintenance.php:52
1256
  msgid ""
1257
  "Indexing has been successfully disabled. Enjoy the extra database space you "
1258
  "just gained!"
@@ -1260,130 +1301,131 @@ msgstr ""
1260
  "اندیس گری با موفقیت غیر فعال شد. از فضای اضافه که پایگاه داده ها بدست آورید "
1261
  "لذت ببرید! "
1262
 
1263
- #: ../../admin/config/maintenance.php:83
1264
  msgid "Database Information"
1265
  msgstr "اطلاعات پایگاه داده"
1266
 
1267
- #: ../../admin/config/maintenance.php:86
1268
  msgid "Engine"
1269
  msgstr "موتور"
1270
 
1271
- #: ../../admin/config/maintenance.php:90
1272
  msgid "switch to InnoDB"
1273
  msgstr "تغییر حالت به InnoDB"
1274
 
1275
- #: ../../admin/config/maintenance.php:101
1276
  msgid "records"
1277
  msgstr "اطلاعات"
1278
 
1279
- #: ../../admin/config/maintenance.php:106
1280
  msgid "Data Maintenance"
1281
  msgstr "تعمیر داده ها"
1282
 
1283
- #: ../../admin/config/maintenance.php:109
1284
  msgid "Delete pageviews where"
1285
  msgstr "حذف بازدید‌ها وقتی"
1286
 
1287
- #: ../../admin/config/maintenance.php:123 ../../admin/view/index.php:17
1288
  msgid "equals"
1289
  msgstr "مساوی‌ست با"
1290
 
1291
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:18
1292
  msgid "is not equal to"
1293
  msgstr "مساوی نیست با"
1294
 
1295
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:19
1296
  msgid "contains"
1297
  msgstr "شامل"
1298
 
1299
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:20
1300
  msgid "does not contain"
1301
  msgstr "ناشامل"
1302
 
1303
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:21
1304
  msgid "starts with"
1305
  msgstr "شروع می‌شود با"
1306
 
1307
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:22
1308
  msgid "ends with"
1309
  msgstr "پایان می‌یابد با"
1310
 
1311
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:23
1312
  msgid "sounds like"
1313
  msgstr " شبیه به"
1314
 
1315
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:24
1316
  msgid "is greater than"
1317
  msgstr "بزرگ‌تر است از"
1318
 
1319
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:25
1320
  msgid "is less than"
1321
  msgstr "کوچک‌تر است از"
1322
 
1323
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:26
1324
  msgid "matches"
1325
  msgstr "مطابق است با"
1326
 
1327
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:27
1328
  msgid "does not match"
1329
  msgstr "مطابق نیست"
1330
 
1331
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:28
1332
  msgid "is empty"
1333
  msgstr "خالی‌ است"
1334
 
1335
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:29
1336
  msgid "is not empty"
1337
  msgstr "خالی نیست"
1338
 
1339
- #: ../../admin/config/maintenance.php:138 ../../admin/view/index.php:32
1340
- #: ../../admin/view/index.php:78
1341
  msgid "Apply"
1342
  msgstr "انجام"
1343
 
1344
- #: ../../admin/config/maintenance.php:139
1345
  msgid ""
1346
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1347
  msgstr ""
1348
  "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1349
 
1350
- #: ../../admin/config/maintenance.php:144
1351
  msgid "Empty Database"
1352
  msgstr "پایگاه داده خالی"
1353
 
1354
- #: ../../admin/config/maintenance.php:147
1355
  msgid ""
1356
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1357
  "database?"
1358
  msgstr ""
1359
  "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1360
 
1361
- #: ../../admin/config/maintenance.php:147
1362
  msgid "Delete All Pageviews"
1363
  msgstr "حذف همه صفحات"
1364
 
1365
- #: ../../admin/config/maintenance.php:148
 
1366
  msgid ""
1367
- "Erase all the information collected so far by WP SlimStat. This operation "
1368
  "<strong>does not</strong> reset your settings."
1369
  msgstr ""
1370
  "حذف همه اطلاعاتی که تا حال توسط WP SlimStat جمع آوری شده است. این عملیات "
1371
  "تنظیمات را بازنشانی نمیکند."
1372
 
1373
- #: ../../admin/config/maintenance.php:152
1374
  msgid "Reset Reports"
1375
  msgstr "تنظیم مجدد گزارش ها"
1376
 
1377
- #: ../../admin/config/maintenance.php:155
1378
  msgid ""
1379
  "Are you sure you want to restore the default arrangement of your reports?"
1380
  msgstr " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها را بازنشانی کنید؟"
1381
 
1382
- #: ../../admin/config/maintenance.php:155
1383
  msgid "No Panic Button"
1384
  msgstr "دکمه خطر نباشد"
1385
 
1386
- #: ../../admin/config/maintenance.php:156
1387
  msgid ""
1388
  "Reset the default arrangement of your reports. Helpful when, for some "
1389
  "reason, reports disappear from your panels."
@@ -1391,15 +1433,15 @@ msgstr ""
1391
  " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها به حالت پیش فرض بازنشانی "
1392
  "کنید. این در برطرف کردن ناپدید شدن گزارش ها مفید است."
1393
 
1394
- #: ../../admin/config/maintenance.php:160
1395
  msgid "Performance"
1396
  msgstr "عملکرد"
1397
 
1398
- #: ../../admin/config/maintenance.php:163
1399
  msgid "Improve Performance"
1400
  msgstr "بهبود عملکرد"
1401
 
1402
- #: ../../admin/config/maintenance.php:164
1403
  msgid ""
1404
  "Please note that you will need about 30% more DB space to store the extra "
1405
  "information required."
@@ -1407,33 +1449,34 @@ msgstr ""
1407
  "در نظر داشته باشید که زخیره کردن این اطلاعات ٪۳۰ درصد حجم بیشتر در پایگاه "
1408
  "داده اشغال میکند."
1409
 
1410
- #: ../../admin/config/maintenance.php:168
1411
  msgid "Save DB Space"
1412
  msgstr "زخیره کردن پایگاه داده"
1413
 
1414
- #: ../../admin/config/maintenance.php:169
 
1415
  msgid ""
1416
- "Please note that by removing table indexes, WP SlimStat's performance will "
1417
- "be affected."
1418
  msgstr ""
1419
  "در نظر داشته باشید که حذف کردن شاخص بر عملکرد WP SlimStat تاثیر میگذارد"
1420
 
1421
- #: ../../admin/config/maintenance.php:174
1422
  msgid "Import and Export"
1423
  msgstr "وارد و صادر"
1424
 
1425
- #: ../../admin/config/maintenance.php:178
1426
  msgid ""
1427
- "Here below you can find the current configuration string for WP SlimStat. "
1428
- "You can update your settings by pasting a new string here below and clicking "
1429
- "on Import."
1430
  msgstr ""
1431
 
1432
- #: ../../admin/config/maintenance.php:183
1433
  msgid "Import"
1434
  msgstr "واردات"
1435
 
1436
- #: ../../admin/config/maintenance.php:184
1437
  msgid "Are you sure you want to OVERWRITE your current settings?"
1438
  msgstr "مطمئنید می‌خواهید تنظیمات را بازنشانی کنید؟"
1439
 
@@ -2619,7 +2662,7 @@ msgid "l-zu-za"
2619
  msgstr ""
2620
 
2621
  #: ../../admin/lang/dynamic_strings.php:298
2622
- #: ../../admin/view/wp-slimstat-reports.php:496
2623
  msgid "l-"
2624
  msgstr ""
2625
 
@@ -2635,145 +2678,155 @@ msgstr ""
2635
  msgid "c-xy"
2636
  msgstr "آدرس محلی"
2637
 
2638
- #: ../../admin/view/index.php:48 ../../admin/view/wp-slimstat-reports.php:783
 
 
 
 
2639
  msgid "Today"
2640
  msgstr "امروز‍"
2641
 
2642
- #: ../../admin/view/index.php:49 ../../admin/view/wp-slimstat-reports.php:784
2643
  msgid "Yesterday"
2644
  msgstr "دیروز"
2645
 
2646
- #: ../../admin/view/index.php:50
2647
  msgid "Last 7 Days"
2648
  msgstr "۷ روز اخیر"
2649
 
2650
- #: ../../admin/view/index.php:51
2651
  #, fuzzy
2652
  msgid "Last 60 Days"
2653
  msgstr "۳۰ روز اخیر"
2654
 
2655
- #: ../../admin/view/index.php:52
2656
  msgid "Last 90 Days"
2657
  msgstr "۹۰ روز اخیر"
2658
 
2659
- #: ../../admin/view/index.php:53
2660
  #, fuzzy
2661
  msgid "This Year So Far"
2662
  msgstr "امسال"
2663
 
2664
- #: ../../admin/view/index.php:54
2665
  msgid "Date Range"
2666
  msgstr "محدوده زمانی"
2667
 
2668
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-db.php:72
2669
  msgid "Day"
2670
  msgstr "روز"
2671
 
2672
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-db.php:73
2673
  msgid "Month"
2674
  msgstr "ماه"
2675
 
2676
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2677
  msgid "Year"
2678
  msgstr "سال"
2679
 
2680
- #: ../../admin/view/index.php:80
2681
  #, fuzzy
2682
  msgid "Reset Filters"
2683
  msgstr "فیلترهای تاریخ"
2684
 
2685
- #: ../../admin/view/index.php:121
2686
  msgid "Your report here"
2687
  msgstr "گزارش شما این‌جا"
2688
 
2689
- #: ../../admin/view/index.php:123
 
2690
  msgid ""
2691
- "Yes, you can! Create and view your personalized analytics for WP SlimStat. "
2692
- "Just write a new plugin that retrieves the desired information from the "
2693
- "database and then hook it to the action <code>wp_slimstat_custom_report</"
2694
- "code>. For more information, visit my <a href=\"http://wordpress.org/tags/wp-"
2695
- "slimstat?forum_id=10\" target=\"_blank\">support forum</a>."
2696
  msgstr ""
2697
  " شما میتوانید گزارش آمار شخصی ایجاد کنید. یک افزونه بنویسید که اطلاعات مورد "
2698
  "نظر را از پایگاه داده را به <code>wp_slimstat_custom_report</code> گزارش "
2699
  "قلاب میکند.برای اطلاع بیشتر به صفحه<a href=\"http://wordpress.org/tags/wp-"
2700
  "slimstat?forum_id=10\" target=\"_blank\"> پشتیبانی </a>مراجعه کنید."
2701
 
2702
- #: ../../admin/view/index.php:137 ../../admin/view/wp-slimstat-reports.php:774
2703
- #: ../../admin/view/wp-slimstat-reports.php:876
2704
- #: ../../admin/view/wp-slimstat-reports.php:1099
2705
  msgid "Pageviews"
2706
  msgstr "مشاهدات صفحات"
2707
 
2708
- #: ../../admin/view/index.php:140
 
2709
  msgid ""
2710
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2711
- "WP SlimStat leverages this information to identify returning visitors. "
2712
- "Please note that visitors also include registered users."
2713
  msgstr ""
2714
  "وقتی کاربران در تارنامه نظر ثبت می‌کنند، وردپرس به آن‌ها یک کلوچک اختصاص می‌دهد."
2715
  "WP SlimStat از این اطلاعات برای شناسایی «بیننده دوباره» استفاده میکند. در "
2716
  "نظر داشته باشید که بیننده ها شامل کاربران ثبت شده نیز میباشد."
2717
 
2718
- #: ../../admin/view/index.php:144
2719
- msgid "Take a sneak peek at what human visitors are doing on your website."
2720
- msgstr "نظارت بر اینکه کاربران در پایگاه شما چه میکنند"
2721
-
2722
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
2723
- #: ../../admin/view/index.php:185 ../../admin/view/right-now.php:149
2724
  msgid "Color codes"
2725
  msgstr "علامت رنگی"
2726
 
2727
- #: ../../admin/view/index.php:144
2728
- msgid "From a search result page"
 
2729
  msgstr "از صفحه نتایج جستجو"
2730
 
2731
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
2732
- #: ../../admin/view/index.php:185
2733
  msgid "Known Users"
2734
  msgstr "کاربران آشنا"
2735
 
2736
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
2737
- #: ../../admin/view/index.php:185
2738
  msgid "Other Humans"
2739
  msgstr "دیگران"
2740
 
2741
- #: ../../admin/view/index.php:148
 
 
 
 
2742
  msgid "Keywords used by your visitors to find your website on a search engine."
2743
  msgstr "عبارات کلیدی در موتورهای جستجو که بیننده را به پایگاه شما را یافته‌اند."
2744
 
2745
- #: ../../admin/view/index.php:151
 
2746
  msgid ""
2747
- "WP SlimStat retrieves live information from Alexa, Facebook and Google, to "
2748
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2749
  "set above don't apply to this report."
2750
  msgstr ""
2751
  "با کسب اطلاعات خود از Google، Facebook و یا Alexa، رتبه خود را محک بزنید. "
2752
  "مقادیر هر ۱۲ ساعت به روز میشوند. صافی ها بالا در این گزارش کاربرد نمیشوند. "
2753
 
2754
- #: ../../admin/view/index.php:154
2755
  msgid "Human Visits"
2756
  msgstr "بازدیدهای انسانی"
2757
 
2758
- #: ../../admin/view/index.php:157
 
2759
  msgid ""
2760
  "Internet Service Provider: a company which provides other companies or "
2761
  "individuals with access to the Internet. Your DSL or cable internet service "
2762
  "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
2763
- "by setting the corresponding filter under Settings > SlimStat > Filters."
2764
  msgstr ""
2765
  "اینترنت توسط یک شرکت خدماتی (ISP) برای شما فراهم میشود. میتوانید این نشانی "
2766
  "ای پی را با وارد کردن صافی نادیده بگیرید."
2767
 
2768
- #: ../../admin/view/index.php:160
 
2769
  msgid ""
2770
- "You can configure WP SlimStat to ignore a specific Country by setting the "
2771
- "corresponding filter under Settings > SlimStat > Filters."
2772
  msgstr ""
2773
  "میتوانید تنظیمات برنامه برای نادیده گرفتن بعضی کشورها را تغییر دهید:Settings "
2774
  "> SlimStat > Filters"
2775
 
2776
- #: ../../admin/view/index.php:163
2777
  msgid ""
2778
  "This report shows you what user agent families (no version considered) are "
2779
  "popular among your visitors."
@@ -2781,7 +2834,7 @@ msgstr ""
2781
  "این گزارش نشانگر عامل کابر (بدون در نظر گرفتن نسخه) که در میان بیننده ها "
2782
  "محبوب تر هستند میباشد."
2783
 
2784
- #: ../../admin/view/index.php:166
2785
  msgid ""
2786
  "This report shows you what operating system families (no version considered) "
2787
  "are popular among your visitors."
@@ -2789,11 +2842,11 @@ msgstr ""
2789
  "این گزارش نشانگر محیط عامل هایی (بدون در نظر گرفتن نسخه) که در میان بیننده "
2790
  "ها محبوب تر هستند میباشد."
2791
 
2792
- #: ../../admin/view/index.php:172
2793
  msgid "Average Pageviews per Visit"
2794
  msgstr "میان‌گین مشاهده صفحات در هر بازدید"
2795
 
2796
- #: ../../admin/view/index.php:175
2797
  msgid ""
2798
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2799
  "left your site from the entrance (landing) page."
@@ -2801,11 +2854,11 @@ msgstr ""
2801
  " «صفحه وازده» یک «تک-صفحه» میباشد، یا آخرین صفحه ی دیده شده قبل از آنکه "
2802
  "بیننده پایگاه را ترک کند. "
2803
 
2804
- #: ../../admin/view/index.php:178
2805
  msgid "Searches performed using Wordpress' built-in search functionality."
2806
  msgstr "جستجوهایی که توسط جستجوی داخلی Wordpress انجام میشوند."
2807
 
2808
- #: ../../admin/view/index.php:182
2809
  msgid ""
2810
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2811
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -2814,7 +2867,7 @@ msgstr ""
2814
  "جزئيات پیوند نشان میدهد که چندمین پیوند فشار داده شده است. <em>ID:xx</em> "
2815
  "هنگامی نشان داده میشود که پیوند مرتبط شناسه داشته باشد."
2816
 
2817
- #: ../../admin/view/index.php:185
2818
  msgid ""
2819
  "This report lists any <em>event</em> occurred on your website. Please refer "
2820
  "to the FAQ for more information on how to leverage this functionality."
@@ -2822,7 +2875,7 @@ msgstr ""
2822
  "این گزارش تمامی رویداد های پایگاه شما را فهرست میکند. لطفا برای کسب اطلاع "
2823
  "بیشتر در این مورد به بخش پرسش و پاسخ مراجعه کنید."
2824
 
2825
- #: ../../admin/view/index.php:188
2826
  msgid ""
2827
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2828
  "this report is not affected by the filters set here above."
@@ -2847,510 +2900,521 @@ msgid "Syndication Reader"
2847
  msgstr "پیوند ریدر"
2848
 
2849
  #: ../../admin/view/right-now.php:30
2850
- #: ../../admin/view/wp-slimstat-reports.php:439
2851
- #: ../../admin/view/wp-slimstat-reports.php:685
2852
  msgid "No data to display"
2853
  msgstr "داده‌ای برای نمایش نیست"
2854
 
2855
  # Unknown
2856
  #: ../../admin/view/right-now.php:56
2857
- #: ../../admin/view/wp-slimstat-reports.php:484
2858
- #: ../../admin/view/wp-slimstat-reports.php:723
2859
- #: ../../admin/view/wp-slimstat-reports.php:987
2860
  msgid "c-"
2861
  msgstr "Unknown"
2862
 
2863
- #: ../../admin/view/right-now.php:122
2864
- #: ../../admin/view/wp-slimstat-reports.php:538
2865
- #: ../../admin/view/wp-slimstat-reports.php:542
2866
- #: ../../admin/view/wp-slimstat-reports.php:705
2867
- #: ../../admin/view/wp-slimstat-reports.php:743
 
 
 
 
 
 
 
 
 
 
 
 
2868
  msgid "Open this URL in a new window"
2869
  msgstr "نشانی را در پنجره جدید باز کن"
2870
 
2871
- #: ../../admin/view/right-now.php:125
2872
  msgid "Local search results page"
2873
  msgstr "صفحه نتایج جستجوی محلی"
2874
 
2875
- #: ../../admin/view/right-now.php:132
2876
  msgid "Open this referrer in a new window"
2877
  msgstr "این ارجاعی دهنده را در پنجره جدید باز کن"
2878
 
2879
- #: ../../admin/view/right-now.php:133
2880
  msgid "Open this outbound link in a new window"
2881
  msgstr " پیوندهای بیرونی را در پنجره جدید باز کن"
2882
 
2883
- #: ../../admin/view/right-now.php:134
2884
- msgid "Date and Time"
2885
- msgstr "روز و ساعت"
2886
-
2887
- #: ../../admin/view/right-now.php:135
2888
  msgid "Content Type"
2889
  msgstr " نوع محتوا"
2890
 
2891
- #: ../../admin/view/right-now.php:150
2892
- msgid "Visit with keywords"
2893
- msgstr "کلمات کلیدی (جدا شده با کاما):"
2894
-
2895
- #: ../../admin/view/right-now.php:152
2896
- msgid "Known User"
2897
- msgstr "کاربر آشنا"
2898
-
2899
- #: ../../admin/view/right-now.php:153
2900
- msgid "Human Visitor"
2901
- msgstr "بیننده انسانی"
2902
-
2903
- #: ../../admin/view/right-now.php:154
2904
- msgid "Bot or Crawler"
2905
- msgstr "روبات یا خزنده"
2906
-
2907
- #: ../../admin/view/wp-slimstat-db.php:44
2908
  msgid "IP Address"
2909
  msgstr "نشانی آی‌پی"
2910
 
2911
- #: ../../admin/view/wp-slimstat-db.php:49
2912
  msgid "Domain"
2913
  msgstr "دامنه"
2914
 
 
 
 
 
2915
  #: ../../admin/view/wp-slimstat-db.php:53
2916
  msgid "-- Advanced filters --"
2917
  msgstr "-- فیلترهای پیش‌رفته --"
2918
 
2919
  #: ../../admin/view/wp-slimstat-db.php:54
2920
- #: ../../admin/view/wp-slimstat-reports.php:58
2921
  msgid "Browser Capabilities"
2922
  msgstr "قابلیت‌های مرورگر"
2923
 
2924
- #: ../../admin/view/wp-slimstat-db.php:66
 
 
 
 
2925
  msgid "Resource ID"
2926
  msgstr "شناسه منابع"
2927
 
2928
- #: ../../admin/view/wp-slimstat-db.php:71
2929
  msgid "Hour"
2930
  msgstr "ساعت"
2931
 
2932
- #: ../../admin/view/wp-slimstat-db.php:77
2933
  msgid "Order Direction"
2934
  msgstr ""
2935
 
2936
- #: ../../admin/view/wp-slimstat-db.php:78
2937
  #, fuzzy
2938
  msgid "Limit Results"
2939
  msgstr "نتایج محدود به"
2940
 
2941
- #: ../../admin/view/wp-slimstat-db.php:79
2942
  msgid "Start From"
2943
  msgstr ""
2944
 
2945
- #: ../../admin/view/wp-slimstat-reports.php:38
2946
  msgid "Pageviews (chart)"
2947
  msgstr "مشاهده صفحات (نمودار)"
2948
 
2949
- #: ../../admin/view/wp-slimstat-reports.php:39
2950
- msgid "About WP SlimStat"
 
2951
  msgstr "درباره WP SlimStat"
2952
 
2953
- #: ../../admin/view/wp-slimstat-reports.php:40
2954
- #: ../../admin/view/wp-slimstat-reports.php:52
2955
  msgid "At a Glance"
2956
  msgstr "در یک نگاه"
2957
 
2958
- #: ../../admin/view/wp-slimstat-reports.php:41
2959
  msgid "Currently Online"
2960
  msgstr "حالا روی خط"
2961
 
2962
- #: ../../admin/view/wp-slimstat-reports.php:42
2963
- #: ../../admin/view/wp-slimstat-reports.php:76
2964
  msgid "Spy View"
2965
  msgstr "دید دزدکی"
2966
 
2967
- #: ../../admin/view/wp-slimstat-reports.php:43
2968
- #: ../../admin/view/wp-slimstat-reports.php:77
2969
  msgid "Recent Search Terms"
2970
  msgstr "عبارت‌های جستجو شده اخیر"
2971
 
2972
- #: ../../admin/view/wp-slimstat-reports.php:44
2973
  msgid "Top Pages"
2974
  msgstr "برترین صفحات"
2975
 
2976
- #: ../../admin/view/wp-slimstat-reports.php:45
2977
- #: ../../admin/view/wp-slimstat-reports.php:74
2978
  msgid "Top Traffic Sources"
2979
  msgstr "برترین منابع ترافیک"
2980
 
2981
- #: ../../admin/view/wp-slimstat-reports.php:46
2982
  msgid "Top Known Visitors"
2983
  msgstr "برترین بیننده های آشنا"
2984
 
2985
- #: ../../admin/view/wp-slimstat-reports.php:47
2986
- #: ../../admin/view/wp-slimstat-reports.php:72
2987
- #: ../../admin/view/wp-slimstat-reports.php:92
2988
  msgid "Top Search Terms"
2989
  msgstr "برترین عبارت های جستجو"
2990
 
2991
- #: ../../admin/view/wp-slimstat-reports.php:48
2992
- #: ../../admin/view/wp-slimstat-reports.php:59
2993
- #: ../../admin/view/wp-slimstat-reports.php:73
2994
  msgid "Top Countries"
2995
  msgstr "برترین کشورها"
2996
 
2997
- #: ../../admin/view/wp-slimstat-reports.php:49
2998
  msgid "Rankings"
2999
  msgstr "رتبه ها"
3000
 
3001
- #: ../../admin/view/wp-slimstat-reports.php:50
3002
  msgid "Top Language Families"
3003
  msgstr "برترین زبان‌ها"
3004
 
3005
- #: ../../admin/view/wp-slimstat-reports.php:51
3006
  msgid "Human Visits (chart)"
3007
  msgstr "مشاهدات انسانی (نمودار)"
3008
 
3009
- #: ../../admin/view/wp-slimstat-reports.php:53
 
 
 
 
 
3010
  msgid "Top Languages"
3011
  msgstr "بیش‌ترین زبان‌ها"
3012
 
3013
- #: ../../admin/view/wp-slimstat-reports.php:54
3014
  msgid "Top Browsers"
3015
  msgstr "برترین مرورگرها"
3016
 
3017
- #: ../../admin/view/wp-slimstat-reports.php:55
3018
  msgid "Top Service Providers"
3019
  msgstr "برترین خدمات دهنده‌ها"
3020
 
3021
- #: ../../admin/view/wp-slimstat-reports.php:56
3022
  msgid "Top Operating Systems"
3023
  msgstr "برترین محیط‌های عامل"
3024
 
3025
- #: ../../admin/view/wp-slimstat-reports.php:57
3026
  msgid "Top Screen Resolutions"
3027
  msgstr "برترین ابعاد صفحه نماش‌ها"
3028
 
3029
- #: ../../admin/view/wp-slimstat-reports.php:60
3030
  msgid "Visit Duration"
3031
  msgstr "طول دوره بازدید"
3032
 
3033
- #: ../../admin/view/wp-slimstat-reports.php:61
3034
- #: ../../admin/view/wp-slimstat-reports.php:78
3035
  msgid "Recent Countries"
3036
  msgstr "کشورهای اخیر"
3037
 
3038
- #: ../../admin/view/wp-slimstat-reports.php:62
3039
  msgid "Recent Screen Resolutions"
3040
  msgstr "ابعاد نمایش‌گرهای اخیر"
3041
 
3042
- #: ../../admin/view/wp-slimstat-reports.php:63
3043
  msgid "Recent Operating Systems"
3044
  msgstr "محیطهای عامل اخیر"
3045
 
3046
- #: ../../admin/view/wp-slimstat-reports.php:64
3047
  msgid "Recent Browsers"
3048
  msgstr "مرورگرهای اخیر"
3049
 
3050
- #: ../../admin/view/wp-slimstat-reports.php:65
3051
  msgid "Recent Languages"
3052
  msgstr "زبان‌های اخیر"
3053
 
3054
- #: ../../admin/view/wp-slimstat-reports.php:66
3055
  msgid "Top Browser Families"
3056
  msgstr "برترین مرورگرها"
3057
 
3058
- #: ../../admin/view/wp-slimstat-reports.php:67
3059
  msgid "Top OS Families"
3060
  msgstr "برترین محیط عامل ها"
3061
 
3062
- #: ../../admin/view/wp-slimstat-reports.php:68
3063
  msgid "Recent Users"
3064
  msgstr "کاربرهای اخیر"
3065
 
3066
- #: ../../admin/view/wp-slimstat-reports.php:69
3067
  msgid "Top Users"
3068
  msgstr "برترین کاربرها"
3069
 
3070
- #: ../../admin/view/wp-slimstat-reports.php:70
3071
  msgid "Traffic Sources (chart)"
3072
  msgstr "منابع ترافیک (نمودار)"
3073
 
3074
- #: ../../admin/view/wp-slimstat-reports.php:71
3075
  msgid "Summary"
3076
  msgstr "خلاصه"
3077
 
3078
- #: ../../admin/view/wp-slimstat-reports.php:75
3079
  msgid "Top Referring Search Engines"
3080
  msgstr "برترین موتور جستجو های ارجاع‌دهنده"
3081
 
3082
- #: ../../admin/view/wp-slimstat-reports.php:79
3083
- #: ../../admin/view/wp-slimstat-reports.php:95
3084
  msgid "Top Landing Pages"
3085
  msgstr "برترین صفحه های ورود"
3086
 
3087
- #: ../../admin/view/wp-slimstat-reports.php:80
3088
  msgid "Average Pageviews per Visit (chart)"
3089
  msgstr "میان‌گین مشاهده صفحات در بازدید(نمودار)"
3090
 
3091
- #: ../../admin/view/wp-slimstat-reports.php:81
3092
  msgid "Recent Posts"
3093
  msgstr "ارسال های اخیر"
3094
 
3095
- #: ../../admin/view/wp-slimstat-reports.php:82
3096
  msgid "Recent Bounce Pages"
3097
  msgstr "صفحات وازده اخیر"
3098
 
3099
- #: ../../admin/view/wp-slimstat-reports.php:83
3100
  msgid "Recent Feeds"
3101
  msgstr "خوراک‌های اخیر"
3102
 
3103
- #: ../../admin/view/wp-slimstat-reports.php:84
3104
  msgid "Recent Pages Not Found"
3105
  msgstr "صفحه هایی پیدا نشده اخیر"
3106
 
3107
- #: ../../admin/view/wp-slimstat-reports.php:85
3108
  msgid "Recent Internal Searches"
3109
  msgstr "جستجوهای داخلی اخیر"
3110
 
3111
- #: ../../admin/view/wp-slimstat-reports.php:86
3112
  msgid "Top Categories"
3113
  msgstr "برترین دسته‌ها"
3114
 
3115
- #: ../../admin/view/wp-slimstat-reports.php:87
3116
  msgid "Recent Outbound Links"
3117
  msgstr "پیوندهای بیرونی اخیر"
3118
 
3119
- #: ../../admin/view/wp-slimstat-reports.php:88
3120
  msgid "Recent Events"
3121
  msgstr "اتفاقات اخیر"
3122
 
3123
- #: ../../admin/view/wp-slimstat-reports.php:89
3124
  msgid "Top Posts"
3125
  msgstr "برترین ارسال ها"
3126
 
3127
- #: ../../admin/view/wp-slimstat-reports.php:90
3128
  msgid "Top Feeds"
3129
  msgstr "برترین خوراک‌ها"
3130
 
3131
- #: ../../admin/view/wp-slimstat-reports.php:91
3132
  msgid "Top Internal Searches"
3133
  msgstr "برترین جستجوهای داخلی"
3134
 
3135
- #: ../../admin/view/wp-slimstat-reports.php:93
3136
  msgid "Recent Categories"
3137
  msgstr "دسته‌های اخیر"
3138
 
3139
- #: ../../admin/view/wp-slimstat-reports.php:94
3140
  msgid "Top Pages Not Found"
3141
  msgstr "برترین صفحاتی که پیدا نشد"
3142
 
3143
- #: ../../admin/view/wp-slimstat-reports.php:96
3144
  msgid "Top Authors"
3145
  msgstr "برترین نویسنده‌ها"
3146
 
3147
- #: ../../admin/view/wp-slimstat-reports.php:97
3148
  msgid "Top Tags"
3149
  msgstr "برترین نشانه ها"
3150
 
3151
- #: ../../admin/view/wp-slimstat-reports.php:98
3152
  msgid "Recent Downloads"
3153
  msgstr "بارگیری های اخیر"
3154
 
3155
- #: ../../admin/view/wp-slimstat-reports.php:99
3156
- msgid "Top Outbound Links and Downloads"
 
3157
  msgstr "برترین پیوندهای بیرونی و بارگیری ها"
3158
 
3159
- #: ../../admin/view/wp-slimstat-reports.php:100
3160
  msgid "Your Website"
3161
  msgstr "تارنمای شما"
3162
 
3163
- #: ../../admin/view/wp-slimstat-reports.php:102
 
 
 
 
3164
  #, fuzzy
3165
- msgid "At A Glance"
3166
- msgstr "در یک نگاه"
3167
 
3168
- #: ../../admin/view/wp-slimstat-reports.php:220
3169
  msgid "Chart controls"
3170
  msgstr "کنترل‌های نمودار"
3171
 
3172
- #: ../../admin/view/wp-slimstat-reports.php:220
3173
  msgid "Use your mouse wheel to zoom in and out"
3174
  msgstr "از غلطانک موش‌واره برای بزرگ‌نمایی و کوچک‌نمایی استفاده کنید"
3175
 
3176
- #: ../../admin/view/wp-slimstat-reports.php:220
3177
  msgid "While zooming in, drag the chart to move to a different area"
3178
  msgstr ""
3179
  "زمانی‌که بزرگ‌نمایی می‌کنید، نمودار را می‌توانید بکشید و به نقاط دیگر بروید"
3180
 
3181
- #: ../../admin/view/wp-slimstat-reports.php:220
3182
  msgid "Double click on an empty region to reset the zoom level"
3183
  msgstr "بر یک ناحیه خالی دوبار کلیک کنید تا بزرگنمایی به حالت اولیه بازگردد"
3184
 
3185
- #: ../../admin/view/wp-slimstat-reports.php:221
3186
- msgid ""
3187
- "Click on a data point to display the activity chart for each hour of that day"
3188
- msgstr "روی نقطه‌های داده کلیک کنید تا نمودار فعالیت آن ساعت را مشاهده کنید"
3189
-
3190
- #: ../../admin/view/wp-slimstat-reports.php:270
3191
  msgid "src"
3192
  msgstr "منبع"
3193
 
3194
- #: ../../admin/view/wp-slimstat-reports.php:271
3195
  msgid "serp"
3196
  msgstr ""
3197
 
3198
- #: ../../admin/view/wp-slimstat-reports.php:276
3199
  msgid "Go to the corresponding search engine result page"
3200
  msgstr "برو به صفحه مرتبط با این جستجو"
3201
 
3202
- #: ../../admin/view/wp-slimstat-reports.php:279
3203
  msgid "Go to the referring page"
3204
  msgstr "برو به صفحه ارجاع‌دهنده"
3205
 
3206
- #: ../../admin/view/wp-slimstat-reports.php:302
3207
  msgid "Remove filter for"
3208
  msgstr "حذف فیلترها از"
3209
 
3210
- #: ../../admin/view/wp-slimstat-reports.php:309
3211
  msgid "Reset All"
3212
  msgstr "بازنشانی همه"
3213
 
3214
- #: ../../admin/view/wp-slimstat-reports.php:312
3215
  msgid "Current filters:"
3216
  msgstr "فیلترهای جاری:"
3217
 
3218
- #: ../../admin/view/wp-slimstat-reports.php:316
3219
  msgid "Refresh"
3220
  msgstr "تازه سازی"
3221
 
3222
- #: ../../admin/view/wp-slimstat-reports.php:353
3223
  #, php-format
3224
  msgid "Results %s - %s of %s"
3225
  msgstr " نتایج %s - %s از %s"
3226
 
3227
- #: ../../admin/view/wp-slimstat-reports.php:355
3228
  msgid "Refresh in"
3229
  msgstr "تازه سازی در"
3230
 
3231
- #: ../../admin/view/wp-slimstat-reports.php:377
3232
- #: ../../admin/view/wp-slimstat-reports.php:389
3233
  #, php-format
3234
  msgid "Daily %s"
3235
  msgstr "%s روزانه"
3236
 
3237
- #: ../../admin/view/wp-slimstat-reports.php:380
3238
  #, php-format
3239
  msgid "%s Minute by Minute"
3240
  msgstr "%s دقیقه به دقیقه"
3241
 
3242
- #: ../../admin/view/wp-slimstat-reports.php:383
3243
  #, php-format
3244
  msgid "Hourly %s"
3245
  msgstr "%s ساعتی"
3246
 
3247
- #: ../../admin/view/wp-slimstat-reports.php:386
3248
  #, php-format
3249
  msgid "Monthly %s"
3250
  msgstr "%s ماهانه"
3251
 
3252
- #: ../../admin/view/wp-slimstat-reports.php:466
3253
  msgid "Category ID"
3254
  msgstr "شناسه دسته"
3255
 
3256
- #: ../../admin/view/wp-slimstat-reports.php:499
3257
  msgid "OS Code"
3258
  msgstr "کد محیط عامل"
3259
 
3260
- #: ../../admin/view/wp-slimstat-reports.php:509
3261
  msgid "Referrer"
3262
  msgstr "ارجاع دهنده"
3263
 
3264
- #: ../../admin/view/wp-slimstat-reports.php:533
3265
- #: ../../admin/view/wp-slimstat-reports.php:811
3266
- #: ../../admin/view/wp-slimstat-reports.php:820
3267
- #: ../../admin/view/wp-slimstat-reports.php:826
3268
- #: ../../admin/view/wp-slimstat-reports.php:832
3269
- #: ../../admin/view/wp-slimstat-reports.php:838
3270
- #: ../../admin/view/wp-slimstat-reports.php:844
3271
- #: ../../admin/view/wp-slimstat-reports.php:850
3272
- #: ../../admin/view/wp-slimstat-reports.php:856
3273
  msgid "Hits"
3274
  msgstr "بازدیدها"
3275
 
3276
- #: ../../admin/view/wp-slimstat-reports.php:702
3277
  msgid "Search for"
3278
  msgstr "جستجو به دنبال"
3279
 
3280
- #: ../../admin/view/wp-slimstat-reports.php:733
3281
- #: ../../admin/view/wp-slimstat-reports.php:743
3282
  msgid "Source"
3283
  msgstr "منبع"
3284
 
3285
- #: ../../admin/view/wp-slimstat-reports.php:735
3286
  msgid "Keywords"
3287
  msgstr "کلمات کلیدی"
3288
 
3289
- #: ../../admin/view/wp-slimstat-reports.php:743
3290
  #, php-format
3291
  msgid "Filter results where resource equals %s"
3292
  msgstr "نتایج را فیلتر کن وقتی منبع مساوی‌ست با %s"
3293
 
3294
- #: ../../admin/view/wp-slimstat-reports.php:757
 
 
 
 
 
3295
  msgid "Total Pageviews"
3296
  msgstr "همه مشاهدات صفحات"
3297
 
3298
- #: ../../admin/view/wp-slimstat-reports.php:758
3299
  msgid "DB Size"
3300
  msgstr "اندازه پایگاه داده"
3301
 
3302
- #: ../../admin/view/wp-slimstat-reports.php:759
3303
  msgid "Tracking Active"
3304
  msgstr "ردگیری فعال"
3305
 
3306
- #: ../../admin/view/wp-slimstat-reports.php:760
3307
  msgid "Javascript Mode"
3308
  msgstr "فعال سازی حالت جاوااسکریپت"
3309
 
3310
- #: ../../admin/view/wp-slimstat-reports.php:761
3311
  msgid "Tracking Browser Caps"
3312
  msgstr "ردگیری قابلیت‌های مرورگر"
3313
 
3314
- #: ../../admin/view/wp-slimstat-reports.php:762
3315
  msgid "Auto purge"
3316
  msgstr "پاک‌سازی خودکار"
3317
 
3318
- #: ../../admin/view/wp-slimstat-reports.php:763
3319
  msgid "Oldest pageview"
3320
  msgstr "قدیمی‌ترین بازدید"
3321
 
3322
- #: ../../admin/view/wp-slimstat-reports.php:763
3323
  msgid "No visits"
3324
  msgstr "بازدیدی نیست"
3325
 
3326
- #: ../../admin/view/wp-slimstat-reports.php:773
3327
- #: ../../admin/view/wp-slimstat-reports.php:875
 
3328
  msgid ""
3329
- "A request to load a single HTML file. WP SlimStat logs a \"pageview\" each "
3330
- "time the tracking code is executed."
3331
  msgstr ""
3332
  "درخواست بارگیری یک پرونده زنگام. هر اجرای ردگیری منجر به ثبت یک بازید میشود."
3333
 
3334
- #: ../../admin/view/wp-slimstat-reports.php:775
3335
  msgid "How many pages have been visited on average during the current period."
3336
  msgstr "چند صفحه به طور میانگین در "
3337
 
3338
- #: ../../admin/view/wp-slimstat-reports.php:776
3339
  #, fuzzy
3340
  msgid "Average Pageviews"
3341
  msgstr "میان‌گین مشاهده صفحات"
3342
 
3343
- #: ../../admin/view/wp-slimstat-reports.php:777
3344
  msgid ""
3345
  "Visitors who landed on your site after searching for a keyword on Google, "
3346
  "Yahoo, etc."
3347
  msgstr "کاربرانی که بعد از جستجو در موتورهای جستجو به سایت شما رسیده‌اند."
3348
 
3349
- #: ../../admin/view/wp-slimstat-reports.php:778
3350
  msgid "From Search Results"
3351
  msgstr "از نتایج جستجو"
3352
 
3353
- #: ../../admin/view/wp-slimstat-reports.php:779
3354
  msgid ""
3355
  "Used to differentiate between multiple requests to download a file from one "
3356
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3358,23 +3422,23 @@ msgstr ""
3358
  " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
3359
  "درخواست از چند آی پی ادرس مختلف است."
3360
 
3361
- #: ../../admin/view/wp-slimstat-reports.php:780
3362
- #: ../../admin/view/wp-slimstat-reports.php:795
3363
- #: ../../admin/view/wp-slimstat-reports.php:1099
3364
- #: ../../admin/view/wp-slimstat-reports.php:1103
3365
- #: ../../admin/view/wp-slimstat-reports.php:1107
3366
  msgid "Unique IPs"
3367
  msgstr "آی‌پی‌های یکتا"
3368
 
3369
- #: ../../admin/view/wp-slimstat-reports.php:781
3370
  msgid "Last 5 minutes"
3371
  msgstr "۵ دقیقه اخیر"
3372
 
3373
- #: ../../admin/view/wp-slimstat-reports.php:782
3374
  msgid "Last 30 minutes"
3375
  msgstr "۳۰ دقیقه اخیر"
3376
 
3377
- #: ../../admin/view/wp-slimstat-reports.php:792
3378
  msgid ""
3379
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3380
  "multiple times if they perform multiple visits."
@@ -3382,102 +3446,102 @@ msgstr ""
3382
  "هر بازدید یک جلسه است که حداکثر ۳۰ دقیقه میباشد. «بیننده دوباره» چند بار "
3383
  "شمارش میشود اگر چند بار بازدید کنند."
3384
 
3385
- #: ../../admin/view/wp-slimstat-reports.php:793
3386
  msgid "Human visits"
3387
  msgstr "بازدیدهای انسانی"
3388
 
3389
- #: ../../admin/view/wp-slimstat-reports.php:794
3390
  msgid "It includes only traffic generated by human visitors."
3391
  msgstr "فقط شامل ترافیک انسانی میشود"
3392
 
3393
- #: ../../admin/view/wp-slimstat-reports.php:796
3394
- #: ../../admin/view/wp-slimstat-reports.php:887
3395
  msgid ""
3396
  "Percentage of single-page visits, i.e. visits in which the person left your "
3397
  "site from the entrance page."
3398
  msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
3399
 
3400
- #: ../../admin/view/wp-slimstat-reports.php:797
3401
  msgid "Bounce rate"
3402
  msgstr "میزان وازده گی"
3403
 
3404
- #: ../../admin/view/wp-slimstat-reports.php:798
3405
  msgid "Visitors who had previously left a comment on your blog."
3406
  msgstr "بازدیدکنندگانی که قبلا در تارنامه نظر ثبت کرده‌اند"
3407
 
3408
- #: ../../admin/view/wp-slimstat-reports.php:799
3409
  msgid "Known visitors"
3410
  msgstr "بیننده های آشنا"
3411
 
3412
- #: ../../admin/view/wp-slimstat-reports.php:800
3413
  msgid "Human users who visited your site only once."
3414
  msgstr "کاربرانی که فقط یک بار پایگاه شما را دیده‌اند."
3415
 
3416
- #: ../../admin/view/wp-slimstat-reports.php:801
3417
  msgid "New visitors"
3418
  msgstr "بازدیدکنندگان جدید"
3419
 
3420
- #: ../../admin/view/wp-slimstat-reports.php:802
3421
  msgid "Bots"
3422
  msgstr "ربات‌ها"
3423
 
3424
- #: ../../admin/view/wp-slimstat-reports.php:803
3425
  msgid "Pages per visit"
3426
  msgstr "صفحات در بازدید"
3427
 
3428
- #: ../../admin/view/wp-slimstat-reports.php:804
3429
- #: ../../admin/view/wp-slimstat-reports.php:1112
3430
  msgid "Longest visit"
3431
  msgstr "طولانی‌ترین مشاهده صفحات"
3432
 
3433
- #: ../../admin/view/wp-slimstat-reports.php:804
3434
  msgid "hits"
3435
  msgstr "مشاهدات"
3436
 
3437
- #: ../../admin/view/wp-slimstat-reports.php:822
3438
  msgid "0 - 30 seconds"
3439
  msgstr "۰ تا ۳۰ ثانیه"
3440
 
3441
- #: ../../admin/view/wp-slimstat-reports.php:828
3442
  msgid "31 - 60 seconds"
3443
  msgstr "۳۱ تا ۶۰ ثانیه"
3444
 
3445
- #: ../../admin/view/wp-slimstat-reports.php:834
3446
  msgid "1 - 3 minutes"
3447
  msgstr "۱ تا ۳ دقیقه"
3448
 
3449
- #: ../../admin/view/wp-slimstat-reports.php:840
3450
  msgid "3 - 5 minutes"
3451
  msgstr "۳ تا ۵ دقیقه"
3452
 
3453
- #: ../../admin/view/wp-slimstat-reports.php:846
3454
  msgid "5 - 7 minutes"
3455
  msgstr "۵ تا ۷ دقیقه"
3456
 
3457
- #: ../../admin/view/wp-slimstat-reports.php:852
3458
  msgid "7 - 10 minutes"
3459
  msgstr "۷ تا ۱۰ دقیقه"
3460
 
3461
- #: ../../admin/view/wp-slimstat-reports.php:858
3462
  msgid "More than 10 minutes"
3463
  msgstr "بیش از ۱۰ دقیقه"
3464
 
3465
- #: ../../admin/view/wp-slimstat-reports.php:867
3466
  msgid "Average time on site"
3467
  msgstr " میان‌گین دیدن از پایگاه"
3468
 
3469
- #: ../../admin/view/wp-slimstat-reports.php:877
3470
  msgid ""
3471
  "A referrer (or referring site) is the site that a visitor previously visited "
3472
  "before following a link to your site."
3473
  msgstr ""
3474
  "ارجاع دهنده (یا پایگاه ارجاع دهنده) که بیننده را به پایگاه شما پیوند زده است."
3475
 
3476
- #: ../../admin/view/wp-slimstat-reports.php:878
3477
  msgid "Unique Referrers"
3478
  msgstr "ارجاع‌دهنده‌های یکتا"
3479
 
3480
- #: ../../admin/view/wp-slimstat-reports.php:879
3481
  msgid ""
3482
  "Visitors who visited the site by typing the URL directly into their browser. "
3483
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3488,21 +3552,21 @@ msgstr ""
3488
  "کاربرانی که با استفاده از bookmarks/favorites، و یا از پیوندهایی در نامک و "
3489
  "مدارک که متغییر ردگیری ندارند نیز بشود."
3490
 
3491
- #: ../../admin/view/wp-slimstat-reports.php:880
3492
  msgid "Direct Pageviews"
3493
  msgstr "مشاهده صفحات بی‌واسطه"
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:881
3496
  msgid ""
3497
  "Visitors who came to your site via searches on Google or some other search "
3498
  "engine."
3499
  msgstr "کاربرانی که از گوگل یا سایر موتورهای جستجو به پایگاه شما آمده‌اند."
3500
 
3501
- #: ../../admin/view/wp-slimstat-reports.php:882
3502
  msgid "From a search result"
3503
  msgstr "از نتایج جستجو"
3504
 
3505
- #: ../../admin/view/wp-slimstat-reports.php:883
3506
  msgid ""
3507
  "The first page that a user views during a session. This is also known as the "
3508
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3513,76 +3577,76 @@ msgstr ""
3513
  "به عنوان مثال اگر کاربری برای «بستنی» جستجو کند و در صفحه اصلی شما هدایت "
3514
  "شود، در آن جلسه به عنوان «صفحه ورودی» حساب میشود."
3515
 
3516
- #: ../../admin/view/wp-slimstat-reports.php:884
3517
  msgid "Unique Landing Pages"
3518
  msgstr "صفحات فرودی خاص"
3519
 
3520
- #: ../../admin/view/wp-slimstat-reports.php:885
3521
  msgid "Number of single-page visits to your site over the selected period."
3522
  msgstr "تعداد بازدید «تک-صفحه» به پایگاه شما در بازه زمانی انتخاب شده."
3523
 
3524
- #: ../../admin/view/wp-slimstat-reports.php:886
3525
  msgid "Bounce Pages"
3526
  msgstr "صفحات وازده"
3527
 
3528
- #: ../../admin/view/wp-slimstat-reports.php:888
3529
  msgid "New Visitors Rate"
3530
  msgstr "میزان بازدیدکنندگان جدید"
3531
 
3532
- #: ../../admin/view/wp-slimstat-reports.php:889
3533
  msgid ""
3534
  "Visitors who visited the site in the last 5 minutes coming from a search "
3535
  "engine."
3536
  msgstr "کاربرانی که در ۵ دقیقه گذشته از یک موتور جستجو به پایگاه شما آمده‌اند."
3537
 
3538
- #: ../../admin/view/wp-slimstat-reports.php:890
3539
  msgid "Currently from search engines"
3540
  msgstr "هم‌اکنون از موتورهای جستجو"
3541
 
3542
- #: ../../admin/view/wp-slimstat-reports.php:958
3543
  msgid "Number of pages in your site included in Google's index."
3544
  msgstr "تعداد صفحاتی که در فهرست گوگل شمرده شده است."
3545
 
3546
- #: ../../admin/view/wp-slimstat-reports.php:959
3547
  msgid "Google Index"
3548
  msgstr "اندیس گوگل"
3549
 
3550
- #: ../../admin/view/wp-slimstat-reports.php:960
3551
  msgid "Number of pages, according to Google, that link back to your site."
3552
  msgstr "تعداد صفحات که به گفته گوگل به پایگاه پیوند میدهند. "
3553
 
3554
- #: ../../admin/view/wp-slimstat-reports.php:961
3555
  msgid "Google Backlinks"
3556
  msgstr ""
3557
 
3558
- #: ../../admin/view/wp-slimstat-reports.php:962
3559
  msgid ""
3560
  "How many times the Facebook Like button has been approximately clicked on "
3561
  "your site."
3562
  msgstr "چند بار Facebook Like در پایگاه شما کلیک شده است."
3563
 
3564
- #: ../../admin/view/wp-slimstat-reports.php:963
3565
  msgid "Facebook Likes"
3566
  msgstr "لایک های فیسبوک"
3567
 
3568
- #: ../../admin/view/wp-slimstat-reports.php:964
3569
  msgid ""
3570
  "How many times your site has been shared by someone on the social network."
3571
  msgstr "چند بار پایگاه شما در شبکه های اجتماعی بخش شده است"
3572
 
3573
- #: ../../admin/view/wp-slimstat-reports.php:965
3574
  msgid "Facebook Shares"
3575
  msgstr "بخش های فیسبوک"
3576
 
3577
- #: ../../admin/view/wp-slimstat-reports.php:966
3578
  msgid "How many times links to your website have been clicked on Facebook."
3579
  msgstr "چند بار پایگاه شما در Facebook فشار داده شده است."
3580
 
3581
- #: ../../admin/view/wp-slimstat-reports.php:967
3582
  msgid "Facebook Clicks"
3583
  msgstr "Facebook Clicks"
3584
 
3585
- #: ../../admin/view/wp-slimstat-reports.php:968
3586
  msgid ""
3587
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3588
  "traffic data."
@@ -3590,1154 +3654,1206 @@ msgstr ""
3590
  "شرکت Alexa بخشی از Amazon.com میباشد که گزارش پایگاه های تبلیغاتی را انجام "
3591
  "میدهد."
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:969
3594
  msgid "Alexa World Rank"
3595
  msgstr ""
3596
 
3597
- #: ../../admin/view/wp-slimstat-reports.php:970
3598
  msgid "Alexa Country Rank"
3599
  msgstr ""
3600
 
3601
- #: ../../admin/view/wp-slimstat-reports.php:971
3602
  msgid "Alexa Popularity"
3603
  msgstr ""
3604
 
3605
  # Unknown
3606
- #: ../../admin/view/wp-slimstat-reports.php:978
3607
  msgid "c-xx"
3608
  msgstr "Unknown"
3609
 
3610
  # Afghanistan
3611
- #: ../../admin/view/wp-slimstat-reports.php:978
3612
  msgid "c-af"
3613
  msgstr "Afghanistan"
3614
 
3615
  # Åland Islands
3616
- #: ../../admin/view/wp-slimstat-reports.php:978
3617
  msgid "c-ax"
3618
  msgstr "Aland Islands"
3619
 
3620
  # Albania
3621
- #: ../../admin/view/wp-slimstat-reports.php:978
3622
  msgid "c-al"
3623
  msgstr "Albania"
3624
 
3625
  # Algeria
3626
- #: ../../admin/view/wp-slimstat-reports.php:978
3627
  msgid "c-dz"
3628
  msgstr "Algeria"
3629
 
3630
  # Andorra
3631
- #: ../../admin/view/wp-slimstat-reports.php:978
3632
  msgid "c-ad"
3633
  msgstr "Andorra"
3634
 
3635
  # Angola
3636
- #: ../../admin/view/wp-slimstat-reports.php:978
3637
  msgid "c-ao"
3638
  msgstr "Angola"
3639
 
3640
  # Anguilla
3641
- #: ../../admin/view/wp-slimstat-reports.php:978
3642
  msgid "c-ai"
3643
  msgstr "Anguilla"
3644
 
3645
  # Antigua and Barbuda
3646
- #: ../../admin/view/wp-slimstat-reports.php:978
3647
  msgid "c-ag"
3648
  msgstr "Antigua and Barbuda"
3649
 
3650
  # Argentina
3651
- #: ../../admin/view/wp-slimstat-reports.php:978
3652
  msgid "c-ar"
3653
  msgstr "Argentina"
3654
 
3655
  # Armenia
3656
- #: ../../admin/view/wp-slimstat-reports.php:978
3657
  msgid "c-am"
3658
  msgstr "Armenia"
3659
 
3660
  # Aruba
3661
- #: ../../admin/view/wp-slimstat-reports.php:978
3662
  msgid "c-aw"
3663
  msgstr "Aruba"
3664
 
3665
  # Australia
3666
- #: ../../admin/view/wp-slimstat-reports.php:978
3667
  msgid "c-au"
3668
  msgstr "Australia"
3669
 
3670
  # Austria
3671
- #: ../../admin/view/wp-slimstat-reports.php:978
3672
  msgid "c-at"
3673
  msgstr "Austria"
3674
 
3675
  # Azerbaijan
3676
- #: ../../admin/view/wp-slimstat-reports.php:978
3677
  msgid "c-az"
3678
  msgstr "Azerbaijan"
3679
 
3680
  # Bahamas
3681
- #: ../../admin/view/wp-slimstat-reports.php:978
3682
  msgid "c-bs"
3683
  msgstr "Bahamas"
3684
 
3685
  # Bahrain
3686
- #: ../../admin/view/wp-slimstat-reports.php:978
3687
  msgid "c-bh"
3688
  msgstr "Bahrain"
3689
 
3690
  # Bangladesh
3691
- #: ../../admin/view/wp-slimstat-reports.php:978
3692
  msgid "c-bd"
3693
  msgstr "Bangladesh"
3694
 
3695
  # Barbados
3696
- #: ../../admin/view/wp-slimstat-reports.php:978
3697
  msgid "c-bb"
3698
  msgstr "Barbados"
3699
 
3700
  # Belarus
3701
- #: ../../admin/view/wp-slimstat-reports.php:978
3702
  msgid "c-by"
3703
  msgstr "Belarus"
3704
 
3705
  # Belgium
3706
- #: ../../admin/view/wp-slimstat-reports.php:978
3707
  msgid "c-be"
3708
  msgstr "Belgium"
3709
 
3710
  # Belize
3711
- #: ../../admin/view/wp-slimstat-reports.php:978
3712
  msgid "c-bz"
3713
  msgstr "Belize"
3714
 
3715
  # Benin
3716
- #: ../../admin/view/wp-slimstat-reports.php:978
3717
  msgid "c-bj"
3718
  msgstr "Benin"
3719
 
3720
  # Bermuda
3721
- #: ../../admin/view/wp-slimstat-reports.php:978
3722
  msgid "c-bm"
3723
  msgstr "Bermuda"
3724
 
3725
  # Bhutan
3726
- #: ../../admin/view/wp-slimstat-reports.php:978
3727
  msgid "c-bt"
3728
  msgstr "Bhutan"
3729
 
3730
  # Bolivia
3731
- #: ../../admin/view/wp-slimstat-reports.php:978
3732
  msgid "c-bo"
3733
  msgstr "Bolivia"
3734
 
3735
  # Bosnia and Herzegovina
3736
- #: ../../admin/view/wp-slimstat-reports.php:978
3737
  msgid "c-ba"
3738
  msgstr "Bosnia and Herzegovina"
3739
 
3740
  # Botswana
3741
- #: ../../admin/view/wp-slimstat-reports.php:978
3742
  msgid "c-bw"
3743
  msgstr "Botswana"
3744
 
3745
  # Brazil
3746
- #: ../../admin/view/wp-slimstat-reports.php:978
3747
  msgid "c-br"
3748
  msgstr "Brazil"
3749
 
3750
  # Brunei Darussalam
3751
- #: ../../admin/view/wp-slimstat-reports.php:978
3752
  msgid "c-bn"
3753
  msgstr "Brunei Darussalam"
3754
 
3755
  # Bulgaria
3756
- #: ../../admin/view/wp-slimstat-reports.php:978
3757
  msgid "c-bg"
3758
  msgstr "Bulgaria"
3759
 
3760
  # Burkina Faso
3761
- #: ../../admin/view/wp-slimstat-reports.php:978
3762
  msgid "c-bf"
3763
  msgstr "Burkina Faso"
3764
 
3765
  # Burundi
3766
- #: ../../admin/view/wp-slimstat-reports.php:978
3767
  msgid "c-bi"
3768
  msgstr "Burundi"
3769
 
3770
  # Cambodia
3771
- #: ../../admin/view/wp-slimstat-reports.php:978
3772
  msgid "c-kh"
3773
  msgstr "Cambodia"
3774
 
3775
  # Cameroon
3776
- #: ../../admin/view/wp-slimstat-reports.php:978
3777
  msgid "c-cm"
3778
  msgstr "Cameroon"
3779
 
3780
  # Canada
3781
- #: ../../admin/view/wp-slimstat-reports.php:978
3782
  msgid "c-ca"
3783
  msgstr "Canada"
3784
 
3785
  # Cape Verde
3786
- #: ../../admin/view/wp-slimstat-reports.php:978
3787
  msgid "c-cv"
3788
  msgstr "Cape Verde"
3789
 
3790
  # Cayman Islands
3791
- #: ../../admin/view/wp-slimstat-reports.php:978
3792
  msgid "c-ky"
3793
  msgstr "Cayman Islands"
3794
 
3795
  # Central African Republic
3796
- #: ../../admin/view/wp-slimstat-reports.php:978
3797
  msgid "c-cf"
3798
  msgstr "Central African Republic"
3799
 
3800
  # Chad
3801
- #: ../../admin/view/wp-slimstat-reports.php:978
3802
  msgid "c-td"
3803
  msgstr "Chad"
3804
 
3805
  # Chile
3806
- #: ../../admin/view/wp-slimstat-reports.php:978
3807
  msgid "c-cl"
3808
  msgstr "Chile"
3809
 
3810
  # China
3811
- #: ../../admin/view/wp-slimstat-reports.php:978
3812
  msgid "c-cn"
3813
  msgstr "China"
3814
 
3815
  # Colombia
3816
- #: ../../admin/view/wp-slimstat-reports.php:978
3817
  msgid "c-co"
3818
  msgstr "Colombia"
3819
 
3820
  # Comoros
3821
- #: ../../admin/view/wp-slimstat-reports.php:978
3822
  msgid "c-km"
3823
  msgstr "Comoros"
3824
 
3825
  # Congo
3826
- #: ../../admin/view/wp-slimstat-reports.php:978
3827
  msgid "c-cg"
3828
  msgstr "Congo"
3829
 
3830
  # The Democratic Republic of the Congo
3831
- #: ../../admin/view/wp-slimstat-reports.php:978
3832
  msgid "c-cd"
3833
  msgstr "The Democratic Republic of the Congo"
3834
 
3835
  # Costa Rica
3836
- #: ../../admin/view/wp-slimstat-reports.php:978
3837
  msgid "c-cr"
3838
  msgstr "Costa Rica"
3839
 
3840
  # Côte d'Ivoire
3841
- #: ../../admin/view/wp-slimstat-reports.php:978
3842
  msgid "c-ci"
3843
  msgstr "Côte d'Ivoire"
3844
 
3845
  # Croatia
3846
- #: ../../admin/view/wp-slimstat-reports.php:978
3847
  msgid "c-hr"
3848
  msgstr "Croatia"
3849
 
3850
  # Cuba
3851
- #: ../../admin/view/wp-slimstat-reports.php:978
3852
  msgid "c-cu"
3853
  msgstr "Cuba"
3854
 
3855
  # Cyprus
3856
- #: ../../admin/view/wp-slimstat-reports.php:978
3857
  msgid "c-cy"
3858
  msgstr "Cyprus"
3859
 
3860
  # Czech Republic
3861
- #: ../../admin/view/wp-slimstat-reports.php:978
3862
  msgid "c-cz"
3863
  msgstr "Czech Republic"
3864
 
3865
  # Denmark
3866
- #: ../../admin/view/wp-slimstat-reports.php:978
3867
  msgid "c-dk"
3868
  msgstr "Denmark"
3869
 
3870
  # Djibouti
3871
- #: ../../admin/view/wp-slimstat-reports.php:978
3872
  msgid "c-dj"
3873
  msgstr "Djibouti"
3874
 
3875
  # Dominica
3876
- #: ../../admin/view/wp-slimstat-reports.php:978
3877
  msgid "c-dm"
3878
  msgstr "Dominica"
3879
 
3880
  # Dominican Republic
3881
- #: ../../admin/view/wp-slimstat-reports.php:978
3882
  msgid "c-do"
3883
  msgstr "Dominican Republic"
3884
 
3885
  # Ecuador
3886
- #: ../../admin/view/wp-slimstat-reports.php:978
3887
  msgid "c-ec"
3888
  msgstr "Ecuador"
3889
 
3890
  # Egypt
3891
- #: ../../admin/view/wp-slimstat-reports.php:978
3892
  msgid "c-eg"
3893
  msgstr "Egypt"
3894
 
3895
  # El Salvador
3896
- #: ../../admin/view/wp-slimstat-reports.php:978
3897
  msgid "c-sv"
3898
  msgstr "El Salvador"
3899
 
3900
  # Equatorial Guinea
3901
- #: ../../admin/view/wp-slimstat-reports.php:978
3902
  msgid "c-gq"
3903
  msgstr "Equatorial Guinea"
3904
 
3905
  # Eritrea
3906
- #: ../../admin/view/wp-slimstat-reports.php:978
3907
  msgid "c-er"
3908
  msgstr "Eritrea"
3909
 
3910
  # Estonia
3911
- #: ../../admin/view/wp-slimstat-reports.php:978
3912
  msgid "c-ee"
3913
  msgstr "Estonia"
3914
 
3915
  # Ethiopia
3916
- #: ../../admin/view/wp-slimstat-reports.php:978
3917
  msgid "c-et"
3918
  msgstr "Ethiopia"
3919
 
3920
  # Faroe Islands
3921
- #: ../../admin/view/wp-slimstat-reports.php:978
3922
  msgid "c-fo"
3923
  msgstr "Faroe Islands"
3924
 
3925
  # Falkland Islands (Malvinas)
3926
- #: ../../admin/view/wp-slimstat-reports.php:978
3927
  msgid "c-fk"
3928
  msgstr "Falkland Islands (Malvinas)"
3929
 
3930
  # Fiji
3931
- #: ../../admin/view/wp-slimstat-reports.php:978
3932
  msgid "c-fj"
3933
  msgstr "Fiji"
3934
 
3935
  # Finland
3936
- #: ../../admin/view/wp-slimstat-reports.php:978
3937
  msgid "c-fi"
3938
  msgstr "Finland"
3939
 
3940
  # France
3941
- #: ../../admin/view/wp-slimstat-reports.php:978
3942
  msgid "c-fr"
3943
  msgstr "France"
3944
 
3945
  # French Guiana
3946
- #: ../../admin/view/wp-slimstat-reports.php:978
3947
  msgid "c-gf"
3948
  msgstr "French Guiana"
3949
 
3950
  # Gabon
3951
- #: ../../admin/view/wp-slimstat-reports.php:978
3952
  msgid "c-ga"
3953
  msgstr "Gabon"
3954
 
3955
  # Gambia
3956
- #: ../../admin/view/wp-slimstat-reports.php:978
3957
  msgid "c-gm"
3958
  msgstr "Gambia"
3959
 
3960
  # Georgia
3961
- #: ../../admin/view/wp-slimstat-reports.php:978
3962
  msgid "c-ge"
3963
  msgstr "Georgia"
3964
 
3965
  # Germany
3966
- #: ../../admin/view/wp-slimstat-reports.php:978
3967
  msgid "c-de"
3968
  msgstr "Germany"
3969
 
3970
  # Ghana
3971
- #: ../../admin/view/wp-slimstat-reports.php:978
3972
  msgid "c-gh"
3973
  msgstr "Ghana"
3974
 
3975
  # Greece
3976
- #: ../../admin/view/wp-slimstat-reports.php:978
3977
  msgid "c-gr"
3978
  msgstr "Greece"
3979
 
3980
  # Greenland
3981
- #: ../../admin/view/wp-slimstat-reports.php:978
3982
  msgid "c-gl"
3983
  msgstr "Greenland"
3984
 
3985
  # Grenada
3986
- #: ../../admin/view/wp-slimstat-reports.php:978
3987
  msgid "c-gd"
3988
  msgstr "Grenada"
3989
 
3990
  # Guadeloupe
3991
- #: ../../admin/view/wp-slimstat-reports.php:978
3992
  msgid "c-gp"
3993
  msgstr "Guadeloupe"
3994
 
3995
  # Guatemala
3996
- #: ../../admin/view/wp-slimstat-reports.php:978
3997
  msgid "c-gt"
3998
  msgstr "Guatemala"
3999
 
4000
  # Guinea
4001
- #: ../../admin/view/wp-slimstat-reports.php:978
4002
  msgid "c-gn"
4003
  msgstr "Guinea"
4004
 
4005
  # Guinea-Bissau
4006
- #: ../../admin/view/wp-slimstat-reports.php:978
4007
  msgid "c-gw"
4008
  msgstr "Guinea-Bissau"
4009
 
4010
  # Guyana
4011
- #: ../../admin/view/wp-slimstat-reports.php:978
4012
  msgid "c-gy"
4013
  msgstr "Guyana"
4014
 
4015
  # Haiti
4016
- #: ../../admin/view/wp-slimstat-reports.php:978
4017
  msgid "c-ht"
4018
  msgstr "Haiti"
4019
 
4020
  # Honduras
4021
- #: ../../admin/view/wp-slimstat-reports.php:978
4022
  msgid "c-hn"
4023
  msgstr "Honduras"
4024
 
4025
  # Hong Kong
4026
- #: ../../admin/view/wp-slimstat-reports.php:978
4027
  msgid "c-hk"
4028
  msgstr "Hong Kong"
4029
 
4030
  # Hungary
4031
- #: ../../admin/view/wp-slimstat-reports.php:978
4032
  msgid "c-hu"
4033
  msgstr "Hungary"
4034
 
4035
  # Iceland
4036
- #: ../../admin/view/wp-slimstat-reports.php:978
4037
  msgid "c-is"
4038
  msgstr "Iceland"
4039
 
4040
  # India
4041
- #: ../../admin/view/wp-slimstat-reports.php:978
4042
  msgid "c-in"
4043
  msgstr "India"
4044
 
4045
  # Indonesia
4046
- #: ../../admin/view/wp-slimstat-reports.php:978
4047
  msgid "c-id"
4048
  msgstr "Indonesia"
4049
 
4050
  # Islamic Republic of Iran
4051
- #: ../../admin/view/wp-slimstat-reports.php:978
4052
  msgid "c-ir"
4053
  msgstr "Islamic Republic of Iran"
4054
 
4055
  # Iraq
4056
- #: ../../admin/view/wp-slimstat-reports.php:978
4057
  msgid "c-iq"
4058
  msgstr "Iraq"
4059
 
4060
  # Ireland
4061
- #: ../../admin/view/wp-slimstat-reports.php:978
4062
  msgid "c-ie"
4063
  msgstr "Ireland"
4064
 
4065
  # Israel
4066
- #: ../../admin/view/wp-slimstat-reports.php:978
4067
  msgid "c-il"
4068
  msgstr "Israel"
4069
 
4070
  # Italy
4071
- #: ../../admin/view/wp-slimstat-reports.php:978
4072
  msgid "c-it"
4073
  msgstr "Italy"
4074
 
4075
  # Jamaica
4076
- #: ../../admin/view/wp-slimstat-reports.php:978
4077
  msgid "c-jm"
4078
  msgstr "Jamaica"
4079
 
4080
  # Japan
4081
- #: ../../admin/view/wp-slimstat-reports.php:978
4082
  msgid "c-jp"
4083
  msgstr "Japan"
4084
 
4085
  # Jordan
4086
- #: ../../admin/view/wp-slimstat-reports.php:978
4087
  msgid "c-jo"
4088
  msgstr "Jordan"
4089
 
4090
  # Kazakhstan
4091
- #: ../../admin/view/wp-slimstat-reports.php:978
4092
  msgid "c-kz"
4093
  msgstr "Kazakhstan"
4094
 
4095
  # Kenya
4096
- #: ../../admin/view/wp-slimstat-reports.php:978
4097
  msgid "c-ke"
4098
  msgstr "Kenya"
4099
 
4100
  # Nauru
4101
- #: ../../admin/view/wp-slimstat-reports.php:978
4102
  msgid "c-nr"
4103
  msgstr "Nauru"
4104
 
4105
  # Democratic People's Republic of Korea
4106
- #: ../../admin/view/wp-slimstat-reports.php:978
4107
  msgid "c-kp"
4108
  msgstr "Democratic People's Republic of Korea"
4109
 
4110
  # Republic of Korea
4111
- #: ../../admin/view/wp-slimstat-reports.php:978
4112
  msgid "c-kr"
4113
  msgstr "Republic of Korea"
4114
 
4115
- #: ../../admin/view/wp-slimstat-reports.php:978
4116
  msgid "c-kv"
4117
  msgstr ""
4118
 
4119
  # Kuwait
4120
- #: ../../admin/view/wp-slimstat-reports.php:978
4121
  msgid "c-kw"
4122
  msgstr "Kuwait"
4123
 
4124
  # Kyrgyzstan
4125
- #: ../../admin/view/wp-slimstat-reports.php:978
4126
  msgid "c-kg"
4127
  msgstr "Kyrgyzstan"
4128
 
4129
  # Lao People's Democratic Republic
4130
- #: ../../admin/view/wp-slimstat-reports.php:978
4131
  msgid "c-la"
4132
  msgstr "Lao People's Democratic Republic"
4133
 
4134
  # Latvia
4135
- #: ../../admin/view/wp-slimstat-reports.php:978
4136
  msgid "c-lv"
4137
  msgstr "Latvia"
4138
 
4139
  # Lebanon
4140
- #: ../../admin/view/wp-slimstat-reports.php:978
4141
  msgid "c-lb"
4142
  msgstr "Lebanon"
4143
 
4144
  # Lesotho
4145
- #: ../../admin/view/wp-slimstat-reports.php:978
4146
  msgid "c-ls"
4147
  msgstr "Lesotho"
4148
 
4149
  # Liberia
4150
- #: ../../admin/view/wp-slimstat-reports.php:978
4151
  msgid "c-lr"
4152
  msgstr "Liberia"
4153
 
4154
  # Libyan Arab Jamahiriya
4155
- #: ../../admin/view/wp-slimstat-reports.php:978
4156
  msgid "c-ly"
4157
  msgstr "Libyan Arab Jamahiriya"
4158
 
4159
  # Liechtenstein
4160
- #: ../../admin/view/wp-slimstat-reports.php:978
4161
  msgid "c-li"
4162
  msgstr "Liechtenstein"
4163
 
4164
  # Lithuania
4165
- #: ../../admin/view/wp-slimstat-reports.php:978
4166
  msgid "c-lt"
4167
  msgstr "Lithuania"
4168
 
4169
  # Luxembourg
4170
- #: ../../admin/view/wp-slimstat-reports.php:978
4171
  msgid "c-lu"
4172
  msgstr "Luxembourg"
4173
 
4174
  # The Former Yugoslav Republic of Macedonia
4175
- #: ../../admin/view/wp-slimstat-reports.php:978
4176
  msgid "c-mk"
4177
  msgstr "The Former Yugoslav Republic of Macedonia"
4178
 
4179
  # Madagascar
4180
- #: ../../admin/view/wp-slimstat-reports.php:978
4181
  msgid "c-mg"
4182
  msgstr "Madagascar"
4183
 
4184
  # Malawi
4185
- #: ../../admin/view/wp-slimstat-reports.php:978
4186
  msgid "c-mw"
4187
  msgstr "Malawi"
4188
 
4189
  # Malaysia
4190
- #: ../../admin/view/wp-slimstat-reports.php:978
4191
  msgid "c-my"
4192
  msgstr "Malaysia"
4193
 
4194
  # Mali
4195
- #: ../../admin/view/wp-slimstat-reports.php:978
4196
  msgid "c-ml"
4197
  msgstr "Mali"
4198
 
4199
  # Malta
4200
- #: ../../admin/view/wp-slimstat-reports.php:978
4201
  msgid "c-mt"
4202
  msgstr "Malta"
4203
 
4204
  # Martinique
4205
- #: ../../admin/view/wp-slimstat-reports.php:978
4206
  msgid "c-mq"
4207
  msgstr "Martinique"
4208
 
4209
  # Mauritania
4210
- #: ../../admin/view/wp-slimstat-reports.php:978
4211
  msgid "c-mr"
4212
  msgstr "Mauritania"
4213
 
4214
  # Mauritius
4215
- #: ../../admin/view/wp-slimstat-reports.php:978
4216
  msgid "c-mu"
4217
  msgstr "Mauritius"
4218
 
4219
  # Mexico
4220
- #: ../../admin/view/wp-slimstat-reports.php:978
4221
  msgid "c-mx"
4222
  msgstr "Mexico"
4223
 
4224
  # Moldova
4225
- #: ../../admin/view/wp-slimstat-reports.php:978
4226
  msgid "c-md"
4227
  msgstr "Moldova"
4228
 
4229
  # Mongolia
4230
- #: ../../admin/view/wp-slimstat-reports.php:978
4231
  msgid "c-mn"
4232
  msgstr "Mongolia"
4233
 
4234
  # Montenegro
4235
- #: ../../admin/view/wp-slimstat-reports.php:978
4236
  msgid "c-me"
4237
  msgstr "Montenegro"
4238
 
4239
  # Montserrat
4240
- #: ../../admin/view/wp-slimstat-reports.php:978
4241
  msgid "c-ms"
4242
  msgstr "Montserrat"
4243
 
4244
  # Morocco
4245
- #: ../../admin/view/wp-slimstat-reports.php:978
4246
  msgid "c-ma"
4247
  msgstr "Morocco"
4248
 
4249
  # Mozambique
4250
- #: ../../admin/view/wp-slimstat-reports.php:978
4251
  msgid "c-mz"
4252
  msgstr "Mozambique"
4253
 
4254
  # Myanmar
4255
- #: ../../admin/view/wp-slimstat-reports.php:978
4256
  msgid "c-mm"
4257
  msgstr "Myanmar"
4258
 
4259
  # Namibia
4260
- #: ../../admin/view/wp-slimstat-reports.php:978
4261
  msgid "c-na"
4262
  msgstr "Namibia"
4263
 
4264
  # Nepal
4265
- #: ../../admin/view/wp-slimstat-reports.php:978
4266
  msgid "c-np"
4267
  msgstr "Nepal"
4268
 
4269
  # Netherlands
4270
- #: ../../admin/view/wp-slimstat-reports.php:978
4271
  msgid "c-nl"
4272
  msgstr "Netherlands"
4273
 
4274
  # New Caledonia
4275
- #: ../../admin/view/wp-slimstat-reports.php:978
4276
  msgid "c-nc"
4277
  msgstr "New Caledonia"
4278
 
4279
  # New Zealand
4280
- #: ../../admin/view/wp-slimstat-reports.php:978
4281
  msgid "c-nz"
4282
  msgstr "New Zealand"
4283
 
4284
  # Nicaragua
4285
- #: ../../admin/view/wp-slimstat-reports.php:978
4286
  msgid "c-ni"
4287
  msgstr "Nicaragua"
4288
 
4289
  # Niger
4290
- #: ../../admin/view/wp-slimstat-reports.php:978
4291
  msgid "c-ne"
4292
  msgstr "Niger"
4293
 
4294
  # Nigeria
4295
- #: ../../admin/view/wp-slimstat-reports.php:978
4296
  msgid "c-ng"
4297
  msgstr "Nigeria"
4298
 
4299
  # Norway
4300
- #: ../../admin/view/wp-slimstat-reports.php:978
4301
  msgid "c-no"
4302
  msgstr "Norway"
4303
 
4304
  # Oman
4305
- #: ../../admin/view/wp-slimstat-reports.php:978
4306
  msgid "c-om"
4307
  msgstr "Oman"
4308
 
4309
  # Pakistan
4310
- #: ../../admin/view/wp-slimstat-reports.php:978
4311
  msgid "c-pk"
4312
  msgstr "Pakistan"
4313
 
4314
  # Palau
4315
- #: ../../admin/view/wp-slimstat-reports.php:978
4316
  msgid "c-pw"
4317
  msgstr "Palau"
4318
 
4319
  # Occupied Palestinian Territory
4320
- #: ../../admin/view/wp-slimstat-reports.php:978
4321
  msgid "c-ps"
4322
  msgstr "Occupied Palestinian Territory"
4323
 
4324
  # Panama
4325
- #: ../../admin/view/wp-slimstat-reports.php:978
4326
  msgid "c-pa"
4327
  msgstr "Panama"
4328
 
4329
  # Papua New Guinea
4330
- #: ../../admin/view/wp-slimstat-reports.php:978
4331
  msgid "c-pg"
4332
  msgstr "Papua New Guinea"
4333
 
4334
  # Paraguay
4335
- #: ../../admin/view/wp-slimstat-reports.php:978
4336
  msgid "c-py"
4337
  msgstr "Paraguay"
4338
 
4339
  # Peru
4340
- #: ../../admin/view/wp-slimstat-reports.php:978
4341
  msgid "c-pe"
4342
  msgstr "Peru"
4343
 
4344
  # Philippines
4345
- #: ../../admin/view/wp-slimstat-reports.php:978
4346
  msgid "c-ph"
4347
  msgstr "Philippines"
4348
 
4349
  # Poland
4350
- #: ../../admin/view/wp-slimstat-reports.php:978
4351
  msgid "c-pl"
4352
  msgstr "Poland"
4353
 
4354
  # Portugal
4355
- #: ../../admin/view/wp-slimstat-reports.php:978
4356
  msgid "c-pt"
4357
  msgstr "Portugal"
4358
 
4359
  # Puerto Rico
4360
- #: ../../admin/view/wp-slimstat-reports.php:978
4361
  msgid "c-pr"
4362
  msgstr "Puerto Rico"
4363
 
4364
  # Qatar
4365
- #: ../../admin/view/wp-slimstat-reports.php:978
4366
  msgid "c-qa"
4367
  msgstr "Qatar"
4368
 
4369
  # Réunion
4370
- #: ../../admin/view/wp-slimstat-reports.php:978
4371
  msgid "c-re"
4372
  msgstr "Réunion"
4373
 
4374
  # Romania
4375
- #: ../../admin/view/wp-slimstat-reports.php:978
4376
  msgid "c-ro"
4377
  msgstr "Romania"
4378
 
4379
  # Russian Federation
4380
- #: ../../admin/view/wp-slimstat-reports.php:978
4381
  msgid "c-ru"
4382
  msgstr "Russian Federation"
4383
 
4384
  # Rwanda
4385
- #: ../../admin/view/wp-slimstat-reports.php:978
4386
  msgid "c-rw"
4387
  msgstr "Rwanda"
4388
 
4389
  # Saint Kitts and Nevis
4390
- #: ../../admin/view/wp-slimstat-reports.php:978
4391
  msgid "c-kn"
4392
  msgstr "Saint Kitts and Nevis"
4393
 
4394
  # Saint Lucia
4395
- #: ../../admin/view/wp-slimstat-reports.php:978
4396
  msgid "c-lc"
4397
  msgstr "Saint Lucia"
4398
 
4399
  # Saint Martin
4400
- #: ../../admin/view/wp-slimstat-reports.php:978
4401
  msgid "c-mf"
4402
  msgstr "Saint Martin"
4403
 
4404
  # Saint Vincent and the Grenadines
4405
- #: ../../admin/view/wp-slimstat-reports.php:978
4406
  msgid "c-vc"
4407
  msgstr "Saint Vincent and the Grenadines"
4408
 
4409
  # Samoa
4410
- #: ../../admin/view/wp-slimstat-reports.php:978
4411
  msgid "c-ws"
4412
  msgstr "Samoa"
4413
 
4414
  # Sao Tome and Principe
4415
- #: ../../admin/view/wp-slimstat-reports.php:978
4416
  msgid "c-st"
4417
  msgstr "Sao Tome and Principe"
4418
 
4419
  # Saudi Arabia
4420
- #: ../../admin/view/wp-slimstat-reports.php:978
4421
  msgid "c-sa"
4422
  msgstr "Saudi Arabia"
4423
 
4424
  # Senegal
4425
- #: ../../admin/view/wp-slimstat-reports.php:978
4426
  msgid "c-sn"
4427
  msgstr "Senegal"
4428
 
4429
  # Serbia
4430
- #: ../../admin/view/wp-slimstat-reports.php:978
4431
  msgid "c-rs"
4432
  msgstr "Serbia"
4433
 
4434
  # Sierra Leone
4435
- #: ../../admin/view/wp-slimstat-reports.php:978
4436
  msgid "c-sl"
4437
  msgstr "Sierra Leone"
4438
 
4439
  # Singapore
4440
- #: ../../admin/view/wp-slimstat-reports.php:978
4441
  msgid "c-sg"
4442
  msgstr "Singapore"
4443
 
4444
  # Slovakia
4445
- #: ../../admin/view/wp-slimstat-reports.php:978
4446
  msgid "c-sk"
4447
  msgstr "Slovakia"
4448
 
4449
  # Slovenia
4450
- #: ../../admin/view/wp-slimstat-reports.php:978
4451
  msgid "c-si"
4452
  msgstr "Slovenia"
4453
 
4454
  # Solomon Islands
4455
- #: ../../admin/view/wp-slimstat-reports.php:978
4456
  msgid "c-sb"
4457
  msgstr "Solomon Islands"
4458
 
4459
  # Somalia
4460
- #: ../../admin/view/wp-slimstat-reports.php:978
4461
  msgid "c-so"
4462
  msgstr "Somalia"
4463
 
4464
  # South Africa
4465
- #: ../../admin/view/wp-slimstat-reports.php:978
4466
  msgid "c-za"
4467
  msgstr "South Africa"
4468
 
4469
  # South Georgia and the South Sandwich Islands
4470
- #: ../../admin/view/wp-slimstat-reports.php:978
4471
  msgid "c-gs"
4472
  msgstr "South Georgia and the South Sandwich Islands"
4473
 
4474
  # Spain
4475
- #: ../../admin/view/wp-slimstat-reports.php:978
4476
  msgid "c-es"
4477
  msgstr "Spain"
4478
 
4479
  # Sri Lanka
4480
- #: ../../admin/view/wp-slimstat-reports.php:978
4481
  msgid "c-lk"
4482
  msgstr "Sri Lanka"
4483
 
4484
- #: ../../admin/view/wp-slimstat-reports.php:978
4485
  msgid "c-sc"
4486
  msgstr "Seychelles"
4487
 
4488
  # Sudan
4489
- #: ../../admin/view/wp-slimstat-reports.php:978
4490
  msgid "c-sd"
4491
  msgstr "Sudan"
4492
 
4493
- #: ../../admin/view/wp-slimstat-reports.php:978
4494
  msgid "c-ss"
4495
  msgstr ""
4496
 
4497
  # Suriname
4498
- #: ../../admin/view/wp-slimstat-reports.php:978
4499
  msgid "c-sr"
4500
  msgstr "Suriname"
4501
 
4502
  # Svalbard and Jan Mayen
4503
- #: ../../admin/view/wp-slimstat-reports.php:978
4504
  msgid "c-sj"
4505
  msgstr "Svalbard and Jan Mayen"
4506
 
4507
  # Swaziland
4508
- #: ../../admin/view/wp-slimstat-reports.php:978
4509
  msgid "c-sz"
4510
  msgstr "Swaziland"
4511
 
4512
  # Sweden
4513
- #: ../../admin/view/wp-slimstat-reports.php:978
4514
  msgid "c-se"
4515
  msgstr "Sweden"
4516
 
4517
  # Switzerland
4518
- #: ../../admin/view/wp-slimstat-reports.php:978
4519
  msgid "c-ch"
4520
  msgstr "Switzerland"
4521
 
4522
  # Syrian Arab Republic
4523
- #: ../../admin/view/wp-slimstat-reports.php:978
4524
  msgid "c-sy"
4525
  msgstr "Syrian Arab Republic"
4526
 
4527
  # Taiwan, Province of China
4528
- #: ../../admin/view/wp-slimstat-reports.php:978
4529
  msgid "c-tw"
4530
  msgstr "Taiwan"
4531
 
4532
  # Tajikistan
4533
- #: ../../admin/view/wp-slimstat-reports.php:978
4534
  msgid "c-tj"
4535
  msgstr "Tajikistan"
4536
 
4537
  # United Republic of Tanzania
4538
- #: ../../admin/view/wp-slimstat-reports.php:978
4539
  msgid "c-tz"
4540
  msgstr "United Republic of Tanzania"
4541
 
4542
  # Thailand
4543
- #: ../../admin/view/wp-slimstat-reports.php:978
4544
  msgid "c-th"
4545
  msgstr "Thailand"
4546
 
4547
  # Timor-Leste
4548
- #: ../../admin/view/wp-slimstat-reports.php:978
4549
  msgid "c-tl"
4550
  msgstr "Timor-Leste"
4551
 
4552
  # Togo
4553
- #: ../../admin/view/wp-slimstat-reports.php:978
4554
  msgid "c-tg"
4555
  msgstr "Togo"
4556
 
4557
  # Tonga
4558
- #: ../../admin/view/wp-slimstat-reports.php:978
4559
  msgid "c-to"
4560
  msgstr "Tonga"
4561
 
4562
  # Trinidad and Tobago
4563
- #: ../../admin/view/wp-slimstat-reports.php:978
4564
  msgid "c-tt"
4565
  msgstr "Trinidad and Tobago"
4566
 
4567
  # Tunisia
4568
- #: ../../admin/view/wp-slimstat-reports.php:978
4569
  msgid "c-tn"
4570
  msgstr "Tunisia"
4571
 
4572
  # Turkey
4573
- #: ../../admin/view/wp-slimstat-reports.php:978
4574
  msgid "c-tr"
4575
  msgstr "Turkey"
4576
 
4577
  # Turkmenistan
4578
- #: ../../admin/view/wp-slimstat-reports.php:978
4579
  msgid "c-tm"
4580
  msgstr "Turkmenistan"
4581
 
4582
  # Turks and Caicos Islands
4583
- #: ../../admin/view/wp-slimstat-reports.php:978
4584
  msgid "c-tc"
4585
  msgstr "Turks and Caicos Islands"
4586
 
4587
  # Uganda
4588
- #: ../../admin/view/wp-slimstat-reports.php:978
4589
  msgid "c-ug"
4590
  msgstr "Uganda"
4591
 
4592
  # Ukraine
4593
- #: ../../admin/view/wp-slimstat-reports.php:978
4594
  msgid "c-ua"
4595
  msgstr "Ukraine"
4596
 
4597
  # United Arab Emirates
4598
- #: ../../admin/view/wp-slimstat-reports.php:978
4599
  msgid "c-ae"
4600
  msgstr "United Arab Emirates"
4601
 
4602
  # United Kingdom
4603
- #: ../../admin/view/wp-slimstat-reports.php:978
4604
  msgid "c-gb"
4605
  msgstr "United Kingdom"
4606
 
4607
  # United States
4608
- #: ../../admin/view/wp-slimstat-reports.php:978
4609
  msgid "c-us"
4610
  msgstr "United States"
4611
 
4612
  # Uruguay
4613
- #: ../../admin/view/wp-slimstat-reports.php:978
4614
  msgid "c-uy"
4615
  msgstr "Uruguay"
4616
 
4617
  # Uzbekistan
4618
- #: ../../admin/view/wp-slimstat-reports.php:978
4619
  msgid "c-uz"
4620
  msgstr "Uzbekistan"
4621
 
4622
  # Vanuatu
4623
- #: ../../admin/view/wp-slimstat-reports.php:978
4624
  msgid "c-vu"
4625
  msgstr "Vanuatu"
4626
 
4627
  # Venezuela
4628
- #: ../../admin/view/wp-slimstat-reports.php:978
4629
  msgid "c-ve"
4630
  msgstr "Venezuela"
4631
 
4632
  # Viet Nam
4633
- #: ../../admin/view/wp-slimstat-reports.php:978
4634
  msgid "c-vn"
4635
  msgstr "Viet Nam"
4636
 
4637
  # British Virgin Islands
4638
- #: ../../admin/view/wp-slimstat-reports.php:978
4639
  msgid "c-vg"
4640
  msgstr "British Virgin Islands"
4641
 
4642
  # U.S. Virgin Islands
4643
- #: ../../admin/view/wp-slimstat-reports.php:978
4644
  msgid "c-vi"
4645
  msgstr "U.S. Virgin Islands"
4646
 
4647
  # Western Sahara
4648
- #: ../../admin/view/wp-slimstat-reports.php:978
4649
  msgid "c-eh"
4650
  msgstr "Western Sahara"
4651
 
4652
  # Yemen
4653
- #: ../../admin/view/wp-slimstat-reports.php:978
4654
  msgid "c-ye"
4655
  msgstr "Yemen"
4656
 
4657
  # Zambia
4658
- #: ../../admin/view/wp-slimstat-reports.php:978
4659
  msgid "c-zm"
4660
  msgstr "Zambia"
4661
 
4662
  # Zimbabwe
4663
- #: ../../admin/view/wp-slimstat-reports.php:978
4664
  msgid "c-zw"
4665
  msgstr "Zimbabwe"
4666
 
4667
  # Guernsey
4668
- #: ../../admin/view/wp-slimstat-reports.php:978
4669
  msgid "c-gg"
4670
  msgstr "Guernsey"
4671
 
4672
  # Jersey
4673
- #: ../../admin/view/wp-slimstat-reports.php:978
4674
  msgid "c-je"
4675
  msgstr "Jersey"
4676
 
4677
  # Isle of Man
4678
- #: ../../admin/view/wp-slimstat-reports.php:978
4679
  msgid "c-im"
4680
  msgstr "Isle of Man"
4681
 
4682
  # Maldives
4683
- #: ../../admin/view/wp-slimstat-reports.php:978
4684
  msgid "c-mv"
4685
  msgstr "Maldives"
4686
 
4687
- #: ../../admin/view/wp-slimstat-reports.php:979
4688
  msgid "c-eu"
4689
  msgstr ""
4690
 
4691
- #: ../../admin/view/wp-slimstat-reports.php:1068
4692
  msgid ""
4693
  "This value includes not only posts, but also custom post types, regardless "
4694
  "of their status"
4695
  msgstr "این مقدار شامل همه ارسال ها میشود"
4696
 
4697
- #: ../../admin/view/wp-slimstat-reports.php:1069
4698
  msgid "Content Items"
4699
  msgstr " محتوا موردها"
4700
 
4701
- #: ../../admin/view/wp-slimstat-reports.php:1070
4702
  msgid "Total Comments"
4703
  msgstr "همه نظرها"
4704
 
4705
- #: ../../admin/view/wp-slimstat-reports.php:1071
4706
  msgid "Pingbacks"
4707
  msgstr ""
4708
 
4709
- #: ../../admin/view/wp-slimstat-reports.php:1072
4710
  msgid "Trackbacks"
4711
  msgstr ""
4712
 
4713
- #: ../../admin/view/wp-slimstat-reports.php:1073
4714
- msgid "Longest Post (ID)"
4715
- msgstr "طولانی‌ترین ارسال (شناسه)"
4716
-
4717
- #: ../../admin/view/wp-slimstat-reports.php:1074
4718
- msgid "Longest Comment (ID)"
4719
- msgstr "طولانی ترین نظر (شناسه)"
4720
-
4721
- #: ../../admin/view/wp-slimstat-reports.php:1075
4722
  msgid "Avg Comments Per Post"
4723
  msgstr "میانگین نظر برای هر ارسال"
4724
 
4725
- #: ../../admin/view/wp-slimstat-reports.php:1076
4726
  msgid "Avg Posts Per Day"
4727
  msgstr "میانگین ارسال در روز"
4728
 
4729
- #: ../../admin/view/wp-slimstat-reports.php:1103
 
 
 
 
 
 
 
 
 
4730
  msgid "Visits"
4731
  msgstr "بازدیدها"
4732
 
4733
- #: ../../admin/view/wp-slimstat-reports.php:1107
4734
  msgid "Domains"
4735
  msgstr "دامنه‌ها"
4736
 
4737
- #: ../../admin/view/wp-slimstat-reports.php:1112
4738
  msgid "Avg Pageviews"
4739
  msgstr "میان‌گین مشاهده صفحات"
4740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4741
  #~ msgid "Right Now"
4742
  #~ msgstr "همین حالا"
4743
 
@@ -5076,9 +5192,6 @@ msgstr "میان‌گین مشاهده صفحات"
5076
  #~ "این گزینه را انتخاب کنید اگر شما می خواهید برای خالی کردن پایگاه داده WP "
5077
  #~ "خود را SlimStat (تنظیمات خود را تنظیم مجدد کنید)."
5078
 
5079
- #~ msgid "Details"
5080
- #~ msgstr "جزئیات"
5081
-
5082
  #~ msgid "Show records where"
5083
  #~ msgstr "نشان دادن رکوردها وقتی"
5084
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2014-10-13 14:08-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: Salman <salmanmp@gmail.com>\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../..\n"
16
 
17
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
18
+ #: ../../admin/view/wp-slimstat-reports.php:34
19
+ msgid "Real-Time Log"
20
+ msgstr ""
21
 
22
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
23
+ #: ../../admin/wp-slimstat-admin.php:509
24
+ #: ../../admin/view/wp-slimstat-reports.php:35
25
  msgid "Overview"
26
  msgstr "مرور"
27
 
28
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
29
+ #: ../../admin/wp-slimstat-admin.php:510
30
+ #: ../../admin/view/wp-slimstat-reports.php:36
31
+ msgid "Audience"
32
+ msgstr ""
33
+
34
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
35
+ #: ../../admin/wp-slimstat-admin.php:511
36
+ #: ../../admin/view/wp-slimstat-reports.php:37
37
+ msgid "Site Analysis"
38
+ msgstr ""
39
+
40
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
41
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
42
+ #: ../../admin/view/wp-slimstat-reports.php:38
43
  msgid "Traffic Sources"
44
  msgstr "منابع ترافیک"
45
 
46
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
47
+ #: ../../admin/wp-slimstat-admin.php:513
48
+ #: ../../admin/view/wp-slimstat-reports.php:39
49
+ msgid "Map Overlay"
50
+ msgstr ""
 
51
 
52
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
53
+ #: ../../admin/wp-slimstat-admin.php:514
54
+ #: ../../admin/view/wp-slimstat-reports.php:40
55
  msgid "Custom Reports"
56
  msgstr "گزارش دلخواه"
57
 
58
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
59
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
60
+ #: ../../admin/config/index.php:9
61
  msgid "Add-ons"
62
  msgstr "افزونه ها"
63
 
64
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
65
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
66
+ #: ../../admin/config/index.php:138
 
67
  msgid "Settings"
68
  msgstr "تنظیمات"
69
 
70
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
71
+ #: ../../admin/wp-slimstat-admin.php:505
72
  msgid "SlimStat"
73
  msgstr "SlimStat"
74
 
75
+ #: ../../admin/wp-slimstat-admin.php:586
76
  msgid "Pageviews in the last 365 days"
77
  msgstr ""
78
 
79
+ #: ../../admin/wp-slimstat-admin.php:614
80
  msgid "Show on screen"
81
  msgstr "روی صفحه نشان بده"
82
 
83
+ #: ../../admin/wp-slimstat-admin.php:642
84
  msgid "Hide this notice"
85
  msgstr ""
86
 
87
+ #: ../../admin/wp-slimstat-admin.php:679
88
  msgid "There was an error updating the following options:"
89
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
90
 
91
+ #: ../../admin/wp-slimstat-admin.php:682
92
  #, fuzzy
93
  msgid "Your changes have been saved."
94
  msgstr "تنظیمات شما با موفقیت به روز شد."
95
 
96
+ #: ../../admin/wp-slimstat-admin.php:705
97
  msgid "Save Changes"
98
  msgstr "ذخیره‌ی تغییرات"
99
 
100
+ #: ../../admin/wp-slimstat-admin.php:729
101
  msgid "Yes"
102
  msgstr "بلی"
103
 
104
+ #: ../../admin/wp-slimstat-admin.php:730
105
+ #: ../../admin/view/wp-slimstat-reports.php:779
106
  msgid "No"
107
  msgstr "خیر"
108
 
109
+ #: ../../admin/wp-slimstat-admin.php:731
110
+ msgid "Site Specific"
 
 
 
 
111
  msgstr ""
 
 
 
112
 
113
+ #: ../../admin/wp-slimstat-admin.php:791
114
  msgid "Definitions"
115
  msgstr "تعاریف"
116
 
117
+ #: ../../admin/wp-slimstat-admin.php:794
118
  msgid "Pageview"
119
  msgstr "بازدید"
120
 
121
+ #: ../../admin/wp-slimstat-admin.php:794
122
+ #, fuzzy
123
  msgid ""
124
  "A request to load a single HTML file (\"page\"). This should be contrasted "
125
+ "with a \"hit\", which refers to a request for any file from a web server. "
126
+ "Slimstat logs a pageview each time the tracking code is executed"
127
  msgstr ""
128
  "درخواست بارگیری یک پرونده HTML یا \"page\" با هر درخواست دیگر از دامنه یا "
129
  "\"hit\" تفاوت دارد. این برنامه هر بازدید را بعد از اجرای برنامه ردگیری ثبت "
130
  "میکند. "
131
 
132
+ #: ../../admin/wp-slimstat-admin.php:795
133
  msgid "(Human) Visit"
134
  msgstr "بیننده (انسانی)"
135
 
136
+ #: ../../admin/wp-slimstat-admin.php:795
137
  msgid ""
138
  "A period of interaction between a visitor's browser and your website, ending "
139
  "when the browser is closed or when the user has been inactive on that site "
142
  "تراکنش بین مرورگر ردگیری و پایگاه شما به پایان رسید وقتی که مرورگر بسته شده "
143
  "و یا کاربر به مدت سی دقیقه غیر فعال شده است."
144
 
145
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
146
+ #: ../../admin/view/right-now.php:21
147
  msgid "Known Visitor"
148
  msgstr "بیننده آشنا"
149
 
150
+ #: ../../admin/wp-slimstat-admin.php:796
151
  msgid ""
152
  "Any user who has left a comment on your blog, and is thus identified by "
153
  "Wordpress as a returning visitor"
155
  "هر کاربری که در تارنامه شما نظر گذاشته توسط وردپرس به عنوان «بیننده دوباره» "
156
  "شناخته میشود"
157
 
158
+ #: ../../admin/wp-slimstat-admin.php:797
159
  msgid "Unique IP"
160
  msgstr "آی‌پی یکتا"
161
 
162
+ #: ../../admin/wp-slimstat-admin.php:797
163
  msgid ""
164
  "Used to differentiate between multiple requests to download a file from one "
165
  "internet address (IP) and requests originating from many distinct addresses; "
170
  "درخواست از چند آی پی ادرس مختلف میباشد؛ چون این اندازه گیری فقط نشانگر آدرس "
171
  "هر بازدید است، مفید میباشد ولی دقیق نیست."
172
 
173
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
174
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
175
  msgid "Originating IP"
176
  msgstr "آی‌پی منشا"
177
 
178
+ #: ../../admin/wp-slimstat-admin.php:798
179
  msgid ""
180
  "the originating IP address of a client connecting to a web server through an "
181
  "HTTP proxy or load balancer"
182
  msgstr ""
183
  "ای پی منشا که کاربر را از طریق HTTP proxy و یا load balancer مرتبط کرده"
184
 
185
+ #: ../../admin/wp-slimstat-admin.php:799
186
  msgid "Direct Traffic"
187
  msgstr "ترافیک مستقیم"
188
 
189
+ #: ../../admin/wp-slimstat-admin.php:799
190
  msgid ""
191
  "All those people showing up to your Web site by typing in the URL of your "
192
  "Web site coming or from a bookmark; some people also call this \"default "
195
  " تمامی کاربرانی که با وارد کردن نشانی مستقیم تارنما و یا استفاده از بوک مارک "
196
  "از تارنما بازدید میکنند."
197
 
198
+ #: ../../admin/wp-slimstat-admin.php:800
199
  msgid "Search Engine"
200
  msgstr "موتور جستجو"
201
 
202
+ #: ../../admin/wp-slimstat-admin.php:800
203
  msgid ""
204
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
205
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
207
  "ترافیک مرتبط با نتایج موتور جستجو (organic) و همچنین ترافیک بدست آمده توسط "
208
  "تبلیغات در موتورهای جستجو اینجا درهم است"
209
 
210
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
211
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
212
  msgid "Search Terms"
213
  msgstr "عبارت‌های جستجو"
214
 
215
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
216
  msgid "Keywords used by your visitors to find your website on a search engine"
217
  msgstr ""
218
  "کلمات کلیدی که کاربران شما به وسیله‌ی آن‌ها از موتورهای جستجو، پایگاه شما را "
219
  "یافته‌اند."
220
 
221
+ #: ../../admin/wp-slimstat-admin.php:802
222
  msgid "SERP"
223
  msgstr ""
224
 
225
+ #: ../../admin/wp-slimstat-admin.php:802
226
  msgid ""
227
  "Short for search engine results page, the Web page that a search engine "
228
  "returns with the results of its search. The value shown represents your rank "
229
  "(or position) within that list of results"
230
  msgstr " این مقدار نشان دهنده رتبه شما در فهرست نتایج موتور جستجو میباشد."
231
 
232
+ #: ../../admin/wp-slimstat-admin.php:803
233
  #: ../../admin/view/wp-slimstat-db.php:57
234
  msgid "User Agent"
235
  msgstr "مرورگرهای کاربران"
236
 
237
+ #: ../../admin/wp-slimstat-admin.php:803
238
  msgid ""
239
  "Any program used for accessing a website; this includes browsers, robots, "
240
  "spiders and any other program that was used to retrieve information from the "
242
  msgstr ""
243
  "هر برنامه که به تارنما دسترسی پیدا کند مثل مرورگر، روبات، خزنده، وغیره."
244
 
245
+ #: ../../admin/wp-slimstat-admin.php:804
246
+ #: ../../admin/view/wp-slimstat-db.php:62
247
  msgid "Outbound Link"
248
  msgstr "پیوند بیرونی"
249
 
250
+ #: ../../admin/wp-slimstat-admin.php:804
251
  msgid ""
252
  "A link from one domain to another is said to be outbound from its source "
253
  "anchor and inbound to its target. This report lists all the links to other "
257
  "پیوند درونی محسوب میشود. این گزارش فهرستی از تمام پیوند ها به پایگاه های "
258
  "دیگر و کاربران است."
259
 
260
+ #: ../../admin/wp-slimstat-admin.php:811
261
  msgid "Basic Filters"
262
  msgstr "پالایه های اولیه"
263
 
264
+ #: ../../admin/wp-slimstat-admin.php:814
265
+ #: ../../admin/view/wp-slimstat-db.php:41
266
  msgid "Browser"
267
  msgstr "مرورگر"
268
 
269
+ #: ../../admin/wp-slimstat-admin.php:814
270
  msgid "User agent (Firefox, Chrome, ...)"
271
  msgstr "مرورگر کاربر (فایرفاکس، کروم و ...)"
272
 
273
+ #: ../../admin/wp-slimstat-admin.php:815
274
+ #: ../../admin/view/wp-slimstat-db.php:42
275
+ #: ../../admin/view/wp-slimstat-reports.php:490
276
  msgid "Country Code"
277
  msgstr "علامت کشور"
278
 
279
+ #: ../../admin/wp-slimstat-admin.php:815
280
  msgid "2-letter code (us, ru, de, it, ...)"
281
  msgstr "علامت دو حرفی (us، ir، ...)"
282
 
283
+ #: ../../admin/wp-slimstat-admin.php:816
284
  msgid "IP"
285
  msgstr "آی‌پی"
286
 
287
+ #: ../../admin/wp-slimstat-admin.php:816
288
  msgid "Visitor's public IP address"
289
  msgstr "نشانی‌های آی‌پی عمومی بازدیدکنندگان"
290
 
291
+ #: ../../admin/wp-slimstat-admin.php:818
292
+ #: ../../admin/view/wp-slimstat-db.php:45
293
+ #: ../../admin/view/wp-slimstat-reports.php:502
294
  msgid "Language Code"
295
  msgstr "علامت زبان"
296
 
297
+ #: ../../admin/wp-slimstat-admin.php:818
298
  msgid ""
299
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
300
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
303
  "لطفا به <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
304
  "ee825488(v=cs.20).aspx\"> فرهنگ زبان </a> برای اطلاع بیشتر مراجعه کنید"
305
 
306
+ #: ../../admin/wp-slimstat-admin.php:819
307
+ #: ../../admin/view/wp-slimstat-db.php:46
308
  msgid "Operating System"
309
  msgstr "سامانه عامل"
310
 
311
+ #: ../../admin/wp-slimstat-admin.php:819
312
  msgid ""
313
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
314
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
318
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\"> "
319
  "راهنما</a> مراجعه کنید"
320
 
321
+ #: ../../admin/wp-slimstat-admin.php:820
322
+ #: ../../admin/view/wp-slimstat-db.php:47
323
  msgid "Permalink"
324
  msgstr "پیوند یکتا"
325
 
326
+ #: ../../admin/wp-slimstat-admin.php:820
327
  msgid "URL accessed on your site"
328
  msgstr "نشانی هایی که مورد بازدید قرار گرفته"
329
 
330
+ #: ../../admin/wp-slimstat-admin.php:821
331
+ #: ../../admin/view/wp-slimstat-db.php:49
332
  msgid "Referer"
333
  msgstr "ارجاع‌دهنده"
334
 
335
+ #: ../../admin/wp-slimstat-admin.php:821
336
  msgid "Complete address of the referrer page"
337
  msgstr "نشانی کامل صفحه‌ی ارجاع ‌دهنده"
338
 
339
+ #: ../../admin/wp-slimstat-admin.php:822
340
+ #: ../../admin/view/wp-slimstat-db.php:50
341
  msgid "Visitor's Name"
342
  msgstr "نام بیننده"
343
 
344
+ #: ../../admin/wp-slimstat-admin.php:822
345
  msgid ""
346
  "Visitors' names according to the cookie set by Wordpress after they leave a "
347
  "comment"
349
  "اسامی بیننده بر مبنای خوراکی که بعد از گذاشتن نظر توسط وردپرس اختصاص داده "
350
  "میشود."
351
 
352
+ #: ../../admin/wp-slimstat-admin.php:830
353
  msgid "Advanced Filters"
354
  msgstr "فیلترهای پیش‌رفته"
355
 
356
+ #: ../../admin/wp-slimstat-admin.php:833
357
  #: ../../admin/view/wp-slimstat-db.php:55
358
  msgid "Browser Version"
359
  msgstr "نسخه مرورگر"
360
 
361
+ #: ../../admin/wp-slimstat-admin.php:833
362
  msgid "user agent version (9.0, 11, ...)"
363
  msgstr "نسخه مرورگر کاربر"
364
 
365
+ #: ../../admin/wp-slimstat-admin.php:834
366
  #: ../../admin/view/wp-slimstat-db.php:56
367
  msgid "Browser Type"
368
  msgstr "نوع مرورگر"
369
 
370
+ #: ../../admin/wp-slimstat-admin.php:834
371
  msgid ""
372
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
373
  "all others"
374
  msgstr ""
375
  "۱=خزنده‌های موتورهای جستجو، ۲=دستگاه موبایل، ۳=خوراک‌خوان، ۰=همه‌ی چیزهای دیگر"
376
 
377
+ #: ../../admin/wp-slimstat-admin.php:835
378
  #: ../../admin/view/wp-slimstat-db.php:58
379
  msgid "Color Depth"
380
  msgstr "عمق رنگ"
381
 
382
+ #: ../../admin/wp-slimstat-admin.php:835
383
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
384
  msgstr "عمق رنگ صفحه نمایش کاربر (۸، ۱۶، ۲۴، ...)"
385
 
386
+ #: ../../admin/wp-slimstat-admin.php:836
387
  #: ../../admin/view/wp-slimstat-db.php:59
388
  msgid "CSS Version"
389
  msgstr "نسخه سی‌اس‌اس "
390
 
391
+ #: ../../admin/wp-slimstat-admin.php:836
392
  msgid ""
393
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
394
  "values)"
395
  msgstr "چه معیار توسط مرورگر حمایت میشود؟ ۱، ۲، ۳ و دیگر مقدار ها ... "
396
 
397
+ #: ../../admin/wp-slimstat-admin.php:837
398
  #: ../../admin/view/wp-slimstat-db.php:60
399
  msgid "Pageview Attributes"
400
  msgstr "خصوصیات بازدید"
401
 
402
+ #: ../../admin/wp-slimstat-admin.php:837
403
  msgid ""
404
  "this field is set to <em>[pre]</em> if the resource has been accessed "
405
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
408
  "این ناحیه برای تنظیمات <a target=\"_blank\" href=\"https://developer.mozilla."
409
  "org/en/Link_prefetching_FAQ\"> صفحه‌بندی </a> و یا شیوه های مشابه است."
410
 
411
+ #: ../../admin/wp-slimstat-admin.php:838
412
+ #: ../../admin/view/wp-slimstat-db.php:63
413
  msgid "Post Author"
414
  msgstr "نویسنده مطلب"
415
 
416
+ #: ../../admin/wp-slimstat-admin.php:838
417
  msgid "author associated to that post/page when the resource was accessed"
418
  msgstr "نویسنده مرتبط با این ارسال یا صفحه وقتی این ماخذ دسترسی شد"
419
 
420
+ #: ../../admin/wp-slimstat-admin.php:839
421
+ #: ../../admin/view/wp-slimstat-db.php:64
422
  msgid "Post Category ID"
423
  msgstr "شناسه دسته‌بندی مطلب"
424
 
425
+ #: ../../admin/wp-slimstat-admin.php:839
426
  msgid "ID of the category/term associated to the resource, when available"
427
  msgstr "شناسه دسته یا عبارت که با منبع مرتبط است، اگر موجود باشد"
428
 
429
+ #: ../../admin/wp-slimstat-admin.php:840
430
  msgid "visitor's originating IP address, if available"
431
  msgstr "آی پی منشا که بیننده از آن ‌عازم شده، در صورت موجود بودن"
432
 
433
+ #: ../../admin/wp-slimstat-admin.php:841
434
+ #: ../../admin/view/wp-slimstat-db.php:66
435
  msgid "Resource Content Type"
436
  msgstr "نوع محتوای منبع"
437
 
438
+ #: ../../admin/wp-slimstat-admin.php:841
439
  msgid ""
440
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
441
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
448
  "target=\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\"> "
449
  "نشانه های شرطی</a> در صفحه راهنما مراجعه کنید."
450
 
451
+ #: ../../admin/wp-slimstat-admin.php:842
452
+ #: ../../admin/view/wp-slimstat-db.php:68
453
  msgid "Screen Resolution"
454
  msgstr "ابعاد صفحه نمایش"
455
 
456
+ #: ../../admin/wp-slimstat-admin.php:842
457
  msgid "viewport width and height (1024x768, 800x600, ...)"
458
  msgstr "ابعاد صفحه نمایش (۱۰۲۴x۷۶۸، ۸۰۰x۶۰۰، ...)"
459
 
460
+ #: ../../admin/wp-slimstat-admin.php:843
461
+ #: ../../admin/view/wp-slimstat-db.php:69
462
  msgid "Visit ID"
463
  msgstr "شناسه دیدن"
464
 
465
+ #: ../../admin/wp-slimstat-admin.php:843
466
  msgid ""
467
  "generally used in conjunction with <em>is not empty</em>, identifies human "
468
  "visitors"
470
  "معولا با ترکیب <em>خالی نیست</em> استفاده میشود و بیننده ها (انسان) را تشخیص "
471
  "میدهد"
472
 
473
+ #: ../../admin/wp-slimstat-admin.php:844
474
  msgid "Date Filters"
475
  msgstr "فیلترهای تاریخ"
476
 
477
+ #: ../../admin/wp-slimstat-admin.php:844
478
  msgid ""
479
  "you can specify the timeframe by entering a number in the <em>interval</em> "
480
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
483
  "با وارد کردن اعداد در این ناحیه میتوانید یک مدت زمانی تعیین کنید؛ برای محدود "
484
  "کردن سال به روز از -1 استفاده کنید."
485
 
486
+ #: ../../admin/wp-slimstat-admin.php:845
487
  msgid "SERP Position"
488
  msgstr "مکان SERP"
489
 
490
+ #: ../../admin/wp-slimstat-admin.php:845
491
  msgid ""
492
  "set the filter to Referer contains cd=N&, where N is the position you are "
493
  "looking for"
495
  "تعیین صافی برای ارجاعی هایی که شامل اِن میشوند، آنجا که اِن مکانی هست که به "
496
  "مشخص میکنید."
497
 
 
 
 
 
 
 
 
 
498
  #: ../../admin/config/addons.php:14
499
  msgid ""
500
  "There was an error retrieving the add-ons list from the server. Please try "
511
  "رمزگشایی فهرست افزونه ها از دامنه با اشکال مواجه شد. لطفا دوباره آزمایش کنید."
512
 
513
  #: ../../admin/config/addons.php:30
514
+ #, fuzzy
515
  msgid ""
516
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
517
  "offer both free and premium (paid) extensions. Each add-on can be installed "
518
  "as a separate plugin, which will receive regular updates via the WordPress "
519
  "Plugins panel. In order to be notified when a new version of a premium add-"
541
  msgid "Views"
542
  msgstr "مشاهده ها"
543
 
544
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
545
  msgid "Filters"
546
  msgstr "فیلترها"
547
 
548
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
549
  msgid "Permissions"
550
  msgstr "مجوزها"
551
 
552
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
553
  msgid "Advanced"
554
  msgstr "پیش‌رفته"
555
 
556
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
557
  msgid "Maintenance"
558
  msgstr "نگهداری"
559
 
560
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
561
  msgid "Tracker"
562
  msgstr "ره‌گیری"
563
 
566
  msgstr "فعال‌سازی رد‌گیری"
567
 
568
  #: ../../admin/config/index.php:21
569
+ #, fuzzy
570
+ msgid "Turn the tracker on or off, but keep the reports accessible."
 
571
  msgstr ""
572
  "رهگیری را روشن و یا خاموش میکند ولی گزارش ها در دسترس خواهد بود که در صورت "
573
  "غیر فعال کردن افزونه بدین گونه نخواهد بود."
599
  msgstr " حالت ردگیری"
600
 
601
  #: ../../admin/config/index.php:24
602
+ #, fuzzy
603
  msgid ""
604
  "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
605
+ "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
606
  "much like Google Analytics, and visitors whose browser does not support "
607
  "Javascript will be ignored. A nice side effect is that <strong>most "
608
  "spammers, search engines and other crawlers</strong> will not be tracked."
630
  msgstr "محل گزینگان"
631
 
632
  #: ../../admin/config/index.php:27
633
+ #, fuzzy
634
  msgid ""
635
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
636
  "admin bar (if visible)."
637
  msgstr "بین گزینگان مدیریتی ثابت و یا گزینگان مدیریتی ابشاری انتخاب کنید."
638
 
645
  msgstr " منوی مدیریت"
646
 
647
  #: ../../admin/config/index.php:28
648
+ #, fuzzy
649
+ msgid "Add Stats to Posts and Pages"
650
  msgstr "یک ستون به نوشته‌ها اضافه کن"
651
 
652
  #: ../../admin/config/index.php:28
653
+ #, fuzzy
654
  msgid ""
655
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
656
+ "per post."
657
  msgstr ""
658
  "یک ستون جدید به صفحه «ویرایش ارسال» اضافه می‌کند، که شامل تعداد بازدید برای "
659
  "هر ارسال میباشد (ممکن است مدت تحویل را زیاد کند)"
684
  msgid "Entries logged on or before %s will be permanently deleted."
685
  msgstr "ردیف‌های مربوط به روز %s و قبل از آن حذف خواهند شد."
686
 
687
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
688
+ #: ../../admin/view/wp-slimstat-db.php:76
689
+ #: ../../admin/view/wp-slimstat-reports.php:779
690
  msgid "days"
691
  msgstr "روز"
692
 
707
  msgstr "نگارش اعداد"
708
 
709
  #: ../../admin/config/index.php:48
710
+ #, fuzzy
711
+ msgid "Choose the number format you want to use for your reports."
 
712
  msgstr ""
713
  "نگارش مناسب برای ملاحظه گزارش اعداد را نتخاب کنید، امریکایی یا اروپایی."
714
 
715
  #: ../../admin/config/index.php:49
716
+ #, fuzzy
717
+ msgid "Enable SOV"
718
+ msgstr "فعال‌سازی CDN"
719
+
720
+ #: ../../admin/config/index.php:49
721
+ msgid ""
722
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
723
+ "the subject, object, and verb of a sentence appear in that order, like in "
724
+ "Japanese."
725
+ msgstr ""
726
+
727
+ #: ../../admin/config/index.php:50
728
  msgid "Show Display Name"
729
  msgstr "نمایش نام صفحه نمایش"
730
 
731
+ #: ../../admin/config/index.php:50
732
  msgid ""
733
  "By default, users are listed by their usernames. Use this option to "
734
  "visualize their display names instead."
736
  "به طور پیش فرظ، کاربران با نام کاربری فهرست بندی میشوند. این گزینه کاربران "
737
  "را با نام فهرست بندی میکند."
738
 
739
+ #: ../../admin/config/index.php:51
740
  msgid "Show User Agent"
741
  msgstr "نمایش عامل کاربر "
742
 
743
+ #: ../../admin/config/index.php:51
744
  msgid ""
745
  "Choose if you want to see the browser name or a complete user agent string "
746
  "when hovering on browser icons."
748
  " این گزینه را انتخاب کنید اگر میخواهید اسم مرورگر یا نام کامل کاربر را با "
749
  "توقف اشاره گر بر روی نقشک ملاحظه کنید."
750
 
751
+ #: ../../admin/config/index.php:52
752
  msgid "Show Titles"
753
  msgstr "نمایش عناوین"
754
 
755
+ #: ../../admin/config/index.php:52
756
+ #, fuzzy
757
  msgid ""
758
+ "Slimstat converts your permalinks into post and page titles. Disable this "
759
  "feature if you need to see the URL in your reports."
760
  msgstr ""
761
  " تمامی پیوندهای یکتا را به ارسال و صفحه تبدیل میکند. این ویژگی را غیرفعال "
762
  "کنید اگر در گزارش به نشانی نیاز دارید"
763
 
764
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
765
+ msgid "Date and Time"
766
+ msgstr "روز و ساعت"
767
+
768
  #: ../../admin/config/index.php:53
769
+ msgid ""
770
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
771
+ "Format</a> to use when displaying date and time of a pageview."
772
+ msgstr ""
773
+
774
+ #: ../../admin/config/index.php:55
775
  msgid "Functionality"
776
  msgstr "کاربردی"
777
 
778
+ #: ../../admin/config/index.php:56
779
  msgid "Asynchronous Views"
780
  msgstr "دید غیرهم‌زمان(آسنکرون)"
781
 
782
+ #: ../../admin/config/index.php:56
783
  msgid ""
784
  "Load all the reports dynamically. It makes the reports render faster, but it "
785
  "increases the load on your server."
787
  "بارگزاری همه گزارشها به صورت پویا که ارائه آن را تسریع میکند ولی فشار به "
788
  "دامنه را نیز افزایش میدهد. "
789
 
790
+ #: ../../admin/config/index.php:57
791
+ msgid "SlimScroll"
792
+ msgstr ""
793
+
794
+ #: ../../admin/config/index.php:57
795
+ msgid ""
796
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
797
+ "scrollbar."
798
+ msgstr ""
799
+
800
+ #: ../../admin/config/index.php:58
801
  msgid "Expand Details"
802
  msgstr "گسترش جزئیات"
803
 
804
+ #: ../../admin/config/index.php:58
805
  msgid "Expand each row's details by default, insted of on mousehover."
806
  msgstr "گشترش جزئیات‌ هر سطر به طور پیش فرظ، به جای رویت با توقف اشاره گر"
807
 
808
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
809
  msgid "Rows to Display"
810
  msgstr "نمایش ردیف ها"
811
 
812
+ #: ../../admin/config/index.php:59
813
  msgid "Specify the number of items in each report."
814
  msgstr "تعداد موردها در هر گزارش را مشخص کنید."
815
 
816
+ #: ../../admin/config/index.php:61
817
+ msgid "Activity Log"
818
+ msgstr "فهرست فعالیت ها"
819
+
820
+ #: ../../admin/config/index.php:62
821
  msgid "Live Stream"
822
  msgstr "پخش زنده"
823
 
824
+ #: ../../admin/config/index.php:62
825
  #, fuzzy
826
  msgid ""
827
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
828
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
829
  msgstr ""
830
  "فعال کردن «نمای زنده» صفحه «همین حالا» را هر چند ثانیه تازه سازی میکند. برای "
831
  "فیرفعال کردن صفر وارد کنید."
832
 
833
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
834
  msgid "seconds"
835
  msgstr "ثانیه"
836
 
837
+ #: ../../admin/config/index.php:63
838
  #, fuzzy
839
  msgid "Specify the number of items in the Activity Log."
840
  msgstr " تعداد موردها در فهرست صفحه «همین حالا» را مشخص کنید"
841
 
842
+ #: ../../admin/config/index.php:64
843
  #, fuzzy
844
  msgid "Activity Log Extended"
845
  msgstr "فهرست فعالیت ها"
846
 
847
+ #: ../../admin/config/index.php:64
848
  #, fuzzy
849
  msgid ""
850
  "Choose if you want to see outbound links listed in the Activity Log. It "
853
  "اگر مایل به رویت پیوندهای بیرونی در فهرست بخش همین حالا هستید انتخاب کنید. "
854
  "ممکن است به طول انجامیدن تحویل گزارش منجر شود."
855
 
856
+ #: ../../admin/config/index.php:69
857
  msgid "Visitors and Known Users"
858
  msgstr "بیننده و کاربران آشنا"
859
 
860
+ #: ../../admin/config/index.php:70
861
  msgid "Track Registered Users"
862
  msgstr "ره‌گیری کاربران ثبت شده"
863
 
864
+ #: ../../admin/config/index.php:70
865
  msgid "Enable this option to track logged in users."
866
  msgstr "اگر می‌خواهید کاربران وارد شده را ره‌گیری کنید این گزینه را فعال کنید."
867
 
868
+ #: ../../admin/config/index.php:71
869
  msgid "Blacklist by Username"
870
  msgstr " فهرست سیاه با نشانی آی‌پی"
871
 
872
+ #: ../../admin/config/index.php:71
873
  msgid ""
874
  "List all the usernames you don't want to track, separated by commas. Please "
875
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
878
  "فهرست نام کاربرانی که نمیخواهید رهگیری کنید، تفکیک شده با ویرگول. لطفا در "
879
  "نظر داشته باشید که فاصله ها و حروف کوچک و بزرگ نیز حساب میشود."
880
 
881
+ #: ../../admin/config/index.php:72
882
  msgid "Blacklist by IP Address"
883
  msgstr " فهرست سیاه با نشانی آی‌پی"
884
 
885
+ #: ../../admin/config/index.php:72
886
+ #, fuzzy
887
  msgid ""
888
  "List all the IP addresses you don't want to track, separated by commas. Each "
889
  "network <strong>must</strong> be defined using the <a href='http://en."
890
  "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
891
+ "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
892
+ "public IP and the originating IP, if available."
893
  msgstr ""
894
  "فهرست آی پی آدرس هایی که نمیخواهید رهگیری کنید، با ویرگول جدا شده است. هر "
895
  "شبکه باید با استفاده از علامتگذاری<a href='http://en.wikipedia.org/wiki/"
896
  "Classless_Inter-Domain_Routing' target='_blank'>CIDR</a> تعریف شود (مثل "
897
  "<em>192.168.0.0/24</em>) و اگر نگارش صحیح نباشد رهگیری به درستی انجام نمیشود."
898
 
899
+ #: ../../admin/config/index.php:73
900
  msgid "Blacklist by Capability"
901
  msgstr "کاربران بر اساس توانایی"
902
 
903
+ #: ../../admin/config/index.php:73
904
  msgid ""
905
  "Users having at least one of the <a href='http://codex.wordpress.org/"
906
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
910
  "Roles_and_Capabilities' target='_new'> خواص</a> زیر را داشته باشند ردگیری "
911
  "نمیشوند (به بزرگ و کوچک بودن را دقت داشته باشید)."
912
 
913
+ #: ../../admin/config/index.php:75
914
  msgid "Profiling"
915
  msgstr "نمایه"
916
 
917
+ #: ../../admin/config/index.php:76
918
  msgid "Ignore Spammers"
919
  msgstr "نادیده گرفتن هرزها"
920
 
921
+ #: ../../admin/config/index.php:76
922
  msgid ""
923
  "Enable this option if you don't want to track visits from users identified "
924
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
929
  "Akismet) را رهگیری کنید این گزینه را فعال کنید. بازدید های کاربرانی که بعدا "
930
  "به صورت هرز شناخته شوند از پایگاه داده ها نیز حذف میشوند."
931
 
932
+ #: ../../admin/config/index.php:77
933
  msgid "Permalinks"
934
  msgstr "پیوندهای یکتا"
935
 
936
+ #: ../../admin/config/index.php:77
937
  msgid ""
938
  "List all the URLs on your website that you don't want to track, separated by "
939
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
951
  "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
952
  "case-insensitive."
953
 
954
+ #: ../../admin/config/index.php:78
955
  msgid "Countries"
956
  msgstr "کشورها"
957
 
958
+ #: ../../admin/config/index.php:78
959
  msgid ""
960
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
961
  "track, separated by commas."
963
  "کد کشورهایی که مایل به رهگیری نیستید، تفکیک شده با ویرگول مثل <code>en-us, "
964
  "it, es</code>"
965
 
966
+ #: ../../admin/config/index.php:79
967
  msgid "User Agents"
968
  msgstr "مرورگرهای کاربران"
969
 
970
+ #: ../../admin/config/index.php:79
971
  msgid ""
972
  "Browsers (user agents) you don't want to track, separated by commas. You can "
973
  "specify the browser's version adding a slash after the name (i.e. "
982
  "Strings are case-insensitive.مرورگرهایی که نمیخواهید رهگیری کنید، تفکیک شده "
983
  "با ویرگول. میتوانید نسخه مرورگر را نیز مشخص کنید. مثلا <em>Firefox/3.6</em>. "
984
 
985
+ #: ../../admin/config/index.php:80
986
  msgid "Referring Sites"
987
  msgstr "سایت ارجاع دهنده"
988
 
989
+ #: ../../admin/config/index.php:80
990
  msgid ""
991
  "Referring URLs that you don't want to track, separated by commas: "
992
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
1002
  "insensitive. Include either a wildcard or the protocol you want to filter "
1003
  "(http://, https://)."
1004
 
1005
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1006
  msgid "Miscellaneous"
1007
  msgstr "متفرقه"
1008
 
1009
+ #: ../../admin/config/index.php:83
1010
  msgid "Enable Privacy Mode"
1011
  msgstr "فعال کردن حالت حریم"
1012
 
1013
+ #: ../../admin/config/index.php:83
1014
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1015
  msgstr "این گزینه نشانی آی‌پی بیننده را طبق قوانین حریم خصوصی اروپا پنهان میکند"
1016
 
1017
+ #: ../../admin/config/index.php:84
1018
  msgid "Ignore Prefetch Requests"
1019
  msgstr "نادیده گرفتن درخواست صفحه‌بندی"
1020
 
1021
+ #: ../../admin/config/index.php:84
1022
+ #, fuzzy
1023
  msgid ""
1024
+ "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
1025
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1026
  "target='_blank'>Link Prefetching functionality</a>."
1027
  msgstr ""
1029
  "org/en/Link_prefetching_FAQ' target='_blank'>صفحه‌بندی</a> برنامه Firefox "
1030
  "صورت میگیرد."
1031
 
1032
+ #: ../../admin/config/index.php:100
1033
  msgid "Ignore users (username not found)"
1034
  msgstr "نادیده گرفتن کاربر(شناسه کاربر یافت نشد)"
1035
 
1036
+ #: ../../admin/config/index.php:123
1037
  msgid ""
1038
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1039
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1042
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
1043
  "مراجعه کنید."
1044
 
1045
+ #: ../../admin/config/index.php:133
1046
  msgid "Reports"
1047
  msgstr "گزارش ها"
1048
 
1049
+ #: ../../admin/config/index.php:134
1050
  msgid "Restrict Authors"
1051
  msgstr "محدود کردن نویسنده‌ها"
1052
 
1053
+ #: ../../admin/config/index.php:134
1054
+ #, fuzzy
1055
  msgid ""
1056
+ "Enable this option if you want your authors to only see stats related to "
1057
  "their own content."
1058
  msgstr ""
1059
  "اگر میخواهید نویسنده ها فقط آمار مربوط به محتوای خود را رویت کنند این گزینه "
1060
  "را فعال کنید."
1061
 
1062
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1063
  msgid "Capability"
1064
  msgstr "کاربران بر اساس توانایی"
1065
 
1066
+ #: ../../admin/config/index.php:135
1067
  #, fuzzy
1068
  msgid ""
1069
  "Specify the minimum <a href='http://codex.wordpress.org/"
1079
  "داشت، مگر اینکه اجازه فهرست سفید اینجا مشخص شود. در این صورت فهرست اولویت "
1080
  "میگیرد بر قابلیت."
1081
 
1082
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1083
  msgid "Whitelist"
1084
  msgstr "فهرست سفید"
1085
 
1086
+ #: ../../admin/config/index.php:136
1087
  msgid ""
1088
  "List all the users who should have access to the reports, separated by "
1089
  "commas. Administrators are implicitly allowed, so you don't need to list "
1093
  "طور کامل دسترسی دارند و نیاز به وارد کردن اینجا نخواهند داشت. کوچک و بزرگ "
1094
  "بودن حروف مهم است."
1095
 
1096
+ #: ../../admin/config/index.php:139
1097
+ #, fuzzy
1098
  msgid ""
1099
  "Specify the minimum <a href='http://codex.wordpress.org/"
1100
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1101
+ "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1102
+ "can be used to override this option for specific users."
1103
  msgstr ""
1104
  "حداقل<a href='http://codex.wordpress.org/Roles_and_Capabilities' "
1105
  "target='_new'> توانایی</a> برای دسترسی برای تنظیمات را مشخص کنید. این فهرست "
1106
  "سفید اختیارات کاربران خاص را لفو میکند."
1107
 
1108
+ #: ../../admin/config/index.php:140
1109
  msgid ""
1110
  "List all the users who can edit these options, separated by commas. Please "
1111
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1114
  "فهرست کاربرانی که توانایی ویرایش این گزینه ها را دارند، تفکیک شده با ویرگول. "
1115
  "از وارد کردن نام خود در این فهرست مطمئن شوید."
1116
 
1117
+ #: ../../admin/config/index.php:156
1118
  msgid "Read access: username not found"
1119
  msgstr "دست‌رسی خواندن: شناسه کاربری یافت نشد"
1120
 
1121
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
1122
  msgid ""
1123
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1124
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1128
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
1129
  "مراجعه کنید."
1130
 
1131
+ #: ../../admin/config/index.php:187
1132
  msgid "Config access: username not found"
1133
  msgstr "دست‌رسی پیکربندی: شناسه کاربری یافت نشد"
1134
 
1135
+ #: ../../admin/config/index.php:215
1136
  msgid "Detect Smoothing"
1137
  msgstr "یافتن اسموتینگ"
1138
 
1139
+ #: ../../admin/config/index.php:215
1140
  msgid ""
1141
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1142
  "This option required Spy Mode to be enabled."
1144
  " تشخیص دادن مرورگرهایی که از ضد-بدنمایی (font smoothing) استفاده میکنند. این "
1145
  "گزینه نیاز به فعال کردن «دید دزدکی» دارد."
1146
 
1147
+ #: ../../admin/config/index.php:216
1148
  msgid "Track Outbound Clicks"
1149
  msgstr "ره‌گیری کلیک های بیرونی"
1150
 
1151
+ #: ../../admin/config/index.php:216
1152
  msgid ""
1153
  "Track when your visitors click on link to external websites. This option "
1154
  "required Spy Mode to be enabled."
1156
  "پیوندهایی که بازدیدکننده را به خارج از پایگاه ها میبرد رهگیری کنید. این "
1157
  "گزینه نیاز به فعال کردن دید دزدکی دارد."
1158
 
1159
+ #: ../../admin/config/index.php:217
1160
  msgid "Session Duration"
1161
  msgstr "مدت جلسه"
1162
 
1163
+ #: ../../admin/config/index.php:217
1164
  #, fuzzy
1165
  msgid ""
1166
  "How many seconds should a human session last? Google Analytics sets it to "
1169
  "چند ثانیه جلسه (انسان) در پایگاه به طول انجامد؟ گوگل آنالیتیک این مقدار را "
1170
  "۱۸۰۰ ثانیه در نظر می‌گیرد."
1171
 
1172
+ #: ../../admin/config/index.php:218
1173
  msgid "Extend Session"
1174
  msgstr "گسترش جلسه"
1175
 
1176
+ #: ../../admin/config/index.php:218
1177
  msgid "Extend the duration of a session each time the user visits a new page."
1178
  msgstr ""
1179
  "هر بار که کاربر یک صفحه جدید را دیدن می‌کند مدت جلسه را به این مقدار گسترش "
1180
  "می‌دهد."
1181
 
1182
+ #: ../../admin/config/index.php:219
1183
  msgid "Enable CDN"
1184
  msgstr "فعال‌سازی CDN"
1185
 
1186
+ #: ../../admin/config/index.php:219
1187
  msgid ""
1188
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1189
  "by serving our tracking code from their fast and reliable network (free "
1193
  "استفاده کنید و از خدمات ردگیری ما در شبکه سریع و مطمئن بهره مند شوید "
1194
  "(رایگان)."
1195
 
1196
+ #: ../../admin/config/index.php:220
1197
  msgid "Extensions to Track"
1198
  msgstr "پسوندهایی که رهیابی شوند"
1199
 
1200
+ #: ../../admin/config/index.php:220
1201
  msgid ""
1202
  "List all the file extensions that you want to be treated as Downloads. "
1203
  "Please note that links pointing to external resources (i.e. PDFs on a "
1209
  "باشید که پیوندهای منابع خارجی (مثل پی دی اف در پایگاه دیگر) بارگیری محسوب "
1210
  "میشود و نه پیوند بیرونی اگر پسوند آنها با این فهرست تطبیق داشته باشد."
1211
 
1212
+ #: ../../admin/config/index.php:222
1213
+ #, fuzzy
1214
+ msgid "External Pages"
1215
+ msgstr "همه مشاهدات صفحات"
1216
+
1217
+ #: ../../admin/config/index.php:223
1218
+ msgid "Add the following code to all the non-WP pages you want to track"
1219
+ msgstr ""
1220
+
1221
+ #: ../../admin/config/index.php:235
1222
  msgid "Debug Mode"
1223
  msgstr ""
1224
 
1225
+ #: ../../admin/config/index.php:235
1226
  msgid "Display the SQL queries used to retrieve the data."
1227
  msgstr ""
1228
 
1229
+ #: ../../admin/config/index.php:236
1230
  msgid "IP Lookup"
1231
  msgstr "ره‌گیری بر اساس نشانی آی‌پی"
1232
 
1233
+ #: ../../admin/config/index.php:236
1234
  msgid "Customize the Geolocation service to be used in the reports."
1235
  msgstr "خدمات مکان-جفرافی برای گزارش ها را دلخواه کنید. "
1236
 
1237
+ #: ../../admin/config/index.php:237
1238
  msgid "Custom CSS"
1239
  msgstr "سی‌اس‌اس دلخواه"
1240
 
1241
+ #: ../../admin/config/index.php:237
1242
  #, fuzzy
1243
  msgid ""
1244
  "Paste here your custom stylesheet to personalize the way your reports look. "
1250
  "بیشتر به<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1251
  "target='_blank'> سوالهای رایج</a> مراجعه کنید."
1252
 
1253
+ #: ../../admin/config/index.php:238
1254
  msgid "Enable UAN"
1255
  msgstr "فعال‌سازی UAN"
1256
 
1257
+ #: ../../admin/config/index.php:238
1258
  #, fuzzy
1259
  msgid ""
1260
+ "Send anonymous data about user agents to our server for analysis. This "
1261
+ "allows us to contribute to the <a href='http://browscap.org/' "
1262
  "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1263
+ "Slimstat's browser detection functionality. It also enables our transparent "
1264
+ "ads network. No worries, your site will not be affected in any way."
1265
  msgstr ""
1266
  " میتوانید اطلاعات کابر مشکوک را برای تحلیل به صورت ناشناس برای ما ارسال "
1267
  "کنید. با کمک کردن به <a href='http://browscap.co/' target='_blank'>BrowsCap "
1268
  "opensource project</a> توانایی برنامه برای شناختن مرورگرها را بیشتر میشود."
1269
 
1270
  #: ../../admin/config/maintenance.php:20
1271
+ #, fuzzy
1272
+ msgid "Your Slimstat tables have been successfully converted to InnoDB."
1273
  msgstr "جداول WP SlimStat با موفقیت به InnoDB تبدیل شد."
1274
 
1275
  #: ../../admin/config/maintenance.php:30
1276
  msgid "records deleted from your database."
1277
  msgstr "اطلاعات از پایگاه داده ها حذف شد."
1278
 
1279
+ #: ../../admin/config/maintenance.php:35
1280
  msgid "All the records were successfully deleted."
1281
  msgstr "همه اطلاعات با موفقیت حذف شد."
1282
 
1283
+ #: ../../admin/config/maintenance.php:39
1284
  msgid "Your reports were successfully restored to their default arrangement."
1285
  msgstr "گزارش ها با موفقیت به حالت پیش فرض بازنشانی شدند."
1286
 
1287
+ #: ../../admin/config/maintenance.php:46
1288
+ #, fuzzy
1289
  msgid ""
1290
+ "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1291
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1292
  msgstr ""
1293
  "تبریک! برنامه اکنون برای<a href=\"http://www.youtube.com/watch?"
1294
  "v=ygE01sOhzz0\" target=\"_blank\"> سرعت</a> بهینه شده است."
1295
 
1296
+ #: ../../admin/config/maintenance.php:53
1297
  msgid ""
1298
  "Indexing has been successfully disabled. Enjoy the extra database space you "
1299
  "just gained!"
1301
  "اندیس گری با موفقیت غیر فعال شد. از فضای اضافه که پایگاه داده ها بدست آورید "
1302
  "لذت ببرید! "
1303
 
1304
+ #: ../../admin/config/maintenance.php:84
1305
  msgid "Database Information"
1306
  msgstr "اطلاعات پایگاه داده"
1307
 
1308
+ #: ../../admin/config/maintenance.php:87
1309
  msgid "Engine"
1310
  msgstr "موتور"
1311
 
1312
+ #: ../../admin/config/maintenance.php:91
1313
  msgid "switch to InnoDB"
1314
  msgstr "تغییر حالت به InnoDB"
1315
 
1316
+ #: ../../admin/config/maintenance.php:102
1317
  msgid "records"
1318
  msgstr "اطلاعات"
1319
 
1320
+ #: ../../admin/config/maintenance.php:107
1321
  msgid "Data Maintenance"
1322
  msgstr "تعمیر داده ها"
1323
 
1324
+ #: ../../admin/config/maintenance.php:110
1325
  msgid "Delete pageviews where"
1326
  msgstr "حذف بازدید‌ها وقتی"
1327
 
1328
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1329
  msgid "equals"
1330
  msgstr "مساوی‌ست با"
1331
 
1332
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1333
  msgid "is not equal to"
1334
  msgstr "مساوی نیست با"
1335
 
1336
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1337
  msgid "contains"
1338
  msgstr "شامل"
1339
 
1340
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1341
  msgid "does not contain"
1342
  msgstr "ناشامل"
1343
 
1344
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1345
  msgid "starts with"
1346
  msgstr "شروع می‌شود با"
1347
 
1348
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1349
  msgid "ends with"
1350
  msgstr "پایان می‌یابد با"
1351
 
1352
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1353
  msgid "sounds like"
1354
  msgstr " شبیه به"
1355
 
1356
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1357
  msgid "is greater than"
1358
  msgstr "بزرگ‌تر است از"
1359
 
1360
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1361
  msgid "is less than"
1362
  msgstr "کوچک‌تر است از"
1363
 
1364
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1365
  msgid "matches"
1366
  msgstr "مطابق است با"
1367
 
1368
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1369
  msgid "does not match"
1370
  msgstr "مطابق نیست"
1371
 
1372
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1373
  msgid "is empty"
1374
  msgstr "خالی‌ است"
1375
 
1376
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1377
  msgid "is not empty"
1378
  msgstr "خالی نیست"
1379
 
1380
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1381
+ #: ../../admin/view/index.php:87
1382
  msgid "Apply"
1383
  msgstr "انجام"
1384
 
1385
+ #: ../../admin/config/maintenance.php:140
1386
  msgid ""
1387
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1388
  msgstr ""
1389
  "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1390
 
1391
+ #: ../../admin/config/maintenance.php:145
1392
  msgid "Empty Database"
1393
  msgstr "پایگاه داده خالی"
1394
 
1395
+ #: ../../admin/config/maintenance.php:148
1396
  msgid ""
1397
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1398
  "database?"
1399
  msgstr ""
1400
  "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1401
 
1402
+ #: ../../admin/config/maintenance.php:148
1403
  msgid "Delete All Pageviews"
1404
  msgstr "حذف همه صفحات"
1405
 
1406
+ #: ../../admin/config/maintenance.php:149
1407
+ #, fuzzy
1408
  msgid ""
1409
+ "Erase all the information collected so far by Slimstat. This operation "
1410
  "<strong>does not</strong> reset your settings."
1411
  msgstr ""
1412
  "حذف همه اطلاعاتی که تا حال توسط WP SlimStat جمع آوری شده است. این عملیات "
1413
  "تنظیمات را بازنشانی نمیکند."
1414
 
1415
+ #: ../../admin/config/maintenance.php:153
1416
  msgid "Reset Reports"
1417
  msgstr "تنظیم مجدد گزارش ها"
1418
 
1419
+ #: ../../admin/config/maintenance.php:156
1420
  msgid ""
1421
  "Are you sure you want to restore the default arrangement of your reports?"
1422
  msgstr " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها را بازنشانی کنید؟"
1423
 
1424
+ #: ../../admin/config/maintenance.php:156
1425
  msgid "No Panic Button"
1426
  msgstr "دکمه خطر نباشد"
1427
 
1428
+ #: ../../admin/config/maintenance.php:157
1429
  msgid ""
1430
  "Reset the default arrangement of your reports. Helpful when, for some "
1431
  "reason, reports disappear from your panels."
1433
  " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها به حالت پیش فرض بازنشانی "
1434
  "کنید. این در برطرف کردن ناپدید شدن گزارش ها مفید است."
1435
 
1436
+ #: ../../admin/config/maintenance.php:161
1437
  msgid "Performance"
1438
  msgstr "عملکرد"
1439
 
1440
+ #: ../../admin/config/maintenance.php:164
1441
  msgid "Improve Performance"
1442
  msgstr "بهبود عملکرد"
1443
 
1444
+ #: ../../admin/config/maintenance.php:165
1445
  msgid ""
1446
  "Please note that you will need about 30% more DB space to store the extra "
1447
  "information required."
1449
  "در نظر داشته باشید که زخیره کردن این اطلاعات ٪۳۰ درصد حجم بیشتر در پایگاه "
1450
  "داده اشغال میکند."
1451
 
1452
+ #: ../../admin/config/maintenance.php:169
1453
  msgid "Save DB Space"
1454
  msgstr "زخیره کردن پایگاه داده"
1455
 
1456
+ #: ../../admin/config/maintenance.php:170
1457
+ #, fuzzy
1458
  msgid ""
1459
+ "Please note that by removing table indexes, Slimstat's performance will be "
1460
+ "affected."
1461
  msgstr ""
1462
  "در نظر داشته باشید که حذف کردن شاخص بر عملکرد WP SlimStat تاثیر میگذارد"
1463
 
1464
+ #: ../../admin/config/maintenance.php:175
1465
  msgid "Import and Export"
1466
  msgstr "وارد و صادر"
1467
 
1468
+ #: ../../admin/config/maintenance.php:179
1469
  msgid ""
1470
+ "Here below you can find the current configuration string for Slimstat. You "
1471
+ "can update your settings by pasting a new string here below and clicking on "
1472
+ "Import."
1473
  msgstr ""
1474
 
1475
+ #: ../../admin/config/maintenance.php:184
1476
  msgid "Import"
1477
  msgstr "واردات"
1478
 
1479
+ #: ../../admin/config/maintenance.php:185
1480
  msgid "Are you sure you want to OVERWRITE your current settings?"
1481
  msgstr "مطمئنید می‌خواهید تنظیمات را بازنشانی کنید؟"
1482
 
2662
  msgstr ""
2663
 
2664
  #: ../../admin/lang/dynamic_strings.php:298
2665
+ #: ../../admin/view/wp-slimstat-reports.php:503
2666
  msgid "l-"
2667
  msgstr ""
2668
 
2678
  msgid "c-xy"
2679
  msgstr "آدرس محلی"
2680
 
2681
+ #: ../../admin/view/index.php:24
2682
+ msgid "is between (x,y)"
2683
+ msgstr ""
2684
+
2685
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
2686
  msgid "Today"
2687
  msgstr "امروز‍"
2688
 
2689
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
2690
  msgid "Yesterday"
2691
  msgstr "دیروز"
2692
 
2693
+ #: ../../admin/view/index.php:59
2694
  msgid "Last 7 Days"
2695
  msgstr "۷ روز اخیر"
2696
 
2697
+ #: ../../admin/view/index.php:60
2698
  #, fuzzy
2699
  msgid "Last 60 Days"
2700
  msgstr "۳۰ روز اخیر"
2701
 
2702
+ #: ../../admin/view/index.php:61
2703
  msgid "Last 90 Days"
2704
  msgstr "۹۰ روز اخیر"
2705
 
2706
+ #: ../../admin/view/index.php:62
2707
  #, fuzzy
2708
  msgid "This Year So Far"
2709
  msgstr "امسال"
2710
 
2711
+ #: ../../admin/view/index.php:63
2712
  msgid "Date Range"
2713
  msgstr "محدوده زمانی"
2714
 
2715
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
2716
  msgid "Day"
2717
  msgstr "روز"
2718
 
2719
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2720
  msgid "Month"
2721
  msgstr "ماه"
2722
 
2723
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
2724
  msgid "Year"
2725
  msgstr "سال"
2726
 
2727
+ #: ../../admin/view/index.php:89
2728
  #, fuzzy
2729
  msgid "Reset Filters"
2730
  msgstr "فیلترهای تاریخ"
2731
 
2732
+ #: ../../admin/view/index.php:130
2733
  msgid "Your report here"
2734
  msgstr "گزارش شما این‌جا"
2735
 
2736
+ #: ../../admin/view/index.php:132
2737
+ #, fuzzy
2738
  msgid ""
2739
+ "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2740
+ "write a new plugin that retrieves the desired information from the database "
2741
+ "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
2742
+ "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2743
+ "forum_id=10\" target=\"_blank\">support forum</a>."
2744
  msgstr ""
2745
  " شما میتوانید گزارش آمار شخصی ایجاد کنید. یک افزونه بنویسید که اطلاعات مورد "
2746
  "نظر را از پایگاه داده را به <code>wp_slimstat_custom_report</code> گزارش "
2747
  "قلاب میکند.برای اطلاع بیشتر به صفحه<a href=\"http://wordpress.org/tags/wp-"
2748
  "slimstat?forum_id=10\" target=\"_blank\"> پشتیبانی </a>مراجعه کنید."
2749
 
2750
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
2751
+ #: ../../admin/view/wp-slimstat-reports.php:893
2752
+ #: ../../admin/view/wp-slimstat-reports.php:1116
2753
  msgid "Pageviews"
2754
  msgstr "مشاهدات صفحات"
2755
 
2756
+ #: ../../admin/view/index.php:149
2757
+ #, fuzzy
2758
  msgid ""
2759
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2760
+ "Slimstat leverages this information to identify returning visitors. Please "
2761
+ "note that visitors also include registered users."
2762
  msgstr ""
2763
  "وقتی کاربران در تارنامه نظر ثبت می‌کنند، وردپرس به آن‌ها یک کلوچک اختصاص می‌دهد."
2764
  "WP SlimStat از این اطلاعات برای شناسایی «بیننده دوباره» استفاده میکند. در "
2765
  "نظر داشته باشید که بیننده ها شامل کاربران ثبت شده نیز میباشد."
2766
 
2767
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2768
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
2769
  msgid "Color codes"
2770
  msgstr "علامت رنگی"
2771
 
2772
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2773
+ #, fuzzy
2774
+ msgid "From search result page"
2775
  msgstr "از صفحه نتایج جستجو"
2776
 
2777
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2778
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2779
  msgid "Known Users"
2780
  msgstr "کاربران آشنا"
2781
 
2782
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2783
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2784
  msgid "Other Humans"
2785
  msgstr "دیگران"
2786
 
2787
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2788
+ msgid "Bot or Crawler"
2789
+ msgstr "روبات یا خزنده"
2790
+
2791
+ #: ../../admin/view/index.php:157
2792
  msgid "Keywords used by your visitors to find your website on a search engine."
2793
  msgstr "عبارات کلیدی در موتورهای جستجو که بیننده را به پایگاه شما را یافته‌اند."
2794
 
2795
+ #: ../../admin/view/index.php:160
2796
+ #, fuzzy
2797
  msgid ""
2798
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2799
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2800
  "set above don't apply to this report."
2801
  msgstr ""
2802
  "با کسب اطلاعات خود از Google، Facebook و یا Alexa، رتبه خود را محک بزنید. "
2803
  "مقادیر هر ۱۲ ساعت به روز میشوند. صافی ها بالا در این گزارش کاربرد نمیشوند. "
2804
 
2805
+ #: ../../admin/view/index.php:163
2806
  msgid "Human Visits"
2807
  msgstr "بازدیدهای انسانی"
2808
 
2809
+ #: ../../admin/view/index.php:166
2810
+ #, fuzzy
2811
  msgid ""
2812
  "Internet Service Provider: a company which provides other companies or "
2813
  "individuals with access to the Internet. Your DSL or cable internet service "
2814
  "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
2815
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
2816
  msgstr ""
2817
  "اینترنت توسط یک شرکت خدماتی (ISP) برای شما فراهم میشود. میتوانید این نشانی "
2818
  "ای پی را با وارد کردن صافی نادیده بگیرید."
2819
 
2820
+ #: ../../admin/view/index.php:169
2821
+ #, fuzzy
2822
  msgid ""
2823
+ "You can configure Slimstat to ignore a specific Country by setting the "
2824
+ "corresponding filter under Settings > Slimstat > Filters."
2825
  msgstr ""
2826
  "میتوانید تنظیمات برنامه برای نادیده گرفتن بعضی کشورها را تغییر دهید:Settings "
2827
  "> SlimStat > Filters"
2828
 
2829
+ #: ../../admin/view/index.php:172
2830
  msgid ""
2831
  "This report shows you what user agent families (no version considered) are "
2832
  "popular among your visitors."
2834
  "این گزارش نشانگر عامل کابر (بدون در نظر گرفتن نسخه) که در میان بیننده ها "
2835
  "محبوب تر هستند میباشد."
2836
 
2837
+ #: ../../admin/view/index.php:175
2838
  msgid ""
2839
  "This report shows you what operating system families (no version considered) "
2840
  "are popular among your visitors."
2842
  "این گزارش نشانگر محیط عامل هایی (بدون در نظر گرفتن نسخه) که در میان بیننده "
2843
  "ها محبوب تر هستند میباشد."
2844
 
2845
+ #: ../../admin/view/index.php:181
2846
  msgid "Average Pageviews per Visit"
2847
  msgstr "میان‌گین مشاهده صفحات در هر بازدید"
2848
 
2849
+ #: ../../admin/view/index.php:184
2850
  msgid ""
2851
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2852
  "left your site from the entrance (landing) page."
2854
  " «صفحه وازده» یک «تک-صفحه» میباشد، یا آخرین صفحه ی دیده شده قبل از آنکه "
2855
  "بیننده پایگاه را ترک کند. "
2856
 
2857
+ #: ../../admin/view/index.php:187
2858
  msgid "Searches performed using Wordpress' built-in search functionality."
2859
  msgstr "جستجوهایی که توسط جستجوی داخلی Wordpress انجام میشوند."
2860
 
2861
+ #: ../../admin/view/index.php:191
2862
  msgid ""
2863
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2864
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2867
  "جزئيات پیوند نشان میدهد که چندمین پیوند فشار داده شده است. <em>ID:xx</em> "
2868
  "هنگامی نشان داده میشود که پیوند مرتبط شناسه داشته باشد."
2869
 
2870
+ #: ../../admin/view/index.php:194
2871
  msgid ""
2872
  "This report lists any <em>event</em> occurred on your website. Please refer "
2873
  "to the FAQ for more information on how to leverage this functionality."
2875
  "این گزارش تمامی رویداد های پایگاه شما را فهرست میکند. لطفا برای کسب اطلاع "
2876
  "بیشتر در این مورد به بخش پرسش و پاسخ مراجعه کنید."
2877
 
2878
+ #: ../../admin/view/index.php:197
2879
  msgid ""
2880
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2881
  "this report is not affected by the filters set here above."
2900
  msgstr "پیوند ریدر"
2901
 
2902
  #: ../../admin/view/right-now.php:30
2903
+ #: ../../admin/view/wp-slimstat-reports.php:438
2904
+ #: ../../admin/view/wp-slimstat-reports.php:697
2905
  msgid "No data to display"
2906
  msgstr "داده‌ای برای نمایش نیست"
2907
 
2908
  # Unknown
2909
  #: ../../admin/view/right-now.php:56
2910
+ #: ../../admin/view/wp-slimstat-reports.php:491
2911
+ #: ../../admin/view/wp-slimstat-reports.php:740
2912
+ #: ../../admin/view/wp-slimstat-reports.php:1004
2913
  msgid "c-"
2914
  msgstr "Unknown"
2915
 
2916
+ #: ../../admin/view/right-now.php:130
2917
+ msgid "Server Latency and Page Speed in milliseconds"
2918
+ msgstr ""
2919
+
2920
+ #: ../../admin/view/right-now.php:130
2921
+ msgid "SL"
2922
+ msgstr ""
2923
+
2924
+ #: ../../admin/view/right-now.php:130
2925
+ msgid "PS"
2926
+ msgstr ""
2927
+
2928
+ #: ../../admin/view/right-now.php:140
2929
+ #: ../../admin/view/wp-slimstat-reports.php:550
2930
+ #: ../../admin/view/wp-slimstat-reports.php:554
2931
+ #: ../../admin/view/wp-slimstat-reports.php:722
2932
+ #: ../../admin/view/wp-slimstat-reports.php:760
2933
  msgid "Open this URL in a new window"
2934
  msgstr "نشانی را در پنجره جدید باز کن"
2935
 
2936
+ #: ../../admin/view/right-now.php:143
2937
  msgid "Local search results page"
2938
  msgstr "صفحه نتایج جستجوی محلی"
2939
 
2940
+ #: ../../admin/view/right-now.php:150
2941
  msgid "Open this referrer in a new window"
2942
  msgstr "این ارجاعی دهنده را در پنجره جدید باز کن"
2943
 
2944
+ #: ../../admin/view/right-now.php:151
2945
  msgid "Open this outbound link in a new window"
2946
  msgstr " پیوندهای بیرونی را در پنجره جدید باز کن"
2947
 
2948
+ #: ../../admin/view/right-now.php:153
 
 
 
 
2949
  msgid "Content Type"
2950
  msgstr " نوع محتوا"
2951
 
2952
+ #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2953
  msgid "IP Address"
2954
  msgstr "نشانی آی‌پی"
2955
 
2956
+ #: ../../admin/view/wp-slimstat-db.php:48
2957
  msgid "Domain"
2958
  msgstr "دامنه"
2959
 
2960
+ #: ../../admin/view/wp-slimstat-db.php:51
2961
+ msgid "Page Speed"
2962
+ msgstr ""
2963
+
2964
  #: ../../admin/view/wp-slimstat-db.php:53
2965
  msgid "-- Advanced filters --"
2966
  msgstr "-- فیلترهای پیش‌رفته --"
2967
 
2968
  #: ../../admin/view/wp-slimstat-db.php:54
2969
+ #: ../../admin/view/wp-slimstat-reports.php:64
2970
  msgid "Browser Capabilities"
2971
  msgstr "قابلیت‌های مرورگر"
2972
 
2973
+ #: ../../admin/view/wp-slimstat-db.php:61
2974
+ msgid "Server Latency"
2975
+ msgstr ""
2976
+
2977
+ #: ../../admin/view/wp-slimstat-db.php:67
2978
  msgid "Resource ID"
2979
  msgstr "شناسه منابع"
2980
 
2981
+ #: ../../admin/view/wp-slimstat-db.php:72
2982
  msgid "Hour"
2983
  msgstr "ساعت"
2984
 
2985
+ #: ../../admin/view/wp-slimstat-db.php:78
2986
  msgid "Order Direction"
2987
  msgstr ""
2988
 
2989
+ #: ../../admin/view/wp-slimstat-db.php:79
2990
  #, fuzzy
2991
  msgid "Limit Results"
2992
  msgstr "نتایج محدود به"
2993
 
2994
+ #: ../../admin/view/wp-slimstat-db.php:80
2995
  msgid "Start From"
2996
  msgstr ""
2997
 
2998
+ #: ../../admin/view/wp-slimstat-reports.php:44
2999
  msgid "Pageviews (chart)"
3000
  msgstr "مشاهده صفحات (نمودار)"
3001
 
3002
+ #: ../../admin/view/wp-slimstat-reports.php:45
3003
+ #, fuzzy
3004
+ msgid "About Slimstat"
3005
  msgstr "درباره WP SlimStat"
3006
 
3007
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
3008
  msgid "At a Glance"
3009
  msgstr "در یک نگاه"
3010
 
3011
+ #: ../../admin/view/wp-slimstat-reports.php:47
3012
  msgid "Currently Online"
3013
  msgstr "حالا روی خط"
3014
 
3015
+ #: ../../admin/view/wp-slimstat-reports.php:48
3016
+ #: ../../admin/view/wp-slimstat-reports.php:82
3017
  msgid "Spy View"
3018
  msgstr "دید دزدکی"
3019
 
3020
+ #: ../../admin/view/wp-slimstat-reports.php:49
3021
+ #: ../../admin/view/wp-slimstat-reports.php:83
3022
  msgid "Recent Search Terms"
3023
  msgstr "عبارت‌های جستجو شده اخیر"
3024
 
3025
+ #: ../../admin/view/wp-slimstat-reports.php:50
3026
  msgid "Top Pages"
3027
  msgstr "برترین صفحات"
3028
 
3029
+ #: ../../admin/view/wp-slimstat-reports.php:51
3030
+ #: ../../admin/view/wp-slimstat-reports.php:80
3031
  msgid "Top Traffic Sources"
3032
  msgstr "برترین منابع ترافیک"
3033
 
3034
+ #: ../../admin/view/wp-slimstat-reports.php:52
3035
  msgid "Top Known Visitors"
3036
  msgstr "برترین بیننده های آشنا"
3037
 
3038
+ #: ../../admin/view/wp-slimstat-reports.php:53
3039
+ #: ../../admin/view/wp-slimstat-reports.php:78
3040
+ #: ../../admin/view/wp-slimstat-reports.php:98
3041
  msgid "Top Search Terms"
3042
  msgstr "برترین عبارت های جستجو"
3043
 
3044
+ #: ../../admin/view/wp-slimstat-reports.php:54
3045
+ #: ../../admin/view/wp-slimstat-reports.php:65
3046
+ #: ../../admin/view/wp-slimstat-reports.php:79
3047
  msgid "Top Countries"
3048
  msgstr "برترین کشورها"
3049
 
3050
+ #: ../../admin/view/wp-slimstat-reports.php:55
3051
  msgid "Rankings"
3052
  msgstr "رتبه ها"
3053
 
3054
+ #: ../../admin/view/wp-slimstat-reports.php:56
3055
  msgid "Top Language Families"
3056
  msgstr "برترین زبان‌ها"
3057
 
3058
+ #: ../../admin/view/wp-slimstat-reports.php:57
3059
  msgid "Human Visits (chart)"
3060
  msgstr "مشاهدات انسانی (نمودار)"
3061
 
3062
+ #: ../../admin/view/wp-slimstat-reports.php:58
3063
+ #, fuzzy
3064
+ msgid "Audience Overview"
3065
+ msgstr "مرور"
3066
+
3067
+ #: ../../admin/view/wp-slimstat-reports.php:59
3068
  msgid "Top Languages"
3069
  msgstr "بیش‌ترین زبان‌ها"
3070
 
3071
+ #: ../../admin/view/wp-slimstat-reports.php:60
3072
  msgid "Top Browsers"
3073
  msgstr "برترین مرورگرها"
3074
 
3075
+ #: ../../admin/view/wp-slimstat-reports.php:61
3076
  msgid "Top Service Providers"
3077
  msgstr "برترین خدمات دهنده‌ها"
3078
 
3079
+ #: ../../admin/view/wp-slimstat-reports.php:62
3080
  msgid "Top Operating Systems"
3081
  msgstr "برترین محیط‌های عامل"
3082
 
3083
+ #: ../../admin/view/wp-slimstat-reports.php:63
3084
  msgid "Top Screen Resolutions"
3085
  msgstr "برترین ابعاد صفحه نماش‌ها"
3086
 
3087
+ #: ../../admin/view/wp-slimstat-reports.php:66
3088
  msgid "Visit Duration"
3089
  msgstr "طول دوره بازدید"
3090
 
3091
+ #: ../../admin/view/wp-slimstat-reports.php:67
3092
+ #: ../../admin/view/wp-slimstat-reports.php:84
3093
  msgid "Recent Countries"
3094
  msgstr "کشورهای اخیر"
3095
 
3096
+ #: ../../admin/view/wp-slimstat-reports.php:68
3097
  msgid "Recent Screen Resolutions"
3098
  msgstr "ابعاد نمایش‌گرهای اخیر"
3099
 
3100
+ #: ../../admin/view/wp-slimstat-reports.php:69
3101
  msgid "Recent Operating Systems"
3102
  msgstr "محیطهای عامل اخیر"
3103
 
3104
+ #: ../../admin/view/wp-slimstat-reports.php:70
3105
  msgid "Recent Browsers"
3106
  msgstr "مرورگرهای اخیر"
3107
 
3108
+ #: ../../admin/view/wp-slimstat-reports.php:71
3109
  msgid "Recent Languages"
3110
  msgstr "زبان‌های اخیر"
3111
 
3112
+ #: ../../admin/view/wp-slimstat-reports.php:72
3113
  msgid "Top Browser Families"
3114
  msgstr "برترین مرورگرها"
3115
 
3116
+ #: ../../admin/view/wp-slimstat-reports.php:73
3117
  msgid "Top OS Families"
3118
  msgstr "برترین محیط عامل ها"
3119
 
3120
+ #: ../../admin/view/wp-slimstat-reports.php:74
3121
  msgid "Recent Users"
3122
  msgstr "کاربرهای اخیر"
3123
 
3124
+ #: ../../admin/view/wp-slimstat-reports.php:75
3125
  msgid "Top Users"
3126
  msgstr "برترین کاربرها"
3127
 
3128
+ #: ../../admin/view/wp-slimstat-reports.php:76
3129
  msgid "Traffic Sources (chart)"
3130
  msgstr "منابع ترافیک (نمودار)"
3131
 
3132
+ #: ../../admin/view/wp-slimstat-reports.php:77
3133
  msgid "Summary"
3134
  msgstr "خلاصه"
3135
 
3136
+ #: ../../admin/view/wp-slimstat-reports.php:81
3137
  msgid "Top Referring Search Engines"
3138
  msgstr "برترین موتور جستجو های ارجاع‌دهنده"
3139
 
3140
+ #: ../../admin/view/wp-slimstat-reports.php:85
3141
+ #: ../../admin/view/wp-slimstat-reports.php:101
3142
  msgid "Top Landing Pages"
3143
  msgstr "برترین صفحه های ورود"
3144
 
3145
+ #: ../../admin/view/wp-slimstat-reports.php:86
3146
  msgid "Average Pageviews per Visit (chart)"
3147
  msgstr "میان‌گین مشاهده صفحات در بازدید(نمودار)"
3148
 
3149
+ #: ../../admin/view/wp-slimstat-reports.php:87
3150
  msgid "Recent Posts"
3151
  msgstr "ارسال های اخیر"
3152
 
3153
+ #: ../../admin/view/wp-slimstat-reports.php:88
3154
  msgid "Recent Bounce Pages"
3155
  msgstr "صفحات وازده اخیر"
3156
 
3157
+ #: ../../admin/view/wp-slimstat-reports.php:89
3158
  msgid "Recent Feeds"
3159
  msgstr "خوراک‌های اخیر"
3160
 
3161
+ #: ../../admin/view/wp-slimstat-reports.php:90
3162
  msgid "Recent Pages Not Found"
3163
  msgstr "صفحه هایی پیدا نشده اخیر"
3164
 
3165
+ #: ../../admin/view/wp-slimstat-reports.php:91
3166
  msgid "Recent Internal Searches"
3167
  msgstr "جستجوهای داخلی اخیر"
3168
 
3169
+ #: ../../admin/view/wp-slimstat-reports.php:92
3170
  msgid "Top Categories"
3171
  msgstr "برترین دسته‌ها"
3172
 
3173
+ #: ../../admin/view/wp-slimstat-reports.php:93
3174
  msgid "Recent Outbound Links"
3175
  msgstr "پیوندهای بیرونی اخیر"
3176
 
3177
+ #: ../../admin/view/wp-slimstat-reports.php:94
3178
  msgid "Recent Events"
3179
  msgstr "اتفاقات اخیر"
3180
 
3181
+ #: ../../admin/view/wp-slimstat-reports.php:95
3182
  msgid "Top Posts"
3183
  msgstr "برترین ارسال ها"
3184
 
3185
+ #: ../../admin/view/wp-slimstat-reports.php:96
3186
  msgid "Top Feeds"
3187
  msgstr "برترین خوراک‌ها"
3188
 
3189
+ #: ../../admin/view/wp-slimstat-reports.php:97
3190
  msgid "Top Internal Searches"
3191
  msgstr "برترین جستجوهای داخلی"
3192
 
3193
+ #: ../../admin/view/wp-slimstat-reports.php:99
3194
  msgid "Recent Categories"
3195
  msgstr "دسته‌های اخیر"
3196
 
3197
+ #: ../../admin/view/wp-slimstat-reports.php:100
3198
  msgid "Top Pages Not Found"
3199
  msgstr "برترین صفحاتی که پیدا نشد"
3200
 
3201
+ #: ../../admin/view/wp-slimstat-reports.php:102
3202
  msgid "Top Authors"
3203
  msgstr "برترین نویسنده‌ها"
3204
 
3205
+ #: ../../admin/view/wp-slimstat-reports.php:103
3206
  msgid "Top Tags"
3207
  msgstr "برترین نشانه ها"
3208
 
3209
+ #: ../../admin/view/wp-slimstat-reports.php:104
3210
  msgid "Recent Downloads"
3211
  msgstr "بارگیری های اخیر"
3212
 
3213
+ #: ../../admin/view/wp-slimstat-reports.php:105
3214
+ #, fuzzy
3215
+ msgid "Top OutLinks and Downloads"
3216
  msgstr "برترین پیوندهای بیرونی و بارگیری ها"
3217
 
3218
+ #: ../../admin/view/wp-slimstat-reports.php:106
3219
  msgid "Your Website"
3220
  msgstr "تارنمای شما"
3221
 
3222
+ #: ../../admin/view/wp-slimstat-reports.php:107
3223
+ msgid "World Map"
3224
+ msgstr "نقشه جهان"
3225
+
3226
+ #: ../../admin/view/wp-slimstat-reports.php:108
3227
  #, fuzzy
3228
+ msgid "Activity"
3229
+ msgstr "فهرست فعالیت ها"
3230
 
3231
+ #: ../../admin/view/wp-slimstat-reports.php:219
3232
  msgid "Chart controls"
3233
  msgstr "کنترل‌های نمودار"
3234
 
3235
+ #: ../../admin/view/wp-slimstat-reports.php:219
3236
  msgid "Use your mouse wheel to zoom in and out"
3237
  msgstr "از غلطانک موش‌واره برای بزرگ‌نمایی و کوچک‌نمایی استفاده کنید"
3238
 
3239
+ #: ../../admin/view/wp-slimstat-reports.php:219
3240
  msgid "While zooming in, drag the chart to move to a different area"
3241
  msgstr ""
3242
  "زمانی‌که بزرگ‌نمایی می‌کنید، نمودار را می‌توانید بکشید و به نقاط دیگر بروید"
3243
 
3244
+ #: ../../admin/view/wp-slimstat-reports.php:219
3245
  msgid "Double click on an empty region to reset the zoom level"
3246
  msgstr "بر یک ناحیه خالی دوبار کلیک کنید تا بزرگنمایی به حالت اولیه بازگردد"
3247
 
3248
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
3249
  msgid "src"
3250
  msgstr "منبع"
3251
 
3252
+ #: ../../admin/view/wp-slimstat-reports.php:233
3253
  msgid "serp"
3254
  msgstr ""
3255
 
3256
+ #: ../../admin/view/wp-slimstat-reports.php:238
3257
  msgid "Go to the corresponding search engine result page"
3258
  msgstr "برو به صفحه مرتبط با این جستجو"
3259
 
3260
+ #: ../../admin/view/wp-slimstat-reports.php:241
3261
  msgid "Go to the referring page"
3262
  msgstr "برو به صفحه ارجاع‌دهنده"
3263
 
3264
+ #: ../../admin/view/wp-slimstat-reports.php:264
3265
  msgid "Remove filter for"
3266
  msgstr "حذف فیلترها از"
3267
 
3268
+ #: ../../admin/view/wp-slimstat-reports.php:271
3269
  msgid "Reset All"
3270
  msgstr "بازنشانی همه"
3271
 
3272
+ #: ../../admin/view/wp-slimstat-reports.php:274
3273
  msgid "Current filters:"
3274
  msgstr "فیلترهای جاری:"
3275
 
3276
+ #: ../../admin/view/wp-slimstat-reports.php:278
3277
  msgid "Refresh"
3278
  msgstr "تازه سازی"
3279
 
3280
+ #: ../../admin/view/wp-slimstat-reports.php:352
3281
  #, php-format
3282
  msgid "Results %s - %s of %s"
3283
  msgstr " نتایج %s - %s از %s"
3284
 
3285
+ #: ../../admin/view/wp-slimstat-reports.php:354
3286
  msgid "Refresh in"
3287
  msgstr "تازه سازی در"
3288
 
3289
+ #: ../../admin/view/wp-slimstat-reports.php:376
3290
+ #: ../../admin/view/wp-slimstat-reports.php:388
3291
  #, php-format
3292
  msgid "Daily %s"
3293
  msgstr "%s روزانه"
3294
 
3295
+ #: ../../admin/view/wp-slimstat-reports.php:379
3296
  #, php-format
3297
  msgid "%s Minute by Minute"
3298
  msgstr "%s دقیقه به دقیقه"
3299
 
3300
+ #: ../../admin/view/wp-slimstat-reports.php:382
3301
  #, php-format
3302
  msgid "Hourly %s"
3303
  msgstr "%s ساعتی"
3304
 
3305
+ #: ../../admin/view/wp-slimstat-reports.php:385
3306
  #, php-format
3307
  msgid "Monthly %s"
3308
  msgstr "%s ماهانه"
3309
 
3310
+ #: ../../admin/view/wp-slimstat-reports.php:473
3311
  msgid "Category ID"
3312
  msgstr "شناسه دسته"
3313
 
3314
+ #: ../../admin/view/wp-slimstat-reports.php:506
3315
  msgid "OS Code"
3316
  msgstr "کد محیط عامل"
3317
 
3318
+ #: ../../admin/view/wp-slimstat-reports.php:516
3319
  msgid "Referrer"
3320
  msgstr "ارجاع دهنده"
3321
 
3322
+ #: ../../admin/view/wp-slimstat-reports.php:540
3323
+ #: ../../admin/view/wp-slimstat-reports.php:828
3324
+ #: ../../admin/view/wp-slimstat-reports.php:837
3325
+ #: ../../admin/view/wp-slimstat-reports.php:843
3326
+ #: ../../admin/view/wp-slimstat-reports.php:849
3327
+ #: ../../admin/view/wp-slimstat-reports.php:855
3328
+ #: ../../admin/view/wp-slimstat-reports.php:861
3329
+ #: ../../admin/view/wp-slimstat-reports.php:867
3330
+ #: ../../admin/view/wp-slimstat-reports.php:873
3331
  msgid "Hits"
3332
  msgstr "بازدیدها"
3333
 
3334
+ #: ../../admin/view/wp-slimstat-reports.php:714
3335
  msgid "Search for"
3336
  msgstr "جستجو به دنبال"
3337
 
3338
+ #: ../../admin/view/wp-slimstat-reports.php:750
3339
+ #: ../../admin/view/wp-slimstat-reports.php:760
3340
  msgid "Source"
3341
  msgstr "منبع"
3342
 
3343
+ #: ../../admin/view/wp-slimstat-reports.php:752
3344
  msgid "Keywords"
3345
  msgstr "کلمات کلیدی"
3346
 
3347
+ #: ../../admin/view/wp-slimstat-reports.php:760
3348
  #, php-format
3349
  msgid "Filter results where resource equals %s"
3350
  msgstr "نتایج را فیلتر کن وقتی منبع مساوی‌ست با %s"
3351
 
3352
+ #: ../../admin/view/wp-slimstat-reports.php:761
3353
+ #, fuzzy
3354
+ msgid "Link Details"
3355
+ msgstr "جزئیات"
3356
+
3357
+ #: ../../admin/view/wp-slimstat-reports.php:774
3358
  msgid "Total Pageviews"
3359
  msgstr "همه مشاهدات صفحات"
3360
 
3361
+ #: ../../admin/view/wp-slimstat-reports.php:775
3362
  msgid "DB Size"
3363
  msgstr "اندازه پایگاه داده"
3364
 
3365
+ #: ../../admin/view/wp-slimstat-reports.php:776
3366
  msgid "Tracking Active"
3367
  msgstr "ردگیری فعال"
3368
 
3369
+ #: ../../admin/view/wp-slimstat-reports.php:777
3370
  msgid "Javascript Mode"
3371
  msgstr "فعال سازی حالت جاوااسکریپت"
3372
 
3373
+ #: ../../admin/view/wp-slimstat-reports.php:778
3374
  msgid "Tracking Browser Caps"
3375
  msgstr "ردگیری قابلیت‌های مرورگر"
3376
 
3377
+ #: ../../admin/view/wp-slimstat-reports.php:779
3378
  msgid "Auto purge"
3379
  msgstr "پاک‌سازی خودکار"
3380
 
3381
+ #: ../../admin/view/wp-slimstat-reports.php:780
3382
  msgid "Oldest pageview"
3383
  msgstr "قدیمی‌ترین بازدید"
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:780
3386
  msgid "No visits"
3387
  msgstr "بازدیدی نیست"
3388
 
3389
+ #: ../../admin/view/wp-slimstat-reports.php:790
3390
+ #: ../../admin/view/wp-slimstat-reports.php:892
3391
+ #, fuzzy
3392
  msgid ""
3393
+ "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3394
+ "the tracking code is executed."
3395
  msgstr ""
3396
  "درخواست بارگیری یک پرونده زنگام. هر اجرای ردگیری منجر به ثبت یک بازید میشود."
3397
 
3398
+ #: ../../admin/view/wp-slimstat-reports.php:792
3399
  msgid "How many pages have been visited on average during the current period."
3400
  msgstr "چند صفحه به طور میانگین در "
3401
 
3402
+ #: ../../admin/view/wp-slimstat-reports.php:793
3403
  #, fuzzy
3404
  msgid "Average Pageviews"
3405
  msgstr "میان‌گین مشاهده صفحات"
3406
 
3407
+ #: ../../admin/view/wp-slimstat-reports.php:794
3408
  msgid ""
3409
  "Visitors who landed on your site after searching for a keyword on Google, "
3410
  "Yahoo, etc."
3411
  msgstr "کاربرانی که بعد از جستجو در موتورهای جستجو به سایت شما رسیده‌اند."
3412
 
3413
+ #: ../../admin/view/wp-slimstat-reports.php:795
3414
  msgid "From Search Results"
3415
  msgstr "از نتایج جستجو"
3416
 
3417
+ #: ../../admin/view/wp-slimstat-reports.php:796
3418
  msgid ""
3419
  "Used to differentiate between multiple requests to download a file from one "
3420
  "internet address (IP) and requests originating from many distinct addresses"
3422
  " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
3423
  "درخواست از چند آی پی ادرس مختلف است."
3424
 
3425
+ #: ../../admin/view/wp-slimstat-reports.php:797
3426
+ #: ../../admin/view/wp-slimstat-reports.php:812
3427
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3428
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3429
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3430
  msgid "Unique IPs"
3431
  msgstr "آی‌پی‌های یکتا"
3432
 
3433
+ #: ../../admin/view/wp-slimstat-reports.php:798
3434
  msgid "Last 5 minutes"
3435
  msgstr "۵ دقیقه اخیر"
3436
 
3437
+ #: ../../admin/view/wp-slimstat-reports.php:799
3438
  msgid "Last 30 minutes"
3439
  msgstr "۳۰ دقیقه اخیر"
3440
 
3441
+ #: ../../admin/view/wp-slimstat-reports.php:809
3442
  msgid ""
3443
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3444
  "multiple times if they perform multiple visits."
3446
  "هر بازدید یک جلسه است که حداکثر ۳۰ دقیقه میباشد. «بیننده دوباره» چند بار "
3447
  "شمارش میشود اگر چند بار بازدید کنند."
3448
 
3449
+ #: ../../admin/view/wp-slimstat-reports.php:810
3450
  msgid "Human visits"
3451
  msgstr "بازدیدهای انسانی"
3452
 
3453
+ #: ../../admin/view/wp-slimstat-reports.php:811
3454
  msgid "It includes only traffic generated by human visitors."
3455
  msgstr "فقط شامل ترافیک انسانی میشود"
3456
 
3457
+ #: ../../admin/view/wp-slimstat-reports.php:813
3458
+ #: ../../admin/view/wp-slimstat-reports.php:904
3459
  msgid ""
3460
  "Percentage of single-page visits, i.e. visits in which the person left your "
3461
  "site from the entrance page."
3462
  msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
3463
 
3464
+ #: ../../admin/view/wp-slimstat-reports.php:814
3465
  msgid "Bounce rate"
3466
  msgstr "میزان وازده گی"
3467
 
3468
+ #: ../../admin/view/wp-slimstat-reports.php:815
3469
  msgid "Visitors who had previously left a comment on your blog."
3470
  msgstr "بازدیدکنندگانی که قبلا در تارنامه نظر ثبت کرده‌اند"
3471
 
3472
+ #: ../../admin/view/wp-slimstat-reports.php:816
3473
  msgid "Known visitors"
3474
  msgstr "بیننده های آشنا"
3475
 
3476
+ #: ../../admin/view/wp-slimstat-reports.php:817
3477
  msgid "Human users who visited your site only once."
3478
  msgstr "کاربرانی که فقط یک بار پایگاه شما را دیده‌اند."
3479
 
3480
+ #: ../../admin/view/wp-slimstat-reports.php:818
3481
  msgid "New visitors"
3482
  msgstr "بازدیدکنندگان جدید"
3483
 
3484
+ #: ../../admin/view/wp-slimstat-reports.php:819
3485
  msgid "Bots"
3486
  msgstr "ربات‌ها"
3487
 
3488
+ #: ../../admin/view/wp-slimstat-reports.php:820
3489
  msgid "Pages per visit"
3490
  msgstr "صفحات در بازدید"
3491
 
3492
+ #: ../../admin/view/wp-slimstat-reports.php:821
3493
+ #: ../../admin/view/wp-slimstat-reports.php:1129
3494
  msgid "Longest visit"
3495
  msgstr "طولانی‌ترین مشاهده صفحات"
3496
 
3497
+ #: ../../admin/view/wp-slimstat-reports.php:821
3498
  msgid "hits"
3499
  msgstr "مشاهدات"
3500
 
3501
+ #: ../../admin/view/wp-slimstat-reports.php:839
3502
  msgid "0 - 30 seconds"
3503
  msgstr "۰ تا ۳۰ ثانیه"
3504
 
3505
+ #: ../../admin/view/wp-slimstat-reports.php:845
3506
  msgid "31 - 60 seconds"
3507
  msgstr "۳۱ تا ۶۰ ثانیه"
3508
 
3509
+ #: ../../admin/view/wp-slimstat-reports.php:851
3510
  msgid "1 - 3 minutes"
3511
  msgstr "۱ تا ۳ دقیقه"
3512
 
3513
+ #: ../../admin/view/wp-slimstat-reports.php:857
3514
  msgid "3 - 5 minutes"
3515
  msgstr "۳ تا ۵ دقیقه"
3516
 
3517
+ #: ../../admin/view/wp-slimstat-reports.php:863
3518
  msgid "5 - 7 minutes"
3519
  msgstr "۵ تا ۷ دقیقه"
3520
 
3521
+ #: ../../admin/view/wp-slimstat-reports.php:869
3522
  msgid "7 - 10 minutes"
3523
  msgstr "۷ تا ۱۰ دقیقه"
3524
 
3525
+ #: ../../admin/view/wp-slimstat-reports.php:875
3526
  msgid "More than 10 minutes"
3527
  msgstr "بیش از ۱۰ دقیقه"
3528
 
3529
+ #: ../../admin/view/wp-slimstat-reports.php:884
3530
  msgid "Average time on site"
3531
  msgstr " میان‌گین دیدن از پایگاه"
3532
 
3533
+ #: ../../admin/view/wp-slimstat-reports.php:894
3534
  msgid ""
3535
  "A referrer (or referring site) is the site that a visitor previously visited "
3536
  "before following a link to your site."
3537
  msgstr ""
3538
  "ارجاع دهنده (یا پایگاه ارجاع دهنده) که بیننده را به پایگاه شما پیوند زده است."
3539
 
3540
+ #: ../../admin/view/wp-slimstat-reports.php:895
3541
  msgid "Unique Referrers"
3542
  msgstr "ارجاع‌دهنده‌های یکتا"
3543
 
3544
+ #: ../../admin/view/wp-slimstat-reports.php:896
3545
  msgid ""
3546
  "Visitors who visited the site by typing the URL directly into their browser. "
3547
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3552
  "کاربرانی که با استفاده از bookmarks/favorites، و یا از پیوندهایی در نامک و "
3553
  "مدارک که متغییر ردگیری ندارند نیز بشود."
3554
 
3555
+ #: ../../admin/view/wp-slimstat-reports.php:897
3556
  msgid "Direct Pageviews"
3557
  msgstr "مشاهده صفحات بی‌واسطه"
3558
 
3559
+ #: ../../admin/view/wp-slimstat-reports.php:898
3560
  msgid ""
3561
  "Visitors who came to your site via searches on Google or some other search "
3562
  "engine."
3563
  msgstr "کاربرانی که از گوگل یا سایر موتورهای جستجو به پایگاه شما آمده‌اند."
3564
 
3565
+ #: ../../admin/view/wp-slimstat-reports.php:899
3566
  msgid "From a search result"
3567
  msgstr "از نتایج جستجو"
3568
 
3569
+ #: ../../admin/view/wp-slimstat-reports.php:900
3570
  msgid ""
3571
  "The first page that a user views during a session. This is also known as the "
3572
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3577
  "به عنوان مثال اگر کاربری برای «بستنی» جستجو کند و در صفحه اصلی شما هدایت "
3578
  "شود، در آن جلسه به عنوان «صفحه ورودی» حساب میشود."
3579
 
3580
+ #: ../../admin/view/wp-slimstat-reports.php:901
3581
  msgid "Unique Landing Pages"
3582
  msgstr "صفحات فرودی خاص"
3583
 
3584
+ #: ../../admin/view/wp-slimstat-reports.php:902
3585
  msgid "Number of single-page visits to your site over the selected period."
3586
  msgstr "تعداد بازدید «تک-صفحه» به پایگاه شما در بازه زمانی انتخاب شده."
3587
 
3588
+ #: ../../admin/view/wp-slimstat-reports.php:903
3589
  msgid "Bounce Pages"
3590
  msgstr "صفحات وازده"
3591
 
3592
+ #: ../../admin/view/wp-slimstat-reports.php:905
3593
  msgid "New Visitors Rate"
3594
  msgstr "میزان بازدیدکنندگان جدید"
3595
 
3596
+ #: ../../admin/view/wp-slimstat-reports.php:906
3597
  msgid ""
3598
  "Visitors who visited the site in the last 5 minutes coming from a search "
3599
  "engine."
3600
  msgstr "کاربرانی که در ۵ دقیقه گذشته از یک موتور جستجو به پایگاه شما آمده‌اند."
3601
 
3602
+ #: ../../admin/view/wp-slimstat-reports.php:907
3603
  msgid "Currently from search engines"
3604
  msgstr "هم‌اکنون از موتورهای جستجو"
3605
 
3606
+ #: ../../admin/view/wp-slimstat-reports.php:975
3607
  msgid "Number of pages in your site included in Google's index."
3608
  msgstr "تعداد صفحاتی که در فهرست گوگل شمرده شده است."
3609
 
3610
+ #: ../../admin/view/wp-slimstat-reports.php:976
3611
  msgid "Google Index"
3612
  msgstr "اندیس گوگل"
3613
 
3614
+ #: ../../admin/view/wp-slimstat-reports.php:977
3615
  msgid "Number of pages, according to Google, that link back to your site."
3616
  msgstr "تعداد صفحات که به گفته گوگل به پایگاه پیوند میدهند. "
3617
 
3618
+ #: ../../admin/view/wp-slimstat-reports.php:978
3619
  msgid "Google Backlinks"
3620
  msgstr ""
3621
 
3622
+ #: ../../admin/view/wp-slimstat-reports.php:979
3623
  msgid ""
3624
  "How many times the Facebook Like button has been approximately clicked on "
3625
  "your site."
3626
  msgstr "چند بار Facebook Like در پایگاه شما کلیک شده است."
3627
 
3628
+ #: ../../admin/view/wp-slimstat-reports.php:980
3629
  msgid "Facebook Likes"
3630
  msgstr "لایک های فیسبوک"
3631
 
3632
+ #: ../../admin/view/wp-slimstat-reports.php:981
3633
  msgid ""
3634
  "How many times your site has been shared by someone on the social network."
3635
  msgstr "چند بار پایگاه شما در شبکه های اجتماعی بخش شده است"
3636
 
3637
+ #: ../../admin/view/wp-slimstat-reports.php:982
3638
  msgid "Facebook Shares"
3639
  msgstr "بخش های فیسبوک"
3640
 
3641
+ #: ../../admin/view/wp-slimstat-reports.php:983
3642
  msgid "How many times links to your website have been clicked on Facebook."
3643
  msgstr "چند بار پایگاه شما در Facebook فشار داده شده است."
3644
 
3645
+ #: ../../admin/view/wp-slimstat-reports.php:984
3646
  msgid "Facebook Clicks"
3647
  msgstr "Facebook Clicks"
3648
 
3649
+ #: ../../admin/view/wp-slimstat-reports.php:985
3650
  msgid ""
3651
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3652
  "traffic data."
3654
  "شرکت Alexa بخشی از Amazon.com میباشد که گزارش پایگاه های تبلیغاتی را انجام "
3655
  "میدهد."
3656
 
3657
+ #: ../../admin/view/wp-slimstat-reports.php:986
3658
  msgid "Alexa World Rank"
3659
  msgstr ""
3660
 
3661
+ #: ../../admin/view/wp-slimstat-reports.php:987
3662
  msgid "Alexa Country Rank"
3663
  msgstr ""
3664
 
3665
+ #: ../../admin/view/wp-slimstat-reports.php:988
3666
  msgid "Alexa Popularity"
3667
  msgstr ""
3668
 
3669
  # Unknown
3670
+ #: ../../admin/view/wp-slimstat-reports.php:995
3671
  msgid "c-xx"
3672
  msgstr "Unknown"
3673
 
3674
  # Afghanistan
3675
+ #: ../../admin/view/wp-slimstat-reports.php:995
3676
  msgid "c-af"
3677
  msgstr "Afghanistan"
3678
 
3679
  # Åland Islands
3680
+ #: ../../admin/view/wp-slimstat-reports.php:995
3681
  msgid "c-ax"
3682
  msgstr "Aland Islands"
3683
 
3684
  # Albania
3685
+ #: ../../admin/view/wp-slimstat-reports.php:995
3686
  msgid "c-al"
3687
  msgstr "Albania"
3688
 
3689
  # Algeria
3690
+ #: ../../admin/view/wp-slimstat-reports.php:995
3691
  msgid "c-dz"
3692
  msgstr "Algeria"
3693
 
3694
  # Andorra
3695
+ #: ../../admin/view/wp-slimstat-reports.php:995
3696
  msgid "c-ad"
3697
  msgstr "Andorra"
3698
 
3699
  # Angola
3700
+ #: ../../admin/view/wp-slimstat-reports.php:995
3701
  msgid "c-ao"
3702
  msgstr "Angola"
3703
 
3704
  # Anguilla
3705
+ #: ../../admin/view/wp-slimstat-reports.php:995
3706
  msgid "c-ai"
3707
  msgstr "Anguilla"
3708
 
3709
  # Antigua and Barbuda
3710
+ #: ../../admin/view/wp-slimstat-reports.php:995
3711
  msgid "c-ag"
3712
  msgstr "Antigua and Barbuda"
3713
 
3714
  # Argentina
3715
+ #: ../../admin/view/wp-slimstat-reports.php:995
3716
  msgid "c-ar"
3717
  msgstr "Argentina"
3718
 
3719
  # Armenia
3720
+ #: ../../admin/view/wp-slimstat-reports.php:995
3721
  msgid "c-am"
3722
  msgstr "Armenia"
3723
 
3724
  # Aruba
3725
+ #: ../../admin/view/wp-slimstat-reports.php:995
3726
  msgid "c-aw"
3727
  msgstr "Aruba"
3728
 
3729
  # Australia
3730
+ #: ../../admin/view/wp-slimstat-reports.php:995
3731
  msgid "c-au"
3732
  msgstr "Australia"
3733
 
3734
  # Austria
3735
+ #: ../../admin/view/wp-slimstat-reports.php:995
3736
  msgid "c-at"
3737
  msgstr "Austria"
3738
 
3739
  # Azerbaijan
3740
+ #: ../../admin/view/wp-slimstat-reports.php:995
3741
  msgid "c-az"
3742
  msgstr "Azerbaijan"
3743
 
3744
  # Bahamas
3745
+ #: ../../admin/view/wp-slimstat-reports.php:995
3746
  msgid "c-bs"
3747
  msgstr "Bahamas"
3748
 
3749
  # Bahrain
3750
+ #: ../../admin/view/wp-slimstat-reports.php:995
3751
  msgid "c-bh"
3752
  msgstr "Bahrain"
3753
 
3754
  # Bangladesh
3755
+ #: ../../admin/view/wp-slimstat-reports.php:995
3756
  msgid "c-bd"
3757
  msgstr "Bangladesh"
3758
 
3759
  # Barbados
3760
+ #: ../../admin/view/wp-slimstat-reports.php:995
3761
  msgid "c-bb"
3762
  msgstr "Barbados"
3763
 
3764
  # Belarus
3765
+ #: ../../admin/view/wp-slimstat-reports.php:995
3766
  msgid "c-by"
3767
  msgstr "Belarus"
3768
 
3769
  # Belgium
3770
+ #: ../../admin/view/wp-slimstat-reports.php:995
3771
  msgid "c-be"
3772
  msgstr "Belgium"
3773
 
3774
  # Belize
3775
+ #: ../../admin/view/wp-slimstat-reports.php:995
3776
  msgid "c-bz"
3777
  msgstr "Belize"
3778
 
3779
  # Benin
3780
+ #: ../../admin/view/wp-slimstat-reports.php:995
3781
  msgid "c-bj"
3782
  msgstr "Benin"
3783
 
3784
  # Bermuda
3785
+ #: ../../admin/view/wp-slimstat-reports.php:995
3786
  msgid "c-bm"
3787
  msgstr "Bermuda"
3788
 
3789
  # Bhutan
3790
+ #: ../../admin/view/wp-slimstat-reports.php:995
3791
  msgid "c-bt"
3792
  msgstr "Bhutan"
3793
 
3794
  # Bolivia
3795
+ #: ../../admin/view/wp-slimstat-reports.php:995
3796
  msgid "c-bo"
3797
  msgstr "Bolivia"
3798
 
3799
  # Bosnia and Herzegovina
3800
+ #: ../../admin/view/wp-slimstat-reports.php:995
3801
  msgid "c-ba"
3802
  msgstr "Bosnia and Herzegovina"
3803
 
3804
  # Botswana
3805
+ #: ../../admin/view/wp-slimstat-reports.php:995
3806
  msgid "c-bw"
3807
  msgstr "Botswana"
3808
 
3809
  # Brazil
3810
+ #: ../../admin/view/wp-slimstat-reports.php:995
3811
  msgid "c-br"
3812
  msgstr "Brazil"
3813
 
3814
  # Brunei Darussalam
3815
+ #: ../../admin/view/wp-slimstat-reports.php:995
3816
  msgid "c-bn"
3817
  msgstr "Brunei Darussalam"
3818
 
3819
  # Bulgaria
3820
+ #: ../../admin/view/wp-slimstat-reports.php:995
3821
  msgid "c-bg"
3822
  msgstr "Bulgaria"
3823
 
3824
  # Burkina Faso
3825
+ #: ../../admin/view/wp-slimstat-reports.php:995
3826
  msgid "c-bf"
3827
  msgstr "Burkina Faso"
3828
 
3829
  # Burundi
3830
+ #: ../../admin/view/wp-slimstat-reports.php:995
3831
  msgid "c-bi"
3832
  msgstr "Burundi"
3833
 
3834
  # Cambodia
3835
+ #: ../../admin/view/wp-slimstat-reports.php:995
3836
  msgid "c-kh"
3837
  msgstr "Cambodia"
3838
 
3839
  # Cameroon
3840
+ #: ../../admin/view/wp-slimstat-reports.php:995
3841
  msgid "c-cm"
3842
  msgstr "Cameroon"
3843
 
3844
  # Canada
3845
+ #: ../../admin/view/wp-slimstat-reports.php:995
3846
  msgid "c-ca"
3847
  msgstr "Canada"
3848
 
3849
  # Cape Verde
3850
+ #: ../../admin/view/wp-slimstat-reports.php:995
3851
  msgid "c-cv"
3852
  msgstr "Cape Verde"
3853
 
3854
  # Cayman Islands
3855
+ #: ../../admin/view/wp-slimstat-reports.php:995
3856
  msgid "c-ky"
3857
  msgstr "Cayman Islands"
3858
 
3859
  # Central African Republic
3860
+ #: ../../admin/view/wp-slimstat-reports.php:995
3861
  msgid "c-cf"
3862
  msgstr "Central African Republic"
3863
 
3864
  # Chad
3865
+ #: ../../admin/view/wp-slimstat-reports.php:995
3866
  msgid "c-td"
3867
  msgstr "Chad"
3868
 
3869
  # Chile
3870
+ #: ../../admin/view/wp-slimstat-reports.php:995
3871
  msgid "c-cl"
3872
  msgstr "Chile"
3873
 
3874
  # China
3875
+ #: ../../admin/view/wp-slimstat-reports.php:995
3876
  msgid "c-cn"
3877
  msgstr "China"
3878
 
3879
  # Colombia
3880
+ #: ../../admin/view/wp-slimstat-reports.php:995
3881
  msgid "c-co"
3882
  msgstr "Colombia"
3883
 
3884
  # Comoros
3885
+ #: ../../admin/view/wp-slimstat-reports.php:995
3886
  msgid "c-km"
3887
  msgstr "Comoros"
3888
 
3889
  # Congo
3890
+ #: ../../admin/view/wp-slimstat-reports.php:995
3891
  msgid "c-cg"
3892
  msgstr "Congo"
3893
 
3894
  # The Democratic Republic of the Congo
3895
+ #: ../../admin/view/wp-slimstat-reports.php:995
3896
  msgid "c-cd"
3897
  msgstr "The Democratic Republic of the Congo"
3898
 
3899
  # Costa Rica
3900
+ #: ../../admin/view/wp-slimstat-reports.php:995
3901
  msgid "c-cr"
3902
  msgstr "Costa Rica"
3903
 
3904
  # Côte d'Ivoire
3905
+ #: ../../admin/view/wp-slimstat-reports.php:995
3906
  msgid "c-ci"
3907
  msgstr "Côte d'Ivoire"
3908
 
3909
  # Croatia
3910
+ #: ../../admin/view/wp-slimstat-reports.php:995
3911
  msgid "c-hr"
3912
  msgstr "Croatia"
3913
 
3914
  # Cuba
3915
+ #: ../../admin/view/wp-slimstat-reports.php:995
3916
  msgid "c-cu"
3917
  msgstr "Cuba"
3918
 
3919
  # Cyprus
3920
+ #: ../../admin/view/wp-slimstat-reports.php:995
3921
  msgid "c-cy"
3922
  msgstr "Cyprus"
3923
 
3924
  # Czech Republic
3925
+ #: ../../admin/view/wp-slimstat-reports.php:995
3926
  msgid "c-cz"
3927
  msgstr "Czech Republic"
3928
 
3929
  # Denmark
3930
+ #: ../../admin/view/wp-slimstat-reports.php:995
3931
  msgid "c-dk"
3932
  msgstr "Denmark"
3933
 
3934
  # Djibouti
3935
+ #: ../../admin/view/wp-slimstat-reports.php:995
3936
  msgid "c-dj"
3937
  msgstr "Djibouti"
3938
 
3939
  # Dominica
3940
+ #: ../../admin/view/wp-slimstat-reports.php:995
3941
  msgid "c-dm"
3942
  msgstr "Dominica"
3943
 
3944
  # Dominican Republic
3945
+ #: ../../admin/view/wp-slimstat-reports.php:995
3946
  msgid "c-do"
3947
  msgstr "Dominican Republic"
3948
 
3949
  # Ecuador
3950
+ #: ../../admin/view/wp-slimstat-reports.php:995
3951
  msgid "c-ec"
3952
  msgstr "Ecuador"
3953
 
3954
  # Egypt
3955
+ #: ../../admin/view/wp-slimstat-reports.php:995
3956
  msgid "c-eg"
3957
  msgstr "Egypt"
3958
 
3959
  # El Salvador
3960
+ #: ../../admin/view/wp-slimstat-reports.php:995
3961
  msgid "c-sv"
3962
  msgstr "El Salvador"
3963
 
3964
  # Equatorial Guinea
3965
+ #: ../../admin/view/wp-slimstat-reports.php:995
3966
  msgid "c-gq"
3967
  msgstr "Equatorial Guinea"
3968
 
3969
  # Eritrea
3970
+ #: ../../admin/view/wp-slimstat-reports.php:995
3971
  msgid "c-er"
3972
  msgstr "Eritrea"
3973
 
3974
  # Estonia
3975
+ #: ../../admin/view/wp-slimstat-reports.php:995
3976
  msgid "c-ee"
3977
  msgstr "Estonia"
3978
 
3979
  # Ethiopia
3980
+ #: ../../admin/view/wp-slimstat-reports.php:995
3981
  msgid "c-et"
3982
  msgstr "Ethiopia"
3983
 
3984
  # Faroe Islands
3985
+ #: ../../admin/view/wp-slimstat-reports.php:995
3986
  msgid "c-fo"
3987
  msgstr "Faroe Islands"
3988
 
3989
  # Falkland Islands (Malvinas)
3990
+ #: ../../admin/view/wp-slimstat-reports.php:995
3991
  msgid "c-fk"
3992
  msgstr "Falkland Islands (Malvinas)"
3993
 
3994
  # Fiji
3995
+ #: ../../admin/view/wp-slimstat-reports.php:995
3996
  msgid "c-fj"
3997
  msgstr "Fiji"
3998
 
3999
  # Finland
4000
+ #: ../../admin/view/wp-slimstat-reports.php:995
4001
  msgid "c-fi"
4002
  msgstr "Finland"
4003
 
4004
  # France
4005
+ #: ../../admin/view/wp-slimstat-reports.php:995
4006
  msgid "c-fr"
4007
  msgstr "France"
4008
 
4009
  # French Guiana
4010
+ #: ../../admin/view/wp-slimstat-reports.php:995
4011
  msgid "c-gf"
4012
  msgstr "French Guiana"
4013
 
4014
  # Gabon
4015
+ #: ../../admin/view/wp-slimstat-reports.php:995
4016
  msgid "c-ga"
4017
  msgstr "Gabon"
4018
 
4019
  # Gambia
4020
+ #: ../../admin/view/wp-slimstat-reports.php:995
4021
  msgid "c-gm"
4022
  msgstr "Gambia"
4023
 
4024
  # Georgia
4025
+ #: ../../admin/view/wp-slimstat-reports.php:995
4026
  msgid "c-ge"
4027
  msgstr "Georgia"
4028
 
4029
  # Germany
4030
+ #: ../../admin/view/wp-slimstat-reports.php:995
4031
  msgid "c-de"
4032
  msgstr "Germany"
4033
 
4034
  # Ghana
4035
+ #: ../../admin/view/wp-slimstat-reports.php:995
4036
  msgid "c-gh"
4037
  msgstr "Ghana"
4038
 
4039
  # Greece
4040
+ #: ../../admin/view/wp-slimstat-reports.php:995
4041
  msgid "c-gr"
4042
  msgstr "Greece"
4043
 
4044
  # Greenland
4045
+ #: ../../admin/view/wp-slimstat-reports.php:995
4046
  msgid "c-gl"
4047
  msgstr "Greenland"
4048
 
4049
  # Grenada
4050
+ #: ../../admin/view/wp-slimstat-reports.php:995
4051
  msgid "c-gd"
4052
  msgstr "Grenada"
4053
 
4054
  # Guadeloupe
4055
+ #: ../../admin/view/wp-slimstat-reports.php:995
4056
  msgid "c-gp"
4057
  msgstr "Guadeloupe"
4058
 
4059
  # Guatemala
4060
+ #: ../../admin/view/wp-slimstat-reports.php:995
4061
  msgid "c-gt"
4062
  msgstr "Guatemala"
4063
 
4064
  # Guinea
4065
+ #: ../../admin/view/wp-slimstat-reports.php:995
4066
  msgid "c-gn"
4067
  msgstr "Guinea"
4068
 
4069
  # Guinea-Bissau
4070
+ #: ../../admin/view/wp-slimstat-reports.php:995
4071
  msgid "c-gw"
4072
  msgstr "Guinea-Bissau"
4073
 
4074
  # Guyana
4075
+ #: ../../admin/view/wp-slimstat-reports.php:995
4076
  msgid "c-gy"
4077
  msgstr "Guyana"
4078
 
4079
  # Haiti
4080
+ #: ../../admin/view/wp-slimstat-reports.php:995
4081
  msgid "c-ht"
4082
  msgstr "Haiti"
4083
 
4084
  # Honduras
4085
+ #: ../../admin/view/wp-slimstat-reports.php:995
4086
  msgid "c-hn"
4087
  msgstr "Honduras"
4088
 
4089
  # Hong Kong
4090
+ #: ../../admin/view/wp-slimstat-reports.php:995
4091
  msgid "c-hk"
4092
  msgstr "Hong Kong"
4093
 
4094
  # Hungary
4095
+ #: ../../admin/view/wp-slimstat-reports.php:995
4096
  msgid "c-hu"
4097
  msgstr "Hungary"
4098
 
4099
  # Iceland
4100
+ #: ../../admin/view/wp-slimstat-reports.php:995
4101
  msgid "c-is"
4102
  msgstr "Iceland"
4103
 
4104
  # India
4105
+ #: ../../admin/view/wp-slimstat-reports.php:995
4106
  msgid "c-in"
4107
  msgstr "India"
4108
 
4109
  # Indonesia
4110
+ #: ../../admin/view/wp-slimstat-reports.php:995
4111
  msgid "c-id"
4112
  msgstr "Indonesia"
4113
 
4114
  # Islamic Republic of Iran
4115
+ #: ../../admin/view/wp-slimstat-reports.php:995
4116
  msgid "c-ir"
4117
  msgstr "Islamic Republic of Iran"
4118
 
4119
  # Iraq
4120
+ #: ../../admin/view/wp-slimstat-reports.php:995
4121
  msgid "c-iq"
4122
  msgstr "Iraq"
4123
 
4124
  # Ireland
4125
+ #: ../../admin/view/wp-slimstat-reports.php:995
4126
  msgid "c-ie"
4127
  msgstr "Ireland"
4128
 
4129
  # Israel
4130
+ #: ../../admin/view/wp-slimstat-reports.php:995
4131
  msgid "c-il"
4132
  msgstr "Israel"
4133
 
4134
  # Italy
4135
+ #: ../../admin/view/wp-slimstat-reports.php:995
4136
  msgid "c-it"
4137
  msgstr "Italy"
4138
 
4139
  # Jamaica
4140
+ #: ../../admin/view/wp-slimstat-reports.php:995
4141
  msgid "c-jm"
4142
  msgstr "Jamaica"
4143
 
4144
  # Japan
4145
+ #: ../../admin/view/wp-slimstat-reports.php:995
4146
  msgid "c-jp"
4147
  msgstr "Japan"
4148
 
4149
  # Jordan
4150
+ #: ../../admin/view/wp-slimstat-reports.php:995
4151
  msgid "c-jo"
4152
  msgstr "Jordan"
4153
 
4154
  # Kazakhstan
4155
+ #: ../../admin/view/wp-slimstat-reports.php:995
4156
  msgid "c-kz"
4157
  msgstr "Kazakhstan"
4158
 
4159
  # Kenya
4160
+ #: ../../admin/view/wp-slimstat-reports.php:995
4161
  msgid "c-ke"
4162
  msgstr "Kenya"
4163
 
4164
  # Nauru
4165
+ #: ../../admin/view/wp-slimstat-reports.php:995
4166
  msgid "c-nr"
4167
  msgstr "Nauru"
4168
 
4169
  # Democratic People's Republic of Korea
4170
+ #: ../../admin/view/wp-slimstat-reports.php:995
4171
  msgid "c-kp"
4172
  msgstr "Democratic People's Republic of Korea"
4173
 
4174
  # Republic of Korea
4175
+ #: ../../admin/view/wp-slimstat-reports.php:995
4176
  msgid "c-kr"
4177
  msgstr "Republic of Korea"
4178
 
4179
+ #: ../../admin/view/wp-slimstat-reports.php:995
4180
  msgid "c-kv"
4181
  msgstr ""
4182
 
4183
  # Kuwait
4184
+ #: ../../admin/view/wp-slimstat-reports.php:995
4185
  msgid "c-kw"
4186
  msgstr "Kuwait"
4187
 
4188
  # Kyrgyzstan
4189
+ #: ../../admin/view/wp-slimstat-reports.php:995
4190
  msgid "c-kg"
4191
  msgstr "Kyrgyzstan"
4192
 
4193
  # Lao People's Democratic Republic
4194
+ #: ../../admin/view/wp-slimstat-reports.php:995
4195
  msgid "c-la"
4196
  msgstr "Lao People's Democratic Republic"
4197
 
4198
  # Latvia
4199
+ #: ../../admin/view/wp-slimstat-reports.php:995
4200
  msgid "c-lv"
4201
  msgstr "Latvia"
4202
 
4203
  # Lebanon
4204
+ #: ../../admin/view/wp-slimstat-reports.php:995
4205
  msgid "c-lb"
4206
  msgstr "Lebanon"
4207
 
4208
  # Lesotho
4209
+ #: ../../admin/view/wp-slimstat-reports.php:995
4210
  msgid "c-ls"
4211
  msgstr "Lesotho"
4212
 
4213
  # Liberia
4214
+ #: ../../admin/view/wp-slimstat-reports.php:995
4215
  msgid "c-lr"
4216
  msgstr "Liberia"
4217
 
4218
  # Libyan Arab Jamahiriya
4219
+ #: ../../admin/view/wp-slimstat-reports.php:995
4220
  msgid "c-ly"
4221
  msgstr "Libyan Arab Jamahiriya"
4222
 
4223
  # Liechtenstein
4224
+ #: ../../admin/view/wp-slimstat-reports.php:995
4225
  msgid "c-li"
4226
  msgstr "Liechtenstein"
4227
 
4228
  # Lithuania
4229
+ #: ../../admin/view/wp-slimstat-reports.php:995
4230
  msgid "c-lt"
4231
  msgstr "Lithuania"
4232
 
4233
  # Luxembourg
4234
+ #: ../../admin/view/wp-slimstat-reports.php:995
4235
  msgid "c-lu"
4236
  msgstr "Luxembourg"
4237
 
4238
  # The Former Yugoslav Republic of Macedonia
4239
+ #: ../../admin/view/wp-slimstat-reports.php:995
4240
  msgid "c-mk"
4241
  msgstr "The Former Yugoslav Republic of Macedonia"
4242
 
4243
  # Madagascar
4244
+ #: ../../admin/view/wp-slimstat-reports.php:995
4245
  msgid "c-mg"
4246
  msgstr "Madagascar"
4247
 
4248
  # Malawi
4249
+ #: ../../admin/view/wp-slimstat-reports.php:995
4250
  msgid "c-mw"
4251
  msgstr "Malawi"
4252
 
4253
  # Malaysia
4254
+ #: ../../admin/view/wp-slimstat-reports.php:995
4255
  msgid "c-my"
4256
  msgstr "Malaysia"
4257
 
4258
  # Mali
4259
+ #: ../../admin/view/wp-slimstat-reports.php:995
4260
  msgid "c-ml"
4261
  msgstr "Mali"
4262
 
4263
  # Malta
4264
+ #: ../../admin/view/wp-slimstat-reports.php:995
4265
  msgid "c-mt"
4266
  msgstr "Malta"
4267
 
4268
  # Martinique
4269
+ #: ../../admin/view/wp-slimstat-reports.php:995
4270
  msgid "c-mq"
4271
  msgstr "Martinique"
4272
 
4273
  # Mauritania
4274
+ #: ../../admin/view/wp-slimstat-reports.php:995
4275
  msgid "c-mr"
4276
  msgstr "Mauritania"
4277
 
4278
  # Mauritius
4279
+ #: ../../admin/view/wp-slimstat-reports.php:995
4280
  msgid "c-mu"
4281
  msgstr "Mauritius"
4282
 
4283
  # Mexico
4284
+ #: ../../admin/view/wp-slimstat-reports.php:995
4285
  msgid "c-mx"
4286
  msgstr "Mexico"
4287
 
4288
  # Moldova
4289
+ #: ../../admin/view/wp-slimstat-reports.php:995
4290
  msgid "c-md"
4291
  msgstr "Moldova"
4292
 
4293
  # Mongolia
4294
+ #: ../../admin/view/wp-slimstat-reports.php:995
4295
  msgid "c-mn"
4296
  msgstr "Mongolia"
4297
 
4298
  # Montenegro
4299
+ #: ../../admin/view/wp-slimstat-reports.php:995
4300
  msgid "c-me"
4301
  msgstr "Montenegro"
4302
 
4303
  # Montserrat
4304
+ #: ../../admin/view/wp-slimstat-reports.php:995
4305
  msgid "c-ms"
4306
  msgstr "Montserrat"
4307
 
4308
  # Morocco
4309
+ #: ../../admin/view/wp-slimstat-reports.php:995
4310
  msgid "c-ma"
4311
  msgstr "Morocco"
4312
 
4313
  # Mozambique
4314
+ #: ../../admin/view/wp-slimstat-reports.php:995
4315
  msgid "c-mz"
4316
  msgstr "Mozambique"
4317
 
4318
  # Myanmar
4319
+ #: ../../admin/view/wp-slimstat-reports.php:995
4320
  msgid "c-mm"
4321
  msgstr "Myanmar"
4322
 
4323
  # Namibia
4324
+ #: ../../admin/view/wp-slimstat-reports.php:995
4325
  msgid "c-na"
4326
  msgstr "Namibia"
4327
 
4328
  # Nepal
4329
+ #: ../../admin/view/wp-slimstat-reports.php:995
4330
  msgid "c-np"
4331
  msgstr "Nepal"
4332
 
4333
  # Netherlands
4334
+ #: ../../admin/view/wp-slimstat-reports.php:995
4335
  msgid "c-nl"
4336
  msgstr "Netherlands"
4337
 
4338
  # New Caledonia
4339
+ #: ../../admin/view/wp-slimstat-reports.php:995
4340
  msgid "c-nc"
4341
  msgstr "New Caledonia"
4342
 
4343
  # New Zealand
4344
+ #: ../../admin/view/wp-slimstat-reports.php:995
4345
  msgid "c-nz"
4346
  msgstr "New Zealand"
4347
 
4348
  # Nicaragua
4349
+ #: ../../admin/view/wp-slimstat-reports.php:995
4350
  msgid "c-ni"
4351
  msgstr "Nicaragua"
4352
 
4353
  # Niger
4354
+ #: ../../admin/view/wp-slimstat-reports.php:995
4355
  msgid "c-ne"
4356
  msgstr "Niger"
4357
 
4358
  # Nigeria
4359
+ #: ../../admin/view/wp-slimstat-reports.php:995
4360
  msgid "c-ng"
4361
  msgstr "Nigeria"
4362
 
4363
  # Norway
4364
+ #: ../../admin/view/wp-slimstat-reports.php:995
4365
  msgid "c-no"
4366
  msgstr "Norway"
4367
 
4368
  # Oman
4369
+ #: ../../admin/view/wp-slimstat-reports.php:995
4370
  msgid "c-om"
4371
  msgstr "Oman"
4372
 
4373
  # Pakistan
4374
+ #: ../../admin/view/wp-slimstat-reports.php:995
4375
  msgid "c-pk"
4376
  msgstr "Pakistan"
4377
 
4378
  # Palau
4379
+ #: ../../admin/view/wp-slimstat-reports.php:995
4380
  msgid "c-pw"
4381
  msgstr "Palau"
4382
 
4383
  # Occupied Palestinian Territory
4384
+ #: ../../admin/view/wp-slimstat-reports.php:995
4385
  msgid "c-ps"
4386
  msgstr "Occupied Palestinian Territory"
4387
 
4388
  # Panama
4389
+ #: ../../admin/view/wp-slimstat-reports.php:995
4390
  msgid "c-pa"
4391
  msgstr "Panama"
4392
 
4393
  # Papua New Guinea
4394
+ #: ../../admin/view/wp-slimstat-reports.php:995
4395
  msgid "c-pg"
4396
  msgstr "Papua New Guinea"
4397
 
4398
  # Paraguay
4399
+ #: ../../admin/view/wp-slimstat-reports.php:995
4400
  msgid "c-py"
4401
  msgstr "Paraguay"
4402
 
4403
  # Peru
4404
+ #: ../../admin/view/wp-slimstat-reports.php:995
4405
  msgid "c-pe"
4406
  msgstr "Peru"
4407
 
4408
  # Philippines
4409
+ #: ../../admin/view/wp-slimstat-reports.php:995
4410
  msgid "c-ph"
4411
  msgstr "Philippines"
4412
 
4413
  # Poland
4414
+ #: ../../admin/view/wp-slimstat-reports.php:995
4415
  msgid "c-pl"
4416
  msgstr "Poland"
4417
 
4418
  # Portugal
4419
+ #: ../../admin/view/wp-slimstat-reports.php:995
4420
  msgid "c-pt"
4421
  msgstr "Portugal"
4422
 
4423
  # Puerto Rico
4424
+ #: ../../admin/view/wp-slimstat-reports.php:995
4425
  msgid "c-pr"
4426
  msgstr "Puerto Rico"
4427
 
4428
  # Qatar
4429
+ #: ../../admin/view/wp-slimstat-reports.php:995
4430
  msgid "c-qa"
4431
  msgstr "Qatar"
4432
 
4433
  # Réunion
4434
+ #: ../../admin/view/wp-slimstat-reports.php:995
4435
  msgid "c-re"
4436
  msgstr "Réunion"
4437
 
4438
  # Romania
4439
+ #: ../../admin/view/wp-slimstat-reports.php:995
4440
  msgid "c-ro"
4441
  msgstr "Romania"
4442
 
4443
  # Russian Federation
4444
+ #: ../../admin/view/wp-slimstat-reports.php:995
4445
  msgid "c-ru"
4446
  msgstr "Russian Federation"
4447
 
4448
  # Rwanda
4449
+ #: ../../admin/view/wp-slimstat-reports.php:995
4450
  msgid "c-rw"
4451
  msgstr "Rwanda"
4452
 
4453
  # Saint Kitts and Nevis
4454
+ #: ../../admin/view/wp-slimstat-reports.php:995
4455
  msgid "c-kn"
4456
  msgstr "Saint Kitts and Nevis"
4457
 
4458
  # Saint Lucia
4459
+ #: ../../admin/view/wp-slimstat-reports.php:995
4460
  msgid "c-lc"
4461
  msgstr "Saint Lucia"
4462
 
4463
  # Saint Martin
4464
+ #: ../../admin/view/wp-slimstat-reports.php:995
4465
  msgid "c-mf"
4466
  msgstr "Saint Martin"
4467
 
4468
  # Saint Vincent and the Grenadines
4469
+ #: ../../admin/view/wp-slimstat-reports.php:995
4470
  msgid "c-vc"
4471
  msgstr "Saint Vincent and the Grenadines"
4472
 
4473
  # Samoa
4474
+ #: ../../admin/view/wp-slimstat-reports.php:995
4475
  msgid "c-ws"
4476
  msgstr "Samoa"
4477
 
4478
  # Sao Tome and Principe
4479
+ #: ../../admin/view/wp-slimstat-reports.php:995
4480
  msgid "c-st"
4481
  msgstr "Sao Tome and Principe"
4482
 
4483
  # Saudi Arabia
4484
+ #: ../../admin/view/wp-slimstat-reports.php:995
4485
  msgid "c-sa"
4486
  msgstr "Saudi Arabia"
4487
 
4488
  # Senegal
4489
+ #: ../../admin/view/wp-slimstat-reports.php:995
4490
  msgid "c-sn"
4491
  msgstr "Senegal"
4492
 
4493
  # Serbia
4494
+ #: ../../admin/view/wp-slimstat-reports.php:995
4495
  msgid "c-rs"
4496
  msgstr "Serbia"
4497
 
4498
  # Sierra Leone
4499
+ #: ../../admin/view/wp-slimstat-reports.php:995
4500
  msgid "c-sl"
4501
  msgstr "Sierra Leone"
4502
 
4503
  # Singapore
4504
+ #: ../../admin/view/wp-slimstat-reports.php:995
4505
  msgid "c-sg"
4506
  msgstr "Singapore"
4507
 
4508
  # Slovakia
4509
+ #: ../../admin/view/wp-slimstat-reports.php:995
4510
  msgid "c-sk"
4511
  msgstr "Slovakia"
4512
 
4513
  # Slovenia
4514
+ #: ../../admin/view/wp-slimstat-reports.php:995
4515
  msgid "c-si"
4516
  msgstr "Slovenia"
4517
 
4518
  # Solomon Islands
4519
+ #: ../../admin/view/wp-slimstat-reports.php:995
4520
  msgid "c-sb"
4521
  msgstr "Solomon Islands"
4522
 
4523
  # Somalia
4524
+ #: ../../admin/view/wp-slimstat-reports.php:995
4525
  msgid "c-so"
4526
  msgstr "Somalia"
4527
 
4528
  # South Africa
4529
+ #: ../../admin/view/wp-slimstat-reports.php:995
4530
  msgid "c-za"
4531
  msgstr "South Africa"
4532
 
4533
  # South Georgia and the South Sandwich Islands
4534
+ #: ../../admin/view/wp-slimstat-reports.php:995
4535
  msgid "c-gs"
4536
  msgstr "South Georgia and the South Sandwich Islands"
4537
 
4538
  # Spain
4539
+ #: ../../admin/view/wp-slimstat-reports.php:995
4540
  msgid "c-es"
4541
  msgstr "Spain"
4542
 
4543
  # Sri Lanka
4544
+ #: ../../admin/view/wp-slimstat-reports.php:995
4545
  msgid "c-lk"
4546
  msgstr "Sri Lanka"
4547
 
4548
+ #: ../../admin/view/wp-slimstat-reports.php:995
4549
  msgid "c-sc"
4550
  msgstr "Seychelles"
4551
 
4552
  # Sudan
4553
+ #: ../../admin/view/wp-slimstat-reports.php:995
4554
  msgid "c-sd"
4555
  msgstr "Sudan"
4556
 
4557
+ #: ../../admin/view/wp-slimstat-reports.php:995
4558
  msgid "c-ss"
4559
  msgstr ""
4560
 
4561
  # Suriname
4562
+ #: ../../admin/view/wp-slimstat-reports.php:995
4563
  msgid "c-sr"
4564
  msgstr "Suriname"
4565
 
4566
  # Svalbard and Jan Mayen
4567
+ #: ../../admin/view/wp-slimstat-reports.php:995
4568
  msgid "c-sj"
4569
  msgstr "Svalbard and Jan Mayen"
4570
 
4571
  # Swaziland
4572
+ #: ../../admin/view/wp-slimstat-reports.php:995
4573
  msgid "c-sz"
4574
  msgstr "Swaziland"
4575
 
4576
  # Sweden
4577
+ #: ../../admin/view/wp-slimstat-reports.php:995
4578
  msgid "c-se"
4579
  msgstr "Sweden"
4580
 
4581
  # Switzerland
4582
+ #: ../../admin/view/wp-slimstat-reports.php:995
4583
  msgid "c-ch"
4584
  msgstr "Switzerland"
4585
 
4586
  # Syrian Arab Republic
4587
+ #: ../../admin/view/wp-slimstat-reports.php:995
4588
  msgid "c-sy"
4589
  msgstr "Syrian Arab Republic"
4590
 
4591
  # Taiwan, Province of China
4592
+ #: ../../admin/view/wp-slimstat-reports.php:995
4593
  msgid "c-tw"
4594
  msgstr "Taiwan"
4595
 
4596
  # Tajikistan
4597
+ #: ../../admin/view/wp-slimstat-reports.php:995
4598
  msgid "c-tj"
4599
  msgstr "Tajikistan"
4600
 
4601
  # United Republic of Tanzania
4602
+ #: ../../admin/view/wp-slimstat-reports.php:995
4603
  msgid "c-tz"
4604
  msgstr "United Republic of Tanzania"
4605
 
4606
  # Thailand
4607
+ #: ../../admin/view/wp-slimstat-reports.php:995
4608
  msgid "c-th"
4609
  msgstr "Thailand"
4610
 
4611
  # Timor-Leste
4612
+ #: ../../admin/view/wp-slimstat-reports.php:995
4613
  msgid "c-tl"
4614
  msgstr "Timor-Leste"
4615
 
4616
  # Togo
4617
+ #: ../../admin/view/wp-slimstat-reports.php:995
4618
  msgid "c-tg"
4619
  msgstr "Togo"
4620
 
4621
  # Tonga
4622
+ #: ../../admin/view/wp-slimstat-reports.php:995
4623
  msgid "c-to"
4624
  msgstr "Tonga"
4625
 
4626
  # Trinidad and Tobago
4627
+ #: ../../admin/view/wp-slimstat-reports.php:995
4628
  msgid "c-tt"
4629
  msgstr "Trinidad and Tobago"
4630
 
4631
  # Tunisia
4632
+ #: ../../admin/view/wp-slimstat-reports.php:995
4633
  msgid "c-tn"
4634
  msgstr "Tunisia"
4635
 
4636
  # Turkey
4637
+ #: ../../admin/view/wp-slimstat-reports.php:995
4638
  msgid "c-tr"
4639
  msgstr "Turkey"
4640
 
4641
  # Turkmenistan
4642
+ #: ../../admin/view/wp-slimstat-reports.php:995
4643
  msgid "c-tm"
4644
  msgstr "Turkmenistan"
4645
 
4646
  # Turks and Caicos Islands
4647
+ #: ../../admin/view/wp-slimstat-reports.php:995
4648
  msgid "c-tc"
4649
  msgstr "Turks and Caicos Islands"
4650
 
4651
  # Uganda
4652
+ #: ../../admin/view/wp-slimstat-reports.php:995
4653
  msgid "c-ug"
4654
  msgstr "Uganda"
4655
 
4656
  # Ukraine
4657
+ #: ../../admin/view/wp-slimstat-reports.php:995
4658
  msgid "c-ua"
4659
  msgstr "Ukraine"
4660
 
4661
  # United Arab Emirates
4662
+ #: ../../admin/view/wp-slimstat-reports.php:995
4663
  msgid "c-ae"
4664
  msgstr "United Arab Emirates"
4665
 
4666
  # United Kingdom
4667
+ #: ../../admin/view/wp-slimstat-reports.php:995
4668
  msgid "c-gb"
4669
  msgstr "United Kingdom"
4670
 
4671
  # United States
4672
+ #: ../../admin/view/wp-slimstat-reports.php:995
4673
  msgid "c-us"
4674
  msgstr "United States"
4675
 
4676
  # Uruguay
4677
+ #: ../../admin/view/wp-slimstat-reports.php:995
4678
  msgid "c-uy"
4679
  msgstr "Uruguay"
4680
 
4681
  # Uzbekistan
4682
+ #: ../../admin/view/wp-slimstat-reports.php:995
4683
  msgid "c-uz"
4684
  msgstr "Uzbekistan"
4685
 
4686
  # Vanuatu
4687
+ #: ../../admin/view/wp-slimstat-reports.php:995
4688
  msgid "c-vu"
4689
  msgstr "Vanuatu"
4690
 
4691
  # Venezuela
4692
+ #: ../../admin/view/wp-slimstat-reports.php:995
4693
  msgid "c-ve"
4694
  msgstr "Venezuela"
4695
 
4696
  # Viet Nam
4697
+ #: ../../admin/view/wp-slimstat-reports.php:995
4698
  msgid "c-vn"
4699
  msgstr "Viet Nam"
4700
 
4701
  # British Virgin Islands
4702
+ #: ../../admin/view/wp-slimstat-reports.php:995
4703
  msgid "c-vg"
4704
  msgstr "British Virgin Islands"
4705
 
4706
  # U.S. Virgin Islands
4707
+ #: ../../admin/view/wp-slimstat-reports.php:995
4708
  msgid "c-vi"
4709
  msgstr "U.S. Virgin Islands"
4710
 
4711
  # Western Sahara
4712
+ #: ../../admin/view/wp-slimstat-reports.php:995
4713
  msgid "c-eh"
4714
  msgstr "Western Sahara"
4715
 
4716
  # Yemen
4717
+ #: ../../admin/view/wp-slimstat-reports.php:995
4718
  msgid "c-ye"
4719
  msgstr "Yemen"
4720
 
4721
  # Zambia
4722
+ #: ../../admin/view/wp-slimstat-reports.php:995
4723
  msgid "c-zm"
4724
  msgstr "Zambia"
4725
 
4726
  # Zimbabwe
4727
+ #: ../../admin/view/wp-slimstat-reports.php:995
4728
  msgid "c-zw"
4729
  msgstr "Zimbabwe"
4730
 
4731
  # Guernsey
4732
+ #: ../../admin/view/wp-slimstat-reports.php:995
4733
  msgid "c-gg"
4734
  msgstr "Guernsey"
4735
 
4736
  # Jersey
4737
+ #: ../../admin/view/wp-slimstat-reports.php:995
4738
  msgid "c-je"
4739
  msgstr "Jersey"
4740
 
4741
  # Isle of Man
4742
+ #: ../../admin/view/wp-slimstat-reports.php:995
4743
  msgid "c-im"
4744
  msgstr "Isle of Man"
4745
 
4746
  # Maldives
4747
+ #: ../../admin/view/wp-slimstat-reports.php:995
4748
  msgid "c-mv"
4749
  msgstr "Maldives"
4750
 
4751
+ #: ../../admin/view/wp-slimstat-reports.php:996
4752
  msgid "c-eu"
4753
  msgstr ""
4754
 
4755
+ #: ../../admin/view/wp-slimstat-reports.php:1085
4756
  msgid ""
4757
  "This value includes not only posts, but also custom post types, regardless "
4758
  "of their status"
4759
  msgstr "این مقدار شامل همه ارسال ها میشود"
4760
 
4761
+ #: ../../admin/view/wp-slimstat-reports.php:1086
4762
  msgid "Content Items"
4763
  msgstr " محتوا موردها"
4764
 
4765
+ #: ../../admin/view/wp-slimstat-reports.php:1087
4766
  msgid "Total Comments"
4767
  msgstr "همه نظرها"
4768
 
4769
+ #: ../../admin/view/wp-slimstat-reports.php:1088
4770
  msgid "Pingbacks"
4771
  msgstr ""
4772
 
4773
+ #: ../../admin/view/wp-slimstat-reports.php:1089
4774
  msgid "Trackbacks"
4775
  msgstr ""
4776
 
4777
+ #: ../../admin/view/wp-slimstat-reports.php:1090
 
 
 
 
 
 
 
 
4778
  msgid "Avg Comments Per Post"
4779
  msgstr "میانگین نظر برای هر ارسال"
4780
 
4781
+ #: ../../admin/view/wp-slimstat-reports.php:1091
4782
  msgid "Avg Posts Per Day"
4783
  msgstr "میانگین ارسال در روز"
4784
 
4785
+ #: ../../admin/view/wp-slimstat-reports.php:1092
4786
+ msgid "Avg Server Latency"
4787
+ msgstr ""
4788
+
4789
+ #: ../../admin/view/wp-slimstat-reports.php:1093
4790
+ #, fuzzy
4791
+ msgid "Avg Page Load Time"
4792
+ msgstr "میان‌گین مشاهده صفحات"
4793
+
4794
+ #: ../../admin/view/wp-slimstat-reports.php:1120
4795
  msgid "Visits"
4796
  msgstr "بازدیدها"
4797
 
4798
+ #: ../../admin/view/wp-slimstat-reports.php:1124
4799
  msgid "Domains"
4800
  msgstr "دامنه‌ها"
4801
 
4802
+ #: ../../admin/view/wp-slimstat-reports.php:1129
4803
  msgid "Avg Pageviews"
4804
  msgstr "میان‌گین مشاهده صفحات"
4805
 
4806
+ #~ msgid "Visitors"
4807
+ #~ msgstr "بینندگان"
4808
+
4809
+ #~ msgid "Content"
4810
+ #~ msgstr "محتوا"
4811
+
4812
+ #~ msgid ""
4813
+ #~ "WARNING: a misconfigured setting and/or server environment is preventing "
4814
+ #~ "WP SlimStat from properly tracking your visitors. Please <a target="
4815
+ #~ "\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/"
4816
+ #~ "\">check the FAQs</a> for more information."
4817
+ #~ msgstr ""
4818
+ #~ "اخطار: تنظیمات اشتباه است و یا اینکه محیط دامنه از ردگیری بیننده جلوگیری "
4819
+ #~ "میکند. لطفا برای اطلاع بیشتر به<a target=\"_blank\" href=\"http://"
4820
+ #~ "wordpress.org/extend/plugins/wp-slimstat/faq/\"> سوال و پاسخ ها</a> "
4821
+ #~ "مراجعه کنید. "
4822
+
4823
+ #~ msgid ""
4824
+ #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
4825
+ #~ "getused.to.it/\">WP SlimStat</a>."
4826
+ #~ msgstr ""
4827
+ #~ "و برای نظارت بیننده ها با <a href=\"http://slimstat.getused.to.it/\">WP "
4828
+ #~ "slimStat</a>."
4829
+
4830
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
4831
+ #~ msgstr "نظارت بر اینکه کاربران در پایگاه شما چه میکنند"
4832
+
4833
+ #~ msgid "Visit with keywords"
4834
+ #~ msgstr "کلمات کلیدی (جدا شده با کاما):"
4835
+
4836
+ #~ msgid "Known User"
4837
+ #~ msgstr "کاربر آشنا"
4838
+
4839
+ #~ msgid "Human Visitor"
4840
+ #~ msgstr "بیننده انسانی"
4841
+
4842
+ #, fuzzy
4843
+ #~ msgid "At A Glance"
4844
+ #~ msgstr "در یک نگاه"
4845
+
4846
+ #~ msgid ""
4847
+ #~ "Click on a data point to display the activity chart for each hour of that "
4848
+ #~ "day"
4849
+ #~ msgstr "روی نقطه‌های داده کلیک کنید تا نمودار فعالیت آن ساعت را مشاهده کنید"
4850
+
4851
+ #~ msgid "Longest Post (ID)"
4852
+ #~ msgstr "طولانی‌ترین ارسال (شناسه)"
4853
+
4854
+ #~ msgid "Longest Comment (ID)"
4855
+ #~ msgstr "طولانی ترین نظر (شناسه)"
4856
+
4857
  #~ msgid "Right Now"
4858
  #~ msgstr "همین حالا"
4859
 
5192
  #~ "این گزینه را انتخاب کنید اگر شما می خواهید برای خالی کردن پایگاه داده WP "
5193
  #~ "خود را SlimStat (تنظیمات خود را تنظیم مجدد کنید)."
5194
 
 
 
 
5195
  #~ msgid "Show records where"
5196
  #~ msgstr "نشان دادن رکوردها وقتی"
5197
 
admin/lang/wp-slimstat-fr_CA.mo CHANGED
Binary file
admin/lang/wp-slimstat-fr_CA.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-13 23:06-0500\n"
6
- "PO-Revision-Date: 2014-04-13 23:06-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
@@ -17,137 +17,128 @@ msgstr ""
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ../..\n"
19
 
20
- #: ../../wp-slimstat.php:1278 ../../admin/wp-slimstat-admin.php:435
21
- #: ../../admin/config/index.php:58 ../../admin/view/wp-slimstat-reports.php:28
22
- msgid "Activity Log"
23
- msgstr "Statistiques de fréquentation"
24
 
25
- #: ../../wp-slimstat.php:1279 ../../admin/wp-slimstat-admin.php:436
26
- #: ../../admin/wp-slimstat-admin.php:453
27
- #: ../../admin/view/wp-slimstat-reports.php:29
28
  msgid "Overview"
29
  msgstr "Vue générale"
30
 
31
- #: ../../wp-slimstat.php:1280 ../../admin/wp-slimstat-admin.php:437
32
- #: ../../admin/wp-slimstat-admin.php:454
33
- #: ../../admin/view/wp-slimstat-reports.php:30
34
- msgid "Visitors"
35
- msgstr "Visiteurs"
36
 
37
- #: ../../wp-slimstat.php:1281 ../../admin/wp-slimstat-admin.php:438
38
- #: ../../admin/wp-slimstat-admin.php:455
39
- #: ../../admin/view/wp-slimstat-reports.php:31
40
- msgid "Content"
41
- msgstr "Contenu"
42
 
43
- #: ../../wp-slimstat.php:1282 ../../admin/wp-slimstat-admin.php:439
44
- #: ../../admin/wp-slimstat-admin.php:456 ../../admin/view/index.php:169
45
- #: ../../admin/view/wp-slimstat-reports.php:32
46
  msgid "Traffic Sources"
47
  msgstr "Sources de trafic"
48
 
49
- #: ../../wp-slimstat.php:1283 ../../admin/wp-slimstat-admin.php:440
50
- #: ../../admin/wp-slimstat-admin.php:457
51
- #: ../../admin/view/wp-slimstat-reports.php:33
52
- #: ../../admin/view/wp-slimstat-reports.php:101
53
- msgid "World Map"
54
- msgstr "Carte du monde"
55
 
56
- #: ../../wp-slimstat.php:1284 ../../admin/wp-slimstat-admin.php:441
57
- #: ../../admin/wp-slimstat-admin.php:458
58
- #: ../../admin/view/wp-slimstat-reports.php:34
59
  msgid "Custom Reports"
60
  msgstr "Rapports personnalisés"
61
 
62
- #: ../../wp-slimstat.php:1285 ../../admin/wp-slimstat-admin.php:442
63
- #: ../../admin/wp-slimstat-admin.php:459 ../../admin/config/addons.php:29
64
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:229
65
  msgid "Add-ons"
66
  msgstr "Add-ons"
67
 
68
- #: ../../wp-slimstat.php:1288 ../../admin/wp-slimstat-admin.php:488
69
- #: ../../admin/wp-slimstat-admin.php:491 ../../admin/wp-slimstat-admin.php:535
70
- #: ../../admin/wp-slimstat-admin.php:538 ../../admin/config/index.php:14
71
- #: ../../admin/config/index.php:135
72
  msgid "Settings"
73
  msgstr "Réglages"
74
 
75
- #: ../../admin/wp-slimstat-admin.php:434 ../../admin/wp-slimstat-admin.php:446
76
- #: ../../admin/wp-slimstat-admin.php:449
77
  #, fuzzy
78
  msgid "SlimStat"
79
  msgstr "À propos de WP-SlimStat"
80
 
81
- #: ../../admin/wp-slimstat-admin.php:552
82
  msgid "Pageviews in the last 365 days"
83
  msgstr "Pages durant les 365 derniers jours"
84
 
85
- #: ../../admin/wp-slimstat-admin.php:576
86
  msgid "Show on screen"
87
  msgstr "Montrer à l'écran"
88
 
89
- #: ../../admin/wp-slimstat-admin.php:604
90
  msgid "Hide this notice"
91
  msgstr ""
92
 
93
- #: ../../admin/wp-slimstat-admin.php:631
94
  msgid "There was an error updating the following options:"
95
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
96
 
97
- #: ../../admin/wp-slimstat-admin.php:634
98
  #, fuzzy
99
  msgid "Your changes have been saved."
100
  msgstr "Vos réglages ont bien été mis à jour"
101
 
102
- #: ../../admin/wp-slimstat-admin.php:657
103
  msgid "Save Changes"
104
  msgstr "Enregistrer les modifications"
105
 
106
- #: ../../admin/wp-slimstat-admin.php:678
107
  msgid "Yes"
108
  msgstr "Oui"
109
 
110
- #: ../../admin/wp-slimstat-admin.php:679
111
- #: ../../admin/view/wp-slimstat-reports.php:772
112
  msgid "No"
113
  msgstr "Non"
114
 
115
- #: ../../admin/wp-slimstat-admin.php:719
116
- msgid ""
117
- "WARNING: a misconfigured setting and/or server environment is preventing WP "
118
- "SlimStat from properly tracking your visitors. Please <a target=\"_blank\" "
119
- "href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/\">check the "
120
- "FAQs</a> for more information."
121
  msgstr ""
122
- "ATTENTION: une erreur de configuration et/ou de l'environnement du serveur "
123
- "peut empêcher WP SlimStat de suivre correctement vos visiteurs. Veuillez "
124
- "consulter <a target=\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-"
125
- "slimstat/faq/\">les FAQ</a> pour plus d'informations."
126
 
127
- #: ../../admin/wp-slimstat-admin.php:739
128
  msgid "Definitions"
129
  msgstr "Définitions"
130
 
131
- #: ../../admin/wp-slimstat-admin.php:742
132
  msgid "Pageview"
133
  msgstr "Page vue"
134
 
135
- #: ../../admin/wp-slimstat-admin.php:742
 
136
  msgid ""
137
  "A request to load a single HTML file (\"page\"). This should be contrasted "
138
- "with a \"hit\", which refers to a request for any file from a web server. WP "
139
- "SlimStat logs a pageview each time the tracking code is executed"
140
  msgstr ""
141
  "Une demande de chargement d'un simple fichier HTML (\"une page\"). À "
142
  "distinguer d'un \"hit\", qui se réfère à une requête d'un quelconque fichier "
143
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
144
  "code de traçage est exécuté"
145
 
146
- #: ../../admin/wp-slimstat-admin.php:743
147
  msgid "(Human) Visit"
148
  msgstr "Visiteurs humains"
149
 
150
- #: ../../admin/wp-slimstat-admin.php:743
151
  msgid ""
152
  "A period of interaction between a visitor's browser and your website, ending "
153
  "when the browser is closed or when the user has been inactive on that site "
@@ -157,12 +148,12 @@ msgstr ""
157
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
158
  "est inactif sur ce site depuis 30 minutes"
159
 
160
- #: ../../admin/wp-slimstat-admin.php:744 ../../admin/view/index.php:144
161
- #: ../../admin/view/right-now.php:156
162
  msgid "Known Visitor"
163
  msgstr "Visiteurs connus"
164
 
165
- #: ../../admin/wp-slimstat-admin.php:744
166
  msgid ""
167
  "Any user who has left a comment on your blog, and is thus identified by "
168
  "Wordpress as a returning visitor"
@@ -170,11 +161,11 @@ msgstr ""
170
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
171
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
172
 
173
- #: ../../admin/wp-slimstat-admin.php:745
174
  msgid "Unique IP"
175
  msgstr "IP uniques"
176
 
177
- #: ../../admin/wp-slimstat-admin.php:745
178
  msgid ""
179
  "Used to differentiate between multiple requests to download a file from one "
180
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -187,12 +178,12 @@ msgstr ""
187
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
188
  "parfaite"
189
 
190
- #: ../../admin/wp-slimstat-admin.php:746 ../../admin/wp-slimstat-admin.php:788
191
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
192
  msgid "Originating IP"
193
  msgstr "IP d'origine"
194
 
195
- #: ../../admin/wp-slimstat-admin.php:746
196
  msgid ""
197
  "the originating IP address of a client connecting to a web server through an "
198
  "HTTP proxy or load balancer"
@@ -200,11 +191,11 @@ msgstr ""
200
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
201
  "proxy HTTP ou équilibreur de charge"
202
 
203
- #: ../../admin/wp-slimstat-admin.php:747
204
  msgid "Direct Traffic"
205
  msgstr "Trafic direct"
206
 
207
- #: ../../admin/wp-slimstat-admin.php:747
208
  msgid ""
209
  "All those people showing up to your Web site by typing in the URL of your "
210
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -214,11 +205,11 @@ msgstr ""
214
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
215
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
216
 
217
- #: ../../admin/wp-slimstat-admin.php:748
218
  msgid "Search Engine"
219
  msgstr "Moteur de recherche"
220
 
221
- #: ../../admin/wp-slimstat-admin.php:748
222
  msgid ""
223
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
224
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -226,22 +217,22 @@ msgstr ""
226
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
227
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
228
 
229
- #: ../../admin/wp-slimstat-admin.php:749 ../../admin/wp-slimstat-admin.php:765
230
- #: ../../admin/view/right-now.php:135 ../../admin/view/wp-slimstat-db.php:45
231
  msgid "Search Terms"
232
  msgstr "Termes de recherche"
233
 
234
- #: ../../admin/wp-slimstat-admin.php:749 ../../admin/wp-slimstat-admin.php:765
235
  msgid "Keywords used by your visitors to find your website on a search engine"
236
  msgstr ""
237
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
238
  "de recherche"
239
 
240
- #: ../../admin/wp-slimstat-admin.php:750
241
  msgid "SERP"
242
  msgstr "SERP"
243
 
244
- #: ../../admin/wp-slimstat-admin.php:750
245
  msgid ""
246
  "Short for search engine results page, the Web page that a search engine "
247
  "returns with the results of its search. The value shown represents your rank "
@@ -251,12 +242,12 @@ msgstr ""
251
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
252
  "correspond à votre classement (ou la position) dans la liste des résultats"
253
 
254
- #: ../../admin/wp-slimstat-admin.php:751
255
  #: ../../admin/view/wp-slimstat-db.php:57
256
  msgid "User Agent"
257
  msgstr "User Agent"
258
 
259
- #: ../../admin/wp-slimstat-admin.php:751
260
  msgid ""
261
  "Any program used for accessing a website; this includes browsers, robots, "
262
  "spiders and any other program that was used to retrieve information from the "
@@ -266,12 +257,12 @@ msgstr ""
266
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
267
  "extraire des informations du site"
268
 
269
- #: ../../admin/wp-slimstat-admin.php:752
270
- #: ../../admin/view/wp-slimstat-db.php:61
271
  msgid "Outbound Link"
272
  msgstr "Lien sortant"
273
 
274
- #: ../../admin/wp-slimstat-admin.php:752
275
  msgid ""
276
  "A link from one domain to another is said to be outbound from its source "
277
  "anchor and inbound to its target. This report lists all the links to other "
@@ -281,44 +272,44 @@ msgstr ""
281
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
282
  "par vos visiteurs."
283
 
284
- #: ../../admin/wp-slimstat-admin.php:759
285
  msgid "Basic Filters"
286
  msgstr "Filtres de base"
287
 
288
- #: ../../admin/wp-slimstat-admin.php:762
289
- #: ../../admin/view/wp-slimstat-db.php:42
290
  msgid "Browser"
291
  msgstr "Navigateur Web"
292
 
293
- #: ../../admin/wp-slimstat-admin.php:762
294
  msgid "User agent (Firefox, Chrome, ...)"
295
  msgstr "User agent (Firefox, Chrome, ...)"
296
 
297
- #: ../../admin/wp-slimstat-admin.php:763
298
- #: ../../admin/view/wp-slimstat-db.php:43
299
- #: ../../admin/view/wp-slimstat-reports.php:483
300
  msgid "Country Code"
301
  msgstr "Code du pays"
302
 
303
- #: ../../admin/wp-slimstat-admin.php:763
304
  msgid "2-letter code (us, ru, de, it, ...)"
305
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
306
 
307
- #: ../../admin/wp-slimstat-admin.php:764
308
  msgid "IP"
309
  msgstr "IP"
310
 
311
- #: ../../admin/wp-slimstat-admin.php:764
312
  msgid "Visitor's public IP address"
313
  msgstr " Adresse IP publique du visiteur"
314
 
315
- #: ../../admin/wp-slimstat-admin.php:766
316
- #: ../../admin/view/wp-slimstat-db.php:46
317
- #: ../../admin/view/wp-slimstat-reports.php:495
318
  msgid "Language Code"
319
  msgstr "Code langue"
320
 
321
- #: ../../admin/wp-slimstat-admin.php:766
322
  msgid ""
323
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
324
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -328,12 +319,12 @@ msgstr ""
328
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
329
  "a> (première colonne) pour plus d'informations"
330
 
331
- #: ../../admin/wp-slimstat-admin.php:767
332
- #: ../../admin/view/wp-slimstat-db.php:47
333
  msgid "Operating System"
334
  msgstr "Système d'exploitation (OS)"
335
 
336
- #: ../../admin/wp-slimstat-admin.php:767
337
  msgid ""
338
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
339
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -343,30 +334,30 @@ msgstr ""
343
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
344
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
345
 
346
- #: ../../admin/wp-slimstat-admin.php:768
347
- #: ../../admin/view/wp-slimstat-db.php:48
348
  msgid "Permalink"
349
  msgstr "Permalien"
350
 
351
- #: ../../admin/wp-slimstat-admin.php:768
352
  msgid "URL accessed on your site"
353
  msgstr "URL accessible sur votre site"
354
 
355
- #: ../../admin/wp-slimstat-admin.php:769
356
- #: ../../admin/view/wp-slimstat-db.php:50
357
  msgid "Referer"
358
  msgstr "Référent"
359
 
360
- #: ../../admin/wp-slimstat-admin.php:769
361
  msgid "Complete address of the referrer page"
362
  msgstr "Adresse complète de la page référente"
363
 
364
- #: ../../admin/wp-slimstat-admin.php:770
365
- #: ../../admin/view/wp-slimstat-db.php:51
366
  msgid "Visitor's Name"
367
  msgstr "le nom des visiteurs"
368
 
369
- #: ../../admin/wp-slimstat-admin.php:770
370
  msgid ""
371
  "Visitors' names according to the cookie set by Wordpress after they leave a "
372
  "comment"
@@ -374,25 +365,25 @@ msgstr ""
374
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
375
  "laissé un commentaire"
376
 
377
- #: ../../admin/wp-slimstat-admin.php:778
378
  msgid "Advanced Filters"
379
  msgstr "Filtres Avancés"
380
 
381
- #: ../../admin/wp-slimstat-admin.php:781
382
  #: ../../admin/view/wp-slimstat-db.php:55
383
  msgid "Browser Version"
384
  msgstr "Version de navigateur"
385
 
386
- #: ../../admin/wp-slimstat-admin.php:781
387
  msgid "user agent version (9.0, 11, ...)"
388
  msgstr "user agent version (9.0, 11, ...)"
389
 
390
- #: ../../admin/wp-slimstat-admin.php:782
391
  #: ../../admin/view/wp-slimstat-db.php:56
392
  msgid "Browser Type"
393
  msgstr "le type de navigateur Web"
394
 
395
- #: ../../admin/wp-slimstat-admin.php:782
396
  msgid ""
397
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
398
  "all others"
@@ -400,21 +391,21 @@ msgstr ""
400
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
401
  "(syndication) , 0 = tous les autres"
402
 
403
- #: ../../admin/wp-slimstat-admin.php:783
404
  #: ../../admin/view/wp-slimstat-db.php:58
405
  msgid "Color Depth"
406
  msgstr "Profondeur de couleur"
407
 
408
- #: ../../admin/wp-slimstat-admin.php:783
409
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
410
  msgstr "couleur de la profondeur de l'écran du visiteur (8, 16, 24, ...)"
411
 
412
- #: ../../admin/wp-slimstat-admin.php:784
413
  #: ../../admin/view/wp-slimstat-db.php:59
414
  msgid "CSS Version"
415
  msgstr "Version CSS"
416
 
417
- #: ../../admin/wp-slimstat-admin.php:784
418
  msgid ""
419
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
420
  "values)"
@@ -422,12 +413,12 @@ msgstr ""
422
  "quelle est la norme CSS supportée par ce navigateur (1, 2, 3 et d'autres "
423
  "valeurs entières)"
424
 
425
- #: ../../admin/wp-slimstat-admin.php:785
426
  #: ../../admin/view/wp-slimstat-db.php:60
427
  msgid "Pageview Attributes"
428
  msgstr "l'attribut des Pages Vues"
429
 
430
- #: ../../admin/wp-slimstat-admin.php:785
431
  msgid ""
432
  "this field is set to <em>[pre]</em> if the resource has been accessed "
433
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -438,34 +429,34 @@ msgstr ""
438
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
439
  "similaires"
440
 
441
- #: ../../admin/wp-slimstat-admin.php:786
442
- #: ../../admin/view/wp-slimstat-db.php:62
443
  msgid "Post Author"
444
  msgstr "l'auteur de l'article"
445
 
446
- #: ../../admin/wp-slimstat-admin.php:786
447
  msgid "author associated to that post/page when the resource was accessed"
448
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
449
 
450
- #: ../../admin/wp-slimstat-admin.php:787
451
- #: ../../admin/view/wp-slimstat-db.php:63
452
  msgid "Post Category ID"
453
  msgstr "ID de la catégorie de l'article"
454
 
455
- #: ../../admin/wp-slimstat-admin.php:787
456
  msgid "ID of the category/term associated to the resource, when available"
457
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
458
 
459
- #: ../../admin/wp-slimstat-admin.php:788
460
  msgid "visitor's originating IP address, if available"
461
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
462
 
463
- #: ../../admin/wp-slimstat-admin.php:789
464
- #: ../../admin/view/wp-slimstat-db.php:65
465
  msgid "Resource Content Type"
466
  msgstr "le type de source de contenu"
467
 
468
- #: ../../admin/wp-slimstat-admin.php:789
469
  msgid ""
470
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
471
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -479,21 +470,21 @@ msgstr ""
479
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
480
  "pour plus d'informations"
481
 
482
- #: ../../admin/wp-slimstat-admin.php:790
483
- #: ../../admin/view/wp-slimstat-db.php:67
484
  msgid "Screen Resolution"
485
  msgstr "la résolution de l'écran"
486
 
487
- #: ../../admin/wp-slimstat-admin.php:790
488
  msgid "viewport width and height (1024x768, 800x600, ...)"
489
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
490
 
491
- #: ../../admin/wp-slimstat-admin.php:791
492
- #: ../../admin/view/wp-slimstat-db.php:68
493
  msgid "Visit ID"
494
  msgstr "Visites ID"
495
 
496
- #: ../../admin/wp-slimstat-admin.php:791
497
  msgid ""
498
  "generally used in conjunction with <em>is not empty</em>, identifies human "
499
  "visitors"
@@ -501,11 +492,11 @@ msgstr ""
501
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
502
  "les visiteurs humains"
503
 
504
- #: ../../admin/wp-slimstat-admin.php:792
505
  msgid "Date Filters"
506
  msgstr "Filtres de dates"
507
 
508
- #: ../../admin/wp-slimstat-admin.php:792
509
  msgid ""
510
  "you can specify the timeframe by entering a number in the <em>interval</em> "
511
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -516,11 +507,11 @@ msgstr ""
516
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
517
  "année à date)"
518
 
519
- #: ../../admin/wp-slimstat-admin.php:793
520
  msgid "SERP Position"
521
  msgstr "Position SERP "
522
 
523
- #: ../../admin/wp-slimstat-admin.php:793
524
  msgid ""
525
  "set the filter to Referer contains cd=N&, where N is the position you are "
526
  "looking for"
@@ -545,8 +536,9 @@ msgstr ""
545
  "réessayer plus tard."
546
 
547
  #: ../../admin/config/addons.php:30
 
548
  msgid ""
549
- "Add-ons extend the functionality of WP SlimStat in many interesting ways. We "
550
  "offer both free and premium (paid) extensions. Each add-on can be installed "
551
  "as a separate plugin, which will receive regular updates via the WordPress "
552
  "Plugins panel. In order to be notified when a new version of a premium add-"
@@ -576,23 +568,23 @@ msgstr "Général"
576
  msgid "Views"
577
  msgstr "Vues"
578
 
579
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:64
580
  msgid "Filters"
581
  msgstr "Filtres"
582
 
583
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:128
584
  msgid "Permissions"
585
  msgstr "Permissions"
586
 
587
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:205
588
  msgid "Advanced"
589
  msgstr "Avancé"
590
 
591
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
592
  msgid "Maintenance"
593
  msgstr "Maintenance"
594
 
595
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:207
596
  msgid "Tracker"
597
  msgstr "Traçage"
598
 
@@ -638,9 +630,10 @@ msgid "Tracking Mode"
638
  msgstr "Mode traçage"
639
 
640
  #: ../../admin/config/index.php:24
 
641
  msgid ""
642
  "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
643
- "Total Cache, WP SuperCache, HyperCache, etc). WP SlimStat will behave pretty "
644
  "much like Google Analytics, and visitors whose browser does not support "
645
  "Javascript will be ignored. A nice side effect is that <strong>most "
646
  "spammers, search engines and other crawlers</strong> will not be tracked."
@@ -671,7 +664,7 @@ msgstr "Position du Menu"
671
  #: ../../admin/config/index.php:27
672
  #, fuzzy
673
  msgid ""
674
- "Choose between a standalone admin menu for WP SlimStat or a drop down in the "
675
  "admin bar (if visible)."
676
  msgstr ""
677
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
@@ -687,13 +680,14 @@ msgstr "Barre d'Administration"
687
 
688
  #: ../../admin/config/index.php:28
689
  #, fuzzy
690
- msgid "Add Stats to Posts"
691
  msgstr "Etendre les Stats aux articles"
692
 
693
  #: ../../admin/config/index.php:28
694
  #, fuzzy
695
  msgid ""
696
- "Add a new column to the Edit Posts screen, with the number of hits per post."
 
697
  msgstr ""
698
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
699
  "de visites par article (peut ralentir le rendu des pages)."
@@ -726,9 +720,9 @@ msgid "Entries logged on or before %s will be permanently deleted."
726
  msgstr ""
727
  "Les données enregistrées le ou avant le %s seront définitivement supprimées. "
728
 
729
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:77
730
- #: ../../admin/view/wp-slimstat-db.php:75
731
- #: ../../admin/view/wp-slimstat-reports.php:772
732
  msgid "days"
733
  msgstr "jours"
734
 
@@ -751,18 +745,28 @@ msgstr "Format des nombres"
751
 
752
  #: ../../admin/config/index.php:48
753
  #, fuzzy
754
- msgid ""
755
- "Choose the number format you want to use for your reports, European or "
756
- "American."
757
  msgstr ""
758
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
759
  "américain."
760
 
761
  #: ../../admin/config/index.php:49
 
 
 
 
 
 
 
 
 
 
 
 
762
  msgid "Show Display Name"
763
  msgstr "Voir Nom d'affichage"
764
 
765
- #: ../../admin/config/index.php:49
766
  #, fuzzy
767
  msgid ""
768
  "By default, users are listed by their usernames. Use this option to "
@@ -771,11 +775,11 @@ msgstr ""
771
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
772
  "cette option pour basculer au Nom d'affichage."
773
 
774
- #: ../../admin/config/index.php:50
775
  msgid "Show User Agent"
776
  msgstr "Voir User Agent"
777
 
778
- #: ../../admin/config/index.php:50
779
  msgid ""
780
  "Choose if you want to see the browser name or a complete user agent string "
781
  "when hovering on browser icons."
@@ -783,28 +787,40 @@ msgstr ""
783
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
784
  "de user agent lorsque vous survolez les icônes du navigateur."
785
 
786
- #: ../../admin/config/index.php:51
787
  msgid "Show Titles"
788
  msgstr "Afficher les titres"
789
 
790
- #: ../../admin/config/index.php:51
 
791
  msgid ""
792
- "WP SlimStat converts your permalinks into post and page titles. Disable this "
793
  "feature if you need to see the URL in your reports."
794
  msgstr ""
795
  "WP SlimStat convertit vos permalinks en post et en titres de pages. "
796
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
797
  "rapports."
798
 
 
 
 
 
 
799
  #: ../../admin/config/index.php:53
 
 
 
 
 
 
800
  msgid "Functionality"
801
  msgstr "Fonctionnalité"
802
 
803
- #: ../../admin/config/index.php:54
804
  msgid "Asynchronous Views"
805
  msgstr "Vues asynchrones"
806
 
807
- #: ../../admin/config/index.php:54
808
  #, fuzzy
809
  msgid ""
810
  "Load all the reports dynamically. It makes the reports render faster, but it "
@@ -814,53 +830,67 @@ msgstr ""
814
  "les rapports plus rapidement, mais consomme plus de ressources sur le "
815
  "serveur."
816
 
817
- #: ../../admin/config/index.php:55
 
 
 
 
 
 
 
 
 
 
818
  msgid "Expand Details"
819
  msgstr "Développez les détails"
820
 
821
- #: ../../admin/config/index.php:55
822
  msgid "Expand each row's details by default, insted of on mousehover."
823
  msgstr ""
824
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
825
  "souris."
826
 
827
- #: ../../admin/config/index.php:56 ../../admin/config/index.php:60
828
  #, fuzzy
829
  msgid "Rows to Display"
830
  msgstr "Colonnes à afficher"
831
 
832
- #: ../../admin/config/index.php:56
833
  msgid "Specify the number of items in each report."
834
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
835
 
836
- #: ../../admin/config/index.php:59
 
 
 
 
837
  msgid "Live Stream"
838
  msgstr "Flux en temps réel (Flux live)"
839
 
840
- #: ../../admin/config/index.php:59
841
  #, fuzzy
842
  msgid ""
843
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
844
- "Enter <strong>0</strong> (number zero) to disable this functionality."
845
  msgstr ""
846
  "Actualisez la vue 'Maintenant' toutes les X secondes. Zéro désactive cette "
847
  "fonctionnalité."
848
 
849
- #: ../../admin/config/index.php:59 ../../admin/config/index.php:210
850
  msgid "seconds"
851
  msgstr "secondes"
852
 
853
- #: ../../admin/config/index.php:60
854
  #, fuzzy
855
  msgid "Specify the number of items in the Activity Log."
856
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
857
 
858
- #: ../../admin/config/index.php:61
859
  #, fuzzy
860
  msgid "Activity Log Extended"
861
  msgstr "Statistiques de fréquentation"
862
 
863
- #: ../../admin/config/index.php:61
864
  #, fuzzy
865
  msgid ""
866
  "Choose if you want to see outbound links listed in the Activity Log. It "
@@ -870,27 +900,27 @@ msgstr ""
870
  "Maintenant. Cela ralentit l'affichage du rapport ou donne des erreurs sur "
871
  "les systèmes plus lents."
872
 
873
- #: ../../admin/config/index.php:66
874
  #, fuzzy
875
  msgid "Visitors and Known Users"
876
  msgstr "Utilisateurs connus"
877
 
878
- #: ../../admin/config/index.php:67
879
  #, fuzzy
880
  msgid "Track Registered Users"
881
  msgstr "Tracer les utilisateurs"
882
 
883
- #: ../../admin/config/index.php:67
884
  #, fuzzy
885
  msgid "Enable this option to track logged in users."
886
  msgstr "Sélectionnez OUI si vous voulez suivre les utilisateurs connectés."
887
 
888
- #: ../../admin/config/index.php:68
889
  #, fuzzy
890
  msgid "Blacklist by Username"
891
  msgstr "Adresse IP"
892
 
893
- #: ../../admin/config/index.php:68
894
  #, fuzzy
895
  msgid ""
896
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -901,12 +931,12 @@ msgstr ""
901
  "séparés par des virgules. Veuillez noter que les espaces <em>ne sont pas</"
902
  "em> ignorés et que les noms d'utilisateurs sont sensibles à la casse."
903
 
904
- #: ../../admin/config/index.php:69
905
  #, fuzzy
906
  msgid "Blacklist by IP Address"
907
  msgstr "Adresse IP"
908
 
909
- #: ../../admin/config/index.php:69
910
  #, fuzzy
911
  msgid ""
912
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -922,12 +952,12 @@ msgstr ""
922
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
923
  "pas suivre correctement les pages vues."
924
 
925
- #: ../../admin/config/index.php:70
926
  #, fuzzy
927
  msgid "Blacklist by Capability"
928
  msgstr "Utilisateurs par Capacité"
929
 
930
- #: ../../admin/config/index.php:70
931
  msgid ""
932
  "Users having at least one of the <a href='http://codex.wordpress.org/"
933
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -937,15 +967,15 @@ msgstr ""
937
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
938
  "seront pas suivis. Les capacités sont insensibles à la casse."
939
 
940
- #: ../../admin/config/index.php:72
941
  msgid "Profiling"
942
  msgstr "Profiling"
943
 
944
- #: ../../admin/config/index.php:73
945
  msgid "Ignore Spammers"
946
  msgstr "Ignorer les spammeurs"
947
 
948
- #: ../../admin/config/index.php:73
949
  #, fuzzy
950
  msgid ""
951
  "Enable this option if you don't want to track visits from users identified "
@@ -958,11 +988,11 @@ msgstr ""
958
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
959
  "comme spam par vous, seront également supprimées de la base."
960
 
961
- #: ../../admin/config/index.php:74
962
  msgid "Permalinks"
963
  msgstr "Rermaliens"
964
 
965
- #: ../../admin/config/index.php:74
966
  #, fuzzy
967
  msgid ""
968
  "List all the URLs on your website that you don't want to track, separated by "
@@ -981,11 +1011,11 @@ msgstr ""
981
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
982
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
983
 
984
- #: ../../admin/config/index.php:75
985
  msgid "Countries"
986
  msgstr "Pays"
987
 
988
- #: ../../admin/config/index.php:75
989
  msgid ""
990
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
991
  "track, separated by commas."
@@ -993,11 +1023,11 @@ msgstr ""
993
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
994
  "ne voulez pas suivre, séparées par des virgules."
995
 
996
- #: ../../admin/config/index.php:76
997
  msgid "User Agents"
998
  msgstr "User Agents"
999
 
1000
- #: ../../admin/config/index.php:76
1001
  #, fuzzy
1002
  msgid ""
1003
  "Browsers (user agents) you don't want to track, separated by commas. You can "
@@ -1016,11 +1046,11 @@ msgstr ""
1016
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
1017
  "et IE/8.0. Les chaînes sont insensibles à la casse."
1018
 
1019
- #: ../../admin/config/index.php:77
1020
  msgid "Referring Sites"
1021
  msgstr "Sites référents"
1022
 
1023
- #: ../../admin/config/index.php:77
1024
  #, fuzzy
1025
  msgid ""
1026
  "Referring URLs that you don't want to track, separated by commas: "
@@ -1038,29 +1068,29 @@ msgstr ""
1038
  "soit un caractère générique ou le protocole que vous voulez filtrer "
1039
  "(http://, https://)."
1040
 
1041
- #: ../../admin/config/index.php:79 ../../admin/config/index.php:215
1042
  msgid "Miscellaneous"
1043
  msgstr "Divers"
1044
 
1045
- #: ../../admin/config/index.php:80
1046
  msgid "Enable Privacy Mode"
1047
  msgstr "Activer le mode privé"
1048
 
1049
- #: ../../admin/config/index.php:80
1050
  #, fuzzy
1051
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1052
  msgstr ""
1053
  "Cette option masque le dernier octet de l'adresse IP de vos visiteurs afin "
1054
  "de se conformer aux lois de confidentialité européennes."
1055
 
1056
- #: ../../admin/config/index.php:81
1057
  msgid "Ignore Prefetch Requests"
1058
  msgstr ""
1059
 
1060
- #: ../../admin/config/index.php:81
1061
  #, fuzzy
1062
  msgid ""
1063
- "Prevent WP SlimStat from tracking pageviews generated by Firefox's <a "
1064
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1065
  "target='_blank'>Link Prefetching functionality</a>."
1066
  msgstr ""
@@ -1068,11 +1098,11 @@ msgstr ""
1068
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
1069
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
1070
 
1071
- #: ../../admin/config/index.php:97
1072
  msgid "Ignore users (username not found)"
1073
  msgstr "Utilisateur inconnu (nom d'utilisateur non trouvé)"
1074
 
1075
- #: ../../admin/config/index.php:120
1076
  msgid ""
1077
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1078
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -1081,29 +1111,30 @@ msgstr ""
1081
  "Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1082
  "d'informations"
1083
 
1084
- #: ../../admin/config/index.php:130
1085
  #, fuzzy
1086
  msgid "Reports"
1087
  msgstr "Rapports personnalisés"
1088
 
1089
- #: ../../admin/config/index.php:131
1090
  msgid "Restrict Authors"
1091
  msgstr "Restriction Auteurs"
1092
 
1093
- #: ../../admin/config/index.php:131
 
1094
  msgid ""
1095
- "Enable this option if you want your authours to only see stats related to "
1096
  "their own content."
1097
  msgstr ""
1098
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
1099
  "statistiques relatives à leur propre contenu."
1100
 
1101
- #: ../../admin/config/index.php:132 ../../admin/config/index.php:136
1102
  #, fuzzy
1103
  msgid "Capability"
1104
  msgstr "Capacité de voir"
1105
 
1106
- #: ../../admin/config/index.php:132
1107
  #, fuzzy
1108
  msgid ""
1109
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1120,11 +1151,11 @@ msgstr ""
1120
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1121
  "Dans ce cas, la liste a la priorité sur la capacité."
1122
 
1123
- #: ../../admin/config/index.php:133 ../../admin/config/index.php:137
1124
  msgid "Whitelist"
1125
  msgstr "Liste blanche"
1126
 
1127
- #: ../../admin/config/index.php:133
1128
  #, fuzzy
1129
  msgid ""
1130
  "List all the users who should have access to the reports, separated by "
@@ -1137,13 +1168,13 @@ msgstr ""
1137
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
1138
  "noms d'utilisateurs sont sensibles à la casse."
1139
 
1140
- #: ../../admin/config/index.php:136
1141
  #, fuzzy
1142
  msgid ""
1143
  "Specify the minimum <a href='http://codex.wordpress.org/"
1144
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1145
- "WP SlimStat (default: <code>activate_plugins</code>). The whitelist here "
1146
- "below can be used to override this option for specific users."
1147
  msgstr ""
1148
  "Définir la <a href='http://codex.wordpress.org/Roles_and_Capabilities' "
1149
  "target='_new'>capacité</a> minimum nécessaire pour visualiser les rapports "
@@ -1152,7 +1183,7 @@ msgstr ""
1152
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1153
  "Dans ce cas, la liste a la priorité sur la capacité."
1154
 
1155
- #: ../../admin/config/index.php:137
1156
  #, fuzzy
1157
  msgid ""
1158
  "List all the users who can edit these options, separated by commas. Please "
@@ -1167,11 +1198,11 @@ msgstr ""
1167
  "héritent automatiquement de l '\"Accès en lecture \"pour les rapports. Les "
1168
  "noms d'utilisateurs sont sensibles à la casse."
1169
 
1170
- #: ../../admin/config/index.php:153
1171
  msgid "Read access: username not found"
1172
  msgstr "Accès lecture : username inexistant"
1173
 
1174
- #: ../../admin/config/index.php:166 ../../admin/config/index.php:197
1175
  msgid ""
1176
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1177
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
@@ -1181,15 +1212,15 @@ msgstr ""
1181
  "org/Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1182
  "d'informations"
1183
 
1184
- #: ../../admin/config/index.php:184
1185
  msgid "Config access: username not found"
1186
  msgstr "Accès configuration : username inexistant"
1187
 
1188
- #: ../../admin/config/index.php:208
1189
  msgid "Detect Smoothing"
1190
  msgstr "Détecter Lissage"
1191
 
1192
- #: ../../admin/config/index.php:208
1193
  #, fuzzy
1194
  msgid ""
1195
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
@@ -1199,11 +1230,11 @@ msgstr ""
1199
  "supporte l'anti-crénelage (lissage des polices). Si les Capacités du "
1200
  "navigateur ne sont pas tracées, ce paramètre est ignoré."
1201
 
1202
- #: ../../admin/config/index.php:209
1203
  msgid "Track Outbound Clicks"
1204
  msgstr "Tracer les liens sortants"
1205
 
1206
- #: ../../admin/config/index.php:209
1207
  msgid ""
1208
  "Track when your visitors click on link to external websites. This option "
1209
  "required Spy Mode to be enabled."
@@ -1211,11 +1242,11 @@ msgstr ""
1211
  "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
1212
  "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
1213
 
1214
- #: ../../admin/config/index.php:210
1215
  msgid "Session Duration"
1216
  msgstr "Durée session"
1217
 
1218
- #: ../../admin/config/index.php:210
1219
  #, fuzzy
1220
  msgid ""
1221
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -1224,22 +1255,22 @@ msgstr ""
1224
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
1225
  "fixe cette durée à 1800 secondes."
1226
 
1227
- #: ../../admin/config/index.php:211
1228
  msgid "Extend Session"
1229
  msgstr "Etendre la session"
1230
 
1231
- #: ../../admin/config/index.php:211
1232
  #, fuzzy
1233
  msgid "Extend the duration of a session each time the user visits a new page."
1234
  msgstr ""
1235
  "Prolonge la durée d'une session à chaque fois que l'utilisateur visite une "
1236
  "page, par le nombre de secondes défini ci-dessus."
1237
 
1238
- #: ../../admin/config/index.php:212
1239
  msgid "Enable CDN"
1240
  msgstr "Activer CDN"
1241
 
1242
- #: ../../admin/config/index.php:212
1243
  #, fuzzy
1244
  msgid ""
1245
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
@@ -1250,11 +1281,11 @@ msgstr ""
1250
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
1251
  "rapide et fiable."
1252
 
1253
- #: ../../admin/config/index.php:213
1254
  msgid "Extensions to Track"
1255
  msgstr "Extensions du traçage"
1256
 
1257
- #: ../../admin/config/index.php:213
1258
  #, fuzzy
1259
  msgid ""
1260
  "List all the file extensions that you want to be treated as Downloads. "
@@ -1270,28 +1301,37 @@ msgstr ""
1270
  "comme liens sortants (et suivis en tant que tel), si leur extension "
1271
  "correspond à l'une de celles qui sont énumérées ci-dessous."
1272
 
1273
- #: ../../admin/config/index.php:216
 
 
 
 
 
 
 
 
 
1274
  msgid "Debug Mode"
1275
  msgstr ""
1276
 
1277
- #: ../../admin/config/index.php:216
1278
  msgid "Display the SQL queries used to retrieve the data."
1279
  msgstr ""
1280
 
1281
- #: ../../admin/config/index.php:217
1282
  msgid "IP Lookup"
1283
  msgstr "Recherche d'IP"
1284
 
1285
- #: ../../admin/config/index.php:217
1286
  msgid "Customize the Geolocation service to be used in the reports."
1287
  msgstr ""
1288
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
1289
 
1290
- #: ../../admin/config/index.php:218
1291
  msgid "Custom CSS"
1292
  msgstr "Personnaliser le style CSS"
1293
 
1294
- #: ../../admin/config/index.php:218
1295
  msgid ""
1296
  "Paste here your custom stylesheet to personalize the way your reports look. "
1297
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1303,16 +1343,18 @@ msgstr ""
1303
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
1304
  "d'utiliser cette fonctionnalité."
1305
 
1306
- #: ../../admin/config/index.php:219
1307
  msgid "Enable UAN"
1308
  msgstr "Activer UAN"
1309
 
1310
- #: ../../admin/config/index.php:219
 
1311
  msgid ""
1312
- "Send anonymous data about unknown user agents to our server for analysis. "
1313
- "This allows us to contribute to the <a href='http://browscap.org/' "
1314
  "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1315
- "WP SlimStat's browser detection functionality."
 
1316
  msgstr ""
1317
  "Envoyer des données anonymes concernant les navigateurs inconnus à nos "
1318
  "serveurs pour analyse. Cela nous permet de contribuer au <a href='http://"
@@ -1320,7 +1362,8 @@ msgstr ""
1320
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
1321
 
1322
  #: ../../admin/config/maintenance.php:20
1323
- msgid "Your WP SlimStat tables have been successfully converted to InnoDB."
 
1324
  msgstr "Vos tables WP SlimStat ont été converties en InnoDB avec succès."
1325
 
1326
  #: ../../admin/config/maintenance.php:30
@@ -1338,8 +1381,9 @@ msgstr ""
1338
  "défaut."
1339
 
1340
  #: ../../admin/config/maintenance.php:46
 
1341
  msgid ""
1342
- "Congrats! WP SlimStat is now optimized for <a href=\"http://www.youtube.com/"
1343
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1344
  msgstr ""
1345
  "Félicitations ! WP SlimStat est à présent optimisé pour <a href=\"http://www."
@@ -1380,60 +1424,60 @@ msgstr "Maintenance"
1380
  msgid "Delete pageviews where"
1381
  msgstr "Supprimer les enregistrement où"
1382
 
1383
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:17
1384
  msgid "equals"
1385
  msgstr "est égal à"
1386
 
1387
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:18
1388
  msgid "is not equal to"
1389
  msgstr "n'est pas égal à"
1390
 
1391
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:19
1392
  msgid "contains"
1393
  msgstr "contient"
1394
 
1395
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:20
1396
  msgid "does not contain"
1397
  msgstr "ne contient pas"
1398
 
1399
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:21
1400
  msgid "starts with"
1401
  msgstr "commence par"
1402
 
1403
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:22
1404
  msgid "ends with"
1405
  msgstr "finit par"
1406
 
1407
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:23
1408
  msgid "sounds like"
1409
  msgstr "ressemble à"
1410
 
1411
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:24
1412
  msgid "is greater than"
1413
  msgstr "est plus grand que"
1414
 
1415
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:25
1416
  msgid "is less than"
1417
  msgstr "est plus petit que"
1418
 
1419
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:26
1420
  msgid "matches"
1421
  msgstr "correspond à"
1422
 
1423
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:27
1424
  msgid "does not match"
1425
  msgstr "ne correspond pas à"
1426
 
1427
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:28
1428
  msgid "is empty"
1429
  msgstr "est vide"
1430
 
1431
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:29
1432
  msgid "is not empty"
1433
  msgstr "n'est pas vide"
1434
 
1435
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:32
1436
- #: ../../admin/view/index.php:78
1437
  msgid "Apply"
1438
  msgstr "Appliquer"
1439
 
@@ -1465,7 +1509,7 @@ msgstr "Pages Vues Directes"
1465
 
1466
  #: ../../admin/config/maintenance.php:149
1467
  msgid ""
1468
- "Erase all the information collected so far by WP SlimStat. This operation "
1469
  "<strong>does not</strong> reset your settings."
1470
  msgstr ""
1471
 
@@ -1513,9 +1557,10 @@ msgid "Save DB Space"
1513
  msgstr "Gagner de l'espace sur la taille de votre base de données"
1514
 
1515
  #: ../../admin/config/maintenance.php:170
 
1516
  msgid ""
1517
- "Please note that by removing table indexes, WP SlimStat's performance will "
1518
- "be affected."
1519
  msgstr ""
1520
  "Merci de noter qu'en supprimant les indexes, les performances de WP "
1521
  "SlimStats seront impactées."
@@ -1527,9 +1572,9 @@ msgstr "l'auteur de l'article"
1527
 
1528
  #: ../../admin/config/maintenance.php:179
1529
  msgid ""
1530
- "Here below you can find the current configuration string for WP SlimStat. "
1531
- "You can update your settings by pasting a new string here below and clicking "
1532
- "on Import."
1533
  msgstr ""
1534
 
1535
  #: ../../admin/config/maintenance.php:184
@@ -3032,7 +3077,7 @@ msgstr "Zoulou"
3032
 
3033
  # Unknown
3034
  #: ../../admin/lang/dynamic_strings.php:298
3035
- #: ../../admin/view/wp-slimstat-reports.php:496
3036
  msgid "l-"
3037
  msgstr "Inconnue"
3038
 
@@ -3050,66 +3095,71 @@ msgstr "Inconnue"
3050
  msgid "c-xy"
3051
  msgstr "Local"
3052
 
3053
- #: ../../admin/view/index.php:48 ../../admin/view/wp-slimstat-reports.php:793
 
 
 
 
3054
  msgid "Today"
3055
  msgstr "Aujourd'hui"
3056
 
3057
- #: ../../admin/view/index.php:49 ../../admin/view/wp-slimstat-reports.php:794
3058
  msgid "Yesterday"
3059
  msgstr "Hier"
3060
 
3061
- #: ../../admin/view/index.php:50
3062
  msgid "Last 7 Days"
3063
  msgstr "7 derniers jours"
3064
 
3065
- #: ../../admin/view/index.php:51
3066
  #, fuzzy
3067
  msgid "Last 60 Days"
3068
  msgstr "30 dernières minutes"
3069
 
3070
- #: ../../admin/view/index.php:52
3071
  #, fuzzy
3072
  msgid "Last 90 Days"
3073
  msgstr "30 dernières minutes"
3074
 
3075
- #: ../../admin/view/index.php:53
3076
  #, fuzzy
3077
  msgid "This Year So Far"
3078
  msgstr "Année"
3079
 
3080
- #: ../../admin/view/index.php:54
3081
  #, fuzzy
3082
  msgid "Date Range"
3083
  msgstr "Date et heure"
3084
 
3085
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-db.php:72
3086
  msgid "Day"
3087
  msgstr "Jour"
3088
 
3089
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-db.php:73
3090
  msgid "Month"
3091
  msgstr "Mois"
3092
 
3093
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3094
  msgid "Year"
3095
  msgstr "Année"
3096
 
3097
- #: ../../admin/view/index.php:80
3098
  #, fuzzy
3099
  msgid "Reset Filters"
3100
  msgstr "Filtres de dates"
3101
 
3102
- #: ../../admin/view/index.php:121
3103
  msgid "Your report here"
3104
  msgstr "Votre rapport ici"
3105
 
3106
- #: ../../admin/view/index.php:123
 
3107
  msgid ""
3108
- "Yes, you can! Create and view your personalized analytics for WP SlimStat. "
3109
- "Just write a new plugin that retrieves the desired information from the "
3110
- "database and then hook it to the action <code>wp_slimstat_custom_report</"
3111
- "code>. For more information, visit my <a href=\"http://wordpress.org/tags/wp-"
3112
- "slimstat?forum_id=10\" target=\"_blank\">support forum</a>."
3113
  msgstr ""
3114
  "Oui, c'est possible! Créer et voir des statistiques personalisées pour WP "
3115
  "SlimStat. Pour ce faire, il suffit d'écrire une extension qui extrait de la "
@@ -3121,71 +3171,72 @@ msgstr ""
3121
  "mon <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank\">forum "
3122
  "d'aide</a>."
3123
 
3124
- #: ../../admin/view/index.php:137 ../../admin/view/wp-slimstat-reports.php:784
3125
- #: ../../admin/view/wp-slimstat-reports.php:886
3126
- #: ../../admin/view/wp-slimstat-reports.php:1109
3127
  msgid "Pageviews"
3128
  msgstr "Pages vues"
3129
 
3130
- #: ../../admin/view/index.php:140
 
3131
  msgid ""
3132
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3133
- "WP SlimStat leverages this information to identify returning visitors. "
3134
- "Please note that visitors also include registered users."
3135
  msgstr ""
3136
  "Lorsque les visiteurs laissent un commentaire sur votre blog, Wordpress leur "
3137
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
3138
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
3139
 
3140
- #: ../../admin/view/index.php:144
3141
- #, fuzzy
3142
- msgid "Take a sneak peek at what human visitors are doing on your website."
3143
- msgstr ""
3144
- "Jetez un coup d'oeil à ce que les visiteurs humains font sur votre site"
3145
-
3146
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3147
- #: ../../admin/view/index.php:185 ../../admin/view/right-now.php:154
3148
  msgid "Color codes"
3149
  msgstr "Codes couleur"
3150
 
3151
- #: ../../admin/view/index.php:144
3152
- msgid "From a search result page"
 
3153
  msgstr "Depuis un moteur de recherche"
3154
 
3155
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3156
- #: ../../admin/view/index.php:185
3157
  msgid "Known Users"
3158
  msgstr "Utilisateurs connus"
3159
 
3160
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3161
- #: ../../admin/view/index.php:185
3162
  msgid "Other Humans"
3163
  msgstr "Autres humains"
3164
 
3165
- #: ../../admin/view/index.php:148
 
 
 
 
3166
  #, fuzzy
3167
  msgid "Keywords used by your visitors to find your website on a search engine."
3168
  msgstr ""
3169
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
3170
  "de recherche"
3171
 
3172
- #: ../../admin/view/index.php:151
3173
  msgid ""
3174
- "WP SlimStat retrieves live information from Alexa, Facebook and Google, to "
3175
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3176
  "set above don't apply to this report."
3177
  msgstr ""
3178
 
3179
- #: ../../admin/view/index.php:154
3180
  msgid "Human Visits"
3181
  msgstr "Visiteurs humains"
3182
 
3183
- #: ../../admin/view/index.php:157
 
3184
  msgid ""
3185
  "Internet Service Provider: a company which provides other companies or "
3186
  "individuals with access to the Internet. Your DSL or cable internet service "
3187
  "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3188
- "by setting the corresponding filter under Settings > SlimStat > Filters."
3189
  msgstr ""
3190
  "Fournisseur d'Accès Internet: une société qui fournit à d'autres entreprises "
3191
  "ou à des particuliers un accès à Internet. Votre DSL ou service Internet par "
@@ -3193,15 +3244,16 @@ msgstr ""
3193
  "spécifiques en définissant le filtre correspondant sous SlimStat> Réglages> "
3194
  "Filtres."
3195
 
3196
- #: ../../admin/view/index.php:160
 
3197
  msgid ""
3198
- "You can configure WP SlimStat to ignore a specific Country by setting the "
3199
- "corresponding filter under Settings > SlimStat > Filters."
3200
  msgstr ""
3201
  "Vous pouvez configurer WP SlimStat afin d'ignorer un pays spécifique en "
3202
  "définissant le filtre correspondant sous SlimStat> Paramètres> Filtres."
3203
 
3204
- #: ../../admin/view/index.php:163
3205
  msgid ""
3206
  "This report shows you what user agent families (no version considered) are "
3207
  "popular among your visitors."
@@ -3209,7 +3261,7 @@ msgstr ""
3209
  "Ce rapport affiche quelles familles d'user agent (sans prise en compte de "
3210
  "version) sont populaires chez vos visiteurs."
3211
 
3212
- #: ../../admin/view/index.php:166
3213
  msgid ""
3214
  "This report shows you what operating system families (no version considered) "
3215
  "are popular among your visitors."
@@ -3217,11 +3269,11 @@ msgstr ""
3217
  "Ce rapport affiche quelles familles de système d'exploitation (sans prise en "
3218
  "compte de version) sont populaires chez vos visiteurs."
3219
 
3220
- #: ../../admin/view/index.php:172
3221
  msgid "Average Pageviews per Visit"
3222
  msgstr "Moyenne des pages vues par visite"
3223
 
3224
- #: ../../admin/view/index.php:175
3225
  msgid ""
3226
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3227
  "left your site from the entrance (landing) page."
@@ -3230,13 +3282,13 @@ msgstr ""
3230
  "au cours de laquelle le visiteur a quitté votre site à partir de la page "
3231
  "d'entrée."
3232
 
3233
- #: ../../admin/view/index.php:178
3234
  msgid "Searches performed using Wordpress' built-in search functionality."
3235
  msgstr ""
3236
  "Recherches effectuées en utilisant la fonctionnalité de recherche intégrée "
3237
  "dans Wordpress."
3238
 
3239
- #: ../../admin/view/index.php:182
3240
  msgid ""
3241
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3242
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -3246,7 +3298,7 @@ msgstr ""
3246
  "lien dans la page a été cliqué. <br>- <em>ID:xx</em> est affiché lorsque le "
3247
  "lien correspondant possède un attribut ID qui lui est associé."
3248
 
3249
- #: ../../admin/view/index.php:185
3250
  msgid ""
3251
  "This report lists any <em>event</em> occurred on your website. Please refer "
3252
  "to the FAQ for more information on how to leverage this functionality."
@@ -3255,7 +3307,7 @@ msgstr ""
3255
  "web. S'il vous plaît se référer à la FAQ pour plus d'informations sur la "
3256
  "façon de tirer parti de cette fonctionnalité."
3257
 
3258
- #: ../../admin/view/index.php:188
3259
  msgid ""
3260
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3261
  "this report is not affected by the filters set here above."
@@ -3281,510 +3333,517 @@ msgid "Syndication Reader"
3281
  msgstr "Lecteur de Flux (Syndication)"
3282
 
3283
  #: ../../admin/view/right-now.php:30
3284
- #: ../../admin/view/wp-slimstat-reports.php:439
3285
- #: ../../admin/view/wp-slimstat-reports.php:690
3286
  msgid "No data to display"
3287
  msgstr "Aucune donnée à afficher"
3288
 
3289
  # Unknown
3290
  #: ../../admin/view/right-now.php:56
3291
- #: ../../admin/view/wp-slimstat-reports.php:484
3292
- #: ../../admin/view/wp-slimstat-reports.php:733
3293
- #: ../../admin/view/wp-slimstat-reports.php:997
3294
  msgid "c-"
3295
  msgstr "Inconnu"
3296
 
3297
- #: ../../admin/view/right-now.php:127
3298
- #: ../../admin/view/wp-slimstat-reports.php:543
3299
- #: ../../admin/view/wp-slimstat-reports.php:547
3300
- #: ../../admin/view/wp-slimstat-reports.php:715
3301
- #: ../../admin/view/wp-slimstat-reports.php:753
 
 
 
 
 
 
 
 
 
 
 
 
3302
  msgid "Open this URL in a new window"
3303
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3304
 
3305
- #: ../../admin/view/right-now.php:130
3306
  msgid "Local search results page"
3307
  msgstr "Page de résultat d'une recherche locale"
3308
 
3309
- #: ../../admin/view/right-now.php:137
3310
  msgid "Open this referrer in a new window"
3311
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
3312
 
3313
- #: ../../admin/view/right-now.php:138
3314
  msgid "Open this outbound link in a new window"
3315
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3316
 
3317
- #: ../../admin/view/right-now.php:139
3318
- #, fuzzy
3319
- msgid "Date and Time"
3320
- msgstr "Date/Heure"
3321
-
3322
- #: ../../admin/view/right-now.php:140
3323
  #, fuzzy
3324
  msgid "Content Type"
3325
  msgstr "Contenu"
3326
 
3327
- #: ../../admin/view/right-now.php:155
3328
- msgid "Visit with keywords"
3329
- msgstr "Visite avec mots clés"
3330
-
3331
- #: ../../admin/view/right-now.php:157
3332
- #, fuzzy
3333
- msgid "Known User"
3334
- msgstr "Utilisateurs connus"
3335
-
3336
- #: ../../admin/view/right-now.php:158
3337
- #, fuzzy
3338
- msgid "Human Visitor"
3339
- msgstr "Visiteurs humains"
3340
-
3341
- #: ../../admin/view/right-now.php:159
3342
- msgid "Bot or Crawler"
3343
- msgstr "Robot ou Crawler"
3344
-
3345
- #: ../../admin/view/wp-slimstat-db.php:44
3346
  msgid "IP Address"
3347
  msgstr "Adresse IP"
3348
 
3349
- #: ../../admin/view/wp-slimstat-db.php:49
3350
  msgid "Domain"
3351
  msgstr "le domaine"
3352
 
 
 
 
 
 
3353
  #: ../../admin/view/wp-slimstat-db.php:53
3354
  msgid "-- Advanced filters --"
3355
  msgstr "-- Filtres Avancés --"
3356
 
3357
  #: ../../admin/view/wp-slimstat-db.php:54
3358
- #: ../../admin/view/wp-slimstat-reports.php:58
3359
  msgid "Browser Capabilities"
3360
  msgstr "Capacités des Navigateurs"
3361
 
3362
- #: ../../admin/view/wp-slimstat-db.php:66
 
 
 
 
3363
  msgid "Resource ID"
3364
  msgstr "l'ID de ressources"
3365
 
3366
- #: ../../admin/view/wp-slimstat-db.php:71
3367
  msgid "Hour"
3368
  msgstr "Heure"
3369
 
3370
- #: ../../admin/view/wp-slimstat-db.php:77
3371
  #, fuzzy
3372
  msgid "Order Direction"
3373
  msgstr "Macromedia Director"
3374
 
3375
- #: ../../admin/view/wp-slimstat-db.php:78
3376
  msgid "Limit Results"
3377
  msgstr "Limiter les résultats"
3378
 
3379
- #: ../../admin/view/wp-slimstat-db.php:79
3380
  msgid "Start From"
3381
  msgstr "A partir de"
3382
 
3383
- #: ../../admin/view/wp-slimstat-reports.php:38
3384
  msgid "Pageviews (chart)"
3385
  msgstr "Pages vues (graph)"
3386
 
3387
- #: ../../admin/view/wp-slimstat-reports.php:39
3388
- msgid "About WP SlimStat"
 
3389
  msgstr "À propos de WP-SlimStat"
3390
 
3391
- #: ../../admin/view/wp-slimstat-reports.php:40
3392
- #: ../../admin/view/wp-slimstat-reports.php:52
3393
  msgid "At a Glance"
3394
  msgstr "Brièvement"
3395
 
3396
- #: ../../admin/view/wp-slimstat-reports.php:41
3397
  msgid "Currently Online"
3398
  msgstr "Actuellement en ligne"
3399
 
3400
- #: ../../admin/view/wp-slimstat-reports.php:42
3401
- #: ../../admin/view/wp-slimstat-reports.php:76
3402
  msgid "Spy View"
3403
  msgstr "Vue Espion"
3404
 
3405
- #: ../../admin/view/wp-slimstat-reports.php:43
3406
- #: ../../admin/view/wp-slimstat-reports.php:77
3407
  msgid "Recent Search Terms"
3408
  msgstr "Derniers Termes de Recherches"
3409
 
3410
- #: ../../admin/view/wp-slimstat-reports.php:44
3411
  msgid "Top Pages"
3412
  msgstr "Top Pages Vues"
3413
 
3414
- #: ../../admin/view/wp-slimstat-reports.php:45
3415
- #: ../../admin/view/wp-slimstat-reports.php:74
3416
  msgid "Top Traffic Sources"
3417
  msgstr "Top Sources de Trafic"
3418
 
3419
- #: ../../admin/view/wp-slimstat-reports.php:46
3420
  msgid "Top Known Visitors"
3421
  msgstr "Top Visiteurs Connus"
3422
 
3423
- #: ../../admin/view/wp-slimstat-reports.php:47
3424
- #: ../../admin/view/wp-slimstat-reports.php:72
3425
- #: ../../admin/view/wp-slimstat-reports.php:92
3426
  msgid "Top Search Terms"
3427
  msgstr "Top Termes de Recherche"
3428
 
3429
- #: ../../admin/view/wp-slimstat-reports.php:48
3430
- #: ../../admin/view/wp-slimstat-reports.php:59
3431
- #: ../../admin/view/wp-slimstat-reports.php:73
3432
- msgid "Top Countries"
3433
  msgstr "Pays les plus récurrents"
3434
 
3435
- #: ../../admin/view/wp-slimstat-reports.php:49
3436
  msgid "Rankings"
3437
  msgstr "Classements"
3438
 
3439
- #: ../../admin/view/wp-slimstat-reports.php:50
3440
  #, fuzzy
3441
  msgid "Top Language Families"
3442
  msgstr "Top Langues"
3443
 
3444
- #: ../../admin/view/wp-slimstat-reports.php:51
3445
  msgid "Human Visits (chart)"
3446
  msgstr "Visiteurs Humains (graph)"
3447
 
3448
- #: ../../admin/view/wp-slimstat-reports.php:53
 
 
 
 
 
3449
  msgid "Top Languages"
3450
  msgstr "Top Langues"
3451
 
3452
- #: ../../admin/view/wp-slimstat-reports.php:54
3453
  msgid "Top Browsers"
3454
  msgstr "Principaux navigateurs"
3455
 
3456
- #: ../../admin/view/wp-slimstat-reports.php:55
3457
  msgid "Top Service Providers"
3458
  msgstr "Top Fournisseur d'Accès"
3459
 
3460
- #: ../../admin/view/wp-slimstat-reports.php:56
3461
  msgid "Top Operating Systems"
3462
  msgstr "Top Systèmes d'Exploitation"
3463
 
3464
- #: ../../admin/view/wp-slimstat-reports.php:57
3465
  msgid "Top Screen Resolutions"
3466
  msgstr "Top Résolutions d'écran"
3467
 
3468
- #: ../../admin/view/wp-slimstat-reports.php:60
3469
  msgid "Visit Duration"
3470
  msgstr "Durée des Visites"
3471
 
3472
- #: ../../admin/view/wp-slimstat-reports.php:61
3473
- #: ../../admin/view/wp-slimstat-reports.php:78
3474
  msgid "Recent Countries"
3475
  msgstr "Derniers Pays"
3476
 
3477
- #: ../../admin/view/wp-slimstat-reports.php:62
3478
  msgid "Recent Screen Resolutions"
3479
  msgstr "Dernières Résolutions d'écran"
3480
 
3481
- #: ../../admin/view/wp-slimstat-reports.php:63
3482
  msgid "Recent Operating Systems"
3483
  msgstr "Derniers Systèmes d'Exploitation"
3484
 
3485
- #: ../../admin/view/wp-slimstat-reports.php:64
3486
  msgid "Recent Browsers"
3487
  msgstr "Navigateurs récents"
3488
 
3489
- #: ../../admin/view/wp-slimstat-reports.php:65
3490
  msgid "Recent Languages"
3491
  msgstr "Dernier Language"
3492
 
3493
- #: ../../admin/view/wp-slimstat-reports.php:66
3494
  msgid "Top Browser Families"
3495
  msgstr "Principales familles de navigateurs"
3496
 
3497
- #: ../../admin/view/wp-slimstat-reports.php:67
3498
  msgid "Top OS Families"
3499
  msgstr "Principales familles de SO"
3500
 
3501
- #: ../../admin/view/wp-slimstat-reports.php:68
3502
  msgid "Recent Users"
3503
  msgstr "Utilisateurs récents"
3504
 
3505
- #: ../../admin/view/wp-slimstat-reports.php:69
3506
  msgid "Top Users"
3507
  msgstr "Principaux utilisateurs"
3508
 
3509
- #: ../../admin/view/wp-slimstat-reports.php:70
3510
  msgid "Traffic Sources (chart)"
3511
  msgstr "Sources de trafic (graph)"
3512
 
3513
- #: ../../admin/view/wp-slimstat-reports.php:71
3514
  msgid "Summary"
3515
  msgstr "Récapitulatif"
3516
 
3517
- #: ../../admin/view/wp-slimstat-reports.php:75
3518
  msgid "Top Referring Search Engines"
3519
  msgstr "Top Moteurs de Recherche"
3520
 
3521
- #: ../../admin/view/wp-slimstat-reports.php:79
3522
- #: ../../admin/view/wp-slimstat-reports.php:95
3523
  msgid "Top Landing Pages"
3524
  msgstr "Top Pages d'entrées"
3525
 
3526
- #: ../../admin/view/wp-slimstat-reports.php:80
3527
  msgid "Average Pageviews per Visit (chart)"
3528
  msgstr "Moyenne des pages vues par visite (graph)"
3529
 
3530
- #: ../../admin/view/wp-slimstat-reports.php:81
3531
  msgid "Recent Posts"
3532
  msgstr "Contenus récents"
3533
 
3534
- #: ../../admin/view/wp-slimstat-reports.php:82
3535
  msgid "Recent Bounce Pages"
3536
  msgstr "Dernières Pages de Rebonds"
3537
 
3538
- #: ../../admin/view/wp-slimstat-reports.php:83
3539
  msgid "Recent Feeds"
3540
  msgstr "Flux récents"
3541
 
3542
- #: ../../admin/view/wp-slimstat-reports.php:84
3543
  msgid "Recent Pages Not Found"
3544
  msgstr "Dernières pages non trouvées"
3545
 
3546
- #: ../../admin/view/wp-slimstat-reports.php:85
3547
  msgid "Recent Internal Searches"
3548
  msgstr "Recherches internes récentes"
3549
 
3550
- #: ../../admin/view/wp-slimstat-reports.php:86
3551
  msgid "Top Categories"
3552
  msgstr "Top Catégories"
3553
 
3554
- #: ../../admin/view/wp-slimstat-reports.php:87
3555
  msgid "Recent Outbound Links"
3556
  msgstr "Liens sortants récents"
3557
 
3558
- #: ../../admin/view/wp-slimstat-reports.php:88
3559
  msgid "Recent Events"
3560
  msgstr "Evènements Récents"
3561
 
3562
- #: ../../admin/view/wp-slimstat-reports.php:89
3563
  msgid "Top Posts"
3564
  msgstr "Top Posts"
3565
 
3566
- #: ../../admin/view/wp-slimstat-reports.php:90
3567
  msgid "Top Feeds"
3568
  msgstr "Top Feeds"
3569
 
3570
- #: ../../admin/view/wp-slimstat-reports.php:91
3571
  msgid "Top Internal Searches"
3572
  msgstr "Top Recherches Internes"
3573
 
3574
- #: ../../admin/view/wp-slimstat-reports.php:93
3575
  msgid "Recent Categories"
3576
  msgstr "Dernières Catégories"
3577
 
3578
- #: ../../admin/view/wp-slimstat-reports.php:94
3579
  msgid "Top Pages Not Found"
3580
  msgstr "Top Pages non trouvées"
3581
 
3582
- #: ../../admin/view/wp-slimstat-reports.php:96
3583
  msgid "Top Authors"
3584
  msgstr "Top Auteurs"
3585
 
3586
- #: ../../admin/view/wp-slimstat-reports.php:97
3587
  msgid "Top Tags"
3588
  msgstr "Top Mots Clés"
3589
 
3590
- #: ../../admin/view/wp-slimstat-reports.php:98
3591
  msgid "Recent Downloads"
3592
  msgstr "Téléchargements récents"
3593
 
3594
- #: ../../admin/view/wp-slimstat-reports.php:99
3595
- msgid "Top Outbound Links and Downloads"
 
3596
  msgstr "Top des liens \"Outbounds\" et des téléchargements"
3597
 
3598
- #: ../../admin/view/wp-slimstat-reports.php:100
3599
  msgid "Your Website"
3600
  msgstr "Votre site web"
3601
 
3602
- #: ../../admin/view/wp-slimstat-reports.php:102
 
 
 
 
3603
  #, fuzzy
3604
- msgid "At A Glance"
3605
- msgstr "Brièvement"
3606
 
3607
- #: ../../admin/view/wp-slimstat-reports.php:220
3608
  msgid "Chart controls"
3609
  msgstr "Contrôle du graphique"
3610
 
3611
- #: ../../admin/view/wp-slimstat-reports.php:220
3612
  msgid "Use your mouse wheel to zoom in and out"
3613
  msgstr "Utilisez la molette de votre souris pour zoomer et dézoomer"
3614
 
3615
- #: ../../admin/view/wp-slimstat-reports.php:220
3616
  msgid "While zooming in, drag the chart to move to a different area"
3617
  msgstr ""
3618
  "Alors que le zoom avant est activé, faites glisser la carte pour passer à "
3619
  "une autre zone"
3620
 
3621
- #: ../../admin/view/wp-slimstat-reports.php:220
3622
  msgid "Double click on an empty region to reset the zoom level"
3623
  msgstr "Double-cliquez sur une zone vide pour réinitialiser le niveau de zoom"
3624
 
3625
- #: ../../admin/view/wp-slimstat-reports.php:221
3626
- msgid ""
3627
- "Click on a data point to display the activity chart for each hour of that day"
3628
- msgstr ""
3629
- "Cliquez sur un point de données pour afficher le graphique d'activité pour "
3630
- "chaque heure de la journée"
3631
-
3632
- #: ../../admin/view/wp-slimstat-reports.php:270
3633
  msgid "src"
3634
  msgstr "src"
3635
 
3636
- #: ../../admin/view/wp-slimstat-reports.php:271
3637
  msgid "serp"
3638
  msgstr "serp"
3639
 
3640
- #: ../../admin/view/wp-slimstat-reports.php:276
3641
  msgid "Go to the corresponding search engine result page"
3642
  msgstr ""
3643
  "Aller sur la page correspondant aux résultats du moteur de recherche (SERP)"
3644
 
3645
- #: ../../admin/view/wp-slimstat-reports.php:279
3646
  msgid "Go to the referring page"
3647
  msgstr "Aller sur la page référente"
3648
 
3649
- #: ../../admin/view/wp-slimstat-reports.php:302
3650
  msgid "Remove filter for"
3651
  msgstr "Enlever le filtre pour"
3652
 
3653
- #: ../../admin/view/wp-slimstat-reports.php:309
3654
  msgid "Reset All"
3655
  msgstr "Réinitialiser l'ensemble"
3656
 
3657
- #: ../../admin/view/wp-slimstat-reports.php:312
3658
  msgid "Current filters:"
3659
  msgstr "Filtres actifs :"
3660
 
3661
- #: ../../admin/view/wp-slimstat-reports.php:316
3662
  msgid "Refresh"
3663
  msgstr "Rafraichir"
3664
 
3665
- #: ../../admin/view/wp-slimstat-reports.php:353
3666
  #, php-format
3667
  msgid "Results %s - %s of %s"
3668
  msgstr "Résultats %s - %s de %s"
3669
 
3670
- #: ../../admin/view/wp-slimstat-reports.php:355
3671
  msgid "Refresh in"
3672
  msgstr "Rafraichir dans "
3673
 
3674
- #: ../../admin/view/wp-slimstat-reports.php:377
3675
- #: ../../admin/view/wp-slimstat-reports.php:389
3676
  #, php-format
3677
  msgid "Daily %s"
3678
  msgstr "%s par Jour"
3679
 
3680
- #: ../../admin/view/wp-slimstat-reports.php:380
3681
  #, php-format
3682
  msgid "%s Minute by Minute"
3683
  msgstr "%s minute par minute"
3684
 
3685
- #: ../../admin/view/wp-slimstat-reports.php:383
3686
  #, php-format
3687
  msgid "Hourly %s"
3688
  msgstr "%s par Heure"
3689
 
3690
- #: ../../admin/view/wp-slimstat-reports.php:386
3691
  #, php-format
3692
  msgid "Monthly %s"
3693
  msgstr "%s par Mois"
3694
 
3695
- #: ../../admin/view/wp-slimstat-reports.php:466
3696
  msgid "Category ID"
3697
  msgstr "l'ID de la catégorie de l'article"
3698
 
3699
- #: ../../admin/view/wp-slimstat-reports.php:499
3700
  msgid "OS Code"
3701
  msgstr "Code OS "
3702
 
3703
- #: ../../admin/view/wp-slimstat-reports.php:509
3704
  msgid "Referrer"
3705
  msgstr "Référent"
3706
 
3707
- #: ../../admin/view/wp-slimstat-reports.php:533
3708
- #: ../../admin/view/wp-slimstat-reports.php:821
3709
- #: ../../admin/view/wp-slimstat-reports.php:830
3710
- #: ../../admin/view/wp-slimstat-reports.php:836
3711
- #: ../../admin/view/wp-slimstat-reports.php:842
3712
- #: ../../admin/view/wp-slimstat-reports.php:848
3713
- #: ../../admin/view/wp-slimstat-reports.php:854
3714
- #: ../../admin/view/wp-slimstat-reports.php:860
3715
- #: ../../admin/view/wp-slimstat-reports.php:866
3716
  msgid "Hits"
3717
  msgstr "Hits"
3718
 
3719
- #: ../../admin/view/wp-slimstat-reports.php:707
3720
  msgid "Search for"
3721
  msgstr "Recherche pour"
3722
 
3723
- #: ../../admin/view/wp-slimstat-reports.php:743
3724
- #: ../../admin/view/wp-slimstat-reports.php:753
3725
  msgid "Source"
3726
  msgstr "Source"
3727
 
3728
- #: ../../admin/view/wp-slimstat-reports.php:745
3729
  msgid "Keywords"
3730
  msgstr "les mots clés"
3731
 
3732
- #: ../../admin/view/wp-slimstat-reports.php:753
3733
  #, php-format
3734
  msgid "Filter results where resource equals %s"
3735
  msgstr "Filtrer les résultats où la ressource égale %s"
3736
 
3737
- #: ../../admin/view/wp-slimstat-reports.php:767
 
 
 
 
 
3738
  msgid "Total Pageviews"
3739
  msgstr "Total Pages Vues"
3740
 
3741
- #: ../../admin/view/wp-slimstat-reports.php:768
3742
  msgid "DB Size"
3743
  msgstr "Taille de la base de données"
3744
 
3745
- #: ../../admin/view/wp-slimstat-reports.php:769
3746
  msgid "Tracking Active"
3747
  msgstr "Traçage actif"
3748
 
3749
- #: ../../admin/view/wp-slimstat-reports.php:770
3750
  msgid "Javascript Mode"
3751
  msgstr "Mode Javascript"
3752
 
3753
- #: ../../admin/view/wp-slimstat-reports.php:771
3754
  msgid "Tracking Browser Caps"
3755
  msgstr "Traçage Capacités Navigateurs"
3756
 
3757
- #: ../../admin/view/wp-slimstat-reports.php:772
3758
  msgid "Auto purge"
3759
  msgstr "Purge automatique"
3760
 
3761
- #: ../../admin/view/wp-slimstat-reports.php:773
3762
  msgid "Oldest pageview"
3763
  msgstr "Plus ancienne page vue"
3764
 
3765
- #: ../../admin/view/wp-slimstat-reports.php:773
3766
  msgid "No visits"
3767
  msgstr "Aucune visite"
3768
 
3769
- #: ../../admin/view/wp-slimstat-reports.php:783
3770
- #: ../../admin/view/wp-slimstat-reports.php:885
 
3771
  msgid ""
3772
- "A request to load a single HTML file. WP SlimStat logs a \"pageview\" each "
3773
- "time the tracking code is executed."
3774
  msgstr ""
3775
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
3776
  "vues \" chaque fois que le code de traçage est exécuté."
3777
 
3778
- #: ../../admin/view/wp-slimstat-reports.php:785
3779
  msgid "How many pages have been visited on average during the current period."
3780
  msgstr ""
3781
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
3782
 
3783
- #: ../../admin/view/wp-slimstat-reports.php:786
3784
  msgid "Average Pageviews"
3785
  msgstr "Nombre de pages vues en moyenne"
3786
 
3787
- #: ../../admin/view/wp-slimstat-reports.php:787
3788
  msgid ""
3789
  "Visitors who landed on your site after searching for a keyword on Google, "
3790
  "Yahoo, etc."
@@ -3792,11 +3851,11 @@ msgstr ""
3792
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
3793
  "sur Google, Yahoo, etc"
3794
 
3795
- #: ../../admin/view/wp-slimstat-reports.php:788
3796
  msgid "From Search Results"
3797
  msgstr "Résultat de recherches"
3798
 
3799
- #: ../../admin/view/wp-slimstat-reports.php:789
3800
  msgid ""
3801
  "Used to differentiate between multiple requests to download a file from one "
3802
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3805,23 +3864,23 @@ msgstr ""
3805
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
3806
  "provenant de plusieurs adresses distinctes"
3807
 
3808
- #: ../../admin/view/wp-slimstat-reports.php:790
3809
- #: ../../admin/view/wp-slimstat-reports.php:805
3810
- #: ../../admin/view/wp-slimstat-reports.php:1109
3811
- #: ../../admin/view/wp-slimstat-reports.php:1113
3812
- #: ../../admin/view/wp-slimstat-reports.php:1117
3813
  msgid "Unique IPs"
3814
  msgstr "IPs uniques"
3815
 
3816
- #: ../../admin/view/wp-slimstat-reports.php:791
3817
  msgid "Last 5 minutes"
3818
  msgstr "5 dernières minutes"
3819
 
3820
- #: ../../admin/view/wp-slimstat-reports.php:792
3821
  msgid "Last 30 minutes"
3822
  msgstr "30 dernières minutes"
3823
 
3824
- #: ../../admin/view/wp-slimstat-reports.php:802
3825
  msgid ""
3826
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3827
  "multiple times if they perform multiple visits."
@@ -3830,16 +3889,16 @@ msgstr ""
3830
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
3831
  "multiples."
3832
 
3833
- #: ../../admin/view/wp-slimstat-reports.php:803
3834
  msgid "Human visits"
3835
  msgstr "Visiteurs humains"
3836
 
3837
- #: ../../admin/view/wp-slimstat-reports.php:804
3838
  msgid "It includes only traffic generated by human visitors."
3839
  msgstr "Cela ne comprend que les visites dites humaines."
3840
 
3841
- #: ../../admin/view/wp-slimstat-reports.php:806
3842
- #: ../../admin/view/wp-slimstat-reports.php:897
3843
  msgid ""
3844
  "Percentage of single-page visits, i.e. visits in which the person left your "
3845
  "site from the entrance page."
@@ -3847,76 +3906,76 @@ msgstr ""
3847
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
3848
  "desquelles la personne a quitté votre site dès la page d'entrée."
3849
 
3850
- #: ../../admin/view/wp-slimstat-reports.php:807
3851
  msgid "Bounce rate"
3852
  msgstr "Taux de rebond"
3853
 
3854
- #: ../../admin/view/wp-slimstat-reports.php:808
3855
  msgid "Visitors who had previously left a comment on your blog."
3856
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
3857
 
3858
- #: ../../admin/view/wp-slimstat-reports.php:809
3859
  msgid "Known visitors"
3860
  msgstr "Visiteurs connus"
3861
 
3862
- #: ../../admin/view/wp-slimstat-reports.php:810
3863
  msgid "Human users who visited your site only once."
3864
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
3865
 
3866
- #: ../../admin/view/wp-slimstat-reports.php:811
3867
  msgid "New visitors"
3868
  msgstr "Nouveaux visiteurs"
3869
 
3870
- #: ../../admin/view/wp-slimstat-reports.php:812
3871
  msgid "Bots"
3872
  msgstr "Robots"
3873
 
3874
- #: ../../admin/view/wp-slimstat-reports.php:813
3875
  msgid "Pages per visit"
3876
  msgstr "Pages vues par visite"
3877
 
3878
- #: ../../admin/view/wp-slimstat-reports.php:814
3879
- #: ../../admin/view/wp-slimstat-reports.php:1122
3880
  msgid "Longest visit"
3881
  msgstr "Visite la plus longue"
3882
 
3883
- #: ../../admin/view/wp-slimstat-reports.php:814
3884
  msgid "hits"
3885
  msgstr "hits"
3886
 
3887
- #: ../../admin/view/wp-slimstat-reports.php:832
3888
  msgid "0 - 30 seconds"
3889
  msgstr "0 - 30 secondes"
3890
 
3891
- #: ../../admin/view/wp-slimstat-reports.php:838
3892
  msgid "31 - 60 seconds"
3893
  msgstr "31 - 60 secondes"
3894
 
3895
- #: ../../admin/view/wp-slimstat-reports.php:844
3896
  msgid "1 - 3 minutes"
3897
  msgstr "1 - 3 minutes"
3898
 
3899
- #: ../../admin/view/wp-slimstat-reports.php:850
3900
  msgid "3 - 5 minutes"
3901
  msgstr "3 - 5 minutes"
3902
 
3903
- #: ../../admin/view/wp-slimstat-reports.php:856
3904
  msgid "5 - 7 minutes"
3905
  msgstr "5 - 7 minutes"
3906
 
3907
- #: ../../admin/view/wp-slimstat-reports.php:862
3908
  msgid "7 - 10 minutes"
3909
  msgstr "7 - 10 minutes"
3910
 
3911
- #: ../../admin/view/wp-slimstat-reports.php:868
3912
  msgid "More than 10 minutes"
3913
  msgstr "Plus de 10 minutes"
3914
 
3915
- #: ../../admin/view/wp-slimstat-reports.php:877
3916
  msgid "Average time on site"
3917
  msgstr "Moyenne du temps passé sur le site"
3918
 
3919
- #: ../../admin/view/wp-slimstat-reports.php:887
3920
  msgid ""
3921
  "A referrer (or referring site) is the site that a visitor previously visited "
3922
  "before following a link to your site."
@@ -3924,11 +3983,11 @@ msgstr ""
3924
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
3925
  "suivre un lien vers votre site."
3926
 
3927
- #: ../../admin/view/wp-slimstat-reports.php:888
3928
  msgid "Unique Referrers"
3929
  msgstr "Référents uniques"
3930
 
3931
- #: ../../admin/view/wp-slimstat-reports.php:889
3932
  msgid ""
3933
  "Visitors who visited the site by typing the URL directly into their browser. "
3934
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3941,11 +4000,11 @@ msgstr ""
3941
  "courriels non marquées, ou des liens à partir de documents qui ne "
3942
  "contiennent pas de variables de suivi."
3943
 
3944
- #: ../../admin/view/wp-slimstat-reports.php:890
3945
  msgid "Direct Pageviews"
3946
  msgstr "Pages Vues Directes"
3947
 
3948
- #: ../../admin/view/wp-slimstat-reports.php:891
3949
  msgid ""
3950
  "Visitors who came to your site via searches on Google or some other search "
3951
  "engine."
@@ -3953,11 +4012,11 @@ msgstr ""
3953
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
3954
  "ou autre."
3955
 
3956
- #: ../../admin/view/wp-slimstat-reports.php:892
3957
  msgid "From a search result"
3958
  msgstr "Depuis un moteur de recherche"
3959
 
3960
- #: ../../admin/view/wp-slimstat-reports.php:893
3961
  msgid ""
3962
  "The first page that a user views during a session. This is also known as the "
3963
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3969,25 +4028,25 @@ msgstr ""
3969
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
3970
  "sera comptée (pour cette visite) comme la page d'entrée."
3971
 
3972
- #: ../../admin/view/wp-slimstat-reports.php:894
3973
  msgid "Unique Landing Pages"
3974
  msgstr "Pages d'Entrées Uniques"
3975
 
3976
- #: ../../admin/view/wp-slimstat-reports.php:895
3977
  msgid "Number of single-page visits to your site over the selected period."
3978
  msgstr ""
3979
  "Nombre de visites d'une seule page de votre site au cours de la période "
3980
  "sélectionnée."
3981
 
3982
- #: ../../admin/view/wp-slimstat-reports.php:896
3983
  msgid "Bounce Pages"
3984
  msgstr "Pages de Rebonds"
3985
 
3986
- #: ../../admin/view/wp-slimstat-reports.php:898
3987
  msgid "New Visitors Rate"
3988
  msgstr "Taux de Nouveaux Visiteurs"
3989
 
3990
- #: ../../admin/view/wp-slimstat-reports.php:899
3991
  msgid ""
3992
  "Visitors who visited the site in the last 5 minutes coming from a search "
3993
  "engine."
@@ -3995,59 +4054,59 @@ msgstr ""
3995
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
3996
  "d'un moteur de recherche."
3997
 
3998
- #: ../../admin/view/wp-slimstat-reports.php:900
3999
  msgid "Currently from search engines"
4000
  msgstr "Moteurs de recherche récents"
4001
 
4002
- #: ../../admin/view/wp-slimstat-reports.php:968
4003
  msgid "Number of pages in your site included in Google's index."
4004
  msgstr "Nombre de pages de votre site indexées par Google."
4005
 
4006
- #: ../../admin/view/wp-slimstat-reports.php:969
4007
  msgid "Google Index"
4008
  msgstr "Index Google"
4009
 
4010
- #: ../../admin/view/wp-slimstat-reports.php:970
4011
  msgid "Number of pages, according to Google, that link back to your site."
4012
  msgstr ""
4013
  "Nombre de pages qui pointent sur votre site, d'après les informations "
4014
  "fournies par Google."
4015
 
4016
- #: ../../admin/view/wp-slimstat-reports.php:971
4017
  msgid "Google Backlinks"
4018
  msgstr "Backlinks Google"
4019
 
4020
- #: ../../admin/view/wp-slimstat-reports.php:972
4021
  msgid ""
4022
  "How many times the Facebook Like button has been approximately clicked on "
4023
  "your site."
4024
  msgstr ""
4025
  "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
4026
 
4027
- #: ../../admin/view/wp-slimstat-reports.php:973
4028
  msgid "Facebook Likes"
4029
  msgstr "\"J'aime\" Facebook"
4030
 
4031
- #: ../../admin/view/wp-slimstat-reports.php:974
4032
  msgid ""
4033
  "How many times your site has been shared by someone on the social network."
4034
  msgstr ""
4035
  "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
4036
  "social."
4037
 
4038
- #: ../../admin/view/wp-slimstat-reports.php:975
4039
  msgid "Facebook Shares"
4040
  msgstr "Partages Facebook"
4041
 
4042
- #: ../../admin/view/wp-slimstat-reports.php:976
4043
  msgid "How many times links to your website have been clicked on Facebook."
4044
  msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
4045
 
4046
- #: ../../admin/view/wp-slimstat-reports.php:977
4047
  msgid "Facebook Clicks"
4048
  msgstr "Clicks Facebook"
4049
 
4050
- #: ../../admin/view/wp-slimstat-reports.php:978
4051
  msgid ""
4052
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4053
  "traffic data."
@@ -4055,1156 +4114,1207 @@ msgstr ""
4055
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
4056
  "concernant le trafic web."
4057
 
4058
- #: ../../admin/view/wp-slimstat-reports.php:979
4059
  msgid "Alexa World Rank"
4060
  msgstr "Alexa, Classement mondial"
4061
 
4062
- #: ../../admin/view/wp-slimstat-reports.php:980
4063
  msgid "Alexa Country Rank"
4064
  msgstr "Alexa, Classement par pays"
4065
 
4066
- #: ../../admin/view/wp-slimstat-reports.php:981
4067
  msgid "Alexa Popularity"
4068
  msgstr "Alexa, Popularité"
4069
 
4070
  # Unknown
4071
- #: ../../admin/view/wp-slimstat-reports.php:988
4072
  msgid "c-xx"
4073
  msgstr "Inconnu"
4074
 
4075
  # Afghanistan
4076
- #: ../../admin/view/wp-slimstat-reports.php:988
4077
  msgid "c-af"
4078
  msgstr "Afghanistan"
4079
 
4080
  # Åland Islands
4081
- #: ../../admin/view/wp-slimstat-reports.php:988
4082
  msgid "c-ax"
4083
  msgstr "Îles Åland"
4084
 
4085
  # Albania
4086
- #: ../../admin/view/wp-slimstat-reports.php:988
4087
  msgid "c-al"
4088
  msgstr "Albanie"
4089
 
4090
  # Algeria
4091
- #: ../../admin/view/wp-slimstat-reports.php:988
4092
  msgid "c-dz"
4093
  msgstr "Algérie"
4094
 
4095
  # Andorra
4096
- #: ../../admin/view/wp-slimstat-reports.php:988
4097
  msgid "c-ad"
4098
  msgstr "Andorre"
4099
 
4100
  # Angola
4101
- #: ../../admin/view/wp-slimstat-reports.php:988
4102
  msgid "c-ao"
4103
  msgstr "Angola"
4104
 
4105
  # Anguilla
4106
- #: ../../admin/view/wp-slimstat-reports.php:988
4107
  msgid "c-ai"
4108
  msgstr "Anguilla"
4109
 
4110
  # Antigua and Barbuda
4111
- #: ../../admin/view/wp-slimstat-reports.php:988
4112
  msgid "c-ag"
4113
  msgstr "Antigua et Barbuda"
4114
 
4115
  # Argentina
4116
- #: ../../admin/view/wp-slimstat-reports.php:988
4117
  msgid "c-ar"
4118
  msgstr "Argentine"
4119
 
4120
  # Armenia
4121
- #: ../../admin/view/wp-slimstat-reports.php:988
4122
  msgid "c-am"
4123
  msgstr "Arménie"
4124
 
4125
  # Aruba
4126
- #: ../../admin/view/wp-slimstat-reports.php:988
4127
  msgid "c-aw"
4128
  msgstr "Aruba"
4129
 
4130
  # Australia
4131
- #: ../../admin/view/wp-slimstat-reports.php:988
4132
  msgid "c-au"
4133
  msgstr "Australie"
4134
 
4135
  # Austria
4136
- #: ../../admin/view/wp-slimstat-reports.php:988
4137
  msgid "c-at"
4138
  msgstr "Autriche"
4139
 
4140
  # Azerbaijan
4141
- #: ../../admin/view/wp-slimstat-reports.php:988
4142
  msgid "c-az"
4143
  msgstr "Azerbaïdjan"
4144
 
4145
  # Bahamas
4146
- #: ../../admin/view/wp-slimstat-reports.php:988
4147
  msgid "c-bs"
4148
  msgstr "Bahamas"
4149
 
4150
  # Bahrain
4151
- #: ../../admin/view/wp-slimstat-reports.php:988
4152
  msgid "c-bh"
4153
  msgstr "Bahreïn"
4154
 
4155
  # Bangladesh
4156
- #: ../../admin/view/wp-slimstat-reports.php:988
4157
  msgid "c-bd"
4158
  msgstr "Bangladesh"
4159
 
4160
  # Barbados
4161
- #: ../../admin/view/wp-slimstat-reports.php:988
4162
  msgid "c-bb"
4163
  msgstr "Barbade"
4164
 
4165
  # Belarus
4166
- #: ../../admin/view/wp-slimstat-reports.php:988
4167
  msgid "c-by"
4168
  msgstr "Bélarus"
4169
 
4170
  # Belgium
4171
- #: ../../admin/view/wp-slimstat-reports.php:988
4172
  msgid "c-be"
4173
  msgstr "Belgique"
4174
 
4175
  # Belize
4176
- #: ../../admin/view/wp-slimstat-reports.php:988
4177
  msgid "c-bz"
4178
  msgstr "Belize"
4179
 
4180
  # Benin
4181
- #: ../../admin/view/wp-slimstat-reports.php:988
4182
  msgid "c-bj"
4183
  msgstr "Bénin"
4184
 
4185
  # Bermuda
4186
- #: ../../admin/view/wp-slimstat-reports.php:988
4187
  msgid "c-bm"
4188
  msgstr "Bermudes"
4189
 
4190
  # Bhutan
4191
- #: ../../admin/view/wp-slimstat-reports.php:988
4192
  msgid "c-bt"
4193
  msgstr "Bhoutan"
4194
 
4195
  # Bolivia
4196
- #: ../../admin/view/wp-slimstat-reports.php:988
4197
  msgid "c-bo"
4198
  msgstr "État plurinational de Bolivie"
4199
 
4200
  # Bosnia and Herzegovina
4201
- #: ../../admin/view/wp-slimstat-reports.php:988
4202
  msgid "c-ba"
4203
  msgstr "Bosnie-Herzégovine"
4204
 
4205
  # Botswana
4206
- #: ../../admin/view/wp-slimstat-reports.php:988
4207
  msgid "c-bw"
4208
  msgstr "Botswana"
4209
 
4210
  # Brazil
4211
- #: ../../admin/view/wp-slimstat-reports.php:988
4212
  msgid "c-br"
4213
  msgstr "Brésil"
4214
 
4215
  # Brunei Darussalam
4216
- #: ../../admin/view/wp-slimstat-reports.php:988
4217
  msgid "c-bn"
4218
  msgstr "Brunéi Darussalam"
4219
 
4220
  # Bulgaria
4221
- #: ../../admin/view/wp-slimstat-reports.php:988
4222
  msgid "c-bg"
4223
  msgstr "Bulgarie"
4224
 
4225
  # Burkina Faso
4226
- #: ../../admin/view/wp-slimstat-reports.php:988
4227
  msgid "c-bf"
4228
  msgstr "Burkina Faso"
4229
 
4230
  # Burundi
4231
- #: ../../admin/view/wp-slimstat-reports.php:988
4232
  msgid "c-bi"
4233
  msgstr "Burundi"
4234
 
4235
  # Cambodia
4236
- #: ../../admin/view/wp-slimstat-reports.php:988
4237
  msgid "c-kh"
4238
  msgstr "Cambodge"
4239
 
4240
  # Cameroon
4241
- #: ../../admin/view/wp-slimstat-reports.php:988
4242
  msgid "c-cm"
4243
  msgstr "Cameroun"
4244
 
4245
  # Canada
4246
- #: ../../admin/view/wp-slimstat-reports.php:988
4247
  msgid "c-ca"
4248
  msgstr "Canada"
4249
 
4250
  # Cape Verde
4251
- #: ../../admin/view/wp-slimstat-reports.php:988
4252
  msgid "c-cv"
4253
  msgstr "Cap-Vert"
4254
 
4255
  # Cayman Islands
4256
- #: ../../admin/view/wp-slimstat-reports.php:988
4257
  msgid "c-ky"
4258
  msgstr "Îles Caïmans"
4259
 
4260
  # Central African Republic
4261
- #: ../../admin/view/wp-slimstat-reports.php:988
4262
  msgid "c-cf"
4263
  msgstr "République Centrafricaine"
4264
 
4265
  # Chad
4266
- #: ../../admin/view/wp-slimstat-reports.php:988
4267
  msgid "c-td"
4268
  msgstr "Tchad"
4269
 
4270
  # Chile
4271
- #: ../../admin/view/wp-slimstat-reports.php:988
4272
  msgid "c-cl"
4273
  msgstr "Chili"
4274
 
4275
  # China
4276
- #: ../../admin/view/wp-slimstat-reports.php:988
4277
  msgid "c-cn"
4278
  msgstr "Chine"
4279
 
4280
  # Colombia
4281
- #: ../../admin/view/wp-slimstat-reports.php:988
4282
  msgid "c-co"
4283
  msgstr "Colombie"
4284
 
4285
  # Comoros
4286
- #: ../../admin/view/wp-slimstat-reports.php:988
4287
  msgid "c-km"
4288
  msgstr "Comores"
4289
 
4290
  # Congo
4291
- #: ../../admin/view/wp-slimstat-reports.php:988
4292
  msgid "c-cg"
4293
  msgstr "Congo"
4294
 
4295
  # The Democratic Republic of the Congo
4296
- #: ../../admin/view/wp-slimstat-reports.php:988
4297
  msgid "c-cd"
4298
  msgstr "République Démocratique du Congo"
4299
 
4300
  # Costa Rica
4301
- #: ../../admin/view/wp-slimstat-reports.php:988
4302
  msgid "c-cr"
4303
  msgstr "Costa Rica"
4304
 
4305
  # Côte d'Ivoire
4306
- #: ../../admin/view/wp-slimstat-reports.php:988
4307
  msgid "c-ci"
4308
  msgstr "Côte d'Ivoire"
4309
 
4310
  # Croatia
4311
- #: ../../admin/view/wp-slimstat-reports.php:988
4312
  msgid "c-hr"
4313
  msgstr "Croatie"
4314
 
4315
  # Cuba
4316
- #: ../../admin/view/wp-slimstat-reports.php:988
4317
  msgid "c-cu"
4318
  msgstr "Cuba"
4319
 
4320
  # Cyprus
4321
- #: ../../admin/view/wp-slimstat-reports.php:988
4322
  msgid "c-cy"
4323
  msgstr "Chypre"
4324
 
4325
  # Czech Republic
4326
- #: ../../admin/view/wp-slimstat-reports.php:988
4327
  msgid "c-cz"
4328
  msgstr "République tchèque"
4329
 
4330
  # Denmark
4331
- #: ../../admin/view/wp-slimstat-reports.php:988
4332
  msgid "c-dk"
4333
  msgstr "Danemark"
4334
 
4335
  # Djibouti
4336
- #: ../../admin/view/wp-slimstat-reports.php:988
4337
  msgid "c-dj"
4338
  msgstr "Djibouti"
4339
 
4340
  # Dominica
4341
- #: ../../admin/view/wp-slimstat-reports.php:988
4342
  msgid "c-dm"
4343
  msgstr "Dominique"
4344
 
4345
  # Dominican Republic
4346
- #: ../../admin/view/wp-slimstat-reports.php:988
4347
  msgid "c-do"
4348
  msgstr "République dominicaine"
4349
 
4350
  # Ecuador
4351
- #: ../../admin/view/wp-slimstat-reports.php:988
4352
  msgid "c-ec"
4353
  msgstr "Équateur"
4354
 
4355
  # Egypt
4356
- #: ../../admin/view/wp-slimstat-reports.php:988
4357
  msgid "c-eg"
4358
  msgstr "Égypte"
4359
 
4360
  # El Salvador
4361
- #: ../../admin/view/wp-slimstat-reports.php:988
4362
  msgid "c-sv"
4363
  msgstr "El Salvador"
4364
 
4365
  # Equatorial Guinea
4366
- #: ../../admin/view/wp-slimstat-reports.php:988
4367
  msgid "c-gq"
4368
  msgstr "Guinée équatoriale"
4369
 
4370
  # Eritrea
4371
- #: ../../admin/view/wp-slimstat-reports.php:988
4372
  msgid "c-er"
4373
  msgstr "Érythrée"
4374
 
4375
  # Estonia
4376
- #: ../../admin/view/wp-slimstat-reports.php:988
4377
  msgid "c-ee"
4378
  msgstr "Estonie"
4379
 
4380
  # Ethiopia
4381
- #: ../../admin/view/wp-slimstat-reports.php:988
4382
  msgid "c-et"
4383
  msgstr "Éthiopie"
4384
 
4385
  # Faroe Islands
4386
- #: ../../admin/view/wp-slimstat-reports.php:988
4387
  msgid "c-fo"
4388
  msgstr "Îles Féroé"
4389
 
4390
  # Falkland Islands (Malvinas)
4391
- #: ../../admin/view/wp-slimstat-reports.php:988
4392
  msgid "c-fk"
4393
  msgstr "Îles Falkland (Malvinas)"
4394
 
4395
  # Fiji
4396
- #: ../../admin/view/wp-slimstat-reports.php:988
4397
  msgid "c-fj"
4398
  msgstr "Fidji"
4399
 
4400
  # Finland
4401
- #: ../../admin/view/wp-slimstat-reports.php:988
4402
  msgid "c-fi"
4403
  msgstr "Finlande"
4404
 
4405
  # France
4406
- #: ../../admin/view/wp-slimstat-reports.php:988
4407
  msgid "c-fr"
4408
  msgstr "France"
4409
 
4410
  # French Guiana
4411
- #: ../../admin/view/wp-slimstat-reports.php:988
4412
  msgid "c-gf"
4413
  msgstr "Guyane française"
4414
 
4415
  # Gabon
4416
- #: ../../admin/view/wp-slimstat-reports.php:988
4417
  msgid "c-ga"
4418
  msgstr "Gabon"
4419
 
4420
  # Gambia
4421
- #: ../../admin/view/wp-slimstat-reports.php:988
4422
  msgid "c-gm"
4423
  msgstr "Gambie"
4424
 
4425
  # Georgia
4426
- #: ../../admin/view/wp-slimstat-reports.php:988
4427
  msgid "c-ge"
4428
  msgstr "Géorgie"
4429
 
4430
  # Germany
4431
- #: ../../admin/view/wp-slimstat-reports.php:988
4432
  msgid "c-de"
4433
  msgstr "Allemagne"
4434
 
4435
  # Ghana
4436
- #: ../../admin/view/wp-slimstat-reports.php:988
4437
  msgid "c-gh"
4438
  msgstr "Ghana"
4439
 
4440
  # Greece
4441
- #: ../../admin/view/wp-slimstat-reports.php:988
4442
  msgid "c-gr"
4443
  msgstr "Grèce"
4444
 
4445
  # Greenland
4446
- #: ../../admin/view/wp-slimstat-reports.php:988
4447
  msgid "c-gl"
4448
  msgstr "Groenland"
4449
 
4450
  # Grenada
4451
- #: ../../admin/view/wp-slimstat-reports.php:988
4452
  msgid "c-gd"
4453
  msgstr "Grenade"
4454
 
4455
  # Guadeloupe
4456
- #: ../../admin/view/wp-slimstat-reports.php:988
4457
  msgid "c-gp"
4458
  msgstr "Guadeloupe"
4459
 
4460
  # Guatemala
4461
- #: ../../admin/view/wp-slimstat-reports.php:988
4462
  msgid "c-gt"
4463
  msgstr "Guatemala"
4464
 
4465
  # Guinea
4466
- #: ../../admin/view/wp-slimstat-reports.php:988
4467
  msgid "c-gn"
4468
  msgstr "Guinée"
4469
 
4470
  # Guinea-Bissau
4471
- #: ../../admin/view/wp-slimstat-reports.php:988
4472
  msgid "c-gw"
4473
  msgstr "Guinée-Bissau"
4474
 
4475
  # Guyana
4476
- #: ../../admin/view/wp-slimstat-reports.php:988
4477
  msgid "c-gy"
4478
  msgstr "Guyana"
4479
 
4480
  # Haiti
4481
- #: ../../admin/view/wp-slimstat-reports.php:988
4482
  msgid "c-ht"
4483
  msgstr "Haïti"
4484
 
4485
  # Honduras
4486
- #: ../../admin/view/wp-slimstat-reports.php:988
4487
  msgid "c-hn"
4488
  msgstr "Honduras"
4489
 
4490
  # Hong Kong
4491
- #: ../../admin/view/wp-slimstat-reports.php:988
4492
  msgid "c-hk"
4493
  msgstr "Hong Kong"
4494
 
4495
  # Hungary
4496
- #: ../../admin/view/wp-slimstat-reports.php:988
4497
  msgid "c-hu"
4498
  msgstr "Hongrie"
4499
 
4500
  # Iceland
4501
- #: ../../admin/view/wp-slimstat-reports.php:988
4502
  msgid "c-is"
4503
  msgstr "Islande"
4504
 
4505
  # India
4506
- #: ../../admin/view/wp-slimstat-reports.php:988
4507
  msgid "c-in"
4508
  msgstr "Inde"
4509
 
4510
  # Indonesia
4511
- #: ../../admin/view/wp-slimstat-reports.php:988
4512
  msgid "c-id"
4513
  msgstr "Indonésie"
4514
 
4515
  # Islamic Republic of Iran
4516
- #: ../../admin/view/wp-slimstat-reports.php:988
4517
  msgid "c-ir"
4518
  msgstr "République islamique d'Iran"
4519
 
4520
  # Iraq
4521
- #: ../../admin/view/wp-slimstat-reports.php:988
4522
  msgid "c-iq"
4523
  msgstr "Irak"
4524
 
4525
  # Ireland
4526
- #: ../../admin/view/wp-slimstat-reports.php:988
4527
  msgid "c-ie"
4528
  msgstr "Irlande"
4529
 
4530
  # Israel
4531
- #: ../../admin/view/wp-slimstat-reports.php:988
4532
  msgid "c-il"
4533
  msgstr "Israël"
4534
 
4535
  # Italy
4536
- #: ../../admin/view/wp-slimstat-reports.php:988
4537
  msgid "c-it"
4538
  msgstr "Italie"
4539
 
4540
  # Jamaica
4541
- #: ../../admin/view/wp-slimstat-reports.php:988
4542
  msgid "c-jm"
4543
  msgstr "Jamaïque"
4544
 
4545
  # Japan
4546
- #: ../../admin/view/wp-slimstat-reports.php:988
4547
  msgid "c-jp"
4548
  msgstr "Japon"
4549
 
4550
  # Jordan
4551
- #: ../../admin/view/wp-slimstat-reports.php:988
4552
  msgid "c-jo"
4553
  msgstr "Jordanie"
4554
 
4555
  # Kazakhstan
4556
- #: ../../admin/view/wp-slimstat-reports.php:988
4557
  msgid "c-kz"
4558
  msgstr "Kazakhstan"
4559
 
4560
  # Kenya
4561
- #: ../../admin/view/wp-slimstat-reports.php:988
4562
  msgid "c-ke"
4563
  msgstr "Kenya"
4564
 
4565
  # Nauru
4566
- #: ../../admin/view/wp-slimstat-reports.php:988
4567
  msgid "c-nr"
4568
  msgstr "Nauru"
4569
 
4570
  # Democratic People's Republic of Korea
4571
- #: ../../admin/view/wp-slimstat-reports.php:988
4572
  msgid "c-kp"
4573
  msgstr "République populaire démocratique de Corée"
4574
 
4575
  # Republic of Korea
4576
- #: ../../admin/view/wp-slimstat-reports.php:988
4577
  msgid "c-kr"
4578
  msgstr "République de Corée"
4579
 
4580
- #: ../../admin/view/wp-slimstat-reports.php:988
4581
  msgid "c-kv"
4582
  msgstr "Kossovo"
4583
 
4584
  # Kuwait
4585
- #: ../../admin/view/wp-slimstat-reports.php:988
4586
  msgid "c-kw"
4587
  msgstr "Koweït"
4588
 
4589
  # Kyrgyzstan
4590
- #: ../../admin/view/wp-slimstat-reports.php:988
4591
  msgid "c-kg"
4592
  msgstr "Kirghizistan"
4593
 
4594
  # Lao People's Democratic Republic
4595
- #: ../../admin/view/wp-slimstat-reports.php:988
4596
  msgid "c-la"
4597
  msgstr "République démocratique populaire lao"
4598
 
4599
  # Latvia
4600
- #: ../../admin/view/wp-slimstat-reports.php:988
4601
  msgid "c-lv"
4602
  msgstr "Lettonie"
4603
 
4604
  # Lebanon
4605
- #: ../../admin/view/wp-slimstat-reports.php:988
4606
  msgid "c-lb"
4607
  msgstr "Liban"
4608
 
4609
  # Lesotho
4610
- #: ../../admin/view/wp-slimstat-reports.php:988
4611
  msgid "c-ls"
4612
  msgstr "Lesotho"
4613
 
4614
  # Liberia
4615
- #: ../../admin/view/wp-slimstat-reports.php:988
4616
  msgid "c-lr"
4617
  msgstr "Libéria"
4618
 
4619
  # Libyan Arab Jamahiriya
4620
- #: ../../admin/view/wp-slimstat-reports.php:988
4621
  msgid "c-ly"
4622
  msgstr "Jamahiriya arabe libyenne"
4623
 
4624
  # Liechtenstein
4625
- #: ../../admin/view/wp-slimstat-reports.php:988
4626
  msgid "c-li"
4627
  msgstr "Liechtenstein"
4628
 
4629
  # Lithuania
4630
- #: ../../admin/view/wp-slimstat-reports.php:988
4631
  msgid "c-lt"
4632
  msgstr "Lituanie"
4633
 
4634
  # Luxembourg
4635
- #: ../../admin/view/wp-slimstat-reports.php:988
4636
  msgid "c-lu"
4637
  msgstr "Luxembourg"
4638
 
4639
  # The Former Yugoslav Republic of Macedonia
4640
- #: ../../admin/view/wp-slimstat-reports.php:988
4641
  msgid "c-mk"
4642
  msgstr "Ex-république yougoslave de Macédoine"
4643
 
4644
  # Madagascar
4645
- #: ../../admin/view/wp-slimstat-reports.php:988
4646
  msgid "c-mg"
4647
  msgstr "Madagascar"
4648
 
4649
  # Malawi
4650
- #: ../../admin/view/wp-slimstat-reports.php:988
4651
  msgid "c-mw"
4652
  msgstr "Malawi"
4653
 
4654
  # Malaysia
4655
- #: ../../admin/view/wp-slimstat-reports.php:988
4656
  msgid "c-my"
4657
  msgstr "Malaisie"
4658
 
4659
  # Mali
4660
- #: ../../admin/view/wp-slimstat-reports.php:988
4661
  msgid "c-ml"
4662
  msgstr "Mali"
4663
 
4664
  # Malta
4665
- #: ../../admin/view/wp-slimstat-reports.php:988
4666
  msgid "c-mt"
4667
  msgstr "Malte"
4668
 
4669
  # Martinique
4670
- #: ../../admin/view/wp-slimstat-reports.php:988
4671
  msgid "c-mq"
4672
  msgstr "Martinique"
4673
 
4674
  # Mauritania
4675
- #: ../../admin/view/wp-slimstat-reports.php:988
4676
  msgid "c-mr"
4677
  msgstr "Mauritanie"
4678
 
4679
  # Mauritius
4680
- #: ../../admin/view/wp-slimstat-reports.php:988
4681
  msgid "c-mu"
4682
  msgstr "Maurice"
4683
 
4684
  # Mexico
4685
- #: ../../admin/view/wp-slimstat-reports.php:988
4686
  msgid "c-mx"
4687
  msgstr "Mexique"
4688
 
4689
  # Moldova
4690
- #: ../../admin/view/wp-slimstat-reports.php:988
4691
  msgid "c-md"
4692
  msgstr "République de Moldova"
4693
 
4694
  # Mongolia
4695
- #: ../../admin/view/wp-slimstat-reports.php:988
4696
  msgid "c-mn"
4697
  msgstr "Mongolie"
4698
 
4699
  # Montenegro
4700
- #: ../../admin/view/wp-slimstat-reports.php:988
4701
  msgid "c-me"
4702
  msgstr "Monténégro"
4703
 
4704
  # Montserrat
4705
- #: ../../admin/view/wp-slimstat-reports.php:988
4706
  msgid "c-ms"
4707
  msgstr "Montserrat"
4708
 
4709
  # Morocco
4710
- #: ../../admin/view/wp-slimstat-reports.php:988
4711
  msgid "c-ma"
4712
  msgstr "Maroc"
4713
 
4714
  # Mozambique
4715
- #: ../../admin/view/wp-slimstat-reports.php:988
4716
  msgid "c-mz"
4717
  msgstr "Mozambique"
4718
 
4719
  # Myanmar
4720
- #: ../../admin/view/wp-slimstat-reports.php:988
4721
  msgid "c-mm"
4722
  msgstr "Myanmar"
4723
 
4724
  # Namibia
4725
- #: ../../admin/view/wp-slimstat-reports.php:988
4726
  msgid "c-na"
4727
  msgstr "Namibie"
4728
 
4729
  # Nepal
4730
- #: ../../admin/view/wp-slimstat-reports.php:988
4731
  msgid "c-np"
4732
  msgstr "Népal"
4733
 
4734
  # Netherlands
4735
- #: ../../admin/view/wp-slimstat-reports.php:988
4736
  msgid "c-nl"
4737
  msgstr "Pays-bas"
4738
 
4739
  # New Caledonia
4740
- #: ../../admin/view/wp-slimstat-reports.php:988
4741
  msgid "c-nc"
4742
  msgstr "Nouvelle-Calédonie"
4743
 
4744
  # New Zealand
4745
- #: ../../admin/view/wp-slimstat-reports.php:988
4746
  msgid "c-nz"
4747
  msgstr "Nouvelle-Zélande"
4748
 
4749
  # Nicaragua
4750
- #: ../../admin/view/wp-slimstat-reports.php:988
4751
  msgid "c-ni"
4752
  msgstr "Nicaragua"
4753
 
4754
  # Niger
4755
- #: ../../admin/view/wp-slimstat-reports.php:988
4756
  msgid "c-ne"
4757
  msgstr "Niger"
4758
 
4759
  # Nigeria
4760
- #: ../../admin/view/wp-slimstat-reports.php:988
4761
  msgid "c-ng"
4762
  msgstr "Nigéria"
4763
 
4764
  # Norway
4765
- #: ../../admin/view/wp-slimstat-reports.php:988
4766
  msgid "c-no"
4767
  msgstr "Norvège"
4768
 
4769
  # Oman
4770
- #: ../../admin/view/wp-slimstat-reports.php:988
4771
  msgid "c-om"
4772
  msgstr "Oman"
4773
 
4774
  # Pakistan
4775
- #: ../../admin/view/wp-slimstat-reports.php:988
4776
  msgid "c-pk"
4777
  msgstr "Pakistan"
4778
 
4779
  # Palau
4780
- #: ../../admin/view/wp-slimstat-reports.php:988
4781
  msgid "c-pw"
4782
  msgstr "Palaos"
4783
 
4784
  # Occupied Palestinian Territory
4785
- #: ../../admin/view/wp-slimstat-reports.php:988
4786
  msgid "c-ps"
4787
  msgstr "Territoire palestinien occupé"
4788
 
4789
  # Panama
4790
- #: ../../admin/view/wp-slimstat-reports.php:988
4791
  msgid "c-pa"
4792
  msgstr "Panama"
4793
 
4794
  # Papua New Guinea
4795
- #: ../../admin/view/wp-slimstat-reports.php:988
4796
  msgid "c-pg"
4797
  msgstr "Papouasie-Nouvelle-Guinée"
4798
 
4799
  # Paraguay
4800
- #: ../../admin/view/wp-slimstat-reports.php:988
4801
  msgid "c-py"
4802
  msgstr "Paraguay"
4803
 
4804
  # Peru
4805
- #: ../../admin/view/wp-slimstat-reports.php:988
4806
  msgid "c-pe"
4807
  msgstr "Pérou"
4808
 
4809
  # Philippines
4810
- #: ../../admin/view/wp-slimstat-reports.php:988
4811
  msgid "c-ph"
4812
  msgstr "Philippines"
4813
 
4814
  # Poland
4815
- #: ../../admin/view/wp-slimstat-reports.php:988
4816
  msgid "c-pl"
4817
  msgstr "Pologne"
4818
 
4819
  # Portugal
4820
- #: ../../admin/view/wp-slimstat-reports.php:988
4821
  msgid "c-pt"
4822
  msgstr "Portugal"
4823
 
4824
  # Puerto Rico
4825
- #: ../../admin/view/wp-slimstat-reports.php:988
4826
  msgid "c-pr"
4827
  msgstr "Porto Rico"
4828
 
4829
  # Qatar
4830
- #: ../../admin/view/wp-slimstat-reports.php:988
4831
  msgid "c-qa"
4832
  msgstr "Qatar"
4833
 
4834
  # Réunion
4835
- #: ../../admin/view/wp-slimstat-reports.php:988
4836
  msgid "c-re"
4837
  msgstr "Réunion"
4838
 
4839
  # Romania
4840
- #: ../../admin/view/wp-slimstat-reports.php:988
4841
  msgid "c-ro"
4842
  msgstr "Roumanie"
4843
 
4844
  # Russian Federation
4845
- #: ../../admin/view/wp-slimstat-reports.php:988
4846
  msgid "c-ru"
4847
  msgstr "Fédération de Russie"
4848
 
4849
  # Rwanda
4850
- #: ../../admin/view/wp-slimstat-reports.php:988
4851
  msgid "c-rw"
4852
  msgstr "Rwanda"
4853
 
4854
  # Saint Kitts and Nevis
4855
- #: ../../admin/view/wp-slimstat-reports.php:988
4856
  msgid "c-kn"
4857
  msgstr "Saint-Kitts-et-Nevis"
4858
 
4859
  # Saint Lucia
4860
- #: ../../admin/view/wp-slimstat-reports.php:988
4861
  msgid "c-lc"
4862
  msgstr "Sainte-Lucie"
4863
 
4864
  # Saint Martin
4865
- #: ../../admin/view/wp-slimstat-reports.php:988
4866
  msgid "c-mf"
4867
  msgstr "Saint-Martin"
4868
 
4869
  # Saint Vincent and the Grenadines
4870
- #: ../../admin/view/wp-slimstat-reports.php:988
4871
  msgid "c-vc"
4872
  msgstr "Saint-Vincent-et-les Grenadines"
4873
 
4874
  # Samoa
4875
- #: ../../admin/view/wp-slimstat-reports.php:988
4876
  msgid "c-ws"
4877
  msgstr "Samoa"
4878
 
4879
  # Sao Tome and Principe
4880
- #: ../../admin/view/wp-slimstat-reports.php:988
4881
  msgid "c-st"
4882
  msgstr "Sao Tomé-et-Principe"
4883
 
4884
  # Saudi Arabia
4885
- #: ../../admin/view/wp-slimstat-reports.php:988
4886
  msgid "c-sa"
4887
  msgstr "Arabie saoudite"
4888
 
4889
  # Senegal
4890
- #: ../../admin/view/wp-slimstat-reports.php:988
4891
  msgid "c-sn"
4892
  msgstr "Sénégal"
4893
 
4894
  # Serbia
4895
- #: ../../admin/view/wp-slimstat-reports.php:988
4896
  msgid "c-rs"
4897
  msgstr "Serbie"
4898
 
4899
  # Sierra Leone
4900
- #: ../../admin/view/wp-slimstat-reports.php:988
4901
  msgid "c-sl"
4902
  msgstr "Sierra Leone"
4903
 
4904
  # Singapore
4905
- #: ../../admin/view/wp-slimstat-reports.php:988
4906
  msgid "c-sg"
4907
  msgstr "Singapour"
4908
 
4909
  # Slovakia
4910
- #: ../../admin/view/wp-slimstat-reports.php:988
4911
  msgid "c-sk"
4912
  msgstr "Slovaquie"
4913
 
4914
  # Slovenia
4915
- #: ../../admin/view/wp-slimstat-reports.php:988
4916
  msgid "c-si"
4917
  msgstr "Slovénie"
4918
 
4919
  # Solomon Islands
4920
- #: ../../admin/view/wp-slimstat-reports.php:988
4921
  msgid "c-sb"
4922
  msgstr "Îles Salomon"
4923
 
4924
  # Somalia
4925
- #: ../../admin/view/wp-slimstat-reports.php:988
4926
  msgid "c-so"
4927
  msgstr "Somalie"
4928
 
4929
  # South Africa
4930
- #: ../../admin/view/wp-slimstat-reports.php:988
4931
  msgid "c-za"
4932
  msgstr "Afrique du sud"
4933
 
4934
  # South Georgia and the South Sandwich Islands
4935
- #: ../../admin/view/wp-slimstat-reports.php:988
4936
  msgid "c-gs"
4937
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
4938
 
4939
  # Spain
4940
- #: ../../admin/view/wp-slimstat-reports.php:988
4941
  msgid "c-es"
4942
  msgstr "Espagne"
4943
 
4944
  # Sri Lanka
4945
- #: ../../admin/view/wp-slimstat-reports.php:988
4946
  msgid "c-lk"
4947
  msgstr "Sri Lanka"
4948
 
4949
  # Seychelles
4950
- #: ../../admin/view/wp-slimstat-reports.php:988
4951
  msgid "c-sc"
4952
  msgstr "Seychelles"
4953
 
4954
  # Sudan
4955
- #: ../../admin/view/wp-slimstat-reports.php:988
4956
  msgid "c-sd"
4957
  msgstr "Soudan"
4958
 
4959
- #: ../../admin/view/wp-slimstat-reports.php:988
4960
  msgid "c-ss"
4961
  msgstr "Soudan du Sud"
4962
 
4963
  # Suriname
4964
- #: ../../admin/view/wp-slimstat-reports.php:988
4965
  msgid "c-sr"
4966
  msgstr "Suriname"
4967
 
4968
  # Svalbard and Jan Mayen
4969
- #: ../../admin/view/wp-slimstat-reports.php:988
4970
  msgid "c-sj"
4971
  msgstr "Svalbard et île Jan Mayen"
4972
 
4973
  # Swaziland
4974
- #: ../../admin/view/wp-slimstat-reports.php:988
4975
  msgid "c-sz"
4976
  msgstr "Swaziland"
4977
 
4978
  # Sweden
4979
- #: ../../admin/view/wp-slimstat-reports.php:988
4980
  msgid "c-se"
4981
  msgstr "Suède"
4982
 
4983
  # Switzerland
4984
- #: ../../admin/view/wp-slimstat-reports.php:988
4985
  msgid "c-ch"
4986
  msgstr "Suisse"
4987
 
4988
  # Syrian Arab Republic
4989
- #: ../../admin/view/wp-slimstat-reports.php:988
4990
  msgid "c-sy"
4991
  msgstr "République arabe syrienne"
4992
 
4993
  # Taiwan, Province of China
4994
- #: ../../admin/view/wp-slimstat-reports.php:988
4995
  msgid "c-tw"
4996
  msgstr "Taïwan, province de Chine"
4997
 
4998
  # Tajikistan
4999
- #: ../../admin/view/wp-slimstat-reports.php:988
5000
  msgid "c-tj"
5001
  msgstr "Tadjikistan"
5002
 
5003
  # United Republic of Tanzania
5004
- #: ../../admin/view/wp-slimstat-reports.php:988
5005
  msgid "c-tz"
5006
  msgstr "République-unie de Tanzanie"
5007
 
5008
  # Thailand
5009
- #: ../../admin/view/wp-slimstat-reports.php:988
5010
  msgid "c-th"
5011
  msgstr "Thaïlande"
5012
 
5013
  # Timor-Leste
5014
- #: ../../admin/view/wp-slimstat-reports.php:988
5015
  msgid "c-tl"
5016
  msgstr "Timor-Leste"
5017
 
5018
  # Togo
5019
- #: ../../admin/view/wp-slimstat-reports.php:988
5020
  msgid "c-tg"
5021
  msgstr "Togo"
5022
 
5023
  # Tonga
5024
- #: ../../admin/view/wp-slimstat-reports.php:988
5025
  msgid "c-to"
5026
  msgstr "Tonga"
5027
 
5028
  # Trinidad and Tobago
5029
- #: ../../admin/view/wp-slimstat-reports.php:988
5030
  msgid "c-tt"
5031
  msgstr "Trinité-et-Tobago "
5032
 
5033
  # Tunisia
5034
- #: ../../admin/view/wp-slimstat-reports.php:988
5035
  msgid "c-tn"
5036
  msgstr "Tunisie"
5037
 
5038
  # Turkey
5039
- #: ../../admin/view/wp-slimstat-reports.php:988
5040
  msgid "c-tr"
5041
  msgstr "Turquie "
5042
 
5043
  # Turkmenistan
5044
- #: ../../admin/view/wp-slimstat-reports.php:988
5045
  msgid "c-tm"
5046
  msgstr "Turkménistan"
5047
 
5048
  # Turks and Caicos Islands
5049
- #: ../../admin/view/wp-slimstat-reports.php:988
5050
  msgid "c-tc"
5051
  msgstr "Îles Turks et Caïques"
5052
 
5053
  # Uganda
5054
- #: ../../admin/view/wp-slimstat-reports.php:988
5055
  msgid "c-ug"
5056
  msgstr "Ouganda"
5057
 
5058
  # Ukraine
5059
- #: ../../admin/view/wp-slimstat-reports.php:988
5060
  msgid "c-ua"
5061
  msgstr "Ukraine"
5062
 
5063
  # United Arab Emirates
5064
- #: ../../admin/view/wp-slimstat-reports.php:988
5065
  msgid "c-ae"
5066
  msgstr "Émirats arabes unis"
5067
 
5068
  # United Kingdom
5069
- #: ../../admin/view/wp-slimstat-reports.php:988
5070
  msgid "c-gb"
5071
  msgstr "Royaume-Uni"
5072
 
5073
  # United States
5074
- #: ../../admin/view/wp-slimstat-reports.php:988
5075
  msgid "c-us"
5076
  msgstr "États-Unis"
5077
 
5078
  # Uruguay
5079
- #: ../../admin/view/wp-slimstat-reports.php:988
5080
  msgid "c-uy"
5081
  msgstr "Uruguay"
5082
 
5083
  # Uzbekistan
5084
- #: ../../admin/view/wp-slimstat-reports.php:988
5085
  msgid "c-uz"
5086
  msgstr "Ouzbékistan "
5087
 
5088
  # Vanuatu
5089
- #: ../../admin/view/wp-slimstat-reports.php:988
5090
  msgid "c-vu"
5091
  msgstr "Vanuatu"
5092
 
5093
  # Venezuela
5094
- #: ../../admin/view/wp-slimstat-reports.php:988
5095
  msgid "c-ve"
5096
  msgstr "République bolivarienne du Venezuela"
5097
 
5098
  # Viet Nam
5099
- #: ../../admin/view/wp-slimstat-reports.php:988
5100
  msgid "c-vn"
5101
  msgstr "Viet Nam"
5102
 
5103
  # British Virgin Islands
5104
- #: ../../admin/view/wp-slimstat-reports.php:988
5105
  msgid "c-vg"
5106
  msgstr "Îles vierges britanniques"
5107
 
5108
  # U.S. Virgin Islands
5109
- #: ../../admin/view/wp-slimstat-reports.php:988
5110
  msgid "c-vi"
5111
  msgstr "Îles vierges des États-Unis"
5112
 
5113
  # Western Sahara
5114
- #: ../../admin/view/wp-slimstat-reports.php:988
5115
  msgid "c-eh"
5116
  msgstr "Sahara occidental"
5117
 
5118
  # Yemen
5119
- #: ../../admin/view/wp-slimstat-reports.php:988
5120
  msgid "c-ye"
5121
  msgstr "Yémen"
5122
 
5123
  # Zambia
5124
- #: ../../admin/view/wp-slimstat-reports.php:988
5125
  msgid "c-zm"
5126
  msgstr "Zambie"
5127
 
5128
  # Zimbabwe
5129
- #: ../../admin/view/wp-slimstat-reports.php:988
5130
  msgid "c-zw"
5131
  msgstr "Zimbabwe"
5132
 
5133
  # Guernsey
5134
- #: ../../admin/view/wp-slimstat-reports.php:988
5135
  msgid "c-gg"
5136
  msgstr "Guernesey"
5137
 
5138
  # Jersey
5139
- #: ../../admin/view/wp-slimstat-reports.php:988
5140
  msgid "c-je"
5141
  msgstr "Jersey"
5142
 
5143
  # Isle of Man
5144
- #: ../../admin/view/wp-slimstat-reports.php:988
5145
  msgid "c-im"
5146
  msgstr "Île de Man"
5147
 
5148
  # Maldives
5149
- #: ../../admin/view/wp-slimstat-reports.php:988
5150
  msgid "c-mv"
5151
  msgstr "Maldives"
5152
 
5153
  # European Union
5154
- #: ../../admin/view/wp-slimstat-reports.php:989
5155
  msgid "c-eu"
5156
  msgstr "Union européenne"
5157
 
5158
- #: ../../admin/view/wp-slimstat-reports.php:1078
5159
  msgid ""
5160
  "This value includes not only posts, but also custom post types, regardless "
5161
  "of their status"
5162
  msgstr ""
5163
 
5164
- #: ../../admin/view/wp-slimstat-reports.php:1079
5165
  msgid "Content Items"
5166
  msgstr "Contenus"
5167
 
5168
- #: ../../admin/view/wp-slimstat-reports.php:1080
5169
  msgid "Total Comments"
5170
  msgstr "Nombre de commentaires"
5171
 
5172
- #: ../../admin/view/wp-slimstat-reports.php:1081
5173
  msgid "Pingbacks"
5174
  msgstr "Pingbacks"
5175
 
5176
- #: ../../admin/view/wp-slimstat-reports.php:1082
5177
  msgid "Trackbacks"
5178
  msgstr "Trackbacks"
5179
 
5180
- #: ../../admin/view/wp-slimstat-reports.php:1083
5181
- msgid "Longest Post (ID)"
5182
- msgstr "ID du post leplus long"
5183
-
5184
- #: ../../admin/view/wp-slimstat-reports.php:1084
5185
- msgid "Longest Comment (ID)"
5186
- msgstr "Commentaire le plus long (ID)"
5187
-
5188
- #: ../../admin/view/wp-slimstat-reports.php:1085
5189
  msgid "Avg Comments Per Post"
5190
  msgstr "Moyenne de commentaires par Post"
5191
 
5192
- #: ../../admin/view/wp-slimstat-reports.php:1086
5193
  msgid "Avg Posts Per Day"
5194
  msgstr "Nombre moyen de posts par jour"
5195
 
5196
- #: ../../admin/view/wp-slimstat-reports.php:1113
 
 
 
 
 
 
 
 
 
5197
  msgid "Visits"
5198
  msgstr "Visites"
5199
 
5200
- #: ../../admin/view/wp-slimstat-reports.php:1117
5201
  msgid "Domains"
5202
  msgstr "Domaines"
5203
 
5204
- #: ../../admin/view/wp-slimstat-reports.php:1122
5205
  msgid "Avg Pageviews"
5206
  msgstr "Moyenne des pages vues"
5207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5208
  #~ msgid ""
5209
  #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
5210
  #~ "getused.to.it/\">WP SlimStat</a>."
@@ -6306,9 +6416,6 @@ msgstr "Moyenne des pages vues"
6306
  #~ msgid "l-zu-ZA"
6307
  #~ msgstr "Zoulou"
6308
 
6309
- #~ msgid "Details"
6310
- #~ msgstr "Détails"
6311
-
6312
  #~ msgid "Show records where"
6313
  #~ msgstr "Afficher les enregistrements où"
6314
 
@@ -7184,10 +7291,6 @@ msgstr "Moyenne des pages vues"
7184
  #~ msgid "Delete forever"
7185
  #~ msgstr "Filtrer les pages vues pour que"
7186
 
7187
- #, fuzzy
7188
- #~ msgid "Page title"
7189
- #~ msgstr "Pages vues"
7190
-
7191
  #, fuzzy
7192
  #~ msgid "Custom HEAD meta"
7193
  #~ msgstr "Rapports personnalisés"
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-13 14:08-0500\n"
6
+ "PO-Revision-Date: 2014-10-13 14:08-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ../..\n"
19
 
20
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
21
+ #: ../../admin/view/wp-slimstat-reports.php:34
22
+ msgid "Real-Time Log"
23
+ msgstr ""
24
 
25
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
26
+ #: ../../admin/wp-slimstat-admin.php:509
27
+ #: ../../admin/view/wp-slimstat-reports.php:35
28
  msgid "Overview"
29
  msgstr "Vue générale"
30
 
31
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
32
+ #: ../../admin/wp-slimstat-admin.php:510
33
+ #: ../../admin/view/wp-slimstat-reports.php:36
34
+ msgid "Audience"
35
+ msgstr ""
36
 
37
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
38
+ #: ../../admin/wp-slimstat-admin.php:511
39
+ #: ../../admin/view/wp-slimstat-reports.php:37
40
+ msgid "Site Analysis"
41
+ msgstr ""
42
 
43
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
44
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
45
+ #: ../../admin/view/wp-slimstat-reports.php:38
46
  msgid "Traffic Sources"
47
  msgstr "Sources de trafic"
48
 
49
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
50
+ #: ../../admin/wp-slimstat-admin.php:513
51
+ #: ../../admin/view/wp-slimstat-reports.php:39
52
+ msgid "Map Overlay"
53
+ msgstr ""
 
54
 
55
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
56
+ #: ../../admin/wp-slimstat-admin.php:514
57
+ #: ../../admin/view/wp-slimstat-reports.php:40
58
  msgid "Custom Reports"
59
  msgstr "Rapports personnalisés"
60
 
61
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
62
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
63
+ #: ../../admin/config/index.php:9
64
  msgid "Add-ons"
65
  msgstr "Add-ons"
66
 
67
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
68
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
69
+ #: ../../admin/config/index.php:138
 
70
  msgid "Settings"
71
  msgstr "Réglages"
72
 
73
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
74
+ #: ../../admin/wp-slimstat-admin.php:505
75
  #, fuzzy
76
  msgid "SlimStat"
77
  msgstr "À propos de WP-SlimStat"
78
 
79
+ #: ../../admin/wp-slimstat-admin.php:586
80
  msgid "Pageviews in the last 365 days"
81
  msgstr "Pages durant les 365 derniers jours"
82
 
83
+ #: ../../admin/wp-slimstat-admin.php:614
84
  msgid "Show on screen"
85
  msgstr "Montrer à l'écran"
86
 
87
+ #: ../../admin/wp-slimstat-admin.php:642
88
  msgid "Hide this notice"
89
  msgstr ""
90
 
91
+ #: ../../admin/wp-slimstat-admin.php:679
92
  msgid "There was an error updating the following options:"
93
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
94
 
95
+ #: ../../admin/wp-slimstat-admin.php:682
96
  #, fuzzy
97
  msgid "Your changes have been saved."
98
  msgstr "Vos réglages ont bien été mis à jour"
99
 
100
+ #: ../../admin/wp-slimstat-admin.php:705
101
  msgid "Save Changes"
102
  msgstr "Enregistrer les modifications"
103
 
104
+ #: ../../admin/wp-slimstat-admin.php:729
105
  msgid "Yes"
106
  msgstr "Oui"
107
 
108
+ #: ../../admin/wp-slimstat-admin.php:730
109
+ #: ../../admin/view/wp-slimstat-reports.php:779
110
  msgid "No"
111
  msgstr "Non"
112
 
113
+ #: ../../admin/wp-slimstat-admin.php:731
114
+ msgid "Site Specific"
 
 
 
 
115
  msgstr ""
 
 
 
 
116
 
117
+ #: ../../admin/wp-slimstat-admin.php:791
118
  msgid "Definitions"
119
  msgstr "Définitions"
120
 
121
+ #: ../../admin/wp-slimstat-admin.php:794
122
  msgid "Pageview"
123
  msgstr "Page vue"
124
 
125
+ #: ../../admin/wp-slimstat-admin.php:794
126
+ #, fuzzy
127
  msgid ""
128
  "A request to load a single HTML file (\"page\"). This should be contrasted "
129
+ "with a \"hit\", which refers to a request for any file from a web server. "
130
+ "Slimstat logs a pageview each time the tracking code is executed"
131
  msgstr ""
132
  "Une demande de chargement d'un simple fichier HTML (\"une page\"). À "
133
  "distinguer d'un \"hit\", qui se réfère à une requête d'un quelconque fichier "
134
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
135
  "code de traçage est exécuté"
136
 
137
+ #: ../../admin/wp-slimstat-admin.php:795
138
  msgid "(Human) Visit"
139
  msgstr "Visiteurs humains"
140
 
141
+ #: ../../admin/wp-slimstat-admin.php:795
142
  msgid ""
143
  "A period of interaction between a visitor's browser and your website, ending "
144
  "when the browser is closed or when the user has been inactive on that site "
148
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
149
  "est inactif sur ce site depuis 30 minutes"
150
 
151
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
152
+ #: ../../admin/view/right-now.php:21
153
  msgid "Known Visitor"
154
  msgstr "Visiteurs connus"
155
 
156
+ #: ../../admin/wp-slimstat-admin.php:796
157
  msgid ""
158
  "Any user who has left a comment on your blog, and is thus identified by "
159
  "Wordpress as a returning visitor"
161
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
162
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
163
 
164
+ #: ../../admin/wp-slimstat-admin.php:797
165
  msgid "Unique IP"
166
  msgstr "IP uniques"
167
 
168
+ #: ../../admin/wp-slimstat-admin.php:797
169
  msgid ""
170
  "Used to differentiate between multiple requests to download a file from one "
171
  "internet address (IP) and requests originating from many distinct addresses; "
178
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
179
  "parfaite"
180
 
181
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
182
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
183
  msgid "Originating IP"
184
  msgstr "IP d'origine"
185
 
186
+ #: ../../admin/wp-slimstat-admin.php:798
187
  msgid ""
188
  "the originating IP address of a client connecting to a web server through an "
189
  "HTTP proxy or load balancer"
191
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
192
  "proxy HTTP ou équilibreur de charge"
193
 
194
+ #: ../../admin/wp-slimstat-admin.php:799
195
  msgid "Direct Traffic"
196
  msgstr "Trafic direct"
197
 
198
+ #: ../../admin/wp-slimstat-admin.php:799
199
  msgid ""
200
  "All those people showing up to your Web site by typing in the URL of your "
201
  "Web site coming or from a bookmark; some people also call this \"default "
205
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
206
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
207
 
208
+ #: ../../admin/wp-slimstat-admin.php:800
209
  msgid "Search Engine"
210
  msgstr "Moteur de recherche"
211
 
212
+ #: ../../admin/wp-slimstat-admin.php:800
213
  msgid ""
214
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
215
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
217
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
218
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
219
 
220
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
221
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
222
  msgid "Search Terms"
223
  msgstr "Termes de recherche"
224
 
225
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
226
  msgid "Keywords used by your visitors to find your website on a search engine"
227
  msgstr ""
228
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
229
  "de recherche"
230
 
231
+ #: ../../admin/wp-slimstat-admin.php:802
232
  msgid "SERP"
233
  msgstr "SERP"
234
 
235
+ #: ../../admin/wp-slimstat-admin.php:802
236
  msgid ""
237
  "Short for search engine results page, the Web page that a search engine "
238
  "returns with the results of its search. The value shown represents your rank "
242
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
243
  "correspond à votre classement (ou la position) dans la liste des résultats"
244
 
245
+ #: ../../admin/wp-slimstat-admin.php:803
246
  #: ../../admin/view/wp-slimstat-db.php:57
247
  msgid "User Agent"
248
  msgstr "User Agent"
249
 
250
+ #: ../../admin/wp-slimstat-admin.php:803
251
  msgid ""
252
  "Any program used for accessing a website; this includes browsers, robots, "
253
  "spiders and any other program that was used to retrieve information from the "
257
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
258
  "extraire des informations du site"
259
 
260
+ #: ../../admin/wp-slimstat-admin.php:804
261
+ #: ../../admin/view/wp-slimstat-db.php:62
262
  msgid "Outbound Link"
263
  msgstr "Lien sortant"
264
 
265
+ #: ../../admin/wp-slimstat-admin.php:804
266
  msgid ""
267
  "A link from one domain to another is said to be outbound from its source "
268
  "anchor and inbound to its target. This report lists all the links to other "
272
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
273
  "par vos visiteurs."
274
 
275
+ #: ../../admin/wp-slimstat-admin.php:811
276
  msgid "Basic Filters"
277
  msgstr "Filtres de base"
278
 
279
+ #: ../../admin/wp-slimstat-admin.php:814
280
+ #: ../../admin/view/wp-slimstat-db.php:41
281
  msgid "Browser"
282
  msgstr "Navigateur Web"
283
 
284
+ #: ../../admin/wp-slimstat-admin.php:814
285
  msgid "User agent (Firefox, Chrome, ...)"
286
  msgstr "User agent (Firefox, Chrome, ...)"
287
 
288
+ #: ../../admin/wp-slimstat-admin.php:815
289
+ #: ../../admin/view/wp-slimstat-db.php:42
290
+ #: ../../admin/view/wp-slimstat-reports.php:490
291
  msgid "Country Code"
292
  msgstr "Code du pays"
293
 
294
+ #: ../../admin/wp-slimstat-admin.php:815
295
  msgid "2-letter code (us, ru, de, it, ...)"
296
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
297
 
298
+ #: ../../admin/wp-slimstat-admin.php:816
299
  msgid "IP"
300
  msgstr "IP"
301
 
302
+ #: ../../admin/wp-slimstat-admin.php:816
303
  msgid "Visitor's public IP address"
304
  msgstr " Adresse IP publique du visiteur"
305
 
306
+ #: ../../admin/wp-slimstat-admin.php:818
307
+ #: ../../admin/view/wp-slimstat-db.php:45
308
+ #: ../../admin/view/wp-slimstat-reports.php:502
309
  msgid "Language Code"
310
  msgstr "Code langue"
311
 
312
+ #: ../../admin/wp-slimstat-admin.php:818
313
  msgid ""
314
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
315
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
319
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
320
  "a> (première colonne) pour plus d'informations"
321
 
322
+ #: ../../admin/wp-slimstat-admin.php:819
323
+ #: ../../admin/view/wp-slimstat-db.php:46
324
  msgid "Operating System"
325
  msgstr "Système d'exploitation (OS)"
326
 
327
+ #: ../../admin/wp-slimstat-admin.php:819
328
  msgid ""
329
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
330
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
334
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
335
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
336
 
337
+ #: ../../admin/wp-slimstat-admin.php:820
338
+ #: ../../admin/view/wp-slimstat-db.php:47
339
  msgid "Permalink"
340
  msgstr "Permalien"
341
 
342
+ #: ../../admin/wp-slimstat-admin.php:820
343
  msgid "URL accessed on your site"
344
  msgstr "URL accessible sur votre site"
345
 
346
+ #: ../../admin/wp-slimstat-admin.php:821
347
+ #: ../../admin/view/wp-slimstat-db.php:49
348
  msgid "Referer"
349
  msgstr "Référent"
350
 
351
+ #: ../../admin/wp-slimstat-admin.php:821
352
  msgid "Complete address of the referrer page"
353
  msgstr "Adresse complète de la page référente"
354
 
355
+ #: ../../admin/wp-slimstat-admin.php:822
356
+ #: ../../admin/view/wp-slimstat-db.php:50
357
  msgid "Visitor's Name"
358
  msgstr "le nom des visiteurs"
359
 
360
+ #: ../../admin/wp-slimstat-admin.php:822
361
  msgid ""
362
  "Visitors' names according to the cookie set by Wordpress after they leave a "
363
  "comment"
365
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
366
  "laissé un commentaire"
367
 
368
+ #: ../../admin/wp-slimstat-admin.php:830
369
  msgid "Advanced Filters"
370
  msgstr "Filtres Avancés"
371
 
372
+ #: ../../admin/wp-slimstat-admin.php:833
373
  #: ../../admin/view/wp-slimstat-db.php:55
374
  msgid "Browser Version"
375
  msgstr "Version de navigateur"
376
 
377
+ #: ../../admin/wp-slimstat-admin.php:833
378
  msgid "user agent version (9.0, 11, ...)"
379
  msgstr "user agent version (9.0, 11, ...)"
380
 
381
+ #: ../../admin/wp-slimstat-admin.php:834
382
  #: ../../admin/view/wp-slimstat-db.php:56
383
  msgid "Browser Type"
384
  msgstr "le type de navigateur Web"
385
 
386
+ #: ../../admin/wp-slimstat-admin.php:834
387
  msgid ""
388
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
389
  "all others"
391
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
392
  "(syndication) , 0 = tous les autres"
393
 
394
+ #: ../../admin/wp-slimstat-admin.php:835
395
  #: ../../admin/view/wp-slimstat-db.php:58
396
  msgid "Color Depth"
397
  msgstr "Profondeur de couleur"
398
 
399
+ #: ../../admin/wp-slimstat-admin.php:835
400
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
401
  msgstr "couleur de la profondeur de l'écran du visiteur (8, 16, 24, ...)"
402
 
403
+ #: ../../admin/wp-slimstat-admin.php:836
404
  #: ../../admin/view/wp-slimstat-db.php:59
405
  msgid "CSS Version"
406
  msgstr "Version CSS"
407
 
408
+ #: ../../admin/wp-slimstat-admin.php:836
409
  msgid ""
410
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
411
  "values)"
413
  "quelle est la norme CSS supportée par ce navigateur (1, 2, 3 et d'autres "
414
  "valeurs entières)"
415
 
416
+ #: ../../admin/wp-slimstat-admin.php:837
417
  #: ../../admin/view/wp-slimstat-db.php:60
418
  msgid "Pageview Attributes"
419
  msgstr "l'attribut des Pages Vues"
420
 
421
+ #: ../../admin/wp-slimstat-admin.php:837
422
  msgid ""
423
  "this field is set to <em>[pre]</em> if the resource has been accessed "
424
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
429
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
430
  "similaires"
431
 
432
+ #: ../../admin/wp-slimstat-admin.php:838
433
+ #: ../../admin/view/wp-slimstat-db.php:63
434
  msgid "Post Author"
435
  msgstr "l'auteur de l'article"
436
 
437
+ #: ../../admin/wp-slimstat-admin.php:838
438
  msgid "author associated to that post/page when the resource was accessed"
439
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
440
 
441
+ #: ../../admin/wp-slimstat-admin.php:839
442
+ #: ../../admin/view/wp-slimstat-db.php:64
443
  msgid "Post Category ID"
444
  msgstr "ID de la catégorie de l'article"
445
 
446
+ #: ../../admin/wp-slimstat-admin.php:839
447
  msgid "ID of the category/term associated to the resource, when available"
448
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
449
 
450
+ #: ../../admin/wp-slimstat-admin.php:840
451
  msgid "visitor's originating IP address, if available"
452
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
453
 
454
+ #: ../../admin/wp-slimstat-admin.php:841
455
+ #: ../../admin/view/wp-slimstat-db.php:66
456
  msgid "Resource Content Type"
457
  msgstr "le type de source de contenu"
458
 
459
+ #: ../../admin/wp-slimstat-admin.php:841
460
  msgid ""
461
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
462
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
470
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
471
  "pour plus d'informations"
472
 
473
+ #: ../../admin/wp-slimstat-admin.php:842
474
+ #: ../../admin/view/wp-slimstat-db.php:68
475
  msgid "Screen Resolution"
476
  msgstr "la résolution de l'écran"
477
 
478
+ #: ../../admin/wp-slimstat-admin.php:842
479
  msgid "viewport width and height (1024x768, 800x600, ...)"
480
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
481
 
482
+ #: ../../admin/wp-slimstat-admin.php:843
483
+ #: ../../admin/view/wp-slimstat-db.php:69
484
  msgid "Visit ID"
485
  msgstr "Visites ID"
486
 
487
+ #: ../../admin/wp-slimstat-admin.php:843
488
  msgid ""
489
  "generally used in conjunction with <em>is not empty</em>, identifies human "
490
  "visitors"
492
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
493
  "les visiteurs humains"
494
 
495
+ #: ../../admin/wp-slimstat-admin.php:844
496
  msgid "Date Filters"
497
  msgstr "Filtres de dates"
498
 
499
+ #: ../../admin/wp-slimstat-admin.php:844
500
  msgid ""
501
  "you can specify the timeframe by entering a number in the <em>interval</em> "
502
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
507
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
508
  "année à date)"
509
 
510
+ #: ../../admin/wp-slimstat-admin.php:845
511
  msgid "SERP Position"
512
  msgstr "Position SERP "
513
 
514
+ #: ../../admin/wp-slimstat-admin.php:845
515
  msgid ""
516
  "set the filter to Referer contains cd=N&, where N is the position you are "
517
  "looking for"
536
  "réessayer plus tard."
537
 
538
  #: ../../admin/config/addons.php:30
539
+ #, fuzzy
540
  msgid ""
541
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
542
  "offer both free and premium (paid) extensions. Each add-on can be installed "
543
  "as a separate plugin, which will receive regular updates via the WordPress "
544
  "Plugins panel. In order to be notified when a new version of a premium add-"
568
  msgid "Views"
569
  msgstr "Vues"
570
 
571
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
572
  msgid "Filters"
573
  msgstr "Filtres"
574
 
575
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
576
  msgid "Permissions"
577
  msgstr "Permissions"
578
 
579
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
580
  msgid "Advanced"
581
  msgstr "Avancé"
582
 
583
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
584
  msgid "Maintenance"
585
  msgstr "Maintenance"
586
 
587
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
588
  msgid "Tracker"
589
  msgstr "Traçage"
590
 
630
  msgstr "Mode traçage"
631
 
632
  #: ../../admin/config/index.php:24
633
+ #, fuzzy
634
  msgid ""
635
  "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
636
+ "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
637
  "much like Google Analytics, and visitors whose browser does not support "
638
  "Javascript will be ignored. A nice side effect is that <strong>most "
639
  "spammers, search engines and other crawlers</strong> will not be tracked."
664
  #: ../../admin/config/index.php:27
665
  #, fuzzy
666
  msgid ""
667
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
668
  "admin bar (if visible)."
669
  msgstr ""
670
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
680
 
681
  #: ../../admin/config/index.php:28
682
  #, fuzzy
683
+ msgid "Add Stats to Posts and Pages"
684
  msgstr "Etendre les Stats aux articles"
685
 
686
  #: ../../admin/config/index.php:28
687
  #, fuzzy
688
  msgid ""
689
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
690
+ "per post."
691
  msgstr ""
692
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
693
  "de visites par article (peut ralentir le rendu des pages)."
720
  msgstr ""
721
  "Les données enregistrées le ou avant le %s seront définitivement supprimées. "
722
 
723
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
724
+ #: ../../admin/view/wp-slimstat-db.php:76
725
+ #: ../../admin/view/wp-slimstat-reports.php:779
726
  msgid "days"
727
  msgstr "jours"
728
 
745
 
746
  #: ../../admin/config/index.php:48
747
  #, fuzzy
748
+ msgid "Choose the number format you want to use for your reports."
 
 
749
  msgstr ""
750
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
751
  "américain."
752
 
753
  #: ../../admin/config/index.php:49
754
+ #, fuzzy
755
+ msgid "Enable SOV"
756
+ msgstr "Activer CDN"
757
+
758
+ #: ../../admin/config/index.php:49
759
+ msgid ""
760
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
761
+ "the subject, object, and verb of a sentence appear in that order, like in "
762
+ "Japanese."
763
+ msgstr ""
764
+
765
+ #: ../../admin/config/index.php:50
766
  msgid "Show Display Name"
767
  msgstr "Voir Nom d'affichage"
768
 
769
+ #: ../../admin/config/index.php:50
770
  #, fuzzy
771
  msgid ""
772
  "By default, users are listed by their usernames. Use this option to "
775
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
776
  "cette option pour basculer au Nom d'affichage."
777
 
778
+ #: ../../admin/config/index.php:51
779
  msgid "Show User Agent"
780
  msgstr "Voir User Agent"
781
 
782
+ #: ../../admin/config/index.php:51
783
  msgid ""
784
  "Choose if you want to see the browser name or a complete user agent string "
785
  "when hovering on browser icons."
787
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
788
  "de user agent lorsque vous survolez les icônes du navigateur."
789
 
790
+ #: ../../admin/config/index.php:52
791
  msgid "Show Titles"
792
  msgstr "Afficher les titres"
793
 
794
+ #: ../../admin/config/index.php:52
795
+ #, fuzzy
796
  msgid ""
797
+ "Slimstat converts your permalinks into post and page titles. Disable this "
798
  "feature if you need to see the URL in your reports."
799
  msgstr ""
800
  "WP SlimStat convertit vos permalinks en post et en titres de pages. "
801
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
802
  "rapports."
803
 
804
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
805
+ #, fuzzy
806
+ msgid "Date and Time"
807
+ msgstr "Date/Heure"
808
+
809
  #: ../../admin/config/index.php:53
810
+ msgid ""
811
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
812
+ "Format</a> to use when displaying date and time of a pageview."
813
+ msgstr ""
814
+
815
+ #: ../../admin/config/index.php:55
816
  msgid "Functionality"
817
  msgstr "Fonctionnalité"
818
 
819
+ #: ../../admin/config/index.php:56
820
  msgid "Asynchronous Views"
821
  msgstr "Vues asynchrones"
822
 
823
+ #: ../../admin/config/index.php:56
824
  #, fuzzy
825
  msgid ""
826
  "Load all the reports dynamically. It makes the reports render faster, but it "
830
  "les rapports plus rapidement, mais consomme plus de ressources sur le "
831
  "serveur."
832
 
833
+ #: ../../admin/config/index.php:57
834
+ msgid "SlimScroll"
835
+ msgstr ""
836
+
837
+ #: ../../admin/config/index.php:57
838
+ msgid ""
839
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
840
+ "scrollbar."
841
+ msgstr ""
842
+
843
+ #: ../../admin/config/index.php:58
844
  msgid "Expand Details"
845
  msgstr "Développez les détails"
846
 
847
+ #: ../../admin/config/index.php:58
848
  msgid "Expand each row's details by default, insted of on mousehover."
849
  msgstr ""
850
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
851
  "souris."
852
 
853
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
854
  #, fuzzy
855
  msgid "Rows to Display"
856
  msgstr "Colonnes à afficher"
857
 
858
+ #: ../../admin/config/index.php:59
859
  msgid "Specify the number of items in each report."
860
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
861
 
862
+ #: ../../admin/config/index.php:61
863
+ msgid "Activity Log"
864
+ msgstr "Statistiques de fréquentation"
865
+
866
+ #: ../../admin/config/index.php:62
867
  msgid "Live Stream"
868
  msgstr "Flux en temps réel (Flux live)"
869
 
870
+ #: ../../admin/config/index.php:62
871
  #, fuzzy
872
  msgid ""
873
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
874
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
875
  msgstr ""
876
  "Actualisez la vue 'Maintenant' toutes les X secondes. Zéro désactive cette "
877
  "fonctionnalité."
878
 
879
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
880
  msgid "seconds"
881
  msgstr "secondes"
882
 
883
+ #: ../../admin/config/index.php:63
884
  #, fuzzy
885
  msgid "Specify the number of items in the Activity Log."
886
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
887
 
888
+ #: ../../admin/config/index.php:64
889
  #, fuzzy
890
  msgid "Activity Log Extended"
891
  msgstr "Statistiques de fréquentation"
892
 
893
+ #: ../../admin/config/index.php:64
894
  #, fuzzy
895
  msgid ""
896
  "Choose if you want to see outbound links listed in the Activity Log. It "
900
  "Maintenant. Cela ralentit l'affichage du rapport ou donne des erreurs sur "
901
  "les systèmes plus lents."
902
 
903
+ #: ../../admin/config/index.php:69
904
  #, fuzzy
905
  msgid "Visitors and Known Users"
906
  msgstr "Utilisateurs connus"
907
 
908
+ #: ../../admin/config/index.php:70
909
  #, fuzzy
910
  msgid "Track Registered Users"
911
  msgstr "Tracer les utilisateurs"
912
 
913
+ #: ../../admin/config/index.php:70
914
  #, fuzzy
915
  msgid "Enable this option to track logged in users."
916
  msgstr "Sélectionnez OUI si vous voulez suivre les utilisateurs connectés."
917
 
918
+ #: ../../admin/config/index.php:71
919
  #, fuzzy
920
  msgid "Blacklist by Username"
921
  msgstr "Adresse IP"
922
 
923
+ #: ../../admin/config/index.php:71
924
  #, fuzzy
925
  msgid ""
926
  "List all the usernames you don't want to track, separated by commas. Please "
931
  "séparés par des virgules. Veuillez noter que les espaces <em>ne sont pas</"
932
  "em> ignorés et que les noms d'utilisateurs sont sensibles à la casse."
933
 
934
+ #: ../../admin/config/index.php:72
935
  #, fuzzy
936
  msgid "Blacklist by IP Address"
937
  msgstr "Adresse IP"
938
 
939
+ #: ../../admin/config/index.php:72
940
  #, fuzzy
941
  msgid ""
942
  "List all the IP addresses you don't want to track, separated by commas. Each "
952
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
953
  "pas suivre correctement les pages vues."
954
 
955
+ #: ../../admin/config/index.php:73
956
  #, fuzzy
957
  msgid "Blacklist by Capability"
958
  msgstr "Utilisateurs par Capacité"
959
 
960
+ #: ../../admin/config/index.php:73
961
  msgid ""
962
  "Users having at least one of the <a href='http://codex.wordpress.org/"
963
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
967
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
968
  "seront pas suivis. Les capacités sont insensibles à la casse."
969
 
970
+ #: ../../admin/config/index.php:75
971
  msgid "Profiling"
972
  msgstr "Profiling"
973
 
974
+ #: ../../admin/config/index.php:76
975
  msgid "Ignore Spammers"
976
  msgstr "Ignorer les spammeurs"
977
 
978
+ #: ../../admin/config/index.php:76
979
  #, fuzzy
980
  msgid ""
981
  "Enable this option if you don't want to track visits from users identified "
988
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
989
  "comme spam par vous, seront également supprimées de la base."
990
 
991
+ #: ../../admin/config/index.php:77
992
  msgid "Permalinks"
993
  msgstr "Rermaliens"
994
 
995
+ #: ../../admin/config/index.php:77
996
  #, fuzzy
997
  msgid ""
998
  "List all the URLs on your website that you don't want to track, separated by "
1011
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
1012
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
1013
 
1014
+ #: ../../admin/config/index.php:78
1015
  msgid "Countries"
1016
  msgstr "Pays"
1017
 
1018
+ #: ../../admin/config/index.php:78
1019
  msgid ""
1020
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1021
  "track, separated by commas."
1023
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
1024
  "ne voulez pas suivre, séparées par des virgules."
1025
 
1026
+ #: ../../admin/config/index.php:79
1027
  msgid "User Agents"
1028
  msgstr "User Agents"
1029
 
1030
+ #: ../../admin/config/index.php:79
1031
  #, fuzzy
1032
  msgid ""
1033
  "Browsers (user agents) you don't want to track, separated by commas. You can "
1046
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
1047
  "et IE/8.0. Les chaînes sont insensibles à la casse."
1048
 
1049
+ #: ../../admin/config/index.php:80
1050
  msgid "Referring Sites"
1051
  msgstr "Sites référents"
1052
 
1053
+ #: ../../admin/config/index.php:80
1054
  #, fuzzy
1055
  msgid ""
1056
  "Referring URLs that you don't want to track, separated by commas: "
1068
  "soit un caractère générique ou le protocole que vous voulez filtrer "
1069
  "(http://, https://)."
1070
 
1071
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1072
  msgid "Miscellaneous"
1073
  msgstr "Divers"
1074
 
1075
+ #: ../../admin/config/index.php:83
1076
  msgid "Enable Privacy Mode"
1077
  msgstr "Activer le mode privé"
1078
 
1079
+ #: ../../admin/config/index.php:83
1080
  #, fuzzy
1081
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1082
  msgstr ""
1083
  "Cette option masque le dernier octet de l'adresse IP de vos visiteurs afin "
1084
  "de se conformer aux lois de confidentialité européennes."
1085
 
1086
+ #: ../../admin/config/index.php:84
1087
  msgid "Ignore Prefetch Requests"
1088
  msgstr ""
1089
 
1090
+ #: ../../admin/config/index.php:84
1091
  #, fuzzy
1092
  msgid ""
1093
+ "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
1094
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1095
  "target='_blank'>Link Prefetching functionality</a>."
1096
  msgstr ""
1098
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
1099
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
1100
 
1101
+ #: ../../admin/config/index.php:100
1102
  msgid "Ignore users (username not found)"
1103
  msgstr "Utilisateur inconnu (nom d'utilisateur non trouvé)"
1104
 
1105
+ #: ../../admin/config/index.php:123
1106
  msgid ""
1107
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1108
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1111
  "Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1112
  "d'informations"
1113
 
1114
+ #: ../../admin/config/index.php:133
1115
  #, fuzzy
1116
  msgid "Reports"
1117
  msgstr "Rapports personnalisés"
1118
 
1119
+ #: ../../admin/config/index.php:134
1120
  msgid "Restrict Authors"
1121
  msgstr "Restriction Auteurs"
1122
 
1123
+ #: ../../admin/config/index.php:134
1124
+ #, fuzzy
1125
  msgid ""
1126
+ "Enable this option if you want your authors to only see stats related to "
1127
  "their own content."
1128
  msgstr ""
1129
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
1130
  "statistiques relatives à leur propre contenu."
1131
 
1132
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1133
  #, fuzzy
1134
  msgid "Capability"
1135
  msgstr "Capacité de voir"
1136
 
1137
+ #: ../../admin/config/index.php:135
1138
  #, fuzzy
1139
  msgid ""
1140
  "Specify the minimum <a href='http://codex.wordpress.org/"
1151
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1152
  "Dans ce cas, la liste a la priorité sur la capacité."
1153
 
1154
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1155
  msgid "Whitelist"
1156
  msgstr "Liste blanche"
1157
 
1158
+ #: ../../admin/config/index.php:136
1159
  #, fuzzy
1160
  msgid ""
1161
  "List all the users who should have access to the reports, separated by "
1168
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
1169
  "noms d'utilisateurs sont sensibles à la casse."
1170
 
1171
+ #: ../../admin/config/index.php:139
1172
  #, fuzzy
1173
  msgid ""
1174
  "Specify the minimum <a href='http://codex.wordpress.org/"
1175
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1176
+ "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1177
+ "can be used to override this option for specific users."
1178
  msgstr ""
1179
  "Définir la <a href='http://codex.wordpress.org/Roles_and_Capabilities' "
1180
  "target='_new'>capacité</a> minimum nécessaire pour visualiser les rapports "
1183
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1184
  "Dans ce cas, la liste a la priorité sur la capacité."
1185
 
1186
+ #: ../../admin/config/index.php:140
1187
  #, fuzzy
1188
  msgid ""
1189
  "List all the users who can edit these options, separated by commas. Please "
1198
  "héritent automatiquement de l '\"Accès en lecture \"pour les rapports. Les "
1199
  "noms d'utilisateurs sont sensibles à la casse."
1200
 
1201
+ #: ../../admin/config/index.php:156
1202
  msgid "Read access: username not found"
1203
  msgstr "Accès lecture : username inexistant"
1204
 
1205
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
1206
  msgid ""
1207
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1208
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1212
  "org/Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1213
  "d'informations"
1214
 
1215
+ #: ../../admin/config/index.php:187
1216
  msgid "Config access: username not found"
1217
  msgstr "Accès configuration : username inexistant"
1218
 
1219
+ #: ../../admin/config/index.php:215
1220
  msgid "Detect Smoothing"
1221
  msgstr "Détecter Lissage"
1222
 
1223
+ #: ../../admin/config/index.php:215
1224
  #, fuzzy
1225
  msgid ""
1226
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1230
  "supporte l'anti-crénelage (lissage des polices). Si les Capacités du "
1231
  "navigateur ne sont pas tracées, ce paramètre est ignoré."
1232
 
1233
+ #: ../../admin/config/index.php:216
1234
  msgid "Track Outbound Clicks"
1235
  msgstr "Tracer les liens sortants"
1236
 
1237
+ #: ../../admin/config/index.php:216
1238
  msgid ""
1239
  "Track when your visitors click on link to external websites. This option "
1240
  "required Spy Mode to be enabled."
1242
  "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
1243
  "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
1244
 
1245
+ #: ../../admin/config/index.php:217
1246
  msgid "Session Duration"
1247
  msgstr "Durée session"
1248
 
1249
+ #: ../../admin/config/index.php:217
1250
  #, fuzzy
1251
  msgid ""
1252
  "How many seconds should a human session last? Google Analytics sets it to "
1255
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
1256
  "fixe cette durée à 1800 secondes."
1257
 
1258
+ #: ../../admin/config/index.php:218
1259
  msgid "Extend Session"
1260
  msgstr "Etendre la session"
1261
 
1262
+ #: ../../admin/config/index.php:218
1263
  #, fuzzy
1264
  msgid "Extend the duration of a session each time the user visits a new page."
1265
  msgstr ""
1266
  "Prolonge la durée d'une session à chaque fois que l'utilisateur visite une "
1267
  "page, par le nombre de secondes défini ci-dessus."
1268
 
1269
+ #: ../../admin/config/index.php:219
1270
  msgid "Enable CDN"
1271
  msgstr "Activer CDN"
1272
 
1273
+ #: ../../admin/config/index.php:219
1274
  #, fuzzy
1275
  msgid ""
1276
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1281
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
1282
  "rapide et fiable."
1283
 
1284
+ #: ../../admin/config/index.php:220
1285
  msgid "Extensions to Track"
1286
  msgstr "Extensions du traçage"
1287
 
1288
+ #: ../../admin/config/index.php:220
1289
  #, fuzzy
1290
  msgid ""
1291
  "List all the file extensions that you want to be treated as Downloads. "
1301
  "comme liens sortants (et suivis en tant que tel), si leur extension "
1302
  "correspond à l'une de celles qui sont énumérées ci-dessous."
1303
 
1304
+ #: ../../admin/config/index.php:222
1305
+ #, fuzzy
1306
+ msgid "External Pages"
1307
+ msgstr "Total Pages Vues"
1308
+
1309
+ #: ../../admin/config/index.php:223
1310
+ msgid "Add the following code to all the non-WP pages you want to track"
1311
+ msgstr ""
1312
+
1313
+ #: ../../admin/config/index.php:235
1314
  msgid "Debug Mode"
1315
  msgstr ""
1316
 
1317
+ #: ../../admin/config/index.php:235
1318
  msgid "Display the SQL queries used to retrieve the data."
1319
  msgstr ""
1320
 
1321
+ #: ../../admin/config/index.php:236
1322
  msgid "IP Lookup"
1323
  msgstr "Recherche d'IP"
1324
 
1325
+ #: ../../admin/config/index.php:236
1326
  msgid "Customize the Geolocation service to be used in the reports."
1327
  msgstr ""
1328
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
1329
 
1330
+ #: ../../admin/config/index.php:237
1331
  msgid "Custom CSS"
1332
  msgstr "Personnaliser le style CSS"
1333
 
1334
+ #: ../../admin/config/index.php:237
1335
  msgid ""
1336
  "Paste here your custom stylesheet to personalize the way your reports look. "
1337
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1343
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
1344
  "d'utiliser cette fonctionnalité."
1345
 
1346
+ #: ../../admin/config/index.php:238
1347
  msgid "Enable UAN"
1348
  msgstr "Activer UAN"
1349
 
1350
+ #: ../../admin/config/index.php:238
1351
+ #, fuzzy
1352
  msgid ""
1353
+ "Send anonymous data about user agents to our server for analysis. This "
1354
+ "allows us to contribute to the <a href='http://browscap.org/' "
1355
  "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1356
+ "Slimstat's browser detection functionality. It also enables our transparent "
1357
+ "ads network. No worries, your site will not be affected in any way."
1358
  msgstr ""
1359
  "Envoyer des données anonymes concernant les navigateurs inconnus à nos "
1360
  "serveurs pour analyse. Cela nous permet de contribuer au <a href='http://"
1362
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
1363
 
1364
  #: ../../admin/config/maintenance.php:20
1365
+ #, fuzzy
1366
+ msgid "Your Slimstat tables have been successfully converted to InnoDB."
1367
  msgstr "Vos tables WP SlimStat ont été converties en InnoDB avec succès."
1368
 
1369
  #: ../../admin/config/maintenance.php:30
1381
  "défaut."
1382
 
1383
  #: ../../admin/config/maintenance.php:46
1384
+ #, fuzzy
1385
  msgid ""
1386
+ "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1387
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1388
  msgstr ""
1389
  "Félicitations ! WP SlimStat est à présent optimisé pour <a href=\"http://www."
1424
  msgid "Delete pageviews where"
1425
  msgstr "Supprimer les enregistrement où"
1426
 
1427
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1428
  msgid "equals"
1429
  msgstr "est égal à"
1430
 
1431
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1432
  msgid "is not equal to"
1433
  msgstr "n'est pas égal à"
1434
 
1435
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1436
  msgid "contains"
1437
  msgstr "contient"
1438
 
1439
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1440
  msgid "does not contain"
1441
  msgstr "ne contient pas"
1442
 
1443
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1444
  msgid "starts with"
1445
  msgstr "commence par"
1446
 
1447
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1448
  msgid "ends with"
1449
  msgstr "finit par"
1450
 
1451
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1452
  msgid "sounds like"
1453
  msgstr "ressemble à"
1454
 
1455
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1456
  msgid "is greater than"
1457
  msgstr "est plus grand que"
1458
 
1459
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1460
  msgid "is less than"
1461
  msgstr "est plus petit que"
1462
 
1463
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1464
  msgid "matches"
1465
  msgstr "correspond à"
1466
 
1467
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1468
  msgid "does not match"
1469
  msgstr "ne correspond pas à"
1470
 
1471
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1472
  msgid "is empty"
1473
  msgstr "est vide"
1474
 
1475
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1476
  msgid "is not empty"
1477
  msgstr "n'est pas vide"
1478
 
1479
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1480
+ #: ../../admin/view/index.php:87
1481
  msgid "Apply"
1482
  msgstr "Appliquer"
1483
 
1509
 
1510
  #: ../../admin/config/maintenance.php:149
1511
  msgid ""
1512
+ "Erase all the information collected so far by Slimstat. This operation "
1513
  "<strong>does not</strong> reset your settings."
1514
  msgstr ""
1515
 
1557
  msgstr "Gagner de l'espace sur la taille de votre base de données"
1558
 
1559
  #: ../../admin/config/maintenance.php:170
1560
+ #, fuzzy
1561
  msgid ""
1562
+ "Please note that by removing table indexes, Slimstat's performance will be "
1563
+ "affected."
1564
  msgstr ""
1565
  "Merci de noter qu'en supprimant les indexes, les performances de WP "
1566
  "SlimStats seront impactées."
1572
 
1573
  #: ../../admin/config/maintenance.php:179
1574
  msgid ""
1575
+ "Here below you can find the current configuration string for Slimstat. You "
1576
+ "can update your settings by pasting a new string here below and clicking on "
1577
+ "Import."
1578
  msgstr ""
1579
 
1580
  #: ../../admin/config/maintenance.php:184
3077
 
3078
  # Unknown
3079
  #: ../../admin/lang/dynamic_strings.php:298
3080
+ #: ../../admin/view/wp-slimstat-reports.php:503
3081
  msgid "l-"
3082
  msgstr "Inconnue"
3083
 
3095
  msgid "c-xy"
3096
  msgstr "Local"
3097
 
3098
+ #: ../../admin/view/index.php:24
3099
+ msgid "is between (x,y)"
3100
+ msgstr ""
3101
+
3102
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
3103
  msgid "Today"
3104
  msgstr "Aujourd'hui"
3105
 
3106
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
3107
  msgid "Yesterday"
3108
  msgstr "Hier"
3109
 
3110
+ #: ../../admin/view/index.php:59
3111
  msgid "Last 7 Days"
3112
  msgstr "7 derniers jours"
3113
 
3114
+ #: ../../admin/view/index.php:60
3115
  #, fuzzy
3116
  msgid "Last 60 Days"
3117
  msgstr "30 dernières minutes"
3118
 
3119
+ #: ../../admin/view/index.php:61
3120
  #, fuzzy
3121
  msgid "Last 90 Days"
3122
  msgstr "30 dernières minutes"
3123
 
3124
+ #: ../../admin/view/index.php:62
3125
  #, fuzzy
3126
  msgid "This Year So Far"
3127
  msgstr "Année"
3128
 
3129
+ #: ../../admin/view/index.php:63
3130
  #, fuzzy
3131
  msgid "Date Range"
3132
  msgstr "Date et heure"
3133
 
3134
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
3135
  msgid "Day"
3136
  msgstr "Jour"
3137
 
3138
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3139
  msgid "Month"
3140
  msgstr "Mois"
3141
 
3142
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
3143
  msgid "Year"
3144
  msgstr "Année"
3145
 
3146
+ #: ../../admin/view/index.php:89
3147
  #, fuzzy
3148
  msgid "Reset Filters"
3149
  msgstr "Filtres de dates"
3150
 
3151
+ #: ../../admin/view/index.php:130
3152
  msgid "Your report here"
3153
  msgstr "Votre rapport ici"
3154
 
3155
+ #: ../../admin/view/index.php:132
3156
+ #, fuzzy
3157
  msgid ""
3158
+ "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
3159
+ "write a new plugin that retrieves the desired information from the database "
3160
+ "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
3161
+ "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
3162
+ "forum_id=10\" target=\"_blank\">support forum</a>."
3163
  msgstr ""
3164
  "Oui, c'est possible! Créer et voir des statistiques personalisées pour WP "
3165
  "SlimStat. Pour ce faire, il suffit d'écrire une extension qui extrait de la "
3171
  "mon <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank\">forum "
3172
  "d'aide</a>."
3173
 
3174
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
3175
+ #: ../../admin/view/wp-slimstat-reports.php:893
3176
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3177
  msgid "Pageviews"
3178
  msgstr "Pages vues"
3179
 
3180
+ #: ../../admin/view/index.php:149
3181
+ #, fuzzy
3182
  msgid ""
3183
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3184
+ "Slimstat leverages this information to identify returning visitors. Please "
3185
+ "note that visitors also include registered users."
3186
  msgstr ""
3187
  "Lorsque les visiteurs laissent un commentaire sur votre blog, Wordpress leur "
3188
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
3189
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
3190
 
3191
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3192
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
 
 
3193
  msgid "Color codes"
3194
  msgstr "Codes couleur"
3195
 
3196
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3197
+ #, fuzzy
3198
+ msgid "From search result page"
3199
  msgstr "Depuis un moteur de recherche"
3200
 
3201
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3202
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3203
  msgid "Known Users"
3204
  msgstr "Utilisateurs connus"
3205
 
3206
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3207
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3208
  msgid "Other Humans"
3209
  msgstr "Autres humains"
3210
 
3211
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3212
+ msgid "Bot or Crawler"
3213
+ msgstr "Robot ou Crawler"
3214
+
3215
+ #: ../../admin/view/index.php:157
3216
  #, fuzzy
3217
  msgid "Keywords used by your visitors to find your website on a search engine."
3218
  msgstr ""
3219
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
3220
  "de recherche"
3221
 
3222
+ #: ../../admin/view/index.php:160
3223
  msgid ""
3224
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3225
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3226
  "set above don't apply to this report."
3227
  msgstr ""
3228
 
3229
+ #: ../../admin/view/index.php:163
3230
  msgid "Human Visits"
3231
  msgstr "Visiteurs humains"
3232
 
3233
+ #: ../../admin/view/index.php:166
3234
+ #, fuzzy
3235
  msgid ""
3236
  "Internet Service Provider: a company which provides other companies or "
3237
  "individuals with access to the Internet. Your DSL or cable internet service "
3238
  "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3239
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
3240
  msgstr ""
3241
  "Fournisseur d'Accès Internet: une société qui fournit à d'autres entreprises "
3242
  "ou à des particuliers un accès à Internet. Votre DSL ou service Internet par "
3244
  "spécifiques en définissant le filtre correspondant sous SlimStat> Réglages> "
3245
  "Filtres."
3246
 
3247
+ #: ../../admin/view/index.php:169
3248
+ #, fuzzy
3249
  msgid ""
3250
+ "You can configure Slimstat to ignore a specific Country by setting the "
3251
+ "corresponding filter under Settings > Slimstat > Filters."
3252
  msgstr ""
3253
  "Vous pouvez configurer WP SlimStat afin d'ignorer un pays spécifique en "
3254
  "définissant le filtre correspondant sous SlimStat> Paramètres> Filtres."
3255
 
3256
+ #: ../../admin/view/index.php:172
3257
  msgid ""
3258
  "This report shows you what user agent families (no version considered) are "
3259
  "popular among your visitors."
3261
  "Ce rapport affiche quelles familles d'user agent (sans prise en compte de "
3262
  "version) sont populaires chez vos visiteurs."
3263
 
3264
+ #: ../../admin/view/index.php:175
3265
  msgid ""
3266
  "This report shows you what operating system families (no version considered) "
3267
  "are popular among your visitors."
3269
  "Ce rapport affiche quelles familles de système d'exploitation (sans prise en "
3270
  "compte de version) sont populaires chez vos visiteurs."
3271
 
3272
+ #: ../../admin/view/index.php:181
3273
  msgid "Average Pageviews per Visit"
3274
  msgstr "Moyenne des pages vues par visite"
3275
 
3276
+ #: ../../admin/view/index.php:184
3277
  msgid ""
3278
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3279
  "left your site from the entrance (landing) page."
3282
  "au cours de laquelle le visiteur a quitté votre site à partir de la page "
3283
  "d'entrée."
3284
 
3285
+ #: ../../admin/view/index.php:187
3286
  msgid "Searches performed using Wordpress' built-in search functionality."
3287
  msgstr ""
3288
  "Recherches effectuées en utilisant la fonctionnalité de recherche intégrée "
3289
  "dans Wordpress."
3290
 
3291
+ #: ../../admin/view/index.php:191
3292
  msgid ""
3293
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3294
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3298
  "lien dans la page a été cliqué. <br>- <em>ID:xx</em> est affiché lorsque le "
3299
  "lien correspondant possède un attribut ID qui lui est associé."
3300
 
3301
+ #: ../../admin/view/index.php:194
3302
  msgid ""
3303
  "This report lists any <em>event</em> occurred on your website. Please refer "
3304
  "to the FAQ for more information on how to leverage this functionality."
3307
  "web. S'il vous plaît se référer à la FAQ pour plus d'informations sur la "
3308
  "façon de tirer parti de cette fonctionnalité."
3309
 
3310
+ #: ../../admin/view/index.php:197
3311
  msgid ""
3312
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3313
  "this report is not affected by the filters set here above."
3333
  msgstr "Lecteur de Flux (Syndication)"
3334
 
3335
  #: ../../admin/view/right-now.php:30
3336
+ #: ../../admin/view/wp-slimstat-reports.php:438
3337
+ #: ../../admin/view/wp-slimstat-reports.php:697
3338
  msgid "No data to display"
3339
  msgstr "Aucune donnée à afficher"
3340
 
3341
  # Unknown
3342
  #: ../../admin/view/right-now.php:56
3343
+ #: ../../admin/view/wp-slimstat-reports.php:491
3344
+ #: ../../admin/view/wp-slimstat-reports.php:740
3345
+ #: ../../admin/view/wp-slimstat-reports.php:1004
3346
  msgid "c-"
3347
  msgstr "Inconnu"
3348
 
3349
+ #: ../../admin/view/right-now.php:130
3350
+ msgid "Server Latency and Page Speed in milliseconds"
3351
+ msgstr ""
3352
+
3353
+ #: ../../admin/view/right-now.php:130
3354
+ msgid "SL"
3355
+ msgstr ""
3356
+
3357
+ #: ../../admin/view/right-now.php:130
3358
+ msgid "PS"
3359
+ msgstr ""
3360
+
3361
+ #: ../../admin/view/right-now.php:140
3362
+ #: ../../admin/view/wp-slimstat-reports.php:550
3363
+ #: ../../admin/view/wp-slimstat-reports.php:554
3364
+ #: ../../admin/view/wp-slimstat-reports.php:722
3365
+ #: ../../admin/view/wp-slimstat-reports.php:760
3366
  msgid "Open this URL in a new window"
3367
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3368
 
3369
+ #: ../../admin/view/right-now.php:143
3370
  msgid "Local search results page"
3371
  msgstr "Page de résultat d'une recherche locale"
3372
 
3373
+ #: ../../admin/view/right-now.php:150
3374
  msgid "Open this referrer in a new window"
3375
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
3376
 
3377
+ #: ../../admin/view/right-now.php:151
3378
  msgid "Open this outbound link in a new window"
3379
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3380
 
3381
+ #: ../../admin/view/right-now.php:153
 
 
 
 
 
3382
  #, fuzzy
3383
  msgid "Content Type"
3384
  msgstr "Contenu"
3385
 
3386
+ #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3387
  msgid "IP Address"
3388
  msgstr "Adresse IP"
3389
 
3390
+ #: ../../admin/view/wp-slimstat-db.php:48
3391
  msgid "Domain"
3392
  msgstr "le domaine"
3393
 
3394
+ #: ../../admin/view/wp-slimstat-db.php:51
3395
+ #, fuzzy
3396
+ msgid "Page Speed"
3397
+ msgstr "Pages vues"
3398
+
3399
  #: ../../admin/view/wp-slimstat-db.php:53
3400
  msgid "-- Advanced filters --"
3401
  msgstr "-- Filtres Avancés --"
3402
 
3403
  #: ../../admin/view/wp-slimstat-db.php:54
3404
+ #: ../../admin/view/wp-slimstat-reports.php:64
3405
  msgid "Browser Capabilities"
3406
  msgstr "Capacités des Navigateurs"
3407
 
3408
+ #: ../../admin/view/wp-slimstat-db.php:61
3409
+ msgid "Server Latency"
3410
+ msgstr ""
3411
+
3412
+ #: ../../admin/view/wp-slimstat-db.php:67
3413
  msgid "Resource ID"
3414
  msgstr "l'ID de ressources"
3415
 
3416
+ #: ../../admin/view/wp-slimstat-db.php:72
3417
  msgid "Hour"
3418
  msgstr "Heure"
3419
 
3420
+ #: ../../admin/view/wp-slimstat-db.php:78
3421
  #, fuzzy
3422
  msgid "Order Direction"
3423
  msgstr "Macromedia Director"
3424
 
3425
+ #: ../../admin/view/wp-slimstat-db.php:79
3426
  msgid "Limit Results"
3427
  msgstr "Limiter les résultats"
3428
 
3429
+ #: ../../admin/view/wp-slimstat-db.php:80
3430
  msgid "Start From"
3431
  msgstr "A partir de"
3432
 
3433
+ #: ../../admin/view/wp-slimstat-reports.php:44
3434
  msgid "Pageviews (chart)"
3435
  msgstr "Pages vues (graph)"
3436
 
3437
+ #: ../../admin/view/wp-slimstat-reports.php:45
3438
+ #, fuzzy
3439
+ msgid "About Slimstat"
3440
  msgstr "À propos de WP-SlimStat"
3441
 
3442
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
3443
  msgid "At a Glance"
3444
  msgstr "Brièvement"
3445
 
3446
+ #: ../../admin/view/wp-slimstat-reports.php:47
3447
  msgid "Currently Online"
3448
  msgstr "Actuellement en ligne"
3449
 
3450
+ #: ../../admin/view/wp-slimstat-reports.php:48
3451
+ #: ../../admin/view/wp-slimstat-reports.php:82
3452
  msgid "Spy View"
3453
  msgstr "Vue Espion"
3454
 
3455
+ #: ../../admin/view/wp-slimstat-reports.php:49
3456
+ #: ../../admin/view/wp-slimstat-reports.php:83
3457
  msgid "Recent Search Terms"
3458
  msgstr "Derniers Termes de Recherches"
3459
 
3460
+ #: ../../admin/view/wp-slimstat-reports.php:50
3461
  msgid "Top Pages"
3462
  msgstr "Top Pages Vues"
3463
 
3464
+ #: ../../admin/view/wp-slimstat-reports.php:51
3465
+ #: ../../admin/view/wp-slimstat-reports.php:80
3466
  msgid "Top Traffic Sources"
3467
  msgstr "Top Sources de Trafic"
3468
 
3469
+ #: ../../admin/view/wp-slimstat-reports.php:52
3470
  msgid "Top Known Visitors"
3471
  msgstr "Top Visiteurs Connus"
3472
 
3473
+ #: ../../admin/view/wp-slimstat-reports.php:53
3474
+ #: ../../admin/view/wp-slimstat-reports.php:78
3475
+ #: ../../admin/view/wp-slimstat-reports.php:98
3476
  msgid "Top Search Terms"
3477
  msgstr "Top Termes de Recherche"
3478
 
3479
+ #: ../../admin/view/wp-slimstat-reports.php:54
3480
+ #: ../../admin/view/wp-slimstat-reports.php:65
3481
+ #: ../../admin/view/wp-slimstat-reports.php:79
3482
+ msgid "Top Countries"
3483
  msgstr "Pays les plus récurrents"
3484
 
3485
+ #: ../../admin/view/wp-slimstat-reports.php:55
3486
  msgid "Rankings"
3487
  msgstr "Classements"
3488
 
3489
+ #: ../../admin/view/wp-slimstat-reports.php:56
3490
  #, fuzzy
3491
  msgid "Top Language Families"
3492
  msgstr "Top Langues"
3493
 
3494
+ #: ../../admin/view/wp-slimstat-reports.php:57
3495
  msgid "Human Visits (chart)"
3496
  msgstr "Visiteurs Humains (graph)"
3497
 
3498
+ #: ../../admin/view/wp-slimstat-reports.php:58
3499
+ #, fuzzy
3500
+ msgid "Audience Overview"
3501
+ msgstr "Vue générale"
3502
+
3503
+ #: ../../admin/view/wp-slimstat-reports.php:59
3504
  msgid "Top Languages"
3505
  msgstr "Top Langues"
3506
 
3507
+ #: ../../admin/view/wp-slimstat-reports.php:60
3508
  msgid "Top Browsers"
3509
  msgstr "Principaux navigateurs"
3510
 
3511
+ #: ../../admin/view/wp-slimstat-reports.php:61
3512
  msgid "Top Service Providers"
3513
  msgstr "Top Fournisseur d'Accès"
3514
 
3515
+ #: ../../admin/view/wp-slimstat-reports.php:62
3516
  msgid "Top Operating Systems"
3517
  msgstr "Top Systèmes d'Exploitation"
3518
 
3519
+ #: ../../admin/view/wp-slimstat-reports.php:63
3520
  msgid "Top Screen Resolutions"
3521
  msgstr "Top Résolutions d'écran"
3522
 
3523
+ #: ../../admin/view/wp-slimstat-reports.php:66
3524
  msgid "Visit Duration"
3525
  msgstr "Durée des Visites"
3526
 
3527
+ #: ../../admin/view/wp-slimstat-reports.php:67
3528
+ #: ../../admin/view/wp-slimstat-reports.php:84
3529
  msgid "Recent Countries"
3530
  msgstr "Derniers Pays"
3531
 
3532
+ #: ../../admin/view/wp-slimstat-reports.php:68
3533
  msgid "Recent Screen Resolutions"
3534
  msgstr "Dernières Résolutions d'écran"
3535
 
3536
+ #: ../../admin/view/wp-slimstat-reports.php:69
3537
  msgid "Recent Operating Systems"
3538
  msgstr "Derniers Systèmes d'Exploitation"
3539
 
3540
+ #: ../../admin/view/wp-slimstat-reports.php:70
3541
  msgid "Recent Browsers"
3542
  msgstr "Navigateurs récents"
3543
 
3544
+ #: ../../admin/view/wp-slimstat-reports.php:71
3545
  msgid "Recent Languages"
3546
  msgstr "Dernier Language"
3547
 
3548
+ #: ../../admin/view/wp-slimstat-reports.php:72
3549
  msgid "Top Browser Families"
3550
  msgstr "Principales familles de navigateurs"
3551
 
3552
+ #: ../../admin/view/wp-slimstat-reports.php:73
3553
  msgid "Top OS Families"
3554
  msgstr "Principales familles de SO"
3555
 
3556
+ #: ../../admin/view/wp-slimstat-reports.php:74
3557
  msgid "Recent Users"
3558
  msgstr "Utilisateurs récents"
3559
 
3560
+ #: ../../admin/view/wp-slimstat-reports.php:75
3561
  msgid "Top Users"
3562
  msgstr "Principaux utilisateurs"
3563
 
3564
+ #: ../../admin/view/wp-slimstat-reports.php:76
3565
  msgid "Traffic Sources (chart)"
3566
  msgstr "Sources de trafic (graph)"
3567
 
3568
+ #: ../../admin/view/wp-slimstat-reports.php:77
3569
  msgid "Summary"
3570
  msgstr "Récapitulatif"
3571
 
3572
+ #: ../../admin/view/wp-slimstat-reports.php:81
3573
  msgid "Top Referring Search Engines"
3574
  msgstr "Top Moteurs de Recherche"
3575
 
3576
+ #: ../../admin/view/wp-slimstat-reports.php:85
3577
+ #: ../../admin/view/wp-slimstat-reports.php:101
3578
  msgid "Top Landing Pages"
3579
  msgstr "Top Pages d'entrées"
3580
 
3581
+ #: ../../admin/view/wp-slimstat-reports.php:86
3582
  msgid "Average Pageviews per Visit (chart)"
3583
  msgstr "Moyenne des pages vues par visite (graph)"
3584
 
3585
+ #: ../../admin/view/wp-slimstat-reports.php:87
3586
  msgid "Recent Posts"
3587
  msgstr "Contenus récents"
3588
 
3589
+ #: ../../admin/view/wp-slimstat-reports.php:88
3590
  msgid "Recent Bounce Pages"
3591
  msgstr "Dernières Pages de Rebonds"
3592
 
3593
+ #: ../../admin/view/wp-slimstat-reports.php:89
3594
  msgid "Recent Feeds"
3595
  msgstr "Flux récents"
3596
 
3597
+ #: ../../admin/view/wp-slimstat-reports.php:90
3598
  msgid "Recent Pages Not Found"
3599
  msgstr "Dernières pages non trouvées"
3600
 
3601
+ #: ../../admin/view/wp-slimstat-reports.php:91
3602
  msgid "Recent Internal Searches"
3603
  msgstr "Recherches internes récentes"
3604
 
3605
+ #: ../../admin/view/wp-slimstat-reports.php:92
3606
  msgid "Top Categories"
3607
  msgstr "Top Catégories"
3608
 
3609
+ #: ../../admin/view/wp-slimstat-reports.php:93
3610
  msgid "Recent Outbound Links"
3611
  msgstr "Liens sortants récents"
3612
 
3613
+ #: ../../admin/view/wp-slimstat-reports.php:94
3614
  msgid "Recent Events"
3615
  msgstr "Evènements Récents"
3616
 
3617
+ #: ../../admin/view/wp-slimstat-reports.php:95
3618
  msgid "Top Posts"
3619
  msgstr "Top Posts"
3620
 
3621
+ #: ../../admin/view/wp-slimstat-reports.php:96
3622
  msgid "Top Feeds"
3623
  msgstr "Top Feeds"
3624
 
3625
+ #: ../../admin/view/wp-slimstat-reports.php:97
3626
  msgid "Top Internal Searches"
3627
  msgstr "Top Recherches Internes"
3628
 
3629
+ #: ../../admin/view/wp-slimstat-reports.php:99
3630
  msgid "Recent Categories"
3631
  msgstr "Dernières Catégories"
3632
 
3633
+ #: ../../admin/view/wp-slimstat-reports.php:100
3634
  msgid "Top Pages Not Found"
3635
  msgstr "Top Pages non trouvées"
3636
 
3637
+ #: ../../admin/view/wp-slimstat-reports.php:102
3638
  msgid "Top Authors"
3639
  msgstr "Top Auteurs"
3640
 
3641
+ #: ../../admin/view/wp-slimstat-reports.php:103
3642
  msgid "Top Tags"
3643
  msgstr "Top Mots Clés"
3644
 
3645
+ #: ../../admin/view/wp-slimstat-reports.php:104
3646
  msgid "Recent Downloads"
3647
  msgstr "Téléchargements récents"
3648
 
3649
+ #: ../../admin/view/wp-slimstat-reports.php:105
3650
+ #, fuzzy
3651
+ msgid "Top OutLinks and Downloads"
3652
  msgstr "Top des liens \"Outbounds\" et des téléchargements"
3653
 
3654
+ #: ../../admin/view/wp-slimstat-reports.php:106
3655
  msgid "Your Website"
3656
  msgstr "Votre site web"
3657
 
3658
+ #: ../../admin/view/wp-slimstat-reports.php:107
3659
+ msgid "World Map"
3660
+ msgstr "Carte du monde"
3661
+
3662
+ #: ../../admin/view/wp-slimstat-reports.php:108
3663
  #, fuzzy
3664
+ msgid "Activity"
3665
+ msgstr "Statistiques de fréquentation"
3666
 
3667
+ #: ../../admin/view/wp-slimstat-reports.php:219
3668
  msgid "Chart controls"
3669
  msgstr "Contrôle du graphique"
3670
 
3671
+ #: ../../admin/view/wp-slimstat-reports.php:219
3672
  msgid "Use your mouse wheel to zoom in and out"
3673
  msgstr "Utilisez la molette de votre souris pour zoomer et dézoomer"
3674
 
3675
+ #: ../../admin/view/wp-slimstat-reports.php:219
3676
  msgid "While zooming in, drag the chart to move to a different area"
3677
  msgstr ""
3678
  "Alors que le zoom avant est activé, faites glisser la carte pour passer à "
3679
  "une autre zone"
3680
 
3681
+ #: ../../admin/view/wp-slimstat-reports.php:219
3682
  msgid "Double click on an empty region to reset the zoom level"
3683
  msgstr "Double-cliquez sur une zone vide pour réinitialiser le niveau de zoom"
3684
 
3685
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
 
 
3686
  msgid "src"
3687
  msgstr "src"
3688
 
3689
+ #: ../../admin/view/wp-slimstat-reports.php:233
3690
  msgid "serp"
3691
  msgstr "serp"
3692
 
3693
+ #: ../../admin/view/wp-slimstat-reports.php:238
3694
  msgid "Go to the corresponding search engine result page"
3695
  msgstr ""
3696
  "Aller sur la page correspondant aux résultats du moteur de recherche (SERP)"
3697
 
3698
+ #: ../../admin/view/wp-slimstat-reports.php:241
3699
  msgid "Go to the referring page"
3700
  msgstr "Aller sur la page référente"
3701
 
3702
+ #: ../../admin/view/wp-slimstat-reports.php:264
3703
  msgid "Remove filter for"
3704
  msgstr "Enlever le filtre pour"
3705
 
3706
+ #: ../../admin/view/wp-slimstat-reports.php:271
3707
  msgid "Reset All"
3708
  msgstr "Réinitialiser l'ensemble"
3709
 
3710
+ #: ../../admin/view/wp-slimstat-reports.php:274
3711
  msgid "Current filters:"
3712
  msgstr "Filtres actifs :"
3713
 
3714
+ #: ../../admin/view/wp-slimstat-reports.php:278
3715
  msgid "Refresh"
3716
  msgstr "Rafraichir"
3717
 
3718
+ #: ../../admin/view/wp-slimstat-reports.php:352
3719
  #, php-format
3720
  msgid "Results %s - %s of %s"
3721
  msgstr "Résultats %s - %s de %s"
3722
 
3723
+ #: ../../admin/view/wp-slimstat-reports.php:354
3724
  msgid "Refresh in"
3725
  msgstr "Rafraichir dans "
3726
 
3727
+ #: ../../admin/view/wp-slimstat-reports.php:376
3728
+ #: ../../admin/view/wp-slimstat-reports.php:388
3729
  #, php-format
3730
  msgid "Daily %s"
3731
  msgstr "%s par Jour"
3732
 
3733
+ #: ../../admin/view/wp-slimstat-reports.php:379
3734
  #, php-format
3735
  msgid "%s Minute by Minute"
3736
  msgstr "%s minute par minute"
3737
 
3738
+ #: ../../admin/view/wp-slimstat-reports.php:382
3739
  #, php-format
3740
  msgid "Hourly %s"
3741
  msgstr "%s par Heure"
3742
 
3743
+ #: ../../admin/view/wp-slimstat-reports.php:385
3744
  #, php-format
3745
  msgid "Monthly %s"
3746
  msgstr "%s par Mois"
3747
 
3748
+ #: ../../admin/view/wp-slimstat-reports.php:473
3749
  msgid "Category ID"
3750
  msgstr "l'ID de la catégorie de l'article"
3751
 
3752
+ #: ../../admin/view/wp-slimstat-reports.php:506
3753
  msgid "OS Code"
3754
  msgstr "Code OS "
3755
 
3756
+ #: ../../admin/view/wp-slimstat-reports.php:516
3757
  msgid "Referrer"
3758
  msgstr "Référent"
3759
 
3760
+ #: ../../admin/view/wp-slimstat-reports.php:540
3761
+ #: ../../admin/view/wp-slimstat-reports.php:828
3762
+ #: ../../admin/view/wp-slimstat-reports.php:837
3763
+ #: ../../admin/view/wp-slimstat-reports.php:843
3764
+ #: ../../admin/view/wp-slimstat-reports.php:849
3765
+ #: ../../admin/view/wp-slimstat-reports.php:855
3766
+ #: ../../admin/view/wp-slimstat-reports.php:861
3767
+ #: ../../admin/view/wp-slimstat-reports.php:867
3768
+ #: ../../admin/view/wp-slimstat-reports.php:873
3769
  msgid "Hits"
3770
  msgstr "Hits"
3771
 
3772
+ #: ../../admin/view/wp-slimstat-reports.php:714
3773
  msgid "Search for"
3774
  msgstr "Recherche pour"
3775
 
3776
+ #: ../../admin/view/wp-slimstat-reports.php:750
3777
+ #: ../../admin/view/wp-slimstat-reports.php:760
3778
  msgid "Source"
3779
  msgstr "Source"
3780
 
3781
+ #: ../../admin/view/wp-slimstat-reports.php:752
3782
  msgid "Keywords"
3783
  msgstr "les mots clés"
3784
 
3785
+ #: ../../admin/view/wp-slimstat-reports.php:760
3786
  #, php-format
3787
  msgid "Filter results where resource equals %s"
3788
  msgstr "Filtrer les résultats où la ressource égale %s"
3789
 
3790
+ #: ../../admin/view/wp-slimstat-reports.php:761
3791
+ #, fuzzy
3792
+ msgid "Link Details"
3793
+ msgstr "Détails"
3794
+
3795
+ #: ../../admin/view/wp-slimstat-reports.php:774
3796
  msgid "Total Pageviews"
3797
  msgstr "Total Pages Vues"
3798
 
3799
+ #: ../../admin/view/wp-slimstat-reports.php:775
3800
  msgid "DB Size"
3801
  msgstr "Taille de la base de données"
3802
 
3803
+ #: ../../admin/view/wp-slimstat-reports.php:776
3804
  msgid "Tracking Active"
3805
  msgstr "Traçage actif"
3806
 
3807
+ #: ../../admin/view/wp-slimstat-reports.php:777
3808
  msgid "Javascript Mode"
3809
  msgstr "Mode Javascript"
3810
 
3811
+ #: ../../admin/view/wp-slimstat-reports.php:778
3812
  msgid "Tracking Browser Caps"
3813
  msgstr "Traçage Capacités Navigateurs"
3814
 
3815
+ #: ../../admin/view/wp-slimstat-reports.php:779
3816
  msgid "Auto purge"
3817
  msgstr "Purge automatique"
3818
 
3819
+ #: ../../admin/view/wp-slimstat-reports.php:780
3820
  msgid "Oldest pageview"
3821
  msgstr "Plus ancienne page vue"
3822
 
3823
+ #: ../../admin/view/wp-slimstat-reports.php:780
3824
  msgid "No visits"
3825
  msgstr "Aucune visite"
3826
 
3827
+ #: ../../admin/view/wp-slimstat-reports.php:790
3828
+ #: ../../admin/view/wp-slimstat-reports.php:892
3829
+ #, fuzzy
3830
  msgid ""
3831
+ "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3832
+ "the tracking code is executed."
3833
  msgstr ""
3834
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
3835
  "vues \" chaque fois que le code de traçage est exécuté."
3836
 
3837
+ #: ../../admin/view/wp-slimstat-reports.php:792
3838
  msgid "How many pages have been visited on average during the current period."
3839
  msgstr ""
3840
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
3841
 
3842
+ #: ../../admin/view/wp-slimstat-reports.php:793
3843
  msgid "Average Pageviews"
3844
  msgstr "Nombre de pages vues en moyenne"
3845
 
3846
+ #: ../../admin/view/wp-slimstat-reports.php:794
3847
  msgid ""
3848
  "Visitors who landed on your site after searching for a keyword on Google, "
3849
  "Yahoo, etc."
3851
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
3852
  "sur Google, Yahoo, etc"
3853
 
3854
+ #: ../../admin/view/wp-slimstat-reports.php:795
3855
  msgid "From Search Results"
3856
  msgstr "Résultat de recherches"
3857
 
3858
+ #: ../../admin/view/wp-slimstat-reports.php:796
3859
  msgid ""
3860
  "Used to differentiate between multiple requests to download a file from one "
3861
  "internet address (IP) and requests originating from many distinct addresses"
3864
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
3865
  "provenant de plusieurs adresses distinctes"
3866
 
3867
+ #: ../../admin/view/wp-slimstat-reports.php:797
3868
+ #: ../../admin/view/wp-slimstat-reports.php:812
3869
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3870
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3871
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3872
  msgid "Unique IPs"
3873
  msgstr "IPs uniques"
3874
 
3875
+ #: ../../admin/view/wp-slimstat-reports.php:798
3876
  msgid "Last 5 minutes"
3877
  msgstr "5 dernières minutes"
3878
 
3879
+ #: ../../admin/view/wp-slimstat-reports.php:799
3880
  msgid "Last 30 minutes"
3881
  msgstr "30 dernières minutes"
3882
 
3883
+ #: ../../admin/view/wp-slimstat-reports.php:809
3884
  msgid ""
3885
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3886
  "multiple times if they perform multiple visits."
3889
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
3890
  "multiples."
3891
 
3892
+ #: ../../admin/view/wp-slimstat-reports.php:810
3893
  msgid "Human visits"
3894
  msgstr "Visiteurs humains"
3895
 
3896
+ #: ../../admin/view/wp-slimstat-reports.php:811
3897
  msgid "It includes only traffic generated by human visitors."
3898
  msgstr "Cela ne comprend que les visites dites humaines."
3899
 
3900
+ #: ../../admin/view/wp-slimstat-reports.php:813
3901
+ #: ../../admin/view/wp-slimstat-reports.php:904
3902
  msgid ""
3903
  "Percentage of single-page visits, i.e. visits in which the person left your "
3904
  "site from the entrance page."
3906
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
3907
  "desquelles la personne a quitté votre site dès la page d'entrée."
3908
 
3909
+ #: ../../admin/view/wp-slimstat-reports.php:814
3910
  msgid "Bounce rate"
3911
  msgstr "Taux de rebond"
3912
 
3913
+ #: ../../admin/view/wp-slimstat-reports.php:815
3914
  msgid "Visitors who had previously left a comment on your blog."
3915
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
3916
 
3917
+ #: ../../admin/view/wp-slimstat-reports.php:816
3918
  msgid "Known visitors"
3919
  msgstr "Visiteurs connus"
3920
 
3921
+ #: ../../admin/view/wp-slimstat-reports.php:817
3922
  msgid "Human users who visited your site only once."
3923
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
3924
 
3925
+ #: ../../admin/view/wp-slimstat-reports.php:818
3926
  msgid "New visitors"
3927
  msgstr "Nouveaux visiteurs"
3928
 
3929
+ #: ../../admin/view/wp-slimstat-reports.php:819
3930
  msgid "Bots"
3931
  msgstr "Robots"
3932
 
3933
+ #: ../../admin/view/wp-slimstat-reports.php:820
3934
  msgid "Pages per visit"
3935
  msgstr "Pages vues par visite"
3936
 
3937
+ #: ../../admin/view/wp-slimstat-reports.php:821
3938
+ #: ../../admin/view/wp-slimstat-reports.php:1129
3939
  msgid "Longest visit"
3940
  msgstr "Visite la plus longue"
3941
 
3942
+ #: ../../admin/view/wp-slimstat-reports.php:821
3943
  msgid "hits"
3944
  msgstr "hits"
3945
 
3946
+ #: ../../admin/view/wp-slimstat-reports.php:839
3947
  msgid "0 - 30 seconds"
3948
  msgstr "0 - 30 secondes"
3949
 
3950
+ #: ../../admin/view/wp-slimstat-reports.php:845
3951
  msgid "31 - 60 seconds"
3952
  msgstr "31 - 60 secondes"
3953
 
3954
+ #: ../../admin/view/wp-slimstat-reports.php:851
3955
  msgid "1 - 3 minutes"
3956
  msgstr "1 - 3 minutes"
3957
 
3958
+ #: ../../admin/view/wp-slimstat-reports.php:857
3959
  msgid "3 - 5 minutes"
3960
  msgstr "3 - 5 minutes"
3961
 
3962
+ #: ../../admin/view/wp-slimstat-reports.php:863
3963
  msgid "5 - 7 minutes"
3964
  msgstr "5 - 7 minutes"
3965
 
3966
+ #: ../../admin/view/wp-slimstat-reports.php:869
3967
  msgid "7 - 10 minutes"
3968
  msgstr "7 - 10 minutes"
3969
 
3970
+ #: ../../admin/view/wp-slimstat-reports.php:875
3971
  msgid "More than 10 minutes"
3972
  msgstr "Plus de 10 minutes"
3973
 
3974
+ #: ../../admin/view/wp-slimstat-reports.php:884
3975
  msgid "Average time on site"
3976
  msgstr "Moyenne du temps passé sur le site"
3977
 
3978
+ #: ../../admin/view/wp-slimstat-reports.php:894
3979
  msgid ""
3980
  "A referrer (or referring site) is the site that a visitor previously visited "
3981
  "before following a link to your site."
3983
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
3984
  "suivre un lien vers votre site."
3985
 
3986
+ #: ../../admin/view/wp-slimstat-reports.php:895
3987
  msgid "Unique Referrers"
3988
  msgstr "Référents uniques"
3989
 
3990
+ #: ../../admin/view/wp-slimstat-reports.php:896
3991
  msgid ""
3992
  "Visitors who visited the site by typing the URL directly into their browser. "
3993
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
4000
  "courriels non marquées, ou des liens à partir de documents qui ne "
4001
  "contiennent pas de variables de suivi."
4002
 
4003
+ #: ../../admin/view/wp-slimstat-reports.php:897
4004
  msgid "Direct Pageviews"
4005
  msgstr "Pages Vues Directes"
4006
 
4007
+ #: ../../admin/view/wp-slimstat-reports.php:898
4008
  msgid ""
4009
  "Visitors who came to your site via searches on Google or some other search "
4010
  "engine."
4012
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
4013
  "ou autre."
4014
 
4015
+ #: ../../admin/view/wp-slimstat-reports.php:899
4016
  msgid "From a search result"
4017
  msgstr "Depuis un moteur de recherche"
4018
 
4019
+ #: ../../admin/view/wp-slimstat-reports.php:900
4020
  msgid ""
4021
  "The first page that a user views during a session. This is also known as the "
4022
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
4028
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
4029
  "sera comptée (pour cette visite) comme la page d'entrée."
4030
 
4031
+ #: ../../admin/view/wp-slimstat-reports.php:901
4032
  msgid "Unique Landing Pages"
4033
  msgstr "Pages d'Entrées Uniques"
4034
 
4035
+ #: ../../admin/view/wp-slimstat-reports.php:902
4036
  msgid "Number of single-page visits to your site over the selected period."
4037
  msgstr ""
4038
  "Nombre de visites d'une seule page de votre site au cours de la période "
4039
  "sélectionnée."
4040
 
4041
+ #: ../../admin/view/wp-slimstat-reports.php:903
4042
  msgid "Bounce Pages"
4043
  msgstr "Pages de Rebonds"
4044
 
4045
+ #: ../../admin/view/wp-slimstat-reports.php:905
4046
  msgid "New Visitors Rate"
4047
  msgstr "Taux de Nouveaux Visiteurs"
4048
 
4049
+ #: ../../admin/view/wp-slimstat-reports.php:906
4050
  msgid ""
4051
  "Visitors who visited the site in the last 5 minutes coming from a search "
4052
  "engine."
4054
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
4055
  "d'un moteur de recherche."
4056
 
4057
+ #: ../../admin/view/wp-slimstat-reports.php:907
4058
  msgid "Currently from search engines"
4059
  msgstr "Moteurs de recherche récents"
4060
 
4061
+ #: ../../admin/view/wp-slimstat-reports.php:975
4062
  msgid "Number of pages in your site included in Google's index."
4063
  msgstr "Nombre de pages de votre site indexées par Google."
4064
 
4065
+ #: ../../admin/view/wp-slimstat-reports.php:976
4066
  msgid "Google Index"
4067
  msgstr "Index Google"
4068
 
4069
+ #: ../../admin/view/wp-slimstat-reports.php:977
4070
  msgid "Number of pages, according to Google, that link back to your site."
4071
  msgstr ""
4072
  "Nombre de pages qui pointent sur votre site, d'après les informations "
4073
  "fournies par Google."
4074
 
4075
+ #: ../../admin/view/wp-slimstat-reports.php:978
4076
  msgid "Google Backlinks"
4077
  msgstr "Backlinks Google"
4078
 
4079
+ #: ../../admin/view/wp-slimstat-reports.php:979
4080
  msgid ""
4081
  "How many times the Facebook Like button has been approximately clicked on "
4082
  "your site."
4083
  msgstr ""
4084
  "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
4085
 
4086
+ #: ../../admin/view/wp-slimstat-reports.php:980
4087
  msgid "Facebook Likes"
4088
  msgstr "\"J'aime\" Facebook"
4089
 
4090
+ #: ../../admin/view/wp-slimstat-reports.php:981
4091
  msgid ""
4092
  "How many times your site has been shared by someone on the social network."
4093
  msgstr ""
4094
  "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
4095
  "social."
4096
 
4097
+ #: ../../admin/view/wp-slimstat-reports.php:982
4098
  msgid "Facebook Shares"
4099
  msgstr "Partages Facebook"
4100
 
4101
+ #: ../../admin/view/wp-slimstat-reports.php:983
4102
  msgid "How many times links to your website have been clicked on Facebook."
4103
  msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
4104
 
4105
+ #: ../../admin/view/wp-slimstat-reports.php:984
4106
  msgid "Facebook Clicks"
4107
  msgstr "Clicks Facebook"
4108
 
4109
+ #: ../../admin/view/wp-slimstat-reports.php:985
4110
  msgid ""
4111
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4112
  "traffic data."
4114
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
4115
  "concernant le trafic web."
4116
 
4117
+ #: ../../admin/view/wp-slimstat-reports.php:986
4118
  msgid "Alexa World Rank"
4119
  msgstr "Alexa, Classement mondial"
4120
 
4121
+ #: ../../admin/view/wp-slimstat-reports.php:987
4122
  msgid "Alexa Country Rank"
4123
  msgstr "Alexa, Classement par pays"
4124
 
4125
+ #: ../../admin/view/wp-slimstat-reports.php:988
4126
  msgid "Alexa Popularity"
4127
  msgstr "Alexa, Popularité"
4128
 
4129
  # Unknown
4130
+ #: ../../admin/view/wp-slimstat-reports.php:995
4131
  msgid "c-xx"
4132
  msgstr "Inconnu"
4133
 
4134
  # Afghanistan
4135
+ #: ../../admin/view/wp-slimstat-reports.php:995
4136
  msgid "c-af"
4137
  msgstr "Afghanistan"
4138
 
4139
  # Åland Islands
4140
+ #: ../../admin/view/wp-slimstat-reports.php:995
4141
  msgid "c-ax"
4142
  msgstr "Îles Åland"
4143
 
4144
  # Albania
4145
+ #: ../../admin/view/wp-slimstat-reports.php:995
4146
  msgid "c-al"
4147
  msgstr "Albanie"
4148
 
4149
  # Algeria
4150
+ #: ../../admin/view/wp-slimstat-reports.php:995
4151
  msgid "c-dz"
4152
  msgstr "Algérie"
4153
 
4154
  # Andorra
4155
+ #: ../../admin/view/wp-slimstat-reports.php:995
4156
  msgid "c-ad"
4157
  msgstr "Andorre"
4158
 
4159
  # Angola
4160
+ #: ../../admin/view/wp-slimstat-reports.php:995
4161
  msgid "c-ao"
4162
  msgstr "Angola"
4163
 
4164
  # Anguilla
4165
+ #: ../../admin/view/wp-slimstat-reports.php:995
4166
  msgid "c-ai"
4167
  msgstr "Anguilla"
4168
 
4169
  # Antigua and Barbuda
4170
+ #: ../../admin/view/wp-slimstat-reports.php:995
4171
  msgid "c-ag"
4172
  msgstr "Antigua et Barbuda"
4173
 
4174
  # Argentina
4175
+ #: ../../admin/view/wp-slimstat-reports.php:995
4176
  msgid "c-ar"
4177
  msgstr "Argentine"
4178
 
4179
  # Armenia
4180
+ #: ../../admin/view/wp-slimstat-reports.php:995
4181
  msgid "c-am"
4182
  msgstr "Arménie"
4183
 
4184
  # Aruba
4185
+ #: ../../admin/view/wp-slimstat-reports.php:995
4186
  msgid "c-aw"
4187
  msgstr "Aruba"
4188
 
4189
  # Australia
4190
+ #: ../../admin/view/wp-slimstat-reports.php:995
4191
  msgid "c-au"
4192
  msgstr "Australie"
4193
 
4194
  # Austria
4195
+ #: ../../admin/view/wp-slimstat-reports.php:995
4196
  msgid "c-at"
4197
  msgstr "Autriche"
4198
 
4199
  # Azerbaijan
4200
+ #: ../../admin/view/wp-slimstat-reports.php:995
4201
  msgid "c-az"
4202
  msgstr "Azerbaïdjan"
4203
 
4204
  # Bahamas
4205
+ #: ../../admin/view/wp-slimstat-reports.php:995
4206
  msgid "c-bs"
4207
  msgstr "Bahamas"
4208
 
4209
  # Bahrain
4210
+ #: ../../admin/view/wp-slimstat-reports.php:995
4211
  msgid "c-bh"
4212
  msgstr "Bahreïn"
4213
 
4214
  # Bangladesh
4215
+ #: ../../admin/view/wp-slimstat-reports.php:995
4216
  msgid "c-bd"
4217
  msgstr "Bangladesh"
4218
 
4219
  # Barbados
4220
+ #: ../../admin/view/wp-slimstat-reports.php:995
4221
  msgid "c-bb"
4222
  msgstr "Barbade"
4223
 
4224
  # Belarus
4225
+ #: ../../admin/view/wp-slimstat-reports.php:995
4226
  msgid "c-by"
4227
  msgstr "Bélarus"
4228
 
4229
  # Belgium
4230
+ #: ../../admin/view/wp-slimstat-reports.php:995
4231
  msgid "c-be"
4232
  msgstr "Belgique"
4233
 
4234
  # Belize
4235
+ #: ../../admin/view/wp-slimstat-reports.php:995
4236
  msgid "c-bz"
4237
  msgstr "Belize"
4238
 
4239
  # Benin
4240
+ #: ../../admin/view/wp-slimstat-reports.php:995
4241
  msgid "c-bj"
4242
  msgstr "Bénin"
4243
 
4244
  # Bermuda
4245
+ #: ../../admin/view/wp-slimstat-reports.php:995
4246
  msgid "c-bm"
4247
  msgstr "Bermudes"
4248
 
4249
  # Bhutan
4250
+ #: ../../admin/view/wp-slimstat-reports.php:995
4251
  msgid "c-bt"
4252
  msgstr "Bhoutan"
4253
 
4254
  # Bolivia
4255
+ #: ../../admin/view/wp-slimstat-reports.php:995
4256
  msgid "c-bo"
4257
  msgstr "État plurinational de Bolivie"
4258
 
4259
  # Bosnia and Herzegovina
4260
+ #: ../../admin/view/wp-slimstat-reports.php:995
4261
  msgid "c-ba"
4262
  msgstr "Bosnie-Herzégovine"
4263
 
4264
  # Botswana
4265
+ #: ../../admin/view/wp-slimstat-reports.php:995
4266
  msgid "c-bw"
4267
  msgstr "Botswana"
4268
 
4269
  # Brazil
4270
+ #: ../../admin/view/wp-slimstat-reports.php:995
4271
  msgid "c-br"
4272
  msgstr "Brésil"
4273
 
4274
  # Brunei Darussalam
4275
+ #: ../../admin/view/wp-slimstat-reports.php:995
4276
  msgid "c-bn"
4277
  msgstr "Brunéi Darussalam"
4278
 
4279
  # Bulgaria
4280
+ #: ../../admin/view/wp-slimstat-reports.php:995
4281
  msgid "c-bg"
4282
  msgstr "Bulgarie"
4283
 
4284
  # Burkina Faso
4285
+ #: ../../admin/view/wp-slimstat-reports.php:995
4286
  msgid "c-bf"
4287
  msgstr "Burkina Faso"
4288
 
4289
  # Burundi
4290
+ #: ../../admin/view/wp-slimstat-reports.php:995
4291
  msgid "c-bi"
4292
  msgstr "Burundi"
4293
 
4294
  # Cambodia
4295
+ #: ../../admin/view/wp-slimstat-reports.php:995
4296
  msgid "c-kh"
4297
  msgstr "Cambodge"
4298
 
4299
  # Cameroon
4300
+ #: ../../admin/view/wp-slimstat-reports.php:995
4301
  msgid "c-cm"
4302
  msgstr "Cameroun"
4303
 
4304
  # Canada
4305
+ #: ../../admin/view/wp-slimstat-reports.php:995
4306
  msgid "c-ca"
4307
  msgstr "Canada"
4308
 
4309
  # Cape Verde
4310
+ #: ../../admin/view/wp-slimstat-reports.php:995
4311
  msgid "c-cv"
4312
  msgstr "Cap-Vert"
4313
 
4314
  # Cayman Islands
4315
+ #: ../../admin/view/wp-slimstat-reports.php:995
4316
  msgid "c-ky"
4317
  msgstr "Îles Caïmans"
4318
 
4319
  # Central African Republic
4320
+ #: ../../admin/view/wp-slimstat-reports.php:995
4321
  msgid "c-cf"
4322
  msgstr "République Centrafricaine"
4323
 
4324
  # Chad
4325
+ #: ../../admin/view/wp-slimstat-reports.php:995
4326
  msgid "c-td"
4327
  msgstr "Tchad"
4328
 
4329
  # Chile
4330
+ #: ../../admin/view/wp-slimstat-reports.php:995
4331
  msgid "c-cl"
4332
  msgstr "Chili"
4333
 
4334
  # China
4335
+ #: ../../admin/view/wp-slimstat-reports.php:995
4336
  msgid "c-cn"
4337
  msgstr "Chine"
4338
 
4339
  # Colombia
4340
+ #: ../../admin/view/wp-slimstat-reports.php:995
4341
  msgid "c-co"
4342
  msgstr "Colombie"
4343
 
4344
  # Comoros
4345
+ #: ../../admin/view/wp-slimstat-reports.php:995
4346
  msgid "c-km"
4347
  msgstr "Comores"
4348
 
4349
  # Congo
4350
+ #: ../../admin/view/wp-slimstat-reports.php:995
4351
  msgid "c-cg"
4352
  msgstr "Congo"
4353
 
4354
  # The Democratic Republic of the Congo
4355
+ #: ../../admin/view/wp-slimstat-reports.php:995
4356
  msgid "c-cd"
4357
  msgstr "République Démocratique du Congo"
4358
 
4359
  # Costa Rica
4360
+ #: ../../admin/view/wp-slimstat-reports.php:995
4361
  msgid "c-cr"
4362
  msgstr "Costa Rica"
4363
 
4364
  # Côte d'Ivoire
4365
+ #: ../../admin/view/wp-slimstat-reports.php:995
4366
  msgid "c-ci"
4367
  msgstr "Côte d'Ivoire"
4368
 
4369
  # Croatia
4370
+ #: ../../admin/view/wp-slimstat-reports.php:995
4371
  msgid "c-hr"
4372
  msgstr "Croatie"
4373
 
4374
  # Cuba
4375
+ #: ../../admin/view/wp-slimstat-reports.php:995
4376
  msgid "c-cu"
4377
  msgstr "Cuba"
4378
 
4379
  # Cyprus
4380
+ #: ../../admin/view/wp-slimstat-reports.php:995
4381
  msgid "c-cy"
4382
  msgstr "Chypre"
4383
 
4384
  # Czech Republic
4385
+ #: ../../admin/view/wp-slimstat-reports.php:995
4386
  msgid "c-cz"
4387
  msgstr "République tchèque"
4388
 
4389
  # Denmark
4390
+ #: ../../admin/view/wp-slimstat-reports.php:995
4391
  msgid "c-dk"
4392
  msgstr "Danemark"
4393
 
4394
  # Djibouti
4395
+ #: ../../admin/view/wp-slimstat-reports.php:995
4396
  msgid "c-dj"
4397
  msgstr "Djibouti"
4398
 
4399
  # Dominica
4400
+ #: ../../admin/view/wp-slimstat-reports.php:995
4401
  msgid "c-dm"
4402
  msgstr "Dominique"
4403
 
4404
  # Dominican Republic
4405
+ #: ../../admin/view/wp-slimstat-reports.php:995
4406
  msgid "c-do"
4407
  msgstr "République dominicaine"
4408
 
4409
  # Ecuador
4410
+ #: ../../admin/view/wp-slimstat-reports.php:995
4411
  msgid "c-ec"
4412
  msgstr "Équateur"
4413
 
4414
  # Egypt
4415
+ #: ../../admin/view/wp-slimstat-reports.php:995
4416
  msgid "c-eg"
4417
  msgstr "Égypte"
4418
 
4419
  # El Salvador
4420
+ #: ../../admin/view/wp-slimstat-reports.php:995
4421
  msgid "c-sv"
4422
  msgstr "El Salvador"
4423
 
4424
  # Equatorial Guinea
4425
+ #: ../../admin/view/wp-slimstat-reports.php:995
4426
  msgid "c-gq"
4427
  msgstr "Guinée équatoriale"
4428
 
4429
  # Eritrea
4430
+ #: ../../admin/view/wp-slimstat-reports.php:995
4431
  msgid "c-er"
4432
  msgstr "Érythrée"
4433
 
4434
  # Estonia
4435
+ #: ../../admin/view/wp-slimstat-reports.php:995
4436
  msgid "c-ee"
4437
  msgstr "Estonie"
4438
 
4439
  # Ethiopia
4440
+ #: ../../admin/view/wp-slimstat-reports.php:995
4441
  msgid "c-et"
4442
  msgstr "Éthiopie"
4443
 
4444
  # Faroe Islands
4445
+ #: ../../admin/view/wp-slimstat-reports.php:995
4446
  msgid "c-fo"
4447
  msgstr "Îles Féroé"
4448
 
4449
  # Falkland Islands (Malvinas)
4450
+ #: ../../admin/view/wp-slimstat-reports.php:995
4451
  msgid "c-fk"
4452
  msgstr "Îles Falkland (Malvinas)"
4453
 
4454
  # Fiji
4455
+ #: ../../admin/view/wp-slimstat-reports.php:995
4456
  msgid "c-fj"
4457
  msgstr "Fidji"
4458
 
4459
  # Finland
4460
+ #: ../../admin/view/wp-slimstat-reports.php:995
4461
  msgid "c-fi"
4462
  msgstr "Finlande"
4463
 
4464
  # France
4465
+ #: ../../admin/view/wp-slimstat-reports.php:995
4466
  msgid "c-fr"
4467
  msgstr "France"
4468
 
4469
  # French Guiana
4470
+ #: ../../admin/view/wp-slimstat-reports.php:995
4471
  msgid "c-gf"
4472
  msgstr "Guyane française"
4473
 
4474
  # Gabon
4475
+ #: ../../admin/view/wp-slimstat-reports.php:995
4476
  msgid "c-ga"
4477
  msgstr "Gabon"
4478
 
4479
  # Gambia
4480
+ #: ../../admin/view/wp-slimstat-reports.php:995
4481
  msgid "c-gm"
4482
  msgstr "Gambie"
4483
 
4484
  # Georgia
4485
+ #: ../../admin/view/wp-slimstat-reports.php:995
4486
  msgid "c-ge"
4487
  msgstr "Géorgie"
4488
 
4489
  # Germany
4490
+ #: ../../admin/view/wp-slimstat-reports.php:995
4491
  msgid "c-de"
4492
  msgstr "Allemagne"
4493
 
4494
  # Ghana
4495
+ #: ../../admin/view/wp-slimstat-reports.php:995
4496
  msgid "c-gh"
4497
  msgstr "Ghana"
4498
 
4499
  # Greece
4500
+ #: ../../admin/view/wp-slimstat-reports.php:995
4501
  msgid "c-gr"
4502
  msgstr "Grèce"
4503
 
4504
  # Greenland
4505
+ #: ../../admin/view/wp-slimstat-reports.php:995
4506
  msgid "c-gl"
4507
  msgstr "Groenland"
4508
 
4509
  # Grenada
4510
+ #: ../../admin/view/wp-slimstat-reports.php:995
4511
  msgid "c-gd"
4512
  msgstr "Grenade"
4513
 
4514
  # Guadeloupe
4515
+ #: ../../admin/view/wp-slimstat-reports.php:995
4516
  msgid "c-gp"
4517
  msgstr "Guadeloupe"
4518
 
4519
  # Guatemala
4520
+ #: ../../admin/view/wp-slimstat-reports.php:995
4521
  msgid "c-gt"
4522
  msgstr "Guatemala"
4523
 
4524
  # Guinea
4525
+ #: ../../admin/view/wp-slimstat-reports.php:995
4526
  msgid "c-gn"
4527
  msgstr "Guinée"
4528
 
4529
  # Guinea-Bissau
4530
+ #: ../../admin/view/wp-slimstat-reports.php:995
4531
  msgid "c-gw"
4532
  msgstr "Guinée-Bissau"
4533
 
4534
  # Guyana
4535
+ #: ../../admin/view/wp-slimstat-reports.php:995
4536
  msgid "c-gy"
4537
  msgstr "Guyana"
4538
 
4539
  # Haiti
4540
+ #: ../../admin/view/wp-slimstat-reports.php:995
4541
  msgid "c-ht"
4542
  msgstr "Haïti"
4543
 
4544
  # Honduras
4545
+ #: ../../admin/view/wp-slimstat-reports.php:995
4546
  msgid "c-hn"
4547
  msgstr "Honduras"
4548
 
4549
  # Hong Kong
4550
+ #: ../../admin/view/wp-slimstat-reports.php:995
4551
  msgid "c-hk"
4552
  msgstr "Hong Kong"
4553
 
4554
  # Hungary
4555
+ #: ../../admin/view/wp-slimstat-reports.php:995
4556
  msgid "c-hu"
4557
  msgstr "Hongrie"
4558
 
4559
  # Iceland
4560
+ #: ../../admin/view/wp-slimstat-reports.php:995
4561
  msgid "c-is"
4562
  msgstr "Islande"
4563
 
4564
  # India
4565
+ #: ../../admin/view/wp-slimstat-reports.php:995
4566
  msgid "c-in"
4567
  msgstr "Inde"
4568
 
4569
  # Indonesia
4570
+ #: ../../admin/view/wp-slimstat-reports.php:995
4571
  msgid "c-id"
4572
  msgstr "Indonésie"
4573
 
4574
  # Islamic Republic of Iran
4575
+ #: ../../admin/view/wp-slimstat-reports.php:995
4576
  msgid "c-ir"
4577
  msgstr "République islamique d'Iran"
4578
 
4579
  # Iraq
4580
+ #: ../../admin/view/wp-slimstat-reports.php:995
4581
  msgid "c-iq"
4582
  msgstr "Irak"
4583
 
4584
  # Ireland
4585
+ #: ../../admin/view/wp-slimstat-reports.php:995
4586
  msgid "c-ie"
4587
  msgstr "Irlande"
4588
 
4589
  # Israel
4590
+ #: ../../admin/view/wp-slimstat-reports.php:995
4591
  msgid "c-il"
4592
  msgstr "Israël"
4593
 
4594
  # Italy
4595
+ #: ../../admin/view/wp-slimstat-reports.php:995
4596
  msgid "c-it"
4597
  msgstr "Italie"
4598
 
4599
  # Jamaica
4600
+ #: ../../admin/view/wp-slimstat-reports.php:995
4601
  msgid "c-jm"
4602
  msgstr "Jamaïque"
4603
 
4604
  # Japan
4605
+ #: ../../admin/view/wp-slimstat-reports.php:995
4606
  msgid "c-jp"
4607
  msgstr "Japon"
4608
 
4609
  # Jordan
4610
+ #: ../../admin/view/wp-slimstat-reports.php:995
4611
  msgid "c-jo"
4612
  msgstr "Jordanie"
4613
 
4614
  # Kazakhstan
4615
+ #: ../../admin/view/wp-slimstat-reports.php:995
4616
  msgid "c-kz"
4617
  msgstr "Kazakhstan"
4618
 
4619
  # Kenya
4620
+ #: ../../admin/view/wp-slimstat-reports.php:995
4621
  msgid "c-ke"
4622
  msgstr "Kenya"
4623
 
4624
  # Nauru
4625
+ #: ../../admin/view/wp-slimstat-reports.php:995
4626
  msgid "c-nr"
4627
  msgstr "Nauru"
4628
 
4629
  # Democratic People's Republic of Korea
4630
+ #: ../../admin/view/wp-slimstat-reports.php:995
4631
  msgid "c-kp"
4632
  msgstr "République populaire démocratique de Corée"
4633
 
4634
  # Republic of Korea
4635
+ #: ../../admin/view/wp-slimstat-reports.php:995
4636
  msgid "c-kr"
4637
  msgstr "République de Corée"
4638
 
4639
+ #: ../../admin/view/wp-slimstat-reports.php:995
4640
  msgid "c-kv"
4641
  msgstr "Kossovo"
4642
 
4643
  # Kuwait
4644
+ #: ../../admin/view/wp-slimstat-reports.php:995
4645
  msgid "c-kw"
4646
  msgstr "Koweït"
4647
 
4648
  # Kyrgyzstan
4649
+ #: ../../admin/view/wp-slimstat-reports.php:995
4650
  msgid "c-kg"
4651
  msgstr "Kirghizistan"
4652
 
4653
  # Lao People's Democratic Republic
4654
+ #: ../../admin/view/wp-slimstat-reports.php:995
4655
  msgid "c-la"
4656
  msgstr "République démocratique populaire lao"
4657
 
4658
  # Latvia
4659
+ #: ../../admin/view/wp-slimstat-reports.php:995
4660
  msgid "c-lv"
4661
  msgstr "Lettonie"
4662
 
4663
  # Lebanon
4664
+ #: ../../admin/view/wp-slimstat-reports.php:995
4665
  msgid "c-lb"
4666
  msgstr "Liban"
4667
 
4668
  # Lesotho
4669
+ #: ../../admin/view/wp-slimstat-reports.php:995
4670
  msgid "c-ls"
4671
  msgstr "Lesotho"
4672
 
4673
  # Liberia
4674
+ #: ../../admin/view/wp-slimstat-reports.php:995
4675
  msgid "c-lr"
4676
  msgstr "Libéria"
4677
 
4678
  # Libyan Arab Jamahiriya
4679
+ #: ../../admin/view/wp-slimstat-reports.php:995
4680
  msgid "c-ly"
4681
  msgstr "Jamahiriya arabe libyenne"
4682
 
4683
  # Liechtenstein
4684
+ #: ../../admin/view/wp-slimstat-reports.php:995
4685
  msgid "c-li"
4686
  msgstr "Liechtenstein"
4687
 
4688
  # Lithuania
4689
+ #: ../../admin/view/wp-slimstat-reports.php:995
4690
  msgid "c-lt"
4691
  msgstr "Lituanie"
4692
 
4693
  # Luxembourg
4694
+ #: ../../admin/view/wp-slimstat-reports.php:995
4695
  msgid "c-lu"
4696
  msgstr "Luxembourg"
4697
 
4698
  # The Former Yugoslav Republic of Macedonia
4699
+ #: ../../admin/view/wp-slimstat-reports.php:995
4700
  msgid "c-mk"
4701
  msgstr "Ex-république yougoslave de Macédoine"
4702
 
4703
  # Madagascar
4704
+ #: ../../admin/view/wp-slimstat-reports.php:995
4705
  msgid "c-mg"
4706
  msgstr "Madagascar"
4707
 
4708
  # Malawi
4709
+ #: ../../admin/view/wp-slimstat-reports.php:995
4710
  msgid "c-mw"
4711
  msgstr "Malawi"
4712
 
4713
  # Malaysia
4714
+ #: ../../admin/view/wp-slimstat-reports.php:995
4715
  msgid "c-my"
4716
  msgstr "Malaisie"
4717
 
4718
  # Mali
4719
+ #: ../../admin/view/wp-slimstat-reports.php:995
4720
  msgid "c-ml"
4721
  msgstr "Mali"
4722
 
4723
  # Malta
4724
+ #: ../../admin/view/wp-slimstat-reports.php:995
4725
  msgid "c-mt"
4726
  msgstr "Malte"
4727
 
4728
  # Martinique
4729
+ #: ../../admin/view/wp-slimstat-reports.php:995
4730
  msgid "c-mq"
4731
  msgstr "Martinique"
4732
 
4733
  # Mauritania
4734
+ #: ../../admin/view/wp-slimstat-reports.php:995
4735
  msgid "c-mr"
4736
  msgstr "Mauritanie"
4737
 
4738
  # Mauritius
4739
+ #: ../../admin/view/wp-slimstat-reports.php:995
4740
  msgid "c-mu"
4741
  msgstr "Maurice"
4742
 
4743
  # Mexico
4744
+ #: ../../admin/view/wp-slimstat-reports.php:995
4745
  msgid "c-mx"
4746
  msgstr "Mexique"
4747
 
4748
  # Moldova
4749
+ #: ../../admin/view/wp-slimstat-reports.php:995
4750
  msgid "c-md"
4751
  msgstr "République de Moldova"
4752
 
4753
  # Mongolia
4754
+ #: ../../admin/view/wp-slimstat-reports.php:995
4755
  msgid "c-mn"
4756
  msgstr "Mongolie"
4757
 
4758
  # Montenegro
4759
+ #: ../../admin/view/wp-slimstat-reports.php:995
4760
  msgid "c-me"
4761
  msgstr "Monténégro"
4762
 
4763
  # Montserrat
4764
+ #: ../../admin/view/wp-slimstat-reports.php:995
4765
  msgid "c-ms"
4766
  msgstr "Montserrat"
4767
 
4768
  # Morocco
4769
+ #: ../../admin/view/wp-slimstat-reports.php:995
4770
  msgid "c-ma"
4771
  msgstr "Maroc"
4772
 
4773
  # Mozambique
4774
+ #: ../../admin/view/wp-slimstat-reports.php:995
4775
  msgid "c-mz"
4776
  msgstr "Mozambique"
4777
 
4778
  # Myanmar
4779
+ #: ../../admin/view/wp-slimstat-reports.php:995
4780
  msgid "c-mm"
4781
  msgstr "Myanmar"
4782
 
4783
  # Namibia
4784
+ #: ../../admin/view/wp-slimstat-reports.php:995
4785
  msgid "c-na"
4786
  msgstr "Namibie"
4787
 
4788
  # Nepal
4789
+ #: ../../admin/view/wp-slimstat-reports.php:995
4790
  msgid "c-np"
4791
  msgstr "Népal"
4792
 
4793
  # Netherlands
4794
+ #: ../../admin/view/wp-slimstat-reports.php:995
4795
  msgid "c-nl"
4796
  msgstr "Pays-bas"
4797
 
4798
  # New Caledonia
4799
+ #: ../../admin/view/wp-slimstat-reports.php:995
4800
  msgid "c-nc"
4801
  msgstr "Nouvelle-Calédonie"
4802
 
4803
  # New Zealand
4804
+ #: ../../admin/view/wp-slimstat-reports.php:995
4805
  msgid "c-nz"
4806
  msgstr "Nouvelle-Zélande"
4807
 
4808
  # Nicaragua
4809
+ #: ../../admin/view/wp-slimstat-reports.php:995
4810
  msgid "c-ni"
4811
  msgstr "Nicaragua"
4812
 
4813
  # Niger
4814
+ #: ../../admin/view/wp-slimstat-reports.php:995
4815
  msgid "c-ne"
4816
  msgstr "Niger"
4817
 
4818
  # Nigeria
4819
+ #: ../../admin/view/wp-slimstat-reports.php:995
4820
  msgid "c-ng"
4821
  msgstr "Nigéria"
4822
 
4823
  # Norway
4824
+ #: ../../admin/view/wp-slimstat-reports.php:995
4825
  msgid "c-no"
4826
  msgstr "Norvège"
4827
 
4828
  # Oman
4829
+ #: ../../admin/view/wp-slimstat-reports.php:995
4830
  msgid "c-om"
4831
  msgstr "Oman"
4832
 
4833
  # Pakistan
4834
+ #: ../../admin/view/wp-slimstat-reports.php:995
4835
  msgid "c-pk"
4836
  msgstr "Pakistan"
4837
 
4838
  # Palau
4839
+ #: ../../admin/view/wp-slimstat-reports.php:995
4840
  msgid "c-pw"
4841
  msgstr "Palaos"
4842
 
4843
  # Occupied Palestinian Territory
4844
+ #: ../../admin/view/wp-slimstat-reports.php:995
4845
  msgid "c-ps"
4846
  msgstr "Territoire palestinien occupé"
4847
 
4848
  # Panama
4849
+ #: ../../admin/view/wp-slimstat-reports.php:995
4850
  msgid "c-pa"
4851
  msgstr "Panama"
4852
 
4853
  # Papua New Guinea
4854
+ #: ../../admin/view/wp-slimstat-reports.php:995
4855
  msgid "c-pg"
4856
  msgstr "Papouasie-Nouvelle-Guinée"
4857
 
4858
  # Paraguay
4859
+ #: ../../admin/view/wp-slimstat-reports.php:995
4860
  msgid "c-py"
4861
  msgstr "Paraguay"
4862
 
4863
  # Peru
4864
+ #: ../../admin/view/wp-slimstat-reports.php:995
4865
  msgid "c-pe"
4866
  msgstr "Pérou"
4867
 
4868
  # Philippines
4869
+ #: ../../admin/view/wp-slimstat-reports.php:995
4870
  msgid "c-ph"
4871
  msgstr "Philippines"
4872
 
4873
  # Poland
4874
+ #: ../../admin/view/wp-slimstat-reports.php:995
4875
  msgid "c-pl"
4876
  msgstr "Pologne"
4877
 
4878
  # Portugal
4879
+ #: ../../admin/view/wp-slimstat-reports.php:995
4880
  msgid "c-pt"
4881
  msgstr "Portugal"
4882
 
4883
  # Puerto Rico
4884
+ #: ../../admin/view/wp-slimstat-reports.php:995
4885
  msgid "c-pr"
4886
  msgstr "Porto Rico"
4887
 
4888
  # Qatar
4889
+ #: ../../admin/view/wp-slimstat-reports.php:995
4890
  msgid "c-qa"
4891
  msgstr "Qatar"
4892
 
4893
  # Réunion
4894
+ #: ../../admin/view/wp-slimstat-reports.php:995
4895
  msgid "c-re"
4896
  msgstr "Réunion"
4897
 
4898
  # Romania
4899
+ #: ../../admin/view/wp-slimstat-reports.php:995
4900
  msgid "c-ro"
4901
  msgstr "Roumanie"
4902
 
4903
  # Russian Federation
4904
+ #: ../../admin/view/wp-slimstat-reports.php:995
4905
  msgid "c-ru"
4906
  msgstr "Fédération de Russie"
4907
 
4908
  # Rwanda
4909
+ #: ../../admin/view/wp-slimstat-reports.php:995
4910
  msgid "c-rw"
4911
  msgstr "Rwanda"
4912
 
4913
  # Saint Kitts and Nevis
4914
+ #: ../../admin/view/wp-slimstat-reports.php:995
4915
  msgid "c-kn"
4916
  msgstr "Saint-Kitts-et-Nevis"
4917
 
4918
  # Saint Lucia
4919
+ #: ../../admin/view/wp-slimstat-reports.php:995
4920
  msgid "c-lc"
4921
  msgstr "Sainte-Lucie"
4922
 
4923
  # Saint Martin
4924
+ #: ../../admin/view/wp-slimstat-reports.php:995
4925
  msgid "c-mf"
4926
  msgstr "Saint-Martin"
4927
 
4928
  # Saint Vincent and the Grenadines
4929
+ #: ../../admin/view/wp-slimstat-reports.php:995
4930
  msgid "c-vc"
4931
  msgstr "Saint-Vincent-et-les Grenadines"
4932
 
4933
  # Samoa
4934
+ #: ../../admin/view/wp-slimstat-reports.php:995
4935
  msgid "c-ws"
4936
  msgstr "Samoa"
4937
 
4938
  # Sao Tome and Principe
4939
+ #: ../../admin/view/wp-slimstat-reports.php:995
4940
  msgid "c-st"
4941
  msgstr "Sao Tomé-et-Principe"
4942
 
4943
  # Saudi Arabia
4944
+ #: ../../admin/view/wp-slimstat-reports.php:995
4945
  msgid "c-sa"
4946
  msgstr "Arabie saoudite"
4947
 
4948
  # Senegal
4949
+ #: ../../admin/view/wp-slimstat-reports.php:995
4950
  msgid "c-sn"
4951
  msgstr "Sénégal"
4952
 
4953
  # Serbia
4954
+ #: ../../admin/view/wp-slimstat-reports.php:995
4955
  msgid "c-rs"
4956
  msgstr "Serbie"
4957
 
4958
  # Sierra Leone
4959
+ #: ../../admin/view/wp-slimstat-reports.php:995
4960
  msgid "c-sl"
4961
  msgstr "Sierra Leone"
4962
 
4963
  # Singapore
4964
+ #: ../../admin/view/wp-slimstat-reports.php:995
4965
  msgid "c-sg"
4966
  msgstr "Singapour"
4967
 
4968
  # Slovakia
4969
+ #: ../../admin/view/wp-slimstat-reports.php:995
4970
  msgid "c-sk"
4971
  msgstr "Slovaquie"
4972
 
4973
  # Slovenia
4974
+ #: ../../admin/view/wp-slimstat-reports.php:995
4975
  msgid "c-si"
4976
  msgstr "Slovénie"
4977
 
4978
  # Solomon Islands
4979
+ #: ../../admin/view/wp-slimstat-reports.php:995
4980
  msgid "c-sb"
4981
  msgstr "Îles Salomon"
4982
 
4983
  # Somalia
4984
+ #: ../../admin/view/wp-slimstat-reports.php:995
4985
  msgid "c-so"
4986
  msgstr "Somalie"
4987
 
4988
  # South Africa
4989
+ #: ../../admin/view/wp-slimstat-reports.php:995
4990
  msgid "c-za"
4991
  msgstr "Afrique du sud"
4992
 
4993
  # South Georgia and the South Sandwich Islands
4994
+ #: ../../admin/view/wp-slimstat-reports.php:995
4995
  msgid "c-gs"
4996
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
4997
 
4998
  # Spain
4999
+ #: ../../admin/view/wp-slimstat-reports.php:995
5000
  msgid "c-es"
5001
  msgstr "Espagne"
5002
 
5003
  # Sri Lanka
5004
+ #: ../../admin/view/wp-slimstat-reports.php:995
5005
  msgid "c-lk"
5006
  msgstr "Sri Lanka"
5007
 
5008
  # Seychelles
5009
+ #: ../../admin/view/wp-slimstat-reports.php:995
5010
  msgid "c-sc"
5011
  msgstr "Seychelles"
5012
 
5013
  # Sudan
5014
+ #: ../../admin/view/wp-slimstat-reports.php:995
5015
  msgid "c-sd"
5016
  msgstr "Soudan"
5017
 
5018
+ #: ../../admin/view/wp-slimstat-reports.php:995
5019
  msgid "c-ss"
5020
  msgstr "Soudan du Sud"
5021
 
5022
  # Suriname
5023
+ #: ../../admin/view/wp-slimstat-reports.php:995
5024
  msgid "c-sr"
5025
  msgstr "Suriname"
5026
 
5027
  # Svalbard and Jan Mayen
5028
+ #: ../../admin/view/wp-slimstat-reports.php:995
5029
  msgid "c-sj"
5030
  msgstr "Svalbard et île Jan Mayen"
5031
 
5032
  # Swaziland
5033
+ #: ../../admin/view/wp-slimstat-reports.php:995
5034
  msgid "c-sz"
5035
  msgstr "Swaziland"
5036
 
5037
  # Sweden
5038
+ #: ../../admin/view/wp-slimstat-reports.php:995
5039
  msgid "c-se"
5040
  msgstr "Suède"
5041
 
5042
  # Switzerland
5043
+ #: ../../admin/view/wp-slimstat-reports.php:995
5044
  msgid "c-ch"
5045
  msgstr "Suisse"
5046
 
5047
  # Syrian Arab Republic
5048
+ #: ../../admin/view/wp-slimstat-reports.php:995
5049
  msgid "c-sy"
5050
  msgstr "République arabe syrienne"
5051
 
5052
  # Taiwan, Province of China
5053
+ #: ../../admin/view/wp-slimstat-reports.php:995
5054
  msgid "c-tw"
5055
  msgstr "Taïwan, province de Chine"
5056
 
5057
  # Tajikistan
5058
+ #: ../../admin/view/wp-slimstat-reports.php:995
5059
  msgid "c-tj"
5060
  msgstr "Tadjikistan"
5061
 
5062
  # United Republic of Tanzania
5063
+ #: ../../admin/view/wp-slimstat-reports.php:995
5064
  msgid "c-tz"
5065
  msgstr "République-unie de Tanzanie"
5066
 
5067
  # Thailand
5068
+ #: ../../admin/view/wp-slimstat-reports.php:995
5069
  msgid "c-th"
5070
  msgstr "Thaïlande"
5071
 
5072
  # Timor-Leste
5073
+ #: ../../admin/view/wp-slimstat-reports.php:995
5074
  msgid "c-tl"
5075
  msgstr "Timor-Leste"
5076
 
5077
  # Togo
5078
+ #: ../../admin/view/wp-slimstat-reports.php:995
5079
  msgid "c-tg"
5080
  msgstr "Togo"
5081
 
5082
  # Tonga
5083
+ #: ../../admin/view/wp-slimstat-reports.php:995
5084
  msgid "c-to"
5085
  msgstr "Tonga"
5086
 
5087
  # Trinidad and Tobago
5088
+ #: ../../admin/view/wp-slimstat-reports.php:995
5089
  msgid "c-tt"
5090
  msgstr "Trinité-et-Tobago "
5091
 
5092
  # Tunisia
5093
+ #: ../../admin/view/wp-slimstat-reports.php:995
5094
  msgid "c-tn"
5095
  msgstr "Tunisie"
5096
 
5097
  # Turkey
5098
+ #: ../../admin/view/wp-slimstat-reports.php:995
5099
  msgid "c-tr"
5100
  msgstr "Turquie "
5101
 
5102
  # Turkmenistan
5103
+ #: ../../admin/view/wp-slimstat-reports.php:995
5104
  msgid "c-tm"
5105
  msgstr "Turkménistan"
5106
 
5107
  # Turks and Caicos Islands
5108
+ #: ../../admin/view/wp-slimstat-reports.php:995
5109
  msgid "c-tc"
5110
  msgstr "Îles Turks et Caïques"
5111
 
5112
  # Uganda
5113
+ #: ../../admin/view/wp-slimstat-reports.php:995
5114
  msgid "c-ug"
5115
  msgstr "Ouganda"
5116
 
5117
  # Ukraine
5118
+ #: ../../admin/view/wp-slimstat-reports.php:995
5119
  msgid "c-ua"
5120
  msgstr "Ukraine"
5121
 
5122
  # United Arab Emirates
5123
+ #: ../../admin/view/wp-slimstat-reports.php:995
5124
  msgid "c-ae"
5125
  msgstr "Émirats arabes unis"
5126
 
5127
  # United Kingdom
5128
+ #: ../../admin/view/wp-slimstat-reports.php:995
5129
  msgid "c-gb"
5130
  msgstr "Royaume-Uni"
5131
 
5132
  # United States
5133
+ #: ../../admin/view/wp-slimstat-reports.php:995
5134
  msgid "c-us"
5135
  msgstr "États-Unis"
5136
 
5137
  # Uruguay
5138
+ #: ../../admin/view/wp-slimstat-reports.php:995
5139
  msgid "c-uy"
5140
  msgstr "Uruguay"
5141
 
5142
  # Uzbekistan
5143
+ #: ../../admin/view/wp-slimstat-reports.php:995
5144
  msgid "c-uz"
5145
  msgstr "Ouzbékistan "
5146
 
5147
  # Vanuatu
5148
+ #: ../../admin/view/wp-slimstat-reports.php:995
5149
  msgid "c-vu"
5150
  msgstr "Vanuatu"
5151
 
5152
  # Venezuela
5153
+ #: ../../admin/view/wp-slimstat-reports.php:995
5154
  msgid "c-ve"
5155
  msgstr "République bolivarienne du Venezuela"
5156
 
5157
  # Viet Nam
5158
+ #: ../../admin/view/wp-slimstat-reports.php:995
5159
  msgid "c-vn"
5160
  msgstr "Viet Nam"
5161
 
5162
  # British Virgin Islands
5163
+ #: ../../admin/view/wp-slimstat-reports.php:995
5164
  msgid "c-vg"
5165
  msgstr "Îles vierges britanniques"
5166
 
5167
  # U.S. Virgin Islands
5168
+ #: ../../admin/view/wp-slimstat-reports.php:995
5169
  msgid "c-vi"
5170
  msgstr "Îles vierges des États-Unis"
5171
 
5172
  # Western Sahara
5173
+ #: ../../admin/view/wp-slimstat-reports.php:995
5174
  msgid "c-eh"
5175
  msgstr "Sahara occidental"
5176
 
5177
  # Yemen
5178
+ #: ../../admin/view/wp-slimstat-reports.php:995
5179
  msgid "c-ye"
5180
  msgstr "Yémen"
5181
 
5182
  # Zambia
5183
+ #: ../../admin/view/wp-slimstat-reports.php:995
5184
  msgid "c-zm"
5185
  msgstr "Zambie"
5186
 
5187
  # Zimbabwe
5188
+ #: ../../admin/view/wp-slimstat-reports.php:995
5189
  msgid "c-zw"
5190
  msgstr "Zimbabwe"
5191
 
5192
  # Guernsey
5193
+ #: ../../admin/view/wp-slimstat-reports.php:995
5194
  msgid "c-gg"
5195
  msgstr "Guernesey"
5196
 
5197
  # Jersey
5198
+ #: ../../admin/view/wp-slimstat-reports.php:995
5199
  msgid "c-je"
5200
  msgstr "Jersey"
5201
 
5202
  # Isle of Man
5203
+ #: ../../admin/view/wp-slimstat-reports.php:995
5204
  msgid "c-im"
5205
  msgstr "Île de Man"
5206
 
5207
  # Maldives
5208
+ #: ../../admin/view/wp-slimstat-reports.php:995
5209
  msgid "c-mv"
5210
  msgstr "Maldives"
5211
 
5212
  # European Union
5213
+ #: ../../admin/view/wp-slimstat-reports.php:996
5214
  msgid "c-eu"
5215
  msgstr "Union européenne"
5216
 
5217
+ #: ../../admin/view/wp-slimstat-reports.php:1085
5218
  msgid ""
5219
  "This value includes not only posts, but also custom post types, regardless "
5220
  "of their status"
5221
  msgstr ""
5222
 
5223
+ #: ../../admin/view/wp-slimstat-reports.php:1086
5224
  msgid "Content Items"
5225
  msgstr "Contenus"
5226
 
5227
+ #: ../../admin/view/wp-slimstat-reports.php:1087
5228
  msgid "Total Comments"
5229
  msgstr "Nombre de commentaires"
5230
 
5231
+ #: ../../admin/view/wp-slimstat-reports.php:1088
5232
  msgid "Pingbacks"
5233
  msgstr "Pingbacks"
5234
 
5235
+ #: ../../admin/view/wp-slimstat-reports.php:1089
5236
  msgid "Trackbacks"
5237
  msgstr "Trackbacks"
5238
 
5239
+ #: ../../admin/view/wp-slimstat-reports.php:1090
 
 
 
 
 
 
 
 
5240
  msgid "Avg Comments Per Post"
5241
  msgstr "Moyenne de commentaires par Post"
5242
 
5243
+ #: ../../admin/view/wp-slimstat-reports.php:1091
5244
  msgid "Avg Posts Per Day"
5245
  msgstr "Nombre moyen de posts par jour"
5246
 
5247
+ #: ../../admin/view/wp-slimstat-reports.php:1092
5248
+ msgid "Avg Server Latency"
5249
+ msgstr ""
5250
+
5251
+ #: ../../admin/view/wp-slimstat-reports.php:1093
5252
+ #, fuzzy
5253
+ msgid "Avg Page Load Time"
5254
+ msgstr "Moyenne des pages vues"
5255
+
5256
+ #: ../../admin/view/wp-slimstat-reports.php:1120
5257
  msgid "Visits"
5258
  msgstr "Visites"
5259
 
5260
+ #: ../../admin/view/wp-slimstat-reports.php:1124
5261
  msgid "Domains"
5262
  msgstr "Domaines"
5263
 
5264
+ #: ../../admin/view/wp-slimstat-reports.php:1129
5265
  msgid "Avg Pageviews"
5266
  msgstr "Moyenne des pages vues"
5267
 
5268
+ #~ msgid "Visitors"
5269
+ #~ msgstr "Visiteurs"
5270
+
5271
+ #~ msgid "Content"
5272
+ #~ msgstr "Contenu"
5273
+
5274
+ #~ msgid ""
5275
+ #~ "WARNING: a misconfigured setting and/or server environment is preventing "
5276
+ #~ "WP SlimStat from properly tracking your visitors. Please <a target="
5277
+ #~ "\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/"
5278
+ #~ "\">check the FAQs</a> for more information."
5279
+ #~ msgstr ""
5280
+ #~ "ATTENTION: une erreur de configuration et/ou de l'environnement du "
5281
+ #~ "serveur peut empêcher WP SlimStat de suivre correctement vos visiteurs. "
5282
+ #~ "Veuillez consulter <a target=\"_blank\" href=\"http://wordpress.org/"
5283
+ #~ "extend/plugins/wp-slimstat/faq/\">les FAQ</a> pour plus d'informations."
5284
+
5285
+ #, fuzzy
5286
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
5287
+ #~ msgstr ""
5288
+ #~ "Jetez un coup d'oeil à ce que les visiteurs humains font sur votre site"
5289
+
5290
+ #~ msgid "Visit with keywords"
5291
+ #~ msgstr "Visite avec mots clés"
5292
+
5293
+ #, fuzzy
5294
+ #~ msgid "Known User"
5295
+ #~ msgstr "Utilisateurs connus"
5296
+
5297
+ #, fuzzy
5298
+ #~ msgid "Human Visitor"
5299
+ #~ msgstr "Visiteurs humains"
5300
+
5301
+ #, fuzzy
5302
+ #~ msgid "At A Glance"
5303
+ #~ msgstr "Brièvement"
5304
+
5305
+ #~ msgid ""
5306
+ #~ "Click on a data point to display the activity chart for each hour of that "
5307
+ #~ "day"
5308
+ #~ msgstr ""
5309
+ #~ "Cliquez sur un point de données pour afficher le graphique d'activité "
5310
+ #~ "pour chaque heure de la journée"
5311
+
5312
+ #~ msgid "Longest Post (ID)"
5313
+ #~ msgstr "ID du post leplus long"
5314
+
5315
+ #~ msgid "Longest Comment (ID)"
5316
+ #~ msgstr "Commentaire le plus long (ID)"
5317
+
5318
  #~ msgid ""
5319
  #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
5320
  #~ "getused.to.it/\">WP SlimStat</a>."
6416
  #~ msgid "l-zu-ZA"
6417
  #~ msgstr "Zoulou"
6418
 
 
 
 
6419
  #~ msgid "Show records where"
6420
  #~ msgstr "Afficher les enregistrements où"
6421
 
7291
  #~ msgid "Delete forever"
7292
  #~ msgstr "Filtrer les pages vues pour que"
7293
 
 
 
 
 
7294
  #, fuzzy
7295
  #~ msgid "Custom HEAD meta"
7296
  #~ msgstr "Rapports personnalisés"
admin/lang/wp-slimstat-fr_FR.mo CHANGED
Binary file
admin/lang/wp-slimstat-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-13 23:05-0500\n"
6
- "PO-Revision-Date: 2014-04-13 23:06-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
@@ -17,137 +17,128 @@ msgstr ""
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ../..\n"
19
 
20
- #: ../../wp-slimstat.php:1278 ../../admin/wp-slimstat-admin.php:435
21
- #: ../../admin/config/index.php:58 ../../admin/view/wp-slimstat-reports.php:28
22
- msgid "Activity Log"
23
- msgstr "Statistiques de fréquentation"
24
 
25
- #: ../../wp-slimstat.php:1279 ../../admin/wp-slimstat-admin.php:436
26
- #: ../../admin/wp-slimstat-admin.php:453
27
- #: ../../admin/view/wp-slimstat-reports.php:29
28
  msgid "Overview"
29
  msgstr "Vue générale"
30
 
31
- #: ../../wp-slimstat.php:1280 ../../admin/wp-slimstat-admin.php:437
32
- #: ../../admin/wp-slimstat-admin.php:454
33
- #: ../../admin/view/wp-slimstat-reports.php:30
34
- msgid "Visitors"
35
- msgstr "Visiteurs"
36
-
37
- #: ../../wp-slimstat.php:1281 ../../admin/wp-slimstat-admin.php:438
38
- #: ../../admin/wp-slimstat-admin.php:455
39
- #: ../../admin/view/wp-slimstat-reports.php:31
40
- msgid "Content"
41
- msgstr "Contenu"
42
-
43
- #: ../../wp-slimstat.php:1282 ../../admin/wp-slimstat-admin.php:439
44
- #: ../../admin/wp-slimstat-admin.php:456 ../../admin/view/index.php:169
45
- #: ../../admin/view/wp-slimstat-reports.php:32
46
  msgid "Traffic Sources"
47
  msgstr "Sources de trafic"
48
 
49
- #: ../../wp-slimstat.php:1283 ../../admin/wp-slimstat-admin.php:440
50
- #: ../../admin/wp-slimstat-admin.php:457
51
- #: ../../admin/view/wp-slimstat-reports.php:33
52
- #: ../../admin/view/wp-slimstat-reports.php:101
53
- msgid "World Map"
54
- msgstr "Carte du monde"
55
 
56
- #: ../../wp-slimstat.php:1284 ../../admin/wp-slimstat-admin.php:441
57
- #: ../../admin/wp-slimstat-admin.php:458
58
- #: ../../admin/view/wp-slimstat-reports.php:34
59
  msgid "Custom Reports"
60
  msgstr "Rapports personnalisés"
61
 
62
- #: ../../wp-slimstat.php:1285 ../../admin/wp-slimstat-admin.php:442
63
- #: ../../admin/wp-slimstat-admin.php:459 ../../admin/config/addons.php:29
64
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:229
65
  msgid "Add-ons"
66
  msgstr "Add-ons"
67
 
68
- #: ../../wp-slimstat.php:1288 ../../admin/wp-slimstat-admin.php:488
69
- #: ../../admin/wp-slimstat-admin.php:491 ../../admin/wp-slimstat-admin.php:535
70
- #: ../../admin/wp-slimstat-admin.php:538 ../../admin/config/index.php:14
71
- #: ../../admin/config/index.php:135
72
  msgid "Settings"
73
  msgstr "Réglages"
74
 
75
- #: ../../admin/wp-slimstat-admin.php:434 ../../admin/wp-slimstat-admin.php:446
76
- #: ../../admin/wp-slimstat-admin.php:449
77
  #, fuzzy
78
  msgid "SlimStat"
79
  msgstr "À propos de WP-SlimStat"
80
 
81
- #: ../../admin/wp-slimstat-admin.php:552
82
  msgid "Pageviews in the last 365 days"
83
  msgstr "Pages durant les 365 derniers jours"
84
 
85
- #: ../../admin/wp-slimstat-admin.php:576
86
  msgid "Show on screen"
87
  msgstr "Montrer à l'écran"
88
 
89
- #: ../../admin/wp-slimstat-admin.php:604
90
  msgid "Hide this notice"
91
  msgstr ""
92
 
93
- #: ../../admin/wp-slimstat-admin.php:631
94
  msgid "There was an error updating the following options:"
95
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
96
 
97
- #: ../../admin/wp-slimstat-admin.php:634
98
  #, fuzzy
99
  msgid "Your changes have been saved."
100
  msgstr "Vos réglages ont bien été mis à jour"
101
 
102
- #: ../../admin/wp-slimstat-admin.php:657
103
  msgid "Save Changes"
104
  msgstr "Enregistrer les modifications"
105
 
106
- #: ../../admin/wp-slimstat-admin.php:678
107
  msgid "Yes"
108
  msgstr "Oui"
109
 
110
- #: ../../admin/wp-slimstat-admin.php:679
111
- #: ../../admin/view/wp-slimstat-reports.php:772
112
  msgid "No"
113
  msgstr "Non"
114
 
115
- #: ../../admin/wp-slimstat-admin.php:719
116
- msgid ""
117
- "WARNING: a misconfigured setting and/or server environment is preventing WP "
118
- "SlimStat from properly tracking your visitors. Please <a target=\"_blank\" "
119
- "href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/\">check the "
120
- "FAQs</a> for more information."
121
  msgstr ""
122
- "ATTENTION: une erreur de configuration et/ou de l'environnement du serveur "
123
- "peut empêcher WP SlimStat de suivre correctement vos visiteurs. Veuillez "
124
- "consulter <a target=\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-"
125
- "slimstat/faq/\">les FAQ</a> pour plus d'informations."
126
 
127
- #: ../../admin/wp-slimstat-admin.php:739
128
  msgid "Definitions"
129
  msgstr "Définitions"
130
 
131
- #: ../../admin/wp-slimstat-admin.php:742
132
  msgid "Pageview"
133
  msgstr "Page vue"
134
 
135
- #: ../../admin/wp-slimstat-admin.php:742
 
136
  msgid ""
137
  "A request to load a single HTML file (\"page\"). This should be contrasted "
138
- "with a \"hit\", which refers to a request for any file from a web server. WP "
139
- "SlimStat logs a pageview each time the tracking code is executed"
140
  msgstr ""
141
  "Une demande de chargement d'un simple fichier HTML (\"une page\"). À "
142
  "distinguer d'un \"hit\", qui se réfère à une requête d'un quelconque fichier "
143
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
144
  "code de traçage est exécuté"
145
 
146
- #: ../../admin/wp-slimstat-admin.php:743
147
  msgid "(Human) Visit"
148
  msgstr "Visiteurs humains"
149
 
150
- #: ../../admin/wp-slimstat-admin.php:743
151
  msgid ""
152
  "A period of interaction between a visitor's browser and your website, ending "
153
  "when the browser is closed or when the user has been inactive on that site "
@@ -157,12 +148,12 @@ msgstr ""
157
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
158
  "est inactif sur ce site depuis 30 minutes"
159
 
160
- #: ../../admin/wp-slimstat-admin.php:744 ../../admin/view/index.php:144
161
- #: ../../admin/view/right-now.php:156
162
  msgid "Known Visitor"
163
  msgstr "Visiteurs connus"
164
 
165
- #: ../../admin/wp-slimstat-admin.php:744
166
  msgid ""
167
  "Any user who has left a comment on your blog, and is thus identified by "
168
  "Wordpress as a returning visitor"
@@ -170,11 +161,11 @@ msgstr ""
170
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
171
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
172
 
173
- #: ../../admin/wp-slimstat-admin.php:745
174
  msgid "Unique IP"
175
  msgstr "IP uniques"
176
 
177
- #: ../../admin/wp-slimstat-admin.php:745
178
  msgid ""
179
  "Used to differentiate between multiple requests to download a file from one "
180
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -187,12 +178,12 @@ msgstr ""
187
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
188
  "parfaite"
189
 
190
- #: ../../admin/wp-slimstat-admin.php:746 ../../admin/wp-slimstat-admin.php:788
191
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
192
  msgid "Originating IP"
193
  msgstr "IP d'origine"
194
 
195
- #: ../../admin/wp-slimstat-admin.php:746
196
  msgid ""
197
  "the originating IP address of a client connecting to a web server through an "
198
  "HTTP proxy or load balancer"
@@ -200,11 +191,11 @@ msgstr ""
200
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
201
  "proxy HTTP ou équilibreur de charge"
202
 
203
- #: ../../admin/wp-slimstat-admin.php:747
204
  msgid "Direct Traffic"
205
  msgstr "Trafic direct"
206
 
207
- #: ../../admin/wp-slimstat-admin.php:747
208
  msgid ""
209
  "All those people showing up to your Web site by typing in the URL of your "
210
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -214,11 +205,11 @@ msgstr ""
214
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
215
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
216
 
217
- #: ../../admin/wp-slimstat-admin.php:748
218
  msgid "Search Engine"
219
  msgstr "Moteur de recherche"
220
 
221
- #: ../../admin/wp-slimstat-admin.php:748
222
  msgid ""
223
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
224
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -226,22 +217,22 @@ msgstr ""
226
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
227
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
228
 
229
- #: ../../admin/wp-slimstat-admin.php:749 ../../admin/wp-slimstat-admin.php:765
230
- #: ../../admin/view/right-now.php:135 ../../admin/view/wp-slimstat-db.php:45
231
  msgid "Search Terms"
232
  msgstr "Termes de recherche"
233
 
234
- #: ../../admin/wp-slimstat-admin.php:749 ../../admin/wp-slimstat-admin.php:765
235
  msgid "Keywords used by your visitors to find your website on a search engine"
236
  msgstr ""
237
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
238
  "de recherche"
239
 
240
- #: ../../admin/wp-slimstat-admin.php:750
241
  msgid "SERP"
242
  msgstr "SERP"
243
 
244
- #: ../../admin/wp-slimstat-admin.php:750
245
  msgid ""
246
  "Short for search engine results page, the Web page that a search engine "
247
  "returns with the results of its search. The value shown represents your rank "
@@ -251,12 +242,12 @@ msgstr ""
251
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
252
  "correspond à votre classement (ou la position) dans la liste des résultats"
253
 
254
- #: ../../admin/wp-slimstat-admin.php:751
255
  #: ../../admin/view/wp-slimstat-db.php:57
256
  msgid "User Agent"
257
  msgstr "User Agent"
258
 
259
- #: ../../admin/wp-slimstat-admin.php:751
260
  msgid ""
261
  "Any program used for accessing a website; this includes browsers, robots, "
262
  "spiders and any other program that was used to retrieve information from the "
@@ -266,12 +257,12 @@ msgstr ""
266
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
267
  "extraire des informations du site"
268
 
269
- #: ../../admin/wp-slimstat-admin.php:752
270
- #: ../../admin/view/wp-slimstat-db.php:61
271
  msgid "Outbound Link"
272
  msgstr "Lien sortant"
273
 
274
- #: ../../admin/wp-slimstat-admin.php:752
275
  msgid ""
276
  "A link from one domain to another is said to be outbound from its source "
277
  "anchor and inbound to its target. This report lists all the links to other "
@@ -281,44 +272,44 @@ msgstr ""
281
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
282
  "par vos visiteurs."
283
 
284
- #: ../../admin/wp-slimstat-admin.php:759
285
  msgid "Basic Filters"
286
  msgstr "Filtres de base"
287
 
288
- #: ../../admin/wp-slimstat-admin.php:762
289
- #: ../../admin/view/wp-slimstat-db.php:42
290
  msgid "Browser"
291
  msgstr "Navigateur Web"
292
 
293
- #: ../../admin/wp-slimstat-admin.php:762
294
  msgid "User agent (Firefox, Chrome, ...)"
295
  msgstr "User agent (Firefox, Chrome, ...)"
296
 
297
- #: ../../admin/wp-slimstat-admin.php:763
298
- #: ../../admin/view/wp-slimstat-db.php:43
299
- #: ../../admin/view/wp-slimstat-reports.php:483
300
  msgid "Country Code"
301
  msgstr "Code du pays"
302
 
303
- #: ../../admin/wp-slimstat-admin.php:763
304
  msgid "2-letter code (us, ru, de, it, ...)"
305
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
306
 
307
- #: ../../admin/wp-slimstat-admin.php:764
308
  msgid "IP"
309
  msgstr "IP"
310
 
311
- #: ../../admin/wp-slimstat-admin.php:764
312
  msgid "Visitor's public IP address"
313
  msgstr " Adresse IP publique du visiteur"
314
 
315
- #: ../../admin/wp-slimstat-admin.php:766
316
- #: ../../admin/view/wp-slimstat-db.php:46
317
- #: ../../admin/view/wp-slimstat-reports.php:495
318
  msgid "Language Code"
319
  msgstr "Code langue"
320
 
321
- #: ../../admin/wp-slimstat-admin.php:766
322
  msgid ""
323
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
324
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -328,12 +319,12 @@ msgstr ""
328
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
329
  "a> (première colonne) pour plus d'informations"
330
 
331
- #: ../../admin/wp-slimstat-admin.php:767
332
- #: ../../admin/view/wp-slimstat-db.php:47
333
  msgid "Operating System"
334
  msgstr "Système d'exploitation (OS)"
335
 
336
- #: ../../admin/wp-slimstat-admin.php:767
337
  msgid ""
338
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
339
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -343,30 +334,30 @@ msgstr ""
343
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
344
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
345
 
346
- #: ../../admin/wp-slimstat-admin.php:768
347
- #: ../../admin/view/wp-slimstat-db.php:48
348
  msgid "Permalink"
349
  msgstr "Permalien"
350
 
351
- #: ../../admin/wp-slimstat-admin.php:768
352
  msgid "URL accessed on your site"
353
  msgstr "URL accessible sur votre site"
354
 
355
- #: ../../admin/wp-slimstat-admin.php:769
356
- #: ../../admin/view/wp-slimstat-db.php:50
357
  msgid "Referer"
358
  msgstr "Référent"
359
 
360
- #: ../../admin/wp-slimstat-admin.php:769
361
  msgid "Complete address of the referrer page"
362
  msgstr "Adresse complète de la page référente"
363
 
364
- #: ../../admin/wp-slimstat-admin.php:770
365
- #: ../../admin/view/wp-slimstat-db.php:51
366
  msgid "Visitor's Name"
367
  msgstr "le nom des visiteurs"
368
 
369
- #: ../../admin/wp-slimstat-admin.php:770
370
  msgid ""
371
  "Visitors' names according to the cookie set by Wordpress after they leave a "
372
  "comment"
@@ -374,25 +365,25 @@ msgstr ""
374
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
375
  "laissé un commentaire"
376
 
377
- #: ../../admin/wp-slimstat-admin.php:778
378
  msgid "Advanced Filters"
379
  msgstr "Filtres Avancés"
380
 
381
- #: ../../admin/wp-slimstat-admin.php:781
382
  #: ../../admin/view/wp-slimstat-db.php:55
383
  msgid "Browser Version"
384
  msgstr "Version de navigateur"
385
 
386
- #: ../../admin/wp-slimstat-admin.php:781
387
  msgid "user agent version (9.0, 11, ...)"
388
  msgstr "user agent version (9.0, 11, ...)"
389
 
390
- #: ../../admin/wp-slimstat-admin.php:782
391
  #: ../../admin/view/wp-slimstat-db.php:56
392
  msgid "Browser Type"
393
  msgstr "le type de navigateur Web"
394
 
395
- #: ../../admin/wp-slimstat-admin.php:782
396
  msgid ""
397
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
398
  "all others"
@@ -400,21 +391,21 @@ msgstr ""
400
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
401
  "(syndication) , 0 = tous les autres"
402
 
403
- #: ../../admin/wp-slimstat-admin.php:783
404
  #: ../../admin/view/wp-slimstat-db.php:58
405
  msgid "Color Depth"
406
  msgstr "Profondeur de couleur"
407
 
408
- #: ../../admin/wp-slimstat-admin.php:783
409
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
410
  msgstr "couleur de la profondeur de l'écran du visiteur (8, 16, 24, ...)"
411
 
412
- #: ../../admin/wp-slimstat-admin.php:784
413
  #: ../../admin/view/wp-slimstat-db.php:59
414
  msgid "CSS Version"
415
  msgstr "Version CSS"
416
 
417
- #: ../../admin/wp-slimstat-admin.php:784
418
  msgid ""
419
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
420
  "values)"
@@ -422,12 +413,12 @@ msgstr ""
422
  "quelle est la norme CSS supportée par ce navigateur (1, 2, 3 et d'autres "
423
  "valeurs entières)"
424
 
425
- #: ../../admin/wp-slimstat-admin.php:785
426
  #: ../../admin/view/wp-slimstat-db.php:60
427
  msgid "Pageview Attributes"
428
  msgstr "l'attribut des Pages Vues"
429
 
430
- #: ../../admin/wp-slimstat-admin.php:785
431
  msgid ""
432
  "this field is set to <em>[pre]</em> if the resource has been accessed "
433
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -438,34 +429,34 @@ msgstr ""
438
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
439
  "similaires"
440
 
441
- #: ../../admin/wp-slimstat-admin.php:786
442
- #: ../../admin/view/wp-slimstat-db.php:62
443
  msgid "Post Author"
444
  msgstr "l'auteur de l'article"
445
 
446
- #: ../../admin/wp-slimstat-admin.php:786
447
  msgid "author associated to that post/page when the resource was accessed"
448
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
449
 
450
- #: ../../admin/wp-slimstat-admin.php:787
451
- #: ../../admin/view/wp-slimstat-db.php:63
452
  msgid "Post Category ID"
453
  msgstr "ID de la catégorie de l'article"
454
 
455
- #: ../../admin/wp-slimstat-admin.php:787
456
  msgid "ID of the category/term associated to the resource, when available"
457
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
458
 
459
- #: ../../admin/wp-slimstat-admin.php:788
460
  msgid "visitor's originating IP address, if available"
461
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
462
 
463
- #: ../../admin/wp-slimstat-admin.php:789
464
- #: ../../admin/view/wp-slimstat-db.php:65
465
  msgid "Resource Content Type"
466
  msgstr "le type de source de contenu"
467
 
468
- #: ../../admin/wp-slimstat-admin.php:789
469
  msgid ""
470
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
471
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -479,21 +470,21 @@ msgstr ""
479
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
480
  "pour plus d'informations"
481
 
482
- #: ../../admin/wp-slimstat-admin.php:790
483
- #: ../../admin/view/wp-slimstat-db.php:67
484
  msgid "Screen Resolution"
485
  msgstr "la résolution de l'écran"
486
 
487
- #: ../../admin/wp-slimstat-admin.php:790
488
  msgid "viewport width and height (1024x768, 800x600, ...)"
489
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
490
 
491
- #: ../../admin/wp-slimstat-admin.php:791
492
- #: ../../admin/view/wp-slimstat-db.php:68
493
  msgid "Visit ID"
494
  msgstr "Visites ID"
495
 
496
- #: ../../admin/wp-slimstat-admin.php:791
497
  msgid ""
498
  "generally used in conjunction with <em>is not empty</em>, identifies human "
499
  "visitors"
@@ -501,11 +492,11 @@ msgstr ""
501
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
502
  "les visiteurs humains"
503
 
504
- #: ../../admin/wp-slimstat-admin.php:792
505
  msgid "Date Filters"
506
  msgstr "Filtres de dates"
507
 
508
- #: ../../admin/wp-slimstat-admin.php:792
509
  msgid ""
510
  "you can specify the timeframe by entering a number in the <em>interval</em> "
511
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -516,11 +507,11 @@ msgstr ""
516
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
517
  "année à date)"
518
 
519
- #: ../../admin/wp-slimstat-admin.php:793
520
  msgid "SERP Position"
521
  msgstr "Position SERP "
522
 
523
- #: ../../admin/wp-slimstat-admin.php:793
524
  msgid ""
525
  "set the filter to Referer contains cd=N&, where N is the position you are "
526
  "looking for"
@@ -545,8 +536,9 @@ msgstr ""
545
  "réessayer plus tard."
546
 
547
  #: ../../admin/config/addons.php:30
 
548
  msgid ""
549
- "Add-ons extend the functionality of WP SlimStat in many interesting ways. We "
550
  "offer both free and premium (paid) extensions. Each add-on can be installed "
551
  "as a separate plugin, which will receive regular updates via the WordPress "
552
  "Plugins panel. In order to be notified when a new version of a premium add-"
@@ -576,23 +568,23 @@ msgstr "Général"
576
  msgid "Views"
577
  msgstr "Vues"
578
 
579
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:64
580
  msgid "Filters"
581
  msgstr "Filtres"
582
 
583
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:128
584
  msgid "Permissions"
585
  msgstr "Permissions"
586
 
587
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:205
588
  msgid "Advanced"
589
  msgstr "Avancé"
590
 
591
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
592
  msgid "Maintenance"
593
  msgstr "Maintenance"
594
 
595
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:207
596
  msgid "Tracker"
597
  msgstr "Traçage"
598
 
@@ -636,9 +628,10 @@ msgid "Tracking Mode"
636
  msgstr "Mode traçage"
637
 
638
  #: ../../admin/config/index.php:24
 
639
  msgid ""
640
  "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
641
- "Total Cache, WP SuperCache, HyperCache, etc). WP SlimStat will behave pretty "
642
  "much like Google Analytics, and visitors whose browser does not support "
643
  "Javascript will be ignored. A nice side effect is that <strong>most "
644
  "spammers, search engines and other crawlers</strong> will not be tracked."
@@ -666,8 +659,9 @@ msgid "Menu Position"
666
  msgstr "Position du Menu"
667
 
668
  #: ../../admin/config/index.php:27
 
669
  msgid ""
670
- "Choose between a standalone admin menu for WP SlimStat or a drop down in the "
671
  "admin bar (if visible)."
672
  msgstr ""
673
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
@@ -682,12 +676,15 @@ msgid "Admin Bar"
682
  msgstr "Barre d'Administration"
683
 
684
  #: ../../admin/config/index.php:28
685
- msgid "Add Stats to Posts"
 
686
  msgstr "Etendre les Stats aux articles"
687
 
688
  #: ../../admin/config/index.php:28
 
689
  msgid ""
690
- "Add a new column to the Edit Posts screen, with the number of hits per post."
 
691
  msgstr ""
692
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
693
  "de visites par article (peut ralentir le rendu des pages)."
@@ -720,9 +717,9 @@ msgid "Entries logged on or before %s will be permanently deleted."
720
  msgstr ""
721
  "Les données enregistrées le ou avant le %s seront définitivement supprimées. "
722
 
723
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:77
724
- #: ../../admin/view/wp-slimstat-db.php:75
725
- #: ../../admin/view/wp-slimstat-reports.php:772
726
  msgid "days"
727
  msgstr "jours"
728
 
@@ -743,18 +740,29 @@ msgid "Number Format"
743
  msgstr "Format des nombres"
744
 
745
  #: ../../admin/config/index.php:48
746
- msgid ""
747
- "Choose the number format you want to use for your reports, European or "
748
- "American."
749
  msgstr ""
750
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
751
  "américain."
752
 
753
  #: ../../admin/config/index.php:49
 
 
 
 
 
 
 
 
 
 
 
 
754
  msgid "Show Display Name"
755
  msgstr "Voir Nom d'affichage"
756
 
757
- #: ../../admin/config/index.php:49
758
  msgid ""
759
  "By default, users are listed by their usernames. Use this option to "
760
  "visualize their display names instead."
@@ -762,11 +770,11 @@ msgstr ""
762
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
763
  "cette option pour basculer au Nom d'affichage."
764
 
765
- #: ../../admin/config/index.php:50
766
  msgid "Show User Agent"
767
  msgstr "Voir User Agent"
768
 
769
- #: ../../admin/config/index.php:50
770
  msgid ""
771
  "Choose if you want to see the browser name or a complete user agent string "
772
  "when hovering on browser icons."
@@ -774,28 +782,39 @@ msgstr ""
774
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
775
  "de user agent lorsque vous survolez les icônes du navigateur."
776
 
777
- #: ../../admin/config/index.php:51
778
  msgid "Show Titles"
779
  msgstr "Afficher les titres"
780
 
781
- #: ../../admin/config/index.php:51
 
782
  msgid ""
783
- "WP SlimStat converts your permalinks into post and page titles. Disable this "
784
  "feature if you need to see the URL in your reports."
785
  msgstr ""
786
  "WP SlimStat convertit vos permalinks en post et en titres de pages. "
787
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
788
  "rapports."
789
 
 
 
 
 
790
  #: ../../admin/config/index.php:53
 
 
 
 
 
 
791
  msgid "Functionality"
792
  msgstr "Fonctionnalité"
793
 
794
- #: ../../admin/config/index.php:54
795
  msgid "Asynchronous Views"
796
  msgstr "Vues asynchrones"
797
 
798
- #: ../../admin/config/index.php:54
799
  msgid ""
800
  "Load all the reports dynamically. It makes the reports render faster, but it "
801
  "increases the load on your server."
@@ -804,52 +823,66 @@ msgstr ""
804
  "les rapports plus rapidement, mais consomme plus de ressources sur le "
805
  "serveur."
806
 
807
- #: ../../admin/config/index.php:55
 
 
 
 
 
 
 
 
 
 
808
  msgid "Expand Details"
809
  msgstr "Développez les détails"
810
 
811
- #: ../../admin/config/index.php:55
812
  msgid "Expand each row's details by default, insted of on mousehover."
813
  msgstr ""
814
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
815
  "souris."
816
 
817
- #: ../../admin/config/index.php:56 ../../admin/config/index.php:60
818
  msgid "Rows to Display"
819
  msgstr "Colonnes à afficher"
820
 
821
- #: ../../admin/config/index.php:56
822
  msgid "Specify the number of items in each report."
823
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
824
 
825
- #: ../../admin/config/index.php:59
 
 
 
 
826
  msgid "Live Stream"
827
  msgstr "Flux en temps réel (Flux live)"
828
 
829
- #: ../../admin/config/index.php:59
830
  #, fuzzy
831
  msgid ""
832
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
833
- "Enter <strong>0</strong> (number zero) to disable this functionality."
834
  msgstr ""
835
  "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
836
  "strong> pour désactiver cette fonctionnalité."
837
 
838
- #: ../../admin/config/index.php:59 ../../admin/config/index.php:210
839
  msgid "seconds"
840
  msgstr "secondes"
841
 
842
- #: ../../admin/config/index.php:60
843
  #, fuzzy
844
  msgid "Specify the number of items in the Activity Log."
845
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
846
 
847
- #: ../../admin/config/index.php:61
848
  #, fuzzy
849
  msgid "Activity Log Extended"
850
  msgstr "Statistiques de fréquentation"
851
 
852
- #: ../../admin/config/index.php:61
853
  #, fuzzy
854
  msgid ""
855
  "Choose if you want to see outbound links listed in the Activity Log. It "
@@ -859,23 +892,23 @@ msgstr ""
859
  "Maintenant. Cela ralentit l'affichage du rapport ou donne des erreurs sur "
860
  "les systèmes plus lents."
861
 
862
- #: ../../admin/config/index.php:66
863
  msgid "Visitors and Known Users"
864
  msgstr "Visiteurs et utilisateurs connus"
865
 
866
- #: ../../admin/config/index.php:67
867
  msgid "Track Registered Users"
868
  msgstr "Tracer les utilisateurs enregistrés"
869
 
870
- #: ../../admin/config/index.php:67
871
  msgid "Enable this option to track logged in users."
872
  msgstr "Activez cette option pour tracer les utilisateurs connectés"
873
 
874
- #: ../../admin/config/index.php:68
875
  msgid "Blacklist by Username"
876
  msgstr "Liste noire basée sur le nom d'utilisateur"
877
 
878
- #: ../../admin/config/index.php:68
879
  msgid ""
880
  "List all the usernames you don't want to track, separated by commas. Please "
881
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -885,11 +918,11 @@ msgstr ""
885
  "séparés par des virgules. Veuillez noter que les espaces <em>sont </em> pris "
886
  "en compte et que les noms d'utilisateurs sont sensibles à la casse. (min-maj)"
887
 
888
- #: ../../admin/config/index.php:69
889
  msgid "Blacklist by IP Address"
890
  msgstr "Liste noire par adresse IP"
891
 
892
- #: ../../admin/config/index.php:69
893
  #, fuzzy
894
  msgid ""
895
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -905,11 +938,11 @@ msgstr ""
905
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
906
  "pas suivre correctement les pages vues."
907
 
908
- #: ../../admin/config/index.php:70
909
  msgid "Blacklist by Capability"
910
  msgstr ""
911
 
912
- #: ../../admin/config/index.php:70
913
  msgid ""
914
  "Users having at least one of the <a href='http://codex.wordpress.org/"
915
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -919,15 +952,15 @@ msgstr ""
919
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
920
  "seront pas suivis. Les capacités sont insensibles à la casse."
921
 
922
- #: ../../admin/config/index.php:72
923
  msgid "Profiling"
924
  msgstr "Profiling"
925
 
926
- #: ../../admin/config/index.php:73
927
  msgid "Ignore Spammers"
928
  msgstr "Ignorer les spammeurs"
929
 
930
- #: ../../admin/config/index.php:73
931
  #, fuzzy
932
  msgid ""
933
  "Enable this option if you don't want to track visits from users identified "
@@ -940,11 +973,11 @@ msgstr ""
940
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
941
  "comme spam par vous, seront également supprimées de la base."
942
 
943
- #: ../../admin/config/index.php:74
944
  msgid "Permalinks"
945
  msgstr "Rermaliens"
946
 
947
- #: ../../admin/config/index.php:74
948
  #, fuzzy
949
  msgid ""
950
  "List all the URLs on your website that you don't want to track, separated by "
@@ -963,11 +996,11 @@ msgstr ""
963
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
964
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
965
 
966
- #: ../../admin/config/index.php:75
967
  msgid "Countries"
968
  msgstr "Pays"
969
 
970
- #: ../../admin/config/index.php:75
971
  msgid ""
972
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
973
  "track, separated by commas."
@@ -975,11 +1008,11 @@ msgstr ""
975
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
976
  "ne voulez pas suivre, séparées par des virgules."
977
 
978
- #: ../../admin/config/index.php:76
979
  msgid "User Agents"
980
  msgstr "User Agents"
981
 
982
- #: ../../admin/config/index.php:76
983
  #, fuzzy
984
  msgid ""
985
  "Browsers (user agents) you don't want to track, separated by commas. You can "
@@ -998,11 +1031,11 @@ msgstr ""
998
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
999
  "et IE/8.0. Les chaînes sont insensibles à la casse."
1000
 
1001
- #: ../../admin/config/index.php:77
1002
  msgid "Referring Sites"
1003
  msgstr "Sites référents"
1004
 
1005
- #: ../../admin/config/index.php:77
1006
  #, fuzzy
1007
  msgid ""
1008
  "Referring URLs that you don't want to track, separated by commas: "
@@ -1020,28 +1053,28 @@ msgstr ""
1020
  "soit un caractère générique ou le protocole que vous voulez filtrer "
1021
  "(http://, https://)."
1022
 
1023
- #: ../../admin/config/index.php:79 ../../admin/config/index.php:215
1024
  msgid "Miscellaneous"
1025
  msgstr "Divers"
1026
 
1027
- #: ../../admin/config/index.php:80
1028
  msgid "Enable Privacy Mode"
1029
  msgstr "Activer le mode privé"
1030
 
1031
- #: ../../admin/config/index.php:80
1032
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1033
  msgstr ""
1034
  "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
1035
  "lois de confidentialité européennes."
1036
 
1037
- #: ../../admin/config/index.php:81
1038
  msgid "Ignore Prefetch Requests"
1039
  msgstr "Ignorer les requêtes anticipées"
1040
 
1041
- #: ../../admin/config/index.php:81
1042
  #, fuzzy
1043
  msgid ""
1044
- "Prevent WP SlimStat from tracking pageviews generated by Firefox's <a "
1045
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1046
  "target='_blank'>Link Prefetching functionality</a>."
1047
  msgstr ""
@@ -1049,11 +1082,11 @@ msgstr ""
1049
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
1050
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
1051
 
1052
- #: ../../admin/config/index.php:97
1053
  msgid "Ignore users (username not found)"
1054
  msgstr "Utilisateur inconnu (nom d'utilisateur non trouvé)"
1055
 
1056
- #: ../../admin/config/index.php:120
1057
  msgid ""
1058
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1059
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -1062,27 +1095,28 @@ msgstr ""
1062
  "Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1063
  "d'informations"
1064
 
1065
- #: ../../admin/config/index.php:130
1066
  msgid "Reports"
1067
  msgstr "Rapports"
1068
 
1069
- #: ../../admin/config/index.php:131
1070
  msgid "Restrict Authors"
1071
  msgstr "Restriction Auteurs"
1072
 
1073
- #: ../../admin/config/index.php:131
 
1074
  msgid ""
1075
- "Enable this option if you want your authours to only see stats related to "
1076
  "their own content."
1077
  msgstr ""
1078
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
1079
  "statistiques relatives à leur propre contenu."
1080
 
1081
- #: ../../admin/config/index.php:132 ../../admin/config/index.php:136
1082
  msgid "Capability"
1083
  msgstr "Aptitude"
1084
 
1085
- #: ../../admin/config/index.php:132
1086
  #, fuzzy
1087
  msgid ""
1088
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1099,11 +1133,11 @@ msgstr ""
1099
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1100
  "Dans ce cas, la liste a la priorité sur la capacité."
1101
 
1102
- #: ../../admin/config/index.php:133 ../../admin/config/index.php:137
1103
  msgid "Whitelist"
1104
  msgstr "Liste blanche"
1105
 
1106
- #: ../../admin/config/index.php:133
1107
  #, fuzzy
1108
  msgid ""
1109
  "List all the users who should have access to the reports, separated by "
@@ -1116,13 +1150,13 @@ msgstr ""
1116
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
1117
  "noms d'utilisateurs sont sensibles à la casse."
1118
 
1119
- #: ../../admin/config/index.php:136
1120
  #, fuzzy
1121
  msgid ""
1122
  "Specify the minimum <a href='http://codex.wordpress.org/"
1123
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1124
- "WP SlimStat (default: <code>activate_plugins</code>). The whitelist here "
1125
- "below can be used to override this option for specific users."
1126
  msgstr ""
1127
  "Définir la <a href='http://codex.wordpress.org/Roles_and_Capabilities' "
1128
  "target='_new'>capacité</a> minimum nécessaire pour visualiser les rapports "
@@ -1131,7 +1165,7 @@ msgstr ""
1131
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1132
  "Dans ce cas, la liste a la priorité sur la capacité."
1133
 
1134
- #: ../../admin/config/index.php:137
1135
  msgid ""
1136
  "List all the users who can edit these options, separated by commas. Please "
1137
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -1143,11 +1177,11 @@ msgstr ""
1143
  "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
1144
  "minuscules)"
1145
 
1146
- #: ../../admin/config/index.php:153
1147
  msgid "Read access: username not found"
1148
  msgstr "Accès lecture : username inexistant"
1149
 
1150
- #: ../../admin/config/index.php:166 ../../admin/config/index.php:197
1151
  msgid ""
1152
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1153
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
@@ -1157,15 +1191,15 @@ msgstr ""
1157
  "org/Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1158
  "d'informations"
1159
 
1160
- #: ../../admin/config/index.php:184
1161
  msgid "Config access: username not found"
1162
  msgstr "Accès configuration : username inexistant"
1163
 
1164
- #: ../../admin/config/index.php:208
1165
  msgid "Detect Smoothing"
1166
  msgstr "Détecter Lissage"
1167
 
1168
- #: ../../admin/config/index.php:208
1169
  #, fuzzy
1170
  msgid ""
1171
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
@@ -1175,11 +1209,11 @@ msgstr ""
1175
  "supporte l'anti-crénelage (lissage des polices). Si les Capacités du "
1176
  "navigateur ne sont pas tracées, ce paramètre est ignoré."
1177
 
1178
- #: ../../admin/config/index.php:209
1179
  msgid "Track Outbound Clicks"
1180
  msgstr "Tracer les liens sortants"
1181
 
1182
- #: ../../admin/config/index.php:209
1183
  msgid ""
1184
  "Track when your visitors click on link to external websites. This option "
1185
  "required Spy Mode to be enabled."
@@ -1187,11 +1221,11 @@ msgstr ""
1187
  "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
1188
  "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
1189
 
1190
- #: ../../admin/config/index.php:210
1191
  msgid "Session Duration"
1192
  msgstr "Durée session"
1193
 
1194
- #: ../../admin/config/index.php:210
1195
  #, fuzzy
1196
  msgid ""
1197
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -1200,21 +1234,21 @@ msgstr ""
1200
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
1201
  "fixe cette durée à 1800 secondes."
1202
 
1203
- #: ../../admin/config/index.php:211
1204
  msgid "Extend Session"
1205
  msgstr "Etendre la session"
1206
 
1207
- #: ../../admin/config/index.php:211
1208
  msgid "Extend the duration of a session each time the user visits a new page."
1209
  msgstr ""
1210
  "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
1211
  "page."
1212
 
1213
- #: ../../admin/config/index.php:212
1214
  msgid "Enable CDN"
1215
  msgstr "Activer CDN"
1216
 
1217
- #: ../../admin/config/index.php:212
1218
  #, fuzzy
1219
  msgid ""
1220
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
@@ -1225,11 +1259,11 @@ msgstr ""
1225
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
1226
  "rapide et fiable."
1227
 
1228
- #: ../../admin/config/index.php:213
1229
  msgid "Extensions to Track"
1230
  msgstr "Extensions du traçage"
1231
 
1232
- #: ../../admin/config/index.php:213
1233
  msgid ""
1234
  "List all the file extensions that you want to be treated as Downloads. "
1235
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1244,28 +1278,37 @@ msgstr ""
1244
  "comme liens sortants (et suivis en tant que tel), si leur extension "
1245
  "correspond à l'une de celles qui sont énumérées ci-dessous."
1246
 
1247
- #: ../../admin/config/index.php:216
 
 
 
 
 
 
 
 
 
1248
  msgid "Debug Mode"
1249
  msgstr ""
1250
 
1251
- #: ../../admin/config/index.php:216
1252
  msgid "Display the SQL queries used to retrieve the data."
1253
  msgstr ""
1254
 
1255
- #: ../../admin/config/index.php:217
1256
  msgid "IP Lookup"
1257
  msgstr "Recherche d'IP"
1258
 
1259
- #: ../../admin/config/index.php:217
1260
  msgid "Customize the Geolocation service to be used in the reports."
1261
  msgstr ""
1262
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
1263
 
1264
- #: ../../admin/config/index.php:218
1265
  msgid "Custom CSS"
1266
  msgstr "Personnaliser le style CSS"
1267
 
1268
- #: ../../admin/config/index.php:218
1269
  msgid ""
1270
  "Paste here your custom stylesheet to personalize the way your reports look. "
1271
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1277,16 +1320,18 @@ msgstr ""
1277
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
1278
  "d'utiliser cette fonctionnalité."
1279
 
1280
- #: ../../admin/config/index.php:219
1281
  msgid "Enable UAN"
1282
  msgstr "Activer UAN"
1283
 
1284
- #: ../../admin/config/index.php:219
 
1285
  msgid ""
1286
- "Send anonymous data about unknown user agents to our server for analysis. "
1287
- "This allows us to contribute to the <a href='http://browscap.org/' "
1288
  "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1289
- "WP SlimStat's browser detection functionality."
 
1290
  msgstr ""
1291
  "Envoyer des données anonymes concernant les navigateurs inconnus à nos "
1292
  "serveurs pour analyse. Cela nous permet de contribuer au <a href='http://"
@@ -1294,7 +1339,8 @@ msgstr ""
1294
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
1295
 
1296
  #: ../../admin/config/maintenance.php:20
1297
- msgid "Your WP SlimStat tables have been successfully converted to InnoDB."
 
1298
  msgstr "Vos tables WP SlimStat ont été converties en InnoDB avec succès."
1299
 
1300
  #: ../../admin/config/maintenance.php:30
@@ -1312,8 +1358,9 @@ msgstr ""
1312
  "défaut."
1313
 
1314
  #: ../../admin/config/maintenance.php:46
 
1315
  msgid ""
1316
- "Congrats! WP SlimStat is now optimized for <a href=\"http://www.youtube.com/"
1317
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1318
  msgstr ""
1319
  "Félicitations ! WP SlimStat est à présent optimisé pour <a href=\"http://www."
@@ -1351,60 +1398,60 @@ msgstr "Maintenance des données"
1351
  msgid "Delete pageviews where"
1352
  msgstr "Supprimer les pages où"
1353
 
1354
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:17
1355
  msgid "equals"
1356
  msgstr "est égal à"
1357
 
1358
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:18
1359
  msgid "is not equal to"
1360
  msgstr "n'est pas égal à"
1361
 
1362
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:19
1363
  msgid "contains"
1364
  msgstr "contient"
1365
 
1366
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:20
1367
  msgid "does not contain"
1368
  msgstr "ne contient pas"
1369
 
1370
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:21
1371
  msgid "starts with"
1372
  msgstr "commence par"
1373
 
1374
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:22
1375
  msgid "ends with"
1376
  msgstr "finit par"
1377
 
1378
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:23
1379
  msgid "sounds like"
1380
  msgstr "ressemble à"
1381
 
1382
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:24
1383
  msgid "is greater than"
1384
  msgstr "est plus grand que"
1385
 
1386
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:25
1387
  msgid "is less than"
1388
  msgstr "est plus petit que"
1389
 
1390
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:26
1391
  msgid "matches"
1392
  msgstr "correspond à"
1393
 
1394
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:27
1395
  msgid "does not match"
1396
  msgstr "ne correspond pas à"
1397
 
1398
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:28
1399
  msgid "is empty"
1400
  msgstr "est vide"
1401
 
1402
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:29
1403
  msgid "is not empty"
1404
  msgstr "n'est pas vide"
1405
 
1406
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:32
1407
- #: ../../admin/view/index.php:78
1408
  msgid "Apply"
1409
  msgstr "Appliquer"
1410
 
@@ -1432,8 +1479,9 @@ msgid "Delete All Pageviews"
1432
  msgstr "Supprimer toutes les pages vues"
1433
 
1434
  #: ../../admin/config/maintenance.php:149
 
1435
  msgid ""
1436
- "Erase all the information collected so far by WP SlimStat. This operation "
1437
  "<strong>does not</strong> reset your settings."
1438
  msgstr ""
1439
  "Effacer les informations collecter par WP Slimstat jusqu'à present. Cette "
@@ -1479,9 +1527,10 @@ msgid "Save DB Space"
1479
  msgstr "Gagner de l'espace sur la taille de votre base de données"
1480
 
1481
  #: ../../admin/config/maintenance.php:170
 
1482
  msgid ""
1483
- "Please note that by removing table indexes, WP SlimStat's performance will "
1484
- "be affected."
1485
  msgstr ""
1486
  "Merci de noter qu'en supprimant les indexes, les performances de WP "
1487
  "SlimStats seront impactées."
@@ -1492,9 +1541,9 @@ msgstr "Import-Export"
1492
 
1493
  #: ../../admin/config/maintenance.php:179
1494
  msgid ""
1495
- "Here below you can find the current configuration string for WP SlimStat. "
1496
- "You can update your settings by pasting a new string here below and clicking "
1497
- "on Import."
1498
  msgstr ""
1499
 
1500
  #: ../../admin/config/maintenance.php:184
@@ -3019,7 +3068,7 @@ msgstr "Zoulou"
3019
 
3020
  # Unknown
3021
  #: ../../admin/lang/dynamic_strings.php:298
3022
- #: ../../admin/view/wp-slimstat-reports.php:496
3023
  msgid "l-"
3024
  msgstr "Inconnue"
3025
 
@@ -3037,62 +3086,67 @@ msgstr "Inconnue"
3037
  msgid "c-xy"
3038
  msgstr "Local"
3039
 
3040
- #: ../../admin/view/index.php:48 ../../admin/view/wp-slimstat-reports.php:793
 
 
 
 
3041
  msgid "Today"
3042
  msgstr "Aujourd'hui"
3043
 
3044
- #: ../../admin/view/index.php:49 ../../admin/view/wp-slimstat-reports.php:794
3045
  msgid "Yesterday"
3046
  msgstr "Hier"
3047
 
3048
- #: ../../admin/view/index.php:50
3049
  msgid "Last 7 Days"
3050
  msgstr "7 derniers jours"
3051
 
3052
- #: ../../admin/view/index.php:51
3053
  msgid "Last 60 Days"
3054
  msgstr "60 derniers jours"
3055
 
3056
- #: ../../admin/view/index.php:52
3057
  msgid "Last 90 Days"
3058
  msgstr "90 derniers jours"
3059
 
3060
- #: ../../admin/view/index.php:53
3061
  #, fuzzy
3062
  msgid "This Year So Far"
3063
  msgstr "Cette année"
3064
 
3065
- #: ../../admin/view/index.php:54
3066
  msgid "Date Range"
3067
  msgstr "Intervalle de date"
3068
 
3069
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-db.php:72
3070
  msgid "Day"
3071
  msgstr "Jour"
3072
 
3073
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-db.php:73
3074
  msgid "Month"
3075
  msgstr "Mois"
3076
 
3077
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3078
  msgid "Year"
3079
  msgstr "Année"
3080
 
3081
- #: ../../admin/view/index.php:80
3082
  msgid "Reset Filters"
3083
  msgstr "Réinitialiser les filtres"
3084
 
3085
- #: ../../admin/view/index.php:121
3086
  msgid "Your report here"
3087
  msgstr "Votre rapport ici"
3088
 
3089
- #: ../../admin/view/index.php:123
 
3090
  msgid ""
3091
- "Yes, you can! Create and view your personalized analytics for WP SlimStat. "
3092
- "Just write a new plugin that retrieves the desired information from the "
3093
- "database and then hook it to the action <code>wp_slimstat_custom_report</"
3094
- "code>. For more information, visit my <a href=\"http://wordpress.org/tags/wp-"
3095
- "slimstat?forum_id=10\" target=\"_blank\">support forum</a>."
3096
  msgstr ""
3097
  "Oui, c'est possible! Créer et voir des statistiques personalisées pour WP "
3098
  "SlimStat. Pour ce faire, il suffit d'écrire une extension qui extrait de la "
@@ -3104,54 +3158,57 @@ msgstr ""
3104
  "mon <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank\">forum "
3105
  "d'aide</a>."
3106
 
3107
- #: ../../admin/view/index.php:137 ../../admin/view/wp-slimstat-reports.php:784
3108
- #: ../../admin/view/wp-slimstat-reports.php:886
3109
- #: ../../admin/view/wp-slimstat-reports.php:1109
3110
  msgid "Pageviews"
3111
  msgstr "Pages vues"
3112
 
3113
- #: ../../admin/view/index.php:140
 
3114
  msgid ""
3115
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3116
- "WP SlimStat leverages this information to identify returning visitors. "
3117
- "Please note that visitors also include registered users."
3118
  msgstr ""
3119
  "Lorsque les visiteurs laissent un commentaire sur votre blog, Wordpress leur "
3120
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
3121
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
3122
 
3123
- #: ../../admin/view/index.php:144
3124
- msgid "Take a sneak peek at what human visitors are doing on your website."
3125
- msgstr "Jetez un oeil sur ce que font vos visiteurs humains sur le site"
3126
-
3127
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3128
- #: ../../admin/view/index.php:185 ../../admin/view/right-now.php:154
3129
  msgid "Color codes"
3130
  msgstr "Codes couleur"
3131
 
3132
- #: ../../admin/view/index.php:144
3133
- msgid "From a search result page"
 
3134
  msgstr "Depuis un moteur de recherche"
3135
 
3136
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3137
- #: ../../admin/view/index.php:185
3138
  msgid "Known Users"
3139
  msgstr "Utilisateurs connus"
3140
 
3141
- #: ../../admin/view/index.php:144 ../../admin/view/index.php:182
3142
- #: ../../admin/view/index.php:185
3143
  msgid "Other Humans"
3144
  msgstr "Autres humains"
3145
 
3146
- #: ../../admin/view/index.php:148
 
 
 
 
3147
  msgid "Keywords used by your visitors to find your website on a search engine."
3148
  msgstr ""
3149
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
3150
  "de recherche."
3151
 
3152
- #: ../../admin/view/index.php:151
 
3153
  msgid ""
3154
- "WP SlimStat retrieves live information from Alexa, Facebook and Google, to "
3155
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3156
  "set above don't apply to this report."
3157
  msgstr ""
@@ -3160,16 +3217,17 @@ msgstr ""
3160
  "12 heures. Les filtres indiqués ci-dessus ne sont pas pris en compte dans ce "
3161
  "rapport."
3162
 
3163
- #: ../../admin/view/index.php:154
3164
  msgid "Human Visits"
3165
  msgstr "Visiteurs humains"
3166
 
3167
- #: ../../admin/view/index.php:157
 
3168
  msgid ""
3169
  "Internet Service Provider: a company which provides other companies or "
3170
  "individuals with access to the Internet. Your DSL or cable internet service "
3171
  "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3172
- "by setting the corresponding filter under Settings > SlimStat > Filters."
3173
  msgstr ""
3174
  "Fournisseur d'Accès Internet: une société qui fournit à d'autres entreprises "
3175
  "ou à des particuliers un accès à Internet. Votre DSL ou service Internet par "
@@ -3177,15 +3235,16 @@ msgstr ""
3177
  "spécifiques en définissant le filtre correspondant sous SlimStat> Réglages> "
3178
  "Filtres."
3179
 
3180
- #: ../../admin/view/index.php:160
 
3181
  msgid ""
3182
- "You can configure WP SlimStat to ignore a specific Country by setting the "
3183
- "corresponding filter under Settings > SlimStat > Filters."
3184
  msgstr ""
3185
  "Vous pouvez configurer WP SlimStat afin d'ignorer un pays spécifique en "
3186
  "définissant le filtre correspondant sous SlimStat> Paramètres> Filtres."
3187
 
3188
- #: ../../admin/view/index.php:163
3189
  msgid ""
3190
  "This report shows you what user agent families (no version considered) are "
3191
  "popular among your visitors."
@@ -3193,7 +3252,7 @@ msgstr ""
3193
  "Ce rapport affiche quelles familles d'user agent (sans prise en compte de "
3194
  "version) sont populaires chez vos visiteurs."
3195
 
3196
- #: ../../admin/view/index.php:166
3197
  msgid ""
3198
  "This report shows you what operating system families (no version considered) "
3199
  "are popular among your visitors."
@@ -3201,11 +3260,11 @@ msgstr ""
3201
  "Ce rapport affiche quelles familles de système d'exploitation (sans prise en "
3202
  "compte de version) sont populaires chez vos visiteurs."
3203
 
3204
- #: ../../admin/view/index.php:172
3205
  msgid "Average Pageviews per Visit"
3206
  msgstr "Moyenne des pages vues par visite"
3207
 
3208
- #: ../../admin/view/index.php:175
3209
  msgid ""
3210
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3211
  "left your site from the entrance (landing) page."
@@ -3214,13 +3273,13 @@ msgstr ""
3214
  "au cours de laquelle le visiteur a quitté votre site à partir de la page "
3215
  "d'entrée."
3216
 
3217
- #: ../../admin/view/index.php:178
3218
  msgid "Searches performed using Wordpress' built-in search functionality."
3219
  msgstr ""
3220
  "Recherches effectuées en utilisant la fonctionnalité de recherche intégrée "
3221
  "dans Wordpress."
3222
 
3223
- #: ../../admin/view/index.php:182
3224
  msgid ""
3225
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3226
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -3230,7 +3289,7 @@ msgstr ""
3230
  "lien dans la page a été cliqué. <br>- <em>ID:xx</em> est affiché lorsque le "
3231
  "lien correspondant possède un attribut ID qui lui est associé."
3232
 
3233
- #: ../../admin/view/index.php:185
3234
  msgid ""
3235
  "This report lists any <em>event</em> occurred on your website. Please refer "
3236
  "to the FAQ for more information on how to leverage this functionality."
@@ -3239,7 +3298,7 @@ msgstr ""
3239
  "web. S'il vous plaît se référer à la FAQ pour plus d'informations sur la "
3240
  "façon de tirer parti de cette fonctionnalité."
3241
 
3242
- #: ../../admin/view/index.php:188
3243
  msgid ""
3244
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3245
  "this report is not affected by the filters set here above."
@@ -3264,505 +3323,514 @@ msgid "Syndication Reader"
3264
  msgstr "Lecteur de Flux (Syndication)"
3265
 
3266
  #: ../../admin/view/right-now.php:30
3267
- #: ../../admin/view/wp-slimstat-reports.php:439
3268
- #: ../../admin/view/wp-slimstat-reports.php:690
3269
  msgid "No data to display"
3270
  msgstr "Aucune donnée à afficher"
3271
 
3272
  # Unknown
3273
  #: ../../admin/view/right-now.php:56
3274
- #: ../../admin/view/wp-slimstat-reports.php:484
3275
- #: ../../admin/view/wp-slimstat-reports.php:733
3276
- #: ../../admin/view/wp-slimstat-reports.php:997
3277
  msgid "c-"
3278
  msgstr "Inconnu"
3279
 
3280
- #: ../../admin/view/right-now.php:127
3281
- #: ../../admin/view/wp-slimstat-reports.php:543
3282
- #: ../../admin/view/wp-slimstat-reports.php:547
3283
- #: ../../admin/view/wp-slimstat-reports.php:715
3284
- #: ../../admin/view/wp-slimstat-reports.php:753
 
 
 
 
 
 
 
 
 
 
 
 
3285
  msgid "Open this URL in a new window"
3286
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3287
 
3288
- #: ../../admin/view/right-now.php:130
3289
  msgid "Local search results page"
3290
  msgstr "Page de résultat d'une recherche locale"
3291
 
3292
- #: ../../admin/view/right-now.php:137
3293
  msgid "Open this referrer in a new window"
3294
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
3295
 
3296
- #: ../../admin/view/right-now.php:138
3297
  msgid "Open this outbound link in a new window"
3298
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3299
 
3300
- #: ../../admin/view/right-now.php:139
3301
- msgid "Date and Time"
3302
- msgstr "Date/Heure"
3303
-
3304
- #: ../../admin/view/right-now.php:140
3305
  msgid "Content Type"
3306
  msgstr "Type de contenu"
3307
 
3308
- #: ../../admin/view/right-now.php:155
3309
- msgid "Visit with keywords"
3310
- msgstr "Visite avec mots clés"
3311
-
3312
- #: ../../admin/view/right-now.php:157
3313
- msgid "Known User"
3314
- msgstr "Utilisateur connu"
3315
-
3316
- #: ../../admin/view/right-now.php:158
3317
- #, fuzzy
3318
- msgid "Human Visitor"
3319
- msgstr "Visiteurs humains"
3320
-
3321
- #: ../../admin/view/right-now.php:159
3322
- msgid "Bot or Crawler"
3323
- msgstr "Robot ou Crawler"
3324
-
3325
- #: ../../admin/view/wp-slimstat-db.php:44
3326
  msgid "IP Address"
3327
  msgstr "Adresse IP"
3328
 
3329
- #: ../../admin/view/wp-slimstat-db.php:49
3330
  msgid "Domain"
3331
  msgstr "le domaine"
3332
 
 
 
 
 
 
3333
  #: ../../admin/view/wp-slimstat-db.php:53
3334
  msgid "-- Advanced filters --"
3335
  msgstr "-- Filtres Avancés --"
3336
 
3337
  #: ../../admin/view/wp-slimstat-db.php:54
3338
- #: ../../admin/view/wp-slimstat-reports.php:58
3339
  msgid "Browser Capabilities"
3340
  msgstr "Capacités des Navigateurs"
3341
 
3342
- #: ../../admin/view/wp-slimstat-db.php:66
 
 
 
 
3343
  msgid "Resource ID"
3344
  msgstr "l'ID de ressources"
3345
 
3346
- #: ../../admin/view/wp-slimstat-db.php:71
3347
  msgid "Hour"
3348
  msgstr "Heure"
3349
 
3350
- #: ../../admin/view/wp-slimstat-db.php:77
3351
  msgid "Order Direction"
3352
  msgstr "Ordre de tri"
3353
 
3354
- #: ../../admin/view/wp-slimstat-db.php:78
3355
  msgid "Limit Results"
3356
  msgstr "Limiter les résultats"
3357
 
3358
- #: ../../admin/view/wp-slimstat-db.php:79
3359
  msgid "Start From"
3360
  msgstr "Commencer à partir de"
3361
 
3362
- #: ../../admin/view/wp-slimstat-reports.php:38
3363
  msgid "Pageviews (chart)"
3364
  msgstr "Pages vues (graph)"
3365
 
3366
- #: ../../admin/view/wp-slimstat-reports.php:39
3367
- msgid "About WP SlimStat"
 
3368
  msgstr "À propos de WP-SlimStat"
3369
 
3370
- #: ../../admin/view/wp-slimstat-reports.php:40
3371
- #: ../../admin/view/wp-slimstat-reports.php:52
3372
  msgid "At a Glance"
3373
  msgstr "Brièvement"
3374
 
3375
- #: ../../admin/view/wp-slimstat-reports.php:41
3376
  msgid "Currently Online"
3377
  msgstr "Actuellement en ligne"
3378
 
3379
- #: ../../admin/view/wp-slimstat-reports.php:42
3380
- #: ../../admin/view/wp-slimstat-reports.php:76
3381
  msgid "Spy View"
3382
  msgstr "Vue Espion"
3383
 
3384
- #: ../../admin/view/wp-slimstat-reports.php:43
3385
- #: ../../admin/view/wp-slimstat-reports.php:77
3386
  msgid "Recent Search Terms"
3387
  msgstr "Derniers Termes de Recherches"
3388
 
3389
- #: ../../admin/view/wp-slimstat-reports.php:44
3390
  msgid "Top Pages"
3391
  msgstr "Top Pages Vues"
3392
 
3393
- #: ../../admin/view/wp-slimstat-reports.php:45
3394
- #: ../../admin/view/wp-slimstat-reports.php:74
3395
  msgid "Top Traffic Sources"
3396
  msgstr "Top Sources de Trafic"
3397
 
3398
- #: ../../admin/view/wp-slimstat-reports.php:46
3399
  msgid "Top Known Visitors"
3400
  msgstr "Top Visiteurs Connus"
3401
 
3402
- #: ../../admin/view/wp-slimstat-reports.php:47
3403
- #: ../../admin/view/wp-slimstat-reports.php:72
3404
- #: ../../admin/view/wp-slimstat-reports.php:92
3405
  msgid "Top Search Terms"
3406
  msgstr "Top Termes de Recherche"
3407
 
3408
- #: ../../admin/view/wp-slimstat-reports.php:48
3409
- #: ../../admin/view/wp-slimstat-reports.php:59
3410
- #: ../../admin/view/wp-slimstat-reports.php:73
3411
  msgid "Top Countries"
3412
  msgstr "Pays les plus récurrents"
3413
 
3414
- #: ../../admin/view/wp-slimstat-reports.php:49
3415
  msgid "Rankings"
3416
  msgstr "Classements"
3417
 
3418
- #: ../../admin/view/wp-slimstat-reports.php:50
3419
  msgid "Top Language Families"
3420
  msgstr "Top Langues"
3421
 
3422
- #: ../../admin/view/wp-slimstat-reports.php:51
3423
  msgid "Human Visits (chart)"
3424
  msgstr "Visiteurs Humains (graph)"
3425
 
3426
- #: ../../admin/view/wp-slimstat-reports.php:53
 
 
 
 
 
3427
  msgid "Top Languages"
3428
  msgstr "Top Langues"
3429
 
3430
- #: ../../admin/view/wp-slimstat-reports.php:54
3431
  msgid "Top Browsers"
3432
  msgstr "Principaux navigateurs"
3433
 
3434
- #: ../../admin/view/wp-slimstat-reports.php:55
3435
  msgid "Top Service Providers"
3436
  msgstr "Top Fournisseur d'Accès"
3437
 
3438
- #: ../../admin/view/wp-slimstat-reports.php:56
3439
  msgid "Top Operating Systems"
3440
  msgstr "Top Systèmes d'Exploitation"
3441
 
3442
- #: ../../admin/view/wp-slimstat-reports.php:57
3443
  msgid "Top Screen Resolutions"
3444
  msgstr "Top Résolutions d'écran"
3445
 
3446
- #: ../../admin/view/wp-slimstat-reports.php:60
3447
  msgid "Visit Duration"
3448
  msgstr "Durée des Visites"
3449
 
3450
- #: ../../admin/view/wp-slimstat-reports.php:61
3451
- #: ../../admin/view/wp-slimstat-reports.php:78
3452
  msgid "Recent Countries"
3453
  msgstr "Derniers Pays"
3454
 
3455
- #: ../../admin/view/wp-slimstat-reports.php:62
3456
  msgid "Recent Screen Resolutions"
3457
  msgstr "Dernières Résolutions d'écran"
3458
 
3459
- #: ../../admin/view/wp-slimstat-reports.php:63
3460
  msgid "Recent Operating Systems"
3461
  msgstr "Derniers Systèmes d'Exploitation"
3462
 
3463
- #: ../../admin/view/wp-slimstat-reports.php:64
3464
  msgid "Recent Browsers"
3465
  msgstr "Navigateurs récents"
3466
 
3467
- #: ../../admin/view/wp-slimstat-reports.php:65
3468
  msgid "Recent Languages"
3469
  msgstr "Dernier Language"
3470
 
3471
- #: ../../admin/view/wp-slimstat-reports.php:66
3472
  msgid "Top Browser Families"
3473
  msgstr "Principales familles de navigateurs"
3474
 
3475
- #: ../../admin/view/wp-slimstat-reports.php:67
3476
  msgid "Top OS Families"
3477
  msgstr "Principales familles de SO"
3478
 
3479
- #: ../../admin/view/wp-slimstat-reports.php:68
3480
  msgid "Recent Users"
3481
  msgstr "Utilisateurs récents"
3482
 
3483
- #: ../../admin/view/wp-slimstat-reports.php:69
3484
  msgid "Top Users"
3485
  msgstr "Principaux utilisateurs"
3486
 
3487
- #: ../../admin/view/wp-slimstat-reports.php:70
3488
  msgid "Traffic Sources (chart)"
3489
  msgstr "Sources de trafic (graph)"
3490
 
3491
- #: ../../admin/view/wp-slimstat-reports.php:71
3492
  msgid "Summary"
3493
  msgstr "Récapitulatif"
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:75
3496
  msgid "Top Referring Search Engines"
3497
  msgstr "Top Moteurs de Recherche"
3498
 
3499
- #: ../../admin/view/wp-slimstat-reports.php:79
3500
- #: ../../admin/view/wp-slimstat-reports.php:95
3501
  msgid "Top Landing Pages"
3502
  msgstr "Top Pages d'entrées"
3503
 
3504
- #: ../../admin/view/wp-slimstat-reports.php:80
3505
  msgid "Average Pageviews per Visit (chart)"
3506
  msgstr "Moyenne des pages vues par visite (graph)"
3507
 
3508
- #: ../../admin/view/wp-slimstat-reports.php:81
3509
  msgid "Recent Posts"
3510
  msgstr "Contenus récents"
3511
 
3512
- #: ../../admin/view/wp-slimstat-reports.php:82
3513
  msgid "Recent Bounce Pages"
3514
  msgstr "Dernières Pages de Rebonds"
3515
 
3516
- #: ../../admin/view/wp-slimstat-reports.php:83
3517
  msgid "Recent Feeds"
3518
  msgstr "Flux récents"
3519
 
3520
- #: ../../admin/view/wp-slimstat-reports.php:84
3521
  msgid "Recent Pages Not Found"
3522
  msgstr "Dernières pages non trouvées"
3523
 
3524
- #: ../../admin/view/wp-slimstat-reports.php:85
3525
  msgid "Recent Internal Searches"
3526
  msgstr "Recherches internes récentes"
3527
 
3528
- #: ../../admin/view/wp-slimstat-reports.php:86
3529
  msgid "Top Categories"
3530
  msgstr "Top Catégories"
3531
 
3532
- #: ../../admin/view/wp-slimstat-reports.php:87
3533
  msgid "Recent Outbound Links"
3534
  msgstr "Liens sortants récents"
3535
 
3536
- #: ../../admin/view/wp-slimstat-reports.php:88
3537
  msgid "Recent Events"
3538
  msgstr "Evènements Récents"
3539
 
3540
- #: ../../admin/view/wp-slimstat-reports.php:89
3541
  msgid "Top Posts"
3542
  msgstr "Top Posts"
3543
 
3544
- #: ../../admin/view/wp-slimstat-reports.php:90
3545
  msgid "Top Feeds"
3546
  msgstr "Top Feeds"
3547
 
3548
- #: ../../admin/view/wp-slimstat-reports.php:91
3549
  msgid "Top Internal Searches"
3550
  msgstr "Top Recherches Internes"
3551
 
3552
- #: ../../admin/view/wp-slimstat-reports.php:93
3553
  msgid "Recent Categories"
3554
  msgstr "Dernières Catégories"
3555
 
3556
- #: ../../admin/view/wp-slimstat-reports.php:94
3557
  msgid "Top Pages Not Found"
3558
  msgstr "Top Pages non trouvées"
3559
 
3560
- #: ../../admin/view/wp-slimstat-reports.php:96
3561
  msgid "Top Authors"
3562
  msgstr "Top Auteurs"
3563
 
3564
- #: ../../admin/view/wp-slimstat-reports.php:97
3565
  msgid "Top Tags"
3566
  msgstr "Top Mots Clés"
3567
 
3568
- #: ../../admin/view/wp-slimstat-reports.php:98
3569
  msgid "Recent Downloads"
3570
  msgstr "Téléchargements récents"
3571
 
3572
- #: ../../admin/view/wp-slimstat-reports.php:99
3573
- msgid "Top Outbound Links and Downloads"
 
3574
  msgstr "Top des liens \"Outbounds\" et des téléchargements"
3575
 
3576
- #: ../../admin/view/wp-slimstat-reports.php:100
3577
  msgid "Your Website"
3578
  msgstr "Votre site web"
3579
 
3580
- #: ../../admin/view/wp-slimstat-reports.php:102
 
 
 
 
3581
  #, fuzzy
3582
- msgid "At A Glance"
3583
- msgstr "Brièvement"
3584
 
3585
- #: ../../admin/view/wp-slimstat-reports.php:220
3586
  msgid "Chart controls"
3587
  msgstr "Contrôle du graphique"
3588
 
3589
- #: ../../admin/view/wp-slimstat-reports.php:220
3590
  msgid "Use your mouse wheel to zoom in and out"
3591
  msgstr "Utilisez la molette de votre souris pour zoomer et dézoomer"
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:220
3594
  msgid "While zooming in, drag the chart to move to a different area"
3595
  msgstr ""
3596
  "Alors que le zoom avant est activé, faites glisser la carte pour passer à "
3597
  "une autre zone"
3598
 
3599
- #: ../../admin/view/wp-slimstat-reports.php:220
3600
  msgid "Double click on an empty region to reset the zoom level"
3601
  msgstr "Double-cliquez sur une zone vide pour réinitialiser le niveau de zoom"
3602
 
3603
- #: ../../admin/view/wp-slimstat-reports.php:221
3604
- msgid ""
3605
- "Click on a data point to display the activity chart for each hour of that day"
3606
- msgstr ""
3607
- "Cliquez sur un point de données pour afficher le graphique d'activité pour "
3608
- "chaque heure de la journée"
3609
-
3610
- #: ../../admin/view/wp-slimstat-reports.php:270
3611
  msgid "src"
3612
  msgstr "src"
3613
 
3614
- #: ../../admin/view/wp-slimstat-reports.php:271
3615
  msgid "serp"
3616
  msgstr "serp"
3617
 
3618
- #: ../../admin/view/wp-slimstat-reports.php:276
3619
  msgid "Go to the corresponding search engine result page"
3620
  msgstr ""
3621
  "Aller sur la page correspondant aux résultats du moteur de recherche (SERP)"
3622
 
3623
- #: ../../admin/view/wp-slimstat-reports.php:279
3624
  msgid "Go to the referring page"
3625
  msgstr "Aller sur la page référente"
3626
 
3627
- #: ../../admin/view/wp-slimstat-reports.php:302
3628
  msgid "Remove filter for"
3629
  msgstr "Enlever le filtre pour"
3630
 
3631
- #: ../../admin/view/wp-slimstat-reports.php:309
3632
  msgid "Reset All"
3633
  msgstr "Réinitialiser l'ensemble"
3634
 
3635
- #: ../../admin/view/wp-slimstat-reports.php:312
3636
  msgid "Current filters:"
3637
  msgstr "Filtres actifs :"
3638
 
3639
- #: ../../admin/view/wp-slimstat-reports.php:316
3640
  msgid "Refresh"
3641
  msgstr "Rafraichir"
3642
 
3643
- #: ../../admin/view/wp-slimstat-reports.php:353
3644
  #, php-format
3645
  msgid "Results %s - %s of %s"
3646
  msgstr "Résultats %s - %s de %s"
3647
 
3648
- #: ../../admin/view/wp-slimstat-reports.php:355
3649
  msgid "Refresh in"
3650
  msgstr "Rafraichir dans "
3651
 
3652
- #: ../../admin/view/wp-slimstat-reports.php:377
3653
- #: ../../admin/view/wp-slimstat-reports.php:389
3654
  #, php-format
3655
  msgid "Daily %s"
3656
  msgstr "%s par Jour"
3657
 
3658
- #: ../../admin/view/wp-slimstat-reports.php:380
3659
  #, php-format
3660
  msgid "%s Minute by Minute"
3661
  msgstr "%s minute par minute"
3662
 
3663
- #: ../../admin/view/wp-slimstat-reports.php:383
3664
  #, php-format
3665
  msgid "Hourly %s"
3666
  msgstr "%s par Heure"
3667
 
3668
- #: ../../admin/view/wp-slimstat-reports.php:386
3669
  #, php-format
3670
  msgid "Monthly %s"
3671
  msgstr "%s par Mois"
3672
 
3673
- #: ../../admin/view/wp-slimstat-reports.php:466
3674
  msgid "Category ID"
3675
  msgstr "l'ID de la catégorie de l'article"
3676
 
3677
- #: ../../admin/view/wp-slimstat-reports.php:499
3678
  msgid "OS Code"
3679
  msgstr "Code OS "
3680
 
3681
- #: ../../admin/view/wp-slimstat-reports.php:509
3682
  msgid "Referrer"
3683
  msgstr "Référent"
3684
 
3685
- #: ../../admin/view/wp-slimstat-reports.php:533
3686
- #: ../../admin/view/wp-slimstat-reports.php:821
3687
- #: ../../admin/view/wp-slimstat-reports.php:830
3688
- #: ../../admin/view/wp-slimstat-reports.php:836
3689
- #: ../../admin/view/wp-slimstat-reports.php:842
3690
- #: ../../admin/view/wp-slimstat-reports.php:848
3691
- #: ../../admin/view/wp-slimstat-reports.php:854
3692
- #: ../../admin/view/wp-slimstat-reports.php:860
3693
- #: ../../admin/view/wp-slimstat-reports.php:866
3694
  msgid "Hits"
3695
  msgstr "Hits"
3696
 
3697
- #: ../../admin/view/wp-slimstat-reports.php:707
3698
  msgid "Search for"
3699
  msgstr "Recherche pour"
3700
 
3701
- #: ../../admin/view/wp-slimstat-reports.php:743
3702
- #: ../../admin/view/wp-slimstat-reports.php:753
3703
  msgid "Source"
3704
  msgstr "Source"
3705
 
3706
- #: ../../admin/view/wp-slimstat-reports.php:745
3707
  msgid "Keywords"
3708
  msgstr "les mots clés"
3709
 
3710
- #: ../../admin/view/wp-slimstat-reports.php:753
3711
  #, php-format
3712
  msgid "Filter results where resource equals %s"
3713
  msgstr "Filtrer les résultats où la ressource égale %s"
3714
 
3715
- #: ../../admin/view/wp-slimstat-reports.php:767
 
 
 
 
 
3716
  msgid "Total Pageviews"
3717
  msgstr "Total Pages Vues"
3718
 
3719
- #: ../../admin/view/wp-slimstat-reports.php:768
3720
  msgid "DB Size"
3721
  msgstr "Taille de la base de données"
3722
 
3723
- #: ../../admin/view/wp-slimstat-reports.php:769
3724
  msgid "Tracking Active"
3725
  msgstr "Traçage actif"
3726
 
3727
- #: ../../admin/view/wp-slimstat-reports.php:770
3728
  msgid "Javascript Mode"
3729
  msgstr "Mode Javascript"
3730
 
3731
- #: ../../admin/view/wp-slimstat-reports.php:771
3732
  msgid "Tracking Browser Caps"
3733
  msgstr "Traçage Capacités Navigateurs"
3734
 
3735
- #: ../../admin/view/wp-slimstat-reports.php:772
3736
  msgid "Auto purge"
3737
  msgstr "Purge automatique"
3738
 
3739
- #: ../../admin/view/wp-slimstat-reports.php:773
3740
  msgid "Oldest pageview"
3741
  msgstr "Plus ancienne page vue"
3742
 
3743
- #: ../../admin/view/wp-slimstat-reports.php:773
3744
  msgid "No visits"
3745
  msgstr "Aucune visite"
3746
 
3747
- #: ../../admin/view/wp-slimstat-reports.php:783
3748
- #: ../../admin/view/wp-slimstat-reports.php:885
 
3749
  msgid ""
3750
- "A request to load a single HTML file. WP SlimStat logs a \"pageview\" each "
3751
- "time the tracking code is executed."
3752
  msgstr ""
3753
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
3754
  "vues \" chaque fois que le code de traçage est exécuté."
3755
 
3756
- #: ../../admin/view/wp-slimstat-reports.php:785
3757
  msgid "How many pages have been visited on average during the current period."
3758
  msgstr ""
3759
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
3760
 
3761
- #: ../../admin/view/wp-slimstat-reports.php:786
3762
  msgid "Average Pageviews"
3763
  msgstr "Nombre de pages vues en moyenne"
3764
 
3765
- #: ../../admin/view/wp-slimstat-reports.php:787
3766
  msgid ""
3767
  "Visitors who landed on your site after searching for a keyword on Google, "
3768
  "Yahoo, etc."
@@ -3770,11 +3838,11 @@ msgstr ""
3770
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
3771
  "sur Google, Yahoo, etc"
3772
 
3773
- #: ../../admin/view/wp-slimstat-reports.php:788
3774
  msgid "From Search Results"
3775
  msgstr "Résultat de recherches"
3776
 
3777
- #: ../../admin/view/wp-slimstat-reports.php:789
3778
  msgid ""
3779
  "Used to differentiate between multiple requests to download a file from one "
3780
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3783,23 +3851,23 @@ msgstr ""
3783
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
3784
  "provenant de plusieurs adresses distinctes"
3785
 
3786
- #: ../../admin/view/wp-slimstat-reports.php:790
3787
- #: ../../admin/view/wp-slimstat-reports.php:805
3788
- #: ../../admin/view/wp-slimstat-reports.php:1109
3789
- #: ../../admin/view/wp-slimstat-reports.php:1113
3790
- #: ../../admin/view/wp-slimstat-reports.php:1117
3791
  msgid "Unique IPs"
3792
  msgstr "IPs uniques"
3793
 
3794
- #: ../../admin/view/wp-slimstat-reports.php:791
3795
  msgid "Last 5 minutes"
3796
  msgstr "5 dernières minutes"
3797
 
3798
- #: ../../admin/view/wp-slimstat-reports.php:792
3799
  msgid "Last 30 minutes"
3800
  msgstr "30 dernières minutes"
3801
 
3802
- #: ../../admin/view/wp-slimstat-reports.php:802
3803
  msgid ""
3804
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3805
  "multiple times if they perform multiple visits."
@@ -3808,16 +3876,16 @@ msgstr ""
3808
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
3809
  "multiples."
3810
 
3811
- #: ../../admin/view/wp-slimstat-reports.php:803
3812
  msgid "Human visits"
3813
  msgstr "Visiteurs humains"
3814
 
3815
- #: ../../admin/view/wp-slimstat-reports.php:804
3816
  msgid "It includes only traffic generated by human visitors."
3817
  msgstr "Cela ne comprend que les visites dites humaines."
3818
 
3819
- #: ../../admin/view/wp-slimstat-reports.php:806
3820
- #: ../../admin/view/wp-slimstat-reports.php:897
3821
  msgid ""
3822
  "Percentage of single-page visits, i.e. visits in which the person left your "
3823
  "site from the entrance page."
@@ -3825,76 +3893,76 @@ msgstr ""
3825
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
3826
  "desquelles la personne a quitté votre site dès la page d'entrée."
3827
 
3828
- #: ../../admin/view/wp-slimstat-reports.php:807
3829
  msgid "Bounce rate"
3830
  msgstr "Taux de rebond"
3831
 
3832
- #: ../../admin/view/wp-slimstat-reports.php:808
3833
  msgid "Visitors who had previously left a comment on your blog."
3834
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
3835
 
3836
- #: ../../admin/view/wp-slimstat-reports.php:809
3837
  msgid "Known visitors"
3838
  msgstr "Visiteurs connus"
3839
 
3840
- #: ../../admin/view/wp-slimstat-reports.php:810
3841
  msgid "Human users who visited your site only once."
3842
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
3843
 
3844
- #: ../../admin/view/wp-slimstat-reports.php:811
3845
  msgid "New visitors"
3846
  msgstr "Nouveaux visiteurs"
3847
 
3848
- #: ../../admin/view/wp-slimstat-reports.php:812
3849
  msgid "Bots"
3850
  msgstr "Robots"
3851
 
3852
- #: ../../admin/view/wp-slimstat-reports.php:813
3853
  msgid "Pages per visit"
3854
  msgstr "Pages vues par visite"
3855
 
3856
- #: ../../admin/view/wp-slimstat-reports.php:814
3857
- #: ../../admin/view/wp-slimstat-reports.php:1122
3858
  msgid "Longest visit"
3859
  msgstr "Visite la plus longue"
3860
 
3861
- #: ../../admin/view/wp-slimstat-reports.php:814
3862
  msgid "hits"
3863
  msgstr "hits"
3864
 
3865
- #: ../../admin/view/wp-slimstat-reports.php:832
3866
  msgid "0 - 30 seconds"
3867
  msgstr "0 - 30 secondes"
3868
 
3869
- #: ../../admin/view/wp-slimstat-reports.php:838
3870
  msgid "31 - 60 seconds"
3871
  msgstr "31 - 60 secondes"
3872
 
3873
- #: ../../admin/view/wp-slimstat-reports.php:844
3874
  msgid "1 - 3 minutes"
3875
  msgstr "1 - 3 minutes"
3876
 
3877
- #: ../../admin/view/wp-slimstat-reports.php:850
3878
  msgid "3 - 5 minutes"
3879
  msgstr "3 - 5 minutes"
3880
 
3881
- #: ../../admin/view/wp-slimstat-reports.php:856
3882
  msgid "5 - 7 minutes"
3883
  msgstr "5 - 7 minutes"
3884
 
3885
- #: ../../admin/view/wp-slimstat-reports.php:862
3886
  msgid "7 - 10 minutes"
3887
  msgstr "7 - 10 minutes"
3888
 
3889
- #: ../../admin/view/wp-slimstat-reports.php:868
3890
  msgid "More than 10 minutes"
3891
  msgstr "Plus de 10 minutes"
3892
 
3893
- #: ../../admin/view/wp-slimstat-reports.php:877
3894
  msgid "Average time on site"
3895
  msgstr "Moyenne du temps passé sur le site"
3896
 
3897
- #: ../../admin/view/wp-slimstat-reports.php:887
3898
  msgid ""
3899
  "A referrer (or referring site) is the site that a visitor previously visited "
3900
  "before following a link to your site."
@@ -3902,11 +3970,11 @@ msgstr ""
3902
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
3903
  "suivre un lien vers votre site."
3904
 
3905
- #: ../../admin/view/wp-slimstat-reports.php:888
3906
  msgid "Unique Referrers"
3907
  msgstr "Référents uniques"
3908
 
3909
- #: ../../admin/view/wp-slimstat-reports.php:889
3910
  msgid ""
3911
  "Visitors who visited the site by typing the URL directly into their browser. "
3912
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3919,11 +3987,11 @@ msgstr ""
3919
  "courriels non marquées, ou des liens à partir de documents qui ne "
3920
  "contiennent pas de variables de suivi."
3921
 
3922
- #: ../../admin/view/wp-slimstat-reports.php:890
3923
  msgid "Direct Pageviews"
3924
  msgstr "Pages Vues Directes"
3925
 
3926
- #: ../../admin/view/wp-slimstat-reports.php:891
3927
  msgid ""
3928
  "Visitors who came to your site via searches on Google or some other search "
3929
  "engine."
@@ -3931,11 +3999,11 @@ msgstr ""
3931
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
3932
  "ou autre."
3933
 
3934
- #: ../../admin/view/wp-slimstat-reports.php:892
3935
  msgid "From a search result"
3936
  msgstr "Depuis un moteur de recherche"
3937
 
3938
- #: ../../admin/view/wp-slimstat-reports.php:893
3939
  msgid ""
3940
  "The first page that a user views during a session. This is also known as the "
3941
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3947,25 +4015,25 @@ msgstr ""
3947
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
3948
  "sera comptée (pour cette visite) comme la page d'entrée."
3949
 
3950
- #: ../../admin/view/wp-slimstat-reports.php:894
3951
  msgid "Unique Landing Pages"
3952
  msgstr "Pages d'Entrées Uniques"
3953
 
3954
- #: ../../admin/view/wp-slimstat-reports.php:895
3955
  msgid "Number of single-page visits to your site over the selected period."
3956
  msgstr ""
3957
  "Nombre de visites d'une seule page de votre site au cours de la période "
3958
  "sélectionnée."
3959
 
3960
- #: ../../admin/view/wp-slimstat-reports.php:896
3961
  msgid "Bounce Pages"
3962
  msgstr "Pages de Rebonds"
3963
 
3964
- #: ../../admin/view/wp-slimstat-reports.php:898
3965
  msgid "New Visitors Rate"
3966
  msgstr "Taux de Nouveaux Visiteurs"
3967
 
3968
- #: ../../admin/view/wp-slimstat-reports.php:899
3969
  msgid ""
3970
  "Visitors who visited the site in the last 5 minutes coming from a search "
3971
  "engine."
@@ -3973,59 +4041,59 @@ msgstr ""
3973
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
3974
  "d'un moteur de recherche."
3975
 
3976
- #: ../../admin/view/wp-slimstat-reports.php:900
3977
  msgid "Currently from search engines"
3978
  msgstr "Moteurs de recherche récents"
3979
 
3980
- #: ../../admin/view/wp-slimstat-reports.php:968
3981
  msgid "Number of pages in your site included in Google's index."
3982
  msgstr "Nombre de pages de votre site indexées par Google."
3983
 
3984
- #: ../../admin/view/wp-slimstat-reports.php:969
3985
  msgid "Google Index"
3986
  msgstr "Index Google"
3987
 
3988
- #: ../../admin/view/wp-slimstat-reports.php:970
3989
  msgid "Number of pages, according to Google, that link back to your site."
3990
  msgstr ""
3991
  "Nombre de pages qui pointent sur votre site, d'après les informations "
3992
  "fournies par Google."
3993
 
3994
- #: ../../admin/view/wp-slimstat-reports.php:971
3995
  msgid "Google Backlinks"
3996
  msgstr "Backlinks Google"
3997
 
3998
- #: ../../admin/view/wp-slimstat-reports.php:972
3999
  msgid ""
4000
  "How many times the Facebook Like button has been approximately clicked on "
4001
  "your site."
4002
  msgstr ""
4003
  "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
4004
 
4005
- #: ../../admin/view/wp-slimstat-reports.php:973
4006
  msgid "Facebook Likes"
4007
  msgstr "\"J'aime\" Facebook"
4008
 
4009
- #: ../../admin/view/wp-slimstat-reports.php:974
4010
  msgid ""
4011
  "How many times your site has been shared by someone on the social network."
4012
  msgstr ""
4013
  "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
4014
  "social."
4015
 
4016
- #: ../../admin/view/wp-slimstat-reports.php:975
4017
  msgid "Facebook Shares"
4018
  msgstr "Partages Facebook"
4019
 
4020
- #: ../../admin/view/wp-slimstat-reports.php:976
4021
  msgid "How many times links to your website have been clicked on Facebook."
4022
  msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
4023
 
4024
- #: ../../admin/view/wp-slimstat-reports.php:977
4025
  msgid "Facebook Clicks"
4026
  msgstr "Clicks Facebook"
4027
 
4028
- #: ../../admin/view/wp-slimstat-reports.php:978
4029
  msgid ""
4030
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4031
  "traffic data."
@@ -4033,1156 +4101,1204 @@ msgstr ""
4033
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
4034
  "concernant le trafic web."
4035
 
4036
- #: ../../admin/view/wp-slimstat-reports.php:979
4037
  msgid "Alexa World Rank"
4038
  msgstr "Alexa, Classement mondial"
4039
 
4040
- #: ../../admin/view/wp-slimstat-reports.php:980
4041
  msgid "Alexa Country Rank"
4042
  msgstr "Alexa, Classement par pays"
4043
 
4044
- #: ../../admin/view/wp-slimstat-reports.php:981
4045
  msgid "Alexa Popularity"
4046
  msgstr "Alexa, Popularité"
4047
 
4048
  # Unknown
4049
- #: ../../admin/view/wp-slimstat-reports.php:988
4050
  msgid "c-xx"
4051
  msgstr "Inconnu"
4052
 
4053
  # Afghanistan
4054
- #: ../../admin/view/wp-slimstat-reports.php:988
4055
  msgid "c-af"
4056
  msgstr "Afghanistan"
4057
 
4058
  # Åland Islands
4059
- #: ../../admin/view/wp-slimstat-reports.php:988
4060
  msgid "c-ax"
4061
  msgstr "Îles Åland"
4062
 
4063
  # Albania
4064
- #: ../../admin/view/wp-slimstat-reports.php:988
4065
  msgid "c-al"
4066
  msgstr "Albanie"
4067
 
4068
  # Algeria
4069
- #: ../../admin/view/wp-slimstat-reports.php:988
4070
  msgid "c-dz"
4071
  msgstr "Algérie"
4072
 
4073
  # Andorra
4074
- #: ../../admin/view/wp-slimstat-reports.php:988
4075
  msgid "c-ad"
4076
  msgstr "Andorre"
4077
 
4078
  # Angola
4079
- #: ../../admin/view/wp-slimstat-reports.php:988
4080
  msgid "c-ao"
4081
  msgstr "Angola"
4082
 
4083
  # Anguilla
4084
- #: ../../admin/view/wp-slimstat-reports.php:988
4085
  msgid "c-ai"
4086
  msgstr "Anguilla"
4087
 
4088
  # Antigua and Barbuda
4089
- #: ../../admin/view/wp-slimstat-reports.php:988
4090
  msgid "c-ag"
4091
  msgstr "Antigua et Barbuda"
4092
 
4093
  # Argentina
4094
- #: ../../admin/view/wp-slimstat-reports.php:988
4095
  msgid "c-ar"
4096
  msgstr "Argentine"
4097
 
4098
  # Armenia
4099
- #: ../../admin/view/wp-slimstat-reports.php:988
4100
  msgid "c-am"
4101
  msgstr "Arménie"
4102
 
4103
  # Aruba
4104
- #: ../../admin/view/wp-slimstat-reports.php:988
4105
  msgid "c-aw"
4106
  msgstr "Aruba"
4107
 
4108
  # Australia
4109
- #: ../../admin/view/wp-slimstat-reports.php:988
4110
  msgid "c-au"
4111
  msgstr "Australie"
4112
 
4113
  # Austria
4114
- #: ../../admin/view/wp-slimstat-reports.php:988
4115
  msgid "c-at"
4116
  msgstr "Autriche"
4117
 
4118
  # Azerbaijan
4119
- #: ../../admin/view/wp-slimstat-reports.php:988
4120
  msgid "c-az"
4121
  msgstr "Azerbaïdjan"
4122
 
4123
  # Bahamas
4124
- #: ../../admin/view/wp-slimstat-reports.php:988
4125
  msgid "c-bs"
4126
  msgstr "Bahamas"
4127
 
4128
  # Bahrain
4129
- #: ../../admin/view/wp-slimstat-reports.php:988
4130
  msgid "c-bh"
4131
  msgstr "Bahreïn"
4132
 
4133
  # Bangladesh
4134
- #: ../../admin/view/wp-slimstat-reports.php:988
4135
  msgid "c-bd"
4136
  msgstr "Bangladesh"
4137
 
4138
  # Barbados
4139
- #: ../../admin/view/wp-slimstat-reports.php:988
4140
  msgid "c-bb"
4141
  msgstr "Barbade"
4142
 
4143
  # Belarus
4144
- #: ../../admin/view/wp-slimstat-reports.php:988
4145
  msgid "c-by"
4146
  msgstr "Bélarus"
4147
 
4148
  # Belgium
4149
- #: ../../admin/view/wp-slimstat-reports.php:988
4150
  msgid "c-be"
4151
  msgstr "Belgique"
4152
 
4153
  # Belize
4154
- #: ../../admin/view/wp-slimstat-reports.php:988
4155
  msgid "c-bz"
4156
  msgstr "Belize"
4157
 
4158
  # Benin
4159
- #: ../../admin/view/wp-slimstat-reports.php:988
4160
  msgid "c-bj"
4161
  msgstr "Bénin"
4162
 
4163
  # Bermuda
4164
- #: ../../admin/view/wp-slimstat-reports.php:988
4165
  msgid "c-bm"
4166
  msgstr "Bermudes"
4167
 
4168
  # Bhutan
4169
- #: ../../admin/view/wp-slimstat-reports.php:988
4170
  msgid "c-bt"
4171
  msgstr "Bhoutan"
4172
 
4173
  # Bolivia
4174
- #: ../../admin/view/wp-slimstat-reports.php:988
4175
  msgid "c-bo"
4176
  msgstr "État plurinational de Bolivie"
4177
 
4178
  # Bosnia and Herzegovina
4179
- #: ../../admin/view/wp-slimstat-reports.php:988
4180
  msgid "c-ba"
4181
  msgstr "Bosnie-Herzégovine"
4182
 
4183
  # Botswana
4184
- #: ../../admin/view/wp-slimstat-reports.php:988
4185
  msgid "c-bw"
4186
  msgstr "Botswana"
4187
 
4188
  # Brazil
4189
- #: ../../admin/view/wp-slimstat-reports.php:988
4190
  msgid "c-br"
4191
  msgstr "Brésil"
4192
 
4193
  # Brunei Darussalam
4194
- #: ../../admin/view/wp-slimstat-reports.php:988
4195
  msgid "c-bn"
4196
  msgstr "Brunéi Darussalam"
4197
 
4198
  # Bulgaria
4199
- #: ../../admin/view/wp-slimstat-reports.php:988
4200
  msgid "c-bg"
4201
  msgstr "Bulgarie"
4202
 
4203
  # Burkina Faso
4204
- #: ../../admin/view/wp-slimstat-reports.php:988
4205
  msgid "c-bf"
4206
  msgstr "Burkina Faso"
4207
 
4208
  # Burundi
4209
- #: ../../admin/view/wp-slimstat-reports.php:988
4210
  msgid "c-bi"
4211
  msgstr "Burundi"
4212
 
4213
  # Cambodia
4214
- #: ../../admin/view/wp-slimstat-reports.php:988
4215
  msgid "c-kh"
4216
  msgstr "Cambodge"
4217
 
4218
  # Cameroon
4219
- #: ../../admin/view/wp-slimstat-reports.php:988
4220
  msgid "c-cm"
4221
  msgstr "Cameroun"
4222
 
4223
  # Canada
4224
- #: ../../admin/view/wp-slimstat-reports.php:988
4225
  msgid "c-ca"
4226
  msgstr "Canada"
4227
 
4228
  # Cape Verde
4229
- #: ../../admin/view/wp-slimstat-reports.php:988
4230
  msgid "c-cv"
4231
  msgstr "Cap-Vert"
4232
 
4233
  # Cayman Islands
4234
- #: ../../admin/view/wp-slimstat-reports.php:988
4235
  msgid "c-ky"
4236
  msgstr "Îles Caïmans"
4237
 
4238
  # Central African Republic
4239
- #: ../../admin/view/wp-slimstat-reports.php:988
4240
  msgid "c-cf"
4241
  msgstr "République Centrafricaine"
4242
 
4243
  # Chad
4244
- #: ../../admin/view/wp-slimstat-reports.php:988
4245
  msgid "c-td"
4246
  msgstr "Tchad"
4247
 
4248
  # Chile
4249
- #: ../../admin/view/wp-slimstat-reports.php:988
4250
  msgid "c-cl"
4251
  msgstr "Chili"
4252
 
4253
  # China
4254
- #: ../../admin/view/wp-slimstat-reports.php:988
4255
  msgid "c-cn"
4256
  msgstr "Chine"
4257
 
4258
  # Colombia
4259
- #: ../../admin/view/wp-slimstat-reports.php:988
4260
  msgid "c-co"
4261
  msgstr "Colombie"
4262
 
4263
  # Comoros
4264
- #: ../../admin/view/wp-slimstat-reports.php:988
4265
  msgid "c-km"
4266
  msgstr "Comores"
4267
 
4268
  # Congo
4269
- #: ../../admin/view/wp-slimstat-reports.php:988
4270
  msgid "c-cg"
4271
  msgstr "Congo"
4272
 
4273
  # The Democratic Republic of the Congo
4274
- #: ../../admin/view/wp-slimstat-reports.php:988
4275
  msgid "c-cd"
4276
  msgstr "République Démocratique du Congo"
4277
 
4278
  # Costa Rica
4279
- #: ../../admin/view/wp-slimstat-reports.php:988
4280
  msgid "c-cr"
4281
  msgstr "Costa Rica"
4282
 
4283
  # Côte d'Ivoire
4284
- #: ../../admin/view/wp-slimstat-reports.php:988
4285
  msgid "c-ci"
4286
  msgstr "Côte d'Ivoire"
4287
 
4288
  # Croatia
4289
- #: ../../admin/view/wp-slimstat-reports.php:988
4290
  msgid "c-hr"
4291
  msgstr "Croatie"
4292
 
4293
  # Cuba
4294
- #: ../../admin/view/wp-slimstat-reports.php:988
4295
  msgid "c-cu"
4296
  msgstr "Cuba"
4297
 
4298
  # Cyprus
4299
- #: ../../admin/view/wp-slimstat-reports.php:988
4300
  msgid "c-cy"
4301
  msgstr "Chypre"
4302
 
4303
  # Czech Republic
4304
- #: ../../admin/view/wp-slimstat-reports.php:988
4305
  msgid "c-cz"
4306
  msgstr "République tchèque"
4307
 
4308
  # Denmark
4309
- #: ../../admin/view/wp-slimstat-reports.php:988
4310
  msgid "c-dk"
4311
  msgstr "Danemark"
4312
 
4313
  # Djibouti
4314
- #: ../../admin/view/wp-slimstat-reports.php:988
4315
  msgid "c-dj"
4316
  msgstr "Djibouti"
4317
 
4318
  # Dominica
4319
- #: ../../admin/view/wp-slimstat-reports.php:988
4320
  msgid "c-dm"
4321
  msgstr "Dominique"
4322
 
4323
  # Dominican Republic
4324
- #: ../../admin/view/wp-slimstat-reports.php:988
4325
  msgid "c-do"
4326
  msgstr "République dominicaine"
4327
 
4328
  # Ecuador
4329
- #: ../../admin/view/wp-slimstat-reports.php:988
4330
  msgid "c-ec"
4331
  msgstr "Équateur"
4332
 
4333
  # Egypt
4334
- #: ../../admin/view/wp-slimstat-reports.php:988
4335
  msgid "c-eg"
4336
  msgstr "Égypte"
4337
 
4338
  # El Salvador
4339
- #: ../../admin/view/wp-slimstat-reports.php:988
4340
  msgid "c-sv"
4341
  msgstr "El Salvador"
4342
 
4343
  # Equatorial Guinea
4344
- #: ../../admin/view/wp-slimstat-reports.php:988
4345
  msgid "c-gq"
4346
  msgstr "Guinée équatoriale"
4347
 
4348
  # Eritrea
4349
- #: ../../admin/view/wp-slimstat-reports.php:988
4350
  msgid "c-er"
4351
  msgstr "Érythrée"
4352
 
4353
  # Estonia
4354
- #: ../../admin/view/wp-slimstat-reports.php:988
4355
  msgid "c-ee"
4356
  msgstr "Estonie"
4357
 
4358
  # Ethiopia
4359
- #: ../../admin/view/wp-slimstat-reports.php:988
4360
  msgid "c-et"
4361
  msgstr "Éthiopie"
4362
 
4363
  # Faroe Islands
4364
- #: ../../admin/view/wp-slimstat-reports.php:988
4365
  msgid "c-fo"
4366
  msgstr "Îles Féroé"
4367
 
4368
  # Falkland Islands (Malvinas)
4369
- #: ../../admin/view/wp-slimstat-reports.php:988
4370
  msgid "c-fk"
4371
  msgstr "Îles Falkland (Malvinas)"
4372
 
4373
  # Fiji
4374
- #: ../../admin/view/wp-slimstat-reports.php:988
4375
  msgid "c-fj"
4376
  msgstr "Fidji"
4377
 
4378
  # Finland
4379
- #: ../../admin/view/wp-slimstat-reports.php:988
4380
  msgid "c-fi"
4381
  msgstr "Finlande"
4382
 
4383
  # France
4384
- #: ../../admin/view/wp-slimstat-reports.php:988
4385
  msgid "c-fr"
4386
  msgstr "France"
4387
 
4388
  # French Guiana
4389
- #: ../../admin/view/wp-slimstat-reports.php:988
4390
  msgid "c-gf"
4391
  msgstr "Guyane française"
4392
 
4393
  # Gabon
4394
- #: ../../admin/view/wp-slimstat-reports.php:988
4395
  msgid "c-ga"
4396
  msgstr "Gabon"
4397
 
4398
  # Gambia
4399
- #: ../../admin/view/wp-slimstat-reports.php:988
4400
  msgid "c-gm"
4401
  msgstr "Gambie"
4402
 
4403
  # Georgia
4404
- #: ../../admin/view/wp-slimstat-reports.php:988
4405
  msgid "c-ge"
4406
  msgstr "Géorgie"
4407
 
4408
  # Germany
4409
- #: ../../admin/view/wp-slimstat-reports.php:988
4410
  msgid "c-de"
4411
  msgstr "Allemagne"
4412
 
4413
  # Ghana
4414
- #: ../../admin/view/wp-slimstat-reports.php:988
4415
  msgid "c-gh"
4416
  msgstr "Ghana"
4417
 
4418
  # Greece
4419
- #: ../../admin/view/wp-slimstat-reports.php:988
4420
  msgid "c-gr"
4421
  msgstr "Grèce"
4422
 
4423
  # Greenland
4424
- #: ../../admin/view/wp-slimstat-reports.php:988
4425
  msgid "c-gl"
4426
  msgstr "Groenland"
4427
 
4428
  # Grenada
4429
- #: ../../admin/view/wp-slimstat-reports.php:988
4430
  msgid "c-gd"
4431
  msgstr "Grenade"
4432
 
4433
  # Guadeloupe
4434
- #: ../../admin/view/wp-slimstat-reports.php:988
4435
  msgid "c-gp"
4436
  msgstr "Guadeloupe"
4437
 
4438
  # Guatemala
4439
- #: ../../admin/view/wp-slimstat-reports.php:988
4440
  msgid "c-gt"
4441
  msgstr "Guatemala"
4442
 
4443
  # Guinea
4444
- #: ../../admin/view/wp-slimstat-reports.php:988
4445
  msgid "c-gn"
4446
  msgstr "Guinée"
4447
 
4448
  # Guinea-Bissau
4449
- #: ../../admin/view/wp-slimstat-reports.php:988
4450
  msgid "c-gw"
4451
  msgstr "Guinée-Bissau"
4452
 
4453
  # Guyana
4454
- #: ../../admin/view/wp-slimstat-reports.php:988
4455
  msgid "c-gy"
4456
  msgstr "Guyana"
4457
 
4458
  # Haiti
4459
- #: ../../admin/view/wp-slimstat-reports.php:988
4460
  msgid "c-ht"
4461
  msgstr "Haïti"
4462
 
4463
  # Honduras
4464
- #: ../../admin/view/wp-slimstat-reports.php:988
4465
  msgid "c-hn"
4466
  msgstr "Honduras"
4467
 
4468
  # Hong Kong
4469
- #: ../../admin/view/wp-slimstat-reports.php:988
4470
  msgid "c-hk"
4471
  msgstr "Hong Kong"
4472
 
4473
  # Hungary
4474
- #: ../../admin/view/wp-slimstat-reports.php:988
4475
  msgid "c-hu"
4476
  msgstr "Hongrie"
4477
 
4478
  # Iceland
4479
- #: ../../admin/view/wp-slimstat-reports.php:988
4480
  msgid "c-is"
4481
  msgstr "Islande"
4482
 
4483
  # India
4484
- #: ../../admin/view/wp-slimstat-reports.php:988
4485
  msgid "c-in"
4486
  msgstr "Inde"
4487
 
4488
  # Indonesia
4489
- #: ../../admin/view/wp-slimstat-reports.php:988
4490
  msgid "c-id"
4491
  msgstr "Indonésie"
4492
 
4493
  # Islamic Republic of Iran
4494
- #: ../../admin/view/wp-slimstat-reports.php:988
4495
  msgid "c-ir"
4496
  msgstr "République islamique d'Iran"
4497
 
4498
  # Iraq
4499
- #: ../../admin/view/wp-slimstat-reports.php:988
4500
  msgid "c-iq"
4501
  msgstr "Irak"
4502
 
4503
  # Ireland
4504
- #: ../../admin/view/wp-slimstat-reports.php:988
4505
  msgid "c-ie"
4506
  msgstr "Irlande"
4507
 
4508
  # Israel
4509
- #: ../../admin/view/wp-slimstat-reports.php:988
4510
  msgid "c-il"
4511
  msgstr "Israël"
4512
 
4513
  # Italy
4514
- #: ../../admin/view/wp-slimstat-reports.php:988
4515
  msgid "c-it"
4516
  msgstr "Italie"
4517
 
4518
  # Jamaica
4519
- #: ../../admin/view/wp-slimstat-reports.php:988
4520
  msgid "c-jm"
4521
  msgstr "Jamaïque"
4522
 
4523
  # Japan
4524
- #: ../../admin/view/wp-slimstat-reports.php:988
4525
  msgid "c-jp"
4526
  msgstr "Japon"
4527
 
4528
  # Jordan
4529
- #: ../../admin/view/wp-slimstat-reports.php:988
4530
  msgid "c-jo"
4531
  msgstr "Jordanie"
4532
 
4533
  # Kazakhstan
4534
- #: ../../admin/view/wp-slimstat-reports.php:988
4535
  msgid "c-kz"
4536
  msgstr "Kazakhstan"
4537
 
4538
  # Kenya
4539
- #: ../../admin/view/wp-slimstat-reports.php:988
4540
  msgid "c-ke"
4541
  msgstr "Kenya"
4542
 
4543
  # Nauru
4544
- #: ../../admin/view/wp-slimstat-reports.php:988
4545
  msgid "c-nr"
4546
  msgstr "Nauru"
4547
 
4548
  # Democratic People's Republic of Korea
4549
- #: ../../admin/view/wp-slimstat-reports.php:988
4550
  msgid "c-kp"
4551
  msgstr "République populaire démocratique de Corée"
4552
 
4553
  # Republic of Korea
4554
- #: ../../admin/view/wp-slimstat-reports.php:988
4555
  msgid "c-kr"
4556
  msgstr "République de Corée"
4557
 
4558
- #: ../../admin/view/wp-slimstat-reports.php:988
4559
  msgid "c-kv"
4560
  msgstr "Kossovo"
4561
 
4562
  # Kuwait
4563
- #: ../../admin/view/wp-slimstat-reports.php:988
4564
  msgid "c-kw"
4565
  msgstr "Koweït"
4566
 
4567
  # Kyrgyzstan
4568
- #: ../../admin/view/wp-slimstat-reports.php:988
4569
  msgid "c-kg"
4570
  msgstr "Kirghizistan"
4571
 
4572
  # Lao People's Democratic Republic
4573
- #: ../../admin/view/wp-slimstat-reports.php:988
4574
  msgid "c-la"
4575
  msgstr "République démocratique populaire lao"
4576
 
4577
  # Latvia
4578
- #: ../../admin/view/wp-slimstat-reports.php:988
4579
  msgid "c-lv"
4580
  msgstr "Lettonie"
4581
 
4582
  # Lebanon
4583
- #: ../../admin/view/wp-slimstat-reports.php:988
4584
  msgid "c-lb"
4585
  msgstr "Liban"
4586
 
4587
  # Lesotho
4588
- #: ../../admin/view/wp-slimstat-reports.php:988
4589
  msgid "c-ls"
4590
  msgstr "Lesotho"
4591
 
4592
  # Liberia
4593
- #: ../../admin/view/wp-slimstat-reports.php:988
4594
  msgid "c-lr"
4595
  msgstr "Libéria"
4596
 
4597
  # Libyan Arab Jamahiriya
4598
- #: ../../admin/view/wp-slimstat-reports.php:988
4599
  msgid "c-ly"
4600
  msgstr "Jamahiriya arabe libyenne"
4601
 
4602
  # Liechtenstein
4603
- #: ../../admin/view/wp-slimstat-reports.php:988
4604
  msgid "c-li"
4605
  msgstr "Liechtenstein"
4606
 
4607
  # Lithuania
4608
- #: ../../admin/view/wp-slimstat-reports.php:988
4609
  msgid "c-lt"
4610
  msgstr "Lituanie"
4611
 
4612
  # Luxembourg
4613
- #: ../../admin/view/wp-slimstat-reports.php:988
4614
  msgid "c-lu"
4615
  msgstr "Luxembourg"
4616
 
4617
  # The Former Yugoslav Republic of Macedonia
4618
- #: ../../admin/view/wp-slimstat-reports.php:988
4619
  msgid "c-mk"
4620
  msgstr "Ex-république yougoslave de Macédoine"
4621
 
4622
  # Madagascar
4623
- #: ../../admin/view/wp-slimstat-reports.php:988
4624
  msgid "c-mg"
4625
  msgstr "Madagascar"
4626
 
4627
  # Malawi
4628
- #: ../../admin/view/wp-slimstat-reports.php:988
4629
  msgid "c-mw"
4630
  msgstr "Malawi"
4631
 
4632
  # Malaysia
4633
- #: ../../admin/view/wp-slimstat-reports.php:988
4634
  msgid "c-my"
4635
  msgstr "Malaisie"
4636
 
4637
  # Mali
4638
- #: ../../admin/view/wp-slimstat-reports.php:988
4639
  msgid "c-ml"
4640
  msgstr "Mali"
4641
 
4642
  # Malta
4643
- #: ../../admin/view/wp-slimstat-reports.php:988
4644
  msgid "c-mt"
4645
  msgstr "Malte"
4646
 
4647
  # Martinique
4648
- #: ../../admin/view/wp-slimstat-reports.php:988
4649
  msgid "c-mq"
4650
  msgstr "Martinique"
4651
 
4652
  # Mauritania
4653
- #: ../../admin/view/wp-slimstat-reports.php:988
4654
  msgid "c-mr"
4655
  msgstr "Mauritanie"
4656
 
4657
  # Mauritius
4658
- #: ../../admin/view/wp-slimstat-reports.php:988
4659
  msgid "c-mu"
4660
  msgstr "Maurice"
4661
 
4662
  # Mexico
4663
- #: ../../admin/view/wp-slimstat-reports.php:988
4664
  msgid "c-mx"
4665
  msgstr "Mexique"
4666
 
4667
  # Moldova
4668
- #: ../../admin/view/wp-slimstat-reports.php:988
4669
  msgid "c-md"
4670
  msgstr "République de Moldova"
4671
 
4672
  # Mongolia
4673
- #: ../../admin/view/wp-slimstat-reports.php:988
4674
  msgid "c-mn"
4675
  msgstr "Mongolie"
4676
 
4677
  # Montenegro
4678
- #: ../../admin/view/wp-slimstat-reports.php:988
4679
  msgid "c-me"
4680
  msgstr "Monténégro"
4681
 
4682
  # Montserrat
4683
- #: ../../admin/view/wp-slimstat-reports.php:988
4684
  msgid "c-ms"
4685
  msgstr "Montserrat"
4686
 
4687
  # Morocco
4688
- #: ../../admin/view/wp-slimstat-reports.php:988
4689
  msgid "c-ma"
4690
  msgstr "Maroc"
4691
 
4692
  # Mozambique
4693
- #: ../../admin/view/wp-slimstat-reports.php:988
4694
  msgid "c-mz"
4695
  msgstr "Mozambique"
4696
 
4697
  # Myanmar
4698
- #: ../../admin/view/wp-slimstat-reports.php:988
4699
  msgid "c-mm"
4700
  msgstr "Myanmar"
4701
 
4702
  # Namibia
4703
- #: ../../admin/view/wp-slimstat-reports.php:988
4704
  msgid "c-na"
4705
  msgstr "Namibie"
4706
 
4707
  # Nepal
4708
- #: ../../admin/view/wp-slimstat-reports.php:988
4709
  msgid "c-np"
4710
  msgstr "Népal"
4711
 
4712
  # Netherlands
4713
- #: ../../admin/view/wp-slimstat-reports.php:988
4714
  msgid "c-nl"
4715
  msgstr "Pays-bas"
4716
 
4717
  # New Caledonia
4718
- #: ../../admin/view/wp-slimstat-reports.php:988
4719
  msgid "c-nc"
4720
  msgstr "Nouvelle-Calédonie"
4721
 
4722
  # New Zealand
4723
- #: ../../admin/view/wp-slimstat-reports.php:988
4724
  msgid "c-nz"
4725
  msgstr "Nouvelle-Zélande"
4726
 
4727
  # Nicaragua
4728
- #: ../../admin/view/wp-slimstat-reports.php:988
4729
  msgid "c-ni"
4730
  msgstr "Nicaragua"
4731
 
4732
  # Niger
4733
- #: ../../admin/view/wp-slimstat-reports.php:988
4734
  msgid "c-ne"
4735
  msgstr "Niger"
4736
 
4737
  # Nigeria
4738
- #: ../../admin/view/wp-slimstat-reports.php:988
4739
  msgid "c-ng"
4740
  msgstr "Nigéria"
4741
 
4742
  # Norway
4743
- #: ../../admin/view/wp-slimstat-reports.php:988
4744
  msgid "c-no"
4745
  msgstr "Norvège"
4746
 
4747
  # Oman
4748
- #: ../../admin/view/wp-slimstat-reports.php:988
4749
  msgid "c-om"
4750
  msgstr "Oman"
4751
 
4752
  # Pakistan
4753
- #: ../../admin/view/wp-slimstat-reports.php:988
4754
  msgid "c-pk"
4755
  msgstr "Pakistan"
4756
 
4757
  # Palau
4758
- #: ../../admin/view/wp-slimstat-reports.php:988
4759
  msgid "c-pw"
4760
  msgstr "Palaos"
4761
 
4762
  # Occupied Palestinian Territory
4763
- #: ../../admin/view/wp-slimstat-reports.php:988
4764
  msgid "c-ps"
4765
  msgstr "Territoire palestinien occupé"
4766
 
4767
  # Panama
4768
- #: ../../admin/view/wp-slimstat-reports.php:988
4769
  msgid "c-pa"
4770
  msgstr "Panama"
4771
 
4772
  # Papua New Guinea
4773
- #: ../../admin/view/wp-slimstat-reports.php:988
4774
  msgid "c-pg"
4775
  msgstr "Papouasie-Nouvelle-Guinée"
4776
 
4777
  # Paraguay
4778
- #: ../../admin/view/wp-slimstat-reports.php:988
4779
  msgid "c-py"
4780
  msgstr "Paraguay"
4781
 
4782
  # Peru
4783
- #: ../../admin/view/wp-slimstat-reports.php:988
4784
  msgid "c-pe"
4785
  msgstr "Pérou"
4786
 
4787
  # Philippines
4788
- #: ../../admin/view/wp-slimstat-reports.php:988
4789
  msgid "c-ph"
4790
  msgstr "Philippines"
4791
 
4792
  # Poland
4793
- #: ../../admin/view/wp-slimstat-reports.php:988
4794
  msgid "c-pl"
4795
  msgstr "Pologne"
4796
 
4797
  # Portugal
4798
- #: ../../admin/view/wp-slimstat-reports.php:988
4799
  msgid "c-pt"
4800
  msgstr "Portugal"
4801
 
4802
  # Puerto Rico
4803
- #: ../../admin/view/wp-slimstat-reports.php:988
4804
  msgid "c-pr"
4805
  msgstr "Porto Rico"
4806
 
4807
  # Qatar
4808
- #: ../../admin/view/wp-slimstat-reports.php:988
4809
  msgid "c-qa"
4810
  msgstr "Qatar"
4811
 
4812
  # Réunion
4813
- #: ../../admin/view/wp-slimstat-reports.php:988
4814
  msgid "c-re"
4815
  msgstr "Réunion"
4816
 
4817
  # Romania
4818
- #: ../../admin/view/wp-slimstat-reports.php:988
4819
  msgid "c-ro"
4820
  msgstr "Roumanie"
4821
 
4822
  # Russian Federation
4823
- #: ../../admin/view/wp-slimstat-reports.php:988
4824
  msgid "c-ru"
4825
  msgstr "Fédération de Russie"
4826
 
4827
  # Rwanda
4828
- #: ../../admin/view/wp-slimstat-reports.php:988
4829
  msgid "c-rw"
4830
  msgstr "Rwanda"
4831
 
4832
  # Saint Kitts and Nevis
4833
- #: ../../admin/view/wp-slimstat-reports.php:988
4834
  msgid "c-kn"
4835
  msgstr "Saint-Kitts-et-Nevis"
4836
 
4837
  # Saint Lucia
4838
- #: ../../admin/view/wp-slimstat-reports.php:988
4839
  msgid "c-lc"
4840
  msgstr "Sainte-Lucie"
4841
 
4842
  # Saint Martin
4843
- #: ../../admin/view/wp-slimstat-reports.php:988
4844
  msgid "c-mf"
4845
  msgstr "Saint-Martin"
4846
 
4847
  # Saint Vincent and the Grenadines
4848
- #: ../../admin/view/wp-slimstat-reports.php:988
4849
  msgid "c-vc"
4850
  msgstr "Saint-Vincent-et-les Grenadines"
4851
 
4852
  # Samoa
4853
- #: ../../admin/view/wp-slimstat-reports.php:988
4854
  msgid "c-ws"
4855
  msgstr "Samoa"
4856
 
4857
  # Sao Tome and Principe
4858
- #: ../../admin/view/wp-slimstat-reports.php:988
4859
  msgid "c-st"
4860
  msgstr "Sao Tomé-et-Principe"
4861
 
4862
  # Saudi Arabia
4863
- #: ../../admin/view/wp-slimstat-reports.php:988
4864
  msgid "c-sa"
4865
  msgstr "Arabie saoudite"
4866
 
4867
  # Senegal
4868
- #: ../../admin/view/wp-slimstat-reports.php:988
4869
  msgid "c-sn"
4870
  msgstr "Sénégal"
4871
 
4872
  # Serbia
4873
- #: ../../admin/view/wp-slimstat-reports.php:988
4874
  msgid "c-rs"
4875
  msgstr "Serbie"
4876
 
4877
  # Sierra Leone
4878
- #: ../../admin/view/wp-slimstat-reports.php:988
4879
  msgid "c-sl"
4880
  msgstr "Sierra Leone"
4881
 
4882
  # Singapore
4883
- #: ../../admin/view/wp-slimstat-reports.php:988
4884
  msgid "c-sg"
4885
  msgstr "Singapour"
4886
 
4887
  # Slovakia
4888
- #: ../../admin/view/wp-slimstat-reports.php:988
4889
  msgid "c-sk"
4890
  msgstr "Slovaquie"
4891
 
4892
  # Slovenia
4893
- #: ../../admin/view/wp-slimstat-reports.php:988
4894
  msgid "c-si"
4895
  msgstr "Slovénie"
4896
 
4897
  # Solomon Islands
4898
- #: ../../admin/view/wp-slimstat-reports.php:988
4899
  msgid "c-sb"
4900
  msgstr "Îles Salomon"
4901
 
4902
  # Somalia
4903
- #: ../../admin/view/wp-slimstat-reports.php:988
4904
  msgid "c-so"
4905
  msgstr "Somalie"
4906
 
4907
  # South Africa
4908
- #: ../../admin/view/wp-slimstat-reports.php:988
4909
  msgid "c-za"
4910
  msgstr "Afrique du sud"
4911
 
4912
  # South Georgia and the South Sandwich Islands
4913
- #: ../../admin/view/wp-slimstat-reports.php:988
4914
  msgid "c-gs"
4915
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
4916
 
4917
  # Spain
4918
- #: ../../admin/view/wp-slimstat-reports.php:988
4919
  msgid "c-es"
4920
  msgstr "Espagne"
4921
 
4922
  # Sri Lanka
4923
- #: ../../admin/view/wp-slimstat-reports.php:988
4924
  msgid "c-lk"
4925
  msgstr "Sri Lanka"
4926
 
4927
  # Seychelles
4928
- #: ../../admin/view/wp-slimstat-reports.php:988
4929
  msgid "c-sc"
4930
  msgstr "Seychelles"
4931
 
4932
  # Sudan
4933
- #: ../../admin/view/wp-slimstat-reports.php:988
4934
  msgid "c-sd"
4935
  msgstr "Soudan"
4936
 
4937
- #: ../../admin/view/wp-slimstat-reports.php:988
4938
  msgid "c-ss"
4939
  msgstr "Soudan du Sud"
4940
 
4941
  # Suriname
4942
- #: ../../admin/view/wp-slimstat-reports.php:988
4943
  msgid "c-sr"
4944
  msgstr "Suriname"
4945
 
4946
  # Svalbard and Jan Mayen
4947
- #: ../../admin/view/wp-slimstat-reports.php:988
4948
  msgid "c-sj"
4949
  msgstr "Svalbard et île Jan Mayen"
4950
 
4951
  # Swaziland
4952
- #: ../../admin/view/wp-slimstat-reports.php:988
4953
  msgid "c-sz"
4954
  msgstr "Swaziland"
4955
 
4956
  # Sweden
4957
- #: ../../admin/view/wp-slimstat-reports.php:988
4958
  msgid "c-se"
4959
  msgstr "Suède"
4960
 
4961
  # Switzerland
4962
- #: ../../admin/view/wp-slimstat-reports.php:988
4963
  msgid "c-ch"
4964
  msgstr "Suisse"
4965
 
4966
  # Syrian Arab Republic
4967
- #: ../../admin/view/wp-slimstat-reports.php:988
4968
  msgid "c-sy"
4969
  msgstr "République arabe syrienne"
4970
 
4971
  # Taiwan, Province of China
4972
- #: ../../admin/view/wp-slimstat-reports.php:988
4973
  msgid "c-tw"
4974
  msgstr "Taïwan, province de Chine"
4975
 
4976
  # Tajikistan
4977
- #: ../../admin/view/wp-slimstat-reports.php:988
4978
  msgid "c-tj"
4979
  msgstr "Tadjikistan"
4980
 
4981
  # United Republic of Tanzania
4982
- #: ../../admin/view/wp-slimstat-reports.php:988
4983
  msgid "c-tz"
4984
  msgstr "République-unie de Tanzanie"
4985
 
4986
  # Thailand
4987
- #: ../../admin/view/wp-slimstat-reports.php:988
4988
  msgid "c-th"
4989
  msgstr "Thaïlande"
4990
 
4991
  # Timor-Leste
4992
- #: ../../admin/view/wp-slimstat-reports.php:988
4993
  msgid "c-tl"
4994
  msgstr "Timor-Leste"
4995
 
4996
  # Togo
4997
- #: ../../admin/view/wp-slimstat-reports.php:988
4998
  msgid "c-tg"
4999
  msgstr "Togo"
5000
 
5001
  # Tonga
5002
- #: ../../admin/view/wp-slimstat-reports.php:988
5003
  msgid "c-to"
5004
  msgstr "Tonga"
5005
 
5006
  # Trinidad and Tobago
5007
- #: ../../admin/view/wp-slimstat-reports.php:988
5008
  msgid "c-tt"
5009
  msgstr "Trinité-et-Tobago "
5010
 
5011
  # Tunisia
5012
- #: ../../admin/view/wp-slimstat-reports.php:988
5013
  msgid "c-tn"
5014
  msgstr "Tunisie"
5015
 
5016
  # Turkey
5017
- #: ../../admin/view/wp-slimstat-reports.php:988
5018
  msgid "c-tr"
5019
  msgstr "Turquie "
5020
 
5021
  # Turkmenistan
5022
- #: ../../admin/view/wp-slimstat-reports.php:988
5023
  msgid "c-tm"
5024
  msgstr "Turkménistan"
5025
 
5026
  # Turks and Caicos Islands
5027
- #: ../../admin/view/wp-slimstat-reports.php:988
5028
  msgid "c-tc"
5029
  msgstr "Îles Turks et Caïques"
5030
 
5031
  # Uganda
5032
- #: ../../admin/view/wp-slimstat-reports.php:988
5033
  msgid "c-ug"
5034
  msgstr "Ouganda"
5035
 
5036
  # Ukraine
5037
- #: ../../admin/view/wp-slimstat-reports.php:988
5038
  msgid "c-ua"
5039
  msgstr "Ukraine"
5040
 
5041
  # United Arab Emirates
5042
- #: ../../admin/view/wp-slimstat-reports.php:988
5043
  msgid "c-ae"
5044
  msgstr "Émirats arabes unis"
5045
 
5046
  # United Kingdom
5047
- #: ../../admin/view/wp-slimstat-reports.php:988
5048
  msgid "c-gb"
5049
  msgstr "Royaume-Uni"
5050
 
5051
  # United States
5052
- #: ../../admin/view/wp-slimstat-reports.php:988
5053
  msgid "c-us"
5054
  msgstr "États-Unis"
5055
 
5056
  # Uruguay
5057
- #: ../../admin/view/wp-slimstat-reports.php:988
5058
  msgid "c-uy"
5059
  msgstr "Uruguay"
5060
 
5061
  # Uzbekistan
5062
- #: ../../admin/view/wp-slimstat-reports.php:988
5063
  msgid "c-uz"
5064
  msgstr "Ouzbékistan "
5065
 
5066
  # Vanuatu
5067
- #: ../../admin/view/wp-slimstat-reports.php:988
5068
  msgid "c-vu"
5069
  msgstr "Vanuatu"
5070
 
5071
  # Venezuela
5072
- #: ../../admin/view/wp-slimstat-reports.php:988
5073
  msgid "c-ve"
5074
  msgstr "République bolivarienne du Venezuela"
5075
 
5076
  # Viet Nam
5077
- #: ../../admin/view/wp-slimstat-reports.php:988
5078
  msgid "c-vn"
5079
  msgstr "Viet Nam"
5080
 
5081
  # British Virgin Islands
5082
- #: ../../admin/view/wp-slimstat-reports.php:988
5083
  msgid "c-vg"
5084
  msgstr "Îles vierges britanniques"
5085
 
5086
  # U.S. Virgin Islands
5087
- #: ../../admin/view/wp-slimstat-reports.php:988
5088
  msgid "c-vi"
5089
  msgstr "Îles vierges des États-Unis"
5090
 
5091
  # Western Sahara
5092
- #: ../../admin/view/wp-slimstat-reports.php:988
5093
  msgid "c-eh"
5094
  msgstr "Sahara occidental"
5095
 
5096
  # Yemen
5097
- #: ../../admin/view/wp-slimstat-reports.php:988
5098
  msgid "c-ye"
5099
  msgstr "Yémen"
5100
 
5101
  # Zambia
5102
- #: ../../admin/view/wp-slimstat-reports.php:988
5103
  msgid "c-zm"
5104
  msgstr "Zambie"
5105
 
5106
  # Zimbabwe
5107
- #: ../../admin/view/wp-slimstat-reports.php:988
5108
  msgid "c-zw"
5109
  msgstr "Zimbabwe"
5110
 
5111
  # Guernsey
5112
- #: ../../admin/view/wp-slimstat-reports.php:988
5113
  msgid "c-gg"
5114
  msgstr "Guernesey"
5115
 
5116
  # Jersey
5117
- #: ../../admin/view/wp-slimstat-reports.php:988
5118
  msgid "c-je"
5119
  msgstr "Jersey"
5120
 
5121
  # Isle of Man
5122
- #: ../../admin/view/wp-slimstat-reports.php:988
5123
  msgid "c-im"
5124
  msgstr "Île de Man"
5125
 
5126
  # Maldives
5127
- #: ../../admin/view/wp-slimstat-reports.php:988
5128
  msgid "c-mv"
5129
  msgstr "Maldives"
5130
 
5131
  # European Union
5132
- #: ../../admin/view/wp-slimstat-reports.php:989
5133
  msgid "c-eu"
5134
  msgstr "Union européenne"
5135
 
5136
- #: ../../admin/view/wp-slimstat-reports.php:1078
5137
  msgid ""
5138
  "This value includes not only posts, but also custom post types, regardless "
5139
  "of their status"
5140
  msgstr ""
5141
 
5142
- #: ../../admin/view/wp-slimstat-reports.php:1079
5143
  msgid "Content Items"
5144
  msgstr "Contenus"
5145
 
5146
- #: ../../admin/view/wp-slimstat-reports.php:1080
5147
  msgid "Total Comments"
5148
  msgstr "Nombre de commentaires"
5149
 
5150
- #: ../../admin/view/wp-slimstat-reports.php:1081
5151
  msgid "Pingbacks"
5152
  msgstr "Pingbacks"
5153
 
5154
- #: ../../admin/view/wp-slimstat-reports.php:1082
5155
  msgid "Trackbacks"
5156
  msgstr "Trackbacks"
5157
 
5158
- #: ../../admin/view/wp-slimstat-reports.php:1083
5159
- msgid "Longest Post (ID)"
5160
- msgstr "ID du post leplus long"
5161
-
5162
- #: ../../admin/view/wp-slimstat-reports.php:1084
5163
- msgid "Longest Comment (ID)"
5164
- msgstr "Commentaire le plus long (ID)"
5165
-
5166
- #: ../../admin/view/wp-slimstat-reports.php:1085
5167
  msgid "Avg Comments Per Post"
5168
  msgstr "Moyenne de commentaires par Post"
5169
 
5170
- #: ../../admin/view/wp-slimstat-reports.php:1086
5171
  msgid "Avg Posts Per Day"
5172
  msgstr "Nombre moyen de posts par jour"
5173
 
5174
- #: ../../admin/view/wp-slimstat-reports.php:1113
 
 
 
 
 
 
 
 
 
5175
  msgid "Visits"
5176
  msgstr "Visites"
5177
 
5178
- #: ../../admin/view/wp-slimstat-reports.php:1117
5179
  msgid "Domains"
5180
  msgstr "Domaines"
5181
 
5182
- #: ../../admin/view/wp-slimstat-reports.php:1122
5183
  msgid "Avg Pageviews"
5184
  msgstr "Moyenne des pages vues"
5185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5186
  #~ msgid ""
5187
  #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
5188
  #~ "getused.to.it/\">WP SlimStat</a>."
@@ -6293,9 +6409,6 @@ msgstr "Moyenne des pages vues"
6293
  #~ msgid "l-zu-ZA"
6294
  #~ msgstr "Zoulou"
6295
 
6296
- #~ msgid "Details"
6297
- #~ msgstr "Détails"
6298
-
6299
  #~ msgid "Show records where"
6300
  #~ msgstr "Afficher les enregistrements où"
6301
 
@@ -7171,10 +7284,6 @@ msgstr "Moyenne des pages vues"
7171
  #~ msgid "Delete forever"
7172
  #~ msgstr "Filtrer les pages vues pour que"
7173
 
7174
- #, fuzzy
7175
- #~ msgid "Page title"
7176
- #~ msgstr "Pages vues"
7177
-
7178
  #, fuzzy
7179
  #~ msgid "Custom HEAD meta"
7180
  #~ msgstr "Rapports personnalisés"
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-13 14:08-0500\n"
6
+ "PO-Revision-Date: 2014-10-13 14:08-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ../..\n"
19
 
20
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
21
+ #: ../../admin/view/wp-slimstat-reports.php:34
22
+ msgid "Real-Time Log"
23
+ msgstr ""
24
 
25
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
26
+ #: ../../admin/wp-slimstat-admin.php:509
27
+ #: ../../admin/view/wp-slimstat-reports.php:35
28
  msgid "Overview"
29
  msgstr "Vue générale"
30
 
31
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
32
+ #: ../../admin/wp-slimstat-admin.php:510
33
+ #: ../../admin/view/wp-slimstat-reports.php:36
34
+ msgid "Audience"
35
+ msgstr ""
36
+
37
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
38
+ #: ../../admin/wp-slimstat-admin.php:511
39
+ #: ../../admin/view/wp-slimstat-reports.php:37
40
+ msgid "Site Analysis"
41
+ msgstr ""
42
+
43
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
44
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
45
+ #: ../../admin/view/wp-slimstat-reports.php:38
46
  msgid "Traffic Sources"
47
  msgstr "Sources de trafic"
48
 
49
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
50
+ #: ../../admin/wp-slimstat-admin.php:513
51
+ #: ../../admin/view/wp-slimstat-reports.php:39
52
+ msgid "Map Overlay"
53
+ msgstr ""
 
54
 
55
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
56
+ #: ../../admin/wp-slimstat-admin.php:514
57
+ #: ../../admin/view/wp-slimstat-reports.php:40
58
  msgid "Custom Reports"
59
  msgstr "Rapports personnalisés"
60
 
61
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
62
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
63
+ #: ../../admin/config/index.php:9
64
  msgid "Add-ons"
65
  msgstr "Add-ons"
66
 
67
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
68
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
69
+ #: ../../admin/config/index.php:138
 
70
  msgid "Settings"
71
  msgstr "Réglages"
72
 
73
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
74
+ #: ../../admin/wp-slimstat-admin.php:505
75
  #, fuzzy
76
  msgid "SlimStat"
77
  msgstr "À propos de WP-SlimStat"
78
 
79
+ #: ../../admin/wp-slimstat-admin.php:586
80
  msgid "Pageviews in the last 365 days"
81
  msgstr "Pages durant les 365 derniers jours"
82
 
83
+ #: ../../admin/wp-slimstat-admin.php:614
84
  msgid "Show on screen"
85
  msgstr "Montrer à l'écran"
86
 
87
+ #: ../../admin/wp-slimstat-admin.php:642
88
  msgid "Hide this notice"
89
  msgstr ""
90
 
91
+ #: ../../admin/wp-slimstat-admin.php:679
92
  msgid "There was an error updating the following options:"
93
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
94
 
95
+ #: ../../admin/wp-slimstat-admin.php:682
96
  #, fuzzy
97
  msgid "Your changes have been saved."
98
  msgstr "Vos réglages ont bien été mis à jour"
99
 
100
+ #: ../../admin/wp-slimstat-admin.php:705
101
  msgid "Save Changes"
102
  msgstr "Enregistrer les modifications"
103
 
104
+ #: ../../admin/wp-slimstat-admin.php:729
105
  msgid "Yes"
106
  msgstr "Oui"
107
 
108
+ #: ../../admin/wp-slimstat-admin.php:730
109
+ #: ../../admin/view/wp-slimstat-reports.php:779
110
  msgid "No"
111
  msgstr "Non"
112
 
113
+ #: ../../admin/wp-slimstat-admin.php:731
114
+ msgid "Site Specific"
 
 
 
 
115
  msgstr ""
 
 
 
 
116
 
117
+ #: ../../admin/wp-slimstat-admin.php:791
118
  msgid "Definitions"
119
  msgstr "Définitions"
120
 
121
+ #: ../../admin/wp-slimstat-admin.php:794
122
  msgid "Pageview"
123
  msgstr "Page vue"
124
 
125
+ #: ../../admin/wp-slimstat-admin.php:794
126
+ #, fuzzy
127
  msgid ""
128
  "A request to load a single HTML file (\"page\"). This should be contrasted "
129
+ "with a \"hit\", which refers to a request for any file from a web server. "
130
+ "Slimstat logs a pageview each time the tracking code is executed"
131
  msgstr ""
132
  "Une demande de chargement d'un simple fichier HTML (\"une page\"). À "
133
  "distinguer d'un \"hit\", qui se réfère à une requête d'un quelconque fichier "
134
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
135
  "code de traçage est exécuté"
136
 
137
+ #: ../../admin/wp-slimstat-admin.php:795
138
  msgid "(Human) Visit"
139
  msgstr "Visiteurs humains"
140
 
141
+ #: ../../admin/wp-slimstat-admin.php:795
142
  msgid ""
143
  "A period of interaction between a visitor's browser and your website, ending "
144
  "when the browser is closed or when the user has been inactive on that site "
148
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
149
  "est inactif sur ce site depuis 30 minutes"
150
 
151
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
152
+ #: ../../admin/view/right-now.php:21
153
  msgid "Known Visitor"
154
  msgstr "Visiteurs connus"
155
 
156
+ #: ../../admin/wp-slimstat-admin.php:796
157
  msgid ""
158
  "Any user who has left a comment on your blog, and is thus identified by "
159
  "Wordpress as a returning visitor"
161
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
162
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
163
 
164
+ #: ../../admin/wp-slimstat-admin.php:797
165
  msgid "Unique IP"
166
  msgstr "IP uniques"
167
 
168
+ #: ../../admin/wp-slimstat-admin.php:797
169
  msgid ""
170
  "Used to differentiate between multiple requests to download a file from one "
171
  "internet address (IP) and requests originating from many distinct addresses; "
178
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
179
  "parfaite"
180
 
181
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
182
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
183
  msgid "Originating IP"
184
  msgstr "IP d'origine"
185
 
186
+ #: ../../admin/wp-slimstat-admin.php:798
187
  msgid ""
188
  "the originating IP address of a client connecting to a web server through an "
189
  "HTTP proxy or load balancer"
191
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
192
  "proxy HTTP ou équilibreur de charge"
193
 
194
+ #: ../../admin/wp-slimstat-admin.php:799
195
  msgid "Direct Traffic"
196
  msgstr "Trafic direct"
197
 
198
+ #: ../../admin/wp-slimstat-admin.php:799
199
  msgid ""
200
  "All those people showing up to your Web site by typing in the URL of your "
201
  "Web site coming or from a bookmark; some people also call this \"default "
205
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
206
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
207
 
208
+ #: ../../admin/wp-slimstat-admin.php:800
209
  msgid "Search Engine"
210
  msgstr "Moteur de recherche"
211
 
212
+ #: ../../admin/wp-slimstat-admin.php:800
213
  msgid ""
214
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
215
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
217
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
218
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
219
 
220
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
221
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
222
  msgid "Search Terms"
223
  msgstr "Termes de recherche"
224
 
225
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
226
  msgid "Keywords used by your visitors to find your website on a search engine"
227
  msgstr ""
228
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
229
  "de recherche"
230
 
231
+ #: ../../admin/wp-slimstat-admin.php:802
232
  msgid "SERP"
233
  msgstr "SERP"
234
 
235
+ #: ../../admin/wp-slimstat-admin.php:802
236
  msgid ""
237
  "Short for search engine results page, the Web page that a search engine "
238
  "returns with the results of its search. The value shown represents your rank "
242
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
243
  "correspond à votre classement (ou la position) dans la liste des résultats"
244
 
245
+ #: ../../admin/wp-slimstat-admin.php:803
246
  #: ../../admin/view/wp-slimstat-db.php:57
247
  msgid "User Agent"
248
  msgstr "User Agent"
249
 
250
+ #: ../../admin/wp-slimstat-admin.php:803
251
  msgid ""
252
  "Any program used for accessing a website; this includes browsers, robots, "
253
  "spiders and any other program that was used to retrieve information from the "
257
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
258
  "extraire des informations du site"
259
 
260
+ #: ../../admin/wp-slimstat-admin.php:804
261
+ #: ../../admin/view/wp-slimstat-db.php:62
262
  msgid "Outbound Link"
263
  msgstr "Lien sortant"
264
 
265
+ #: ../../admin/wp-slimstat-admin.php:804
266
  msgid ""
267
  "A link from one domain to another is said to be outbound from its source "
268
  "anchor and inbound to its target. This report lists all the links to other "
272
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
273
  "par vos visiteurs."
274
 
275
+ #: ../../admin/wp-slimstat-admin.php:811
276
  msgid "Basic Filters"
277
  msgstr "Filtres de base"
278
 
279
+ #: ../../admin/wp-slimstat-admin.php:814
280
+ #: ../../admin/view/wp-slimstat-db.php:41
281
  msgid "Browser"
282
  msgstr "Navigateur Web"
283
 
284
+ #: ../../admin/wp-slimstat-admin.php:814
285
  msgid "User agent (Firefox, Chrome, ...)"
286
  msgstr "User agent (Firefox, Chrome, ...)"
287
 
288
+ #: ../../admin/wp-slimstat-admin.php:815
289
+ #: ../../admin/view/wp-slimstat-db.php:42
290
+ #: ../../admin/view/wp-slimstat-reports.php:490
291
  msgid "Country Code"
292
  msgstr "Code du pays"
293
 
294
+ #: ../../admin/wp-slimstat-admin.php:815
295
  msgid "2-letter code (us, ru, de, it, ...)"
296
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
297
 
298
+ #: ../../admin/wp-slimstat-admin.php:816
299
  msgid "IP"
300
  msgstr "IP"
301
 
302
+ #: ../../admin/wp-slimstat-admin.php:816
303
  msgid "Visitor's public IP address"
304
  msgstr " Adresse IP publique du visiteur"
305
 
306
+ #: ../../admin/wp-slimstat-admin.php:818
307
+ #: ../../admin/view/wp-slimstat-db.php:45
308
+ #: ../../admin/view/wp-slimstat-reports.php:502
309
  msgid "Language Code"
310
  msgstr "Code langue"
311
 
312
+ #: ../../admin/wp-slimstat-admin.php:818
313
  msgid ""
314
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
315
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
319
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
320
  "a> (première colonne) pour plus d'informations"
321
 
322
+ #: ../../admin/wp-slimstat-admin.php:819
323
+ #: ../../admin/view/wp-slimstat-db.php:46
324
  msgid "Operating System"
325
  msgstr "Système d'exploitation (OS)"
326
 
327
+ #: ../../admin/wp-slimstat-admin.php:819
328
  msgid ""
329
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
330
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
334
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
335
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
336
 
337
+ #: ../../admin/wp-slimstat-admin.php:820
338
+ #: ../../admin/view/wp-slimstat-db.php:47
339
  msgid "Permalink"
340
  msgstr "Permalien"
341
 
342
+ #: ../../admin/wp-slimstat-admin.php:820
343
  msgid "URL accessed on your site"
344
  msgstr "URL accessible sur votre site"
345
 
346
+ #: ../../admin/wp-slimstat-admin.php:821
347
+ #: ../../admin/view/wp-slimstat-db.php:49
348
  msgid "Referer"
349
  msgstr "Référent"
350
 
351
+ #: ../../admin/wp-slimstat-admin.php:821
352
  msgid "Complete address of the referrer page"
353
  msgstr "Adresse complète de la page référente"
354
 
355
+ #: ../../admin/wp-slimstat-admin.php:822
356
+ #: ../../admin/view/wp-slimstat-db.php:50
357
  msgid "Visitor's Name"
358
  msgstr "le nom des visiteurs"
359
 
360
+ #: ../../admin/wp-slimstat-admin.php:822
361
  msgid ""
362
  "Visitors' names according to the cookie set by Wordpress after they leave a "
363
  "comment"
365
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
366
  "laissé un commentaire"
367
 
368
+ #: ../../admin/wp-slimstat-admin.php:830
369
  msgid "Advanced Filters"
370
  msgstr "Filtres Avancés"
371
 
372
+ #: ../../admin/wp-slimstat-admin.php:833
373
  #: ../../admin/view/wp-slimstat-db.php:55
374
  msgid "Browser Version"
375
  msgstr "Version de navigateur"
376
 
377
+ #: ../../admin/wp-slimstat-admin.php:833
378
  msgid "user agent version (9.0, 11, ...)"
379
  msgstr "user agent version (9.0, 11, ...)"
380
 
381
+ #: ../../admin/wp-slimstat-admin.php:834
382
  #: ../../admin/view/wp-slimstat-db.php:56
383
  msgid "Browser Type"
384
  msgstr "le type de navigateur Web"
385
 
386
+ #: ../../admin/wp-slimstat-admin.php:834
387
  msgid ""
388
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
389
  "all others"
391
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
392
  "(syndication) , 0 = tous les autres"
393
 
394
+ #: ../../admin/wp-slimstat-admin.php:835
395
  #: ../../admin/view/wp-slimstat-db.php:58
396
  msgid "Color Depth"
397
  msgstr "Profondeur de couleur"
398
 
399
+ #: ../../admin/wp-slimstat-admin.php:835
400
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
401
  msgstr "couleur de la profondeur de l'écran du visiteur (8, 16, 24, ...)"
402
 
403
+ #: ../../admin/wp-slimstat-admin.php:836
404
  #: ../../admin/view/wp-slimstat-db.php:59
405
  msgid "CSS Version"
406
  msgstr "Version CSS"
407
 
408
+ #: ../../admin/wp-slimstat-admin.php:836
409
  msgid ""
410
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
411
  "values)"
413
  "quelle est la norme CSS supportée par ce navigateur (1, 2, 3 et d'autres "
414
  "valeurs entières)"
415
 
416
+ #: ../../admin/wp-slimstat-admin.php:837
417
  #: ../../admin/view/wp-slimstat-db.php:60
418
  msgid "Pageview Attributes"
419
  msgstr "l'attribut des Pages Vues"
420
 
421
+ #: ../../admin/wp-slimstat-admin.php:837
422
  msgid ""
423
  "this field is set to <em>[pre]</em> if the resource has been accessed "
424
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
429
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
430
  "similaires"
431
 
432
+ #: ../../admin/wp-slimstat-admin.php:838
433
+ #: ../../admin/view/wp-slimstat-db.php:63
434
  msgid "Post Author"
435
  msgstr "l'auteur de l'article"
436
 
437
+ #: ../../admin/wp-slimstat-admin.php:838
438
  msgid "author associated to that post/page when the resource was accessed"
439
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
440
 
441
+ #: ../../admin/wp-slimstat-admin.php:839
442
+ #: ../../admin/view/wp-slimstat-db.php:64
443
  msgid "Post Category ID"
444
  msgstr "ID de la catégorie de l'article"
445
 
446
+ #: ../../admin/wp-slimstat-admin.php:839
447
  msgid "ID of the category/term associated to the resource, when available"
448
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
449
 
450
+ #: ../../admin/wp-slimstat-admin.php:840
451
  msgid "visitor's originating IP address, if available"
452
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
453
 
454
+ #: ../../admin/wp-slimstat-admin.php:841
455
+ #: ../../admin/view/wp-slimstat-db.php:66
456
  msgid "Resource Content Type"
457
  msgstr "le type de source de contenu"
458
 
459
+ #: ../../admin/wp-slimstat-admin.php:841
460
  msgid ""
461
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
462
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
470
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
471
  "pour plus d'informations"
472
 
473
+ #: ../../admin/wp-slimstat-admin.php:842
474
+ #: ../../admin/view/wp-slimstat-db.php:68
475
  msgid "Screen Resolution"
476
  msgstr "la résolution de l'écran"
477
 
478
+ #: ../../admin/wp-slimstat-admin.php:842
479
  msgid "viewport width and height (1024x768, 800x600, ...)"
480
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
481
 
482
+ #: ../../admin/wp-slimstat-admin.php:843
483
+ #: ../../admin/view/wp-slimstat-db.php:69
484
  msgid "Visit ID"
485
  msgstr "Visites ID"
486
 
487
+ #: ../../admin/wp-slimstat-admin.php:843
488
  msgid ""
489
  "generally used in conjunction with <em>is not empty</em>, identifies human "
490
  "visitors"
492
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
493
  "les visiteurs humains"
494
 
495
+ #: ../../admin/wp-slimstat-admin.php:844
496
  msgid "Date Filters"
497
  msgstr "Filtres de dates"
498
 
499
+ #: ../../admin/wp-slimstat-admin.php:844
500
  msgid ""
501
  "you can specify the timeframe by entering a number in the <em>interval</em> "
502
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
507
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
508
  "année à date)"
509
 
510
+ #: ../../admin/wp-slimstat-admin.php:845
511
  msgid "SERP Position"
512
  msgstr "Position SERP "
513
 
514
+ #: ../../admin/wp-slimstat-admin.php:845
515
  msgid ""
516
  "set the filter to Referer contains cd=N&, where N is the position you are "
517
  "looking for"
536
  "réessayer plus tard."
537
 
538
  #: ../../admin/config/addons.php:30
539
+ #, fuzzy
540
  msgid ""
541
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
542
  "offer both free and premium (paid) extensions. Each add-on can be installed "
543
  "as a separate plugin, which will receive regular updates via the WordPress "
544
  "Plugins panel. In order to be notified when a new version of a premium add-"
568
  msgid "Views"
569
  msgstr "Vues"
570
 
571
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
572
  msgid "Filters"
573
  msgstr "Filtres"
574
 
575
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
576
  msgid "Permissions"
577
  msgstr "Permissions"
578
 
579
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
580
  msgid "Advanced"
581
  msgstr "Avancé"
582
 
583
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
584
  msgid "Maintenance"
585
  msgstr "Maintenance"
586
 
587
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
588
  msgid "Tracker"
589
  msgstr "Traçage"
590
 
628
  msgstr "Mode traçage"
629
 
630
  #: ../../admin/config/index.php:24
631
+ #, fuzzy
632
  msgid ""
633
  "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
634
+ "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
635
  "much like Google Analytics, and visitors whose browser does not support "
636
  "Javascript will be ignored. A nice side effect is that <strong>most "
637
  "spammers, search engines and other crawlers</strong> will not be tracked."
659
  msgstr "Position du Menu"
660
 
661
  #: ../../admin/config/index.php:27
662
+ #, fuzzy
663
  msgid ""
664
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
665
  "admin bar (if visible)."
666
  msgstr ""
667
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
676
  msgstr "Barre d'Administration"
677
 
678
  #: ../../admin/config/index.php:28
679
+ #, fuzzy
680
+ msgid "Add Stats to Posts and Pages"
681
  msgstr "Etendre les Stats aux articles"
682
 
683
  #: ../../admin/config/index.php:28
684
+ #, fuzzy
685
  msgid ""
686
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
687
+ "per post."
688
  msgstr ""
689
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
690
  "de visites par article (peut ralentir le rendu des pages)."
717
  msgstr ""
718
  "Les données enregistrées le ou avant le %s seront définitivement supprimées. "
719
 
720
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
721
+ #: ../../admin/view/wp-slimstat-db.php:76
722
+ #: ../../admin/view/wp-slimstat-reports.php:779
723
  msgid "days"
724
  msgstr "jours"
725
 
740
  msgstr "Format des nombres"
741
 
742
  #: ../../admin/config/index.php:48
743
+ #, fuzzy
744
+ msgid "Choose the number format you want to use for your reports."
 
745
  msgstr ""
746
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
747
  "américain."
748
 
749
  #: ../../admin/config/index.php:49
750
+ #, fuzzy
751
+ msgid "Enable SOV"
752
+ msgstr "Activer CDN"
753
+
754
+ #: ../../admin/config/index.php:49
755
+ msgid ""
756
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
757
+ "the subject, object, and verb of a sentence appear in that order, like in "
758
+ "Japanese."
759
+ msgstr ""
760
+
761
+ #: ../../admin/config/index.php:50
762
  msgid "Show Display Name"
763
  msgstr "Voir Nom d'affichage"
764
 
765
+ #: ../../admin/config/index.php:50
766
  msgid ""
767
  "By default, users are listed by their usernames. Use this option to "
768
  "visualize their display names instead."
770
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
771
  "cette option pour basculer au Nom d'affichage."
772
 
773
+ #: ../../admin/config/index.php:51
774
  msgid "Show User Agent"
775
  msgstr "Voir User Agent"
776
 
777
+ #: ../../admin/config/index.php:51
778
  msgid ""
779
  "Choose if you want to see the browser name or a complete user agent string "
780
  "when hovering on browser icons."
782
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
783
  "de user agent lorsque vous survolez les icônes du navigateur."
784
 
785
+ #: ../../admin/config/index.php:52
786
  msgid "Show Titles"
787
  msgstr "Afficher les titres"
788
 
789
+ #: ../../admin/config/index.php:52
790
+ #, fuzzy
791
  msgid ""
792
+ "Slimstat converts your permalinks into post and page titles. Disable this "
793
  "feature if you need to see the URL in your reports."
794
  msgstr ""
795
  "WP SlimStat convertit vos permalinks en post et en titres de pages. "
796
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
797
  "rapports."
798
 
799
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
800
+ msgid "Date and Time"
801
+ msgstr "Date/Heure"
802
+
803
  #: ../../admin/config/index.php:53
804
+ msgid ""
805
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
806
+ "Format</a> to use when displaying date and time of a pageview."
807
+ msgstr ""
808
+
809
+ #: ../../admin/config/index.php:55
810
  msgid "Functionality"
811
  msgstr "Fonctionnalité"
812
 
813
+ #: ../../admin/config/index.php:56
814
  msgid "Asynchronous Views"
815
  msgstr "Vues asynchrones"
816
 
817
+ #: ../../admin/config/index.php:56
818
  msgid ""
819
  "Load all the reports dynamically. It makes the reports render faster, but it "
820
  "increases the load on your server."
823
  "les rapports plus rapidement, mais consomme plus de ressources sur le "
824
  "serveur."
825
 
826
+ #: ../../admin/config/index.php:57
827
+ msgid "SlimScroll"
828
+ msgstr ""
829
+
830
+ #: ../../admin/config/index.php:57
831
+ msgid ""
832
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
833
+ "scrollbar."
834
+ msgstr ""
835
+
836
+ #: ../../admin/config/index.php:58
837
  msgid "Expand Details"
838
  msgstr "Développez les détails"
839
 
840
+ #: ../../admin/config/index.php:58
841
  msgid "Expand each row's details by default, insted of on mousehover."
842
  msgstr ""
843
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
844
  "souris."
845
 
846
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
847
  msgid "Rows to Display"
848
  msgstr "Colonnes à afficher"
849
 
850
+ #: ../../admin/config/index.php:59
851
  msgid "Specify the number of items in each report."
852
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
853
 
854
+ #: ../../admin/config/index.php:61
855
+ msgid "Activity Log"
856
+ msgstr "Statistiques de fréquentation"
857
+
858
+ #: ../../admin/config/index.php:62
859
  msgid "Live Stream"
860
  msgstr "Flux en temps réel (Flux live)"
861
 
862
+ #: ../../admin/config/index.php:62
863
  #, fuzzy
864
  msgid ""
865
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
866
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
867
  msgstr ""
868
  "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
869
  "strong> pour désactiver cette fonctionnalité."
870
 
871
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
872
  msgid "seconds"
873
  msgstr "secondes"
874
 
875
+ #: ../../admin/config/index.php:63
876
  #, fuzzy
877
  msgid "Specify the number of items in the Activity Log."
878
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
879
 
880
+ #: ../../admin/config/index.php:64
881
  #, fuzzy
882
  msgid "Activity Log Extended"
883
  msgstr "Statistiques de fréquentation"
884
 
885
+ #: ../../admin/config/index.php:64
886
  #, fuzzy
887
  msgid ""
888
  "Choose if you want to see outbound links listed in the Activity Log. It "
892
  "Maintenant. Cela ralentit l'affichage du rapport ou donne des erreurs sur "
893
  "les systèmes plus lents."
894
 
895
+ #: ../../admin/config/index.php:69
896
  msgid "Visitors and Known Users"
897
  msgstr "Visiteurs et utilisateurs connus"
898
 
899
+ #: ../../admin/config/index.php:70
900
  msgid "Track Registered Users"
901
  msgstr "Tracer les utilisateurs enregistrés"
902
 
903
+ #: ../../admin/config/index.php:70
904
  msgid "Enable this option to track logged in users."
905
  msgstr "Activez cette option pour tracer les utilisateurs connectés"
906
 
907
+ #: ../../admin/config/index.php:71
908
  msgid "Blacklist by Username"
909
  msgstr "Liste noire basée sur le nom d'utilisateur"
910
 
911
+ #: ../../admin/config/index.php:71
912
  msgid ""
913
  "List all the usernames you don't want to track, separated by commas. Please "
914
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
918
  "séparés par des virgules. Veuillez noter que les espaces <em>sont </em> pris "
919
  "en compte et que les noms d'utilisateurs sont sensibles à la casse. (min-maj)"
920
 
921
+ #: ../../admin/config/index.php:72
922
  msgid "Blacklist by IP Address"
923
  msgstr "Liste noire par adresse IP"
924
 
925
+ #: ../../admin/config/index.php:72
926
  #, fuzzy
927
  msgid ""
928
  "List all the IP addresses you don't want to track, separated by commas. Each "
938
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
939
  "pas suivre correctement les pages vues."
940
 
941
+ #: ../../admin/config/index.php:73
942
  msgid "Blacklist by Capability"
943
  msgstr ""
944
 
945
+ #: ../../admin/config/index.php:73
946
  msgid ""
947
  "Users having at least one of the <a href='http://codex.wordpress.org/"
948
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
952
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
953
  "seront pas suivis. Les capacités sont insensibles à la casse."
954
 
955
+ #: ../../admin/config/index.php:75
956
  msgid "Profiling"
957
  msgstr "Profiling"
958
 
959
+ #: ../../admin/config/index.php:76
960
  msgid "Ignore Spammers"
961
  msgstr "Ignorer les spammeurs"
962
 
963
+ #: ../../admin/config/index.php:76
964
  #, fuzzy
965
  msgid ""
966
  "Enable this option if you don't want to track visits from users identified "
973
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
974
  "comme spam par vous, seront également supprimées de la base."
975
 
976
+ #: ../../admin/config/index.php:77
977
  msgid "Permalinks"
978
  msgstr "Rermaliens"
979
 
980
+ #: ../../admin/config/index.php:77
981
  #, fuzzy
982
  msgid ""
983
  "List all the URLs on your website that you don't want to track, separated by "
996
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
997
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
998
 
999
+ #: ../../admin/config/index.php:78
1000
  msgid "Countries"
1001
  msgstr "Pays"
1002
 
1003
+ #: ../../admin/config/index.php:78
1004
  msgid ""
1005
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1006
  "track, separated by commas."
1008
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
1009
  "ne voulez pas suivre, séparées par des virgules."
1010
 
1011
+ #: ../../admin/config/index.php:79
1012
  msgid "User Agents"
1013
  msgstr "User Agents"
1014
 
1015
+ #: ../../admin/config/index.php:79
1016
  #, fuzzy
1017
  msgid ""
1018
  "Browsers (user agents) you don't want to track, separated by commas. You can "
1031
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
1032
  "et IE/8.0. Les chaînes sont insensibles à la casse."
1033
 
1034
+ #: ../../admin/config/index.php:80
1035
  msgid "Referring Sites"
1036
  msgstr "Sites référents"
1037
 
1038
+ #: ../../admin/config/index.php:80
1039
  #, fuzzy
1040
  msgid ""
1041
  "Referring URLs that you don't want to track, separated by commas: "
1053
  "soit un caractère générique ou le protocole que vous voulez filtrer "
1054
  "(http://, https://)."
1055
 
1056
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1057
  msgid "Miscellaneous"
1058
  msgstr "Divers"
1059
 
1060
+ #: ../../admin/config/index.php:83
1061
  msgid "Enable Privacy Mode"
1062
  msgstr "Activer le mode privé"
1063
 
1064
+ #: ../../admin/config/index.php:83
1065
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1066
  msgstr ""
1067
  "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
1068
  "lois de confidentialité européennes."
1069
 
1070
+ #: ../../admin/config/index.php:84
1071
  msgid "Ignore Prefetch Requests"
1072
  msgstr "Ignorer les requêtes anticipées"
1073
 
1074
+ #: ../../admin/config/index.php:84
1075
  #, fuzzy
1076
  msgid ""
1077
+ "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
1078
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1079
  "target='_blank'>Link Prefetching functionality</a>."
1080
  msgstr ""
1082
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
1083
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
1084
 
1085
+ #: ../../admin/config/index.php:100
1086
  msgid "Ignore users (username not found)"
1087
  msgstr "Utilisateur inconnu (nom d'utilisateur non trouvé)"
1088
 
1089
+ #: ../../admin/config/index.php:123
1090
  msgid ""
1091
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1092
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1095
  "Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1096
  "d'informations"
1097
 
1098
+ #: ../../admin/config/index.php:133
1099
  msgid "Reports"
1100
  msgstr "Rapports"
1101
 
1102
+ #: ../../admin/config/index.php:134
1103
  msgid "Restrict Authors"
1104
  msgstr "Restriction Auteurs"
1105
 
1106
+ #: ../../admin/config/index.php:134
1107
+ #, fuzzy
1108
  msgid ""
1109
+ "Enable this option if you want your authors to only see stats related to "
1110
  "their own content."
1111
  msgstr ""
1112
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
1113
  "statistiques relatives à leur propre contenu."
1114
 
1115
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1116
  msgid "Capability"
1117
  msgstr "Aptitude"
1118
 
1119
+ #: ../../admin/config/index.php:135
1120
  #, fuzzy
1121
  msgid ""
1122
  "Specify the minimum <a href='http://codex.wordpress.org/"
1133
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1134
  "Dans ce cas, la liste a la priorité sur la capacité."
1135
 
1136
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1137
  msgid "Whitelist"
1138
  msgstr "Liste blanche"
1139
 
1140
+ #: ../../admin/config/index.php:136
1141
  #, fuzzy
1142
  msgid ""
1143
  "List all the users who should have access to the reports, separated by "
1150
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
1151
  "noms d'utilisateurs sont sensibles à la casse."
1152
 
1153
+ #: ../../admin/config/index.php:139
1154
  #, fuzzy
1155
  msgid ""
1156
  "Specify the minimum <a href='http://codex.wordpress.org/"
1157
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1158
+ "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1159
+ "can be used to override this option for specific users."
1160
  msgstr ""
1161
  "Définir la <a href='http://codex.wordpress.org/Roles_and_Capabilities' "
1162
  "target='_new'>capacité</a> minimum nécessaire pour visualiser les rapports "
1165
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1166
  "Dans ce cas, la liste a la priorité sur la capacité."
1167
 
1168
+ #: ../../admin/config/index.php:140
1169
  msgid ""
1170
  "List all the users who can edit these options, separated by commas. Please "
1171
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1177
  "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
1178
  "minuscules)"
1179
 
1180
+ #: ../../admin/config/index.php:156
1181
  msgid "Read access: username not found"
1182
  msgstr "Accès lecture : username inexistant"
1183
 
1184
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
1185
  msgid ""
1186
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1187
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1191
  "org/Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
1192
  "d'informations"
1193
 
1194
+ #: ../../admin/config/index.php:187
1195
  msgid "Config access: username not found"
1196
  msgstr "Accès configuration : username inexistant"
1197
 
1198
+ #: ../../admin/config/index.php:215
1199
  msgid "Detect Smoothing"
1200
  msgstr "Détecter Lissage"
1201
 
1202
+ #: ../../admin/config/index.php:215
1203
  #, fuzzy
1204
  msgid ""
1205
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1209
  "supporte l'anti-crénelage (lissage des polices). Si les Capacités du "
1210
  "navigateur ne sont pas tracées, ce paramètre est ignoré."
1211
 
1212
+ #: ../../admin/config/index.php:216
1213
  msgid "Track Outbound Clicks"
1214
  msgstr "Tracer les liens sortants"
1215
 
1216
+ #: ../../admin/config/index.php:216
1217
  msgid ""
1218
  "Track when your visitors click on link to external websites. This option "
1219
  "required Spy Mode to be enabled."
1221
  "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
1222
  "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
1223
 
1224
+ #: ../../admin/config/index.php:217
1225
  msgid "Session Duration"
1226
  msgstr "Durée session"
1227
 
1228
+ #: ../../admin/config/index.php:217
1229
  #, fuzzy
1230
  msgid ""
1231
  "How many seconds should a human session last? Google Analytics sets it to "
1234
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
1235
  "fixe cette durée à 1800 secondes."
1236
 
1237
+ #: ../../admin/config/index.php:218
1238
  msgid "Extend Session"
1239
  msgstr "Etendre la session"
1240
 
1241
+ #: ../../admin/config/index.php:218
1242
  msgid "Extend the duration of a session each time the user visits a new page."
1243
  msgstr ""
1244
  "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
1245
  "page."
1246
 
1247
+ #: ../../admin/config/index.php:219
1248
  msgid "Enable CDN"
1249
  msgstr "Activer CDN"
1250
 
1251
+ #: ../../admin/config/index.php:219
1252
  #, fuzzy
1253
  msgid ""
1254
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1259
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
1260
  "rapide et fiable."
1261
 
1262
+ #: ../../admin/config/index.php:220
1263
  msgid "Extensions to Track"
1264
  msgstr "Extensions du traçage"
1265
 
1266
+ #: ../../admin/config/index.php:220
1267
  msgid ""
1268
  "List all the file extensions that you want to be treated as Downloads. "
1269
  "Please note that links pointing to external resources (i.e. PDFs on a "
1278
  "comme liens sortants (et suivis en tant que tel), si leur extension "
1279
  "correspond à l'une de celles qui sont énumérées ci-dessous."
1280
 
1281
+ #: ../../admin/config/index.php:222
1282
+ #, fuzzy
1283
+ msgid "External Pages"
1284
+ msgstr "Total Pages Vues"
1285
+
1286
+ #: ../../admin/config/index.php:223
1287
+ msgid "Add the following code to all the non-WP pages you want to track"
1288
+ msgstr ""
1289
+
1290
+ #: ../../admin/config/index.php:235
1291
  msgid "Debug Mode"
1292
  msgstr ""
1293
 
1294
+ #: ../../admin/config/index.php:235
1295
  msgid "Display the SQL queries used to retrieve the data."
1296
  msgstr ""
1297
 
1298
+ #: ../../admin/config/index.php:236
1299
  msgid "IP Lookup"
1300
  msgstr "Recherche d'IP"
1301
 
1302
+ #: ../../admin/config/index.php:236
1303
  msgid "Customize the Geolocation service to be used in the reports."
1304
  msgstr ""
1305
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
1306
 
1307
+ #: ../../admin/config/index.php:237
1308
  msgid "Custom CSS"
1309
  msgstr "Personnaliser le style CSS"
1310
 
1311
+ #: ../../admin/config/index.php:237
1312
  msgid ""
1313
  "Paste here your custom stylesheet to personalize the way your reports look. "
1314
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1320
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
1321
  "d'utiliser cette fonctionnalité."
1322
 
1323
+ #: ../../admin/config/index.php:238
1324
  msgid "Enable UAN"
1325
  msgstr "Activer UAN"
1326
 
1327
+ #: ../../admin/config/index.php:238
1328
+ #, fuzzy
1329
  msgid ""
1330
+ "Send anonymous data about user agents to our server for analysis. This "
1331
+ "allows us to contribute to the <a href='http://browscap.org/' "
1332
  "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1333
+ "Slimstat's browser detection functionality. It also enables our transparent "
1334
+ "ads network. No worries, your site will not be affected in any way."
1335
  msgstr ""
1336
  "Envoyer des données anonymes concernant les navigateurs inconnus à nos "
1337
  "serveurs pour analyse. Cela nous permet de contribuer au <a href='http://"
1339
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
1340
 
1341
  #: ../../admin/config/maintenance.php:20
1342
+ #, fuzzy
1343
+ msgid "Your Slimstat tables have been successfully converted to InnoDB."
1344
  msgstr "Vos tables WP SlimStat ont été converties en InnoDB avec succès."
1345
 
1346
  #: ../../admin/config/maintenance.php:30
1358
  "défaut."
1359
 
1360
  #: ../../admin/config/maintenance.php:46
1361
+ #, fuzzy
1362
  msgid ""
1363
+ "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1364
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1365
  msgstr ""
1366
  "Félicitations ! WP SlimStat est à présent optimisé pour <a href=\"http://www."
1398
  msgid "Delete pageviews where"
1399
  msgstr "Supprimer les pages où"
1400
 
1401
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1402
  msgid "equals"
1403
  msgstr "est égal à"
1404
 
1405
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1406
  msgid "is not equal to"
1407
  msgstr "n'est pas égal à"
1408
 
1409
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1410
  msgid "contains"
1411
  msgstr "contient"
1412
 
1413
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1414
  msgid "does not contain"
1415
  msgstr "ne contient pas"
1416
 
1417
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1418
  msgid "starts with"
1419
  msgstr "commence par"
1420
 
1421
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1422
  msgid "ends with"
1423
  msgstr "finit par"
1424
 
1425
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1426
  msgid "sounds like"
1427
  msgstr "ressemble à"
1428
 
1429
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1430
  msgid "is greater than"
1431
  msgstr "est plus grand que"
1432
 
1433
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1434
  msgid "is less than"
1435
  msgstr "est plus petit que"
1436
 
1437
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1438
  msgid "matches"
1439
  msgstr "correspond à"
1440
 
1441
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1442
  msgid "does not match"
1443
  msgstr "ne correspond pas à"
1444
 
1445
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1446
  msgid "is empty"
1447
  msgstr "est vide"
1448
 
1449
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1450
  msgid "is not empty"
1451
  msgstr "n'est pas vide"
1452
 
1453
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1454
+ #: ../../admin/view/index.php:87
1455
  msgid "Apply"
1456
  msgstr "Appliquer"
1457
 
1479
  msgstr "Supprimer toutes les pages vues"
1480
 
1481
  #: ../../admin/config/maintenance.php:149
1482
+ #, fuzzy
1483
  msgid ""
1484
+ "Erase all the information collected so far by Slimstat. This operation "
1485
  "<strong>does not</strong> reset your settings."
1486
  msgstr ""
1487
  "Effacer les informations collecter par WP Slimstat jusqu'à present. Cette "
1527
  msgstr "Gagner de l'espace sur la taille de votre base de données"
1528
 
1529
  #: ../../admin/config/maintenance.php:170
1530
+ #, fuzzy
1531
  msgid ""
1532
+ "Please note that by removing table indexes, Slimstat's performance will be "
1533
+ "affected."
1534
  msgstr ""
1535
  "Merci de noter qu'en supprimant les indexes, les performances de WP "
1536
  "SlimStats seront impactées."
1541
 
1542
  #: ../../admin/config/maintenance.php:179
1543
  msgid ""
1544
+ "Here below you can find the current configuration string for Slimstat. You "
1545
+ "can update your settings by pasting a new string here below and clicking on "
1546
+ "Import."
1547
  msgstr ""
1548
 
1549
  #: ../../admin/config/maintenance.php:184
3068
 
3069
  # Unknown
3070
  #: ../../admin/lang/dynamic_strings.php:298
3071
+ #: ../../admin/view/wp-slimstat-reports.php:503
3072
  msgid "l-"
3073
  msgstr "Inconnue"
3074
 
3086
  msgid "c-xy"
3087
  msgstr "Local"
3088
 
3089
+ #: ../../admin/view/index.php:24
3090
+ msgid "is between (x,y)"
3091
+ msgstr ""
3092
+
3093
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
3094
  msgid "Today"
3095
  msgstr "Aujourd'hui"
3096
 
3097
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
3098
  msgid "Yesterday"
3099
  msgstr "Hier"
3100
 
3101
+ #: ../../admin/view/index.php:59
3102
  msgid "Last 7 Days"
3103
  msgstr "7 derniers jours"
3104
 
3105
+ #: ../../admin/view/index.php:60
3106
  msgid "Last 60 Days"
3107
  msgstr "60 derniers jours"
3108
 
3109
+ #: ../../admin/view/index.php:61
3110
  msgid "Last 90 Days"
3111
  msgstr "90 derniers jours"
3112
 
3113
+ #: ../../admin/view/index.php:62
3114
  #, fuzzy
3115
  msgid "This Year So Far"
3116
  msgstr "Cette année"
3117
 
3118
+ #: ../../admin/view/index.php:63
3119
  msgid "Date Range"
3120
  msgstr "Intervalle de date"
3121
 
3122
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
3123
  msgid "Day"
3124
  msgstr "Jour"
3125
 
3126
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3127
  msgid "Month"
3128
  msgstr "Mois"
3129
 
3130
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
3131
  msgid "Year"
3132
  msgstr "Année"
3133
 
3134
+ #: ../../admin/view/index.php:89
3135
  msgid "Reset Filters"
3136
  msgstr "Réinitialiser les filtres"
3137
 
3138
+ #: ../../admin/view/index.php:130
3139
  msgid "Your report here"
3140
  msgstr "Votre rapport ici"
3141
 
3142
+ #: ../../admin/view/index.php:132
3143
+ #, fuzzy
3144
  msgid ""
3145
+ "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
3146
+ "write a new plugin that retrieves the desired information from the database "
3147
+ "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
3148
+ "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
3149
+ "forum_id=10\" target=\"_blank\">support forum</a>."
3150
  msgstr ""
3151
  "Oui, c'est possible! Créer et voir des statistiques personalisées pour WP "
3152
  "SlimStat. Pour ce faire, il suffit d'écrire une extension qui extrait de la "
3158
  "mon <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank\">forum "
3159
  "d'aide</a>."
3160
 
3161
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
3162
+ #: ../../admin/view/wp-slimstat-reports.php:893
3163
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3164
  msgid "Pageviews"
3165
  msgstr "Pages vues"
3166
 
3167
+ #: ../../admin/view/index.php:149
3168
+ #, fuzzy
3169
  msgid ""
3170
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3171
+ "Slimstat leverages this information to identify returning visitors. Please "
3172
+ "note that visitors also include registered users."
3173
  msgstr ""
3174
  "Lorsque les visiteurs laissent un commentaire sur votre blog, Wordpress leur "
3175
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
3176
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
3177
 
3178
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3179
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
3180
  msgid "Color codes"
3181
  msgstr "Codes couleur"
3182
 
3183
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3184
+ #, fuzzy
3185
+ msgid "From search result page"
3186
  msgstr "Depuis un moteur de recherche"
3187
 
3188
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3189
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3190
  msgid "Known Users"
3191
  msgstr "Utilisateurs connus"
3192
 
3193
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3194
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3195
  msgid "Other Humans"
3196
  msgstr "Autres humains"
3197
 
3198
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3199
+ msgid "Bot or Crawler"
3200
+ msgstr "Robot ou Crawler"
3201
+
3202
+ #: ../../admin/view/index.php:157
3203
  msgid "Keywords used by your visitors to find your website on a search engine."
3204
  msgstr ""
3205
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
3206
  "de recherche."
3207
 
3208
+ #: ../../admin/view/index.php:160
3209
+ #, fuzzy
3210
  msgid ""
3211
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3212
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3213
  "set above don't apply to this report."
3214
  msgstr ""
3217
  "12 heures. Les filtres indiqués ci-dessus ne sont pas pris en compte dans ce "
3218
  "rapport."
3219
 
3220
+ #: ../../admin/view/index.php:163
3221
  msgid "Human Visits"
3222
  msgstr "Visiteurs humains"
3223
 
3224
+ #: ../../admin/view/index.php:166
3225
+ #, fuzzy
3226
  msgid ""
3227
  "Internet Service Provider: a company which provides other companies or "
3228
  "individuals with access to the Internet. Your DSL or cable internet service "
3229
  "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3230
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
3231
  msgstr ""
3232
  "Fournisseur d'Accès Internet: une société qui fournit à d'autres entreprises "
3233
  "ou à des particuliers un accès à Internet. Votre DSL ou service Internet par "
3235
  "spécifiques en définissant le filtre correspondant sous SlimStat> Réglages> "
3236
  "Filtres."
3237
 
3238
+ #: ../../admin/view/index.php:169
3239
+ #, fuzzy
3240
  msgid ""
3241
+ "You can configure Slimstat to ignore a specific Country by setting the "
3242
+ "corresponding filter under Settings > Slimstat > Filters."
3243
  msgstr ""
3244
  "Vous pouvez configurer WP SlimStat afin d'ignorer un pays spécifique en "
3245
  "définissant le filtre correspondant sous SlimStat> Paramètres> Filtres."
3246
 
3247
+ #: ../../admin/view/index.php:172
3248
  msgid ""
3249
  "This report shows you what user agent families (no version considered) are "
3250
  "popular among your visitors."
3252
  "Ce rapport affiche quelles familles d'user agent (sans prise en compte de "
3253
  "version) sont populaires chez vos visiteurs."
3254
 
3255
+ #: ../../admin/view/index.php:175
3256
  msgid ""
3257
  "This report shows you what operating system families (no version considered) "
3258
  "are popular among your visitors."
3260
  "Ce rapport affiche quelles familles de système d'exploitation (sans prise en "
3261
  "compte de version) sont populaires chez vos visiteurs."
3262
 
3263
+ #: ../../admin/view/index.php:181
3264
  msgid "Average Pageviews per Visit"
3265
  msgstr "Moyenne des pages vues par visite"
3266
 
3267
+ #: ../../admin/view/index.php:184
3268
  msgid ""
3269
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3270
  "left your site from the entrance (landing) page."
3273
  "au cours de laquelle le visiteur a quitté votre site à partir de la page "
3274
  "d'entrée."
3275
 
3276
+ #: ../../admin/view/index.php:187
3277
  msgid "Searches performed using Wordpress' built-in search functionality."
3278
  msgstr ""
3279
  "Recherches effectuées en utilisant la fonctionnalité de recherche intégrée "
3280
  "dans Wordpress."
3281
 
3282
+ #: ../../admin/view/index.php:191
3283
  msgid ""
3284
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3285
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3289
  "lien dans la page a été cliqué. <br>- <em>ID:xx</em> est affiché lorsque le "
3290
  "lien correspondant possède un attribut ID qui lui est associé."
3291
 
3292
+ #: ../../admin/view/index.php:194
3293
  msgid ""
3294
  "This report lists any <em>event</em> occurred on your website. Please refer "
3295
  "to the FAQ for more information on how to leverage this functionality."
3298
  "web. S'il vous plaît se référer à la FAQ pour plus d'informations sur la "
3299
  "façon de tirer parti de cette fonctionnalité."
3300
 
3301
+ #: ../../admin/view/index.php:197
3302
  msgid ""
3303
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3304
  "this report is not affected by the filters set here above."
3323
  msgstr "Lecteur de Flux (Syndication)"
3324
 
3325
  #: ../../admin/view/right-now.php:30
3326
+ #: ../../admin/view/wp-slimstat-reports.php:438
3327
+ #: ../../admin/view/wp-slimstat-reports.php:697
3328
  msgid "No data to display"
3329
  msgstr "Aucune donnée à afficher"
3330
 
3331
  # Unknown
3332
  #: ../../admin/view/right-now.php:56
3333
+ #: ../../admin/view/wp-slimstat-reports.php:491
3334
+ #: ../../admin/view/wp-slimstat-reports.php:740
3335
+ #: ../../admin/view/wp-slimstat-reports.php:1004
3336
  msgid "c-"
3337
  msgstr "Inconnu"
3338
 
3339
+ #: ../../admin/view/right-now.php:130
3340
+ msgid "Server Latency and Page Speed in milliseconds"
3341
+ msgstr ""
3342
+
3343
+ #: ../../admin/view/right-now.php:130
3344
+ msgid "SL"
3345
+ msgstr ""
3346
+
3347
+ #: ../../admin/view/right-now.php:130
3348
+ msgid "PS"
3349
+ msgstr ""
3350
+
3351
+ #: ../../admin/view/right-now.php:140
3352
+ #: ../../admin/view/wp-slimstat-reports.php:550
3353
+ #: ../../admin/view/wp-slimstat-reports.php:554
3354
+ #: ../../admin/view/wp-slimstat-reports.php:722
3355
+ #: ../../admin/view/wp-slimstat-reports.php:760
3356
  msgid "Open this URL in a new window"
3357
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3358
 
3359
+ #: ../../admin/view/right-now.php:143
3360
  msgid "Local search results page"
3361
  msgstr "Page de résultat d'une recherche locale"
3362
 
3363
+ #: ../../admin/view/right-now.php:150
3364
  msgid "Open this referrer in a new window"
3365
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
3366
 
3367
+ #: ../../admin/view/right-now.php:151
3368
  msgid "Open this outbound link in a new window"
3369
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
3370
 
3371
+ #: ../../admin/view/right-now.php:153
 
 
 
 
3372
  msgid "Content Type"
3373
  msgstr "Type de contenu"
3374
 
3375
+ #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3376
  msgid "IP Address"
3377
  msgstr "Adresse IP"
3378
 
3379
+ #: ../../admin/view/wp-slimstat-db.php:48
3380
  msgid "Domain"
3381
  msgstr "le domaine"
3382
 
3383
+ #: ../../admin/view/wp-slimstat-db.php:51
3384
+ #, fuzzy
3385
+ msgid "Page Speed"
3386
+ msgstr "Pages vues"
3387
+
3388
  #: ../../admin/view/wp-slimstat-db.php:53
3389
  msgid "-- Advanced filters --"
3390
  msgstr "-- Filtres Avancés --"
3391
 
3392
  #: ../../admin/view/wp-slimstat-db.php:54
3393
+ #: ../../admin/view/wp-slimstat-reports.php:64
3394
  msgid "Browser Capabilities"
3395
  msgstr "Capacités des Navigateurs"
3396
 
3397
+ #: ../../admin/view/wp-slimstat-db.php:61
3398
+ msgid "Server Latency"
3399
+ msgstr ""
3400
+
3401
+ #: ../../admin/view/wp-slimstat-db.php:67
3402
  msgid "Resource ID"
3403
  msgstr "l'ID de ressources"
3404
 
3405
+ #: ../../admin/view/wp-slimstat-db.php:72
3406
  msgid "Hour"
3407
  msgstr "Heure"
3408
 
3409
+ #: ../../admin/view/wp-slimstat-db.php:78
3410
  msgid "Order Direction"
3411
  msgstr "Ordre de tri"
3412
 
3413
+ #: ../../admin/view/wp-slimstat-db.php:79
3414
  msgid "Limit Results"
3415
  msgstr "Limiter les résultats"
3416
 
3417
+ #: ../../admin/view/wp-slimstat-db.php:80
3418
  msgid "Start From"
3419
  msgstr "Commencer à partir de"
3420
 
3421
+ #: ../../admin/view/wp-slimstat-reports.php:44
3422
  msgid "Pageviews (chart)"
3423
  msgstr "Pages vues (graph)"
3424
 
3425
+ #: ../../admin/view/wp-slimstat-reports.php:45
3426
+ #, fuzzy
3427
+ msgid "About Slimstat"
3428
  msgstr "À propos de WP-SlimStat"
3429
 
3430
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
3431
  msgid "At a Glance"
3432
  msgstr "Brièvement"
3433
 
3434
+ #: ../../admin/view/wp-slimstat-reports.php:47
3435
  msgid "Currently Online"
3436
  msgstr "Actuellement en ligne"
3437
 
3438
+ #: ../../admin/view/wp-slimstat-reports.php:48
3439
+ #: ../../admin/view/wp-slimstat-reports.php:82
3440
  msgid "Spy View"
3441
  msgstr "Vue Espion"
3442
 
3443
+ #: ../../admin/view/wp-slimstat-reports.php:49
3444
+ #: ../../admin/view/wp-slimstat-reports.php:83
3445
  msgid "Recent Search Terms"
3446
  msgstr "Derniers Termes de Recherches"
3447
 
3448
+ #: ../../admin/view/wp-slimstat-reports.php:50
3449
  msgid "Top Pages"
3450
  msgstr "Top Pages Vues"
3451
 
3452
+ #: ../../admin/view/wp-slimstat-reports.php:51
3453
+ #: ../../admin/view/wp-slimstat-reports.php:80
3454
  msgid "Top Traffic Sources"
3455
  msgstr "Top Sources de Trafic"
3456
 
3457
+ #: ../../admin/view/wp-slimstat-reports.php:52
3458
  msgid "Top Known Visitors"
3459
  msgstr "Top Visiteurs Connus"
3460
 
3461
+ #: ../../admin/view/wp-slimstat-reports.php:53
3462
+ #: ../../admin/view/wp-slimstat-reports.php:78
3463
+ #: ../../admin/view/wp-slimstat-reports.php:98
3464
  msgid "Top Search Terms"
3465
  msgstr "Top Termes de Recherche"
3466
 
3467
+ #: ../../admin/view/wp-slimstat-reports.php:54
3468
+ #: ../../admin/view/wp-slimstat-reports.php:65
3469
+ #: ../../admin/view/wp-slimstat-reports.php:79
3470
  msgid "Top Countries"
3471
  msgstr "Pays les plus récurrents"
3472
 
3473
+ #: ../../admin/view/wp-slimstat-reports.php:55
3474
  msgid "Rankings"
3475
  msgstr "Classements"
3476
 
3477
+ #: ../../admin/view/wp-slimstat-reports.php:56
3478
  msgid "Top Language Families"
3479
  msgstr "Top Langues"
3480
 
3481
+ #: ../../admin/view/wp-slimstat-reports.php:57
3482
  msgid "Human Visits (chart)"
3483
  msgstr "Visiteurs Humains (graph)"
3484
 
3485
+ #: ../../admin/view/wp-slimstat-reports.php:58
3486
+ #, fuzzy
3487
+ msgid "Audience Overview"
3488
+ msgstr "Vue générale"
3489
+
3490
+ #: ../../admin/view/wp-slimstat-reports.php:59
3491
  msgid "Top Languages"
3492
  msgstr "Top Langues"
3493
 
3494
+ #: ../../admin/view/wp-slimstat-reports.php:60
3495
  msgid "Top Browsers"
3496
  msgstr "Principaux navigateurs"
3497
 
3498
+ #: ../../admin/view/wp-slimstat-reports.php:61
3499
  msgid "Top Service Providers"
3500
  msgstr "Top Fournisseur d'Accès"
3501
 
3502
+ #: ../../admin/view/wp-slimstat-reports.php:62
3503
  msgid "Top Operating Systems"
3504
  msgstr "Top Systèmes d'Exploitation"
3505
 
3506
+ #: ../../admin/view/wp-slimstat-reports.php:63
3507
  msgid "Top Screen Resolutions"
3508
  msgstr "Top Résolutions d'écran"
3509
 
3510
+ #: ../../admin/view/wp-slimstat-reports.php:66
3511
  msgid "Visit Duration"
3512
  msgstr "Durée des Visites"
3513
 
3514
+ #: ../../admin/view/wp-slimstat-reports.php:67
3515
+ #: ../../admin/view/wp-slimstat-reports.php:84
3516
  msgid "Recent Countries"
3517
  msgstr "Derniers Pays"
3518
 
3519
+ #: ../../admin/view/wp-slimstat-reports.php:68
3520
  msgid "Recent Screen Resolutions"
3521
  msgstr "Dernières Résolutions d'écran"
3522
 
3523
+ #: ../../admin/view/wp-slimstat-reports.php:69
3524
  msgid "Recent Operating Systems"
3525
  msgstr "Derniers Systèmes d'Exploitation"
3526
 
3527
+ #: ../../admin/view/wp-slimstat-reports.php:70
3528
  msgid "Recent Browsers"
3529
  msgstr "Navigateurs récents"
3530
 
3531
+ #: ../../admin/view/wp-slimstat-reports.php:71
3532
  msgid "Recent Languages"
3533
  msgstr "Dernier Language"
3534
 
3535
+ #: ../../admin/view/wp-slimstat-reports.php:72
3536
  msgid "Top Browser Families"
3537
  msgstr "Principales familles de navigateurs"
3538
 
3539
+ #: ../../admin/view/wp-slimstat-reports.php:73
3540
  msgid "Top OS Families"
3541
  msgstr "Principales familles de SO"
3542
 
3543
+ #: ../../admin/view/wp-slimstat-reports.php:74
3544
  msgid "Recent Users"
3545
  msgstr "Utilisateurs récents"
3546
 
3547
+ #: ../../admin/view/wp-slimstat-reports.php:75
3548
  msgid "Top Users"
3549
  msgstr "Principaux utilisateurs"
3550
 
3551
+ #: ../../admin/view/wp-slimstat-reports.php:76
3552
  msgid "Traffic Sources (chart)"
3553
  msgstr "Sources de trafic (graph)"
3554
 
3555
+ #: ../../admin/view/wp-slimstat-reports.php:77
3556
  msgid "Summary"
3557
  msgstr "Récapitulatif"
3558
 
3559
+ #: ../../admin/view/wp-slimstat-reports.php:81
3560
  msgid "Top Referring Search Engines"
3561
  msgstr "Top Moteurs de Recherche"
3562
 
3563
+ #: ../../admin/view/wp-slimstat-reports.php:85
3564
+ #: ../../admin/view/wp-slimstat-reports.php:101
3565
  msgid "Top Landing Pages"
3566
  msgstr "Top Pages d'entrées"
3567
 
3568
+ #: ../../admin/view/wp-slimstat-reports.php:86
3569
  msgid "Average Pageviews per Visit (chart)"
3570
  msgstr "Moyenne des pages vues par visite (graph)"
3571
 
3572
+ #: ../../admin/view/wp-slimstat-reports.php:87
3573
  msgid "Recent Posts"
3574
  msgstr "Contenus récents"
3575
 
3576
+ #: ../../admin/view/wp-slimstat-reports.php:88
3577
  msgid "Recent Bounce Pages"
3578
  msgstr "Dernières Pages de Rebonds"
3579
 
3580
+ #: ../../admin/view/wp-slimstat-reports.php:89
3581
  msgid "Recent Feeds"
3582
  msgstr "Flux récents"
3583
 
3584
+ #: ../../admin/view/wp-slimstat-reports.php:90
3585
  msgid "Recent Pages Not Found"
3586
  msgstr "Dernières pages non trouvées"
3587
 
3588
+ #: ../../admin/view/wp-slimstat-reports.php:91
3589
  msgid "Recent Internal Searches"
3590
  msgstr "Recherches internes récentes"
3591
 
3592
+ #: ../../admin/view/wp-slimstat-reports.php:92
3593
  msgid "Top Categories"
3594
  msgstr "Top Catégories"
3595
 
3596
+ #: ../../admin/view/wp-slimstat-reports.php:93
3597
  msgid "Recent Outbound Links"
3598
  msgstr "Liens sortants récents"
3599
 
3600
+ #: ../../admin/view/wp-slimstat-reports.php:94
3601
  msgid "Recent Events"
3602
  msgstr "Evènements Récents"
3603
 
3604
+ #: ../../admin/view/wp-slimstat-reports.php:95
3605
  msgid "Top Posts"
3606
  msgstr "Top Posts"
3607
 
3608
+ #: ../../admin/view/wp-slimstat-reports.php:96
3609
  msgid "Top Feeds"
3610
  msgstr "Top Feeds"
3611
 
3612
+ #: ../../admin/view/wp-slimstat-reports.php:97
3613
  msgid "Top Internal Searches"
3614
  msgstr "Top Recherches Internes"
3615
 
3616
+ #: ../../admin/view/wp-slimstat-reports.php:99
3617
  msgid "Recent Categories"
3618
  msgstr "Dernières Catégories"
3619
 
3620
+ #: ../../admin/view/wp-slimstat-reports.php:100
3621
  msgid "Top Pages Not Found"
3622
  msgstr "Top Pages non trouvées"
3623
 
3624
+ #: ../../admin/view/wp-slimstat-reports.php:102
3625
  msgid "Top Authors"
3626
  msgstr "Top Auteurs"
3627
 
3628
+ #: ../../admin/view/wp-slimstat-reports.php:103
3629
  msgid "Top Tags"
3630
  msgstr "Top Mots Clés"
3631
 
3632
+ #: ../../admin/view/wp-slimstat-reports.php:104
3633
  msgid "Recent Downloads"
3634
  msgstr "Téléchargements récents"
3635
 
3636
+ #: ../../admin/view/wp-slimstat-reports.php:105
3637
+ #, fuzzy
3638
+ msgid "Top OutLinks and Downloads"
3639
  msgstr "Top des liens \"Outbounds\" et des téléchargements"
3640
 
3641
+ #: ../../admin/view/wp-slimstat-reports.php:106
3642
  msgid "Your Website"
3643
  msgstr "Votre site web"
3644
 
3645
+ #: ../../admin/view/wp-slimstat-reports.php:107
3646
+ msgid "World Map"
3647
+ msgstr "Carte du monde"
3648
+
3649
+ #: ../../admin/view/wp-slimstat-reports.php:108
3650
  #, fuzzy
3651
+ msgid "Activity"
3652
+ msgstr "Statistiques de fréquentation"
3653
 
3654
+ #: ../../admin/view/wp-slimstat-reports.php:219
3655
  msgid "Chart controls"
3656
  msgstr "Contrôle du graphique"
3657
 
3658
+ #: ../../admin/view/wp-slimstat-reports.php:219
3659
  msgid "Use your mouse wheel to zoom in and out"
3660
  msgstr "Utilisez la molette de votre souris pour zoomer et dézoomer"
3661
 
3662
+ #: ../../admin/view/wp-slimstat-reports.php:219
3663
  msgid "While zooming in, drag the chart to move to a different area"
3664
  msgstr ""
3665
  "Alors que le zoom avant est activé, faites glisser la carte pour passer à "
3666
  "une autre zone"
3667
 
3668
+ #: ../../admin/view/wp-slimstat-reports.php:219
3669
  msgid "Double click on an empty region to reset the zoom level"
3670
  msgstr "Double-cliquez sur une zone vide pour réinitialiser le niveau de zoom"
3671
 
3672
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
 
 
3673
  msgid "src"
3674
  msgstr "src"
3675
 
3676
+ #: ../../admin/view/wp-slimstat-reports.php:233
3677
  msgid "serp"
3678
  msgstr "serp"
3679
 
3680
+ #: ../../admin/view/wp-slimstat-reports.php:238
3681
  msgid "Go to the corresponding search engine result page"
3682
  msgstr ""
3683
  "Aller sur la page correspondant aux résultats du moteur de recherche (SERP)"
3684
 
3685
+ #: ../../admin/view/wp-slimstat-reports.php:241
3686
  msgid "Go to the referring page"
3687
  msgstr "Aller sur la page référente"
3688
 
3689
+ #: ../../admin/view/wp-slimstat-reports.php:264
3690
  msgid "Remove filter for"
3691
  msgstr "Enlever le filtre pour"
3692
 
3693
+ #: ../../admin/view/wp-slimstat-reports.php:271
3694
  msgid "Reset All"
3695
  msgstr "Réinitialiser l'ensemble"
3696
 
3697
+ #: ../../admin/view/wp-slimstat-reports.php:274
3698
  msgid "Current filters:"
3699
  msgstr "Filtres actifs :"
3700
 
3701
+ #: ../../admin/view/wp-slimstat-reports.php:278
3702
  msgid "Refresh"
3703
  msgstr "Rafraichir"
3704
 
3705
+ #: ../../admin/view/wp-slimstat-reports.php:352
3706
  #, php-format
3707
  msgid "Results %s - %s of %s"
3708
  msgstr "Résultats %s - %s de %s"
3709
 
3710
+ #: ../../admin/view/wp-slimstat-reports.php:354
3711
  msgid "Refresh in"
3712
  msgstr "Rafraichir dans "
3713
 
3714
+ #: ../../admin/view/wp-slimstat-reports.php:376
3715
+ #: ../../admin/view/wp-slimstat-reports.php:388
3716
  #, php-format
3717
  msgid "Daily %s"
3718
  msgstr "%s par Jour"
3719
 
3720
+ #: ../../admin/view/wp-slimstat-reports.php:379
3721
  #, php-format
3722
  msgid "%s Minute by Minute"
3723
  msgstr "%s minute par minute"
3724
 
3725
+ #: ../../admin/view/wp-slimstat-reports.php:382
3726
  #, php-format
3727
  msgid "Hourly %s"
3728
  msgstr "%s par Heure"
3729
 
3730
+ #: ../../admin/view/wp-slimstat-reports.php:385
3731
  #, php-format
3732
  msgid "Monthly %s"
3733
  msgstr "%s par Mois"
3734
 
3735
+ #: ../../admin/view/wp-slimstat-reports.php:473
3736
  msgid "Category ID"
3737
  msgstr "l'ID de la catégorie de l'article"
3738
 
3739
+ #: ../../admin/view/wp-slimstat-reports.php:506
3740
  msgid "OS Code"
3741
  msgstr "Code OS "
3742
 
3743
+ #: ../../admin/view/wp-slimstat-reports.php:516
3744
  msgid "Referrer"
3745
  msgstr "Référent"
3746
 
3747
+ #: ../../admin/view/wp-slimstat-reports.php:540
3748
+ #: ../../admin/view/wp-slimstat-reports.php:828
3749
+ #: ../../admin/view/wp-slimstat-reports.php:837
3750
+ #: ../../admin/view/wp-slimstat-reports.php:843
3751
+ #: ../../admin/view/wp-slimstat-reports.php:849
3752
+ #: ../../admin/view/wp-slimstat-reports.php:855
3753
+ #: ../../admin/view/wp-slimstat-reports.php:861
3754
+ #: ../../admin/view/wp-slimstat-reports.php:867
3755
+ #: ../../admin/view/wp-slimstat-reports.php:873
3756
  msgid "Hits"
3757
  msgstr "Hits"
3758
 
3759
+ #: ../../admin/view/wp-slimstat-reports.php:714
3760
  msgid "Search for"
3761
  msgstr "Recherche pour"
3762
 
3763
+ #: ../../admin/view/wp-slimstat-reports.php:750
3764
+ #: ../../admin/view/wp-slimstat-reports.php:760
3765
  msgid "Source"
3766
  msgstr "Source"
3767
 
3768
+ #: ../../admin/view/wp-slimstat-reports.php:752
3769
  msgid "Keywords"
3770
  msgstr "les mots clés"
3771
 
3772
+ #: ../../admin/view/wp-slimstat-reports.php:760
3773
  #, php-format
3774
  msgid "Filter results where resource equals %s"
3775
  msgstr "Filtrer les résultats où la ressource égale %s"
3776
 
3777
+ #: ../../admin/view/wp-slimstat-reports.php:761
3778
+ #, fuzzy
3779
+ msgid "Link Details"
3780
+ msgstr "Détails"
3781
+
3782
+ #: ../../admin/view/wp-slimstat-reports.php:774
3783
  msgid "Total Pageviews"
3784
  msgstr "Total Pages Vues"
3785
 
3786
+ #: ../../admin/view/wp-slimstat-reports.php:775
3787
  msgid "DB Size"
3788
  msgstr "Taille de la base de données"
3789
 
3790
+ #: ../../admin/view/wp-slimstat-reports.php:776
3791
  msgid "Tracking Active"
3792
  msgstr "Traçage actif"
3793
 
3794
+ #: ../../admin/view/wp-slimstat-reports.php:777
3795
  msgid "Javascript Mode"
3796
  msgstr "Mode Javascript"
3797
 
3798
+ #: ../../admin/view/wp-slimstat-reports.php:778
3799
  msgid "Tracking Browser Caps"
3800
  msgstr "Traçage Capacités Navigateurs"
3801
 
3802
+ #: ../../admin/view/wp-slimstat-reports.php:779
3803
  msgid "Auto purge"
3804
  msgstr "Purge automatique"
3805
 
3806
+ #: ../../admin/view/wp-slimstat-reports.php:780
3807
  msgid "Oldest pageview"
3808
  msgstr "Plus ancienne page vue"
3809
 
3810
+ #: ../../admin/view/wp-slimstat-reports.php:780
3811
  msgid "No visits"
3812
  msgstr "Aucune visite"
3813
 
3814
+ #: ../../admin/view/wp-slimstat-reports.php:790
3815
+ #: ../../admin/view/wp-slimstat-reports.php:892
3816
+ #, fuzzy
3817
  msgid ""
3818
+ "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3819
+ "the tracking code is executed."
3820
  msgstr ""
3821
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
3822
  "vues \" chaque fois que le code de traçage est exécuté."
3823
 
3824
+ #: ../../admin/view/wp-slimstat-reports.php:792
3825
  msgid "How many pages have been visited on average during the current period."
3826
  msgstr ""
3827
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
3828
 
3829
+ #: ../../admin/view/wp-slimstat-reports.php:793
3830
  msgid "Average Pageviews"
3831
  msgstr "Nombre de pages vues en moyenne"
3832
 
3833
+ #: ../../admin/view/wp-slimstat-reports.php:794
3834
  msgid ""
3835
  "Visitors who landed on your site after searching for a keyword on Google, "
3836
  "Yahoo, etc."
3838
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
3839
  "sur Google, Yahoo, etc"
3840
 
3841
+ #: ../../admin/view/wp-slimstat-reports.php:795
3842
  msgid "From Search Results"
3843
  msgstr "Résultat de recherches"
3844
 
3845
+ #: ../../admin/view/wp-slimstat-reports.php:796
3846
  msgid ""
3847
  "Used to differentiate between multiple requests to download a file from one "
3848
  "internet address (IP) and requests originating from many distinct addresses"
3851
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
3852
  "provenant de plusieurs adresses distinctes"
3853
 
3854
+ #: ../../admin/view/wp-slimstat-reports.php:797
3855
+ #: ../../admin/view/wp-slimstat-reports.php:812
3856
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3857
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3858
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3859
  msgid "Unique IPs"
3860
  msgstr "IPs uniques"
3861
 
3862
+ #: ../../admin/view/wp-slimstat-reports.php:798
3863
  msgid "Last 5 minutes"
3864
  msgstr "5 dernières minutes"
3865
 
3866
+ #: ../../admin/view/wp-slimstat-reports.php:799
3867
  msgid "Last 30 minutes"
3868
  msgstr "30 dernières minutes"
3869
 
3870
+ #: ../../admin/view/wp-slimstat-reports.php:809
3871
  msgid ""
3872
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3873
  "multiple times if they perform multiple visits."
3876
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
3877
  "multiples."
3878
 
3879
+ #: ../../admin/view/wp-slimstat-reports.php:810
3880
  msgid "Human visits"
3881
  msgstr "Visiteurs humains"
3882
 
3883
+ #: ../../admin/view/wp-slimstat-reports.php:811
3884
  msgid "It includes only traffic generated by human visitors."
3885
  msgstr "Cela ne comprend que les visites dites humaines."
3886
 
3887
+ #: ../../admin/view/wp-slimstat-reports.php:813
3888
+ #: ../../admin/view/wp-slimstat-reports.php:904
3889
  msgid ""
3890
  "Percentage of single-page visits, i.e. visits in which the person left your "
3891
  "site from the entrance page."
3893
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
3894
  "desquelles la personne a quitté votre site dès la page d'entrée."
3895
 
3896
+ #: ../../admin/view/wp-slimstat-reports.php:814
3897
  msgid "Bounce rate"
3898
  msgstr "Taux de rebond"
3899
 
3900
+ #: ../../admin/view/wp-slimstat-reports.php:815
3901
  msgid "Visitors who had previously left a comment on your blog."
3902
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
3903
 
3904
+ #: ../../admin/view/wp-slimstat-reports.php:816
3905
  msgid "Known visitors"
3906
  msgstr "Visiteurs connus"
3907
 
3908
+ #: ../../admin/view/wp-slimstat-reports.php:817
3909
  msgid "Human users who visited your site only once."
3910
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
3911
 
3912
+ #: ../../admin/view/wp-slimstat-reports.php:818
3913
  msgid "New visitors"
3914
  msgstr "Nouveaux visiteurs"
3915
 
3916
+ #: ../../admin/view/wp-slimstat-reports.php:819
3917
  msgid "Bots"
3918
  msgstr "Robots"
3919
 
3920
+ #: ../../admin/view/wp-slimstat-reports.php:820
3921
  msgid "Pages per visit"
3922
  msgstr "Pages vues par visite"
3923
 
3924
+ #: ../../admin/view/wp-slimstat-reports.php:821
3925
+ #: ../../admin/view/wp-slimstat-reports.php:1129
3926
  msgid "Longest visit"
3927
  msgstr "Visite la plus longue"
3928
 
3929
+ #: ../../admin/view/wp-slimstat-reports.php:821
3930
  msgid "hits"
3931
  msgstr "hits"
3932
 
3933
+ #: ../../admin/view/wp-slimstat-reports.php:839
3934
  msgid "0 - 30 seconds"
3935
  msgstr "0 - 30 secondes"
3936
 
3937
+ #: ../../admin/view/wp-slimstat-reports.php:845
3938
  msgid "31 - 60 seconds"
3939
  msgstr "31 - 60 secondes"
3940
 
3941
+ #: ../../admin/view/wp-slimstat-reports.php:851
3942
  msgid "1 - 3 minutes"
3943
  msgstr "1 - 3 minutes"
3944
 
3945
+ #: ../../admin/view/wp-slimstat-reports.php:857
3946
  msgid "3 - 5 minutes"
3947
  msgstr "3 - 5 minutes"
3948
 
3949
+ #: ../../admin/view/wp-slimstat-reports.php:863
3950
  msgid "5 - 7 minutes"
3951
  msgstr "5 - 7 minutes"
3952
 
3953
+ #: ../../admin/view/wp-slimstat-reports.php:869
3954
  msgid "7 - 10 minutes"
3955
  msgstr "7 - 10 minutes"
3956
 
3957
+ #: ../../admin/view/wp-slimstat-reports.php:875
3958
  msgid "More than 10 minutes"
3959
  msgstr "Plus de 10 minutes"
3960
 
3961
+ #: ../../admin/view/wp-slimstat-reports.php:884
3962
  msgid "Average time on site"
3963
  msgstr "Moyenne du temps passé sur le site"
3964
 
3965
+ #: ../../admin/view/wp-slimstat-reports.php:894
3966
  msgid ""
3967
  "A referrer (or referring site) is the site that a visitor previously visited "
3968
  "before following a link to your site."
3970
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
3971
  "suivre un lien vers votre site."
3972
 
3973
+ #: ../../admin/view/wp-slimstat-reports.php:895
3974
  msgid "Unique Referrers"
3975
  msgstr "Référents uniques"
3976
 
3977
+ #: ../../admin/view/wp-slimstat-reports.php:896
3978
  msgid ""
3979
  "Visitors who visited the site by typing the URL directly into their browser. "
3980
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3987
  "courriels non marquées, ou des liens à partir de documents qui ne "
3988
  "contiennent pas de variables de suivi."
3989
 
3990
+ #: ../../admin/view/wp-slimstat-reports.php:897
3991
  msgid "Direct Pageviews"
3992
  msgstr "Pages Vues Directes"
3993
 
3994
+ #: ../../admin/view/wp-slimstat-reports.php:898
3995
  msgid ""
3996
  "Visitors who came to your site via searches on Google or some other search "
3997
  "engine."
3999
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
4000
  "ou autre."
4001
 
4002
+ #: ../../admin/view/wp-slimstat-reports.php:899
4003
  msgid "From a search result"
4004
  msgstr "Depuis un moteur de recherche"
4005
 
4006
+ #: ../../admin/view/wp-slimstat-reports.php:900
4007
  msgid ""
4008
  "The first page that a user views during a session. This is also known as the "
4009
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
4015
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
4016
  "sera comptée (pour cette visite) comme la page d'entrée."
4017
 
4018
+ #: ../../admin/view/wp-slimstat-reports.php:901
4019
  msgid "Unique Landing Pages"
4020
  msgstr "Pages d'Entrées Uniques"
4021
 
4022
+ #: ../../admin/view/wp-slimstat-reports.php:902
4023
  msgid "Number of single-page visits to your site over the selected period."
4024
  msgstr ""
4025
  "Nombre de visites d'une seule page de votre site au cours de la période "
4026
  "sélectionnée."
4027
 
4028
+ #: ../../admin/view/wp-slimstat-reports.php:903
4029
  msgid "Bounce Pages"
4030
  msgstr "Pages de Rebonds"
4031
 
4032
+ #: ../../admin/view/wp-slimstat-reports.php:905
4033
  msgid "New Visitors Rate"
4034
  msgstr "Taux de Nouveaux Visiteurs"
4035
 
4036
+ #: ../../admin/view/wp-slimstat-reports.php:906
4037
  msgid ""
4038
  "Visitors who visited the site in the last 5 minutes coming from a search "
4039
  "engine."
4041
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
4042
  "d'un moteur de recherche."
4043
 
4044
+ #: ../../admin/view/wp-slimstat-reports.php:907
4045
  msgid "Currently from search engines"
4046
  msgstr "Moteurs de recherche récents"
4047
 
4048
+ #: ../../admin/view/wp-slimstat-reports.php:975
4049
  msgid "Number of pages in your site included in Google's index."
4050
  msgstr "Nombre de pages de votre site indexées par Google."
4051
 
4052
+ #: ../../admin/view/wp-slimstat-reports.php:976
4053
  msgid "Google Index"
4054
  msgstr "Index Google"
4055
 
4056
+ #: ../../admin/view/wp-slimstat-reports.php:977
4057
  msgid "Number of pages, according to Google, that link back to your site."
4058
  msgstr ""
4059
  "Nombre de pages qui pointent sur votre site, d'après les informations "
4060
  "fournies par Google."
4061
 
4062
+ #: ../../admin/view/wp-slimstat-reports.php:978
4063
  msgid "Google Backlinks"
4064
  msgstr "Backlinks Google"
4065
 
4066
+ #: ../../admin/view/wp-slimstat-reports.php:979
4067
  msgid ""
4068
  "How many times the Facebook Like button has been approximately clicked on "
4069
  "your site."
4070
  msgstr ""
4071
  "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
4072
 
4073
+ #: ../../admin/view/wp-slimstat-reports.php:980
4074
  msgid "Facebook Likes"
4075
  msgstr "\"J'aime\" Facebook"
4076
 
4077
+ #: ../../admin/view/wp-slimstat-reports.php:981
4078
  msgid ""
4079
  "How many times your site has been shared by someone on the social network."
4080
  msgstr ""
4081
  "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
4082
  "social."
4083
 
4084
+ #: ../../admin/view/wp-slimstat-reports.php:982
4085
  msgid "Facebook Shares"
4086
  msgstr "Partages Facebook"
4087
 
4088
+ #: ../../admin/view/wp-slimstat-reports.php:983
4089
  msgid "How many times links to your website have been clicked on Facebook."
4090
  msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
4091
 
4092
+ #: ../../admin/view/wp-slimstat-reports.php:984
4093
  msgid "Facebook Clicks"
4094
  msgstr "Clicks Facebook"
4095
 
4096
+ #: ../../admin/view/wp-slimstat-reports.php:985
4097
  msgid ""
4098
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4099
  "traffic data."
4101
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
4102
  "concernant le trafic web."
4103
 
4104
+ #: ../../admin/view/wp-slimstat-reports.php:986
4105
  msgid "Alexa World Rank"
4106
  msgstr "Alexa, Classement mondial"
4107
 
4108
+ #: ../../admin/view/wp-slimstat-reports.php:987
4109
  msgid "Alexa Country Rank"
4110
  msgstr "Alexa, Classement par pays"
4111
 
4112
+ #: ../../admin/view/wp-slimstat-reports.php:988
4113
  msgid "Alexa Popularity"
4114
  msgstr "Alexa, Popularité"
4115
 
4116
  # Unknown
4117
+ #: ../../admin/view/wp-slimstat-reports.php:995
4118
  msgid "c-xx"
4119
  msgstr "Inconnu"
4120
 
4121
  # Afghanistan
4122
+ #: ../../admin/view/wp-slimstat-reports.php:995
4123
  msgid "c-af"
4124
  msgstr "Afghanistan"
4125
 
4126
  # Åland Islands
4127
+ #: ../../admin/view/wp-slimstat-reports.php:995
4128
  msgid "c-ax"
4129
  msgstr "Îles Åland"
4130
 
4131
  # Albania
4132
+ #: ../../admin/view/wp-slimstat-reports.php:995
4133
  msgid "c-al"
4134
  msgstr "Albanie"
4135
 
4136
  # Algeria
4137
+ #: ../../admin/view/wp-slimstat-reports.php:995
4138
  msgid "c-dz"
4139
  msgstr "Algérie"
4140
 
4141
  # Andorra
4142
+ #: ../../admin/view/wp-slimstat-reports.php:995
4143
  msgid "c-ad"
4144
  msgstr "Andorre"
4145
 
4146
  # Angola
4147
+ #: ../../admin/view/wp-slimstat-reports.php:995
4148
  msgid "c-ao"
4149
  msgstr "Angola"
4150
 
4151
  # Anguilla
4152
+ #: ../../admin/view/wp-slimstat-reports.php:995
4153
  msgid "c-ai"
4154
  msgstr "Anguilla"
4155
 
4156
  # Antigua and Barbuda
4157
+ #: ../../admin/view/wp-slimstat-reports.php:995
4158
  msgid "c-ag"
4159
  msgstr "Antigua et Barbuda"
4160
 
4161
  # Argentina
4162
+ #: ../../admin/view/wp-slimstat-reports.php:995
4163
  msgid "c-ar"
4164
  msgstr "Argentine"
4165
 
4166
  # Armenia
4167
+ #: ../../admin/view/wp-slimstat-reports.php:995
4168
  msgid "c-am"
4169
  msgstr "Arménie"
4170
 
4171
  # Aruba
4172
+ #: ../../admin/view/wp-slimstat-reports.php:995
4173
  msgid "c-aw"
4174
  msgstr "Aruba"
4175
 
4176
  # Australia
4177
+ #: ../../admin/view/wp-slimstat-reports.php:995
4178
  msgid "c-au"
4179
  msgstr "Australie"
4180
 
4181
  # Austria
4182
+ #: ../../admin/view/wp-slimstat-reports.php:995
4183
  msgid "c-at"
4184
  msgstr "Autriche"
4185
 
4186
  # Azerbaijan
4187
+ #: ../../admin/view/wp-slimstat-reports.php:995
4188
  msgid "c-az"
4189
  msgstr "Azerbaïdjan"
4190
 
4191
  # Bahamas
4192
+ #: ../../admin/view/wp-slimstat-reports.php:995
4193
  msgid "c-bs"
4194
  msgstr "Bahamas"
4195
 
4196
  # Bahrain
4197
+ #: ../../admin/view/wp-slimstat-reports.php:995
4198
  msgid "c-bh"
4199
  msgstr "Bahreïn"
4200
 
4201
  # Bangladesh
4202
+ #: ../../admin/view/wp-slimstat-reports.php:995
4203
  msgid "c-bd"
4204
  msgstr "Bangladesh"
4205
 
4206
  # Barbados
4207
+ #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-bb"
4209
  msgstr "Barbade"
4210
 
4211
  # Belarus
4212
+ #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-by"
4214
  msgstr "Bélarus"
4215
 
4216
  # Belgium
4217
+ #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-be"
4219
  msgstr "Belgique"
4220
 
4221
  # Belize
4222
+ #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-bz"
4224
  msgstr "Belize"
4225
 
4226
  # Benin
4227
+ #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-bj"
4229
  msgstr "Bénin"
4230
 
4231
  # Bermuda
4232
+ #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-bm"
4234
  msgstr "Bermudes"
4235
 
4236
  # Bhutan
4237
+ #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-bt"
4239
  msgstr "Bhoutan"
4240
 
4241
  # Bolivia
4242
+ #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-bo"
4244
  msgstr "État plurinational de Bolivie"
4245
 
4246
  # Bosnia and Herzegovina
4247
+ #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-ba"
4249
  msgstr "Bosnie-Herzégovine"
4250
 
4251
  # Botswana
4252
+ #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-bw"
4254
  msgstr "Botswana"
4255
 
4256
  # Brazil
4257
+ #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-br"
4259
  msgstr "Brésil"
4260
 
4261
  # Brunei Darussalam
4262
+ #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-bn"
4264
  msgstr "Brunéi Darussalam"
4265
 
4266
  # Bulgaria
4267
+ #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-bg"
4269
  msgstr "Bulgarie"
4270
 
4271
  # Burkina Faso
4272
+ #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-bf"
4274
  msgstr "Burkina Faso"
4275
 
4276
  # Burundi
4277
+ #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-bi"
4279
  msgstr "Burundi"
4280
 
4281
  # Cambodia
4282
+ #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-kh"
4284
  msgstr "Cambodge"
4285
 
4286
  # Cameroon
4287
+ #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-cm"
4289
  msgstr "Cameroun"
4290
 
4291
  # Canada
4292
+ #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-ca"
4294
  msgstr "Canada"
4295
 
4296
  # Cape Verde
4297
+ #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-cv"
4299
  msgstr "Cap-Vert"
4300
 
4301
  # Cayman Islands
4302
+ #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-ky"
4304
  msgstr "Îles Caïmans"
4305
 
4306
  # Central African Republic
4307
+ #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-cf"
4309
  msgstr "République Centrafricaine"
4310
 
4311
  # Chad
4312
+ #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-td"
4314
  msgstr "Tchad"
4315
 
4316
  # Chile
4317
+ #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-cl"
4319
  msgstr "Chili"
4320
 
4321
  # China
4322
+ #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-cn"
4324
  msgstr "Chine"
4325
 
4326
  # Colombia
4327
+ #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-co"
4329
  msgstr "Colombie"
4330
 
4331
  # Comoros
4332
+ #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-km"
4334
  msgstr "Comores"
4335
 
4336
  # Congo
4337
+ #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-cg"
4339
  msgstr "Congo"
4340
 
4341
  # The Democratic Republic of the Congo
4342
+ #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-cd"
4344
  msgstr "République Démocratique du Congo"
4345
 
4346
  # Costa Rica
4347
+ #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-cr"
4349
  msgstr "Costa Rica"
4350
 
4351
  # Côte d'Ivoire
4352
+ #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-ci"
4354
  msgstr "Côte d'Ivoire"
4355
 
4356
  # Croatia
4357
+ #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-hr"
4359
  msgstr "Croatie"
4360
 
4361
  # Cuba
4362
+ #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-cu"
4364
  msgstr "Cuba"
4365
 
4366
  # Cyprus
4367
+ #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-cy"
4369
  msgstr "Chypre"
4370
 
4371
  # Czech Republic
4372
+ #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-cz"
4374
  msgstr "République tchèque"
4375
 
4376
  # Denmark
4377
+ #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-dk"
4379
  msgstr "Danemark"
4380
 
4381
  # Djibouti
4382
+ #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-dj"
4384
  msgstr "Djibouti"
4385
 
4386
  # Dominica
4387
+ #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-dm"
4389
  msgstr "Dominique"
4390
 
4391
  # Dominican Republic
4392
+ #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-do"
4394
  msgstr "République dominicaine"
4395
 
4396
  # Ecuador
4397
+ #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-ec"
4399
  msgstr "Équateur"
4400
 
4401
  # Egypt
4402
+ #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-eg"
4404
  msgstr "Égypte"
4405
 
4406
  # El Salvador
4407
+ #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-sv"
4409
  msgstr "El Salvador"
4410
 
4411
  # Equatorial Guinea
4412
+ #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-gq"
4414
  msgstr "Guinée équatoriale"
4415
 
4416
  # Eritrea
4417
+ #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-er"
4419
  msgstr "Érythrée"
4420
 
4421
  # Estonia
4422
+ #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-ee"
4424
  msgstr "Estonie"
4425
 
4426
  # Ethiopia
4427
+ #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-et"
4429
  msgstr "Éthiopie"
4430
 
4431
  # Faroe Islands
4432
+ #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-fo"
4434
  msgstr "Îles Féroé"
4435
 
4436
  # Falkland Islands (Malvinas)
4437
+ #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-fk"
4439
  msgstr "Îles Falkland (Malvinas)"
4440
 
4441
  # Fiji
4442
+ #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-fj"
4444
  msgstr "Fidji"
4445
 
4446
  # Finland
4447
+ #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-fi"
4449
  msgstr "Finlande"
4450
 
4451
  # France
4452
+ #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-fr"
4454
  msgstr "France"
4455
 
4456
  # French Guiana
4457
+ #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-gf"
4459
  msgstr "Guyane française"
4460
 
4461
  # Gabon
4462
+ #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-ga"
4464
  msgstr "Gabon"
4465
 
4466
  # Gambia
4467
+ #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-gm"
4469
  msgstr "Gambie"
4470
 
4471
  # Georgia
4472
+ #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-ge"
4474
  msgstr "Géorgie"
4475
 
4476
  # Germany
4477
+ #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-de"
4479
  msgstr "Allemagne"
4480
 
4481
  # Ghana
4482
+ #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-gh"
4484
  msgstr "Ghana"
4485
 
4486
  # Greece
4487
+ #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-gr"
4489
  msgstr "Grèce"
4490
 
4491
  # Greenland
4492
+ #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-gl"
4494
  msgstr "Groenland"
4495
 
4496
  # Grenada
4497
+ #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-gd"
4499
  msgstr "Grenade"
4500
 
4501
  # Guadeloupe
4502
+ #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-gp"
4504
  msgstr "Guadeloupe"
4505
 
4506
  # Guatemala
4507
+ #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-gt"
4509
  msgstr "Guatemala"
4510
 
4511
  # Guinea
4512
+ #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-gn"
4514
  msgstr "Guinée"
4515
 
4516
  # Guinea-Bissau
4517
+ #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-gw"
4519
  msgstr "Guinée-Bissau"
4520
 
4521
  # Guyana
4522
+ #: ../../admin/view/wp-slimstat-reports.php:995
4523
  msgid "c-gy"
4524
  msgstr "Guyana"
4525
 
4526
  # Haiti
4527
+ #: ../../admin/view/wp-slimstat-reports.php:995
4528
  msgid "c-ht"
4529
  msgstr "Haïti"
4530
 
4531
  # Honduras
4532
+ #: ../../admin/view/wp-slimstat-reports.php:995
4533
  msgid "c-hn"
4534
  msgstr "Honduras"
4535
 
4536
  # Hong Kong
4537
+ #: ../../admin/view/wp-slimstat-reports.php:995
4538
  msgid "c-hk"
4539
  msgstr "Hong Kong"
4540
 
4541
  # Hungary
4542
+ #: ../../admin/view/wp-slimstat-reports.php:995
4543
  msgid "c-hu"
4544
  msgstr "Hongrie"
4545
 
4546
  # Iceland
4547
+ #: ../../admin/view/wp-slimstat-reports.php:995
4548
  msgid "c-is"
4549
  msgstr "Islande"
4550
 
4551
  # India
4552
+ #: ../../admin/view/wp-slimstat-reports.php:995
4553
  msgid "c-in"
4554
  msgstr "Inde"
4555
 
4556
  # Indonesia
4557
+ #: ../../admin/view/wp-slimstat-reports.php:995
4558
  msgid "c-id"
4559
  msgstr "Indonésie"
4560
 
4561
  # Islamic Republic of Iran
4562
+ #: ../../admin/view/wp-slimstat-reports.php:995
4563
  msgid "c-ir"
4564
  msgstr "République islamique d'Iran"
4565
 
4566
  # Iraq
4567
+ #: ../../admin/view/wp-slimstat-reports.php:995
4568
  msgid "c-iq"
4569
  msgstr "Irak"
4570
 
4571
  # Ireland
4572
+ #: ../../admin/view/wp-slimstat-reports.php:995
4573
  msgid "c-ie"
4574
  msgstr "Irlande"
4575
 
4576
  # Israel
4577
+ #: ../../admin/view/wp-slimstat-reports.php:995
4578
  msgid "c-il"
4579
  msgstr "Israël"
4580
 
4581
  # Italy
4582
+ #: ../../admin/view/wp-slimstat-reports.php:995
4583
  msgid "c-it"
4584
  msgstr "Italie"
4585
 
4586
  # Jamaica
4587
+ #: ../../admin/view/wp-slimstat-reports.php:995
4588
  msgid "c-jm"
4589
  msgstr "Jamaïque"
4590
 
4591
  # Japan
4592
+ #: ../../admin/view/wp-slimstat-reports.php:995
4593
  msgid "c-jp"
4594
  msgstr "Japon"
4595
 
4596
  # Jordan
4597
+ #: ../../admin/view/wp-slimstat-reports.php:995
4598
  msgid "c-jo"
4599
  msgstr "Jordanie"
4600
 
4601
  # Kazakhstan
4602
+ #: ../../admin/view/wp-slimstat-reports.php:995
4603
  msgid "c-kz"
4604
  msgstr "Kazakhstan"
4605
 
4606
  # Kenya
4607
+ #: ../../admin/view/wp-slimstat-reports.php:995
4608
  msgid "c-ke"
4609
  msgstr "Kenya"
4610
 
4611
  # Nauru
4612
+ #: ../../admin/view/wp-slimstat-reports.php:995
4613
  msgid "c-nr"
4614
  msgstr "Nauru"
4615
 
4616
  # Democratic People's Republic of Korea
4617
+ #: ../../admin/view/wp-slimstat-reports.php:995
4618
  msgid "c-kp"
4619
  msgstr "République populaire démocratique de Corée"
4620
 
4621
  # Republic of Korea
4622
+ #: ../../admin/view/wp-slimstat-reports.php:995
4623
  msgid "c-kr"
4624
  msgstr "République de Corée"
4625
 
4626
+ #: ../../admin/view/wp-slimstat-reports.php:995
4627
  msgid "c-kv"
4628
  msgstr "Kossovo"
4629
 
4630
  # Kuwait
4631
+ #: ../../admin/view/wp-slimstat-reports.php:995
4632
  msgid "c-kw"
4633
  msgstr "Koweït"
4634
 
4635
  # Kyrgyzstan
4636
+ #: ../../admin/view/wp-slimstat-reports.php:995
4637
  msgid "c-kg"
4638
  msgstr "Kirghizistan"
4639
 
4640
  # Lao People's Democratic Republic
4641
+ #: ../../admin/view/wp-slimstat-reports.php:995
4642
  msgid "c-la"
4643
  msgstr "République démocratique populaire lao"
4644
 
4645
  # Latvia
4646
+ #: ../../admin/view/wp-slimstat-reports.php:995
4647
  msgid "c-lv"
4648
  msgstr "Lettonie"
4649
 
4650
  # Lebanon
4651
+ #: ../../admin/view/wp-slimstat-reports.php:995
4652
  msgid "c-lb"
4653
  msgstr "Liban"
4654
 
4655
  # Lesotho
4656
+ #: ../../admin/view/wp-slimstat-reports.php:995
4657
  msgid "c-ls"
4658
  msgstr "Lesotho"
4659
 
4660
  # Liberia
4661
+ #: ../../admin/view/wp-slimstat-reports.php:995
4662
  msgid "c-lr"
4663
  msgstr "Libéria"
4664
 
4665
  # Libyan Arab Jamahiriya
4666
+ #: ../../admin/view/wp-slimstat-reports.php:995
4667
  msgid "c-ly"
4668
  msgstr "Jamahiriya arabe libyenne"
4669
 
4670
  # Liechtenstein
4671
+ #: ../../admin/view/wp-slimstat-reports.php:995
4672
  msgid "c-li"
4673
  msgstr "Liechtenstein"
4674
 
4675
  # Lithuania
4676
+ #: ../../admin/view/wp-slimstat-reports.php:995
4677
  msgid "c-lt"
4678
  msgstr "Lituanie"
4679
 
4680
  # Luxembourg
4681
+ #: ../../admin/view/wp-slimstat-reports.php:995
4682
  msgid "c-lu"
4683
  msgstr "Luxembourg"
4684
 
4685
  # The Former Yugoslav Republic of Macedonia
4686
+ #: ../../admin/view/wp-slimstat-reports.php:995
4687
  msgid "c-mk"
4688
  msgstr "Ex-république yougoslave de Macédoine"
4689
 
4690
  # Madagascar
4691
+ #: ../../admin/view/wp-slimstat-reports.php:995
4692
  msgid "c-mg"
4693
  msgstr "Madagascar"
4694
 
4695
  # Malawi
4696
+ #: ../../admin/view/wp-slimstat-reports.php:995
4697
  msgid "c-mw"
4698
  msgstr "Malawi"
4699
 
4700
  # Malaysia
4701
+ #: ../../admin/view/wp-slimstat-reports.php:995
4702
  msgid "c-my"
4703
  msgstr "Malaisie"
4704
 
4705
  # Mali
4706
+ #: ../../admin/view/wp-slimstat-reports.php:995
4707
  msgid "c-ml"
4708
  msgstr "Mali"
4709
 
4710
  # Malta
4711
+ #: ../../admin/view/wp-slimstat-reports.php:995
4712
  msgid "c-mt"
4713
  msgstr "Malte"
4714
 
4715
  # Martinique
4716
+ #: ../../admin/view/wp-slimstat-reports.php:995
4717
  msgid "c-mq"
4718
  msgstr "Martinique"
4719
 
4720
  # Mauritania
4721
+ #: ../../admin/view/wp-slimstat-reports.php:995
4722
  msgid "c-mr"
4723
  msgstr "Mauritanie"
4724
 
4725
  # Mauritius
4726
+ #: ../../admin/view/wp-slimstat-reports.php:995
4727
  msgid "c-mu"
4728
  msgstr "Maurice"
4729
 
4730
  # Mexico
4731
+ #: ../../admin/view/wp-slimstat-reports.php:995
4732
  msgid "c-mx"
4733
  msgstr "Mexique"
4734
 
4735
  # Moldova
4736
+ #: ../../admin/view/wp-slimstat-reports.php:995
4737
  msgid "c-md"
4738
  msgstr "République de Moldova"
4739
 
4740
  # Mongolia
4741
+ #: ../../admin/view/wp-slimstat-reports.php:995
4742
  msgid "c-mn"
4743
  msgstr "Mongolie"
4744
 
4745
  # Montenegro
4746
+ #: ../../admin/view/wp-slimstat-reports.php:995
4747
  msgid "c-me"
4748
  msgstr "Monténégro"
4749
 
4750
  # Montserrat
4751
+ #: ../../admin/view/wp-slimstat-reports.php:995
4752
  msgid "c-ms"
4753
  msgstr "Montserrat"
4754
 
4755
  # Morocco
4756
+ #: ../../admin/view/wp-slimstat-reports.php:995
4757
  msgid "c-ma"
4758
  msgstr "Maroc"
4759
 
4760
  # Mozambique
4761
+ #: ../../admin/view/wp-slimstat-reports.php:995
4762
  msgid "c-mz"
4763
  msgstr "Mozambique"
4764
 
4765
  # Myanmar
4766
+ #: ../../admin/view/wp-slimstat-reports.php:995
4767
  msgid "c-mm"
4768
  msgstr "Myanmar"
4769
 
4770
  # Namibia
4771
+ #: ../../admin/view/wp-slimstat-reports.php:995
4772
  msgid "c-na"
4773
  msgstr "Namibie"
4774
 
4775
  # Nepal
4776
+ #: ../../admin/view/wp-slimstat-reports.php:995
4777
  msgid "c-np"
4778
  msgstr "Népal"
4779
 
4780
  # Netherlands
4781
+ #: ../../admin/view/wp-slimstat-reports.php:995
4782
  msgid "c-nl"
4783
  msgstr "Pays-bas"
4784
 
4785
  # New Caledonia
4786
+ #: ../../admin/view/wp-slimstat-reports.php:995
4787
  msgid "c-nc"
4788
  msgstr "Nouvelle-Calédonie"
4789
 
4790
  # New Zealand
4791
+ #: ../../admin/view/wp-slimstat-reports.php:995
4792
  msgid "c-nz"
4793
  msgstr "Nouvelle-Zélande"
4794
 
4795
  # Nicaragua
4796
+ #: ../../admin/view/wp-slimstat-reports.php:995
4797
  msgid "c-ni"
4798
  msgstr "Nicaragua"
4799
 
4800
  # Niger
4801
+ #: ../../admin/view/wp-slimstat-reports.php:995
4802
  msgid "c-ne"
4803
  msgstr "Niger"
4804
 
4805
  # Nigeria
4806
+ #: ../../admin/view/wp-slimstat-reports.php:995
4807
  msgid "c-ng"
4808
  msgstr "Nigéria"
4809
 
4810
  # Norway
4811
+ #: ../../admin/view/wp-slimstat-reports.php:995
4812
  msgid "c-no"
4813
  msgstr "Norvège"
4814
 
4815
  # Oman
4816
+ #: ../../admin/view/wp-slimstat-reports.php:995
4817
  msgid "c-om"
4818
  msgstr "Oman"
4819
 
4820
  # Pakistan
4821
+ #: ../../admin/view/wp-slimstat-reports.php:995
4822
  msgid "c-pk"
4823
  msgstr "Pakistan"
4824
 
4825
  # Palau
4826
+ #: ../../admin/view/wp-slimstat-reports.php:995
4827
  msgid "c-pw"
4828
  msgstr "Palaos"
4829
 
4830
  # Occupied Palestinian Territory
4831
+ #: ../../admin/view/wp-slimstat-reports.php:995
4832
  msgid "c-ps"
4833
  msgstr "Territoire palestinien occupé"
4834
 
4835
  # Panama
4836
+ #: ../../admin/view/wp-slimstat-reports.php:995
4837
  msgid "c-pa"
4838
  msgstr "Panama"
4839
 
4840
  # Papua New Guinea
4841
+ #: ../../admin/view/wp-slimstat-reports.php:995
4842
  msgid "c-pg"
4843
  msgstr "Papouasie-Nouvelle-Guinée"
4844
 
4845
  # Paraguay
4846
+ #: ../../admin/view/wp-slimstat-reports.php:995
4847
  msgid "c-py"
4848
  msgstr "Paraguay"
4849
 
4850
  # Peru
4851
+ #: ../../admin/view/wp-slimstat-reports.php:995
4852
  msgid "c-pe"
4853
  msgstr "Pérou"
4854
 
4855
  # Philippines
4856
+ #: ../../admin/view/wp-slimstat-reports.php:995
4857
  msgid "c-ph"
4858
  msgstr "Philippines"
4859
 
4860
  # Poland
4861
+ #: ../../admin/view/wp-slimstat-reports.php:995
4862
  msgid "c-pl"
4863
  msgstr "Pologne"
4864
 
4865
  # Portugal
4866
+ #: ../../admin/view/wp-slimstat-reports.php:995
4867
  msgid "c-pt"
4868
  msgstr "Portugal"
4869
 
4870
  # Puerto Rico
4871
+ #: ../../admin/view/wp-slimstat-reports.php:995
4872
  msgid "c-pr"
4873
  msgstr "Porto Rico"
4874
 
4875
  # Qatar
4876
+ #: ../../admin/view/wp-slimstat-reports.php:995
4877
  msgid "c-qa"
4878
  msgstr "Qatar"
4879
 
4880
  # Réunion
4881
+ #: ../../admin/view/wp-slimstat-reports.php:995
4882
  msgid "c-re"
4883
  msgstr "Réunion"
4884
 
4885
  # Romania
4886
+ #: ../../admin/view/wp-slimstat-reports.php:995
4887
  msgid "c-ro"
4888
  msgstr "Roumanie"
4889
 
4890
  # Russian Federation
4891
+ #: ../../admin/view/wp-slimstat-reports.php:995
4892
  msgid "c-ru"
4893
  msgstr "Fédération de Russie"
4894
 
4895
  # Rwanda
4896
+ #: ../../admin/view/wp-slimstat-reports.php:995
4897
  msgid "c-rw"
4898
  msgstr "Rwanda"
4899
 
4900
  # Saint Kitts and Nevis
4901
+ #: ../../admin/view/wp-slimstat-reports.php:995
4902
  msgid "c-kn"
4903
  msgstr "Saint-Kitts-et-Nevis"
4904
 
4905
  # Saint Lucia
4906
+ #: ../../admin/view/wp-slimstat-reports.php:995
4907
  msgid "c-lc"
4908
  msgstr "Sainte-Lucie"
4909
 
4910
  # Saint Martin
4911
+ #: ../../admin/view/wp-slimstat-reports.php:995
4912
  msgid "c-mf"
4913
  msgstr "Saint-Martin"
4914
 
4915
  # Saint Vincent and the Grenadines
4916
+ #: ../../admin/view/wp-slimstat-reports.php:995
4917
  msgid "c-vc"
4918
  msgstr "Saint-Vincent-et-les Grenadines"
4919
 
4920
  # Samoa
4921
+ #: ../../admin/view/wp-slimstat-reports.php:995
4922
  msgid "c-ws"
4923
  msgstr "Samoa"
4924
 
4925
  # Sao Tome and Principe
4926
+ #: ../../admin/view/wp-slimstat-reports.php:995
4927
  msgid "c-st"
4928
  msgstr "Sao Tomé-et-Principe"
4929
 
4930
  # Saudi Arabia
4931
+ #: ../../admin/view/wp-slimstat-reports.php:995
4932
  msgid "c-sa"
4933
  msgstr "Arabie saoudite"
4934
 
4935
  # Senegal
4936
+ #: ../../admin/view/wp-slimstat-reports.php:995
4937
  msgid "c-sn"
4938
  msgstr "Sénégal"
4939
 
4940
  # Serbia
4941
+ #: ../../admin/view/wp-slimstat-reports.php:995
4942
  msgid "c-rs"
4943
  msgstr "Serbie"
4944
 
4945
  # Sierra Leone
4946
+ #: ../../admin/view/wp-slimstat-reports.php:995
4947
  msgid "c-sl"
4948
  msgstr "Sierra Leone"
4949
 
4950
  # Singapore
4951
+ #: ../../admin/view/wp-slimstat-reports.php:995
4952
  msgid "c-sg"
4953
  msgstr "Singapour"
4954
 
4955
  # Slovakia
4956
+ #: ../../admin/view/wp-slimstat-reports.php:995
4957
  msgid "c-sk"
4958
  msgstr "Slovaquie"
4959
 
4960
  # Slovenia
4961
+ #: ../../admin/view/wp-slimstat-reports.php:995
4962
  msgid "c-si"
4963
  msgstr "Slovénie"
4964
 
4965
  # Solomon Islands
4966
+ #: ../../admin/view/wp-slimstat-reports.php:995
4967
  msgid "c-sb"
4968
  msgstr "Îles Salomon"
4969
 
4970
  # Somalia
4971
+ #: ../../admin/view/wp-slimstat-reports.php:995
4972
  msgid "c-so"
4973
  msgstr "Somalie"
4974
 
4975
  # South Africa
4976
+ #: ../../admin/view/wp-slimstat-reports.php:995
4977
  msgid "c-za"
4978
  msgstr "Afrique du sud"
4979
 
4980
  # South Georgia and the South Sandwich Islands
4981
+ #: ../../admin/view/wp-slimstat-reports.php:995
4982
  msgid "c-gs"
4983
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
4984
 
4985
  # Spain
4986
+ #: ../../admin/view/wp-slimstat-reports.php:995
4987
  msgid "c-es"
4988
  msgstr "Espagne"
4989
 
4990
  # Sri Lanka
4991
+ #: ../../admin/view/wp-slimstat-reports.php:995
4992
  msgid "c-lk"
4993
  msgstr "Sri Lanka"
4994
 
4995
  # Seychelles
4996
+ #: ../../admin/view/wp-slimstat-reports.php:995
4997
  msgid "c-sc"
4998
  msgstr "Seychelles"
4999
 
5000
  # Sudan
5001
+ #: ../../admin/view/wp-slimstat-reports.php:995
5002
  msgid "c-sd"
5003
  msgstr "Soudan"
5004
 
5005
+ #: ../../admin/view/wp-slimstat-reports.php:995
5006
  msgid "c-ss"
5007
  msgstr "Soudan du Sud"
5008
 
5009
  # Suriname
5010
+ #: ../../admin/view/wp-slimstat-reports.php:995
5011
  msgid "c-sr"
5012
  msgstr "Suriname"
5013
 
5014
  # Svalbard and Jan Mayen
5015
+ #: ../../admin/view/wp-slimstat-reports.php:995
5016
  msgid "c-sj"
5017
  msgstr "Svalbard et île Jan Mayen"
5018
 
5019
  # Swaziland
5020
+ #: ../../admin/view/wp-slimstat-reports.php:995
5021
  msgid "c-sz"
5022
  msgstr "Swaziland"
5023
 
5024
  # Sweden
5025
+ #: ../../admin/view/wp-slimstat-reports.php:995
5026
  msgid "c-se"
5027
  msgstr "Suède"
5028
 
5029
  # Switzerland
5030
+ #: ../../admin/view/wp-slimstat-reports.php:995
5031
  msgid "c-ch"
5032
  msgstr "Suisse"
5033
 
5034
  # Syrian Arab Republic
5035
+ #: ../../admin/view/wp-slimstat-reports.php:995
5036
  msgid "c-sy"
5037
  msgstr "République arabe syrienne"
5038
 
5039
  # Taiwan, Province of China
5040
+ #: ../../admin/view/wp-slimstat-reports.php:995
5041
  msgid "c-tw"
5042
  msgstr "Taïwan, province de Chine"
5043
 
5044
  # Tajikistan
5045
+ #: ../../admin/view/wp-slimstat-reports.php:995
5046
  msgid "c-tj"
5047
  msgstr "Tadjikistan"
5048
 
5049
  # United Republic of Tanzania
5050
+ #: ../../admin/view/wp-slimstat-reports.php:995
5051
  msgid "c-tz"
5052
  msgstr "République-unie de Tanzanie"
5053
 
5054
  # Thailand
5055
+ #: ../../admin/view/wp-slimstat-reports.php:995
5056
  msgid "c-th"
5057
  msgstr "Thaïlande"
5058
 
5059
  # Timor-Leste
5060
+ #: ../../admin/view/wp-slimstat-reports.php:995
5061
  msgid "c-tl"
5062
  msgstr "Timor-Leste"
5063
 
5064
  # Togo
5065
+ #: ../../admin/view/wp-slimstat-reports.php:995
5066
  msgid "c-tg"
5067
  msgstr "Togo"
5068
 
5069
  # Tonga
5070
+ #: ../../admin/view/wp-slimstat-reports.php:995
5071
  msgid "c-to"
5072
  msgstr "Tonga"
5073
 
5074
  # Trinidad and Tobago
5075
+ #: ../../admin/view/wp-slimstat-reports.php:995
5076
  msgid "c-tt"
5077
  msgstr "Trinité-et-Tobago "
5078
 
5079
  # Tunisia
5080
+ #: ../../admin/view/wp-slimstat-reports.php:995
5081
  msgid "c-tn"
5082
  msgstr "Tunisie"
5083
 
5084
  # Turkey
5085
+ #: ../../admin/view/wp-slimstat-reports.php:995
5086
  msgid "c-tr"
5087
  msgstr "Turquie "
5088
 
5089
  # Turkmenistan
5090
+ #: ../../admin/view/wp-slimstat-reports.php:995
5091
  msgid "c-tm"
5092
  msgstr "Turkménistan"
5093
 
5094
  # Turks and Caicos Islands
5095
+ #: ../../admin/view/wp-slimstat-reports.php:995
5096
  msgid "c-tc"
5097
  msgstr "Îles Turks et Caïques"
5098
 
5099
  # Uganda
5100
+ #: ../../admin/view/wp-slimstat-reports.php:995
5101
  msgid "c-ug"
5102
  msgstr "Ouganda"
5103
 
5104
  # Ukraine
5105
+ #: ../../admin/view/wp-slimstat-reports.php:995
5106
  msgid "c-ua"
5107
  msgstr "Ukraine"
5108
 
5109
  # United Arab Emirates
5110
+ #: ../../admin/view/wp-slimstat-reports.php:995
5111
  msgid "c-ae"
5112
  msgstr "Émirats arabes unis"
5113
 
5114
  # United Kingdom
5115
+ #: ../../admin/view/wp-slimstat-reports.php:995
5116
  msgid "c-gb"
5117
  msgstr "Royaume-Uni"
5118
 
5119
  # United States
5120
+ #: ../../admin/view/wp-slimstat-reports.php:995
5121
  msgid "c-us"
5122
  msgstr "États-Unis"
5123
 
5124
  # Uruguay
5125
+ #: ../../admin/view/wp-slimstat-reports.php:995
5126
  msgid "c-uy"
5127
  msgstr "Uruguay"
5128
 
5129
  # Uzbekistan
5130
+ #: ../../admin/view/wp-slimstat-reports.php:995
5131
  msgid "c-uz"
5132
  msgstr "Ouzbékistan "
5133
 
5134
  # Vanuatu
5135
+ #: ../../admin/view/wp-slimstat-reports.php:995
5136
  msgid "c-vu"
5137
  msgstr "Vanuatu"
5138
 
5139
  # Venezuela
5140
+ #: ../../admin/view/wp-slimstat-reports.php:995
5141
  msgid "c-ve"
5142
  msgstr "République bolivarienne du Venezuela"
5143
 
5144
  # Viet Nam
5145
+ #: ../../admin/view/wp-slimstat-reports.php:995
5146
  msgid "c-vn"
5147
  msgstr "Viet Nam"
5148
 
5149
  # British Virgin Islands
5150
+ #: ../../admin/view/wp-slimstat-reports.php:995
5151
  msgid "c-vg"
5152
  msgstr "Îles vierges britanniques"
5153
 
5154
  # U.S. Virgin Islands
5155
+ #: ../../admin/view/wp-slimstat-reports.php:995
5156
  msgid "c-vi"
5157
  msgstr "Îles vierges des États-Unis"
5158
 
5159
  # Western Sahara
5160
+ #: ../../admin/view/wp-slimstat-reports.php:995
5161
  msgid "c-eh"
5162
  msgstr "Sahara occidental"
5163
 
5164
  # Yemen
5165
+ #: ../../admin/view/wp-slimstat-reports.php:995
5166
  msgid "c-ye"
5167
  msgstr "Yémen"
5168
 
5169
  # Zambia
5170
+ #: ../../admin/view/wp-slimstat-reports.php:995
5171
  msgid "c-zm"
5172
  msgstr "Zambie"
5173
 
5174
  # Zimbabwe
5175
+ #: ../../admin/view/wp-slimstat-reports.php:995
5176
  msgid "c-zw"
5177
  msgstr "Zimbabwe"
5178
 
5179
  # Guernsey
5180
+ #: ../../admin/view/wp-slimstat-reports.php:995
5181
  msgid "c-gg"
5182
  msgstr "Guernesey"
5183
 
5184
  # Jersey
5185
+ #: ../../admin/view/wp-slimstat-reports.php:995
5186
  msgid "c-je"
5187
  msgstr "Jersey"
5188
 
5189
  # Isle of Man
5190
+ #: ../../admin/view/wp-slimstat-reports.php:995
5191
  msgid "c-im"
5192
  msgstr "Île de Man"
5193
 
5194
  # Maldives
5195
+ #: ../../admin/view/wp-slimstat-reports.php:995
5196
  msgid "c-mv"
5197
  msgstr "Maldives"
5198
 
5199
  # European Union
5200
+ #: ../../admin/view/wp-slimstat-reports.php:996
5201
  msgid "c-eu"
5202
  msgstr "Union européenne"
5203
 
5204
+ #: ../../admin/view/wp-slimstat-reports.php:1085
5205
  msgid ""
5206
  "This value includes not only posts, but also custom post types, regardless "
5207
  "of their status"
5208
  msgstr ""
5209
 
5210
+ #: ../../admin/view/wp-slimstat-reports.php:1086
5211
  msgid "Content Items"
5212
  msgstr "Contenus"
5213
 
5214
+ #: ../../admin/view/wp-slimstat-reports.php:1087
5215
  msgid "Total Comments"
5216
  msgstr "Nombre de commentaires"
5217
 
5218
+ #: ../../admin/view/wp-slimstat-reports.php:1088
5219
  msgid "Pingbacks"
5220
  msgstr "Pingbacks"
5221
 
5222
+ #: ../../admin/view/wp-slimstat-reports.php:1089
5223
  msgid "Trackbacks"
5224
  msgstr "Trackbacks"
5225
 
5226
+ #: ../../admin/view/wp-slimstat-reports.php:1090
 
 
 
 
 
 
 
 
5227
  msgid "Avg Comments Per Post"
5228
  msgstr "Moyenne de commentaires par Post"
5229
 
5230
+ #: ../../admin/view/wp-slimstat-reports.php:1091
5231
  msgid "Avg Posts Per Day"
5232
  msgstr "Nombre moyen de posts par jour"
5233
 
5234
+ #: ../../admin/view/wp-slimstat-reports.php:1092
5235
+ msgid "Avg Server Latency"
5236
+ msgstr ""
5237
+
5238
+ #: ../../admin/view/wp-slimstat-reports.php:1093
5239
+ #, fuzzy
5240
+ msgid "Avg Page Load Time"
5241
+ msgstr "Moyenne des pages vues"
5242
+
5243
+ #: ../../admin/view/wp-slimstat-reports.php:1120
5244
  msgid "Visits"
5245
  msgstr "Visites"
5246
 
5247
+ #: ../../admin/view/wp-slimstat-reports.php:1124
5248
  msgid "Domains"
5249
  msgstr "Domaines"
5250
 
5251
+ #: ../../admin/view/wp-slimstat-reports.php:1129
5252
  msgid "Avg Pageviews"
5253
  msgstr "Moyenne des pages vues"
5254
 
5255
+ #~ msgid "Visitors"
5256
+ #~ msgstr "Visiteurs"
5257
+
5258
+ #~ msgid "Content"
5259
+ #~ msgstr "Contenu"
5260
+
5261
+ #~ msgid ""
5262
+ #~ "WARNING: a misconfigured setting and/or server environment is preventing "
5263
+ #~ "WP SlimStat from properly tracking your visitors. Please <a target="
5264
+ #~ "\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/"
5265
+ #~ "\">check the FAQs</a> for more information."
5266
+ #~ msgstr ""
5267
+ #~ "ATTENTION: une erreur de configuration et/ou de l'environnement du "
5268
+ #~ "serveur peut empêcher WP SlimStat de suivre correctement vos visiteurs. "
5269
+ #~ "Veuillez consulter <a target=\"_blank\" href=\"http://wordpress.org/"
5270
+ #~ "extend/plugins/wp-slimstat/faq/\">les FAQ</a> pour plus d'informations."
5271
+
5272
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
5273
+ #~ msgstr "Jetez un oeil sur ce que font vos visiteurs humains sur le site"
5274
+
5275
+ #~ msgid "Visit with keywords"
5276
+ #~ msgstr "Visite avec mots clés"
5277
+
5278
+ #~ msgid "Known User"
5279
+ #~ msgstr "Utilisateur connu"
5280
+
5281
+ #, fuzzy
5282
+ #~ msgid "Human Visitor"
5283
+ #~ msgstr "Visiteurs humains"
5284
+
5285
+ #, fuzzy
5286
+ #~ msgid "At A Glance"
5287
+ #~ msgstr "Brièvement"
5288
+
5289
+ #~ msgid ""
5290
+ #~ "Click on a data point to display the activity chart for each hour of that "
5291
+ #~ "day"
5292
+ #~ msgstr ""
5293
+ #~ "Cliquez sur un point de données pour afficher le graphique d'activité "
5294
+ #~ "pour chaque heure de la journée"
5295
+
5296
+ #~ msgid "Longest Post (ID)"
5297
+ #~ msgstr "ID du post leplus long"
5298
+
5299
+ #~ msgid "Longest Comment (ID)"
5300
+ #~ msgstr "Commentaire le plus long (ID)"
5301
+
5302
  #~ msgid ""
5303
  #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
5304
  #~ "getused.to.it/\">WP SlimStat</a>."
6409
  #~ msgid "l-zu-ZA"
6410
  #~ msgstr "Zoulou"
6411
 
 
 
 
6412
  #~ msgid "Show records where"
6413
  #~ msgstr "Afficher les enregistrements où"
6414
 
7284
  #~ msgid "Delete forever"
7285
  #~ msgstr "Filtrer les pages vues pour que"
7286
 
 
 
 
 
7287
  #, fuzzy
7288
  #~ msgid "Custom HEAD meta"
7289
  #~ msgstr "Rapports personnalisés"
admin/lang/wp-slimstat-it_IT.mo CHANGED
Binary file
admin/lang/wp-slimstat-it_IT.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2014-08-31 11:53-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
@@ -14,154 +14,144 @@ msgstr ""
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../..\n"
16
 
17
- #: ../../wp-slimstat.php:1296 ../../admin/config/index.php:60
18
- msgid "Activity Log"
19
- msgstr "Registro delle attivit&agrave;"
 
20
 
21
- #: ../../wp-slimstat.php:1297 ../../admin/wp-slimstat-admin.php:482
22
- #: ../../admin/wp-slimstat-admin.php:499
23
- #: ../../admin/view/wp-slimstat-reports.php:27
24
  msgid "Overview"
25
  msgstr "Panoramica"
26
 
27
- #: ../../wp-slimstat.php:1298
28
- msgid "Visitors"
 
 
29
  msgstr "Visitatori"
30
 
31
- #: ../../wp-slimstat.php:1299
32
- msgid "Content"
33
- msgstr "Contenuto"
 
 
34
 
35
- #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:485
36
- #: ../../admin/wp-slimstat-admin.php:502 ../../admin/view/index.php:177
37
- #: ../../admin/view/wp-slimstat-reports.php:30
38
  msgid "Traffic Sources"
39
  msgstr "Sorgenti di traffico"
40
 
41
- #: ../../wp-slimstat.php:1301 ../../admin/view/wp-slimstat-reports.php:99
42
- msgid "World Map"
 
 
43
  msgstr "Mappa"
44
 
45
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:487
46
- #: ../../admin/wp-slimstat-admin.php:504
47
- #: ../../admin/view/wp-slimstat-reports.php:32
48
  msgid "Custom Reports"
49
  msgstr "Rapporti personali"
50
 
51
- #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:488
52
- #: ../../admin/wp-slimstat-admin.php:505 ../../admin/config/addons.php:29
53
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:247
54
  msgid "Add-ons"
55
  msgstr "Add-ons"
56
 
57
- #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:534
58
- #: ../../admin/wp-slimstat-admin.php:537 ../../admin/config/index.php:14
59
- #: ../../admin/config/index.php:137
60
  msgid "Settings"
61
  msgstr "Impostazioni"
62
 
63
- #: ../../admin/wp-slimstat-admin.php:480 ../../admin/wp-slimstat-admin.php:492
64
- #: ../../admin/wp-slimstat-admin.php:495
65
  msgid "SlimStat"
66
  msgstr "SlimStat"
67
 
68
- #: ../../admin/wp-slimstat-admin.php:481
69
- #: ../../admin/view/wp-slimstat-reports.php:26
70
- msgid "Real-Time Log"
71
- msgstr "In diretta"
72
-
73
- #: ../../admin/wp-slimstat-admin.php:483 ../../admin/wp-slimstat-admin.php:500
74
- #: ../../admin/view/wp-slimstat-reports.php:28
75
- msgid "Audience"
76
- msgstr "Visitatori"
77
-
78
- #: ../../admin/wp-slimstat-admin.php:484 ../../admin/wp-slimstat-admin.php:501
79
- #: ../../admin/view/wp-slimstat-reports.php:29
80
- msgid "Site Analysis"
81
- msgstr "Analisi del sito"
82
-
83
- #: ../../admin/wp-slimstat-admin.php:486 ../../admin/wp-slimstat-admin.php:503
84
- #: ../../admin/view/wp-slimstat-reports.php:31
85
- msgid "Map Overlay"
86
- msgstr "Mappa"
87
-
88
- #: ../../admin/wp-slimstat-admin.php:576
89
  msgid "Pageviews in the last 365 days"
90
  msgstr "Accessi negli ultimi 365 giorni"
91
 
92
- #: ../../admin/wp-slimstat-admin.php:603
93
  msgid "Show on screen"
94
  msgstr "Scegli cosa visualizzare"
95
 
96
- #: ../../admin/wp-slimstat-admin.php:668
97
  msgid "Hide this notice"
98
  msgstr "Nascondi questa nota"
99
 
100
- #: ../../admin/wp-slimstat-admin.php:704
101
  msgid "There was an error updating the following options:"
102
  msgstr ""
103
  "Si è verificato un errore nell'aggiornamento delle seguente impostazioni:"
104
 
105
- #: ../../admin/wp-slimstat-admin.php:707
106
- #, fuzzy
107
  msgid "Your changes have been saved."
108
- msgstr "Le impostazioni sono state salvate con successo."
109
 
110
- #: ../../admin/wp-slimstat-admin.php:730
111
  msgid "Save Changes"
112
  msgstr "Salva"
113
 
114
- #: ../../admin/wp-slimstat-admin.php:754
115
  msgid "Yes"
116
  msgstr "Si"
117
 
118
- #: ../../admin/wp-slimstat-admin.php:755
119
- #: ../../admin/view/wp-slimstat-reports.php:732
120
  msgid "No"
121
  msgstr "No"
122
 
123
- #: ../../admin/wp-slimstat-admin.php:800
 
 
 
 
124
  msgid "Definitions"
125
  msgstr "Definizioni"
126
 
127
- #: ../../admin/wp-slimstat-admin.php:803
128
  msgid "Pageview"
129
  msgstr "Accesso"
130
 
131
- #: ../../admin/wp-slimstat-admin.php:803
132
  msgid ""
133
  "A request to load a single HTML file (\"page\"). This should be contrasted "
134
  "with a \"hit\", which refers to a request for any file from a web server. "
135
  "Slimstat logs a pageview each time the tracking code is executed"
136
  msgstr ""
137
 
138
- #: ../../admin/wp-slimstat-admin.php:804
139
  msgid "(Human) Visit"
140
  msgstr "Visita umana"
141
 
142
- #: ../../admin/wp-slimstat-admin.php:804
143
  msgid ""
144
  "A period of interaction between a visitor's browser and your website, ending "
145
  "when the browser is closed or when the user has been inactive on that site "
146
  "for 30 minutes"
147
  msgstr ""
148
 
149
- #: ../../admin/wp-slimstat-admin.php:805 ../../admin/view/index.php:152
150
- #: ../../admin/view/right-now.php:156
151
  msgid "Known Visitor"
152
  msgstr "Visitatore noto"
153
 
154
- #: ../../admin/wp-slimstat-admin.php:805
155
  msgid ""
156
  "Any user who has left a comment on your blog, and is thus identified by "
157
  "Wordpress as a returning visitor"
158
  msgstr ""
159
 
160
- #: ../../admin/wp-slimstat-admin.php:806
161
  msgid "Unique IP"
162
  msgstr "IP unico"
163
 
164
- #: ../../admin/wp-slimstat-admin.php:806
165
  msgid ""
166
  "Used to differentiate between multiple requests to download a file from one "
167
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -169,120 +159,120 @@ msgid ""
169
  "from, it is useful, but not perfect"
170
  msgstr ""
171
 
172
- #: ../../admin/wp-slimstat-admin.php:807 ../../admin/wp-slimstat-admin.php:849
173
- #: ../../admin/view/right-now.php:101 ../../admin/view/wp-slimstat-db.php:64
174
  msgid "Originating IP"
175
  msgstr "IP originante"
176
 
177
- #: ../../admin/wp-slimstat-admin.php:807
178
  msgid ""
179
  "the originating IP address of a client connecting to a web server through an "
180
  "HTTP proxy or load balancer"
181
  msgstr ""
182
 
183
- #: ../../admin/wp-slimstat-admin.php:808
184
  msgid "Direct Traffic"
185
  msgstr "Visita diretta"
186
 
187
- #: ../../admin/wp-slimstat-admin.php:808
188
  msgid ""
189
  "All those people showing up to your Web site by typing in the URL of your "
190
  "Web site coming or from a bookmark; some people also call this \"default "
191
  "traffic\" or \"ambient traffic\""
192
  msgstr ""
193
 
194
- #: ../../admin/wp-slimstat-admin.php:809
195
  msgid "Search Engine"
196
  msgstr "Motore di ricerca"
197
 
198
- #: ../../admin/wp-slimstat-admin.php:809
199
  msgid ""
200
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
201
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
202
  msgstr ""
203
 
204
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
205
- #: ../../admin/view/right-now.php:135 ../../admin/view/wp-slimstat-db.php:45
206
  msgid "Search Terms"
207
  msgstr "Parole chiave"
208
 
209
- #: ../../admin/wp-slimstat-admin.php:810 ../../admin/wp-slimstat-admin.php:826
210
  msgid "Keywords used by your visitors to find your website on a search engine"
211
  msgstr "Parole chiave che i visitatori hanno inserito nel motore di ricerca"
212
 
213
- #: ../../admin/wp-slimstat-admin.php:811
214
  msgid "SERP"
215
  msgstr "SERP"
216
 
217
- #: ../../admin/wp-slimstat-admin.php:811
218
  msgid ""
219
  "Short for search engine results page, the Web page that a search engine "
220
  "returns with the results of its search. The value shown represents your rank "
221
  "(or position) within that list of results"
222
  msgstr ""
223
 
224
- #: ../../admin/wp-slimstat-admin.php:812
225
  #: ../../admin/view/wp-slimstat-db.php:57
226
  msgid "User Agent"
227
  msgstr "Browser"
228
 
229
- #: ../../admin/wp-slimstat-admin.php:812
230
  msgid ""
231
  "Any program used for accessing a website; this includes browsers, robots, "
232
  "spiders and any other program that was used to retrieve information from the "
233
  "site"
234
  msgstr ""
235
 
236
- #: ../../admin/wp-slimstat-admin.php:813
237
- #: ../../admin/view/wp-slimstat-db.php:61
238
  msgid "Outbound Link"
239
  msgstr "Link in uscita"
240
 
241
- #: ../../admin/wp-slimstat-admin.php:813
242
  msgid ""
243
  "A link from one domain to another is said to be outbound from its source "
244
  "anchor and inbound to its target. This report lists all the links to other "
245
  "websites followed by your visitors."
246
  msgstr ""
247
 
248
- #: ../../admin/wp-slimstat-admin.php:820
249
  msgid "Basic Filters"
250
  msgstr "Filtri di base"
251
 
252
- #: ../../admin/wp-slimstat-admin.php:823
253
- #: ../../admin/view/wp-slimstat-db.php:42
254
  msgid "Browser"
255
  msgstr "Browser"
256
 
257
- #: ../../admin/wp-slimstat-admin.php:823
258
  msgid "User agent (Firefox, Chrome, ...)"
259
  msgstr "programma usato per visualizzare il sito (Firefox, Chrome, ...)"
260
 
261
- #: ../../admin/wp-slimstat-admin.php:824
262
- #: ../../admin/view/wp-slimstat-db.php:43
263
- #: ../../admin/view/wp-slimstat-reports.php:443
264
  msgid "Country Code"
265
  msgstr "Codice Paese"
266
 
267
- #: ../../admin/wp-slimstat-admin.php:824
268
  msgid "2-letter code (us, ru, de, it, ...)"
269
  msgstr "codice di 2 lettere (us, ru, it, de, ...)"
270
 
271
- #: ../../admin/wp-slimstat-admin.php:825
272
  msgid "IP"
273
  msgstr "IP"
274
 
275
- #: ../../admin/wp-slimstat-admin.php:825
276
  msgid "Visitor's public IP address"
277
  msgstr "indirizzo pubblico del visitatore"
278
 
279
- #: ../../admin/wp-slimstat-admin.php:827
280
- #: ../../admin/view/wp-slimstat-db.php:46
281
- #: ../../admin/view/wp-slimstat-reports.php:455
282
  msgid "Language Code"
283
  msgstr "Codice Lingua"
284
 
285
- #: ../../admin/wp-slimstat-admin.php:827
286
  msgid ""
287
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
288
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -292,12 +282,12 @@ msgstr ""
292
  "href=\"http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx"
293
  "\">pagina su linguaggi e culture</a> (prima colonna)"
294
 
295
- #: ../../admin/wp-slimstat-admin.php:828
296
- #: ../../admin/view/wp-slimstat-db.php:47
297
  msgid "Operating System"
298
  msgstr "Sistema operativo"
299
 
300
- #: ../../admin/wp-slimstat-admin.php:828
301
  msgid ""
302
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
303
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -307,30 +297,30 @@ msgstr ""
307
  "visita <a target=\"_blank\" href=\"http://php.net/manual/en/function.get-"
308
  "browser.php\">questa pagina</a>"
309
 
310
- #: ../../admin/wp-slimstat-admin.php:829
311
- #: ../../admin/view/wp-slimstat-db.php:48
312
  msgid "Permalink"
313
  msgstr "Permalink"
314
 
315
- #: ../../admin/wp-slimstat-admin.php:829
316
  msgid "URL accessed on your site"
317
  msgstr "URL acceduta sul sito"
318
 
319
- #: ../../admin/wp-slimstat-admin.php:830
320
- #: ../../admin/view/wp-slimstat-db.php:50
321
  msgid "Referer"
322
  msgstr "Riferimento"
323
 
324
- #: ../../admin/wp-slimstat-admin.php:830
325
  msgid "Complete address of the referrer page"
326
  msgstr "Indirizzo completo della pagina di riferimento"
327
 
328
- #: ../../admin/wp-slimstat-admin.php:831
329
- #: ../../admin/view/wp-slimstat-db.php:51
330
  msgid "Visitor's Name"
331
  msgstr "Nome del visitatore"
332
 
333
- #: ../../admin/wp-slimstat-admin.php:831
334
  msgid ""
335
  "Visitors' names according to the cookie set by Wordpress after they leave a "
336
  "comment"
@@ -338,25 +328,25 @@ msgstr ""
338
  "Nome del visitatore come impostato da Wordpress durante l'inserimento di un "
339
  "commento"
340
 
341
- #: ../../admin/wp-slimstat-admin.php:839
342
  msgid "Advanced Filters"
343
  msgstr "Filtri avanzati"
344
 
345
- #: ../../admin/wp-slimstat-admin.php:842
346
  #: ../../admin/view/wp-slimstat-db.php:55
347
  msgid "Browser Version"
348
  msgstr "Versione Browser"
349
 
350
- #: ../../admin/wp-slimstat-admin.php:842
351
  msgid "user agent version (9.0, 11, ...)"
352
  msgstr "versione del browser (9.0, 11, ...)"
353
 
354
- #: ../../admin/wp-slimstat-admin.php:843
355
  #: ../../admin/view/wp-slimstat-db.php:56
356
  msgid "Browser Type"
357
  msgstr "Tipo di browser"
358
 
359
- #: ../../admin/wp-slimstat-admin.php:843
360
  msgid ""
361
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
362
  "all others"
@@ -364,21 +354,21 @@ msgstr ""
364
  "1 = motore di ricerca, 2 = dispositivo mobile, 3 = lettore RSS, 0 = tutti "
365
  "gli altri"
366
 
367
- #: ../../admin/wp-slimstat-admin.php:844
368
  #: ../../admin/view/wp-slimstat-db.php:58
369
  msgid "Color Depth"
370
  msgstr "Profondità dei colori"
371
 
372
- #: ../../admin/wp-slimstat-admin.php:844
373
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
374
  msgstr "profondit&agrave; di colore dello schermo (8, 16, 24, ...)"
375
 
376
- #: ../../admin/wp-slimstat-admin.php:845
377
  #: ../../admin/view/wp-slimstat-db.php:59
378
  msgid "CSS Version"
379
  msgstr "Versione CSS"
380
 
381
- #: ../../admin/wp-slimstat-admin.php:845
382
  msgid ""
383
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
384
  "values)"
@@ -386,46 +376,46 @@ msgstr ""
386
  "standard CSS supportato dal browser di quell'utente (1, 2, 3 ed altri valori "
387
  "interi)"
388
 
389
- #: ../../admin/wp-slimstat-admin.php:846
390
  #: ../../admin/view/wp-slimstat-db.php:60
391
  msgid "Pageview Attributes"
392
  msgstr "Attributi visita"
393
 
394
- #: ../../admin/wp-slimstat-admin.php:846
395
  msgid ""
396
  "this field is set to <em>[pre]</em> if the resource has been accessed "
397
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
398
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
399
  msgstr ""
400
 
401
- #: ../../admin/wp-slimstat-admin.php:847
402
- #: ../../admin/view/wp-slimstat-db.php:62
403
  msgid "Post Author"
404
  msgstr "Autore articolo"
405
 
406
- #: ../../admin/wp-slimstat-admin.php:847
407
  msgid "author associated to that post/page when the resource was accessed"
408
  msgstr "autore associato al post quando la risorsa &egrave; stata acceduta"
409
 
410
- #: ../../admin/wp-slimstat-admin.php:848
411
- #: ../../admin/view/wp-slimstat-db.php:63
412
  msgid "Post Category ID"
413
  msgstr "ID Categoria"
414
 
415
- #: ../../admin/wp-slimstat-admin.php:848
416
  msgid "ID of the category/term associated to the resource, when available"
417
  msgstr "ID della categoria associata alla risorsa, se disponibile"
418
 
419
- #: ../../admin/wp-slimstat-admin.php:849
420
  msgid "visitor's originating IP address, if available"
421
  msgstr "indirizzo IP privato del visitatore, se disponibile"
422
 
423
- #: ../../admin/wp-slimstat-admin.php:850
424
- #: ../../admin/view/wp-slimstat-db.php:65
425
  msgid "Resource Content Type"
426
  msgstr "Tipo di contenuto"
427
 
428
- #: ../../admin/wp-slimstat-admin.php:850
429
  msgid ""
430
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
431
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -439,21 +429,21 @@ msgstr ""
439
  "\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional "
440
  "Tag</a> del Codex"
441
 
442
- #: ../../admin/wp-slimstat-admin.php:851
443
- #: ../../admin/view/wp-slimstat-db.php:67
444
  msgid "Screen Resolution"
445
  msgstr "Risoluzione schermo"
446
 
447
- #: ../../admin/wp-slimstat-admin.php:851
448
  msgid "viewport width and height (1024x768, 800x600, ...)"
449
  msgstr "dimensioni della finestra del browser (1024x768, 800x600, ...)"
450
 
451
- #: ../../admin/wp-slimstat-admin.php:852
452
- #: ../../admin/view/wp-slimstat-db.php:68
453
  msgid "Visit ID"
454
  msgstr "ID Visita"
455
 
456
- #: ../../admin/wp-slimstat-admin.php:852
457
  msgid ""
458
  "generally used in conjunction with <em>is not empty</em>, identifies human "
459
  "visitors"
@@ -461,22 +451,22 @@ msgstr ""
461
  "generalmente usato con l'operatore <em>non &egrave; vuoto</em>, identifica i "
462
  "visitatori umani"
463
 
464
- #: ../../admin/wp-slimstat-admin.php:853
465
  msgid "Date Filters"
466
  msgstr "Filtri sulla data"
467
 
468
- #: ../../admin/wp-slimstat-admin.php:853
469
  msgid ""
470
  "you can specify the timeframe by entering a number in the <em>interval</em> "
471
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
472
  "year=blank, interval=-1 will set a year-to-date filter)"
473
  msgstr ""
474
 
475
- #: ../../admin/wp-slimstat-admin.php:854
476
  msgid "SERP Position"
477
  msgstr "SERP"
478
 
479
- #: ../../admin/wp-slimstat-admin.php:854
480
  msgid ""
481
  "set the filter to Referer contains cd=N&, where N is the position you are "
482
  "looking for"
@@ -520,23 +510,23 @@ msgstr "Generale"
520
  msgid "Views"
521
  msgstr "Viste"
522
 
523
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:66
524
  msgid "Filters"
525
  msgstr "Filtri"
526
 
527
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:130
528
  msgid "Permissions"
529
  msgstr "Permessi"
530
 
531
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:207
532
  msgid "Advanced"
533
  msgstr "Filtri avanzati"
534
 
535
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:240
536
  msgid "Maintenance"
537
  msgstr "Manutenzione"
538
 
539
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:213
540
  msgid "Tracker"
541
  msgstr "Sistema di tracciamento"
542
 
@@ -597,13 +587,12 @@ msgid "Menu Position"
597
  msgstr "Posizione Menu"
598
 
599
  #: ../../admin/config/index.php:27
600
- #, fuzzy
601
  msgid ""
602
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
603
  "admin bar (if visible)."
604
  msgstr ""
605
- "Ti consente di decidere se vuoi avere il menu di WP SlimStat nella "
606
- "navigazione qui a fianco o nella barra di amministrazione."
607
 
608
  #: ../../admin/config/index.php:27
609
  msgid "Side Menu"
@@ -614,9 +603,8 @@ msgid "Admin Bar"
614
  msgstr "Barra di amministrazione"
615
 
616
  #: ../../admin/config/index.php:28
617
- #, fuzzy
618
  msgid "Add Stats to Posts and Pages"
619
- msgstr "Mostra contatore in Articoli"
620
 
621
  #: ../../admin/config/index.php:28
622
  msgid ""
@@ -648,9 +636,9 @@ msgstr "Prossima pulizia il"
648
  msgid "Entries logged on or before %s will be permanently deleted."
649
  msgstr ""
650
 
651
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:85
652
- #: ../../admin/view/wp-slimstat-db.php:75
653
- #: ../../admin/view/wp-slimstat-reports.php:732
654
  msgid "days"
655
  msgstr "giorni"
656
 
@@ -675,9 +663,8 @@ msgid "Choose the number format you want to use for your reports."
675
  msgstr ""
676
 
677
  #: ../../admin/config/index.php:49
678
- #, fuzzy
679
  msgid "Enable SOV"
680
- msgstr "Attiva CDN"
681
 
682
  #: ../../admin/config/index.php:49
683
  msgid ""
@@ -716,103 +703,116 @@ msgid ""
716
  "feature if you need to see the URL in your reports."
717
  msgstr ""
718
 
719
- #: ../../admin/config/index.php:54
 
 
 
 
 
 
 
 
 
 
720
  msgid "Functionality"
721
  msgstr "Funzionalit&agrave;"
722
 
723
- #: ../../admin/config/index.php:55
724
  msgid "Asynchronous Views"
725
  msgstr "Viste asincrone"
726
 
727
- #: ../../admin/config/index.php:55
728
  msgid ""
729
  "Load all the reports dynamically. It makes the reports render faster, but it "
730
  "increases the load on your server."
731
  msgstr ""
732
 
733
- #: ../../admin/config/index.php:56
734
  msgid "SlimScroll"
735
- msgstr ""
736
 
737
- #: ../../admin/config/index.php:56
738
  msgid ""
739
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
740
  "scrollbar."
741
  msgstr ""
742
 
743
- #: ../../admin/config/index.php:57
744
  msgid "Expand Details"
745
  msgstr "Espandi dettagli"
746
 
747
- #: ../../admin/config/index.php:57
748
  msgid "Expand each row's details by default, insted of on mousehover."
749
  msgstr ""
750
 
751
- #: ../../admin/config/index.php:58 ../../admin/config/index.php:62
752
  msgid "Rows to Display"
753
  msgstr "Righe da visualizzare"
754
 
755
- #: ../../admin/config/index.php:58
756
  msgid "Specify the number of items in each report."
757
- msgstr ""
758
 
759
  #: ../../admin/config/index.php:61
 
 
 
 
760
  msgid "Live Stream"
761
  msgstr "Aggiornamento in diretta"
762
 
763
- #: ../../admin/config/index.php:61
764
  msgid ""
765
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
766
- "Enter <strong>0</strong> (number zero) to disable this functionality."
767
  msgstr ""
768
 
769
- #: ../../admin/config/index.php:61 ../../admin/config/index.php:216
770
  msgid "seconds"
771
  msgstr "secondi"
772
 
773
- #: ../../admin/config/index.php:62
774
  msgid "Specify the number of items in the Activity Log."
775
- msgstr ""
776
 
777
- #: ../../admin/config/index.php:63
778
- #, fuzzy
779
  msgid "Activity Log Extended"
780
  msgstr "Registro delle attivit&agrave;"
781
 
782
- #: ../../admin/config/index.php:63
783
  msgid ""
784
  "Choose if you want to see outbound links listed in the Activity Log. It "
785
  "might slow down the rendering of this report."
786
  msgstr ""
787
 
788
- #: ../../admin/config/index.php:68
789
  msgid "Visitors and Known Users"
790
  msgstr "Visitatori ed utenti noti"
791
 
792
- #: ../../admin/config/index.php:69
793
  msgid "Track Registered Users"
794
  msgstr "Traccia utenti"
795
 
796
- #: ../../admin/config/index.php:69
797
  msgid "Enable this option to track logged in users."
798
  msgstr "Attiva questa opzione se vuoi tracciare gli utenti autenticati."
799
 
800
- #: ../../admin/config/index.php:70
801
  msgid "Blacklist by Username"
802
  msgstr "Lista nera degli username"
803
 
804
- #: ../../admin/config/index.php:70
805
  msgid ""
806
  "List all the usernames you don't want to track, separated by commas. Please "
807
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
808
  "sensitive."
809
  msgstr ""
810
 
811
- #: ../../admin/config/index.php:71
812
  msgid "Blacklist by IP Address"
813
  msgstr "Lista nera degli indirizzi IP"
814
 
815
- #: ../../admin/config/index.php:71
816
  msgid ""
817
  "List all the IP addresses you don't want to track, separated by commas. Each "
818
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -821,26 +821,26 @@ msgid ""
821
  "public IP and the originating IP, if available."
822
  msgstr ""
823
 
824
- #: ../../admin/config/index.php:72
825
  msgid "Blacklist by Capability"
826
  msgstr "Lista nera delle capability"
827
 
828
- #: ../../admin/config/index.php:72
829
  msgid ""
830
  "Users having at least one of the <a href='http://codex.wordpress.org/"
831
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
832
  "will not be tracked. Capabilities are case-insensitive."
833
  msgstr ""
834
 
835
- #: ../../admin/config/index.php:74
836
  msgid "Profiling"
837
  msgstr "Profili"
838
 
839
- #: ../../admin/config/index.php:75
840
  msgid "Ignore Spammers"
841
  msgstr "Ignora spam"
842
 
843
- #: ../../admin/config/index.php:75
844
  msgid ""
845
  "Enable this option if you don't want to track visits from users identified "
846
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -848,11 +848,11 @@ msgid ""
848
  "database."
849
  msgstr ""
850
 
851
- #: ../../admin/config/index.php:76
852
  msgid "Permalinks"
853
  msgstr "Permalink"
854
 
855
- #: ../../admin/config/index.php:76
856
  msgid ""
857
  "List all the URLs on your website that you don't want to track, separated by "
858
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -863,21 +863,21 @@ msgid ""
863
  "case-insensitive."
864
  msgstr ""
865
 
866
- #: ../../admin/config/index.php:77
867
  msgid "Countries"
868
  msgstr "Classifica Paesi"
869
 
870
- #: ../../admin/config/index.php:77
871
  msgid ""
872
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
873
  "track, separated by commas."
874
  msgstr ""
875
 
876
- #: ../../admin/config/index.php:78
877
  msgid "User Agents"
878
  msgstr "Browser"
879
 
880
- #: ../../admin/config/index.php:78
881
  msgid ""
882
  "Browsers (user agents) you don't want to track, separated by commas. You can "
883
  "specify the browser's version adding a slash after the name (i.e. "
@@ -887,11 +887,11 @@ msgid ""
887
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
888
  msgstr ""
889
 
890
- #: ../../admin/config/index.php:79
891
  msgid "Referring Sites"
892
  msgstr "Domini sorgente"
893
 
894
- #: ../../admin/config/index.php:79
895
  msgid ""
896
  "Referring URLs that you don't want to track, separated by commas: "
897
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -901,58 +901,58 @@ msgid ""
901
  "https://)."
902
  msgstr ""
903
 
904
- #: ../../admin/config/index.php:81 ../../admin/config/index.php:233
905
  msgid "Miscellaneous"
906
  msgstr "Altre impostazioni"
907
 
908
- #: ../../admin/config/index.php:82
909
  msgid "Enable Privacy Mode"
910
  msgstr "Attiva privacy"
911
 
912
- #: ../../admin/config/index.php:82
913
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
914
  msgstr ""
915
 
916
- #: ../../admin/config/index.php:83
917
  msgid "Ignore Prefetch Requests"
918
  msgstr "Ignora requeste prefetch"
919
 
920
- #: ../../admin/config/index.php:83
921
  msgid ""
922
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
923
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
924
  "target='_blank'>Link Prefetching functionality</a>."
925
  msgstr ""
926
 
927
- #: ../../admin/config/index.php:99
928
  msgid "Ignore users (username not found)"
929
  msgstr "Ignora utenti (nome utente non trovato)"
930
 
931
- #: ../../admin/config/index.php:122
932
  msgid ""
933
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
934
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
935
  msgstr ""
936
 
937
- #: ../../admin/config/index.php:132
938
  msgid "Reports"
939
  msgstr "Rapporti"
940
 
941
- #: ../../admin/config/index.php:133
942
  msgid "Restrict Authors"
943
  msgstr "Limita autori"
944
 
945
- #: ../../admin/config/index.php:133
946
  msgid ""
947
  "Enable this option if you want your authors to only see stats related to "
948
  "their own content."
949
  msgstr ""
950
 
951
- #: ../../admin/config/index.php:134 ../../admin/config/index.php:138
952
  msgid "Capability"
953
  msgstr "Capability"
954
 
955
- #: ../../admin/config/index.php:134
956
  msgid ""
957
  "Specify the minimum <a href='http://codex.wordpress.org/"
958
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -962,18 +962,18 @@ msgid ""
962
  "In this case, the list has precedence over the capability."
963
  msgstr ""
964
 
965
- #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
966
  msgid "Whitelist"
967
  msgstr "Lista bianca"
968
 
969
- #: ../../admin/config/index.php:135
970
  msgid ""
971
  "List all the users who should have access to the reports, separated by "
972
  "commas. Administrators are implicitly allowed, so you don't need to list "
973
  "them in here. Usernames are case sensitive."
974
  msgstr ""
975
 
976
- #: ../../admin/config/index.php:138
977
  msgid ""
978
  "Specify the minimum <a href='http://codex.wordpress.org/"
979
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -981,82 +981,82 @@ msgid ""
981
  "can be used to override this option for specific users."
982
  msgstr ""
983
 
984
- #: ../../admin/config/index.php:139
985
  msgid ""
986
  "List all the users who can edit these options, separated by commas. Please "
987
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
988
  "not forget to include yourself! Usernames are case sensitive."
989
  msgstr ""
990
 
991
- #: ../../admin/config/index.php:155
992
  msgid "Read access: username not found"
993
  msgstr "Accesso ai rapporti: nome utente non valido"
994
 
995
- #: ../../admin/config/index.php:168 ../../admin/config/index.php:199
996
  msgid ""
997
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
998
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
999
  "information"
1000
  msgstr ""
1001
 
1002
- #: ../../admin/config/index.php:186
1003
  msgid "Config access: username not found"
1004
  msgstr "Accesso alle impostazioni: nome utente non valido"
1005
 
1006
- #: ../../admin/config/index.php:214
1007
  msgid "Detect Smoothing"
1008
  msgstr "Test smoothing"
1009
 
1010
- #: ../../admin/config/index.php:214
1011
  msgid ""
1012
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1013
  "This option required Spy Mode to be enabled."
1014
  msgstr ""
1015
 
1016
- #: ../../admin/config/index.php:215
1017
  msgid "Track Outbound Clicks"
1018
  msgstr "Traccia link in uscita"
1019
 
1020
- #: ../../admin/config/index.php:215
1021
  msgid ""
1022
  "Track when your visitors click on link to external websites. This option "
1023
  "required Spy Mode to be enabled."
1024
  msgstr ""
1025
 
1026
- #: ../../admin/config/index.php:216
1027
  msgid "Session Duration"
1028
  msgstr "Durata della sessione"
1029
 
1030
- #: ../../admin/config/index.php:216
1031
  msgid ""
1032
  "How many seconds should a human session last? Google Analytics sets it to "
1033
  "1800 seconds."
1034
  msgstr ""
1035
 
1036
- #: ../../admin/config/index.php:217
1037
  msgid "Extend Session"
1038
  msgstr "Estendi sessione"
1039
 
1040
- #: ../../admin/config/index.php:217
1041
  msgid "Extend the duration of a session each time the user visits a new page."
1042
  msgstr ""
1043
 
1044
- #: ../../admin/config/index.php:218
1045
  msgid "Enable CDN"
1046
  msgstr "Attiva CDN"
1047
 
1048
- #: ../../admin/config/index.php:218
1049
  msgid ""
1050
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1051
  "by serving our tracking code from their fast and reliable network (free "
1052
  "service)."
1053
  msgstr ""
1054
 
1055
- #: ../../admin/config/index.php:219
1056
  msgid "Extensions to Track"
1057
  msgstr "Estensioni da tracciare"
1058
 
1059
- #: ../../admin/config/index.php:219
1060
  msgid ""
1061
  "List all the file extensions that you want to be treated as Downloads. "
1062
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1065,36 +1065,37 @@ msgid ""
1065
  "below."
1066
  msgstr ""
1067
 
1068
- #: ../../admin/config/index.php:221
1069
- #, fuzzy
1070
  msgid "External Pages"
1071
- msgstr "Accessi totali"
1072
 
1073
- #: ../../admin/config/index.php:222
1074
  msgid "Add the following code to all the non-WP pages you want to track"
1075
  msgstr ""
1076
 
1077
- #: ../../admin/config/index.php:234
1078
  msgid "Debug Mode"
1079
- msgstr ""
1080
 
1081
- #: ../../admin/config/index.php:234
1082
  msgid "Display the SQL queries used to retrieve the data."
1083
  msgstr ""
 
 
1084
 
1085
- #: ../../admin/config/index.php:235
1086
  msgid "IP Lookup"
1087
  msgstr "Geolocalizzazione"
1088
 
1089
- #: ../../admin/config/index.php:235
1090
  msgid "Customize the Geolocation service to be used in the reports."
1091
  msgstr ""
1092
 
1093
- #: ../../admin/config/index.php:236
1094
  msgid "Custom CSS"
1095
  msgstr "Personalizza CSS "
1096
 
1097
- #: ../../admin/config/index.php:236
1098
  msgid ""
1099
  "Paste here your custom stylesheet to personalize the way your reports look. "
1100
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1102,11 +1103,11 @@ msgid ""
1102
  "setting."
1103
  msgstr ""
1104
 
1105
- #: ../../admin/config/index.php:237
1106
  msgid "Enable UAN"
1107
  msgstr "Attiva UAN"
1108
 
1109
- #: ../../admin/config/index.php:237
1110
  msgid ""
1111
  "Send anonymous data about user agents to our server for analysis. This "
1112
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -1116,9 +1117,8 @@ msgid ""
1116
  msgstr ""
1117
 
1118
  #: ../../admin/config/maintenance.php:20
1119
- #, fuzzy
1120
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1121
- msgstr "Le tabelle di WP SlimStat sono state convertite ad InnoDB."
1122
 
1123
  #: ../../admin/config/maintenance.php:30
1124
  msgid "records deleted from your database."
@@ -1133,14 +1133,13 @@ msgid "Your reports were successfully restored to their default arrangement."
1133
  msgstr "I rapporti sono stati ripristinati con successo."
1134
 
1135
  #: ../../admin/config/maintenance.php:46
1136
- #, fuzzy
1137
  msgid ""
1138
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1139
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1140
  msgstr ""
1141
- "Congratulazioni. WP SlimStat &egrave; stato ottimizzato per la <a href="
1142
- "\"http://www.youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank"
1143
- "\">velocit&agrave; smodata</a>."
1144
 
1145
  #: ../../admin/config/maintenance.php:53
1146
  msgid ""
@@ -1210,24 +1209,24 @@ msgstr "è maggiore di"
1210
  msgid "is less than"
1211
  msgstr "è minore di"
1212
 
1213
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:24
1214
  msgid "matches"
1215
  msgstr "soddisfa"
1216
 
1217
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:25
1218
  msgid "does not match"
1219
  msgstr "non soddisfa"
1220
 
1221
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:26
1222
  msgid "is empty"
1223
  msgstr "è vuoto"
1224
 
1225
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:27
1226
  msgid "is not empty"
1227
  msgstr "non è vuoto"
1228
 
1229
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:40
1230
- #: ../../admin/view/index.php:86
1231
  msgid "Apply"
1232
  msgstr "Applica"
1233
 
@@ -1714,7 +1713,6 @@ msgstr "Bulgaro"
1714
 
1715
  # Bulgarian
1716
  #: ../../admin/lang/dynamic_strings.php:96
1717
- #, fuzzy
1718
  msgid "l-bg-bg"
1719
  msgstr "Bulgaro"
1720
 
@@ -1729,7 +1727,6 @@ msgstr "Catalano"
1729
 
1730
  # Catalan
1731
  #: ../../admin/lang/dynamic_strings.php:99
1732
- #, fuzzy
1733
  msgid "l-ca-es"
1734
  msgstr "Catalano"
1735
 
@@ -1740,7 +1737,6 @@ msgstr "Ceco"
1740
 
1741
  # Czech
1742
  #: ../../admin/lang/dynamic_strings.php:101
1743
- #, fuzzy
1744
  msgid "l-cs-cz"
1745
  msgstr "Ceco"
1746
 
@@ -1832,7 +1828,6 @@ msgstr "Inglese/Canada"
1832
 
1833
  # English/Canada
1834
  #: ../../admin/lang/dynamic_strings.php:120
1835
- #, fuzzy
1836
  msgid "l-en-cb"
1837
  msgstr "Inglese/Canada"
1838
 
@@ -1858,7 +1853,6 @@ msgstr "Inglese/Nuova Zelanda"
1858
 
1859
  # English
1860
  #: ../../admin/lang/dynamic_strings.php:125
1861
- #, fuzzy
1862
  msgid "l-en-ph"
1863
  msgstr "Inglese"
1864
 
@@ -1879,7 +1873,6 @@ msgstr "Inglese/Sud Africa"
1879
 
1880
  # English/South Africa
1881
  #: ../../admin/lang/dynamic_strings.php:129
1882
- #, fuzzy
1883
  msgid "l-en-zw"
1884
  msgstr "Inglese/Sud Africa"
1885
 
@@ -1995,7 +1988,6 @@ msgstr "Estone"
1995
 
1996
  # Estonian
1997
  #: ../../admin/lang/dynamic_strings.php:152
1998
- #, fuzzy
1999
  msgid "l-et-ee"
2000
  msgstr "Estone"
2001
 
@@ -2006,7 +1998,6 @@ msgstr "Basco"
2006
 
2007
  # Basque
2008
  #: ../../admin/lang/dynamic_strings.php:154
2009
- #, fuzzy
2010
  msgid "l-eu-es"
2011
  msgstr "Basco"
2012
 
@@ -2017,7 +2008,6 @@ msgstr "Farsi"
2017
 
2018
  # Farsi
2019
  #: ../../admin/lang/dynamic_strings.php:156
2020
- #, fuzzy
2021
  msgid "l-fa-ir"
2022
  msgstr "Farsi"
2023
 
@@ -2028,7 +2018,6 @@ msgstr "Finlandese"
2028
 
2029
  # Finnish
2030
  #: ../../admin/lang/dynamic_strings.php:158
2031
- #, fuzzy
2032
  msgid "l-fi-fi"
2033
  msgstr "Finlandese"
2034
 
@@ -2039,7 +2028,6 @@ msgstr "Faeroer"
2039
 
2040
  # Faeroese
2041
  #: ../../admin/lang/dynamic_strings.php:160
2042
- #, fuzzy
2043
  msgid "l-fo-fo"
2044
  msgstr "Faeroer"
2045
 
@@ -2075,7 +2063,6 @@ msgstr "Francese/Lussemburgo"
2075
 
2076
  # French/Switzerland
2077
  #: ../../admin/lang/dynamic_strings.php:167
2078
- #, fuzzy
2079
  msgid "l-fr-mc"
2080
  msgstr "Francese/Svizzera"
2081
 
@@ -2086,7 +2073,6 @@ msgstr "Galiziano"
2086
 
2087
  # Spanish
2088
  #: ../../admin/lang/dynamic_strings.php:169
2089
- #, fuzzy
2090
  msgid "l-gl-es"
2091
  msgstr "Spagnolo"
2092
 
@@ -2115,7 +2101,6 @@ msgstr "Hindi"
2115
 
2116
  # Hindi
2117
  #: ../../admin/lang/dynamic_strings.php:175
2118
- #, fuzzy
2119
  msgid "l-hi-in"
2120
  msgstr "Hindi"
2121
 
@@ -2126,13 +2111,11 @@ msgstr "Croato"
2126
 
2127
  # Croatian
2128
  #: ../../admin/lang/dynamic_strings.php:177
2129
- #, fuzzy
2130
  msgid "l-hr-ba"
2131
  msgstr "Croato"
2132
 
2133
  # Croatian
2134
  #: ../../admin/lang/dynamic_strings.php:178
2135
- #, fuzzy
2136
  msgid "l-hr-hr"
2137
  msgstr "Croato"
2138
 
@@ -2161,7 +2144,6 @@ msgstr "Indonesiano"
2161
 
2162
  # Indonesian
2163
  #: ../../admin/lang/dynamic_strings.php:184
2164
- #, fuzzy
2165
  msgid "l-id-id"
2166
  msgstr "Indonesiano"
2167
 
@@ -2172,7 +2154,6 @@ msgstr "Islandese"
2172
 
2173
  # Icelandic
2174
  #: ../../admin/lang/dynamic_strings.php:186
2175
- #, fuzzy
2176
  msgid "l-is-is"
2177
  msgstr "Islandese"
2178
 
@@ -2237,13 +2218,11 @@ msgstr "Coreano/Corea Sud"
2237
 
2238
  # Korean
2239
  #: ../../admin/lang/dynamic_strings.php:200
2240
- #, fuzzy
2241
  msgid "l-kok"
2242
  msgstr "Coreano"
2243
 
2244
  # Korean
2245
  #: ../../admin/lang/dynamic_strings.php:201
2246
- #, fuzzy
2247
  msgid "l-kok-in"
2248
  msgstr "Coreano"
2249
 
@@ -2262,7 +2241,6 @@ msgstr "Lituano"
2262
 
2263
  # Lithuanian
2264
  #: ../../admin/lang/dynamic_strings.php:205
2265
- #, fuzzy
2266
  msgid "l-lt-lt"
2267
  msgstr "Lituano"
2268
 
@@ -2273,7 +2251,6 @@ msgstr "Latviano"
2273
 
2274
  # Latvian
2275
  #: ../../admin/lang/dynamic_strings.php:207
2276
- #, fuzzy
2277
  msgid "l-lv-lv"
2278
  msgstr "Latviano"
2279
 
@@ -2292,7 +2269,6 @@ msgstr "Macedone"
2292
 
2293
  # Macedonian
2294
  #: ../../admin/lang/dynamic_strings.php:211
2295
- #, fuzzy
2296
  msgid "l-mk-ml"
2297
  msgstr "Macedone"
2298
 
@@ -2319,13 +2295,11 @@ msgstr "Malese"
2319
 
2320
  # Malaysian
2321
  #: ../../admin/lang/dynamic_strings.php:217
2322
- #, fuzzy
2323
  msgid "l-ms-bn"
2324
  msgstr "Malese"
2325
 
2326
  # Malaysian
2327
  #: ../../admin/lang/dynamic_strings.php:218
2328
- #, fuzzy
2329
  msgid "l-ms-my"
2330
  msgstr "Malese"
2331
 
@@ -2336,7 +2310,6 @@ msgstr "Maltese"
2336
 
2337
  # Maltese
2338
  #: ../../admin/lang/dynamic_strings.php:220
2339
- #, fuzzy
2340
  msgid "l-mt-mt"
2341
  msgstr "Maltese"
2342
 
@@ -2399,7 +2372,6 @@ msgstr "Pashto"
2399
 
2400
  # Spanish/Argentina
2401
  #: ../../admin/lang/dynamic_strings.php:234
2402
- #, fuzzy
2403
  msgid "l-ps-ar"
2404
  msgstr "Spagnolo/Argentina"
2405
 
@@ -2441,7 +2413,6 @@ msgstr "Rumeno"
2441
 
2442
  # Romanian
2443
  #: ../../admin/lang/dynamic_strings.php:243
2444
- #, fuzzy
2445
  msgid "l-ro-ro"
2446
  msgstr "Rumeno"
2447
 
@@ -2486,7 +2457,6 @@ msgstr "Slovacco"
2486
 
2487
  # Slovack
2488
  #: ../../admin/lang/dynamic_strings.php:253
2489
- #, fuzzy
2490
  msgid "l-sk-sk"
2491
  msgstr "Slovacco"
2492
 
@@ -2497,7 +2467,6 @@ msgstr "Sloveno"
2497
 
2498
  # Slovenian
2499
  #: ../../admin/lang/dynamic_strings.php:255
2500
- #, fuzzy
2501
  msgid "l-sl-si"
2502
  msgstr "Sloveno"
2503
 
@@ -2508,19 +2477,16 @@ msgstr "Albanese"
2508
 
2509
  # Albanian
2510
  #: ../../admin/lang/dynamic_strings.php:257
2511
- #, fuzzy
2512
  msgid "l-sq-al"
2513
  msgstr "Albanese"
2514
 
2515
  # Serbian
2516
  #: ../../admin/lang/dynamic_strings.php:258
2517
- #, fuzzy
2518
  msgid "l-sr-ba"
2519
  msgstr "Serbo"
2520
 
2521
  # Serbian
2522
  #: ../../admin/lang/dynamic_strings.php:259
2523
- #, fuzzy
2524
  msgid "l-sr-sp"
2525
  msgstr "Serbo"
2526
 
@@ -2588,7 +2554,6 @@ msgstr "Tswana"
2588
 
2589
  # English/South Africa
2590
  #: ../../admin/lang/dynamic_strings.php:274
2591
- #, fuzzy
2592
  msgid "l-tn-za"
2593
  msgstr "Inglese/Sud Africa"
2594
 
@@ -2621,7 +2586,6 @@ msgstr "Ucraino"
2621
 
2622
  # Ukrainian
2623
  #: ../../admin/lang/dynamic_strings.php:281
2624
- #, fuzzy
2625
  msgid "l-uk-ua"
2626
  msgstr "Ucraino"
2627
 
@@ -2632,7 +2596,6 @@ msgstr "Urdu"
2632
 
2633
  # Urdu
2634
  #: ../../admin/lang/dynamic_strings.php:283
2635
- #, fuzzy
2636
  msgid "l-ur-pk"
2637
  msgstr "Urdu"
2638
 
@@ -2661,7 +2624,6 @@ msgstr "Xshosa"
2661
 
2662
  # Xshosa
2663
  #: ../../admin/lang/dynamic_strings.php:289
2664
- #, fuzzy
2665
  msgid "l-xh-za"
2666
  msgstr "Xshosa"
2667
 
@@ -2682,7 +2644,6 @@ msgstr "Cinese/Hong Kong"
2682
 
2683
  # Chinese
2684
  #: ../../admin/lang/dynamic_strings.php:293
2685
- #, fuzzy
2686
  msgid "l-zh-mo"
2687
  msgstr "Cinese"
2688
 
@@ -2703,13 +2664,12 @@ msgstr "Zulu"
2703
 
2704
  # Zulu
2705
  #: ../../admin/lang/dynamic_strings.php:297
2706
- #, fuzzy
2707
  msgid "l-zu-za"
2708
  msgstr "Zulu"
2709
 
2710
  # Unknown
2711
  #: ../../admin/lang/dynamic_strings.php:298
2712
- #: ../../admin/view/wp-slimstat-reports.php:456
2713
  msgid "l-"
2714
  msgstr "Sconosciuto"
2715
 
@@ -2727,56 +2687,59 @@ msgstr "Sconosciuto"
2727
  msgid "c-xy"
2728
  msgstr "IP Locale"
2729
 
2730
- #: ../../admin/view/index.php:56 ../../admin/view/wp-slimstat-reports.php:753
 
 
 
 
2731
  msgid "Today"
2732
  msgstr "Oggi"
2733
 
2734
- #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:754
2735
  msgid "Yesterday"
2736
  msgstr "Ieri"
2737
 
2738
- #: ../../admin/view/index.php:58
2739
  msgid "Last 7 Days"
2740
  msgstr "Ultimi 7 giorni"
2741
 
2742
- #: ../../admin/view/index.php:59
2743
  msgid "Last 60 Days"
2744
  msgstr "Ultimi 60 giorni"
2745
 
2746
- #: ../../admin/view/index.php:60
2747
  msgid "Last 90 Days"
2748
  msgstr "Ultimi 90 giorni"
2749
 
2750
- #: ../../admin/view/index.php:61
2751
  msgid "This Year So Far"
2752
  msgstr "Anno Corrente"
2753
 
2754
- #: ../../admin/view/index.php:62
2755
  msgid "Date Range"
2756
  msgstr "Filtra per Data"
2757
 
2758
- #: ../../admin/view/index.php:64 ../../admin/view/wp-slimstat-db.php:72
2759
  msgid "Day"
2760
  msgstr "Giorno"
2761
 
2762
- #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db.php:73
2763
  msgid "Month"
2764
  msgstr "Mese"
2765
 
2766
- #: ../../admin/view/index.php:83 ../../admin/view/wp-slimstat-db.php:74
2767
  msgid "Year"
2768
  msgstr "Anno"
2769
 
2770
- #: ../../admin/view/index.php:88
2771
  msgid "Reset Filters"
2772
  msgstr "Rimuovi filtri"
2773
 
2774
- #: ../../admin/view/index.php:129
2775
  msgid "Your report here"
2776
  msgstr "Le tue statistiche qui"
2777
 
2778
- #: ../../admin/view/index.php:131
2779
- #, fuzzy
2780
  msgid ""
2781
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2782
  "write a new plugin that retrieves the desired information from the database "
@@ -2784,69 +2747,67 @@ msgid ""
2784
  "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2785
  "forum_id=10\" target=\"_blank\">support forum</a>."
2786
  msgstr ""
2787
- "Si, si può! Creare e vedere le proprie statistiche personalizzate per WP "
2788
- "SlimStat. Per far questo, ti basta scrivere un nuovo plugin che preleva le "
2789
  "informazioni desiderate dal database, per poi agganciarlo al codice "
2790
  "<code>wp_slimstat_custom_report</code>. Per ulteriori informazioni, visita "
2791
  "il <a href=\"http://wordpress.org/tags/wp-slimstat?forum_id=10\" target="
2792
  "\"_blank\">forum di supporto</a>."
2793
 
2794
- #: ../../admin/view/index.php:145 ../../admin/view/wp-slimstat-reports.php:744
2795
- #: ../../admin/view/wp-slimstat-reports.php:846
2796
- #: ../../admin/view/wp-slimstat-reports.php:1069
2797
  msgid "Pageviews"
2798
  msgstr "Accessi"
2799
 
2800
- #: ../../admin/view/index.php:148
2801
- #, fuzzy
2802
  msgid ""
2803
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2804
  "Slimstat leverages this information to identify returning visitors. Please "
2805
  "note that visitors also include registered users."
2806
  msgstr ""
2807
- "Quando i lettori lasciano un commento, Wordpress assegna loro dei cookie "
2808
- "memorizzati sui loro computer. WP SlimStat sfrutta queste informazioni per "
2809
- "identificare i visitatori noti."
2810
 
2811
- #: ../../admin/view/index.php:152
2812
- msgid "Take a sneak peek at what human visitors are doing on your website."
2813
- msgstr "Dai un'occhiata a cosa fanno i visitatori sul tuo sito."
2814
-
2815
- #: ../../admin/view/index.php:152 ../../admin/view/index.php:190
2816
- #: ../../admin/view/index.php:193 ../../admin/view/right-now.php:154
2817
  msgid "Color codes"
2818
  msgstr "Significato dei colori"
2819
 
2820
- #: ../../admin/view/index.php:152
2821
- msgid "From a search result page"
2822
  msgstr "Da una pagina di ricerca"
2823
 
2824
- #: ../../admin/view/index.php:152 ../../admin/view/index.php:190
2825
- #: ../../admin/view/index.php:193
2826
  msgid "Known Users"
2827
  msgstr "Utenti noti"
2828
 
2829
- #: ../../admin/view/index.php:152 ../../admin/view/index.php:190
2830
- #: ../../admin/view/index.php:193
2831
  msgid "Other Humans"
2832
  msgstr "Altri visitatori umani"
2833
 
2834
- #: ../../admin/view/index.php:156
 
 
 
 
2835
  msgid "Keywords used by your visitors to find your website on a search engine."
2836
  msgstr "Parole chiave che i visitatori hanno inserito nel motore di ricerca."
2837
 
2838
- #: ../../admin/view/index.php:159
2839
  msgid ""
2840
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2841
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2842
  "set above don't apply to this report."
2843
  msgstr ""
2844
 
2845
- #: ../../admin/view/index.php:162
2846
  msgid "Human Visits"
2847
  msgstr "Visite umane"
2848
 
2849
- #: ../../admin/view/index.php:165
2850
  msgid ""
2851
  "Internet Service Provider: a company which provides other companies or "
2852
  "individuals with access to the Internet. Your DSL or cable internet service "
@@ -2854,29 +2815,29 @@ msgid ""
2854
  "by setting the corresponding filter under Settings > Slimstat > Filters."
2855
  msgstr ""
2856
 
2857
- #: ../../admin/view/index.php:168
2858
  msgid ""
2859
  "You can configure Slimstat to ignore a specific Country by setting the "
2860
  "corresponding filter under Settings > Slimstat > Filters."
2861
  msgstr ""
2862
 
2863
- #: ../../admin/view/index.php:171
2864
  msgid ""
2865
  "This report shows you what user agent families (no version considered) are "
2866
  "popular among your visitors."
2867
  msgstr ""
2868
 
2869
- #: ../../admin/view/index.php:174
2870
  msgid ""
2871
  "This report shows you what operating system families (no version considered) "
2872
  "are popular among your visitors."
2873
  msgstr ""
2874
 
2875
- #: ../../admin/view/index.php:180
2876
  msgid "Average Pageviews per Visit"
2877
  msgstr "Media delle pagine per visita"
2878
 
2879
- #: ../../admin/view/index.php:183
2880
  msgid ""
2881
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2882
  "left your site from the entrance (landing) page."
@@ -2884,11 +2845,11 @@ msgstr ""
2884
  "Una <em>pagina di rimbalzo</em> fa riferimento ad una visita di una pagina, "
2885
  "in cui l'utente è uscito dal sito dalla stessa pagina da cui era entrato."
2886
 
2887
- #: ../../admin/view/index.php:186
2888
  msgid "Searches performed using Wordpress' built-in search functionality."
2889
  msgstr ""
2890
 
2891
- #: ../../admin/view/index.php:190
2892
  msgid ""
2893
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2894
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -2898,13 +2859,13 @@ msgstr ""
2898
  "stato cliccato su quella pagina.<br>- <em>ID:xxx</em> mostra invece "
2899
  "l'identificativo del tag HTML, se disponibile."
2900
 
2901
- #: ../../admin/view/index.php:193
2902
  msgid ""
2903
  "This report lists any <em>event</em> occurred on your website. Please refer "
2904
  "to the FAQ for more information on how to leverage this functionality."
2905
  msgstr ""
2906
 
2907
- #: ../../admin/view/index.php:196
2908
  msgid ""
2909
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2910
  "this report is not affected by the filters set here above."
@@ -2927,530 +2888,533 @@ msgid "Syndication Reader"
2927
  msgstr "Lettore RSS"
2928
 
2929
  #: ../../admin/view/right-now.php:30
2930
- #: ../../admin/view/wp-slimstat-reports.php:391
2931
- #: ../../admin/view/wp-slimstat-reports.php:650
2932
  msgid "No data to display"
2933
  msgstr "Nessun dato da visualizzare"
2934
 
2935
  # Unknown
2936
  #: ../../admin/view/right-now.php:56
2937
- #: ../../admin/view/wp-slimstat-reports.php:444
2938
- #: ../../admin/view/wp-slimstat-reports.php:693
2939
- #: ../../admin/view/wp-slimstat-reports.php:957
2940
  msgid "c-"
2941
  msgstr "Sconosciuto"
2942
 
2943
- #: ../../admin/view/right-now.php:127
2944
- #: ../../admin/view/wp-slimstat-reports.php:503
2945
- #: ../../admin/view/wp-slimstat-reports.php:507
2946
- #: ../../admin/view/wp-slimstat-reports.php:675
2947
- #: ../../admin/view/wp-slimstat-reports.php:713
 
 
 
 
 
 
 
 
 
 
 
 
2948
  msgid "Open this URL in a new window"
2949
  msgstr "Apri questo indirizzo in una nuova finestra"
2950
 
2951
- #: ../../admin/view/right-now.php:130
2952
  msgid "Local search results page"
2953
  msgstr "Ricerca locale"
2954
 
2955
- #: ../../admin/view/right-now.php:137
2956
  msgid "Open this referrer in a new window"
2957
  msgstr "Apri questa pagina in una nuova finestra"
2958
 
2959
- #: ../../admin/view/right-now.php:138
2960
  msgid "Open this outbound link in a new window"
2961
  msgstr "Apri questo indirizzo in una nuova finestra"
2962
 
2963
- #: ../../admin/view/right-now.php:139
2964
- msgid "Date and Time"
2965
- msgstr "Data e ora"
2966
-
2967
- #: ../../admin/view/right-now.php:140
2968
  msgid "Content Type"
2969
  msgstr "Tipo di contenuto"
2970
 
2971
- #: ../../admin/view/right-now.php:155
2972
- msgid "Visit with keywords"
2973
- msgstr "Visita con parole chiave"
2974
-
2975
- #: ../../admin/view/right-now.php:157
2976
- msgid "Known User"
2977
- msgstr "Utente noto"
2978
-
2979
- #: ../../admin/view/right-now.php:158
2980
- msgid "Human Visitor"
2981
- msgstr "Visitatore umano"
2982
-
2983
- #: ../../admin/view/right-now.php:159
2984
- msgid "Bot or Crawler"
2985
- msgstr "Bot o motore"
2986
-
2987
- #: ../../admin/view/wp-slimstat-db.php:44
2988
  msgid "IP Address"
2989
  msgstr "Indirizzo IP"
2990
 
2991
- #: ../../admin/view/wp-slimstat-db.php:49
2992
  msgid "Domain"
2993
  msgstr "Dominio"
2994
 
 
 
 
 
2995
  #: ../../admin/view/wp-slimstat-db.php:53
2996
  msgid "-- Advanced filters --"
2997
  msgstr "-- Filtri avanzati --"
2998
 
2999
  #: ../../admin/view/wp-slimstat-db.php:54
3000
- #: ../../admin/view/wp-slimstat-reports.php:56
3001
  msgid "Browser Capabilities"
3002
  msgstr "Estensioni del browser"
3003
 
3004
- #: ../../admin/view/wp-slimstat-db.php:66
 
 
 
 
3005
  msgid "Resource ID"
3006
  msgstr "ID del post"
3007
 
3008
- #: ../../admin/view/wp-slimstat-db.php:71
3009
  msgid "Hour"
3010
  msgstr "Ora"
3011
 
3012
- #: ../../admin/view/wp-slimstat-db.php:77
3013
  msgid "Order Direction"
3014
  msgstr "Ordinamento"
3015
 
3016
- #: ../../admin/view/wp-slimstat-db.php:78
3017
  msgid "Limit Results"
3018
  msgstr "Limite risultati"
3019
 
3020
- #: ../../admin/view/wp-slimstat-db.php:79
3021
  msgid "Start From"
3022
  msgstr "A partire da"
3023
 
3024
- #: ../../admin/view/wp-slimstat-reports.php:36
3025
  msgid "Pageviews (chart)"
3026
  msgstr "Accessi (grafico)"
3027
 
3028
- #: ../../admin/view/wp-slimstat-reports.php:37
3029
- #, fuzzy
3030
  msgid "About Slimstat"
3031
  msgstr "Informazioni su WP SlimStat"
3032
 
3033
- #: ../../admin/view/wp-slimstat-reports.php:38
3034
- #: ../../admin/view/wp-slimstat-reports.php:50
3035
  msgid "At a Glance"
3036
  msgstr "Colpo d'occhio"
3037
 
3038
- #: ../../admin/view/wp-slimstat-reports.php:39
3039
  msgid "Currently Online"
3040
  msgstr "Collegati in questo momento"
3041
 
3042
- #: ../../admin/view/wp-slimstat-reports.php:40
3043
- #: ../../admin/view/wp-slimstat-reports.php:74
3044
  msgid "Spy View"
3045
  msgstr "Spioncino"
3046
 
3047
- #: ../../admin/view/wp-slimstat-reports.php:41
3048
- #: ../../admin/view/wp-slimstat-reports.php:75
3049
  msgid "Recent Search Terms"
3050
  msgstr "Parole chiave recenti"
3051
 
3052
- #: ../../admin/view/wp-slimstat-reports.php:42
3053
  msgid "Top Pages"
3054
  msgstr "Classifica pagine"
3055
 
3056
- #: ../../admin/view/wp-slimstat-reports.php:43
3057
- #: ../../admin/view/wp-slimstat-reports.php:72
3058
  msgid "Top Traffic Sources"
3059
  msgstr "Sorgenti di traffico"
3060
 
3061
- #: ../../admin/view/wp-slimstat-reports.php:44
3062
  msgid "Top Known Visitors"
3063
  msgstr "Classifica visitatori"
3064
 
3065
- #: ../../admin/view/wp-slimstat-reports.php:45
3066
- #: ../../admin/view/wp-slimstat-reports.php:70
3067
- #: ../../admin/view/wp-slimstat-reports.php:90
3068
  msgid "Top Search Terms"
3069
  msgstr "Parole chiave popolari"
3070
 
3071
- #: ../../admin/view/wp-slimstat-reports.php:46
3072
- #: ../../admin/view/wp-slimstat-reports.php:57
3073
- #: ../../admin/view/wp-slimstat-reports.php:71
3074
  msgid "Top Countries"
3075
  msgstr "Classifica Paesi"
3076
 
3077
- #: ../../admin/view/wp-slimstat-reports.php:47
3078
  msgid "Rankings"
3079
  msgstr "Posizionamenti"
3080
 
3081
- #: ../../admin/view/wp-slimstat-reports.php:48
3082
  msgid "Top Language Families"
3083
  msgstr "Famiglie linguistiche"
3084
 
3085
- #: ../../admin/view/wp-slimstat-reports.php:49
3086
  msgid "Human Visits (chart)"
3087
  msgstr "Visite umane (grafico)"
3088
 
3089
- #: ../../admin/view/wp-slimstat-reports.php:51
 
 
 
 
3090
  msgid "Top Languages"
3091
  msgstr "Classifica lingue"
3092
 
3093
- #: ../../admin/view/wp-slimstat-reports.php:52
3094
  msgid "Top Browsers"
3095
  msgstr "Classifica browser"
3096
 
3097
- #: ../../admin/view/wp-slimstat-reports.php:53
3098
  msgid "Top Service Providers"
3099
  msgstr "Classifica provider"
3100
 
3101
- #: ../../admin/view/wp-slimstat-reports.php:54
3102
  msgid "Top Operating Systems"
3103
  msgstr "Classifica sistemi operativi"
3104
 
3105
- #: ../../admin/view/wp-slimstat-reports.php:55
3106
  msgid "Top Screen Resolutions"
3107
  msgstr "Classifica risoluzioni"
3108
 
3109
- #: ../../admin/view/wp-slimstat-reports.php:58
3110
  msgid "Visit Duration"
3111
  msgstr "Durata delle visite"
3112
 
3113
- #: ../../admin/view/wp-slimstat-reports.php:59
3114
- #: ../../admin/view/wp-slimstat-reports.php:76
3115
  msgid "Recent Countries"
3116
  msgstr "Paesi recenti"
3117
 
3118
- #: ../../admin/view/wp-slimstat-reports.php:60
3119
  msgid "Recent Screen Resolutions"
3120
  msgstr "Risoluzioni recenti"
3121
 
3122
- #: ../../admin/view/wp-slimstat-reports.php:61
3123
  msgid "Recent Operating Systems"
3124
  msgstr "Sistemi operativi recenti"
3125
 
3126
- #: ../../admin/view/wp-slimstat-reports.php:62
3127
  msgid "Recent Browsers"
3128
  msgstr "Browser recenti"
3129
 
3130
- #: ../../admin/view/wp-slimstat-reports.php:63
3131
  msgid "Recent Languages"
3132
  msgstr "Lingue recenti"
3133
 
3134
- #: ../../admin/view/wp-slimstat-reports.php:64
3135
  msgid "Top Browser Families"
3136
  msgstr "Famiglie di Browser"
3137
 
3138
- #: ../../admin/view/wp-slimstat-reports.php:65
3139
  msgid "Top OS Families"
3140
  msgstr "Famiglie di sistemi operativi"
3141
 
3142
- #: ../../admin/view/wp-slimstat-reports.php:66
3143
  msgid "Recent Users"
3144
  msgstr "Utenti Recenti"
3145
 
3146
- #: ../../admin/view/wp-slimstat-reports.php:67
3147
  msgid "Top Users"
3148
  msgstr "Classifica Utenti"
3149
 
3150
- #: ../../admin/view/wp-slimstat-reports.php:68
3151
  msgid "Traffic Sources (chart)"
3152
  msgstr "Sorgenti di traffico (grafico)"
3153
 
3154
- #: ../../admin/view/wp-slimstat-reports.php:69
3155
  msgid "Summary"
3156
  msgstr "Panoramica"
3157
 
3158
- #: ../../admin/view/wp-slimstat-reports.php:73
3159
  msgid "Top Referring Search Engines"
3160
  msgstr "Classifica motori di ricerca"
3161
 
3162
- #: ../../admin/view/wp-slimstat-reports.php:77
3163
- #: ../../admin/view/wp-slimstat-reports.php:93
3164
  msgid "Top Landing Pages"
3165
  msgstr "Classifica pagine d'ingresso"
3166
 
3167
- #: ../../admin/view/wp-slimstat-reports.php:78
3168
  msgid "Average Pageviews per Visit (chart)"
3169
  msgstr "Media quotidiana delle pagine per visita (grafico)"
3170
 
3171
- #: ../../admin/view/wp-slimstat-reports.php:79
3172
  msgid "Recent Posts"
3173
  msgstr "Articoli recenti"
3174
 
3175
- #: ../../admin/view/wp-slimstat-reports.php:80
3176
  msgid "Recent Bounce Pages"
3177
  msgstr "Pagine di rimbalzo"
3178
 
3179
- #: ../../admin/view/wp-slimstat-reports.php:81
3180
  msgid "Recent Feeds"
3181
  msgstr "Feed recenti"
3182
 
3183
- #: ../../admin/view/wp-slimstat-reports.php:82
3184
  msgid "Recent Pages Not Found"
3185
  msgstr "Pagine non trovate recenti"
3186
 
3187
- #: ../../admin/view/wp-slimstat-reports.php:83
3188
  msgid "Recent Internal Searches"
3189
  msgstr "Ricerche interne"
3190
 
3191
- #: ../../admin/view/wp-slimstat-reports.php:84
3192
  msgid "Top Categories"
3193
  msgstr "Classifica categorie "
3194
 
3195
- #: ../../admin/view/wp-slimstat-reports.php:85
3196
  msgid "Recent Outbound Links"
3197
  msgstr "Link in uscita"
3198
 
3199
- #: ../../admin/view/wp-slimstat-reports.php:86
3200
  msgid "Recent Events"
3201
  msgstr "Eventi Recenti"
3202
 
3203
- #: ../../admin/view/wp-slimstat-reports.php:87
3204
  msgid "Top Posts"
3205
  msgstr "Classifica articoli"
3206
 
3207
- #: ../../admin/view/wp-slimstat-reports.php:88
3208
  msgid "Top Feeds"
3209
  msgstr "Classifica parole chiave"
3210
 
3211
- #: ../../admin/view/wp-slimstat-reports.php:89
3212
  msgid "Top Internal Searches"
3213
  msgstr "Classifica ricerche interne"
3214
 
3215
- #: ../../admin/view/wp-slimstat-reports.php:91
3216
  msgid "Recent Categories"
3217
  msgstr "Categorie recenti"
3218
 
3219
- #: ../../admin/view/wp-slimstat-reports.php:92
3220
  msgid "Top Pages Not Found"
3221
  msgstr "Classifica Pagine non trovate"
3222
 
3223
- #: ../../admin/view/wp-slimstat-reports.php:94
3224
  msgid "Top Authors"
3225
  msgstr "Classifica autori"
3226
 
3227
- #: ../../admin/view/wp-slimstat-reports.php:95
3228
  msgid "Top Tags"
3229
  msgstr "Classifica Tag"
3230
 
3231
- #: ../../admin/view/wp-slimstat-reports.php:96
3232
  msgid "Recent Downloads"
3233
  msgstr "Download recenti"
3234
 
3235
- #: ../../admin/view/wp-slimstat-reports.php:97
3236
- #, fuzzy
3237
  msgid "Top OutLinks and Downloads"
3238
  msgstr "Classifica Download"
3239
 
3240
- #: ../../admin/view/wp-slimstat-reports.php:98
3241
  msgid "Your Website"
3242
  msgstr "Il tuo sito"
3243
 
3244
- #: ../../admin/view/wp-slimstat-reports.php:100
3245
- #, fuzzy
3246
- msgid "At A Glance"
3247
- msgstr "Colpo d'occhio"
3248
 
3249
- #: ../../admin/view/wp-slimstat-reports.php:209
 
 
 
 
3250
  msgid "Chart controls"
3251
  msgstr "Controlli del grafico"
3252
 
3253
- #: ../../admin/view/wp-slimstat-reports.php:209
3254
  msgid "Use your mouse wheel to zoom in and out"
3255
  msgstr "Usa la rotellina del mouse per ingrandire o rimpicciolire"
3256
 
3257
- #: ../../admin/view/wp-slimstat-reports.php:209
3258
  msgid "While zooming in, drag the chart to move to a different area"
3259
  msgstr "Mentre ingrandisci, trascina il grafico per spostarti"
3260
 
3261
- #: ../../admin/view/wp-slimstat-reports.php:209
3262
  msgid "Double click on an empty region to reset the zoom level"
3263
  msgstr "Fai doppio click in una zona vuota per azzerare l'ingrandimento"
3264
 
3265
- #: ../../admin/view/wp-slimstat-reports.php:210
3266
- msgid ""
3267
- "Click on a data point to display the activity chart for each hour of that day"
3268
- msgstr "Clicca su un punto del grafico per visualizzare l'attività oraria"
3269
-
3270
- #: ../../admin/view/wp-slimstat-reports.php:222
3271
  msgid "src"
3272
  msgstr "src"
3273
 
3274
- #: ../../admin/view/wp-slimstat-reports.php:223
3275
  msgid "serp"
3276
  msgstr "serp"
3277
 
3278
- #: ../../admin/view/wp-slimstat-reports.php:228
3279
  msgid "Go to the corresponding search engine result page"
3280
  msgstr "Vai alla corrispondente pagina sul motore di ricerca"
3281
 
3282
- #: ../../admin/view/wp-slimstat-reports.php:231
3283
  msgid "Go to the referring page"
3284
  msgstr "Vai alla pagina corrispondente"
3285
 
3286
- #: ../../admin/view/wp-slimstat-reports.php:254
3287
  msgid "Remove filter for"
3288
  msgstr "Rimuovi il filtro per"
3289
 
3290
- #: ../../admin/view/wp-slimstat-reports.php:261
3291
  msgid "Reset All"
3292
  msgstr "Rimuovi tutti"
3293
 
3294
- #: ../../admin/view/wp-slimstat-reports.php:264
3295
  msgid "Current filters:"
3296
  msgstr "Filtri attivi:"
3297
 
3298
- #: ../../admin/view/wp-slimstat-reports.php:268
3299
  msgid "Refresh"
3300
  msgstr "Aggiorna"
3301
 
3302
- #: ../../admin/view/wp-slimstat-reports.php:305
3303
  #, php-format
3304
  msgid "Results %s - %s of %s"
3305
  msgstr "Risultati %s - %s di %s"
3306
 
3307
- #: ../../admin/view/wp-slimstat-reports.php:307
3308
  msgid "Refresh in"
3309
  msgstr "Aggiornamento in"
3310
 
3311
- #: ../../admin/view/wp-slimstat-reports.php:329
3312
- #: ../../admin/view/wp-slimstat-reports.php:341
3313
  #, php-format
3314
  msgid "Daily %s"
3315
  msgstr "%s al giorno"
3316
 
3317
- #: ../../admin/view/wp-slimstat-reports.php:332
3318
  #, php-format
3319
  msgid "%s Minute by Minute"
3320
  msgstr "%s minuto per minuto"
3321
 
3322
- #: ../../admin/view/wp-slimstat-reports.php:335
3323
  #, php-format
3324
  msgid "Hourly %s"
3325
  msgstr "%s ora per ora"
3326
 
3327
- #: ../../admin/view/wp-slimstat-reports.php:338
3328
  #, php-format
3329
  msgid "Monthly %s"
3330
  msgstr "%s al mese"
3331
 
3332
- #: ../../admin/view/wp-slimstat-reports.php:426
3333
  msgid "Category ID"
3334
  msgstr "ID categoria"
3335
 
3336
- #: ../../admin/view/wp-slimstat-reports.php:459
3337
  msgid "OS Code"
3338
  msgstr "Codice SO"
3339
 
3340
- #: ../../admin/view/wp-slimstat-reports.php:469
3341
  msgid "Referrer"
3342
  msgstr "Riferimento"
3343
 
3344
- #: ../../admin/view/wp-slimstat-reports.php:493
3345
- #: ../../admin/view/wp-slimstat-reports.php:781
3346
- #: ../../admin/view/wp-slimstat-reports.php:790
3347
- #: ../../admin/view/wp-slimstat-reports.php:796
3348
- #: ../../admin/view/wp-slimstat-reports.php:802
3349
- #: ../../admin/view/wp-slimstat-reports.php:808
3350
- #: ../../admin/view/wp-slimstat-reports.php:814
3351
- #: ../../admin/view/wp-slimstat-reports.php:820
3352
- #: ../../admin/view/wp-slimstat-reports.php:826
3353
  msgid "Hits"
3354
  msgstr "Visite"
3355
 
3356
- #: ../../admin/view/wp-slimstat-reports.php:667
3357
  msgid "Search for"
3358
  msgstr "Ricerca per"
3359
 
3360
- #: ../../admin/view/wp-slimstat-reports.php:703
3361
- #: ../../admin/view/wp-slimstat-reports.php:713
3362
  msgid "Source"
3363
  msgstr "Sorgente"
3364
 
3365
- #: ../../admin/view/wp-slimstat-reports.php:705
3366
  msgid "Keywords"
3367
  msgstr "Parola chiave"
3368
 
3369
- #: ../../admin/view/wp-slimstat-reports.php:713
3370
  #, php-format
3371
  msgid "Filter results where resource equals %s"
3372
  msgstr "Filtra risultati dove la URL è uguale a %s"
3373
 
3374
- #: ../../admin/view/wp-slimstat-reports.php:727
 
 
 
 
3375
  msgid "Total Pageviews"
3376
  msgstr "Accessi totali"
3377
 
3378
- #: ../../admin/view/wp-slimstat-reports.php:728
3379
  msgid "DB Size"
3380
  msgstr "Dimensione DB"
3381
 
3382
- #: ../../admin/view/wp-slimstat-reports.php:729
3383
  msgid "Tracking Active"
3384
  msgstr "Tracciamento attivo"
3385
 
3386
- #: ../../admin/view/wp-slimstat-reports.php:730
3387
  msgid "Javascript Mode"
3388
  msgstr "Modalità Javascript"
3389
 
3390
- #: ../../admin/view/wp-slimstat-reports.php:731
3391
  msgid "Tracking Browser Caps"
3392
  msgstr "Traccia Capacità Browser"
3393
 
3394
- #: ../../admin/view/wp-slimstat-reports.php:732
3395
  msgid "Auto purge"
3396
  msgstr "Pulizia DB"
3397
 
3398
- #: ../../admin/view/wp-slimstat-reports.php:733
3399
  msgid "Oldest pageview"
3400
  msgstr "Visita più vecchia"
3401
 
3402
- #: ../../admin/view/wp-slimstat-reports.php:733
3403
  msgid "No visits"
3404
  msgstr "Nessuna visita"
3405
 
3406
- #: ../../admin/view/wp-slimstat-reports.php:743
3407
- #: ../../admin/view/wp-slimstat-reports.php:845
3408
  msgid ""
3409
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3410
  "the tracking code is executed."
3411
  msgstr ""
3412
 
3413
- #: ../../admin/view/wp-slimstat-reports.php:745
3414
  msgid "How many pages have been visited on average during the current period."
3415
  msgstr ""
3416
 
3417
- #: ../../admin/view/wp-slimstat-reports.php:746
3418
  msgid "Average Pageviews"
3419
  msgstr "Media accessi"
3420
 
3421
- #: ../../admin/view/wp-slimstat-reports.php:747
3422
  msgid ""
3423
  "Visitors who landed on your site after searching for a keyword on Google, "
3424
  "Yahoo, etc."
3425
  msgstr ""
3426
 
3427
- #: ../../admin/view/wp-slimstat-reports.php:748
3428
  msgid "From Search Results"
3429
  msgstr "Da risultati di ricerca"
3430
 
3431
- #: ../../admin/view/wp-slimstat-reports.php:749
3432
  msgid ""
3433
  "Used to differentiate between multiple requests to download a file from one "
3434
  "internet address (IP) and requests originating from many distinct addresses"
3435
  msgstr ""
3436
 
3437
- #: ../../admin/view/wp-slimstat-reports.php:750
3438
- #: ../../admin/view/wp-slimstat-reports.php:765
3439
- #: ../../admin/view/wp-slimstat-reports.php:1069
3440
- #: ../../admin/view/wp-slimstat-reports.php:1073
3441
- #: ../../admin/view/wp-slimstat-reports.php:1077
3442
  msgid "Unique IPs"
3443
  msgstr "IP unici"
3444
 
3445
- #: ../../admin/view/wp-slimstat-reports.php:751
3446
  msgid "Last 5 minutes"
3447
  msgstr "Ultimi 5 minuti"
3448
 
3449
- #: ../../admin/view/wp-slimstat-reports.php:752
3450
  msgid "Last 30 minutes"
3451
  msgstr "Ultimi 30 minuti"
3452
 
3453
- #: ../../admin/view/wp-slimstat-reports.php:762
3454
  msgid ""
3455
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3456
  "multiple times if they perform multiple visits."
@@ -3458,16 +3422,16 @@ msgstr ""
3458
  "Una visita è una sessione di al massimo 30 minuti. I visitatori di ritorno "
3459
  "sono contati più volte se effettuano visite multiple."
3460
 
3461
- #: ../../admin/view/wp-slimstat-reports.php:763
3462
  msgid "Human visits"
3463
  msgstr "Visitatori umani"
3464
 
3465
- #: ../../admin/view/wp-slimstat-reports.php:764
3466
  msgid "It includes only traffic generated by human visitors."
3467
  msgstr ""
3468
 
3469
- #: ../../admin/view/wp-slimstat-reports.php:766
3470
- #: ../../admin/view/wp-slimstat-reports.php:857
3471
  msgid ""
3472
  "Percentage of single-page visits, i.e. visits in which the person left your "
3473
  "site from the entrance page."
@@ -3475,86 +3439,86 @@ msgstr ""
3475
  "Percentuale di visite di una sola pagina, ovvero visite in cui la persona ha "
3476
  "lasciato il sito dopo aver visto la pagina su cui è arrivata."
3477
 
3478
- #: ../../admin/view/wp-slimstat-reports.php:767
3479
  msgid "Bounce rate"
3480
  msgstr "Tasso di rimbalzo"
3481
 
3482
- #: ../../admin/view/wp-slimstat-reports.php:768
3483
  msgid "Visitors who had previously left a comment on your blog."
3484
  msgstr ""
3485
 
3486
- #: ../../admin/view/wp-slimstat-reports.php:769
3487
  msgid "Known visitors"
3488
  msgstr "Visitatori noti"
3489
 
3490
- #: ../../admin/view/wp-slimstat-reports.php:770
3491
  msgid "Human users who visited your site only once."
3492
  msgstr ""
3493
 
3494
- #: ../../admin/view/wp-slimstat-reports.php:771
3495
  msgid "New visitors"
3496
  msgstr "Nuovi visitatori"
3497
 
3498
- #: ../../admin/view/wp-slimstat-reports.php:772
3499
  msgid "Bots"
3500
  msgstr "Bot"
3501
 
3502
- #: ../../admin/view/wp-slimstat-reports.php:773
3503
  msgid "Pages per visit"
3504
  msgstr "Pagine per visita"
3505
 
3506
- #: ../../admin/view/wp-slimstat-reports.php:774
3507
- #: ../../admin/view/wp-slimstat-reports.php:1082
3508
  msgid "Longest visit"
3509
  msgstr "Visita più lunga"
3510
 
3511
- #: ../../admin/view/wp-slimstat-reports.php:774
3512
  msgid "hits"
3513
  msgstr "visite"
3514
 
3515
- #: ../../admin/view/wp-slimstat-reports.php:792
3516
  msgid "0 - 30 seconds"
3517
  msgstr "0 - 30 secondi"
3518
 
3519
- #: ../../admin/view/wp-slimstat-reports.php:798
3520
  msgid "31 - 60 seconds"
3521
  msgstr "31 - 60 secondi"
3522
 
3523
- #: ../../admin/view/wp-slimstat-reports.php:804
3524
  msgid "1 - 3 minutes"
3525
  msgstr "1 -3 minuti"
3526
 
3527
- #: ../../admin/view/wp-slimstat-reports.php:810
3528
  msgid "3 - 5 minutes"
3529
  msgstr "3 - 5 minuti"
3530
 
3531
- #: ../../admin/view/wp-slimstat-reports.php:816
3532
  msgid "5 - 7 minutes"
3533
  msgstr "5 - 7 minuti"
3534
 
3535
- #: ../../admin/view/wp-slimstat-reports.php:822
3536
  msgid "7 - 10 minutes"
3537
  msgstr "7 - 10 minuti"
3538
 
3539
- #: ../../admin/view/wp-slimstat-reports.php:828
3540
  msgid "More than 10 minutes"
3541
  msgstr "Più di 10 minuti"
3542
 
3543
- #: ../../admin/view/wp-slimstat-reports.php:837
3544
  msgid "Average time on site"
3545
  msgstr "Tempo medio sul sito"
3546
 
3547
- #: ../../admin/view/wp-slimstat-reports.php:847
3548
  msgid ""
3549
  "A referrer (or referring site) is the site that a visitor previously visited "
3550
  "before following a link to your site."
3551
  msgstr ""
3552
 
3553
- #: ../../admin/view/wp-slimstat-reports.php:848
3554
  msgid "Unique Referrers"
3555
  msgstr "Sorgenti uniche"
3556
 
3557
- #: ../../admin/view/wp-slimstat-reports.php:849
3558
  msgid ""
3559
  "Visitors who visited the site by typing the URL directly into their browser. "
3560
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3562,21 +3526,21 @@ msgid ""
3562
  "documents that don't include tracking variables."
3563
  msgstr ""
3564
 
3565
- #: ../../admin/view/wp-slimstat-reports.php:850
3566
  msgid "Direct Pageviews"
3567
  msgstr "Accessi diretti"
3568
 
3569
- #: ../../admin/view/wp-slimstat-reports.php:851
3570
  msgid ""
3571
  "Visitors who came to your site via searches on Google or some other search "
3572
  "engine."
3573
  msgstr ""
3574
 
3575
- #: ../../admin/view/wp-slimstat-reports.php:852
3576
  msgid "From a search result"
3577
  msgstr "Da una ricerca"
3578
 
3579
- #: ../../admin/view/wp-slimstat-reports.php:853
3580
  msgid ""
3581
  "The first page that a user views during a session. This is also known as the "
3582
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3584,1222 +3548,1251 @@ msgid ""
3584
  "a landing page."
3585
  msgstr ""
3586
 
3587
- #: ../../admin/view/wp-slimstat-reports.php:854
3588
  msgid "Unique Landing Pages"
3589
  msgstr "Pagine d'ingresso uniche"
3590
 
3591
- #: ../../admin/view/wp-slimstat-reports.php:855
3592
  msgid "Number of single-page visits to your site over the selected period."
3593
  msgstr ""
3594
  "Questo campo identifica il numero di visite di una sola pagina nel periodo "
3595
  "selezionato."
3596
 
3597
- #: ../../admin/view/wp-slimstat-reports.php:856
3598
  msgid "Bounce Pages"
3599
  msgstr "Tasso di rimbalzo"
3600
 
3601
- #: ../../admin/view/wp-slimstat-reports.php:858
3602
  msgid "New Visitors Rate"
3603
  msgstr "% Nuovi visitatori"
3604
 
3605
- #: ../../admin/view/wp-slimstat-reports.php:859
3606
  msgid ""
3607
  "Visitors who visited the site in the last 5 minutes coming from a search "
3608
  "engine."
3609
  msgstr ""
3610
 
3611
- #: ../../admin/view/wp-slimstat-reports.php:860
3612
  msgid "Currently from search engines"
3613
  msgstr "Attualmente da motori di ricerca"
3614
 
3615
- #: ../../admin/view/wp-slimstat-reports.php:928
3616
  msgid "Number of pages in your site included in Google's index."
3617
  msgstr ""
3618
 
3619
- #: ../../admin/view/wp-slimstat-reports.php:929
3620
  msgid "Google Index"
3621
  msgstr "Indice Google"
3622
 
3623
- #: ../../admin/view/wp-slimstat-reports.php:930
3624
  msgid "Number of pages, according to Google, that link back to your site."
3625
  msgstr ""
3626
 
3627
- #: ../../admin/view/wp-slimstat-reports.php:931
3628
  msgid "Google Backlinks"
3629
  msgstr ""
3630
 
3631
- #: ../../admin/view/wp-slimstat-reports.php:932
3632
  msgid ""
3633
  "How many times the Facebook Like button has been approximately clicked on "
3634
  "your site."
3635
  msgstr ""
3636
 
3637
- #: ../../admin/view/wp-slimstat-reports.php:933
3638
  msgid "Facebook Likes"
3639
  msgstr ""
3640
 
3641
- #: ../../admin/view/wp-slimstat-reports.php:934
3642
  msgid ""
3643
  "How many times your site has been shared by someone on the social network."
3644
  msgstr ""
3645
 
3646
- #: ../../admin/view/wp-slimstat-reports.php:935
3647
  msgid "Facebook Shares"
3648
  msgstr ""
3649
 
3650
- #: ../../admin/view/wp-slimstat-reports.php:936
3651
  msgid "How many times links to your website have been clicked on Facebook."
3652
  msgstr ""
3653
 
3654
- #: ../../admin/view/wp-slimstat-reports.php:937
3655
  msgid "Facebook Clicks"
3656
  msgstr "Click da Facebook"
3657
 
3658
- #: ../../admin/view/wp-slimstat-reports.php:938
3659
  msgid ""
3660
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3661
  "traffic data."
3662
  msgstr ""
3663
 
3664
- #: ../../admin/view/wp-slimstat-reports.php:939
3665
  msgid "Alexa World Rank"
3666
  msgstr ""
3667
 
3668
- #: ../../admin/view/wp-slimstat-reports.php:940
3669
  msgid "Alexa Country Rank"
3670
  msgstr ""
3671
 
3672
- #: ../../admin/view/wp-slimstat-reports.php:941
3673
  msgid "Alexa Popularity"
3674
  msgstr ""
3675
 
3676
  # Unknown
3677
- #: ../../admin/view/wp-slimstat-reports.php:948
3678
  msgid "c-xx"
3679
  msgstr "Sconosciuto"
3680
 
3681
  # Afghanistan
3682
- #: ../../admin/view/wp-slimstat-reports.php:948
3683
  msgid "c-af"
3684
  msgstr "Afghanistan"
3685
 
3686
- #: ../../admin/view/wp-slimstat-reports.php:948
3687
  msgid "c-ax"
3688
  msgstr "Isole Aland"
3689
 
3690
  # Albania
3691
- #: ../../admin/view/wp-slimstat-reports.php:948
3692
  msgid "c-al"
3693
  msgstr "Albania"
3694
 
3695
  # Algeria
3696
- #: ../../admin/view/wp-slimstat-reports.php:948
3697
  msgid "c-dz"
3698
  msgstr "Algeria"
3699
 
3700
  # Andorra, Principality of
3701
- #: ../../admin/view/wp-slimstat-reports.php:948
3702
  msgid "c-ad"
3703
  msgstr "Principato di Andorra"
3704
 
3705
  # Angola
3706
- #: ../../admin/view/wp-slimstat-reports.php:948
3707
  msgid "c-ao"
3708
  msgstr "Angola"
3709
 
3710
  # Anguilla
3711
- #: ../../admin/view/wp-slimstat-reports.php:948
3712
  msgid "c-ai"
3713
  msgstr "Anguilla"
3714
 
3715
  # Antigua and Barbuda
3716
- #: ../../admin/view/wp-slimstat-reports.php:948
3717
  msgid "c-ag"
3718
  msgstr "Antigua e Barbuda"
3719
 
3720
  # Argentina
3721
- #: ../../admin/view/wp-slimstat-reports.php:948
3722
  msgid "c-ar"
3723
  msgstr "Argentina"
3724
 
3725
  # Armenia
3726
- #: ../../admin/view/wp-slimstat-reports.php:948
3727
  msgid "c-am"
3728
  msgstr "Armenia"
3729
 
3730
  # Aruba
3731
- #: ../../admin/view/wp-slimstat-reports.php:948
3732
  msgid "c-aw"
3733
  msgstr "Aruba"
3734
 
3735
  # Australia
3736
- #: ../../admin/view/wp-slimstat-reports.php:948
3737
  msgid "c-au"
3738
  msgstr "Australia"
3739
 
3740
  # Austria
3741
- #: ../../admin/view/wp-slimstat-reports.php:948
3742
  msgid "c-at"
3743
  msgstr "Austria"
3744
 
3745
  # Azerbaidjan
3746
- #: ../../admin/view/wp-slimstat-reports.php:948
3747
  msgid "c-az"
3748
  msgstr "Azerbaidjan"
3749
 
3750
  # Bahamas
3751
- #: ../../admin/view/wp-slimstat-reports.php:948
3752
  msgid "c-bs"
3753
  msgstr "Bahamas"
3754
 
3755
  # Bahrain
3756
- #: ../../admin/view/wp-slimstat-reports.php:948
3757
  msgid "c-bh"
3758
  msgstr "Bahrain"
3759
 
3760
  # Bangladesh
3761
- #: ../../admin/view/wp-slimstat-reports.php:948
3762
  msgid "c-bd"
3763
  msgstr "Bangladesh"
3764
 
3765
  # Barbados
3766
- #: ../../admin/view/wp-slimstat-reports.php:948
3767
  msgid "c-bb"
3768
  msgstr "Barbados"
3769
 
3770
  # Belarus
3771
- #: ../../admin/view/wp-slimstat-reports.php:948
3772
  msgid "c-by"
3773
  msgstr "Belarus"
3774
 
3775
  # Belgium
3776
- #: ../../admin/view/wp-slimstat-reports.php:948
3777
  msgid "c-be"
3778
  msgstr "Belgio"
3779
 
3780
  # Belize
3781
- #: ../../admin/view/wp-slimstat-reports.php:948
3782
  msgid "c-bz"
3783
  msgstr "Belize"
3784
 
3785
  # Benin
3786
- #: ../../admin/view/wp-slimstat-reports.php:948
3787
  msgid "c-bj"
3788
  msgstr "Benin"
3789
 
3790
  # Bermuda
3791
- #: ../../admin/view/wp-slimstat-reports.php:948
3792
  msgid "c-bm"
3793
  msgstr "Bermuda"
3794
 
3795
  # Bhutan
3796
- #: ../../admin/view/wp-slimstat-reports.php:948
3797
  msgid "c-bt"
3798
  msgstr "Bhutan"
3799
 
3800
  # Bolivia
3801
- #: ../../admin/view/wp-slimstat-reports.php:948
3802
  msgid "c-bo"
3803
  msgstr "Bolivia"
3804
 
3805
  # Bosnia-Herzegovina
3806
- #: ../../admin/view/wp-slimstat-reports.php:948
3807
  msgid "c-ba"
3808
  msgstr "Bosnia-Erzegovina"
3809
 
3810
  # Botswana
3811
- #: ../../admin/view/wp-slimstat-reports.php:948
3812
  msgid "c-bw"
3813
  msgstr "Botswana"
3814
 
3815
  # Brazil
3816
- #: ../../admin/view/wp-slimstat-reports.php:948
3817
  msgid "c-br"
3818
  msgstr "Brasile"
3819
 
3820
  # Brunei Darussalam
3821
- #: ../../admin/view/wp-slimstat-reports.php:948
3822
  msgid "c-bn"
3823
  msgstr "Brunei"
3824
 
3825
  # Bulgaria
3826
- #: ../../admin/view/wp-slimstat-reports.php:948
3827
  msgid "c-bg"
3828
  msgstr "Bulgaria"
3829
 
3830
  # Burkina Faso
3831
- #: ../../admin/view/wp-slimstat-reports.php:948
3832
  msgid "c-bf"
3833
  msgstr "Burkina Faso"
3834
 
3835
  # Burundi
3836
- #: ../../admin/view/wp-slimstat-reports.php:948
3837
  msgid "c-bi"
3838
  msgstr "Burundi"
3839
 
3840
  # Cambodia, Kingdom of
3841
- #: ../../admin/view/wp-slimstat-reports.php:948
3842
  msgid "c-kh"
3843
  msgstr "Cambodiaf"
3844
 
3845
  # Cameroon
3846
- #: ../../admin/view/wp-slimstat-reports.php:948
3847
  msgid "c-cm"
3848
  msgstr "Camerun"
3849
 
3850
  # Canada
3851
- #: ../../admin/view/wp-slimstat-reports.php:948
3852
  msgid "c-ca"
3853
  msgstr "Canada"
3854
 
3855
  # Cape Verde
3856
- #: ../../admin/view/wp-slimstat-reports.php:948
3857
  msgid "c-cv"
3858
  msgstr "Capo Verde"
3859
 
3860
  # Cayman Islands
3861
- #: ../../admin/view/wp-slimstat-reports.php:948
3862
  msgid "c-ky"
3863
  msgstr "Isole Cayman"
3864
 
3865
  # Central African Republic
3866
- #: ../../admin/view/wp-slimstat-reports.php:948
3867
  msgid "c-cf"
3868
  msgstr "Repubblica Centro-africana"
3869
 
3870
  # Chad
3871
- #: ../../admin/view/wp-slimstat-reports.php:948
3872
  msgid "c-td"
3873
  msgstr "Chad"
3874
 
3875
  # Chile
3876
- #: ../../admin/view/wp-slimstat-reports.php:948
3877
  msgid "c-cl"
3878
  msgstr "Cile"
3879
 
3880
  # China
3881
- #: ../../admin/view/wp-slimstat-reports.php:948
3882
  msgid "c-cn"
3883
  msgstr "Cina"
3884
 
3885
  # Colombia
3886
- #: ../../admin/view/wp-slimstat-reports.php:948
3887
  msgid "c-co"
3888
  msgstr "Colombia"
3889
 
3890
  # Comoros
3891
- #: ../../admin/view/wp-slimstat-reports.php:948
3892
  msgid "c-km"
3893
  msgstr "Comore"
3894
 
3895
  # Congo
3896
- #: ../../admin/view/wp-slimstat-reports.php:948
3897
  msgid "c-cg"
3898
  msgstr "Congo"
3899
 
3900
  # Congo, The Democratic Republic of the
3901
- #: ../../admin/view/wp-slimstat-reports.php:948
3902
  msgid "c-cd"
3903
  msgstr "Repubblica del Congo"
3904
 
3905
  # Costa Rica
3906
- #: ../../admin/view/wp-slimstat-reports.php:948
3907
  msgid "c-cr"
3908
  msgstr "Costa Rica"
3909
 
3910
  # Ivory Coast (Cote D'Ivoire)
3911
- #: ../../admin/view/wp-slimstat-reports.php:948
3912
  msgid "c-ci"
3913
  msgstr "Costa d'avorio"
3914
 
3915
  # Croatia
3916
- #: ../../admin/view/wp-slimstat-reports.php:948
3917
  msgid "c-hr"
3918
  msgstr "Croazia"
3919
 
3920
  # Cuba
3921
- #: ../../admin/view/wp-slimstat-reports.php:948
3922
  msgid "c-cu"
3923
  msgstr "Cuba"
3924
 
3925
  # Cyprus
3926
- #: ../../admin/view/wp-slimstat-reports.php:948
3927
  msgid "c-cy"
3928
  msgstr "Cipro"
3929
 
3930
  # Czech Republic
3931
- #: ../../admin/view/wp-slimstat-reports.php:948
3932
  msgid "c-cz"
3933
  msgstr "Repubblica Ceca"
3934
 
3935
  # Denmark
3936
- #: ../../admin/view/wp-slimstat-reports.php:948
3937
  msgid "c-dk"
3938
  msgstr "Danimarca"
3939
 
3940
  # Djibouti
3941
- #: ../../admin/view/wp-slimstat-reports.php:948
3942
  msgid "c-dj"
3943
  msgstr "Gibbuti"
3944
 
3945
  # Dominica
3946
- #: ../../admin/view/wp-slimstat-reports.php:948
3947
  msgid "c-dm"
3948
  msgstr "Dominica"
3949
 
3950
  # Dominican Republic
3951
- #: ../../admin/view/wp-slimstat-reports.php:948
3952
  msgid "c-do"
3953
  msgstr "Repubblica Dominicana"
3954
 
3955
  # Ecuador
3956
- #: ../../admin/view/wp-slimstat-reports.php:948
3957
  msgid "c-ec"
3958
  msgstr "Ecuador"
3959
 
3960
  # Egypt
3961
- #: ../../admin/view/wp-slimstat-reports.php:948
3962
  msgid "c-eg"
3963
  msgstr "Egitto"
3964
 
3965
  # El Salvador
3966
- #: ../../admin/view/wp-slimstat-reports.php:948
3967
  msgid "c-sv"
3968
  msgstr "El Salvador"
3969
 
3970
  # Equatorial Guinea
3971
- #: ../../admin/view/wp-slimstat-reports.php:948
3972
  msgid "c-gq"
3973
  msgstr "Guinea equatoriale"
3974
 
3975
  # Eritrea
3976
- #: ../../admin/view/wp-slimstat-reports.php:948
3977
  msgid "c-er"
3978
  msgstr "Eritrea"
3979
 
3980
  # Estonia
3981
- #: ../../admin/view/wp-slimstat-reports.php:948
3982
  msgid "c-ee"
3983
  msgstr "Estonia"
3984
 
3985
  # Ethiopia
3986
- #: ../../admin/view/wp-slimstat-reports.php:948
3987
  msgid "c-et"
3988
  msgstr "Etiopia"
3989
 
3990
  # Faroe Islands
3991
- #: ../../admin/view/wp-slimstat-reports.php:948
3992
  msgid "c-fo"
3993
  msgstr "Isole Faroe"
3994
 
3995
  # Falkland Islands
3996
- #: ../../admin/view/wp-slimstat-reports.php:948
3997
  msgid "c-fk"
3998
  msgstr "Isole Falkland"
3999
 
4000
  # Fiji
4001
- #: ../../admin/view/wp-slimstat-reports.php:948
4002
  msgid "c-fj"
4003
  msgstr "Fiji"
4004
 
4005
  # Finland
4006
- #: ../../admin/view/wp-slimstat-reports.php:948
4007
  msgid "c-fi"
4008
  msgstr "Finlandia"
4009
 
4010
  # France
4011
- #: ../../admin/view/wp-slimstat-reports.php:948
4012
  msgid "c-fr"
4013
  msgstr "Francia"
4014
 
4015
  # French Guyana
4016
- #: ../../admin/view/wp-slimstat-reports.php:948
4017
  msgid "c-gf"
4018
  msgstr "Guyana francese"
4019
 
4020
  # Gabon
4021
- #: ../../admin/view/wp-slimstat-reports.php:948
4022
  msgid "c-ga"
4023
  msgstr "Gabon"
4024
 
4025
  # Gambia
4026
- #: ../../admin/view/wp-slimstat-reports.php:948
4027
  msgid "c-gm"
4028
  msgstr "Gambia"
4029
 
4030
  # Georgia
4031
- #: ../../admin/view/wp-slimstat-reports.php:948
4032
  msgid "c-ge"
4033
  msgstr "Georgia"
4034
 
4035
  # Germany
4036
- #: ../../admin/view/wp-slimstat-reports.php:948
4037
  msgid "c-de"
4038
  msgstr "Germania"
4039
 
4040
  # Ghana
4041
- #: ../../admin/view/wp-slimstat-reports.php:948
4042
  msgid "c-gh"
4043
  msgstr "Ghana"
4044
 
4045
  # Greece
4046
- #: ../../admin/view/wp-slimstat-reports.php:948
4047
  msgid "c-gr"
4048
  msgstr "Grecia"
4049
 
4050
  # Greenland
4051
- #: ../../admin/view/wp-slimstat-reports.php:948
4052
  msgid "c-gl"
4053
  msgstr "Groenlandia"
4054
 
4055
  # Grenada
4056
- #: ../../admin/view/wp-slimstat-reports.php:948
4057
  msgid "c-gd"
4058
  msgstr "Grenada"
4059
 
4060
  # Guadeloupe (French)
4061
- #: ../../admin/view/wp-slimstat-reports.php:948
4062
  msgid "c-gp"
4063
  msgstr "Guadalupe"
4064
 
4065
  # Guatemala
4066
- #: ../../admin/view/wp-slimstat-reports.php:948
4067
  msgid "c-gt"
4068
  msgstr "Guatemala"
4069
 
4070
  # Guinea
4071
- #: ../../admin/view/wp-slimstat-reports.php:948
4072
  msgid "c-gn"
4073
  msgstr "Guinea"
4074
 
4075
  # Guinea Bissau
4076
- #: ../../admin/view/wp-slimstat-reports.php:948
4077
  msgid "c-gw"
4078
  msgstr "Guinea Bissau"
4079
 
4080
  # Guyana
4081
- #: ../../admin/view/wp-slimstat-reports.php:948
4082
  msgid "c-gy"
4083
  msgstr "Guyana"
4084
 
4085
  # Haiti
4086
- #: ../../admin/view/wp-slimstat-reports.php:948
4087
  msgid "c-ht"
4088
  msgstr "Haiti"
4089
 
4090
  # Honduras
4091
- #: ../../admin/view/wp-slimstat-reports.php:948
4092
  msgid "c-hn"
4093
  msgstr "Honduras"
4094
 
4095
  # Hong Kong
4096
- #: ../../admin/view/wp-slimstat-reports.php:948
4097
  msgid "c-hk"
4098
  msgstr "Hong Kong"
4099
 
4100
  # Hungary
4101
- #: ../../admin/view/wp-slimstat-reports.php:948
4102
  msgid "c-hu"
4103
  msgstr "Ungheria"
4104
 
4105
  # Iceland
4106
- #: ../../admin/view/wp-slimstat-reports.php:948
4107
  msgid "c-is"
4108
  msgstr "Islanda"
4109
 
4110
  # India
4111
- #: ../../admin/view/wp-slimstat-reports.php:948
4112
  msgid "c-in"
4113
  msgstr "India"
4114
 
4115
  # Indonesia
4116
- #: ../../admin/view/wp-slimstat-reports.php:948
4117
  msgid "c-id"
4118
  msgstr "Indonesia"
4119
 
4120
  # Iran
4121
- #: ../../admin/view/wp-slimstat-reports.php:948
4122
  msgid "c-ir"
4123
  msgstr "Iran"
4124
 
4125
  # Iraq
4126
- #: ../../admin/view/wp-slimstat-reports.php:948
4127
  msgid "c-iq"
4128
  msgstr "Iraq"
4129
 
4130
  # Ireland
4131
- #: ../../admin/view/wp-slimstat-reports.php:948
4132
  msgid "c-ie"
4133
  msgstr "Irlanda"
4134
 
4135
  # Israel
4136
- #: ../../admin/view/wp-slimstat-reports.php:948
4137
  msgid "c-il"
4138
  msgstr "Israele"
4139
 
4140
  # Italy
4141
- #: ../../admin/view/wp-slimstat-reports.php:948
4142
  msgid "c-it"
4143
  msgstr "Italia"
4144
 
4145
  # Jamaica
4146
- #: ../../admin/view/wp-slimstat-reports.php:948
4147
  msgid "c-jm"
4148
  msgstr "Giamaica"
4149
 
4150
  # Japan
4151
- #: ../../admin/view/wp-slimstat-reports.php:948
4152
  msgid "c-jp"
4153
  msgstr "Giappone"
4154
 
4155
  # Jordan
4156
- #: ../../admin/view/wp-slimstat-reports.php:948
4157
  msgid "c-jo"
4158
  msgstr "Giordania"
4159
 
4160
  # Kazakhstan
4161
- #: ../../admin/view/wp-slimstat-reports.php:948
4162
  msgid "c-kz"
4163
  msgstr "Kazakistan"
4164
 
4165
  # Kenya
4166
- #: ../../admin/view/wp-slimstat-reports.php:948
4167
  msgid "c-ke"
4168
  msgstr "Kenia"
4169
 
4170
  # Nauru
4171
- #: ../../admin/view/wp-slimstat-reports.php:948
4172
  msgid "c-nr"
4173
  msgstr "Nauru"
4174
 
4175
  # North Korea
4176
- #: ../../admin/view/wp-slimstat-reports.php:948
4177
  msgid "c-kp"
4178
  msgstr "Corea del Nord"
4179
 
4180
  # South Korea
4181
- #: ../../admin/view/wp-slimstat-reports.php:948
4182
  msgid "c-kr"
4183
  msgstr "Corea del Sud"
4184
 
4185
- #: ../../admin/view/wp-slimstat-reports.php:948
4186
  msgid "c-kv"
4187
  msgstr "Kossovo"
4188
 
4189
  # Kuwait
4190
- #: ../../admin/view/wp-slimstat-reports.php:948
4191
  msgid "c-kw"
4192
  msgstr "Kuwait"
4193
 
4194
  # Kyrgyz Republic (Kyrgyzstan)
4195
- #: ../../admin/view/wp-slimstat-reports.php:948
4196
  msgid "c-kg"
4197
  msgstr "Kyrgyzstan"
4198
 
4199
  # Laos
4200
- #: ../../admin/view/wp-slimstat-reports.php:948
4201
  msgid "c-la"
4202
  msgstr "Laos"
4203
 
4204
  # Latvia
4205
- #: ../../admin/view/wp-slimstat-reports.php:948
4206
  msgid "c-lv"
4207
  msgstr "Latvia"
4208
 
4209
  # Lebanon
4210
- #: ../../admin/view/wp-slimstat-reports.php:948
4211
  msgid "c-lb"
4212
  msgstr "Libano"
4213
 
4214
  # Lesotho
4215
- #: ../../admin/view/wp-slimstat-reports.php:948
4216
  msgid "c-ls"
4217
  msgstr "Lesotho"
4218
 
4219
  # Liberia
4220
- #: ../../admin/view/wp-slimstat-reports.php:948
4221
  msgid "c-lr"
4222
  msgstr "Liberia"
4223
 
4224
  # Libya
4225
- #: ../../admin/view/wp-slimstat-reports.php:948
4226
  msgid "c-ly"
4227
  msgstr "Libia"
4228
 
4229
  # Liechtenstein
4230
- #: ../../admin/view/wp-slimstat-reports.php:948
4231
  msgid "c-li"
4232
  msgstr "Liechtenstein"
4233
 
4234
  # Lithuania
4235
- #: ../../admin/view/wp-slimstat-reports.php:948
4236
  msgid "c-lt"
4237
  msgstr "Lituania"
4238
 
4239
  # Luxembourg
4240
- #: ../../admin/view/wp-slimstat-reports.php:948
4241
  msgid "c-lu"
4242
  msgstr "Lussemburgo"
4243
 
4244
  # Macedonia
4245
- #: ../../admin/view/wp-slimstat-reports.php:948
4246
  msgid "c-mk"
4247
  msgstr "Macedonia"
4248
 
4249
  # Madagascar
4250
- #: ../../admin/view/wp-slimstat-reports.php:948
4251
  msgid "c-mg"
4252
  msgstr "Madagascar"
4253
 
4254
  # Malawi
4255
- #: ../../admin/view/wp-slimstat-reports.php:948
4256
  msgid "c-mw"
4257
  msgstr "Malawi"
4258
 
4259
  # Malaysia
4260
- #: ../../admin/view/wp-slimstat-reports.php:948
4261
  msgid "c-my"
4262
  msgstr "Malesia"
4263
 
4264
  # Mali
4265
- #: ../../admin/view/wp-slimstat-reports.php:948
4266
  msgid "c-ml"
4267
  msgstr "Mali"
4268
 
4269
  # Malta
4270
- #: ../../admin/view/wp-slimstat-reports.php:948
4271
  msgid "c-mt"
4272
  msgstr "Malta"
4273
 
4274
  # Martinique (French)
4275
- #: ../../admin/view/wp-slimstat-reports.php:948
4276
  msgid "c-mq"
4277
  msgstr "Martinica"
4278
 
4279
  # Mauritania
4280
- #: ../../admin/view/wp-slimstat-reports.php:948
4281
  msgid "c-mr"
4282
  msgstr "Mauritania"
4283
 
4284
  # Mauritius
4285
- #: ../../admin/view/wp-slimstat-reports.php:948
4286
  msgid "c-mu"
4287
  msgstr "Mauritius"
4288
 
4289
  # Mexico
4290
- #: ../../admin/view/wp-slimstat-reports.php:948
4291
  msgid "c-mx"
4292
  msgstr "Messico"
4293
 
4294
  # Moldavia
4295
- #: ../../admin/view/wp-slimstat-reports.php:948
4296
  msgid "c-md"
4297
  msgstr "Moldavia"
4298
 
4299
  # Mongolia
4300
- #: ../../admin/view/wp-slimstat-reports.php:948
4301
  msgid "c-mn"
4302
  msgstr "Mongolia"
4303
 
4304
- #: ../../admin/view/wp-slimstat-reports.php:948
4305
  msgid "c-me"
4306
  msgstr "Montenegro"
4307
 
4308
  # Montserrat
4309
- #: ../../admin/view/wp-slimstat-reports.php:948
4310
  msgid "c-ms"
4311
  msgstr "Montserrat"
4312
 
4313
  # Morocco
4314
- #: ../../admin/view/wp-slimstat-reports.php:948
4315
  msgid "c-ma"
4316
  msgstr "Marocco"
4317
 
4318
  # Mozambique
4319
- #: ../../admin/view/wp-slimstat-reports.php:948
4320
  msgid "c-mz"
4321
  msgstr "Mozambico"
4322
 
4323
  # Myanmar
4324
- #: ../../admin/view/wp-slimstat-reports.php:948
4325
  msgid "c-mm"
4326
  msgstr "Birmania"
4327
 
4328
  # Namibia
4329
- #: ../../admin/view/wp-slimstat-reports.php:948
4330
  msgid "c-na"
4331
  msgstr "Namibia"
4332
 
4333
  # Nepal
4334
- #: ../../admin/view/wp-slimstat-reports.php:948
4335
  msgid "c-np"
4336
  msgstr "Nepal"
4337
 
4338
  # Netherlands
4339
- #: ../../admin/view/wp-slimstat-reports.php:948
4340
  msgid "c-nl"
4341
  msgstr "Olanda"
4342
 
4343
  # New Caledonia (French)
4344
- #: ../../admin/view/wp-slimstat-reports.php:948
4345
  msgid "c-nc"
4346
  msgstr "Nuova Caledonia"
4347
 
4348
  # New Zealand
4349
- #: ../../admin/view/wp-slimstat-reports.php:948
4350
  msgid "c-nz"
4351
  msgstr "Nuova Zelanda"
4352
 
4353
  # Nicaragua
4354
- #: ../../admin/view/wp-slimstat-reports.php:948
4355
  msgid "c-ni"
4356
  msgstr "Nicaragua"
4357
 
4358
  # Niger
4359
- #: ../../admin/view/wp-slimstat-reports.php:948
4360
  msgid "c-ne"
4361
  msgstr "Nigeria"
4362
 
4363
  # Nigeria
4364
- #: ../../admin/view/wp-slimstat-reports.php:948
4365
  msgid "c-ng"
4366
  msgstr "Nigeria"
4367
 
4368
  # Norway
4369
- #: ../../admin/view/wp-slimstat-reports.php:948
4370
  msgid "c-no"
4371
  msgstr "Norvegia"
4372
 
4373
  # Oman
4374
- #: ../../admin/view/wp-slimstat-reports.php:948
4375
  msgid "c-om"
4376
  msgstr "Oman"
4377
 
4378
  # Pakistan
4379
- #: ../../admin/view/wp-slimstat-reports.php:948
4380
  msgid "c-pk"
4381
  msgstr "Pakistan"
4382
 
4383
  # Palau
4384
- #: ../../admin/view/wp-slimstat-reports.php:948
4385
  msgid "c-pw"
4386
  msgstr "Palau"
4387
 
4388
- #: ../../admin/view/wp-slimstat-reports.php:948
4389
  msgid "c-ps"
4390
  msgstr "Stato della Palestina"
4391
 
4392
  # Panama
4393
- #: ../../admin/view/wp-slimstat-reports.php:948
4394
  msgid "c-pa"
4395
  msgstr "Panama"
4396
 
4397
  # Papua New Guinea
4398
- #: ../../admin/view/wp-slimstat-reports.php:948
4399
  msgid "c-pg"
4400
  msgstr "Papua Nuova Guinea"
4401
 
4402
  # Paraguay
4403
- #: ../../admin/view/wp-slimstat-reports.php:948
4404
  msgid "c-py"
4405
  msgstr "Paraguay"
4406
 
4407
  # Peru
4408
- #: ../../admin/view/wp-slimstat-reports.php:948
4409
  msgid "c-pe"
4410
  msgstr "Peru"
4411
 
4412
  # Philippines
4413
- #: ../../admin/view/wp-slimstat-reports.php:948
4414
  msgid "c-ph"
4415
  msgstr "Filippine"
4416
 
4417
  # Poland
4418
- #: ../../admin/view/wp-slimstat-reports.php:948
4419
  msgid "c-pl"
4420
  msgstr "Polonia"
4421
 
4422
  # Portugal
4423
- #: ../../admin/view/wp-slimstat-reports.php:948
4424
  msgid "c-pt"
4425
  msgstr "Portogallo"
4426
 
4427
  # Puerto Rico
4428
- #: ../../admin/view/wp-slimstat-reports.php:948
4429
  msgid "c-pr"
4430
  msgstr "Porto Rico"
4431
 
4432
  # Qatar
4433
- #: ../../admin/view/wp-slimstat-reports.php:948
4434
  msgid "c-qa"
4435
  msgstr "Qatar"
4436
 
4437
  # Reunion (French)
4438
- #: ../../admin/view/wp-slimstat-reports.php:948
4439
  msgid "c-re"
4440
  msgstr "Reunion"
4441
 
4442
  # Romania
4443
- #: ../../admin/view/wp-slimstat-reports.php:948
4444
  msgid "c-ro"
4445
  msgstr "Romania"
4446
 
4447
  # Russian Federation
4448
- #: ../../admin/view/wp-slimstat-reports.php:948
4449
  msgid "c-ru"
4450
  msgstr "Russia"
4451
 
4452
  # Rwanda
4453
- #: ../../admin/view/wp-slimstat-reports.php:948
4454
  msgid "c-rw"
4455
  msgstr "Ruanda"
4456
 
4457
  # Saint Kitts & Nevis Anguilla
4458
- #: ../../admin/view/wp-slimstat-reports.php:948
4459
  msgid "c-kn"
4460
  msgstr "Saint Kitts e Nevis Anguilla"
4461
 
4462
  # Saint Lucia
4463
- #: ../../admin/view/wp-slimstat-reports.php:948
4464
  msgid "c-lc"
4465
  msgstr "Santa Lucia"
4466
 
4467
- #: ../../admin/view/wp-slimstat-reports.php:948
4468
  msgid "c-mf"
4469
  msgstr "San Martino"
4470
 
4471
  # Saint Vincent & Grenadines
4472
- #: ../../admin/view/wp-slimstat-reports.php:948
4473
  msgid "c-vc"
4474
  msgstr "Saint Vincent e Grenadines"
4475
 
4476
  # Samoa
4477
- #: ../../admin/view/wp-slimstat-reports.php:948
4478
  msgid "c-ws"
4479
  msgstr "Samoa"
4480
 
4481
  # Saint Tome (Sao Tome) and Principe
4482
- #: ../../admin/view/wp-slimstat-reports.php:948
4483
  msgid "c-st"
4484
  msgstr "Sao Tome"
4485
 
4486
  # Saudi Arabia
4487
- #: ../../admin/view/wp-slimstat-reports.php:948
4488
  msgid "c-sa"
4489
  msgstr "Arabia Saudita"
4490
 
4491
  # Senegal
4492
- #: ../../admin/view/wp-slimstat-reports.php:948
4493
  msgid "c-sn"
4494
  msgstr "Senegal"
4495
 
4496
- #: ../../admin/view/wp-slimstat-reports.php:948
4497
  msgid "c-rs"
4498
  msgstr "Serbia"
4499
 
4500
  # Sierra Leone
4501
- #: ../../admin/view/wp-slimstat-reports.php:948
4502
  msgid "c-sl"
4503
  msgstr "Sierra Leone"
4504
 
4505
  # Singapore
4506
- #: ../../admin/view/wp-slimstat-reports.php:948
4507
  msgid "c-sg"
4508
  msgstr "Singapore"
4509
 
4510
  # Slovak Republic
4511
- #: ../../admin/view/wp-slimstat-reports.php:948
4512
  msgid "c-sk"
4513
  msgstr "Slovacchia"
4514
 
4515
  # Slovenia
4516
- #: ../../admin/view/wp-slimstat-reports.php:948
4517
  msgid "c-si"
4518
  msgstr "Slovenia"
4519
 
4520
  # Solomon Islands
4521
- #: ../../admin/view/wp-slimstat-reports.php:948
4522
  msgid "c-sb"
4523
  msgstr "Isole Salomone"
4524
 
4525
  # Somalia
4526
- #: ../../admin/view/wp-slimstat-reports.php:948
4527
  msgid "c-so"
4528
  msgstr "Somalia"
4529
 
4530
  # South Africa
4531
- #: ../../admin/view/wp-slimstat-reports.php:948
4532
  msgid "c-za"
4533
  msgstr "Sud Africa"
4534
 
4535
  # S. Georgia & S. Sandwich Isls.
4536
- #: ../../admin/view/wp-slimstat-reports.php:948
4537
  msgid "c-gs"
4538
  msgstr "S. Georgia e S. Sandwich"
4539
 
4540
  # Spain
4541
- #: ../../admin/view/wp-slimstat-reports.php:948
4542
  msgid "c-es"
4543
  msgstr "Spagna"
4544
 
4545
  # Sri Lanka
4546
- #: ../../admin/view/wp-slimstat-reports.php:948
4547
  msgid "c-lk"
4548
  msgstr "Sri Lanka"
4549
 
4550
- #: ../../admin/view/wp-slimstat-reports.php:948
4551
  msgid "c-sc"
4552
  msgstr "Seychelles"
4553
 
4554
  # Sudan
4555
- #: ../../admin/view/wp-slimstat-reports.php:948
4556
  msgid "c-sd"
4557
  msgstr "Sudan"
4558
 
4559
- #: ../../admin/view/wp-slimstat-reports.php:948
4560
  msgid "c-ss"
4561
  msgstr "Sud Sudan"
4562
 
4563
  # Suriname
4564
- #: ../../admin/view/wp-slimstat-reports.php:948
4565
  msgid "c-sr"
4566
  msgstr "Suriname"
4567
 
4568
  # Svalbard and Jan Mayen Islands
4569
- #: ../../admin/view/wp-slimstat-reports.php:948
4570
  msgid "c-sj"
4571
  msgstr "Svalbard and Jan Mayen"
4572
 
4573
  # Swaziland
4574
- #: ../../admin/view/wp-slimstat-reports.php:948
4575
  msgid "c-sz"
4576
  msgstr "Swaziland"
4577
 
4578
  # Sweden
4579
- #: ../../admin/view/wp-slimstat-reports.php:948
4580
  msgid "c-se"
4581
  msgstr "Svezia"
4582
 
4583
  # Switzerland
4584
- #: ../../admin/view/wp-slimstat-reports.php:948
4585
  msgid "c-ch"
4586
  msgstr "Svizzera"
4587
 
4588
  # Syria
4589
- #: ../../admin/view/wp-slimstat-reports.php:948
4590
  msgid "c-sy"
4591
  msgstr "Siria"
4592
 
4593
  # Taiwan
4594
- #: ../../admin/view/wp-slimstat-reports.php:948
4595
  msgid "c-tw"
4596
  msgstr "Taiwan"
4597
 
4598
  # Tadjikistan
4599
- #: ../../admin/view/wp-slimstat-reports.php:948
4600
  msgid "c-tj"
4601
  msgstr "Tadjikistan"
4602
 
4603
  # Tanzania
4604
- #: ../../admin/view/wp-slimstat-reports.php:948
4605
  msgid "c-tz"
4606
  msgstr "Tanzania"
4607
 
4608
  # Thailand
4609
- #: ../../admin/view/wp-slimstat-reports.php:948
4610
  msgid "c-th"
4611
  msgstr "Tailandia"
4612
 
4613
- #: ../../admin/view/wp-slimstat-reports.php:948
4614
  msgid "c-tl"
4615
  msgstr "Timor-Leste"
4616
 
4617
  # Togo
4618
- #: ../../admin/view/wp-slimstat-reports.php:948
4619
  msgid "c-tg"
4620
  msgstr "Togo"
4621
 
4622
  # Tonga
4623
- #: ../../admin/view/wp-slimstat-reports.php:948
4624
  msgid "c-to"
4625
  msgstr "Tonga"
4626
 
4627
  # Trinidad and Tobago
4628
- #: ../../admin/view/wp-slimstat-reports.php:948
4629
  msgid "c-tt"
4630
  msgstr "Trinidad e Tobago"
4631
 
4632
  # Tunisia
4633
- #: ../../admin/view/wp-slimstat-reports.php:948
4634
  msgid "c-tn"
4635
  msgstr "Tunisia"
4636
 
4637
  # Turkey
4638
- #: ../../admin/view/wp-slimstat-reports.php:948
4639
  msgid "c-tr"
4640
  msgstr "Turchia"
4641
 
4642
  # Turkmenistan
4643
- #: ../../admin/view/wp-slimstat-reports.php:948
4644
  msgid "c-tm"
4645
  msgstr "Turkmenistan"
4646
 
4647
  # Turks and Caicos Islands
4648
- #: ../../admin/view/wp-slimstat-reports.php:948
4649
  msgid "c-tc"
4650
  msgstr "Isole Caicos"
4651
 
4652
  # Uganda
4653
- #: ../../admin/view/wp-slimstat-reports.php:948
4654
  msgid "c-ug"
4655
  msgstr "Uganda"
4656
 
4657
  # Ukraine
4658
- #: ../../admin/view/wp-slimstat-reports.php:948
4659
  msgid "c-ua"
4660
  msgstr "Ucraina"
4661
 
4662
  # United Arab Emirates
4663
- #: ../../admin/view/wp-slimstat-reports.php:948
4664
  msgid "c-ae"
4665
  msgstr "Emirati Arabi"
4666
 
4667
  # Great Britain
4668
- #: ../../admin/view/wp-slimstat-reports.php:948
4669
  msgid "c-gb"
4670
  msgstr "Gran Bretagna"
4671
 
4672
  # United States
4673
- #: ../../admin/view/wp-slimstat-reports.php:948
4674
  msgid "c-us"
4675
  msgstr "Stati Uniti"
4676
 
4677
  # Uruguay
4678
- #: ../../admin/view/wp-slimstat-reports.php:948
4679
  msgid "c-uy"
4680
  msgstr "Uruguay"
4681
 
4682
  # Uzbekistan
4683
- #: ../../admin/view/wp-slimstat-reports.php:948
4684
  msgid "c-uz"
4685
  msgstr "Uzbekistan"
4686
 
4687
  # Vanuatu
4688
- #: ../../admin/view/wp-slimstat-reports.php:948
4689
  msgid "c-vu"
4690
  msgstr "Vanuatu"
4691
 
4692
  # Venezuela
4693
- #: ../../admin/view/wp-slimstat-reports.php:948
4694
  msgid "c-ve"
4695
  msgstr "Venezuela"
4696
 
4697
  # Vietnam
4698
- #: ../../admin/view/wp-slimstat-reports.php:948
4699
  msgid "c-vn"
4700
  msgstr "Vietnam"
4701
 
4702
  # Virgin Islands (British)
4703
- #: ../../admin/view/wp-slimstat-reports.php:948
4704
  msgid "c-vg"
4705
  msgstr "Isole Vergini (GB)"
4706
 
4707
  # Virgin Islands (USA)
4708
- #: ../../admin/view/wp-slimstat-reports.php:948
4709
  msgid "c-vi"
4710
  msgstr "Isole Vergini (USA)"
4711
 
4712
  # Western Sahara
4713
- #: ../../admin/view/wp-slimstat-reports.php:948
4714
  msgid "c-eh"
4715
  msgstr "Sahara Occ"
4716
 
4717
  # Yemen
4718
- #: ../../admin/view/wp-slimstat-reports.php:948
4719
  msgid "c-ye"
4720
  msgstr "Yemen"
4721
 
4722
  # Zambia
4723
- #: ../../admin/view/wp-slimstat-reports.php:948
4724
  msgid "c-zm"
4725
  msgstr "Zambia"
4726
 
4727
  # Zimbabwe
4728
- #: ../../admin/view/wp-slimstat-reports.php:948
4729
  msgid "c-zw"
4730
  msgstr "Zimbabwe"
4731
 
4732
- #: ../../admin/view/wp-slimstat-reports.php:948
4733
  msgid "c-gg"
4734
  msgstr "Guernsey"
4735
 
4736
- #: ../../admin/view/wp-slimstat-reports.php:948
4737
  msgid "c-je"
4738
  msgstr "Jersey"
4739
 
4740
- #: ../../admin/view/wp-slimstat-reports.php:948
4741
  msgid "c-im"
4742
  msgstr "Isola di Man"
4743
 
4744
  # Maldives
4745
- #: ../../admin/view/wp-slimstat-reports.php:948
4746
  msgid "c-mv"
4747
  msgstr "Maldive"
4748
 
4749
- #: ../../admin/view/wp-slimstat-reports.php:949
4750
  msgid "c-eu"
4751
  msgstr "Europa"
4752
 
4753
- #: ../../admin/view/wp-slimstat-reports.php:1038
4754
  msgid ""
4755
  "This value includes not only posts, but also custom post types, regardless "
4756
  "of their status"
4757
  msgstr ""
4758
 
4759
- #: ../../admin/view/wp-slimstat-reports.php:1039
4760
  msgid "Content Items"
4761
  msgstr "Articoli"
4762
 
4763
- #: ../../admin/view/wp-slimstat-reports.php:1040
4764
  msgid "Total Comments"
4765
  msgstr ""
4766
 
4767
- #: ../../admin/view/wp-slimstat-reports.php:1041
4768
  msgid "Pingbacks"
4769
  msgstr "Pingback"
4770
 
4771
- #: ../../admin/view/wp-slimstat-reports.php:1042
4772
  msgid "Trackbacks"
4773
  msgstr "Trackback"
4774
 
4775
- #: ../../admin/view/wp-slimstat-reports.php:1043
4776
- msgid "Longest Post (ID)"
4777
- msgstr "ID del post pi&ugrave; lungo"
4778
-
4779
- #: ../../admin/view/wp-slimstat-reports.php:1044
4780
- msgid "Longest Comment (ID)"
4781
- msgstr ""
4782
-
4783
- #: ../../admin/view/wp-slimstat-reports.php:1045
4784
  msgid "Avg Comments Per Post"
4785
  msgstr "Commenti medi per post"
4786
 
4787
- #: ../../admin/view/wp-slimstat-reports.php:1046
4788
  msgid "Avg Posts Per Day"
4789
  msgstr ""
4790
 
4791
- #: ../../admin/view/wp-slimstat-reports.php:1073
 
 
 
 
 
 
 
 
4792
  msgid "Visits"
4793
  msgstr "Visite"
4794
 
4795
- #: ../../admin/view/wp-slimstat-reports.php:1077
4796
  msgid "Domains"
4797
  msgstr "Domini"
4798
 
4799
- #: ../../admin/view/wp-slimstat-reports.php:1082
4800
  msgid "Avg Pageviews"
4801
  msgstr "Media accessi"
4802
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4803
  #~ msgid ""
4804
  #~ "WARNING: a misconfigured setting and/or server environment is preventing "
4805
  #~ "WP SlimStat from properly tracking your visitors. Please <a target="
@@ -5559,9 +5552,6 @@ msgstr "Media accessi"
5559
  #~ msgid "l-zu-ZA"
5560
  #~ msgstr "Zulu"
5561
 
5562
- #~ msgid "Details"
5563
- #~ msgstr "Dettagli"
5564
-
5565
  #~ msgid "Show records where"
5566
  #~ msgstr "Mostra righe per cui"
5567
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2014-10-13 14:10-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../..\n"
16
 
17
+ #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
18
+ #: ../../admin/view/wp-slimstat-reports.php:34
19
+ msgid "Real-Time Log"
20
+ msgstr "In diretta"
21
 
22
+ #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
23
+ #: ../../admin/wp-slimstat-admin.php:509
24
+ #: ../../admin/view/wp-slimstat-reports.php:35
25
  msgid "Overview"
26
  msgstr "Panoramica"
27
 
28
+ #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
29
+ #: ../../admin/wp-slimstat-admin.php:510
30
+ #: ../../admin/view/wp-slimstat-reports.php:36
31
+ msgid "Audience"
32
  msgstr "Visitatori"
33
 
34
+ #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
35
+ #: ../../admin/wp-slimstat-admin.php:511
36
+ #: ../../admin/view/wp-slimstat-reports.php:37
37
+ msgid "Site Analysis"
38
+ msgstr "Analisi del sito"
39
 
40
+ #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
41
+ #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
42
+ #: ../../admin/view/wp-slimstat-reports.php:38
43
  msgid "Traffic Sources"
44
  msgstr "Sorgenti di traffico"
45
 
46
+ #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
47
+ #: ../../admin/wp-slimstat-admin.php:513
48
+ #: ../../admin/view/wp-slimstat-reports.php:39
49
+ msgid "Map Overlay"
50
  msgstr "Mappa"
51
 
52
+ #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
53
+ #: ../../admin/wp-slimstat-admin.php:514
54
+ #: ../../admin/view/wp-slimstat-reports.php:40
55
  msgid "Custom Reports"
56
  msgstr "Rapporti personali"
57
 
58
+ #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
59
+ #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
60
+ #: ../../admin/config/index.php:9
61
  msgid "Add-ons"
62
  msgstr "Add-ons"
63
 
64
+ #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
65
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
66
+ #: ../../admin/config/index.php:138
67
  msgid "Settings"
68
  msgstr "Impostazioni"
69
 
70
+ #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
71
+ #: ../../admin/wp-slimstat-admin.php:505
72
  msgid "SlimStat"
73
  msgstr "SlimStat"
74
 
75
+ #: ../../admin/wp-slimstat-admin.php:586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgid "Pageviews in the last 365 days"
77
  msgstr "Accessi negli ultimi 365 giorni"
78
 
79
+ #: ../../admin/wp-slimstat-admin.php:614
80
  msgid "Show on screen"
81
  msgstr "Scegli cosa visualizzare"
82
 
83
+ #: ../../admin/wp-slimstat-admin.php:642
84
  msgid "Hide this notice"
85
  msgstr "Nascondi questa nota"
86
 
87
+ #: ../../admin/wp-slimstat-admin.php:679
88
  msgid "There was an error updating the following options:"
89
  msgstr ""
90
  "Si è verificato un errore nell'aggiornamento delle seguente impostazioni:"
91
 
92
+ #: ../../admin/wp-slimstat-admin.php:682
 
93
  msgid "Your changes have been saved."
94
+ msgstr "Le impostazioni sono state salvate."
95
 
96
+ #: ../../admin/wp-slimstat-admin.php:705
97
  msgid "Save Changes"
98
  msgstr "Salva"
99
 
100
+ #: ../../admin/wp-slimstat-admin.php:729
101
  msgid "Yes"
102
  msgstr "Si"
103
 
104
+ #: ../../admin/wp-slimstat-admin.php:730
105
+ #: ../../admin/view/wp-slimstat-reports.php:779
106
  msgid "No"
107
  msgstr "No"
108
 
109
+ #: ../../admin/wp-slimstat-admin.php:731
110
+ msgid "Site Specific"
111
+ msgstr ""
112
+
113
+ #: ../../admin/wp-slimstat-admin.php:791
114
  msgid "Definitions"
115
  msgstr "Definizioni"
116
 
117
+ #: ../../admin/wp-slimstat-admin.php:794
118
  msgid "Pageview"
119
  msgstr "Accesso"
120
 
121
+ #: ../../admin/wp-slimstat-admin.php:794
122
  msgid ""
123
  "A request to load a single HTML file (\"page\"). This should be contrasted "
124
  "with a \"hit\", which refers to a request for any file from a web server. "
125
  "Slimstat logs a pageview each time the tracking code is executed"
126
  msgstr ""
127
 
128
+ #: ../../admin/wp-slimstat-admin.php:795
129
  msgid "(Human) Visit"
130
  msgstr "Visita umana"
131
 
132
+ #: ../../admin/wp-slimstat-admin.php:795
133
  msgid ""
134
  "A period of interaction between a visitor's browser and your website, ending "
135
  "when the browser is closed or when the user has been inactive on that site "
136
  "for 30 minutes"
137
  msgstr ""
138
 
139
+ #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
140
+ #: ../../admin/view/right-now.php:21
141
  msgid "Known Visitor"
142
  msgstr "Visitatore noto"
143
 
144
+ #: ../../admin/wp-slimstat-admin.php:796
145
  msgid ""
146
  "Any user who has left a comment on your blog, and is thus identified by "
147
  "Wordpress as a returning visitor"
148
  msgstr ""
149
 
150
+ #: ../../admin/wp-slimstat-admin.php:797
151
  msgid "Unique IP"
152
  msgstr "IP unico"
153
 
154
+ #: ../../admin/wp-slimstat-admin.php:797
155
  msgid ""
156
  "Used to differentiate between multiple requests to download a file from one "
157
  "internet address (IP) and requests originating from many distinct addresses; "
159
  "from, it is useful, but not perfect"
160
  msgstr ""
161
 
162
+ #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
163
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
164
  msgid "Originating IP"
165
  msgstr "IP originante"
166
 
167
+ #: ../../admin/wp-slimstat-admin.php:798
168
  msgid ""
169
  "the originating IP address of a client connecting to a web server through an "
170
  "HTTP proxy or load balancer"
171
  msgstr ""
172
 
173
+ #: ../../admin/wp-slimstat-admin.php:799
174
  msgid "Direct Traffic"
175
  msgstr "Visita diretta"
176
 
177
+ #: ../../admin/wp-slimstat-admin.php:799
178
  msgid ""
179
  "All those people showing up to your Web site by typing in the URL of your "
180
  "Web site coming or from a bookmark; some people also call this \"default "
181
  "traffic\" or \"ambient traffic\""
182
  msgstr ""
183
 
184
+ #: ../../admin/wp-slimstat-admin.php:800
185
  msgid "Search Engine"
186
  msgstr "Motore di ricerca"
187
 
188
+ #: ../../admin/wp-slimstat-admin.php:800
189
  msgid ""
190
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
191
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
192
  msgstr ""
193
 
194
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
195
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
196
  msgid "Search Terms"
197
  msgstr "Parole chiave"
198
 
199
+ #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
200
  msgid "Keywords used by your visitors to find your website on a search engine"
201
  msgstr "Parole chiave che i visitatori hanno inserito nel motore di ricerca"
202
 
203
+ #: ../../admin/wp-slimstat-admin.php:802
204
  msgid "SERP"
205
  msgstr "SERP"
206
 
207
+ #: ../../admin/wp-slimstat-admin.php:802
208
  msgid ""
209
  "Short for search engine results page, the Web page that a search engine "
210
  "returns with the results of its search. The value shown represents your rank "
211
  "(or position) within that list of results"
212
  msgstr ""
213
 
214
+ #: ../../admin/wp-slimstat-admin.php:803
215
  #: ../../admin/view/wp-slimstat-db.php:57
216
  msgid "User Agent"
217
  msgstr "Browser"
218
 
219
+ #: ../../admin/wp-slimstat-admin.php:803
220
  msgid ""
221
  "Any program used for accessing a website; this includes browsers, robots, "
222
  "spiders and any other program that was used to retrieve information from the "
223
  "site"
224
  msgstr ""
225
 
226
+ #: ../../admin/wp-slimstat-admin.php:804
227
+ #: ../../admin/view/wp-slimstat-db.php:62
228
  msgid "Outbound Link"
229
  msgstr "Link in uscita"
230
 
231
+ #: ../../admin/wp-slimstat-admin.php:804
232
  msgid ""
233
  "A link from one domain to another is said to be outbound from its source "
234
  "anchor and inbound to its target. This report lists all the links to other "
235
  "websites followed by your visitors."
236
  msgstr ""
237
 
238
+ #: ../../admin/wp-slimstat-admin.php:811
239
  msgid "Basic Filters"
240
  msgstr "Filtri di base"
241
 
242
+ #: ../../admin/wp-slimstat-admin.php:814
243
+ #: ../../admin/view/wp-slimstat-db.php:41
244
  msgid "Browser"
245
  msgstr "Browser"
246
 
247
+ #: ../../admin/wp-slimstat-admin.php:814
248
  msgid "User agent (Firefox, Chrome, ...)"
249
  msgstr "programma usato per visualizzare il sito (Firefox, Chrome, ...)"
250
 
251
+ #: ../../admin/wp-slimstat-admin.php:815
252
+ #: ../../admin/view/wp-slimstat-db.php:42
253
+ #: ../../admin/view/wp-slimstat-reports.php:490
254
  msgid "Country Code"
255
  msgstr "Codice Paese"
256
 
257
+ #: ../../admin/wp-slimstat-admin.php:815
258
  msgid "2-letter code (us, ru, de, it, ...)"
259
  msgstr "codice di 2 lettere (us, ru, it, de, ...)"
260
 
261
+ #: ../../admin/wp-slimstat-admin.php:816
262
  msgid "IP"
263
  msgstr "IP"
264
 
265
+ #: ../../admin/wp-slimstat-admin.php:816
266
  msgid "Visitor's public IP address"
267
  msgstr "indirizzo pubblico del visitatore"
268
 
269
+ #: ../../admin/wp-slimstat-admin.php:818
270
+ #: ../../admin/view/wp-slimstat-db.php:45
271
+ #: ../../admin/view/wp-slimstat-reports.php:502
272
  msgid "Language Code"
273
  msgstr "Codice Lingua"
274
 
275
+ #: ../../admin/wp-slimstat-admin.php:818
276
  msgid ""
277
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
278
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
282
  "href=\"http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx"
283
  "\">pagina su linguaggi e culture</a> (prima colonna)"
284
 
285
+ #: ../../admin/wp-slimstat-admin.php:819
286
+ #: ../../admin/view/wp-slimstat-db.php:46
287
  msgid "Operating System"
288
  msgstr "Sistema operativo"
289
 
290
+ #: ../../admin/wp-slimstat-admin.php:819
291
  msgid ""
292
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
293
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
297
  "visita <a target=\"_blank\" href=\"http://php.net/manual/en/function.get-"
298
  "browser.php\">questa pagina</a>"
299
 
300
+ #: ../../admin/wp-slimstat-admin.php:820
301
+ #: ../../admin/view/wp-slimstat-db.php:47
302
  msgid "Permalink"
303
  msgstr "Permalink"
304
 
305
+ #: ../../admin/wp-slimstat-admin.php:820
306
  msgid "URL accessed on your site"
307
  msgstr "URL acceduta sul sito"
308
 
309
+ #: ../../admin/wp-slimstat-admin.php:821
310
+ #: ../../admin/view/wp-slimstat-db.php:49
311
  msgid "Referer"
312
  msgstr "Riferimento"
313
 
314
+ #: ../../admin/wp-slimstat-admin.php:821
315
  msgid "Complete address of the referrer page"
316
  msgstr "Indirizzo completo della pagina di riferimento"
317
 
318
+ #: ../../admin/wp-slimstat-admin.php:822
319
+ #: ../../admin/view/wp-slimstat-db.php:50
320
  msgid "Visitor's Name"
321
  msgstr "Nome del visitatore"
322
 
323
+ #: ../../admin/wp-slimstat-admin.php:822
324
  msgid ""
325
  "Visitors' names according to the cookie set by Wordpress after they leave a "
326
  "comment"
328
  "Nome del visitatore come impostato da Wordpress durante l'inserimento di un "
329
  "commento"
330
 
331
+ #: ../../admin/wp-slimstat-admin.php:830
332
  msgid "Advanced Filters"
333
  msgstr "Filtri avanzati"
334
 
335
+ #: ../../admin/wp-slimstat-admin.php:833
336
  #: ../../admin/view/wp-slimstat-db.php:55
337
  msgid "Browser Version"
338
  msgstr "Versione Browser"
339
 
340
+ #: ../../admin/wp-slimstat-admin.php:833
341
  msgid "user agent version (9.0, 11, ...)"
342
  msgstr "versione del browser (9.0, 11, ...)"
343
 
344
+ #: ../../admin/wp-slimstat-admin.php:834
345
  #: ../../admin/view/wp-slimstat-db.php:56
346
  msgid "Browser Type"
347
  msgstr "Tipo di browser"
348
 
349
+ #: ../../admin/wp-slimstat-admin.php:834
350
  msgid ""
351
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
352
  "all others"
354
  "1 = motore di ricerca, 2 = dispositivo mobile, 3 = lettore RSS, 0 = tutti "
355
  "gli altri"
356
 
357
+ #: ../../admin/wp-slimstat-admin.php:835
358
  #: ../../admin/view/wp-slimstat-db.php:58
359
  msgid "Color Depth"
360
  msgstr "Profondità dei colori"
361
 
362
+ #: ../../admin/wp-slimstat-admin.php:835
363
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
364
  msgstr "profondit&agrave; di colore dello schermo (8, 16, 24, ...)"
365
 
366
+ #: ../../admin/wp-slimstat-admin.php:836
367
  #: ../../admin/view/wp-slimstat-db.php:59
368
  msgid "CSS Version"
369
  msgstr "Versione CSS"
370
 
371
+ #: ../../admin/wp-slimstat-admin.php:836
372
  msgid ""
373
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
374
  "values)"
376
  "standard CSS supportato dal browser di quell'utente (1, 2, 3 ed altri valori "
377
  "interi)"
378
 
379
+ #: ../../admin/wp-slimstat-admin.php:837
380
  #: ../../admin/view/wp-slimstat-db.php:60
381
  msgid "Pageview Attributes"
382
  msgstr "Attributi visita"
383
 
384
+ #: ../../admin/wp-slimstat-admin.php:837
385
  msgid ""
386
  "this field is set to <em>[pre]</em> if the resource has been accessed "
387
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
388
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
389
  msgstr ""
390
 
391
+ #: ../../admin/wp-slimstat-admin.php:838
392
+ #: ../../admin/view/wp-slimstat-db.php:63
393
  msgid "Post Author"
394
  msgstr "Autore articolo"
395
 
396
+ #: ../../admin/wp-slimstat-admin.php:838
397
  msgid "author associated to that post/page when the resource was accessed"
398
  msgstr "autore associato al post quando la risorsa &egrave; stata acceduta"
399
 
400
+ #: ../../admin/wp-slimstat-admin.php:839
401
+ #: ../../admin/view/wp-slimstat-db.php:64
402
  msgid "Post Category ID"
403
  msgstr "ID Categoria"
404
 
405
+ #: ../../admin/wp-slimstat-admin.php:839
406
  msgid "ID of the category/term associated to the resource, when available"
407
  msgstr "ID della categoria associata alla risorsa, se disponibile"
408
 
409
+ #: ../../admin/wp-slimstat-admin.php:840
410
  msgid "visitor's originating IP address, if available"
411
  msgstr "indirizzo IP privato del visitatore, se disponibile"
412
 
413
+ #: ../../admin/wp-slimstat-admin.php:841
414
+ #: ../../admin/view/wp-slimstat-db.php:66
415
  msgid "Resource Content Type"
416
  msgstr "Tipo di contenuto"
417
 
418
+ #: ../../admin/wp-slimstat-admin.php:841
419
  msgid ""
420
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
421
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
429
  "\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional "
430
  "Tag</a> del Codex"
431
 
432
+ #: ../../admin/wp-slimstat-admin.php:842
433
+ #: ../../admin/view/wp-slimstat-db.php:68
434
  msgid "Screen Resolution"
435
  msgstr "Risoluzione schermo"
436
 
437
+ #: ../../admin/wp-slimstat-admin.php:842
438
  msgid "viewport width and height (1024x768, 800x600, ...)"
439
  msgstr "dimensioni della finestra del browser (1024x768, 800x600, ...)"
440
 
441
+ #: ../../admin/wp-slimstat-admin.php:843
442
+ #: ../../admin/view/wp-slimstat-db.php:69
443
  msgid "Visit ID"
444
  msgstr "ID Visita"
445
 
446
+ #: ../../admin/wp-slimstat-admin.php:843
447
  msgid ""
448
  "generally used in conjunction with <em>is not empty</em>, identifies human "
449
  "visitors"
451
  "generalmente usato con l'operatore <em>non &egrave; vuoto</em>, identifica i "
452
  "visitatori umani"
453
 
454
+ #: ../../admin/wp-slimstat-admin.php:844
455
  msgid "Date Filters"
456
  msgstr "Filtri sulla data"
457
 
458
+ #: ../../admin/wp-slimstat-admin.php:844
459
  msgid ""
460
  "you can specify the timeframe by entering a number in the <em>interval</em> "
461
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
462
  "year=blank, interval=-1 will set a year-to-date filter)"
463
  msgstr ""
464
 
465
+ #: ../../admin/wp-slimstat-admin.php:845
466
  msgid "SERP Position"
467
  msgstr "SERP"
468
 
469
+ #: ../../admin/wp-slimstat-admin.php:845
470
  msgid ""
471
  "set the filter to Referer contains cd=N&, where N is the position you are "
472
  "looking for"
510
  msgid "Views"
511
  msgstr "Viste"
512
 
513
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
514
  msgid "Filters"
515
  msgstr "Filtri"
516
 
517
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
518
  msgid "Permissions"
519
  msgstr "Permessi"
520
 
521
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
522
  msgid "Advanced"
523
  msgstr "Filtri avanzati"
524
 
525
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
526
  msgid "Maintenance"
527
  msgstr "Manutenzione"
528
 
529
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
530
  msgid "Tracker"
531
  msgstr "Sistema di tracciamento"
532
 
587
  msgstr "Posizione Menu"
588
 
589
  #: ../../admin/config/index.php:27
 
590
  msgid ""
591
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
592
  "admin bar (if visible)."
593
  msgstr ""
594
+ "Ti consente di decidere se vuoi avere il menu di Slimstat nella navigazione "
595
+ "qui a fianco o nella barra di amministrazione."
596
 
597
  #: ../../admin/config/index.php:27
598
  msgid "Side Menu"
603
  msgstr "Barra di amministrazione"
604
 
605
  #: ../../admin/config/index.php:28
 
606
  msgid "Add Stats to Posts and Pages"
607
+ msgstr "Mostra contatore in Articoli e Pagine"
608
 
609
  #: ../../admin/config/index.php:28
610
  msgid ""
636
  msgid "Entries logged on or before %s will be permanently deleted."
637
  msgstr ""
638
 
639
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
640
+ #: ../../admin/view/wp-slimstat-db.php:76
641
+ #: ../../admin/view/wp-slimstat-reports.php:779
642
  msgid "days"
643
  msgstr "giorni"
644
 
663
  msgstr ""
664
 
665
  #: ../../admin/config/index.php:49
 
666
  msgid "Enable SOV"
667
+ msgstr "Attiva SOV"
668
 
669
  #: ../../admin/config/index.php:49
670
  msgid ""
703
  "feature if you need to see the URL in your reports."
704
  msgstr ""
705
 
706
+ #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
707
+ msgid "Date and Time"
708
+ msgstr "Data e ora"
709
+
710
+ #: ../../admin/config/index.php:53
711
+ msgid ""
712
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
713
+ "Format</a> to use when displaying date and time of a pageview."
714
+ msgstr ""
715
+
716
+ #: ../../admin/config/index.php:55
717
  msgid "Functionality"
718
  msgstr "Funzionalit&agrave;"
719
 
720
+ #: ../../admin/config/index.php:56
721
  msgid "Asynchronous Views"
722
  msgstr "Viste asincrone"
723
 
724
+ #: ../../admin/config/index.php:56
725
  msgid ""
726
  "Load all the reports dynamically. It makes the reports render faster, but it "
727
  "increases the load on your server."
728
  msgstr ""
729
 
730
+ #: ../../admin/config/index.php:57
731
  msgid "SlimScroll"
732
+ msgstr "SlimScroll"
733
 
734
+ #: ../../admin/config/index.php:57
735
  msgid ""
736
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
737
  "scrollbar."
738
  msgstr ""
739
 
740
+ #: ../../admin/config/index.php:58
741
  msgid "Expand Details"
742
  msgstr "Espandi dettagli"
743
 
744
+ #: ../../admin/config/index.php:58
745
  msgid "Expand each row's details by default, insted of on mousehover."
746
  msgstr ""
747
 
748
+ #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
749
  msgid "Rows to Display"
750
  msgstr "Righe da visualizzare"
751
 
752
+ #: ../../admin/config/index.php:59
753
  msgid "Specify the number of items in each report."
754
+ msgstr "Indica il numero di righe in ogni rapporto."
755
 
756
  #: ../../admin/config/index.php:61
757
+ msgid "Activity Log"
758
+ msgstr "Registro delle attivit&agrave;"
759
+
760
+ #: ../../admin/config/index.php:62
761
  msgid "Live Stream"
762
  msgstr "Aggiornamento in diretta"
763
 
764
+ #: ../../admin/config/index.php:62
765
  msgid ""
766
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
767
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
768
  msgstr ""
769
 
770
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
771
  msgid "seconds"
772
  msgstr "secondi"
773
 
774
+ #: ../../admin/config/index.php:63
775
  msgid "Specify the number of items in the Activity Log."
776
+ msgstr "Indica il numero di righe nel log in tempo reale."
777
 
778
+ #: ../../admin/config/index.php:64
 
779
  msgid "Activity Log Extended"
780
  msgstr "Registro delle attivit&agrave;"
781
 
782
+ #: ../../admin/config/index.php:64
783
  msgid ""
784
  "Choose if you want to see outbound links listed in the Activity Log. It "
785
  "might slow down the rendering of this report."
786
  msgstr ""
787
 
788
+ #: ../../admin/config/index.php:69
789
  msgid "Visitors and Known Users"
790
  msgstr "Visitatori ed utenti noti"
791
 
792
+ #: ../../admin/config/index.php:70
793
  msgid "Track Registered Users"
794
  msgstr "Traccia utenti"
795
 
796
+ #: ../../admin/config/index.php:70
797
  msgid "Enable this option to track logged in users."
798
  msgstr "Attiva questa opzione se vuoi tracciare gli utenti autenticati."
799
 
800
+ #: ../../admin/config/index.php:71
801
  msgid "Blacklist by Username"
802
  msgstr "Lista nera degli username"
803
 
804
+ #: ../../admin/config/index.php:71
805
  msgid ""
806
  "List all the usernames you don't want to track, separated by commas. Please "
807
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
808
  "sensitive."
809
  msgstr ""
810
 
811
+ #: ../../admin/config/index.php:72
812
  msgid "Blacklist by IP Address"
813
  msgstr "Lista nera degli indirizzi IP"
814
 
815
+ #: ../../admin/config/index.php:72
816
  msgid ""
817
  "List all the IP addresses you don't want to track, separated by commas. Each "
818
  "network <strong>must</strong> be defined using the <a href='http://en."
821
  "public IP and the originating IP, if available."
822
  msgstr ""
823
 
824
+ #: ../../admin/config/index.php:73
825
  msgid "Blacklist by Capability"
826
  msgstr "Lista nera delle capability"
827
 
828
+ #: ../../admin/config/index.php:73
829
  msgid ""
830
  "Users having at least one of the <a href='http://codex.wordpress.org/"
831
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
832
  "will not be tracked. Capabilities are case-insensitive."
833
  msgstr ""
834
 
835
+ #: ../../admin/config/index.php:75
836
  msgid "Profiling"
837
  msgstr "Profili"
838
 
839
+ #: ../../admin/config/index.php:76
840
  msgid "Ignore Spammers"
841
  msgstr "Ignora spam"
842
 
843
+ #: ../../admin/config/index.php:76
844
  msgid ""
845
  "Enable this option if you don't want to track visits from users identified "
846
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
848
  "database."
849
  msgstr ""
850
 
851
+ #: ../../admin/config/index.php:77
852
  msgid "Permalinks"
853
  msgstr "Permalink"
854
 
855
+ #: ../../admin/config/index.php:77
856
  msgid ""
857
  "List all the URLs on your website that you don't want to track, separated by "
858
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
863
  "case-insensitive."
864
  msgstr ""
865
 
866
+ #: ../../admin/config/index.php:78
867
  msgid "Countries"
868
  msgstr "Classifica Paesi"
869
 
870
+ #: ../../admin/config/index.php:78
871
  msgid ""
872
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
873
  "track, separated by commas."
874
  msgstr ""
875
 
876
+ #: ../../admin/config/index.php:79
877
  msgid "User Agents"
878
  msgstr "Browser"
879
 
880
+ #: ../../admin/config/index.php:79
881
  msgid ""
882
  "Browsers (user agents) you don't want to track, separated by commas. You can "
883
  "specify the browser's version adding a slash after the name (i.e. "
887
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
888
  msgstr ""
889
 
890
+ #: ../../admin/config/index.php:80
891
  msgid "Referring Sites"
892
  msgstr "Domini sorgente"
893
 
894
+ #: ../../admin/config/index.php:80
895
  msgid ""
896
  "Referring URLs that you don't want to track, separated by commas: "
897
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
901
  "https://)."
902
  msgstr ""
903
 
904
+ #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
905
  msgid "Miscellaneous"
906
  msgstr "Altre impostazioni"
907
 
908
+ #: ../../admin/config/index.php:83
909
  msgid "Enable Privacy Mode"
910
  msgstr "Attiva privacy"
911
 
912
+ #: ../../admin/config/index.php:83
913
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
914
  msgstr ""
915
 
916
+ #: ../../admin/config/index.php:84
917
  msgid "Ignore Prefetch Requests"
918
  msgstr "Ignora requeste prefetch"
919
 
920
+ #: ../../admin/config/index.php:84
921
  msgid ""
922
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
923
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
924
  "target='_blank'>Link Prefetching functionality</a>."
925
  msgstr ""
926
 
927
+ #: ../../admin/config/index.php:100
928
  msgid "Ignore users (username not found)"
929
  msgstr "Ignora utenti (nome utente non trovato)"
930
 
931
+ #: ../../admin/config/index.php:123
932
  msgid ""
933
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
934
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
935
  msgstr ""
936
 
937
+ #: ../../admin/config/index.php:133
938
  msgid "Reports"
939
  msgstr "Rapporti"
940
 
941
+ #: ../../admin/config/index.php:134
942
  msgid "Restrict Authors"
943
  msgstr "Limita autori"
944
 
945
+ #: ../../admin/config/index.php:134
946
  msgid ""
947
  "Enable this option if you want your authors to only see stats related to "
948
  "their own content."
949
  msgstr ""
950
 
951
+ #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
952
  msgid "Capability"
953
  msgstr "Capability"
954
 
955
+ #: ../../admin/config/index.php:135
956
  msgid ""
957
  "Specify the minimum <a href='http://codex.wordpress.org/"
958
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
962
  "In this case, the list has precedence over the capability."
963
  msgstr ""
964
 
965
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
966
  msgid "Whitelist"
967
  msgstr "Lista bianca"
968
 
969
+ #: ../../admin/config/index.php:136
970
  msgid ""
971
  "List all the users who should have access to the reports, separated by "
972
  "commas. Administrators are implicitly allowed, so you don't need to list "
973
  "them in here. Usernames are case sensitive."
974
  msgstr ""
975
 
976
+ #: ../../admin/config/index.php:139
977
  msgid ""
978
  "Specify the minimum <a href='http://codex.wordpress.org/"
979
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
981
  "can be used to override this option for specific users."
982
  msgstr ""
983
 
984
+ #: ../../admin/config/index.php:140
985
  msgid ""
986
  "List all the users who can edit these options, separated by commas. Please "
987
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
988
  "not forget to include yourself! Usernames are case sensitive."
989
  msgstr ""
990
 
991
+ #: ../../admin/config/index.php:156
992
  msgid "Read access: username not found"
993
  msgstr "Accesso ai rapporti: nome utente non valido"
994
 
995
+ #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
996
  msgid ""
997
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
998
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
999
  "information"
1000
  msgstr ""
1001
 
1002
+ #: ../../admin/config/index.php:187
1003
  msgid "Config access: username not found"
1004
  msgstr "Accesso alle impostazioni: nome utente non valido"
1005
 
1006
+ #: ../../admin/config/index.php:215
1007
  msgid "Detect Smoothing"
1008
  msgstr "Test smoothing"
1009
 
1010
+ #: ../../admin/config/index.php:215
1011
  msgid ""
1012
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1013
  "This option required Spy Mode to be enabled."
1014
  msgstr ""
1015
 
1016
+ #: ../../admin/config/index.php:216
1017
  msgid "Track Outbound Clicks"
1018
  msgstr "Traccia link in uscita"
1019
 
1020
+ #: ../../admin/config/index.php:216
1021
  msgid ""
1022
  "Track when your visitors click on link to external websites. This option "
1023
  "required Spy Mode to be enabled."
1024
  msgstr ""
1025
 
1026
+ #: ../../admin/config/index.php:217
1027
  msgid "Session Duration"
1028
  msgstr "Durata della sessione"
1029
 
1030
+ #: ../../admin/config/index.php:217
1031
  msgid ""
1032
  "How many seconds should a human session last? Google Analytics sets it to "
1033
  "1800 seconds."
1034
  msgstr ""
1035
 
1036
+ #: ../../admin/config/index.php:218
1037
  msgid "Extend Session"
1038
  msgstr "Estendi sessione"
1039
 
1040
+ #: ../../admin/config/index.php:218
1041
  msgid "Extend the duration of a session each time the user visits a new page."
1042
  msgstr ""
1043
 
1044
+ #: ../../admin/config/index.php:219
1045
  msgid "Enable CDN"
1046
  msgstr "Attiva CDN"
1047
 
1048
+ #: ../../admin/config/index.php:219
1049
  msgid ""
1050
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1051
  "by serving our tracking code from their fast and reliable network (free "
1052
  "service)."
1053
  msgstr ""
1054
 
1055
+ #: ../../admin/config/index.php:220
1056
  msgid "Extensions to Track"
1057
  msgstr "Estensioni da tracciare"
1058
 
1059
+ #: ../../admin/config/index.php:220
1060
  msgid ""
1061
  "List all the file extensions that you want to be treated as Downloads. "
1062
  "Please note that links pointing to external resources (i.e. PDFs on a "
1065
  "below."
1066
  msgstr ""
1067
 
1068
+ #: ../../admin/config/index.php:222
 
1069
  msgid "External Pages"
1070
+ msgstr "Pagine Esterne"
1071
 
1072
+ #: ../../admin/config/index.php:223
1073
  msgid "Add the following code to all the non-WP pages you want to track"
1074
  msgstr ""
1075
 
1076
+ #: ../../admin/config/index.php:235
1077
  msgid "Debug Mode"
1078
+ msgstr "Mostra Debug"
1079
 
1080
+ #: ../../admin/config/index.php:235
1081
  msgid "Display the SQL queries used to retrieve the data."
1082
  msgstr ""
1083
+ "Visualizza le query SQL usate per prelevare le informazioni dalla base di "
1084
+ "dati."
1085
 
1086
+ #: ../../admin/config/index.php:236
1087
  msgid "IP Lookup"
1088
  msgstr "Geolocalizzazione"
1089
 
1090
+ #: ../../admin/config/index.php:236
1091
  msgid "Customize the Geolocation service to be used in the reports."
1092
  msgstr ""
1093
 
1094
+ #: ../../admin/config/index.php:237
1095
  msgid "Custom CSS"
1096
  msgstr "Personalizza CSS "
1097
 
1098
+ #: ../../admin/config/index.php:237
1099
  msgid ""
1100
  "Paste here your custom stylesheet to personalize the way your reports look. "
1101
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1103
  "setting."
1104
  msgstr ""
1105
 
1106
+ #: ../../admin/config/index.php:238
1107
  msgid "Enable UAN"
1108
  msgstr "Attiva UAN"
1109
 
1110
+ #: ../../admin/config/index.php:238
1111
  msgid ""
1112
  "Send anonymous data about user agents to our server for analysis. This "
1113
  "allows us to contribute to the <a href='http://browscap.org/' "
1117
  msgstr ""
1118
 
1119
  #: ../../admin/config/maintenance.php:20
 
1120
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1121
+ msgstr "Le tabelle di Slimstat sono state convertite ad InnoDB."
1122
 
1123
  #: ../../admin/config/maintenance.php:30
1124
  msgid "records deleted from your database."
1133
  msgstr "I rapporti sono stati ripristinati con successo."
1134
 
1135
  #: ../../admin/config/maintenance.php:46
 
1136
  msgid ""
1137
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1138
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1139
  msgstr ""
1140
+ "Congratulazioni. Slimstat &egrave; stato ottimizzato per la <a href=\"http://"
1141
+ "www.youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\">velocit&agrave; "
1142
+ "smodata</a>."
1143
 
1144
  #: ../../admin/config/maintenance.php:53
1145
  msgid ""
1209
  msgid "is less than"
1210
  msgstr "è minore di"
1211
 
1212
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1213
  msgid "matches"
1214
  msgstr "soddisfa"
1215
 
1216
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1217
  msgid "does not match"
1218
  msgstr "non soddisfa"
1219
 
1220
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1221
  msgid "is empty"
1222
  msgstr "è vuoto"
1223
 
1224
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1225
  msgid "is not empty"
1226
  msgstr "non è vuoto"
1227
 
1228
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1229
+ #: ../../admin/view/index.php:87
1230
  msgid "Apply"
1231
  msgstr "Applica"
1232
 
1713
 
1714
  # Bulgarian
1715
  #: ../../admin/lang/dynamic_strings.php:96
 
1716
  msgid "l-bg-bg"
1717
  msgstr "Bulgaro"
1718
 
1727
 
1728
  # Catalan
1729
  #: ../../admin/lang/dynamic_strings.php:99
 
1730
  msgid "l-ca-es"
1731
  msgstr "Catalano"
1732
 
1737
 
1738
  # Czech
1739
  #: ../../admin/lang/dynamic_strings.php:101
 
1740
  msgid "l-cs-cz"
1741
  msgstr "Ceco"
1742
 
1828
 
1829
  # English/Canada
1830
  #: ../../admin/lang/dynamic_strings.php:120
 
1831
  msgid "l-en-cb"
1832
  msgstr "Inglese/Canada"
1833
 
1853
 
1854
  # English
1855
  #: ../../admin/lang/dynamic_strings.php:125
 
1856
  msgid "l-en-ph"
1857
  msgstr "Inglese"
1858
 
1873
 
1874
  # English/South Africa
1875
  #: ../../admin/lang/dynamic_strings.php:129
 
1876
  msgid "l-en-zw"
1877
  msgstr "Inglese/Sud Africa"
1878
 
1988
 
1989
  # Estonian
1990
  #: ../../admin/lang/dynamic_strings.php:152
 
1991
  msgid "l-et-ee"
1992
  msgstr "Estone"
1993
 
1998
 
1999
  # Basque
2000
  #: ../../admin/lang/dynamic_strings.php:154
 
2001
  msgid "l-eu-es"
2002
  msgstr "Basco"
2003
 
2008
 
2009
  # Farsi
2010
  #: ../../admin/lang/dynamic_strings.php:156
 
2011
  msgid "l-fa-ir"
2012
  msgstr "Farsi"
2013
 
2018
 
2019
  # Finnish
2020
  #: ../../admin/lang/dynamic_strings.php:158
 
2021
  msgid "l-fi-fi"
2022
  msgstr "Finlandese"
2023
 
2028
 
2029
  # Faeroese
2030
  #: ../../admin/lang/dynamic_strings.php:160
 
2031
  msgid "l-fo-fo"
2032
  msgstr "Faeroer"
2033
 
2063
 
2064
  # French/Switzerland
2065
  #: ../../admin/lang/dynamic_strings.php:167
 
2066
  msgid "l-fr-mc"
2067
  msgstr "Francese/Svizzera"
2068
 
2073
 
2074
  # Spanish
2075
  #: ../../admin/lang/dynamic_strings.php:169
 
2076
  msgid "l-gl-es"
2077
  msgstr "Spagnolo"
2078
 
2101
 
2102
  # Hindi
2103
  #: ../../admin/lang/dynamic_strings.php:175
 
2104
  msgid "l-hi-in"
2105
  msgstr "Hindi"
2106
 
2111
 
2112
  # Croatian
2113
  #: ../../admin/lang/dynamic_strings.php:177
 
2114
  msgid "l-hr-ba"
2115
  msgstr "Croato"
2116
 
2117
  # Croatian
2118
  #: ../../admin/lang/dynamic_strings.php:178
 
2119
  msgid "l-hr-hr"
2120
  msgstr "Croato"
2121
 
2144
 
2145
  # Indonesian
2146
  #: ../../admin/lang/dynamic_strings.php:184
 
2147
  msgid "l-id-id"
2148
  msgstr "Indonesiano"
2149
 
2154
 
2155
  # Icelandic
2156
  #: ../../admin/lang/dynamic_strings.php:186
 
2157
  msgid "l-is-is"
2158
  msgstr "Islandese"
2159
 
2218
 
2219
  # Korean
2220
  #: ../../admin/lang/dynamic_strings.php:200
 
2221
  msgid "l-kok"
2222
  msgstr "Coreano"
2223
 
2224
  # Korean
2225
  #: ../../admin/lang/dynamic_strings.php:201
 
2226
  msgid "l-kok-in"
2227
  msgstr "Coreano"
2228
 
2241
 
2242
  # Lithuanian
2243
  #: ../../admin/lang/dynamic_strings.php:205
 
2244
  msgid "l-lt-lt"
2245
  msgstr "Lituano"
2246
 
2251
 
2252
  # Latvian
2253
  #: ../../admin/lang/dynamic_strings.php:207
 
2254
  msgid "l-lv-lv"
2255
  msgstr "Latviano"
2256
 
2269
 
2270
  # Macedonian
2271
  #: ../../admin/lang/dynamic_strings.php:211
 
2272
  msgid "l-mk-ml"
2273
  msgstr "Macedone"
2274
 
2295
 
2296
  # Malaysian
2297
  #: ../../admin/lang/dynamic_strings.php:217
 
2298
  msgid "l-ms-bn"
2299
  msgstr "Malese"
2300
 
2301
  # Malaysian
2302
  #: ../../admin/lang/dynamic_strings.php:218
 
2303
  msgid "l-ms-my"
2304
  msgstr "Malese"
2305
 
2310
 
2311
  # Maltese
2312
  #: ../../admin/lang/dynamic_strings.php:220
 
2313
  msgid "l-mt-mt"
2314
  msgstr "Maltese"
2315
 
2372
 
2373
  # Spanish/Argentina
2374
  #: ../../admin/lang/dynamic_strings.php:234
 
2375
  msgid "l-ps-ar"
2376
  msgstr "Spagnolo/Argentina"
2377
 
2413
 
2414
  # Romanian
2415
  #: ../../admin/lang/dynamic_strings.php:243
 
2416
  msgid "l-ro-ro"
2417
  msgstr "Rumeno"
2418
 
2457
 
2458
  # Slovack
2459
  #: ../../admin/lang/dynamic_strings.php:253
 
2460
  msgid "l-sk-sk"
2461
  msgstr "Slovacco"
2462
 
2467
 
2468
  # Slovenian
2469
  #: ../../admin/lang/dynamic_strings.php:255
 
2470
  msgid "l-sl-si"
2471
  msgstr "Sloveno"
2472
 
2477
 
2478
  # Albanian
2479
  #: ../../admin/lang/dynamic_strings.php:257
 
2480
  msgid "l-sq-al"
2481
  msgstr "Albanese"
2482
 
2483
  # Serbian
2484
  #: ../../admin/lang/dynamic_strings.php:258
 
2485
  msgid "l-sr-ba"
2486
  msgstr "Serbo"
2487
 
2488
  # Serbian
2489
  #: ../../admin/lang/dynamic_strings.php:259
 
2490
  msgid "l-sr-sp"
2491
  msgstr "Serbo"
2492
 
2554
 
2555
  # English/South Africa
2556
  #: ../../admin/lang/dynamic_strings.php:274
 
2557
  msgid "l-tn-za"
2558
  msgstr "Inglese/Sud Africa"
2559
 
2586
 
2587
  # Ukrainian
2588
  #: ../../admin/lang/dynamic_strings.php:281
 
2589
  msgid "l-uk-ua"
2590
  msgstr "Ucraino"
2591
 
2596
 
2597
  # Urdu
2598
  #: ../../admin/lang/dynamic_strings.php:283
 
2599
  msgid "l-ur-pk"
2600
  msgstr "Urdu"
2601
 
2624
 
2625
  # Xshosa
2626
  #: ../../admin/lang/dynamic_strings.php:289
 
2627
  msgid "l-xh-za"
2628
  msgstr "Xshosa"
2629
 
2644
 
2645
  # Chinese
2646
  #: ../../admin/lang/dynamic_strings.php:293
 
2647
  msgid "l-zh-mo"
2648
  msgstr "Cinese"
2649
 
2664
 
2665
  # Zulu
2666
  #: ../../admin/lang/dynamic_strings.php:297
 
2667
  msgid "l-zu-za"
2668
  msgstr "Zulu"
2669
 
2670
  # Unknown
2671
  #: ../../admin/lang/dynamic_strings.php:298
2672
+ #: ../../admin/view/wp-slimstat-reports.php:503
2673
  msgid "l-"
2674
  msgstr "Sconosciuto"
2675
 
2687
  msgid "c-xy"
2688
  msgstr "IP Locale"
2689
 
2690
+ #: ../../admin/view/index.php:24
2691
+ msgid "is between (x,y)"
2692
+ msgstr ""
2693
+
2694
+ #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
2695
  msgid "Today"
2696
  msgstr "Oggi"
2697
 
2698
+ #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
2699
  msgid "Yesterday"
2700
  msgstr "Ieri"
2701
 
2702
+ #: ../../admin/view/index.php:59
2703
  msgid "Last 7 Days"
2704
  msgstr "Ultimi 7 giorni"
2705
 
2706
+ #: ../../admin/view/index.php:60
2707
  msgid "Last 60 Days"
2708
  msgstr "Ultimi 60 giorni"
2709
 
2710
+ #: ../../admin/view/index.php:61
2711
  msgid "Last 90 Days"
2712
  msgstr "Ultimi 90 giorni"
2713
 
2714
+ #: ../../admin/view/index.php:62
2715
  msgid "This Year So Far"
2716
  msgstr "Anno Corrente"
2717
 
2718
+ #: ../../admin/view/index.php:63
2719
  msgid "Date Range"
2720
  msgstr "Filtra per Data"
2721
 
2722
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
2723
  msgid "Day"
2724
  msgstr "Giorno"
2725
 
2726
+ #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2727
  msgid "Month"
2728
  msgstr "Mese"
2729
 
2730
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
2731
  msgid "Year"
2732
  msgstr "Anno"
2733
 
2734
+ #: ../../admin/view/index.php:89
2735
  msgid "Reset Filters"
2736
  msgstr "Rimuovi filtri"
2737
 
2738
+ #: ../../admin/view/index.php:130
2739
  msgid "Your report here"
2740
  msgstr "Le tue statistiche qui"
2741
 
2742
+ #: ../../admin/view/index.php:132
 
2743
  msgid ""
2744
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2745
  "write a new plugin that retrieves the desired information from the database "
2747
  "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2748
  "forum_id=10\" target=\"_blank\">support forum</a>."
2749
  msgstr ""
2750
+ "Si, si può! Creare e vedere le proprie statistiche personalizzate per "
2751
+ "Slimstat. Per far questo, ti basta scrivere un nuovo plugin che preleva le "
2752
  "informazioni desiderate dal database, per poi agganciarlo al codice "
2753
  "<code>wp_slimstat_custom_report</code>. Per ulteriori informazioni, visita "
2754
  "il <a href=\"http://wordpress.org/tags/wp-slimstat?forum_id=10\" target="
2755
  "\"_blank\">forum di supporto</a>."
2756
 
2757
+ #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
2758
+ #: ../../admin/view/wp-slimstat-reports.php:893
2759
+ #: ../../admin/view/wp-slimstat-reports.php:1116
2760
  msgid "Pageviews"
2761
  msgstr "Accessi"
2762
 
2763
+ #: ../../admin/view/index.php:149
 
2764
  msgid ""
2765
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2766
  "Slimstat leverages this information to identify returning visitors. Please "
2767
  "note that visitors also include registered users."
2768
  msgstr ""
2769
+ "Quando i lettori lasciano un commento, WordPress assegna loro dei cookie. "
2770
+ "SlimStat sfrutta queste informazioni per identificare i visitatori noti."
 
2771
 
2772
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2773
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
2774
  msgid "Color codes"
2775
  msgstr "Significato dei colori"
2776
 
2777
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2778
+ msgid "From search result page"
2779
  msgstr "Da una pagina di ricerca"
2780
 
2781
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2782
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2783
  msgid "Known Users"
2784
  msgstr "Utenti noti"
2785
 
2786
+ #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2787
+ #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2788
  msgid "Other Humans"
2789
  msgstr "Altri visitatori umani"
2790
 
2791
+ #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2792
+ msgid "Bot or Crawler"
2793
+ msgstr "Bot o motore"
2794
+
2795
+ #: ../../admin/view/index.php:157
2796
  msgid "Keywords used by your visitors to find your website on a search engine."
2797
  msgstr "Parole chiave che i visitatori hanno inserito nel motore di ricerca."
2798
 
2799
+ #: ../../admin/view/index.php:160
2800
  msgid ""
2801
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2802
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2803
  "set above don't apply to this report."
2804
  msgstr ""
2805
 
2806
+ #: ../../admin/view/index.php:163
2807
  msgid "Human Visits"
2808
  msgstr "Visite umane"
2809
 
2810
+ #: ../../admin/view/index.php:166
2811
  msgid ""
2812
  "Internet Service Provider: a company which provides other companies or "
2813
  "individuals with access to the Internet. Your DSL or cable internet service "
2815
  "by setting the corresponding filter under Settings > Slimstat > Filters."
2816
  msgstr ""
2817
 
2818
+ #: ../../admin/view/index.php:169
2819
  msgid ""
2820
  "You can configure Slimstat to ignore a specific Country by setting the "
2821
  "corresponding filter under Settings > Slimstat > Filters."
2822
  msgstr ""
2823
 
2824
+ #: ../../admin/view/index.php:172
2825
  msgid ""
2826
  "This report shows you what user agent families (no version considered) are "
2827
  "popular among your visitors."
2828
  msgstr ""
2829
 
2830
+ #: ../../admin/view/index.php:175
2831
  msgid ""
2832
  "This report shows you what operating system families (no version considered) "
2833
  "are popular among your visitors."
2834
  msgstr ""
2835
 
2836
+ #: ../../admin/view/index.php:181
2837
  msgid "Average Pageviews per Visit"
2838
  msgstr "Media delle pagine per visita"
2839
 
2840
+ #: ../../admin/view/index.php:184
2841
  msgid ""
2842
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2843
  "left your site from the entrance (landing) page."
2845
  "Una <em>pagina di rimbalzo</em> fa riferimento ad una visita di una pagina, "
2846
  "in cui l'utente è uscito dal sito dalla stessa pagina da cui era entrato."
2847
 
2848
+ #: ../../admin/view/index.php:187
2849
  msgid "Searches performed using Wordpress' built-in search functionality."
2850
  msgstr ""
2851
 
2852
+ #: ../../admin/view/index.php:191
2853
  msgid ""
2854
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2855
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2859
  "stato cliccato su quella pagina.<br>- <em>ID:xxx</em> mostra invece "
2860
  "l'identificativo del tag HTML, se disponibile."
2861
 
2862
+ #: ../../admin/view/index.php:194
2863
  msgid ""
2864
  "This report lists any <em>event</em> occurred on your website. Please refer "
2865
  "to the FAQ for more information on how to leverage this functionality."
2866
  msgstr ""
2867
 
2868
+ #: ../../admin/view/index.php:197
2869
  msgid ""
2870
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2871
  "this report is not affected by the filters set here above."
2888
  msgstr "Lettore RSS"
2889
 
2890
  #: ../../admin/view/right-now.php:30
2891
+ #: ../../admin/view/wp-slimstat-reports.php:438
2892
+ #: ../../admin/view/wp-slimstat-reports.php:697
2893
  msgid "No data to display"
2894
  msgstr "Nessun dato da visualizzare"
2895
 
2896
  # Unknown
2897
  #: ../../admin/view/right-now.php:56
2898
+ #: ../../admin/view/wp-slimstat-reports.php:491
2899
+ #: ../../admin/view/wp-slimstat-reports.php:740
2900
+ #: ../../admin/view/wp-slimstat-reports.php:1004
2901
  msgid "c-"
2902
  msgstr "Sconosciuto"
2903
 
2904
+ #: ../../admin/view/right-now.php:130
2905
+ msgid "Server Latency and Page Speed in milliseconds"
2906
+ msgstr ""
2907
+
2908
+ #: ../../admin/view/right-now.php:130
2909
+ msgid "SL"
2910
+ msgstr "LS"
2911
+
2912
+ #: ../../admin/view/right-now.php:130
2913
+ msgid "PS"
2914
+ msgstr "VP"
2915
+
2916
+ #: ../../admin/view/right-now.php:140
2917
+ #: ../../admin/view/wp-slimstat-reports.php:550
2918
+ #: ../../admin/view/wp-slimstat-reports.php:554
2919
+ #: ../../admin/view/wp-slimstat-reports.php:722
2920
+ #: ../../admin/view/wp-slimstat-reports.php:760
2921
  msgid "Open this URL in a new window"
2922
  msgstr "Apri questo indirizzo in una nuova finestra"
2923
 
2924
+ #: ../../admin/view/right-now.php:143
2925
  msgid "Local search results page"
2926
  msgstr "Ricerca locale"
2927
 
2928
+ #: ../../admin/view/right-now.php:150
2929
  msgid "Open this referrer in a new window"
2930
  msgstr "Apri questa pagina in una nuova finestra"
2931
 
2932
+ #: ../../admin/view/right-now.php:151
2933
  msgid "Open this outbound link in a new window"
2934
  msgstr "Apri questo indirizzo in una nuova finestra"
2935
 
2936
+ #: ../../admin/view/right-now.php:153
 
 
 
 
2937
  msgid "Content Type"
2938
  msgstr "Tipo di contenuto"
2939
 
2940
+ #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2941
  msgid "IP Address"
2942
  msgstr "Indirizzo IP"
2943
 
2944
+ #: ../../admin/view/wp-slimstat-db.php:48
2945
  msgid "Domain"
2946
  msgstr "Dominio"
2947
 
2948
+ #: ../../admin/view/wp-slimstat-db.php:51
2949
+ msgid "Page Speed"
2950
+ msgstr "Velocit&agrave; Pagina"
2951
+
2952
  #: ../../admin/view/wp-slimstat-db.php:53
2953
  msgid "-- Advanced filters --"
2954
  msgstr "-- Filtri avanzati --"
2955
 
2956
  #: ../../admin/view/wp-slimstat-db.php:54
2957
+ #: ../../admin/view/wp-slimstat-reports.php:64
2958
  msgid "Browser Capabilities"
2959
  msgstr "Estensioni del browser"
2960
 
2961
+ #: ../../admin/view/wp-slimstat-db.php:61
2962
+ msgid "Server Latency"
2963
+ msgstr "Latenza Server"
2964
+
2965
+ #: ../../admin/view/wp-slimstat-db.php:67
2966
  msgid "Resource ID"
2967
  msgstr "ID del post"
2968
 
2969
+ #: ../../admin/view/wp-slimstat-db.php:72
2970
  msgid "Hour"
2971
  msgstr "Ora"
2972
 
2973
+ #: ../../admin/view/wp-slimstat-db.php:78
2974
  msgid "Order Direction"
2975
  msgstr "Ordinamento"
2976
 
2977
+ #: ../../admin/view/wp-slimstat-db.php:79
2978
  msgid "Limit Results"
2979
  msgstr "Limite risultati"
2980
 
2981
+ #: ../../admin/view/wp-slimstat-db.php:80
2982
  msgid "Start From"
2983
  msgstr "A partire da"
2984
 
2985
+ #: ../../admin/view/wp-slimstat-reports.php:44
2986
  msgid "Pageviews (chart)"
2987
  msgstr "Accessi (grafico)"
2988
 
2989
+ #: ../../admin/view/wp-slimstat-reports.php:45
 
2990
  msgid "About Slimstat"
2991
  msgstr "Informazioni su WP SlimStat"
2992
 
2993
+ #: ../../admin/view/wp-slimstat-reports.php:46
 
2994
  msgid "At a Glance"
2995
  msgstr "Colpo d'occhio"
2996
 
2997
+ #: ../../admin/view/wp-slimstat-reports.php:47
2998
  msgid "Currently Online"
2999
  msgstr "Collegati in questo momento"
3000
 
3001
+ #: ../../admin/view/wp-slimstat-reports.php:48
3002
+ #: ../../admin/view/wp-slimstat-reports.php:82
3003
  msgid "Spy View"
3004
  msgstr "Spioncino"
3005
 
3006
+ #: ../../admin/view/wp-slimstat-reports.php:49
3007
+ #: ../../admin/view/wp-slimstat-reports.php:83
3008
  msgid "Recent Search Terms"
3009
  msgstr "Parole chiave recenti"
3010
 
3011
+ #: ../../admin/view/wp-slimstat-reports.php:50
3012
  msgid "Top Pages"
3013
  msgstr "Classifica pagine"
3014
 
3015
+ #: ../../admin/view/wp-slimstat-reports.php:51
3016
+ #: ../../admin/view/wp-slimstat-reports.php:80
3017
  msgid "Top Traffic Sources"
3018
  msgstr "Sorgenti di traffico"
3019
 
3020
+ #: ../../admin/view/wp-slimstat-reports.php:52
3021
  msgid "Top Known Visitors"
3022
  msgstr "Classifica visitatori"
3023
 
3024
+ #: ../../admin/view/wp-slimstat-reports.php:53
3025
+ #: ../../admin/view/wp-slimstat-reports.php:78
3026
+ #: ../../admin/view/wp-slimstat-reports.php:98
3027
  msgid "Top Search Terms"
3028
  msgstr "Parole chiave popolari"
3029
 
3030
+ #: ../../admin/view/wp-slimstat-reports.php:54
3031
+ #: ../../admin/view/wp-slimstat-reports.php:65
3032
+ #: ../../admin/view/wp-slimstat-reports.php:79
3033
  msgid "Top Countries"
3034
  msgstr "Classifica Paesi"
3035
 
3036
+ #: ../../admin/view/wp-slimstat-reports.php:55
3037
  msgid "Rankings"
3038
  msgstr "Posizionamenti"
3039
 
3040
+ #: ../../admin/view/wp-slimstat-reports.php:56
3041
  msgid "Top Language Families"
3042
  msgstr "Famiglie linguistiche"
3043
 
3044
+ #: ../../admin/view/wp-slimstat-reports.php:57
3045
  msgid "Human Visits (chart)"
3046
  msgstr "Visite umane (grafico)"
3047
 
3048
+ #: ../../admin/view/wp-slimstat-reports.php:58
3049
+ msgid "Audience Overview"
3050
+ msgstr "Panoramica"
3051
+
3052
+ #: ../../admin/view/wp-slimstat-reports.php:59
3053
  msgid "Top Languages"
3054
  msgstr "Classifica lingue"
3055
 
3056
+ #: ../../admin/view/wp-slimstat-reports.php:60
3057
  msgid "Top Browsers"
3058
  msgstr "Classifica browser"
3059
 
3060
+ #: ../../admin/view/wp-slimstat-reports.php:61
3061
  msgid "Top Service Providers"
3062
  msgstr "Classifica provider"
3063
 
3064
+ #: ../../admin/view/wp-slimstat-reports.php:62
3065
  msgid "Top Operating Systems"
3066
  msgstr "Classifica sistemi operativi"
3067
 
3068
+ #: ../../admin/view/wp-slimstat-reports.php:63
3069
  msgid "Top Screen Resolutions"
3070
  msgstr "Classifica risoluzioni"
3071
 
3072
+ #: ../../admin/view/wp-slimstat-reports.php:66
3073
  msgid "Visit Duration"
3074
  msgstr "Durata delle visite"
3075
 
3076
+ #: ../../admin/view/wp-slimstat-reports.php:67
3077
+ #: ../../admin/view/wp-slimstat-reports.php:84
3078
  msgid "Recent Countries"
3079
  msgstr "Paesi recenti"
3080
 
3081
+ #: ../../admin/view/wp-slimstat-reports.php:68
3082
  msgid "Recent Screen Resolutions"
3083
  msgstr "Risoluzioni recenti"
3084
 
3085
+ #: ../../admin/view/wp-slimstat-reports.php:69
3086
  msgid "Recent Operating Systems"
3087
  msgstr "Sistemi operativi recenti"
3088
 
3089
+ #: ../../admin/view/wp-slimstat-reports.php:70
3090
  msgid "Recent Browsers"
3091
  msgstr "Browser recenti"
3092
 
3093
+ #: ../../admin/view/wp-slimstat-reports.php:71
3094
  msgid "Recent Languages"
3095
  msgstr "Lingue recenti"
3096
 
3097
+ #: ../../admin/view/wp-slimstat-reports.php:72
3098
  msgid "Top Browser Families"
3099
  msgstr "Famiglie di Browser"
3100
 
3101
+ #: ../../admin/view/wp-slimstat-reports.php:73
3102
  msgid "Top OS Families"
3103
  msgstr "Famiglie di sistemi operativi"
3104
 
3105
+ #: ../../admin/view/wp-slimstat-reports.php:74
3106
  msgid "Recent Users"
3107
  msgstr "Utenti Recenti"
3108
 
3109
+ #: ../../admin/view/wp-slimstat-reports.php:75
3110
  msgid "Top Users"
3111
  msgstr "Classifica Utenti"
3112
 
3113
+ #: ../../admin/view/wp-slimstat-reports.php:76
3114
  msgid "Traffic Sources (chart)"
3115
  msgstr "Sorgenti di traffico (grafico)"
3116
 
3117
+ #: ../../admin/view/wp-slimstat-reports.php:77
3118
  msgid "Summary"
3119
  msgstr "Panoramica"
3120
 
3121
+ #: ../../admin/view/wp-slimstat-reports.php:81
3122
  msgid "Top Referring Search Engines"
3123
  msgstr "Classifica motori di ricerca"
3124
 
3125
+ #: ../../admin/view/wp-slimstat-reports.php:85
3126
+ #: ../../admin/view/wp-slimstat-reports.php:101
3127
  msgid "Top Landing Pages"
3128
  msgstr "Classifica pagine d'ingresso"
3129
 
3130
+ #: ../../admin/view/wp-slimstat-reports.php:86
3131
  msgid "Average Pageviews per Visit (chart)"
3132
  msgstr "Media quotidiana delle pagine per visita (grafico)"
3133
 
3134
+ #: ../../admin/view/wp-slimstat-reports.php:87
3135
  msgid "Recent Posts"
3136
  msgstr "Articoli recenti"
3137
 
3138
+ #: ../../admin/view/wp-slimstat-reports.php:88
3139
  msgid "Recent Bounce Pages"
3140
  msgstr "Pagine di rimbalzo"
3141
 
3142
+ #: ../../admin/view/wp-slimstat-reports.php:89
3143
  msgid "Recent Feeds"
3144
  msgstr "Feed recenti"
3145
 
3146
+ #: ../../admin/view/wp-slimstat-reports.php:90
3147
  msgid "Recent Pages Not Found"
3148
  msgstr "Pagine non trovate recenti"
3149
 
3150
+ #: ../../admin/view/wp-slimstat-reports.php:91
3151
  msgid "Recent Internal Searches"
3152
  msgstr "Ricerche interne"
3153
 
3154
+ #: ../../admin/view/wp-slimstat-reports.php:92
3155
  msgid "Top Categories"
3156
  msgstr "Classifica categorie "
3157
 
3158
+ #: ../../admin/view/wp-slimstat-reports.php:93
3159
  msgid "Recent Outbound Links"
3160
  msgstr "Link in uscita"
3161
 
3162
+ #: ../../admin/view/wp-slimstat-reports.php:94
3163
  msgid "Recent Events"
3164
  msgstr "Eventi Recenti"
3165
 
3166
+ #: ../../admin/view/wp-slimstat-reports.php:95
3167
  msgid "Top Posts"
3168
  msgstr "Classifica articoli"
3169
 
3170
+ #: ../../admin/view/wp-slimstat-reports.php:96
3171
  msgid "Top Feeds"
3172
  msgstr "Classifica parole chiave"
3173
 
3174
+ #: ../../admin/view/wp-slimstat-reports.php:97
3175
  msgid "Top Internal Searches"
3176
  msgstr "Classifica ricerche interne"
3177
 
3178
+ #: ../../admin/view/wp-slimstat-reports.php:99
3179
  msgid "Recent Categories"
3180
  msgstr "Categorie recenti"
3181
 
3182
+ #: ../../admin/view/wp-slimstat-reports.php:100
3183
  msgid "Top Pages Not Found"
3184
  msgstr "Classifica Pagine non trovate"
3185
 
3186
+ #: ../../admin/view/wp-slimstat-reports.php:102
3187
  msgid "Top Authors"
3188
  msgstr "Classifica autori"
3189
 
3190
+ #: ../../admin/view/wp-slimstat-reports.php:103
3191
  msgid "Top Tags"
3192
  msgstr "Classifica Tag"
3193
 
3194
+ #: ../../admin/view/wp-slimstat-reports.php:104
3195
  msgid "Recent Downloads"
3196
  msgstr "Download recenti"
3197
 
3198
+ #: ../../admin/view/wp-slimstat-reports.php:105
 
3199
  msgid "Top OutLinks and Downloads"
3200
  msgstr "Classifica Download"
3201
 
3202
+ #: ../../admin/view/wp-slimstat-reports.php:106
3203
  msgid "Your Website"
3204
  msgstr "Il tuo sito"
3205
 
3206
+ #: ../../admin/view/wp-slimstat-reports.php:107
3207
+ msgid "World Map"
3208
+ msgstr "Mappa"
 
3209
 
3210
+ #: ../../admin/view/wp-slimstat-reports.php:108
3211
+ msgid "Activity"
3212
+ msgstr "Attivit&agrave;"
3213
+
3214
+ #: ../../admin/view/wp-slimstat-reports.php:219
3215
  msgid "Chart controls"
3216
  msgstr "Controlli del grafico"
3217
 
3218
+ #: ../../admin/view/wp-slimstat-reports.php:219
3219
  msgid "Use your mouse wheel to zoom in and out"
3220
  msgstr "Usa la rotellina del mouse per ingrandire o rimpicciolire"
3221
 
3222
+ #: ../../admin/view/wp-slimstat-reports.php:219
3223
  msgid "While zooming in, drag the chart to move to a different area"
3224
  msgstr "Mentre ingrandisci, trascina il grafico per spostarti"
3225
 
3226
+ #: ../../admin/view/wp-slimstat-reports.php:219
3227
  msgid "Double click on an empty region to reset the zoom level"
3228
  msgstr "Fai doppio click in una zona vuota per azzerare l'ingrandimento"
3229
 
3230
+ #: ../../admin/view/wp-slimstat-reports.php:232
 
 
 
 
 
3231
  msgid "src"
3232
  msgstr "src"
3233
 
3234
+ #: ../../admin/view/wp-slimstat-reports.php:233
3235
  msgid "serp"
3236
  msgstr "serp"
3237
 
3238
+ #: ../../admin/view/wp-slimstat-reports.php:238
3239
  msgid "Go to the corresponding search engine result page"
3240
  msgstr "Vai alla corrispondente pagina sul motore di ricerca"
3241
 
3242
+ #: ../../admin/view/wp-slimstat-reports.php:241
3243
  msgid "Go to the referring page"
3244
  msgstr "Vai alla pagina corrispondente"
3245
 
3246
+ #: ../../admin/view/wp-slimstat-reports.php:264
3247
  msgid "Remove filter for"
3248
  msgstr "Rimuovi il filtro per"
3249
 
3250
+ #: ../../admin/view/wp-slimstat-reports.php:271
3251
  msgid "Reset All"
3252
  msgstr "Rimuovi tutti"
3253
 
3254
+ #: ../../admin/view/wp-slimstat-reports.php:274
3255
  msgid "Current filters:"
3256
  msgstr "Filtri attivi:"
3257
 
3258
+ #: ../../admin/view/wp-slimstat-reports.php:278
3259
  msgid "Refresh"
3260
  msgstr "Aggiorna"
3261
 
3262
+ #: ../../admin/view/wp-slimstat-reports.php:352
3263
  #, php-format
3264
  msgid "Results %s - %s of %s"
3265
  msgstr "Risultati %s - %s di %s"
3266
 
3267
+ #: ../../admin/view/wp-slimstat-reports.php:354
3268
  msgid "Refresh in"
3269
  msgstr "Aggiornamento in"
3270
 
3271
+ #: ../../admin/view/wp-slimstat-reports.php:376
3272
+ #: ../../admin/view/wp-slimstat-reports.php:388
3273
  #, php-format
3274
  msgid "Daily %s"
3275
  msgstr "%s al giorno"
3276
 
3277
+ #: ../../admin/view/wp-slimstat-reports.php:379
3278
  #, php-format
3279
  msgid "%s Minute by Minute"
3280
  msgstr "%s minuto per minuto"
3281
 
3282
+ #: ../../admin/view/wp-slimstat-reports.php:382
3283
  #, php-format
3284
  msgid "Hourly %s"
3285
  msgstr "%s ora per ora"
3286
 
3287
+ #: ../../admin/view/wp-slimstat-reports.php:385
3288
  #, php-format
3289
  msgid "Monthly %s"
3290
  msgstr "%s al mese"
3291
 
3292
+ #: ../../admin/view/wp-slimstat-reports.php:473
3293
  msgid "Category ID"
3294
  msgstr "ID categoria"
3295
 
3296
+ #: ../../admin/view/wp-slimstat-reports.php:506
3297
  msgid "OS Code"
3298
  msgstr "Codice SO"
3299
 
3300
+ #: ../../admin/view/wp-slimstat-reports.php:516
3301
  msgid "Referrer"
3302
  msgstr "Riferimento"
3303
 
3304
+ #: ../../admin/view/wp-slimstat-reports.php:540
3305
+ #: ../../admin/view/wp-slimstat-reports.php:828
3306
+ #: ../../admin/view/wp-slimstat-reports.php:837
3307
+ #: ../../admin/view/wp-slimstat-reports.php:843
3308
+ #: ../../admin/view/wp-slimstat-reports.php:849
3309
+ #: ../../admin/view/wp-slimstat-reports.php:855
3310
+ #: ../../admin/view/wp-slimstat-reports.php:861
3311
+ #: ../../admin/view/wp-slimstat-reports.php:867
3312
+ #: ../../admin/view/wp-slimstat-reports.php:873
3313
  msgid "Hits"
3314
  msgstr "Visite"
3315
 
3316
+ #: ../../admin/view/wp-slimstat-reports.php:714
3317
  msgid "Search for"
3318
  msgstr "Ricerca per"
3319
 
3320
+ #: ../../admin/view/wp-slimstat-reports.php:750
3321
+ #: ../../admin/view/wp-slimstat-reports.php:760
3322
  msgid "Source"
3323
  msgstr "Sorgente"
3324
 
3325
+ #: ../../admin/view/wp-slimstat-reports.php:752
3326
  msgid "Keywords"
3327
  msgstr "Parola chiave"
3328
 
3329
+ #: ../../admin/view/wp-slimstat-reports.php:760
3330
  #, php-format
3331
  msgid "Filter results where resource equals %s"
3332
  msgstr "Filtra risultati dove la URL è uguale a %s"
3333
 
3334
+ #: ../../admin/view/wp-slimstat-reports.php:761
3335
+ msgid "Link Details"
3336
+ msgstr "Dettagli"
3337
+
3338
+ #: ../../admin/view/wp-slimstat-reports.php:774
3339
  msgid "Total Pageviews"
3340
  msgstr "Accessi totali"
3341
 
3342
+ #: ../../admin/view/wp-slimstat-reports.php:775
3343
  msgid "DB Size"
3344
  msgstr "Dimensione DB"
3345
 
3346
+ #: ../../admin/view/wp-slimstat-reports.php:776
3347
  msgid "Tracking Active"
3348
  msgstr "Tracciamento attivo"
3349
 
3350
+ #: ../../admin/view/wp-slimstat-reports.php:777
3351
  msgid "Javascript Mode"
3352
  msgstr "Modalità Javascript"
3353
 
3354
+ #: ../../admin/view/wp-slimstat-reports.php:778
3355
  msgid "Tracking Browser Caps"
3356
  msgstr "Traccia Capacità Browser"
3357
 
3358
+ #: ../../admin/view/wp-slimstat-reports.php:779
3359
  msgid "Auto purge"
3360
  msgstr "Pulizia DB"
3361
 
3362
+ #: ../../admin/view/wp-slimstat-reports.php:780
3363
  msgid "Oldest pageview"
3364
  msgstr "Visita più vecchia"
3365
 
3366
+ #: ../../admin/view/wp-slimstat-reports.php:780
3367
  msgid "No visits"
3368
  msgstr "Nessuna visita"
3369
 
3370
+ #: ../../admin/view/wp-slimstat-reports.php:790
3371
+ #: ../../admin/view/wp-slimstat-reports.php:892
3372
  msgid ""
3373
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3374
  "the tracking code is executed."
3375
  msgstr ""
3376
 
3377
+ #: ../../admin/view/wp-slimstat-reports.php:792
3378
  msgid "How many pages have been visited on average during the current period."
3379
  msgstr ""
3380
 
3381
+ #: ../../admin/view/wp-slimstat-reports.php:793
3382
  msgid "Average Pageviews"
3383
  msgstr "Media accessi"
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:794
3386
  msgid ""
3387
  "Visitors who landed on your site after searching for a keyword on Google, "
3388
  "Yahoo, etc."
3389
  msgstr ""
3390
 
3391
+ #: ../../admin/view/wp-slimstat-reports.php:795
3392
  msgid "From Search Results"
3393
  msgstr "Da risultati di ricerca"
3394
 
3395
+ #: ../../admin/view/wp-slimstat-reports.php:796
3396
  msgid ""
3397
  "Used to differentiate between multiple requests to download a file from one "
3398
  "internet address (IP) and requests originating from many distinct addresses"
3399
  msgstr ""
3400
 
3401
+ #: ../../admin/view/wp-slimstat-reports.php:797
3402
+ #: ../../admin/view/wp-slimstat-reports.php:812
3403
+ #: ../../admin/view/wp-slimstat-reports.php:1116
3404
+ #: ../../admin/view/wp-slimstat-reports.php:1120
3405
+ #: ../../admin/view/wp-slimstat-reports.php:1124
3406
  msgid "Unique IPs"
3407
  msgstr "IP unici"
3408
 
3409
+ #: ../../admin/view/wp-slimstat-reports.php:798
3410
  msgid "Last 5 minutes"
3411
  msgstr "Ultimi 5 minuti"
3412
 
3413
+ #: ../../admin/view/wp-slimstat-reports.php:799
3414
  msgid "Last 30 minutes"
3415
  msgstr "Ultimi 30 minuti"
3416
 
3417
+ #: ../../admin/view/wp-slimstat-reports.php:809
3418
  msgid ""
3419
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3420
  "multiple times if they perform multiple visits."
3422
  "Una visita è una sessione di al massimo 30 minuti. I visitatori di ritorno "
3423
  "sono contati più volte se effettuano visite multiple."
3424
 
3425
+ #: ../../admin/view/wp-slimstat-reports.php:810
3426
  msgid "Human visits"
3427
  msgstr "Visitatori umani"
3428
 
3429
+ #: ../../admin/view/wp-slimstat-reports.php:811
3430
  msgid "It includes only traffic generated by human visitors."
3431
  msgstr ""
3432
 
3433
+ #: ../../admin/view/wp-slimstat-reports.php:813
3434
+ #: ../../admin/view/wp-slimstat-reports.php:904
3435
  msgid ""
3436
  "Percentage of single-page visits, i.e. visits in which the person left your "
3437
  "site from the entrance page."
3439
  "Percentuale di visite di una sola pagina, ovvero visite in cui la persona ha "
3440
  "lasciato il sito dopo aver visto la pagina su cui è arrivata."
3441
 
3442
+ #: ../../admin/view/wp-slimstat-reports.php:814
3443
  msgid "Bounce rate"
3444
  msgstr "Tasso di rimbalzo"
3445
 
3446
+ #: ../../admin/view/wp-slimstat-reports.php:815
3447
  msgid "Visitors who had previously left a comment on your blog."
3448
  msgstr ""
3449
 
3450
+ #: ../../admin/view/wp-slimstat-reports.php:816
3451
  msgid "Known visitors"
3452
  msgstr "Visitatori noti"
3453
 
3454
+ #: ../../admin/view/wp-slimstat-reports.php:817
3455
  msgid "Human users who visited your site only once."
3456
  msgstr ""
3457
 
3458
+ #: ../../admin/view/wp-slimstat-reports.php:818
3459
  msgid "New visitors"
3460
  msgstr "Nuovi visitatori"
3461
 
3462
+ #: ../../admin/view/wp-slimstat-reports.php:819
3463
  msgid "Bots"
3464
  msgstr "Bot"
3465
 
3466
+ #: ../../admin/view/wp-slimstat-reports.php:820
3467
  msgid "Pages per visit"
3468
  msgstr "Pagine per visita"
3469
 
3470
+ #: ../../admin/view/wp-slimstat-reports.php:821
3471
+ #: ../../admin/view/wp-slimstat-reports.php:1129
3472
  msgid "Longest visit"
3473
  msgstr "Visita più lunga"
3474
 
3475
+ #: ../../admin/view/wp-slimstat-reports.php:821
3476
  msgid "hits"
3477
  msgstr "visite"
3478
 
3479
+ #: ../../admin/view/wp-slimstat-reports.php:839
3480
  msgid "0 - 30 seconds"
3481
  msgstr "0 - 30 secondi"
3482
 
3483
+ #: ../../admin/view/wp-slimstat-reports.php:845
3484
  msgid "31 - 60 seconds"
3485
  msgstr "31 - 60 secondi"
3486
 
3487
+ #: ../../admin/view/wp-slimstat-reports.php:851
3488
  msgid "1 - 3 minutes"
3489
  msgstr "1 -3 minuti"
3490
 
3491
+ #: ../../admin/view/wp-slimstat-reports.php:857
3492
  msgid "3 - 5 minutes"
3493
  msgstr "3 - 5 minuti"
3494
 
3495
+ #: ../../admin/view/wp-slimstat-reports.php:863
3496
  msgid "5 - 7 minutes"
3497
  msgstr "5 - 7 minuti"
3498
 
3499
+ #: ../../admin/view/wp-slimstat-reports.php:869
3500
  msgid "7 - 10 minutes"
3501
  msgstr "7 - 10 minuti"
3502
 
3503
+ #: ../../admin/view/wp-slimstat-reports.php:875
3504
  msgid "More than 10 minutes"
3505
  msgstr "Più di 10 minuti"
3506
 
3507
+ #: ../../admin/view/wp-slimstat-reports.php:884
3508
  msgid "Average time on site"
3509
  msgstr "Tempo medio sul sito"
3510
 
3511
+ #: ../../admin/view/wp-slimstat-reports.php:894
3512
  msgid ""
3513
  "A referrer (or referring site) is the site that a visitor previously visited "
3514
  "before following a link to your site."
3515
  msgstr ""
3516
 
3517
+ #: ../../admin/view/wp-slimstat-reports.php:895
3518
  msgid "Unique Referrers"
3519
  msgstr "Sorgenti uniche"
3520
 
3521
+ #: ../../admin/view/wp-slimstat-reports.php:896
3522
  msgid ""
3523
  "Visitors who visited the site by typing the URL directly into their browser. "
3524
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3526
  "documents that don't include tracking variables."
3527
  msgstr ""
3528
 
3529
+ #: ../../admin/view/wp-slimstat-reports.php:897
3530
  msgid "Direct Pageviews"
3531
  msgstr "Accessi diretti"
3532
 
3533
+ #: ../../admin/view/wp-slimstat-reports.php:898
3534
  msgid ""
3535
  "Visitors who came to your site via searches on Google or some other search "
3536
  "engine."
3537
  msgstr ""
3538
 
3539
+ #: ../../admin/view/wp-slimstat-reports.php:899
3540
  msgid "From a search result"
3541
  msgstr "Da una ricerca"
3542
 
3543
+ #: ../../admin/view/wp-slimstat-reports.php:900
3544
  msgid ""
3545
  "The first page that a user views during a session. This is also known as the "
3546
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3548
  "a landing page."
3549
  msgstr ""
3550
 
3551
+ #: ../../admin/view/wp-slimstat-reports.php:901
3552
  msgid "Unique Landing Pages"
3553
  msgstr "Pagine d'ingresso uniche"
3554
 
3555
+ #: ../../admin/view/wp-slimstat-reports.php:902
3556
  msgid "Number of single-page visits to your site over the selected period."
3557
  msgstr ""
3558
  "Questo campo identifica il numero di visite di una sola pagina nel periodo "
3559
  "selezionato."
3560
 
3561
+ #: ../../admin/view/wp-slimstat-reports.php:903
3562
  msgid "Bounce Pages"
3563
  msgstr "Tasso di rimbalzo"
3564
 
3565
+ #: ../../admin/view/wp-slimstat-reports.php:905
3566
  msgid "New Visitors Rate"
3567
  msgstr "% Nuovi visitatori"
3568
 
3569
+ #: ../../admin/view/wp-slimstat-reports.php:906
3570
  msgid ""
3571
  "Visitors who visited the site in the last 5 minutes coming from a search "
3572
  "engine."
3573
  msgstr ""
3574
 
3575
+ #: ../../admin/view/wp-slimstat-reports.php:907
3576
  msgid "Currently from search engines"
3577
  msgstr "Attualmente da motori di ricerca"
3578
 
3579
+ #: ../../admin/view/wp-slimstat-reports.php:975
3580
  msgid "Number of pages in your site included in Google's index."
3581
  msgstr ""
3582
 
3583
+ #: ../../admin/view/wp-slimstat-reports.php:976
3584
  msgid "Google Index"
3585
  msgstr "Indice Google"
3586
 
3587
+ #: ../../admin/view/wp-slimstat-reports.php:977
3588
  msgid "Number of pages, according to Google, that link back to your site."
3589
  msgstr ""
3590
 
3591
+ #: ../../admin/view/wp-slimstat-reports.php:978
3592
  msgid "Google Backlinks"
3593
  msgstr ""
3594
 
3595
+ #: ../../admin/view/wp-slimstat-reports.php:979
3596
  msgid ""
3597
  "How many times the Facebook Like button has been approximately clicked on "
3598
  "your site."
3599
  msgstr ""
3600
 
3601
+ #: ../../admin/view/wp-slimstat-reports.php:980
3602
  msgid "Facebook Likes"
3603
  msgstr ""
3604
 
3605
+ #: ../../admin/view/wp-slimstat-reports.php:981
3606
  msgid ""
3607
  "How many times your site has been shared by someone on the social network."
3608
  msgstr ""
3609
 
3610
+ #: ../../admin/view/wp-slimstat-reports.php:982
3611
  msgid "Facebook Shares"
3612
  msgstr ""
3613
 
3614
+ #: ../../admin/view/wp-slimstat-reports.php:983
3615
  msgid "How many times links to your website have been clicked on Facebook."
3616
  msgstr ""
3617
 
3618
+ #: ../../admin/view/wp-slimstat-reports.php:984
3619
  msgid "Facebook Clicks"
3620
  msgstr "Click da Facebook"
3621
 
3622
+ #: ../../admin/view/wp-slimstat-reports.php:985
3623
  msgid ""
3624
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3625
  "traffic data."
3626
  msgstr ""
3627
 
3628
+ #: ../../admin/view/wp-slimstat-reports.php:986
3629
  msgid "Alexa World Rank"
3630
  msgstr ""
3631
 
3632
+ #: ../../admin/view/wp-slimstat-reports.php:987
3633
  msgid "Alexa Country Rank"
3634
  msgstr ""
3635
 
3636
+ #: ../../admin/view/wp-slimstat-reports.php:988
3637
  msgid "Alexa Popularity"
3638
  msgstr ""
3639
 
3640
  # Unknown
3641
+ #: ../../admin/view/wp-slimstat-reports.php:995
3642
  msgid "c-xx"
3643
  msgstr "Sconosciuto"
3644
 
3645
  # Afghanistan
3646
+ #: ../../admin/view/wp-slimstat-reports.php:995
3647
  msgid "c-af"
3648
  msgstr "Afghanistan"
3649
 
3650
+ #: ../../admin/view/wp-slimstat-reports.php:995
3651
  msgid "c-ax"
3652
  msgstr "Isole Aland"
3653
 
3654
  # Albania
3655
+ #: ../../admin/view/wp-slimstat-reports.php:995
3656
  msgid "c-al"
3657
  msgstr "Albania"
3658
 
3659
  # Algeria
3660
+ #: ../../admin/view/wp-slimstat-reports.php:995
3661
  msgid "c-dz"
3662
  msgstr "Algeria"
3663
 
3664
  # Andorra, Principality of
3665
+ #: ../../admin/view/wp-slimstat-reports.php:995
3666
  msgid "c-ad"
3667
  msgstr "Principato di Andorra"
3668
 
3669
  # Angola
3670
+ #: ../../admin/view/wp-slimstat-reports.php:995
3671
  msgid "c-ao"
3672
  msgstr "Angola"
3673
 
3674
  # Anguilla
3675
+ #: ../../admin/view/wp-slimstat-reports.php:995
3676
  msgid "c-ai"
3677
  msgstr "Anguilla"
3678
 
3679
  # Antigua and Barbuda
3680
+ #: ../../admin/view/wp-slimstat-reports.php:995
3681
  msgid "c-ag"
3682
  msgstr "Antigua e Barbuda"
3683
 
3684
  # Argentina
3685
+ #: ../../admin/view/wp-slimstat-reports.php:995
3686
  msgid "c-ar"
3687
  msgstr "Argentina"
3688
 
3689
  # Armenia
3690
+ #: ../../admin/view/wp-slimstat-reports.php:995
3691
  msgid "c-am"
3692
  msgstr "Armenia"
3693
 
3694
  # Aruba
3695
+ #: ../../admin/view/wp-slimstat-reports.php:995
3696
  msgid "c-aw"
3697
  msgstr "Aruba"
3698
 
3699
  # Australia
3700
+ #: ../../admin/view/wp-slimstat-reports.php:995
3701
  msgid "c-au"
3702
  msgstr "Australia"
3703
 
3704
  # Austria
3705
+ #: ../../admin/view/wp-slimstat-reports.php:995
3706
  msgid "c-at"
3707
  msgstr "Austria"
3708
 
3709
  # Azerbaidjan
3710
+ #: ../../admin/view/wp-slimstat-reports.php:995
3711
  msgid "c-az"
3712
  msgstr "Azerbaidjan"
3713
 
3714
  # Bahamas
3715
+ #: ../../admin/view/wp-slimstat-reports.php:995
3716
  msgid "c-bs"
3717
  msgstr "Bahamas"
3718
 
3719
  # Bahrain
3720
+ #: ../../admin/view/wp-slimstat-reports.php:995
3721
  msgid "c-bh"
3722
  msgstr "Bahrain"
3723
 
3724
  # Bangladesh
3725
+ #: ../../admin/view/wp-slimstat-reports.php:995
3726
  msgid "c-bd"
3727
  msgstr "Bangladesh"
3728
 
3729
  # Barbados
3730
+ #: ../../admin/view/wp-slimstat-reports.php:995
3731
  msgid "c-bb"
3732
  msgstr "Barbados"
3733
 
3734
  # Belarus
3735
+ #: ../../admin/view/wp-slimstat-reports.php:995
3736
  msgid "c-by"
3737
  msgstr "Belarus"
3738
 
3739
  # Belgium
3740
+ #: ../../admin/view/wp-slimstat-reports.php:995
3741
  msgid "c-be"
3742
  msgstr "Belgio"
3743
 
3744
  # Belize
3745
+ #: ../../admin/view/wp-slimstat-reports.php:995
3746
  msgid "c-bz"
3747
  msgstr "Belize"
3748
 
3749
  # Benin
3750
+ #: ../../admin/view/wp-slimstat-reports.php:995
3751
  msgid "c-bj"
3752
  msgstr "Benin"
3753
 
3754
  # Bermuda
3755
+ #: ../../admin/view/wp-slimstat-reports.php:995
3756
  msgid "c-bm"
3757
  msgstr "Bermuda"
3758
 
3759
  # Bhutan
3760
+ #: ../../admin/view/wp-slimstat-reports.php:995
3761
  msgid "c-bt"
3762
  msgstr "Bhutan"
3763
 
3764
  # Bolivia
3765
+ #: ../../admin/view/wp-slimstat-reports.php:995
3766
  msgid "c-bo"
3767
  msgstr "Bolivia"
3768
 
3769
  # Bosnia-Herzegovina
3770
+ #: ../../admin/view/wp-slimstat-reports.php:995
3771
  msgid "c-ba"
3772
  msgstr "Bosnia-Erzegovina"
3773
 
3774
  # Botswana
3775
+ #: ../../admin/view/wp-slimstat-reports.php:995
3776
  msgid "c-bw"
3777
  msgstr "Botswana"
3778
 
3779
  # Brazil
3780
+ #: ../../admin/view/wp-slimstat-reports.php:995
3781
  msgid "c-br"
3782
  msgstr "Brasile"
3783
 
3784
  # Brunei Darussalam
3785
+ #: ../../admin/view/wp-slimstat-reports.php:995
3786
  msgid "c-bn"
3787
  msgstr "Brunei"
3788
 
3789
  # Bulgaria
3790
+ #: ../../admin/view/wp-slimstat-reports.php:995
3791
  msgid "c-bg"
3792
  msgstr "Bulgaria"
3793
 
3794
  # Burkina Faso
3795
+ #: ../../admin/view/wp-slimstat-reports.php:995
3796
  msgid "c-bf"
3797
  msgstr "Burkina Faso"
3798
 
3799
  # Burundi
3800
+ #: ../../admin/view/wp-slimstat-reports.php:995
3801
  msgid "c-bi"
3802
  msgstr "Burundi"
3803
 
3804
  # Cambodia, Kingdom of
3805
+ #: ../../admin/view/wp-slimstat-reports.php:995
3806
  msgid "c-kh"
3807
  msgstr "Cambodiaf"
3808
 
3809
  # Cameroon
3810
+ #: ../../admin/view/wp-slimstat-reports.php:995
3811
  msgid "c-cm"
3812
  msgstr "Camerun"
3813
 
3814
  # Canada
3815
+ #: ../../admin/view/wp-slimstat-reports.php:995
3816
  msgid "c-ca"
3817
  msgstr "Canada"
3818
 
3819
  # Cape Verde
3820
+ #: ../../admin/view/wp-slimstat-reports.php:995
3821
  msgid "c-cv"
3822
  msgstr "Capo Verde"
3823
 
3824
  # Cayman Islands
3825
+ #: ../../admin/view/wp-slimstat-reports.php:995
3826
  msgid "c-ky"
3827
  msgstr "Isole Cayman"
3828
 
3829
  # Central African Republic
3830
+ #: ../../admin/view/wp-slimstat-reports.php:995
3831
  msgid "c-cf"
3832
  msgstr "Repubblica Centro-africana"
3833
 
3834
  # Chad
3835
+ #: ../../admin/view/wp-slimstat-reports.php:995
3836
  msgid "c-td"
3837
  msgstr "Chad"
3838
 
3839
  # Chile
3840
+ #: ../../admin/view/wp-slimstat-reports.php:995
3841
  msgid "c-cl"
3842
  msgstr "Cile"
3843
 
3844
  # China
3845
+ #: ../../admin/view/wp-slimstat-reports.php:995
3846
  msgid "c-cn"
3847
  msgstr "Cina"
3848
 
3849
  # Colombia
3850
+ #: ../../admin/view/wp-slimstat-reports.php:995
3851
  msgid "c-co"
3852
  msgstr "Colombia"
3853
 
3854
  # Comoros
3855
+ #: ../../admin/view/wp-slimstat-reports.php:995
3856
  msgid "c-km"
3857
  msgstr "Comore"
3858
 
3859
  # Congo
3860
+ #: ../../admin/view/wp-slimstat-reports.php:995
3861
  msgid "c-cg"
3862
  msgstr "Congo"
3863
 
3864
  # Congo, The Democratic Republic of the
3865
+ #: ../../admin/view/wp-slimstat-reports.php:995
3866
  msgid "c-cd"
3867
  msgstr "Repubblica del Congo"
3868
 
3869
  # Costa Rica
3870
+ #: ../../admin/view/wp-slimstat-reports.php:995
3871
  msgid "c-cr"
3872
  msgstr "Costa Rica"
3873
 
3874
  # Ivory Coast (Cote D'Ivoire)
3875
+ #: ../../admin/view/wp-slimstat-reports.php:995
3876
  msgid "c-ci"
3877
  msgstr "Costa d'avorio"
3878
 
3879
  # Croatia
3880
+ #: ../../admin/view/wp-slimstat-reports.php:995
3881
  msgid "c-hr"
3882
  msgstr "Croazia"
3883
 
3884
  # Cuba
3885
+ #: ../../admin/view/wp-slimstat-reports.php:995
3886
  msgid "c-cu"
3887
  msgstr "Cuba"
3888
 
3889
  # Cyprus
3890
+ #: ../../admin/view/wp-slimstat-reports.php:995
3891
  msgid "c-cy"
3892
  msgstr "Cipro"
3893
 
3894
  # Czech Republic
3895
+ #: ../../admin/view/wp-slimstat-reports.php:995
3896
  msgid "c-cz"
3897
  msgstr "Repubblica Ceca"
3898
 
3899
  # Denmark
3900
+ #: ../../admin/view/wp-slimstat-reports.php:995
3901
  msgid "c-dk"
3902
  msgstr "Danimarca"
3903
 
3904
  # Djibouti
3905
+ #: ../../admin/view/wp-slimstat-reports.php:995
3906
  msgid "c-dj"
3907
  msgstr "Gibbuti"
3908
 
3909
  # Dominica
3910
+ #: ../../admin/view/wp-slimstat-reports.php:995
3911
  msgid "c-dm"
3912
  msgstr "Dominica"
3913
 
3914
  # Dominican Republic
3915
+ #: ../../admin/view/wp-slimstat-reports.php:995
3916
  msgid "c-do"
3917
  msgstr "Repubblica Dominicana"
3918
 
3919
  # Ecuador
3920
+ #: ../../admin/view/wp-slimstat-reports.php:995
3921
  msgid "c-ec"
3922
  msgstr "Ecuador"
3923
 
3924
  # Egypt
3925
+ #: ../../admin/view/wp-slimstat-reports.php:995
3926
  msgid "c-eg"
3927
  msgstr "Egitto"
3928
 
3929
  # El Salvador
3930
+ #: ../../admin/view/wp-slimstat-reports.php:995
3931
  msgid "c-sv"
3932
  msgstr "El Salvador"
3933
 
3934
  # Equatorial Guinea
3935
+ #: ../../admin/view/wp-slimstat-reports.php:995
3936
  msgid "c-gq"
3937
  msgstr "Guinea equatoriale"
3938
 
3939
  # Eritrea
3940
+ #: ../../admin/view/wp-slimstat-reports.php:995
3941
  msgid "c-er"
3942
  msgstr "Eritrea"
3943
 
3944
  # Estonia
3945
+ #: ../../admin/view/wp-slimstat-reports.php:995
3946
  msgid "c-ee"
3947
  msgstr "Estonia"
3948
 
3949
  # Ethiopia
3950
+ #: ../../admin/view/wp-slimstat-reports.php:995
3951
  msgid "c-et"
3952
  msgstr "Etiopia"
3953
 
3954
  # Faroe Islands
3955
+ #: ../../admin/view/wp-slimstat-reports.php:995
3956
  msgid "c-fo"
3957
  msgstr "Isole Faroe"
3958
 
3959
  # Falkland Islands
3960
+ #: ../../admin/view/wp-slimstat-reports.php:995
3961
  msgid "c-fk"
3962
  msgstr "Isole Falkland"
3963
 
3964
  # Fiji
3965
+ #: ../../admin/view/wp-slimstat-reports.php:995
3966
  msgid "c-fj"
3967
  msgstr "Fiji"
3968
 
3969
  # Finland
3970
+ #: ../../admin/view/wp-slimstat-reports.php:995
3971
  msgid "c-fi"
3972
  msgstr "Finlandia"
3973
 
3974
  # France
3975
+ #: ../../admin/view/wp-slimstat-reports.php:995
3976
  msgid "c-fr"
3977
  msgstr "Francia"
3978
 
3979
  # French Guyana
3980
+ #: ../../admin/view/wp-slimstat-reports.php:995
3981
  msgid "c-gf"
3982
  msgstr "Guyana francese"
3983
 
3984
  # Gabon
3985
+ #: ../../admin/view/wp-slimstat-reports.php:995
3986
  msgid "c-ga"
3987
  msgstr "Gabon"
3988
 
3989
  # Gambia
3990
+ #: ../../admin/view/wp-slimstat-reports.php:995
3991
  msgid "c-gm"
3992
  msgstr "Gambia"
3993
 
3994
  # Georgia
3995
+ #: ../../admin/view/wp-slimstat-reports.php:995
3996
  msgid "c-ge"
3997
  msgstr "Georgia"
3998
 
3999
  # Germany
4000
+ #: ../../admin/view/wp-slimstat-reports.php:995
4001
  msgid "c-de"
4002
  msgstr "Germania"
4003
 
4004
  # Ghana
4005
+ #: ../../admin/view/wp-slimstat-reports.php:995
4006
  msgid "c-gh"
4007
  msgstr "Ghana"
4008
 
4009
  # Greece
4010
+ #: ../../admin/view/wp-slimstat-reports.php:995
4011
  msgid "c-gr"
4012
  msgstr "Grecia"
4013
 
4014
  # Greenland
4015
+ #: ../../admin/view/wp-slimstat-reports.php:995
4016
  msgid "c-gl"
4017
  msgstr "Groenlandia"
4018
 
4019
  # Grenada
4020
+ #: ../../admin/view/wp-slimstat-reports.php:995
4021
  msgid "c-gd"
4022
  msgstr "Grenada"
4023
 
4024
  # Guadeloupe (French)
4025
+ #: ../../admin/view/wp-slimstat-reports.php:995
4026
  msgid "c-gp"
4027
  msgstr "Guadalupe"
4028
 
4029
  # Guatemala
4030
+ #: ../../admin/view/wp-slimstat-reports.php:995
4031
  msgid "c-gt"
4032
  msgstr "Guatemala"
4033
 
4034
  # Guinea
4035
+ #: ../../admin/view/wp-slimstat-reports.php:995
4036
  msgid "c-gn"
4037
  msgstr "Guinea"
4038
 
4039
  # Guinea Bissau
4040
+ #: ../../admin/view/wp-slimstat-reports.php:995
4041
  msgid "c-gw"
4042
  msgstr "Guinea Bissau"
4043
 
4044
  # Guyana
4045
+ #: ../../admin/view/wp-slimstat-reports.php:995
4046
  msgid "c-gy"
4047
  msgstr "Guyana"
4048
 
4049
  # Haiti
4050
+ #: ../../admin/view/wp-slimstat-reports.php:995
4051
  msgid "c-ht"
4052
  msgstr "Haiti"
4053
 
4054
  # Honduras
4055
+ #: ../../admin/view/wp-slimstat-reports.php:995
4056
  msgid "c-hn"
4057
  msgstr "Honduras"
4058
 
4059
  # Hong Kong
4060
+ #: ../../admin/view/wp-slimstat-reports.php:995
4061
  msgid "c-hk"
4062
  msgstr "Hong Kong"
4063
 
4064
  # Hungary
4065
+ #: ../../admin/view/wp-slimstat-reports.php:995
4066
  msgid "c-hu"
4067
  msgstr "Ungheria"
4068
 
4069
  # Iceland
4070
+ #: ../../admin/view/wp-slimstat-reports.php:995
4071
  msgid "c-is"
4072
  msgstr "Islanda"
4073
 
4074
  # India
4075
+ #: ../../admin/view/wp-slimstat-reports.php:995
4076
  msgid "c-in"
4077
  msgstr "India"
4078
 
4079
  # Indonesia
4080
+ #: ../../admin/view/wp-slimstat-reports.php:995
4081
  msgid "c-id"
4082
  msgstr "Indonesia"
4083
 
4084
  # Iran
4085
+ #: ../../admin/view/wp-slimstat-reports.php:995
4086
  msgid "c-ir"
4087
  msgstr "Iran"
4088
 
4089
  # Iraq
4090
+ #: ../../admin/view/wp-slimstat-reports.php:995
4091
  msgid "c-iq"
4092
  msgstr "Iraq"
4093
 
4094
  # Ireland
4095
+ #: ../../admin/view/wp-slimstat-reports.php:995
4096
  msgid "c-ie"
4097
  msgstr "Irlanda"
4098
 
4099
  # Israel
4100
+ #: ../../admin/view/wp-slimstat-reports.php:995
4101
  msgid "c-il"
4102
  msgstr "Israele"
4103
 
4104
  # Italy
4105
+ #: ../../admin/view/wp-slimstat-reports.php:995
4106
  msgid "c-it"
4107
  msgstr "Italia"
4108
 
4109
  # Jamaica
4110
+ #: ../../admin/view/wp-slimstat-reports.php:995
4111
  msgid "c-jm"
4112
  msgstr "Giamaica"
4113
 
4114
  # Japan
4115
+ #: ../../admin/view/wp-slimstat-reports.php:995
4116
  msgid "c-jp"
4117
  msgstr "Giappone"
4118
 
4119
  # Jordan
4120
+ #: ../../admin/view/wp-slimstat-reports.php:995
4121
  msgid "c-jo"
4122
  msgstr "Giordania"
4123
 
4124
  # Kazakhstan
4125
+ #: ../../admin/view/wp-slimstat-reports.php:995
4126
  msgid "c-kz"
4127
  msgstr "Kazakistan"
4128
 
4129
  # Kenya
4130
+ #: ../../admin/view/wp-slimstat-reports.php:995
4131
  msgid "c-ke"
4132
  msgstr "Kenia"
4133
 
4134
  # Nauru
4135
+ #: ../../admin/view/wp-slimstat-reports.php:995
4136
  msgid "c-nr"
4137
  msgstr "Nauru"
4138
 
4139
  # North Korea
4140
+ #: ../../admin/view/wp-slimstat-reports.php:995
4141
  msgid "c-kp"
4142
  msgstr "Corea del Nord"
4143
 
4144
  # South Korea
4145
+ #: ../../admin/view/wp-slimstat-reports.php:995
4146
  msgid "c-kr"
4147
  msgstr "Corea del Sud"
4148
 
4149
+ #: ../../admin/view/wp-slimstat-reports.php:995
4150
  msgid "c-kv"
4151
  msgstr "Kossovo"
4152
 
4153
  # Kuwait
4154
+ #: ../../admin/view/wp-slimstat-reports.php:995
4155
  msgid "c-kw"
4156
  msgstr "Kuwait"
4157
 
4158
  # Kyrgyz Republic (Kyrgyzstan)
4159
+ #: ../../admin/view/wp-slimstat-reports.php:995
4160
  msgid "c-kg"
4161
  msgstr "Kyrgyzstan"
4162
 
4163
  # Laos
4164
+ #: ../../admin/view/wp-slimstat-reports.php:995
4165
  msgid "c-la"
4166
  msgstr "Laos"
4167
 
4168
  # Latvia
4169
+ #: ../../admin/view/wp-slimstat-reports.php:995
4170
  msgid "c-lv"
4171
  msgstr "Latvia"
4172
 
4173
  # Lebanon
4174
+ #: ../../admin/view/wp-slimstat-reports.php:995
4175
  msgid "c-lb"
4176
  msgstr "Libano"
4177
 
4178
  # Lesotho
4179
+ #: ../../admin/view/wp-slimstat-reports.php:995
4180
  msgid "c-ls"
4181
  msgstr "Lesotho"
4182
 
4183
  # Liberia
4184
+ #: ../../admin/view/wp-slimstat-reports.php:995
4185
  msgid "c-lr"
4186
  msgstr "Liberia"
4187
 
4188
  # Libya
4189
+ #: ../../admin/view/wp-slimstat-reports.php:995
4190
  msgid "c-ly"
4191
  msgstr "Libia"
4192
 
4193
  # Liechtenstein
4194
+ #: ../../admin/view/wp-slimstat-reports.php:995
4195
  msgid "c-li"
4196
  msgstr "Liechtenstein"
4197
 
4198
  # Lithuania
4199
+ #: ../../admin/view/wp-slimstat-reports.php:995
4200
  msgid "c-lt"
4201
  msgstr "Lituania"
4202
 
4203
  # Luxembourg
4204
+ #: ../../admin/view/wp-slimstat-reports.php:995
4205
  msgid "c-lu"
4206
  msgstr "Lussemburgo"
4207
 
4208
  # Macedonia
4209
+ #: ../../admin/view/wp-slimstat-reports.php:995
4210
  msgid "c-mk"
4211
  msgstr "Macedonia"
4212
 
4213
  # Madagascar
4214
+ #: ../../admin/view/wp-slimstat-reports.php:995
4215
  msgid "c-mg"
4216
  msgstr "Madagascar"
4217
 
4218
  # Malawi
4219
+ #: ../../admin/view/wp-slimstat-reports.php:995
4220
  msgid "c-mw"
4221
  msgstr "Malawi"
4222
 
4223
  # Malaysia
4224
+ #: ../../admin/view/wp-slimstat-reports.php:995
4225
  msgid "c-my"
4226
  msgstr "Malesia"
4227
 
4228
  # Mali
4229
+ #: ../../admin/view/wp-slimstat-reports.php:995
4230
  msgid "c-ml"
4231
  msgstr "Mali"
4232
 
4233
  # Malta
4234
+ #: ../../admin/view/wp-slimstat-reports.php:995
4235
  msgid "c-mt"
4236
  msgstr "Malta"
4237
 
4238
  # Martinique (French)
4239
+ #: ../../admin/view/wp-slimstat-reports.php:995
4240
  msgid "c-mq"
4241
  msgstr "Martinica"
4242
 
4243
  # Mauritania
4244
+ #: ../../admin/view/wp-slimstat-reports.php:995
4245
  msgid "c-mr"
4246
  msgstr "Mauritania"
4247
 
4248
  # Mauritius
4249
+ #: ../../admin/view/wp-slimstat-reports.php:995
4250
  msgid "c-mu"
4251
  msgstr "Mauritius"
4252
 
4253
  # Mexico
4254
+ #: ../../admin/view/wp-slimstat-reports.php:995
4255
  msgid "c-mx"
4256
  msgstr "Messico"
4257
 
4258
  # Moldavia
4259
+ #: ../../admin/view/wp-slimstat-reports.php:995
4260
  msgid "c-md"
4261
  msgstr "Moldavia"
4262
 
4263
  # Mongolia
4264
+ #: ../../admin/view/wp-slimstat-reports.php:995
4265
  msgid "c-mn"
4266
  msgstr "Mongolia"
4267
 
4268
+ #: ../../admin/view/wp-slimstat-reports.php:995
4269
  msgid "c-me"
4270
  msgstr "Montenegro"
4271
 
4272
  # Montserrat
4273
+ #: ../../admin/view/wp-slimstat-reports.php:995
4274
  msgid "c-ms"
4275
  msgstr "Montserrat"
4276
 
4277
  # Morocco
4278
+ #: ../../admin/view/wp-slimstat-reports.php:995
4279
  msgid "c-ma"
4280
  msgstr "Marocco"
4281
 
4282
  # Mozambique
4283
+ #: ../../admin/view/wp-slimstat-reports.php:995
4284
  msgid "c-mz"
4285
  msgstr "Mozambico"
4286
 
4287
  # Myanmar
4288
+ #: ../../admin/view/wp-slimstat-reports.php:995
4289
  msgid "c-mm"
4290
  msgstr "Birmania"
4291
 
4292
  # Namibia
4293
+ #: ../../admin/view/wp-slimstat-reports.php:995
4294
  msgid "c-na"
4295
  msgstr "Namibia"
4296
 
4297
  # Nepal
4298
+ #: ../../admin/view/wp-slimstat-reports.php:995
4299
  msgid "c-np"
4300
  msgstr "Nepal"
4301
 
4302
  # Netherlands
4303
+ #: ../../admin/view/wp-slimstat-reports.php:995
4304
  msgid "c-nl"
4305
  msgstr "Olanda"
4306
 
4307
  # New Caledonia (French)
4308
+ #: ../../admin/view/wp-slimstat-reports.php:995
4309
  msgid "c-nc"
4310
  msgstr "Nuova Caledonia"
4311
 
4312
  # New Zealand
4313
+ #: ../../admin/view/wp-slimstat-reports.php:995
4314
  msgid "c-nz"
4315
  msgstr "Nuova Zelanda"
4316
 
4317
  # Nicaragua
4318
+ #: ../../admin/view/wp-slimstat-reports.php:995
4319
  msgid "c-ni"
4320
  msgstr "Nicaragua"
4321
 
4322
  # Niger
4323
+ #: ../../admin/view/wp-slimstat-reports.php:995
4324
  msgid "c-ne"
4325
  msgstr "Nigeria"
4326
 
4327
  # Nigeria
4328
+ #: ../../admin/view/wp-slimstat-reports.php:995
4329
  msgid "c-ng"
4330
  msgstr "Nigeria"
4331
 
4332
  # Norway
4333
+ #: ../../admin/view/wp-slimstat-reports.php:995
4334
  msgid "c-no"
4335
  msgstr "Norvegia"
4336
 
4337
  # Oman
4338
+ #: ../../admin/view/wp-slimstat-reports.php:995
4339
  msgid "c-om"
4340
  msgstr "Oman"
4341
 
4342
  # Pakistan
4343
+ #: ../../admin/view/wp-slimstat-reports.php:995
4344
  msgid "c-pk"
4345
  msgstr "Pakistan"
4346
 
4347
  # Palau
4348
+ #: ../../admin/view/wp-slimstat-reports.php:995
4349
  msgid "c-pw"
4350
  msgstr "Palau"
4351
 
4352
+ #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-ps"
4354
  msgstr "Stato della Palestina"
4355
 
4356
  # Panama
4357
+ #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-pa"
4359
  msgstr "Panama"
4360
 
4361
  # Papua New Guinea
4362
+ #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-pg"
4364
  msgstr "Papua Nuova Guinea"
4365
 
4366
  # Paraguay
4367
+ #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-py"
4369
  msgstr "Paraguay"
4370
 
4371
  # Peru
4372
+ #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-pe"
4374
  msgstr "Peru"
4375
 
4376
  # Philippines
4377
+ #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-ph"
4379
  msgstr "Filippine"
4380
 
4381
  # Poland
4382
+ #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-pl"
4384
  msgstr "Polonia"
4385
 
4386
  # Portugal
4387
+ #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-pt"
4389
  msgstr "Portogallo"
4390
 
4391
  # Puerto Rico
4392
+ #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-pr"
4394
  msgstr "Porto Rico"
4395
 
4396
  # Qatar
4397
+ #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-qa"
4399
  msgstr "Qatar"
4400
 
4401
  # Reunion (French)
4402
+ #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-re"
4404
  msgstr "Reunion"
4405
 
4406
  # Romania
4407
+ #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-ro"
4409
  msgstr "Romania"
4410
 
4411
  # Russian Federation
4412
+ #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-ru"
4414
  msgstr "Russia"
4415
 
4416
  # Rwanda
4417
+ #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-rw"
4419
  msgstr "Ruanda"
4420
 
4421
  # Saint Kitts & Nevis Anguilla
4422
+ #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-kn"
4424
  msgstr "Saint Kitts e Nevis Anguilla"
4425
 
4426
  # Saint Lucia
4427
+ #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-lc"
4429
  msgstr "Santa Lucia"
4430
 
4431
+ #: ../../admin/view/wp-slimstat-reports.php:995
4432
  msgid "c-mf"
4433
  msgstr "San Martino"
4434
 
4435
  # Saint Vincent & Grenadines
4436
+ #: ../../admin/view/wp-slimstat-reports.php:995
4437
  msgid "c-vc"
4438
  msgstr "Saint Vincent e Grenadines"
4439
 
4440
  # Samoa
4441
+ #: ../../admin/view/wp-slimstat-reports.php:995
4442
  msgid "c-ws"
4443
  msgstr "Samoa"
4444
 
4445
  # Saint Tome (Sao Tome) and Principe
4446
+ #: ../../admin/view/wp-slimstat-reports.php:995
4447
  msgid "c-st"
4448
  msgstr "Sao Tome"
4449
 
4450
  # Saudi Arabia
4451
+ #: ../../admin/view/wp-slimstat-reports.php:995
4452
  msgid "c-sa"
4453
  msgstr "Arabia Saudita"
4454
 
4455
  # Senegal
4456
+ #: ../../admin/view/wp-slimstat-reports.php:995
4457
  msgid "c-sn"
4458
  msgstr "Senegal"
4459
 
4460
+ #: ../../admin/view/wp-slimstat-reports.php:995
4461
  msgid "c-rs"
4462
  msgstr "Serbia"
4463
 
4464
  # Sierra Leone
4465
+ #: ../../admin/view/wp-slimstat-reports.php:995
4466
  msgid "c-sl"
4467
  msgstr "Sierra Leone"
4468
 
4469
  # Singapore
4470
+ #: ../../admin/view/wp-slimstat-reports.php:995
4471
  msgid "c-sg"
4472
  msgstr "Singapore"
4473
 
4474
  # Slovak Republic
4475
+ #: ../../admin/view/wp-slimstat-reports.php:995
4476
  msgid "c-sk"
4477
  msgstr "Slovacchia"
4478
 
4479
  # Slovenia
4480
+ #: ../../admin/view/wp-slimstat-reports.php:995
4481
  msgid "c-si"
4482
  msgstr "Slovenia"
4483
 
4484
  # Solomon Islands
4485
+ #: ../../admin/view/wp-slimstat-reports.php:995
4486
  msgid "c-sb"
4487
  msgstr "Isole Salomone"
4488
 
4489
  # Somalia
4490
+ #: ../../admin/view/wp-slimstat-reports.php:995
4491
  msgid "c-so"
4492
  msgstr "Somalia"
4493
 
4494
  # South Africa
4495
+ #: ../../admin/view/wp-slimstat-reports.php:995
4496
  msgid "c-za"
4497
  msgstr "Sud Africa"
4498
 
4499
  # S. Georgia & S. Sandwich Isls.
4500
+ #: ../../admin/view/wp-slimstat-reports.php:995
4501
  msgid "c-gs"
4502
  msgstr "S. Georgia e S. Sandwich"
4503
 
4504
  # Spain
4505
+ #: ../../admin/view/wp-slimstat-reports.php:995
4506
  msgid "c-es"
4507
  msgstr "Spagna"
4508
 
4509
  # Sri Lanka
4510
+ #: ../../admin/view/wp-slimstat-reports.php:995
4511
  msgid "c-lk"
4512
  msgstr "Sri Lanka"
4513
 
4514
+ #: ../../admin/view/wp-slimstat-reports.php:995
4515
  msgid "c-sc"
4516
  msgstr "Seychelles"
4517
 
4518
  # Sudan
4519
+ #: ../../admin/view/wp-slimstat-reports.php:995
4520
  msgid "c-sd"
4521
  msgstr "Sudan"
4522
 
4523
+ #: ../../admin/view/wp-slimstat-reports.php:995
4524
  msgid "c-ss"
4525
  msgstr "Sud Sudan"
4526
 
4527
  # Suriname
4528
+ #: ../../admin/view/wp-slimstat-reports.php:995
4529
  msgid "c-sr"
4530
  msgstr "Suriname"
4531
 
4532
  # Svalbard and Jan Mayen Islands
4533
+ #: ../../admin/view/wp-slimstat-reports.php:995
4534
  msgid "c-sj"
4535
  msgstr "Svalbard and Jan Mayen"
4536
 
4537
  # Swaziland
4538
+ #: ../../admin/view/wp-slimstat-reports.php:995
4539
  msgid "c-sz"
4540
  msgstr "Swaziland"
4541
 
4542
  # Sweden
4543
+ #: ../../admin/view/wp-slimstat-reports.php:995
4544
  msgid "c-se"
4545
  msgstr "Svezia"
4546
 
4547
  # Switzerland
4548
+ #: ../../admin/view/wp-slimstat-reports.php:995
4549
  msgid "c-ch"
4550
  msgstr "Svizzera"
4551
 
4552
  # Syria
4553
+ #: ../../admin/view/wp-slimstat-reports.php:995
4554
  msgid "c-sy"
4555
  msgstr "Siria"
4556
 
4557
  # Taiwan
4558
+ #: ../../admin/view/wp-slimstat-reports.php:995
4559
  msgid "c-tw"
4560
  msgstr "Taiwan"
4561
 
4562
  # Tadjikistan
4563
+ #: ../../admin/view/wp-slimstat-reports.php:995
4564
  msgid "c-tj"
4565
  msgstr "Tadjikistan"
4566
 
4567
  # Tanzania
4568
+ #: ../../admin/view/wp-slimstat-reports.php:995
4569
  msgid "c-tz"
4570
  msgstr "Tanzania"
4571
 
4572
  # Thailand
4573
+ #: ../../admin/view/wp-slimstat-reports.php:995
4574
  msgid "c-th"
4575
  msgstr "Tailandia"
4576
 
4577
+ #: ../../admin/view/wp-slimstat-reports.php:995
4578
  msgid "c-tl"
4579
  msgstr "Timor-Leste"
4580
 
4581
  # Togo
4582
+ #: ../../admin/view/wp-slimstat-reports.php:995
4583
  msgid "c-tg"
4584
  msgstr "Togo"
4585
 
4586
  # Tonga
4587
+ #: ../../admin/view/wp-slimstat-reports.php:995
4588
  msgid "c-to"
4589
  msgstr "Tonga"
4590
 
4591
  # Trinidad and Tobago
4592
+ #: ../../admin/view/wp-slimstat-reports.php:995
4593
  msgid "c-tt"
4594
  msgstr "Trinidad e Tobago"
4595
 
4596
  # Tunisia
4597
+ #: ../../admin/view/wp-slimstat-reports.php:995
4598
  msgid "c-tn"
4599
  msgstr "Tunisia"
4600
 
4601
  # Turkey
4602
+ #: ../../admin/view/wp-slimstat-reports.php:995
4603
  msgid "c-tr"
4604
  msgstr "Turchia"
4605
 
4606
  # Turkmenistan
4607
+ #: ../../admin/view/wp-slimstat-reports.php:995
4608
  msgid "c-tm"
4609
  msgstr "Turkmenistan"
4610
 
4611
  # Turks and Caicos Islands
4612
+ #: ../../admin/view/wp-slimstat-reports.php:995
4613
  msgid "c-tc"
4614
  msgstr "Isole Caicos"
4615
 
4616
  # Uganda
4617
+ #: ../../admin/view/wp-slimstat-reports.php:995
4618
  msgid "c-ug"
4619
  msgstr "Uganda"
4620
 
4621
  # Ukraine
4622
+ #: ../../admin/view/wp-slimstat-reports.php:995
4623
  msgid "c-ua"
4624
  msgstr "Ucraina"
4625
 
4626
  # United Arab Emirates
4627
+ #: ../../admin/view/wp-slimstat-reports.php:995
4628
  msgid "c-ae"
4629
  msgstr "Emirati Arabi"
4630
 
4631
  # Great Britain
4632
+ #: ../../admin/view/wp-slimstat-reports.php:995
4633
  msgid "c-gb"
4634
  msgstr "Gran Bretagna"
4635
 
4636
  # United States
4637
+ #: ../../admin/view/wp-slimstat-reports.php:995
4638
  msgid "c-us"
4639
  msgstr "Stati Uniti"
4640
 
4641
  # Uruguay
4642
+ #: ../../admin/view/wp-slimstat-reports.php:995
4643
  msgid "c-uy"
4644
  msgstr "Uruguay"
4645
 
4646
  # Uzbekistan
4647
+ #: ../../admin/view/wp-slimstat-reports.php:995
4648
  msgid "c-uz"
4649
  msgstr "Uzbekistan"
4650
 
4651
  # Vanuatu
4652
+ #: ../../admin/view/wp-slimstat-reports.php:995
4653
  msgid "c-vu"
4654
  msgstr "Vanuatu"
4655
 
4656
  # Venezuela
4657
+ #: ../../admin/view/wp-slimstat-reports.php:995
4658
  msgid "c-ve"
4659
  msgstr "Venezuela"
4660
 
4661
  # Vietnam
4662
+ #: ../../admin/view/wp-slimstat-reports.php:995
4663
  msgid "c-vn"
4664
  msgstr "Vietnam"
4665
 
4666
  # Virgin Islands (British)
4667
+ #: ../../admin/view/wp-slimstat-reports.php:995
4668
  msgid "c-vg"
4669
  msgstr "Isole Vergini (GB)"
4670
 
4671
  # Virgin Islands (USA)
4672
+ #: ../../admin/view/wp-slimstat-reports.php:995
4673
  msgid "c-vi"
4674
  msgstr "Isole Vergini (USA)"
4675
 
4676
  # Western Sahara
4677
+ #: ../../admin/view/wp-slimstat-reports.php:995
4678
  msgid "c-eh"
4679
  msgstr "Sahara Occ"
4680
 
4681
  # Yemen
4682
+ #: ../../admin/view/wp-slimstat-reports.php:995
4683
  msgid "c-ye"
4684
  msgstr "Yemen"
4685
 
4686
  # Zambia
4687
+ #: ../../admin/view/wp-slimstat-reports.php:995
4688
  msgid "c-zm"
4689
  msgstr "Zambia"
4690
 
4691
  # Zimbabwe
4692
+ #: ../../admin/view/wp-slimstat-reports.php:995
4693
  msgid "c-zw"
4694
  msgstr "Zimbabwe"
4695
 
4696
+ #: ../../admin/view/wp-slimstat-reports.php:995
4697
  msgid "c-gg"
4698
  msgstr "Guernsey"
4699
 
4700
+ #: ../../admin/view/wp-slimstat-reports.php:995
4701
  msgid "c-je"
4702
  msgstr "Jersey"
4703
 
4704
+ #: ../../admin/view/wp-slimstat-reports.php:995
4705
  msgid "c-im"
4706
  msgstr "Isola di Man"
4707
 
4708
  # Maldives
4709
+ #: ../../admin/view/wp-slimstat-reports.php:995
4710
  msgid "c-mv"
4711
  msgstr "Maldive"
4712
 
4713
+ #: ../../admin/view/wp-slimstat-reports.php:996
4714
  msgid "c-eu"
4715
  msgstr "Europa"
4716
 
4717
+ #: ../../admin/view/wp-slimstat-reports.php:1085
4718
  msgid ""
4719
  "This value includes not only posts, but also custom post types, regardless "
4720
  "of their status"
4721
  msgstr ""
4722
 
4723
+ #: ../../admin/view/wp-slimstat-reports.php:1086
4724
  msgid "Content Items"
4725
  msgstr "Articoli"
4726
 
4727
+ #: ../../admin/view/wp-slimstat-reports.php:1087
4728
  msgid "Total Comments"
4729
  msgstr ""
4730
 
4731
+ #: ../../admin/view/wp-slimstat-reports.php:1088
4732
  msgid "Pingbacks"
4733
  msgstr "Pingback"
4734
 
4735
+ #: ../../admin/view/wp-slimstat-reports.php:1089
4736
  msgid "Trackbacks"
4737
  msgstr "Trackback"
4738
 
4739
+ #: ../../admin/view/wp-slimstat-reports.php:1090
 
 
 
 
 
 
 
 
4740
  msgid "Avg Comments Per Post"
4741
  msgstr "Commenti medi per post"
4742
 
4743
+ #: ../../admin/view/wp-slimstat-reports.php:1091
4744
  msgid "Avg Posts Per Day"
4745
  msgstr ""
4746
 
4747
+ #: ../../admin/view/wp-slimstat-reports.php:1092
4748
+ msgid "Avg Server Latency"
4749
+ msgstr ""
4750
+
4751
+ #: ../../admin/view/wp-slimstat-reports.php:1093
4752
+ msgid "Avg Page Load Time"
4753
+ msgstr "Media Velocit&agrave; Pagina"
4754
+
4755
+ #: ../../admin/view/wp-slimstat-reports.php:1120
4756
  msgid "Visits"
4757
  msgstr "Visite"
4758
 
4759
+ #: ../../admin/view/wp-slimstat-reports.php:1124
4760
  msgid "Domains"
4761
  msgstr "Domini"
4762
 
4763
+ #: ../../admin/view/wp-slimstat-reports.php:1129
4764
  msgid "Avg Pageviews"
4765
  msgstr "Media accessi"
4766
 
4767
+ #~ msgid "Visitors"
4768
+ #~ msgstr "Visitatori"
4769
+
4770
+ #~ msgid "Content"
4771
+ #~ msgstr "Contenuto"
4772
+
4773
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
4774
+ #~ msgstr "Dai un'occhiata a cosa fanno i visitatori sul tuo sito."
4775
+
4776
+ #~ msgid "Visit with keywords"
4777
+ #~ msgstr "Visita con parole chiave"
4778
+
4779
+ #~ msgid "Known User"
4780
+ #~ msgstr "Utente noto"
4781
+
4782
+ #~ msgid "Human Visitor"
4783
+ #~ msgstr "Visitatore umano"
4784
+
4785
+ #~ msgid "At A Glance"
4786
+ #~ msgstr "Colpo d'occhio"
4787
+
4788
+ #~ msgid ""
4789
+ #~ "Click on a data point to display the activity chart for each hour of that "
4790
+ #~ "day"
4791
+ #~ msgstr "Clicca su un punto del grafico per visualizzare l'attività oraria"
4792
+
4793
+ #~ msgid "Longest Post (ID)"
4794
+ #~ msgstr "ID del post pi&ugrave; lungo"
4795
+
4796
  #~ msgid ""
4797
  #~ "WARNING: a misconfigured setting and/or server environment is preventing "
4798
  #~ "WP SlimStat from properly tracking your visitors. Please <a target="
5552
  #~ msgid "l-zu-ZA"
5553
  #~ msgstr "Zulu"
5554
 
 
 
 
5555
  #~ msgid "Show records where"
5556
  #~ msgstr "Mostra righe per cui"
5557
 
admin/lang/wp-slimstat-ja.mo CHANGED
Binary file
admin/lang/wp-slimstat-ja.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat JP\n"
4
- "POT-Creation-Date: 2014-08-31 11:26-0500\n"
5
- "PO-Revision-Date: 2014-08-31 11:26-0500\n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: 半月\n"
8
  "Language: ja\n"
@@ -14,96 +14,100 @@ msgstr ""
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../wp-slimstat-admin.php:480 ../wp-slimstat-admin.php:492
18
- #: ../wp-slimstat-admin.php:495
19
  msgid "SlimStat"
20
  msgstr "SlimStat"
21
 
22
- #: ../wp-slimstat-admin.php:481 ../view/wp-slimstat-reports.php:26
23
  msgid "Real-Time Log"
24
  msgstr "リアルタイム解析"
25
 
26
- #: ../wp-slimstat-admin.php:482 ../wp-slimstat-admin.php:499
27
- #: ../view/wp-slimstat-reports.php:27
28
  msgid "Overview"
29
  msgstr "概要"
30
 
31
- #: ../wp-slimstat-admin.php:483 ../wp-slimstat-admin.php:500
32
- #: ../view/wp-slimstat-reports.php:28
33
  msgid "Audience"
34
  msgstr "訪問者"
35
 
36
- #: ../wp-slimstat-admin.php:484 ../wp-slimstat-admin.php:501
37
- #: ../view/wp-slimstat-reports.php:29
38
  msgid "Site Analysis"
39
  msgstr "サイト解析"
40
 
41
- #: ../wp-slimstat-admin.php:485 ../wp-slimstat-admin.php:502
42
- #: ../view/index.php:169 ../view/wp-slimstat-reports.php:30
43
  msgid "Traffic Sources"
44
  msgstr "トラフィック"
45
 
46
- #: ../wp-slimstat-admin.php:486 ../wp-slimstat-admin.php:503
47
- #: ../view/wp-slimstat-reports.php:31
48
  msgid "Map Overlay"
49
  msgstr "地域"
50
 
51
- #: ../wp-slimstat-admin.php:487 ../wp-slimstat-admin.php:504
52
- #: ../view/wp-slimstat-reports.php:32
53
  msgid "Custom Reports"
54
  msgstr "カスタムレポート"
55
 
56
- #: ../wp-slimstat-admin.php:488 ../wp-slimstat-admin.php:505
57
- #: ../config/addons.php:29 ../config/index.php:9 ../config/index.php:246
58
  msgid "Add-ons"
59
  msgstr "アドオン"
60
 
61
- #: ../wp-slimstat-admin.php:534 ../wp-slimstat-admin.php:537
62
- #: ../config/index.php:14 ../config/index.php:136
63
  msgid "Settings"
64
  msgstr "設定"
65
 
66
- #: ../wp-slimstat-admin.php:576
67
  msgid "Pageviews in the last 365 days"
68
  msgstr "過去 365 日のページビュー"
69
 
70
- #: ../wp-slimstat-admin.php:603
71
  msgid "Show on screen"
72
  msgstr "表示する項目"
73
 
74
- #: ../wp-slimstat-admin.php:668
75
  msgid "Hide this notice"
76
  msgstr "この通知を隠す"
77
 
78
- #: ../wp-slimstat-admin.php:704
79
  msgid "There was an error updating the following options:"
80
  msgstr "以下の理由でアップデートにエラーが発生しました:"
81
 
82
- #: ../wp-slimstat-admin.php:707
83
  msgid "Your changes have been saved."
84
  msgstr "変更を保存しました。"
85
 
86
- #: ../wp-slimstat-admin.php:730
87
  msgid "Save Changes"
88
  msgstr "変更を保存"
89
 
90
- #: ../wp-slimstat-admin.php:754
91
  msgid "Yes"
92
  msgstr "はい"
93
 
94
- #: ../wp-slimstat-admin.php:755 ../view/wp-slimstat-reports.php:732
95
  msgid "No"
96
  msgstr "いいえ"
97
 
98
- #: ../wp-slimstat-admin.php:800
 
 
 
 
99
  msgid "Definitions"
100
  msgstr "定義"
101
 
102
- #: ../wp-slimstat-admin.php:803
103
  msgid "Pageview"
104
  msgstr "PV"
105
 
106
- #: ../wp-slimstat-admin.php:803
107
  msgid ""
108
  "A request to load a single HTML file (\"page\"). This should be contrasted "
109
  "with a \"hit\", which refers to a request for any file from a web server. "
@@ -114,11 +118,11 @@ msgstr ""
114
  "は別物と考えてください。SlimStat は解析コードが実行されるたびに PV を記録しま"
115
  "す。"
116
 
117
- #: ../wp-slimstat-admin.php:804
118
  msgid "(Human) Visit"
119
  msgstr "(人間の) 訪問"
120
 
121
- #: ../wp-slimstat-admin.php:804
122
  msgid ""
123
  "A period of interaction between a visitor's browser and your website, ending "
124
  "when the browser is closed or when the user has been inactive on that site "
@@ -127,12 +131,11 @@ msgstr ""
127
  "SlimStat は、訪問者がページを離脱する、ブラウザを閉じる、または 30 分以上滞在"
128
  "するまでを 1 回の訪問としてカウントします。"
129
 
130
- #: ../wp-slimstat-admin.php:805 ../view/index.php:144
131
- #: ../view/right-now.php:156
132
  msgid "Known Visitor"
133
  msgstr "既知の訪問者"
134
 
135
- #: ../wp-slimstat-admin.php:805
136
  msgid ""
137
  "Any user who has left a comment on your blog, and is thus identified by "
138
  "Wordpress as a returning visitor"
@@ -140,11 +143,11 @@ msgstr ""
140
  "ブログにコメントを残したユーザーと、WordPress によってリピーターとして確認さ"
141
  "れた訪問者を表します。"
142
 
143
- #: ../wp-slimstat-admin.php:806
144
  msgid "Unique IP"
145
  msgstr "ユニーク IP"
146
 
147
- #: ../wp-slimstat-admin.php:806
148
  msgid ""
149
  "Used to differentiate between multiple requests to download a file from one "
150
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -156,12 +159,12 @@ msgstr ""
156
  "ありません。例えば、同じ人物が職場と自宅から同じサイトを訪れると、ユニーク "
157
  "IP は 2 としてカウントされます。"
158
 
159
- #: ../wp-slimstat-admin.php:807 ../wp-slimstat-admin.php:849
160
- #: ../view/right-now.php:101 ../view/wp-slimstat-db.php:64
161
  msgid "Originating IP"
162
  msgstr "送信元 IP"
163
 
164
- #: ../wp-slimstat-admin.php:807
165
  msgid ""
166
  "the originating IP address of a client connecting to a web server through an "
167
  "HTTP proxy or load balancer"
@@ -169,11 +172,11 @@ msgstr ""
169
  "HTTP プロキシまたはロードバランサーを通して Web サーバーに接続したクライアン"
170
  "トの IP アドレスです。"
171
 
172
- #: ../wp-slimstat-admin.php:808
173
  msgid "Direct Traffic"
174
  msgstr "直接アクセス"
175
 
176
- #: ../wp-slimstat-admin.php:808
177
  msgid ""
178
  "All those people showing up to your Web site by typing in the URL of your "
179
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -182,11 +185,11 @@ msgstr ""
182
  "アドレスバーにサイト URL を直接打ち込んだ、またはブックマークからサイトを表示"
183
  "した訪問者を表します。"
184
 
185
- #: ../wp-slimstat-admin.php:809
186
  msgid "Search Engine"
187
  msgstr "検索エンジン"
188
 
189
- #: ../wp-slimstat-admin.php:809
190
  msgid ""
191
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
192
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -194,22 +197,22 @@ msgstr ""
194
  "Google、Yahoo、MSN、Ask などの検索エンジンです。この値にはオーガニック検索お"
195
  "よび有料の検索トラフィックが含まれます。"
196
 
197
- #: ../wp-slimstat-admin.php:810 ../wp-slimstat-admin.php:826
198
- #: ../view/right-now.php:135 ../view/wp-slimstat-db.php:45
199
  msgid "Search Terms"
200
  msgstr "検索キーワード"
201
 
202
- #: ../wp-slimstat-admin.php:810 ../wp-slimstat-admin.php:826
203
  msgid "Keywords used by your visitors to find your website on a search engine"
204
  msgstr ""
205
  "訪問者が検索エンジン上で Web サイトを見つけるために使用したキーワードを入力し"
206
  "ます。"
207
 
208
- #: ../wp-slimstat-admin.php:811
209
  msgid "SERP"
210
  msgstr "SERP"
211
 
212
- #: ../wp-slimstat-admin.php:811
213
  msgid ""
214
  "Short for search engine results page, the Web page that a search engine "
215
  "returns with the results of its search. The value shown represents your rank "
@@ -219,11 +222,11 @@ msgstr ""
219
  "する検索キーワードによって生成される検索結果ページ内で、あなたのサイトがどの"
220
  "ランク (または位置) に表示されているかを表します。"
221
 
222
- #: ../wp-slimstat-admin.php:812 ../view/wp-slimstat-db.php:57
223
  msgid "User Agent"
224
  msgstr "User Agent"
225
 
226
- #: ../wp-slimstat-admin.php:812
227
  msgid ""
228
  "Any program used for accessing a website; this includes browsers, robots, "
229
  "spiders and any other program that was used to retrieve information from the "
@@ -233,11 +236,11 @@ msgstr ""
233
  "します。この値にはブラウザのほか、ロボット、スパイダー、クローラーなど、サイ"
234
  "トから情報を取得するために使用されたあらゆるプログラムが含まれます。"
235
 
236
- #: ../wp-slimstat-admin.php:813 ../view/wp-slimstat-db.php:61
237
  msgid "Outbound Link"
238
  msgstr "外部リンク"
239
 
240
- #: ../wp-slimstat-admin.php:813
241
  msgid ""
242
  "A link from one domain to another is said to be outbound from its source "
243
  "anchor and inbound to its target. This report lists all the links to other "
@@ -246,41 +249,41 @@ msgstr ""
246
  "外部サイトへの URL が指定されたリンクを表します。このレポートは訪問者によって"
247
  "クリックされた外部サイトへのリンクを一覧表示します。"
248
 
249
- #: ../wp-slimstat-admin.php:820
250
  msgid "Basic Filters"
251
  msgstr "基本フィルター"
252
 
253
- #: ../wp-slimstat-admin.php:823 ../view/wp-slimstat-db.php:42
254
  msgid "Browser"
255
  msgstr "ブラウザ"
256
 
257
- #: ../wp-slimstat-admin.php:823
258
  msgid "User agent (Firefox, Chrome, ...)"
259
  msgstr "User Agent (Firefox、Chrome、etc) を入力します。"
260
 
261
- #: ../wp-slimstat-admin.php:824 ../view/wp-slimstat-db.php:43
262
- #: ../view/wp-slimstat-reports.php:443
263
  msgid "Country Code"
264
  msgstr "国コード"
265
 
266
- #: ../wp-slimstat-admin.php:824
267
  msgid "2-letter code (us, ru, de, it, ...)"
268
  msgstr "2桁の国コード (us、ru、de、it、jp、etc) を入力します。"
269
 
270
- #: ../wp-slimstat-admin.php:825
271
  msgid "IP"
272
  msgstr "IP"
273
 
274
- #: ../wp-slimstat-admin.php:825
275
  msgid "Visitor's public IP address"
276
  msgstr "訪問者のグローバル IP アドレスを入力します。"
277
 
278
- #: ../wp-slimstat-admin.php:827 ../view/wp-slimstat-db.php:46
279
- #: ../view/wp-slimstat-reports.php:455
280
  msgid "Language Code"
281
  msgstr "言語コード"
282
 
283
- #: ../wp-slimstat-admin.php:827
284
  msgid ""
285
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
286
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -289,11 +292,11 @@ msgstr ""
289
  "詳細については<a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/"
290
  "library/ee825488(v=cs.20).aspx\">このページ</a>の最初の列を参照してください。"
291
 
292
- #: ../wp-slimstat-admin.php:828 ../view/wp-slimstat-db.php:47
293
  msgid "Operating System"
294
  msgstr "OS"
295
 
296
- #: ../wp-slimstat-admin.php:828
297
  msgid ""
298
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
299
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -303,80 +306,80 @@ msgstr ""
303
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">この"
304
  "ページ</a>を参照してください。"
305
 
306
- #: ../wp-slimstat-admin.php:829 ../view/wp-slimstat-db.php:48
307
  msgid "Permalink"
308
  msgstr "パーマリンク"
309
 
310
- #: ../wp-slimstat-admin.php:829
311
  msgid "URL accessed on your site"
312
  msgstr "サイト上でアクセスされた URL を入力します。"
313
 
314
- #: ../wp-slimstat-admin.php:830 ../view/wp-slimstat-db.php:50
315
  msgid "Referer"
316
  msgstr "リファラー"
317
 
318
- #: ../wp-slimstat-admin.php:830
319
  msgid "Complete address of the referrer page"
320
  msgstr "参照元ページの URL を入力します。"
321
 
322
- #: ../wp-slimstat-admin.php:831 ../view/wp-slimstat-db.php:51
323
  msgid "Visitor's Name"
324
  msgstr "訪問者名"
325
 
326
- #: ../wp-slimstat-admin.php:831
327
  msgid ""
328
  "Visitors' names according to the cookie set by Wordpress after they leave a "
329
  "comment"
330
  msgstr ""
331
  "訪問者がコメントを残した際に保存される cookie に基づく訪問者名を入力します。"
332
 
333
- #: ../wp-slimstat-admin.php:839
334
  msgid "Advanced Filters"
335
  msgstr "詳細フィルター"
336
 
337
- #: ../wp-slimstat-admin.php:842 ../view/wp-slimstat-db.php:55
338
  msgid "Browser Version"
339
  msgstr "ブラウザのバージョン"
340
 
341
- #: ../wp-slimstat-admin.php:842
342
  msgid "user agent version (9.0, 11, ...)"
343
  msgstr "User Agent のバージョン (9.0、11、etc) を入力します。"
344
 
345
- #: ../wp-slimstat-admin.php:843 ../view/wp-slimstat-db.php:56
346
  msgid "Browser Type"
347
  msgstr "ブラウザの種類"
348
 
349
- #: ../wp-slimstat-admin.php:843
350
  msgid ""
351
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
352
  "all others"
353
  msgstr ""
354
  "1 = 検索エンジンのクローラー、2 = 携帯端末、3 = RSSリーダー、0 = その他全て"
355
 
356
- #: ../wp-slimstat-admin.php:844 ../view/wp-slimstat-db.php:58
357
  msgid "Color Depth"
358
  msgstr "色深度"
359
 
360
- #: ../wp-slimstat-admin.php:844
361
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
362
  msgstr "訪問者のモニターの色深度 (8、16、24、32、etc) を入力します。"
363
 
364
- #: ../wp-slimstat-admin.php:845 ../view/wp-slimstat-db.php:59
365
  msgid "CSS Version"
366
  msgstr "CSS バージョン"
367
 
368
- #: ../wp-slimstat-admin.php:845
369
  msgid ""
370
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
371
  "values)"
372
  msgstr ""
373
  "ブラウザによってサポートされている CSS 標準規格 (1、2、3、etc) を入力します。"
374
 
375
- #: ../wp-slimstat-admin.php:846 ../view/wp-slimstat-db.php:60
376
  msgid "Pageview Attributes"
377
  msgstr "PV 属性"
378
 
379
- #: ../wp-slimstat-admin.php:846
380
  msgid ""
381
  "this field is set to <em>[pre]</em> if the resource has been accessed "
382
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -387,31 +390,31 @@ msgstr ""
387
  "した機能を通じてリソースがアクセスされた場合、<code>[pre]</code> にセットされ"
388
  "ます。"
389
 
390
- #: ../wp-slimstat-admin.php:847 ../view/wp-slimstat-db.php:62
391
  msgid "Post Author"
392
  msgstr "投稿者"
393
 
394
- #: ../wp-slimstat-admin.php:847
395
  msgid "author associated to that post/page when the resource was accessed"
396
  msgstr "アクセスされた投稿/ページに関連した投稿者を入力します。"
397
 
398
- #: ../wp-slimstat-admin.php:848 ../view/wp-slimstat-db.php:63
399
  msgid "Post Category ID"
400
  msgstr "投稿カテゴリ ID"
401
 
402
- #: ../wp-slimstat-admin.php:848
403
  msgid "ID of the category/term associated to the resource, when available"
404
  msgstr "リソースに紐づくカテゴリー/キーワード IDを入力します (有効な場合)。"
405
 
406
- #: ../wp-slimstat-admin.php:849
407
  msgid "visitor's originating IP address, if available"
408
  msgstr "訪問者の送信元 IP を入力します (有効な場合)。"
409
 
410
- #: ../wp-slimstat-admin.php:850 ../view/wp-slimstat-db.php:65
411
  msgid "Resource Content Type"
412
  msgstr "リソース コンテンツの種類"
413
 
414
- #: ../wp-slimstat-admin.php:850
415
  msgid ""
416
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
417
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -425,20 +428,20 @@ msgstr ""
425
  "\" href=\"http://wpdocs.sourceforge.jp/Conditional_Tags\">条件分岐タグ</a>マ"
426
  "ニュアルページを参照してください。"
427
 
428
- #: ../wp-slimstat-admin.php:851 ../view/wp-slimstat-db.php:67
429
  msgid "Screen Resolution"
430
  msgstr "モニタ解像度"
431
 
432
- #: ../wp-slimstat-admin.php:851
433
  msgid "viewport width and height (1024x768, 800x600, ...)"
434
  msgstr ""
435
  "モニタ解像度の幅と高さ (1024x768、800x600、1920x1080、etc) を入力します。"
436
 
437
- #: ../wp-slimstat-admin.php:852 ../view/wp-slimstat-db.php:68
438
  msgid "Visit ID"
439
  msgstr "訪問 ID"
440
 
441
- #: ../wp-slimstat-admin.php:852
442
  msgid ""
443
  "generally used in conjunction with <em>is not empty</em>, identifies human "
444
  "visitors"
@@ -446,11 +449,11 @@ msgstr ""
446
  "一般的に、人間の訪問者を確認する際 <em>is not empy</em> と合わせて使用されま"
447
  "す。"
448
 
449
- #: ../wp-slimstat-admin.php:853
450
  msgid "Date Filters"
451
  msgstr "期間指定"
452
 
453
- #: ../wp-slimstat-admin.php:853
454
  msgid ""
455
  "you can specify the timeframe by entering a number in the <em>interval</em> "
456
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -460,11 +463,11 @@ msgstr ""
460
  "期間を指定したい場合は、-1 を入力します (例: 日=1、月=1、年=空白、日間=-1で元"
461
  "旦から現在までのフィルターがセットされる)。"
462
 
463
- #: ../wp-slimstat-admin.php:854
464
  msgid "SERP Position"
465
  msgstr "SERP ランキング"
466
 
467
- #: ../wp-slimstat-admin.php:854
468
  msgid ""
469
  "set the filter to Referer contains cd=N&, where N is the position you are "
470
  "looking for"
@@ -519,23 +522,23 @@ msgstr "全般"
519
  msgid "Views"
520
  msgstr "表示"
521
 
522
- #: ../config/index.php:9 ../config/index.php:65
523
  msgid "Filters"
524
  msgstr "フィルター"
525
 
526
- #: ../config/index.php:9 ../config/index.php:129
527
  msgid "Permissions"
528
  msgstr "権限"
529
 
530
- #: ../config/index.php:9 ../config/index.php:206
531
  msgid "Advanced"
532
  msgstr "詳細"
533
 
534
- #: ../config/index.php:9 ../config/index.php:239
535
  msgid "Maintenance"
536
  msgstr "メンテナンス"
537
 
538
- #: ../config/index.php:20 ../config/index.php:212
539
  msgid "Tracker"
540
  msgstr "解析"
541
 
@@ -656,8 +659,8 @@ msgstr "次回のクリーンアップ日"
656
  msgid "Entries logged on or before %s will be permanently deleted."
657
  msgstr "%s 以前に記録されたログは完全に削除されます。"
658
 
659
- #: ../config/index.php:31 ../view/index.php:77 ../view/wp-slimstat-db.php:75
660
- #: ../view/wp-slimstat-reports.php:732
661
  msgid "days"
662
  msgstr "日間"
663
 
@@ -682,10 +685,22 @@ msgid "Choose the number format you want to use for your reports."
682
  msgstr "レポートで使用したい数字の書式を選択します。"
683
 
684
  #: ../config/index.php:49
 
 
 
 
 
 
 
 
 
 
 
 
685
  msgid "Show Display Name"
686
  msgstr "ブログ上の表示名を表示"
687
 
688
- #: ../config/index.php:49
689
  msgid ""
690
  "By default, users are listed by their usernames. Use this option to "
691
  "visualize their display names instead."
@@ -694,22 +709,22 @@ msgstr ""
694
  "わりにブログ上の表示名 (例: 管理人) を表示したい場合は、このオプションを有効"
695
  "にします。"
696
 
697
- #: ../config/index.php:50
698
  msgid "Show User Agent"
699
  msgstr "User Agent を表示"
700
 
701
- #: ../config/index.php:50
702
  msgid ""
703
  "Choose if you want to see the browser name or a complete user agent string "
704
  "when hovering on browser icons."
705
  msgstr ""
706
  "ブラウザアイコンにカーソルを合わせた際、完全な User Agent を表示します。"
707
 
708
- #: ../config/index.php:51
709
  msgid "Show Titles"
710
  msgstr "記事名を表示"
711
 
712
- #: ../config/index.php:51
713
  msgid ""
714
  "Slimstat converts your permalinks into post and page titles. Disable this "
715
  "feature if you need to see the URL in your reports."
@@ -717,15 +732,25 @@ msgstr ""
717
  "SlimStat はパーマリンクを記事名に変換します。レポートで URL を表示したい場合"
718
  "は、この機能を無効にします。"
719
 
 
 
 
 
720
  #: ../config/index.php:53
 
 
 
 
 
 
721
  msgid "Functionality"
722
  msgstr "機能"
723
 
724
- #: ../config/index.php:54
725
  msgid "Asynchronous Views"
726
  msgstr "非同期表示"
727
 
728
- #: ../config/index.php:54
729
  msgid ""
730
  "Load all the reports dynamically. It makes the reports render faster, but it "
731
  "increases the load on your server."
@@ -733,11 +758,11 @@ msgstr ""
733
  "全てのレポートを事前に読み込みます。この機能はレポートの表示を高速化します"
734
  "が、サーバーへの負荷が上昇します。"
735
 
736
- #: ../config/index.php:55
737
  msgid "SlimScroll"
738
  msgstr "SlimScroll"
739
 
740
- #: ../config/index.php:55
741
  msgid ""
742
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
743
  "scrollbar."
@@ -745,51 +770,52 @@ msgstr ""
745
  "ブラウザの内蔵スクロールバーを、JQuery ライブラリを利用した滑らかな "
746
  "SlimScroll に置き換えます。"
747
 
748
- #: ../config/index.php:56
749
  msgid "Expand Details"
750
  msgstr "詳細の展開"
751
 
752
- #: ../config/index.php:56
753
  msgid "Expand each row's details by default, insted of on mousehover."
754
  msgstr "マウスオーバー中に表示される詳細を常に表示します。"
755
 
756
- #: ../config/index.php:57 ../config/index.php:61
757
  msgid "Rows to Display"
758
  msgstr "表示する項目数"
759
 
760
- #: ../config/index.php:57
761
  msgid "Specify the number of items in each report."
762
  msgstr "各レポートで表示する項目の数を指定します。"
763
 
764
- #: ../config/index.php:59
765
  msgid "Activity Log"
766
  msgstr "リアルタイム解析"
767
 
768
- #: ../config/index.php:60
769
  msgid "Live Stream"
770
  msgstr "ライブストリーミング"
771
 
772
- #: ../config/index.php:60
 
773
  msgid ""
774
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
775
- "Enter <strong>0</strong> (number zero) to disable this functionality."
776
  msgstr ""
777
  "ライブビューを有効にすると、リアルタイム解析は X 秒ごとに自動でリロードされま"
778
  "す。この機能を無効にしたい場合は、<strong>0</strong> (数字の0) を入力します。"
779
 
780
- #: ../config/index.php:60 ../config/index.php:215
781
  msgid "seconds"
782
  msgstr "秒"
783
 
784
- #: ../config/index.php:61
785
  msgid "Specify the number of items in the Activity Log."
786
  msgstr "リアルタイム解析で表示する項目の数を指定します。"
787
 
788
- #: ../config/index.php:62
789
  msgid "Activity Log Extended"
790
  msgstr "リアルタイムログの展開"
791
 
792
- #: ../config/index.php:62
793
  msgid ""
794
  "Choose if you want to see outbound links listed in the Activity Log. It "
795
  "might slow down the rendering of this report."
@@ -797,23 +823,23 @@ msgstr ""
797
  "リアルタイム解析で外部リンクを表示したい場合は、このオプションを有効にしま"
798
  "す。有効にするとレポートの表示速度が低下するかもしれません。"
799
 
800
- #: ../config/index.php:67
801
  msgid "Visitors and Known Users"
802
  msgstr "訪問者と既知のユーザー"
803
 
804
- #: ../config/index.php:68
805
  msgid "Track Registered Users"
806
  msgstr "登録ユーザーの解析"
807
 
808
- #: ../config/index.php:68
809
  msgid "Enable this option to track logged in users."
810
  msgstr "ログイン中のユーザーを解析します。"
811
 
812
- #: ../config/index.php:69
813
  msgid "Blacklist by Username"
814
  msgstr "ブラックリスト (ユーザー名)"
815
 
816
- #: ../config/index.php:69
817
  msgid ""
818
  "List all the usernames you don't want to track, separated by commas. Please "
819
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -822,11 +848,11 @@ msgstr ""
822
  "解析から除外したいユーザー名を、カンマで区切って入力します。スペースは無視さ"
823
  "れず、ユーザー名の大文字と小文字は区別されます。"
824
 
825
- #: ../config/index.php:70
826
  msgid "Blacklist by IP Address"
827
  msgstr "ブラックリスト (IP アドレス)"
828
 
829
- #: ../config/index.php:70
830
  msgid ""
831
  "List all the IP addresses you don't want to track, separated by commas. Each "
832
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -835,11 +861,11 @@ msgid ""
835
  "public IP and the originating IP, if available."
836
  msgstr "解析から除外したい IP アドレスを、カンマで区切って入力します。"
837
 
838
- #: ../config/index.php:71
839
  msgid "Blacklist by Capability"
840
  msgstr "ブラックリスト (機能)"
841
 
842
- #: ../config/index.php:71
843
  msgid ""
844
  "Users having at least one of the <a href='http://codex.wordpress.org/"
845
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -849,15 +875,15 @@ msgstr ""
849
  "target='_new'>機能</a>のうちのいずれかを持つユーザーを解析から除外します。機"
850
  "能の大文字と小文字は区別されます。"
851
 
852
- #: ../config/index.php:73
853
  msgid "Profiling"
854
  msgstr "プロファイリング"
855
 
856
- #: ../config/index.php:74
857
  msgid "Ignore Spammers"
858
  msgstr "スパム投稿者を無視"
859
 
860
- #: ../config/index.php:74
861
  msgid ""
862
  "Enable this option if you don't want to track visits from users identified "
863
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -869,11 +895,11 @@ msgstr ""
869
  "のコメントをスパムとしてマークした場合、そのコメントを投稿したユーザーによっ"
870
  "て生成された PV もまたデータベースから除外されます。"
871
 
872
- #: ../config/index.php:75
873
  msgid "Permalinks"
874
  msgstr "パーマリンク"
875
 
876
- #: ../config/index.php:75
877
  msgid ""
878
  "List all the URLs on your website that you don't want to track, separated by "
879
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -890,11 +916,11 @@ msgstr ""
890
  "abo!t</code>は /about や/abort とマッチする)。 文字列の大文字と小文字は区別さ"
891
  "れます。ドメイン名は入力しないでください。"
892
 
893
- #: ../config/index.php:76
894
  msgid "Countries"
895
  msgstr "国"
896
 
897
- #: ../config/index.php:76
898
  msgid ""
899
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
900
  "track, separated by commas."
@@ -902,11 +928,11 @@ msgstr ""
902
  "解析から除外したい国コード (例: <code>en-us、it、es</code>) を、カンマで区"
903
  "切って入力します。"
904
 
905
- #: ../config/index.php:77
906
  msgid "User Agents"
907
  msgstr "User Agents"
908
 
909
- #: ../config/index.php:77
910
  msgid ""
911
  "Browsers (user agents) you don't want to track, separated by commas. You can "
912
  "specify the browser's version adding a slash after the name (i.e. "
@@ -923,11 +949,11 @@ msgstr ""
923
  "code> は IE/<strong>7</strong>.0 や IE/<strong>8</strong>.0 とマッチする)。 "
924
  "文字列の大文字と小文字は区別されます。"
925
 
926
- #: ../config/index.php:78
927
  msgid "Referring Sites"
928
  msgstr "参照元サイト"
929
 
930
- #: ../config/index.php:78
931
  msgid ""
932
  "Referring URLs that you don't want to track, separated by commas: "
933
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -943,24 +969,24 @@ msgstr ""
943
  "いワイルドカードまたはプロトコルのいずれかを記入してください (http://, "
944
  "https://)。"
945
 
946
- #: ../config/index.php:80 ../config/index.php:232
947
  msgid "Miscellaneous"
948
  msgstr "その他"
949
 
950
- #: ../config/index.php:81
951
  msgid "Enable Privacy Mode"
952
  msgstr "プライバシーモードを有効化"
953
 
954
- #: ../config/index.php:81
955
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
956
  msgstr ""
957
  "ヨーロッパ個人情報保護法に基づき訪問者の IP アドレスの一部分を隠します。"
958
 
959
- #: ../config/index.php:82
960
  msgid "Ignore Prefetch Requests"
961
  msgstr "リンクの先読みを無視"
962
 
963
- #: ../config/index.php:82
964
  msgid ""
965
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
966
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
@@ -970,11 +996,11 @@ msgstr ""
970
  "Link_prefetching_FAQ' target='_blank'>リンクの先読み機能</a>によって生成され"
971
  "るページビューの解析を防止します。"
972
 
973
- #: ../config/index.php:98
974
  msgid "Ignore users (username not found)"
975
  msgstr "無効なユーザー (ユーザー名が見つかりません)"
976
 
977
- #: ../config/index.php:121
978
  msgid ""
979
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
980
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -982,26 +1008,26 @@ msgstr ""
982
  "無効な機能です。詳細については<a href=\"http://codex.wordpress.org/"
983
  "Roles_and_Capabilities\" target=\"_new\">このページ</a>を確認してください。"
984
 
985
- #: ../config/index.php:131
986
  msgid "Reports"
987
  msgstr "レポート"
988
 
989
- #: ../config/index.php:132
990
  msgid "Restrict Authors"
991
  msgstr "投稿者の制限"
992
 
993
- #: ../config/index.php:132
994
  msgid ""
995
  "Enable this option if you want your authors to only see stats related to "
996
  "their own content."
997
  msgstr ""
998
  "投稿者が自分のコンテンツに関連したレポートのみを閲覧できるようにします。"
999
 
1000
- #: ../config/index.php:133 ../config/index.php:137
1001
  msgid "Capability"
1002
  msgstr "機能"
1003
 
1004
- #: ../config/index.php:133
1005
  msgid ""
1006
  "Specify the minimum <a href='http://codex.wordpress.org/"
1007
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -1015,11 +1041,11 @@ msgstr ""
1015
  "空にすると、下のホワイトリストでユーザーを指定しない限り、購読者を含むあらゆ"
1016
  "るユーザーがレポートにアクセスできるようになります。"
1017
 
1018
- #: ../config/index.php:134 ../config/index.php:138
1019
  msgid "Whitelist"
1020
  msgstr "ホワイトリスト"
1021
 
1022
- #: ../config/index.php:134
1023
  msgid ""
1024
  "List all the users who should have access to the reports, separated by "
1025
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -1029,7 +1055,7 @@ msgstr ""
1029
  "者への権限は自動で付与されるため、入力する必要はありません。ユーザー名の大文"
1030
  "字と小文字は区別されます。"
1031
 
1032
- #: ../config/index.php:137
1033
  msgid ""
1034
  "Specify the minimum <a href='http://codex.wordpress.org/"
1035
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -1041,7 +1067,7 @@ msgstr ""
1041
  "<code>activate_plugins</code>)。下のホワイトリストで指定されたユーザーはこの"
1042
  "オプションを無視することができます。"
1043
 
1044
- #: ../config/index.php:138
1045
  msgid ""
1046
  "List all the users who can edit these options, separated by commas. Please "
1047
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -1051,11 +1077,11 @@ msgstr ""
1051
  "の権限は自動で付与<strong>されない</strong>ため、<strong>絶対に</strong>管理"
1052
  "者名の入力を忘れないでください。ユーザー名の大文字と小文字は区別されます。"
1053
 
1054
- #: ../config/index.php:154
1055
  msgid "Read access: username not found"
1056
  msgstr "リード アクセス: ユーザー名が見つかりません"
1057
 
1058
- #: ../config/index.php:167 ../config/index.php:198
1059
  msgid ""
1060
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1061
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
@@ -1064,15 +1090,15 @@ msgstr ""
1064
  "無効な機能です。詳細については<a href=\"http://codex.wordpress.org/"
1065
  "Roles_and_Capabilities\" target=\"_new\">このページ</a>を確認してください。"
1066
 
1067
- #: ../config/index.php:185
1068
  msgid "Config access: username not found"
1069
  msgstr "設定 アクセス: ユーザー名が見つかりません"
1070
 
1071
- #: ../config/index.php:213
1072
  msgid "Detect Smoothing"
1073
  msgstr "スムージングの検出"
1074
 
1075
- #: ../config/index.php:213
1076
  msgid ""
1077
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1078
  "This option required Spy Mode to be enabled."
@@ -1080,11 +1106,11 @@ msgstr ""
1080
  "訪問者のブラウザーがアンチエイリアシング (フォントスムージング) をサポートし"
1081
  "ているかどうかを検出します。このオプションはスパイモードの有効化が必要です。"
1082
 
1083
- #: ../config/index.php:214
1084
  msgid "Track Outbound Clicks"
1085
  msgstr "外部リンクのクリックを解析"
1086
 
1087
- #: ../config/index.php:214
1088
  msgid ""
1089
  "Track when your visitors click on link to external websites. This option "
1090
  "required Spy Mode to be enabled."
@@ -1092,11 +1118,11 @@ msgstr ""
1092
  "訪問者が行ったサイト外へのリンクのクリックを解析します。このオプションはスパ"
1093
  "イモードの有効化が必要です。"
1094
 
1095
- #: ../config/index.php:215
1096
  msgid "Session Duration"
1097
  msgstr "セッション時間"
1098
 
1099
- #: ../config/index.php:215
1100
  msgid ""
1101
  "How many seconds should a human session last? Google Analytics sets it to "
1102
  "1800 seconds."
@@ -1104,19 +1130,19 @@ msgstr ""
1104
  "セッション時間の最大値を指定します。Google アナリティクスはこの値を 1800 秒に"
1105
  "設定しています。"
1106
 
1107
- #: ../config/index.php:216
1108
  msgid "Extend Session"
1109
  msgstr "セッションの延長"
1110
 
1111
- #: ../config/index.php:216
1112
  msgid "Extend the duration of a session each time the user visits a new page."
1113
  msgstr "訪問者が新規ページを表示するたびにセッション時間を延長します。"
1114
 
1115
- #: ../config/index.php:217
1116
  msgid "Enable CDN"
1117
  msgstr "CDN を有効化"
1118
 
1119
- #: ../config/index.php:217
1120
  msgid ""
1121
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1122
  "by serving our tracking code from their fast and reliable network (free "
@@ -1126,11 +1152,11 @@ msgstr ""
1126
  "jsdelivr.com/' target='_blank'>JSDelivr</a> の CDN (コンテンツ・デリバリー・"
1127
  "ネットワーク) から受け取ります (無料サービス)。"
1128
 
1129
- #: ../config/index.php:218
1130
  msgid "Extensions to Track"
1131
  msgstr "解析する拡張子"
1132
 
1133
- #: ../config/index.php:218
1134
  msgid ""
1135
  "List all the file extensions that you want to be treated as Downloads. "
1136
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -1142,35 +1168,35 @@ msgstr ""
1142
  "pdf、doc、xls、zip etc)。外部リソースへのリンク (例: 外部サイト上にあるPDF) "
1143
  "は外部リンクではなくダウンロードとして扱われます。"
1144
 
1145
- #: ../config/index.php:220
1146
  msgid "External Pages"
1147
  msgstr "外部ページ"
1148
 
1149
- #: ../config/index.php:221
1150
  msgid "Add the following code to all the non-WP pages you want to track"
1151
  msgstr "解析したい WordPress 外のページに以下のコードを追記します。"
1152
 
1153
- #: ../config/index.php:233
1154
  msgid "Debug Mode"
1155
  msgstr "デバッグモード"
1156
 
1157
- #: ../config/index.php:233
1158
  msgid "Display the SQL queries used to retrieve the data."
1159
  msgstr "データを取得するために使用される SQL クエリを表示します。"
1160
 
1161
- #: ../config/index.php:234
1162
  msgid "IP Lookup"
1163
  msgstr "IP Lookup"
1164
 
1165
- #: ../config/index.php:234
1166
  msgid "Customize the Geolocation service to be used in the reports."
1167
  msgstr "レポート内で使用する位置情報サービスを変更できます。"
1168
 
1169
- #: ../config/index.php:235
1170
  msgid "Custom CSS"
1171
  msgstr "カスタム CSS"
1172
 
1173
- #: ../config/index.php:235
1174
  msgid ""
1175
  "Paste here your custom stylesheet to personalize the way your reports look. "
1176
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1181,11 +1207,11 @@ msgstr ""
1181
  "い使い方は <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1182
  "target='_blank'>FAQ</a> をご覧ください。"
1183
 
1184
- #: ../config/index.php:236
1185
  msgid "Enable UAN"
1186
  msgstr "UAN を有効化"
1187
 
1188
- #: ../config/index.php:236
1189
  msgid ""
1190
  "Send anonymous data about user agents to our server for analysis. This "
1191
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -1250,59 +1276,59 @@ msgstr "データのメンテナンス"
1250
  msgid "Delete pageviews where"
1251
  msgstr "削除する PV を指定"
1252
 
1253
- #: ../config/maintenance.php:124 ../view/index.php:17
1254
  msgid "equals"
1255
  msgstr "と等しい"
1256
 
1257
- #: ../config/maintenance.php:125 ../view/index.php:18
1258
  msgid "is not equal to"
1259
  msgstr "と等しくない"
1260
 
1261
- #: ../config/maintenance.php:126 ../view/index.php:19
1262
  msgid "contains"
1263
  msgstr "を含む"
1264
 
1265
- #: ../config/maintenance.php:127 ../view/index.php:20
1266
  msgid "does not contain"
1267
  msgstr "を含まない"
1268
 
1269
- #: ../config/maintenance.php:128 ../view/index.php:21
1270
  msgid "starts with"
1271
  msgstr "で始まる"
1272
 
1273
- #: ../config/maintenance.php:129 ../view/index.php:22
1274
  msgid "ends with"
1275
  msgstr "で終わる"
1276
 
1277
- #: ../config/maintenance.php:130 ../view/index.php:23
1278
  msgid "sounds like"
1279
  msgstr "に近い"
1280
 
1281
- #: ../config/maintenance.php:131 ../view/index.php:24
1282
  msgid "is greater than"
1283
  msgstr "より大きい"
1284
 
1285
- #: ../config/maintenance.php:132 ../view/index.php:25
1286
  msgid "is less than"
1287
  msgstr "より少ない"
1288
 
1289
- #: ../config/maintenance.php:133 ../view/index.php:26
1290
  msgid "matches"
1291
  msgstr "と一致"
1292
 
1293
- #: ../config/maintenance.php:134 ../view/index.php:27
1294
  msgid "does not match"
1295
  msgstr "と一致しない"
1296
 
1297
- #: ../config/maintenance.php:135 ../view/index.php:28
1298
  msgid "is empty"
1299
  msgstr "が空"
1300
 
1301
- #: ../config/maintenance.php:136 ../view/index.php:29
1302
  msgid "is not empty"
1303
  msgstr "が空でない"
1304
 
1305
- #: ../config/maintenance.php:139 ../view/index.php:32 ../view/index.php:78
1306
  msgid "Apply"
1307
  msgstr "適用"
1308
 
@@ -2581,7 +2607,7 @@ msgstr "ズールー語"
2581
  msgid "l-zu-za"
2582
  msgstr "ズールー語 (南アフリカ)"
2583
 
2584
- #: ../lang/dynamic_strings.php:298 ../view/wp-slimstat-reports.php:456
2585
  msgid "l-"
2586
  msgstr "不明"
2587
 
@@ -2597,55 +2623,59 @@ msgstr "不明"
2597
  msgid "c-xy"
2598
  msgstr "ローカル IP"
2599
 
2600
- #: ../view/index.php:48 ../view/wp-slimstat-reports.php:753
 
 
 
 
2601
  msgid "Today"
2602
  msgstr "今日"
2603
 
2604
- #: ../view/index.php:49 ../view/wp-slimstat-reports.php:754
2605
  msgid "Yesterday"
2606
  msgstr "昨日"
2607
 
2608
- #: ../view/index.php:50
2609
  msgid "Last 7 Days"
2610
  msgstr "過去 7 日"
2611
 
2612
- #: ../view/index.php:51
2613
  msgid "Last 60 Days"
2614
  msgstr "過去 60 日"
2615
 
2616
- #: ../view/index.php:52
2617
  msgid "Last 90 Days"
2618
  msgstr "過去 90 日"
2619
 
2620
- #: ../view/index.php:53
2621
  msgid "This Year So Far"
2622
  msgstr "元日から現在まで"
2623
 
2624
- #: ../view/index.php:54
2625
  msgid "Date Range"
2626
  msgstr "期間を指定"
2627
 
2628
- #: ../view/index.php:56 ../view/wp-slimstat-db.php:72
2629
  msgid "Day"
2630
  msgstr "日"
2631
 
2632
- #: ../view/index.php:66 ../view/wp-slimstat-db.php:73
2633
  msgid "Month"
2634
  msgstr "月"
2635
 
2636
- #: ../view/index.php:75 ../view/wp-slimstat-db.php:74
2637
  msgid "Year"
2638
  msgstr "年"
2639
 
2640
- #: ../view/index.php:80
2641
  msgid "Reset Filters"
2642
  msgstr "フィルターをリセット"
2643
 
2644
- #: ../view/index.php:121
2645
  msgid "Your report here"
2646
  msgstr "あなたのレポート"
2647
 
2648
- #: ../view/index.php:123
2649
  msgid ""
2650
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2651
  "write a new plugin that retrieves the desired information from the database "
@@ -2659,12 +2689,12 @@ msgstr ""
2659
  "wordpress.org/tags/wp-slimstat?forum_id=10\" target=\"_blank\">サポートフォー"
2660
  "ラム</a>を参照してください。"
2661
 
2662
- #: ../view/index.php:137 ../view/wp-slimstat-reports.php:744
2663
- #: ../view/wp-slimstat-reports.php:846 ../view/wp-slimstat-reports.php:1069
2664
  msgid "Pageviews"
2665
  msgstr "PV"
2666
 
2667
- #: ../view/index.php:140
2668
  msgid ""
2669
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2670
  "Slimstat leverages this information to identify returning visitors. Please "
@@ -2674,34 +2704,37 @@ msgstr ""
2674
  "を発行します。SlimStat はリピート訪問者を検出するためにこの情報を活用していま"
2675
  "す。この値には登録ユーザーが含まれます。"
2676
 
2677
- #: ../view/index.php:144
2678
- msgid "Take a sneak peek at what human visitors are doing on your website."
2679
- msgstr "訪問者のサイト上での行動を覗き見ます。"
2680
-
2681
- #: ../view/index.php:144 ../view/index.php:182 ../view/index.php:185
2682
- #: ../view/right-now.php:154
2683
  msgid "Color codes"
2684
  msgstr "カラーコード"
2685
 
2686
- #: ../view/index.php:144
2687
- msgid "From a search result page"
 
2688
  msgstr "検索結果ページからの訪問"
2689
 
2690
- #: ../view/index.php:144 ../view/index.php:182 ../view/index.php:185
 
2691
  msgid "Known Users"
2692
  msgstr "既知のユーザー"
2693
 
2694
- #: ../view/index.php:144 ../view/index.php:182 ../view/index.php:185
 
2695
  msgid "Other Humans"
2696
  msgstr "その他の人間"
2697
 
2698
- #: ../view/index.php:148
 
 
 
 
2699
  msgid "Keywords used by your visitors to find your website on a search engine."
2700
  msgstr ""
2701
  "訪問者が検索エンジン上で あなたの Web サイトを見つけるために使用したキーワー"
2702
  "ドです。"
2703
 
2704
- #: ../view/index.php:151
2705
  msgid ""
2706
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2707
  "measures your site's rankings. Values are updated every 12 hours. Filters "
@@ -2711,11 +2744,11 @@ msgstr ""
2711
  "から 12 時間毎に情報を取得します。上記のフィルターはこのレポートには適用され"
2712
  "ません。"
2713
 
2714
- #: ../view/index.php:154
2715
  msgid "Human Visits"
2716
  msgstr "人間の訪問"
2717
 
2718
- #: ../view/index.php:157
2719
  msgid ""
2720
  "Internet Service Provider: a company which provides other companies or "
2721
  "individuals with access to the Internet. Your DSL or cable internet service "
@@ -2727,7 +2760,7 @@ msgstr ""
2727
  "フィルターを設定することで、特定の IP アドレスを解析から除外することができま"
2728
  "す。"
2729
 
2730
- #: ../view/index.php:160
2731
  msgid ""
2732
  "You can configure Slimstat to ignore a specific Country by setting the "
2733
  "corresponding filter under Settings > Slimstat > Filters."
@@ -2735,23 +2768,23 @@ msgstr ""
2735
  "設定 > フィルター で対応するフィルターをセットすることで、特定の国を解析から"
2736
  "除外することができます。"
2737
 
2738
- #: ../view/index.php:163
2739
  msgid ""
2740
  "This report shows you what user agent families (no version considered) are "
2741
  "popular among your visitors."
2742
  msgstr "このレポートは訪問者が使用しているブラウザの種類を表示します。"
2743
 
2744
- #: ../view/index.php:166
2745
  msgid ""
2746
  "This report shows you what operating system families (no version considered) "
2747
  "are popular among your visitors."
2748
  msgstr "このレポートは訪問者が使用している OS の種類を表示します。"
2749
 
2750
- #: ../view/index.php:172
2751
  msgid "Average Pageviews per Visit"
2752
  msgstr "平均 PV / 訪問"
2753
 
2754
- #: ../view/index.php:175
2755
  msgid ""
2756
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2757
  "left your site from the entrance (landing) page."
@@ -2759,11 +2792,11 @@ msgstr ""
2759
  "1 ページのみの訪問、またはエントランス(ランディング)ページからサイトを去った"
2760
  "訪問者が表示したページを直帰ページといいます。"
2761
 
2762
- #: ../view/index.php:178
2763
  msgid "Searches performed using Wordpress' built-in search functionality."
2764
  msgstr "検索は WordPress のビルトイン検索機能を使用して行われました。"
2765
 
2766
- #: ../view/index.php:182
2767
  msgid ""
2768
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2769
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -2773,7 +2806,7 @@ msgstr ""
2773
  "応するページ内で n 番目に存在するかを表します。<br>- <em>ID:xx</em> は、対応"
2774
  "するリンクが ID 属性を持つ際に表示されます。"
2775
 
2776
- #: ../view/index.php:185
2777
  msgid ""
2778
  "This report lists any <em>event</em> occurred on your website. Please refer "
2779
  "to the FAQ for more information on how to leverage this functionality."
@@ -2781,7 +2814,7 @@ msgstr ""
2781
  "このレポートはあなたの Web サイト上で発生した全てのイベントを一覧表示します。"
2782
  "この機能の詳しい活用方法は FAQ をご覧ください。"
2783
 
2784
- #: ../view/index.php:188
2785
  msgid ""
2786
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2787
  "this report is not affected by the filters set here above."
@@ -2805,466 +2838,470 @@ msgstr "携帯端末"
2805
  msgid "Syndication Reader"
2806
  msgstr "RSS リーダー"
2807
 
2808
- #: ../view/right-now.php:30 ../view/wp-slimstat-reports.php:391
2809
- #: ../view/wp-slimstat-reports.php:650
2810
  msgid "No data to display"
2811
  msgstr "表示するデータがありません"
2812
 
2813
- #: ../view/right-now.php:56 ../view/wp-slimstat-reports.php:444
2814
- #: ../view/wp-slimstat-reports.php:693 ../view/wp-slimstat-reports.php:957
2815
  msgid "c-"
2816
  msgstr "不明"
2817
 
2818
- #: ../view/right-now.php:127 ../view/wp-slimstat-reports.php:503
2819
- #: ../view/wp-slimstat-reports.php:507 ../view/wp-slimstat-reports.php:675
2820
- #: ../view/wp-slimstat-reports.php:713
 
 
 
 
 
 
 
 
 
 
 
 
2821
  msgid "Open this URL in a new window"
2822
  msgstr "この URL を新規ウィンドウで開く"
2823
 
2824
- #: ../view/right-now.php:130
2825
  msgid "Local search results page"
2826
  msgstr "サイト内検索結果ページ"
2827
 
2828
- #: ../view/right-now.php:137
2829
  msgid "Open this referrer in a new window"
2830
  msgstr "この参照元を新規ウィンドウで開く"
2831
 
2832
- #: ../view/right-now.php:138
2833
  msgid "Open this outbound link in a new window"
2834
  msgstr "この外部リンクを新規ウィンドウで開く"
2835
 
2836
- #: ../view/right-now.php:139
2837
- msgid "Date and Time"
2838
- msgstr "日付と時間"
2839
-
2840
- #: ../view/right-now.php:140
2841
  msgid "Content Type"
2842
  msgstr "コンテンツの種類"
2843
 
2844
- #: ../view/right-now.php:155
2845
- msgid "Visit with keywords"
2846
- msgstr "キーワードでの訪問"
2847
-
2848
- #: ../view/right-now.php:157
2849
- msgid "Known User"
2850
- msgstr "既知のユーザー"
2851
-
2852
- #: ../view/right-now.php:158
2853
- msgid "Human Visitor"
2854
- msgstr "人間の訪問者"
2855
-
2856
- #: ../view/right-now.php:159
2857
- msgid "Bot or Crawler"
2858
- msgstr "ボットまたはクローラー"
2859
-
2860
- #: ../view/wp-slimstat-db.php:44
2861
  msgid "IP Address"
2862
  msgstr "IP アドレス"
2863
 
2864
- #: ../view/wp-slimstat-db.php:49
2865
  msgid "Domain"
2866
  msgstr "ドメイン"
2867
 
 
 
 
 
2868
  #: ../view/wp-slimstat-db.php:53
2869
  msgid "-- Advanced filters --"
2870
  msgstr "-- 詳細フィルター --"
2871
 
2872
- #: ../view/wp-slimstat-db.php:54 ../view/wp-slimstat-reports.php:56
2873
  msgid "Browser Capabilities"
2874
  msgstr "ブラウザの機能"
2875
 
2876
- #: ../view/wp-slimstat-db.php:66
 
 
 
 
2877
  msgid "Resource ID"
2878
  msgstr "リソース ID"
2879
 
2880
- #: ../view/wp-slimstat-db.php:71
2881
  msgid "Hour"
2882
  msgstr "時間"
2883
 
2884
- #: ../view/wp-slimstat-db.php:77
2885
  msgid "Order Direction"
2886
  msgstr "並べ替え"
2887
 
2888
- #: ../view/wp-slimstat-db.php:78
2889
  msgid "Limit Results"
2890
  msgstr "結果の制限"
2891
 
2892
- #: ../view/wp-slimstat-db.php:79
2893
  msgid "Start From"
2894
  msgstr "から始まる"
2895
 
2896
- #: ../view/wp-slimstat-reports.php:36
2897
  msgid "Pageviews (chart)"
2898
  msgstr "PV (チャート)"
2899
 
2900
- #: ../view/wp-slimstat-reports.php:37
2901
  msgid "About Slimstat"
2902
  msgstr "SlimStat について"
2903
 
2904
- #: ../view/wp-slimstat-reports.php:38 ../view/wp-slimstat-reports.php:50
2905
  msgid "At a Glance"
2906
  msgstr "クイックビュー"
2907
 
2908
- #: ../view/wp-slimstat-reports.php:39
2909
  msgid "Currently Online"
2910
  msgstr "現在の閲覧者"
2911
 
2912
- #: ../view/wp-slimstat-reports.php:40 ../view/wp-slimstat-reports.php:74
2913
  msgid "Spy View"
2914
  msgstr "スパイビュー"
2915
 
2916
- #: ../view/wp-slimstat-reports.php:41 ../view/wp-slimstat-reports.php:75
2917
  msgid "Recent Search Terms"
2918
  msgstr "最新 検索キーワード"
2919
 
2920
- #: ../view/wp-slimstat-reports.php:42
2921
  msgid "Top Pages"
2922
  msgstr "トップ ページ"
2923
 
2924
- #: ../view/wp-slimstat-reports.php:43 ../view/wp-slimstat-reports.php:72
2925
  msgid "Top Traffic Sources"
2926
  msgstr "トップ 参照元"
2927
 
2928
- #: ../view/wp-slimstat-reports.php:44
2929
  msgid "Top Known Visitors"
2930
  msgstr "トップ 既知の訪問者"
2931
 
2932
- #: ../view/wp-slimstat-reports.php:45 ../view/wp-slimstat-reports.php:70
2933
- #: ../view/wp-slimstat-reports.php:90
2934
  msgid "Top Search Terms"
2935
  msgstr "トップ 検索キーワード"
2936
 
2937
- #: ../view/wp-slimstat-reports.php:46 ../view/wp-slimstat-reports.php:57
2938
- #: ../view/wp-slimstat-reports.php:71
2939
  msgid "Top Countries"
2940
  msgstr "トップ 国"
2941
 
2942
- #: ../view/wp-slimstat-reports.php:47
2943
  msgid "Rankings"
2944
  msgstr "ランキング"
2945
 
2946
- #: ../view/wp-slimstat-reports.php:48
2947
  msgid "Top Language Families"
2948
  msgstr "トップ 言語ファミリー"
2949
 
2950
- #: ../view/wp-slimstat-reports.php:49
2951
  msgid "Human Visits (chart)"
2952
  msgstr "人間の訪問 (チャート)"
2953
 
2954
- #: ../view/wp-slimstat-reports.php:51
 
 
 
 
 
2955
  msgid "Top Languages"
2956
  msgstr "トップ 言語"
2957
 
2958
- #: ../view/wp-slimstat-reports.php:52
2959
  msgid "Top Browsers"
2960
  msgstr "トップ ブラウザ"
2961
 
2962
- #: ../view/wp-slimstat-reports.php:53
2963
  msgid "Top Service Providers"
2964
  msgstr "トップ サービスプロバイダ"
2965
 
2966
- #: ../view/wp-slimstat-reports.php:54
2967
  msgid "Top Operating Systems"
2968
  msgstr "トップ OS"
2969
 
2970
- #: ../view/wp-slimstat-reports.php:55
2971
  msgid "Top Screen Resolutions"
2972
  msgstr "トップ モニタ解像度"
2973
 
2974
- #: ../view/wp-slimstat-reports.php:58
2975
  msgid "Visit Duration"
2976
  msgstr "滞在時間"
2977
 
2978
- #: ../view/wp-slimstat-reports.php:59 ../view/wp-slimstat-reports.php:76
2979
  msgid "Recent Countries"
2980
  msgstr "最新 国"
2981
 
2982
- #: ../view/wp-slimstat-reports.php:60
2983
  msgid "Recent Screen Resolutions"
2984
  msgstr "最新 モニタ解像度"
2985
 
2986
- #: ../view/wp-slimstat-reports.php:61
2987
  msgid "Recent Operating Systems"
2988
  msgstr "最新 OS"
2989
 
2990
- #: ../view/wp-slimstat-reports.php:62
2991
  msgid "Recent Browsers"
2992
  msgstr "最新 ブラウザ"
2993
 
2994
- #: ../view/wp-slimstat-reports.php:63
2995
  msgid "Recent Languages"
2996
  msgstr "最新 言語"
2997
 
2998
- #: ../view/wp-slimstat-reports.php:64
2999
  msgid "Top Browser Families"
3000
  msgstr "トップ ブラウザファミリー"
3001
 
3002
- #: ../view/wp-slimstat-reports.php:65
3003
  msgid "Top OS Families"
3004
  msgstr "トップ OS ファミリー"
3005
 
3006
- #: ../view/wp-slimstat-reports.php:66
3007
  msgid "Recent Users"
3008
  msgstr "最新 ユーザー"
3009
 
3010
- #: ../view/wp-slimstat-reports.php:67
3011
  msgid "Top Users"
3012
  msgstr "トップ ユーザー"
3013
 
3014
- #: ../view/wp-slimstat-reports.php:68
3015
  msgid "Traffic Sources (chart)"
3016
  msgstr "参照元 (チャート)"
3017
 
3018
- #: ../view/wp-slimstat-reports.php:69
3019
  msgid "Summary"
3020
  msgstr "サマリー"
3021
 
3022
- #: ../view/wp-slimstat-reports.php:73
3023
  msgid "Top Referring Search Engines"
3024
  msgstr "トップ 検索エンジン"
3025
 
3026
- #: ../view/wp-slimstat-reports.php:77 ../view/wp-slimstat-reports.php:93
3027
  msgid "Top Landing Pages"
3028
  msgstr "トップ ランディングページ"
3029
 
3030
- #: ../view/wp-slimstat-reports.php:78
3031
  msgid "Average Pageviews per Visit (chart)"
3032
  msgstr "平均 PV / 訪問 (チャート)"
3033
 
3034
- #: ../view/wp-slimstat-reports.php:79
3035
  msgid "Recent Posts"
3036
  msgstr "最新 投稿"
3037
 
3038
- #: ../view/wp-slimstat-reports.php:80
3039
  msgid "Recent Bounce Pages"
3040
  msgstr "最新 直帰ページ"
3041
 
3042
- #: ../view/wp-slimstat-reports.php:81
3043
  msgid "Recent Feeds"
3044
  msgstr "最新 フィード"
3045
 
3046
- #: ../view/wp-slimstat-reports.php:82
3047
  msgid "Recent Pages Not Found"
3048
  msgstr "最新 404"
3049
 
3050
- #: ../view/wp-slimstat-reports.php:83
3051
  msgid "Recent Internal Searches"
3052
  msgstr "最新 サイト内検索"
3053
 
3054
- #: ../view/wp-slimstat-reports.php:84
3055
  msgid "Top Categories"
3056
  msgstr "トップ カテゴリ"
3057
 
3058
- #: ../view/wp-slimstat-reports.php:85
3059
  msgid "Recent Outbound Links"
3060
  msgstr "最新 外部リンク"
3061
 
3062
- #: ../view/wp-slimstat-reports.php:86
3063
  msgid "Recent Events"
3064
  msgstr "最新 イベント"
3065
 
3066
- #: ../view/wp-slimstat-reports.php:87
3067
  msgid "Top Posts"
3068
  msgstr "トップ 投稿"
3069
 
3070
- #: ../view/wp-slimstat-reports.php:88
3071
  msgid "Top Feeds"
3072
  msgstr "トップ フィード"
3073
 
3074
- #: ../view/wp-slimstat-reports.php:89
3075
  msgid "Top Internal Searches"
3076
  msgstr "トップ サイト内検索"
3077
 
3078
- #: ../view/wp-slimstat-reports.php:91
3079
  msgid "Recent Categories"
3080
  msgstr "最新 カテゴリ"
3081
 
3082
- #: ../view/wp-slimstat-reports.php:92
3083
  msgid "Top Pages Not Found"
3084
  msgstr "トップ 404"
3085
 
3086
- #: ../view/wp-slimstat-reports.php:94
3087
  msgid "Top Authors"
3088
  msgstr "トップ 投稿者"
3089
 
3090
- #: ../view/wp-slimstat-reports.php:95
3091
  msgid "Top Tags"
3092
  msgstr "トップ タグ"
3093
 
3094
- #: ../view/wp-slimstat-reports.php:96
3095
  msgid "Recent Downloads"
3096
  msgstr "最新 ダウンロード"
3097
 
3098
- #: ../view/wp-slimstat-reports.php:97
3099
  msgid "Top OutLinks and Downloads"
3100
  msgstr "トップ 外部リンクとダウンロード"
3101
 
3102
- #: ../view/wp-slimstat-reports.php:98
3103
  msgid "Your Website"
3104
  msgstr "あなたの Web サイト"
3105
 
3106
- #: ../view/wp-slimstat-reports.php:99
3107
  msgid "World Map"
3108
  msgstr "地域"
3109
 
3110
- #: ../view/wp-slimstat-reports.php:100
3111
- msgid "At A Glance"
3112
- msgstr "クイックビュー"
 
3113
 
3114
- #: ../view/wp-slimstat-reports.php:209
3115
  msgid "Chart controls"
3116
  msgstr "チャートの操作"
3117
 
3118
- #: ../view/wp-slimstat-reports.php:209
3119
  msgid "Use your mouse wheel to zoom in and out"
3120
  msgstr "ズームイン/アウト: マウスホイール"
3121
 
3122
- #: ../view/wp-slimstat-reports.php:209
3123
  msgid "While zooming in, drag the chart to move to a different area"
3124
  msgstr "チャートの移動: ズームイン中にドラッグ"
3125
 
3126
- #: ../view/wp-slimstat-reports.php:209
3127
  msgid "Double click on an empty region to reset the zoom level"
3128
  msgstr "ズームレベルをリセットするには空白をダブルクリックします"
3129
 
3130
- #: ../view/wp-slimstat-reports.php:210
3131
- msgid ""
3132
- "Click on a data point to display the activity chart for each hour of that day"
3133
- msgstr ""
3134
- "その日の各時間帯のアクティビティ チャートを示すデータポイントをクリックしてく"
3135
- "ださい。"
3136
-
3137
- #: ../view/wp-slimstat-reports.php:222
3138
  msgid "src"
3139
  msgstr "src"
3140
 
3141
- #: ../view/wp-slimstat-reports.php:223
3142
  msgid "serp"
3143
  msgstr "serp"
3144
 
3145
- #: ../view/wp-slimstat-reports.php:228
3146
  msgid "Go to the corresponding search engine result page"
3147
  msgstr "一致する検索エンジンの結果ページを開く"
3148
 
3149
- #: ../view/wp-slimstat-reports.php:231
3150
  msgid "Go to the referring page"
3151
  msgstr "参照元ページを開く"
3152
 
3153
- #: ../view/wp-slimstat-reports.php:254
3154
  msgid "Remove filter for"
3155
  msgstr "フィルターを除去:"
3156
 
3157
- #: ../view/wp-slimstat-reports.php:261
3158
  msgid "Reset All"
3159
  msgstr "全てのフィルターをリセット"
3160
 
3161
- #: ../view/wp-slimstat-reports.php:264
3162
  msgid "Current filters:"
3163
  msgstr "現在のフィルター:"
3164
 
3165
- #: ../view/wp-slimstat-reports.php:268
3166
  msgid "Refresh"
3167
  msgstr "更新"
3168
 
3169
- #: ../view/wp-slimstat-reports.php:305
3170
  #, php-format
3171
  msgid "Results %s - %s of %s"
3172
  msgstr "結果 %s - %s / %s"
3173
 
3174
- #: ../view/wp-slimstat-reports.php:307
3175
  msgid "Refresh in"
3176
  msgstr "更新まで"
3177
 
3178
- #: ../view/wp-slimstat-reports.php:329 ../view/wp-slimstat-reports.php:341
3179
  #, php-format
3180
  msgid "Daily %s"
3181
  msgstr "日別 %s"
3182
 
3183
- #: ../view/wp-slimstat-reports.php:332
3184
  #, php-format
3185
  msgid "%s Minute by Minute"
3186
  msgstr "1 分毎の %s"
3187
 
3188
- #: ../view/wp-slimstat-reports.php:335
3189
  #, php-format
3190
  msgid "Hourly %s"
3191
  msgstr "時間別 %s"
3192
 
3193
- #: ../view/wp-slimstat-reports.php:338
3194
  #, php-format
3195
  msgid "Monthly %s"
3196
  msgstr "月別 %s"
3197
 
3198
- #: ../view/wp-slimstat-reports.php:426
3199
  msgid "Category ID"
3200
  msgstr "カテゴリ ID"
3201
 
3202
- #: ../view/wp-slimstat-reports.php:459
3203
  msgid "OS Code"
3204
  msgstr "OSコード"
3205
 
3206
- #: ../view/wp-slimstat-reports.php:469
3207
  msgid "Referrer"
3208
  msgstr "リファラー"
3209
 
3210
- #: ../view/wp-slimstat-reports.php:493 ../view/wp-slimstat-reports.php:781
3211
- #: ../view/wp-slimstat-reports.php:790 ../view/wp-slimstat-reports.php:796
3212
- #: ../view/wp-slimstat-reports.php:802 ../view/wp-slimstat-reports.php:808
3213
- #: ../view/wp-slimstat-reports.php:814 ../view/wp-slimstat-reports.php:820
3214
- #: ../view/wp-slimstat-reports.php:826
3215
  msgid "Hits"
3216
  msgstr "ヒット"
3217
 
3218
- #: ../view/wp-slimstat-reports.php:667
3219
  msgid "Search for"
3220
  msgstr "検索"
3221
 
3222
- #: ../view/wp-slimstat-reports.php:703 ../view/wp-slimstat-reports.php:713
3223
  msgid "Source"
3224
  msgstr "参照元"
3225
 
3226
- #: ../view/wp-slimstat-reports.php:705
3227
  msgid "Keywords"
3228
  msgstr "キーワード"
3229
 
3230
- #: ../view/wp-slimstat-reports.php:713
3231
  #, php-format
3232
  msgid "Filter results where resource equals %s"
3233
  msgstr "フィルターの結果: %s"
3234
 
3235
- #: ../view/wp-slimstat-reports.php:727
 
 
 
 
 
3236
  msgid "Total Pageviews"
3237
  msgstr "総 PV"
3238
 
3239
- #: ../view/wp-slimstat-reports.php:728
3240
  msgid "DB Size"
3241
  msgstr "DB サイズ"
3242
 
3243
- #: ../view/wp-slimstat-reports.php:729
3244
  msgid "Tracking Active"
3245
  msgstr "解析を有効化"
3246
 
3247
- #: ../view/wp-slimstat-reports.php:730
3248
  msgid "Javascript Mode"
3249
  msgstr "JavaScript モード"
3250
 
3251
- #: ../view/wp-slimstat-reports.php:731
3252
  msgid "Tracking Browser Caps"
3253
  msgstr "ブラウザの機能を解析"
3254
 
3255
- #: ../view/wp-slimstat-reports.php:732
3256
  msgid "Auto purge"
3257
  msgstr "データの保存期間"
3258
 
3259
- #: ../view/wp-slimstat-reports.php:733
3260
  msgid "Oldest pageview"
3261
  msgstr "最も古いページビュー"
3262
 
3263
- #: ../view/wp-slimstat-reports.php:733
3264
  msgid "No visits"
3265
  msgstr "訪問なし"
3266
 
3267
- #: ../view/wp-slimstat-reports.php:743 ../view/wp-slimstat-reports.php:845
3268
  msgid ""
3269
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3270
  "the tracking code is executed."
@@ -3272,46 +3309,46 @@ msgstr ""
3272
  "サイト内に存在する HTML ファイルが読み込まれた回数の合計です。SlimStat は解析"
3273
  "コードが実行されるたび \"pageview\" を記録します。"
3274
 
3275
- #: ../view/wp-slimstat-reports.php:745
3276
  msgid "How many pages have been visited on average during the current period."
3277
  msgstr "訪問者が 1 回のセッション中に表示したページ数の平均を表します。"
3278
 
3279
- #: ../view/wp-slimstat-reports.php:746
3280
  msgid "Average Pageviews"
3281
  msgstr "平均 PV"
3282
 
3283
- #: ../view/wp-slimstat-reports.php:747
3284
  msgid ""
3285
  "Visitors who landed on your site after searching for a keyword on Google, "
3286
  "Yahoo, etc."
3287
  msgstr ""
3288
  "Google や Yahoo などの検索結果ページからサイトを訪れた訪問者の数を表します。"
3289
 
3290
- #: ../view/wp-slimstat-reports.php:748
3291
  msgid "From Search Results"
3292
  msgstr "検索結果からの訪問"
3293
 
3294
- #: ../view/wp-slimstat-reports.php:749
3295
  msgid ""
3296
  "Used to differentiate between multiple requests to download a file from one "
3297
  "internet address (IP) and requests originating from many distinct addresses"
3298
  msgstr "サイトを訪れた全ての IP アドレスから重複を除いた値を表します。"
3299
 
3300
- #: ../view/wp-slimstat-reports.php:750 ../view/wp-slimstat-reports.php:765
3301
- #: ../view/wp-slimstat-reports.php:1069 ../view/wp-slimstat-reports.php:1073
3302
- #: ../view/wp-slimstat-reports.php:1077
3303
  msgid "Unique IPs"
3304
  msgstr "ユニーク IP"
3305
 
3306
- #: ../view/wp-slimstat-reports.php:751
3307
  msgid "Last 5 minutes"
3308
  msgstr "過去 5 分"
3309
 
3310
- #: ../view/wp-slimstat-reports.php:752
3311
  msgid "Last 30 minutes"
3312
  msgstr "過去 30 分"
3313
 
3314
- #: ../view/wp-slimstat-reports.php:762
3315
  msgid ""
3316
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3317
  "multiple times if they perform multiple visits."
@@ -3320,89 +3357,89 @@ msgstr ""
3320
  "再度サイトを訪れた場合、その訪問は以前の訪問とは別のものとしてカウントされま"
3321
  "す。"
3322
 
3323
- #: ../view/wp-slimstat-reports.php:763
3324
  msgid "Human visits"
3325
  msgstr "人間の訪問"
3326
 
3327
- #: ../view/wp-slimstat-reports.php:764
3328
  msgid "It includes only traffic generated by human visitors."
3329
  msgstr "この値は人間の訪問者によって生成されたトラフィックのみを含みます。"
3330
 
3331
- #: ../view/wp-slimstat-reports.php:766 ../view/wp-slimstat-reports.php:857
3332
  msgid ""
3333
  "Percentage of single-page visits, i.e. visits in which the person left your "
3334
  "site from the entrance page."
3335
  msgstr "1 ページのみを閲覧してサイトを去った訪問者の割合です。"
3336
 
3337
- #: ../view/wp-slimstat-reports.php:767
3338
  msgid "Bounce rate"
3339
  msgstr "直帰率"
3340
 
3341
- #: ../view/wp-slimstat-reports.php:768
3342
  msgid "Visitors who had previously left a comment on your blog."
3343
  msgstr "以前にブログにコメントを残したことのある訪問者の数です。"
3344
 
3345
- #: ../view/wp-slimstat-reports.php:769
3346
  msgid "Known visitors"
3347
  msgstr "既知の訪問者"
3348
 
3349
- #: ../view/wp-slimstat-reports.php:770
3350
  msgid "Human users who visited your site only once."
3351
  msgstr "現在までに一度だけサイトを訪れたユーザーの数です。"
3352
 
3353
- #: ../view/wp-slimstat-reports.php:771
3354
  msgid "New visitors"
3355
  msgstr "新規の訪問者"
3356
 
3357
- #: ../view/wp-slimstat-reports.php:772
3358
  msgid "Bots"
3359
  msgstr "ボット"
3360
 
3361
- #: ../view/wp-slimstat-reports.php:773
3362
  msgid "Pages per visit"
3363
  msgstr "平均 PV"
3364
 
3365
- #: ../view/wp-slimstat-reports.php:774 ../view/wp-slimstat-reports.php:1082
3366
  msgid "Longest visit"
3367
  msgstr "最多 PV"
3368
 
3369
- #: ../view/wp-slimstat-reports.php:774
3370
  msgid "hits"
3371
  msgstr "ヒット"
3372
 
3373
- #: ../view/wp-slimstat-reports.php:792
3374
  msgid "0 - 30 seconds"
3375
  msgstr "0 - 30 秒"
3376
 
3377
- #: ../view/wp-slimstat-reports.php:798
3378
  msgid "31 - 60 seconds"
3379
  msgstr "31 - 61 秒"
3380
 
3381
- #: ../view/wp-slimstat-reports.php:804
3382
  msgid "1 - 3 minutes"
3383
  msgstr "1 - 3 分"
3384
 
3385
- #: ../view/wp-slimstat-reports.php:810
3386
  msgid "3 - 5 minutes"
3387
  msgstr "3 - 5 分"
3388
 
3389
- #: ../view/wp-slimstat-reports.php:816
3390
  msgid "5 - 7 minutes"
3391
  msgstr "5 - 7 分"
3392
 
3393
- #: ../view/wp-slimstat-reports.php:822
3394
  msgid "7 - 10 minutes"
3395
  msgstr "7 - 10 分"
3396
 
3397
- #: ../view/wp-slimstat-reports.php:828
3398
  msgid "More than 10 minutes"
3399
  msgstr "10 分以上"
3400
 
3401
- #: ../view/wp-slimstat-reports.php:837
3402
  msgid "Average time on site"
3403
  msgstr "平均滞在時間"
3404
 
3405
- #: ../view/wp-slimstat-reports.php:847
3406
  msgid ""
3407
  "A referrer (or referring site) is the site that a visitor previously visited "
3408
  "before following a link to your site."
@@ -3410,11 +3447,11 @@ msgstr ""
3410
  "リファラー (または参照元サイト) とは訪問者があなたのサイトへのリンクをクリッ"
3411
  "クする前に訪問していたサイトです。"
3412
 
3413
- #: ../view/wp-slimstat-reports.php:848
3414
  msgid "Unique Referrers"
3415
  msgstr "ユニーク リファラー"
3416
 
3417
- #: ../view/wp-slimstat-reports.php:849
3418
  msgid ""
3419
  "Visitors who visited the site by typing the URL directly into their browser. "
3420
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3425,11 +3462,11 @@ msgstr ""
3425
  "ク/お気に入り、またはリファラーを含まないローカルドキュメントや Eメール 内の"
3426
  "リンクのクリックを経由してサイトを訪れた訪問者が含まれます。"
3427
 
3428
- #: ../view/wp-slimstat-reports.php:850
3429
  msgid "Direct Pageviews"
3430
  msgstr "直接 PV"
3431
 
3432
- #: ../view/wp-slimstat-reports.php:851
3433
  msgid ""
3434
  "Visitors who came to your site via searches on Google or some other search "
3435
  "engine."
@@ -3437,11 +3474,11 @@ msgstr ""
3437
  "Google やその他の検索エンジンの検索を用いてあなたのサイトに訪れた訪問者の数で"
3438
  "す。"
3439
 
3440
- #: ../view/wp-slimstat-reports.php:852
3441
  msgid "From a search result"
3442
  msgstr "検索結果からの訪問"
3443
 
3444
- #: ../view/wp-slimstat-reports.php:853
3445
  msgid ""
3446
  "The first page that a user views during a session. This is also known as the "
3447
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3453,49 +3490,49 @@ msgstr ""
3453
  "してあなたのブログを訪れた時、表示されたページはランディングページとしてカウ"
3454
  "ントされます。"
3455
 
3456
- #: ../view/wp-slimstat-reports.php:854
3457
  msgid "Unique Landing Pages"
3458
  msgstr "ユニーク ランディングページ"
3459
 
3460
- #: ../view/wp-slimstat-reports.php:855
3461
  msgid "Number of single-page visits to your site over the selected period."
3462
  msgstr "1 ページのみを閲覧してサイトを去った訪問者の割合です。"
3463
 
3464
- #: ../view/wp-slimstat-reports.php:856
3465
  msgid "Bounce Pages"
3466
  msgstr "直帰ページ"
3467
 
3468
- #: ../view/wp-slimstat-reports.php:858
3469
  msgid "New Visitors Rate"
3470
  msgstr "新規の訪問者の割合"
3471
 
3472
- #: ../view/wp-slimstat-reports.php:859
3473
  msgid ""
3474
  "Visitors who visited the site in the last 5 minutes coming from a search "
3475
  "engine."
3476
  msgstr "過去 5 分の間に検索エンジンからサイトに訪れた訪問者の数です。"
3477
 
3478
- #: ../view/wp-slimstat-reports.php:860
3479
  msgid "Currently from search engines"
3480
  msgstr "最新 検索エンジンからの訪問"
3481
 
3482
- #: ../view/wp-slimstat-reports.php:928
3483
  msgid "Number of pages in your site included in Google's index."
3484
  msgstr "Google インデックスに含まれるサイト内のページ数です。"
3485
 
3486
- #: ../view/wp-slimstat-reports.php:929
3487
  msgid "Google Index"
3488
  msgstr "Google インデックス"
3489
 
3490
- #: ../view/wp-slimstat-reports.php:930
3491
  msgid "Number of pages, according to Google, that link back to your site."
3492
  msgstr "Google が検出したあなたのサイトへのリンクが存在するページの数です。"
3493
 
3494
- #: ../view/wp-slimstat-reports.php:931
3495
  msgid "Google Backlinks"
3496
  msgstr "Google 被リンク"
3497
 
3498
- #: ../view/wp-slimstat-reports.php:932
3499
  msgid ""
3500
  "How many times the Facebook Like button has been approximately clicked on "
3501
  "your site."
@@ -3503,923 +3540,923 @@ msgstr ""
3503
  "サイト内の Facebook いいね!ボタンが現在までにクリックされたおおよその回数で"
3504
  "す。"
3505
 
3506
- #: ../view/wp-slimstat-reports.php:933
3507
  msgid "Facebook Likes"
3508
  msgstr "Facebook いいね!"
3509
 
3510
- #: ../view/wp-slimstat-reports.php:934
3511
  msgid ""
3512
  "How many times your site has been shared by someone on the social network."
3513
  msgstr ""
3514
  "ソーシャルネットワーク上で現在までにあなたの Web サイトがシェアされた回数で"
3515
  "す。"
3516
 
3517
- #: ../view/wp-slimstat-reports.php:935
3518
  msgid "Facebook Shares"
3519
  msgstr "Facebook シェア"
3520
 
3521
- #: ../view/wp-slimstat-reports.php:936
3522
  msgid "How many times links to your website have been clicked on Facebook."
3523
  msgstr ""
3524
  "Facebook 上で現在までにあなたの Web サイトへのリンクがクリックされた回数で"
3525
  "す。"
3526
 
3527
- #: ../view/wp-slimstat-reports.php:937
3528
  msgid "Facebook Clicks"
3529
  msgstr "Facebook クリック"
3530
 
3531
- #: ../view/wp-slimstat-reports.php:938
3532
  msgid ""
3533
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3534
  "traffic data."
3535
  msgstr ""
3536
  "Alexa は商業的な Web トラフィックデータを提供する Amazon.com の子会社です。"
3537
 
3538
- #: ../view/wp-slimstat-reports.php:939
3539
  msgid "Alexa World Rank"
3540
  msgstr "Alexa 世界ランク"
3541
 
3542
- #: ../view/wp-slimstat-reports.php:940
3543
  msgid "Alexa Country Rank"
3544
  msgstr "Alexa 国別ランク"
3545
 
3546
- #: ../view/wp-slimstat-reports.php:941
3547
  msgid "Alexa Popularity"
3548
  msgstr "Alexa 人気度"
3549
 
3550
- #: ../view/wp-slimstat-reports.php:948
3551
  msgid "c-xx"
3552
  msgstr "Unkwnon"
3553
 
3554
- #: ../view/wp-slimstat-reports.php:948
3555
  msgid "c-af"
3556
  msgstr "アフガニスタン"
3557
 
3558
- #: ../view/wp-slimstat-reports.php:948
3559
  msgid "c-ax"
3560
  msgstr "オーランド諸島 (フィンランド領)"
3561
 
3562
- #: ../view/wp-slimstat-reports.php:948
3563
  msgid "c-al"
3564
  msgstr "アルバニア"
3565
 
3566
- #: ../view
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat JP\n"
4
+ "POT-Creation-Date: 2014-10-13 14:16-0500\n"
5
+ "PO-Revision-Date: 2014-10-13 14:16-0500\n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: 半月\n"
8
  "Language: ja\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
+ #: ../wp-slimstat-admin.php:490 ../wp-slimstat-admin.php:502
18
+ #: ../wp-slimstat-admin.php:505
19
  msgid "SlimStat"
20
  msgstr "SlimStat"
21
 
22
+ #: ../wp-slimstat-admin.php:491 ../view/wp-slimstat-reports.php:34
23
  msgid "Real-Time Log"
24
  msgstr "リアルタイム解析"
25
 
26
+ #: ../wp-slimstat-admin.php:492 ../wp-slimstat-admin.php:509
27
+ #: ../view/wp-slimstat-reports.php:35
28
  msgid "Overview"
29
  msgstr "概要"
30
 
31
+ #: ../wp-slimstat-admin.php:493 ../wp-slimstat-admin.php:510
32
+ #: ../view/wp-slimstat-reports.php:36
33
  msgid "Audience"
34
  msgstr "訪問者"
35
 
36
+ #: ../wp-slimstat-admin.php:494 ../wp-slimstat-admin.php:511
37
+ #: ../view/wp-slimstat-reports.php:37
38
  msgid "Site Analysis"
39
  msgstr "サイト解析"
40
 
41
+ #: ../wp-slimstat-admin.php:495 ../wp-slimstat-admin.php:512
42
+ #: ../view/index.php:178 ../view/wp-slimstat-reports.php:38
43
  msgid "Traffic Sources"
44
  msgstr "トラフィック"
45
 
46
+ #: ../wp-slimstat-admin.php:496 ../wp-slimstat-admin.php:513
47
+ #: ../view/wp-slimstat-reports.php:39
48
  msgid "Map Overlay"
49
  msgstr "地域"
50
 
51
+ #: ../wp-slimstat-admin.php:497 ../wp-slimstat-admin.php:514
52
+ #: ../view/wp-slimstat-reports.php:40
53
  msgid "Custom Reports"
54
  msgstr "カスタムレポート"
55
 
56
+ #: ../wp-slimstat-admin.php:498 ../wp-slimstat-admin.php:515
57
+ #: ../config/addons.php:29 ../config/index.php:9
58
  msgid "Add-ons"
59
  msgstr "アドオン"
60
 
61
+ #: ../wp-slimstat-admin.php:544 ../wp-slimstat-admin.php:547
62
+ #: ../config/index.php:14 ../config/index.php:138
63
  msgid "Settings"
64
  msgstr "設定"
65
 
66
+ #: ../wp-slimstat-admin.php:586
67
  msgid "Pageviews in the last 365 days"
68
  msgstr "過去 365 日のページビュー"
69
 
70
+ #: ../wp-slimstat-admin.php:614
71
  msgid "Show on screen"
72
  msgstr "表示する項目"
73
 
74
+ #: ../wp-slimstat-admin.php:642
75
  msgid "Hide this notice"
76
  msgstr "この通知を隠す"
77
 
78
+ #: ../wp-slimstat-admin.php:679
79
  msgid "There was an error updating the following options:"
80
  msgstr "以下の理由でアップデートにエラーが発生しました:"
81
 
82
+ #: ../wp-slimstat-admin.php:682
83
  msgid "Your changes have been saved."
84
  msgstr "変更を保存しました。"
85
 
86
+ #: ../wp-slimstat-admin.php:705
87
  msgid "Save Changes"
88
  msgstr "変更を保存"
89
 
90
+ #: ../wp-slimstat-admin.php:729
91
  msgid "Yes"
92
  msgstr "はい"
93
 
94
+ #: ../wp-slimstat-admin.php:730 ../view/wp-slimstat-reports.php:779
95
  msgid "No"
96
  msgstr "いいえ"
97
 
98
+ #: ../wp-slimstat-admin.php:731
99
+ msgid "Site Specific"
100
+ msgstr ""
101
+
102
+ #: ../wp-slimstat-admin.php:791
103
  msgid "Definitions"
104
  msgstr "定義"
105
 
106
+ #: ../wp-slimstat-admin.php:794
107
  msgid "Pageview"
108
  msgstr "PV"
109
 
110
+ #: ../wp-slimstat-admin.php:794
111
  msgid ""
112
  "A request to load a single HTML file (\"page\"). This should be contrasted "
113
  "with a \"hit\", which refers to a request for any file from a web server. "
118
  "は別物と考えてください。SlimStat は解析コードが実行されるたびに PV を記録しま"
119
  "す。"
120
 
121
+ #: ../wp-slimstat-admin.php:795
122
  msgid "(Human) Visit"
123
  msgstr "(人間の) 訪問"
124
 
125
+ #: ../wp-slimstat-admin.php:795
126
  msgid ""
127
  "A period of interaction between a visitor's browser and your website, ending "
128
  "when the browser is closed or when the user has been inactive on that site "
131
  "SlimStat は、訪問者がページを離脱する、ブラウザを閉じる、または 30 分以上滞在"
132
  "するまでを 1 回の訪問としてカウントします。"
133
 
134
+ #: ../wp-slimstat-admin.php:796 ../view/index.php:153 ../view/right-now.php:21
 
135
  msgid "Known Visitor"
136
  msgstr "既知の訪問者"
137
 
138
+ #: ../wp-slimstat-admin.php:796
139
  msgid ""
140
  "Any user who has left a comment on your blog, and is thus identified by "
141
  "Wordpress as a returning visitor"
143
  "ブログにコメントを残したユーザーと、WordPress によってリピーターとして確認さ"
144
  "れた訪問者を表します。"
145
 
146
+ #: ../wp-slimstat-admin.php:797
147
  msgid "Unique IP"
148
  msgstr "ユニーク IP"
149
 
150
+ #: ../wp-slimstat-admin.php:797
151
  msgid ""
152
  "Used to differentiate between multiple requests to download a file from one "
153
  "internet address (IP) and requests originating from many distinct addresses; "
159
  "ありません。例えば、同じ人物が職場と自宅から同じサイトを訪れると、ユニーク "
160
  "IP は 2 としてカウントされます。"
161
 
162
+ #: ../wp-slimstat-admin.php:798 ../wp-slimstat-admin.php:840
163
+ #: ../view/right-now.php:109 ../view/wp-slimstat-db.php:65
164
  msgid "Originating IP"
165
  msgstr "送信元 IP"
166
 
167
+ #: ../wp-slimstat-admin.php:798
168
  msgid ""
169
  "the originating IP address of a client connecting to a web server through an "
170
  "HTTP proxy or load balancer"
172
  "HTTP プロキシまたはロードバランサーを通して Web サーバーに接続したクライアン"
173
  "トの IP アドレスです。"
174
 
175
+ #: ../wp-slimstat-admin.php:799
176
  msgid "Direct Traffic"
177
  msgstr "直接アクセス"
178
 
179
+ #: ../wp-slimstat-admin.php:799
180
  msgid ""
181
  "All those people showing up to your Web site by typing in the URL of your "
182
  "Web site coming or from a bookmark; some people also call this \"default "
185
  "アドレスバーにサイト URL を直接打ち込んだ、またはブックマークからサイトを表示"
186
  "した訪問者を表します。"
187
 
188
+ #: ../wp-slimstat-admin.php:800
189
  msgid "Search Engine"
190
  msgstr "検索エンジン"
191
 
192
+ #: ../wp-slimstat-admin.php:800
193
  msgid ""
194
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
195
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
197
  "Google、Yahoo、MSN、Ask などの検索エンジンです。この値にはオーガニック検索お"
198
  "よび有料の検索トラフィックが含まれます。"
199
 
200
+ #: ../wp-slimstat-admin.php:801 ../wp-slimstat-admin.php:817
201
+ #: ../view/right-now.php:148 ../view/wp-slimstat-db.php:44
202
  msgid "Search Terms"
203
  msgstr "検索キーワード"
204
 
205
+ #: ../wp-slimstat-admin.php:801 ../wp-slimstat-admin.php:817
206
  msgid "Keywords used by your visitors to find your website on a search engine"
207
  msgstr ""
208
  "訪問者が検索エンジン上で Web サイトを見つけるために使用したキーワードを入力し"
209
  "ます。"
210
 
211
+ #: ../wp-slimstat-admin.php:802
212
  msgid "SERP"
213
  msgstr "SERP"
214
 
215
+ #: ../wp-slimstat-admin.php:802
216
  msgid ""
217
  "Short for search engine results page, the Web page that a search engine "
218
  "returns with the results of its search. The value shown represents your rank "
222
  "する検索キーワードによって生成される検索結果ページ内で、あなたのサイトがどの"
223
  "ランク (または位置) に表示されているかを表します。"
224
 
225
+ #: ../wp-slimstat-admin.php:803 ../view/wp-slimstat-db.php:57
226
  msgid "User Agent"
227
  msgstr "User Agent"
228
 
229
+ #: ../wp-slimstat-admin.php:803
230
  msgid ""
231
  "Any program used for accessing a website; this includes browsers, robots, "
232
  "spiders and any other program that was used to retrieve information from the "
236
  "します。この値にはブラウザのほか、ロボット、スパイダー、クローラーなど、サイ"
237
  "トから情報を取得するために使用されたあらゆるプログラムが含まれます。"
238
 
239
+ #: ../wp-slimstat-admin.php:804 ../view/wp-slimstat-db.php:62
240
  msgid "Outbound Link"
241
  msgstr "外部リンク"
242
 
243
+ #: ../wp-slimstat-admin.php:804
244
  msgid ""
245
  "A link from one domain to another is said to be outbound from its source "
246
  "anchor and inbound to its target. This report lists all the links to other "
249
  "外部サイトへの URL が指定されたリンクを表します。このレポートは訪問者によって"
250
  "クリックされた外部サイトへのリンクを一覧表示します。"
251
 
252
+ #: ../wp-slimstat-admin.php:811
253
  msgid "Basic Filters"
254
  msgstr "基本フィルター"
255
 
256
+ #: ../wp-slimstat-admin.php:814 ../view/wp-slimstat-db.php:41
257
  msgid "Browser"
258
  msgstr "ブラウザ"
259
 
260
+ #: ../wp-slimstat-admin.php:814
261
  msgid "User agent (Firefox, Chrome, ...)"
262
  msgstr "User Agent (Firefox、Chrome、etc) を入力します。"
263
 
264
+ #: ../wp-slimstat-admin.php:815 ../view/wp-slimstat-db.php:42
265
+ #: ../view/wp-slimstat-reports.php:490
266
  msgid "Country Code"
267
  msgstr "国コード"
268
 
269
+ #: ../wp-slimstat-admin.php:815
270
  msgid "2-letter code (us, ru, de, it, ...)"
271
  msgstr "2桁の国コード (us、ru、de、it、jp、etc) を入力します。"
272
 
273
+ #: ../wp-slimstat-admin.php:816
274
  msgid "IP"
275
  msgstr "IP"
276
 
277
+ #: ../wp-slimstat-admin.php:816
278
  msgid "Visitor's public IP address"
279
  msgstr "訪問者のグローバル IP アドレスを入力します。"
280
 
281
+ #: ../wp-slimstat-admin.php:818 ../view/wp-slimstat-db.php:45
282
+ #: ../view/wp-slimstat-reports.php:502
283
  msgid "Language Code"
284
  msgstr "言語コード"
285
 
286
+ #: ../wp-slimstat-admin.php:818
287
  msgid ""
288
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
289
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
292
  "詳細については<a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/"
293
  "library/ee825488(v=cs.20).aspx\">このページ</a>の最初の列を参照してください。"
294
 
295
+ #: ../wp-slimstat-admin.php:819 ../view/wp-slimstat-db.php:46
296
  msgid "Operating System"
297
  msgstr "OS"
298
 
299
+ #: ../wp-slimstat-admin.php:819
300
  msgid ""
301
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
302
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
306
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">この"
307
  "ページ</a>を参照してください。"
308
 
309
+ #: ../wp-slimstat-admin.php:820 ../view/wp-slimstat-db.php:47
310
  msgid "Permalink"
311
  msgstr "パーマリンク"
312
 
313
+ #: ../wp-slimstat-admin.php:820
314
  msgid "URL accessed on your site"
315
  msgstr "サイト上でアクセスされた URL を入力します。"
316
 
317
+ #: ../wp-slimstat-admin.php:821 ../view/wp-slimstat-db.php:49
318
  msgid "Referer"
319
  msgstr "リファラー"
320
 
321
+ #: ../wp-slimstat-admin.php:821
322
  msgid "Complete address of the referrer page"
323
  msgstr "参照元ページの URL を入力します。"
324
 
325
+ #: ../wp-slimstat-admin.php:822 ../view/wp-slimstat-db.php:50
326
  msgid "Visitor's Name"
327
  msgstr "訪問者名"
328
 
329
+ #: ../wp-slimstat-admin.php:822
330
  msgid ""
331
  "Visitors' names according to the cookie set by Wordpress after they leave a "
332
  "comment"
333
  msgstr ""
334
  "訪問者がコメントを残した際に保存される cookie に基づく訪問者名を入力します。"
335
 
336
+ #: ../wp-slimstat-admin.php:830
337
  msgid "Advanced Filters"
338
  msgstr "詳細フィルター"
339
 
340
+ #: ../wp-slimstat-admin.php:833 ../view/wp-slimstat-db.php:55
341
  msgid "Browser Version"
342
  msgstr "ブラウザのバージョン"
343
 
344
+ #: ../wp-slimstat-admin.php:833
345
  msgid "user agent version (9.0, 11, ...)"
346
  msgstr "User Agent のバージョン (9.0、11、etc) を入力します。"
347
 
348
+ #: ../wp-slimstat-admin.php:834 ../view/wp-slimstat-db.php:56
349
  msgid "Browser Type"
350
  msgstr "ブラウザの種類"
351
 
352
+ #: ../wp-slimstat-admin.php:834
353
  msgid ""
354
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
355
  "all others"
356
  msgstr ""
357
  "1 = 検索エンジンのクローラー、2 = 携帯端末、3 = RSSリーダー、0 = その他全て"
358
 
359
+ #: ../wp-slimstat-admin.php:835 ../view/wp-slimstat-db.php:58
360
  msgid "Color Depth"
361
  msgstr "色深度"
362
 
363
+ #: ../wp-slimstat-admin.php:835
364
  msgid "visitor's screen's color depth (8, 16, 24, ...)"
365
  msgstr "訪問者のモニターの色深度 (8、16、24、32、etc) を入力します。"
366
 
367
+ #: ../wp-slimstat-admin.php:836 ../view/wp-slimstat-db.php:59
368
  msgid "CSS Version"
369
  msgstr "CSS バージョン"
370
 
371
+ #: ../wp-slimstat-admin.php:836
372
  msgid ""
373
  "what CSS standard was supported by that browser (1, 2, 3 and other integer "
374
  "values)"
375
  msgstr ""
376
  "ブラウザによってサポートされている CSS 標準規格 (1、2、3、etc) を入力します。"
377
 
378
+ #: ../wp-slimstat-admin.php:837 ../view/wp-slimstat-db.php:60
379
  msgid "Pageview Attributes"
380
  msgstr "PV 属性"
381
 
382
+ #: ../wp-slimstat-admin.php:837
383
  msgid ""
384
  "this field is set to <em>[pre]</em> if the resource has been accessed "
385
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
390
  "した機能を通じてリソースがアクセスされた場合、<code>[pre]</code> にセットされ"
391
  "ます。"
392
 
393
+ #: ../wp-slimstat-admin.php:838 ../view/wp-slimstat-db.php:63
394
  msgid "Post Author"
395
  msgstr "投稿者"
396
 
397
+ #: ../wp-slimstat-admin.php:838
398
  msgid "author associated to that post/page when the resource was accessed"
399
  msgstr "アクセスされた投稿/ページに関連した投稿者を入力します。"
400
 
401
+ #: ../wp-slimstat-admin.php:839 ../view/wp-slimstat-db.php:64
402
  msgid "Post Category ID"
403
  msgstr "投稿カテゴリ ID"
404
 
405
+ #: ../wp-slimstat-admin.php:839
406
  msgid "ID of the category/term associated to the resource, when available"
407
  msgstr "リソースに紐づくカテゴリー/キーワード IDを入力します (有効な場合)。"
408
 
409
+ #: ../wp-slimstat-admin.php:840
410
  msgid "visitor's originating IP address, if available"
411
  msgstr "訪問者の送信元 IP を入力します (有効な場合)。"
412
 
413
+ #: ../wp-slimstat-admin.php:841 ../view/wp-slimstat-db.php:66
414
  msgid "Resource Content Type"
415
  msgstr "リソース コンテンツの種類"
416
 
417
+ #: ../wp-slimstat-admin.php:841
418
  msgid ""
419
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
420
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
428
  "\" href=\"http://wpdocs.sourceforge.jp/Conditional_Tags\">条件分岐タグ</a>マ"
429
  "ニュアルページを参照してください。"
430
 
431
+ #: ../wp-slimstat-admin.php:842 ../view/wp-slimstat-db.php:68
432
  msgid "Screen Resolution"
433
  msgstr "モニタ解像度"
434
 
435
+ #: ../wp-slimstat-admin.php:842
436
  msgid "viewport width and height (1024x768, 800x600, ...)"
437
  msgstr ""
438
  "モニタ解像度の幅と高さ (1024x768、800x600、1920x1080、etc) を入力します。"
439
 
440
+ #: ../wp-slimstat-admin.php:843 ../view/wp-slimstat-db.php:69
441
  msgid "Visit ID"
442
  msgstr "訪問 ID"
443
 
444
+ #: ../wp-slimstat-admin.php:843
445
  msgid ""
446
  "generally used in conjunction with <em>is not empty</em>, identifies human "
447
  "visitors"
449
  "一般的に、人間の訪問者を確認する際 <em>is not empy</em> と合わせて使用されま"
450
  "す。"
451
 
452
+ #: ../wp-slimstat-admin.php:844
453
  msgid "Date Filters"
454
  msgstr "期間指定"
455
 
456
+ #: ../wp-slimstat-admin.php:844
457
  msgid ""
458
  "you can specify the timeframe by entering a number in the <em>interval</em> "
459
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
463
  "期間を指定したい場合は、-1 を入力します (例: 日=1、月=1、年=空白、日間=-1で元"
464
  "旦から現在までのフィルターがセットされる)。"
465
 
466
+ #: ../wp-slimstat-admin.php:845
467
  msgid "SERP Position"
468
  msgstr "SERP ランキング"
469
 
470
+ #: ../wp-slimstat-admin.php:845
471
  msgid ""
472
  "set the filter to Referer contains cd=N&, where N is the position you are "
473
  "looking for"
522
  msgid "Views"
523
  msgstr "表示"
524
 
525
+ #: ../config/index.php:9 ../config/index.php:67
526
  msgid "Filters"
527
  msgstr "フィルター"
528
 
529
+ #: ../config/index.php:9 ../config/index.php:131
530
  msgid "Permissions"
531
  msgstr "権限"
532
 
533
+ #: ../config/index.php:9 ../config/index.php:208
534
  msgid "Advanced"
535
  msgstr "詳細"
536
 
537
+ #: ../config/index.php:9 ../config/index.php:241
538
  msgid "Maintenance"
539
  msgstr "メンテナンス"
540
 
541
+ #: ../config/index.php:20 ../config/index.php:214
542
  msgid "Tracker"
543
  msgstr "解析"
544
 
659
  msgid "Entries logged on or before %s will be permanently deleted."
660
  msgstr "%s 以前に記録されたログは完全に削除されます。"
661
 
662
+ #: ../config/index.php:31 ../view/index.php:86 ../view/wp-slimstat-db.php:76
663
+ #: ../view/wp-slimstat-reports.php:779
664
  msgid "days"
665
  msgstr "日間"
666
 
685
  msgstr "レポートで使用したい数字の書式を選択します。"
686
 
687
  #: ../config/index.php:49
688
+ #, fuzzy
689
+ msgid "Enable SOV"
690
+ msgstr "CDN を有効化"
691
+
692
+ #: ../config/index.php:49
693
+ msgid ""
694
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
695
+ "the subject, object, and verb of a sentence appear in that order, like in "
696
+ "Japanese."
697
+ msgstr ""
698
+
699
+ #: ../config/index.php:50
700
  msgid "Show Display Name"
701
  msgstr "ブログ上の表示名を表示"
702
 
703
+ #: ../config/index.php:50
704
  msgid ""
705
  "By default, users are listed by their usernames. Use this option to "
706
  "visualize their display names instead."
709
  "わりにブログ上の表示名 (例: 管理人) を表示したい場合は、このオプションを有効"
710
  "にします。"
711
 
712
+ #: ../config/index.php:51
713
  msgid "Show User Agent"
714
  msgstr "User Agent を表示"
715
 
716
+ #: ../config/index.php:51
717
  msgid ""
718
  "Choose if you want to see the browser name or a complete user agent string "
719
  "when hovering on browser icons."
720
  msgstr ""
721
  "ブラウザアイコンにカーソルを合わせた際、完全な User Agent を表示します。"
722
 
723
+ #: ../config/index.php:52
724
  msgid "Show Titles"
725
  msgstr "記事名を表示"
726
 
727
+ #: ../config/index.php:52
728
  msgid ""
729
  "Slimstat converts your permalinks into post and page titles. Disable this "
730
  "feature if you need to see the URL in your reports."
732
  "SlimStat はパーマリンクを記事名に変換します。レポートで URL を表示したい場合"
733
  "は、この機能を無効にします。"
734
 
735
+ #: ../config/index.php:53 ../view/right-now.php:152
736
+ msgid "Date and Time"
737
+ msgstr "日付と時間"
738
+
739
  #: ../config/index.php:53
740
+ msgid ""
741
+ "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
742
+ "Format</a> to use when displaying date and time of a pageview."
743
+ msgstr ""
744
+
745
+ #: ../config/index.php:55
746
  msgid "Functionality"
747
  msgstr "機能"
748
 
749
+ #: ../config/index.php:56
750
  msgid "Asynchronous Views"
751
  msgstr "非同期表示"
752
 
753
+ #: ../config/index.php:56
754
  msgid ""
755
  "Load all the reports dynamically. It makes the reports render faster, but it "
756
  "increases the load on your server."
758
  "全てのレポートを事前に読み込みます。この機能はレポートの表示を高速化します"
759
  "が、サーバーへの負荷が上昇します。"
760
 
761
+ #: ../config/index.php:57
762
  msgid "SlimScroll"
763
  msgstr "SlimScroll"
764
 
765
+ #: ../config/index.php:57
766
  msgid ""
767
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
768
  "scrollbar."
770
  "ブラウザの内蔵スクロールバーを、JQuery ライブラリを利用した滑らかな "
771
  "SlimScroll に置き換えます。"
772
 
773
+ #: ../config/index.php:58
774
  msgid "Expand Details"
775
  msgstr "詳細の展開"
776
 
777
+ #: ../config/index.php:58
778
  msgid "Expand each row's details by default, insted of on mousehover."
779
  msgstr "マウスオーバー中に表示される詳細を常に表示します。"
780
 
781
+ #: ../config/index.php:59 ../config/index.php:63
782
  msgid "Rows to Display"
783
  msgstr "表示する項目数"
784
 
785
+ #: ../config/index.php:59
786
  msgid "Specify the number of items in each report."
787
  msgstr "各レポートで表示する項目の数を指定します。"
788
 
789
+ #: ../config/index.php:61
790
  msgid "Activity Log"
791
  msgstr "リアルタイム解析"
792
 
793
+ #: ../config/index.php:62
794
  msgid "Live Stream"
795
  msgstr "ライブストリーミング"
796
 
797
+ #: ../config/index.php:62
798
+ #, fuzzy
799
  msgid ""
800
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
801
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
802
  msgstr ""
803
  "ライブビューを有効にすると、リアルタイム解析は X 秒ごとに自動でリロードされま"
804
  "す。この機能を無効にしたい場合は、<strong>0</strong> (数字の0) を入力します。"
805
 
806
+ #: ../config/index.php:62 ../config/index.php:217
807
  msgid "seconds"
808
  msgstr "秒"
809
 
810
+ #: ../config/index.php:63
811
  msgid "Specify the number of items in the Activity Log."
812
  msgstr "リアルタイム解析で表示する項目の数を指定します。"
813
 
814
+ #: ../config/index.php:64
815
  msgid "Activity Log Extended"
816
  msgstr "リアルタイムログの展開"
817
 
818
+ #: ../config/index.php:64
819
  msgid ""
820
  "Choose if you want to see outbound links listed in the Activity Log. It "
821
  "might slow down the rendering of this report."
823
  "リアルタイム解析で外部リンクを表示したい場合は、このオプションを有効にしま"
824
  "す。有効にするとレポートの表示速度が低下するかもしれません。"
825
 
826
+ #: ../config/index.php:69
827
  msgid "Visitors and Known Users"
828
  msgstr "訪問者と既知のユーザー"
829
 
830
+ #: ../config/index.php:70
831
  msgid "Track Registered Users"
832
  msgstr "登録ユーザーの解析"
833
 
834
+ #: ../config/index.php:70
835
  msgid "Enable this option to track logged in users."
836
  msgstr "ログイン中のユーザーを解析します。"
837
 
838
+ #: ../config/index.php:71
839
  msgid "Blacklist by Username"
840
  msgstr "ブラックリスト (ユーザー名)"
841
 
842
+ #: ../config/index.php:71
843
  msgid ""
844
  "List all the usernames you don't want to track, separated by commas. Please "
845
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
848
  "解析から除外したいユーザー名を、カンマで区切って入力します。スペースは無視さ"
849
  "れず、ユーザー名の大文字と小文字は区別されます。"
850
 
851
+ #: ../config/index.php:72
852
  msgid "Blacklist by IP Address"
853
  msgstr "ブラックリスト (IP アドレス)"
854
 
855
+ #: ../config/index.php:72
856
  msgid ""
857
  "List all the IP addresses you don't want to track, separated by commas. Each "
858
  "network <strong>must</strong> be defined using the <a href='http://en."
861
  "public IP and the originating IP, if available."
862
  msgstr "解析から除外したい IP アドレスを、カンマで区切って入力します。"
863
 
864
+ #: ../config/index.php:73
865
  msgid "Blacklist by Capability"
866
  msgstr "ブラックリスト (機能)"
867
 
868
+ #: ../config/index.php:73
869
  msgid ""
870
  "Users having at least one of the <a href='http://codex.wordpress.org/"
871
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
875
  "target='_new'>機能</a>のうちのいずれかを持つユーザーを解析から除外します。機"
876
  "能の大文字と小文字は区別されます。"
877
 
878
+ #: ../config/index.php:75
879
  msgid "Profiling"
880
  msgstr "プロファイリング"
881
 
882
+ #: ../config/index.php:76
883
  msgid "Ignore Spammers"
884
  msgstr "スパム投稿者を無視"
885
 
886
+ #: ../config/index.php:76
887
  msgid ""
888
  "Enable this option if you don't want to track visits from users identified "
889
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
895
  "のコメントをスパムとしてマークした場合、そのコメントを投稿したユーザーによっ"
896
  "て生成された PV もまたデータベースから除外されます。"
897
 
898
+ #: ../config/index.php:77
899
  msgid "Permalinks"
900
  msgstr "パーマリンク"
901
 
902
+ #: ../config/index.php:77
903
  msgid ""
904
  "List all the URLs on your website that you don't want to track, separated by "
905
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
916
  "abo!t</code>は /about や/abort とマッチする)。 文字列の大文字と小文字は区別さ"
917
  "れます。ドメイン名は入力しないでください。"
918
 
919
+ #: ../config/index.php:78
920
  msgid "Countries"
921
  msgstr "国"
922
 
923
+ #: ../config/index.php:78
924
  msgid ""
925
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
926
  "track, separated by commas."
928
  "解析から除外したい国コード (例: <code>en-us、it、es</code>) を、カンマで区"
929
  "切って入力します。"
930
 
931
+ #: ../config/index.php:79
932
  msgid "User Agents"
933
  msgstr "User Agents"
934
 
935
+ #: ../config/index.php:79
936
  msgid ""
937
  "Browsers (user agents) you don't want to track, separated by commas. You can "
938
  "specify the browser's version adding a slash after the name (i.e. "
949
  "code> は IE/<strong>7</strong>.0 や IE/<strong>8</strong>.0 とマッチする)。 "
950
  "文字列の大文字と小文字は区別されます。"
951
 
952
+ #: ../config/index.php:80
953
  msgid "Referring Sites"
954
  msgstr "参照元サイト"
955
 
956
+ #: ../config/index.php:80
957
  msgid ""
958
  "Referring URLs that you don't want to track, separated by commas: "
959
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
969
  "いワイルドカードまたはプロトコルのいずれかを記入してください (http://, "
970
  "https://)。"
971
 
972
+ #: ../config/index.php:82 ../config/index.php:234
973
  msgid "Miscellaneous"
974
  msgstr "その他"
975
 
976
+ #: ../config/index.php:83
977
  msgid "Enable Privacy Mode"
978
  msgstr "プライバシーモードを有効化"
979
 
980
+ #: ../config/index.php:83
981
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
982
  msgstr ""
983
  "ヨーロッパ個人情報保護法に基づき訪問者の IP アドレスの一部分を隠します。"
984
 
985
+ #: ../config/index.php:84
986
  msgid "Ignore Prefetch Requests"
987
  msgstr "リンクの先読みを無視"
988
 
989
+ #: ../config/index.php:84
990
  msgid ""
991
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
992
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
996
  "Link_prefetching_FAQ' target='_blank'>リンクの先読み機能</a>によって生成され"
997
  "るページビューの解析を防止します。"
998
 
999
+ #: ../config/index.php:100
1000
  msgid "Ignore users (username not found)"
1001
  msgstr "無効なユーザー (ユーザー名が見つかりません)"
1002
 
1003
+ #: ../config/index.php:123
1004
  msgid ""
1005
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1006
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1008
  "無効な機能です。詳細については<a href=\"http://codex.wordpress.org/"
1009
  "Roles_and_Capabilities\" target=\"_new\">このページ</a>を確認してください。"
1010
 
1011
+ #: ../config/index.php:133
1012
  msgid "Reports"
1013
  msgstr "レポート"
1014
 
1015
+ #: ../config/index.php:134
1016
  msgid "Restrict Authors"
1017
  msgstr "投稿者の制限"
1018
 
1019
+ #: ../config/index.php:134
1020
  msgid ""
1021
  "Enable this option if you want your authors to only see stats related to "
1022
  "their own content."
1023
  msgstr ""
1024
  "投稿者が自分のコンテンツに関連したレポートのみを閲覧できるようにします。"
1025
 
1026
+ #: ../config/index.php:135 ../config/index.php:139
1027
  msgid "Capability"
1028
  msgstr "機能"
1029
 
1030
+ #: ../config/index.php:135
1031
  msgid ""
1032
  "Specify the minimum <a href='http://codex.wordpress.org/"
1033
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1041
  "空にすると、下のホワイトリストでユーザーを指定しない限り、購読者を含むあらゆ"
1042
  "るユーザーがレポートにアクセスできるようになります。"
1043
 
1044
+ #: ../config/index.php:136 ../config/index.php:140
1045
  msgid "Whitelist"
1046
  msgstr "ホワイトリスト"
1047
 
1048
+ #: ../config/index.php:136
1049
  msgid ""
1050
  "List all the users who should have access to the reports, separated by "
1051
  "commas. Administrators are implicitly allowed, so you don't need to list "
1055
  "者への権限は自動で付与されるため、入力する必要はありません。ユーザー名の大文"
1056
  "字と小文字は区別されます。"
1057
 
1058
+ #: ../config/index.php:139
1059
  msgid ""
1060
  "Specify the minimum <a href='http://codex.wordpress.org/"
1061
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1067
  "<code>activate_plugins</code>)。下のホワイトリストで指定されたユーザーはこの"
1068
  "オプションを無視することができます。"
1069
 
1070
+ #: ../config/index.php:140
1071
  msgid ""
1072
  "List all the users who can edit these options, separated by commas. Please "
1073
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1077
  "の権限は自動で付与<strong>されない</strong>ため、<strong>絶対に</strong>管理"
1078
  "者名の入力を忘れないでください。ユーザー名の大文字と小文字は区別されます。"
1079
 
1080
+ #: ../config/index.php:156
1081
  msgid "Read access: username not found"
1082
  msgstr "リード アクセス: ユーザー名が見つかりません"
1083
 
1084
+ #: ../config/index.php:169 ../config/index.php:200
1085
  msgid ""
1086
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1087
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1090
  "無効な機能です。詳細については<a href=\"http://codex.wordpress.org/"
1091
  "Roles_and_Capabilities\" target=\"_new\">このページ</a>を確認してください。"
1092
 
1093
+ #: ../config/index.php:187
1094
  msgid "Config access: username not found"
1095
  msgstr "設定 アクセス: ユーザー名が見つかりません"
1096
 
1097
+ #: ../config/index.php:215
1098
  msgid "Detect Smoothing"
1099
  msgstr "スムージングの検出"
1100
 
1101
+ #: ../config/index.php:215
1102
  msgid ""
1103
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1104
  "This option required Spy Mode to be enabled."
1106
  "訪問者のブラウザーがアンチエイリアシング (フォントスムージング) をサポートし"
1107
  "ているかどうかを検出します。このオプションはスパイモードの有効化が必要です。"
1108
 
1109
+ #: ../config/index.php:216
1110
  msgid "Track Outbound Clicks"
1111
  msgstr "外部リンクのクリックを解析"
1112
 
1113
+ #: ../config/index.php:216
1114
  msgid ""
1115
  "Track when your visitors click on link to external websites. This option "
1116
  "required Spy Mode to be enabled."
1118
  "訪問者が行ったサイト外へのリンクのクリックを解析します。このオプションはスパ"
1119
  "イモードの有効化が必要です。"
1120
 
1121
+ #: ../config/index.php:217
1122
  msgid "Session Duration"
1123
  msgstr "セッション時間"
1124
 
1125
+ #: ../config/index.php:217
1126
  msgid ""
1127
  "How many seconds should a human session last? Google Analytics sets it to "
1128
  "1800 seconds."
1130
  "セッション時間の最大値を指定します。Google アナリティクスはこの値を 1800 秒に"
1131
  "設定しています。"
1132
 
1133
+ #: ../config/index.php:218
1134
  msgid "Extend Session"
1135
  msgstr "セッションの延長"
1136
 
1137
+ #: ../config/index.php:218
1138
  msgid "Extend the duration of a session each time the user visits a new page."
1139
  msgstr "訪問者が新規ページを表示するたびにセッション時間を延長します。"
1140
 
1141
+ #: ../config/index.php:219
1142
  msgid "Enable CDN"
1143
  msgstr "CDN を有効化"
1144
 
1145
+ #: ../config/index.php:219
1146
  msgid ""
1147
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1148
  "by serving our tracking code from their fast and reliable network (free "
1152
  "jsdelivr.com/' target='_blank'>JSDelivr</a> の CDN (コンテンツ・デリバリー・"
1153
  "ネットワーク) から受け取ります (無料サービス)。"
1154
 
1155
+ #: ../config/index.php:220
1156
  msgid "Extensions to Track"
1157
  msgstr "解析する拡張子"
1158
 
1159
+ #: ../config/index.php:220
1160
  msgid ""
1161
  "List all the file extensions that you want to be treated as Downloads. "
1162
  "Please note that links pointing to external resources (i.e. PDFs on a "
1168
  "pdf、doc、xls、zip etc)。外部リソースへのリンク (例: 外部サイト上にあるPDF) "
1169
  "は外部リンクではなくダウンロードとして扱われます。"
1170
 
1171
+ #: ../config/index.php:222
1172
  msgid "External Pages"
1173
  msgstr "外部ページ"
1174
 
1175
+ #: ../config/index.php:223
1176
  msgid "Add the following code to all the non-WP pages you want to track"
1177
  msgstr "解析したい WordPress 外のページに以下のコードを追記します。"
1178
 
1179
+ #: ../config/index.php:235
1180
  msgid "Debug Mode"
1181
  msgstr "デバッグモード"
1182
 
1183
+ #: ../config/index.php:235
1184
  msgid "Display the SQL queries used to retrieve the data."
1185
  msgstr "データを取得するために使用される SQL クエリを表示します。"
1186
 
1187
+ #: ../config/index.php:236
1188
  msgid "IP Lookup"
1189
  msgstr "IP Lookup"
1190
 
1191
+ #: ../config/index.php:236
1192
  msgid "Customize the Geolocation service to be used in the reports."
1193
  msgstr "レポート内で使用する位置情報サービスを変更できます。"
1194
 
1195
+ #: ../config/index.php:237
1196
  msgid "Custom CSS"
1197
  msgstr "カスタム CSS"
1198
 
1199
+ #: ../config/index.php:237
1200
  msgid ""
1201
  "Paste here your custom stylesheet to personalize the way your reports look. "
1202
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1207
  "い使い方は <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1208
  "target='_blank'>FAQ</a> をご覧ください。"
1209
 
1210
+ #: ../config/index.php:238
1211
  msgid "Enable UAN"
1212
  msgstr "UAN を有効化"
1213
 
1214
+ #: ../config/index.php:238
1215
  msgid ""
1216
  "Send anonymous data about user agents to our server for analysis. This "
1217
  "allows us to contribute to the <a href='http://browscap.org/' "
1276
  msgid "Delete pageviews where"
1277
  msgstr "削除する PV を指定"
1278
 
1279
+ #: ../config/maintenance.php:124 ../view/index.php:15
1280
  msgid "equals"
1281
  msgstr "と等しい"
1282
 
1283
+ #: ../config/maintenance.php:125 ../view/index.php:16
1284
  msgid "is not equal to"
1285
  msgstr "と等しくない"
1286
 
1287
+ #: ../config/maintenance.php:126 ../view/index.php:17
1288
  msgid "contains"
1289
  msgstr "を含む"
1290
 
1291
+ #: ../config/maintenance.php:127 ../view/index.php:18
1292
  msgid "does not contain"
1293
  msgstr "を含まない"
1294
 
1295
+ #: ../config/maintenance.php:128 ../view/index.php:19
1296
  msgid "starts with"
1297
  msgstr "で始まる"
1298
 
1299
+ #: ../config/maintenance.php:129 ../view/index.php:20
1300
  msgid "ends with"
1301
  msgstr "で終わる"
1302
 
1303
+ #: ../config/maintenance.php:130 ../view/index.php:21
1304
  msgid "sounds like"
1305
  msgstr "に近い"
1306
 
1307
+ #: ../config/maintenance.php:131 ../view/index.php:22
1308
  msgid "is greater than"
1309
  msgstr "より大きい"
1310
 
1311
+ #: ../config/maintenance.php:132 ../view/index.php:23
1312
  msgid "is less than"
1313
  msgstr "より少ない"
1314
 
1315
+ #: ../config/maintenance.php:133 ../view/index.php:25
1316
  msgid "matches"
1317
  msgstr "と一致"
1318
 
1319
+ #: ../config/maintenance.php:134 ../view/index.php:26
1320
  msgid "does not match"
1321
  msgstr "と一致しない"
1322
 
1323
+ #: ../config/maintenance.php:135 ../view/index.php:27
1324
  msgid "is empty"
1325
  msgstr "が空"
1326
 
1327
+ #: ../config/maintenance.php:136 ../view/index.php:28
1328
  msgid "is not empty"
1329
  msgstr "が空でない"
1330
 
1331
+ #: ../config/maintenance.php:139 ../view/index.php:41 ../view/index.php:87
1332
  msgid "Apply"
1333
  msgstr "適用"
1334
 
2607
  msgid "l-zu-za"
2608
  msgstr "ズールー語 (南アフリカ)"
2609
 
2610
+ #: ../lang/dynamic_strings.php:298 ../view/wp-slimstat-reports.php:503
2611
  msgid "l-"
2612
  msgstr "不明"
2613
 
2623
  msgid "c-xy"
2624
  msgstr "ローカル IP"
2625
 
2626
+ #: ../view/index.php:24
2627
+ msgid "is between (x,y)"
2628
+ msgstr ""
2629
+
2630
+ #: ../view/index.php:57 ../view/wp-slimstat-reports.php:800
2631
  msgid "Today"
2632
  msgstr "今日"
2633
 
2634
+ #: ../view/index.php:58 ../view/wp-slimstat-reports.php:801
2635
  msgid "Yesterday"
2636
  msgstr "昨日"
2637
 
2638
+ #: ../view/index.php:59
2639
  msgid "Last 7 Days"
2640
  msgstr "過去 7 日"
2641
 
2642
+ #: ../view/index.php:60
2643
  msgid "Last 60 Days"
2644
  msgstr "過去 60 日"
2645
 
2646
+ #: ../view/index.php:61
2647
  msgid "Last 90 Days"
2648
  msgstr "過去 90 日"
2649
 
2650
+ #: ../view/index.php:62
2651
  msgid "This Year So Far"
2652
  msgstr "元日から現在まで"
2653
 
2654
+ #: ../view/index.php:63
2655
  msgid "Date Range"
2656
  msgstr "期間を指定"
2657
 
2658
+ #: ../view/index.php:65 ../view/wp-slimstat-db.php:73
2659
  msgid "Day"
2660
  msgstr "日"
2661
 
2662
+ #: ../view/index.php:75 ../view/wp-slimstat-db.php:74
2663
  msgid "Month"
2664
  msgstr "月"
2665
 
2666
+ #: ../view/index.php:84 ../view/wp-slimstat-db.php:75
2667
  msgid "Year"
2668
  msgstr "年"
2669
 
2670
+ #: ../view/index.php:89
2671
  msgid "Reset Filters"
2672
  msgstr "フィルターをリセット"
2673
 
2674
+ #: ../view/index.php:130
2675
  msgid "Your report here"
2676
  msgstr "あなたのレポート"
2677
 
2678
+ #: ../view/index.php:132
2679
  msgid ""
2680
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2681
  "write a new plugin that retrieves the desired information from the database "
2689
  "wordpress.org/tags/wp-slimstat?forum_id=10\" target=\"_blank\">サポートフォー"
2690
  "ラム</a>を参照してください。"
2691
 
2692
+ #: ../view/index.php:146 ../view/wp-slimstat-reports.php:791
2693
+ #: ../view/wp-slimstat-reports.php:893 ../view/wp-slimstat-reports.php:1116
2694
  msgid "Pageviews"
2695
  msgstr "PV"
2696
 
2697
+ #: ../view/index.php:149
2698
  msgid ""
2699
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2700
  "Slimstat leverages this information to identify returning visitors. Please "
2704
  "を発行します。SlimStat はリピート訪問者を検出するためにこの情報を活用していま"
2705
  "す。この値には登録ユーザーが含まれます。"
2706
 
2707
+ #: ../view/index.php:153 ../view/index.php:191 ../view/index.php:194
2708
+ #: ../view/right-now.php:21
 
 
 
 
2709
  msgid "Color codes"
2710
  msgstr "カラーコード"
2711
 
2712
+ #: ../view/index.php:153 ../view/right-now.php:21
2713
+ #, fuzzy
2714
+ msgid "From search result page"
2715
  msgstr "検索結果ページからの訪問"
2716
 
2717
+ #: ../view/index.php:153 ../view/index.php:191 ../view/index.php:194
2718
+ #: ../view/right-now.php:21
2719
  msgid "Known Users"
2720
  msgstr "既知のユーザー"
2721
 
2722
+ #: ../view/index.php:153 ../view/index.php:191 ../view/index.php:194
2723
+ #: ../view/right-now.php:21
2724
  msgid "Other Humans"
2725
  msgstr "その他の人間"
2726
 
2727
+ #: ../view/index.php:153 ../view/right-now.php:21
2728
+ msgid "Bot or Crawler"
2729
+ msgstr "ボットまたはクローラー"
2730
+
2731
+ #: ../view/index.php:157
2732
  msgid "Keywords used by your visitors to find your website on a search engine."
2733
  msgstr ""
2734
  "訪問者が検索エンジン上で あなたの Web サイトを見つけるために使用したキーワー"
2735
  "ドです。"
2736
 
2737
+ #: ../view/index.php:160
2738
  msgid ""
2739
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2740
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2744
  "から 12 時間毎に情報を取得します。上記のフィルターはこのレポートには適用され"
2745
  "ません。"
2746
 
2747
+ #: ../view/index.php:163
2748
  msgid "Human Visits"
2749
  msgstr "人間の訪問"
2750
 
2751
+ #: ../view/index.php:166
2752
  msgid ""
2753
  "Internet Service Provider: a company which provides other companies or "
2754
  "individuals with access to the Internet. Your DSL or cable internet service "
2760
  "フィルターを設定することで、特定の IP アドレスを解析から除外することができま"
2761
  "す。"
2762
 
2763
+ #: ../view/index.php:169
2764
  msgid ""
2765
  "You can configure Slimstat to ignore a specific Country by setting the "
2766
  "corresponding filter under Settings > Slimstat > Filters."
2768
  "設定 > フィルター で対応するフィルターをセットすることで、特定の国を解析から"
2769
  "除外することができます。"
2770
 
2771
+ #: ../view/index.php:172
2772
  msgid ""
2773
  "This report shows you what user agent families (no version considered) are "
2774
  "popular among your visitors."
2775
  msgstr "このレポートは訪問者が使用しているブラウザの種類を表示します。"
2776
 
2777
+ #: ../view/index.php:175
2778
  msgid ""
2779
  "This report shows you what operating system families (no version considered) "
2780
  "are popular among your visitors."
2781
  msgstr "このレポートは訪問者が使用している OS の種類を表示します。"
2782
 
2783
+ #: ../view/index.php:181
2784
  msgid "Average Pageviews per Visit"
2785
  msgstr "平均 PV / 訪問"
2786
 
2787
+ #: ../view/index.php:184
2788
  msgid ""
2789
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2790
  "left your site from the entrance (landing) page."
2792
  "1 ページのみの訪問、またはエントランス(ランディング)ページからサイトを去った"
2793
  "訪問者が表示したページを直帰ページといいます。"
2794
 
2795
+ #: ../view/index.php:187
2796
  msgid "Searches performed using Wordpress' built-in search functionality."
2797
  msgstr "検索は WordPress のビルトイン検索機能を使用して行われました。"
2798
 
2799
+ #: ../view/index.php:191
2800
  msgid ""
2801
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2802
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2806
  "応するページ内で n 番目に存在するかを表します。<br>- <em>ID:xx</em> は、対応"
2807
  "するリンクが ID 属性を持つ際に表示されます。"
2808
 
2809
+ #: ../view/index.php:194
2810
  msgid ""
2811
  "This report lists any <em>event</em> occurred on your website. Please refer "
2812
  "to the FAQ for more information on how to leverage this functionality."
2814
  "このレポートはあなたの Web サイト上で発生した全てのイベントを一覧表示します。"
2815
  "この機能の詳しい活用方法は FAQ をご覧ください。"
2816
 
2817
+ #: ../view/index.php:197
2818
  msgid ""
2819
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2820
  "this report is not affected by the filters set here above."
2838
  msgid "Syndication Reader"
2839
  msgstr "RSS リーダー"
2840
 
2841
+ #: ../view/right-now.php:30 ../view/wp-slimstat-reports.php:438
2842
+ #: ../view/wp-slimstat-reports.php:697
2843
  msgid "No data to display"
2844
  msgstr "表示するデータがありません"
2845
 
2846
+ #: ../view/right-now.php:56 ../view/wp-slimstat-reports.php:491
2847
+ #: ../view/wp-slimstat-reports.php:740 ../view/wp-slimstat-reports.php:1004
2848
  msgid "c-"
2849
  msgstr "不明"
2850
 
2851
+ #: ../view/right-now.php:130
2852
+ msgid "Server Latency and Page Speed in milliseconds"
2853
+ msgstr ""
2854
+
2855
+ #: ../view/right-now.php:130
2856
+ msgid "SL"
2857
+ msgstr ""
2858
+
2859
+ #: ../view/right-now.php:130
2860
+ msgid "PS"
2861
+ msgstr ""
2862
+
2863
+ #: ../view/right-now.php:140 ../view/wp-slimstat-reports.php:550
2864
+ #: ../view/wp-slimstat-reports.php:554 ../view/wp-slimstat-reports.php:722
2865
+ #: ../view/wp-slimstat-reports.php:760
2866
  msgid "Open this URL in a new window"
2867
  msgstr "この URL を新規ウィンドウで開く"
2868
 
2869
+ #: ../view/right-now.php:143
2870
  msgid "Local search results page"
2871
  msgstr "サイト内検索結果ページ"
2872
 
2873
+ #: ../view/right-now.php:150
2874
  msgid "Open this referrer in a new window"
2875
  msgstr "この参照元を新規ウィンドウで開く"
2876
 
2877
+ #: ../view/right-now.php:151
2878
  msgid "Open this outbound link in a new window"
2879
  msgstr "この外部リンクを新規ウィンドウで開く"
2880
 
2881
+ #: ../view/right-now.php:153
 
 
 
 
2882
  msgid "Content Type"
2883
  msgstr "コンテンツの種類"
2884
 
2885
+ #: ../view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2886
  msgid "IP Address"
2887
  msgstr "IP アドレス"
2888
 
2889
+ #: ../view/wp-slimstat-db.php:48
2890
  msgid "Domain"
2891
  msgstr "ドメイン"
2892
 
2893
+ #: ../view/wp-slimstat-db.php:51
2894
+ msgid "Page Speed"
2895
+ msgstr ""
2896
+
2897
  #: ../view/wp-slimstat-db.php:53
2898
  msgid "-- Advanced filters --"
2899
  msgstr "-- 詳細フィルター --"
2900
 
2901
+ #: ../view/wp-slimstat-db.php:54 ../view/wp-slimstat-reports.php:64
2902
  msgid "Browser Capabilities"
2903
  msgstr "ブラウザの機能"
2904
 
2905
+ #: ../view/wp-slimstat-db.php:61
2906
+ msgid "Server Latency"
2907
+ msgstr ""
2908
+
2909
+ #: ../view/wp-slimstat-db.php:67
2910
  msgid "Resource ID"
2911
  msgstr "リソース ID"
2912
 
2913
+ #: ../view/wp-slimstat-db.php:72
2914
  msgid "Hour"
2915
  msgstr "時間"
2916
 
2917
+ #: ../view/wp-slimstat-db.php:78
2918
  msgid "Order Direction"
2919
  msgstr "並べ替え"
2920
 
2921
+ #: ../view/wp-slimstat-db.php:79
2922
  msgid "Limit Results"
2923
  msgstr "結果の制限"
2924
 
2925
+ #: ../view/wp-slimstat-db.php:80
2926
  msgid "Start From"
2927
  msgstr "から始まる"
2928
 
2929
+ #: ../view/wp-slimstat-reports.php:44
2930
  msgid "Pageviews (chart)"
2931
  msgstr "PV (チャート)"
2932
 
2933
+ #: ../view/wp-slimstat-reports.php:45
2934
  msgid "About Slimstat"
2935
  msgstr "SlimStat について"
2936
 
2937
+ #: ../view/wp-slimstat-reports.php:46
2938
  msgid "At a Glance"
2939
  msgstr "クイックビュー"
2940
 
2941
+ #: ../view/wp-slimstat-reports.php:47
2942
  msgid "Currently Online"
2943
  msgstr "現在の閲覧者"
2944
 
2945
+ #: ../view/wp-slimstat-reports.php:48 ../view/wp-slimstat-reports.php:82
2946
  msgid "Spy View"
2947
  msgstr "スパイビュー"
2948
 
2949
+ #: ../view/wp-slimstat-reports.php:49 ../view/wp-slimstat-reports.php:83
2950
  msgid "Recent Search Terms"
2951
  msgstr "最新 検索キーワード"
2952
 
2953
+ #: ../view/wp-slimstat-reports.php:50
2954
  msgid "Top Pages"
2955
  msgstr "トップ ページ"
2956
 
2957
+ #: ../view/wp-slimstat-reports.php:51 ../view/wp-slimstat-reports.php:80
2958
  msgid "Top Traffic Sources"
2959
  msgstr "トップ 参照元"
2960
 
2961
+ #: ../view/wp-slimstat-reports.php:52
2962
  msgid "Top Known Visitors"
2963
  msgstr "トップ 既知の訪問者"
2964
 
2965
+ #: ../view/wp-slimstat-reports.php:53 ../view/wp-slimstat-reports.php:78
2966
+ #: ../view/wp-slimstat-reports.php:98
2967
  msgid "Top Search Terms"
2968
  msgstr "トップ 検索キーワード"
2969
 
2970
+ #: ../view/wp-slimstat-reports.php:54 ../view/wp-slimstat-reports.php:65
2971
+ #: ../view/wp-slimstat-reports.php:79
2972
  msgid "Top Countries"
2973
  msgstr "トップ 国"
2974
 
2975
+ #: ../view/wp-slimstat-reports.php:55
2976
  msgid "Rankings"
2977
  msgstr "ランキング"
2978
 
2979
+ #: ../view/wp-slimstat-reports.php:56
2980
  msgid "Top Language Families"
2981
  msgstr "トップ 言語ファミリー"
2982
 
2983
+ #: ../view/wp-slimstat-reports.php:57
2984
  msgid "Human Visits (chart)"
2985
  msgstr "人間の訪問 (チャート)"
2986
 
2987
+ #: ../view/wp-slimstat-reports.php:58
2988
+ #, fuzzy
2989
+ msgid "Audience Overview"
2990
+ msgstr "概要"
2991
+
2992
+ #: ../view/wp-slimstat-reports.php:59
2993
  msgid "Top Languages"
2994
  msgstr "トップ 言語"
2995
 
2996
+ #: ../view/wp-slimstat-reports.php:60
2997
  msgid "Top Browsers"
2998
  msgstr "トップ ブラウザ"
2999
 
3000
+ #: ../view/wp-slimstat-reports.php:61
3001
  msgid "Top Service Providers"
3002
  msgstr "トップ サービスプロバイダ"
3003
 
3004
+ #: ../view/wp-slimstat-reports.php:62
3005
  msgid "Top Operating Systems"
3006
  msgstr "トップ OS"
3007
 
3008
+ #: ../view/wp-slimstat-reports.php:63
3009
  msgid "Top Screen Resolutions"
3010
  msgstr "トップ モニタ解像度"
3011
 
3012
+ #: ../view/wp-slimstat-reports.php:66
3013
  msgid "Visit Duration"
3014
  msgstr "滞在時間"
3015
 
3016
+ #: ../view/wp-slimstat-reports.php:67 ../view/wp-slimstat-reports.php:84
3017
  msgid "Recent Countries"
3018
  msgstr "最新 国"
3019
 
3020
+ #: ../view/wp-slimstat-reports.php:68
3021
  msgid "Recent Screen Resolutions"
3022
  msgstr "最新 モニタ解像度"
3023
 
3024
+ #: ../view/wp-slimstat-reports.php:69
3025
  msgid "Recent Operating Systems"
3026
  msgstr "最新 OS"
3027
 
3028
+ #: ../view/wp-slimstat-reports.php:70
3029
  msgid "Recent Browsers"
3030
  msgstr "最新 ブラウザ"
3031
 
3032
+ #: ../view/wp-slimstat-reports.php:71
3033
  msgid "Recent Languages"
3034
  msgstr "最新 言語"
3035
 
3036
+ #: ../view/wp-slimstat-reports.php:72
3037
  msgid "Top Browser Families"
3038
  msgstr "トップ ブラウザファミリー"
3039
 
3040
+ #: ../view/wp-slimstat-reports.php:73
3041
  msgid "Top OS Families"
3042
  msgstr "トップ OS ファミリー"
3043
 
3044
+ #: ../view/wp-slimstat-reports.php:74
3045
  msgid "Recent Users"
3046
  msgstr "最新 ユーザー"
3047
 
3048
+ #: ../view/wp-slimstat-reports.php:75
3049
  msgid "Top Users"
3050
  msgstr "トップ ユーザー"
3051
 
3052
+ #: ../view/wp-slimstat-reports.php:76
3053
  msgid "Traffic Sources (chart)"
3054
  msgstr "参照元 (チャート)"
3055
 
3056
+ #: ../view/wp-slimstat-reports.php:77
3057
  msgid "Summary"
3058
  msgstr "サマリー"
3059
 
3060
+ #: ../view/wp-slimstat-reports.php:81
3061
  msgid "Top Referring Search Engines"
3062
  msgstr "トップ 検索エンジン"
3063
 
3064
+ #: ../view/wp-slimstat-reports.php:85 ../view/wp-slimstat-reports.php:101
3065
  msgid "Top Landing Pages"
3066
  msgstr "トップ ランディングページ"
3067
 
3068
+ #: ../view/wp-slimstat-reports.php:86
3069
  msgid "Average Pageviews per Visit (chart)"
3070
  msgstr "平均 PV / 訪問 (チャート)"
3071
 
3072
+ #: ../view/wp-slimstat-reports.php:87
3073
  msgid "Recent Posts"
3074
  msgstr "最新 投稿"
3075
 
3076
+ #: ../view/wp-slimstat-reports.php:88
3077
  msgid "Recent Bounce Pages"
3078
  msgstr "最新 直帰ページ"
3079
 
3080
+ #: ../view/wp-slimstat-reports.php:89
3081
  msgid "Recent Feeds"
3082
  msgstr "最新 フィード"
3083
 
3084
+ #: ../view/wp-slimstat-reports.php:90
3085
  msgid "Recent Pages Not Found"
3086
  msgstr "最新 404"
3087
 
3088
+ #: ../view/wp-slimstat-reports.php:91
3089
  msgid "Recent Internal Searches"
3090
  msgstr "最新 サイト内検索"
3091
 
3092
+ #: ../view/wp-slimstat-reports.php:92
3093
  msgid "Top Categories"
3094
  msgstr "トップ カテゴリ"
3095
 
3096
+ #: ../view/wp-slimstat-reports.php:93
3097
  msgid "Recent Outbound Links"
3098
  msgstr "最新 外部リンク"
3099
 
3100
+ #: ../view/wp-slimstat-reports.php:94
3101
  msgid "Recent Events"
3102
  msgstr "最新 イベント"
3103
 
3104
+ #: ../view/wp-slimstat-reports.php:95
3105
  msgid "Top Posts"
3106
  msgstr "トップ 投稿"
3107
 
3108
+ #: ../view/wp-slimstat-reports.php:96
3109
  msgid "Top Feeds"
3110
  msgstr "トップ フィード"
3111
 
3112
+ #: ../view/wp-slimstat-reports.php:97
3113
  msgid "Top Internal Searches"
3114
  msgstr "トップ サイト内検索"
3115
 
3116
+ #: ../view/wp-slimstat-reports.php:99
3117
  msgid "Recent Categories"
3118
  msgstr "最新 カテゴリ"
3119
 
3120
+ #: ../view/wp-slimstat-reports.php:100
3121
  msgid "Top Pages Not Found"
3122
  msgstr "トップ 404"
3123
 
3124
+ #: ../view/wp-slimstat-reports.php:102
3125
  msgid "Top Authors"
3126
  msgstr "トップ 投稿者"
3127
 
3128
+ #: ../view/wp-slimstat-reports.php:103
3129
  msgid "Top Tags"
3130
  msgstr "トップ タグ"
3131
 
3132
+ #: ../view/wp-slimstat-reports.php:104
3133
  msgid "Recent Downloads"
3134
  msgstr "最新 ダウンロード"
3135
 
3136
+ #: ../view/wp-slimstat-reports.php:105
3137
  msgid "Top OutLinks and Downloads"
3138
  msgstr "トップ 外部リンクとダウンロード"
3139
 
3140
+ #: ../view/wp-slimstat-reports.php:106
3141
  msgid "Your Website"
3142
  msgstr "あなたの Web サイト"
3143
 
3144
+ #: ../view/wp-slimstat-reports.php:107
3145
  msgid "World Map"
3146
  msgstr "地域"
3147
 
3148
+ #: ../view/wp-slimstat-reports.php:108
3149
+ #, fuzzy
3150
+ msgid "Activity"
3151
+ msgstr "リアルタイム解析"
3152
 
3153
+ #: ../view/wp-slimstat-reports.php:219
3154
  msgid "Chart controls"
3155
  msgstr "チャートの操作"
3156
 
3157
+ #: ../view/wp-slimstat-reports.php:219
3158
  msgid "Use your mouse wheel to zoom in and out"
3159
  msgstr "ズームイン/アウト: マウスホイール"
3160
 
3161
+ #: ../view/wp-slimstat-reports.php:219
3162
  msgid "While zooming in, drag the chart to move to a different area"
3163
  msgstr "チャートの移動: ズームイン中にドラッグ"
3164
 
3165
+ #: ../view/wp-slimstat-reports.php:219
3166
  msgid "Double click on an empty region to reset the zoom level"
3167
  msgstr "ズームレベルをリセットするには空白をダブルクリックします"
3168
 
3169
+ #: ../view/wp-slimstat-reports.php:232
 
 
 
 
 
 
 
3170
  msgid "src"
3171
  msgstr "src"
3172
 
3173
+ #: ../view/wp-slimstat-reports.php:233
3174
  msgid "serp"
3175
  msgstr "serp"
3176
 
3177
+ #: ../view/wp-slimstat-reports.php:238
3178
  msgid "Go to the corresponding search engine result page"
3179
  msgstr "一致する検索エンジンの結果ページを開く"
3180
 
3181
+ #: ../view/wp-slimstat-reports.php:241
3182
  msgid "Go to the referring page"
3183
  msgstr "参照元ページを開く"
3184
 
3185
+ #: ../view/wp-slimstat-reports.php:264
3186
  msgid "Remove filter for"
3187
  msgstr "フィルターを除去:"
3188
 
3189
+ #: ../view/wp-slimstat-reports.php:271
3190
  msgid "Reset All"
3191
  msgstr "全てのフィルターをリセット"
3192
 
3193
+ #: ../view/wp-slimstat-reports.php:274
3194
  msgid "Current filters:"
3195
  msgstr "現在のフィルター:"
3196
 
3197
+ #: ../view/wp-slimstat-reports.php:278
3198
  msgid "Refresh"
3199
  msgstr "更新"
3200
 
3201
+ #: ../view/wp-slimstat-reports.php:352
3202
  #, php-format
3203
  msgid "Results %s - %s of %s"
3204
  msgstr "結果 %s - %s / %s"
3205
 
3206
+ #: ../view/wp-slimstat-reports.php:354
3207
  msgid "Refresh in"
3208
  msgstr "更新まで"
3209
 
3210
+ #: ../view/wp-slimstat-reports.php:376 ../view/wp-slimstat-reports.php:388
3211
  #, php-format
3212
  msgid "Daily %s"
3213
  msgstr "日別 %s"
3214
 
3215
+ #: ../view/wp-slimstat-reports.php:379
3216
  #, php-format
3217
  msgid "%s Minute by Minute"
3218
  msgstr "1 分毎の %s"
3219
 
3220
+ #: ../view/wp-slimstat-reports.php:382
3221
  #, php-format
3222
  msgid "Hourly %s"
3223
  msgstr "時間別 %s"
3224
 
3225
+ #: ../view/wp-slimstat-reports.php:385
3226
  #, php-format
3227
  msgid "Monthly %s"
3228
  msgstr "月別 %s"
3229
 
3230
+ #: ../view/wp-slimstat-reports.php:473
3231
  msgid "Category ID"
3232
  msgstr "カテゴリ ID"
3233
 
3234
+ #: ../view/wp-slimstat-reports.php:506
3235
  msgid "OS Code"
3236
  msgstr "OSコード"
3237
 
3238
+ #: ../view/wp-slimstat-reports.php:516
3239
  msgid "Referrer"
3240
  msgstr "リファラー"
3241
 
3242
+ #: ../view/wp-slimstat-reports.php:540 ../view/wp-slimstat-reports.php:828
3243
+ #: ../view/wp-slimstat-reports.php:837 ../view/wp-slimstat-reports.php:843
3244
+ #: ../view/wp-slimstat-reports.php:849 ../view/wp-slimstat-reports.php:855
3245
+ #: ../view/wp-slimstat-reports.php:861 ../view/wp-slimstat-reports.php:867
3246
+ #: ../view/wp-slimstat-reports.php:873
3247
  msgid "Hits"
3248
  msgstr "ヒット"
3249
 
3250
+ #: ../view/wp-slimstat-reports.php:714
3251
  msgid "Search for"
3252
  msgstr "検索"
3253
 
3254
+ #: ../view/wp-slimstat-reports.php:750 ../view/wp-slimstat-reports.php:760
3255
  msgid "Source"
3256
  msgstr "参照元"
3257
 
3258
+ #: ../view/wp-slimstat-reports.php:752
3259
  msgid "Keywords"
3260
  msgstr "キーワード"
3261
 
3262
+ #: ../view/wp-slimstat-reports.php:760
3263
  #, php-format
3264
  msgid "Filter results where resource equals %s"
3265
  msgstr "フィルターの結果: %s"
3266
 
3267
+ #: ../view/wp-slimstat-reports.php:761
3268
+ #, fuzzy
3269
+ msgid "Link Details"
3270
+ msgstr "詳細の展開"
3271
+
3272
+ #: ../view/wp-slimstat-reports.php:774
3273
  msgid "Total Pageviews"
3274
  msgstr "総 PV"
3275
 
3276
+ #: ../view/wp-slimstat-reports.php:775
3277
  msgid "DB Size"
3278
  msgstr "DB サイズ"
3279
 
3280
+ #: ../view/wp-slimstat-reports.php:776
3281
  msgid "Tracking Active"
3282
  msgstr "解析を有効化"
3283
 
3284
+ #: ../view/wp-slimstat-reports.php:777
3285
  msgid "Javascript Mode"
3286
  msgstr "JavaScript モード"
3287
 
3288
+ #: ../view/wp-slimstat-reports.php:778
3289
  msgid "Tracking Browser Caps"
3290
  msgstr "ブラウザの機能を解析"
3291
 
3292
+ #: ../view/wp-slimstat-reports.php:779
3293
  msgid "Auto purge"
3294
  msgstr "データの保存期間"
3295
 
3296
+ #: ../view/wp-slimstat-reports.php:780
3297
  msgid "Oldest pageview"
3298
  msgstr "最も古いページビュー"
3299
 
3300
+ #: ../view/wp-slimstat-reports.php:780
3301
  msgid "No visits"
3302
  msgstr "訪問なし"
3303
 
3304
+ #: ../view/wp-slimstat-reports.php:790 ../view/wp-slimstat-reports.php:892
3305
  msgid ""
3306
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3307
  "the tracking code is executed."
3309
  "サイト内に存在する HTML ファイルが読み込まれた回数の合計です。SlimStat は解析"
3310
  "コードが実行されるたび \"pageview\" を記録します。"
3311
 
3312
+ #: ../view/wp-slimstat-reports.php:792
3313
  msgid "How many pages have been visited on average during the current period."
3314
  msgstr "訪問者が 1 回のセッション中に表示したページ数の平均を表します。"
3315
 
3316
+ #: ../view/wp-slimstat-reports.php:793
3317
  msgid "Average Pageviews"
3318
  msgstr "平均 PV"
3319
 
3320
+ #: ../view/wp-slimstat-reports.php:794
3321
  msgid ""
3322
  "Visitors who landed on your site after searching for a keyword on Google, "
3323
  "Yahoo, etc."
3324
  msgstr ""
3325
  "Google や Yahoo などの検索結果ページからサイトを訪れた訪問者の数を表します。"
3326
 
3327
+ #: ../view/wp-slimstat-reports.php:795
3328
  msgid "From Search Results"
3329
  msgstr "検索結果からの訪問"
3330
 
3331
+ #: ../view/wp-slimstat-reports.php:796
3332
  msgid ""
3333
  "Used to differentiate between multiple requests to download a file from one "
3334
  "internet address (IP) and requests originating from many distinct addresses"
3335
  msgstr "サイトを訪れた全ての IP アドレスから重複を除いた値を表します。"
3336
 
3337
+ #: ../view/wp-slimstat-reports.php:797 ../view/wp-slimstat-reports.php:812
3338
+ #: ../view/wp-slimstat-reports.php:1116 ../view/wp-slimstat-reports.php:1120
3339
+ #: ../view/wp-slimstat-reports.php:1124
3340
  msgid "Unique IPs"
3341
  msgstr "ユニーク IP"
3342
 
3343
+ #: ../view/wp-slimstat-reports.php:798
3344
  msgid "Last 5 minutes"
3345
  msgstr "過去 5 分"
3346
 
3347
+ #: ../view/wp-slimstat-reports.php:799
3348
  msgid "Last 30 minutes"
3349
  msgstr "過去 30 分"
3350
 
3351
+ #: ../view/wp-slimstat-reports.php:809
3352
  msgid ""
3353
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3354
  "multiple times if they perform multiple visits."
3357
  "再度サイトを訪れた場合、その訪問は以前の訪問とは別のものとしてカウントされま"
3358
  "す。"
3359
 
3360
+ #: ../view/wp-slimstat-reports.php:810
3361
  msgid "Human visits"
3362
  msgstr "人間の訪問"
3363
 
3364
+ #: ../view/wp-slimstat-reports.php:811
3365
  msgid "It includes only traffic generated by human visitors."
3366
  msgstr "この値は人間の訪問者によって生成されたトラフィックのみを含みます。"
3367
 
3368
+ #: ../view/wp-slimstat-reports.php:813 ../view/wp-slimstat-reports.php:904
3369
  msgid ""
3370
  "Percentage of single-page visits, i.e. visits in which the person left your "
3371
  "site from the entrance page."
3372
  msgstr "1 ページのみを閲覧してサイトを去った訪問者の割合です。"
3373
 
3374
+ #: ../view/wp-slimstat-reports.php:814
3375
  msgid "Bounce rate"
3376
  msgstr "直帰率"
3377
 
3378
+ #: ../view/wp-slimstat-reports.php:815
3379
  msgid "Visitors who had previously left a comment on your blog."
3380
  msgstr "以前にブログにコメントを残したことのある訪問者の数です。"
3381
 
3382
+ #: ../view/wp-slimstat-reports.php:816
3383
  msgid "Known visitors"
3384
  msgstr "既知の訪問者"
3385
 
3386
+ #: ../view/wp-slimstat-reports.php:817
3387
  msgid "Human users who visited your site only once."
3388
  msgstr "現在までに一度だけサイトを訪れたユーザーの数です。"
3389
 
3390
+ #: ../view/wp-slimstat-reports.php:818
3391
  msgid "New visitors"
3392
  msgstr "新規の訪問者"
3393
 
3394
+ #: ../view/wp-slimstat-reports.php:819
3395
  msgid "Bots"
3396
  msgstr "ボット"
3397
 
3398
+ #: ../view/wp-slimstat-reports.php:820
3399
  msgid "Pages per visit"
3400
  msgstr "平均 PV"
3401
 
3402
+ #: ../view/wp-slimstat-reports.php:821 ../view/wp-slimstat-reports.php:1129
3403
  msgid "Longest visit"
3404
  msgstr "最多 PV"
3405
 
3406
+ #: ../view/wp-slimstat-reports.php:821
3407
  msgid "hits"
3408
  msgstr "ヒット"
3409
 
3410
+ #: ../view/wp-slimstat-reports.php:839
3411
  msgid "0 - 30 seconds"
3412
  msgstr "0 - 30 秒"
3413
 
3414
+ #: ../view/wp-slimstat-reports.php:845
3415
  msgid "31 - 60 seconds"
3416
  msgstr "31 - 61 秒"
3417
 
3418
+ #: ../view/wp-slimstat-reports.php:851
3419
  msgid "1 - 3 minutes"
3420
  msgstr "1 - 3 分"
3421
 
3422
+ #: ../view/wp-slimstat-reports.php:857
3423
  msgid "3 - 5 minutes"
3424
  msgstr "3 - 5 分"
3425
 
3426
+ #: ../view/wp-slimstat-reports.php:863
3427
  msgid "5 - 7 minutes"
3428
  msgstr "5 - 7 分"
3429
 
3430
+ #: ../view/wp-slimstat-reports.php:869
3431
  msgid "7 - 10 minutes"
3432
  msgstr "7 - 10 分"
3433
 
3434
+ #: ../view/wp-slimstat-reports.php:875
3435
  msgid "More than 10 minutes"
3436
  msgstr "10 分以上"
3437
 
3438
+ #: ../view/wp-slimstat-reports.php:884
3439
  msgid "Average time on site"
3440
  msgstr "平均滞在時間"
3441
 
3442
+ #: ../view/wp-slimstat-reports.php:894
3443
  msgid ""
3444
  "A referrer (or referring site) is the site that a visitor previously visited "
3445
  "before following a link to your site."
3447
  "リファラー (または参照元サイト) とは訪問者があなたのサイトへのリンクをクリッ"
3448
  "クする前に訪問していたサイトです。"
3449
 
3450
+ #: ../view/wp-slimstat-reports.php:895
3451
  msgid "Unique Referrers"
3452
  msgstr "ユニーク リファラー"
3453
 
3454
+ #: ../view/wp-slimstat-reports.php:896
3455
  msgid ""
3456
  "Visitors who visited the site by typing the URL directly into their browser. "
3457
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3462
  "ク/お気に入り、またはリファラーを含まないローカルドキュメントや Eメール 内の"
3463
  "リンクのクリックを経由してサイトを訪れた訪問者が含まれます。"
3464
 
3465
+ #: ../view/wp-slimstat-reports.php:897
3466
  msgid "Direct Pageviews"
3467
  msgstr "直接 PV"
3468
 
3469
+ #: ../view/wp-slimstat-reports.php:898
3470
  msgid ""
3471
  "Visitors who came to your site via searches on Google or some other search "
3472
  "engine."
3474
  "Google やその他の検索エンジンの検索を用いてあなたのサイトに訪れた訪問者の数で"
3475
  "す。"
3476
 
3477
+ #: ../view/wp-slimstat-reports.php:899
3478
  msgid "From a search result"
3479
  msgstr "検索結果からの訪問"
3480
 
3481
+ #: ../view/wp-slimstat-reports.php:900
3482
  msgid ""
3483
  "The first page that a user views during a session. This is also known as the "
3484
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3490
  "してあなたのブログを訪れた時、表示されたページはランディングページとしてカウ"
3491
  "ントされます。"
3492
 
3493
+ #: ../view/wp-slimstat-reports.php:901
3494
  msgid "Unique Landing Pages"
3495
  msgstr "ユニーク ランディングページ"
3496
 
3497
+ #: ../view/wp-slimstat-reports.php:902
3498
  msgid "Number of single-page visits to your site over the selected period."
3499
  msgstr "1 ページのみを閲覧してサイトを去った訪問者の割合です。"
3500
 
3501
+ #: ../view/wp-slimstat-reports.php:903
3502
  msgid "Bounce Pages"
3503
  msgstr "直帰ページ"
3504
 
3505
+ #: ../view/wp-slimstat-reports.php:905
3506
  msgid "New Visitors Rate"
3507
  msgstr "新規の訪問者の割合"
3508
 
3509
+ #: ../view/wp-slimstat-reports.php:906
3510
  msgid ""
3511
  "Visitors who visited the site in the last 5 minutes coming from a search "
3512
  "engine."
3513
  msgstr "過去 5 分の間に検索エンジンからサイトに訪れた訪問者の数です。"
3514
 
3515
+ #: ../view/wp-slimstat-reports.php:907
3516
  msgid "Currently from search engines"
3517
  msgstr "最新 検索エンジンからの訪問"
3518
 
3519
+ #: ../view/wp-slimstat-reports.php:975
3520
  msgid "Number of pages in your site included in Google's index."
3521
  msgstr "Google インデックスに含まれるサイト内のページ数です。"
3522
 
3523
+ #: ../view/wp-slimstat-reports.php:976
3524
  msgid "Google Index"
3525
  msgstr "Google インデックス"
3526
 
3527
+ #: ../view/wp-slimstat-reports.php:977
3528
  msgid "Number of pages, according to Google, that link back to your site."
3529
  msgstr "Google が検出したあなたのサイトへのリンクが存在するページの数です。"
3530
 
3531
+ #: ../view/wp-slimstat-reports.php:978
3532
  msgid "Google Backlinks"
3533
  msgstr "Google 被リンク"
3534
 
3535
+ #: ../view/wp-slimstat-reports.php:979
3536
  msgid ""
3537
  "How many times the Facebook Like button has been approximately clicked on "
3538
  "your site."
3540
  "サイト内の Facebook いいね!ボタンが現在までにクリックされたおおよその回数で"
3541
  "す。"
3542
 
3543
+ #: ../view/wp-slimstat-reports.php:980
3544
  msgid "Facebook Likes"
3545
  msgstr "Facebook いいね!"
3546
 
3547
+ #: ../view/wp-slimstat-reports.php:981
3548
  msgid ""
3549
  "How many times your site has been shared by someone on the social network."
3550
  msgstr ""
3551
  "ソーシャルネットワーク上で現在までにあなたの Web サイトがシェアされた回数で"
3552
  "す。"
3553
 
3554
+ #: ../view/wp-slimstat-reports.php:982
3555
  msgid "Facebook Shares"
3556
  msgstr "Facebook シェア"
3557
 
3558
+ #: ../view/wp-slimstat-reports.php:983
3559
  msgid "How many times links to your website have been clicked on Facebook."
3560
  msgstr ""
3561
  "Facebook 上で現在までにあなたの Web サイトへのリンクがクリックされた回数で"
3562
  "す。"
3563
 
3564
+ #: ../view/wp-slimstat-reports.php:984
3565
  msgid "Facebook Clicks"
3566
  msgstr "Facebook クリック"
3567
 
3568
+ #: ../view/wp-slimstat-reports.php:985
3569
  msgid ""
3570
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3571
  "traffic data."
3572
  msgstr ""
3573
  "Alexa は商業的な Web トラフィックデータを提供する Amazon.com の子会社です。"
3574
 
3575
+ #: ../view/wp-slimstat-reports.php:986
3576
  msgid "Alexa World Rank"
3577
  msgstr "Alexa 世界ランク"
3578
 
3579
+ #: ../view/wp-slimstat-reports.php:987
3580
  msgid "Alexa Country Rank"
3581
  msgstr "Alexa 国別ランク"
3582
 
3583
+ #: ../view/wp-slimstat-reports.php:988
3584
  msgid "Alexa Popularity"
3585
  msgstr "Alexa 人気度"
3586
 
3587
+ #: ../view/wp-slimstat-reports.php:995
3588
  msgid "c-xx"
3589
  msgstr "Unkwnon"
3590
 
3591
+ #: ../view/wp-slimstat-reports.php:995
3592
  msgid "c-af"
3593
  msgstr "アフガニスタン"
3594
 
3595
+ #: ../view/wp-slimstat-reports.php:995
3596
  msgid "c-ax"
3597
  msgstr "オーランド諸島 (フィンランド領)"
3598
 
3599
+ #: ../view/wp-slimstat-reports.php:995
3600
  msgid "c-al"
3601
  msgstr "アルバニア"
3602