Slimstat Analytics - Version 4.1.4

Version Description

  • [Note] If you have a custom report that is still using the Custom Reports tab, please note that this approach is about to be deprecated. We are working on the documentation to explain how to use the new method.
  • [Note] Our partners over at Browscap.org just released a new version of their database. We're working on compiling our optimized version for it, to be included soon in our package.
  • [New] You can now hide your active Slimstat add-ons, so that the list of plugins in your WordPress dashboard is not so crowded. Go to Settings > General > WordPress integration and activate the corresponding option.
  • [Update] Outbound links in the Real-Time Log were restored, along with screen resolutions and a first pass of code optimizations for this crucial report.
  • [Update] Added some new OS Families to the tracker (certain flavors of Blackberry and Linux, plus Fire OS).
  • [Update] We are updating all our premium add-ons to use the same update checker library (now moved to Slimstat as a shared resource). This allows third party developers to leverage the same library in case they want to offer a similar functionality for automatic updates.
  • [Fix] A residue column from the old database structure was preventing the archive script from working as expected.
  • [Fix] Bottom pagination for the Real-Time Log has been restored.
  • [Fix] The Screen Options toggle was not working as expected for certain hidden reports.
  • [Fix] Implemented code optimizations that allowed us to remove some unnecessary SQL queries. This will further improve your reports' performance.
  • [Fix] We've updated our code to not drop the old ip/other_ip columns anymore, in case something goes wrong during the update.
  • [Fix] Top Language Families and OS Families were showing duplicates and wrong percentages.
  • [Fix] Top Categories report was throwing a warning message under certain circumstances.
Download this release

Release Info

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

Code changes from version 4.1.3.2 to 4.1.4

admin/config/addons.php CHANGED
@@ -72,7 +72,7 @@ if (!is_array($list_addons)){
72
  <div class="active second">
73
  License Key: <input type="text" name="licenses[<?php echo $a_addon['slug'] ?>]" value="<?php echo !empty(wp_slimstat::$options['addon_licenses'][$a_addon['slug']])?wp_slimstat::$options['addon_licenses'][$a_addon['slug']]:'' ?>" size="50"/>
74
  </div>
75
- <?php endif ?>
76
  </td>
77
  </tr>
78
  <?php endforeach ?>
72
  <div class="active second">
73
  License Key: <input type="text" name="licenses[<?php echo $a_addon['slug'] ?>]" value="<?php echo !empty(wp_slimstat::$options['addon_licenses'][$a_addon['slug']])?wp_slimstat::$options['addon_licenses'][$a_addon['slug']]:'' ?>" size="50"/>
74
  </div>
75
+ <?php endif; ?>
76
  </td>
77
  </tr>
78
  <?php endforeach ?>
admin/config/index.php CHANGED
@@ -29,6 +29,7 @@ switch ($config_tabs[$current_tab-1]){
29
  'add_dashboard_widgets' => array( 'description' => __('Dashboard Widgets','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose if you want to have the most important reports on your WordPress Dashboard. Use the Screen Options dropdown to select which ones to display.','wp-slimstat') ),
30
  'posts_column_day_interval' => array( 'description' => __('Report Interval','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Enter the time range, in days, that should be used to calculate the value here above.','wp-slimstat') ),
31
  'posts_column_pageviews' => array( 'description' => __('Report Type','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Select what kind of information you would like to see displayed on the Posts admin screen. Pageviews include all the hits regardless of the user, Unique IPs consider only one hit per user in the given time range.','wp-slimstat'), 'custom_label_yes' => __('Pageviews','wp-slimstat'), 'custom_label_no' => __('Unique IPs','wp-slimstat') ),
 
32
 
33
  'general_database_header' => array('description' => __('Database','wp-slimstat'), 'type' => 'section_header'),
34
  'auto_purge' => array( 'description' => __('Retain data for','wp-slimstat'), 'type' => 'integer', 'long_description' => __("Clean-up log entries older than the number of days specified here above. Enter <strong>0</strong> (number zero) if you want to preserve your data regardless of its age.",'wp-slimstat').(wp_get_schedule('wp_slimstat_purge')?' '.__('Next clean-up on','wp-slimstat').' <strong>'.date_i18n(get_option('date_format').', '.get_option('time_format'), wp_next_scheduled('wp_slimstat_purge')).'</strong>. '.sprintf(__('Entries logged on or before %s will be archived or deleted according to the option here below.','wp-slimstat'), date_i18n(get_option('date_format'), strtotime('-'.wp_slimstat::$options['auto_purge'].' days'))):''), 'after_input_field' => __('days','wp-slimstat') ),
29
  'add_dashboard_widgets' => array( 'description' => __('Dashboard Widgets','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose if you want to have the most important reports on your WordPress Dashboard. Use the Screen Options dropdown to select which ones to display.','wp-slimstat') ),
30
  'posts_column_day_interval' => array( 'description' => __('Report Interval','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Enter the time range, in days, that should be used to calculate the value here above.','wp-slimstat') ),
31
  'posts_column_pageviews' => array( 'description' => __('Report Type','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Select what kind of information you would like to see displayed on the Posts admin screen. Pageviews include all the hits regardless of the user, Unique IPs consider only one hit per user in the given time range.','wp-slimstat'), 'custom_label_yes' => __('Pageviews','wp-slimstat'), 'custom_label_no' => __('Unique IPs','wp-slimstat') ),
32
+ 'hide_addons' => array( 'description' => __('Hide Add-ons','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Enable this option to hide all your <strong>active</strong> premium add-ons from the list of plugins in WordPress. Please note that you will still receive updates for hidden add-ons.','wp-slimstat') ),
33
 
34
  'general_database_header' => array('description' => __('Database','wp-slimstat'), 'type' => 'section_header'),
35
  'auto_purge' => array( 'description' => __('Retain data for','wp-slimstat'), 'type' => 'integer', 'long_description' => __("Clean-up log entries older than the number of days specified here above. Enter <strong>0</strong> (number zero) if you want to preserve your data regardless of its age.",'wp-slimstat').(wp_get_schedule('wp_slimstat_purge')?' '.__('Next clean-up on','wp-slimstat').' <strong>'.date_i18n(get_option('date_format').', '.get_option('time_format'), wp_next_scheduled('wp_slimstat_purge')).'</strong>. '.sprintf(__('Entries logged on or before %s will be archived or deleted according to the option here below.','wp-slimstat'), date_i18n(get_option('date_format'), strtotime('-'.wp_slimstat::$options['auto_purge'].' days'))):''), 'after_input_field' => __('days','wp-slimstat') ),
admin/config/maintenance.php CHANGED
@@ -61,6 +61,7 @@ if (!empty($_REQUEST['action'])){
61
  break;
62
 
63
  case 'import-data-from-old-tables':
 
64
  wp_slimstat::$wpdb->query( "
65
  INSERT INTO {$GLOBALS['wpdb']->prefix}slim_stats (
66
  id,
@@ -98,7 +99,7 @@ if (!empty($_REQUEST['action'])){
98
  dt
99
  )
100
  SELECT
101
- t1.id,
102
  t1.ip,
103
  t1.other_ip,
104
  NULLIF(t1.user, ''),
@@ -150,7 +151,7 @@ if (!empty($_REQUEST['action'])){
150
  SUBSTRING(tob.notes, LOCATE('Event:', tob.notes)+6, LOCATE(',', tob.notes, LOCATE('Event:', tob.notes)+6) - LOCATE('Event:', tob.notes)-6),
151
  SUBSTRING(tob.notes, 1, LOCATE('Event:', tob.notes) - 3),
152
  tob.position,
153
- tob.id,
154
  tob.dt
155
  FROM {$GLOBALS['wpdb']->prefix}slim_outbound AS tob" );
156
  wp_slimstat_admin::show_alert_message(__('Your data was successfully imported. You may now drop the old tables: wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, wp_slim_outbound. Please note: if you are using Slimstat in a MU network, you will need to run the import script on all your sites before you can delete the old tables.','wp-slimstat'), 'wp-ui-highlight below-h2');
61
  break;
62
 
63
  case 'import-data-from-old-tables':
64
+ $current_id = wp_slimstat::$wpdb->get_var( "SELECT COUNT(*) FROM {$GLOBALS['wpdb']->prefix}slim_stats" );
65
  wp_slimstat::$wpdb->query( "
66
  INSERT INTO {$GLOBALS['wpdb']->prefix}slim_stats (
67
  id,
99
  dt
100
  )
101
  SELECT
102
+ t1.id + $current_id + 1,
103
  t1.ip,
104
  t1.other_ip,
105
  NULLIF(t1.user, ''),
151
  SUBSTRING(tob.notes, LOCATE('Event:', tob.notes)+6, LOCATE(',', tob.notes, LOCATE('Event:', tob.notes)+6) - LOCATE('Event:', tob.notes)-6),
152
  SUBSTRING(tob.notes, 1, LOCATE('Event:', tob.notes) - 3),
153
  tob.position,
154
+ tob.id + $current_id + 1,
155
  tob.dt
156
  FROM {$GLOBALS['wpdb']->prefix}slim_outbound AS tob" );
157
  wp_slimstat_admin::show_alert_message(__('Your data was successfully imported. You may now drop the old tables: wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, wp_slim_outbound. Please note: if you are using Slimstat in a MU network, you will need to run the import script on all your sites before you can delete the old tables.','wp-slimstat'), 'wp-ui-highlight below-h2');
admin/css/slimstat.css CHANGED
@@ -239,6 +239,9 @@
239
  [id^=slim_] p span{
240
  float: right;
241
  }
 
 
 
242
  [id^=slim_] a:hover{
243
  text-shadow: 0 0 2px #bbb;
244
  }
@@ -269,9 +272,13 @@
269
  }
270
 
271
  /* Single Report: Debug Message */
 
 
 
272
  .slimstat .debug{
273
  background-color: #000;
274
  color: #fff;
 
275
  font-family: monospace;
276
  opacity: .8;
277
  padding: 20px;
239
  [id^=slim_] p span{
240
  float: right;
241
  }
242
+ [id^=slim_] p span.pageview-screenres{
243
+ margin-right: 10px;
244
+ }
245
  [id^=slim_] a:hover{
246
  text-shadow: 0 0 2px #bbb;
247
  }
272
  }
273
 
274
  /* Single Report: Debug Message */
275
+ .debug {
276
+ display: none;
277
+ }
278
  .slimstat .debug{
279
  background-color: #000;
280
  color: #fff;
281
+ display: block;
282
  font-family: monospace;
283
  opacity: .8;
284
  padding: 20px;
admin/lang/dynamic_strings.php CHANGED
@@ -56,12 +56,15 @@ __('webos','wp-slimstat'), // WebOS
56
  __('p-and','wp-slimstat'), // Android
57
  __('p-bla','wp-slimstat'), // BlackBerry
58
  __('p-chr','wp-slimstat'), // Chrome OS
 
59
  __('p-fre','wp-slimstat'), // Linux FreeBSD
60
  __('p-ios','wp-slimstat'), // Apple iOS
61
  __('p-jav','wp-slimstat'), // Java-based OS
62
  __('p-lin','wp-slimstat'), // Linux
63
  __('p-mac','wp-slimstat'), // Apple
 
64
  __('p-sym','wp-slimstat'), // Symbian OS
 
65
  __('p-unk','wp-slimstat'), // Unknown
66
  __('p-win','wp-slimstat'), // Microsoft
67
  __('powertv','wp-slimstat'), // PowerTV
56
  __('p-and','wp-slimstat'), // Android
57
  __('p-bla','wp-slimstat'), // BlackBerry
58
  __('p-chr','wp-slimstat'), // Chrome OS
59
+ __('p-fir','wp-slimstat'), // Fire OS
60
  __('p-fre','wp-slimstat'), // Linux FreeBSD
61
  __('p-ios','wp-slimstat'), // Apple iOS
62
  __('p-jav','wp-slimstat'), // Java-based OS
63
  __('p-lin','wp-slimstat'), // Linux
64
  __('p-mac','wp-slimstat'), // Apple
65
+ __('p-rim','wp-slimstat'), // Blackberry
66
  __('p-sym','wp-slimstat'), // Symbian OS
67
+ __('p-ubu','wp-slimstat'), // Linux
68
  __('p-unk','wp-slimstat'), // Unknown
69
  __('p-win','wp-slimstat'), // Microsoft
70
  __('powertv','wp-slimstat'), // PowerTV
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: 2015-04-17 20:27-0500\n"
6
- "PO-Revision-Date: 2015-04-17 20:29-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"
@@ -32,13 +32,13 @@ msgstr ""
32
  "Fehler beim Auslesen der Add-on-Liste vom Server. Versuchen Sie es später "
33
  "nochmals."
34
 
35
- #: ../../admin/config/addons.php:31 ../../admin/config/index.php:9
36
- #: ../../admin/wp-slimstat-admin.php:592 ../../admin/wp-slimstat-admin.php:607
37
- #: ../../wp-slimstat.php:1476
38
  msgid "Add-ons"
39
  msgstr "Add-Ons"
40
 
41
- #: ../../admin/config/addons.php:32
42
  #, fuzzy
43
  msgid ""
44
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
@@ -55,18 +55,18 @@ msgstr ""
55
  "Add-ons zu bekommen, muss der beim Kauf erhaltene <strong>Lizenzschlüssel</"
56
  "strong> eingegeben werden."
57
 
58
- #: ../../admin/config/addons.php:36
59
  #, php-format
60
  msgid ""
61
- "This list is cached daily on your server: <a href=\"%s&amp;force_refresh=true"
62
  "\">click here</a> to clear the cache."
63
  msgstr ""
64
 
65
- #: ../../admin/config/addons.php:45
66
  msgid "Add-on"
67
  msgstr "Add-on"
68
 
69
- #: ../../admin/config/addons.php:45
70
  msgid "Description"
71
  msgstr "Beschreibung"
72
 
@@ -74,50 +74,58 @@ msgstr "Beschreibung"
74
  msgid "General"
75
  msgstr "Allgemein"
76
 
77
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:47
78
- #: ../../admin/config/index.php:146
79
  msgid "Reports"
80
  msgstr "Auswertungen"
81
 
82
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:73
83
  msgid "Filters"
84
  msgstr "Filter"
85
 
86
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:144
87
  msgid "Permissions"
88
  msgstr "Berechtigungen"
89
 
90
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:221
91
  msgid "Advanced"
92
  msgstr "Erweitert"
93
 
94
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:252
95
  msgid "Maintenance"
96
  msgstr "Wartung"
97
 
98
- #: ../../admin/config/index.php:14 ../../admin/config/index.php:151
99
- #: ../../admin/wp-slimstat-admin.php:633 ../../admin/wp-slimstat-admin.php:635
100
- #: ../../wp-slimstat.php:1479
101
  msgid "Settings"
102
  msgstr "Einstellungen"
103
 
104
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:226
105
  #, fuzzy
106
  msgid "Tracker"
107
  msgstr "Benutzer tracken"
108
 
109
  #: ../../admin/config/index.php:21
110
  #, fuzzy
111
- msgid "Enable Tracking"
112
- msgstr "Verfolgung aktivieren"
113
 
114
  #: ../../admin/config/index.php:21
115
  msgid "Turn the tracker on or off, but keep the reports accessible."
116
  msgstr ""
117
 
 
 
 
 
 
 
 
 
118
  #: ../../admin/config/index.php:22
119
  #, fuzzy
120
- msgid "Monitor Admin Pages"
121
  msgstr "Verfolgen Admin-Seiten"
122
 
123
  # correct, if admin = admin area
@@ -128,8 +136,18 @@ msgstr ""
128
  "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
129
  "innerhalb des Adminbereiches verfolgen wollen."
130
 
 
 
 
 
 
 
 
 
 
 
131
  #: ../../admin/config/index.php:23
132
- msgid "Enable Spy Mode"
133
  msgstr ""
134
 
135
  # capability = Resource?
@@ -138,7 +156,8 @@ msgstr ""
138
  msgid ""
139
  "Collect information about screen resolutions, outbound links, downloads, "
140
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
141
- "regardless of which value you set for this option."
 
142
  msgstr ""
143
  "Aktiviert einen Tracking Code auf den Clients, der Daten über "
144
  "Bildschirmauflösungen, ausgehende Links, Downloads und andere relevante "
@@ -153,9 +172,9 @@ msgstr "Tracking aktiv"
153
  #: ../../admin/config/index.php:24
154
  #, fuzzy
155
  msgid ""
156
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
157
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
158
- "much like Google Analytics, and visitors whose browser does not support "
159
  "Javascript will be ignored. A nice side effect is that <strong>most "
160
  "spammers, search engines and other crawlers</strong> will not be tracked."
161
  msgstr ""
@@ -166,12 +185,12 @@ msgstr ""
166
  "und andere Crawler werden so nicht mehr berücksichtigt."
167
 
168
  #: ../../admin/config/index.php:24
169
- #, fuzzy
170
- msgid "Javascript"
171
- msgstr "Tracking per JavaScript"
172
 
173
  #: ../../admin/config/index.php:24
174
- msgid "Server-side"
 
175
  msgstr "Serverseitig"
176
 
177
  #: ../../admin/config/index.php:26
@@ -201,8 +220,9 @@ msgid "Admin Bar"
201
  msgstr "Adminleiste"
202
 
203
  #: ../../admin/config/index.php:28
204
- msgid "Add Stats to Posts and Pages"
205
- msgstr ""
 
206
 
207
  #: ../../admin/config/index.php:28
208
  #, fuzzy
@@ -215,63 +235,86 @@ msgstr ""
215
 
216
  #: ../../admin/config/index.php:29
217
  #, fuzzy
218
- msgid "Interval"
219
- msgstr "Eindeutige interne Zugriffe"
220
 
221
  #: ../../admin/config/index.php:29
222
  msgid ""
 
 
 
 
 
 
 
 
 
 
 
223
  "Enter the time range, in days, that should be used to calculate the value "
224
  "here above."
225
  msgstr ""
226
 
227
- #: ../../admin/config/index.php:30
228
  #, fuzzy
229
  msgid "Report Type"
230
  msgstr "Auswertungen"
231
 
232
- #: ../../admin/config/index.php:30
233
  msgid ""
234
  "Select what kind of information you would like to see displayed on the Posts "
235
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
236
  "IPs consider only one hit per user in the given time range."
237
  msgstr ""
238
 
239
- #: ../../admin/config/index.php:30 ../../admin/view/index.php:173
240
- #: ../../admin/view/wp-slimstat-reports.php:850
241
- #: ../../admin/view/wp-slimstat-reports.php:952
242
- #: ../../admin/view/wp-slimstat-reports.php:1175
243
  msgid "Pageviews"
244
  msgstr "Seitenaufrufe"
245
 
246
- #: ../../admin/config/index.php:30
247
- #: ../../admin/view/wp-slimstat-reports.php:856
248
- #: ../../admin/view/wp-slimstat-reports.php:871
249
- #: ../../admin/view/wp-slimstat-reports.php:1175
250
- #: ../../admin/view/wp-slimstat-reports.php:1179
251
- #: ../../admin/view/wp-slimstat-reports.php:1183
252
  msgid "Unique IPs"
253
  msgstr "Eindeutige IPs"
254
 
255
  #: ../../admin/config/index.php:32
 
 
 
 
 
 
 
 
 
 
 
 
256
  msgid "Database"
257
  msgstr "Datenbank"
258
 
259
- #: ../../admin/config/index.php:33
260
  msgid "Retain data for"
261
  msgstr ""
262
 
263
- #: ../../admin/config/index.php:33
264
  msgid ""
265
  "Clean-up log entries older than the number of days specified here above. "
266
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
267
  "regardless of its age."
268
  msgstr ""
269
 
270
- #: ../../admin/config/index.php:33
271
  msgid "Next clean-up on"
272
  msgstr "N&auml;chste Bereinigung "
273
 
274
- #: ../../admin/config/index.php:33
275
  #, fuzzy, php-format
276
  msgid ""
277
  "Entries logged on or before %s will be archived or deleted according to the "
@@ -280,19 +323,18 @@ msgstr ""
280
  "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
281
  "scht."
282
 
283
- #: ../../admin/config/index.php:33 ../../admin/view/index.php:102
284
- #: ../../admin/view/wp-slimstat-db-new.php:70
285
- #: ../../admin/view/wp-slimstat-db.php:75
286
- #: ../../admin/view/wp-slimstat-reports.php:838
287
  msgid "days"
288
  msgstr "Tage"
289
 
290
- #: ../../admin/config/index.php:34
291
  #, fuzzy
292
  msgid "Delete records"
293
  msgstr "Datensätze"
294
 
295
- #: ../../admin/config/index.php:34
296
  msgid ""
297
  "If DB space is not an issue, you can decide to archive older records in "
298
  "another table, instead of deleting them. This way performance is preserved, "
@@ -302,46 +344,46 @@ msgid ""
302
  "is uninstalled. Make sure to backup your data before you proceed."
303
  msgstr ""
304
 
305
- #: ../../admin/config/index.php:49
306
  msgid "Formats and Conversions"
307
  msgstr ""
308
 
309
- #: ../../admin/config/index.php:50
310
  msgid "Number Format"
311
  msgstr "Zahlenformat"
312
 
313
- #: ../../admin/config/index.php:50
314
  #, fuzzy
315
  msgid "Choose the number format you want to use for your reports."
316
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
317
 
318
- #: ../../admin/config/index.php:51
319
  msgid "Date Format"
320
  msgstr "Datum"
321
 
322
- #: ../../admin/config/index.php:51
323
  msgid ""
324
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
325
  "Format</a> to use when displaying a pageview's date."
326
  msgstr ""
327
 
328
- #: ../../admin/config/index.php:52
329
  #, fuzzy
330
  msgid "Time Format"
331
  msgstr "Zahlenformat"
332
 
333
- #: ../../admin/config/index.php:52
334
  msgid ""
335
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
336
  "Format</a> to use when displaying a pageview's time."
337
  msgstr ""
338
 
339
- #: ../../admin/config/index.php:53
340
  #, fuzzy
341
  msgid "Use Display Name"
342
  msgstr "Spitznamen anzeigen"
343
 
344
- #: ../../admin/config/index.php:53
345
  #, fuzzy
346
  msgid ""
347
  "By default, users are listed by their usernames. Use this option to "
@@ -350,79 +392,66 @@ msgstr ""
350
  "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
351
  "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
352
 
353
- #: ../../admin/config/index.php:54
354
  #, fuzzy
355
- msgid "Use Post Titles"
356
  msgstr "Titel anzeigen"
357
 
358
- #: ../../admin/config/index.php:54
359
  msgid ""
360
- "Slimstat converts your permalinks into post and page titles. Disable this "
361
- "feature if you need to see the URL in your reports."
362
  msgstr ""
363
 
364
- #: ../../admin/config/index.php:55
365
  msgid "Convert IP Addresses"
366
  msgstr "IP-Adressen umwandeln"
367
 
368
- #: ../../admin/config/index.php:55
369
  msgid "Display provider names instead of IP addresses."
370
  msgstr ""
371
 
372
- #: ../../admin/config/index.php:57
373
  msgid "Functionality"
374
  msgstr "Funktionalität"
375
 
376
- #: ../../admin/config/index.php:58
377
- msgid "Asynchronous Views"
378
- msgstr "Asynchrone Anzeige"
379
-
380
- #: ../../admin/config/index.php:58
381
- #, fuzzy
382
- msgid ""
383
- "Load all the reports dynamically. It makes the reports render faster, but it "
384
- "increases the load on your server."
385
- msgstr ""
386
- "Benutzen Sie Ajax um die Statistiken nachzuladen. Dadurch erscheinen die "
387
- "Seiten schneller, jedoch entsteht mehr Last auf dem Server."
388
-
389
- #: ../../admin/config/index.php:59
390
  msgid "SlimScroll"
391
  msgstr ""
392
 
393
- #: ../../admin/config/index.php:59
394
  msgid ""
395
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
396
  "scrollbar."
397
  msgstr ""
398
 
399
- #: ../../admin/config/index.php:60
400
  msgid "Expand Details"
401
  msgstr "Details anzeigen"
402
 
403
- #: ../../admin/config/index.php:60
404
  #, fuzzy
405
  msgid "Expand each row's details by default, insted of on mousehover."
406
  msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
407
 
408
- #: ../../admin/config/index.php:61 ../../admin/config/index.php:65
409
  #, fuzzy
410
  msgid "Rows to Display"
411
  msgstr "keine Daten vorhanden"
412
 
413
- #: ../../admin/config/index.php:61
414
  msgid "Specify the number of items in each report."
415
  msgstr ""
416
 
417
- #: ../../admin/config/index.php:63
418
  msgid "Activity Log"
419
  msgstr ""
420
 
421
- #: ../../admin/config/index.php:64
422
  msgid "Live Stream"
423
  msgstr "Livestream"
424
 
425
- #: ../../admin/config/index.php:64
426
  #, fuzzy
427
  msgid ""
428
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
@@ -431,25 +460,25 @@ msgstr ""
431
  "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
432
  "deaktiviert diese Funktion."
433
 
434
- #: ../../admin/config/index.php:64 ../../admin/config/index.php:228
435
  msgid "seconds"
436
  msgstr "Sekunden"
437
 
438
- #: ../../admin/config/index.php:65
439
  msgid "Specify the number of items in the Activity Log."
440
  msgstr ""
441
 
442
- #: ../../admin/config/index.php:68 ../../admin/config/index.php:95
443
- #: ../../admin/config/index.php:245 ../../admin/config/maintenance.php:385
444
  msgid "Miscellaneous"
445
  msgstr "Diverse"
446
 
447
- #: ../../admin/config/index.php:69
448
  #, fuzzy
449
  msgid "Show User Agent"
450
  msgstr "Top Browser"
451
 
452
- #: ../../admin/config/index.php:69
453
  #, fuzzy
454
  msgid ""
455
  "Choose if you want to see the browser name or a complete user agent string "
@@ -458,38 +487,38 @@ msgstr ""
458
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
459
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
460
 
461
- #: ../../admin/config/index.php:70
462
  msgid "Enable SOV"
463
  msgstr "SOV aktivieren"
464
 
465
- #: ../../admin/config/index.php:70
466
  msgid ""
467
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
468
  "the subject, object, and verb of a sentence appear in that order, like in "
469
  "Japanese."
470
  msgstr ""
471
 
472
- #: ../../admin/config/index.php:75
473
  #, fuzzy
474
  msgid "Visitors and Known Users"
475
  msgstr "Bekannte Benutzer"
476
 
477
- #: ../../admin/config/index.php:76
478
  #, fuzzy
479
  msgid "Track Registered Users"
480
  msgstr "Benutzer tracken"
481
 
482
- #: ../../admin/config/index.php:76
483
  #, fuzzy
484
  msgid "Enable this option to track logged in users."
485
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
486
 
487
- #: ../../admin/config/index.php:77
488
  #, fuzzy
489
  msgid "Blacklist by Username"
490
  msgstr "IP-Adresse"
491
 
492
- #: ../../admin/config/index.php:77
493
  #, fuzzy
494
  msgid ""
495
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -500,12 +529,12 @@ msgstr ""
500
  "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
501
  "Kleinschreibung wird beachtet."
502
 
503
- #: ../../admin/config/index.php:78
504
  #, fuzzy
505
  msgid "Blacklist by IP Address"
506
  msgstr "IP-Adresse"
507
 
508
- #: ../../admin/config/index.php:78
509
  #, fuzzy
510
  msgid ""
511
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -520,12 +549,12 @@ msgstr ""
520
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
521
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
522
 
523
- #: ../../admin/config/index.php:79
524
  #, fuzzy
525
  msgid "Blacklist by Capability"
526
  msgstr "Benutzer nach Browserf&auml;higkeiten"
527
 
528
- #: ../../admin/config/index.php:79
529
  #, fuzzy
530
  msgid ""
531
  "Users having at least one of the <a href='http://codex.wordpress.org/"
@@ -536,15 +565,15 @@ msgstr ""
536
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
537
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
538
 
539
- #: ../../admin/config/index.php:81
540
  msgid "Profiling"
541
  msgstr ""
542
 
543
- #: ../../admin/config/index.php:82
544
  msgid "Ignore Spammers"
545
  msgstr "Spammer ignorieren"
546
 
547
- #: ../../admin/config/index.php:82
548
  #, fuzzy
549
  msgid ""
550
  "Enable this option if you don't want to track visits from users identified "
@@ -557,24 +586,24 @@ msgstr ""
557
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
558
  "Datenbank entfernt."
559
 
560
- #: ../../admin/config/index.php:83
561
  #, fuzzy
562
  msgid "Ignore Bots"
563
  msgstr "Ignoriere Benutzer"
564
 
565
- #: ../../admin/config/index.php:83
566
  msgid ""
567
  "Turn on this feature if you want to have the accuracy level of server-side "
568
  "tracking, but not the inconvenience of getting your database clogged with "
569
  "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
570
- "note that in Javascript Mode, bots are ignored regardless of this setting."
571
  msgstr ""
572
 
573
- #: ../../admin/config/index.php:84
574
  msgid "Permalinks"
575
  msgstr "Permalinks"
576
 
577
- #: ../../admin/config/index.php:84
578
  #, fuzzy
579
  msgid ""
580
  "List all the URLs on your website that you don't want to track, separated by "
@@ -593,11 +622,11 @@ msgstr ""
593
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
594
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
595
 
596
- #: ../../admin/config/index.php:85
597
  msgid "Countries"
598
  msgstr "L&auml;nder"
599
 
600
- #: ../../admin/config/index.php:85
601
  msgid ""
602
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
603
  "track, separated by commas."
@@ -605,11 +634,11 @@ msgstr ""
605
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
606
  "mit erfasst werden sollen, getrennt durch Kommata."
607
 
608
- #: ../../admin/config/index.php:86
609
  msgid "User Agents"
610
  msgstr "User Agents"
611
 
612
- #: ../../admin/config/index.php:86
613
  #, fuzzy
614
  msgid ""
615
  "Browsers (user agents) you don't want to track, separated by commas. You can "
@@ -627,11 +656,11 @@ msgstr ""
627
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
628
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
629
 
630
- #: ../../admin/config/index.php:87
631
  msgid "Referring Sites"
632
  msgstr "Verweisende Webseiten"
633
 
634
- #: ../../admin/config/index.php:87
635
  #, fuzzy
636
  msgid ""
637
  "Referring URLs that you don't want to track, separated by commas: "
@@ -649,38 +678,38 @@ msgstr ""
649
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
650
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
651
 
652
- #: ../../admin/config/index.php:89
653
  #, fuzzy
654
  msgid "Internal and Outbound Links"
655
  msgstr "Letzte ausgehende Links"
656
 
657
- #: ../../admin/config/index.php:90
658
  msgid "Track Outbound Clicks"
659
  msgstr "Letzte ausgehende Links"
660
 
661
- #: ../../admin/config/index.php:90
662
  msgid ""
663
  "Track when your visitors click on link to external websites. This option "
664
  "required Spy Mode to be enabled."
665
  msgstr ""
666
 
667
- #: ../../admin/config/index.php:91
668
  #, fuzzy
669
  msgid "Track Coordinates"
670
  msgstr "Tracking aktiv"
671
 
672
- #: ../../admin/config/index.php:91
673
  msgid ""
674
  "Collect mouse coordinates and other information for clicks on internal "
675
  "links. Strongly recommended if you're using the heatmap add-on. By default, "
676
  "this information is only collected for external links."
677
  msgstr ""
678
 
679
- #: ../../admin/config/index.php:92
680
  msgid "No Callback"
681
  msgstr ""
682
 
683
- #: ../../admin/config/index.php:92
684
  msgid ""
685
  "Track the event but do not invoke the callback function on links marked with "
686
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
@@ -688,33 +717,33 @@ msgid ""
688
  "prevent conflicts with lightbox and similar libraries."
689
  msgstr ""
690
 
691
- #: ../../admin/config/index.php:93
692
  msgid "Do Not Track"
693
  msgstr ""
694
 
695
- #: ../../admin/config/index.php:93
696
  msgid ""
697
  "Do not track links marked with one of these class names, <em>rel</em> "
698
  "attributes or whose <em>href</em> attribute contains one of these strings "
699
  "(separated by comma)."
700
  msgstr ""
701
 
702
- #: ../../admin/config/index.php:96
703
  msgid "Enable Privacy Mode"
704
  msgstr ""
705
 
706
- #: ../../admin/config/index.php:96
707
  #, fuzzy
708
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
709
  msgstr ""
710
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
711
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
712
 
713
- #: ../../admin/config/index.php:97
714
  msgid "Ignore Prefetch Requests"
715
  msgstr ""
716
 
717
- #: ../../admin/config/index.php:97
718
  #, fuzzy
719
  msgid ""
720
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -724,21 +753,21 @@ msgstr ""
724
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
725
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
726
 
727
- #: ../../admin/config/index.php:113
728
  msgid "Ignore users (username not found)"
729
  msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
730
 
731
- #: ../../admin/config/index.php:136
732
  msgid ""
733
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
734
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
735
  msgstr ""
736
 
737
- #: ../../admin/config/index.php:147
738
  msgid "Restrict Authors"
739
  msgstr "Autoren einschränken"
740
 
741
- #: ../../admin/config/index.php:147
742
  #, fuzzy
743
  msgid ""
744
  "Enable this option if you want your authors to only see stats related to "
@@ -747,12 +776,12 @@ msgstr ""
747
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
748
  "eigenen Inhalt ansehen können."
749
 
750
- #: ../../admin/config/index.php:148 ../../admin/config/index.php:152
751
  #, fuzzy
752
  msgid "Capability"
753
  msgstr "Benutzer nach Browserf&auml;higkeiten"
754
 
755
- #: ../../admin/config/index.php:148
756
  #, fuzzy
757
  msgid ""
758
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -769,11 +798,11 @@ msgstr ""
769
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
770
  "welche Vorrang über die CAPABILITY hat."
771
 
772
- #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
773
  msgid "Whitelist"
774
  msgstr "Whitelist"
775
 
776
- #: ../../admin/config/index.php:149
777
  #, fuzzy
778
  msgid ""
779
  "List all the users who should have access to the reports, separated by "
@@ -785,7 +814,7 @@ msgstr ""
785
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
786
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
787
 
788
- #: ../../admin/config/index.php:152
789
  #, fuzzy
790
  msgid ""
791
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -800,7 +829,7 @@ msgstr ""
800
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
801
  "welche Vorrang über die CAPABILITY hat."
802
 
803
- #: ../../admin/config/index.php:153
804
  #, fuzzy
805
  msgid ""
806
  "List all the users who can edit these options, separated by commas. Please "
@@ -814,11 +843,11 @@ msgstr ""
814
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
815
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
816
 
817
- #: ../../admin/config/index.php:169
818
  msgid "Read access: username not found"
819
  msgstr "Lesezugriff: Benutzername nicht gefunden"
820
 
821
- #: ../../admin/config/index.php:182 ../../admin/config/index.php:213
822
  #, fuzzy
823
  msgid ""
824
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
@@ -829,26 +858,26 @@ msgstr ""
829
  "\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_new\">hier</"
830
  "a>."
831
 
832
- #: ../../admin/config/index.php:200
833
  msgid "Config access: username not found"
834
  msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
835
 
836
  # What is smoothing?
837
- #: ../../admin/config/index.php:227
838
  msgid "Detect Smoothing"
839
  msgstr "Smoothing erkennen"
840
 
841
- #: ../../admin/config/index.php:227
842
  msgid ""
843
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
844
  "This option required Spy Mode to be enabled."
845
  msgstr ""
846
 
847
- #: ../../admin/config/index.php:228
848
  msgid "Session Duration"
849
  msgstr "Besuchsdauer"
850
 
851
- #: ../../admin/config/index.php:228
852
  #, fuzzy
853
  msgid ""
854
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -857,33 +886,33 @@ msgstr ""
857
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
858
  "wird hier 1.800 Sekunden vorgeschlagen."
859
 
860
- #: ../../admin/config/index.php:229
861
  msgid "Extend Session"
862
  msgstr "Sitzung erweitern"
863
 
864
- #: ../../admin/config/index.php:229
865
  #, fuzzy
866
  msgid "Extend the duration of a session each time the user visits a new page."
867
  msgstr ""
868
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
869
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
870
 
871
- #: ../../admin/config/index.php:230
872
  msgid "Enable CDN"
873
  msgstr "CDN aktivieren"
874
 
875
- #: ../../admin/config/index.php:230
876
  msgid ""
877
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
878
  "by serving our tracking code from their fast and reliable network (free "
879
  "service)."
880
  msgstr ""
881
 
882
- #: ../../admin/config/index.php:231
883
  msgid "Extensions to Track"
884
  msgstr "Zu verfolgende Erweiterungen"
885
 
886
- #: ../../admin/config/index.php:231
887
  #, fuzzy
888
  msgid ""
889
  "List all the file extensions that you want to be treated as Downloads. "
@@ -898,23 +927,23 @@ msgstr ""
898
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
899
  "Liste enthalten ist."
900
 
901
- #: ../../admin/config/index.php:233
902
  #, fuzzy
903
  msgid "External Pages"
904
  msgstr "Gesamte Seitenaufrufe"
905
 
906
- #: ../../admin/config/index.php:234
907
  msgid ""
908
  "Add the following code to all the non-WP pages you want to track, right "
909
  "before the closing BODY tag"
910
  msgstr ""
911
 
912
- #: ../../admin/config/index.php:244
913
  #, fuzzy
914
  msgid "Allow External Domains"
915
  msgstr "Gesamte Seitenaufrufe"
916
 
917
- #: ../../admin/config/index.php:244
918
  msgid ""
919
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
920
  "header is present on the requested resource, when using the external "
@@ -925,27 +954,27 @@ msgid ""
925
  "security implications of allowing CORS requests."
926
  msgstr ""
927
 
928
- #: ../../admin/config/index.php:246
929
  msgid "Debug Mode"
930
  msgstr ""
931
 
932
- #: ../../admin/config/index.php:246
933
  msgid "Display the SQL queries used to retrieve the data."
934
  msgstr ""
935
 
936
- #: ../../admin/config/index.php:247
937
  msgid "IP Lookup"
938
  msgstr "IP Suche"
939
 
940
- #: ../../admin/config/index.php:247
941
  msgid "Customize the Geolocation service to be used in the reports."
942
  msgstr ""
943
 
944
- #: ../../admin/config/index.php:248
945
  msgid "Custom CSS"
946
  msgstr "Benutzerdefinierte CSS"
947
 
948
- #: ../../admin/config/index.php:248
949
  msgid ""
950
  "Paste here your custom stylesheet to personalize the way your reports look. "
951
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -954,12 +983,12 @@ msgid ""
954
  "a> for more information on how to use this setting."
955
  msgstr ""
956
 
957
- #: ../../admin/config/index.php:249
958
  #, fuzzy
959
  msgid "Enable UAN"
960
  msgstr "ADN aktivieren"
961
 
962
- #: ../../admin/config/index.php:249
963
  msgid ""
964
  "Send anonymous data about user agents to our server for analysis. This "
965
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -968,7 +997,7 @@ msgid ""
968
  "ads network. No worries, your site will not be affected in any way."
969
  msgstr ""
970
 
971
- #: ../../admin/config/maintenance.php:17
972
  #, fuzzy
973
  msgid ""
974
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
@@ -978,23 +1007,23 @@ msgstr ""
978
  "watch?v=1mgvE55HpcU\" target=\"_blank\">wahnsinnige Geschwindigkeit</a> "
979
  "optimiert."
980
 
981
- #: ../../admin/config/maintenance.php:25
982
  msgid "Indexing has been disabled. Enjoy the extra database space!"
983
  msgstr ""
984
 
985
- #: ../../admin/config/maintenance.php:36
986
  msgid "records deleted from your database."
987
  msgstr "Datensätze von Ihrer Datenbank gelöscht."
988
 
989
- #: ../../admin/config/maintenance.php:41
990
  msgid "The geolocation database has been uninstalled from your server."
991
  msgstr ""
992
 
993
- #: ../../admin/config/maintenance.php:51
994
  msgid "The geolocation database has been installed on your server."
995
  msgstr ""
996
 
997
- #: ../../admin/config/maintenance.php:159
998
  msgid ""
999
  "Your data was successfully imported. You may now drop the old tables: "
1000
  "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
@@ -1003,53 +1032,48 @@ msgid ""
1003
  "delete the old tables."
1004
  msgstr ""
1005
 
1006
- #: ../../admin/config/maintenance.php:169
1007
- #, fuzzy
1008
- msgid "All the archived records were successfully restored."
1009
- msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1010
-
1011
- #: ../../admin/config/maintenance.php:174
1012
  msgid "Your reports were successfully restored to their default arrangement."
1013
  msgstr ""
1014
 
1015
- #: ../../admin/config/maintenance.php:187
1016
  #, fuzzy
1017
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1018
  msgstr ""
1019
  "Ihre WP SlimStat Datenbank wurden erfolgreich ins InnoDB-Format konvertiert."
1020
 
1021
- #: ../../admin/config/maintenance.php:193
1022
  #, fuzzy
1023
  msgid "All the archived records were successfully deleted."
1024
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1025
 
1026
- #: ../../admin/config/maintenance.php:201
1027
  msgid "All the records were successfully deleted."
1028
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1029
 
1030
- #: ../../admin/config/maintenance.php:226
1031
  msgid "MaxMind IP to Country"
1032
  msgstr ""
1033
 
1034
- #: ../../admin/config/maintenance.php:232
1035
  msgid ""
1036
  "Do you want to download and install the geolocation database from MaxMind's "
1037
  "server?"
1038
  msgstr ""
1039
 
1040
- #: ../../admin/config/maintenance.php:232
1041
  msgid "Install GeoLite DB"
1042
  msgstr ""
1043
 
1044
- #: ../../admin/config/maintenance.php:235
1045
  msgid "Do you want to uninstall the geolocation database?"
1046
  msgstr ""
1047
 
1048
- #: ../../admin/config/maintenance.php:235
1049
  msgid "Uninstall GeoLite DB"
1050
  msgstr ""
1051
 
1052
- #: ../../admin/config/maintenance.php:239
1053
  msgid ""
1054
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1055
  "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
@@ -1059,97 +1083,98 @@ msgid ""
1059
  "enable this functionality."
1060
  msgstr ""
1061
 
1062
- #: ../../admin/config/maintenance.php:244
1063
  msgid "Database Information"
1064
  msgstr "Datenbankinformation"
1065
 
1066
  # depends on context:
1067
  # Engine = Maschine, Motor, Triebwerk or Antrieb
1068
  # Search engine = Suchmaschine
1069
- #: ../../admin/config/maintenance.php:247
1070
  #, fuzzy
1071
  msgid "Engine"
1072
  msgstr "Suchmaschinen"
1073
 
1074
- #: ../../admin/config/maintenance.php:251
1075
  msgid "switch to InnoDB"
1076
  msgstr "zu InnoDB wechseln"
1077
 
1078
- #: ../../admin/config/maintenance.php:262
 
1079
  msgid "records"
1080
  msgstr "Datensätze"
1081
 
1082
- #: ../../admin/config/maintenance.php:267
1083
  msgid "Data Maintenance"
1084
  msgstr "Datenwartung"
1085
 
1086
- #: ../../admin/config/maintenance.php:270
1087
  #, fuzzy
1088
  msgid "Delete pageviews where"
1089
  msgstr "Lösche Seitenaufrufe, wo"
1090
 
1091
- #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:16
1092
  msgid "equals"
1093
  msgstr "entspricht"
1094
 
1095
- #: ../../admin/config/maintenance.php:285 ../../admin/view/index.php:17
1096
  msgid "is not equal to"
1097
  msgstr "ist ungleich zu"
1098
 
1099
- #: ../../admin/config/maintenance.php:286 ../../admin/view/index.php:18
1100
  msgid "contains"
1101
  msgstr "enth&auml;lt"
1102
 
1103
- #: ../../admin/config/maintenance.php:287 ../../admin/view/index.php:19
1104
  msgid "is included in"
1105
  msgstr ""
1106
 
1107
- #: ../../admin/config/maintenance.php:288 ../../admin/view/index.php:20
1108
  msgid "does not contain"
1109
  msgstr "enth&auml;lt nicht"
1110
 
1111
- #: ../../admin/config/maintenance.php:289 ../../admin/view/index.php:21
1112
  msgid "starts with"
1113
  msgstr "beginnt mit"
1114
 
1115
- #: ../../admin/config/maintenance.php:290 ../../admin/view/index.php:22
1116
  msgid "ends with"
1117
  msgstr "endet mit"
1118
 
1119
- #: ../../admin/config/maintenance.php:291 ../../admin/view/index.php:23
1120
  msgid "sounds like"
1121
  msgstr "&auml;hnelt"
1122
 
1123
- #: ../../admin/config/maintenance.php:292 ../../admin/view/index.php:24
1124
  msgid "is greater than"
1125
  msgstr "ist gr&ouml;sser als"
1126
 
1127
- #: ../../admin/config/maintenance.php:293 ../../admin/view/index.php:25
1128
  msgid "is less than"
1129
  msgstr "ist kleiner als"
1130
 
1131
- #: ../../admin/config/maintenance.php:294 ../../admin/view/index.php:27
1132
  msgid "matches"
1133
  msgstr "entspricht"
1134
 
1135
- #: ../../admin/config/maintenance.php:295 ../../admin/view/index.php:28
1136
  msgid "does not match"
1137
  msgstr "entspricht nicht"
1138
 
1139
- #: ../../admin/config/maintenance.php:296 ../../admin/view/index.php:29
1140
  msgid "is empty"
1141
  msgstr "ist leer"
1142
 
1143
- #: ../../admin/config/maintenance.php:297 ../../admin/view/index.php:30
1144
  msgid "is not empty"
1145
  msgstr "ist nicht leer"
1146
 
1147
- #: ../../admin/config/maintenance.php:300 ../../admin/view/index.php:42
1148
  #: ../../admin/view/index.php:105
1149
  msgid "Apply"
1150
  msgstr "Anwenden"
1151
 
1152
- #: ../../admin/config/maintenance.php:301
1153
  #, fuzzy
1154
  msgid ""
1155
  "Are you sure you want to PERMANENTLY delete these records from your database?"
@@ -1157,7 +1182,7 @@ msgstr ""
1157
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1158
  "Datenbank löschen möchten?"
1159
 
1160
- #: ../../admin/config/maintenance.php:308
1161
  #, fuzzy
1162
  msgid ""
1163
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
@@ -1166,37 +1191,18 @@ msgstr ""
1166
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1167
  "Datenbank löschen möchten?"
1168
 
1169
- #: ../../admin/config/maintenance.php:308
1170
  #, fuzzy
1171
  msgid "Delete All Records"
1172
  msgstr "Alle Seitenaufrufe löschen"
1173
 
1174
- #: ../../admin/config/maintenance.php:311
1175
  msgid ""
1176
  "Erase all the information collected so far by Slimstat, including the "
1177
  "archive. This operation <strong>does not</strong> reset your settings."
1178
  msgstr ""
1179
 
1180
- #: ../../admin/config/maintenance.php:317
1181
- #, fuzzy
1182
- msgid "Are you sure you want to restore all the archived pageviews?"
1183
- msgstr ""
1184
- "Sie wollen die gesamte Infomationen über die Besuche und Aufrufe auf Ihrer "
1185
- "Webseite löschen. Sind Sie sicher?"
1186
-
1187
- #: ../../admin/config/maintenance.php:317
1188
- #, fuzzy
1189
- msgid "Restore Archive"
1190
- msgstr "Lösche Seitenaufrufe, wo"
1191
-
1192
- #: ../../admin/config/maintenance.php:320
1193
- msgid ""
1194
- "Move all the archived pageviews back to the main Slimstat table. Please note "
1195
- "that, unless you disabled the daily purge, this data will be archived again "
1196
- "at the next scheduled clean-up."
1197
- msgstr ""
1198
-
1199
- #: ../../admin/config/maintenance.php:326
1200
  #, fuzzy
1201
  msgid ""
1202
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
@@ -1205,20 +1211,20 @@ msgstr ""
1205
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1206
  "Datenbank löschen möchten?"
1207
 
1208
- #: ../../admin/config/maintenance.php:326
1209
  #, fuzzy
1210
  msgid "Delete Archive"
1211
  msgstr "Lösche Seitenaufrufe, wo"
1212
 
1213
- #: ../../admin/config/maintenance.php:329
1214
  msgid "Erase all the archived records. This operation cannot be undone."
1215
  msgstr ""
1216
 
1217
- #: ../../admin/config/maintenance.php:335
1218
  msgid "Improve Performance"
1219
  msgstr "Leistung erhöhen"
1220
 
1221
- #: ../../admin/config/maintenance.php:339
1222
  #, fuzzy
1223
  msgid ""
1224
  "Please note that you will need about 30% more DB space to store the extra "
@@ -1228,95 +1234,89 @@ msgstr ""
1228
  "verbessern. Die Datenbank benötigt dafür ca. 30% mehr Speicherplatz, damit "
1229
  "die notwendigen zusätzlichne Informationen gespeichert werden können."
1230
 
1231
- #: ../../admin/config/maintenance.php:343
1232
  msgid "Save DB Space"
1233
  msgstr "Datenbank-Speicherplatz sparen"
1234
 
1235
- #: ../../admin/config/maintenance.php:346
1236
  msgid ""
1237
  "Please note that by removing table indexes, Slimstat's performance will be "
1238
  "affected."
1239
  msgstr ""
1240
 
1241
- #: ../../admin/config/maintenance.php:353
1242
  msgid ""
1243
  "Hold on tight, we are about to import all your old data. Are you sure you "
1244
  "want to proceed?"
1245
  msgstr ""
1246
 
1247
- #: ../../admin/config/maintenance.php:353
1248
  msgid "Import old data"
1249
  msgstr ""
1250
 
1251
- #: ../../admin/config/maintenance.php:356
1252
  msgid ""
1253
  "Import all the records from the old table structure. No data will be deleted "
1254
  "from your database."
1255
  msgstr ""
1256
 
1257
- #: ../../admin/config/maintenance.php:360
1258
  msgid "Import and Export"
1259
  msgstr ""
1260
 
1261
- #: ../../admin/config/maintenance.php:364
1262
  msgid ""
1263
  "Here below you can find the current configuration string for Slimstat. You "
1264
  "can update your settings by pasting a new string inside the text area and "
1265
  "clicking the Import button."
1266
  msgstr ""
1267
 
1268
- #: ../../admin/config/maintenance.php:369
1269
  msgid "Import"
1270
  msgstr "Import"
1271
 
1272
- #: ../../admin/config/maintenance.php:370
1273
  msgid "Are you sure you want to OVERWRITE your current settings?"
1274
  msgstr "Derzeitige Einstellungen wirklich zurücksetzen?"
1275
 
1276
- #: ../../admin/config/maintenance.php:375
1277
  msgid "Debugging"
1278
  msgstr ""
1279
 
1280
- #: ../../admin/config/maintenance.php:378
1281
  msgid "Tracker Error Code"
1282
  msgstr ""
1283
 
1284
- #: ../../admin/config/maintenance.php:380
1285
  #, fuzzy
1286
  msgid "recorded on"
1287
  msgstr "Datensätze"
1288
 
1289
- # Austria
1290
- #: ../../admin/config/maintenance.php:380
1291
- #, fuzzy
1292
- msgid "at"
1293
- msgstr "&Ouml;sterreich"
1294
-
1295
- #: ../../admin/config/maintenance.php:380
1296
  msgid "No Errors so far"
1297
  msgstr ""
1298
 
1299
- #: ../../admin/config/maintenance.php:381
1300
  msgid ""
1301
  "The information here above is useful to troubleshoot issues with the "
1302
  "tracker. Please include this code when sending a support request."
1303
  msgstr ""
1304
 
1305
- #: ../../admin/config/maintenance.php:388
1306
  msgid "Reset Reports"
1307
  msgstr "Berichte zurücksetzen"
1308
 
1309
- #: ../../admin/config/maintenance.php:391
1310
  #, fuzzy
1311
  msgid ""
1312
  "Are you sure you want to restore the default arrangement of your reports?"
1313
  msgstr "Datenbanktabellen wirklich zurücksetzen?"
1314
 
1315
- #: ../../admin/config/maintenance.php:391
1316
  msgid "No Panic Button"
1317
  msgstr ""
1318
 
1319
- #: ../../admin/config/maintenance.php:392
1320
  msgid ""
1321
  "Reset the default arrangement of your reports. Helpful when, for some "
1322
  "reason, reports disappear from your panels or something doesn't look right "
@@ -1551,1284 +1551,1296 @@ msgid "p-chr"
1551
  msgstr "Chrome OS"
1552
 
1553
  #: ../../admin/lang/dynamic_strings.php:59
 
 
 
 
1554
  msgid "p-fre"
1555
  msgstr "Linux FreeBSD"
1556
 
1557
- #: ../../admin/lang/dynamic_strings.php:60
1558
  msgid "p-ios"
1559
  msgstr "Apple iOS"
1560
 
1561
- #: ../../admin/lang/dynamic_strings.php:61
1562
  msgid "p-jav"
1563
  msgstr "Java-based OS"
1564
 
1565
- #: ../../admin/lang/dynamic_strings.php:62
1566
  msgid "p-lin"
1567
  msgstr "Linux"
1568
 
1569
- #: ../../admin/lang/dynamic_strings.php:63
1570
  msgid "p-mac"
1571
  msgstr "Apple"
1572
 
1573
- #: ../../admin/lang/dynamic_strings.php:64
 
 
 
 
1574
  msgid "p-sym"
1575
  msgstr "Symbian OS"
1576
 
1577
- #: ../../admin/lang/dynamic_strings.php:65
 
 
 
 
1578
  msgid "p-unk"
1579
  msgstr "Unbekannt"
1580
 
1581
- #: ../../admin/lang/dynamic_strings.php:66
1582
  msgid "p-win"
1583
  msgstr "Microsoft"
1584
 
1585
- #: ../../admin/lang/dynamic_strings.php:67
1586
  msgid "powertv"
1587
  msgstr "PowerTV"
1588
 
1589
- #: ../../admin/lang/dynamic_strings.php:68
1590
  msgid "acrobat"
1591
  msgstr "Acrobat Reader"
1592
 
1593
- #: ../../admin/lang/dynamic_strings.php:69
1594
  msgid "director"
1595
  msgstr "Macromedia Director"
1596
 
1597
- #: ../../admin/lang/dynamic_strings.php:70
1598
  msgid "flash"
1599
  msgstr "Adobe Flash Player"
1600
 
1601
- #: ../../admin/lang/dynamic_strings.php:71
1602
  msgid "mediaplayer"
1603
  msgstr "Microsoft Media Player"
1604
 
1605
- #: ../../admin/lang/dynamic_strings.php:72
1606
  msgid "quicktime"
1607
  msgstr "QuickTime"
1608
 
1609
- #: ../../admin/lang/dynamic_strings.php:73
1610
  msgid "real"
1611
  msgstr "Real Player"
1612
 
1613
- #: ../../admin/lang/dynamic_strings.php:74
1614
  msgid "silverlight"
1615
  msgstr "Microsoft Silverlight"
1616
 
1617
  # Afrikaans
1618
- #: ../../admin/lang/dynamic_strings.php:75
1619
  msgid "l-af"
1620
  msgstr "Afrikaans"
1621
 
1622
  # Afrikaans
1623
- #: ../../admin/lang/dynamic_strings.php:76
1624
  #, fuzzy
1625
  msgid "l-af-za"
1626
  msgstr "Afrikaans"
1627
 
1628
  # Arabic
1629
- #: ../../admin/lang/dynamic_strings.php:77
1630
  msgid "l-ar"
1631
  msgstr "Arabic"
1632
 
1633
  # Arabic (United Arab Emirates)
1634
- #: ../../admin/lang/dynamic_strings.php:78
1635
  msgid "l-ar-ae"
1636
  msgstr "Arabic (United Arab Emirates)"
1637
 
1638
  # Arabic (Bahrain)
1639
- #: ../../admin/lang/dynamic_strings.php:79
1640
  msgid "l-ar-bh"
1641
  msgstr "Arabic (Bahrain)"
1642
 
1643
  # Arabic (Algeria)
1644
- #: ../../admin/lang/dynamic_strings.php:80
1645
  msgid "l-ar-dz"
1646
  msgstr "Arabic (Algeria)"
1647
 
1648
  # Arabic (Egypt)
1649
- #: ../../admin/lang/dynamic_strings.php:81
1650
  msgid "l-ar-eg"
1651
  msgstr "Arabic (Egypt)"
1652
 
1653
  # Arabic (Iraq)
1654
- #: ../../admin/lang/dynamic_strings.php:82
1655
  msgid "l-ar-iq"
1656
  msgstr "Arabic (Iraq)"
1657
 
1658
  # Arabic (Jordan)
1659
- #: ../../admin/lang/dynamic_strings.php:83
1660
  msgid "l-ar-jo"
1661
  msgstr "Arabic (Jordan)"
1662
 
1663
  # Arabic (Kuwait)
1664
- #: ../../admin/lang/dynamic_strings.php:84
1665
  msgid "l-ar-kw"
1666
  msgstr "Arabic (Kuwait)"
1667
 
1668
  # Arabic (Lebanon)
1669
- #: ../../admin/lang/dynamic_strings.php:85
1670
  msgid "l-ar-lb"
1671
  msgstr "Arabic (Lebanon)"
1672
 
1673
  # Arabic (Libya)
1674
- #: ../../admin/lang/dynamic_strings.php:86
1675
  msgid "l-ar-ly"
1676
  msgstr "Arabic (Libya)"
1677
 
1678
  # Arabic (Morocco)
1679
- #: ../../admin/lang/dynamic_strings.php:87
1680
  msgid "l-ar-ma"
1681
  msgstr "Arabic (Morocco)"
1682
 
1683
  # Arabic (Oman)
1684
- #: ../../admin/lang/dynamic_strings.php:88
1685
  msgid "l-ar-om"
1686
  msgstr "Arabic (Oman)"
1687
 
1688
  # Arabic (Qatar)
1689
- #: ../../admin/lang/dynamic_strings.php:89
1690
  msgid "l-ar-qa"
1691
  msgstr "Arabic (Qatar)"
1692
 
1693
  # Arabic (Saudi Arabia)
1694
- #: ../../admin/lang/dynamic_strings.php:90
1695
  msgid "l-ar-sa"
1696
  msgstr "Arabic (Saudi Arabia)"
1697
 
1698
  # Arabic (Syria)
1699
- #: ../../admin/lang/dynamic_strings.php:91
1700
  msgid "l-ar-sy"
1701
  msgstr "Arabic (Syria)"
1702
 
1703
  # Arabic (Tunisia)
1704
- #: ../../admin/lang/dynamic_strings.php:92
1705
  msgid "l-ar-tn"
1706
  msgstr "Arabic (Tunisia)"
1707
 
1708
  # Arabic (Yemen)
1709
- #: ../../admin/lang/dynamic_strings.php:93
1710
  msgid "l-ar-ye"
1711
  msgstr "Arabic (Yemen)"
1712
 
1713
  # Azerbaijani
1714
- #: ../../admin/lang/dynamic_strings.php:94
1715
  msgid "l-az"
1716
  msgstr "Azerbaijani"
1717
 
1718
  # Azerbaijani
1719
- #: ../../admin/lang/dynamic_strings.php:95
1720
  #, fuzzy
1721
  msgid "l-az-az"
1722
  msgstr "Azerbaijani"
1723
 
1724
  # Belarusian
1725
- #: ../../admin/lang/dynamic_strings.php:96
1726
  msgid "l-be"
1727
  msgstr "Belarusian"
1728
 
1729
  # Belarusian
1730
- #: ../../admin/lang/dynamic_strings.php:97
1731
  #, fuzzy
1732
  msgid "l-be-by"
1733
  msgstr "Belarusian"
1734
 
1735
  # Bulgarian
1736
- #: ../../admin/lang/dynamic_strings.php:98
1737
  msgid "l-bg"
1738
  msgstr "Bulgarian"
1739
 
1740
  # Bulgarian
1741
- #: ../../admin/lang/dynamic_strings.php:99
1742
  #, fuzzy
1743
  msgid "l-bg-bg"
1744
  msgstr "Bulgarian"
1745
 
1746
  # Bosnian
1747
- #: ../../admin/lang/dynamic_strings.php:100
1748
  #, fuzzy
1749
  msgid "l-bs-ba"
1750
  msgstr "Bosnian"
1751
 
1752
  # Catalan; Valencian
1753
- #: ../../admin/lang/dynamic_strings.php:101
1754
  msgid "l-ca"
1755
  msgstr "Catalan; Valencian"
1756
 
1757
  # Catalan; Valencian
1758
- #: ../../admin/lang/dynamic_strings.php:102
1759
  #, fuzzy
1760
  msgid "l-ca-es"
1761
  msgstr "Catalan; Valencian"
1762
 
1763
  # Czech
1764
- #: ../../admin/lang/dynamic_strings.php:103
1765
  msgid "l-cs"
1766
  msgstr "Czech"
1767
 
1768
  # Czech
1769
- #: ../../admin/lang/dynamic_strings.php:104
1770
  #, fuzzy
1771
  msgid "l-cs-cz"
1772
  msgstr "Czech"
1773
 
1774
  # Welsh
1775
- #: ../../admin/lang/dynamic_strings.php:105
1776
  msgid "l-cy"
1777
  msgstr "Welsh"
1778
 
1779
  # Welsh
1780
- #: ../../admin/lang/dynamic_strings.php:106
1781
  #, fuzzy
1782
  msgid "l-cy-gb"
1783
  msgstr "Welsh"
1784
 
1785
  # Danish
1786
- #: ../../admin/lang/dynamic_strings.php:107
1787
  msgid "l-da"
1788
  msgstr "Danish"
1789
 
1790
  # Danish
1791
- #: ../../admin/lang/dynamic_strings.php:108
1792
  #, fuzzy
1793
  msgid "l-da-dk"
1794
  msgstr "Danish"
1795
 
1796
  # German
1797
- #: ../../admin/lang/dynamic_strings.php:109
1798
  msgid "l-de"
1799
  msgstr "German"
1800
 
1801
  # German (Austria)
1802
- #: ../../admin/lang/dynamic_strings.php:110
1803
  msgid "l-de-at"
1804
  msgstr "German (Austria)"
1805
 
1806
  # German (Switzerland)
1807
- #: ../../admin/lang/dynamic_strings.php:111
1808
  msgid "l-de-ch"
1809
  msgstr "German (Switzerland)"
1810
 
1811
  # German (Germany)
1812
- #: ../../admin/lang/dynamic_strings.php:112
1813
  msgid "l-de-de"
1814
  msgstr "German (Germany)"
1815
 
1816
  # German (Liechtenstein)
1817
- #: ../../admin/lang/dynamic_strings.php:113
1818
  msgid "l-de-li"
1819
  msgstr "German (Liechtenstein)"
1820
 
1821
  # German (Luxembourg)
1822
- #: ../../admin/lang/dynamic_strings.php:114
1823
  msgid "l-de-lu"
1824
  msgstr "German (Luxembourg)"
1825
 
1826
  # Dhivehi; Divehi; Maldivian
1827
- #: ../../admin/lang/dynamic_strings.php:115
1828
  msgid "l-dv"
1829
  msgstr "Dhivehi; Divehi; Maldivian"
1830
 
1831
  # Dhivehi; Divehi; Maldivian
1832
- #: ../../admin/lang/dynamic_strings.php:116
1833
  #, fuzzy
1834
  msgid "l-dv-mv"
1835
  msgstr "Dhivehi; Divehi; Maldivian"
1836
 
1837
  # Modern Greek (1453-)
1838
- #: ../../admin/lang/dynamic_strings.php:117
1839
  msgid "l-el"
1840
  msgstr "Modern Greek (1453-)"
1841
 
1842
  # Greek (Greece)
1843
- #: ../../admin/lang/dynamic_strings.php:118
1844
  msgid "l-el-gr"
1845
  msgstr "Greek (Greece)"
1846
 
1847
  # English
1848
- #: ../../admin/lang/dynamic_strings.php:119
1849
  msgid "l-en"
1850
  msgstr "English"
1851
 
1852
  # English (Australia)
1853
- #: ../../admin/lang/dynamic_strings.php:120
1854
  msgid "l-en-au"
1855
  msgstr "English (Australia)"
1856
 
1857
  # English (Belize)
1858
- #: ../../admin/lang/dynamic_strings.php:121
1859
  msgid "l-en-bz"
1860
  msgstr "English (Belize)"
1861
 
1862
  # English (Canada)
1863
- #: ../../admin/lang/dynamic_strings.php:122
1864
  msgid "l-en-ca"
1865
  msgstr "English (Canada)"
1866
 
1867
  # English (Canada)
1868
- #: ../../admin/lang/dynamic_strings.php:123
1869
  #, fuzzy
1870
  msgid "l-en-cb"
1871
  msgstr "English (Canada)"
1872
 
1873
  # English (United Kingdom)
1874
- #: ../../admin/lang/dynamic_strings.php:124
1875
  msgid "l-en-gb"
1876
  msgstr "English (United Kingdom)"
1877
 
1878
  # English (Ireland)
1879
- #: ../../admin/lang/dynamic_strings.php:125
1880
  msgid "l-en-ie"
1881
  msgstr "English (Ireland)"
1882
 
1883
  # English (Jamaica)
1884
- #: ../../admin/lang/dynamic_strings.php:126
1885
  msgid "l-en-jm"
1886
  msgstr "English (Jamaica)"
1887
 
1888
  # English (New Zealand)
1889
- #: ../../admin/lang/dynamic_strings.php:127
1890
  msgid "l-en-nz"
1891
  msgstr "English (New Zealand)"
1892
 
1893
  # English
1894
- #: ../../admin/lang/dynamic_strings.php:128
1895
  #, fuzzy
1896
  msgid "l-en-ph"
1897
  msgstr "English"
1898
 
1899
  # English (Trinidad)
1900
- #: ../../admin/lang/dynamic_strings.php:129
1901
  msgid "l-en-tt"
1902
  msgstr "English (Trinidad)"
1903
 
1904
  # English (United States)
1905
- #: ../../admin/lang/dynamic_strings.php:130
1906
  msgid "l-en-us"
1907
  msgstr "English (United States)"
1908
 
1909
  # English (South Africa)
1910
- #: ../../admin/lang/dynamic_strings.php:131
1911
  msgid "l-en-za"
1912
  msgstr "English (South Africa)"
1913
 
1914
  # English (South Africa)
1915
- #: ../../admin/lang/dynamic_strings.php:132
1916
  #, fuzzy
1917
  msgid "l-en-zw"
1918
  msgstr "English (South Africa)"
1919
 
1920
  # Esperanto
1921
- #: ../../admin/lang/dynamic_strings.php:133
1922
  msgid "l-eo"
1923
  msgstr "Esperanto"
1924
 
1925
  # Spanish; Castilian
1926
- #: ../../admin/lang/dynamic_strings.php:134
1927
  msgid "l-es"
1928
  msgstr "Spanish; Castilian"
1929
 
1930
  # Spanish (Argentina)
1931
- #: ../../admin/lang/dynamic_strings.php:135
1932
  msgid "l-es-ar"
1933
  msgstr "Spanish (Argentina)"
1934
 
1935
  # Spanish (Bolivia)
1936
- #: ../../admin/lang/dynamic_strings.php:136
1937
  msgid "l-es-bo"
1938
  msgstr "Spanish (Bolivia)"
1939
 
1940
  # Spanish (Chile)
1941
- #: ../../admin/lang/dynamic_strings.php:137
1942
  msgid "l-es-cl"
1943
  msgstr "Spanish (Chile)"
1944
 
1945
  # Spanish (Colombia)
1946
- #: ../../admin/lang/dynamic_strings.php:138
1947
  msgid "l-es-co"
1948
  msgstr "Spanish (Colombia)"
1949
 
1950
  # Spanish (Costa Rica)
1951
- #: ../../admin/lang/dynamic_strings.php:139
1952
  msgid "l-es-cr"
1953
  msgstr "Spanish (Costa Rica)"
1954
 
1955
  # Spanish (Dominican Republic)
1956
- #: ../../admin/lang/dynamic_strings.php:140
1957
  msgid "l-es-do"
1958
  msgstr "Spanish (Dominican Republic)"
1959
 
1960
  # Spanish (Ecuador)
1961
- #: ../../admin/lang/dynamic_strings.php:141
1962
  msgid "l-es-ec"
1963
  msgstr "Spanish (Ecuador)"
1964
 
1965
  # Spanish (Spain)
1966
- #: ../../admin/lang/dynamic_strings.php:142
1967
  msgid "l-es-es"
1968
  msgstr "Spanish (Spain)"
1969
 
1970
  # Spanish (Guatemala)
1971
- #: ../../admin/lang/dynamic_strings.php:143
1972
  msgid "l-es-gt"
1973
  msgstr "Spanish (Guatemala)"
1974
 
1975
  # Spanish (Honduras)
1976
- #: ../../admin/lang/dynamic_strings.php:144
1977
  msgid "l-es-hn"
1978
  msgstr "Spanish (Honduras)"
1979
 
1980
  # Spanish (Mexico)
1981
- #: ../../admin/lang/dynamic_strings.php:145
1982
  msgid "l-es-mx"
1983
  msgstr "Spanish (Mexico)"
1984
 
1985
  # Spanish (Nicaragua)
1986
- #: ../../admin/lang/dynamic_strings.php:146
1987
  msgid "l-es-ni"
1988
  msgstr "Spanish (Nicaragua)"
1989
 
1990
  # Spanish (Panama)
1991
- #: ../../admin/lang/dynamic_strings.php:147
1992
  msgid "l-es-pa"
1993
  msgstr "Spanish (Panama)"
1994
 
1995
  # Spanish (Peru)
1996
- #: ../../admin/lang/dynamic_strings.php:148
1997
  msgid "l-es-pe"
1998
  msgstr "Spanish (Peru)"
1999
 
2000
  # Spanish (Puerto Rico)
2001
- #: ../../admin/lang/dynamic_strings.php:149
2002
  msgid "l-es-pr"
2003
  msgstr "Spanish (Puerto Rico)"
2004
 
2005
  # Spanish (Paraguay)
2006
- #: ../../admin/lang/dynamic_strings.php:150
2007
  msgid "l-es-py"
2008
  msgstr "Spanish (Paraguay)"
2009
 
2010
  # Spanish (El Salvador)
2011
- #: ../../admin/lang/dynamic_strings.php:151
2012
  msgid "l-es-sv"
2013
  msgstr "Spanish (El Salvador)"
2014
 
2015
  # Spanish (Uruguay)
2016
- #: ../../admin/lang/dynamic_strings.php:152
2017
  msgid "l-es-uy"
2018
  msgstr "Spanish (Uruguay)"
2019
 
2020
  # Spanish (Venezuela)
2021
- #: ../../admin/lang/dynamic_strings.php:153
2022
  msgid "l-es-ve"
2023
  msgstr "Spanish (Venezuela)"
2024
 
2025
  # Estonian
2026
- #: ../../admin/lang/dynamic_strings.php:154
2027
  msgid "l-et"
2028
  msgstr "Estonian"
2029
 
2030
  # Estonian
2031
- #: ../../admin/lang/dynamic_strings.php:155
2032
  #, fuzzy
2033
  msgid "l-et-ee"
2034
  msgstr "Estonian"
2035
 
2036
  # Basque
2037
- #: ../../admin/lang/dynamic_strings.php:156
2038
  msgid "l-eu"
2039
  msgstr "Basque"
2040
 
2041
  # Basque
2042
- #: ../../admin/lang/dynamic_strings.php:157
2043
  #, fuzzy
2044
  msgid "l-eu-es"
2045
  msgstr "Basque"
2046
 
2047
  # Persian
2048
- #: ../../admin/lang/dynamic_strings.php:158
2049
  msgid "l-fa"
2050
  msgstr "Persian"
2051
 
2052
  # Persian
2053
- #: ../../admin/lang/dynamic_strings.php:159
2054
  #, fuzzy
2055
  msgid "l-fa-ir"
2056
  msgstr "Persian"
2057
 
2058
  # Finnish
2059
- #: ../../admin/lang/dynamic_strings.php:160
2060
  msgid "l-fi"
2061
  msgstr "Finnish"
2062
 
2063
  # Finnish
2064
- #: ../../admin/lang/dynamic_strings.php:161
2065
  #, fuzzy
2066
  msgid "l-fi-fi"
2067
  msgstr "Finnish"
2068
 
2069
  # Faroese
2070
- #: ../../admin/lang/dynamic_strings.php:162
2071
  msgid "l-fo"
2072
  msgstr "Faroese"
2073
 
2074
  # Faroese
2075
- #: ../../admin/lang/dynamic_strings.php:163
2076
  #, fuzzy
2077
  msgid "l-fo-fo"
2078
  msgstr "Faroese"
2079
 
2080
  # French
2081
- #: ../../admin/lang/dynamic_strings.php:164
2082
  msgid "l-fr"
2083
  msgstr "French"
2084
 
2085
  # French (Belgium)
2086
- #: ../../admin/lang/dynamic_strings.php:165
2087
  msgid "l-fr-be"
2088
  msgstr "French (Belgium)"
2089
 
2090
  # French (Canada)
2091
- #: ../../admin/lang/dynamic_strings.php:166
2092
  msgid "l-fr-ca"
2093
  msgstr "French (Canada)"
2094
 
2095
  # French (Switzerland)
2096
- #: ../../admin/lang/dynamic_strings.php:167
2097
  msgid "l-fr-ch"
2098
  msgstr "French (Switzerland)"
2099
 
2100
  # French (France)
2101
- #: ../../admin/lang/dynamic_strings.php:168
2102
  msgid "l-fr-fr"
2103
  msgstr "French (France)"
2104
 
2105
  # French (Luxembourg)
2106
- #: ../../admin/lang/dynamic_strings.php:169
2107
  msgid "l-fr-lu"
2108
  msgstr "French (Luxembourg)"
2109
 
2110
  # French (Switzerland)
2111
- #: ../../admin/lang/dynamic_strings.php:170
2112
  #, fuzzy
2113
  msgid "l-fr-mc"
2114
  msgstr "French (Switzerland)"
2115
 
2116
  # Galician
2117
- #: ../../admin/lang/dynamic_strings.php:171
2118
  msgid "l-gl"
2119
  msgstr "Galician"
2120
 
2121
  # Spanish; Castilian
2122
- #: ../../admin/lang/dynamic_strings.php:172
2123
  #, fuzzy
2124
  msgid "l-gl-es"
2125
  msgstr "Spanish; Castilian"
2126
 
2127
  # Gujarati
2128
- #: ../../admin/lang/dynamic_strings.php:173
2129
  msgid "l-gu"
2130
  msgstr "Gujarati"
2131
 
2132
  # Gujarati
2133
- #: ../../admin/lang/dynamic_strings.php:174
2134
  #, fuzzy
2135
  msgid "l-gu-in"
2136
  msgstr "Gujarati"
2137
 
2138
  # Hebrew
2139
- #: ../../admin/lang/dynamic_strings.php:175
2140
  msgid "l-he"
2141
  msgstr "Hebrew"
2142
 
2143
  # Hebrew (Israel)
2144
- #: ../../admin/lang/dynamic_strings.php:176
2145
  msgid "l-he-il"
2146
  msgstr "Hebrew (Israel)"
2147
 
2148
  # Hindi
2149
- #: ../../admin/lang/dynamic_strings.php:177
2150
  msgid "l-hi"
2151
  msgstr "Hindi"
2152
 
2153
  # Hindi
2154
- #: ../../admin/lang/dynamic_strings.php:178
2155
  #, fuzzy
2156
  msgid "l-hi-in"
2157
  msgstr "Hindi"
2158
 
2159
  # Croatian
2160
- #: ../../admin/lang/dynamic_strings.php:179
2161
  msgid "l-hr"
2162
  msgstr "Croatian"
2163
 
2164
  # Croatian
2165
- #: ../../admin/lang/dynamic_strings.php:180
2166
  #, fuzzy
2167
  msgid "l-hr-ba"
2168
  msgstr "Croatian"
2169
 
2170
  # Croatian
2171
- #: ../../admin/lang/dynamic_strings.php:181
2172
  #, fuzzy
2173
  msgid "l-hr-hr"
2174
  msgstr "Croatian"
2175
 
2176
  # Hungarian
2177
- #: ../../admin/lang/dynamic_strings.php:182
2178
  msgid "l-hu"
2179
  msgstr "Hungarian"
2180
 
2181
  # Hungarian (Hungary)
2182
- #: ../../admin/lang/dynamic_strings.php:183
2183
  msgid "l-hu-hu"
2184
  msgstr "Hungarian (Hungary)"
2185
 
2186
  # Armenian
2187
- #: ../../admin/lang/dynamic_strings.php:184
2188
  msgid "l-hy"
2189
  msgstr "Armenian"
2190
 
2191
  # Armenian
2192
- #: ../../admin/lang/dynamic_strings.php:185
2193
  #, fuzzy
2194
  msgid "l-hy-am"
2195
  msgstr "Armenian"
2196
 
2197
  # Indonesian
2198
- #: ../../admin/lang/dynamic_strings.php:186
2199
  msgid "l-id"
2200
  msgstr "Indonesian"
2201
 
2202
  # Indonesian
2203
- #: ../../admin/lang/dynamic_strings.php:187
2204
  #, fuzzy
2205
  msgid "l-id-id"
2206
  msgstr "Indonesian"
2207
 
2208
  # Icelandic
2209
- #: ../../admin/lang/dynamic_strings.php:188
2210
  msgid "l-is"
2211
  msgstr "Icelandic"
2212
 
2213
  # Icelandic
2214
- #: ../../admin/lang/dynamic_strings.php:189
2215
  #, fuzzy
2216
  msgid "l-is-is"
2217
  msgstr "Icelandic"
2218
 
2219
  # Italian
2220
- #: ../../admin/lang/dynamic_strings.php:190
2221
  msgid "l-it"
2222
  msgstr "Italian"
2223
 
2224
  # Italian (Switzerland)
2225
- #: ../../admin/lang/dynamic_strings.php:191
2226
  msgid "l-it-ch"
2227
  msgstr "Italian (Switzerland)"
2228
 
2229
  # Italian (Italia)
2230
- #: ../../admin/lang/dynamic_strings.php:192
2231
  msgid "l-it-it"
2232
  msgstr "Italian (Italia)"
2233
 
2234
  # Japanese
2235
- #: ../../admin/lang/dynamic_strings.php:193
2236
  msgid "l-ja"
2237
  msgstr "Japanese"
2238
 
2239
  # Japanes
2240
- #: ../../admin/lang/dynamic_strings.php:194
2241
  msgid "l-ja-jp"
2242
  msgstr "Japanese"
2243
 
2244
  # Georgian
2245
- #: ../../admin/lang/dynamic_strings.php:195
2246
  msgid "l-ka"
2247
  msgstr "Georgian"
2248
 
2249
  # Georgian
2250
- #: ../../admin/lang/dynamic_strings.php:196
2251
  #, fuzzy
2252
  msgid "l-ka-ge"
2253
  msgstr "Georgian"
2254
 
2255
  # Kazakh
2256
- #: ../../admin/lang/dynamic_strings.php:197
2257
  msgid "l-kk"
2258
  msgstr "Kazakh"
2259
 
2260
  # Kazakh
2261
- #: ../../admin/lang/dynamic_strings.php:198
2262
  #, fuzzy
2263
  msgid "l-kk-kz"
2264
  msgstr "Kazakh"
2265
 
2266
  # Kannada
2267
- #: ../../admin/lang/dynamic_strings.php:199
2268
  msgid "l-kn"
2269
  msgstr "Kannada"
2270
 
2271
  # Kannada
2272
- #: ../../admin/lang/dynamic_strings.php:200
2273
  #, fuzzy
2274
  msgid "l-kn-in"
2275
  msgstr "Kannada"
2276
 
2277
  # Korean
2278
- #: ../../admin/lang/dynamic_strings.php:201
2279
  msgid "l-ko"
2280
  msgstr "Korean"
2281
 
2282
  # Korean (Republic of Korea)
2283
- #: ../../admin/lang/dynamic_strings.php:202
2284
  msgid "l-ko-kr"
2285
  msgstr "Korean (Republic of Korea)"
2286
 
2287
  # Korean
2288
- #: ../../admin/lang/dynamic_strings.php:203
2289
  #, fuzzy
2290
  msgid "l-kok"
2291
  msgstr "Korean"
2292
 
2293
  # Korean
2294
- #: ../../admin/lang/dynamic_strings.php:204
2295
  #, fuzzy
2296
  msgid "l-kok-in"
2297
  msgstr "Korean"
2298
 
2299
  # Kirghiz; Kyrgyz
2300
- #: ../../admin/lang/dynamic_strings.php:205
2301
  msgid "l-ky"
2302
  msgstr "Kirghiz; Kyrgyz"
2303
 
2304
  # Kirghiz; Kyrgyz
2305
- #: ../../admin/lang/dynamic_strings.php:206
2306
  #, fuzzy
2307
  msgid "l-ky-kg"
2308
  msgstr "Kirghiz; Kyrgyz"
2309
 
2310
  # Lithuanian
2311
- #: ../../admin/lang/dynamic_strings.php:207
2312
  msgid "l-lt"
2313
  msgstr "Lithuanian"
2314
 
2315
  # Lithuanian
2316
- #: ../../admin/lang/dynamic_strings.php:208
2317
  #, fuzzy
2318
  msgid "l-lt-lt"
2319
  msgstr "Lithuanian"
2320
 
2321
  # Latvian
2322
- #: ../../admin/lang/dynamic_strings.php:209
2323
  msgid "l-lv"
2324
  msgstr "Latvian"
2325
 
2326
  # Latvian
2327
- #: ../../admin/lang/dynamic_strings.php:210
2328
  #, fuzzy
2329
  msgid "l-lv-lv"
2330
  msgstr "Latvian"
2331
 
2332
  # Maori
2333
- #: ../../admin/lang/dynamic_strings.php:211
2334
  msgid "l-mi"
2335
  msgstr "Maori"
2336
 
2337
  # Maori
2338
- #: ../../admin/lang/dynamic_strings.php:212
2339
  #, fuzzy
2340
  msgid "l-mi-nz"
2341
  msgstr "Maori"
2342
 
2343
  # Macedonian
2344
- #: ../../admin/lang/dynamic_strings.php:213
2345
  msgid "l-mk"
2346
  msgstr "Macedonian"
2347
 
2348
  # Macedonian
2349
- #: ../../admin/lang/dynamic_strings.php:214
2350
  #, fuzzy
2351
  msgid "l-mk-ml"
2352
  msgstr "Macedonian"
2353
 
2354
  # Mongolian
2355
- #: ../../admin/lang/dynamic_strings.php:215
2356
  msgid "l-mn"
2357
  msgstr "Mongolian"
2358
 
2359
  # Mongolian
2360
- #: ../../admin/lang/dynamic_strings.php:216
2361
  #, fuzzy
2362
  msgid "l-mn-mn"
2363
  msgstr "Mongolian"
2364
 
2365
  # Marathi
2366
- #: ../../admin/lang/dynamic_strings.php:217
2367
  msgid "l-mr"
2368
  msgstr "Marathi"
2369
 
2370
  # Marathi
2371
- #: ../../admin/lang/dynamic_strings.php:218
2372
  #, fuzzy
2373
  msgid "l-mr-in"
2374
  msgstr "Marathi"
2375
 
2376
  # Malay
2377
- #: ../../admin/lang/dynamic_strings.php:219
2378
  msgid "l-ms"
2379
  msgstr "Malay"
2380
 
2381
  # Malay
2382
- #: ../../admin/lang/dynamic_strings.php:220
2383
  #, fuzzy
2384
  msgid "l-ms-bn"
2385
  msgstr "Malay"
2386
 
2387
  # Malay
2388
- #: ../../admin/lang/dynamic_strings.php:221
2389
  #, fuzzy
2390
  msgid "l-ms-my"
2391
  msgstr "Malay"
2392
 
2393
  # Maltese
2394
- #: ../../admin/lang/dynamic_strings.php:222
2395
  msgid "l-mt"
2396
  msgstr "Maltese"
2397
 
2398
  # Maltese
2399
- #: ../../admin/lang/dynamic_strings.php:223
2400
  #, fuzzy
2401
  msgid "l-mt-mt"
2402
  msgstr "Maltese"
2403
 
2404
  # Norwegian Bokmål
2405
- #: ../../admin/lang/dynamic_strings.php:224
2406
  msgid "l-nb"
2407
  msgstr "Norwegian Bokmål"
2408
 
2409
  # Norwegian Bokmål
2410
- #: ../../admin/lang/dynamic_strings.php:225
2411
  #, fuzzy
2412
  msgid "l-nb-no"
2413
  msgstr "Norwegian Bokmål"
2414
 
2415
  # Dutch; Flemish
2416
- #: ../../admin/lang/dynamic_strings.php:226
2417
  msgid "l-nl"
2418
  msgstr "Dutch; Flemish"
2419
 
2420
  # Dutch (Belgium)
2421
- #: ../../admin/lang/dynamic_strings.php:227
2422
  msgid "l-nl-be"
2423
  msgstr "Dutch (Belgium)"
2424
 
2425
  # Dutch (Netherlands)
2426
- #: ../../admin/lang/dynamic_strings.php:228
2427
  msgid "l-nl-nl"
2428
  msgstr "Dutch (Netherlands)"
2429
 
2430
  # Norwegian Nynorsk
2431
- #: ../../admin/lang/dynamic_strings.php:229
2432
  #, fuzzy
2433
  msgid "l-nn-no"
2434
  msgstr "Norwegian Nynorsk"
2435
 
2436
- #: ../../admin/lang/dynamic_strings.php:230
2437
  msgid "l-ns"
2438
  msgstr ""
2439
 
2440
- #: ../../admin/lang/dynamic_strings.php:231
2441
  msgid "l-ns-za"
2442
  msgstr ""
2443
 
2444
  # Panjabi; Punjabi
2445
- #: ../../admin/lang/dynamic_strings.php:232
2446
  msgid "l-pa"
2447
  msgstr "Panjabi; Punjabi"
2448
 
2449
  # Panjabi; Punjabi
2450
- #: ../../admin/lang/dynamic_strings.php:233
2451
  #, fuzzy
2452
  msgid "l-pa-in"
2453
  msgstr "Panjabi; Punjabi"
2454
 
2455
  # Polish
2456
- #: ../../admin/lang/dynamic_strings.php:234
2457
  msgid "l-pl"
2458
  msgstr "Polish"
2459
 
2460
  # Polish
2461
- #: ../../admin/lang/dynamic_strings.php:235
2462
  msgid "l-pl-pl"
2463
  msgstr "Polish (Poland)"
2464
 
2465
  # Pushto; Pashto
2466
- #: ../../admin/lang/dynamic_strings.php:236
2467
  msgid "l-ps"
2468
  msgstr "Pushto; Pashto"
2469
 
2470
  # Spanish (Argentina)
2471
- #: ../../admin/lang/dynamic_strings.php:237
2472
  #, fuzzy
2473
  msgid "l-ps-ar"
2474
  msgstr "Spanish (Argentina)"
2475
 
2476
  # Portuguese
2477
- #: ../../admin/lang/dynamic_strings.php:238
2478
  msgid "l-pt"
2479
  msgstr "Portuguese"
2480
 
2481
  # Portuguese (Brazil)
2482
- #: ../../admin/lang/dynamic_strings.php:239
2483
  msgid "l-pt-br"
2484
  msgstr "Portuguese (Brazil)"
2485
 
2486
  # Portuguese
2487
- #: ../../admin/lang/dynamic_strings.php:240
2488
  msgid "l-pt-pt"
2489
  msgstr "Portuguese (Portugal)"
2490
 
2491
  # Quechua
2492
- #: ../../admin/lang/dynamic_strings.php:241
2493
  msgid "l-qu"
2494
  msgstr "Quechua"
2495
 
2496
  # Quechua
2497
- #: ../../admin/lang/dynamic_strings.php:242
2498
  #, fuzzy
2499
  msgid "l-qu-bo"
2500
  msgstr "Quechua"
2501
 
2502
  # Quechua
2503
- #: ../../admin/lang/dynamic_strings.php:243
2504
  #, fuzzy
2505
  msgid "l-qu-ec"
2506
  msgstr "Quechua"
2507
 
2508
  # Quechua
2509
- #: ../../admin/lang/dynamic_strings.php:244
2510
  #, fuzzy
2511
  msgid "l-qu-pe"
2512
  msgstr "Quechua"
2513
 
2514
  # Romanian; Moldavian; Moldovan
2515
- #: ../../admin/lang/dynamic_strings.php:245
2516
  msgid "l-ro"
2517
  msgstr "Romanian; Moldavian; Moldovan"
2518
 
2519
  # Romanian; Moldavian; Moldovan
2520
- #: ../../admin/lang/dynamic_strings.php:246
2521
  #, fuzzy
2522
  msgid "l-ro-ro"
2523
  msgstr "Romanian; Moldavian; Moldovan"
2524
 
2525
  # Russian
2526
- #: ../../admin/lang/dynamic_strings.php:247
2527
  msgid "l-ru"
2528
  msgstr "Russian"
2529
 
2530
  # Russian (Russia)
2531
- #: ../../admin/lang/dynamic_strings.php:248
2532
  msgid "l-ru-ru"
2533
  msgstr "Russian (Russia)"
2534
 
2535
  # Sanskrit
2536
- #: ../../admin/lang/dynamic_strings.php:249
2537
  msgid "l-sa"
2538
  msgstr "Sanskrit"
2539
 
2540
  # Sanskrit
2541
- #: ../../admin/lang/dynamic_strings.php:250
2542
  #, fuzzy
2543
  msgid "l-sa-in"
2544
  msgstr "Sanskrit"
2545
 
2546
  # Northern Sami
2547
- #: ../../admin/lang/dynamic_strings.php:251
2548
  msgid "l-se"
2549
  msgstr "Northern Sami"
2550
 
2551
  # Northern Sami
2552
- #: ../../admin/lang/dynamic_strings.php:252
2553
  #, fuzzy
2554
  msgid "l-se-fi"
2555
  msgstr "Northern Sami"
2556
 
2557
  # Northern Sami
2558
- #: ../../admin/lang/dynamic_strings.php:253
2559
  #, fuzzy
2560
  msgid "l-se-no"
2561
  msgstr "Northern Sami"
2562
 
2563
  # Northern Sami
2564
- #: ../../admin/lang/dynamic_strings.php:254
2565
  #, fuzzy
2566
  msgid "l-se-se"
2567
  msgstr "Northern Sami"
2568
 
2569
  # Slovak
2570
- #: ../../admin/lang/dynamic_strings.php:255
2571
  msgid "l-sk"
2572
  msgstr "Slovak"
2573
 
2574
  # Slovak
2575
- #: ../../admin/lang/dynamic_strings.php:256
2576
  #, fuzzy
2577
  msgid "l-sk-sk"
2578
  msgstr "Slovak"
2579
 
2580
  # Slovenian
2581
- #: ../../admin/lang/dynamic_strings.php:257
2582
  msgid "l-sl"
2583
  msgstr "Slovenian"
2584
 
2585
  # Sinhala; Sinhalese
2586
- #: ../../admin/lang/dynamic_strings.php:258
2587
  #, fuzzy
2588
  msgid "l-sl-si"
2589
  msgstr "Sinhala; Sinhalese"
2590
 
2591
  # Albanian
2592
- #: ../../admin/lang/dynamic_strings.php:259
2593
  msgid "l-sq"
2594
  msgstr "Albanian"
2595
 
2596
  # Albanian
2597
- #: ../../admin/lang/dynamic_strings.php:260
2598
  #, fuzzy
2599
  msgid "l-sq-al"
2600
  msgstr "Albanian"
2601
 
2602
  # Serbian
2603
- #: ../../admin/lang/dynamic_strings.php:261
2604
  #, fuzzy
2605
  msgid "l-sr-ba"
2606
  msgstr "Serbian"
2607
 
2608
  # Serbian
2609
- #: ../../admin/lang/dynamic_strings.php:262
2610
  #, fuzzy
2611
  msgid "l-sr-sp"
2612
  msgstr "Serbian"
2613
 
2614
  # Swedish
2615
- #: ../../admin/lang/dynamic_strings.php:263
2616
  msgid "l-sv"
2617
  msgstr "Swedish"
2618
 
2619
  # Swedish (Finland)
2620
- #: ../../admin/lang/dynamic_strings.php:264
2621
  msgid "l-sv-fi"
2622
  msgstr "Swedish (Finland)"
2623
 
2624
  # Swedish (Sweden)
2625
- #: ../../admin/lang/dynamic_strings.php:265
2626
  msgid "l-sv-se"
2627
  msgstr "Swedish (Sweden)"
2628
 
2629
  # Swahili
2630
- #: ../../admin/lang/dynamic_strings.php:266
2631
  msgid "l-sw"
2632
  msgstr "Swahili"
2633
 
2634
  # Swahili
2635
- #: ../../admin/lang/dynamic_strings.php:267
2636
  #, fuzzy
2637
  msgid "l-sw-ke"
2638
  msgstr "Swahili"
2639
 
2640
  # Tamil
2641
- #: ../../admin/lang/dynamic_strings.php:268
2642
  msgid "l-ta"
2643
  msgstr "Tamil"
2644
 
2645
  # Tamil
2646
- #: ../../admin/lang/dynamic_strings.php:269
2647
  #, fuzzy
2648
  msgid "l-ta-in"
2649
  msgstr "Tamil"
2650
 
2651
  # Telugu
2652
- #: ../../admin/lang/dynamic_strings.php:270
2653
  msgid "l-te"
2654
  msgstr "Telugu"
2655
 
2656
  # Telugu
2657
- #: ../../admin/lang/dynamic_strings.php:271
2658
  #, fuzzy
2659
  msgid "l-te-in"
2660
  msgstr "Telugu"
2661
 
2662
  # Thai
2663
- #: ../../admin/lang/dynamic_strings.php:272
2664
  msgid "l-th"
2665
  msgstr "Thai"
2666
 
2667
  # Thai
2668
- #: ../../admin/lang/dynamic_strings.php:273
2669
  msgid "l-th-th"
2670
  msgstr "Thai (Thailand)"
2671
 
2672
  # Tagalog
2673
- #: ../../admin/lang/dynamic_strings.php:274
2674
  msgid "l-tl"
2675
  msgstr "Tagalog"
2676
 
2677
  # Tagalog
2678
- #: ../../admin/lang/dynamic_strings.php:275
2679
  #, fuzzy
2680
  msgid "l-tl-ph"
2681
  msgstr "Tagalog"
2682
 
2683
  # Tswana
2684
- #: ../../admin/lang/dynamic_strings.php:276
2685
  msgid "l-tn"
2686
  msgstr "Tswana"
2687
 
2688
  # English (South Africa)
2689
- #: ../../admin/lang/dynamic_strings.php:277
2690
  #, fuzzy
2691
  msgid "l-tn-za"
2692
  msgstr "English (South Africa)"
2693
 
2694
  # Turkish
2695
- #: ../../admin/lang/dynamic_strings.php:278
2696
  msgid "l-tr"
2697
  msgstr "Turkish"
2698
 
2699
  # Turkish
2700
- #: ../../admin/lang/dynamic_strings.php:279
2701
  msgid "l-tr-tr"
2702
  msgstr "Turkish"
2703
 
2704
  # Tatar
2705
- #: ../../admin/lang/dynamic_strings.php:280
2706
  msgid "l-tt"
2707
  msgstr "Tatar"
2708
 
2709
  # Tatar
2710
- #: ../../admin/lang/dynamic_strings.php:281
2711
  #, fuzzy
2712
  msgid "l-tt-ru"
2713
  msgstr "Tatar"
2714
 
2715
  # Tsonga
2716
- #: ../../admin/lang/dynamic_strings.php:282
2717
  msgid "l-ts"
2718
  msgstr "Tsonga"
2719
 
2720
  # Ukrainian
2721
- #: ../../admin/lang/dynamic_strings.php:283
2722
  msgid "l-uk"
2723
  msgstr "Ukrainian"
2724
 
2725
  # Ukrainian
2726
- #: ../../admin/lang/dynamic_strings.php:284
2727
  #, fuzzy
2728
  msgid "l-uk-ua"
2729
  msgstr "Ukrainian"
2730
 
2731
  # Urdu
2732
- #: ../../admin/lang/dynamic_strings.php:285
2733
  msgid "l-ur"
2734
  msgstr "Urdu"
2735
 
2736
  # Urdu
2737
- #: ../../admin/lang/dynamic_strings.php:286
2738
  #, fuzzy
2739
  msgid "l-ur-pk"
2740
  msgstr "Urdu"
2741
 
2742
  # Uzbek
2743
- #: ../../admin/lang/dynamic_strings.php:287
2744
  msgid "l-uz"
2745
  msgstr "Uzbek"
2746
 
2747
  # Uzbek
2748
- #: ../../admin/lang/dynamic_strings.php:288
2749
  #, fuzzy
2750
  msgid "l-uz-uz"
2751
  msgstr "Uzbek"
2752
 
2753
  # Vietnamese
2754
- #: ../../admin/lang/dynamic_strings.php:289
2755
  msgid "l-vi"
2756
  msgstr "Vietnamese"
2757
 
2758
  # Vietnamese
2759
- #: ../../admin/lang/dynamic_strings.php:290
2760
  msgid "l-vi-vn"
2761
  msgstr "Vietnamese (Vietnam)"
2762
 
2763
  # Xhosa
2764
- #: ../../admin/lang/dynamic_strings.php:291
2765
  msgid "l-xh"
2766
  msgstr "Xhosa"
2767
 
2768
  # Xhosa
2769
- #: ../../admin/lang/dynamic_strings.php:292
2770
  #, fuzzy
2771
  msgid "l-xh-za"
2772
  msgstr "Xhosa"
2773
 
2774
  # Chinese
2775
- #: ../../admin/lang/dynamic_strings.php:293
2776
  msgid "l-zh"
2777
  msgstr "Chinese"
2778
 
2779
  # Chinese (China)
2780
- #: ../../admin/lang/dynamic_strings.php:294
2781
  msgid "l-zh-cn"
2782
  msgstr "Chinese (China)"
2783
 
2784
  # Chinese (Hong Kong)
2785
- #: ../../admin/lang/dynamic_strings.php:295
2786
  msgid "l-zh-hk"
2787
  msgstr "Chinese (Hong Kong)"
2788
 
2789
  # Chinese
2790
- #: ../../admin/lang/dynamic_strings.php:296
2791
  #, fuzzy
2792
  msgid "l-zh-mo"
2793
  msgstr "Chinese"
2794
 
2795
  # Chinese (Singapore)
2796
- #: ../../admin/lang/dynamic_strings.php:297
2797
  msgid "l-zh-sg"
2798
  msgstr "Chinese (Singapore)"
2799
 
2800
  # Chinese (Taiwan)
2801
- #: ../../admin/lang/dynamic_strings.php:298
2802
  msgid "l-zh-tw"
2803
  msgstr "Taiwanese"
2804
 
2805
  # Zulu
2806
- #: ../../admin/lang/dynamic_strings.php:299
2807
  msgid "l-zu"
2808
  msgstr "Zulu"
2809
 
2810
  # Zulu
2811
- #: ../../admin/lang/dynamic_strings.php:300
2812
  #, fuzzy
2813
  msgid "l-zu-za"
2814
  msgstr "Zulu"
2815
 
2816
- #: ../../admin/lang/dynamic_strings.php:301
2817
- #: ../../admin/view/wp-slimstat-reports.php:536
2818
  msgid "l-"
2819
  msgstr "l-"
2820
 
2821
  # Unknown
2822
- #: ../../admin/lang/dynamic_strings.php:302
2823
  msgid "l-empty"
2824
  msgstr "Unknown"
2825
 
2826
  # Unknown
2827
- #: ../../admin/lang/dynamic_strings.php:303
2828
  msgid "l-xx"
2829
  msgstr "Unknown"
2830
 
2831
- #: ../../admin/lang/dynamic_strings.php:304
2832
  msgid "c-xy"
2833
  msgstr "Lokale IP-Adresse"
2834
 
@@ -2840,11 +2852,11 @@ msgstr ""
2840
  msgid "Load"
2841
  msgstr ""
2842
 
2843
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:859
2844
  msgid "Today"
2845
  msgstr "heute"
2846
 
2847
- #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:860
2848
  msgid "Yesterday"
2849
  msgstr "Gestern"
2850
 
@@ -2871,23 +2883,19 @@ msgstr "Heuer"
2871
  msgid "Date Range"
2872
  msgstr "Datum und Uhrzeit"
2873
 
2874
- #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db-new.php:66
2875
- #: ../../admin/view/wp-slimstat-db.php:71
2876
  msgid "Day"
2877
  msgstr "Tag"
2878
 
2879
- #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db-new.php:67
2880
- #: ../../admin/view/wp-slimstat-db.php:72
2881
  msgid "Month"
2882
  msgstr "Monat"
2883
 
2884
- #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db-new.php:68
2885
- #: ../../admin/view/wp-slimstat-db.php:73
2886
  msgid "Year"
2887
  msgstr "Jahr"
2888
 
2889
- #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db-new.php:65
2890
- #: ../../admin/view/wp-slimstat-db.php:70
2891
  msgid "Hour"
2892
  msgstr "Stunde"
2893
 
@@ -2895,8 +2903,7 @@ msgstr "Stunde"
2895
  msgid "Min"
2896
  msgstr ""
2897
 
2898
- #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db-new.php:71
2899
- #: ../../admin/view/wp-slimstat-db.php:76
2900
  msgid "hours"
2901
  msgstr ""
2902
 
@@ -2916,922 +2923,734 @@ msgid ""
2916
  "country of origin."
2917
  msgstr ""
2918
 
2919
- #: ../../admin/view/index.php:157
2920
- msgid "Your report here"
2921
- msgstr "Deine Auswertung hier"
2922
-
2923
- #: ../../admin/view/index.php:159
2924
- #, fuzzy
2925
- msgid ""
2926
- "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2927
- "write a new plugin that retrieves the desired information from the database "
2928
- "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
2929
- "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2930
- "forum_id=10\" target=\"_blank\">support forum</a>."
2931
- msgstr ""
2932
- "Yes, you can! Erstellen Sie Ihre eigene Auswertung f&uuml;r WP SlimStat. Sie "
2933
- "brauchen nur ein neues Plugin zu schreiben, dass die gew&uuml;nschten Daten "
2934
- "aus der Datenbank liest. Ein kleines Demo-Plugin finden Sie in der "
2935
- "Installationsdatei. Dieses zeigt Ihnen, wie Sie in 5 Minuten einen eigenen "
2936
- "Report erstellen k&ouml;nnen. Sie finden es im Plugin-Verzeichnis: <code>wp-"
2937
- "slimstat-custom-report-demo.php</code>. F&uuml;r weitere Informationen dazu "
2938
- "besuchen Sie mein <a href=\"http://lab.duechiacchiere.it/\" title=\"WP "
2939
- "SlimStat Support-Forum\" target=\"_blank\">Support-Forum</a>."
2940
-
2941
- #: ../../admin/view/index.php:176
2942
- #, fuzzy
2943
- msgid ""
2944
- "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2945
- "Slimstat leverages this information to identify returning visitors. Please "
2946
- "note that visitors also include registered users."
2947
  msgstr ""
2948
- "Wenn Besucher einen Kommentar im Blog hinterlassen, weist WordPress diesen "
2949
- "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
2950
- "zur&uuml;kkehrender Besucher."
2951
 
2952
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
2953
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
2954
- msgid "Color codes"
2955
- msgstr "Farbcode"
2956
 
2957
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
2958
- #, fuzzy
2959
- msgid "From search result page"
2960
- msgstr "Von einer Suchergebnisseite"
2961
 
2962
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
2963
- #: ../../admin/wp-slimstat-admin.php:917
2964
- msgid "Known Visitor"
2965
- msgstr "Bekannte Besucher"
2966
 
2967
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
2968
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
2969
- msgid "Known Users"
2970
- msgstr "Bekannte Benutzer"
2971
 
2972
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
2973
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
2974
- msgid "Other Humans"
2975
- msgstr "Andere echte Besucher"
 
 
2976
 
2977
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
2978
- msgid "Bot or Crawler"
2979
- msgstr "Bot oder Crawler"
 
 
2980
 
2981
- #: ../../admin/view/index.php:184
2982
- #, fuzzy
2983
- msgid "Keywords used by your visitors to find your website on a search engine."
2984
- msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
2985
-
2986
- #: ../../admin/view/index.php:187
2987
- msgid ""
2988
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2989
- "measures your site's rankings. Values are updated every 12 hours. Filters "
2990
- "set above don't apply to this report."
2991
- msgstr ""
2992
-
2993
- #: ../../admin/view/index.php:193
2994
- msgid "Human Visits"
2995
- msgstr "Echte Besuche"
2996
-
2997
- #: ../../admin/view/index.php:196
2998
- msgid ""
2999
- "Where not otherwise specified, the metrics in this report are referred to "
3000
- "human visitors."
3001
- msgstr ""
3002
-
3003
- #: ../../admin/view/index.php:199
3004
- #, fuzzy
3005
- msgid ""
3006
- "Internet Service Provider: a company which provides other companies or "
3007
- "individuals with access to the Internet. Your DSL or cable internet service "
3008
- "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3009
- "by setting the corresponding filter under Settings > Slimstat > Filters."
3010
- msgstr ""
3011
- "Internet Service Provider: eine Firma welche Individuen oder Firmen Zugriff "
3012
- "auf das Internet gew&auml;hrt. Der Internet-Zugriff per DSL oder Kabel wird "
3013
- "vom verwendeten ISP zur Verf&uuml;gung gestellt.<br><br>Um spezifische IP-"
3014
- "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
3015
- "'Einstellungen > SlimStat > Filter' gesetzt werden."
3016
-
3017
- #: ../../admin/view/index.php:202
3018
- #, fuzzy
3019
- msgid ""
3020
- "You can configure Slimstat to ignore a specific Country by setting the "
3021
- "corresponding filter under Settings > Slimstat > Filters."
3022
- msgstr ""
3023
- "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
3024
- "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
3025
-
3026
- #: ../../admin/view/index.php:205
3027
- msgid ""
3028
- "This report shows you what user agent families (no version considered) are "
3029
- "popular among your visitors."
3030
- msgstr ""
3031
- "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
3032
- "bei Ihren Besuchern populär sind."
3033
-
3034
- #: ../../admin/view/index.php:208
3035
- msgid ""
3036
- "This report shows you what operating system families (no version considered) "
3037
- "are popular among your visitors."
3038
- msgstr ""
3039
- "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
3040
- "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
3041
-
3042
- #: ../../admin/view/index.php:211 ../../admin/view/wp-slimstat-reports.php:36
3043
- #: ../../admin/wp-slimstat-admin.php:589 ../../admin/wp-slimstat-admin.php:604
3044
- #: ../../wp-slimstat.php:1473
3045
- msgid "Traffic Sources"
3046
- msgstr "Traffic-Ursprung"
3047
-
3048
- #: ../../admin/view/index.php:214
3049
- msgid "Average Pageviews per Visit"
3050
- msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3051
-
3052
- #: ../../admin/view/index.php:217
3053
- msgid ""
3054
- "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3055
- "left your site from the entrance (landing) page."
3056
- msgstr ""
3057
- "Eine 'Absprung' Seite ist der Zugriff auf eine einzelne Seite oder wenn der "
3058
- "Besucher die Website bereits auf der Einstiegs-Seite wieder verl&auml;sst."
3059
-
3060
- #: ../../admin/view/index.php:220
3061
- msgid "Searches performed using Wordpress' built-in search functionality."
3062
- msgstr ""
3063
- "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
3064
-
3065
- #: ../../admin/view/index.php:224
3066
- #, fuzzy
3067
- msgid ""
3068
- "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3069
- "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3070
- "link has an ID attribute associated to it."
3071
- msgstr ""
3072
- "<strong>Linkdetails</strong><br>- <em>A:n</em> heißt, dass der n-te Link der "
3073
- "Seite angeklickt wurde.<br>- <em>ID:xx</em> wird gezeigt, wenn dem "
3074
- "betreffenden Link ein ID-Attribute zugewiesen wurde."
3075
-
3076
- #: ../../admin/view/index.php:227
3077
- msgid ""
3078
- "This report lists any <em>event</em> occurred on your website. Please refer "
3079
- "to the FAQ for more information on how to leverage this functionality."
3080
- msgstr ""
3081
- "Dieses Auswertung listet jedes <em>Ereignis</em> welches auf der Website "
3082
- "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
3083
- "zur Verwendung dieser Funktionalit&auml;t nach."
3084
-
3085
- #: ../../admin/view/index.php:230
3086
- msgid ""
3087
- "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3088
- "this report is not affected by the filters set here above."
3089
- msgstr ""
3090
- "Ihr Inhalt auf einen Blick: Posts, Kommentare, Pingbacks, usw. Dieser "
3091
- "Bericht wird nicht durch die oben eingestellten Filter beeinflusst."
3092
-
3093
- #: ../../admin/view/right-now.php:8
3094
- msgid "Human"
3095
- msgstr ""
3096
-
3097
- #: ../../admin/view/right-now.php:8
3098
- msgid "Bot/Crawler"
3099
- msgstr "Bot/Crawler"
3100
-
3101
- #: ../../admin/view/right-now.php:8
3102
- msgid "Mobile Device"
3103
- msgstr "Mobiles Gerät"
3104
-
3105
- #: ../../admin/view/right-now.php:8
3106
- msgid "Syndication Reader"
3107
- msgstr ""
3108
-
3109
- #: ../../admin/view/right-now.php:27
3110
- #: ../../admin/view/wp-slimstat-reports.php:458
3111
- #: ../../admin/view/wp-slimstat-reports.php:741
3112
- msgid "No data to display"
3113
- msgstr "keine Daten vorhanden"
3114
-
3115
- # Unknown
3116
- #: ../../admin/view/right-now.php:57
3117
- #: ../../admin/view/wp-slimstat-reports.php:524
3118
- #: ../../admin/view/wp-slimstat-reports.php:784
3119
- #: ../../admin/view/wp-slimstat-reports.php:1063
3120
- msgid "c-"
3121
- msgstr "Unknown"
3122
-
3123
- #: ../../admin/view/right-now.php:110
3124
- #: ../../admin/view/wp-slimstat-db-new.php:57
3125
- #: ../../admin/view/wp-slimstat-db.php:58
3126
- #: ../../admin/wp-slimstat-admin.php:919 ../../admin/wp-slimstat-admin.php:961
3127
- msgid "Originating IP"
3128
- msgstr "Ursprüngliche IP"
3129
-
3130
- #: ../../admin/view/right-now.php:128
3131
  msgid "Server Latency and Page Speed in milliseconds"
3132
  msgstr ""
3133
 
3134
- #: ../../admin/view/right-now.php:128
3135
  msgid "SL"
3136
  msgstr ""
3137
 
3138
- #: ../../admin/view/right-now.php:128
3139
  msgid "PS"
3140
  msgstr ""
3141
 
3142
- #: ../../admin/view/right-now.php:140
3143
- #: ../../admin/view/wp-slimstat-reports.php:588
3144
- #: ../../admin/view/wp-slimstat-reports.php:592
3145
- #: ../../admin/view/wp-slimstat-reports.php:766
3146
- #: ../../admin/view/wp-slimstat-reports.php:819
3147
  msgid "Open this URL in a new window"
3148
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
3149
 
3150
- #: ../../admin/view/right-now.php:143
3151
  msgid "Local search results page"
3152
  msgstr "lokale Suchergebnisse"
3153
 
3154
- #: ../../admin/view/right-now.php:148
3155
- #: ../../admin/view/wp-slimstat-db-new.php:36
3156
- #: ../../admin/view/wp-slimstat-db.php:39
3157
- #: ../../admin/wp-slimstat-admin.php:922 ../../admin/wp-slimstat-admin.php:938
3158
  msgid "Search Terms"
3159
  msgstr "Suchbegriffe"
3160
 
3161
- #: ../../admin/view/right-now.php:153
3162
  msgid "Open this referrer in a new window"
3163
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
3164
 
3165
- #: ../../admin/view/right-now.php:155
 
 
 
 
3166
  msgid "Date and Time"
3167
  msgstr "Datum und Uhrzeit"
3168
 
3169
- #: ../../admin/view/right-now.php:156
3170
  #, fuzzy
3171
  msgid "Content Type"
3172
  msgstr "Inhalt"
3173
 
3174
- #: ../../admin/view/right-now.php:159
3175
  #, fuzzy
3176
  msgid "Delete this pageview"
3177
  msgstr "Lösche Seitenaufrufe, wo"
3178
 
3179
- #: ../../admin/view/wp-slimstat-db-new.php:33
3180
  #: ../../admin/view/wp-slimstat-db.php:36
3181
- #: ../../admin/wp-slimstat-admin.php:935
3182
  msgid "Browser"
3183
  msgstr "Browser"
3184
 
3185
- #: ../../admin/view/wp-slimstat-db-new.php:34
3186
  #: ../../admin/view/wp-slimstat-db.php:37
3187
- #: ../../admin/view/wp-slimstat-reports.php:523
3188
- #: ../../admin/wp-slimstat-admin.php:936
3189
  msgid "Country Code"
3190
  msgstr "L&auml;nder-Code"
3191
 
3192
- #: ../../admin/view/wp-slimstat-db-new.php:35
3193
  #: ../../admin/view/wp-slimstat-db.php:38
3194
  msgid "IP Address"
3195
  msgstr "IP-Adresse"
3196
 
3197
- #: ../../admin/view/wp-slimstat-db-new.php:37
3198
  #: ../../admin/view/wp-slimstat-db.php:40
3199
- #: ../../admin/view/wp-slimstat-reports.php:535
3200
- #: ../../admin/wp-slimstat-admin.php:939
3201
  msgid "Language Code"
3202
  msgstr "Sprach-Kodierung"
3203
 
3204
- #: ../../admin/view/wp-slimstat-db-new.php:38
3205
  #: ../../admin/view/wp-slimstat-db.php:41
3206
- #: ../../admin/wp-slimstat-admin.php:940
3207
  msgid "Operating System"
3208
  msgstr "Betriebssystem"
3209
 
3210
- #: ../../admin/view/wp-slimstat-db-new.php:39
3211
  #: ../../admin/view/wp-slimstat-db.php:42
3212
- #: ../../admin/wp-slimstat-admin.php:941
3213
  msgid "Permalink"
3214
  msgstr "Permalink"
3215
 
3216
- #: ../../admin/view/wp-slimstat-db-new.php:40
3217
- msgid "Domain"
3218
- msgstr "Dom&auml;ne"
3219
-
3220
- #: ../../admin/view/wp-slimstat-db-new.php:41
3221
  #: ../../admin/view/wp-slimstat-db.php:43
3222
- #: ../../admin/wp-slimstat-admin.php:942
3223
  msgid "Referer"
3224
  msgstr "Herkunft"
3225
 
3226
- #: ../../admin/view/wp-slimstat-db-new.php:42
3227
  #: ../../admin/view/wp-slimstat-db.php:44
3228
- #: ../../admin/wp-slimstat-admin.php:943
3229
  msgid "Visitor's Name"
3230
  msgstr "Besuchername"
3231
 
3232
- #: ../../admin/view/wp-slimstat-db-new.php:43
3233
  #: ../../admin/view/wp-slimstat-db.php:45
 
 
 
 
 
3234
  msgid "Page Speed"
3235
  msgstr ""
3236
 
3237
- #: ../../admin/view/wp-slimstat-db-new.php:45
3238
- #: ../../admin/view/wp-slimstat-db.php:47
3239
  msgid "-- Advanced filters --"
3240
  msgstr "-- Erweiterte Filter --"
3241
 
3242
- #: ../../admin/view/wp-slimstat-db-new.php:46
3243
- #: ../../admin/view/wp-slimstat-db.php:48
3244
- #: ../../admin/view/wp-slimstat-reports.php:63
3245
  msgid "Browser Capabilities"
3246
  msgstr "Browser-F&auml;higkeiten"
3247
 
3248
- #: ../../admin/view/wp-slimstat-db-new.php:47
3249
- #: ../../admin/view/wp-slimstat-db.php:49
3250
- #: ../../admin/wp-slimstat-admin.php:954
3251
  msgid "Browser Version"
3252
  msgstr "Browser-Version"
3253
 
3254
- #: ../../admin/view/wp-slimstat-db-new.php:48
3255
- #: ../../admin/view/wp-slimstat-db.php:50
3256
- #: ../../admin/wp-slimstat-admin.php:955
3257
  msgid "Browser Type"
3258
  msgstr "Browser-Typ"
3259
 
3260
- #: ../../admin/view/wp-slimstat-db-new.php:49
3261
- #: ../../admin/view/wp-slimstat-db.php:51
3262
- #: ../../admin/wp-slimstat-admin.php:924
3263
  msgid "User Agent"
3264
  msgstr "User Agent"
3265
 
3266
- #: ../../admin/view/wp-slimstat-db-new.php:50
3267
- #: ../../admin/view/wp-slimstat-db.php:52
3268
- #: ../../admin/wp-slimstat-admin.php:956
3269
- msgid "Color Depth"
3270
- msgstr "Farbtiefe"
3271
-
3272
- #: ../../admin/view/wp-slimstat-db-new.php:51
3273
  #: ../../admin/view/wp-slimstat-db.php:53
3274
- #: ../../admin/wp-slimstat-admin.php:957
3275
- msgid "CSS Version"
3276
- msgstr "CSS Version"
3277
-
3278
- #: ../../admin/view/wp-slimstat-db-new.php:52
3279
- #: ../../admin/view/wp-slimstat-db.php:54
3280
- #: ../../admin/wp-slimstat-admin.php:958
3281
  msgid "Pageview Attributes"
3282
  msgstr "Eigenschaften Seitenaufrufe"
3283
 
3284
- #: ../../admin/view/wp-slimstat-db-new.php:53
3285
- #: ../../admin/view/wp-slimstat-db.php:55
3286
  #, fuzzy
3287
  msgid "Server Latency"
3288
  msgstr "Latenz"
3289
 
3290
- #: ../../admin/view/wp-slimstat-db-new.php:54
3291
- #: ../../admin/wp-slimstat-admin.php:925
3292
- msgid "Outbound Link"
3293
- msgstr "Ausgehender Link"
3294
-
3295
- #: ../../admin/view/wp-slimstat-db-new.php:55
3296
- #: ../../admin/view/wp-slimstat-db.php:56
3297
- #: ../../admin/wp-slimstat-admin.php:959
3298
  msgid "Post Author"
3299
  msgstr "Autor der Seiten"
3300
 
3301
- #: ../../admin/view/wp-slimstat-db-new.php:56
3302
- #: ../../admin/view/wp-slimstat-db.php:57
3303
- #: ../../admin/wp-slimstat-admin.php:960
3304
  msgid "Post Category ID"
3305
  msgstr "Kategorie-ID der Seite"
3306
 
3307
- #: ../../admin/view/wp-slimstat-db-new.php:58
3308
- #: ../../admin/view/wp-slimstat-db.php:59
3309
- #: ../../admin/wp-slimstat-admin.php:962
3310
  msgid "Resource Content Type"
3311
  msgstr "Inhalt der Ressource"
3312
 
3313
- #: ../../admin/view/wp-slimstat-db-new.php:59
3314
- #: ../../admin/view/wp-slimstat-db.php:60
3315
  msgid "Resource ID"
3316
  msgstr "Ressourcen-ID"
3317
 
3318
- #: ../../admin/view/wp-slimstat-db-new.php:60
3319
- #: ../../admin/wp-slimstat-admin.php:963
3320
- msgid "Screen Resolution"
 
 
 
 
3321
  msgstr "Bildschirm-Aufl&ouml;sung"
3322
 
3323
- #: ../../admin/view/wp-slimstat-db-new.php:61
3324
- #: ../../admin/view/wp-slimstat-db.php:64
3325
- #: ../../admin/wp-slimstat-admin.php:964
 
 
 
3326
  msgid "Visit ID"
3327
  msgstr "Besuchs-ID"
3328
 
3329
- #: ../../admin/view/wp-slimstat-db-new.php:64
3330
- #: ../../admin/view/wp-slimstat-db.php:69
3331
  msgid "Minute"
3332
  msgstr ""
3333
 
3334
- #: ../../admin/view/wp-slimstat-db-new.php:69
3335
- #: ../../admin/view/wp-slimstat-db.php:74
3336
  msgid "+/-"
3337
  msgstr ""
3338
 
3339
- #: ../../admin/view/wp-slimstat-db-new.php:72
3340
- #: ../../admin/view/wp-slimstat-db.php:77
3341
  #, fuzzy
3342
  msgid "minutes"
3343
  msgstr "1-3 Minuten"
3344
 
3345
- #: ../../admin/view/wp-slimstat-db-new.php:74
 
 
 
 
3346
  #, fuzzy
3347
- msgid "Order Direction"
3348
  msgstr "Macromedia Director"
3349
 
3350
- #: ../../admin/view/wp-slimstat-db-new.php:75
3351
  #: ../../admin/view/wp-slimstat-db.php:80
3352
  #, fuzzy
3353
  msgid "Limit Results"
3354
  msgstr "Max. Anzahl Ergebnisse"
3355
 
3356
- #: ../../admin/view/wp-slimstat-db-new.php:76
3357
  #: ../../admin/view/wp-slimstat-db.php:81
3358
  msgid "Start From"
3359
  msgstr ""
3360
 
3361
- #: ../../admin/view/wp-slimstat-db.php:61
3362
- msgid "Screen Width"
 
3363
  msgstr ""
3364
 
3365
- #: ../../admin/view/wp-slimstat-db.php:62
3366
- #, fuzzy
3367
- msgid "Screen Height"
3368
- msgstr "Bildschirm-Aufl&ouml;sung"
 
3369
 
3370
- #: ../../admin/view/wp-slimstat-db.php:63
3371
- msgid "Viewport Size"
 
 
3372
  msgstr ""
3373
 
3374
- #: ../../admin/view/wp-slimstat-db.php:78
3375
- msgid "Unix Timestamp"
 
 
3376
  msgstr ""
3377
 
3378
- #: ../../admin/view/wp-slimstat-reports.php:32
3379
- #: ../../admin/wp-slimstat-admin.php:585 ../../wp-slimstat.php:1469
3380
- msgid "Real-Time Log"
 
 
 
 
 
 
 
 
3381
  msgstr ""
3382
 
3383
- #: ../../admin/view/wp-slimstat-reports.php:33
3384
- #: ../../admin/wp-slimstat-admin.php:586 ../../admin/wp-slimstat-admin.php:601
3385
- #: ../../wp-slimstat.php:1470
3386
- msgid "Overview"
3387
- msgstr "&Uuml;bersicht"
3388
 
3389
- #: ../../admin/view/wp-slimstat-reports.php:34
3390
- #: ../../admin/wp-slimstat-admin.php:587 ../../admin/wp-slimstat-admin.php:602
3391
- #: ../../wp-slimstat.php:1471
3392
- msgid "Audience"
 
 
3393
  msgstr ""
 
3394
 
3395
- #: ../../admin/view/wp-slimstat-reports.php:35
3396
- #: ../../admin/wp-slimstat-admin.php:588 ../../admin/wp-slimstat-admin.php:603
3397
- #: ../../wp-slimstat.php:1472
3398
- msgid "Site Analysis"
3399
  msgstr ""
 
3400
 
3401
- #: ../../admin/view/wp-slimstat-reports.php:37
3402
- #: ../../admin/wp-slimstat-admin.php:590 ../../admin/wp-slimstat-admin.php:605
3403
- #: ../../wp-slimstat.php:1474
3404
- msgid "Map Overlay"
3405
  msgstr ""
3406
 
3407
- #: ../../admin/view/wp-slimstat-reports.php:38
3408
- #: ../../admin/wp-slimstat-admin.php:591 ../../admin/wp-slimstat-admin.php:606
3409
- #: ../../wp-slimstat.php:1475
3410
- msgid "Custom Reports"
3411
- msgstr "individuelle Auswertungen"
3412
 
3413
- #: ../../admin/view/wp-slimstat-reports.php:42
3414
- msgid "Pageviews (chart)"
3415
- msgstr "Seitenaufrufe (Diagramm)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3416
 
3417
- #: ../../admin/view/wp-slimstat-reports.php:43
3418
  #, fuzzy
3419
  msgid "About Slimstat"
3420
  msgstr "&Uuml;ber WP SlimStat"
3421
 
3422
- #: ../../admin/view/wp-slimstat-reports.php:44
3423
  msgid "At a Glance"
3424
  msgstr "Auf einen Blick"
3425
 
3426
- #: ../../admin/view/wp-slimstat-reports.php:45
3427
  #, fuzzy
3428
  msgid "Currently Online"
3429
  msgstr "Aktuelle Filter:"
3430
 
3431
- #: ../../admin/view/wp-slimstat-reports.php:47
3432
- #: ../../admin/view/wp-slimstat-reports.php:82
 
 
 
 
 
 
 
 
 
 
3433
  msgid "Recent Search Terms"
3434
  msgstr "Letzte interne Suchbegriffe"
3435
 
3436
- #: ../../admin/view/wp-slimstat-reports.php:48
 
 
 
 
 
3437
  msgid "Top Pages"
3438
  msgstr "Top-Seiten"
3439
 
3440
- #: ../../admin/view/wp-slimstat-reports.php:49
3441
- #: ../../admin/view/wp-slimstat-reports.php:79
 
 
 
 
 
3442
  msgid "Top Traffic Sources"
3443
  msgstr "Top-Traffic-Ursprung"
3444
 
3445
- #: ../../admin/view/wp-slimstat-reports.php:50
3446
  msgid "Top Known Visitors"
3447
  msgstr "Top bekannte Besucher"
3448
 
3449
- #: ../../admin/view/wp-slimstat-reports.php:51
3450
- #: ../../admin/view/wp-slimstat-reports.php:77
3451
- #: ../../admin/view/wp-slimstat-reports.php:97
3452
  msgid "Top Search Terms"
3453
  msgstr "Top-Suchbegriffe"
3454
 
3455
- #: ../../admin/view/wp-slimstat-reports.php:52
3456
- #: ../../admin/view/wp-slimstat-reports.php:64
3457
- #: ../../admin/view/wp-slimstat-reports.php:78
3458
  msgid "Top Countries"
3459
  msgstr "Top-L&auml;nder"
3460
 
3461
- #: ../../admin/view/wp-slimstat-reports.php:53
 
 
 
 
 
 
 
 
 
3462
  msgid "Rankings"
3463
  msgstr ""
3464
 
3465
- #: ../../admin/view/wp-slimstat-reports.php:54
 
 
 
 
 
 
 
3466
  #, fuzzy
3467
  msgid "Top Language Families"
3468
  msgstr "Top-Sprachen"
3469
 
3470
- #: ../../admin/view/wp-slimstat-reports.php:55
3471
- msgid "Our Team Recommends"
3472
- msgstr ""
3473
-
3474
- #: ../../admin/view/wp-slimstat-reports.php:56
3475
- msgid "Human Visits (chart)"
3476
- msgstr "Echte Besucher (Diagramm)"
3477
 
3478
- #: ../../admin/view/wp-slimstat-reports.php:57
3479
  #, fuzzy
3480
  msgid "Audience Overview"
3481
  msgstr "&Uuml;bersicht"
3482
 
3483
- #: ../../admin/view/wp-slimstat-reports.php:58
 
 
 
 
 
 
3484
  msgid "Top Languages"
3485
  msgstr "Top-Sprachen"
3486
 
3487
- #: ../../admin/view/wp-slimstat-reports.php:59
3488
  msgid "Top Browsers"
3489
  msgstr "Top-Browser"
3490
 
3491
- #: ../../admin/view/wp-slimstat-reports.php:60
3492
  msgid "Top Service Providers"
3493
  msgstr "Top-Internetprovider"
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3496
  msgid "Top Operating Systems"
3497
  msgstr "Top-Betriebssysteme"
3498
 
3499
- #: ../../admin/view/wp-slimstat-reports.php:62
3500
  msgid "Top Screen Resolutions"
3501
  msgstr "Top-Bildschirmaufl&ouml;sungen"
3502
 
3503
- #: ../../admin/view/wp-slimstat-reports.php:65
3504
  msgid "Visit Duration"
3505
  msgstr "Besuchsdauer"
3506
 
3507
- #: ../../admin/view/wp-slimstat-reports.php:66
3508
- #: ../../admin/view/wp-slimstat-reports.php:83
3509
  msgid "Recent Countries"
3510
  msgstr "Letzte L&auml;nder"
3511
 
3512
- #: ../../admin/view/wp-slimstat-reports.php:67
3513
  msgid "Recent Screen Resolutions"
3514
  msgstr "Letzte Bildschirmaufl&ouml;sungen"
3515
 
3516
- #: ../../admin/view/wp-slimstat-reports.php:68
3517
  msgid "Recent Operating Systems"
3518
  msgstr "Letzte Betriebssysteme"
3519
 
3520
- #: ../../admin/view/wp-slimstat-reports.php:69
3521
  msgid "Recent Browsers"
3522
  msgstr "Letzte Browser"
3523
 
3524
- #: ../../admin/view/wp-slimstat-reports.php:70
3525
  msgid "Recent Languages"
3526
  msgstr "Letzte Sprachen"
3527
 
3528
- #: ../../admin/view/wp-slimstat-reports.php:71
3529
  msgid "Top Browser Families"
3530
  msgstr "Top-Browserfamilien"
3531
 
3532
- #: ../../admin/view/wp-slimstat-reports.php:72
 
 
 
 
 
 
 
 
3533
  msgid "Top OS Families"
3534
  msgstr "Top-Betriebssysteme"
3535
 
3536
- #: ../../admin/view/wp-slimstat-reports.php:73
 
 
 
 
 
 
 
 
3537
  msgid "Recent Users"
3538
  msgstr "Letzte Benutzer"
3539
 
3540
- #: ../../admin/view/wp-slimstat-reports.php:74
3541
  msgid "Top Users"
3542
  msgstr "Top-Benutzer"
3543
 
3544
- #: ../../admin/view/wp-slimstat-reports.php:75
3545
- msgid "Traffic Sources (chart)"
3546
- msgstr "Traffic-Ursprung (Diagramm)"
3547
-
3548
- #: ../../admin/view/wp-slimstat-reports.php:76
3549
  msgid "Summary"
3550
  msgstr "Zusammenfassung"
3551
 
3552
- #: ../../admin/view/wp-slimstat-reports.php:80
3553
  msgid "Top Referring Search Engines"
3554
  msgstr "Top verweisende Suchmaschinen"
3555
 
3556
- #: ../../admin/view/wp-slimstat-reports.php:81
3557
- msgid "Spy View"
3558
- msgstr "Aktuelle Seitenaufrufe"
3559
-
3560
- #: ../../admin/view/wp-slimstat-reports.php:84
3561
  #, fuzzy
3562
  msgid "Recent Exit Pages"
3563
  msgstr "Letzte Absprungseiten"
3564
 
3565
- #: ../../admin/view/wp-slimstat-reports.php:86
 
 
 
 
3566
  msgid "Recent Posts"
3567
  msgstr "Letzte Artikel"
3568
 
3569
- #: ../../admin/view/wp-slimstat-reports.php:87
3570
  msgid "Recent Bounce Pages"
3571
  msgstr "Letzte Absprungseiten"
3572
 
3573
- #: ../../admin/view/wp-slimstat-reports.php:88
 
 
 
 
 
 
 
 
3574
  msgid "Recent Feeds"
3575
  msgstr "Letzte Feeds"
3576
 
3577
- #: ../../admin/view/wp-slimstat-reports.php:89
3578
  msgid "Recent Pages Not Found"
3579
  msgstr ""
3580
 
3581
- #: ../../admin/view/wp-slimstat-reports.php:90
3582
  msgid "Recent Internal Searches"
3583
  msgstr "Letzte interne Suchbegriffe"
3584
 
3585
- #: ../../admin/view/wp-slimstat-reports.php:91
 
 
 
 
 
 
3586
  msgid "Top Categories"
3587
  msgstr "Top-Kategorien"
3588
 
3589
- #: ../../admin/view/wp-slimstat-reports.php:92
3590
- msgid "Recent Outbound Links"
3591
- msgstr "Letzte ausgehende Links"
 
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:93
3594
- msgid "Recent Events"
3595
- msgstr "Letzte Ereignisse"
 
3596
 
3597
- #: ../../admin/view/wp-slimstat-reports.php:94
3598
  msgid "Top Posts"
3599
  msgstr "Top-Artikel"
3600
 
3601
- #: ../../admin/view/wp-slimstat-reports.php:95
3602
- msgid "Top Feeds"
3603
- msgstr "Top-Feeds"
3604
-
3605
- #: ../../admin/view/wp-slimstat-reports.php:96
3606
  msgid "Top Internal Searches"
3607
  msgstr "Top interne Suchbegriffe"
3608
 
3609
- #: ../../admin/view/wp-slimstat-reports.php:98
3610
  msgid "Recent Categories"
3611
  msgstr "Letzte Kategorien"
3612
 
3613
- #: ../../admin/view/wp-slimstat-reports.php:99
3614
  #, fuzzy
3615
  msgid "Top Pages Not Found"
3616
  msgstr "Top-Seiten"
3617
 
3618
- #: ../../admin/view/wp-slimstat-reports.php:100
3619
- #, fuzzy
3620
- msgid "Rcent Exit Pages"
3621
- msgstr "Letzte Absprungseiten"
3622
-
3623
- #: ../../admin/view/wp-slimstat-reports.php:101
3624
  msgid "Top Authors"
3625
  msgstr "Top-Autoren"
3626
 
3627
- #: ../../admin/view/wp-slimstat-reports.php:102
3628
  #, fuzzy
3629
  msgid "Top Tags"
3630
  msgstr "Top Seiten"
3631
 
3632
- #: ../../admin/view/wp-slimstat-reports.php:103
3633
  msgid "Recent Downloads"
3634
  msgstr "Letzte Downloads"
3635
 
3636
- #: ../../admin/view/wp-slimstat-reports.php:104
3637
  #, fuzzy
3638
- msgid "Top OutLinks and Downloads"
3639
- msgstr "Top-Downloads"
3640
 
3641
- #: ../../admin/view/wp-slimstat-reports.php:105
3642
  msgid "Your Website"
3643
  msgstr "Ihre Webseite"
3644
 
3645
- #: ../../admin/view/wp-slimstat-reports.php:106
 
 
 
 
 
 
 
 
3646
  #, fuzzy
3647
  msgid "Top Bounce Pages"
3648
  msgstr "Absprungrate"
3649
 
3650
- #: ../../admin/view/wp-slimstat-reports.php:107
3651
  #, fuzzy
3652
  msgid "Top Exit Pages"
3653
  msgstr "Top-Seiten"
3654
 
3655
- #: ../../admin/view/wp-slimstat-reports.php:108
3656
  #, fuzzy
3657
  msgid "Top Entry Pages"
3658
  msgstr "Top-Seiten"
3659
 
3660
- #: ../../admin/view/wp-slimstat-reports.php:109
3661
  msgid "World Map"
3662
  msgstr "Weltkarte"
3663
 
3664
- #: ../../admin/view/wp-slimstat-reports.php:110
3665
- msgid "Activity"
3666
- msgstr ""
3667
-
3668
- #: ../../admin/view/wp-slimstat-reports.php:217
3669
- msgid "Chart controls"
3670
- msgstr "Diagramm-Einstellungen"
3671
-
3672
- #: ../../admin/view/wp-slimstat-reports.php:217
3673
- msgid "Use your mouse wheel to zoom in and out"
3674
- msgstr "Verwende das Mausrad zum Zoomen"
3675
-
3676
- #: ../../admin/view/wp-slimstat-reports.php:217
3677
- msgid "While zooming in, drag the chart to move to a different area"
3678
- msgstr ""
3679
- "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
3680
-
3681
- #: ../../admin/view/wp-slimstat-reports.php:217
3682
- msgid "Double click on an empty region to reset the zoom level"
3683
- msgstr ""
3684
- "Doppelklick auf einen freien Bereich, um den Zoomlevel zur&uuml;ckzusetzen"
3685
-
3686
- #: ../../admin/view/wp-slimstat-reports.php:233
3687
- msgid "src"
3688
- msgstr "src"
3689
-
3690
- #: ../../admin/view/wp-slimstat-reports.php:236
3691
- msgid "serp"
3692
- msgstr "serp"
3693
-
3694
- #: ../../admin/view/wp-slimstat-reports.php:243
3695
- msgid "Go to the referring page"
3696
- msgstr "Verweisende Seite &ouml;ffnen"
3697
-
3698
- #: ../../admin/view/wp-slimstat-reports.php:265
3699
- msgid "Remove filter for"
3700
- msgstr "Entferne Filter f&uuml;r"
3701
-
3702
- #: ../../admin/view/wp-slimstat-reports.php:269
3703
- msgid "Save"
3704
- msgstr ""
3705
-
3706
- #: ../../admin/view/wp-slimstat-reports.php:272
3707
- #, fuzzy
3708
- msgid "Reset All"
3709
- msgstr "Datenbanktabellen zurücksetzen"
3710
-
3711
- #: ../../admin/view/wp-slimstat-reports.php:276
3712
- msgid "Current filters:"
3713
- msgstr "Aktuelle Filter:"
3714
-
3715
- #: ../../admin/view/wp-slimstat-reports.php:280
3716
  msgid "Refresh"
3717
  msgstr "Anzeige aktualisieren"
3718
 
3719
- #: ../../admin/view/wp-slimstat-reports.php:361
3720
  #, fuzzy, php-format
3721
  msgid "Results %s - %s of %s"
3722
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
3723
 
3724
- #: ../../admin/view/wp-slimstat-reports.php:363
3725
  msgid "Refresh in"
3726
  msgstr "Anzeige aktualisieren in"
3727
 
3728
- #: ../../admin/view/wp-slimstat-reports.php:385
3729
- #: ../../admin/view/wp-slimstat-reports.php:397
3730
- #, php-format
3731
- msgid "Daily %s"
3732
- msgstr "Täglich %s"
3733
-
3734
- #: ../../admin/view/wp-slimstat-reports.php:388
3735
- #, php-format
3736
- msgid "%s Minute by Minute"
3737
- msgstr "%s Minute zu Minute"
3738
-
3739
- #: ../../admin/view/wp-slimstat-reports.php:391
3740
- #, php-format
3741
- msgid "Hourly %s"
3742
- msgstr "Stündlich %s"
3743
-
3744
- #: ../../admin/view/wp-slimstat-reports.php:394
3745
- #, php-format
3746
- msgid "Monthly %s"
3747
- msgstr "Monatlich %s"
3748
 
3749
- #: ../../admin/view/wp-slimstat-reports.php:506
3750
  msgid "Category ID"
3751
  msgstr "Kategorie-ID"
3752
 
3753
- #: ../../admin/view/wp-slimstat-reports.php:539
3754
- msgid "OS Code"
3755
- msgstr "OS-Code"
3756
-
3757
- #: ../../admin/view/wp-slimstat-reports.php:551
3758
  msgid "Referrer"
3759
  msgstr "Verweis"
3760
 
3761
- #: ../../admin/view/wp-slimstat-reports.php:578
3762
- #: ../../admin/view/wp-slimstat-reports.php:887
3763
- #: ../../admin/view/wp-slimstat-reports.php:896
3764
- #: ../../admin/view/wp-slimstat-reports.php:902
3765
- #: ../../admin/view/wp-slimstat-reports.php:908
3766
- #: ../../admin/view/wp-slimstat-reports.php:914
3767
- #: ../../admin/view/wp-slimstat-reports.php:920
3768
- #: ../../admin/view/wp-slimstat-reports.php:926
3769
- #: ../../admin/view/wp-slimstat-reports.php:932
3770
  msgid "Hits"
3771
  msgstr "Zugriffe"
3772
 
3773
- #: ../../admin/view/wp-slimstat-reports.php:758
3774
- msgid "Search for"
3775
- msgstr "Suche nach"
3776
-
3777
- #: ../../admin/view/wp-slimstat-reports.php:809
3778
- #: ../../admin/view/wp-slimstat-reports.php:819
3779
- msgid "Source"
3780
- msgstr "Ursprung"
3781
-
3782
- #: ../../admin/view/wp-slimstat-reports.php:811
3783
- msgid "Keywords"
3784
- msgstr "Suchbegriffe"
3785
 
3786
- #: ../../admin/view/wp-slimstat-reports.php:819
3787
- #, fuzzy, php-format
3788
- msgid "Filter results where resource equals %s"
3789
- msgstr "Ergebnisse filtern, wo die Ressource %s ist"
3790
 
3791
- #: ../../admin/view/wp-slimstat-reports.php:820
3792
  #, fuzzy
3793
- msgid "Link Details"
3794
- msgstr "Details"
3795
-
3796
- #: ../../admin/view/wp-slimstat-reports.php:833
3797
- msgid "Total Pageviews"
3798
- msgstr "Gesamte Seitenaufrufe"
3799
 
3800
- #: ../../admin/view/wp-slimstat-reports.php:834
3801
  msgid "DB Size"
3802
  msgstr "Datenbankgr&ouml;&szlig;e"
3803
 
3804
- #: ../../admin/view/wp-slimstat-reports.php:835
3805
  msgid "Tracking Active"
3806
  msgstr "Tracking aktiv"
3807
 
3808
- #: ../../admin/view/wp-slimstat-reports.php:836
3809
  msgid "Javascript Mode"
3810
  msgstr "Tracking per JavaScript"
3811
 
3812
- #: ../../admin/view/wp-slimstat-reports.php:837
3813
  msgid "Tracking Browser Caps"
3814
  msgstr ""
3815
 
3816
- #: ../../admin/view/wp-slimstat-reports.php:838
3817
  msgid "Auto purge"
3818
  msgstr "autom. Datenbank-Reorg."
3819
 
3820
- #: ../../admin/view/wp-slimstat-reports.php:838
3821
- #: ../../admin/wp-slimstat-admin.php:994
3822
  msgid "No"
3823
  msgstr "Nein"
3824
 
3825
- #: ../../admin/view/wp-slimstat-reports.php:839
3826
  msgid "Oldest pageview"
3827
  msgstr "&Auml;ltester Seitenaufruf"
3828
 
3829
- #: ../../admin/view/wp-slimstat-reports.php:839
3830
  msgid "No visits"
3831
  msgstr "Keine Besuche"
3832
 
3833
- #: ../../admin/view/wp-slimstat-reports.php:849
3834
- #: ../../admin/view/wp-slimstat-reports.php:951
3835
  #, fuzzy
3836
  msgid ""
3837
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -3841,18 +3660,26 @@ msgstr ""
3841
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
3842
  "wird."
3843
 
3844
- #: ../../admin/view/wp-slimstat-reports.php:851
3845
- msgid "How many pages have been visited on average during the current period."
 
 
 
 
 
 
 
 
3846
  msgstr ""
3847
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
3848
  "besucht?"
3849
 
3850
- #: ../../admin/view/wp-slimstat-reports.php:852
3851
  #, fuzzy
3852
- msgid "Average Pageviews"
3853
  msgstr "Durchschnittl. Seitenaufrufe"
3854
 
3855
- #: ../../admin/view/wp-slimstat-reports.php:853
3856
  msgid ""
3857
  "Visitors who landed on your site after searching for a keyword on Google, "
3858
  "Yahoo, etc."
@@ -3860,11 +3687,11 @@ msgstr ""
3860
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
3861
  "Suchmaschine auf die Website kamen."
3862
 
3863
- #: ../../admin/view/wp-slimstat-reports.php:854
3864
  msgid "From Search Results"
3865
  msgstr "Von Suchergebnissen"
3866
 
3867
- #: ../../admin/view/wp-slimstat-reports.php:855
3868
  msgid ""
3869
  "Used to differentiate between multiple requests to download a file from one "
3870
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3872,15 +3699,11 @@ msgstr ""
3872
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
3873
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
3874
 
3875
- #: ../../admin/view/wp-slimstat-reports.php:857
3876
- msgid "Last 5 minutes"
3877
- msgstr "Letzte 5 Minuten"
3878
-
3879
- #: ../../admin/view/wp-slimstat-reports.php:858
3880
  msgid "Last 30 minutes"
3881
  msgstr "Letzte 30 Minuten"
3882
 
3883
- #: ../../admin/view/wp-slimstat-reports.php:868
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."
@@ -3888,17 +3711,12 @@ msgstr ""
3888
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
3889
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
3890
 
3891
- #: ../../admin/view/wp-slimstat-reports.php:869
3892
- #: ../../admin/view/wp-slimstat-reports.php:1179
3893
- msgid "Visits"
3894
- msgstr "Besuche"
3895
-
3896
- #: ../../admin/view/wp-slimstat-reports.php:870
3897
  msgid "It includes only traffic generated by human visitors."
3898
  msgstr ""
3899
 
3900
- #: ../../admin/view/wp-slimstat-reports.php:872
3901
- #: ../../admin/view/wp-slimstat-reports.php:963
3902
  msgid ""
3903
  "Percentage of single-page visits, i.e. visits in which the person left your "
3904
  "site from the entrance page."
@@ -3906,77 +3724,77 @@ msgstr ""
3906
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
3907
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
3908
 
3909
- #: ../../admin/view/wp-slimstat-reports.php:873
3910
  msgid "Bounce rate"
3911
  msgstr "Absprungrate"
3912
 
3913
- #: ../../admin/view/wp-slimstat-reports.php:874
3914
  msgid "Visitors who had previously left a comment on your blog."
3915
  msgstr ""
3916
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
3917
 
3918
- #: ../../admin/view/wp-slimstat-reports.php:875
3919
  msgid "Known visitors"
3920
  msgstr "Bekannte Besucher"
3921
 
3922
- #: ../../admin/view/wp-slimstat-reports.php:876
3923
  msgid "Human users who visited your site only once."
3924
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
3925
 
3926
- #: ../../admin/view/wp-slimstat-reports.php:877
3927
  msgid "New visitors"
3928
  msgstr "Neue Besucher"
3929
 
3930
- #: ../../admin/view/wp-slimstat-reports.php:878
3931
  msgid "Bots"
3932
  msgstr "Bots"
3933
 
3934
- #: ../../admin/view/wp-slimstat-reports.php:879
3935
  msgid "Pages per visit"
3936
  msgstr "Seiten pro Besuch"
3937
 
3938
- #: ../../admin/view/wp-slimstat-reports.php:880
3939
  msgid "Longest visit"
3940
  msgstr "L&auml;ngster Besuch"
3941
 
3942
- #: ../../admin/view/wp-slimstat-reports.php:880
3943
  msgid "hits"
3944
  msgstr "Zugriff"
3945
 
3946
- #: ../../admin/view/wp-slimstat-reports.php:898
3947
  msgid "0 - 30 seconds"
3948
  msgstr "0-30 Sekunden"
3949
 
3950
- #: ../../admin/view/wp-slimstat-reports.php:904
3951
  msgid "31 - 60 seconds"
3952
  msgstr "31-60 Sekunden"
3953
 
3954
- #: ../../admin/view/wp-slimstat-reports.php:910
3955
  msgid "1 - 3 minutes"
3956
  msgstr "1-3 Minuten"
3957
 
3958
- #: ../../admin/view/wp-slimstat-reports.php:916
3959
  msgid "3 - 5 minutes"
3960
  msgstr "3-5 Minuten"
3961
 
3962
- #: ../../admin/view/wp-slimstat-reports.php:922
3963
  msgid "5 - 7 minutes"
3964
  msgstr "5-7 Minuten"
3965
 
3966
- #: ../../admin/view/wp-slimstat-reports.php:928
3967
  msgid "7 - 10 minutes"
3968
  msgstr "7-10 Minuten"
3969
 
3970
- #: ../../admin/view/wp-slimstat-reports.php:934
3971
  msgid "More than 10 minutes"
3972
  msgstr "Mehr als 10 Minuten"
3973
 
3974
- #: ../../admin/view/wp-slimstat-reports.php:943
3975
  #, fuzzy
3976
  msgid "Average time on site"
3977
  msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3978
 
3979
- #: ../../admin/view/wp-slimstat-reports.php:953
3980
  msgid ""
3981
  "A referrer (or referring site) is the site that a visitor previously visited "
3982
  "before following a link to your site."
@@ -3984,11 +3802,11 @@ msgstr ""
3984
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
3985
  "dem Besuch der eigenen Website besucht hat."
3986
 
3987
- #: ../../admin/view/wp-slimstat-reports.php:954
3988
  msgid "Unique Referrers"
3989
  msgstr "Eindeutige Herkunft"
3990
 
3991
- #: ../../admin/view/wp-slimstat-reports.php:955
3992
  msgid ""
3993
  "Visitors who visited the site by typing the URL directly into their browser. "
3994
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3999,22 +3817,22 @@ msgstr ""
3999
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
4000
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
4001
 
4002
- #: ../../admin/view/wp-slimstat-reports.php:956
4003
  msgid "Direct Pageviews"
4004
  msgstr "Direkte Seitenaufrufe"
4005
 
4006
- #: ../../admin/view/wp-slimstat-reports.php:957
4007
  msgid ""
4008
  "Visitors who came to your site via searches on Google or some other search "
4009
  "engine."
4010
  msgstr ""
4011
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
4012
 
4013
- #: ../../admin/view/wp-slimstat-reports.php:958
4014
  msgid "From a search result"
4015
  msgstr "Von einem Suchresultat"
4016
 
4017
- #: ../../admin/view/wp-slimstat-reports.php:959
4018
  msgid ""
4019
  "The first page that a user views during a session. This is also known as the "
4020
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -4024,25 +3842,25 @@ msgstr ""
4024
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
4025
  "s.g. Einstiegs- oder Landeseite."
4026
 
4027
- #: ../../admin/view/wp-slimstat-reports.php:960
4028
  msgid "Unique Landing Pages"
4029
  msgstr "Eindeutige Einstiegsseiten"
4030
 
4031
- #: ../../admin/view/wp-slimstat-reports.php:961
4032
  msgid "Number of single-page visits to your site over the selected period."
4033
  msgstr ""
4034
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
4035
 
4036
- #: ../../admin/view/wp-slimstat-reports.php:962
4037
  msgid "Bounce Pages"
4038
  msgstr "Absprungrate"
4039
 
4040
- #: ../../admin/view/wp-slimstat-reports.php:964
4041
  #, fuzzy
4042
  msgid "New Visitors Rate"
4043
  msgstr "Neue Besucher"
4044
 
4045
- #: ../../admin/view/wp-slimstat-reports.php:965
4046
  msgid ""
4047
  "Visitors who visited the site in the last 5 minutes coming from a search "
4048
  "engine."
@@ -4050,1257 +3868,1287 @@ msgstr ""
4050
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
4051
  "gekommen sind."
4052
 
4053
- #: ../../admin/view/wp-slimstat-reports.php:966
4054
  msgid "Currently from search engines"
4055
  msgstr "Aktuell von Suchmaschinen"
4056
 
4057
- #: ../../admin/view/wp-slimstat-reports.php:1034
4058
  msgid "Number of pages in your site included in Google's index."
4059
  msgstr ""
4060
 
4061
- #: ../../admin/view/wp-slimstat-reports.php:1035
4062
  msgid "Google Index"
4063
  msgstr "Google-Index"
4064
 
4065
- #: ../../admin/view/wp-slimstat-reports.php:1036
4066
  msgid "Number of pages, according to Google, that link back to your site."
4067
  msgstr ""
4068
 
4069
- #: ../../admin/view/wp-slimstat-reports.php:1037
4070
  msgid "Google Backlinks"
4071
  msgstr ""
4072
 
4073
- #: ../../admin/view/wp-slimstat-reports.php:1038
4074
  msgid ""
4075
  "How many times the Facebook Like button has been approximately clicked on "
4076
  "your site."
4077
  msgstr ""
4078
 
4079
- #: ../../admin/view/wp-slimstat-reports.php:1039
4080
  msgid "Facebook Likes"
4081
  msgstr "Facebook Likes"
4082
 
4083
- #: ../../admin/view/wp-slimstat-reports.php:1040
4084
  msgid ""
4085
  "How many times your site has been shared by someone on the social network."
4086
  msgstr ""
4087
 
4088
- #: ../../admin/view/wp-slimstat-reports.php:1041
4089
  msgid "Facebook Shares"
4090
  msgstr ""
4091
 
4092
- #: ../../admin/view/wp-slimstat-reports.php:1042
4093
  msgid "How many times links to your website have been clicked on Facebook."
4094
  msgstr ""
4095
 
4096
- #: ../../admin/view/wp-slimstat-reports.php:1043
4097
  msgid "Facebook Clicks"
4098
  msgstr "Clicks bei Facebook"
4099
 
4100
- #: ../../admin/view/wp-slimstat-reports.php:1044
4101
  msgid ""
4102
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4103
  "traffic data."
4104
  msgstr ""
4105
 
4106
- #: ../../admin/view/wp-slimstat-reports.php:1045
4107
  msgid "Alexa World Rank"
4108
  msgstr ""
4109
 
4110
- #: ../../admin/view/wp-slimstat-reports.php:1046
4111
  msgid "Alexa Country Rank"
4112
  msgstr ""
4113
 
4114
- #: ../../admin/view/wp-slimstat-reports.php:1047
4115
  msgid "Alexa Popularity"
4116
  msgstr ""
4117
 
4118
  # Unknown
4119
- #: ../../admin/view/wp-slimstat-reports.php:1054
4120
  msgid "c-xx"
4121
  msgstr "Unbekannt"
4122
 
4123
  # Afghanistan
4124
- #: ../../admin/view/wp-slimstat-reports.php:1054
4125
  msgid "c-af"
4126
  msgstr "Afghanistan"
4127
 
4128
  # Åland Islands
4129
- #: ../../admin/view/wp-slimstat-reports.php:1054
4130
  msgid "c-ax"
4131
  msgstr "&Aring;landinseln"
4132
 
4133
  # Albania
4134
- #: ../../admin/view/wp-slimstat-reports.php:1054
4135
  msgid "c-al"
4136
  msgstr "Albanien"
4137
 
4138
  # Algeria
4139
- #: ../../admin/view/wp-slimstat-reports.php:1054
4140
  msgid "c-dz"
4141
  msgstr "Algerien"
4142
 
4143
  # Andorra
4144
- #: ../../admin/view/wp-slimstat-reports.php:1054
4145
  msgid "c-ad"
4146
  msgstr "Andorra"
4147
 
4148
  # Angola
4149
- #: ../../admin/view/wp-slimstat-reports.php:1054
4150
  msgid "c-ao"
4151
  msgstr "Angola"
4152
 
4153
  # Anguilla
4154
- #: ../../admin/view/wp-slimstat-reports.php:1054
4155
  msgid "c-ai"
4156
  msgstr "Anguilla"
4157
 
4158
  # Antigua and Barbuda
4159
- #: ../../admin/view/wp-slimstat-reports.php:1054
4160
  msgid "c-ag"
4161
  msgstr "Antigua und Barbuda"
4162
 
4163
  # Argentina
4164
- #: ../../admin/view/wp-slimstat-reports.php:1054
4165
  msgid "c-ar"
4166
  msgstr "Argentinien"
4167
 
4168
  # Armenia
4169
- #: ../../admin/view/wp-slimstat-reports.php:1054
4170
  msgid "c-am"
4171
  msgstr "Armenien"
4172
 
4173
  # Aruba
4174
- #: ../../admin/view/wp-slimstat-reports.php:1054
4175
  msgid "c-aw"
4176
  msgstr "Aruba"
4177
 
4178
  # Australia
4179
- #: ../../admin/view/wp-slimstat-reports.php:1054
4180
  msgid "c-au"
4181
  msgstr "Australien"
4182
 
4183
  # Austria
4184
- #: ../../admin/view/wp-slimstat-reports.php:1054
4185
  msgid "c-at"
4186
  msgstr "&Ouml;sterreich"
4187
 
4188
  # Azerbaijan
4189
- #: ../../admin/view/wp-slimstat-reports.php:1054
4190
  msgid "c-az"
4191
  msgstr "Aserbaidschan"
4192
 
4193
  # Bahamas
4194
- #: ../../admin/view/wp-slimstat-reports.php:1054
4195
  msgid "c-bs"
4196
  msgstr "Bahamas"
4197
 
4198
  # Bahrain
4199
- #: ../../admin/view/wp-slimstat-reports.php:1054
4200
  msgid "c-bh"
4201
  msgstr "Bahrain"
4202
 
4203
  # Bangladesh
4204
- #: ../../admin/view/wp-slimstat-reports.php:1054
4205
  msgid "c-bd"
4206
  msgstr "Bangladesch"
4207
 
4208
  # Barbados
4209
- #: ../../admin/view/wp-slimstat-reports.php:1054
4210
  msgid "c-bb"
4211
  msgstr "Barbados"
4212
 
4213
  # Belarus
4214
- #: ../../admin/view/wp-slimstat-reports.php:1054
4215
  msgid "c-by"
4216
  msgstr "Wei&szlig;russland"
4217
 
4218
  # Belgium
4219
- #: ../../admin/view/wp-slimstat-reports.php:1054
4220
  msgid "c-be"
4221
  msgstr "Belgien"
4222
 
4223
  # Belize
4224
- #: ../../admin/view/wp-slimstat-reports.php:1054
4225
  msgid "c-bz"
4226
  msgstr "Belize"
4227
 
4228
  # Benin
4229
- #: ../../admin/view/wp-slimstat-reports.php:1054
4230
  msgid "c-bj"
4231
  msgstr "Benin"
4232
 
4233
  # Bermuda
4234
- #: ../../admin/view/wp-slimstat-reports.php:1054
4235
  msgid "c-bm"
4236
  msgstr "Bermuda"
4237
 
4238
  # Bhutan
4239
- #: ../../admin/view/wp-slimstat-reports.php:1054
4240
  msgid "c-bt"
4241
  msgstr "Bhutan"
4242
 
4243
  # Bolivia
4244
- #: ../../admin/view/wp-slimstat-reports.php:1054
4245
  msgid "c-bo"
4246
  msgstr "Bolivien"
4247
 
4248
  # Bosnia and Herzegovina
4249
- #: ../../admin/view/wp-slimstat-reports.php:1054
4250
  msgid "c-ba"
4251
  msgstr "Bosnien Herzegowina"
4252
 
4253
  # Botswana
4254
- #: ../../admin/view/wp-slimstat-reports.php:1054
4255
  msgid "c-bw"
4256
  msgstr "Botswana"
4257
 
4258
  # Brazil
4259
- #: ../../admin/view/wp-slimstat-reports.php:1054
4260
  msgid "c-br"
4261
  msgstr "Brasilien"
4262
 
4263
  # Brunei Darussalam
4264
- #: ../../admin/view/wp-slimstat-reports.php:1054
4265
  msgid "c-bn"
4266
  msgstr "Brunei Darussalam"
4267
 
4268
  # Bulgaria
4269
- #: ../../admin/view/wp-slimstat-reports.php:1054
4270
  msgid "c-bg"
4271
  msgstr "Bulgarien"
4272
 
4273
  # Burkina Faso
4274
- #: ../../admin/view/wp-slimstat-reports.php:1054
4275
  msgid "c-bf"
4276
  msgstr "Burkina Faso"
4277
 
4278
  # Burundi
4279
- #: ../../admin/view/wp-slimstat-reports.php:1054
4280
  msgid "c-bi"
4281
  msgstr "Burundi"
4282
 
4283
  # Cambodia
4284
- #: ../../admin/view/wp-slimstat-reports.php:1054
4285
  msgid "c-kh"
4286
  msgstr "Kambodscha"
4287
 
4288
  # Cameroon
4289
- #: ../../admin/view/wp-slimstat-reports.php:1054
4290
  msgid "c-cm"
4291
  msgstr "Kamerun"
4292
 
4293
  # Canada
4294
- #: ../../admin/view/wp-slimstat-reports.php:1054
4295
  msgid "c-ca"
4296
  msgstr "Kanada"
4297
 
4298
  # Cape Verde
4299
- #: ../../admin/view/wp-slimstat-reports.php:1054
4300
  msgid "c-cv"
4301
  msgstr "Kap Verde"
4302
 
4303
  # Cayman Islands
4304
- #: ../../admin/view/wp-slimstat-reports.php:1054
4305
  msgid "c-ky"
4306
  msgstr "Kaimaninseln"
4307
 
4308
  # Central African Republic
4309
- #: ../../admin/view/wp-slimstat-reports.php:1054
4310
  msgid "c-cf"
4311
  msgstr "Zentralafrika"
4312
 
4313
  # Chad
4314
- #: ../../admin/view/wp-slimstat-reports.php:1054
4315
  msgid "c-td"
4316
  msgstr "Tschad"
4317
 
4318
  # Chile
4319
- #: ../../admin/view/wp-slimstat-reports.php:1054
4320
  msgid "c-cl"
4321
  msgstr "Chile"
4322
 
4323
  # China
4324
- #: ../../admin/view/wp-slimstat-reports.php:1054
4325
  msgid "c-cn"
4326
  msgstr "China"
4327
 
4328
  # Colombia
4329
- #: ../../admin/view/wp-slimstat-reports.php:1054
4330
  msgid "c-co"
4331
  msgstr "Kolumbien"
4332
 
4333
  # Comoros
4334
- #: ../../admin/view/wp-slimstat-reports.php:1054
4335
  msgid "c-km"
4336
  msgstr "Komoren"
4337
 
4338
  # Congo
4339
- #: ../../admin/view/wp-slimstat-reports.php:1054
4340
  msgid "c-cg"
4341
  msgstr "Republik Kongo"
4342
 
4343
  # The Democratic Republic of the Congo
4344
- #: ../../admin/view/wp-slimstat-reports.php:1054
4345
  msgid "c-cd"
4346
  msgstr "Demokratische Republik Kongo"
4347
 
4348
  # Costa Rica
4349
- #: ../../admin/view/wp-slimstat-reports.php:1054
4350
  msgid "c-cr"
4351
  msgstr "Costa Rica"
4352
 
4353
  # Côte d'Ivoire
4354
- #: ../../admin/view/wp-slimstat-reports.php:1054
4355
  msgid "c-ci"
4356
  msgstr "Elfenbeink&uuml;ste"
4357
 
4358
  # Croatia
4359
- #: ../../admin/view/wp-slimstat-reports.php:1054
4360
  msgid "c-hr"
4361
  msgstr "Kroatien"
4362
 
4363
  # Cuba
4364
- #: ../../admin/view/wp-slimstat-reports.php:1054
4365
  msgid "c-cu"
4366
  msgstr "Kuba"
4367
 
4368
  # Cyprus
4369
- #: ../../admin/view/wp-slimstat-reports.php:1054
4370
  msgid "c-cy"
4371
  msgstr "Zypern"
4372
 
4373
  # Czech Republic
4374
- #: ../../admin/view/wp-slimstat-reports.php:1054
4375
  msgid "c-cz"
4376
  msgstr "Tschechische Republik"
4377
 
4378
  # Denmark
4379
- #: ../../admin/view/wp-slimstat-reports.php:1054
4380
  msgid "c-dk"
4381
  msgstr "D&auml;nemark"
4382
 
4383
  # Djibouti
4384
- #: ../../admin/view/wp-slimstat-reports.php:1054
4385
  msgid "c-dj"
4386
  msgstr "Dschibuti"
4387
 
4388
  # Dominica
4389
- #: ../../admin/view/wp-slimstat-reports.php:1054
4390
  msgid "c-dm"
4391
  msgstr "Dominica"
4392
 
4393
  # Dominican Republic
4394
- #: ../../admin/view/wp-slimstat-reports.php:1054
4395
  msgid "c-do"
4396
  msgstr "Dominikanische Republik"
4397
 
4398
  # Ecuador
4399
- #: ../../admin/view/wp-slimstat-reports.php:1054
4400
  msgid "c-ec"
4401
  msgstr "Ecuador"
4402
 
4403
  # Egypt
4404
- #: ../../admin/view/wp-slimstat-reports.php:1054
4405
  msgid "c-eg"
4406
  msgstr "&Auml;gypten"
4407
 
4408
  # El Salvador
4409
- #: ../../admin/view/wp-slimstat-reports.php:1054
4410
  msgid "c-sv"
4411
  msgstr "El Salvador"
4412
 
4413
  # Equatorial Guinea
4414
- #: ../../admin/view/wp-slimstat-reports.php:1054
4415
  msgid "c-gq"
4416
  msgstr "Äquatorialguinea"
4417
 
4418
  # Eritrea
4419
- #: ../../admin/view/wp-slimstat-reports.php:1054
4420
  msgid "c-er"
4421
  msgstr "Eritrea"
4422
 
4423
  # Estonia
4424
- #: ../../admin/view/wp-slimstat-reports.php:1054
4425
  msgid "c-ee"
4426
  msgstr "Estland"
4427
 
4428
  # Ethiopia
4429
- #: ../../admin/view/wp-slimstat-reports.php:1054
4430
  msgid "c-et"
4431
  msgstr "&Auml;thiopien"
4432
 
4433
  # Faroe Islands
4434
- #: ../../admin/view/wp-slimstat-reports.php:1054
4435
  msgid "c-fo"
4436
  msgstr "F&auml;r&ouml;er Inseln"
4437
 
4438
  # Falkland Islands (Malvinas)
4439
- #: ../../admin/view/wp-slimstat-reports.php:1054
4440
  msgid "c-fk"
4441
  msgstr "Falklandinseln (Malwinen)"
4442
 
4443
  # Fiji
4444
- #: ../../admin/view/wp-slimstat-reports.php:1054
4445
  msgid "c-fj"
4446
  msgstr "Republik Fidschi"
4447
 
4448
  # Finland
4449
- #: ../../admin/view/wp-slimstat-reports.php:1054
4450
  msgid "c-fi"
4451
  msgstr "Finnland"
4452
 
4453
  # France
4454
- #: ../../admin/view/wp-slimstat-reports.php:1054
4455
  msgid "c-fr"
4456
  msgstr "Franz&ouml;sische Republik"
4457
 
4458
  # French Guiana
4459
- #: ../../admin/view/wp-slimstat-reports.php:1054
4460
  msgid "c-gf"
4461
  msgstr "Franz&ouml;sisch-Guayana"
4462
 
4463
  # Gabon
4464
- #: ../../admin/view/wp-slimstat-reports.php:1054
4465
  msgid "c-ga"
4466
  msgstr "Gabun"
4467
 
4468
  # Gambia
4469
- #: ../../admin/view/wp-slimstat-reports.php:1054
4470
  msgid "c-gm"
4471
  msgstr "Gambia"
4472
 
4473
  # Georgia
4474
- #: ../../admin/view/wp-slimstat-reports.php:1054
4475
  msgid "c-ge"
4476
  msgstr "Georgien"
4477
 
4478
  # Germany
4479
- #: ../../admin/view/wp-slimstat-reports.php:1054
4480
  msgid "c-de"
4481
  msgstr "Bundesrepublik Deutschland"
4482
 
4483
  # Ghana
4484
- #: ../../admin/view/wp-slimstat-reports.php:1054
4485
  msgid "c-gh"
4486
  msgstr "Ghana"
4487
 
4488
  # Greece
4489
- #: ../../admin/view/wp-slimstat-reports.php:1054
4490
  msgid "c-gr"
4491
  msgstr "Griechenland"
4492
 
4493
  # Greenland
4494
- #: ../../admin/view/wp-slimstat-reports.php:1054
4495
  msgid "c-gl"
4496
  msgstr "Gr&ouml;nland"
4497
 
4498
  # Grenada
4499
- #: ../../admin/view/wp-slimstat-reports.php:1054
4500
  msgid "c-gd"
4501
  msgstr "Grenada"
4502
 
4503
  # Guadeloupe
4504
- #: ../../admin/view/wp-slimstat-reports.php:1054
4505
  msgid "c-gp"
4506
  msgstr "Guadeloupe"
4507
 
4508
  # Guatemala
4509
- #: ../../admin/view/wp-slimstat-reports.php:1054
4510
  msgid "c-gt"
4511
  msgstr "Guatemala"
4512
 
4513
  # Guinea
4514
- #: ../../admin/view/wp-slimstat-reports.php:1054
4515
  msgid "c-gn"
4516
  msgstr "Guinea"
4517
 
4518
  # Guinea-Bissau
4519
- #: ../../admin/view/wp-slimstat-reports.php:1054
4520
  msgid "c-gw"
4521
  msgstr "Guinea-Bissau"
4522
 
4523
  # Guyana
4524
- #: ../../admin/view/wp-slimstat-reports.php:1054
4525
  msgid "c-gy"
4526
  msgstr "Guyana"
4527
 
4528
  # Haiti
4529
- #: ../../admin/view/wp-slimstat-reports.php:1054
4530
  msgid "c-ht"
4531
  msgstr "Haiti"
4532
 
4533
  # Honduras
4534
- #: ../../admin/view/wp-slimstat-reports.php:1054
4535
  msgid "c-hn"
4536
  msgstr "Honduras"
4537
 
4538
  # Hong Kong
4539
- #: ../../admin/view/wp-slimstat-reports.php:1054
4540
  msgid "c-hk"
4541
  msgstr "Hong Kong"
4542
 
4543
  # Hungary
4544
- #: ../../admin/view/wp-slimstat-reports.php:1054
4545
  msgid "c-hu"
4546
  msgstr "Ungarn"
4547
 
4548
  # Iceland
4549
- #: ../../admin/view/wp-slimstat-reports.php:1054
4550
  msgid "c-is"
4551
  msgstr "Island"
4552
 
4553
  # India
4554
- #: ../../admin/view/wp-slimstat-reports.php:1054
4555
  msgid "c-in"
4556
  msgstr "Indien"
4557
 
4558
  # Indonesia
4559
- #: ../../admin/view/wp-slimstat-reports.php:1054
4560
  msgid "c-id"
4561
  msgstr "Indonesien"
4562
 
4563
  # Islamic Republic of Iran
4564
- #: ../../admin/view/wp-slimstat-reports.php:1054
4565
  msgid "c-ir"
4566
  msgstr "Islamische Republik Iran"
4567
 
4568
  # Iraq
4569
- #: ../../admin/view/wp-slimstat-reports.php:1054
4570
  msgid "c-iq"
4571
  msgstr "Irak"
4572
 
4573
  # Ireland
4574
- #: ../../admin/view/wp-slimstat-reports.php:1054
4575
  msgid "c-ie"
4576
  msgstr "Irland"
4577
 
4578
  # Israel
4579
- #: ../../admin/view/wp-slimstat-reports.php:1054
4580
  msgid "c-il"
4581
  msgstr "Israel"
4582
 
4583
  # Italy
4584
- #: ../../admin/view/wp-slimstat-reports.php:1054
4585
  msgid "c-it"
4586
  msgstr "Italien"
4587
 
4588
  # Jamaica
4589
- #: ../../admin/view/wp-slimstat-reports.php:1054
4590
  msgid "c-jm"
4591
  msgstr "Jamaika"
4592
 
4593
  # Japan
4594
- #: ../../admin/view/wp-slimstat-reports.php:1054
4595
  msgid "c-jp"
4596
  msgstr "Japan"
4597
 
4598
  # Jordan
4599
- #: ../../admin/view/wp-slimstat-reports.php:1054
4600
  msgid "c-jo"
4601
  msgstr "Jordan"
4602
 
4603
  # Kazakhstan
4604
- #: ../../admin/view/wp-slimstat-reports.php:1054
4605
  msgid "c-kz"
4606
  msgstr "Kasachstan"
4607
 
4608
  # Kenya
4609
- #: ../../admin/view/wp-slimstat-reports.php:1054
4610
  msgid "c-ke"
4611
  msgstr "Kenia"
4612
 
4613
  # Nauru
4614
- #: ../../admin/view/wp-slimstat-reports.php:1054
4615
  msgid "c-nr"
4616
  msgstr "Nauru"
4617
 
4618
  # Democratic People's Republic of Korea
4619
- #: ../../admin/view/wp-slimstat-reports.php:1054
4620
  msgid "c-kp"
4621
  msgstr "Demokratische Volksrepublik Korea"
4622
 
4623
  # Republic of Korea
4624
- #: ../../admin/view/wp-slimstat-reports.php:1054
4625
  msgid "c-kr"
4626
  msgstr "Republik Korea"
4627
 
4628
- #: ../../admin/view/wp-slimstat-reports.php:1054
4629
  msgid "c-kv"
4630
  msgstr "Komi"
4631
 
4632
  # Kuwait
4633
- #: ../../admin/view/wp-slimstat-reports.php:1054
4634
  msgid "c-kw"
4635
  msgstr "Kuwait"
4636
 
4637
  # Kyrgyzstan
4638
- #: ../../admin/view/wp-slimstat-reports.php:1054
4639
  msgid "c-kg"
4640
  msgstr "Kirgistan"
4641
 
4642
  # Lao People's Democratic Republic
4643
- #: ../../admin/view/wp-slimstat-reports.php:1054
4644
  msgid "c-la"
4645
  msgstr "Demokratische Volksrepublik Laos"
4646
 
4647
  # Latvia
4648
- #: ../../admin/view/wp-slimstat-reports.php:1054
4649
  msgid "c-lv"
4650
  msgstr "Lettland"
4651
 
4652
  # Lebanon
4653
- #: ../../admin/view/wp-slimstat-reports.php:1054
4654
  msgid "c-lb"
4655
  msgstr "Libanon"
4656
 
4657
  # Lesotho
4658
- #: ../../admin/view/wp-slimstat-reports.php:1054
4659
  msgid "c-ls"
4660
  msgstr "Lesotho"
4661
 
4662
  # Liberia
4663
- #: ../../admin/view/wp-slimstat-reports.php:1054
4664
  msgid "c-lr"
4665
  msgstr "Liberia"
4666
 
4667
  # Libyan Arab Jamahiriya
4668
- #: ../../admin/view/wp-slimstat-reports.php:1054
4669
  msgid "c-ly"
4670
  msgstr "Libyen"
4671
 
4672
  # Liechtenstein
4673
- #: ../../admin/view/wp-slimstat-reports.php:1054
4674
  msgid "c-li"
4675
  msgstr "Liechtenstein"
4676
 
4677
  # Lithuania
4678
- #: ../../admin/view/wp-slimstat-reports.php:1054
4679
  msgid "c-lt"
4680
  msgstr "Litauen"
4681
 
4682
  # Luxembourg
4683
- #: ../../admin/view/wp-slimstat-reports.php:1054
4684
  msgid "c-lu"
4685
  msgstr "Luxemburg"
4686
 
4687
  # The Former Yugoslav Republic of Macedonia
4688
- #: ../../admin/view/wp-slimstat-reports.php:1054
4689
  msgid "c-mk"
4690
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
4691
 
4692
  # Madagascar
4693
- #: ../../admin/view/wp-slimstat-reports.php:1054
4694
  msgid "c-mg"
4695
  msgstr "Madagaskar"
4696
 
4697
  # Malawi
4698
- #: ../../admin/view/wp-slimstat-reports.php:1054
4699
  msgid "c-mw"
4700
  msgstr "Malawi"
4701
 
4702
  # Malaysia
4703
- #: ../../admin/view/wp-slimstat-reports.php:1054
4704
  msgid "c-my"
4705
  msgstr "Malaysien"
4706
 
4707
  # Mali
4708
- #: ../../admin/view/wp-slimstat-reports.php:1054
4709
  msgid "c-ml"
4710
  msgstr "Mali"
4711
 
4712
  # Malta
4713
- #: ../../admin/view/wp-slimstat-reports.php:1054
4714
  msgid "c-mt"
4715
  msgstr "Malta"
4716
 
4717
  # Martinique
4718
- #: ../../admin/view/wp-slimstat-reports.php:1054
4719
  msgid "c-mq"
4720
  msgstr "Martinique"
4721
 
4722
  # Mauritania
4723
- #: ../../admin/view/wp-slimstat-reports.php:1054
4724
  msgid "c-mr"
4725
  msgstr "Mauritanien"
4726
 
4727
  # Mauritius
4728
- #: ../../admin/view/wp-slimstat-reports.php:1054
4729
  msgid "c-mu"
4730
  msgstr "Mauritius"
4731
 
4732
  # Mexico
4733
- #: ../../admin/view/wp-slimstat-reports.php:1054
4734
  msgid "c-mx"
4735
  msgstr "Mexiko"
4736
 
4737
  # Moldova
4738
- #: ../../admin/view/wp-slimstat-reports.php:1054
4739
  msgid "c-md"
4740
  msgstr "Moldawien"
4741
 
4742
  # Mongolia
4743
- #: ../../admin/view/wp-slimstat-reports.php:1054
4744
  msgid "c-mn"
4745
  msgstr "Mongolei"
4746
 
4747
  # Montenegro
4748
- #: ../../admin/view/wp-slimstat-reports.php:1054
4749
  msgid "c-me"
4750
  msgstr "Montenegro"
4751
 
4752
  # Montserrat
4753
- #: ../../admin/view/wp-slimstat-reports.php:1054
4754
  msgid "c-ms"
4755
  msgstr "Montserrat"
4756
 
4757
  # Morocco
4758
- #: ../../admin/view/wp-slimstat-reports.php:1054
4759
  msgid "c-ma"
4760
  msgstr "Marokko"
4761
 
4762
  # Mozambique
4763
- #: ../../admin/view/wp-slimstat-reports.php:1054
4764
  msgid "c-mz"
4765
  msgstr "Mosambik"
4766
 
4767
  # Myanmar
4768
- #: ../../admin/view/wp-slimstat-reports.php:1054
4769
  msgid "c-mm"
4770
  msgstr "Myanmar"
4771
 
4772
  # Namibia
4773
- #: ../../admin/view/wp-slimstat-reports.php:1054
4774
  msgid "c-na"
4775
  msgstr "Namibia"
4776
 
4777
  # Nepal
4778
- #: ../../admin/view/wp-slimstat-reports.php:1054
4779
  msgid "c-np"
4780
  msgstr "Nepal"
4781
 
4782
  # Netherlands
4783
- #: ../../admin/view/wp-slimstat-reports.php:1054
4784
  msgid "c-nl"
4785
  msgstr "Niederlande"
4786
 
4787
  # New Caledonia
4788
- #: ../../admin/view/wp-slimstat-reports.php:1054
4789
  msgid "c-nc"
4790
  msgstr "Neukaledonien"
4791
 
4792
  # New Zealand
4793
- #: ../../admin/view/wp-slimstat-reports.php:1054
4794
  msgid "c-nz"
4795
  msgstr "Neuseeland"
4796
 
4797
  # Nicaragua
4798
- #: ../../admin/view/wp-slimstat-reports.php:1054
4799
  msgid "c-ni"
4800
  msgstr "Nicaragua"
4801
 
4802
  # Niger
4803
- #: ../../admin/view/wp-slimstat-reports.php:1054
4804
  msgid "c-ne"
4805
  msgstr "Niger"
4806
 
4807
  # Nigeria
4808
- #: ../../admin/view/wp-slimstat-reports.php:1054
4809
  msgid "c-ng"
4810
  msgstr "Nigeria"
4811
 
4812
  # Norway
4813
- #: ../../admin/view/wp-slimstat-reports.php:1054
4814
  msgid "c-no"
4815
  msgstr "Norwegen"
4816
 
4817
  # Oman
4818
- #: ../../admin/view/wp-slimstat-reports.php:1054
4819
  msgid "c-om"
4820
  msgstr "Oman"
4821
 
4822
  # Pakistan
4823
- #: ../../admin/view/wp-slimstat-reports.php:1054
4824
  msgid "c-pk"
4825
  msgstr "Pakistan"
4826
 
4827
  # Palau
4828
- #: ../../admin/view/wp-slimstat-reports.php:1054
4829
  msgid "c-pw"
4830
  msgstr "Palau"
4831
 
4832
  # Occupied Palestinian Territory
4833
- #: ../../admin/view/wp-slimstat-reports.php:1054
4834
  msgid "c-ps"
4835
  msgstr "Palästinensische Autonomiegebiete"
4836
 
4837
  # Panama
4838
- #: ../../admin/view/wp-slimstat-reports.php:1054
4839
  msgid "c-pa"
4840
  msgstr "Panama"
4841
 
4842
  # Papua New Guinea
4843
- #: ../../admin/view/wp-slimstat-reports.php:1054
4844
  msgid "c-pg"
4845
  msgstr "Papua Neu Guinea"
4846
 
4847
  # Paraguay
4848
- #: ../../admin/view/wp-slimstat-reports.php:1054
4849
  msgid "c-py"
4850
  msgstr "Paraguay"
4851
 
4852
  # Peru
4853
- #: ../../admin/view/wp-slimstat-reports.php:1054
4854
  msgid "c-pe"
4855
  msgstr "Peru"
4856
 
4857
  # Philippines
4858
- #: ../../admin/view/wp-slimstat-reports.php:1054
4859
  msgid "c-ph"
4860
  msgstr "Philippinen"
4861
 
4862
  # Poland
4863
- #: ../../admin/view/wp-slimstat-reports.php:1054
4864
  msgid "c-pl"
4865
  msgstr "Polen"
4866
 
4867
  # Portugal
4868
- #: ../../admin/view/wp-slimstat-reports.php:1054
4869
  msgid "c-pt"
4870
  msgstr "Portugal"
4871
 
4872
  # Puerto Rico
4873
- #: ../../admin/view/wp-slimstat-reports.php:1054
4874
  msgid "c-pr"
4875
  msgstr "Puerto Rico"
4876
 
4877
  # Qatar
4878
- #: ../../admin/view/wp-slimstat-reports.php:1054
4879
  msgid "c-qa"
4880
  msgstr "Katar"
4881
 
4882
  # Réunion
4883
- #: ../../admin/view/wp-slimstat-reports.php:1054
4884
  msgid "c-re"
4885
  msgstr "Réunion"
4886
 
4887
  # Romania
4888
- #: ../../admin/view/wp-slimstat-reports.php:1054
4889
  msgid "c-ro"
4890
  msgstr "Rum&auml;nien"
4891
 
4892
  # Russian Federation
4893
- #: ../../admin/view/wp-slimstat-reports.php:1054
4894
  msgid "c-ru"
4895
  msgstr "Russische Föderation"
4896
 
4897
  # Rwanda
4898
- #: ../../admin/view/wp-slimstat-reports.php:1054
4899
  msgid "c-rw"
4900
  msgstr "Ruanda"
4901
 
4902
  # Saint Kitts and Nevis
4903
- #: ../../admin/view/wp-slimstat-reports.php:1054
4904
  msgid "c-kn"
4905
  msgstr "St. Kitts und Nevis"
4906
 
4907
  # Saint Lucia
4908
- #: ../../admin/view/wp-slimstat-reports.php:1054
4909
  msgid "c-lc"
4910
  msgstr "Saint Lucia"
4911
 
4912
  # Saint Martin
4913
- #: ../../admin/view/wp-slimstat-reports.php:1054
4914
  msgid "c-mf"
4915
  msgstr "Saint Martin"
4916
 
4917
  # Saint Vincent and the Grenadines
4918
- #: ../../admin/view/wp-slimstat-reports.php:1054
4919
  msgid "c-vc"
4920
  msgstr "St. Vincent und die Grenadinen"
4921
 
4922
  # Samoa
4923
- #: ../../admin/view/wp-slimstat-reports.php:1054
4924
  msgid "c-ws"
4925
  msgstr "Samoa"
4926
 
4927
  # Sao Tome and Principe
4928
- #: ../../admin/view/wp-slimstat-reports.php:1054
4929
  msgid "c-st"
4930
  msgstr "Sao Tomé und Príncipe"
4931
 
4932
  # Saudi Arabia
4933
- #: ../../admin/view/wp-slimstat-reports.php:1054
4934
  msgid "c-sa"
4935
  msgstr "Saudi Arabien"
4936
 
4937
  # Senegal
4938
- #: ../../admin/view/wp-slimstat-reports.php:1054
4939
  msgid "c-sn"
4940
  msgstr "Senegal"
4941
 
4942
  # Serbia
4943
- #: ../../admin/view/wp-slimstat-reports.php:1054
4944
  msgid "c-rs"
4945
  msgstr "Serbien"
4946
 
4947
  # Sierra Leone
4948
- #: ../../admin/view/wp-slimstat-reports.php:1054
4949
  msgid "c-sl"
4950
  msgstr "Sierra Leone"
4951
 
4952
  # Singapore
4953
- #: ../../admin/view/wp-slimstat-reports.php:1054
4954
  msgid "c-sg"
4955
  msgstr "Singapur"
4956
 
4957
  # Slovakia
4958
- #: ../../admin/view/wp-slimstat-reports.php:1054
4959
  msgid "c-sk"
4960
  msgstr "Slowakei"
4961
 
4962
  # Slovenia
4963
- #: ../../admin/view/wp-slimstat-reports.php:1054
4964
  msgid "c-si"
4965
  msgstr "Slowenien"
4966
 
4967
  # Solomon Islands
4968
- #: ../../admin/view/wp-slimstat-reports.php:1054
4969
  msgid "c-sb"
4970
  msgstr "Salomonen"
4971
 
4972
  # Somalia
4973
- #: ../../admin/view/wp-slimstat-reports.php:1054
4974
  msgid "c-so"
4975
  msgstr "Somalia"
4976
 
4977
  # South Africa
4978
- #: ../../admin/view/wp-slimstat-reports.php:1054
4979
  msgid "c-za"
4980
  msgstr "Südafrika"
4981
 
4982
  # South Georgia and the South Sandwich Islands
4983
- #: ../../admin/view/wp-slimstat-reports.php:1054
4984
  msgid "c-gs"
4985
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
4986
 
4987
  # Spain
4988
- #: ../../admin/view/wp-slimstat-reports.php:1054
4989
  msgid "c-es"
4990
  msgstr "Spanien"
4991
 
4992
  # Sri Lanka
4993
- #: ../../admin/view/wp-slimstat-reports.php:1054
4994
  msgid "c-lk"
4995
  msgstr "Sri Lanka"
4996
 
4997
- #: ../../admin/view/wp-slimstat-reports.php:1054
4998
  msgid "c-sc"
4999
  msgstr ""
5000
 
5001
  # Sudan
5002
- #: ../../admin/view/wp-slimstat-reports.php:1054
5003
  msgid "c-sd"
5004
  msgstr "Sudan"
5005
 
5006
- #: ../../admin/view/wp-slimstat-reports.php:1054
5007
  msgid "c-ss"
5008
  msgstr "Siswati"
5009
 
5010
  # Suriname
5011
- #: ../../admin/view/wp-slimstat-reports.php:1054
5012
  msgid "c-sr"
5013
  msgstr "Suriname"
5014
 
5015
  # Svalbard and Jan Mayen
5016
- #: ../../admin/view/wp-slimstat-reports.php:1054
5017
  msgid "c-sj"
5018
  msgstr "Spitzbergen und Jan Mayen"
5019
 
5020
  # Swaziland
5021
- #: ../../admin/view/wp-slimstat-reports.php:1054
5022
  msgid "c-sz"
5023
  msgstr "Swaziland"
5024
 
5025
  # Sweden
5026
- #: ../../admin/view/wp-slimstat-reports.php:1054
5027
  msgid "c-se"
5028
  msgstr "Schweden"
5029
 
5030
  # Switzerland
5031
- #: ../../admin/view/wp-slimstat-reports.php:1054
5032
  msgid "c-ch"
5033
  msgstr "Schweiz"
5034
 
5035
  # Syrian Arab Republic
5036
- #: ../../admin/view/wp-slimstat-reports.php:1054
5037
  msgid "c-sy"
5038
  msgstr "Arabische Republik Syrien"
5039
 
5040
  # Taiwan, Province of China
5041
- #: ../../admin/view/wp-slimstat-reports.php:1054
5042
  msgid "c-tw"
5043
  msgstr "Taiwan"
5044
 
5045
  # Tajikistan
5046
- #: ../../admin/view/wp-slimstat-reports.php:1054
5047
  msgid "c-tj"
5048
  msgstr "Tadschikistan"
5049
 
5050
  # United Republic of Tanzania
5051
- #: ../../admin/view/wp-slimstat-reports.php:1054
5052
  msgid "c-tz"
5053
  msgstr "Vereinigte Republik Tansania"
5054
 
5055
  # Thailand
5056
- #: ../../admin/view/wp-slimstat-reports.php:1054
5057
  msgid "c-th"
5058
  msgstr "Thailand"
5059
 
5060
  # Timor-Leste
5061
- #: ../../admin/view/wp-slimstat-reports.php:1054
5062
  msgid "c-tl"
5063
  msgstr "Timor-Leste"
5064
 
5065
  # Togo
5066
- #: ../../admin/view/wp-slimstat-reports.php:1054
5067
  msgid "c-tg"
5068
  msgstr "Togo"
5069
 
5070
  # Tonga
5071
- #: ../../admin/view/wp-slimstat-reports.php:1054
5072
  msgid "c-to"
5073
  msgstr "Tonga"
5074
 
5075
  # Trinidad and Tobago
5076
- #: ../../admin/view/wp-slimstat-reports.php:1054
5077
  msgid "c-tt"
5078
  msgstr "Trinidad und Tobago"
5079
 
5080
  # Tunisia
5081
- #: ../../admin/view/wp-slimstat-reports.php:1054
5082
  msgid "c-tn"
5083
  msgstr "Tunesien"
5084
 
5085
  # Turkey
5086
- #: ../../admin/view/wp-slimstat-reports.php:1054
5087
  msgid "c-tr"
5088
  msgstr "T&uuml;rkei"
5089
 
5090
  # Turkmenistan
5091
- #: ../../admin/view/wp-slimstat-reports.php:1054
5092
  msgid "c-tm"
5093
  msgstr "Turkmenistan"
5094
 
5095
  # Turks and Caicos Islands
5096
- #: ../../admin/view/wp-slimstat-reports.php:1054
5097
  msgid "c-tc"
5098
  msgstr "Turks- und Caicosinseln"
5099
 
5100
  # Uganda
5101
- #: ../../admin/view/wp-slimstat-reports.php:1054
5102
  msgid "c-ug"
5103
  msgstr "Uganda"
5104
 
5105
  # Ukraine
5106
- #: ../../admin/view/wp-slimstat-reports.php:1054
5107
  msgid "c-ua"
5108
  msgstr "Ukraine"
5109
 
5110
  # United Arab Emirates
5111
- #: ../../admin/view/wp-slimstat-reports.php:1054
5112
  msgid "c-ae"
5113
  msgstr "Vereinigte Arabische Emirate"
5114
 
5115
  # United Kingdom
5116
- #: ../../admin/view/wp-slimstat-reports.php:1054
5117
  msgid "c-gb"
5118
  msgstr "Vereinigtes K&ouml;nigreich"
5119
 
5120
  # United States
5121
- #: ../../admin/view/wp-slimstat-reports.php:1054
5122
  msgid "c-us"
5123
  msgstr "Vereinigte Staaten"
5124
 
5125
  # Uruguay
5126
- #: ../../admin/view/wp-slimstat-reports.php:1054
5127
  msgid "c-uy"
5128
  msgstr "Uruguay"
5129
 
5130
  # Uzbekistan
5131
- #: ../../admin/view/wp-slimstat-reports.php:1054
5132
  msgid "c-uz"
5133
  msgstr "Usbekistan"
5134
 
5135
  # Vanuatu
5136
- #: ../../admin/view/wp-slimstat-reports.php:1054
5137
  msgid "c-vu"
5138
  msgstr "Vanuatu"
5139
 
5140
  # Venezuela
5141
- #: ../../admin/view/wp-slimstat-reports.php:1054
5142
  msgid "c-ve"
5143
  msgstr "Venezuela"
5144
 
5145
  # Viet Nam
5146
- #: ../../admin/view/wp-slimstat-reports.php:1054
5147
  msgid "c-vn"
5148
  msgstr "Vietnam"
5149
 
5150
  # British Virgin Islands
5151
- #: ../../admin/view/wp-slimstat-reports.php:1054
5152
  msgid "c-vg"
5153
  msgstr "Jungferninseln"
5154
 
5155
  # U.S. Virgin Islands
5156
- #: ../../admin/view/wp-slimstat-reports.php:1054
5157
  msgid "c-vi"
5158
  msgstr "Amerikanische Jungferninseln"
5159
 
5160
  # Western Sahara
5161
- #: ../../admin/view/wp-slimstat-reports.php:1054
5162
  msgid "c-eh"
5163
  msgstr "Westsahara"
5164
 
5165
  # Yemen
5166
- #: ../../admin/view/wp-slimstat-reports.php:1054
5167
  msgid "c-ye"
5168
  msgstr "Jemen"
5169
 
5170
  # Zambia
5171
- #: ../../admin/view/wp-slimstat-reports.php:1054
5172
  msgid "c-zm"
5173
  msgstr "Sambia"
5174
 
5175
  # Zimbabwe
5176
- #: ../../admin/view/wp-slimstat-reports.php:1054
5177
  msgid "c-zw"
5178
  msgstr "Zimbabwe"
5179
 
5180
  # Guernsey
5181
- #: ../../admin/view/wp-slimstat-reports.php:1054
5182
  msgid "c-gg"
5183
  msgstr "Guernsey"
5184
 
5185
  # Jersey
5186
- #: ../../admin/view/wp-slimstat-reports.php:1054
5187
  msgid "c-je"
5188
  msgstr "Jersey"
5189
 
5190
  # Isle of Man
5191
- #: ../../admin/view/wp-slimstat-reports.php:1054
5192
  msgid "c-im"
5193
  msgstr "Isle of Man"
5194
 
5195
  # Maldives
5196
- #: ../../admin/view/wp-slimstat-reports.php:1054
5197
  msgid "c-mv"
5198
  msgstr "Malediven"
5199
 
5200
- #: ../../admin/view/wp-slimstat-reports.php:1055
5201
  msgid "c-eu"
5202
  msgstr ""
5203
 
5204
- #: ../../admin/view/wp-slimstat-reports.php:1144
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:1145
5211
  #, fuzzy
5212
  msgid "Content Items"
5213
  msgstr "Inhalt"
5214
 
5215
- #: ../../admin/view/wp-slimstat-reports.php:1146
5216
  msgid "Total Comments"
5217
  msgstr "Gesamte Kommentare"
5218
 
5219
- #: ../../admin/view/wp-slimstat-reports.php:1147
5220
  msgid "Pingbacks"
5221
  msgstr ""
5222
 
5223
- #: ../../admin/view/wp-slimstat-reports.php:1148
5224
  msgid "Trackbacks"
5225
  msgstr ""
5226
 
5227
- #: ../../admin/view/wp-slimstat-reports.php:1149
5228
  #, fuzzy
5229
  msgid "Avg Comments Per Post"
5230
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
5231
 
5232
- #: ../../admin/view/wp-slimstat-reports.php:1150
5233
  msgid "Avg Posts Per Day"
5234
  msgstr ""
5235
 
5236
- #: ../../admin/view/wp-slimstat-reports.php:1151
5237
  msgid "Avg Server Latency"
5238
  msgstr ""
5239
 
5240
- #: ../../admin/view/wp-slimstat-reports.php:1152
5241
  #, fuzzy
5242
  msgid "Avg Page Load Time"
5243
  msgstr "Durchschnittl. Seitenaufrufe"
5244
 
5245
- #: ../../admin/view/wp-slimstat-reports.php:1183
5246
- msgid "Domains"
5247
- msgstr "Dom&auml;nen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5248
 
5249
- #: ../../admin/wp-slimstat-admin.php:584 ../../admin/wp-slimstat-admin.php:595
5250
- #: ../../admin/wp-slimstat-admin.php:597
 
 
 
 
5251
  #, fuzzy
5252
  msgid "SlimStat"
5253
  msgstr "&Uuml;ber WP SlimStat"
5254
 
5255
- #: ../../admin/wp-slimstat-admin.php:679
 
 
 
 
 
5256
  #, fuzzy
5257
  msgid "Pageviews in the last "
5258
  msgstr "Seitenaufrufe (Diagramm)"
5259
 
5260
- #: ../../admin/wp-slimstat-admin.php:682
5261
  #, fuzzy
5262
  msgid "Unique IPs in the last "
5263
  msgstr "Eindeutige interne Zugriffe"
5264
 
5265
- #: ../../admin/wp-slimstat-admin.php:721
5266
  msgid "Show on screen"
5267
  msgstr "Anzeigen"
5268
 
5269
- #: ../../admin/wp-slimstat-admin.php:799
5270
  msgid "Already saved"
5271
  msgstr ""
5272
 
5273
- #: ../../admin/wp-slimstat-admin.php:807
5274
  msgid "Saved"
5275
  msgstr ""
5276
 
5277
- #: ../../admin/wp-slimstat-admin.php:826
5278
  #, fuzzy
5279
  msgid "Delete this filter"
5280
  msgstr "Lösche Seitenaufrufe, wo"
5281
 
5282
- #: ../../admin/wp-slimstat-admin.php:870
5283
  msgid "There was an error updating the following options:"
5284
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5285
 
5286
- #: ../../admin/wp-slimstat-admin.php:873
5287
  #, fuzzy
5288
  msgid "Your changes have been saved."
5289
  msgstr "Optionen erfolgreich aktualisiert."
5290
 
5291
- #: ../../admin/wp-slimstat-admin.php:896
5292
  msgid "Save Changes"
5293
  msgstr "Änderungen speichern"
5294
 
5295
- #: ../../admin/wp-slimstat-admin.php:912
5296
  msgid "Definitions"
5297
  msgstr "Definitionen"
5298
 
5299
- #: ../../admin/wp-slimstat-admin.php:915
5300
  msgid "Pageview"
5301
  msgstr "Seitenaufrufe"
5302
 
5303
- #: ../../admin/wp-slimstat-admin.php:915
5304
  #, fuzzy
5305
  msgid ""
5306
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -5311,11 +5159,11 @@ msgstr ""
5311
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
5312
  "wird."
5313
 
5314
- #: ../../admin/wp-slimstat-admin.php:916
5315
  msgid "(Human) Visit"
5316
  msgstr "Echte Besuche"
5317
 
5318
- #: ../../admin/wp-slimstat-admin.php:916
5319
  msgid ""
5320
  "A period of interaction between a visitor's browser and your website, ending "
5321
  "when the browser is closed or when the user has been inactive on that site "
@@ -5325,7 +5173,7 @@ msgstr ""
5325
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
5326
  "lang nicht auf der Website aktiv war"
5327
 
5328
- #: ../../admin/wp-slimstat-admin.php:917
5329
  msgid ""
5330
  "Any user who has left a comment on your blog, and is thus identified by "
5331
  "Wordpress as a returning visitor"
@@ -5333,11 +5181,11 @@ msgstr ""
5333
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
5334
  "damit als wiederkehrender Besucher erkannt wird."
5335
 
5336
- #: ../../admin/wp-slimstat-admin.php:918
5337
  msgid "Unique IP"
5338
  msgstr "Eindeutige IPs"
5339
 
5340
- #: ../../admin/wp-slimstat-admin.php:918
5341
  msgid ""
5342
  "Used to differentiate between multiple requests to download a file from one "
5343
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -5349,7 +5197,7 @@ msgstr ""
5349
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
5350
  "perfekt."
5351
 
5352
- #: ../../admin/wp-slimstat-admin.php:919
5353
  msgid ""
5354
  "the originating IP address of a client connecting to a web server through an "
5355
  "HTTP proxy or load balancer"
@@ -5357,11 +5205,11 @@ msgstr ""
5357
  "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
5358
  "oder Load Balancer mit dem Server verbunden hat."
5359
 
5360
- #: ../../admin/wp-slimstat-admin.php:920
5361
  msgid "Direct Traffic"
5362
  msgstr "Direkter Besuch"
5363
 
5364
- #: ../../admin/wp-slimstat-admin.php:920
5365
  msgid ""
5366
  "All those people showing up to your Web site by typing in the URL of your "
5367
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -5371,11 +5219,11 @@ msgstr ""
5371
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
5372
  "traffic\" genannt."
5373
 
5374
- #: ../../admin/wp-slimstat-admin.php:921
5375
  msgid "Search Engine"
5376
  msgstr "Suchmaschinen"
5377
 
5378
- #: ../../admin/wp-slimstat-admin.php:921
5379
  msgid ""
5380
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
5381
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -5383,15 +5231,16 @@ msgstr ""
5383
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
5384
  "bezahlter (PPC/SEM) Traffic enthalten."
5385
 
5386
- #: ../../admin/wp-slimstat-admin.php:922 ../../admin/wp-slimstat-admin.php:938
 
5387
  msgid "Keywords used by your visitors to find your website on a search engine"
5388
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
5389
 
5390
- #: ../../admin/wp-slimstat-admin.php:923
5391
  msgid "SERP"
5392
  msgstr "SERP"
5393
 
5394
- #: ../../admin/wp-slimstat-admin.php:923
5395
  msgid ""
5396
  "Short for search engine results page, the Web page that a search engine "
5397
  "returns with the results of its search. The value shown represents your rank "
@@ -5400,7 +5249,7 @@ msgstr ""
5400
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
5401
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
5402
 
5403
- #: ../../admin/wp-slimstat-admin.php:924
5404
  msgid ""
5405
  "Any program used for accessing a website; this includes browsers, robots, "
5406
  "spiders and any other program that was used to retrieve information from the "
@@ -5410,7 +5259,7 @@ msgstr ""
5410
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
5411
  "Informationen von einer Website abruft."
5412
 
5413
- #: ../../admin/wp-slimstat-admin.php:925
5414
  msgid ""
5415
  "A link from one domain to another is said to be outbound from its source "
5416
  "anchor and inbound to its target. This report lists all the links to other "
@@ -5419,27 +5268,27 @@ msgstr ""
5419
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
5420
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
5421
 
5422
- #: ../../admin/wp-slimstat-admin.php:932
5423
  msgid "Basic Filters"
5424
  msgstr "Einfache Filter"
5425
 
5426
- #: ../../admin/wp-slimstat-admin.php:935
5427
  msgid "User agent (Firefox, Chrome, ...)"
5428
  msgstr "Browser (Firefox, Chrome ...)"
5429
 
5430
- #: ../../admin/wp-slimstat-admin.php:936
5431
  msgid "2-letter code (us, ru, de, it, ...)"
5432
  msgstr "Länder-Code (us, ru, de, it...)"
5433
 
5434
- #: ../../admin/wp-slimstat-admin.php:937
5435
  msgid "IP"
5436
  msgstr "IP"
5437
 
5438
- #: ../../admin/wp-slimstat-admin.php:937
5439
  msgid "Visitor's public IP address"
5440
  msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
5441
 
5442
- #: ../../admin/wp-slimstat-admin.php:939
5443
  msgid ""
5444
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
5445
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -5448,7 +5297,7 @@ msgstr ""
5448
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
5449
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
5450
 
5451
- #: ../../admin/wp-slimstat-admin.php:940
5452
  msgid ""
5453
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
5454
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -5458,16 +5307,16 @@ msgstr ""
5458
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
5459
  "target=\"_blank\">dieser Seite</a>"
5460
 
5461
- #: ../../admin/wp-slimstat-admin.php:941
5462
  msgid "URL accessed on your site"
5463
  msgstr "URL, die auf Ihrer Seite besucht wurde"
5464
 
5465
- #: ../../admin/wp-slimstat-admin.php:942
5466
  #, fuzzy
5467
  msgid "Complete address of the referrer page"
5468
  msgstr "Verweisende Seite &ouml;ffnen"
5469
 
5470
- #: ../../admin/wp-slimstat-admin.php:943
5471
  msgid ""
5472
  "Visitors' names according to the cookie set by Wordpress after they leave a "
5473
  "comment"
@@ -5475,15 +5324,15 @@ msgstr ""
5475
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
5476
  "Kommentars anlegt"
5477
 
5478
- #: ../../admin/wp-slimstat-admin.php:951
5479
  msgid "Advanced Filters"
5480
  msgstr "Erweiterte Filter"
5481
 
5482
- #: ../../admin/wp-slimstat-admin.php:954
5483
  msgid "user agent version (9.0, 11, ...)"
5484
  msgstr "Browser-Version (9.0, 11, ...)"
5485
 
5486
- #: ../../admin/wp-slimstat-admin.php:955
5487
  msgid ""
5488
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
5489
  "all others"
@@ -5491,18 +5340,7 @@ msgstr ""
5491
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
5492
  "anderen"
5493
 
5494
- #: ../../admin/wp-slimstat-admin.php:956
5495
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
5496
- msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
5497
-
5498
- #: ../../admin/wp-slimstat-admin.php:957
5499
- msgid ""
5500
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
5501
- "values)"
5502
- msgstr ""
5503
- "Vom Browser unterstützter CSS standard (1, 2, 3 und andere ganze Zahlen)"
5504
-
5505
- #: ../../admin/wp-slimstat-admin.php:958
5506
  msgid ""
5507
  "this field is set to <em>[pre]</em> if the resource has been accessed "
5508
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -5512,19 +5350,19 @@ msgstr ""
5512
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5513
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
5514
 
5515
- #: ../../admin/wp-slimstat-admin.php:959
5516
  msgid "author associated to that post/page when the resource was accessed"
5517
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
5518
 
5519
- #: ../../admin/wp-slimstat-admin.php:960
5520
  msgid "ID of the category/term associated to the resource, when available"
5521
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
5522
 
5523
- #: ../../admin/wp-slimstat-admin.php:961
5524
  msgid "visitor's originating IP address, if available"
5525
  msgstr "IP-Adresse des Besuchers, falls bekannt"
5526
 
5527
- #: ../../admin/wp-slimstat-admin.php:962
5528
  msgid ""
5529
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5530
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -5537,11 +5375,15 @@ msgstr ""
5537
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
5538
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
5539
 
5540
- #: ../../admin/wp-slimstat-admin.php:963
 
 
 
 
5541
  msgid "viewport width and height (1024x768, 800x600, ...)"
5542
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
5543
 
5544
- #: ../../admin/wp-slimstat-admin.php:964
5545
  msgid ""
5546
  "generally used in conjunction with <em>is not empty</em>, identifies human "
5547
  "visitors"
@@ -5549,11 +5391,11 @@ msgstr ""
5549
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
5550
  "Besucher"
5551
 
5552
- #: ../../admin/wp-slimstat-admin.php:965
5553
  msgid "Date Filters"
5554
  msgstr "Datumsfilter"
5555
 
5556
- #: ../../admin/wp-slimstat-admin.php:965
5557
  msgid ""
5558
  "you can specify the timeframe by entering a number in the <em>interval</em> "
5559
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -5563,121 +5405,283 @@ msgstr ""
5563
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
5564
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
5565
 
5566
- #: ../../admin/wp-slimstat-admin.php:966
5567
  msgid "SERP Position"
5568
  msgstr "Suchmaschinenrang"
5569
 
5570
- #: ../../admin/wp-slimstat-admin.php:966
5571
  msgid ""
5572
  "set the filter to Referer contains cd=N&, where N is the position you are "
5573
  "looking for"
5574
  msgstr ""
5575
  "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
5576
 
5577
- #: ../../admin/wp-slimstat-admin.php:993
5578
  msgid "Yes"
5579
  msgstr "Ja"
5580
 
5581
- #: ../../admin/wp-slimstat-admin.php:995
5582
  msgid "Site Specific"
5583
  msgstr ""
5584
 
5585
- #: ../../wp-slimstat.php:102
5586
- msgid "Event must be associated to existing pageview"
5587
- msgstr ""
5588
-
5589
- #: ../../wp-slimstat.php:187 ../../wp-slimstat.php:422
5590
  msgid "Pageview filtered by third-party code"
5591
  msgstr ""
5592
 
5593
- #: ../../wp-slimstat.php:204
5594
  #, fuzzy
5595
  msgid "Malformed URL"
5596
  msgstr "Ignoriere Benutzer"
5597
 
5598
- #: ../../wp-slimstat.php:220
5599
  msgid "Referrer is blacklisted"
5600
  msgstr ""
5601
 
5602
- #: ../../wp-slimstat.php:276
5603
  msgid "Permalink is blacklisted"
5604
  msgstr ""
5605
 
5606
- #: ../../wp-slimstat.php:286
5607
- #, fuzzy
5608
- msgid "Empty IP Address"
5609
- msgstr "IP-Adresse"
5610
 
5611
- #: ../../wp-slimstat.php:295
5612
  msgid "Logged in user not tracked"
5613
  msgstr ""
5614
 
5615
- #: ../../wp-slimstat.php:303
5616
  msgid "User with given capability not tracked"
5617
  msgstr ""
5618
 
5619
- #: ../../wp-slimstat.php:310
5620
- msgid "User is blacklisted"
5621
- msgstr ""
 
5622
 
5623
- #: ../../wp-slimstat.php:324
5624
- msgid "Spammer not tracked"
5625
- msgstr ""
 
5626
 
5627
- #: ../../wp-slimstat.php:355
5628
- msgid "IP Address is blacklisted"
5629
- msgstr ""
 
5630
 
5631
- #: ../../wp-slimstat.php:373
5632
- msgid "Country is blacklisted"
5633
- msgstr ""
 
5634
 
5635
- #: ../../wp-slimstat.php:382
5636
  msgid "Prefetch requests are ignored"
5637
  msgstr ""
5638
 
5639
- #: ../../wp-slimstat.php:396
5640
  #, fuzzy
5641
  msgid "Bot not tracked"
5642
  msgstr "Bot oder Crawler"
5643
 
5644
- #: ../../wp-slimstat.php:405
5645
- #, fuzzy
5646
- msgid "Browser is blacklisted"
5647
  msgstr "Browser-F&auml;higkeiten"
5648
 
5649
- #: ../../wp-slimstat.php:438
5650
- #, fuzzy
5651
- msgid "Database not ready"
5652
- msgstr "Datenbankinformation"
5653
-
5654
- #: ../../wp-slimstat.php:1046
5655
- msgid "Missing payload string"
5656
  msgstr ""
5657
 
5658
- #: ../../wp-slimstat.php:1056
5659
- msgid "Invalid data signature (ci)"
5660
  msgstr ""
5661
 
5662
- #: ../../wp-slimstat.php:1066
5663
- msgid "Invalid data signature (id)"
5664
- msgstr ""
5665
-
5666
- #: ../../wp-slimstat.php:1157
5667
  #, fuzzy
5668
  msgid "There was an error downloading the MaxMind Geolite DB:"
5669
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5670
 
5671
- #: ../../wp-slimstat.php:1161
5672
  #, fuzzy
5673
- msgid "There was an error opening the zipped MaxMind Geolite DB"
5674
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5675
 
5676
- #: ../../wp-slimstat.php:1165
 
 
 
 
5677
  #, fuzzy
5678
- msgid "There was an error opening the unzipped MaxMind Geolite DB"
5679
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5681
  #~ msgid "Views"
5682
  #~ msgstr "Letzte Aufrufe"
5683
 
@@ -5705,12 +5709,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5705
  #~ msgid "Performance"
5706
  #~ msgstr "Leistung"
5707
 
5708
- #~ msgid "Open this outbound link in a new window"
5709
- #~ msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
5710
-
5711
- #~ msgid "Top Landing Pages"
5712
- #~ msgstr "Top-Einstiegsseiten"
5713
-
5714
  #~ msgid "Average Pageviews per Visit (chart)"
5715
  #~ msgstr "Durchschnittl. Seitenaufrufe pro Besuch (Diagramm)"
5716
 
@@ -6842,9 +6840,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
6842
  #~ msgid "Hourly Traffic Sources"
6843
  #~ msgstr "St&;ndliche Traffic Ursprung"
6844
 
6845
- #~ msgid "Off"
6846
- #~ msgstr "Aus"
6847
-
6848
  #~ msgid ""
6849
  #~ "A bot is a program that operates as an agent for a user or another "
6850
  #~ "program or simulates a human activity. Browsers with Javascript disabled "
@@ -6855,9 +6850,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
6855
  #~ "Browser mit abgeschaltetem JavaScript (aber deren 'User Agent' g&uuml;"
6856
  #~ "ltig ist) werden nicht als 'Bots' gez&auml;hlt."
6857
 
6858
- #~ msgid "On"
6859
- #~ msgstr "am"
6860
-
6861
  #~ msgid "Last Month"
6862
  #~ msgstr "letzter Monat"
6863
 
@@ -6867,9 +6859,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
6867
  #~ msgid "Filter results where private IP equals %s"
6868
  #~ msgstr "Ergebnisse filtern nach privater IP %s"
6869
 
6870
- #~ msgid "Dashboard"
6871
- #~ msgstr "&Uuml;bersicht"
6872
-
6873
  #~ msgid "Raw Data"
6874
  #~ msgstr "Rohdaten"
6875
 
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-15 22:59-0500\n"
6
+ "PO-Revision-Date: 2015-06-15 22:59-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"
32
  "Fehler beim Auslesen der Add-on-Liste vom Server. Versuchen Sie es später "
33
  "nochmals."
34
 
35
+ #: ../../admin/config/addons.php:32 ../../admin/config/index.php:9
36
+ #: ../../admin/wp-slimstat-admin.php:642 ../../admin/wp-slimstat-admin.php:657
37
+ #: ../../wp-slimstat.php:1734
38
  msgid "Add-ons"
39
  msgstr "Add-Ons"
40
 
41
+ #: ../../admin/config/addons.php:33
42
  #, fuzzy
43
  msgid ""
44
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
55
  "Add-ons zu bekommen, muss der beim Kauf erhaltene <strong>Lizenzschlüssel</"
56
  "strong> eingegeben werden."
57
 
58
+ #: ../../admin/config/addons.php:37
59
  #, php-format
60
  msgid ""
61
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
62
  "\">click here</a> to clear the cache."
63
  msgstr ""
64
 
65
+ #: ../../admin/config/addons.php:46
66
  msgid "Add-on"
67
  msgstr "Add-on"
68
 
69
+ #: ../../admin/config/addons.php:46
70
  msgid "Description"
71
  msgstr "Beschreibung"
72
 
74
  msgid "General"
75
  msgstr "Allgemein"
76
 
77
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:49
78
+ #: ../../admin/config/index.php:147
79
  msgid "Reports"
80
  msgstr "Auswertungen"
81
 
82
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:74
83
  msgid "Filters"
84
  msgstr "Filter"
85
 
86
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:145
87
  msgid "Permissions"
88
  msgstr "Berechtigungen"
89
 
90
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
91
  msgid "Advanced"
92
  msgstr "Erweitert"
93
 
94
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:253
95
  msgid "Maintenance"
96
  msgstr "Wartung"
97
 
98
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:152
99
+ #: ../../admin/wp-slimstat-admin.php:683 ../../admin/wp-slimstat-admin.php:685
100
+ #: ../../wp-slimstat.php:1737
101
  msgid "Settings"
102
  msgstr "Einstellungen"
103
 
104
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:227
105
  #, fuzzy
106
  msgid "Tracker"
107
  msgstr "Benutzer tracken"
108
 
109
  #: ../../admin/config/index.php:21
110
  #, fuzzy
111
+ msgid "Tracking"
112
+ msgstr "Tracking aktiv"
113
 
114
  #: ../../admin/config/index.php:21
115
  msgid "Turn the tracker on or off, but keep the reports accessible."
116
  msgstr ""
117
 
118
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
119
+ msgid "On"
120
+ msgstr "am"
121
+
122
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
123
+ msgid "Off"
124
+ msgstr "Aus"
125
+
126
  #: ../../admin/config/index.php:22
127
  #, fuzzy
128
+ msgid "Admin Pages"
129
  msgstr "Verfolgen Admin-Seiten"
130
 
131
  # correct, if admin = admin area
136
  "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
137
  "innerhalb des Adminbereiches verfolgen wollen."
138
 
139
+ #: ../../admin/config/index.php:22
140
+ #, fuzzy
141
+ msgid "Track"
142
+ msgstr "Benutzer tracken"
143
+
144
+ #: ../../admin/config/index.php:22
145
+ #, fuzzy
146
+ msgid "Do not track"
147
+ msgstr "Bot oder Crawler"
148
+
149
  #: ../../admin/config/index.php:23
150
+ msgid "Stealth Mode"
151
  msgstr ""
152
 
153
  # capability = Resource?
156
  msgid ""
157
  "Collect information about screen resolutions, outbound links, downloads, "
158
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
159
+ "regardless of which value you set for this option. In Accurate mode, this "
160
+ "option will remove the tracking code from your pages' source code."
161
  msgstr ""
162
  "Aktiviert einen Tracking Code auf den Clients, der Daten über "
163
  "Bildschirmauflösungen, ausgehende Links, Downloads und andere relevante "
172
  #: ../../admin/config/index.php:24
173
  #, fuzzy
174
  msgid ""
175
+ "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
176
+ "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
177
+ "like Google Analytics, and visitors whose browser does not support "
178
  "Javascript will be ignored. A nice side effect is that <strong>most "
179
  "spammers, search engines and other crawlers</strong> will not be tracked."
180
  msgstr ""
185
  "und andere Crawler werden so nicht mehr berücksichtigt."
186
 
187
  #: ../../admin/config/index.php:24
188
+ msgid "Client"
189
+ msgstr ""
 
190
 
191
  #: ../../admin/config/index.php:24
192
+ #, fuzzy
193
+ msgid "Server"
194
  msgstr "Serverseitig"
195
 
196
  #: ../../admin/config/index.php:26
220
  msgstr "Adminleiste"
221
 
222
  #: ../../admin/config/index.php:28
223
+ #, fuzzy
224
+ msgid "Posts and Pages"
225
+ msgstr "Top-Einstiegsseiten"
226
 
227
  #: ../../admin/config/index.php:28
228
  #, fuzzy
235
 
236
  #: ../../admin/config/index.php:29
237
  #, fuzzy
238
+ msgid "Dashboard Widgets"
239
+ msgstr "&Uuml;bersicht"
240
 
241
  #: ../../admin/config/index.php:29
242
  msgid ""
243
+ "Choose if you want to have the most important reports on your WordPress "
244
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
245
+ msgstr ""
246
+
247
+ #: ../../admin/config/index.php:30
248
+ #, fuzzy
249
+ msgid "Report Interval"
250
+ msgstr "Eindeutige interne Zugriffe"
251
+
252
+ #: ../../admin/config/index.php:30
253
+ msgid ""
254
  "Enter the time range, in days, that should be used to calculate the value "
255
  "here above."
256
  msgstr ""
257
 
258
+ #: ../../admin/config/index.php:31
259
  #, fuzzy
260
  msgid "Report Type"
261
  msgstr "Auswertungen"
262
 
263
+ #: ../../admin/config/index.php:31
264
  msgid ""
265
  "Select what kind of information you would like to see displayed on the Posts "
266
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
267
  "IPs consider only one hit per user in the given time range."
268
  msgstr ""
269
 
270
+ #: ../../admin/config/index.php:31 ../../admin/view/wp-slimstat-reports.php:90
271
+ #: ../../admin/view/wp-slimstat-reports.php:1052
272
+ #: ../../admin/view/wp-slimstat-reports.php:1196
273
+ #: ../../admin/view/wp-slimstat-reports.php:1321
274
  msgid "Pageviews"
275
  msgstr "Seitenaufrufe"
276
 
277
+ #: ../../admin/config/index.php:31
278
+ #: ../../admin/view/wp-slimstat-reports.php:1052
279
+ #: ../../admin/view/wp-slimstat-reports.php:1057
280
+ #: ../../admin/view/wp-slimstat-reports.php:1062
281
+ #: ../../admin/view/wp-slimstat-reports.php:1203
282
+ #: ../../admin/view/wp-slimstat-reports.php:1240
283
  msgid "Unique IPs"
284
  msgstr "Eindeutige IPs"
285
 
286
  #: ../../admin/config/index.php:32
287
+ #, fuzzy
288
+ msgid "Hide Add-ons"
289
+ msgstr "Add-Ons"
290
+
291
+ #: ../../admin/config/index.php:32
292
+ msgid ""
293
+ "Enable this option to hide all your <strong>active</strong> premium add-ons "
294
+ "from the list of plugins in WordPress. Please note that you will still "
295
+ "receive updates for hidden add-ons."
296
+ msgstr ""
297
+
298
+ #: ../../admin/config/index.php:34
299
  msgid "Database"
300
  msgstr "Datenbank"
301
 
302
+ #: ../../admin/config/index.php:35
303
  msgid "Retain data for"
304
  msgstr ""
305
 
306
+ #: ../../admin/config/index.php:35
307
  msgid ""
308
  "Clean-up log entries older than the number of days specified here above. "
309
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
310
  "regardless of its age."
311
  msgstr ""
312
 
313
+ #: ../../admin/config/index.php:35
314
  msgid "Next clean-up on"
315
  msgstr "N&auml;chste Bereinigung "
316
 
317
+ #: ../../admin/config/index.php:35
318
  #, fuzzy, php-format
319
  msgid ""
320
  "Entries logged on or before %s will be archived or deleted according to the "
323
  "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
324
  "scht."
325
 
326
+ #: ../../admin/config/index.php:35 ../../admin/view/index.php:102
327
+ #: ../../admin/view/wp-slimstat-db.php:74
328
+ #: ../../admin/view/wp-slimstat-reports.php:1183
 
329
  msgid "days"
330
  msgstr "Tage"
331
 
332
+ #: ../../admin/config/index.php:36
333
  #, fuzzy
334
  msgid "Delete records"
335
  msgstr "Datensätze"
336
 
337
+ #: ../../admin/config/index.php:36
338
  msgid ""
339
  "If DB space is not an issue, you can decide to archive older records in "
340
  "another table, instead of deleting them. This way performance is preserved, "
344
  "is uninstalled. Make sure to backup your data before you proceed."
345
  msgstr ""
346
 
347
+ #: ../../admin/config/index.php:51
348
  msgid "Formats and Conversions"
349
  msgstr ""
350
 
351
+ #: ../../admin/config/index.php:52
352
  msgid "Number Format"
353
  msgstr "Zahlenformat"
354
 
355
+ #: ../../admin/config/index.php:52
356
  #, fuzzy
357
  msgid "Choose the number format you want to use for your reports."
358
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
359
 
360
+ #: ../../admin/config/index.php:53
361
  msgid "Date Format"
362
  msgstr "Datum"
363
 
364
+ #: ../../admin/config/index.php:53
365
  msgid ""
366
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
367
  "Format</a> to use when displaying a pageview's date."
368
  msgstr ""
369
 
370
+ #: ../../admin/config/index.php:54
371
  #, fuzzy
372
  msgid "Time Format"
373
  msgstr "Zahlenformat"
374
 
375
+ #: ../../admin/config/index.php:54
376
  msgid ""
377
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
378
  "Format</a> to use when displaying a pageview's time."
379
  msgstr ""
380
 
381
+ #: ../../admin/config/index.php:55
382
  #, fuzzy
383
  msgid "Use Display Name"
384
  msgstr "Spitznamen anzeigen"
385
 
386
+ #: ../../admin/config/index.php:55
387
  #, fuzzy
388
  msgid ""
389
  "By default, users are listed by their usernames. Use this option to "
392
  "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
393
  "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
394
 
395
+ #: ../../admin/config/index.php:56
396
  #, fuzzy
397
+ msgid "Use Titles"
398
  msgstr "Titel anzeigen"
399
 
400
+ #: ../../admin/config/index.php:56
401
  msgid ""
402
+ "Slimstat converts your permalinks into post, page and category titles. "
403
+ "Disable this feature if you need to see the URL in your reports."
404
  msgstr ""
405
 
406
+ #: ../../admin/config/index.php:57
407
  msgid "Convert IP Addresses"
408
  msgstr "IP-Adressen umwandeln"
409
 
410
+ #: ../../admin/config/index.php:57
411
  msgid "Display provider names instead of IP addresses."
412
  msgstr ""
413
 
414
+ #: ../../admin/config/index.php:59
415
  msgid "Functionality"
416
  msgstr "Funktionalität"
417
 
418
+ #: ../../admin/config/index.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  msgid "SlimScroll"
420
  msgstr ""
421
 
422
+ #: ../../admin/config/index.php:60
423
  msgid ""
424
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
425
  "scrollbar."
426
  msgstr ""
427
 
428
+ #: ../../admin/config/index.php:61
429
  msgid "Expand Details"
430
  msgstr "Details anzeigen"
431
 
432
+ #: ../../admin/config/index.php:61
433
  #, fuzzy
434
  msgid "Expand each row's details by default, insted of on mousehover."
435
  msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
436
 
437
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:66
438
  #, fuzzy
439
  msgid "Rows to Display"
440
  msgstr "keine Daten vorhanden"
441
 
442
+ #: ../../admin/config/index.php:62
443
  msgid "Specify the number of items in each report."
444
  msgstr ""
445
 
446
+ #: ../../admin/config/index.php:64
447
  msgid "Activity Log"
448
  msgstr ""
449
 
450
+ #: ../../admin/config/index.php:65
451
  msgid "Live Stream"
452
  msgstr "Livestream"
453
 
454
+ #: ../../admin/config/index.php:65
455
  #, fuzzy
456
  msgid ""
457
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
460
  "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
461
  "deaktiviert diese Funktion."
462
 
463
+ #: ../../admin/config/index.php:65 ../../admin/config/index.php:229
464
  msgid "seconds"
465
  msgstr "Sekunden"
466
 
467
+ #: ../../admin/config/index.php:66
468
  msgid "Specify the number of items in the Activity Log."
469
  msgstr ""
470
 
471
+ #: ../../admin/config/index.php:69 ../../admin/config/index.php:96
472
+ #: ../../admin/config/index.php:246 ../../admin/config/maintenance.php:360
473
  msgid "Miscellaneous"
474
  msgstr "Diverse"
475
 
476
+ #: ../../admin/config/index.php:70
477
  #, fuzzy
478
  msgid "Show User Agent"
479
  msgstr "Top Browser"
480
 
481
+ #: ../../admin/config/index.php:70
482
  #, fuzzy
483
  msgid ""
484
  "Choose if you want to see the browser name or a complete user agent string "
487
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
488
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
489
 
490
+ #: ../../admin/config/index.php:71
491
  msgid "Enable SOV"
492
  msgstr "SOV aktivieren"
493
 
494
+ #: ../../admin/config/index.php:71
495
  msgid ""
496
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
497
  "the subject, object, and verb of a sentence appear in that order, like in "
498
  "Japanese."
499
  msgstr ""
500
 
501
+ #: ../../admin/config/index.php:76
502
  #, fuzzy
503
  msgid "Visitors and Known Users"
504
  msgstr "Bekannte Benutzer"
505
 
506
+ #: ../../admin/config/index.php:77
507
  #, fuzzy
508
  msgid "Track Registered Users"
509
  msgstr "Benutzer tracken"
510
 
511
+ #: ../../admin/config/index.php:77
512
  #, fuzzy
513
  msgid "Enable this option to track logged in users."
514
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
515
 
516
+ #: ../../admin/config/index.php:78
517
  #, fuzzy
518
  msgid "Blacklist by Username"
519
  msgstr "IP-Adresse"
520
 
521
+ #: ../../admin/config/index.php:78
522
  #, fuzzy
523
  msgid ""
524
  "List all the usernames you don't want to track, separated by commas. Please "
529
  "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
530
  "Kleinschreibung wird beachtet."
531
 
532
+ #: ../../admin/config/index.php:79
533
  #, fuzzy
534
  msgid "Blacklist by IP Address"
535
  msgstr "IP-Adresse"
536
 
537
+ #: ../../admin/config/index.php:79
538
  #, fuzzy
539
  msgid ""
540
  "List all the IP addresses you don't want to track, separated by commas. Each "
549
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
550
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
551
 
552
+ #: ../../admin/config/index.php:80
553
  #, fuzzy
554
  msgid "Blacklist by Capability"
555
  msgstr "Benutzer nach Browserf&auml;higkeiten"
556
 
557
+ #: ../../admin/config/index.php:80
558
  #, fuzzy
559
  msgid ""
560
  "Users having at least one of the <a href='http://codex.wordpress.org/"
565
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
566
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
567
 
568
+ #: ../../admin/config/index.php:82
569
  msgid "Profiling"
570
  msgstr ""
571
 
572
+ #: ../../admin/config/index.php:83
573
  msgid "Ignore Spammers"
574
  msgstr "Spammer ignorieren"
575
 
576
+ #: ../../admin/config/index.php:83
577
  #, fuzzy
578
  msgid ""
579
  "Enable this option if you don't want to track visits from users identified "
586
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
587
  "Datenbank entfernt."
588
 
589
+ #: ../../admin/config/index.php:84
590
  #, fuzzy
591
  msgid "Ignore Bots"
592
  msgstr "Ignoriere Benutzer"
593
 
594
+ #: ../../admin/config/index.php:84
595
  msgid ""
596
  "Turn on this feature if you want to have the accuracy level of server-side "
597
  "tracking, but not the inconvenience of getting your database clogged with "
598
  "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
599
+ "note that in Client mode, bots are ignored regardless of this setting."
600
  msgstr ""
601
 
602
+ #: ../../admin/config/index.php:85
603
  msgid "Permalinks"
604
  msgstr "Permalinks"
605
 
606
+ #: ../../admin/config/index.php:85
607
  #, fuzzy
608
  msgid ""
609
  "List all the URLs on your website that you don't want to track, separated by "
622
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
623
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
624
 
625
+ #: ../../admin/config/index.php:86
626
  msgid "Countries"
627
  msgstr "L&auml;nder"
628
 
629
+ #: ../../admin/config/index.php:86
630
  msgid ""
631
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
632
  "track, separated by commas."
634
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
635
  "mit erfasst werden sollen, getrennt durch Kommata."
636
 
637
+ #: ../../admin/config/index.php:87
638
  msgid "User Agents"
639
  msgstr "User Agents"
640
 
641
+ #: ../../admin/config/index.php:87
642
  #, fuzzy
643
  msgid ""
644
  "Browsers (user agents) you don't want to track, separated by commas. You can "
656
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
657
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
658
 
659
+ #: ../../admin/config/index.php:88
660
  msgid "Referring Sites"
661
  msgstr "Verweisende Webseiten"
662
 
663
+ #: ../../admin/config/index.php:88
664
  #, fuzzy
665
  msgid ""
666
  "Referring URLs that you don't want to track, separated by commas: "
678
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
679
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
680
 
681
+ #: ../../admin/config/index.php:90
682
  #, fuzzy
683
  msgid "Internal and Outbound Links"
684
  msgstr "Letzte ausgehende Links"
685
 
686
+ #: ../../admin/config/index.php:91
687
  msgid "Track Outbound Clicks"
688
  msgstr "Letzte ausgehende Links"
689
 
690
+ #: ../../admin/config/index.php:91
691
  msgid ""
692
  "Track when your visitors click on link to external websites. This option "
693
  "required Spy Mode to be enabled."
694
  msgstr ""
695
 
696
+ #: ../../admin/config/index.php:92
697
  #, fuzzy
698
  msgid "Track Coordinates"
699
  msgstr "Tracking aktiv"
700
 
701
+ #: ../../admin/config/index.php:92
702
  msgid ""
703
  "Collect mouse coordinates and other information for clicks on internal "
704
  "links. Strongly recommended if you're using the heatmap add-on. By default, "
705
  "this information is only collected for external links."
706
  msgstr ""
707
 
708
+ #: ../../admin/config/index.php:93
709
  msgid "No Callback"
710
  msgstr ""
711
 
712
+ #: ../../admin/config/index.php:93
713
  msgid ""
714
  "Track the event but do not invoke the callback function on links marked with "
715
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
717
  "prevent conflicts with lightbox and similar libraries."
718
  msgstr ""
719
 
720
+ #: ../../admin/config/index.php:94
721
  msgid "Do Not Track"
722
  msgstr ""
723
 
724
+ #: ../../admin/config/index.php:94
725
  msgid ""
726
  "Do not track links marked with one of these class names, <em>rel</em> "
727
  "attributes or whose <em>href</em> attribute contains one of these strings "
728
  "(separated by comma)."
729
  msgstr ""
730
 
731
+ #: ../../admin/config/index.php:97
732
  msgid "Enable Privacy Mode"
733
  msgstr ""
734
 
735
+ #: ../../admin/config/index.php:97
736
  #, fuzzy
737
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
738
  msgstr ""
739
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
740
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
741
 
742
+ #: ../../admin/config/index.php:98
743
  msgid "Ignore Prefetch Requests"
744
  msgstr ""
745
 
746
+ #: ../../admin/config/index.php:98
747
  #, fuzzy
748
  msgid ""
749
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
753
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
754
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
755
 
756
+ #: ../../admin/config/index.php:114
757
  msgid "Ignore users (username not found)"
758
  msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
759
 
760
+ #: ../../admin/config/index.php:137
761
  msgid ""
762
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
763
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
764
  msgstr ""
765
 
766
+ #: ../../admin/config/index.php:148
767
  msgid "Restrict Authors"
768
  msgstr "Autoren einschränken"
769
 
770
+ #: ../../admin/config/index.php:148
771
  #, fuzzy
772
  msgid ""
773
  "Enable this option if you want your authors to only see stats related to "
776
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
777
  "eigenen Inhalt ansehen können."
778
 
779
+ #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
780
  #, fuzzy
781
  msgid "Capability"
782
  msgstr "Benutzer nach Browserf&auml;higkeiten"
783
 
784
+ #: ../../admin/config/index.php:149
785
  #, fuzzy
786
  msgid ""
787
  "Specify the minimum <a href='http://codex.wordpress.org/"
798
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
799
  "welche Vorrang über die CAPABILITY hat."
800
 
801
+ #: ../../admin/config/index.php:150 ../../admin/config/index.php:154
802
  msgid "Whitelist"
803
  msgstr "Whitelist"
804
 
805
+ #: ../../admin/config/index.php:150
806
  #, fuzzy
807
  msgid ""
808
  "List all the users who should have access to the reports, separated by "
814
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
815
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
816
 
817
+ #: ../../admin/config/index.php:153
818
  #, fuzzy
819
  msgid ""
820
  "Specify the minimum <a href='http://codex.wordpress.org/"
829
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
830
  "welche Vorrang über die CAPABILITY hat."
831
 
832
+ #: ../../admin/config/index.php:154
833
  #, fuzzy
834
  msgid ""
835
  "List all the users who can edit these options, separated by commas. Please "
843
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
844
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
845
 
846
+ #: ../../admin/config/index.php:170
847
  msgid "Read access: username not found"
848
  msgstr "Lesezugriff: Benutzername nicht gefunden"
849
 
850
+ #: ../../admin/config/index.php:183 ../../admin/config/index.php:214
851
  #, fuzzy
852
  msgid ""
853
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
858
  "\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_new\">hier</"
859
  "a>."
860
 
861
+ #: ../../admin/config/index.php:201
862
  msgid "Config access: username not found"
863
  msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
864
 
865
  # What is smoothing?
866
+ #: ../../admin/config/index.php:228
867
  msgid "Detect Smoothing"
868
  msgstr "Smoothing erkennen"
869
 
870
+ #: ../../admin/config/index.php:228
871
  msgid ""
872
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
873
  "This option required Spy Mode to be enabled."
874
  msgstr ""
875
 
876
+ #: ../../admin/config/index.php:229
877
  msgid "Session Duration"
878
  msgstr "Besuchsdauer"
879
 
880
+ #: ../../admin/config/index.php:229
881
  #, fuzzy
882
  msgid ""
883
  "How many seconds should a human session last? Google Analytics sets it to "
886
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
887
  "wird hier 1.800 Sekunden vorgeschlagen."
888
 
889
+ #: ../../admin/config/index.php:230
890
  msgid "Extend Session"
891
  msgstr "Sitzung erweitern"
892
 
893
+ #: ../../admin/config/index.php:230
894
  #, fuzzy
895
  msgid "Extend the duration of a session each time the user visits a new page."
896
  msgstr ""
897
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
898
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
899
 
900
+ #: ../../admin/config/index.php:231
901
  msgid "Enable CDN"
902
  msgstr "CDN aktivieren"
903
 
904
+ #: ../../admin/config/index.php:231
905
  msgid ""
906
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
907
  "by serving our tracking code from their fast and reliable network (free "
908
  "service)."
909
  msgstr ""
910
 
911
+ #: ../../admin/config/index.php:232
912
  msgid "Extensions to Track"
913
  msgstr "Zu verfolgende Erweiterungen"
914
 
915
+ #: ../../admin/config/index.php:232
916
  #, fuzzy
917
  msgid ""
918
  "List all the file extensions that you want to be treated as Downloads. "
927
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
928
  "Liste enthalten ist."
929
 
930
+ #: ../../admin/config/index.php:234
931
  #, fuzzy
932
  msgid "External Pages"
933
  msgstr "Gesamte Seitenaufrufe"
934
 
935
+ #: ../../admin/config/index.php:235
936
  msgid ""
937
  "Add the following code to all the non-WP pages you want to track, right "
938
  "before the closing BODY tag"
939
  msgstr ""
940
 
941
+ #: ../../admin/config/index.php:245
942
  #, fuzzy
943
  msgid "Allow External Domains"
944
  msgstr "Gesamte Seitenaufrufe"
945
 
946
+ #: ../../admin/config/index.php:245
947
  msgid ""
948
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
949
  "header is present on the requested resource, when using the external "
954
  "security implications of allowing CORS requests."
955
  msgstr ""
956
 
957
+ #: ../../admin/config/index.php:247
958
  msgid "Debug Mode"
959
  msgstr ""
960
 
961
+ #: ../../admin/config/index.php:247
962
  msgid "Display the SQL queries used to retrieve the data."
963
  msgstr ""
964
 
965
+ #: ../../admin/config/index.php:248
966
  msgid "IP Lookup"
967
  msgstr "IP Suche"
968
 
969
+ #: ../../admin/config/index.php:248
970
  msgid "Customize the Geolocation service to be used in the reports."
971
  msgstr ""
972
 
973
+ #: ../../admin/config/index.php:249
974
  msgid "Custom CSS"
975
  msgstr "Benutzerdefinierte CSS"
976
 
977
+ #: ../../admin/config/index.php:249
978
  msgid ""
979
  "Paste here your custom stylesheet to personalize the way your reports look. "
980
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
983
  "a> for more information on how to use this setting."
984
  msgstr ""
985
 
986
+ #: ../../admin/config/index.php:250
987
  #, fuzzy
988
  msgid "Enable UAN"
989
  msgstr "ADN aktivieren"
990
 
991
+ #: ../../admin/config/index.php:250
992
  msgid ""
993
  "Send anonymous data about user agents to our server for analysis. This "
994
  "allows us to contribute to the <a href='http://browscap.org/' "
997
  "ads network. No worries, your site will not be affected in any way."
998
  msgstr ""
999
 
1000
+ #: ../../admin/config/maintenance.php:16
1001
  #, fuzzy
1002
  msgid ""
1003
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1007
  "watch?v=1mgvE55HpcU\" target=\"_blank\">wahnsinnige Geschwindigkeit</a> "
1008
  "optimiert."
1009
 
1010
+ #: ../../admin/config/maintenance.php:23
1011
  msgid "Indexing has been disabled. Enjoy the extra database space!"
1012
  msgstr ""
1013
 
1014
+ #: ../../admin/config/maintenance.php:34
1015
  msgid "records deleted from your database."
1016
  msgstr "Datensätze von Ihrer Datenbank gelöscht."
1017
 
1018
+ #: ../../admin/config/maintenance.php:39
1019
  msgid "The geolocation database has been uninstalled from your server."
1020
  msgstr ""
1021
 
1022
+ #: ../../admin/config/maintenance.php:49
1023
  msgid "The geolocation database has been installed on your server."
1024
  msgstr ""
1025
 
1026
+ #: ../../admin/config/maintenance.php:157
1027
  msgid ""
1028
  "Your data was successfully imported. You may now drop the old tables: "
1029
  "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
1032
  "delete the old tables."
1033
  msgstr ""
1034
 
1035
+ #: ../../admin/config/maintenance.php:164
 
 
 
 
 
1036
  msgid "Your reports were successfully restored to their default arrangement."
1037
  msgstr ""
1038
 
1039
+ #: ../../admin/config/maintenance.php:174
1040
  #, fuzzy
1041
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1042
  msgstr ""
1043
  "Ihre WP SlimStat Datenbank wurden erfolgreich ins InnoDB-Format konvertiert."
1044
 
1045
+ #: ../../admin/config/maintenance.php:180
1046
  #, fuzzy
1047
  msgid "All the archived records were successfully deleted."
1048
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1049
 
1050
+ #: ../../admin/config/maintenance.php:188
1051
  msgid "All the records were successfully deleted."
1052
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1053
 
1054
+ #: ../../admin/config/maintenance.php:210
1055
  msgid "MaxMind IP to Country"
1056
  msgstr ""
1057
 
1058
+ #: ../../admin/config/maintenance.php:216
1059
  msgid ""
1060
  "Do you want to download and install the geolocation database from MaxMind's "
1061
  "server?"
1062
  msgstr ""
1063
 
1064
+ #: ../../admin/config/maintenance.php:216
1065
  msgid "Install GeoLite DB"
1066
  msgstr ""
1067
 
1068
+ #: ../../admin/config/maintenance.php:219
1069
  msgid "Do you want to uninstall the geolocation database?"
1070
  msgstr ""
1071
 
1072
+ #: ../../admin/config/maintenance.php:219
1073
  msgid "Uninstall GeoLite DB"
1074
  msgstr ""
1075
 
1076
+ #: ../../admin/config/maintenance.php:223
1077
  msgid ""
1078
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1079
  "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
1083
  "enable this functionality."
1084
  msgstr ""
1085
 
1086
+ #: ../../admin/config/maintenance.php:228
1087
  msgid "Database Information"
1088
  msgstr "Datenbankinformation"
1089
 
1090
  # depends on context:
1091
  # Engine = Maschine, Motor, Triebwerk or Antrieb
1092
  # Search engine = Suchmaschine
1093
+ #: ../../admin/config/maintenance.php:231
1094
  #, fuzzy
1095
  msgid "Engine"
1096
  msgstr "Suchmaschinen"
1097
 
1098
+ #: ../../admin/config/maintenance.php:235
1099
  msgid "switch to InnoDB"
1100
  msgstr "zu InnoDB wechseln"
1101
 
1102
+ #: ../../admin/config/maintenance.php:246
1103
+ #: ../../admin/view/wp-slimstat-reports.php:1178
1104
  msgid "records"
1105
  msgstr "Datensätze"
1106
 
1107
+ #: ../../admin/config/maintenance.php:251
1108
  msgid "Data Maintenance"
1109
  msgstr "Datenwartung"
1110
 
1111
+ #: ../../admin/config/maintenance.php:254
1112
  #, fuzzy
1113
  msgid "Delete pageviews where"
1114
  msgstr "Lösche Seitenaufrufe, wo"
1115
 
1116
+ #: ../../admin/config/maintenance.php:268 ../../admin/view/index.php:16
1117
  msgid "equals"
1118
  msgstr "entspricht"
1119
 
1120
+ #: ../../admin/config/maintenance.php:269 ../../admin/view/index.php:17
1121
  msgid "is not equal to"
1122
  msgstr "ist ungleich zu"
1123
 
1124
+ #: ../../admin/config/maintenance.php:270 ../../admin/view/index.php:18
1125
  msgid "contains"
1126
  msgstr "enth&auml;lt"
1127
 
1128
+ #: ../../admin/config/maintenance.php:271 ../../admin/view/index.php:19
1129
  msgid "is included in"
1130
  msgstr ""
1131
 
1132
+ #: ../../admin/config/maintenance.php:272 ../../admin/view/index.php:20
1133
  msgid "does not contain"
1134
  msgstr "enth&auml;lt nicht"
1135
 
1136
+ #: ../../admin/config/maintenance.php:273 ../../admin/view/index.php:21
1137
  msgid "starts with"
1138
  msgstr "beginnt mit"
1139
 
1140
+ #: ../../admin/config/maintenance.php:274 ../../admin/view/index.php:22
1141
  msgid "ends with"
1142
  msgstr "endet mit"
1143
 
1144
+ #: ../../admin/config/maintenance.php:275 ../../admin/view/index.php:23
1145
  msgid "sounds like"
1146
  msgstr "&auml;hnelt"
1147
 
1148
+ #: ../../admin/config/maintenance.php:276 ../../admin/view/index.php:24
1149
  msgid "is greater than"
1150
  msgstr "ist gr&ouml;sser als"
1151
 
1152
+ #: ../../admin/config/maintenance.php:277 ../../admin/view/index.php:25
1153
  msgid "is less than"
1154
  msgstr "ist kleiner als"
1155
 
1156
+ #: ../../admin/config/maintenance.php:278 ../../admin/view/index.php:27
1157
  msgid "matches"
1158
  msgstr "entspricht"
1159
 
1160
+ #: ../../admin/config/maintenance.php:279 ../../admin/view/index.php:28
1161
  msgid "does not match"
1162
  msgstr "entspricht nicht"
1163
 
1164
+ #: ../../admin/config/maintenance.php:280 ../../admin/view/index.php:29
1165
  msgid "is empty"
1166
  msgstr "ist leer"
1167
 
1168
+ #: ../../admin/config/maintenance.php:281 ../../admin/view/index.php:30
1169
  msgid "is not empty"
1170
  msgstr "ist nicht leer"
1171
 
1172
+ #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:42
1173
  #: ../../admin/view/index.php:105
1174
  msgid "Apply"
1175
  msgstr "Anwenden"
1176
 
1177
+ #: ../../admin/config/maintenance.php:285
1178
  #, fuzzy
1179
  msgid ""
1180
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1182
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1183
  "Datenbank löschen möchten?"
1184
 
1185
+ #: ../../admin/config/maintenance.php:292
1186
  #, fuzzy
1187
  msgid ""
1188
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1191
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1192
  "Datenbank löschen möchten?"
1193
 
1194
+ #: ../../admin/config/maintenance.php:292
1195
  #, fuzzy
1196
  msgid "Delete All Records"
1197
  msgstr "Alle Seitenaufrufe löschen"
1198
 
1199
+ #: ../../admin/config/maintenance.php:295
1200
  msgid ""
1201
  "Erase all the information collected so far by Slimstat, including the "
1202
  "archive. This operation <strong>does not</strong> reset your settings."
1203
  msgstr ""
1204
 
1205
+ #: ../../admin/config/maintenance.php:301
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1206
  #, fuzzy
1207
  msgid ""
1208
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1211
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1212
  "Datenbank löschen möchten?"
1213
 
1214
+ #: ../../admin/config/maintenance.php:301
1215
  #, fuzzy
1216
  msgid "Delete Archive"
1217
  msgstr "Lösche Seitenaufrufe, wo"
1218
 
1219
+ #: ../../admin/config/maintenance.php:304
1220
  msgid "Erase all the archived records. This operation cannot be undone."
1221
  msgstr ""
1222
 
1223
+ #: ../../admin/config/maintenance.php:310
1224
  msgid "Improve Performance"
1225
  msgstr "Leistung erhöhen"
1226
 
1227
+ #: ../../admin/config/maintenance.php:314
1228
  #, fuzzy
1229
  msgid ""
1230
  "Please note that you will need about 30% more DB space to store the extra "
1234
  "verbessern. Die Datenbank benötigt dafür ca. 30% mehr Speicherplatz, damit "
1235
  "die notwendigen zusätzlichne Informationen gespeichert werden können."
1236
 
1237
+ #: ../../admin/config/maintenance.php:318
1238
  msgid "Save DB Space"
1239
  msgstr "Datenbank-Speicherplatz sparen"
1240
 
1241
+ #: ../../admin/config/maintenance.php:321
1242
  msgid ""
1243
  "Please note that by removing table indexes, Slimstat's performance will be "
1244
  "affected."
1245
  msgstr ""
1246
 
1247
+ #: ../../admin/config/maintenance.php:328
1248
  msgid ""
1249
  "Hold on tight, we are about to import all your old data. Are you sure you "
1250
  "want to proceed?"
1251
  msgstr ""
1252
 
1253
+ #: ../../admin/config/maintenance.php:328
1254
  msgid "Import old data"
1255
  msgstr ""
1256
 
1257
+ #: ../../admin/config/maintenance.php:331
1258
  msgid ""
1259
  "Import all the records from the old table structure. No data will be deleted "
1260
  "from your database."
1261
  msgstr ""
1262
 
1263
+ #: ../../admin/config/maintenance.php:335
1264
  msgid "Import and Export"
1265
  msgstr ""
1266
 
1267
+ #: ../../admin/config/maintenance.php:339
1268
  msgid ""
1269
  "Here below you can find the current configuration string for Slimstat. You "
1270
  "can update your settings by pasting a new string inside the text area and "
1271
  "clicking the Import button."
1272
  msgstr ""
1273
 
1274
+ #: ../../admin/config/maintenance.php:344
1275
  msgid "Import"
1276
  msgstr "Import"
1277
 
1278
+ #: ../../admin/config/maintenance.php:345
1279
  msgid "Are you sure you want to OVERWRITE your current settings?"
1280
  msgstr "Derzeitige Einstellungen wirklich zurücksetzen?"
1281
 
1282
+ #: ../../admin/config/maintenance.php:350
1283
  msgid "Debugging"
1284
  msgstr ""
1285
 
1286
+ #: ../../admin/config/maintenance.php:353
1287
  msgid "Tracker Error Code"
1288
  msgstr ""
1289
 
1290
+ #: ../../admin/config/maintenance.php:355
1291
  #, fuzzy
1292
  msgid "recorded on"
1293
  msgstr "Datensätze"
1294
 
1295
+ #: ../../admin/config/maintenance.php:355
 
 
 
 
 
 
1296
  msgid "No Errors so far"
1297
  msgstr ""
1298
 
1299
+ #: ../../admin/config/maintenance.php:356
1300
  msgid ""
1301
  "The information here above is useful to troubleshoot issues with the "
1302
  "tracker. Please include this code when sending a support request."
1303
  msgstr ""
1304
 
1305
+ #: ../../admin/config/maintenance.php:363
1306
  msgid "Reset Reports"
1307
  msgstr "Berichte zurücksetzen"
1308
 
1309
+ #: ../../admin/config/maintenance.php:366
1310
  #, fuzzy
1311
  msgid ""
1312
  "Are you sure you want to restore the default arrangement of your reports?"
1313
  msgstr "Datenbanktabellen wirklich zurücksetzen?"
1314
 
1315
+ #: ../../admin/config/maintenance.php:366
1316
  msgid "No Panic Button"
1317
  msgstr ""
1318
 
1319
+ #: ../../admin/config/maintenance.php:367
1320
  msgid ""
1321
  "Reset the default arrangement of your reports. Helpful when, for some "
1322
  "reason, reports disappear from your panels or something doesn't look right "
1551
  msgstr "Chrome OS"
1552
 
1553
  #: ../../admin/lang/dynamic_strings.php:59
1554
+ msgid "p-fir"
1555
+ msgstr ""
1556
+
1557
+ #: ../../admin/lang/dynamic_strings.php:60
1558
  msgid "p-fre"
1559
  msgstr "Linux FreeBSD"
1560
 
1561
+ #: ../../admin/lang/dynamic_strings.php:61
1562
  msgid "p-ios"
1563
  msgstr "Apple iOS"
1564
 
1565
+ #: ../../admin/lang/dynamic_strings.php:62
1566
  msgid "p-jav"
1567
  msgstr "Java-based OS"
1568
 
1569
+ #: ../../admin/lang/dynamic_strings.php:63
1570
  msgid "p-lin"
1571
  msgstr "Linux"
1572
 
1573
+ #: ../../admin/lang/dynamic_strings.php:64
1574
  msgid "p-mac"
1575
  msgstr "Apple"
1576
 
1577
+ #: ../../admin/lang/dynamic_strings.php:65
1578
+ msgid "p-rim"
1579
+ msgstr ""
1580
+
1581
+ #: ../../admin/lang/dynamic_strings.php:66
1582
  msgid "p-sym"
1583
  msgstr "Symbian OS"
1584
 
1585
+ #: ../../admin/lang/dynamic_strings.php:67
1586
+ msgid "p-ubu"
1587
+ msgstr ""
1588
+
1589
+ #: ../../admin/lang/dynamic_strings.php:68
1590
  msgid "p-unk"
1591
  msgstr "Unbekannt"
1592
 
1593
+ #: ../../admin/lang/dynamic_strings.php:69
1594
  msgid "p-win"
1595
  msgstr "Microsoft"
1596
 
1597
+ #: ../../admin/lang/dynamic_strings.php:70
1598
  msgid "powertv"
1599
  msgstr "PowerTV"
1600
 
1601
+ #: ../../admin/lang/dynamic_strings.php:71
1602
  msgid "acrobat"
1603
  msgstr "Acrobat Reader"
1604
 
1605
+ #: ../../admin/lang/dynamic_strings.php:72
1606
  msgid "director"
1607
  msgstr "Macromedia Director"
1608
 
1609
+ #: ../../admin/lang/dynamic_strings.php:73
1610
  msgid "flash"
1611
  msgstr "Adobe Flash Player"
1612
 
1613
+ #: ../../admin/lang/dynamic_strings.php:74
1614
  msgid "mediaplayer"
1615
  msgstr "Microsoft Media Player"
1616
 
1617
+ #: ../../admin/lang/dynamic_strings.php:75
1618
  msgid "quicktime"
1619
  msgstr "QuickTime"
1620
 
1621
+ #: ../../admin/lang/dynamic_strings.php:76
1622
  msgid "real"
1623
  msgstr "Real Player"
1624
 
1625
+ #: ../../admin/lang/dynamic_strings.php:77
1626
  msgid "silverlight"
1627
  msgstr "Microsoft Silverlight"
1628
 
1629
  # Afrikaans
1630
+ #: ../../admin/lang/dynamic_strings.php:78
1631
  msgid "l-af"
1632
  msgstr "Afrikaans"
1633
 
1634
  # Afrikaans
1635
+ #: ../../admin/lang/dynamic_strings.php:79
1636
  #, fuzzy
1637
  msgid "l-af-za"
1638
  msgstr "Afrikaans"
1639
 
1640
  # Arabic
1641
+ #: ../../admin/lang/dynamic_strings.php:80
1642
  msgid "l-ar"
1643
  msgstr "Arabic"
1644
 
1645
  # Arabic (United Arab Emirates)
1646
+ #: ../../admin/lang/dynamic_strings.php:81
1647
  msgid "l-ar-ae"
1648
  msgstr "Arabic (United Arab Emirates)"
1649
 
1650
  # Arabic (Bahrain)
1651
+ #: ../../admin/lang/dynamic_strings.php:82
1652
  msgid "l-ar-bh"
1653
  msgstr "Arabic (Bahrain)"
1654
 
1655
  # Arabic (Algeria)
1656
+ #: ../../admin/lang/dynamic_strings.php:83
1657
  msgid "l-ar-dz"
1658
  msgstr "Arabic (Algeria)"
1659
 
1660
  # Arabic (Egypt)
1661
+ #: ../../admin/lang/dynamic_strings.php:84
1662
  msgid "l-ar-eg"
1663
  msgstr "Arabic (Egypt)"
1664
 
1665
  # Arabic (Iraq)
1666
+ #: ../../admin/lang/dynamic_strings.php:85
1667
  msgid "l-ar-iq"
1668
  msgstr "Arabic (Iraq)"
1669
 
1670
  # Arabic (Jordan)
1671
+ #: ../../admin/lang/dynamic_strings.php:86
1672
  msgid "l-ar-jo"
1673
  msgstr "Arabic (Jordan)"
1674
 
1675
  # Arabic (Kuwait)
1676
+ #: ../../admin/lang/dynamic_strings.php:87
1677
  msgid "l-ar-kw"
1678
  msgstr "Arabic (Kuwait)"
1679
 
1680
  # Arabic (Lebanon)
1681
+ #: ../../admin/lang/dynamic_strings.php:88
1682
  msgid "l-ar-lb"
1683
  msgstr "Arabic (Lebanon)"
1684
 
1685
  # Arabic (Libya)
1686
+ #: ../../admin/lang/dynamic_strings.php:89
1687
  msgid "l-ar-ly"
1688
  msgstr "Arabic (Libya)"
1689
 
1690
  # Arabic (Morocco)
1691
+ #: ../../admin/lang/dynamic_strings.php:90
1692
  msgid "l-ar-ma"
1693
  msgstr "Arabic (Morocco)"
1694
 
1695
  # Arabic (Oman)
1696
+ #: ../../admin/lang/dynamic_strings.php:91
1697
  msgid "l-ar-om"
1698
  msgstr "Arabic (Oman)"
1699
 
1700
  # Arabic (Qatar)
1701
+ #: ../../admin/lang/dynamic_strings.php:92
1702
  msgid "l-ar-qa"
1703
  msgstr "Arabic (Qatar)"
1704
 
1705
  # Arabic (Saudi Arabia)
1706
+ #: ../../admin/lang/dynamic_strings.php:93
1707
  msgid "l-ar-sa"
1708
  msgstr "Arabic (Saudi Arabia)"
1709
 
1710
  # Arabic (Syria)
1711
+ #: ../../admin/lang/dynamic_strings.php:94
1712
  msgid "l-ar-sy"
1713
  msgstr "Arabic (Syria)"
1714
 
1715
  # Arabic (Tunisia)
1716
+ #: ../../admin/lang/dynamic_strings.php:95
1717
  msgid "l-ar-tn"
1718
  msgstr "Arabic (Tunisia)"
1719
 
1720
  # Arabic (Yemen)
1721
+ #: ../../admin/lang/dynamic_strings.php:96
1722
  msgid "l-ar-ye"
1723
  msgstr "Arabic (Yemen)"
1724
 
1725
  # Azerbaijani
1726
+ #: ../../admin/lang/dynamic_strings.php:97
1727
  msgid "l-az"
1728
  msgstr "Azerbaijani"
1729
 
1730
  # Azerbaijani
1731
+ #: ../../admin/lang/dynamic_strings.php:98
1732
  #, fuzzy
1733
  msgid "l-az-az"
1734
  msgstr "Azerbaijani"
1735
 
1736
  # Belarusian
1737
+ #: ../../admin/lang/dynamic_strings.php:99
1738
  msgid "l-be"
1739
  msgstr "Belarusian"
1740
 
1741
  # Belarusian
1742
+ #: ../../admin/lang/dynamic_strings.php:100
1743
  #, fuzzy
1744
  msgid "l-be-by"
1745
  msgstr "Belarusian"
1746
 
1747
  # Bulgarian
1748
+ #: ../../admin/lang/dynamic_strings.php:101
1749
  msgid "l-bg"
1750
  msgstr "Bulgarian"
1751
 
1752
  # Bulgarian
1753
+ #: ../../admin/lang/dynamic_strings.php:102
1754
  #, fuzzy
1755
  msgid "l-bg-bg"
1756
  msgstr "Bulgarian"
1757
 
1758
  # Bosnian
1759
+ #: ../../admin/lang/dynamic_strings.php:103
1760
  #, fuzzy
1761
  msgid "l-bs-ba"
1762
  msgstr "Bosnian"
1763
 
1764
  # Catalan; Valencian
1765
+ #: ../../admin/lang/dynamic_strings.php:104
1766
  msgid "l-ca"
1767
  msgstr "Catalan; Valencian"
1768
 
1769
  # Catalan; Valencian
1770
+ #: ../../admin/lang/dynamic_strings.php:105
1771
  #, fuzzy
1772
  msgid "l-ca-es"
1773
  msgstr "Catalan; Valencian"
1774
 
1775
  # Czech
1776
+ #: ../../admin/lang/dynamic_strings.php:106
1777
  msgid "l-cs"
1778
  msgstr "Czech"
1779
 
1780
  # Czech
1781
+ #: ../../admin/lang/dynamic_strings.php:107
1782
  #, fuzzy
1783
  msgid "l-cs-cz"
1784
  msgstr "Czech"
1785
 
1786
  # Welsh
1787
+ #: ../../admin/lang/dynamic_strings.php:108
1788
  msgid "l-cy"
1789
  msgstr "Welsh"
1790
 
1791
  # Welsh
1792
+ #: ../../admin/lang/dynamic_strings.php:109
1793
  #, fuzzy
1794
  msgid "l-cy-gb"
1795
  msgstr "Welsh"
1796
 
1797
  # Danish
1798
+ #: ../../admin/lang/dynamic_strings.php:110
1799
  msgid "l-da"
1800
  msgstr "Danish"
1801
 
1802
  # Danish
1803
+ #: ../../admin/lang/dynamic_strings.php:111
1804
  #, fuzzy
1805
  msgid "l-da-dk"
1806
  msgstr "Danish"
1807
 
1808
  # German
1809
+ #: ../../admin/lang/dynamic_strings.php:112
1810
  msgid "l-de"
1811
  msgstr "German"
1812
 
1813
  # German (Austria)
1814
+ #: ../../admin/lang/dynamic_strings.php:113
1815
  msgid "l-de-at"
1816
  msgstr "German (Austria)"
1817
 
1818
  # German (Switzerland)
1819
+ #: ../../admin/lang/dynamic_strings.php:114
1820
  msgid "l-de-ch"
1821
  msgstr "German (Switzerland)"
1822
 
1823
  # German (Germany)
1824
+ #: ../../admin/lang/dynamic_strings.php:115
1825
  msgid "l-de-de"
1826
  msgstr "German (Germany)"
1827
 
1828
  # German (Liechtenstein)
1829
+ #: ../../admin/lang/dynamic_strings.php:116
1830
  msgid "l-de-li"
1831
  msgstr "German (Liechtenstein)"
1832
 
1833
  # German (Luxembourg)
1834
+ #: ../../admin/lang/dynamic_strings.php:117
1835
  msgid "l-de-lu"
1836
  msgstr "German (Luxembourg)"
1837
 
1838
  # Dhivehi; Divehi; Maldivian
1839
+ #: ../../admin/lang/dynamic_strings.php:118
1840
  msgid "l-dv"
1841
  msgstr "Dhivehi; Divehi; Maldivian"
1842
 
1843
  # Dhivehi; Divehi; Maldivian
1844
+ #: ../../admin/lang/dynamic_strings.php:119
1845
  #, fuzzy
1846
  msgid "l-dv-mv"
1847
  msgstr "Dhivehi; Divehi; Maldivian"
1848
 
1849
  # Modern Greek (1453-)
1850
+ #: ../../admin/lang/dynamic_strings.php:120
1851
  msgid "l-el"
1852
  msgstr "Modern Greek (1453-)"
1853
 
1854
  # Greek (Greece)
1855
+ #: ../../admin/lang/dynamic_strings.php:121
1856
  msgid "l-el-gr"
1857
  msgstr "Greek (Greece)"
1858
 
1859
  # English
1860
+ #: ../../admin/lang/dynamic_strings.php:122
1861
  msgid "l-en"
1862
  msgstr "English"
1863
 
1864
  # English (Australia)
1865
+ #: ../../admin/lang/dynamic_strings.php:123
1866
  msgid "l-en-au"
1867
  msgstr "English (Australia)"
1868
 
1869
  # English (Belize)
1870
+ #: ../../admin/lang/dynamic_strings.php:124
1871
  msgid "l-en-bz"
1872
  msgstr "English (Belize)"
1873
 
1874
  # English (Canada)
1875
+ #: ../../admin/lang/dynamic_strings.php:125
1876
  msgid "l-en-ca"
1877
  msgstr "English (Canada)"
1878
 
1879
  # English (Canada)
1880
+ #: ../../admin/lang/dynamic_strings.php:126
1881
  #, fuzzy
1882
  msgid "l-en-cb"
1883
  msgstr "English (Canada)"
1884
 
1885
  # English (United Kingdom)
1886
+ #: ../../admin/lang/dynamic_strings.php:127
1887
  msgid "l-en-gb"
1888
  msgstr "English (United Kingdom)"
1889
 
1890
  # English (Ireland)
1891
+ #: ../../admin/lang/dynamic_strings.php:128
1892
  msgid "l-en-ie"
1893
  msgstr "English (Ireland)"
1894
 
1895
  # English (Jamaica)
1896
+ #: ../../admin/lang/dynamic_strings.php:129
1897
  msgid "l-en-jm"
1898
  msgstr "English (Jamaica)"
1899
 
1900
  # English (New Zealand)
1901
+ #: ../../admin/lang/dynamic_strings.php:130
1902
  msgid "l-en-nz"
1903
  msgstr "English (New Zealand)"
1904
 
1905
  # English
1906
+ #: ../../admin/lang/dynamic_strings.php:131
1907
  #, fuzzy
1908
  msgid "l-en-ph"
1909
  msgstr "English"
1910
 
1911
  # English (Trinidad)
1912
+ #: ../../admin/lang/dynamic_strings.php:132
1913
  msgid "l-en-tt"
1914
  msgstr "English (Trinidad)"
1915
 
1916
  # English (United States)
1917
+ #: ../../admin/lang/dynamic_strings.php:133
1918
  msgid "l-en-us"
1919
  msgstr "English (United States)"
1920
 
1921
  # English (South Africa)
1922
+ #: ../../admin/lang/dynamic_strings.php:134
1923
  msgid "l-en-za"
1924
  msgstr "English (South Africa)"
1925
 
1926
  # English (South Africa)
1927
+ #: ../../admin/lang/dynamic_strings.php:135
1928
  #, fuzzy
1929
  msgid "l-en-zw"
1930
  msgstr "English (South Africa)"
1931
 
1932
  # Esperanto
1933
+ #: ../../admin/lang/dynamic_strings.php:136
1934
  msgid "l-eo"
1935
  msgstr "Esperanto"
1936
 
1937
  # Spanish; Castilian
1938
+ #: ../../admin/lang/dynamic_strings.php:137
1939
  msgid "l-es"
1940
  msgstr "Spanish; Castilian"
1941
 
1942
  # Spanish (Argentina)
1943
+ #: ../../admin/lang/dynamic_strings.php:138
1944
  msgid "l-es-ar"
1945
  msgstr "Spanish (Argentina)"
1946
 
1947
  # Spanish (Bolivia)
1948
+ #: ../../admin/lang/dynamic_strings.php:139
1949
  msgid "l-es-bo"
1950
  msgstr "Spanish (Bolivia)"
1951
 
1952
  # Spanish (Chile)
1953
+ #: ../../admin/lang/dynamic_strings.php:140
1954
  msgid "l-es-cl"
1955
  msgstr "Spanish (Chile)"
1956
 
1957
  # Spanish (Colombia)
1958
+ #: ../../admin/lang/dynamic_strings.php:141
1959
  msgid "l-es-co"
1960
  msgstr "Spanish (Colombia)"
1961
 
1962
  # Spanish (Costa Rica)
1963
+ #: ../../admin/lang/dynamic_strings.php:142
1964
  msgid "l-es-cr"
1965
  msgstr "Spanish (Costa Rica)"
1966
 
1967
  # Spanish (Dominican Republic)
1968
+ #: ../../admin/lang/dynamic_strings.php:143
1969
  msgid "l-es-do"
1970
  msgstr "Spanish (Dominican Republic)"
1971
 
1972
  # Spanish (Ecuador)
1973
+ #: ../../admin/lang/dynamic_strings.php:144
1974
  msgid "l-es-ec"
1975
  msgstr "Spanish (Ecuador)"
1976
 
1977
  # Spanish (Spain)
1978
+ #: ../../admin/lang/dynamic_strings.php:145
1979
  msgid "l-es-es"
1980
  msgstr "Spanish (Spain)"
1981
 
1982
  # Spanish (Guatemala)
1983
+ #: ../../admin/lang/dynamic_strings.php:146
1984
  msgid "l-es-gt"
1985
  msgstr "Spanish (Guatemala)"
1986
 
1987
  # Spanish (Honduras)
1988
+ #: ../../admin/lang/dynamic_strings.php:147
1989
  msgid "l-es-hn"
1990
  msgstr "Spanish (Honduras)"
1991
 
1992
  # Spanish (Mexico)
1993
+ #: ../../admin/lang/dynamic_strings.php:148
1994
  msgid "l-es-mx"
1995
  msgstr "Spanish (Mexico)"
1996
 
1997
  # Spanish (Nicaragua)
1998
+ #: ../../admin/lang/dynamic_strings.php:149
1999
  msgid "l-es-ni"
2000
  msgstr "Spanish (Nicaragua)"
2001
 
2002
  # Spanish (Panama)
2003
+ #: ../../admin/lang/dynamic_strings.php:150
2004
  msgid "l-es-pa"
2005
  msgstr "Spanish (Panama)"
2006
 
2007
  # Spanish (Peru)
2008
+ #: ../../admin/lang/dynamic_strings.php:151
2009
  msgid "l-es-pe"
2010
  msgstr "Spanish (Peru)"
2011
 
2012
  # Spanish (Puerto Rico)
2013
+ #: ../../admin/lang/dynamic_strings.php:152
2014
  msgid "l-es-pr"
2015
  msgstr "Spanish (Puerto Rico)"
2016
 
2017
  # Spanish (Paraguay)
2018
+ #: ../../admin/lang/dynamic_strings.php:153
2019
  msgid "l-es-py"
2020
  msgstr "Spanish (Paraguay)"
2021
 
2022
  # Spanish (El Salvador)
2023
+ #: ../../admin/lang/dynamic_strings.php:154
2024
  msgid "l-es-sv"
2025
  msgstr "Spanish (El Salvador)"
2026
 
2027
  # Spanish (Uruguay)
2028
+ #: ../../admin/lang/dynamic_strings.php:155
2029
  msgid "l-es-uy"
2030
  msgstr "Spanish (Uruguay)"
2031
 
2032
  # Spanish (Venezuela)
2033
+ #: ../../admin/lang/dynamic_strings.php:156
2034
  msgid "l-es-ve"
2035
  msgstr "Spanish (Venezuela)"
2036
 
2037
  # Estonian
2038
+ #: ../../admin/lang/dynamic_strings.php:157
2039
  msgid "l-et"
2040
  msgstr "Estonian"
2041
 
2042
  # Estonian
2043
+ #: ../../admin/lang/dynamic_strings.php:158
2044
  #, fuzzy
2045
  msgid "l-et-ee"
2046
  msgstr "Estonian"
2047
 
2048
  # Basque
2049
+ #: ../../admin/lang/dynamic_strings.php:159
2050
  msgid "l-eu"
2051
  msgstr "Basque"
2052
 
2053
  # Basque
2054
+ #: ../../admin/lang/dynamic_strings.php:160
2055
  #, fuzzy
2056
  msgid "l-eu-es"
2057
  msgstr "Basque"
2058
 
2059
  # Persian
2060
+ #: ../../admin/lang/dynamic_strings.php:161
2061
  msgid "l-fa"
2062
  msgstr "Persian"
2063
 
2064
  # Persian
2065
+ #: ../../admin/lang/dynamic_strings.php:162
2066
  #, fuzzy
2067
  msgid "l-fa-ir"
2068
  msgstr "Persian"
2069
 
2070
  # Finnish
2071
+ #: ../../admin/lang/dynamic_strings.php:163
2072
  msgid "l-fi"
2073
  msgstr "Finnish"
2074
 
2075
  # Finnish
2076
+ #: ../../admin/lang/dynamic_strings.php:164
2077
  #, fuzzy
2078
  msgid "l-fi-fi"
2079
  msgstr "Finnish"
2080
 
2081
  # Faroese
2082
+ #: ../../admin/lang/dynamic_strings.php:165
2083
  msgid "l-fo"
2084
  msgstr "Faroese"
2085
 
2086
  # Faroese
2087
+ #: ../../admin/lang/dynamic_strings.php:166
2088
  #, fuzzy
2089
  msgid "l-fo-fo"
2090
  msgstr "Faroese"
2091
 
2092
  # French
2093
+ #: ../../admin/lang/dynamic_strings.php:167
2094
  msgid "l-fr"
2095
  msgstr "French"
2096
 
2097
  # French (Belgium)
2098
+ #: ../../admin/lang/dynamic_strings.php:168
2099
  msgid "l-fr-be"
2100
  msgstr "French (Belgium)"
2101
 
2102
  # French (Canada)
2103
+ #: ../../admin/lang/dynamic_strings.php:169
2104
  msgid "l-fr-ca"
2105
  msgstr "French (Canada)"
2106
 
2107
  # French (Switzerland)
2108
+ #: ../../admin/lang/dynamic_strings.php:170
2109
  msgid "l-fr-ch"
2110
  msgstr "French (Switzerland)"
2111
 
2112
  # French (France)
2113
+ #: ../../admin/lang/dynamic_strings.php:171
2114
  msgid "l-fr-fr"
2115
  msgstr "French (France)"
2116
 
2117
  # French (Luxembourg)
2118
+ #: ../../admin/lang/dynamic_strings.php:172
2119
  msgid "l-fr-lu"
2120
  msgstr "French (Luxembourg)"
2121
 
2122
  # French (Switzerland)
2123
+ #: ../../admin/lang/dynamic_strings.php:173
2124
  #, fuzzy
2125
  msgid "l-fr-mc"
2126
  msgstr "French (Switzerland)"
2127
 
2128
  # Galician
2129
+ #: ../../admin/lang/dynamic_strings.php:174
2130
  msgid "l-gl"
2131
  msgstr "Galician"
2132
 
2133
  # Spanish; Castilian
2134
+ #: ../../admin/lang/dynamic_strings.php:175
2135
  #, fuzzy
2136
  msgid "l-gl-es"
2137
  msgstr "Spanish; Castilian"
2138
 
2139
  # Gujarati
2140
+ #: ../../admin/lang/dynamic_strings.php:176
2141
  msgid "l-gu"
2142
  msgstr "Gujarati"
2143
 
2144
  # Gujarati
2145
+ #: ../../admin/lang/dynamic_strings.php:177
2146
  #, fuzzy
2147
  msgid "l-gu-in"
2148
  msgstr "Gujarati"
2149
 
2150
  # Hebrew
2151
+ #: ../../admin/lang/dynamic_strings.php:178
2152
  msgid "l-he"
2153
  msgstr "Hebrew"
2154
 
2155
  # Hebrew (Israel)
2156
+ #: ../../admin/lang/dynamic_strings.php:179
2157
  msgid "l-he-il"
2158
  msgstr "Hebrew (Israel)"
2159
 
2160
  # Hindi
2161
+ #: ../../admin/lang/dynamic_strings.php:180
2162
  msgid "l-hi"
2163
  msgstr "Hindi"
2164
 
2165
  # Hindi
2166
+ #: ../../admin/lang/dynamic_strings.php:181
2167
  #, fuzzy
2168
  msgid "l-hi-in"
2169
  msgstr "Hindi"
2170
 
2171
  # Croatian
2172
+ #: ../../admin/lang/dynamic_strings.php:182
2173
  msgid "l-hr"
2174
  msgstr "Croatian"
2175
 
2176
  # Croatian
2177
+ #: ../../admin/lang/dynamic_strings.php:183
2178
  #, fuzzy
2179
  msgid "l-hr-ba"
2180
  msgstr "Croatian"
2181
 
2182
  # Croatian
2183
+ #: ../../admin/lang/dynamic_strings.php:184
2184
  #, fuzzy
2185
  msgid "l-hr-hr"
2186
  msgstr "Croatian"
2187
 
2188
  # Hungarian
2189
+ #: ../../admin/lang/dynamic_strings.php:185
2190
  msgid "l-hu"
2191
  msgstr "Hungarian"
2192
 
2193
  # Hungarian (Hungary)
2194
+ #: ../../admin/lang/dynamic_strings.php:186
2195
  msgid "l-hu-hu"
2196
  msgstr "Hungarian (Hungary)"
2197
 
2198
  # Armenian
2199
+ #: ../../admin/lang/dynamic_strings.php:187
2200
  msgid "l-hy"
2201
  msgstr "Armenian"
2202
 
2203
  # Armenian
2204
+ #: ../../admin/lang/dynamic_strings.php:188
2205
  #, fuzzy
2206
  msgid "l-hy-am"
2207
  msgstr "Armenian"
2208
 
2209
  # Indonesian
2210
+ #: ../../admin/lang/dynamic_strings.php:189
2211
  msgid "l-id"
2212
  msgstr "Indonesian"
2213
 
2214
  # Indonesian
2215
+ #: ../../admin/lang/dynamic_strings.php:190
2216
  #, fuzzy
2217
  msgid "l-id-id"
2218
  msgstr "Indonesian"
2219
 
2220
  # Icelandic
2221
+ #: ../../admin/lang/dynamic_strings.php:191
2222
  msgid "l-is"
2223
  msgstr "Icelandic"
2224
 
2225
  # Icelandic
2226
+ #: ../../admin/lang/dynamic_strings.php:192
2227
  #, fuzzy
2228
  msgid "l-is-is"
2229
  msgstr "Icelandic"
2230
 
2231
  # Italian
2232
+ #: ../../admin/lang/dynamic_strings.php:193
2233
  msgid "l-it"
2234
  msgstr "Italian"
2235
 
2236
  # Italian (Switzerland)
2237
+ #: ../../admin/lang/dynamic_strings.php:194
2238
  msgid "l-it-ch"
2239
  msgstr "Italian (Switzerland)"
2240
 
2241
  # Italian (Italia)
2242
+ #: ../../admin/lang/dynamic_strings.php:195
2243
  msgid "l-it-it"
2244
  msgstr "Italian (Italia)"
2245
 
2246
  # Japanese
2247
+ #: ../../admin/lang/dynamic_strings.php:196
2248
  msgid "l-ja"
2249
  msgstr "Japanese"
2250
 
2251
  # Japanes
2252
+ #: ../../admin/lang/dynamic_strings.php:197
2253
  msgid "l-ja-jp"
2254
  msgstr "Japanese"
2255
 
2256
  # Georgian
2257
+ #: ../../admin/lang/dynamic_strings.php:198
2258
  msgid "l-ka"
2259
  msgstr "Georgian"
2260
 
2261
  # Georgian
2262
+ #: ../../admin/lang/dynamic_strings.php:199
2263
  #, fuzzy
2264
  msgid "l-ka-ge"
2265
  msgstr "Georgian"
2266
 
2267
  # Kazakh
2268
+ #: ../../admin/lang/dynamic_strings.php:200
2269
  msgid "l-kk"
2270
  msgstr "Kazakh"
2271
 
2272
  # Kazakh
2273
+ #: ../../admin/lang/dynamic_strings.php:201
2274
  #, fuzzy
2275
  msgid "l-kk-kz"
2276
  msgstr "Kazakh"
2277
 
2278
  # Kannada
2279
+ #: ../../admin/lang/dynamic_strings.php:202
2280
  msgid "l-kn"
2281
  msgstr "Kannada"
2282
 
2283
  # Kannada
2284
+ #: ../../admin/lang/dynamic_strings.php:203
2285
  #, fuzzy
2286
  msgid "l-kn-in"
2287
  msgstr "Kannada"
2288
 
2289
  # Korean
2290
+ #: ../../admin/lang/dynamic_strings.php:204
2291
  msgid "l-ko"
2292
  msgstr "Korean"
2293
 
2294
  # Korean (Republic of Korea)
2295
+ #: ../../admin/lang/dynamic_strings.php:205
2296
  msgid "l-ko-kr"
2297
  msgstr "Korean (Republic of Korea)"
2298
 
2299
  # Korean
2300
+ #: ../../admin/lang/dynamic_strings.php:206
2301
  #, fuzzy
2302
  msgid "l-kok"
2303
  msgstr "Korean"
2304
 
2305
  # Korean
2306
+ #: ../../admin/lang/dynamic_strings.php:207
2307
  #, fuzzy
2308
  msgid "l-kok-in"
2309
  msgstr "Korean"
2310
 
2311
  # Kirghiz; Kyrgyz
2312
+ #: ../../admin/lang/dynamic_strings.php:208
2313
  msgid "l-ky"
2314
  msgstr "Kirghiz; Kyrgyz"
2315
 
2316
  # Kirghiz; Kyrgyz
2317
+ #: ../../admin/lang/dynamic_strings.php:209
2318
  #, fuzzy
2319
  msgid "l-ky-kg"
2320
  msgstr "Kirghiz; Kyrgyz"
2321
 
2322
  # Lithuanian
2323
+ #: ../../admin/lang/dynamic_strings.php:210
2324
  msgid "l-lt"
2325
  msgstr "Lithuanian"
2326
 
2327
  # Lithuanian
2328
+ #: ../../admin/lang/dynamic_strings.php:211
2329
  #, fuzzy
2330
  msgid "l-lt-lt"
2331
  msgstr "Lithuanian"
2332
 
2333
  # Latvian
2334
+ #: ../../admin/lang/dynamic_strings.php:212
2335
  msgid "l-lv"
2336
  msgstr "Latvian"
2337
 
2338
  # Latvian
2339
+ #: ../../admin/lang/dynamic_strings.php:213
2340
  #, fuzzy
2341
  msgid "l-lv-lv"
2342
  msgstr "Latvian"
2343
 
2344
  # Maori
2345
+ #: ../../admin/lang/dynamic_strings.php:214
2346
  msgid "l-mi"
2347
  msgstr "Maori"
2348
 
2349
  # Maori
2350
+ #: ../../admin/lang/dynamic_strings.php:215
2351
  #, fuzzy
2352
  msgid "l-mi-nz"
2353
  msgstr "Maori"
2354
 
2355
  # Macedonian
2356
+ #: ../../admin/lang/dynamic_strings.php:216
2357
  msgid "l-mk"
2358
  msgstr "Macedonian"
2359
 
2360
  # Macedonian
2361
+ #: ../../admin/lang/dynamic_strings.php:217
2362
  #, fuzzy
2363
  msgid "l-mk-ml"
2364
  msgstr "Macedonian"
2365
 
2366
  # Mongolian
2367
+ #: ../../admin/lang/dynamic_strings.php:218
2368
  msgid "l-mn"
2369
  msgstr "Mongolian"
2370
 
2371
  # Mongolian
2372
+ #: ../../admin/lang/dynamic_strings.php:219
2373
  #, fuzzy
2374
  msgid "l-mn-mn"
2375
  msgstr "Mongolian"
2376
 
2377
  # Marathi
2378
+ #: ../../admin/lang/dynamic_strings.php:220
2379
  msgid "l-mr"
2380
  msgstr "Marathi"
2381
 
2382
  # Marathi
2383
+ #: ../../admin/lang/dynamic_strings.php:221
2384
  #, fuzzy
2385
  msgid "l-mr-in"
2386
  msgstr "Marathi"
2387
 
2388
  # Malay
2389
+ #: ../../admin/lang/dynamic_strings.php:222
2390
  msgid "l-ms"
2391
  msgstr "Malay"
2392
 
2393
  # Malay
2394
+ #: ../../admin/lang/dynamic_strings.php:223
2395
  #, fuzzy
2396
  msgid "l-ms-bn"
2397
  msgstr "Malay"
2398
 
2399
  # Malay
2400
+ #: ../../admin/lang/dynamic_strings.php:224
2401
  #, fuzzy
2402
  msgid "l-ms-my"
2403
  msgstr "Malay"
2404
 
2405
  # Maltese
2406
+ #: ../../admin/lang/dynamic_strings.php:225
2407
  msgid "l-mt"
2408
  msgstr "Maltese"
2409
 
2410
  # Maltese
2411
+ #: ../../admin/lang/dynamic_strings.php:226
2412
  #, fuzzy
2413
  msgid "l-mt-mt"
2414
  msgstr "Maltese"
2415
 
2416
  # Norwegian Bokmål
2417
+ #: ../../admin/lang/dynamic_strings.php:227
2418
  msgid "l-nb"
2419
  msgstr "Norwegian Bokmål"
2420
 
2421
  # Norwegian Bokmål
2422
+ #: ../../admin/lang/dynamic_strings.php:228
2423
  #, fuzzy
2424
  msgid "l-nb-no"
2425
  msgstr "Norwegian Bokmål"
2426
 
2427
  # Dutch; Flemish
2428
+ #: ../../admin/lang/dynamic_strings.php:229
2429
  msgid "l-nl"
2430
  msgstr "Dutch; Flemish"
2431
 
2432
  # Dutch (Belgium)
2433
+ #: ../../admin/lang/dynamic_strings.php:230
2434
  msgid "l-nl-be"
2435
  msgstr "Dutch (Belgium)"
2436
 
2437
  # Dutch (Netherlands)
2438
+ #: ../../admin/lang/dynamic_strings.php:231
2439
  msgid "l-nl-nl"
2440
  msgstr "Dutch (Netherlands)"
2441
 
2442
  # Norwegian Nynorsk
2443
+ #: ../../admin/lang/dynamic_strings.php:232
2444
  #, fuzzy
2445
  msgid "l-nn-no"
2446
  msgstr "Norwegian Nynorsk"
2447
 
2448
+ #: ../../admin/lang/dynamic_strings.php:233
2449
  msgid "l-ns"
2450
  msgstr ""
2451
 
2452
+ #: ../../admin/lang/dynamic_strings.php:234
2453
  msgid "l-ns-za"
2454
  msgstr ""
2455
 
2456
  # Panjabi; Punjabi
2457
+ #: ../../admin/lang/dynamic_strings.php:235
2458
  msgid "l-pa"
2459
  msgstr "Panjabi; Punjabi"
2460
 
2461
  # Panjabi; Punjabi
2462
+ #: ../../admin/lang/dynamic_strings.php:236
2463
  #, fuzzy
2464
  msgid "l-pa-in"
2465
  msgstr "Panjabi; Punjabi"
2466
 
2467
  # Polish
2468
+ #: ../../admin/lang/dynamic_strings.php:237
2469
  msgid "l-pl"
2470
  msgstr "Polish"
2471
 
2472
  # Polish
2473
+ #: ../../admin/lang/dynamic_strings.php:238
2474
  msgid "l-pl-pl"
2475
  msgstr "Polish (Poland)"
2476
 
2477
  # Pushto; Pashto
2478
+ #: ../../admin/lang/dynamic_strings.php:239
2479
  msgid "l-ps"
2480
  msgstr "Pushto; Pashto"
2481
 
2482
  # Spanish (Argentina)
2483
+ #: ../../admin/lang/dynamic_strings.php:240
2484
  #, fuzzy
2485
  msgid "l-ps-ar"
2486
  msgstr "Spanish (Argentina)"
2487
 
2488
  # Portuguese
2489
+ #: ../../admin/lang/dynamic_strings.php:241
2490
  msgid "l-pt"
2491
  msgstr "Portuguese"
2492
 
2493
  # Portuguese (Brazil)
2494
+ #: ../../admin/lang/dynamic_strings.php:242
2495
  msgid "l-pt-br"
2496
  msgstr "Portuguese (Brazil)"
2497
 
2498
  # Portuguese
2499
+ #: ../../admin/lang/dynamic_strings.php:243
2500
  msgid "l-pt-pt"
2501
  msgstr "Portuguese (Portugal)"
2502
 
2503
  # Quechua
2504
+ #: ../../admin/lang/dynamic_strings.php:244
2505
  msgid "l-qu"
2506
  msgstr "Quechua"
2507
 
2508
  # Quechua
2509
+ #: ../../admin/lang/dynamic_strings.php:245
2510
  #, fuzzy
2511
  msgid "l-qu-bo"
2512
  msgstr "Quechua"
2513
 
2514
  # Quechua
2515
+ #: ../../admin/lang/dynamic_strings.php:246
2516
  #, fuzzy
2517
  msgid "l-qu-ec"
2518
  msgstr "Quechua"
2519
 
2520
  # Quechua
2521
+ #: ../../admin/lang/dynamic_strings.php:247
2522
  #, fuzzy
2523
  msgid "l-qu-pe"
2524
  msgstr "Quechua"
2525
 
2526
  # Romanian; Moldavian; Moldovan
2527
+ #: ../../admin/lang/dynamic_strings.php:248
2528
  msgid "l-ro"
2529
  msgstr "Romanian; Moldavian; Moldovan"
2530
 
2531
  # Romanian; Moldavian; Moldovan
2532
+ #: ../../admin/lang/dynamic_strings.php:249
2533
  #, fuzzy
2534
  msgid "l-ro-ro"
2535
  msgstr "Romanian; Moldavian; Moldovan"
2536
 
2537
  # Russian
2538
+ #: ../../admin/lang/dynamic_strings.php:250
2539
  msgid "l-ru"
2540
  msgstr "Russian"
2541
 
2542
  # Russian (Russia)
2543
+ #: ../../admin/lang/dynamic_strings.php:251
2544
  msgid "l-ru-ru"
2545
  msgstr "Russian (Russia)"
2546
 
2547
  # Sanskrit
2548
+ #: ../../admin/lang/dynamic_strings.php:252
2549
  msgid "l-sa"
2550
  msgstr "Sanskrit"
2551
 
2552
  # Sanskrit
2553
+ #: ../../admin/lang/dynamic_strings.php:253
2554
  #, fuzzy
2555
  msgid "l-sa-in"
2556
  msgstr "Sanskrit"
2557
 
2558
  # Northern Sami
2559
+ #: ../../admin/lang/dynamic_strings.php:254
2560
  msgid "l-se"
2561
  msgstr "Northern Sami"
2562
 
2563
  # Northern Sami
2564
+ #: ../../admin/lang/dynamic_strings.php:255
2565
  #, fuzzy
2566
  msgid "l-se-fi"
2567
  msgstr "Northern Sami"
2568
 
2569
  # Northern Sami
2570
+ #: ../../admin/lang/dynamic_strings.php:256
2571
  #, fuzzy
2572
  msgid "l-se-no"
2573
  msgstr "Northern Sami"
2574
 
2575
  # Northern Sami
2576
+ #: ../../admin/lang/dynamic_strings.php:257
2577
  #, fuzzy
2578
  msgid "l-se-se"
2579
  msgstr "Northern Sami"
2580
 
2581
  # Slovak
2582
+ #: ../../admin/lang/dynamic_strings.php:258
2583
  msgid "l-sk"
2584
  msgstr "Slovak"
2585
 
2586
  # Slovak
2587
+ #: ../../admin/lang/dynamic_strings.php:259
2588
  #, fuzzy
2589
  msgid "l-sk-sk"
2590
  msgstr "Slovak"
2591
 
2592
  # Slovenian
2593
+ #: ../../admin/lang/dynamic_strings.php:260
2594
  msgid "l-sl"
2595
  msgstr "Slovenian"
2596
 
2597
  # Sinhala; Sinhalese
2598
+ #: ../../admin/lang/dynamic_strings.php:261
2599
  #, fuzzy
2600
  msgid "l-sl-si"
2601
  msgstr "Sinhala; Sinhalese"
2602
 
2603
  # Albanian
2604
+ #: ../../admin/lang/dynamic_strings.php:262
2605
  msgid "l-sq"
2606
  msgstr "Albanian"
2607
 
2608
  # Albanian
2609
+ #: ../../admin/lang/dynamic_strings.php:263
2610
  #, fuzzy
2611
  msgid "l-sq-al"
2612
  msgstr "Albanian"
2613
 
2614
  # Serbian
2615
+ #: ../../admin/lang/dynamic_strings.php:264
2616
  #, fuzzy
2617
  msgid "l-sr-ba"
2618
  msgstr "Serbian"
2619
 
2620
  # Serbian
2621
+ #: ../../admin/lang/dynamic_strings.php:265
2622
  #, fuzzy
2623
  msgid "l-sr-sp"
2624
  msgstr "Serbian"
2625
 
2626
  # Swedish
2627
+ #: ../../admin/lang/dynamic_strings.php:266
2628
  msgid "l-sv"
2629
  msgstr "Swedish"
2630
 
2631
  # Swedish (Finland)
2632
+ #: ../../admin/lang/dynamic_strings.php:267
2633
  msgid "l-sv-fi"
2634
  msgstr "Swedish (Finland)"
2635
 
2636
  # Swedish (Sweden)
2637
+ #: ../../admin/lang/dynamic_strings.php:268
2638
  msgid "l-sv-se"
2639
  msgstr "Swedish (Sweden)"
2640
 
2641
  # Swahili
2642
+ #: ../../admin/lang/dynamic_strings.php:269
2643
  msgid "l-sw"
2644
  msgstr "Swahili"
2645
 
2646
  # Swahili
2647
+ #: ../../admin/lang/dynamic_strings.php:270
2648
  #, fuzzy
2649
  msgid "l-sw-ke"
2650
  msgstr "Swahili"
2651
 
2652
  # Tamil
2653
+ #: ../../admin/lang/dynamic_strings.php:271
2654
  msgid "l-ta"
2655
  msgstr "Tamil"
2656
 
2657
  # Tamil
2658
+ #: ../../admin/lang/dynamic_strings.php:272
2659
  #, fuzzy
2660
  msgid "l-ta-in"
2661
  msgstr "Tamil"
2662
 
2663
  # Telugu
2664
+ #: ../../admin/lang/dynamic_strings.php:273
2665
  msgid "l-te"
2666
  msgstr "Telugu"
2667
 
2668
  # Telugu
2669
+ #: ../../admin/lang/dynamic_strings.php:274
2670
  #, fuzzy
2671
  msgid "l-te-in"
2672
  msgstr "Telugu"
2673
 
2674
  # Thai
2675
+ #: ../../admin/lang/dynamic_strings.php:275
2676
  msgid "l-th"
2677
  msgstr "Thai"
2678
 
2679
  # Thai
2680
+ #: ../../admin/lang/dynamic_strings.php:276
2681
  msgid "l-th-th"
2682
  msgstr "Thai (Thailand)"
2683
 
2684
  # Tagalog
2685
+ #: ../../admin/lang/dynamic_strings.php:277
2686
  msgid "l-tl"
2687
  msgstr "Tagalog"
2688
 
2689
  # Tagalog
2690
+ #: ../../admin/lang/dynamic_strings.php:278
2691
  #, fuzzy
2692
  msgid "l-tl-ph"
2693
  msgstr "Tagalog"
2694
 
2695
  # Tswana
2696
+ #: ../../admin/lang/dynamic_strings.php:279
2697
  msgid "l-tn"
2698
  msgstr "Tswana"
2699
 
2700
  # English (South Africa)
2701
+ #: ../../admin/lang/dynamic_strings.php:280
2702
  #, fuzzy
2703
  msgid "l-tn-za"
2704
  msgstr "English (South Africa)"
2705
 
2706
  # Turkish
2707
+ #: ../../admin/lang/dynamic_strings.php:281
2708
  msgid "l-tr"
2709
  msgstr "Turkish"
2710
 
2711
  # Turkish
2712
+ #: ../../admin/lang/dynamic_strings.php:282
2713
  msgid "l-tr-tr"
2714
  msgstr "Turkish"
2715
 
2716
  # Tatar
2717
+ #: ../../admin/lang/dynamic_strings.php:283
2718
  msgid "l-tt"
2719
  msgstr "Tatar"
2720
 
2721
  # Tatar
2722
+ #: ../../admin/lang/dynamic_strings.php:284
2723
  #, fuzzy
2724
  msgid "l-tt-ru"
2725
  msgstr "Tatar"
2726
 
2727
  # Tsonga
2728
+ #: ../../admin/lang/dynamic_strings.php:285
2729
  msgid "l-ts"
2730
  msgstr "Tsonga"
2731
 
2732
  # Ukrainian
2733
+ #: ../../admin/lang/dynamic_strings.php:286
2734
  msgid "l-uk"
2735
  msgstr "Ukrainian"
2736
 
2737
  # Ukrainian
2738
+ #: ../../admin/lang/dynamic_strings.php:287
2739
  #, fuzzy
2740
  msgid "l-uk-ua"
2741
  msgstr "Ukrainian"
2742
 
2743
  # Urdu
2744
+ #: ../../admin/lang/dynamic_strings.php:288
2745
  msgid "l-ur"
2746
  msgstr "Urdu"
2747
 
2748
  # Urdu
2749
+ #: ../../admin/lang/dynamic_strings.php:289
2750
  #, fuzzy
2751
  msgid "l-ur-pk"
2752
  msgstr "Urdu"
2753
 
2754
  # Uzbek
2755
+ #: ../../admin/lang/dynamic_strings.php:290
2756
  msgid "l-uz"
2757
  msgstr "Uzbek"
2758
 
2759
  # Uzbek
2760
+ #: ../../admin/lang/dynamic_strings.php:291
2761
  #, fuzzy
2762
  msgid "l-uz-uz"
2763
  msgstr "Uzbek"
2764
 
2765
  # Vietnamese
2766
+ #: ../../admin/lang/dynamic_strings.php:292
2767
  msgid "l-vi"
2768
  msgstr "Vietnamese"
2769
 
2770
  # Vietnamese
2771
+ #: ../../admin/lang/dynamic_strings.php:293
2772
  msgid "l-vi-vn"
2773
  msgstr "Vietnamese (Vietnam)"
2774
 
2775
  # Xhosa
2776
+ #: ../../admin/lang/dynamic_strings.php:294
2777
  msgid "l-xh"
2778
  msgstr "Xhosa"
2779
 
2780
  # Xhosa
2781
+ #: ../../admin/lang/dynamic_strings.php:295
2782
  #, fuzzy
2783
  msgid "l-xh-za"
2784
  msgstr "Xhosa"
2785
 
2786
  # Chinese
2787
+ #: ../../admin/lang/dynamic_strings.php:296
2788
  msgid "l-zh"
2789
  msgstr "Chinese"
2790
 
2791
  # Chinese (China)
2792
+ #: ../../admin/lang/dynamic_strings.php:297
2793
  msgid "l-zh-cn"
2794
  msgstr "Chinese (China)"
2795
 
2796
  # Chinese (Hong Kong)
2797
+ #: ../../admin/lang/dynamic_strings.php:298
2798
  msgid "l-zh-hk"
2799
  msgstr "Chinese (Hong Kong)"
2800
 
2801
  # Chinese
2802
+ #: ../../admin/lang/dynamic_strings.php:299
2803
  #, fuzzy
2804
  msgid "l-zh-mo"
2805
  msgstr "Chinese"
2806
 
2807
  # Chinese (Singapore)
2808
+ #: ../../admin/lang/dynamic_strings.php:300
2809
  msgid "l-zh-sg"
2810
  msgstr "Chinese (Singapore)"
2811
 
2812
  # Chinese (Taiwan)
2813
+ #: ../../admin/lang/dynamic_strings.php:301
2814
  msgid "l-zh-tw"
2815
  msgstr "Taiwanese"
2816
 
2817
  # Zulu
2818
+ #: ../../admin/lang/dynamic_strings.php:302
2819
  msgid "l-zu"
2820
  msgstr "Zulu"
2821
 
2822
  # Zulu
2823
+ #: ../../admin/lang/dynamic_strings.php:303
2824
  #, fuzzy
2825
  msgid "l-zu-za"
2826
  msgstr "Zulu"
2827
 
2828
+ #: ../../admin/lang/dynamic_strings.php:304
2829
+ #: ../../admin/view/wp-slimstat-reports.php:953 ../../wp-slimstat.php:1404
2830
  msgid "l-"
2831
  msgstr "l-"
2832
 
2833
  # Unknown
2834
+ #: ../../admin/lang/dynamic_strings.php:305
2835
  msgid "l-empty"
2836
  msgstr "Unknown"
2837
 
2838
  # Unknown
2839
+ #: ../../admin/lang/dynamic_strings.php:306
2840
  msgid "l-xx"
2841
  msgstr "Unknown"
2842
 
2843
+ #: ../../admin/lang/dynamic_strings.php:307
2844
  msgid "c-xy"
2845
  msgstr "Lokale IP-Adresse"
2846
 
2852
  msgid "Load"
2853
  msgstr ""
2854
 
2855
+ #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:1205
2856
  msgid "Today"
2857
  msgstr "heute"
2858
 
2859
+ #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:1206
2860
  msgid "Yesterday"
2861
  msgstr "Gestern"
2862
 
2883
  msgid "Date Range"
2884
  msgstr "Datum und Uhrzeit"
2885
 
2886
+ #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db.php:70
 
2887
  msgid "Day"
2888
  msgstr "Tag"
2889
 
2890
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:71
 
2891
  msgid "Month"
2892
  msgstr "Monat"
2893
 
2894
+ #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db.php:72
 
2895
  msgid "Year"
2896
  msgstr "Jahr"
2897
 
2898
+ #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db.php:69
 
2899
  msgid "Hour"
2900
  msgstr "Stunde"
2901
 
2903
  msgid "Min"
2904
  msgstr ""
2905
 
2906
+ #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db.php:75
 
2907
  msgid "hours"
2908
  msgstr ""
2909
 
2923
  "country of origin."
2924
  msgstr ""
2925
 
2926
+ #: ../../admin/view/right-now.php:8
2927
+ msgid "Human"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2928
  msgstr ""
 
 
 
2929
 
2930
+ #: ../../admin/view/right-now.php:8
2931
+ msgid "Bot/Crawler"
2932
+ msgstr "Bot/Crawler"
 
2933
 
2934
+ #: ../../admin/view/right-now.php:8
2935
+ msgid "Mobile Device"
2936
+ msgstr "Mobiles Gerät"
 
2937
 
2938
+ #: ../../admin/view/right-now.php:8
2939
+ msgid "Syndication Reader"
2940
+ msgstr ""
 
2941
 
2942
+ #: ../../admin/view/right-now.php:27
2943
+ #: ../../admin/view/wp-slimstat-reports.php:893
2944
+ msgid "No data to display"
2945
+ msgstr "keine Daten vorhanden"
2946
 
2947
+ # Unknown
2948
+ #: ../../admin/view/right-now.php:55
2949
+ #: ../../admin/view/wp-slimstat-reports.php:938
2950
+ #: ../../admin/view/wp-slimstat-reports.php:1439
2951
+ msgid "c-"
2952
+ msgstr "Unknown"
2953
 
2954
+ #: ../../admin/view/right-now.php:107 ../../admin/view/wp-slimstat-db.php:57
2955
+ #: ../../admin/wp-slimstat-admin.php:993
2956
+ #: ../../admin/wp-slimstat-admin.php:1033
2957
+ msgid "Originating IP"
2958
+ msgstr "Ursprüngliche IP"
2959
 
2960
+ #: ../../admin/view/right-now.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2961
  msgid "Server Latency and Page Speed in milliseconds"
2962
  msgstr ""
2963
 
2964
+ #: ../../admin/view/right-now.php:131
2965
  msgid "SL"
2966
  msgstr ""
2967
 
2968
+ #: ../../admin/view/right-now.php:131
2969
  msgid "PS"
2970
  msgstr ""
2971
 
2972
+ #: ../../admin/view/right-now.php:143
2973
+ #: ../../admin/view/wp-slimstat-reports.php:1018
2974
+ #: ../../admin/view/wp-slimstat-reports.php:1022
 
 
2975
  msgid "Open this URL in a new window"
2976
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
2977
 
2978
+ #: ../../admin/view/right-now.php:146
2979
  msgid "Local search results page"
2980
  msgstr "lokale Suchergebnisse"
2981
 
2982
+ #: ../../admin/view/right-now.php:151 ../../admin/view/wp-slimstat-db.php:39
2983
+ #: ../../admin/wp-slimstat-admin.php:996
2984
+ #: ../../admin/wp-slimstat-admin.php:1012
 
2985
  msgid "Search Terms"
2986
  msgstr "Suchbegriffe"
2987
 
2988
+ #: ../../admin/view/right-now.php:156
2989
  msgid "Open this referrer in a new window"
2990
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
2991
 
2992
+ #: ../../admin/view/right-now.php:157
2993
+ msgid "Open this outbound link in a new window"
2994
+ msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
2995
+
2996
+ #: ../../admin/view/right-now.php:158
2997
  msgid "Date and Time"
2998
  msgstr "Datum und Uhrzeit"
2999
 
3000
+ #: ../../admin/view/right-now.php:159
3001
  #, fuzzy
3002
  msgid "Content Type"
3003
  msgstr "Inhalt"
3004
 
3005
+ #: ../../admin/view/right-now.php:162
3006
  #, fuzzy
3007
  msgid "Delete this pageview"
3008
  msgstr "Lösche Seitenaufrufe, wo"
3009
 
 
3010
  #: ../../admin/view/wp-slimstat-db.php:36
3011
+ #: ../../admin/wp-slimstat-admin.php:1009
3012
  msgid "Browser"
3013
  msgstr "Browser"
3014
 
 
3015
  #: ../../admin/view/wp-slimstat-db.php:37
3016
+ #: ../../admin/view/wp-slimstat-reports.php:937
3017
+ #: ../../admin/wp-slimstat-admin.php:1010
3018
  msgid "Country Code"
3019
  msgstr "L&auml;nder-Code"
3020
 
 
3021
  #: ../../admin/view/wp-slimstat-db.php:38
3022
  msgid "IP Address"
3023
  msgstr "IP-Adresse"
3024
 
 
3025
  #: ../../admin/view/wp-slimstat-db.php:40
3026
+ #: ../../admin/view/wp-slimstat-reports.php:952
3027
+ #: ../../admin/wp-slimstat-admin.php:1013
3028
  msgid "Language Code"
3029
  msgstr "Sprach-Kodierung"
3030
 
 
3031
  #: ../../admin/view/wp-slimstat-db.php:41
3032
+ #: ../../admin/wp-slimstat-admin.php:1014
3033
  msgid "Operating System"
3034
  msgstr "Betriebssystem"
3035
 
 
3036
  #: ../../admin/view/wp-slimstat-db.php:42
3037
+ #: ../../admin/wp-slimstat-admin.php:1015
3038
  msgid "Permalink"
3039
  msgstr "Permalink"
3040
 
 
 
 
 
 
3041
  #: ../../admin/view/wp-slimstat-db.php:43
3042
+ #: ../../admin/wp-slimstat-admin.php:1016
3043
  msgid "Referer"
3044
  msgstr "Herkunft"
3045
 
 
3046
  #: ../../admin/view/wp-slimstat-db.php:44
3047
+ #: ../../admin/wp-slimstat-admin.php:1017
3048
  msgid "Visitor's Name"
3049
  msgstr "Besuchername"
3050
 
 
3051
  #: ../../admin/view/wp-slimstat-db.php:45
3052
+ #: ../../admin/wp-slimstat-admin.php:999
3053
+ msgid "Outbound Link"
3054
+ msgstr "Ausgehender Link"
3055
+
3056
+ #: ../../admin/view/wp-slimstat-db.php:46
3057
  msgid "Page Speed"
3058
  msgstr ""
3059
 
3060
+ #: ../../admin/view/wp-slimstat-db.php:48
 
3061
  msgid "-- Advanced filters --"
3062
  msgstr "-- Erweiterte Filter --"
3063
 
3064
+ #: ../../admin/view/wp-slimstat-db.php:49
3065
+ #: ../../admin/view/wp-slimstat-reports.php:293
 
3066
  msgid "Browser Capabilities"
3067
  msgstr "Browser-F&auml;higkeiten"
3068
 
3069
+ #: ../../admin/view/wp-slimstat-db.php:50
3070
+ #: ../../admin/wp-slimstat-admin.php:1028
 
3071
  msgid "Browser Version"
3072
  msgstr "Browser-Version"
3073
 
3074
+ #: ../../admin/view/wp-slimstat-db.php:51
3075
+ #: ../../admin/wp-slimstat-admin.php:1029
 
3076
  msgid "Browser Type"
3077
  msgstr "Browser-Typ"
3078
 
3079
+ #: ../../admin/view/wp-slimstat-db.php:52
3080
+ #: ../../admin/wp-slimstat-admin.php:998
 
3081
  msgid "User Agent"
3082
  msgstr "User Agent"
3083
 
 
 
 
 
 
 
 
3084
  #: ../../admin/view/wp-slimstat-db.php:53
3085
+ #: ../../admin/wp-slimstat-admin.php:1030
 
 
 
 
 
 
3086
  msgid "Pageview Attributes"
3087
  msgstr "Eigenschaften Seitenaufrufe"
3088
 
3089
+ #: ../../admin/view/wp-slimstat-db.php:54
 
3090
  #, fuzzy
3091
  msgid "Server Latency"
3092
  msgstr "Latenz"
3093
 
3094
+ #: ../../admin/view/wp-slimstat-db.php:55
3095
+ #: ../../admin/wp-slimstat-admin.php:1031
 
 
 
 
 
 
3096
  msgid "Post Author"
3097
  msgstr "Autor der Seiten"
3098
 
3099
+ #: ../../admin/view/wp-slimstat-db.php:56
3100
+ #: ../../admin/wp-slimstat-admin.php:1032
 
3101
  msgid "Post Category ID"
3102
  msgstr "Kategorie-ID der Seite"
3103
 
3104
+ #: ../../admin/view/wp-slimstat-db.php:58
3105
+ #: ../../admin/wp-slimstat-admin.php:1034
 
3106
  msgid "Resource Content Type"
3107
  msgstr "Inhalt der Ressource"
3108
 
3109
+ #: ../../admin/view/wp-slimstat-db.php:59
 
3110
  msgid "Resource ID"
3111
  msgstr "Ressourcen-ID"
3112
 
3113
+ #: ../../admin/view/wp-slimstat-db.php:60
3114
+ msgid "Screen Width"
3115
+ msgstr ""
3116
+
3117
+ #: ../../admin/view/wp-slimstat-db.php:61
3118
+ #, fuzzy
3119
+ msgid "Screen Height"
3120
  msgstr "Bildschirm-Aufl&ouml;sung"
3121
 
3122
+ #: ../../admin/view/wp-slimstat-db.php:62
3123
+ msgid "Viewport Size"
3124
+ msgstr ""
3125
+
3126
+ #: ../../admin/view/wp-slimstat-db.php:63
3127
+ #: ../../admin/wp-slimstat-admin.php:1036
3128
  msgid "Visit ID"
3129
  msgstr "Besuchs-ID"
3130
 
3131
+ #: ../../admin/view/wp-slimstat-db.php:68
 
3132
  msgid "Minute"
3133
  msgstr ""
3134
 
3135
+ #: ../../admin/view/wp-slimstat-db.php:73
 
3136
  msgid "+/-"
3137
  msgstr ""
3138
 
3139
+ #: ../../admin/view/wp-slimstat-db.php:76
 
3140
  #, fuzzy
3141
  msgid "minutes"
3142
  msgstr "1-3 Minuten"
3143
 
3144
+ #: ../../admin/view/wp-slimstat-db.php:77
3145
+ msgid "Unix Timestamp"
3146
+ msgstr ""
3147
+
3148
+ #: ../../admin/view/wp-slimstat-db.php:79
3149
  #, fuzzy
3150
+ msgid "Direction"
3151
  msgstr "Macromedia Director"
3152
 
 
3153
  #: ../../admin/view/wp-slimstat-db.php:80
3154
  #, fuzzy
3155
  msgid "Limit Results"
3156
  msgstr "Max. Anzahl Ergebnisse"
3157
 
 
3158
  #: ../../admin/view/wp-slimstat-db.php:81
3159
  msgid "Start From"
3160
  msgstr ""
3161
 
3162
+ #: ../../admin/view/wp-slimstat-reports.php:20
3163
+ #: ../../admin/wp-slimstat-admin.php:635 ../../wp-slimstat.php:1727
3164
+ msgid "Real-Time Log"
3165
  msgstr ""
3166
 
3167
+ #: ../../admin/view/wp-slimstat-reports.php:21
3168
+ #: ../../admin/wp-slimstat-admin.php:636 ../../admin/wp-slimstat-admin.php:651
3169
+ #: ../../wp-slimstat.php:1728
3170
+ msgid "Overview"
3171
+ msgstr "&Uuml;bersicht"
3172
 
3173
+ #: ../../admin/view/wp-slimstat-reports.php:22
3174
+ #: ../../admin/wp-slimstat-admin.php:637 ../../admin/wp-slimstat-admin.php:652
3175
+ #: ../../wp-slimstat.php:1729
3176
+ msgid "Audience"
3177
  msgstr ""
3178
 
3179
+ #: ../../admin/view/wp-slimstat-reports.php:23
3180
+ #: ../../admin/wp-slimstat-admin.php:638 ../../admin/wp-slimstat-admin.php:653
3181
+ #: ../../wp-slimstat.php:1730
3182
+ msgid "Site Analysis"
3183
  msgstr ""
3184
 
3185
+ #: ../../admin/view/wp-slimstat-reports.php:24
3186
+ #: ../../admin/view/wp-slimstat-reports.php:411
3187
+ #: ../../admin/wp-slimstat-admin.php:639 ../../admin/wp-slimstat-admin.php:654
3188
+ #: ../../wp-slimstat.php:1731
3189
+ msgid "Traffic Sources"
3190
+ msgstr "Traffic-Ursprung"
3191
+
3192
+ #: ../../admin/view/wp-slimstat-reports.php:25
3193
+ #: ../../admin/wp-slimstat-admin.php:640 ../../admin/wp-slimstat-admin.php:655
3194
+ #: ../../wp-slimstat.php:1732
3195
+ msgid "Map Overlay"
3196
  msgstr ""
3197
 
3198
+ #: ../../admin/view/wp-slimstat-reports.php:74
3199
+ msgid "Chart controls"
3200
+ msgstr "Diagramm-Einstellungen"
 
 
3201
 
3202
+ #: ../../admin/view/wp-slimstat-reports.php:74
3203
+ msgid "Use your mouse wheel to zoom in and out"
3204
+ msgstr "Verwende das Mausrad zum Zoomen"
3205
+
3206
+ #: ../../admin/view/wp-slimstat-reports.php:74
3207
+ msgid "While zooming in, drag the chart to move to a different area"
3208
  msgstr ""
3209
+ "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
3210
 
3211
+ #: ../../admin/view/wp-slimstat-reports.php:74
3212
+ msgid "Double click on an empty region to reset the zoom level"
 
 
3213
  msgstr ""
3214
+ "Doppelklick auf einen freien Bereich, um den Zoomlevel zur&uuml;ckzusetzen"
3215
 
3216
+ #: ../../admin/view/wp-slimstat-reports.php:77
3217
+ msgid "Activity"
 
 
3218
  msgstr ""
3219
 
3220
+ #: ../../admin/view/wp-slimstat-reports.php:86
3221
+ msgid "Color codes"
3222
+ msgstr "Farbcode"
 
 
3223
 
3224
+ #: ../../admin/view/wp-slimstat-reports.php:86
3225
+ #, fuzzy
3226
+ msgid "From search result page"
3227
+ msgstr "Von einer Suchergebnisseite"
3228
+
3229
+ #: ../../admin/view/wp-slimstat-reports.php:86
3230
+ #: ../../admin/wp-slimstat-admin.php:991
3231
+ msgid "Known Visitor"
3232
+ msgstr "Bekannte Besucher"
3233
+
3234
+ #: ../../admin/view/wp-slimstat-reports.php:86
3235
+ msgid "Known Users"
3236
+ msgstr "Bekannte Benutzer"
3237
+
3238
+ #: ../../admin/view/wp-slimstat-reports.php:86
3239
+ msgid "Other Humans"
3240
+ msgstr "Andere echte Besucher"
3241
+
3242
+ #: ../../admin/view/wp-slimstat-reports.php:86
3243
+ msgid "Bot or Crawler"
3244
+ msgstr "Bot oder Crawler"
3245
 
3246
+ #: ../../admin/view/wp-slimstat-reports.php:100
3247
  #, fuzzy
3248
  msgid "About Slimstat"
3249
  msgstr "&Uuml;ber WP SlimStat"
3250
 
3251
+ #: ../../admin/view/wp-slimstat-reports.php:106
3252
  msgid "At a Glance"
3253
  msgstr "Auf einen Blick"
3254
 
3255
+ #: ../../admin/view/wp-slimstat-reports.php:112
3256
  #, fuzzy
3257
  msgid "Currently Online"
3258
  msgstr "Aktuelle Filter:"
3259
 
3260
+ #: ../../admin/view/wp-slimstat-reports.php:123
3261
+ #, fuzzy
3262
+ msgid ""
3263
+ "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3264
+ "Slimstat leverages this information to identify returning visitors. Please "
3265
+ "note that visitors also include registered users."
3266
+ msgstr ""
3267
+ "Wenn Besucher einen Kommentar im Blog hinterlassen, weist WordPress diesen "
3268
+ "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
3269
+ "zur&uuml;kkehrender Besucher."
3270
+
3271
+ #: ../../admin/view/wp-slimstat-reports.php:126
3272
  msgid "Recent Search Terms"
3273
  msgstr "Letzte interne Suchbegriffe"
3274
 
3275
+ #: ../../admin/view/wp-slimstat-reports.php:135
3276
+ #, fuzzy
3277
+ msgid "Keywords used by your visitors to find your website on a search engine."
3278
+ msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3279
+
3280
+ #: ../../admin/view/wp-slimstat-reports.php:138
3281
  msgid "Top Pages"
3282
  msgstr "Top-Seiten"
3283
 
3284
+ #: ../../admin/view/wp-slimstat-reports.php:149
3285
+ msgid ""
3286
+ "Here a \"page\" is not just a WordPress page type, but any web page on your "
3287
+ "website, including posts, products, categories, and so on."
3288
+ msgstr ""
3289
+
3290
+ #: ../../admin/view/wp-slimstat-reports.php:152
3291
  msgid "Top Traffic Sources"
3292
  msgstr "Top-Traffic-Ursprung"
3293
 
3294
+ #: ../../admin/view/wp-slimstat-reports.php:164
3295
  msgid "Top Known Visitors"
3296
  msgstr "Top bekannte Besucher"
3297
 
3298
+ #: ../../admin/view/wp-slimstat-reports.php:175
 
 
3299
  msgid "Top Search Terms"
3300
  msgstr "Top-Suchbegriffe"
3301
 
3302
+ #: ../../admin/view/wp-slimstat-reports.php:186
 
 
3303
  msgid "Top Countries"
3304
  msgstr "Top-L&auml;nder"
3305
 
3306
+ #: ../../admin/view/wp-slimstat-reports.php:195
3307
+ #, fuzzy
3308
+ msgid ""
3309
+ "You can configure Slimstat to ignore a specific Country by setting the "
3310
+ "corresponding filter under Settings > Slimstat > Filters."
3311
+ msgstr ""
3312
+ "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
3313
+ "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
3314
+
3315
+ #: ../../admin/view/wp-slimstat-reports.php:198
3316
  msgid "Rankings"
3317
  msgstr ""
3318
 
3319
+ #: ../../admin/view/wp-slimstat-reports.php:202
3320
+ msgid ""
3321
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3322
+ "measures your site's rankings. Values are updated every 12 hours. Filters "
3323
+ "set above don't apply to this report."
3324
+ msgstr ""
3325
+
3326
+ #: ../../admin/view/wp-slimstat-reports.php:205
3327
  #, fuzzy
3328
  msgid "Top Language Families"
3329
  msgstr "Top-Sprachen"
3330
 
3331
+ #: ../../admin/view/wp-slimstat-reports.php:219
3332
+ msgid "Human Visits"
3333
+ msgstr "Echte Besuche"
 
 
 
 
3334
 
3335
+ #: ../../admin/view/wp-slimstat-reports.php:229
3336
  #, fuzzy
3337
  msgid "Audience Overview"
3338
  msgstr "&Uuml;bersicht"
3339
 
3340
+ #: ../../admin/view/wp-slimstat-reports.php:233
3341
+ msgid ""
3342
+ "Where not otherwise specified, the metrics in this report are referred to "
3343
+ "human visitors."
3344
+ msgstr ""
3345
+
3346
+ #: ../../admin/view/wp-slimstat-reports.php:236
3347
  msgid "Top Languages"
3348
  msgstr "Top-Sprachen"
3349
 
3350
+ #: ../../admin/view/wp-slimstat-reports.php:247
3351
  msgid "Top Browsers"
3352
  msgstr "Top-Browser"
3353
 
3354
+ #: ../../admin/view/wp-slimstat-reports.php:258
3355
  msgid "Top Service Providers"
3356
  msgstr "Top-Internetprovider"
3357
 
3358
+ #: ../../admin/view/wp-slimstat-reports.php:267
3359
+ #: ../../admin/view/wp-slimstat-reports.php:279
3360
+ #, fuzzy
3361
+ msgid ""
3362
+ "Internet Service Provider: a company which provides other companies or "
3363
+ "individuals with access to the Internet. Your DSL or cable internet service "
3364
+ "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3365
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
3366
+ msgstr ""
3367
+ "Internet Service Provider: eine Firma welche Individuen oder Firmen Zugriff "
3368
+ "auf das Internet gew&auml;hrt. Der Internet-Zugriff per DSL oder Kabel wird "
3369
+ "vom verwendeten ISP zur Verf&uuml;gung gestellt.<br><br>Um spezifische IP-"
3370
+ "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
3371
+ "'Einstellungen > SlimStat > Filter' gesetzt werden."
3372
+
3373
+ #: ../../admin/view/wp-slimstat-reports.php:270
3374
  msgid "Top Operating Systems"
3375
  msgstr "Top-Betriebssysteme"
3376
 
3377
+ #: ../../admin/view/wp-slimstat-reports.php:282
3378
  msgid "Top Screen Resolutions"
3379
  msgstr "Top-Bildschirmaufl&ouml;sungen"
3380
 
3381
+ #: ../../admin/view/wp-slimstat-reports.php:299
3382
  msgid "Visit Duration"
3383
  msgstr "Besuchsdauer"
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:305
 
3386
  msgid "Recent Countries"
3387
  msgstr "Letzte L&auml;nder"
3388
 
3389
+ #: ../../admin/view/wp-slimstat-reports.php:316
3390
  msgid "Recent Screen Resolutions"
3391
  msgstr "Letzte Bildschirmaufl&ouml;sungen"
3392
 
3393
+ #: ../../admin/view/wp-slimstat-reports.php:327
3394
  msgid "Recent Operating Systems"
3395
  msgstr "Letzte Betriebssysteme"
3396
 
3397
+ #: ../../admin/view/wp-slimstat-reports.php:338
3398
  msgid "Recent Browsers"
3399
  msgstr "Letzte Browser"
3400
 
3401
+ #: ../../admin/view/wp-slimstat-reports.php:349
3402
  msgid "Recent Languages"
3403
  msgstr "Letzte Sprachen"
3404
 
3405
+ #: ../../admin/view/wp-slimstat-reports.php:360
3406
  msgid "Top Browser Families"
3407
  msgstr "Top-Browserfamilien"
3408
 
3409
+ #: ../../admin/view/wp-slimstat-reports.php:369
3410
+ msgid ""
3411
+ "This report shows you what user agent families (no version considered) are "
3412
+ "popular among your visitors."
3413
+ msgstr ""
3414
+ "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
3415
+ "bei Ihren Besuchern populär sind."
3416
+
3417
+ #: ../../admin/view/wp-slimstat-reports.php:372
3418
  msgid "Top OS Families"
3419
  msgstr "Top-Betriebssysteme"
3420
 
3421
+ #: ../../admin/view/wp-slimstat-reports.php:383
3422
+ msgid ""
3423
+ "This report shows you what operating system families (no version considered) "
3424
+ "are popular among your visitors."
3425
+ msgstr ""
3426
+ "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
3427
+ "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
3428
+
3429
+ #: ../../admin/view/wp-slimstat-reports.php:386
3430
  msgid "Recent Users"
3431
  msgstr "Letzte Benutzer"
3432
 
3433
+ #: ../../admin/view/wp-slimstat-reports.php:398
3434
  msgid "Top Users"
3435
  msgstr "Top-Benutzer"
3436
 
3437
+ #: ../../admin/view/wp-slimstat-reports.php:421
 
 
 
 
3438
  msgid "Summary"
3439
  msgstr "Zusammenfassung"
3440
 
3441
+ #: ../../admin/view/wp-slimstat-reports.php:427
3442
  msgid "Top Referring Search Engines"
3443
  msgstr "Top verweisende Suchmaschinen"
3444
 
3445
+ #: ../../admin/view/wp-slimstat-reports.php:439
 
 
 
 
3446
  #, fuzzy
3447
  msgid "Recent Exit Pages"
3448
  msgstr "Letzte Absprungseiten"
3449
 
3450
+ #: ../../admin/view/wp-slimstat-reports.php:451
3451
+ msgid "Recent Outbound Links"
3452
+ msgstr "Letzte ausgehende Links"
3453
+
3454
+ #: ../../admin/view/wp-slimstat-reports.php:464
3455
  msgid "Recent Posts"
3456
  msgstr "Letzte Artikel"
3457
 
3458
+ #: ../../admin/view/wp-slimstat-reports.php:476
3459
  msgid "Recent Bounce Pages"
3460
  msgstr "Letzte Absprungseiten"
3461
 
3462
+ #: ../../admin/view/wp-slimstat-reports.php:487
3463
+ msgid ""
3464
+ "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3465
+ "left your site from the entrance (landing) page."
3466
+ msgstr ""
3467
+ "Eine 'Absprung' Seite ist der Zugriff auf eine einzelne Seite oder wenn der "
3468
+ "Besucher die Website bereits auf der Einstiegs-Seite wieder verl&auml;sst."
3469
+
3470
+ #: ../../admin/view/wp-slimstat-reports.php:490
3471
  msgid "Recent Feeds"
3472
  msgstr "Letzte Feeds"
3473
 
3474
+ #: ../../admin/view/wp-slimstat-reports.php:502
3475
  msgid "Recent Pages Not Found"
3476
  msgstr ""
3477
 
3478
+ #: ../../admin/view/wp-slimstat-reports.php:514
3479
  msgid "Recent Internal Searches"
3480
  msgstr "Letzte interne Suchbegriffe"
3481
 
3482
+ #: ../../admin/view/wp-slimstat-reports.php:524
3483
+ #, fuzzy
3484
+ msgid "Searches performed using WordPress' built-in search functionality."
3485
+ msgstr ""
3486
+ "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
3487
+
3488
+ #: ../../admin/view/wp-slimstat-reports.php:527
3489
  msgid "Top Categories"
3490
  msgstr "Top-Kategorien"
3491
 
3492
+ #: ../../admin/view/wp-slimstat-reports.php:540
3493
+ #, fuzzy
3494
+ msgid "Top Downloads"
3495
+ msgstr "Letzte Downloads"
3496
 
3497
+ #: ../../admin/view/wp-slimstat-reports.php:550
3498
+ msgid ""
3499
+ "You can configure Slimstat to track specific file extensions as downloads."
3500
+ msgstr ""
3501
 
3502
+ #: ../../admin/view/wp-slimstat-reports.php:567
3503
  msgid "Top Posts"
3504
  msgstr "Top-Artikel"
3505
 
3506
+ #: ../../admin/view/wp-slimstat-reports.php:579
 
 
 
 
3507
  msgid "Top Internal Searches"
3508
  msgstr "Top interne Suchbegriffe"
3509
 
3510
+ #: ../../admin/view/wp-slimstat-reports.php:591
3511
  msgid "Recent Categories"
3512
  msgstr "Letzte Kategorien"
3513
 
3514
+ #: ../../admin/view/wp-slimstat-reports.php:603
3515
  #, fuzzy
3516
  msgid "Top Pages Not Found"
3517
  msgstr "Top-Seiten"
3518
 
3519
+ #: ../../admin/view/wp-slimstat-reports.php:615
 
 
 
 
 
3520
  msgid "Top Authors"
3521
  msgstr "Top-Autoren"
3522
 
3523
+ #: ../../admin/view/wp-slimstat-reports.php:626
3524
  #, fuzzy
3525
  msgid "Top Tags"
3526
  msgstr "Top Seiten"
3527
 
3528
+ #: ../../admin/view/wp-slimstat-reports.php:638
3529
  msgid "Recent Downloads"
3530
  msgstr "Letzte Downloads"
3531
 
3532
+ #: ../../admin/view/wp-slimstat-reports.php:650
3533
  #, fuzzy
3534
+ msgid "Top Outbound Links"
3535
+ msgstr "Ausgehender Link"
3536
 
3537
+ #: ../../admin/view/wp-slimstat-reports.php:661
3538
  msgid "Your Website"
3539
  msgstr "Ihre Webseite"
3540
 
3541
+ #: ../../admin/view/wp-slimstat-reports.php:665
3542
+ msgid ""
3543
+ "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3544
+ "this report is not affected by the filters set here above."
3545
+ msgstr ""
3546
+ "Ihr Inhalt auf einen Blick: Posts, Kommentare, Pingbacks, usw. Dieser "
3547
+ "Bericht wird nicht durch die oben eingestellten Filter beeinflusst."
3548
+
3549
+ #: ../../admin/view/wp-slimstat-reports.php:668
3550
  #, fuzzy
3551
  msgid "Top Bounce Pages"
3552
  msgstr "Absprungrate"
3553
 
3554
+ #: ../../admin/view/wp-slimstat-reports.php:681
3555
  #, fuzzy
3556
  msgid "Top Exit Pages"
3557
  msgstr "Top-Seiten"
3558
 
3559
+ #: ../../admin/view/wp-slimstat-reports.php:694
3560
  #, fuzzy
3561
  msgid "Top Entry Pages"
3562
  msgstr "Top-Seiten"
3563
 
3564
+ #: ../../admin/view/wp-slimstat-reports.php:708
3565
  msgid "World Map"
3566
  msgstr "Weltkarte"
3567
 
3568
+ #: ../../admin/view/wp-slimstat-reports.php:783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3569
  msgid "Refresh"
3570
  msgstr "Anzeige aktualisieren"
3571
 
3572
+ #: ../../admin/view/wp-slimstat-reports.php:816
3573
  #, fuzzy, php-format
3574
  msgid "Results %s - %s of %s"
3575
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
3576
 
3577
+ #: ../../admin/view/wp-slimstat-reports.php:818
3578
  msgid "Refresh in"
3579
  msgstr "Anzeige aktualisieren in"
3580
 
3581
+ #: ../../admin/view/wp-slimstat-reports.php:958
3582
+ msgid "OS Code"
3583
+ msgstr "OS-Code"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3584
 
3585
+ #: ../../admin/view/wp-slimstat-reports.php:963
3586
  msgid "Category ID"
3587
  msgstr "Kategorie-ID"
3588
 
3589
+ #: ../../admin/view/wp-slimstat-reports.php:981
 
 
 
 
3590
  msgid "Referrer"
3591
  msgstr "Verweis"
3592
 
3593
+ #: ../../admin/view/wp-slimstat-reports.php:1008
3594
+ #: ../../admin/view/wp-slimstat-reports.php:1219
3595
+ #: ../../admin/view/wp-slimstat-reports.php:1260
3596
+ #: ../../admin/view/wp-slimstat-reports.php:1266
3597
+ #: ../../admin/view/wp-slimstat-reports.php:1272
3598
+ #: ../../admin/view/wp-slimstat-reports.php:1278
3599
+ #: ../../admin/view/wp-slimstat-reports.php:1284
3600
+ #: ../../admin/view/wp-slimstat-reports.php:1290
3601
+ #: ../../admin/view/wp-slimstat-reports.php:1296
3602
  msgid "Hits"
3603
  msgstr "Zugriffe"
3604
 
3605
+ #: ../../admin/view/wp-slimstat-reports.php:1057
3606
+ #: ../../admin/view/wp-slimstat-reports.php:1238
3607
+ msgid "Visits"
3608
+ msgstr "Besuche"
 
 
 
 
 
 
 
 
3609
 
3610
+ #: ../../admin/view/wp-slimstat-reports.php:1062
3611
+ msgid "Domains"
3612
+ msgstr "Dom&auml;nen"
 
3613
 
3614
+ #: ../../admin/view/wp-slimstat-reports.php:1178
3615
  #, fuzzy
3616
+ msgid "Dataset Size"
3617
+ msgstr "Datenbankgr&ouml;&szlig;e"
 
 
 
 
3618
 
3619
+ #: ../../admin/view/wp-slimstat-reports.php:1179
3620
  msgid "DB Size"
3621
  msgstr "Datenbankgr&ouml;&szlig;e"
3622
 
3623
+ #: ../../admin/view/wp-slimstat-reports.php:1180
3624
  msgid "Tracking Active"
3625
  msgstr "Tracking aktiv"
3626
 
3627
+ #: ../../admin/view/wp-slimstat-reports.php:1181
3628
  msgid "Javascript Mode"
3629
  msgstr "Tracking per JavaScript"
3630
 
3631
+ #: ../../admin/view/wp-slimstat-reports.php:1182
3632
  msgid "Tracking Browser Caps"
3633
  msgstr ""
3634
 
3635
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3636
  msgid "Auto purge"
3637
  msgstr "autom. Datenbank-Reorg."
3638
 
3639
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3640
+ #: ../../admin/wp-slimstat-admin.php:1066
3641
  msgid "No"
3642
  msgstr "Nein"
3643
 
3644
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3645
  msgid "Oldest pageview"
3646
  msgstr "&Auml;ltester Seitenaufruf"
3647
 
3648
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3649
  msgid "No visits"
3650
  msgstr "Keine Besuche"
3651
 
3652
+ #: ../../admin/view/wp-slimstat-reports.php:1195
3653
+ #: ../../admin/view/wp-slimstat-reports.php:1320
3654
  #, fuzzy
3655
  msgid ""
3656
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3660
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
3661
  "wird."
3662
 
3663
+ #: ../../admin/view/wp-slimstat-reports.php:1197
3664
+ #, fuzzy
3665
+ msgid "Days in Range"
3666
+ msgstr "Datum und Uhrzeit"
3667
+
3668
+ #: ../../admin/view/wp-slimstat-reports.php:1198
3669
+ #, fuzzy
3670
+ msgid ""
3671
+ "How many pages have been visited on average every day during the current "
3672
+ "period."
3673
  msgstr ""
3674
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
3675
  "besucht?"
3676
 
3677
+ #: ../../admin/view/wp-slimstat-reports.php:1199
3678
  #, fuzzy
3679
+ msgid "Average Daily Pageviews"
3680
  msgstr "Durchschnittl. Seitenaufrufe"
3681
 
3682
+ #: ../../admin/view/wp-slimstat-reports.php:1200
3683
  msgid ""
3684
  "Visitors who landed on your site after searching for a keyword on Google, "
3685
  "Yahoo, etc."
3687
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
3688
  "Suchmaschine auf die Website kamen."
3689
 
3690
+ #: ../../admin/view/wp-slimstat-reports.php:1201
3691
  msgid "From Search Results"
3692
  msgstr "Von Suchergebnissen"
3693
 
3694
+ #: ../../admin/view/wp-slimstat-reports.php:1202
3695
  msgid ""
3696
  "Used to differentiate between multiple requests to download a file from one "
3697
  "internet address (IP) and requests originating from many distinct addresses"
3699
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
3700
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
3701
 
3702
+ #: ../../admin/view/wp-slimstat-reports.php:1204
 
 
 
 
3703
  msgid "Last 30 minutes"
3704
  msgstr "Letzte 30 Minuten"
3705
 
3706
+ #: ../../admin/view/wp-slimstat-reports.php:1237
3707
  msgid ""
3708
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3709
  "multiple times if they perform multiple visits."
3711
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
3712
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
3713
 
3714
+ #: ../../admin/view/wp-slimstat-reports.php:1239
 
 
 
 
 
3715
  msgid "It includes only traffic generated by human visitors."
3716
  msgstr ""
3717
 
3718
+ #: ../../admin/view/wp-slimstat-reports.php:1241
3719
+ #: ../../admin/view/wp-slimstat-reports.php:1332
3720
  msgid ""
3721
  "Percentage of single-page visits, i.e. visits in which the person left your "
3722
  "site from the entrance page."
3724
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
3725
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
3726
 
3727
+ #: ../../admin/view/wp-slimstat-reports.php:1242
3728
  msgid "Bounce rate"
3729
  msgstr "Absprungrate"
3730
 
3731
+ #: ../../admin/view/wp-slimstat-reports.php:1243
3732
  msgid "Visitors who had previously left a comment on your blog."
3733
  msgstr ""
3734
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
3735
 
3736
+ #: ../../admin/view/wp-slimstat-reports.php:1244
3737
  msgid "Known visitors"
3738
  msgstr "Bekannte Besucher"
3739
 
3740
+ #: ../../admin/view/wp-slimstat-reports.php:1245
3741
  msgid "Human users who visited your site only once."
3742
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
3743
 
3744
+ #: ../../admin/view/wp-slimstat-reports.php:1246
3745
  msgid "New visitors"
3746
  msgstr "Neue Besucher"
3747
 
3748
+ #: ../../admin/view/wp-slimstat-reports.php:1247
3749
  msgid "Bots"
3750
  msgstr "Bots"
3751
 
3752
+ #: ../../admin/view/wp-slimstat-reports.php:1248
3753
  msgid "Pages per visit"
3754
  msgstr "Seiten pro Besuch"
3755
 
3756
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3757
  msgid "Longest visit"
3758
  msgstr "L&auml;ngster Besuch"
3759
 
3760
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3761
  msgid "hits"
3762
  msgstr "Zugriff"
3763
 
3764
+ #: ../../admin/view/wp-slimstat-reports.php:1262
3765
  msgid "0 - 30 seconds"
3766
  msgstr "0-30 Sekunden"
3767
 
3768
+ #: ../../admin/view/wp-slimstat-reports.php:1268
3769
  msgid "31 - 60 seconds"
3770
  msgstr "31-60 Sekunden"
3771
 
3772
+ #: ../../admin/view/wp-slimstat-reports.php:1274
3773
  msgid "1 - 3 minutes"
3774
  msgstr "1-3 Minuten"
3775
 
3776
+ #: ../../admin/view/wp-slimstat-reports.php:1280
3777
  msgid "3 - 5 minutes"
3778
  msgstr "3-5 Minuten"
3779
 
3780
+ #: ../../admin/view/wp-slimstat-reports.php:1286
3781
  msgid "5 - 7 minutes"
3782
  msgstr "5-7 Minuten"
3783
 
3784
+ #: ../../admin/view/wp-slimstat-reports.php:1292
3785
  msgid "7 - 10 minutes"
3786
  msgstr "7-10 Minuten"
3787
 
3788
+ #: ../../admin/view/wp-slimstat-reports.php:1298
3789
  msgid "More than 10 minutes"
3790
  msgstr "Mehr als 10 Minuten"
3791
 
3792
+ #: ../../admin/view/wp-slimstat-reports.php:1307
3793
  #, fuzzy
3794
  msgid "Average time on site"
3795
  msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3796
 
3797
+ #: ../../admin/view/wp-slimstat-reports.php:1322
3798
  msgid ""
3799
  "A referrer (or referring site) is the site that a visitor previously visited "
3800
  "before following a link to your site."
3802
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
3803
  "dem Besuch der eigenen Website besucht hat."
3804
 
3805
+ #: ../../admin/view/wp-slimstat-reports.php:1323
3806
  msgid "Unique Referrers"
3807
  msgstr "Eindeutige Herkunft"
3808
 
3809
+ #: ../../admin/view/wp-slimstat-reports.php:1324
3810
  msgid ""
3811
  "Visitors who visited the site by typing the URL directly into their browser. "
3812
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3817
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
3818
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
3819
 
3820
+ #: ../../admin/view/wp-slimstat-reports.php:1325
3821
  msgid "Direct Pageviews"
3822
  msgstr "Direkte Seitenaufrufe"
3823
 
3824
+ #: ../../admin/view/wp-slimstat-reports.php:1326
3825
  msgid ""
3826
  "Visitors who came to your site via searches on Google or some other search "
3827
  "engine."
3828
  msgstr ""
3829
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
3830
 
3831
+ #: ../../admin/view/wp-slimstat-reports.php:1327
3832
  msgid "From a search result"
3833
  msgstr "Von einem Suchresultat"
3834
 
3835
+ #: ../../admin/view/wp-slimstat-reports.php:1328
3836
  msgid ""
3837
  "The first page that a user views during a session. This is also known as the "
3838
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3842
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
3843
  "s.g. Einstiegs- oder Landeseite."
3844
 
3845
+ #: ../../admin/view/wp-slimstat-reports.php:1329
3846
  msgid "Unique Landing Pages"
3847
  msgstr "Eindeutige Einstiegsseiten"
3848
 
3849
+ #: ../../admin/view/wp-slimstat-reports.php:1330
3850
  msgid "Number of single-page visits to your site over the selected period."
3851
  msgstr ""
3852
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
3853
 
3854
+ #: ../../admin/view/wp-slimstat-reports.php:1331
3855
  msgid "Bounce Pages"
3856
  msgstr "Absprungrate"
3857
 
3858
+ #: ../../admin/view/wp-slimstat-reports.php:1333
3859
  #, fuzzy
3860
  msgid "New Visitors Rate"
3861
  msgstr "Neue Besucher"
3862
 
3863
+ #: ../../admin/view/wp-slimstat-reports.php:1334
3864
  msgid ""
3865
  "Visitors who visited the site in the last 5 minutes coming from a search "
3866
  "engine."
3868
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
3869
  "gekommen sind."
3870
 
3871
+ #: ../../admin/view/wp-slimstat-reports.php:1335
3872
  msgid "Currently from search engines"
3873
  msgstr "Aktuell von Suchmaschinen"
3874
 
3875
+ #: ../../admin/view/wp-slimstat-reports.php:1407
3876
  msgid "Number of pages in your site included in Google's index."
3877
  msgstr ""
3878
 
3879
+ #: ../../admin/view/wp-slimstat-reports.php:1408
3880
  msgid "Google Index"
3881
  msgstr "Google-Index"
3882
 
3883
+ #: ../../admin/view/wp-slimstat-reports.php:1409
3884
  msgid "Number of pages, according to Google, that link back to your site."
3885
  msgstr ""
3886
 
3887
+ #: ../../admin/view/wp-slimstat-reports.php:1410
3888
  msgid "Google Backlinks"
3889
  msgstr ""
3890
 
3891
+ #: ../../admin/view/wp-slimstat-reports.php:1411
3892
  msgid ""
3893
  "How many times the Facebook Like button has been approximately clicked on "
3894
  "your site."
3895
  msgstr ""
3896
 
3897
+ #: ../../admin/view/wp-slimstat-reports.php:1412
3898
  msgid "Facebook Likes"
3899
  msgstr "Facebook Likes"
3900
 
3901
+ #: ../../admin/view/wp-slimstat-reports.php:1413
3902
  msgid ""
3903
  "How many times your site has been shared by someone on the social network."
3904
  msgstr ""
3905
 
3906
+ #: ../../admin/view/wp-slimstat-reports.php:1414
3907
  msgid "Facebook Shares"
3908
  msgstr ""
3909
 
3910
+ #: ../../admin/view/wp-slimstat-reports.php:1415
3911
  msgid "How many times links to your website have been clicked on Facebook."
3912
  msgstr ""
3913
 
3914
+ #: ../../admin/view/wp-slimstat-reports.php:1416
3915
  msgid "Facebook Clicks"
3916
  msgstr "Clicks bei Facebook"
3917
 
3918
+ #: ../../admin/view/wp-slimstat-reports.php:1417
3919
  msgid ""
3920
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3921
  "traffic data."
3922
  msgstr ""
3923
 
3924
+ #: ../../admin/view/wp-slimstat-reports.php:1418
3925
  msgid "Alexa World Rank"
3926
  msgstr ""
3927
 
3928
+ #: ../../admin/view/wp-slimstat-reports.php:1419
3929
  msgid "Alexa Country Rank"
3930
  msgstr ""
3931
 
3932
+ #: ../../admin/view/wp-slimstat-reports.php:1420
3933
  msgid "Alexa Popularity"
3934
  msgstr ""
3935
 
3936
  # Unknown
3937
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3938
  msgid "c-xx"
3939
  msgstr "Unbekannt"
3940
 
3941
  # Afghanistan
3942
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3943
  msgid "c-af"
3944
  msgstr "Afghanistan"
3945
 
3946
  # Åland Islands
3947
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3948
  msgid "c-ax"
3949
  msgstr "&Aring;landinseln"
3950
 
3951
  # Albania
3952
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3953
  msgid "c-al"
3954
  msgstr "Albanien"
3955
 
3956
  # Algeria
3957
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3958
  msgid "c-dz"
3959
  msgstr "Algerien"
3960
 
3961
  # Andorra
3962
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3963
  msgid "c-ad"
3964
  msgstr "Andorra"
3965
 
3966
  # Angola
3967
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3968
  msgid "c-ao"
3969
  msgstr "Angola"
3970
 
3971
  # Anguilla
3972
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3973
  msgid "c-ai"
3974
  msgstr "Anguilla"
3975
 
3976
  # Antigua and Barbuda
3977
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3978
  msgid "c-ag"
3979
  msgstr "Antigua und Barbuda"
3980
 
3981
  # Argentina
3982
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3983
  msgid "c-ar"
3984
  msgstr "Argentinien"
3985
 
3986
  # Armenia
3987
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3988
  msgid "c-am"
3989
  msgstr "Armenien"
3990
 
3991
  # Aruba
3992
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3993
  msgid "c-aw"
3994
  msgstr "Aruba"
3995
 
3996
  # Australia
3997
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3998
  msgid "c-au"
3999
  msgstr "Australien"
4000
 
4001
  # Austria
4002
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4003
  msgid "c-at"
4004
  msgstr "&Ouml;sterreich"
4005
 
4006
  # Azerbaijan
4007
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4008
  msgid "c-az"
4009
  msgstr "Aserbaidschan"
4010
 
4011
  # Bahamas
4012
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4013
  msgid "c-bs"
4014
  msgstr "Bahamas"
4015
 
4016
  # Bahrain
4017
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4018
  msgid "c-bh"
4019
  msgstr "Bahrain"
4020
 
4021
  # Bangladesh
4022
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4023
  msgid "c-bd"
4024
  msgstr "Bangladesch"
4025
 
4026
  # Barbados
4027
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4028
  msgid "c-bb"
4029
  msgstr "Barbados"
4030
 
4031
  # Belarus
4032
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4033
  msgid "c-by"
4034
  msgstr "Wei&szlig;russland"
4035
 
4036
  # Belgium
4037
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4038
  msgid "c-be"
4039
  msgstr "Belgien"
4040
 
4041
  # Belize
4042
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4043
  msgid "c-bz"
4044
  msgstr "Belize"
4045
 
4046
  # Benin
4047
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4048
  msgid "c-bj"
4049
  msgstr "Benin"
4050
 
4051
  # Bermuda
4052
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4053
  msgid "c-bm"
4054
  msgstr "Bermuda"
4055
 
4056
  # Bhutan
4057
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4058
  msgid "c-bt"
4059
  msgstr "Bhutan"
4060
 
4061
  # Bolivia
4062
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4063
  msgid "c-bo"
4064
  msgstr "Bolivien"
4065
 
4066
  # Bosnia and Herzegovina
4067
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4068
  msgid "c-ba"
4069
  msgstr "Bosnien Herzegowina"
4070
 
4071
  # Botswana
4072
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4073
  msgid "c-bw"
4074
  msgstr "Botswana"
4075
 
4076
  # Brazil
4077
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4078
  msgid "c-br"
4079
  msgstr "Brasilien"
4080
 
4081
  # Brunei Darussalam
4082
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4083
  msgid "c-bn"
4084
  msgstr "Brunei Darussalam"
4085
 
4086
  # Bulgaria
4087
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4088
  msgid "c-bg"
4089
  msgstr "Bulgarien"
4090
 
4091
  # Burkina Faso
4092
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4093
  msgid "c-bf"
4094
  msgstr "Burkina Faso"
4095
 
4096
  # Burundi
4097
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4098
  msgid "c-bi"
4099
  msgstr "Burundi"
4100
 
4101
  # Cambodia
4102
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4103
  msgid "c-kh"
4104
  msgstr "Kambodscha"
4105
 
4106
  # Cameroon
4107
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4108
  msgid "c-cm"
4109
  msgstr "Kamerun"
4110
 
4111
  # Canada
4112
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4113
  msgid "c-ca"
4114
  msgstr "Kanada"
4115
 
4116
  # Cape Verde
4117
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4118
  msgid "c-cv"
4119
  msgstr "Kap Verde"
4120
 
4121
  # Cayman Islands
4122
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4123
  msgid "c-ky"
4124
  msgstr "Kaimaninseln"
4125
 
4126
  # Central African Republic
4127
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4128
  msgid "c-cf"
4129
  msgstr "Zentralafrika"
4130
 
4131
  # Chad
4132
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4133
  msgid "c-td"
4134
  msgstr "Tschad"
4135
 
4136
  # Chile
4137
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4138
  msgid "c-cl"
4139
  msgstr "Chile"
4140
 
4141
  # China
4142
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4143
  msgid "c-cn"
4144
  msgstr "China"
4145
 
4146
  # Colombia
4147
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4148
  msgid "c-co"
4149
  msgstr "Kolumbien"
4150
 
4151
  # Comoros
4152
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4153
  msgid "c-km"
4154
  msgstr "Komoren"
4155
 
4156
  # Congo
4157
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4158
  msgid "c-cg"
4159
  msgstr "Republik Kongo"
4160
 
4161
  # The Democratic Republic of the Congo
4162
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4163
  msgid "c-cd"
4164
  msgstr "Demokratische Republik Kongo"
4165
 
4166
  # Costa Rica
4167
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4168
  msgid "c-cr"
4169
  msgstr "Costa Rica"
4170
 
4171
  # Côte d'Ivoire
4172
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4173
  msgid "c-ci"
4174
  msgstr "Elfenbeink&uuml;ste"
4175
 
4176
  # Croatia
4177
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4178
  msgid "c-hr"
4179
  msgstr "Kroatien"
4180
 
4181
  # Cuba
4182
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4183
  msgid "c-cu"
4184
  msgstr "Kuba"
4185
 
4186
  # Cyprus
4187
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4188
  msgid "c-cy"
4189
  msgstr "Zypern"
4190
 
4191
  # Czech Republic
4192
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4193
  msgid "c-cz"
4194
  msgstr "Tschechische Republik"
4195
 
4196
  # Denmark
4197
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4198
  msgid "c-dk"
4199
  msgstr "D&auml;nemark"
4200
 
4201
  # Djibouti
4202
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4203
  msgid "c-dj"
4204
  msgstr "Dschibuti"
4205
 
4206
  # Dominica
4207
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4208
  msgid "c-dm"
4209
  msgstr "Dominica"
4210
 
4211
  # Dominican Republic
4212
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4213
  msgid "c-do"
4214
  msgstr "Dominikanische Republik"
4215
 
4216
  # Ecuador
4217
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4218
  msgid "c-ec"
4219
  msgstr "Ecuador"
4220
 
4221
  # Egypt
4222
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4223
  msgid "c-eg"
4224
  msgstr "&Auml;gypten"
4225
 
4226
  # El Salvador
4227
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4228
  msgid "c-sv"
4229
  msgstr "El Salvador"
4230
 
4231
  # Equatorial Guinea
4232
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4233
  msgid "c-gq"
4234
  msgstr "Äquatorialguinea"
4235
 
4236
  # Eritrea
4237
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4238
  msgid "c-er"
4239
  msgstr "Eritrea"
4240
 
4241
  # Estonia
4242
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4243
  msgid "c-ee"
4244
  msgstr "Estland"
4245
 
4246
  # Ethiopia
4247
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4248
  msgid "c-et"
4249
  msgstr "&Auml;thiopien"
4250
 
4251
  # Faroe Islands
4252
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4253
  msgid "c-fo"
4254
  msgstr "F&auml;r&ouml;er Inseln"
4255
 
4256
  # Falkland Islands (Malvinas)
4257
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4258
  msgid "c-fk"
4259
  msgstr "Falklandinseln (Malwinen)"
4260
 
4261
  # Fiji
4262
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4263
  msgid "c-fj"
4264
  msgstr "Republik Fidschi"
4265
 
4266
  # Finland
4267
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4268
  msgid "c-fi"
4269
  msgstr "Finnland"
4270
 
4271
  # France
4272
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4273
  msgid "c-fr"
4274
  msgstr "Franz&ouml;sische Republik"
4275
 
4276
  # French Guiana
4277
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4278
  msgid "c-gf"
4279
  msgstr "Franz&ouml;sisch-Guayana"
4280
 
4281
  # Gabon
4282
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4283
  msgid "c-ga"
4284
  msgstr "Gabun"
4285
 
4286
  # Gambia
4287
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4288
  msgid "c-gm"
4289
  msgstr "Gambia"
4290
 
4291
  # Georgia
4292
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4293
  msgid "c-ge"
4294
  msgstr "Georgien"
4295
 
4296
  # Germany
4297
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4298
  msgid "c-de"
4299
  msgstr "Bundesrepublik Deutschland"
4300
 
4301
  # Ghana
4302
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4303
  msgid "c-gh"
4304
  msgstr "Ghana"
4305
 
4306
  # Greece
4307
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4308
  msgid "c-gr"
4309
  msgstr "Griechenland"
4310
 
4311
  # Greenland
4312
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4313
  msgid "c-gl"
4314
  msgstr "Gr&ouml;nland"
4315
 
4316
  # Grenada
4317
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4318
  msgid "c-gd"
4319
  msgstr "Grenada"
4320
 
4321
  # Guadeloupe
4322
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4323
  msgid "c-gp"
4324
  msgstr "Guadeloupe"
4325
 
4326
  # Guatemala
4327
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4328
  msgid "c-gt"
4329
  msgstr "Guatemala"
4330
 
4331
  # Guinea
4332
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4333
  msgid "c-gn"
4334
  msgstr "Guinea"
4335
 
4336
  # Guinea-Bissau
4337
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4338
  msgid "c-gw"
4339
  msgstr "Guinea-Bissau"
4340
 
4341
  # Guyana
4342
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4343
  msgid "c-gy"
4344
  msgstr "Guyana"
4345
 
4346
  # Haiti
4347
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4348
  msgid "c-ht"
4349
  msgstr "Haiti"
4350
 
4351
  # Honduras
4352
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4353
  msgid "c-hn"
4354
  msgstr "Honduras"
4355
 
4356
  # Hong Kong
4357
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4358
  msgid "c-hk"
4359
  msgstr "Hong Kong"
4360
 
4361
  # Hungary
4362
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4363
  msgid "c-hu"
4364
  msgstr "Ungarn"
4365
 
4366
  # Iceland
4367
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4368
  msgid "c-is"
4369
  msgstr "Island"
4370
 
4371
  # India
4372
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4373
  msgid "c-in"
4374
  msgstr "Indien"
4375
 
4376
  # Indonesia
4377
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4378
  msgid "c-id"
4379
  msgstr "Indonesien"
4380
 
4381
  # Islamic Republic of Iran
4382
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4383
  msgid "c-ir"
4384
  msgstr "Islamische Republik Iran"
4385
 
4386
  # Iraq
4387
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4388
  msgid "c-iq"
4389
  msgstr "Irak"
4390
 
4391
  # Ireland
4392
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4393
  msgid "c-ie"
4394
  msgstr "Irland"
4395
 
4396
  # Israel
4397
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4398
  msgid "c-il"
4399
  msgstr "Israel"
4400
 
4401
  # Italy
4402
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4403
  msgid "c-it"
4404
  msgstr "Italien"
4405
 
4406
  # Jamaica
4407
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4408
  msgid "c-jm"
4409
  msgstr "Jamaika"
4410
 
4411
  # Japan
4412
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4413
  msgid "c-jp"
4414
  msgstr "Japan"
4415
 
4416
  # Jordan
4417
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4418
  msgid "c-jo"
4419
  msgstr "Jordan"
4420
 
4421
  # Kazakhstan
4422
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4423
  msgid "c-kz"
4424
  msgstr "Kasachstan"
4425
 
4426
  # Kenya
4427
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4428
  msgid "c-ke"
4429
  msgstr "Kenia"
4430
 
4431
  # Nauru
4432
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4433
  msgid "c-nr"
4434
  msgstr "Nauru"
4435
 
4436
  # Democratic People's Republic of Korea
4437
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4438
  msgid "c-kp"
4439
  msgstr "Demokratische Volksrepublik Korea"
4440
 
4441
  # Republic of Korea
4442
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4443
  msgid "c-kr"
4444
  msgstr "Republik Korea"
4445
 
4446
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4447
  msgid "c-kv"
4448
  msgstr "Komi"
4449
 
4450
  # Kuwait
4451
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4452
  msgid "c-kw"
4453
  msgstr "Kuwait"
4454
 
4455
  # Kyrgyzstan
4456
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4457
  msgid "c-kg"
4458
  msgstr "Kirgistan"
4459
 
4460
  # Lao People's Democratic Republic
4461
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4462
  msgid "c-la"
4463
  msgstr "Demokratische Volksrepublik Laos"
4464
 
4465
  # Latvia
4466
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4467
  msgid "c-lv"
4468
  msgstr "Lettland"
4469
 
4470
  # Lebanon
4471
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4472
  msgid "c-lb"
4473
  msgstr "Libanon"
4474
 
4475
  # Lesotho
4476
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4477
  msgid "c-ls"
4478
  msgstr "Lesotho"
4479
 
4480
  # Liberia
4481
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4482
  msgid "c-lr"
4483
  msgstr "Liberia"
4484
 
4485
  # Libyan Arab Jamahiriya
4486
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4487
  msgid "c-ly"
4488
  msgstr "Libyen"
4489
 
4490
  # Liechtenstein
4491
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4492
  msgid "c-li"
4493
  msgstr "Liechtenstein"
4494
 
4495
  # Lithuania
4496
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4497
  msgid "c-lt"
4498
  msgstr "Litauen"
4499
 
4500
  # Luxembourg
4501
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4502
  msgid "c-lu"
4503
  msgstr "Luxemburg"
4504
 
4505
  # The Former Yugoslav Republic of Macedonia
4506
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4507
  msgid "c-mk"
4508
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
4509
 
4510
  # Madagascar
4511
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4512
  msgid "c-mg"
4513
  msgstr "Madagaskar"
4514
 
4515
  # Malawi
4516
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4517
  msgid "c-mw"
4518
  msgstr "Malawi"
4519
 
4520
  # Malaysia
4521
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4522
  msgid "c-my"
4523
  msgstr "Malaysien"
4524
 
4525
  # Mali
4526
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4527
  msgid "c-ml"
4528
  msgstr "Mali"
4529
 
4530
  # Malta
4531
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4532
  msgid "c-mt"
4533
  msgstr "Malta"
4534
 
4535
  # Martinique
4536
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4537
  msgid "c-mq"
4538
  msgstr "Martinique"
4539
 
4540
  # Mauritania
4541
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4542
  msgid "c-mr"
4543
  msgstr "Mauritanien"
4544
 
4545
  # Mauritius
4546
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4547
  msgid "c-mu"
4548
  msgstr "Mauritius"
4549
 
4550
  # Mexico
4551
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4552
  msgid "c-mx"
4553
  msgstr "Mexiko"
4554
 
4555
  # Moldova
4556
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4557
  msgid "c-md"
4558
  msgstr "Moldawien"
4559
 
4560
  # Mongolia
4561
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4562
  msgid "c-mn"
4563
  msgstr "Mongolei"
4564
 
4565
  # Montenegro
4566
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4567
  msgid "c-me"
4568
  msgstr "Montenegro"
4569
 
4570
  # Montserrat
4571
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4572
  msgid "c-ms"
4573
  msgstr "Montserrat"
4574
 
4575
  # Morocco
4576
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4577
  msgid "c-ma"
4578
  msgstr "Marokko"
4579
 
4580
  # Mozambique
4581
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4582
  msgid "c-mz"
4583
  msgstr "Mosambik"
4584
 
4585
  # Myanmar
4586
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4587
  msgid "c-mm"
4588
  msgstr "Myanmar"
4589
 
4590
  # Namibia
4591
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4592
  msgid "c-na"
4593
  msgstr "Namibia"
4594
 
4595
  # Nepal
4596
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4597
  msgid "c-np"
4598
  msgstr "Nepal"
4599
 
4600
  # Netherlands
4601
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4602
  msgid "c-nl"
4603
  msgstr "Niederlande"
4604
 
4605
  # New Caledonia
4606
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4607
  msgid "c-nc"
4608
  msgstr "Neukaledonien"
4609
 
4610
  # New Zealand
4611
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4612
  msgid "c-nz"
4613
  msgstr "Neuseeland"
4614
 
4615
  # Nicaragua
4616
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4617
  msgid "c-ni"
4618
  msgstr "Nicaragua"
4619
 
4620
  # Niger
4621
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4622
  msgid "c-ne"
4623
  msgstr "Niger"
4624
 
4625
  # Nigeria
4626
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4627
  msgid "c-ng"
4628
  msgstr "Nigeria"
4629
 
4630
  # Norway
4631
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4632
  msgid "c-no"
4633
  msgstr "Norwegen"
4634
 
4635
  # Oman
4636
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4637
  msgid "c-om"
4638
  msgstr "Oman"
4639
 
4640
  # Pakistan
4641
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4642
  msgid "c-pk"
4643
  msgstr "Pakistan"
4644
 
4645
  # Palau
4646
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4647
  msgid "c-pw"
4648
  msgstr "Palau"
4649
 
4650
  # Occupied Palestinian Territory
4651
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4652
  msgid "c-ps"
4653
  msgstr "Palästinensische Autonomiegebiete"
4654
 
4655
  # Panama
4656
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4657
  msgid "c-pa"
4658
  msgstr "Panama"
4659
 
4660
  # Papua New Guinea
4661
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4662
  msgid "c-pg"
4663
  msgstr "Papua Neu Guinea"
4664
 
4665
  # Paraguay
4666
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4667
  msgid "c-py"
4668
  msgstr "Paraguay"
4669
 
4670
  # Peru
4671
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4672
  msgid "c-pe"
4673
  msgstr "Peru"
4674
 
4675
  # Philippines
4676
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4677
  msgid "c-ph"
4678
  msgstr "Philippinen"
4679
 
4680
  # Poland
4681
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4682
  msgid "c-pl"
4683
  msgstr "Polen"
4684
 
4685
  # Portugal
4686
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4687
  msgid "c-pt"
4688
  msgstr "Portugal"
4689
 
4690
  # Puerto Rico
4691
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4692
  msgid "c-pr"
4693
  msgstr "Puerto Rico"
4694
 
4695
  # Qatar
4696
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4697
  msgid "c-qa"
4698
  msgstr "Katar"
4699
 
4700
  # Réunion
4701
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4702
  msgid "c-re"
4703
  msgstr "Réunion"
4704
 
4705
  # Romania
4706
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4707
  msgid "c-ro"
4708
  msgstr "Rum&auml;nien"
4709
 
4710
  # Russian Federation
4711
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4712
  msgid "c-ru"
4713
  msgstr "Russische Föderation"
4714
 
4715
  # Rwanda
4716
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4717
  msgid "c-rw"
4718
  msgstr "Ruanda"
4719
 
4720
  # Saint Kitts and Nevis
4721
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4722
  msgid "c-kn"
4723
  msgstr "St. Kitts und Nevis"
4724
 
4725
  # Saint Lucia
4726
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4727
  msgid "c-lc"
4728
  msgstr "Saint Lucia"
4729
 
4730
  # Saint Martin
4731
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4732
  msgid "c-mf"
4733
  msgstr "Saint Martin"
4734
 
4735
  # Saint Vincent and the Grenadines
4736
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4737
  msgid "c-vc"
4738
  msgstr "St. Vincent und die Grenadinen"
4739
 
4740
  # Samoa
4741
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4742
  msgid "c-ws"
4743
  msgstr "Samoa"
4744
 
4745
  # Sao Tome and Principe
4746
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4747
  msgid "c-st"
4748
  msgstr "Sao Tomé und Príncipe"
4749
 
4750
  # Saudi Arabia
4751
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4752
  msgid "c-sa"
4753
  msgstr "Saudi Arabien"
4754
 
4755
  # Senegal
4756
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4757
  msgid "c-sn"
4758
  msgstr "Senegal"
4759
 
4760
  # Serbia
4761
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4762
  msgid "c-rs"
4763
  msgstr "Serbien"
4764
 
4765
  # Sierra Leone
4766
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4767
  msgid "c-sl"
4768
  msgstr "Sierra Leone"
4769
 
4770
  # Singapore
4771
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4772
  msgid "c-sg"
4773
  msgstr "Singapur"
4774
 
4775
  # Slovakia
4776
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4777
  msgid "c-sk"
4778
  msgstr "Slowakei"
4779
 
4780
  # Slovenia
4781
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4782
  msgid "c-si"
4783
  msgstr "Slowenien"
4784
 
4785
  # Solomon Islands
4786
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4787
  msgid "c-sb"
4788
  msgstr "Salomonen"
4789
 
4790
  # Somalia
4791
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4792
  msgid "c-so"
4793
  msgstr "Somalia"
4794
 
4795
  # South Africa
4796
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4797
  msgid "c-za"
4798
  msgstr "Südafrika"
4799
 
4800
  # South Georgia and the South Sandwich Islands
4801
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4802
  msgid "c-gs"
4803
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
4804
 
4805
  # Spain
4806
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4807
  msgid "c-es"
4808
  msgstr "Spanien"
4809
 
4810
  # Sri Lanka
4811
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4812
  msgid "c-lk"
4813
  msgstr "Sri Lanka"
4814
 
4815
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4816
  msgid "c-sc"
4817
  msgstr ""
4818
 
4819
  # Sudan
4820
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4821
  msgid "c-sd"
4822
  msgstr "Sudan"
4823
 
4824
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4825
  msgid "c-ss"
4826
  msgstr "Siswati"
4827
 
4828
  # Suriname
4829
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4830
  msgid "c-sr"
4831
  msgstr "Suriname"
4832
 
4833
  # Svalbard and Jan Mayen
4834
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4835
  msgid "c-sj"
4836
  msgstr "Spitzbergen und Jan Mayen"
4837
 
4838
  # Swaziland
4839
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4840
  msgid "c-sz"
4841
  msgstr "Swaziland"
4842
 
4843
  # Sweden
4844
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4845
  msgid "c-se"
4846
  msgstr "Schweden"
4847
 
4848
  # Switzerland
4849
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4850
  msgid "c-ch"
4851
  msgstr "Schweiz"
4852
 
4853
  # Syrian Arab Republic
4854
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4855
  msgid "c-sy"
4856
  msgstr "Arabische Republik Syrien"
4857
 
4858
  # Taiwan, Province of China
4859
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4860
  msgid "c-tw"
4861
  msgstr "Taiwan"
4862
 
4863
  # Tajikistan
4864
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4865
  msgid "c-tj"
4866
  msgstr "Tadschikistan"
4867
 
4868
  # United Republic of Tanzania
4869
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4870
  msgid "c-tz"
4871
  msgstr "Vereinigte Republik Tansania"
4872
 
4873
  # Thailand
4874
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4875
  msgid "c-th"
4876
  msgstr "Thailand"
4877
 
4878
  # Timor-Leste
4879
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4880
  msgid "c-tl"
4881
  msgstr "Timor-Leste"
4882
 
4883
  # Togo
4884
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4885
  msgid "c-tg"
4886
  msgstr "Togo"
4887
 
4888
  # Tonga
4889
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4890
  msgid "c-to"
4891
  msgstr "Tonga"
4892
 
4893
  # Trinidad and Tobago
4894
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4895
  msgid "c-tt"
4896
  msgstr "Trinidad und Tobago"
4897
 
4898
  # Tunisia
4899
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4900
  msgid "c-tn"
4901
  msgstr "Tunesien"
4902
 
4903
  # Turkey
4904
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4905
  msgid "c-tr"
4906
  msgstr "T&uuml;rkei"
4907
 
4908
  # Turkmenistan
4909
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4910
  msgid "c-tm"
4911
  msgstr "Turkmenistan"
4912
 
4913
  # Turks and Caicos Islands
4914
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4915
  msgid "c-tc"
4916
  msgstr "Turks- und Caicosinseln"
4917
 
4918
  # Uganda
4919
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4920
  msgid "c-ug"
4921
  msgstr "Uganda"
4922
 
4923
  # Ukraine
4924
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4925
  msgid "c-ua"
4926
  msgstr "Ukraine"
4927
 
4928
  # United Arab Emirates
4929
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4930
  msgid "c-ae"
4931
  msgstr "Vereinigte Arabische Emirate"
4932
 
4933
  # United Kingdom
4934
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4935
  msgid "c-gb"
4936
  msgstr "Vereinigtes K&ouml;nigreich"
4937
 
4938
  # United States
4939
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4940
  msgid "c-us"
4941
  msgstr "Vereinigte Staaten"
4942
 
4943
  # Uruguay
4944
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4945
  msgid "c-uy"
4946
  msgstr "Uruguay"
4947
 
4948
  # Uzbekistan
4949
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4950
  msgid "c-uz"
4951
  msgstr "Usbekistan"
4952
 
4953
  # Vanuatu
4954
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4955
  msgid "c-vu"
4956
  msgstr "Vanuatu"
4957
 
4958
  # Venezuela
4959
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4960
  msgid "c-ve"
4961
  msgstr "Venezuela"
4962
 
4963
  # Viet Nam
4964
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4965
  msgid "c-vn"
4966
  msgstr "Vietnam"
4967
 
4968
  # British Virgin Islands
4969
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4970
  msgid "c-vg"
4971
  msgstr "Jungferninseln"
4972
 
4973
  # U.S. Virgin Islands
4974
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4975
  msgid "c-vi"
4976
  msgstr "Amerikanische Jungferninseln"
4977
 
4978
  # Western Sahara
4979
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4980
  msgid "c-eh"
4981
  msgstr "Westsahara"
4982
 
4983
  # Yemen
4984
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4985
  msgid "c-ye"
4986
  msgstr "Jemen"
4987
 
4988
  # Zambia
4989
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4990
  msgid "c-zm"
4991
  msgstr "Sambia"
4992
 
4993
  # Zimbabwe
4994
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4995
  msgid "c-zw"
4996
  msgstr "Zimbabwe"
4997
 
4998
  # Guernsey
4999
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5000
  msgid "c-gg"
5001
  msgstr "Guernsey"
5002
 
5003
  # Jersey
5004
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5005
  msgid "c-je"
5006
  msgstr "Jersey"
5007
 
5008
  # Isle of Man
5009
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5010
  msgid "c-im"
5011
  msgstr "Isle of Man"
5012
 
5013
  # Maldives
5014
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5015
  msgid "c-mv"
5016
  msgstr "Malediven"
5017
 
5018
+ #: ../../admin/view/wp-slimstat-reports.php:1431
5019
  msgid "c-eu"
5020
  msgstr ""
5021
 
5022
+ #: ../../admin/view/wp-slimstat-reports.php:1523
5023
  msgid ""
5024
  "This value includes not only posts, but also custom post types, regardless "
5025
  "of their status"
5026
  msgstr ""
5027
 
5028
+ #: ../../admin/view/wp-slimstat-reports.php:1524
5029
  #, fuzzy
5030
  msgid "Content Items"
5031
  msgstr "Inhalt"
5032
 
5033
+ #: ../../admin/view/wp-slimstat-reports.php:1525
5034
  msgid "Total Comments"
5035
  msgstr "Gesamte Kommentare"
5036
 
5037
+ #: ../../admin/view/wp-slimstat-reports.php:1526
5038
  msgid "Pingbacks"
5039
  msgstr ""
5040
 
5041
+ #: ../../admin/view/wp-slimstat-reports.php:1527
5042
  msgid "Trackbacks"
5043
  msgstr ""
5044
 
5045
+ #: ../../admin/view/wp-slimstat-reports.php:1528
5046
  #, fuzzy
5047
  msgid "Avg Comments Per Post"
5048
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
5049
 
5050
+ #: ../../admin/view/wp-slimstat-reports.php:1529
5051
  msgid "Avg Posts Per Day"
5052
  msgstr ""
5053
 
5054
+ #: ../../admin/view/wp-slimstat-reports.php:1530
5055
  msgid "Avg Server Latency"
5056
  msgstr ""
5057
 
5058
+ #: ../../admin/view/wp-slimstat-reports.php:1531
5059
  #, fuzzy
5060
  msgid "Avg Page Load Time"
5061
  msgstr "Durchschnittl. Seitenaufrufe"
5062
 
5063
+ #: ../../admin/view/wp-slimstat-reports.php:1549
5064
+ msgid "src"
5065
+ msgstr "src"
5066
+
5067
+ #: ../../admin/view/wp-slimstat-reports.php:1552
5068
+ msgid "serp"
5069
+ msgstr "serp"
5070
+
5071
+ #: ../../admin/view/wp-slimstat-reports.php:1559
5072
+ msgid "Go to the referring page"
5073
+ msgstr "Verweisende Seite &ouml;ffnen"
5074
+
5075
+ #: ../../admin/view/wp-slimstat-reports.php:1581
5076
+ msgid "Remove filter for"
5077
+ msgstr "Entferne Filter f&uuml;r"
5078
+
5079
+ #: ../../admin/view/wp-slimstat-reports.php:1585
5080
+ msgid "Save"
5081
+ msgstr ""
5082
+
5083
+ #: ../../admin/view/wp-slimstat-reports.php:1588
5084
+ #, fuzzy
5085
+ msgid "Reset All"
5086
+ msgstr "Datenbanktabellen zurücksetzen"
5087
 
5088
+ #: ../../admin/view/wp-slimstat-reports.php:1592
5089
+ msgid "Current filters:"
5090
+ msgstr "Aktuelle Filter:"
5091
+
5092
+ #: ../../admin/wp-slimstat-admin.php:634 ../../admin/wp-slimstat-admin.php:645
5093
+ #: ../../admin/wp-slimstat-admin.php:647
5094
  #, fuzzy
5095
  msgid "SlimStat"
5096
  msgstr "&Uuml;ber WP SlimStat"
5097
 
5098
+ #: ../../admin/wp-slimstat-admin.php:641 ../../admin/wp-slimstat-admin.php:656
5099
+ #: ../../wp-slimstat.php:1733
5100
+ msgid "Custom Reports"
5101
+ msgstr "individuelle Auswertungen"
5102
+
5103
+ #: ../../admin/wp-slimstat-admin.php:729
5104
  #, fuzzy
5105
  msgid "Pageviews in the last "
5106
  msgstr "Seitenaufrufe (Diagramm)"
5107
 
5108
+ #: ../../admin/wp-slimstat-admin.php:732
5109
  #, fuzzy
5110
  msgid "Unique IPs in the last "
5111
  msgstr "Eindeutige interne Zugriffe"
5112
 
5113
+ #: ../../admin/wp-slimstat-admin.php:787
5114
  msgid "Show on screen"
5115
  msgstr "Anzeigen"
5116
 
5117
+ #: ../../admin/wp-slimstat-admin.php:872
5118
  msgid "Already saved"
5119
  msgstr ""
5120
 
5121
+ #: ../../admin/wp-slimstat-admin.php:880
5122
  msgid "Saved"
5123
  msgstr ""
5124
 
5125
+ #: ../../admin/wp-slimstat-admin.php:900
5126
  #, fuzzy
5127
  msgid "Delete this filter"
5128
  msgstr "Lösche Seitenaufrufe, wo"
5129
 
5130
+ #: ../../admin/wp-slimstat-admin.php:944
5131
  msgid "There was an error updating the following options:"
5132
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5133
 
5134
+ #: ../../admin/wp-slimstat-admin.php:947
5135
  #, fuzzy
5136
  msgid "Your changes have been saved."
5137
  msgstr "Optionen erfolgreich aktualisiert."
5138
 
5139
+ #: ../../admin/wp-slimstat-admin.php:970
5140
  msgid "Save Changes"
5141
  msgstr "Änderungen speichern"
5142
 
5143
+ #: ../../admin/wp-slimstat-admin.php:986
5144
  msgid "Definitions"
5145
  msgstr "Definitionen"
5146
 
5147
+ #: ../../admin/wp-slimstat-admin.php:989
5148
  msgid "Pageview"
5149
  msgstr "Seitenaufrufe"
5150
 
5151
+ #: ../../admin/wp-slimstat-admin.php:989
5152
  #, fuzzy
5153
  msgid ""
5154
  "A request to load a single HTML file (\"page\"). This should be contrasted "
5159
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
5160
  "wird."
5161
 
5162
+ #: ../../admin/wp-slimstat-admin.php:990
5163
  msgid "(Human) Visit"
5164
  msgstr "Echte Besuche"
5165
 
5166
+ #: ../../admin/wp-slimstat-admin.php:990
5167
  msgid ""
5168
  "A period of interaction between a visitor's browser and your website, ending "
5169
  "when the browser is closed or when the user has been inactive on that site "
5173
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
5174
  "lang nicht auf der Website aktiv war"
5175
 
5176
+ #: ../../admin/wp-slimstat-admin.php:991
5177
  msgid ""
5178
  "Any user who has left a comment on your blog, and is thus identified by "
5179
  "Wordpress as a returning visitor"
5181
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
5182
  "damit als wiederkehrender Besucher erkannt wird."
5183
 
5184
+ #: ../../admin/wp-slimstat-admin.php:992
5185
  msgid "Unique IP"
5186
  msgstr "Eindeutige IPs"
5187
 
5188
+ #: ../../admin/wp-slimstat-admin.php:992
5189
  msgid ""
5190
  "Used to differentiate between multiple requests to download a file from one "
5191
  "internet address (IP) and requests originating from many distinct addresses; "
5197
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
5198
  "perfekt."
5199
 
5200
+ #: ../../admin/wp-slimstat-admin.php:993
5201
  msgid ""
5202
  "the originating IP address of a client connecting to a web server through an "
5203
  "HTTP proxy or load balancer"
5205
  "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
5206
  "oder Load Balancer mit dem Server verbunden hat."
5207
 
5208
+ #: ../../admin/wp-slimstat-admin.php:994
5209
  msgid "Direct Traffic"
5210
  msgstr "Direkter Besuch"
5211
 
5212
+ #: ../../admin/wp-slimstat-admin.php:994
5213
  msgid ""
5214
  "All those people showing up to your Web site by typing in the URL of your "
5215
  "Web site coming or from a bookmark; some people also call this \"default "
5219
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
5220
  "traffic\" genannt."
5221
 
5222
+ #: ../../admin/wp-slimstat-admin.php:995
5223
  msgid "Search Engine"
5224
  msgstr "Suchmaschinen"
5225
 
5226
+ #: ../../admin/wp-slimstat-admin.php:995
5227
  msgid ""
5228
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
5229
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
5231
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
5232
  "bezahlter (PPC/SEM) Traffic enthalten."
5233
 
5234
+ #: ../../admin/wp-slimstat-admin.php:996
5235
+ #: ../../admin/wp-slimstat-admin.php:1012
5236
  msgid "Keywords used by your visitors to find your website on a search engine"
5237
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
5238
 
5239
+ #: ../../admin/wp-slimstat-admin.php:997
5240
  msgid "SERP"
5241
  msgstr "SERP"
5242
 
5243
+ #: ../../admin/wp-slimstat-admin.php:997
5244
  msgid ""
5245
  "Short for search engine results page, the Web page that a search engine "
5246
  "returns with the results of its search. The value shown represents your rank "
5249
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
5250
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
5251
 
5252
+ #: ../../admin/wp-slimstat-admin.php:998
5253
  msgid ""
5254
  "Any program used for accessing a website; this includes browsers, robots, "
5255
  "spiders and any other program that was used to retrieve information from the "
5259
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
5260
  "Informationen von einer Website abruft."
5261
 
5262
+ #: ../../admin/wp-slimstat-admin.php:999
5263
  msgid ""
5264
  "A link from one domain to another is said to be outbound from its source "
5265
  "anchor and inbound to its target. This report lists all the links to other "
5268
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
5269
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
5270
 
5271
+ #: ../../admin/wp-slimstat-admin.php:1006
5272
  msgid "Basic Filters"
5273
  msgstr "Einfache Filter"
5274
 
5275
+ #: ../../admin/wp-slimstat-admin.php:1009
5276
  msgid "User agent (Firefox, Chrome, ...)"
5277
  msgstr "Browser (Firefox, Chrome ...)"
5278
 
5279
+ #: ../../admin/wp-slimstat-admin.php:1010
5280
  msgid "2-letter code (us, ru, de, it, ...)"
5281
  msgstr "Länder-Code (us, ru, de, it...)"
5282
 
5283
+ #: ../../admin/wp-slimstat-admin.php:1011
5284
  msgid "IP"
5285
  msgstr "IP"
5286
 
5287
+ #: ../../admin/wp-slimstat-admin.php:1011
5288
  msgid "Visitor's public IP address"
5289
  msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
5290
 
5291
+ #: ../../admin/wp-slimstat-admin.php:1013
5292
  msgid ""
5293
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
5294
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
5297
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
5298
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
5299
 
5300
+ #: ../../admin/wp-slimstat-admin.php:1014
5301
  msgid ""
5302
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
5303
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
5307
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
5308
  "target=\"_blank\">dieser Seite</a>"
5309
 
5310
+ #: ../../admin/wp-slimstat-admin.php:1015
5311
  msgid "URL accessed on your site"
5312
  msgstr "URL, die auf Ihrer Seite besucht wurde"
5313
 
5314
+ #: ../../admin/wp-slimstat-admin.php:1016
5315
  #, fuzzy
5316
  msgid "Complete address of the referrer page"
5317
  msgstr "Verweisende Seite &ouml;ffnen"
5318
 
5319
+ #: ../../admin/wp-slimstat-admin.php:1017
5320
  msgid ""
5321
  "Visitors' names according to the cookie set by Wordpress after they leave a "
5322
  "comment"
5324
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
5325
  "Kommentars anlegt"
5326
 
5327
+ #: ../../admin/wp-slimstat-admin.php:1025
5328
  msgid "Advanced Filters"
5329
  msgstr "Erweiterte Filter"
5330
 
5331
+ #: ../../admin/wp-slimstat-admin.php:1028
5332
  msgid "user agent version (9.0, 11, ...)"
5333
  msgstr "Browser-Version (9.0, 11, ...)"
5334
 
5335
+ #: ../../admin/wp-slimstat-admin.php:1029
5336
  msgid ""
5337
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
5338
  "all others"
5340
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
5341
  "anderen"
5342
 
5343
+ #: ../../admin/wp-slimstat-admin.php:1030
 
 
 
 
 
 
 
 
 
 
 
5344
  msgid ""
5345
  "this field is set to <em>[pre]</em> if the resource has been accessed "
5346
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5350
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5351
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
5352
 
5353
+ #: ../../admin/wp-slimstat-admin.php:1031
5354
  msgid "author associated to that post/page when the resource was accessed"
5355
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
5356
 
5357
+ #: ../../admin/wp-slimstat-admin.php:1032
5358
  msgid "ID of the category/term associated to the resource, when available"
5359
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
5360
 
5361
+ #: ../../admin/wp-slimstat-admin.php:1033
5362
  msgid "visitor's originating IP address, if available"
5363
  msgstr "IP-Adresse des Besuchers, falls bekannt"
5364
 
5365
+ #: ../../admin/wp-slimstat-admin.php:1034
5366
  msgid ""
5367
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5368
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
5375
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
5376
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
5377
 
5378
+ #: ../../admin/wp-slimstat-admin.php:1035
5379
+ msgid "Screen Resolution"
5380
+ msgstr "Bildschirm-Aufl&ouml;sung"
5381
+
5382
+ #: ../../admin/wp-slimstat-admin.php:1035
5383
  msgid "viewport width and height (1024x768, 800x600, ...)"
5384
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
5385
 
5386
+ #: ../../admin/wp-slimstat-admin.php:1036
5387
  msgid ""
5388
  "generally used in conjunction with <em>is not empty</em>, identifies human "
5389
  "visitors"
5391
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
5392
  "Besucher"
5393
 
5394
+ #: ../../admin/wp-slimstat-admin.php:1037
5395
  msgid "Date Filters"
5396
  msgstr "Datumsfilter"
5397
 
5398
+ #: ../../admin/wp-slimstat-admin.php:1037
5399
  msgid ""
5400
  "you can specify the timeframe by entering a number in the <em>interval</em> "
5401
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
5405
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
5406
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
5407
 
5408
+ #: ../../admin/wp-slimstat-admin.php:1038
5409
  msgid "SERP Position"
5410
  msgstr "Suchmaschinenrang"
5411
 
5412
+ #: ../../admin/wp-slimstat-admin.php:1038
5413
  msgid ""
5414
  "set the filter to Referer contains cd=N&, where N is the position you are "
5415
  "looking for"
5416
  msgstr ""
5417
  "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
5418
 
5419
+ #: ../../admin/wp-slimstat-admin.php:1065
5420
  msgid "Yes"
5421
  msgstr "Ja"
5422
 
5423
+ #: ../../admin/wp-slimstat-admin.php:1067
5424
  msgid "Site Specific"
5425
  msgstr ""
5426
 
5427
+ #: ../../wp-slimstat.php:207 ../../wp-slimstat.php:483
 
 
 
 
5428
  msgid "Pageview filtered by third-party code"
5429
  msgstr ""
5430
 
5431
+ #: ../../wp-slimstat.php:224
5432
  #, fuzzy
5433
  msgid "Malformed URL"
5434
  msgstr "Ignoriere Benutzer"
5435
 
5436
+ #: ../../wp-slimstat.php:243
5437
  msgid "Referrer is blacklisted"
5438
  msgstr ""
5439
 
5440
+ #: ../../wp-slimstat.php:321
5441
  msgid "Permalink is blacklisted"
5442
  msgstr ""
5443
 
5444
+ #: ../../wp-slimstat.php:332
5445
+ msgid "Empty or not supported IP address format (IPv6)"
5446
+ msgstr ""
 
5447
 
5448
+ #: ../../wp-slimstat.php:341
5449
  msgid "Logged in user not tracked"
5450
  msgstr ""
5451
 
5452
+ #: ../../wp-slimstat.php:349
5453
  msgid "User with given capability not tracked"
5454
  msgstr ""
5455
 
5456
+ #: ../../wp-slimstat.php:356
5457
+ #, fuzzy, php-format
5458
+ msgid "User %s is blacklisted"
5459
+ msgstr "Browser-F&auml;higkeiten"
5460
 
5461
+ #: ../../wp-slimstat.php:376
5462
+ #, fuzzy, php-format
5463
+ msgid "Spammer %s not tracked"
5464
+ msgstr "Bot oder Crawler"
5465
 
5466
+ #: ../../wp-slimstat.php:405
5467
+ #, fuzzy, php-format
5468
+ msgid "IP address %s is blacklisted"
5469
+ msgstr "Browser-F&auml;higkeiten"
5470
 
5471
+ #: ../../wp-slimstat.php:434
5472
+ #, fuzzy, php-format
5473
+ msgid "Country %s is blacklisted"
5474
+ msgstr "Browser-F&auml;higkeiten"
5475
 
5476
+ #: ../../wp-slimstat.php:443
5477
  msgid "Prefetch requests are ignored"
5478
  msgstr ""
5479
 
5480
+ #: ../../wp-slimstat.php:457
5481
  #, fuzzy
5482
  msgid "Bot not tracked"
5483
  msgstr "Bot oder Crawler"
5484
 
5485
+ #: ../../wp-slimstat.php:466
5486
+ #, fuzzy, php-format
5487
+ msgid "Browser %s is blacklisted"
5488
  msgstr "Browser-F&auml;higkeiten"
5489
 
5490
+ #: ../../wp-slimstat.php:1135
5491
+ msgid "Invalid payload string. Try clearing your WordPress cache."
 
 
 
 
 
5492
  msgstr ""
5493
 
5494
+ #: ../../wp-slimstat.php:1145
5495
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5496
  msgstr ""
5497
 
5498
+ #: ../../wp-slimstat.php:1266
 
 
 
 
5499
  #, fuzzy
5500
  msgid "There was an error downloading the MaxMind Geolite DB:"
5501
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5502
 
5503
+ #: ../../wp-slimstat.php:1274 ../../wp-slimstat.php:1283
5504
  #, fuzzy
5505
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5506
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5507
 
5508
+ #: ../../wp-slimstat.php:1278
5509
+ msgid "Function gzopen not defined. Aborting."
5510
+ msgstr ""
5511
+
5512
+ #: ../../wp-slimstat.php:1288
5513
  #, fuzzy
5514
+ msgid "There was an error opening the unzipped MaxMind Geolite DB."
5515
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5516
 
5517
+ #, fuzzy
5518
+ #~ msgid "Enable Tracking"
5519
+ #~ msgstr "Verfolgung aktivieren"
5520
+
5521
+ #, fuzzy
5522
+ #~ msgid "Javascript"
5523
+ #~ msgstr "Tracking per JavaScript"
5524
+
5525
+ #~ msgid "Asynchronous Views"
5526
+ #~ msgstr "Asynchrone Anzeige"
5527
+
5528
+ #, fuzzy
5529
+ #~ msgid ""
5530
+ #~ "Load all the reports dynamically. It makes the reports render faster, but "
5531
+ #~ "it increases the load on your server."
5532
+ #~ msgstr ""
5533
+ #~ "Benutzen Sie Ajax um die Statistiken nachzuladen. Dadurch erscheinen die "
5534
+ #~ "Seiten schneller, jedoch entsteht mehr Last auf dem Server."
5535
+
5536
+ #, fuzzy
5537
+ #~ msgid "All the archived records were successfully restored."
5538
+ #~ msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
5539
+
5540
+ #, fuzzy
5541
+ #~ msgid "Are you sure you want to restore all the archived pageviews?"
5542
+ #~ msgstr ""
5543
+ #~ "Sie wollen die gesamte Infomationen über die Besuche und Aufrufe auf "
5544
+ #~ "Ihrer Webseite löschen. Sind Sie sicher?"
5545
+
5546
+ #, fuzzy
5547
+ #~ msgid "Restore Archive"
5548
+ #~ msgstr "Lösche Seitenaufrufe, wo"
5549
+
5550
+ # Austria
5551
+ #, fuzzy
5552
+ #~ msgid "at"
5553
+ #~ msgstr "&Ouml;sterreich"
5554
+
5555
+ #~ msgid "Your report here"
5556
+ #~ msgstr "Deine Auswertung hier"
5557
+
5558
+ #, fuzzy
5559
+ #~ msgid ""
5560
+ #~ "Yes, you can! Create and view your personalized analytics for Slimstat. "
5561
+ #~ "Just write a new plugin that retrieves the desired information from the "
5562
+ #~ "database and then hook it to the action <code>wp_slimstat_custom_report</"
5563
+ #~ "code>. For more information, visit my <a href=\"http://wordpress.org/tags/"
5564
+ #~ "wp-slimstat?forum_id=10\" target=\"_blank\">support forum</a>."
5565
+ #~ msgstr ""
5566
+ #~ "Yes, you can! Erstellen Sie Ihre eigene Auswertung f&uuml;r WP SlimStat. "
5567
+ #~ "Sie brauchen nur ein neues Plugin zu schreiben, dass die gew&uuml;nschten "
5568
+ #~ "Daten aus der Datenbank liest. Ein kleines Demo-Plugin finden Sie in der "
5569
+ #~ "Installationsdatei. Dieses zeigt Ihnen, wie Sie in 5 Minuten einen "
5570
+ #~ "eigenen Report erstellen k&ouml;nnen. Sie finden es im Plugin-"
5571
+ #~ "Verzeichnis: <code>wp-slimstat-custom-report-demo.php</code>. F&uuml;r "
5572
+ #~ "weitere Informationen dazu besuchen Sie mein <a href=\"http://lab."
5573
+ #~ "duechiacchiere.it/\" title=\"WP SlimStat Support-Forum\" target=\"_blank"
5574
+ #~ "\">Support-Forum</a>."
5575
+
5576
+ #~ msgid "Average Pageviews per Visit"
5577
+ #~ msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
5578
+
5579
+ #, fuzzy
5580
+ #~ msgid ""
5581
+ #~ "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link "
5582
+ #~ "in the page was clicked.<br>- <em>ID:xx</em> is shown when the "
5583
+ #~ "corresponding link has an ID attribute associated to it."
5584
+ #~ msgstr ""
5585
+ #~ "<strong>Linkdetails</strong><br>- <em>A:n</em> heißt, dass der n-te Link "
5586
+ #~ "der Seite angeklickt wurde.<br>- <em>ID:xx</em> wird gezeigt, wenn dem "
5587
+ #~ "betreffenden Link ein ID-Attribute zugewiesen wurde."
5588
+
5589
+ #~ msgid ""
5590
+ #~ "This report lists any <em>event</em> occurred on your website. Please "
5591
+ #~ "refer to the FAQ for more information on how to leverage this "
5592
+ #~ "functionality."
5593
+ #~ msgstr ""
5594
+ #~ "Dieses Auswertung listet jedes <em>Ereignis</em> welches auf der Website "
5595
+ #~ "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere "
5596
+ #~ "Informationen zur Verwendung dieser Funktionalit&auml;t nach."
5597
+
5598
+ #~ msgid "Domain"
5599
+ #~ msgstr "Dom&auml;ne"
5600
+
5601
+ #~ msgid "Color Depth"
5602
+ #~ msgstr "Farbtiefe"
5603
+
5604
+ #~ msgid "CSS Version"
5605
+ #~ msgstr "CSS Version"
5606
+
5607
+ #~ msgid "Pageviews (chart)"
5608
+ #~ msgstr "Seitenaufrufe (Diagramm)"
5609
+
5610
+ #~ msgid "Human Visits (chart)"
5611
+ #~ msgstr "Echte Besucher (Diagramm)"
5612
+
5613
+ #~ msgid "Traffic Sources (chart)"
5614
+ #~ msgstr "Traffic-Ursprung (Diagramm)"
5615
+
5616
+ #~ msgid "Spy View"
5617
+ #~ msgstr "Aktuelle Seitenaufrufe"
5618
+
5619
+ #~ msgid "Recent Events"
5620
+ #~ msgstr "Letzte Ereignisse"
5621
+
5622
+ #~ msgid "Top Feeds"
5623
+ #~ msgstr "Top-Feeds"
5624
+
5625
+ #, fuzzy
5626
+ #~ msgid "Rcent Exit Pages"
5627
+ #~ msgstr "Letzte Absprungseiten"
5628
+
5629
+ #, fuzzy
5630
+ #~ msgid "Top OutLinks and Downloads"
5631
+ #~ msgstr "Top-Downloads"
5632
+
5633
+ #~ msgid "Daily %s"
5634
+ #~ msgstr "Täglich %s"
5635
+
5636
+ #~ msgid "%s Minute by Minute"
5637
+ #~ msgstr "%s Minute zu Minute"
5638
+
5639
+ #~ msgid "Hourly %s"
5640
+ #~ msgstr "Stündlich %s"
5641
+
5642
+ #~ msgid "Monthly %s"
5643
+ #~ msgstr "Monatlich %s"
5644
+
5645
+ #~ msgid "Search for"
5646
+ #~ msgstr "Suche nach"
5647
+
5648
+ #~ msgid "Source"
5649
+ #~ msgstr "Ursprung"
5650
+
5651
+ #~ msgid "Keywords"
5652
+ #~ msgstr "Suchbegriffe"
5653
+
5654
+ #, fuzzy
5655
+ #~ msgid "Filter results where resource equals %s"
5656
+ #~ msgstr "Ergebnisse filtern, wo die Ressource %s ist"
5657
+
5658
+ #, fuzzy
5659
+ #~ msgid "Link Details"
5660
+ #~ msgstr "Details"
5661
+
5662
+ #~ msgid "Total Pageviews"
5663
+ #~ msgstr "Gesamte Seitenaufrufe"
5664
+
5665
+ #~ msgid "Last 5 minutes"
5666
+ #~ msgstr "Letzte 5 Minuten"
5667
+
5668
+ #~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
5669
+ #~ msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
5670
+
5671
+ #~ msgid ""
5672
+ #~ "what CSS standard was supported by that browser (1, 2, 3 and other "
5673
+ #~ "integer values)"
5674
+ #~ msgstr ""
5675
+ #~ "Vom Browser unterstützter CSS standard (1, 2, 3 und andere ganze Zahlen)"
5676
+
5677
+ #, fuzzy
5678
+ #~ msgid "Empty IP Address"
5679
+ #~ msgstr "IP-Adresse"
5680
+
5681
+ #, fuzzy
5682
+ #~ msgid "Database not ready"
5683
+ #~ msgstr "Datenbankinformation"
5684
+
5685
  #~ msgid "Views"
5686
  #~ msgstr "Letzte Aufrufe"
5687
 
5709
  #~ msgid "Performance"
5710
  #~ msgstr "Leistung"
5711
 
 
 
 
 
 
 
5712
  #~ msgid "Average Pageviews per Visit (chart)"
5713
  #~ msgstr "Durchschnittl. Seitenaufrufe pro Besuch (Diagramm)"
5714
 
6840
  #~ msgid "Hourly Traffic Sources"
6841
  #~ msgstr "St&;ndliche Traffic Ursprung"
6842
 
 
 
 
6843
  #~ msgid ""
6844
  #~ "A bot is a program that operates as an agent for a user or another "
6845
  #~ "program or simulates a human activity. Browsers with Javascript disabled "
6850
  #~ "Browser mit abgeschaltetem JavaScript (aber deren 'User Agent' g&uuml;"
6851
  #~ "ltig ist) werden nicht als 'Bots' gez&auml;hlt."
6852
 
 
 
 
6853
  #~ msgid "Last Month"
6854
  #~ msgstr "letzter Monat"
6855
 
6859
  #~ msgid "Filter results where private IP equals %s"
6860
  #~ msgstr "Ergebnisse filtern nach privater IP %s"
6861
 
 
 
 
6862
  #~ msgid "Raw Data"
6863
  #~ msgstr "Rohdaten"
6864
 
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: 2015-04-17 20:30-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"
@@ -27,13 +27,13 @@ msgid ""
27
  "again later."
28
  msgstr ""
29
 
30
- #: ../../admin/config/addons.php:31 ../../admin/config/index.php:9
31
- #: ../../admin/wp-slimstat-admin.php:592 ../../admin/wp-slimstat-admin.php:607
32
- #: ../../wp-slimstat.php:1476
33
  msgid "Add-ons"
34
  msgstr ""
35
 
36
- #: ../../admin/config/addons.php:32
37
  msgid ""
38
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
39
  "offer both free and premium (paid) extensions. Each add-on can be installed "
@@ -43,18 +43,18 @@ msgid ""
43
  "when you purchased it."
44
  msgstr ""
45
 
46
- #: ../../admin/config/addons.php:36
47
  #, php-format
48
  msgid ""
49
- "This list is cached daily on your server: <a href=\"%s&amp;force_refresh=true"
50
  "\">click here</a> to clear the cache."
51
  msgstr ""
52
 
53
- #: ../../admin/config/addons.php:45
54
  msgid "Add-on"
55
  msgstr ""
56
 
57
- #: ../../admin/config/addons.php:45
58
  msgid "Description"
59
  msgstr ""
60
 
@@ -62,62 +62,79 @@ msgstr ""
62
  msgid "General"
63
  msgstr ""
64
 
65
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:47
66
- #: ../../admin/config/index.php:146
67
  msgid "Reports"
68
  msgstr ""
69
 
70
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:73
71
  msgid "Filters"
72
  msgstr ""
73
 
74
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:144
75
  msgid "Permissions"
76
  msgstr ""
77
 
78
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:221
79
  msgid "Advanced"
80
  msgstr ""
81
 
82
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:252
83
  msgid "Maintenance"
84
  msgstr ""
85
 
86
- #: ../../admin/config/index.php:14 ../../admin/config/index.php:151
87
- #: ../../admin/wp-slimstat-admin.php:633 ../../admin/wp-slimstat-admin.php:635
88
- #: ../../wp-slimstat.php:1479
89
  msgid "Settings"
90
  msgstr ""
91
 
92
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:226
93
  msgid "Tracker"
94
  msgstr ""
95
 
96
  #: ../../admin/config/index.php:21
97
- msgid "Enable Tracking"
98
  msgstr ""
99
 
100
  #: ../../admin/config/index.php:21
101
  msgid "Turn the tracker on or off, but keep the reports accessible."
102
  msgstr ""
103
 
 
 
 
 
 
 
 
 
104
  #: ../../admin/config/index.php:22
105
- msgid "Monitor Admin Pages"
106
  msgstr ""
107
 
108
  #: ../../admin/config/index.php:22
109
  msgid "Enable this option to track your users' activity within the admin."
110
  msgstr ""
111
 
 
 
 
 
 
 
 
 
112
  #: ../../admin/config/index.php:23
113
- msgid "Enable Spy Mode"
114
  msgstr ""
115
 
116
  #: ../../admin/config/index.php:23
117
  msgid ""
118
  "Collect information about screen resolutions, outbound links, downloads, "
119
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
120
- "regardless of which value you set for this option."
 
121
  msgstr ""
122
 
123
  #: ../../admin/config/index.php:24
@@ -126,19 +143,19 @@ msgstr ""
126
 
127
  #: ../../admin/config/index.php:24
128
  msgid ""
129
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
130
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
131
- "much like Google Analytics, and visitors whose browser does not support "
132
  "Javascript will be ignored. A nice side effect is that <strong>most "
133
  "spammers, search engines and other crawlers</strong> will not be tracked."
134
  msgstr ""
135
 
136
  #: ../../admin/config/index.php:24
137
- msgid "Javascript"
138
  msgstr ""
139
 
140
  #: ../../admin/config/index.php:24
141
- msgid "Server-side"
142
  msgstr ""
143
 
144
  #: ../../admin/config/index.php:26
@@ -164,7 +181,7 @@ msgid "Admin Bar"
164
  msgstr ""
165
 
166
  #: ../../admin/config/index.php:28
167
- msgid "Add Stats to Posts and Pages"
168
  msgstr ""
169
 
170
  #: ../../admin/config/index.php:28
@@ -174,80 +191,100 @@ msgid ""
174
  msgstr ""
175
 
176
  #: ../../admin/config/index.php:29
177
- msgid "Interval"
178
  msgstr ""
179
 
180
  #: ../../admin/config/index.php:29
181
  msgid ""
 
 
 
 
 
 
 
 
 
 
182
  "Enter the time range, in days, that should be used to calculate the value "
183
  "here above."
184
  msgstr ""
185
 
186
- #: ../../admin/config/index.php:30
187
  msgid "Report Type"
188
  msgstr ""
189
 
190
- #: ../../admin/config/index.php:30
191
  msgid ""
192
  "Select what kind of information you would like to see displayed on the Posts "
193
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
194
  "IPs consider only one hit per user in the given time range."
195
  msgstr ""
196
 
197
- #: ../../admin/config/index.php:30 ../../admin/view/index.php:173
198
- #: ../../admin/view/wp-slimstat-reports.php:850
199
- #: ../../admin/view/wp-slimstat-reports.php:952
200
- #: ../../admin/view/wp-slimstat-reports.php:1175
201
  msgid "Pageviews"
202
  msgstr ""
203
 
204
- #: ../../admin/config/index.php:30
205
- #: ../../admin/view/wp-slimstat-reports.php:856
206
- #: ../../admin/view/wp-slimstat-reports.php:871
207
- #: ../../admin/view/wp-slimstat-reports.php:1175
208
- #: ../../admin/view/wp-slimstat-reports.php:1179
209
- #: ../../admin/view/wp-slimstat-reports.php:1183
210
  msgid "Unique IPs"
211
  msgstr ""
212
 
213
  #: ../../admin/config/index.php:32
 
 
 
 
 
 
 
 
 
 
 
214
  msgid "Database"
215
  msgstr ""
216
 
217
- #: ../../admin/config/index.php:33
218
  msgid "Retain data for"
219
  msgstr ""
220
 
221
- #: ../../admin/config/index.php:33
222
  msgid ""
223
  "Clean-up log entries older than the number of days specified here above. "
224
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
225
  "regardless of its age."
226
  msgstr ""
227
 
228
- #: ../../admin/config/index.php:33
229
  msgid "Next clean-up on"
230
  msgstr ""
231
 
232
- #: ../../admin/config/index.php:33
233
  #, php-format
234
  msgid ""
235
  "Entries logged on or before %s will be archived or deleted according to the "
236
  "option here below."
237
  msgstr ""
238
 
239
- #: ../../admin/config/index.php:33 ../../admin/view/index.php:102
240
- #: ../../admin/view/wp-slimstat-db-new.php:70
241
- #: ../../admin/view/wp-slimstat-db.php:75
242
- #: ../../admin/view/wp-slimstat-reports.php:838
243
  msgid "days"
244
  msgstr ""
245
 
246
- #: ../../admin/config/index.php:34
247
  msgid "Delete records"
248
  msgstr ""
249
 
250
- #: ../../admin/config/index.php:34
251
  msgid ""
252
  "If DB space is not an issue, you can decide to archive older records in "
253
  "another table, instead of deleting them. This way performance is preserved, "
@@ -257,182 +294,172 @@ msgid ""
257
  "is uninstalled. Make sure to backup your data before you proceed."
258
  msgstr ""
259
 
260
- #: ../../admin/config/index.php:49
261
  msgid "Formats and Conversions"
262
  msgstr ""
263
 
264
- #: ../../admin/config/index.php:50
265
  msgid "Number Format"
266
  msgstr ""
267
 
268
- #: ../../admin/config/index.php:50
269
  msgid "Choose the number format you want to use for your reports."
270
  msgstr ""
271
 
272
- #: ../../admin/config/index.php:51
273
  msgid "Date Format"
274
  msgstr ""
275
 
276
- #: ../../admin/config/index.php:51
277
  msgid ""
278
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
279
  "Format</a> to use when displaying a pageview's date."
280
  msgstr ""
281
 
282
- #: ../../admin/config/index.php:52
283
  msgid "Time Format"
284
  msgstr ""
285
 
286
- #: ../../admin/config/index.php:52
287
  msgid ""
288
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
289
  "Format</a> to use when displaying a pageview's time."
290
  msgstr ""
291
 
292
- #: ../../admin/config/index.php:53
293
  msgid "Use Display Name"
294
  msgstr ""
295
 
296
- #: ../../admin/config/index.php:53
297
  msgid ""
298
  "By default, users are listed by their usernames. Use this option to "
299
  "visualize their display names instead."
300
  msgstr ""
301
 
302
- #: ../../admin/config/index.php:54
303
- msgid "Use Post Titles"
304
  msgstr ""
305
 
306
- #: ../../admin/config/index.php:54
307
  msgid ""
308
- "Slimstat converts your permalinks into post and page titles. Disable this "
309
- "feature if you need to see the URL in your reports."
310
  msgstr ""
311
 
312
- #: ../../admin/config/index.php:55
313
  msgid "Convert IP Addresses"
314
  msgstr ""
315
 
316
- #: ../../admin/config/index.php:55
317
  msgid "Display provider names instead of IP addresses."
318
  msgstr ""
319
 
320
- #: ../../admin/config/index.php:57
321
  msgid "Functionality"
322
  msgstr ""
323
 
324
- #: ../../admin/config/index.php:58
325
- msgid "Asynchronous Views"
326
- msgstr ""
327
-
328
- #: ../../admin/config/index.php:58
329
- msgid ""
330
- "Load all the reports dynamically. It makes the reports render faster, but it "
331
- "increases the load on your server."
332
- msgstr ""
333
-
334
- #: ../../admin/config/index.php:59
335
  msgid "SlimScroll"
336
  msgstr ""
337
 
338
- #: ../../admin/config/index.php:59
339
  msgid ""
340
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
341
  "scrollbar."
342
  msgstr ""
343
 
344
- #: ../../admin/config/index.php:60
345
  msgid "Expand Details"
346
  msgstr ""
347
 
348
- #: ../../admin/config/index.php:60
349
  msgid "Expand each row's details by default, insted of on mousehover."
350
  msgstr ""
351
 
352
- #: ../../admin/config/index.php:61 ../../admin/config/index.php:65
353
  msgid "Rows to Display"
354
  msgstr ""
355
 
356
- #: ../../admin/config/index.php:61
357
  msgid "Specify the number of items in each report."
358
  msgstr ""
359
 
360
- #: ../../admin/config/index.php:63
361
  msgid "Activity Log"
362
  msgstr ""
363
 
364
- #: ../../admin/config/index.php:64
365
  msgid "Live Stream"
366
  msgstr ""
367
 
368
- #: ../../admin/config/index.php:64
369
  msgid ""
370
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
371
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
372
  msgstr ""
373
 
374
- #: ../../admin/config/index.php:64 ../../admin/config/index.php:228
375
  msgid "seconds"
376
  msgstr ""
377
 
378
- #: ../../admin/config/index.php:65
379
  msgid "Specify the number of items in the Activity Log."
380
  msgstr ""
381
 
382
- #: ../../admin/config/index.php:68 ../../admin/config/index.php:95
383
- #: ../../admin/config/index.php:245 ../../admin/config/maintenance.php:385
384
  msgid "Miscellaneous"
385
  msgstr ""
386
 
387
- #: ../../admin/config/index.php:69
388
  msgid "Show User Agent"
389
  msgstr ""
390
 
391
- #: ../../admin/config/index.php:69
392
  msgid ""
393
  "Choose if you want to see the browser name or a complete user agent string "
394
  "when hovering on browser icons."
395
  msgstr ""
396
 
397
- #: ../../admin/config/index.php:70
398
  msgid "Enable SOV"
399
  msgstr ""
400
 
401
- #: ../../admin/config/index.php:70
402
  msgid ""
403
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
404
  "the subject, object, and verb of a sentence appear in that order, like in "
405
  "Japanese."
406
  msgstr ""
407
 
408
- #: ../../admin/config/index.php:75
409
  msgid "Visitors and Known Users"
410
  msgstr ""
411
 
412
- #: ../../admin/config/index.php:76
413
  msgid "Track Registered Users"
414
  msgstr ""
415
 
416
- #: ../../admin/config/index.php:76
417
  msgid "Enable this option to track logged in users."
418
  msgstr ""
419
 
420
- #: ../../admin/config/index.php:77
421
  msgid "Blacklist by Username"
422
  msgstr ""
423
 
424
- #: ../../admin/config/index.php:77
425
  msgid ""
426
  "List all the usernames you don't want to track, separated by commas. Please "
427
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
428
  "sensitive."
429
  msgstr ""
430
 
431
- #: ../../admin/config/index.php:78
432
  msgid "Blacklist by IP Address"
433
  msgstr ""
434
 
435
- #: ../../admin/config/index.php:78
436
  msgid ""
437
  "List all the IP addresses you don't want to track, separated by commas. Each "
438
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -441,26 +468,26 @@ msgid ""
441
  "public IP and the originating IP, if available."
442
  msgstr ""
443
 
444
- #: ../../admin/config/index.php:79
445
  msgid "Blacklist by Capability"
446
  msgstr ""
447
 
448
- #: ../../admin/config/index.php:79
449
  msgid ""
450
  "Users having at least one of the <a href='http://codex.wordpress.org/"
451
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
452
  "will not be tracked. Capabilities are case-insensitive."
453
  msgstr ""
454
 
455
- #: ../../admin/config/index.php:81
456
  msgid "Profiling"
457
  msgstr ""
458
 
459
- #: ../../admin/config/index.php:82
460
  msgid "Ignore Spammers"
461
  msgstr ""
462
 
463
- #: ../../admin/config/index.php:82
464
  msgid ""
465
  "Enable this option if you don't want to track visits from users identified "
466
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -468,23 +495,23 @@ msgid ""
468
  "database."
469
  msgstr ""
470
 
471
- #: ../../admin/config/index.php:83
472
  msgid "Ignore Bots"
473
  msgstr ""
474
 
475
- #: ../../admin/config/index.php:83
476
  msgid ""
477
  "Turn on this feature if you want to have the accuracy level of server-side "
478
  "tracking, but not the inconvenience of getting your database clogged with "
479
  "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
480
- "note that in Javascript Mode, bots are ignored regardless of this setting."
481
  msgstr ""
482
 
483
- #: ../../admin/config/index.php:84
484
  msgid "Permalinks"
485
  msgstr ""
486
 
487
- #: ../../admin/config/index.php:84
488
  msgid ""
489
  "List all the URLs on your website that you don't want to track, separated by "
490
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -495,21 +522,21 @@ msgid ""
495
  "case-insensitive."
496
  msgstr ""
497
 
498
- #: ../../admin/config/index.php:85
499
  msgid "Countries"
500
  msgstr ""
501
 
502
- #: ../../admin/config/index.php:85
503
  msgid ""
504
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
505
  "track, separated by commas."
506
  msgstr ""
507
 
508
- #: ../../admin/config/index.php:86
509
  msgid "User Agents"
510
  msgstr ""
511
 
512
- #: ../../admin/config/index.php:86
513
  msgid ""
514
  "Browsers (user agents) you don't want to track, separated by commas. You can "
515
  "specify the browser's version adding a slash after the name (i.e. "
@@ -519,11 +546,11 @@ msgid ""
519
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
520
  msgstr ""
521
 
522
- #: ../../admin/config/index.php:87
523
  msgid "Referring Sites"
524
  msgstr ""
525
 
526
- #: ../../admin/config/index.php:87
527
  msgid ""
528
  "Referring URLs that you don't want to track, separated by commas: "
529
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -533,36 +560,36 @@ msgid ""
533
  "https://)."
534
  msgstr ""
535
 
536
- #: ../../admin/config/index.php:89
537
  msgid "Internal and Outbound Links"
538
  msgstr ""
539
 
540
- #: ../../admin/config/index.php:90
541
  msgid "Track Outbound Clicks"
542
  msgstr ""
543
 
544
- #: ../../admin/config/index.php:90
545
  msgid ""
546
  "Track when your visitors click on link to external websites. This option "
547
  "required Spy Mode to be enabled."
548
  msgstr ""
549
 
550
- #: ../../admin/config/index.php:91
551
  msgid "Track Coordinates"
552
  msgstr ""
553
 
554
- #: ../../admin/config/index.php:91
555
  msgid ""
556
  "Collect mouse coordinates and other information for clicks on internal "
557
  "links. Strongly recommended if you're using the heatmap add-on. By default, "
558
  "this information is only collected for external links."
559
  msgstr ""
560
 
561
- #: ../../admin/config/index.php:92
562
  msgid "No Callback"
563
  msgstr ""
564
 
565
- #: ../../admin/config/index.php:92
566
  msgid ""
567
  "Track the event but do not invoke the callback function on links marked with "
568
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
@@ -570,61 +597,61 @@ msgid ""
570
  "prevent conflicts with lightbox and similar libraries."
571
  msgstr ""
572
 
573
- #: ../../admin/config/index.php:93
574
  msgid "Do Not Track"
575
  msgstr ""
576
 
577
- #: ../../admin/config/index.php:93
578
  msgid ""
579
  "Do not track links marked with one of these class names, <em>rel</em> "
580
  "attributes or whose <em>href</em> attribute contains one of these strings "
581
  "(separated by comma)."
582
  msgstr ""
583
 
584
- #: ../../admin/config/index.php:96
585
  msgid "Enable Privacy Mode"
586
  msgstr ""
587
 
588
- #: ../../admin/config/index.php:96
589
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
590
  msgstr ""
591
 
592
- #: ../../admin/config/index.php:97
593
  msgid "Ignore Prefetch Requests"
594
  msgstr ""
595
 
596
- #: ../../admin/config/index.php:97
597
  msgid ""
598
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
599
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
600
  "target='_blank'>Link Prefetching functionality</a>."
601
  msgstr ""
602
 
603
- #: ../../admin/config/index.php:113
604
  msgid "Ignore users (username not found)"
605
  msgstr ""
606
 
607
- #: ../../admin/config/index.php:136
608
  msgid ""
609
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
610
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
611
  msgstr ""
612
 
613
- #: ../../admin/config/index.php:147
614
  msgid "Restrict Authors"
615
  msgstr ""
616
 
617
- #: ../../admin/config/index.php:147
618
  msgid ""
619
  "Enable this option if you want your authors to only see stats related to "
620
  "their own content."
621
  msgstr ""
622
 
623
- #: ../../admin/config/index.php:148 ../../admin/config/index.php:152
624
  msgid "Capability"
625
  msgstr ""
626
 
627
- #: ../../admin/config/index.php:148
628
  msgid ""
629
  "Specify the minimum <a href='http://codex.wordpress.org/"
630
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -634,18 +661,18 @@ msgid ""
634
  "In this case, the list has precedence over the capability."
635
  msgstr ""
636
 
637
- #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
638
  msgid "Whitelist"
639
  msgstr ""
640
 
641
- #: ../../admin/config/index.php:149
642
  msgid ""
643
  "List all the users who should have access to the reports, separated by "
644
  "commas. Administrators are implicitly allowed, so you don't need to list "
645
  "them in here. Usernames are case sensitive."
646
  msgstr ""
647
 
648
- #: ../../admin/config/index.php:152
649
  msgid ""
650
  "Specify the minimum <a href='http://codex.wordpress.org/"
651
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -653,72 +680,72 @@ msgid ""
653
  "can be used to override this option for specific users."
654
  msgstr ""
655
 
656
- #: ../../admin/config/index.php:153
657
  msgid ""
658
  "List all the users who can edit these options, separated by commas. Please "
659
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
660
  "not forget to include yourself! Usernames are case sensitive."
661
  msgstr ""
662
 
663
- #: ../../admin/config/index.php:169
664
  msgid "Read access: username not found"
665
  msgstr ""
666
 
667
- #: ../../admin/config/index.php:182 ../../admin/config/index.php:213
668
  msgid ""
669
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
670
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
671
  "information"
672
  msgstr ""
673
 
674
- #: ../../admin/config/index.php:200
675
  msgid "Config access: username not found"
676
  msgstr ""
677
 
678
- #: ../../admin/config/index.php:227
679
  msgid "Detect Smoothing"
680
  msgstr ""
681
 
682
- #: ../../admin/config/index.php:227
683
  msgid ""
684
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
685
  "This option required Spy Mode to be enabled."
686
  msgstr ""
687
 
688
- #: ../../admin/config/index.php:228
689
  msgid "Session Duration"
690
  msgstr ""
691
 
692
- #: ../../admin/config/index.php:228
693
  msgid ""
694
  "How many seconds should a human session last? Google Analytics sets it to "
695
  "1800 seconds."
696
  msgstr ""
697
 
698
- #: ../../admin/config/index.php:229
699
  msgid "Extend Session"
700
  msgstr ""
701
 
702
- #: ../../admin/config/index.php:229
703
  msgid "Extend the duration of a session each time the user visits a new page."
704
  msgstr ""
705
 
706
- #: ../../admin/config/index.php:230
707
  msgid "Enable CDN"
708
  msgstr ""
709
 
710
- #: ../../admin/config/index.php:230
711
  msgid ""
712
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
713
  "by serving our tracking code from their fast and reliable network (free "
714
  "service)."
715
  msgstr ""
716
 
717
- #: ../../admin/config/index.php:231
718
  msgid "Extensions to Track"
719
  msgstr ""
720
 
721
- #: ../../admin/config/index.php:231
722
  msgid ""
723
  "List all the file extensions that you want to be treated as Downloads. "
724
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -727,21 +754,21 @@ msgid ""
727
  "below."
728
  msgstr ""
729
 
730
- #: ../../admin/config/index.php:233
731
  msgid "External Pages"
732
  msgstr ""
733
 
734
- #: ../../admin/config/index.php:234
735
  msgid ""
736
  "Add the following code to all the non-WP pages you want to track, right "
737
  "before the closing BODY tag"
738
  msgstr ""
739
 
740
- #: ../../admin/config/index.php:244
741
  msgid "Allow External Domains"
742
  msgstr ""
743
 
744
- #: ../../admin/config/index.php:244
745
  msgid ""
746
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
747
  "header is present on the requested resource, when using the external "
@@ -752,27 +779,27 @@ msgid ""
752
  "security implications of allowing CORS requests."
753
  msgstr ""
754
 
755
- #: ../../admin/config/index.php:246
756
  msgid "Debug Mode"
757
  msgstr ""
758
 
759
- #: ../../admin/config/index.php:246
760
  msgid "Display the SQL queries used to retrieve the data."
761
  msgstr ""
762
 
763
- #: ../../admin/config/index.php:247
764
  msgid "IP Lookup"
765
  msgstr ""
766
 
767
- #: ../../admin/config/index.php:247
768
  msgid "Customize the Geolocation service to be used in the reports."
769
  msgstr ""
770
 
771
- #: ../../admin/config/index.php:248
772
  msgid "Custom CSS"
773
  msgstr ""
774
 
775
- #: ../../admin/config/index.php:248
776
  msgid ""
777
  "Paste here your custom stylesheet to personalize the way your reports look. "
778
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -781,11 +808,11 @@ msgid ""
781
  "a> for more information on how to use this setting."
782
  msgstr ""
783
 
784
- #: ../../admin/config/index.php:249
785
  msgid "Enable UAN"
786
  msgstr ""
787
 
788
- #: ../../admin/config/index.php:249
789
  msgid ""
790
  "Send anonymous data about user agents to our server for analysis. This "
791
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -794,29 +821,29 @@ msgid ""
794
  "ads network. No worries, your site will not be affected in any way."
795
  msgstr ""
796
 
797
- #: ../../admin/config/maintenance.php:17
798
  msgid ""
799
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
800
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
801
  msgstr ""
802
 
803
- #: ../../admin/config/maintenance.php:25
804
  msgid "Indexing has been disabled. Enjoy the extra database space!"
805
  msgstr ""
806
 
807
- #: ../../admin/config/maintenance.php:36
808
  msgid "records deleted from your database."
809
  msgstr ""
810
 
811
- #: ../../admin/config/maintenance.php:41
812
  msgid "The geolocation database has been uninstalled from your server."
813
  msgstr ""
814
 
815
- #: ../../admin/config/maintenance.php:51
816
  msgid "The geolocation database has been installed on your server."
817
  msgstr ""
818
 
819
- #: ../../admin/config/maintenance.php:159
820
  msgid ""
821
  "Your data was successfully imported. You may now drop the old tables: "
822
  "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
@@ -825,49 +852,45 @@ msgid ""
825
  "delete the old tables."
826
  msgstr ""
827
 
828
- #: ../../admin/config/maintenance.php:169
829
- msgid "All the archived records were successfully restored."
830
- msgstr ""
831
-
832
- #: ../../admin/config/maintenance.php:174
833
  msgid "Your reports were successfully restored to their default arrangement."
834
  msgstr ""
835
 
836
- #: ../../admin/config/maintenance.php:187
837
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
838
  msgstr ""
839
 
840
- #: ../../admin/config/maintenance.php:193
841
  msgid "All the archived records were successfully deleted."
842
  msgstr ""
843
 
844
- #: ../../admin/config/maintenance.php:201
845
  msgid "All the records were successfully deleted."
846
  msgstr ""
847
 
848
- #: ../../admin/config/maintenance.php:226
849
  msgid "MaxMind IP to Country"
850
  msgstr ""
851
 
852
- #: ../../admin/config/maintenance.php:232
853
  msgid ""
854
  "Do you want to download and install the geolocation database from MaxMind's "
855
  "server?"
856
  msgstr ""
857
 
858
- #: ../../admin/config/maintenance.php:232
859
  msgid "Install GeoLite DB"
860
  msgstr ""
861
 
862
- #: ../../admin/config/maintenance.php:235
863
  msgid "Do you want to uninstall the geolocation database?"
864
  msgstr ""
865
 
866
- #: ../../admin/config/maintenance.php:235
867
  msgid "Uninstall GeoLite DB"
868
  msgstr ""
869
 
870
- #: ../../admin/config/maintenance.php:239
871
  msgid ""
872
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
873
  "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
@@ -877,237 +900,218 @@ msgid ""
877
  "enable this functionality."
878
  msgstr ""
879
 
880
- #: ../../admin/config/maintenance.php:244
881
  msgid "Database Information"
882
  msgstr ""
883
 
884
- #: ../../admin/config/maintenance.php:247
885
  msgid "Engine"
886
  msgstr ""
887
 
888
- #: ../../admin/config/maintenance.php:251
889
  msgid "switch to InnoDB"
890
  msgstr ""
891
 
892
- #: ../../admin/config/maintenance.php:262
 
893
  msgid "records"
894
  msgstr ""
895
 
896
- #: ../../admin/config/maintenance.php:267
897
  msgid "Data Maintenance"
898
  msgstr ""
899
 
900
- #: ../../admin/config/maintenance.php:270
901
  msgid "Delete pageviews where"
902
  msgstr ""
903
 
904
- #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:16
905
  msgid "equals"
906
  msgstr ""
907
 
908
- #: ../../admin/config/maintenance.php:285 ../../admin/view/index.php:17
909
  msgid "is not equal to"
910
  msgstr ""
911
 
912
- #: ../../admin/config/maintenance.php:286 ../../admin/view/index.php:18
913
  msgid "contains"
914
  msgstr ""
915
 
916
- #: ../../admin/config/maintenance.php:287 ../../admin/view/index.php:19
917
  msgid "is included in"
918
  msgstr ""
919
 
920
- #: ../../admin/config/maintenance.php:288 ../../admin/view/index.php:20
921
  msgid "does not contain"
922
  msgstr ""
923
 
924
- #: ../../admin/config/maintenance.php:289 ../../admin/view/index.php:21
925
  msgid "starts with"
926
  msgstr ""
927
 
928
- #: ../../admin/config/maintenance.php:290 ../../admin/view/index.php:22
929
  msgid "ends with"
930
  msgstr ""
931
 
932
- #: ../../admin/config/maintenance.php:291 ../../admin/view/index.php:23
933
  msgid "sounds like"
934
  msgstr ""
935
 
936
- #: ../../admin/config/maintenance.php:292 ../../admin/view/index.php:24
937
  msgid "is greater than"
938
  msgstr ""
939
 
940
- #: ../../admin/config/maintenance.php:293 ../../admin/view/index.php:25
941
  msgid "is less than"
942
  msgstr ""
943
 
944
- #: ../../admin/config/maintenance.php:294 ../../admin/view/index.php:27
945
  msgid "matches"
946
  msgstr ""
947
 
948
- #: ../../admin/config/maintenance.php:295 ../../admin/view/index.php:28
949
  msgid "does not match"
950
  msgstr ""
951
 
952
- #: ../../admin/config/maintenance.php:296 ../../admin/view/index.php:29
953
  msgid "is empty"
954
  msgstr ""
955
 
956
- #: ../../admin/config/maintenance.php:297 ../../admin/view/index.php:30
957
  msgid "is not empty"
958
  msgstr ""
959
 
960
- #: ../../admin/config/maintenance.php:300 ../../admin/view/index.php:42
961
  #: ../../admin/view/index.php:105
962
  msgid "Apply"
963
  msgstr ""
964
 
965
- #: ../../admin/config/maintenance.php:301
966
  msgid ""
967
  "Are you sure you want to PERMANENTLY delete these records from your database?"
968
  msgstr ""
969
 
970
- #: ../../admin/config/maintenance.php:308
971
  msgid ""
972
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
973
  "database?"
974
  msgstr ""
975
 
976
- #: ../../admin/config/maintenance.php:308
977
  msgid "Delete All Records"
978
  msgstr ""
979
 
980
- #: ../../admin/config/maintenance.php:311
981
  msgid ""
982
  "Erase all the information collected so far by Slimstat, including the "
983
  "archive. This operation <strong>does not</strong> reset your settings."
984
  msgstr ""
985
 
986
- #: ../../admin/config/maintenance.php:317
987
- msgid "Are you sure you want to restore all the archived pageviews?"
988
- msgstr ""
989
-
990
- #: ../../admin/config/maintenance.php:317
991
- msgid "Restore Archive"
992
- msgstr ""
993
-
994
- #: ../../admin/config/maintenance.php:320
995
- msgid ""
996
- "Move all the archived pageviews back to the main Slimstat table. Please note "
997
- "that, unless you disabled the daily purge, this data will be archived again "
998
- "at the next scheduled clean-up."
999
- msgstr ""
1000
-
1001
- #: ../../admin/config/maintenance.php:326
1002
  msgid ""
1003
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1004
  "archive?"
1005
  msgstr ""
1006
 
1007
- #: ../../admin/config/maintenance.php:326
1008
  msgid "Delete Archive"
1009
  msgstr ""
1010
 
1011
- #: ../../admin/config/maintenance.php:329
1012
  msgid "Erase all the archived records. This operation cannot be undone."
1013
  msgstr ""
1014
 
1015
- #: ../../admin/config/maintenance.php:335
1016
  msgid "Improve Performance"
1017
  msgstr ""
1018
 
1019
- #: ../../admin/config/maintenance.php:339
1020
  msgid ""
1021
  "Please note that you will need about 30% more DB space to store the extra "
1022
  "information required."
1023
  msgstr ""
1024
 
1025
- #: ../../admin/config/maintenance.php:343
1026
  msgid "Save DB Space"
1027
  msgstr ""
1028
 
1029
- #: ../../admin/config/maintenance.php:346
1030
  msgid ""
1031
  "Please note that by removing table indexes, Slimstat's performance will be "
1032
  "affected."
1033
  msgstr ""
1034
 
1035
- #: ../../admin/config/maintenance.php:353
1036
  msgid ""
1037
  "Hold on tight, we are about to import all your old data. Are you sure you "
1038
  "want to proceed?"
1039
  msgstr ""
1040
 
1041
- #: ../../admin/config/maintenance.php:353
1042
  msgid "Import old data"
1043
  msgstr ""
1044
 
1045
- #: ../../admin/config/maintenance.php:356
1046
  msgid ""
1047
  "Import all the records from the old table structure. No data will be deleted "
1048
  "from your database."
1049
  msgstr ""
1050
 
1051
- #: ../../admin/config/maintenance.php:360
1052
  msgid "Import and Export"
1053
  msgstr ""
1054
 
1055
- #: ../../admin/config/maintenance.php:364
1056
  msgid ""
1057
  "Here below you can find the current configuration string for Slimstat. You "
1058
  "can update your settings by pasting a new string inside the text area and "
1059
  "clicking the Import button."
1060
  msgstr ""
1061
 
1062
- #: ../../admin/config/maintenance.php:369
1063
  msgid "Import"
1064
  msgstr ""
1065
 
1066
- #: ../../admin/config/maintenance.php:370
1067
  msgid "Are you sure you want to OVERWRITE your current settings?"
1068
  msgstr ""
1069
 
1070
- #: ../../admin/config/maintenance.php:375
1071
  msgid "Debugging"
1072
  msgstr ""
1073
 
1074
- #: ../../admin/config/maintenance.php:378
1075
  msgid "Tracker Error Code"
1076
  msgstr ""
1077
 
1078
- #: ../../admin/config/maintenance.php:380
1079
  msgid "recorded on"
1080
  msgstr ""
1081
 
1082
- # Austria
1083
- #: ../../admin/config/maintenance.php:380
1084
- msgid "at"
1085
- msgstr "Austria"
1086
-
1087
- #: ../../admin/config/maintenance.php:380
1088
  msgid "No Errors so far"
1089
  msgstr ""
1090
 
1091
- #: ../../admin/config/maintenance.php:381
1092
  msgid ""
1093
  "The information here above is useful to troubleshoot issues with the "
1094
  "tracker. Please include this code when sending a support request."
1095
  msgstr ""
1096
 
1097
- #: ../../admin/config/maintenance.php:388
1098
  msgid "Reset Reports"
1099
  msgstr ""
1100
 
1101
- #: ../../admin/config/maintenance.php:391
1102
  msgid ""
1103
  "Are you sure you want to restore the default arrangement of your reports?"
1104
  msgstr ""
1105
 
1106
- #: ../../admin/config/maintenance.php:391
1107
  msgid "No Panic Button"
1108
  msgstr ""
1109
 
1110
- #: ../../admin/config/maintenance.php:392
1111
  msgid ""
1112
  "Reset the default arrangement of your reports. Helpful when, for some "
1113
  "reason, reports disappear from your panels or something doesn't look right "
@@ -1339,1209 +1343,1221 @@ msgid "p-chr"
1339
  msgstr "Chrome OS"
1340
 
1341
  #: ../../admin/lang/dynamic_strings.php:59
 
 
 
 
1342
  msgid "p-fre"
1343
  msgstr "Linux FreeBSD"
1344
 
1345
- #: ../../admin/lang/dynamic_strings.php:60
1346
  msgid "p-ios"
1347
  msgstr "Apple iOS"
1348
 
1349
- #: ../../admin/lang/dynamic_strings.php:61
1350
  msgid "p-jav"
1351
  msgstr "Java-based OS"
1352
 
1353
- #: ../../admin/lang/dynamic_strings.php:62
1354
  msgid "p-lin"
1355
  msgstr "Linux"
1356
 
1357
- #: ../../admin/lang/dynamic_strings.php:63
1358
  msgid "p-mac"
1359
  msgstr "Apple"
1360
 
1361
- #: ../../admin/lang/dynamic_strings.php:64
 
 
 
 
1362
  msgid "p-sym"
1363
  msgstr "Symbian OS"
1364
 
1365
- #: ../../admin/lang/dynamic_strings.php:65
 
 
 
 
1366
  msgid "p-unk"
1367
  msgstr "Unknown"
1368
 
1369
- #: ../../admin/lang/dynamic_strings.php:66
1370
  msgid "p-win"
1371
  msgstr "Microsoft"
1372
 
1373
- #: ../../admin/lang/dynamic_strings.php:67
1374
  msgid "powertv"
1375
  msgstr "PowerTV"
1376
 
1377
- #: ../../admin/lang/dynamic_strings.php:68
1378
  msgid "acrobat"
1379
  msgstr "Acrobat Reader"
1380
 
1381
- #: ../../admin/lang/dynamic_strings.php:69
1382
  msgid "director"
1383
  msgstr "Macromedia Director"
1384
 
1385
- #: ../../admin/lang/dynamic_strings.php:70
1386
  msgid "flash"
1387
  msgstr "Adobe Flash Player"
1388
 
1389
- #: ../../admin/lang/dynamic_strings.php:71
1390
  msgid "mediaplayer"
1391
  msgstr "Microsoft Media Player"
1392
 
1393
- #: ../../admin/lang/dynamic_strings.php:72
1394
  msgid "quicktime"
1395
  msgstr "QuickTime"
1396
 
1397
- #: ../../admin/lang/dynamic_strings.php:73
1398
  msgid "real"
1399
  msgstr "Real Player"
1400
 
1401
- #: ../../admin/lang/dynamic_strings.php:74
1402
  msgid "silverlight"
1403
  msgstr "Microsoft Silverlight"
1404
 
1405
  # Afrikaans
1406
- #: ../../admin/lang/dynamic_strings.php:75
1407
  msgid "l-af"
1408
  msgstr "Afrikaans"
1409
 
1410
  # Afrikaans
1411
- #: ../../admin/lang/dynamic_strings.php:76
1412
  msgid "l-af-za"
1413
  msgstr "Afrikaans (South Africa)"
1414
 
1415
  # Arabic
1416
- #: ../../admin/lang/dynamic_strings.php:77
1417
  msgid "l-ar"
1418
  msgstr "Arabic"
1419
 
1420
  # Arabic
1421
- #: ../../admin/lang/dynamic_strings.php:78
1422
  msgid "l-ar-ae"
1423
  msgstr "Arabic (U.A.E.)"
1424
 
1425
  # Arabic
1426
- #: ../../admin/lang/dynamic_strings.php:79
1427
  msgid "l-ar-bh"
1428
  msgstr "Arabic (Bahrain)"
1429
 
1430
  # Arabic
1431
- #: ../../admin/lang/dynamic_strings.php:80
1432
  msgid "l-ar-dz"
1433
  msgstr "Arabic (Algeria)"
1434
 
1435
  # Arabic
1436
- #: ../../admin/lang/dynamic_strings.php:81
1437
  msgid "l-ar-eg"
1438
  msgstr "Arabic (Egypt)"
1439
 
1440
  # Arabic
1441
- #: ../../admin/lang/dynamic_strings.php:82
1442
  msgid "l-ar-iq"
1443
  msgstr "Arabic (Iraq)"
1444
 
1445
  # Arabic
1446
- #: ../../admin/lang/dynamic_strings.php:83
1447
  msgid "l-ar-jo"
1448
  msgstr "Arabic (Jordan)"
1449
 
1450
  # Arabic
1451
- #: ../../admin/lang/dynamic_strings.php:84
1452
  msgid "l-ar-kw"
1453
  msgstr "Arabic (Kuwait)"
1454
 
1455
  # Arabic
1456
- #: ../../admin/lang/dynamic_strings.php:85
1457
  msgid "l-ar-lb"
1458
  msgstr "Arabic (Lebanon)"
1459
 
1460
  # Arabic
1461
- #: ../../admin/lang/dynamic_strings.php:86
1462
  msgid "l-ar-ly"
1463
  msgstr "Arabic (Libya)"
1464
 
1465
  # Arabic
1466
- #: ../../admin/lang/dynamic_strings.php:87
1467
  msgid "l-ar-ma"
1468
  msgstr "Arabic (Morocco)"
1469
 
1470
  # Arabic
1471
- #: ../../admin/lang/dynamic_strings.php:88
1472
  msgid "l-ar-om"
1473
  msgstr "Arabic (Oman)"
1474
 
1475
  # Arabic
1476
- #: ../../admin/lang/dynamic_strings.php:89
1477
  msgid "l-ar-qa"
1478
  msgstr "Arabic (Qatar)"
1479
 
1480
  # Arabic
1481
- #: ../../admin/lang/dynamic_strings.php:90
1482
  msgid "l-ar-sa"
1483
  msgstr "Arabic (Saudi Arabia)"
1484
 
1485
  # Arabic
1486
- #: ../../admin/lang/dynamic_strings.php:91
1487
  msgid "l-ar-sy"
1488
  msgstr "Arabic (Syria)"
1489
 
1490
  # Arabic
1491
- #: ../../admin/lang/dynamic_strings.php:92
1492
  msgid "l-ar-tn"
1493
  msgstr "Arabic (Tunisia)"
1494
 
1495
  # Arabic
1496
- #: ../../admin/lang/dynamic_strings.php:93
1497
  msgid "l-ar-ye"
1498
  msgstr "Arabic (Yemen)"
1499
 
1500
  # Azerbaijani
1501
- #: ../../admin/lang/dynamic_strings.php:94
1502
  msgid "l-az"
1503
  msgstr "Azerbaijani"
1504
 
1505
  # Azerbaijani
1506
- #: ../../admin/lang/dynamic_strings.php:95
1507
  msgid "l-az-az"
1508
  msgstr "Azeri (Latin)"
1509
 
1510
  # Belarusian
1511
- #: ../../admin/lang/dynamic_strings.php:96
1512
  msgid "l-be"
1513
  msgstr "Belarusian"
1514
 
1515
  # Belarusian
1516
- #: ../../admin/lang/dynamic_strings.php:97
1517
  msgid "l-be-by"
1518
  msgstr "Belarusian (Belarus)"
1519
 
1520
  # Bulgarian
1521
- #: ../../admin/lang/dynamic_strings.php:98
1522
  msgid "l-bg"
1523
  msgstr "Bulgarian"
1524
 
1525
  # Bulgarian
1526
- #: ../../admin/lang/dynamic_strings.php:99
1527
  msgid "l-bg-bg"
1528
  msgstr "Bulgarian (Bulgaria)"
1529
 
1530
  # Bosnian
1531
- #: ../../admin/lang/dynamic_strings.php:100
1532
  msgid "l-bs-ba"
1533
  msgstr "Bosnian"
1534
 
1535
  # Catalan; Valencian
1536
- #: ../../admin/lang/dynamic_strings.php:101
1537
  msgid "l-ca"
1538
  msgstr "Catalan"
1539
 
1540
  # Catalan; Valencian
1541
- #: ../../admin/lang/dynamic_strings.php:102
1542
  msgid "l-ca-es"
1543
  msgstr "Catalan; Valencian"
1544
 
1545
  # Czech
1546
- #: ../../admin/lang/dynamic_strings.php:103
1547
  msgid "l-cs"
1548
  msgstr "Czech"
1549
 
1550
  # Czech
1551
- #: ../../admin/lang/dynamic_strings.php:104
1552
  msgid "l-cs-cz"
1553
  msgstr "Czech (Czech Republic)"
1554
 
1555
  # Welsh
1556
- #: ../../admin/lang/dynamic_strings.php:105
1557
  msgid "l-cy"
1558
  msgstr "Welsh"
1559
 
1560
  # Welsh
1561
- #: ../../admin/lang/dynamic_strings.php:106
1562
  msgid "l-cy-gb"
1563
  msgstr "Welsh (UK)"
1564
 
1565
  # Danish
1566
- #: ../../admin/lang/dynamic_strings.php:107
1567
  msgid "l-da"
1568
  msgstr "Danish"
1569
 
1570
  # Danish
1571
- #: ../../admin/lang/dynamic_strings.php:108
1572
  msgid "l-da-dk"
1573
  msgstr "Danish (Denmark)"
1574
 
1575
  # German
1576
- #: ../../admin/lang/dynamic_strings.php:109
1577
  msgid "l-de"
1578
  msgstr "German"
1579
 
1580
  # German
1581
- #: ../../admin/lang/dynamic_strings.php:110
1582
  msgid "l-de-at"
1583
  msgstr "German (Austria)"
1584
 
1585
  # German
1586
- #: ../../admin/lang/dynamic_strings.php:111
1587
  msgid "l-de-ch"
1588
  msgstr "German (Switzerland)"
1589
 
1590
  # German
1591
- #: ../../admin/lang/dynamic_strings.php:112
1592
  msgid "l-de-de"
1593
  msgstr "German (Germany)"
1594
 
1595
  # German
1596
- #: ../../admin/lang/dynamic_strings.php:113
1597
  msgid "l-de-li"
1598
  msgstr "German (Liechtenstein)"
1599
 
1600
  # German
1601
- #: ../../admin/lang/dynamic_strings.php:114
1602
  msgid "l-de-lu"
1603
  msgstr "German (Luxembourg)"
1604
 
1605
  # Dhivehi; Divehi; Maldivian
1606
- #: ../../admin/lang/dynamic_strings.php:115
1607
  msgid "l-dv"
1608
  msgstr "Dhivehi; Divehi; Maldivian"
1609
 
1610
  # Dhivehi; Divehi; Maldivian
1611
- #: ../../admin/lang/dynamic_strings.php:116
1612
  msgid "l-dv-mv"
1613
  msgstr "Maldivian"
1614
 
1615
  # Modern Greek (1453-)
1616
- #: ../../admin/lang/dynamic_strings.php:117
1617
  msgid "l-el"
1618
  msgstr "Greek"
1619
 
1620
  # Modern Greek (1453-)
1621
- #: ../../admin/lang/dynamic_strings.php:118
1622
  msgid "l-el-gr"
1623
  msgstr "Greek (Greece)"
1624
 
1625
  # English
1626
- #: ../../admin/lang/dynamic_strings.php:119
1627
  msgid "l-en"
1628
  msgstr "English"
1629
 
1630
  # English
1631
- #: ../../admin/lang/dynamic_strings.php:120
1632
  msgid "l-en-au"
1633
  msgstr "English (Australia)"
1634
 
1635
  # English
1636
- #: ../../admin/lang/dynamic_strings.php:121
1637
  msgid "l-en-bz"
1638
  msgstr "English (Belize)"
1639
 
1640
  # English
1641
- #: ../../admin/lang/dynamic_strings.php:122
1642
  msgid "l-en-ca"
1643
  msgstr "English (Canada)"
1644
 
1645
  # English
1646
- #: ../../admin/lang/dynamic_strings.php:123
1647
  msgid "l-en-cb"
1648
  msgstr "English (Caribbean)"
1649
 
1650
  # English
1651
- #: ../../admin/lang/dynamic_strings.php:124
1652
  msgid "l-en-gb"
1653
  msgstr "English (Great Britain)"
1654
 
1655
  # English
1656
- #: ../../admin/lang/dynamic_strings.php:125
1657
  msgid "l-en-ie"
1658
  msgstr "English (Ireland)"
1659
 
1660
  # English
1661
- #: ../../admin/lang/dynamic_strings.php:126
1662
  msgid "l-en-jm"
1663
  msgstr "English (Jamaica)"
1664
 
1665
  # English
1666
- #: ../../admin/lang/dynamic_strings.php:127
1667
  msgid "l-en-nz"
1668
  msgstr "English (New Zealand)"
1669
 
1670
  # English
1671
- #: ../../admin/lang/dynamic_strings.php:128
1672
  msgid "l-en-ph"
1673
  msgstr "English (Philippines)"
1674
 
1675
  # English
1676
- #: ../../admin/lang/dynamic_strings.php:129
1677
  msgid "l-en-tt"
1678
  msgstr "English (Trinidad and Tobago)"
1679
 
1680
  # English
1681
- #: ../../admin/lang/dynamic_strings.php:130
1682
  msgid "l-en-us"
1683
  msgstr "English (USA)"
1684
 
1685
  # English
1686
- #: ../../admin/lang/dynamic_strings.php:131
1687
  msgid "l-en-za"
1688
  msgstr "English (South Africa)"
1689
 
1690
  # English
1691
- #: ../../admin/lang/dynamic_strings.php:132
1692
  msgid "l-en-zw"
1693
  msgstr "English (Zimbabwe)"
1694
 
1695
  # Esperanto
1696
- #: ../../admin/lang/dynamic_strings.php:133
1697
  msgid "l-eo"
1698
  msgstr "Esperanto"
1699
 
1700
  # Spanish; Castilian
1701
- #: ../../admin/lang/dynamic_strings.php:134
1702
  msgid "l-es"
1703
  msgstr "Spanish"
1704
 
1705
  # Spanish; Castilian
1706
- #: ../../admin/lang/dynamic_strings.php:135
1707
  msgid "l-es-ar"
1708
  msgstr "Spanish (Argentina)"
1709
 
1710
  # Spanish; Castilian
1711
- #: ../../admin/lang/dynamic_strings.php:136
1712
  msgid "l-es-bo"
1713
  msgstr "Spanish (Bolivia)"
1714
 
1715
  # Spanish; Castilian
1716
- #: ../../admin/lang/dynamic_strings.php:137
1717
  msgid "l-es-cl"
1718
  msgstr "Spanish (Chile)"
1719
 
1720
  # Spanish; Castilian
1721
- #: ../../admin/lang/dynamic_strings.php:138
1722
  msgid "l-es-co"
1723
  msgstr "Spanish (Colombia)"
1724
 
1725
  # Spanish; Castilian
1726
- #: ../../admin/lang/dynamic_strings.php:139
1727
  msgid "l-es-cr"
1728
  msgstr "Spanish (Costa Rica)"
1729
 
1730
  # Spanish; Castilian
1731
- #: ../../admin/lang/dynamic_strings.php:140
1732
  msgid "l-es-do"
1733
  msgstr "Spanish (Dominican Republic)"
1734
 
1735
  # Spanish; Castilian
1736
- #: ../../admin/lang/dynamic_strings.php:141
1737
  msgid "l-es-ec"
1738
  msgstr "Spanish (Ecuador)"
1739
 
1740
  # Spanish; Castilian
1741
- #: ../../admin/lang/dynamic_strings.php:142
1742
  msgid "l-es-es"
1743
  msgstr "Spanish (Spain)"
1744
 
1745
  # Spanish; Castilian
1746
- #: ../../admin/lang/dynamic_strings.php:143
1747
  msgid "l-es-gt"
1748
  msgstr "Spanish (Guatemala)"
1749
 
1750
  # Spanish; Castilian
1751
- #: ../../admin/lang/dynamic_strings.php:144
1752
  msgid "l-es-hn"
1753
  msgstr "Spanish (Honduras)"
1754
 
1755
  # Spanish; Castilian
1756
- #: ../../admin/lang/dynamic_strings.php:145
1757
  msgid "l-es-mx"
1758
  msgstr "Spanish (Mexico)"
1759
 
1760
  # Spanish; Castilian
1761
- #: ../../admin/lang/dynamic_strings.php:146
1762
  msgid "l-es-ni"
1763
  msgstr "Spanish (Nicaragua)"
1764
 
1765
  # Spanish; Castilian
1766
- #: ../../admin/lang/dynamic_strings.php:147
1767
  msgid "l-es-pa"
1768
  msgstr "Spanish (Panama)"
1769
 
1770
  # Spanish; Castilian
1771
- #: ../../admin/lang/dynamic_strings.php:148
1772
  msgid "l-es-pe"
1773
  msgstr "Spanish (Peru)"
1774
 
1775
  # Spanish; Castilian
1776
- #: ../../admin/lang/dynamic_strings.php:149
1777
  msgid "l-es-pr"
1778
  msgstr "Spanish (Puerto Rico)"
1779
 
1780
  # Spanish; Castilian
1781
- #: ../../admin/lang/dynamic_strings.php:150
1782
  msgid "l-es-py"
1783
  msgstr "Spanish (Paraguay)"
1784
 
1785
  # Spanish; Castilian
1786
- #: ../../admin/lang/dynamic_strings.php:151
1787
  msgid "l-es-sv"
1788
  msgstr "Spanish (El Salvador)"
1789
 
1790
  # Spanish; Castilian
1791
- #: ../../admin/lang/dynamic_strings.php:152
1792
  msgid "l-es-uy"
1793
  msgstr "Spanish (Uruguay)"
1794
 
1795
  # Spanish; Castilian
1796
- #: ../../admin/lang/dynamic_strings.php:153
1797
  msgid "l-es-ve"
1798
  msgstr "Spanish (Venezuela)"
1799
 
1800
  # Estonian
1801
- #: ../../admin/lang/dynamic_strings.php:154
1802
  msgid "l-et"
1803
  msgstr "Estonian"
1804
 
1805
  # Estonian
1806
- #: ../../admin/lang/dynamic_strings.php:155
1807
  msgid "l-et-ee"
1808
  msgstr "Estonian (Estonia)"
1809
 
1810
  # Basque
1811
- #: ../../admin/lang/dynamic_strings.php:156
1812
  msgid "l-eu"
1813
  msgstr "Basque"
1814
 
1815
  # Basque
1816
- #: ../../admin/lang/dynamic_strings.php:157
1817
  msgid "l-eu-es"
1818
  msgstr "Basque (Spain)"
1819
 
1820
  # Persian
1821
- #: ../../admin/lang/dynamic_strings.php:158
1822
  msgid "l-fa"
1823
  msgstr "Persian"
1824
 
1825
  # Persian
1826
- #: ../../admin/lang/dynamic_strings.php:159
1827
  msgid "l-fa-ir"
1828
  msgstr "Persian (Iran)"
1829
 
1830
  # Finnish
1831
- #: ../../admin/lang/dynamic_strings.php:160
1832
  msgid "l-fi"
1833
  msgstr "Finnish"
1834
 
1835
  # Finnish
1836
- #: ../../admin/lang/dynamic_strings.php:161
1837
  msgid "l-fi-fi"
1838
  msgstr "Finnish (Finland)"
1839
 
1840
  # Faroese
1841
- #: ../../admin/lang/dynamic_strings.php:162
1842
  msgid "l-fo"
1843
  msgstr "Faroese"
1844
 
1845
  # Faroese
1846
- #: ../../admin/lang/dynamic_strings.php:163
1847
  msgid "l-fo-fo"
1848
  msgstr "Faroese (Faroe Islands)"
1849
 
1850
  # French
1851
- #: ../../admin/lang/dynamic_strings.php:164
1852
  msgid "l-fr"
1853
  msgstr "French"
1854
 
1855
  # French
1856
- #: ../../admin/lang/dynamic_strings.php:165
1857
  msgid "l-fr-be"
1858
  msgstr "French (Belgium)"
1859
 
1860
  # French
1861
- #: ../../admin/lang/dynamic_strings.php:166
1862
  msgid "l-fr-ca"
1863
  msgstr "French (Canada)"
1864
 
1865
  # French
1866
- #: ../../admin/lang/dynamic_strings.php:167
1867
  msgid "l-fr-ch"
1868
  msgstr "French (Switzerland)"
1869
 
1870
  # French
1871
- #: ../../admin/lang/dynamic_strings.php:168
1872
  msgid "l-fr-fr"
1873
  msgstr "French (France)"
1874
 
1875
  # French
1876
- #: ../../admin/lang/dynamic_strings.php:169
1877
  msgid "l-fr-lu"
1878
  msgstr "French (Luxembourg)"
1879
 
1880
  # French
1881
- #: ../../admin/lang/dynamic_strings.php:170
1882
  msgid "l-fr-mc"
1883
  msgstr "French (Monaco)"
1884
 
1885
  # Galician
1886
- #: ../../admin/lang/dynamic_strings.php:171
1887
  msgid "l-gl"
1888
  msgstr "Galician"
1889
 
1890
  # Spanish; Castilian
1891
- #: ../../admin/lang/dynamic_strings.php:172
1892
  msgid "l-gl-es"
1893
  msgstr "Galician (Spain)"
1894
 
1895
  # Gujarati
1896
- #: ../../admin/lang/dynamic_strings.php:173
1897
  msgid "l-gu"
1898
  msgstr "Gujarati"
1899
 
1900
  # Gujarati
1901
- #: ../../admin/lang/dynamic_strings.php:174
1902
  msgid "l-gu-in"
1903
  msgstr "Gujarati (India)"
1904
 
1905
  # Hebrew
1906
- #: ../../admin/lang/dynamic_strings.php:175
1907
  msgid "l-he"
1908
  msgstr "Hebrew"
1909
 
1910
  # Hebrew
1911
- #: ../../admin/lang/dynamic_strings.php:176
1912
  msgid "l-he-il"
1913
  msgstr "Hebrew (Israel)"
1914
 
1915
  # Hindi
1916
- #: ../../admin/lang/dynamic_strings.php:177
1917
  msgid "l-hi"
1918
  msgstr "Hindi"
1919
 
1920
  # Hindi
1921
- #: ../../admin/lang/dynamic_strings.php:178
1922
  msgid "l-hi-in"
1923
  msgstr "Hindi (India)"
1924
 
1925
  # Croatian
1926
- #: ../../admin/lang/dynamic_strings.php:179
1927
  msgid "l-hr"
1928
  msgstr "Croatian"
1929
 
1930
  # Croatian
1931
- #: ../../admin/lang/dynamic_strings.php:180
1932
  msgid "l-hr-ba"
1933
  msgstr "Croatian (Bosnia)"
1934
 
1935
  # Croatian
1936
- #: ../../admin/lang/dynamic_strings.php:181
1937
  msgid "l-hr-hr"
1938
  msgstr "Croatian (Croatia)"
1939
 
1940
  # Hungarian
1941
- #: ../../admin/lang/dynamic_strings.php:182
1942
  msgid "l-hu"
1943
  msgstr "Hungarian"
1944
 
1945
  # Hungarian
1946
- #: ../../admin/lang/dynamic_strings.php:183
1947
  msgid "l-hu-hu"
1948
  msgstr "Hungarian (Hungary)"
1949
 
1950
  # Armenian
1951
- #: ../../admin/lang/dynamic_strings.php:184
1952
  msgid "l-hy"
1953
  msgstr "Armenian"
1954
 
1955
  # Armenian
1956
- #: ../../admin/lang/dynamic_strings.php:185
1957
  msgid "l-hy-am"
1958
  msgstr "Armenian (Armenia)"
1959
 
1960
- #: ../../admin/lang/dynamic_strings.php:186
1961
  msgid "l-id"
1962
  msgstr ""
1963
 
1964
- #: ../../admin/lang/dynamic_strings.php:187
1965
  msgid "l-id-id"
1966
  msgstr ""
1967
 
1968
  # Icelandic
1969
- #: ../../admin/lang/dynamic_strings.php:188
1970
  msgid "l-is"
1971
  msgstr "Icelandic"
1972
 
1973
  # Icelandic
1974
- #: ../../admin/lang/dynamic_strings.php:189
1975
  msgid "l-is-is"
1976
  msgstr "Icelandic (Iceland)"
1977
 
1978
  # Italian
1979
- #: ../../admin/lang/dynamic_strings.php:190
1980
  msgid "l-it"
1981
  msgstr "Italian"
1982
 
1983
  # Italian
1984
- #: ../../admin/lang/dynamic_strings.php:191
1985
  msgid "l-it-ch"
1986
  msgstr "Italian (Switzerland)"
1987
 
1988
  # Italian
1989
- #: ../../admin/lang/dynamic_strings.php:192
1990
  msgid "l-it-it"
1991
  msgstr "Italian (Italy)"
1992
 
1993
  # Japanese
1994
- #: ../../admin/lang/dynamic_strings.php:193
1995
  msgid "l-ja"
1996
  msgstr "Japanese"
1997
 
1998
  # Japanese
1999
- #: ../../admin/lang/dynamic_strings.php:194
2000
  msgid "l-ja-jp"
2001
  msgstr "Japanese (Japan)"
2002
 
2003
  # Georgian
2004
- #: ../../admin/lang/dynamic_strings.php:195
2005
  msgid "l-ka"
2006
  msgstr "Georgian"
2007
 
2008
  # Georgian
2009
- #: ../../admin/lang/dynamic_strings.php:196
2010
  msgid "l-ka-ge"
2011
  msgstr "Georgian (Georgia)"
2012
 
2013
  # Kazakh
2014
- #: ../../admin/lang/dynamic_strings.php:197
2015
  msgid "l-kk"
2016
  msgstr "Kazakh"
2017
 
2018
  # Kazakh
2019
- #: ../../admin/lang/dynamic_strings.php:198
2020
  msgid "l-kk-kz"
2021
  msgstr "Kazakh (Kazakhstan)"
2022
 
2023
  # Kannada
2024
- #: ../../admin/lang/dynamic_strings.php:199
2025
  msgid "l-kn"
2026
  msgstr "Kannada"
2027
 
2028
  # Kannada
2029
- #: ../../admin/lang/dynamic_strings.php:200
2030
  msgid "l-kn-in"
2031
  msgstr "Kannada (India)"
2032
 
2033
  # Korean
2034
- #: ../../admin/lang/dynamic_strings.php:201
2035
  msgid "l-ko"
2036
  msgstr "Korean"
2037
 
2038
  # Korean
2039
- #: ../../admin/lang/dynamic_strings.php:202
2040
  msgid "l-ko-kr"
2041
  msgstr "Korean (Korea)"
2042
 
2043
  # Korean
2044
- #: ../../admin/lang/dynamic_strings.php:203
2045
  msgid "l-kok"
2046
  msgstr "Konkani"
2047
 
2048
  # Korean
2049
- #: ../../admin/lang/dynamic_strings.php:204
2050
  msgid "l-kok-in"
2051
  msgstr "Konkani (India)"
2052
 
2053
  # Kirghiz; Kyrgyz
2054
- #: ../../admin/lang/dynamic_strings.php:205
2055
  msgid "l-ky"
2056
  msgstr "Kirghiz"
2057
 
2058
  # Kirghiz; Kyrgyz
2059
- #: ../../admin/lang/dynamic_strings.php:206
2060
  msgid "l-ky-kg"
2061
  msgstr "Kirghiz (Kazakhstan)"
2062
 
2063
  # Lithuanian
2064
- #: ../../admin/lang/dynamic_strings.php:207
2065
  msgid "l-lt"
2066
  msgstr "Lithuanian"
2067
 
2068
  # Lithuanian
2069
- #: ../../admin/lang/dynamic_strings.php:208
2070
  msgid "l-lt-lt"
2071
  msgstr "Lithuanian (Lithuania)"
2072
 
2073
  # Latvian
2074
- #: ../../admin/lang/dynamic_strings.php:209
2075
  msgid "l-lv"
2076
  msgstr "Latvian"
2077
 
2078
  # Latvian
2079
- #: ../../admin/lang/dynamic_strings.php:210
2080
  msgid "l-lv-lv"
2081
  msgstr "Latvian (Latvia)"
2082
 
2083
  # Maori
2084
- #: ../../admin/lang/dynamic_strings.php:211
2085
  msgid "l-mi"
2086
  msgstr "Maori"
2087
 
2088
  # Maori
2089
- #: ../../admin/lang/dynamic_strings.php:212
2090
  msgid "l-mi-nz"
2091
  msgstr "Maori (New Zealand)"
2092
 
2093
  # Macedonian
2094
- #: ../../admin/lang/dynamic_strings.php:213
2095
  msgid "l-mk"
2096
  msgstr "Macedonian"
2097
 
2098
  # Macedonian
2099
- #: ../../admin/lang/dynamic_strings.php:214
2100
  msgid "l-mk-ml"
2101
  msgstr "Macedonian (FYROM)"
2102
 
2103
  # Mongolian
2104
- #: ../../admin/lang/dynamic_strings.php:215
2105
  msgid "l-mn"
2106
  msgstr "Mongolian"
2107
 
2108
  # Mongolian
2109
- #: ../../admin/lang/dynamic_strings.php:216
2110
  msgid "l-mn-mn"
2111
  msgstr "Mongolian (Mongolia)"
2112
 
2113
  # Marathi
2114
- #: ../../admin/lang/dynamic_strings.php:217
2115
  msgid "l-mr"
2116
  msgstr "Marathi"
2117
 
2118
  # Marathi
2119
- #: ../../admin/lang/dynamic_strings.php:218
2120
  msgid "l-mr-in"
2121
  msgstr "Marathi (India)"
2122
 
2123
  # Malay
2124
- #: ../../admin/lang/dynamic_strings.php:219
2125
  msgid "l-ms"
2126
  msgstr "Malay"
2127
 
2128
  # Malay
2129
- #: ../../admin/lang/dynamic_strings.php:220
2130
  msgid "l-ms-bn"
2131
  msgstr "Malay (Brunei)"
2132
 
2133
  # Malay
2134
- #: ../../admin/lang/dynamic_strings.php:221
2135
  msgid "l-ms-my"
2136
  msgstr "Malay (Malaysia)"
2137
 
2138
  # Maltese
2139
- #: ../../admin/lang/dynamic_strings.php:222
2140
  msgid "l-mt"
2141
  msgstr "Maltese"
2142
 
2143
  # Maltese
2144
- #: ../../admin/lang/dynamic_strings.php:223
2145
  msgid "l-mt-mt"
2146
  msgstr "Maltese (Malta)"
2147
 
2148
  # Norwegian Bokmål
2149
- #: ../../admin/lang/dynamic_strings.php:224
2150
  msgid "l-nb"
2151
  msgstr "Norwegian; Bokmål"
2152
 
2153
  # Norwegian Bokmål
2154
- #: ../../admin/lang/dynamic_strings.php:225
2155
  msgid "l-nb-no"
2156
  msgstr "Norwegian (Norway)"
2157
 
2158
  # Dutch; Flemish
2159
- #: ../../admin/lang/dynamic_strings.php:226
2160
  msgid "l-nl"
2161
  msgstr "Dutch; Flemish"
2162
 
2163
  # Belarusian
2164
- #: ../../admin/lang/dynamic_strings.php:227
2165
  msgid "l-nl-be"
2166
  msgstr "Dutch (Belgium)"
2167
 
2168
  # Dutch; Flemish
2169
- #: ../../admin/lang/dynamic_strings.php:228
2170
  msgid "l-nl-nl"
2171
  msgstr "Dutch (The Netherlands)"
2172
 
2173
  # Norwegian Nynorsk
2174
- #: ../../admin/lang/dynamic_strings.php:229
2175
  msgid "l-nn-no"
2176
  msgstr "Norwegian; Nynorsk (Norway)"
2177
 
2178
- #: ../../admin/lang/dynamic_strings.php:230
2179
  msgid "l-ns"
2180
  msgstr ""
2181
 
2182
- #: ../../admin/lang/dynamic_strings.php:231
2183
  msgid "l-ns-za"
2184
  msgstr ""
2185
 
2186
  # Panjabi; Punjabi
2187
- #: ../../admin/lang/dynamic_strings.php:232
2188
  msgid "l-pa"
2189
  msgstr "Panjabi; Punjabi"
2190
 
2191
  # Panjabi; Punjabi
2192
- #: ../../admin/lang/dynamic_strings.php:233
2193
  msgid "l-pa-in"
2194
  msgstr "Panjabi (India)"
2195
 
2196
  # Polish
2197
- #: ../../admin/lang/dynamic_strings.php:234
2198
  msgid "l-pl"
2199
  msgstr "Polish"
2200
 
2201
  # Polish
2202
- #: ../../admin/lang/dynamic_strings.php:235
2203
  msgid "l-pl-pl"
2204
  msgstr "Polish (Poland)"
2205
 
2206
  # Pushto; Pashto
2207
- #: ../../admin/lang/dynamic_strings.php:236
2208
  msgid "l-ps"
2209
  msgstr "Pushto; Pashto"
2210
 
2211
  # Pushto; Pashto
2212
- #: ../../admin/lang/dynamic_strings.php:237
2213
  msgid "l-ps-ar"
2214
  msgstr "Pashto (Afghanistan)"
2215
 
2216
  # Portuguese
2217
- #: ../../admin/lang/dynamic_strings.php:238
2218
  msgid "l-pt"
2219
  msgstr "Portuguese"
2220
 
2221
  # Portuguese
2222
- #: ../../admin/lang/dynamic_strings.php:239
2223
  msgid "l-pt-br"
2224
  msgstr "Portuguese (Brazil)"
2225
 
2226
  # Portuguese
2227
- #: ../../admin/lang/dynamic_strings.php:240
2228
  msgid "l-pt-pt"
2229
  msgstr "Portuguese (Portugal)"
2230
 
2231
  # Quechua
2232
- #: ../../admin/lang/dynamic_strings.php:241
2233
  msgid "l-qu"
2234
  msgstr "Quechua"
2235
 
2236
  # Quechua
2237
- #: ../../admin/lang/dynamic_strings.php:242
2238
  msgid "l-qu-bo"
2239
  msgstr "Quechua (Bolivia)"
2240
 
2241
  # Quechua
2242
- #: ../../admin/lang/dynamic_strings.php:243
2243
  msgid "l-qu-ec"
2244
  msgstr "Quechua (Ecuador)"
2245
 
2246
  # Quechua
2247
- #: ../../admin/lang/dynamic_strings.php:244
2248
  msgid "l-qu-pe"
2249
  msgstr "Quechua (Peru)"
2250
 
2251
  # Romanian; Moldavian; Moldovan
2252
- #: ../../admin/lang/dynamic_strings.php:245
2253
  msgid "l-ro"
2254
  msgstr "Romanian"
2255
 
2256
  # Romanian; Moldavian; Moldovan
2257
- #: ../../admin/lang/dynamic_strings.php:246
2258
  msgid "l-ro-ro"
2259
  msgstr "Romanian (Romania)"
2260
 
2261
  # Russian
2262
- #: ../../admin/lang/dynamic_strings.php:247
2263
  msgid "l-ru"
2264
  msgstr "Russian"
2265
 
2266
  # Russian
2267
- #: ../../admin/lang/dynamic_strings.php:248
2268
  msgid "l-ru-ru"
2269
  msgstr "Russian (Russia)"
2270
 
2271
- #: ../../admin/lang/dynamic_strings.php:249
2272
  msgid "l-sa"
2273
  msgstr ""
2274
 
2275
- #: ../../admin/lang/dynamic_strings.php:250
2276
  msgid "l-sa-in"
2277
  msgstr ""
2278
 
2279
  # Northern Sami
2280
- #: ../../admin/lang/dynamic_strings.php:251
2281
  msgid "l-se"
2282
  msgstr "Northern Sami"
2283
 
2284
  # Northern Sami
2285
- #: ../../admin/lang/dynamic_strings.php:252
2286
  msgid "l-se-fi"
2287
  msgstr "Northern Sami (Finland)"
2288
 
2289
  # Northern Sami
2290
- #: ../../admin/lang/dynamic_strings.php:253
2291
  msgid "l-se-no"
2292
  msgstr "Northern Sami (Norway)"
2293
 
2294
  # Northern Sami
2295
- #: ../../admin/lang/dynamic_strings.php:254
2296
  msgid "l-se-se"
2297
  msgstr "Northern Sami (Sweden)"
2298
 
2299
  # Slovak
2300
- #: ../../admin/lang/dynamic_strings.php:255
2301
  msgid "l-sk"
2302
  msgstr "Slovak"
2303
 
2304
  # Slovak
2305
- #: ../../admin/lang/dynamic_strings.php:256
2306
  msgid "l-sk-sk"
2307
  msgstr "Slovak (Slovakia)"
2308
 
2309
  # Slovenian
2310
- #: ../../admin/lang/dynamic_strings.php:257
2311
  msgid "l-sl"
2312
  msgstr "Slovenian"
2313
 
2314
  # Slovenian
2315
- #: ../../admin/lang/dynamic_strings.php:258
2316
  msgid "l-sl-si"
2317
  msgstr "Slovenian (Slovenia)"
2318
 
2319
  # Albanian
2320
- #: ../../admin/lang/dynamic_strings.php:259
2321
  msgid "l-sq"
2322
  msgstr "Albanian"
2323
 
2324
  # Albanian
2325
- #: ../../admin/lang/dynamic_strings.php:260
2326
  msgid "l-sq-al"
2327
  msgstr "Albanian (Albania)"
2328
 
2329
  # Serbian
2330
- #: ../../admin/lang/dynamic_strings.php:261
2331
  msgid "l-sr-ba"
2332
  msgstr "Serbian (Bosnia and Herzegovina)"
2333
 
2334
  # Serbian
2335
- #: ../../admin/lang/dynamic_strings.php:262
2336
  msgid "l-sr-sp"
2337
  msgstr "Serbian (Serbia and Montenegro)"
2338
 
2339
  # Swedish
2340
- #: ../../admin/lang/dynamic_strings.php:263
2341
  msgid "l-sv"
2342
  msgstr "Swedish"
2343
 
2344
  # Swedish
2345
- #: ../../admin/lang/dynamic_strings.php:264
2346
  msgid "l-sv-fi"
2347
  msgstr "Swedish (Finland)"
2348
 
2349
  # Swedish
2350
- #: ../../admin/lang/dynamic_strings.php:265
2351
  msgid "l-sv-se"
2352
  msgstr "Swedish (Sweden)"
2353
 
2354
  # Swahili
2355
- #: ../../admin/lang/dynamic_strings.php:266
2356
  msgid "l-sw"
2357
  msgstr "Swahili"
2358
 
2359
  # Swahili
2360
- #: ../../admin/lang/dynamic_strings.php:267
2361
  msgid "l-sw-ke"
2362
  msgstr "Swahili (Kenya)"
2363
 
2364
  # Tamil
2365
- #: ../../admin/lang/dynamic_strings.php:268
2366
  msgid "l-ta"
2367
  msgstr "Tamil"
2368
 
2369
  # Tamil
2370
- #: ../../admin/lang/dynamic_strings.php:269
2371
  msgid "l-ta-in"
2372
  msgstr "Tamil (India)"
2373
 
2374
  # Telugu
2375
- #: ../../admin/lang/dynamic_strings.php:270
2376
  msgid "l-te"
2377
  msgstr "Telugu"
2378
 
2379
  # Telugu
2380
- #: ../../admin/lang/dynamic_strings.php:271
2381
  msgid "l-te-in"
2382
  msgstr "Telugu (India)"
2383
 
2384
  # Thai
2385
- #: ../../admin/lang/dynamic_strings.php:272
2386
  msgid "l-th"
2387
  msgstr "Thai"
2388
 
2389
  # Thai
2390
- #: ../../admin/lang/dynamic_strings.php:273
2391
  msgid "l-th-th"
2392
  msgstr "Thai (Thailand)"
2393
 
2394
  # Tagalog
2395
- #: ../../admin/lang/dynamic_strings.php:274
2396
  msgid "l-tl"
2397
  msgstr "Tagalog"
2398
 
2399
  # Tagalog
2400
- #: ../../admin/lang/dynamic_strings.php:275
2401
  msgid "l-tl-ph"
2402
  msgstr "Tagalog (Philippines)"
2403
 
2404
  # Tswana
2405
- #: ../../admin/lang/dynamic_strings.php:276
2406
  msgid "l-tn"
2407
  msgstr "Tswana"
2408
 
2409
  # Tswana
2410
- #: ../../admin/lang/dynamic_strings.php:277
2411
  msgid "l-tn-za"
2412
  msgstr "Tswana (South Africa)"
2413
 
2414
  # Turkish
2415
- #: ../../admin/lang/dynamic_strings.php:278
2416
  msgid "l-tr"
2417
  msgstr "Turkish"
2418
 
2419
  # Turkish
2420
- #: ../../admin/lang/dynamic_strings.php:279
2421
  msgid "l-tr-tr"
2422
  msgstr "Turkish (Turkey)"
2423
 
2424
  # Tatar
2425
- #: ../../admin/lang/dynamic_strings.php:280
2426
  msgid "l-tt"
2427
  msgstr "Tatar"
2428
 
2429
  # Tatar
2430
- #: ../../admin/lang/dynamic_strings.php:281
2431
  msgid "l-tt-ru"
2432
  msgstr "Tatar (Russia)"
2433
 
2434
  # Tsonga
2435
- #: ../../admin/lang/dynamic_strings.php:282
2436
  msgid "l-ts"
2437
  msgstr "Tsonga"
2438
 
2439
  # Ukrainian
2440
- #: ../../admin/lang/dynamic_strings.php:283
2441
  msgid "l-uk"
2442
  msgstr "Ukrainian"
2443
 
2444
  # Ukrainian
2445
- #: ../../admin/lang/dynamic_strings.php:284
2446
  msgid "l-uk-ua"
2447
  msgstr "Ukrainian (Ukraine)"
2448
 
2449
  # Urdu
2450
- #: ../../admin/lang/dynamic_strings.php:285
2451
  msgid "l-ur"
2452
  msgstr "Urdu"
2453
 
2454
  # Urdu
2455
- #: ../../admin/lang/dynamic_strings.php:286
2456
  msgid "l-ur-pk"
2457
  msgstr "Urdu (Pakistan)"
2458
 
2459
  # Uzbek
2460
- #: ../../admin/lang/dynamic_strings.php:287
2461
  msgid "l-uz"
2462
  msgstr "Uzbek"
2463
 
2464
  # Uzbek
2465
- #: ../../admin/lang/dynamic_strings.php:288
2466
  msgid "l-uz-uz"
2467
  msgstr "Uzbek (Uzbekistan)"
2468
 
2469
  # Vietnamese
2470
- #: ../../admin/lang/dynamic_strings.php:289
2471
  msgid "l-vi"
2472
  msgstr "Vietnamese"
2473
 
2474
  # Vietnamese
2475
- #: ../../admin/lang/dynamic_strings.php:290
2476
  msgid "l-vi-vn"
2477
  msgstr "Vietnamese (Viet Nam)"
2478
 
2479
  # Xhosa
2480
- #: ../../admin/lang/dynamic_strings.php:291
2481
  msgid "l-xh"
2482
  msgstr "Xhosa"
2483
 
2484
  # Xhosa
2485
- #: ../../admin/lang/dynamic_strings.php:292
2486
  msgid "l-xh-za"
2487
  msgstr "Xhosa (South Africa)"
2488
 
2489
  # Chinese
2490
- #: ../../admin/lang/dynamic_strings.php:293
2491
  msgid "l-zh"
2492
  msgstr "Chinese"
2493
 
2494
  # Chinese
2495
- #: ../../admin/lang/dynamic_strings.php:294
2496
  msgid "l-zh-cn"
2497
  msgstr "Chinese (S)"
2498
 
2499
  # Chinese
2500
- #: ../../admin/lang/dynamic_strings.php:295
2501
  msgid "l-zh-hk"
2502
  msgstr "Chinese (Hong Kong)"
2503
 
2504
  # Chinese
2505
- #: ../../admin/lang/dynamic_strings.php:296
2506
  msgid "l-zh-mo"
2507
  msgstr "Chinese (Macau)"
2508
 
2509
  # Chinese
2510
- #: ../../admin/lang/dynamic_strings.php:297
2511
  msgid "l-zh-sg"
2512
  msgstr "Chinese (Singapore)"
2513
 
2514
  # Chinese
2515
- #: ../../admin/lang/dynamic_strings.php:298
2516
  msgid "l-zh-tw"
2517
  msgstr "Chinese (T)"
2518
 
2519
  # Zulu
2520
- #: ../../admin/lang/dynamic_strings.php:299
2521
  msgid "l-zu"
2522
  msgstr "Zulu"
2523
 
2524
  # Zulu
2525
- #: ../../admin/lang/dynamic_strings.php:300
2526
  msgid "l-zu-za"
2527
  msgstr "Zulu (South Africa)"
2528
 
2529
- #: ../../admin/lang/dynamic_strings.php:301
2530
- #: ../../admin/view/wp-slimstat-reports.php:536
2531
  msgid "l-"
2532
  msgstr "Unknown"
2533
 
2534
  # Unknown
2535
- #: ../../admin/lang/dynamic_strings.php:302
2536
  msgid "l-empty"
2537
  msgstr "Unknown"
2538
 
2539
  # Unknown
2540
- #: ../../admin/lang/dynamic_strings.php:303
2541
  msgid "l-xx"
2542
  msgstr "Unknown"
2543
 
2544
- #: ../../admin/lang/dynamic_strings.php:304
2545
  msgid "c-xy"
2546
  msgstr "Local IP"
2547
 
@@ -2553,11 +2569,11 @@ msgstr ""
2553
  msgid "Load"
2554
  msgstr ""
2555
 
2556
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:859
2557
  msgid "Today"
2558
  msgstr ""
2559
 
2560
- #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:860
2561
  msgid "Yesterday"
2562
  msgstr ""
2563
 
@@ -2581,23 +2597,19 @@ msgstr ""
2581
  msgid "Date Range"
2582
  msgstr ""
2583
 
2584
- #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db-new.php:66
2585
- #: ../../admin/view/wp-slimstat-db.php:71
2586
  msgid "Day"
2587
  msgstr ""
2588
 
2589
- #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db-new.php:67
2590
- #: ../../admin/view/wp-slimstat-db.php:72
2591
  msgid "Month"
2592
  msgstr ""
2593
 
2594
- #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db-new.php:68
2595
- #: ../../admin/view/wp-slimstat-db.php:73
2596
  msgid "Year"
2597
  msgstr ""
2598
 
2599
- #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db-new.php:65
2600
- #: ../../admin/view/wp-slimstat-db.php:70
2601
  msgid "Hour"
2602
  msgstr ""
2603
 
@@ -2605,8 +2617,7 @@ msgstr ""
2605
  msgid "Min"
2606
  msgstr ""
2607
 
2608
- #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db-new.php:71
2609
- #: ../../admin/view/wp-slimstat-db.php:76
2610
  msgid "hours"
2611
  msgstr ""
2612
 
@@ -2625,140 +2636,6 @@ msgid ""
2625
  "country of origin."
2626
  msgstr ""
2627
 
2628
- #: ../../admin/view/index.php:157
2629
- msgid "Your report here"
2630
- msgstr ""
2631
-
2632
- #: ../../admin/view/index.php:159
2633
- msgid ""
2634
- "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2635
- "write a new plugin that retrieves the desired information from the database "
2636
- "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
2637
- "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2638
- "forum_id=10\" target=\"_blank\">support forum</a>."
2639
- msgstr ""
2640
-
2641
- #: ../../admin/view/index.php:176
2642
- msgid ""
2643
- "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2644
- "Slimstat leverages this information to identify returning visitors. Please "
2645
- "note that visitors also include registered users."
2646
- msgstr ""
2647
-
2648
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
2649
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
2650
- msgid "Color codes"
2651
- msgstr ""
2652
-
2653
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
2654
- msgid "From search result page"
2655
- msgstr ""
2656
-
2657
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
2658
- #: ../../admin/wp-slimstat-admin.php:917
2659
- msgid "Known Visitor"
2660
- msgstr ""
2661
-
2662
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
2663
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
2664
- msgid "Known Users"
2665
- msgstr ""
2666
-
2667
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
2668
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
2669
- msgid "Other Humans"
2670
- msgstr ""
2671
-
2672
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
2673
- msgid "Bot or Crawler"
2674
- msgstr ""
2675
-
2676
- #: ../../admin/view/index.php:184
2677
- msgid "Keywords used by your visitors to find your website on a search engine."
2678
- msgstr ""
2679
-
2680
- #: ../../admin/view/index.php:187
2681
- msgid ""
2682
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2683
- "measures your site's rankings. Values are updated every 12 hours. Filters "
2684
- "set above don't apply to this report."
2685
- msgstr ""
2686
-
2687
- #: ../../admin/view/index.php:193
2688
- msgid "Human Visits"
2689
- msgstr ""
2690
-
2691
- #: ../../admin/view/index.php:196
2692
- msgid ""
2693
- "Where not otherwise specified, the metrics in this report are referred to "
2694
- "human visitors."
2695
- msgstr ""
2696
-
2697
- #: ../../admin/view/index.php:199
2698
- msgid ""
2699
- "Internet Service Provider: a company which provides other companies or "
2700
- "individuals with access to the Internet. Your DSL or cable internet service "
2701
- "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
2702
- "by setting the corresponding filter under Settings > Slimstat > Filters."
2703
- msgstr ""
2704
-
2705
- #: ../../admin/view/index.php:202
2706
- msgid ""
2707
- "You can configure Slimstat to ignore a specific Country by setting the "
2708
- "corresponding filter under Settings > Slimstat > Filters."
2709
- msgstr ""
2710
-
2711
- #: ../../admin/view/index.php:205
2712
- msgid ""
2713
- "This report shows you what user agent families (no version considered) are "
2714
- "popular among your visitors."
2715
- msgstr ""
2716
-
2717
- #: ../../admin/view/index.php:208
2718
- msgid ""
2719
- "This report shows you what operating system families (no version considered) "
2720
- "are popular among your visitors."
2721
- msgstr ""
2722
-
2723
- #: ../../admin/view/index.php:211 ../../admin/view/wp-slimstat-reports.php:36
2724
- #: ../../admin/wp-slimstat-admin.php:589 ../../admin/wp-slimstat-admin.php:604
2725
- #: ../../wp-slimstat.php:1473
2726
- msgid "Traffic Sources"
2727
- msgstr ""
2728
-
2729
- #: ../../admin/view/index.php:214
2730
- msgid "Average Pageviews per Visit"
2731
- msgstr ""
2732
-
2733
- #: ../../admin/view/index.php:217
2734
- msgid ""
2735
- "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2736
- "left your site from the entrance (landing) page."
2737
- msgstr ""
2738
-
2739
- #: ../../admin/view/index.php:220
2740
- msgid "Searches performed using Wordpress' built-in search functionality."
2741
- msgstr ""
2742
-
2743
- #: ../../admin/view/index.php:224
2744
- msgid ""
2745
- "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2746
- "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2747
- "link has an ID attribute associated to it."
2748
- msgstr ""
2749
-
2750
- #: ../../admin/view/index.php:227
2751
- msgid ""
2752
- "This report lists any <em>event</em> occurred on your website. Please refer "
2753
- "to the FAQ for more information on how to leverage this functionality."
2754
- msgstr ""
2755
-
2756
- #: ../../admin/view/index.php:230
2757
- msgid ""
2758
- "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2759
- "this report is not affected by the filters set here above."
2760
- msgstr ""
2761
-
2762
  #: ../../admin/view/right-now.php:8
2763
  msgid "Human"
2764
  msgstr ""
@@ -2776,847 +2653,805 @@ msgid "Syndication Reader"
2776
  msgstr ""
2777
 
2778
  #: ../../admin/view/right-now.php:27
2779
- #: ../../admin/view/wp-slimstat-reports.php:458
2780
- #: ../../admin/view/wp-slimstat-reports.php:741
2781
  msgid "No data to display"
2782
  msgstr ""
2783
 
2784
  # Unknown
2785
- #: ../../admin/view/right-now.php:57
2786
- #: ../../admin/view/wp-slimstat-reports.php:524
2787
- #: ../../admin/view/wp-slimstat-reports.php:784
2788
- #: ../../admin/view/wp-slimstat-reports.php:1063
2789
  msgid "c-"
2790
  msgstr "Unknown"
2791
 
2792
- #: ../../admin/view/right-now.php:110
2793
- #: ../../admin/view/wp-slimstat-db-new.php:57
2794
- #: ../../admin/view/wp-slimstat-db.php:58
2795
- #: ../../admin/wp-slimstat-admin.php:919 ../../admin/wp-slimstat-admin.php:961
2796
  msgid "Originating IP"
2797
  msgstr ""
2798
 
2799
- #: ../../admin/view/right-now.php:128
2800
  msgid "Server Latency and Page Speed in milliseconds"
2801
  msgstr ""
2802
 
2803
- #: ../../admin/view/right-now.php:128
2804
  msgid "SL"
2805
  msgstr ""
2806
 
2807
- #: ../../admin/view/right-now.php:128
2808
  msgid "PS"
2809
  msgstr ""
2810
 
2811
- #: ../../admin/view/right-now.php:140
2812
- #: ../../admin/view/wp-slimstat-reports.php:588
2813
- #: ../../admin/view/wp-slimstat-reports.php:592
2814
- #: ../../admin/view/wp-slimstat-reports.php:766
2815
- #: ../../admin/view/wp-slimstat-reports.php:819
2816
  msgid "Open this URL in a new window"
2817
  msgstr ""
2818
 
2819
- #: ../../admin/view/right-now.php:143
2820
  msgid "Local search results page"
2821
  msgstr ""
2822
 
2823
- #: ../../admin/view/right-now.php:148
2824
- #: ../../admin/view/wp-slimstat-db-new.php:36
2825
- #: ../../admin/view/wp-slimstat-db.php:39
2826
- #: ../../admin/wp-slimstat-admin.php:922 ../../admin/wp-slimstat-admin.php:938
2827
  msgid "Search Terms"
2828
  msgstr ""
2829
 
2830
- #: ../../admin/view/right-now.php:153
2831
  msgid "Open this referrer in a new window"
2832
  msgstr ""
2833
 
2834
- #: ../../admin/view/right-now.php:155
 
 
 
 
2835
  msgid "Date and Time"
2836
  msgstr ""
2837
 
2838
- #: ../../admin/view/right-now.php:156
2839
  msgid "Content Type"
2840
  msgstr ""
2841
 
2842
- #: ../../admin/view/right-now.php:159
2843
  msgid "Delete this pageview"
2844
  msgstr ""
2845
 
2846
- #: ../../admin/view/wp-slimstat-db-new.php:33
2847
  #: ../../admin/view/wp-slimstat-db.php:36
2848
- #: ../../admin/wp-slimstat-admin.php:935
2849
  msgid "Browser"
2850
  msgstr ""
2851
 
2852
- #: ../../admin/view/wp-slimstat-db-new.php:34
2853
  #: ../../admin/view/wp-slimstat-db.php:37
2854
- #: ../../admin/view/wp-slimstat-reports.php:523
2855
- #: ../../admin/wp-slimstat-admin.php:936
2856
  msgid "Country Code"
2857
  msgstr ""
2858
 
2859
- #: ../../admin/view/wp-slimstat-db-new.php:35
2860
  #: ../../admin/view/wp-slimstat-db.php:38
2861
  msgid "IP Address"
2862
  msgstr ""
2863
 
2864
- #: ../../admin/view/wp-slimstat-db-new.php:37
2865
  #: ../../admin/view/wp-slimstat-db.php:40
2866
- #: ../../admin/view/wp-slimstat-reports.php:535
2867
- #: ../../admin/wp-slimstat-admin.php:939
2868
  msgid "Language Code"
2869
  msgstr ""
2870
 
2871
- #: ../../admin/view/wp-slimstat-db-new.php:38
2872
  #: ../../admin/view/wp-slimstat-db.php:41
2873
- #: ../../admin/wp-slimstat-admin.php:940
2874
  msgid "Operating System"
2875
  msgstr ""
2876
 
2877
- #: ../../admin/view/wp-slimstat-db-new.php:39
2878
  #: ../../admin/view/wp-slimstat-db.php:42
2879
- #: ../../admin/wp-slimstat-admin.php:941
2880
  msgid "Permalink"
2881
  msgstr ""
2882
 
2883
- #: ../../admin/view/wp-slimstat-db-new.php:40
2884
- msgid "Domain"
2885
- msgstr ""
2886
-
2887
- #: ../../admin/view/wp-slimstat-db-new.php:41
2888
  #: ../../admin/view/wp-slimstat-db.php:43
2889
- #: ../../admin/wp-slimstat-admin.php:942
2890
  msgid "Referer"
2891
  msgstr ""
2892
 
2893
- #: ../../admin/view/wp-slimstat-db-new.php:42
2894
  #: ../../admin/view/wp-slimstat-db.php:44
2895
- #: ../../admin/wp-slimstat-admin.php:943
2896
  msgid "Visitor's Name"
2897
  msgstr ""
2898
 
2899
- #: ../../admin/view/wp-slimstat-db-new.php:43
2900
  #: ../../admin/view/wp-slimstat-db.php:45
2901
- msgid "Page Speed"
 
2902
  msgstr ""
2903
 
2904
- #: ../../admin/view/wp-slimstat-db-new.php:45
2905
- #: ../../admin/view/wp-slimstat-db.php:47
2906
- msgid "-- Advanced filters --"
2907
  msgstr ""
2908
 
2909
- #: ../../admin/view/wp-slimstat-db-new.php:46
2910
  #: ../../admin/view/wp-slimstat-db.php:48
2911
- #: ../../admin/view/wp-slimstat-reports.php:63
2912
- msgid "Browser Capabilities"
2913
  msgstr ""
2914
 
2915
- #: ../../admin/view/wp-slimstat-db-new.php:47
2916
  #: ../../admin/view/wp-slimstat-db.php:49
2917
- #: ../../admin/wp-slimstat-admin.php:954
2918
- msgid "Browser Version"
2919
  msgstr ""
2920
 
2921
- #: ../../admin/view/wp-slimstat-db-new.php:48
2922
  #: ../../admin/view/wp-slimstat-db.php:50
2923
- #: ../../admin/wp-slimstat-admin.php:955
2924
- msgid "Browser Type"
2925
  msgstr ""
2926
 
2927
- #: ../../admin/view/wp-slimstat-db-new.php:49
2928
  #: ../../admin/view/wp-slimstat-db.php:51
2929
- #: ../../admin/wp-slimstat-admin.php:924
2930
- msgid "User Agent"
2931
  msgstr ""
2932
 
2933
- #: ../../admin/view/wp-slimstat-db-new.php:50
2934
  #: ../../admin/view/wp-slimstat-db.php:52
2935
- #: ../../admin/wp-slimstat-admin.php:956
2936
- msgid "Color Depth"
2937
  msgstr ""
2938
 
2939
- #: ../../admin/view/wp-slimstat-db-new.php:51
2940
  #: ../../admin/view/wp-slimstat-db.php:53
2941
- #: ../../admin/wp-slimstat-admin.php:957
2942
- msgid "CSS Version"
2943
- msgstr ""
2944
-
2945
- #: ../../admin/view/wp-slimstat-db-new.php:52
2946
- #: ../../admin/view/wp-slimstat-db.php:54
2947
- #: ../../admin/wp-slimstat-admin.php:958
2948
  msgid "Pageview Attributes"
2949
  msgstr ""
2950
 
2951
- #: ../../admin/view/wp-slimstat-db-new.php:53
2952
- #: ../../admin/view/wp-slimstat-db.php:55
2953
  msgid "Server Latency"
2954
  msgstr ""
2955
 
2956
- #: ../../admin/view/wp-slimstat-db-new.php:54
2957
- #: ../../admin/wp-slimstat-admin.php:925
2958
- msgid "Outbound Link"
2959
  msgstr ""
2960
 
2961
- #: ../../admin/view/wp-slimstat-db-new.php:55
2962
  #: ../../admin/view/wp-slimstat-db.php:56
2963
- #: ../../admin/wp-slimstat-admin.php:959
2964
- msgid "Post Author"
2965
  msgstr ""
2966
 
2967
- #: ../../admin/view/wp-slimstat-db-new.php:56
2968
- #: ../../admin/view/wp-slimstat-db.php:57
2969
- #: ../../admin/wp-slimstat-admin.php:960
2970
- msgid "Post Category ID"
2971
  msgstr ""
2972
 
2973
- #: ../../admin/view/wp-slimstat-db-new.php:58
2974
  #: ../../admin/view/wp-slimstat-db.php:59
2975
- #: ../../admin/wp-slimstat-admin.php:962
2976
- msgid "Resource Content Type"
2977
  msgstr ""
2978
 
2979
- #: ../../admin/view/wp-slimstat-db-new.php:59
2980
  #: ../../admin/view/wp-slimstat-db.php:60
2981
- msgid "Resource ID"
2982
  msgstr ""
2983
 
2984
- #: ../../admin/view/wp-slimstat-db-new.php:60
2985
- #: ../../admin/wp-slimstat-admin.php:963
2986
- msgid "Screen Resolution"
 
 
 
2987
  msgstr ""
2988
 
2989
- #: ../../admin/view/wp-slimstat-db-new.php:61
2990
- #: ../../admin/view/wp-slimstat-db.php:64
2991
- #: ../../admin/wp-slimstat-admin.php:964
2992
  msgid "Visit ID"
2993
  msgstr ""
2994
 
2995
- #: ../../admin/view/wp-slimstat-db-new.php:64
2996
- #: ../../admin/view/wp-slimstat-db.php:69
2997
  msgid "Minute"
2998
  msgstr ""
2999
 
3000
- #: ../../admin/view/wp-slimstat-db-new.php:69
3001
- #: ../../admin/view/wp-slimstat-db.php:74
3002
  msgid "+/-"
3003
  msgstr ""
3004
 
3005
- #: ../../admin/view/wp-slimstat-db-new.php:72
3006
- #: ../../admin/view/wp-slimstat-db.php:77
3007
- msgid "minutes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3008
  msgstr ""
3009
 
3010
- #: ../../admin/view/wp-slimstat-db-new.php:74
3011
- #, fuzzy
3012
- msgid "Order Direction"
3013
- msgstr "Macromedia Director"
 
3014
 
3015
- #: ../../admin/view/wp-slimstat-db-new.php:75
3016
- #: ../../admin/view/wp-slimstat-db.php:80
3017
- msgid "Limit Results"
 
 
3018
  msgstr ""
3019
 
3020
- #: ../../admin/view/wp-slimstat-db-new.php:76
3021
- #: ../../admin/view/wp-slimstat-db.php:81
3022
- msgid "Start From"
 
3023
  msgstr ""
3024
 
3025
- #: ../../admin/view/wp-slimstat-db.php:61
3026
- msgid "Screen Width"
3027
  msgstr ""
3028
 
3029
- #: ../../admin/view/wp-slimstat-db.php:62
3030
- msgid "Screen Height"
3031
  msgstr ""
3032
 
3033
- #: ../../admin/view/wp-slimstat-db.php:63
3034
- msgid "Viewport Size"
3035
  msgstr ""
3036
 
3037
- #: ../../admin/view/wp-slimstat-db.php:78
3038
- msgid "Unix Timestamp"
3039
  msgstr ""
3040
 
3041
- #: ../../admin/view/wp-slimstat-reports.php:32
3042
- #: ../../admin/wp-slimstat-admin.php:585 ../../wp-slimstat.php:1469
3043
- msgid "Real-Time Log"
3044
  msgstr ""
3045
 
3046
- #: ../../admin/view/wp-slimstat-reports.php:33
3047
- #: ../../admin/wp-slimstat-admin.php:586 ../../admin/wp-slimstat-admin.php:601
3048
- #: ../../wp-slimstat.php:1470
3049
- msgid "Overview"
3050
  msgstr ""
3051
 
3052
- #: ../../admin/view/wp-slimstat-reports.php:34
3053
- #: ../../admin/wp-slimstat-admin.php:587 ../../admin/wp-slimstat-admin.php:602
3054
- #: ../../wp-slimstat.php:1471
3055
- msgid "Audience"
3056
  msgstr ""
3057
 
3058
- #: ../../admin/view/wp-slimstat-reports.php:35
3059
- #: ../../admin/wp-slimstat-admin.php:588 ../../admin/wp-slimstat-admin.php:603
3060
- #: ../../wp-slimstat.php:1472
3061
- msgid "Site Analysis"
3062
  msgstr ""
3063
 
3064
- #: ../../admin/view/wp-slimstat-reports.php:37
3065
- #: ../../admin/wp-slimstat-admin.php:590 ../../admin/wp-slimstat-admin.php:605
3066
- #: ../../wp-slimstat.php:1474
3067
- msgid "Map Overlay"
3068
  msgstr ""
3069
 
3070
- #: ../../admin/view/wp-slimstat-reports.php:38
3071
- #: ../../admin/wp-slimstat-admin.php:591 ../../admin/wp-slimstat-admin.php:606
3072
- #: ../../wp-slimstat.php:1475
3073
- msgid "Custom Reports"
3074
  msgstr ""
3075
 
3076
- #: ../../admin/view/wp-slimstat-reports.php:42
3077
- msgid "Pageviews (chart)"
3078
  msgstr ""
3079
 
3080
- #: ../../admin/view/wp-slimstat-reports.php:43
3081
  msgid "About Slimstat"
3082
  msgstr ""
3083
 
3084
- #: ../../admin/view/wp-slimstat-reports.php:44
3085
  msgid "At a Glance"
3086
  msgstr ""
3087
 
3088
- #: ../../admin/view/wp-slimstat-reports.php:45
3089
  msgid "Currently Online"
3090
  msgstr ""
3091
 
3092
- #: ../../admin/view/wp-slimstat-reports.php:47
3093
- #: ../../admin/view/wp-slimstat-reports.php:82
 
 
 
 
 
 
3094
  msgid "Recent Search Terms"
3095
  msgstr ""
3096
 
3097
- #: ../../admin/view/wp-slimstat-reports.php:48
 
 
 
 
3098
  msgid "Top Pages"
3099
  msgstr ""
3100
 
3101
- #: ../../admin/view/wp-slimstat-reports.php:49
3102
- #: ../../admin/view/wp-slimstat-reports.php:79
 
 
 
 
 
3103
  msgid "Top Traffic Sources"
3104
  msgstr ""
3105
 
3106
- #: ../../admin/view/wp-slimstat-reports.php:50
3107
  msgid "Top Known Visitors"
3108
  msgstr ""
3109
 
3110
- #: ../../admin/view/wp-slimstat-reports.php:51
3111
- #: ../../admin/view/wp-slimstat-reports.php:77
3112
- #: ../../admin/view/wp-slimstat-reports.php:97
3113
  msgid "Top Search Terms"
3114
  msgstr ""
3115
 
3116
- #: ../../admin/view/wp-slimstat-reports.php:52
3117
- #: ../../admin/view/wp-slimstat-reports.php:64
3118
- #: ../../admin/view/wp-slimstat-reports.php:78
3119
  msgid "Top Countries"
3120
  msgstr ""
3121
 
3122
- #: ../../admin/view/wp-slimstat-reports.php:53
 
 
 
 
 
 
3123
  msgid "Rankings"
3124
  msgstr ""
3125
 
3126
- #: ../../admin/view/wp-slimstat-reports.php:54
3127
- msgid "Top Language Families"
 
 
 
3128
  msgstr ""
3129
 
3130
- #: ../../admin/view/wp-slimstat-reports.php:55
3131
- msgid "Our Team Recommends"
3132
  msgstr ""
3133
 
3134
- #: ../../admin/view/wp-slimstat-reports.php:56
3135
- msgid "Human Visits (chart)"
3136
  msgstr ""
3137
 
3138
- #: ../../admin/view/wp-slimstat-reports.php:57
3139
  msgid "Audience Overview"
3140
  msgstr ""
3141
 
3142
- #: ../../admin/view/wp-slimstat-reports.php:58
 
 
 
 
 
 
3143
  msgid "Top Languages"
3144
  msgstr ""
3145
 
3146
- #: ../../admin/view/wp-slimstat-reports.php:59
3147
  msgid "Top Browsers"
3148
  msgstr ""
3149
 
3150
- #: ../../admin/view/wp-slimstat-reports.php:60
3151
  msgid "Top Service Providers"
3152
  msgstr ""
3153
 
3154
- #: ../../admin/view/wp-slimstat-reports.php:61
 
 
 
 
 
 
 
 
 
3155
  msgid "Top Operating Systems"
3156
  msgstr ""
3157
 
3158
- #: ../../admin/view/wp-slimstat-reports.php:62
3159
  msgid "Top Screen Resolutions"
3160
  msgstr ""
3161
 
3162
- #: ../../admin/view/wp-slimstat-reports.php:65
3163
  msgid "Visit Duration"
3164
  msgstr ""
3165
 
3166
- #: ../../admin/view/wp-slimstat-reports.php:66
3167
- #: ../../admin/view/wp-slimstat-reports.php:83
3168
  msgid "Recent Countries"
3169
  msgstr ""
3170
 
3171
- #: ../../admin/view/wp-slimstat-reports.php:67
3172
  msgid "Recent Screen Resolutions"
3173
  msgstr ""
3174
 
3175
- #: ../../admin/view/wp-slimstat-reports.php:68
3176
  msgid "Recent Operating Systems"
3177
  msgstr ""
3178
 
3179
- #: ../../admin/view/wp-slimstat-reports.php:69
3180
  msgid "Recent Browsers"
3181
  msgstr ""
3182
 
3183
- #: ../../admin/view/wp-slimstat-reports.php:70
3184
  msgid "Recent Languages"
3185
  msgstr ""
3186
 
3187
- #: ../../admin/view/wp-slimstat-reports.php:71
3188
  msgid "Top Browser Families"
3189
  msgstr ""
3190
 
3191
- #: ../../admin/view/wp-slimstat-reports.php:72
 
 
 
 
 
 
3192
  msgid "Top OS Families"
3193
  msgstr ""
3194
 
3195
- #: ../../admin/view/wp-slimstat-reports.php:73
3196
- msgid "Recent Users"
 
 
3197
  msgstr ""
3198
 
3199
- #: ../../admin/view/wp-slimstat-reports.php:74
3200
- msgid "Top Users"
3201
  msgstr ""
3202
 
3203
- #: ../../admin/view/wp-slimstat-reports.php:75
3204
- msgid "Traffic Sources (chart)"
3205
  msgstr ""
3206
 
3207
- #: ../../admin/view/wp-slimstat-reports.php:76
3208
  msgid "Summary"
3209
  msgstr ""
3210
 
3211
- #: ../../admin/view/wp-slimstat-reports.php:80
3212
  msgid "Top Referring Search Engines"
3213
  msgstr ""
3214
 
3215
- #: ../../admin/view/wp-slimstat-reports.php:81
3216
- msgid "Spy View"
3217
  msgstr ""
3218
 
3219
- #: ../../admin/view/wp-slimstat-reports.php:84
3220
- msgid "Recent Exit Pages"
3221
  msgstr ""
3222
 
3223
- #: ../../admin/view/wp-slimstat-reports.php:86
3224
  msgid "Recent Posts"
3225
  msgstr ""
3226
 
3227
- #: ../../admin/view/wp-slimstat-reports.php:87
3228
  msgid "Recent Bounce Pages"
3229
  msgstr ""
3230
 
3231
- #: ../../admin/view/wp-slimstat-reports.php:88
 
 
 
 
 
 
3232
  msgid "Recent Feeds"
3233
  msgstr ""
3234
 
3235
- #: ../../admin/view/wp-slimstat-reports.php:89
3236
  msgid "Recent Pages Not Found"
3237
  msgstr ""
3238
 
3239
- #: ../../admin/view/wp-slimstat-reports.php:90
3240
  msgid "Recent Internal Searches"
3241
  msgstr ""
3242
 
3243
- #: ../../admin/view/wp-slimstat-reports.php:91
3244
- msgid "Top Categories"
3245
  msgstr ""
3246
 
3247
- #: ../../admin/view/wp-slimstat-reports.php:92
3248
- msgid "Recent Outbound Links"
3249
  msgstr ""
3250
 
3251
- #: ../../admin/view/wp-slimstat-reports.php:93
3252
- msgid "Recent Events"
3253
  msgstr ""
3254
 
3255
- #: ../../admin/view/wp-slimstat-reports.php:94
3256
- msgid "Top Posts"
 
3257
  msgstr ""
3258
 
3259
- #: ../../admin/view/wp-slimstat-reports.php:95
3260
- msgid "Top Feeds"
3261
  msgstr ""
3262
 
3263
- #: ../../admin/view/wp-slimstat-reports.php:96
3264
  msgid "Top Internal Searches"
3265
  msgstr ""
3266
 
3267
- #: ../../admin/view/wp-slimstat-reports.php:98
3268
  msgid "Recent Categories"
3269
  msgstr ""
3270
 
3271
- #: ../../admin/view/wp-slimstat-reports.php:99
3272
  msgid "Top Pages Not Found"
3273
  msgstr ""
3274
 
3275
- #: ../../admin/view/wp-slimstat-reports.php:100
3276
- msgid "Rcent Exit Pages"
3277
- msgstr ""
3278
-
3279
- #: ../../admin/view/wp-slimstat-reports.php:101
3280
  msgid "Top Authors"
3281
  msgstr ""
3282
 
3283
- #: ../../admin/view/wp-slimstat-reports.php:102
3284
  msgid "Top Tags"
3285
  msgstr ""
3286
 
3287
- #: ../../admin/view/wp-slimstat-reports.php:103
3288
  msgid "Recent Downloads"
3289
  msgstr ""
3290
 
3291
- #: ../../admin/view/wp-slimstat-reports.php:104
3292
- msgid "Top OutLinks and Downloads"
3293
  msgstr ""
3294
 
3295
- #: ../../admin/view/wp-slimstat-reports.php:105
3296
  msgid "Your Website"
3297
  msgstr ""
3298
 
3299
- #: ../../admin/view/wp-slimstat-reports.php:106
 
 
 
 
 
 
3300
  msgid "Top Bounce Pages"
3301
  msgstr ""
3302
 
3303
- #: ../../admin/view/wp-slimstat-reports.php:107
3304
  msgid "Top Exit Pages"
3305
  msgstr ""
3306
 
3307
- #: ../../admin/view/wp-slimstat-reports.php:108
3308
  msgid "Top Entry Pages"
3309
  msgstr ""
3310
 
3311
- #: ../../admin/view/wp-slimstat-reports.php:109
3312
  msgid "World Map"
3313
  msgstr ""
3314
 
3315
- #: ../../admin/view/wp-slimstat-reports.php:110
3316
- msgid "Activity"
3317
- msgstr ""
3318
-
3319
- #: ../../admin/view/wp-slimstat-reports.php:217
3320
- msgid "Chart controls"
3321
- msgstr ""
3322
-
3323
- #: ../../admin/view/wp-slimstat-reports.php:217
3324
- msgid "Use your mouse wheel to zoom in and out"
3325
- msgstr ""
3326
-
3327
- #: ../../admin/view/wp-slimstat-reports.php:217
3328
- msgid "While zooming in, drag the chart to move to a different area"
3329
- msgstr ""
3330
-
3331
- #: ../../admin/view/wp-slimstat-reports.php:217
3332
- msgid "Double click on an empty region to reset the zoom level"
3333
- msgstr ""
3334
-
3335
- #: ../../admin/view/wp-slimstat-reports.php:233
3336
- msgid "src"
3337
- msgstr ""
3338
-
3339
- #: ../../admin/view/wp-slimstat-reports.php:236
3340
- msgid "serp"
3341
- msgstr ""
3342
-
3343
- #: ../../admin/view/wp-slimstat-reports.php:243
3344
- msgid "Go to the referring page"
3345
- msgstr ""
3346
-
3347
- #: ../../admin/view/wp-slimstat-reports.php:265
3348
- msgid "Remove filter for"
3349
- msgstr ""
3350
-
3351
- #: ../../admin/view/wp-slimstat-reports.php:269
3352
- msgid "Save"
3353
- msgstr ""
3354
-
3355
- #: ../../admin/view/wp-slimstat-reports.php:272
3356
- msgid "Reset All"
3357
- msgstr ""
3358
-
3359
- #: ../../admin/view/wp-slimstat-reports.php:276
3360
- msgid "Current filters:"
3361
- msgstr ""
3362
-
3363
- #: ../../admin/view/wp-slimstat-reports.php:280
3364
  msgid "Refresh"
3365
  msgstr ""
3366
 
3367
- #: ../../admin/view/wp-slimstat-reports.php:361
3368
  #, php-format
3369
  msgid "Results %s - %s of %s"
3370
  msgstr ""
3371
 
3372
- #: ../../admin/view/wp-slimstat-reports.php:363
3373
  msgid "Refresh in"
3374
  msgstr ""
3375
 
3376
- #: ../../admin/view/wp-slimstat-reports.php:385
3377
- #: ../../admin/view/wp-slimstat-reports.php:397
3378
- #, php-format
3379
- msgid "Daily %s"
3380
- msgstr ""
3381
-
3382
- #: ../../admin/view/wp-slimstat-reports.php:388
3383
- #, php-format
3384
- msgid "%s Minute by Minute"
3385
- msgstr ""
3386
-
3387
- #: ../../admin/view/wp-slimstat-reports.php:391
3388
- #, php-format
3389
- msgid "Hourly %s"
3390
- msgstr ""
3391
-
3392
- #: ../../admin/view/wp-slimstat-reports.php:394
3393
- #, php-format
3394
- msgid "Monthly %s"
3395
  msgstr ""
3396
 
3397
- #: ../../admin/view/wp-slimstat-reports.php:506
3398
  msgid "Category ID"
3399
  msgstr ""
3400
 
3401
- #: ../../admin/view/wp-slimstat-reports.php:539
3402
- msgid "OS Code"
3403
- msgstr ""
3404
-
3405
- #: ../../admin/view/wp-slimstat-reports.php:551
3406
  msgid "Referrer"
3407
  msgstr ""
3408
 
3409
- #: ../../admin/view/wp-slimstat-reports.php:578
3410
- #: ../../admin/view/wp-slimstat-reports.php:887
3411
- #: ../../admin/view/wp-slimstat-reports.php:896
3412
- #: ../../admin/view/wp-slimstat-reports.php:902
3413
- #: ../../admin/view/wp-slimstat-reports.php:908
3414
- #: ../../admin/view/wp-slimstat-reports.php:914
3415
- #: ../../admin/view/wp-slimstat-reports.php:920
3416
- #: ../../admin/view/wp-slimstat-reports.php:926
3417
- #: ../../admin/view/wp-slimstat-reports.php:932
3418
  msgid "Hits"
3419
  msgstr ""
3420
 
3421
- #: ../../admin/view/wp-slimstat-reports.php:758
3422
- msgid "Search for"
3423
- msgstr ""
3424
-
3425
- #: ../../admin/view/wp-slimstat-reports.php:809
3426
- #: ../../admin/view/wp-slimstat-reports.php:819
3427
- msgid "Source"
3428
- msgstr ""
3429
-
3430
- #: ../../admin/view/wp-slimstat-reports.php:811
3431
- msgid "Keywords"
3432
- msgstr ""
3433
-
3434
- #: ../../admin/view/wp-slimstat-reports.php:819
3435
- #, php-format
3436
- msgid "Filter results where resource equals %s"
3437
  msgstr ""
3438
 
3439
- #: ../../admin/view/wp-slimstat-reports.php:820
3440
- msgid "Link Details"
3441
  msgstr ""
3442
 
3443
- #: ../../admin/view/wp-slimstat-reports.php:833
3444
- msgid "Total Pageviews"
3445
  msgstr ""
3446
 
3447
- #: ../../admin/view/wp-slimstat-reports.php:834
3448
  msgid "DB Size"
3449
  msgstr ""
3450
 
3451
- #: ../../admin/view/wp-slimstat-reports.php:835
3452
  msgid "Tracking Active"
3453
  msgstr ""
3454
 
3455
- #: ../../admin/view/wp-slimstat-reports.php:836
3456
  msgid "Javascript Mode"
3457
  msgstr ""
3458
 
3459
- #: ../../admin/view/wp-slimstat-reports.php:837
3460
  msgid "Tracking Browser Caps"
3461
  msgstr ""
3462
 
3463
- #: ../../admin/view/wp-slimstat-reports.php:838
3464
  msgid "Auto purge"
3465
  msgstr ""
3466
 
3467
- #: ../../admin/view/wp-slimstat-reports.php:838
3468
- #: ../../admin/wp-slimstat-admin.php:994
3469
  msgid "No"
3470
  msgstr ""
3471
 
3472
- #: ../../admin/view/wp-slimstat-reports.php:839
3473
  msgid "Oldest pageview"
3474
  msgstr ""
3475
 
3476
- #: ../../admin/view/wp-slimstat-reports.php:839
3477
  msgid "No visits"
3478
  msgstr ""
3479
 
3480
- #: ../../admin/view/wp-slimstat-reports.php:849
3481
- #: ../../admin/view/wp-slimstat-reports.php:951
3482
  msgid ""
3483
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3484
  "the tracking code is executed."
3485
  msgstr ""
3486
 
3487
- #: ../../admin/view/wp-slimstat-reports.php:851
3488
- msgid "How many pages have been visited on average during the current period."
 
 
 
 
 
 
3489
  msgstr ""
3490
 
3491
- #: ../../admin/view/wp-slimstat-reports.php:852
3492
- msgid "Average Pageviews"
3493
  msgstr ""
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:853
3496
  msgid ""
3497
  "Visitors who landed on your site after searching for a keyword on Google, "
3498
  "Yahoo, etc."
3499
  msgstr ""
3500
 
3501
- #: ../../admin/view/wp-slimstat-reports.php:854
3502
  msgid "From Search Results"
3503
  msgstr ""
3504
 
3505
- #: ../../admin/view/wp-slimstat-reports.php:855
3506
  msgid ""
3507
  "Used to differentiate between multiple requests to download a file from one "
3508
  "internet address (IP) and requests originating from many distinct addresses"
3509
  msgstr ""
3510
 
3511
- #: ../../admin/view/wp-slimstat-reports.php:857
3512
- msgid "Last 5 minutes"
3513
- msgstr ""
3514
-
3515
- #: ../../admin/view/wp-slimstat-reports.php:858
3516
  msgid "Last 30 minutes"
3517
  msgstr ""
3518
 
3519
- #: ../../admin/view/wp-slimstat-reports.php:868
3520
  msgid ""
3521
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3522
  "multiple times if they perform multiple visits."
3523
  msgstr ""
3524
 
3525
- #: ../../admin/view/wp-slimstat-reports.php:869
3526
- #: ../../admin/view/wp-slimstat-reports.php:1179
3527
- msgid "Visits"
3528
- msgstr ""
3529
-
3530
- #: ../../admin/view/wp-slimstat-reports.php:870
3531
  msgid "It includes only traffic generated by human visitors."
3532
  msgstr ""
3533
 
3534
- #: ../../admin/view/wp-slimstat-reports.php:872
3535
- #: ../../admin/view/wp-slimstat-reports.php:963
3536
  msgid ""
3537
  "Percentage of single-page visits, i.e. visits in which the person left your "
3538
  "site from the entrance page."
3539
  msgstr ""
3540
 
3541
- #: ../../admin/view/wp-slimstat-reports.php:873
3542
  msgid "Bounce rate"
3543
  msgstr ""
3544
 
3545
- #: ../../admin/view/wp-slimstat-reports.php:874
3546
  msgid "Visitors who had previously left a comment on your blog."
3547
  msgstr ""
3548
 
3549
- #: ../../admin/view/wp-slimstat-reports.php:875
3550
  msgid "Known visitors"
3551
  msgstr ""
3552
 
3553
- #: ../../admin/view/wp-slimstat-reports.php:876
3554
  msgid "Human users who visited your site only once."
3555
  msgstr ""
3556
 
3557
- #: ../../admin/view/wp-slimstat-reports.php:877
3558
  msgid "New visitors"
3559
  msgstr ""
3560
 
3561
- #: ../../admin/view/wp-slimstat-reports.php:878
3562
  msgid "Bots"
3563
  msgstr ""
3564
 
3565
- #: ../../admin/view/wp-slimstat-reports.php:879
3566
  msgid "Pages per visit"
3567
  msgstr ""
3568
 
3569
- #: ../../admin/view/wp-slimstat-reports.php:880
3570
  msgid "Longest visit"
3571
  msgstr ""
3572
 
3573
- #: ../../admin/view/wp-slimstat-reports.php:880
3574
  msgid "hits"
3575
  msgstr ""
3576
 
3577
- #: ../../admin/view/wp-slimstat-reports.php:898
3578
  msgid "0 - 30 seconds"
3579
  msgstr ""
3580
 
3581
- #: ../../admin/view/wp-slimstat-reports.php:904
3582
  msgid "31 - 60 seconds"
3583
  msgstr ""
3584
 
3585
- #: ../../admin/view/wp-slimstat-reports.php:910
3586
  msgid "1 - 3 minutes"
3587
  msgstr ""
3588
 
3589
- #: ../../admin/view/wp-slimstat-reports.php:916
3590
  msgid "3 - 5 minutes"
3591
  msgstr ""
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:922
3594
  msgid "5 - 7 minutes"
3595
  msgstr ""
3596
 
3597
- #: ../../admin/view/wp-slimstat-reports.php:928
3598
  msgid "7 - 10 minutes"
3599
  msgstr ""
3600
 
3601
- #: ../../admin/view/wp-slimstat-reports.php:934
3602
  msgid "More than 10 minutes"
3603
  msgstr ""
3604
 
3605
- #: ../../admin/view/wp-slimstat-reports.php:943
3606
  msgid "Average time on site"
3607
  msgstr ""
3608
 
3609
- #: ../../admin/view/wp-slimstat-reports.php:953
3610
  msgid ""
3611
  "A referrer (or referring site) is the site that a visitor previously visited "
3612
  "before following a link to your site."
3613
  msgstr ""
3614
 
3615
- #: ../../admin/view/wp-slimstat-reports.php:954
3616
  msgid "Unique Referrers"
3617
  msgstr ""
3618
 
3619
- #: ../../admin/view/wp-slimstat-reports.php:955
3620
  msgid ""
3621
  "Visitors who visited the site by typing the URL directly into their browser. "
3622
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3624,21 +3459,21 @@ msgid ""
3624
  "documents that don't include tracking variables."
3625
  msgstr ""
3626
 
3627
- #: ../../admin/view/wp-slimstat-reports.php:956
3628
  msgid "Direct Pageviews"
3629
  msgstr ""
3630
 
3631
- #: ../../admin/view/wp-slimstat-reports.php:957
3632
  msgid ""
3633
  "Visitors who came to your site via searches on Google or some other search "
3634
  "engine."
3635
  msgstr ""
3636
 
3637
- #: ../../admin/view/wp-slimstat-reports.php:958
3638
  msgid "From a search result"
3639
  msgstr ""
3640
 
3641
- #: ../../admin/view/wp-slimstat-reports.php:959
3642
  msgid ""
3643
  "The first page that a user views during a session. This is also known as the "
3644
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3646,1299 +3481,1328 @@ msgid ""
3646
  "a landing page."
3647
  msgstr ""
3648
 
3649
- #: ../../admin/view/wp-slimstat-reports.php:960
3650
  msgid "Unique Landing Pages"
3651
  msgstr ""
3652
 
3653
- #: ../../admin/view/wp-slimstat-reports.php:961
3654
  msgid "Number of single-page visits to your site over the selected period."
3655
  msgstr ""
3656
 
3657
- #: ../../admin/view/wp-slimstat-reports.php:962
3658
  msgid "Bounce Pages"
3659
  msgstr ""
3660
 
3661
- #: ../../admin/view/wp-slimstat-reports.php:964
3662
  msgid "New Visitors Rate"
3663
  msgstr ""
3664
 
3665
- #: ../../admin/view/wp-slimstat-reports.php:965
3666
  msgid ""
3667
  "Visitors who visited the site in the last 5 minutes coming from a search "
3668
  "engine."
3669
  msgstr ""
3670
 
3671
- #: ../../admin/view/wp-slimstat-reports.php:966
3672
  msgid "Currently from search engines"
3673
  msgstr ""
3674
 
3675
- #: ../../admin/view/wp-slimstat-reports.php:1034
3676
  msgid "Number of pages in your site included in Google's index."
3677
  msgstr ""
3678
 
3679
- #: ../../admin/view/wp-slimstat-reports.php:1035
3680
  msgid "Google Index"
3681
  msgstr ""
3682
 
3683
- #: ../../admin/view/wp-slimstat-reports.php:1036
3684
  msgid "Number of pages, according to Google, that link back to your site."
3685
  msgstr ""
3686
 
3687
- #: ../../admin/view/wp-slimstat-reports.php:1037
3688
  msgid "Google Backlinks"
3689
  msgstr ""
3690
 
3691
- #: ../../admin/view/wp-slimstat-reports.php:1038
3692
  msgid ""
3693
  "How many times the Facebook Like button has been approximately clicked on "
3694
  "your site."
3695
  msgstr ""
3696
 
3697
- #: ../../admin/view/wp-slimstat-reports.php:1039
3698
  msgid "Facebook Likes"
3699
  msgstr ""
3700
 
3701
- #: ../../admin/view/wp-slimstat-reports.php:1040
3702
  msgid ""
3703
  "How many times your site has been shared by someone on the social network."
3704
  msgstr ""
3705
 
3706
- #: ../../admin/view/wp-slimstat-reports.php:1041
3707
  msgid "Facebook Shares"
3708
  msgstr ""
3709
 
3710
- #: ../../admin/view/wp-slimstat-reports.php:1042
3711
  msgid "How many times links to your website have been clicked on Facebook."
3712
  msgstr ""
3713
 
3714
- #: ../../admin/view/wp-slimstat-reports.php:1043
3715
  msgid "Facebook Clicks"
3716
  msgstr ""
3717
 
3718
- #: ../../admin/view/wp-slimstat-reports.php:1044
3719
  msgid ""
3720
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3721
  "traffic data."
3722
  msgstr ""
3723
 
3724
- #: ../../admin/view/wp-slimstat-reports.php:1045
3725
  msgid "Alexa World Rank"
3726
  msgstr ""
3727
 
3728
- #: ../../admin/view/wp-slimstat-reports.php:1046
3729
  msgid "Alexa Country Rank"
3730
  msgstr ""
3731
 
3732
- #: ../../admin/view/wp-slimstat-reports.php:1047
3733
  msgid "Alexa Popularity"
3734
  msgstr ""
3735
 
3736
  # Unknown
3737
- #: ../../admin/view/wp-slimstat-reports.php:1054
3738
  msgid "c-xx"
3739
  msgstr "Unknown"
3740
 
3741
  # Afghanistan
3742
- #: ../../admin/view/wp-slimstat-reports.php:1054
3743
  msgid "c-af"
3744
  msgstr "Afghanistan"
3745
 
3746
  # Åland Islands
3747
- #: ../../admin/view/wp-slimstat-reports.php:1054
3748
  msgid "c-ax"
3749
  msgstr "Aland Islands"
3750
 
3751
  # Albania
3752
- #: ../../admin/view/wp-slimstat-reports.php:1054
3753
  msgid "c-al"
3754
  msgstr "Albania"
3755
 
3756
  # Algeria
3757
- #: ../../admin/view/wp-slimstat-reports.php:1054
3758
  msgid "c-dz"
3759
  msgstr "Algeria"
3760
 
3761
  # Andorra
3762
- #: ../../admin/view/wp-slimstat-reports.php:1054
3763
  msgid "c-ad"
3764
  msgstr "Andorra"
3765
 
3766
  # Angola
3767
- #: ../../admin/view/wp-slimstat-reports.php:1054
3768
  msgid "c-ao"
3769
  msgstr "Angola"
3770
 
3771
  # Anguilla
3772
- #: ../../admin/view/wp-slimstat-reports.php:1054
3773
  msgid "c-ai"
3774
  msgstr "Anguilla"
3775
 
3776
  # Antigua and Barbuda
3777
- #: ../../admin/view/wp-slimstat-reports.php:1054
3778
  msgid "c-ag"
3779
  msgstr "Antigua and Barbuda"
3780
 
3781
  # Argentina
3782
- #: ../../admin/view/wp-slimstat-reports.php:1054
3783
  msgid "c-ar"
3784
  msgstr "Argentina"
3785
 
3786
  # Armenia
3787
- #: ../../admin/view/wp-slimstat-reports.php:1054
3788
  msgid "c-am"
3789
  msgstr "Armenia"
3790
 
3791
  # Aruba
3792
- #: ../../admin/view/wp-slimstat-reports.php:1054
3793
  msgid "c-aw"
3794
  msgstr "Aruba"
3795
 
3796
  # Australia
3797
- #: ../../admin/view/wp-slimstat-reports.php:1054
3798
  msgid "c-au"
3799
  msgstr "Australia"
3800
 
3801
  # Austria
3802
- #: ../../admin/view/wp-slimstat-reports.php:1054
3803
  msgid "c-at"
3804
  msgstr "Austria"
3805
 
3806
  # Azerbaijan
3807
- #: ../../admin/view/wp-slimstat-reports.php:1054
3808
  msgid "c-az"
3809
  msgstr "Azerbaijan"
3810
 
3811
  # Bahamas
3812
- #: ../../admin/view/wp-slimstat-reports.php:1054
3813
  msgid "c-bs"
3814
  msgstr "Bahamas"
3815
 
3816
  # Bahrain
3817
- #: ../../admin/view/wp-slimstat-reports.php:1054
3818
  msgid "c-bh"
3819
  msgstr "Bahrain"
3820
 
3821
  # Bangladesh
3822
- #: ../../admin/view/wp-slimstat-reports.php:1054
3823
  msgid "c-bd"
3824
  msgstr "Bangladesh"
3825
 
3826
  # Barbados
3827
- #: ../../admin/view/wp-slimstat-reports.php:1054
3828
  msgid "c-bb"
3829
  msgstr "Barbados"
3830
 
3831
  # Belarus
3832
- #: ../../admin/view/wp-slimstat-reports.php:1054
3833
  msgid "c-by"
3834
  msgstr "Belarus"
3835
 
3836
  # Belgium
3837
- #: ../../admin/view/wp-slimstat-reports.php:1054
3838
  msgid "c-be"
3839
  msgstr "Belgium"
3840
 
3841
  # Belize
3842
- #: ../../admin/view/wp-slimstat-reports.php:1054
3843
  msgid "c-bz"
3844
  msgstr "Belize"
3845
 
3846
  # Benin
3847
- #: ../../admin/view/wp-slimstat-reports.php:1054
3848
  msgid "c-bj"
3849
  msgstr "Benin"
3850
 
3851
  # Bermuda
3852
- #: ../../admin/view/wp-slimstat-reports.php:1054
3853
  msgid "c-bm"
3854
  msgstr "Bermuda"
3855
 
3856
  # Bhutan
3857
- #: ../../admin/view/wp-slimstat-reports.php:1054
3858
  msgid "c-bt"
3859
  msgstr "Bhutan"
3860
 
3861
  # Bolivia
3862
- #: ../../admin/view/wp-slimstat-reports.php:1054
3863
  msgid "c-bo"
3864
  msgstr "Bolivia"
3865
 
3866
  # Bosnia and Herzegovina
3867
- #: ../../admin/view/wp-slimstat-reports.php:1054
3868
  msgid "c-ba"
3869
  msgstr "Bosnia and Herzegovina"
3870
 
3871
  # Botswana
3872
- #: ../../admin/view/wp-slimstat-reports.php:1054
3873
  msgid "c-bw"
3874
  msgstr "Botswana"
3875
 
3876
  # Brazil
3877
- #: ../../admin/view/wp-slimstat-reports.php:1054
3878
  msgid "c-br"
3879
  msgstr "Brazil"
3880
 
3881
  # Brunei Darussalam
3882
- #: ../../admin/view/wp-slimstat-reports.php:1054
3883
  msgid "c-bn"
3884
  msgstr "Brunei Darussalam"
3885
 
3886
  # Bulgaria
3887
- #: ../../admin/view/wp-slimstat-reports.php:1054
3888
  msgid "c-bg"
3889
  msgstr "Bulgaria"
3890
 
3891
  # Burkina Faso
3892
- #: ../../admin/view/wp-slimstat-reports.php:1054
3893
  msgid "c-bf"
3894
  msgstr "Burkina Faso"
3895
 
3896
  # Burundi
3897
- #: ../../admin/view/wp-slimstat-reports.php:1054
3898
  msgid "c-bi"
3899
  msgstr "Burundi"
3900
 
3901
  # Cambodia
3902
- #: ../../admin/view/wp-slimstat-reports.php:1054
3903
  msgid "c-kh"
3904
  msgstr "Cambodia"
3905
 
3906
  # Cameroon
3907
- #: ../../admin/view/wp-slimstat-reports.php:1054
3908
  msgid "c-cm"
3909
  msgstr "Cameroon"
3910
 
3911
  # Canada
3912
- #: ../../admin/view/wp-slimstat-reports.php:1054
3913
  msgid "c-ca"
3914
  msgstr "Canada"
3915
 
3916
  # Cape Verde
3917
- #: ../../admin/view/wp-slimstat-reports.php:1054
3918
  msgid "c-cv"
3919
  msgstr "Cape Verde"
3920
 
3921
  # Cayman Islands
3922
- #: ../../admin/view/wp-slimstat-reports.php:1054
3923
  msgid "c-ky"
3924
  msgstr "Cayman Islands"
3925
 
3926
  # Central African Republic
3927
- #: ../../admin/view/wp-slimstat-reports.php:1054
3928
  msgid "c-cf"
3929
  msgstr "Central African Republic"
3930
 
3931
  # Chad
3932
- #: ../../admin/view/wp-slimstat-reports.php:1054
3933
  msgid "c-td"
3934
  msgstr "Chad"
3935
 
3936
  # Chile
3937
- #: ../../admin/view/wp-slimstat-reports.php:1054
3938
  msgid "c-cl"
3939
  msgstr "Chile"
3940
 
3941
  # China
3942
- #: ../../admin/view/wp-slimstat-reports.php:1054
3943
  msgid "c-cn"
3944
  msgstr "China"
3945
 
3946
  # Colombia
3947
- #: ../../admin/view/wp-slimstat-reports.php:1054
3948
  msgid "c-co"
3949
  msgstr "Colombia"
3950
 
3951
  # Comoros
3952
- #: ../../admin/view/wp-slimstat-reports.php:1054
3953
  msgid "c-km"
3954
  msgstr "Comoros"
3955
 
3956
  # Congo
3957
- #: ../../admin/view/wp-slimstat-reports.php:1054
3958
  msgid "c-cg"
3959
  msgstr "Congo"
3960
 
3961
  # The Democratic Republic of the Congo
3962
- #: ../../admin/view/wp-slimstat-reports.php:1054
3963
  msgid "c-cd"
3964
  msgstr "The Democratic Republic of the Congo"
3965
 
3966
  # Costa Rica
3967
- #: ../../admin/view/wp-slimstat-reports.php:1054
3968
  msgid "c-cr"
3969
  msgstr "Costa Rica"
3970
 
3971
  # Côte d'Ivoire
3972
- #: ../../admin/view/wp-slimstat-reports.php:1054
3973
  msgid "c-ci"
3974
  msgstr "Côte d'Ivoire"
3975
 
3976
  # Croatia
3977
- #: ../../admin/view/wp-slimstat-reports.php:1054
3978
  msgid "c-hr"
3979
  msgstr "Croatia"
3980
 
3981
  # Cuba
3982
- #: ../../admin/view/wp-slimstat-reports.php:1054
3983
  msgid "c-cu"
3984
  msgstr "Cuba"
3985
 
3986
  # Cyprus
3987
- #: ../../admin/view/wp-slimstat-reports.php:1054
3988
  msgid "c-cy"
3989
  msgstr "Cyprus"
3990
 
3991
  # Czech Republic
3992
- #: ../../admin/view/wp-slimstat-reports.php:1054
3993
  msgid "c-cz"
3994
  msgstr "Czech Republic"
3995
 
3996
  # Denmark
3997
- #: ../../admin/view/wp-slimstat-reports.php:1054
3998
  msgid "c-dk"
3999
  msgstr "Denmark"
4000
 
4001
  # Djibouti
4002
- #: ../../admin/view/wp-slimstat-reports.php:1054
4003
  msgid "c-dj"
4004
  msgstr "Djibouti"
4005
 
4006
  # Dominica
4007
- #: ../../admin/view/wp-slimstat-reports.php:1054
4008
  msgid "c-dm"
4009
  msgstr "Dominica"
4010
 
4011
  # Dominican Republic
4012
- #: ../../admin/view/wp-slimstat-reports.php:1054
4013
  msgid "c-do"
4014
  msgstr "Dominican Republic"
4015
 
4016
  # Ecuador
4017
- #: ../../admin/view/wp-slimstat-reports.php:1054
4018
  msgid "c-ec"
4019
  msgstr "Ecuador"
4020
 
4021
  # Egypt
4022
- #: ../../admin/view/wp-slimstat-reports.php:1054
4023
  msgid "c-eg"
4024
  msgstr "Egypt"
4025
 
4026
  # El Salvador
4027
- #: ../../admin/view/wp-slimstat-reports.php:1054
4028
  msgid "c-sv"
4029
  msgstr "El Salvador"
4030
 
4031
  # Equatorial Guinea
4032
- #: ../../admin/view/wp-slimstat-reports.php:1054
4033
  msgid "c-gq"
4034
  msgstr "Equatorial Guinea"
4035
 
4036
  # Eritrea
4037
- #: ../../admin/view/wp-slimstat-reports.php:1054
4038
  msgid "c-er"
4039
  msgstr "Eritrea"
4040
 
4041
  # Estonia
4042
- #: ../../admin/view/wp-slimstat-reports.php:1054
4043
  msgid "c-ee"
4044
  msgstr "Estonia"
4045
 
4046
  # Ethiopia
4047
- #: ../../admin/view/wp-slimstat-reports.php:1054
4048
  msgid "c-et"
4049
  msgstr "Ethiopia"
4050
 
4051
  # Faroe Islands
4052
- #: ../../admin/view/wp-slimstat-reports.php:1054
4053
  msgid "c-fo"
4054
  msgstr "Faroe Islands"
4055
 
4056
  # Falkland Islands (Malvinas)
4057
- #: ../../admin/view/wp-slimstat-reports.php:1054
4058
  msgid "c-fk"
4059
  msgstr "Falkland Islands (Malvinas)"
4060
 
4061
  # Fiji
4062
- #: ../../admin/view/wp-slimstat-reports.php:1054
4063
  msgid "c-fj"
4064
  msgstr "Fiji"
4065
 
4066
  # Finland
4067
- #: ../../admin/view/wp-slimstat-reports.php:1054
4068
  msgid "c-fi"
4069
  msgstr "Finland"
4070
 
4071
  # France
4072
- #: ../../admin/view/wp-slimstat-reports.php:1054
4073
  msgid "c-fr"
4074
  msgstr "France"
4075
 
4076
  # French Guiana
4077
- #: ../../admin/view/wp-slimstat-reports.php:1054
4078
  msgid "c-gf"
4079
  msgstr "French Guiana"
4080
 
4081
  # Gabon
4082
- #: ../../admin/view/wp-slimstat-reports.php:1054
4083
  msgid "c-ga"
4084
  msgstr "Gabon"
4085
 
4086
  # Gambia
4087
- #: ../../admin/view/wp-slimstat-reports.php:1054
4088
  msgid "c-gm"
4089
  msgstr "Gambia"
4090
 
4091
  # Georgia
4092
- #: ../../admin/view/wp-slimstat-reports.php:1054
4093
  msgid "c-ge"
4094
  msgstr "Georgia"
4095
 
4096
  # Germany
4097
- #: ../../admin/view/wp-slimstat-reports.php:1054
4098
  msgid "c-de"
4099
  msgstr "Germany"
4100
 
4101
  # Ghana
4102
- #: ../../admin/view/wp-slimstat-reports.php:1054
4103
  msgid "c-gh"
4104
  msgstr "Ghana"
4105
 
4106
  # Greece
4107
- #: ../../admin/view/wp-slimstat-reports.php:1054
4108
  msgid "c-gr"
4109
  msgstr "Greece"
4110
 
4111
  # Greenland
4112
- #: ../../admin/view/wp-slimstat-reports.php:1054
4113
  msgid "c-gl"
4114
  msgstr "Greenland"
4115
 
4116
  # Grenada
4117
- #: ../../admin/view/wp-slimstat-reports.php:1054
4118
  msgid "c-gd"
4119
  msgstr "Grenada"
4120
 
4121
  # Guadeloupe
4122
- #: ../../admin/view/wp-slimstat-reports.php:1054
4123
  msgid "c-gp"
4124
  msgstr "Guadeloupe"
4125
 
4126
  # Guatemala
4127
- #: ../../admin/view/wp-slimstat-reports.php:1054
4128
  msgid "c-gt"
4129
  msgstr "Guatemala"
4130
 
4131
  # Guinea
4132
- #: ../../admin/view/wp-slimstat-reports.php:1054
4133
  msgid "c-gn"
4134
  msgstr "Guinea"
4135
 
4136
  # Guinea-Bissau
4137
- #: ../../admin/view/wp-slimstat-reports.php:1054
4138
  msgid "c-gw"
4139
  msgstr "Guinea-Bissau"
4140
 
4141
  # Guyana
4142
- #: ../../admin/view/wp-slimstat-reports.php:1054
4143
  msgid "c-gy"
4144
  msgstr "Guyana"
4145
 
4146
  # Haiti
4147
- #: ../../admin/view/wp-slimstat-reports.php:1054
4148
  msgid "c-ht"
4149
  msgstr "Haiti"
4150
 
4151
  # Honduras
4152
- #: ../../admin/view/wp-slimstat-reports.php:1054
4153
  msgid "c-hn"
4154
  msgstr "Honduras"
4155
 
4156
  # Hong Kong
4157
- #: ../../admin/view/wp-slimstat-reports.php:1054
4158
  msgid "c-hk"
4159
  msgstr "Hong Kong"
4160
 
4161
  # Hungary
4162
- #: ../../admin/view/wp-slimstat-reports.php:1054
4163
  msgid "c-hu"
4164
  msgstr "Hungary"
4165
 
4166
  # Iceland
4167
- #: ../../admin/view/wp-slimstat-reports.php:1054
4168
  msgid "c-is"
4169
  msgstr "Iceland"
4170
 
4171
  # India
4172
- #: ../../admin/view/wp-slimstat-reports.php:1054
4173
  msgid "c-in"
4174
  msgstr "India"
4175
 
4176
  # Indonesia
4177
- #: ../../admin/view/wp-slimstat-reports.php:1054
4178
  msgid "c-id"
4179
  msgstr "Indonesia"
4180
 
4181
  # Islamic Republic of Iran
4182
- #: ../../admin/view/wp-slimstat-reports.php:1054
4183
  msgid "c-ir"
4184
  msgstr "Islamic Republic of Iran"
4185
 
4186
  # Iraq
4187
- #: ../../admin/view/wp-slimstat-reports.php:1054
4188
  msgid "c-iq"
4189
  msgstr "Iraq"
4190
 
4191
  # Ireland
4192
- #: ../../admin/view/wp-slimstat-reports.php:1054
4193
  msgid "c-ie"
4194
  msgstr "Ireland"
4195
 
4196
  # Israel
4197
- #: ../../admin/view/wp-slimstat-reports.php:1054
4198
  msgid "c-il"
4199
  msgstr "Israel"
4200
 
4201
  # Italy
4202
- #: ../../admin/view/wp-slimstat-reports.php:1054
4203
  msgid "c-it"
4204
  msgstr "Italy"
4205
 
4206
  # Jamaica
4207
- #: ../../admin/view/wp-slimstat-reports.php:1054
4208
  msgid "c-jm"
4209
  msgstr "Jamaica"
4210
 
4211
  # Japan
4212
- #: ../../admin/view/wp-slimstat-reports.php:1054
4213
  msgid "c-jp"
4214
  msgstr "Japan"
4215
 
4216
  # Jordan
4217
- #: ../../admin/view/wp-slimstat-reports.php:1054
4218
  msgid "c-jo"
4219
  msgstr "Jordan"
4220
 
4221
  # Kazakhstan
4222
- #: ../../admin/view/wp-slimstat-reports.php:1054
4223
  msgid "c-kz"
4224
  msgstr "Kazakhstan"
4225
 
4226
  # Kenya
4227
- #: ../../admin/view/wp-slimstat-reports.php:1054
4228
  msgid "c-ke"
4229
  msgstr "Kenya"
4230
 
4231
  # Nauru
4232
- #: ../../admin/view/wp-slimstat-reports.php:1054
4233
  msgid "c-nr"
4234
  msgstr "Nauru"
4235
 
4236
  # Democratic People's Republic of Korea
4237
- #: ../../admin/view/wp-slimstat-reports.php:1054
4238
  msgid "c-kp"
4239
  msgstr "Democratic People's Republic of Korea"
4240
 
4241
  # Republic of Korea
4242
- #: ../../admin/view/wp-slimstat-reports.php:1054
4243
  msgid "c-kr"
4244
  msgstr "Republic of Korea"
4245
 
4246
- #: ../../admin/view/wp-slimstat-reports.php:1054
4247
  msgid "c-kv"
4248
  msgstr "Kosovo"
4249
 
4250
  # Kuwait
4251
- #: ../../admin/view/wp-slimstat-reports.php:1054
4252
  msgid "c-kw"
4253
  msgstr "Kuwait"
4254
 
4255
  # Kyrgyzstan
4256
- #: ../../admin/view/wp-slimstat-reports.php:1054
4257
  msgid "c-kg"
4258
  msgstr "Kyrgyzstan"
4259
 
4260
  # Lao People's Democratic Republic
4261
- #: ../../admin/view/wp-slimstat-reports.php:1054
4262
  msgid "c-la"
4263
  msgstr "Lao People's Democratic Republic"
4264
 
4265
  # Latvia
4266
- #: ../../admin/view/wp-slimstat-reports.php:1054
4267
  msgid "c-lv"
4268
  msgstr "Latvia"
4269
 
4270
  # Lebanon
4271
- #: ../../admin/view/wp-slimstat-reports.php:1054
4272
  msgid "c-lb"
4273
  msgstr "Lebanon"
4274
 
4275
  # Lesotho
4276
- #: ../../admin/view/wp-slimstat-reports.php:1054
4277
  msgid "c-ls"
4278
  msgstr "Lesotho"
4279
 
4280
  # Liberia
4281
- #: ../../admin/view/wp-slimstat-reports.php:1054
4282
  msgid "c-lr"
4283
  msgstr "Liberia"
4284
 
4285
  # Libyan Arab Jamahiriya
4286
- #: ../../admin/view/wp-slimstat-reports.php:1054
4287
  msgid "c-ly"
4288
  msgstr "Libyan Arab Jamahiriya"
4289
 
4290
  # Liechtenstein
4291
- #: ../../admin/view/wp-slimstat-reports.php:1054
4292
  msgid "c-li"
4293
  msgstr "Liechtenstein"
4294
 
4295
  # Lithuania
4296
- #: ../../admin/view/wp-slimstat-reports.php:1054
4297
  msgid "c-lt"
4298
  msgstr "Lithuania"
4299
 
4300
  # Luxembourg
4301
- #: ../../admin/view/wp-slimstat-reports.php:1054
4302
  msgid "c-lu"
4303
  msgstr "Luxembourg"
4304
 
4305
  # The Former Yugoslav Republic of Macedonia
4306
- #: ../../admin/view/wp-slimstat-reports.php:1054
4307
  msgid "c-mk"
4308
  msgstr "The Former Yugoslav Republic of Macedonia"
4309
 
4310
  # Madagascar
4311
- #: ../../admin/view/wp-slimstat-reports.php:1054
4312
  msgid "c-mg"
4313
  msgstr "Madagascar"
4314
 
4315
  # Malawi
4316
- #: ../../admin/view/wp-slimstat-reports.php:1054
4317
  msgid "c-mw"
4318
  msgstr "Malawi"
4319
 
4320
  # Malaysia
4321
- #: ../../admin/view/wp-slimstat-reports.php:1054
4322
  msgid "c-my"
4323
  msgstr "Malaysia"
4324
 
4325
  # Mali
4326
- #: ../../admin/view/wp-slimstat-reports.php:1054
4327
  msgid "c-ml"
4328
  msgstr "Mali"
4329
 
4330
  # Malta
4331
- #: ../../admin/view/wp-slimstat-reports.php:1054
4332
  msgid "c-mt"
4333
  msgstr "Malta"
4334
 
4335
  # Martinique
4336
- #: ../../admin/view/wp-slimstat-reports.php:1054
4337
  msgid "c-mq"
4338
  msgstr "Martinique"
4339
 
4340
  # Mauritania
4341
- #: ../../admin/view/wp-slimstat-reports.php:1054
4342
  msgid "c-mr"
4343
  msgstr "Mauritania"
4344
 
4345
  # Mauritius
4346
- #: ../../admin/view/wp-slimstat-reports.php:1054
4347
  msgid "c-mu"
4348
  msgstr "Mauritius"
4349
 
4350
  # Mexico
4351
- #: ../../admin/view/wp-slimstat-reports.php:1054
4352
  msgid "c-mx"
4353
  msgstr "Mexico"
4354
 
4355
  # Moldova
4356
- #: ../../admin/view/wp-slimstat-reports.php:1054
4357
  msgid "c-md"
4358
  msgstr "Moldova"
4359
 
4360
  # Mongolia
4361
- #: ../../admin/view/wp-slimstat-reports.php:1054
4362
  msgid "c-mn"
4363
  msgstr "Mongolia"
4364
 
4365
  # Montenegro
4366
- #: ../../admin/view/wp-slimstat-reports.php:1054
4367
  msgid "c-me"
4368
  msgstr "Montenegro"
4369
 
4370
  # Montserrat
4371
- #: ../../admin/view/wp-slimstat-reports.php:1054
4372
  msgid "c-ms"
4373
  msgstr "Montserrat"
4374
 
4375
  # Morocco
4376
- #: ../../admin/view/wp-slimstat-reports.php:1054
4377
  msgid "c-ma"
4378
  msgstr "Morocco"
4379
 
4380
  # Mozambique
4381
- #: ../../admin/view/wp-slimstat-reports.php:1054
4382
  msgid "c-mz"
4383
  msgstr "Mozambique"
4384
 
4385
  # Myanmar
4386
- #: ../../admin/view/wp-slimstat-reports.php:1054
4387
  msgid "c-mm"
4388
  msgstr "Myanmar"
4389
 
4390
  # Namibia
4391
- #: ../../admin/view/wp-slimstat-reports.php:1054
4392
  msgid "c-na"
4393
  msgstr "Namibia"
4394
 
4395
  # Nepal
4396
- #: ../../admin/view/wp-slimstat-reports.php:1054
4397
  msgid "c-np"
4398
  msgstr "Nepal"
4399
 
4400
  # Netherlands
4401
- #: ../../admin/view/wp-slimstat-reports.php:1054
4402
  msgid "c-nl"
4403
  msgstr "Netherlands"
4404
 
4405
  # New Caledonia
4406
- #: ../../admin/view/wp-slimstat-reports.php:1054
4407
  msgid "c-nc"
4408
  msgstr "New Caledonia"
4409
 
4410
  # New Zealand
4411
- #: ../../admin/view/wp-slimstat-reports.php:1054
4412
  msgid "c-nz"
4413
  msgstr "New Zealand"
4414
 
4415
  # Nicaragua
4416
- #: ../../admin/view/wp-slimstat-reports.php:1054
4417
  msgid "c-ni"
4418
  msgstr "Nicaragua"
4419
 
4420
  # Niger
4421
- #: ../../admin/view/wp-slimstat-reports.php:1054
4422
  msgid "c-ne"
4423
  msgstr "Niger"
4424
 
4425
  # Nigeria
4426
- #: ../../admin/view/wp-slimstat-reports.php:1054
4427
  msgid "c-ng"
4428
  msgstr "Nigeria"
4429
 
4430
  # Norway
4431
- #: ../../admin/view/wp-slimstat-reports.php:1054
4432
  msgid "c-no"
4433
  msgstr "Norway"
4434
 
4435
  # Oman
4436
- #: ../../admin/view/wp-slimstat-reports.php:1054
4437
  msgid "c-om"
4438
  msgstr "Oman"
4439
 
4440
  # Pakistan
4441
- #: ../../admin/view/wp-slimstat-reports.php:1054
4442
  msgid "c-pk"
4443
  msgstr "Pakistan"
4444
 
4445
  # Palau
4446
- #: ../../admin/view/wp-slimstat-reports.php:1054
4447
  msgid "c-pw"
4448
  msgstr "Palau"
4449
 
4450
  # Occupied Palestinian Territory
4451
- #: ../../admin/view/wp-slimstat-reports.php:1054
4452
  msgid "c-ps"
4453
  msgstr "Occupied Palestinian Territory"
4454
 
4455
  # Panama
4456
- #: ../../admin/view/wp-slimstat-reports.php:1054
4457
  msgid "c-pa"
4458
  msgstr "Panama"
4459
 
4460
  # Papua New Guinea
4461
- #: ../../admin/view/wp-slimstat-reports.php:1054
4462
  msgid "c-pg"
4463
  msgstr "Papua New Guinea"
4464
 
4465
  # Paraguay
4466
- #: ../../admin/view/wp-slimstat-reports.php:1054
4467
  msgid "c-py"
4468
  msgstr "Paraguay"
4469
 
4470
  # Peru
4471
- #: ../../admin/view/wp-slimstat-reports.php:1054
4472
  msgid "c-pe"
4473
  msgstr "Peru"
4474
 
4475
  # Philippines
4476
- #: ../../admin/view/wp-slimstat-reports.php:1054
4477
  msgid "c-ph"
4478
  msgstr "Philippines"
4479
 
4480
  # Poland
4481
- #: ../../admin/view/wp-slimstat-reports.php:1054
4482
  msgid "c-pl"
4483
  msgstr "Poland"
4484
 
4485
  # Portugal
4486
- #: ../../admin/view/wp-slimstat-reports.php:1054
4487
  msgid "c-pt"
4488
  msgstr "Portugal"
4489
 
4490
  # Puerto Rico
4491
- #: ../../admin/view/wp-slimstat-reports.php:1054
4492
  msgid "c-pr"
4493
  msgstr "Puerto Rico"
4494
 
4495
  # Qatar
4496
- #: ../../admin/view/wp-slimstat-reports.php:1054
4497
  msgid "c-qa"
4498
  msgstr "Qatar"
4499
 
4500
  # Réunion
4501
- #: ../../admin/view/wp-slimstat-reports.php:1054
4502
  msgid "c-re"
4503
  msgstr "Réunion"
4504
 
4505
  # Romania
4506
- #: ../../admin/view/wp-slimstat-reports.php:1054
4507
  msgid "c-ro"
4508
  msgstr "Romania"
4509
 
4510
  # Russian Federation
4511
- #: ../../admin/view/wp-slimstat-reports.php:1054
4512
  msgid "c-ru"
4513
  msgstr "Russian Federation"
4514
 
4515
  # Rwanda
4516
- #: ../../admin/view/wp-slimstat-reports.php:1054
4517
  msgid "c-rw"
4518
  msgstr "Rwanda"
4519
 
4520
  # Saint Kitts and Nevis
4521
- #: ../../admin/view/wp-slimstat-reports.php:1054
4522
  msgid "c-kn"
4523
  msgstr "Saint Kitts and Nevis"
4524
 
4525
  # Saint Lucia
4526
- #: ../../admin/view/wp-slimstat-reports.php:1054
4527
  msgid "c-lc"
4528
  msgstr "Saint Lucia"
4529
 
4530
  # Saint Martin
4531
- #: ../../admin/view/wp-slimstat-reports.php:1054
4532
  msgid "c-mf"
4533
  msgstr "Saint Martin"
4534
 
4535
  # Saint Vincent and the Grenadines
4536
- #: ../../admin/view/wp-slimstat-reports.php:1054
4537
  msgid "c-vc"
4538
  msgstr "Saint Vincent and the Grenadines"
4539
 
4540
  # Samoa
4541
- #: ../../admin/view/wp-slimstat-reports.php:1054
4542
  msgid "c-ws"
4543
  msgstr "Samoa"
4544
 
4545
  # Sao Tome and Principe
4546
- #: ../../admin/view/wp-slimstat-reports.php:1054
4547
  msgid "c-st"
4548
  msgstr "Sao Tome and Principe"
4549
 
4550
  # Saudi Arabia
4551
- #: ../../admin/view/wp-slimstat-reports.php:1054
4552
  msgid "c-sa"
4553
  msgstr "Saudi Arabia"
4554
 
4555
  # Senegal
4556
- #: ../../admin/view/wp-slimstat-reports.php:1054
4557
  msgid "c-sn"
4558
  msgstr "Senegal"
4559
 
4560
  # Serbia
4561
- #: ../../admin/view/wp-slimstat-reports.php:1054
4562
  msgid "c-rs"
4563
  msgstr "Serbia"
4564
 
4565
  # Sierra Leone
4566
- #: ../../admin/view/wp-slimstat-reports.php:1054
4567
  msgid "c-sl"
4568
  msgstr "Sierra Leone"
4569
 
4570
  # Singapore
4571
- #: ../../admin/view/wp-slimstat-reports.php:1054
4572
  msgid "c-sg"
4573
  msgstr "Singapore"
4574
 
4575
  # Slovakia
4576
- #: ../../admin/view/wp-slimstat-reports.php:1054
4577
  msgid "c-sk"
4578
  msgstr "Slovakia"
4579
 
4580
  # Slovenia
4581
- #: ../../admin/view/wp-slimstat-reports.php:1054
4582
  msgid "c-si"
4583
  msgstr "Slovenia"
4584
 
4585
  # Solomon Islands
4586
- #: ../../admin/view/wp-slimstat-reports.php:1054
4587
  msgid "c-sb"
4588
  msgstr "Solomon Islands"
4589
 
4590
  # Somalia
4591
- #: ../../admin/view/wp-slimstat-reports.php:1054
4592
  msgid "c-so"
4593
  msgstr "Somalia"
4594
 
4595
  # South Africa
4596
- #: ../../admin/view/wp-slimstat-reports.php:1054
4597
  msgid "c-za"
4598
  msgstr "South Africa"
4599
 
4600
  # South Georgia and the South Sandwich Islands
4601
- #: ../../admin/view/wp-slimstat-reports.php:1054
4602
  msgid "c-gs"
4603
  msgstr "South Georgia and the South Sandwich Islands"
4604
 
4605
  # Spain
4606
- #: ../../admin/view/wp-slimstat-reports.php:1054
4607
  msgid "c-es"
4608
  msgstr "Spain"
4609
 
4610
  # Sri Lanka
4611
- #: ../../admin/view/wp-slimstat-reports.php:1054
4612
  msgid "c-lk"
4613
  msgstr "Sri Lanka"
4614
 
4615
- #: ../../admin/view/wp-slimstat-reports.php:1054
4616
  msgid "c-sc"
4617
  msgstr "Seychelles"
4618
 
4619
  # Sudan
4620
- #: ../../admin/view/wp-slimstat-reports.php:1054
4621
  msgid "c-sd"
4622
  msgstr "Sudan"
4623
 
4624
- #: ../../admin/view/wp-slimstat-reports.php:1054
4625
  msgid "c-ss"
4626
  msgstr "South Sudan"
4627
 
4628
  # Suriname
4629
- #: ../../admin/view/wp-slimstat-reports.php:1054
4630
  msgid "c-sr"
4631
  msgstr "Suriname"
4632
 
4633
  # Svalbard and Jan Mayen
4634
- #: ../../admin/view/wp-slimstat-reports.php:1054
4635
  msgid "c-sj"
4636
  msgstr "Svalbard and Jan Mayen"
4637
 
4638
  # Swaziland
4639
- #: ../../admin/view/wp-slimstat-reports.php:1054
4640
  msgid "c-sz"
4641
  msgstr "Swaziland"
4642
 
4643
  # Sweden
4644
- #: ../../admin/view/wp-slimstat-reports.php:1054
4645
  msgid "c-se"
4646
  msgstr "Sweden"
4647
 
4648
  # Switzerland
4649
- #: ../../admin/view/wp-slimstat-reports.php:1054
4650
  msgid "c-ch"
4651
  msgstr "Switzerland"
4652
 
4653
  # Syrian Arab Republic
4654
- #: ../../admin/view/wp-slimstat-reports.php:1054
4655
  msgid "c-sy"
4656
  msgstr "Syrian Arab Republic"
4657
 
4658
  # Taiwan, Province of China
4659
- #: ../../admin/view/wp-slimstat-reports.php:1054
4660
  msgid "c-tw"
4661
  msgstr "Taiwan"
4662
 
4663
  # Tajikistan
4664
- #: ../../admin/view/wp-slimstat-reports.php:1054
4665
  msgid "c-tj"
4666
  msgstr "Tajikistan"
4667
 
4668
  # United Republic of Tanzania
4669
- #: ../../admin/view/wp-slimstat-reports.php:1054
4670
  msgid "c-tz"
4671
  msgstr "United Republic of Tanzania"
4672
 
4673
  # Thailand
4674
- #: ../../admin/view/wp-slimstat-reports.php:1054
4675
  msgid "c-th"
4676
  msgstr "Thailand"
4677
 
4678
  # Timor-Leste
4679
- #: ../../admin/view/wp-slimstat-reports.php:1054
4680
  msgid "c-tl"
4681
  msgstr "Timor-Leste"
4682
 
4683
  # Togo
4684
- #: ../../admin/view/wp-slimstat-reports.php:1054
4685
  msgid "c-tg"
4686
  msgstr "Togo"
4687
 
4688
  # Tonga
4689
- #: ../../admin/view/wp-slimstat-reports.php:1054
4690
  msgid "c-to"
4691
  msgstr "Tonga"
4692
 
4693
  # Trinidad and Tobago
4694
- #: ../../admin/view/wp-slimstat-reports.php:1054
4695
  msgid "c-tt"
4696
  msgstr "Trinidad and Tobago"
4697
 
4698
  # Tunisia
4699
- #: ../../admin/view/wp-slimstat-reports.php:1054
4700
  msgid "c-tn"
4701
  msgstr "Tunisia"
4702
 
4703
  # Turkey
4704
- #: ../../admin/view/wp-slimstat-reports.php:1054
4705
  msgid "c-tr"
4706
  msgstr "Turkey"
4707
 
4708
  # Turkmenistan
4709
- #: ../../admin/view/wp-slimstat-reports.php:1054
4710
  msgid "c-tm"
4711
  msgstr "Turkmenistan"
4712
 
4713
  # Turks and Caicos Islands
4714
- #: ../../admin/view/wp-slimstat-reports.php:1054
4715
  msgid "c-tc"
4716
  msgstr "Turks and Caicos Islands"
4717
 
4718
  # Uganda
4719
- #: ../../admin/view/wp-slimstat-reports.php:1054
4720
  msgid "c-ug"
4721
  msgstr "Uganda"
4722
 
4723
  # Ukraine
4724
- #: ../../admin/view/wp-slimstat-reports.php:1054
4725
  msgid "c-ua"
4726
  msgstr "Ukraine"
4727
 
4728
  # United Arab Emirates
4729
- #: ../../admin/view/wp-slimstat-reports.php:1054
4730
  msgid "c-ae"
4731
  msgstr "United Arab Emirates"
4732
 
4733
  # United Kingdom
4734
- #: ../../admin/view/wp-slimstat-reports.php:1054
4735
  msgid "c-gb"
4736
  msgstr "United Kingdom"
4737
 
4738
  # United States
4739
- #: ../../admin/view/wp-slimstat-reports.php:1054
4740
  msgid "c-us"
4741
  msgstr "United States"
4742
 
4743
  # Uruguay
4744
- #: ../../admin/view/wp-slimstat-reports.php:1054
4745
  msgid "c-uy"
4746
  msgstr "Uruguay"
4747
 
4748
  # Uzbekistan
4749
- #: ../../admin/view/wp-slimstat-reports.php:1054
4750
  msgid "c-uz"
4751
  msgstr "Uzbekistan"
4752
 
4753
  # Vanuatu
4754
- #: ../../admin/view/wp-slimstat-reports.php:1054
4755
  msgid "c-vu"
4756
  msgstr "Vanuatu"
4757
 
4758
  # Venezuela
4759
- #: ../../admin/view/wp-slimstat-reports.php:1054
4760
  msgid "c-ve"
4761
  msgstr "Venezuela"
4762
 
4763
  # Viet Nam
4764
- #: ../../admin/view/wp-slimstat-reports.php:1054
4765
  msgid "c-vn"
4766
  msgstr "Viet Nam"
4767
 
4768
  # British Virgin Islands
4769
- #: ../../admin/view/wp-slimstat-reports.php:1054
4770
  msgid "c-vg"
4771
  msgstr "British Virgin Islands"
4772
 
4773
  # U.S. Virgin Islands
4774
- #: ../../admin/view/wp-slimstat-reports.php:1054
4775
  msgid "c-vi"
4776
  msgstr "U.S. Virgin Islands"
4777
 
4778
  # Western Sahara
4779
- #: ../../admin/view/wp-slimstat-reports.php:1054
4780
  msgid "c-eh"
4781
  msgstr "Western Sahara"
4782
 
4783
  # Yemen
4784
- #: ../../admin/view/wp-slimstat-reports.php:1054
4785
  msgid "c-ye"
4786
  msgstr "Yemen"
4787
 
4788
  # Zambia
4789
- #: ../../admin/view/wp-slimstat-reports.php:1054
4790
  msgid "c-zm"
4791
  msgstr "Zambia"
4792
 
4793
  # Zimbabwe
4794
- #: ../../admin/view/wp-slimstat-reports.php:1054
4795
  msgid "c-zw"
4796
  msgstr "Zimbabwe"
4797
 
4798
  # Guernsey
4799
- #: ../../admin/view/wp-slimstat-reports.php:1054
4800
  msgid "c-gg"
4801
  msgstr "Guernsey"
4802
 
4803
  # Jersey
4804
- #: ../../admin/view/wp-slimstat-reports.php:1054
4805
  msgid "c-je"
4806
  msgstr "Jersey"
4807
 
4808
  # Isle of Man
4809
- #: ../../admin/view/wp-slimstat-reports.php:1054
4810
  msgid "c-im"
4811
  msgstr "Isle of Man"
4812
 
4813
  # Maldives
4814
- #: ../../admin/view/wp-slimstat-reports.php:1054
4815
  msgid "c-mv"
4816
  msgstr "Maldives"
4817
 
4818
- #: ../../admin/view/wp-slimstat-reports.php:1055
4819
  msgid "c-eu"
4820
  msgstr ""
4821
 
4822
- #: ../../admin/view/wp-slimstat-reports.php:1144
4823
  msgid ""
4824
  "This value includes not only posts, but also custom post types, regardless "
4825
  "of their status"
4826
  msgstr ""
4827
 
4828
- #: ../../admin/view/wp-slimstat-reports.php:1145
4829
  msgid "Content Items"
4830
  msgstr ""
4831
 
4832
- #: ../../admin/view/wp-slimstat-reports.php:1146
4833
  msgid "Total Comments"
4834
  msgstr ""
4835
 
4836
- #: ../../admin/view/wp-slimstat-reports.php:1147
4837
  msgid "Pingbacks"
4838
  msgstr ""
4839
 
4840
- #: ../../admin/view/wp-slimstat-reports.php:1148
4841
  msgid "Trackbacks"
4842
  msgstr ""
4843
 
4844
- #: ../../admin/view/wp-slimstat-reports.php:1149
4845
  msgid "Avg Comments Per Post"
4846
  msgstr ""
4847
 
4848
- #: ../../admin/view/wp-slimstat-reports.php:1150
4849
  msgid "Avg Posts Per Day"
4850
  msgstr ""
4851
 
4852
- #: ../../admin/view/wp-slimstat-reports.php:1151
4853
  msgid "Avg Server Latency"
4854
  msgstr ""
4855
 
4856
- #: ../../admin/view/wp-slimstat-reports.php:1152
4857
  msgid "Avg Page Load Time"
4858
  msgstr ""
4859
 
4860
- #: ../../admin/view/wp-slimstat-reports.php:1183
4861
- msgid "Domains"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4862
  msgstr ""
4863
 
4864
- #: ../../admin/wp-slimstat-admin.php:584 ../../admin/wp-slimstat-admin.php:595
4865
- #: ../../admin/wp-slimstat-admin.php:597
4866
  msgid "SlimStat"
4867
  msgstr ""
4868
 
4869
- #: ../../admin/wp-slimstat-admin.php:679
 
 
 
 
 
4870
  msgid "Pageviews in the last "
4871
  msgstr ""
4872
 
4873
- #: ../../admin/wp-slimstat-admin.php:682
4874
  msgid "Unique IPs in the last "
4875
  msgstr ""
4876
 
4877
- #: ../../admin/wp-slimstat-admin.php:721
4878
  msgid "Show on screen"
4879
  msgstr ""
4880
 
4881
- #: ../../admin/wp-slimstat-admin.php:799
4882
  msgid "Already saved"
4883
  msgstr ""
4884
 
4885
- #: ../../admin/wp-slimstat-admin.php:807
4886
  msgid "Saved"
4887
  msgstr ""
4888
 
4889
- #: ../../admin/wp-slimstat-admin.php:826
4890
  msgid "Delete this filter"
4891
  msgstr ""
4892
 
4893
- #: ../../admin/wp-slimstat-admin.php:870
4894
  msgid "There was an error updating the following options:"
4895
  msgstr ""
4896
 
4897
- #: ../../admin/wp-slimstat-admin.php:873
4898
  msgid "Your changes have been saved."
4899
  msgstr ""
4900
 
4901
- #: ../../admin/wp-slimstat-admin.php:896
4902
  msgid "Save Changes"
4903
  msgstr ""
4904
 
4905
- #: ../../admin/wp-slimstat-admin.php:912
4906
  msgid "Definitions"
4907
  msgstr ""
4908
 
4909
- #: ../../admin/wp-slimstat-admin.php:915
4910
  msgid "Pageview"
4911
  msgstr ""
4912
 
4913
- #: ../../admin/wp-slimstat-admin.php:915
4914
  msgid ""
4915
  "A request to load a single HTML file (\"page\"). This should be contrasted "
4916
  "with a \"hit\", which refers to a request for any file from a web server. "
4917
  "Slimstat logs a pageview each time the tracking code is executed"
4918
  msgstr ""
4919
 
4920
- #: ../../admin/wp-slimstat-admin.php:916
4921
  msgid "(Human) Visit"
4922
  msgstr ""
4923
 
4924
- #: ../../admin/wp-slimstat-admin.php:916
4925
  msgid ""
4926
  "A period of interaction between a visitor's browser and your website, ending "
4927
  "when the browser is closed or when the user has been inactive on that site "
4928
  "for 30 minutes"
4929
  msgstr ""
4930
 
4931
- #: ../../admin/wp-slimstat-admin.php:917
4932
  msgid ""
4933
  "Any user who has left a comment on your blog, and is thus identified by "
4934
  "Wordpress as a returning visitor"
4935
  msgstr ""
4936
 
4937
- #: ../../admin/wp-slimstat-admin.php:918
4938
  msgid "Unique IP"
4939
  msgstr ""
4940
 
4941
- #: ../../admin/wp-slimstat-admin.php:918
4942
  msgid ""
4943
  "Used to differentiate between multiple requests to download a file from one "
4944
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -4946,154 +4810,145 @@ msgid ""
4946
  "from, it is useful, but not perfect"
4947
  msgstr ""
4948
 
4949
- #: ../../admin/wp-slimstat-admin.php:919
4950
  msgid ""
4951
  "the originating IP address of a client connecting to a web server through an "
4952
  "HTTP proxy or load balancer"
4953
  msgstr ""
4954
 
4955
- #: ../../admin/wp-slimstat-admin.php:920
4956
  msgid "Direct Traffic"
4957
  msgstr ""
4958
 
4959
- #: ../../admin/wp-slimstat-admin.php:920
4960
  msgid ""
4961
  "All those people showing up to your Web site by typing in the URL of your "
4962
  "Web site coming or from a bookmark; some people also call this \"default "
4963
  "traffic\" or \"ambient traffic\""
4964
  msgstr ""
4965
 
4966
- #: ../../admin/wp-slimstat-admin.php:921
4967
  msgid "Search Engine"
4968
  msgstr ""
4969
 
4970
- #: ../../admin/wp-slimstat-admin.php:921
4971
  msgid ""
4972
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4973
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4974
  msgstr ""
4975
 
4976
- #: ../../admin/wp-slimstat-admin.php:922 ../../admin/wp-slimstat-admin.php:938
 
4977
  msgid "Keywords used by your visitors to find your website on a search engine"
4978
  msgstr ""
4979
 
4980
- #: ../../admin/wp-slimstat-admin.php:923
4981
  msgid "SERP"
4982
  msgstr ""
4983
 
4984
- #: ../../admin/wp-slimstat-admin.php:923
4985
  msgid ""
4986
  "Short for search engine results page, the Web page that a search engine "
4987
  "returns with the results of its search. The value shown represents your rank "
4988
  "(or position) within that list of results"
4989
  msgstr ""
4990
 
4991
- #: ../../admin/wp-slimstat-admin.php:924
4992
  msgid ""
4993
  "Any program used for accessing a website; this includes browsers, robots, "
4994
  "spiders and any other program that was used to retrieve information from the "
4995
  "site"
4996
  msgstr ""
4997
 
4998
- #: ../../admin/wp-slimstat-admin.php:925
4999
  msgid ""
5000
  "A link from one domain to another is said to be outbound from its source "
5001
  "anchor and inbound to its target. This report lists all the links to other "
5002
  "websites followed by your visitors."
5003
  msgstr ""
5004
 
5005
- #: ../../admin/wp-slimstat-admin.php:932
5006
  msgid "Basic Filters"
5007
  msgstr ""
5008
 
5009
- #: ../../admin/wp-slimstat-admin.php:935
5010
  msgid "User agent (Firefox, Chrome, ...)"
5011
  msgstr ""
5012
 
5013
- #: ../../admin/wp-slimstat-admin.php:936
5014
  msgid "2-letter code (us, ru, de, it, ...)"
5015
  msgstr ""
5016
 
5017
- #: ../../admin/wp-slimstat-admin.php:937
5018
  msgid "IP"
5019
  msgstr ""
5020
 
5021
- #: ../../admin/wp-slimstat-admin.php:937
5022
  msgid "Visitor's public IP address"
5023
  msgstr ""
5024
 
5025
- #: ../../admin/wp-slimstat-admin.php:939
5026
  msgid ""
5027
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
5028
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
5029
  "column) for more information"
5030
  msgstr ""
5031
 
5032
- #: ../../admin/wp-slimstat-admin.php:940
5033
  msgid ""
5034
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
5035
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
5036
  "manual page</a> for more information"
5037
  msgstr ""
5038
 
5039
- #: ../../admin/wp-slimstat-admin.php:941
5040
  msgid "URL accessed on your site"
5041
  msgstr ""
5042
 
5043
- #: ../../admin/wp-slimstat-admin.php:942
5044
  msgid "Complete address of the referrer page"
5045
  msgstr ""
5046
 
5047
- #: ../../admin/wp-slimstat-admin.php:943
5048
  msgid ""
5049
  "Visitors' names according to the cookie set by Wordpress after they leave a "
5050
  "comment"
5051
  msgstr ""
5052
 
5053
- #: ../../admin/wp-slimstat-admin.php:951
5054
  msgid "Advanced Filters"
5055
  msgstr ""
5056
 
5057
- #: ../../admin/wp-slimstat-admin.php:954
5058
  msgid "user agent version (9.0, 11, ...)"
5059
  msgstr ""
5060
 
5061
- #: ../../admin/wp-slimstat-admin.php:955
5062
  msgid ""
5063
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
5064
  "all others"
5065
  msgstr ""
5066
 
5067
- #: ../../admin/wp-slimstat-admin.php:956
5068
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
5069
- msgstr ""
5070
-
5071
- #: ../../admin/wp-slimstat-admin.php:957
5072
- msgid ""
5073
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
5074
- "values)"
5075
- msgstr ""
5076
-
5077
- #: ../../admin/wp-slimstat-admin.php:958
5078
  msgid ""
5079
  "this field is set to <em>[pre]</em> if the resource has been accessed "
5080
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5081
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
5082
  msgstr ""
5083
 
5084
- #: ../../admin/wp-slimstat-admin.php:959
5085
  msgid "author associated to that post/page when the resource was accessed"
5086
  msgstr ""
5087
 
5088
- #: ../../admin/wp-slimstat-admin.php:960
5089
  msgid "ID of the category/term associated to the resource, when available"
5090
  msgstr ""
5091
 
5092
- #: ../../admin/wp-slimstat-admin.php:961
5093
  msgid "visitor's originating IP address, if available"
5094
  msgstr ""
5095
 
5096
- #: ../../admin/wp-slimstat-admin.php:962
5097
  msgid ""
5098
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5099
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -5102,129 +4957,134 @@ msgid ""
5102
  "information"
5103
  msgstr ""
5104
 
5105
- #: ../../admin/wp-slimstat-admin.php:963
 
 
 
 
5106
  msgid "viewport width and height (1024x768, 800x600, ...)"
5107
  msgstr ""
5108
 
5109
- #: ../../admin/wp-slimstat-admin.php:964
5110
  msgid ""
5111
  "generally used in conjunction with <em>is not empty</em>, identifies human "
5112
  "visitors"
5113
  msgstr ""
5114
 
5115
- #: ../../admin/wp-slimstat-admin.php:965
5116
  msgid "Date Filters"
5117
  msgstr ""
5118
 
5119
- #: ../../admin/wp-slimstat-admin.php:965
5120
  msgid ""
5121
  "you can specify the timeframe by entering a number in the <em>interval</em> "
5122
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
5123
  "year=blank, interval=-1 will set a year-to-date filter)"
5124
  msgstr ""
5125
 
5126
- #: ../../admin/wp-slimstat-admin.php:966
5127
  msgid "SERP Position"
5128
  msgstr ""
5129
 
5130
- #: ../../admin/wp-slimstat-admin.php:966
5131
  msgid ""
5132
  "set the filter to Referer contains cd=N&, where N is the position you are "
5133
  "looking for"
5134
  msgstr ""
5135
 
5136
- #: ../../admin/wp-slimstat-admin.php:993
5137
  msgid "Yes"
5138
  msgstr ""
5139
 
5140
- #: ../../admin/wp-slimstat-admin.php:995
5141
  msgid "Site Specific"
5142
  msgstr ""
5143
 
5144
- #: ../../wp-slimstat.php:102
5145
- msgid "Event must be associated to existing pageview"
5146
- msgstr ""
5147
-
5148
- #: ../../wp-slimstat.php:187 ../../wp-slimstat.php:422
5149
  msgid "Pageview filtered by third-party code"
5150
  msgstr ""
5151
 
5152
- #: ../../wp-slimstat.php:204
5153
  msgid "Malformed URL"
5154
  msgstr ""
5155
 
5156
- #: ../../wp-slimstat.php:220
5157
  msgid "Referrer is blacklisted"
5158
  msgstr ""
5159
 
5160
- #: ../../wp-slimstat.php:276
5161
  msgid "Permalink is blacklisted"
5162
  msgstr ""
5163
 
5164
- #: ../../wp-slimstat.php:286
5165
- msgid "Empty IP Address"
5166
  msgstr ""
5167
 
5168
- #: ../../wp-slimstat.php:295
5169
  msgid "Logged in user not tracked"
5170
  msgstr ""
5171
 
5172
- #: ../../wp-slimstat.php:303
5173
  msgid "User with given capability not tracked"
5174
  msgstr ""
5175
 
5176
- #: ../../wp-slimstat.php:310
5177
- msgid "User is blacklisted"
 
5178
  msgstr ""
5179
 
5180
- #: ../../wp-slimstat.php:324
5181
- msgid "Spammer not tracked"
 
5182
  msgstr ""
5183
 
5184
- #: ../../wp-slimstat.php:355
5185
- msgid "IP Address is blacklisted"
 
5186
  msgstr ""
5187
 
5188
- #: ../../wp-slimstat.php:373
5189
- msgid "Country is blacklisted"
 
5190
  msgstr ""
5191
 
5192
- #: ../../wp-slimstat.php:382
5193
  msgid "Prefetch requests are ignored"
5194
  msgstr ""
5195
 
5196
- #: ../../wp-slimstat.php:396
5197
  msgid "Bot not tracked"
5198
  msgstr ""
5199
 
5200
- #: ../../wp-slimstat.php:405
5201
- msgid "Browser is blacklisted"
 
5202
  msgstr ""
5203
 
5204
- #: ../../wp-slimstat.php:438
5205
- msgid "Database not ready"
5206
  msgstr ""
5207
 
5208
- #: ../../wp-slimstat.php:1046
5209
- msgid "Missing payload string"
5210
  msgstr ""
5211
 
5212
- #: ../../wp-slimstat.php:1056
5213
- msgid "Invalid data signature (ci)"
5214
  msgstr ""
5215
 
5216
- #: ../../wp-slimstat.php:1066
5217
- msgid "Invalid data signature (id)"
5218
  msgstr ""
5219
 
5220
- #: ../../wp-slimstat.php:1157
5221
- msgid "There was an error downloading the MaxMind Geolite DB:"
5222
  msgstr ""
5223
 
5224
- #: ../../wp-slimstat.php:1161
5225
- msgid "There was an error opening the zipped MaxMind Geolite DB"
5226
  msgstr ""
5227
 
5228
- #: ../../wp-slimstat.php:1165
5229
- msgid "There was an error opening the unzipped MaxMind Geolite DB"
5230
- msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2015-06-15 23:00-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"
27
  "again later."
28
  msgstr ""
29
 
30
+ #: ../../admin/config/addons.php:32 ../../admin/config/index.php:9
31
+ #: ../../admin/wp-slimstat-admin.php:642 ../../admin/wp-slimstat-admin.php:657
32
+ #: ../../wp-slimstat.php:1734
33
  msgid "Add-ons"
34
  msgstr ""
35
 
36
+ #: ../../admin/config/addons.php:33
37
  msgid ""
38
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
39
  "offer both free and premium (paid) extensions. Each add-on can be installed "
43
  "when you purchased it."
44
  msgstr ""
45
 
46
+ #: ../../admin/config/addons.php:37
47
  #, php-format
48
  msgid ""
49
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
50
  "\">click here</a> to clear the cache."
51
  msgstr ""
52
 
53
+ #: ../../admin/config/addons.php:46
54
  msgid "Add-on"
55
  msgstr ""
56
 
57
+ #: ../../admin/config/addons.php:46
58
  msgid "Description"
59
  msgstr ""
60
 
62
  msgid "General"
63
  msgstr ""
64
 
65
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:49
66
+ #: ../../admin/config/index.php:147
67
  msgid "Reports"
68
  msgstr ""
69
 
70
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:74
71
  msgid "Filters"
72
  msgstr ""
73
 
74
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:145
75
  msgid "Permissions"
76
  msgstr ""
77
 
78
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
79
  msgid "Advanced"
80
  msgstr ""
81
 
82
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:253
83
  msgid "Maintenance"
84
  msgstr ""
85
 
86
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:152
87
+ #: ../../admin/wp-slimstat-admin.php:683 ../../admin/wp-slimstat-admin.php:685
88
+ #: ../../wp-slimstat.php:1737
89
  msgid "Settings"
90
  msgstr ""
91
 
92
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:227
93
  msgid "Tracker"
94
  msgstr ""
95
 
96
  #: ../../admin/config/index.php:21
97
+ msgid "Tracking"
98
  msgstr ""
99
 
100
  #: ../../admin/config/index.php:21
101
  msgid "Turn the tracker on or off, but keep the reports accessible."
102
  msgstr ""
103
 
104
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
105
+ msgid "On"
106
+ msgstr ""
107
+
108
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
109
+ msgid "Off"
110
+ msgstr ""
111
+
112
  #: ../../admin/config/index.php:22
113
+ msgid "Admin Pages"
114
  msgstr ""
115
 
116
  #: ../../admin/config/index.php:22
117
  msgid "Enable this option to track your users' activity within the admin."
118
  msgstr ""
119
 
120
+ #: ../../admin/config/index.php:22
121
+ msgid "Track"
122
+ msgstr ""
123
+
124
+ #: ../../admin/config/index.php:22
125
+ msgid "Do not track"
126
+ msgstr ""
127
+
128
  #: ../../admin/config/index.php:23
129
+ msgid "Stealth Mode"
130
  msgstr ""
131
 
132
  #: ../../admin/config/index.php:23
133
  msgid ""
134
  "Collect information about screen resolutions, outbound links, downloads, "
135
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
136
+ "regardless of which value you set for this option. In Accurate mode, this "
137
+ "option will remove the tracking code from your pages' source code."
138
  msgstr ""
139
 
140
  #: ../../admin/config/index.php:24
143
 
144
  #: ../../admin/config/index.php:24
145
  msgid ""
146
+ "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
147
+ "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
148
+ "like Google Analytics, and visitors whose browser does not support "
149
  "Javascript will be ignored. A nice side effect is that <strong>most "
150
  "spammers, search engines and other crawlers</strong> will not be tracked."
151
  msgstr ""
152
 
153
  #: ../../admin/config/index.php:24
154
+ msgid "Client"
155
  msgstr ""
156
 
157
  #: ../../admin/config/index.php:24
158
+ msgid "Server"
159
  msgstr ""
160
 
161
  #: ../../admin/config/index.php:26
181
  msgstr ""
182
 
183
  #: ../../admin/config/index.php:28
184
+ msgid "Posts and Pages"
185
  msgstr ""
186
 
187
  #: ../../admin/config/index.php:28
191
  msgstr ""
192
 
193
  #: ../../admin/config/index.php:29
194
+ msgid "Dashboard Widgets"
195
  msgstr ""
196
 
197
  #: ../../admin/config/index.php:29
198
  msgid ""
199
+ "Choose if you want to have the most important reports on your WordPress "
200
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
201
+ msgstr ""
202
+
203
+ #: ../../admin/config/index.php:30
204
+ msgid "Report Interval"
205
+ msgstr ""
206
+
207
+ #: ../../admin/config/index.php:30
208
+ msgid ""
209
  "Enter the time range, in days, that should be used to calculate the value "
210
  "here above."
211
  msgstr ""
212
 
213
+ #: ../../admin/config/index.php:31
214
  msgid "Report Type"
215
  msgstr ""
216
 
217
+ #: ../../admin/config/index.php:31
218
  msgid ""
219
  "Select what kind of information you would like to see displayed on the Posts "
220
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
221
  "IPs consider only one hit per user in the given time range."
222
  msgstr ""
223
 
224
+ #: ../../admin/config/index.php:31 ../../admin/view/wp-slimstat-reports.php:90
225
+ #: ../../admin/view/wp-slimstat-reports.php:1052
226
+ #: ../../admin/view/wp-slimstat-reports.php:1196
227
+ #: ../../admin/view/wp-slimstat-reports.php:1321
228
  msgid "Pageviews"
229
  msgstr ""
230
 
231
+ #: ../../admin/config/index.php:31
232
+ #: ../../admin/view/wp-slimstat-reports.php:1052
233
+ #: ../../admin/view/wp-slimstat-reports.php:1057
234
+ #: ../../admin/view/wp-slimstat-reports.php:1062
235
+ #: ../../admin/view/wp-slimstat-reports.php:1203
236
+ #: ../../admin/view/wp-slimstat-reports.php:1240
237
  msgid "Unique IPs"
238
  msgstr ""
239
 
240
  #: ../../admin/config/index.php:32
241
+ msgid "Hide Add-ons"
242
+ msgstr ""
243
+
244
+ #: ../../admin/config/index.php:32
245
+ msgid ""
246
+ "Enable this option to hide all your <strong>active</strong> premium add-ons "
247
+ "from the list of plugins in WordPress. Please note that you will still "
248
+ "receive updates for hidden add-ons."
249
+ msgstr ""
250
+
251
+ #: ../../admin/config/index.php:34
252
  msgid "Database"
253
  msgstr ""
254
 
255
+ #: ../../admin/config/index.php:35
256
  msgid "Retain data for"
257
  msgstr ""
258
 
259
+ #: ../../admin/config/index.php:35
260
  msgid ""
261
  "Clean-up log entries older than the number of days specified here above. "
262
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
263
  "regardless of its age."
264
  msgstr ""
265
 
266
+ #: ../../admin/config/index.php:35
267
  msgid "Next clean-up on"
268
  msgstr ""
269
 
270
+ #: ../../admin/config/index.php:35
271
  #, php-format
272
  msgid ""
273
  "Entries logged on or before %s will be archived or deleted according to the "
274
  "option here below."
275
  msgstr ""
276
 
277
+ #: ../../admin/config/index.php:35 ../../admin/view/index.php:102
278
+ #: ../../admin/view/wp-slimstat-db.php:74
279
+ #: ../../admin/view/wp-slimstat-reports.php:1183
 
280
  msgid "days"
281
  msgstr ""
282
 
283
+ #: ../../admin/config/index.php:36
284
  msgid "Delete records"
285
  msgstr ""
286
 
287
+ #: ../../admin/config/index.php:36
288
  msgid ""
289
  "If DB space is not an issue, you can decide to archive older records in "
290
  "another table, instead of deleting them. This way performance is preserved, "
294
  "is uninstalled. Make sure to backup your data before you proceed."
295
  msgstr ""
296
 
297
+ #: ../../admin/config/index.php:51
298
  msgid "Formats and Conversions"
299
  msgstr ""
300
 
301
+ #: ../../admin/config/index.php:52
302
  msgid "Number Format"
303
  msgstr ""
304
 
305
+ #: ../../admin/config/index.php:52
306
  msgid "Choose the number format you want to use for your reports."
307
  msgstr ""
308
 
309
+ #: ../../admin/config/index.php:53
310
  msgid "Date Format"
311
  msgstr ""
312
 
313
+ #: ../../admin/config/index.php:53
314
  msgid ""
315
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
316
  "Format</a> to use when displaying a pageview's date."
317
  msgstr ""
318
 
319
+ #: ../../admin/config/index.php:54
320
  msgid "Time Format"
321
  msgstr ""
322
 
323
+ #: ../../admin/config/index.php:54
324
  msgid ""
325
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
326
  "Format</a> to use when displaying a pageview's time."
327
  msgstr ""
328
 
329
+ #: ../../admin/config/index.php:55
330
  msgid "Use Display Name"
331
  msgstr ""
332
 
333
+ #: ../../admin/config/index.php:55
334
  msgid ""
335
  "By default, users are listed by their usernames. Use this option to "
336
  "visualize their display names instead."
337
  msgstr ""
338
 
339
+ #: ../../admin/config/index.php:56
340
+ msgid "Use Titles"
341
  msgstr ""
342
 
343
+ #: ../../admin/config/index.php:56
344
  msgid ""
345
+ "Slimstat converts your permalinks into post, page and category titles. "
346
+ "Disable this feature if you need to see the URL in your reports."
347
  msgstr ""
348
 
349
+ #: ../../admin/config/index.php:57
350
  msgid "Convert IP Addresses"
351
  msgstr ""
352
 
353
+ #: ../../admin/config/index.php:57
354
  msgid "Display provider names instead of IP addresses."
355
  msgstr ""
356
 
357
+ #: ../../admin/config/index.php:59
358
  msgid "Functionality"
359
  msgstr ""
360
 
361
+ #: ../../admin/config/index.php:60
 
 
 
 
 
 
 
 
 
 
362
  msgid "SlimScroll"
363
  msgstr ""
364
 
365
+ #: ../../admin/config/index.php:60
366
  msgid ""
367
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
368
  "scrollbar."
369
  msgstr ""
370
 
371
+ #: ../../admin/config/index.php:61
372
  msgid "Expand Details"
373
  msgstr ""
374
 
375
+ #: ../../admin/config/index.php:61
376
  msgid "Expand each row's details by default, insted of on mousehover."
377
  msgstr ""
378
 
379
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:66
380
  msgid "Rows to Display"
381
  msgstr ""
382
 
383
+ #: ../../admin/config/index.php:62
384
  msgid "Specify the number of items in each report."
385
  msgstr ""
386
 
387
+ #: ../../admin/config/index.php:64
388
  msgid "Activity Log"
389
  msgstr ""
390
 
391
+ #: ../../admin/config/index.php:65
392
  msgid "Live Stream"
393
  msgstr ""
394
 
395
+ #: ../../admin/config/index.php:65
396
  msgid ""
397
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
398
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
399
  msgstr ""
400
 
401
+ #: ../../admin/config/index.php:65 ../../admin/config/index.php:229
402
  msgid "seconds"
403
  msgstr ""
404
 
405
+ #: ../../admin/config/index.php:66
406
  msgid "Specify the number of items in the Activity Log."
407
  msgstr ""
408
 
409
+ #: ../../admin/config/index.php:69 ../../admin/config/index.php:96
410
+ #: ../../admin/config/index.php:246 ../../admin/config/maintenance.php:360
411
  msgid "Miscellaneous"
412
  msgstr ""
413
 
414
+ #: ../../admin/config/index.php:70
415
  msgid "Show User Agent"
416
  msgstr ""
417
 
418
+ #: ../../admin/config/index.php:70
419
  msgid ""
420
  "Choose if you want to see the browser name or a complete user agent string "
421
  "when hovering on browser icons."
422
  msgstr ""
423
 
424
+ #: ../../admin/config/index.php:71
425
  msgid "Enable SOV"
426
  msgstr ""
427
 
428
+ #: ../../admin/config/index.php:71
429
  msgid ""
430
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
431
  "the subject, object, and verb of a sentence appear in that order, like in "
432
  "Japanese."
433
  msgstr ""
434
 
435
+ #: ../../admin/config/index.php:76
436
  msgid "Visitors and Known Users"
437
  msgstr ""
438
 
439
+ #: ../../admin/config/index.php:77
440
  msgid "Track Registered Users"
441
  msgstr ""
442
 
443
+ #: ../../admin/config/index.php:77
444
  msgid "Enable this option to track logged in users."
445
  msgstr ""
446
 
447
+ #: ../../admin/config/index.php:78
448
  msgid "Blacklist by Username"
449
  msgstr ""
450
 
451
+ #: ../../admin/config/index.php:78
452
  msgid ""
453
  "List all the usernames you don't want to track, separated by commas. Please "
454
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
455
  "sensitive."
456
  msgstr ""
457
 
458
+ #: ../../admin/config/index.php:79
459
  msgid "Blacklist by IP Address"
460
  msgstr ""
461
 
462
+ #: ../../admin/config/index.php:79
463
  msgid ""
464
  "List all the IP addresses you don't want to track, separated by commas. Each "
465
  "network <strong>must</strong> be defined using the <a href='http://en."
468
  "public IP and the originating IP, if available."
469
  msgstr ""
470
 
471
+ #: ../../admin/config/index.php:80
472
  msgid "Blacklist by Capability"
473
  msgstr ""
474
 
475
+ #: ../../admin/config/index.php:80
476
  msgid ""
477
  "Users having at least one of the <a href='http://codex.wordpress.org/"
478
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
479
  "will not be tracked. Capabilities are case-insensitive."
480
  msgstr ""
481
 
482
+ #: ../../admin/config/index.php:82
483
  msgid "Profiling"
484
  msgstr ""
485
 
486
+ #: ../../admin/config/index.php:83
487
  msgid "Ignore Spammers"
488
  msgstr ""
489
 
490
+ #: ../../admin/config/index.php:83
491
  msgid ""
492
  "Enable this option if you don't want to track visits from users identified "
493
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
495
  "database."
496
  msgstr ""
497
 
498
+ #: ../../admin/config/index.php:84
499
  msgid "Ignore Bots"
500
  msgstr ""
501
 
502
+ #: ../../admin/config/index.php:84
503
  msgid ""
504
  "Turn on this feature if you want to have the accuracy level of server-side "
505
  "tracking, but not the inconvenience of getting your database clogged with "
506
  "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
507
+ "note that in Client mode, bots are ignored regardless of this setting."
508
  msgstr ""
509
 
510
+ #: ../../admin/config/index.php:85
511
  msgid "Permalinks"
512
  msgstr ""
513
 
514
+ #: ../../admin/config/index.php:85
515
  msgid ""
516
  "List all the URLs on your website that you don't want to track, separated by "
517
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
522
  "case-insensitive."
523
  msgstr ""
524
 
525
+ #: ../../admin/config/index.php:86
526
  msgid "Countries"
527
  msgstr ""
528
 
529
+ #: ../../admin/config/index.php:86
530
  msgid ""
531
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
532
  "track, separated by commas."
533
  msgstr ""
534
 
535
+ #: ../../admin/config/index.php:87
536
  msgid "User Agents"
537
  msgstr ""
538
 
539
+ #: ../../admin/config/index.php:87
540
  msgid ""
541
  "Browsers (user agents) you don't want to track, separated by commas. You can "
542
  "specify the browser's version adding a slash after the name (i.e. "
546
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
547
  msgstr ""
548
 
549
+ #: ../../admin/config/index.php:88
550
  msgid "Referring Sites"
551
  msgstr ""
552
 
553
+ #: ../../admin/config/index.php:88
554
  msgid ""
555
  "Referring URLs that you don't want to track, separated by commas: "
556
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
560
  "https://)."
561
  msgstr ""
562
 
563
+ #: ../../admin/config/index.php:90
564
  msgid "Internal and Outbound Links"
565
  msgstr ""
566
 
567
+ #: ../../admin/config/index.php:91
568
  msgid "Track Outbound Clicks"
569
  msgstr ""
570
 
571
+ #: ../../admin/config/index.php:91
572
  msgid ""
573
  "Track when your visitors click on link to external websites. This option "
574
  "required Spy Mode to be enabled."
575
  msgstr ""
576
 
577
+ #: ../../admin/config/index.php:92
578
  msgid "Track Coordinates"
579
  msgstr ""
580
 
581
+ #: ../../admin/config/index.php:92
582
  msgid ""
583
  "Collect mouse coordinates and other information for clicks on internal "
584
  "links. Strongly recommended if you're using the heatmap add-on. By default, "
585
  "this information is only collected for external links."
586
  msgstr ""
587
 
588
+ #: ../../admin/config/index.php:93
589
  msgid "No Callback"
590
  msgstr ""
591
 
592
+ #: ../../admin/config/index.php:93
593
  msgid ""
594
  "Track the event but do not invoke the callback function on links marked with "
595
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
597
  "prevent conflicts with lightbox and similar libraries."
598
  msgstr ""
599
 
600
+ #: ../../admin/config/index.php:94
601
  msgid "Do Not Track"
602
  msgstr ""
603
 
604
+ #: ../../admin/config/index.php:94
605
  msgid ""
606
  "Do not track links marked with one of these class names, <em>rel</em> "
607
  "attributes or whose <em>href</em> attribute contains one of these strings "
608
  "(separated by comma)."
609
  msgstr ""
610
 
611
+ #: ../../admin/config/index.php:97
612
  msgid "Enable Privacy Mode"
613
  msgstr ""
614
 
615
+ #: ../../admin/config/index.php:97
616
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
617
  msgstr ""
618
 
619
+ #: ../../admin/config/index.php:98
620
  msgid "Ignore Prefetch Requests"
621
  msgstr ""
622
 
623
+ #: ../../admin/config/index.php:98
624
  msgid ""
625
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
626
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
627
  "target='_blank'>Link Prefetching functionality</a>."
628
  msgstr ""
629
 
630
+ #: ../../admin/config/index.php:114
631
  msgid "Ignore users (username not found)"
632
  msgstr ""
633
 
634
+ #: ../../admin/config/index.php:137
635
  msgid ""
636
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
637
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
638
  msgstr ""
639
 
640
+ #: ../../admin/config/index.php:148
641
  msgid "Restrict Authors"
642
  msgstr ""
643
 
644
+ #: ../../admin/config/index.php:148
645
  msgid ""
646
  "Enable this option if you want your authors to only see stats related to "
647
  "their own content."
648
  msgstr ""
649
 
650
+ #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
651
  msgid "Capability"
652
  msgstr ""
653
 
654
+ #: ../../admin/config/index.php:149
655
  msgid ""
656
  "Specify the minimum <a href='http://codex.wordpress.org/"
657
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
661
  "In this case, the list has precedence over the capability."
662
  msgstr ""
663
 
664
+ #: ../../admin/config/index.php:150 ../../admin/config/index.php:154
665
  msgid "Whitelist"
666
  msgstr ""
667
 
668
+ #: ../../admin/config/index.php:150
669
  msgid ""
670
  "List all the users who should have access to the reports, separated by "
671
  "commas. Administrators are implicitly allowed, so you don't need to list "
672
  "them in here. Usernames are case sensitive."
673
  msgstr ""
674
 
675
+ #: ../../admin/config/index.php:153
676
  msgid ""
677
  "Specify the minimum <a href='http://codex.wordpress.org/"
678
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
680
  "can be used to override this option for specific users."
681
  msgstr ""
682
 
683
+ #: ../../admin/config/index.php:154
684
  msgid ""
685
  "List all the users who can edit these options, separated by commas. Please "
686
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
687
  "not forget to include yourself! Usernames are case sensitive."
688
  msgstr ""
689
 
690
+ #: ../../admin/config/index.php:170
691
  msgid "Read access: username not found"
692
  msgstr ""
693
 
694
+ #: ../../admin/config/index.php:183 ../../admin/config/index.php:214
695
  msgid ""
696
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
697
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
698
  "information"
699
  msgstr ""
700
 
701
+ #: ../../admin/config/index.php:201
702
  msgid "Config access: username not found"
703
  msgstr ""
704
 
705
+ #: ../../admin/config/index.php:228
706
  msgid "Detect Smoothing"
707
  msgstr ""
708
 
709
+ #: ../../admin/config/index.php:228
710
  msgid ""
711
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
712
  "This option required Spy Mode to be enabled."
713
  msgstr ""
714
 
715
+ #: ../../admin/config/index.php:229
716
  msgid "Session Duration"
717
  msgstr ""
718
 
719
+ #: ../../admin/config/index.php:229
720
  msgid ""
721
  "How many seconds should a human session last? Google Analytics sets it to "
722
  "1800 seconds."
723
  msgstr ""
724
 
725
+ #: ../../admin/config/index.php:230
726
  msgid "Extend Session"
727
  msgstr ""
728
 
729
+ #: ../../admin/config/index.php:230
730
  msgid "Extend the duration of a session each time the user visits a new page."
731
  msgstr ""
732
 
733
+ #: ../../admin/config/index.php:231
734
  msgid "Enable CDN"
735
  msgstr ""
736
 
737
+ #: ../../admin/config/index.php:231
738
  msgid ""
739
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
740
  "by serving our tracking code from their fast and reliable network (free "
741
  "service)."
742
  msgstr ""
743
 
744
+ #: ../../admin/config/index.php:232
745
  msgid "Extensions to Track"
746
  msgstr ""
747
 
748
+ #: ../../admin/config/index.php:232
749
  msgid ""
750
  "List all the file extensions that you want to be treated as Downloads. "
751
  "Please note that links pointing to external resources (i.e. PDFs on a "
754
  "below."
755
  msgstr ""
756
 
757
+ #: ../../admin/config/index.php:234
758
  msgid "External Pages"
759
  msgstr ""
760
 
761
+ #: ../../admin/config/index.php:235
762
  msgid ""
763
  "Add the following code to all the non-WP pages you want to track, right "
764
  "before the closing BODY tag"
765
  msgstr ""
766
 
767
+ #: ../../admin/config/index.php:245
768
  msgid "Allow External Domains"
769
  msgstr ""
770
 
771
+ #: ../../admin/config/index.php:245
772
  msgid ""
773
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
774
  "header is present on the requested resource, when using the external "
779
  "security implications of allowing CORS requests."
780
  msgstr ""
781
 
782
+ #: ../../admin/config/index.php:247
783
  msgid "Debug Mode"
784
  msgstr ""
785
 
786
+ #: ../../admin/config/index.php:247
787
  msgid "Display the SQL queries used to retrieve the data."
788
  msgstr ""
789
 
790
+ #: ../../admin/config/index.php:248
791
  msgid "IP Lookup"
792
  msgstr ""
793
 
794
+ #: ../../admin/config/index.php:248
795
  msgid "Customize the Geolocation service to be used in the reports."
796
  msgstr ""
797
 
798
+ #: ../../admin/config/index.php:249
799
  msgid "Custom CSS"
800
  msgstr ""
801
 
802
+ #: ../../admin/config/index.php:249
803
  msgid ""
804
  "Paste here your custom stylesheet to personalize the way your reports look. "
805
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
808
  "a> for more information on how to use this setting."
809
  msgstr ""
810
 
811
+ #: ../../admin/config/index.php:250
812
  msgid "Enable UAN"
813
  msgstr ""
814
 
815
+ #: ../../admin/config/index.php:250
816
  msgid ""
817
  "Send anonymous data about user agents to our server for analysis. This "
818
  "allows us to contribute to the <a href='http://browscap.org/' "
821
  "ads network. No worries, your site will not be affected in any way."
822
  msgstr ""
823
 
824
+ #: ../../admin/config/maintenance.php:16
825
  msgid ""
826
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
827
  "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
828
  msgstr ""
829
 
830
+ #: ../../admin/config/maintenance.php:23
831
  msgid "Indexing has been disabled. Enjoy the extra database space!"
832
  msgstr ""
833
 
834
+ #: ../../admin/config/maintenance.php:34
835
  msgid "records deleted from your database."
836
  msgstr ""
837
 
838
+ #: ../../admin/config/maintenance.php:39
839
  msgid "The geolocation database has been uninstalled from your server."
840
  msgstr ""
841
 
842
+ #: ../../admin/config/maintenance.php:49
843
  msgid "The geolocation database has been installed on your server."
844
  msgstr ""
845
 
846
+ #: ../../admin/config/maintenance.php:157
847
  msgid ""
848
  "Your data was successfully imported. You may now drop the old tables: "
849
  "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
852
  "delete the old tables."
853
  msgstr ""
854
 
855
+ #: ../../admin/config/maintenance.php:164
 
 
 
 
856
  msgid "Your reports were successfully restored to their default arrangement."
857
  msgstr ""
858
 
859
+ #: ../../admin/config/maintenance.php:174
860
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
861
  msgstr ""
862
 
863
+ #: ../../admin/config/maintenance.php:180
864
  msgid "All the archived records were successfully deleted."
865
  msgstr ""
866
 
867
+ #: ../../admin/config/maintenance.php:188
868
  msgid "All the records were successfully deleted."
869
  msgstr ""
870
 
871
+ #: ../../admin/config/maintenance.php:210
872
  msgid "MaxMind IP to Country"
873
  msgstr ""
874
 
875
+ #: ../../admin/config/maintenance.php:216
876
  msgid ""
877
  "Do you want to download and install the geolocation database from MaxMind's "
878
  "server?"
879
  msgstr ""
880
 
881
+ #: ../../admin/config/maintenance.php:216
882
  msgid "Install GeoLite DB"
883
  msgstr ""
884
 
885
+ #: ../../admin/config/maintenance.php:219
886
  msgid "Do you want to uninstall the geolocation database?"
887
  msgstr ""
888
 
889
+ #: ../../admin/config/maintenance.php:219
890
  msgid "Uninstall GeoLite DB"
891
  msgstr ""
892
 
893
+ #: ../../admin/config/maintenance.php:223
894
  msgid ""
895
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
896
  "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
900
  "enable this functionality."
901
  msgstr ""
902
 
903
+ #: ../../admin/config/maintenance.php:228
904
  msgid "Database Information"
905
  msgstr ""
906
 
907
+ #: ../../admin/config/maintenance.php:231
908
  msgid "Engine"
909
  msgstr ""
910
 
911
+ #: ../../admin/config/maintenance.php:235
912
  msgid "switch to InnoDB"
913
  msgstr ""
914
 
915
+ #: ../../admin/config/maintenance.php:246
916
+ #: ../../admin/view/wp-slimstat-reports.php:1178
917
  msgid "records"
918
  msgstr ""
919
 
920
+ #: ../../admin/config/maintenance.php:251
921
  msgid "Data Maintenance"
922
  msgstr ""
923
 
924
+ #: ../../admin/config/maintenance.php:254
925
  msgid "Delete pageviews where"
926
  msgstr ""
927
 
928
+ #: ../../admin/config/maintenance.php:268 ../../admin/view/index.php:16
929
  msgid "equals"
930
  msgstr ""
931
 
932
+ #: ../../admin/config/maintenance.php:269 ../../admin/view/index.php:17
933
  msgid "is not equal to"
934
  msgstr ""
935
 
936
+ #: ../../admin/config/maintenance.php:270 ../../admin/view/index.php:18
937
  msgid "contains"
938
  msgstr ""
939
 
940
+ #: ../../admin/config/maintenance.php:271 ../../admin/view/index.php:19
941
  msgid "is included in"
942
  msgstr ""
943
 
944
+ #: ../../admin/config/maintenance.php:272 ../../admin/view/index.php:20
945
  msgid "does not contain"
946
  msgstr ""
947
 
948
+ #: ../../admin/config/maintenance.php:273 ../../admin/view/index.php:21
949
  msgid "starts with"
950
  msgstr ""
951
 
952
+ #: ../../admin/config/maintenance.php:274 ../../admin/view/index.php:22
953
  msgid "ends with"
954
  msgstr ""
955
 
956
+ #: ../../admin/config/maintenance.php:275 ../../admin/view/index.php:23
957
  msgid "sounds like"
958
  msgstr ""
959
 
960
+ #: ../../admin/config/maintenance.php:276 ../../admin/view/index.php:24
961
  msgid "is greater than"
962
  msgstr ""
963
 
964
+ #: ../../admin/config/maintenance.php:277 ../../admin/view/index.php:25
965
  msgid "is less than"
966
  msgstr ""
967
 
968
+ #: ../../admin/config/maintenance.php:278 ../../admin/view/index.php:27
969
  msgid "matches"
970
  msgstr ""
971
 
972
+ #: ../../admin/config/maintenance.php:279 ../../admin/view/index.php:28
973
  msgid "does not match"
974
  msgstr ""
975
 
976
+ #: ../../admin/config/maintenance.php:280 ../../admin/view/index.php:29
977
  msgid "is empty"
978
  msgstr ""
979
 
980
+ #: ../../admin/config/maintenance.php:281 ../../admin/view/index.php:30
981
  msgid "is not empty"
982
  msgstr ""
983
 
984
+ #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:42
985
  #: ../../admin/view/index.php:105
986
  msgid "Apply"
987
  msgstr ""
988
 
989
+ #: ../../admin/config/maintenance.php:285
990
  msgid ""
991
  "Are you sure you want to PERMANENTLY delete these records from your database?"
992
  msgstr ""
993
 
994
+ #: ../../admin/config/maintenance.php:292
995
  msgid ""
996
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
997
  "database?"
998
  msgstr ""
999
 
1000
+ #: ../../admin/config/maintenance.php:292
1001
  msgid "Delete All Records"
1002
  msgstr ""
1003
 
1004
+ #: ../../admin/config/maintenance.php:295
1005
  msgid ""
1006
  "Erase all the information collected so far by Slimstat, including the "
1007
  "archive. This operation <strong>does not</strong> reset your settings."
1008
  msgstr ""
1009
 
1010
+ #: ../../admin/config/maintenance.php:301
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1011
  msgid ""
1012
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1013
  "archive?"
1014
  msgstr ""
1015
 
1016
+ #: ../../admin/config/maintenance.php:301
1017
  msgid "Delete Archive"
1018
  msgstr ""
1019
 
1020
+ #: ../../admin/config/maintenance.php:304
1021
  msgid "Erase all the archived records. This operation cannot be undone."
1022
  msgstr ""
1023
 
1024
+ #: ../../admin/config/maintenance.php:310
1025
  msgid "Improve Performance"
1026
  msgstr ""
1027
 
1028
+ #: ../../admin/config/maintenance.php:314
1029
  msgid ""
1030
  "Please note that you will need about 30% more DB space to store the extra "
1031
  "information required."
1032
  msgstr ""
1033
 
1034
+ #: ../../admin/config/maintenance.php:318
1035
  msgid "Save DB Space"
1036
  msgstr ""
1037
 
1038
+ #: ../../admin/config/maintenance.php:321
1039
  msgid ""
1040
  "Please note that by removing table indexes, Slimstat's performance will be "
1041
  "affected."
1042
  msgstr ""
1043
 
1044
+ #: ../../admin/config/maintenance.php:328
1045
  msgid ""
1046
  "Hold on tight, we are about to import all your old data. Are you sure you "
1047
  "want to proceed?"
1048
  msgstr ""
1049
 
1050
+ #: ../../admin/config/maintenance.php:328
1051
  msgid "Import old data"
1052
  msgstr ""
1053
 
1054
+ #: ../../admin/config/maintenance.php:331
1055
  msgid ""
1056
  "Import all the records from the old table structure. No data will be deleted "
1057
  "from your database."
1058
  msgstr ""
1059
 
1060
+ #: ../../admin/config/maintenance.php:335
1061
  msgid "Import and Export"
1062
  msgstr ""
1063
 
1064
+ #: ../../admin/config/maintenance.php:339
1065
  msgid ""
1066
  "Here below you can find the current configuration string for Slimstat. You "
1067
  "can update your settings by pasting a new string inside the text area and "
1068
  "clicking the Import button."
1069
  msgstr ""
1070
 
1071
+ #: ../../admin/config/maintenance.php:344
1072
  msgid "Import"
1073
  msgstr ""
1074
 
1075
+ #: ../../admin/config/maintenance.php:345
1076
  msgid "Are you sure you want to OVERWRITE your current settings?"
1077
  msgstr ""
1078
 
1079
+ #: ../../admin/config/maintenance.php:350
1080
  msgid "Debugging"
1081
  msgstr ""
1082
 
1083
+ #: ../../admin/config/maintenance.php:353
1084
  msgid "Tracker Error Code"
1085
  msgstr ""
1086
 
1087
+ #: ../../admin/config/maintenance.php:355
1088
  msgid "recorded on"
1089
  msgstr ""
1090
 
1091
+ #: ../../admin/config/maintenance.php:355
 
 
 
 
 
1092
  msgid "No Errors so far"
1093
  msgstr ""
1094
 
1095
+ #: ../../admin/config/maintenance.php:356
1096
  msgid ""
1097
  "The information here above is useful to troubleshoot issues with the "
1098
  "tracker. Please include this code when sending a support request."
1099
  msgstr ""
1100
 
1101
+ #: ../../admin/config/maintenance.php:363
1102
  msgid "Reset Reports"
1103
  msgstr ""
1104
 
1105
+ #: ../../admin/config/maintenance.php:366
1106
  msgid ""
1107
  "Are you sure you want to restore the default arrangement of your reports?"
1108
  msgstr ""
1109
 
1110
+ #: ../../admin/config/maintenance.php:366
1111
  msgid "No Panic Button"
1112
  msgstr ""
1113
 
1114
+ #: ../../admin/config/maintenance.php:367
1115
  msgid ""
1116
  "Reset the default arrangement of your reports. Helpful when, for some "
1117
  "reason, reports disappear from your panels or something doesn't look right "
1343
  msgstr "Chrome OS"
1344
 
1345
  #: ../../admin/lang/dynamic_strings.php:59
1346
+ msgid "p-fir"
1347
+ msgstr "Fire OS"
1348
+
1349
+ #: ../../admin/lang/dynamic_strings.php:60
1350
  msgid "p-fre"
1351
  msgstr "Linux FreeBSD"
1352
 
1353
+ #: ../../admin/lang/dynamic_strings.php:61
1354
  msgid "p-ios"
1355
  msgstr "Apple iOS"
1356
 
1357
+ #: ../../admin/lang/dynamic_strings.php:62
1358
  msgid "p-jav"
1359
  msgstr "Java-based OS"
1360
 
1361
+ #: ../../admin/lang/dynamic_strings.php:63
1362
  msgid "p-lin"
1363
  msgstr "Linux"
1364
 
1365
+ #: ../../admin/lang/dynamic_strings.php:64
1366
  msgid "p-mac"
1367
  msgstr "Apple"
1368
 
1369
+ #: ../../admin/lang/dynamic_strings.php:65
1370
+ msgid "p-rim"
1371
+ msgstr "Blackberry RIM"
1372
+
1373
+ #: ../../admin/lang/dynamic_strings.php:66
1374
  msgid "p-sym"
1375
  msgstr "Symbian OS"
1376
 
1377
+ #: ../../admin/lang/dynamic_strings.php:67
1378
+ msgid "p-ubu"
1379
+ msgstr "Linux Ubuntu"
1380
+
1381
+ #: ../../admin/lang/dynamic_strings.php:68
1382
  msgid "p-unk"
1383
  msgstr "Unknown"
1384
 
1385
+ #: ../../admin/lang/dynamic_strings.php:69
1386
  msgid "p-win"
1387
  msgstr "Microsoft"
1388
 
1389
+ #: ../../admin/lang/dynamic_strings.php:70
1390
  msgid "powertv"
1391
  msgstr "PowerTV"
1392
 
1393
+ #: ../../admin/lang/dynamic_strings.php:71
1394
  msgid "acrobat"
1395
  msgstr "Acrobat Reader"
1396
 
1397
+ #: ../../admin/lang/dynamic_strings.php:72
1398
  msgid "director"
1399
  msgstr "Macromedia Director"
1400
 
1401
+ #: ../../admin/lang/dynamic_strings.php:73
1402
  msgid "flash"
1403
  msgstr "Adobe Flash Player"
1404
 
1405
+ #: ../../admin/lang/dynamic_strings.php:74
1406
  msgid "mediaplayer"
1407
  msgstr "Microsoft Media Player"
1408
 
1409
+ #: ../../admin/lang/dynamic_strings.php:75
1410
  msgid "quicktime"
1411
  msgstr "QuickTime"
1412
 
1413
+ #: ../../admin/lang/dynamic_strings.php:76
1414
  msgid "real"
1415
  msgstr "Real Player"
1416
 
1417
+ #: ../../admin/lang/dynamic_strings.php:77
1418
  msgid "silverlight"
1419
  msgstr "Microsoft Silverlight"
1420
 
1421
  # Afrikaans
1422
+ #: ../../admin/lang/dynamic_strings.php:78
1423
  msgid "l-af"
1424
  msgstr "Afrikaans"
1425
 
1426
  # Afrikaans
1427
+ #: ../../admin/lang/dynamic_strings.php:79
1428
  msgid "l-af-za"
1429
  msgstr "Afrikaans (South Africa)"
1430
 
1431
  # Arabic
1432
+ #: ../../admin/lang/dynamic_strings.php:80
1433
  msgid "l-ar"
1434
  msgstr "Arabic"
1435
 
1436
  # Arabic
1437
+ #: ../../admin/lang/dynamic_strings.php:81
1438
  msgid "l-ar-ae"
1439
  msgstr "Arabic (U.A.E.)"
1440
 
1441
  # Arabic
1442
+ #: ../../admin/lang/dynamic_strings.php:82
1443
  msgid "l-ar-bh"
1444
  msgstr "Arabic (Bahrain)"
1445
 
1446
  # Arabic
1447
+ #: ../../admin/lang/dynamic_strings.php:83
1448
  msgid "l-ar-dz"
1449
  msgstr "Arabic (Algeria)"
1450
 
1451
  # Arabic
1452
+ #: ../../admin/lang/dynamic_strings.php:84
1453
  msgid "l-ar-eg"
1454
  msgstr "Arabic (Egypt)"
1455
 
1456
  # Arabic
1457
+ #: ../../admin/lang/dynamic_strings.php:85
1458
  msgid "l-ar-iq"
1459
  msgstr "Arabic (Iraq)"
1460
 
1461
  # Arabic
1462
+ #: ../../admin/lang/dynamic_strings.php:86
1463
  msgid "l-ar-jo"
1464
  msgstr "Arabic (Jordan)"
1465
 
1466
  # Arabic
1467
+ #: ../../admin/lang/dynamic_strings.php:87
1468
  msgid "l-ar-kw"
1469
  msgstr "Arabic (Kuwait)"
1470
 
1471
  # Arabic
1472
+ #: ../../admin/lang/dynamic_strings.php:88
1473
  msgid "l-ar-lb"
1474
  msgstr "Arabic (Lebanon)"
1475
 
1476
  # Arabic
1477
+ #: ../../admin/lang/dynamic_strings.php:89
1478
  msgid "l-ar-ly"
1479
  msgstr "Arabic (Libya)"
1480
 
1481
  # Arabic
1482
+ #: ../../admin/lang/dynamic_strings.php:90
1483
  msgid "l-ar-ma"
1484
  msgstr "Arabic (Morocco)"
1485
 
1486
  # Arabic
1487
+ #: ../../admin/lang/dynamic_strings.php:91
1488
  msgid "l-ar-om"
1489
  msgstr "Arabic (Oman)"
1490
 
1491
  # Arabic
1492
+ #: ../../admin/lang/dynamic_strings.php:92
1493
  msgid "l-ar-qa"
1494
  msgstr "Arabic (Qatar)"
1495
 
1496
  # Arabic
1497
+ #: ../../admin/lang/dynamic_strings.php:93
1498
  msgid "l-ar-sa"
1499
  msgstr "Arabic (Saudi Arabia)"
1500
 
1501
  # Arabic
1502
+ #: ../../admin/lang/dynamic_strings.php:94
1503
  msgid "l-ar-sy"
1504
  msgstr "Arabic (Syria)"
1505
 
1506
  # Arabic
1507
+ #: ../../admin/lang/dynamic_strings.php:95
1508
  msgid "l-ar-tn"
1509
  msgstr "Arabic (Tunisia)"
1510
 
1511
  # Arabic
1512
+ #: ../../admin/lang/dynamic_strings.php:96
1513
  msgid "l-ar-ye"
1514
  msgstr "Arabic (Yemen)"
1515
 
1516
  # Azerbaijani
1517
+ #: ../../admin/lang/dynamic_strings.php:97
1518
  msgid "l-az"
1519
  msgstr "Azerbaijani"
1520
 
1521
  # Azerbaijani
1522
+ #: ../../admin/lang/dynamic_strings.php:98
1523
  msgid "l-az-az"
1524
  msgstr "Azeri (Latin)"
1525
 
1526
  # Belarusian
1527
+ #: ../../admin/lang/dynamic_strings.php:99
1528
  msgid "l-be"
1529
  msgstr "Belarusian"
1530
 
1531
  # Belarusian
1532
+ #: ../../admin/lang/dynamic_strings.php:100
1533
  msgid "l-be-by"
1534
  msgstr "Belarusian (Belarus)"
1535
 
1536
  # Bulgarian
1537
+ #: ../../admin/lang/dynamic_strings.php:101
1538
  msgid "l-bg"
1539
  msgstr "Bulgarian"
1540
 
1541
  # Bulgarian
1542
+ #: ../../admin/lang/dynamic_strings.php:102
1543
  msgid "l-bg-bg"
1544
  msgstr "Bulgarian (Bulgaria)"
1545
 
1546
  # Bosnian
1547
+ #: ../../admin/lang/dynamic_strings.php:103
1548
  msgid "l-bs-ba"
1549
  msgstr "Bosnian"
1550
 
1551
  # Catalan; Valencian
1552
+ #: ../../admin/lang/dynamic_strings.php:104
1553
  msgid "l-ca"
1554
  msgstr "Catalan"
1555
 
1556
  # Catalan; Valencian
1557
+ #: ../../admin/lang/dynamic_strings.php:105
1558
  msgid "l-ca-es"
1559
  msgstr "Catalan; Valencian"
1560
 
1561
  # Czech
1562
+ #: ../../admin/lang/dynamic_strings.php:106
1563
  msgid "l-cs"
1564
  msgstr "Czech"
1565
 
1566
  # Czech
1567
+ #: ../../admin/lang/dynamic_strings.php:107
1568
  msgid "l-cs-cz"
1569
  msgstr "Czech (Czech Republic)"
1570
 
1571
  # Welsh
1572
+ #: ../../admin/lang/dynamic_strings.php:108
1573
  msgid "l-cy"
1574
  msgstr "Welsh"
1575
 
1576
  # Welsh
1577
+ #: ../../admin/lang/dynamic_strings.php:109
1578
  msgid "l-cy-gb"
1579
  msgstr "Welsh (UK)"
1580
 
1581
  # Danish
1582
+ #: ../../admin/lang/dynamic_strings.php:110
1583
  msgid "l-da"
1584
  msgstr "Danish"
1585
 
1586
  # Danish
1587
+ #: ../../admin/lang/dynamic_strings.php:111
1588
  msgid "l-da-dk"
1589
  msgstr "Danish (Denmark)"
1590
 
1591
  # German
1592
+ #: ../../admin/lang/dynamic_strings.php:112
1593
  msgid "l-de"
1594
  msgstr "German"
1595
 
1596
  # German
1597
+ #: ../../admin/lang/dynamic_strings.php:113
1598
  msgid "l-de-at"
1599
  msgstr "German (Austria)"
1600
 
1601
  # German
1602
+ #: ../../admin/lang/dynamic_strings.php:114
1603
  msgid "l-de-ch"
1604
  msgstr "German (Switzerland)"
1605
 
1606
  # German
1607
+ #: ../../admin/lang/dynamic_strings.php:115
1608
  msgid "l-de-de"
1609
  msgstr "German (Germany)"
1610
 
1611
  # German
1612
+ #: ../../admin/lang/dynamic_strings.php:116
1613
  msgid "l-de-li"
1614
  msgstr "German (Liechtenstein)"
1615
 
1616
  # German
1617
+ #: ../../admin/lang/dynamic_strings.php:117
1618
  msgid "l-de-lu"
1619
  msgstr "German (Luxembourg)"
1620
 
1621
  # Dhivehi; Divehi; Maldivian
1622
+ #: ../../admin/lang/dynamic_strings.php:118
1623
  msgid "l-dv"
1624
  msgstr "Dhivehi; Divehi; Maldivian"
1625
 
1626
  # Dhivehi; Divehi; Maldivian
1627
+ #: ../../admin/lang/dynamic_strings.php:119
1628
  msgid "l-dv-mv"
1629
  msgstr "Maldivian"
1630
 
1631
  # Modern Greek (1453-)
1632
+ #: ../../admin/lang/dynamic_strings.php:120
1633
  msgid "l-el"
1634
  msgstr "Greek"
1635
 
1636
  # Modern Greek (1453-)
1637
+ #: ../../admin/lang/dynamic_strings.php:121
1638
  msgid "l-el-gr"
1639
  msgstr "Greek (Greece)"
1640
 
1641
  # English
1642
+ #: ../../admin/lang/dynamic_strings.php:122
1643
  msgid "l-en"
1644
  msgstr "English"
1645
 
1646
  # English
1647
+ #: ../../admin/lang/dynamic_strings.php:123
1648
  msgid "l-en-au"
1649
  msgstr "English (Australia)"
1650
 
1651
  # English
1652
+ #: ../../admin/lang/dynamic_strings.php:124
1653
  msgid "l-en-bz"
1654
  msgstr "English (Belize)"
1655
 
1656
  # English
1657
+ #: ../../admin/lang/dynamic_strings.php:125
1658
  msgid "l-en-ca"
1659
  msgstr "English (Canada)"
1660
 
1661
  # English
1662
+ #: ../../admin/lang/dynamic_strings.php:126
1663
  msgid "l-en-cb"
1664
  msgstr "English (Caribbean)"
1665
 
1666
  # English
1667
+ #: ../../admin/lang/dynamic_strings.php:127
1668
  msgid "l-en-gb"
1669
  msgstr "English (Great Britain)"
1670
 
1671
  # English
1672
+ #: ../../admin/lang/dynamic_strings.php:128
1673
  msgid "l-en-ie"
1674
  msgstr "English (Ireland)"
1675
 
1676
  # English
1677
+ #: ../../admin/lang/dynamic_strings.php:129
1678
  msgid "l-en-jm"
1679
  msgstr "English (Jamaica)"
1680
 
1681
  # English
1682
+ #: ../../admin/lang/dynamic_strings.php:130
1683
  msgid "l-en-nz"
1684
  msgstr "English (New Zealand)"
1685
 
1686
  # English
1687
+ #: ../../admin/lang/dynamic_strings.php:131
1688
  msgid "l-en-ph"
1689
  msgstr "English (Philippines)"
1690
 
1691
  # English
1692
+ #: ../../admin/lang/dynamic_strings.php:132
1693
  msgid "l-en-tt"
1694
  msgstr "English (Trinidad and Tobago)"
1695
 
1696
  # English
1697
+ #: ../../admin/lang/dynamic_strings.php:133
1698
  msgid "l-en-us"
1699
  msgstr "English (USA)"
1700
 
1701
  # English
1702
+ #: ../../admin/lang/dynamic_strings.php:134
1703
  msgid "l-en-za"
1704
  msgstr "English (South Africa)"
1705
 
1706
  # English
1707
+ #: ../../admin/lang/dynamic_strings.php:135
1708
  msgid "l-en-zw"
1709
  msgstr "English (Zimbabwe)"
1710
 
1711
  # Esperanto
1712
+ #: ../../admin/lang/dynamic_strings.php:136
1713
  msgid "l-eo"
1714
  msgstr "Esperanto"
1715
 
1716
  # Spanish; Castilian
1717
+ #: ../../admin/lang/dynamic_strings.php:137
1718
  msgid "l-es"
1719
  msgstr "Spanish"
1720
 
1721
  # Spanish; Castilian
1722
+ #: ../../admin/lang/dynamic_strings.php:138
1723
  msgid "l-es-ar"
1724
  msgstr "Spanish (Argentina)"
1725
 
1726
  # Spanish; Castilian
1727
+ #: ../../admin/lang/dynamic_strings.php:139
1728
  msgid "l-es-bo"
1729
  msgstr "Spanish (Bolivia)"
1730
 
1731
  # Spanish; Castilian
1732
+ #: ../../admin/lang/dynamic_strings.php:140
1733
  msgid "l-es-cl"
1734
  msgstr "Spanish (Chile)"
1735
 
1736
  # Spanish; Castilian
1737
+ #: ../../admin/lang/dynamic_strings.php:141
1738
  msgid "l-es-co"
1739
  msgstr "Spanish (Colombia)"
1740
 
1741
  # Spanish; Castilian
1742
+ #: ../../admin/lang/dynamic_strings.php:142
1743
  msgid "l-es-cr"
1744
  msgstr "Spanish (Costa Rica)"
1745
 
1746
  # Spanish; Castilian
1747
+ #: ../../admin/lang/dynamic_strings.php:143
1748
  msgid "l-es-do"
1749
  msgstr "Spanish (Dominican Republic)"
1750
 
1751
  # Spanish; Castilian
1752
+ #: ../../admin/lang/dynamic_strings.php:144
1753
  msgid "l-es-ec"
1754
  msgstr "Spanish (Ecuador)"
1755
 
1756
  # Spanish; Castilian
1757
+ #: ../../admin/lang/dynamic_strings.php:145
1758
  msgid "l-es-es"
1759
  msgstr "Spanish (Spain)"
1760
 
1761
  # Spanish; Castilian
1762
+ #: ../../admin/lang/dynamic_strings.php:146
1763
  msgid "l-es-gt"
1764
  msgstr "Spanish (Guatemala)"
1765
 
1766
  # Spanish; Castilian
1767
+ #: ../../admin/lang/dynamic_strings.php:147
1768
  msgid "l-es-hn"
1769
  msgstr "Spanish (Honduras)"
1770
 
1771
  # Spanish; Castilian
1772
+ #: ../../admin/lang/dynamic_strings.php:148
1773
  msgid "l-es-mx"
1774
  msgstr "Spanish (Mexico)"
1775
 
1776
  # Spanish; Castilian
1777
+ #: ../../admin/lang/dynamic_strings.php:149
1778
  msgid "l-es-ni"
1779
  msgstr "Spanish (Nicaragua)"
1780
 
1781
  # Spanish; Castilian
1782
+ #: ../../admin/lang/dynamic_strings.php:150
1783
  msgid "l-es-pa"
1784
  msgstr "Spanish (Panama)"
1785
 
1786
  # Spanish; Castilian
1787
+ #: ../../admin/lang/dynamic_strings.php:151
1788
  msgid "l-es-pe"
1789
  msgstr "Spanish (Peru)"
1790
 
1791
  # Spanish; Castilian
1792
+ #: ../../admin/lang/dynamic_strings.php:152
1793
  msgid "l-es-pr"
1794
  msgstr "Spanish (Puerto Rico)"
1795
 
1796
  # Spanish; Castilian
1797
+ #: ../../admin/lang/dynamic_strings.php:153
1798
  msgid "l-es-py"
1799
  msgstr "Spanish (Paraguay)"
1800
 
1801
  # Spanish; Castilian
1802
+ #: ../../admin/lang/dynamic_strings.php:154
1803
  msgid "l-es-sv"
1804
  msgstr "Spanish (El Salvador)"
1805
 
1806
  # Spanish; Castilian
1807
+ #: ../../admin/lang/dynamic_strings.php:155
1808
  msgid "l-es-uy"
1809
  msgstr "Spanish (Uruguay)"
1810
 
1811
  # Spanish; Castilian
1812
+ #: ../../admin/lang/dynamic_strings.php:156
1813
  msgid "l-es-ve"
1814
  msgstr "Spanish (Venezuela)"
1815
 
1816
  # Estonian
1817
+ #: ../../admin/lang/dynamic_strings.php:157
1818
  msgid "l-et"
1819
  msgstr "Estonian"
1820
 
1821
  # Estonian
1822
+ #: ../../admin/lang/dynamic_strings.php:158
1823
  msgid "l-et-ee"
1824
  msgstr "Estonian (Estonia)"
1825
 
1826
  # Basque
1827
+ #: ../../admin/lang/dynamic_strings.php:159
1828
  msgid "l-eu"
1829
  msgstr "Basque"
1830
 
1831
  # Basque
1832
+ #: ../../admin/lang/dynamic_strings.php:160
1833
  msgid "l-eu-es"
1834
  msgstr "Basque (Spain)"
1835
 
1836
  # Persian
1837
+ #: ../../admin/lang/dynamic_strings.php:161
1838
  msgid "l-fa"
1839
  msgstr "Persian"
1840
 
1841
  # Persian
1842
+ #: ../../admin/lang/dynamic_strings.php:162
1843
  msgid "l-fa-ir"
1844
  msgstr "Persian (Iran)"
1845
 
1846
  # Finnish
1847
+ #: ../../admin/lang/dynamic_strings.php:163
1848
  msgid "l-fi"
1849
  msgstr "Finnish"
1850
 
1851
  # Finnish
1852
+ #: ../../admin/lang/dynamic_strings.php:164
1853
  msgid "l-fi-fi"
1854
  msgstr "Finnish (Finland)"
1855
 
1856
  # Faroese
1857
+ #: ../../admin/lang/dynamic_strings.php:165
1858
  msgid "l-fo"
1859
  msgstr "Faroese"
1860
 
1861
  # Faroese
1862
+ #: ../../admin/lang/dynamic_strings.php:166
1863
  msgid "l-fo-fo"
1864
  msgstr "Faroese (Faroe Islands)"
1865
 
1866
  # French
1867
+ #: ../../admin/lang/dynamic_strings.php:167
1868
  msgid "l-fr"
1869
  msgstr "French"
1870
 
1871
  # French
1872
+ #: ../../admin/lang/dynamic_strings.php:168
1873
  msgid "l-fr-be"
1874
  msgstr "French (Belgium)"
1875
 
1876
  # French
1877
+ #: ../../admin/lang/dynamic_strings.php:169
1878
  msgid "l-fr-ca"
1879
  msgstr "French (Canada)"
1880
 
1881
  # French
1882
+ #: ../../admin/lang/dynamic_strings.php:170
1883
  msgid "l-fr-ch"
1884
  msgstr "French (Switzerland)"
1885
 
1886
  # French
1887
+ #: ../../admin/lang/dynamic_strings.php:171
1888
  msgid "l-fr-fr"
1889
  msgstr "French (France)"
1890
 
1891
  # French
1892
+ #: ../../admin/lang/dynamic_strings.php:172
1893
  msgid "l-fr-lu"
1894
  msgstr "French (Luxembourg)"
1895
 
1896
  # French
1897
+ #: ../../admin/lang/dynamic_strings.php:173
1898
  msgid "l-fr-mc"
1899
  msgstr "French (Monaco)"
1900
 
1901
  # Galician
1902
+ #: ../../admin/lang/dynamic_strings.php:174
1903
  msgid "l-gl"
1904
  msgstr "Galician"
1905
 
1906
  # Spanish; Castilian
1907
+ #: ../../admin/lang/dynamic_strings.php:175
1908
  msgid "l-gl-es"
1909
  msgstr "Galician (Spain)"
1910
 
1911
  # Gujarati
1912
+ #: ../../admin/lang/dynamic_strings.php:176
1913
  msgid "l-gu"
1914
  msgstr "Gujarati"
1915
 
1916
  # Gujarati
1917
+ #: ../../admin/lang/dynamic_strings.php:177
1918
  msgid "l-gu-in"
1919
  msgstr "Gujarati (India)"
1920
 
1921
  # Hebrew
1922
+ #: ../../admin/lang/dynamic_strings.php:178
1923
  msgid "l-he"
1924
  msgstr "Hebrew"
1925
 
1926
  # Hebrew
1927
+ #: ../../admin/lang/dynamic_strings.php:179
1928
  msgid "l-he-il"
1929
  msgstr "Hebrew (Israel)"
1930
 
1931
  # Hindi
1932
+ #: ../../admin/lang/dynamic_strings.php:180
1933
  msgid "l-hi"
1934
  msgstr "Hindi"
1935
 
1936
  # Hindi
1937
+ #: ../../admin/lang/dynamic_strings.php:181
1938
  msgid "l-hi-in"
1939
  msgstr "Hindi (India)"
1940
 
1941
  # Croatian
1942
+ #: ../../admin/lang/dynamic_strings.php:182
1943
  msgid "l-hr"
1944
  msgstr "Croatian"
1945
 
1946
  # Croatian
1947
+ #: ../../admin/lang/dynamic_strings.php:183
1948
  msgid "l-hr-ba"
1949
  msgstr "Croatian (Bosnia)"
1950
 
1951
  # Croatian
1952
+ #: ../../admin/lang/dynamic_strings.php:184
1953
  msgid "l-hr-hr"
1954
  msgstr "Croatian (Croatia)"
1955
 
1956
  # Hungarian
1957
+ #: ../../admin/lang/dynamic_strings.php:185
1958
  msgid "l-hu"
1959
  msgstr "Hungarian"
1960
 
1961
  # Hungarian
1962
+ #: ../../admin/lang/dynamic_strings.php:186
1963
  msgid "l-hu-hu"
1964
  msgstr "Hungarian (Hungary)"
1965
 
1966
  # Armenian
1967
+ #: ../../admin/lang/dynamic_strings.php:187
1968
  msgid "l-hy"
1969
  msgstr "Armenian"
1970
 
1971
  # Armenian
1972
+ #: ../../admin/lang/dynamic_strings.php:188
1973
  msgid "l-hy-am"
1974
  msgstr "Armenian (Armenia)"
1975
 
1976
+ #: ../../admin/lang/dynamic_strings.php:189
1977
  msgid "l-id"
1978
  msgstr ""
1979
 
1980
+ #: ../../admin/lang/dynamic_strings.php:190
1981
  msgid "l-id-id"
1982
  msgstr ""
1983
 
1984
  # Icelandic
1985
+ #: ../../admin/lang/dynamic_strings.php:191
1986
  msgid "l-is"
1987
  msgstr "Icelandic"
1988
 
1989
  # Icelandic
1990
+ #: ../../admin/lang/dynamic_strings.php:192
1991
  msgid "l-is-is"
1992
  msgstr "Icelandic (Iceland)"
1993
 
1994
  # Italian
1995
+ #: ../../admin/lang/dynamic_strings.php:193
1996
  msgid "l-it"
1997
  msgstr "Italian"
1998
 
1999
  # Italian
2000
+ #: ../../admin/lang/dynamic_strings.php:194
2001
  msgid "l-it-ch"
2002
  msgstr "Italian (Switzerland)"
2003
 
2004
  # Italian
2005
+ #: ../../admin/lang/dynamic_strings.php:195
2006
  msgid "l-it-it"
2007
  msgstr "Italian (Italy)"
2008
 
2009
  # Japanese
2010
+ #: ../../admin/lang/dynamic_strings.php:196
2011
  msgid "l-ja"
2012
  msgstr "Japanese"
2013
 
2014
  # Japanese
2015
+ #: ../../admin/lang/dynamic_strings.php:197
2016
  msgid "l-ja-jp"
2017
  msgstr "Japanese (Japan)"
2018
 
2019
  # Georgian
2020
+ #: ../../admin/lang/dynamic_strings.php:198
2021
  msgid "l-ka"
2022
  msgstr "Georgian"
2023
 
2024
  # Georgian
2025
+ #: ../../admin/lang/dynamic_strings.php:199
2026
  msgid "l-ka-ge"
2027
  msgstr "Georgian (Georgia)"
2028
 
2029
  # Kazakh
2030
+ #: ../../admin/lang/dynamic_strings.php:200
2031
  msgid "l-kk"
2032
  msgstr "Kazakh"
2033
 
2034
  # Kazakh
2035
+ #: ../../admin/lang/dynamic_strings.php:201
2036
  msgid "l-kk-kz"
2037
  msgstr "Kazakh (Kazakhstan)"
2038
 
2039
  # Kannada
2040
+ #: ../../admin/lang/dynamic_strings.php:202
2041
  msgid "l-kn"
2042
  msgstr "Kannada"
2043
 
2044
  # Kannada
2045
+ #: ../../admin/lang/dynamic_strings.php:203
2046
  msgid "l-kn-in"
2047
  msgstr "Kannada (India)"
2048
 
2049
  # Korean
2050
+ #: ../../admin/lang/dynamic_strings.php:204
2051
  msgid "l-ko"
2052
  msgstr "Korean"
2053
 
2054
  # Korean
2055
+ #: ../../admin/lang/dynamic_strings.php:205
2056
  msgid "l-ko-kr"
2057
  msgstr "Korean (Korea)"
2058
 
2059
  # Korean
2060
+ #: ../../admin/lang/dynamic_strings.php:206
2061
  msgid "l-kok"
2062
  msgstr "Konkani"
2063
 
2064
  # Korean
2065
+ #: ../../admin/lang/dynamic_strings.php:207
2066
  msgid "l-kok-in"
2067
  msgstr "Konkani (India)"
2068
 
2069
  # Kirghiz; Kyrgyz
2070
+ #: ../../admin/lang/dynamic_strings.php:208
2071
  msgid "l-ky"
2072
  msgstr "Kirghiz"
2073
 
2074
  # Kirghiz; Kyrgyz
2075
+ #: ../../admin/lang/dynamic_strings.php:209
2076
  msgid "l-ky-kg"
2077
  msgstr "Kirghiz (Kazakhstan)"
2078
 
2079
  # Lithuanian
2080
+ #: ../../admin/lang/dynamic_strings.php:210
2081
  msgid "l-lt"
2082
  msgstr "Lithuanian"
2083
 
2084
  # Lithuanian
2085
+ #: ../../admin/lang/dynamic_strings.php:211
2086
  msgid "l-lt-lt"
2087
  msgstr "Lithuanian (Lithuania)"
2088
 
2089
  # Latvian
2090
+ #: ../../admin/lang/dynamic_strings.php:212
2091
  msgid "l-lv"
2092
  msgstr "Latvian"
2093
 
2094
  # Latvian
2095
+ #: ../../admin/lang/dynamic_strings.php:213
2096
  msgid "l-lv-lv"
2097
  msgstr "Latvian (Latvia)"
2098
 
2099
  # Maori
2100
+ #: ../../admin/lang/dynamic_strings.php:214
2101
  msgid "l-mi"
2102
  msgstr "Maori"
2103
 
2104
  # Maori
2105
+ #: ../../admin/lang/dynamic_strings.php:215
2106
  msgid "l-mi-nz"
2107
  msgstr "Maori (New Zealand)"
2108
 
2109
  # Macedonian
2110
+ #: ../../admin/lang/dynamic_strings.php:216
2111
  msgid "l-mk"
2112
  msgstr "Macedonian"
2113
 
2114
  # Macedonian
2115
+ #: ../../admin/lang/dynamic_strings.php:217
2116
  msgid "l-mk-ml"
2117
  msgstr "Macedonian (FYROM)"
2118
 
2119
  # Mongolian
2120
+ #: ../../admin/lang/dynamic_strings.php:218
2121
  msgid "l-mn"
2122
  msgstr "Mongolian"
2123
 
2124
  # Mongolian
2125
+ #: ../../admin/lang/dynamic_strings.php:219
2126
  msgid "l-mn-mn"
2127
  msgstr "Mongolian (Mongolia)"
2128
 
2129
  # Marathi
2130
+ #: ../../admin/lang/dynamic_strings.php:220
2131
  msgid "l-mr"
2132
  msgstr "Marathi"
2133
 
2134
  # Marathi
2135
+ #: ../../admin/lang/dynamic_strings.php:221
2136
  msgid "l-mr-in"
2137
  msgstr "Marathi (India)"
2138
 
2139
  # Malay
2140
+ #: ../../admin/lang/dynamic_strings.php:222
2141
  msgid "l-ms"
2142
  msgstr "Malay"
2143
 
2144
  # Malay
2145
+ #: ../../admin/lang/dynamic_strings.php:223
2146
  msgid "l-ms-bn"
2147
  msgstr "Malay (Brunei)"
2148
 
2149
  # Malay
2150
+ #: ../../admin/lang/dynamic_strings.php:224
2151
  msgid "l-ms-my"
2152
  msgstr "Malay (Malaysia)"
2153
 
2154
  # Maltese
2155
+ #: ../../admin/lang/dynamic_strings.php:225
2156
  msgid "l-mt"
2157
  msgstr "Maltese"
2158
 
2159
  # Maltese
2160
+ #: ../../admin/lang/dynamic_strings.php:226
2161
  msgid "l-mt-mt"
2162
  msgstr "Maltese (Malta)"
2163
 
2164
  # Norwegian Bokmål
2165
+ #: ../../admin/lang/dynamic_strings.php:227
2166
  msgid "l-nb"
2167
  msgstr "Norwegian; Bokmål"
2168
 
2169
  # Norwegian Bokmål
2170
+ #: ../../admin/lang/dynamic_strings.php:228
2171
  msgid "l-nb-no"
2172
  msgstr "Norwegian (Norway)"
2173
 
2174
  # Dutch; Flemish
2175
+ #: ../../admin/lang/dynamic_strings.php:229
2176
  msgid "l-nl"
2177
  msgstr "Dutch; Flemish"
2178
 
2179
  # Belarusian
2180
+ #: ../../admin/lang/dynamic_strings.php:230
2181
  msgid "l-nl-be"
2182
  msgstr "Dutch (Belgium)"
2183
 
2184
  # Dutch; Flemish
2185
+ #: ../../admin/lang/dynamic_strings.php:231
2186
  msgid "l-nl-nl"
2187
  msgstr "Dutch (The Netherlands)"
2188
 
2189
  # Norwegian Nynorsk
2190
+ #: ../../admin/lang/dynamic_strings.php:232
2191
  msgid "l-nn-no"
2192
  msgstr "Norwegian; Nynorsk (Norway)"
2193
 
2194
+ #: ../../admin/lang/dynamic_strings.php:233
2195
  msgid "l-ns"
2196
  msgstr ""
2197
 
2198
+ #: ../../admin/lang/dynamic_strings.php:234
2199
  msgid "l-ns-za"
2200
  msgstr ""
2201
 
2202
  # Panjabi; Punjabi
2203
+ #: ../../admin/lang/dynamic_strings.php:235
2204
  msgid "l-pa"
2205
  msgstr "Panjabi; Punjabi"
2206
 
2207
  # Panjabi; Punjabi
2208
+ #: ../../admin/lang/dynamic_strings.php:236
2209
  msgid "l-pa-in"
2210
  msgstr "Panjabi (India)"
2211
 
2212
  # Polish
2213
+ #: ../../admin/lang/dynamic_strings.php:237
2214
  msgid "l-pl"
2215
  msgstr "Polish"
2216
 
2217
  # Polish
2218
+ #: ../../admin/lang/dynamic_strings.php:238
2219
  msgid "l-pl-pl"
2220
  msgstr "Polish (Poland)"
2221
 
2222
  # Pushto; Pashto
2223
+ #: ../../admin/lang/dynamic_strings.php:239
2224
  msgid "l-ps"
2225
  msgstr "Pushto; Pashto"
2226
 
2227
  # Pushto; Pashto
2228
+ #: ../../admin/lang/dynamic_strings.php:240
2229
  msgid "l-ps-ar"
2230
  msgstr "Pashto (Afghanistan)"
2231
 
2232
  # Portuguese
2233
+ #: ../../admin/lang/dynamic_strings.php:241
2234
  msgid "l-pt"
2235
  msgstr "Portuguese"
2236
 
2237
  # Portuguese
2238
+ #: ../../admin/lang/dynamic_strings.php:242
2239
  msgid "l-pt-br"
2240
  msgstr "Portuguese (Brazil)"
2241
 
2242
  # Portuguese
2243
+ #: ../../admin/lang/dynamic_strings.php:243
2244
  msgid "l-pt-pt"
2245
  msgstr "Portuguese (Portugal)"
2246
 
2247
  # Quechua
2248
+ #: ../../admin/lang/dynamic_strings.php:244
2249
  msgid "l-qu"
2250
  msgstr "Quechua"
2251
 
2252
  # Quechua
2253
+ #: ../../admin/lang/dynamic_strings.php:245
2254
  msgid "l-qu-bo"
2255
  msgstr "Quechua (Bolivia)"
2256
 
2257
  # Quechua
2258
+ #: ../../admin/lang/dynamic_strings.php:246
2259
  msgid "l-qu-ec"
2260
  msgstr "Quechua (Ecuador)"
2261
 
2262
  # Quechua
2263
+ #: ../../admin/lang/dynamic_strings.php:247
2264
  msgid "l-qu-pe"
2265
  msgstr "Quechua (Peru)"
2266
 
2267
  # Romanian; Moldavian; Moldovan
2268
+ #: ../../admin/lang/dynamic_strings.php:248
2269
  msgid "l-ro"
2270
  msgstr "Romanian"
2271
 
2272
  # Romanian; Moldavian; Moldovan
2273
+ #: ../../admin/lang/dynamic_strings.php:249
2274
  msgid "l-ro-ro"
2275
  msgstr "Romanian (Romania)"
2276
 
2277
  # Russian
2278
+ #: ../../admin/lang/dynamic_strings.php:250
2279
  msgid "l-ru"
2280
  msgstr "Russian"
2281
 
2282
  # Russian
2283
+ #: ../../admin/lang/dynamic_strings.php:251
2284
  msgid "l-ru-ru"
2285
  msgstr "Russian (Russia)"
2286
 
2287
+ #: ../../admin/lang/dynamic_strings.php:252
2288
  msgid "l-sa"
2289
  msgstr ""
2290
 
2291
+ #: ../../admin/lang/dynamic_strings.php:253
2292
  msgid "l-sa-in"
2293
  msgstr ""
2294
 
2295
  # Northern Sami
2296
+ #: ../../admin/lang/dynamic_strings.php:254
2297
  msgid "l-se"
2298
  msgstr "Northern Sami"
2299
 
2300
  # Northern Sami
2301
+ #: ../../admin/lang/dynamic_strings.php:255
2302
  msgid "l-se-fi"
2303
  msgstr "Northern Sami (Finland)"
2304
 
2305
  # Northern Sami
2306
+ #: ../../admin/lang/dynamic_strings.php:256
2307
  msgid "l-se-no"
2308
  msgstr "Northern Sami (Norway)"
2309
 
2310
  # Northern Sami
2311
+ #: ../../admin/lang/dynamic_strings.php:257
2312
  msgid "l-se-se"
2313
  msgstr "Northern Sami (Sweden)"
2314
 
2315
  # Slovak
2316
+ #: ../../admin/lang/dynamic_strings.php:258
2317
  msgid "l-sk"
2318
  msgstr "Slovak"
2319
 
2320
  # Slovak
2321
+ #: ../../admin/lang/dynamic_strings.php:259
2322
  msgid "l-sk-sk"
2323
  msgstr "Slovak (Slovakia)"
2324
 
2325
  # Slovenian
2326
+ #: ../../admin/lang/dynamic_strings.php:260
2327
  msgid "l-sl"
2328
  msgstr "Slovenian"
2329
 
2330
  # Slovenian
2331
+ #: ../../admin/lang/dynamic_strings.php:261
2332
  msgid "l-sl-si"
2333
  msgstr "Slovenian (Slovenia)"
2334
 
2335
  # Albanian
2336
+ #: ../../admin/lang/dynamic_strings.php:262
2337
  msgid "l-sq"
2338
  msgstr "Albanian"
2339
 
2340
  # Albanian
2341
+ #: ../../admin/lang/dynamic_strings.php:263
2342
  msgid "l-sq-al"
2343
  msgstr "Albanian (Albania)"
2344
 
2345
  # Serbian
2346
+ #: ../../admin/lang/dynamic_strings.php:264
2347
  msgid "l-sr-ba"
2348
  msgstr "Serbian (Bosnia and Herzegovina)"
2349
 
2350
  # Serbian
2351
+ #: ../../admin/lang/dynamic_strings.php:265
2352
  msgid "l-sr-sp"
2353
  msgstr "Serbian (Serbia and Montenegro)"
2354
 
2355
  # Swedish
2356
+ #: ../../admin/lang/dynamic_strings.php:266
2357
  msgid "l-sv"
2358
  msgstr "Swedish"
2359
 
2360
  # Swedish
2361
+ #: ../../admin/lang/dynamic_strings.php:267
2362
  msgid "l-sv-fi"
2363
  msgstr "Swedish (Finland)"
2364
 
2365
  # Swedish
2366
+ #: ../../admin/lang/dynamic_strings.php:268
2367
  msgid "l-sv-se"
2368
  msgstr "Swedish (Sweden)"
2369
 
2370
  # Swahili
2371
+ #: ../../admin/lang/dynamic_strings.php:269
2372
  msgid "l-sw"
2373
  msgstr "Swahili"
2374
 
2375
  # Swahili
2376
+ #: ../../admin/lang/dynamic_strings.php:270
2377
  msgid "l-sw-ke"
2378
  msgstr "Swahili (Kenya)"
2379
 
2380
  # Tamil
2381
+ #: ../../admin/lang/dynamic_strings.php:271
2382
  msgid "l-ta"
2383
  msgstr "Tamil"
2384
 
2385
  # Tamil
2386
+ #: ../../admin/lang/dynamic_strings.php:272
2387
  msgid "l-ta-in"
2388
  msgstr "Tamil (India)"
2389
 
2390
  # Telugu
2391
+ #: ../../admin/lang/dynamic_strings.php:273
2392
  msgid "l-te"
2393
  msgstr "Telugu"
2394
 
2395
  # Telugu
2396
+ #: ../../admin/lang/dynamic_strings.php:274
2397
  msgid "l-te-in"
2398
  msgstr "Telugu (India)"
2399
 
2400
  # Thai
2401
+ #: ../../admin/lang/dynamic_strings.php:275
2402
  msgid "l-th"
2403
  msgstr "Thai"
2404
 
2405
  # Thai
2406
+ #: ../../admin/lang/dynamic_strings.php:276
2407
  msgid "l-th-th"
2408
  msgstr "Thai (Thailand)"
2409
 
2410
  # Tagalog
2411
+ #: ../../admin/lang/dynamic_strings.php:277
2412
  msgid "l-tl"
2413
  msgstr "Tagalog"
2414
 
2415
  # Tagalog
2416
+ #: ../../admin/lang/dynamic_strings.php:278
2417
  msgid "l-tl-ph"
2418
  msgstr "Tagalog (Philippines)"
2419
 
2420
  # Tswana
2421
+ #: ../../admin/lang/dynamic_strings.php:279
2422
  msgid "l-tn"
2423
  msgstr "Tswana"
2424
 
2425
  # Tswana
2426
+ #: ../../admin/lang/dynamic_strings.php:280
2427
  msgid "l-tn-za"
2428
  msgstr "Tswana (South Africa)"
2429
 
2430
  # Turkish
2431
+ #: ../../admin/lang/dynamic_strings.php:281
2432
  msgid "l-tr"
2433
  msgstr "Turkish"
2434
 
2435
  # Turkish
2436
+ #: ../../admin/lang/dynamic_strings.php:282
2437
  msgid "l-tr-tr"
2438
  msgstr "Turkish (Turkey)"
2439
 
2440
  # Tatar
2441
+ #: ../../admin/lang/dynamic_strings.php:283
2442
  msgid "l-tt"
2443
  msgstr "Tatar"
2444
 
2445
  # Tatar
2446
+ #: ../../admin/lang/dynamic_strings.php:284
2447
  msgid "l-tt-ru"
2448
  msgstr "Tatar (Russia)"
2449
 
2450
  # Tsonga
2451
+ #: ../../admin/lang/dynamic_strings.php:285
2452
  msgid "l-ts"
2453
  msgstr "Tsonga"
2454
 
2455
  # Ukrainian
2456
+ #: ../../admin/lang/dynamic_strings.php:286
2457
  msgid "l-uk"
2458
  msgstr "Ukrainian"
2459
 
2460
  # Ukrainian
2461
+ #: ../../admin/lang/dynamic_strings.php:287
2462
  msgid "l-uk-ua"
2463
  msgstr "Ukrainian (Ukraine)"
2464
 
2465
  # Urdu
2466
+ #: ../../admin/lang/dynamic_strings.php:288
2467
  msgid "l-ur"
2468
  msgstr "Urdu"
2469
 
2470
  # Urdu
2471
+ #: ../../admin/lang/dynamic_strings.php:289
2472
  msgid "l-ur-pk"
2473
  msgstr "Urdu (Pakistan)"
2474
 
2475
  # Uzbek
2476
+ #: ../../admin/lang/dynamic_strings.php:290
2477
  msgid "l-uz"
2478
  msgstr "Uzbek"
2479
 
2480
  # Uzbek
2481
+ #: ../../admin/lang/dynamic_strings.php:291
2482
  msgid "l-uz-uz"
2483
  msgstr "Uzbek (Uzbekistan)"
2484
 
2485
  # Vietnamese
2486
+ #: ../../admin/lang/dynamic_strings.php:292
2487
  msgid "l-vi"
2488
  msgstr "Vietnamese"
2489
 
2490
  # Vietnamese
2491
+ #: ../../admin/lang/dynamic_strings.php:293
2492
  msgid "l-vi-vn"
2493
  msgstr "Vietnamese (Viet Nam)"
2494
 
2495
  # Xhosa
2496
+ #: ../../admin/lang/dynamic_strings.php:294
2497
  msgid "l-xh"
2498
  msgstr "Xhosa"
2499
 
2500
  # Xhosa
2501
+ #: ../../admin/lang/dynamic_strings.php:295
2502
  msgid "l-xh-za"
2503
  msgstr "Xhosa (South Africa)"
2504
 
2505
  # Chinese
2506
+ #: ../../admin/lang/dynamic_strings.php:296
2507
  msgid "l-zh"
2508
  msgstr "Chinese"
2509
 
2510
  # Chinese
2511
+ #: ../../admin/lang/dynamic_strings.php:297
2512
  msgid "l-zh-cn"
2513
  msgstr "Chinese (S)"
2514
 
2515
  # Chinese
2516
+ #: ../../admin/lang/dynamic_strings.php:298
2517
  msgid "l-zh-hk"
2518
  msgstr "Chinese (Hong Kong)"
2519
 
2520
  # Chinese
2521
+ #: ../../admin/lang/dynamic_strings.php:299
2522
  msgid "l-zh-mo"
2523
  msgstr "Chinese (Macau)"
2524
 
2525
  # Chinese
2526
+ #: ../../admin/lang/dynamic_strings.php:300
2527
  msgid "l-zh-sg"
2528
  msgstr "Chinese (Singapore)"
2529
 
2530
  # Chinese
2531
+ #: ../../admin/lang/dynamic_strings.php:301
2532
  msgid "l-zh-tw"
2533
  msgstr "Chinese (T)"
2534
 
2535
  # Zulu
2536
+ #: ../../admin/lang/dynamic_strings.php:302
2537
  msgid "l-zu"
2538
  msgstr "Zulu"
2539
 
2540
  # Zulu
2541
+ #: ../../admin/lang/dynamic_strings.php:303
2542
  msgid "l-zu-za"
2543
  msgstr "Zulu (South Africa)"
2544
 
2545
+ #: ../../admin/lang/dynamic_strings.php:304
2546
+ #: ../../admin/view/wp-slimstat-reports.php:953 ../../wp-slimstat.php:1404
2547
  msgid "l-"
2548
  msgstr "Unknown"
2549
 
2550
  # Unknown
2551
+ #: ../../admin/lang/dynamic_strings.php:305
2552
  msgid "l-empty"
2553
  msgstr "Unknown"
2554
 
2555
  # Unknown
2556
+ #: ../../admin/lang/dynamic_strings.php:306
2557
  msgid "l-xx"
2558
  msgstr "Unknown"
2559
 
2560
+ #: ../../admin/lang/dynamic_strings.php:307
2561
  msgid "c-xy"
2562
  msgstr "Local IP"
2563
 
2569
  msgid "Load"
2570
  msgstr ""
2571
 
2572
+ #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:1205
2573
  msgid "Today"
2574
  msgstr ""
2575
 
2576
+ #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:1206
2577
  msgid "Yesterday"
2578
  msgstr ""
2579
 
2597
  msgid "Date Range"
2598
  msgstr ""
2599
 
2600
+ #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db.php:70
 
2601
  msgid "Day"
2602
  msgstr ""
2603
 
2604
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:71
 
2605
  msgid "Month"
2606
  msgstr ""
2607
 
2608
+ #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db.php:72
 
2609
  msgid "Year"
2610
  msgstr ""
2611
 
2612
+ #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db.php:69
 
2613
  msgid "Hour"
2614
  msgstr ""
2615
 
2617
  msgid "Min"
2618
  msgstr ""
2619
 
2620
+ #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db.php:75
 
2621
  msgid "hours"
2622
  msgstr ""
2623
 
2636
  "country of origin."
2637
  msgstr ""
2638
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2639
  #: ../../admin/view/right-now.php:8
2640
  msgid "Human"
2641
  msgstr ""
2653
  msgstr ""
2654
 
2655
  #: ../../admin/view/right-now.php:27
2656
+ #: ../../admin/view/wp-slimstat-reports.php:893
 
2657
  msgid "No data to display"
2658
  msgstr ""
2659
 
2660
  # Unknown
2661
+ #: ../../admin/view/right-now.php:55
2662
+ #: ../../admin/view/wp-slimstat-reports.php:938
2663
+ #: ../../admin/view/wp-slimstat-reports.php:1439
 
2664
  msgid "c-"
2665
  msgstr "Unknown"
2666
 
2667
+ #: ../../admin/view/right-now.php:107 ../../admin/view/wp-slimstat-db.php:57
2668
+ #: ../../admin/wp-slimstat-admin.php:993
2669
+ #: ../../admin/wp-slimstat-admin.php:1033
 
2670
  msgid "Originating IP"
2671
  msgstr ""
2672
 
2673
+ #: ../../admin/view/right-now.php:131
2674
  msgid "Server Latency and Page Speed in milliseconds"
2675
  msgstr ""
2676
 
2677
+ #: ../../admin/view/right-now.php:131
2678
  msgid "SL"
2679
  msgstr ""
2680
 
2681
+ #: ../../admin/view/right-now.php:131
2682
  msgid "PS"
2683
  msgstr ""
2684
 
2685
+ #: ../../admin/view/right-now.php:143
2686
+ #: ../../admin/view/wp-slimstat-reports.php:1018
2687
+ #: ../../admin/view/wp-slimstat-reports.php:1022
 
 
2688
  msgid "Open this URL in a new window"
2689
  msgstr ""
2690
 
2691
+ #: ../../admin/view/right-now.php:146
2692
  msgid "Local search results page"
2693
  msgstr ""
2694
 
2695
+ #: ../../admin/view/right-now.php:151 ../../admin/view/wp-slimstat-db.php:39
2696
+ #: ../../admin/wp-slimstat-admin.php:996
2697
+ #: ../../admin/wp-slimstat-admin.php:1012
 
2698
  msgid "Search Terms"
2699
  msgstr ""
2700
 
2701
+ #: ../../admin/view/right-now.php:156
2702
  msgid "Open this referrer in a new window"
2703
  msgstr ""
2704
 
2705
+ #: ../../admin/view/right-now.php:157
2706
+ msgid "Open this outbound link in a new window"
2707
+ msgstr ""
2708
+
2709
+ #: ../../admin/view/right-now.php:158
2710
  msgid "Date and Time"
2711
  msgstr ""
2712
 
2713
+ #: ../../admin/view/right-now.php:159
2714
  msgid "Content Type"
2715
  msgstr ""
2716
 
2717
+ #: ../../admin/view/right-now.php:162
2718
  msgid "Delete this pageview"
2719
  msgstr ""
2720
 
 
2721
  #: ../../admin/view/wp-slimstat-db.php:36
2722
+ #: ../../admin/wp-slimstat-admin.php:1009
2723
  msgid "Browser"
2724
  msgstr ""
2725
 
 
2726
  #: ../../admin/view/wp-slimstat-db.php:37
2727
+ #: ../../admin/view/wp-slimstat-reports.php:937
2728
+ #: ../../admin/wp-slimstat-admin.php:1010
2729
  msgid "Country Code"
2730
  msgstr ""
2731
 
 
2732
  #: ../../admin/view/wp-slimstat-db.php:38
2733
  msgid "IP Address"
2734
  msgstr ""
2735
 
 
2736
  #: ../../admin/view/wp-slimstat-db.php:40
2737
+ #: ../../admin/view/wp-slimstat-reports.php:952
2738
+ #: ../../admin/wp-slimstat-admin.php:1013
2739
  msgid "Language Code"
2740
  msgstr ""
2741
 
 
2742
  #: ../../admin/view/wp-slimstat-db.php:41
2743
+ #: ../../admin/wp-slimstat-admin.php:1014
2744
  msgid "Operating System"
2745
  msgstr ""
2746
 
 
2747
  #: ../../admin/view/wp-slimstat-db.php:42
2748
+ #: ../../admin/wp-slimstat-admin.php:1015
2749
  msgid "Permalink"
2750
  msgstr ""
2751
 
 
 
 
 
 
2752
  #: ../../admin/view/wp-slimstat-db.php:43
2753
+ #: ../../admin/wp-slimstat-admin.php:1016
2754
  msgid "Referer"
2755
  msgstr ""
2756
 
 
2757
  #: ../../admin/view/wp-slimstat-db.php:44
2758
+ #: ../../admin/wp-slimstat-admin.php:1017
2759
  msgid "Visitor's Name"
2760
  msgstr ""
2761
 
 
2762
  #: ../../admin/view/wp-slimstat-db.php:45
2763
+ #: ../../admin/wp-slimstat-admin.php:999
2764
+ msgid "Outbound Link"
2765
  msgstr ""
2766
 
2767
+ #: ../../admin/view/wp-slimstat-db.php:46
2768
+ msgid "Page Speed"
 
2769
  msgstr ""
2770
 
 
2771
  #: ../../admin/view/wp-slimstat-db.php:48
2772
+ msgid "-- Advanced filters --"
 
2773
  msgstr ""
2774
 
 
2775
  #: ../../admin/view/wp-slimstat-db.php:49
2776
+ #: ../../admin/view/wp-slimstat-reports.php:293
2777
+ msgid "Browser Capabilities"
2778
  msgstr ""
2779
 
 
2780
  #: ../../admin/view/wp-slimstat-db.php:50
2781
+ #: ../../admin/wp-slimstat-admin.php:1028
2782
+ msgid "Browser Version"
2783
  msgstr ""
2784
 
 
2785
  #: ../../admin/view/wp-slimstat-db.php:51
2786
+ #: ../../admin/wp-slimstat-admin.php:1029
2787
+ msgid "Browser Type"
2788
  msgstr ""
2789
 
 
2790
  #: ../../admin/view/wp-slimstat-db.php:52
2791
+ #: ../../admin/wp-slimstat-admin.php:998
2792
+ msgid "User Agent"
2793
  msgstr ""
2794
 
 
2795
  #: ../../admin/view/wp-slimstat-db.php:53
2796
+ #: ../../admin/wp-slimstat-admin.php:1030
 
 
 
 
 
 
2797
  msgid "Pageview Attributes"
2798
  msgstr ""
2799
 
2800
+ #: ../../admin/view/wp-slimstat-db.php:54
 
2801
  msgid "Server Latency"
2802
  msgstr ""
2803
 
2804
+ #: ../../admin/view/wp-slimstat-db.php:55
2805
+ #: ../../admin/wp-slimstat-admin.php:1031
2806
+ msgid "Post Author"
2807
  msgstr ""
2808
 
 
2809
  #: ../../admin/view/wp-slimstat-db.php:56
2810
+ #: ../../admin/wp-slimstat-admin.php:1032
2811
+ msgid "Post Category ID"
2812
  msgstr ""
2813
 
2814
+ #: ../../admin/view/wp-slimstat-db.php:58
2815
+ #: ../../admin/wp-slimstat-admin.php:1034
2816
+ msgid "Resource Content Type"
 
2817
  msgstr ""
2818
 
 
2819
  #: ../../admin/view/wp-slimstat-db.php:59
2820
+ msgid "Resource ID"
 
2821
  msgstr ""
2822
 
 
2823
  #: ../../admin/view/wp-slimstat-db.php:60
2824
+ msgid "Screen Width"
2825
  msgstr ""
2826
 
2827
+ #: ../../admin/view/wp-slimstat-db.php:61
2828
+ msgid "Screen Height"
2829
+ msgstr ""
2830
+
2831
+ #: ../../admin/view/wp-slimstat-db.php:62
2832
+ msgid "Viewport Size"
2833
  msgstr ""
2834
 
2835
+ #: ../../admin/view/wp-slimstat-db.php:63
2836
+ #: ../../admin/wp-slimstat-admin.php:1036
 
2837
  msgid "Visit ID"
2838
  msgstr ""
2839
 
2840
+ #: ../../admin/view/wp-slimstat-db.php:68
 
2841
  msgid "Minute"
2842
  msgstr ""
2843
 
2844
+ #: ../../admin/view/wp-slimstat-db.php:73
 
2845
  msgid "+/-"
2846
  msgstr ""
2847
 
2848
+ #: ../../admin/view/wp-slimstat-db.php:76
2849
+ msgid "minutes"
2850
+ msgstr ""
2851
+
2852
+ #: ../../admin/view/wp-slimstat-db.php:77
2853
+ msgid "Unix Timestamp"
2854
+ msgstr ""
2855
+
2856
+ #: ../../admin/view/wp-slimstat-db.php:79
2857
+ msgid "Direction"
2858
+ msgstr ""
2859
+
2860
+ #: ../../admin/view/wp-slimstat-db.php:80
2861
+ msgid "Limit Results"
2862
+ msgstr ""
2863
+
2864
+ #: ../../admin/view/wp-slimstat-db.php:81
2865
+ msgid "Start From"
2866
+ msgstr ""
2867
+
2868
+ #: ../../admin/view/wp-slimstat-reports.php:20
2869
+ #: ../../admin/wp-slimstat-admin.php:635 ../../wp-slimstat.php:1727
2870
+ msgid "Real-Time Log"
2871
+ msgstr ""
2872
+
2873
+ #: ../../admin/view/wp-slimstat-reports.php:21
2874
+ #: ../../admin/wp-slimstat-admin.php:636 ../../admin/wp-slimstat-admin.php:651
2875
+ #: ../../wp-slimstat.php:1728
2876
+ msgid "Overview"
2877
+ msgstr ""
2878
+
2879
+ #: ../../admin/view/wp-slimstat-reports.php:22
2880
+ #: ../../admin/wp-slimstat-admin.php:637 ../../admin/wp-slimstat-admin.php:652
2881
+ #: ../../wp-slimstat.php:1729
2882
+ msgid "Audience"
2883
  msgstr ""
2884
 
2885
+ #: ../../admin/view/wp-slimstat-reports.php:23
2886
+ #: ../../admin/wp-slimstat-admin.php:638 ../../admin/wp-slimstat-admin.php:653
2887
+ #: ../../wp-slimstat.php:1730
2888
+ msgid "Site Analysis"
2889
+ msgstr ""
2890
 
2891
+ #: ../../admin/view/wp-slimstat-reports.php:24
2892
+ #: ../../admin/view/wp-slimstat-reports.php:411
2893
+ #: ../../admin/wp-slimstat-admin.php:639 ../../admin/wp-slimstat-admin.php:654
2894
+ #: ../../wp-slimstat.php:1731
2895
+ msgid "Traffic Sources"
2896
  msgstr ""
2897
 
2898
+ #: ../../admin/view/wp-slimstat-reports.php:25
2899
+ #: ../../admin/wp-slimstat-admin.php:640 ../../admin/wp-slimstat-admin.php:655
2900
+ #: ../../wp-slimstat.php:1732
2901
+ msgid "Map Overlay"
2902
  msgstr ""
2903
 
2904
+ #: ../../admin/view/wp-slimstat-reports.php:74
2905
+ msgid "Chart controls"
2906
  msgstr ""
2907
 
2908
+ #: ../../admin/view/wp-slimstat-reports.php:74
2909
+ msgid "Use your mouse wheel to zoom in and out"
2910
  msgstr ""
2911
 
2912
+ #: ../../admin/view/wp-slimstat-reports.php:74
2913
+ msgid "While zooming in, drag the chart to move to a different area"
2914
  msgstr ""
2915
 
2916
+ #: ../../admin/view/wp-slimstat-reports.php:74
2917
+ msgid "Double click on an empty region to reset the zoom level"
2918
  msgstr ""
2919
 
2920
+ #: ../../admin/view/wp-slimstat-reports.php:77
2921
+ msgid "Activity"
 
2922
  msgstr ""
2923
 
2924
+ #: ../../admin/view/wp-slimstat-reports.php:86
2925
+ msgid "Color codes"
 
 
2926
  msgstr ""
2927
 
2928
+ #: ../../admin/view/wp-slimstat-reports.php:86
2929
+ msgid "From search result page"
 
 
2930
  msgstr ""
2931
 
2932
+ #: ../../admin/view/wp-slimstat-reports.php:86
2933
+ #: ../../admin/wp-slimstat-admin.php:991
2934
+ msgid "Known Visitor"
 
2935
  msgstr ""
2936
 
2937
+ #: ../../admin/view/wp-slimstat-reports.php:86
2938
+ msgid "Known Users"
 
 
2939
  msgstr ""
2940
 
2941
+ #: ../../admin/view/wp-slimstat-reports.php:86
2942
+ msgid "Other Humans"
 
 
2943
  msgstr ""
2944
 
2945
+ #: ../../admin/view/wp-slimstat-reports.php:86
2946
+ msgid "Bot or Crawler"
2947
  msgstr ""
2948
 
2949
+ #: ../../admin/view/wp-slimstat-reports.php:100
2950
  msgid "About Slimstat"
2951
  msgstr ""
2952
 
2953
+ #: ../../admin/view/wp-slimstat-reports.php:106
2954
  msgid "At a Glance"
2955
  msgstr ""
2956
 
2957
+ #: ../../admin/view/wp-slimstat-reports.php:112
2958
  msgid "Currently Online"
2959
  msgstr ""
2960
 
2961
+ #: ../../admin/view/wp-slimstat-reports.php:123
2962
+ msgid ""
2963
+ "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2964
+ "Slimstat leverages this information to identify returning visitors. Please "
2965
+ "note that visitors also include registered users."
2966
+ msgstr ""
2967
+
2968
+ #: ../../admin/view/wp-slimstat-reports.php:126
2969
  msgid "Recent Search Terms"
2970
  msgstr ""
2971
 
2972
+ #: ../../admin/view/wp-slimstat-reports.php:135
2973
+ msgid "Keywords used by your visitors to find your website on a search engine."
2974
+ msgstr ""
2975
+
2976
+ #: ../../admin/view/wp-slimstat-reports.php:138
2977
  msgid "Top Pages"
2978
  msgstr ""
2979
 
2980
+ #: ../../admin/view/wp-slimstat-reports.php:149
2981
+ msgid ""
2982
+ "Here a \"page\" is not just a WordPress page type, but any web page on your "
2983
+ "website, including posts, products, categories, and so on."
2984
+ msgstr ""
2985
+
2986
+ #: ../../admin/view/wp-slimstat-reports.php:152
2987
  msgid "Top Traffic Sources"
2988
  msgstr ""
2989
 
2990
+ #: ../../admin/view/wp-slimstat-reports.php:164
2991
  msgid "Top Known Visitors"
2992
  msgstr ""
2993
 
2994
+ #: ../../admin/view/wp-slimstat-reports.php:175
 
 
2995
  msgid "Top Search Terms"
2996
  msgstr ""
2997
 
2998
+ #: ../../admin/view/wp-slimstat-reports.php:186
 
 
2999
  msgid "Top Countries"
3000
  msgstr ""
3001
 
3002
+ #: ../../admin/view/wp-slimstat-reports.php:195
3003
+ msgid ""
3004
+ "You can configure Slimstat to ignore a specific Country by setting the "
3005
+ "corresponding filter under Settings > Slimstat > Filters."
3006
+ msgstr ""
3007
+
3008
+ #: ../../admin/view/wp-slimstat-reports.php:198
3009
  msgid "Rankings"
3010
  msgstr ""
3011
 
3012
+ #: ../../admin/view/wp-slimstat-reports.php:202
3013
+ msgid ""
3014
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3015
+ "measures your site's rankings. Values are updated every 12 hours. Filters "
3016
+ "set above don't apply to this report."
3017
  msgstr ""
3018
 
3019
+ #: ../../admin/view/wp-slimstat-reports.php:205
3020
+ msgid "Top Language Families"
3021
  msgstr ""
3022
 
3023
+ #: ../../admin/view/wp-slimstat-reports.php:219
3024
+ msgid "Human Visits"
3025
  msgstr ""
3026
 
3027
+ #: ../../admin/view/wp-slimstat-reports.php:229
3028
  msgid "Audience Overview"
3029
  msgstr ""
3030
 
3031
+ #: ../../admin/view/wp-slimstat-reports.php:233
3032
+ msgid ""
3033
+ "Where not otherwise specified, the metrics in this report are referred to "
3034
+ "human visitors."
3035
+ msgstr ""
3036
+
3037
+ #: ../../admin/view/wp-slimstat-reports.php:236
3038
  msgid "Top Languages"
3039
  msgstr ""
3040
 
3041
+ #: ../../admin/view/wp-slimstat-reports.php:247
3042
  msgid "Top Browsers"
3043
  msgstr ""
3044
 
3045
+ #: ../../admin/view/wp-slimstat-reports.php:258
3046
  msgid "Top Service Providers"
3047
  msgstr ""
3048
 
3049
+ #: ../../admin/view/wp-slimstat-reports.php:267
3050
+ #: ../../admin/view/wp-slimstat-reports.php:279
3051
+ msgid ""
3052
+ "Internet Service Provider: a company which provides other companies or "
3053
+ "individuals with access to the Internet. Your DSL or cable internet service "
3054
+ "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3055
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
3056
+ msgstr ""
3057
+
3058
+ #: ../../admin/view/wp-slimstat-reports.php:270
3059
  msgid "Top Operating Systems"
3060
  msgstr ""
3061
 
3062
+ #: ../../admin/view/wp-slimstat-reports.php:282
3063
  msgid "Top Screen Resolutions"
3064
  msgstr ""
3065
 
3066
+ #: ../../admin/view/wp-slimstat-reports.php:299
3067
  msgid "Visit Duration"
3068
  msgstr ""
3069
 
3070
+ #: ../../admin/view/wp-slimstat-reports.php:305
 
3071
  msgid "Recent Countries"
3072
  msgstr ""
3073
 
3074
+ #: ../../admin/view/wp-slimstat-reports.php:316
3075
  msgid "Recent Screen Resolutions"
3076
  msgstr ""
3077
 
3078
+ #: ../../admin/view/wp-slimstat-reports.php:327
3079
  msgid "Recent Operating Systems"
3080
  msgstr ""
3081
 
3082
+ #: ../../admin/view/wp-slimstat-reports.php:338
3083
  msgid "Recent Browsers"
3084
  msgstr ""
3085
 
3086
+ #: ../../admin/view/wp-slimstat-reports.php:349
3087
  msgid "Recent Languages"
3088
  msgstr ""
3089
 
3090
+ #: ../../admin/view/wp-slimstat-reports.php:360
3091
  msgid "Top Browser Families"
3092
  msgstr ""
3093
 
3094
+ #: ../../admin/view/wp-slimstat-reports.php:369
3095
+ msgid ""
3096
+ "This report shows you what user agent families (no version considered) are "
3097
+ "popular among your visitors."
3098
+ msgstr ""
3099
+
3100
+ #: ../../admin/view/wp-slimstat-reports.php:372
3101
  msgid "Top OS Families"
3102
  msgstr ""
3103
 
3104
+ #: ../../admin/view/wp-slimstat-reports.php:383
3105
+ msgid ""
3106
+ "This report shows you what operating system families (no version considered) "
3107
+ "are popular among your visitors."
3108
  msgstr ""
3109
 
3110
+ #: ../../admin/view/wp-slimstat-reports.php:386
3111
+ msgid "Recent Users"
3112
  msgstr ""
3113
 
3114
+ #: ../../admin/view/wp-slimstat-reports.php:398
3115
+ msgid "Top Users"
3116
  msgstr ""
3117
 
3118
+ #: ../../admin/view/wp-slimstat-reports.php:421
3119
  msgid "Summary"
3120
  msgstr ""
3121
 
3122
+ #: ../../admin/view/wp-slimstat-reports.php:427
3123
  msgid "Top Referring Search Engines"
3124
  msgstr ""
3125
 
3126
+ #: ../../admin/view/wp-slimstat-reports.php:439
3127
+ msgid "Recent Exit Pages"
3128
  msgstr ""
3129
 
3130
+ #: ../../admin/view/wp-slimstat-reports.php:451
3131
+ msgid "Recent Outbound Links"
3132
  msgstr ""
3133
 
3134
+ #: ../../admin/view/wp-slimstat-reports.php:464
3135
  msgid "Recent Posts"
3136
  msgstr ""
3137
 
3138
+ #: ../../admin/view/wp-slimstat-reports.php:476
3139
  msgid "Recent Bounce Pages"
3140
  msgstr ""
3141
 
3142
+ #: ../../admin/view/wp-slimstat-reports.php:487
3143
+ msgid ""
3144
+ "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3145
+ "left your site from the entrance (landing) page."
3146
+ msgstr ""
3147
+
3148
+ #: ../../admin/view/wp-slimstat-reports.php:490
3149
  msgid "Recent Feeds"
3150
  msgstr ""
3151
 
3152
+ #: ../../admin/view/wp-slimstat-reports.php:502
3153
  msgid "Recent Pages Not Found"
3154
  msgstr ""
3155
 
3156
+ #: ../../admin/view/wp-slimstat-reports.php:514
3157
  msgid "Recent Internal Searches"
3158
  msgstr ""
3159
 
3160
+ #: ../../admin/view/wp-slimstat-reports.php:524
3161
+ msgid "Searches performed using WordPress' built-in search functionality."
3162
  msgstr ""
3163
 
3164
+ #: ../../admin/view/wp-slimstat-reports.php:527
3165
+ msgid "Top Categories"
3166
  msgstr ""
3167
 
3168
+ #: ../../admin/view/wp-slimstat-reports.php:540
3169
+ msgid "Top Downloads"
3170
  msgstr ""
3171
 
3172
+ #: ../../admin/view/wp-slimstat-reports.php:550
3173
+ msgid ""
3174
+ "You can configure Slimstat to track specific file extensions as downloads."
3175
  msgstr ""
3176
 
3177
+ #: ../../admin/view/wp-slimstat-reports.php:567
3178
+ msgid "Top Posts"
3179
  msgstr ""
3180
 
3181
+ #: ../../admin/view/wp-slimstat-reports.php:579
3182
  msgid "Top Internal Searches"
3183
  msgstr ""
3184
 
3185
+ #: ../../admin/view/wp-slimstat-reports.php:591
3186
  msgid "Recent Categories"
3187
  msgstr ""
3188
 
3189
+ #: ../../admin/view/wp-slimstat-reports.php:603
3190
  msgid "Top Pages Not Found"
3191
  msgstr ""
3192
 
3193
+ #: ../../admin/view/wp-slimstat-reports.php:615
 
 
 
 
3194
  msgid "Top Authors"
3195
  msgstr ""
3196
 
3197
+ #: ../../admin/view/wp-slimstat-reports.php:626
3198
  msgid "Top Tags"
3199
  msgstr ""
3200
 
3201
+ #: ../../admin/view/wp-slimstat-reports.php:638
3202
  msgid "Recent Downloads"
3203
  msgstr ""
3204
 
3205
+ #: ../../admin/view/wp-slimstat-reports.php:650
3206
+ msgid "Top Outbound Links"
3207
  msgstr ""
3208
 
3209
+ #: ../../admin/view/wp-slimstat-reports.php:661
3210
  msgid "Your Website"
3211
  msgstr ""
3212
 
3213
+ #: ../../admin/view/wp-slimstat-reports.php:665
3214
+ msgid ""
3215
+ "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3216
+ "this report is not affected by the filters set here above."
3217
+ msgstr ""
3218
+
3219
+ #: ../../admin/view/wp-slimstat-reports.php:668
3220
  msgid "Top Bounce Pages"
3221
  msgstr ""
3222
 
3223
+ #: ../../admin/view/wp-slimstat-reports.php:681
3224
  msgid "Top Exit Pages"
3225
  msgstr ""
3226
 
3227
+ #: ../../admin/view/wp-slimstat-reports.php:694
3228
  msgid "Top Entry Pages"
3229
  msgstr ""
3230
 
3231
+ #: ../../admin/view/wp-slimstat-reports.php:708
3232
  msgid "World Map"
3233
  msgstr ""
3234
 
3235
+ #: ../../admin/view/wp-slimstat-reports.php:783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3236
  msgid "Refresh"
3237
  msgstr ""
3238
 
3239
+ #: ../../admin/view/wp-slimstat-reports.php:816
3240
  #, php-format
3241
  msgid "Results %s - %s of %s"
3242
  msgstr ""
3243
 
3244
+ #: ../../admin/view/wp-slimstat-reports.php:818
3245
  msgid "Refresh in"
3246
  msgstr ""
3247
 
3248
+ #: ../../admin/view/wp-slimstat-reports.php:958
3249
+ msgid "OS Code"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3250
  msgstr ""
3251
 
3252
+ #: ../../admin/view/wp-slimstat-reports.php:963
3253
  msgid "Category ID"
3254
  msgstr ""
3255
 
3256
+ #: ../../admin/view/wp-slimstat-reports.php:981
 
 
 
 
3257
  msgid "Referrer"
3258
  msgstr ""
3259
 
3260
+ #: ../../admin/view/wp-slimstat-reports.php:1008
3261
+ #: ../../admin/view/wp-slimstat-reports.php:1219
3262
+ #: ../../admin/view/wp-slimstat-reports.php:1260
3263
+ #: ../../admin/view/wp-slimstat-reports.php:1266
3264
+ #: ../../admin/view/wp-slimstat-reports.php:1272
3265
+ #: ../../admin/view/wp-slimstat-reports.php:1278
3266
+ #: ../../admin/view/wp-slimstat-reports.php:1284
3267
+ #: ../../admin/view/wp-slimstat-reports.php:1290
3268
+ #: ../../admin/view/wp-slimstat-reports.php:1296
3269
  msgid "Hits"
3270
  msgstr ""
3271
 
3272
+ #: ../../admin/view/wp-slimstat-reports.php:1057
3273
+ #: ../../admin/view/wp-slimstat-reports.php:1238
3274
+ msgid "Visits"
 
 
 
 
 
 
 
 
 
 
 
 
 
3275
  msgstr ""
3276
 
3277
+ #: ../../admin/view/wp-slimstat-reports.php:1062
3278
+ msgid "Domains"
3279
  msgstr ""
3280
 
3281
+ #: ../../admin/view/wp-slimstat-reports.php:1178
3282
+ msgid "Dataset Size"
3283
  msgstr ""
3284
 
3285
+ #: ../../admin/view/wp-slimstat-reports.php:1179
3286
  msgid "DB Size"
3287
  msgstr ""
3288
 
3289
+ #: ../../admin/view/wp-slimstat-reports.php:1180
3290
  msgid "Tracking Active"
3291
  msgstr ""
3292
 
3293
+ #: ../../admin/view/wp-slimstat-reports.php:1181
3294
  msgid "Javascript Mode"
3295
  msgstr ""
3296
 
3297
+ #: ../../admin/view/wp-slimstat-reports.php:1182
3298
  msgid "Tracking Browser Caps"
3299
  msgstr ""
3300
 
3301
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3302
  msgid "Auto purge"
3303
  msgstr ""
3304
 
3305
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3306
+ #: ../../admin/wp-slimstat-admin.php:1066
3307
  msgid "No"
3308
  msgstr ""
3309
 
3310
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3311
  msgid "Oldest pageview"
3312
  msgstr ""
3313
 
3314
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3315
  msgid "No visits"
3316
  msgstr ""
3317
 
3318
+ #: ../../admin/view/wp-slimstat-reports.php:1195
3319
+ #: ../../admin/view/wp-slimstat-reports.php:1320
3320
  msgid ""
3321
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3322
  "the tracking code is executed."
3323
  msgstr ""
3324
 
3325
+ #: ../../admin/view/wp-slimstat-reports.php:1197
3326
+ msgid "Days in Range"
3327
+ msgstr ""
3328
+
3329
+ #: ../../admin/view/wp-slimstat-reports.php:1198
3330
+ msgid ""
3331
+ "How many pages have been visited on average every day during the current "
3332
+ "period."
3333
  msgstr ""
3334
 
3335
+ #: ../../admin/view/wp-slimstat-reports.php:1199
3336
+ msgid "Average Daily Pageviews"
3337
  msgstr ""
3338
 
3339
+ #: ../../admin/view/wp-slimstat-reports.php:1200
3340
  msgid ""
3341
  "Visitors who landed on your site after searching for a keyword on Google, "
3342
  "Yahoo, etc."
3343
  msgstr ""
3344
 
3345
+ #: ../../admin/view/wp-slimstat-reports.php:1201
3346
  msgid "From Search Results"
3347
  msgstr ""
3348
 
3349
+ #: ../../admin/view/wp-slimstat-reports.php:1202
3350
  msgid ""
3351
  "Used to differentiate between multiple requests to download a file from one "
3352
  "internet address (IP) and requests originating from many distinct addresses"
3353
  msgstr ""
3354
 
3355
+ #: ../../admin/view/wp-slimstat-reports.php:1204
 
 
 
 
3356
  msgid "Last 30 minutes"
3357
  msgstr ""
3358
 
3359
+ #: ../../admin/view/wp-slimstat-reports.php:1237
3360
  msgid ""
3361
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3362
  "multiple times if they perform multiple visits."
3363
  msgstr ""
3364
 
3365
+ #: ../../admin/view/wp-slimstat-reports.php:1239
 
 
 
 
 
3366
  msgid "It includes only traffic generated by human visitors."
3367
  msgstr ""
3368
 
3369
+ #: ../../admin/view/wp-slimstat-reports.php:1241
3370
+ #: ../../admin/view/wp-slimstat-reports.php:1332
3371
  msgid ""
3372
  "Percentage of single-page visits, i.e. visits in which the person left your "
3373
  "site from the entrance page."
3374
  msgstr ""
3375
 
3376
+ #: ../../admin/view/wp-slimstat-reports.php:1242
3377
  msgid "Bounce rate"
3378
  msgstr ""
3379
 
3380
+ #: ../../admin/view/wp-slimstat-reports.php:1243
3381
  msgid "Visitors who had previously left a comment on your blog."
3382
  msgstr ""
3383
 
3384
+ #: ../../admin/view/wp-slimstat-reports.php:1244
3385
  msgid "Known visitors"
3386
  msgstr ""
3387
 
3388
+ #: ../../admin/view/wp-slimstat-reports.php:1245
3389
  msgid "Human users who visited your site only once."
3390
  msgstr ""
3391
 
3392
+ #: ../../admin/view/wp-slimstat-reports.php:1246
3393
  msgid "New visitors"
3394
  msgstr ""
3395
 
3396
+ #: ../../admin/view/wp-slimstat-reports.php:1247
3397
  msgid "Bots"
3398
  msgstr ""
3399
 
3400
+ #: ../../admin/view/wp-slimstat-reports.php:1248
3401
  msgid "Pages per visit"
3402
  msgstr ""
3403
 
3404
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3405
  msgid "Longest visit"
3406
  msgstr ""
3407
 
3408
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3409
  msgid "hits"
3410
  msgstr ""
3411
 
3412
+ #: ../../admin/view/wp-slimstat-reports.php:1262
3413
  msgid "0 - 30 seconds"
3414
  msgstr ""
3415
 
3416
+ #: ../../admin/view/wp-slimstat-reports.php:1268
3417
  msgid "31 - 60 seconds"
3418
  msgstr ""
3419
 
3420
+ #: ../../admin/view/wp-slimstat-reports.php:1274
3421
  msgid "1 - 3 minutes"
3422
  msgstr ""
3423
 
3424
+ #: ../../admin/view/wp-slimstat-reports.php:1280
3425
  msgid "3 - 5 minutes"
3426
  msgstr ""
3427
 
3428
+ #: ../../admin/view/wp-slimstat-reports.php:1286
3429
  msgid "5 - 7 minutes"
3430
  msgstr ""
3431
 
3432
+ #: ../../admin/view/wp-slimstat-reports.php:1292
3433
  msgid "7 - 10 minutes"
3434
  msgstr ""
3435
 
3436
+ #: ../../admin/view/wp-slimstat-reports.php:1298
3437
  msgid "More than 10 minutes"
3438
  msgstr ""
3439
 
3440
+ #: ../../admin/view/wp-slimstat-reports.php:1307
3441
  msgid "Average time on site"
3442
  msgstr ""
3443
 
3444
+ #: ../../admin/view/wp-slimstat-reports.php:1322
3445
  msgid ""
3446
  "A referrer (or referring site) is the site that a visitor previously visited "
3447
  "before following a link to your site."
3448
  msgstr ""
3449
 
3450
+ #: ../../admin/view/wp-slimstat-reports.php:1323
3451
  msgid "Unique Referrers"
3452
  msgstr ""
3453
 
3454
+ #: ../../admin/view/wp-slimstat-reports.php:1324
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 "
3459
  "documents that don't include tracking variables."
3460
  msgstr ""
3461
 
3462
+ #: ../../admin/view/wp-slimstat-reports.php:1325
3463
  msgid "Direct Pageviews"
3464
  msgstr ""
3465
 
3466
+ #: ../../admin/view/wp-slimstat-reports.php:1326
3467
  msgid ""
3468
  "Visitors who came to your site via searches on Google or some other search "
3469
  "engine."
3470
  msgstr ""
3471
 
3472
+ #: ../../admin/view/wp-slimstat-reports.php:1327
3473
  msgid "From a search result"
3474
  msgstr ""
3475
 
3476
+ #: ../../admin/view/wp-slimstat-reports.php:1328
3477
  msgid ""
3478
  "The first page that a user views during a session. This is also known as the "
3479
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3481
  "a landing page."
3482
  msgstr ""
3483
 
3484
+ #: ../../admin/view/wp-slimstat-reports.php:1329
3485
  msgid "Unique Landing Pages"
3486
  msgstr ""
3487
 
3488
+ #: ../../admin/view/wp-slimstat-reports.php:1330
3489
  msgid "Number of single-page visits to your site over the selected period."
3490
  msgstr ""
3491
 
3492
+ #: ../../admin/view/wp-slimstat-reports.php:1331
3493
  msgid "Bounce Pages"
3494
  msgstr ""
3495
 
3496
+ #: ../../admin/view/wp-slimstat-reports.php:1333
3497
  msgid "New Visitors Rate"
3498
  msgstr ""
3499
 
3500
+ #: ../../admin/view/wp-slimstat-reports.php:1334
3501
  msgid ""
3502
  "Visitors who visited the site in the last 5 minutes coming from a search "
3503
  "engine."
3504
  msgstr ""
3505
 
3506
+ #: ../../admin/view/wp-slimstat-reports.php:1335
3507
  msgid "Currently from search engines"
3508
  msgstr ""
3509
 
3510
+ #: ../../admin/view/wp-slimstat-reports.php:1407
3511
  msgid "Number of pages in your site included in Google's index."
3512
  msgstr ""
3513
 
3514
+ #: ../../admin/view/wp-slimstat-reports.php:1408
3515
  msgid "Google Index"
3516
  msgstr ""
3517
 
3518
+ #: ../../admin/view/wp-slimstat-reports.php:1409
3519
  msgid "Number of pages, according to Google, that link back to your site."
3520
  msgstr ""
3521
 
3522
+ #: ../../admin/view/wp-slimstat-reports.php:1410
3523
  msgid "Google Backlinks"
3524
  msgstr ""
3525
 
3526
+ #: ../../admin/view/wp-slimstat-reports.php:1411
3527
  msgid ""
3528
  "How many times the Facebook Like button has been approximately clicked on "
3529
  "your site."
3530
  msgstr ""
3531
 
3532
+ #: ../../admin/view/wp-slimstat-reports.php:1412
3533
  msgid "Facebook Likes"
3534
  msgstr ""
3535
 
3536
+ #: ../../admin/view/wp-slimstat-reports.php:1413
3537
  msgid ""
3538
  "How many times your site has been shared by someone on the social network."
3539
  msgstr ""
3540
 
3541
+ #: ../../admin/view/wp-slimstat-reports.php:1414
3542
  msgid "Facebook Shares"
3543
  msgstr ""
3544
 
3545
+ #: ../../admin/view/wp-slimstat-reports.php:1415
3546
  msgid "How many times links to your website have been clicked on Facebook."
3547
  msgstr ""
3548
 
3549
+ #: ../../admin/view/wp-slimstat-reports.php:1416
3550
  msgid "Facebook Clicks"
3551
  msgstr ""
3552
 
3553
+ #: ../../admin/view/wp-slimstat-reports.php:1417
3554
  msgid ""
3555
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3556
  "traffic data."
3557
  msgstr ""
3558
 
3559
+ #: ../../admin/view/wp-slimstat-reports.php:1418
3560
  msgid "Alexa World Rank"
3561
  msgstr ""
3562
 
3563
+ #: ../../admin/view/wp-slimstat-reports.php:1419
3564
  msgid "Alexa Country Rank"
3565
  msgstr ""
3566
 
3567
+ #: ../../admin/view/wp-slimstat-reports.php:1420
3568
  msgid "Alexa Popularity"
3569
  msgstr ""
3570
 
3571
  # Unknown
3572
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3573
  msgid "c-xx"
3574
  msgstr "Unknown"
3575
 
3576
  # Afghanistan
3577
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3578
  msgid "c-af"
3579
  msgstr "Afghanistan"
3580
 
3581
  # Åland Islands
3582
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3583
  msgid "c-ax"
3584
  msgstr "Aland Islands"
3585
 
3586
  # Albania
3587
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3588
  msgid "c-al"
3589
  msgstr "Albania"
3590
 
3591
  # Algeria
3592
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3593
  msgid "c-dz"
3594
  msgstr "Algeria"
3595
 
3596
  # Andorra
3597
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3598
  msgid "c-ad"
3599
  msgstr "Andorra"
3600
 
3601
  # Angola
3602
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3603
  msgid "c-ao"
3604
  msgstr "Angola"
3605
 
3606
  # Anguilla
3607
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3608
  msgid "c-ai"
3609
  msgstr "Anguilla"
3610
 
3611
  # Antigua and Barbuda
3612
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3613
  msgid "c-ag"
3614
  msgstr "Antigua and Barbuda"
3615
 
3616
  # Argentina
3617
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3618
  msgid "c-ar"
3619
  msgstr "Argentina"
3620
 
3621
  # Armenia
3622
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3623
  msgid "c-am"
3624
  msgstr "Armenia"
3625
 
3626
  # Aruba
3627
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3628
  msgid "c-aw"
3629
  msgstr "Aruba"
3630
 
3631
  # Australia
3632
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3633
  msgid "c-au"
3634
  msgstr "Australia"
3635
 
3636
  # Austria
3637
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3638
  msgid "c-at"
3639
  msgstr "Austria"
3640
 
3641
  # Azerbaijan
3642
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3643
  msgid "c-az"
3644
  msgstr "Azerbaijan"
3645
 
3646
  # Bahamas
3647
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3648
  msgid "c-bs"
3649
  msgstr "Bahamas"
3650
 
3651
  # Bahrain
3652
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3653
  msgid "c-bh"
3654
  msgstr "Bahrain"
3655
 
3656
  # Bangladesh
3657
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3658
  msgid "c-bd"
3659
  msgstr "Bangladesh"
3660
 
3661
  # Barbados
3662
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3663
  msgid "c-bb"
3664
  msgstr "Barbados"
3665
 
3666
  # Belarus
3667
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3668
  msgid "c-by"
3669
  msgstr "Belarus"
3670
 
3671
  # Belgium
3672
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3673
  msgid "c-be"
3674
  msgstr "Belgium"
3675
 
3676
  # Belize
3677
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3678
  msgid "c-bz"
3679
  msgstr "Belize"
3680
 
3681
  # Benin
3682
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3683
  msgid "c-bj"
3684
  msgstr "Benin"
3685
 
3686
  # Bermuda
3687
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3688
  msgid "c-bm"
3689
  msgstr "Bermuda"
3690
 
3691
  # Bhutan
3692
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3693
  msgid "c-bt"
3694
  msgstr "Bhutan"
3695
 
3696
  # Bolivia
3697
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3698
  msgid "c-bo"
3699
  msgstr "Bolivia"
3700
 
3701
  # Bosnia and Herzegovina
3702
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3703
  msgid "c-ba"
3704
  msgstr "Bosnia and Herzegovina"
3705
 
3706
  # Botswana
3707
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3708
  msgid "c-bw"
3709
  msgstr "Botswana"
3710
 
3711
  # Brazil
3712
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3713
  msgid "c-br"
3714
  msgstr "Brazil"
3715
 
3716
  # Brunei Darussalam
3717
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3718
  msgid "c-bn"
3719
  msgstr "Brunei Darussalam"
3720
 
3721
  # Bulgaria
3722
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3723
  msgid "c-bg"
3724
  msgstr "Bulgaria"
3725
 
3726
  # Burkina Faso
3727
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3728
  msgid "c-bf"
3729
  msgstr "Burkina Faso"
3730
 
3731
  # Burundi
3732
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3733
  msgid "c-bi"
3734
  msgstr "Burundi"
3735
 
3736
  # Cambodia
3737
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3738
  msgid "c-kh"
3739
  msgstr "Cambodia"
3740
 
3741
  # Cameroon
3742
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3743
  msgid "c-cm"
3744
  msgstr "Cameroon"
3745
 
3746
  # Canada
3747
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3748
  msgid "c-ca"
3749
  msgstr "Canada"
3750
 
3751
  # Cape Verde
3752
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3753
  msgid "c-cv"
3754
  msgstr "Cape Verde"
3755
 
3756
  # Cayman Islands
3757
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3758
  msgid "c-ky"
3759
  msgstr "Cayman Islands"
3760
 
3761
  # Central African Republic
3762
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3763
  msgid "c-cf"
3764
  msgstr "Central African Republic"
3765
 
3766
  # Chad
3767
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3768
  msgid "c-td"
3769
  msgstr "Chad"
3770
 
3771
  # Chile
3772
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3773
  msgid "c-cl"
3774
  msgstr "Chile"
3775
 
3776
  # China
3777
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3778
  msgid "c-cn"
3779
  msgstr "China"
3780
 
3781
  # Colombia
3782
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3783
  msgid "c-co"
3784
  msgstr "Colombia"
3785
 
3786
  # Comoros
3787
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3788
  msgid "c-km"
3789
  msgstr "Comoros"
3790
 
3791
  # Congo
3792
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3793
  msgid "c-cg"
3794
  msgstr "Congo"
3795
 
3796
  # The Democratic Republic of the Congo
3797
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3798
  msgid "c-cd"
3799
  msgstr "The Democratic Republic of the Congo"
3800
 
3801
  # Costa Rica
3802
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3803
  msgid "c-cr"
3804
  msgstr "Costa Rica"
3805
 
3806
  # Côte d'Ivoire
3807
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3808
  msgid "c-ci"
3809
  msgstr "Côte d'Ivoire"
3810
 
3811
  # Croatia
3812
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3813
  msgid "c-hr"
3814
  msgstr "Croatia"
3815
 
3816
  # Cuba
3817
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3818
  msgid "c-cu"
3819
  msgstr "Cuba"
3820
 
3821
  # Cyprus
3822
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3823
  msgid "c-cy"
3824
  msgstr "Cyprus"
3825
 
3826
  # Czech Republic
3827
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3828
  msgid "c-cz"
3829
  msgstr "Czech Republic"
3830
 
3831
  # Denmark
3832
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3833
  msgid "c-dk"
3834
  msgstr "Denmark"
3835
 
3836
  # Djibouti
3837
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3838
  msgid "c-dj"
3839
  msgstr "Djibouti"
3840
 
3841
  # Dominica
3842
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3843
  msgid "c-dm"
3844
  msgstr "Dominica"
3845
 
3846
  # Dominican Republic
3847
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3848
  msgid "c-do"
3849
  msgstr "Dominican Republic"
3850
 
3851
  # Ecuador
3852
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3853
  msgid "c-ec"
3854
  msgstr "Ecuador"
3855
 
3856
  # Egypt
3857
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3858
  msgid "c-eg"
3859
  msgstr "Egypt"
3860
 
3861
  # El Salvador
3862
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3863
  msgid "c-sv"
3864
  msgstr "El Salvador"
3865
 
3866
  # Equatorial Guinea
3867
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3868
  msgid "c-gq"
3869
  msgstr "Equatorial Guinea"
3870
 
3871
  # Eritrea
3872
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3873
  msgid "c-er"
3874
  msgstr "Eritrea"
3875
 
3876
  # Estonia
3877
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3878
  msgid "c-ee"
3879
  msgstr "Estonia"
3880
 
3881
  # Ethiopia
3882
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3883
  msgid "c-et"
3884
  msgstr "Ethiopia"
3885
 
3886
  # Faroe Islands
3887
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3888
  msgid "c-fo"
3889
  msgstr "Faroe Islands"
3890
 
3891
  # Falkland Islands (Malvinas)
3892
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3893
  msgid "c-fk"
3894
  msgstr "Falkland Islands (Malvinas)"
3895
 
3896
  # Fiji
3897
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3898
  msgid "c-fj"
3899
  msgstr "Fiji"
3900
 
3901
  # Finland
3902
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3903
  msgid "c-fi"
3904
  msgstr "Finland"
3905
 
3906
  # France
3907
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3908
  msgid "c-fr"
3909
  msgstr "France"
3910
 
3911
  # French Guiana
3912
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3913
  msgid "c-gf"
3914
  msgstr "French Guiana"
3915
 
3916
  # Gabon
3917
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3918
  msgid "c-ga"
3919
  msgstr "Gabon"
3920
 
3921
  # Gambia
3922
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3923
  msgid "c-gm"
3924
  msgstr "Gambia"
3925
 
3926
  # Georgia
3927
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3928
  msgid "c-ge"
3929
  msgstr "Georgia"
3930
 
3931
  # Germany
3932
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3933
  msgid "c-de"
3934
  msgstr "Germany"
3935
 
3936
  # Ghana
3937
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3938
  msgid "c-gh"
3939
  msgstr "Ghana"
3940
 
3941
  # Greece
3942
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3943
  msgid "c-gr"
3944
  msgstr "Greece"
3945
 
3946
  # Greenland
3947
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3948
  msgid "c-gl"
3949
  msgstr "Greenland"
3950
 
3951
  # Grenada
3952
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3953
  msgid "c-gd"
3954
  msgstr "Grenada"
3955
 
3956
  # Guadeloupe
3957
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3958
  msgid "c-gp"
3959
  msgstr "Guadeloupe"
3960
 
3961
  # Guatemala
3962
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3963
  msgid "c-gt"
3964
  msgstr "Guatemala"
3965
 
3966
  # Guinea
3967
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3968
  msgid "c-gn"
3969
  msgstr "Guinea"
3970
 
3971
  # Guinea-Bissau
3972
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3973
  msgid "c-gw"
3974
  msgstr "Guinea-Bissau"
3975
 
3976
  # Guyana
3977
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3978
  msgid "c-gy"
3979
  msgstr "Guyana"
3980
 
3981
  # Haiti
3982
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3983
  msgid "c-ht"
3984
  msgstr "Haiti"
3985
 
3986
  # Honduras
3987
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3988
  msgid "c-hn"
3989
  msgstr "Honduras"
3990
 
3991
  # Hong Kong
3992
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3993
  msgid "c-hk"
3994
  msgstr "Hong Kong"
3995
 
3996
  # Hungary
3997
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3998
  msgid "c-hu"
3999
  msgstr "Hungary"
4000
 
4001
  # Iceland
4002
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4003
  msgid "c-is"
4004
  msgstr "Iceland"
4005
 
4006
  # India
4007
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4008
  msgid "c-in"
4009
  msgstr "India"
4010
 
4011
  # Indonesia
4012
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4013
  msgid "c-id"
4014
  msgstr "Indonesia"
4015
 
4016
  # Islamic Republic of Iran
4017
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4018
  msgid "c-ir"
4019
  msgstr "Islamic Republic of Iran"
4020
 
4021
  # Iraq
4022
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4023
  msgid "c-iq"
4024
  msgstr "Iraq"
4025
 
4026
  # Ireland
4027
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4028
  msgid "c-ie"
4029
  msgstr "Ireland"
4030
 
4031
  # Israel
4032
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4033
  msgid "c-il"
4034
  msgstr "Israel"
4035
 
4036
  # Italy
4037
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4038
  msgid "c-it"
4039
  msgstr "Italy"
4040
 
4041
  # Jamaica
4042
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4043
  msgid "c-jm"
4044
  msgstr "Jamaica"
4045
 
4046
  # Japan
4047
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4048
  msgid "c-jp"
4049
  msgstr "Japan"
4050
 
4051
  # Jordan
4052
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4053
  msgid "c-jo"
4054
  msgstr "Jordan"
4055
 
4056
  # Kazakhstan
4057
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4058
  msgid "c-kz"
4059
  msgstr "Kazakhstan"
4060
 
4061
  # Kenya
4062
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4063
  msgid "c-ke"
4064
  msgstr "Kenya"
4065
 
4066
  # Nauru
4067
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4068
  msgid "c-nr"
4069
  msgstr "Nauru"
4070
 
4071
  # Democratic People's Republic of Korea
4072
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4073
  msgid "c-kp"
4074
  msgstr "Democratic People's Republic of Korea"
4075
 
4076
  # Republic of Korea
4077
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4078
  msgid "c-kr"
4079
  msgstr "Republic of Korea"
4080
 
4081
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4082
  msgid "c-kv"
4083
  msgstr "Kosovo"
4084
 
4085
  # Kuwait
4086
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4087
  msgid "c-kw"
4088
  msgstr "Kuwait"
4089
 
4090
  # Kyrgyzstan
4091
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4092
  msgid "c-kg"
4093
  msgstr "Kyrgyzstan"
4094
 
4095
  # Lao People's Democratic Republic
4096
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4097
  msgid "c-la"
4098
  msgstr "Lao People's Democratic Republic"
4099
 
4100
  # Latvia
4101
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4102
  msgid "c-lv"
4103
  msgstr "Latvia"
4104
 
4105
  # Lebanon
4106
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4107
  msgid "c-lb"
4108
  msgstr "Lebanon"
4109
 
4110
  # Lesotho
4111
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4112
  msgid "c-ls"
4113
  msgstr "Lesotho"
4114
 
4115
  # Liberia
4116
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4117
  msgid "c-lr"
4118
  msgstr "Liberia"
4119
 
4120
  # Libyan Arab Jamahiriya
4121
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4122
  msgid "c-ly"
4123
  msgstr "Libyan Arab Jamahiriya"
4124
 
4125
  # Liechtenstein
4126
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4127
  msgid "c-li"
4128
  msgstr "Liechtenstein"
4129
 
4130
  # Lithuania
4131
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4132
  msgid "c-lt"
4133
  msgstr "Lithuania"
4134
 
4135
  # Luxembourg
4136
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4137
  msgid "c-lu"
4138
  msgstr "Luxembourg"
4139
 
4140
  # The Former Yugoslav Republic of Macedonia
4141
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4142
  msgid "c-mk"
4143
  msgstr "The Former Yugoslav Republic of Macedonia"
4144
 
4145
  # Madagascar
4146
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4147
  msgid "c-mg"
4148
  msgstr "Madagascar"
4149
 
4150
  # Malawi
4151
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4152
  msgid "c-mw"
4153
  msgstr "Malawi"
4154
 
4155
  # Malaysia
4156
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4157
  msgid "c-my"
4158
  msgstr "Malaysia"
4159
 
4160
  # Mali
4161
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4162
  msgid "c-ml"
4163
  msgstr "Mali"
4164
 
4165
  # Malta
4166
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4167
  msgid "c-mt"
4168
  msgstr "Malta"
4169
 
4170
  # Martinique
4171
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4172
  msgid "c-mq"
4173
  msgstr "Martinique"
4174
 
4175
  # Mauritania
4176
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4177
  msgid "c-mr"
4178
  msgstr "Mauritania"
4179
 
4180
  # Mauritius
4181
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4182
  msgid "c-mu"
4183
  msgstr "Mauritius"
4184
 
4185
  # Mexico
4186
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4187
  msgid "c-mx"
4188
  msgstr "Mexico"
4189
 
4190
  # Moldova
4191
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4192
  msgid "c-md"
4193
  msgstr "Moldova"
4194
 
4195
  # Mongolia
4196
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4197
  msgid "c-mn"
4198
  msgstr "Mongolia"
4199
 
4200
  # Montenegro
4201
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4202
  msgid "c-me"
4203
  msgstr "Montenegro"
4204
 
4205
  # Montserrat
4206
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4207
  msgid "c-ms"
4208
  msgstr "Montserrat"
4209
 
4210
  # Morocco
4211
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4212
  msgid "c-ma"
4213
  msgstr "Morocco"
4214
 
4215
  # Mozambique
4216
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4217
  msgid "c-mz"
4218
  msgstr "Mozambique"
4219
 
4220
  # Myanmar
4221
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4222
  msgid "c-mm"
4223
  msgstr "Myanmar"
4224
 
4225
  # Namibia
4226
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4227
  msgid "c-na"
4228
  msgstr "Namibia"
4229
 
4230
  # Nepal
4231
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4232
  msgid "c-np"
4233
  msgstr "Nepal"
4234
 
4235
  # Netherlands
4236
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4237
  msgid "c-nl"
4238
  msgstr "Netherlands"
4239
 
4240
  # New Caledonia
4241
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4242
  msgid "c-nc"
4243
  msgstr "New Caledonia"
4244
 
4245
  # New Zealand
4246
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4247
  msgid "c-nz"
4248
  msgstr "New Zealand"
4249
 
4250
  # Nicaragua
4251
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4252
  msgid "c-ni"
4253
  msgstr "Nicaragua"
4254
 
4255
  # Niger
4256
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4257
  msgid "c-ne"
4258
  msgstr "Niger"
4259
 
4260
  # Nigeria
4261
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4262
  msgid "c-ng"
4263
  msgstr "Nigeria"
4264
 
4265
  # Norway
4266
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4267
  msgid "c-no"
4268
  msgstr "Norway"
4269
 
4270
  # Oman
4271
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4272
  msgid "c-om"
4273
  msgstr "Oman"
4274
 
4275
  # Pakistan
4276
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4277
  msgid "c-pk"
4278
  msgstr "Pakistan"
4279
 
4280
  # Palau
4281
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4282
  msgid "c-pw"
4283
  msgstr "Palau"
4284
 
4285
  # Occupied Palestinian Territory
4286
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4287
  msgid "c-ps"
4288
  msgstr "Occupied Palestinian Territory"
4289
 
4290
  # Panama
4291
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4292
  msgid "c-pa"
4293
  msgstr "Panama"
4294
 
4295
  # Papua New Guinea
4296
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4297
  msgid "c-pg"
4298
  msgstr "Papua New Guinea"
4299
 
4300
  # Paraguay
4301
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4302
  msgid "c-py"
4303
  msgstr "Paraguay"
4304
 
4305
  # Peru
4306
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4307
  msgid "c-pe"
4308
  msgstr "Peru"
4309
 
4310
  # Philippines
4311
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4312
  msgid "c-ph"
4313
  msgstr "Philippines"
4314
 
4315
  # Poland
4316
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4317
  msgid "c-pl"
4318
  msgstr "Poland"
4319
 
4320
  # Portugal
4321
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4322
  msgid "c-pt"
4323
  msgstr "Portugal"
4324
 
4325
  # Puerto Rico
4326
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4327
  msgid "c-pr"
4328
  msgstr "Puerto Rico"
4329
 
4330
  # Qatar
4331
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4332
  msgid "c-qa"
4333
  msgstr "Qatar"
4334
 
4335
  # Réunion
4336
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4337
  msgid "c-re"
4338
  msgstr "Réunion"
4339
 
4340
  # Romania
4341
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4342
  msgid "c-ro"
4343
  msgstr "Romania"
4344
 
4345
  # Russian Federation
4346
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4347
  msgid "c-ru"
4348
  msgstr "Russian Federation"
4349
 
4350
  # Rwanda
4351
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4352
  msgid "c-rw"
4353
  msgstr "Rwanda"
4354
 
4355
  # Saint Kitts and Nevis
4356
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4357
  msgid "c-kn"
4358
  msgstr "Saint Kitts and Nevis"
4359
 
4360
  # Saint Lucia
4361
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4362
  msgid "c-lc"
4363
  msgstr "Saint Lucia"
4364
 
4365
  # Saint Martin
4366
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4367
  msgid "c-mf"
4368
  msgstr "Saint Martin"
4369
 
4370
  # Saint Vincent and the Grenadines
4371
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4372
  msgid "c-vc"
4373
  msgstr "Saint Vincent and the Grenadines"
4374
 
4375
  # Samoa
4376
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4377
  msgid "c-ws"
4378
  msgstr "Samoa"
4379
 
4380
  # Sao Tome and Principe
4381
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4382
  msgid "c-st"
4383
  msgstr "Sao Tome and Principe"
4384
 
4385
  # Saudi Arabia
4386
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4387
  msgid "c-sa"
4388
  msgstr "Saudi Arabia"
4389
 
4390
  # Senegal
4391
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4392
  msgid "c-sn"
4393
  msgstr "Senegal"
4394
 
4395
  # Serbia
4396
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4397
  msgid "c-rs"
4398
  msgstr "Serbia"
4399
 
4400
  # Sierra Leone
4401
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4402
  msgid "c-sl"
4403
  msgstr "Sierra Leone"
4404
 
4405
  # Singapore
4406
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4407
  msgid "c-sg"
4408
  msgstr "Singapore"
4409
 
4410
  # Slovakia
4411
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4412
  msgid "c-sk"
4413
  msgstr "Slovakia"
4414
 
4415
  # Slovenia
4416
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4417
  msgid "c-si"
4418
  msgstr "Slovenia"
4419
 
4420
  # Solomon Islands
4421
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4422
  msgid "c-sb"
4423
  msgstr "Solomon Islands"
4424
 
4425
  # Somalia
4426
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4427
  msgid "c-so"
4428
  msgstr "Somalia"
4429
 
4430
  # South Africa
4431
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4432
  msgid "c-za"
4433
  msgstr "South Africa"
4434
 
4435
  # South Georgia and the South Sandwich Islands
4436
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4437
  msgid "c-gs"
4438
  msgstr "South Georgia and the South Sandwich Islands"
4439
 
4440
  # Spain
4441
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4442
  msgid "c-es"
4443
  msgstr "Spain"
4444
 
4445
  # Sri Lanka
4446
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4447
  msgid "c-lk"
4448
  msgstr "Sri Lanka"
4449
 
4450
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4451
  msgid "c-sc"
4452
  msgstr "Seychelles"
4453
 
4454
  # Sudan
4455
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4456
  msgid "c-sd"
4457
  msgstr "Sudan"
4458
 
4459
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4460
  msgid "c-ss"
4461
  msgstr "South Sudan"
4462
 
4463
  # Suriname
4464
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4465
  msgid "c-sr"
4466
  msgstr "Suriname"
4467
 
4468
  # Svalbard and Jan Mayen
4469
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4470
  msgid "c-sj"
4471
  msgstr "Svalbard and Jan Mayen"
4472
 
4473
  # Swaziland
4474
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4475
  msgid "c-sz"
4476
  msgstr "Swaziland"
4477
 
4478
  # Sweden
4479
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4480
  msgid "c-se"
4481
  msgstr "Sweden"
4482
 
4483
  # Switzerland
4484
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4485
  msgid "c-ch"
4486
  msgstr "Switzerland"
4487
 
4488
  # Syrian Arab Republic
4489
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4490
  msgid "c-sy"
4491
  msgstr "Syrian Arab Republic"
4492
 
4493
  # Taiwan, Province of China
4494
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4495
  msgid "c-tw"
4496
  msgstr "Taiwan"
4497
 
4498
  # Tajikistan
4499
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4500
  msgid "c-tj"
4501
  msgstr "Tajikistan"
4502
 
4503
  # United Republic of Tanzania
4504
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4505
  msgid "c-tz"
4506
  msgstr "United Republic of Tanzania"
4507
 
4508
  # Thailand
4509
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4510
  msgid "c-th"
4511
  msgstr "Thailand"
4512
 
4513
  # Timor-Leste
4514
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4515
  msgid "c-tl"
4516
  msgstr "Timor-Leste"
4517
 
4518
  # Togo
4519
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4520
  msgid "c-tg"
4521
  msgstr "Togo"
4522
 
4523
  # Tonga
4524
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4525
  msgid "c-to"
4526
  msgstr "Tonga"
4527
 
4528
  # Trinidad and Tobago
4529
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4530
  msgid "c-tt"
4531
  msgstr "Trinidad and Tobago"
4532
 
4533
  # Tunisia
4534
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4535
  msgid "c-tn"
4536
  msgstr "Tunisia"
4537
 
4538
  # Turkey
4539
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4540
  msgid "c-tr"
4541
  msgstr "Turkey"
4542
 
4543
  # Turkmenistan
4544
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4545
  msgid "c-tm"
4546
  msgstr "Turkmenistan"
4547
 
4548
  # Turks and Caicos Islands
4549
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4550
  msgid "c-tc"
4551
  msgstr "Turks and Caicos Islands"
4552
 
4553
  # Uganda
4554
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4555
  msgid "c-ug"
4556
  msgstr "Uganda"
4557
 
4558
  # Ukraine
4559
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4560
  msgid "c-ua"
4561
  msgstr "Ukraine"
4562
 
4563
  # United Arab Emirates
4564
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4565
  msgid "c-ae"
4566
  msgstr "United Arab Emirates"
4567
 
4568
  # United Kingdom
4569
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4570
  msgid "c-gb"
4571
  msgstr "United Kingdom"
4572
 
4573
  # United States
4574
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4575
  msgid "c-us"
4576
  msgstr "United States"
4577
 
4578
  # Uruguay
4579
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4580
  msgid "c-uy"
4581
  msgstr "Uruguay"
4582
 
4583
  # Uzbekistan
4584
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4585
  msgid "c-uz"
4586
  msgstr "Uzbekistan"
4587
 
4588
  # Vanuatu
4589
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4590
  msgid "c-vu"
4591
  msgstr "Vanuatu"
4592
 
4593
  # Venezuela
4594
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4595
  msgid "c-ve"
4596
  msgstr "Venezuela"
4597
 
4598
  # Viet Nam
4599
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4600
  msgid "c-vn"
4601
  msgstr "Viet Nam"
4602
 
4603
  # British Virgin Islands
4604
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4605
  msgid "c-vg"
4606
  msgstr "British Virgin Islands"
4607
 
4608
  # U.S. Virgin Islands
4609
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4610
  msgid "c-vi"
4611
  msgstr "U.S. Virgin Islands"
4612
 
4613
  # Western Sahara
4614
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4615
  msgid "c-eh"
4616
  msgstr "Western Sahara"
4617
 
4618
  # Yemen
4619
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4620
  msgid "c-ye"
4621
  msgstr "Yemen"
4622
 
4623
  # Zambia
4624
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4625
  msgid "c-zm"
4626
  msgstr "Zambia"
4627
 
4628
  # Zimbabwe
4629
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4630
  msgid "c-zw"
4631
  msgstr "Zimbabwe"
4632
 
4633
  # Guernsey
4634
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4635
  msgid "c-gg"
4636
  msgstr "Guernsey"
4637
 
4638
  # Jersey
4639
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4640
  msgid "c-je"
4641
  msgstr "Jersey"
4642
 
4643
  # Isle of Man
4644
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4645
  msgid "c-im"
4646
  msgstr "Isle of Man"
4647
 
4648
  # Maldives
4649
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4650
  msgid "c-mv"
4651
  msgstr "Maldives"
4652
 
4653
+ #: ../../admin/view/wp-slimstat-reports.php:1431
4654
  msgid "c-eu"
4655
  msgstr ""
4656
 
4657
+ #: ../../admin/view/wp-slimstat-reports.php:1523
4658
  msgid ""
4659
  "This value includes not only posts, but also custom post types, regardless "
4660
  "of their status"
4661
  msgstr ""
4662
 
4663
+ #: ../../admin/view/wp-slimstat-reports.php:1524
4664
  msgid "Content Items"
4665
  msgstr ""
4666
 
4667
+ #: ../../admin/view/wp-slimstat-reports.php:1525
4668
  msgid "Total Comments"
4669
  msgstr ""
4670
 
4671
+ #: ../../admin/view/wp-slimstat-reports.php:1526
4672
  msgid "Pingbacks"
4673
  msgstr ""
4674
 
4675
+ #: ../../admin/view/wp-slimstat-reports.php:1527
4676
  msgid "Trackbacks"
4677
  msgstr ""
4678
 
4679
+ #: ../../admin/view/wp-slimstat-reports.php:1528
4680
  msgid "Avg Comments Per Post"
4681
  msgstr ""
4682
 
4683
+ #: ../../admin/view/wp-slimstat-reports.php:1529
4684
  msgid "Avg Posts Per Day"
4685
  msgstr ""
4686
 
4687
+ #: ../../admin/view/wp-slimstat-reports.php:1530
4688
  msgid "Avg Server Latency"
4689
  msgstr ""
4690
 
4691
+ #: ../../admin/view/wp-slimstat-reports.php:1531
4692
  msgid "Avg Page Load Time"
4693
  msgstr ""
4694
 
4695
+ #: ../../admin/view/wp-slimstat-reports.php:1549
4696
+ msgid "src"
4697
+ msgstr ""
4698
+
4699
+ #: ../../admin/view/wp-slimstat-reports.php:1552
4700
+ msgid "serp"
4701
+ msgstr ""
4702
+
4703
+ #: ../../admin/view/wp-slimstat-reports.php:1559
4704
+ msgid "Go to the referring page"
4705
+ msgstr ""
4706
+
4707
+ #: ../../admin/view/wp-slimstat-reports.php:1581
4708
+ msgid "Remove filter for"
4709
+ msgstr ""
4710
+
4711
+ #: ../../admin/view/wp-slimstat-reports.php:1585
4712
+ msgid "Save"
4713
+ msgstr ""
4714
+
4715
+ #: ../../admin/view/wp-slimstat-reports.php:1588
4716
+ msgid "Reset All"
4717
+ msgstr ""
4718
+
4719
+ #: ../../admin/view/wp-slimstat-reports.php:1592
4720
+ msgid "Current filters:"
4721
  msgstr ""
4722
 
4723
+ #: ../../admin/wp-slimstat-admin.php:634 ../../admin/wp-slimstat-admin.php:645
4724
+ #: ../../admin/wp-slimstat-admin.php:647
4725
  msgid "SlimStat"
4726
  msgstr ""
4727
 
4728
+ #: ../../admin/wp-slimstat-admin.php:641 ../../admin/wp-slimstat-admin.php:656
4729
+ #: ../../wp-slimstat.php:1733
4730
+ msgid "Custom Reports"
4731
+ msgstr ""
4732
+
4733
+ #: ../../admin/wp-slimstat-admin.php:729
4734
  msgid "Pageviews in the last "
4735
  msgstr ""
4736
 
4737
+ #: ../../admin/wp-slimstat-admin.php:732
4738
  msgid "Unique IPs in the last "
4739
  msgstr ""
4740
 
4741
+ #: ../../admin/wp-slimstat-admin.php:787
4742
  msgid "Show on screen"
4743
  msgstr ""
4744
 
4745
+ #: ../../admin/wp-slimstat-admin.php:872
4746
  msgid "Already saved"
4747
  msgstr ""
4748
 
4749
+ #: ../../admin/wp-slimstat-admin.php:880
4750
  msgid "Saved"
4751
  msgstr ""
4752
 
4753
+ #: ../../admin/wp-slimstat-admin.php:900
4754
  msgid "Delete this filter"
4755
  msgstr ""
4756
 
4757
+ #: ../../admin/wp-slimstat-admin.php:944
4758
  msgid "There was an error updating the following options:"
4759
  msgstr ""
4760
 
4761
+ #: ../../admin/wp-slimstat-admin.php:947
4762
  msgid "Your changes have been saved."
4763
  msgstr ""
4764
 
4765
+ #: ../../admin/wp-slimstat-admin.php:970
4766
  msgid "Save Changes"
4767
  msgstr ""
4768
 
4769
+ #: ../../admin/wp-slimstat-admin.php:986
4770
  msgid "Definitions"
4771
  msgstr ""
4772
 
4773
+ #: ../../admin/wp-slimstat-admin.php:989
4774
  msgid "Pageview"
4775
  msgstr ""
4776
 
4777
+ #: ../../admin/wp-slimstat-admin.php:989
4778
  msgid ""
4779
  "A request to load a single HTML file (\"page\"). This should be contrasted "
4780
  "with a \"hit\", which refers to a request for any file from a web server. "
4781
  "Slimstat logs a pageview each time the tracking code is executed"
4782
  msgstr ""
4783
 
4784
+ #: ../../admin/wp-slimstat-admin.php:990
4785
  msgid "(Human) Visit"
4786
  msgstr ""
4787
 
4788
+ #: ../../admin/wp-slimstat-admin.php:990
4789
  msgid ""
4790
  "A period of interaction between a visitor's browser and your website, ending "
4791
  "when the browser is closed or when the user has been inactive on that site "
4792
  "for 30 minutes"
4793
  msgstr ""
4794
 
4795
+ #: ../../admin/wp-slimstat-admin.php:991
4796
  msgid ""
4797
  "Any user who has left a comment on your blog, and is thus identified by "
4798
  "Wordpress as a returning visitor"
4799
  msgstr ""
4800
 
4801
+ #: ../../admin/wp-slimstat-admin.php:992
4802
  msgid "Unique IP"
4803
  msgstr ""
4804
 
4805
+ #: ../../admin/wp-slimstat-admin.php:992
4806
  msgid ""
4807
  "Used to differentiate between multiple requests to download a file from one "
4808
  "internet address (IP) and requests originating from many distinct addresses; "
4810
  "from, it is useful, but not perfect"
4811
  msgstr ""
4812
 
4813
+ #: ../../admin/wp-slimstat-admin.php:993
4814
  msgid ""
4815
  "the originating IP address of a client connecting to a web server through an "
4816
  "HTTP proxy or load balancer"
4817
  msgstr ""
4818
 
4819
+ #: ../../admin/wp-slimstat-admin.php:994
4820
  msgid "Direct Traffic"
4821
  msgstr ""
4822
 
4823
+ #: ../../admin/wp-slimstat-admin.php:994
4824
  msgid ""
4825
  "All those people showing up to your Web site by typing in the URL of your "
4826
  "Web site coming or from a bookmark; some people also call this \"default "
4827
  "traffic\" or \"ambient traffic\""
4828
  msgstr ""
4829
 
4830
+ #: ../../admin/wp-slimstat-admin.php:995
4831
  msgid "Search Engine"
4832
  msgstr ""
4833
 
4834
+ #: ../../admin/wp-slimstat-admin.php:995
4835
  msgid ""
4836
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4837
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4838
  msgstr ""
4839
 
4840
+ #: ../../admin/wp-slimstat-admin.php:996
4841
+ #: ../../admin/wp-slimstat-admin.php:1012
4842
  msgid "Keywords used by your visitors to find your website on a search engine"
4843
  msgstr ""
4844
 
4845
+ #: ../../admin/wp-slimstat-admin.php:997
4846
  msgid "SERP"
4847
  msgstr ""
4848
 
4849
+ #: ../../admin/wp-slimstat-admin.php:997
4850
  msgid ""
4851
  "Short for search engine results page, the Web page that a search engine "
4852
  "returns with the results of its search. The value shown represents your rank "
4853
  "(or position) within that list of results"
4854
  msgstr ""
4855
 
4856
+ #: ../../admin/wp-slimstat-admin.php:998
4857
  msgid ""
4858
  "Any program used for accessing a website; this includes browsers, robots, "
4859
  "spiders and any other program that was used to retrieve information from the "
4860
  "site"
4861
  msgstr ""
4862
 
4863
+ #: ../../admin/wp-slimstat-admin.php:999
4864
  msgid ""
4865
  "A link from one domain to another is said to be outbound from its source "
4866
  "anchor and inbound to its target. This report lists all the links to other "
4867
  "websites followed by your visitors."
4868
  msgstr ""
4869
 
4870
+ #: ../../admin/wp-slimstat-admin.php:1006
4871
  msgid "Basic Filters"
4872
  msgstr ""
4873
 
4874
+ #: ../../admin/wp-slimstat-admin.php:1009
4875
  msgid "User agent (Firefox, Chrome, ...)"
4876
  msgstr ""
4877
 
4878
+ #: ../../admin/wp-slimstat-admin.php:1010
4879
  msgid "2-letter code (us, ru, de, it, ...)"
4880
  msgstr ""
4881
 
4882
+ #: ../../admin/wp-slimstat-admin.php:1011
4883
  msgid "IP"
4884
  msgstr ""
4885
 
4886
+ #: ../../admin/wp-slimstat-admin.php:1011
4887
  msgid "Visitor's public IP address"
4888
  msgstr ""
4889
 
4890
+ #: ../../admin/wp-slimstat-admin.php:1013
4891
  msgid ""
4892
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4893
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4894
  "column) for more information"
4895
  msgstr ""
4896
 
4897
+ #: ../../admin/wp-slimstat-admin.php:1014
4898
  msgid ""
4899
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4900
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4901
  "manual page</a> for more information"
4902
  msgstr ""
4903
 
4904
+ #: ../../admin/wp-slimstat-admin.php:1015
4905
  msgid "URL accessed on your site"
4906
  msgstr ""
4907
 
4908
+ #: ../../admin/wp-slimstat-admin.php:1016
4909
  msgid "Complete address of the referrer page"
4910
  msgstr ""
4911
 
4912
+ #: ../../admin/wp-slimstat-admin.php:1017
4913
  msgid ""
4914
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4915
  "comment"
4916
  msgstr ""
4917
 
4918
+ #: ../../admin/wp-slimstat-admin.php:1025
4919
  msgid "Advanced Filters"
4920
  msgstr ""
4921
 
4922
+ #: ../../admin/wp-slimstat-admin.php:1028
4923
  msgid "user agent version (9.0, 11, ...)"
4924
  msgstr ""
4925
 
4926
+ #: ../../admin/wp-slimstat-admin.php:1029
4927
  msgid ""
4928
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4929
  "all others"
4930
  msgstr ""
4931
 
4932
+ #: ../../admin/wp-slimstat-admin.php:1030
 
 
 
 
 
 
 
 
 
 
4933
  msgid ""
4934
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4935
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4936
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4937
  msgstr ""
4938
 
4939
+ #: ../../admin/wp-slimstat-admin.php:1031
4940
  msgid "author associated to that post/page when the resource was accessed"
4941
  msgstr ""
4942
 
4943
+ #: ../../admin/wp-slimstat-admin.php:1032
4944
  msgid "ID of the category/term associated to the resource, when available"
4945
  msgstr ""
4946
 
4947
+ #: ../../admin/wp-slimstat-admin.php:1033
4948
  msgid "visitor's originating IP address, if available"
4949
  msgstr ""
4950
 
4951
+ #: ../../admin/wp-slimstat-admin.php:1034
4952
  msgid ""
4953
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4954
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4957
  "information"
4958
  msgstr ""
4959
 
4960
+ #: ../../admin/wp-slimstat-admin.php:1035
4961
+ msgid "Screen Resolution"
4962
+ msgstr ""
4963
+
4964
+ #: ../../admin/wp-slimstat-admin.php:1035
4965
  msgid "viewport width and height (1024x768, 800x600, ...)"
4966
  msgstr ""
4967
 
4968
+ #: ../../admin/wp-slimstat-admin.php:1036
4969
  msgid ""
4970
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4971
  "visitors"
4972
  msgstr ""
4973
 
4974
+ #: ../../admin/wp-slimstat-admin.php:1037
4975
  msgid "Date Filters"
4976
  msgstr ""
4977
 
4978
+ #: ../../admin/wp-slimstat-admin.php:1037
4979
  msgid ""
4980
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4981
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4982
  "year=blank, interval=-1 will set a year-to-date filter)"
4983
  msgstr ""
4984
 
4985
+ #: ../../admin/wp-slimstat-admin.php:1038
4986
  msgid "SERP Position"
4987
  msgstr ""
4988
 
4989
+ #: ../../admin/wp-slimstat-admin.php:1038
4990
  msgid ""
4991
  "set the filter to Referer contains cd=N&, where N is the position you are "
4992
  "looking for"
4993
  msgstr ""
4994
 
4995
+ #: ../../admin/wp-slimstat-admin.php:1065
4996
  msgid "Yes"
4997
  msgstr ""
4998
 
4999
+ #: ../../admin/wp-slimstat-admin.php:1067
5000
  msgid "Site Specific"
5001
  msgstr ""
5002
 
5003
+ #: ../../wp-slimstat.php:207 ../../wp-slimstat.php:483
 
 
 
 
5004
  msgid "Pageview filtered by third-party code"
5005
  msgstr ""
5006
 
5007
+ #: ../../wp-slimstat.php:224
5008
  msgid "Malformed URL"
5009
  msgstr ""
5010
 
5011
+ #: ../../wp-slimstat.php:243
5012
  msgid "Referrer is blacklisted"
5013
  msgstr ""
5014
 
5015
+ #: ../../wp-slimstat.php:321
5016
  msgid "Permalink is blacklisted"
5017
  msgstr ""
5018
 
5019
+ #: ../../wp-slimstat.php:332
5020
+ msgid "Empty or not supported IP address format (IPv6)"
5021
  msgstr ""
5022
 
5023
+ #: ../../wp-slimstat.php:341
5024
  msgid "Logged in user not tracked"
5025
  msgstr ""
5026
 
5027
+ #: ../../wp-slimstat.php:349
5028
  msgid "User with given capability not tracked"
5029
  msgstr ""
5030
 
5031
+ #: ../../wp-slimstat.php:356
5032
+ #, php-format
5033
+ msgid "User %s is blacklisted"
5034
  msgstr ""
5035
 
5036
+ #: ../../wp-slimstat.php:376
5037
+ #, php-format
5038
+ msgid "Spammer %s not tracked"
5039
  msgstr ""
5040
 
5041
+ #: ../../wp-slimstat.php:405
5042
+ #, php-format
5043
+ msgid "IP address %s is blacklisted"
5044
  msgstr ""
5045
 
5046
+ #: ../../wp-slimstat.php:434
5047
+ #, php-format
5048
+ msgid "Country %s is blacklisted"
5049
  msgstr ""
5050
 
5051
+ #: ../../wp-slimstat.php:443
5052
  msgid "Prefetch requests are ignored"
5053
  msgstr ""
5054
 
5055
+ #: ../../wp-slimstat.php:457
5056
  msgid "Bot not tracked"
5057
  msgstr ""
5058
 
5059
+ #: ../../wp-slimstat.php:466
5060
+ #, php-format
5061
+ msgid "Browser %s is blacklisted"
5062
  msgstr ""
5063
 
5064
+ #: ../../wp-slimstat.php:1135
5065
+ msgid "Invalid payload string. Try clearing your WordPress cache."
5066
  msgstr ""
5067
 
5068
+ #: ../../wp-slimstat.php:1145
5069
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5070
  msgstr ""
5071
 
5072
+ #: ../../wp-slimstat.php:1266
5073
+ msgid "There was an error downloading the MaxMind Geolite DB:"
5074
  msgstr ""
5075
 
5076
+ #: ../../wp-slimstat.php:1274 ../../wp-slimstat.php:1283
5077
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5078
  msgstr ""
5079
 
5080
+ #: ../../wp-slimstat.php:1278
5081
+ msgid "Function gzopen not defined. Aborting."
5082
  msgstr ""
5083
 
5084
+ #: ../../wp-slimstat.php:1288
5085
+ msgid "There was an error opening the unzipped MaxMind Geolite DB."
5086
  msgstr ""
5087
 
5088
+ # Austria
5089
+ #~ msgid "at"
5090
+ #~ msgstr "Austria"
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: 2015-04-17 20:30-0500\n"
6
- "PO-Revision-Date: 2015-04-17 20:30-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
@@ -32,13 +32,13 @@ msgstr ""
32
  "Se produjo un error decodificando la lista de complementos desde el "
33
  "servidor. Por favor, inténtelo de nuevo más tarde."
34
 
35
- #: ../../admin/config/addons.php:31 ../../admin/config/index.php:9
36
- #: ../../admin/wp-slimstat-admin.php:592 ../../admin/wp-slimstat-admin.php:607
37
- #: ../../wp-slimstat.php:1476
38
  msgid "Add-ons"
39
  msgstr "Añadidos"
40
 
41
- #: ../../admin/config/addons.php:32
42
  #, fuzzy
43
  msgid ""
44
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
@@ -56,18 +56,18 @@ msgstr ""
56
  "disponible, por favor introduzca la clave<strong> de licencia </strong> que "
57
  "recibió cuando compró."
58
 
59
- #: ../../admin/config/addons.php:36
60
  #, php-format
61
  msgid ""
62
- "This list is cached daily on your server: <a href=\"%s&amp;force_refresh=true"
63
  "\">click here</a> to clear the cache."
64
  msgstr ""
65
 
66
- #: ../../admin/config/addons.php:45
67
  msgid "Add-on"
68
  msgstr "Añadido"
69
 
70
- #: ../../admin/config/addons.php:45
71
  msgid "Description"
72
  msgstr "Descripción"
73
 
@@ -75,43 +75,44 @@ msgstr "Descripción"
75
  msgid "General"
76
  msgstr "General"
77
 
78
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:47
79
- #: ../../admin/config/index.php:146
80
  #, fuzzy
81
  msgid "Reports"
82
  msgstr "Informes Personalizados"
83
 
84
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:73
85
  msgid "Filters"
86
  msgstr "Filtros"
87
 
88
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:144
89
  #, fuzzy
90
  msgid "Permissions"
91
  msgstr "Enlace Permanente"
92
 
93
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:221
94
  msgid "Advanced"
95
  msgstr "Avanzados"
96
 
97
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:252
98
  msgid "Maintenance"
99
  msgstr "Mantenimiento"
100
 
101
- #: ../../admin/config/index.php:14 ../../admin/config/index.php:151
102
- #: ../../admin/wp-slimstat-admin.php:633 ../../admin/wp-slimstat-admin.php:635
103
- #: ../../wp-slimstat.php:1479
104
  #, fuzzy
105
  msgid "Settings"
106
  msgstr "Seleccionar orden"
107
 
108
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:226
109
  msgid "Tracker"
110
  msgstr "Rastreador"
111
 
112
  #: ../../admin/config/index.php:21
113
- msgid "Enable Tracking"
114
- msgstr "Activar Seguimiento"
 
115
 
116
  #: ../../admin/config/index.php:21
117
  #, fuzzy
@@ -120,9 +121,17 @@ msgstr ""
120
  "Activar el rastreador de encendido o apagado, pero conserve los informes "
121
  "accesibles (que no tendría, si desactivó el plugin)."
122
 
 
 
 
 
 
 
 
 
123
  #: ../../admin/config/index.php:22
124
  #, fuzzy
125
- msgid "Monitor Admin Pages"
126
  msgstr "Principales Páginas de Salida"
127
 
128
  #: ../../admin/config/index.php:22
@@ -131,15 +140,27 @@ msgstr ""
131
  "Habilite esta opción para realizar un seguimiento de la actividad de sus "
132
  "usuarios dentro de la administración."
133
 
 
 
 
 
 
 
 
 
 
 
134
  #: ../../admin/config/index.php:23
135
- msgid "Enable Spy Mode"
136
- msgstr "Habilitar modo Espía"
137
 
138
  #: ../../admin/config/index.php:23
 
139
  msgid ""
140
  "Collect information about screen resolutions, outbound links, downloads, "
141
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
142
- "regardless of which value you set for this option."
 
143
  msgstr ""
144
  "Recoger información sobre las resoluciones de pantalla, enlaces salientes, "
145
  "descargas, etc. Si el modo de seguimiento se establece en Javascript, estos "
@@ -153,9 +174,9 @@ msgstr "Seguimiento Activo"
153
  #: ../../admin/config/index.php:24
154
  #, fuzzy
155
  msgid ""
156
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
157
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
158
- "much like Google Analytics, and visitors whose browser does not support "
159
  "Javascript will be ignored. A nice side effect is that <strong>most "
160
  "spammers, search engines and other crawlers</strong> will not be tracked."
161
  msgstr ""
@@ -167,11 +188,12 @@ msgstr ""
167
  "strong> no serán registrados."
168
 
169
  #: ../../admin/config/index.php:24
170
- msgid "Javascript"
171
- msgstr "Javascript"
172
 
173
  #: ../../admin/config/index.php:24
174
- msgid "Server-side"
 
175
  msgstr "Del lado del servidor"
176
 
177
  #: ../../admin/config/index.php:26
@@ -201,7 +223,7 @@ msgstr "Barra de administración"
201
 
202
  #: ../../admin/config/index.php:28
203
  #, fuzzy
204
- msgid "Add Stats to Posts and Pages"
205
  msgstr "Añadir columna a Publicaciones"
206
 
207
  #: ../../admin/config/index.php:28
@@ -215,52 +237,75 @@ msgstr ""
215
 
216
  #: ../../admin/config/index.php:29
217
  #, fuzzy
218
- msgid "Interval"
219
- msgstr "Únicamente interno"
220
 
221
  #: ../../admin/config/index.php:29
222
  msgid ""
 
 
 
 
 
 
 
 
 
 
 
223
  "Enter the time range, in days, that should be used to calculate the value "
224
  "here above."
225
  msgstr ""
226
 
227
- #: ../../admin/config/index.php:30
228
  #, fuzzy
229
  msgid "Report Type"
230
  msgstr "Informes Personalizados"
231
 
232
- #: ../../admin/config/index.php:30
233
  msgid ""
234
  "Select what kind of information you would like to see displayed on the Posts "
235
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
236
  "IPs consider only one hit per user in the given time range."
237
  msgstr ""
238
 
239
- #: ../../admin/config/index.php:30 ../../admin/view/index.php:173
240
- #: ../../admin/view/wp-slimstat-reports.php:850
241
- #: ../../admin/view/wp-slimstat-reports.php:952
242
- #: ../../admin/view/wp-slimstat-reports.php:1175
243
  msgid "Pageviews"
244
  msgstr "Paginas visitadas"
245
 
246
- #: ../../admin/config/index.php:30
247
- #: ../../admin/view/wp-slimstat-reports.php:856
248
- #: ../../admin/view/wp-slimstat-reports.php:871
249
- #: ../../admin/view/wp-slimstat-reports.php:1175
250
- #: ../../admin/view/wp-slimstat-reports.php:1179
251
- #: ../../admin/view/wp-slimstat-reports.php:1183
252
  msgid "Unique IPs"
253
  msgstr "IPs Unicas"
254
 
255
  #: ../../admin/config/index.php:32
 
 
 
 
 
 
 
 
 
 
 
 
256
  msgid "Database"
257
  msgstr "Base de datos"
258
 
259
- #: ../../admin/config/index.php:33
260
  msgid "Retain data for"
261
  msgstr "Conservar los datos durante"
262
 
263
- #: ../../admin/config/index.php:33
264
  #, fuzzy
265
  msgid ""
266
  "Clean-up log entries older than the number of days specified here above. "
@@ -271,11 +316,11 @@ msgstr ""
271
  "aquí arriba. Introduzca <strong> 0 </strong> (número cero) si desea "
272
  "conservar sus datos independientemente de su edad."
273
 
274
- #: ../../admin/config/index.php:33
275
  msgid "Next clean-up on"
276
  msgstr "Siguiente limpieza en"
277
 
278
- #: ../../admin/config/index.php:33
279
  #, fuzzy, php-format
280
  msgid ""
281
  "Entries logged on or before %s will be archived or deleted according to the "
@@ -284,19 +329,18 @@ msgstr ""
284
  "Los comentarios registrados en o antes del %s se eliminarán de forma "
285
  "permanente."
286
 
287
- #: ../../admin/config/index.php:33 ../../admin/view/index.php:102
288
- #: ../../admin/view/wp-slimstat-db-new.php:70
289
- #: ../../admin/view/wp-slimstat-db.php:75
290
- #: ../../admin/view/wp-slimstat-reports.php:838
291
  msgid "days"
292
  msgstr "dias"
293
 
294
- #: ../../admin/config/index.php:34
295
  #, fuzzy
296
  msgid "Delete records"
297
  msgstr "Palabras clave"
298
 
299
- #: ../../admin/config/index.php:34
300
  msgid ""
301
  "If DB space is not an issue, you can decide to archive older records in "
302
  "another table, instead of deleting them. This way performance is preserved, "
@@ -306,49 +350,49 @@ msgid ""
306
  "is uninstalled. Make sure to backup your data before you proceed."
307
  msgstr ""
308
 
309
- #: ../../admin/config/index.php:49
310
  msgid "Formats and Conversions"
311
  msgstr ""
312
 
313
- #: ../../admin/config/index.php:50
314
  msgid "Number Format"
315
  msgstr "Formato de número"
316
 
317
- #: ../../admin/config/index.php:50
318
  #, fuzzy
319
  msgid "Choose the number format you want to use for your reports."
320
  msgstr ""
321
  "Seleccione el formato de número que desea utilizar para sus informes, "
322
  "europeos o americanos."
323
 
324
- #: ../../admin/config/index.php:51
325
  #, fuzzy
326
  msgid "Date Format"
327
  msgstr "Fecha y hora"
328
 
329
- #: ../../admin/config/index.php:51
330
  msgid ""
331
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
332
  "Format</a> to use when displaying a pageview's date."
333
  msgstr ""
334
 
335
- #: ../../admin/config/index.php:52
336
  #, fuzzy
337
  msgid "Time Format"
338
  msgstr "Formato de número"
339
 
340
- #: ../../admin/config/index.php:52
341
  msgid ""
342
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
343
  "Format</a> to use when displaying a pageview's time."
344
  msgstr ""
345
 
346
- #: ../../admin/config/index.php:53
347
  #, fuzzy
348
  msgid "Use Display Name"
349
  msgstr "Mostrar Nombre para mostrar"
350
 
351
- #: ../../admin/config/index.php:53
352
  msgid ""
353
  "By default, users are listed by their usernames. Use this option to "
354
  "visualize their display names instead."
@@ -357,81 +401,69 @@ msgstr ""
357
  "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
358
  "lugar."
359
 
360
- #: ../../admin/config/index.php:54
361
  #, fuzzy
362
- msgid "Use Post Titles"
363
  msgstr "Mostrar Títulos"
364
 
365
- #: ../../admin/config/index.php:54
366
  #, fuzzy
367
  msgid ""
368
- "Slimstat converts your permalinks into post and page titles. Disable this "
369
- "feature if you need to see the URL in your reports."
370
  msgstr ""
371
  "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
372
  "páginas. Desactive esta función si necesita ver la URL en sus informes."
373
 
374
- #: ../../admin/config/index.php:55
375
  msgid "Convert IP Addresses"
376
  msgstr "Convertir Direcciones IP"
377
 
378
- #: ../../admin/config/index.php:55
379
  msgid "Display provider names instead of IP addresses."
380
  msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
381
 
382
- #: ../../admin/config/index.php:57
383
  msgid "Functionality"
384
  msgstr "Funcionalidad"
385
 
386
- #: ../../admin/config/index.php:58
387
- msgid "Asynchronous Views"
388
- msgstr "Vistas asíncronas"
389
-
390
- #: ../../admin/config/index.php:58
391
- msgid ""
392
- "Load all the reports dynamically. It makes the reports render faster, but it "
393
- "increases the load on your server."
394
- msgstr ""
395
- "Cargar todos los informes de forma dinámica. Hace que los informes se "
396
- "realicen más rápido, pero aumenta la carga en el servidor."
397
-
398
- #: ../../admin/config/index.php:59
399
  msgid "SlimScroll"
400
  msgstr ""
401
 
402
- #: ../../admin/config/index.php:59
403
  msgid ""
404
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
405
  "scrollbar."
406
  msgstr ""
407
 
408
- #: ../../admin/config/index.php:60
409
  msgid "Expand Details"
410
  msgstr "Expandir Detalles"
411
 
412
- #: ../../admin/config/index.php:60
413
  msgid "Expand each row's details by default, insted of on mousehover."
414
  msgstr ""
415
  "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
416
 
417
- #: ../../admin/config/index.php:61 ../../admin/config/index.php:65
418
  #, fuzzy
419
  msgid "Rows to Display"
420
  msgstr "No hay datos que mostrar"
421
 
422
- #: ../../admin/config/index.php:61
423
  msgid "Specify the number of items in each report."
424
  msgstr "Especifique el número de elementos en cada informe."
425
 
426
- #: ../../admin/config/index.php:63
427
  msgid "Activity Log"
428
  msgstr "Bitácora de actividades"
429
 
430
- #: ../../admin/config/index.php:64
431
  msgid "Live Stream"
432
  msgstr "Transmisión en Vivo"
433
 
434
- #: ../../admin/config/index.php:64
435
  #, fuzzy
436
  msgid ""
437
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
@@ -441,26 +473,26 @@ msgstr ""
441
  "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
442
  "esta funcionalidad."
443
 
444
- #: ../../admin/config/index.php:64 ../../admin/config/index.php:228
445
  msgid "seconds"
446
  msgstr "Segundos"
447
 
448
- #: ../../admin/config/index.php:65
449
  #, fuzzy
450
  msgid "Specify the number of items in the Activity Log."
451
  msgstr "Especifica el número de elementos en Ahora."
452
 
453
- #: ../../admin/config/index.php:68 ../../admin/config/index.php:95
454
- #: ../../admin/config/index.php:245 ../../admin/config/maintenance.php:385
455
  msgid "Miscellaneous"
456
  msgstr "Varios"
457
 
458
- #: ../../admin/config/index.php:69
459
  #, fuzzy
460
  msgid "Show User Agent"
461
  msgstr "Buscadores"
462
 
463
- #: ../../admin/config/index.php:69
464
  msgid ""
465
  "Choose if you want to see the browser name or a complete user agent string "
466
  "when hovering on browser icons."
@@ -468,37 +500,37 @@ msgstr ""
468
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
469
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
470
 
471
- #: ../../admin/config/index.php:70
472
  #, fuzzy
473
  msgid "Enable SOV"
474
  msgstr "Habilitar CDN"
475
 
476
- #: ../../admin/config/index.php:70
477
  msgid ""
478
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
479
  "the subject, object, and verb of a sentence appear in that order, like in "
480
  "Japanese."
481
  msgstr ""
482
 
483
- #: ../../admin/config/index.php:75
484
  #, fuzzy
485
  msgid "Visitors and Known Users"
486
  msgstr "Navegadores recientes"
487
 
488
- #: ../../admin/config/index.php:76
489
  msgid "Track Registered Users"
490
  msgstr "Seguimiento Usuarios Registrados"
491
 
492
- #: ../../admin/config/index.php:76
493
  msgid "Enable this option to track logged in users."
494
  msgstr "Active esta opción para rastrear usuarios registrados."
495
 
496
- #: ../../admin/config/index.php:77
497
  #, fuzzy
498
  msgid "Blacklist by Username"
499
  msgstr "Direcciones IP Blacklist"
500
 
501
- #: ../../admin/config/index.php:77
502
  msgid ""
503
  "List all the usernames you don't want to track, separated by commas. Please "
504
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -509,11 +541,11 @@ msgstr ""
509
  "no </em> ignorados y que los nombres de usuario distinguen entre mayúsculas "
510
  "y minúsculas."
511
 
512
- #: ../../admin/config/index.php:78
513
  msgid "Blacklist by IP Address"
514
  msgstr "Direcciones IP Blacklist"
515
 
516
- #: ../../admin/config/index.php:78
517
  #, fuzzy
518
  msgid ""
519
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -528,12 +560,12 @@ msgstr ""
528
  "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
529
  "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
530
 
531
- #: ../../admin/config/index.php:79
532
  #, fuzzy
533
  msgid "Blacklist by Capability"
534
  msgstr "Navegador"
535
 
536
- #: ../../admin/config/index.php:79
537
  msgid ""
538
  "Users having at least one of the <a href='http://codex.wordpress.org/"
539
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -544,15 +576,15 @@ msgstr ""
544
  "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
545
  "minúsculas."
546
 
547
- #: ../../admin/config/index.php:81
548
  msgid "Profiling"
549
  msgstr "Haciendo perfil"
550
 
551
- #: ../../admin/config/index.php:82
552
  msgid "Ignore Spammers"
553
  msgstr "Ignorar Spammers"
554
 
555
- #: ../../admin/config/index.php:82
556
  msgid ""
557
  "Enable this option if you don't want to track visits from users identified "
558
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -565,25 +597,25 @@ msgstr ""
565
  "adelante se marcan como correo no deseado, también se eliminarán de la base "
566
  "de datos."
567
 
568
- #: ../../admin/config/index.php:83
569
  #, fuzzy
570
  msgid "Ignore Bots"
571
  msgstr "Navegadores recientes"
572
 
573
- #: ../../admin/config/index.php:83
574
  msgid ""
575
  "Turn on this feature if you want to have the accuracy level of server-side "
576
  "tracking, but not the inconvenience of getting your database clogged with "
577
  "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
578
- "note that in Javascript Mode, bots are ignored regardless of this setting."
579
  msgstr ""
580
 
581
- #: ../../admin/config/index.php:84
582
  #, fuzzy
583
  msgid "Permalinks"
584
  msgstr "Enlace Permanente"
585
 
586
- #: ../../admin/config/index.php:84
587
  msgid ""
588
  "List all the URLs on your website that you don't want to track, separated by "
589
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -602,12 +634,12 @@ msgstr ""
602
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
603
  "se afectan por mayúsculas y minúsculas."
604
 
605
- #: ../../admin/config/index.php:85
606
  #, fuzzy
607
  msgid "Countries"
608
  msgstr "Paises que más visitan"
609
 
610
- #: ../../admin/config/index.php:85
611
  msgid ""
612
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
613
  "track, separated by commas."
@@ -615,12 +647,12 @@ msgstr ""
615
  "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
616
  "desee realizar el seguimiento, separados por comas"
617
 
618
- #: ../../admin/config/index.php:86
619
  #, fuzzy
620
  msgid "User Agents"
621
  msgstr "Buscadores"
622
 
623
- #: ../../admin/config/index.php:86
624
  msgid ""
625
  "Browsers (user agents) you don't want to track, separated by commas. You can "
626
  "specify the browser's version adding a slash after the name (i.e. "
@@ -637,12 +669,12 @@ msgstr ""
637
  "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
638
  "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
639
 
640
- #: ../../admin/config/index.php:87
641
  #, fuzzy
642
  msgid "Referring Sites"
643
  msgstr "Motores de Búsqueda"
644
 
645
- #: ../../admin/config/index.php:87
646
  msgid ""
647
  "Referring URLs that you don't want to track, separated by commas: "
648
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -657,17 +689,17 @@ msgstr ""
657
  "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
658
  "el protocolo que desea filtrar (http://, https://)."
659
 
660
- #: ../../admin/config/index.php:89
661
  #, fuzzy
662
  msgid "Internal and Outbound Links"
663
  msgstr "Enlaces Salientes Recientes"
664
 
665
- #: ../../admin/config/index.php:90
666
  #, fuzzy
667
  msgid "Track Outbound Clicks"
668
  msgstr "Enlaces Salientes Recientes"
669
 
670
- #: ../../admin/config/index.php:90
671
  msgid ""
672
  "Track when your visitors click on link to external websites. This option "
673
  "required Spy Mode to be enabled."
@@ -675,23 +707,23 @@ msgstr ""
675
  "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
676
  "Esta opción requere que el modo Espía esté habilitado."
677
 
678
- #: ../../admin/config/index.php:91
679
  #, fuzzy
680
  msgid "Track Coordinates"
681
  msgstr "Seguimiento Activo"
682
 
683
- #: ../../admin/config/index.php:91
684
  msgid ""
685
  "Collect mouse coordinates and other information for clicks on internal "
686
  "links. Strongly recommended if you're using the heatmap add-on. By default, "
687
  "this information is only collected for external links."
688
  msgstr ""
689
 
690
- #: ../../admin/config/index.php:92
691
  msgid "No Callback"
692
  msgstr ""
693
 
694
- #: ../../admin/config/index.php:92
695
  msgid ""
696
  "Track the event but do not invoke the callback function on links marked with "
697
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
@@ -699,32 +731,32 @@ msgid ""
699
  "prevent conflicts with lightbox and similar libraries."
700
  msgstr ""
701
 
702
- #: ../../admin/config/index.php:93
703
  msgid "Do Not Track"
704
  msgstr ""
705
 
706
- #: ../../admin/config/index.php:93
707
  msgid ""
708
  "Do not track links marked with one of these class names, <em>rel</em> "
709
  "attributes or whose <em>href</em> attribute contains one of these strings "
710
  "(separated by comma)."
711
  msgstr ""
712
 
713
- #: ../../admin/config/index.php:96
714
  msgid "Enable Privacy Mode"
715
  msgstr "Activar el modo de privacidad"
716
 
717
- #: ../../admin/config/index.php:96
718
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
719
  msgstr ""
720
  "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
721
  "privacidad europeas."
722
 
723
- #: ../../admin/config/index.php:97
724
  msgid "Ignore Prefetch Requests"
725
  msgstr "Ignorar PPeticiones Prefetch"
726
 
727
- #: ../../admin/config/index.php:97
728
  #, fuzzy
729
  msgid ""
730
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -735,11 +767,11 @@ msgstr ""
735
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
736
  "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
737
 
738
- #: ../../admin/config/index.php:113
739
  msgid "Ignore users (username not found)"
740
  msgstr "Ignorar usuarios (nombre de usuario no encontrado)"
741
 
742
- #: ../../admin/config/index.php:136
743
  msgid ""
744
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
745
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -748,12 +780,12 @@ msgstr ""
748
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> esta página </a> "
749
  "para obtener más información"
750
 
751
- #: ../../admin/config/index.php:147
752
  #, fuzzy
753
  msgid "Restrict Authors"
754
  msgstr "Autor de la entrada(sección)"
755
 
756
- #: ../../admin/config/index.php:147
757
  #, fuzzy
758
  msgid ""
759
  "Enable this option if you want your authors to only see stats related to "
@@ -762,12 +794,12 @@ msgstr ""
762
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
763
  "relacionadas con su propio contenido"
764
 
765
- #: ../../admin/config/index.php:148 ../../admin/config/index.php:152
766
  #, fuzzy
767
  msgid "Capability"
768
  msgstr "Navegador"
769
 
770
- #: ../../admin/config/index.php:148
771
  #, fuzzy
772
  msgid ""
773
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -785,11 +817,11 @@ msgstr ""
785
  "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
786
  "prioridad sobre la capacidad."
787
 
788
- #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
789
  msgid "Whitelist"
790
  msgstr "Lista blanca"
791
 
792
- #: ../../admin/config/index.php:149
793
  msgid ""
794
  "List all the users who should have access to the reports, separated by "
795
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -800,7 +832,7 @@ msgstr ""
800
  "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
801
  "mayúsculas y minúsculasdefecto."
802
 
803
- #: ../../admin/config/index.php:152
804
  #, fuzzy
805
  msgid ""
806
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -814,7 +846,7 @@ msgstr ""
814
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
815
  "específicos."
816
 
817
- #: ../../admin/config/index.php:153
818
  msgid ""
819
  "List all the users who can edit these options, separated by commas. Please "
820
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -825,11 +857,11 @@ msgstr ""
825
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
826
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
827
 
828
- #: ../../admin/config/index.php:169
829
  msgid "Read access: username not found"
830
  msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
831
 
832
- #: ../../admin/config/index.php:182 ../../admin/config/index.php:213
833
  msgid ""
834
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
835
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
@@ -839,15 +871,15 @@ msgstr ""
839
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
840
  "obtener más información"
841
 
842
- #: ../../admin/config/index.php:200
843
  msgid "Config access: username not found"
844
  msgstr "Acceso de configuración: Nombre de usuario no encontrado"
845
 
846
- #: ../../admin/config/index.php:227
847
  msgid "Detect Smoothing"
848
  msgstr "Detectar Smoothing"
849
 
850
- #: ../../admin/config/index.php:227
851
  msgid ""
852
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
853
  "This option required Spy Mode to be enabled."
@@ -856,12 +888,12 @@ msgstr ""
856
  "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
857
  "habilitado."
858
 
859
- #: ../../admin/config/index.php:228
860
  #, fuzzy
861
  msgid "Session Duration"
862
  msgstr "Visitas"
863
 
864
- #: ../../admin/config/index.php:228
865
  #, fuzzy
866
  msgid ""
867
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -870,21 +902,21 @@ msgstr ""
870
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
871
  "lo establece en 1.800 segundos."
872
 
873
- #: ../../admin/config/index.php:229
874
  msgid "Extend Session"
875
  msgstr "Extender Sesión"
876
 
877
- #: ../../admin/config/index.php:229
878
  msgid "Extend the duration of a session each time the user visits a new page."
879
  msgstr ""
880
  "Extender la duración de una sesión cada vez que el usuario visita una página "
881
  "nueva."
882
 
883
- #: ../../admin/config/index.php:230
884
  msgid "Enable CDN"
885
  msgstr "Habilitar CDN"
886
 
887
- #: ../../admin/config/index.php:230
888
  msgid ""
889
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
890
  "by serving our tracking code from their fast and reliable network (free "
@@ -894,11 +926,11 @@ msgstr ""
894
  "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
895
  "(servicio gratuito)."
896
 
897
- #: ../../admin/config/index.php:231
898
  msgid "Extensions to Track"
899
  msgstr "Extensiones a rastreo"
900
 
901
- #: ../../admin/config/index.php:231
902
  msgid ""
903
  "List all the file extensions that you want to be treated as Downloads. "
904
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -912,23 +944,23 @@ msgstr ""
912
  "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
913
  "coincide con uno de los que se enumeran a continuación."
914
 
915
- #: ../../admin/config/index.php:233
916
  #, fuzzy
917
  msgid "External Pages"
918
  msgstr "Paginas visitadas"
919
 
920
- #: ../../admin/config/index.php:234
921
  msgid ""
922
  "Add the following code to all the non-WP pages you want to track, right "
923
  "before the closing BODY tag"
924
  msgstr ""
925
 
926
- #: ../../admin/config/index.php:244
927
  #, fuzzy
928
  msgid "Allow External Domains"
929
  msgstr "Enlaces Externos Hostiles"
930
 
931
- #: ../../admin/config/index.php:244
932
  msgid ""
933
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
934
  "header is present on the requested resource, when using the external "
@@ -939,28 +971,28 @@ msgid ""
939
  "security implications of allowing CORS requests."
940
  msgstr ""
941
 
942
- #: ../../admin/config/index.php:246
943
  msgid "Debug Mode"
944
  msgstr ""
945
 
946
- #: ../../admin/config/index.php:246
947
  msgid "Display the SQL queries used to retrieve the data."
948
  msgstr ""
949
 
950
- #: ../../admin/config/index.php:247
951
  msgid "IP Lookup"
952
  msgstr "Búsqueda de IP"
953
 
954
- #: ../../admin/config/index.php:247
955
  msgid "Customize the Geolocation service to be used in the reports."
956
  msgstr ""
957
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
958
 
959
- #: ../../admin/config/index.php:248
960
  msgid "Custom CSS"
961
  msgstr "CSS personalizado"
962
 
963
- #: ../../admin/config/index.php:248
964
  #, fuzzy
965
  msgid ""
966
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -974,11 +1006,11 @@ msgstr ""
974
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
975
  "cómo utilizar esta funcionalidad."
976
 
977
- #: ../../admin/config/index.php:249
978
  msgid "Enable UAN"
979
  msgstr "Habilitar UAN"
980
 
981
- #: ../../admin/config/index.php:249
982
  #, fuzzy
983
  msgid ""
984
  "Send anonymous data about user agents to our server for analysis. This "
@@ -993,7 +1025,7 @@ msgstr ""
993
  "opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
994
  "detección de navegador del SLIMStat."
995
 
996
- #: ../../admin/config/maintenance.php:17
997
  #, fuzzy
998
  msgid ""
999
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
@@ -1002,26 +1034,26 @@ msgstr ""
1002
  "¡Felicidades! WP SLIMStat está ahora optimizado para <a href=\"http://www."
1003
  "youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\"> velocidad ridícula </a>."
1004
 
1005
- #: ../../admin/config/maintenance.php:25
1006
  #, fuzzy
1007
  msgid "Indexing has been disabled. Enjoy the extra database space!"
1008
  msgstr ""
1009
  "Indexación se ha desactivado con éxito. Disfrute del espacio de base de "
1010
  "datos adicional ¡que acaba de ganar!"
1011
 
1012
- #: ../../admin/config/maintenance.php:36
1013
  msgid "records deleted from your database."
1014
  msgstr "Registros eliminados de la base de datos."
1015
 
1016
- #: ../../admin/config/maintenance.php:41
1017
  msgid "The geolocation database has been uninstalled from your server."
1018
  msgstr ""
1019
 
1020
- #: ../../admin/config/maintenance.php:51
1021
  msgid "The geolocation database has been installed on your server."
1022
  msgstr ""
1023
 
1024
- #: ../../admin/config/maintenance.php:159
1025
  msgid ""
1026
  "Your data was successfully imported. You may now drop the old tables: "
1027
  "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
@@ -1030,54 +1062,49 @@ msgid ""
1030
  "delete the old tables."
1031
  msgstr ""
1032
 
1033
- #: ../../admin/config/maintenance.php:169
1034
- #, fuzzy
1035
- msgid "All the archived records were successfully restored."
1036
- msgstr "Todos los registros se han eliminado con éxito."
1037
-
1038
- #: ../../admin/config/maintenance.php:174
1039
  msgid "Your reports were successfully restored to their default arrangement."
1040
  msgstr ""
1041
  "Sus informes fueron restaurados con éxito a su disposición de forma "
1042
  "predeterminada."
1043
 
1044
- #: ../../admin/config/maintenance.php:187
1045
  #, fuzzy
1046
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1047
  msgstr "Sus tablas WP SLIMStat han sido convertidas correctamente a. InnoDB"
1048
 
1049
- #: ../../admin/config/maintenance.php:193
1050
  #, fuzzy
1051
  msgid "All the archived records were successfully deleted."
1052
  msgstr "Todos los registros se han eliminado con éxito."
1053
 
1054
- #: ../../admin/config/maintenance.php:201
1055
  msgid "All the records were successfully deleted."
1056
  msgstr "Todos los registros se han eliminado con éxito."
1057
 
1058
- #: ../../admin/config/maintenance.php:226
1059
  msgid "MaxMind IP to Country"
1060
  msgstr ""
1061
 
1062
- #: ../../admin/config/maintenance.php:232
1063
  msgid ""
1064
  "Do you want to download and install the geolocation database from MaxMind's "
1065
  "server?"
1066
  msgstr ""
1067
 
1068
- #: ../../admin/config/maintenance.php:232
1069
  msgid "Install GeoLite DB"
1070
  msgstr ""
1071
 
1072
- #: ../../admin/config/maintenance.php:235
1073
  msgid "Do you want to uninstall the geolocation database?"
1074
  msgstr ""
1075
 
1076
- #: ../../admin/config/maintenance.php:235
1077
  msgid "Uninstall GeoLite DB"
1078
  msgstr ""
1079
 
1080
- #: ../../admin/config/maintenance.php:239
1081
  msgid ""
1082
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1083
  "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
@@ -1087,107 +1114,108 @@ msgid ""
1087
  "enable this functionality."
1088
  msgstr ""
1089
 
1090
- #: ../../admin/config/maintenance.php:244
1091
  msgid "Database Information"
1092
  msgstr "Información Base de datos"
1093
 
1094
- #: ../../admin/config/maintenance.php:247
1095
  #, fuzzy
1096
  msgid "Engine"
1097
  msgstr "Motores de Búsqueda"
1098
 
1099
- #: ../../admin/config/maintenance.php:251
1100
  msgid "switch to InnoDB"
1101
  msgstr "cambiar a InnoDB"
1102
 
1103
- #: ../../admin/config/maintenance.php:262
 
1104
  #, fuzzy
1105
  msgid "records"
1106
  msgstr "Palabras clave"
1107
 
1108
- #: ../../admin/config/maintenance.php:267
1109
  msgid "Data Maintenance"
1110
  msgstr "Mantenimiento de Datos"
1111
 
1112
- #: ../../admin/config/maintenance.php:270
1113
  #, fuzzy
1114
  msgid "Delete pageviews where"
1115
  msgstr "Filtrar páginas visitadas dondé:"
1116
 
1117
- #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:16
1118
  msgid "equals"
1119
  msgstr "es igual a"
1120
 
1121
- #: ../../admin/config/maintenance.php:285 ../../admin/view/index.php:17
1122
  msgid "is not equal to"
1123
  msgstr "no es igual a"
1124
 
1125
- #: ../../admin/config/maintenance.php:286 ../../admin/view/index.php:18
1126
  #, fuzzy
1127
  msgid "contains"
1128
  msgstr "Contiene"
1129
 
1130
- #: ../../admin/config/maintenance.php:287 ../../admin/view/index.php:19
1131
  msgid "is included in"
1132
  msgstr ""
1133
 
1134
- #: ../../admin/config/maintenance.php:288 ../../admin/view/index.php:20
1135
  #, fuzzy
1136
  msgid "does not contain"
1137
  msgstr "No contiene"
1138
 
1139
- #: ../../admin/config/maintenance.php:289 ../../admin/view/index.php:21
1140
  #, fuzzy
1141
  msgid "starts with"
1142
  msgstr "Empieza por"
1143
 
1144
- #: ../../admin/config/maintenance.php:290 ../../admin/view/index.php:22
1145
  #, fuzzy
1146
  msgid "ends with"
1147
  msgstr "Acaba en"
1148
 
1149
- #: ../../admin/config/maintenance.php:291 ../../admin/view/index.php:23
1150
  msgid "sounds like"
1151
  msgstr "suena como"
1152
 
1153
- #: ../../admin/config/maintenance.php:292 ../../admin/view/index.php:24
1154
  msgid "is greater than"
1155
  msgstr "es mayor que"
1156
 
1157
- #: ../../admin/config/maintenance.php:293 ../../admin/view/index.php:25
1158
  msgid "is less than"
1159
  msgstr "es menor que"
1160
 
1161
- #: ../../admin/config/maintenance.php:294 ../../admin/view/index.php:27
1162
  msgid "matches"
1163
  msgstr "coincide"
1164
 
1165
- #: ../../admin/config/maintenance.php:295 ../../admin/view/index.php:28
1166
  #, fuzzy
1167
  msgid "does not match"
1168
  msgstr "No contiene"
1169
 
1170
- #: ../../admin/config/maintenance.php:296 ../../admin/view/index.php:29
1171
  msgid "is empty"
1172
  msgstr "está vacío"
1173
 
1174
- #: ../../admin/config/maintenance.php:297 ../../admin/view/index.php:30
1175
  msgid "is not empty"
1176
  msgstr "no está vacío"
1177
 
1178
- #: ../../admin/config/maintenance.php:300 ../../admin/view/index.php:42
1179
  #: ../../admin/view/index.php:105
1180
  msgid "Apply"
1181
  msgstr "Aplicar"
1182
 
1183
- #: ../../admin/config/maintenance.php:301
1184
  msgid ""
1185
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1186
  msgstr ""
1187
  "¿Está seguro que desea eliminar PERMANENTEMENTE estos registros de su base "
1188
  "de datos?"
1189
 
1190
- #: ../../admin/config/maintenance.php:308
1191
  msgid ""
1192
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1193
  "database?"
@@ -1195,12 +1223,12 @@ msgstr ""
1195
  "¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
1196
  "base de datos?"
1197
 
1198
- #: ../../admin/config/maintenance.php:308
1199
  #, fuzzy
1200
  msgid "Delete All Records"
1201
  msgstr "Paginas visitadas"
1202
 
1203
- #: ../../admin/config/maintenance.php:311
1204
  #, fuzzy
1205
  msgid ""
1206
  "Erase all the information collected so far by Slimstat, including the "
@@ -1209,26 +1237,7 @@ msgstr ""
1209
  "Borrar toda la información recopilada hasta el momento por WP SLIMStat. Esta "
1210
  "<strong> operación no </strong> restablece la configuración."
1211
 
1212
- #: ../../admin/config/maintenance.php:317
1213
- #, fuzzy
1214
- msgid "Are you sure you want to restore all the archived pageviews?"
1215
- msgstr ""
1216
- "¿Está seguro de que desea restaurar la disposición por defecto de sus "
1217
- "informes?"
1218
-
1219
- #: ../../admin/config/maintenance.php:317
1220
- #, fuzzy
1221
- msgid "Restore Archive"
1222
- msgstr "Filtrar páginas visitadas dondé:"
1223
-
1224
- #: ../../admin/config/maintenance.php:320
1225
- msgid ""
1226
- "Move all the archived pageviews back to the main Slimstat table. Please note "
1227
- "that, unless you disabled the daily purge, this data will be archived again "
1228
- "at the next scheduled clean-up."
1229
- msgstr ""
1230
-
1231
- #: ../../admin/config/maintenance.php:326
1232
  #, fuzzy
1233
  msgid ""
1234
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
@@ -1237,20 +1246,20 @@ msgstr ""
1237
  "¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
1238
  "base de datos?"
1239
 
1240
- #: ../../admin/config/maintenance.php:326
1241
  #, fuzzy
1242
  msgid "Delete Archive"
1243
  msgstr "Filtrar páginas visitadas dondé:"
1244
 
1245
- #: ../../admin/config/maintenance.php:329
1246
  msgid "Erase all the archived records. This operation cannot be undone."
1247
  msgstr ""
1248
 
1249
- #: ../../admin/config/maintenance.php:335
1250
  msgid "Improve Performance"
1251
  msgstr "Mejorar el rendimiento"
1252
 
1253
- #: ../../admin/config/maintenance.php:339
1254
  msgid ""
1255
  "Please note that you will need about 30% more DB space to store the extra "
1256
  "information required."
@@ -1258,11 +1267,11 @@ msgstr ""
1258
  "Por favor, tenga en cuenta que necesitará un 30% más de espacio BD para "
1259
  "almacenar la información adicional que se requiere."
1260
 
1261
- #: ../../admin/config/maintenance.php:343
1262
  msgid "Save DB Space"
1263
  msgstr "Guardar Espacio BD"
1264
 
1265
- #: ../../admin/config/maintenance.php:346
1266
  #, fuzzy
1267
  msgid ""
1268
  "Please note that by removing table indexes, Slimstat's performance will be "
@@ -1271,28 +1280,28 @@ msgstr ""
1271
  "Tenga en cuenta que al eliminar los índices de tabla, el rendimiento de WP "
1272
  "SLIMStat se verá afectado."
1273
 
1274
- #: ../../admin/config/maintenance.php:353
1275
  msgid ""
1276
  "Hold on tight, we are about to import all your old data. Are you sure you "
1277
  "want to proceed?"
1278
  msgstr ""
1279
 
1280
- #: ../../admin/config/maintenance.php:353
1281
  #, fuzzy
1282
  msgid "Import old data"
1283
  msgstr "Importar y Exportar"
1284
 
1285
- #: ../../admin/config/maintenance.php:356
1286
  msgid ""
1287
  "Import all the records from the old table structure. No data will be deleted "
1288
  "from your database."
1289
  msgstr ""
1290
 
1291
- #: ../../admin/config/maintenance.php:360
1292
  msgid "Import and Export"
1293
  msgstr "Importar y Exportar"
1294
 
1295
- #: ../../admin/config/maintenance.php:364
1296
  #, fuzzy
1297
  msgid ""
1298
  "Here below you can find the current configuration string for Slimstat. You "
@@ -1303,49 +1312,43 @@ msgstr ""
1303
  "SlimStat. Puede actualizar su configuración pegando una nueva cadena aquí "
1304
  "abajo y haciendo clic en Importar."
1305
 
1306
- #: ../../admin/config/maintenance.php:369
1307
  msgid "Import"
1308
  msgstr "Importar"
1309
 
1310
- #: ../../admin/config/maintenance.php:370
1311
  msgid "Are you sure you want to OVERWRITE your current settings?"
1312
  msgstr "¿Seguro de que desea sobrescribir la configuración actual?"
1313
 
1314
- #: ../../admin/config/maintenance.php:375
1315
  msgid "Debugging"
1316
  msgstr ""
1317
 
1318
- #: ../../admin/config/maintenance.php:378
1319
  msgid "Tracker Error Code"
1320
  msgstr ""
1321
 
1322
- #: ../../admin/config/maintenance.php:380
1323
  #, fuzzy
1324
  msgid "recorded on"
1325
  msgstr "Palabras clave"
1326
 
1327
- # Austria
1328
- #: ../../admin/config/maintenance.php:380
1329
- #, fuzzy
1330
- msgid "at"
1331
- msgstr "Austria"
1332
-
1333
- #: ../../admin/config/maintenance.php:380
1334
  msgid "No Errors so far"
1335
  msgstr ""
1336
 
1337
- #: ../../admin/config/maintenance.php:381
1338
  msgid ""
1339
  "The information here above is useful to troubleshoot issues with the "
1340
  "tracker. Please include this code when sending a support request."
1341
  msgstr ""
1342
 
1343
- #: ../../admin/config/maintenance.php:388
1344
  #, fuzzy
1345
  msgid "Reset Reports"
1346
  msgstr "Informes Personalizados"
1347
 
1348
- #: ../../admin/config/maintenance.php:391
1349
  #, fuzzy
1350
  msgid ""
1351
  "Are you sure you want to restore the default arrangement of your reports?"
@@ -1353,11 +1356,11 @@ msgstr ""
1353
  "¿Está seguro de que desea restaurar la disposición por defecto de sus "
1354
  "informes?"
1355
 
1356
- #: ../../admin/config/maintenance.php:391
1357
  msgid "No Panic Button"
1358
  msgstr "Botón No Pánico"
1359
 
1360
- #: ../../admin/config/maintenance.php:392
1361
  #, fuzzy
1362
  msgid ""
1363
  "Reset the default arrangement of your reports. Helpful when, for some "
@@ -1597,1294 +1600,1306 @@ msgid "p-chr"
1597
  msgstr "Chrome OS"
1598
 
1599
  #: ../../admin/lang/dynamic_strings.php:59
 
 
 
 
1600
  msgid "p-fre"
1601
  msgstr "Linux FreeBSD"
1602
 
1603
- #: ../../admin/lang/dynamic_strings.php:60
1604
  msgid "p-ios"
1605
  msgstr "Apple iOS"
1606
 
1607
- #: ../../admin/lang/dynamic_strings.php:61
1608
  msgid "p-jav"
1609
  msgstr "Java-based OS"
1610
 
1611
- #: ../../admin/lang/dynamic_strings.php:62
1612
  msgid "p-lin"
1613
  msgstr "Linux"
1614
 
1615
- #: ../../admin/lang/dynamic_strings.php:63
1616
  msgid "p-mac"
1617
  msgstr "Apple"
1618
 
1619
- #: ../../admin/lang/dynamic_strings.php:64
 
 
 
 
1620
  msgid "p-sym"
1621
  msgstr "Symbian OS"
1622
 
1623
- #: ../../admin/lang/dynamic_strings.php:65
 
 
 
 
1624
  msgid "p-unk"
1625
  msgstr "Unknown"
1626
 
1627
- #: ../../admin/lang/dynamic_strings.php:66
1628
  msgid "p-win"
1629
  msgstr "Microsoft"
1630
 
1631
- #: ../../admin/lang/dynamic_strings.php:67
1632
  msgid "powertv"
1633
  msgstr "PowerTV"
1634
 
1635
- #: ../../admin/lang/dynamic_strings.php:68
1636
  #, fuzzy
1637
  msgid "acrobat"
1638
  msgstr "Acrobat"
1639
 
1640
- #: ../../admin/lang/dynamic_strings.php:69
1641
  msgid "director"
1642
  msgstr "director"
1643
 
1644
- #: ../../admin/lang/dynamic_strings.php:70
1645
  #, fuzzy
1646
  msgid "flash"
1647
  msgstr "Flash"
1648
 
1649
- #: ../../admin/lang/dynamic_strings.php:71
1650
  #, fuzzy
1651
  msgid "mediaplayer"
1652
  msgstr "Media Player"
1653
 
1654
- #: ../../admin/lang/dynamic_strings.php:72
1655
  msgid "quicktime"
1656
  msgstr "quicktime"
1657
 
1658
- #: ../../admin/lang/dynamic_strings.php:73
1659
  msgid "real"
1660
  msgstr "real"
1661
 
1662
- #: ../../admin/lang/dynamic_strings.php:74
1663
  #, fuzzy
1664
  msgid "silverlight"
1665
  msgstr "Silverlight"
1666
 
1667
  # Afrikaans
1668
- #: ../../admin/lang/dynamic_strings.php:75
1669
  msgid "l-af"
1670
  msgstr "Afrikaans"
1671
 
1672
  # Afrikaans
1673
- #: ../../admin/lang/dynamic_strings.php:76
1674
  #, fuzzy
1675
  msgid "l-af-za"
1676
  msgstr "Afrikaans"
1677
 
1678
  # Arabic
1679
- #: ../../admin/lang/dynamic_strings.php:77
1680
  msgid "l-ar"
1681
  msgstr "Arabic"
1682
 
1683
  # Arabic (United Arab Emirates)
1684
- #: ../../admin/lang/dynamic_strings.php:78
1685
  msgid "l-ar-ae"
1686
  msgstr "Arabic (United Arab Emirates)"
1687
 
1688
  # Arabic (Bahrain)
1689
- #: ../../admin/lang/dynamic_strings.php:79
1690
  msgid "l-ar-bh"
1691
  msgstr "Arabic (Bahrain)"
1692
 
1693
  # Arabic (Algeria)
1694
- #: ../../admin/lang/dynamic_strings.php:80
1695
  msgid "l-ar-dz"
1696
  msgstr "Arabic (Algeria)"
1697
 
1698
  # Arabic (Egypt)
1699
- #: ../../admin/lang/dynamic_strings.php:81
1700
  msgid "l-ar-eg"
1701
  msgstr "Arabic (Egypt)"
1702
 
1703
  # Arabic (Iraq)
1704
- #: ../../admin/lang/dynamic_strings.php:82
1705
  msgid "l-ar-iq"
1706
  msgstr "Arabic (Iraq)"
1707
 
1708
  # Arabic (Jordan)
1709
- #: ../../admin/lang/dynamic_strings.php:83
1710
  msgid "l-ar-jo"
1711
  msgstr "Arabic (Jordan)"
1712
 
1713
  # Arabic (Kuwait)
1714
- #: ../../admin/lang/dynamic_strings.php:84
1715
  msgid "l-ar-kw"
1716
  msgstr "Arabic (Kuwait)"
1717
 
1718
  # Arabic (Lebanon)
1719
- #: ../../admin/lang/dynamic_strings.php:85
1720
  msgid "l-ar-lb"
1721
  msgstr "Arabic (Lebanon)"
1722
 
1723
  # Arabic (Libya)
1724
- #: ../../admin/lang/dynamic_strings.php:86
1725
  msgid "l-ar-ly"
1726
  msgstr "Arabic (Libya)"
1727
 
1728
  # Arabic (Morocco)
1729
- #: ../../admin/lang/dynamic_strings.php:87
1730
  msgid "l-ar-ma"
1731
  msgstr "Arabic (Morocco)"
1732
 
1733
  # Arabic (Oman)
1734
- #: ../../admin/lang/dynamic_strings.php:88
1735
  msgid "l-ar-om"
1736
  msgstr "Arabic (Oman)"
1737
 
1738
  # Arabic (Qatar)
1739
- #: ../../admin/lang/dynamic_strings.php:89
1740
  msgid "l-ar-qa"
1741
  msgstr "Arabic (Qatar)"
1742
 
1743
  # Arabic (Saudi Arabia)
1744
- #: ../../admin/lang/dynamic_strings.php:90
1745
  msgid "l-ar-sa"
1746
  msgstr "Arabic (Saudi Arabia)"
1747
 
1748
  # Arabic (Syria)
1749
- #: ../../admin/lang/dynamic_strings.php:91
1750
  msgid "l-ar-sy"
1751
  msgstr "Arabic (Syria)"
1752
 
1753
  # Arabic (Tunisia)
1754
- #: ../../admin/lang/dynamic_strings.php:92
1755
  msgid "l-ar-tn"
1756
  msgstr "Arabic (Tunisia)"
1757
 
1758
  # Arabic (Yemen)
1759
- #: ../../admin/lang/dynamic_strings.php:93
1760
  msgid "l-ar-ye"
1761
  msgstr "Arabic (Yemen)"
1762
 
1763
  # Azerbaijani
1764
- #: ../../admin/lang/dynamic_strings.php:94
1765
  msgid "l-az"
1766
  msgstr "Azerbaijani"
1767
 
1768
  # Azerbaijani
1769
- #: ../../admin/lang/dynamic_strings.php:95
1770
  #, fuzzy
1771
  msgid "l-az-az"
1772
  msgstr "Azerbaijani"
1773
 
1774
  # Belarusian
1775
- #: ../../admin/lang/dynamic_strings.php:96
1776
  msgid "l-be"
1777
  msgstr "Belarusian"
1778
 
1779
  # Belarusian
1780
- #: ../../admin/lang/dynamic_strings.php:97
1781
  #, fuzzy
1782
  msgid "l-be-by"
1783
  msgstr "Belarusian"
1784
 
1785
  # Bulgarian
1786
- #: ../../admin/lang/dynamic_strings.php:98
1787
  msgid "l-bg"
1788
  msgstr "Bulgarian"
1789
 
1790
  # Bulgarian
1791
- #: ../../admin/lang/dynamic_strings.php:99
1792
  #, fuzzy
1793
  msgid "l-bg-bg"
1794
  msgstr "Bulgarian"
1795
 
1796
  # Bosnian
1797
- #: ../../admin/lang/dynamic_strings.php:100
1798
  #, fuzzy
1799
  msgid "l-bs-ba"
1800
  msgstr "Bosnian"
1801
 
1802
  # Catalan; Valencian
1803
- #: ../../admin/lang/dynamic_strings.php:101
1804
  msgid "l-ca"
1805
  msgstr "Catalan; Valencian"
1806
 
1807
  # Catalan; Valencian
1808
- #: ../../admin/lang/dynamic_strings.php:102
1809
  #, fuzzy
1810
  msgid "l-ca-es"
1811
  msgstr "Catalan; Valencian"
1812
 
1813
  # Czech
1814
- #: ../../admin/lang/dynamic_strings.php:103
1815
  msgid "l-cs"
1816
  msgstr "Czech"
1817
 
1818
  # Czech
1819
- #: ../../admin/lang/dynamic_strings.php:104
1820
  #, fuzzy
1821
  msgid "l-cs-cz"
1822
  msgstr "Czech"
1823
 
1824
  # Welsh
1825
- #: ../../admin/lang/dynamic_strings.php:105
1826
  msgid "l-cy"
1827
  msgstr "Welsh"
1828
 
1829
  # Welsh
1830
- #: ../../admin/lang/dynamic_strings.php:106
1831
  #, fuzzy
1832
  msgid "l-cy-gb"
1833
  msgstr "Welsh"
1834
 
1835
  # Danish
1836
- #: ../../admin/lang/dynamic_strings.php:107
1837
  msgid "l-da"
1838
  msgstr "Danish"
1839
 
1840
  # Danish
1841
- #: ../../admin/lang/dynamic_strings.php:108
1842
  #, fuzzy
1843
  msgid "l-da-dk"
1844
  msgstr "Danish"
1845
 
1846
  # German
1847
- #: ../../admin/lang/dynamic_strings.php:109
1848
  msgid "l-de"
1849
  msgstr "German"
1850
 
1851
  # German (Austria)
1852
- #: ../../admin/lang/dynamic_strings.php:110
1853
  msgid "l-de-at"
1854
  msgstr "German (Austria)"
1855
 
1856
  # German (Switzerland)
1857
- #: ../../admin/lang/dynamic_strings.php:111
1858
  msgid "l-de-ch"
1859
  msgstr "German (Switzerland)"
1860
 
1861
  # German (Germany)
1862
- #: ../../admin/lang/dynamic_strings.php:112
1863
  msgid "l-de-de"
1864
  msgstr "German (Germany)"
1865
 
1866
  # German (Liechtenstein)
1867
- #: ../../admin/lang/dynamic_strings.php:113
1868
  msgid "l-de-li"
1869
  msgstr "German (Liechtenstein)"
1870
 
1871
  # German (Luxembourg)
1872
- #: ../../admin/lang/dynamic_strings.php:114
1873
  msgid "l-de-lu"
1874
  msgstr "German (Luxembourg)"
1875
 
1876
  # Dhivehi; Divehi; Maldivian
1877
- #: ../../admin/lang/dynamic_strings.php:115
1878
  msgid "l-dv"
1879
  msgstr "Dhivehi; Divehi; Maldivian"
1880
 
1881
  # Dhivehi; Divehi; Maldivian
1882
- #: ../../admin/lang/dynamic_strings.php:116
1883
  #, fuzzy
1884
  msgid "l-dv-mv"
1885
  msgstr "Dhivehi; Divehi; Maldivian"
1886
 
1887
  # Modern Greek (1453-)
1888
- #: ../../admin/lang/dynamic_strings.php:117
1889
  msgid "l-el"
1890
  msgstr "Modern Greek (1453-)"
1891
 
1892
  # Greek (Greece)
1893
- #: ../../admin/lang/dynamic_strings.php:118
1894
  msgid "l-el-gr"
1895
  msgstr "Greek (Greece)"
1896
 
1897
  # English
1898
- #: ../../admin/lang/dynamic_strings.php:119
1899
  msgid "l-en"
1900
  msgstr "English"
1901
 
1902
  # English (Australia)
1903
- #: ../../admin/lang/dynamic_strings.php:120
1904
  msgid "l-en-au"
1905
  msgstr "English (Australia)"
1906
 
1907
  # English (Belize)
1908
- #: ../../admin/lang/dynamic_strings.php:121
1909
  msgid "l-en-bz"
1910
  msgstr "English (Belize)"
1911
 
1912
  # English (Canada)
1913
- #: ../../admin/lang/dynamic_strings.php:122
1914
  msgid "l-en-ca"
1915
  msgstr "English (Canada)"
1916
 
1917
  # English (Canada)
1918
- #: ../../admin/lang/dynamic_strings.php:123
1919
  #, fuzzy
1920
  msgid "l-en-cb"
1921
  msgstr "English (Canada)"
1922
 
1923
  # English (United Kingdom)
1924
- #: ../../admin/lang/dynamic_strings.php:124
1925
  msgid "l-en-gb"
1926
  msgstr "English (United Kingdom)"
1927
 
1928
  # English (Ireland)
1929
- #: ../../admin/lang/dynamic_strings.php:125
1930
  msgid "l-en-ie"
1931
  msgstr "English (Ireland)"
1932
 
1933
  # English (Jamaica)
1934
- #: ../../admin/lang/dynamic_strings.php:126
1935
  msgid "l-en-jm"
1936
  msgstr "English (Jamaica)"
1937
 
1938
  # English (New Zealand)
1939
- #: ../../admin/lang/dynamic_strings.php:127
1940
  msgid "l-en-nz"
1941
  msgstr "English (New Zealand)"
1942
 
1943
  # English
1944
- #: ../../admin/lang/dynamic_strings.php:128
1945
  #, fuzzy
1946
  msgid "l-en-ph"
1947
  msgstr "English"
1948
 
1949
  # English (Trinidad)
1950
- #: ../../admin/lang/dynamic_strings.php:129
1951
  msgid "l-en-tt"
1952
  msgstr "English (Trinidad)"
1953
 
1954
  # English (United States)
1955
- #: ../../admin/lang/dynamic_strings.php:130
1956
  msgid "l-en-us"
1957
  msgstr "English (United States)"
1958
 
1959
  # English (South Africa)
1960
- #: ../../admin/lang/dynamic_strings.php:131
1961
  msgid "l-en-za"
1962
  msgstr "English (South Africa)"
1963
 
1964
  # English (South Africa)
1965
- #: ../../admin/lang/dynamic_strings.php:132
1966
  #, fuzzy
1967
  msgid "l-en-zw"
1968
  msgstr "English (South Africa)"
1969
 
1970
  # Esperanto
1971
- #: ../../admin/lang/dynamic_strings.php:133
1972
  msgid "l-eo"
1973
  msgstr "Esperanto"
1974
 
1975
  # Spanish; Castilian
1976
- #: ../../admin/lang/dynamic_strings.php:134
1977
  msgid "l-es"
1978
  msgstr "Spanish; Castilian"
1979
 
1980
  # Spanish (Argentina)
1981
- #: ../../admin/lang/dynamic_strings.php:135
1982
  msgid "l-es-ar"
1983
  msgstr "Spanish (Argentina)"
1984
 
1985
  # Spanish (Bolivia)
1986
- #: ../../admin/lang/dynamic_strings.php:136
1987
  msgid "l-es-bo"
1988
  msgstr "Spanish (Bolivia)"
1989
 
1990
  # Spanish (Chile)
1991
- #: ../../admin/lang/dynamic_strings.php:137
1992
  msgid "l-es-cl"
1993
  msgstr "Spanish (Chile)"
1994
 
1995
  # Spanish (Colombia)
1996
- #: ../../admin/lang/dynamic_strings.php:138
1997
  msgid "l-es-co"
1998
  msgstr "Spanish (Colombia)"
1999
 
2000
  # Spanish (Costa Rica)
2001
- #: ../../admin/lang/dynamic_strings.php:139
2002
  msgid "l-es-cr"
2003
  msgstr "Spanish (Costa Rica)"
2004
 
2005
  # Spanish (Dominican Republic)
2006
- #: ../../admin/lang/dynamic_strings.php:140
2007
  msgid "l-es-do"
2008
  msgstr "Spanish (Dominican Republic)"
2009
 
2010
  # Spanish (Ecuador)
2011
- #: ../../admin/lang/dynamic_strings.php:141
2012
  msgid "l-es-ec"
2013
  msgstr "Spanish (Ecuador)"
2014
 
2015
  # Spanish (Spain)
2016
- #: ../../admin/lang/dynamic_strings.php:142
2017
  msgid "l-es-es"
2018
  msgstr "Spanish (Spain)"
2019
 
2020
  # Spanish (Guatemala)
2021
- #: ../../admin/lang/dynamic_strings.php:143
2022
  msgid "l-es-gt"
2023
  msgstr "Spanish (Guatemala)"
2024
 
2025
  # Spanish (Honduras)
2026
- #: ../../admin/lang/dynamic_strings.php:144
2027
  msgid "l-es-hn"
2028
  msgstr "Spanish (Honduras)"
2029
 
2030
  # Spanish (Mexico)
2031
- #: ../../admin/lang/dynamic_strings.php:145
2032
  msgid "l-es-mx"
2033
  msgstr "Spanish (Mexico)"
2034
 
2035
  # Spanish (Nicaragua)
2036
- #: ../../admin/lang/dynamic_strings.php:146
2037
  msgid "l-es-ni"
2038
  msgstr "Spanish (Nicaragua)"
2039
 
2040
  # Spanish (Panama)
2041
- #: ../../admin/lang/dynamic_strings.php:147
2042
  msgid "l-es-pa"
2043
  msgstr "Spanish (Panama)"
2044
 
2045
  # Spanish (Peru)
2046
- #: ../../admin/lang/dynamic_strings.php:148
2047
  msgid "l-es-pe"
2048
  msgstr "Spanish (Peru)"
2049
 
2050
  # Spanish (Puerto Rico)
2051
- #: ../../admin/lang/dynamic_strings.php:149
2052
  msgid "l-es-pr"
2053
  msgstr "Spanish (Puerto Rico)"
2054
 
2055
  # Spanish (Paraguay)
2056
- #: ../../admin/lang/dynamic_strings.php:150
2057
  msgid "l-es-py"
2058
  msgstr "Spanish (Paraguay)"
2059
 
2060
  # Spanish (El Salvador)
2061
- #: ../../admin/lang/dynamic_strings.php:151
2062
  msgid "l-es-sv"
2063
  msgstr "Spanish (El Salvador)"
2064
 
2065
  # Spanish (Uruguay)
2066
- #: ../../admin/lang/dynamic_strings.php:152
2067
  msgid "l-es-uy"
2068
  msgstr "Spanish (Uruguay)"
2069
 
2070
  # Spanish (Venezuela)
2071
- #: ../../admin/lang/dynamic_strings.php:153
2072
  msgid "l-es-ve"
2073
  msgstr "Spanish (Venezuela)"
2074
 
2075
  # Estonian
2076
- #: ../../admin/lang/dynamic_strings.php:154
2077
  msgid "l-et"
2078
  msgstr "Estonian"
2079
 
2080
  # Estonian
2081
- #: ../../admin/lang/dynamic_strings.php:155
2082
  #, fuzzy
2083
  msgid "l-et-ee"
2084
  msgstr "Estonian"
2085
 
2086
  # Basque
2087
- #: ../../admin/lang/dynamic_strings.php:156
2088
  msgid "l-eu"
2089
  msgstr "Basque"
2090
 
2091
  # Basque
2092
- #: ../../admin/lang/dynamic_strings.php:157
2093
  #, fuzzy
2094
  msgid "l-eu-es"
2095
  msgstr "Basque"
2096
 
2097
  # Persian
2098
- #: ../../admin/lang/dynamic_strings.php:158
2099
  msgid "l-fa"
2100
  msgstr "Persian"
2101
 
2102
  # Persian
2103
- #: ../../admin/lang/dynamic_strings.php:159
2104
  #, fuzzy
2105
  msgid "l-fa-ir"
2106
  msgstr "Persian"
2107
 
2108
  # Finnish
2109
- #: ../../admin/lang/dynamic_strings.php:160
2110
  msgid "l-fi"
2111
  msgstr "Finnish"
2112
 
2113
  # Finnish
2114
- #: ../../admin/lang/dynamic_strings.php:161
2115
  #, fuzzy
2116
  msgid "l-fi-fi"
2117
  msgstr "Finnish"
2118
 
2119
  # Faroese
2120
- #: ../../admin/lang/dynamic_strings.php:162
2121
  msgid "l-fo"
2122
  msgstr "Faroese"
2123
 
2124
  # Faroese
2125
- #: ../../admin/lang/dynamic_strings.php:163
2126
  #, fuzzy
2127
  msgid "l-fo-fo"
2128
  msgstr "Faroese"
2129
 
2130
  # French
2131
- #: ../../admin/lang/dynamic_strings.php:164
2132
  msgid "l-fr"
2133
  msgstr "French"
2134
 
2135
  # French (Belgium)
2136
- #: ../../admin/lang/dynamic_strings.php:165
2137
  msgid "l-fr-be"
2138
  msgstr "French (Belgium)"
2139
 
2140
  # French (Canada)
2141
- #: ../../admin/lang/dynamic_strings.php:166
2142
  msgid "l-fr-ca"
2143
  msgstr "French (Canada)"
2144
 
2145
  # French (Switzerland)
2146
- #: ../../admin/lang/dynamic_strings.php:167
2147
  msgid "l-fr-ch"
2148
  msgstr "French (Switzerland)"
2149
 
2150
  # French (France)
2151
- #: ../../admin/lang/dynamic_strings.php:168
2152
  msgid "l-fr-fr"
2153
  msgstr "French (France)"
2154
 
2155
  # French (Luxembourg)
2156
- #: ../../admin/lang/dynamic_strings.php:169
2157
  msgid "l-fr-lu"
2158
  msgstr "French (Luxembourg)"
2159
 
2160
  # French (Switzerland)
2161
- #: ../../admin/lang/dynamic_strings.php:170
2162
  #, fuzzy
2163
  msgid "l-fr-mc"
2164
  msgstr "French (Switzerland)"
2165
 
2166
  # Galician
2167
- #: ../../admin/lang/dynamic_strings.php:171
2168
  msgid "l-gl"
2169
  msgstr "Galician"
2170
 
2171
  # Spanish; Castilian
2172
- #: ../../admin/lang/dynamic_strings.php:172
2173
  #, fuzzy
2174
  msgid "l-gl-es"
2175
  msgstr "Spanish; Castilian"
2176
 
2177
  # Gujarati
2178
- #: ../../admin/lang/dynamic_strings.php:173
2179
  msgid "l-gu"
2180
  msgstr "Gujarati"
2181
 
2182
  # Gujarati
2183
- #: ../../admin/lang/dynamic_strings.php:174
2184
  #, fuzzy
2185
  msgid "l-gu-in"
2186
  msgstr "Gujarati"
2187
 
2188
  # Hebrew
2189
- #: ../../admin/lang/dynamic_strings.php:175
2190
  msgid "l-he"
2191
  msgstr "Hebrew"
2192
 
2193
  # Hebrew (Israel)
2194
- #: ../../admin/lang/dynamic_strings.php:176
2195
  msgid "l-he-il"
2196
  msgstr "Hebrew (Israel)"
2197
 
2198
  # Hindi
2199
- #: ../../admin/lang/dynamic_strings.php:177
2200
  msgid "l-hi"
2201
  msgstr "Hindi"
2202
 
2203
  # Hindi
2204
- #: ../../admin/lang/dynamic_strings.php:178
2205
  #, fuzzy
2206
  msgid "l-hi-in"
2207
  msgstr "Hindi"
2208
 
2209
  # Croatian
2210
- #: ../../admin/lang/dynamic_strings.php:179
2211
  msgid "l-hr"
2212
  msgstr "Croatian"
2213
 
2214
  # Croatian
2215
- #: ../../admin/lang/dynamic_strings.php:180
2216
  #, fuzzy
2217
  msgid "l-hr-ba"
2218
  msgstr "Croatian"
2219
 
2220
  # Croatian
2221
- #: ../../admin/lang/dynamic_strings.php:181
2222
  #, fuzzy
2223
  msgid "l-hr-hr"
2224
  msgstr "Croatian"
2225
 
2226
  # Hungarian
2227
- #: ../../admin/lang/dynamic_strings.php:182
2228
  msgid "l-hu"
2229
  msgstr "Hungarian"
2230
 
2231
  # Hungarian (Hungary)
2232
- #: ../../admin/lang/dynamic_strings.php:183
2233
  msgid "l-hu-hu"
2234
  msgstr "Hungarian (Hungary)"
2235
 
2236
  # Armenian
2237
- #: ../../admin/lang/dynamic_strings.php:184
2238
  msgid "l-hy"
2239
  msgstr "Armenian"
2240
 
2241
  # Armenian
2242
- #: ../../admin/lang/dynamic_strings.php:185
2243
  #, fuzzy
2244
  msgid "l-hy-am"
2245
  msgstr "Armenian"
2246
 
2247
  # Indonesian
2248
- #: ../../admin/lang/dynamic_strings.php:186
2249
  msgid "l-id"
2250
  msgstr "Indonesian"
2251
 
2252
  # Indonesian
2253
- #: ../../admin/lang/dynamic_strings.php:187
2254
  #, fuzzy
2255
  msgid "l-id-id"
2256
  msgstr "Indonesian"
2257
 
2258
  # Icelandic
2259
- #: ../../admin/lang/dynamic_strings.php:188
2260
  msgid "l-is"
2261
  msgstr "Icelandic"
2262
 
2263
  # Icelandic
2264
- #: ../../admin/lang/dynamic_strings.php:189
2265
  #, fuzzy
2266
  msgid "l-is-is"
2267
  msgstr "Icelandic"
2268
 
2269
  # Italian
2270
- #: ../../admin/lang/dynamic_strings.php:190
2271
  msgid "l-it"
2272
  msgstr "Italian"
2273
 
2274
  # Italian (Switzerland)
2275
- #: ../../admin/lang/dynamic_strings.php:191
2276
  msgid "l-it-ch"
2277
  msgstr "Italian (Switzerland)"
2278
 
2279
  # Italian (Italia)
2280
- #: ../../admin/lang/dynamic_strings.php:192
2281
  msgid "l-it-it"
2282
  msgstr "Italian (Italia)"
2283
 
2284
  # Japanese
2285
- #: ../../admin/lang/dynamic_strings.php:193
2286
  msgid "l-ja"
2287
  msgstr "Japanese"
2288
 
2289
  # Japanese
2290
- #: ../../admin/lang/dynamic_strings.php:194
2291
  #, fuzzy
2292
  msgid "l-ja-jp"
2293
  msgstr "Japanese"
2294
 
2295
  # Georgian
2296
- #: ../../admin/lang/dynamic_strings.php:195
2297
  msgid "l-ka"
2298
  msgstr "Georgian"
2299
 
2300
  # Georgian
2301
- #: ../../admin/lang/dynamic_strings.php:196
2302
  #, fuzzy
2303
  msgid "l-ka-ge"
2304
  msgstr "Georgian"
2305
 
2306
  # Kazakh
2307
- #: ../../admin/lang/dynamic_strings.php:197
2308
  msgid "l-kk"
2309
  msgstr "Kazakh"
2310
 
2311
  # Kazakh
2312
- #: ../../admin/lang/dynamic_strings.php:198
2313
  #, fuzzy
2314
  msgid "l-kk-kz"
2315
  msgstr "Kazakh"
2316
 
2317
  # Kannada
2318
- #: ../../admin/lang/dynamic_strings.php:199
2319
  msgid "l-kn"
2320
  msgstr "Kannada"
2321
 
2322
  # Kannada
2323
- #: ../../admin/lang/dynamic_strings.php:200
2324
  #, fuzzy
2325
  msgid "l-kn-in"
2326
  msgstr "Kannada"
2327
 
2328
  # Korean
2329
- #: ../../admin/lang/dynamic_strings.php:201
2330
  msgid "l-ko"
2331
  msgstr "Korean"
2332
 
2333
  # Korean (Republic of Korea)
2334
- #: ../../admin/lang/dynamic_strings.php:202
2335
  msgid "l-ko-kr"
2336
  msgstr "Korean (Republic of Korea)"
2337
 
2338
  # Korean
2339
- #: ../../admin/lang/dynamic_strings.php:203
2340
  #, fuzzy
2341
  msgid "l-kok"
2342
  msgstr "Korean"
2343
 
2344
  # Korean
2345
- #: ../../admin/lang/dynamic_strings.php:204
2346
  #, fuzzy
2347
  msgid "l-kok-in"
2348
  msgstr "Korean"
2349
 
2350
  # Kirghiz; Kyrgyz
2351
- #: ../../admin/lang/dynamic_strings.php:205
2352
  msgid "l-ky"
2353
  msgstr "Kirghiz; Kyrgyz"
2354
 
2355
  # Kirghiz; Kyrgyz
2356
- #: ../../admin/lang/dynamic_strings.php:206
2357
  #, fuzzy
2358
  msgid "l-ky-kg"
2359
  msgstr "Kirghiz; Kyrgyz"
2360
 
2361
  # Lithuanian
2362
- #: ../../admin/lang/dynamic_strings.php:207
2363
  msgid "l-lt"
2364
  msgstr "Lithuanian"
2365
 
2366
  # Lithuanian
2367
- #: ../../admin/lang/dynamic_strings.php:208
2368
  #, fuzzy
2369
  msgid "l-lt-lt"
2370
  msgstr "Lithuanian"
2371
 
2372
  # Latvian
2373
- #: ../../admin/lang/dynamic_strings.php:209
2374
  msgid "l-lv"
2375
  msgstr "Latvian"
2376
 
2377
  # Latvian
2378
- #: ../../admin/lang/dynamic_strings.php:210
2379
  #, fuzzy
2380
  msgid "l-lv-lv"
2381
  msgstr "Latvian"
2382
 
2383
  # Maori
2384
- #: ../../admin/lang/dynamic_strings.php:211
2385
  msgid "l-mi"
2386
  msgstr "Maori"
2387
 
2388
  # Maori
2389
- #: ../../admin/lang/dynamic_strings.php:212
2390
  #, fuzzy
2391
  msgid "l-mi-nz"
2392
  msgstr "Maori"
2393
 
2394
  # Macedonian
2395
- #: ../../admin/lang/dynamic_strings.php:213
2396
  msgid "l-mk"
2397
  msgstr "Macedonian"
2398
 
2399
  # Macedonian
2400
- #: ../../admin/lang/dynamic_strings.php:214
2401
  #, fuzzy
2402
  msgid "l-mk-ml"
2403
  msgstr "Macedonian"
2404
 
2405
  # Mongolian
2406
- #: ../../admin/lang/dynamic_strings.php:215
2407
  msgid "l-mn"
2408
  msgstr "Mongolian"
2409
 
2410
  # Mongolian
2411
- #: ../../admin/lang/dynamic_strings.php:216
2412
  #, fuzzy
2413
  msgid "l-mn-mn"
2414
  msgstr "Mongolian"
2415
 
2416
  # Marathi
2417
- #: ../../admin/lang/dynamic_strings.php:217
2418
  msgid "l-mr"
2419
  msgstr "Marathi"
2420
 
2421
  # Marathi
2422
- #: ../../admin/lang/dynamic_strings.php:218
2423
  #, fuzzy
2424
  msgid "l-mr-in"
2425
  msgstr "Marathi"
2426
 
2427
  # Malay
2428
- #: ../../admin/lang/dynamic_strings.php:219
2429
  msgid "l-ms"
2430
  msgstr "Malay"
2431
 
2432
  # Malay
2433
- #: ../../admin/lang/dynamic_strings.php:220
2434
  #, fuzzy
2435
  msgid "l-ms-bn"
2436
  msgstr "Malay"
2437
 
2438
  # Malay
2439
- #: ../../admin/lang/dynamic_strings.php:221
2440
  #, fuzzy
2441
  msgid "l-ms-my"
2442
  msgstr "Malay"
2443
 
2444
  # Maltese
2445
- #: ../../admin/lang/dynamic_strings.php:222
2446
  msgid "l-mt"
2447
  msgstr "Maltese"
2448
 
2449
  # Maltese
2450
- #: ../../admin/lang/dynamic_strings.php:223
2451
  #, fuzzy
2452
  msgid "l-mt-mt"
2453
  msgstr "Maltese"
2454
 
2455
  # Norwegian Bokmål
2456
- #: ../../admin/lang/dynamic_strings.php:224
2457
  msgid "l-nb"
2458
  msgstr "Norwegian Bokmål"
2459
 
2460
  # Norwegian Bokmål
2461
- #: ../../admin/lang/dynamic_strings.php:225
2462
  #, fuzzy
2463
  msgid "l-nb-no"
2464
  msgstr "Norwegian Bokmål"
2465
 
2466
  # Dutch; Flemish
2467
- #: ../../admin/lang/dynamic_strings.php:226
2468
  msgid "l-nl"
2469
  msgstr "Dutch; Flemish"
2470
 
2471
  # Dutch (Belgium)
2472
- #: ../../admin/lang/dynamic_strings.php:227
2473
  msgid "l-nl-be"
2474
  msgstr "Dutch (Belgium)"
2475
 
2476
  # Dutch (Netherlands)
2477
- #: ../../admin/lang/dynamic_strings.php:228
2478
  msgid "l-nl-nl"
2479
  msgstr "Dutch (Netherlands)"
2480
 
2481
  # Norwegian Nynorsk
2482
- #: ../../admin/lang/dynamic_strings.php:229
2483
  #, fuzzy
2484
  msgid "l-nn-no"
2485
  msgstr "Norwegian Nynorsk"
2486
 
2487
- #: ../../admin/lang/dynamic_strings.php:230
2488
  msgid "l-ns"
2489
  msgstr "l-ns"
2490
 
2491
- #: ../../admin/lang/dynamic_strings.php:231
2492
  msgid "l-ns-za"
2493
  msgstr "l-ns-za"
2494
 
2495
  # Panjabi; Punjabi
2496
- #: ../../admin/lang/dynamic_strings.php:232
2497
  msgid "l-pa"
2498
  msgstr "Panjabi; Punjabi"
2499
 
2500
  # Panjabi; Punjabi
2501
- #: ../../admin/lang/dynamic_strings.php:233
2502
  #, fuzzy
2503
  msgid "l-pa-in"
2504
  msgstr "Panjabi; Punjabi"
2505
 
2506
  # Polish
2507
- #: ../../admin/lang/dynamic_strings.php:234
2508
  msgid "l-pl"
2509
  msgstr "Polish"
2510
 
2511
  # Polish
2512
- #: ../../admin/lang/dynamic_strings.php:235
2513
  #, fuzzy
2514
  msgid "l-pl-pl"
2515
  msgstr "Polish"
2516
 
2517
  # Pushto; Pashto
2518
- #: ../../admin/lang/dynamic_strings.php:236
2519
  msgid "l-ps"
2520
  msgstr "Pushto; Pashto"
2521
 
2522
  # Spanish (Argentina)
2523
- #: ../../admin/lang/dynamic_strings.php:237
2524
  #, fuzzy
2525
  msgid "l-ps-ar"
2526
  msgstr "Spanish (Argentina)"
2527
 
2528
  # Portuguese
2529
- #: ../../admin/lang/dynamic_strings.php:238
2530
  msgid "l-pt"
2531
  msgstr "Portuguese"
2532
 
2533
  # Portuguese (Brazil)
2534
- #: ../../admin/lang/dynamic_strings.php:239
2535
  msgid "l-pt-br"
2536
  msgstr "Portuguese (Brazil)"
2537
 
2538
  # Portuguese
2539
- #: ../../admin/lang/dynamic_strings.php:240
2540
  #, fuzzy
2541
  msgid "l-pt-pt"
2542
  msgstr "Portuguese"
2543
 
2544
  # Quechua
2545
- #: ../../admin/lang/dynamic_strings.php:241
2546
  msgid "l-qu"
2547
  msgstr "Quechua"
2548
 
2549
  # Quechua
2550
- #: ../../admin/lang/dynamic_strings.php:242
2551
  #, fuzzy
2552
  msgid "l-qu-bo"
2553
  msgstr "Quechua"
2554
 
2555
  # Quechua
2556
- #: ../../admin/lang/dynamic_strings.php:243
2557
  #, fuzzy
2558
  msgid "l-qu-ec"
2559
  msgstr "Quechua"
2560
 
2561
  # Quechua
2562
- #: ../../admin/lang/dynamic_strings.php:244
2563
  #, fuzzy
2564
  msgid "l-qu-pe"
2565
  msgstr "Quechua"
2566
 
2567
  # Romanian; Moldavian; Moldovan
2568
- #: ../../admin/lang/dynamic_strings.php:245
2569
  msgid "l-ro"
2570
  msgstr "Romanian; Moldavian; Moldovan"
2571
 
2572
  # Romanian; Moldavian; Moldovan
2573
- #: ../../admin/lang/dynamic_strings.php:246
2574
  #, fuzzy
2575
  msgid "l-ro-ro"
2576
  msgstr "Romanian; Moldavian; Moldovan"
2577
 
2578
  # Russian
2579
- #: ../../admin/lang/dynamic_strings.php:247
2580
  msgid "l-ru"
2581
  msgstr "Russian"
2582
 
2583
  # Russian (Russia)
2584
- #: ../../admin/lang/dynamic_strings.php:248
2585
  msgid "l-ru-ru"
2586
  msgstr "Russian (Russia)"
2587
 
2588
  # Sanskrit
2589
- #: ../../admin/lang/dynamic_strings.php:249
2590
  msgid "l-sa"
2591
  msgstr "Sanskrit"
2592
 
2593
  # Sanskrit
2594
- #: ../../admin/lang/dynamic_strings.php:250
2595
  #, fuzzy
2596
  msgid "l-sa-in"
2597
  msgstr "Sanskrit"
2598
 
2599
  # Northern Sami
2600
- #: ../../admin/lang/dynamic_strings.php:251
2601
  msgid "l-se"
2602
  msgstr "Northern Sami"
2603
 
2604
  # Northern Sami
2605
- #: ../../admin/lang/dynamic_strings.php:252
2606
  #, fuzzy
2607
  msgid "l-se-fi"
2608
  msgstr "Northern Sami"
2609
 
2610
  # Northern Sami
2611
- #: ../../admin/lang/dynamic_strings.php:253
2612
  #, fuzzy
2613
  msgid "l-se-no"
2614
  msgstr "Northern Sami"
2615
 
2616
  # Northern Sami
2617
- #: ../../admin/lang/dynamic_strings.php:254
2618
  #, fuzzy
2619
  msgid "l-se-se"
2620
  msgstr "Northern Sami"
2621
 
2622
  # Slovak
2623
- #: ../../admin/lang/dynamic_strings.php:255
2624
  msgid "l-sk"
2625
  msgstr "Slovak"
2626
 
2627
  # Slovak
2628
- #: ../../admin/lang/dynamic_strings.php:256
2629
  #, fuzzy
2630
  msgid "l-sk-sk"
2631
  msgstr "Slovak"
2632
 
2633
  # Slovenian
2634
- #: ../../admin/lang/dynamic_strings.php:257
2635
  msgid "l-sl"
2636
  msgstr "Slovenian"
2637
 
2638
  # Slovenian
2639
- #: ../../admin/lang/dynamic_strings.php:258
2640
  #, fuzzy
2641
  msgid "l-sl-si"
2642
  msgstr "Slovenian"
2643
 
2644
  # Albanian
2645
- #: ../../admin/lang/dynamic_strings.php:259
2646
  msgid "l-sq"
2647
  msgstr "Albanian"
2648
 
2649
  # Albanian
2650
- #: ../../admin/lang/dynamic_strings.php:260
2651
  #, fuzzy
2652
  msgid "l-sq-al"
2653
  msgstr "Albanian"
2654
 
2655
  # Serbian
2656
- #: ../../admin/lang/dynamic_strings.php:261
2657
  #, fuzzy
2658
  msgid "l-sr-ba"
2659
  msgstr "Serbian"
2660
 
2661
  # Serbian
2662
- #: ../../admin/lang/dynamic_strings.php:262
2663
  #, fuzzy
2664
  msgid "l-sr-sp"
2665
  msgstr "Serbian"
2666
 
2667
  # Swedish
2668
- #: ../../admin/lang/dynamic_strings.php:263
2669
  msgid "l-sv"
2670
  msgstr "Swedish"
2671
 
2672
  # Swedish (Finland)
2673
- #: ../../admin/lang/dynamic_strings.php:264
2674
  msgid "l-sv-fi"
2675
  msgstr "Swedish (Finland)"
2676
 
2677
  # Swedish (Sweden)
2678
- #: ../../admin/lang/dynamic_strings.php:265
2679
  msgid "l-sv-se"
2680
  msgstr "Swedish (Sweden)"
2681
 
2682
  # Swahili
2683
- #: ../../admin/lang/dynamic_strings.php:266
2684
  msgid "l-sw"
2685
  msgstr "Swahili"
2686
 
2687
  # Swahili
2688
- #: ../../admin/lang/dynamic_strings.php:267
2689
  #, fuzzy
2690
  msgid "l-sw-ke"
2691
  msgstr "Swahili"
2692
 
2693
  # Tamil
2694
- #: ../../admin/lang/dynamic_strings.php:268
2695
  msgid "l-ta"
2696
  msgstr "Tamil"
2697
 
2698
  # Tamil
2699
- #: ../../admin/lang/dynamic_strings.php:269
2700
  #, fuzzy
2701
  msgid "l-ta-in"
2702
  msgstr "Tamil"
2703
 
2704
  # Telugu
2705
- #: ../../admin/lang/dynamic_strings.php:270
2706
  msgid "l-te"
2707
  msgstr "Telugu"
2708
 
2709
  # Telugu
2710
- #: ../../admin/lang/dynamic_strings.php:271
2711
  #, fuzzy
2712
  msgid "l-te-in"
2713
  msgstr "Telugu"
2714
 
2715
  # Thai
2716
- #: ../../admin/lang/dynamic_strings.php:272
2717
  msgid "l-th"
2718
  msgstr "Thai"
2719
 
2720
  # Thai
2721
- #: ../../admin/lang/dynamic_strings.php:273
2722
  #, fuzzy
2723
  msgid "l-th-th"
2724
  msgstr "Thai"
2725
 
2726
  # Tagalog
2727
- #: ../../admin/lang/dynamic_strings.php:274
2728
  msgid "l-tl"
2729
  msgstr "Tagalog"
2730
 
2731
  # Tagalog
2732
- #: ../../admin/lang/dynamic_strings.php:275
2733
  #, fuzzy
2734
  msgid "l-tl-ph"
2735
  msgstr "Tagalog"
2736
 
2737
  # Tswana
2738
- #: ../../admin/lang/dynamic_strings.php:276
2739
  msgid "l-tn"
2740
  msgstr "Tswana"
2741
 
2742
  # English (South Africa)
2743
- #: ../../admin/lang/dynamic_strings.php:277
2744
  #, fuzzy
2745
  msgid "l-tn-za"
2746
  msgstr "English (South Africa)"
2747
 
2748
  # Turkish
2749
- #: ../../admin/lang/dynamic_strings.php:278
2750
  msgid "l-tr"
2751
  msgstr "Turkish"
2752
 
2753
  # Turkish
2754
- #: ../../admin/lang/dynamic_strings.php:279
2755
  #, fuzzy
2756
  msgid "l-tr-tr"
2757
  msgstr "Turkish"
2758
 
2759
  # Tatar
2760
- #: ../../admin/lang/dynamic_strings.php:280
2761
  msgid "l-tt"
2762
  msgstr "Tatar"
2763
 
2764
  # Tatar
2765
- #: ../../admin/lang/dynamic_strings.php:281
2766
  #, fuzzy
2767
  msgid "l-tt-ru"
2768
  msgstr "Tatar"
2769
 
2770
  # Tsonga
2771
- #: ../../admin/lang/dynamic_strings.php:282
2772
  msgid "l-ts"
2773
  msgstr "Tsonga"
2774
 
2775
  # Ukrainian
2776
- #: ../../admin/lang/dynamic_strings.php:283
2777
  msgid "l-uk"
2778
  msgstr "Ukrainian"
2779
 
2780
  # Ukrainian
2781
- #: ../../admin/lang/dynamic_strings.php:284
2782
  #, fuzzy
2783
  msgid "l-uk-ua"
2784
  msgstr "Ukrainian"
2785
 
2786
  # Urdu
2787
- #: ../../admin/lang/dynamic_strings.php:285
2788
  msgid "l-ur"
2789
  msgstr "Urdu"
2790
 
2791
  # Urdu
2792
- #: ../../admin/lang/dynamic_strings.php:286
2793
  #, fuzzy
2794
  msgid "l-ur-pk"
2795
  msgstr "Urdu"
2796
 
2797
  # Uzbek
2798
- #: ../../admin/lang/dynamic_strings.php:287
2799
  msgid "l-uz"
2800
  msgstr "Uzbek"
2801
 
2802
  # Uzbek
2803
- #: ../../admin/lang/dynamic_strings.php:288
2804
  #, fuzzy
2805
  msgid "l-uz-uz"
2806
  msgstr "Uzbek"
2807
 
2808
  # Vietnamese
2809
- #: ../../admin/lang/dynamic_strings.php:289
2810
  msgid "l-vi"
2811
  msgstr "Vietnamese"
2812
 
2813
  # Vietnamese
2814
- #: ../../admin/lang/dynamic_strings.php:290
2815
  #, fuzzy
2816
  msgid "l-vi-vn"
2817
  msgstr "Vietnamese"
2818
 
2819
  # Xhosa
2820
- #: ../../admin/lang/dynamic_strings.php:291
2821
  msgid "l-xh"
2822
  msgstr "Xhosa"
2823
 
2824
  # Xhosa
2825
- #: ../../admin/lang/dynamic_strings.php:292
2826
  #, fuzzy
2827
  msgid "l-xh-za"
2828
  msgstr "Xhosa"
2829
 
2830
  # Chinese
2831
- #: ../../admin/lang/dynamic_strings.php:293
2832
  msgid "l-zh"
2833
  msgstr "Chinese"
2834
 
2835
  # Chinese (China)
2836
- #: ../../admin/lang/dynamic_strings.php:294
2837
  msgid "l-zh-cn"
2838
  msgstr "Chinese (China)"
2839
 
2840
  # Chinese (Hong Kong)
2841
- #: ../../admin/lang/dynamic_strings.php:295
2842
  msgid "l-zh-hk"
2843
  msgstr "Chinese (Hong Kong)"
2844
 
2845
  # Chinese
2846
- #: ../../admin/lang/dynamic_strings.php:296
2847
  #, fuzzy
2848
  msgid "l-zh-mo"
2849
  msgstr "Chinese"
2850
 
2851
  # Chinese (Singapore)
2852
- #: ../../admin/lang/dynamic_strings.php:297
2853
  msgid "l-zh-sg"
2854
  msgstr "Chinese (Singapore)"
2855
 
2856
  # Chinese (Taiwan)
2857
- #: ../../admin/lang/dynamic_strings.php:298
2858
  msgid "l-zh-tw"
2859
  msgstr "Chinese (Taiwan)"
2860
 
2861
  # Zulu
2862
- #: ../../admin/lang/dynamic_strings.php:299
2863
  msgid "l-zu"
2864
  msgstr "Zulu"
2865
 
2866
  # Zulu
2867
- #: ../../admin/lang/dynamic_strings.php:300
2868
  #, fuzzy
2869
  msgid "l-zu-za"
2870
  msgstr "Zulu"
2871
 
2872
- #: ../../admin/lang/dynamic_strings.php:301
2873
- #: ../../admin/view/wp-slimstat-reports.php:536
2874
  msgid "l-"
2875
  msgstr "l-"
2876
 
2877
  # Unknown
2878
- #: ../../admin/lang/dynamic_strings.php:302
2879
  msgid "l-empty"
2880
  msgstr "Unknown"
2881
 
2882
  # Unknown
2883
- #: ../../admin/lang/dynamic_strings.php:303
2884
  msgid "l-xx"
2885
  msgstr "Unknown"
2886
 
2887
- #: ../../admin/lang/dynamic_strings.php:304
2888
  msgid "c-xy"
2889
  msgstr "Local IP"
2890
 
@@ -2896,11 +2911,11 @@ msgstr ""
2896
  msgid "Load"
2897
  msgstr ""
2898
 
2899
- #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:859
2900
  msgid "Today"
2901
  msgstr "Hoy"
2902
 
2903
- #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:860
2904
  msgid "Yesterday"
2905
  msgstr "Ayer"
2906
 
@@ -2926,23 +2941,19 @@ msgstr "Año"
2926
  msgid "Date Range"
2927
  msgstr "Fecha y hora"
2928
 
2929
- #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db-new.php:66
2930
- #: ../../admin/view/wp-slimstat-db.php:71
2931
  msgid "Day"
2932
  msgstr "Día"
2933
 
2934
- #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db-new.php:67
2935
- #: ../../admin/view/wp-slimstat-db.php:72
2936
  msgid "Month"
2937
  msgstr "Mes"
2938
 
2939
- #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db-new.php:68
2940
- #: ../../admin/view/wp-slimstat-db.php:73
2941
  msgid "Year"
2942
  msgstr "Año"
2943
 
2944
- #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db-new.php:65
2945
- #: ../../admin/view/wp-slimstat-db.php:70
2946
  #, fuzzy
2947
  msgid "Hour"
2948
  msgstr "Paginas visitadas"
@@ -2951,8 +2962,7 @@ msgstr "Paginas visitadas"
2951
  msgid "Min"
2952
  msgstr ""
2953
 
2954
- #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db-new.php:71
2955
- #: ../../admin/view/wp-slimstat-db.php:76
2956
  msgid "hours"
2957
  msgstr ""
2958
 
@@ -2972,992 +2982,793 @@ msgid ""
2972
  "country of origin."
2973
  msgstr ""
2974
 
2975
- #: ../../admin/view/index.php:157
2976
- msgid "Your report here"
2977
- msgstr "Su informe aquí"
2978
 
2979
- #: ../../admin/view/index.php:159
2980
- #, fuzzy
2981
- msgid ""
2982
- "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2983
- "write a new plugin that retrieves the desired information from the database "
2984
- "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
2985
- "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2986
- "forum_id=10\" target=\"_blank\">support forum</a>."
2987
- msgstr ""
2988
- "Puedes crear y ver tú análisis personalizado de estadísticas. Con el fin de "
2989
- "hacer esto, simplemente escribe un nuevo plugin que obtiene la información "
2990
- "deseada de la base de datos y luego programa la acción "
2991
- "wp_slimstat_custom_report <code> </ code>. Una demostración del plugin viene "
2992
- "con el paquete. Se muestra cómo escribir informes personalizados en 5 "
2993
- "minutos. Se puede encontrar dentro de la carpeta del plugin: wp-<code> "
2994
- "slimstat-custom-informe-demo.php </ code>. Traducción al español. Francisco "
2995
- "Noé Martínez Burgos.Navalcarnero(Madrid-España). Para obtener más "
2996
- "información, visite mi <a href=\"http://lab.duechiacchiere.it/\" target="
2997
- "\"_blank\"> Foro de Soporte </ a>."
2998
-
2999
- #: ../../admin/view/index.php:176
3000
- #, fuzzy
3001
- msgid ""
3002
- "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3003
- "Slimstat leverages this information to identify returning visitors. Please "
3004
- "note that visitors also include registered users."
3005
- msgstr ""
3006
- "Cuando los visitantes dejen un comentario en su blog, WordPress les asigna "
3007
- "una cookie. WP SLIMStat aprovecha esta información para identificar a los "
3008
- "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
3009
- "también incluyen a los usuarios registrados."
3010
 
3011
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
3012
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
3013
- #, fuzzy
3014
- msgid "Color codes"
3015
- msgstr "Código de Pais"
3016
 
3017
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
3018
- #, fuzzy
3019
- msgid "From search result page"
3020
- msgstr "Desde una página con resultados de búsqueda"
3021
 
3022
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
3023
- #: ../../admin/wp-slimstat-admin.php:917
3024
- #, fuzzy
3025
- msgid "Known Visitor"
3026
- msgstr "Palabras clave recientes"
3027
 
3028
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
3029
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
3030
- #, fuzzy
3031
- msgid "Known Users"
3032
- msgstr "Navegadores recientes"
 
3033
 
3034
- #: ../../admin/view/index.php:180 ../../admin/view/index.php:224
3035
- #: ../../admin/view/index.php:227 ../../admin/view/right-now.php:17
3036
- msgid "Other Humans"
3037
- msgstr "Otros seres humanos"
3038
-
3039
- #: ../../admin/view/index.php:180 ../../admin/view/right-now.php:17
3040
- msgid "Bot or Crawler"
3041
- msgstr "Bot o Crawler"
3042
-
3043
- #: ../../admin/view/index.php:184
3044
- msgid "Keywords used by your visitors to find your website on a search engine."
3045
- msgstr ""
3046
- "Palabras clave utilizadas por los visitantes para encontrar su sitio en un "
3047
- "motor de búsqueda."
3048
-
3049
- #: ../../admin/view/index.php:187
3050
- #, fuzzy
3051
- msgid ""
3052
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3053
- "measures your site's rankings. Values are updated every 12 hours. Filters "
3054
- "set above don't apply to this report."
3055
- msgstr ""
3056
- "WP SLIMStat recupera información en directo desde Alexa, Facebook y Google, "
3057
- "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
3058
- "Filtros indicados anteriormente no se aplican a este informe."
3059
-
3060
- #: ../../admin/view/index.php:193
3061
- msgid "Human Visits"
3062
- msgstr "Visitas humanas"
3063
-
3064
- #: ../../admin/view/index.php:196
3065
- msgid ""
3066
- "Where not otherwise specified, the metrics in this report are referred to "
3067
- "human visitors."
3068
- msgstr ""
3069
-
3070
- #: ../../admin/view/index.php:199
3071
- #, fuzzy
3072
- msgid ""
3073
- "Internet Service Provider: a company which provides other companies or "
3074
- "individuals with access to the Internet. Your DSL or cable internet service "
3075
- "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3076
- "by setting the corresponding filter under Settings > Slimstat > Filters."
3077
- msgstr ""
3078
- "Proveedor de servicios de Internet: Una empresa que ofrece a otras empresas "
3079
- "o a particulares acceso a Internet. Su servicio de Internet DSL o por cable "
3080
- "es proporcionado a usted por su ISP. <br><br> Puede ignorar las direcciones "
3081
- "IP específicas estableciendo el filtro correspondiente en Configuración> "
3082
- "SLIMStat> Filtros."
3083
-
3084
- #: ../../admin/view/index.php:202
3085
- #, fuzzy
3086
- msgid ""
3087
- "You can configure Slimstat to ignore a specific Country by setting the "
3088
- "corresponding filter under Settings > Slimstat > Filters."
3089
- msgstr ""
3090
- "Usted puede configurar WP SLIMStat para ignorar un determinado país mediante "
3091
- "el establecimiento de el filtro correspondiente en Configuración> SLIMStat> "
3092
- "Filtros."
3093
-
3094
- #: ../../admin/view/index.php:205
3095
- msgid ""
3096
- "This report shows you what user agent families (no version considered) are "
3097
- "popular among your visitors."
3098
- msgstr ""
3099
- "Este informe muestra qué familias de agentes de usuarios son populares entre "
3100
- "los visitantes (no considerada la versión)."
3101
-
3102
- #: ../../admin/view/index.php:208
3103
- msgid ""
3104
- "This report shows you what operating system families (no version considered) "
3105
- "are popular among your visitors."
3106
- msgstr ""
3107
- "Este informe le muestra qué familias de sistema operativo (sin versión "
3108
- "considerado) son populares entre los visitantes."
3109
-
3110
- #: ../../admin/view/index.php:211 ../../admin/view/wp-slimstat-reports.php:36
3111
- #: ../../admin/wp-slimstat-admin.php:589 ../../admin/wp-slimstat-admin.php:604
3112
- #: ../../wp-slimstat.php:1473
3113
- msgid "Traffic Sources"
3114
- msgstr "Origen del Tráfico"
3115
-
3116
- #: ../../admin/view/index.php:214
3117
- #, fuzzy
3118
- msgid "Average Pageviews per Visit"
3119
- msgstr "Promedio de páginas vistas por horas"
3120
-
3121
- #: ../../admin/view/index.php:217
3122
- msgid ""
3123
- "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3124
- "left your site from the entrance (landing) page."
3125
- msgstr ""
3126
- "A <em> página de rebote </em> es una visita de una sola página, o visite en "
3127
- "la que el usuario ha abandonado su sitio desde la página de entrada (de "
3128
- "aterrizaje)."
3129
-
3130
- #: ../../admin/view/index.php:220
3131
- msgid "Searches performed using Wordpress' built-in search functionality."
3132
- msgstr ""
3133
- "Búsquedas realizadas utilizando la funcionalidad integrada de búsqueda de "
3134
- "Wordpress"
3135
-
3136
- #: ../../admin/view/index.php:224
3137
- msgid ""
3138
- "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3139
- "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
3140
- "link has an ID attribute associated to it."
3141
- msgstr ""
3142
- "<strong>. Detalles de Enlace </strong><br>-<em> A: n </em> significa que en "
3143
- "el vínculo enésimo en la página se hizo clic <br>-<em> ID:xx </em> se "
3144
- "muestra cuando el enlace correspondiente tiene un atributo ID asociado a la "
3145
- "misma."
3146
-
3147
- #: ../../admin/view/index.php:227
3148
- msgid ""
3149
- "This report lists any <em>event</em> occurred on your website. Please refer "
3150
- "to the FAQ for more information on how to leverage this functionality."
3151
- msgstr ""
3152
- "Este informe enumera todo <em>evento</ em> que se produjo en su sitio web. "
3153
- "Por favor, consulte las preguntas frecuentes para más información sobre cómo "
3154
- "aprovechar esta funcionalidad."
3155
-
3156
- #: ../../admin/view/index.php:230
3157
- msgid ""
3158
- "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3159
- "this report is not affected by the filters set here above."
3160
- msgstr ""
3161
- "Su contenido en un vistazo: publicaciones, comentarios, pingbacks, etc Tenga "
3162
- "en cuenta que este informe no es afectado por los filtros establecidos aquí "
3163
- "arriba."
3164
-
3165
- #: ../../admin/view/right-now.php:8
3166
- msgid "Human"
3167
- msgstr "Humana"
3168
-
3169
- #: ../../admin/view/right-now.php:8
3170
- msgid "Bot/Crawler"
3171
- msgstr "Bot/Crawler"
3172
-
3173
- #: ../../admin/view/right-now.php:8
3174
- msgid "Mobile Device"
3175
- msgstr "Dispositivo Móvil"
3176
-
3177
- #: ../../admin/view/right-now.php:8
3178
- msgid "Syndication Reader"
3179
- msgstr "Lector de Sindicación"
3180
-
3181
- #: ../../admin/view/right-now.php:27
3182
- #: ../../admin/view/wp-slimstat-reports.php:458
3183
- #: ../../admin/view/wp-slimstat-reports.php:741
3184
- msgid "No data to display"
3185
- msgstr "No hay datos que mostrar"
3186
-
3187
- # Unknown
3188
- #: ../../admin/view/right-now.php:57
3189
- #: ../../admin/view/wp-slimstat-reports.php:524
3190
- #: ../../admin/view/wp-slimstat-reports.php:784
3191
- #: ../../admin/view/wp-slimstat-reports.php:1063
3192
- msgid "c-"
3193
- msgstr "Unknown"
3194
-
3195
- #: ../../admin/view/right-now.php:110
3196
- #: ../../admin/view/wp-slimstat-db-new.php:57
3197
- #: ../../admin/view/wp-slimstat-db.php:58
3198
- #: ../../admin/wp-slimstat-admin.php:919 ../../admin/wp-slimstat-admin.php:961
3199
  msgid "Originating IP"
3200
  msgstr "IP de Origen"
3201
 
3202
- #: ../../admin/view/right-now.php:128
3203
  msgid "Server Latency and Page Speed in milliseconds"
3204
  msgstr ""
3205
 
3206
- #: ../../admin/view/right-now.php:128
3207
  msgid "SL"
3208
  msgstr ""
3209
 
3210
- #: ../../admin/view/right-now.php:128
3211
  msgid "PS"
3212
  msgstr ""
3213
 
3214
- #: ../../admin/view/right-now.php:140
3215
- #: ../../admin/view/wp-slimstat-reports.php:588
3216
- #: ../../admin/view/wp-slimstat-reports.php:592
3217
- #: ../../admin/view/wp-slimstat-reports.php:766
3218
- #: ../../admin/view/wp-slimstat-reports.php:819
3219
  #, fuzzy
3220
  msgid "Open this URL in a new window"
3221
  msgstr "Abrir %s en una nueva ventana"
3222
 
3223
- #: ../../admin/view/right-now.php:143
3224
  msgid "Local search results page"
3225
  msgstr "Página de resultados de búsqueda local"
3226
 
3227
- #: ../../admin/view/right-now.php:148
3228
- #: ../../admin/view/wp-slimstat-db-new.php:36
3229
- #: ../../admin/view/wp-slimstat-db.php:39
3230
- #: ../../admin/wp-slimstat-admin.php:922 ../../admin/wp-slimstat-admin.php:938
3231
  #, fuzzy
3232
  msgid "Search Terms"
3233
  msgstr "Principales Recursos"
3234
 
3235
- #: ../../admin/view/right-now.php:153
3236
  #, fuzzy
3237
  msgid "Open this referrer in a new window"
3238
  msgstr "Abrir referido en una nueva página"
3239
 
3240
- #: ../../admin/view/right-now.php:155
 
 
 
 
 
3241
  #, fuzzy
3242
  msgid "Date and Time"
3243
  msgstr "Fecha/Hora"
3244
 
3245
- #: ../../admin/view/right-now.php:156
3246
  #, fuzzy
3247
  msgid "Content Type"
3248
  msgstr "Contenido"
3249
 
3250
- #: ../../admin/view/right-now.php:159
3251
  #, fuzzy
3252
  msgid "Delete this pageview"
3253
  msgstr "Filtrar páginas visitadas dondé:"
3254
 
3255
- #: ../../admin/view/wp-slimstat-db-new.php:33
3256
  #: ../../admin/view/wp-slimstat-db.php:36
3257
- #: ../../admin/wp-slimstat-admin.php:935
3258
  msgid "Browser"
3259
  msgstr "Navegador"
3260
 
3261
- #: ../../admin/view/wp-slimstat-db-new.php:34
3262
  #: ../../admin/view/wp-slimstat-db.php:37
3263
- #: ../../admin/view/wp-slimstat-reports.php:523
3264
- #: ../../admin/wp-slimstat-admin.php:936
3265
  msgid "Country Code"
3266
  msgstr "Código de Pais"
3267
 
3268
- #: ../../admin/view/wp-slimstat-db-new.php:35
3269
  #: ../../admin/view/wp-slimstat-db.php:38
3270
  msgid "IP Address"
3271
  msgstr "Dirección IP"
3272
 
3273
- #: ../../admin/view/wp-slimstat-db-new.php:37
3274
  #: ../../admin/view/wp-slimstat-db.php:40
3275
- #: ../../admin/view/wp-slimstat-reports.php:535
3276
- #: ../../admin/wp-slimstat-admin.php:939
3277
  msgid "Language Code"
3278
  msgstr "Código de Idioma"
3279
 
3280
- #: ../../admin/view/wp-slimstat-db-new.php:38
3281
  #: ../../admin/view/wp-slimstat-db.php:41
3282
- #: ../../admin/wp-slimstat-admin.php:940
3283
  msgid "Operating System"
3284
  msgstr "Sistema Operativo"
3285
 
3286
- #: ../../admin/view/wp-slimstat-db-new.php:39
3287
  #: ../../admin/view/wp-slimstat-db.php:42
3288
- #: ../../admin/wp-slimstat-admin.php:941
3289
  msgid "Permalink"
3290
  msgstr "Enlace Permanente"
3291
 
3292
- #: ../../admin/view/wp-slimstat-db-new.php:40
3293
- msgid "Domain"
3294
- msgstr "Dominio"
3295
-
3296
- #: ../../admin/view/wp-slimstat-db-new.php:41
3297
  #: ../../admin/view/wp-slimstat-db.php:43
3298
- #: ../../admin/wp-slimstat-admin.php:942
3299
  msgid "Referer"
3300
  msgstr "Referido"
3301
 
3302
- #: ../../admin/view/wp-slimstat-db-new.php:42
3303
  #: ../../admin/view/wp-slimstat-db.php:44
3304
- #: ../../admin/wp-slimstat-admin.php:943
3305
  #, fuzzy
3306
  msgid "Visitor's Name"
3307
  msgstr "Visitantes"
3308
 
3309
- #: ../../admin/view/wp-slimstat-db-new.php:43
3310
  #: ../../admin/view/wp-slimstat-db.php:45
 
 
 
 
 
 
3311
  msgid "Page Speed"
3312
  msgstr ""
3313
 
3314
- #: ../../admin/view/wp-slimstat-db-new.php:45
3315
- #: ../../admin/view/wp-slimstat-db.php:47
3316
  msgid "-- Advanced filters --"
3317
  msgstr "-- Filtros Avanzados --"
3318
 
3319
- #: ../../admin/view/wp-slimstat-db-new.php:46
3320
- #: ../../admin/view/wp-slimstat-db.php:48
3321
- #: ../../admin/view/wp-slimstat-reports.php:63
3322
  #, fuzzy
3323
  msgid "Browser Capabilities"
3324
  msgstr "Navegador"
3325
 
3326
- #: ../../admin/view/wp-slimstat-db-new.php:47
3327
- #: ../../admin/view/wp-slimstat-db.php:49
3328
- #: ../../admin/wp-slimstat-admin.php:954
3329
  #, fuzzy
3330
  msgid "Browser Version"
3331
  msgstr "Versión del Navegador"
3332
 
3333
- #: ../../admin/view/wp-slimstat-db-new.php:48
3334
- #: ../../admin/view/wp-slimstat-db.php:50
3335
- #: ../../admin/wp-slimstat-admin.php:955
3336
  #, fuzzy
3337
  msgid "Browser Type"
3338
  msgstr "Navegador"
3339
 
3340
- #: ../../admin/view/wp-slimstat-db-new.php:49
3341
- #: ../../admin/view/wp-slimstat-db.php:51
3342
- #: ../../admin/wp-slimstat-admin.php:924
3343
  #, fuzzy
3344
  msgid "User Agent"
3345
  msgstr "Buscadores"
3346
 
3347
- #: ../../admin/view/wp-slimstat-db-new.php:50
3348
- #: ../../admin/view/wp-slimstat-db.php:52
3349
- #: ../../admin/wp-slimstat-admin.php:956
3350
- msgid "Color Depth"
3351
- msgstr "Profundidad de color"
3352
-
3353
- #: ../../admin/view/wp-slimstat-db-new.php:51
3354
  #: ../../admin/view/wp-slimstat-db.php:53
3355
- #: ../../admin/wp-slimstat-admin.php:957
3356
- #, fuzzy
3357
- msgid "CSS Version"
3358
- msgstr "Versión de CSS"
3359
-
3360
- #: ../../admin/view/wp-slimstat-db-new.php:52
3361
- #: ../../admin/view/wp-slimstat-db.php:54
3362
- #: ../../admin/wp-slimstat-admin.php:958
3363
  #, fuzzy
3364
  msgid "Pageview Attributes"
3365
  msgstr "Paginas visitadas"
3366
 
3367
- #: ../../admin/view/wp-slimstat-db-new.php:53
3368
- #: ../../admin/view/wp-slimstat-db.php:55
3369
  msgid "Server Latency"
3370
  msgstr ""
3371
 
3372
- #: ../../admin/view/wp-slimstat-db-new.php:54
3373
- #: ../../admin/wp-slimstat-admin.php:925
3374
- #, fuzzy
3375
- msgid "Outbound Link"
3376
- msgstr "Enlaces Salientes Recientes"
3377
-
3378
- #: ../../admin/view/wp-slimstat-db-new.php:55
3379
- #: ../../admin/view/wp-slimstat-db.php:56
3380
- #: ../../admin/wp-slimstat-admin.php:959
3381
  msgid "Post Author"
3382
  msgstr "Autor de la entrada(sección)"
3383
 
3384
- #: ../../admin/view/wp-slimstat-db-new.php:56
3385
- #: ../../admin/view/wp-slimstat-db.php:57
3386
- #: ../../admin/wp-slimstat-admin.php:960
3387
  msgid "Post Category ID"
3388
  msgstr "ID de la entrada(sección) de la Categoria"
3389
 
3390
- #: ../../admin/view/wp-slimstat-db-new.php:58
3391
- #: ../../admin/view/wp-slimstat-db.php:59
3392
- #: ../../admin/wp-slimstat-admin.php:962
3393
  #, fuzzy
3394
  msgid "Resource Content Type"
3395
  msgstr "Contenidos Recientes"
3396
 
3397
- #: ../../admin/view/wp-slimstat-db-new.php:59
3398
- #: ../../admin/view/wp-slimstat-db.php:60
3399
  #, fuzzy
3400
  msgid "Resource ID"
3401
  msgstr "Principales Recursos"
3402
 
3403
- #: ../../admin/view/wp-slimstat-db-new.php:60
3404
- #: ../../admin/wp-slimstat-admin.php:963
3405
- msgid "Screen Resolution"
 
 
 
 
3406
  msgstr "Resolución de Pantalla"
3407
 
3408
- #: ../../admin/view/wp-slimstat-db-new.php:61
3409
- #: ../../admin/view/wp-slimstat-db.php:64
3410
- #: ../../admin/wp-slimstat-admin.php:964
 
 
 
3411
  #, fuzzy
3412
  msgid "Visit ID"
3413
  msgstr "Visitas"
3414
 
3415
- #: ../../admin/view/wp-slimstat-db-new.php:64
3416
- #: ../../admin/view/wp-slimstat-db.php:69
3417
  msgid "Minute"
3418
  msgstr ""
3419
 
3420
- #: ../../admin/view/wp-slimstat-db-new.php:69
3421
- #: ../../admin/view/wp-slimstat-db.php:74
3422
  msgid "+/-"
3423
  msgstr ""
3424
 
3425
- #: ../../admin/view/wp-slimstat-db-new.php:72
3426
- #: ../../admin/view/wp-slimstat-db.php:77
3427
  #, fuzzy
3428
  msgid "minutes"
3429
  msgstr "1 - 3 minutos"
3430
 
3431
- #: ../../admin/view/wp-slimstat-db-new.php:74
 
 
 
 
3432
  #, fuzzy
3433
- msgid "Order Direction"
3434
  msgstr "director"
3435
 
3436
- #: ../../admin/view/wp-slimstat-db-new.php:75
3437
  #: ../../admin/view/wp-slimstat-db.php:80
3438
  msgid "Limit Results"
3439
  msgstr "Limitar Resultados"
3440
 
3441
- #: ../../admin/view/wp-slimstat-db-new.php:76
3442
  #: ../../admin/view/wp-slimstat-db.php:81
3443
  msgid "Start From"
3444
  msgstr "Comenzar desde"
3445
 
3446
- #: ../../admin/view/wp-slimstat-db.php:61
3447
- msgid "Screen Width"
3448
- msgstr ""
3449
-
3450
- #: ../../admin/view/wp-slimstat-db.php:62
3451
- #, fuzzy
3452
- msgid "Screen Height"
3453
- msgstr "Resolución de Pantalla"
3454
-
3455
- #: ../../admin/view/wp-slimstat-db.php:63
3456
- msgid "Viewport Size"
3457
- msgstr ""
3458
-
3459
- #: ../../admin/view/wp-slimstat-db.php:78
3460
- msgid "Unix Timestamp"
3461
- msgstr ""
3462
-
3463
- #: ../../admin/view/wp-slimstat-reports.php:32
3464
- #: ../../admin/wp-slimstat-admin.php:585 ../../wp-slimstat.php:1469
3465
  msgid "Real-Time Log"
3466
  msgstr ""
3467
 
3468
- #: ../../admin/view/wp-slimstat-reports.php:33
3469
- #: ../../admin/wp-slimstat-admin.php:586 ../../admin/wp-slimstat-admin.php:601
3470
- #: ../../wp-slimstat.php:1470
3471
  msgid "Overview"
3472
  msgstr "Visión general"
3473
 
3474
- #: ../../admin/view/wp-slimstat-reports.php:34
3475
- #: ../../admin/wp-slimstat-admin.php:587 ../../admin/wp-slimstat-admin.php:602
3476
- #: ../../wp-slimstat.php:1471
3477
  msgid "Audience"
3478
  msgstr ""
3479
 
3480
- #: ../../admin/view/wp-slimstat-reports.php:35
3481
- #: ../../admin/wp-slimstat-admin.php:588 ../../admin/wp-slimstat-admin.php:603
3482
- #: ../../wp-slimstat.php:1472
3483
  msgid "Site Analysis"
3484
  msgstr ""
3485
 
3486
- #: ../../admin/view/wp-slimstat-reports.php:37
3487
- #: ../../admin/wp-slimstat-admin.php:590 ../../admin/wp-slimstat-admin.php:605
3488
- #: ../../wp-slimstat.php:1474
 
 
 
 
 
 
 
3489
  msgid "Map Overlay"
3490
  msgstr ""
3491
 
3492
- #: ../../admin/view/wp-slimstat-reports.php:38
3493
- #: ../../admin/wp-slimstat-admin.php:591 ../../admin/wp-slimstat-admin.php:606
3494
- #: ../../wp-slimstat.php:1475
3495
- msgid "Custom Reports"
3496
- msgstr "Informes Personalizados"
3497
 
3498
- #: ../../admin/view/wp-slimstat-reports.php:42
 
 
 
 
 
 
 
 
 
 
 
 
 
3499
  #, fuzzy
3500
- msgid "Pageviews (chart)"
3501
- msgstr "Páginas visitadas por horas"
3502
 
3503
- #: ../../admin/view/wp-slimstat-reports.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3504
  #, fuzzy
3505
  msgid "About Slimstat"
3506
  msgstr "Acerca de WP-SlimStat"
3507
 
3508
- #: ../../admin/view/wp-slimstat-reports.php:44
3509
  msgid "At a Glance"
3510
  msgstr "Un vistazo"
3511
 
3512
- #: ../../admin/view/wp-slimstat-reports.php:45
3513
  #, fuzzy
3514
  msgid "Currently Online"
3515
  msgstr "Filtros Actuales:"
3516
 
3517
- #: ../../admin/view/wp-slimstat-reports.php:47
3518
- #: ../../admin/view/wp-slimstat-reports.php:82
 
 
 
 
 
 
 
 
 
 
 
3519
  #, fuzzy
3520
  msgid "Recent Search Terms"
3521
  msgstr "Búsquedas Internas Recientes"
3522
 
3523
- #: ../../admin/view/wp-slimstat-reports.php:48
 
 
 
 
 
 
3524
  #, fuzzy
3525
  msgid "Top Pages"
3526
  msgstr "Principales Páginas de Salida"
3527
 
3528
- #: ../../admin/view/wp-slimstat-reports.php:49
3529
- #: ../../admin/view/wp-slimstat-reports.php:79
 
 
 
 
 
3530
  #, fuzzy
3531
  msgid "Top Traffic Sources"
3532
  msgstr "Origen del Tráfico"
3533
 
3534
- #: ../../admin/view/wp-slimstat-reports.php:50
3535
  #, fuzzy
3536
  msgid "Top Known Visitors"
3537
  msgstr "Palabras clave recientes"
3538
 
3539
- #: ../../admin/view/wp-slimstat-reports.php:51
3540
- #: ../../admin/view/wp-slimstat-reports.php:77
3541
- #: ../../admin/view/wp-slimstat-reports.php:97
3542
  #, fuzzy
3543
  msgid "Top Search Terms"
3544
  msgstr "Principales Recursos"
3545
 
3546
- #: ../../admin/view/wp-slimstat-reports.php:52
3547
- #: ../../admin/view/wp-slimstat-reports.php:64
3548
- #: ../../admin/view/wp-slimstat-reports.php:78
3549
  msgid "Top Countries"
3550
  msgstr "Paises que más visitan"
3551
 
3552
- #: ../../admin/view/wp-slimstat-reports.php:53
 
 
 
 
 
 
 
 
 
 
3553
  msgid "Rankings"
3554
  msgstr "Calificaciones"
3555
 
3556
- #: ../../admin/view/wp-slimstat-reports.php:54
3557
  #, fuzzy
3558
- msgid "Top Language Families"
3559
- msgstr "Idiomas"
3560
-
3561
- #: ../../admin/view/wp-slimstat-reports.php:55
3562
- msgid "Our Team Recommends"
3563
  msgstr ""
 
 
 
3564
 
3565
- #: ../../admin/view/wp-slimstat-reports.php:56
3566
  #, fuzzy
3567
- msgid "Human Visits (chart)"
3568
- msgstr "Visitas humanas por hora"
3569
 
3570
- #: ../../admin/view/wp-slimstat-reports.php:57
 
 
 
 
3571
  #, fuzzy
3572
  msgid "Audience Overview"
3573
  msgstr "Visión general"
3574
 
3575
- #: ../../admin/view/wp-slimstat-reports.php:58
 
 
 
 
 
 
3576
  #, fuzzy
3577
  msgid "Top Languages"
3578
  msgstr "Idiomas"
3579
 
3580
- #: ../../admin/view/wp-slimstat-reports.php:59
3581
  #, fuzzy
3582
  msgid "Top Browsers"
3583
  msgstr "Navegador"
3584
 
3585
- #: ../../admin/view/wp-slimstat-reports.php:60
3586
  #, fuzzy
3587
  msgid "Top Service Providers"
3588
  msgstr "Principales Recursos"
3589
 
3590
- #: ../../admin/view/wp-slimstat-reports.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3591
  #, fuzzy
3592
  msgid "Top Operating Systems"
3593
  msgstr "Sistemas Operativos"
3594
 
3595
- #: ../../admin/view/wp-slimstat-reports.php:62
3596
  #, fuzzy
3597
  msgid "Top Screen Resolutions"
3598
  msgstr "Resolución de Pantalla"
3599
 
3600
- #: ../../admin/view/wp-slimstat-reports.php:65
3601
  #, fuzzy
3602
  msgid "Visit Duration"
3603
  msgstr "Visitas"
3604
 
3605
- #: ../../admin/view/wp-slimstat-reports.php:66
3606
- #: ../../admin/view/wp-slimstat-reports.php:83
3607
  msgid "Recent Countries"
3608
  msgstr "Paises Recientes"
3609
 
3610
- #: ../../admin/view/wp-slimstat-reports.php:67
3611
  #, fuzzy
3612
  msgid "Recent Screen Resolutions"
3613
  msgstr "Resolución de Pantalla"
3614
 
3615
- #: ../../admin/view/wp-slimstat-reports.php:68
3616
  #, fuzzy
3617
  msgid "Recent Operating Systems"
3618
  msgstr "Sistemas Operativos"
3619
 
3620
- #: ../../admin/view/wp-slimstat-reports.php:69
3621
  #, fuzzy
3622
  msgid "Recent Browsers"
3623
  msgstr "Contenidos Recientes"
3624
 
3625
- #: ../../admin/view/wp-slimstat-reports.php:70
3626
  #, fuzzy
3627
  msgid "Recent Languages"
3628
  msgstr "Idiomas"
3629
 
3630
- #: ../../admin/view/wp-slimstat-reports.php:71
3631
  #, fuzzy
3632
  msgid "Top Browser Families"
3633
  msgstr "Navegador"
3634
 
3635
- #: ../../admin/view/wp-slimstat-reports.php:72
 
 
 
 
 
 
 
 
3636
  msgid "Top OS Families"
3637
  msgstr "Páginas Recientes no encontradas"
3638
 
3639
- #: ../../admin/view/wp-slimstat-reports.php:73
 
 
 
 
 
 
 
 
3640
  #, fuzzy
3641
  msgid "Recent Users"
3642
  msgstr "Buscadores"
3643
 
3644
- #: ../../admin/view/wp-slimstat-reports.php:74
3645
  #, fuzzy
3646
  msgid "Top Users"
3647
  msgstr "Buscadores"
3648
 
3649
- #: ../../admin/view/wp-slimstat-reports.php:75
3650
- #, fuzzy
3651
- msgid "Traffic Sources (chart)"
3652
- msgstr "Origen del Tráfico"
3653
-
3654
- #: ../../admin/view/wp-slimstat-reports.php:76
3655
  #, fuzzy
3656
  msgid "Summary"
3657
  msgstr "Sumario de"
3658
 
3659
- #: ../../admin/view/wp-slimstat-reports.php:80
3660
  #, fuzzy
3661
  msgid "Top Referring Search Engines"
3662
  msgstr "Motores de Búsqueda"
3663
 
3664
- #: ../../admin/view/wp-slimstat-reports.php:81
3665
- msgid "Spy View"
3666
- msgstr "Vista de Espía"
3667
-
3668
- #: ../../admin/view/wp-slimstat-reports.php:84
3669
  #, fuzzy
3670
  msgid "Recent Exit Pages"
3671
  msgstr "Páginas recientes de rebote"
3672
 
3673
- #: ../../admin/view/wp-slimstat-reports.php:86
 
 
 
 
3674
  #, fuzzy
3675
  msgid "Recent Posts"
3676
  msgstr "Contenidos Recientes"
3677
 
3678
- #: ../../admin/view/wp-slimstat-reports.php:87
3679
  #, fuzzy
3680
  msgid "Recent Bounce Pages"
3681
  msgstr "Páginas recientes de rebote"
3682
 
3683
- #: ../../admin/view/wp-slimstat-reports.php:88
 
 
 
 
 
 
 
 
 
3684
  msgid "Recent Feeds"
3685
  msgstr "Feeds Recientes"
3686
 
3687
- #: ../../admin/view/wp-slimstat-reports.php:89
3688
  msgid "Recent Pages Not Found"
3689
  msgstr "Páginas Recientes no encontradas"
3690
 
3691
- #: ../../admin/view/wp-slimstat-reports.php:90
3692
  msgid "Recent Internal Searches"
3693
  msgstr "Búsquedas Internas Recientes"
3694
 
3695
- #: ../../admin/view/wp-slimstat-reports.php:91
 
 
 
 
 
 
 
3696
  #, fuzzy
3697
  msgid "Top Categories"
3698
  msgstr "Principales Páginas de Salida"
3699
 
3700
- #: ../../admin/view/wp-slimstat-reports.php:92
3701
- msgid "Recent Outbound Links"
3702
- msgstr "Enlaces Salientes Recientes"
3703
-
3704
- #: ../../admin/view/wp-slimstat-reports.php:93
3705
  #, fuzzy
3706
- msgid "Recent Events"
3707
- msgstr "Contenidos Recientes"
 
 
 
 
 
3708
 
3709
- #: ../../admin/view/wp-slimstat-reports.php:94
3710
  #, fuzzy
3711
  msgid "Top Posts"
3712
  msgstr "Paises que más visitan"
3713
 
3714
- #: ../../admin/view/wp-slimstat-reports.php:95
3715
- #, fuzzy
3716
- msgid "Top Feeds"
3717
- msgstr "Top Palabras Clave"
3718
-
3719
- #: ../../admin/view/wp-slimstat-reports.php:96
3720
  #, fuzzy
3721
  msgid "Top Internal Searches"
3722
  msgstr "Búsquedas Internas Recientes"
3723
 
3724
- #: ../../admin/view/wp-slimstat-reports.php:98
3725
  #, fuzzy
3726
  msgid "Recent Categories"
3727
  msgstr "Paises Recientes"
3728
 
3729
- #: ../../admin/view/wp-slimstat-reports.php:99
3730
- #, fuzzy
3731
- msgid "Top Pages Not Found"
3732
- msgstr "Principales Páginas de Salida"
3733
-
3734
- #: ../../admin/view/wp-slimstat-reports.php:100
3735
  #, fuzzy
3736
- msgid "Rcent Exit Pages"
3737
- msgstr "Páginas recientes de rebote"
3738
 
3739
- #: ../../admin/view/wp-slimstat-reports.php:101
3740
  #, fuzzy
3741
  msgid "Top Authors"
3742
  msgstr "Autor de la entrada(sección)"
3743
 
3744
- #: ../../admin/view/wp-slimstat-reports.php:102
3745
  #, fuzzy
3746
  msgid "Top Tags"
3747
  msgstr "Principales Páginas de Salida"
3748
 
3749
- #: ../../admin/view/wp-slimstat-reports.php:103
3750
  msgid "Recent Downloads"
3751
  msgstr "Descargas Recientes"
3752
 
3753
- #: ../../admin/view/wp-slimstat-reports.php:104
3754
  #, fuzzy
3755
- msgid "Top OutLinks and Downloads"
3756
- msgstr "Los mejores enlaces y descargas hacia afuera"
3757
 
3758
- #: ../../admin/view/wp-slimstat-reports.php:105
3759
  msgid "Your Website"
3760
  msgstr "Su sitio web"
3761
 
3762
- #: ../../admin/view/wp-slimstat-reports.php:106
 
 
 
 
 
 
 
 
 
3763
  #, fuzzy
3764
  msgid "Top Bounce Pages"
3765
  msgstr "Porcentaje de Abandonos"
3766
 
3767
- #: ../../admin/view/wp-slimstat-reports.php:107
3768
  #, fuzzy
3769
  msgid "Top Exit Pages"
3770
  msgstr "Principales Páginas de Salida"
3771
 
3772
- #: ../../admin/view/wp-slimstat-reports.php:108
3773
  #, fuzzy
3774
  msgid "Top Entry Pages"
3775
  msgstr "Principales Páginas de Salida"
3776
 
3777
- #: ../../admin/view/wp-slimstat-reports.php:109
3778
  msgid "World Map"
3779
  msgstr "Mapa del Mundo"
3780
 
3781
- #: ../../admin/view/wp-slimstat-reports.php:110
3782
- #, fuzzy
3783
- msgid "Activity"
3784
- msgstr "Bitácora de actividades"
3785
-
3786
- #: ../../admin/view/wp-slimstat-reports.php:217
3787
- msgid "Chart controls"
3788
- msgstr "Controles de gráfica"
3789
-
3790
- #: ../../admin/view/wp-slimstat-reports.php:217
3791
- msgid "Use your mouse wheel to zoom in and out"
3792
- msgstr "Use su ratón para acercarse y alejarse"
3793
-
3794
- #: ../../admin/view/wp-slimstat-reports.php:217
3795
- msgid "While zooming in, drag the chart to move to a different area"
3796
- msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
3797
-
3798
- #: ../../admin/view/wp-slimstat-reports.php:217
3799
- msgid "Double click on an empty region to reset the zoom level"
3800
- msgstr ""
3801
- "Haga doble clic en una región vacía para resetear el nivel de acercamiento"
3802
-
3803
- #: ../../admin/view/wp-slimstat-reports.php:233
3804
- msgid "src"
3805
- msgstr "Src"
3806
-
3807
- #: ../../admin/view/wp-slimstat-reports.php:236
3808
- msgid "serp"
3809
- msgstr "Serp"
3810
-
3811
- #: ../../admin/view/wp-slimstat-reports.php:243
3812
- msgid "Go to the referring page"
3813
- msgstr "Vaya a la página de referencia"
3814
-
3815
- #: ../../admin/view/wp-slimstat-reports.php:265
3816
- #, fuzzy
3817
- msgid "Remove filter for"
3818
- msgstr "Seleccionar filtro"
3819
-
3820
- #: ../../admin/view/wp-slimstat-reports.php:269
3821
- msgid "Save"
3822
- msgstr ""
3823
-
3824
- #: ../../admin/view/wp-slimstat-reports.php:272
3825
- msgid "Reset All"
3826
- msgstr "Resetear todos"
3827
-
3828
- #: ../../admin/view/wp-slimstat-reports.php:276
3829
- msgid "Current filters:"
3830
- msgstr "Filtros Actuales:"
3831
-
3832
- #: ../../admin/view/wp-slimstat-reports.php:280
3833
  msgid "Refresh"
3834
  msgstr "Refrescar"
3835
 
3836
- #: ../../admin/view/wp-slimstat-reports.php:361
3837
  #, php-format
3838
  msgid "Results %s - %s of %s"
3839
  msgstr "Resultados %s - %s de %s"
3840
 
3841
- #: ../../admin/view/wp-slimstat-reports.php:363
3842
  msgid "Refresh in"
3843
  msgstr "Refrescar en"
3844
 
3845
- #: ../../admin/view/wp-slimstat-reports.php:385
3846
- #: ../../admin/view/wp-slimstat-reports.php:397
3847
- #, fuzzy, php-format
3848
- msgid "Daily %s"
3849
- msgstr "Paginas visitadas"
3850
-
3851
- #: ../../admin/view/wp-slimstat-reports.php:388
3852
- #, php-format
3853
- msgid "%s Minute by Minute"
3854
- msgstr "%s Minuto a Minuto"
3855
-
3856
- #: ../../admin/view/wp-slimstat-reports.php:391
3857
- #, fuzzy, php-format
3858
- msgid "Hourly %s"
3859
- msgstr "Paginas visitadas"
3860
-
3861
- #: ../../admin/view/wp-slimstat-reports.php:394
3862
- #, fuzzy, php-format
3863
- msgid "Monthly %s"
3864
- msgstr "Mes"
3865
 
3866
- #: ../../admin/view/wp-slimstat-reports.php:506
3867
  #, fuzzy
3868
  msgid "Category ID"
3869
  msgstr "ID de la entrada(sección) de la Categoria"
3870
 
3871
- #: ../../admin/view/wp-slimstat-reports.php:539
3872
- msgid "OS Code"
3873
- msgstr "Código OS"
3874
-
3875
- #: ../../admin/view/wp-slimstat-reports.php:551
3876
  #, fuzzy
3877
  msgid "Referrer"
3878
  msgstr "Referido"
3879
 
3880
- #: ../../admin/view/wp-slimstat-reports.php:578
3881
- #: ../../admin/view/wp-slimstat-reports.php:887
3882
- #: ../../admin/view/wp-slimstat-reports.php:896
3883
- #: ../../admin/view/wp-slimstat-reports.php:902
3884
- #: ../../admin/view/wp-slimstat-reports.php:908
3885
- #: ../../admin/view/wp-slimstat-reports.php:914
3886
- #: ../../admin/view/wp-slimstat-reports.php:920
3887
- #: ../../admin/view/wp-slimstat-reports.php:926
3888
- #: ../../admin/view/wp-slimstat-reports.php:932
3889
  #, fuzzy
3890
  msgid "Hits"
3891
  msgstr "Visitas"
3892
 
3893
- #: ../../admin/view/wp-slimstat-reports.php:758
3894
- #, fuzzy
3895
- msgid "Search for"
3896
- msgstr "Sumario de"
3897
-
3898
- #: ../../admin/view/wp-slimstat-reports.php:809
3899
- #: ../../admin/view/wp-slimstat-reports.php:819
3900
- #, fuzzy
3901
- msgid "Source"
3902
- msgstr "Porcentaje de Abandonos"
3903
-
3904
- #: ../../admin/view/wp-slimstat-reports.php:811
3905
- msgid "Keywords"
3906
- msgstr "Palabras clave"
3907
-
3908
- #: ../../admin/view/wp-slimstat-reports.php:819
3909
- #, php-format
3910
- msgid "Filter results where resource equals %s"
3911
- msgstr "Filtrar resultados donde la fuente sea %s"
3912
 
3913
- #: ../../admin/view/wp-slimstat-reports.php:820
3914
- #, fuzzy
3915
- msgid "Link Details"
3916
- msgstr "Expandir Detalles"
3917
 
3918
- #: ../../admin/view/wp-slimstat-reports.php:833
3919
  #, fuzzy
3920
- msgid "Total Pageviews"
3921
- msgstr "Paginas visitadas"
3922
 
3923
- #: ../../admin/view/wp-slimstat-reports.php:834
3924
  #, fuzzy
3925
  msgid "DB Size"
3926
  msgstr "Tamaño de los Datos"
3927
 
3928
- #: ../../admin/view/wp-slimstat-reports.php:835
3929
  msgid "Tracking Active"
3930
  msgstr "Seguimiento Activo"
3931
 
3932
- #: ../../admin/view/wp-slimstat-reports.php:836
3933
  msgid "Javascript Mode"
3934
  msgstr "Modo Javascript"
3935
 
3936
- #: ../../admin/view/wp-slimstat-reports.php:837
3937
  msgid "Tracking Browser Caps"
3938
  msgstr "Caps para rastreo de Navegador"
3939
 
3940
- #: ../../admin/view/wp-slimstat-reports.php:838
3941
  msgid "Auto purge"
3942
  msgstr "Autopurgar"
3943
 
3944
- #: ../../admin/view/wp-slimstat-reports.php:838
3945
- #: ../../admin/wp-slimstat-admin.php:994
3946
  msgid "No"
3947
  msgstr "No"
3948
 
3949
- #: ../../admin/view/wp-slimstat-reports.php:839
3950
  #, fuzzy
3951
  msgid "Oldest pageview"
3952
  msgstr "Visita más larga"
3953
 
3954
- #: ../../admin/view/wp-slimstat-reports.php:839
3955
  #, fuzzy
3956
  msgid "No visits"
3957
  msgstr "Visitantes"
3958
 
3959
- #: ../../admin/view/wp-slimstat-reports.php:849
3960
- #: ../../admin/view/wp-slimstat-reports.php:951
3961
  #, fuzzy
3962
  msgid ""
3963
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -3966,16 +3777,24 @@ msgstr ""
3966
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
3967
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
3968
 
3969
- #: ../../admin/view/wp-slimstat-reports.php:851
3970
- msgid "How many pages have been visited on average during the current period."
 
 
 
 
 
 
 
 
3971
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
3972
 
3973
- #: ../../admin/view/wp-slimstat-reports.php:852
3974
  #, fuzzy
3975
- msgid "Average Pageviews"
3976
  msgstr "Promedio Paginas Visitadas"
3977
 
3978
- #: ../../admin/view/wp-slimstat-reports.php:853
3979
  msgid ""
3980
  "Visitors who landed on your site after searching for a keyword on Google, "
3981
  "Yahoo, etc."
@@ -3983,12 +3802,12 @@ msgstr ""
3983
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
3984
  "Google, yahoo, etc."
3985
 
3986
- #: ../../admin/view/wp-slimstat-reports.php:854
3987
  #, fuzzy
3988
  msgid "From Search Results"
3989
  msgstr "Principales Recursos"
3990
 
3991
- #: ../../admin/view/wp-slimstat-reports.php:855
3992
  msgid ""
3993
  "Used to differentiate between multiple requests to download a file from one "
3994
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3997,15 +3816,11 @@ msgstr ""
3997
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
3998
  "diferentes direcciones"
3999
 
4000
- #: ../../admin/view/wp-slimstat-reports.php:857
4001
- msgid "Last 5 minutes"
4002
- msgstr "Últimos 5 minutos"
4003
-
4004
- #: ../../admin/view/wp-slimstat-reports.php:858
4005
  msgid "Last 30 minutes"
4006
  msgstr "Últimos 30 minutos"
4007
 
4008
- #: ../../admin/view/wp-slimstat-reports.php:868
4009
  msgid ""
4010
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
4011
  "multiple times if they perform multiple visits."
@@ -4013,17 +3828,12 @@ msgstr ""
4013
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
4014
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
4015
 
4016
- #: ../../admin/view/wp-slimstat-reports.php:869
4017
- #: ../../admin/view/wp-slimstat-reports.php:1179
4018
- msgid "Visits"
4019
- msgstr "Visitas"
4020
-
4021
- #: ../../admin/view/wp-slimstat-reports.php:870
4022
  msgid "It includes only traffic generated by human visitors."
4023
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
4024
 
4025
- #: ../../admin/view/wp-slimstat-reports.php:872
4026
- #: ../../admin/view/wp-slimstat-reports.php:963
4027
  msgid ""
4028
  "Percentage of single-page visits, i.e. visits in which the person left your "
4029
  "site from the entrance page."
@@ -4031,79 +3841,79 @@ msgstr ""
4031
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
4032
  "dejó su sitio desde la página de entrada."
4033
 
4034
- #: ../../admin/view/wp-slimstat-reports.php:873
4035
  msgid "Bounce rate"
4036
  msgstr "Porcentaje de Abandonos"
4037
 
4038
- #: ../../admin/view/wp-slimstat-reports.php:874
4039
  msgid "Visitors who had previously left a comment on your blog."
4040
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
4041
 
4042
- #: ../../admin/view/wp-slimstat-reports.php:875
4043
  #, fuzzy
4044
  msgid "Known visitors"
4045
  msgstr "Palabras clave recientes"
4046
 
4047
- #: ../../admin/view/wp-slimstat-reports.php:876
4048
  msgid "Human users who visited your site only once."
4049
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
4050
 
4051
- #: ../../admin/view/wp-slimstat-reports.php:877
4052
  #, fuzzy
4053
  msgid "New visitors"
4054
  msgstr "Visitantes"
4055
 
4056
- #: ../../admin/view/wp-slimstat-reports.php:878
4057
  msgid "Bots"
4058
  msgstr "Motores de Búsqueda"
4059
 
4060
- #: ../../admin/view/wp-slimstat-reports.php:879
4061
  msgid "Pages per visit"
4062
  msgstr "Páginas por visita"
4063
 
4064
- #: ../../admin/view/wp-slimstat-reports.php:880
4065
  msgid "Longest visit"
4066
  msgstr "Visita más larga"
4067
 
4068
- #: ../../admin/view/wp-slimstat-reports.php:880
4069
  #, fuzzy
4070
  msgid "hits"
4071
  msgstr "Visitas"
4072
 
4073
- #: ../../admin/view/wp-slimstat-reports.php:898
4074
  msgid "0 - 30 seconds"
4075
  msgstr "0 - 30 segundos"
4076
 
4077
- #: ../../admin/view/wp-slimstat-reports.php:904
4078
  msgid "31 - 60 seconds"
4079
  msgstr "31 - 60 segundos"
4080
 
4081
- #: ../../admin/view/wp-slimstat-reports.php:910
4082
  msgid "1 - 3 minutes"
4083
  msgstr "1 - 3 minutos"
4084
 
4085
- #: ../../admin/view/wp-slimstat-reports.php:916
4086
  msgid "3 - 5 minutes"
4087
  msgstr "3 - 5 minutos"
4088
 
4089
- #: ../../admin/view/wp-slimstat-reports.php:922
4090
  msgid "5 - 7 minutes"
4091
  msgstr "5 - 7 minutos"
4092
 
4093
- #: ../../admin/view/wp-slimstat-reports.php:928
4094
  msgid "7 - 10 minutes"
4095
  msgstr "7 - 10 minutos"
4096
 
4097
- #: ../../admin/view/wp-slimstat-reports.php:934
4098
  msgid "More than 10 minutes"
4099
  msgstr "Más de 10 minutos"
4100
 
4101
- #: ../../admin/view/wp-slimstat-reports.php:943
4102
  #, fuzzy
4103
  msgid "Average time on site"
4104
  msgstr "Promedio de páginas vistas por horas"
4105
 
4106
- #: ../../admin/view/wp-slimstat-reports.php:953
4107
  msgid ""
4108
  "A referrer (or referring site) is the site that a visitor previously visited "
4109
  "before following a link to your site."
@@ -4111,12 +3921,12 @@ msgstr ""
4111
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
4112
  "acceso antes de seguir un enlace a su sitio."
4113
 
4114
- #: ../../admin/view/wp-slimstat-reports.php:954
4115
  #, fuzzy
4116
  msgid "Unique Referrers"
4117
  msgstr "Referidos Únicos"
4118
 
4119
- #: ../../admin/view/wp-slimstat-reports.php:955
4120
  msgid ""
4121
  "Visitors who visited the site by typing the URL directly into their browser. "
4122
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -4128,12 +3938,12 @@ msgstr ""
4128
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
4129
  "enlaces de documentos que no incluyen variables de rastreo."
4130
 
4131
- #: ../../admin/view/wp-slimstat-reports.php:956
4132
  #, fuzzy
4133
  msgid "Direct Pageviews"
4134
  msgstr "Paginas visitadas"
4135
 
4136
- #: ../../admin/view/wp-slimstat-reports.php:957
4137
  msgid ""
4138
  "Visitors who came to your site via searches on Google or some other search "
4139
  "engine."
@@ -4141,11 +3951,11 @@ msgstr ""
4141
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
4142
  "Google, yahoo, etc."
4143
 
4144
- #: ../../admin/view/wp-slimstat-reports.php:958
4145
  msgid "From a search result"
4146
  msgstr "Desde un resultado de búsqueda"
4147
 
4148
- #: ../../admin/view/wp-slimstat-reports.php:959
4149
  msgid ""
4150
  "The first page that a user views during a session. This is also known as the "
4151
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -4157,26 +3967,26 @@ msgstr ""
4157
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
4158
  "página de entrada."
4159
 
4160
- #: ../../admin/view/wp-slimstat-reports.php:960
4161
  #, fuzzy
4162
  msgid "Unique Landing Pages"
4163
  msgstr "IPs Unicas"
4164
 
4165
- #: ../../admin/view/wp-slimstat-reports.php:961
4166
  msgid "Number of single-page visits to your site over the selected period."
4167
  msgstr "Número de visitas a una página en el período seleccionado."
4168
 
4169
- #: ../../admin/view/wp-slimstat-reports.php:962
4170
  #, fuzzy
4171
  msgid "Bounce Pages"
4172
  msgstr "Porcentaje de Abandonos"
4173
 
4174
- #: ../../admin/view/wp-slimstat-reports.php:964
4175
  #, fuzzy
4176
  msgid "New Visitors Rate"
4177
  msgstr "Visitantes"
4178
 
4179
- #: ../../admin/view/wp-slimstat-reports.php:965
4180
  msgid ""
4181
  "Visitors who visited the site in the last 5 minutes coming from a search "
4182
  "engine."
@@ -4184,29 +3994,29 @@ msgstr ""
4184
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
4185
  "motor de búsqueda."
4186
 
4187
- #: ../../admin/view/wp-slimstat-reports.php:966
4188
  #, fuzzy
4189
  msgid "Currently from search engines"
4190
  msgstr "Motores de Búsqueda"
4191
 
4192
- #: ../../admin/view/wp-slimstat-reports.php:1034
4193
  msgid "Number of pages in your site included in Google's index."
4194
  msgstr "Número de páginas en su sitio incluidas en el índice de Google."
4195
 
4196
- #: ../../admin/view/wp-slimstat-reports.php:1035
4197
  msgid "Google Index"
4198
  msgstr "Indice de Google"
4199
 
4200
- #: ../../admin/view/wp-slimstat-reports.php:1036
4201
  msgid "Number of pages, according to Google, that link back to your site."
4202
  msgstr ""
4203
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
4204
 
4205
- #: ../../admin/view/wp-slimstat-reports.php:1037
4206
  msgid "Google Backlinks"
4207
  msgstr "Backlinks Google"
4208
 
4209
- #: ../../admin/view/wp-slimstat-reports.php:1038
4210
  msgid ""
4211
  "How many times the Facebook Like button has been approximately clicked on "
4212
  "your site."
@@ -4214,30 +4024,30 @@ msgstr ""
4214
  "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
4215
  "Facebook en su sitio."
4216
 
4217
- #: ../../admin/view/wp-slimstat-reports.php:1039
4218
  msgid "Facebook Likes"
4219
  msgstr "Me Gusta de Facebook"
4220
 
4221
- #: ../../admin/view/wp-slimstat-reports.php:1040
4222
  msgid ""
4223
  "How many times your site has been shared by someone on the social network."
4224
  msgstr ""
4225
  "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
4226
 
4227
- #: ../../admin/view/wp-slimstat-reports.php:1041
4228
  msgid "Facebook Shares"
4229
  msgstr "Compartidas en Facebook"
4230
 
4231
- #: ../../admin/view/wp-slimstat-reports.php:1042
4232
  msgid "How many times links to your website have been clicked on Facebook."
4233
  msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
4234
 
4235
- #: ../../admin/view/wp-slimstat-reports.php:1043
4236
  #, fuzzy
4237
  msgid "Facebook Clicks"
4238
  msgstr "Enlaces Salientes Recientes"
4239
 
4240
- #: ../../admin/view/wp-slimstat-reports.php:1044
4241
  msgid ""
4242
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4243
  "traffic data."
@@ -4245,1107 +4055,1107 @@ msgstr ""
4245
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
4246
  "información de tráfico de datos."
4247
 
4248
- #: ../../admin/view/wp-slimstat-reports.php:1045
4249
  msgid "Alexa World Rank"
4250
  msgstr "Clasificación Mundial Alexa."
4251
 
4252
- #: ../../admin/view/wp-slimstat-reports.php:1046
4253
  msgid "Alexa Country Rank"
4254
  msgstr "Clasificación por país Alexa"
4255
 
4256
- #: ../../admin/view/wp-slimstat-reports.php:1047
4257
  msgid "Alexa Popularity"
4258
  msgstr "Popularidad Alexa"
4259
 
4260
  # Unknown
4261
- #: ../../admin/view/wp-slimstat-reports.php:1054
4262
  msgid "c-xx"
4263
  msgstr "Unknown"
4264
 
4265
  # Afghanistan
4266
- #: ../../admin/view/wp-slimstat-reports.php:1054
4267
  msgid "c-af"
4268
  msgstr "Afghanistan"
4269
 
4270
  # Åland Islands
4271
- #: ../../admin/view/wp-slimstat-reports.php:1054
4272
  msgid "c-ax"
4273
  msgstr "Åland Islands"
4274
 
4275
  # Albania
4276
- #: ../../admin/view/wp-slimstat-reports.php:1054
4277
  msgid "c-al"
4278
  msgstr "Albania"
4279
 
4280
  # Algeria
4281
- #: ../../admin/view/wp-slimstat-reports.php:1054
4282
  msgid "c-dz"
4283
  msgstr "Algeria"
4284
 
4285
  # Andorra
4286
- #: ../../admin/view/wp-slimstat-reports.php:1054
4287
  msgid "c-ad"
4288
  msgstr "Andorra"
4289
 
4290
  # Angola
4291
- #: ../../admin/view/wp-slimstat-reports.php:1054
4292
  msgid "c-ao"
4293
  msgstr "Angola"
4294
 
4295
  # Anguilla
4296
- #: ../../admin/view/wp-slimstat-reports.php:1054
4297
  msgid "c-ai"
4298
  msgstr "Anguilla"
4299
 
4300
  # Antigua and Barbuda
4301
- #: ../../admin/view/wp-slimstat-reports.php:1054
4302
  msgid "c-ag"
4303
  msgstr "Antigua and Barbuda"
4304
 
4305
  # Argentina
4306
- #: ../../admin/view/wp-slimstat-reports.php:1054
4307
  msgid "c-ar"
4308
  msgstr "Argentina"
4309
 
4310
  # Armenia
4311
- #: ../../admin/view/wp-slimstat-reports.php:1054
4312
  msgid "c-am"
4313
  msgstr "Armenia"
4314
 
4315
  # Aruba
4316
- #: ../../admin/view/wp-slimstat-reports.php:1054
4317
  msgid "c-aw"
4318
  msgstr "Aruba"
4319
 
4320
  # Australia
4321
- #: ../../admin/view/wp-slimstat-reports.php:1054
4322
  msgid "c-au"
4323
  msgstr "Australia"
4324
 
4325
  # Austria
4326
- #: ../../admin/view/wp-slimstat-reports.php:1054
4327
  msgid "c-at"
4328
  msgstr "Austria"
4329
 
4330
  # Azerbaijan
4331
- #: ../../admin/view/wp-slimstat-reports.php:1054
4332
  msgid "c-az"
4333
  msgstr "Azerbaijan"
4334
 
4335
  # Bahamas
4336
- #: ../../admin/view/wp-slimstat-reports.php:1054
4337
  msgid "c-bs"
4338
  msgstr "Bahamas"
4339
 
4340
  # Bahrain
4341
- #: ../../admin/view/wp-slimstat-reports.php:1054
4342
  msgid "c-bh"
4343
  msgstr "Bahrain"
4344
 
4345
  # Bangladesh
4346
- #: ../../admin/view/wp-slimstat-reports.php:1054
4347
  msgid "c-bd"
4348
  msgstr "Bangladesh"
4349
 
4350
  # Barbados
4351
- #: ../../admin/view/wp-slimstat-reports.php:1054
4352
  msgid "c-bb"
4353
  msgstr "Barbados"
4354
 
4355
  # Belarus
4356
- #: ../../admin/view/wp-slimstat-reports.php:1054
4357
  msgid "c-by"
4358
  msgstr "Belarus"
4359
 
4360
  # Belgium
4361
- #: ../../admin/view/wp-slimstat-reports.php:1054
4362
  msgid "c-be"
4363
  msgstr "Belgium"
4364
 
4365
  # Belize
4366
- #: ../../admin/view/wp-slimstat-reports.php:1054
4367
  msgid "c-bz"
4368
  msgstr "Belize"
4369
 
4370
  # Benin
4371
- #: ../../admin/view/wp-slimstat-reports.php:1054
4372
  msgid "c-bj"
4373
  msgstr "Benin"
4374
 
4375
  # Bermuda
4376
- #: ../../admin/view/wp-slimstat-reports.php:1054
4377
  msgid "c-bm"
4378
  msgstr "Bermuda"
4379
 
4380
  # Bhutan
4381
- #: ../../admin/view/wp-slimstat-reports.php:1054
4382
  msgid "c-bt"
4383
  msgstr "Bhutan"
4384
 
4385
  # Bolivia
4386
- #: ../../admin/view/wp-slimstat-reports.php:1054
4387
  msgid "c-bo"
4388
  msgstr "Bolivia"
4389
 
4390
  # Bosnia and Herzegovina
4391
- #: ../../admin/view/wp-slimstat-reports.php:1054
4392
  msgid "c-ba"
4393
  msgstr "Bosnia and Herzegovina"
4394
 
4395
  # Botswana
4396
- #: ../../admin/view/wp-slimstat-reports.php:1054
4397
  msgid "c-bw"
4398
  msgstr "Botswana"
4399
 
4400
  # Brazil
4401
- #: ../../admin/view/wp-slimstat-reports.php:1054
4402
  msgid "c-br"
4403
  msgstr "Brazil"
4404
 
4405
  # Brunei Darussalam
4406
- #: ../../admin/view/wp-slimstat-reports.php:1054
4407
  msgid "c-bn"
4408
  msgstr "Brunei Darussalam"
4409
 
4410
  # Bulgaria
4411
- #: ../../admin/view/wp-slimstat-reports.php:1054
4412
  msgid "c-bg"
4413
  msgstr "Bulgaria"
4414
 
4415
  # Burkina Faso
4416
- #: ../../admin/view/wp-slimstat-reports.php:1054
4417
  msgid "c-bf"
4418
  msgstr "Burkina Faso"
4419
 
4420
  # Burundi
4421
- #: ../../admin/view/wp-slimstat-reports.php:1054
4422
  msgid "c-bi"
4423
  msgstr "Burundi"
4424
 
4425
  # Cambodia
4426
- #: ../../admin/view/wp-slimstat-reports.php:1054
4427
  msgid "c-kh"
4428
  msgstr "Cambodia"
4429
 
4430
  # Cameroon
4431
- #: ../../admin/view/wp-slimstat-reports.php:1054
4432
  msgid "c-cm"
4433
  msgstr "Cameroon"
4434
 
4435
  # Canada
4436
- #: ../../admin/view/wp-slimstat-reports.php:1054
4437
  msgid "c-ca"
4438
  msgstr "Canada"
4439
 
4440
  # Cape Verde
4441
- #: ../../admin/view/wp-slimstat-reports.php:1054
4442
  msgid "c-cv"
4443
  msgstr "Cape Verde"
4444
 
4445
  # Cayman Islands
4446
- #: ../../admin/view/wp-slimstat-reports.php:1054
4447
  msgid "c-ky"
4448
  msgstr "Cayman Islands"
4449
 
4450
  # Central African Republic
4451
- #: ../../admin/view/wp-slimstat-reports.php:1054
4452
  msgid "c-cf"
4453
  msgstr "Central African Republic"
4454
 
4455
  # Chad
4456
- #: ../../admin/view/wp-slimstat-reports.php:1054
4457
  msgid "c-td"
4458
  msgstr "Chad"
4459
 
4460
  # Chile
4461
- #: ../../admin/view/wp-slimstat-reports.php:1054
4462
  msgid "c-cl"
4463
  msgstr "Chile"
4464
 
4465
  # China
4466
- #: ../../admin/view/wp-slimstat-reports.php:1054
4467
  msgid "c-cn"
4468
  msgstr "China"
4469
 
4470
  # Colombia
4471
- #: ../../admin/view/wp-slimstat-reports.php:1054
4472
  msgid "c-co"
4473
  msgstr "Colombia"
4474
 
4475
  # Comoros
4476
- #: ../../admin/view/wp-slimstat-reports.php:1054
4477
  msgid "c-km"
4478
  msgstr "Comoros"
4479
 
4480
  # Congo
4481
- #: ../../admin/view/wp-slimstat-reports.php:1054
4482
  msgid "c-cg"
4483
  msgstr "Congo"
4484
 
4485
  # The Democratic Republic of the Congo
4486
- #: ../../admin/view/wp-slimstat-reports.php:1054
4487
  msgid "c-cd"
4488
  msgstr "The Democratic Republic of the Congo"
4489
 
4490
  # Costa Rica
4491
- #: ../../admin/view/wp-slimstat-reports.php:1054
4492
  msgid "c-cr"
4493
  msgstr "Costa Rica"
4494
 
4495
  # Côte d'Ivoire
4496
- #: ../../admin/view/wp-slimstat-reports.php:1054
4497
  msgid "c-ci"
4498
  msgstr "Côte d'Ivoire"
4499
 
4500
  # Croatia
4501
- #: ../../admin/view/wp-slimstat-reports.php:1054
4502
  msgid "c-hr"
4503
  msgstr "Croatia"
4504
 
4505
  # Cuba
4506
- #: ../../admin/view/wp-slimstat-reports.php:1054
4507
  msgid "c-cu"
4508
  msgstr "Cuba"
4509
 
4510
  # Cyprus
4511
- #: ../../admin/view/wp-slimstat-reports.php:1054
4512
  msgid "c-cy"
4513
  msgstr "Cyprus"
4514
 
4515
  # Czech Republic
4516
- #: ../../admin/view/wp-slimstat-reports.php:1054
4517
  msgid "c-cz"
4518
  msgstr "Czech Republic"
4519
 
4520
  # Denmark
4521
- #: ../../admin/view/wp-slimstat-reports.php:1054
4522
  msgid "c-dk"
4523
  msgstr "Denmark"
4524
 
4525
  # Djibouti
4526
- #: ../../admin/view/wp-slimstat-reports.php:1054
4527
  msgid "c-dj"
4528
  msgstr "Djibouti"
4529
 
4530
  # Dominica
4531
- #: ../../admin/view/wp-slimstat-reports.php:1054
4532
  msgid "c-dm"
4533
  msgstr "Dominica"
4534
 
4535
  # Dominican Republic
4536
- #: ../../admin/view/wp-slimstat-reports.php:1054
4537
  msgid "c-do"
4538
  msgstr "Dominican Republic"
4539
 
4540
  # Ecuador
4541
- #: ../../admin/view/wp-slimstat-reports.php:1054
4542
  msgid "c-ec"
4543
  msgstr "Ecuador"
4544
 
4545
  # Egypt
4546
- #: ../../admin/view/wp-slimstat-reports.php:1054
4547
  msgid "c-eg"
4548
  msgstr "Egypt"
4549
 
4550
  # El Salvador
4551
- #: ../../admin/view/wp-slimstat-reports.php:1054
4552
  msgid "c-sv"
4553
  msgstr "El Salvador"
4554
 
4555
  # Equatorial Guinea
4556
- #: ../../admin/view/wp-slimstat-reports.php:1054
4557
  msgid "c-gq"
4558
  msgstr "Equatorial Guinea"
4559
 
4560
  # Eritrea
4561
- #: ../../admin/view/wp-slimstat-reports.php:1054
4562
  msgid "c-er"
4563
  msgstr "Eritrea"
4564
 
4565
  # Estonia
4566
- #: ../../admin/view/wp-slimstat-reports.php:1054
4567
  msgid "c-ee"
4568
  msgstr "Estonia"
4569
 
4570
  # Ethiopia
4571
- #: ../../admin/view/wp-slimstat-reports.php:1054
4572
  msgid "c-et"
4573
  msgstr "Ethiopia"
4574
 
4575
  # Faroe Islands
4576
- #: ../../admin/view/wp-slimstat-reports.php:1054
4577
  msgid "c-fo"
4578
  msgstr "Faroe Islands"
4579
 
4580
  # Falkland Islands (Malvinas)
4581
- #: ../../admin/view/wp-slimstat-reports.php:1054
4582
  msgid "c-fk"
4583
  msgstr "Falkland Islands (Malvinas)"
4584
 
4585
  # Fiji
4586
- #: ../../admin/view/wp-slimstat-reports.php:1054
4587
  msgid "c-fj"
4588
  msgstr "Fiji"
4589
 
4590
  # Finland
4591
- #: ../../admin/view/wp-slimstat-reports.php:1054
4592
  msgid "c-fi"
4593
  msgstr "Finland"
4594
 
4595
  # France
4596
- #: ../../admin/view/wp-slimstat-reports.php:1054
4597
  msgid "c-fr"
4598
  msgstr "France"
4599
 
4600
  # French Guiana
4601
- #: ../../admin/view/wp-slimstat-reports.php:1054
4602
  msgid "c-gf"
4603
  msgstr "French Guiana"
4604
 
4605
  # Gabon
4606
- #: ../../admin/view/wp-slimstat-reports.php:1054
4607
  msgid "c-ga"
4608
  msgstr "Gabon"
4609
 
4610
  # Gambia
4611
- #: ../../admin/view/wp-slimstat-reports.php:1054
4612
  msgid "c-gm"
4613
  msgstr "Gambia"
4614
 
4615
  # Georgia
4616
- #: ../../admin/view/wp-slimstat-reports.php:1054
4617
  msgid "c-ge"
4618
  msgstr "Georgia"
4619
 
4620
  # Germany
4621
- #: ../../admin/view/wp-slimstat-reports.php:1054
4622
  msgid "c-de"
4623
  msgstr "Germany"
4624
 
4625
  # Ghana
4626
- #: ../../admin/view/wp-slimstat-reports.php:1054
4627
  msgid "c-gh"
4628
  msgstr "Ghana"
4629
 
4630
  # Greece
4631
- #: ../../admin/view/wp-slimstat-reports.php:1054
4632
  msgid "c-gr"
4633
  msgstr "Greece"
4634
 
4635
  # Greenland
4636
- #: ../../admin/view/wp-slimstat-reports.php:1054
4637
  msgid "c-gl"
4638
  msgstr "Greenland"
4639
 
4640
  # Grenada
4641
- #: ../../admin/view/wp-slimstat-reports.php:1054
4642
  msgid "c-gd"
4643
  msgstr "Grenada"
4644
 
4645
  # Guadeloupe
4646
- #: ../../admin/view/wp-slimstat-reports.php:1054
4647
  msgid "c-gp"
4648
  msgstr "Guadeloupe"
4649
 
4650
  # Guatemala
4651
- #: ../../admin/view/wp-slimstat-reports.php:1054
4652
  msgid "c-gt"
4653
  msgstr "Guatemala"
4654
 
4655
  # Guinea
4656
- #: ../../admin/view/wp-slimstat-reports.php:1054
4657
  msgid "c-gn"
4658
  msgstr "Guinea"
4659
 
4660
  # Guinea-Bissau
4661
- #: ../../admin/view/wp-slimstat-reports.php:1054
4662
  msgid "c-gw"
4663
  msgstr "Guinea-Bissau"
4664
 
4665
  # Guyana
4666
- #: ../../admin/view/wp-slimstat-reports.php:1054
4667
  msgid "c-gy"
4668
  msgstr "Guyana"
4669
 
4670
  # Haiti
4671
- #: ../../admin/view/wp-slimstat-reports.php:1054
4672
  msgid "c-ht"
4673
  msgstr "Haiti"
4674
 
4675
  # Honduras
4676
- #: ../../admin/view/wp-slimstat-reports.php:1054
4677
  msgid "c-hn"
4678
  msgstr "Honduras"
4679
 
4680
  # Hong Kong
4681
- #: ../../admin/view/wp-slimstat-reports.php:1054
4682
  msgid "c-hk"
4683
  msgstr "Hong Kong"
4684
 
4685
  # Hungary
4686
- #: ../../admin/view/wp-slimstat-reports.php:1054
4687
  msgid "c-hu"
4688
  msgstr "Hungary"
4689
 
4690
  # Iceland
4691
- #: ../../admin/view/wp-slimstat-reports.php:1054
4692
  msgid "c-is"
4693
  msgstr "Iceland"
4694
 
4695
  # India
4696
- #: ../../admin/view/wp-slimstat-reports.php:1054
4697
  msgid "c-in"
4698
  msgstr "India"
4699
 
4700
  # Indonesia
4701
- #: ../../admin/view/wp-slimstat-reports.php:1054
4702
  msgid "c-id"
4703
  msgstr "Indonesia"
4704
 
4705
  # Islamic Republic of Iran
4706
- #: ../../admin/view/wp-slimstat-reports.php:1054
4707
  msgid "c-ir"
4708
  msgstr "Islamic Republic of Iran"
4709
 
4710
  # Iraq
4711
- #: ../../admin/view/wp-slimstat-reports.php:1054
4712
  msgid "c-iq"
4713
  msgstr "Iraq"
4714
 
4715
  # Ireland
4716
- #: ../../admin/view/wp-slimstat-reports.php:1054
4717
  msgid "c-ie"
4718
  msgstr "Ireland"
4719
 
4720
  # Israel
4721
- #: ../../admin/view/wp-slimstat-reports.php:1054
4722
  msgid "c-il"
4723
  msgstr "Israel"
4724
 
4725
  # Italy
4726
- #: ../../admin/view/wp-slimstat-reports.php:1054
4727
  msgid "c-it"
4728
  msgstr "Italy"
4729
 
4730
  # Jamaica
4731
- #: ../../admin/view/wp-slimstat-reports.php:1054
4732
  msgid "c-jm"
4733
  msgstr "Jamaica"
4734
 
4735
  # Japan
4736
- #: ../../admin/view/wp-slimstat-reports.php:1054
4737
  msgid "c-jp"
4738
  msgstr "Japan"
4739
 
4740
  # Jordan
4741
- #: ../../admin/view/wp-slimstat-reports.php:1054
4742
  msgid "c-jo"
4743
  msgstr "Jordan"
4744
 
4745
  # Kazakhstan
4746
- #: ../../admin/view/wp-slimstat-reports.php:1054
4747
  msgid "c-kz"
4748
  msgstr "Kazakhstan"
4749
 
4750
  # Kenya
4751
- #: ../../admin/view/wp-slimstat-reports.php:1054
4752
  msgid "c-ke"
4753
  msgstr "Kenya"
4754
 
4755
  # Nauru
4756
- #: ../../admin/view/wp-slimstat-reports.php:1054
4757
  msgid "c-nr"
4758
  msgstr "Nauru"
4759
 
4760
  # Democratic People's Republic of Korea
4761
- #: ../../admin/view/wp-slimstat-reports.php:1054
4762
  msgid "c-kp"
4763
  msgstr "Democratic People's Republic of Korea"
4764
 
4765
  # Republic of Korea
4766
- #: ../../admin/view/wp-slimstat-reports.php:1054
4767
  msgid "c-kr"
4768
  msgstr "Republic of Korea"
4769
 
4770
- #: ../../admin/view/wp-slimstat-reports.php:1054
4771
  msgid "c-kv"
4772
  msgstr "c-kv"
4773
 
4774
  # Kuwait
4775
- #: ../../admin/view/wp-slimstat-reports.php:1054
4776
  msgid "c-kw"
4777
  msgstr "Kuwait"
4778
 
4779
  # Kyrgyzstan
4780
- #: ../../admin/view/wp-slimstat-reports.php:1054
4781
  msgid "c-kg"
4782
  msgstr "Kyrgyzstan"
4783
 
4784
  # Lao People's Democratic Republic
4785
- #: ../../admin/view/wp-slimstat-reports.php:1054
4786
  msgid "c-la"
4787
  msgstr "Lao People's Democratic Republic"
4788
 
4789
  # Latvia
4790
- #: ../../admin/view/wp-slimstat-reports.php:1054
4791
  msgid "c-lv"
4792
  msgstr "Latvia"
4793
 
4794
  # Lebanon
4795
- #: ../../admin/view/wp-slimstat-reports.php:1054
4796
  msgid "c-lb"
4797
  msgstr "Lebanon"
4798
 
4799
  # Lesotho
4800
- #: ../../admin/view/wp-slimstat-reports.php:1054
4801
  msgid "c-ls"
4802
  msgstr "Lesotho"
4803
 
4804
  # Liberia
4805
- #: ../../admin/view/wp-slimstat-reports.php:1054
4806
  msgid "c-lr"
4807
  msgstr "Liberia"
4808
 
4809
  # Libyan Arab Jamahiriya
4810
- #: ../../admin/view/wp-slimstat-reports.php:1054
4811
  msgid "c-ly"
4812
  msgstr "Libyan Arab Jamahiriya"
4813
 
4814
  # Liechtenstein
4815
- #: ../../admin/view/wp-slimstat-reports.php:1054
4816
  msgid "c-li"
4817
  msgstr "Liechtenstein"
4818
 
4819
  # Lithuania
4820
- #: ../../admin/view/wp-slimstat-reports.php:1054
4821
  msgid "c-lt"
4822
  msgstr "Lithuania"
4823
 
4824
  # Luxembourg
4825
- #: ../../admin/view/wp-slimstat-reports.php:1054
4826
  msgid "c-lu"
4827
  msgstr "Luxembourg"
4828
 
4829
  # The Former Yugoslav Republic of Macedonia
4830
- #: ../../admin/view/wp-slimstat-reports.php:1054
4831
  msgid "c-mk"
4832
  msgstr "The Former Yugoslav Republic of Macedonia"
4833
 
4834
  # Madagascar
4835
- #: ../../admin/view/wp-slimstat-reports.php:1054
4836
  msgid "c-mg"
4837
  msgstr "Madagascar"
4838
 
4839
  # Malawi
4840
- #: ../../admin/view/wp-slimstat-reports.php:1054
4841
  msgid "c-mw"
4842
  msgstr "Malawi"
4843
 
4844
  # Malaysia
4845
- #: ../../admin/view/wp-slimstat-reports.php:1054
4846
  msgid "c-my"
4847
  msgstr "Malaysia"
4848
 
4849
  # Mali
4850
- #: ../../admin/view/wp-slimstat-reports.php:1054
4851
  msgid "c-ml"
4852
  msgstr "Mali"
4853
 
4854
  # Malta
4855
- #: ../../admin/view/wp-slimstat-reports.php:1054
4856
  msgid "c-mt"
4857
  msgstr "Malta"
4858
 
4859
  # Martinique
4860
- #: ../../admin/view/wp-slimstat-reports.php:1054
4861
  msgid "c-mq"
4862
  msgstr "Martinique"
4863
 
4864
  # Mauritania
4865
- #: ../../admin/view/wp-slimstat-reports.php:1054
4866
  msgid "c-mr"
4867
  msgstr "Mauritania"
4868
 
4869
  # Mauritius
4870
- #: ../../admin/view/wp-slimstat-reports.php:1054
4871
  msgid "c-mu"
4872
  msgstr "Mauritius"
4873
 
4874
  # Mexico
4875
- #: ../../admin/view/wp-slimstat-reports.php:1054
4876
  msgid "c-mx"
4877
  msgstr "Mexico"
4878
 
4879
  # Moldova
4880
- #: ../../admin/view/wp-slimstat-reports.php:1054
4881
  msgid "c-md"
4882
  msgstr "Moldova"
4883
 
4884
  # Mongolia
4885
- #: ../../admin/view/wp-slimstat-reports.php:1054
4886
  msgid "c-mn"
4887
  msgstr "Mongolia"
4888
 
4889
  # Montenegro
4890
- #: ../../admin/view/wp-slimstat-reports.php:1054
4891
  msgid "c-me"
4892
  msgstr "Montenegro"
4893
 
4894
  # Montserrat
4895
- #: ../../admin/view/wp-slimstat-reports.php:1054
4896
  msgid "c-ms"
4897
  msgstr "Montserrat"
4898
 
4899
  # Morocco
4900
- #: ../../admin/view/wp-slimstat-reports.php:1054
4901
  msgid "c-ma"
4902
  msgstr "Morocco"
4903
 
4904
  # Mozambique
4905
- #: ../../admin/view/wp-slimstat-reports.php:1054
4906
  msgid "c-mz"
4907
  msgstr "Mozambique"
4908
 
4909
  # Myanmar
4910
- #: ../../admin/view/wp-slimstat-reports.php:1054
4911
  msgid "c-mm"
4912
  msgstr "Myanmar"
4913
 
4914
  # Namibia
4915
- #: ../../admin/view/wp-slimstat-reports.php:1054
4916
  msgid "c-na"
4917
  msgstr "Namibia"
4918
 
4919
  # Nepal
4920
- #: ../../admin/view/wp-slimstat-reports.php:1054
4921
  msgid "c-np"
4922
  msgstr "Nepal"
4923
 
4924
  # Netherlands
4925
- #: ../../admin/view/wp-slimstat-reports.php:1054
4926
  msgid "c-nl"
4927
  msgstr "Netherlands"
4928
 
4929
  # New Caledonia
4930
- #: ../../admin/view/wp-slimstat-reports.php:1054
4931
  msgid "c-nc"
4932
  msgstr "New Caledonia"
4933
 
4934
  # New Zealand
4935
- #: ../../admin/view/wp-slimstat-reports.php:1054
4936
  msgid "c-nz"
4937
  msgstr "New Zealand"
4938
 
4939
  # Nicaragua
4940
- #: ../../admin/view/wp-slimstat-reports.php:1054
4941
  msgid "c-ni"
4942
  msgstr "Nicaragua"
4943
 
4944
  # Niger
4945
- #: ../../admin/view/wp-slimstat-reports.php:1054
4946
  msgid "c-ne"
4947
  msgstr "Niger"
4948
 
4949
  # Nigeria
4950
- #: ../../admin/view/wp-slimstat-reports.php:1054
4951
  msgid "c-ng"
4952
  msgstr "Nigeria"
4953
 
4954
  # Norway
4955
- #: ../../admin/view/wp-slimstat-reports.php:1054
4956
  msgid "c-no"
4957
  msgstr "Norway"
4958
 
4959
  # Oman
4960
- #: ../../admin/view/wp-slimstat-reports.php:1054
4961
  msgid "c-om"
4962
  msgstr "Oman"
4963
 
4964
  # Pakistan
4965
- #: ../../admin/view/wp-slimstat-reports.php:1054
4966
  msgid "c-pk"
4967
  msgstr "Pakistan"
4968
 
4969
  # Palau
4970
- #: ../../admin/view/wp-slimstat-reports.php:1054
4971
  msgid "c-pw"
4972
  msgstr "Palau"
4973
 
4974
  # Occupied Palestinian Territory
4975
- #: ../../admin/view/wp-slimstat-reports.php:1054
4976
  msgid "c-ps"
4977
  msgstr "Occupied Palestinian Territory"
4978
 
4979
  # Panama
4980
- #: ../../admin/view/wp-slimstat-reports.php:1054
4981
  msgid "c-pa"
4982
  msgstr "Panama"
4983
 
4984
  # Papua New Guinea
4985
- #: ../../admin/view/wp-slimstat-reports.php:1054
4986
  msgid "c-pg"
4987
  msgstr "Papua New Guinea"
4988
 
4989
  # Paraguay
4990
- #: ../../admin/view/wp-slimstat-reports.php:1054
4991
  msgid "c-py"
4992
  msgstr "Paraguay"
4993
 
4994
  # Peru
4995
- #: ../../admin/view/wp-slimstat-reports.php:1054
4996
  msgid "c-pe"
4997
  msgstr "Peru"
4998
 
4999
  # Philippines
5000
- #: ../../admin/view/wp-slimstat-reports.php:1054
5001
  msgid "c-ph"
5002
  msgstr "Philippines"
5003
 
5004
  # Poland
5005
- #: ../../admin/view/wp-slimstat-reports.php:1054
5006
  msgid "c-pl"
5007
  msgstr "Poland"
5008
 
5009
  # Portugal
5010
- #: ../../admin/view/wp-slimstat-reports.php:1054
5011
  msgid "c-pt"
5012
  msgstr "Portugal"
5013
 
5014
  # Puerto Rico
5015
- #: ../../admin/view/wp-slimstat-reports.php:1054
5016
  msgid "c-pr"
5017
  msgstr "Puerto Rico"
5018
 
5019
  # Qatar
5020
- #: ../../admin/view/wp-slimstat-reports.php:1054
5021
  msgid "c-qa"
5022
  msgstr "Qatar"
5023
 
5024
  # Réunion
5025
- #: ../../admin/view/wp-slimstat-reports.php:1054
5026
  msgid "c-re"
5027
  msgstr "Réunion"
5028
 
5029
  # Romania
5030
- #: ../../admin/view/wp-slimstat-reports.php:1054
5031
  msgid "c-ro"
5032
  msgstr "Romania"
5033
 
5034
  # Russian Federation
5035
- #: ../../admin/view/wp-slimstat-reports.php:1054
5036
  msgid "c-ru"
5037
  msgstr "Russian Federation"
5038
 
5039
  # Rwanda
5040
- #: ../../admin/view/wp-slimstat-reports.php:1054
5041
  msgid "c-rw"
5042
  msgstr "Rwanda"
5043
 
5044
  # Saint Kitts and Nevis
5045
- #: ../../admin/view/wp-slimstat-reports.php:1054
5046
  msgid "c-kn"
5047
  msgstr "Saint Kitts and Nevis"
5048
 
5049
  # Saint Lucia
5050
- #: ../../admin/view/wp-slimstat-reports.php:1054
5051
  msgid "c-lc"
5052
  msgstr "Saint Lucia"
5053
 
5054
  # Saint Martin
5055
- #: ../../admin/view/wp-slimstat-reports.php:1054
5056
  msgid "c-mf"
5057
  msgstr "Saint Martin"
5058
 
5059
  # Saint Vincent and the Grenadines
5060
- #: ../../admin/view/wp-slimstat-reports.php:1054
5061
  msgid "c-vc"
5062
  msgstr "Saint Vincent and the Grenadines"
5063
 
5064
  # Samoa
5065
- #: ../../admin/view/wp-slimstat-reports.php:1054
5066
  msgid "c-ws"
5067
  msgstr "Samoa"
5068
 
5069
  # Sao Tome and Principe
5070
- #: ../../admin/view/wp-slimstat-reports.php:1054
5071
  msgid "c-st"
5072
  msgstr "Sao Tome and Principe"
5073
 
5074
  # Saudi Arabia
5075
- #: ../../admin/view/wp-slimstat-reports.php:1054
5076
  msgid "c-sa"
5077
  msgstr "Saudi Arabia"
5078
 
5079
  # Senegal
5080
- #: ../../admin/view/wp-slimstat-reports.php:1054
5081
  msgid "c-sn"
5082
  msgstr "Senegal"
5083
 
5084
  # Serbia
5085
- #: ../../admin/view/wp-slimstat-reports.php:1054
5086
  msgid "c-rs"
5087
  msgstr "Serbia"
5088
 
5089
  # Sierra Leone
5090
- #: ../../admin/view/wp-slimstat-reports.php:1054
5091
  msgid "c-sl"
5092
  msgstr "Sierra Leone"
5093
 
5094
  # Singapore
5095
- #: ../../admin/view/wp-slimstat-reports.php:1054
5096
  msgid "c-sg"
5097
  msgstr "Singapore"
5098
 
5099
  # Slovakia
5100
- #: ../../admin/view/wp-slimstat-reports.php:1054
5101
  msgid "c-sk"
5102
  msgstr "Slovakia"
5103
 
5104
  # Slovenia
5105
- #: ../../admin/view/wp-slimstat-reports.php:1054
5106
  msgid "c-si"
5107
  msgstr "Slovenia"
5108
 
5109
  # Solomon Islands
5110
- #: ../../admin/view/wp-slimstat-reports.php:1054
5111
  msgid "c-sb"
5112
  msgstr "Solomon Islands"
5113
 
5114
  # Somalia
5115
- #: ../../admin/view/wp-slimstat-reports.php:1054
5116
  msgid "c-so"
5117
  msgstr "Somalia"
5118
 
5119
  # South Africa
5120
- #: ../../admin/view/wp-slimstat-reports.php:1054
5121
  msgid "c-za"
5122
  msgstr "South Africa"
5123
 
5124
  # South Georgia and the South Sandwich Islands
5125
- #: ../../admin/view/wp-slimstat-reports.php:1054
5126
  msgid "c-gs"
5127
  msgstr "South Georgia and the South Sandwich Islands"
5128
 
5129
  # Spain
5130
- #: ../../admin/view/wp-slimstat-reports.php:1054
5131
  msgid "c-es"
5132
  msgstr "Spain"
5133
 
5134
  # Sri Lanka
5135
- #: ../../admin/view/wp-slimstat-reports.php:1054
5136
  msgid "c-lk"
5137
  msgstr "Sri Lanka"
5138
 
5139
  # Seychelles
5140
- #: ../../admin/view/wp-slimstat-reports.php:1054
5141
  msgid "c-sc"
5142
  msgstr "Seychelles"
5143
 
5144
  # Sudan
5145
- #: ../../admin/view/wp-slimstat-reports.php:1054
5146
  msgid "c-sd"
5147
  msgstr "Sudan"
5148
 
5149
- #: ../../admin/view/wp-slimstat-reports.php:1054
5150
  msgid "c-ss"
5151
  msgstr "c-ss"
5152
 
5153
  # Suriname
5154
- #: ../../admin/view/wp-slimstat-reports.php:1054
5155
  msgid "c-sr"
5156
  msgstr "Suriname"
5157
 
5158
  # Svalbard and Jan Mayen
5159
- #: ../../admin/view/wp-slimstat-reports.php:1054
5160
  msgid "c-sj"
5161
  msgstr "Svalbard and Jan Mayen"
5162
 
5163
  # Swaziland
5164
- #: ../../admin/view/wp-slimstat-reports.php:1054
5165
  msgid "c-sz"
5166
  msgstr "Swaziland"
5167
 
5168
  # Sweden
5169
- #: ../../admin/view/wp-slimstat-reports.php:1054
5170
  msgid "c-se"
5171
  msgstr "Sweden"
5172
 
5173
  # Switzerland
5174
- #: ../../admin/view/wp-slimstat-reports.php:1054
5175
  msgid "c-ch"
5176
  msgstr "Switzerland"
5177
 
5178
  # Syrian Arab Republic
5179
- #: ../../admin/view/wp-slimstat-reports.php:1054
5180
  msgid "c-sy"
5181
  msgstr "Syrian Arab Republic"
5182
 
5183
  # Taiwan, Province of China
5184
- #: ../../admin/view/wp-slimstat-reports.php:1054
5185
  msgid "c-tw"
5186
  msgstr "Taiwan, Province of China"
5187
 
5188
  # Tajikistan
5189
- #: ../../admin/view/wp-slimstat-reports.php:1054
5190
  msgid "c-tj"
5191
  msgstr "Tajikistan"
5192
 
5193
  # United Republic of Tanzania
5194
- #: ../../admin/view/wp-slimstat-reports.php:1054
5195
  msgid "c-tz"
5196
  msgstr "United Republic of Tanzania"
5197
 
5198
  # Thailand
5199
- #: ../../admin/view/wp-slimstat-reports.php:1054
5200
  msgid "c-th"
5201
  msgstr "Thailand"
5202
 
5203
  # Timor-Leste
5204
- #: ../../admin/view/wp-slimstat-reports.php:1054
5205
  msgid "c-tl"
5206
  msgstr "Timor-Leste"
5207
 
5208
  # Togo
5209
- #: ../../admin/view/wp-slimstat-reports.php:1054
5210
  msgid "c-tg"
5211
  msgstr "Togo"
5212
 
5213
  # Tonga
5214
- #: ../../admin/view/wp-slimstat-reports.php:1054
5215
  msgid "c-to"
5216
  msgstr "Tonga"
5217
 
5218
  # Trinidad and Tobago
5219
- #: ../../admin/view/wp-slimstat-reports.php:1054
5220
  msgid "c-tt"
5221
  msgstr "Trinidad and Tobago"
5222
 
5223
  # Tunisia
5224
- #: ../../admin/view/wp-slimstat-reports.php:1054
5225
  msgid "c-tn"
5226
  msgstr "Tunisia"
5227
 
5228
  # Turkey
5229
- #: ../../admin/view/wp-slimstat-reports.php:1054
5230
  msgid "c-tr"
5231
  msgstr "Turkey"
5232
 
5233
  # Turkmenistan
5234
- #: ../../admin/view/wp-slimstat-reports.php:1054
5235
  msgid "c-tm"
5236
  msgstr "Turkmenistan"
5237
 
5238
  # Turks and Caicos Islands
5239
- #: ../../admin/view/wp-slimstat-reports.php:1054
5240
  msgid "c-tc"
5241
  msgstr "Turks and Caicos Islands"
5242
 
5243
  # Uganda
5244
- #: ../../admin/view/wp-slimstat-reports.php:1054
5245
  msgid "c-ug"
5246
  msgstr "Uganda"
5247
 
5248
  # Ukraine
5249
- #: ../../admin/view/wp-slimstat-reports.php:1054
5250
  msgid "c-ua"
5251
  msgstr "Ukraine"
5252
 
5253
  # United Arab Emirates
5254
- #: ../../admin/view/wp-slimstat-reports.php:1054
5255
  msgid "c-ae"
5256
  msgstr "United Arab Emirates"
5257
 
5258
  # United Kingdom
5259
- #: ../../admin/view/wp-slimstat-reports.php:1054
5260
  msgid "c-gb"
5261
  msgstr "United Kingdom"
5262
 
5263
  # United States
5264
- #: ../../admin/view/wp-slimstat-reports.php:1054
5265
  msgid "c-us"
5266
  msgstr "United States"
5267
 
5268
  # Uruguay
5269
- #: ../../admin/view/wp-slimstat-reports.php:1054
5270
  msgid "c-uy"
5271
  msgstr "Uruguay"
5272
 
5273
  # Uzbekistan
5274
- #: ../../admin/view/wp-slimstat-reports.php:1054
5275
  msgid "c-uz"
5276
  msgstr "Uzbekistan"
5277
 
5278
  # Vanuatu
5279
- #: ../../admin/view/wp-slimstat-reports.php:1054
5280
  msgid "c-vu"
5281
  msgstr "Vanuatu"
5282
 
5283
  # Venezuela
5284
- #: ../../admin/view/wp-slimstat-reports.php:1054
5285
  msgid "c-ve"
5286
  msgstr "Venezuela"
5287
 
5288
  # Viet Nam
5289
- #: ../../admin/view/wp-slimstat-reports.php:1054
5290
  msgid "c-vn"
5291
  msgstr "Viet Nam"
5292
 
5293
  # British Virgin Islands
5294
- #: ../../admin/view/wp-slimstat-reports.php:1054
5295
  msgid "c-vg"
5296
  msgstr "British Virgin Islands"
5297
 
5298
  # U.S. Virgin Islands
5299
- #: ../../admin/view/wp-slimstat-reports.php:1054
5300
  msgid "c-vi"
5301
  msgstr "U.S. Virgin Islands"
5302
 
5303
  # Western Sahara
5304
- #: ../../admin/view/wp-slimstat-reports.php:1054
5305
  msgid "c-eh"
5306
  msgstr "Western Sahara"
5307
 
5308
  # Yemen
5309
- #: ../../admin/view/wp-slimstat-reports.php:1054
5310
  msgid "c-ye"
5311
  msgstr "Yemen"
5312
 
5313
  # Zambia
5314
- #: ../../admin/view/wp-slimstat-reports.php:1054
5315
  msgid "c-zm"
5316
  msgstr "Zambia"
5317
 
5318
  # Zimbabwe
5319
- #: ../../admin/view/wp-slimstat-reports.php:1054
5320
  msgid "c-zw"
5321
  msgstr "Zimbabwe"
5322
 
5323
  # Guernsey
5324
- #: ../../admin/view/wp-slimstat-reports.php:1054
5325
  msgid "c-gg"
5326
  msgstr "Guernsey"
5327
 
5328
  # Jersey
5329
- #: ../../admin/view/wp-slimstat-reports.php:1054
5330
  msgid "c-je"
5331
  msgstr "Jersey"
5332
 
5333
  # Isle of Man
5334
- #: ../../admin/view/wp-slimstat-reports.php:1054
5335
  msgid "c-im"
5336
  msgstr "Isle of Man"
5337
 
5338
  # Maldives
5339
- #: ../../admin/view/wp-slimstat-reports.php:1054
5340
  msgid "c-mv"
5341
  msgstr "Maldives"
5342
 
5343
  # European Union
5344
- #: ../../admin/view/wp-slimstat-reports.php:1055
5345
  msgid "c-eu"
5346
  msgstr "European Union"
5347
 
5348
- #: ../../admin/view/wp-slimstat-reports.php:1144
5349
  msgid ""
5350
  "This value includes not only posts, but also custom post types, regardless "
5351
  "of their status"
@@ -5353,101 +5163,131 @@ msgstr ""
5353
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
5354
  "personalizados, sin importar su estado"
5355
 
5356
- #: ../../admin/view/wp-slimstat-reports.php:1145
5357
  #, fuzzy
5358
  msgid "Content Items"
5359
  msgstr "Contenido"
5360
 
5361
- #: ../../admin/view/wp-slimstat-reports.php:1146
5362
  #, fuzzy
5363
  msgid "Total Comments"
5364
  msgstr "Total de Accesos"
5365
 
5366
- #: ../../admin/view/wp-slimstat-reports.php:1147
5367
  msgid "Pingbacks"
5368
  msgstr "Pingbacks"
5369
 
5370
- #: ../../admin/view/wp-slimstat-reports.php:1148
5371
  msgid "Trackbacks"
5372
  msgstr "Trackbacks"
5373
 
5374
- #: ../../admin/view/wp-slimstat-reports.php:1149
5375
  msgid "Avg Comments Per Post"
5376
  msgstr "Promedio de Comentarios por Publicación"
5377
 
5378
- #: ../../admin/view/wp-slimstat-reports.php:1150
5379
  msgid "Avg Posts Per Day"
5380
  msgstr "Promedio de Publicaciones por Día"
5381
 
5382
- #: ../../admin/view/wp-slimstat-reports.php:1151
5383
  msgid "Avg Server Latency"
5384
  msgstr ""
5385
 
5386
- #: ../../admin/view/wp-slimstat-reports.php:1152
5387
  #, fuzzy
5388
  msgid "Avg Page Load Time"
5389
  msgstr "Promedio Paginas Visitadas"
5390
 
5391
- #: ../../admin/view/wp-slimstat-reports.php:1183
5392
- msgid "Domains"
5393
- msgstr "Dominios"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5394
 
5395
- #: ../../admin/wp-slimstat-admin.php:584 ../../admin/wp-slimstat-admin.php:595
5396
- #: ../../admin/wp-slimstat-admin.php:597
5397
  #, fuzzy
5398
  msgid "SlimStat"
5399
  msgstr "Acerca de WP-SlimStat"
5400
 
5401
- #: ../../admin/wp-slimstat-admin.php:679
 
 
 
 
 
5402
  #, fuzzy
5403
  msgid "Pageviews in the last "
5404
  msgstr "Visitas a la página en los últimos 365 días"
5405
 
5406
- #: ../../admin/wp-slimstat-admin.php:682
5407
  #, fuzzy
5408
  msgid "Unique IPs in the last "
5409
  msgstr "Únicamente interno"
5410
 
5411
- #: ../../admin/wp-slimstat-admin.php:721
5412
  msgid "Show on screen"
5413
  msgstr "Mostrar en pantalla"
5414
 
5415
- #: ../../admin/wp-slimstat-admin.php:799
5416
  msgid "Already saved"
5417
  msgstr ""
5418
 
5419
- #: ../../admin/wp-slimstat-admin.php:807
5420
  msgid "Saved"
5421
  msgstr ""
5422
 
5423
- #: ../../admin/wp-slimstat-admin.php:826
5424
  #, fuzzy
5425
  msgid "Delete this filter"
5426
  msgstr "Filtrar páginas visitadas dondé:"
5427
 
5428
- #: ../../admin/wp-slimstat-admin.php:870
5429
  msgid "There was an error updating the following options:"
5430
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5431
 
5432
- #: ../../admin/wp-slimstat-admin.php:873
5433
  #, fuzzy
5434
  msgid "Your changes have been saved."
5435
  msgstr "Sus ajustes se han actualizado correctamente."
5436
 
5437
- #: ../../admin/wp-slimstat-admin.php:896
5438
  msgid "Save Changes"
5439
  msgstr "Guardar los cambios"
5440
 
5441
- #: ../../admin/wp-slimstat-admin.php:912
5442
  msgid "Definitions"
5443
  msgstr "Definiciones"
5444
 
5445
- #: ../../admin/wp-slimstat-admin.php:915
5446
  #, fuzzy
5447
  msgid "Pageview"
5448
  msgstr "Paginas visitadas"
5449
 
5450
- #: ../../admin/wp-slimstat-admin.php:915
5451
  #, fuzzy
5452
  msgid ""
5453
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -5459,12 +5299,12 @@ msgstr ""
5459
  "archivo desde un servidor web. WP SLIMStat registra una visita de página "
5460
  "cada vez que el código de seguimiento se ejecuta"
5461
 
5462
- #: ../../admin/wp-slimstat-admin.php:916
5463
  #, fuzzy
5464
  msgid "(Human) Visit"
5465
  msgstr "Visitas humanas"
5466
 
5467
- #: ../../admin/wp-slimstat-admin.php:916
5468
  msgid ""
5469
  "A period of interaction between a visitor's browser and your website, ending "
5470
  "when the browser is closed or when the user has been inactive on that site "
@@ -5474,7 +5314,7 @@ msgstr ""
5474
  "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
5475
  "en ese sitio durante 30 minutos"
5476
 
5477
- #: ../../admin/wp-slimstat-admin.php:917
5478
  msgid ""
5479
  "Any user who has left a comment on your blog, and is thus identified by "
5480
  "Wordpress as a returning visitor"
@@ -5482,12 +5322,12 @@ msgstr ""
5482
  "Todo usuario que haya dejado un comentario en su blog, por lo que es "
5483
  "identificado por Wordpress como un visitante que regresó"
5484
 
5485
- #: ../../admin/wp-slimstat-admin.php:918
5486
  #, fuzzy
5487
  msgid "Unique IP"
5488
  msgstr "IPs Unicas"
5489
 
5490
- #: ../../admin/wp-slimstat-admin.php:918
5491
  msgid ""
5492
  "Used to differentiate between multiple requests to download a file from one "
5493
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -5500,7 +5340,7 @@ msgstr ""
5500
  "dirección de Internet de donde vino una visita de página, es útil, pero no "
5501
  "es perfecta"
5502
 
5503
- #: ../../admin/wp-slimstat-admin.php:919
5504
  msgid ""
5505
  "the originating IP address of a client connecting to a web server through an "
5506
  "HTTP proxy or load balancer"
@@ -5508,12 +5348,12 @@ msgstr ""
5508
  "dirección IP de origen de un cliente que se conecta a un servidor web a "
5509
  "través de un proxy HTTP o equilibrador de carga"
5510
 
5511
- #: ../../admin/wp-slimstat-admin.php:920
5512
  #, fuzzy
5513
  msgid "Direct Traffic"
5514
  msgstr "Visita Directa"
5515
 
5516
- #: ../../admin/wp-slimstat-admin.php:920
5517
  msgid ""
5518
  "All those people showing up to your Web site by typing in the URL of your "
5519
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -5523,12 +5363,12 @@ msgstr ""
5523
  "URL de su sitio web o que vienen de un favorito, algunas personas también "
5524
  "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
5525
 
5526
- #: ../../admin/wp-slimstat-admin.php:921
5527
  #, fuzzy
5528
  msgid "Search Engine"
5529
  msgstr "Motores de Búsqueda"
5530
 
5531
- #: ../../admin/wp-slimstat-admin.php:921
5532
  msgid ""
5533
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
5534
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -5536,17 +5376,18 @@ msgstr ""
5536
  "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
5537
  "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
5538
 
5539
- #: ../../admin/wp-slimstat-admin.php:922 ../../admin/wp-slimstat-admin.php:938
 
5540
  msgid "Keywords used by your visitors to find your website on a search engine"
5541
  msgstr ""
5542
  "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
5543
  "en un buscador"
5544
 
5545
- #: ../../admin/wp-slimstat-admin.php:923
5546
  msgid "SERP"
5547
  msgstr "SERP"
5548
 
5549
- #: ../../admin/wp-slimstat-admin.php:923
5550
  msgid ""
5551
  "Short for search engine results page, the Web page that a search engine "
5552
  "returns with the results of its search. The value shown represents your rank "
@@ -5557,7 +5398,7 @@ msgstr ""
5557
  "que se muestra representa su rango (o posición) dentro de esa lista de los "
5558
  "resultados"
5559
 
5560
- #: ../../admin/wp-slimstat-admin.php:924
5561
  msgid ""
5562
  "Any program used for accessing a website; this includes browsers, robots, "
5563
  "spiders and any other program that was used to retrieve information from the "
@@ -5567,7 +5408,7 @@ msgstr ""
5567
  "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
5568
  "recuperar información del sitio"
5569
 
5570
- #: ../../admin/wp-slimstat-admin.php:925
5571
  msgid ""
5572
  "A link from one domain to another is said to be outbound from its source "
5573
  "anchor and inbound to its target. This report lists all the links to other "
@@ -5577,27 +5418,27 @@ msgstr ""
5577
  "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
5578
  "enlaces a otros sitios web, seguidos por sus visitantes."
5579
 
5580
- #: ../../admin/wp-slimstat-admin.php:932
5581
  msgid "Basic Filters"
5582
  msgstr "Filtros básicos"
5583
 
5584
- #: ../../admin/wp-slimstat-admin.php:935
5585
  msgid "User agent (Firefox, Chrome, ...)"
5586
  msgstr "Agente usuario(Firefox, Chrome, ...)"
5587
 
5588
- #: ../../admin/wp-slimstat-admin.php:936
5589
  msgid "2-letter code (us, ru, de, it, ...)"
5590
  msgstr "código de 2 letras (eu, ru, de, it, ...)"
5591
 
5592
- #: ../../admin/wp-slimstat-admin.php:937
5593
  msgid "IP"
5594
  msgstr "IP"
5595
 
5596
- #: ../../admin/wp-slimstat-admin.php:937
5597
  msgid "Visitor's public IP address"
5598
  msgstr "Dirección IP pública del visitante"
5599
 
5600
- #: ../../admin/wp-slimstat-admin.php:939
5601
  msgid ""
5602
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
5603
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -5607,7 +5448,7 @@ msgstr ""
5607
  "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
5608
  "(primera columna) para más información"
5609
 
5610
- #: ../../admin/wp-slimstat-admin.php:940
5611
  msgid ""
5612
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
5613
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -5617,15 +5458,15 @@ msgstr ""
5617
  "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
5618
  "\">esta página del manual</a> para obtener más información"
5619
 
5620
- #: ../../admin/wp-slimstat-admin.php:941
5621
  msgid "URL accessed on your site"
5622
  msgstr "URL visitada en su sitio"
5623
 
5624
- #: ../../admin/wp-slimstat-admin.php:942
5625
  msgid "Complete address of the referrer page"
5626
  msgstr "Dirección completa de la página que refiere"
5627
 
5628
- #: ../../admin/wp-slimstat-admin.php:943
5629
  msgid ""
5630
  "Visitors' names according to the cookie set by Wordpress after they leave a "
5631
  "comment"
@@ -5633,15 +5474,15 @@ msgstr ""
5633
  "Nombres de visitantes según la cookie establecida por Wordpress después de "
5634
  "dejar un comentario"
5635
 
5636
- #: ../../admin/wp-slimstat-admin.php:951
5637
  msgid "Advanced Filters"
5638
  msgstr "Filtros avanzados"
5639
 
5640
- #: ../../admin/wp-slimstat-admin.php:954
5641
  msgid "user agent version (9.0, 11, ...)"
5642
  msgstr "versión del agente de usuario (9,0, 11, ...)"
5643
 
5644
- #: ../../admin/wp-slimstat-admin.php:955
5645
  msgid ""
5646
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
5647
  "all others"
@@ -5649,19 +5490,7 @@ msgstr ""
5649
  "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
5650
  "sindicación, 0 =a todos los demás"
5651
 
5652
- #: ../../admin/wp-slimstat-admin.php:956
5653
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
5654
- msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
5655
-
5656
- #: ../../admin/wp-slimstat-admin.php:957
5657
- msgid ""
5658
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
5659
- "values)"
5660
- msgstr ""
5661
- "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros valores "
5662
- "enteros)"
5663
-
5664
- #: ../../admin/wp-slimstat-admin.php:958
5665
  msgid ""
5666
  "this field is set to <em>[pre]</em> if the resource has been accessed "
5667
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -5671,20 +5500,20 @@ msgstr ""
5671
  "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5672
  "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
5673
 
5674
- #: ../../admin/wp-slimstat-admin.php:959
5675
  msgid "author associated to that post/page when the resource was accessed"
5676
  msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
5677
 
5678
- #: ../../admin/wp-slimstat-admin.php:960
5679
  msgid "ID of the category/term associated to the resource, when available"
5680
  msgstr ""
5681
  "ID de la categoría / término asociado al recurso, cuando esté disponible"
5682
 
5683
- #: ../../admin/wp-slimstat-admin.php:961
5684
  msgid "visitor's originating IP address, if available"
5685
  msgstr "dirección IP de origen del visitante, si está disponible"
5686
 
5687
- #: ../../admin/wp-slimstat-admin.php:962
5688
  msgid ""
5689
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5690
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -5698,11 +5527,15 @@ msgstr ""
5698
  "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
5699
  "manual para más información"
5700
 
5701
- #: ../../admin/wp-slimstat-admin.php:963
 
 
 
 
5702
  msgid "viewport width and height (1024x768, 800x600, ...)"
5703
  msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
5704
 
5705
- #: ../../admin/wp-slimstat-admin.php:964
5706
  msgid ""
5707
  "generally used in conjunction with <em>is not empty</em>, identifies human "
5708
  "visitors"
@@ -5710,11 +5543,11 @@ msgstr ""
5710
  "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
5711
  "identifica los visitantes humanos"
5712
 
5713
- #: ../../admin/wp-slimstat-admin.php:965
5714
  msgid "Date Filters"
5715
  msgstr "Filtros de fecha"
5716
 
5717
- #: ../../admin/wp-slimstat-admin.php:965
5718
  msgid ""
5719
  "you can specify the timeframe by entering a number in the <em>interval</em> "
5720
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -5725,11 +5558,11 @@ msgstr ""
5725
  "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
5726
  "año a la fecha)"
5727
 
5728
- #: ../../admin/wp-slimstat-admin.php:966
5729
  msgid "SERP Position"
5730
  msgstr "Posición SERP"
5731
 
5732
- #: ../../admin/wp-slimstat-admin.php:966
5733
  msgid ""
5734
  "set the filter to Referer contains cd=N&, where N is the position you are "
5735
  "looking for"
@@ -5737,111 +5570,287 @@ msgstr ""
5737
  "configurar el filtro para Referer contiene cd=N&, donde N es la posición que "
5738
  "usted está buscando"
5739
 
5740
- #: ../../admin/wp-slimstat-admin.php:993
5741
  msgid "Yes"
5742
  msgstr "Si"
5743
 
5744
- #: ../../admin/wp-slimstat-admin.php:995
5745
  msgid "Site Specific"
5746
  msgstr ""
5747
 
5748
- #: ../../wp-slimstat.php:102
5749
- msgid "Event must be associated to existing pageview"
5750
- msgstr ""
5751
-
5752
- #: ../../wp-slimstat.php:187 ../../wp-slimstat.php:422
5753
  msgid "Pageview filtered by third-party code"
5754
  msgstr ""
5755
 
5756
- #: ../../wp-slimstat.php:204
5757
  #, fuzzy
5758
  msgid "Malformed URL"
5759
  msgstr "Navegadores recientes"
5760
 
5761
- #: ../../wp-slimstat.php:220
5762
  msgid "Referrer is blacklisted"
5763
  msgstr ""
5764
 
5765
- #: ../../wp-slimstat.php:276
5766
  msgid "Permalink is blacklisted"
5767
  msgstr ""
5768
 
5769
- #: ../../wp-slimstat.php:286
5770
- #, fuzzy
5771
- msgid "Empty IP Address"
5772
- msgstr "Dirección IP"
5773
 
5774
- #: ../../wp-slimstat.php:295
5775
  msgid "Logged in user not tracked"
5776
  msgstr ""
5777
 
5778
- #: ../../wp-slimstat.php:303
5779
  msgid "User with given capability not tracked"
5780
  msgstr ""
5781
 
5782
- #: ../../wp-slimstat.php:310
5783
- msgid "User is blacklisted"
5784
- msgstr ""
 
5785
 
5786
- #: ../../wp-slimstat.php:324
5787
- msgid "Spammer not tracked"
5788
- msgstr ""
 
5789
 
5790
- #: ../../wp-slimstat.php:355
5791
- msgid "IP Address is blacklisted"
5792
- msgstr ""
 
5793
 
5794
- #: ../../wp-slimstat.php:373
5795
- msgid "Country is blacklisted"
5796
- msgstr ""
 
5797
 
5798
- #: ../../wp-slimstat.php:382
5799
  #, fuzzy
5800
  msgid "Prefetch requests are ignored"
5801
  msgstr "Ignorar PPeticiones Prefetch"
5802
 
5803
- #: ../../wp-slimstat.php:396
5804
  #, fuzzy
5805
  msgid "Bot not tracked"
5806
  msgstr "Bot o Crawler"
5807
 
5808
- #: ../../wp-slimstat.php:405
5809
- #, fuzzy
5810
- msgid "Browser is blacklisted"
5811
  msgstr "Navegador"
5812
 
5813
- #: ../../wp-slimstat.php:438
5814
- #, fuzzy
5815
- msgid "Database not ready"
5816
- msgstr "Información Base de datos"
5817
-
5818
- #: ../../wp-slimstat.php:1046
5819
- msgid "Missing payload string"
5820
- msgstr ""
5821
-
5822
- #: ../../wp-slimstat.php:1056
5823
- msgid "Invalid data signature (ci)"
5824
  msgstr ""
5825
 
5826
- #: ../../wp-slimstat.php:1066
5827
- msgid "Invalid data signature (id)"
5828
  msgstr ""
5829
 
5830
- #: ../../wp-slimstat.php:1157
5831
  #, fuzzy
5832
  msgid "There was an error downloading the MaxMind Geolite DB:"
5833
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5834
 
5835
- #: ../../wp-slimstat.php:1161
5836
  #, fuzzy
5837
- msgid "There was an error opening the zipped MaxMind Geolite DB"
5838
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5839
 
5840
- #: ../../wp-slimstat.php:1165
 
 
 
 
5841
  #, fuzzy
5842
- msgid "There was an error opening the unzipped MaxMind Geolite DB"
5843
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5844
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5845
  #~ msgid "Views"
5846
  #~ msgstr "Vistas"
5847
 
@@ -5868,10 +5877,6 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
5868
  #~ msgid "Performance"
5869
  #~ msgstr "Rendimiento"
5870
 
5871
- #, fuzzy
5872
- #~ msgid "Open this outbound link in a new window"
5873
- #~ msgstr "Abrir %s en una nueva ventana"
5874
-
5875
  #, fuzzy
5876
  #~ msgid "Top Landing Pages"
5877
  #~ msgstr "Principales Páginas de Salida"
@@ -7264,10 +7269,6 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
7264
  #~ msgid "Top Languages - Just Visitors"
7265
  #~ msgstr "Idiomas - Solo Visitantes"
7266
 
7267
- #, fuzzy
7268
- #~ msgid "Top Downloads"
7269
- #~ msgstr "Descargas Recientes"
7270
-
7271
  #~ msgid "darwin"
7272
  #~ msgstr "Darwin"
7273
 
@@ -7557,15 +7558,9 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
7557
  #~ msgid "Hourly Traffic Sources"
7558
  #~ msgstr "Origen del Tráfico"
7559
 
7560
- #~ msgid "On"
7561
- #~ msgstr "El"
7562
-
7563
  #~ msgid "Last Month"
7564
  #~ msgstr "Último Mes"
7565
 
7566
- #~ msgid "Dashboard"
7567
- #~ msgstr "Sumario"
7568
-
7569
  #~ msgid "Raw Data"
7570
  #~ msgstr "Detalle de Datos"
7571
 
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-15 23:00-0500\n"
6
+ "PO-Revision-Date: 2015-06-15 23:00-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
32
  "Se produjo un error decodificando la lista de complementos desde el "
33
  "servidor. Por favor, inténtelo de nuevo más tarde."
34
 
35
+ #: ../../admin/config/addons.php:32 ../../admin/config/index.php:9
36
+ #: ../../admin/wp-slimstat-admin.php:642 ../../admin/wp-slimstat-admin.php:657
37
+ #: ../../wp-slimstat.php:1734
38
  msgid "Add-ons"
39
  msgstr "Añadidos"
40
 
41
+ #: ../../admin/config/addons.php:33
42
  #, fuzzy
43
  msgid ""
44
  "Add-ons extend the functionality of Slimstat in many interesting ways. We "
56
  "disponible, por favor introduzca la clave<strong> de licencia </strong> que "
57
  "recibió cuando compró."
58
 
59
+ #: ../../admin/config/addons.php:37
60
  #, php-format
61
  msgid ""
62
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
63
  "\">click here</a> to clear the cache."
64
  msgstr ""
65
 
66
+ #: ../../admin/config/addons.php:46
67
  msgid "Add-on"
68
  msgstr "Añadido"
69
 
70
+ #: ../../admin/config/addons.php:46
71
  msgid "Description"
72
  msgstr "Descripción"
73
 
75
  msgid "General"
76
  msgstr "General"
77
 
78
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:49
79
+ #: ../../admin/config/index.php:147
80
  #, fuzzy
81
  msgid "Reports"
82
  msgstr "Informes Personalizados"
83
 
84
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:74
85
  msgid "Filters"
86
  msgstr "Filtros"
87
 
88
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:145
89
  #, fuzzy
90
  msgid "Permissions"
91
  msgstr "Enlace Permanente"
92
 
93
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
94
  msgid "Advanced"
95
  msgstr "Avanzados"
96
 
97
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:253
98
  msgid "Maintenance"
99
  msgstr "Mantenimiento"
100
 
101
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:152
102
+ #: ../../admin/wp-slimstat-admin.php:683 ../../admin/wp-slimstat-admin.php:685
103
+ #: ../../wp-slimstat.php:1737
104
  #, fuzzy
105
  msgid "Settings"
106
  msgstr "Seleccionar orden"
107
 
108
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:227
109
  msgid "Tracker"
110
  msgstr "Rastreador"
111
 
112
  #: ../../admin/config/index.php:21
113
+ #, fuzzy
114
+ msgid "Tracking"
115
+ msgstr "Seguimiento Activo"
116
 
117
  #: ../../admin/config/index.php:21
118
  #, fuzzy
121
  "Activar el rastreador de encendido o apagado, pero conserve los informes "
122
  "accesibles (que no tendría, si desactivó el plugin)."
123
 
124
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
125
+ msgid "On"
126
+ msgstr "El"
127
+
128
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
129
+ msgid "Off"
130
+ msgstr ""
131
+
132
  #: ../../admin/config/index.php:22
133
  #, fuzzy
134
+ msgid "Admin Pages"
135
  msgstr "Principales Páginas de Salida"
136
 
137
  #: ../../admin/config/index.php:22
140
  "Habilite esta opción para realizar un seguimiento de la actividad de sus "
141
  "usuarios dentro de la administración."
142
 
143
+ #: ../../admin/config/index.php:22
144
+ #, fuzzy
145
+ msgid "Track"
146
+ msgstr "Rastreador"
147
+
148
+ #: ../../admin/config/index.php:22
149
+ #, fuzzy
150
+ msgid "Do not track"
151
+ msgstr "Bot o Crawler"
152
+
153
  #: ../../admin/config/index.php:23
154
+ msgid "Stealth Mode"
155
+ msgstr ""
156
 
157
  #: ../../admin/config/index.php:23
158
+ #, fuzzy
159
  msgid ""
160
  "Collect information about screen resolutions, outbound links, downloads, "
161
  "etc. If Tracking Mode is set to Javascript, this data will be tracked "
162
+ "regardless of which value you set for this option. In Accurate mode, this "
163
+ "option will remove the tracking code from your pages' source code."
164
  msgstr ""
165
  "Recoger información sobre las resoluciones de pantalla, enlaces salientes, "
166
  "descargas, etc. Si el modo de seguimiento se establece en Javascript, estos "
174
  #: ../../admin/config/index.php:24
175
  #, fuzzy
176
  msgid ""
177
+ "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
178
+ "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
179
+ "like Google Analytics, and visitors whose browser does not support "
180
  "Javascript will be ignored. A nice side effect is that <strong>most "
181
  "spammers, search engines and other crawlers</strong> will not be tracked."
182
  msgstr ""
188
  "strong> no serán registrados."
189
 
190
  #: ../../admin/config/index.php:24
191
+ msgid "Client"
192
+ msgstr ""
193
 
194
  #: ../../admin/config/index.php:24
195
+ #, fuzzy
196
+ msgid "Server"
197
  msgstr "Del lado del servidor"
198
 
199
  #: ../../admin/config/index.php:26
223
 
224
  #: ../../admin/config/index.php:28
225
  #, fuzzy
226
+ msgid "Posts and Pages"
227
  msgstr "Añadir columna a Publicaciones"
228
 
229
  #: ../../admin/config/index.php:28
237
 
238
  #: ../../admin/config/index.php:29
239
  #, fuzzy
240
+ msgid "Dashboard Widgets"
241
+ msgstr "Sumario"
242
 
243
  #: ../../admin/config/index.php:29
244
  msgid ""
245
+ "Choose if you want to have the most important reports on your WordPress "
246
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
247
+ msgstr ""
248
+
249
+ #: ../../admin/config/index.php:30
250
+ #, fuzzy
251
+ msgid "Report Interval"
252
+ msgstr "Únicamente interno"
253
+
254
+ #: ../../admin/config/index.php:30
255
+ msgid ""
256
  "Enter the time range, in days, that should be used to calculate the value "
257
  "here above."
258
  msgstr ""
259
 
260
+ #: ../../admin/config/index.php:31
261
  #, fuzzy
262
  msgid "Report Type"
263
  msgstr "Informes Personalizados"
264
 
265
+ #: ../../admin/config/index.php:31
266
  msgid ""
267
  "Select what kind of information you would like to see displayed on the Posts "
268
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
269
  "IPs consider only one hit per user in the given time range."
270
  msgstr ""
271
 
272
+ #: ../../admin/config/index.php:31 ../../admin/view/wp-slimstat-reports.php:90
273
+ #: ../../admin/view/wp-slimstat-reports.php:1052
274
+ #: ../../admin/view/wp-slimstat-reports.php:1196
275
+ #: ../../admin/view/wp-slimstat-reports.php:1321
276
  msgid "Pageviews"
277
  msgstr "Paginas visitadas"
278
 
279
+ #: ../../admin/config/index.php:31
280
+ #: ../../admin/view/wp-slimstat-reports.php:1052
281
+ #: ../../admin/view/wp-slimstat-reports.php:1057
282
+ #: ../../admin/view/wp-slimstat-reports.php:1062
283
+ #: ../../admin/view/wp-slimstat-reports.php:1203
284
+ #: ../../admin/view/wp-slimstat-reports.php:1240
285
  msgid "Unique IPs"
286
  msgstr "IPs Unicas"
287
 
288
  #: ../../admin/config/index.php:32
289
+ #, fuzzy
290
+ msgid "Hide Add-ons"
291
+ msgstr "Añadidos"
292
+
293
+ #: ../../admin/config/index.php:32
294
+ msgid ""
295
+ "Enable this option to hide all your <strong>active</strong> premium add-ons "
296
+ "from the list of plugins in WordPress. Please note that you will still "
297
+ "receive updates for hidden add-ons."
298
+ msgstr ""
299
+
300
+ #: ../../admin/config/index.php:34
301
  msgid "Database"
302
  msgstr "Base de datos"
303
 
304
+ #: ../../admin/config/index.php:35
305
  msgid "Retain data for"
306
  msgstr "Conservar los datos durante"
307
 
308
+ #: ../../admin/config/index.php:35
309
  #, fuzzy
310
  msgid ""
311
  "Clean-up log entries older than the number of days specified here above. "
316
  "aquí arriba. Introduzca <strong> 0 </strong> (número cero) si desea "
317
  "conservar sus datos independientemente de su edad."
318
 
319
+ #: ../../admin/config/index.php:35
320
  msgid "Next clean-up on"
321
  msgstr "Siguiente limpieza en"
322
 
323
+ #: ../../admin/config/index.php:35
324
  #, fuzzy, php-format
325
  msgid ""
326
  "Entries logged on or before %s will be archived or deleted according to the "
329
  "Los comentarios registrados en o antes del %s se eliminarán de forma "
330
  "permanente."
331
 
332
+ #: ../../admin/config/index.php:35 ../../admin/view/index.php:102
333
+ #: ../../admin/view/wp-slimstat-db.php:74
334
+ #: ../../admin/view/wp-slimstat-reports.php:1183
 
335
  msgid "days"
336
  msgstr "dias"
337
 
338
+ #: ../../admin/config/index.php:36
339
  #, fuzzy
340
  msgid "Delete records"
341
  msgstr "Palabras clave"
342
 
343
+ #: ../../admin/config/index.php:36
344
  msgid ""
345
  "If DB space is not an issue, you can decide to archive older records in "
346
  "another table, instead of deleting them. This way performance is preserved, "
350
  "is uninstalled. Make sure to backup your data before you proceed."
351
  msgstr ""
352
 
353
+ #: ../../admin/config/index.php:51
354
  msgid "Formats and Conversions"
355
  msgstr ""
356
 
357
+ #: ../../admin/config/index.php:52
358
  msgid "Number Format"
359
  msgstr "Formato de número"
360
 
361
+ #: ../../admin/config/index.php:52
362
  #, fuzzy
363
  msgid "Choose the number format you want to use for your reports."
364
  msgstr ""
365
  "Seleccione el formato de número que desea utilizar para sus informes, "
366
  "europeos o americanos."
367
 
368
+ #: ../../admin/config/index.php:53
369
  #, fuzzy
370
  msgid "Date Format"
371
  msgstr "Fecha y hora"
372
 
373
+ #: ../../admin/config/index.php:53
374
  msgid ""
375
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
376
  "Format</a> to use when displaying a pageview's date."
377
  msgstr ""
378
 
379
+ #: ../../admin/config/index.php:54
380
  #, fuzzy
381
  msgid "Time Format"
382
  msgstr "Formato de número"
383
 
384
+ #: ../../admin/config/index.php:54
385
  msgid ""
386
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
387
  "Format</a> to use when displaying a pageview's time."
388
  msgstr ""
389
 
390
+ #: ../../admin/config/index.php:55
391
  #, fuzzy
392
  msgid "Use Display Name"
393
  msgstr "Mostrar Nombre para mostrar"
394
 
395
+ #: ../../admin/config/index.php:55
396
  msgid ""
397
  "By default, users are listed by their usernames. Use this option to "
398
  "visualize their display names instead."
401
  "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
402
  "lugar."
403
 
404
+ #: ../../admin/config/index.php:56
405
  #, fuzzy
406
+ msgid "Use Titles"
407
  msgstr "Mostrar Títulos"
408
 
409
+ #: ../../admin/config/index.php:56
410
  #, fuzzy
411
  msgid ""
412
+ "Slimstat converts your permalinks into post, page and category titles. "
413
+ "Disable this feature if you need to see the URL in your reports."
414
  msgstr ""
415
  "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
416
  "páginas. Desactive esta función si necesita ver la URL en sus informes."
417
 
418
+ #: ../../admin/config/index.php:57
419
  msgid "Convert IP Addresses"
420
  msgstr "Convertir Direcciones IP"
421
 
422
+ #: ../../admin/config/index.php:57
423
  msgid "Display provider names instead of IP addresses."
424
  msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
425
 
426
+ #: ../../admin/config/index.php:59
427
  msgid "Functionality"
428
  msgstr "Funcionalidad"
429
 
430
+ #: ../../admin/config/index.php:60
 
 
 
 
 
 
 
 
 
 
 
 
431
  msgid "SlimScroll"
432
  msgstr ""
433
 
434
+ #: ../../admin/config/index.php:60
435
  msgid ""
436
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
437
  "scrollbar."
438
  msgstr ""
439
 
440
+ #: ../../admin/config/index.php:61
441
  msgid "Expand Details"
442
  msgstr "Expandir Detalles"
443
 
444
+ #: ../../admin/config/index.php:61
445
  msgid "Expand each row's details by default, insted of on mousehover."
446
  msgstr ""
447
  "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
448
 
449
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:66
450
  #, fuzzy
451
  msgid "Rows to Display"
452
  msgstr "No hay datos que mostrar"
453
 
454
+ #: ../../admin/config/index.php:62
455
  msgid "Specify the number of items in each report."
456
  msgstr "Especifique el número de elementos en cada informe."
457
 
458
+ #: ../../admin/config/index.php:64
459
  msgid "Activity Log"
460
  msgstr "Bitácora de actividades"
461
 
462
+ #: ../../admin/config/index.php:65
463
  msgid "Live Stream"
464
  msgstr "Transmisión en Vivo"
465
 
466
+ #: ../../admin/config/index.php:65
467
  #, fuzzy
468
  msgid ""
469
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
473
  "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
474
  "esta funcionalidad."
475
 
476
+ #: ../../admin/config/index.php:65 ../../admin/config/index.php:229
477
  msgid "seconds"
478
  msgstr "Segundos"
479
 
480
+ #: ../../admin/config/index.php:66
481
  #, fuzzy
482
  msgid "Specify the number of items in the Activity Log."
483
  msgstr "Especifica el número de elementos en Ahora."
484
 
485
+ #: ../../admin/config/index.php:69 ../../admin/config/index.php:96
486
+ #: ../../admin/config/index.php:246 ../../admin/config/maintenance.php:360
487
  msgid "Miscellaneous"
488
  msgstr "Varios"
489
 
490
+ #: ../../admin/config/index.php:70
491
  #, fuzzy
492
  msgid "Show User Agent"
493
  msgstr "Buscadores"
494
 
495
+ #: ../../admin/config/index.php:70
496
  msgid ""
497
  "Choose if you want to see the browser name or a complete user agent string "
498
  "when hovering on browser icons."
500
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
501
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
502
 
503
+ #: ../../admin/config/index.php:71
504
  #, fuzzy
505
  msgid "Enable SOV"
506
  msgstr "Habilitar CDN"
507
 
508
+ #: ../../admin/config/index.php:71
509
  msgid ""
510
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
511
  "the subject, object, and verb of a sentence appear in that order, like in "
512
  "Japanese."
513
  msgstr ""
514
 
515
+ #: ../../admin/config/index.php:76
516
  #, fuzzy
517
  msgid "Visitors and Known Users"
518
  msgstr "Navegadores recientes"
519
 
520
+ #: ../../admin/config/index.php:77
521
  msgid "Track Registered Users"
522
  msgstr "Seguimiento Usuarios Registrados"
523
 
524
+ #: ../../admin/config/index.php:77
525
  msgid "Enable this option to track logged in users."
526
  msgstr "Active esta opción para rastrear usuarios registrados."
527
 
528
+ #: ../../admin/config/index.php:78
529
  #, fuzzy
530
  msgid "Blacklist by Username"
531
  msgstr "Direcciones IP Blacklist"
532
 
533
+ #: ../../admin/config/index.php:78
534
  msgid ""
535
  "List all the usernames you don't want to track, separated by commas. Please "
536
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
541
  "no </em> ignorados y que los nombres de usuario distinguen entre mayúsculas "
542
  "y minúsculas."
543
 
544
+ #: ../../admin/config/index.php:79
545
  msgid "Blacklist by IP Address"
546
  msgstr "Direcciones IP Blacklist"
547
 
548
+ #: ../../admin/config/index.php:79
549
  #, fuzzy
550
  msgid ""
551
  "List all the IP addresses you don't want to track, separated by commas. Each "
560
  "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
561
  "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
562
 
563
+ #: ../../admin/config/index.php:80
564
  #, fuzzy
565
  msgid "Blacklist by Capability"
566
  msgstr "Navegador"
567
 
568
+ #: ../../admin/config/index.php:80
569
  msgid ""
570
  "Users having at least one of the <a href='http://codex.wordpress.org/"
571
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
576
  "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
577
  "minúsculas."
578
 
579
+ #: ../../admin/config/index.php:82
580
  msgid "Profiling"
581
  msgstr "Haciendo perfil"
582
 
583
+ #: ../../admin/config/index.php:83
584
  msgid "Ignore Spammers"
585
  msgstr "Ignorar Spammers"
586
 
587
+ #: ../../admin/config/index.php:83
588
  msgid ""
589
  "Enable this option if you don't want to track visits from users identified "
590
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
597
  "adelante se marcan como correo no deseado, también se eliminarán de la base "
598
  "de datos."
599
 
600
+ #: ../../admin/config/index.php:84
601
  #, fuzzy
602
  msgid "Ignore Bots"
603
  msgstr "Navegadores recientes"
604
 
605
+ #: ../../admin/config/index.php:84
606
  msgid ""
607
  "Turn on this feature if you want to have the accuracy level of server-side "
608
  "tracking, but not the inconvenience of getting your database clogged with "
609
  "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
610
+ "note that in Client mode, bots are ignored regardless of this setting."
611
  msgstr ""
612
 
613
+ #: ../../admin/config/index.php:85
614
  #, fuzzy
615
  msgid "Permalinks"
616
  msgstr "Enlace Permanente"
617
 
618
+ #: ../../admin/config/index.php:85
619
  msgid ""
620
  "List all the URLs on your website that you don't want to track, separated by "
621
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
634
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
635
  "se afectan por mayúsculas y minúsculas."
636
 
637
+ #: ../../admin/config/index.php:86
638
  #, fuzzy
639
  msgid "Countries"
640
  msgstr "Paises que más visitan"
641
 
642
+ #: ../../admin/config/index.php:86
643
  msgid ""
644
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
645
  "track, separated by commas."
647
  "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
648
  "desee realizar el seguimiento, separados por comas"
649
 
650
+ #: ../../admin/config/index.php:87
651
  #, fuzzy
652
  msgid "User Agents"
653
  msgstr "Buscadores"
654
 
655
+ #: ../../admin/config/index.php:87
656
  msgid ""
657
  "Browsers (user agents) you don't want to track, separated by commas. You can "
658
  "specify the browser's version adding a slash after the name (i.e. "
669
  "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
670
  "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
671
 
672
+ #: ../../admin/config/index.php:88
673
  #, fuzzy
674
  msgid "Referring Sites"
675
  msgstr "Motores de Búsqueda"
676
 
677
+ #: ../../admin/config/index.php:88
678
  msgid ""
679
  "Referring URLs that you don't want to track, separated by commas: "
680
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
689
  "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
690
  "el protocolo que desea filtrar (http://, https://)."
691
 
692
+ #: ../../admin/config/index.php:90
693
  #, fuzzy
694
  msgid "Internal and Outbound Links"
695
  msgstr "Enlaces Salientes Recientes"
696
 
697
+ #: ../../admin/config/index.php:91
698
  #, fuzzy
699
  msgid "Track Outbound Clicks"
700
  msgstr "Enlaces Salientes Recientes"
701
 
702
+ #: ../../admin/config/index.php:91
703
  msgid ""
704
  "Track when your visitors click on link to external websites. This option "
705
  "required Spy Mode to be enabled."
707
  "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
708
  "Esta opción requere que el modo Espía esté habilitado."
709
 
710
+ #: ../../admin/config/index.php:92
711
  #, fuzzy
712
  msgid "Track Coordinates"
713
  msgstr "Seguimiento Activo"
714
 
715
+ #: ../../admin/config/index.php:92
716
  msgid ""
717
  "Collect mouse coordinates and other information for clicks on internal "
718
  "links. Strongly recommended if you're using the heatmap add-on. By default, "
719
  "this information is only collected for external links."
720
  msgstr ""
721
 
722
+ #: ../../admin/config/index.php:93
723
  msgid "No Callback"
724
  msgstr ""
725
 
726
+ #: ../../admin/config/index.php:93
727
  msgid ""
728
  "Track the event but do not invoke the callback function on links marked with "
729
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
731
  "prevent conflicts with lightbox and similar libraries."
732
  msgstr ""
733
 
734
+ #: ../../admin/config/index.php:94
735
  msgid "Do Not Track"
736
  msgstr ""
737
 
738
+ #: ../../admin/config/index.php:94
739
  msgid ""
740
  "Do not track links marked with one of these class names, <em>rel</em> "
741
  "attributes or whose <em>href</em> attribute contains one of these strings "
742
  "(separated by comma)."
743
  msgstr ""
744
 
745
+ #: ../../admin/config/index.php:97
746
  msgid "Enable Privacy Mode"
747
  msgstr "Activar el modo de privacidad"
748
 
749
+ #: ../../admin/config/index.php:97
750
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
751
  msgstr ""
752
  "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
753
  "privacidad europeas."
754
 
755
+ #: ../../admin/config/index.php:98
756
  msgid "Ignore Prefetch Requests"
757
  msgstr "Ignorar PPeticiones Prefetch"
758
 
759
+ #: ../../admin/config/index.php:98
760
  #, fuzzy
761
  msgid ""
762
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
767
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
768
  "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
769
 
770
+ #: ../../admin/config/index.php:114
771
  msgid "Ignore users (username not found)"
772
  msgstr "Ignorar usuarios (nombre de usuario no encontrado)"
773
 
774
+ #: ../../admin/config/index.php:137
775
  msgid ""
776
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
777
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
780
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> esta página </a> "
781
  "para obtener más información"
782
 
783
+ #: ../../admin/config/index.php:148
784
  #, fuzzy
785
  msgid "Restrict Authors"
786
  msgstr "Autor de la entrada(sección)"
787
 
788
+ #: ../../admin/config/index.php:148
789
  #, fuzzy
790
  msgid ""
791
  "Enable this option if you want your authors to only see stats related to "
794
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
795
  "relacionadas con su propio contenido"
796
 
797
+ #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
798
  #, fuzzy
799
  msgid "Capability"
800
  msgstr "Navegador"
801
 
802
+ #: ../../admin/config/index.php:149
803
  #, fuzzy
804
  msgid ""
805
  "Specify the minimum <a href='http://codex.wordpress.org/"
817
  "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
818
  "prioridad sobre la capacidad."
819
 
820
+ #: ../../admin/config/index.php:150 ../../admin/config/index.php:154
821
  msgid "Whitelist"
822
  msgstr "Lista blanca"
823
 
824
+ #: ../../admin/config/index.php:150
825
  msgid ""
826
  "List all the users who should have access to the reports, separated by "
827
  "commas. Administrators are implicitly allowed, so you don't need to list "
832
  "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
833
  "mayúsculas y minúsculasdefecto."
834
 
835
+ #: ../../admin/config/index.php:153
836
  #, fuzzy
837
  msgid ""
838
  "Specify the minimum <a href='http://codex.wordpress.org/"
846
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
847
  "específicos."
848
 
849
+ #: ../../admin/config/index.php:154
850
  msgid ""
851
  "List all the users who can edit these options, separated by commas. Please "
852
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
857
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
858
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
859
 
860
+ #: ../../admin/config/index.php:170
861
  msgid "Read access: username not found"
862
  msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
863
 
864
+ #: ../../admin/config/index.php:183 ../../admin/config/index.php:214
865
  msgid ""
866
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
867
  "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
871
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
872
  "obtener más información"
873
 
874
+ #: ../../admin/config/index.php:201
875
  msgid "Config access: username not found"
876
  msgstr "Acceso de configuración: Nombre de usuario no encontrado"
877
 
878
+ #: ../../admin/config/index.php:228
879
  msgid "Detect Smoothing"
880
  msgstr "Detectar Smoothing"
881
 
882
+ #: ../../admin/config/index.php:228
883
  msgid ""
884
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
885
  "This option required Spy Mode to be enabled."
888
  "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
889
  "habilitado."
890
 
891
+ #: ../../admin/config/index.php:229
892
  #, fuzzy
893
  msgid "Session Duration"
894
  msgstr "Visitas"
895
 
896
+ #: ../../admin/config/index.php:229
897
  #, fuzzy
898
  msgid ""
899
  "How many seconds should a human session last? Google Analytics sets it to "
902
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
903
  "lo establece en 1.800 segundos."
904
 
905
+ #: ../../admin/config/index.php:230
906
  msgid "Extend Session"
907
  msgstr "Extender Sesión"
908
 
909
+ #: ../../admin/config/index.php:230
910
  msgid "Extend the duration of a session each time the user visits a new page."
911
  msgstr ""
912
  "Extender la duración de una sesión cada vez que el usuario visita una página "
913
  "nueva."
914
 
915
+ #: ../../admin/config/index.php:231
916
  msgid "Enable CDN"
917
  msgstr "Habilitar CDN"
918
 
919
+ #: ../../admin/config/index.php:231
920
  msgid ""
921
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
922
  "by serving our tracking code from their fast and reliable network (free "
926
  "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
927
  "(servicio gratuito)."
928
 
929
+ #: ../../admin/config/index.php:232
930
  msgid "Extensions to Track"
931
  msgstr "Extensiones a rastreo"
932
 
933
+ #: ../../admin/config/index.php:232
934
  msgid ""
935
  "List all the file extensions that you want to be treated as Downloads. "
936
  "Please note that links pointing to external resources (i.e. PDFs on a "
944
  "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
945
  "coincide con uno de los que se enumeran a continuación."
946
 
947
+ #: ../../admin/config/index.php:234
948
  #, fuzzy
949
  msgid "External Pages"
950
  msgstr "Paginas visitadas"
951
 
952
+ #: ../../admin/config/index.php:235
953
  msgid ""
954
  "Add the following code to all the non-WP pages you want to track, right "
955
  "before the closing BODY tag"
956
  msgstr ""
957
 
958
+ #: ../../admin/config/index.php:245
959
  #, fuzzy
960
  msgid "Allow External Domains"
961
  msgstr "Enlaces Externos Hostiles"
962
 
963
+ #: ../../admin/config/index.php:245
964
  msgid ""
965
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
966
  "header is present on the requested resource, when using the external "
971
  "security implications of allowing CORS requests."
972
  msgstr ""
973
 
974
+ #: ../../admin/config/index.php:247
975
  msgid "Debug Mode"
976
  msgstr ""
977
 
978
+ #: ../../admin/config/index.php:247
979
  msgid "Display the SQL queries used to retrieve the data."
980
  msgstr ""
981
 
982
+ #: ../../admin/config/index.php:248
983
  msgid "IP Lookup"
984
  msgstr "Búsqueda de IP"
985
 
986
+ #: ../../admin/config/index.php:248
987
  msgid "Customize the Geolocation service to be used in the reports."
988
  msgstr ""
989
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
990
 
991
+ #: ../../admin/config/index.php:249
992
  msgid "Custom CSS"
993
  msgstr "CSS personalizado"
994
 
995
+ #: ../../admin/config/index.php:249
996
  #, fuzzy
997
  msgid ""
998
  "Paste here your custom stylesheet to personalize the way your reports look. "
1006
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
1007
  "cómo utilizar esta funcionalidad."
1008
 
1009
+ #: ../../admin/config/index.php:250
1010
  msgid "Enable UAN"
1011
  msgstr "Habilitar UAN"
1012
 
1013
+ #: ../../admin/config/index.php:250
1014
  #, fuzzy
1015
  msgid ""
1016
  "Send anonymous data about user agents to our server for analysis. This "
1025
  "opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
1026
  "detección de navegador del SLIMStat."
1027
 
1028
+ #: ../../admin/config/maintenance.php:16
1029
  #, fuzzy
1030
  msgid ""
1031
  "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1034
  "¡Felicidades! WP SLIMStat está ahora optimizado para <a href=\"http://www."
1035
  "youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\"> velocidad ridícula </a>."
1036
 
1037
+ #: ../../admin/config/maintenance.php:23
1038
  #, fuzzy
1039
  msgid "Indexing has been disabled. Enjoy the extra database space!"
1040
  msgstr ""
1041
  "Indexación se ha desactivado con éxito. Disfrute del espacio de base de "
1042
  "datos adicional ¡que acaba de ganar!"
1043
 
1044
+ #: ../../admin/config/maintenance.php:34
1045
  msgid "records deleted from your database."
1046
  msgstr "Registros eliminados de la base de datos."
1047
 
1048
+ #: ../../admin/config/maintenance.php:39
1049
  msgid "The geolocation database has been uninstalled from your server."
1050
  msgstr ""
1051
 
1052
+ #: ../../admin/config/maintenance.php:49
1053
  msgid "The geolocation database has been installed on your server."
1054
  msgstr ""
1055
 
1056
+ #: ../../admin/config/maintenance.php:157
1057
  msgid ""
1058
  "Your data was successfully imported. You may now drop the old tables: "
1059
  "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
1062
  "delete the old tables."
1063
  msgstr ""
1064
 
1065
+ #: ../../admin/config/maintenance.php:164
 
 
 
 
 
1066
  msgid "Your reports were successfully restored to their default arrangement."
1067
  msgstr ""
1068
  "Sus informes fueron restaurados con éxito a su disposición de forma "
1069
  "predeterminada."
1070
 
1071
+ #: ../../admin/config/maintenance.php:174
1072
  #, fuzzy
1073
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1074
  msgstr "Sus tablas WP SLIMStat han sido convertidas correctamente a. InnoDB"
1075
 
1076
+ #: ../../admin/config/maintenance.php:180
1077
  #, fuzzy
1078
  msgid "All the archived records were successfully deleted."
1079
  msgstr "Todos los registros se han eliminado con éxito."
1080
 
1081
+ #: ../../admin/config/maintenance.php:188
1082
  msgid "All the records were successfully deleted."
1083
  msgstr "Todos los registros se han eliminado con éxito."
1084
 
1085
+ #: ../../admin/config/maintenance.php:210
1086
  msgid "MaxMind IP to Country"
1087
  msgstr ""
1088
 
1089
+ #: ../../admin/config/maintenance.php:216
1090
  msgid ""
1091
  "Do you want to download and install the geolocation database from MaxMind's "
1092
  "server?"
1093
  msgstr ""
1094
 
1095
+ #: ../../admin/config/maintenance.php:216
1096
  msgid "Install GeoLite DB"
1097
  msgstr ""
1098
 
1099
+ #: ../../admin/config/maintenance.php:219
1100
  msgid "Do you want to uninstall the geolocation database?"
1101
  msgstr ""
1102
 
1103
+ #: ../../admin/config/maintenance.php:219
1104
  msgid "Uninstall GeoLite DB"
1105
  msgstr ""
1106
 
1107
+ #: ../../admin/config/maintenance.php:223
1108
  msgid ""
1109
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1110
  "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
1114
  "enable this functionality."
1115
  msgstr ""
1116
 
1117
+ #: ../../admin/config/maintenance.php:228
1118
  msgid "Database Information"
1119
  msgstr "Información Base de datos"
1120
 
1121
+ #: ../../admin/config/maintenance.php:231
1122
  #, fuzzy
1123
  msgid "Engine"
1124
  msgstr "Motores de Búsqueda"
1125
 
1126
+ #: ../../admin/config/maintenance.php:235
1127
  msgid "switch to InnoDB"
1128
  msgstr "cambiar a InnoDB"
1129
 
1130
+ #: ../../admin/config/maintenance.php:246
1131
+ #: ../../admin/view/wp-slimstat-reports.php:1178
1132
  #, fuzzy
1133
  msgid "records"
1134
  msgstr "Palabras clave"
1135
 
1136
+ #: ../../admin/config/maintenance.php:251
1137
  msgid "Data Maintenance"
1138
  msgstr "Mantenimiento de Datos"
1139
 
1140
+ #: ../../admin/config/maintenance.php:254
1141
  #, fuzzy
1142
  msgid "Delete pageviews where"
1143
  msgstr "Filtrar páginas visitadas dondé:"
1144
 
1145
+ #: ../../admin/config/maintenance.php:268 ../../admin/view/index.php:16
1146
  msgid "equals"
1147
  msgstr "es igual a"
1148
 
1149
+ #: ../../admin/config/maintenance.php:269 ../../admin/view/index.php:17
1150
  msgid "is not equal to"
1151
  msgstr "no es igual a"
1152
 
1153
+ #: ../../admin/config/maintenance.php:270 ../../admin/view/index.php:18
1154
  #, fuzzy
1155
  msgid "contains"
1156
  msgstr "Contiene"
1157
 
1158
+ #: ../../admin/config/maintenance.php:271 ../../admin/view/index.php:19
1159
  msgid "is included in"
1160
  msgstr ""
1161
 
1162
+ #: ../../admin/config/maintenance.php:272 ../../admin/view/index.php:20
1163
  #, fuzzy
1164
  msgid "does not contain"
1165
  msgstr "No contiene"
1166
 
1167
+ #: ../../admin/config/maintenance.php:273 ../../admin/view/index.php:21
1168
  #, fuzzy
1169
  msgid "starts with"
1170
  msgstr "Empieza por"
1171
 
1172
+ #: ../../admin/config/maintenance.php:274 ../../admin/view/index.php:22
1173
  #, fuzzy
1174
  msgid "ends with"
1175
  msgstr "Acaba en"
1176
 
1177
+ #: ../../admin/config/maintenance.php:275 ../../admin/view/index.php:23
1178
  msgid "sounds like"
1179
  msgstr "suena como"
1180
 
1181
+ #: ../../admin/config/maintenance.php:276 ../../admin/view/index.php:24
1182
  msgid "is greater than"
1183
  msgstr "es mayor que"
1184
 
1185
+ #: ../../admin/config/maintenance.php:277 ../../admin/view/index.php:25
1186
  msgid "is less than"
1187
  msgstr "es menor que"
1188
 
1189
+ #: ../../admin/config/maintenance.php:278 ../../admin/view/index.php:27
1190
  msgid "matches"
1191
  msgstr "coincide"
1192
 
1193
+ #: ../../admin/config/maintenance.php:279 ../../admin/view/index.php:28
1194
  #, fuzzy
1195
  msgid "does not match"
1196
  msgstr "No contiene"
1197
 
1198
+ #: ../../admin/config/maintenance.php:280 ../../admin/view/index.php:29
1199
  msgid "is empty"
1200
  msgstr "está vacío"
1201
 
1202
+ #: ../../admin/config/maintenance.php:281 ../../admin/view/index.php:30
1203
  msgid "is not empty"
1204
  msgstr "no está vacío"
1205
 
1206
+ #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:42
1207
  #: ../../admin/view/index.php:105
1208
  msgid "Apply"
1209
  msgstr "Aplicar"
1210
 
1211
+ #: ../../admin/config/maintenance.php:285
1212
  msgid ""
1213
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1214
  msgstr ""
1215
  "¿Está seguro que desea eliminar PERMANENTEMENTE estos registros de su base "
1216
  "de datos?"
1217
 
1218
+ #: ../../admin/config/maintenance.php:292
1219
  msgid ""
1220
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1221
  "database?"
1223
  "¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
1224
  "base de datos?"
1225
 
1226
+ #: ../../admin/config/maintenance.php:292
1227
  #, fuzzy
1228
  msgid "Delete All Records"
1229
  msgstr "Paginas visitadas"
1230
 
1231
+ #: ../../admin/config/maintenance.php:295
1232
  #, fuzzy
1233
  msgid ""
1234
  "Erase all the information collected so far by Slimstat, including the "
1237
  "Borrar toda la información recopilada hasta el momento por WP SLIMStat. Esta "
1238
  "<strong> operación no </strong> restablece la configuración."
1239
 
1240
+ #: ../../admin/config/maintenance.php:301
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1241
  #, fuzzy
1242
  msgid ""
1243
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1246
  "¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
1247
  "base de datos?"
1248
 
1249
+ #: ../../admin/config/maintenance.php:301
1250
  #, fuzzy
1251
  msgid "Delete Archive"
1252
  msgstr "Filtrar páginas visitadas dondé:"
1253
 
1254
+ #: ../../admin/config/maintenance.php:304
1255
  msgid "Erase all the archived records. This operation cannot be undone."
1256
  msgstr ""
1257
 
1258
+ #: ../../admin/config/maintenance.php:310
1259
  msgid "Improve Performance"
1260
  msgstr "Mejorar el rendimiento"
1261
 
1262
+ #: ../../admin/config/maintenance.php:314
1263
  msgid ""
1264
  "Please note that you will need about 30% more DB space to store the extra "
1265
  "information required."
1267
  "Por favor, tenga en cuenta que necesitará un 30% más de espacio BD para "
1268
  "almacenar la información adicional que se requiere."
1269
 
1270
+ #: ../../admin/config/maintenance.php:318
1271
  msgid "Save DB Space"
1272
  msgstr "Guardar Espacio BD"
1273
 
1274
+ #: ../../admin/config/maintenance.php:321
1275
  #, fuzzy
1276
  msgid ""
1277
  "Please note that by removing table indexes, Slimstat's performance will be "
1280
  "Tenga en cuenta que al eliminar los índices de tabla, el rendimiento de WP "
1281
  "SLIMStat se verá afectado."
1282
 
1283
+ #: ../../admin/config/maintenance.php:328
1284
  msgid ""
1285
  "Hold on tight, we are about to import all your old data. Are you sure you "
1286
  "want to proceed?"
1287
  msgstr ""
1288
 
1289
+ #: ../../admin/config/maintenance.php:328
1290
  #, fuzzy
1291
  msgid "Import old data"
1292
  msgstr "Importar y Exportar"
1293
 
1294
+ #: ../../admin/config/maintenance.php:331
1295
  msgid ""
1296
  "Import all the records from the old table structure. No data will be deleted "
1297
  "from your database."
1298
  msgstr ""
1299
 
1300
+ #: ../../admin/config/maintenance.php:335
1301
  msgid "Import and Export"
1302
  msgstr "Importar y Exportar"
1303
 
1304
+ #: ../../admin/config/maintenance.php:339
1305
  #, fuzzy
1306
  msgid ""
1307
  "Here below you can find the current configuration string for Slimstat. You "
1312
  "SlimStat. Puede actualizar su configuración pegando una nueva cadena aquí "
1313
  "abajo y haciendo clic en Importar."
1314
 
1315
+ #: ../../admin/config/maintenance.php:344
1316
  msgid "Import"
1317
  msgstr "Importar"
1318
 
1319
+ #: ../../admin/config/maintenance.php:345
1320
  msgid "Are you sure you want to OVERWRITE your current settings?"
1321
  msgstr "¿Seguro de que desea sobrescribir la configuración actual?"
1322
 
1323
+ #: ../../admin/config/maintenance.php:350
1324
  msgid "Debugging"
1325
  msgstr ""
1326
 
1327
+ #: ../../admin/config/maintenance.php:353
1328
  msgid "Tracker Error Code"
1329
  msgstr ""
1330
 
1331
+ #: ../../admin/config/maintenance.php:355
1332
  #, fuzzy
1333
  msgid "recorded on"
1334
  msgstr "Palabras clave"
1335
 
1336
+ #: ../../admin/config/maintenance.php:355
 
 
 
 
 
 
1337
  msgid "No Errors so far"
1338
  msgstr ""
1339
 
1340
+ #: ../../admin/config/maintenance.php:356
1341
  msgid ""
1342
  "The information here above is useful to troubleshoot issues with the "
1343
  "tracker. Please include this code when sending a support request."
1344
  msgstr ""
1345
 
1346
+ #: ../../admin/config/maintenance.php:363
1347
  #, fuzzy
1348
  msgid "Reset Reports"
1349
  msgstr "Informes Personalizados"
1350
 
1351
+ #: ../../admin/config/maintenance.php:366
1352
  #, fuzzy
1353
  msgid ""
1354
  "Are you sure you want to restore the default arrangement of your reports?"
1356
  "¿Está seguro de que desea restaurar la disposición por defecto de sus "
1357
  "informes?"
1358
 
1359
+ #: ../../admin/config/maintenance.php:366
1360
  msgid "No Panic Button"
1361
  msgstr "Botón No Pánico"
1362
 
1363
+ #: ../../admin/config/maintenance.php:367
1364
  #, fuzzy
1365
  msgid ""
1366
  "Reset the default arrangement of your reports. Helpful when, for some "
1600
  msgstr "Chrome OS"
1601
 
1602
  #: ../../admin/lang/dynamic_strings.php:59
1603
+ msgid "p-fir"
1604
+ msgstr ""
1605
+
1606
+ #: ../../admin/lang/dynamic_strings.php:60
1607
  msgid "p-fre"
1608
  msgstr "Linux FreeBSD"
1609
 
1610
+ #: ../../admin/lang/dynamic_strings.php:61
1611
  msgid "p-ios"
1612
  msgstr "Apple iOS"
1613
 
1614
+ #: ../../admin/lang/dynamic_strings.php:62
1615
  msgid "p-jav"
1616
  msgstr "Java-based OS"
1617
 
1618
+ #: ../../admin/lang/dynamic_strings.php:63
1619
  msgid "p-lin"
1620
  msgstr "Linux"
1621
 
1622
+ #: ../../admin/lang/dynamic_strings.php:64
1623
  msgid "p-mac"
1624
  msgstr "Apple"
1625
 
1626
+ #: ../../admin/lang/dynamic_strings.php:65
1627
+ msgid "p-rim"
1628
+ msgstr ""
1629
+
1630
+ #: ../../admin/lang/dynamic_strings.php:66
1631
  msgid "p-sym"
1632
  msgstr "Symbian OS"
1633
 
1634
+ #: ../../admin/lang/dynamic_strings.php:67
1635
+ msgid "p-ubu"
1636
+ msgstr ""
1637
+
1638
+ #: ../../admin/lang/dynamic_strings.php:68
1639
  msgid "p-unk"
1640
  msgstr "Unknown"
1641
 
1642
+ #: ../../admin/lang/dynamic_strings.php:69
1643
  msgid "p-win"
1644
  msgstr "Microsoft"
1645
 
1646
+ #: ../../admin/lang/dynamic_strings.php:70
1647
  msgid "powertv"
1648
  msgstr "PowerTV"
1649
 
1650
+ #: ../../admin/lang/dynamic_strings.php:71
1651
  #, fuzzy
1652
  msgid "acrobat"
1653
  msgstr "Acrobat"
1654
 
1655
+ #: ../../admin/lang/dynamic_strings.php:72
1656
  msgid "director"
1657
  msgstr "director"
1658
 
1659
+ #: ../../admin/lang/dynamic_strings.php:73
1660
  #, fuzzy
1661
  msgid "flash"
1662
  msgstr "Flash"
1663
 
1664
+ #: ../../admin/lang/dynamic_strings.php:74
1665
  #, fuzzy
1666
  msgid "mediaplayer"
1667
  msgstr "Media Player"
1668
 
1669
+ #: ../../admin/lang/dynamic_strings.php:75
1670
  msgid "quicktime"
1671
  msgstr "quicktime"
1672
 
1673
+ #: ../../admin/lang/dynamic_strings.php:76
1674
  msgid "real"
1675
  msgstr "real"
1676
 
1677
+ #: ../../admin/lang/dynamic_strings.php:77
1678
  #, fuzzy
1679
  msgid "silverlight"
1680
  msgstr "Silverlight"
1681
 
1682
  # Afrikaans
1683
+ #: ../../admin/lang/dynamic_strings.php:78
1684
  msgid "l-af"
1685
  msgstr "Afrikaans"
1686
 
1687
  # Afrikaans
1688
+ #: ../../admin/lang/dynamic_strings.php:79
1689
  #, fuzzy
1690
  msgid "l-af-za"
1691
  msgstr "Afrikaans"
1692
 
1693
  # Arabic
1694
+ #: ../../admin/lang/dynamic_strings.php:80
1695
  msgid "l-ar"
1696
  msgstr "Arabic"
1697
 
1698
  # Arabic (United Arab Emirates)
1699
+ #: ../../admin/lang/dynamic_strings.php:81
1700
  msgid "l-ar-ae"
1701
  msgstr "Arabic (United Arab Emirates)"
1702
 
1703
  # Arabic (Bahrain)
1704
+ #: ../../admin/lang/dynamic_strings.php:82
1705
  msgid "l-ar-bh"
1706
  msgstr "Arabic (Bahrain)"
1707
 
1708
  # Arabic (Algeria)
1709
+ #: ../../admin/lang/dynamic_strings.php:83
1710
  msgid "l-ar-dz"
1711
  msgstr "Arabic (Algeria)"
1712
 
1713
  # Arabic (Egypt)
1714
+ #: ../../admin/lang/dynamic_strings.php:84
1715
  msgid "l-ar-eg"
1716
  msgstr "Arabic (Egypt)"
1717
 
1718
  # Arabic (Iraq)
1719
+ #: ../../admin/lang/dynamic_strings.php:85
1720
  msgid "l-ar-iq"
1721
  msgstr "Arabic (Iraq)"
1722
 
1723
  # Arabic (Jordan)
1724
+ #: ../../admin/lang/dynamic_strings.php:86
1725
  msgid "l-ar-jo"
1726
  msgstr "Arabic (Jordan)"
1727
 
1728
  # Arabic (Kuwait)
1729
+ #: ../../admin/lang/dynamic_strings.php:87
1730
  msgid "l-ar-kw"
1731
  msgstr "Arabic (Kuwait)"
1732
 
1733
  # Arabic (Lebanon)
1734
+ #: ../../admin/lang/dynamic_strings.php:88
1735
  msgid "l-ar-lb"
1736
  msgstr "Arabic (Lebanon)"
1737
 
1738
  # Arabic (Libya)
1739
+ #: ../../admin/lang/dynamic_strings.php:89
1740
  msgid "l-ar-ly"
1741
  msgstr "Arabic (Libya)"
1742
 
1743
  # Arabic (Morocco)
1744
+ #: ../../admin/lang/dynamic_strings.php:90
1745
  msgid "l-ar-ma"
1746
  msgstr "Arabic (Morocco)"
1747
 
1748
  # Arabic (Oman)
1749
+ #: ../../admin/lang/dynamic_strings.php:91
1750
  msgid "l-ar-om"
1751
  msgstr "Arabic (Oman)"
1752
 
1753
  # Arabic (Qatar)
1754
+ #: ../../admin/lang/dynamic_strings.php:92
1755
  msgid "l-ar-qa"
1756
  msgstr "Arabic (Qatar)"
1757
 
1758
  # Arabic (Saudi Arabia)
1759
+ #: ../../admin/lang/dynamic_strings.php:93
1760
  msgid "l-ar-sa"
1761
  msgstr "Arabic (Saudi Arabia)"
1762
 
1763
  # Arabic (Syria)
1764
+ #: ../../admin/lang/dynamic_strings.php:94
1765
  msgid "l-ar-sy"
1766
  msgstr "Arabic (Syria)"
1767
 
1768
  # Arabic (Tunisia)
1769
+ #: ../../admin/lang/dynamic_strings.php:95
1770
  msgid "l-ar-tn"
1771
  msgstr "Arabic (Tunisia)"
1772
 
1773
  # Arabic (Yemen)
1774
+ #: ../../admin/lang/dynamic_strings.php:96
1775
  msgid "l-ar-ye"
1776
  msgstr "Arabic (Yemen)"
1777
 
1778
  # Azerbaijani
1779
+ #: ../../admin/lang/dynamic_strings.php:97
1780
  msgid "l-az"
1781
  msgstr "Azerbaijani"
1782
 
1783
  # Azerbaijani
1784
+ #: ../../admin/lang/dynamic_strings.php:98
1785
  #, fuzzy
1786
  msgid "l-az-az"
1787
  msgstr "Azerbaijani"
1788
 
1789
  # Belarusian
1790
+ #: ../../admin/lang/dynamic_strings.php:99
1791
  msgid "l-be"
1792
  msgstr "Belarusian"
1793
 
1794
  # Belarusian
1795
+ #: ../../admin/lang/dynamic_strings.php:100
1796
  #, fuzzy
1797
  msgid "l-be-by"
1798
  msgstr "Belarusian"
1799
 
1800
  # Bulgarian
1801
+ #: ../../admin/lang/dynamic_strings.php:101
1802
  msgid "l-bg"
1803
  msgstr "Bulgarian"
1804
 
1805
  # Bulgarian
1806
+ #: ../../admin/lang/dynamic_strings.php:102
1807
  #, fuzzy
1808
  msgid "l-bg-bg"
1809
  msgstr "Bulgarian"
1810
 
1811
  # Bosnian
1812
+ #: ../../admin/lang/dynamic_strings.php:103
1813
  #, fuzzy
1814
  msgid "l-bs-ba"
1815
  msgstr "Bosnian"
1816
 
1817
  # Catalan; Valencian
1818
+ #: ../../admin/lang/dynamic_strings.php:104
1819
  msgid "l-ca"
1820
  msgstr "Catalan; Valencian"
1821
 
1822
  # Catalan; Valencian
1823
+ #: ../../admin/lang/dynamic_strings.php:105
1824
  #, fuzzy
1825
  msgid "l-ca-es"
1826
  msgstr "Catalan; Valencian"
1827
 
1828
  # Czech
1829
+ #: ../../admin/lang/dynamic_strings.php:106
1830
  msgid "l-cs"
1831
  msgstr "Czech"
1832
 
1833
  # Czech
1834
+ #: ../../admin/lang/dynamic_strings.php:107
1835
  #, fuzzy
1836
  msgid "l-cs-cz"
1837
  msgstr "Czech"
1838
 
1839
  # Welsh
1840
+ #: ../../admin/lang/dynamic_strings.php:108
1841
  msgid "l-cy"
1842
  msgstr "Welsh"
1843
 
1844
  # Welsh
1845
+ #: ../../admin/lang/dynamic_strings.php:109
1846
  #, fuzzy
1847
  msgid "l-cy-gb"
1848
  msgstr "Welsh"
1849
 
1850
  # Danish
1851
+ #: ../../admin/lang/dynamic_strings.php:110
1852
  msgid "l-da"
1853
  msgstr "Danish"
1854
 
1855
  # Danish
1856
+ #: ../../admin/lang/dynamic_strings.php:111
1857
  #, fuzzy
1858
  msgid "l-da-dk"
1859
  msgstr "Danish"
1860
 
1861
  # German
1862
+ #: ../../admin/lang/dynamic_strings.php:112
1863
  msgid "l-de"
1864
  msgstr "German"
1865
 
1866
  # German (Austria)
1867
+ #: ../../admin/lang/dynamic_strings.php:113
1868
  msgid "l-de-at"
1869
  msgstr "German (Austria)"
1870
 
1871
  # German (Switzerland)
1872
+ #: ../../admin/lang/dynamic_strings.php:114
1873
  msgid "l-de-ch"
1874
  msgstr "German (Switzerland)"
1875
 
1876
  # German (Germany)
1877
+ #: ../../admin/lang/dynamic_strings.php:115
1878
  msgid "l-de-de"
1879
  msgstr "German (Germany)"
1880
 
1881
  # German (Liechtenstein)
1882
+ #: ../../admin/lang/dynamic_strings.php:116
1883
  msgid "l-de-li"
1884
  msgstr "German (Liechtenstein)"
1885
 
1886
  # German (Luxembourg)
1887
+ #: ../../admin/lang/dynamic_strings.php:117
1888
  msgid "l-de-lu"
1889
  msgstr "German (Luxembourg)"
1890
 
1891
  # Dhivehi; Divehi; Maldivian
1892
+ #: ../../admin/lang/dynamic_strings.php:118
1893
  msgid "l-dv"
1894
  msgstr "Dhivehi; Divehi; Maldivian"
1895
 
1896
  # Dhivehi; Divehi; Maldivian
1897
+ #: ../../admin/lang/dynamic_strings.php:119
1898
  #, fuzzy
1899
  msgid "l-dv-mv"
1900
  msgstr "Dhivehi; Divehi; Maldivian"
1901
 
1902
  # Modern Greek (1453-)
1903
+ #: ../../admin/lang/dynamic_strings.php:120
1904
  msgid "l-el"
1905
  msgstr "Modern Greek (1453-)"
1906
 
1907
  # Greek (Greece)
1908
+ #: ../../admin/lang/dynamic_strings.php:121
1909
  msgid "l-el-gr"
1910
  msgstr "Greek (Greece)"
1911
 
1912
  # English
1913
+ #: ../../admin/lang/dynamic_strings.php:122
1914
  msgid "l-en"
1915
  msgstr "English"
1916
 
1917
  # English (Australia)
1918
+ #: ../../admin/lang/dynamic_strings.php:123
1919
  msgid "l-en-au"
1920
  msgstr "English (Australia)"
1921
 
1922
  # English (Belize)
1923
+ #: ../../admin/lang/dynamic_strings.php:124
1924
  msgid "l-en-bz"
1925
  msgstr "English (Belize)"
1926
 
1927
  # English (Canada)
1928
+ #: ../../admin/lang/dynamic_strings.php:125
1929
  msgid "l-en-ca"
1930
  msgstr "English (Canada)"
1931
 
1932
  # English (Canada)
1933
+ #: ../../admin/lang/dynamic_strings.php:126
1934
  #, fuzzy
1935
  msgid "l-en-cb"
1936
  msgstr "English (Canada)"
1937
 
1938
  # English (United Kingdom)
1939
+ #: ../../admin/lang/dynamic_strings.php:127
1940
  msgid "l-en-gb"
1941
  msgstr "English (United Kingdom)"
1942
 
1943
  # English (Ireland)
1944
+ #: ../../admin/lang/dynamic_strings.php:128
1945
  msgid "l-en-ie"
1946
  msgstr "English (Ireland)"
1947
 
1948
  # English (Jamaica)
1949
+ #: ../../admin/lang/dynamic_strings.php:129
1950
  msgid "l-en-jm"
1951
  msgstr "English (Jamaica)"
1952
 
1953
  # English (New Zealand)
1954
+ #: ../../admin/lang/dynamic_strings.php:130
1955
  msgid "l-en-nz"
1956
  msgstr "English (New Zealand)"
1957
 
1958
  # English
1959
+ #: ../../admin/lang/dynamic_strings.php:131
1960
  #, fuzzy
1961
  msgid "l-en-ph"
1962
  msgstr "English"
1963
 
1964
  # English (Trinidad)
1965
+ #: ../../admin/lang/dynamic_strings.php:132
1966
  msgid "l-en-tt"
1967
  msgstr "English (Trinidad)"
1968
 
1969
  # English (United States)
1970
+ #: ../../admin/lang/dynamic_strings.php:133
1971
  msgid "l-en-us"
1972
  msgstr "English (United States)"
1973
 
1974
  # English (South Africa)
1975
+ #: ../../admin/lang/dynamic_strings.php:134
1976
  msgid "l-en-za"
1977
  msgstr "English (South Africa)"
1978
 
1979
  # English (South Africa)
1980
+ #: ../../admin/lang/dynamic_strings.php:135
1981
  #, fuzzy
1982
  msgid "l-en-zw"
1983
  msgstr "English (South Africa)"
1984
 
1985
  # Esperanto
1986
+ #: ../../admin/lang/dynamic_strings.php:136
1987
  msgid "l-eo"
1988
  msgstr "Esperanto"
1989
 
1990
  # Spanish; Castilian
1991
+ #: ../../admin/lang/dynamic_strings.php:137
1992
  msgid "l-es"
1993
  msgstr "Spanish; Castilian"
1994
 
1995
  # Spanish (Argentina)
1996
+ #: ../../admin/lang/dynamic_strings.php:138
1997
  msgid "l-es-ar"
1998
  msgstr "Spanish (Argentina)"
1999
 
2000
  # Spanish (Bolivia)
2001
+ #: ../../admin/lang/dynamic_strings.php:139
2002
  msgid "l-es-bo"
2003
  msgstr "Spanish (Bolivia)"
2004
 
2005
  # Spanish (Chile)
2006
+ #: ../../admin/lang/dynamic_strings.php:140
2007
  msgid "l-es-cl"
2008
  msgstr "Spanish (Chile)"
2009
 
2010
  # Spanish (Colombia)
2011
+ #: ../../admin/lang/dynamic_strings.php:141
2012
  msgid "l-es-co"
2013
  msgstr "Spanish (Colombia)"
2014
 
2015
  # Spanish (Costa Rica)
2016
+ #: ../../admin/lang/dynamic_strings.php:142
2017
  msgid "l-es-cr"
2018
  msgstr "Spanish (Costa Rica)"
2019
 
2020
  # Spanish (Dominican Republic)
2021
+ #: ../../admin/lang/dynamic_strings.php:143
2022
  msgid "l-es-do"
2023
  msgstr "Spanish (Dominican Republic)"
2024
 
2025
  # Spanish (Ecuador)
2026
+ #: ../../admin/lang/dynamic_strings.php:144
2027
  msgid "l-es-ec"
2028
  msgstr "Spanish (Ecuador)"
2029
 
2030
  # Spanish (Spain)
2031
+ #: ../../admin/lang/dynamic_strings.php:145
2032
  msgid "l-es-es"
2033
  msgstr "Spanish (Spain)"
2034
 
2035
  # Spanish (Guatemala)
2036
+ #: ../../admin/lang/dynamic_strings.php:146
2037
  msgid "l-es-gt"
2038
  msgstr "Spanish (Guatemala)"
2039
 
2040
  # Spanish (Honduras)
2041
+ #: ../../admin/lang/dynamic_strings.php:147
2042
  msgid "l-es-hn"
2043
  msgstr "Spanish (Honduras)"
2044
 
2045
  # Spanish (Mexico)
2046
+ #: ../../admin/lang/dynamic_strings.php:148
2047
  msgid "l-es-mx"
2048
  msgstr "Spanish (Mexico)"
2049
 
2050
  # Spanish (Nicaragua)
2051
+ #: ../../admin/lang/dynamic_strings.php:149
2052
  msgid "l-es-ni"
2053
  msgstr "Spanish (Nicaragua)"
2054
 
2055
  # Spanish (Panama)
2056
+ #: ../../admin/lang/dynamic_strings.php:150
2057
  msgid "l-es-pa"
2058
  msgstr "Spanish (Panama)"
2059
 
2060
  # Spanish (Peru)
2061
+ #: ../../admin/lang/dynamic_strings.php:151
2062
  msgid "l-es-pe"
2063
  msgstr "Spanish (Peru)"
2064
 
2065
  # Spanish (Puerto Rico)
2066
+ #: ../../admin/lang/dynamic_strings.php:152
2067
  msgid "l-es-pr"
2068
  msgstr "Spanish (Puerto Rico)"
2069
 
2070
  # Spanish (Paraguay)
2071
+ #: ../../admin/lang/dynamic_strings.php:153
2072
  msgid "l-es-py"
2073
  msgstr "Spanish (Paraguay)"
2074
 
2075
  # Spanish (El Salvador)
2076
+ #: ../../admin/lang/dynamic_strings.php:154
2077
  msgid "l-es-sv"
2078
  msgstr "Spanish (El Salvador)"
2079
 
2080
  # Spanish (Uruguay)
2081
+ #: ../../admin/lang/dynamic_strings.php:155
2082
  msgid "l-es-uy"
2083
  msgstr "Spanish (Uruguay)"
2084
 
2085
  # Spanish (Venezuela)
2086
+ #: ../../admin/lang/dynamic_strings.php:156
2087
  msgid "l-es-ve"
2088
  msgstr "Spanish (Venezuela)"
2089
 
2090
  # Estonian
2091
+ #: ../../admin/lang/dynamic_strings.php:157
2092
  msgid "l-et"
2093
  msgstr "Estonian"
2094
 
2095
  # Estonian
2096
+ #: ../../admin/lang/dynamic_strings.php:158
2097
  #, fuzzy
2098
  msgid "l-et-ee"
2099
  msgstr "Estonian"
2100
 
2101
  # Basque
2102
+ #: ../../admin/lang/dynamic_strings.php:159
2103
  msgid "l-eu"
2104
  msgstr "Basque"
2105
 
2106
  # Basque
2107
+ #: ../../admin/lang/dynamic_strings.php:160
2108
  #, fuzzy
2109
  msgid "l-eu-es"
2110
  msgstr "Basque"
2111
 
2112
  # Persian
2113
+ #: ../../admin/lang/dynamic_strings.php:161
2114
  msgid "l-fa"
2115
  msgstr "Persian"
2116
 
2117
  # Persian
2118
+ #: ../../admin/lang/dynamic_strings.php:162
2119
  #, fuzzy
2120
  msgid "l-fa-ir"
2121
  msgstr "Persian"
2122
 
2123
  # Finnish
2124
+ #: ../../admin/lang/dynamic_strings.php:163
2125
  msgid "l-fi"
2126
  msgstr "Finnish"
2127
 
2128
  # Finnish
2129
+ #: ../../admin/lang/dynamic_strings.php:164
2130
  #, fuzzy
2131
  msgid "l-fi-fi"
2132
  msgstr "Finnish"
2133
 
2134
  # Faroese
2135
+ #: ../../admin/lang/dynamic_strings.php:165
2136
  msgid "l-fo"
2137
  msgstr "Faroese"
2138
 
2139
  # Faroese
2140
+ #: ../../admin/lang/dynamic_strings.php:166
2141
  #, fuzzy
2142
  msgid "l-fo-fo"
2143
  msgstr "Faroese"
2144
 
2145
  # French
2146
+ #: ../../admin/lang/dynamic_strings.php:167
2147
  msgid "l-fr"
2148
  msgstr "French"
2149
 
2150
  # French (Belgium)
2151
+ #: ../../admin/lang/dynamic_strings.php:168
2152
  msgid "l-fr-be"
2153
  msgstr "French (Belgium)"
2154
 
2155
  # French (Canada)
2156
+ #: ../../admin/lang/dynamic_strings.php:169
2157
  msgid "l-fr-ca"
2158
  msgstr "French (Canada)"
2159
 
2160
  # French (Switzerland)
2161
+ #: ../../admin/lang/dynamic_strings.php:170
2162
  msgid "l-fr-ch"
2163
  msgstr "French (Switzerland)"
2164
 
2165
  # French (France)
2166
+ #: ../../admin/lang/dynamic_strings.php:171
2167
  msgid "l-fr-fr"
2168
  msgstr "French (France)"
2169
 
2170
  # French (Luxembourg)
2171
+ #: ../../admin/lang/dynamic_strings.php:172
2172
  msgid "l-fr-lu"
2173
  msgstr "French (Luxembourg)"
2174
 
2175
  # French (Switzerland)
2176
+ #: ../../admin/lang/dynamic_strings.php:173
2177
  #, fuzzy
2178
  msgid "l-fr-mc"
2179
  msgstr "French (Switzerland)"
2180
 
2181
  # Galician
2182
+ #: ../../admin/lang/dynamic_strings.php:174
2183
  msgid "l-gl"
2184
  msgstr "Galician"
2185
 
2186
  # Spanish; Castilian
2187
+ #: ../../admin/lang/dynamic_strings.php:175
2188
  #, fuzzy
2189
  msgid "l-gl-es"
2190
  msgstr "Spanish; Castilian"
2191
 
2192
  # Gujarati
2193
+ #: ../../admin/lang/dynamic_strings.php:176
2194
  msgid "l-gu"
2195
  msgstr "Gujarati"
2196
 
2197
  # Gujarati
2198
+ #: ../../admin/lang/dynamic_strings.php:177
2199
  #, fuzzy
2200
  msgid "l-gu-in"
2201
  msgstr "Gujarati"
2202
 
2203
  # Hebrew
2204
+ #: ../../admin/lang/dynamic_strings.php:178
2205
  msgid "l-he"
2206
  msgstr "Hebrew"
2207
 
2208
  # Hebrew (Israel)
2209
+ #: ../../admin/lang/dynamic_strings.php:179
2210
  msgid "l-he-il"
2211
  msgstr "Hebrew (Israel)"
2212
 
2213
  # Hindi
2214
+ #: ../../admin/lang/dynamic_strings.php:180
2215
  msgid "l-hi"
2216
  msgstr "Hindi"
2217
 
2218
  # Hindi
2219
+ #: ../../admin/lang/dynamic_strings.php:181
2220
  #, fuzzy
2221
  msgid "l-hi-in"
2222
  msgstr "Hindi"
2223
 
2224
  # Croatian
2225
+ #: ../../admin/lang/dynamic_strings.php:182
2226
  msgid "l-hr"
2227
  msgstr "Croatian"
2228
 
2229
  # Croatian
2230
+ #: ../../admin/lang/dynamic_strings.php:183
2231
  #, fuzzy
2232
  msgid "l-hr-ba"
2233
  msgstr "Croatian"
2234
 
2235
  # Croatian
2236
+ #: ../../admin/lang/dynamic_strings.php:184
2237
  #, fuzzy
2238
  msgid "l-hr-hr"
2239
  msgstr "Croatian"
2240
 
2241
  # Hungarian
2242
+ #: ../../admin/lang/dynamic_strings.php:185
2243
  msgid "l-hu"
2244
  msgstr "Hungarian"
2245
 
2246
  # Hungarian (Hungary)
2247
+ #: ../../admin/lang/dynamic_strings.php:186
2248
  msgid "l-hu-hu"
2249
  msgstr "Hungarian (Hungary)"
2250
 
2251
  # Armenian
2252
+ #: ../../admin/lang/dynamic_strings.php:187
2253
  msgid "l-hy"
2254
  msgstr "Armenian"
2255
 
2256
  # Armenian
2257
+ #: ../../admin/lang/dynamic_strings.php:188
2258
  #, fuzzy
2259
  msgid "l-hy-am"
2260
  msgstr "Armenian"
2261
 
2262
  # Indonesian
2263
+ #: ../../admin/lang/dynamic_strings.php:189
2264
  msgid "l-id"
2265
  msgstr "Indonesian"
2266
 
2267
  # Indonesian
2268
+ #: ../../admin/lang/dynamic_strings.php:190
2269
  #, fuzzy
2270
  msgid "l-id-id"
2271
  msgstr "Indonesian"
2272
 
2273
  # Icelandic
2274
+ #: ../../admin/lang/dynamic_strings.php:191
2275
  msgid "l-is"
2276
  msgstr "Icelandic"
2277
 
2278
  # Icelandic
2279
+ #: ../../admin/lang/dynamic_strings.php:192
2280
  #, fuzzy
2281
  msgid "l-is-is"
2282
  msgstr "Icelandic"
2283
 
2284
  # Italian
2285
+ #: ../../admin/lang/dynamic_strings.php:193
2286
  msgid "l-it"
2287
  msgstr "Italian"
2288
 
2289
  # Italian (Switzerland)
2290
+ #: ../../admin/lang/dynamic_strings.php:194
2291
  msgid "l-it-ch"
2292
  msgstr "Italian (Switzerland)"
2293
 
2294
  # Italian (Italia)
2295
+ #: ../../admin/lang/dynamic_strings.php:195
2296
  msgid "l-it-it"
2297
  msgstr "Italian (Italia)"
2298
 
2299
  # Japanese
2300
+ #: ../../admin/lang/dynamic_strings.php:196
2301
  msgid "l-ja"
2302
  msgstr "Japanese"
2303
 
2304
  # Japanese
2305
+ #: ../../admin/lang/dynamic_strings.php:197
2306
  #, fuzzy
2307
  msgid "l-ja-jp"
2308
  msgstr "Japanese"
2309
 
2310
  # Georgian
2311
+ #: ../../admin/lang/dynamic_strings.php:198
2312
  msgid "l-ka"
2313
  msgstr "Georgian"
2314
 
2315
  # Georgian
2316
+ #: ../../admin/lang/dynamic_strings.php:199
2317
  #, fuzzy
2318
  msgid "l-ka-ge"
2319
  msgstr "Georgian"
2320
 
2321
  # Kazakh
2322
+ #: ../../admin/lang/dynamic_strings.php:200
2323
  msgid "l-kk"
2324
  msgstr "Kazakh"
2325
 
2326
  # Kazakh
2327
+ #: ../../admin/lang/dynamic_strings.php:201
2328
  #, fuzzy
2329
  msgid "l-kk-kz"
2330
  msgstr "Kazakh"
2331
 
2332
  # Kannada
2333
+ #: ../../admin/lang/dynamic_strings.php:202
2334
  msgid "l-kn"
2335
  msgstr "Kannada"
2336
 
2337
  # Kannada
2338
+ #: ../../admin/lang/dynamic_strings.php:203
2339
  #, fuzzy
2340
  msgid "l-kn-in"
2341
  msgstr "Kannada"
2342
 
2343
  # Korean
2344
+ #: ../../admin/lang/dynamic_strings.php:204
2345
  msgid "l-ko"
2346
  msgstr "Korean"
2347
 
2348
  # Korean (Republic of Korea)
2349
+ #: ../../admin/lang/dynamic_strings.php:205
2350
  msgid "l-ko-kr"
2351
  msgstr "Korean (Republic of Korea)"
2352
 
2353
  # Korean
2354
+ #: ../../admin/lang/dynamic_strings.php:206
2355
  #, fuzzy
2356
  msgid "l-kok"
2357
  msgstr "Korean"
2358
 
2359
  # Korean
2360
+ #: ../../admin/lang/dynamic_strings.php:207
2361
  #, fuzzy
2362
  msgid "l-kok-in"
2363
  msgstr "Korean"
2364
 
2365
  # Kirghiz; Kyrgyz
2366
+ #: ../../admin/lang/dynamic_strings.php:208
2367
  msgid "l-ky"
2368
  msgstr "Kirghiz; Kyrgyz"
2369
 
2370
  # Kirghiz; Kyrgyz
2371
+ #: ../../admin/lang/dynamic_strings.php:209
2372
  #, fuzzy
2373
  msgid "l-ky-kg"
2374
  msgstr "Kirghiz; Kyrgyz"
2375
 
2376
  # Lithuanian
2377
+ #: ../../admin/lang/dynamic_strings.php:210
2378
  msgid "l-lt"
2379
  msgstr "Lithuanian"
2380
 
2381
  # Lithuanian
2382
+ #: ../../admin/lang/dynamic_strings.php:211
2383
  #, fuzzy
2384
  msgid "l-lt-lt"
2385
  msgstr "Lithuanian"
2386
 
2387
  # Latvian
2388
+ #: ../../admin/lang/dynamic_strings.php:212
2389
  msgid "l-lv"
2390
  msgstr "Latvian"
2391
 
2392
  # Latvian
2393
+ #: ../../admin/lang/dynamic_strings.php:213
2394
  #, fuzzy
2395
  msgid "l-lv-lv"
2396
  msgstr "Latvian"
2397
 
2398
  # Maori
2399
+ #: ../../admin/lang/dynamic_strings.php:214
2400
  msgid "l-mi"
2401
  msgstr "Maori"
2402
 
2403
  # Maori
2404
+ #: ../../admin/lang/dynamic_strings.php:215
2405
  #, fuzzy
2406
  msgid "l-mi-nz"
2407
  msgstr "Maori"
2408
 
2409
  # Macedonian
2410
+ #: ../../admin/lang/dynamic_strings.php:216
2411
  msgid "l-mk"
2412
  msgstr "Macedonian"
2413
 
2414
  # Macedonian
2415
+ #: ../../admin/lang/dynamic_strings.php:217
2416
  #, fuzzy
2417
  msgid "l-mk-ml"
2418
  msgstr "Macedonian"
2419
 
2420
  # Mongolian
2421
+ #: ../../admin/lang/dynamic_strings.php:218
2422
  msgid "l-mn"
2423
  msgstr "Mongolian"
2424
 
2425
  # Mongolian
2426
+ #: ../../admin/lang/dynamic_strings.php:219
2427
  #, fuzzy
2428
  msgid "l-mn-mn"
2429
  msgstr "Mongolian"
2430
 
2431
  # Marathi
2432
+ #: ../../admin/lang/dynamic_strings.php:220
2433
  msgid "l-mr"
2434
  msgstr "Marathi"
2435
 
2436
  # Marathi
2437
+ #: ../../admin/lang/dynamic_strings.php:221
2438
  #, fuzzy
2439
  msgid "l-mr-in"
2440
  msgstr "Marathi"
2441
 
2442
  # Malay
2443
+ #: ../../admin/lang/dynamic_strings.php:222
2444
  msgid "l-ms"
2445
  msgstr "Malay"
2446
 
2447
  # Malay
2448
+ #: ../../admin/lang/dynamic_strings.php:223
2449
  #, fuzzy
2450
  msgid "l-ms-bn"
2451
  msgstr "Malay"
2452
 
2453
  # Malay
2454
+ #: ../../admin/lang/dynamic_strings.php:224
2455
  #, fuzzy
2456
  msgid "l-ms-my"
2457
  msgstr "Malay"
2458
 
2459
  # Maltese
2460
+ #: ../../admin/lang/dynamic_strings.php:225
2461
  msgid "l-mt"
2462
  msgstr "Maltese"
2463
 
2464
  # Maltese
2465
+ #: ../../admin/lang/dynamic_strings.php:226
2466
  #, fuzzy
2467
  msgid "l-mt-mt"
2468
  msgstr "Maltese"
2469
 
2470
  # Norwegian Bokmål
2471
+ #: ../../admin/lang/dynamic_strings.php:227
2472
  msgid "l-nb"
2473
  msgstr "Norwegian Bokmål"
2474
 
2475
  # Norwegian Bokmål
2476
+ #: ../../admin/lang/dynamic_strings.php:228
2477
  #, fuzzy
2478
  msgid "l-nb-no"
2479
  msgstr "Norwegian Bokmål"
2480
 
2481
  # Dutch; Flemish
2482
+ #: ../../admin/lang/dynamic_strings.php:229
2483
  msgid "l-nl"
2484
  msgstr "Dutch; Flemish"
2485
 
2486
  # Dutch (Belgium)
2487
+ #: ../../admin/lang/dynamic_strings.php:230
2488
  msgid "l-nl-be"
2489
  msgstr "Dutch (Belgium)"
2490
 
2491
  # Dutch (Netherlands)
2492
+ #: ../../admin/lang/dynamic_strings.php:231
2493
  msgid "l-nl-nl"
2494
  msgstr "Dutch (Netherlands)"
2495
 
2496
  # Norwegian Nynorsk
2497
+ #: ../../admin/lang/dynamic_strings.php:232
2498
  #, fuzzy
2499
  msgid "l-nn-no"
2500
  msgstr "Norwegian Nynorsk"
2501
 
2502
+ #: ../../admin/lang/dynamic_strings.php:233
2503
  msgid "l-ns"
2504
  msgstr "l-ns"
2505
 
2506
+ #: ../../admin/lang/dynamic_strings.php:234
2507
  msgid "l-ns-za"
2508
  msgstr "l-ns-za"
2509
 
2510
  # Panjabi; Punjabi
2511
+ #: ../../admin/lang/dynamic_strings.php:235
2512
  msgid "l-pa"
2513
  msgstr "Panjabi; Punjabi"
2514
 
2515
  # Panjabi; Punjabi
2516
+ #: ../../admin/lang/dynamic_strings.php:236
2517
  #, fuzzy
2518
  msgid "l-pa-in"
2519
  msgstr "Panjabi; Punjabi"
2520
 
2521
  # Polish
2522
+ #: ../../admin/lang/dynamic_strings.php:237
2523
  msgid "l-pl"
2524
  msgstr "Polish"
2525
 
2526
  # Polish
2527
+ #: ../../admin/lang/dynamic_strings.php:238
2528
  #, fuzzy
2529
  msgid "l-pl-pl"
2530
  msgstr "Polish"
2531
 
2532
  # Pushto; Pashto
2533
+ #: ../../admin/lang/dynamic_strings.php:239
2534
  msgid "l-ps"
2535
  msgstr "Pushto; Pashto"
2536
 
2537
  # Spanish (Argentina)
2538
+ #: ../../admin/lang/dynamic_strings.php:240
2539
  #, fuzzy
2540
  msgid "l-ps-ar"
2541
  msgstr "Spanish (Argentina)"
2542
 
2543
  # Portuguese
2544
+ #: ../../admin/lang/dynamic_strings.php:241
2545
  msgid "l-pt"
2546
  msgstr "Portuguese"
2547
 
2548
  # Portuguese (Brazil)
2549
+ #: ../../admin/lang/dynamic_strings.php:242
2550
  msgid "l-pt-br"
2551
  msgstr "Portuguese (Brazil)"
2552
 
2553
  # Portuguese
2554
+ #: ../../admin/lang/dynamic_strings.php:243
2555
  #, fuzzy
2556
  msgid "l-pt-pt"
2557
  msgstr "Portuguese"
2558
 
2559
  # Quechua
2560
+ #: ../../admin/lang/dynamic_strings.php:244
2561
  msgid "l-qu"
2562
  msgstr "Quechua"
2563
 
2564
  # Quechua
2565
+ #: ../../admin/lang/dynamic_strings.php:245
2566
  #, fuzzy
2567
  msgid "l-qu-bo"
2568
  msgstr "Quechua"
2569
 
2570
  # Quechua
2571
+ #: ../../admin/lang/dynamic_strings.php:246
2572
  #, fuzzy
2573
  msgid "l-qu-ec"
2574
  msgstr "Quechua"
2575
 
2576
  # Quechua
2577
+ #: ../../admin/lang/dynamic_strings.php:247
2578
  #, fuzzy
2579
  msgid "l-qu-pe"
2580
  msgstr "Quechua"
2581
 
2582
  # Romanian; Moldavian; Moldovan
2583
+ #: ../../admin/lang/dynamic_strings.php:248
2584
  msgid "l-ro"
2585
  msgstr "Romanian; Moldavian; Moldovan"
2586
 
2587
  # Romanian; Moldavian; Moldovan
2588
+ #: ../../admin/lang/dynamic_strings.php:249
2589
  #, fuzzy
2590
  msgid "l-ro-ro"
2591
  msgstr "Romanian; Moldavian; Moldovan"
2592
 
2593
  # Russian
2594
+ #: ../../admin/lang/dynamic_strings.php:250
2595
  msgid "l-ru"
2596
  msgstr "Russian"
2597
 
2598
  # Russian (Russia)
2599
+ #: ../../admin/lang/dynamic_strings.php:251
2600
  msgid "l-ru-ru"
2601
  msgstr "Russian (Russia)"
2602
 
2603
  # Sanskrit
2604
+ #: ../../admin/lang/dynamic_strings.php:252
2605
  msgid "l-sa"
2606
  msgstr "Sanskrit"
2607
 
2608
  # Sanskrit
2609
+ #: ../../admin/lang/dynamic_strings.php:253
2610
  #, fuzzy
2611
  msgid "l-sa-in"
2612
  msgstr "Sanskrit"
2613
 
2614
  # Northern Sami
2615
+ #: ../../admin/lang/dynamic_strings.php:254
2616
  msgid "l-se"
2617
  msgstr "Northern Sami"
2618
 
2619
  # Northern Sami
2620
+ #: ../../admin/lang/dynamic_strings.php:255
2621
  #, fuzzy
2622
  msgid "l-se-fi"
2623
  msgstr "Northern Sami"
2624
 
2625
  # Northern Sami
2626
+ #: ../../admin/lang/dynamic_strings.php:256
2627
  #, fuzzy
2628
  msgid "l-se-no"
2629
  msgstr "Northern Sami"
2630
 
2631
  # Northern Sami
2632
+ #: ../../admin/lang/dynamic_strings.php:257
2633
  #, fuzzy
2634
  msgid "l-se-se"
2635
  msgstr "Northern Sami"
2636
 
2637
  # Slovak
2638
+ #: ../../admin/lang/dynamic_strings.php:258
2639
  msgid "l-sk"
2640
  msgstr "Slovak"
2641
 
2642
  # Slovak
2643
+ #: ../../admin/lang/dynamic_strings.php:259
2644
  #, fuzzy
2645
  msgid "l-sk-sk"
2646
  msgstr "Slovak"
2647
 
2648
  # Slovenian
2649
+ #: ../../admin/lang/dynamic_strings.php:260
2650
  msgid "l-sl"
2651
  msgstr "Slovenian"
2652
 
2653
  # Slovenian
2654
+ #: ../../admin/lang/dynamic_strings.php:261
2655
  #, fuzzy
2656
  msgid "l-sl-si"
2657
  msgstr "Slovenian"
2658
 
2659
  # Albanian
2660
+ #: ../../admin/lang/dynamic_strings.php:262
2661
  msgid "l-sq"
2662
  msgstr "Albanian"
2663
 
2664
  # Albanian
2665
+ #: ../../admin/lang/dynamic_strings.php:263
2666
  #, fuzzy
2667
  msgid "l-sq-al"
2668
  msgstr "Albanian"
2669
 
2670
  # Serbian
2671
+ #: ../../admin/lang/dynamic_strings.php:264
2672
  #, fuzzy
2673
  msgid "l-sr-ba"
2674
  msgstr "Serbian"
2675
 
2676
  # Serbian
2677
+ #: ../../admin/lang/dynamic_strings.php:265
2678
  #, fuzzy
2679
  msgid "l-sr-sp"
2680
  msgstr "Serbian"
2681
 
2682
  # Swedish
2683
+ #: ../../admin/lang/dynamic_strings.php:266
2684
  msgid "l-sv"
2685
  msgstr "Swedish"
2686
 
2687
  # Swedish (Finland)
2688
+ #: ../../admin/lang/dynamic_strings.php:267
2689
  msgid "l-sv-fi"
2690
  msgstr "Swedish (Finland)"
2691
 
2692
  # Swedish (Sweden)
2693
+ #: ../../admin/lang/dynamic_strings.php:268
2694
  msgid "l-sv-se"
2695
  msgstr "Swedish (Sweden)"
2696
 
2697
  # Swahili
2698
+ #: ../../admin/lang/dynamic_strings.php:269
2699
  msgid "l-sw"
2700
  msgstr "Swahili"
2701
 
2702
  # Swahili
2703
+ #: ../../admin/lang/dynamic_strings.php:270
2704
  #, fuzzy
2705
  msgid "l-sw-ke"
2706
  msgstr "Swahili"
2707
 
2708
  # Tamil
2709
+ #: ../../admin/lang/dynamic_strings.php:271
2710
  msgid "l-ta"
2711
  msgstr "Tamil"
2712
 
2713
  # Tamil
2714
+ #: ../../admin/lang/dynamic_strings.php:272
2715
  #, fuzzy
2716
  msgid "l-ta-in"
2717
  msgstr "Tamil"
2718
 
2719
  # Telugu
2720
+ #: ../../admin/lang/dynamic_strings.php:273
2721
  msgid "l-te"
2722
  msgstr "Telugu"
2723
 
2724
  # Telugu
2725
+ #: ../../admin/lang/dynamic_strings.php:274
2726
  #, fuzzy
2727
  msgid "l-te-in"
2728
  msgstr "Telugu"
2729
 
2730
  # Thai
2731
+ #: ../../admin/lang/dynamic_strings.php:275
2732
  msgid "l-th"
2733
  msgstr "Thai"
2734
 
2735
  # Thai
2736
+ #: ../../admin/lang/dynamic_strings.php:276
2737
  #, fuzzy
2738
  msgid "l-th-th"
2739
  msgstr "Thai"
2740
 
2741
  # Tagalog
2742
+ #: ../../admin/lang/dynamic_strings.php:277
2743
  msgid "l-tl"
2744
  msgstr "Tagalog"
2745
 
2746
  # Tagalog
2747
+ #: ../../admin/lang/dynamic_strings.php:278
2748
  #, fuzzy
2749
  msgid "l-tl-ph"
2750
  msgstr "Tagalog"
2751
 
2752
  # Tswana
2753
+ #: ../../admin/lang/dynamic_strings.php:279
2754
  msgid "l-tn"
2755
  msgstr "Tswana"
2756
 
2757
  # English (South Africa)
2758
+ #: ../../admin/lang/dynamic_strings.php:280
2759
  #, fuzzy
2760
  msgid "l-tn-za"
2761
  msgstr "English (South Africa)"
2762
 
2763
  # Turkish
2764
+ #: ../../admin/lang/dynamic_strings.php:281
2765
  msgid "l-tr"
2766
  msgstr "Turkish"
2767
 
2768
  # Turkish
2769
+ #: ../../admin/lang/dynamic_strings.php:282
2770
  #, fuzzy
2771
  msgid "l-tr-tr"
2772
  msgstr "Turkish"
2773
 
2774
  # Tatar
2775
+ #: ../../admin/lang/dynamic_strings.php:283
2776
  msgid "l-tt"
2777
  msgstr "Tatar"
2778
 
2779
  # Tatar
2780
+ #: ../../admin/lang/dynamic_strings.php:284
2781
  #, fuzzy
2782
  msgid "l-tt-ru"
2783
  msgstr "Tatar"
2784
 
2785
  # Tsonga
2786
+ #: ../../admin/lang/dynamic_strings.php:285
2787
  msgid "l-ts"
2788
  msgstr "Tsonga"
2789
 
2790
  # Ukrainian
2791
+ #: ../../admin/lang/dynamic_strings.php:286
2792
  msgid "l-uk"
2793
  msgstr "Ukrainian"
2794
 
2795
  # Ukrainian
2796
+ #: ../../admin/lang/dynamic_strings.php:287
2797
  #, fuzzy
2798
  msgid "l-uk-ua"
2799
  msgstr "Ukrainian"
2800
 
2801
  # Urdu
2802
+ #: ../../admin/lang/dynamic_strings.php:288
2803
  msgid "l-ur"
2804
  msgstr "Urdu"
2805
 
2806
  # Urdu
2807
+ #: ../../admin/lang/dynamic_strings.php:289
2808
  #, fuzzy
2809
  msgid "l-ur-pk"
2810
  msgstr "Urdu"
2811
 
2812
  # Uzbek
2813
+ #: ../../admin/lang/dynamic_strings.php:290
2814
  msgid "l-uz"
2815
  msgstr "Uzbek"
2816
 
2817
  # Uzbek
2818
+ #: ../../admin/lang/dynamic_strings.php:291
2819
  #, fuzzy
2820
  msgid "l-uz-uz"
2821
  msgstr "Uzbek"
2822
 
2823
  # Vietnamese
2824
+ #: ../../admin/lang/dynamic_strings.php:292
2825
  msgid "l-vi"
2826
  msgstr "Vietnamese"
2827
 
2828
  # Vietnamese
2829
+ #: ../../admin/lang/dynamic_strings.php:293
2830
  #, fuzzy
2831
  msgid "l-vi-vn"
2832
  msgstr "Vietnamese"
2833
 
2834
  # Xhosa
2835
+ #: ../../admin/lang/dynamic_strings.php:294
2836
  msgid "l-xh"
2837
  msgstr "Xhosa"
2838
 
2839
  # Xhosa
2840
+ #: ../../admin/lang/dynamic_strings.php:295
2841
  #, fuzzy
2842
  msgid "l-xh-za"
2843
  msgstr "Xhosa"
2844
 
2845
  # Chinese
2846
+ #: ../../admin/lang/dynamic_strings.php:296
2847
  msgid "l-zh"
2848
  msgstr "Chinese"
2849
 
2850
  # Chinese (China)
2851
+ #: ../../admin/lang/dynamic_strings.php:297
2852
  msgid "l-zh-cn"
2853
  msgstr "Chinese (China)"
2854
 
2855
  # Chinese (Hong Kong)
2856
+ #: ../../admin/lang/dynamic_strings.php:298
2857
  msgid "l-zh-hk"
2858
  msgstr "Chinese (Hong Kong)"
2859
 
2860
  # Chinese
2861
+ #: ../../admin/lang/dynamic_strings.php:299
2862
  #, fuzzy
2863
  msgid "l-zh-mo"
2864
  msgstr "Chinese"
2865
 
2866
  # Chinese (Singapore)
2867
+ #: ../../admin/lang/dynamic_strings.php:300
2868
  msgid "l-zh-sg"
2869
  msgstr "Chinese (Singapore)"
2870
 
2871
  # Chinese (Taiwan)
2872
+ #: ../../admin/lang/dynamic_strings.php:301
2873
  msgid "l-zh-tw"
2874
  msgstr "Chinese (Taiwan)"
2875
 
2876
  # Zulu
2877
+ #: ../../admin/lang/dynamic_strings.php:302
2878
  msgid "l-zu"
2879
  msgstr "Zulu"
2880
 
2881
  # Zulu
2882
+ #: ../../admin/lang/dynamic_strings.php:303
2883
  #, fuzzy
2884
  msgid "l-zu-za"
2885
  msgstr "Zulu"
2886
 
2887
+ #: ../../admin/lang/dynamic_strings.php:304
2888
+ #: ../../admin/view/wp-slimstat-reports.php:953 ../../wp-slimstat.php:1404
2889
  msgid "l-"
2890
  msgstr "l-"
2891
 
2892
  # Unknown
2893
+ #: ../../admin/lang/dynamic_strings.php:305
2894
  msgid "l-empty"
2895
  msgstr "Unknown"
2896
 
2897
  # Unknown
2898
+ #: ../../admin/lang/dynamic_strings.php:306
2899
  msgid "l-xx"
2900
  msgstr "Unknown"
2901
 
2902
+ #: ../../admin/lang/dynamic_strings.php:307
2903
  msgid "c-xy"
2904
  msgstr "Local IP"
2905
 
2911
  msgid "Load"
2912
  msgstr ""
2913
 
2914
+ #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:1205
2915
  msgid "Today"
2916
  msgstr "Hoy"
2917
 
2918
+ #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:1206
2919
  msgid "Yesterday"
2920
  msgstr "Ayer"
2921
 
2941
  msgid "Date Range"
2942
  msgstr "Fecha y hora"
2943
 
2944
+ #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db.php:70
 
2945
  msgid "Day"
2946
  msgstr "Día"
2947
 
2948
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:71
 
2949
  msgid "Month"
2950
  msgstr "Mes"
2951
 
2952
+ #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db.php:72
 
2953
  msgid "Year"
2954
  msgstr "Año"
2955
 
2956
+ #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db.php:69
 
2957
  #, fuzzy
2958
  msgid "Hour"
2959
  msgstr "Paginas visitadas"
2962
  msgid "Min"
2963
  msgstr ""
2964
 
2965
+ #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db.php:75
 
2966
  msgid "hours"
2967
  msgstr ""
2968
 
2982
  "country of origin."
2983
  msgstr ""
2984
 
2985
+ #: ../../admin/view/right-now.php:8
2986
+ msgid "Human"
2987
+ msgstr "Humana"
2988
 
2989
+ #: ../../admin/view/right-now.php:8
2990
+ msgid "Bot/Crawler"
2991
+ msgstr "Bot/Crawler"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2992
 
2993
+ #: ../../admin/view/right-now.php:8
2994
+ msgid "Mobile Device"
2995
+ msgstr "Dispositivo Móvil"
 
 
2996
 
2997
+ #: ../../admin/view/right-now.php:8
2998
+ msgid "Syndication Reader"
2999
+ msgstr "Lector de Sindicación"
 
3000
 
3001
+ #: ../../admin/view/right-now.php:27
3002
+ #: ../../admin/view/wp-slimstat-reports.php:893
3003
+ msgid "No data to display"
3004
+ msgstr "No hay datos que mostrar"
 
3005
 
3006
+ # Unknown
3007
+ #: ../../admin/view/right-now.php:55
3008
+ #: ../../admin/view/wp-slimstat-reports.php:938
3009
+ #: ../../admin/view/wp-slimstat-reports.php:1439
3010
+ msgid "c-"
3011
+ msgstr "Unknown"
3012
 
3013
+ #: ../../admin/view/right-now.php:107 ../../admin/view/wp-slimstat-db.php:57
3014
+ #: ../../admin/wp-slimstat-admin.php:993
3015
+ #: ../../admin/wp-slimstat-admin.php:1033
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3016
  msgid "Originating IP"
3017
  msgstr "IP de Origen"
3018
 
3019
+ #: ../../admin/view/right-now.php:131
3020
  msgid "Server Latency and Page Speed in milliseconds"
3021
  msgstr ""
3022
 
3023
+ #: ../../admin/view/right-now.php:131
3024
  msgid "SL"
3025
  msgstr ""
3026
 
3027
+ #: ../../admin/view/right-now.php:131
3028
  msgid "PS"
3029
  msgstr ""
3030
 
3031
+ #: ../../admin/view/right-now.php:143
3032
+ #: ../../admin/view/wp-slimstat-reports.php:1018
3033
+ #: ../../admin/view/wp-slimstat-reports.php:1022
 
 
3034
  #, fuzzy
3035
  msgid "Open this URL in a new window"
3036
  msgstr "Abrir %s en una nueva ventana"
3037
 
3038
+ #: ../../admin/view/right-now.php:146
3039
  msgid "Local search results page"
3040
  msgstr "Página de resultados de búsqueda local"
3041
 
3042
+ #: ../../admin/view/right-now.php:151 ../../admin/view/wp-slimstat-db.php:39
3043
+ #: ../../admin/wp-slimstat-admin.php:996
3044
+ #: ../../admin/wp-slimstat-admin.php:1012
 
3045
  #, fuzzy
3046
  msgid "Search Terms"
3047
  msgstr "Principales Recursos"
3048
 
3049
+ #: ../../admin/view/right-now.php:156
3050
  #, fuzzy
3051
  msgid "Open this referrer in a new window"
3052
  msgstr "Abrir referido en una nueva página"
3053
 
3054
+ #: ../../admin/view/right-now.php:157
3055
+ #, fuzzy
3056
+ msgid "Open this outbound link in a new window"
3057
+ msgstr "Abrir %s en una nueva ventana"
3058
+
3059
+ #: ../../admin/view/right-now.php:158
3060
  #, fuzzy
3061
  msgid "Date and Time"
3062
  msgstr "Fecha/Hora"
3063
 
3064
+ #: ../../admin/view/right-now.php:159
3065
  #, fuzzy
3066
  msgid "Content Type"
3067
  msgstr "Contenido"
3068
 
3069
+ #: ../../admin/view/right-now.php:162
3070
  #, fuzzy
3071
  msgid "Delete this pageview"
3072
  msgstr "Filtrar páginas visitadas dondé:"
3073
 
 
3074
  #: ../../admin/view/wp-slimstat-db.php:36
3075
+ #: ../../admin/wp-slimstat-admin.php:1009
3076
  msgid "Browser"
3077
  msgstr "Navegador"
3078
 
 
3079
  #: ../../admin/view/wp-slimstat-db.php:37
3080
+ #: ../../admin/view/wp-slimstat-reports.php:937
3081
+ #: ../../admin/wp-slimstat-admin.php:1010
3082
  msgid "Country Code"
3083
  msgstr "Código de Pais"
3084
 
 
3085
  #: ../../admin/view/wp-slimstat-db.php:38
3086
  msgid "IP Address"
3087
  msgstr "Dirección IP"
3088
 
 
3089
  #: ../../admin/view/wp-slimstat-db.php:40
3090
+ #: ../../admin/view/wp-slimstat-reports.php:952
3091
+ #: ../../admin/wp-slimstat-admin.php:1013
3092
  msgid "Language Code"
3093
  msgstr "Código de Idioma"
3094
 
 
3095
  #: ../../admin/view/wp-slimstat-db.php:41
3096
+ #: ../../admin/wp-slimstat-admin.php:1014
3097
  msgid "Operating System"
3098
  msgstr "Sistema Operativo"
3099
 
 
3100
  #: ../../admin/view/wp-slimstat-db.php:42
3101
+ #: ../../admin/wp-slimstat-admin.php:1015
3102
  msgid "Permalink"
3103
  msgstr "Enlace Permanente"
3104
 
 
 
 
 
 
3105
  #: ../../admin/view/wp-slimstat-db.php:43
3106
+ #: ../../admin/wp-slimstat-admin.php:1016
3107
  msgid "Referer"
3108
  msgstr "Referido"
3109
 
 
3110
  #: ../../admin/view/wp-slimstat-db.php:44
3111
+ #: ../../admin/wp-slimstat-admin.php:1017
3112
  #, fuzzy
3113
  msgid "Visitor's Name"
3114
  msgstr "Visitantes"
3115
 
 
3116
  #: ../../admin/view/wp-slimstat-db.php:45
3117
+ #: ../../admin/wp-slimstat-admin.php:999
3118
+ #, fuzzy
3119
+ msgid "Outbound Link"
3120
+ msgstr "Enlaces Salientes Recientes"
3121
+
3122
+ #: ../../admin/view/wp-slimstat-db.php:46
3123
  msgid "Page Speed"
3124
  msgstr ""
3125
 
3126
+ #: ../../admin/view/wp-slimstat-db.php:48
 
3127
  msgid "-- Advanced filters --"
3128
  msgstr "-- Filtros Avanzados --"
3129
 
3130
+ #: ../../admin/view/wp-slimstat-db.php:49
3131
+ #: ../../admin/view/wp-slimstat-reports.php:293
 
3132
  #, fuzzy
3133
  msgid "Browser Capabilities"
3134
  msgstr "Navegador"
3135
 
3136
+ #: ../../admin/view/wp-slimstat-db.php:50
3137
+ #: ../../admin/wp-slimstat-admin.php:1028
 
3138
  #, fuzzy
3139
  msgid "Browser Version"
3140
  msgstr "Versión del Navegador"
3141
 
3142
+ #: ../../admin/view/wp-slimstat-db.php:51
3143
+ #: ../../admin/wp-slimstat-admin.php:1029
 
3144
  #, fuzzy
3145
  msgid "Browser Type"
3146
  msgstr "Navegador"
3147
 
3148
+ #: ../../admin/view/wp-slimstat-db.php:52
3149
+ #: ../../admin/wp-slimstat-admin.php:998
 
3150
  #, fuzzy
3151
  msgid "User Agent"
3152
  msgstr "Buscadores"
3153
 
 
 
 
 
 
 
 
3154
  #: ../../admin/view/wp-slimstat-db.php:53
3155
+ #: ../../admin/wp-slimstat-admin.php:1030
 
 
 
 
 
 
 
3156
  #, fuzzy
3157
  msgid "Pageview Attributes"
3158
  msgstr "Paginas visitadas"
3159
 
3160
+ #: ../../admin/view/wp-slimstat-db.php:54
 
3161
  msgid "Server Latency"
3162
  msgstr ""
3163
 
3164
+ #: ../../admin/view/wp-slimstat-db.php:55
3165
+ #: ../../admin/wp-slimstat-admin.php:1031
 
 
 
 
 
 
 
3166
  msgid "Post Author"
3167
  msgstr "Autor de la entrada(sección)"
3168
 
3169
+ #: ../../admin/view/wp-slimstat-db.php:56
3170
+ #: ../../admin/wp-slimstat-admin.php:1032
 
3171
  msgid "Post Category ID"
3172
  msgstr "ID de la entrada(sección) de la Categoria"
3173
 
3174
+ #: ../../admin/view/wp-slimstat-db.php:58
3175
+ #: ../../admin/wp-slimstat-admin.php:1034
 
3176
  #, fuzzy
3177
  msgid "Resource Content Type"
3178
  msgstr "Contenidos Recientes"
3179
 
3180
+ #: ../../admin/view/wp-slimstat-db.php:59
 
3181
  #, fuzzy
3182
  msgid "Resource ID"
3183
  msgstr "Principales Recursos"
3184
 
3185
+ #: ../../admin/view/wp-slimstat-db.php:60
3186
+ msgid "Screen Width"
3187
+ msgstr ""
3188
+
3189
+ #: ../../admin/view/wp-slimstat-db.php:61
3190
+ #, fuzzy
3191
+ msgid "Screen Height"
3192
  msgstr "Resolución de Pantalla"
3193
 
3194
+ #: ../../admin/view/wp-slimstat-db.php:62
3195
+ msgid "Viewport Size"
3196
+ msgstr ""
3197
+
3198
+ #: ../../admin/view/wp-slimstat-db.php:63
3199
+ #: ../../admin/wp-slimstat-admin.php:1036
3200
  #, fuzzy
3201
  msgid "Visit ID"
3202
  msgstr "Visitas"
3203
 
3204
+ #: ../../admin/view/wp-slimstat-db.php:68
 
3205
  msgid "Minute"
3206
  msgstr ""
3207
 
3208
+ #: ../../admin/view/wp-slimstat-db.php:73
 
3209
  msgid "+/-"
3210
  msgstr ""
3211
 
3212
+ #: ../../admin/view/wp-slimstat-db.php:76
 
3213
  #, fuzzy
3214
  msgid "minutes"
3215
  msgstr "1 - 3 minutos"
3216
 
3217
+ #: ../../admin/view/wp-slimstat-db.php:77
3218
+ msgid "Unix Timestamp"
3219
+ msgstr ""
3220
+
3221
+ #: ../../admin/view/wp-slimstat-db.php:79
3222
  #, fuzzy
3223
+ msgid "Direction"
3224
  msgstr "director"
3225
 
 
3226
  #: ../../admin/view/wp-slimstat-db.php:80
3227
  msgid "Limit Results"
3228
  msgstr "Limitar Resultados"
3229
 
 
3230
  #: ../../admin/view/wp-slimstat-db.php:81
3231
  msgid "Start From"
3232
  msgstr "Comenzar desde"
3233
 
3234
+ #: ../../admin/view/wp-slimstat-reports.php:20
3235
+ #: ../../admin/wp-slimstat-admin.php:635 ../../wp-slimstat.php:1727
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3236
  msgid "Real-Time Log"
3237
  msgstr ""
3238
 
3239
+ #: ../../admin/view/wp-slimstat-reports.php:21
3240
+ #: ../../admin/wp-slimstat-admin.php:636 ../../admin/wp-slimstat-admin.php:651
3241
+ #: ../../wp-slimstat.php:1728
3242
  msgid "Overview"
3243
  msgstr "Visión general"
3244
 
3245
+ #: ../../admin/view/wp-slimstat-reports.php:22
3246
+ #: ../../admin/wp-slimstat-admin.php:637 ../../admin/wp-slimstat-admin.php:652
3247
+ #: ../../wp-slimstat.php:1729
3248
  msgid "Audience"
3249
  msgstr ""
3250
 
3251
+ #: ../../admin/view/wp-slimstat-reports.php:23
3252
+ #: ../../admin/wp-slimstat-admin.php:638 ../../admin/wp-slimstat-admin.php:653
3253
+ #: ../../wp-slimstat.php:1730
3254
  msgid "Site Analysis"
3255
  msgstr ""
3256
 
3257
+ #: ../../admin/view/wp-slimstat-reports.php:24
3258
+ #: ../../admin/view/wp-slimstat-reports.php:411
3259
+ #: ../../admin/wp-slimstat-admin.php:639 ../../admin/wp-slimstat-admin.php:654
3260
+ #: ../../wp-slimstat.php:1731
3261
+ msgid "Traffic Sources"
3262
+ msgstr "Origen del Tráfico"
3263
+
3264
+ #: ../../admin/view/wp-slimstat-reports.php:25
3265
+ #: ../../admin/wp-slimstat-admin.php:640 ../../admin/wp-slimstat-admin.php:655
3266
+ #: ../../wp-slimstat.php:1732
3267
  msgid "Map Overlay"
3268
  msgstr ""
3269
 
3270
+ #: ../../admin/view/wp-slimstat-reports.php:74
3271
+ msgid "Chart controls"
3272
+ msgstr "Controles de gráfica"
 
 
3273
 
3274
+ #: ../../admin/view/wp-slimstat-reports.php:74
3275
+ msgid "Use your mouse wheel to zoom in and out"
3276
+ msgstr "Use su ratón para acercarse y alejarse"
3277
+
3278
+ #: ../../admin/view/wp-slimstat-reports.php:74
3279
+ msgid "While zooming in, drag the chart to move to a different area"
3280
+ msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
3281
+
3282
+ #: ../../admin/view/wp-slimstat-reports.php:74
3283
+ msgid "Double click on an empty region to reset the zoom level"
3284
+ msgstr ""
3285
+ "Haga doble clic en una región vacía para resetear el nivel de acercamiento"
3286
+
3287
+ #: ../../admin/view/wp-slimstat-reports.php:77
3288
  #, fuzzy
3289
+ msgid "Activity"
3290
+ msgstr "Bitácora de actividades"
3291
 
3292
+ #: ../../admin/view/wp-slimstat-reports.php:86
3293
+ #, fuzzy
3294
+ msgid "Color codes"
3295
+ msgstr "Código de Pais"
3296
+
3297
+ #: ../../admin/view/wp-slimstat-reports.php:86
3298
+ #, fuzzy
3299
+ msgid "From search result page"
3300
+ msgstr "Desde una página con resultados de búsqueda"
3301
+
3302
+ #: ../../admin/view/wp-slimstat-reports.php:86
3303
+ #: ../../admin/wp-slimstat-admin.php:991
3304
+ #, fuzzy
3305
+ msgid "Known Visitor"
3306
+ msgstr "Palabras clave recientes"
3307
+
3308
+ #: ../../admin/view/wp-slimstat-reports.php:86
3309
+ #, fuzzy
3310
+ msgid "Known Users"
3311
+ msgstr "Navegadores recientes"
3312
+
3313
+ #: ../../admin/view/wp-slimstat-reports.php:86
3314
+ msgid "Other Humans"
3315
+ msgstr "Otros seres humanos"
3316
+
3317
+ #: ../../admin/view/wp-slimstat-reports.php:86
3318
+ msgid "Bot or Crawler"
3319
+ msgstr "Bot o Crawler"
3320
+
3321
+ #: ../../admin/view/wp-slimstat-reports.php:100
3322
  #, fuzzy
3323
  msgid "About Slimstat"
3324
  msgstr "Acerca de WP-SlimStat"
3325
 
3326
+ #: ../../admin/view/wp-slimstat-reports.php:106
3327
  msgid "At a Glance"
3328
  msgstr "Un vistazo"
3329
 
3330
+ #: ../../admin/view/wp-slimstat-reports.php:112
3331
  #, fuzzy
3332
  msgid "Currently Online"
3333
  msgstr "Filtros Actuales:"
3334
 
3335
+ #: ../../admin/view/wp-slimstat-reports.php:123
3336
+ #, fuzzy
3337
+ msgid ""
3338
+ "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
3339
+ "Slimstat leverages this information to identify returning visitors. Please "
3340
+ "note that visitors also include registered users."
3341
+ msgstr ""
3342
+ "Cuando los visitantes dejen un comentario en su blog, WordPress les asigna "
3343
+ "una cookie. WP SLIMStat aprovecha esta información para identificar a los "
3344
+ "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
3345
+ "también incluyen a los usuarios registrados."
3346
+
3347
+ #: ../../admin/view/wp-slimstat-reports.php:126
3348
  #, fuzzy
3349
  msgid "Recent Search Terms"
3350
  msgstr "Búsquedas Internas Recientes"
3351
 
3352
+ #: ../../admin/view/wp-slimstat-reports.php:135
3353
+ msgid "Keywords used by your visitors to find your website on a search engine."
3354
+ msgstr ""
3355
+ "Palabras clave utilizadas por los visitantes para encontrar su sitio en un "
3356
+ "motor de búsqueda."
3357
+
3358
+ #: ../../admin/view/wp-slimstat-reports.php:138
3359
  #, fuzzy
3360
  msgid "Top Pages"
3361
  msgstr "Principales Páginas de Salida"
3362
 
3363
+ #: ../../admin/view/wp-slimstat-reports.php:149
3364
+ msgid ""
3365
+ "Here a \"page\" is not just a WordPress page type, but any web page on your "
3366
+ "website, including posts, products, categories, and so on."
3367
+ msgstr ""
3368
+
3369
+ #: ../../admin/view/wp-slimstat-reports.php:152
3370
  #, fuzzy
3371
  msgid "Top Traffic Sources"
3372
  msgstr "Origen del Tráfico"
3373
 
3374
+ #: ../../admin/view/wp-slimstat-reports.php:164
3375
  #, fuzzy
3376
  msgid "Top Known Visitors"
3377
  msgstr "Palabras clave recientes"
3378
 
3379
+ #: ../../admin/view/wp-slimstat-reports.php:175
 
 
3380
  #, fuzzy
3381
  msgid "Top Search Terms"
3382
  msgstr "Principales Recursos"
3383
 
3384
+ #: ../../admin/view/wp-slimstat-reports.php:186
 
 
3385
  msgid "Top Countries"
3386
  msgstr "Paises que más visitan"
3387
 
3388
+ #: ../../admin/view/wp-slimstat-reports.php:195
3389
+ #, fuzzy
3390
+ msgid ""
3391
+ "You can configure Slimstat to ignore a specific Country by setting the "
3392
+ "corresponding filter under Settings > Slimstat > Filters."
3393
+ msgstr ""
3394
+ "Usted puede configurar WP SLIMStat para ignorar un determinado país mediante "
3395
+ "el establecimiento de el filtro correspondiente en Configuración> SLIMStat> "
3396
+ "Filtros."
3397
+
3398
+ #: ../../admin/view/wp-slimstat-reports.php:198
3399
  msgid "Rankings"
3400
  msgstr "Calificaciones"
3401
 
3402
+ #: ../../admin/view/wp-slimstat-reports.php:202
3403
  #, fuzzy
3404
+ msgid ""
3405
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3406
+ "measures your site's rankings. Values are updated every 12 hours. Filters "
3407
+ "set above don't apply to this report."
 
3408
  msgstr ""
3409
+ "WP SLIMStat recupera información en directo desde Alexa, Facebook y Google, "
3410
+ "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
3411
+ "Filtros indicados anteriormente no se aplican a este informe."
3412
 
3413
+ #: ../../admin/view/wp-slimstat-reports.php:205
3414
  #, fuzzy
3415
+ msgid "Top Language Families"
3416
+ msgstr "Idiomas"
3417
 
3418
+ #: ../../admin/view/wp-slimstat-reports.php:219
3419
+ msgid "Human Visits"
3420
+ msgstr "Visitas humanas"
3421
+
3422
+ #: ../../admin/view/wp-slimstat-reports.php:229
3423
  #, fuzzy
3424
  msgid "Audience Overview"
3425
  msgstr "Visión general"
3426
 
3427
+ #: ../../admin/view/wp-slimstat-reports.php:233
3428
+ msgid ""
3429
+ "Where not otherwise specified, the metrics in this report are referred to "
3430
+ "human visitors."
3431
+ msgstr ""
3432
+
3433
+ #: ../../admin/view/wp-slimstat-reports.php:236
3434
  #, fuzzy
3435
  msgid "Top Languages"
3436
  msgstr "Idiomas"
3437
 
3438
+ #: ../../admin/view/wp-slimstat-reports.php:247
3439
  #, fuzzy
3440
  msgid "Top Browsers"
3441
  msgstr "Navegador"
3442
 
3443
+ #: ../../admin/view/wp-slimstat-reports.php:258
3444
  #, fuzzy
3445
  msgid "Top Service Providers"
3446
  msgstr "Principales Recursos"
3447
 
3448
+ #: ../../admin/view/wp-slimstat-reports.php:267
3449
+ #: ../../admin/view/wp-slimstat-reports.php:279
3450
+ #, fuzzy
3451
+ msgid ""
3452
+ "Internet Service Provider: a company which provides other companies or "
3453
+ "individuals with access to the Internet. Your DSL or cable internet service "
3454
+ "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3455
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
3456
+ msgstr ""
3457
+ "Proveedor de servicios de Internet: Una empresa que ofrece a otras empresas "
3458
+ "o a particulares acceso a Internet. Su servicio de Internet DSL o por cable "
3459
+ "es proporcionado a usted por su ISP. <br><br> Puede ignorar las direcciones "
3460
+ "IP específicas estableciendo el filtro correspondiente en Configuración> "
3461
+ "SLIMStat> Filtros."
3462
+
3463
+ #: ../../admin/view/wp-slimstat-reports.php:270
3464
  #, fuzzy
3465
  msgid "Top Operating Systems"
3466
  msgstr "Sistemas Operativos"
3467
 
3468
+ #: ../../admin/view/wp-slimstat-reports.php:282
3469
  #, fuzzy
3470
  msgid "Top Screen Resolutions"
3471
  msgstr "Resolución de Pantalla"
3472
 
3473
+ #: ../../admin/view/wp-slimstat-reports.php:299
3474
  #, fuzzy
3475
  msgid "Visit Duration"
3476
  msgstr "Visitas"
3477
 
3478
+ #: ../../admin/view/wp-slimstat-reports.php:305
 
3479
  msgid "Recent Countries"
3480
  msgstr "Paises Recientes"
3481
 
3482
+ #: ../../admin/view/wp-slimstat-reports.php:316
3483
  #, fuzzy
3484
  msgid "Recent Screen Resolutions"
3485
  msgstr "Resolución de Pantalla"
3486
 
3487
+ #: ../../admin/view/wp-slimstat-reports.php:327
3488
  #, fuzzy
3489
  msgid "Recent Operating Systems"
3490
  msgstr "Sistemas Operativos"
3491
 
3492
+ #: ../../admin/view/wp-slimstat-reports.php:338
3493
  #, fuzzy
3494
  msgid "Recent Browsers"
3495
  msgstr "Contenidos Recientes"
3496
 
3497
+ #: ../../admin/view/wp-slimstat-reports.php:349
3498
  #, fuzzy
3499
  msgid "Recent Languages"
3500
  msgstr "Idiomas"
3501
 
3502
+ #: ../../admin/view/wp-slimstat-reports.php:360
3503
  #, fuzzy
3504
  msgid "Top Browser Families"
3505
  msgstr "Navegador"
3506
 
3507
+ #: ../../admin/view/wp-slimstat-reports.php:369
3508
+ msgid ""
3509
+ "This report shows you what user agent families (no version considered) are "
3510
+ "popular among your visitors."
3511
+ msgstr ""
3512
+ "Este informe muestra qué familias de agentes de usuarios son populares entre "
3513
+ "los visitantes (no considerada la versión)."
3514
+
3515
+ #: ../../admin/view/wp-slimstat-reports.php:372
3516
  msgid "Top OS Families"
3517
  msgstr "Páginas Recientes no encontradas"
3518
 
3519
+ #: ../../admin/view/wp-slimstat-reports.php:383
3520
+ msgid ""
3521
+ "This report shows you what operating system families (no version considered) "
3522
+ "are popular among your visitors."
3523
+ msgstr ""
3524
+ "Este informe le muestra qué familias de sistema operativo (sin versión "
3525
+ "considerado) son populares entre los visitantes."
3526
+
3527
+ #: ../../admin/view/wp-slimstat-reports.php:386
3528
  #, fuzzy
3529
  msgid "Recent Users"
3530
  msgstr "Buscadores"
3531
 
3532
+ #: ../../admin/view/wp-slimstat-reports.php:398
3533
  #, fuzzy
3534
  msgid "Top Users"
3535
  msgstr "Buscadores"
3536
 
3537
+ #: ../../admin/view/wp-slimstat-reports.php:421
 
 
 
 
 
3538
  #, fuzzy
3539
  msgid "Summary"
3540
  msgstr "Sumario de"
3541
 
3542
+ #: ../../admin/view/wp-slimstat-reports.php:427
3543
  #, fuzzy
3544
  msgid "Top Referring Search Engines"
3545
  msgstr "Motores de Búsqueda"
3546
 
3547
+ #: ../../admin/view/wp-slimstat-reports.php:439
 
 
 
 
3548
  #, fuzzy
3549
  msgid "Recent Exit Pages"
3550
  msgstr "Páginas recientes de rebote"
3551
 
3552
+ #: ../../admin/view/wp-slimstat-reports.php:451
3553
+ msgid "Recent Outbound Links"
3554
+ msgstr "Enlaces Salientes Recientes"
3555
+
3556
+ #: ../../admin/view/wp-slimstat-reports.php:464
3557
  #, fuzzy
3558
  msgid "Recent Posts"
3559
  msgstr "Contenidos Recientes"
3560
 
3561
+ #: ../../admin/view/wp-slimstat-reports.php:476
3562
  #, fuzzy
3563
  msgid "Recent Bounce Pages"
3564
  msgstr "Páginas recientes de rebote"
3565
 
3566
+ #: ../../admin/view/wp-slimstat-reports.php:487
3567
+ msgid ""
3568
+ "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3569
+ "left your site from the entrance (landing) page."
3570
+ msgstr ""
3571
+ "A <em> página de rebote </em> es una visita de una sola página, o visite en "
3572
+ "la que el usuario ha abandonado su sitio desde la página de entrada (de "
3573
+ "aterrizaje)."
3574
+
3575
+ #: ../../admin/view/wp-slimstat-reports.php:490
3576
  msgid "Recent Feeds"
3577
  msgstr "Feeds Recientes"
3578
 
3579
+ #: ../../admin/view/wp-slimstat-reports.php:502
3580
  msgid "Recent Pages Not Found"
3581
  msgstr "Páginas Recientes no encontradas"
3582
 
3583
+ #: ../../admin/view/wp-slimstat-reports.php:514
3584
  msgid "Recent Internal Searches"
3585
  msgstr "Búsquedas Internas Recientes"
3586
 
3587
+ #: ../../admin/view/wp-slimstat-reports.php:524
3588
+ #, fuzzy
3589
+ msgid "Searches performed using WordPress' built-in search functionality."
3590
+ msgstr ""
3591
+ "Búsquedas realizadas utilizando la funcionalidad integrada de búsqueda de "
3592
+ "Wordpress"
3593
+
3594
+ #: ../../admin/view/wp-slimstat-reports.php:527
3595
  #, fuzzy
3596
  msgid "Top Categories"
3597
  msgstr "Principales Páginas de Salida"
3598
 
3599
+ #: ../../admin/view/wp-slimstat-reports.php:540
 
 
 
 
3600
  #, fuzzy
3601
+ msgid "Top Downloads"
3602
+ msgstr "Descargas Recientes"
3603
+
3604
+ #: ../../admin/view/wp-slimstat-reports.php:550
3605
+ msgid ""
3606
+ "You can configure Slimstat to track specific file extensions as downloads."
3607
+ msgstr ""
3608
 
3609
+ #: ../../admin/view/wp-slimstat-reports.php:567
3610
  #, fuzzy
3611
  msgid "Top Posts"
3612
  msgstr "Paises que más visitan"
3613
 
3614
+ #: ../../admin/view/wp-slimstat-reports.php:579
 
 
 
 
 
3615
  #, fuzzy
3616
  msgid "Top Internal Searches"
3617
  msgstr "Búsquedas Internas Recientes"
3618
 
3619
+ #: ../../admin/view/wp-slimstat-reports.php:591
3620
  #, fuzzy
3621
  msgid "Recent Categories"
3622
  msgstr "Paises Recientes"
3623
 
3624
+ #: ../../admin/view/wp-slimstat-reports.php:603
 
 
 
 
 
3625
  #, fuzzy
3626
+ msgid "Top Pages Not Found"
3627
+ msgstr "Principales Páginas de Salida"
3628
 
3629
+ #: ../../admin/view/wp-slimstat-reports.php:615
3630
  #, fuzzy
3631
  msgid "Top Authors"
3632
  msgstr "Autor de la entrada(sección)"
3633
 
3634
+ #: ../../admin/view/wp-slimstat-reports.php:626
3635
  #, fuzzy
3636
  msgid "Top Tags"
3637
  msgstr "Principales Páginas de Salida"
3638
 
3639
+ #: ../../admin/view/wp-slimstat-reports.php:638
3640
  msgid "Recent Downloads"
3641
  msgstr "Descargas Recientes"
3642
 
3643
+ #: ../../admin/view/wp-slimstat-reports.php:650
3644
  #, fuzzy
3645
+ msgid "Top Outbound Links"
3646
+ msgstr "Enlaces Salientes Recientes"
3647
 
3648
+ #: ../../admin/view/wp-slimstat-reports.php:661
3649
  msgid "Your Website"
3650
  msgstr "Su sitio web"
3651
 
3652
+ #: ../../admin/view/wp-slimstat-reports.php:665
3653
+ msgid ""
3654
+ "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3655
+ "this report is not affected by the filters set here above."
3656
+ msgstr ""
3657
+ "Su contenido en un vistazo: publicaciones, comentarios, pingbacks, etc Tenga "
3658
+ "en cuenta que este informe no es afectado por los filtros establecidos aquí "
3659
+ "arriba."
3660
+
3661
+ #: ../../admin/view/wp-slimstat-reports.php:668
3662
  #, fuzzy
3663
  msgid "Top Bounce Pages"
3664
  msgstr "Porcentaje de Abandonos"
3665
 
3666
+ #: ../../admin/view/wp-slimstat-reports.php:681
3667
  #, fuzzy
3668
  msgid "Top Exit Pages"
3669
  msgstr "Principales Páginas de Salida"
3670
 
3671
+ #: ../../admin/view/wp-slimstat-reports.php:694
3672
  #, fuzzy
3673
  msgid "Top Entry Pages"
3674
  msgstr "Principales Páginas de Salida"
3675
 
3676
+ #: ../../admin/view/wp-slimstat-reports.php:708
3677
  msgid "World Map"
3678
  msgstr "Mapa del Mundo"
3679
 
3680
+ #: ../../admin/view/wp-slimstat-reports.php:783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3681
  msgid "Refresh"
3682
  msgstr "Refrescar"
3683
 
3684
+ #: ../../admin/view/wp-slimstat-reports.php:816
3685
  #, php-format
3686
  msgid "Results %s - %s of %s"
3687
  msgstr "Resultados %s - %s de %s"
3688
 
3689
+ #: ../../admin/view/wp-slimstat-reports.php:818
3690
  msgid "Refresh in"
3691
  msgstr "Refrescar en"
3692
 
3693
+ #: ../../admin/view/wp-slimstat-reports.php:958
3694
+ msgid "OS Code"
3695
+ msgstr "Código OS"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3696
 
3697
+ #: ../../admin/view/wp-slimstat-reports.php:963
3698
  #, fuzzy
3699
  msgid "Category ID"
3700
  msgstr "ID de la entrada(sección) de la Categoria"
3701
 
3702
+ #: ../../admin/view/wp-slimstat-reports.php:981
 
 
 
 
3703
  #, fuzzy
3704
  msgid "Referrer"
3705
  msgstr "Referido"
3706
 
3707
+ #: ../../admin/view/wp-slimstat-reports.php:1008
3708
+ #: ../../admin/view/wp-slimstat-reports.php:1219
3709
+ #: ../../admin/view/wp-slimstat-reports.php:1260
3710
+ #: ../../admin/view/wp-slimstat-reports.php:1266
3711
+ #: ../../admin/view/wp-slimstat-reports.php:1272
3712
+ #: ../../admin/view/wp-slimstat-reports.php:1278
3713
+ #: ../../admin/view/wp-slimstat-reports.php:1284
3714
+ #: ../../admin/view/wp-slimstat-reports.php:1290
3715
+ #: ../../admin/view/wp-slimstat-reports.php:1296
3716
  #, fuzzy
3717
  msgid "Hits"
3718
  msgstr "Visitas"
3719
 
3720
+ #: ../../admin/view/wp-slimstat-reports.php:1057
3721
+ #: ../../admin/view/wp-slimstat-reports.php:1238
3722
+ msgid "Visits"
3723
+ msgstr "Visitas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3724
 
3725
+ #: ../../admin/view/wp-slimstat-reports.php:1062
3726
+ msgid "Domains"
3727
+ msgstr "Dominios"
 
3728
 
3729
+ #: ../../admin/view/wp-slimstat-reports.php:1178
3730
  #, fuzzy
3731
+ msgid "Dataset Size"
3732
+ msgstr "Tamaño de los Datos"
3733
 
3734
+ #: ../../admin/view/wp-slimstat-reports.php:1179
3735
  #, fuzzy
3736
  msgid "DB Size"
3737
  msgstr "Tamaño de los Datos"
3738
 
3739
+ #: ../../admin/view/wp-slimstat-reports.php:1180
3740
  msgid "Tracking Active"
3741
  msgstr "Seguimiento Activo"
3742
 
3743
+ #: ../../admin/view/wp-slimstat-reports.php:1181
3744
  msgid "Javascript Mode"
3745
  msgstr "Modo Javascript"
3746
 
3747
+ #: ../../admin/view/wp-slimstat-reports.php:1182
3748
  msgid "Tracking Browser Caps"
3749
  msgstr "Caps para rastreo de Navegador"
3750
 
3751
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3752
  msgid "Auto purge"
3753
  msgstr "Autopurgar"
3754
 
3755
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3756
+ #: ../../admin/wp-slimstat-admin.php:1066
3757
  msgid "No"
3758
  msgstr "No"
3759
 
3760
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3761
  #, fuzzy
3762
  msgid "Oldest pageview"
3763
  msgstr "Visita más larga"
3764
 
3765
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3766
  #, fuzzy
3767
  msgid "No visits"
3768
  msgstr "Visitantes"
3769
 
3770
+ #: ../../admin/view/wp-slimstat-reports.php:1195
3771
+ #: ../../admin/view/wp-slimstat-reports.php:1320
3772
  #, fuzzy
3773
  msgid ""
3774
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3777
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
3778
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
3779
 
3780
+ #: ../../admin/view/wp-slimstat-reports.php:1197
3781
+ #, fuzzy
3782
+ msgid "Days in Range"
3783
+ msgstr "Fecha y hora"
3784
+
3785
+ #: ../../admin/view/wp-slimstat-reports.php:1198
3786
+ #, fuzzy
3787
+ msgid ""
3788
+ "How many pages have been visited on average every day during the current "
3789
+ "period."
3790
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
3791
 
3792
+ #: ../../admin/view/wp-slimstat-reports.php:1199
3793
  #, fuzzy
3794
+ msgid "Average Daily Pageviews"
3795
  msgstr "Promedio Paginas Visitadas"
3796
 
3797
+ #: ../../admin/view/wp-slimstat-reports.php:1200
3798
  msgid ""
3799
  "Visitors who landed on your site after searching for a keyword on Google, "
3800
  "Yahoo, etc."
3802
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
3803
  "Google, yahoo, etc."
3804
 
3805
+ #: ../../admin/view/wp-slimstat-reports.php:1201
3806
  #, fuzzy
3807
  msgid "From Search Results"
3808
  msgstr "Principales Recursos"
3809
 
3810
+ #: ../../admin/view/wp-slimstat-reports.php:1202
3811
  msgid ""
3812
  "Used to differentiate between multiple requests to download a file from one "
3813
  "internet address (IP) and requests originating from many distinct addresses"
3816
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
3817
  "diferentes direcciones"
3818
 
3819
+ #: ../../admin/view/wp-slimstat-reports.php:1204
 
 
 
 
3820
  msgid "Last 30 minutes"
3821
  msgstr "Últimos 30 minutos"
3822
 
3823
+ #: ../../admin/view/wp-slimstat-reports.php:1237
3824
  msgid ""
3825
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3826
  "multiple times if they perform multiple visits."
3828
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
3829
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
3830
 
3831
+ #: ../../admin/view/wp-slimstat-reports.php:1239
 
 
 
 
 
3832
  msgid "It includes only traffic generated by human visitors."
3833
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
3834
 
3835
+ #: ../../admin/view/wp-slimstat-reports.php:1241
3836
+ #: ../../admin/view/wp-slimstat-reports.php:1332
3837
  msgid ""
3838
  "Percentage of single-page visits, i.e. visits in which the person left your "
3839
  "site from the entrance page."
3841
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
3842
  "dejó su sitio desde la página de entrada."
3843
 
3844
+ #: ../../admin/view/wp-slimstat-reports.php:1242
3845
  msgid "Bounce rate"
3846
  msgstr "Porcentaje de Abandonos"
3847
 
3848
+ #: ../../admin/view/wp-slimstat-reports.php:1243
3849
  msgid "Visitors who had previously left a comment on your blog."
3850
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
3851
 
3852
+ #: ../../admin/view/wp-slimstat-reports.php:1244
3853
  #, fuzzy
3854
  msgid "Known visitors"
3855
  msgstr "Palabras clave recientes"
3856
 
3857
+ #: ../../admin/view/wp-slimstat-reports.php:1245
3858
  msgid "Human users who visited your site only once."
3859
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
3860
 
3861
+ #: ../../admin/view/wp-slimstat-reports.php:1246
3862
  #, fuzzy
3863
  msgid "New visitors"
3864
  msgstr "Visitantes"
3865
 
3866
+ #: ../../admin/view/wp-slimstat-reports.php:1247
3867
  msgid "Bots"
3868
  msgstr "Motores de Búsqueda"
3869
 
3870
+ #: ../../admin/view/wp-slimstat-reports.php:1248
3871
  msgid "Pages per visit"
3872
  msgstr "Páginas por visita"
3873
 
3874
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3875
  msgid "Longest visit"
3876
  msgstr "Visita más larga"
3877
 
3878
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3879
  #, fuzzy
3880
  msgid "hits"
3881
  msgstr "Visitas"
3882
 
3883
+ #: ../../admin/view/wp-slimstat-reports.php:1262
3884
  msgid "0 - 30 seconds"
3885
  msgstr "0 - 30 segundos"
3886
 
3887
+ #: ../../admin/view/wp-slimstat-reports.php:1268
3888
  msgid "31 - 60 seconds"
3889
  msgstr "31 - 60 segundos"
3890
 
3891
+ #: ../../admin/view/wp-slimstat-reports.php:1274
3892
  msgid "1 - 3 minutes"
3893
  msgstr "1 - 3 minutos"
3894
 
3895
+ #: ../../admin/view/wp-slimstat-reports.php:1280
3896
  msgid "3 - 5 minutes"
3897
  msgstr "3 - 5 minutos"
3898
 
3899
+ #: ../../admin/view/wp-slimstat-reports.php:1286
3900
  msgid "5 - 7 minutes"
3901
  msgstr "5 - 7 minutos"
3902
 
3903
+ #: ../../admin/view/wp-slimstat-reports.php:1292
3904
  msgid "7 - 10 minutes"
3905
  msgstr "7 - 10 minutos"
3906
 
3907
+ #: ../../admin/view/wp-slimstat-reports.php:1298
3908
  msgid "More than 10 minutes"
3909
  msgstr "Más de 10 minutos"
3910
 
3911
+ #: ../../admin/view/wp-slimstat-reports.php:1307
3912
  #, fuzzy
3913
  msgid "Average time on site"
3914
  msgstr "Promedio de páginas vistas por horas"
3915
 
3916
+ #: ../../admin/view/wp-slimstat-reports.php:1322
3917
  msgid ""
3918
  "A referrer (or referring site) is the site that a visitor previously visited "
3919
  "before following a link to your site."
3921
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
3922
  "acceso antes de seguir un enlace a su sitio."
3923
 
3924
+ #: ../../admin/view/wp-slimstat-reports.php:1323
3925
  #, fuzzy
3926
  msgid "Unique Referrers"
3927
  msgstr "Referidos Únicos"
3928
 
3929
+ #: ../../admin/view/wp-slimstat-reports.php:1324
3930
  msgid ""
3931
  "Visitors who visited the site by typing the URL directly into their browser. "
3932
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3938
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
3939
  "enlaces de documentos que no incluyen variables de rastreo."
3940
 
3941
+ #: ../../admin/view/wp-slimstat-reports.php:1325
3942
  #, fuzzy
3943
  msgid "Direct Pageviews"
3944
  msgstr "Paginas visitadas"
3945
 
3946
+ #: ../../admin/view/wp-slimstat-reports.php:1326
3947
  msgid ""
3948
  "Visitors who came to your site via searches on Google or some other search "
3949
  "engine."
3951
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
3952
  "Google, yahoo, etc."
3953
 
3954
+ #: ../../admin/view/wp-slimstat-reports.php:1327
3955
  msgid "From a search result"
3956
  msgstr "Desde un resultado de búsqueda"
3957
 
3958
+ #: ../../admin/view/wp-slimstat-reports.php:1328
3959
  msgid ""
3960
  "The first page that a user views during a session. This is also known as the "
3961
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3967
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
3968
  "página de entrada."
3969
 
3970
+ #: ../../admin/view/wp-slimstat-reports.php:1329
3971
  #, fuzzy
3972
  msgid "Unique Landing Pages"
3973
  msgstr "IPs Unicas"
3974
 
3975
+ #: ../../admin/view/wp-slimstat-reports.php:1330
3976
  msgid "Number of single-page visits to your site over the selected period."
3977
  msgstr "Número de visitas a una página en el período seleccionado."
3978
 
3979
+ #: ../../admin/view/wp-slimstat-reports.php:1331
3980
  #, fuzzy
3981
  msgid "Bounce Pages"
3982
  msgstr "Porcentaje de Abandonos"
3983
 
3984
+ #: ../../admin/view/wp-slimstat-reports.php:1333
3985
  #, fuzzy
3986
  msgid "New Visitors Rate"
3987
  msgstr "Visitantes"
3988
 
3989
+ #: ../../admin/view/wp-slimstat-reports.php:1334
3990
  msgid ""
3991
  "Visitors who visited the site in the last 5 minutes coming from a search "
3992
  "engine."
3994
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
3995
  "motor de búsqueda."
3996
 
3997
+ #: ../../admin/view/wp-slimstat-reports.php:1335
3998
  #, fuzzy
3999
  msgid "Currently from search engines"
4000
  msgstr "Motores de Búsqueda"
4001
 
4002
+ #: ../../admin/view/wp-slimstat-reports.php:1407
4003
  msgid "Number of pages in your site included in Google's index."
4004
  msgstr "Número de páginas en su sitio incluidas en el índice de Google."
4005
 
4006
+ #: ../../admin/view/wp-slimstat-reports.php:1408
4007
  msgid "Google Index"
4008
  msgstr "Indice de Google"
4009
 
4010
+ #: ../../admin/view/wp-slimstat-reports.php:1409
4011
  msgid "Number of pages, according to Google, that link back to your site."
4012
  msgstr ""
4013
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
4014
 
4015
+ #: ../../admin/view/wp-slimstat-reports.php:1410
4016
  msgid "Google Backlinks"
4017
  msgstr "Backlinks Google"
4018
 
4019
+ #: ../../admin/view/wp-slimstat-reports.php:1411
4020
  msgid ""
4021
  "How many times the Facebook Like button has been approximately clicked on "
4022
  "your site."
4024
  "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
4025
  "Facebook en su sitio."
4026
 
4027
+ #: ../../admin/view/wp-slimstat-reports.php:1412
4028
  msgid "Facebook Likes"
4029
  msgstr "Me Gusta de Facebook"
4030
 
4031
+ #: ../../admin/view/wp-slimstat-reports.php:1413
4032
  msgid ""
4033
  "How many times your site has been shared by someone on the social network."
4034
  msgstr ""
4035
  "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
4036
 
4037
+ #: ../../admin/view/wp-slimstat-reports.php:1414
4038
  msgid "Facebook Shares"
4039
  msgstr "Compartidas en Facebook"
4040
 
4041
+ #: ../../admin/view/wp-slimstat-reports.php:1415
4042
  msgid "How many times links to your website have been clicked on Facebook."
4043
  msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
4044
 
4045
+ #: ../../admin/view/wp-slimstat-reports.php:1416
4046
  #, fuzzy
4047
  msgid "Facebook Clicks"
4048
  msgstr "Enlaces Salientes Recientes"
4049
 
4050
+ #: ../../admin/view/wp-slimstat-reports.php:1417
4051
  msgid ""
4052
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4053
  "traffic data."
4055
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
4056
  "información de tráfico de datos."
4057
 
4058
+ #: ../../admin/view/wp-slimstat-reports.php:1418
4059
  msgid "Alexa World Rank"
4060
  msgstr "Clasificación Mundial Alexa."
4061
 
4062
+ #: ../../admin/view/wp-slimstat-reports.php:1419
4063
  msgid "Alexa Country Rank"
4064
  msgstr "Clasificación por país Alexa"
4065
 
4066
+ #: ../../admin/view/wp-slimstat-reports.php:1420
4067
  msgid "Alexa Popularity"
4068
  msgstr "Popularidad Alexa"
4069
 
4070
  # Unknown
4071
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4072
  msgid "c-xx"
4073
  msgstr "Unknown"
4074
 
4075
  # Afghanistan
4076
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4077
  msgid "c-af"
4078
  msgstr "Afghanistan"
4079
 
4080
  # Åland Islands
4081
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4082
  msgid "c-ax"
4083
  msgstr "Åland Islands"
4084
 
4085
  # Albania
4086
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4087
  msgid "c-al"
4088
  msgstr "Albania"
4089
 
4090
  # Algeria
4091
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4092
  msgid "c-dz"
4093
  msgstr "Algeria"
4094
 
4095
  # Andorra
4096
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4097
  msgid "c-ad"
4098
  msgstr "Andorra"
4099
 
4100
  # Angola
4101
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4102
  msgid "c-ao"
4103
  msgstr "Angola"
4104
 
4105
  # Anguilla
4106
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4107
  msgid "c-ai"
4108
  msgstr "Anguilla"
4109
 
4110
  # Antigua and Barbuda
4111
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4112
  msgid "c-ag"
4113
  msgstr "Antigua and Barbuda"
4114
 
4115
  # Argentina
4116
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4117
  msgid "c-ar"
4118
  msgstr "Argentina"
4119
 
4120
  # Armenia
4121
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4122
  msgid "c-am"
4123
  msgstr "Armenia"
4124
 
4125
  # Aruba
4126
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4127
  msgid "c-aw"
4128
  msgstr "Aruba"
4129
 
4130
  # Australia
4131
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4132
  msgid "c-au"
4133
  msgstr "Australia"
4134
 
4135
  # Austria
4136
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4137
  msgid "c-at"
4138
  msgstr "Austria"
4139
 
4140
  # Azerbaijan
4141
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4142
  msgid "c-az"
4143
  msgstr "Azerbaijan"
4144
 
4145
  # Bahamas
4146
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4147
  msgid "c-bs"
4148
  msgstr "Bahamas"
4149
 
4150
  # Bahrain
4151
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4152
  msgid "c-bh"
4153
  msgstr "Bahrain"
4154
 
4155
  # Bangladesh
4156
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4157
  msgid "c-bd"
4158
  msgstr "Bangladesh"
4159
 
4160
  # Barbados
4161
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4162
  msgid "c-bb"
4163
  msgstr "Barbados"
4164
 
4165
  # Belarus
4166
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4167
  msgid "c-by"
4168
  msgstr "Belarus"
4169
 
4170
  # Belgium
4171
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4172
  msgid "c-be"
4173
  msgstr "Belgium"
4174
 
4175
  # Belize
4176
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4177
  msgid "c-bz"
4178
  msgstr "Belize"
4179
 
4180
  # Benin
4181
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4182
  msgid "c-bj"
4183
  msgstr "Benin"
4184
 
4185
  # Bermuda
4186
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4187
  msgid "c-bm"
4188
  msgstr "Bermuda"
4189
 
4190
  # Bhutan
4191
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4192
  msgid "c-bt"
4193
  msgstr "Bhutan"
4194
 
4195
  # Bolivia
4196
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4197
  msgid "c-bo"
4198
  msgstr "Bolivia"
4199
 
4200
  # Bosnia and Herzegovina
4201
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4202
  msgid "c-ba"
4203
  msgstr "Bosnia and Herzegovina"
4204
 
4205
  # Botswana
4206
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4207
  msgid "c-bw"
4208
  msgstr "Botswana"
4209
 
4210
  # Brazil
4211
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4212
  msgid "c-br"
4213
  msgstr "Brazil"
4214
 
4215
  # Brunei Darussalam
4216
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4217
  msgid "c-bn"
4218
  msgstr "Brunei Darussalam"
4219
 
4220
  # Bulgaria
4221
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4222
  msgid "c-bg"
4223
  msgstr "Bulgaria"
4224
 
4225
  # Burkina Faso
4226
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4227
  msgid "c-bf"
4228
  msgstr "Burkina Faso"
4229
 
4230
  # Burundi
4231
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4232
  msgid "c-bi"
4233
  msgstr "Burundi"
4234
 
4235
  # Cambodia
4236
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4237
  msgid "c-kh"
4238
  msgstr "Cambodia"
4239
 
4240
  # Cameroon
4241
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4242
  msgid "c-cm"
4243
  msgstr "Cameroon"
4244
 
4245
  # Canada
4246
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4247
  msgid "c-ca"
4248
  msgstr "Canada"
4249
 
4250
  # Cape Verde
4251
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4252
  msgid "c-cv"
4253
  msgstr "Cape Verde"
4254
 
4255
  # Cayman Islands
4256
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4257
  msgid "c-ky"
4258
  msgstr "Cayman Islands"
4259
 
4260
  # Central African Republic
4261
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4262
  msgid "c-cf"
4263
  msgstr "Central African Republic"
4264
 
4265
  # Chad
4266
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4267
  msgid "c-td"
4268
  msgstr "Chad"
4269
 
4270
  # Chile
4271
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4272
  msgid "c-cl"
4273
  msgstr "Chile"
4274
 
4275
  # China
4276
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4277
  msgid "c-cn"
4278
  msgstr "China"
4279
 
4280
  # Colombia
4281
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4282
  msgid "c-co"
4283
  msgstr "Colombia"
4284
 
4285
  # Comoros
4286
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4287
  msgid "c-km"
4288
  msgstr "Comoros"
4289
 
4290
  # Congo
4291
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4292
  msgid "c-cg"
4293
  msgstr "Congo"
4294
 
4295
  # The Democratic Republic of the Congo
4296
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4297
  msgid "c-cd"
4298
  msgstr "The Democratic Republic of the Congo"
4299
 
4300
  # Costa Rica
4301
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4302
  msgid "c-cr"
4303
  msgstr "Costa Rica"
4304
 
4305
  # Côte d'Ivoire
4306
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4307
  msgid "c-ci"
4308
  msgstr "Côte d'Ivoire"
4309
 
4310
  # Croatia
4311
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4312
  msgid "c-hr"
4313
  msgstr "Croatia"
4314
 
4315
  # Cuba
4316
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4317
  msgid "c-cu"
4318
  msgstr "Cuba"
4319
 
4320
  # Cyprus
4321
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4322
  msgid "c-cy"
4323
  msgstr "Cyprus"
4324
 
4325
  # Czech Republic
4326
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4327
  msgid "c-cz"
4328
  msgstr "Czech Republic"
4329
 
4330
  # Denmark
4331
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4332
  msgid "c-dk"
4333
  msgstr "Denmark"
4334
 
4335
  # Djibouti
4336
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4337
  msgid "c-dj"
4338
  msgstr "Djibouti"
4339
 
4340
  # Dominica
4341
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4342
  msgid "c-dm"
4343
  msgstr "Dominica"
4344
 
4345
  # Dominican Republic
4346
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4347
  msgid "c-do"
4348
  msgstr "Dominican Republic"
4349
 
4350
  # Ecuador
4351
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4352
  msgid "c-ec"
4353
  msgstr "Ecuador"
4354
 
4355
  # Egypt
4356
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4357
  msgid "c-eg"
4358
  msgstr "Egypt"
4359
 
4360
  # El Salvador
4361
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4362
  msgid "c-sv"
4363
  msgstr "El Salvador"
4364
 
4365
  # Equatorial Guinea
4366
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4367
  msgid "c-gq"
4368
  msgstr "Equatorial Guinea"
4369
 
4370
  # Eritrea
4371
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4372
  msgid "c-er"
4373
  msgstr "Eritrea"
4374
 
4375
  # Estonia
4376
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4377
  msgid "c-ee"
4378
  msgstr "Estonia"
4379
 
4380
  # Ethiopia
4381
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4382
  msgid "c-et"
4383
  msgstr "Ethiopia"
4384
 
4385
  # Faroe Islands
4386
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4387
  msgid "c-fo"
4388
  msgstr "Faroe Islands"
4389
 
4390
  # Falkland Islands (Malvinas)
4391
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4392
  msgid "c-fk"
4393
  msgstr "Falkland Islands (Malvinas)"
4394
 
4395
  # Fiji
4396
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4397
  msgid "c-fj"
4398
  msgstr "Fiji"
4399
 
4400
  # Finland
4401
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4402
  msgid "c-fi"
4403
  msgstr "Finland"
4404
 
4405
  # France
4406
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4407
  msgid "c-fr"
4408
  msgstr "France"
4409
 
4410
  # French Guiana
4411
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4412
  msgid "c-gf"
4413
  msgstr "French Guiana"
4414
 
4415
  # Gabon
4416
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4417
  msgid "c-ga"
4418
  msgstr "Gabon"
4419
 
4420
  # Gambia
4421
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4422
  msgid "c-gm"
4423
  msgstr "Gambia"
4424
 
4425
  # Georgia
4426
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4427
  msgid "c-ge"
4428
  msgstr "Georgia"
4429
 
4430
  # Germany
4431
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4432
  msgid "c-de"
4433
  msgstr "Germany"
4434
 
4435
  # Ghana
4436
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4437
  msgid "c-gh"
4438
  msgstr "Ghana"
4439
 
4440
  # Greece
4441
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4442
  msgid "c-gr"
4443
  msgstr "Greece"
4444
 
4445
  # Greenland
4446
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4447
  msgid "c-gl"
4448
  msgstr "Greenland"
4449
 
4450
  # Grenada
4451
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4452
  msgid "c-gd"
4453
  msgstr "Grenada"
4454
 
4455
  # Guadeloupe
4456
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4457
  msgid "c-gp"
4458
  msgstr "Guadeloupe"
4459
 
4460
  # Guatemala
4461
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4462
  msgid "c-gt"
4463
  msgstr "Guatemala"
4464
 
4465
  # Guinea
4466
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4467
  msgid "c-gn"
4468
  msgstr "Guinea"
4469
 
4470
  # Guinea-Bissau
4471
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4472
  msgid "c-gw"
4473
  msgstr "Guinea-Bissau"
4474
 
4475
  # Guyana
4476
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4477
  msgid "c-gy"
4478
  msgstr "Guyana"
4479
 
4480
  # Haiti
4481
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4482
  msgid "c-ht"
4483
  msgstr "Haiti"
4484
 
4485
  # Honduras
4486
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4487
  msgid "c-hn"
4488
  msgstr "Honduras"
4489
 
4490
  # Hong Kong
4491
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4492
  msgid "c-hk"
4493
  msgstr "Hong Kong"
4494
 
4495
  # Hungary
4496
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4497
  msgid "c-hu"
4498
  msgstr "Hungary"
4499
 
4500
  # Iceland
4501
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4502
  msgid "c-is"
4503
  msgstr "Iceland"
4504
 
4505
  # India
4506
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4507
  msgid "c-in"
4508
  msgstr "India"
4509
 
4510
  # Indonesia
4511
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4512
  msgid "c-id"
4513
  msgstr "Indonesia"
4514
 
4515
  # Islamic Republic of Iran
4516
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4517
  msgid "c-ir"
4518
  msgstr "Islamic Republic of Iran"
4519
 
4520
  # Iraq
4521
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4522
  msgid "c-iq"
4523
  msgstr "Iraq"
4524
 
4525
  # Ireland
4526
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4527
  msgid "c-ie"
4528
  msgstr "Ireland"
4529
 
4530
  # Israel
4531
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4532
  msgid "c-il"
4533
  msgstr "Israel"
4534
 
4535
  # Italy
4536
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4537
  msgid "c-it"
4538
  msgstr "Italy"
4539
 
4540
  # Jamaica
4541
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4542
  msgid "c-jm"
4543
  msgstr "Jamaica"
4544
 
4545
  # Japan
4546
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4547
  msgid "c-jp"
4548
  msgstr "Japan"
4549
 
4550
  # Jordan
4551
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4552
  msgid "c-jo"
4553
  msgstr "Jordan"
4554
 
4555
  # Kazakhstan
4556
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4557
  msgid "c-kz"
4558
  msgstr "Kazakhstan"
4559
 
4560
  # Kenya
4561
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4562
  msgid "c-ke"
4563
  msgstr "Kenya"
4564
 
4565
  # Nauru
4566
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4567
  msgid "c-nr"
4568
  msgstr "Nauru"
4569
 
4570
  # Democratic People's Republic of Korea
4571
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4572
  msgid "c-kp"
4573
  msgstr "Democratic People's Republic of Korea"
4574
 
4575
  # Republic of Korea
4576
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4577
  msgid "c-kr"
4578
  msgstr "Republic of Korea"
4579
 
4580
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4581
  msgid "c-kv"
4582
  msgstr "c-kv"
4583
 
4584
  # Kuwait
4585
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4586
  msgid "c-kw"
4587
  msgstr "Kuwait"
4588
 
4589
  # Kyrgyzstan
4590
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4591
  msgid "c-kg"
4592
  msgstr "Kyrgyzstan"
4593
 
4594
  # Lao People's Democratic Republic
4595
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4596
  msgid "c-la"
4597
  msgstr "Lao People's Democratic Republic"
4598
 
4599
  # Latvia
4600
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4601
  msgid "c-lv"
4602
  msgstr "Latvia"
4603
 
4604
  # Lebanon
4605
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4606
  msgid "c-lb"
4607
  msgstr "Lebanon"
4608
 
4609
  # Lesotho
4610
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4611
  msgid "c-ls"
4612
  msgstr "Lesotho"
4613
 
4614
  # Liberia
4615
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4616
  msgid "c-lr"
4617
  msgstr "Liberia"
4618
 
4619
  # Libyan Arab Jamahiriya
4620
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4621
  msgid "c-ly"
4622
  msgstr "Libyan Arab Jamahiriya"
4623
 
4624
  # Liechtenstein
4625
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4626
  msgid "c-li"
4627
  msgstr "Liechtenstein"
4628
 
4629
  # Lithuania
4630
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4631
  msgid "c-lt"
4632
  msgstr "Lithuania"
4633
 
4634
  # Luxembourg
4635
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4636
  msgid "c-lu"
4637
  msgstr "Luxembourg"
4638
 
4639
  # The Former Yugoslav Republic of Macedonia
4640
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4641
  msgid "c-mk"
4642
  msgstr "The Former Yugoslav Republic of Macedonia"
4643
 
4644
  # Madagascar
4645
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4646
  msgid "c-mg"
4647
  msgstr "Madagascar"
4648
 
4649
  # Malawi
4650
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4651
  msgid "c-mw"
4652
  msgstr "Malawi"
4653
 
4654
  # Malaysia
4655
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4656
  msgid "c-my"
4657
  msgstr "Malaysia"
4658
 
4659
  # Mali
4660
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4661
  msgid "c-ml"
4662
  msgstr "Mali"
4663
 
4664
  # Malta
4665
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4666
  msgid "c-mt"
4667
  msgstr "Malta"
4668
 
4669
  # Martinique
4670
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4671
  msgid "c-mq"
4672
  msgstr "Martinique"
4673
 
4674
  # Mauritania
4675
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4676
  msgid "c-mr"
4677
  msgstr "Mauritania"
4678
 
4679
  # Mauritius
4680
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4681
  msgid "c-mu"
4682
  msgstr "Mauritius"
4683
 
4684
  # Mexico
4685
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4686
  msgid "c-mx"
4687
  msgstr "Mexico"
4688
 
4689
  # Moldova
4690
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4691
  msgid "c-md"
4692
  msgstr "Moldova"
4693
 
4694
  # Mongolia
4695
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4696
  msgid "c-mn"
4697
  msgstr "Mongolia"
4698
 
4699
  # Montenegro
4700
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4701
  msgid "c-me"
4702
  msgstr "Montenegro"
4703
 
4704
  # Montserrat
4705
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4706
  msgid "c-ms"
4707
  msgstr "Montserrat"
4708
 
4709
  # Morocco
4710
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4711
  msgid "c-ma"
4712
  msgstr "Morocco"
4713
 
4714
  # Mozambique
4715
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4716
  msgid "c-mz"
4717
  msgstr "Mozambique"
4718
 
4719
  # Myanmar
4720
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4721
  msgid "c-mm"
4722
  msgstr "Myanmar"
4723
 
4724
  # Namibia
4725
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4726
  msgid "c-na"
4727
  msgstr "Namibia"
4728
 
4729
  # Nepal
4730
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4731
  msgid "c-np"
4732
  msgstr "Nepal"
4733
 
4734
  # Netherlands
4735
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4736
  msgid "c-nl"
4737
  msgstr "Netherlands"
4738
 
4739
  # New Caledonia
4740
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4741
  msgid "c-nc"
4742
  msgstr "New Caledonia"
4743
 
4744
  # New Zealand
4745
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4746
  msgid "c-nz"
4747
  msgstr "New Zealand"
4748
 
4749
  # Nicaragua
4750
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4751
  msgid "c-ni"
4752
  msgstr "Nicaragua"
4753
 
4754
  # Niger
4755
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4756
  msgid "c-ne"
4757
  msgstr "Niger"
4758
 
4759
  # Nigeria
4760
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4761
  msgid "c-ng"
4762
  msgstr "Nigeria"
4763
 
4764
  # Norway
4765
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4766
  msgid "c-no"
4767
  msgstr "Norway"
4768
 
4769
  # Oman
4770
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4771
  msgid "c-om"
4772
  msgstr "Oman"
4773
 
4774
  # Pakistan
4775
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4776
  msgid "c-pk"
4777
  msgstr "Pakistan"
4778
 
4779
  # Palau
4780
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4781
  msgid "c-pw"
4782
  msgstr "Palau"
4783
 
4784
  # Occupied Palestinian Territory
4785
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4786
  msgid "c-ps"
4787
  msgstr "Occupied Palestinian Territory"
4788
 
4789
  # Panama
4790
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4791
  msgid "c-pa"
4792
  msgstr "Panama"
4793
 
4794
  # Papua New Guinea
4795
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4796
  msgid "c-pg"
4797
  msgstr "Papua New Guinea"
4798
 
4799
  # Paraguay
4800
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4801
  msgid "c-py"
4802
  msgstr "Paraguay"
4803
 
4804
  # Peru
4805
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4806
  msgid "c-pe"
4807
  msgstr "Peru"
4808
 
4809
  # Philippines
4810
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4811
  msgid "c-ph"
4812
  msgstr "Philippines"
4813
 
4814
  # Poland
4815
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4816
  msgid "c-pl"
4817
  msgstr "Poland"
4818
 
4819
  # Portugal
4820
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4821
  msgid "c-pt"
4822
  msgstr "Portugal"
4823
 
4824
  # Puerto Rico
4825
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4826
  msgid "c-pr"
4827
  msgstr "Puerto Rico"
4828
 
4829
  # Qatar
4830
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4831
  msgid "c-qa"
4832
  msgstr "Qatar"
4833
 
4834
  # Réunion
4835
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4836
  msgid "c-re"
4837
  msgstr "Réunion"
4838
 
4839
  # Romania
4840
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4841
  msgid "c-ro"
4842
  msgstr "Romania"
4843
 
4844
  # Russian Federation
4845
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4846
  msgid "c-ru"
4847
  msgstr "Russian Federation"
4848
 
4849
  # Rwanda
4850
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4851
  msgid "c-rw"
4852
  msgstr "Rwanda"
4853
 
4854
  # Saint Kitts and Nevis
4855
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4856
  msgid "c-kn"
4857
  msgstr "Saint Kitts and Nevis"
4858
 
4859
  # Saint Lucia
4860
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4861
  msgid "c-lc"
4862
  msgstr "Saint Lucia"
4863
 
4864
  # Saint Martin
4865
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4866
  msgid "c-mf"
4867
  msgstr "Saint Martin"
4868
 
4869
  # Saint Vincent and the Grenadines
4870
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4871
  msgid "c-vc"
4872
  msgstr "Saint Vincent and the Grenadines"
4873
 
4874
  # Samoa
4875
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4876
  msgid "c-ws"
4877
  msgstr "Samoa"
4878
 
4879
  # Sao Tome and Principe
4880
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4881
  msgid "c-st"
4882
  msgstr "Sao Tome and Principe"
4883
 
4884
  # Saudi Arabia
4885
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4886
  msgid "c-sa"
4887
  msgstr "Saudi Arabia"
4888
 
4889
  # Senegal
4890
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4891
  msgid "c-sn"
4892
  msgstr "Senegal"
4893
 
4894
  # Serbia
4895
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4896
  msgid "c-rs"
4897
  msgstr "Serbia"
4898
 
4899
  # Sierra Leone
4900
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4901
  msgid "c-sl"
4902
  msgstr "Sierra Leone"
4903
 
4904
  # Singapore
4905
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4906
  msgid "c-sg"
4907
  msgstr "Singapore"
4908
 
4909
  # Slovakia
4910
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4911
  msgid "c-sk"
4912
  msgstr "Slovakia"
4913
 
4914
  # Slovenia
4915
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4916
  msgid "c-si"
4917
  msgstr "Slovenia"
4918
 
4919
  # Solomon Islands
4920
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4921
  msgid "c-sb"
4922
  msgstr "Solomon Islands"
4923
 
4924
  # Somalia
4925
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4926
  msgid "c-so"
4927
  msgstr "Somalia"
4928
 
4929
  # South Africa
4930
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4931
  msgid "c-za"
4932
  msgstr "South Africa"
4933
 
4934
  # South Georgia and the South Sandwich Islands
4935
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4936
  msgid "c-gs"
4937
  msgstr "South Georgia and the South Sandwich Islands"
4938
 
4939
  # Spain
4940
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4941
  msgid "c-es"
4942
  msgstr "Spain"
4943
 
4944
  # Sri Lanka
4945
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4946
  msgid "c-lk"
4947
  msgstr "Sri Lanka"
4948
 
4949
  # Seychelles
4950
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4951
  msgid "c-sc"
4952
  msgstr "Seychelles"
4953
 
4954
  # Sudan
4955
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4956
  msgid "c-sd"
4957
  msgstr "Sudan"
4958
 
4959
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4960
  msgid "c-ss"
4961
  msgstr "c-ss"
4962
 
4963
  # Suriname
4964
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4965
  msgid "c-sr"
4966
  msgstr "Suriname"
4967
 
4968
  # Svalbard and Jan Mayen
4969
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4970
  msgid "c-sj"
4971
  msgstr "Svalbard and Jan Mayen"
4972
 
4973
  # Swaziland
4974
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4975
  msgid "c-sz"
4976
  msgstr "Swaziland"
4977
 
4978
  # Sweden
4979
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4980
  msgid "c-se"
4981
  msgstr "Sweden"
4982
 
4983
  # Switzerland
4984
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4985
  msgid "c-ch"
4986
  msgstr "Switzerland"
4987
 
4988
  # Syrian Arab Republic
4989
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4990
  msgid "c-sy"
4991
  msgstr "Syrian Arab Republic"
4992
 
4993
  # Taiwan, Province of China
4994
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4995
  msgid "c-tw"
4996
  msgstr "Taiwan, Province of China"
4997
 
4998
  # Tajikistan
4999
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5000
  msgid "c-tj"
5001
  msgstr "Tajikistan"
5002
 
5003
  # United Republic of Tanzania
5004
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5005
  msgid "c-tz"
5006
  msgstr "United Republic of Tanzania"
5007
 
5008
  # Thailand
5009
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5010
  msgid "c-th"
5011
  msgstr "Thailand"
5012
 
5013
  # Timor-Leste
5014
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5015
  msgid "c-tl"
5016
  msgstr "Timor-Leste"
5017
 
5018
  # Togo
5019
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5020
  msgid "c-tg"
5021
  msgstr "Togo"
5022
 
5023
  # Tonga
5024
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5025
  msgid "c-to"
5026
  msgstr "Tonga"
5027
 
5028
  # Trinidad and Tobago
5029
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5030
  msgid "c-tt"
5031
  msgstr "Trinidad and Tobago"
5032
 
5033
  # Tunisia
5034
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5035
  msgid "c-tn"
5036
  msgstr "Tunisia"
5037
 
5038
  # Turkey
5039
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5040
  msgid "c-tr"
5041
  msgstr "Turkey"
5042
 
5043
  # Turkmenistan
5044
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5045
  msgid "c-tm"
5046
  msgstr "Turkmenistan"
5047
 
5048
  # Turks and Caicos Islands
5049
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5050
  msgid "c-tc"
5051
  msgstr "Turks and Caicos Islands"
5052
 
5053
  # Uganda
5054
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5055
  msgid "c-ug"
5056
  msgstr "Uganda"
5057
 
5058
  # Ukraine
5059
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5060
  msgid "c-ua"
5061
  msgstr "Ukraine"
5062
 
5063
  # United Arab Emirates
5064
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5065
  msgid "c-ae"
5066
  msgstr "United Arab Emirates"
5067
 
5068
  # United Kingdom
5069
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5070
  msgid "c-gb"
5071
  msgstr "United Kingdom"
5072
 
5073
  # United States
5074
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5075
  msgid "c-us"
5076
  msgstr "United States"
5077
 
5078
  # Uruguay
5079
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5080
  msgid "c-uy"
5081
  msgstr "Uruguay"
5082
 
5083
  # Uzbekistan
5084
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5085
  msgid "c-uz"
5086
  msgstr "Uzbekistan"
5087
 
5088
  # Vanuatu
5089
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5090
  msgid "c-vu"
5091
  msgstr "Vanuatu"
5092
 
5093
  # Venezuela
5094
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5095
  msgid "c-ve"
5096
  msgstr "Venezuela"
5097
 
5098
  # Viet Nam
5099
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5100
  msgid "c-vn"
5101
  msgstr "Viet Nam"
5102
 
5103
  # British Virgin Islands
5104
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5105
  msgid "c-vg"
5106
  msgstr "British Virgin Islands"
5107
 
5108
  # U.S. Virgin Islands
5109
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5110
  msgid "c-vi"
5111
  msgstr "U.S. Virgin Islands"
5112
 
5113
  # Western Sahara
5114
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5115
  msgid "c-eh"
5116
  msgstr "Western Sahara"
5117
 
5118
  # Yemen
5119
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5120
  msgid "c-ye"
5121
  msgstr "Yemen"
5122
 
5123
  # Zambia
5124
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5125
  msgid "c-zm"
5126
  msgstr "Zambia"
5127
 
5128
  # Zimbabwe
5129
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5130
  msgid "c-zw"
5131
  msgstr "Zimbabwe"
5132
 
5133
  # Guernsey
5134
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5135
  msgid "c-gg"
5136
  msgstr "Guernsey"
5137
 
5138
  # Jersey
5139
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5140
  msgid "c-je"
5141
  msgstr "Jersey"
5142
 
5143
  # Isle of Man
5144
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5145
  msgid "c-im"
5146
  msgstr "Isle of Man"
5147
 
5148
  # Maldives
5149
+ #: ../../admin/view/wp-slimstat-reports.php:1430
5150
  msgid "c-mv"
5151
  msgstr "Maldives"
5152
 
5153
  # European Union
5154
+ #: ../../admin/view/wp-slimstat-reports.php:1431
5155
  msgid "c-eu"
5156
  msgstr "European Union"
5157
 
5158
+ #: ../../admin/view/wp-slimstat-reports.php:1523
5159
  msgid ""
5160
  "This value includes not only posts, but also custom post types, regardless "
5161
  "of their status"
5163
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
5164
  "personalizados, sin importar su estado"
5165
 
5166
+ #: ../../admin/view/wp-slimstat-reports.php:1524
5167
  #, fuzzy
5168
  msgid "Content Items"
5169
  msgstr "Contenido"
5170
 
5171
+ #: ../../admin/view/wp-slimstat-reports.php:1525
5172
  #, fuzzy
5173
  msgid "Total Comments"
5174
  msgstr "Total de Accesos"
5175
 
5176
+ #: ../../admin/view/wp-slimstat-reports.php:1526
5177
  msgid "Pingbacks"
5178
  msgstr "Pingbacks"
5179
 
5180
+ #: ../../admin/view/wp-slimstat-reports.php:1527
5181
  msgid "Trackbacks"
5182
  msgstr "Trackbacks"
5183
 
5184
+ #: ../../admin/view/wp-slimstat-reports.php:1528
5185
  msgid "Avg Comments Per Post"
5186
  msgstr "Promedio de Comentarios por Publicación"
5187
 
5188
+ #: ../../admin/view/wp-slimstat-reports.php:1529
5189
  msgid "Avg Posts Per Day"
5190
  msgstr "Promedio de Publicaciones por Día"
5191
 
5192
+ #: ../../admin/view/wp-slimstat-reports.php:1530
5193
  msgid "Avg Server Latency"
5194
  msgstr ""
5195
 
5196
+ #: ../../admin/view/wp-slimstat-reports.php:1531
5197
  #, fuzzy
5198
  msgid "Avg Page Load Time"
5199
  msgstr "Promedio Paginas Visitadas"
5200
 
5201
+ #: ../../admin/view/wp-slimstat-reports.php:1549
5202
+ msgid "src"
5203
+ msgstr "Src"
5204
+
5205
+ #: ../../admin/view/wp-slimstat-reports.php:1552
5206
+ msgid "serp"
5207
+ msgstr "Serp"
5208
+
5209
+ #: ../../admin/view/wp-slimstat-reports.php:1559
5210
+ msgid "Go to the referring page"
5211
+ msgstr "Vaya a la página de referencia"
5212
+
5213
+ #: ../../admin/view/wp-slimstat-reports.php:1581
5214
+ #, fuzzy
5215
+ msgid "Remove filter for"
5216
+ msgstr "Seleccionar filtro"
5217
+
5218
+ #: ../../admin/view/wp-slimstat-reports.php:1585
5219
+ msgid "Save"
5220
+ msgstr ""
5221
+
5222
+ #: ../../admin/view/wp-slimstat-reports.php:1588
5223
+ msgid "Reset All"
5224
+ msgstr "Resetear todos"
5225
+
5226
+ #: ../../admin/view/wp-slimstat-reports.php:1592
5227
+ msgid "Current filters:"
5228
+ msgstr "Filtros Actuales:"
5229
 
5230
+ #: ../../admin/wp-slimstat-admin.php:634 ../../admin/wp-slimstat-admin.php:645
5231
+ #: ../../admin/wp-slimstat-admin.php:647
5232
  #, fuzzy
5233
  msgid "SlimStat"
5234
  msgstr "Acerca de WP-SlimStat"
5235
 
5236
+ #: ../../admin/wp-slimstat-admin.php:641 ../../admin/wp-slimstat-admin.php:656
5237
+ #: ../../wp-slimstat.php:1733
5238
+ msgid "Custom Reports"
5239
+ msgstr "Informes Personalizados"
5240
+
5241
+ #: ../../admin/wp-slimstat-admin.php:729
5242
  #, fuzzy
5243
  msgid "Pageviews in the last "
5244
  msgstr "Visitas a la página en los últimos 365 días"
5245
 
5246
+ #: ../../admin/wp-slimstat-admin.php:732
5247
  #, fuzzy
5248
  msgid "Unique IPs in the last "
5249
  msgstr "Únicamente interno"
5250
 
5251
+ #: ../../admin/wp-slimstat-admin.php:787
5252
  msgid "Show on screen"
5253
  msgstr "Mostrar en pantalla"
5254
 
5255
+ #: ../../admin/wp-slimstat-admin.php:872
5256
  msgid "Already saved"
5257
  msgstr ""
5258
 
5259
+ #: ../../admin/wp-slimstat-admin.php:880
5260
  msgid "Saved"
5261
  msgstr ""
5262
 
5263
+ #: ../../admin/wp-slimstat-admin.php:900
5264
  #, fuzzy
5265
  msgid "Delete this filter"
5266
  msgstr "Filtrar páginas visitadas dondé:"
5267
 
5268
+ #: ../../admin/wp-slimstat-admin.php:944
5269
  msgid "There was an error updating the following options:"
5270
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5271
 
5272
+ #: ../../admin/wp-slimstat-admin.php:947
5273
  #, fuzzy
5274
  msgid "Your changes have been saved."
5275
  msgstr "Sus ajustes se han actualizado correctamente."
5276
 
5277
+ #: ../../admin/wp-slimstat-admin.php:970
5278
  msgid "Save Changes"
5279
  msgstr "Guardar los cambios"
5280
 
5281
+ #: ../../admin/wp-slimstat-admin.php:986
5282
  msgid "Definitions"
5283
  msgstr "Definiciones"
5284
 
5285
+ #: ../../admin/wp-slimstat-admin.php:989
5286
  #, fuzzy
5287
  msgid "Pageview"
5288
  msgstr "Paginas visitadas"
5289
 
5290
+ #: ../../admin/wp-slimstat-admin.php:989
5291
  #, fuzzy
5292
  msgid ""
5293
  "A request to load a single HTML file (\"page\"). This should be contrasted "
5299
  "archivo desde un servidor web. WP SLIMStat registra una visita de página "
5300
  "cada vez que el código de seguimiento se ejecuta"
5301
 
5302
+ #: ../../admin/wp-slimstat-admin.php:990
5303
  #, fuzzy
5304
  msgid "(Human) Visit"
5305
  msgstr "Visitas humanas"
5306
 
5307
+ #: ../../admin/wp-slimstat-admin.php:990
5308
  msgid ""
5309
  "A period of interaction between a visitor's browser and your website, ending "
5310
  "when the browser is closed or when the user has been inactive on that site "
5314
  "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
5315
  "en ese sitio durante 30 minutos"
5316
 
5317
+ #: ../../admin/wp-slimstat-admin.php:991
5318
  msgid ""
5319
  "Any user who has left a comment on your blog, and is thus identified by "
5320
  "Wordpress as a returning visitor"
5322
  "Todo usuario que haya dejado un comentario en su blog, por lo que es "
5323
  "identificado por Wordpress como un visitante que regresó"
5324
 
5325
+ #: ../../admin/wp-slimstat-admin.php:992
5326
  #, fuzzy
5327
  msgid "Unique IP"
5328
  msgstr "IPs Unicas"
5329
 
5330
+ #: ../../admin/wp-slimstat-admin.php:992
5331
  msgid ""
5332
  "Used to differentiate between multiple requests to download a file from one "
5333
  "internet address (IP) and requests originating from many distinct addresses; "
5340
  "dirección de Internet de donde vino una visita de página, es útil, pero no "
5341
  "es perfecta"
5342
 
5343
+ #: ../../admin/wp-slimstat-admin.php:993
5344
  msgid ""
5345
  "the originating IP address of a client connecting to a web server through an "
5346
  "HTTP proxy or load balancer"
5348
  "dirección IP de origen de un cliente que se conecta a un servidor web a "
5349
  "través de un proxy HTTP o equilibrador de carga"
5350
 
5351
+ #: ../../admin/wp-slimstat-admin.php:994
5352
  #, fuzzy
5353
  msgid "Direct Traffic"
5354
  msgstr "Visita Directa"
5355
 
5356
+ #: ../../admin/wp-slimstat-admin.php:994
5357
  msgid ""
5358
  "All those people showing up to your Web site by typing in the URL of your "
5359
  "Web site coming or from a bookmark; some people also call this \"default "
5363
  "URL de su sitio web o que vienen de un favorito, algunas personas también "
5364
  "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
5365
 
5366
+ #: ../../admin/wp-slimstat-admin.php:995
5367
  #, fuzzy
5368
  msgid "Search Engine"
5369
  msgstr "Motores de Búsqueda"
5370
 
5371
+ #: ../../admin/wp-slimstat-admin.php:995
5372
  msgid ""
5373
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
5374
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
5376
  "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
5377
  "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
5378
 
5379
+ #: ../../admin/wp-slimstat-admin.php:996
5380
+ #: ../../admin/wp-slimstat-admin.php:1012
5381
  msgid "Keywords used by your visitors to find your website on a search engine"
5382
  msgstr ""
5383
  "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
5384
  "en un buscador"
5385
 
5386
+ #: ../../admin/wp-slimstat-admin.php:997
5387
  msgid "SERP"
5388
  msgstr "SERP"
5389
 
5390
+ #: ../../admin/wp-slimstat-admin.php:997
5391
  msgid ""
5392
  "Short for search engine results page, the Web page that a search engine "
5393
  "returns with the results of its search. The value shown represents your rank "
5398
  "que se muestra representa su rango (o posición) dentro de esa lista de los "
5399
  "resultados"
5400
 
5401
+ #: ../../admin/wp-slimstat-admin.php:998
5402
  msgid ""
5403
  "Any program used for accessing a website; this includes browsers, robots, "
5404
  "spiders and any other program that was used to retrieve information from the "
5408
  "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
5409
  "recuperar información del sitio"
5410
 
5411
+ #: ../../admin/wp-slimstat-admin.php:999
5412
  msgid ""
5413
  "A link from one domain to another is said to be outbound from its source "
5414
  "anchor and inbound to its target. This report lists all the links to other "
5418
  "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
5419
  "enlaces a otros sitios web, seguidos por sus visitantes."
5420
 
5421
+ #: ../../admin/wp-slimstat-admin.php:1006
5422
  msgid "Basic Filters"
5423
  msgstr "Filtros básicos"
5424
 
5425
+ #: ../../admin/wp-slimstat-admin.php:1009
5426
  msgid "User agent (Firefox, Chrome, ...)"
5427
  msgstr "Agente usuario(Firefox, Chrome, ...)"
5428
 
5429
+ #: ../../admin/wp-slimstat-admin.php:1010
5430
  msgid "2-letter code (us, ru, de, it, ...)"
5431
  msgstr "código de 2 letras (eu, ru, de, it, ...)"
5432
 
5433
+ #: ../../admin/wp-slimstat-admin.php:1011
5434
  msgid "IP"
5435
  msgstr "IP"
5436
 
5437
+ #: ../../admin/wp-slimstat-admin.php:1011
5438
  msgid "Visitor's public IP address"
5439
  msgstr "Dirección IP pública del visitante"
5440
 
5441
+ #: ../../admin/wp-slimstat-admin.php:1013
5442
  msgid ""
5443
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
5444
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
5448
  "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
5449
  "(primera columna) para más información"
5450
 
5451
+ #: ../../admin/wp-slimstat-admin.php:1014
5452
  msgid ""
5453
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
5454
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
5458
  "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
5459
  "\">esta página del manual</a> para obtener más información"
5460
 
5461
+ #: ../../admin/wp-slimstat-admin.php:1015
5462
  msgid "URL accessed on your site"
5463
  msgstr "URL visitada en su sitio"
5464
 
5465
+ #: ../../admin/wp-slimstat-admin.php:1016
5466
  msgid "Complete address of the referrer page"
5467
  msgstr "Dirección completa de la página que refiere"
5468
 
5469
+ #: ../../admin/wp-slimstat-admin.php:1017
5470
  msgid ""
5471
  "Visitors' names according to the cookie set by Wordpress after they leave a "
5472
  "comment"
5474
  "Nombres de visitantes según la cookie establecida por Wordpress después de "
5475
  "dejar un comentario"
5476
 
5477
+ #: ../../admin/wp-slimstat-admin.php:1025
5478
  msgid "Advanced Filters"
5479
  msgstr "Filtros avanzados"
5480
 
5481
+ #: ../../admin/wp-slimstat-admin.php:1028
5482
  msgid "user agent version (9.0, 11, ...)"
5483
  msgstr "versión del agente de usuario (9,0, 11, ...)"
5484
 
5485
+ #: ../../admin/wp-slimstat-admin.php:1029
5486
  msgid ""
5487
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
5488
  "all others"
5490
  "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
5491
  "sindicación, 0 =a todos los demás"
5492
 
5493
+ #: ../../admin/wp-slimstat-admin.php:1030
 
 
 
 
 
 
 
 
 
 
 
 
5494
  msgid ""
5495
  "this field is set to <em>[pre]</em> if the resource has been accessed "
5496
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5500
  "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5501
  "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
5502
 
5503
+ #: ../../admin/wp-slimstat-admin.php:1031
5504
  msgid "author associated to that post/page when the resource was accessed"
5505
  msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
5506
 
5507
+ #: ../../admin/wp-slimstat-admin.php:1032
5508
  msgid "ID of the category/term associated to the resource, when available"
5509
  msgstr ""
5510
  "ID de la categoría / término asociado al recurso, cuando esté disponible"
5511
 
5512
+ #: ../../admin/wp-slimstat-admin.php:1033
5513
  msgid "visitor's originating IP address, if available"
5514
  msgstr "dirección IP de origen del visitante, si está disponible"
5515
 
5516
+ #: ../../admin/wp-slimstat-admin.php:1034
5517
  msgid ""
5518
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5519
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
5527
  "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
5528
  "manual para más información"
5529
 
5530
+ #: ../../admin/wp-slimstat-admin.php:1035
5531
+ msgid "Screen Resolution"
5532
+ msgstr "Resolución de Pantalla"
5533
+
5534
+ #: ../../admin/wp-slimstat-admin.php:1035
5535
  msgid "viewport width and height (1024x768, 800x600, ...)"
5536
  msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
5537
 
5538
+ #: ../../admin/wp-slimstat-admin.php:1036
5539
  msgid ""
5540
  "generally used in conjunction with <em>is not empty</em>, identifies human "
5541
  "visitors"
5543
  "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
5544
  "identifica los visitantes humanos"
5545
 
5546
+ #: ../../admin/wp-slimstat-admin.php:1037
5547
  msgid "Date Filters"
5548
  msgstr "Filtros de fecha"
5549
 
5550
+ #: ../../admin/wp-slimstat-admin.php:1037
5551
  msgid ""
5552
  "you can specify the timeframe by entering a number in the <em>interval</em> "
5553
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
5558
  "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
5559
  "año a la fecha)"
5560
 
5561
+ #: ../../admin/wp-slimstat-admin.php:1038
5562
  msgid "SERP Position"
5563
  msgstr "Posición SERP"
5564
 
5565
+ #: ../../admin/wp-slimstat-admin.php:1038
5566
  msgid ""
5567
  "set the filter to Referer contains cd=N&, where N is the position you are "
5568
  "looking for"
5570
  "configurar el filtro para Referer contiene cd=N&, donde N es la posición que "
5571
  "usted está buscando"
5572
 
5573
+ #: ../../admin/wp-slimstat-admin.php:1065
5574
  msgid "Yes"
5575
  msgstr "Si"
5576
 
5577
+ #: ../../admin/wp-slimstat-admin.php:1067
5578
  msgid "Site Specific"
5579
  msgstr ""
5580
 
5581
+ #: ../../wp-slimstat.php:207 ../../wp-slimstat.php:483
 
 
 
 
5582
  msgid "Pageview filtered by third-party code"
5583
  msgstr ""
5584
 
5585
+ #: ../../wp-slimstat.php:224
5586
  #, fuzzy
5587
  msgid "Malformed URL"
5588
  msgstr "Navegadores recientes"
5589
 
5590
+ #: ../../wp-slimstat.php:243
5591
  msgid "Referrer is blacklisted"
5592
  msgstr ""
5593
 
5594
+ #: ../../wp-slimstat.php:321
5595
  msgid "Permalink is blacklisted"
5596
  msgstr ""
5597
 
5598
+ #: ../../wp-slimstat.php:332
5599
+ msgid "Empty or not supported IP address format (IPv6)"
5600
+ msgstr ""
 
5601
 
5602
+ #: ../../wp-slimstat.php:341
5603
  msgid "Logged in user not tracked"
5604
  msgstr ""
5605
 
5606
+ #: ../../wp-slimstat.php:349
5607
  msgid "User with given capability not tracked"
5608
  msgstr ""
5609
 
5610
+ #: ../../wp-slimstat.php:356
5611
+ #, fuzzy, php-format
5612
+ msgid "User %s is blacklisted"
5613
+ msgstr "Navegador"
5614
 
5615
+ #: ../../wp-slimstat.php:376
5616
+ #, fuzzy, php-format
5617
+ msgid "Spammer %s not tracked"
5618
+ msgstr "Bot o Crawler"
5619
 
5620
+ #: ../../wp-slimstat.php:405
5621
+ #, fuzzy, php-format
5622
+ msgid "IP address %s is blacklisted"
5623
+ msgstr "Navegador"
5624
 
5625
+ #: ../../wp-slimstat.php:434
5626
+ #, fuzzy, php-format
5627
+ msgid "Country %s is blacklisted"
5628
+ msgstr "Navegador"
5629
 
5630
+ #: ../../wp-slimstat.php:443
5631
  #, fuzzy
5632
  msgid "Prefetch requests are ignored"
5633
  msgstr "Ignorar PPeticiones Prefetch"
5634
 
5635
+ #: ../../wp-slimstat.php:457
5636
  #, fuzzy
5637
  msgid "Bot not tracked"
5638
  msgstr "Bot o Crawler"
5639
 
5640
+ #: ../../wp-slimstat.php:466
5641
+ #, fuzzy, php-format
5642
+ msgid "Browser %s is blacklisted"
5643
  msgstr "Navegador"
5644
 
5645
+ #: ../../wp-slimstat.php:1135
5646
+ msgid "Invalid payload string. Try clearing your WordPress cache."
 
 
 
 
 
 
 
 
 
5647
  msgstr ""
5648
 
5649
+ #: ../../wp-slimstat.php:1145
5650
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5651
  msgstr ""
5652
 
5653
+ #: ../../wp-slimstat.php:1266
5654
  #, fuzzy
5655
  msgid "There was an error downloading the MaxMind Geolite DB:"
5656
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5657
 
5658
+ #: ../../wp-slimstat.php:1274 ../../wp-slimstat.php:1283
5659
  #, fuzzy
5660
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5661
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5662
 
5663
+ #: ../../wp-slimstat.php:1278
5664
+ msgid "Function gzopen not defined. Aborting."
5665
+ msgstr ""
5666
+
5667
+ #: ../../wp-slimstat.php:1288
5668
  #, fuzzy
5669
+ msgid "There was an error opening the unzipped MaxMind Geolite DB."
5670
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5671
 
5672
+ #~ msgid "Enable Tracking"
5673
+ #~ msgstr "Activar Seguimiento"
5674
+
5675
+ #~ msgid "Enable Spy Mode"
5676
+ #~ msgstr "Habilitar modo Espía"
5677
+
5678
+ #~ msgid "Javascript"
5679
+ #~ msgstr "Javascript"
5680
+
5681
+ #~ msgid "Asynchronous Views"
5682
+ #~ msgstr "Vistas asíncronas"
5683
+
5684
+ #~ msgid ""
5685
+ #~ "Load all the reports dynamically. It makes the reports render faster, but "
5686
+ #~ "it increases the load on your server."
5687
+ #~ msgstr ""
5688
+ #~ "Cargar todos los informes de forma dinámica. Hace que los informes se "
5689
+ #~ "realicen más rápido, pero aumenta la carga en el servidor."
5690
+
5691
+ #, fuzzy
5692
+ #~ msgid "All the archived records were successfully restored."
5693
+ #~ msgstr "Todos los registros se han eliminado con éxito."
5694
+
5695
+ #, fuzzy
5696
+ #~ msgid "Are you sure you want to restore all the archived pageviews?"
5697
+ #~ msgstr ""
5698
+ #~ "¿Está seguro de que desea restaurar la disposición por defecto de sus "
5699
+ #~ "informes?"
5700
+
5701
+ #, fuzzy
5702
+ #~ msgid "Restore Archive"
5703
+ #~ msgstr "Filtrar páginas visitadas dondé:"
5704
+
5705
+ # Austria
5706
+ #, fuzzy
5707
+ #~ msgid "at"
5708
+ #~ msgstr "Austria"
5709
+
5710
+ #~ msgid "Your report here"
5711
+ #~ msgstr "Su informe aquí"
5712
+
5713
+ #, fuzzy
5714
+ #~ msgid ""
5715
+ #~ "Yes, you can! Create and view your personalized analytics for Slimstat. "
5716
+ #~ "Just write a new plugin that retrieves the desired information from the "
5717
+ #~ "database and then hook it to the action <code>wp_slimstat_custom_report</"
5718
+ #~ "code>. For more information, visit my <a href=\"http://wordpress.org/tags/"
5719
+ #~ "wp-slimstat?forum_id=10\" target=\"_blank\">support forum</a>."
5720
+ #~ msgstr ""
5721
+ #~ "Puedes crear y ver tú análisis personalizado de estadísticas. Con el fin "
5722
+ #~ "de hacer esto, simplemente escribe un nuevo plugin que obtiene la "
5723
+ #~ "información deseada de la base de datos y luego programa la acción "
5724
+ #~ "wp_slimstat_custom_report <code> </ code>. Una demostración del plugin "
5725
+ #~ "viene con el paquete. Se muestra cómo escribir informes personalizados en "
5726
+ #~ "5 minutos. Se puede encontrar dentro de la carpeta del plugin: wp-<code> "
5727
+ #~ "slimstat-custom-informe-demo.php </ code>. Traducción al español. "
5728
+ #~ "Francisco Noé Martínez Burgos.Navalcarnero(Madrid-España). Para obtener "
5729
+ #~ "más información, visite mi <a href=\"http://lab.duechiacchiere.it/\" "
5730
+ #~ "target=\"_blank\"> Foro de Soporte </ a>."
5731
+
5732
+ #, fuzzy
5733
+ #~ msgid "Average Pageviews per Visit"
5734
+ #~ msgstr "Promedio de páginas vistas por horas"
5735
+
5736
+ #~ msgid ""
5737
+ #~ "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link "
5738
+ #~ "in the page was clicked.<br>- <em>ID:xx</em> is shown when the "
5739
+ #~ "corresponding link has an ID attribute associated to it."
5740
+ #~ msgstr ""
5741
+ #~ "<strong>. Detalles de Enlace </strong><br>-<em> A: n </em> significa que "
5742
+ #~ "en el vínculo enésimo en la página se hizo clic <br>-<em> ID:xx </em> se "
5743
+ #~ "muestra cuando el enlace correspondiente tiene un atributo ID asociado a "
5744
+ #~ "la misma."
5745
+
5746
+ #~ msgid ""
5747
+ #~ "This report lists any <em>event</em> occurred on your website. Please "
5748
+ #~ "refer to the FAQ for more information on how to leverage this "
5749
+ #~ "functionality."
5750
+ #~ msgstr ""
5751
+ #~ "Este informe enumera todo <em>evento</ em> que se produjo en su sitio "
5752
+ #~ "web. Por favor, consulte las preguntas frecuentes para más información "
5753
+ #~ "sobre cómo aprovechar esta funcionalidad."
5754
+
5755
+ #~ msgid "Domain"
5756
+ #~ msgstr "Dominio"
5757
+
5758
+ #~ msgid "Color Depth"
5759
+ #~ msgstr "Profundidad de color"
5760
+
5761
+ #, fuzzy
5762
+ #~ msgid "CSS Version"
5763
+ #~ msgstr "Versión de CSS"
5764
+
5765
+ #, fuzzy
5766
+ #~ msgid "Pageviews (chart)"
5767
+ #~ msgstr "Páginas visitadas por horas"
5768
+
5769
+ #, fuzzy
5770
+ #~ msgid "Human Visits (chart)"
5771
+ #~ msgstr "Visitas humanas por hora"
5772
+
5773
+ #, fuzzy
5774
+ #~ msgid "Traffic Sources (chart)"
5775
+ #~ msgstr "Origen del Tráfico"
5776
+
5777
+ #~ msgid "Spy View"
5778
+ #~ msgstr "Vista de Espía"
5779
+
5780
+ #, fuzzy
5781
+ #~ msgid "Recent Events"
5782
+ #~ msgstr "Contenidos Recientes"
5783
+
5784
+ #, fuzzy
5785
+ #~ msgid "Top Feeds"
5786
+ #~ msgstr "Top Palabras Clave"
5787
+
5788
+ #, fuzzy
5789
+ #~ msgid "Rcent Exit Pages"
5790
+ #~ msgstr "Páginas recientes de rebote"
5791
+
5792
+ #, fuzzy
5793
+ #~ msgid "Top OutLinks and Downloads"
5794
+ #~ msgstr "Los mejores enlaces y descargas hacia afuera"
5795
+
5796
+ #, fuzzy
5797
+ #~ msgid "Daily %s"
5798
+ #~ msgstr "Paginas visitadas"
5799
+
5800
+ #~ msgid "%s Minute by Minute"
5801
+ #~ msgstr "%s Minuto a Minuto"
5802
+
5803
+ #, fuzzy
5804
+ #~ msgid "Hourly %s"
5805
+ #~ msgstr "Paginas visitadas"
5806
+
5807
+ #, fuzzy
5808
+ #~ msgid "Monthly %s"
5809
+ #~ msgstr "Mes"
5810
+
5811
+ #, fuzzy
5812
+ #~ msgid "Search for"
5813
+ #~ msgstr "Sumario de"
5814
+
5815
+ #, fuzzy
5816
+ #~ msgid "Source"
5817
+ #~ msgstr "Porcentaje de Abandonos"
5818
+
5819
+ #~ msgid "Keywords"
5820
+ #~ msgstr "Palabras clave"
5821
+
5822
+ #~ msgid "Filter results where resource equals %s"
5823
+ #~ msgstr "Filtrar resultados donde la fuente sea %s"
5824
+
5825
+ #, fuzzy
5826
+ #~ msgid "Link Details"
5827
+ #~ msgstr "Expandir Detalles"
5828
+
5829
+ #, fuzzy
5830
+ #~ msgid "Total Pageviews"
5831
+ #~ msgstr "Paginas visitadas"
5832
+
5833
+ #~ msgid "Last 5 minutes"
5834
+ #~ msgstr "Últimos 5 minutos"
5835
+
5836
+ #~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
5837
+ #~ msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
5838
+
5839
+ #~ msgid ""
5840
+ #~ "what CSS standard was supported by that browser (1, 2, 3 and other "
5841
+ #~ "integer values)"
5842
+ #~ msgstr ""
5843
+ #~ "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros "
5844
+ #~ "valores enteros)"
5845
+
5846
+ #, fuzzy
5847
+ #~ msgid "Empty IP Address"
5848
+ #~ msgstr "Dirección IP"
5849
+
5850
+ #, fuzzy
5851
+ #~ msgid "Database not ready"
5852
+ #~ msgstr "Información Base de datos"
5853
+
5854
  #~ msgid "Views"
5855
  #~ msgstr "Vistas"
5856
 
5877
  #~ msgid "Performance"
5878
  #~ msgstr "Rendimiento"
5879
 
 
 
 
 
5880
  #, fuzzy
5881
  #~ msgid "Top Landing Pages"
5882
  #~ msgstr "Principales Páginas de Salida"
7269
  #~ msgid "Top Languages - Just Visitors"
7270
  #~ msgstr "Idiomas - Solo Visitantes"
7271
 
 
 
 
 
7272
  #~ msgid "darwin"
7273
  #~ msgstr "Darwin"
7274
 
7558
  #~ msgid "Hourly Traffic Sources"
7559
  #~ msgstr "Origen del Tráfico"
7560
 
 
 
 
7561
  #~ msgid "Last Month"
7562
  #~ msgstr "Último Mes"
7563
 
 
 
 
7564
  #~ msgid "Raw Data"
7565
  #~ msgstr "Detalle de Datos"
7566
 
admin/lang/wp-slimstat-fa_IR.mo CHANGED
Binary file
admin/lang/wp-slimstat-fa_IR.po CHANGED
@@ -1,5498 +1,5833 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2014-12-12 10:24-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"
8
- "Language: fa\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.9\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SearchPath-0: ../..\n"
16
-
17
- #: ../../admin/config/addons.php:14
18
- msgid ""
19
- "There was an error retrieving the add-ons list from the server. Please try "
20
- "again later. Error Message:"
21
- msgstr ""
22
- " بازیابی فهرست افزونه ها از دامنه با اشکال مواجه شد. لطفا دوباره آزمایش "
23
- "کنید. شمار خطا: "
24
-
25
- #: ../../admin/config/addons.php:23
26
- msgid ""
27
- "There was an error decoding the add-ons list from the server. Please try "
28
- "again later."
29
- msgstr ""
30
- "رمزگشایی فهرست افزونه ها از دامنه با اشکال مواجه شد. لطفا دوباره آزمایش کنید."
31
-
32
- #: ../../admin/config/addons.php:29 ../../admin/config/index.php:9
33
- #: ../../admin/wp-slimstat-admin.php:512 ../../admin/wp-slimstat-admin.php:529
34
- #: ../../wp-slimstat.php:1351
35
- msgid "Add-ons"
36
- msgstr "افزونه ها"
37
-
38
- #: ../../admin/config/addons.php:30
39
- #, fuzzy
40
- msgid ""
41
- "Add-ons extend the functionality of Slimstat in many interesting ways. We "
42
- "offer both free and premium (paid) extensions. Each add-on can be installed "
43
- "as a separate plugin, which will receive regular updates via the WordPress "
44
- "Plugins panel. In order to be notified when a new version of a premium add-"
45
- "on is available, please enter the <strong>license key</strong> you received "
46
- "when you purchased it."
47
- msgstr ""
48
- "میتوانید با استفاده از افزونه ها کارکرد برنامه را گسترش دهید. افزونه های "
49
- "جذابی به صورت رایگان و پولی موجود است که هر یک به طور جداگانه قابل نصب و به "
50
- "روز رسانی میباشد. اگر دوست دارید است از نسخه جدید افزونه با خبر شوید لطفا "
51
- "شماره مجوز که در هنگام خرید دریافت کردید وارد کنید."
52
-
53
- #: ../../admin/config/addons.php:36
54
- msgid "Add-on"
55
- msgstr "افزونه"
56
-
57
- #: ../../admin/config/addons.php:36
58
- msgid "Description"
59
- msgstr "توضیحات"
60
-
61
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
62
- msgid "General"
63
- msgstr "عمومی"
64
-
65
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:45
66
- msgid "Views"
67
- msgstr "مشاهده ها"
68
-
69
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:69
70
- msgid "Filters"
71
- msgstr "فیلترها"
72
-
73
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:140
74
- msgid "Permissions"
75
- msgstr "مجوزها"
76
-
77
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:217
78
- msgid "Advanced"
79
- msgstr "پیش‌رفته"
80
-
81
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:249
82
- msgid "Maintenance"
83
- msgstr "نگهداری"
84
-
85
- #: ../../admin/config/index.php:14 ../../admin/config/index.php:147
86
- #: ../../admin/wp-slimstat-admin.php:558 ../../admin/wp-slimstat-admin.php:561
87
- #: ../../wp-slimstat.php:1354
88
- msgid "Settings"
89
- msgstr "تنظیمات"
90
-
91
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:223
92
- msgid "Tracker"
93
- msgstr "ره‌گیری"
94
-
95
- #: ../../admin/config/index.php:21
96
- msgid "Enable Tracking"
97
- msgstr "فعال‌سازی رد‌گیری"
98
-
99
- #: ../../admin/config/index.php:21
100
- #, fuzzy
101
- msgid "Turn the tracker on or off, but keep the reports accessible."
102
- msgstr ""
103
- "رهگیری را روشن و یا خاموش میکند ولی گزارش ها در دسترس خواهد بود که در صورت "
104
- "غیر فعال کردن افزونه بدین گونه نخواهد بود."
105
-
106
- #: ../../admin/config/index.php:22
107
- msgid "Monitor Admin Pages"
108
- msgstr "نظارت صفحه مدیریت"
109
-
110
- #: ../../admin/config/index.php:22
111
- msgid "Enable this option to track your users' activity within the admin."
112
- msgstr "برای رهگیری کاربران در ناحیه مدیریتی ین گزینه را فعال کنید."
113
-
114
- #: ../../admin/config/index.php:23
115
- msgid "Enable Spy Mode"
116
- msgstr "فعال کردن دید دزدکی"
117
-
118
- #: ../../admin/config/index.php:23
119
- msgid ""
120
- "Collect information about screen resolutions, outbound links, downloads, "
121
- "etc. If Tracking Mode is set to Javascript, this data will be tracked "
122
- "regardless of which value you set for this option."
123
- msgstr ""
124
- "جمع آوری اطلاعات در مورد ابعاد صفحه بیننده، پیوند های بیرونی، بارگیری، و "
125
- "غیره. در صورت انتخاب حالت ردگیری به جاواسکریپت، این داده ها رهگیری میشود "
126
- "صرفنظر از مقداری که اینجا اختیار میکنید."
127
-
128
- #: ../../admin/config/index.php:24
129
- msgid "Tracking Mode"
130
- msgstr " حالت ردگیری"
131
-
132
- #: ../../admin/config/index.php:24
133
- #, fuzzy
134
- msgid ""
135
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
136
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
137
- "much like Google Analytics, and visitors whose browser does not support "
138
- "Javascript will be ignored. A nice side effect is that <strong>most "
139
- "spammers, search engines and other crawlers</strong> will not be tracked."
140
- msgstr ""
141
- "اگر از یک افزونه یادگاهی (W3 Total Cache ،WP SuperCache ،HyperCache و غیره) "
142
- "استفاده میکنید<strong>Javascript</strong> را انتخاب کنید. این برنامه بسیار "
143
- "شبیه Google Anaylyti عمل میکند و مرورگر بینندگانی که جاواسکریپت نداشته باشند "
144
- "پذیرفته نمیشود. اثر جانبی این حالت این است که بیشتر هرز ها، موتورهای جستجو و "
145
- "دیگر خزنده ها نیز دیگر رهگیری نمیشوند."
146
-
147
- #: ../../admin/config/index.php:24
148
- msgid "Javascript"
149
- msgstr "جاوااسکریپت"
150
-
151
- #: ../../admin/config/index.php:24
152
- msgid "Server-side"
153
- msgstr "طرف دامنه"
154
-
155
- #: ../../admin/config/index.php:26
156
- msgid "WordPress Integration"
157
- msgstr "تلفیق کردن وردپرس"
158
-
159
- #: ../../admin/config/index.php:27
160
- msgid "Menu Position"
161
- msgstr "محل گزینگان"
162
-
163
- #: ../../admin/config/index.php:27
164
- #, fuzzy
165
- msgid ""
166
- "Choose between a standalone admin menu for Slimstat or a drop down in the "
167
- "admin bar (if visible)."
168
- msgstr "بین گزینگان مدیریتی ثابت و یا گزینگان مدیریتی ابشاری انتخاب کنید."
169
-
170
- #: ../../admin/config/index.php:27
171
- msgid "Side Menu"
172
- msgstr "گزینگان کناره"
173
-
174
- #: ../../admin/config/index.php:27
175
- msgid "Admin Bar"
176
- msgstr " منوی مدیریت"
177
-
178
- #: ../../admin/config/index.php:28
179
- #, fuzzy
180
- msgid "Add Stats to Posts and Pages"
181
- msgstr "یک ستون به نوشته‌ها اضافه کن"
182
-
183
- #: ../../admin/config/index.php:28
184
- #, fuzzy
185
- msgid ""
186
- "Add a new column to the Edit Posts/Pages screens, with the number of hits "
187
- "per post."
188
- msgstr ""
189
- "یک ستون جدید به صفحه «ویرایش ارسال» اضافه می‌کند، که شامل تعداد بازدید برای "
190
- "هر ارسال میباشد (ممکن است مدت تحویل را زیاد کند)"
191
-
192
- #: ../../admin/config/index.php:30
193
- msgid "Database"
194
- msgstr "پایگاه داده"
195
-
196
- #: ../../admin/config/index.php:31
197
- #, fuzzy
198
- msgid "Delete records"
199
- msgstr "اطلاعات"
200
-
201
- #: ../../admin/config/index.php:31
202
- msgid ""
203
- "If database space is not an issue, you can decide to archive older records "
204
- "in another table, instead of deleting them. This way performance is "
205
- "preserved, but you will still be able to access your data at a later time, "
206
- "if needed."
207
- msgstr ""
208
-
209
- #: ../../admin/config/index.php:32
210
- msgid "Retain data for"
211
- msgstr "نگاه داشتن داده برای"
212
-
213
- #: ../../admin/config/index.php:32
214
- #, fuzzy
215
- msgid ""
216
- "Clean-up log entries older than the number of days specified here above. "
217
- "Enter <strong>0</strong> (number zero) if you want to preserve your data "
218
- "regardless of its age."
219
- msgstr ""
220
- "ورودی هایی که از تعداد روزها زیر بیشتر باشد حذف میشوند. صفر وارد کنید اگر "
221
- "مایل به حفظ داده ها صرفنظر از تاریخ آن هستید."
222
-
223
- #: ../../admin/config/index.php:32
224
- msgid "Next clean-up on"
225
- msgstr "تمیزکاری بعدی در"
226
-
227
- #: ../../admin/config/index.php:32
228
- #, php-format
229
- msgid "Entries logged on or before %s will be permanently deleted."
230
- msgstr "ردیف‌های مربوط به روز %s و قبل از آن حذف خواهند شد."
231
-
232
- #: ../../admin/config/index.php:32 ../../admin/view/index.php:100
233
- #: ../../admin/view/wp-slimstat-db.php:74
234
- #: ../../admin/view/wp-slimstat-reports.php:800
235
- msgid "days"
236
- msgstr "روز"
237
-
238
- #: ../../admin/config/index.php:47
239
- msgid "Data and Formats"
240
- msgstr "داده و نگارش ها"
241
-
242
- #: ../../admin/config/index.php:48
243
- msgid "Convert IP Addresses"
244
- msgstr "تبدیل نشانی آی‌پی"
245
-
246
- #: ../../admin/config/index.php:48
247
- msgid "Display provider names instead of IP addresses."
248
- msgstr "نمایش خدمات دهنده ها به جای ای پی"
249
-
250
- #: ../../admin/config/index.php:49
251
- msgid "Number Format"
252
- msgstr "نگارش اعداد"
253
-
254
- #: ../../admin/config/index.php:49
255
- #, fuzzy
256
- msgid "Choose the number format you want to use for your reports."
257
- msgstr ""
258
- "نگارش مناسب برای ملاحظه گزارش اعداد را نتخاب کنید، امریکایی یا اروپایی."
259
-
260
- #: ../../admin/config/index.php:50
261
- #, fuzzy
262
- msgid "Enable SOV"
263
- msgstr "فعال‌سازی CDN"
264
-
265
- #: ../../admin/config/index.php:50
266
- msgid ""
267
- "In linguistic typology, a subject-object-verb (SOV) language is one in which "
268
- "the subject, object, and verb of a sentence appear in that order, like in "
269
- "Japanese."
270
- msgstr ""
271
-
272
- #: ../../admin/config/index.php:51
273
- msgid "Show Display Name"
274
- msgstr "نمایش نام صفحه نمایش"
275
-
276
- #: ../../admin/config/index.php:51
277
- msgid ""
278
- "By default, users are listed by their usernames. Use this option to "
279
- "visualize their display names instead."
280
- msgstr ""
281
- "به طور پیش فرظ، کاربران با نام کاربری فهرست بندی میشوند. این گزینه کاربران "
282
- "را با نام فهرست بندی میکند."
283
-
284
- #: ../../admin/config/index.php:52
285
- msgid "Show User Agent"
286
- msgstr "نمایش عامل کاربر "
287
-
288
- #: ../../admin/config/index.php:52
289
- msgid ""
290
- "Choose if you want to see the browser name or a complete user agent string "
291
- "when hovering on browser icons."
292
- msgstr ""
293
- " این گزینه را انتخاب کنید اگر میخواهید اسم مرورگر یا نام کامل کاربر را با "
294
- "توقف اشاره گر بر روی نقشک ملاحظه کنید."
295
-
296
- #: ../../admin/config/index.php:53
297
- msgid "Show Titles"
298
- msgstr "نمایش عناوین"
299
-
300
- #: ../../admin/config/index.php:53
301
- #, fuzzy
302
- msgid ""
303
- "Slimstat converts your permalinks into post and page titles. Disable this "
304
- "feature if you need to see the URL in your reports."
305
- msgstr ""
306
- " تمامی پیوندهای یکتا را به ارسال و صفحه تبدیل میکند. این ویژگی را غیرفعال "
307
- "کنید اگر در گزارش به نشانی نیاز دارید"
308
-
309
- #: ../../admin/config/index.php:54
310
- #, fuzzy
311
- msgid "Date Format"
312
- msgstr "داده و نگارش ها"
313
-
314
- #: ../../admin/config/index.php:54
315
- msgid ""
316
- "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
317
- "Format</a> to use when displaying a pageview's date."
318
- msgstr ""
319
-
320
- #: ../../admin/config/index.php:55
321
- #, fuzzy
322
- msgid "Time Format"
323
- msgstr "نگارش اعداد"
324
-
325
- #: ../../admin/config/index.php:55
326
- msgid ""
327
- "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
328
- "Format</a> to use when displaying a pageview's time."
329
- msgstr ""
330
-
331
- #: ../../admin/config/index.php:57
332
- msgid "Functionality"
333
- msgstr "کاربردی"
334
-
335
- #: ../../admin/config/index.php:58
336
- msgid "Asynchronous Views"
337
- msgstr "دید غیرهم‌زمان(آسنکرون)"
338
-
339
- #: ../../admin/config/index.php:58
340
- msgid ""
341
- "Load all the reports dynamically. It makes the reports render faster, but it "
342
- "increases the load on your server."
343
- msgstr ""
344
- "بارگزاری همه گزارشها به صورت پویا که ارائه آن را تسریع میکند ولی فشار به "
345
- "دامنه را نیز افزایش میدهد. "
346
-
347
- #: ../../admin/config/index.php:59
348
- msgid "SlimScroll"
349
- msgstr ""
350
-
351
- #: ../../admin/config/index.php:59
352
- msgid ""
353
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
354
- "scrollbar."
355
- msgstr ""
356
-
357
- #: ../../admin/config/index.php:60
358
- msgid "Expand Details"
359
- msgstr "گسترش جزئیات"
360
-
361
- #: ../../admin/config/index.php:60
362
- msgid "Expand each row's details by default, insted of on mousehover."
363
- msgstr "گشترش جزئیات‌ هر سطر به طور پیش فرظ، به جای رویت با توقف اشاره گر"
364
-
365
- #: ../../admin/config/index.php:61 ../../admin/config/index.php:65
366
- msgid "Rows to Display"
367
- msgstr "نمایش ردیف ها"
368
-
369
- #: ../../admin/config/index.php:61
370
- msgid "Specify the number of items in each report."
371
- msgstr "تعداد موردها در هر گزارش را مشخص کنید."
372
-
373
- #: ../../admin/config/index.php:63
374
- msgid "Activity Log"
375
- msgstr "فهرست فعالیت ها"
376
-
377
- #: ../../admin/config/index.php:64
378
- msgid "Live Stream"
379
- msgstr "پخش زنده"
380
-
381
- #: ../../admin/config/index.php:64
382
- #, fuzzy
383
- msgid ""
384
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
385
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
386
- msgstr ""
387
- "فعال کردن «نمای زنده» صفحه «همین حالا» را هر چند ثانیه تازه سازی میکند. برای "
388
- "فیرفعال کردن صفر وارد کنید."
389
-
390
- #: ../../admin/config/index.php:64 ../../admin/config/index.php:225
391
- msgid "seconds"
392
- msgstr "ثانیه"
393
-
394
- #: ../../admin/config/index.php:65
395
- #, fuzzy
396
- msgid "Specify the number of items in the Activity Log."
397
- msgstr " تعداد موردها در فهرست صفحه «همین حالا» را مشخص کنید"
398
-
399
- #: ../../admin/config/index.php:66
400
- #, fuzzy
401
- msgid "Activity Log Extended"
402
- msgstr "فهرست فعالیت ها"
403
-
404
- #: ../../admin/config/index.php:66
405
- #, fuzzy
406
- msgid ""
407
- "Choose if you want to see outbound links listed in the Activity Log. It "
408
- "might slow down the rendering of this report."
409
- msgstr ""
410
- "اگر مایل به رویت پیوندهای بیرونی در فهرست بخش همین حالا هستید انتخاب کنید. "
411
- "ممکن است به طول انجامیدن تحویل گزارش منجر شود."
412
-
413
- #: ../../admin/config/index.php:71
414
- msgid "Visitors and Known Users"
415
- msgstr "بیننده و کاربران آشنا"
416
-
417
- #: ../../admin/config/index.php:72
418
- msgid "Track Registered Users"
419
- msgstr "ره‌گیری کاربران ثبت شده"
420
-
421
- #: ../../admin/config/index.php:72
422
- msgid "Enable this option to track logged in users."
423
- msgstr "اگر می‌خواهید کاربران وارد شده را ره‌گیری کنید این گزینه را فعال کنید."
424
-
425
- #: ../../admin/config/index.php:73
426
- msgid "Blacklist by Username"
427
- msgstr " فهرست سیاه با نشانی آی‌پی"
428
-
429
- #: ../../admin/config/index.php:73
430
- msgid ""
431
- "List all the usernames you don't want to track, separated by commas. Please "
432
- "be aware that spaces are <em>not</em> ignored and that usernames are case "
433
- "sensitive."
434
- msgstr ""
435
- "فهرست نام کاربرانی که نمیخواهید رهگیری کنید، تفکیک شده با ویرگول. لطفا در "
436
- "نظر داشته باشید که فاصله ها و حروف کوچک و بزرگ نیز حساب میشود."
437
-
438
- #: ../../admin/config/index.php:74
439
- msgid "Blacklist by IP Address"
440
- msgstr " فهرست سیاه با نشانی آی‌پی"
441
-
442
- #: ../../admin/config/index.php:74
443
- #, fuzzy
444
- msgid ""
445
- "List all the IP addresses you don't want to track, separated by commas. Each "
446
- "network <strong>must</strong> be defined using the <a href='http://en."
447
- "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
448
- "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
449
- "public IP and the originating IP, if available."
450
- msgstr ""
451
- "فهرست آی پی آدرس هایی که نمیخواهید رهگیری کنید، با ویرگول جدا شده است. هر "
452
- "شبکه باید با استفاده از علامتگذاری<a href='http://en.wikipedia.org/wiki/"
453
- "Classless_Inter-Domain_Routing' target='_blank'>CIDR</a> تعریف شود (مثل "
454
- "<em>192.168.0.0/24</em>) و اگر نگارش صحیح نباشد رهگیری به درستی انجام نمیشود."
455
-
456
- #: ../../admin/config/index.php:75
457
- msgid "Blacklist by Capability"
458
- msgstr "کاربران بر اساس توانایی"
459
-
460
- #: ../../admin/config/index.php:75
461
- msgid ""
462
- "Users having at least one of the <a href='http://codex.wordpress.org/"
463
- "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
464
- "will not be tracked. Capabilities are case-insensitive."
465
- msgstr ""
466
- "کاربرانی که حداقل یکی از<a href='http://codex.wordpress.org/"
467
- "Roles_and_Capabilities' target='_new'> خواص</a> زیر را داشته باشند ردگیری "
468
- "نمیشوند (به بزرگ و کوچک بودن را دقت داشته باشید)."
469
-
470
- #: ../../admin/config/index.php:77
471
- msgid "Profiling"
472
- msgstr "نمایه"
473
-
474
- #: ../../admin/config/index.php:78
475
- msgid "Ignore Spammers"
476
- msgstr "نادیده گرفتن هرزها"
477
-
478
- #: ../../admin/config/index.php:78
479
- msgid ""
480
- "Enable this option if you don't want to track visits from users identified "
481
- "as spammers by third-party tools like Akismet. Pageviews generated by users "
482
- "whose comments are later marked as spam, will also be removed from the "
483
- "database."
484
- msgstr ""
485
- " اگر نمیخواهید بازدید کاربرانی که هرز شناخته شده اند (توسط برنامه هایی مثل "
486
- "Akismet) را رهگیری کنید این گزینه را فعال کنید. بازدید های کاربرانی که بعدا "
487
- "به صورت هرز شناخته شوند از پایگاه داده ها نیز حذف میشوند."
488
-
489
- #: ../../admin/config/index.php:79
490
- msgid "Permalinks"
491
- msgstr "پیوندهای یکتا"
492
-
493
- #: ../../admin/config/index.php:79
494
- msgid ""
495
- "List all the URLs on your website that you don't want to track, separated by "
496
- "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
497
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
498
- "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
499
- "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
500
- "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
501
- "case-insensitive."
502
- msgstr ""
503
- "فهرست تمامی نشانی هایی در تارنمای شما که نمیخواهید رهگیری کنید، تفکیک شده با "
504
- "ویرگول. نام دامنه را وارد نکنید. مثلا: <em>/about, ?p=1</em>, etc. "
505
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
506
- "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
507
- "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
508
- "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
509
- "case-insensitive."
510
-
511
- #: ../../admin/config/index.php:80
512
- msgid "Countries"
513
- msgstr "کشورها"
514
-
515
- #: ../../admin/config/index.php:80
516
- msgid ""
517
- "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
518
- "track, separated by commas."
519
- msgstr ""
520
- "کد کشورهایی که مایل به رهگیری نیستید، تفکیک شده با ویرگول مثل <code>en-us, "
521
- "it, es</code>"
522
-
523
- #: ../../admin/config/index.php:81
524
- msgid "User Agents"
525
- msgstr "مرورگرهای کاربران"
526
-
527
- #: ../../admin/config/index.php:81
528
- msgid ""
529
- "Browsers (user agents) you don't want to track, separated by commas. You can "
530
- "specify the browser's version adding a slash after the name (i.e. "
531
- "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
532
- "including the empty string', <code>!</code> matches 'any character'. For "
533
- "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
534
- "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
535
- msgstr ""
536
- " Wildcards: <code>*</code> matches 'any string, including the empty string', "
537
- "<code>!</code> matches 'any character'. For example, <code>Chr*</code> will "
538
- "match Chrome and Chromium, <code>IE/!.0</code> will match IE/7.0 and IE/8.0. "
539
- "Strings are case-insensitive.مرورگرهایی که نمیخواهید رهگیری کنید، تفکیک شده "
540
- "با ویرگول. میتوانید نسخه مرورگر را نیز مشخص کنید. مثلا <em>Firefox/3.6</em>. "
541
-
542
- #: ../../admin/config/index.php:82
543
- msgid "Referring Sites"
544
- msgstr "سایت ارجاع دهنده"
545
-
546
- #: ../../admin/config/index.php:82
547
- msgid ""
548
- "Referring URLs that you don't want to track, separated by commas: "
549
- "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
550
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
551
- "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
552
- "include either a wildcard or the protocol you want to filter (http://, "
553
- "https://)."
554
- msgstr ""
555
- "نشانی های ارجاع کننده ای که مایل به رهگیری آنها نیستید، تفکیک شده با ویرگول. "
556
- "به عنوان مثال:<code>http://mysite.com*</code>, <code>*/ignore-me-please</"
557
- "code>, و غیره. Wildcards: <code>*</code> matches 'any string, including the "
558
- "empty string', <code>!</code> matches 'any character'. Strings are case-"
559
- "insensitive. Include either a wildcard or the protocol you want to filter "
560
- "(http://, https://)."
561
-
562
- #: ../../admin/config/index.php:84
563
- #, fuzzy
564
- msgid "Internal and Outbound Links"
565
- msgstr "پیوندهای بیرونی اخیر"
566
-
567
- #: ../../admin/config/index.php:85
568
- msgid "Track Outbound Clicks"
569
- msgstr "ره‌گیری کلیک های بیرونی"
570
-
571
- #: ../../admin/config/index.php:85
572
- msgid ""
573
- "Track when your visitors click on link to external websites. This option "
574
- "required Spy Mode to be enabled."
575
- msgstr ""
576
- "پیوندهایی که بازدیدکننده را به خارج از پایگاه ها میبرد رهگیری کنید. این "
577
- "گزینه نیاز به فعال کردن دید دزدکی دارد."
578
-
579
- #: ../../admin/config/index.php:86
580
- #, fuzzy
581
- msgid "Track Coordinates"
582
- msgstr " حالت ردگیری"
583
-
584
- #: ../../admin/config/index.php:86
585
- msgid ""
586
- "Collect mouse coordinates and other information for clicks on internal "
587
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
588
- "this information is only collected for external links."
589
- msgstr ""
590
-
591
- #: ../../admin/config/index.php:87
592
- #, fuzzy
593
- msgid "Ignore Classes"
594
- msgstr "کاربران را نادیده بگیر"
595
-
596
- #: ../../admin/config/index.php:87
597
- msgid ""
598
- "Track the event but do not invoke the callback function on links marked with "
599
- "one of these classnames (separated by comma). Useful to prevent conflicts "
600
- "with lightbox and similar libraries."
601
- msgstr ""
602
-
603
- #: ../../admin/config/index.php:88
604
- #, fuzzy
605
- msgid "Ignore Rel"
606
- msgstr "کاربران را نادیده بگیر"
607
-
608
- #: ../../admin/config/index.php:88
609
- msgid ""
610
- "Track the event but do not invoke the callback function on links having one "
611
- "of these values (separated by comma) as their <em>rel</em> attribute."
612
- msgstr ""
613
-
614
- #: ../../admin/config/index.php:89
615
- #, fuzzy
616
- msgid "Ignore URL"
617
- msgstr "کاربران را نادیده بگیر"
618
-
619
- #: ../../admin/config/index.php:89
620
- msgid ""
621
- "Track the event but do not invoke the callback function on links whose "
622
- "<em>href</em> attribute contains one of these strings (separated by comma)."
623
- msgstr ""
624
-
625
- #: ../../admin/config/index.php:91 ../../admin/config/index.php:242
626
- msgid "Miscellaneous"
627
- msgstr "متفرقه"
628
-
629
- #: ../../admin/config/index.php:92
630
- msgid "Enable Privacy Mode"
631
- msgstr "فعال کردن حالت حریم"
632
-
633
- #: ../../admin/config/index.php:92
634
- msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
635
- msgstr "این گزینه نشانی آی‌پی بیننده را طبق قوانین حریم خصوصی اروپا پنهان میکند"
636
-
637
- #: ../../admin/config/index.php:93
638
- msgid "Ignore Prefetch Requests"
639
- msgstr "نادیده گرفتن درخواست صفحه‌بندی"
640
-
641
- #: ../../admin/config/index.php:93
642
- #, fuzzy
643
- msgid ""
644
- "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
645
- "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
646
- "target='_blank'>Link Prefetching functionality</a>."
647
- msgstr ""
648
- "جلوگیری کردن از ردگیری بازدیدهایی که توسط <a href='https://developer.mozilla."
649
- "org/en/Link_prefetching_FAQ' target='_blank'>صفحه‌بندی</a> برنامه Firefox "
650
- "صورت میگیرد."
651
-
652
- #: ../../admin/config/index.php:109
653
- msgid "Ignore users (username not found)"
654
- msgstr "نادیده گرفتن کاربر(شناسه کاربر یافت نشد)"
655
-
656
- #: ../../admin/config/index.php:132
657
- msgid ""
658
- "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
659
- "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
660
- msgstr ""
661
- "توانایی صحیح نمیباشد. لطفا برای اطلاع بیشتر به صفحه<a href=\"http://codex."
662
- "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
663
- "مراجعه کنید."
664
-
665
- #: ../../admin/config/index.php:142
666
- msgid "Reports"
667
- msgstr "گزارش ها"
668
-
669
- #: ../../admin/config/index.php:143
670
- msgid "Restrict Authors"
671
- msgstr "محدود کردن نویسنده‌ها"
672
-
673
- #: ../../admin/config/index.php:143
674
- #, fuzzy
675
- msgid ""
676
- "Enable this option if you want your authors to only see stats related to "
677
- "their own content."
678
- msgstr ""
679
- "اگر میخواهید نویسنده ها فقط آمار مربوط به محتوای خود را رویت کنند این گزینه "
680
- "را فعال کنید."
681
-
682
- #: ../../admin/config/index.php:144 ../../admin/config/index.php:148
683
- msgid "Capability"
684
- msgstr "کاربران بر اساس توانایی"
685
-
686
- #: ../../admin/config/index.php:144
687
- #, fuzzy
688
- msgid ""
689
- "Specify the minimum <a href='http://codex.wordpress.org/"
690
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
691
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
692
- "<strong>all your users</strong> (including subscribers) will have access to "
693
- "the reports, unless a 'Read access' whitelist has been specified here below. "
694
- "In this case, the list has precedence over the capability."
695
- msgstr ""
696
- "حداقل<a href='http://codex.wordpress.org/Roles_and_Capabilities' "
697
- "target='_new'> توانایی</a> برای دسترسی به گزارش های را مشخص کنید. اگر این "
698
- "ناحیه خالی باشد همه کاربران (از جمله مشترکین) به گزارش ها دسترسی خواهند "
699
- "داشت، مگر اینکه اجازه فهرست سفید اینجا مشخص شود. در این صورت فهرست اولویت "
700
- "میگیرد بر قابلیت."
701
-
702
- #: ../../admin/config/index.php:145 ../../admin/config/index.php:149
703
- msgid "Whitelist"
704
- msgstr "فهرست سفید"
705
-
706
- #: ../../admin/config/index.php:145
707
- msgid ""
708
- "List all the users who should have access to the reports, separated by "
709
- "commas. Administrators are implicitly allowed, so you don't need to list "
710
- "them in here. Usernames are case sensitive."
711
- msgstr ""
712
- "فهرست کاربرانی که به گزارش ها دسترسی دارند، تفکیک شده با ویرگول. مدیرها به "
713
- "طور کامل دسترسی دارند و نیاز به وارد کردن اینجا نخواهند داشت. کوچک و بزرگ "
714
- "بودن حروف مهم است."
715
-
716
- #: ../../admin/config/index.php:148
717
- #, fuzzy
718
- msgid ""
719
- "Specify the minimum <a href='http://codex.wordpress.org/"
720
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
721
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
722
- "can be used to override this option for specific users."
723
- msgstr ""
724
- "حداقل<a href='http://codex.wordpress.org/Roles_and_Capabilities' "
725
- "target='_new'> توانایی</a> برای دسترسی برای تنظیمات را مشخص کنید. این فهرست "
726
- "سفید اختیارات کاربران خاص را لفو میکند."
727
-
728
- #: ../../admin/config/index.php:149
729
- msgid ""
730
- "List all the users who can edit these options, separated by commas. Please "
731
- "be advised that admins <strong>are not</strong> implicitly allowed, so do "
732
- "not forget to include yourself! Usernames are case sensitive."
733
- msgstr ""
734
- "فهرست کاربرانی که توانایی ویرایش این گزینه ها را دارند، تفکیک شده با ویرگول. "
735
- "از وارد کردن نام خود در این فهرست مطمئن شوید."
736
-
737
- #: ../../admin/config/index.php:165
738
- msgid "Read access: username not found"
739
- msgstr "دست‌رسی خواندن: شناسه کاربری یافت نشد"
740
-
741
- #: ../../admin/config/index.php:178 ../../admin/config/index.php:209
742
- msgid ""
743
- "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
744
- "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
745
- "information"
746
- msgstr ""
747
- "حداقل توانایی صحیح نیست. لطفا برای اطلاع بیشتر به صفحه<a href=\"http://codex."
748
- "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
749
- "مراجعه کنید."
750
-
751
- #: ../../admin/config/index.php:196
752
- msgid "Config access: username not found"
753
- msgstr "دست‌رسی پیکربندی: شناسه کاربری یافت نشد"
754
-
755
- #: ../../admin/config/index.php:224
756
- msgid "Detect Smoothing"
757
- msgstr "یافتن اسموتینگ"
758
-
759
- #: ../../admin/config/index.php:224
760
- msgid ""
761
- "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
762
- "This option required Spy Mode to be enabled."
763
- msgstr ""
764
- " تشخیص دادن مرورگرهایی که از ضد-بدنمایی (font smoothing) استفاده میکنند. این "
765
- "گزینه نیاز به فعال کردن «دید دزدکی» دارد."
766
-
767
- #: ../../admin/config/index.php:225
768
- msgid "Session Duration"
769
- msgstr "مدت جلسه"
770
-
771
- #: ../../admin/config/index.php:225
772
- #, fuzzy
773
- msgid ""
774
- "How many seconds should a human session last? Google Analytics sets it to "
775
- "1800 seconds."
776
- msgstr ""
777
- "چند ثانیه جلسه (انسان) در پایگاه به طول انجامد؟ گوگل آنالیتیک این مقدار را "
778
- "۱۸۰۰ ثانیه در نظر می‌گیرد."
779
-
780
- #: ../../admin/config/index.php:226
781
- msgid "Extend Session"
782
- msgstr "گسترش جلسه"
783
-
784
- #: ../../admin/config/index.php:226
785
- msgid "Extend the duration of a session each time the user visits a new page."
786
- msgstr ""
787
- "هر بار که کاربر یک صفحه جدید را دیدن می‌کند مدت جلسه را به این مقدار گسترش "
788
- "می‌دهد."
789
-
790
- #: ../../admin/config/index.php:227
791
- msgid "Enable CDN"
792
- msgstr "فعال‌سازی CDN"
793
-
794
- #: ../../admin/config/index.php:227
795
- msgid ""
796
- "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
797
- "by serving our tracking code from their fast and reliable network (free "
798
- "service)."
799
- msgstr ""
800
- "از سی دی اِن <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a> "
801
- "استفاده کنید و از خدمات ردگیری ما در شبکه سریع و مطمئن بهره مند شوید "
802
- "(رایگان)."
803
-
804
- #: ../../admin/config/index.php:228
805
- msgid "Extensions to Track"
806
- msgstr "پسوندهایی که رهیابی شوند"
807
-
808
- #: ../../admin/config/index.php:228
809
- msgid ""
810
- "List all the file extensions that you want to be treated as Downloads. "
811
- "Please note that links pointing to external resources (i.e. PDFs on a "
812
- "different website) are considered Downloads and not Outbound Links (and "
813
- "tracked as such), if their extension matches one of the ones listed here "
814
- "below."
815
- msgstr ""
816
- "فهرست تمامی پسونده هایی که میخواهد مانند بارگیری حساب شود. لطفا در نظر داشته "
817
- "باشید که پیوندهای منابع خارجی (مثل پی دی اف در پایگاه دیگر) بارگیری محسوب "
818
- "میشود و نه پیوند بیرونی اگر پسوند آنها با این فهرست تطبیق داشته باشد."
819
-
820
- #: ../../admin/config/index.php:230
821
- #, fuzzy
822
- msgid "External Pages"
823
- msgstr "همه مشاهدات صفحات"
824
-
825
- #: ../../admin/config/index.php:231
826
- msgid "Add the following code to all the non-WP pages you want to track"
827
- msgstr ""
828
-
829
- #: ../../admin/config/index.php:243
830
- msgid "Debug Mode"
831
- msgstr ""
832
-
833
- #: ../../admin/config/index.php:243
834
- msgid "Display the SQL queries used to retrieve the data."
835
- msgstr ""
836
-
837
- #: ../../admin/config/index.php:244
838
- msgid "IP Lookup"
839
- msgstr "ره‌گیری بر اساس نشانی آی‌پی"
840
-
841
- #: ../../admin/config/index.php:244
842
- msgid "Customize the Geolocation service to be used in the reports."
843
- msgstr "خدمات مکان-جفرافی برای گزارش ها را دلخواه کنید. "
844
-
845
- #: ../../admin/config/index.php:245
846
- msgid "Custom CSS"
847
- msgstr "سی‌اس‌اس دلخواه"
848
-
849
- #: ../../admin/config/index.php:245
850
- #, fuzzy
851
- msgid ""
852
- "Paste here your custom stylesheet to personalize the way your reports look. "
853
- "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
854
- "target='_blank'>Check the FAQ</a> for more information on how to use this "
855
- "setting."
856
- msgstr ""
857
- "سی‌اس‌اس دلخواه خود را اینجا وارد کنید و گزارش ها را شخصی کنید. برای اطلاع "
858
- "بیشتر به<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
859
- "target='_blank'> سوالهای رایج</a> مراجعه کنید."
860
-
861
- #: ../../admin/config/index.php:246
862
- msgid "Enable UAN"
863
- msgstr "فعال‌سازی UAN"
864
-
865
- #: ../../admin/config/index.php:246
866
- #, fuzzy
867
- msgid ""
868
- "Send anonymous data about user agents to our server for analysis. This "
869
- "allows us to contribute to the <a href='http://browscap.org/' "
870
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
871
- "Slimstat's browser detection functionality. It also enables our transparent "
872
- "ads network. No worries, your site will not be affected in any way."
873
- msgstr ""
874
- " میتوانید اطلاعات کابر مشکوک را برای تحلیل به صورت ناشناس برای ما ارسال "
875
- "کنید. با کمک کردن به <a href='http://browscap.co/' target='_blank'>BrowsCap "
876
- "opensource project</a> توانایی برنامه برای شناختن مرورگرها را بیشتر میشود."
877
-
878
- #: ../../admin/config/maintenance.php:20
879
- #, fuzzy
880
- msgid "Your Slimstat tables have been successfully converted to InnoDB."
881
- msgstr "جداول WP SlimStat با موفقیت به InnoDB تبدیل شد."
882
-
883
- #: ../../admin/config/maintenance.php:30
884
- msgid "records deleted from your database."
885
- msgstr "اطلاعات از پایگاه داده ها حذف شد."
886
-
887
- #: ../../admin/config/maintenance.php:37
888
- msgid "All the records were successfully deleted."
889
- msgstr "همه اطلاعات با موفقیت حذف شد."
890
-
891
- #: ../../admin/config/maintenance.php:42
892
- #, fuzzy
893
- msgid "All the archived records were successfully deleted."
894
- msgstr "همه اطلاعات با موفقیت حذف شد."
895
-
896
- #: ../../admin/config/maintenance.php:51
897
- #, fuzzy
898
- msgid "All the archived records were successfully restored."
899
- msgstr "همه اطلاعات با موفقیت حذف شد."
900
-
901
- #: ../../admin/config/maintenance.php:55
902
- msgid "Your reports were successfully restored to their default arrangement."
903
- msgstr "گزارش ها با موفقیت به حالت پیش فرض بازنشانی شدند."
904
-
905
- #: ../../admin/config/maintenance.php:62
906
- #, fuzzy
907
- msgid ""
908
- "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
909
- "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
910
- msgstr ""
911
- "تبریک! برنامه اکنون برای<a href=\"http://www.youtube.com/watch?"
912
- "v=ygE01sOhzz0\" target=\"_blank\"> سرعت</a> بهینه شده است."
913
-
914
- #: ../../admin/config/maintenance.php:69
915
- msgid ""
916
- "Indexing has been successfully disabled. Enjoy the extra database space you "
917
- "just gained!"
918
- msgstr ""
919
- "اندیس گری با موفقیت غیر فعال شد. از فضای اضافه که پایگاه داده ها بدست آورید "
920
- "لذت ببرید! "
921
-
922
- #: ../../admin/config/maintenance.php:101
923
- msgid "Database Information"
924
- msgstr "اطلاعات پایگاه داده"
925
-
926
- #: ../../admin/config/maintenance.php:104
927
- msgid "Engine"
928
- msgstr "موتور"
929
-
930
- #: ../../admin/config/maintenance.php:108
931
- msgid "switch to InnoDB"
932
- msgstr "تغییر حالت به InnoDB"
933
-
934
- #: ../../admin/config/maintenance.php:119
935
- msgid "records"
936
- msgstr "اطلاعات"
937
-
938
- #: ../../admin/config/maintenance.php:124
939
- msgid "Data Maintenance"
940
- msgstr "تعمیر داده ها"
941
-
942
- #: ../../admin/config/maintenance.php:127
943
- msgid "Delete pageviews where"
944
- msgstr "حذف بازدید‌ها وقتی"
945
-
946
- #: ../../admin/config/maintenance.php:141 ../../admin/view/index.php:15
947
- msgid "equals"
948
- msgstr "مساوی‌ست با"
949
-
950
- #: ../../admin/config/maintenance.php:142 ../../admin/view/index.php:16
951
- msgid "is not equal to"
952
- msgstr "مساوی نیست با"
953
-
954
- #: ../../admin/config/maintenance.php:143 ../../admin/view/index.php:17
955
- msgid "contains"
956
- msgstr "شامل"
957
-
958
- #: ../../admin/config/maintenance.php:144 ../../admin/view/index.php:18
959
- msgid "does not contain"
960
- msgstr "ناشامل"
961
-
962
- #: ../../admin/config/maintenance.php:145 ../../admin/view/index.php:19
963
- msgid "starts with"
964
- msgstr "شروع می‌شود با"
965
-
966
- #: ../../admin/config/maintenance.php:146 ../../admin/view/index.php:20
967
- msgid "ends with"
968
- msgstr "پایان می‌یابد با"
969
-
970
- #: ../../admin/config/maintenance.php:147 ../../admin/view/index.php:21
971
- msgid "sounds like"
972
- msgstr " شبیه به"
973
-
974
- #: ../../admin/config/maintenance.php:148 ../../admin/view/index.php:22
975
- msgid "is greater than"
976
- msgstr "بزرگ‌تر است از"
977
-
978
- #: ../../admin/config/maintenance.php:149 ../../admin/view/index.php:23
979
- msgid "is less than"
980
- msgstr "کوچک‌تر است از"
981
-
982
- #: ../../admin/config/maintenance.php:150 ../../admin/view/index.php:25
983
- msgid "matches"
984
- msgstr "مطابق است با"
985
-
986
- #: ../../admin/config/maintenance.php:151 ../../admin/view/index.php:26
987
- msgid "does not match"
988
- msgstr "مطابق نیست"
989
-
990
- #: ../../admin/config/maintenance.php:152 ../../admin/view/index.php:27
991
- msgid "is empty"
992
- msgstr "خالی‌ است"
993
-
994
- #: ../../admin/config/maintenance.php:153 ../../admin/view/index.php:28
995
- msgid "is not empty"
996
- msgstr "خالی نیست"
997
-
998
- #: ../../admin/config/maintenance.php:156 ../../admin/view/index.php:40
999
- #: ../../admin/view/index.php:103
1000
- msgid "Apply"
1001
- msgstr "انجام"
1002
-
1003
- #: ../../admin/config/maintenance.php:157
1004
- msgid ""
1005
- "Are you sure you want to PERMANENTLY delete these records from your database?"
1006
- msgstr ""
1007
- "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1008
-
1009
- #: ../../admin/config/maintenance.php:162
1010
- msgid "Truncate Tables"
1011
- msgstr ""
1012
-
1013
- #: ../../admin/config/maintenance.php:165
1014
- msgid ""
1015
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1016
- "database?"
1017
- msgstr ""
1018
- "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1019
-
1020
- #: ../../admin/config/maintenance.php:165
1021
- #, fuzzy
1022
- msgid "Delete All Records"
1023
- msgstr "حذف همه صفحات"
1024
-
1025
- #: ../../admin/config/maintenance.php:166
1026
- #, fuzzy
1027
- msgid ""
1028
- "Erase all the information collected so far by Slimstat, including the "
1029
- "archive. This operation <strong>does not</strong> reset your settings."
1030
- msgstr ""
1031
- "حذف همه اطلاعاتی که تا حال توسط WP SlimStat جمع آوری شده است. این عملیات "
1032
- "تنظیمات را بازنشانی نمیکند."
1033
-
1034
- #: ../../admin/config/maintenance.php:170
1035
- msgid "Restore archive"
1036
- msgstr ""
1037
-
1038
- #: ../../admin/config/maintenance.php:173
1039
- #, fuzzy
1040
- msgid "Are you sure you want to restore all the archived pageviews?"
1041
- msgstr ""
1042
- "آیا مطمئن هستید که می‌خواهید تمامی اطلاعات مربوط به آمار بازدید و "
1043
- "بازدیدکننده‌ها را حذف کنید؟"
1044
-
1045
- #: ../../admin/config/maintenance.php:173
1046
- msgid "Get 'em back"
1047
- msgstr ""
1048
-
1049
- #: ../../admin/config/maintenance.php:174
1050
- msgid ""
1051
- "Move all the archived pageviews back to the main Slimstat table. Please note "
1052
- "that, unless you disabled the daily purge, this data will be archived again "
1053
- "at the next scheduled clean-up."
1054
- msgstr ""
1055
-
1056
- #: ../../admin/config/maintenance.php:178
1057
- msgid "Empty Archive"
1058
- msgstr ""
1059
-
1060
- #: ../../admin/config/maintenance.php:181
1061
- #, fuzzy
1062
- msgid ""
1063
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1064
- "archive?"
1065
- msgstr ""
1066
- "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1067
-
1068
- #: ../../admin/config/maintenance.php:181
1069
- #, fuzzy
1070
- msgid "Delete Archive"
1071
- msgstr "حذف بازدید‌ها وقتی"
1072
-
1073
- #: ../../admin/config/maintenance.php:182
1074
- msgid "Erase all the archived records. This operation cannot be undone."
1075
- msgstr ""
1076
-
1077
- #: ../../admin/config/maintenance.php:186
1078
- msgid "Performance"
1079
- msgstr "عملکرد"
1080
-
1081
- #: ../../admin/config/maintenance.php:189
1082
- msgid "Improve Performance"
1083
- msgstr "بهبود عملکرد"
1084
-
1085
- #: ../../admin/config/maintenance.php:190
1086
- msgid ""
1087
- "Please note that you will need about 30% more DB space to store the extra "
1088
- "information required."
1089
- msgstr ""
1090
- "در نظر داشته باشید که زخیره کردن این اطلاعات ٪۳۰ درصد حجم بیشتر در پایگاه "
1091
- "داده اشغال میکند."
1092
-
1093
- #: ../../admin/config/maintenance.php:194
1094
- msgid "Save DB Space"
1095
- msgstr "زخیره کردن پایگاه داده"
1096
-
1097
- #: ../../admin/config/maintenance.php:195
1098
- #, fuzzy
1099
- msgid ""
1100
- "Please note that by removing table indexes, Slimstat's performance will be "
1101
- "affected."
1102
- msgstr ""
1103
- "در نظر داشته باشید که حذف کردن شاخص بر عملکرد WP SlimStat تاثیر میگذارد"
1104
-
1105
- #: ../../admin/config/maintenance.php:200
1106
- msgid "Import and Export"
1107
- msgstr "وارد و صادر"
1108
-
1109
- #: ../../admin/config/maintenance.php:204
1110
- msgid ""
1111
- "Here below you can find the current configuration string for Slimstat. You "
1112
- "can update your settings by pasting a new string here below and clicking on "
1113
- "Import."
1114
- msgstr ""
1115
-
1116
- #: ../../admin/config/maintenance.php:209
1117
- msgid "Import"
1118
- msgstr "واردات"
1119
-
1120
- #: ../../admin/config/maintenance.php:210
1121
- msgid "Are you sure you want to OVERWRITE your current settings?"
1122
- msgstr "مطمئنید می‌خواهید تنظیمات را بازنشانی کنید؟"
1123
-
1124
- # Unknown
1125
- #: ../../admin/lang/dynamic_strings.php:3
1126
- msgid "xx"
1127
- msgstr "xx"
1128
-
1129
- #: ../../admin/lang/dynamic_strings.php:4
1130
- msgid "unknown"
1131
- msgstr "مجهول"
1132
-
1133
- #: ../../admin/lang/dynamic_strings.php:5
1134
- msgid "win8.1"
1135
- msgstr ""
1136
-
1137
- #: ../../admin/lang/dynamic_strings.php:6
1138
- msgid "win8"
1139
- msgstr ""
1140
-
1141
- #: ../../admin/lang/dynamic_strings.php:7
1142
- msgid "win7"
1143
- msgstr ""
1144
-
1145
- #: ../../admin/lang/dynamic_strings.php:8
1146
- msgid "winvista"
1147
- msgstr ""
1148
-
1149
- #: ../../admin/lang/dynamic_strings.php:9
1150
- msgid "win2003"
1151
- msgstr ""
1152
-
1153
- #: ../../admin/lang/dynamic_strings.php:10
1154
- msgid "winxp"
1155
- msgstr ""
1156
-
1157
- #: ../../admin/lang/dynamic_strings.php:11
1158
- msgid "winnt"
1159
- msgstr ""
1160
-
1161
- #: ../../admin/lang/dynamic_strings.php:12
1162
- msgid "win2000"
1163
- msgstr ""
1164
-
1165
- #: ../../admin/lang/dynamic_strings.php:13
1166
- msgid "winme"
1167
- msgstr ""
1168
-
1169
- #: ../../admin/lang/dynamic_strings.php:14
1170
- msgid "win98"
1171
- msgstr ""
1172
-
1173
- #: ../../admin/lang/dynamic_strings.php:15
1174
- msgid "win95"
1175
- msgstr ""
1176
-
1177
- #: ../../admin/lang/dynamic_strings.php:16
1178
- msgid "win31"
1179
- msgstr ""
1180
-
1181
- #: ../../admin/lang/dynamic_strings.php:17
1182
- msgid "win32"
1183
- msgstr ""
1184
-
1185
- #: ../../admin/lang/dynamic_strings.php:18
1186
- msgid "win16"
1187
- msgstr ""
1188
-
1189
- #: ../../admin/lang/dynamic_strings.php:19
1190
- msgid "mac68k"
1191
- msgstr ""
1192
-
1193
- #: ../../admin/lang/dynamic_strings.php:20
1194
- msgid "macosx"
1195
- msgstr ""
1196
-
1197
- #: ../../admin/lang/dynamic_strings.php:21
1198
- msgid "macppc"
1199
- msgstr ""
1200
-
1201
- #: ../../admin/lang/dynamic_strings.php:22
1202
- msgid "mac"
1203
- msgstr ""
1204
-
1205
- #: ../../admin/lang/dynamic_strings.php:23
1206
- msgid "os/2"
1207
- msgstr ""
1208
-
1209
- #: ../../admin/lang/dynamic_strings.php:24
1210
- msgid "sunos"
1211
- msgstr ""
1212
-
1213
- #: ../../admin/lang/dynamic_strings.php:25
1214
- msgid "solaris"
1215
- msgstr ""
1216
-
1217
- #: ../../admin/lang/dynamic_strings.php:26
1218
- msgid "unix"
1219
- msgstr ""
1220
-
1221
- #: ../../admin/lang/dynamic_strings.php:27
1222
- msgid "irix"
1223
- msgstr ""
1224
-
1225
- #: ../../admin/lang/dynamic_strings.php:28
1226
- msgid "hp-ux"
1227
- msgstr ""
1228
-
1229
- #: ../../admin/lang/dynamic_strings.php:29
1230
- msgid "aix"
1231
- msgstr ""
1232
-
1233
- #: ../../admin/lang/dynamic_strings.php:30
1234
- msgid "beos"
1235
- msgstr ""
1236
-
1237
- #: ../../admin/lang/dynamic_strings.php:31
1238
- msgid "cygwin"
1239
- msgstr ""
1240
-
1241
- #: ../../admin/lang/dynamic_strings.php:32
1242
- msgid "digital unix"
1243
- msgstr ""
1244
-
1245
- #: ../../admin/lang/dynamic_strings.php:33
1246
- msgid "risc os"
1247
- msgstr ""
1248
-
1249
- #: ../../admin/lang/dynamic_strings.php:34
1250
- msgid "openvms"
1251
- msgstr ""
1252
-
1253
- #: ../../admin/lang/dynamic_strings.php:35
1254
- msgid "linux"
1255
- msgstr ""
1256
-
1257
- #: ../../admin/lang/dynamic_strings.php:36
1258
- msgid "freebsd"
1259
- msgstr ""
1260
-
1261
- #: ../../admin/lang/dynamic_strings.php:37
1262
- msgid "openbsd"
1263
- msgstr ""
1264
-
1265
- #: ../../admin/lang/dynamic_strings.php:38
1266
- msgid "netbsd"
1267
- msgstr ""
1268
-
1269
- #: ../../admin/lang/dynamic_strings.php:39
1270
- msgid "debian"
1271
- msgstr ""
1272
-
1273
- #: ../../admin/lang/dynamic_strings.php:40
1274
- msgid "amiga"
1275
- msgstr ""
1276
-
1277
- #: ../../admin/lang/dynamic_strings.php:41
1278
- msgid "android"
1279
- msgstr ""
1280
-
1281
- #: ../../admin/lang/dynamic_strings.php:42
1282
- msgid "wyderos"
1283
- msgstr ""
1284
-
1285
- #: ../../admin/lang/dynamic_strings.php:43
1286
- msgid "iphone osx"
1287
- msgstr ""
1288
-
1289
- #: ../../admin/lang/dynamic_strings.php:44
1290
- msgid "ios"
1291
- msgstr "ios"
1292
-
1293
- #: ../../admin/lang/dynamic_strings.php:45
1294
- msgid "palm"
1295
- msgstr ""
1296
-
1297
- #: ../../admin/lang/dynamic_strings.php:46
1298
- msgid "wap"
1299
- msgstr ""
1300
-
1301
- #: ../../admin/lang/dynamic_strings.php:47
1302
- msgid "java"
1303
- msgstr ""
1304
-
1305
- #: ../../admin/lang/dynamic_strings.php:48
1306
- msgid "winphone7"
1307
- msgstr ""
1308
-
1309
- #: ../../admin/lang/dynamic_strings.php:49
1310
- msgid "wince"
1311
- msgstr ""
1312
-
1313
- #: ../../admin/lang/dynamic_strings.php:50
1314
- msgid "symbianos"
1315
- msgstr ""
1316
-
1317
- #: ../../admin/lang/dynamic_strings.php:51
1318
- msgid "blackberry os"
1319
- msgstr ""
1320
-
1321
- #: ../../admin/lang/dynamic_strings.php:52
1322
- msgid "webos"
1323
- msgstr ""
1324
-
1325
- #: ../../admin/lang/dynamic_strings.php:53
1326
- msgid "p-and"
1327
- msgstr ""
1328
-
1329
- #: ../../admin/lang/dynamic_strings.php:54
1330
- msgid "p-bla"
1331
- msgstr ""
1332
-
1333
- #: ../../admin/lang/dynamic_strings.php:55
1334
- msgid "p-chr"
1335
- msgstr ""
1336
-
1337
- #: ../../admin/lang/dynamic_strings.php:56
1338
- msgid "p-fre"
1339
- msgstr ""
1340
-
1341
- #: ../../admin/lang/dynamic_strings.php:57
1342
- msgid "p-ios"
1343
- msgstr ""
1344
-
1345
- #: ../../admin/lang/dynamic_strings.php:58
1346
- msgid "p-jav"
1347
- msgstr ""
1348
-
1349
- #: ../../admin/lang/dynamic_strings.php:59
1350
- msgid "p-lin"
1351
- msgstr ""
1352
-
1353
- #: ../../admin/lang/dynamic_strings.php:60
1354
- msgid "p-mac"
1355
- msgstr ""
1356
-
1357
- #: ../../admin/lang/dynamic_strings.php:61
1358
- msgid "p-sym"
1359
- msgstr ""
1360
-
1361
- #: ../../admin/lang/dynamic_strings.php:62
1362
- msgid "p-unk"
1363
- msgstr ""
1364
-
1365
- #: ../../admin/lang/dynamic_strings.php:63
1366
- msgid "p-win"
1367
- msgstr ""
1368
-
1369
- #: ../../admin/lang/dynamic_strings.php:64
1370
- msgid "powertv"
1371
- msgstr ""
1372
-
1373
- #: ../../admin/lang/dynamic_strings.php:65
1374
- msgid "acrobat"
1375
- msgstr ""
1376
-
1377
- #: ../../admin/lang/dynamic_strings.php:66
1378
- msgid "director"
1379
- msgstr ""
1380
-
1381
- #: ../../admin/lang/dynamic_strings.php:67
1382
- msgid "flash"
1383
- msgstr ""
1384
-
1385
- #: ../../admin/lang/dynamic_strings.php:68
1386
- msgid "mediaplayer"
1387
- msgstr ""
1388
-
1389
- #: ../../admin/lang/dynamic_strings.php:69
1390
- msgid "quicktime"
1391
- msgstr ""
1392
-
1393
- #: ../../admin/lang/dynamic_strings.php:70
1394
- msgid "real"
1395
- msgstr ""
1396
-
1397
- #: ../../admin/lang/dynamic_strings.php:71
1398
- msgid "silverlight"
1399
- msgstr ""
1400
-
1401
- #: ../../admin/lang/dynamic_strings.php:72
1402
- msgid "l-af"
1403
- msgstr ""
1404
-
1405
- #: ../../admin/lang/dynamic_strings.php:73
1406
- msgid "l-af-za"
1407
- msgstr ""
1408
-
1409
- #: ../../admin/lang/dynamic_strings.php:74
1410
- msgid "l-ar"
1411
- msgstr ""
1412
-
1413
- #: ../../admin/lang/dynamic_strings.php:75
1414
- msgid "l-ar-ae"
1415
- msgstr ""
1416
-
1417
- #: ../../admin/lang/dynamic_strings.php:76
1418
- msgid "l-ar-bh"
1419
- msgstr ""
1420
-
1421
- #: ../../admin/lang/dynamic_strings.php:77
1422
- msgid "l-ar-dz"
1423
- msgstr ""
1424
-
1425
- #: ../../admin/lang/dynamic_strings.php:78
1426
- msgid "l-ar-eg"
1427
- msgstr ""
1428
-
1429
- #: ../../admin/lang/dynamic_strings.php:79
1430
- msgid "l-ar-iq"
1431
- msgstr ""
1432
-
1433
- #: ../../admin/lang/dynamic_strings.php:80
1434
- msgid "l-ar-jo"
1435
- msgstr ""
1436
-
1437
- #: ../../admin/lang/dynamic_strings.php:81
1438
- msgid "l-ar-kw"
1439
- msgstr ""
1440
-
1441
- #: ../../admin/lang/dynamic_strings.php:82
1442
- msgid "l-ar-lb"
1443
- msgstr ""
1444
-
1445
- #: ../../admin/lang/dynamic_strings.php:83
1446
- msgid "l-ar-ly"
1447
- msgstr ""
1448
-
1449
- #: ../../admin/lang/dynamic_strings.php:84
1450
- msgid "l-ar-ma"
1451
- msgstr ""
1452
-
1453
- #: ../../admin/lang/dynamic_strings.php:85
1454
- msgid "l-ar-om"
1455
- msgstr ""
1456
-
1457
- #: ../../admin/lang/dynamic_strings.php:86
1458
- msgid "l-ar-qa"
1459
- msgstr ""
1460
-
1461
- #: ../../admin/lang/dynamic_strings.php:87
1462
- msgid "l-ar-sa"
1463
- msgstr ""
1464
-
1465
- #: ../../admin/lang/dynamic_strings.php:88
1466
- msgid "l-ar-sy"
1467
- msgstr ""
1468
-
1469
- #: ../../admin/lang/dynamic_strings.php:89
1470
- msgid "l-ar-tn"
1471
- msgstr ""
1472
-
1473
- #: ../../admin/lang/dynamic_strings.php:90
1474
- msgid "l-ar-ye"
1475
- msgstr ""
1476
-
1477
- #: ../../admin/lang/dynamic_strings.php:91
1478
- msgid "l-az"
1479
- msgstr ""
1480
-
1481
- #: ../../admin/lang/dynamic_strings.php:92
1482
- msgid "l-az-az"
1483
- msgstr ""
1484
-
1485
- #: ../../admin/lang/dynamic_strings.php:93
1486
- msgid "l-be"
1487
- msgstr ""
1488
-
1489
- #: ../../admin/lang/dynamic_strings.php:94
1490
- msgid "l-be-by"
1491
- msgstr ""
1492
-
1493
- #: ../../admin/lang/dynamic_strings.php:95
1494
- msgid "l-bg"
1495
- msgstr ""
1496
-
1497
- #: ../../admin/lang/dynamic_strings.php:96
1498
- msgid "l-bg-bg"
1499
- msgstr ""
1500
-
1501
- #: ../../admin/lang/dynamic_strings.php:97
1502
- msgid "l-bs-ba"
1503
- msgstr ""
1504
-
1505
- #: ../../admin/lang/dynamic_strings.php:98
1506
- msgid "l-ca"
1507
- msgstr ""
1508
-
1509
- #: ../../admin/lang/dynamic_strings.php:99
1510
- msgid "l-ca-es"
1511
- msgstr ""
1512
-
1513
- #: ../../admin/lang/dynamic_strings.php:100
1514
- msgid "l-cs"
1515
- msgstr ""
1516
-
1517
- #: ../../admin/lang/dynamic_strings.php:101
1518
- msgid "l-cs-cz"
1519
- msgstr ""
1520
-
1521
- #: ../../admin/lang/dynamic_strings.php:102
1522
- msgid "l-cy"
1523
- msgstr ""
1524
-
1525
- #: ../../admin/lang/dynamic_strings.php:103
1526
- msgid "l-cy-gb"
1527
- msgstr ""
1528
-
1529
- #: ../../admin/lang/dynamic_strings.php:104
1530
- msgid "l-da"
1531
- msgstr ""
1532
-
1533
- #: ../../admin/lang/dynamic_strings.php:105
1534
- msgid "l-da-dk"
1535
- msgstr ""
1536
-
1537
- #: ../../admin/lang/dynamic_strings.php:106
1538
- msgid "l-de"
1539
- msgstr ""
1540
-
1541
- #: ../../admin/lang/dynamic_strings.php:107
1542
- msgid "l-de-at"
1543
- msgstr ""
1544
-
1545
- #: ../../admin/lang/dynamic_strings.php:108
1546
- msgid "l-de-ch"
1547
- msgstr ""
1548
-
1549
- #: ../../admin/lang/dynamic_strings.php:109
1550
- msgid "l-de-de"
1551
- msgstr ""
1552
-
1553
- #: ../../admin/lang/dynamic_strings.php:110
1554
- msgid "l-de-li"
1555
- msgstr ""
1556
-
1557
- #: ../../admin/lang/dynamic_strings.php:111
1558
- msgid "l-de-lu"
1559
- msgstr ""
1560
-
1561
- #: ../../admin/lang/dynamic_strings.php:112
1562
- msgid "l-dv"
1563
- msgstr ""
1564
-
1565
- #: ../../admin/lang/dynamic_strings.php:113
1566
- msgid "l-dv-mv"
1567
- msgstr ""
1568
-
1569
- #: ../../admin/lang/dynamic_strings.php:114
1570
- msgid "l-el"
1571
- msgstr ""
1572
-
1573
- #: ../../admin/lang/dynamic_strings.php:115
1574
- msgid "l-el-gr"
1575
- msgstr ""
1576
-
1577
- #: ../../admin/lang/dynamic_strings.php:116
1578
- msgid "l-en"
1579
- msgstr ""
1580
-
1581
- #: ../../admin/lang/dynamic_strings.php:117
1582
- msgid "l-en-au"
1583
- msgstr ""
1584
-
1585
- #: ../../admin/lang/dynamic_strings.php:118
1586
- msgid "l-en-bz"
1587
- msgstr ""
1588
-
1589
- #: ../../admin/lang/dynamic_strings.php:119
1590
- msgid "l-en-ca"
1591
- msgstr ""
1592
-
1593
- #: ../../admin/lang/dynamic_strings.php:120
1594
- msgid "l-en-cb"
1595
- msgstr ""
1596
-
1597
- #: ../../admin/lang/dynamic_strings.php:121
1598
- msgid "l-en-gb"
1599
- msgstr ""
1600
-
1601
- #: ../../admin/lang/dynamic_strings.php:122
1602
- msgid "l-en-ie"
1603
- msgstr ""
1604
-
1605
- #: ../../admin/lang/dynamic_strings.php:123
1606
- msgid "l-en-jm"
1607
- msgstr ""
1608
-
1609
- #: ../../admin/lang/dynamic_strings.php:124
1610
- msgid "l-en-nz"
1611
- msgstr ""
1612
-
1613
- #: ../../admin/lang/dynamic_strings.php:125
1614
- msgid "l-en-ph"
1615
- msgstr ""
1616
-
1617
- #: ../../admin/lang/dynamic_strings.php:126
1618
- msgid "l-en-tt"
1619
- msgstr ""
1620
-
1621
- #: ../../admin/lang/dynamic_strings.php:127
1622
- msgid "l-en-us"
1623
- msgstr ""
1624
-
1625
- #: ../../admin/lang/dynamic_strings.php:128
1626
- msgid "l-en-za"
1627
- msgstr ""
1628
-
1629
- #: ../../admin/lang/dynamic_strings.php:129
1630
- msgid "l-en-zw"
1631
- msgstr ""
1632
-
1633
- #: ../../admin/lang/dynamic_strings.php:130
1634
- msgid "l-eo"
1635
- msgstr ""
1636
-
1637
- #: ../../admin/lang/dynamic_strings.php:131
1638
- msgid "l-es"
1639
- msgstr ""
1640
-
1641
- #: ../../admin/lang/dynamic_strings.php:132
1642
- msgid "l-es-ar"
1643
- msgstr ""
1644
-
1645
- #: ../../admin/lang/dynamic_strings.php:133
1646
- msgid "l-es-bo"
1647
- msgstr ""
1648
-
1649
- #: ../../admin/lang/dynamic_strings.php:134
1650
- msgid "l-es-cl"
1651
- msgstr ""
1652
-
1653
- #: ../../admin/lang/dynamic_strings.php:135
1654
- msgid "l-es-co"
1655
- msgstr ""
1656
-
1657
- #: ../../admin/lang/dynamic_strings.php:136
1658
- msgid "l-es-cr"
1659
- msgstr ""
1660
-
1661
- #: ../../admin/lang/dynamic_strings.php:137
1662
- msgid "l-es-do"
1663
- msgstr ""
1664
-
1665
- #: ../../admin/lang/dynamic_strings.php:138
1666
- msgid "l-es-ec"
1667
- msgstr ""
1668
-
1669
- #: ../../admin/lang/dynamic_strings.php:139
1670
- msgid "l-es-es"
1671
- msgstr ""
1672
-
1673
- #: ../../admin/lang/dynamic_strings.php:140
1674
- msgid "l-es-gt"
1675
- msgstr ""
1676
-
1677
- #: ../../admin/lang/dynamic_strings.php:141
1678
- msgid "l-es-hn"
1679
- msgstr ""
1680
-
1681
- #: ../../admin/lang/dynamic_strings.php:142
1682
- msgid "l-es-mx"
1683
- msgstr ""
1684
-
1685
- #: ../../admin/lang/dynamic_strings.php:143
1686
- msgid "l-es-ni"
1687
- msgstr ""
1688
-
1689
- #: ../../admin/lang/dynamic_strings.php:144
1690
- msgid "l-es-pa"
1691
- msgstr ""
1692
-
1693
- #: ../../admin/lang/dynamic_strings.php:145
1694
- msgid "l-es-pe"
1695
- msgstr ""
1696
-
1697
- #: ../../admin/lang/dynamic_strings.php:146
1698
- msgid "l-es-pr"
1699
- msgstr ""
1700
-
1701
- #: ../../admin/lang/dynamic_strings.php:147
1702
- msgid "l-es-py"
1703
- msgstr ""
1704
-
1705
- #: ../../admin/lang/dynamic_strings.php:148
1706
- msgid "l-es-sv"
1707
- msgstr ""
1708
-
1709
- #: ../../admin/lang/dynamic_strings.php:149
1710
- msgid "l-es-uy"
1711
- msgstr ""
1712
-
1713
- #: ../../admin/lang/dynamic_strings.php:150
1714
- msgid "l-es-ve"
1715
- msgstr ""
1716
-
1717
- #: ../../admin/lang/dynamic_strings.php:151
1718
- msgid "l-et"
1719
- msgstr ""
1720
-
1721
- #: ../../admin/lang/dynamic_strings.php:152
1722
- msgid "l-et-ee"
1723
- msgstr ""
1724
-
1725
- #: ../../admin/lang/dynamic_strings.php:153
1726
- msgid "l-eu"
1727
- msgstr ""
1728
-
1729
- #: ../../admin/lang/dynamic_strings.php:154
1730
- msgid "l-eu-es"
1731
- msgstr ""
1732
-
1733
- #: ../../admin/lang/dynamic_strings.php:155
1734
- msgid "l-fa"
1735
- msgstr ""
1736
-
1737
- #: ../../admin/lang/dynamic_strings.php:156
1738
- msgid "l-fa-ir"
1739
- msgstr ""
1740
-
1741
- #: ../../admin/lang/dynamic_strings.php:157
1742
- msgid "l-fi"
1743
- msgstr ""
1744
-
1745
- #: ../../admin/lang/dynamic_strings.php:158
1746
- msgid "l-fi-fi"
1747
- msgstr ""
1748
-
1749
- #: ../../admin/lang/dynamic_strings.php:159
1750
- msgid "l-fo"
1751
- msgstr ""
1752
-
1753
- #: ../../admin/lang/dynamic_strings.php:160
1754
- msgid "l-fo-fo"
1755
- msgstr ""
1756
-
1757
- #: ../../admin/lang/dynamic_strings.php:161
1758
- msgid "l-fr"
1759
- msgstr ""
1760
-
1761
- #: ../../admin/lang/dynamic_strings.php:162
1762
- msgid "l-fr-be"
1763
- msgstr ""
1764
-
1765
- #: ../../admin/lang/dynamic_strings.php:163
1766
- msgid "l-fr-ca"
1767
- msgstr ""
1768
-
1769
- #: ../../admin/lang/dynamic_strings.php:164
1770
- msgid "l-fr-ch"
1771
- msgstr ""
1772
-
1773
- #: ../../admin/lang/dynamic_strings.php:165
1774
- msgid "l-fr-fr"
1775
- msgstr ""
1776
-
1777
- #: ../../admin/lang/dynamic_strings.php:166
1778
- msgid "l-fr-lu"
1779
- msgstr ""
1780
-
1781
- #: ../../admin/lang/dynamic_strings.php:167
1782
- msgid "l-fr-mc"
1783
- msgstr ""
1784
-
1785
- #: ../../admin/lang/dynamic_strings.php:168
1786
- msgid "l-gl"
1787
- msgstr ""
1788
-
1789
- #: ../../admin/lang/dynamic_strings.php:169
1790
- msgid "l-gl-es"
1791
- msgstr ""
1792
-
1793
- #: ../../admin/lang/dynamic_strings.php:170
1794
- msgid "l-gu"
1795
- msgstr ""
1796
-
1797
- #: ../../admin/lang/dynamic_strings.php:171
1798
- msgid "l-gu-in"
1799
- msgstr ""
1800
-
1801
- #: ../../admin/lang/dynamic_strings.php:172
1802
- msgid "l-he"
1803
- msgstr ""
1804
-
1805
- #: ../../admin/lang/dynamic_strings.php:173
1806
- msgid "l-he-il"
1807
- msgstr ""
1808
-
1809
- #: ../../admin/lang/dynamic_strings.php:174
1810
- msgid "l-hi"
1811
- msgstr ""
1812
-
1813
- #: ../../admin/lang/dynamic_strings.php:175
1814
- msgid "l-hi-in"
1815
- msgstr ""
1816
-
1817
- #: ../../admin/lang/dynamic_strings.php:176
1818
- msgid "l-hr"
1819
- msgstr ""
1820
-
1821
- #: ../../admin/lang/dynamic_strings.php:177
1822
- msgid "l-hr-ba"
1823
- msgstr ""
1824
-
1825
- #: ../../admin/lang/dynamic_strings.php:178
1826
- msgid "l-hr-hr"
1827
- msgstr ""
1828
-
1829
- #: ../../admin/lang/dynamic_strings.php:179
1830
- msgid "l-hu"
1831
- msgstr ""
1832
-
1833
- #: ../../admin/lang/dynamic_strings.php:180
1834
- msgid "l-hu-hu"
1835
- msgstr ""
1836
-
1837
- #: ../../admin/lang/dynamic_strings.php:181
1838
- msgid "l-hy"
1839
- msgstr ""
1840
-
1841
- #: ../../admin/lang/dynamic_strings.php:182
1842
- msgid "l-hy-am"
1843
- msgstr ""
1844
-
1845
- #: ../../admin/lang/dynamic_strings.php:183
1846
- msgid "l-id"
1847
- msgstr ""
1848
-
1849
- #: ../../admin/lang/dynamic_strings.php:184
1850
- msgid "l-id-id"
1851
- msgstr ""
1852
-
1853
- #: ../../admin/lang/dynamic_strings.php:185
1854
- msgid "l-is"
1855
- msgstr ""
1856
-
1857
- #: ../../admin/lang/dynamic_strings.php:186
1858
- msgid "l-is-is"
1859
- msgstr ""
1860
-
1861
- #: ../../admin/lang/dynamic_strings.php:187
1862
- msgid "l-it"
1863
- msgstr ""
1864
-
1865
- #: ../../admin/lang/dynamic_strings.php:188
1866
- msgid "l-it-ch"
1867
- msgstr ""
1868
-
1869
- #: ../../admin/lang/dynamic_strings.php:189
1870
- msgid "l-it-it"
1871
- msgstr ""
1872
-
1873
- #: ../../admin/lang/dynamic_strings.php:190
1874
- msgid "l-ja"
1875
- msgstr ""
1876
-
1877
- #: ../../admin/lang/dynamic_strings.php:191
1878
- msgid "l-ja-jp"
1879
- msgstr ""
1880
-
1881
- #: ../../admin/lang/dynamic_strings.php:192
1882
- msgid "l-ka"
1883
- msgstr ""
1884
-
1885
- #: ../../admin/lang/dynamic_strings.php:193
1886
- msgid "l-ka-ge"
1887
- msgstr ""
1888
-
1889
- #: ../../admin/lang/dynamic_strings.php:194
1890
- msgid "l-kk"
1891
- msgstr ""
1892
-
1893
- #: ../../admin/lang/dynamic_strings.php:195
1894
- msgid "l-kk-kz"
1895
- msgstr ""
1896
-
1897
- #: ../../admin/lang/dynamic_strings.php:196
1898
- msgid "l-kn"
1899
- msgstr ""
1900
-
1901
- #: ../../admin/lang/dynamic_strings.php:197
1902
- msgid "l-kn-in"
1903
- msgstr ""
1904
-
1905
- #: ../../admin/lang/dynamic_strings.php:198
1906
- msgid "l-ko"
1907
- msgstr ""
1908
-
1909
- #: ../../admin/lang/dynamic_strings.php:199
1910
- msgid "l-ko-kr"
1911
- msgstr ""
1912
-
1913
- #: ../../admin/lang/dynamic_strings.php:200
1914
- msgid "l-kok"
1915
- msgstr ""
1916
-
1917
- #: ../../admin/lang/dynamic_strings.php:201
1918
- msgid "l-kok-in"
1919
- msgstr ""
1920
-
1921
- #: ../../admin/lang/dynamic_strings.php:202
1922
- msgid "l-ky"
1923
- msgstr ""
1924
-
1925
- #: ../../admin/lang/dynamic_strings.php:203
1926
- msgid "l-ky-kg"
1927
- msgstr ""
1928
-
1929
- #: ../../admin/lang/dynamic_strings.php:204
1930
- msgid "l-lt"
1931
- msgstr ""
1932
-
1933
- #: ../../admin/lang/dynamic_strings.php:205
1934
- msgid "l-lt-lt"
1935
- msgstr ""
1936
-
1937
- #: ../../admin/lang/dynamic_strings.php:206
1938
- msgid "l-lv"
1939
- msgstr ""
1940
-
1941
- #: ../../admin/lang/dynamic_strings.php:207
1942
- msgid "l-lv-lv"
1943
- msgstr ""
1944
-
1945
- #: ../../admin/lang/dynamic_strings.php:208
1946
- msgid "l-mi"
1947
- msgstr ""
1948
-
1949
- #: ../../admin/lang/dynamic_strings.php:209
1950
- msgid "l-mi-nz"
1951
- msgstr ""
1952
-
1953
- #: ../../admin/lang/dynamic_strings.php:210
1954
- msgid "l-mk"
1955
- msgstr ""
1956
-
1957
- #: ../../admin/lang/dynamic_strings.php:211
1958
- msgid "l-mk-ml"
1959
- msgstr ""
1960
-
1961
- #: ../../admin/lang/dynamic_strings.php:212
1962
- msgid "l-mn"
1963
- msgstr ""
1964
-
1965
- #: ../../admin/lang/dynamic_strings.php:213
1966
- msgid "l-mn-mn"
1967
- msgstr ""
1968
-
1969
- #: ../../admin/lang/dynamic_strings.php:214
1970
- msgid "l-mr"
1971
- msgstr ""
1972
-
1973
- #: ../../admin/lang/dynamic_strings.php:215
1974
- msgid "l-mr-in"
1975
- msgstr ""
1976
-
1977
- #: ../../admin/lang/dynamic_strings.php:216
1978
- msgid "l-ms"
1979
- msgstr ""
1980
-
1981
- #: ../../admin/lang/dynamic_strings.php:217
1982
- msgid "l-ms-bn"
1983
- msgstr ""
1984
-
1985
- #: ../../admin/lang/dynamic_strings.php:218
1986
- msgid "l-ms-my"
1987
- msgstr ""
1988
-
1989
- #: ../../admin/lang/dynamic_strings.php:219
1990
- msgid "l-mt"
1991
- msgstr ""
1992
-
1993
- #: ../../admin/lang/dynamic_strings.php:220
1994
- msgid "l-mt-mt"
1995
- msgstr ""
1996
-
1997
- #: ../../admin/lang/dynamic_strings.php:221
1998
- msgid "l-nb"
1999
- msgstr ""
2000
-
2001
- #: ../../admin/lang/dynamic_strings.php:222
2002
- msgid "l-nb-no"
2003
- msgstr ""
2004
-
2005
- #: ../../admin/lang/dynamic_strings.php:223
2006
- msgid "l-nl"
2007
- msgstr ""
2008
-
2009
- #: ../../admin/lang/dynamic_strings.php:224
2010
- msgid "l-nl-be"
2011
- msgstr ""
2012
-
2013
- #: ../../admin/lang/dynamic_strings.php:225
2014
- msgid "l-nl-nl"
2015
- msgstr ""
2016
-
2017
- #: ../../admin/lang/dynamic_strings.php:226
2018
- msgid "l-nn-no"
2019
- msgstr ""
2020
-
2021
- #: ../../admin/lang/dynamic_strings.php:227
2022
- msgid "l-ns"
2023
- msgstr ""
2024
-
2025
- #: ../../admin/lang/dynamic_strings.php:228
2026
- msgid "l-ns-za"
2027
- msgstr ""
2028
-
2029
- #: ../../admin/lang/dynamic_strings.php:229
2030
- msgid "l-pa"
2031
- msgstr ""
2032
-
2033
- #: ../../admin/lang/dynamic_strings.php:230
2034
- msgid "l-pa-in"
2035
- msgstr ""
2036
-
2037
- #: ../../admin/lang/dynamic_strings.php:231
2038
- msgid "l-pl"
2039
- msgstr ""
2040
-
2041
- #: ../../admin/lang/dynamic_strings.php:232
2042
- msgid "l-pl-pl"
2043
- msgstr ""
2044
-
2045
- #: ../../admin/lang/dynamic_strings.php:233
2046
- msgid "l-ps"
2047
- msgstr ""
2048
-
2049
- #: ../../admin/lang/dynamic_strings.php:234
2050
- msgid "l-ps-ar"
2051
- msgstr ""
2052
-
2053
- #: ../../admin/lang/dynamic_strings.php:235
2054
- msgid "l-pt"
2055
- msgstr ""
2056
-
2057
- #: ../../admin/lang/dynamic_strings.php:236
2058
- msgid "l-pt-br"
2059
- msgstr ""
2060
-
2061
- #: ../../admin/lang/dynamic_strings.php:237
2062
- msgid "l-pt-pt"
2063
- msgstr ""
2064
-
2065
- #: ../../admin/lang/dynamic_strings.php:238
2066
- msgid "l-qu"
2067
- msgstr ""
2068
-
2069
- #: ../../admin/lang/dynamic_strings.php:239
2070
- msgid "l-qu-bo"
2071
- msgstr ""
2072
-
2073
- #: ../../admin/lang/dynamic_strings.php:240
2074
- msgid "l-qu-ec"
2075
- msgstr ""
2076
-
2077
- #: ../../admin/lang/dynamic_strings.php:241
2078
- msgid "l-qu-pe"
2079
- msgstr ""
2080
-
2081
- #: ../../admin/lang/dynamic_strings.php:242
2082
- msgid "l-ro"
2083
- msgstr ""
2084
-
2085
- #: ../../admin/lang/dynamic_strings.php:243
2086
- msgid "l-ro-ro"
2087
- msgstr ""
2088
-
2089
- #: ../../admin/lang/dynamic_strings.php:244
2090
- msgid "l-ru"
2091
- msgstr ""
2092
-
2093
- #: ../../admin/lang/dynamic_strings.php:245
2094
- msgid "l-ru-ru"
2095
- msgstr ""
2096
-
2097
- #: ../../admin/lang/dynamic_strings.php:246
2098
- msgid "l-sa"
2099
- msgstr ""
2100
-
2101
- #: ../../admin/lang/dynamic_strings.php:247
2102
- msgid "l-sa-in"
2103
- msgstr ""
2104
-
2105
- #: ../../admin/lang/dynamic_strings.php:248
2106
- msgid "l-se"
2107
- msgstr ""
2108
-
2109
- #: ../../admin/lang/dynamic_strings.php:249
2110
- msgid "l-se-fi"
2111
- msgstr ""
2112
-
2113
- #: ../../admin/lang/dynamic_strings.php:250
2114
- msgid "l-se-no"
2115
- msgstr ""
2116
-
2117
- #: ../../admin/lang/dynamic_strings.php:251
2118
- msgid "l-se-se"
2119
- msgstr ""
2120
-
2121
- #: ../../admin/lang/dynamic_strings.php:252
2122
- msgid "l-sk"
2123
- msgstr ""
2124
-
2125
- #: ../../admin/lang/dynamic_strings.php:253
2126
- msgid "l-sk-sk"
2127
- msgstr ""
2128
-
2129
- #: ../../admin/lang/dynamic_strings.php:254
2130
- msgid "l-sl"
2131
- msgstr ""
2132
-
2133
- #: ../../admin/lang/dynamic_strings.php:255
2134
- msgid "l-sl-si"
2135
- msgstr ""
2136
-
2137
- #: ../../admin/lang/dynamic_strings.php:256
2138
- msgid "l-sq"
2139
- msgstr ""
2140
-
2141
- #: ../../admin/lang/dynamic_strings.php:257
2142
- msgid "l-sq-al"
2143
- msgstr ""
2144
-
2145
- #: ../../admin/lang/dynamic_strings.php:258
2146
- msgid "l-sr-ba"
2147
- msgstr ""
2148
-
2149
- #: ../../admin/lang/dynamic_strings.php:259
2150
- msgid "l-sr-sp"
2151
- msgstr ""
2152
-
2153
- #: ../../admin/lang/dynamic_strings.php:260
2154
- msgid "l-sv"
2155
- msgstr ""
2156
-
2157
- #: ../../admin/lang/dynamic_strings.php:261
2158
- msgid "l-sv-fi"
2159
- msgstr ""
2160
-
2161
- #: ../../admin/lang/dynamic_strings.php:262
2162
- msgid "l-sv-se"
2163
- msgstr ""
2164
-
2165
- #: ../../admin/lang/dynamic_strings.php:263
2166
- msgid "l-sw"
2167
- msgstr ""
2168
-
2169
- #: ../../admin/lang/dynamic_strings.php:264
2170
- msgid "l-sw-ke"
2171
- msgstr ""
2172
-
2173
- #: ../../admin/lang/dynamic_strings.php:265
2174
- msgid "l-ta"
2175
- msgstr ""
2176
-
2177
- #: ../../admin/lang/dynamic_strings.php:266
2178
- msgid "l-ta-in"
2179
- msgstr ""
2180
-
2181
- #: ../../admin/lang/dynamic_strings.php:267
2182
- msgid "l-te"
2183
- msgstr ""
2184
-
2185
- #: ../../admin/lang/dynamic_strings.php:268
2186
- msgid "l-te-in"
2187
- msgstr ""
2188
-
2189
- #: ../../admin/lang/dynamic_strings.php:269
2190
- msgid "l-th"
2191
- msgstr ""
2192
-
2193
- #: ../../admin/lang/dynamic_strings.php:270
2194
- msgid "l-th-th"
2195
- msgstr ""
2196
-
2197
- #: ../../admin/lang/dynamic_strings.php:271
2198
- msgid "l-tl"
2199
- msgstr ""
2200
-
2201
- #: ../../admin/lang/dynamic_strings.php:272
2202
- msgid "l-tl-ph"
2203
- msgstr ""
2204
-
2205
- #: ../../admin/lang/dynamic_strings.php:273
2206
- msgid "l-tn"
2207
- msgstr ""
2208
-
2209
- #: ../../admin/lang/dynamic_strings.php:274
2210
- msgid "l-tn-za"
2211
- msgstr ""
2212
-
2213
- #: ../../admin/lang/dynamic_strings.php:275
2214
- msgid "l-tr"
2215
- msgstr ""
2216
-
2217
- #: ../../admin/lang/dynamic_strings.php:276
2218
- msgid "l-tr-tr"
2219
- msgstr ""
2220
-
2221
- #: ../../admin/lang/dynamic_strings.php:277
2222
- msgid "l-tt"
2223
- msgstr ""
2224
-
2225
- #: ../../admin/lang/dynamic_strings.php:278
2226
- msgid "l-tt-ru"
2227
- msgstr ""
2228
-
2229
- #: ../../admin/lang/dynamic_strings.php:279
2230
- msgid "l-ts"
2231
- msgstr ""
2232
-
2233
- #: ../../admin/lang/dynamic_strings.php:280
2234
- msgid "l-uk"
2235
- msgstr ""
2236
-
2237
- #: ../../admin/lang/dynamic_strings.php:281
2238
- msgid "l-uk-ua"
2239
- msgstr ""
2240
-
2241
- #: ../../admin/lang/dynamic_strings.php:282
2242
- msgid "l-ur"
2243
- msgstr ""
2244
-
2245
- #: ../../admin/lang/dynamic_strings.php:283
2246
- msgid "l-ur-pk"
2247
- msgstr ""
2248
-
2249
- #: ../../admin/lang/dynamic_strings.php:284
2250
- msgid "l-uz"
2251
- msgstr ""
2252
-
2253
- #: ../../admin/lang/dynamic_strings.php:285
2254
- msgid "l-uz-uz"
2255
- msgstr ""
2256
-
2257
- #: ../../admin/lang/dynamic_strings.php:286
2258
- msgid "l-vi"
2259
- msgstr ""
2260
-
2261
- #: ../../admin/lang/dynamic_strings.php:287
2262
- msgid "l-vi-vn"
2263
- msgstr ""
2264
-
2265
- #: ../../admin/lang/dynamic_strings.php:288
2266
- msgid "l-xh"
2267
- msgstr ""
2268
-
2269
- #: ../../admin/lang/dynamic_strings.php:289
2270
- msgid "l-xh-za"
2271
- msgstr ""
2272
-
2273
- #: ../../admin/lang/dynamic_strings.php:290
2274
- msgid "l-zh"
2275
- msgstr ""
2276
-
2277
- #: ../../admin/lang/dynamic_strings.php:291
2278
- msgid "l-zh-cn"
2279
- msgstr ""
2280
-
2281
- #: ../../admin/lang/dynamic_strings.php:292
2282
- msgid "l-zh-hk"
2283
- msgstr ""
2284
-
2285
- #: ../../admin/lang/dynamic_strings.php:293
2286
- msgid "l-zh-mo"
2287
- msgstr ""
2288
-
2289
- #: ../../admin/lang/dynamic_strings.php:294
2290
- msgid "l-zh-sg"
2291
- msgstr ""
2292
-
2293
- #: ../../admin/lang/dynamic_strings.php:295
2294
- msgid "l-zh-tw"
2295
- msgstr ""
2296
-
2297
- #: ../../admin/lang/dynamic_strings.php:296
2298
- msgid "l-zu"
2299
- msgstr ""
2300
-
2301
- #: ../../admin/lang/dynamic_strings.php:297
2302
- msgid "l-zu-za"
2303
- msgstr ""
2304
-
2305
- #: ../../admin/lang/dynamic_strings.php:298
2306
- #: ../../admin/view/wp-slimstat-reports.php:505
2307
- msgid "l-"
2308
- msgstr ""
2309
-
2310
- #: ../../admin/lang/dynamic_strings.php:299
2311
- msgid "l-empty"
2312
- msgstr "ناشناخته"
2313
-
2314
- #: ../../admin/lang/dynamic_strings.php:300
2315
- msgid "l-xx"
2316
- msgstr ""
2317
-
2318
- #: ../../admin/lang/dynamic_strings.php:301
2319
- msgid "c-xy"
2320
- msgstr "آدرس محلی"
2321
-
2322
- #: ../../admin/view/index.php:24
2323
- msgid "is between (x,y)"
2324
- msgstr ""
2325
-
2326
- #: ../../admin/view/index.php:44
2327
- msgid "Load"
2328
- msgstr ""
2329
-
2330
- #: ../../admin/view/index.php:64 ../../admin/view/wp-slimstat-reports.php:821
2331
- msgid "Today"
2332
- msgstr "امروز‍"
2333
-
2334
- #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-reports.php:822
2335
- msgid "Yesterday"
2336
- msgstr "دیروز"
2337
-
2338
- #: ../../admin/view/index.php:66
2339
- msgid "Last 7 Days"
2340
- msgstr "۷ روز اخیر"
2341
-
2342
- #: ../../admin/view/index.php:67
2343
- #, fuzzy
2344
- msgid "Last 60 Days"
2345
- msgstr "۳۰ روز اخیر"
2346
-
2347
- #: ../../admin/view/index.php:68
2348
- msgid "Last 90 Days"
2349
- msgstr "۹۰ روز اخیر"
2350
-
2351
- #: ../../admin/view/index.php:69
2352
- #, fuzzy
2353
- msgid "This Year So Far"
2354
- msgstr "امسال"
2355
-
2356
- #: ../../admin/view/index.php:70
2357
- msgid "Date Range"
2358
- msgstr "محدوده زمانی"
2359
-
2360
- #: ../../admin/view/index.php:72 ../../admin/view/wp-slimstat-db.php:70
2361
- msgid "Day"
2362
- msgstr "روز"
2363
-
2364
- #: ../../admin/view/index.php:82 ../../admin/view/wp-slimstat-db.php:71
2365
- msgid "Month"
2366
- msgstr "ماه"
2367
-
2368
- #: ../../admin/view/index.php:91 ../../admin/view/wp-slimstat-db.php:72
2369
- msgid "Year"
2370
- msgstr "سال"
2371
-
2372
- #: ../../admin/view/index.php:92 ../../admin/view/wp-slimstat-db.php:69
2373
- msgid "Hour"
2374
- msgstr "ساعت"
2375
-
2376
- #: ../../admin/view/index.php:93
2377
- msgid "Min"
2378
- msgstr ""
2379
-
2380
- #: ../../admin/view/index.php:101 ../../admin/view/wp-slimstat-db.php:75
2381
- msgid "hours"
2382
- msgstr ""
2383
-
2384
- #: ../../admin/view/index.php:102
2385
- msgid "mins"
2386
- msgstr ""
2387
-
2388
- #: ../../admin/view/index.php:110
2389
- #, fuzzy
2390
- msgid "Reset Filters"
2391
- msgstr "فیلترهای تاریخ"
2392
-
2393
- #: ../../admin/view/index.php:151
2394
- msgid "Your report here"
2395
- msgstr "گزارش شما این‌جا"
2396
-
2397
- #: ../../admin/view/index.php:153
2398
- #, fuzzy
2399
- msgid ""
2400
- "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2401
- "write a new plugin that retrieves the desired information from the database "
2402
- "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
2403
- "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2404
- "forum_id=10\" target=\"_blank\">support forum</a>."
2405
- msgstr ""
2406
- " شما میتوانید گزارش آمار شخصی ایجاد کنید. یک افزونه بنویسید که اطلاعات مورد "
2407
- "نظر را از پایگاه داده را به <code>wp_slimstat_custom_report</code> گزارش "
2408
- "قلاب میکند.برای اطلاع بیشتر به صفحه<a href=\"http://wordpress.org/tags/wp-"
2409
- "slimstat?forum_id=10\" target=\"_blank\"> پشتیبانی </a>مراجعه کنید."
2410
-
2411
- #: ../../admin/view/index.php:167 ../../admin/view/wp-slimstat-reports.php:812
2412
- #: ../../admin/view/wp-slimstat-reports.php:914
2413
- #: ../../admin/view/wp-slimstat-reports.php:1137
2414
- msgid "Pageviews"
2415
- msgstr "مشاهدات صفحات"
2416
-
2417
- #: ../../admin/view/index.php:170
2418
- #, fuzzy
2419
- msgid ""
2420
- "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2421
- "Slimstat leverages this information to identify returning visitors. Please "
2422
- "note that visitors also include registered users."
2423
- msgstr ""
2424
- "وقتی کاربران در تارنامه نظر ثبت می‌کنند، وردپرس به آن‌ها یک کلوچک اختصاص می‌دهد."
2425
- "WP SlimStat از این اطلاعات برای شناسایی «بیننده دوباره» استفاده میکند. در "
2426
- "نظر داشته باشید که بیننده ها شامل کاربران ثبت شده نیز میباشد."
2427
-
2428
- #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2429
- #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2430
- msgid "Color codes"
2431
- msgstr "علامت رنگی"
2432
-
2433
- #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2434
- #, fuzzy
2435
- msgid "From search result page"
2436
- msgstr "از صفحه نتایج جستجو"
2437
-
2438
- #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2439
- #: ../../admin/wp-slimstat-admin.php:806
2440
- msgid "Known Visitor"
2441
- msgstr "بیننده آشنا"
2442
-
2443
- #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2444
- #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2445
- msgid "Known Users"
2446
- msgstr "کاربران آشنا"
2447
-
2448
- #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2449
- #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2450
- msgid "Other Humans"
2451
- msgstr "دیگران"
2452
-
2453
- #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2454
- msgid "Bot or Crawler"
2455
- msgstr "روبات یا خزنده"
2456
-
2457
- #: ../../admin/view/index.php:178
2458
- msgid "Keywords used by your visitors to find your website on a search engine."
2459
- msgstr "عبارات کلیدی در موتورهای جستجو که بیننده را به پایگاه شما را یافته‌اند."
2460
-
2461
- #: ../../admin/view/index.php:181
2462
- #, fuzzy
2463
- msgid ""
2464
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2465
- "measures your site's rankings. Values are updated every 12 hours. Filters "
2466
- "set above don't apply to this report."
2467
- msgstr ""
2468
- "با کسب اطلاعات خود از Google، Facebook و یا Alexa، رتبه خود را محک بزنید. "
2469
- "مقادیر هر ۱۲ ساعت به روز میشوند. صافی ها بالا در این گزارش کاربرد نمیشوند. "
2470
-
2471
- #: ../../admin/view/index.php:184
2472
- msgid "Human Visits"
2473
- msgstr "بازدیدهای انسانی"
2474
-
2475
- #: ../../admin/view/index.php:187
2476
- #, fuzzy
2477
- msgid ""
2478
- "Internet Service Provider: a company which provides other companies or "
2479
- "individuals with access to the Internet. Your DSL or cable internet service "
2480
- "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
2481
- "by setting the corresponding filter under Settings > Slimstat > Filters."
2482
- msgstr ""
2483
- "اینترنت توسط یک شرکت خدماتی (ISP) برای شما فراهم میشود. میتوانید این نشانی "
2484
- "ای پی را با وارد کردن صافی نادیده بگیرید."
2485
-
2486
- #: ../../admin/view/index.php:190
2487
- #, fuzzy
2488
- msgid ""
2489
- "You can configure Slimstat to ignore a specific Country by setting the "
2490
- "corresponding filter under Settings > Slimstat > Filters."
2491
- msgstr ""
2492
- "میتوانید تنظیمات برنامه برای نادیده گرفتن بعضی کشورها را تغییر دهید:Settings "
2493
- "> SlimStat > Filters"
2494
-
2495
- #: ../../admin/view/index.php:193
2496
- msgid ""
2497
- "This report shows you what user agent families (no version considered) are "
2498
- "popular among your visitors."
2499
- msgstr ""
2500
- "این گزارش نشانگر عامل کابر (بدون در نظر گرفتن نسخه) که در میان بیننده ها "
2501
- "محبوب تر هستند میباشد."
2502
-
2503
- #: ../../admin/view/index.php:196
2504
- msgid ""
2505
- "This report shows you what operating system families (no version considered) "
2506
- "are popular among your visitors."
2507
- msgstr ""
2508
- "این گزارش نشانگر محیط عامل هایی (بدون در نظر گرفتن نسخه) که در میان بیننده "
2509
- "ها محبوب تر هستند میباشد."
2510
-
2511
- #: ../../admin/view/index.php:199 ../../admin/view/wp-slimstat-reports.php:38
2512
- #: ../../admin/wp-slimstat-admin.php:509 ../../admin/wp-slimstat-admin.php:526
2513
- #: ../../wp-slimstat.php:1348
2514
- msgid "Traffic Sources"
2515
- msgstr "منابع ترافیک"
2516
-
2517
- #: ../../admin/view/index.php:202
2518
- msgid "Average Pageviews per Visit"
2519
- msgstr "میان‌گین مشاهده صفحات در هر بازدید"
2520
-
2521
- #: ../../admin/view/index.php:205
2522
- msgid ""
2523
- "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2524
- "left your site from the entrance (landing) page."
2525
- msgstr ""
2526
- " «صفحه وازده» یک «تک-صفحه» میباشد، یا آخرین صفحه ی دیده شده قبل از آنکه "
2527
- "بیننده پایگاه را ترک کند. "
2528
-
2529
- #: ../../admin/view/index.php:208
2530
- msgid "Searches performed using Wordpress' built-in search functionality."
2531
- msgstr "جستجوهایی که توسط جستجوی داخلی Wordpress انجام میشوند."
2532
-
2533
- #: ../../admin/view/index.php:212
2534
- msgid ""
2535
- "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2536
- "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2537
- "link has an ID attribute associated to it."
2538
- msgstr ""
2539
- "جزئيات پیوند نشان میدهد که چندمین پیوند فشار داده شده است. <em>ID:xx</em> "
2540
- "هنگامی نشان داده میشود که پیوند مرتبط شناسه داشته باشد."
2541
-
2542
- #: ../../admin/view/index.php:215
2543
- msgid ""
2544
- "This report lists any <em>event</em> occurred on your website. Please refer "
2545
- "to the FAQ for more information on how to leverage this functionality."
2546
- msgstr ""
2547
- "این گزارش تمامی رویداد های پایگاه شما را فهرست میکند. لطفا برای کسب اطلاع "
2548
- "بیشتر در این مورد به بخش پرسش و پاسخ مراجعه کنید."
2549
-
2550
- #: ../../admin/view/index.php:218
2551
- msgid ""
2552
- "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2553
- "this report is not affected by the filters set here above."
2554
- msgstr ""
2555
- "محتوای شما در یک نگاه: ارسال ها، نظرها و غیره. این گزارش با صافی های بالا "
2556
- "کاربرد نمیشود."
2557
-
2558
- #: ../../admin/view/right-now.php:8
2559
- msgid "Human"
2560
- msgstr "انسان"
2561
-
2562
- #: ../../admin/view/right-now.php:8
2563
- msgid "Bot/Crawler"
2564
- msgstr "روبات یا خزنده"
2565
-
2566
- #: ../../admin/view/right-now.php:8
2567
- msgid "Mobile Device"
2568
- msgstr "همراه"
2569
-
2570
- #: ../../admin/view/right-now.php:8
2571
- msgid "Syndication Reader"
2572
- msgstr "پیوند ریدر"
2573
-
2574
- #: ../../admin/view/right-now.php:30
2575
- #: ../../admin/view/wp-slimstat-reports.php:440
2576
- #: ../../admin/view/wp-slimstat-reports.php:703
2577
- msgid "No data to display"
2578
- msgstr "داده‌ای برای نمایش نیست"
2579
-
2580
- # Unknown
2581
- #: ../../admin/view/right-now.php:56
2582
- #: ../../admin/view/wp-slimstat-reports.php:493
2583
- #: ../../admin/view/wp-slimstat-reports.php:746
2584
- #: ../../admin/view/wp-slimstat-reports.php:1025
2585
- msgid "c-"
2586
- msgstr "Unknown"
2587
-
2588
- #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:61
2589
- #: ../../admin/wp-slimstat-admin.php:808 ../../admin/wp-slimstat-admin.php:850
2590
- msgid "Originating IP"
2591
- msgstr "آی‌پی منشا"
2592
-
2593
- #: ../../admin/view/right-now.php:130
2594
- msgid "Server Latency and Page Speed in milliseconds"
2595
- msgstr ""
2596
-
2597
- #: ../../admin/view/right-now.php:130
2598
- msgid "SL"
2599
- msgstr ""
2600
-
2601
- #: ../../admin/view/right-now.php:130
2602
- msgid "PS"
2603
- msgstr ""
2604
-
2605
- #: ../../admin/view/right-now.php:142
2606
- #: ../../admin/view/wp-slimstat-reports.php:552
2607
- #: ../../admin/view/wp-slimstat-reports.php:556
2608
- #: ../../admin/view/wp-slimstat-reports.php:728
2609
- #: ../../admin/view/wp-slimstat-reports.php:781
2610
- msgid "Open this URL in a new window"
2611
- msgstr "نشانی را در پنجره جدید باز کن"
2612
-
2613
- #: ../../admin/view/right-now.php:145
2614
- msgid "Local search results page"
2615
- msgstr "صفحه نتایج جستجوی محلی"
2616
-
2617
- #: ../../admin/view/right-now.php:150 ../../admin/view/wp-slimstat-db.php:40
2618
- #: ../../admin/wp-slimstat-admin.php:811 ../../admin/wp-slimstat-admin.php:827
2619
- msgid "Search Terms"
2620
- msgstr "عبارت‌های جستجو"
2621
-
2622
- #: ../../admin/view/right-now.php:153
2623
- msgid "Open this referrer in a new window"
2624
- msgstr "این ارجاعی دهنده را در پنجره جدید باز کن"
2625
-
2626
- #: ../../admin/view/right-now.php:154
2627
- msgid "Open this outbound link in a new window"
2628
- msgstr " پیوندهای بیرونی را در پنجره جدید باز کن"
2629
-
2630
- #: ../../admin/view/right-now.php:155
2631
- msgid "Date and Time"
2632
- msgstr "روز و ساعت"
2633
-
2634
- #: ../../admin/view/right-now.php:156
2635
- msgid "Content Type"
2636
- msgstr " نوع محتوا"
2637
-
2638
- #: ../../admin/view/wp-slimstat-db.php:37
2639
- #: ../../admin/wp-slimstat-admin.php:824
2640
- msgid "Browser"
2641
- msgstr "مرورگر"
2642
-
2643
- #: ../../admin/view/wp-slimstat-db.php:38
2644
- #: ../../admin/view/wp-slimstat-reports.php:492
2645
- #: ../../admin/wp-slimstat-admin.php:825
2646
- msgid "Country Code"
2647
- msgstr "علامت کشور"
2648
-
2649
- #: ../../admin/view/wp-slimstat-db.php:39
2650
- msgid "IP Address"
2651
- msgstr "نشانی آی‌پی"
2652
-
2653
- #: ../../admin/view/wp-slimstat-db.php:41
2654
- #: ../../admin/view/wp-slimstat-reports.php:504
2655
- #: ../../admin/wp-slimstat-admin.php:828
2656
- msgid "Language Code"
2657
- msgstr "علامت زبان"
2658
-
2659
- #: ../../admin/view/wp-slimstat-db.php:42
2660
- #: ../../admin/wp-slimstat-admin.php:829
2661
- msgid "Operating System"
2662
- msgstr "سامانه عامل"
2663
-
2664
- #: ../../admin/view/wp-slimstat-db.php:43
2665
- #: ../../admin/wp-slimstat-admin.php:830
2666
- msgid "Permalink"
2667
- msgstr "پیوند یکتا"
2668
-
2669
- #: ../../admin/view/wp-slimstat-db.php:44
2670
- msgid "Domain"
2671
- msgstr "دامنه"
2672
-
2673
- #: ../../admin/view/wp-slimstat-db.php:45
2674
- #: ../../admin/wp-slimstat-admin.php:831
2675
- msgid "Referer"
2676
- msgstr "ارجاع‌دهنده"
2677
-
2678
- #: ../../admin/view/wp-slimstat-db.php:46
2679
- #: ../../admin/wp-slimstat-admin.php:832
2680
- msgid "Visitor's Name"
2681
- msgstr "نام بیننده"
2682
-
2683
- #: ../../admin/view/wp-slimstat-db.php:47
2684
- msgid "Page Speed"
2685
- msgstr ""
2686
-
2687
- #: ../../admin/view/wp-slimstat-db.php:49
2688
- msgid "-- Advanced filters --"
2689
- msgstr "-- فیلترهای پیش‌رفته --"
2690
-
2691
- #: ../../admin/view/wp-slimstat-db.php:50
2692
- #: ../../admin/view/wp-slimstat-reports.php:64
2693
- msgid "Browser Capabilities"
2694
- msgstr "قابلیت‌های مرورگر"
2695
-
2696
- #: ../../admin/view/wp-slimstat-db.php:51
2697
- #: ../../admin/wp-slimstat-admin.php:843
2698
- msgid "Browser Version"
2699
- msgstr "نسخه مرورگر"
2700
-
2701
- #: ../../admin/view/wp-slimstat-db.php:52
2702
- #: ../../admin/wp-slimstat-admin.php:844
2703
- msgid "Browser Type"
2704
- msgstr "نوع مرورگر"
2705
-
2706
- #: ../../admin/view/wp-slimstat-db.php:53
2707
- #: ../../admin/wp-slimstat-admin.php:813
2708
- msgid "User Agent"
2709
- msgstr "مرورگرهای کاربران"
2710
-
2711
- #: ../../admin/view/wp-slimstat-db.php:54
2712
- #: ../../admin/wp-slimstat-admin.php:845
2713
- msgid "Color Depth"
2714
- msgstr "عمق رنگ"
2715
-
2716
- #: ../../admin/view/wp-slimstat-db.php:55
2717
- #: ../../admin/wp-slimstat-admin.php:846
2718
- msgid "CSS Version"
2719
- msgstr "نسخه سی‌اس‌اس "
2720
-
2721
- #: ../../admin/view/wp-slimstat-db.php:56
2722
- #: ../../admin/wp-slimstat-admin.php:847
2723
- msgid "Pageview Attributes"
2724
- msgstr "خصوصیات بازدید"
2725
-
2726
- #: ../../admin/view/wp-slimstat-db.php:57
2727
- msgid "Server Latency"
2728
- msgstr ""
2729
-
2730
- #: ../../admin/view/wp-slimstat-db.php:58
2731
- #: ../../admin/wp-slimstat-admin.php:814
2732
- msgid "Outbound Link"
2733
- msgstr "پیوند بیرونی"
2734
-
2735
- #: ../../admin/view/wp-slimstat-db.php:59
2736
- #: ../../admin/wp-slimstat-admin.php:848
2737
- msgid "Post Author"
2738
- msgstr "نویسنده مطلب"
2739
-
2740
- #: ../../admin/view/wp-slimstat-db.php:60
2741
- #: ../../admin/wp-slimstat-admin.php:849
2742
- msgid "Post Category ID"
2743
- msgstr "شناسه دسته‌بندی مطلب"
2744
-
2745
- #: ../../admin/view/wp-slimstat-db.php:62
2746
- #: ../../admin/wp-slimstat-admin.php:851
2747
- msgid "Resource Content Type"
2748
- msgstr "نوع محتوای منبع"
2749
-
2750
- #: ../../admin/view/wp-slimstat-db.php:63
2751
- msgid "Resource ID"
2752
- msgstr "شناسه منابع"
2753
-
2754
- #: ../../admin/view/wp-slimstat-db.php:64
2755
- #: ../../admin/wp-slimstat-admin.php:852
2756
- msgid "Screen Resolution"
2757
- msgstr "ابعاد صفحه نمایش"
2758
-
2759
- #: ../../admin/view/wp-slimstat-db.php:65
2760
- #: ../../admin/wp-slimstat-admin.php:853
2761
- msgid "Visit ID"
2762
- msgstr "شناسه دیدن"
2763
-
2764
- #: ../../admin/view/wp-slimstat-db.php:68
2765
- msgid "Minute"
2766
- msgstr ""
2767
-
2768
- #: ../../admin/view/wp-slimstat-db.php:73
2769
- msgid "+/-"
2770
- msgstr ""
2771
-
2772
- #: ../../admin/view/wp-slimstat-db.php:76
2773
- #, fuzzy
2774
- msgid "minutes"
2775
- msgstr "۱ تا ۳ دقیقه"
2776
-
2777
- #: ../../admin/view/wp-slimstat-db.php:78
2778
- msgid "Order Direction"
2779
- msgstr ""
2780
-
2781
- #: ../../admin/view/wp-slimstat-db.php:79
2782
- #, fuzzy
2783
- msgid "Limit Results"
2784
- msgstr "نتایج محدود به"
2785
-
2786
- #: ../../admin/view/wp-slimstat-db.php:80
2787
- msgid "Start From"
2788
- msgstr ""
2789
-
2790
- #: ../../admin/view/wp-slimstat-reports.php:34
2791
- #: ../../admin/wp-slimstat-admin.php:505 ../../wp-slimstat.php:1344
2792
- msgid "Real-Time Log"
2793
- msgstr ""
2794
-
2795
- #: ../../admin/view/wp-slimstat-reports.php:35
2796
- #: ../../admin/wp-slimstat-admin.php:506 ../../admin/wp-slimstat-admin.php:523
2797
- #: ../../wp-slimstat.php:1345
2798
- msgid "Overview"
2799
- msgstr "مرور"
2800
-
2801
- #: ../../admin/view/wp-slimstat-reports.php:36
2802
- #: ../../admin/wp-slimstat-admin.php:507 ../../admin/wp-slimstat-admin.php:524
2803
- #: ../../wp-slimstat.php:1346
2804
- msgid "Audience"
2805
- msgstr ""
2806
-
2807
- #: ../../admin/view/wp-slimstat-reports.php:37
2808
- #: ../../admin/wp-slimstat-admin.php:508 ../../admin/wp-slimstat-admin.php:525
2809
- #: ../../wp-slimstat.php:1347
2810
- msgid "Site Analysis"
2811
- msgstr ""
2812
-
2813
- #: ../../admin/view/wp-slimstat-reports.php:39
2814
- #: ../../admin/wp-slimstat-admin.php:510 ../../admin/wp-slimstat-admin.php:527
2815
- #: ../../wp-slimstat.php:1349
2816
- msgid "Map Overlay"
2817
- msgstr ""
2818
-
2819
- #: ../../admin/view/wp-slimstat-reports.php:40
2820
- #: ../../admin/wp-slimstat-admin.php:511 ../../admin/wp-slimstat-admin.php:528
2821
- #: ../../wp-slimstat.php:1350
2822
- msgid "Custom Reports"
2823
- msgstr "گزارش دلخواه"
2824
-
2825
- #: ../../admin/view/wp-slimstat-reports.php:44
2826
- msgid "Pageviews (chart)"
2827
- msgstr "مشاهده صفحات (نمودار)"
2828
-
2829
- #: ../../admin/view/wp-slimstat-reports.php:45
2830
- #, fuzzy
2831
- msgid "About Slimstat"
2832
- msgstr "درباره WP SlimStat"
2833
-
2834
- #: ../../admin/view/wp-slimstat-reports.php:46
2835
- msgid "At a Glance"
2836
- msgstr "در یک نگاه"
2837
-
2838
- #: ../../admin/view/wp-slimstat-reports.php:47
2839
- msgid "Currently Online"
2840
- msgstr "حالا روی خط"
2841
-
2842
- #: ../../admin/view/wp-slimstat-reports.php:48
2843
- #: ../../admin/view/wp-slimstat-reports.php:82
2844
- msgid "Spy View"
2845
- msgstr "دید دزدکی"
2846
-
2847
- #: ../../admin/view/wp-slimstat-reports.php:49
2848
- #: ../../admin/view/wp-slimstat-reports.php:83
2849
- msgid "Recent Search Terms"
2850
- msgstr "عبارت‌های جستجو شده اخیر"
2851
-
2852
- #: ../../admin/view/wp-slimstat-reports.php:50
2853
- msgid "Top Pages"
2854
- msgstr "برترین صفحات"
2855
-
2856
- #: ../../admin/view/wp-slimstat-reports.php:51
2857
- #: ../../admin/view/wp-slimstat-reports.php:80
2858
- msgid "Top Traffic Sources"
2859
- msgstr "برترین منابع ترافیک"
2860
-
2861
- #: ../../admin/view/wp-slimstat-reports.php:52
2862
- msgid "Top Known Visitors"
2863
- msgstr "برترین بیننده های آشنا"
2864
-
2865
- #: ../../admin/view/wp-slimstat-reports.php:53
2866
- #: ../../admin/view/wp-slimstat-reports.php:78
2867
- #: ../../admin/view/wp-slimstat-reports.php:98
2868
- msgid "Top Search Terms"
2869
- msgstr "برترین عبارت های جستجو"
2870
-
2871
- #: ../../admin/view/wp-slimstat-reports.php:54
2872
- #: ../../admin/view/wp-slimstat-reports.php:65
2873
- #: ../../admin/view/wp-slimstat-reports.php:79
2874
- msgid "Top Countries"
2875
- msgstr "برترین کشورها"
2876
-
2877
- #: ../../admin/view/wp-slimstat-reports.php:55
2878
- msgid "Rankings"
2879
- msgstr "رتبه ها"
2880
-
2881
- #: ../../admin/view/wp-slimstat-reports.php:56
2882
- msgid "Top Language Families"
2883
- msgstr "برترین زبان‌ها"
2884
-
2885
- #: ../../admin/view/wp-slimstat-reports.php:57
2886
- msgid "Human Visits (chart)"
2887
- msgstr "مشاهدات انسانی (نمودار)"
2888
-
2889
- #: ../../admin/view/wp-slimstat-reports.php:58
2890
- #, fuzzy
2891
- msgid "Audience Overview"
2892
- msgstr "مرور"
2893
-
2894
- #: ../../admin/view/wp-slimstat-reports.php:59
2895
- msgid "Top Languages"
2896
- msgstr "بیش‌ترین زبان‌ها"
2897
-
2898
- #: ../../admin/view/wp-slimstat-reports.php:60
2899
- msgid "Top Browsers"
2900
- msgstr "برترین مرورگرها"
2901
-
2902
- #: ../../admin/view/wp-slimstat-reports.php:61
2903
- msgid "Top Service Providers"
2904
- msgstr "برترین خدمات دهنده‌ها"
2905
-
2906
- #: ../../admin/view/wp-slimstat-reports.php:62
2907
- msgid "Top Operating Systems"
2908
- msgstr "برترین محیط‌های عامل"
2909
-
2910
- #: ../../admin/view/wp-slimstat-reports.php:63
2911
- msgid "Top Screen Resolutions"
2912
- msgstr "برترین ابعاد صفحه نماش‌ها"
2913
-
2914
- #: ../../admin/view/wp-slimstat-reports.php:66
2915
- msgid "Visit Duration"
2916
- msgstr "طول دوره بازدید"
2917
-
2918
- #: ../../admin/view/wp-slimstat-reports.php:67
2919
- #: ../../admin/view/wp-slimstat-reports.php:84
2920
- msgid "Recent Countries"
2921
- msgstr "کشورهای اخیر"
2922
-
2923
- #: ../../admin/view/wp-slimstat-reports.php:68
2924
- msgid "Recent Screen Resolutions"
2925
- msgstr "ابعاد نمایش‌گرهای اخیر"
2926
-
2927
- #: ../../admin/view/wp-slimstat-reports.php:69
2928
- msgid "Recent Operating Systems"
2929
- msgstr "محیطهای عامل اخیر"
2930
-
2931
- #: ../../admin/view/wp-slimstat-reports.php:70
2932
- msgid "Recent Browsers"
2933
- msgstr "مرورگرهای اخیر"
2934
-
2935
- #: ../../admin/view/wp-slimstat-reports.php:71
2936
- msgid "Recent Languages"
2937
- msgstr "زبان‌های اخیر"
2938
-
2939
- #: ../../admin/view/wp-slimstat-reports.php:72
2940
- msgid "Top Browser Families"
2941
- msgstr "برترین مرورگرها"
2942
-
2943
- #: ../../admin/view/wp-slimstat-reports.php:73
2944
- msgid "Top OS Families"
2945
- msgstr "برترین محیط عامل ها"
2946
-
2947
- #: ../../admin/view/wp-slimstat-reports.php:74
2948
- msgid "Recent Users"
2949
- msgstr "کاربرهای اخیر"
2950
-
2951
- #: ../../admin/view/wp-slimstat-reports.php:75
2952
- msgid "Top Users"
2953
- msgstr "برترین کاربرها"
2954
-
2955
- #: ../../admin/view/wp-slimstat-reports.php:76
2956
- msgid "Traffic Sources (chart)"
2957
- msgstr "منابع ترافیک (نمودار)"
2958
-
2959
- #: ../../admin/view/wp-slimstat-reports.php:77
2960
- msgid "Summary"
2961
- msgstr "خلاصه"
2962
-
2963
- #: ../../admin/view/wp-slimstat-reports.php:81
2964
- msgid "Top Referring Search Engines"
2965
- msgstr "برترین موتور جستجو های ارجاع‌دهنده"
2966
-
2967
- #: ../../admin/view/wp-slimstat-reports.php:85
2968
- #: ../../admin/view/wp-slimstat-reports.php:101
2969
- msgid "Top Landing Pages"
2970
- msgstr "برترین صفحه های ورود"
2971
-
2972
- #: ../../admin/view/wp-slimstat-reports.php:86
2973
- msgid "Average Pageviews per Visit (chart)"
2974
- msgstr "میان‌گین مشاهده صفحات در بازدید(نمودار)"
2975
-
2976
- #: ../../admin/view/wp-slimstat-reports.php:87
2977
- msgid "Recent Posts"
2978
- msgstr "ارسال های اخیر"
2979
-
2980
- #: ../../admin/view/wp-slimstat-reports.php:88
2981
- msgid "Recent Bounce Pages"
2982
- msgstr "صفحات وازده اخیر"
2983
-
2984
- #: ../../admin/view/wp-slimstat-reports.php:89
2985
- msgid "Recent Feeds"
2986
- msgstr "خوراک‌های اخیر"
2987
-
2988
- #: ../../admin/view/wp-slimstat-reports.php:90
2989
- msgid "Recent Pages Not Found"
2990
- msgstr "صفحه هایی پیدا نشده اخیر"
2991
-
2992
- #: ../../admin/view/wp-slimstat-reports.php:91
2993
- msgid "Recent Internal Searches"
2994
- msgstr "جستجوهای داخلی اخیر"
2995
-
2996
- #: ../../admin/view/wp-slimstat-reports.php:92
2997
- msgid "Top Categories"
2998
- msgstr "برترین دسته‌ها"
2999
-
3000
- #: ../../admin/view/wp-slimstat-reports.php:93
3001
- msgid "Recent Outbound Links"
3002
- msgstr "پیوندهای بیرونی اخیر"
3003
-
3004
- #: ../../admin/view/wp-slimstat-reports.php:94
3005
- msgid "Recent Events"
3006
- msgstr "اتفاقات اخیر"
3007
-
3008
- #: ../../admin/view/wp-slimstat-reports.php:95
3009
- msgid "Top Posts"
3010
- msgstr "برترین ارسال ها"
3011
-
3012
- #: ../../admin/view/wp-slimstat-reports.php:96
3013
- msgid "Top Feeds"
3014
- msgstr "برترین خوراک‌ها"
3015
-
3016
- #: ../../admin/view/wp-slimstat-reports.php:97
3017
- msgid "Top Internal Searches"
3018
- msgstr "برترین جستجوهای داخلی"
3019
-
3020
- #: ../../admin/view/wp-slimstat-reports.php:99
3021
- msgid "Recent Categories"
3022
- msgstr "دسته‌های اخیر"
3023
-
3024
- #: ../../admin/view/wp-slimstat-reports.php:100
3025
- msgid "Top Pages Not Found"
3026
- msgstr "برترین صفحاتی که پیدا نشد"
3027
-
3028
- #: ../../admin/view/wp-slimstat-reports.php:102
3029
- msgid "Top Authors"
3030
- msgstr "برترین نویسنده‌ها"
3031
-
3032
- #: ../../admin/view/wp-slimstat-reports.php:103
3033
- msgid "Top Tags"
3034
- msgstr "برترین نشانه ها"
3035
-
3036
- #: ../../admin/view/wp-slimstat-reports.php:104
3037
- msgid "Recent Downloads"
3038
- msgstr "بارگیری های اخیر"
3039
-
3040
- #: ../../admin/view/wp-slimstat-reports.php:105
3041
- #, fuzzy
3042
- msgid "Top OutLinks and Downloads"
3043
- msgstr "برترین پیوندهای بیرونی و بارگیری ها"
3044
-
3045
- #: ../../admin/view/wp-slimstat-reports.php:106
3046
- msgid "Your Website"
3047
- msgstr "تارنمای شما"
3048
-
3049
- #: ../../admin/view/wp-slimstat-reports.php:107
3050
- msgid "World Map"
3051
- msgstr "نقشه جهان"
3052
-
3053
- #: ../../admin/view/wp-slimstat-reports.php:108
3054
- #, fuzzy
3055
- msgid "Activity"
3056
- msgstr "فهرست فعالیت ها"
3057
-
3058
- #: ../../admin/view/wp-slimstat-reports.php:215
3059
- msgid "Chart controls"
3060
- msgstr "کنترل‌های نمودار"
3061
-
3062
- #: ../../admin/view/wp-slimstat-reports.php:215
3063
- msgid "Use your mouse wheel to zoom in and out"
3064
- msgstr "از غلطانک موش‌واره برای بزرگ‌نمایی و کوچک‌نمایی استفاده کنید"
3065
-
3066
- #: ../../admin/view/wp-slimstat-reports.php:215
3067
- msgid "While zooming in, drag the chart to move to a different area"
3068
- msgstr ""
3069
- "زمانی‌که بزرگ‌نمایی می‌کنید، نمودار را می‌توانید بکشید و به نقاط دیگر بروید"
3070
-
3071
- #: ../../admin/view/wp-slimstat-reports.php:215
3072
- msgid "Double click on an empty region to reset the zoom level"
3073
- msgstr "بر یک ناحیه خالی دوبار کلیک کنید تا بزرگنمایی به حالت اولیه بازگردد"
3074
-
3075
- #: ../../admin/view/wp-slimstat-reports.php:228
3076
- msgid "src"
3077
- msgstr "منبع"
3078
-
3079
- #: ../../admin/view/wp-slimstat-reports.php:229
3080
- msgid "serp"
3081
- msgstr ""
3082
-
3083
- #: ../../admin/view/wp-slimstat-reports.php:234
3084
- msgid "Go to the corresponding search engine result page"
3085
- msgstr "برو به صفحه مرتبط با این جستجو"
3086
-
3087
- #: ../../admin/view/wp-slimstat-reports.php:237
3088
- msgid "Go to the referring page"
3089
- msgstr "برو به صفحه ارجاع‌دهنده"
3090
-
3091
- #: ../../admin/view/wp-slimstat-reports.php:260
3092
- msgid "Remove filter for"
3093
- msgstr "حذف فیلترها از"
3094
-
3095
- #: ../../admin/view/wp-slimstat-reports.php:264
3096
- msgid "Save"
3097
- msgstr ""
3098
-
3099
- #: ../../admin/view/wp-slimstat-reports.php:267
3100
- msgid "Reset All"
3101
- msgstr "بازنشانی همه"
3102
-
3103
- #: ../../admin/view/wp-slimstat-reports.php:271
3104
- msgid "Current filters:"
3105
- msgstr "فیلترهای جاری:"
3106
-
3107
- #: ../../admin/view/wp-slimstat-reports.php:275
3108
- msgid "Refresh"
3109
- msgstr "تازه سازی"
3110
-
3111
- #: ../../admin/view/wp-slimstat-reports.php:354
3112
- #, php-format
3113
- msgid "Results %s - %s of %s"
3114
- msgstr " نتایج %s - %s از %s"
3115
-
3116
- #: ../../admin/view/wp-slimstat-reports.php:356
3117
- msgid "Refresh in"
3118
- msgstr "تازه سازی در"
3119
-
3120
- #: ../../admin/view/wp-slimstat-reports.php:378
3121
- #: ../../admin/view/wp-slimstat-reports.php:390
3122
- #, php-format
3123
- msgid "Daily %s"
3124
- msgstr "%s روزانه"
3125
-
3126
- #: ../../admin/view/wp-slimstat-reports.php:381
3127
- #, php-format
3128
- msgid "%s Minute by Minute"
3129
- msgstr "%s دقیقه به دقیقه"
3130
-
3131
- #: ../../admin/view/wp-slimstat-reports.php:384
3132
- #, php-format
3133
- msgid "Hourly %s"
3134
- msgstr "%s ساعتی"
3135
-
3136
- #: ../../admin/view/wp-slimstat-reports.php:387
3137
- #, php-format
3138
- msgid "Monthly %s"
3139
- msgstr "%s ماهانه"
3140
-
3141
- #: ../../admin/view/wp-slimstat-reports.php:475
3142
- msgid "Category ID"
3143
- msgstr "شناسه دسته"
3144
-
3145
- #: ../../admin/view/wp-slimstat-reports.php:508
3146
- msgid "OS Code"
3147
- msgstr "کد محیط عامل"
3148
-
3149
- #: ../../admin/view/wp-slimstat-reports.php:518
3150
- msgid "Referrer"
3151
- msgstr "ارجاع دهنده"
3152
-
3153
- #: ../../admin/view/wp-slimstat-reports.php:542
3154
- #: ../../admin/view/wp-slimstat-reports.php:849
3155
- #: ../../admin/view/wp-slimstat-reports.php:858
3156
- #: ../../admin/view/wp-slimstat-reports.php:864
3157
- #: ../../admin/view/wp-slimstat-reports.php:870
3158
- #: ../../admin/view/wp-slimstat-reports.php:876
3159
- #: ../../admin/view/wp-slimstat-reports.php:882
3160
- #: ../../admin/view/wp-slimstat-reports.php:888
3161
- #: ../../admin/view/wp-slimstat-reports.php:894
3162
- msgid "Hits"
3163
- msgstr "بازدیدها"
3164
-
3165
- #: ../../admin/view/wp-slimstat-reports.php:720
3166
- msgid "Search for"
3167
- msgstr "جستجو به دنبال"
3168
-
3169
- #: ../../admin/view/wp-slimstat-reports.php:771
3170
- #: ../../admin/view/wp-slimstat-reports.php:781
3171
- msgid "Source"
3172
- msgstr "منبع"
3173
-
3174
- #: ../../admin/view/wp-slimstat-reports.php:773
3175
- msgid "Keywords"
3176
- msgstr "کلمات کلیدی"
3177
-
3178
- #: ../../admin/view/wp-slimstat-reports.php:781
3179
- #, php-format
3180
- msgid "Filter results where resource equals %s"
3181
- msgstr "نتایج را فیلتر کن وقتی منبع مساوی‌ست با %s"
3182
-
3183
- #: ../../admin/view/wp-slimstat-reports.php:782
3184
- #, fuzzy
3185
- msgid "Link Details"
3186
- msgstr "جزئیات"
3187
-
3188
- #: ../../admin/view/wp-slimstat-reports.php:795
3189
- msgid "Total Pageviews"
3190
- msgstr "همه مشاهدات صفحات"
3191
-
3192
- #: ../../admin/view/wp-slimstat-reports.php:796
3193
- msgid "DB Size"
3194
- msgstr "اندازه پایگاه داده"
3195
-
3196
- #: ../../admin/view/wp-slimstat-reports.php:797
3197
- msgid "Tracking Active"
3198
- msgstr "ردگیری فعال"
3199
-
3200
- #: ../../admin/view/wp-slimstat-reports.php:798
3201
- msgid "Javascript Mode"
3202
- msgstr "فعال سازی حالت جاوااسکریپت"
3203
-
3204
- #: ../../admin/view/wp-slimstat-reports.php:799
3205
- msgid "Tracking Browser Caps"
3206
- msgstr "ردگیری قابلیت‌های مرورگر"
3207
-
3208
- #: ../../admin/view/wp-slimstat-reports.php:800
3209
- msgid "Auto purge"
3210
- msgstr "پاک‌سازی خودکار"
3211
-
3212
- #: ../../admin/view/wp-slimstat-reports.php:800
3213
- #: ../../admin/wp-slimstat-admin.php:883
3214
- msgid "No"
3215
- msgstr "خیر"
3216
-
3217
- #: ../../admin/view/wp-slimstat-reports.php:801
3218
- msgid "Oldest pageview"
3219
- msgstr "قدیمی‌ترین بازدید"
3220
-
3221
- #: ../../admin/view/wp-slimstat-reports.php:801
3222
- msgid "No visits"
3223
- msgstr "بازدیدی نیست"
3224
-
3225
- #: ../../admin/view/wp-slimstat-reports.php:811
3226
- #: ../../admin/view/wp-slimstat-reports.php:913
3227
- #, fuzzy
3228
- msgid ""
3229
- "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3230
- "the tracking code is executed."
3231
- msgstr ""
3232
- "درخواست بارگیری یک پرونده زنگام. هر اجرای ردگیری منجر به ثبت یک بازید میشود."
3233
-
3234
- #: ../../admin/view/wp-slimstat-reports.php:813
3235
- msgid "How many pages have been visited on average during the current period."
3236
- msgstr "چند صفحه به طور میانگین در "
3237
-
3238
- #: ../../admin/view/wp-slimstat-reports.php:814
3239
- #, fuzzy
3240
- msgid "Average Pageviews"
3241
- msgstr "میان‌گین مشاهده صفحات"
3242
-
3243
- #: ../../admin/view/wp-slimstat-reports.php:815
3244
- msgid ""
3245
- "Visitors who landed on your site after searching for a keyword on Google, "
3246
- "Yahoo, etc."
3247
- msgstr "کاربرانی که بعد از جستجو در موتورهای جستجو به سایت شما رسیده‌اند."
3248
-
3249
- #: ../../admin/view/wp-slimstat-reports.php:816
3250
- msgid "From Search Results"
3251
- msgstr "از نتایج جستجو"
3252
-
3253
- #: ../../admin/view/wp-slimstat-reports.php:817
3254
- msgid ""
3255
- "Used to differentiate between multiple requests to download a file from one "
3256
- "internet address (IP) and requests originating from many distinct addresses"
3257
- msgstr ""
3258
- " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
3259
- "درخواست از چند آی پی ادرس مختلف است."
3260
-
3261
- #: ../../admin/view/wp-slimstat-reports.php:818
3262
- #: ../../admin/view/wp-slimstat-reports.php:833
3263
- #: ../../admin/view/wp-slimstat-reports.php:1137
3264
- #: ../../admin/view/wp-slimstat-reports.php:1141
3265
- #: ../../admin/view/wp-slimstat-reports.php:1145
3266
- msgid "Unique IPs"
3267
- msgstr "آی‌پی‌های یکتا"
3268
-
3269
- #: ../../admin/view/wp-slimstat-reports.php:819
3270
- msgid "Last 5 minutes"
3271
- msgstr "۵ دقیقه اخیر"
3272
-
3273
- #: ../../admin/view/wp-slimstat-reports.php:820
3274
- msgid "Last 30 minutes"
3275
- msgstr "۳۰ دقیقه اخیر"
3276
-
3277
- #: ../../admin/view/wp-slimstat-reports.php:830
3278
- msgid ""
3279
- "A visit is a session of at most 30 minutes. Returning visitors are counted "
3280
- "multiple times if they perform multiple visits."
3281
- msgstr ""
3282
- "هر بازدید یک جلسه است که حداکثر ۳۰ دقیقه میباشد. «بیننده دوباره» چند بار "
3283
- "شمارش میشود اگر چند بار بازدید کنند."
3284
-
3285
- #: ../../admin/view/wp-slimstat-reports.php:831
3286
- msgid "Human visits"
3287
- msgstr "بازدیدهای انسانی"
3288
-
3289
- #: ../../admin/view/wp-slimstat-reports.php:832
3290
- msgid "It includes only traffic generated by human visitors."
3291
- msgstr "فقط شامل ترافیک انسانی میشود"
3292
-
3293
- #: ../../admin/view/wp-slimstat-reports.php:834
3294
- #: ../../admin/view/wp-slimstat-reports.php:925
3295
- msgid ""
3296
- "Percentage of single-page visits, i.e. visits in which the person left your "
3297
- "site from the entrance page."
3298
- msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
3299
-
3300
- #: ../../admin/view/wp-slimstat-reports.php:835
3301
- msgid "Bounce rate"
3302
- msgstr "میزان وازده گی"
3303
-
3304
- #: ../../admin/view/wp-slimstat-reports.php:836
3305
- msgid "Visitors who had previously left a comment on your blog."
3306
- msgstr "بازدیدکنندگانی که قبلا در تارنامه نظر ثبت کرده‌اند"
3307
-
3308
- #: ../../admin/view/wp-slimstat-reports.php:837
3309
- msgid "Known visitors"
3310
- msgstr "بیننده های آشنا"
3311
-
3312
- #: ../../admin/view/wp-slimstat-reports.php:838
3313
- msgid "Human users who visited your site only once."
3314
- msgstr "کاربرانی که فقط یک بار پایگاه شما را دیده‌اند."
3315
-
3316
- #: ../../admin/view/wp-slimstat-reports.php:839
3317
- msgid "New visitors"
3318
- msgstr "بازدیدکنندگان جدید"
3319
-
3320
- #: ../../admin/view/wp-slimstat-reports.php:840
3321
- msgid "Bots"
3322
- msgstr "ربات‌ها"
3323
-
3324
- #: ../../admin/view/wp-slimstat-reports.php:841
3325
- msgid "Pages per visit"
3326
- msgstr "صفحات در بازدید"
3327
-
3328
- #: ../../admin/view/wp-slimstat-reports.php:842
3329
- #: ../../admin/view/wp-slimstat-reports.php:1150
3330
- msgid "Longest visit"
3331
- msgstr "طولانی‌ترین مشاهده صفحات"
3332
-
3333
- #: ../../admin/view/wp-slimstat-reports.php:842
3334
- msgid "hits"
3335
- msgstr "مشاهدات"
3336
-
3337
- #: ../../admin/view/wp-slimstat-reports.php:860
3338
- msgid "0 - 30 seconds"
3339
- msgstr "۰ تا ۳۰ ثانیه"
3340
-
3341
- #: ../../admin/view/wp-slimstat-reports.php:866
3342
- msgid "31 - 60 seconds"
3343
- msgstr "۳۱ تا ۶۰ ثانیه"
3344
-
3345
- #: ../../admin/view/wp-slimstat-reports.php:872
3346
- msgid "1 - 3 minutes"
3347
- msgstr "۱ تا ۳ دقیقه"
3348
-
3349
- #: ../../admin/view/wp-slimstat-reports.php:878
3350
- msgid "3 - 5 minutes"
3351
- msgstr "۳ تا ۵ دقیقه"
3352
-
3353
- #: ../../admin/view/wp-slimstat-reports.php:884
3354
- msgid "5 - 7 minutes"
3355
- msgstr "۵ تا ۷ دقیقه"
3356
-
3357
- #: ../../admin/view/wp-slimstat-reports.php:890
3358
- msgid "7 - 10 minutes"
3359
- msgstr "۷ تا ۱۰ دقیقه"
3360
-
3361
- #: ../../admin/view/wp-slimstat-reports.php:896
3362
- msgid "More than 10 minutes"
3363
- msgstr "بیش از ۱۰ دقیقه"
3364
-
3365
- #: ../../admin/view/wp-slimstat-reports.php:905
3366
- msgid "Average time on site"
3367
- msgstr " میان‌گین دیدن از پایگاه"
3368
-
3369
- #: ../../admin/view/wp-slimstat-reports.php:915
3370
- msgid ""
3371
- "A referrer (or referring site) is the site that a visitor previously visited "
3372
- "before following a link to your site."
3373
- msgstr ""
3374
- "ارجاع دهنده (یا پایگاه ارجاع دهنده) که بیننده را به پایگاه شما پیوند زده است."
3375
-
3376
- #: ../../admin/view/wp-slimstat-reports.php:916
3377
- msgid "Unique Referrers"
3378
- msgstr "ارجاع‌دهنده‌های یکتا"
3379
-
3380
- #: ../../admin/view/wp-slimstat-reports.php:917
3381
- msgid ""
3382
- "Visitors who visited the site by typing the URL directly into their browser. "
3383
- "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3384
- "their bookmarks/favorites, untagged links within emails, or links from "
3385
- "documents that don't include tracking variables."
3386
- msgstr ""
3387
- "بیننده هایی که نشانی پایگاه را وارد مرورگر کرده اند. البته این میتواند شامل "
3388
- "کاربرانی که با استفاده از bookmarks/favorites، و یا از پیوندهایی در نامک و "
3389
- "مدارک که متغییر ردگیری ندارند نیز بشود."
3390
-
3391
- #: ../../admin/view/wp-slimstat-reports.php:918
3392
- msgid "Direct Pageviews"
3393
- msgstr "مشاهده صفحات بی‌واسطه"
3394
-
3395
- #: ../../admin/view/wp-slimstat-reports.php:919
3396
- msgid ""
3397
- "Visitors who came to your site via searches on Google or some other search "
3398
- "engine."
3399
- msgstr "کاربرانی که از گوگل یا سایر موتورهای جستجو به پایگاه شما آمده‌اند."
3400
-
3401
- #: ../../admin/view/wp-slimstat-reports.php:920
3402
- msgid "From a search result"
3403
- msgstr "از نتایج جستجو"
3404
-
3405
- #: ../../admin/view/wp-slimstat-reports.php:921
3406
- msgid ""
3407
- "The first page that a user views during a session. This is also known as the "
3408
- "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3409
- "Space,' and they land on your home page, it gets counted (for that visit) as "
3410
- "a landing page."
3411
- msgstr ""
3412
- "اولین صفحه ای که کاربر در جلسه دیدن میکند به «صفحه ورودی» نیز شناخته میشود. "
3413
- "به عنوان مثال اگر کاربری برای «بستنی» جستجو کند و در صفحه اصلی شما هدایت "
3414
- "شود، در آن جلسه به عنوان «صفحه ورودی» حساب میشود."
3415
-
3416
- #: ../../admin/view/wp-slimstat-reports.php:922
3417
- msgid "Unique Landing Pages"
3418
- msgstr "صفحات فرودی خاص"
3419
-
3420
- #: ../../admin/view/wp-slimstat-reports.php:923
3421
- msgid "Number of single-page visits to your site over the selected period."
3422
- msgstr "تعداد بازدید «تک-صفحه» به پایگاه شما در بازه زمانی انتخاب شده."
3423
-
3424
- #: ../../admin/view/wp-slimstat-reports.php:924
3425
- msgid "Bounce Pages"
3426
- msgstr "صفحات وازده"
3427
-
3428
- #: ../../admin/view/wp-slimstat-reports.php:926
3429
- msgid "New Visitors Rate"
3430
- msgstr "میزان بازدیدکنندگان جدید"
3431
-
3432
- #: ../../admin/view/wp-slimstat-reports.php:927
3433
- msgid ""
3434
- "Visitors who visited the site in the last 5 minutes coming from a search "
3435
- "engine."
3436
- msgstr "کاربرانی که در ۵ دقیقه گذشته از یک موتور جستجو به پایگاه شما آمده‌اند."
3437
-
3438
- #: ../../admin/view/wp-slimstat-reports.php:928
3439
- msgid "Currently from search engines"
3440
- msgstr "هم‌اکنون از موتورهای جستجو"
3441
-
3442
- #: ../../admin/view/wp-slimstat-reports.php:996
3443
- msgid "Number of pages in your site included in Google's index."
3444
- msgstr "تعداد صفحاتی که در فهرست گوگل شمرده شده است."
3445
-
3446
- #: ../../admin/view/wp-slimstat-reports.php:997
3447
- msgid "Google Index"
3448
- msgstr "اندیس گوگل"
3449
-
3450
- #: ../../admin/view/wp-slimstat-reports.php:998
3451
- msgid "Number of pages, according to Google, that link back to your site."
3452
- msgstr "تعداد صفحات که به گفته گوگل به پایگاه پیوند میدهند. "
3453
-
3454
- #: ../../admin/view/wp-slimstat-reports.php:999
3455
- msgid "Google Backlinks"
3456
- msgstr ""
3457
-
3458
- #: ../../admin/view/wp-slimstat-reports.php:1000
3459
- msgid ""
3460
- "How many times the Facebook Like button has been approximately clicked on "
3461
- "your site."
3462
- msgstr "چند بار Facebook Like در پایگاه شما کلیک شده است."
3463
-
3464
- #: ../../admin/view/wp-slimstat-reports.php:1001
3465
- msgid "Facebook Likes"
3466
- msgstr "لایک های فیسبوک"
3467
-
3468
- #: ../../admin/view/wp-slimstat-reports.php:1002
3469
- msgid ""
3470
- "How many times your site has been shared by someone on the social network."
3471
- msgstr "چند بار پایگاه شما در شبکه های اجتماعی بخش شده است"
3472
-
3473
- #: ../../admin/view/wp-slimstat-reports.php:1003
3474
- msgid "Facebook Shares"
3475
- msgstr "بخش های فیسبوک"
3476
-
3477
- #: ../../admin/view/wp-slimstat-reports.php:1004
3478
- msgid "How many times links to your website have been clicked on Facebook."
3479
- msgstr "چند بار پایگاه شما در Facebook فشار داده شده است."
3480
-
3481
- #: ../../admin/view/wp-slimstat-reports.php:1005
3482
- msgid "Facebook Clicks"
3483
- msgstr "Facebook Clicks"
3484
-
3485
- #: ../../admin/view/wp-slimstat-reports.php:1006
3486
- msgid ""
3487
- "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3488
- "traffic data."
3489
- msgstr ""
3490
- "شرکت Alexa بخشی از Amazon.com میباشد که گزارش پایگاه های تبلیغاتی را انجام "
3491
- "میدهد."
3492
-
3493
- #: ../../admin/view/wp-slimstat-reports.php:1007
3494
- msgid "Alexa World Rank"
3495
- msgstr ""
3496
-
3497
- #: ../../admin/view/wp-slimstat-reports.php:1008
3498
- msgid "Alexa Country Rank"
3499
- msgstr ""
3500
-
3501
- #: ../../admin/view/wp-slimstat-reports.php:1009
3502
- msgid "Alexa Popularity"
3503
- msgstr ""
3504
-
3505
- # Unknown
3506
- #: ../../admin/view/wp-slimstat-reports.php:1016
3507
- msgid "c-xx"
3508
- msgstr "Unknown"
3509
-
3510
- # Afghanistan
3511
- #: ../../admin/view/wp-slimstat-reports.php:1016
3512
- msgid "c-af"
3513
- msgstr "Afghanistan"
3514
-
3515
- # Åland Islands
3516
- #: ../../admin/view/wp-slimstat-reports.php:1016
3517
- msgid "c-ax"
3518
- msgstr "Aland Islands"
3519
-
3520
- # Albania
3521
- #: ../../admin/view/wp-slimstat-reports.php:1016
3522
- msgid "c-al"
3523
- msgstr "Albania"
3524
-
3525
- # Algeria
3526
- #: ../../admin/view/wp-slimstat-reports.php:1016
3527
- msgid "c-dz"
3528
- msgstr "Algeria"
3529
-
3530
- # Andorra
3531
- #: ../../admin/view/wp-slimstat-reports.php:1016
3532
- msgid "c-ad"
3533
- msgstr "Andorra"
3534
-
3535
- # Angola
3536
- #: ../../admin/view/wp-slimstat-reports.php:1016
3537
- msgid "c-ao"
3538
- msgstr "Angola"
3539
-
3540
- # Anguilla
3541
- #: ../../admin/view/wp-slimstat-reports.php:1016
3542
- msgid "c-ai"
3543
- msgstr "Anguilla"
3544
-
3545
- # Antigua and Barbuda
3546
- #: ../../admin/view/wp-slimstat-reports.php:1016
3547
- msgid "c-ag"
3548
- msgstr "Antigua and Barbuda"
3549
-
3550
- # Argentina
3551
- #: ../../admin/view/wp-slimstat-reports.php:1016
3552
- msgid "c-ar"
3553
- msgstr "Argentina"
3554
-
3555
- # Armenia
3556
- #: ../../admin/view/wp-slimstat-reports.php:1016
3557
- msgid "c-am"
3558
- msgstr "Armenia"
3559
-
3560
- # Aruba
3561
- #: ../../admin/view/wp-slimstat-reports.php:1016
3562
- msgid "c-aw"
3563
- msgstr "Aruba"
3564
-
3565
- # Australia
3566
- #: ../../admin/view/wp-slimstat-reports.php:1016
3567
- msgid "c-au"
3568
- msgstr "Australia"
3569
-
3570
- # Austria
3571
- #: ../../admin/view/wp-slimstat-reports.php:1016
3572
- msgid "c-at"
3573
- msgstr "Austria"
3574
-
3575
- # Azerbaijan
3576
- #: ../../admin/view/wp-slimstat-reports.php:1016
3577
- msgid "c-az"
3578
- msgstr "Azerbaijan"
3579
-
3580
- # Bahamas
3581
- #: ../../admin/view/wp-slimstat-reports.php:1016
3582
- msgid "c-bs"
3583
- msgstr "Bahamas"
3584
-
3585
- # Bahrain
3586
- #: ../../admin/view/wp-slimstat-reports.php:1016
3587
- msgid "c-bh"
3588
- msgstr "Bahrain"
3589
-
3590
- # Bangladesh
3591
- #: ../../admin/view/wp-slimstat-reports.php:1016
3592
- msgid "c-bd"
3593
- msgstr "Bangladesh"
3594
-
3595
- # Barbados
3596
- #: ../../admin/view/wp-slimstat-reports.php:1016
3597
- msgid "c-bb"
3598
- msgstr "Barbados"
3599
-
3600
- # Belarus
3601
- #: ../../admin/view/wp-slimstat-reports.php:1016
3602
- msgid "c-by"
3603
- msgstr "Belarus"
3604
-
3605
- # Belgium
3606
- #: ../../admin/view/wp-slimstat-reports.php:1016
3607
- msgid "c-be"
3608
- msgstr "Belgium"
3609
-
3610
- # Belize
3611
- #: ../../admin/view/wp-slimstat-reports.php:1016
3612
- msgid "c-bz"
3613
- msgstr "Belize"
3614
-
3615
- # Benin
3616
- #: ../../admin/view/wp-slimstat-reports.php:1016
3617
- msgid "c-bj"
3618
- msgstr "Benin"
3619
-
3620
- # Bermuda
3621
- #: ../../admin/view/wp-slimstat-reports.php:1016
3622
- msgid "c-bm"
3623
- msgstr "Bermuda"
3624
-
3625
- # Bhutan
3626
- #: ../../admin/view/wp-slimstat-reports.php:1016
3627
- msgid "c-bt"
3628
- msgstr "Bhutan"
3629
-
3630
- # Bolivia
3631
- #: ../../admin/view/wp-slimstat-reports.php:1016
3632
- msgid "c-bo"
3633
- msgstr "Bolivia"
3634
-
3635
- # Bosnia and Herzegovina
3636
- #: ../../admin/view/wp-slimstat-reports.php:1016
3637
- msgid "c-ba"
3638
- msgstr "Bosnia and Herzegovina"
3639
-
3640
- # Botswana
3641
- #: ../../admin/view/wp-slimstat-reports.php:1016
3642
- msgid "c-bw"
3643
- msgstr "Botswana"
3644
-
3645
- # Brazil
3646
- #: ../../admin/view/wp-slimstat-reports.php:1016
3647
- msgid "c-br"
3648
- msgstr "Brazil"
3649
-
3650
- # Brunei Darussalam
3651
- #: ../../admin/view/wp-slimstat-reports.php:1016
3652
- msgid "c-bn"
3653
- msgstr "Brunei Darussalam"
3654
-
3655
- # Bulgaria
3656
- #: ../../admin/view/wp-slimstat-reports.php:1016
3657
- msgid "c-bg"
3658
- msgstr "Bulgaria"
3659
-
3660
- # Burkina Faso
3661
- #: ../../admin/view/wp-slimstat-reports.php:1016
3662
- msgid "c-bf"
3663
- msgstr "Burkina Faso"
3664
-
3665
- # Burundi
3666
- #: ../../admin/view/wp-slimstat-reports.php:1016
3667
- msgid "c-bi"
3668
- msgstr "Burundi"
3669
-
3670
- # Cambodia
3671
- #: ../../admin/view/wp-slimstat-reports.php:1016
3672
- msgid "c-kh"
3673
- msgstr "Cambodia"
3674
-
3675
- # Cameroon
3676
- #: ../../admin/view/wp-slimstat-reports.php:1016
3677
- msgid "c-cm"
3678
- msgstr "Cameroon"
3679
-
3680
- # Canada
3681
- #: ../../admin/view/wp-slimstat-reports.php:1016
3682
- msgid "c-ca"
3683
- msgstr "Canada"
3684
-
3685
- # Cape Verde
3686
- #: ../../admin/view/wp-slimstat-reports.php:1016
3687
- msgid "c-cv"
3688
- msgstr "Cape Verde"
3689
-
3690
- # Cayman Islands
3691
- #: ../../admin/view/wp-slimstat-reports.php:1016
3692
- msgid "c-ky"
3693
- msgstr "Cayman Islands"
3694
-
3695
- # Central African Republic
3696
- #: ../../admin/view/wp-slimstat-reports.php:1016
3697
- msgid "c-cf"
3698
- msgstr "Central African Republic"
3699
-
3700
- # Chad
3701
- #: ../../admin/view/wp-slimstat-reports.php:1016
3702
- msgid "c-td"
3703
- msgstr "Chad"
3704
-
3705
- # Chile
3706
- #: ../../admin/view/wp-slimstat-reports.php:1016
3707
- msgid "c-cl"
3708
- msgstr "Chile"
3709
-
3710
- # China
3711
- #: ../../admin/view/wp-slimstat-reports.php:1016
3712
- msgid "c-cn"
3713
- msgstr "China"
3714
-
3715
- # Colombia
3716
- #: ../../admin/view/wp-slimstat-reports.php:1016
3717
- msgid "c-co"
3718
- msgstr "Colombia"
3719
-
3720
- # Comoros
3721
- #: ../../admin/view/wp-slimstat-reports.php:1016
3722
- msgid "c-km"
3723
- msgstr "Comoros"
3724
-
3725
- # Congo
3726
- #: ../../admin/view/wp-slimstat-reports.php:1016
3727
- msgid "c-cg"
3728
- msgstr "Congo"
3729
-
3730
- # The Democratic Republic of the Congo
3731
- #: ../../admin/view/wp-slimstat-reports.php:1016
3732
- msgid "c-cd"
3733
- msgstr "The Democratic Republic of the Congo"
3734
-
3735
- # Costa Rica
3736
- #: ../../admin/view/wp-slimstat-reports.php:1016
3737
- msgid "c-cr"
3738
- msgstr "Costa Rica"
3739
-
3740
- # Côte d'Ivoire
3741
- #: ../../admin/view/wp-slimstat-reports.php:1016
3742
- msgid "c-ci"
3743
- msgstr "Côte d'Ivoire"
3744
-
3745
- # Croatia
3746
- #: ../../admin/view/wp-slimstat-reports.php:1016
3747
- msgid "c-hr"
3748
- msgstr "Croatia"
3749
-
3750
- # Cuba
3751
- #: ../../admin/view/wp-slimstat-reports.php:1016
3752
- msgid "c-cu"
3753
- msgstr "Cuba"
3754
-
3755
- # Cyprus
3756
- #: ../../admin/view/wp-slimstat-reports.php:1016
3757
- msgid "c-cy"
3758
- msgstr "Cyprus"
3759
-
3760
- # Czech Republic
3761
- #: ../../admin/view/wp-slimstat-reports.php:1016
3762
- msgid "c-cz"
3763
- msgstr "Czech Republic"
3764
-
3765
- # Denmark
3766
- #: ../../admin/view/wp-slimstat-reports.php:1016
3767
- msgid "c-dk"
3768
- msgstr "Denmark"
3769
-
3770
- # Djibouti
3771
- #: ../../admin/view/wp-slimstat-reports.php:1016
3772
- msgid "c-dj"
3773
- msgstr "Djibouti"
3774
-
3775
- # Dominica
3776
- #: ../../admin/view/wp-slimstat-reports.php:1016
3777
- msgid "c-dm"
3778
- msgstr "Dominica"
3779
-
3780
- # Dominican Republic
3781
- #: ../../admin/view/wp-slimstat-reports.php:1016
3782
- msgid "c-do"
3783
- msgstr "Dominican Republic"
3784
-
3785
- # Ecuador
3786
- #: ../../admin/view/wp-slimstat-reports.php:1016
3787
- msgid "c-ec"
3788
- msgstr "Ecuador"
3789
-
3790
- # Egypt
3791
- #: ../../admin/view/wp-slimstat-reports.php:1016
3792
- msgid "c-eg"
3793
- msgstr "Egypt"
3794
-
3795
- # El Salvador
3796
- #: ../../admin/view/wp-slimstat-reports.php:1016
3797
- msgid "c-sv"
3798
- msgstr "El Salvador"
3799
-
3800
- # Equatorial Guinea
3801
- #: ../../admin/view/wp-slimstat-reports.php:1016
3802
- msgid "c-gq"
3803
- msgstr "Equatorial Guinea"
3804
-
3805
- # Eritrea
3806
- #: ../../admin/view/wp-slimstat-reports.php:1016
3807
- msgid "c-er"
3808
- msgstr "Eritrea"
3809
-
3810
- # Estonia
3811
- #: ../../admin/view/wp-slimstat-reports.php:1016
3812
- msgid "c-ee"
3813
- msgstr "Estonia"
3814
-
3815
- # Ethiopia
3816
- #: ../../admin/view/wp-slimstat-reports.php:1016
3817
- msgid "c-et"
3818
- msgstr "Ethiopia"
3819
-
3820
- # Faroe Islands
3821
- #: ../../admin/view/wp-slimstat-reports.php:1016
3822
- msgid "c-fo"
3823
- msgstr "Faroe Islands"
3824
-
3825
- # Falkland Islands (Malvinas)
3826
- #: ../../admin/view/wp-slimstat-reports.php:1016
3827
- msgid "c-fk"
3828
- msgstr "Falkland Islands (Malvinas)"
3829
-
3830
- # Fiji
3831
- #: ../../admin/view/wp-slimstat-reports.php:1016
3832
- msgid "c-fj"
3833
- msgstr "Fiji"
3834
-
3835
- # Finland
3836
- #: ../../admin/view/wp-slimstat-reports.php:1016
3837
- msgid "c-fi"
3838
- msgstr "Finland"
3839
-
3840
- # France
3841
- #: ../../admin/view/wp-slimstat-reports.php:1016
3842
- msgid "c-fr"
3843
- msgstr "France"
3844
-
3845
- # French Guiana
3846
- #: ../../admin/view/wp-slimstat-reports.php:1016
3847
- msgid "c-gf"
3848
- msgstr "French Guiana"
3849
-
3850
- # Gabon
3851
- #: ../../admin/view/wp-slimstat-reports.php:1016
3852
- msgid "c-ga"
3853
- msgstr "Gabon"
3854
-
3855
- # Gambia
3856
- #: ../../admin/view/wp-slimstat-reports.php:1016
3857
- msgid "c-gm"
3858
- msgstr "Gambia"
3859
-
3860
- # Georgia
3861
- #: ../../admin/view/wp-slimstat-reports.php:1016
3862
- msgid "c-ge"
3863
- msgstr "Georgia"
3864
-
3865
- # Germany
3866
- #: ../../admin/view/wp-slimstat-reports.php:1016
3867
- msgid "c-de"
3868
- msgstr "Germany"
3869
-
3870
- # Ghana
3871
- #: ../../admin/view/wp-slimstat-reports.php:1016
3872
- msgid "c-gh"
3873
- msgstr "Ghana"
3874
-
3875
- # Greece
3876
- #: ../../admin/view/wp-slimstat-reports.php:1016
3877
- msgid "c-gr"
3878
- msgstr "Greece"
3879
-
3880
- # Greenland
3881
- #: ../../admin/view/wp-slimstat-reports.php:1016
3882
- msgid "c-gl"
3883
- msgstr "Greenland"
3884
-
3885
- # Grenada
3886
- #: ../../admin/view/wp-slimstat-reports.php:1016
3887
- msgid "c-gd"
3888
- msgstr "Grenada"
3889
-
3890
- # Guadeloupe
3891
- #: ../../admin/view/wp-slimstat-reports.php:1016
3892
- msgid "c-gp"
3893
- msgstr "Guadeloupe"
3894
-
3895
- # Guatemala
3896
- #: ../../admin/view/wp-slimstat-reports.php:1016
3897
- msgid "c-gt"
3898
- msgstr "Guatemala"
3899
-
3900
- # Guinea
3901
- #: ../../admin/view/wp-slimstat-reports.php:1016
3902
- msgid "c-gn"
3903
- msgstr "Guinea"
3904
-
3905
- # Guinea-Bissau
3906
- #: ../../admin/view/wp-slimstat-reports.php:1016
3907
- msgid "c-gw"
3908
- msgstr "Guinea-Bissau"
3909
-
3910
- # Guyana
3911
- #: ../../admin/view/wp-slimstat-reports.php:1016
3912
- msgid "c-gy"
3913
- msgstr "Guyana"
3914
-
3915
- # Haiti
3916
- #: ../../admin/view/wp-slimstat-reports.php:1016
3917
- msgid "c-ht"
3918
- msgstr "Haiti"
3919
-
3920
- # Honduras
3921
- #: ../../admin/view/wp-slimstat-reports.php:1016
3922
- msgid "c-hn"
3923
- msgstr "Honduras"
3924
-
3925
- # Hong Kong
3926
- #: ../../admin/view/wp-slimstat-reports.php:1016
3927
- msgid "c-hk"
3928
- msgstr "Hong Kong"
3929
-
3930
- # Hungary
3931
- #: ../../admin/view/wp-slimstat-reports.php:1016
3932
- msgid "c-hu"
3933
- msgstr "Hungary"
3934
-
3935
- # Iceland
3936
- #: ../../admin/view/wp-slimstat-reports.php:1016
3937
- msgid "c-is"
3938
- msgstr "Iceland"
3939
-
3940
- # India
3941
- #: ../../admin/view/wp-slimstat-reports.php:1016
3942
- msgid "c-in"
3943
- msgstr "India"
3944
-
3945
- # Indonesia
3946
- #: ../../admin/view/wp-slimstat-reports.php:1016
3947
- msgid "c-id"
3948
- msgstr "Indonesia"
3949
-
3950
- # Islamic Republic of Iran
3951
- #: ../../admin/view/wp-slimstat-reports.php:1016
3952
- msgid "c-ir"
3953
- msgstr "Islamic Republic of Iran"
3954
-
3955
- # Iraq
3956
- #: ../../admin/view/wp-slimstat-reports.php:1016
3957
- msgid "c-iq"
3958
- msgstr "Iraq"
3959
-
3960
- # Ireland
3961
- #: ../../admin/view/wp-slimstat-reports.php:1016
3962
- msgid "c-ie"
3963
- msgstr "Ireland"
3964
-
3965
- # Israel
3966
- #: ../../admin/view/wp-slimstat-reports.php:1016
3967
- msgid "c-il"
3968
- msgstr "Israel"
3969
-
3970
- # Italy
3971
- #: ../../admin/view/wp-slimstat-reports.php:1016
3972
- msgid "c-it"
3973
- msgstr "Italy"
3974
-
3975
- # Jamaica
3976
- #: ../../admin/view/wp-slimstat-reports.php:1016
3977
- msgid "c-jm"
3978
- msgstr "Jamaica"
3979
-
3980
- # Japan
3981
- #: ../../admin/view/wp-slimstat-reports.php:1016
3982
- msgid "c-jp"
3983
- msgstr "Japan"
3984
-
3985
- # Jordan
3986
- #: ../../admin/view/wp-slimstat-reports.php:1016
3987
- msgid "c-jo"
3988
- msgstr "Jordan"
3989
-
3990
- # Kazakhstan
3991
- #: ../../admin/view/wp-slimstat-reports.php:1016
3992
- msgid "c-kz"
3993
- msgstr "Kazakhstan"
3994
-
3995
- # Kenya
3996
- #: ../../admin/view/wp-slimstat-reports.php:1016
3997
- msgid "c-ke"
3998
- msgstr "Kenya"
3999
-
4000
- # Nauru
4001
- #: ../../admin/view/wp-slimstat-reports.php:1016
4002
- msgid "c-nr"
4003
- msgstr "Nauru"
4004
-
4005
- # Democratic People's Republic of Korea
4006
- #: ../../admin/view/wp-slimstat-reports.php:1016
4007
- msgid "c-kp"
4008
- msgstr "Democratic People's Republic of Korea"
4009
-
4010
- # Republic of Korea
4011
- #: ../../admin/view/wp-slimstat-reports.php:1016
4012
- msgid "c-kr"
4013
- msgstr "Republic of Korea"
4014
-
4015
- #: ../../admin/view/wp-slimstat-reports.php:1016
4016
- msgid "c-kv"
4017
- msgstr ""
4018
-
4019
- # Kuwait
4020
- #: ../../admin/view/wp-slimstat-reports.php:1016
4021
- msgid "c-kw"
4022
- msgstr "Kuwait"
4023
-
4024
- # Kyrgyzstan
4025
- #: ../../admin/view/wp-slimstat-reports.php:1016
4026
- msgid "c-kg"
4027
- msgstr "Kyrgyzstan"
4028
-
4029
- # Lao People's Democratic Republic
4030
- #: ../../admin/view/wp-slimstat-reports.php:1016
4031
- msgid "c-la"
4032
- msgstr "Lao People's Democratic Republic"
4033
-
4034
- # Latvia
4035
- #: ../../admin/view/wp-slimstat-reports.php:1016
4036
- msgid "c-lv"
4037
- msgstr "Latvia"
4038
-
4039
- # Lebanon
4040
- #: ../../admin/view/wp-slimstat-reports.php:1016
4041
- msgid "c-lb"
4042
- msgstr "Lebanon"
4043
-
4044
- # Lesotho
4045
- #: ../../admin/view/wp-slimstat-reports.php:1016
4046
- msgid "c-ls"
4047
- msgstr "Lesotho"
4048
-
4049
- # Liberia
4050
- #: ../../admin/view/wp-slimstat-reports.php:1016
4051
- msgid "c-lr"
4052
- msgstr "Liberia"
4053
-
4054
- # Libyan Arab Jamahiriya
4055
- #: ../../admin/view/wp-slimstat-reports.php:1016
4056
- msgid "c-ly"
4057
- msgstr "Libyan Arab Jamahiriya"
4058
-
4059
- # Liechtenstein
4060
- #: ../../admin/view/wp-slimstat-reports.php:1016
4061
- msgid "c-li"
4062
- msgstr "Liechtenstein"
4063
-
4064
- # Lithuania
4065
- #: ../../admin/view/wp-slimstat-reports.php:1016
4066
- msgid "c-lt"
4067
- msgstr "Lithuania"
4068
-
4069
- # Luxembourg
4070
- #: ../../admin/view/wp-slimstat-reports.php:1016
4071
- msgid "c-lu"
4072
- msgstr "Luxembourg"
4073
-
4074
- # The Former Yugoslav Republic of Macedonia
4075
- #: ../../admin/view/wp-slimstat-reports.php:1016
4076
- msgid "c-mk"
4077
- msgstr "The Former Yugoslav Republic of Macedonia"
4078
-
4079
- # Madagascar
4080
- #: ../../admin/view/wp-slimstat-reports.php:1016
4081
- msgid "c-mg"
4082
- msgstr "Madagascar"
4083
-
4084
- # Malawi
4085
- #: ../../admin/view/wp-slimstat-reports.php:1016
4086
- msgid "c-mw"
4087
- msgstr "Malawi"
4088
-
4089
- # Malaysia
4090
- #: ../../admin/view/wp-slimstat-reports.php:1016
4091
- msgid "c-my"
4092
- msgstr "Malaysia"
4093
-
4094
- # Mali
4095
- #: ../../admin/view/wp-slimstat-reports.php:1016
4096
- msgid "c-ml"
4097
- msgstr "Mali"
4098
-
4099
- # Malta
4100
- #: ../../admin/view/wp-slimstat-reports.php:1016
4101
- msgid "c-mt"
4102
- msgstr "Malta"
4103
-
4104
- # Martinique
4105
- #: ../../admin/view/wp-slimstat-reports.php:1016
4106
- msgid "c-mq"
4107
- msgstr "Martinique"
4108
-
4109
- # Mauritania
4110
- #: ../../admin/view/wp-slimstat-reports.php:1016
4111
- msgid "c-mr"
4112
- msgstr "Mauritania"
4113
-
4114
- # Mauritius
4115
- #: ../../admin/view/wp-slimstat-reports.php:1016
4116
- msgid "c-mu"
4117
- msgstr "Mauritius"
4118
-
4119
- # Mexico
4120
- #: ../../admin/view/wp-slimstat-reports.php:1016
4121
- msgid "c-mx"
4122
- msgstr "Mexico"
4123
-
4124
- # Moldova
4125
- #: ../../admin/view/wp-slimstat-reports.php:1016
4126
- msgid "c-md"
4127
- msgstr "Moldova"
4128
-
4129
- # Mongolia
4130
- #: ../../admin/view/wp-slimstat-reports.php:1016
4131
- msgid "c-mn"
4132
- msgstr "Mongolia"
4133
-
4134
- # Montenegro
4135
- #: ../../admin/view/wp-slimstat-reports.php:1016
4136
- msgid "c-me"
4137
- msgstr "Montenegro"
4138
-
4139
- # Montserrat
4140
- #: ../../admin/view/wp-slimstat-reports.php:1016
4141
- msgid "c-ms"
4142
- msgstr "Montserrat"
4143
-
4144
- # Morocco
4145
- #: ../../admin/view/wp-slimstat-reports.php:1016
4146
- msgid "c-ma"
4147
- msgstr "Morocco"
4148
-
4149
- # Mozambique
4150
- #: ../../admin/view/wp-slimstat-reports.php:1016
4151
- msgid "c-mz"
4152
- msgstr "Mozambique"
4153
-
4154
- # Myanmar
4155
- #: ../../admin/view/wp-slimstat-reports.php:1016
4156
- msgid "c-mm"
4157
- msgstr "Myanmar"
4158
-
4159
- # Namibia
4160
- #: ../../admin/view/wp-slimstat-reports.php:1016
4161
- msgid "c-na"
4162
- msgstr "Namibia"
4163
-
4164
- # Nepal
4165
- #: ../../admin/view/wp-slimstat-reports.php:1016
4166
- msgid "c-np"
4167
- msgstr "Nepal"
4168
-
4169
- # Netherlands
4170
- #: ../../admin/view/wp-slimstat-reports.php:1016
4171
- msgid "c-nl"
4172
- msgstr "Netherlands"
4173
-
4174
- # New Caledonia
4175
- #: ../../admin/view/wp-slimstat-reports.php:1016
4176
- msgid "c-nc"
4177
- msgstr "New Caledonia"
4178
-
4179
- # New Zealand
4180
- #: ../../admin/view/wp-slimstat-reports.php:1016
4181
- msgid "c-nz"
4182
- msgstr "New Zealand"
4183
-
4184
- # Nicaragua
4185
- #: ../../admin/view/wp-slimstat-reports.php:1016
4186
- msgid "c-ni"
4187
- msgstr "Nicaragua"
4188
-
4189
- # Niger
4190
- #: ../../admin/view/wp-slimstat-reports.php:1016
4191
- msgid "c-ne"
4192
- msgstr "Niger"
4193
-
4194
- # Nigeria
4195
- #: ../../admin/view/wp-slimstat-reports.php:1016
4196
- msgid "c-ng"
4197
- msgstr "Nigeria"
4198
-
4199
- # Norway
4200
- #: ../../admin/view/wp-slimstat-reports.php:1016
4201
- msgid "c-no"
4202
- msgstr "Norway"
4203
-
4204
- # Oman
4205
- #: ../../admin/view/wp-slimstat-reports.php:1016
4206
- msgid "c-om"
4207
- msgstr "Oman"
4208
-
4209
- # Pakistan
4210
- #: ../../admin/view/wp-slimstat-reports.php:1016
4211
- msgid "c-pk"
4212
- msgstr "Pakistan"
4213
-
4214
- # Palau
4215
- #: ../../admin/view/wp-slimstat-reports.php:1016
4216
- msgid "c-pw"
4217
- msgstr "Palau"
4218
-
4219
- # Occupied Palestinian Territory
4220
- #: ../../admin/view/wp-slimstat-reports.php:1016
4221
- msgid "c-ps"
4222
- msgstr "Occupied Palestinian Territory"
4223
-
4224
- # Panama
4225
- #: ../../admin/view/wp-slimstat-reports.php:1016
4226
- msgid "c-pa"
4227
- msgstr "Panama"
4228
-
4229
- # Papua New Guinea
4230
- #: ../../admin/view/wp-slimstat-reports.php:1016
4231
- msgid "c-pg"
4232
- msgstr "Papua New Guinea"
4233
-
4234
- # Paraguay
4235
- #: ../../admin/view/wp-slimstat-reports.php:1016
4236
- msgid "c-py"
4237
- msgstr "Paraguay"
4238
-
4239
- # Peru
4240
- #: ../../admin/view/wp-slimstat-reports.php:1016
4241
- msgid "c-pe"
4242
- msgstr "Peru"
4243
-
4244
- # Philippines
4245
- #: ../../admin/view/wp-slimstat-reports.php:1016
4246
- msgid "c-ph"
4247
- msgstr "Philippines"
4248
-
4249
- # Poland
4250
- #: ../../admin/view/wp-slimstat-reports.php:1016
4251
- msgid "c-pl"
4252
- msgstr "Poland"
4253
-
4254
- # Portugal
4255
- #: ../../admin/view/wp-slimstat-reports.php:1016
4256
- msgid "c-pt"
4257
- msgstr "Portugal"
4258
-
4259
- # Puerto Rico
4260
- #: ../../admin/view/wp-slimstat-reports.php:1016
4261
- msgid "c-pr"
4262
- msgstr "Puerto Rico"
4263
-
4264
- # Qatar
4265
- #: ../../admin/view/wp-slimstat-reports.php:1016
4266
- msgid "c-qa"
4267
- msgstr "Qatar"
4268
-
4269
- # Réunion
4270
- #: ../../admin/view/wp-slimstat-reports.php:1016
4271
- msgid "c-re"
4272
- msgstr "Réunion"
4273
-
4274
- # Romania
4275
- #: ../../admin/view/wp-slimstat-reports.php:1016
4276
- msgid "c-ro"
4277
- msgstr "Romania"
4278
-
4279
- # Russian Federation
4280
- #: ../../admin/view/wp-slimstat-reports.php:1016
4281
- msgid "c-ru"
4282
- msgstr "Russian Federation"
4283
-
4284
- # Rwanda
4285
- #: ../../admin/view/wp-slimstat-reports.php:1016
4286
- msgid "c-rw"
4287
- msgstr "Rwanda"
4288
-
4289
- # Saint Kitts and Nevis
4290
- #: ../../admin/view/wp-slimstat-reports.php:1016
4291
- msgid "c-kn"
4292
- msgstr "Saint Kitts and Nevis"
4293
-
4294
- # Saint Lucia
4295
- #: ../../admin/view/wp-slimstat-reports.php:1016
4296
- msgid "c-lc"
4297
- msgstr "Saint Lucia"
4298
-
4299
- # Saint Martin
4300
- #: ../../admin/view/wp-slimstat-reports.php:1016
4301
- msgid "c-mf"
4302
- msgstr "Saint Martin"
4303
-
4304
- # Saint Vincent and the Grenadines
4305
- #: ../../admin/view/wp-slimstat-reports.php:1016
4306
- msgid "c-vc"
4307
- msgstr "Saint Vincent and the Grenadines"
4308
-
4309
- # Samoa
4310
- #: ../../admin/view/wp-slimstat-reports.php:1016
4311
- msgid "c-ws"
4312
- msgstr "Samoa"
4313
-
4314
- # Sao Tome and Principe
4315
- #: ../../admin/view/wp-slimstat-reports.php:1016
4316
- msgid "c-st"
4317
- msgstr "Sao Tome and Principe"
4318
-
4319
- # Saudi Arabia
4320
- #: ../../admin/view/wp-slimstat-reports.php:1016
4321
- msgid "c-sa"
4322
- msgstr "Saudi Arabia"
4323
-
4324
- # Senegal
4325
- #: ../../admin/view/wp-slimstat-reports.php:1016
4326
- msgid "c-sn"
4327
- msgstr "Senegal"
4328
-
4329
- # Serbia
4330
- #: ../../admin/view/wp-slimstat-reports.php:1016
4331
- msgid "c-rs"
4332
- msgstr "Serbia"
4333
-
4334
- # Sierra Leone
4335
- #: ../../admin/view/wp-slimstat-reports.php:1016
4336
- msgid "c-sl"
4337
- msgstr "Sierra Leone"
4338
-
4339
- # Singapore
4340
- #: ../../admin/view/wp-slimstat-reports.php:1016
4341
- msgid "c-sg"
4342
- msgstr "Singapore"
4343
-
4344
- # Slovakia
4345
- #: ../../admin/view/wp-slimstat-reports.php:1016
4346
- msgid "c-sk"
4347
- msgstr "Slovakia"
4348
-
4349
- # Slovenia
4350
- #: ../../admin/view/wp-slimstat-reports.php:1016
4351
- msgid "c-si"
4352
- msgstr "Slovenia"
4353
-
4354
- # Solomon Islands
4355
- #: ../../admin/view/wp-slimstat-reports.php:1016
4356
- msgid "c-sb"
4357
- msgstr "Solomon Islands"
4358
-
4359
- # Somalia
4360
- #: ../../admin/view/wp-slimstat-reports.php:1016
4361
- msgid "c-so"
4362
- msgstr "Somalia"
4363
-
4364
- # South Africa
4365
- #: ../../admin/view/wp-slimstat-reports.php:1016
4366
- msgid "c-za"
4367
- msgstr "South Africa"
4368
-
4369
- # South Georgia and the South Sandwich Islands
4370
- #: ../../admin/view/wp-slimstat-reports.php:1016
4371
- msgid "c-gs"
4372
- msgstr "South Georgia and the South Sandwich Islands"
4373
-
4374
- # Spain
4375
- #: ../../admin/view/wp-slimstat-reports.php:1016
4376
- msgid "c-es"
4377
- msgstr "Spain"
4378
-
4379
- # Sri Lanka
4380
- #: ../../admin/view/wp-slimstat-reports.php:1016
4381
- msgid "c-lk"
4382
- msgstr "Sri Lanka"
4383
-
4384
- #: ../../admin/view/wp-slimstat-reports.php:1016
4385
- msgid "c-sc"
4386
- msgstr "Seychelles"
4387
-
4388
- # Sudan
4389
- #: ../../admin/view/wp-slimstat-reports.php:1016
4390
- msgid "c-sd"
4391
- msgstr "Sudan"
4392
-
4393
- #: ../../admin/view/wp-slimstat-reports.php:1016
4394
- msgid "c-ss"
4395
- msgstr ""
4396
-
4397
- # Suriname
4398
- #: ../../admin/view/wp-slimstat-reports.php:1016
4399
- msgid "c-sr"
4400
- msgstr "Suriname"
4401
-
4402
- # Svalbard and Jan Mayen
4403
- #: ../../admin/view/wp-slimstat-reports.php:1016
4404
- msgid "c-sj"
4405
- msgstr "Svalbard and Jan Mayen"
4406
-
4407
- # Swaziland
4408
- #: ../../admin/view/wp-slimstat-reports.php:1016
4409
- msgid "c-sz"
4410
- msgstr "Swaziland"
4411
-
4412
- # Sweden
4413
- #: ../../admin/view/wp-slimstat-reports.php:1016
4414
- msgid "c-se"
4415
- msgstr "Sweden"
4416
-
4417
- # Switzerland
4418
- #: ../../admin/view/wp-slimstat-reports.php:1016
4419
- msgid "c-ch"
4420
- msgstr "Switzerland"
4421
-
4422
- # Syrian Arab Republic
4423
- #: ../../admin/view/wp-slimstat-reports.php:1016
4424
- msgid "c-sy"
4425
- msgstr "Syrian Arab Republic"
4426
-
4427
- # Taiwan, Province of China
4428
- #: ../../admin/view/wp-slimstat-reports.php:1016
4429
- msgid "c-tw"
4430
- msgstr "Taiwan"
4431
-
4432
- # Tajikistan
4433
- #: ../../admin/view/wp-slimstat-reports.php:1016
4434
- msgid "c-tj"
4435
- msgstr "Tajikistan"
4436
-
4437
- # United Republic of Tanzania
4438
- #: ../../admin/view/wp-slimstat-reports.php:1016
4439
- msgid "c-tz"
4440
- msgstr "United Republic of Tanzania"
4441
-
4442
- # Thailand
4443
- #: ../../admin/view/wp-slimstat-reports.php:1016
4444
- msgid "c-th"
4445
- msgstr "Thailand"
4446
-
4447
- # Timor-Leste
4448
- #: ../../admin/view/wp-slimstat-reports.php:1016
4449
- msgid "c-tl"
4450
- msgstr "Timor-Leste"
4451
-
4452
- # Togo
4453
- #: ../../admin/view/wp-slimstat-reports.php:1016
4454
- msgid "c-tg"
4455
- msgstr "Togo"
4456
-
4457
- # Tonga
4458
- #: ../../admin/view/wp-slimstat-reports.php:1016
4459
- msgid "c-to"
4460
- msgstr "Tonga"
4461
-
4462
- # Trinidad and Tobago
4463
- #: ../../admin/view/wp-slimstat-reports.php:1016
4464
- msgid "c-tt"
4465
- msgstr "Trinidad and Tobago"
4466
-
4467
- # Tunisia
4468
- #: ../../admin/view/wp-slimstat-reports.php:1016
4469
- msgid "c-tn"
4470
- msgstr "Tunisia"
4471
-
4472
- # Turkey
4473
- #: ../../admin/view/wp-slimstat-reports.php:1016
4474
- msgid "c-tr"
4475
- msgstr "Turkey"
4476
-
4477
- # Turkmenistan
4478
- #: ../../admin/view/wp-slimstat-reports.php:1016
4479
- msgid "c-tm"
4480
- msgstr "Turkmenistan"
4481
-
4482
- # Turks and Caicos Islands
4483
- #: ../../admin/view/wp-slimstat-reports.php:1016
4484
- msgid "c-tc"
4485
- msgstr "Turks and Caicos Islands"
4486
-
4487
- # Uganda
4488
- #: ../../admin/view/wp-slimstat-reports.php:1016
4489
- msgid "c-ug"
4490
- msgstr "Uganda"
4491
-
4492
- # Ukraine
4493
- #: ../../admin/view/wp-slimstat-reports.php:1016
4494
- msgid "c-ua"
4495
- msgstr "Ukraine"
4496
-
4497
- # United Arab Emirates
4498
- #: ../../admin/view/wp-slimstat-reports.php:1016
4499
- msgid "c-ae"
4500
- msgstr "United Arab Emirates"
4501
-
4502
- # United Kingdom
4503
- #: ../../admin/view/wp-slimstat-reports.php:1016
4504
- msgid "c-gb"
4505
- msgstr "United Kingdom"
4506
-
4507
- # United States
4508
- #: ../../admin/view/wp-slimstat-reports.php:1016
4509
- msgid "c-us"
4510
- msgstr "United States"
4511
-
4512
- # Uruguay
4513
- #: ../../admin/view/wp-slimstat-reports.php:1016
4514
- msgid "c-uy"
4515
- msgstr "Uruguay"
4516
-
4517
- # Uzbekistan
4518
- #: ../../admin/view/wp-slimstat-reports.php:1016
4519
- msgid "c-uz"
4520
- msgstr "Uzbekistan"
4521
-
4522
- # Vanuatu
4523
- #: ../../admin/view/wp-slimstat-reports.php:1016
4524
- msgid "c-vu"
4525
- msgstr "Vanuatu"
4526
-
4527
- # Venezuela
4528
- #: ../../admin/view/wp-slimstat-reports.php:1016
4529
- msgid "c-ve"
4530
- msgstr "Venezuela"
4531
-
4532
- # Viet Nam
4533
- #: ../../admin/view/wp-slimstat-reports.php:1016
4534
- msgid "c-vn"
4535
- msgstr "Viet Nam"
4536
-
4537
- # British Virgin Islands
4538
- #: ../../admin/view/wp-slimstat-reports.php:1016
4539
- msgid "c-vg"
4540
- msgstr "British Virgin Islands"
4541
-
4542
- # U.S. Virgin Islands
4543
- #: ../../admin/view/wp-slimstat-reports.php:1016
4544
- msgid "c-vi"
4545
- msgstr "U.S. Virgin Islands"
4546
-
4547
- # Western Sahara
4548
- #: ../../admin/view/wp-slimstat-reports.php:1016
4549
- msgid "c-eh"
4550
- msgstr "Western Sahara"
4551
-
4552
- # Yemen
4553
- #: ../../admin/view/wp-slimstat-reports.php:1016
4554
- msgid "c-ye"
4555
- msgstr "Yemen"
4556
-
4557
- # Zambia
4558
- #: ../../admin/view/wp-slimstat-reports.php:1016
4559
- msgid "c-zm"
4560
- msgstr "Zambia"
4561
-
4562
- # Zimbabwe
4563
- #: ../../admin/view/wp-slimstat-reports.php:1016
4564
- msgid "c-zw"
4565
- msgstr "Zimbabwe"
4566
-
4567
- # Guernsey
4568
- #: ../../admin/view/wp-slimstat-reports.php:1016
4569
- msgid "c-gg"
4570
- msgstr "Guernsey"
4571
-
4572
- # Jersey
4573
- #: ../../admin/view/wp-slimstat-reports.php:1016
4574
- msgid "c-je"
4575
- msgstr "Jersey"
4576
-
4577
- # Isle of Man
4578
- #: ../../admin/view/wp-slimstat-reports.php:1016
4579
- msgid "c-im"
4580
- msgstr "Isle of Man"
4581
-
4582
- # Maldives
4583
- #: ../../admin/view/wp-slimstat-reports.php:1016
4584
- msgid "c-mv"
4585
- msgstr "Maldives"
4586
-
4587
- #: ../../admin/view/wp-slimstat-reports.php:1017
4588
- msgid "c-eu"
4589
- msgstr ""
4590
-
4591
- #: ../../admin/view/wp-slimstat-reports.php:1106
4592
- msgid ""
4593
- "This value includes not only posts, but also custom post types, regardless "
4594
- "of their status"
4595
- msgstr "این مقدار شامل همه ارسال ها میشود"
4596
-
4597
- #: ../../admin/view/wp-slimstat-reports.php:1107
4598
- msgid "Content Items"
4599
- msgstr " محتوا موردها"
4600
-
4601
- #: ../../admin/view/wp-slimstat-reports.php:1108
4602
- msgid "Total Comments"
4603
- msgstr "همه نظرها"
4604
-
4605
- #: ../../admin/view/wp-slimstat-reports.php:1109
4606
- msgid "Pingbacks"
4607
- msgstr ""
4608
-
4609
- #: ../../admin/view/wp-slimstat-reports.php:1110
4610
- msgid "Trackbacks"
4611
- msgstr ""
4612
-
4613
- #: ../../admin/view/wp-slimstat-reports.php:1111
4614
- msgid "Avg Comments Per Post"
4615
- msgstr "میانگین نظر برای هر ارسال"
4616
-
4617
- #: ../../admin/view/wp-slimstat-reports.php:1112
4618
- msgid "Avg Posts Per Day"
4619
- msgstr "میانگین ارسال در روز"
4620
-
4621
- #: ../../admin/view/wp-slimstat-reports.php:1113
4622
- msgid "Avg Server Latency"
4623
- msgstr ""
4624
-
4625
- #: ../../admin/view/wp-slimstat-reports.php:1114
4626
- #, fuzzy
4627
- msgid "Avg Page Load Time"
4628
- msgstr "میان‌گین مشاهده صفحات"
4629
-
4630
- #: ../../admin/view/wp-slimstat-reports.php:1141
4631
- msgid "Visits"
4632
- msgstr "بازدیدها"
4633
-
4634
- #: ../../admin/view/wp-slimstat-reports.php:1145
4635
- msgid "Domains"
4636
- msgstr "دامنه‌ها"
4637
-
4638
- #: ../../admin/view/wp-slimstat-reports.php:1150
4639
- msgid "Avg Pageviews"
4640
- msgstr "میان‌گین مشاهده صفحات"
4641
-
4642
- #: ../../admin/wp-slimstat-admin.php:504 ../../admin/wp-slimstat-admin.php:516
4643
- #: ../../admin/wp-slimstat-admin.php:519
4644
- msgid "SlimStat"
4645
- msgstr "SlimStat"
4646
-
4647
- #: ../../admin/wp-slimstat-admin.php:600
4648
- msgid "Pageviews in the last 365 days"
4649
- msgstr ""
4650
-
4651
- #: ../../admin/wp-slimstat-admin.php:628
4652
- msgid "Show on screen"
4653
- msgstr "روی صفحه نشان بده"
4654
-
4655
- #: ../../admin/wp-slimstat-admin.php:656
4656
- msgid "Hide this notice"
4657
- msgstr ""
4658
-
4659
- #: ../../admin/wp-slimstat-admin.php:698
4660
- msgid "Already saved"
4661
- msgstr ""
4662
-
4663
- #: ../../admin/wp-slimstat-admin.php:706
4664
- msgid "Saved"
4665
- msgstr ""
4666
-
4667
- #: ../../admin/wp-slimstat-admin.php:725
4668
- #, fuzzy
4669
- msgid "Delete this filter"
4670
- msgstr "حذف بازدید‌ها وقتی"
4671
-
4672
- #: ../../admin/wp-slimstat-admin.php:759
4673
- msgid "There was an error updating the following options:"
4674
- msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
4675
-
4676
- #: ../../admin/wp-slimstat-admin.php:762
4677
- #, fuzzy
4678
- msgid "Your changes have been saved."
4679
- msgstr "تنظیمات شما با موفقیت به روز شد."
4680
-
4681
- #: ../../admin/wp-slimstat-admin.php:785
4682
- msgid "Save Changes"
4683
- msgstr "ذخیره‌ی تغییرات"
4684
-
4685
- #: ../../admin/wp-slimstat-admin.php:801
4686
- msgid "Definitions"
4687
- msgstr "تعاریف"
4688
-
4689
- #: ../../admin/wp-slimstat-admin.php:804
4690
- msgid "Pageview"
4691
- msgstr "بازدید"
4692
-
4693
- #: ../../admin/wp-slimstat-admin.php:804
4694
- #, fuzzy
4695
- msgid ""
4696
- "A request to load a single HTML file (\"page\"). This should be contrasted "
4697
- "with a \"hit\", which refers to a request for any file from a web server. "
4698
- "Slimstat logs a pageview each time the tracking code is executed"
4699
- msgstr ""
4700
- "درخواست بارگیری یک پرونده HTML یا \"page\" با هر درخواست دیگر از دامنه یا "
4701
- "\"hit\" تفاوت دارد. این برنامه هر بازدید را بعد از اجرای برنامه ردگیری ثبت "
4702
- "میکند. "
4703
-
4704
- #: ../../admin/wp-slimstat-admin.php:805
4705
- msgid "(Human) Visit"
4706
- msgstr "بیننده (انسانی)"
4707
-
4708
- #: ../../admin/wp-slimstat-admin.php:805
4709
- msgid ""
4710
- "A period of interaction between a visitor's browser and your website, ending "
4711
- "when the browser is closed or when the user has been inactive on that site "
4712
- "for 30 minutes"
4713
- msgstr ""
4714
- "تراکنش بین مرورگر ردگیری و پایگاه شما به پایان رسید وقتی که مرورگر بسته شده "
4715
- "و یا کاربر به مدت سی دقیقه غیر فعال شده است."
4716
-
4717
- #: ../../admin/wp-slimstat-admin.php:806
4718
- msgid ""
4719
- "Any user who has left a comment on your blog, and is thus identified by "
4720
- "Wordpress as a returning visitor"
4721
- msgstr ""
4722
- "هر کاربری که در تارنامه شما نظر گذاشته توسط وردپرس به عنوان «بیننده دوباره» "
4723
- "شناخته میشود"
4724
-
4725
- #: ../../admin/wp-slimstat-admin.php:807
4726
- msgid "Unique IP"
4727
- msgstr "آی‌پی یکتا"
4728
-
4729
- #: ../../admin/wp-slimstat-admin.php:807
4730
- msgid ""
4731
- "Used to differentiate between multiple requests to download a file from one "
4732
- "internet address (IP) and requests originating from many distinct addresses; "
4733
- "since this measurement looks only at the internet address a pageview came "
4734
- "from, it is useful, but not perfect"
4735
- msgstr ""
4736
- " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
4737
- "درخواست از چند آی پی ادرس مختلف میباشد؛ چون این اندازه گیری فقط نشانگر آدرس "
4738
- "هر بازدید است، مفید میباشد ولی دقیق نیست."
4739
-
4740
- #: ../../admin/wp-slimstat-admin.php:808
4741
- msgid ""
4742
- "the originating IP address of a client connecting to a web server through an "
4743
- "HTTP proxy or load balancer"
4744
- msgstr ""
4745
- "ای پی منشا که کاربر را از طریق HTTP proxy و یا load balancer مرتبط کرده"
4746
-
4747
- #: ../../admin/wp-slimstat-admin.php:809
4748
- msgid "Direct Traffic"
4749
- msgstr "ترافیک مستقیم"
4750
-
4751
- #: ../../admin/wp-slimstat-admin.php:809
4752
- msgid ""
4753
- "All those people showing up to your Web site by typing in the URL of your "
4754
- "Web site coming or from a bookmark; some people also call this \"default "
4755
- "traffic\" or \"ambient traffic\""
4756
- msgstr ""
4757
- " تمامی کاربرانی که با وارد کردن نشانی مستقیم تارنما و یا استفاده از بوک مارک "
4758
- "از تارنما بازدید میکنند."
4759
-
4760
- #: ../../admin/wp-slimstat-admin.php:810
4761
- msgid "Search Engine"
4762
- msgstr "موتور جستجو"
4763
-
4764
- #: ../../admin/wp-slimstat-admin.php:810
4765
- msgid ""
4766
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4767
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
4768
- msgstr ""
4769
- "ترافیک مرتبط با نتایج موتور جستجو (organic) و همچنین ترافیک بدست آمده توسط "
4770
- "تبلیغات در موتورهای جستجو اینجا درهم است"
4771
-
4772
- #: ../../admin/wp-slimstat-admin.php:811 ../../admin/wp-slimstat-admin.php:827
4773
- msgid "Keywords used by your visitors to find your website on a search engine"
4774
- msgstr ""
4775
- "کلمات کلیدی که کاربران شما به وسیله‌ی آن‌ها از موتورهای جستجو، پایگاه شما را "
4776
- "یافته‌اند."
4777
-
4778
- #: ../../admin/wp-slimstat-admin.php:812
4779
- msgid "SERP"
4780
- msgstr ""
4781
-
4782
- #: ../../admin/wp-slimstat-admin.php:812
4783
- msgid ""
4784
- "Short for search engine results page, the Web page that a search engine "
4785
- "returns with the results of its search. The value shown represents your rank "
4786
- "(or position) within that list of results"
4787
- msgstr " این مقدار نشان دهنده رتبه شما در فهرست نتایج موتور جستجو میباشد."
4788
-
4789
- #: ../../admin/wp-slimstat-admin.php:813
4790
- msgid ""
4791
- "Any program used for accessing a website; this includes browsers, robots, "
4792
- "spiders and any other program that was used to retrieve information from the "
4793
- "site"
4794
- msgstr ""
4795
- "هر برنامه که به تارنما دسترسی پیدا کند مثل مرورگر، روبات، خزنده، وغیره."
4796
-
4797
- #: ../../admin/wp-slimstat-admin.php:814
4798
- msgid ""
4799
- "A link from one domain to another is said to be outbound from its source "
4800
- "anchor and inbound to its target. This report lists all the links to other "
4801
- "websites followed by your visitors."
4802
- msgstr ""
4803
- "پیوند از این دامنه به دامنه دیگر پیوند بیرونی نامیده میشود و برای دامنه دیگر "
4804
- "پیوند درونی محسوب میشود. این گزارش فهرستی از تمام پیوند ها به پایگاه های "
4805
- "دیگر و کاربران است."
4806
-
4807
- #: ../../admin/wp-slimstat-admin.php:821
4808
- msgid "Basic Filters"
4809
- msgstr "پالایه های اولیه"
4810
-
4811
- #: ../../admin/wp-slimstat-admin.php:824
4812
- msgid "User agent (Firefox, Chrome, ...)"
4813
- msgstr "مرورگر کاربر (فایرفاکس، کروم و ...)"
4814
-
4815
- #: ../../admin/wp-slimstat-admin.php:825
4816
- msgid "2-letter code (us, ru, de, it, ...)"
4817
- msgstr "علامت دو حرفی (us، ir، ...)"
4818
-
4819
- #: ../../admin/wp-slimstat-admin.php:826
4820
- msgid "IP"
4821
- msgstr "آی‌پی"
4822
-
4823
- #: ../../admin/wp-slimstat-admin.php:826
4824
- msgid "Visitor's public IP address"
4825
- msgstr "نشانی‌های آی‌پی عمومی بازدیدکنندگان"
4826
-
4827
- #: ../../admin/wp-slimstat-admin.php:828
4828
- msgid ""
4829
- "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4830
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4831
- "column) for more information"
4832
- msgstr ""
4833
- "لطفا به <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
4834
- "ee825488(v=cs.20).aspx\"> فرهنگ زبان </a> برای اطلاع بیشتر مراجعه کنید"
4835
-
4836
- #: ../../admin/wp-slimstat-admin.php:829
4837
- msgid ""
4838
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4839
- "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4840
- "manual page</a> for more information"
4841
- msgstr ""
4842
- "شناسه هایی مانندmac، win7، win98, و ... لطفا برای اطلاع بیشتر به<a target="
4843
- "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\"> "
4844
- "راهنما</a> مراجعه کنید"
4845
-
4846
- #: ../../admin/wp-slimstat-admin.php:830
4847
- msgid "URL accessed on your site"
4848
- msgstr "نشانی هایی که مورد بازدید قرار گرفته"
4849
-
4850
- #: ../../admin/wp-slimstat-admin.php:831
4851
- msgid "Complete address of the referrer page"
4852
- msgstr "نشانی کامل صفحه‌ی ارجاع ‌دهنده"
4853
-
4854
- #: ../../admin/wp-slimstat-admin.php:832
4855
- msgid ""
4856
- "Visitors' names according to the cookie set by Wordpress after they leave a "
4857
- "comment"
4858
- msgstr ""
4859
- "اسامی بیننده بر مبنای خوراکی که بعد از گذاشتن نظر توسط وردپرس اختصاص داده "
4860
- "میشود."
4861
-
4862
- #: ../../admin/wp-slimstat-admin.php:840
4863
- msgid "Advanced Filters"
4864
- msgstr "فیلترهای پیش‌رفته"
4865
-
4866
- #: ../../admin/wp-slimstat-admin.php:843
4867
- msgid "user agent version (9.0, 11, ...)"
4868
- msgstr "نسخه مرورگر کاربر"
4869
-
4870
- #: ../../admin/wp-slimstat-admin.php:844
4871
- msgid ""
4872
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4873
- "all others"
4874
- msgstr ""
4875
- "۱=خزنده‌های موتورهای جستجو، ۲=دستگاه موبایل، ۳=خوراک‌خوان، ۰=همه‌ی چیزهای دیگر"
4876
-
4877
- #: ../../admin/wp-slimstat-admin.php:845
4878
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
4879
- msgstr "عمق رنگ صفحه نمایش کاربر (۸، ۱۶، ۲۴، ...)"
4880
-
4881
- #: ../../admin/wp-slimstat-admin.php:846
4882
- msgid ""
4883
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
4884
- "values)"
4885
- msgstr "چه معیار توسط مرورگر حمایت میشود؟ ۱، ۲، ۳ و دیگر مقدار ها ... "
4886
-
4887
- #: ../../admin/wp-slimstat-admin.php:847
4888
- msgid ""
4889
- "this field is set to <em>[pre]</em> if the resource has been accessed "
4890
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4891
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4892
- msgstr ""
4893
- "این ناحیه برای تنظیمات <a target=\"_blank\" href=\"https://developer.mozilla."
4894
- "org/en/Link_prefetching_FAQ\"> صفحه‌بندی </a> و یا شیوه های مشابه است."
4895
-
4896
- #: ../../admin/wp-slimstat-admin.php:848
4897
- msgid "author associated to that post/page when the resource was accessed"
4898
- msgstr "نویسنده مرتبط با این ارسال یا صفحه وقتی این ماخذ دسترسی شد"
4899
-
4900
- #: ../../admin/wp-slimstat-admin.php:849
4901
- msgid "ID of the category/term associated to the resource, when available"
4902
- msgstr "شناسه دسته یا عبارت که با منبع مرتبط است، اگر موجود باشد"
4903
-
4904
- #: ../../admin/wp-slimstat-admin.php:850
4905
- msgid "visitor's originating IP address, if available"
4906
- msgstr "آی پی منشا که بیننده از آن ‌عازم شده، در صورت موجود بودن"
4907
-
4908
- #: ../../admin/wp-slimstat-admin.php:851
4909
- msgid ""
4910
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4911
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4912
- "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
4913
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4914
- "information"
4915
- msgstr ""
4916
- "ارسال، صفحه، cpt:<em>ارسال خاص</em> ضمیمه، نشانه، رده بندی، دسته بندی، "
4917
- "تاریخ، نویسنده، آرشیو، جستجو، خوراکی، خانه؛ لطفا برای اطلاع بیشتر به<a "
4918
- "target=\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\"> "
4919
- "نشانه های شرطی</a> در صفحه راهنما مراجعه کنید."
4920
-
4921
- #: ../../admin/wp-slimstat-admin.php:852
4922
- msgid "viewport width and height (1024x768, 800x600, ...)"
4923
- msgstr "ابعاد صفحه نمایش (۱۰۲۴x۷۶۸، ۸۰۰x۶۰۰، ...)"
4924
-
4925
- #: ../../admin/wp-slimstat-admin.php:853
4926
- msgid ""
4927
- "generally used in conjunction with <em>is not empty</em>, identifies human "
4928
- "visitors"
4929
- msgstr ""
4930
- "معولا با ترکیب <em>خالی نیست</em> استفاده میشود و بیننده ها (انسان) را تشخیص "
4931
- "میدهد"
4932
-
4933
- #: ../../admin/wp-slimstat-admin.php:854
4934
- msgid "Date Filters"
4935
- msgstr "فیلترهای تاریخ"
4936
-
4937
- #: ../../admin/wp-slimstat-admin.php:854
4938
- msgid ""
4939
- "you can specify the timeframe by entering a number in the <em>interval</em> "
4940
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4941
- "year=blank, interval=-1 will set a year-to-date filter)"
4942
- msgstr ""
4943
- "با وارد کردن اعداد در این ناحیه میتوانید یک مدت زمانی تعیین کنید؛ برای محدود "
4944
- "کردن سال به روز از -1 استفاده کنید."
4945
-
4946
- #: ../../admin/wp-slimstat-admin.php:855
4947
- msgid "SERP Position"
4948
- msgstr "مکان SERP"
4949
-
4950
- #: ../../admin/wp-slimstat-admin.php:855
4951
- msgid ""
4952
- "set the filter to Referer contains cd=N&, where N is the position you are "
4953
- "looking for"
4954
- msgstr ""
4955
- "تعیین صافی برای ارجاعی هایی که شامل اِن میشوند، آنجا که اِن مکانی هست که به "
4956
- "مشخص میکنید."
4957
-
4958
- #: ../../admin/wp-slimstat-admin.php:882
4959
- msgid "Yes"
4960
- msgstr "بلی"
4961
-
4962
- #: ../../admin/wp-slimstat-admin.php:884
4963
- msgid "Site Specific"
4964
- msgstr ""
4965
-
4966
- #~ msgid "Empty Database"
4967
- #~ msgstr "پایگاه داده خالی"
4968
-
4969
- #~ msgid "Reset Reports"
4970
- #~ msgstr "تنظیم مجدد گزارش ها"
4971
-
4972
- #~ msgid ""
4973
- #~ "Are you sure you want to restore the default arrangement of your reports?"
4974
- #~ msgstr " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها را بازنشانی کنید؟"
4975
-
4976
- #~ msgid "No Panic Button"
4977
- #~ msgstr "دکمه خطر نباشد"
4978
-
4979
- #~ msgid ""
4980
- #~ "Reset the default arrangement of your reports. Helpful when, for some "
4981
- #~ "reason, reports disappear from your panels."
4982
- #~ msgstr ""
4983
- #~ " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها به حالت پیش فرض بازنشانی "
4984
- #~ "کنید. این در برطرف کردن ناپدید شدن گزارش ها مفید است."
4985
-
4986
- #~ msgid "Visitors"
4987
- #~ msgstr "بینندگان"
4988
-
4989
- #~ msgid "Content"
4990
- #~ msgstr "محتوا"
4991
-
4992
- #~ msgid ""
4993
- #~ "WARNING: a misconfigured setting and/or server environment is preventing "
4994
- #~ "WP SlimStat from properly tracking your visitors. Please <a target="
4995
- #~ "\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/"
4996
- #~ "\">check the FAQs</a> for more information."
4997
- #~ msgstr ""
4998
- #~ "اخطار: تنظیمات اشتباه است و یا اینکه محیط دامنه از ردگیری بیننده جلوگیری "
4999
- #~ "میکند. لطفا برای اطلاع بیشتر به<a target=\"_blank\" href=\"http://"
5000
- #~ "wordpress.org/extend/plugins/wp-slimstat/faq/\"> سوال و پاسخ ها</a> "
5001
- #~ "مراجعه کنید. "
5002
-
5003
- #~ msgid ""
5004
- #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
5005
- #~ "getused.to.it/\">WP SlimStat</a>."
5006
- #~ msgstr ""
5007
- #~ "و برای نظارت بیننده ها با <a href=\"http://slimstat.getused.to.it/\">WP "
5008
- #~ "slimStat</a>."
5009
-
5010
- #~ msgid "Take a sneak peek at what human visitors are doing on your website."
5011
- #~ msgstr "نظارت بر اینکه کاربران در پایگاه شما چه میکنند"
5012
-
5013
- #~ msgid "Visit with keywords"
5014
- #~ msgstr "کلمات کلیدی (جدا شده با کاما):"
5015
-
5016
- #~ msgid "Known User"
5017
- #~ msgstr "کاربر آشنا"
5018
-
5019
- #~ msgid "Human Visitor"
5020
- #~ msgstr "بیننده انسانی"
5021
-
5022
- #, fuzzy
5023
- #~ msgid "At A Glance"
5024
- #~ msgstr "در یک نگاه"
5025
-
5026
- #~ msgid ""
5027
- #~ "Click on a data point to display the activity chart for each hour of that "
5028
- #~ "day"
5029
- #~ msgstr "روی نقطه‌های داده کلیک کنید تا نمودار فعالیت آن ساعت را مشاهده کنید"
5030
-
5031
- #~ msgid "Longest Post (ID)"
5032
- #~ msgstr "طولانی‌ترین ارسال (شناسه)"
5033
-
5034
- #~ msgid "Longest Comment (ID)"
5035
- #~ msgstr "طولانی ترین نظر (شناسه)"
5036
-
5037
- #~ msgid "Right Now"
5038
- #~ msgstr "همین حالا"
5039
-
5040
- #~ msgid "Right Now Screen"
5041
- #~ msgstr "صفحه همین حالا"
5042
-
5043
- #~ msgid "Right Now Extended"
5044
- #~ msgstr "همین حالا تمدید شده"
5045
-
5046
- #~ msgid ""
5047
- #~ "We have teamed up with HackerNinja.com to offer you a free website "
5048
- #~ "security scan. By clicking on Start Free Scan, your website will be "
5049
- #~ "analyzed to detect viruses and other treats. Please note that no "
5050
- #~ "confidential information is being sent to HackerNinja."
5051
- #~ msgstr ""
5052
- #~ "میتوانید پایگاه را خود را به صورت رایگاه ویروسیابی کنید (با همکاری "
5053
- #~ "HackerNinja.com). با فشار دادن دکمه زیر، پایگاه شما برای ویروس و دیگر "
5054
- #~ "تهدید ها کاوش میشود. هیچ اطلاعات شخصی به HackerNinja فرستاده نمیشود."
5055
-
5056
- #~ msgid "Security Scan"
5057
- #~ msgstr "بررسی امنیت"
5058
-
5059
- #~ msgid "AntiVirus Scan"
5060
- #~ msgstr "ویروسیابی"
5061
-
5062
- #~ msgid "Scan for Hostile Strings"
5063
- #~ msgstr "بررسی برای رشته خطرناک"
5064
-
5065
- #~ msgid "Google Safe Browsing List"
5066
- #~ msgstr " فهرست پایگاه های امن گوگل"
5067
-
5068
- #~ msgid "Hostile External Links"
5069
- #~ msgstr "پیوند خارجی خطرناک"
5070
-
5071
- #~ msgid "Other Treats"
5072
- #~ msgstr " قاقالی‌لی"
5073
-
5074
- #~ msgid "Passed"
5075
- #~ msgstr "قبول شد"
5076
-
5077
- #~ msgid "At Risk"
5078
- #~ msgstr "در خطر"
5079
-
5080
- #~ msgid "Chart Annotations"
5081
- #~ msgstr "حاشیه نمودار"
5082
-
5083
- #~ msgid ""
5084
- #~ "Add <em>markings</em> to each chart by specifying a date and its "
5085
- #~ "description in the field below. Useful to keep track of special events "
5086
- #~ "and correlate them to your analytics. Please use the following format:"
5087
- #~ "<code>YYYY MM DD HH:mm=Description 1,YYYY MM DD HH:mm=Description 2</"
5088
- #~ "code>. For example: 2012 12 31 23:55=New Year's Eve."
5089
- #~ msgstr ""
5090
- #~ "اضافه کردن تاریخ و توضیحات در ناحیه های زیر میتواند در رهگیری رویداد ها و "
5091
- #~ "مرتبط کردن آنها مفید باشد. لطفا از این نگارش استفاده کنید: <code>YYYY MM "
5092
- #~ "DD HH:mm=Description 1,YYYY MM DD HH:mm=Description 2</code>. 2012 12 31 "
5093
- #~ "23:55=New Year's Eve برای مثال."
5094
-
5095
- #~ msgid ""
5096
- #~ "Paste your export file's content and click on the button below, to import "
5097
- #~ "your settings."
5098
- #~ msgstr ""
5099
- #~ "برای وارد کردن تنظیمات محتوا را از پرونده قبلی برداید و در جعبه بچسبانید، "
5100
- #~ "سپس دکمه را فشار دهید"
5101
-
5102
- #~ msgid "Export Settings"
5103
- #~ msgstr "صادر کردن تنظیمات"
5104
-
5105
- #~ msgid "Stats"
5106
- #~ msgstr "آمارها"
5107
-
5108
- #~ msgid "Hide Stats Link"
5109
- #~ msgstr "پنهان کردن پیوند آمار"
5110
-
5111
- #~ msgid ""
5112
- #~ "Enable this option if your users are confused by the Stats link associate "
5113
- #~ "to each post in the Edit Posts page."
5114
- #~ msgstr ""
5115
- #~ "این گزینه را فعال کنید اگر پیوند آمار در صفحه ویراش ارسال کاربران را گیج "
5116
- #~ "میکند. "
5117
-
5118
- #~ msgid "Blacklist"
5119
- #~ msgstr "فهرست سیاه"
5120
-
5121
- #~ msgid ""
5122
- #~ "How valuable is monitoring your visitors for your site? WP SlimStat is "
5123
- #~ "and will always be free, but consider supporting the author if this "
5124
- #~ "plugin made your web site better, especially if you are making money out "
5125
- #~ "of it. Any donation received will be reinvested in the development of WP "
5126
- #~ "SlimStat, and to buy some food for my hungry family."
5127
- #~ msgstr ""
5128
- #~ "تا چه حد ارزشمند است نظارت بر بازدید کنندگان خود را برای سایت شما؟ "
5129
- #~ "SlimStat WP است و همیشه نیز خواهد بود، اما در نظر نویسنده اگر این افزونه "
5130
- #~ "وب سایت شما بهتر است، به خصوص اگر شما در حال ساخت پول از آن. هر گونه کمک "
5131
- #~ "مالی دریافتی در توسعه SlimStat WP دوباره سرمایه گذاری خواهد شد و برای "
5132
- #~ "خرید برخی از مواد غذایی برای خانواده گرسنه ام."
5133
-
5134
- #~ msgid "Need help?"
5135
- #~ msgstr "کمک؟"
5136
-
5137
- #, fuzzy
5138
- #~ msgid ""
5139
- #~ "Please visit our official <a href='http://wordpress.org/support/plugin/wp-"
5140
- #~ "slimstat' target='_blank'>support forum</a> to see if your question has "
5141
- #~ "already been answered. If not, feel free to post your request there, I'll "
5142
- #~ "do my best to address your concerns as soon as possible."
5143
- #~ msgstr ""
5144
- #~ "لطفا از پایگاه رسمی ما به نشانی &lt;a href='http://wordpress.org/support/"
5145
- #~ "plugin/wp-slimstat' target='_blank'&gt;تالار گفتگو&lt;/a&gt; بازدید کنید "
5146
- #~ "تا ببینید آیا سوال شما پاسخ داده شده است؟ اگر نه، با احساس آزادی کامل "
5147
- #~ "سوال خود را آن‌جا بپرسید."
5148
-
5149
- #~ msgid "Recent messages from the support forum"
5150
- #~ msgstr "پیام‌های اخیر از تالار گفتگو."
5151
-
5152
- #~ msgid "Don't want or cannot donate?"
5153
- #~ msgstr "نمی‌خواهید، یا نمی‌توانید اعانه دهید؟"
5154
-
5155
- #~ msgid ""
5156
- #~ "If you cannot donate money, please consider blogging about WP SlimStat, "
5157
- #~ "your visitors may not know you're using it! You can also contribute by "
5158
- #~ "donating some of your spare time: send me bug reports, localization files "
5159
- #~ "and ideas on how to improve WP SlimStat."
5160
- #~ msgstr ""
5161
- #~ "اگر شما می توانید پول را اهدا نمی کند، لطفا نظر وبلاگ نویسی در مورد "
5162
- #~ "SlimStat WP، بازدید کنندگان خود را نمی دانند ممکن است شما با استفاده از "
5163
- #~ "آن! شما همچنین می توانید با اهدای برخی از اوقات فراغت خود را کمک: به من "
5164
- #~ "گزارش اشکال، فایل ها و محلی سازی ایده ها در مورد چگونگی بهبود SlimStat WP "
5165
- #~ "ارسال کنید."
5166
-
5167
- #~ msgid "Show your appreciation"
5168
- #~ msgstr "قدردانی خود را نشان دهید"
5169
-
5170
- #, fuzzy
5171
- #~ msgid ""
5172
- #~ "Tell other people if WP SlimStat works for you and how good it is. <a "
5173
- #~ "href=\"http://wordpress.org/extend/plugins/wp-slimstat/\">Rate it</a> on "
5174
- #~ "its Plugin Directory page."
5175
- #~ msgstr ""
5176
- #~ "اگر SlimStat WP خوب کار می کند، به افراد دیگر بگویید.\n"
5177
- #~ "در صفحه‌ی خود افزونه &lt;a href=\"http://wordpress.org/extend/plugins/wp-"
5178
- #~ "slimstat/\"&gt;امتیاز بدهید&lt;/a&gt;. "
5179
-
5180
- #~ msgid "Support"
5181
- #~ msgstr "پشتیبانی"
5182
-
5183
- #, fuzzy
5184
- #~ msgid ""
5185
- #~ "<a href=\"http://slimstat.getused.to.it/\">WP SlimStat</a> is and will "
5186
- #~ "always be free, but consider supporting the author if this plugin helped "
5187
- #~ "you improve your website, or if you are making money out of it. Donations "
5188
- #~ "will be invested in the development of WP SlimStat, and to buy some food "
5189
- #~ "for my hungry family. You can also leave <a href=\"http://wordpress.org/"
5190
- #~ "support/view/plugin-reviews/wp-slimstat\">a review</a> to let other users "
5191
- #~ "know how this plugin has helped you manage your site."
5192
- #~ msgstr ""
5193
- #~ "تا چه حد ارزشمند است نظارت بر بازدید کنندگان خود را برای سایت شما؟ "
5194
- #~ "SlimStat WP است و همیشه نیز خواهد بود، اما در نظر نویسنده اگر این افزونه "
5195
- #~ "وب سایت شما بهتر است، به خصوص اگر شما در حال ساخت پول از آن. هر گونه کمک "
5196
- #~ "مالی دریافتی در توسعه SlimStat WP دوباره سرمایه گذاری خواهد شد و برای "
5197
- #~ "خرید برخی از مواد غذایی برای خانواده گرسنه ام."
5198
-
5199
- #~ msgid ""
5200
- #~ "You may want to prevent WP SlimStat from tracking users, but still be "
5201
- #~ "able to access your stats."
5202
- #~ msgstr ""
5203
- #~ "ممکن است بخواهید از ره‌گیری کاربران توست WP SlimStat جلوگیری کنید، اما "
5204
- #~ "همچنان قادر به دست‌رسی به آمار باشید."
5205
-
5206
- #~ msgid "Store Data For"
5207
- #~ msgstr "ذخیره‌ی داده برای"
5208
-
5209
- #, fuzzy
5210
- #~ msgid ""
5211
- #~ "Automatically deletes pageviews older than <strong>X</strong> days (uses "
5212
- #~ "Wordpress cron jobs). Zero disables this feature."
5213
- #~ msgstr ""
5214
- #~ "به صورت خودکار مشاهده صفحات قبل از &lt;strong&gt;X&lt;/strong&gt; روز را "
5215
- #~ "حذف می‌کند(با استفاده از cron وردپرس). «صفر» این قابلیت را از کار می‌اندازد."
5216
-
5217
- #, fuzzy
5218
- #~ msgid ""
5219
- #~ "Display hostnames instead of IP addresses. It slows down the rendering of "
5220
- #~ "your metrics."
5221
- #~ msgstr ""
5222
- #~ "مشاهده نام میزبان به جای نشانی آی‌پی. این کار نمایش گزارش را کمی کند می‌کند."
5223
-
5224
- #, fuzzy
5225
- #~ msgid ""
5226
- #~ "Specify the number of results to return for each module. Please use a "
5227
- #~ "<strong>positive</strong> value."
5228
- #~ msgstr ""
5229
- #~ "تعداد نتایجی که برای هر بخش می‌خواهید نشان داده شوند را انتخاب کنید. لطفا "
5230
- #~ "یک عدد &lt;strong&gt;مثبت&lt;/strong&gt; باشد."
5231
-
5232
- #, fuzzy
5233
- #~ msgid "Right Now Rows"
5234
- #~ msgstr "همین الآن"
5235
-
5236
- #~ msgid "Customize the IP lookup service URL."
5237
- #~ msgstr "نشانی خادم دل‌خواه برای مکان‌یابی بر اساس نشانی آی‌پی را وارد کنید."
5238
-
5239
- #~ msgid "Refresh Every"
5240
- #~ msgstr "به‌روزآوری هر"
5241
-
5242
- #~ msgid "Anonymize IP Addresses"
5243
- #~ msgstr "غیرقابل تشخیص کردن آی‌پی‌ها"
5244
-
5245
- #~ msgid "Filter Prefetch"
5246
- #~ msgstr "نادیده گرفتن پیش‌دریافت"
5247
-
5248
- #~ msgid "IP Addresses"
5249
- #~ msgstr "نشانی‌های آی‌پی"
5250
-
5251
- #~ msgid "Users"
5252
- #~ msgstr "کاربران"
5253
-
5254
- #~ msgid "Read access"
5255
- #~ msgstr "دست‌رسی خواندن"
5256
-
5257
- #~ msgid "Config access"
5258
- #~ msgstr "دست‌رسی پیکربندی"
5259
-
5260
- #~ msgid "Track Browser Capabilities"
5261
- #~ msgstr "ره‌گیری قابلیت‌های مرورگر"
5262
-
5263
- #, fuzzy
5264
- #~ msgid ""
5265
- #~ "Hooks a javascript event handler to each external link on your site, to "
5266
- #~ "track when visitors click on them. If Browser Capabilities is disabled, "
5267
- #~ "outbound clicks <strong>will not</strong> be tracked regardless of which "
5268
- #~ "value you set for this option."
5269
- #~ msgstr ""
5270
- #~ "می افزاید: کنترل رویداد جاوا اسکریپت به یک لینک خارجی در سایت خود، به "
5271
- #~ "پیگیری وقتی که بازدید کننده بر روی آنها کلیک کنید. اگر قابلیت های مرورگر "
5272
- #~ "غیر فعال است، بین المللی عازم ناحیه دور دست &lt;STRONG&gt; کلیک &lt;/ "
5273
- #~ "strong&gt; در دنبال بدون در نظر گرفتن که ارزش شما برای این گزینه است."
5274
-
5275
- #~ msgid "Your WP SlimStat table has been successfully emptied."
5276
- #~ msgstr "جداول WP SlimStat با موفقیت خالی شدند"
5277
-
5278
- #~ msgid "Your WP SlimStat tabs have been successfully reset."
5279
- #~ msgstr "جداول SlimStat به خوبی بازنشانی شدند."
5280
-
5281
- #~ msgid "Your WP SlimStat table has been successfully reset."
5282
- #~ msgstr "جداول SlimStat به خوبی بازنشانی شدند."
5283
-
5284
- #~ msgid "ERROR: Your Slimstat table could not be initialized."
5285
- #~ msgstr "خطا: جداول SlimStat نمی‌توانند آماده‌سازی شوند."
5286
-
5287
- #~ msgid "Your WP SlimStat table has been successfully optimized."
5288
- #~ msgstr "جداول WP SlimStat با موفقیت بهینه‌سازی شد."
5289
-
5290
- #~ msgid "Your WP SlimStat indexes have been successfully created."
5291
- #~ msgstr "اندیس‌های WP SlimStat با موفقیت ساخته شد."
5292
-
5293
- #~ msgid "Your WP SlimStat indexes have been successfully removed."
5294
- #~ msgstr "اندیس‌های WP SlimStat با موفقیت حذف شد."
5295
-
5296
- #~ msgid "Your WP SlimStat table has been successfully cleaned. Rows affected:"
5297
- #~ msgstr "جداول WP SlimStat با موفقیت پاک‌سازی شد. ردیف‌های تحت تاثیر:"
5298
-
5299
- #~ msgid ", it may take some time and exceed PHP's maximum execution time"
5300
- #~ msgstr ""
5301
- #~ "، ممکن است مقداری طول بکشد و از بیشینه مقدار زمان اجرای پی‌اچ‌پی بیش‌تر باشد."
5302
-
5303
- #~ msgid "Size"
5304
- #~ msgstr "اندازه"
5305
-
5306
- #~ msgid "Average Record Length"
5307
- #~ msgstr "میانگین طول رکورد"
5308
-
5309
- #~ msgid "Created on"
5310
- #~ msgstr "ساخته شده در"
5311
-
5312
- #~ msgid "Approximate Overhead"
5313
- #~ msgstr "سربار تقریبی"
5314
-
5315
- #~ msgid "Optimize tables"
5316
- #~ msgstr "بهینه کردن جداول"
5317
-
5318
- #~ msgid "Purge Data"
5319
- #~ msgstr "حذف داده‌های"
5320
-
5321
- #~ msgid "Is equal to"
5322
- #~ msgstr "مساوی‌ست با"
5323
-
5324
- #~ msgid "Contains"
5325
- #~ msgstr "شامل"
5326
-
5327
- #~ msgid "Does not contain"
5328
- #~ msgstr "ناشامل"
5329
-
5330
- #~ msgid "Starts with"
5331
- #~ msgstr "شروع می‌شود با"
5332
-
5333
- #~ msgid "Ends with"
5334
- #~ msgstr "خاتمه می‌یابد با"
5335
-
5336
- #~ msgid "Does not start with"
5337
- #~ msgstr "شروع نمی‌شود با"
5338
-
5339
- #~ msgid "Does not end with"
5340
- #~ msgstr "خاتمه نمی‌یابد با"
5341
-
5342
- #~ msgid "DELETE"
5343
- #~ msgstr "حذف"
5344
-
5345
- #~ msgid "Activate Indexes"
5346
- #~ msgstr "فعال کردن اندیس‌ها"
5347
-
5348
- #~ msgid "Remove Indexes"
5349
- #~ msgstr "حذف اندیس‌ها"
5350
-
5351
- #~ msgid ""
5352
- #~ "Use this feature if you want to save some DB space, while slightly "
5353
- #~ "degrading WP SlimStat overall performances."
5354
- #~ msgstr ""
5355
- #~ "با استفاده از این ویژگی، می‌توانید بخشی از فضای پایگاه داده را صرفه‌جویی "
5356
- #~ "کنید، اما کمی از کارایی زمان اجرای افزونه کاسته خواهد شد."
5357
-
5358
- #~ msgid "Reset Stats"
5359
- #~ msgstr "بازنشانی آمارها"
5360
-
5361
- #~ msgid ""
5362
- #~ "Select this option if you want to empty your WP SlimStat database (does "
5363
- #~ "not reset your settings)."
5364
- #~ msgstr ""
5365
- #~ "این گزینه را انتخاب کنید اگر شما می خواهید برای خالی کردن پایگاه داده WP "
5366
- #~ "خود را SlimStat (تنظیمات خود را تنظیم مجدد کنید)."
5367
-
5368
- #~ msgid "Show records where"
5369
- #~ msgstr "نشان دادن رکوردها وقتی"
5370
-
5371
- #~ msgid ""
5372
- #~ "Please refer to the contextual help (available on WP 3.3+) for more "
5373
- #~ "information on what these filters mean."
5374
- #~ msgstr ""
5375
- #~ "لطفا برای کسب اطلاعات بیش‌تر در مورد این فیلترها به متن کمک (قابل دسترس در "
5376
- #~ "WP 3.3+) مراجعه کنید."
5377
-
5378
- #~ msgid "Select a day to make the interval field appear."
5379
- #~ msgstr "یک روز را انتخاب کنید تا انتخاب بازه تاریخ فعال شود"
5380
-
5381
- #~ msgid "Filter by date"
5382
- #~ msgstr "فیلتر با تاریخ"
5383
-
5384
- #~ msgid "Go"
5385
- #~ msgstr "برو"
5386
-
5387
- #~ msgid "No records found"
5388
- #~ msgstr "هیچ رکوردی یافت نشد"
5389
-
5390
- #~ msgid "refreshing in"
5391
- #~ msgstr "تازه کردن در"
5392
-
5393
- #~ msgid "Filter results where IP equals %s"
5394
- #~ msgstr "نتایج را فیلتر کن وقتی آی‌پی مساوی‌ست با %s"
5395
-
5396
- #~ msgid "Filter results where user equals %s"
5397
- #~ msgstr "نتایج را فیلتر کن وقتی کاربر مساوی‌ست با %s"
5398
-
5399
- #~ msgid "Filter results where ther user's real IP equals %s"
5400
- #~ msgstr "نتایج را فیلتر کن وقتی نشانی واقعی آی‌پی کاربر مساوی‌ست با %s"
5401
-
5402
- #~ msgid "Country"
5403
- #~ msgstr "کشور"
5404
-
5405
- #~ msgid "Platform"
5406
- #~ msgstr "بستر"
5407
-
5408
- #, fuzzy
5409
- #~ msgid "Filter results where browser type equals %s"
5410
- #~ msgstr "نتایج را فیلتر کن وقتی نوع محتوا مساوی‌ست با %s"
5411
-
5412
- #~ msgid "Filter results where screen resolution equals %s"
5413
- #~ msgstr "نتایح را فیلتر کن وقتی ابعاد صفحه نمایش مساوی‌ست با %s"
5414
-
5415
- #~ msgid "Filter results where content type equals %s"
5416
- #~ msgstr "نتایج را فیلتر کن وقتی نوع محتوا مساوی‌ست با %s"
5417
-
5418
- #~ msgid "Bots, Crawlers and others"
5419
- #~ msgstr "بات‌ها، خزنده‌ها و سایر..."
5420
-
5421
- #~ msgid "Recent Known Visitors"
5422
- #~ msgstr "کاربران آشنای اخیر"
5423
-
5424
- #~ msgid "Recent 404 URLs"
5425
- #~ msgstr "نشانی خطاهای ۴۰۴ اخیر"
5426
-
5427
- #~ msgid "Top 404 URLs"
5428
- #~ msgstr "بالاترین نشانی‌های خطای ۴۰۴"
5429
-
5430
- #~ msgid "Remove all filters"
5431
- #~ msgstr "حذف همه فیلترها"
5432
-
5433
- #~ msgid "Filter results where domain equals %s"
5434
- #~ msgstr "نتایج را فیلتر کن وقتی که دامنه مساوی‌ست با %s"
5435
-
5436
- #~ msgid "Filter results where searchterm equals %s"
5437
- #~ msgstr "نتایج را فیلتر کن وقتی عبارت جستجو مساوی‌ست با %s"
5438
-
5439
- #, fuzzy
5440
- #~ msgid "Filter results where date equals today"
5441
- #~ msgstr "نتایج را فیلتر کن وقتی که دامنه مساوی‌ست با %s"
5442
-
5443
- #, fuzzy
5444
- #~ msgid "Filter results where date equals yesterday"
5445
- #~ msgstr "نتایج را فیلتر کن وقتی که دامنه مساوی‌ست با %s"
5446
-
5447
- #, fuzzy
5448
- #~ msgid "This number includes <strong>human visits</strong> only."
5449
- #~ msgstr "این عدد فقط شامل مشاهدات انسانی‌ست."
5450
-
5451
- #~ msgid "10 - 20 minutes"
5452
- #~ msgstr "۱۰ تا ۲۰ دقیقه"
5453
-
5454
- #, fuzzy
5455
- #~ msgid "Your Content"
5456
- #~ msgstr "محتوا"
5457
-
5458
- #~ msgid "Users by capability"
5459
- #~ msgstr "کاربران بر اساس قابلیت"
5460
-
5461
- #~ msgid "Top Languages - Just Visitors"
5462
- #~ msgstr "بیش‌ترین زبان‌ها - فقط بینندگان"
5463
-
5464
- #~ msgid "Resources"
5465
- #~ msgstr "منابع"
5466
-
5467
- #~ msgid "Minimum capability"
5468
- #~ msgstr "حداقل قابلیت"
5469
-
5470
- #, fuzzy
5471
- #~ msgid "Records: %d - %d"
5472
- #~ msgstr "رکوردهای %d تا %d از %d"
5473
-
5474
- #~ msgid "Open in a new window"
5475
- #~ msgstr "در پنجره جدید باز کن"
5476
-
5477
- #~ msgid "Your Geolocation data has been successfully updated."
5478
- #~ msgstr "داده‌های مکان‌یابی با موفقیت به‌روزرسانی شدند"
5479
-
5480
- #~ msgid "ERROR: Your Geolocation source file is not readable."
5481
- #~ msgstr "خطا: فایل مکان‌یابی قابل خواندن نیست."
5482
-
5483
- #~ msgid "Update Geolocation DB"
5484
- #~ msgstr "به‌روزآوری پایگاه داده مکان‌یابی"
5485
-
5486
- #~ msgid "This button loads the new ip2location data."
5487
- #~ msgstr "این دکمه داده‌های «تبدیل آی‌پی به موقعیت» جدید را بارگزاری می‌کند"
5488
-
5489
- #~ msgid "Use standalone menu"
5490
- #~ msgstr "استفاده از منوی مستقل"
5491
-
5492
- #, fuzzy
5493
- #~ msgid ""
5494
- #~ "Specify the number of rows per page to show in the Right Now screen. "
5495
- #~ "Please use a <strong>positive</strong> value."
5496
- #~ msgstr ""
5497
- #~ "تعداد ردیف‌های هر صفحه که در «همین الآن» نمایش داده می‌شوند را انتخاب کنید. "
5498
- #~ "لطفا عددی&lt;strong&gt;مثبت&lt;/strong&gt; باشد."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2015-06-15 23:00-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"
8
+ "Language: fa\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.9\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SearchPath-0: ../..\n"
16
+
17
+ #: ../../admin/config/addons.php:15
18
+ msgid ""
19
+ "There was an error retrieving the add-ons list from the server. Please try "
20
+ "again later. Error Message:"
21
+ msgstr ""
22
+ " بازیابی فهرست افزونه ها از دامنه با اشکال مواجه شد. لطفا دوباره آزمایش "
23
+ "کنید. شمار خطا: "
24
+
25
+ #: ../../admin/config/addons.php:25
26
+ msgid ""
27
+ "There was an error decoding the add-ons list from the server. Please try "
28
+ "again later."
29
+ msgstr ""
30
+ "رمزگشایی فهرست افزونه ها از دامنه با اشکال مواجه شد. لطفا دوباره آزمایش کنید."
31
+
32
+ #: ../../admin/config/addons.php:32 ../../admin/config/index.php:9
33
+ #: ../../admin/wp-slimstat-admin.php:642 ../../admin/wp-slimstat-admin.php:657
34
+ #: ../../wp-slimstat.php:1734
35
+ msgid "Add-ons"
36
+ msgstr "افزونه ها"
37
+
38
+ #: ../../admin/config/addons.php:33
39
+ #, fuzzy
40
+ msgid ""
41
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
42
+ "offer both free and premium (paid) extensions. Each add-on can be installed "
43
+ "as a separate plugin, which will receive regular updates via the WordPress "
44
+ "Plugins panel. In order to be notified when a new version of a premium add-"
45
+ "on is available, please enter the <strong>license key</strong> you received "
46
+ "when you purchased it."
47
+ msgstr ""
48
+ "میتوانید با استفاده از افزونه ها کارکرد برنامه را گسترش دهید. افزونه های "
49
+ "جذابی به صورت رایگان و پولی موجود است که هر یک به طور جداگانه قابل نصب و به "
50
+ "روز رسانی میباشد. اگر دوست دارید است از نسخه جدید افزونه با خبر شوید لطفا "
51
+ "شماره مجوز که در هنگام خرید دریافت کردید وارد کنید."
52
+
53
+ #: ../../admin/config/addons.php:37
54
+ #, php-format
55
+ msgid ""
56
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
57
+ "\">click here</a> to clear the cache."
58
+ msgstr ""
59
+
60
+ #: ../../admin/config/addons.php:46
61
+ msgid "Add-on"
62
+ msgstr "افزونه"
63
+
64
+ #: ../../admin/config/addons.php:46
65
+ msgid "Description"
66
+ msgstr "توضیحات"
67
+
68
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
69
+ msgid "General"
70
+ msgstr "عمومی"
71
+
72
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:49
73
+ #: ../../admin/config/index.php:147
74
+ msgid "Reports"
75
+ msgstr "گزارش ها"
76
+
77
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:74
78
+ msgid "Filters"
79
+ msgstr "فیلترها"
80
+
81
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:145
82
+ msgid "Permissions"
83
+ msgstr "مجوزها"
84
+
85
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:222
86
+ msgid "Advanced"
87
+ msgstr "پیش‌رفته"
88
+
89
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:253
90
+ msgid "Maintenance"
91
+ msgstr "نگهداری"
92
+
93
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:152
94
+ #: ../../admin/wp-slimstat-admin.php:683 ../../admin/wp-slimstat-admin.php:685
95
+ #: ../../wp-slimstat.php:1737
96
+ msgid "Settings"
97
+ msgstr "تنظیمات"
98
+
99
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:227
100
+ msgid "Tracker"
101
+ msgstr "ره‌گیری"
102
+
103
+ #: ../../admin/config/index.php:21
104
+ #, fuzzy
105
+ msgid "Tracking"
106
+ msgstr " حالت ردگیری"
107
+
108
+ #: ../../admin/config/index.php:21
109
+ #, fuzzy
110
+ msgid "Turn the tracker on or off, but keep the reports accessible."
111
+ msgstr ""
112
+ "رهگیری را روشن و یا خاموش میکند ولی گزارش ها در دسترس خواهد بود که در صورت "
113
+ "غیر فعال کردن افزونه بدین گونه نخواهد بود."
114
+
115
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
116
+ msgid "On"
117
+ msgstr ""
118
+
119
+ #: ../../admin/config/index.php:21 ../../admin/config/index.php:23
120
+ msgid "Off"
121
+ msgstr ""
122
+
123
+ #: ../../admin/config/index.php:22
124
+ #, fuzzy
125
+ msgid "Admin Pages"
126
+ msgstr "نظارت صفحه مدیریت"
127
+
128
+ #: ../../admin/config/index.php:22
129
+ msgid "Enable this option to track your users' activity within the admin."
130
+ msgstr "برای رهگیری کاربران در ناحیه مدیریتی ین گزینه را فعال کنید."
131
+
132
+ #: ../../admin/config/index.php:22
133
+ #, fuzzy
134
+ msgid "Track"
135
+ msgstr "ره‌گیری"
136
+
137
+ #: ../../admin/config/index.php:22
138
+ #, fuzzy
139
+ msgid "Do not track"
140
+ msgstr "ناشامل"
141
+
142
+ #: ../../admin/config/index.php:23
143
+ msgid "Stealth Mode"
144
+ msgstr ""
145
+
146
+ #: ../../admin/config/index.php:23
147
+ #, fuzzy
148
+ msgid ""
149
+ "Collect information about screen resolutions, outbound links, downloads, "
150
+ "etc. If Tracking Mode is set to Javascript, this data will be tracked "
151
+ "regardless of which value you set for this option. In Accurate mode, this "
152
+ "option will remove the tracking code from your pages' source code."
153
+ msgstr ""
154
+ "جمع آوری اطلاعات در مورد ابعاد صفحه بیننده، پیوند های بیرونی، بارگیری، و "
155
+ "غیره. در صورت انتخاب حالت ردگیری به جاواسکریپت، این داده ها رهگیری میشود "
156
+ "صرفنظر از مقداری که اینجا اختیار میکنید."
157
+
158
+ #: ../../admin/config/index.php:24
159
+ msgid "Tracking Mode"
160
+ msgstr " حالت ردگیری"
161
+
162
+ #: ../../admin/config/index.php:24
163
+ #, fuzzy
164
+ msgid ""
165
+ "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
166
+ "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
167
+ "like Google Analytics, and visitors whose browser does not support "
168
+ "Javascript will be ignored. A nice side effect is that <strong>most "
169
+ "spammers, search engines and other crawlers</strong> will not be tracked."
170
+ msgstr ""
171
+ "اگر از یک افزونه یادگاهی (W3 Total Cache ،WP SuperCache ،HyperCache و غیره) "
172
+ "استفاده میکنید<strong>Javascript</strong> را انتخاب کنید. این برنامه بسیار "
173
+ "شبیه Google Anaylyti عمل میکند و مرورگر بینندگانی که جاواسکریپت نداشته باشند "
174
+ "پذیرفته نمیشود. اثر جانبی این حالت این است که بیشتر هرز ها، موتورهای جستجو و "
175
+ "دیگر خزنده ها نیز دیگر رهگیری نمیشوند."
176
+
177
+ #: ../../admin/config/index.php:24
178
+ msgid "Client"
179
+ msgstr ""
180
+
181
+ #: ../../admin/config/index.php:24
182
+ #, fuzzy
183
+ msgid "Server"
184
+ msgstr "طرف دامنه"
185
+
186
+ #: ../../admin/config/index.php:26
187
+ msgid "WordPress Integration"
188
+ msgstr "تلفیق کردن وردپرس"
189
+
190
+ #: ../../admin/config/index.php:27
191
+ msgid "Menu Position"
192
+ msgstr "محل گزینگان"
193
+
194
+ #: ../../admin/config/index.php:27
195
+ #, fuzzy
196
+ msgid ""
197
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
198
+ "admin bar (if visible)."
199
+ msgstr "بین گزینگان مدیریتی ثابت و یا گزینگان مدیریتی ابشاری انتخاب کنید."
200
+
201
+ #: ../../admin/config/index.php:27
202
+ msgid "Side Menu"
203
+ msgstr "گزینگان کناره"
204
+
205
+ #: ../../admin/config/index.php:27
206
+ msgid "Admin Bar"
207
+ msgstr " منوی مدیریت"
208
+
209
+ #: ../../admin/config/index.php:28
210
+ #, fuzzy
211
+ msgid "Posts and Pages"
212
+ msgstr "یک ستون به نوشته‌ها اضافه کن"
213
+
214
+ #: ../../admin/config/index.php:28
215
+ #, fuzzy
216
+ msgid ""
217
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
218
+ "per post in the last 365 days."
219
+ msgstr ""
220
+ "یک ستون جدید به صفحه «ویرایش ارسال» اضافه می‌کند، که شامل تعداد بازدید برای "
221
+ "هر ارسال میباشد (ممکن است مدت تحویل را زیاد کند)"
222
+
223
+ #: ../../admin/config/index.php:29
224
+ msgid "Dashboard Widgets"
225
+ msgstr ""
226
+
227
+ #: ../../admin/config/index.php:29
228
+ msgid ""
229
+ "Choose if you want to have the most important reports on your WordPress "
230
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
231
+ msgstr ""
232
+
233
+ #: ../../admin/config/index.php:30
234
+ msgid "Report Interval"
235
+ msgstr ""
236
+
237
+ #: ../../admin/config/index.php:30
238
+ msgid ""
239
+ "Enter the time range, in days, that should be used to calculate the value "
240
+ "here above."
241
+ msgstr ""
242
+
243
+ #: ../../admin/config/index.php:31
244
+ #, fuzzy
245
+ msgid "Report Type"
246
+ msgstr "گزارش ها"
247
+
248
+ #: ../../admin/config/index.php:31
249
+ msgid ""
250
+ "Select what kind of information you would like to see displayed on the Posts "
251
+ "admin screen. Pageviews include all the hits regardless of the user, Unique "
252
+ "IPs consider only one hit per user in the given time range."
253
+ msgstr ""
254
+
255
+ #: ../../admin/config/index.php:31 ../../admin/view/wp-slimstat-reports.php:90
256
+ #: ../../admin/view/wp-slimstat-reports.php:1052
257
+ #: ../../admin/view/wp-slimstat-reports.php:1196
258
+ #: ../../admin/view/wp-slimstat-reports.php:1321
259
+ msgid "Pageviews"
260
+ msgstr "مشاهدات صفحات"
261
+
262
+ #: ../../admin/config/index.php:31
263
+ #: ../../admin/view/wp-slimstat-reports.php:1052
264
+ #: ../../admin/view/wp-slimstat-reports.php:1057
265
+ #: ../../admin/view/wp-slimstat-reports.php:1062
266
+ #: ../../admin/view/wp-slimstat-reports.php:1203
267
+ #: ../../admin/view/wp-slimstat-reports.php:1240
268
+ msgid "Unique IPs"
269
+ msgstr "آی‌پی‌های یکتا"
270
+
271
+ #: ../../admin/config/index.php:32
272
+ #, fuzzy
273
+ msgid "Hide Add-ons"
274
+ msgstr "افزونه ها"
275
+
276
+ #: ../../admin/config/index.php:32
277
+ msgid ""
278
+ "Enable this option to hide all your <strong>active</strong> premium add-ons "
279
+ "from the list of plugins in WordPress. Please note that you will still "
280
+ "receive updates for hidden add-ons."
281
+ msgstr ""
282
+
283
+ #: ../../admin/config/index.php:34
284
+ msgid "Database"
285
+ msgstr "پایگاه داده"
286
+
287
+ #: ../../admin/config/index.php:35
288
+ msgid "Retain data for"
289
+ msgstr "نگاه داشتن داده برای"
290
+
291
+ #: ../../admin/config/index.php:35
292
+ #, fuzzy
293
+ msgid ""
294
+ "Clean-up log entries older than the number of days specified here above. "
295
+ "Enter <strong>0</strong> (number zero) if you want to preserve your data "
296
+ "regardless of its age."
297
+ msgstr ""
298
+ "ورودی هایی که از تعداد روزها زیر بیشتر باشد حذف میشوند. صفر وارد کنید اگر "
299
+ "مایل به حفظ داده ها صرفنظر از تاریخ آن هستید."
300
+
301
+ #: ../../admin/config/index.php:35
302
+ msgid "Next clean-up on"
303
+ msgstr "تمیزکاری بعدی در"
304
+
305
+ #: ../../admin/config/index.php:35
306
+ #, fuzzy, php-format
307
+ msgid ""
308
+ "Entries logged on or before %s will be archived or deleted according to the "
309
+ "option here below."
310
+ msgstr "ردیف‌های مربوط به روز %s و قبل از آن حذف خواهند شد."
311
+
312
+ #: ../../admin/config/index.php:35 ../../admin/view/index.php:102
313
+ #: ../../admin/view/wp-slimstat-db.php:74
314
+ #: ../../admin/view/wp-slimstat-reports.php:1183
315
+ msgid "days"
316
+ msgstr "روز"
317
+
318
+ #: ../../admin/config/index.php:36
319
+ #, fuzzy
320
+ msgid "Delete records"
321
+ msgstr "اطلاعات"
322
+
323
+ #: ../../admin/config/index.php:36
324
+ msgid ""
325
+ "If DB space is not an issue, you can decide to archive older records in "
326
+ "another table, instead of deleting them. This way performance is preserved, "
327
+ "but you will still be able to access your data at a later time, if needed. "
328
+ "Please note that the archive table (<code>wp_slim_stats_archive</code>) will "
329
+ "be <strong>deleted</strong> along with all the other tables, when Slimstat "
330
+ "is uninstalled. Make sure to backup your data before you proceed."
331
+ msgstr ""
332
+
333
+ #: ../../admin/config/index.php:51
334
+ msgid "Formats and Conversions"
335
+ msgstr ""
336
+
337
+ #: ../../admin/config/index.php:52
338
+ msgid "Number Format"
339
+ msgstr "نگارش اعداد"
340
+
341
+ #: ../../admin/config/index.php:52
342
+ #, fuzzy
343
+ msgid "Choose the number format you want to use for your reports."
344
+ msgstr ""
345
+ "نگارش مناسب برای ملاحظه گزارش اعداد را نتخاب کنید، امریکایی یا اروپایی."
346
+
347
+ #: ../../admin/config/index.php:53
348
+ #, fuzzy
349
+ msgid "Date Format"
350
+ msgstr "داده و نگارش ها"
351
+
352
+ #: ../../admin/config/index.php:53
353
+ msgid ""
354
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
355
+ "Format</a> to use when displaying a pageview's date."
356
+ msgstr ""
357
+
358
+ #: ../../admin/config/index.php:54
359
+ #, fuzzy
360
+ msgid "Time Format"
361
+ msgstr "نگارش اعداد"
362
+
363
+ #: ../../admin/config/index.php:54
364
+ msgid ""
365
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
366
+ "Format</a> to use when displaying a pageview's time."
367
+ msgstr ""
368
+
369
+ #: ../../admin/config/index.php:55
370
+ #, fuzzy
371
+ msgid "Use Display Name"
372
+ msgstr "نمایش نام صفحه نمایش"
373
+
374
+ #: ../../admin/config/index.php:55
375
+ msgid ""
376
+ "By default, users are listed by their usernames. Use this option to "
377
+ "visualize their display names instead."
378
+ msgstr ""
379
+ "به طور پیش فرظ، کاربران با نام کاربری فهرست بندی میشوند. این گزینه کاربران "
380
+ "را با نام فهرست بندی میکند."
381
+
382
+ #: ../../admin/config/index.php:56
383
+ #, fuzzy
384
+ msgid "Use Titles"
385
+ msgstr "نمایش عناوین"
386
+
387
+ #: ../../admin/config/index.php:56
388
+ #, fuzzy
389
+ msgid ""
390
+ "Slimstat converts your permalinks into post, page and category titles. "
391
+ "Disable this feature if you need to see the URL in your reports."
392
+ msgstr ""
393
+ " تمامی پیوندهای یکتا را به ارسال و صفحه تبدیل میکند. این ویژگی را غیرفعال "
394
+ "کنید اگر در گزارش به نشانی نیاز دارید"
395
+
396
+ #: ../../admin/config/index.php:57
397
+ msgid "Convert IP Addresses"
398
+ msgstr "تبدیل نشانی آی‌پی"
399
+
400
+ #: ../../admin/config/index.php:57
401
+ msgid "Display provider names instead of IP addresses."
402
+ msgstr "نمایش خدمات دهنده ها به جای ای پی"
403
+
404
+ #: ../../admin/config/index.php:59
405
+ msgid "Functionality"
406
+ msgstr "کاربردی"
407
+
408
+ #: ../../admin/config/index.php:60
409
+ msgid "SlimScroll"
410
+ msgstr ""
411
+
412
+ #: ../../admin/config/index.php:60
413
+ msgid ""
414
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
415
+ "scrollbar."
416
+ msgstr ""
417
+
418
+ #: ../../admin/config/index.php:61
419
+ msgid "Expand Details"
420
+ msgstr "گسترش جزئیات"
421
+
422
+ #: ../../admin/config/index.php:61
423
+ msgid "Expand each row's details by default, insted of on mousehover."
424
+ msgstr "گشترش جزئیات‌ هر سطر به طور پیش فرظ، به جای رویت با توقف اشاره گر"
425
+
426
+ #: ../../admin/config/index.php:62 ../../admin/config/index.php:66
427
+ msgid "Rows to Display"
428
+ msgstr "نمایش ردیف ها"
429
+
430
+ #: ../../admin/config/index.php:62
431
+ msgid "Specify the number of items in each report."
432
+ msgstr "تعداد موردها در هر گزارش را مشخص کنید."
433
+
434
+ #: ../../admin/config/index.php:64
435
+ msgid "Activity Log"
436
+ msgstr "فهرست فعالیت ها"
437
+
438
+ #: ../../admin/config/index.php:65
439
+ msgid "Live Stream"
440
+ msgstr "پخش زنده"
441
+
442
+ #: ../../admin/config/index.php:65
443
+ #, fuzzy
444
+ msgid ""
445
+ "Enable the Live view, which refreshes the Activity Log every X seconds. "
446
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
447
+ msgstr ""
448
+ "فعال کردن «نمای زنده» صفحه «همین حالا» را هر چند ثانیه تازه سازی میکند. برای "
449
+ "فیرفعال کردن صفر وارد کنید."
450
+
451
+ #: ../../admin/config/index.php:65 ../../admin/config/index.php:229
452
+ msgid "seconds"
453
+ msgstr "ثانیه"
454
+
455
+ #: ../../admin/config/index.php:66
456
+ #, fuzzy
457
+ msgid "Specify the number of items in the Activity Log."
458
+ msgstr " تعداد موردها در فهرست صفحه «همین حالا» را مشخص کنید"
459
+
460
+ #: ../../admin/config/index.php:69 ../../admin/config/index.php:96
461
+ #: ../../admin/config/index.php:246 ../../admin/config/maintenance.php:360
462
+ msgid "Miscellaneous"
463
+ msgstr "متفرقه"
464
+
465
+ #: ../../admin/config/index.php:70
466
+ msgid "Show User Agent"
467
+ msgstr "نمایش عامل کاربر "
468
+
469
+ #: ../../admin/config/index.php:70
470
+ msgid ""
471
+ "Choose if you want to see the browser name or a complete user agent string "
472
+ "when hovering on browser icons."
473
+ msgstr ""
474
+ " این گزینه را انتخاب کنید اگر میخواهید اسم مرورگر یا نام کامل کاربر را با "
475
+ "توقف اشاره گر بر روی نقشک ملاحظه کنید."
476
+
477
+ #: ../../admin/config/index.php:71
478
+ #, fuzzy
479
+ msgid "Enable SOV"
480
+ msgstr "فعال‌سازی CDN"
481
+
482
+ #: ../../admin/config/index.php:71
483
+ msgid ""
484
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
485
+ "the subject, object, and verb of a sentence appear in that order, like in "
486
+ "Japanese."
487
+ msgstr ""
488
+
489
+ #: ../../admin/config/index.php:76
490
+ msgid "Visitors and Known Users"
491
+ msgstr "بیننده و کاربران آشنا"
492
+
493
+ #: ../../admin/config/index.php:77
494
+ msgid "Track Registered Users"
495
+ msgstr "ره‌گیری کاربران ثبت شده"
496
+
497
+ #: ../../admin/config/index.php:77
498
+ msgid "Enable this option to track logged in users."
499
+ msgstr "اگر می‌خواهید کاربران وارد شده را ره‌گیری کنید این گزینه را فعال کنید."
500
+
501
+ #: ../../admin/config/index.php:78
502
+ msgid "Blacklist by Username"
503
+ msgstr " فهرست سیاه با نشانی آی‌پی"
504
+
505
+ #: ../../admin/config/index.php:78
506
+ msgid ""
507
+ "List all the usernames you don't want to track, separated by commas. Please "
508
+ "be aware that spaces are <em>not</em> ignored and that usernames are case "
509
+ "sensitive."
510
+ msgstr ""
511
+ "فهرست نام کاربرانی که نمیخواهید رهگیری کنید، تفکیک شده با ویرگول. لطفا در "
512
+ "نظر داشته باشید که فاصله ها و حروف کوچک و بزرگ نیز حساب میشود."
513
+
514
+ #: ../../admin/config/index.php:79
515
+ msgid "Blacklist by IP Address"
516
+ msgstr " فهرست سیاه با نشانی آی‌پی"
517
+
518
+ #: ../../admin/config/index.php:79
519
+ #, fuzzy
520
+ msgid ""
521
+ "List all the IP addresses you don't want to track, separated by commas. Each "
522
+ "network <strong>must</strong> be defined using the <a href='http://en."
523
+ "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
524
+ "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
525
+ "public IP and the originating IP, if available."
526
+ msgstr ""
527
+ "فهرست آی پی آدرس هایی که نمیخواهید رهگیری کنید، با ویرگول جدا شده است. هر "
528
+ "شبکه باید با استفاده از علامتگذاری<a href='http://en.wikipedia.org/wiki/"
529
+ "Classless_Inter-Domain_Routing' target='_blank'>CIDR</a> تعریف شود (مثل "
530
+ "<em>192.168.0.0/24</em>) و اگر نگارش صحیح نباشد رهگیری به درستی انجام نمیشود."
531
+
532
+ #: ../../admin/config/index.php:80
533
+ msgid "Blacklist by Capability"
534
+ msgstr "کاربران بر اساس توانایی"
535
+
536
+ #: ../../admin/config/index.php:80
537
+ msgid ""
538
+ "Users having at least one of the <a href='http://codex.wordpress.org/"
539
+ "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
540
+ "will not be tracked. Capabilities are case-insensitive."
541
+ msgstr ""
542
+ "کاربرانی که حداقل یکی از<a href='http://codex.wordpress.org/"
543
+ "Roles_and_Capabilities' target='_new'> خواص</a> زیر را داشته باشند ردگیری "
544
+ "نمیشوند (به بزرگ و کوچک بودن را دقت داشته باشید)."
545
+
546
+ #: ../../admin/config/index.php:82
547
+ msgid "Profiling"
548
+ msgstr "نمایه"
549
+
550
+ #: ../../admin/config/index.php:83
551
+ msgid "Ignore Spammers"
552
+ msgstr "نادیده گرفتن هرزها"
553
+
554
+ #: ../../admin/config/index.php:83
555
+ msgid ""
556
+ "Enable this option if you don't want to track visits from users identified "
557
+ "as spammers by third-party tools like Akismet. Pageviews generated by users "
558
+ "whose comments are later marked as spam, will also be removed from the "
559
+ "database."
560
+ msgstr ""
561
+ " اگر نمیخواهید بازدید کاربرانی که هرز شناخته شده اند (توسط برنامه هایی مثل "
562
+ "Akismet) را رهگیری کنید این گزینه را فعال کنید. بازدید های کاربرانی که بعدا "
563
+ "به صورت هرز شناخته شوند از پایگاه داده ها نیز حذف میشوند."
564
+
565
+ #: ../../admin/config/index.php:84
566
+ #, fuzzy
567
+ msgid "Ignore Bots"
568
+ msgstr "کاربران را نادیده بگیر"
569
+
570
+ #: ../../admin/config/index.php:84
571
+ msgid ""
572
+ "Turn on this feature if you want to have the accuracy level of server-side "
573
+ "tracking, but not the inconvenience of getting your database clogged with "
574
+ "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
575
+ "note that in Client mode, bots are ignored regardless of this setting."
576
+ msgstr ""
577
+
578
+ #: ../../admin/config/index.php:85
579
+ msgid "Permalinks"
580
+ msgstr "پیوندهای یکتا"
581
+
582
+ #: ../../admin/config/index.php:85
583
+ msgid ""
584
+ "List all the URLs on your website that you don't want to track, separated by "
585
+ "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
586
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
587
+ "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
588
+ "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
589
+ "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
590
+ "case-insensitive."
591
+ msgstr ""
592
+ "فهرست تمامی نشانی هایی در تارنمای شما که نمیخواهید رهگیری کنید، تفکیک شده با "
593
+ "ویرگول. نام دامنه را وارد نکنید. مثلا: <em>/about, ?p=1</em>, etc. "
594
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
595
+ "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
596
+ "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
597
+ "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
598
+ "case-insensitive."
599
+
600
+ #: ../../admin/config/index.php:86
601
+ msgid "Countries"
602
+ msgstr "کشورها"
603
+
604
+ #: ../../admin/config/index.php:86
605
+ msgid ""
606
+ "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
607
+ "track, separated by commas."
608
+ msgstr ""
609
+ "کد کشورهایی که مایل به رهگیری نیستید، تفکیک شده با ویرگول مثل <code>en-us, "
610
+ "it, es</code>"
611
+
612
+ #: ../../admin/config/index.php:87
613
+ msgid "User Agents"
614
+ msgstr "مرورگرهای کاربران"
615
+
616
+ #: ../../admin/config/index.php:87
617
+ msgid ""
618
+ "Browsers (user agents) you don't want to track, separated by commas. You can "
619
+ "specify the browser's version adding a slash after the name (i.e. "
620
+ "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
621
+ "including the empty string', <code>!</code> matches 'any character'. For "
622
+ "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
623
+ "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
624
+ msgstr ""
625
+ " Wildcards: <code>*</code> matches 'any string, including the empty string', "
626
+ "<code>!</code> matches 'any character'. For example, <code>Chr*</code> will "
627
+ "match Chrome and Chromium, <code>IE/!.0</code> will match IE/7.0 and IE/8.0. "
628
+ "Strings are case-insensitive.مرورگرهایی که نمیخواهید رهگیری کنید، تفکیک شده "
629
+ "با ویرگول. میتوانید نسخه مرورگر را نیز مشخص کنید. مثلا <em>Firefox/3.6</em>. "
630
+
631
+ #: ../../admin/config/index.php:88
632
+ msgid "Referring Sites"
633
+ msgstr "سایت ارجاع دهنده"
634
+
635
+ #: ../../admin/config/index.php:88
636
+ msgid ""
637
+ "Referring URLs that you don't want to track, separated by commas: "
638
+ "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
639
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
640
+ "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
641
+ "include either a wildcard or the protocol you want to filter (http://, "
642
+ "https://)."
643
+ msgstr ""
644
+ "نشانی های ارجاع کننده ای که مایل به رهگیری آنها نیستید، تفکیک شده با ویرگول. "
645
+ "به عنوان مثال:<code>http://mysite.com*</code>, <code>*/ignore-me-please</"
646
+ "code>, و غیره. Wildcards: <code>*</code> matches 'any string, including the "
647
+ "empty string', <code>!</code> matches 'any character'. Strings are case-"
648
+ "insensitive. Include either a wildcard or the protocol you want to filter "
649
+ "(http://, https://)."
650
+
651
+ #: ../../admin/config/index.php:90
652
+ #, fuzzy
653
+ msgid "Internal and Outbound Links"
654
+ msgstr "پیوندهای بیرونی اخیر"
655
+
656
+ #: ../../admin/config/index.php:91
657
+ msgid "Track Outbound Clicks"
658
+ msgstr "ره‌گیری کلیک های بیرونی"
659
+
660
+ #: ../../admin/config/index.php:91
661
+ msgid ""
662
+ "Track when your visitors click on link to external websites. This option "
663
+ "required Spy Mode to be enabled."
664
+ msgstr ""
665
+ "پیوندهایی که بازدیدکننده را به خارج از پایگاه ها میبرد رهگیری کنید. این "
666
+ "گزینه نیاز به فعال کردن دید دزدکی دارد."
667
+
668
+ #: ../../admin/config/index.php:92
669
+ #, fuzzy
670
+ msgid "Track Coordinates"
671
+ msgstr " حالت ردگیری"
672
+
673
+ #: ../../admin/config/index.php:92
674
+ msgid ""
675
+ "Collect mouse coordinates and other information for clicks on internal "
676
+ "links. Strongly recommended if you're using the heatmap add-on. By default, "
677
+ "this information is only collected for external links."
678
+ msgstr ""
679
+
680
+ #: ../../admin/config/index.php:93
681
+ msgid "No Callback"
682
+ msgstr ""
683
+
684
+ #: ../../admin/config/index.php:93
685
+ msgid ""
686
+ "Track the event but do not invoke the callback function on links marked with "
687
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
688
+ "attribute contains one of these strings (separated by comma). Useful to "
689
+ "prevent conflicts with lightbox and similar libraries."
690
+ msgstr ""
691
+
692
+ #: ../../admin/config/index.php:94
693
+ msgid "Do Not Track"
694
+ msgstr ""
695
+
696
+ #: ../../admin/config/index.php:94
697
+ msgid ""
698
+ "Do not track links marked with one of these class names, <em>rel</em> "
699
+ "attributes or whose <em>href</em> attribute contains one of these strings "
700
+ "(separated by comma)."
701
+ msgstr ""
702
+
703
+ #: ../../admin/config/index.php:97
704
+ msgid "Enable Privacy Mode"
705
+ msgstr "فعال کردن حالت حریم"
706
+
707
+ #: ../../admin/config/index.php:97
708
+ msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
709
+ msgstr "این گزینه نشانی آی‌پی بیننده را طبق قوانین حریم خصوصی اروپا پنهان میکند"
710
+
711
+ #: ../../admin/config/index.php:98
712
+ msgid "Ignore Prefetch Requests"
713
+ msgstr "نادیده گرفتن درخواست صفحه‌بندی"
714
+
715
+ #: ../../admin/config/index.php:98
716
+ #, fuzzy
717
+ msgid ""
718
+ "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
719
+ "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
720
+ "target='_blank'>Link Prefetching functionality</a>."
721
+ msgstr ""
722
+ "جلوگیری کردن از ردگیری بازدیدهایی که توسط <a href='https://developer.mozilla."
723
+ "org/en/Link_prefetching_FAQ' target='_blank'>صفحه‌بندی</a> برنامه Firefox "
724
+ "صورت میگیرد."
725
+
726
+ #: ../../admin/config/index.php:114
727
+ msgid "Ignore users (username not found)"
728
+ msgstr "نادیده گرفتن کاربر(شناسه کاربر یافت نشد)"
729
+
730
+ #: ../../admin/config/index.php:137
731
+ msgid ""
732
+ "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
733
+ "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
734
+ msgstr ""
735
+ "توانایی صحیح نمیباشد. لطفا برای اطلاع بیشتر به صفحه<a href=\"http://codex."
736
+ "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
737
+ "مراجعه کنید."
738
+
739
+ #: ../../admin/config/index.php:148
740
+ msgid "Restrict Authors"
741
+ msgstr "محدود کردن نویسنده‌ها"
742
+
743
+ #: ../../admin/config/index.php:148
744
+ #, fuzzy
745
+ msgid ""
746
+ "Enable this option if you want your authors to only see stats related to "
747
+ "their own content."
748
+ msgstr ""
749
+ "اگر میخواهید نویسنده ها فقط آمار مربوط به محتوای خود را رویت کنند این گزینه "
750
+ "را فعال کنید."
751
+
752
+ #: ../../admin/config/index.php:149 ../../admin/config/index.php:153
753
+ msgid "Capability"
754
+ msgstr "کاربران بر اساس توانایی"
755
+
756
+ #: ../../admin/config/index.php:149
757
+ #, fuzzy
758
+ msgid ""
759
+ "Specify the minimum <a href='http://codex.wordpress.org/"
760
+ "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
761
+ "reports (default: <code>activate_plugins</code>). If this field is empty, "
762
+ "<strong>all your users</strong> (including subscribers) will have access to "
763
+ "the reports, unless a 'Read access' whitelist has been specified here below. "
764
+ "In this case, the list has precedence over the capability."
765
+ msgstr ""
766
+ "حداقل<a href='http://codex.wordpress.org/Roles_and_Capabilities' "
767
+ "target='_new'> توانایی</a> برای دسترسی به گزارش های را مشخص کنید. اگر این "
768
+ "ناحیه خالی باشد همه کاربران (از جمله مشترکین) به گزارش ها دسترسی خواهند "
769
+ "داشت، مگر اینکه اجازه فهرست سفید اینجا مشخص شود. در این صورت فهرست اولویت "
770
+ "میگیرد بر قابلیت."
771
+
772
+ #: ../../admin/config/index.php:150 ../../admin/config/index.php:154
773
+ msgid "Whitelist"
774
+ msgstr "فهرست سفید"
775
+
776
+ #: ../../admin/config/index.php:150
777
+ msgid ""
778
+ "List all the users who should have access to the reports, separated by "
779
+ "commas. Administrators are implicitly allowed, so you don't need to list "
780
+ "them in here. Usernames are case sensitive."
781
+ msgstr ""
782
+ "فهرست کاربرانی که به گزارش ها دسترسی دارند، تفکیک شده با ویرگول. مدیرها به "
783
+ "طور کامل دسترسی دارند و نیاز به وارد کردن اینجا نخواهند داشت. کوچک و بزرگ "
784
+ "بودن حروف مهم است."
785
+
786
+ #: ../../admin/config/index.php:153
787
+ #, fuzzy
788
+ msgid ""
789
+ "Specify the minimum <a href='http://codex.wordpress.org/"
790
+ "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
791
+ "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
792
+ "can be used to override this option for specific users."
793
+ msgstr ""
794
+ "حداقل<a href='http://codex.wordpress.org/Roles_and_Capabilities' "
795
+ "target='_new'> توانایی</a> برای دسترسی برای تنظیمات را مشخص کنید. این فهرست "
796
+ "سفید اختیارات کاربران خاص را لفو میکند."
797
+
798
+ #: ../../admin/config/index.php:154
799
+ msgid ""
800
+ "List all the users who can edit these options, separated by commas. Please "
801
+ "be advised that admins <strong>are not</strong> implicitly allowed, so do "
802
+ "not forget to include yourself! Usernames are case sensitive."
803
+ msgstr ""
804
+ "فهرست کاربرانی که توانایی ویرایش این گزینه ها را دارند، تفکیک شده با ویرگول. "
805
+ "از وارد کردن نام خود در این فهرست مطمئن شوید."
806
+
807
+ #: ../../admin/config/index.php:170
808
+ msgid "Read access: username not found"
809
+ msgstr "دست‌رسی خواندن: شناسه کاربری یافت نشد"
810
+
811
+ #: ../../admin/config/index.php:183 ../../admin/config/index.php:214
812
+ msgid ""
813
+ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
814
+ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
815
+ "information"
816
+ msgstr ""
817
+ "حداقل توانایی صحیح نیست. لطفا برای اطلاع بیشتر به صفحه<a href=\"http://codex."
818
+ "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> نقش و توانایی</a> "
819
+ "مراجعه کنید."
820
+
821
+ #: ../../admin/config/index.php:201
822
+ msgid "Config access: username not found"
823
+ msgstr "دست‌رسی پیکربندی: شناسه کاربری یافت نشد"
824
+
825
+ #: ../../admin/config/index.php:228
826
+ msgid "Detect Smoothing"
827
+ msgstr "یافتن اسموتینگ"
828
+
829
+ #: ../../admin/config/index.php:228
830
+ msgid ""
831
+ "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
832
+ "This option required Spy Mode to be enabled."
833
+ msgstr ""
834
+ " تشخیص دادن مرورگرهایی که از ضد-بدنمایی (font smoothing) استفاده میکنند. این "
835
+ "گزینه نیاز به فعال کردن «دید دزدکی» دارد."
836
+
837
+ #: ../../admin/config/index.php:229
838
+ msgid "Session Duration"
839
+ msgstr "مدت جلسه"
840
+
841
+ #: ../../admin/config/index.php:229
842
+ #, fuzzy
843
+ msgid ""
844
+ "How many seconds should a human session last? Google Analytics sets it to "
845
+ "1800 seconds."
846
+ msgstr ""
847
+ "چند ثانیه جلسه (انسان) در پایگاه به طول انجامد؟ گوگل آنالیتیک این مقدار را "
848
+ "۱۸۰۰ ثانیه در نظر می‌گیرد."
849
+
850
+ #: ../../admin/config/index.php:230
851
+ msgid "Extend Session"
852
+ msgstr "گسترش جلسه"
853
+
854
+ #: ../../admin/config/index.php:230
855
+ msgid "Extend the duration of a session each time the user visits a new page."
856
+ msgstr ""
857
+ "هر بار که کاربر یک صفحه جدید را دیدن می‌کند مدت جلسه را به این مقدار گسترش "
858
+ "می‌دهد."
859
+
860
+ #: ../../admin/config/index.php:231
861
+ msgid "Enable CDN"
862
+ msgstr "فعال‌سازی CDN"
863
+
864
+ #: ../../admin/config/index.php:231
865
+ msgid ""
866
+ "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
867
+ "by serving our tracking code from their fast and reliable network (free "
868
+ "service)."
869
+ msgstr ""
870
+ "از سی دی اِن <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a> "
871
+ "استفاده کنید و از خدمات ردگیری ما در شبکه سریع و مطمئن بهره مند شوید "
872
+ "(رایگان)."
873
+
874
+ #: ../../admin/config/index.php:232
875
+ msgid "Extensions to Track"
876
+ msgstr "پسوندهایی که رهیابی شوند"
877
+
878
+ #: ../../admin/config/index.php:232
879
+ msgid ""
880
+ "List all the file extensions that you want to be treated as Downloads. "
881
+ "Please note that links pointing to external resources (i.e. PDFs on a "
882
+ "different website) are considered Downloads and not Outbound Links (and "
883
+ "tracked as such), if their extension matches one of the ones listed here "
884
+ "below."
885
+ msgstr ""
886
+ "فهرست تمامی پسونده هایی که میخواهد مانند بارگیری حساب شود. لطفا در نظر داشته "
887
+ "باشید که پیوندهای منابع خارجی (مثل پی دی اف در پایگاه دیگر) بارگیری محسوب "
888
+ "میشود و نه پیوند بیرونی اگر پسوند آنها با این فهرست تطبیق داشته باشد."
889
+
890
+ #: ../../admin/config/index.php:234
891
+ #, fuzzy
892
+ msgid "External Pages"
893
+ msgstr "همه مشاهدات صفحات"
894
+
895
+ #: ../../admin/config/index.php:235
896
+ msgid ""
897
+ "Add the following code to all the non-WP pages you want to track, right "
898
+ "before the closing BODY tag"
899
+ msgstr ""
900
+
901
+ #: ../../admin/config/index.php:245
902
+ #, fuzzy
903
+ msgid "Allow External Domains"
904
+ msgstr "پیوند خارجی خطرناک"
905
+
906
+ #: ../../admin/config/index.php:245
907
+ msgid ""
908
+ "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
909
+ "header is present on the requested resource, when using the external "
910
+ "tracking code here above, list the domains (complete with scheme, separated "
911
+ "by commas) you would like to allow. For example: <code>http://my.domain.ext</"
912
+ "code> (no trailing slash). Please see <a href='http://www.w3.org/TR/cors/"
913
+ "#security' target='_blank'>this W3 resource</a> for more information on the "
914
+ "security implications of allowing CORS requests."
915
+ msgstr ""
916
+
917
+ #: ../../admin/config/index.php:247
918
+ msgid "Debug Mode"
919
+ msgstr ""
920
+
921
+ #: ../../admin/config/index.php:247
922
+ msgid "Display the SQL queries used to retrieve the data."
923
+ msgstr ""
924
+
925
+ #: ../../admin/config/index.php:248
926
+ msgid "IP Lookup"
927
+ msgstr "ره‌گیری بر اساس نشانی آی‌پی"
928
+
929
+ #: ../../admin/config/index.php:248
930
+ msgid "Customize the Geolocation service to be used in the reports."
931
+ msgstr "خدمات مکان-جفرافی برای گزارش ها را دلخواه کنید. "
932
+
933
+ #: ../../admin/config/index.php:249
934
+ msgid "Custom CSS"
935
+ msgstr "سی‌اس‌اس دلخواه"
936
+
937
+ #: ../../admin/config/index.php:249
938
+ #, fuzzy
939
+ msgid ""
940
+ "Paste here your custom stylesheet to personalize the way your reports look. "
941
+ "<a href='https://slimstat.freshdesk.com/support/solutions/"
942
+ "articles/5000528528-how-can-i-change-the-colors-associated-to-color-coded-"
943
+ "pageviews-known-user-known-visitors-search-e' target='_blank'>Check the FAQ</"
944
+ "a> for more information on how to use this setting."
945
+ msgstr ""
946
+ "سی‌اس‌اس دلخواه خود را اینجا وارد کنید و گزارش ها را شخصی کنید. برای اطلاع "
947
+ "بیشتر به<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
948
+ "target='_blank'> سوالهای رایج</a> مراجعه کنید."
949
+
950
+ #: ../../admin/config/index.php:250
951
+ msgid "Enable UAN"
952
+ msgstr "فعال‌سازی UAN"
953
+
954
+ #: ../../admin/config/index.php:250
955
+ #, fuzzy
956
+ msgid ""
957
+ "Send anonymous data about user agents to our server for analysis. This "
958
+ "allows us to contribute to the <a href='http://browscap.org/' "
959
+ "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
960
+ "Slimstat's browser detection functionality. It also enables our transparent "
961
+ "ads network. No worries, your site will not be affected in any way."
962
+ msgstr ""
963
+ " میتوانید اطلاعات کابر مشکوک را برای تحلیل به صورت ناشناس برای ما ارسال "
964
+ "کنید. با کمک کردن به <a href='http://browscap.co/' target='_blank'>BrowsCap "
965
+ "opensource project</a> توانایی برنامه برای شناختن مرورگرها را بیشتر میشود."
966
+
967
+ #: ../../admin/config/maintenance.php:16
968
+ #, fuzzy
969
+ msgid ""
970
+ "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
971
+ "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
972
+ msgstr ""
973
+ "تبریک! برنامه اکنون برای<a href=\"http://www.youtube.com/watch?"
974
+ "v=ygE01sOhzz0\" target=\"_blank\"> سرعت</a> بهینه شده است."
975
+
976
+ #: ../../admin/config/maintenance.php:23
977
+ #, fuzzy
978
+ msgid "Indexing has been disabled. Enjoy the extra database space!"
979
+ msgstr ""
980
+ "اندیس گری با موفقیت غیر فعال شد. از فضای اضافه که پایگاه داده ها بدست آورید "
981
+ "لذت ببرید! "
982
+
983
+ #: ../../admin/config/maintenance.php:34
984
+ msgid "records deleted from your database."
985
+ msgstr "اطلاعات از پایگاه داده ها حذف شد."
986
+
987
+ #: ../../admin/config/maintenance.php:39
988
+ msgid "The geolocation database has been uninstalled from your server."
989
+ msgstr ""
990
+
991
+ #: ../../admin/config/maintenance.php:49
992
+ msgid "The geolocation database has been installed on your server."
993
+ msgstr ""
994
+
995
+ #: ../../admin/config/maintenance.php:157
996
+ msgid ""
997
+ "Your data was successfully imported. You may now drop the old tables: "
998
+ "wp_slim_stats_3, wp_slim_browsers, wp_slim_content_info, wp_slim_screenres, "
999
+ "wp_slim_outbound. Please note: if you are using Slimstat in a MU network, "
1000
+ "you will need to run the import script on all your sites before you can "
1001
+ "delete the old tables."
1002
+ msgstr ""
1003
+
1004
+ #: ../../admin/config/maintenance.php:164
1005
+ msgid "Your reports were successfully restored to their default arrangement."
1006
+ msgstr "گزارش ها با موفقیت به حالت پیش فرض بازنشانی شدند."
1007
+
1008
+ #: ../../admin/config/maintenance.php:174
1009
+ #, fuzzy
1010
+ msgid "Your Slimstat tables have been successfully converted to InnoDB."
1011
+ msgstr "جداول WP SlimStat با موفقیت به InnoDB تبدیل شد."
1012
+
1013
+ #: ../../admin/config/maintenance.php:180
1014
+ #, fuzzy
1015
+ msgid "All the archived records were successfully deleted."
1016
+ msgstr "همه اطلاعات با موفقیت حذف شد."
1017
+
1018
+ #: ../../admin/config/maintenance.php:188
1019
+ msgid "All the records were successfully deleted."
1020
+ msgstr "همه اطلاعات با موفقیت حذف شد."
1021
+
1022
+ #: ../../admin/config/maintenance.php:210
1023
+ msgid "MaxMind IP to Country"
1024
+ msgstr ""
1025
+
1026
+ #: ../../admin/config/maintenance.php:216
1027
+ msgid ""
1028
+ "Do you want to download and install the geolocation database from MaxMind's "
1029
+ "server?"
1030
+ msgstr ""
1031
+
1032
+ #: ../../admin/config/maintenance.php:216
1033
+ msgid "Install GeoLite DB"
1034
+ msgstr ""
1035
+
1036
+ #: ../../admin/config/maintenance.php:219
1037
+ msgid "Do you want to uninstall the geolocation database?"
1038
+ msgstr ""
1039
+
1040
+ #: ../../admin/config/maintenance.php:219
1041
+ msgid "Uninstall GeoLite DB"
1042
+ msgstr ""
1043
+
1044
+ #: ../../admin/config/maintenance.php:223
1045
+ msgid ""
1046
+ "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1047
+ "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
1048
+ "released under the Creative Commons BY-SA 3.0 license, and cannot be "
1049
+ "directly bundled with the plugin because of license incompatibility issues. "
1050
+ "We are mandated to have the user take an affirmative action in order to "
1051
+ "enable this functionality."
1052
+ msgstr ""
1053
+
1054
+ #: ../../admin/config/maintenance.php:228
1055
+ msgid "Database Information"
1056
+ msgstr "اطلاعات پایگاه داده"
1057
+
1058
+ #: ../../admin/config/maintenance.php:231
1059
+ msgid "Engine"
1060
+ msgstr "موتور"
1061
+
1062
+ #: ../../admin/config/maintenance.php:235
1063
+ msgid "switch to InnoDB"
1064
+ msgstr "تغییر حالت به InnoDB"
1065
+
1066
+ #: ../../admin/config/maintenance.php:246
1067
+ #: ../../admin/view/wp-slimstat-reports.php:1178
1068
+ msgid "records"
1069
+ msgstr "اطلاعات"
1070
+
1071
+ #: ../../admin/config/maintenance.php:251
1072
+ msgid "Data Maintenance"
1073
+ msgstr "تعمیر داده ها"
1074
+
1075
+ #: ../../admin/config/maintenance.php:254
1076
+ msgid "Delete pageviews where"
1077
+ msgstr "حذف بازدید‌ها وقتی"
1078
+
1079
+ #: ../../admin/config/maintenance.php:268 ../../admin/view/index.php:16
1080
+ msgid "equals"
1081
+ msgstr "مساوی‌ست با"
1082
+
1083
+ #: ../../admin/config/maintenance.php:269 ../../admin/view/index.php:17
1084
+ msgid "is not equal to"
1085
+ msgstr "مساوی نیست با"
1086
+
1087
+ #: ../../admin/config/maintenance.php:270 ../../admin/view/index.php:18
1088
+ msgid "contains"
1089
+ msgstr "شامل"
1090
+
1091
+ #: ../../admin/config/maintenance.php:271 ../../admin/view/index.php:19
1092
+ msgid "is included in"
1093
+ msgstr ""
1094
+
1095
+ #: ../../admin/config/maintenance.php:272 ../../admin/view/index.php:20
1096
+ msgid "does not contain"
1097
+ msgstr "ناشامل"
1098
+
1099
+ #: ../../admin/config/maintenance.php:273 ../../admin/view/index.php:21
1100
+ msgid "starts with"
1101
+ msgstr "شروع می‌شود با"
1102
+
1103
+ #: ../../admin/config/maintenance.php:274 ../../admin/view/index.php:22
1104
+ msgid "ends with"
1105
+ msgstr "پایان می‌یابد با"
1106
+
1107
+ #: ../../admin/config/maintenance.php:275 ../../admin/view/index.php:23
1108
+ msgid "sounds like"
1109
+ msgstr " شبیه به"
1110
+
1111
+ #: ../../admin/config/maintenance.php:276 ../../admin/view/index.php:24
1112
+ msgid "is greater than"
1113
+ msgstr "بزرگ‌تر است از"
1114
+
1115
+ #: ../../admin/config/maintenance.php:277 ../../admin/view/index.php:25
1116
+ msgid "is less than"
1117
+ msgstr "کوچک‌تر است از"
1118
+
1119
+ #: ../../admin/config/maintenance.php:278 ../../admin/view/index.php:27
1120
+ msgid "matches"
1121
+ msgstr "مطابق است با"
1122
+
1123
+ #: ../../admin/config/maintenance.php:279 ../../admin/view/index.php:28
1124
+ msgid "does not match"
1125
+ msgstr "مطابق نیست"
1126
+
1127
+ #: ../../admin/config/maintenance.php:280 ../../admin/view/index.php:29
1128
+ msgid "is empty"
1129
+ msgstr "خالی‌ است"
1130
+
1131
+ #: ../../admin/config/maintenance.php:281 ../../admin/view/index.php:30
1132
+ msgid "is not empty"
1133
+ msgstr "خالی نیست"
1134
+
1135
+ #: ../../admin/config/maintenance.php:284 ../../admin/view/index.php:42
1136
+ #: ../../admin/view/index.php:105
1137
+ msgid "Apply"
1138
+ msgstr "انجام"
1139
+
1140
+ #: ../../admin/config/maintenance.php:285
1141
+ msgid ""
1142
+ "Are you sure you want to PERMANENTLY delete these records from your database?"
1143
+ msgstr ""
1144
+ "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1145
+
1146
+ #: ../../admin/config/maintenance.php:292
1147
+ msgid ""
1148
+ "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1149
+ "database?"
1150
+ msgstr ""
1151
+ "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1152
+
1153
+ #: ../../admin/config/maintenance.php:292
1154
+ #, fuzzy
1155
+ msgid "Delete All Records"
1156
+ msgstr "حذف همه صفحات"
1157
+
1158
+ #: ../../admin/config/maintenance.php:295
1159
+ #, fuzzy
1160
+ msgid ""
1161
+ "Erase all the information collected so far by Slimstat, including the "
1162
+ "archive. This operation <strong>does not</strong> reset your settings."
1163
+ msgstr ""
1164
+ "حذف همه اطلاعاتی که تا حال توسط WP SlimStat جمع آوری شده است. این عملیات "
1165
+ "تنظیمات را بازنشانی نمیکند."
1166
+
1167
+ #: ../../admin/config/maintenance.php:301
1168
+ #, fuzzy
1169
+ msgid ""
1170
+ "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1171
+ "archive?"
1172
+ msgstr ""
1173
+ "آیا مطمئن هستید که می‌خواهید همه‌ی این اطلاعات را از پایگاه داده حذف کنید؟"
1174
+
1175
+ #: ../../admin/config/maintenance.php:301
1176
+ #, fuzzy
1177
+ msgid "Delete Archive"
1178
+ msgstr "حذف بازدید‌ها وقتی"
1179
+
1180
+ #: ../../admin/config/maintenance.php:304
1181
+ msgid "Erase all the archived records. This operation cannot be undone."
1182
+ msgstr ""
1183
+
1184
+ #: ../../admin/config/maintenance.php:310
1185
+ msgid "Improve Performance"
1186
+ msgstr "بهبود عملکرد"
1187
+
1188
+ #: ../../admin/config/maintenance.php:314
1189
+ msgid ""
1190
+ "Please note that you will need about 30% more DB space to store the extra "
1191
+ "information required."
1192
+ msgstr ""
1193
+ "در نظر داشته باشید که زخیره کردن این اطلاعات ٪۳۰ درصد حجم بیشتر در پایگاه "
1194
+ "داده اشغال میکند."
1195
+
1196
+ #: ../../admin/config/maintenance.php:318
1197
+ msgid "Save DB Space"
1198
+ msgstr "زخیره کردن پایگاه داده"
1199
+
1200
+ #: ../../admin/config/maintenance.php:321
1201
+ #, fuzzy
1202
+ msgid ""
1203
+ "Please note that by removing table indexes, Slimstat's performance will be "
1204
+ "affected."
1205
+ msgstr ""
1206
+ "در نظر داشته باشید که حذف کردن شاخص بر عملکرد WP SlimStat تاثیر میگذارد"
1207
+
1208
+ #: ../../admin/config/maintenance.php:328
1209
+ msgid ""
1210
+ "Hold on tight, we are about to import all your old data. Are you sure you "
1211
+ "want to proceed?"
1212
+ msgstr ""
1213
+
1214
+ #: ../../admin/config/maintenance.php:328
1215
+ #, fuzzy
1216
+ msgid "Import old data"
1217
+ msgstr "وارد و صادر"
1218
+
1219
+ #: ../../admin/config/maintenance.php:331
1220
+ msgid ""
1221
+ "Import all the records from the old table structure. No data will be deleted "
1222
+ "from your database."
1223
+ msgstr ""
1224
+
1225
+ #: ../../admin/config/maintenance.php:335
1226
+ msgid "Import and Export"
1227
+ msgstr "وارد و صادر"
1228
+
1229
+ #: ../../admin/config/maintenance.php:339
1230
+ msgid ""
1231
+ "Here below you can find the current configuration string for Slimstat. You "
1232
+ "can update your settings by pasting a new string inside the text area and "
1233
+ "clicking the Import button."
1234
+ msgstr ""
1235
+
1236
+ #: ../../admin/config/maintenance.php:344
1237
+ msgid "Import"
1238
+ msgstr "واردات"
1239
+
1240
+ #: ../../admin/config/maintenance.php:345
1241
+ msgid "Are you sure you want to OVERWRITE your current settings?"
1242
+ msgstr "مطمئنید می‌خواهید تنظیمات را بازنشانی کنید؟"
1243
+
1244
+ #: ../../admin/config/maintenance.php:350
1245
+ msgid "Debugging"
1246
+ msgstr ""
1247
+
1248
+ #: ../../admin/config/maintenance.php:353
1249
+ msgid "Tracker Error Code"
1250
+ msgstr ""
1251
+
1252
+ #: ../../admin/config/maintenance.php:355
1253
+ #, fuzzy
1254
+ msgid "recorded on"
1255
+ msgstr "اطلاعات"
1256
+
1257
+ #: ../../admin/config/maintenance.php:355
1258
+ msgid "No Errors so far"
1259
+ msgstr ""
1260
+
1261
+ #: ../../admin/config/maintenance.php:356
1262
+ msgid ""
1263
+ "The information here above is useful to troubleshoot issues with the "
1264
+ "tracker. Please include this code when sending a support request."
1265
+ msgstr ""
1266
+
1267
+ #: ../../admin/config/maintenance.php:363
1268
+ msgid "Reset Reports"
1269
+ msgstr "تنظیم مجدد گزارش ها"
1270
+
1271
+ #: ../../admin/config/maintenance.php:366
1272
+ msgid ""
1273
+ "Are you sure you want to restore the default arrangement of your reports?"
1274
+ msgstr " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها را بازنشانی کنید؟"
1275
+
1276
+ #: ../../admin/config/maintenance.php:366
1277
+ msgid "No Panic Button"
1278
+ msgstr "دکمه خطر نباشد"
1279
+
1280
+ #: ../../admin/config/maintenance.php:367
1281
+ #, fuzzy
1282
+ msgid ""
1283
+ "Reset the default arrangement of your reports. Helpful when, for some "
1284
+ "reason, reports disappear from your panels or something doesn't look right "
1285
+ "in your views."
1286
+ msgstr ""
1287
+ " آیا مطمئنید که می‌خواهید تنظیم پیش فرظ گزارش ها به حالت پیش فرض بازنشانی "
1288
+ "کنید. این در برطرف کردن ناپدید شدن گزارش ها مفید است."
1289
+
1290
+ # Unknown
1291
+ #: ../../admin/lang/dynamic_strings.php:3
1292
+ msgid "xx"
1293
+ msgstr "xx"
1294
+
1295
+ #: ../../admin/lang/dynamic_strings.php:4
1296
+ msgid "unknown"
1297
+ msgstr "مجهول"
1298
+
1299
+ #: ../../admin/lang/dynamic_strings.php:5
1300
+ msgid "win8.1"
1301
+ msgstr ""
1302
+
1303
+ #: ../../admin/lang/dynamic_strings.php:6
1304
+ msgid "win8"
1305
+ msgstr ""
1306
+
1307
+ #: ../../admin/lang/dynamic_strings.php:7
1308
+ msgid "win7"
1309
+ msgstr ""
1310
+
1311
+ #: ../../admin/lang/dynamic_strings.php:8
1312
+ msgid "winvista"
1313
+ msgstr ""
1314
+
1315
+ #: ../../admin/lang/dynamic_strings.php:9
1316
+ msgid "win2003"
1317
+ msgstr ""
1318
+
1319
+ #: ../../admin/lang/dynamic_strings.php:10
1320
+ msgid "winxp"
1321
+ msgstr ""
1322
+
1323
+ #: ../../admin/lang/dynamic_strings.php:11
1324
+ msgid "winnt"
1325
+ msgstr ""
1326
+
1327
+ #: ../../admin/lang/dynamic_strings.php:12
1328
+ msgid "win2000"
1329
+ msgstr ""
1330
+
1331
+ #: ../../admin/lang/dynamic_strings.php:13
1332
+ msgid "winme"
1333
+ msgstr ""
1334
+
1335
+ #: ../../admin/lang/dynamic_strings.php:14
1336
+ msgid "win98"
1337
+ msgstr ""
1338
+
1339
+ #: ../../admin/lang/dynamic_strings.php:15
1340
+ msgid "win95"
1341
+ msgstr ""
1342
+
1343
+ #: ../../admin/lang/dynamic_strings.php:16
1344
+ msgid "win31"
1345
+ msgstr ""
1346
+
1347
+ #: ../../admin/lang/dynamic_strings.php:17
1348
+ msgid "win32"
1349
+ msgstr ""
1350
+
1351
+ #: ../../admin/lang/dynamic_strings.php:18
1352
+ msgid "win16"
1353
+ msgstr ""
1354
+
1355
+ #: ../../admin/lang/dynamic_strings.php:19
1356
+ msgid "mac68k"
1357
+ msgstr ""
1358
+
1359
+ #: ../../admin/lang/dynamic_strings.php:20
1360
+ msgid "macosx"
1361
+ msgstr ""
1362
+
1363
+ #: ../../admin/lang/dynamic_strings.php:21
1364
+ msgid "macppc"
1365
+ msgstr ""
1366
+
1367
+ #: ../../admin/lang/dynamic_strings.php:22
1368
+ msgid "mac"
1369
+ msgstr ""
1370
+
1371
+ #: ../../admin/lang/dynamic_strings.php:23
1372
+ msgid "os/2"
1373
+ msgstr ""
1374
+
1375
+ #: ../../admin/lang/dynamic_strings.php:24
1376
+ msgid "sunos"
1377
+ msgstr ""
1378
+
1379
+ #: ../../admin/lang/dynamic_strings.php:25
1380
+ msgid "solaris"
1381
+ msgstr ""
1382
+
1383
+ #: ../../admin/lang/dynamic_strings.php:26
1384
+ msgid "unix"
1385
+ msgstr ""
1386
+
1387
+ #: ../../admin/lang/dynamic_strings.php:27
1388
+ msgid "irix"
1389
+ msgstr ""
1390
+
1391
+ #: ../../admin/lang/dynamic_strings.php:28
1392
+ msgid "hp-ux"
1393
+ msgstr ""
1394
+
1395
+ #: ../../admin/lang/dynamic_strings.php:29
1396
+ msgid "aix"
1397
+ msgstr ""
1398
+
1399
+ #: ../../admin/lang/dynamic_strings.php:30
1400
+ msgid "beos"
1401
+ msgstr ""
1402
+
1403
+ #: ../../admin/lang/dynamic_strings.php:31
1404
+ msgid "cygwin"
1405
+ msgstr ""
1406
+
1407
+ #: ../../admin/lang/dynamic_strings.php:32
1408
+ msgid "digital unix"
1409
+ msgstr ""
1410
+
1411
+ #: ../../admin/lang/dynamic_strings.php:33
1412
+ msgid "risc os"
1413
+ msgstr ""
1414
+
1415
+ #: ../../admin/lang/dynamic_strings.php:34
1416
+ msgid "openvms"
1417
+ msgstr ""
1418
+
1419
+ #: ../../admin/lang/dynamic_strings.php:35
1420
+ msgid "linux"
1421
+ msgstr ""
1422
+
1423
+ #: ../../admin/lang/dynamic_strings.php:36
1424
+ msgid "freebsd"
1425
+ msgstr ""
1426
+
1427
+ #: ../../admin/lang/dynamic_strings.php:37
1428
+ msgid "openbsd"
1429
+ msgstr ""
1430
+
1431
+ #: ../../admin/lang/dynamic_strings.php:38
1432
+ msgid "netbsd"
1433
+ msgstr ""
1434
+
1435
+ #: ../../admin/lang/dynamic_strings.php:39
1436
+ msgid "debian"
1437
+ msgstr ""
1438
+
1439
+ #: ../../admin/lang/dynamic_strings.php:40
1440
+ msgid "amiga"
1441
+ msgstr ""
1442
+
1443
+ #: ../../admin/lang/dynamic_strings.php:41
1444
+ msgid "android"
1445
+ msgstr ""
1446
+
1447
+ #: ../../admin/lang/dynamic_strings.php:42
1448
+ msgid "wyderos"
1449
+ msgstr ""
1450
+
1451
+ #: ../../admin/lang/dynamic_strings.php:43
1452
+ msgid "iphone osx"
1453
+ msgstr ""
1454
+
1455
+ #: ../../admin/lang/dynamic_strings.php:44
1456
+ msgid "ios"
1457
+ msgstr "ios"
1458
+
1459
+ #: ../../admin/lang/dynamic_strings.php:45
1460
+ msgid "palm"
1461
+ msgstr ""
1462
+
1463
+ #: ../../admin/lang/dynamic_strings.php:46
1464
+ msgid "wap"
1465
+ msgstr ""
1466
+
1467
+ #: ../../admin/lang/dynamic_strings.php:47
1468
+ msgid "java"
1469
+ msgstr ""
1470
+
1471
+ #: ../../admin/lang/dynamic_strings.php:48
1472
+ msgid "winphone7"
1473
+ msgstr ""
1474
+
1475
+ #: ../../admin/lang/dynamic_strings.php:49
1476
+ msgid "winphone7.5"
1477
+ msgstr ""
1478
+
1479
+ #: ../../admin/lang/dynamic_strings.php:50
1480
+ msgid "winphone8"
1481
+ msgstr ""
1482
+
1483
+ #: ../../admin/lang/dynamic_strings.php:51
1484
+ msgid "winphone8.1"
1485
+ msgstr ""
1486
+
1487
+ #: ../../admin/lang/dynamic_strings.php:52
1488
+ msgid "wince"
1489
+ msgstr ""
1490
+
1491
+ #: ../../admin/lang/dynamic_strings.php:53
1492
+ msgid "symbianos"
1493
+ msgstr ""
1494
+
1495
+ #: ../../admin/lang/dynamic_strings.php:54
1496
+ msgid "blackberry os"
1497
+ msgstr ""
1498
+
1499
+ #: ../../admin/lang/dynamic_strings.php:55
1500
+ msgid "webos"
1501
+ msgstr ""
1502
+
1503
+ #: ../../admin/lang/dynamic_strings.php:56
1504
+ msgid "p-and"
1505
+ msgstr ""
1506
+
1507
+ #: ../../admin/lang/dynamic_strings.php:57
1508
+ msgid "p-bla"
1509
+ msgstr ""
1510
+
1511
+ #: ../../admin/lang/dynamic_strings.php:58
1512
+ msgid "p-chr"
1513
+ msgstr ""
1514
+
1515
+ #: ../../admin/lang/dynamic_strings.php:59
1516
+ msgid "p-fir"
1517
+ msgstr ""
1518
+
1519
+ #: ../../admin/lang/dynamic_strings.php:60
1520
+ msgid "p-fre"
1521
+ msgstr ""
1522
+
1523
+ #: ../../admin/lang/dynamic_strings.php:61
1524
+ msgid "p-ios"
1525
+ msgstr ""
1526
+
1527
+ #: ../../admin/lang/dynamic_strings.php:62
1528
+ msgid "p-jav"
1529
+ msgstr ""
1530
+
1531
+ #: ../../admin/lang/dynamic_strings.php:63
1532
+ msgid "p-lin"
1533
+ msgstr ""
1534
+
1535
+ #: ../../admin/lang/dynamic_strings.php:64
1536
+ msgid "p-mac"
1537
+ msgstr ""
1538
+
1539
+ #: ../../admin/lang/dynamic_strings.php:65
1540
+ msgid "p-rim"
1541
+ msgstr ""
1542
+
1543
+ #: ../../admin/lang/dynamic_strings.php:66
1544
+ msgid "p-sym"
1545
+ msgstr ""
1546
+
1547
+ #: ../../admin/lang/dynamic_strings.php:67
1548
+ msgid "p-ubu"
1549
+ msgstr ""
1550
+
1551
+ #: ../../admin/lang/dynamic_strings.php:68
1552
+ msgid "p-unk"
1553
+ msgstr ""
1554
+
1555
+ #: ../../admin/lang/dynamic_strings.php:69
1556
+ msgid "p-win"
1557
+ msgstr ""
1558
+
1559
+ #: ../../admin/lang/dynamic_strings.php:70
1560
+ msgid "powertv"
1561
+ msgstr ""
1562
+
1563
+ #: ../../admin/lang/dynamic_strings.php:71
1564
+ msgid "acrobat"
1565
+ msgstr ""
1566
+
1567
+ #: ../../admin/lang/dynamic_strings.php:72
1568
+ msgid "director"
1569
+ msgstr ""
1570
+
1571
+ #: ../../admin/lang/dynamic_strings.php:73
1572
+ msgid "flash"
1573
+ msgstr ""
1574
+
1575
+ #: ../../admin/lang/dynamic_strings.php:74
1576
+ msgid "mediaplayer"
1577
+ msgstr ""
1578
+
1579
+ #: ../../admin/lang/dynamic_strings.php:75
1580
+ msgid "quicktime"
1581
+ msgstr ""
1582
+
1583
+ #: ../../admin/lang/dynamic_strings.php:76
1584
+ msgid "real"
1585
+ msgstr ""
1586
+
1587
+ #: ../../admin/lang/dynamic_strings.php:77
1588
+ msgid "silverlight"
1589
+ msgstr ""
1590
+
1591
+ #: ../../admin/lang/dynamic_strings.php:78
1592
+ msgid "l-af"
1593
+ msgstr ""
1594
+
1595
+ #: ../../admin/lang/dynamic_strings.php:79
1596
+ msgid "l-af-za"
1597
+ msgstr ""
1598
+
1599
+ #: ../../admin/lang/dynamic_strings.php:80
1600
+ msgid "l-ar"
1601
+ msgstr ""
1602
+
1603
+ #: ../../admin/lang/dynamic_strings.php:81
1604
+ msgid "l-ar-ae"
1605
+ msgstr ""
1606
+
1607
+ #: ../../admin/lang/dynamic_strings.php:82
1608
+ msgid "l-ar-bh"
1609
+ msgstr ""
1610
+
1611
+ #: ../../admin/lang/dynamic_strings.php:83
1612
+ msgid "l-ar-dz"
1613
+ msgstr ""
1614
+
1615
+ #: ../../admin/lang/dynamic_strings.php:84
1616
+ msgid "l-ar-eg"
1617
+ msgstr ""
1618
+
1619
+ #: ../../admin/lang/dynamic_strings.php:85
1620
+ msgid "l-ar-iq"
1621
+ msgstr ""
1622
+
1623
+ #: ../../admin/lang/dynamic_strings.php:86
1624
+ msgid "l-ar-jo"
1625
+ msgstr ""
1626
+
1627
+ #: ../../admin/lang/dynamic_strings.php:87
1628
+ msgid "l-ar-kw"
1629
+ msgstr ""
1630
+
1631
+ #: ../../admin/lang/dynamic_strings.php:88
1632
+ msgid "l-ar-lb"
1633
+ msgstr ""
1634
+
1635
+ #: ../../admin/lang/dynamic_strings.php:89
1636
+ msgid "l-ar-ly"
1637
+ msgstr ""
1638
+
1639
+ #: ../../admin/lang/dynamic_strings.php:90
1640
+ msgid "l-ar-ma"
1641
+ msgstr ""
1642
+
1643
+ #: ../../admin/lang/dynamic_strings.php:91
1644
+ msgid "l-ar-om"
1645
+ msgstr ""
1646
+
1647
+ #: ../../admin/lang/dynamic_strings.php:92
1648
+ msgid "l-ar-qa"
1649
+ msgstr ""
1650
+
1651
+ #: ../../admin/lang/dynamic_strings.php:93
1652
+ msgid "l-ar-sa"
1653
+ msgstr ""
1654
+
1655
+ #: ../../admin/lang/dynamic_strings.php:94
1656
+ msgid "l-ar-sy"
1657
+ msgstr ""
1658
+
1659
+ #: ../../admin/lang/dynamic_strings.php:95
1660
+ msgid "l-ar-tn"
1661
+ msgstr ""
1662
+
1663
+ #: ../../admin/lang/dynamic_strings.php:96
1664
+ msgid "l-ar-ye"
1665
+ msgstr ""
1666
+
1667
+ #: ../../admin/lang/dynamic_strings.php:97
1668
+ msgid "l-az"
1669
+ msgstr ""
1670
+
1671
+ #: ../../admin/lang/dynamic_strings.php:98
1672
+ msgid "l-az-az"
1673
+ msgstr ""
1674
+
1675
+ #: ../../admin/lang/dynamic_strings.php:99
1676
+ msgid "l-be"
1677
+ msgstr ""
1678
+
1679
+ #: ../../admin/lang/dynamic_strings.php:100
1680
+ msgid "l-be-by"
1681
+ msgstr ""
1682
+
1683
+ #: ../../admin/lang/dynamic_strings.php:101
1684
+ msgid "l-bg"
1685
+ msgstr ""
1686
+
1687
+ #: ../../admin/lang/dynamic_strings.php:102
1688
+ msgid "l-bg-bg"
1689
+ msgstr ""
1690
+
1691
+ #: ../../admin/lang/dynamic_strings.php:103
1692
+ msgid "l-bs-ba"
1693
+ msgstr ""
1694
+
1695
+ #: ../../admin/lang/dynamic_strings.php:104
1696
+ msgid "l-ca"
1697
+ msgstr ""
1698
+
1699
+ #: ../../admin/lang/dynamic_strings.php:105
1700
+ msgid "l-ca-es"
1701
+ msgstr ""
1702
+
1703
+ #: ../../admin/lang/dynamic_strings.php:106
1704
+ msgid "l-cs"
1705
+ msgstr ""
1706
+
1707
+ #: ../../admin/lang/dynamic_strings.php:107
1708
+ msgid "l-cs-cz"
1709
+ msgstr ""
1710
+
1711
+ #: ../../admin/lang/dynamic_strings.php:108
1712
+ msgid "l-cy"
1713
+ msgstr ""
1714
+
1715
+ #: ../../admin/lang/dynamic_strings.php:109
1716
+ msgid "l-cy-gb"
1717
+ msgstr ""
1718
+
1719
+ #: ../../admin/lang/dynamic_strings.php:110
1720
+ msgid "l-da"
1721
+ msgstr ""
1722
+
1723
+ #: ../../admin/lang/dynamic_strings.php:111
1724
+ msgid "l-da-dk"
1725
+ msgstr ""
1726
+
1727
+ #: ../../admin/lang/dynamic_strings.php:112
1728
+ msgid "l-de"
1729
+ msgstr ""
1730
+
1731
+ #: ../../admin/lang/dynamic_strings.php:113
1732
+ msgid "l-de-at"
1733
+ msgstr ""
1734
+
1735
+ #: ../../admin/lang/dynamic_strings.php:114
1736
+ msgid "l-de-ch"
1737
+ msgstr ""
1738
+
1739
+ #: ../../admin/lang/dynamic_strings.php:115
1740
+ msgid "l-de-de"
1741
+ msgstr ""
1742
+
1743
+ #: ../../admin/lang/dynamic_strings.php:116
1744
+ msgid "l-de-li"
1745
+ msgstr ""
1746
+
1747
+ #: ../../admin/lang/dynamic_strings.php:117
1748
+ msgid "l-de-lu"
1749
+ msgstr ""
1750
+
1751
+ #: ../../admin/lang/dynamic_strings.php:118
1752
+ msgid "l-dv"
1753
+ msgstr ""
1754
+
1755
+ #: ../../admin/lang/dynamic_strings.php:119
1756
+ msgid "l-dv-mv"
1757
+ msgstr ""
1758
+
1759
+ #: ../../admin/lang/dynamic_strings.php:120
1760
+ msgid "l-el"
1761
+ msgstr ""
1762
+
1763
+ #: ../../admin/lang/dynamic_strings.php:121
1764
+ msgid "l-el-gr"
1765
+ msgstr ""
1766
+
1767
+ #: ../../admin/lang/dynamic_strings.php:122
1768
+ msgid "l-en"
1769
+ msgstr ""
1770
+
1771
+ #: ../../admin/lang/dynamic_strings.php:123
1772
+ msgid "l-en-au"
1773
+ msgstr ""
1774
+
1775
+ #: ../../admin/lang/dynamic_strings.php:124
1776
+ msgid "l-en-bz"
1777
+ msgstr ""
1778
+
1779
+ #: ../../admin/lang/dynamic_strings.php:125
1780
+ msgid "l-en-ca"
1781
+ msgstr ""
1782
+
1783
+ #: ../../admin/lang/dynamic_strings.php:126
1784
+ msgid "l-en-cb"
1785
+ msgstr ""
1786
+
1787
+ #: ../../admin/lang/dynamic_strings.php:127
1788
+ msgid "l-en-gb"
1789
+ msgstr ""
1790
+
1791
+ #: ../../admin/lang/dynamic_strings.php:128
1792
+ msgid "l-en-ie"
1793
+ msgstr ""
1794
+
1795
+ #: ../../admin/lang/dynamic_strings.php:129
1796
+ msgid "l-en-jm"
1797
+ msgstr ""
1798
+
1799
+ #: ../../admin/lang/dynamic_strings.php:130
1800
+ msgid "l-en-nz"
1801
+ msgstr ""
1802
+
1803
+ #: ../../admin/lang/dynamic_strings.php:131
1804
+ msgid "l-en-ph"
1805
+ msgstr ""
1806
+
1807
+ #: ../../admin/lang/dynamic_strings.php:132
1808
+ msgid "l-en-tt"
1809
+ msgstr ""
1810
+
1811
+ #: ../../admin/lang/dynamic_strings.php:133
1812
+ msgid "l-en-us"
1813
+ msgstr ""
1814
+
1815
+ #: ../../admin/lang/dynamic_strings.php:134
1816
+ msgid "l-en-za"
1817
+ msgstr ""
1818
+
1819
+ #: ../../admin/lang/dynamic_strings.php:135
1820
+ msgid "l-en-zw"
1821
+ msgstr ""
1822
+
1823
+ #: ../../admin/lang/dynamic_strings.php:136
1824
+ msgid "l-eo"
1825
+ msgstr ""
1826
+
1827
+ #: ../../admin/lang/dynamic_strings.php:137
1828
+ msgid "l-es"
1829
+ msgstr ""
1830
+
1831
+ #: ../../admin/lang/dynamic_strings.php:138
1832
+ msgid "l-es-ar"
1833
+ msgstr ""
1834
+
1835
+ #: ../../admin/lang/dynamic_strings.php:139
1836
+ msgid "l-es-bo"
1837
+ msgstr ""
1838
+
1839
+ #: ../../admin/lang/dynamic_strings.php:140
1840
+ msgid "l-es-cl"
1841
+ msgstr ""
1842
+
1843
+ #: ../../admin/lang/dynamic_strings.php:141
1844
+ msgid "l-es-co"
1845
+ msgstr ""
1846
+
1847
+ #: ../../admin/lang/dynamic_strings.php:142
1848
+ msgid "l-es-cr"
1849
+ msgstr ""
1850
+
1851
+ #: ../../admin/lang/dynamic_strings.php:143
1852
+ msgid "l-es-do"
1853
+ msgstr ""
1854
+
1855
+ #: ../../admin/lang/dynamic_strings.php:144
1856
+ msgid "l-es-ec"
1857
+ msgstr ""
1858
+
1859
+ #: ../../admin/lang/dynamic_strings.php:145
1860
+ msgid "l-es-es"
1861
+ msgstr ""
1862
+
1863
+ #: ../../admin/lang/dynamic_strings.php:146
1864
+ msgid "l-es-gt"
1865
+ msgstr ""
1866
+
1867
+ #: ../../admin/lang/dynamic_strings.php:147
1868
+ msgid "l-es-hn"
1869
+ msgstr ""
1870
+
1871
+ #: ../../admin/lang/dynamic_strings.php:148
1872
+ msgid "l-es-mx"
1873
+ msgstr ""
1874
+
1875
+ #: ../../admin/lang/dynamic_strings.php:149
1876
+ msgid "l-es-ni"
1877
+ msgstr ""
1878
+
1879
+ #: ../../admin/lang/dynamic_strings.php:150
1880
+ msgid "l-es-pa"
1881
+ msgstr ""
1882
+
1883
+ #: ../../admin/lang/dynamic_strings.php:151
1884
+ msgid "l-es-pe"
1885
+ msgstr ""
1886
+
1887
+ #: ../../admin/lang/dynamic_strings.php:152
1888
+ msgid "l-es-pr"
1889
+ msgstr ""
1890
+
1891
+ #: ../../admin/lang/dynamic_strings.php:153
1892
+ msgid "l-es-py"
1893
+ msgstr ""
1894
+
1895
+ #: ../../admin/lang/dynamic_strings.php:154
1896
+ msgid "l-es-sv"
1897
+ msgstr ""
1898
+
1899
+ #: ../../admin/lang/dynamic_strings.php:155
1900
+ msgid "l-es-uy"
1901
+ msgstr ""
1902
+
1903
+ #: ../../admin/lang/dynamic_strings.php:156
1904
+ msgid "l-es-ve"
1905
+ msgstr ""
1906
+
1907
+ #: ../../admin/lang/dynamic_strings.php:157
1908
+ msgid "l-et"
1909
+ msgstr ""
1910
+
1911
+ #: ../../admin/lang/dynamic_strings.php:158
1912
+ msgid "l-et-ee"
1913
+ msgstr ""
1914
+
1915
+ #: ../../admin/lang/dynamic_strings.php:159
1916
+ msgid "l-eu"
1917
+ msgstr ""
1918
+
1919
+ #: ../../admin/lang/dynamic_strings.php:160
1920
+ msgid "l-eu-es"
1921
+ msgstr ""
1922
+
1923
+ #: ../../admin/lang/dynamic_strings.php:161
1924
+ msgid "l-fa"
1925
+ msgstr ""
1926
+
1927
+ #: ../../admin/lang/dynamic_strings.php:162
1928
+ msgid "l-fa-ir"
1929
+ msgstr ""
1930
+
1931
+ #: ../../admin/lang/dynamic_strings.php:163
1932
+ msgid "l-fi"
1933
+ msgstr ""
1934
+
1935
+ #: ../../admin/lang/dynamic_strings.php:164
1936
+ msgid "l-fi-fi"
1937
+ msgstr ""
1938
+
1939
+ #: ../../admin/lang/dynamic_strings.php:165
1940
+ msgid "l-fo"
1941
+ msgstr ""
1942
+
1943
+ #: ../../admin/lang/dynamic_strings.php:166
1944
+ msgid "l-fo-fo"
1945
+ msgstr ""
1946
+
1947
+ #: ../../admin/lang/dynamic_strings.php:167
1948
+ msgid "l-fr"
1949
+ msgstr ""
1950
+
1951
+ #: ../../admin/lang/dynamic_strings.php:168
1952
+ msgid "l-fr-be"
1953
+ msgstr ""
1954
+
1955
+ #: ../../admin/lang/dynamic_strings.php:169
1956
+ msgid "l-fr-ca"
1957
+ msgstr ""
1958
+
1959
+ #: ../../admin/lang/dynamic_strings.php:170
1960
+ msgid "l-fr-ch"
1961
+ msgstr ""
1962
+
1963
+ #: ../../admin/lang/dynamic_strings.php:171
1964
+ msgid "l-fr-fr"
1965
+ msgstr ""
1966
+
1967
+ #: ../../admin/lang/dynamic_strings.php:172
1968
+ msgid "l-fr-lu"
1969
+ msgstr ""
1970
+
1971
+ #: ../../admin/lang/dynamic_strings.php:173
1972
+ msgid "l-fr-mc"
1973
+ msgstr ""
1974
+
1975
+ #: ../../admin/lang/dynamic_strings.php:174
1976
+ msgid "l-gl"
1977
+ msgstr ""
1978
+
1979
+ #: ../../admin/lang/dynamic_strings.php:175
1980
+ msgid "l-gl-es"
1981
+ msgstr ""
1982
+
1983
+ #: ../../admin/lang/dynamic_strings.php:176
1984
+ msgid "l-gu"
1985
+ msgstr ""
1986
+
1987
+ #: ../../admin/lang/dynamic_strings.php:177
1988
+ msgid "l-gu-in"
1989
+ msgstr ""
1990
+
1991
+ #: ../../admin/lang/dynamic_strings.php:178
1992
+ msgid "l-he"
1993
+ msgstr ""
1994
+
1995
+ #: ../../admin/lang/dynamic_strings.php:179
1996
+ msgid "l-he-il"
1997
+ msgstr ""
1998
+
1999
+ #: ../../admin/lang/dynamic_strings.php:180
2000
+ msgid "l-hi"
2001
+ msgstr ""
2002
+
2003
+ #: ../../admin/lang/dynamic_strings.php:181
2004
+ msgid "l-hi-in"
2005
+ msgstr ""
2006
+
2007
+ #: ../../admin/lang/dynamic_strings.php:182
2008
+ msgid "l-hr"
2009
+ msgstr ""
2010
+
2011
+ #: ../../admin/lang/dynamic_strings.php:183
2012
+ msgid "l-hr-ba"
2013
+ msgstr ""
2014
+
2015
+ #: ../../admin/lang/dynamic_strings.php:184
2016
+ msgid "l-hr-hr"
2017
+ msgstr ""
2018
+
2019
+ #: ../../admin/lang/dynamic_strings.php:185
2020
+ msgid "l-hu"
2021
+ msgstr ""
2022
+
2023
+ #: ../../admin/lang/dynamic_strings.php:186
2024
+ msgid "l-hu-hu"
2025
+ msgstr ""
2026
+
2027
+ #: ../../admin/lang/dynamic_strings.php:187
2028
+ msgid "l-hy"
2029
+ msgstr ""
2030
+
2031
+ #: ../../admin/lang/dynamic_strings.php:188
2032
+ msgid "l-hy-am"
2033
+ msgstr ""
2034
+
2035
+ #: ../../admin/lang/dynamic_strings.php:189
2036
+ msgid "l-id"
2037
+ msgstr ""
2038
+
2039
+ #: ../../admin/lang/dynamic_strings.php:190
2040
+ msgid "l-id-id"
2041
+ msgstr ""
2042
+
2043
+ #: ../../admin/lang/dynamic_strings.php:191
2044
+ msgid "l-is"
2045
+ msgstr ""
2046
+
2047
+ #: ../../admin/lang/dynamic_strings.php:192
2048
+ msgid "l-is-is"
2049
+ msgstr ""
2050
+
2051
+ #: ../../admin/lang/dynamic_strings.php:193
2052
+ msgid "l-it"
2053
+ msgstr ""
2054
+
2055
+ #: ../../admin/lang/dynamic_strings.php:194
2056
+ msgid "l-it-ch"
2057
+ msgstr ""
2058
+
2059
+ #: ../../admin/lang/dynamic_strings.php:195
2060
+ msgid "l-it-it"
2061
+ msgstr ""
2062
+
2063
+ #: ../../admin/lang/dynamic_strings.php:196
2064
+ msgid "l-ja"
2065
+ msgstr ""
2066
+
2067
+ #: ../../admin/lang/dynamic_strings.php:197
2068
+ msgid "l-ja-jp"
2069
+ msgstr ""
2070
+
2071
+ #: ../../admin/lang/dynamic_strings.php:198
2072
+ msgid "l-ka"
2073
+ msgstr ""
2074
+
2075
+ #: ../../admin/lang/dynamic_strings.php:199
2076
+ msgid "l-ka-ge"
2077
+ msgstr ""
2078
+
2079
+ #: ../../admin/lang/dynamic_strings.php:200
2080
+ msgid "l-kk"
2081
+ msgstr ""
2082
+
2083
+ #: ../../admin/lang/dynamic_strings.php:201
2084
+ msgid "l-kk-kz"
2085
+ msgstr ""
2086
+
2087
+ #: ../../admin/lang/dynamic_strings.php:202
2088
+ msgid "l-kn"
2089
+ msgstr ""
2090
+
2091
+ #: ../../admin/lang/dynamic_strings.php:203
2092
+ msgid "l-kn-in"
2093
+ msgstr ""
2094
+
2095
+ #: ../../admin/lang/dynamic_strings.php:204
2096
+ msgid "l-ko"
2097
+ msgstr ""
2098
+
2099
+ #: ../../admin/lang/dynamic_strings.php:205
2100
+ msgid "l-ko-kr"
2101
+ msgstr ""
2102
+
2103
+ #: ../../admin/lang/dynamic_strings.php:206
2104
+ msgid "l-kok"
2105
+ msgstr ""
2106
+
2107
+ #: ../../admin/lang/dynamic_strings.php:207
2108
+ msgid "l-kok-in"
2109
+ msgstr ""
2110
+
2111
+ #: ../../admin/lang/dynamic_strings.php:208
2112
+ msgid "l-ky"
2113
+ msgstr ""
2114
+
2115
+ #: ../../admin/lang/dynamic_strings.php:209
2116
+ msgid "l-ky-kg"
2117
+ msgstr ""
2118
+
2119
+ #: ../../admin/lang/dynamic_strings.php:210
2120
+ msgid "l-lt"
2121
+ msgstr ""
2122
+
2123
+ #: ../../admin/lang/dynamic_strings.php:211
2124
+ msgid "l-lt-lt"
2125
+ msgstr ""
2126
+
2127
+ #: ../../admin/lang/dynamic_strings.php:212
2128
+ msgid "l-lv"
2129
+ msgstr ""
2130
+
2131
+ #: ../../admin/lang/dynamic_strings.php:213
2132
+ msgid "l-lv-lv"
2133
+ msgstr ""
2134
+
2135
+ #: ../../admin/lang/dynamic_strings.php:214
2136
+ msgid "l-mi"
2137
+ msgstr ""
2138
+
2139
+ #: ../../admin/lang/dynamic_strings.php:215
2140
+ msgid "l-mi-nz"
2141
+ msgstr ""
2142
+
2143
+ #: ../../admin/lang/dynamic_strings.php:216
2144
+ msgid "l-mk"
2145
+ msgstr ""
2146
+
2147
+ #: ../../admin/lang/dynamic_strings.php:217
2148
+ msgid "l-mk-ml"
2149
+ msgstr ""
2150
+
2151
+ #: ../../admin/lang/dynamic_strings.php:218
2152
+ msgid "l-mn"
2153
+ msgstr ""
2154
+
2155
+ #: ../../admin/lang/dynamic_strings.php:219
2156
+ msgid "l-mn-mn"
2157
+ msgstr ""
2158
+
2159
+ #: ../../admin/lang/dynamic_strings.php:220
2160
+ msgid "l-mr"
2161
+ msgstr ""
2162
+
2163
+ #: ../../admin/lang/dynamic_strings.php:221
2164
+ msgid "l-mr-in"
2165
+ msgstr ""
2166
+
2167
+ #: ../../admin/lang/dynamic_strings.php:222
2168
+ msgid "l-ms"
2169
+ msgstr ""
2170
+
2171
+ #: ../../admin/lang/dynamic_strings.php:223
2172
+ msgid "l-ms-bn"
2173
+ msgstr ""
2174
+
2175
+ #: ../../admin/lang/dynamic_strings.php:224
2176
+ msgid "l-ms-my"
2177
+ msgstr ""
2178
+
2179
+ #: ../../admin/lang/dynamic_strings.php:225
2180
+ msgid "l-mt"
2181
+ msgstr ""
2182
+
2183
+ #: ../../admin/lang/dynamic_strings.php:226
2184
+ msgid "l-mt-mt"
2185
+ msgstr ""
2186
+
2187
+ #: ../../admin/lang/dynamic_strings.php:227
2188
+ msgid "l-nb"
2189
+ msgstr ""
2190
+
2191
+ #: ../../admin/lang/dynamic_strings.php:228
2192
+ msgid "l-nb-no"
2193
+ msgstr ""
2194
+
2195
+ #: ../../admin/lang/dynamic_strings.php:229
2196
+ msgid "l-nl"
2197
+ msgstr ""
2198
+
2199
+ #: ../../admin/lang/dynamic_strings.php:230
2200
+ msgid "l-nl-be"
2201
+ msgstr ""
2202
+
2203
+ #: ../../admin/lang/dynamic_strings.php:231
2204
+ msgid "l-nl-nl"
2205
+ msgstr ""
2206
+
2207
+ #: ../../admin/lang/dynamic_strings.php:232
2208
+ msgid "l-nn-no"
2209
+ msgstr ""
2210
+
2211
+ #: ../../admin/lang/dynamic_strings.php:233
2212
+ msgid "l-ns"
2213
+ msgstr ""
2214
+
2215
+ #: ../../admin/lang/dynamic_strings.php:234
2216
+ msgid "l-ns-za"
2217
+ msgstr ""
2218
+
2219
+ #: ../../admin/lang/dynamic_strings.php:235
2220
+ msgid "l-pa"
2221
+ msgstr ""
2222
+
2223
+ #: ../../admin/lang/dynamic_strings.php:236
2224
+ msgid "l-pa-in"
2225
+ msgstr ""
2226
+
2227
+ #: ../../admin/lang/dynamic_strings.php:237
2228
+ msgid "l-pl"
2229
+ msgstr ""
2230
+
2231
+ #: ../../admin/lang/dynamic_strings.php:238
2232
+ msgid "l-pl-pl"
2233
+ msgstr ""
2234
+
2235
+ #: ../../admin/lang/dynamic_strings.php:239
2236
+ msgid "l-ps"
2237
+ msgstr ""
2238
+
2239
+ #: ../../admin/lang/dynamic_strings.php:240
2240
+ msgid "l-ps-ar"
2241
+ msgstr ""
2242
+
2243
+ #: ../../admin/lang/dynamic_strings.php:241
2244
+ msgid "l-pt"
2245
+ msgstr ""
2246
+
2247
+ #: ../../admin/lang/dynamic_strings.php:242
2248
+ msgid "l-pt-br"
2249
+ msgstr ""
2250
+
2251
+ #: ../../admin/lang/dynamic_strings.php:243
2252
+ msgid "l-pt-pt"
2253
+ msgstr ""
2254
+
2255
+ #: ../../admin/lang/dynamic_strings.php:244
2256
+ msgid "l-qu"
2257
+ msgstr ""
2258
+
2259
+ #: ../../admin/lang/dynamic_strings.php:245
2260
+ msgid "l-qu-bo"
2261
+ msgstr ""
2262
+
2263
+ #: ../../admin/lang/dynamic_strings.php:246
2264
+ msgid "l-qu-ec"
2265
+ msgstr ""
2266
+
2267
+ #: ../../admin/lang/dynamic_strings.php:247
2268
+ msgid "l-qu-pe"
2269
+ msgstr ""
2270
+
2271
+ #: ../../admin/lang/dynamic_strings.php:248
2272
+ msgid "l-ro"
2273
+ msgstr ""
2274
+
2275
+ #: ../../admin/lang/dynamic_strings.php:249
2276
+ msgid "l-ro-ro"
2277
+ msgstr ""
2278
+
2279
+ #: ../../admin/lang/dynamic_strings.php:250
2280
+ msgid "l-ru"
2281
+ msgstr ""
2282
+
2283
+ #: ../../admin/lang/dynamic_strings.php:251
2284
+ msgid "l-ru-ru"
2285
+ msgstr ""
2286
+
2287
+ #: ../../admin/lang/dynamic_strings.php:252
2288
+ msgid "l-sa"
2289
+ msgstr ""
2290
+
2291
+ #: ../../admin/lang/dynamic_strings.php:253
2292
+ msgid "l-sa-in"
2293
+ msgstr ""
2294
+
2295
+ #: ../../admin/lang/dynamic_strings.php:254
2296
+ msgid "l-se"
2297
+ msgstr ""
2298
+
2299
+ #: ../../admin/lang/dynamic_strings.php:255
2300
+ msgid "l-se-fi"
2301
+ msgstr ""
2302
+
2303
+ #: ../../admin/lang/dynamic_strings.php:256
2304
+ msgid "l-se-no"
2305
+ msgstr ""
2306
+
2307
+ #: ../../admin/lang/dynamic_strings.php:257
2308
+ msgid "l-se-se"
2309
+ msgstr ""
2310
+
2311
+ #: ../../admin/lang/dynamic_strings.php:258
2312
+ msgid "l-sk"
2313
+ msgstr ""
2314
+
2315
+ #: ../../admin/lang/dynamic_strings.php:259
2316
+ msgid "l-sk-sk"
2317
+ msgstr ""
2318
+
2319
+ #: ../../admin/lang/dynamic_strings.php:260
2320
+ msgid "l-sl"
2321
+ msgstr ""
2322
+
2323
+ #: ../../admin/lang/dynamic_strings.php:261
2324
+ msgid "l-sl-si"
2325
+ msgstr ""
2326
+
2327
+ #: ../../admin/lang/dynamic_strings.php:262
2328
+ msgid "l-sq"
2329
+ msgstr ""
2330
+
2331
+ #: ../../admin/lang/dynamic_strings.php:263
2332
+ msgid "l-sq-al"
2333
+ msgstr ""
2334
+
2335
+ #: ../../admin/lang/dynamic_strings.php:264
2336
+ msgid "l-sr-ba"
2337
+ msgstr ""
2338
+
2339
+ #: ../../admin/lang/dynamic_strings.php:265
2340
+ msgid "l-sr-sp"
2341
+ msgstr ""
2342
+
2343
+ #: ../../admin/lang/dynamic_strings.php:266
2344
+ msgid "l-sv"
2345
+ msgstr ""
2346
+
2347
+ #: ../../admin/lang/dynamic_strings.php:267
2348
+ msgid "l-sv-fi"
2349
+ msgstr ""
2350
+
2351
+ #: ../../admin/lang/dynamic_strings.php:268
2352
+ msgid "l-sv-se"
2353
+ msgstr ""
2354
+
2355
+ #: ../../admin/lang/dynamic_strings.php:269
2356
+ msgid "l-sw"
2357
+ msgstr ""
2358
+
2359
+ #: ../../admin/lang/dynamic_strings.php:270
2360
+ msgid "l-sw-ke"
2361
+ msgstr ""
2362
+
2363
+ #: ../../admin/lang/dynamic_strings.php:271
2364
+ msgid "l-ta"
2365
+ msgstr ""
2366
+
2367
+ #: ../../admin/lang/dynamic_strings.php:272
2368
+ msgid "l-ta-in"
2369
+ msgstr ""
2370
+
2371
+ #: ../../admin/lang/dynamic_strings.php:273
2372
+ msgid "l-te"
2373
+ msgstr ""
2374
+
2375
+ #: ../../admin/lang/dynamic_strings.php:274
2376
+ msgid "l-te-in"
2377
+ msgstr ""
2378
+
2379
+ #: ../../admin/lang/dynamic_strings.php:275
2380
+ msgid "l-th"
2381
+ msgstr ""
2382
+
2383
+ #: ../../admin/lang/dynamic_strings.php:276
2384
+ msgid "l-th-th"
2385
+ msgstr ""
2386
+
2387
+ #: ../../admin/lang/dynamic_strings.php:277
2388
+ msgid "l-tl"
2389
+ msgstr ""
2390
+
2391
+ #: ../../admin/lang/dynamic_strings.php:278
2392
+ msgid "l-tl-ph"
2393
+ msgstr ""
2394
+
2395
+ #: ../../admin/lang/dynamic_strings.php:279
2396
+ msgid "l-tn"
2397
+ msgstr ""
2398
+
2399
+ #: ../../admin/lang/dynamic_strings.php:280
2400
+ msgid "l-tn-za"
2401
+ msgstr ""
2402
+
2403
+ #: ../../admin/lang/dynamic_strings.php:281
2404
+ msgid "l-tr"
2405
+ msgstr ""
2406
+
2407
+ #: ../../admin/lang/dynamic_strings.php:282
2408
+ msgid "l-tr-tr"
2409
+ msgstr ""
2410
+
2411
+ #: ../../admin/lang/dynamic_strings.php:283
2412
+ msgid "l-tt"
2413
+ msgstr ""
2414
+
2415
+ #: ../../admin/lang/dynamic_strings.php:284
2416
+ msgid "l-tt-ru"
2417
+ msgstr ""
2418
+
2419
+ #: ../../admin/lang/dynamic_strings.php:285
2420
+ msgid "l-ts"
2421
+ msgstr ""
2422
+
2423
+ #: ../../admin/lang/dynamic_strings.php:286
2424
+ msgid "l-uk"
2425
+ msgstr ""
2426
+
2427
+ #: ../../admin/lang/dynamic_strings.php:287
2428
+ msgid "l-uk-ua"
2429
+ msgstr ""
2430
+
2431
+ #: ../../admin/lang/dynamic_strings.php:288
2432
+ msgid "l-ur"
2433
+ msgstr ""
2434
+
2435
+ #: ../../admin/lang/dynamic_strings.php:289
2436
+ msgid "l-ur-pk"
2437
+ msgstr ""
2438
+
2439
+ #: ../../admin/lang/dynamic_strings.php:290
2440
+ msgid "l-uz"
2441
+ msgstr ""
2442
+
2443
+ #: ../../admin/lang/dynamic_strings.php:291
2444
+ msgid "l-uz-uz"
2445
+ msgstr ""
2446
+
2447
+ #: ../../admin/lang/dynamic_strings.php:292
2448
+ msgid "l-vi"
2449
+ msgstr ""
2450
+
2451
+ #: ../../admin/lang/dynamic_strings.php:293
2452
+ msgid "l-vi-vn"
2453
+ msgstr ""
2454
+
2455
+ #: ../../admin/lang/dynamic_strings.php:294
2456
+ msgid "l-xh"
2457
+ msgstr ""
2458
+
2459
+ #: ../../admin/lang/dynamic_strings.php:295
2460
+ msgid "l-xh-za"
2461
+ msgstr ""
2462
+
2463
+ #: ../../admin/lang/dynamic_strings.php:296
2464
+ msgid "l-zh"
2465
+ msgstr ""
2466
+
2467
+ #: ../../admin/lang/dynamic_strings.php:297
2468
+ msgid "l-zh-cn"
2469
+ msgstr ""
2470
+
2471
+ #: ../../admin/lang/dynamic_strings.php:298
2472
+ msgid "l-zh-hk"
2473
+ msgstr ""
2474
+
2475
+ #: ../../admin/lang/dynamic_strings.php:299
2476
+ msgid "l-zh-mo"
2477
+ msgstr ""
2478
+
2479
+ #: ../../admin/lang/dynamic_strings.php:300
2480
+ msgid "l-zh-sg"
2481
+ msgstr ""
2482
+
2483
+ #: ../../admin/lang/dynamic_strings.php:301
2484
+ msgid "l-zh-tw"
2485
+ msgstr ""
2486
+
2487
+ #: ../../admin/lang/dynamic_strings.php:302
2488
+ msgid "l-zu"
2489
+ msgstr ""
2490
+
2491
+ #: ../../admin/lang/dynamic_strings.php:303
2492
+ msgid "l-zu-za"
2493
+ msgstr ""
2494
+
2495
+ #: ../../admin/lang/dynamic_strings.php:304
2496
+ #: ../../admin/view/wp-slimstat-reports.php:953 ../../wp-slimstat.php:1404
2497
+ msgid "l-"
2498
+ msgstr ""
2499
+
2500
+ #: ../../admin/lang/dynamic_strings.php:305
2501
+ msgid "l-empty"
2502
+ msgstr "ناشناخته"
2503
+
2504
+ #: ../../admin/lang/dynamic_strings.php:306
2505
+ msgid "l-xx"
2506
+ msgstr ""
2507
+
2508
+ #: ../../admin/lang/dynamic_strings.php:307
2509
+ msgid "c-xy"
2510
+ msgstr "آدرس محلی"
2511
+
2512
+ #: ../../admin/view/index.php:26
2513
+ msgid "is between (x,y)"
2514
+ msgstr ""
2515
+
2516
+ #: ../../admin/view/index.php:46
2517
+ msgid "Load"
2518
+ msgstr ""
2519
+
2520
+ #: ../../admin/view/index.php:66 ../../admin/view/wp-slimstat-reports.php:1205
2521
+ msgid "Today"
2522
+ msgstr "امروز‍"
2523
+
2524
+ #: ../../admin/view/index.php:67 ../../admin/view/wp-slimstat-reports.php:1206
2525
+ msgid "Yesterday"
2526
+ msgstr "دیروز"
2527
+
2528
+ #: ../../admin/view/index.php:68
2529
+ msgid "Last 7 Days"
2530
+ msgstr "۷ روز اخیر"
2531
+
2532
+ #: ../../admin/view/index.php:69
2533
+ #, fuzzy
2534
+ msgid "Last 60 Days"
2535
+ msgstr "۳۰ روز اخیر"
2536
+
2537
+ #: ../../admin/view/index.php:70
2538
+ msgid "Last 90 Days"
2539
+ msgstr "۹۰ روز اخیر"
2540
+
2541
+ #: ../../admin/view/index.php:71
2542
+ #, fuzzy
2543
+ msgid "This Year So Far"
2544
+ msgstr "امسال"
2545
+
2546
+ #: ../../admin/view/index.php:72
2547
+ msgid "Date Range"
2548
+ msgstr "محدوده زمانی"
2549
+
2550
+ #: ../../admin/view/index.php:74 ../../admin/view/wp-slimstat-db.php:70
2551
+ msgid "Day"
2552
+ msgstr "روز"
2553
+
2554
+ #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:71
2555
+ msgid "Month"
2556
+ msgstr "ماه"
2557
+
2558
+ #: ../../admin/view/index.php:93 ../../admin/view/wp-slimstat-db.php:72
2559
+ msgid "Year"
2560
+ msgstr "سال"
2561
+
2562
+ #: ../../admin/view/index.php:94 ../../admin/view/wp-slimstat-db.php:69
2563
+ msgid "Hour"
2564
+ msgstr "ساعت"
2565
+
2566
+ #: ../../admin/view/index.php:95
2567
+ msgid "Min"
2568
+ msgstr ""
2569
+
2570
+ #: ../../admin/view/index.php:103 ../../admin/view/wp-slimstat-db.php:75
2571
+ msgid "hours"
2572
+ msgstr ""
2573
+
2574
+ #: ../../admin/view/index.php:104
2575
+ msgid "mins"
2576
+ msgstr ""
2577
+
2578
+ #: ../../admin/view/index.php:113
2579
+ #, fuzzy
2580
+ msgid "Reset Filters"
2581
+ msgstr "فیلترهای تاریخ"
2582
+
2583
+ #: ../../admin/view/index.php:132
2584
+ #, php-format
2585
+ msgid ""
2586
+ "Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
2587
+ "country of origin."
2588
+ msgstr ""
2589
+
2590
+ #: ../../admin/view/right-now.php:8
2591
+ msgid "Human"
2592
+ msgstr "انسان"
2593
+
2594
+ #: ../../admin/view/right-now.php:8
2595
+ msgid "Bot/Crawler"
2596
+ msgstr "روبات یا خزنده"
2597
+
2598
+ #: ../../admin/view/right-now.php:8
2599
+ msgid "Mobile Device"
2600
+ msgstr "همراه"
2601
+
2602
+ #: ../../admin/view/right-now.php:8
2603
+ msgid "Syndication Reader"
2604
+ msgstr "پیوند ریدر"
2605
+
2606
+ #: ../../admin/view/right-now.php:27
2607
+ #: ../../admin/view/wp-slimstat-reports.php:893
2608
+ msgid "No data to display"
2609
+ msgstr "داده‌ای برای نمایش نیست"
2610
+
2611
+ # Unknown
2612
+ #: ../../admin/view/right-now.php:55
2613
+ #: ../../admin/view/wp-slimstat-reports.php:938
2614
+ #: ../../admin/view/wp-slimstat-reports.php:1439
2615
+ msgid "c-"
2616
+ msgstr "Unknown"
2617
+
2618
+ #: ../../admin/view/right-now.php:107 ../../admin/view/wp-slimstat-db.php:57
2619
+ #: ../../admin/wp-slimstat-admin.php:993
2620
+ #: ../../admin/wp-slimstat-admin.php:1033
2621
+ msgid "Originating IP"
2622
+ msgstr "آی‌پی منشا"
2623
+
2624
+ #: ../../admin/view/right-now.php:131
2625
+ msgid "Server Latency and Page Speed in milliseconds"
2626
+ msgstr ""
2627
+
2628
+ #: ../../admin/view/right-now.php:131
2629
+ msgid "SL"
2630
+ msgstr ""
2631
+
2632
+ #: ../../admin/view/right-now.php:131
2633
+ msgid "PS"
2634
+ msgstr ""
2635
+
2636
+ #: ../../admin/view/right-now.php:143
2637
+ #: ../../admin/view/wp-slimstat-reports.php:1018
2638
+ #: ../../admin/view/wp-slimstat-reports.php:1022
2639
+ msgid "Open this URL in a new window"
2640
+ msgstr "نشانی را در پنجره جدید باز کن"
2641
+
2642
+ #: ../../admin/view/right-now.php:146
2643
+ msgid "Local search results page"
2644
+ msgstr "صفحه نتایج جستجوی محلی"
2645
+
2646
+ #: ../../admin/view/right-now.php:151 ../../admin/view/wp-slimstat-db.php:39
2647
+ #: ../../admin/wp-slimstat-admin.php:996
2648
+ #: ../../admin/wp-slimstat-admin.php:1012
2649
+ msgid "Search Terms"
2650
+ msgstr "عبارت‌های جستجو"
2651
+
2652
+ #: ../../admin/view/right-now.php:156
2653
+ msgid "Open this referrer in a new window"
2654
+ msgstr "این ارجاعی دهنده را در پنجره جدید باز کن"
2655
+
2656
+ #: ../../admin/view/right-now.php:157
2657
+ msgid "Open this outbound link in a new window"
2658
+ msgstr " پیوندهای بیرونی را در پنجره جدید باز کن"
2659
+
2660
+ #: ../../admin/view/right-now.php:158
2661
+ msgid "Date and Time"
2662
+ msgstr "روز و ساعت"
2663
+
2664
+ #: ../../admin/view/right-now.php:159
2665
+ msgid "Content Type"
2666
+ msgstr " نوع محتوا"
2667
+
2668
+ #: ../../admin/view/right-now.php:162
2669
+ #, fuzzy
2670
+ msgid "Delete this pageview"
2671
+ msgstr "حذف بازدید‌ها وقتی"
2672
+
2673
+ #: ../../admin/view/wp-slimstat-db.php:36
2674
+ #: ../../admin/wp-slimstat-admin.php:1009
2675
+ msgid "Browser"
2676
+ msgstr "مرورگر"
2677
+
2678
+ #: ../../admin/view/wp-slimstat-db.php:37
2679
+ #: ../../admin/view/wp-slimstat-reports.php:937
2680
+ #: ../../admin/wp-slimstat-admin.php:1010
2681
+ msgid "Country Code"
2682
+ msgstr "علامت کشور"
2683
+
2684
+ #: ../../admin/view/wp-slimstat-db.php:38
2685
+ msgid "IP Address"
2686
+ msgstr "نشانی آی‌پی"
2687
+
2688
+ #: ../../admin/view/wp-slimstat-db.php:40
2689
+ #: ../../admin/view/wp-slimstat-reports.php:952
2690
+ #: ../../admin/wp-slimstat-admin.php:1013
2691
+ msgid "Language Code"
2692
+ msgstr "علامت زبان"
2693
+
2694
+ #: ../../admin/view/wp-slimstat-db.php:41
2695
+ #: ../../admin/wp-slimstat-admin.php:1014
2696
+ msgid "Operating System"
2697
+ msgstr "سامانه عامل"
2698
+
2699
+ #: ../../admin/view/wp-slimstat-db.php:42
2700
+ #: ../../admin/wp-slimstat-admin.php:1015
2701
+ msgid "Permalink"
2702
+ msgstr "پیوند یکتا"
2703
+
2704
+ #: ../../admin/view/wp-slimstat-db.php:43
2705
+ #: ../../admin/wp-slimstat-admin.php:1016
2706
+ msgid "Referer"
2707
+ msgstr "ارجاع‌دهنده"
2708
+
2709
+ #: ../../admin/view/wp-slimstat-db.php:44
2710
+ #: ../../admin/wp-slimstat-admin.php:1017
2711
+ msgid "Visitor's Name"
2712
+ msgstr "نام بیننده"
2713
+
2714
+ #: ../../admin/view/wp-slimstat-db.php:45
2715
+ #: ../../admin/wp-slimstat-admin.php:999
2716
+ msgid "Outbound Link"
2717
+ msgstr "پیوند بیرونی"
2718
+
2719
+ #: ../../admin/view/wp-slimstat-db.php:46
2720
+ msgid "Page Speed"
2721
+ msgstr ""
2722
+
2723
+ #: ../../admin/view/wp-slimstat-db.php:48
2724
+ msgid "-- Advanced filters --"
2725
+ msgstr "-- فیلترهای پیش‌رفته --"
2726
+
2727
+ #: ../../admin/view/wp-slimstat-db.php:49
2728
+ #: ../../admin/view/wp-slimstat-reports.php:293
2729
+ msgid "Browser Capabilities"
2730
+ msgstr "قابلیت‌های مرورگر"
2731
+
2732
+ #: ../../admin/view/wp-slimstat-db.php:50
2733
+ #: ../../admin/wp-slimstat-admin.php:1028
2734
+ msgid "Browser Version"
2735
+ msgstr "نسخه مرورگر"
2736
+
2737
+ #: ../../admin/view/wp-slimstat-db.php:51
2738
+ #: ../../admin/wp-slimstat-admin.php:1029
2739
+ msgid "Browser Type"
2740
+ msgstr "نوع مرورگر"
2741
+
2742
+ #: ../../admin/view/wp-slimstat-db.php:52
2743
+ #: ../../admin/wp-slimstat-admin.php:998
2744
+ msgid "User Agent"
2745
+ msgstr "مرورگرهای کاربران"
2746
+
2747
+ #: ../../admin/view/wp-slimstat-db.php:53
2748
+ #: ../../admin/wp-slimstat-admin.php:1030
2749
+ msgid "Pageview Attributes"
2750
+ msgstr "خصوصیات بازدید"
2751
+
2752
+ #: ../../admin/view/wp-slimstat-db.php:54
2753
+ msgid "Server Latency"
2754
+ msgstr ""
2755
+
2756
+ #: ../../admin/view/wp-slimstat-db.php:55
2757
+ #: ../../admin/wp-slimstat-admin.php:1031
2758
+ msgid "Post Author"
2759
+ msgstr "نویسنده مطلب"
2760
+
2761
+ #: ../../admin/view/wp-slimstat-db.php:56
2762
+ #: ../../admin/wp-slimstat-admin.php:1032
2763
+ msgid "Post Category ID"
2764
+ msgstr "شناسه دسته‌بندی مطلب"
2765
+
2766
+ #: ../../admin/view/wp-slimstat-db.php:58
2767
+ #: ../../admin/wp-slimstat-admin.php:1034
2768
+ msgid "Resource Content Type"
2769
+ msgstr "نوع محتوای منبع"
2770
+
2771
+ #: ../../admin/view/wp-slimstat-db.php:59
2772
+ msgid "Resource ID"
2773
+ msgstr "شناسه منابع"
2774
+
2775
+ #: ../../admin/view/wp-slimstat-db.php:60
2776
+ msgid "Screen Width"
2777
+ msgstr ""
2778
+
2779
+ #: ../../admin/view/wp-slimstat-db.php:61
2780
+ #, fuzzy
2781
+ msgid "Screen Height"
2782
+ msgstr "ابعاد صفحه نمایش"
2783
+
2784
+ #: ../../admin/view/wp-slimstat-db.php:62
2785
+ msgid "Viewport Size"
2786
+ msgstr ""
2787
+
2788
+ #: ../../admin/view/wp-slimstat-db.php:63
2789
+ #: ../../admin/wp-slimstat-admin.php:1036
2790
+ msgid "Visit ID"
2791
+ msgstr "شناسه دیدن"
2792
+
2793
+ #: ../../admin/view/wp-slimstat-db.php:68
2794
+ msgid "Minute"
2795
+ msgstr ""
2796
+
2797
+ #: ../../admin/view/wp-slimstat-db.php:73
2798
+ msgid "+/-"
2799
+ msgstr ""
2800
+
2801
+ #: ../../admin/view/wp-slimstat-db.php:76
2802
+ #, fuzzy
2803
+ msgid "minutes"
2804
+ msgstr "۱ تا ۳ دقیقه"
2805
+
2806
+ #: ../../admin/view/wp-slimstat-db.php:77
2807
+ msgid "Unix Timestamp"
2808
+ msgstr ""
2809
+
2810
+ #: ../../admin/view/wp-slimstat-db.php:79
2811
+ #, fuzzy
2812
+ msgid "Direction"
2813
+ msgstr "توضیحات"
2814
+
2815
+ #: ../../admin/view/wp-slimstat-db.php:80
2816
+ #, fuzzy
2817
+ msgid "Limit Results"
2818
+ msgstr "نتایج محدود به"
2819
+
2820
+ #: ../../admin/view/wp-slimstat-db.php:81
2821
+ msgid "Start From"
2822
+ msgstr ""
2823
+
2824
+ #: ../../admin/view/wp-slimstat-reports.php:20
2825
+ #: ../../admin/wp-slimstat-admin.php:635 ../../wp-slimstat.php:1727
2826
+ msgid "Real-Time Log"
2827
+ msgstr ""
2828
+
2829
+ #: ../../admin/view/wp-slimstat-reports.php:21
2830
+ #: ../../admin/wp-slimstat-admin.php:636 ../../admin/wp-slimstat-admin.php:651
2831
+ #: ../../wp-slimstat.php:1728
2832
+ msgid "Overview"
2833
+ msgstr "مرور"
2834
+
2835
+ #: ../../admin/view/wp-slimstat-reports.php:22
2836
+ #: ../../admin/wp-slimstat-admin.php:637 ../../admin/wp-slimstat-admin.php:652
2837
+ #: ../../wp-slimstat.php:1729
2838
+ msgid "Audience"
2839
+ msgstr ""
2840
+
2841
+ #: ../../admin/view/wp-slimstat-reports.php:23
2842
+ #: ../../admin/wp-slimstat-admin.php:638 ../../admin/wp-slimstat-admin.php:653
2843
+ #: ../../wp-slimstat.php:1730
2844
+ msgid "Site Analysis"
2845
+ msgstr ""
2846
+
2847
+ #: ../../admin/view/wp-slimstat-reports.php:24
2848
+ #: ../../admin/view/wp-slimstat-reports.php:411
2849
+ #: ../../admin/wp-slimstat-admin.php:639 ../../admin/wp-slimstat-admin.php:654
2850
+ #: ../../wp-slimstat.php:1731
2851
+ msgid "Traffic Sources"
2852
+ msgstr "منابع ترافیک"
2853
+
2854
+ #: ../../admin/view/wp-slimstat-reports.php:25
2855
+ #: ../../admin/wp-slimstat-admin.php:640 ../../admin/wp-slimstat-admin.php:655
2856
+ #: ../../wp-slimstat.php:1732
2857
+ msgid "Map Overlay"
2858
+ msgstr ""
2859
+
2860
+ #: ../../admin/view/wp-slimstat-reports.php:74
2861
+ msgid "Chart controls"
2862
+ msgstr "کنترل‌های نمودار"
2863
+
2864
+ #: ../../admin/view/wp-slimstat-reports.php:74
2865
+ msgid "Use your mouse wheel to zoom in and out"
2866
+ msgstr "از غلطانک موش‌واره برای بزرگ‌نمایی و کوچک‌نمایی استفاده کنید"
2867
+
2868
+ #: ../../admin/view/wp-slimstat-reports.php:74
2869
+ msgid "While zooming in, drag the chart to move to a different area"
2870
+ msgstr ""
2871
+ "زمانی‌که بزرگ‌نمایی می‌کنید، نمودار را می‌توانید بکشید و به نقاط دیگر بروید"
2872
+
2873
+ #: ../../admin/view/wp-slimstat-reports.php:74
2874
+ msgid "Double click on an empty region to reset the zoom level"
2875
+ msgstr "بر یک ناحیه خالی دوبار کلیک کنید تا بزرگنمایی به حالت اولیه بازگردد"
2876
+
2877
+ #: ../../admin/view/wp-slimstat-reports.php:77
2878
+ #, fuzzy
2879
+ msgid "Activity"
2880
+ msgstr "فهرست فعالیت ها"
2881
+
2882
+ #: ../../admin/view/wp-slimstat-reports.php:86
2883
+ msgid "Color codes"
2884
+ msgstr "علامت رنگی"
2885
+
2886
+ #: ../../admin/view/wp-slimstat-reports.php:86
2887
+ #, fuzzy
2888
+ msgid "From search result page"
2889
+ msgstr "از صفحه نتایج جستجو"
2890
+
2891
+ #: ../../admin/view/wp-slimstat-reports.php:86
2892
+ #: ../../admin/wp-slimstat-admin.php:991
2893
+ msgid "Known Visitor"
2894
+ msgstr "بیننده آشنا"
2895
+
2896
+ #: ../../admin/view/wp-slimstat-reports.php:86
2897
+ msgid "Known Users"
2898
+ msgstr "کاربران آشنا"
2899
+
2900
+ #: ../../admin/view/wp-slimstat-reports.php:86
2901
+ msgid "Other Humans"
2902
+ msgstr "دیگران"
2903
+
2904
+ #: ../../admin/view/wp-slimstat-reports.php:86
2905
+ msgid "Bot or Crawler"
2906
+ msgstr "روبات یا خزنده"
2907
+
2908
+ #: ../../admin/view/wp-slimstat-reports.php:100
2909
+ #, fuzzy
2910
+ msgid "About Slimstat"
2911
+ msgstr "درباره WP SlimStat"
2912
+
2913
+ #: ../../admin/view/wp-slimstat-reports.php:106
2914
+ msgid "At a Glance"
2915
+ msgstr "در یک نگاه"
2916
+
2917
+ #: ../../admin/view/wp-slimstat-reports.php:112
2918
+ msgid "Currently Online"
2919
+ msgstr "حالا روی خط"
2920
+
2921
+ #: ../../admin/view/wp-slimstat-reports.php:123
2922
+ #, fuzzy
2923
+ msgid ""
2924
+ "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2925
+ "Slimstat leverages this information to identify returning visitors. Please "
2926
+ "note that visitors also include registered users."
2927
+ msgstr ""
2928
+ "وقتی کاربران در تارنامه نظر ثبت می‌کنند، وردپرس به آن‌ها یک کلوچک اختصاص می‌دهد."
2929
+ "WP SlimStat از این اطلاعات برای شناسایی «بیننده دوباره» استفاده میکند. در "
2930
+ "نظر داشته باشید که بیننده ها شامل کاربران ثبت شده نیز میباشد."
2931
+
2932
+ #: ../../admin/view/wp-slimstat-reports.php:126
2933
+ msgid "Recent Search Terms"
2934
+ msgstr "عبارت‌های جستجو شده اخیر"
2935
+
2936
+ #: ../../admin/view/wp-slimstat-reports.php:135
2937
+ msgid "Keywords used by your visitors to find your website on a search engine."
2938
+ msgstr "عبارات کلیدی در موتورهای جستجو که بیننده را به پایگاه شما را یافته‌اند."
2939
+
2940
+ #: ../../admin/view/wp-slimstat-reports.php:138
2941
+ msgid "Top Pages"
2942
+ msgstr "برترین صفحات"
2943
+
2944
+ #: ../../admin/view/wp-slimstat-reports.php:149
2945
+ msgid ""
2946
+ "Here a \"page\" is not just a WordPress page type, but any web page on your "
2947
+ "website, including posts, products, categories, and so on."
2948
+ msgstr ""
2949
+
2950
+ #: ../../admin/view/wp-slimstat-reports.php:152
2951
+ msgid "Top Traffic Sources"
2952
+ msgstr "برترین منابع ترافیک"
2953
+
2954
+ #: ../../admin/view/wp-slimstat-reports.php:164
2955
+ msgid "Top Known Visitors"
2956
+ msgstr "برترین بیننده های آشنا"
2957
+
2958
+ #: ../../admin/view/wp-slimstat-reports.php:175
2959
+ msgid "Top Search Terms"
2960
+ msgstr "برترین عبارت های جستجو"
2961
+
2962
+ #: ../../admin/view/wp-slimstat-reports.php:186
2963
+ msgid "Top Countries"
2964
+ msgstr "برترین کشورها"
2965
+
2966
+ #: ../../admin/view/wp-slimstat-reports.php:195
2967
+ #, fuzzy
2968
+ msgid ""
2969
+ "You can configure Slimstat to ignore a specific Country by setting the "
2970
+ "corresponding filter under Settings > Slimstat > Filters."
2971
+ msgstr ""
2972
+ "میتوانید تنظیمات برنامه برای نادیده گرفتن بعضی کشورها را تغییر دهید:Settings "
2973
+ "> SlimStat > Filters"
2974
+
2975
+ #: ../../admin/view/wp-slimstat-reports.php:198
2976
+ msgid "Rankings"
2977
+ msgstr "رتبه ها"
2978
+
2979
+ #: ../../admin/view/wp-slimstat-reports.php:202
2980
+ #, fuzzy
2981
+ msgid ""
2982
+ "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2983
+ "measures your site's rankings. Values are updated every 12 hours. Filters "
2984
+ "set above don't apply to this report."
2985
+ msgstr ""
2986
+ "با کسب اطلاعات خود از Google، Facebook و یا Alexa، رتبه خود را محک بزنید. "
2987
+ "مقادیر هر ۱۲ ساعت به روز میشوند. صافی ها بالا در این گزارش کاربرد نمیشوند. "
2988
+
2989
+ #: ../../admin/view/wp-slimstat-reports.php:205
2990
+ msgid "Top Language Families"
2991
+ msgstr "برترین زبان‌ها"
2992
+
2993
+ #: ../../admin/view/wp-slimstat-reports.php:219
2994
+ msgid "Human Visits"
2995
+ msgstr "بازدیدهای انسانی"
2996
+
2997
+ #: ../../admin/view/wp-slimstat-reports.php:229
2998
+ #, fuzzy
2999
+ msgid "Audience Overview"
3000
+ msgstr "مرور"
3001
+
3002
+ #: ../../admin/view/wp-slimstat-reports.php:233
3003
+ msgid ""
3004
+ "Where not otherwise specified, the metrics in this report are referred to "
3005
+ "human visitors."
3006
+ msgstr ""
3007
+
3008
+ #: ../../admin/view/wp-slimstat-reports.php:236
3009
+ msgid "Top Languages"
3010
+ msgstr "بیش‌ترین زبان‌ها"
3011
+
3012
+ #: ../../admin/view/wp-slimstat-reports.php:247
3013
+ msgid "Top Browsers"
3014
+ msgstr "برترین مرورگرها"
3015
+
3016
+ #: ../../admin/view/wp-slimstat-reports.php:258
3017
+ msgid "Top Service Providers"
3018
+ msgstr "برترین خدمات دهنده‌ها"
3019
+
3020
+ #: ../../admin/view/wp-slimstat-reports.php:267
3021
+ #: ../../admin/view/wp-slimstat-reports.php:279
3022
+ #, fuzzy
3023
+ msgid ""
3024
+ "Internet Service Provider: a company which provides other companies or "
3025
+ "individuals with access to the Internet. Your DSL or cable internet service "
3026
+ "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
3027
+ "by setting the corresponding filter under Settings > Slimstat > Filters."
3028
+ msgstr ""
3029
+ "اینترنت توسط یک شرکت خدماتی (ISP) برای شما فراهم میشود. میتوانید این نشانی "
3030
+ "ای پی را با وارد کردن صافی نادیده بگیرید."
3031
+
3032
+ #: ../../admin/view/wp-slimstat-reports.php:270
3033
+ msgid "Top Operating Systems"
3034
+ msgstr "برترین محیط‌های عامل"
3035
+
3036
+ #: ../../admin/view/wp-slimstat-reports.php:282
3037
+ msgid "Top Screen Resolutions"
3038
+ msgstr "برترین ابعاد صفحه نماش‌ها"
3039
+
3040
+ #: ../../admin/view/wp-slimstat-reports.php:299
3041
+ msgid "Visit Duration"
3042
+ msgstr "طول دوره بازدید"
3043
+
3044
+ #: ../../admin/view/wp-slimstat-reports.php:305
3045
+ msgid "Recent Countries"
3046
+ msgstr "کشورهای اخیر"
3047
+
3048
+ #: ../../admin/view/wp-slimstat-reports.php:316
3049
+ msgid "Recent Screen Resolutions"
3050
+ msgstr "ابعاد نمایش‌گرهای اخیر"
3051
+
3052
+ #: ../../admin/view/wp-slimstat-reports.php:327
3053
+ msgid "Recent Operating Systems"
3054
+ msgstr "محیطهای عامل اخیر"
3055
+
3056
+ #: ../../admin/view/wp-slimstat-reports.php:338
3057
+ msgid "Recent Browsers"
3058
+ msgstr "مرورگرهای اخیر"
3059
+
3060
+ #: ../../admin/view/wp-slimstat-reports.php:349
3061
+ msgid "Recent Languages"
3062
+ msgstr "زبان‌های اخیر"
3063
+
3064
+ #: ../../admin/view/wp-slimstat-reports.php:360
3065
+ msgid "Top Browser Families"
3066
+ msgstr "برترین مرورگرها"
3067
+
3068
+ #: ../../admin/view/wp-slimstat-reports.php:369
3069
+ msgid ""
3070
+ "This report shows you what user agent families (no version considered) are "
3071
+ "popular among your visitors."
3072
+ msgstr ""
3073
+ "این گزارش نشانگر عامل کابر (بدون در نظر گرفتن نسخه) که در میان بیننده ها "
3074
+ "محبوب تر هستند میباشد."
3075
+
3076
+ #: ../../admin/view/wp-slimstat-reports.php:372
3077
+ msgid "Top OS Families"
3078
+ msgstr "برترین محیط عامل ها"
3079
+
3080
+ #: ../../admin/view/wp-slimstat-reports.php:383
3081
+ msgid ""
3082
+ "This report shows you what operating system families (no version considered) "
3083
+ "are popular among your visitors."
3084
+ msgstr ""
3085
+ "این گزارش نشانگر محیط عامل هایی (بدون در نظر گرفتن نسخه) که در میان بیننده "
3086
+ "ها محبوب تر هستند میباشد."
3087
+
3088
+ #: ../../admin/view/wp-slimstat-reports.php:386
3089
+ msgid "Recent Users"
3090
+ msgstr "کاربرهای اخیر"
3091
+
3092
+ #: ../../admin/view/wp-slimstat-reports.php:398
3093
+ msgid "Top Users"
3094
+ msgstr "برترین کاربرها"
3095
+
3096
+ #: ../../admin/view/wp-slimstat-reports.php:421
3097
+ msgid "Summary"
3098
+ msgstr "خلاصه"
3099
+
3100
+ #: ../../admin/view/wp-slimstat-reports.php:427
3101
+ msgid "Top Referring Search Engines"
3102
+ msgstr "برترین موتور جستجو های ارجاع‌دهنده"
3103
+
3104
+ #: ../../admin/view/wp-slimstat-reports.php:439
3105
+ #, fuzzy
3106
+ msgid "Recent Exit Pages"
3107
+ msgstr "صفحات وازده اخیر"
3108
+
3109
+ #: ../../admin/view/wp-slimstat-reports.php:451
3110
+ msgid "Recent Outbound Links"
3111
+ msgstr "پیوندهای بیرونی اخیر"
3112
+
3113
+ #: ../../admin/view/wp-slimstat-reports.php:464
3114
+ msgid "Recent Posts"
3115
+ msgstr "ارسال های اخیر"
3116
+
3117
+ #: ../../admin/view/wp-slimstat-reports.php:476
3118
+ msgid "Recent Bounce Pages"
3119
+ msgstr "صفحات وازده اخیر"
3120
+
3121
+ #: ../../admin/view/wp-slimstat-reports.php:487
3122
+ msgid ""
3123
+ "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3124
+ "left your site from the entrance (landing) page."
3125
+ msgstr ""
3126
+ " «صفحه وازده» یک «تک-صفحه» میباشد، یا آخرین صفحه ی دیده شده قبل از آنکه "
3127
+ "بیننده پایگاه را ترک کند. "
3128
+
3129
+ #: ../../admin/view/wp-slimstat-reports.php:490
3130
+ msgid "Recent Feeds"
3131
+ msgstr "خوراک‌های اخیر"
3132
+
3133
+ #: ../../admin/view/wp-slimstat-reports.php:502
3134
+ msgid "Recent Pages Not Found"
3135
+ msgstr "صفحه هایی پیدا نشده اخیر"
3136
+
3137
+ #: ../../admin/view/wp-slimstat-reports.php:514
3138
+ msgid "Recent Internal Searches"
3139
+ msgstr "جستجوهای داخلی اخیر"
3140
+
3141
+ #: ../../admin/view/wp-slimstat-reports.php:524
3142
+ #, fuzzy
3143
+ msgid "Searches performed using WordPress' built-in search functionality."
3144
+ msgstr "جستجوهایی که توسط جستجوی داخلی Wordpress انجام میشوند."
3145
+
3146
+ #: ../../admin/view/wp-slimstat-reports.php:527
3147
+ msgid "Top Categories"
3148
+ msgstr "برترین دسته‌ها"
3149
+
3150
+ #: ../../admin/view/wp-slimstat-reports.php:540
3151
+ #, fuzzy
3152
+ msgid "Top Downloads"
3153
+ msgstr "بارگیری های اخیر"
3154
+
3155
+ #: ../../admin/view/wp-slimstat-reports.php:550
3156
+ msgid ""
3157
+ "You can configure Slimstat to track specific file extensions as downloads."
3158
+ msgstr ""
3159
+
3160
+ #: ../../admin/view/wp-slimstat-reports.php:567
3161
+ msgid "Top Posts"
3162
+ msgstr "برترین ارسال ها"
3163
+
3164
+ #: ../../admin/view/wp-slimstat-reports.php:579
3165
+ msgid "Top Internal Searches"
3166
+ msgstr "برترین جستجوهای داخلی"
3167
+
3168
+ #: ../../admin/view/wp-slimstat-reports.php:591
3169
+ msgid "Recent Categories"
3170
+ msgstr "دسته‌های اخیر"
3171
+
3172
+ #: ../../admin/view/wp-slimstat-reports.php:603
3173
+ msgid "Top Pages Not Found"
3174
+ msgstr "برترین صفحاتی که پیدا نشد"
3175
+
3176
+ #: ../../admin/view/wp-slimstat-reports.php:615
3177
+ msgid "Top Authors"
3178
+ msgstr "برترین نویسنده‌ها"
3179
+
3180
+ #: ../../admin/view/wp-slimstat-reports.php:626
3181
+ msgid "Top Tags"
3182
+ msgstr "برترین نشانه ها"
3183
+
3184
+ #: ../../admin/view/wp-slimstat-reports.php:638
3185
+ msgid "Recent Downloads"
3186
+ msgstr "بارگیری های اخیر"
3187
+
3188
+ #: ../../admin/view/wp-slimstat-reports.php:650
3189
+ #, fuzzy
3190
+ msgid "Top Outbound Links"
3191
+ msgstr "پیوند بیرونی"
3192
+
3193
+ #: ../../admin/view/wp-slimstat-reports.php:661
3194
+ msgid "Your Website"
3195
+ msgstr "تارنمای شما"
3196
+
3197
+ #: ../../admin/view/wp-slimstat-reports.php:665
3198
+ msgid ""
3199
+ "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3200
+ "this report is not affected by the filters set here above."
3201
+ msgstr ""
3202
+ "محتوای شما در یک نگاه: ارسال ها، نظرها و غیره. این گزارش با صافی های بالا "
3203
+ "کاربرد نمیشود."
3204
+
3205
+ #: ../../admin/view/wp-slimstat-reports.php:668
3206
+ #, fuzzy
3207
+ msgid "Top Bounce Pages"
3208
+ msgstr "صفحات وازده"
3209
+
3210
+ #: ../../admin/view/wp-slimstat-reports.php:681
3211
+ #, fuzzy
3212
+ msgid "Top Exit Pages"
3213
+ msgstr "برترین صفحات"
3214
+
3215
+ #: ../../admin/view/wp-slimstat-reports.php:694
3216
+ #, fuzzy
3217
+ msgid "Top Entry Pages"
3218
+ msgstr "برترین صفحات"
3219
+
3220
+ #: ../../admin/view/wp-slimstat-reports.php:708
3221
+ msgid "World Map"
3222
+ msgstr "نقشه جهان"
3223
+
3224
+ #: ../../admin/view/wp-slimstat-reports.php:783
3225
+ msgid "Refresh"
3226
+ msgstr "تازه سازی"
3227
+
3228
+ #: ../../admin/view/wp-slimstat-reports.php:816
3229
+ #, php-format
3230
+ msgid "Results %s - %s of %s"
3231
+ msgstr " نتایج %s - %s از %s"
3232
+
3233
+ #: ../../admin/view/wp-slimstat-reports.php:818
3234
+ msgid "Refresh in"
3235
+ msgstr "تازه سازی در"
3236
+
3237
+ #: ../../admin/view/wp-slimstat-reports.php:958
3238
+ msgid "OS Code"
3239
+ msgstr "کد محیط عامل"
3240
+
3241
+ #: ../../admin/view/wp-slimstat-reports.php:963
3242
+ msgid "Category ID"
3243
+ msgstr "شناسه دسته"
3244
+
3245
+ #: ../../admin/view/wp-slimstat-reports.php:981
3246
+ msgid "Referrer"
3247
+ msgstr "ارجاع دهنده"
3248
+
3249
+ #: ../../admin/view/wp-slimstat-reports.php:1008
3250
+ #: ../../admin/view/wp-slimstat-reports.php:1219
3251
+ #: ../../admin/view/wp-slimstat-reports.php:1260
3252
+ #: ../../admin/view/wp-slimstat-reports.php:1266
3253
+ #: ../../admin/view/wp-slimstat-reports.php:1272
3254
+ #: ../../admin/view/wp-slimstat-reports.php:1278
3255
+ #: ../../admin/view/wp-slimstat-reports.php:1284
3256
+ #: ../../admin/view/wp-slimstat-reports.php:1290
3257
+ #: ../../admin/view/wp-slimstat-reports.php:1296
3258
+ msgid "Hits"
3259
+ msgstr "بازدیدها"
3260
+
3261
+ #: ../../admin/view/wp-slimstat-reports.php:1057
3262
+ #: ../../admin/view/wp-slimstat-reports.php:1238
3263
+ msgid "Visits"
3264
+ msgstr "بازدیدها"
3265
+
3266
+ #: ../../admin/view/wp-slimstat-reports.php:1062
3267
+ msgid "Domains"
3268
+ msgstr "دامنه‌ها"
3269
+
3270
+ #: ../../admin/view/wp-slimstat-reports.php:1178
3271
+ #, fuzzy
3272
+ msgid "Dataset Size"
3273
+ msgstr "اندازه پایگاه داده"
3274
+
3275
+ #: ../../admin/view/wp-slimstat-reports.php:1179
3276
+ msgid "DB Size"
3277
+ msgstr "اندازه پایگاه داده"
3278
+
3279
+ #: ../../admin/view/wp-slimstat-reports.php:1180
3280
+ msgid "Tracking Active"
3281
+ msgstr "ردگیری فعال"
3282
+
3283
+ #: ../../admin/view/wp-slimstat-reports.php:1181
3284
+ msgid "Javascript Mode"
3285
+ msgstr "فعال سازی حالت جاوااسکریپت"
3286
+
3287
+ #: ../../admin/view/wp-slimstat-reports.php:1182
3288
+ msgid "Tracking Browser Caps"
3289
+ msgstr "ردگیری قابلیت‌های مرورگر"
3290
+
3291
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3292
+ msgid "Auto purge"
3293
+ msgstr "پاک‌سازی خودکار"
3294
+
3295
+ #: ../../admin/view/wp-slimstat-reports.php:1183
3296
+ #: ../../admin/wp-slimstat-admin.php:1066
3297
+ msgid "No"
3298
+ msgstr "خیر"
3299
+
3300
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3301
+ msgid "Oldest pageview"
3302
+ msgstr "قدیمی‌ترین بازدید"
3303
+
3304
+ #: ../../admin/view/wp-slimstat-reports.php:1184
3305
+ msgid "No visits"
3306
+ msgstr "بازدیدی نیست"
3307
+
3308
+ #: ../../admin/view/wp-slimstat-reports.php:1195
3309
+ #: ../../admin/view/wp-slimstat-reports.php:1320
3310
+ #, fuzzy
3311
+ msgid ""
3312
+ "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3313
+ "the tracking code is executed."
3314
+ msgstr ""
3315
+ "درخواست بارگیری یک پرونده زنگام. هر اجرای ردگیری منجر به ثبت یک بازید میشود."
3316
+
3317
+ #: ../../admin/view/wp-slimstat-reports.php:1197
3318
+ #, fuzzy
3319
+ msgid "Days in Range"
3320
+ msgstr "محدوده زمانی"
3321
+
3322
+ #: ../../admin/view/wp-slimstat-reports.php:1198
3323
+ #, fuzzy
3324
+ msgid ""
3325
+ "How many pages have been visited on average every day during the current "
3326
+ "period."
3327
+ msgstr "چند صفحه به طور میانگین در "
3328
+
3329
+ #: ../../admin/view/wp-slimstat-reports.php:1199
3330
+ #, fuzzy
3331
+ msgid "Average Daily Pageviews"
3332
+ msgstr "میان‌گین مشاهده صفحات"
3333
+
3334
+ #: ../../admin/view/wp-slimstat-reports.php:1200
3335
+ msgid ""
3336
+ "Visitors who landed on your site after searching for a keyword on Google, "
3337
+ "Yahoo, etc."
3338
+ msgstr "کاربرانی که بعد از جستجو در موتورهای جستجو به سایت شما رسیده‌اند."
3339
+
3340
+ #: ../../admin/view/wp-slimstat-reports.php:1201
3341
+ msgid "From Search Results"
3342
+ msgstr "از نتایج جستجو"
3343
+
3344
+ #: ../../admin/view/wp-slimstat-reports.php:1202
3345
+ msgid ""
3346
+ "Used to differentiate between multiple requests to download a file from one "
3347
+ "internet address (IP) and requests originating from many distinct addresses"
3348
+ msgstr ""
3349
+ " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
3350
+ "درخواست از چند آی پی ادرس مختلف است."
3351
+
3352
+ #: ../../admin/view/wp-slimstat-reports.php:1204
3353
+ msgid "Last 30 minutes"
3354
+ msgstr "۳۰ دقیقه اخیر"
3355
+
3356
+ #: ../../admin/view/wp-slimstat-reports.php:1237
3357
+ msgid ""
3358
+ "A visit is a session of at most 30 minutes. Returning visitors are counted "
3359
+ "multiple times if they perform multiple visits."
3360
+ msgstr ""
3361
+ "هر بازدید یک جلسه است که حداکثر ۳۰ دقیقه میباشد. «بیننده دوباره» چند بار "
3362
+ "شمارش میشود اگر چند بار بازدید کنند."
3363
+
3364
+ #: ../../admin/view/wp-slimstat-reports.php:1239
3365
+ msgid "It includes only traffic generated by human visitors."
3366
+ msgstr "فقط شامل ترافیک انسانی میشود"
3367
+
3368
+ #: ../../admin/view/wp-slimstat-reports.php:1241
3369
+ #: ../../admin/view/wp-slimstat-reports.php:1332
3370
+ msgid ""
3371
+ "Percentage of single-page visits, i.e. visits in which the person left your "
3372
+ "site from the entrance page."
3373
+ msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
3374
+
3375
+ #: ../../admin/view/wp-slimstat-reports.php:1242
3376
+ msgid "Bounce rate"
3377
+ msgstr "میزان وازده گی"
3378
+
3379
+ #: ../../admin/view/wp-slimstat-reports.php:1243
3380
+ msgid "Visitors who had previously left a comment on your blog."
3381
+ msgstr "بازدیدکنندگانی که قبلا در تارنامه نظر ثبت کرده‌اند"
3382
+
3383
+ #: ../../admin/view/wp-slimstat-reports.php:1244
3384
+ msgid "Known visitors"
3385
+ msgstr "بیننده های آشنا"
3386
+
3387
+ #: ../../admin/view/wp-slimstat-reports.php:1245
3388
+ msgid "Human users who visited your site only once."
3389
+ msgstr "کاربرانی که فقط یک بار پایگاه شما را دیده‌اند."
3390
+
3391
+ #: ../../admin/view/wp-slimstat-reports.php:1246
3392
+ msgid "New visitors"
3393
+ msgstr "بازدیدکنندگان جدید"
3394
+
3395
+ #: ../../admin/view/wp-slimstat-reports.php:1247
3396
+ msgid "Bots"
3397
+ msgstr "ربات‌ها"
3398
+
3399
+ #: ../../admin/view/wp-slimstat-reports.php:1248
3400
+ msgid "Pages per visit"
3401
+ msgstr "صفحات در بازدید"
3402
+
3403
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3404
+ msgid "Longest visit"
3405
+ msgstr "طولانی‌ترین مشاهده صفحات"
3406
+
3407
+ #: ../../admin/view/wp-slimstat-reports.php:1249
3408
+ msgid "hits"
3409
+ msgstr "مشاهدات"
3410
+
3411
+ #: ../../admin/view/wp-slimstat-reports.php:1262
3412
+ msgid "0 - 30 seconds"
3413
+ msgstr "۰ تا ۳۰ ثانیه"
3414
+
3415
+ #: ../../admin/view/wp-slimstat-reports.php:1268
3416
+ msgid "31 - 60 seconds"
3417
+ msgstr "۳۱ تا ۶۰ ثانیه"
3418
+
3419
+ #: ../../admin/view/wp-slimstat-reports.php:1274
3420
+ msgid "1 - 3 minutes"
3421
+ msgstr "۱ تا ۳ دقیقه"
3422
+
3423
+ #: ../../admin/view/wp-slimstat-reports.php:1280
3424
+ msgid "3 - 5 minutes"
3425
+ msgstr "۳ تا ۵ دقیقه"
3426
+
3427
+ #: ../../admin/view/wp-slimstat-reports.php:1286
3428
+ msgid "5 - 7 minutes"
3429
+ msgstr "۵ تا ۷ دقیقه"
3430
+
3431
+ #: ../../admin/view/wp-slimstat-reports.php:1292
3432
+ msgid "7 - 10 minutes"
3433
+ msgstr "۷ تا ۱۰ دقیقه"
3434
+
3435
+ #: ../../admin/view/wp-slimstat-reports.php:1298
3436
+ msgid "More than 10 minutes"
3437
+ msgstr "بیش از ۱۰ دقیقه"
3438
+
3439
+ #: ../../admin/view/wp-slimstat-reports.php:1307
3440
+ msgid "Average time on site"
3441
+ msgstr " میان‌گین دیدن از پایگاه"
3442
+
3443
+ #: ../../admin/view/wp-slimstat-reports.php:1322
3444
+ msgid ""
3445
+ "A referrer (or referring site) is the site that a visitor previously visited "
3446
+ "before following a link to your site."
3447
+ msgstr ""
3448
+ "ارجاع دهنده (یا پایگاه ارجاع دهنده) که بیننده را به پایگاه شما پیوند زده است."
3449
+
3450
+ #: ../../admin/view/wp-slimstat-reports.php:1323
3451
+ msgid "Unique Referrers"
3452
+ msgstr "ارجاع‌دهنده‌های یکتا"
3453
+
3454
+ #: ../../admin/view/wp-slimstat-reports.php:1324
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 "
3458
+ "their bookmarks/favorites, untagged links within emails, or links from "
3459
+ "documents that don't include tracking variables."
3460
+ msgstr ""
3461
+ "بیننده هایی که نشانی پایگاه را وارد مرورگر کرده اند. البته این میتواند شامل "
3462
+ "کاربرانی که با استفاده از bookmarks/favorites، و یا از پیوندهایی در نامک و "
3463
+ "مدارک که متغییر ردگیری ندارند نیز بشود."
3464
+
3465
+ #: ../../admin/view/wp-slimstat-reports.php:1325
3466
+ msgid "Direct Pageviews"
3467
+ msgstr "مشاهده صفحات بی‌واسطه"
3468
+
3469
+ #: ../../admin/view/wp-slimstat-reports.php:1326
3470
+ msgid ""
3471
+ "Visitors who came to your site via searches on Google or some other search "
3472
+ "engine."
3473
+ msgstr "کاربرانی که از گوگل یا سایر موتورهای جستجو به پایگاه شما آمده‌اند."
3474
+
3475
+ #: ../../admin/view/wp-slimstat-reports.php:1327
3476
+ msgid "From a search result"
3477
+ msgstr "از نتایج جستجو"
3478
+
3479
+ #: ../../admin/view/wp-slimstat-reports.php:1328
3480
+ msgid ""
3481
+ "The first page that a user views during a session. This is also known as the "
3482
+ "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3483
+ "Space,' and they land on your home page, it gets counted (for that visit) as "
3484
+ "a landing page."
3485
+ msgstr ""
3486
+ "اولین صفحه ای که کاربر در جلسه دیدن میکند به «صفحه ورودی» نیز شناخته میشود. "
3487
+ "به عنوان مثال اگر کاربری برای «بستنی» جستجو کند و در صفحه اصلی شما هدایت "
3488
+ "شود، در آن جلسه به عنوان «صفحه ورودی» حساب میشود."
3489
+
3490
+ #: ../../admin/view/wp-slimstat-reports.php:1329
3491
+ msgid "Unique Landing Pages"
3492
+ msgstr "صفحات فرودی خاص"
3493
+
3494
+ #: ../../admin/view/wp-slimstat-reports.php:1330
3495
+ msgid "Number of single-page visits to your site over the selected period."
3496
+ msgstr "تعداد بازدید «تک-صفحه» به پایگاه شما در بازه زمانی انتخاب شده."
3497
+
3498
+ #: ../../admin/view/wp-slimstat-reports.php:1331
3499
+ msgid "Bounce Pages"
3500
+ msgstr "صفحات وازده"
3501
+
3502
+ #: ../../admin/view/wp-slimstat-reports.php:1333
3503
+ msgid "New Visitors Rate"
3504
+ msgstr "میزان بازدیدکنندگان جدید"
3505
+
3506
+ #: ../../admin/view/wp-slimstat-reports.php:1334
3507
+ msgid ""
3508
+ "Visitors who visited the site in the last 5 minutes coming from a search "
3509
+ "engine."
3510
+ msgstr "کاربرانی که در ۵ دقیقه گذشته از یک موتور جستجو به پایگاه شما آمده‌اند."
3511
+
3512
+ #: ../../admin/view/wp-slimstat-reports.php:1335
3513
+ msgid "Currently from search engines"
3514
+ msgstr "هم‌اکنون از موتورهای جستجو"
3515
+
3516
+ #: ../../admin/view/wp-slimstat-reports.php:1407
3517
+ msgid "Number of pages in your site included in Google's index."
3518
+ msgstr "تعداد صفحاتی که در فهرست گوگل شمرده شده است."
3519
+
3520
+ #: ../../admin/view/wp-slimstat-reports.php:1408
3521
+ msgid "Google Index"
3522
+ msgstr "اندیس گوگل"
3523
+
3524
+ #: ../../admin/view/wp-slimstat-reports.php:1409
3525
+ msgid "Number of pages, according to Google, that link back to your site."
3526
+ msgstr "تعداد صفحات که به گفته گوگل به پایگاه پیوند میدهند. "
3527
+
3528
+ #: ../../admin/view/wp-slimstat-reports.php:1410
3529
+ msgid "Google Backlinks"
3530
+ msgstr ""
3531
+
3532
+ #: ../../admin/view/wp-slimstat-reports.php:1411
3533
+ msgid ""
3534
+ "How many times the Facebook Like button has been approximately clicked on "
3535
+ "your site."
3536
+ msgstr "چند بار Facebook Like در پایگاه شما کلیک شده است."
3537
+
3538
+ #: ../../admin/view/wp-slimstat-reports.php:1412
3539
+ msgid "Facebook Likes"
3540
+ msgstr "لایک های فیسبوک"
3541
+
3542
+ #: ../../admin/view/wp-slimstat-reports.php:1413
3543
+ msgid ""
3544
+ "How many times your site has been shared by someone on the social network."
3545
+ msgstr "چند بار پایگاه شما در شبکه های اجتماعی بخش شده است"
3546
+
3547
+ #: ../../admin/view/wp-slimstat-reports.php:1414
3548
+ msgid "Facebook Shares"
3549
+ msgstr "بخش های فیسبوک"
3550
+
3551
+ #: ../../admin/view/wp-slimstat-reports.php:1415
3552
+ msgid "How many times links to your website have been clicked on Facebook."
3553
+ msgstr "چند بار پایگاه شما در Facebook فشار داده شده است."
3554
+
3555
+ #: ../../admin/view/wp-slimstat-reports.php:1416
3556
+ msgid "Facebook Clicks"
3557
+ msgstr "Facebook Clicks"
3558
+
3559
+ #: ../../admin/view/wp-slimstat-reports.php:1417
3560
+ msgid ""
3561
+ "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3562
+ "traffic data."
3563
+ msgstr ""
3564
+ "شرکت Alexa بخشی از Amazon.com میباشد که گزارش پایگاه های تبلیغاتی را انجام "
3565
+ "میدهد."
3566
+
3567
+ #: ../../admin/view/wp-slimstat-reports.php:1418
3568
+ msgid "Alexa World Rank"
3569
+ msgstr ""
3570
+
3571
+ #: ../../admin/view/wp-slimstat-reports.php:1419
3572
+ msgid "Alexa Country Rank"
3573
+ msgstr ""
3574
+
3575
+ #: ../../admin/view/wp-slimstat-reports.php:1420
3576
+ msgid "Alexa Popularity"
3577
+ msgstr ""
3578
+
3579
+ # Unknown
3580
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3581
+ msgid "c-xx"
3582
+ msgstr "Unknown"
3583
+
3584
+ # Afghanistan
3585
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3586
+ msgid "c-af"
3587
+ msgstr "Afghanistan"
3588
+
3589
+ # Åland Islands
3590
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3591
+ msgid "c-ax"
3592
+ msgstr "Aland Islands"
3593
+
3594
+ # Albania
3595
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3596
+ msgid "c-al"
3597
+ msgstr "Albania"
3598
+
3599
+ # Algeria
3600
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3601
+ msgid "c-dz"
3602
+ msgstr "Algeria"
3603
+
3604
+ # Andorra
3605
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3606
+ msgid "c-ad"
3607
+ msgstr "Andorra"
3608
+
3609
+ # Angola
3610
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3611
+ msgid "c-ao"
3612
+ msgstr "Angola"
3613
+
3614
+ # Anguilla
3615
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3616
+ msgid "c-ai"
3617
+ msgstr "Anguilla"
3618
+
3619
+ # Antigua and Barbuda
3620
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3621
+ msgid "c-ag"
3622
+ msgstr "Antigua and Barbuda"
3623
+
3624
+ # Argentina
3625
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3626
+ msgid "c-ar"
3627
+ msgstr "Argentina"
3628
+
3629
+ # Armenia
3630
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3631
+ msgid "c-am"
3632
+ msgstr "Armenia"
3633
+
3634
+ # Aruba
3635
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3636
+ msgid "c-aw"
3637
+ msgstr "Aruba"
3638
+
3639
+ # Australia
3640
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3641
+ msgid "c-au"
3642
+ msgstr "Australia"
3643
+
3644
+ # Austria
3645
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3646
+ msgid "c-at"
3647
+ msgstr "Austria"
3648
+
3649
+ # Azerbaijan
3650
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3651
+ msgid "c-az"
3652
+ msgstr "Azerbaijan"
3653
+
3654
+ # Bahamas
3655
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3656
+ msgid "c-bs"
3657
+ msgstr "Bahamas"
3658
+
3659
+ # Bahrain
3660
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3661
+ msgid "c-bh"
3662
+ msgstr "Bahrain"
3663
+
3664
+ # Bangladesh
3665
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3666
+ msgid "c-bd"
3667
+ msgstr "Bangladesh"
3668
+
3669
+ # Barbados
3670
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3671
+ msgid "c-bb"
3672
+ msgstr "Barbados"
3673
+
3674
+ # Belarus
3675
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3676
+ msgid "c-by"
3677
+ msgstr "Belarus"
3678
+
3679
+ # Belgium
3680
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3681
+ msgid "c-be"
3682
+ msgstr "Belgium"
3683
+
3684
+ # Belize
3685
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3686
+ msgid "c-bz"
3687
+ msgstr "Belize"
3688
+
3689
+ # Benin
3690
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3691
+ msgid "c-bj"
3692
+ msgstr "Benin"
3693
+
3694
+ # Bermuda
3695
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3696
+ msgid "c-bm"
3697
+ msgstr "Bermuda"
3698
+
3699
+ # Bhutan
3700
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3701
+ msgid "c-bt"
3702
+ msgstr "Bhutan"
3703
+
3704
+ # Bolivia
3705
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3706
+ msgid "c-bo"
3707
+ msgstr "Bolivia"
3708
+
3709
+ # Bosnia and Herzegovina
3710
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3711
+ msgid "c-ba"
3712
+ msgstr "Bosnia and Herzegovina"
3713
+
3714
+ # Botswana
3715
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3716
+ msgid "c-bw"
3717
+ msgstr "Botswana"
3718
+
3719
+ # Brazil
3720
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3721
+ msgid "c-br"
3722
+ msgstr "Brazil"
3723
+
3724
+ # Brunei Darussalam
3725
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3726
+ msgid "c-bn"
3727
+ msgstr "Brunei Darussalam"
3728
+
3729
+ # Bulgaria
3730
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3731
+ msgid "c-bg"
3732
+ msgstr "Bulgaria"
3733
+
3734
+ # Burkina Faso
3735
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3736
+ msgid "c-bf"
3737
+ msgstr "Burkina Faso"
3738
+
3739
+ # Burundi
3740
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3741
+ msgid "c-bi"
3742
+ msgstr "Burundi"
3743
+
3744
+ # Cambodia
3745
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3746
+ msgid "c-kh"
3747
+ msgstr "Cambodia"
3748
+
3749
+ # Cameroon
3750
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3751
+ msgid "c-cm"
3752
+ msgstr "Cameroon"
3753
+
3754
+ # Canada
3755
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3756
+ msgid "c-ca"
3757
+ msgstr "Canada"
3758
+
3759
+ # Cape Verde
3760
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3761
+ msgid "c-cv"
3762
+ msgstr "Cape Verde"
3763
+
3764
+ # Cayman Islands
3765
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3766
+ msgid "c-ky"
3767
+ msgstr "Cayman Islands"
3768
+
3769
+ # Central African Republic
3770
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3771
+ msgid "c-cf"
3772
+ msgstr "Central African Republic"
3773
+
3774
+ # Chad
3775
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3776
+ msgid "c-td"
3777
+ msgstr "Chad"
3778
+
3779
+ # Chile
3780
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3781
+ msgid "c-cl"
3782
+ msgstr "Chile"
3783
+
3784
+ # China
3785
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3786
+ msgid "c-cn"
3787
+ msgstr "China"
3788
+
3789
+ # Colombia
3790
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3791
+ msgid "c-co"
3792
+ msgstr "Colombia"
3793
+
3794
+ # Comoros
3795
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3796
+ msgid "c-km"
3797
+ msgstr "Comoros"
3798
+
3799
+ # Congo
3800
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3801
+ msgid "c-cg"
3802
+ msgstr "Congo"
3803
+
3804
+ # The Democratic Republic of the Congo
3805
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3806
+ msgid "c-cd"
3807
+ msgstr "The Democratic Republic of the Congo"
3808
+
3809
+ # Costa Rica
3810
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3811
+ msgid "c-cr"
3812
+ msgstr "Costa Rica"
3813
+
3814
+ # Côte d'Ivoire
3815
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3816
+ msgid "c-ci"
3817
+ msgstr "Côte d'Ivoire"
3818
+
3819
+ # Croatia
3820
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3821
+ msgid "c-hr"
3822
+ msgstr "Croatia"
3823
+
3824
+ # Cuba
3825
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3826
+ msgid "c-cu"
3827
+ msgstr "Cuba"
3828
+
3829
+ # Cyprus
3830
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3831
+ msgid "c-cy"
3832
+ msgstr "Cyprus"
3833
+
3834
+ # Czech Republic
3835
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3836
+ msgid "c-cz"
3837
+ msgstr "Czech Republic"
3838
+
3839
+ # Denmark
3840
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3841
+ msgid "c-dk"
3842
+ msgstr "Denmark"
3843
+
3844
+ # Djibouti
3845
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3846
+ msgid "c-dj"
3847
+ msgstr "Djibouti"
3848
+
3849
+ # Dominica
3850
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3851
+ msgid "c-dm"
3852
+ msgstr "Dominica"
3853
+
3854
+ # Dominican Republic
3855
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3856
+ msgid "c-do"
3857
+ msgstr "Dominican Republic"
3858
+
3859
+ # Ecuador
3860
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3861
+ msgid "c-ec"
3862
+ msgstr "Ecuador"
3863
+
3864
+ # Egypt
3865
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3866
+ msgid "c-eg"
3867
+ msgstr "Egypt"
3868
+
3869
+ # El Salvador
3870
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3871
+ msgid "c-sv"
3872
+ msgstr "El Salvador"
3873
+
3874
+ # Equatorial Guinea
3875
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3876
+ msgid "c-gq"
3877
+ msgstr "Equatorial Guinea"
3878
+
3879
+ # Eritrea
3880
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3881
+ msgid "c-er"
3882
+ msgstr "Eritrea"
3883
+
3884
+ # Estonia
3885
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3886
+ msgid "c-ee"
3887
+ msgstr "Estonia"
3888
+
3889
+ # Ethiopia
3890
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3891
+ msgid "c-et"
3892
+ msgstr "Ethiopia"
3893
+
3894
+ # Faroe Islands
3895
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3896
+ msgid "c-fo"
3897
+ msgstr "Faroe Islands"
3898
+
3899
+ # Falkland Islands (Malvinas)
3900
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3901
+ msgid "c-fk"
3902
+ msgstr "Falkland Islands (Malvinas)"
3903
+
3904
+ # Fiji
3905
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3906
+ msgid "c-fj"
3907
+ msgstr "Fiji"
3908
+
3909
+ # Finland
3910
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3911
+ msgid "c-fi"
3912
+ msgstr "Finland"
3913
+
3914
+ # France
3915
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3916
+ msgid "c-fr"
3917
+ msgstr "France"
3918
+
3919
+ # French Guiana
3920
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3921
+ msgid "c-gf"
3922
+ msgstr "French Guiana"
3923
+
3924
+ # Gabon
3925
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3926
+ msgid "c-ga"
3927
+ msgstr "Gabon"
3928
+
3929
+ # Gambia
3930
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3931
+ msgid "c-gm"
3932
+ msgstr "Gambia"
3933
+
3934
+ # Georgia
3935
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3936
+ msgid "c-ge"
3937
+ msgstr "Georgia"
3938
+
3939
+ # Germany
3940
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3941
+ msgid "c-de"
3942
+ msgstr "Germany"
3943
+
3944
+ # Ghana
3945
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3946
+ msgid "c-gh"
3947
+ msgstr "Ghana"
3948
+
3949
+ # Greece
3950
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3951
+ msgid "c-gr"
3952
+ msgstr "Greece"
3953
+
3954
+ # Greenland
3955
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3956
+ msgid "c-gl"
3957
+ msgstr "Greenland"
3958
+
3959
+ # Grenada
3960
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3961
+ msgid "c-gd"
3962
+ msgstr "Grenada"
3963
+
3964
+ # Guadeloupe
3965
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3966
+ msgid "c-gp"
3967
+ msgstr "Guadeloupe"
3968
+
3969
+ # Guatemala
3970
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3971
+ msgid "c-gt"
3972
+ msgstr "Guatemala"
3973
+
3974
+ # Guinea
3975
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3976
+ msgid "c-gn"
3977
+ msgstr "Guinea"
3978
+
3979
+ # Guinea-Bissau
3980
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3981
+ msgid "c-gw"
3982
+ msgstr "Guinea-Bissau"
3983
+
3984
+ # Guyana
3985
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3986
+ msgid "c-gy"
3987
+ msgstr "Guyana"
3988
+
3989
+ # Haiti
3990
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3991
+ msgid "c-ht"
3992
+ msgstr "Haiti"
3993
+
3994
+ # Honduras
3995
+ #: ../../admin/view/wp-slimstat-reports.php:1430
3996
+ msgid "c-hn"
3997
+ msgstr "Honduras"
3998
+
3999
+ # Hong Kong
4000
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4001
+ msgid "c-hk"
4002
+ msgstr "Hong Kong"
4003
+
4004
+ # Hungary
4005
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4006
+ msgid "c-hu"
4007
+ msgstr "Hungary"
4008
+
4009
+ # Iceland
4010
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4011
+ msgid "c-is"
4012
+ msgstr "Iceland"
4013
+
4014
+ # India
4015
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4016
+ msgid "c-in"
4017
+ msgstr "India"
4018
+
4019
+ # Indonesia
4020
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4021
+ msgid "c-id"
4022
+ msgstr "Indonesia"
4023
+
4024
+ # Islamic Republic of Iran
4025
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4026
+ msgid "c-ir"
4027
+ msgstr "Islamic Republic of Iran"
4028
+
4029
+ # Iraq
4030
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4031
+ msgid "c-iq"
4032
+ msgstr "Iraq"
4033
+
4034
+ # Ireland
4035
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4036
+ msgid "c-ie"
4037
+ msgstr "Ireland"
4038
+
4039
+ # Israel
4040
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4041
+ msgid "c-il"
4042
+ msgstr "Israel"
4043
+
4044
+ # Italy
4045
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4046
+ msgid "c-it"
4047
+ msgstr "Italy"
4048
+
4049
+ # Jamaica
4050
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4051
+ msgid "c-jm"
4052
+ msgstr "Jamaica"
4053
+
4054
+ # Japan
4055
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4056
+ msgid "c-jp"
4057
+ msgstr "Japan"
4058
+
4059
+ # Jordan
4060
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4061
+ msgid "c-jo"
4062
+ msgstr "Jordan"
4063
+
4064
+ # Kazakhstan
4065
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4066
+ msgid "c-kz"
4067
+ msgstr "Kazakhstan"
4068
+
4069
+ # Kenya
4070
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4071
+ msgid "c-ke"
4072
+ msgstr "Kenya"
4073
+
4074
+ # Nauru
4075
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4076
+ msgid "c-nr"
4077
+ msgstr "Nauru"
4078
+
4079
+ # Democratic People's Republic of Korea
4080
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4081
+ msgid "c-kp"
4082
+ msgstr "Democratic People's Republic of Korea"
4083
+
4084
+ # Republic of Korea
4085
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4086
+ msgid "c-kr"
4087
+ msgstr "Republic of Korea"
4088
+
4089
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4090
+ msgid "c-kv"
4091
+ msgstr ""
4092
+
4093
+ # Kuwait
4094
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4095
+ msgid "c-kw"
4096
+ msgstr "Kuwait"
4097
+
4098
+ # Kyrgyzstan
4099
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4100
+ msgid "c-kg"
4101
+ msgstr "Kyrgyzstan"
4102
+
4103
+ # Lao People's Democratic Republic
4104
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4105
+ msgid "c-la"
4106
+ msgstr "Lao People's Democratic Republic"
4107
+
4108
+ # Latvia
4109
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4110
+ msgid "c-lv"
4111
+ msgstr "Latvia"
4112
+
4113
+ # Lebanon
4114
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4115
+ msgid "c-lb"
4116
+ msgstr "Lebanon"
4117
+
4118
+ # Lesotho
4119
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4120
+ msgid "c-ls"
4121
+ msgstr "Lesotho"
4122
+
4123
+ # Liberia
4124
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4125
+ msgid "c-lr"
4126
+ msgstr "Liberia"
4127
+
4128
+ # Libyan Arab Jamahiriya
4129
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4130
+ msgid "c-ly"
4131
+ msgstr "Libyan Arab Jamahiriya"
4132
+
4133
+ # Liechtenstein
4134
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4135
+ msgid "c-li"
4136
+ msgstr "Liechtenstein"
4137
+
4138
+ # Lithuania
4139
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4140
+ msgid "c-lt"
4141
+ msgstr "Lithuania"
4142
+
4143
+ # Luxembourg
4144
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4145
+ msgid "c-lu"
4146
+ msgstr "Luxembourg"
4147
+
4148
+ # The Former Yugoslav Republic of Macedonia
4149
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4150
+ msgid "c-mk"
4151
+ msgstr "The Former Yugoslav Republic of Macedonia"
4152
+
4153
+ # Madagascar
4154
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4155
+ msgid "c-mg"
4156
+ msgstr "Madagascar"
4157
+
4158
+ # Malawi
4159
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4160
+ msgid "c-mw"
4161
+ msgstr "Malawi"
4162
+
4163
+ # Malaysia
4164
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4165
+ msgid "c-my"
4166
+ msgstr "Malaysia"
4167
+
4168
+ # Mali
4169
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4170
+ msgid "c-ml"
4171
+ msgstr "Mali"
4172
+
4173
+ # Malta
4174
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4175
+ msgid "c-mt"
4176
+ msgstr "Malta"
4177
+
4178
+ # Martinique
4179
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4180
+ msgid "c-mq"
4181
+ msgstr "Martinique"
4182
+
4183
+ # Mauritania
4184
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4185
+ msgid "c-mr"
4186
+ msgstr "Mauritania"
4187
+
4188
+ # Mauritius
4189
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4190
+ msgid "c-mu"
4191
+ msgstr "Mauritius"
4192
+
4193
+ # Mexico
4194
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4195
+ msgid "c-mx"
4196
+ msgstr "Mexico"
4197
+
4198
+ # Moldova
4199
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4200
+ msgid "c-md"
4201
+ msgstr "Moldova"
4202
+
4203
+ # Mongolia
4204
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4205
+ msgid "c-mn"
4206
+ msgstr "Mongolia"
4207
+
4208
+ # Montenegro
4209
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4210
+ msgid "c-me"
4211
+ msgstr "Montenegro"
4212
+
4213
+ # Montserrat
4214
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4215
+ msgid "c-ms"
4216
+ msgstr "Montserrat"
4217
+
4218
+ # Morocco
4219
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4220
+ msgid "c-ma"
4221
+ msgstr "Morocco"
4222
+
4223
+ # Mozambique
4224
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4225
+ msgid "c-mz"
4226
+ msgstr "Mozambique"
4227
+
4228
+ # Myanmar
4229
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4230
+ msgid "c-mm"
4231
+ msgstr "Myanmar"
4232
+
4233
+ # Namibia
4234
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4235
+ msgid "c-na"
4236
+ msgstr "Namibia"
4237
+
4238
+ # Nepal
4239
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4240
+ msgid "c-np"
4241
+ msgstr "Nepal"
4242
+
4243
+ # Netherlands
4244
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4245
+ msgid "c-nl"
4246
+ msgstr "Netherlands"
4247
+
4248
+ # New Caledonia
4249
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4250
+ msgid "c-nc"
4251
+ msgstr "New Caledonia"
4252
+
4253
+ # New Zealand
4254
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4255
+ msgid "c-nz"
4256
+ msgstr "New Zealand"
4257
+
4258
+ # Nicaragua
4259
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4260
+ msgid "c-ni"
4261
+ msgstr "Nicaragua"
4262
+
4263
+ # Niger
4264
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4265
+ msgid "c-ne"
4266
+ msgstr "Niger"
4267
+
4268
+ # Nigeria
4269
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4270
+ msgid "c-ng"
4271
+ msgstr "Nigeria"
4272
+
4273
+ # Norway
4274
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4275
+ msgid "c-no"
4276
+ msgstr "Norway"
4277
+
4278
+ # Oman
4279
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4280
+ msgid "c-om"
4281
+ msgstr "Oman"
4282
+
4283
+ # Pakistan
4284
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4285
+ msgid "c-pk"
4286
+ msgstr "Pakistan"
4287
+
4288
+ # Palau
4289
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4290
+ msgid "c-pw"
4291
+ msgstr "Palau"
4292
+
4293
+ # Occupied Palestinian Territory
4294
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4295
+ msgid "c-ps"
4296
+ msgstr "Occupied Palestinian Territory"
4297
+
4298
+ # Panama
4299
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4300
+ msgid "c-pa"
4301
+ msgstr "Panama"
4302
+
4303
+ # Papua New Guinea
4304
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4305
+ msgid "c-pg"
4306
+ msgstr "Papua New Guinea"
4307
+
4308
+ # Paraguay
4309
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4310
+ msgid "c-py"
4311
+ msgstr "Paraguay"
4312
+
4313
+ # Peru
4314
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4315
+ msgid "c-pe"
4316
+ msgstr "Peru"
4317
+
4318
+ # Philippines
4319
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4320
+ msgid "c-ph"
4321
+ msgstr "Philippines"
4322
+
4323
+ # Poland
4324
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4325
+ msgid "c-pl"
4326
+ msgstr "Poland"
4327
+
4328
+ # Portugal
4329
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4330
+ msgid "c-pt"
4331
+ msgstr "Portugal"
4332
+
4333
+ # Puerto Rico
4334
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4335
+ msgid "c-pr"
4336
+ msgstr "Puerto Rico"
4337
+
4338
+ # Qatar
4339
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4340
+ msgid "c-qa"
4341
+ msgstr "Qatar"
4342
+
4343
+ # Réunion
4344
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4345
+ msgid "c-re"
4346
+ msgstr "Réunion"
4347
+
4348
+ # Romania
4349
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4350
+ msgid "c-ro"
4351
+ msgstr "Romania"
4352
+
4353
+ # Russian Federation
4354
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4355
+ msgid "c-ru"
4356
+ msgstr "Russian Federation"
4357
+
4358
+ # Rwanda
4359
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4360
+ msgid "c-rw"
4361
+ msgstr "Rwanda"
4362
+
4363
+ # Saint Kitts and Nevis
4364
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4365
+ msgid "c-kn"
4366
+ msgstr "Saint Kitts and Nevis"
4367
+
4368
+ # Saint Lucia
4369
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4370
+ msgid "c-lc"
4371
+ msgstr "Saint Lucia"
4372
+
4373
+ # Saint Martin
4374
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4375
+ msgid "c-mf"
4376
+ msgstr "Saint Martin"
4377
+
4378
+ # Saint Vincent and the Grenadines
4379
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4380
+ msgid "c-vc"
4381
+ msgstr "Saint Vincent and the Grenadines"
4382
+
4383
+ # Samoa
4384
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4385
+ msgid "c-ws"
4386
+ msgstr "Samoa"
4387
+
4388
+ # Sao Tome and Principe
4389
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4390
+ msgid "c-st"
4391
+ msgstr "Sao Tome and Principe"
4392
+
4393
+ # Saudi Arabia
4394
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4395
+ msgid "c-sa"
4396
+ msgstr "Saudi Arabia"
4397
+
4398
+ # Senegal
4399
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4400
+ msgid "c-sn"
4401
+ msgstr "Senegal"
4402
+
4403
+ # Serbia
4404
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4405
+ msgid "c-rs"
4406
+ msgstr "Serbia"
4407
+
4408
+ # Sierra Leone
4409
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4410
+ msgid "c-sl"
4411
+ msgstr "Sierra Leone"
4412
+
4413
+ # Singapore
4414
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4415
+ msgid "c-sg"
4416
+ msgstr "Singapore"
4417
+
4418
+ # Slovakia
4419
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4420
+ msgid "c-sk"
4421
+ msgstr "Slovakia"
4422
+
4423
+ # Slovenia
4424
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4425
+ msgid "c-si"
4426
+ msgstr "Slovenia"
4427
+
4428
+ # Solomon Islands
4429
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4430
+ msgid "c-sb"
4431
+ msgstr "Solomon Islands"
4432
+
4433
+ # Somalia
4434
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4435
+ msgid "c-so"
4436
+ msgstr "Somalia"
4437
+
4438
+ # South Africa
4439
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4440
+ msgid "c-za"
4441
+ msgstr "South Africa"
4442
+
4443
+ # South Georgia and the South Sandwich Islands
4444
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4445
+ msgid "c-gs"
4446
+ msgstr "South Georgia and the South Sandwich Islands"
4447
+
4448
+ # Spain
4449
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4450
+ msgid "c-es"
4451
+ msgstr "Spain"
4452
+
4453
+ # Sri Lanka
4454
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4455
+ msgid "c-lk"
4456
+ msgstr "Sri Lanka"
4457
+
4458
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4459
+ msgid "c-sc"
4460
+ msgstr "Seychelles"
4461
+
4462
+ # Sudan
4463
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4464
+ msgid "c-sd"
4465
+ msgstr "Sudan"
4466
+
4467
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4468
+ msgid "c-ss"
4469
+ msgstr ""
4470
+
4471
+ # Suriname
4472
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4473
+ msgid "c-sr"
4474
+ msgstr "Suriname"
4475
+
4476
+ # Svalbard and Jan Mayen
4477
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4478
+ msgid "c-sj"
4479
+ msgstr "Svalbard and Jan Mayen"
4480
+
4481
+ # Swaziland
4482
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4483
+ msgid "c-sz"
4484
+ msgstr "Swaziland"
4485
+
4486
+ # Sweden
4487
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4488
+ msgid "c-se"
4489
+ msgstr "Sweden"
4490
+
4491
+ # Switzerland
4492
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4493
+ msgid "c-ch"
4494
+ msgstr "Switzerland"
4495
+
4496
+ # Syrian Arab Republic
4497
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4498
+ msgid "c-sy"
4499
+ msgstr "Syrian Arab Republic"
4500
+
4501
+ # Taiwan, Province of China
4502
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4503
+ msgid "c-tw"
4504
+ msgstr "Taiwan"
4505
+
4506
+ # Tajikistan
4507
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4508
+ msgid "c-tj"
4509
+ msgstr "Tajikistan"
4510
+
4511
+ # United Republic of Tanzania
4512
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4513
+ msgid "c-tz"
4514
+ msgstr "United Republic of Tanzania"
4515
+
4516
+ # Thailand
4517
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4518
+ msgid "c-th"
4519
+ msgstr "Thailand"
4520
+
4521
+ # Timor-Leste
4522
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4523
+ msgid "c-tl"
4524
+ msgstr "Timor-Leste"
4525
+
4526
+ # Togo
4527
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4528
+ msgid "c-tg"
4529
+ msgstr "Togo"
4530
+
4531
+ # Tonga
4532
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4533
+ msgid "c-to"
4534
+ msgstr "Tonga"
4535
+
4536
+ # Trinidad and Tobago
4537
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4538
+ msgid "c-tt"
4539
+ msgstr "Trinidad and Tobago"
4540
+
4541
+ # Tunisia
4542
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4543
+ msgid "c-tn"
4544
+ msgstr "Tunisia"
4545
+
4546
+ # Turkey
4547
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4548
+ msgid "c-tr"
4549
+ msgstr "Turkey"
4550
+
4551
+ # Turkmenistan
4552
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4553
+ msgid "c-tm"
4554
+ msgstr "Turkmenistan"
4555
+
4556
+ # Turks and Caicos Islands
4557
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4558
+ msgid "c-tc"
4559
+ msgstr "Turks and Caicos Islands"
4560
+
4561
+ # Uganda
4562
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4563
+ msgid "c-ug"
4564
+ msgstr "Uganda"
4565
+
4566
+ # Ukraine
4567
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4568
+ msgid "c-ua"
4569
+ msgstr "Ukraine"
4570
+
4571
+ # United Arab Emirates
4572
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4573
+ msgid "c-ae"
4574
+ msgstr "United Arab Emirates"
4575
+
4576
+ # United Kingdom
4577
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4578
+ msgid "c-gb"
4579
+ msgstr "United Kingdom"
4580
+
4581
+ # United States
4582
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4583
+ msgid "c-us"
4584
+ msgstr "United States"
4585
+
4586
+ # Uruguay
4587
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4588
+ msgid "c-uy"
4589
+ msgstr "Uruguay"
4590
+
4591
+ # Uzbekistan
4592
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4593
+ msgid "c-uz"
4594
+ msgstr "Uzbekistan"
4595
+
4596
+ # Vanuatu
4597
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4598
+ msgid "c-vu"
4599
+ msgstr "Vanuatu"
4600
+
4601
+ # Venezuela
4602
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4603
+ msgid "c-ve"
4604
+ msgstr "Venezuela"
4605
+
4606
+ # Viet Nam
4607
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4608
+ msgid "c-vn"
4609
+ msgstr "Viet Nam"
4610
+
4611
+ # British Virgin Islands
4612
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4613
+ msgid "c-vg"
4614
+ msgstr "British Virgin Islands"
4615
+
4616
+ # U.S. Virgin Islands
4617
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4618
+ msgid "c-vi"
4619
+ msgstr "U.S. Virgin Islands"
4620
+
4621
+ # Western Sahara
4622
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4623
+ msgid "c-eh"
4624
+ msgstr "Western Sahara"
4625
+
4626
+ # Yemen
4627
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4628
+ msgid "c-ye"
4629
+ msgstr "Yemen"
4630
+
4631
+ # Zambia
4632
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4633
+ msgid "c-zm"
4634
+ msgstr "Zambia"
4635
+
4636
+ # Zimbabwe
4637
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4638
+ msgid "c-zw"
4639
+ msgstr "Zimbabwe"
4640
+
4641
+ # Guernsey
4642
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4643
+ msgid "c-gg"
4644
+ msgstr "Guernsey"
4645
+
4646
+ # Jersey
4647
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4648
+ msgid "c-je"
4649
+ msgstr "Jersey"
4650
+
4651
+ # Isle of Man
4652
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4653
+ msgid "c-im"
4654
+ msgstr "Isle of Man"
4655
+
4656
+ # Maldives
4657
+ #: ../../admin/view/wp-slimstat-reports.php:1430
4658
+ msgid "c-mv"
4659
+ msgstr "Maldives"
4660
+
4661
+ #: ../../admin/view/wp-slimstat-reports.php:1431
4662
+ msgid "c-eu"
4663
+ msgstr ""
4664
+
4665
+ #: ../../admin/view/wp-slimstat-reports.php:1523
4666
+ msgid ""
4667
+ "This value includes not only posts, but also custom post types, regardless "
4668
+ "of their status"
4669
+ msgstr "این مقدار شامل همه ارسال ها میشود"
4670
+
4671
+ #: ../../admin/view/wp-slimstat-reports.php:1524
4672
+ msgid "Content Items"
4673
+ msgstr " محتوا موردها"
4674
+
4675
+ #: ../../admin/view/wp-slimstat-reports.php:1525
4676
+ msgid "Total Comments"
4677
+ msgstr "همه نظرها"
4678
+
4679
+ #: ../../admin/view/wp-slimstat-reports.php:1526
4680
+ msgid "Pingbacks"
4681
+ msgstr ""
4682
+
4683
+ #: ../../admin/view/wp-slimstat-reports.php:1527
4684
+ msgid "Trackbacks"
4685
+ msgstr ""
4686
+
4687
+ #: ../../admin/view/wp-slimstat-reports.php:1528
4688
+ msgid "Avg Comments Per Post"
4689
+ msgstr "میانگین نظر برای هر ارسال"
4690
+
4691
+ #: ../../admin/view/wp-slimstat-reports.php:1529
4692
+ msgid "Avg Posts Per Day"
4693
+ msgstr "میانگین ارسال در روز"
4694
+
4695
+ #: ../../admin/view/wp-slimstat-reports.php:1530
4696
+ msgid "Avg Server Latency"
4697
+ msgstr ""
4698
+
4699
+ #: ../../admin/view/wp-slimstat-reports.php:1531
4700
+ #, fuzzy
4701
+ msgid "Avg Page Load Time"
4702
+ msgstr "میان‌گین مشاهده صفحات"
4703
+
4704
+ #: ../../admin/view/wp-slimstat-reports.php:1549
4705
+ msgid "src"
4706
+ msgstr "منبع"
4707
+
4708
+ #: ../../admin/view/wp-slimstat-reports.php:1552
4709
+ msgid "serp"
4710
+ msgstr ""
4711
+
4712
+ #: ../../admin/view/wp-slimstat-reports.php:1559
4713
+ msgid "Go to the referring page"
4714
+ msgstr "برو به صفحه ارجاع‌دهنده"
4715
+
4716
+ #: ../../admin/view/wp-slimstat-reports.php:1581
4717
+ msgid "Remove filter for"
4718
+ msgstr "حذف فیلترها از"
4719
+
4720
+ #: ../../admin/view/wp-slimstat-reports.php:1585
4721
+ msgid "Save"
4722
+ msgstr ""
4723
+
4724
+ #: ../../admin/view/wp-slimstat-reports.php:1588
4725
+ msgid "Reset All"
4726
+ msgstr "بازنشانی همه"
4727
+
4728
+ #: ../../admin/view/wp-slimstat-reports.php:1592
4729
+ msgid "Current filters:"
4730
+ msgstr "فیلترهای جاری:"
4731
+
4732
+ #: ../../admin/wp-slimstat-admin.php:634 ../../admin/wp-slimstat-admin.php:645
4733
+ #: ../../admin/wp-slimstat-admin.php:647
4734
+ msgid "SlimStat"
4735
+ msgstr "SlimStat"
4736
+
4737
+ #: ../../admin/wp-slimstat-admin.php:641 ../../admin/wp-slimstat-admin.php:656
4738
+ #: ../../wp-slimstat.php:1733
4739
+ msgid "Custom Reports"
4740
+ msgstr "گزارش دلخواه"
4741
+
4742
+ #: ../../admin/wp-slimstat-admin.php:729
4743
+ #, fuzzy
4744
+ msgid "Pageviews in the last "
4745
+ msgstr "مشاهده صفحات (نمودار)"
4746
+
4747
+ #: ../../admin/wp-slimstat-admin.php:732
4748
+ #, fuzzy
4749
+ msgid "Unique IPs in the last "
4750
+ msgstr "آی‌پی‌های یکتا"
4751
+
4752
+ #: ../../admin/wp-slimstat-admin.php:787
4753
+ msgid "Show on screen"
4754
+ msgstr "روی صفحه نشان بده"
4755
+
4756
+ #: ../../admin/wp-slimstat-admin.php:872
4757
+ msgid "Already saved"
4758
+ msgstr ""
4759
+
4760
+ #: ../../admin/wp-slimstat-admin.php:880
4761
+ msgid "Saved"
4762
+ msgstr ""
4763
+
4764
+ #: ../../admin/wp-slimstat-admin.php:900
4765
+ #, fuzzy
4766
+ msgid "Delete this filter"
4767
+ msgstr "حذف بازدید‌ها وقتی"
4768
+
4769
+ #: ../../admin/wp-slimstat-admin.php:944
4770
+ msgid "There was an error updating the following options:"
4771
+ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
4772
+
4773
+ #: ../../admin/wp-slimstat-admin.php:947
4774
+ #, fuzzy
4775
+ msgid "Your changes have been saved."
4776
+ msgstr "تنظیمات شما با موفقیت به روز شد."
4777
+
4778
+ #: ../../admin/wp-slimstat-admin.php:970
4779
+ msgid "Save Changes"
4780
+ msgstr "ذخیره‌ی تغییرات"
4781
+
4782
+ #: ../../admin/wp-slimstat-admin.php:986
4783
+ msgid "Definitions"
4784
+ msgstr "تعاریف"
4785
+
4786
+ #: ../../admin/wp-slimstat-admin.php:989
4787
+ msgid "Pageview"
4788
+ msgstr "بازدید"
4789
+
4790
+ #: ../../admin/wp-slimstat-admin.php:989
4791
+ #, fuzzy
4792
+ msgid ""
4793
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
4794
+ "with a \"hit\", which refers to a request for any file from a web server. "
4795
+ "Slimstat logs a pageview each time the tracking code is executed"
4796
+ msgstr ""
4797
+ "درخواست بارگیری یک پرونده HTML یا \"page\" با هر درخواست دیگر از دامنه یا "
4798
+ "\"hit\" تفاوت دارد. این برنامه هر بازدید را بعد از اجرای برنامه ردگیری ثبت "
4799
+ "میکند. "
4800
+
4801
+ #: ../../admin/wp-slimstat-admin.php:990
4802
+ msgid "(Human) Visit"
4803
+ msgstr "بیننده (انسانی)"
4804
+
4805
+ #: ../../admin/wp-slimstat-admin.php:990
4806
+ msgid ""
4807
+ "A period of interaction between a visitor's browser and your website, ending "
4808
+ "when the browser is closed or when the user has been inactive on that site "
4809
+ "for 30 minutes"
4810
+ msgstr ""
4811
+ "تراکنش بین مرورگر ردگیری و پایگاه شما به پایان رسید وقتی که مرورگر بسته شده "
4812
+ "و یا کاربر به مدت سی دقیقه غیر فعال شده است."
4813
+
4814
+ #: ../../admin/wp-slimstat-admin.php:991
4815
+ msgid ""
4816
+ "Any user who has left a comment on your blog, and is thus identified by "
4817
+ "Wordpress as a returning visitor"
4818
+ msgstr ""
4819
+ "هر کاربری که در تارنامه شما نظر گذاشته توسط وردپرس به عنوان «بیننده دوباره» "
4820
+ "شناخته میشود"
4821
+
4822
+ #: ../../admin/wp-slimstat-admin.php:992
4823
+ msgid "Unique IP"
4824
+ msgstr "آی‌پی یکتا"
4825
+
4826
+ #: ../../admin/wp-slimstat-admin.php:992
4827
+ msgid ""
4828
+ "Used to differentiate between multiple requests to download a file from one "
4829
+ "internet address (IP) and requests originating from many distinct addresses; "
4830
+ "since this measurement looks only at the internet address a pageview came "
4831
+ "from, it is useful, but not perfect"
4832
+ msgstr ""
4833
+ " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
4834
+ "درخواست از چند آی پی ادرس مختلف میباشد؛ چون این اندازه گیری فقط نشانگر آدرس "
4835
+ "هر بازدید است، مفید میباشد ولی دقیق نیست."
4836
+
4837
+ #: ../../admin/wp-slimstat-admin.php:993
4838
+ msgid ""
4839
+ "the originating IP address of a client connecting to a web server through an "
4840
+ "HTTP proxy or load balancer"
4841
+ msgstr ""
4842
+ "ای پی منشا که کاربر را از طریق HTTP proxy و یا load balancer مرتبط کرده"
4843
+
4844
+ #: ../../admin/wp-slimstat-admin.php:994
4845
+ msgid "Direct Traffic"
4846
+ msgstr "ترافیک مستقیم"
4847
+
4848
+ #: ../../admin/wp-slimstat-admin.php:994
4849
+ msgid ""
4850
+ "All those people showing up to your Web site by typing in the URL of your "
4851
+ "Web site coming or from a bookmark; some people also call this \"default "
4852
+ "traffic\" or \"ambient traffic\""
4853
+ msgstr ""
4854
+ " تمامی کاربرانی که با وارد کردن نشانی مستقیم تارنما و یا استفاده از بوک مارک "
4855
+ "از تارنما بازدید میکنند."
4856
+
4857
+ #: ../../admin/wp-slimstat-admin.php:995
4858
+ msgid "Search Engine"
4859
+ msgstr "موتور جستجو"
4860
+
4861
+ #: ../../admin/wp-slimstat-admin.php:995
4862
+ msgid ""
4863
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4864
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
4865
+ msgstr ""
4866
+ "ترافیک مرتبط با نتایج موتور جستجو (organic) و همچنین ترافیک بدست آمده توسط "
4867
+ "تبلیغات در موتورهای جستجو اینجا درهم است"
4868
+
4869
+ #: ../../admin/wp-slimstat-admin.php:996
4870
+ #: ../../admin/wp-slimstat-admin.php:1012
4871
+ msgid "Keywords used by your visitors to find your website on a search engine"
4872
+ msgstr ""
4873
+ "کلمات کلیدی که کاربران شما به وسیله‌ی آن‌ها از موتورهای جستجو، پایگاه شما را "
4874
+ "یافته‌اند."
4875
+
4876
+ #: ../../admin/wp-slimstat-admin.php:997
4877
+ msgid "SERP"
4878
+ msgstr ""
4879
+
4880
+ #: ../../admin/wp-slimstat-admin.php:997
4881
+ msgid ""
4882
+ "Short for search engine results page, the Web page that a search engine "
4883
+ "returns with the results of its search. The value shown represents your rank "
4884
+ "(or position) within that list of results"
4885
+ msgstr " این مقدار نشان دهنده رتبه شما در فهرست نتایج موتور جستجو میباشد."
4886
+
4887
+ #: ../../admin/wp-slimstat-admin.php:998
4888
+ msgid ""
4889
+ "Any program used for accessing a website; this includes browsers, robots, "
4890
+ "spiders and any other program that was used to retrieve information from the "
4891
+ "site"
4892
+ msgstr ""
4893
+ "هر برنامه که به تارنما دسترسی پیدا کند مثل مرورگر، روبات، خزنده، وغیره."
4894
+
4895
+ #: ../../admin/wp-slimstat-admin.php:999
4896
+ msgid ""
4897
+ "A link from one domain to another is said to be outbound from its source "
4898
+ "anchor and inbound to its target. This report lists all the links to other "
4899
+ "websites followed by your visitors."
4900
+ msgstr ""
4901
+ "پیوند از این دامنه به دامنه دیگر پیوند بیرونی نامیده میشود و برای دامنه دیگر "
4902
+ "پیوند درونی محسوب میشود. این گزارش فهرستی از تمام پیوند ها به پایگاه های "
4903
+ "دیگر و کاربران است."
4904
+
4905
+ #: ../../admin/wp-slimstat-admin.php:1006
4906
+ msgid "Basic Filters"
4907
+ msgstr "پالایه های اولیه"
4908
+
4909
+ #: ../../admin/wp-slimstat-admin.php:1009
4910
+ msgid "User agent (Firefox, Chrome, ...)"
4911
+ msgstr "مرورگر کاربر (فایرفاکس، کروم و ...)"
4912
+
4913
+ #: ../../admin/wp-slimstat-admin.php:1010
4914
+ msgid "2-letter code (us, ru, de, it, ...)"
4915
+ msgstr "علامت دو حرفی (us، ir، ...)"
4916
+
4917
+ #: ../../admin/wp-slimstat-admin.php:1011
4918
+ msgid "IP"
4919
+ msgstr "آی‌پی"
4920
+
4921
+ #: ../../admin/wp-slimstat-admin.php:1011
4922
+ msgid "Visitor's public IP address"
4923
+ msgstr "نشانی‌های آی‌پی عمومی بازدیدکنندگان"
4924
+
4925
+ #: ../../admin/wp-slimstat-admin.php:1013
4926
+ msgid ""
4927
+ "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4928
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4929
+ "column) for more information"
4930
+ msgstr ""
4931
+ "لطفا به <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
4932
+ "ee825488(v=cs.20).aspx\"> فرهنگ زبان </a> برای اطلاع بیشتر مراجعه کنید"
4933
+
4934
+ #: ../../admin/wp-slimstat-admin.php:1014
4935
+ msgid ""
4936
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4937
+ "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4938
+ "manual page</a> for more information"
4939
+ msgstr ""
4940
+ "شناسه هایی مانندmac، win7، win98, و ... لطفا برای اطلاع بیشتر به<a target="
4941
+ "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\"> "
4942
+ "راهنما</a> مراجعه کنید"
4943
+
4944
+ #: ../../admin/wp-slimstat-admin.php:1015
4945
+ msgid "URL accessed on your site"
4946
+ msgstr "نشانی هایی که مورد بازدید قرار گرفته"
4947
+
4948
+ #: ../../admin/wp-slimstat-admin.php:1016
4949
+ msgid "Complete address of the referrer page"
4950
+ msgstr "نشانی کامل صفحه‌ی ارجاع ‌دهنده"
4951
+
4952
+ #: ../../admin/wp-slimstat-admin.php:1017
4953
+ msgid ""
4954
+ "Visitors' names according to the cookie set by Wordpress after they leave a "
4955
+ "comment"
4956
+ msgstr ""
4957
+ "اسامی بیننده بر مبنای خوراکی که بعد از گذاشتن نظر توسط وردپرس اختصاص داده "
4958
+ "میشود."
4959
+
4960
+ #: ../../admin/wp-slimstat-admin.php:1025
4961
+ msgid "Advanced Filters"
4962
+ msgstr "فیلترهای پیش‌رفته"
4963
+
4964
+ #: ../../admin/wp-slimstat-admin.php:1028
4965
+ msgid "user agent version (9.0, 11, ...)"
4966
+ msgstr "نسخه مرورگر کاربر"
4967
+
4968
+ #: ../../admin/wp-slimstat-admin.php:1029
4969
+ msgid ""
4970
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4971
+ "all others"
4972
+ msgstr ""
4973
+ "۱=خزنده‌های موتورهای جستجو، ۲=دستگاه موبایل، ۳=خوراک‌خوان، ۰=همه‌ی چیزهای دیگر"
4974
+
4975
+ #: ../../admin/wp-slimstat-admin.php:1030
4976
+ msgid ""
4977
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
4978
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4979
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4980
+ msgstr ""
4981
+ "این ناحیه برای تنظیمات <a target=\"_blank\" href=\"https://developer.mozilla."
4982
+ "org/en/Link_prefetching_FAQ\"> صفحه‌بندی </a> و یا شیوه های مشابه است."
4983
+
4984
+ #: ../../admin/wp-slimstat-admin.php:1031
4985
+ msgid "author associated to that post/page when the resource was accessed"
4986
+ msgstr "نویسنده مرتبط با این ارسال یا صفحه وقتی این ماخذ دسترسی شد"
4987
+
4988
+ #: ../../admin/wp-slimstat-admin.php:1032
4989
+ msgid "ID of the category/term associated to the resource, when available"
4990
+ msgstr "شناسه دسته یا عبارت که با منبع مرتبط است، اگر موجود باشد"
4991
+
4992
+ #: ../../admin/wp-slimstat-admin.php:1033
4993
+ msgid "visitor's originating IP address, if available"
4994
+ msgstr "آی پی منشا که بیننده از آن ‌عازم شده، در صورت موجود بودن"
4995
+
4996
+ #: ../../admin/wp-slimstat-admin.php:1034
4997
+ msgid ""
4998
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4999
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
5000
+ "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
5001
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
5002
+ "information"
5003
+ msgstr ""
5004
+ "ارسال، صفحه، cpt:<em>ارسال خاص</em> ضمیمه، نشانه، رده بندی، دسته بندی، "
5005
+ "تاریخ، نویسنده، آرشیو، جستجو، خوراکی، خانه؛ لطفا برای اطلاع بیشتر به<a "
5006
+ "target=\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\"> "
5007
+ "نشانه های شرطی</a> در صفحه راهنما مراجعه کنید."
5008
+
5009
+ #: ../../admin/wp-slimstat-admin.php:1035
5010
+ msgid "Screen Resolution"
5011
+ msgstr "ابعاد صفحه نمایش"
5012
+
5013
+ #: ../../admin/wp-slimstat-admin.php:1035
5014
+ msgid "viewport width and height (1024x768, 800x600, ...)"
5015
+ msgstr "ابعاد صفحه نمایش (۱۰۲۴x۷۶۸، ۸۰۰x۶۰۰، ...)"
5016
+
5017
+ #: ../../admin/wp-slimstat-admin.php:1036
5018
+ msgid ""
5019
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
5020
+ "visitors"
5021
+ msgstr ""
5022
+ "معولا با ترکیب <em>خالی نیست</em> استفاده میشود و بیننده ها (انسان) را تشخیص "
5023
+ "میدهد"
5024
+
5025
+ #: ../../admin/wp-slimstat-admin.php:1037
5026
+ msgid "Date Filters"
5027
+ msgstr "فیلترهای تاریخ"
5028
+
5029
+ #: ../../admin/wp-slimstat-admin.php:1037
5030
+ msgid ""
5031
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
5032
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
5033
+ "year=blank, interval=-1 will set a year-to-date filter)"
5034
+ msgstr ""
5035
+ "با وارد کردن اعداد در این ناحیه میتوانید یک مدت زمانی تعیین کنید؛ برای محدود "
5036
+ "کردن سال به روز از -1 استفاده کنید."
5037
+
5038
+ #: ../../admin/wp-slimstat-admin.php:1038
5039
+ msgid "SERP Position"
5040
+ msgstr "مکان SERP"
5041
+
5042
+ #: ../../admin/wp-slimstat-admin.php:1038
5043
+ msgid ""
5044
+ "set the filter to Referer contains cd=N&, where N is the position you are "
5045
+ "looking for"
5046
+ msgstr ""
5047
+ "تعیین صافی برای ارجاعی هایی که شامل اِن میشوند، آنجا که اِن مکانی هست که به "
5048
+ "مشخص میکنید."
5049
+
5050
+ #: ../../admin/wp-slimstat-admin.php:1065
5051
+ msgid "Yes"
5052
+ msgstr "بلی"
5053
+
5054
+ #: ../../admin/wp-slimstat-admin.php:1067
5055
+ msgid "Site Specific"
5056
+ msgstr ""
5057
+
5058
+ #: ../../wp-slimstat.php:207 ../../wp-slimstat.php:483
5059
+ msgid "Pageview filtered by third-party code"
5060
+ msgstr ""
5061
+
5062
+ #: ../../wp-slimstat.php:224
5063
+ #, fuzzy
5064
+ msgid "Malformed URL"
5065
+ msgstr "کاربران را نادیده بگیر"
5066
+
5067
+ #: ../../wp-slimstat.php:243
5068
+ msgid "Referrer is blacklisted"
5069
+ msgstr ""
5070
+
5071
+ #: ../../wp-slimstat.php:321
5072
+ msgid "Permalink is blacklisted"
5073
+ msgstr ""
5074
+
5075
+ #: ../../wp-slimstat.php:332
5076
+ msgid "Empty or not supported IP address format (IPv6)"
5077
+ msgstr ""
5078
+
5079
+ #: ../../wp-slimstat.php:341
5080
+ msgid "Logged in user not tracked"
5081
+ msgstr ""
5082
+
5083
+ #: ../../wp-slimstat.php:349
5084
+ msgid "User with given capability not tracked"
5085
+ msgstr ""
5086
+
5087
+ #: ../../wp-slimstat.php:356
5088
+ #, php-format
5089
+ msgid "User %s is blacklisted"
5090
+ msgstr ""
5091
+
5092
+ #: ../../wp-slimstat.php:376
5093
+ #, php-format
5094
+ msgid "Spammer %s not tracked"
5095
+ msgstr ""
5096
+
5097
+ #: ../../wp-slimstat.php:405
5098
+ #, php-format
5099
+ msgid "IP address %s is blacklisted"
5100
+ msgstr ""
5101
+
5102
+ #: ../../wp-slimstat.php:434
5103
+ #, php-format
5104
+ msgid "Country %s is blacklisted"
5105
+ msgstr ""
5106
+
5107
+ #: ../../wp-slimstat.php:443
5108
+ #, fuzzy
5109
+ msgid "Prefetch requests are ignored"
5110
+ msgstr "نادیده گرفتن درخواست صفحه‌بندی"
5111
+
5112
+ #: ../../wp-slimstat.php:457
5113
+ #, fuzzy
5114
+ msgid "Bot not tracked"
5115
+ msgstr "روبات یا خزنده"
5116
+
5117
+ #: ../../wp-slimstat.php:466
5118
+ #, php-format
5119
+ msgid "Browser %s is blacklisted"
5120
+ msgstr ""
5121
+
5122
+ #: ../../wp-slimstat.php:1135
5123
+ msgid "Invalid payload string. Try clearing your WordPress cache."
5124
+ msgstr ""
5125
+
5126
+ #: ../../wp-slimstat.php:1145
5127
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5128
+ msgstr ""
5129
+
5130
+ #: ../../wp-slimstat.php:1266
5131
+ #, fuzzy
5132
+ msgid "There was an error downloading the MaxMind Geolite DB:"
5133
+ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5134
+
5135
+ #: ../../wp-slimstat.php:1274 ../../wp-slimstat.php:1283
5136
+ #, fuzzy
5137
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5138
+ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5139
+
5140
+ #: ../../wp-slimstat.php:1278
5141
+ msgid "Function gzopen not defined. Aborting."
5142
+ msgstr ""
5143
+
5144
+ #: ../../wp-slimstat.php:1288
5145
+ #, fuzzy
5146
+ msgid "There was an error opening the unzipped MaxMind Geolite DB."
5147
+ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5148
+
5149
+ #~ msgid "Views"
5150
+ #~ msgstr "مشاهده ها"
5151
+
5152
+ #~ msgid "Enable Tracking"
5153
+ #~ msgstr "فعال‌سازی رد‌گیری"
5154
+
5155
+ #~ msgid "Enable Spy Mode"
5156
+ #~ msgstr "فعال کردن دید دزدکی"
5157
+
5158
+ #~ msgid "Javascript"
5159
+ #~ msgstr "جاوااسکریپت"
5160
+
5161
+ #~ msgid "Data and Formats"
5162
+ #~ msgstr "داده و نگارش ها"
5163
+
5164
+ #~ msgid "Asynchronous Views"
5165
+ #~ msgstr "دید غیرهم‌زمان(آسنکرون)"
5166
+
5167
+ #~ msgid ""
5168
+ #~ "Load all the reports dynamically. It makes the reports render faster, but "
5169
+ #~ "it increases the load on your server."
5170
+ #~ msgstr ""
5171
+ #~ "بارگزاری همه گزارشها به صورت پویا که ارائه آن را تسریع میکند ولی فشار به "
5172
+ #~ "دامنه را نیز افزایش میدهد. "
5173
+
5174
+ #, fuzzy
5175
+ #~ msgid "Activity Log Extended"
5176
+ #~ msgstr "فهرست فعالیت ها"
5177
+
5178
+ #, fuzzy
5179
+ #~ msgid ""
5180
+ #~ "Choose if you want to see outbound links listed in the Activity Log. It "
5181
+ #~ "might slow down the rendering of this report."
5182
+ #~ msgstr ""
5183
+ #~ "اگر مایل به رویت پیوندهای بیرونی در فهرست بخش همین حالا هستید انتخاب "
5184
+ #~ "کنید. ممکن است به طول انجامیدن تحویل گزارش منجر شود."
5185
+
5186
+ #, fuzzy
5187
+ #~ msgid "Ignore Classes"
5188
+ #~ msgstr "کاربران را نادیده بگیر"
5189
+
5190
+ #, fuzzy
5191
+ #~ msgid "All the archived records were successfully restored."
5192
+ #~ msgstr "همه اطلاعات با موفقیت حذف شد."
5193
+
5194
+ #, fuzzy
5195
+ #~ msgid "Are you sure you want to restore all the archived pageviews?"
5196
+ #~ msgstr ""
5197
+ #~ "آیا مطمئن هستید که می‌خواهید تمامی اطلاعات مربوط به آمار بازدید و "
5198
+ #~ "بازدیدکننده‌ها را حذف کنید؟"
5199
+
5200
+ #~ msgid "Performance"
5201
+ #~ msgstr "عملکرد"
5202
+
5203
+ #~ msgid "Your report here"
5204
+ #~ msgstr "گزارش شما این‌جا"
5205
+
5206
+ #, fuzzy
5207
+ #~ msgid ""
5208
+ #~ "Yes, you can! Create and view your personalized analytics for Slimstat. "
5209
+ #~ "Just write a new plugin that retrieves the desired information from the "
5210
+ #~ "database and then hook it to the action <code>wp_slimstat_custom_report</"
5211
+ #~ "code>. For more information, visit my <a href=\"http://wordpress.org/tags/"
5212
+ #~ "wp-slimstat?forum_id=10\" target=\"_blank\">support forum</a>."
5213
+ #~ msgstr ""
5214
+ #~ " شما میتوانید گزارش آمار شخصی ایجاد کنید. یک افزونه بنویسید که اطلاعات "
5215
+ #~ "مورد نظر را از پایگاه داده را به <code>wp_slimstat_custom_report</code> "
5216
+ #~ "گزارش قلاب میکند.برای اطلاع بیشتر به صفحه<a href=\"http://wordpress.org/"
5217
+ #~ "tags/wp-slimstat?forum_id=10\" target=\"_blank\"> پشتیبانی </a>مراجعه "
5218
+ #~ "کنید."
5219
+
5220
+ #~ msgid "Average Pageviews per Visit"
5221
+ #~ msgstr "میان‌گین مشاهده صفحات در هر بازدید"
5222
+
5223
+ #~ msgid ""
5224
+ #~ "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link "
5225
+ #~ "in the page was clicked.<br>- <em>ID:xx</em> is shown when the "
5226
+ #~ "corresponding link has an ID attribute associated to it."
5227
+ #~ msgstr ""
5228
+ #~ "جزئيات پیوند نشان میدهد که چندمین پیوند فشار داده شده است. <em>ID:xx</em> "
5229
+ #~ "هنگامی نشان داده میشود که پیوند مرتبط شناسه داشته باشد."
5230
+
5231
+ #~ msgid ""
5232
+ #~ "This report lists any <em>event</em> occurred on your website. Please "
5233
+ #~ "refer to the FAQ for more information on how to leverage this "
5234
+ #~ "functionality."
5235
+ #~ msgstr ""
5236
+ #~ "این گزارش تمامی رویداد های پایگاه شما را فهرست میکند. لطفا برای کسب اطلاع "
5237
+ #~ "بیشتر در این مورد به بخش پرسش و پاسخ مراجعه کنید."
5238
+
5239
+ #~ msgid "Domain"
5240
+ #~ msgstr "دامنه"
5241
+
5242
+ #~ msgid "Color Depth"
5243
+ #~ msgstr "عمق رنگ"
5244
+
5245
+ #~ msgid "CSS Version"
5246
+ #~ msgstr "نسخه سی‌اس‌اس "
5247
+
5248
+ #~ msgid "Spy View"
5249
+ #~ msgstr "دید دزدکی"
5250
+
5251
+ #~ msgid "Human Visits (chart)"
5252
+ #~ msgstr "مشاهدات انسانی (نمودار)"
5253
+
5254
+ #~ msgid "Traffic Sources (chart)"
5255
+ #~ msgstr "منابع ترافیک (نمودار)"
5256
+
5257
+ #~ msgid "Top Landing Pages"
5258
+ #~ msgstr "برترین صفحه های ورود"
5259
+
5260
+ #~ msgid "Average Pageviews per Visit (chart)"
5261
+ #~ msgstr "میان‌گین مشاهده صفحات در بازدید(نمودار)"
5262
+
5263
+ #~ msgid "Recent Events"
5264
+ #~ msgstr "اتفاقات اخیر"
5265
+
5266
+ #~ msgid "Top Feeds"
5267
+ #~ msgstr "برترین خوراک‌ها"
5268
+
5269
+ #, fuzzy
5270
+ #~ msgid "Top OutLinks and Downloads"
5271
+ #~ msgstr "برترین پیوندهای بیرونی و بارگیری ها"
5272
+
5273
+ #~ msgid "Go to the corresponding search engine result page"
5274
+ #~ msgstr "برو به صفحه مرتبط با این جستجو"
5275
+
5276
+ #~ msgid "Daily %s"
5277
+ #~ msgstr "%s روزانه"
5278
+
5279
+ #~ msgid "%s Minute by Minute"
5280
+ #~ msgstr "%s دقیقه به دقیقه"
5281
+
5282
+ #~ msgid "Hourly %s"
5283
+ #~ msgstr "%s ساعتی"
5284
+
5285
+ #~ msgid "Monthly %s"
5286
+ #~ msgstr "%s ماهانه"
5287
+
5288
+ #~ msgid "Search for"
5289
+ #~ msgstr "جستجو به دنبال"
5290
+
5291
+ #~ msgid "Source"
5292
+ #~ msgstr "منبع"
5293
+
5294
+ #~ msgid "Keywords"
5295
+ #~ msgstr "کلمات کلیدی"
5296
+
5297
+ #~ msgid "Filter results where resource equals %s"
5298
+ #~ msgstr "نتایج را فیلتر کن وقتی منبع مساوی‌ست با %s"
5299
+
5300
+ #, fuzzy
5301
+ #~ msgid "Link Details"
5302
+ #~ msgstr "جزئیات"
5303
+
5304
+ #~ msgid "Total Pageviews"
5305
+ #~ msgstr "همه مشاهدات صفحات"
5306
+
5307
+ #~ msgid "Last 5 minutes"
5308
+ #~ msgstr "۵ دقیقه اخیر"
5309
+
5310
+ #~ msgid "Human visits"
5311
+ #~ msgstr "بازدیدهای انسانی"
5312
+
5313
+ #~ msgid "Avg Pageviews"
5314
+ #~ msgstr "میان‌گین مشاهده صفحات"
5315
+
5316
+ #~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
5317
+ #~ msgstr "عمق رنگ صفحه نمایش کاربر (۸، ۱۶، ۲۴، ...)"
5318
+
5319
+ #~ msgid ""
5320
+ #~ "what CSS standard was supported by that browser (1, 2, 3 and other "
5321
+ #~ "integer values)"
5322
+ #~ msgstr "چه معیار توسط مرورگر حمایت میشود؟ ۱، ۲، ۳ و دیگر مقدار ها ... "
5323
+
5324
+ #~ msgid "Empty Database"
5325
+ #~ msgstr "پایگاه داده خالی"
5326
+
5327
+ #~ msgid "Visitors"
5328
+ #~ msgstr "بینندگان"
5329
+
5330
+ #~ msgid "Content"
5331
+ #~ msgstr "محتوا"
5332
+
5333
+ #~ msgid ""
5334
+ #~ "WARNING: a misconfigured setting and/or server environment is preventing "
5335
+ #~ "WP SlimStat from properly tracking your visitors. Please <a target="
5336
+ #~ "\"_blank\" href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/"
5337
+ #~ "\">check the FAQs</a> for more information."
5338
+ #~ msgstr ""
5339
+ #~ "اخطار: تنظیمات اشتباه است و یا اینکه محیط دامنه از ردگیری بیننده جلوگیری "
5340
+ #~ "میکند. لطفا برای اطلاع بیشتر به<a target=\"_blank\" href=\"http://"
5341
+ #~ "wordpress.org/extend/plugins/wp-slimstat/faq/\"> سوال و پاسخ ها</a> "
5342
+ #~ "مراجعه کنید. "
5343
+
5344
+ #~ msgid ""
5345
+ #~ " And for keeping an eye on your visitors with <a href=\"http://slimstat."
5346
+ #~ "getused.to.it/\">WP SlimStat</a>."
5347
+ #~ msgstr ""
5348
+ #~ برای نظارت بیننده ها با <a href=\"http://slimstat.getused.to.it/\">WP "
5349
+ #~ "slimStat</a>."
5350
+
5351
+ #~ msgid "Take a sneak peek at what human visitors are doing on your website."
5352
+ #~ msgstr "نظارت بر اینکه کاربران در پایگاه شما چه میکنند"
5353
+
5354
+ #~ msgid "Visit with keywords"
5355
+ #~ msgstr "کلمات کلیدی (جدا شده با کاما):"
5356
+
5357
+ #~ msgid "Known User"
5358
+ #~ msgstr "کاربر آشنا"
5359
+
5360
+ #~ msgid "Human Visitor"
5361
+ #~ msgstr "بیننده انسانی"
5362
+
5363
+ #, fuzzy
5364
+ #~ msgid "At A Glance"
5365
+ #~ msgstr "در یک نگاه"
5366
+
5367
+ #~ msgid ""
5368
+ #~ "Click on a data point to display the activity chart for each hour of that "
5369
+ #~ "day"
5370
+ #~ msgstr "روی نقطه‌های داده کلیک کنید تا نمودار فعالیت آن ساعت را مشاهده کنید"
5371
+
5372
+ #~ msgid "Longest Post (ID)"
5373
+ #~ msgstr "طولانی‌ترین ارسال (شناسه)"
5374
+
5375
+ #~ msgid "Longest Comment (ID)"
5376
+ #~ msgstr "طولانی ترین نظر (شناسه)"
5377
+
5378
+ #~ msgid "Right Now"
5379
+ #~ msgstr "همین حالا"
5380
+
5381
+ #~ msgid "Right Now Screen"
5382
+ #~ msgstr "صفحه همین حالا"
5383
+
5384
+ #~ msgid "Right Now Extended"
5385
+ #~ msgstr "همین حالا تمدید شده"
5386
+
5387
+ #~ msgid ""
5388
+ #~ "We have teamed up with HackerNinja.com to offer you a free website "
5389
+ #~ "security scan. By clicking on Start Free Scan, your website will be "
5390
+ #~ "analyzed to detect viruses and other treats. Please note that no "
5391
+ #~ "confidential information is being sent to HackerNinja."
5392
+ #~ msgstr ""
5393
+ #~ "میتوانید پایگاه را خود را به صورت رایگاه ویروسیابی کنید (با همکاری "
5394
+ #~ "HackerNinja.com). با فشار دادن دکمه زیر، پایگاه شما برای ویروس و دیگر "
5395
+ #~ "تهدید ها کاوش میشود. هیچ اطلاعات شخصی به HackerNinja فرستاده نمیشود."
5396
+
5397
+ #~ msgid "Security Scan"
5398
+ #~ msgstr "بررسی امنیت"
5399
+
5400
+ #~ msgid "AntiVirus Scan"
5401
+ #~ msgstr "ویروسیابی"
5402
+
5403
+ #~ msgid "Scan for Hostile Strings"
5404
+ #~ msgstr "بررسی برای رشته خطرناک"
5405
+
5406
+ #~ msgid "Google Safe Browsing List"
5407
+ #~ msgstr " فهرست پایگاه های امن گوگل"
5408
+
5409
+ #~ msgid "Other Treats"
5410
+ #~ msgstr " قاقالی‌لی"
5411
+
5412
+ #~ msgid "Passed"
5413
+ #~ msgstr "قبول شد"
5414
+
5415
+ #~ msgid "At Risk"
5416
+ #~ msgstr "در خطر"
5417
+
5418
+ #~ msgid "Chart Annotations"
5419
+ #~ msgstr "حاشیه نمودار"
5420
+
5421
+ #~ msgid ""
5422
+ #~ "Add <em>markings</em> to each chart by specifying a date and its "
5423
+ #~ "description in the field below. Useful to keep track of special events "
5424
+ #~ "and correlate them to your analytics. Please use the following format:"
5425
+ #~ "<code>YYYY MM DD HH:mm=Description 1,YYYY MM DD HH:mm=Description 2</"
5426
+ #~ "code>. For example: 2012 12 31 23:55=New Year's Eve."
5427
+ #~ msgstr ""
5428
+ #~ "اضافه کردن تاریخ و توضیحات در ناحیه های زیر میتواند در رهگیری رویداد ها و "
5429
+ #~ "مرتبط کردن آنها مفید باشد. لطفا از این نگارش استفاده کنید: <code>YYYY MM "
5430
+ #~ "DD HH:mm=Description 1,YYYY MM DD HH:mm=Description 2</code>. 2012 12 31 "
5431
+ #~ "23:55=New Year's Eve برای مثال."
5432
+
5433
+ #~ msgid ""
5434
+ #~ "Paste your export file's content and click on the button below, to import "
5435
+ #~ "your settings."
5436
+ #~ msgstr ""
5437
+ #~ "برای وارد کردن تنظیمات محتوا را از پرونده قبلی برداید و در جعبه بچسبانید، "
5438
+ #~ "سپس دکمه را فشار دهید"
5439
+
5440
+ #~ msgid "Export Settings"
5441
+ #~ msgstr "صادر کردن تنظیمات"
5442
+
5443
+ #~ msgid "Stats"
5444
+ #~ msgstr "آمارها"
5445
+
5446
+ #~ msgid "Hide Stats Link"
5447
+ #~ msgstr "پنهان کردن پیوند آمار"
5448
+
5449
+ #~ msgid ""
5450
+ #~ "Enable this option if your users are confused by the Stats link associate "
5451
+ #~ "to each post in the Edit Posts page."
5452
+ #~ msgstr ""
5453
+ #~ "این گزینه را فعال کنید اگر پیوند آمار در صفحه ویراش ارسال کاربران را گیج "
5454
+ #~ "میکند. "
5455
+
5456
+ #~ msgid "Blacklist"
5457
+ #~ msgstr "فهرست سیاه"
5458
+
5459
+ #~ msgid ""
5460
+ #~ "How valuable is monitoring your visitors for your site? WP SlimStat is "
5461
+ #~ "and will always be free, but consider supporting the author if this "
5462
+ #~ "plugin made your web site better, especially if you are making money out "
5463
+ #~ "of it. Any donation received will be reinvested in the development of WP "
5464
+ #~ "SlimStat, and to buy some food for my hungry family."
5465
+ #~ msgstr ""
5466
+ #~ "تا چه حد ارزشمند است نظارت بر بازدید کنندگان خود را برای سایت شما؟ "
5467
+ #~ "SlimStat WP است و همیشه نیز خواهد بود، اما در نظر نویسنده اگر این افزونه "
5468
+ #~ "وب سایت شما بهتر است، به خصوص اگر شما در حال ساخت پول از آن. هر گونه کمک "
5469
+ #~ "مالی دریافتی در توسعه SlimStat WP دوباره سرمایه گذاری خواهد شد و برای "
5470
+ #~ "خرید برخی از مواد غذایی برای خانواده گرسنه ام."
5471
+
5472
+ #~ msgid "Need help?"
5473
+ #~ msgstr "کمک؟"
5474
+
5475
+ #, fuzzy
5476
+ #~ msgid ""
5477
+ #~ "Please visit our official <a href='http://wordpress.org/support/plugin/wp-"
5478
+ #~ "slimstat' target='_blank'>support forum</a> to see if your question has "
5479
+ #~ "already been answered. If not, feel free to post your request there, I'll "
5480
+ #~ "do my best to address your concerns as soon as possible."
5481
+ #~ msgstr ""
5482
+ #~ "لطفا از پایگاه رسمی ما به نشانی &lt;a href='http://wordpress.org/support/"
5483
+ #~ "plugin/wp-slimstat' target='_blank'&gt;تالار گفتگو&lt;/a&gt; بازدید کنید "
5484
+ #~ "تا ببینید آیا سوال شما پاسخ داده شده است؟ اگر نه، با احساس آزادی کامل "
5485
+ #~ "سوال خود را آن‌جا بپرسید."
5486
+
5487
+ #~ msgid "Recent messages from the support forum"
5488
+ #~ msgstr "پیام‌های اخیر از تالار گفتگو."
5489
+
5490
+ #~ msgid "Don't want or cannot donate?"
5491
+ #~ msgstr "نمی‌خواهید، یا نمی‌توانید اعانه دهید؟"
5492
+
5493
+ #~ msgid ""
5494
+ #~ "If you cannot donate money, please consider blogging about WP SlimStat, "
5495
+ #~ "your visitors may not know you're using it! You can also contribute by "
5496
+ #~ "donating some of your spare time: send me bug reports, localization files "
5497
+ #~ "and ideas on how to improve WP SlimStat."
5498
+ #~ msgstr ""
5499
+ #~ "اگر شما می توانید پول را اهدا نمی کند، لطفا نظر وبلاگ نویسی در مورد "
5500
+ #~ "SlimStat WP، بازدید کنندگان خود را نمی دانند ممکن است شما با استفاده از "
5501
+ #~ "آن! شما همچنین می توانید با اهدای برخی از اوقات فراغت خود را کمک: به من "
5502
+ #~ "گزارش اشکال، فایل ها و محلی سازی ایده ها در مورد چگونگی بهبود SlimStat WP "
5503
+ #~ "ارسال کنید."
5504
+
5505
+ #~ msgid "Show your appreciation"
5506
+ #~ msgstr "قدردانی خود را نشان دهید"
5507
+
5508
+ #, fuzzy
5509
+ #~ msgid ""
5510
+ #~ "Tell other people if WP SlimStat works for you and how good it is. <a "
5511
+ #~ "href=\"http://wordpress.org/extend/plugins/wp-slimstat/\">Rate it</a> on "
5512
+ #~ "its Plugin Directory page."
5513
+ #~ msgstr ""
5514
+ #~ "اگر SlimStat WP خوب کار می کند، به افراد دیگر بگویید.\n"
5515
+ #~ "در صفحه‌ی خود افزونه &lt;a href=\"http://wordpress.org/extend/plugins/wp-"
5516
+ #~ "slimstat/\"&gt;امتیاز بدهید&lt;/a&gt;. "
5517
+
5518
+ #~ msgid "Support"
5519
+ #~ msgstr "پشتیبانی"
5520
+
5521
+ #, fuzzy
5522
+ #~ msgid ""
5523
+ #~ "<a href=\"http://slimstat.getused.to.it/\">WP SlimStat</a> is and will "
5524
+ #~ "always be free, but consider supporting the author if this plugin helped "
5525
+ #~ "you improve your website, or if you are making money out of it. Donations "
5526
+ #~ "will be invested in the development of WP SlimStat, and to buy some food "
5527
+ #~ "for my hungry family. You can also leave <a href=\"http://wordpress.org/"
5528
+ #~ "support/view/plugin-reviews/wp-slimstat\">a review</a> to let other users "
5529
+ #~ "know how this plugin has helped you manage your site."
5530
+ #~ msgstr ""
5531
+ #~ "تا چه حد ارزشمند است نظارت بر بازدید کنندگان خود را برای سایت شما؟ "
5532
+ #~ "SlimStat WP است و همیشه نیز خواهد بود، اما در نظر نویسنده اگر این افزونه "
5533
+ #~ "وب سایت شما بهتر است، به خصوص اگر شما در حال ساخت پول از آن. هر گونه کمک "
5534
+ #~ "مالی دریافتی در توسعه SlimStat WP دوباره سرمایه گذاری خواهد شد و برای "
5535
+ #~ "خرید برخی از مواد غذایی برای خانواده گرسنه ام."
5536
+
5537
+ #~ msgid ""
5538
+ #~ "You may want to prevent WP SlimStat from tracking users, but still be "
5539
+ #~ "able to access your stats."
5540
+ #~ msgstr ""
5541
+ #~ "ممکن است بخواهید از ره‌گیری کاربران توست WP SlimStat جلوگیری کنید، اما "
5542
+ #~ "همچنان قادر به دست‌رسی به آمار باشید."
5543
+
5544
+ #~ msgid "Store Data For"
5545
+ #~ msgstr "ذخیره‌ی داده برای"
5546
+
5547
+ #, fuzzy
5548
+ #~ msgid ""
5549
+ #~ "Automatically deletes pageviews older than <strong>X</strong> days (uses "
5550
+ #~ "Wordpress cron jobs). Zero disables this feature."
5551
+ #~ msgstr ""
5552
+ #~ "به صورت خودکار مشاهده صفحات قبل از &lt;strong&gt;X&lt;/strong&gt; روز را "
5553
+ #~ "حذف می‌کند(با استفاده از cron وردپرس). «صفر» این قابلیت را از کار می‌اندازد."
5554
+
5555
+ #, fuzzy
5556
+ #~ msgid ""
5557
+ #~ "Display hostnames instead of IP addresses. It slows down the rendering of "
5558
+ #~ "your metrics."
5559
+ #~ msgstr ""
5560
+ #~ "مشاهده نام میزبان به جای نشانی آی‌پی. این کار نمایش گزارش را کمی کند می‌کند."
5561
+
5562
+ #, fuzzy
5563
+ #~ msgid ""
5564
+ #~ "Specify the number of results to return for each module. Please use a "
5565
+ #~ "<strong>positive</strong> value."
5566
+ #~ msgstr ""
5567
+ #~ "تعداد نتایجی که برای هر بخش می‌خواهید نشان داده شوند را انتخاب کنید. لطفا "
5568
+ #~ "یک عدد &lt;strong&gt;مثبت&lt;/strong&gt; باشد."
5569
+
5570
+ #, fuzzy
5571
+ #~ msgid "Right Now Rows"
5572
+ #~ msgstr "همین الآن"
5573
+
5574
+ #~ msgid "Customize the IP lookup service URL."
5575
+ #~ msgstr "نشانی خادم دل‌خواه برای مکان‌یابی بر اساس نشانی آی‌پی را وارد کنید."
5576
+
5577
+ #~ msgid "Refresh Every"
5578
+ #~ msgstr "به‌روزآوری هر"
5579
+
5580
+ #~ msgid "Anonymize IP Addresses"
5581
+ #~ msgstr "غیرقابل تشخیص کردن آی‌پی‌ها"
5582
+
5583
+ #~ msgid "Filter Prefetch"
5584
+ #~ msgstr "نادیده گرفتن پیش‌دریافت"
5585
+
5586
+ #~ msgid "IP Addresses"
5587
+ #~ msgstr "نشانی‌های آی‌پی"
5588
+
5589
+ #~ msgid "Users"
5590
+ #~ msgstr "کاربران"
5591
+
5592
+ #~ msgid "Read access"
5593
+ #~ msgstr "دست‌رسی خواندن"
5594
+
5595
+ #~ msgid "Config access"
5596
+ #~ msgstr "دست‌رسی پیکربندی"
5597
+
5598
+ #~ msgid "Track Browser Capabilities"
5599
+ #~ msgstr "ره‌گیری قابلیت‌های مرورگر"
5600
+
5601
+ #, fuzzy
5602
+ #~ msgid ""
5603
+ #~ "Hooks a javascript event handler to each external link on your site, to "
5604
+ #~ "track when visitors click on them. If Browser Capabilities is disabled, "
5605
+ #~ "outbound clicks <strong>will not</strong> be tracked regardless of which "
5606
+ #~ "value you set for this option."
5607
+ #~ msgstr ""
5608
+ #~ "می افزاید: کنترل رویداد جاوا اسکریپت به یک لینک خارجی در سایت خود، به "
5609
+ #~ "پیگیری وقتی که بازدید کننده بر روی آنها کلیک کنید. اگر قابلیت های مرورگر "
5610
+ #~ "غیر فعال است، بین المللی عازم ناحیه دور دست &lt;STRONG&gt; کلیک &lt;/ "
5611
+ #~ "strong&gt; در دنبال بدون در نظر گرفتن که ارزش شما برای این گزینه است."
5612
+
5613
+ #~ msgid "Your WP SlimStat table has been successfully emptied."
5614
+ #~ msgstr "جداول WP SlimStat با موفقیت خالی شدند"
5615
+
5616
+ #~ msgid "Your WP SlimStat tabs have been successfully reset."
5617
+ #~ msgstr "جداول SlimStat به خوبی بازنشانی شدند."
5618
+
5619
+ #~ msgid "Your WP SlimStat table has been successfully reset."
5620
+ #~ msgstr "جداول SlimStat به خوبی بازنشانی شدند."
5621
+
5622
+ #~ msgid "ERROR: Your Slimstat table could not be initialized."
5623
+ #~ msgstr "خطا: جداول SlimStat نمی‌توانند آماده‌سازی شوند."
5624
+
5625
+ #~ msgid "Your WP SlimStat table has been successfully optimized."
5626
+ #~ msgstr "جداول WP SlimStat با موفقیت بهینه‌سازی شد."
5627
+
5628
+ #~ msgid "Your WP SlimStat indexes have been successfully created."
5629
+ #~ msgstr "اندیس‌های WP SlimStat با موفقیت ساخته شد."
5630
+
5631
+ #~ msgid "Your WP SlimStat indexes have been successfully removed."
5632
+ #~ msgstr "اندیس‌های WP SlimStat با موفقیت حذف شد."
5633
+
5634
+ #~ msgid "Your WP SlimStat table has been successfully cleaned. Rows affected:"
5635
+ #~ msgstr "جداول WP SlimStat با موفقیت پاک‌سازی شد. ردیف‌های تحت تاثیر:"
5636
+
5637
+ #~ msgid ", it may take some time and exceed PHP's maximum execution time"
5638
+ #~ msgstr ""
5639
+ #~ "، ممکن است مقداری طول بکشد و از بیشینه مقدار زمان اجرای پی‌اچ‌پی بیش‌تر باشد."
5640
+
5641
+ #~ msgid "Size"
5642
+ #~ msgstr "اندازه"
5643
+
5644
+ #~ msgid "Average Record Length"
5645
+ #~ msgstr "میانگین طول رکورد"
5646
+
5647
+ #~ msgid "Created on"
5648
+ #~ msgstr "ساخته شده در"
5649
+
5650
+ #~ msgid "Approximate Overhead"
5651
+ #~ msgstr "سربار تقریبی"
5652
+
5653
+ #~ msgid "Optimize tables"
5654
+ #~ msgstr "بهینه کردن جداول"
5655
+
5656
+ #~ msgid "Purge Data"
5657
+ #~ msgstr "حذف داده‌های"
5658
+
5659
+ #~ msgid "Is equal to"
5660
+ #~ msgstr "مساوی‌ست با"
5661
+
5662
+ #~ msgid "Contains"
5663
+ #~ msgstr "شامل"
5664
+
5665
+ #~ msgid "Starts with"
5666
+ #~ msgstr "شروع می‌شود با"
5667
+
5668
+ #~ msgid "Ends with"
5669
+ #~ msgstr "خاتمه می‌یابد با"
5670
+
5671
+ #~ msgid "Does not start with"
5672
+ #~ msgstr "شروع نمی‌شود با"
5673
+
5674
+ #~ msgid "Does not end with"
5675
+ #~ msgstr "خاتمه نمی‌یابد با"
5676
+
5677
+ #~ msgid "DELETE"
5678
+ #~ msgstr "حذف"
5679
+
5680
+ #~ msgid "Activate Indexes"
5681
+ #~ msgstr "فعال کردن اندیس‌ها"
5682
+
5683
+ #~ msgid "Remove Indexes"
5684
+ #~ msgstr "حذف اندیس‌ها"
5685
+
5686
+ #~ msgid ""
5687
+ #~ "Use this feature if you want to save some DB space, while slightly "
5688
+ #~ "degrading WP SlimStat overall performances."
5689
+ #~ msgstr ""
5690
+ #~ "با استفاده از این ویژگی، می‌توانید بخشی از فضای پایگاه داده را صرفه‌جویی "
5691
+ #~ "کنید، اما کمی از کارایی زمان اجرای افزونه کاسته خواهد شد."
5692
+
5693
+ #~ msgid "Reset Stats"
5694
+ #~ msgstr "بازنشانی آمارها"
5695
+
5696
+ #~ msgid ""
5697
+ #~ "Select this option if you want to empty your WP SlimStat database (does "
5698
+ #~ "not reset your settings)."
5699
+ #~ msgstr ""
5700
+ #~ "این گزینه را انتخاب کنید اگر شما می خواهید برای خالی کردن پایگاه داده WP "
5701
+ #~ "خود را SlimStat (تنظیمات خود را تنظیم مجدد کنید)."
5702
+
5703
+ #~ msgid "Show records where"
5704
+ #~ msgstr "نشان دادن رکوردها وقتی"
5705
+
5706
+ #~ msgid ""
5707
+ #~ "Please refer to the contextual help (available on WP 3.3+) for more "
5708
+ #~ "information on what these filters mean."
5709
+ #~ msgstr ""
5710
+ #~ "لطفا برای کسب اطلاعات بیش‌تر در مورد این فیلترها به متن کمک (قابل دسترس در "
5711
+ #~ "WP 3.3+) مراجعه کنید."
5712
+
5713
+ #~ msgid "Select a day to make the interval field appear."
5714
+ #~ msgstr "یک روز را انتخاب کنید تا انتخاب بازه تاریخ فعال شود"
5715
+
5716
+ #~ msgid "Filter by date"
5717
+ #~ msgstr "فیلتر با تاریخ"
5718
+
5719
+ #~ msgid "Go"
5720
+ #~ msgstr "برو"
5721
+
5722
+ #~ msgid "No records found"
5723
+ #~ msgstr "هیچ رکوردی یافت نشد"
5724
+
5725
+ #~ msgid "refreshing in"
5726
+ #~ msgstr "تازه کردن در"
5727
+
5728
+ #~ msgid "Filter results where IP equals %s"
5729
+ #~ msgstr "نتایج را فیلتر کن وقتی آی‌پی مساوی‌ست با %s"
5730
+
5731
+ #~ msgid "Filter results where user equals %s"
5732
+ #~ msgstr "نتایج را فیلتر کن وقتی کاربر مساوی‌ست با %s"
5733
+
5734
+ #~ msgid "Filter results where ther user's real IP equals %s"
5735
+ #~ msgstr "نتایج را فیلتر کن وقتی نشانی واقعی آی‌پی کاربر مساوی‌ست با %s"
5736
+
5737
+ #~ msgid "Country"
5738
+ #~ msgstr "کشور"
5739
+
5740
+ #~ msgid "Platform"
5741
+ #~ msgstr "بستر"
5742
+
5743
+ #, fuzzy
5744
+ #~ msgid "Filter results where browser type equals %s"
5745
+ #~ msgstr "نتایج را فیلتر کن وقتی نوع محتوا مساوی‌ست با %s"
5746
+
5747
+ #~ msgid "Filter results where screen resolution equals %s"
5748
+ #~ msgstr "نتایح را فیلتر کن وقتی ابعاد صفحه نمایش مساوی‌ست با %s"
5749
+
5750
+ #~ msgid "Filter results where content type equals %s"
5751
+ #~ msgstr "نتایج را فیلتر کن وقتی نوع محتوا مساوی‌ست با %s"
5752
+
5753
+ #~ msgid "Bots, Crawlers and others"
5754
+ #~ msgstr "بات‌ها، خزنده‌ها و سایر..."
5755
+
5756
+ #~ msgid "Recent Known Visitors"
5757
+ #~ msgstr "کاربران آشنای اخیر"
5758
+
5759
+ #~ msgid "Recent 404 URLs"
5760
+ #~ msgstr "نشانی خطاهای ۴۰۴ اخیر"
5761
+
5762
+ #~ msgid "Top 404 URLs"
5763
+ #~ msgstr "بالاترین نشانی‌های خطای ۴۰۴"
5764
+
5765
+ #~ msgid "Remove all filters"
5766
+ #~ msgstr "حذف همه فیلترها"
5767
+
5768
+ #~ msgid "Filter results where domain equals %s"
5769
+ #~ msgstr "نتایج را فیلتر کن وقتی که دامنه مساوی‌ست با %s"
5770
+
5771
+ #~ msgid "Filter results where searchterm equals %s"
5772
+ #~ msgstr "نتایج را فیلتر کن وقتی عبارت جستجو مساوی‌ست با %s"
5773
+
5774
+ #, fuzzy
5775
+ #~ msgid "Filter results where date equals today"
5776
+ #~ msgstr "نتایج را فیلتر کن وقتی که دامنه مساوی‌ست با %s"
5777
+
5778
+ #, fuzzy
5779
+ #~ msgid "Filter results where date equals yesterday"
5780
+ #~ msgstr "نتایج را فیلتر کن وقتی که دامنه مساوی‌ست با %s"
5781
+
5782
+ #, fuzzy
5783
+ #~ msgid "This number includes <strong>human visits</strong> only."
5784
+ #~ msgstr "این عدد فقط شامل مشاهدات انسانی‌ست."
5785
+
5786
+ #~ msgid "10 - 20 minutes"
5787
+ #~ msgstr "۱۰ تا ۲۰ دقیقه"
5788
+
5789
+ #, fuzzy
5790
+ #~ msgid "Your Content"
5791
+ #~ msgstr "محتوا"
5792
+
5793
+ #~ msgid "Users by capability"
5794
+ #~ msgstr "کاربران بر اساس قابلیت"
5795
+
5796
+ #~ msgid "Top Languages - Just Visitors"
5797
+ #~ msgstr "بیش‌ترین زبان‌ها - فقط بینندگان"
5798
+
5799
+ #~ msgid "Resources"
5800
+ #~ msgstr "منابع"
5801
+
5802
+ #~ msgid "Minimum capability"
5803
+ #~ msgstr "حداقل قابلیت"
5804
+
5805
+ #, fuzzy
5806
+ #~ msgid "Records: %d - %d"
5807
+ #~ msgstr "رکوردهای %d تا %d از %d"
5808
+
5809
+ #~ msgid "Open in a new window"
5810
+ #~ msgstr "در پنجره جدید باز کن"
5811
+
5812
+ #~ msgid "Your Geolocation data has been successfully updated."
5813
+ #~ msgstr "داده‌های مکان‌یابی با موفقیت به‌روزرسانی شدند"
5814
+
5815
+ #~ msgid "ERROR: Your Geolocation source file is not readable."
5816
+ #~ msgstr "خطا: فایل مکان‌یابی قابل خواندن نیست."
5817
+
5818
+ #~ msgid "Update Geolocation DB"
5819
+ #~ msgstr "به‌روزآوری پایگاه داده مکان‌یابی"
5820
+
5821
+ #~ msgid "This button loads the new ip2location data."
5822
+ #~ msgstr "این دکمه داده‌های «تبدیل آی‌پی به موقعیت» جدید را بارگزاری می‌کند"
5823
+
5824
+ #~ msgid "Use standalone menu"
5825
+ #~ msgstr "استفاده از منوی مستقل"
5826
+
5827
+ #, fuzzy
5828
+ #~ msgid ""
5829
+ #~ "Specify the number of rows per page to show in the Right Now screen. "
5830
+ #~ "Please use a <strong>positive</strong> value."
5831
+ #~ msgstr ""
5832
+ #~ "تعداد ردیف‌های هر صفحه که در «همین الآن» نمایش داده می‌شوند را انتخاب کنید. "
5833
+ #~ "لطفا عددی&lt;strong&gt;مثبت&lt;/strong&gt; باشد."
admin/lang/wp-slimstat-fr_CA.mo CHANGED
Binary file
admin/lang/wp-slimstat-fr_CA.po CHANGED
@@ -1,7784 +1,8130 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP SlimStat\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-12-12 10:24-0500\n"
6
- "PO-Revision-Date: 2014-12-12 10:24-0500\n"
7
- "Last-Translator: Slobiz <webmaster@sloveniabusinesschannel.com>\n"
8
- "Language-Team: Michael Bastin\n"
9
- "Language: fr_FR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "Plural-Forms: s;\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.6.9\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-SearchPath-0: ../..\n"
19
-
20
- #: ../../admin/config/addons.php:14
21
- msgid ""
22
- "There was an error retrieving the add-ons list from the server. Please try "
23
- "again later. Error Message:"
24
- msgstr ""
25
- "La liste des add-ons n'a pas pu être récupérée du serveur. Veuillez "
26
- "réessayer plus tard. Message d'erreur :"
27
-
28
- #: ../../admin/config/addons.php:23
29
- msgid ""
30
- "There was an error decoding the add-ons list from the server. Please try "
31
- "again later."
32
- msgstr ""
33
- "La liste des add-ons n'a pas pu être récupérée du serveur. Veuillez "
34
- "réessayer plus tard."
35
-
36
- #: ../../admin/config/addons.php:29 ../../admin/config/index.php:9
37
- #: ../../admin/wp-slimstat-admin.php:512 ../../admin/wp-slimstat-admin.php:529
38
- #: ../../wp-slimstat.php:1351
39
- msgid "Add-ons"
40
- msgstr "Add-ons"
41
-
42
- #: ../../admin/config/addons.php:30
43
- msgid ""
44
- "Add-ons extend the functionality of Slimstat in many interesting ways. We "
45
- "offer both free and premium (paid) extensions. Each add-on can be installed "
46
- "as a separate plugin, which will receive regular updates via the WordPress "
47
- "Plugins panel. In order to be notified when a new version of a premium add-"
48
- "on is available, please enter the <strong>license key</strong> you received "
49
- "when you purchased it."
50
- msgstr ""
51
- "Les Add-ons rajoutent de nombreuses fonctionnalités intéressantes à WP "
52
- "Slimstat. Nous proposons une version gratuite et une version premium "
53
- "(payante). Chaque Add-on peut être installé séparément comme plugin et être "
54
- "mis à jour régulièrement via le panneau de gestion des plugins Wordpress. "
55
- "Afin d'être averti d'une nouvelle version premium, veuillez entrer le "
56
- "<strong>code de licence<strong> que vous avez reçu à l'achat."
57
-
58
- #: ../../admin/config/addons.php:36
59
- msgid "Add-on"
60
- msgstr "Add-on"
61
-
62
- #: ../../admin/config/addons.php:36
63
- msgid "Description"
64
- msgstr "Description"
65
-
66
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
67
- msgid "General"
68
- msgstr "Général"
69
-
70
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:45
71
- msgid "Views"
72
- msgstr "Vues"
73
-
74
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:69
75
- msgid "Filters"
76
- msgstr "Filtres"
77
-
78
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:140
79
- msgid "Permissions"
80
- msgstr "Permissions"
81
-
82
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:217
83
- msgid "Advanced"
84
- msgstr "Avancé"
85
-
86
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:249
87
- msgid "Maintenance"
88
- msgstr "Maintenance"
89
-
90
- #: ../../admin/config/index.php:14 ../../admin/config/index.php:147
91
- #: ../../admin/wp-slimstat-admin.php:558 ../../admin/wp-slimstat-admin.php:561
92
- #: ../../wp-slimstat.php:1354
93
- msgid "Settings"
94
- msgstr "Réglages"
95
-
96
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:223
97
- msgid "Tracker"
98
- msgstr "Traçage"
99
-
100
- #: ../../admin/config/index.php:21
101
- msgid "Enable Tracking"
102
- msgstr "Activer le traçage"
103
-
104
- #: ../../admin/config/index.php:21
105
- msgid "Turn the tracker on or off, but keep the reports accessible."
106
- msgstr ""
107
- "Activez ou désactivez le Traceur, mais conservez le rapport accessible (Ce "
108
- "que vous n'auriez pas si vous désactiviez le plugin.)"
109
-
110
- #: ../../admin/config/index.php:22
111
- msgid "Monitor Admin Pages"
112
- msgstr "Tracer les pages Administrateur"
113
-
114
- #: ../../admin/config/index.php:22
115
- msgid "Enable this option to track your users' activity within the admin."
116
- msgstr ""
117
- "Activez cette option pour suivre l'activité de vos utilisateurs dans l'admin."
118
-
119
- #: ../../admin/config/index.php:23
120
- msgid "Enable Spy Mode"
121
- msgstr "Activer le mode espion"
122
-
123
- #: ../../admin/config/index.php:23
124
- msgid ""
125
- "Collect information about screen resolutions, outbound links, downloads, "
126
- "etc. If Tracking Mode is set to Javascript, this data will be tracked "
127
- "regardless of which value you set for this option."
128
- msgstr ""
129
- "Collecte des données sur les résolutions d'écran, les liens sortants, les "
130
- "téléchargements et autres informations pertinentes. Si le mode Javascript "
131
- "est activé, ces informations seront suivies indépendamment de la valeur "
132
- "définie pour cette option."
133
-
134
- #: ../../admin/config/index.php:24
135
- msgid "Tracking Mode"
136
- msgstr "Mode traçage"
137
-
138
- #: ../../admin/config/index.php:24
139
- msgid ""
140
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
141
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
142
- "much like Google Analytics, and visitors whose browser does not support "
143
- "Javascript will be ignored. A nice side effect is that <strong>most "
144
- "spammers, search engines and other crawlers</strong> will not be tracked."
145
- msgstr ""
146
- "Activez cette fonction si vous utilisez un plugin de mise en cache (W3 Total "
147
- "Cache et autres). WP SlimStat va se comporter un peu comme Google Analytics, "
148
- "et les visiteurs dont le navigateur ne supporte pas le Javascript seront "
149
- "ignorés. En outre, <strong>la plupart</strong> des spammeurs, moteurs de "
150
- "recherche et autres robots ne seront pas suivis."
151
-
152
- #: ../../admin/config/index.php:24
153
- msgid "Javascript"
154
- msgstr "Mode Javascript"
155
-
156
- #: ../../admin/config/index.php:24
157
- msgid "Server-side"
158
- msgstr "Côté serveur"
159
-
160
- #: ../../admin/config/index.php:26
161
- msgid "WordPress Integration"
162
- msgstr "Intégration WordPress"
163
-
164
- #: ../../admin/config/index.php:27
165
- msgid "Menu Position"
166
- msgstr "Position du Menu"
167
-
168
- #: ../../admin/config/index.php:27
169
- msgid ""
170
- "Choose between a standalone admin menu for Slimstat or a drop down in the "
171
- "admin bar (if visible)."
172
- msgstr ""
173
- "Choisir entre un menu d'administration dans la barre latérale de WordPress "
174
- "ou un menu déroulant dans la barre supérieure (si elle est affichée)."
175
-
176
- #: ../../admin/config/index.php:27
177
- msgid "Side Menu"
178
- msgstr "Menu latéral"
179
-
180
- #: ../../admin/config/index.php:27
181
- msgid "Admin Bar"
182
- msgstr "Barre d'Administration"
183
-
184
- #: ../../admin/config/index.php:28
185
- msgid "Add Stats to Posts and Pages"
186
- msgstr "Etendre les Stats aux articles"
187
-
188
- #: ../../admin/config/index.php:28
189
- msgid ""
190
- "Add a new column to the Edit Posts/Pages screens, with the number of hits "
191
- "per post."
192
- msgstr ""
193
- "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
194
- "de visites par article (peut ralentir le rendu des pages)."
195
-
196
- #: ../../admin/config/index.php:30
197
- msgid "Database"
198
- msgstr "Base de données"
199
-
200
- #: ../../admin/config/index.php:31
201
- #, fuzzy
202
- msgid "Delete records"
203
- msgstr "Filtrer les pages vues pour que"
204
-
205
- #: ../../admin/config/index.php:31
206
- msgid ""
207
- "If database space is not an issue, you can decide to archive older records "
208
- "in another table, instead of deleting them. This way performance is "
209
- "preserved, but you will still be able to access your data at a later time, "
210
- "if needed."
211
- msgstr ""
212
-
213
- #: ../../admin/config/index.php:32
214
- msgid "Retain data for"
215
- msgstr "Conserver les données pour"
216
-
217
- #: ../../admin/config/index.php:32
218
- #, fuzzy
219
- msgid ""
220
- "Clean-up log entries older than the number of days specified here above. "
221
- "Enter <strong>0</strong> (number zero) if you want to preserve your data "
222
- "regardless of its age."
223
- msgstr ""
224
- "Supprimer les données de log plus anciennes que le nombre de jours indiqués "
225
- "ci-dessus. Entrer <strong>0</strong> (number zero) si vous souhaitez "
226
- "conserver toutes vos données sans limites de durée."
227
-
228
- #: ../../admin/config/index.php:32
229
- msgid "Next clean-up on"
230
- msgstr "Prochain nettoyage le"
231
-
232
- #: ../../admin/config/index.php:32
233
- #, php-format
234
- msgid "Entries logged on or before %s will be permanently deleted."
235
- msgstr ""
236
- "Les données enregistrées le ou avant le %s seront définitivement supprimées. "
237
-
238
- #: ../../admin/config/index.php:32 ../../admin/view/index.php:100
239
- #: ../../admin/view/wp-slimstat-db.php:74
240
- #: ../../admin/view/wp-slimstat-reports.php:800
241
- msgid "days"
242
- msgstr "jours"
243
-
244
- #: ../../admin/config/index.php:47
245
- msgid "Data and Formats"
246
- msgstr "Données et Formats"
247
-
248
- #: ../../admin/config/index.php:48
249
- msgid "Convert IP Addresses"
250
- msgstr "Convertir les adresses IP"
251
-
252
- #: ../../admin/config/index.php:48
253
- msgid "Display provider names instead of IP addresses."
254
- msgstr "Afficher le nom du fournisseur d'accès au lieu de l'adresse IP."
255
-
256
- #: ../../admin/config/index.php:49
257
- msgid "Number Format"
258
- msgstr "Format des nombres"
259
-
260
- #: ../../admin/config/index.php:49
261
- msgid "Choose the number format you want to use for your reports."
262
- msgstr ""
263
- "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
264
- "américain."
265
-
266
- #: ../../admin/config/index.php:50
267
- msgid "Enable SOV"
268
- msgstr "Activer SOV"
269
-
270
- #: ../../admin/config/index.php:50
271
- msgid ""
272
- "In linguistic typology, a subject-object-verb (SOV) language is one in which "
273
- "the subject, object, and verb of a sentence appear in that order, like in "
274
- "Japanese."
275
- msgstr ""
276
- "En typologie linguistique, une langue en sujet-objet-verbe (SOV) est une "
277
- "langue dans laquelle les sujet, objet et verbe d'une phrase apparaissent "
278
- "dans cet ordre, comme en japonais."
279
-
280
- #: ../../admin/config/index.php:51
281
- msgid "Show Display Name"
282
- msgstr "Voir Nom d'affichage"
283
-
284
- #: ../../admin/config/index.php:51
285
- msgid ""
286
- "By default, users are listed by their usernames. Use this option to "
287
- "visualize their display names instead."
288
- msgstr ""
289
- "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
290
- "cette option pour basculer au Nom d'affichage."
291
-
292
- #: ../../admin/config/index.php:52
293
- msgid "Show User Agent"
294
- msgstr "Voir User Agent"
295
-
296
- #: ../../admin/config/index.php:52
297
- msgid ""
298
- "Choose if you want to see the browser name or a complete user agent string "
299
- "when hovering on browser icons."
300
- msgstr ""
301
- "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
302
- "de user agent lorsque vous survolez les icônes du navigateur."
303
-
304
- #: ../../admin/config/index.php:53
305
- msgid "Show Titles"
306
- msgstr "Afficher les titres"
307
-
308
- #: ../../admin/config/index.php:53
309
- msgid ""
310
- "Slimstat converts your permalinks into post and page titles. Disable this "
311
- "feature if you need to see the URL in your reports."
312
- msgstr ""
313
- "WP SlimStat convertit vos permalinks en post et en titres de pages. "
314
- "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
315
- "rapports."
316
-
317
- #: ../../admin/config/index.php:54
318
- #, fuzzy
319
- msgid "Date Format"
320
- msgstr "Données et Formats"
321
-
322
- #: ../../admin/config/index.php:54
323
- #, fuzzy
324
- msgid ""
325
- "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
326
- "Format</a> to use when displaying a pageview's date."
327
- msgstr ""
328
- "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank"
329
- "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
330
- "vue."
331
-
332
- #: ../../admin/config/index.php:55
333
- #, fuzzy
334
- msgid "Time Format"
335
- msgstr "Format des nombres"
336
-
337
- #: ../../admin/config/index.php:55
338
- #, fuzzy
339
- msgid ""
340
- "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
341
- "Format</a> to use when displaying a pageview's time."
342
- msgstr ""
343
- "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank"
344
- "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
345
- "vue."
346
-
347
- #: ../../admin/config/index.php:57
348
- msgid "Functionality"
349
- msgstr "Fonctionnalité"
350
-
351
- #: ../../admin/config/index.php:58
352
- msgid "Asynchronous Views"
353
- msgstr "Vues asynchrones"
354
-
355
- #: ../../admin/config/index.php:58
356
- msgid ""
357
- "Load all the reports dynamically. It makes the reports render faster, but it "
358
- "increases the load on your server."
359
- msgstr ""
360
- "Utiliser Ajax pour charger dynamiquement les statistiques. Fait apparaitre "
361
- "les rapports plus rapidement, mais consomme plus de ressources sur le "
362
- "serveur."
363
-
364
- #: ../../admin/config/index.php:59
365
- msgid "SlimScroll"
366
- msgstr "SlimScroll"
367
-
368
- #: ../../admin/config/index.php:59
369
- msgid ""
370
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
371
- "scrollbar."
372
- msgstr ""
373
- "Activer SlimScroll, une librairie jQuery élégante qui remplace la barre de "
374
- "défilement par défaut des navigateurs."
375
-
376
- #: ../../admin/config/index.php:60
377
- msgid "Expand Details"
378
- msgstr "Développez les détails"
379
-
380
- #: ../../admin/config/index.php:60
381
- msgid "Expand each row's details by default, insted of on mousehover."
382
- msgstr ""
383
- "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
384
- "souris."
385
-
386
- #: ../../admin/config/index.php:61 ../../admin/config/index.php:65
387
- msgid "Rows to Display"
388
- msgstr "Colonnes à afficher"
389
-
390
- #: ../../admin/config/index.php:61
391
- msgid "Specify the number of items in each report."
392
- msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
393
-
394
- #: ../../admin/config/index.php:63
395
- msgid "Activity Log"
396
- msgstr "Statistiques de fréquentation"
397
-
398
- #: ../../admin/config/index.php:64
399
- msgid "Live Stream"
400
- msgstr "Flux en temps réel (Flux live)"
401
-
402
- #: ../../admin/config/index.php:64
403
- msgid ""
404
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
405
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
406
- msgstr ""
407
- "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
408
- "strong> pour désactiver cette fonctionnalité."
409
-
410
- #: ../../admin/config/index.php:64 ../../admin/config/index.php:225
411
- msgid "seconds"
412
- msgstr "secondes"
413
-
414
- #: ../../admin/config/index.php:65
415
- msgid "Specify the number of items in the Activity Log."
416
- msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
417
-
418
- #: ../../admin/config/index.php:66
419
- msgid "Activity Log Extended"
420
- msgstr "Statistiques de fréquentation"
421
-
422
- #: ../../admin/config/index.php:66
423
- msgid ""
424
- "Choose if you want to see outbound links listed in the Activity Log. It "
425
- "might slow down the rendering of this report."
426
- msgstr ""
427
- "Choisissez si vous voulez voir les liens sortants affichés en dessous de "
428
- "Maintenant. Cela ralentit l'affichage du rapport ou donne des erreurs sur "
429
- "les systèmes plus lents."
430
-
431
- #: ../../admin/config/index.php:71
432
- msgid "Visitors and Known Users"
433
- msgstr "Visiteurs et utilisateurs connus"
434
-
435
- #: ../../admin/config/index.php:72
436
- msgid "Track Registered Users"
437
- msgstr "Tracer les utilisateurs enregistrés"
438
-
439
- #: ../../admin/config/index.php:72
440
- msgid "Enable this option to track logged in users."
441
- msgstr "Activez cette option pour tracer les utilisateurs connectés"
442
-
443
- #: ../../admin/config/index.php:73
444
- msgid "Blacklist by Username"
445
- msgstr "Liste noire basée sur le nom d'utilisateur"
446
-
447
- #: ../../admin/config/index.php:73
448
- msgid ""
449
- "List all the usernames you don't want to track, separated by commas. Please "
450
- "be aware that spaces are <em>not</em> ignored and that usernames are case "
451
- "sensitive."
452
- msgstr ""
453
- "Entrez une liste d'utilisateurs WordPress que vous ne voulez pas suivre, "
454
- "séparés par des virgules. Veuillez noter que les espaces <em>sont </em> pris "
455
- "en compte et que les noms d'utilisateurs sont sensibles à la casse. (min-maj)"
456
-
457
- #: ../../admin/config/index.php:74
458
- msgid "Blacklist by IP Address"
459
- msgstr "Liste noire par adresse IP"
460
-
461
- #: ../../admin/config/index.php:74
462
- msgid ""
463
- "List all the IP addresses you don't want to track, separated by commas. Each "
464
- "network <strong>must</strong> be defined using the <a href='http://en."
465
- "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
466
- "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
467
- "public IP and the originating IP, if available."
468
- msgstr ""
469
- "Énumérer toutes les adresses IP que vous ne souhaitez pas suivre, séparés "
470
- "par des virgules. Chaque réseau <strong>doit</strong> être défini en "
471
- "utilisant le <a href='http://en.wikipedia.org/wiki/Classless_Inter-"
472
- "Domain_Routing' target='_blank'>CIDR notation</a> (par ex : "
473
- "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
474
- "pas suivre correctement les pages vues."
475
-
476
- #: ../../admin/config/index.php:75
477
- msgid "Blacklist by Capability"
478
- msgstr "Blacklister par Capabilité WordPress"
479
-
480
- #: ../../admin/config/index.php:75
481
- msgid ""
482
- "Users having at least one of the <a href='http://codex.wordpress.org/"
483
- "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
484
- "will not be tracked. Capabilities are case-insensitive."
485
- msgstr ""
486
- "Les utilisateurs ayant au moins une des <a href='http://codex.wordpress.org/"
487
- "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
488
- "seront pas suivis. Les capacités sont insensibles à la casse."
489
-
490
- #: ../../admin/config/index.php:77
491
- msgid "Profiling"
492
- msgstr "Profiling"
493
-
494
- #: ../../admin/config/index.php:78
495
- msgid "Ignore Spammers"
496
- msgstr "Ignorer les spammeurs"
497
-
498
- #: ../../admin/config/index.php:78
499
- msgid ""
500
- "Enable this option if you don't want to track visits from users identified "
501
- "as spammers by third-party tools like Akismet. Pageviews generated by users "
502
- "whose comments are later marked as spam, will also be removed from the "
503
- "database."
504
- msgstr ""
505
- "Activez cette option si vous ne voulez pas suivre les visites des "
506
- "utilisateurs identifiés comme spammeurs par un outil tiers (par ex. "
507
- "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
508
- "comme spam par vous, seront également supprimées de la base."
509
-
510
- #: ../../admin/config/index.php:79
511
- msgid "Permalinks"
512
- msgstr "Rermaliens"
513
-
514
- #: ../../admin/config/index.php:79
515
- msgid ""
516
- "List all the URLs on your website that you don't want to track, separated by "
517
- "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
518
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
519
- "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
520
- "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
521
- "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
522
- "case-insensitive."
523
- msgstr ""
524
- "Liste de tous les URL que vous ne voulez pas suivre, séparées par des "
525
- "virgules. Ne pas inclure le nom de domaine: <em>/about, ?p=1</em>, etc. "
526
- "Caractères génériques: <code> * </code> signifie «n'importe quelle chaîne, y "
527
- "compris la chaîne vide\", <code>!</code> signifie «n'importe quel "
528
- "caractère». Par exemple, <code>/abou*</code> correspondra /about et /abound, "
529
- "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
530
- "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
531
-
532
- #: ../../admin/config/index.php:80
533
- msgid "Countries"
534
- msgstr "Pays"
535
-
536
- #: ../../admin/config/index.php:80
537
- msgid ""
538
- "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
539
- "track, separated by commas."
540
- msgstr ""
541
- "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
542
- "ne voulez pas suivre, séparées par des virgules."
543
-
544
- #: ../../admin/config/index.php:81
545
- msgid "User Agents"
546
- msgstr "User Agents"
547
-
548
- #: ../../admin/config/index.php:81
549
- msgid ""
550
- "Browsers (user agents) you don't want to track, separated by commas. You can "
551
- "specify the browser's version adding a slash after the name (i.e. "
552
- "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
553
- "including the empty string', <code>!</code> matches 'any character'. For "
554
- "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
555
- "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
556
- msgstr ""
557
- "Entrez une liste de navigateurs (user agents), que vous ne voulez pas "
558
- "suivre, séparées par des virgules. Vous pouvez spécifier la version du "
559
- "navigateur en ajoutant une barre oblique après le nom (p. ex.: <em> "
560
- "Firefox/3.6 </em>). Caractères génériques: <code> * </code> signifie "
561
- "«n'importe quelle chaîne, y compris la chaîne vide\", <code>!</code> "
562
- "signifie «n'importe quel caractère». Par exemple, <code>Chr *</code> "
563
- "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
564
- "et IE/8.0. Les chaînes sont insensibles à la casse."
565
-
566
- #: ../../admin/config/index.php:82
567
- msgid "Referring Sites"
568
- msgstr "Sites référents"
569
-
570
- #: ../../admin/config/index.php:82
571
- msgid ""
572
- "Referring URLs that you don't want to track, separated by commas: "
573
- "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
574
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
575
- "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
576
- "include either a wildcard or the protocol you want to filter (http://, "
577
- "https://)."
578
- msgstr ""
579
- "Entrez une liste d'URL référents que vous ne voulez pas suivre, séparés par "
580
- "des virgules: <code> http://mysite.com </code>, <code>*/ignore-me-please</"
581
- "code>, etc. Caractères génériques: <code>*</code> signifie «n'importe quelle "
582
- "chaîne, y compris la chaîne vide», <code>!</code> signifie «n'importe quel "
583
- "caractère». Les chaînes sont insensibles à la casse. S'il vous plaît inclure "
584
- "soit un caractère générique ou le protocole que vous voulez filtrer "
585
- "(http://, https://)."
586
-
587
- #: ../../admin/config/index.php:84
588
- #, fuzzy
589
- msgid "Internal and Outbound Links"
590
- msgstr "Liens sortants récents"
591
-
592
- #: ../../admin/config/index.php:85
593
- msgid "Track Outbound Clicks"
594
- msgstr "Tracer les liens sortants"
595
-
596
- #: ../../admin/config/index.php:85
597
- msgid ""
598
- "Track when your visitors click on link to external websites. This option "
599
- "required Spy Mode to be enabled."
600
- msgstr ""
601
- "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
602
- "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
603
-
604
- #: ../../admin/config/index.php:86
605
- #, fuzzy
606
- msgid "Track Coordinates"
607
- msgstr "Mode traçage"
608
-
609
- #: ../../admin/config/index.php:86
610
- msgid ""
611
- "Collect mouse coordinates and other information for clicks on internal "
612
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
613
- "this information is only collected for external links."
614
- msgstr ""
615
-
616
- #: ../../admin/config/index.php:87
617
- #, fuzzy
618
- msgid "Ignore Classes"
619
- msgstr "Ignorer les utilisateurs"
620
-
621
- #: ../../admin/config/index.php:87
622
- msgid ""
623
- "Track the event but do not invoke the callback function on links marked with "
624
- "one of these classnames (separated by comma). Useful to prevent conflicts "
625
- "with lightbox and similar libraries."
626
- msgstr ""
627
-
628
- #: ../../admin/config/index.php:88
629
- #, fuzzy
630
- msgid "Ignore Rel"
631
- msgstr "Ignorer les utilisateurs"
632
-
633
- #: ../../admin/config/index.php:88
634
- msgid ""
635
- "Track the event but do not invoke the callback function on links having one "
636
- "of these values (separated by comma) as their <em>rel</em> attribute."
637
- msgstr ""
638
-
639
- #: ../../admin/config/index.php:89
640
- #, fuzzy
641
- msgid "Ignore URL"
642
- msgstr "Ignorer les utilisateurs"
643
-
644
- #: ../../admin/config/index.php:89
645
- msgid ""
646
- "Track the event but do not invoke the callback function on links whose "
647
- "<em>href</em> attribute contains one of these strings (separated by comma)."
648
- msgstr ""
649
-
650
- #: ../../admin/config/index.php:91 ../../admin/config/index.php:242
651
- msgid "Miscellaneous"
652
- msgstr "Divers"
653
-
654
- #: ../../admin/config/index.php:92
655
- msgid "Enable Privacy Mode"
656
- msgstr "Activer le mode privé"
657
-
658
- #: ../../admin/config/index.php:92
659
- msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
660
- msgstr ""
661
- "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
662
- "lois de confidentialité européennes."
663
-
664
- #: ../../admin/config/index.php:93
665
- msgid "Ignore Prefetch Requests"
666
- msgstr "Ignorer les requêtes anticipées"
667
-
668
- #: ../../admin/config/index.php:93
669
- msgid ""
670
- "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
671
- "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
672
- "target='_blank'>Link Prefetching functionality</a>."
673
- msgstr ""
674
- "Activer ce filtre si vous voulez éviter à WP SlimStat le suivi des pages "
675
- "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
676
- "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
677
-
678
- #: ../../admin/config/index.php:109
679
- msgid "Ignore users (username not found)"
680
- msgstr "Utilisateur inconnu (nom d'utilisateur non trouvé)"
681
-
682
- #: ../../admin/config/index.php:132
683
- msgid ""
684
- "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
685
- "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
686
- msgstr ""
687
- "Capacité invalide. Rendez-vous <a href=\"http://codex.wordpress.org/"
688
- "Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
689
- "d'informations"
690
-
691
- #: ../../admin/config/index.php:142
692
- msgid "Reports"
693
- msgstr "Rapports"
694
-
695
- #: ../../admin/config/index.php:143
696
- msgid "Restrict Authors"
697
- msgstr "Restriction Auteurs"
698
-
699
- #: ../../admin/config/index.php:143
700
- msgid ""
701
- "Enable this option if you want your authors to only see stats related to "
702
- "their own content."
703
- msgstr ""
704
- "Activez cette option si vous voulez que vos auteurs ne voient que les "
705
- "statistiques relatives à leur propre contenu."
706
-
707
- #: ../../admin/config/index.php:144 ../../admin/config/index.php:148
708
- msgid "Capability"
709
- msgstr "Aptitude"
710
-
711
- #: ../../admin/config/index.php:144
712
- msgid ""
713
- "Specify the minimum <a href='http://codex.wordpress.org/"
714
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
715
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
716
- "<strong>all your users</strong> (including subscribers) will have access to "
717
- "the reports, unless a 'Read access' whitelist has been specified here below. "
718
- "In this case, the list has precedence over the capability."
719
- msgstr ""
720
- "Définir la <a href='http://codex.wordpress.org/Roles_and_Capabilities' "
721
- "target='_new'>capacité</a> minimum nécessaire pour visualiser les rapports "
722
- "(par défaut: <code>read</code>). Si ce champ est vide, <strong>tous vos "
723
- "utilisateurs</strong> (y compris les abonnés) auront accès aux rapports, "
724
- "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
725
- "Dans ce cas, la liste a la priorité sur la capacité."
726
-
727
- #: ../../admin/config/index.php:145 ../../admin/config/index.php:149
728
- msgid "Whitelist"
729
- msgstr "Liste blanche"
730
-
731
- #: ../../admin/config/index.php:145
732
- msgid ""
733
- "List all the users who should have access to the reports, separated by "
734
- "commas. Administrators are implicitly allowed, so you don't need to list "
735
- "them in here. Usernames are case sensitive."
736
- msgstr ""
737
- "Lister tous les utilisateurs qui peuvent voir les rapports de WP SlimStat, "
738
- "séparées par des virgules. Les administrateurs sont implicitement autorisés, "
739
- "de sorte que vous n'avez pas besoin de les énumérer ici. Si ce champ est "
740
- "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
741
- "noms d'utilisateurs sont sensibles à la casse."
742
-
743
- #: ../../admin/config/index.php:148
744
- msgid ""
745
- "Specify the minimum <a href='http://codex.wordpress.org/"
746
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
747
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
748
- "can be used to override this option for specific users."
749
- msgstr ""
750
- "Définir la <a href='http://codex.wordpress.org/Roles_and_Capabilities' "
751
- "target='_new'>capacité</a> minimum nécessaire pour visualiser les rapports "
752
- "(par défaut: <code>read</code>). Si ce champ est vide, <strong>tous vos "
753
- "utilisateurs</strong> (y compris les abonnés) auront accès aux rapports, "
754
- "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
755
- "Dans ce cas, la liste a la priorité sur la capacité."
756
-
757
- #: ../../admin/config/index.php:149
758
- msgid ""
759
- "List all the users who can edit these options, separated by commas. Please "
760
- "be advised that admins <strong>are not</strong> implicitly allowed, so do "
761
- "not forget to include yourself! Usernames are case sensitive."
762
- msgstr ""
763
- "Lister tous les utilisateurs qui peuvent modifier ces options, séparés par "
764
- "des virgules. Veuillez noter que les administrateurs <strong>ne sont pas</"
765
- "strong> implicitement autorisés, alors n'oubliez pas, vous même, de vous "
766
- "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
767
- "minuscules)"
768
-
769
- #: ../../admin/config/index.php:165
770
- msgid "Read access: username not found"
771
- msgstr "Accès lecture : username inexistant"
772
-
773
- #: ../../admin/config/index.php:178 ../../admin/config/index.php:209
774
- msgid ""
775
- "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
776
- "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
777
- "information"
778
- msgstr ""
779
- "Capacité Minimum invalide. Rendez-vous sur <a href=\"http://codex.wordpress."
780
- "org/Roles_and_Capabilities\" target=\"_new\">cette page</a> pour plus "
781
- "d'informations"
782
-
783
- #: ../../admin/config/index.php:196
784
- msgid "Config access: username not found"
785
- msgstr "Accès configuration : username inexistant"
786
-
787
- #: ../../admin/config/index.php:224
788
- msgid "Detect Smoothing"
789
- msgstr "Détecter Lissage"
790
-
791
- #: ../../admin/config/index.php:224
792
- msgid ""
793
- "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
794
- "This option required Spy Mode to be enabled."
795
- msgstr ""
796
- "Active une fonction côté client pour détecter si le navigateur du visiteur "
797
- "supporte l'anti-crénelage (lissage des polices). Si les Capacités du "
798
- "navigateur ne sont pas tracées, ce paramètre est ignoré."
799
-
800
- #: ../../admin/config/index.php:225
801
- msgid "Session Duration"
802
- msgstr "Durée session"
803
-
804
- #: ../../admin/config/index.php:225
805
- msgid ""
806
- "How many seconds should a human session last? Google Analytics sets it to "
807
- "1800 seconds."
808
- msgstr ""
809
- "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
810
- "fixe cette durée à 1800 secondes."
811
-
812
- #: ../../admin/config/index.php:226
813
- msgid "Extend Session"
814
- msgstr "Etendre la session"
815
-
816
- #: ../../admin/config/index.php:226
817
- msgid "Extend the duration of a session each time the user visits a new page."
818
- msgstr ""
819
- "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
820
- "page."
821
-
822
- #: ../../admin/config/index.php:227
823
- msgid "Enable CDN"
824
- msgstr "Activer CDN"
825
-
826
- #: ../../admin/config/index.php:227
827
- msgid ""
828
- "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
829
- "by serving our tracking code from their fast and reliable network (free "
830
- "service)."
831
- msgstr ""
832
- "Permet <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a> 's "
833
- "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
834
- "rapide et fiable."
835
-
836
- #: ../../admin/config/index.php:228
837
- msgid "Extensions to Track"
838
- msgstr "Extensions du traçage"
839
-
840
- #: ../../admin/config/index.php:228
841
- msgid ""
842
- "List all the file extensions that you want to be treated as Downloads. "
843
- "Please note that links pointing to external resources (i.e. PDFs on a "
844
- "different website) are considered Downloads and not Outbound Links (and "
845
- "tracked as such), if their extension matches one of the ones listed here "
846
- "below."
847
- msgstr ""
848
- "Les extensions de fichiers suivants (valeurs séparées par des virgules pour "
849
- "être répertoriées) seront suivis comme Téléchargements par WP SlimStat. "
850
- "Veuillez noter que les liens pointant vers des ressources externes (par ex. "
851
- "fichiers PDF sur un autre site) sont considérés comme Téléchargements et non "
852
- "comme liens sortants (et suivis en tant que tel), si leur extension "
853
- "correspond à l'une de celles qui sont énumérées ci-dessous."
854
-
855
- #: ../../admin/config/index.php:230
856
- msgid "External Pages"
857
- msgstr "Pages externes"
858
-
859
- #: ../../admin/config/index.php:231
860
- msgid "Add the following code to all the non-WP pages you want to track"
861
- msgstr ""
862
- "Ajouter le code suivant à toutes les pages non-WordPress que vous souhaitez "
863
- "suivre."
864
-
865
- #: ../../admin/config/index.php:243
866
- msgid "Debug Mode"
867
- msgstr "Mode Debug"
868
-
869
- #: ../../admin/config/index.php:243
870
- msgid "Display the SQL queries used to retrieve the data."
871
- msgstr "Afficher les requêtes SQL utilisées pour extraire les données."
872
-
873
- #: ../../admin/config/index.php:244
874
- msgid "IP Lookup"
875
- msgstr "Recherche d'IP"
876
-
877
- #: ../../admin/config/index.php:244
878
- msgid "Customize the Geolocation service to be used in the reports."
879
- msgstr ""
880
- "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
881
-
882
- #: ../../admin/config/index.php:245
883
- msgid "Custom CSS"
884
- msgstr "Personnaliser le style CSS"
885
-
886
- #: ../../admin/config/index.php:245
887
- msgid ""
888
- "Paste here your custom stylesheet to personalize the way your reports look. "
889
- "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
890
- "target='_blank'>Check the FAQ</a> for more information on how to use this "
891
- "setting."
892
- msgstr ""
893
- "Collez ici votre feuille de style, afin de personnaliser la présentation de "
894
- "vos rapports. <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
895
- "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
896
- "d'utiliser cette fonctionnalité."
897
-
898
- #: ../../admin/config/index.php:246
899
- msgid "Enable UAN"
900
- msgstr "Activer UAN"
901
-
902
- #: ../../admin/config/index.php:246
903
- msgid ""
904
- "Send anonymous data about user agents to our server for analysis. This "
905
- "allows us to contribute to the <a href='http://browscap.org/' "
906
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
907
- "Slimstat's browser detection functionality. It also enables our transparent "
908
- "ads network. No worries, your site will not be affected in any way."
909
- msgstr ""
910
- "Envoyer des données anonymes concernant les navigateurs inconnus à nos "
911
- "serveurs pour analyse. Cela nous permet de contribuer au <a href='http://"
912
- "browscap.org/' target='_blank'> projet opensource BrowsCap, et d'améliorer "
913
- "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
914
-
915
- #: ../../admin/config/maintenance.php:20
916
- msgid "Your Slimstat tables have been successfully converted to InnoDB."
917
- msgstr "Vos tables WP SlimStat ont été converties en InnoDB avec succès."
918
-
919
- #: ../../admin/config/maintenance.php:30
920
- msgid "records deleted from your database."
921
- msgstr "enregistrements supprimés de votre base de données."
922
-
923
- #: ../../admin/config/maintenance.php:37
924
- msgid "All the records were successfully deleted."
925
- msgstr "Tous les enregistrements ont bien été supprimés"
926
-
927
- #: ../../admin/config/maintenance.php:42
928
- #, fuzzy
929
- msgid "All the archived records were successfully deleted."
930
- msgstr "Tous les enregistrements ont bien été supprimés"
931
-
932
- #: ../../admin/config/maintenance.php:51
933
- #, fuzzy
934
- msgid "All the archived records were successfully restored."
935
- msgstr "Tous les enregistrements ont bien été supprimés"
936
-
937
- #: ../../admin/config/maintenance.php:55
938
- msgid "Your reports were successfully restored to their default arrangement."
939
- msgstr ""
940
- "Vos rapports ont été réinitialisés avec succès dans leur configuration par "
941
- "défaut."
942
-
943
- #: ../../admin/config/maintenance.php:62
944
- msgid ""
945
- "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
946
- "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
947
- msgstr ""
948
- "Félicitations ! WP SlimStat est à présent optimisé pour <a href=\"http://www."
949
- "youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
950
-
951
- #: ../../admin/config/maintenance.php:69
952
- msgid ""
953
- "Indexing has been successfully disabled. Enjoy the extra database space you "
954
- "just gained!"
955
- msgstr ""
956
- "L'indexation a bien été désactivée. Profitez bien de l'espace supplémentaire "
957
- "que vous venez de gagner !"
958
-
959
- #: ../../admin/config/maintenance.php:101
960
- msgid "Database Information"
961
- msgstr "Informations de base de données"
962
-
963
- #: ../../admin/config/maintenance.php:104
964
- msgid "Engine"
965
- msgstr "Moteur"
966
-
967
- #: ../../admin/config/maintenance.php:108
968
- msgid "switch to InnoDB"
969
- msgstr "changer pour InnoDB"
970
-
971
- #: ../../admin/config/maintenance.php:119
972
- msgid "records"
973
- msgstr "Enregistrements"
974
-
975
- #: ../../admin/config/maintenance.php:124
976
- msgid "Data Maintenance"
977
- msgstr "Maintenance des données"
978
-
979
- #: ../../admin/config/maintenance.php:127
980
- msgid "Delete pageviews where"
981
- msgstr "Supprimer les pages où"
982
-
983
- #: ../../admin/config/maintenance.php:141 ../../admin/view/index.php:15
984
- msgid "equals"
985
- msgstr "est égal à"
986
-
987
- #: ../../admin/config/maintenance.php:142 ../../admin/view/index.php:16
988
- msgid "is not equal to"
989
- msgstr "n'est pas égal à"
990
-
991
- #: ../../admin/config/maintenance.php:143 ../../admin/view/index.php:17
992
- msgid "contains"
993
- msgstr "contient"
994
-
995
- #: ../../admin/config/maintenance.php:144 ../../admin/view/index.php:18
996
- msgid "does not contain"
997
- msgstr "ne contient pas"
998
-
999
- #: ../../admin/config/maintenance.php:145 ../../admin/view/index.php:19
1000
- msgid "starts with"
1001
- msgstr "commence par"
1002
-
1003
- #: ../../admin/config/maintenance.php:146 ../../admin/view/index.php:20
1004
- msgid "ends with"
1005
- msgstr "finit par"
1006
-
1007
- #: ../../admin/config/maintenance.php:147 ../../admin/view/index.php:21
1008
- msgid "sounds like"
1009
- msgstr "ressemble à"
1010
-
1011
- #: ../../admin/config/maintenance.php:148 ../../admin/view/index.php:22
1012
- msgid "is greater than"
1013
- msgstr "est plus grand que"
1014
-
1015
- #: ../../admin/config/maintenance.php:149 ../../admin/view/index.php:23
1016
- msgid "is less than"
1017
- msgstr "est plus petit que"
1018
-
1019
- #: ../../admin/config/maintenance.php:150 ../../admin/view/index.php:25
1020
- msgid "matches"
1021
- msgstr "correspond à"
1022
-
1023
- #: ../../admin/config/maintenance.php:151 ../../admin/view/index.php:26
1024
- msgid "does not match"
1025
- msgstr "ne correspond pas à"
1026
-
1027
- #: ../../admin/config/maintenance.php:152 ../../admin/view/index.php:27
1028
- msgid "is empty"
1029
- msgstr "est vide"
1030
-
1031
- #: ../../admin/config/maintenance.php:153 ../../admin/view/index.php:28
1032
- msgid "is not empty"
1033
- msgstr "n'est pas vide"
1034
-
1035
- #: ../../admin/config/maintenance.php:156 ../../admin/view/index.php:40
1036
- #: ../../admin/view/index.php:103
1037
- msgid "Apply"
1038
- msgstr "Appliquer"
1039
-
1040
- #: ../../admin/config/maintenance.php:157
1041
- msgid ""
1042
- "Are you sure you want to PERMANENTLY delete these records from your database?"
1043
- msgstr ""
1044
- "Etes-vous sûr de vouloir SUPPRIMER DEFINITIVEMENT ces enregistrement de "
1045
- "votre base de données ?"
1046
-
1047
- #: ../../admin/config/maintenance.php:162
1048
- msgid "Truncate Tables"
1049
- msgstr ""
1050
-
1051
- #: ../../admin/config/maintenance.php:165
1052
- msgid ""
1053
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1054
- "database?"
1055
- msgstr ""
1056
- "Etes-vous sûr de vouloir SUPPRIMER DEFINITIVEMENT TOUS les enregistrement de "
1057
- "votre base de données ?"
1058
-
1059
- #: ../../admin/config/maintenance.php:165
1060
- #, fuzzy
1061
- msgid "Delete All Records"
1062
- msgstr "Supprimer toutes les pages vues"
1063
-
1064
- #: ../../admin/config/maintenance.php:166
1065
- #, fuzzy
1066
- msgid ""
1067
- "Erase all the information collected so far by Slimstat, including the "
1068
- "archive. This operation <strong>does not</strong> reset your settings."
1069
- msgstr ""
1070
- "Effacer les informations collecter par WP Slimstat jusqu'à present. Cette "
1071
- "opération <strong>ne réinitialise pas </strong>vos paramétrages."
1072
-
1073
- #: ../../admin/config/maintenance.php:170
1074
- msgid "Restore archive"
1075
- msgstr ""
1076
-
1077
- #: ../../admin/config/maintenance.php:173
1078
- #, fuzzy
1079
- msgid "Are you sure you want to restore all the archived pageviews?"
1080
- msgstr ""
1081
- "Etes-vous sûr de vouloir supprimer toutes les informations concernant vos "
1082
- "hits et visites?"
1083
-
1084
- #: ../../admin/config/maintenance.php:173
1085
- msgid "Get 'em back"
1086
- msgstr ""
1087
-
1088
- #: ../../admin/config/maintenance.php:174
1089
- msgid ""
1090
- "Move all the archived pageviews back to the main Slimstat table. Please note "
1091
- "that, unless you disabled the daily purge, this data will be archived again "
1092
- "at the next scheduled clean-up."
1093
- msgstr ""
1094
-
1095
- #: ../../admin/config/maintenance.php:178
1096
- #, fuzzy
1097
- msgid "Empty Archive"
1098
- msgstr "Mois"
1099
-
1100
- #: ../../admin/config/maintenance.php:181
1101
- #, fuzzy
1102
- msgid ""
1103
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1104
- "archive?"
1105
- msgstr ""
1106
- "Etes-vous sûr de vouloir SUPPRIMER DEFINITIVEMENT TOUS les enregistrement de "
1107
- "votre base de données ?"
1108
-
1109
- #: ../../admin/config/maintenance.php:181
1110
- #, fuzzy
1111
- msgid "Delete Archive"
1112
- msgstr "Filtrer les pages vues pour que"
1113
-
1114
- #: ../../admin/config/maintenance.php:182
1115
- msgid "Erase all the archived records. This operation cannot be undone."
1116
- msgstr ""
1117
-
1118
- #: ../../admin/config/maintenance.php:186
1119
- msgid "Performance"
1120
- msgstr "Performance"
1121
-
1122
- #: ../../admin/config/maintenance.php:189
1123
- msgid "Improve Performance"
1124
- msgstr "Improve la performance"
1125
-
1126
- #: ../../admin/config/maintenance.php:190
1127
- msgid ""
1128
- "Please note that you will need about 30% more DB space to store the extra "
1129
- "information required."
1130
- msgstr ""
1131
- "Vous aurez besoin d'environ 30% de plus d'espace de base de données pour "
1132
- "stocker les informations supplémentaires nécessaires."
1133
-
1134
- #: ../../admin/config/maintenance.php:194
1135
- msgid "Save DB Space"
1136
- msgstr "Gagner de l'espace sur la taille de votre base de données"
1137
-
1138
- #: ../../admin/config/maintenance.php:195
1139
- msgid ""
1140
- "Please note that by removing table indexes, Slimstat's performance will be "
1141
- "affected."
1142
- msgstr ""
1143
- "Merci de noter qu'en supprimant les indexes, les performances de WP "
1144
- "SlimStats seront impactées."
1145
-
1146
- #: ../../admin/config/maintenance.php:200
1147
- msgid "Import and Export"
1148
- msgstr "Import-Export"
1149
-
1150
- #: ../../admin/config/maintenance.php:204
1151
- msgid ""
1152
- "Here below you can find the current configuration string for Slimstat. You "
1153
- "can update your settings by pasting a new string here below and clicking on "
1154
- "Import."
1155
- msgstr ""
1156
- "Ci-après vous trouverez la configuration actuelle de la ligne de "
1157
- "configuration. Vous pouvez mettre à jour vos réglages en collant une "
1158
- "nouvelle ligne ci-après et en cliquant sur Import."
1159
-
1160
- #: ../../admin/config/maintenance.php:209
1161
- msgid "Import"
1162
- msgstr "Importer"
1163
-
1164
- #: ../../admin/config/maintenance.php:210
1165
- msgid "Are you sure you want to OVERWRITE your current settings?"
1166
- msgstr "Etes-vous sûr que vous voulez réinitialiser vos onglets?"
1167
-
1168
- #: ../../admin/lang/dynamic_strings.php:3
1169
- msgid "xx"
1170
- msgstr "xx"
1171
-
1172
- #: ../../admin/lang/dynamic_strings.php:4
1173
- msgid "unknown"
1174
- msgstr "Inconnu"
1175
-
1176
- #: ../../admin/lang/dynamic_strings.php:5
1177
- msgid "win8.1"
1178
- msgstr "Windows 8.1"
1179
-
1180
- #: ../../admin/lang/dynamic_strings.php:6
1181
- msgid "win8"
1182
- msgstr "Windows 8"
1183
-
1184
- # Windows 7
1185
- #: ../../admin/lang/dynamic_strings.php:7
1186
- msgid "win7"
1187
- msgstr "Windows 7"
1188
-
1189
- # Windows Vista
1190
- #: ../../admin/lang/dynamic_strings.php:8
1191
- msgid "winvista"
1192
- msgstr "Windows Vista"
1193
-
1194
- # Windows 2003
1195
- #: ../../admin/lang/dynamic_strings.php:9
1196
- msgid "win2003"
1197
- msgstr "Windows 2003"
1198
-
1199
- # Windows XP
1200
- #: ../../admin/lang/dynamic_strings.php:10
1201
- msgid "winxp"
1202
- msgstr "Windows XP"
1203
-
1204
- # Windows NT
1205
- #: ../../admin/lang/dynamic_strings.php:11
1206
- msgid "winnt"
1207
- msgstr "Windows NT"
1208
-
1209
- # Windows 2000
1210
- #: ../../admin/lang/dynamic_strings.php:12
1211
- msgid "win2000"
1212
- msgstr "Windows 2000"
1213
-
1214
- # Windows ME
1215
- #: ../../admin/lang/dynamic_strings.php:13
1216
- msgid "winme"
1217
- msgstr "Windows ME"
1218
-
1219
- # Windows 98
1220
- #: ../../admin/lang/dynamic_strings.php:14
1221
- msgid "win98"
1222
- msgstr "Windows 98"
1223
-
1224
- # Windows 95
1225
- #: ../../admin/lang/dynamic_strings.php:15
1226
- msgid "win95"
1227
- msgstr "Windows 95"
1228
-
1229
- # Windows 3.1
1230
- #: ../../admin/lang/dynamic_strings.php:16
1231
- msgid "win31"
1232
- msgstr "Windows 3.1"
1233
-
1234
- # Windows 32-bit
1235
- #: ../../admin/lang/dynamic_strings.php:17
1236
- msgid "win32"
1237
- msgstr "Windows 32-bit"
1238
-
1239
- # Windows 16-bit
1240
- #: ../../admin/lang/dynamic_strings.php:18
1241
- msgid "win16"
1242
- msgstr "Windows 16-bit"
1243
-
1244
- # Mac 68K
1245
- #: ../../admin/lang/dynamic_strings.php:19
1246
- msgid "mac68k"
1247
- msgstr "Mac 68K"
1248
-
1249
- # Mac OS X
1250
- #: ../../admin/lang/dynamic_strings.php:20
1251
- msgid "macosx"
1252
- msgstr "Mac OS X"
1253
-
1254
- # Mac PowerPC
1255
- #: ../../admin/lang/dynamic_strings.php:21
1256
- msgid "macppc"
1257
- msgstr "Mac PowerPC"
1258
-
1259
- # Mac
1260
- #: ../../admin/lang/dynamic_strings.php:22
1261
- msgid "mac"
1262
- msgstr "Mac"
1263
-
1264
- # IBM OS/2
1265
- #: ../../admin/lang/dynamic_strings.php:23
1266
- msgid "os/2"
1267
- msgstr "IBM OS/2"
1268
-
1269
- # Sun OS
1270
- #: ../../admin/lang/dynamic_strings.php:24
1271
- msgid "sunos"
1272
- msgstr "Sun OS"
1273
-
1274
- # Solaris
1275
- #: ../../admin/lang/dynamic_strings.php:25
1276
- msgid "solaris"
1277
- msgstr "Solaris"
1278
-
1279
- # UNIX
1280
- #: ../../admin/lang/dynamic_strings.php:26
1281
- msgid "unix"
1282
- msgstr "UNIX"
1283
-
1284
- # IRIX
1285
- #: ../../admin/lang/dynamic_strings.php:27
1286
- msgid "irix"
1287
- msgstr "IRIX"
1288
-
1289
- # HP-UX
1290
- #: ../../admin/lang/dynamic_strings.php:28
1291
- msgid "hp-ux"
1292
- msgstr "HP-UX"
1293
-
1294
- # IBM AIX
1295
- #: ../../admin/lang/dynamic_strings.php:29
1296
- msgid "aix"
1297
- msgstr "IBM AIX"
1298
-
1299
- # BeOS
1300
- #: ../../admin/lang/dynamic_strings.php:30
1301
- msgid "beos"
1302
- msgstr "BeOS"
1303
-
1304
- # Cygwin
1305
- #: ../../admin/lang/dynamic_strings.php:31
1306
- msgid "cygwin"
1307
- msgstr "Cygwin"
1308
-
1309
- # Digital Unix
1310
- #: ../../admin/lang/dynamic_strings.php:32
1311
- msgid "digital unix"
1312
- msgstr "Digital Unix"
1313
-
1314
- # Risc OS
1315
- #: ../../admin/lang/dynamic_strings.php:33
1316
- msgid "risc os"
1317
- msgstr "Risc OS"
1318
-
1319
- # openVMS
1320
- #: ../../admin/lang/dynamic_strings.php:34
1321
- msgid "openvms"
1322
- msgstr "openVMS"
1323
-
1324
- # Linux
1325
- #: ../../admin/lang/dynamic_strings.php:35
1326
- msgid "linux"
1327
- msgstr "Linux"
1328
-
1329
- # freeBSD
1330
- #: ../../admin/lang/dynamic_strings.php:36
1331
- msgid "freebsd"
1332
- msgstr "freeBSD"
1333
-
1334
- # openBSD
1335
- #: ../../admin/lang/dynamic_strings.php:37
1336
- msgid "openbsd"
1337
- msgstr "openBSD"
1338
-
1339
- # netBSD
1340
- #: ../../admin/lang/dynamic_strings.php:38
1341
- msgid "netbsd"
1342
- msgstr "netBSD"
1343
-
1344
- # Debian
1345
- #: ../../admin/lang/dynamic_strings.php:39
1346
- msgid "debian"
1347
- msgstr "Debian"
1348
-
1349
- # Amiga
1350
- #: ../../admin/lang/dynamic_strings.php:40
1351
- msgid "amiga"
1352
- msgstr "Amiga"
1353
-
1354
- # Android
1355
- #: ../../admin/lang/dynamic_strings.php:41
1356
- msgid "android"
1357
- msgstr "Android"
1358
-
1359
- # WyderOS
1360
- #: ../../admin/lang/dynamic_strings.php:42
1361
- msgid "wyderos"
1362
- msgstr "WyderOS"
1363
-
1364
- # iPhone
1365
- #: ../../admin/lang/dynamic_strings.php:43
1366
- msgid "iphone osx"
1367
- msgstr "iPhone"
1368
-
1369
- #: ../../admin/lang/dynamic_strings.php:44
1370
- msgid "ios"
1371
- msgstr "Apple iOS"
1372
-
1373
- # Palm
1374
- #: ../../admin/lang/dynamic_strings.php:45
1375
- msgid "palm"
1376
- msgstr "Palm"
1377
-
1378
- # WAP
1379
- #: ../../admin/lang/dynamic_strings.php:46
1380
- msgid "wap"
1381
- msgstr "WAP"
1382
-
1383
- # Java
1384
- #: ../../admin/lang/dynamic_strings.php:47
1385
- msgid "java"
1386
- msgstr "Java"
1387
-
1388
- # iPhone
1389
- #: ../../admin/lang/dynamic_strings.php:48
1390
- msgid "winphone7"
1391
- msgstr "Windows Phone"
1392
-
1393
- # Windows CE
1394
- #: ../../admin/lang/dynamic_strings.php:49
1395
- msgid "wince"
1396
- msgstr "Windows CE"
1397
-
1398
- # Symbian OS
1399
- #: ../../admin/lang/dynamic_strings.php:50
1400
- msgid "symbianos"
1401
- msgstr "Symbian OS"
1402
-
1403
- #: ../../admin/lang/dynamic_strings.php:51
1404
- msgid "blackberry os"
1405
- msgstr "BlackBerry OS"
1406
-
1407
- # webOS
1408
- #: ../../admin/lang/dynamic_strings.php:52
1409
- msgid "webos"
1410
- msgstr "webOS"
1411
-
1412
- #: ../../admin/lang/dynamic_strings.php:53
1413
- msgid "p-and"
1414
- msgstr "Android"
1415
-
1416
- #: ../../admin/lang/dynamic_strings.php:54
1417
- msgid "p-bla"
1418
- msgstr "BlackBerry"
1419
-
1420
- #: ../../admin/lang/dynamic_strings.php:55
1421
- msgid "p-chr"
1422
- msgstr "Chrome OS"
1423
-
1424
- #: ../../admin/lang/dynamic_strings.php:56
1425
- msgid "p-fre"
1426
- msgstr "Linux FreeBSD"
1427
-
1428
- #: ../../admin/lang/dynamic_strings.php:57
1429
- msgid "p-ios"
1430
- msgstr "Apple iOS"
1431
-
1432
- #: ../../admin/lang/dynamic_strings.php:58
1433
- msgid "p-jav"
1434
- msgstr "Java-based OS"
1435
-
1436
- #: ../../admin/lang/dynamic_strings.php:59
1437
- msgid "p-lin"
1438
- msgstr "Linux"
1439
-
1440
- #: ../../admin/lang/dynamic_strings.php:60
1441
- msgid "p-mac"
1442
- msgstr "Apple"
1443
-
1444
- #: ../../admin/lang/dynamic_strings.php:61
1445
- msgid "p-sym"
1446
- msgstr "Symbian OS"
1447
-
1448
- #: ../../admin/lang/dynamic_strings.php:62
1449
- msgid "p-unk"
1450
- msgstr "Unknown"
1451
-
1452
- #: ../../admin/lang/dynamic_strings.php:63
1453
- msgid "p-win"
1454
- msgstr "Microsoft"
1455
-
1456
- # PowerTV
1457
- #: ../../admin/lang/dynamic_strings.php:64
1458
- msgid "powertv"
1459
- msgstr "PowerTV"
1460
-
1461
- #: ../../admin/lang/dynamic_strings.php:65
1462
- msgid "acrobat"
1463
- msgstr "Acrobat Reader"
1464
-
1465
- #: ../../admin/lang/dynamic_strings.php:66
1466
- msgid "director"
1467
- msgstr "Macromedia Director"
1468
-
1469
- #: ../../admin/lang/dynamic_strings.php:67
1470
- msgid "flash"
1471
- msgstr "Flash"
1472
-
1473
- #: ../../admin/lang/dynamic_strings.php:68
1474
- msgid "mediaplayer"
1475
- msgstr "Media Player"
1476
-
1477
- #: ../../admin/lang/dynamic_strings.php:69
1478
- msgid "quicktime"
1479
- msgstr "Quicktime"
1480
-
1481
- #: ../../admin/lang/dynamic_strings.php:70
1482
- msgid "real"
1483
- msgstr "Real Player"
1484
-
1485
- #: ../../admin/lang/dynamic_strings.php:71
1486
- msgid "silverlight"
1487
- msgstr "Silverlight"
1488
-
1489
- # Afrikaans
1490
- #: ../../admin/lang/dynamic_strings.php:72
1491
- msgid "l-af"
1492
- msgstr "Afrikaans"
1493
-
1494
- # Afrikaans
1495
- #: ../../admin/lang/dynamic_strings.php:73
1496
- msgid "l-af-za"
1497
- msgstr "Afrikaans"
1498
-
1499
- # Arabic
1500
- #: ../../admin/lang/dynamic_strings.php:74
1501
- msgid "l-ar"
1502
- msgstr "Arabe"
1503
-
1504
- # Arabic (United Arab Emirates)
1505
- #: ../../admin/lang/dynamic_strings.php:75
1506
- msgid "l-ar-ae"
1507
- msgstr "Arabe (Émirats arabes unis)"
1508
-
1509
- # Arabic (Bahrain)
1510
- #: ../../admin/lang/dynamic_strings.php:76
1511
- msgid "l-ar-bh"
1512
- msgstr "Arabe (Bahreïn)"
1513
-
1514
- # Arabic (Algeria)
1515
- #: ../../admin/lang/dynamic_strings.php:77
1516
- msgid "l-ar-dz"
1517
- msgstr "Arabe (Algérie)"
1518
-
1519
- # Arabic (Egypt)
1520
- #: ../../admin/lang/dynamic_strings.php:78
1521
- msgid "l-ar-eg"
1522
- msgstr "Arabe (Égypte)"
1523
-
1524
- # Arabic (Iraq)
1525
- #: ../../admin/lang/dynamic_strings.php:79
1526
- msgid "l-ar-iq"
1527
- msgstr "Arabe (Irak)"
1528
-
1529
- # Arabic (Jordan)
1530
- #: ../../admin/lang/dynamic_strings.php:80
1531
- msgid "l-ar-jo"
1532
- msgstr "Arabe (Jordanie)"
1533
-
1534
- # Arabic (Kuwait)
1535
- #: ../../admin/lang/dynamic_strings.php:81
1536
- msgid "l-ar-kw"
1537
- msgstr "Arabe (Koweït)"
1538
-
1539
- # Arabic (Lebanon)
1540
- #: ../../admin/lang/dynamic_strings.php:82
1541
- msgid "l-ar-lb"
1542
- msgstr "Arabe (Liban)"
1543
-
1544
- # Arabic (Libya)
1545
- #: ../../admin/lang/dynamic_strings.php:83
1546
- msgid "l-ar-ly"
1547
- msgstr "Arabe (Libye)"
1548
-
1549
- # Arabic (Morocco)
1550
- #: ../../admin/lang/dynamic_strings.php:84
1551
- msgid "l-ar-ma"
1552
- msgstr "Arabe (Maroc)"
1553
-
1554
- # Arabic (Oman)
1555
- #: ../../admin/lang/dynamic_strings.php:85
1556
- msgid "l-ar-om"
1557
- msgstr "Arabe (Oman)"
1558
-
1559
- # Arabic (Qatar)
1560
- #: ../../admin/lang/dynamic_strings.php:86
1561
- msgid "l-ar-qa"
1562
- msgstr "Arabe (Qatar)"
1563
-
1564
- # Arabic (Saudi Arabia)
1565
- #: ../../admin/lang/dynamic_strings.php:87
1566
- msgid "l-ar-sa"
1567
- msgstr "Arabe (Arabie saoudite)"
1568
-
1569
- # Arabic (Syria)
1570
- #: ../../admin/lang/dynamic_strings.php:88
1571
- msgid "l-ar-sy"
1572
- msgstr "Arabe (Syrie)"
1573
-
1574
- # Arabic (Tunisia)
1575
- #: ../../admin/lang/dynamic_strings.php:89
1576
- msgid "l-ar-tn"
1577
- msgstr "Arabe (Tunisie)"
1578
-
1579
- # Arabic (Yemen)
1580
- #: ../../admin/lang/dynamic_strings.php:90
1581
- msgid "l-ar-ye"
1582
- msgstr "Arabe (Yémen)"
1583
-
1584
- # Azerbaijani
1585
- #: ../../admin/lang/dynamic_strings.php:91
1586
- msgid "l-az"
1587
- msgstr "Azéri"
1588
-
1589
- # Azerbaijani
1590
- #: ../../admin/lang/dynamic_strings.php:92
1591
- msgid "l-az-az"
1592
- msgstr "Azéri"
1593
-
1594
- # Belarusian
1595
- #: ../../admin/lang/dynamic_strings.php:93
1596
- msgid "l-be"
1597
- msgstr "Biélorusse"
1598
-
1599
- # Belarusian
1600
- #: ../../admin/lang/dynamic_strings.php:94
1601
- msgid "l-be-by"
1602
- msgstr "Biélorusse"
1603
-
1604
- # Bulgarian
1605
- #: ../../admin/lang/dynamic_strings.php:95
1606
- msgid "l-bg"
1607
- msgstr "Bulgare"
1608
-
1609
- # Bulgarian
1610
- #: ../../admin/lang/dynamic_strings.php:96
1611
- msgid "l-bg-bg"
1612
- msgstr "Bulgare"
1613
-
1614
- # Bosnian
1615
- #: ../../admin/lang/dynamic_strings.php:97
1616
- msgid "l-bs-ba"
1617
- msgstr "Bosnien"
1618
-
1619
- # Catalan; Valencian
1620
- #: ../../admin/lang/dynamic_strings.php:98
1621
- msgid "l-ca"
1622
- msgstr "Catalan; Valencien"
1623
-
1624
- # Catalan; Valencian
1625
- #: ../../admin/lang/dynamic_strings.php:99
1626
- msgid "l-ca-es"
1627
- msgstr "Catalan; Valencien"
1628
-
1629
- # Czech
1630
- #: ../../admin/lang/dynamic_strings.php:100
1631
- msgid "l-cs"
1632
- msgstr "Tchèque"
1633
-
1634
- # Czech
1635
- #: ../../admin/lang/dynamic_strings.php:101
1636
- msgid "l-cs-cz"
1637
- msgstr "Tchèque"
1638
-
1639
- # Welsh
1640
- #: ../../admin/lang/dynamic_strings.php:102
1641
- msgid "l-cy"
1642
- msgstr "Gallois"
1643
-
1644
- # Welsh
1645
- #: ../../admin/lang/dynamic_strings.php:103
1646
- msgid "l-cy-gb"
1647
- msgstr "Gallois"
1648
-
1649
- # Danish
1650
- #: ../../admin/lang/dynamic_strings.php:104
1651
- msgid "l-da"
1652
- msgstr "Danois"
1653
-
1654
- # Danish
1655
- #: ../../admin/lang/dynamic_strings.php:105
1656
- msgid "l-da-dk"
1657
- msgstr "Danois"
1658
-
1659
- # German
1660
- #: ../../admin/lang/dynamic_strings.php:106
1661
- msgid "l-de"
1662
- msgstr "Allemand"
1663
-
1664
- # German (Austria)
1665
- #: ../../admin/lang/dynamic_strings.php:107
1666
- msgid "l-de-at"
1667
- msgstr "Allemand (Autriche)"
1668
-
1669
- # German (Switzerland)
1670
- #: ../../admin/lang/dynamic_strings.php:108
1671
- msgid "l-de-ch"
1672
- msgstr "Allemand (Suisse)"
1673
-
1674
- # German (Germany)
1675
- #: ../../admin/lang/dynamic_strings.php:109
1676
- msgid "l-de-de"
1677
- msgstr "Allemand (Allemagne)"
1678
-
1679
- # German (Liechtenstein)
1680
- #: ../../admin/lang/dynamic_strings.php:110
1681
- msgid "l-de-li"
1682
- msgstr "Allemand (Liechtenstein)"
1683
-
1684
- # German (Luxembourg)
1685
- #: ../../admin/lang/dynamic_strings.php:111
1686
- msgid "l-de-lu"
1687
- msgstr "Allemand (Luxembourg)"
1688
-
1689
- # Dhivehi; Divehi; Maldivian
1690
- #: ../../admin/lang/dynamic_strings.php:112
1691
- msgid "l-dv"
1692
- msgstr "Dhivehi; Divehi; Maldivien"
1693
-
1694
- # Dhivehi; Divehi; Maldivian
1695
- #: ../../admin/lang/dynamic_strings.php:113
1696
- msgid "l-dv-mv"
1697
- msgstr "Dhivehi; Divehi; Maldivien"
1698
-
1699
- # Modern Greek (1453-)
1700
- #: ../../admin/lang/dynamic_strings.php:114
1701
- msgid "l-el"
1702
- msgstr "Grec moderne"
1703
-
1704
- # Greek (Greece)
1705
- #: ../../admin/lang/dynamic_strings.php:115
1706
- msgid "l-el-gr"
1707
- msgstr "Grec moderne (Grèce)"
1708
-
1709
- # English
1710
- #: ../../admin/lang/dynamic_strings.php:116
1711
- msgid "l-en"
1712
- msgstr "Anglais"
1713
-
1714
- # English (Australia)
1715
- #: ../../admin/lang/dynamic_strings.php:117
1716
- msgid "l-en-au"
1717
- msgstr "Anglais (Australie)"
1718
-
1719
- # English (Belize)
1720
- #: ../../admin/lang/dynamic_strings.php:118
1721
- msgid "l-en-bz"
1722
- msgstr "Anglais (Belize)"
1723
-
1724
- # English (Canada)
1725
- #: ../../admin/lang/dynamic_strings.php:119
1726
- msgid "l-en-ca"
1727
- msgstr "Anglais (Canada)"
1728
-
1729
- # English (Canada)
1730
- #: ../../admin/lang/dynamic_strings.php:120
1731
- msgid "l-en-cb"
1732
- msgstr "Anglais (Canada)"
1733
-
1734
- # English (United Kingdom)
1735
- #: ../../admin/lang/dynamic_strings.php:121
1736
- msgid "l-en-gb"
1737
- msgstr "Anglais (Royaume-Uni)"
1738
-
1739
- # English (Ireland)
1740
- #: ../../admin/lang/dynamic_strings.php:122
1741
- msgid "l-en-ie"
1742
- msgstr "Anglais (Irlande)"
1743
-
1744
- # English (Jamaica)
1745
- #: ../../admin/lang/dynamic_strings.php:123
1746
- msgid "l-en-jm"
1747
- msgstr "Anglais (Jamaïque)"
1748
-
1749
- # English (New Zealand)
1750
- #: ../../admin/lang/dynamic_strings.php:124
1751
- msgid "l-en-nz"
1752
- msgstr "Anglais (Nouvelle-Zélande)"
1753
-
1754
- # English
1755
- #: ../../admin/lang/dynamic_strings.php:125
1756
- msgid "l-en-ph"
1757
- msgstr "Anglais"
1758
-
1759
- # English (Trinidad)
1760
- #: ../../admin/lang/dynamic_strings.php:126
1761
- msgid "l-en-tt"
1762
- msgstr "Anglais (Trinité)"
1763
-
1764
- # English (United States)
1765
- #: ../../admin/lang/dynamic_strings.php:127
1766
- msgid "l-en-us"
1767
- msgstr "Anglais (États-Unis)"
1768
-
1769
- # English (South Africa)
1770
- #: ../../admin/lang/dynamic_strings.php:128
1771
- msgid "l-en-za"
1772
- msgstr "Anglais (Afrique du Sud)"
1773
-
1774
- # English (South Africa)
1775
- #: ../../admin/lang/dynamic_strings.php:129
1776
- msgid "l-en-zw"
1777
- msgstr "Anglais (Afrique du Sud)"
1778
-
1779
- # Esperanto
1780
- #: ../../admin/lang/dynamic_strings.php:130
1781
- msgid "l-eo"
1782
- msgstr "Espéranto"
1783
-
1784
- # Spanish; Castilian
1785
- #: ../../admin/lang/dynamic_strings.php:131
1786
- msgid "l-es"
1787
- msgstr "Espagnol; Castillan"
1788
-
1789
- # Spanish (Argentina)
1790
- #: ../../admin/lang/dynamic_strings.php:132
1791
- msgid "l-es-ar"
1792
- msgstr "Espagnol (Argentine)"
1793
-
1794
- # Spanish (Bolivia)
1795
- #: ../../admin/lang/dynamic_strings.php:133
1796
- msgid "l-es-bo"
1797
- msgstr "Espagnol (Bolivie)"
1798
-
1799
- # Spanish (Chile)
1800
- #: ../../admin/lang/dynamic_strings.php:134
1801
- msgid "l-es-cl"
1802
- msgstr "Espagnol (Chili)"
1803
-
1804
- # Spanish (Colombia)
1805
- #: ../../admin/lang/dynamic_strings.php:135
1806
- msgid "l-es-co"
1807
- msgstr "Espagnol (Colombie)"
1808
-
1809
- # Spanish (Costa Rica)
1810
- #: ../../admin/lang/dynamic_strings.php:136
1811
- msgid "l-es-cr"
1812
- msgstr "Espagnol (Costa Rica)"
1813
-
1814
- # Spanish (Dominican Republic)
1815
- #: ../../admin/lang/dynamic_strings.php:137
1816
- msgid "l-es-do"
1817
- msgstr "Espagnol (République dominicaine)"
1818
-
1819
- # Spanish (Ecuador)
1820
- #: ../../admin/lang/dynamic_strings.php:138
1821
- msgid "l-es-ec"
1822
- msgstr "Espagnol (Équateur)"
1823
-
1824
- # Spanish (Spain)
1825
- #: ../../admin/lang/dynamic_strings.php:139
1826
- msgid "l-es-es"
1827
- msgstr "Espagnol (Espagne)"
1828
-
1829
- # Spanish (Guatemala)
1830
- #: ../../admin/lang/dynamic_strings.php:140
1831
- msgid "l-es-gt"
1832
- msgstr "Espagnol (Guatemala)"
1833
-
1834
- # Spanish (Honduras)
1835
- #: ../../admin/lang/dynamic_strings.php:141
1836
- msgid "l-es-hn"
1837
- msgstr "Espagnol (Honduras)"
1838
-
1839
- # Spanish (Mexico)
1840
- #: ../../admin/lang/dynamic_strings.php:142
1841
- msgid "l-es-mx"
1842
- msgstr "Espagnol (Mexique)"
1843
-
1844
- # Spanish (Nicaragua)
1845
- #: ../../admin/lang/dynamic_strings.php:143
1846
- msgid "l-es-ni"
1847
- msgstr "Espagnol (Nicaragua)"
1848
-
1849
- # Spanish (Panama)
1850
- #: ../../admin/lang/dynamic_strings.php:144
1851
- msgid "l-es-pa"
1852
- msgstr "Espagnol (Panama)"
1853
-
1854
- # Spanish (Peru)
1855
- #: ../../admin/lang/dynamic_strings.php:145
1856
- msgid "l-es-pe"
1857
- msgstr "Espagnol (Pérou)"
1858
-
1859
- # Spanish (Puerto Rico)
1860
- #: ../../admin/lang/dynamic_strings.php:146
1861
- msgid "l-es-pr"
1862
- msgstr "Espagnol (Porto Rico)"
1863
-
1864
- # Spanish (Paraguay)
1865
- #: ../../admin/lang/dynamic_strings.php:147
1866
- msgid "l-es-py"
1867
- msgstr "Espagnol (Paraguay)"
1868
-
1869
- # Spanish (El Salvador)
1870
- #: ../../admin/lang/dynamic_strings.php:148
1871
- msgid "l-es-sv"
1872
- msgstr "Espagnol (El Salvador)"
1873
-
1874
- # Spanish (Uruguay)
1875
- #: ../../admin/lang/dynamic_strings.php:149
1876
- msgid "l-es-uy"
1877
- msgstr "Espagnol (Uruguay)"
1878
-
1879
- # Spanish (Venezuela)
1880
- #: ../../admin/lang/dynamic_strings.php:150
1881
- msgid "l-es-ve"
1882
- msgstr "Espagnol (Venezuela)"
1883
-
1884
- # Estonian
1885
- #: ../../admin/lang/dynamic_strings.php:151
1886
- msgid "l-et"
1887
- msgstr "Estonien"
1888
-
1889
- # Estonian
1890
- #: ../../admin/lang/dynamic_strings.php:152
1891
- msgid "l-et-ee"
1892
- msgstr "Estonien"
1893
-
1894
- # Basque
1895
- #: ../../admin/lang/dynamic_strings.php:153
1896
- msgid "l-eu"
1897
- msgstr "Basque"
1898
-
1899
- # Basque
1900
- #: ../../admin/lang/dynamic_strings.php:154
1901
- msgid "l-eu-es"
1902
- msgstr "Basque"
1903
-
1904
- # Persian
1905
- #: ../../admin/lang/dynamic_strings.php:155
1906
- msgid "l-fa"
1907
- msgstr "Persan"
1908
-
1909
- # Persian
1910
- #: ../../admin/lang/dynamic_strings.php:156
1911
- msgid "l-fa-ir"
1912
- msgstr "Persan"
1913
-
1914
- # Finnish
1915
- #: ../../admin/lang/dynamic_strings.php:157
1916
- msgid "l-fi"
1917
- msgstr "Finnois"
1918
-
1919
- # Finnish
1920
- #: ../../admin/lang/dynamic_strings.php:158
1921
- msgid "l-fi-fi"
1922
- msgstr "Finnois"
1923
-
1924
- # Faroese
1925
- #: ../../admin/lang/dynamic_strings.php:159
1926
- msgid "l-fo"
1927
- msgstr "Féringien"
1928
-
1929
- # Faroese
1930
- #: ../../admin/lang/dynamic_strings.php:160
1931
- msgid "l-fo-fo"
1932
- msgstr "Féringien"
1933
-
1934
- # French
1935
- #: ../../admin/lang/dynamic_strings.php:161
1936
- msgid "l-fr"
1937
- msgstr "Français"
1938
-
1939
- # French (Belgium)
1940
- #: ../../admin/lang/dynamic_strings.php:162
1941
- msgid "l-fr-be"
1942
- msgstr "Français (Belgique)"
1943
-
1944
- # French (Canada)
1945
- #: ../../admin/lang/dynamic_strings.php:163
1946
- msgid "l-fr-ca"
1947
- msgstr "Français (Canada)"
1948
-
1949
- # French (Switzerland)
1950
- #: ../../admin/lang/dynamic_strings.php:164
1951
- msgid "l-fr-ch"
1952
- msgstr "Français (Suisse)"
1953
-
1954
- # French (France)
1955
- #: ../../admin/lang/dynamic_strings.php:165
1956
- msgid "l-fr-fr"
1957
- msgstr "Français (France)"
1958
-
1959
- # French (Luxembourg)
1960
- #: ../../admin/lang/dynamic_strings.php:166
1961
- msgid "l-fr-lu"
1962
- msgstr "Français (Luxembourg)"
1963
-
1964
- # French (Switzerland)
1965
- #: ../../admin/lang/dynamic_strings.php:167
1966
- msgid "l-fr-mc"
1967
- msgstr "Français (Suisse)"
1968
-
1969
- # Galician
1970
- #: ../../admin/lang/dynamic_strings.php:168
1971
- msgid "l-gl"
1972
- msgstr "Galicien"
1973
-
1974
- # Spanish; Castilian
1975
- #: ../../admin/lang/dynamic_strings.php:169
1976
- msgid "l-gl-es"
1977
- msgstr "Espagnol ; Castillan"
1978
-
1979
- # Gujarati
1980
- #: ../../admin/lang/dynamic_strings.php:170
1981
- msgid "l-gu"
1982
- msgstr "Gujarati"
1983
-
1984
- # Gujarati
1985
- #: ../../admin/lang/dynamic_strings.php:171
1986
- msgid "l-gu-in"
1987
- msgstr "Gujarati"
1988
-
1989
- # Hebrew
1990
- #: ../../admin/lang/dynamic_strings.php:172
1991
- msgid "l-he"
1992
- msgstr "Hébreu"
1993
-
1994
- # Hebrew (Israel)
1995
- #: ../../admin/lang/dynamic_strings.php:173
1996
- msgid "l-he-il"
1997
- msgstr "Hébreu (Israël)"
1998
-
1999
- # Hindi
2000
- #: ../../admin/lang/dynamic_strings.php:174
2001
- msgid "l-hi"
2002
- msgstr "Hindi"
2003
-
2004
- # Hindi
2005
- #: ../../admin/lang/dynamic_strings.php:175
2006
- msgid "l-hi-in"
2007
- msgstr "Hindi"
2008
-
2009
- # Croatian
2010
- #: ../../admin/lang/dynamic_strings.php:176
2011
- msgid "l-hr"
2012
- msgstr "Croate"
2013
-
2014
- # Croatian
2015
- #: ../../admin/lang/dynamic_strings.php:177
2016
- msgid "l-hr-ba"
2017
- msgstr "Croate"
2018
-
2019
- # Croatian
2020
- #: ../../admin/lang/dynamic_strings.php:178
2021
- msgid "l-hr-hr"
2022
- msgstr "Croate"
2023
-
2024
- # Hungarian
2025
- #: ../../admin/lang/dynamic_strings.php:179
2026
- msgid "l-hu"
2027
- msgstr "Hongrois"
2028
-
2029
- # Hungarian (Hungary)
2030
- #: ../../admin/lang/dynamic_strings.php:180
2031
- msgid "l-hu-hu"
2032
- msgstr "Hongrois (Hongrie)"
2033
-
2034
- # Armenian
2035
- #: ../../admin/lang/dynamic_strings.php:181
2036
- msgid "l-hy"
2037
- msgstr "Arménien"
2038
-
2039
- # Armenian
2040
- #: ../../admin/lang/dynamic_strings.php:182
2041
- msgid "l-hy-am"
2042
- msgstr "Arménien"
2043
-
2044
- # Indonesian
2045
- #: ../../admin/lang/dynamic_strings.php:183
2046
- msgid "l-id"
2047
- msgstr "Indonésien"
2048
-
2049
- # Indonesian
2050
- #: ../../admin/lang/dynamic_strings.php:184
2051
- msgid "l-id-id"
2052
- msgstr "Indonésien"
2053
-
2054
- # Icelandic
2055
- #: ../../admin/lang/dynamic_strings.php:185
2056
- msgid "l-is"
2057
- msgstr "Islandais"
2058
-
2059
- # Icelandic
2060
- #: ../../admin/lang/dynamic_strings.php:186
2061
- msgid "l-is-is"
2062
- msgstr "Islandais"
2063
-
2064
- # Italian
2065
- #: ../../admin/lang/dynamic_strings.php:187
2066
- msgid "l-it"
2067
- msgstr "Italien"
2068
-
2069
- # Italian (Switzerland)
2070
- #: ../../admin/lang/dynamic_strings.php:188
2071
- msgid "l-it-ch"
2072
- msgstr "Italien (Suisse)"
2073
-
2074
- # Italian (Italia)
2075
- #: ../../admin/lang/dynamic_strings.php:189
2076
- msgid "l-it-it"
2077
- msgstr "Italien (Italie)"
2078
-
2079
- # Japanese
2080
- #: ../../admin/lang/dynamic_strings.php:190
2081
- msgid "l-ja"
2082
- msgstr "Japonais"
2083
-
2084
- # Japanese
2085
- #: ../../admin/lang/dynamic_strings.php:191
2086
- msgid "l-ja-jp"
2087
- msgstr "Japonais"
2088
-
2089
- # Georgian
2090
- #: ../../admin/lang/dynamic_strings.php:192
2091
- msgid "l-ka"
2092
- msgstr "Géorgien"
2093
-
2094
- # Georgian
2095
- #: ../../admin/lang/dynamic_strings.php:193
2096
- msgid "l-ka-ge"
2097
- msgstr "Géorgien"
2098
-
2099
- # Kazakh
2100
- #: ../../admin/lang/dynamic_strings.php:194
2101
- msgid "l-kk"
2102
- msgstr "Kazakh"
2103
-
2104
- # Kazakh
2105
- #: ../../admin/lang/dynamic_strings.php:195
2106
- msgid "l-kk-kz"
2107
- msgstr "Kazakh"
2108
-
2109
- # Kannada
2110
- #: ../../admin/lang/dynamic_strings.php:196
2111
- msgid "l-kn"
2112
- msgstr "kannada"
2113
-
2114
- # Kannada
2115
- #: ../../admin/lang/dynamic_strings.php:197
2116
- msgid "l-kn-in"
2117
- msgstr "Kannada"
2118
-
2119
- # Korean
2120
- #: ../../admin/lang/dynamic_strings.php:198
2121
- msgid "l-ko"
2122
- msgstr "Coréen"
2123
-
2124
- # Korean (Republic of Korea)
2125
- #: ../../admin/lang/dynamic_strings.php:199
2126
- msgid "l-ko-kr"
2127
- msgstr "Coréen (République de Corée)"
2128
-
2129
- # Korean
2130
- #: ../../admin/lang/dynamic_strings.php:200
2131
- msgid "l-kok"
2132
- msgstr "Coréen"
2133
-
2134
- # Korean
2135
- #: ../../admin/lang/dynamic_strings.php:201
2136
- msgid "l-kok-in"
2137
- msgstr "Coréen"
2138
-
2139
- # Kirghiz; Kyrgyz
2140
- #: ../../admin/lang/dynamic_strings.php:202
2141
- msgid "l-ky"
2142
- msgstr "Kirghiz"
2143
-
2144
- # Kirghiz; Kyrgyz
2145
- #: ../../admin/lang/dynamic_strings.php:203
2146
- msgid "l-ky-kg"
2147
- msgstr "Kirghiz"
2148
-
2149
- # Lithuanian
2150
- #: ../../admin/lang/dynamic_strings.php:204
2151
- msgid "l-lt"
2152
- msgstr "Lituanien"
2153
-
2154
- # Lithuanian
2155
- #: ../../admin/lang/dynamic_strings.php:205
2156
- msgid "l-lt-lt"
2157
- msgstr "Lituanien"
2158
-
2159
- # Latvian
2160
- #: ../../admin/lang/dynamic_strings.php:206
2161
- msgid "l-lv"
2162
- msgstr "Letton"
2163
-
2164
- # Latvian
2165
- #: ../../admin/lang/dynamic_strings.php:207
2166
- msgid "l-lv-lv"
2167
- msgstr "Letton"
2168
-
2169
- # Maori
2170
- #: ../../admin/lang/dynamic_strings.php:208
2171
- msgid "l-mi"
2172
- msgstr "Maori"
2173
-
2174
- # Maori
2175
- #: ../../admin/lang/dynamic_strings.php:209
2176
- msgid "l-mi-nz"
2177
- msgstr "Maori"
2178
-
2179
- # Macedonian
2180
- #: ../../admin/lang/dynamic_strings.php:210
2181
- msgid "l-mk"
2182
- msgstr "Macédonien"
2183
-
2184
- # Macedonian
2185
- #: ../../admin/lang/dynamic_strings.php:211
2186
- msgid "l-mk-ml"
2187
- msgstr "Macédonien"
2188
-
2189
- # Mongolian
2190
- #: ../../admin/lang/dynamic_strings.php:212
2191
- msgid "l-mn"
2192
- msgstr "Mongol"
2193
-
2194
- # Mongolian
2195
- #: ../../admin/lang/dynamic_strings.php:213
2196
- msgid "l-mn-mn"
2197
- msgstr "Mongol"
2198
-
2199
- # Marathi
2200
- #: ../../admin/lang/dynamic_strings.php:214
2201
- msgid "l-mr"
2202
- msgstr "Marathi"
2203
-
2204
- # Marathi
2205
- #: ../../admin/lang/dynamic_strings.php:215
2206
- msgid "l-mr-in"
2207
- msgstr "Marathi"
2208
-
2209
- # Malay
2210
- #: ../../admin/lang/dynamic_strings.php:216
2211
- msgid "l-ms"
2212
- msgstr "Malais"
2213
-
2214
- # Malay
2215
- #: ../../admin/lang/dynamic_strings.php:217
2216
- msgid "l-ms-bn"
2217
- msgstr "Malais"
2218
-
2219
- # Malay
2220
- #: ../../admin/lang/dynamic_strings.php:218
2221
- msgid "l-ms-my"
2222
- msgstr "Malais"
2223
-
2224
- # Maltese
2225
- #: ../../admin/lang/dynamic_strings.php:219
2226
- msgid "l-mt"
2227
- msgstr "Maltais"
2228
-
2229
- # Maltese
2230
- #: ../../admin/lang/dynamic_strings.php:220
2231
- msgid "l-mt-mt"
2232
- msgstr "Maltais"
2233
-
2234
- # Norwegian Bokmål
2235
- #: ../../admin/lang/dynamic_strings.php:221
2236
- msgid "l-nb"
2237
- msgstr "Norvégien Bokmål"
2238
-
2239
- # Norwegian Bokmål
2240
- #: ../../admin/lang/dynamic_strings.php:222
2241
- msgid "l-nb-no"
2242
- msgstr "Norvégien Bokmål"
2243
-
2244
- # Dutch; Flemish
2245
- #: ../../admin/lang/dynamic_strings.php:223
2246
- msgid "l-nl"
2247
- msgstr "Néerlandais; Flamand"
2248
-
2249
- # Dutch (Belgium)
2250
- #: ../../admin/lang/dynamic_strings.php:224
2251
- msgid "l-nl-be"
2252
- msgstr "Néerlandais (Belgique)"
2253
-
2254
- # Dutch (Netherlands)
2255
- #: ../../admin/lang/dynamic_strings.php:225
2256
- msgid "l-nl-nl"
2257
- msgstr "Néerlandais (Pays-bas)"
2258
-
2259
- # Norwegian Nynorsk
2260
- #: ../../admin/lang/dynamic_strings.php:226
2261
- msgid "l-nn-no"
2262
- msgstr "Norvégien Nynorsk"
2263
-
2264
- #: ../../admin/lang/dynamic_strings.php:227
2265
- msgid "l-ns"
2266
- msgstr "l-ns"
2267
-
2268
- #: ../../admin/lang/dynamic_strings.php:228
2269
- msgid "l-ns-za"
2270
- msgstr "l-ns-za"
2271
-
2272
- # Panjabi; Punjabi
2273
- #: ../../admin/lang/dynamic_strings.php:229
2274
- msgid "l-pa"
2275
- msgstr "Panjabi"
2276
-
2277
- # Panjabi; Punjabi
2278
- #: ../../admin/lang/dynamic_strings.php:230
2279
- msgid "l-pa-in"
2280
- msgstr "Panjabi"
2281
-
2282
- # Polish
2283
- #: ../../admin/lang/dynamic_strings.php:231
2284
- msgid "l-pl"
2285
- msgstr "Polonais"
2286
-
2287
- # Polish
2288
- #: ../../admin/lang/dynamic_strings.php:232
2289
- msgid "l-pl-pl"
2290
- msgstr "Polonais"
2291
-
2292
- # Pushto; Pashto
2293
- #: ../../admin/lang/dynamic_strings.php:233
2294
- msgid "l-ps"
2295
- msgstr "Pachto"
2296
-
2297
- # Spanish (Argentina)
2298
- #: ../../admin/lang/dynamic_strings.php:234
2299
- msgid "l-ps-ar"
2300
- msgstr "Espagnol (Argentine)"
2301
-
2302
- # Portuguese
2303
- #: ../../admin/lang/dynamic_strings.php:235
2304
- msgid "l-pt"
2305
- msgstr "Portugais"
2306
-
2307
- # Portuguese (Brazil)
2308
- #: ../../admin/lang/dynamic_strings.php:236
2309
- msgid "l-pt-br"
2310
- msgstr "Portugais (Brésil)"
2311
-
2312
- # Portuguese
2313
- #: ../../admin/lang/dynamic_strings.php:237
2314
- msgid "l-pt-pt"
2315
- msgstr "Portugais"
2316
-
2317
- # Quechua
2318
- #: ../../admin/lang/dynamic_strings.php:238
2319
- msgid "l-qu"
2320
- msgstr "Quechua"
2321
-
2322
- # Quechua
2323
- #: ../../admin/lang/dynamic_strings.php:239
2324
- msgid "l-qu-bo"
2325
- msgstr "Quechua"
2326
-
2327
- # Quechua
2328
- #: ../../admin/lang/dynamic_strings.php:240
2329
- msgid "l-qu-ec"
2330
- msgstr "Quechua"
2331
-
2332
- # Quechua
2333
- #: ../../admin/lang/dynamic_strings.php:241
2334
- msgid "l-qu-pe"
2335
- msgstr "Quechua"
2336
-
2337
- # Romanian; Moldavian; Moldovan
2338
- #: ../../admin/lang/dynamic_strings.php:242
2339
- msgid "l-ro"
2340
- msgstr "Roumain; Moldave"
2341
-
2342
- # Romanian; Moldavian; Moldovan
2343
- #: ../../admin/lang/dynamic_strings.php:243
2344
- msgid "l-ro-ro"
2345
- msgstr "Roumain"
2346
-
2347
- # Russian
2348
- #: ../../admin/lang/dynamic_strings.php:244
2349
- msgid "l-ru"
2350
- msgstr "Russe"
2351
-
2352
- # Russian (Russia)
2353
- #: ../../admin/lang/dynamic_strings.php:245
2354
- msgid "l-ru-ru"
2355
- msgstr "Russe (Fédération de Russie)"
2356
-
2357
- # Sanskrit
2358
- #: ../../admin/lang/dynamic_strings.php:246
2359
- msgid "l-sa"
2360
- msgstr "Sanskrit"
2361
-
2362
- # Sanskrit
2363
- #: ../../admin/lang/dynamic_strings.php:247
2364
- msgid "l-sa-in"
2365
- msgstr "Sanskrit"
2366
-
2367
- # Northern Sami
2368
- #: ../../admin/lang/dynamic_strings.php:248
2369
- msgid "l-se"
2370
- msgstr "Same du Nord"
2371
-
2372
- # Northern Sami
2373
- #: ../../admin/lang/dynamic_strings.php:249
2374
- msgid "l-se-fi"
2375
- msgstr "Same du Nord"
2376
-
2377
- # Northern Sami
2378
- #: ../../admin/lang/dynamic_strings.php:250
2379
- msgid "l-se-no"
2380
- msgstr "Same du Nord"
2381
-
2382
- # Northern Sami
2383
- #: ../../admin/lang/dynamic_strings.php:251
2384
- msgid "l-se-se"
2385
- msgstr "Same du Nord"
2386
-
2387
- # Slovak
2388
- #: ../../admin/lang/dynamic_strings.php:252
2389
- msgid "l-sk"
2390
- msgstr "Slovaque"
2391
-
2392
- # Slovak
2393
- #: ../../admin/lang/dynamic_strings.php:253
2394
- msgid "l-sk-sk"
2395
- msgstr "Slovaque"
2396
-
2397
- # Slovenian
2398
- #: ../../admin/lang/dynamic_strings.php:254
2399
- msgid "l-sl"
2400
- msgstr "Slovène"
2401
-
2402
- # Slovenian
2403
- #: ../../admin/lang/dynamic_strings.php:255
2404
- msgid "l-sl-si"
2405
- msgstr "Slovène"
2406
-
2407
- # Albanian
2408
- #: ../../admin/lang/dynamic_strings.php:256
2409
- msgid "l-sq"
2410
- msgstr "Albanais"
2411
-
2412
- # Albanian
2413
- #: ../../admin/lang/dynamic_strings.php:257
2414
- msgid "l-sq-al"
2415
- msgstr "Albanais"
2416
-
2417
- # Serbian
2418
- #: ../../admin/lang/dynamic_strings.php:258
2419
- msgid "l-sr-ba"
2420
- msgstr "Serbe"
2421
-
2422
- # Serbian
2423
- #: ../../admin/lang/dynamic_strings.php:259
2424
- msgid "l-sr-sp"
2425
- msgstr "Serbe"
2426
-
2427
- # Swedish
2428
- #: ../../admin/lang/dynamic_strings.php:260
2429
- msgid "l-sv"
2430
- msgstr "Suédois"
2431
-
2432
- # Swedish (Finland)
2433
- #: ../../admin/lang/dynamic_strings.php:261
2434
- msgid "l-sv-fi"
2435
- msgstr "Suédois (Finlande)"
2436
-
2437
- # Swedish (Sweden)
2438
- #: ../../admin/lang/dynamic_strings.php:262
2439
- msgid "l-sv-se"
2440
- msgstr "Suédois (Suède)"
2441
-
2442
- # Swahili
2443
- #: ../../admin/lang/dynamic_strings.php:263
2444
- msgid "l-sw"
2445
- msgstr "Swahili"
2446
-
2447
- # Swahili
2448
- #: ../../admin/lang/dynamic_strings.php:264
2449
- msgid "l-sw-ke"
2450
- msgstr "Swahili"
2451
-
2452
- # Tamil
2453
- #: ../../admin/lang/dynamic_strings.php:265
2454
- msgid "l-ta"
2455
- msgstr "Tamoul"
2456
-
2457
- # Tamil
2458
- #: ../../admin/lang/dynamic_strings.php:266
2459
- msgid "l-ta-in"
2460
- msgstr "Tamoul"
2461
-
2462
- # Telugu
2463
- #: ../../admin/lang/dynamic_strings.php:267
2464
- msgid "l-te"
2465
- msgstr "Télougou"
2466
-
2467
- # Telugu
2468
- #: ../../admin/lang/dynamic_strings.php:268
2469
- msgid "l-te-in"
2470
- msgstr "Télougou"
2471
-
2472
- # Thai
2473
- #: ../../admin/lang/dynamic_strings.php:269
2474
- msgid "l-th"
2475
- msgstr "Thaï"
2476
-
2477
- # Thai
2478
- #: ../../admin/lang/dynamic_strings.php:270
2479
- msgid "l-th-th"
2480
- msgstr "Thai"
2481
-
2482
- # Tagalog
2483
- #: ../../admin/lang/dynamic_strings.php:271
2484
- msgid "l-tl"
2485
- msgstr "Tagalog"
2486
-
2487
- # Tagalog
2488
- #: ../../admin/lang/dynamic_strings.php:272
2489
- msgid "l-tl-ph"
2490
- msgstr "Tagalog"
2491
-
2492
- # Tswana
2493
- #: ../../admin/lang/dynamic_strings.php:273
2494
- msgid "l-tn"
2495
- msgstr "Tswana"
2496
-
2497
- # English (South Africa)
2498
- #: ../../admin/lang/dynamic_strings.php:274
2499
- msgid "l-tn-za"
2500
- msgstr "Anglais (Afrique du Sud)"
2501
-
2502
- # Turkish
2503
- #: ../../admin/lang/dynamic_strings.php:275
2504
- msgid "l-tr"
2505
- msgstr "Turc"
2506
-
2507
- # Turkish
2508
- #: ../../admin/lang/dynamic_strings.php:276
2509
- msgid "l-tr-tr"
2510
- msgstr "Turc"
2511
-
2512
- # Tatar
2513
- #: ../../admin/lang/dynamic_strings.php:277
2514
- msgid "l-tt"
2515
- msgstr "Tatar"
2516
-
2517
- # Tatar
2518
- #: ../../admin/lang/dynamic_strings.php:278
2519
- msgid "l-tt-ru"
2520
- msgstr "Tatar"
2521
-
2522
- # Tsonga
2523
- #: ../../admin/lang/dynamic_strings.php:279
2524
- msgid "l-ts"
2525
- msgstr "Tsonga"
2526
-
2527
- # Ukrainian
2528
- #: ../../admin/lang/dynamic_strings.php:280
2529
- msgid "l-uk"
2530
- msgstr "Ukrainien"
2531
-
2532
- # Ukrainian
2533
- #: ../../admin/lang/dynamic_strings.php:281
2534
- msgid "l-uk-ua"
2535
- msgstr "Ukrainien"
2536
-
2537
- # Urdu
2538
- #: ../../admin/lang/dynamic_strings.php:282
2539
- msgid "l-ur"
2540
- msgstr "Ourdou"
2541
-
2542
- # Urdu
2543
- #: ../../admin/lang/dynamic_strings.php:283
2544
- msgid "l-ur-pk"
2545
- msgstr "Ourdou"
2546
-
2547
- # Uzbek
2548
- #: ../../admin/lang/dynamic_strings.php:284
2549
- msgid "l-uz"
2550
- msgstr "Ouzbek"
2551
-
2552
- # Uzbek
2553
- #: ../../admin/lang/dynamic_strings.php:285
2554
- msgid "l-uz-uz"
2555
- msgstr "Ouzbek"
2556
-
2557
- # Vietnamese
2558
- #: ../../admin/lang/dynamic_strings.php:286
2559
- msgid "l-vi"
2560
- msgstr "Vietnamien"
2561
-
2562
- # Vietnamese
2563
- #: ../../admin/lang/dynamic_strings.php:287
2564
- msgid "l-vi-vn"
2565
- msgstr "Vietnamien"
2566
-
2567
- # Xhosa
2568
- #: ../../admin/lang/dynamic_strings.php:288
2569
- msgid "l-xh"
2570
- msgstr "Xhosa"
2571
-
2572
- # Xhosa
2573
- #: ../../admin/lang/dynamic_strings.php:289
2574
- msgid "l-xh-za"
2575
- msgstr "Xhosa"
2576
-
2577
- # Chinese
2578
- #: ../../admin/lang/dynamic_strings.php:290
2579
- msgid "l-zh"
2580
- msgstr "Chinois"
2581
-
2582
- # Chinese (China)
2583
- #: ../../admin/lang/dynamic_strings.php:291
2584
- msgid "l-zh-cn"
2585
- msgstr "Chinois (Chine)"
2586
-
2587
- # Chinese (Hong Kong)
2588
- #: ../../admin/lang/dynamic_strings.php:292
2589
- msgid "l-zh-hk"
2590
- msgstr "Chinois (Hong Kong)"
2591
-
2592
- # Chinese
2593
- #: ../../admin/lang/dynamic_strings.php:293
2594
- msgid "l-zh-mo"
2595
- msgstr "Chinois"
2596
-
2597
- # Chinese (Singapore)
2598
- #: ../../admin/lang/dynamic_strings.php:294
2599
- msgid "l-zh-sg"
2600
- msgstr "Chinois (Singapour)"
2601
-
2602
- # Chinese (Taiwan)
2603
- #: ../../admin/lang/dynamic_strings.php:295
2604
- msgid "l-zh-tw"
2605
- msgstr "Chinois (Taïwan)"
2606
-
2607
- # Zulu
2608
- #: ../../admin/lang/dynamic_strings.php:296
2609
- msgid "l-zu"
2610
- msgstr "Zoulou"
2611
-
2612
- # Zulu
2613
- #: ../../admin/lang/dynamic_strings.php:297
2614
- msgid "l-zu-za"
2615
- msgstr "Zoulou"
2616
-
2617
- # Unknown
2618
- #: ../../admin/lang/dynamic_strings.php:298
2619
- #: ../../admin/view/wp-slimstat-reports.php:505
2620
- msgid "l-"
2621
- msgstr "Inconnue"
2622
-
2623
- # Unknown
2624
- #: ../../admin/lang/dynamic_strings.php:299
2625
- msgid "l-empty"
2626
- msgstr "Inconnue"
2627
-
2628
- # Unknown
2629
- #: ../../admin/lang/dynamic_strings.php:300
2630
- msgid "l-xx"
2631
- msgstr "Inconnue"
2632
-
2633
- #: ../../admin/lang/dynamic_strings.php:301
2634
- msgid "c-xy"
2635
- msgstr "Local"
2636
-
2637
- #: ../../admin/view/index.php:24
2638
- msgid "is between (x,y)"
2639
- msgstr "est entre (x,y)"
2640
-
2641
- #: ../../admin/view/index.php:44
2642
- msgid "Load"
2643
- msgstr ""
2644
-
2645
- #: ../../admin/view/index.php:64 ../../admin/view/wp-slimstat-reports.php:821
2646
- msgid "Today"
2647
- msgstr "Aujourd'hui"
2648
-
2649
- #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-reports.php:822
2650
- msgid "Yesterday"
2651
- msgstr "Hier"
2652
-
2653
- #: ../../admin/view/index.php:66
2654
- msgid "Last 7 Days"
2655
- msgstr "7 derniers jours"
2656
-
2657
- #: ../../admin/view/index.php:67
2658
- msgid "Last 60 Days"
2659
- msgstr "60 derniers jours"
2660
-
2661
- #: ../../admin/view/index.php:68
2662
- msgid "Last 90 Days"
2663
- msgstr "90 derniers jours"
2664
-
2665
- #: ../../admin/view/index.php:69
2666
- msgid "This Year So Far"
2667
- msgstr "Cette année"
2668
-
2669
- #: ../../admin/view/index.php:70
2670
- msgid "Date Range"
2671
- msgstr "Intervalle de date"
2672
-
2673
- #: ../../admin/view/index.php:72 ../../admin/view/wp-slimstat-db.php:70
2674
- msgid "Day"
2675
- msgstr "Jour"
2676
-
2677
- #: ../../admin/view/index.php:82 ../../admin/view/wp-slimstat-db.php:71
2678
- msgid "Month"
2679
- msgstr "Mois"
2680
-
2681
- #: ../../admin/view/index.php:91 ../../admin/view/wp-slimstat-db.php:72
2682
- msgid "Year"
2683
- msgstr "Année"
2684
-
2685
- #: ../../admin/view/index.php:92 ../../admin/view/wp-slimstat-db.php:69
2686
- msgid "Hour"
2687
- msgstr "Heure"
2688
-
2689
- #: ../../admin/view/index.php:93
2690
- #, fuzzy
2691
- msgid "Min"
2692
- msgstr "Mois"
2693
-
2694
- #: ../../admin/view/index.php:101 ../../admin/view/wp-slimstat-db.php:75
2695
- #, fuzzy
2696
- msgid "hours"
2697
- msgstr "Pages vues"
2698
-
2699
- #: ../../admin/view/index.php:102
2700
- msgid "mins"
2701
- msgstr ""
2702
-
2703
- #: ../../admin/view/index.php:110
2704
- msgid "Reset Filters"
2705
- msgstr "Réinitialiser les filtres"
2706
-
2707
- #: ../../admin/view/index.php:151
2708
- msgid "Your report here"
2709
- msgstr "Votre rapport ici"
2710
-
2711
- #: ../../admin/view/index.php:153
2712
- msgid ""
2713
- "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2714
- "write a new plugin that retrieves the desired information from the database "
2715
- "and then hook it to the action <code>wp_slimstat_custom_report</code>. For "
2716
- "more information, visit my <a href=\"http://wordpress.org/tags/wp-slimstat?"
2717
- "forum_id=10\" target=\"_blank\">support forum</a>."
2718
- msgstr ""
2719
- "Oui, c'est possible! Créer et voir des statistiques personalisées pour WP "
2720
- "SlimStat. Pour ce faire, il suffit d'écrire une extension qui extrait de la "
2721
- "base de données les informations désirées et les envoie à l'action "
2722
- "<code>wp_slimstat_custom_report</code>. Une extension de démonstration est "
2723
- "livrée avec le logiciel. Elle montre comme créer des rapports personnalisés "
2724
- "en 5 minutes. Vous la trouverez dans le répertoire plugin : <code>wp-"
2725
- "slimstat-custom-report-demo.php</code>. Pour plus d'information, visitez "
2726
- "mon <a href=\"http://lab.duechiacchiere.it/\" target=\"_blank\">forum "
2727
- "d'aide</a>."
2728
-
2729
- #: ../../admin/view/index.php:167 ../../admin/view/wp-slimstat-reports.php:812
2730
- #: ../../admin/view/wp-slimstat-reports.php:914
2731
- #: ../../admin/view/wp-slimstat-reports.php:1137
2732
- msgid "Pageviews"
2733
- msgstr "Pages vues"
2734
-
2735
- #: ../../admin/view/index.php:170
2736
- msgid ""
2737
- "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2738
- "Slimstat leverages this information to identify returning visitors. Please "
2739
- "note that visitors also include registered users."
2740
- msgstr ""
2741
- "Lorsque les visiteurs laissent un commentaire sur votre blog, Wordpress leur "
2742
- "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
2743
- "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
2744
-
2745
- #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2746
- #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2747
- msgid "Color codes"
2748
- msgstr "Codes couleur"
2749
-
2750
- #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2751
- msgid "From search result page"
2752
- msgstr "Depuis un moteur de recherche"
2753
-
2754
- #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2755
- #: ../../admin/wp-slimstat-admin.php:806
2756
- msgid "Known Visitor"
2757
- msgstr "Visiteurs connus"
2758
-
2759
- #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2760
- #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2761
- msgid "Known Users"
2762
- msgstr "Utilisateurs connus"
2763
-
2764
- #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2765
- #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2766
- msgid "Other Humans"
2767
- msgstr "Autres humains"
2768
-
2769
- #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2770
- msgid "Bot or Crawler"
2771
- msgstr "Robot ou Crawler"
2772
-
2773
- #: ../../admin/view/index.php:178
2774
- msgid "Keywords used by your visitors to find your website on a search engine."
2775
- msgstr ""
2776
- "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
2777
- "de recherche."
2778
-
2779
- #: ../../admin/view/index.php:181
2780
- msgid ""
2781
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2782
- "measures your site's rankings. Values are updated every 12 hours. Filters "
2783
- "set above don't apply to this report."
2784
- msgstr ""
2785
- "WP SlimStat récupère les informations d'Alexa, facebook, et Google, pour "
2786
- "mesurer le classement de votre site. Les données sont actualisées toutes les "
2787
- "12 heures. Les filtres indiqués ci-dessus ne sont pas pris en compte dans ce "
2788
- "rapport."
2789
-
2790
- #: ../../admin/view/index.php:184
2791
- msgid "Human Visits"
2792
- msgstr "Visiteurs humains"
2793
-
2794
- #: ../../admin/view/index.php:187
2795
- msgid ""
2796
- "Internet Service Provider: a company which provides other companies or "
2797
- "individuals with access to the Internet. Your DSL or cable internet service "
2798
- "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
2799
- "by setting the corresponding filter under Settings > Slimstat > Filters."
2800
- msgstr ""
2801
- "Fournisseur d'Accès Internet: une société qui fournit à d'autres entreprises "
2802
- "ou à des particuliers un accès à Internet. Votre DSL ou service Internet par "
2803
- "câble est fourni par votre FAI. <br><br> Vous pouvez ignorer des adresses IP "
2804
- "spécifiques en définissant le filtre correspondant sous SlimStat> Réglages> "
2805
- "Filtres."
2806
-
2807
- #: ../../admin/view/index.php:190
2808
- msgid ""
2809
- "You can configure Slimstat to ignore a specific Country by setting the "
2810
- "corresponding filter under Settings > Slimstat > Filters."
2811
- msgstr ""
2812
- "Vous pouvez configurer WP SlimStat afin d'ignorer un pays spécifique en "
2813
- "définissant le filtre correspondant sous SlimStat> Paramètres> Filtres."
2814
-
2815
- #: ../../admin/view/index.php:193
2816
- msgid ""
2817
- "This report shows you what user agent families (no version considered) are "
2818
- "popular among your visitors."
2819
- msgstr ""
2820
- "Ce rapport affiche quelles familles d'user agent (sans prise en compte de "
2821
- "version) sont populaires chez vos visiteurs."
2822
-
2823
- #: ../../admin/view/index.php:196
2824
- msgid ""
2825
- "This report shows you what operating system families (no version considered) "
2826
- "are popular among your visitors."
2827
- msgstr ""
2828
- "Ce rapport affiche quelles familles de système d'exploitation (sans prise en "
2829
- "compte de version) sont populaires chez vos visiteurs."
2830
-
2831
- #: ../../admin/view/index.php:199 ../../admin/view/wp-slimstat-reports.php:38
2832
- #: ../../admin/wp-slimstat-admin.php:509 ../../admin/wp-slimstat-admin.php:526
2833
- #: ../../wp-slimstat.php:1348
2834
- msgid "Traffic Sources"
2835
- msgstr "Sources de trafic"
2836
-
2837
- #: ../../admin/view/index.php:202
2838
- msgid "Average Pageviews per Visit"
2839
- msgstr "Moyenne des pages vues par visite"
2840
-
2841
- #: ../../admin/view/index.php:205
2842
- msgid ""
2843
- "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2844
- "left your site from the entrance (landing) page."
2845
- msgstr ""
2846
- "Une <em>page de rebond </em> est la visite d'une seule page, ou une visite "
2847
- "au cours de laquelle le visiteur a quitté votre site à partir de la page "
2848
- "d'entrée."
2849
-
2850
- #: ../../admin/view/index.php:208
2851
- msgid "Searches performed using Wordpress' built-in search functionality."
2852
- msgstr ""
2853
- "Recherches effectuées en utilisant la fonctionnalité de recherche intégrée "
2854
- "dans Wordpress."
2855
-
2856
- #: ../../admin/view/index.php:212
2857
- msgid ""
2858
- "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2859
- "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2860
- "link has an ID attribute associated to it."
2861
- msgstr ""
2862
- "<strong>Détails de Liens</strong>><br>- <em>A:n</em> signifie que le n-ième "
2863
- "lien dans la page a été cliqué. <br>- <em>ID:xx</em> est affiché lorsque le "
2864
- "lien correspondant possède un attribut ID qui lui est associé."
2865
-
2866
- #: ../../admin/view/index.php:215
2867
- msgid ""
2868
- "This report lists any <em>event</em> occurred on your website. Please refer "
2869
- "to the FAQ for more information on how to leverage this functionality."
2870
- msgstr ""
2871
- "Ce rapport répertorie tous les <em>évènements</em> survenus sur votre site "
2872
- "web. S'il vous plaît se référer à la FAQ pour plus d'informations sur la "
2873
- "façon de tirer parti de cette fonctionnalité."
2874
-
2875
- #: ../../admin/view/index.php:218
2876
- msgid ""
2877
- "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2878
- "this report is not affected by the filters set here above."
2879
- msgstr ""
2880
- "Votre contenu en bref : Posts, commentaires, pingbacks, etc. Merci de noter "
2881
- "que ce rpport ne prend pas en compte les filtres ci-dessus."
2882
-
2883
- #: ../../admin/view/right-now.php:8
2884
- msgid "Human"
2885
- msgstr "Humain"
2886
-
2887
- #: ../../admin/view/right-now.php:8
2888
- msgid "Bot/Crawler"
2889
- msgstr "Robot / Crawler"
2890
-
2891
- #: ../../admin/view/right-now.php:8
2892
- msgid "Mobile Device"
2893
- msgstr "Appareil mobile"
2894
-
2895
- #: ../../admin/view/right-now.php:8
2896
- msgid "Syndication Reader"
2897
- msgstr "Lecteur de Flux (Syndication)"
2898
-
2899
- #: ../../admin/view/right-now.php:30
2900
- #: ../../admin/view/wp-slimstat-reports.php:440
2901
- #: ../../admin/view/wp-slimstat-reports.php:703
2902
- msgid "No data to display"
2903
- msgstr "Aucune donnée à afficher"
2904
-
2905
- # Unknown
2906
- #: ../../admin/view/right-now.php:56
2907
- #: ../../admin/view/wp-slimstat-reports.php:493
2908
- #: ../../admin/view/wp-slimstat-reports.php:746
2909
- #: ../../admin/view/wp-slimstat-reports.php:1025
2910
- msgid "c-"
2911
- msgstr "Inconnu"
2912
-
2913
- #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:61
2914
- #: ../../admin/wp-slimstat-admin.php:808 ../../admin/wp-slimstat-admin.php:850
2915
- msgid "Originating IP"
2916
- msgstr "IP d'origine"
2917
-
2918
- #: ../../admin/view/right-now.php:130
2919
- msgid "Server Latency and Page Speed in milliseconds"
2920
- msgstr "Latence du serveur et Rapidité de la page en millisecondes"
2921
-
2922
- #: ../../admin/view/right-now.php:130
2923
- msgid "SL"
2924
- msgstr "SL"
2925
-
2926
- #: ../../admin/view/right-now.php:130
2927
- msgid "PS"
2928
- msgstr "PS"
2929
-
2930
- #: ../../admin/view/right-now.php:142
2931
- #: ../../admin/view/wp-slimstat-reports.php:552
2932
- #: ../../admin/view/wp-slimstat-reports.php:556
2933
- #: ../../admin/view/wp-slimstat-reports.php:728
2934
- #: ../../admin/view/wp-slimstat-reports.php:781
2935
- msgid "Open this URL in a new window"
2936
- msgstr "Ouvir cette URL dans une nouvelle fenêtre"
2937
-
2938
- #: ../../admin/view/right-now.php:145
2939
- msgid "Local search results page"
2940
- msgstr "Page de résultat d'une recherche locale"
2941
-
2942
- #: ../../admin/view/right-now.php:150 ../../admin/view/wp-slimstat-db.php:40
2943
- #: ../../admin/wp-slimstat-admin.php:811 ../../admin/wp-slimstat-admin.php:827
2944
- msgid "Search Terms"
2945
- msgstr "Termes de recherche"
2946
-
2947
- #: ../../admin/view/right-now.php:153
2948
- msgid "Open this referrer in a new window"
2949
- msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
2950
-
2951
- #: ../../admin/view/right-now.php:154
2952
- msgid "Open this outbound link in a new window"
2953
- msgstr "Ouvir cette URL dans une nouvelle fenêtre"
2954
-
2955
- #: ../../admin/view/right-now.php:155
2956
- msgid "Date and Time"
2957
- msgstr "Date/Heure"
2958
-
2959
- #: ../../admin/view/right-now.php:156
2960
- msgid "Content Type"
2961
- msgstr "Type de contenu"
2962
-
2963
- #: ../../admin/view/wp-slimstat-db.php:37
2964
- #: ../../admin/wp-slimstat-admin.php:824
2965
- msgid "Browser"
2966
- msgstr "Navigateur Web"
2967
-
2968
- #: ../../admin/view/wp-slimstat-db.php:38
2969
- #: ../../admin/view/wp-slimstat-reports.php:492
2970
- #: ../../admin/wp-slimstat-admin.php:825
2971
- msgid "Country Code"
2972
- msgstr "Code du pays"
2973
-
2974
- #: ../../admin/view/wp-slimstat-db.php:39
2975
- msgid "IP Address"
2976
- msgstr "Adresse IP"
2977
-
2978
- #: ../../admin/view/wp-slimstat-db.php:41
2979
- #: ../../admin/view/wp-slimstat-reports.php:504
2980
- #: ../../admin/wp-slimstat-admin.php:828
2981
- msgid "Language Code"
2982
- msgstr "Code langue"
2983
-
2984
- #: ../../admin/view/wp-slimstat-db.php:42
2985
- #: ../../admin/wp-slimstat-admin.php:829
2986
- msgid "Operating System"
2987
- msgstr "Système d'exploitation (OS)"
2988
-
2989
- #: ../../admin/view/wp-slimstat-db.php:43
2990
- #: ../../admin/wp-slimstat-admin.php:830
2991
- msgid "Permalink"
2992
- msgstr "Permalien"
2993
-
2994
- #: ../../admin/view/wp-slimstat-db.php:44
2995
- msgid "Domain"
2996
- msgstr "le domaine"
2997
-
2998
- #: ../../admin/view/wp-slimstat-db.php:45
2999
- #: ../../admin/wp-slimstat-admin.php:831
3000
- msgid "Referer"
3001
- msgstr "Référent"
3002
-
3003
- #: ../../admin/view/wp-slimstat-db.php:46
3004
- #: ../../admin/wp-slimstat-admin.php:832
3005
- msgid "Visitor's Name"
3006
- msgstr "le nom des visiteurs"
3007
-
3008
- #: ../../admin/view/wp-slimstat-db.php:47
3009
- msgid "Page Speed"
3010
- msgstr "Pages vues"
3011
-
3012
- #: ../../admin/view/wp-slimstat-db.php:49
3013
- msgid "-- Advanced filters --"
3014
- msgstr "-- Filtres Avancés --"
3015
-
3016
- #: ../../admin/view/wp-slimstat-db.php:50
3017
- #: ../../admin/view/wp-slimstat-reports.php:64
3018
- msgid "Browser Capabilities"
3019
- msgstr "Capacités des Navigateurs"
3020
-
3021
- #: ../../admin/view/wp-slimstat-db.php:51
3022
- #: ../../admin/wp-slimstat-admin.php:843
3023
- msgid "Browser Version"
3024
- msgstr "Version de navigateur"
3025
-
3026
- #: ../../admin/view/wp-slimstat-db.php:52
3027
- #: ../../admin/wp-slimstat-admin.php:844
3028
- msgid "Browser Type"
3029
- msgstr "le type de navigateur Web"
3030
-
3031
- #: ../../admin/view/wp-slimstat-db.php:53
3032
- #: ../../admin/wp-slimstat-admin.php:813
3033
- msgid "User Agent"
3034
- msgstr "User Agent"
3035
-
3036
- #: ../../admin/view/wp-slimstat-db.php:54
3037
- #: ../../admin/wp-slimstat-admin.php:845
3038
- msgid "Color Depth"
3039
- msgstr "Profondeur de couleur"
3040
-
3041
- #: ../../admin/view/wp-slimstat-db.php:55
3042
- #: ../../admin/wp-slimstat-admin.php:846
3043
- msgid "CSS Version"
3044
- msgstr "Version CSS"
3045
-
3046
- #: ../../admin/view/wp-slimstat-db.php:56
3047
- #: ../../admin/wp-slimstat-admin.php:847
3048
- msgid "Pageview Attributes"
3049
- msgstr "l'attribut des Pages Vues"
3050
-
3051
- #: ../../admin/view/wp-slimstat-db.php:57
3052
- msgid "Server Latency"
3053
- msgstr "Latence du serveur"
3054
-
3055
- #: ../../admin/view/wp-slimstat-db.php:58
3056
- #: ../../admin/wp-slimstat-admin.php:814
3057
- msgid "Outbound Link"
3058
- msgstr "Lien sortant"
3059
-
3060
- #: ../../admin/view/wp-slimstat-db.php:59
3061
- #: ../../admin/wp-slimstat-admin.php:848
3062
- msgid "Post Author"
3063
- msgstr "l'auteur de l'article"
3064
-
3065
- #: ../../admin/view/wp-slimstat-db.php:60
3066
- #: ../../admin/wp-slimstat-admin.php:849
3067
- msgid "Post Category ID"
3068
- msgstr "ID de la catégorie de l'article"
3069
-
3070
- #: ../../admin/view/wp-slimstat-db.php:62
3071
- #: ../../admin/wp-slimstat-admin.php:851
3072
- msgid "Resource Content Type"
3073
- msgstr "le type de source de contenu"
3074
-
3075
- #: ../../admin/view/wp-slimstat-db.php:63
3076
- msgid "Resource ID"
3077
- msgstr "l'ID de ressources"
3078
-
3079
- #: ../../admin/view/wp-slimstat-db.php:64
3080
- #: ../../admin/wp-slimstat-admin.php:852
3081
- msgid "Screen Resolution"
3082
- msgstr "la résolution de l'écran"
3083
-
3084
- #: ../../admin/view/wp-slimstat-db.php:65
3085
- #: ../../admin/wp-slimstat-admin.php:853
3086
- msgid "Visit ID"
3087
- msgstr "Visites ID"
3088
-
3089
- #: ../../admin/view/wp-slimstat-db.php:68
3090
- msgid "Minute"
3091
- msgstr ""
3092
-
3093
- #: ../../admin/view/wp-slimstat-db.php:73
3094
- msgid "+/-"
3095
- msgstr ""
3096
-
3097
- #: ../../admin/view/wp-slimstat-db.php:76
3098
- msgid "minutes"
3099
- msgstr "minutes"
3100
-
3101
- #: ../../admin/view/wp-slimstat-db.php:78
3102
- msgid "Order Direction"
3103
- msgstr "Ordre de tri"
3104
-
3105
- #: ../../admin/view/wp-slimstat-db.php:79
3106
- msgid "Limit Results"
3107
- msgstr "Limiter les résultats"
3108
-
3109
- #: ../../admin/view/wp-slimstat-db.php:80
3110
- msgid "Start From"
3111
- msgstr "Commencer à partir de"
3112
-
3113
- #: ../../admin/view/wp-slimstat-reports.php:34
3114
- #: ../../admin/wp-slimstat-admin.php:505 ../../wp-slimstat.php:1344
3115
- msgid "Real-Time Log"
3116
- msgstr "Accès en temps réel"
3117
-
3118
- #: ../../admin/view/wp-slimstat-reports.php:35
3119
- #: ../../admin/wp-slimstat-admin.php:506 ../../admin/wp-slimstat-admin.php:523
3120
- #: ../../wp-slimstat.php:1345
3121
- msgid "Overview"
3122
- msgstr "Vue générale"
3123
-
3124
- #: ../../admin/view/wp-slimstat-reports.php:36
3125
- #: ../../admin/wp-slimstat-admin.php:507 ../../admin/wp-slimstat-admin.php:524
3126
- #: ../../wp-slimstat.php:1346
3127
- msgid "Audience"
3128
- msgstr "Audience"
3129
-
3130
- #: ../../admin/view/wp-slimstat-reports.php:37
3131
- #: ../../admin/wp-slimstat-admin.php:508 ../../admin/wp-slimstat-admin.php:525
3132
- #: ../../wp-slimstat.php:1347
3133
- msgid "Site Analysis"
3134
- msgstr "Analyse du site"
3135
-
3136
- #: ../../admin/view/wp-slimstat-reports.php:39
3137
- #: ../../admin/wp-slimstat-admin.php:510 ../../admin/wp-slimstat-admin.php:527
3138
- #: ../../wp-slimstat.php:1349
3139
- msgid "Map Overlay"
3140
- msgstr "Carte géographique"
3141
-
3142
- #: ../../admin/view/wp-slimstat-reports.php:40
3143
- #: ../../admin/wp-slimstat-admin.php:511 ../../admin/wp-slimstat-admin.php:528
3144
- #: ../../wp-slimstat.php:1350
3145
- msgid "Custom Reports"
3146
- msgstr "Rapports personnalisés"
3147
-
3148
- #: ../../admin/view/wp-slimstat-reports.php:44
3149
- msgid "Pageviews (chart)"
3150
- msgstr "Pages vues (graph)"
3151
-
3152
- #: ../../admin/view/wp-slimstat-reports.php:45
3153
- msgid "About Slimstat"
3154
- msgstr "À propos de WP-SlimStat"
3155
-
3156
- #: ../../admin/view/wp-slimstat-reports.php:46
3157
- msgid "At a Glance"
3158
- msgstr "Brièvement"
3159
-
3160
- #: ../../admin/view/wp-slimstat-reports.php:47
3161
- msgid "Currently Online"
3162
- msgstr "Actuellement en ligne"
3163
-
3164
- #: ../../admin/view/wp-slimstat-reports.php:48
3165
- #: ../../admin/view/wp-slimstat-reports.php:82
3166
- msgid "Spy View"
3167
- msgstr "Vue Espion"
3168
-
3169
- #: ../../admin/view/wp-slimstat-reports.php:49
3170
- #: ../../admin/view/wp-slimstat-reports.php:83
3171
- msgid "Recent Search Terms"
3172
- msgstr "Derniers Termes de Recherches"
3173
-
3174
- #: ../../admin/view/wp-slimstat-reports.php:50
3175
- msgid "Top Pages"
3176
- msgstr "Top Pages Vues"
3177
-
3178
- #: ../../admin/view/wp-slimstat-reports.php:51
3179
- #: ../../admin/view/wp-slimstat-reports.php:80
3180
- msgid "Top Traffic Sources"
3181
- msgstr "Top Sources de Trafic"
3182
-
3183
- #: ../../admin/view/wp-slimstat-reports.php:52
3184
- msgid "Top Known Visitors"
3185
- msgstr "Top Visiteurs Connus"
3186
-
3187
- #: ../../admin/view/wp-slimstat-reports.php:53
3188
- #: ../../admin/view/wp-slimstat-reports.php:78
3189
- #: ../../admin/view/wp-slimstat-reports.php:98
3190
- msgid "Top Search Terms"
3191
- msgstr "Top Termes de Recherche"
3192
-
3193
- #: ../../admin/view/wp-slimstat-reports.php:54
3194
- #: ../../admin/view/wp-slimstat-reports.php:65
3195
- #: ../../admin/view/wp-slimstat-reports.php:79
3196
- msgid "Top Countries"
3197
- msgstr "Pays les plus récurrents"
3198
-
3199
- #: ../../admin/view/wp-slimstat-reports.php:55
3200
- msgid "Rankings"
3201
- msgstr "Classements"
3202
-
3203
- #: ../../admin/view/wp-slimstat-reports.php:56
3204
- msgid "Top Language Families"
3205
- msgstr "Top Langues"
3206
-
3207
- #: ../../admin/view/wp-slimstat-reports.php:57
3208
- msgid "Human Visits (chart)"
3209
- msgstr "Visiteurs Humains (graph)"
3210
-
3211
- #: ../../admin/view/wp-slimstat-reports.php:58
3212
- msgid "Audience Overview"
3213
- msgstr "Vue générale"
3214
-
3215
- #: ../../admin/view/wp-slimstat-reports.php:59
3216
- msgid "Top Languages"
3217
- msgstr "Top Langues"
3218
-
3219
- #: ../../admin/view/wp-slimstat-reports.php:60
3220
- msgid "Top Browsers"
3221
- msgstr "Principaux navigateurs"
3222
-
3223
- #: ../../admin/view/wp-slimstat-reports.php:61
3224
- msgid "Top Service Providers"
3225
- msgstr "Top Fournisseur d'Accès"
3226
-
3227
- #: ../../admin/view/wp-slimstat-reports.php:62
3228
- msgid "Top Operating Systems"
3229
- msgstr "Top Systèmes d'Exploitation"
3230
-
3231
- #: ../../admin/view/wp-slimstat-reports.php:63
3232
- msgid "Top Screen Resolutions"
3233
- msgstr "Top Résolutions d'écran"
3234
-
3235
- #: ../../admin/view/wp-slimstat-reports.php:66
3236
- msgid "Visit Duration"
3237
- msgstr "Durée des Visites"
3238
-
3239
- #: ../../admin/view/wp-slimstat-reports.php:67
3240
- #: ../../admin/view/wp-slimstat-reports.php:84
3241
- msgid "Recent Countries"
3242
- msgstr "Derniers Pays"
3243
-
3244
- #: ../../admin/view/wp-slimstat-reports.php:68
3245
- msgid "Recent Screen Resolutions"
3246
- msgstr "Dernières Résolutions d'écran"
3247
-
3248
- #: ../../admin/view/wp-slimstat-reports.php:69
3249
- msgid "Recent Operating Systems"
3250
- msgstr "Derniers Systèmes d'Exploitation"
3251
-
3252
- #: ../../admin/view/wp-slimstat-reports.php:70
3253
- msgid "Recent Browsers"
3254
- msgstr "Navigateurs récents"
3255
-
3256
- #: ../../admin/view/wp-slimstat-reports.php:71
3257
- msgid "Recent Languages"
3258
- msgstr "Dernier Language"
3259
-
3260
- #: ../../admin/view/wp-slimstat-reports.php:72
3261
- msgid "Top Browser Families"
3262
- msgstr "Principales familles de navigateurs"
3263
-
3264
- #: ../../admin/view/wp-slimstat-reports.php:73
3265
- msgid "Top OS Families"
3266
- msgstr "Principales familles de SO"
3267
-
3268
- #: ../../admin/view/wp-slimstat-reports.php:74
3269
- msgid "Recent Users"
3270
- msgstr "Utilisateurs récents"
3271
-
3272
- #: ../../admin/view/wp-slimstat-reports.php:75
3273
- msgid "Top Users"
3274
- msgstr "Principaux utilisateurs"
3275
-
3276
- #: ../../admin/view/wp-slimstat-reports.php:76
3277
- msgid "Traffic Sources (chart)"
3278
- msgstr "Sources de trafic (graph)"
3279
-
3280
- #: ../../admin/view/wp-slimstat-reports.php:77
3281
- msgid "Summary"
3282
- msgstr "Récapitulatif"
3283
-
3284
- #: ../../admin/view/wp-slimstat-reports.php:81
3285
- msgid "Top Referring Search Engines"
3286
- msgstr "Top Moteurs de Recherche"
3287
-
3288
- #: ../../admin/view/wp-slimstat-reports.php:85
3289
- #: ../../admin/view/wp-slimstat-reports.php:101
3290
- msgid "Top Landing Pages"
3291
- msgstr "Top Pages d'entrées"
3292
-
3293
- #: ../../admin/view/wp-slimstat-reports.php:86
3294
- msgid "Average Pageviews per Visit (chart)"
3295
- msgstr "Moyenne des pages vues par visite (graph)"
3296
-
3297
- #: ../../admin/view/wp-slimstat-reports.php:87
3298
- msgid "Recent Posts"
3299
- msgstr "Contenus récents"
3300
-
3301
- #: ../../admin/view/wp-slimstat-reports.php:88
3302
- msgid "Recent Bounce Pages"
3303
- msgstr "Dernières Pages de Rebonds"
3304
-
3305
- #: ../../admin/view/wp-slimstat-reports.php:89
3306
- msgid "Recent Feeds"
3307
- msgstr "Flux récents"
3308
-
3309
- #: ../../admin/view/wp-slimstat-reports.php:90
3310
- msgid "Recent Pages Not Found"
3311
- msgstr "Dernières pages non trouvées"
3312
-
3313
- #: ../../admin/view/wp-slimstat-reports.php:91
3314
- msgid "Recent Internal Searches"
3315
- msgstr "Recherches internes récentes"
3316
-
3317
- #: ../../admin/view/wp-slimstat-reports.php:92
3318
- msgid "Top Categories"
3319
- msgstr "Top Catégories"
3320
-
3321
- #: ../../admin/view/wp-slimstat-reports.php:93
3322
- msgid "Recent Outbound Links"
3323
- msgstr "Liens sortants récents"
3324
-
3325
- #: ../../admin/view/wp-slimstat-reports.php:94
3326
- msgid "Recent Events"
3327
- msgstr "Evènements Récents"
3328
-
3329
- #: ../../admin/view/wp-slimstat-reports.php:95
3330
- msgid "Top Posts"
3331
- msgstr "Top Posts"
3332
-
3333
- #: ../../admin/view/wp-slimstat-reports.php:96
3334
- msgid "Top Feeds"
3335
- msgstr "Top Feeds"
3336
-
3337
- #: ../../admin/view/wp-slimstat-reports.php:97
3338
- msgid "Top Internal Searches"
3339
- msgstr "Top Recherches Internes"
3340
-
3341
- #: ../../admin/view/wp-slimstat-reports.php:99
3342
- msgid "Recent Categories"
3343
- msgstr "Dernières Catégories"
3344
-
3345
- #: ../../admin/view/wp-slimstat-reports.php:100
3346
- msgid "Top Pages Not Found"
3347
- msgstr "Top Pages non trouvées"
3348
-
3349
- #: ../../admin/view/wp-slimstat-reports.php:102
3350
- msgid "Top Authors"
3351
- msgstr "Top Auteurs"
3352
-
3353
- #: ../../admin/view/wp-slimstat-reports.php:103
3354
- msgid "Top Tags"
3355
- msgstr "Top Mots Clés"
3356
-
3357
- #: ../../admin/view/wp-slimstat-reports.php:104
3358
- msgid "Recent Downloads"
3359
- msgstr "Téléchargements récents"
3360
-
3361
- #: ../../admin/view/wp-slimstat-reports.php:105
3362
- msgid "Top OutLinks and Downloads"
3363
- msgstr "Top des liens \"Outbounds\" et des téléchargements"
3364
-
3365
- #: ../../admin/view/wp-slimstat-reports.php:106
3366
- msgid "Your Website"
3367
- msgstr "Votre site web"
3368
-
3369
- #: ../../admin/view/wp-slimstat-reports.php:107
3370
- msgid "World Map"
3371
- msgstr "Carte du monde"
3372
-
3373
- #: ../../admin/view/wp-slimstat-reports.php:108
3374
- msgid "Activity"
3375
- msgstr "Statistiques de fréquentation"
3376
-
3377
- #: ../../admin/view/wp-slimstat-reports.php:215
3378
- msgid "Chart controls"
3379
- msgstr "Contrôle du graphique"
3380
-
3381
- #: ../../admin/view/wp-slimstat-reports.php:215
3382
- msgid "Use your mouse wheel to zoom in and out"
3383
- msgstr "Utilisez la molette de votre souris pour zoomer et dézoomer"
3384
-
3385
- #: ../../admin/view/wp-slimstat-reports.php:215
3386
- msgid "While zooming in, drag the chart to move to a different area"
3387
- msgstr ""
3388
- "Alors que le zoom avant est activé, faites glisser la carte pour passer à "
3389
- "une autre zone"
3390
-
3391
- #: ../../admin/view/wp-slimstat-reports.php:215
3392
- msgid "Double click on an empty region to reset the zoom level"
3393
- msgstr "Double-cliquez sur une zone vide pour réinitialiser le niveau de zoom"
3394
-
3395
- #: ../../admin/view/wp-slimstat-reports.php:228
3396
- msgid "src"
3397
- msgstr "src"
3398
-
3399
- #: ../../admin/view/wp-slimstat-reports.php:229
3400
- msgid "serp"
3401
- msgstr "serp"
3402
-
3403
- #: ../../admin/view/wp-slimstat-reports.php:234
3404
- msgid "Go to the corresponding search engine result page"
3405
- msgstr ""
3406
- "Aller sur la page correspondant aux résultats du moteur de recherche (SERP)"
3407
-
3408
- #: ../../admin/view/wp-slimstat-reports.php:237
3409
- msgid "Go to the referring page"
3410
- msgstr "Aller sur la page référente"
3411
-
3412
- #: ../../admin/view/wp-slimstat-reports.php:260
3413
- msgid "Remove filter for"
3414
- msgstr "Enlever le filtre pour"
3415
-
3416
- #: ../../admin/view/wp-slimstat-reports.php:264
3417
- msgid "Save"
3418
- msgstr ""
3419
-
3420
- #: ../../admin/view/wp-slimstat-reports.php:267
3421
- msgid "Reset All"
3422
- msgstr "Réinitialiser l'ensemble"
3423
-
3424
- #: ../../admin/view/wp-slimstat-reports.php:271
3425
- msgid "Current filters:"
3426
- msgstr "Filtres actifs :"
3427
-
3428
- #: ../../admin/view/wp-slimstat-reports.php:275
3429
- msgid "Refresh"
3430
- msgstr "Rafraichir"
3431
-
3432
- #: ../../admin/view/wp-slimstat-reports.php:354
3433
- #, php-format
3434
- msgid "Results %s - %s of %s"
3435
- msgstr "Résultats %s - %s de %s"
3436
-
3437
- #: ../../admin/view/wp-slimstat-reports.php:356
3438
- msgid "Refresh in"
3439
- msgstr "Rafraichir dans "
3440
-
3441
- #: ../../admin/view/wp-slimstat-reports.php:378
3442
- #: ../../admin/view/wp-slimstat-reports.php:390
3443
- #, php-format
3444
- msgid "Daily %s"
3445
- msgstr "%s par Jour"
3446
-
3447
- #: ../../admin/view/wp-slimstat-reports.php:381
3448
- #, php-format
3449
- msgid "%s Minute by Minute"
3450
- msgstr "%s minute par minute"
3451
-
3452
- #: ../../admin/view/wp-slimstat-reports.php:384
3453
- #, php-format
3454
- msgid "Hourly %s"
3455
- msgstr "%s par Heure"
3456
-
3457
- #: ../../admin/view/wp-slimstat-reports.php:387
3458
- #, php-format
3459
- msgid "Monthly %s"
3460
- msgstr "%s par Mois"
3461
-
3462
- #: ../../admin/view/wp-slimstat-reports.php:475
3463
- msgid "Category ID"
3464
- msgstr "l'ID de la catégorie de l'article"
3465
-
3466
- #: ../../admin/view/wp-slimstat-reports.php:508
3467
- msgid "OS Code"
3468
- msgstr "Code OS "
3469
-
3470
- #: ../../admin/view/wp-slimstat-reports.php:518
3471
- msgid "Referrer"
3472
- msgstr "Référent"
3473
-
3474
- #: ../../admin/view/wp-slimstat-reports.php:542
3475
- #: ../../admin/view/wp-slimstat-reports.php:849
3476
- #: ../../admin/view/wp-slimstat-reports.php:858
3477
- #: ../../admin/view/wp-slimstat-reports.php:864
3478
- #: ../../admin/view/wp-slimstat-reports.php:870
3479
- #: ../../admin/view/wp-slimstat-reports.php:876
3480
- #: ../../admin/view/wp-slimstat-reports.php:882
3481
- #: ../../admin/view/wp-slimstat-reports.php:888
3482
- #: ../../admin/view/wp-slimstat-reports.php:894
3483
- msgid "Hits"
3484
- msgstr "Hits"
3485
-
3486
- #: ../../admin/view/wp-slimstat-reports.php:720
3487
- msgid "Search for"
3488
- msgstr "Recherche pour"
3489
-
3490
- #: ../../admin/view/wp-slimstat-reports.php:771
3491
- #: ../../admin/view/wp-slimstat-reports.php:781
3492
- msgid "Source"
3493
- msgstr "Source"
3494
-
3495
- #: ../../admin/view/wp-slimstat-reports.php:773
3496
- msgid "Keywords"
3497
- msgstr "les mots clés"
3498
-
3499
- #: ../../admin/view/wp-slimstat-reports.php:781
3500
- #, php-format
3501
- msgid "Filter results where resource equals %s"
3502
- msgstr "Filtrer les résultats où la ressource égale %s"
3503
-
3504
- #: ../../admin/view/wp-slimstat-reports.php:782
3505
- msgid "Link Details"
3506
- msgstr "Détails"
3507
-
3508
- #: ../../admin/view/wp-slimstat-reports.php:795
3509
- msgid "Total Pageviews"
3510
- msgstr "Total Pages Vues"
3511
-
3512
- #: ../../admin/view/wp-slimstat-reports.php:796
3513
- msgid "DB Size"
3514
- msgstr "Taille de la base de données"
3515
-
3516
- #: ../../admin/view/wp-slimstat-reports.php:797
3517
- msgid "Tracking Active"
3518
- msgstr "Traçage actif"
3519
-
3520
- #: ../../admin/view/wp-slimstat-reports.php:798
3521
- msgid "Javascript Mode"
3522
- msgstr "Mode Javascript"
3523
-
3524
- #: ../../admin/view/wp-slimstat-reports.php:799
3525
- msgid "Tracking Browser Caps"
3526
- msgstr "Traçage Capacités Navigateurs"
3527
-
3528
- #: ../../admin/view/wp-slimstat-reports.php:800
3529
- msgid "Auto purge"
3530
- msgstr "Purge automatique"
3531
-
3532
- #: ../../admin/view/wp-slimstat-reports.php:800
3533
- #: ../../admin/wp-slimstat-admin.php:883
3534
- msgid "No"
3535
- msgstr "Non"
3536
-
3537
- #: ../../admin/view/wp-slimstat-reports.php:801
3538
- msgid "Oldest pageview"
3539
- msgstr "Plus ancienne page vue"
3540
-
3541
- #: ../../admin/view/wp-slimstat-reports.php:801
3542
- msgid "No visits"
3543
- msgstr "Aucune visite"
3544
-
3545
- #: ../../admin/view/wp-slimstat-reports.php:811
3546
- #: ../../admin/view/wp-slimstat-reports.php:913
3547
- msgid ""
3548
- "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3549
- "the tracking code is executed."
3550
- msgstr ""
3551
- "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
3552
- "vues \" chaque fois que le code de traçage est exécuté."
3553
-
3554
- #: ../../admin/view/wp-slimstat-reports.php:813
3555
- msgid "How many pages have been visited on average during the current period."
3556
- msgstr ""
3557
- "Combien de pages ont été visitées en moyenne au cours de la période en cours."
3558
-
3559
- #: ../../admin/view/wp-slimstat-reports.php:814
3560
- msgid "Average Pageviews"
3561
- msgstr "Nombre de pages vues en moyenne"
3562
-
3563
- #: ../../admin/view/wp-slimstat-reports.php:815
3564
- msgid ""
3565
- "Visitors who landed on your site after searching for a keyword on Google, "
3566
- "Yahoo, etc."
3567
- msgstr ""
3568
- "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
3569
- "sur Google, Yahoo, etc"
3570
-
3571
- #: ../../admin/view/wp-slimstat-reports.php:816
3572
- msgid "From Search Results"
3573
- msgstr "Résultat de recherches"
3574
-
3575
- #: ../../admin/view/wp-slimstat-reports.php:817
3576
- msgid ""
3577
- "Used to differentiate between multiple requests to download a file from one "
3578
- "internet address (IP) and requests originating from many distinct addresses"
3579
- msgstr ""
3580
- "Utilisé pour différencier entre plusieurs demandes de téléchargement d'un "
3581
- "fichier à partir d'une adresse Internet (IP) unique et les demandes "
3582
- "provenant de plusieurs adresses distinctes"
3583
-
3584
- #: ../../admin/view/wp-slimstat-reports.php:818
3585
- #: ../../admin/view/wp-slimstat-reports.php:833
3586
- #: ../../admin/view/wp-slimstat-reports.php:1137
3587
- #: ../../admin/view/wp-slimstat-reports.php:1141
3588
- #: ../../admin/view/wp-slimstat-reports.php:1145
3589
- msgid "Unique IPs"
3590
- msgstr "IPs uniques"
3591
-
3592
- #: ../../admin/view/wp-slimstat-reports.php:819
3593
- msgid "Last 5 minutes"
3594
- msgstr "5 dernières minutes"
3595
-
3596
- #: ../../admin/view/wp-slimstat-reports.php:820
3597
- msgid "Last 30 minutes"
3598
- msgstr "30 dernières minutes"
3599
-
3600
- #: ../../admin/view/wp-slimstat-reports.php:830
3601
- msgid ""
3602
- "A visit is a session of at most 30 minutes. Returning visitors are counted "
3603
- "multiple times if they perform multiple visits."
3604
- msgstr ""
3605
- "Une visite est une session d'au plus 30 minutes. Les visiteurs qui "
3606
- "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
3607
- "multiples."
3608
-
3609
- #: ../../admin/view/wp-slimstat-reports.php:831
3610
- msgid "Human visits"
3611
- msgstr "Visiteurs humains"
3612
-
3613
- #: ../../admin/view/wp-slimstat-reports.php:832
3614
- msgid "It includes only traffic generated by human visitors."
3615
- msgstr "Cela ne comprend que les visites dites humaines."
3616
-
3617
- #: ../../admin/view/wp-slimstat-reports.php:834
3618
- #: ../../admin/view/wp-slimstat-reports.php:925
3619
- msgid ""
3620
- "Percentage of single-page visits, i.e. visits in which the person left your "
3621
- "site from the entrance page."
3622
- msgstr ""
3623
- "Pourcentage de visites d'une seule page, par exemple les visites au cours "
3624
- "desquelles la personne a quitté votre site dès la page d'entrée."
3625
-
3626
- #: ../../admin/view/wp-slimstat-reports.php:835
3627
- msgid "Bounce rate"
3628
- msgstr "Taux de rebond"
3629
-
3630
- #: ../../admin/view/wp-slimstat-reports.php:836
3631
- msgid "Visitors who had previously left a comment on your blog."
3632
- msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
3633
-
3634
- #: ../../admin/view/wp-slimstat-reports.php:837
3635
- msgid "Known visitors"
3636
- msgstr "Visiteurs connus"
3637
-
3638
- #: ../../admin/view/wp-slimstat-reports.php:838
3639
- msgid "Human users who visited your site only once."
3640
- msgstr "Visiteurs humains qui ont visité votre site une seule fois."
3641
-
3642
- #: ../../admin/view/wp-slimstat-reports.php:839
3643
- msgid "New visitors"
3644
- msgstr "Nouveaux visiteurs"
3645
-
3646
- #: ../../admin/view/wp-slimstat-reports.php:840
3647
- msgid "Bots"
3648
- msgstr "Robots"
3649
-
3650
- #: ../../admin/view/wp-slimstat-reports.php:841
3651
- msgid "Pages per visit"
3652
- msgstr "Pages vues par visite"
3653
-
3654
- #: ../../admin/view/wp-slimstat-reports.php:842
3655
- #: ../../admin/view/wp-slimstat-reports.php:1150
3656
- msgid "Longest visit"
3657
- msgstr "Visite la plus longue"
3658
-
3659
- #: ../../admin/view/wp-slimstat-reports.php:842
3660
- msgid "hits"
3661
- msgstr "hits"
3662
-
3663
- #: ../../admin/view/wp-slimstat-reports.php:860
3664
- msgid "0 - 30 seconds"
3665
- msgstr "0 - 30 secondes"
3666
-
3667
- #: ../../admin/view/wp-slimstat-reports.php:866
3668
- msgid "31 - 60 seconds"
3669
- msgstr "31 - 60 secondes"
3670
-
3671
- #: ../../admin/view/wp-slimstat-reports.php:872
3672
- msgid "1 - 3 minutes"
3673
- msgstr "1 - 3 minutes"
3674
-
3675
- #: ../../admin/view/wp-slimstat-reports.php:878
3676
- msgid "3 - 5 minutes"
3677
- msgstr "3 - 5 minutes"
3678
-
3679
- #: ../../admin/view/wp-slimstat-reports.php:884
3680
- msgid "5 - 7 minutes"
3681
- msgstr "5 - 7 minutes"
3682
-
3683
- #: ../../admin/view/wp-slimstat-reports.php:890
3684
- msgid "7 - 10 minutes"
3685
- msgstr "7 - 10 minutes"
3686
-
3687
- #: ../../admin/view/wp-slimstat-reports.php:896
3688
- msgid "More than 10 minutes"
3689
- msgstr "Plus de 10 minutes"
3690
-
3691
- #: ../../admin/view/wp-slimstat-reports.php:905
3692
- msgid "Average time on site"
3693
- msgstr "Moyenne du temps passé sur le site"
3694
-
3695
- #: ../../admin/view/wp-slimstat-reports.php:915
3696
- msgid ""
3697
- "A referrer (or referring site) is the site that a visitor previously visited "
3698
- "before following a link to your site."
3699
- msgstr ""
3700
- "Un référent (ou site référent) est le site que le visiteur a visité avant de "
3701
- "suivre un lien vers votre site."
3702
-
3703
- #: ../../admin/view/wp-slimstat-reports.php:916
3704
- msgid "Unique Referrers"
3705
- msgstr "Référents uniques"
3706
-
3707
- #: ../../admin/view/wp-slimstat-reports.php:917
3708
- msgid ""
3709
- "Visitors who visited the site by typing the URL directly into their browser. "
3710
- "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3711
- "their bookmarks/favorites, untagged links within emails, or links from "
3712
- "documents that don't include tracking variables."
3713
- msgstr ""
3714
- "Visiteurs qui ont visité le site en tapant l'URL directement dans leur "
3715
- "navigateur. <em>Visite Directe</em> peut également se référer aux visiteurs "
3716
- "qui ont cliqué sur les liens de leurs signets / favoris, des liens dans les "
3717
- "courriels non marquées, ou des liens à partir de documents qui ne "
3718
- "contiennent pas de variables de suivi."
3719
-
3720
- #: ../../admin/view/wp-slimstat-reports.php:918
3721
- msgid "Direct Pageviews"
3722
- msgstr "Pages Vues Directes"
3723
-
3724
- #: ../../admin/view/wp-slimstat-reports.php:919
3725
- msgid ""
3726
- "Visitors who came to your site via searches on Google or some other search "
3727
- "engine."
3728
- msgstr ""
3729
- "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
3730
- "ou autre."
3731
-
3732
- #: ../../admin/view/wp-slimstat-reports.php:920
3733
- msgid "From a search result"
3734
- msgstr "Depuis un moteur de recherche"
3735
-
3736
- #: ../../admin/view/wp-slimstat-reports.php:921
3737
- msgid ""
3738
- "The first page that a user views during a session. This is also known as the "
3739
- "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3740
- "Space,' and they land on your home page, it gets counted (for that visit) as "
3741
- "a landing page."
3742
- msgstr ""
3743
- "La première page vue par un visiteur durant une session. Ceci est aussi "
3744
- "connu comme <em>page d'entrée</em>. Par exemple, si le visiteur cherche les "
3745
- "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
3746
- "sera comptée (pour cette visite) comme la page d'entrée."
3747
-
3748
- #: ../../admin/view/wp-slimstat-reports.php:922
3749
- msgid "Unique Landing Pages"
3750
- msgstr "Pages d'Entrées Uniques"
3751
-
3752
- #: ../../admin/view/wp-slimstat-reports.php:923
3753
- msgid "Number of single-page visits to your site over the selected period."
3754
- msgstr ""
3755
- "Nombre de visites d'une seule page de votre site au cours de la période "
3756
- "sélectionnée."
3757
-
3758
- #: ../../admin/view/wp-slimstat-reports.php:924
3759
- msgid "Bounce Pages"
3760
- msgstr "Pages de Rebonds"
3761
-
3762
- #: ../../admin/view/wp-slimstat-reports.php:926
3763
- msgid "New Visitors Rate"
3764
- msgstr "Taux de Nouveaux Visiteurs"
3765
-
3766
- #: ../../admin/view/wp-slimstat-reports.php:927
3767
- msgid ""
3768
- "Visitors who visited the site in the last 5 minutes coming from a search "
3769
- "engine."
3770
- msgstr ""
3771
- "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
3772
- "d'un moteur de recherche."
3773
-
3774
- #: ../../admin/view/wp-slimstat-reports.php:928
3775
- msgid "Currently from search engines"
3776
- msgstr "Moteurs de recherche récents"
3777
-
3778
- #: ../../admin/view/wp-slimstat-reports.php:996
3779
- msgid "Number of pages in your site included in Google's index."
3780
- msgstr "Nombre de pages de votre site indexées par Google."
3781
-
3782
- #: ../../admin/view/wp-slimstat-reports.php:997
3783
- msgid "Google Index"
3784
- msgstr "Index Google"
3785
-
3786
- #: ../../admin/view/wp-slimstat-reports.php:998
3787
- msgid "Number of pages, according to Google, that link back to your site."
3788
- msgstr ""
3789
- "Nombre de pages qui pointent sur votre site, d'après les informations "
3790
- "fournies par Google."
3791
-
3792
- #: ../../admin/view/wp-slimstat-reports.php:999
3793
- msgid "Google Backlinks"
3794
- msgstr "Backlinks Google"
3795
-
3796
- #: ../../admin/view/wp-slimstat-reports.php:1000
3797
- msgid ""
3798
- "How many times the Facebook Like button has been approximately clicked on "
3799
- "your site."
3800
- msgstr ""
3801
- "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
3802
-
3803
- #: ../../admin/view/wp-slimstat-reports.php:1001
3804
- msgid "Facebook Likes"
3805
- msgstr "\"J'aime\" Facebook"
3806
-
3807
- #: ../../admin/view/wp-slimstat-reports.php:1002
3808
- msgid ""
3809
- "How many times your site has been shared by someone on the social network."
3810
- msgstr ""
3811
- "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
3812
- "social."
3813
-
3814
- #: ../../admin/view/wp-slimstat-reports.php:1003
3815
- msgid "Facebook Shares"
3816
- msgstr "Partages Facebook"
3817
-
3818
- #: ../../admin/view/wp-slimstat-reports.php:1004
3819
- msgid "How many times links to your website have been clicked on Facebook."
3820
- msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
3821
-
3822
- #: ../../admin/view/wp-slimstat-reports.php:1005
3823
- msgid "Facebook Clicks"
3824
- msgstr "Clicks Facebook"
3825
-
3826
- #: ../../admin/view/wp-slimstat-reports.php:1006
3827
- msgid ""
3828
- "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3829
- "traffic data."
3830
- msgstr ""
3831
- "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
3832
- "concernant le trafic web."
3833
-
3834
- #: ../../admin/view/wp-slimstat-reports.php:1007
3835
- msgid "Alexa World Rank"
3836
- msgstr "Alexa, Classement mondial"
3837
-
3838
- #: ../../admin/view/wp-slimstat-reports.php:1008
3839
- msgid "Alexa Country Rank"
3840
- msgstr "Alexa, Classement par pays"
3841
-
3842
- #: ../../admin/view/wp-slimstat-reports.php:1009
3843
- msgid "Alexa Popularity"
3844
- msgstr "Alexa, Popularité"
3845
-
3846
- # Unknown
3847
- #: ../../admin/view/wp-slimstat-reports.php:1016
3848
- msgid "c-xx"
3849
- msgstr "Inconnu"
3850
-
3851
- # Afghanistan
3852
- #: ../../admin/view/wp-slimstat-reports.php:1016
3853
- msgid "c-af"
3854
- msgstr "Afghanistan"
3855
-
3856
- # Åland Islands
3857
- #: ../../admin/view/wp-slimstat-reports.php:1016
3858
- msgid "c-ax"
3859
- msgstr "Îles Åland"
3860
-
3861
- # Albania
3862
- #: ../../admin/view/wp-slimstat-reports.php:1016
3863
- msgid "c-al"
3864
- msgstr "Albanie"
3865
-
3866
- # Algeria
3867
- #: ../../admin/view/wp-slimstat-reports.php:1016
3868
- msgid "c-dz"
3869
- msgstr "Algérie"
3870
-
3871
- # Andorra
3872
- #: ../../admin/view/wp-slimstat-reports.php:1016
3873
- msgid "c-ad"
3874
- msgstr "Andorre"
3875
-
3876
- # Angola
3877
- #: ../../admin/view/wp-slimstat-reports.php:1016
3878
- msgid "c-ao"
3879
- msgstr "Angola"
3880
-
3881
- # Anguilla
3882
- #: ../../admin/view/wp-slimstat-reports.php:1016
3883
- msgid "c-ai"
3884
- msgstr "Anguilla"
3885
-
3886
- # Antigua and Barbuda
3887
- #: ../../admin/view/wp-slimstat-reports.php:1016
3888
- msgid "c-ag"
3889
- msgstr "Antigua et Barbuda"
3890
-
3891
- # Argentina
3892
- #: ../../admin/view/wp-slimstat-reports.php:1016
3893
- msgid "c-ar"
3894
- msgstr "Argentine"
3895
-
3896
- # Armenia
3897
- #: ../../admin/view/wp-slimstat-reports.php:1016
3898
- msgid "c-am"
3899
- msgstr "Arménie"
3900
-
3901
- # Aruba
3902
- #: ../../admin/view/wp-slimstat-reports.php:1016
3903
- msgid "c-aw"
3904
- msgstr "Aruba"
3905
-
3906
- # Australia
3907
- #: ../../admin/view/wp-slimstat-reports.php:1016
3908
- msgid "c-au"
3909
- msgstr "Australie"
3910
-
3911
- # Austria
3912
- #: ../../admin/view/wp-slimstat-reports.php:1016
3913
- msgid "c-at"
3914
- msgstr "Autriche"
3915
-
3916
- # Azerbaijan
3917
- #: ../../admin/view/wp-slimstat-reports.php:1016
3918
- msgid "c-az"
3919
- msgstr "Azerbaïdjan"
3920
-
3921
- # Bahamas
3922
- #: ../../admin/view/wp-slimstat-reports.php:1016
3923
- msgid "c-bs"
3924
- msgstr "Bahamas"
3925
-
3926
- # Bahrain
3927
- #: ../../admin/view/wp-slimstat-reports.php:1016
3928
- msgid "c-bh"
3929
- msgstr "Bahreïn"
3930
-
3931
- # Bangladesh
3932
- #: ../../admin/view/wp-slimstat-reports.php:1016
3933
- msgid "c-bd"
3934
- msgstr "Bangladesh"
3935
-
3936
- # Barbados
3937
- #: ../../admin/view/wp-slimstat-reports.php:1016
3938
- msgid "c-bb"
3939
- msgstr "Barbade"
3940
-
3941
- # Belarus
3942
- #: ../../admin/view/wp-slimstat-reports.php:1016
3943
- msgid "c-by"
3944
- msgstr "Bélarus"
3945
-
3946
- # Belgium
3947
- #: ../../admin/view/wp-slimstat-reports.php:1016
3948
- msgid "c-be"
3949
- msgstr "Belgique"
3950
-
3951
- # Belize
3952
- #: ../../admin/view/wp-slimstat-reports.php:1016
3953
- msgid "c-bz"
3954
- msgstr "Belize"
3955
-
3956
- # Benin
3957
- #: ../../admin/view/wp-slimstat-reports.php:1016
3958
- msgid "c-bj"
3959
- msgstr "Bénin"
3960
-
3961
- # Bermuda
3962
- #: ../../admin/view/wp-slimstat-reports.php:1016
3963
- msgid "c-bm"
3964
- msgstr "Bermudes"
3965
-
3966
- # Bhutan
3967
- #: ../../admin/view/wp-slimstat-reports.php:1016
3968
- msgid "c-bt"
3969
- msgstr "Bhoutan"
3970
-
3971
- # Bolivia
3972
- #: ../../admin/view/wp-slimstat-reports.php:1016
3973
- msgid "c-bo"
3974
- msgstr "État plurinational de Bolivie"
3975
-
3976
- # Bosnia and Herzegovina
3977
- #: ../../admin/view/wp-slimstat-reports.php:1016
3978
- msgid "c-ba"
3979
- msgstr "Bosnie-Herzégovine"
3980
-
3981
- # Botswana
3982
- #: ../../admin/view/wp-slimstat-reports.php:1016
3983
- msgid "c-bw"
3984
- msgstr "Botswana"
3985
-
3986
- # Brazil
3987
- #: ../../admin/view/wp-slimstat-reports.php:1016
3988
- msgid "c-br"
3989
- msgstr "Brésil"
3990
-
3991
- # Brunei Darussalam
3992
- #: ../../admin/view/wp-slimstat-reports.php:1016
3993
- msgid "c-bn"
3994
- msgstr "Brunéi Darussalam"
3995
-
3996
- # Bulgaria
3997
- #: ../../admin/view/wp-slimstat-reports.php:1016
3998
- msgid "c-bg"
3999
- msgstr "Bulgarie"
4000
-
4001
- # Burkina Faso
4002
- #: ../../admin/view/wp-slimstat-reports.php:1016
4003
- msgid "c-bf"
4004
- msgstr "Burkina Faso"
4005
-
4006
- # Burundi
4007
- #: ../../admin/view/wp-slimstat-reports.php:1016
4008
- msgid "c-bi"
4009
- msgstr "Burundi"
4010
-
4011
- # Cambodia
4012
- #: ../../admin/view/wp-slimstat-reports.php:1016
4013
- msgid "c-kh"
4014
- msgstr "Cambodge"
4015
-
4016
- # Cameroon
4017
- #: ../../admin/view/wp-slimstat-reports.php:1016
4018
- msgid "c-cm"
4019
- msgstr "Cameroun"
4020
-
4021
- # Canada
4022
- #: ../../admin/view/wp-slimstat-reports.php:1016
4023
- msgid "c-ca"
4024
- msgstr "Canada"
4025
-
4026
- # Cape Verde
4027
- #: ../../admin/view/wp-slimstat-reports.php:1016
4028
- msgid "c-cv"
4029
- msgstr "Cap-Vert"
4030
-
4031
- # Cayman Islands
4032
- #: ../../admin/view/wp-slimstat-reports.php:1016
4033
- msgid "c-ky"
4034
- msgstr "Îles Caïmans"
4035
-
4036
- # Central African Republic
4037
- #: ../../admin/view/wp-slimstat-reports.php:1016
4038
- msgid "c-cf"
4039
- msgstr "République Centrafricaine"
4040
-
4041
- # Chad
4042
- #: ../../admin/view/wp-slimstat-reports.php:1016
4043
- msgid "c-td"
4044
- msgstr "Tchad"
4045
-
4046
- # Chile
4047
- #: ../../admin/view/wp-slimstat-reports.php:1016
4048
- msgid "c-cl"
4049
- msgstr "Chili"
4050
-
4051
- # China
4052
- #: ../../admin/view/wp-slimstat-reports.php:1016
4053
- msgid "c-cn"
4054
- msgstr "Chine"
4055
-
4056
- # Colombia
4057
- #: ../../admin/view/wp-slimstat-reports.php:1016
4058
- msgid "c-co"
4059
- msgstr "Colombie"
4060
-
4061
- # Comoros
4062
- #: ../../admin/view/wp-slimstat-reports.php:1016
4063
- msgid "c-km"
4064
- msgstr "Comores"
4065
-
4066
- # Congo
4067
- #: ../../admin/view/wp-slimstat-reports.php:1016
4068
- msgid "c-cg"
4069
- msgstr "Congo"
4070
-
4071
- # The Democratic Republic of the Congo
4072
- #: ../../admin/view/wp-slimstat-reports.php:1016
4073
- msgid "c-cd"
4074
- msgstr "République Démocratique du Congo"
4075
-
4076
- # Costa Rica
4077
- #: ../../admin/view/wp-slimstat-reports.php:1016
4078
- msgid "c-cr"
4079
- msgstr "Costa Rica"
4080
-
4081
- # Côte d'Ivoire
4082
- #: ../../admin/view/wp-slimstat-reports.php:1016
4083
- msgid "c-ci"
4084
- msgstr "Côte d'Ivoire"
4085
-
4086
- # Croatia
4087
- #: ../../admin/view/wp-slimstat-reports.php:1016
4088
- msgid "c-hr"
4089
- msgstr "Croatie"
4090
-
4091
- # Cuba
4092
- #: ../../admin/view/wp-slimstat-reports.php:1016
4093
- msgid "c-cu"
4094
- msgstr "Cuba"
4095
-
4096
- # Cyprus
4097
- #: ../../admin/view/wp-slimstat-reports.php:1016
4098
- msgid "c-cy"
4099
- msgstr "Chypre"
4100
-
4101
- # Czech Republic
4102
- #: ../../admin/view/wp-slimstat-reports.php:1016
4103
- msgid "c-cz"
4104
- msgstr "République tchèque"
4105
-
4106
- # Denmark
4107
- #: ../../admin/view/wp-slimstat-reports.php:1016
4108
- msgid "c-dk"
4109
- msgstr "Danemark"
4110
-
4111
- # Djibouti
4112
- #: ../../admin/view/wp-slimstat-reports.php:1016
4113
- msgid "c-dj"
4114
- msgstr "Djibouti"
4115
-
4116
- # Dominica
4117
- #: ../../admin/view/wp-slimstat-reports.php:1016
4118
- msgid "c-dm"
4119
- msgstr "Dominique"
4120
-
4121
- # Dominican Republic
4122
- #: ../../admin/view/wp-slimstat-reports.php:1016
4123
- msgid "c-do"
4124
- msgstr "République dominicaine"
4125
-
4126
- # Ecuador
4127
- #: ../../admin/view/wp-slimstat-reports.php:1016
4128
- msgid "c-ec"
4129
- msgstr "Équateur"
4130
-
4131
- # Egypt
4132
- #: ../../admin/view/wp-slimstat-reports.php:1016
4133
- msgid "c-eg"
4134
- msgstr "Égypte"
4135
-
4136
- # El Salvador
4137
- #: ../../admin/view/wp-slimstat-reports.php:1016
4138
- msgid "c-sv"
4139
- msgstr "El Salvador"
4140
-
4141
- # Equatorial Guinea
4142
- #: ../../admin/view/wp-slimstat-reports.php:1016
4143
- msgid "c-gq"
4144
- msgstr "Guinée équatoriale"
4145
-
4146
- # Eritrea
4147
- #: ../../admin/view/wp-slimstat-reports.php:1016
4148
- msgid "c-er"
4149
- msgstr "Érythrée"
4150
-
4151
- # Estonia
4152
- #: ../../admin/view/wp-slimstat-reports.php:1016
4153
- msgid "c-ee"
4154
- msgstr "Estonie"
4155
-
4156
- # Ethiopia
4157
- #: ../../admin/view/wp-slimstat-reports.php:1016
4158
- msgid "c-et"
4159
- msgstr "Éthiopie"
4160
-
4161
- # Faroe Islands
4162
- #: ../../admin/view/wp-slimstat-reports.php:1016
4163
- msgid "c-fo"
4164
- msgstr "Îles Féroé"
4165
-
4166
- # Falkland Islands (Malvinas)
4167
- #: ../../admin/view/wp-slimstat-reports.php:1016
4168
- msgid "c-fk"
4169
- msgstr "Îles Falkland (Malvinas)"
4170
-
4171
- # Fiji
4172
- #: ../../admin/view/wp-slimstat-reports.php:1016
4173
- msgid "c-fj"
4174
- msgstr "Fidji"
4175
-
4176
- # Finland
4177
- #: ../../admin/view/wp-slimstat-reports.php:1016
4178
- msgid "c-fi"
4179
- msgstr "Finlande"
4180
-
4181
- # France
4182
- #: ../../admin/view/wp-slimstat-reports.php:1016
4183
- msgid "c-fr"
4184
- msgstr "France"
4185
-
4186
- # French Guiana
4187
- #: ../../admin/view/wp-slimstat-reports.php:1016
4188
- msgid "c-gf"
4189
- msgstr "Guyane française"
4190
-
4191
- # Gabon
4192
- #: ../../admin/view/wp-slimstat-reports.php:1016
4193
- msgid "c-ga"
4194
- msgstr "Gabon"
4195
-
4196
- # Gambia
4197
- #: ../../admin/view/wp-slimstat-reports.php:1016
4198
- msgid "c-gm"
4199
- msgstr "Gambie"
4200
-
4201
- # Georgia
4202
- #: ../../admin/view/wp-slimstat-reports.php:1016
4203
- msgid "c-ge"
4204
- msgstr "Géorgie"
4205
-
4206
- # Germany
4207
- #: ../../admin/view/wp-slimstat-reports.php:1016
4208
- msgid "c-de"
4209
- msgstr "Allemagne"
4210
-
4211
- # Ghana
4212
- #: ../../admin/view/wp-slimstat-reports.php:1016
4213
- msgid "c-gh"
4214
- msgstr "Ghana"
4215
-
4216
- # Greece
4217
- #: ../../admin/view/wp-slimstat-reports.php:1016
4218
- msgid "c-gr"
4219
- msgstr "Grèce"
4220
-
4221
- # Greenland
4222
- #: ../../admin/view/wp-slimstat-reports.php:1016
4223
- msgid "c-gl"
4224
- msgstr "Groenland"
4225
-
4226
- # Grenada
4227
- #: ../../admin/view/wp-slimstat-reports.php:1016
4228
- msgid "c-gd"
4229
- msgstr "Grenade"
4230
-
4231
- # Guadeloupe
4232
- #: ../../admin/view/wp-slimstat-reports.php:1016
4233
- msgid "c-gp"
4234
- msgstr "Guadeloupe"
4235
-
4236
- # Guatemala
4237
- #: ../../admin/view/wp-slimstat-reports.php:1016
4238
- msgid "c-gt"
4239
- msgstr "Guatemala"
4240
-
4241
- # Guinea
4242
- #: ../../admin/view/wp-slimstat-reports.php:1016
4243
- msgid "c-gn"
4244
- msgstr "Guinée"
4245
-
4246
- # Guinea-Bissau
4247
- #: ../../admin/view/wp-slimstat-reports.php:1016
4248
- msgid "c-gw"
4249
- msgstr "Guinée-Bissau"
4250
-
4251
- # Guyana
4252
- #: ../../admin/view/wp-slimstat-reports.php:1016
4253
- msgid "c-gy"
4254
- msgstr "Guyana"
4255
-
4256
- # Haiti
4257
- #: ../../admin/view/wp-slimstat-reports.php:1016
4258
- msgid "c-ht"
4259
- msgstr "Haïti"
4260
-
4261
- # Honduras
4262
- #: ../../admin/view/wp-slimstat-reports.php:1016
4263
- msgid "c-hn"
4264
- msgstr "Honduras"
4265
-
4266
- # Hong Kong
4267
- #: ../../admin/view/wp-slimstat-reports.php:1016
4268
- msgid "c-hk"
4269
- msgstr "Hong Kong"
4270
-
4271
- # Hungary
4272
- #: ../../admin/view/wp-slimstat-reports.php:1016
4273
- msgid "c-hu"
4274
- msgstr "Hongrie"
4275
-
4276
- # Iceland
4277
- #: ../../admin/view/wp-slimstat-reports.php:1016
4278
- msgid "c-is"
4279
- msgstr "Islande"
4280
-
4281
- # India
4282
- #: ../../admin/view/wp-slimstat-reports.php:1016
4283
- msgid "c-in"
4284
- msgstr "Inde"
4285
-
4286
- # Indonesia
4287
- #: ../../admin/view/wp-slimstat-reports.php:1016
4288
- msgid "c-id"
4289
- msgstr "Indonésie"
4290
-
4291
- # Islamic Republic of Iran
4292
- #: ../../admin/view/wp-slimstat-reports.php:1016
4293
- msgid "c-ir"
4294
- msgstr "République islamique d'Iran"
4295
-
4296
- # Iraq
4297
- #: ../../admin/view/wp-slimstat-reports.php:1016
4298
- msgid "c-iq"
4299
- msgstr "Irak"
4300
-
4301
- # Ireland
4302
- #: ../../admin/view/wp-slimstat-reports.php:1016
4303
- msgid "c-ie"
4304
- msgstr "Irlande"
4305
-
4306
- # Israel
4307
- #: ../../admin/view/wp-slimstat-reports.php:1016
4308
- msgid "c-il"
4309
- msgstr "Israël"
4310
-
4311
- # Italy
4312
- #: ../../admin/view/wp-slimstat-reports.php:1016
4313
- msgid "c-it"
4314
- msgstr "Italie"
4315
-
4316
- # Jamaica
4317
- #: ../../admin/view/wp-slimstat-reports.php:1016
4318
- msgid "c-jm"
4319
- msgstr "Jamaïque"
4320
-
4321
- # Japan
4322
- #: ../../admin/view/wp-slimstat-reports.php:1016
4323
- msgid "c-jp"
4324
- msgstr "Japon"
4325
-
4326
- # Jordan
4327
- #: ../../admin/view/wp-slimstat-reports.php:1016
4328
- msgid "c-jo"
4329
- msgstr "Jordanie"
4330
-
4331
- # Kazakhstan
4332
- #: ../../admin/view/wp-slimstat-reports.php:1016
4333
- msgid "c-kz"
4334
- msgstr "Kazakhstan"
4335
-
4336
- # Kenya
4337
- #: ../../admin/view/wp-slimstat-reports.php:1016
4338
- msgid "c-ke"
4339
- msgstr "Kenya"
4340
-
4341
- # Nauru
4342
- #: ../../admin/view/wp-slimstat-reports.php:1016
4343
- msgid "c-nr"
4344
- msgstr "Nauru"
4345
-
4346
- # Democratic People's Republic of Korea
4347
- #: ../../admin/view/wp-slimstat-reports.php:1016
4348
- msgid "c-kp"
4349
- msgstr "République populaire démocratique de Corée"
4350
-
4351
- # Republic of Korea
4352
- #: ../../admin/view/wp-slimstat-reports.php:1016
4353
- msgid "c-kr"
4354
- msgstr "République de Corée"
4355
-
4356
- #: ../../admin/view/wp-slimstat-reports.php:1016
4357
- msgid "c-kv"
4358
- msgstr "Kossovo"
4359
-
4360
- # Kuwait
4361
- #: ../../admin/view/wp-slimstat-reports.php:1016
4362
- msgid "c-kw"
4363
- msgstr "Koweït"
4364
-
4365
- # Kyrgyzstan
4366
- #: ../../admin/view/wp-slimstat-reports.php:1016
4367
- msgid "c-kg"
4368
- msgstr "Kirghizistan"
4369
-
4370
- # Lao People's Democratic Republic
4371
- #: ../../admin/view/wp-slimstat-reports.php:1016
4372
- msgid "c-la"
4373
- msgstr "République démocratique populaire lao"
4374
-
4375
- # Latvia
4376
- #: ../../admin/view/wp-slimstat-reports.php:1016
4377
- msgid "c-lv"
4378
- msgstr "Lettonie"
4379
-
4380
- # Lebanon
4381
- #: ../../admin/view/wp-slimstat-reports.php:1016
4382
- msgid "c-lb"
4383
- msgstr "Liban"
4384
-
4385
- # Lesotho
4386
- #: ../../admin/view/wp-slimstat-reports.php:1016
4387
- msgid "c-ls"
4388
- msgstr "Lesotho"
4389
-
4390
- # Liberia
4391
- #: ../../admin/view/wp-slimstat-reports.php:1016
4392
- msgid "c-lr"
4393
- msgstr "Libéria"
4394
-
4395
- # Libyan Arab Jamahiriya
4396
- #: ../../admin/view/wp-slimstat-reports.php:1016
4397
- msgid "c-ly"
4398
- msgstr "Jamahiriya arabe libyenne"
4399
-
4400
- # Liechtenstein
4401
- #: ../../admin/view/wp-slimstat-reports.php:1016
4402
- msgid "c-li"
4403
- msgstr "Liechtenstein"
4404
-
4405
- # Lithuania
4406
- #: ../../admin/view/wp-slimstat-reports.php:1016
4407
- msgid "c-lt"
4408
- msgstr "Lituanie"
4409
-
4410
- # Luxembourg
4411
- #: ../../admin/view/wp-slimstat-reports.php:1016
4412
- msgid "c-lu"
4413
- msgstr "Luxembourg"
4414
-
4415
- # The Former Yugoslav Republic of Macedonia
4416
- #: ../../admin/view/wp-slimstat-reports.php:1016
4417
- msgid "c-mk"
4418
- msgstr "Ex-république yougoslave de Macédoine"
4419
-
4420
- # Madagascar
4421
- #: ../../admin/view/wp-slimstat-reports.php:1016
4422
- msgid "c-mg"
4423
- msgstr "Madagascar"
4424
-
4425
- # Malawi
4426
- #: ../../admin/view/wp-slimstat-reports.php:1016
4427
- msgid "c-mw"
4428
- msgstr "Malawi"
4429
-
4430
- # Malaysia
4431
- #: ../../admin/view/wp-slimstat-reports.php:1016
4432
- msgid "c-my"
4433
- msgstr "Malaisie"
4434
-
4435
- # Mali
4436
- #: ../../admin/view/wp-slimstat-reports.php:1016
4437
- msgid "c-ml"
4438
- msgstr "Mali"
4439
-
4440
- # Malta
4441
- #: ../../admin/view/wp-slimstat-reports.php:1016
4442
- msgid "c-mt"
4443
- msgstr "Malte"
4444
-
4445
- # Martinique
4446
- #: ../../admin/view/wp-slimstat-reports.php:1016
4447
- msgid "c-mq"
4448
- msgstr "Martinique"
4449
-
4450
- # Mauritania
4451
- #: ../../admin/view/wp-slimstat-reports.php:1016
4452
- msgid "c-mr"
4453
- msgstr "Mauritanie"
4454
-
4455
- # Mauritius
4456
- #: ../../admin/view/wp-slimstat-reports.php:1016
4457
- msgid "c-mu"
4458
- msgstr "Maurice"
4459
-
4460
- # Mexico
4461
- #: ../../admin/view/wp-slimstat-reports.php:1016
4462
- msgid "c-mx"
4463
- msgstr "Mexique"
4464
-
4465
- # Moldova
4466
- #: ../../admin/view/wp-slimstat-reports.php:1016
4467
- msgid "c-md"
4468
- msgstr "République de Moldova"
4469
-
4470
- # Mongolia
4471
- #: ../../admin/view/wp-slimstat-reports.php:1016
4472
- msgid "c-mn"
4473
- msgstr "Mongolie"
4474
-
4475
- # Montenegro
4476
- #: ../../admin/view/wp-slimstat-reports.php:1016
4477
- msgid "c-me"
4478
- msgstr "Monténégro"
4479
-
4480
- # Montserrat
4481
- #: ../../admin/view/wp-slimstat-reports.php:1016
4482
- msgid "c-ms"
4483
- msgstr "Montserrat"
4484
-
4485
- # Morocco
4486
- #: ../../admin/view/wp-slimstat-reports.php:1016
4487
- msgid "c-ma"
4488
- msgstr "Maroc"
4489
-
4490
- # Mozambique
4491
- #: ../../admin/view/wp-slimstat-reports.php:1016
4492
- msgid "c-mz"
4493
- msgstr "Mozambique"
4494
-
4495
- # Myanmar
4496
- #: ../../admin/view/wp-slimstat-reports.php:1016
4497
- msgid "c-mm"
4498
- msgstr "Myanmar"
4499
-
4500
- # Namibia
4501
- #: ../../admin/view/wp-slimstat-reports.php:1016
4502
- msgid "c-na"
4503
- msgstr "Namibie"
4504
-
4505
- # Nepal
4506
- #: ../../admin/view/wp-slimstat-reports.php:1016
4507
- msgid "c-np"
4508
- msgstr "Népal"
4509
-
4510
- # Netherlands
4511
- #: ../../admin/view/wp-slimstat-reports.php:1016
4512
- msgid "c-nl"
4513
- msgstr "Pays-bas"
4514
-
4515
- # New Caledonia
4516
- #: ../../admin/view/wp-slimstat-reports.php:1016
4517
- msgid "c-nc"
4518
- msgstr "Nouvelle-Calédonie"
4519
-
4520
- # New Zealand
4521
- #: ../../admin/view/wp-slimstat-reports.php:1016
4522
- msgid "c-nz"
4523
- msgstr "Nouvelle-Zélande"
4524
-
4525
- # Nicaragua
4526
- #: ../../admin/view/wp-slimstat-reports.php:1016
4527
- msgid "c-ni"
4528
- msgstr "Nicaragua"
4529
-
4530
- # Niger
4531
- #: ../../admin/view/wp-slimstat-reports.php:1016
4532
- msgid "c-ne"
4533
- msgstr "Niger"
4534
-
4535
- # Nigeria
4536
- #: ../../admin/view/wp-slimstat-reports.php:1016
4537
- msgid "c-ng"
4538
- msgstr "Nigéria"
4539
-
4540
- # Norway
4541
- #: ../../admin/view/wp-slimstat-reports.php:1016
4542
- msgid "c-no"
4543
- msgstr "Norvège"
4544
-
4545
- # Oman
4546
- #: ../../admin/view/wp-slimstat-reports.php:1016
4547
- msgid "c-om"
4548
- msgstr "Oman"
4549
-
4550
- # Pakistan
4551
- #: ../../admin/view/wp-slimstat-reports.php:1016
4552
- msgid "c-pk"
4553
- msgstr "Pakistan"
4554
-
4555
- # Palau
4556
- #: ../../admin/view/wp-slimstat-reports.php:1016
4557
- msgid "c-pw"
4558
- msgstr "Palaos"
4559
-
4560
- # Occupied Palestinian Territory
4561
- #: ../../admin/view/wp-slimstat-reports.php:1016
4562
- msgid "c-ps"
4563
- msgstr "Territoire palestinien occupé"
4564
-
4565
- # Panama
4566
- #: ../../admin/view/wp-slimstat-reports.php:1016
4567
- msgid "c-pa"
4568
- msgstr "Panama"
4569
-
4570
- # Papua New Guinea
4571
- #: ../../admin/view/wp-slimstat-reports.php:1016
4572
- msgid "c-pg"
4573
- msgstr "Papouasie-Nouvelle-Guinée"
4574
-
4575
- # Paraguay
4576
- #: ../../admin/view/wp-slimstat-reports.php:1016
4577
- msgid "c-py"
4578
- msgstr "Paraguay"
4579
-
4580
- # Peru
4581
- #: ../../admin/view/wp-slimstat-reports.php:1016
4582
- msgid "c-pe"
4583
- msgstr "Pérou"
4584
-
4585
- # Philippines
4586
- #: ../../admin/view/wp-slimstat-reports.php:1016
4587
- msgid "c-ph"
4588
- msgstr "Philippines"
4589
-
4590
- # Poland
4591
- #: ../../admin/view/wp-slimstat-reports.php:1016
4592
- msgid "c-pl"
4593
- msgstr "Pologne"
4594
-
4595
- # Portugal
4596
- #: ../../admin/view/wp-slimstat-reports.php:1016
4597
- msgid "c-pt"
4598
- msgstr "Portugal"
4599
-
4600
- # Puerto Rico
4601
- #: ../../admin/view/wp-slimstat-reports.php:1016
4602
- msgid "c-pr"
4603
- msgstr "Porto Rico"
4604
-
4605
- # Qatar
4606
- #: ../../admin/view/wp-slimstat-reports.php:1016
4607
- msgid "c-qa"
4608
- msgstr "Qatar"
4609
-
4610
- # Réunion
4611
- #: ../../admin/view/wp-slimstat-reports.php:1016
4612
- msgid "c-re"
4613
- msgstr "Réunion"
4614
-
4615
- # Romania
4616
- #: ../../admin/view/wp-slimstat-reports.php:1016
4617
- msgid "c-ro"
4618
- msgstr "Roumanie"
4619
-
4620
- # Russian Federation
4621
- #: ../../admin/view/wp-slimstat-reports.php:1016
4622
- msgid "c-ru"
4623
- msgstr "Fédération de Russie"
4624
-
4625
- # Rwanda
4626
- #: ../../admin/view/wp-slimstat-reports.php:1016
4627
- msgid "c-rw"
4628
- msgstr "Rwanda"
4629
-
4630
- # Saint Kitts and Nevis
4631
- #: ../../admin/view/wp-slimstat-reports.php:1016
4632
- msgid "c-kn"
4633
- msgstr "Saint-Kitts-et-Nevis"
4634
-
4635
- # Saint Lucia
4636
- #: ../../admin/view/wp-slimstat-reports.php:1016
4637
- msgid "c-lc"
4638
- msgstr "Sainte-Lucie"
4639
-
4640
- # Saint Martin
4641
- #: ../../admin/view/wp-slimstat-reports.php:1016
4642
- msgid "c-mf"
4643
- msgstr "Saint-Martin"
4644
-
4645
- # Saint Vincent and the Grenadines
4646
- #: ../../admin/view/wp-slimstat-reports.php:1016
4647
- msgid "c-vc"
4648
- msgstr "Saint-Vincent-et-les Grenadines"
4649
-
4650
- # Samoa
4651
- #: ../../admin/view/wp-slimstat-reports.php:1016
4652
- msgid "c-ws"
4653
- msgstr "Samoa"
4654
-
4655
- # Sao Tome and Principe
4656
- #: ../../admin/view/wp-slimstat-reports.php:1016
4657
- msgid "c-st"
4658
- msgstr "Sao Tomé-et-Principe"
4659
-
4660
- # Saudi Arabia
4661
- #: ../../admin/view/wp-slimstat-reports.php:1016
4662
- msgid "c-sa"
4663
- msgstr "Arabie saoudite"
4664
-
4665
- # Senegal
4666
- #: ../../admin/view/wp-slimstat-reports.php:1016
4667
- msgid "c-sn"
4668
- msgstr "Sénégal"
4669
-
4670
- # Serbia
4671
- #: ../../admin/view/wp-slimstat-reports.php:1016
4672
- msgid "c-rs"
4673
- msgstr "Serbie"
4674
-
4675
- # Sierra Leone
4676
- #: ../../admin/view/wp-slimstat-reports.php:1016
4677
- msgid "c-sl"
4678
- msgstr "Sierra Leone"
4679
-
4680
- # Singapore
4681
- #: ../../admin/view/wp-slimstat-reports.php:1016
4682
- msgid "c-sg"
4683
- msgstr "Singapour"
4684
-
4685
- # Slovakia
4686
- #: ../../admin/view/wp-slimstat-reports.php:1016
4687
- msgid "c-sk"
4688
- msgstr "Slovaquie"
4689
-
4690
- # Slovenia
4691
- #: ../../admin/view/wp-slimstat-reports.php:1016
4692
- msgid "c-si"
4693
- msgstr "Slovénie"
4694
-
4695
- # Solomon Islands
4696
- #: ../../admin/view/wp-slimstat-reports.php:1016
4697
- msgid "c-sb"
4698
- msgstr "Îles Salomon"
4699
-
4700
- # Somalia
4701
- #: ../../admin/view/wp-slimstat-reports.php:1016
4702
- msgid "c-so"
4703
- msgstr "Somalie"
4704
-
4705
- # South Africa
4706
- #: ../../admin/view/wp-slimstat-reports.php:1016
4707
- msgid "c-za"
4708
- msgstr "Afrique du sud"
4709
-
4710
- # South Georgia and the South Sandwich Islands
4711
- #: ../../admin/view/wp-slimstat-reports.php:1016
4712
- msgid "c-gs"
4713
- msgstr "Géorgie du sud et les Îles Sandwich du sud"
4714
-
4715
- # Spain
4716
- #: ../../admin/view/wp-slimstat-report