Version Description
- [Fix] The option to restrict authors to see only reports for their posts was affecting other filters in some of our add-ons.
Download this release
Release Info
Developer | coolmann |
Plugin | Slimstat Analytics |
Version | 4.4.1 |
Comparing to | |
See all releases |
Code changes from version 4.4 to 4.4.1
- admin/view/wp-slimstat-reports.php +1 -1
- admin/wp-slimstat-admin.php +1 -3
- languages/wp-slimstat-es_ES.mo +0 -0
- languages/wp-slimstat-es_ES.po +1240 -1425
- readme.txt +5 -2
- wp-slimstat.php +2 -2
admin/view/wp-slimstat-reports.php
CHANGED
@@ -36,7 +36,7 @@ class wp_slimstat_reports {
|
|
36 |
}
|
37 |
|
38 |
// Hidden Filters
|
39 |
-
if ( wp_slimstat::$settings[ 'restrict_authors_view' ] == 'yes' && !current_user_can( 'manage_options' ) ) {
|
40 |
$filters[] = 'author equals ' . $GLOBALS[ 'current_user' ]->user_login;
|
41 |
self::$hidden_filters[ 'author' ] = 1;
|
42 |
}
|
36 |
}
|
37 |
|
38 |
// Hidden Filters
|
39 |
+
if ( wp_slimstat::$settings[ 'restrict_authors_view' ] == 'yes' && !current_user_can( 'manage_options' ) && !empty( $GLOBALS[ 'current_user' ]->user_login ) ) {
|
40 |
$filters[] = 'author equals ' . $GLOBALS[ 'current_user' ]->user_login;
|
41 |
self::$hidden_filters[ 'author' ] = 1;
|
42 |
}
|
admin/wp-slimstat-admin.php
CHANGED
@@ -11,10 +11,8 @@ class wp_slimstat_admin {
|
|
11 |
* Init -- Sets things up.
|
12 |
*/
|
13 |
public static function init() {
|
14 |
-
|
15 |
-
self::$admin_notice = "It must be the sunny days that inspire our team to give coats of fresh paint around. After working on a new intuitive interface for the Settings screens, it was time to <a href='https://www.wp-slimstat.com/' target='_blank'>refresh our homepage</a> by lightening up the overall mood of the layout, and by adding a feed that highlights the latest news and articles written by our editorial team. We also included a new section which features some of our users: please feel free to contact our support team if you would like to be added to that list. We will review your submission and let you know.";
|
16 |
self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
|
17 |
-
//}
|
18 |
|
19 |
// Load language files
|
20 |
load_plugin_textdomain( 'wp-slimstat', WP_PLUGIN_DIR .'/wp-slimstat/languages', '/wp-slimstat/languages' );
|
11 |
* Init -- Sets things up.
|
12 |
*/
|
13 |
public static function init() {
|
14 |
+
self::$admin_notice = "Our team is working with <a href='http://browscap.org/' target='_blank'>Browscap</a> to implement a new feature that will automatically download the latest version of their database, just like we already do with the geolocation data file provided by <a href='http://dev.maxmind.com/geoip/legacy/geolite/' target='_blank'>MaxMind</a>. The main difference is that we pre-process the browser detection library to optimize it and make it faster, so we are working on a partnership to host our modified version on a server that can guarantee the best performance. Stay tuned!";
|
|
|
15 |
self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
|
|
|
16 |
|
17 |
// Load language files
|
18 |
load_plugin_textdomain( 'wp-slimstat', WP_PLUGIN_DIR .'/wp-slimstat/languages', '/wp-slimstat/languages' );
|
languages/wp-slimstat-es_ES.mo
CHANGED
Binary file
|
languages/wp-slimstat-es_ES.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Slimstat\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -13,62 +13,60 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
|
20 |
"X-Poedit-SearchPathExcluded-1: ../admin/js\n"
|
21 |
|
22 |
-
#: ../admin/config/index.php:
|
23 |
-
#: ../admin/config/index.php:
|
24 |
msgid ""
|
25 |
"Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
|
26 |
"Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
|
27 |
msgstr ""
|
28 |
"La capacidad no es válida. Por favor, consulte <a href=\"http://codex."
|
29 |
-
"wordpress.org/Roles_and_Capabilities\" target=\"_new\">
|
30 |
-
"
|
31 |
|
32 |
-
#: ../admin/config/index.php:
|
33 |
msgid "Read access: username not found"
|
34 |
msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
|
35 |
|
36 |
-
#: ../admin/config/index.php:
|
37 |
msgid "Config access: username not found"
|
38 |
msgstr "Acceso de configuración: Nombre de usuario no encontrado"
|
39 |
|
40 |
-
#: ../admin/config/index.php:
|
41 |
msgid "Basic"
|
42 |
-
msgstr ""
|
43 |
|
44 |
-
#: ../admin/config/index.php:
|
45 |
msgid "Tracker"
|
46 |
msgstr "Rastreador"
|
47 |
|
48 |
-
#: ../admin/config/index.php:
|
49 |
msgid "Enable Tracking"
|
50 |
-
msgstr "Activar
|
51 |
|
52 |
-
#: ../admin/config/index.php:
|
53 |
-
#, fuzzy
|
54 |
msgid "Turn the tracker on or off, while keeping the reports accessible."
|
55 |
msgstr ""
|
56 |
-
"Activar el rastreador de encendido o apagado,
|
57 |
"accesibles (que no tendría, si desactivó el plugin)."
|
58 |
|
59 |
-
#: ../admin/config/index.php:
|
60 |
-
#, fuzzy
|
61 |
msgid "Tracking Mode"
|
62 |
-
msgstr "
|
63 |
|
64 |
-
#: ../admin/config/index.php:
|
65 |
#, fuzzy
|
66 |
msgid ""
|
67 |
"Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
|
68 |
-
"Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
msgstr ""
|
73 |
"Seleccione <strong> Javascript </strong> si usted está usando un plugin de "
|
74 |
"caché (W3 Total Cache, WP SuperCache, HyperCache, etc.) WP SLIMStat se "
|
@@ -77,21 +75,20 @@ msgstr ""
|
|
77 |
"la mayoría de los <strong> spammers, buscadores y otros rastreadores </"
|
78 |
"strong> no serán registrados."
|
79 |
|
80 |
-
#: ../admin/config/index.php:
|
81 |
msgid "Client"
|
82 |
-
msgstr ""
|
83 |
|
84 |
-
#: ../admin/config/index.php:
|
85 |
#, fuzzy
|
86 |
msgid "Server"
|
87 |
msgstr "Del lado del servidor"
|
88 |
|
89 |
-
#: ../admin/config/index.php:
|
90 |
-
#, fuzzy
|
91 |
msgid "Track Client Info"
|
92 |
-
msgstr "
|
93 |
|
94 |
-
#: ../admin/config/index.php:
|
95 |
msgid ""
|
96 |
"If this option is disabled, Slimstat will not add the Javascript tracking "
|
97 |
"code to your pages, if tracking mode is set to Server. Please note: if "
|
@@ -99,135 +96,140 @@ msgid ""
|
|
99 |
"screen resolution, outbound links, downloads, etc. This option is ignored if "
|
100 |
"Tracking Mode is set to Client."
|
101 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
-
#: ../admin/config/index.php:
|
104 |
-
#, fuzzy
|
105 |
msgid "Track Admin Pages"
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: ../admin/config/index.php:
|
109 |
msgid "Enable this option to track your users' activity within the admin."
|
110 |
msgstr ""
|
111 |
-
"Habilite esta opción para realizar un
|
112 |
-
"
|
113 |
|
114 |
-
#: ../admin/config/index.php:
|
115 |
msgid "WordPress Integration"
|
116 |
msgstr "Integración WordPress"
|
117 |
|
118 |
-
#: ../admin/config/index.php:
|
119 |
-
#, fuzzy
|
120 |
msgid "Dashboard Widgets"
|
121 |
-
msgstr "
|
122 |
|
123 |
-
#: ../admin/config/index.php:
|
124 |
-
#, fuzzy
|
125 |
msgid ""
|
126 |
"Enable this option if you want to add reports to your WordPress Dashboard. "
|
127 |
"Use the Customizer to choose which ones to display."
|
128 |
msgstr ""
|
129 |
-
"Habilite esta opción si desea
|
130 |
-
"
|
131 |
|
132 |
-
#: ../admin/config/index.php:
|
133 |
msgid "Menu Position"
|
134 |
msgstr "Posición de menú"
|
135 |
|
136 |
-
#: ../admin/config/index.php:
|
137 |
-
#, fuzzy
|
138 |
msgid ""
|
139 |
"Choose between a standalone admin menu for Slimstat or a drop down in the "
|
140 |
"admin bar (if visible)."
|
141 |
msgstr ""
|
142 |
-
"Elija entre un menú de administración independiente para WP
|
143 |
"menú desplegable en la barra de administrador (si está visible)."
|
144 |
|
145 |
-
#: ../admin/config/index.php:
|
146 |
#, fuzzy
|
147 |
msgid "Side"
|
148 |
msgstr "Menú lateral"
|
149 |
|
150 |
-
#: ../admin/config/index.php:
|
151 |
msgid "Bar"
|
152 |
-
msgstr ""
|
153 |
|
154 |
-
#: ../admin/config/index.php:
|
155 |
-
#, fuzzy
|
156 |
msgid "Posts and Pages"
|
157 |
-
msgstr "
|
158 |
|
159 |
-
#: ../admin/config/index.php:
|
160 |
#, fuzzy
|
161 |
msgid ""
|
162 |
-
"Add a new column to the Edit Posts/Pages screens, with the number of hits "
|
163 |
-
"
|
164 |
msgstr ""
|
165 |
-
"Añadir una nueva columna a la pantalla Editar publicaciones, con el número "
|
166 |
-
"
|
167 |
|
168 |
-
#: ../admin/config/index.php:
|
169 |
-
#, fuzzy
|
170 |
msgid "Report Interval"
|
171 |
-
msgstr "
|
172 |
|
173 |
-
#: ../admin/config/index.php:
|
174 |
msgid ""
|
175 |
"Enter the time range, in days, that should be used to calculate the value "
|
176 |
"here above."
|
177 |
msgstr ""
|
|
|
178 |
|
179 |
-
#: ../admin/config/index.php:
|
180 |
-
#, fuzzy
|
181 |
msgid "Report Type"
|
182 |
-
msgstr "
|
183 |
|
184 |
-
#: ../admin/config/index.php:
|
185 |
msgid ""
|
186 |
-
"Select what kind of information you would like to see displayed on your "
|
187 |
-
"
|
188 |
-
"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
|
|
|
|
|
|
|
|
194 |
#: ../admin/view/wp-slimstat-reports.php:1470
|
195 |
#: ../admin/view/wp-slimstat-reports.php:1476
|
196 |
#: ../admin/view/wp-slimstat-reports.php:1482
|
197 |
#: ../admin/view/wp-slimstat-reports.php:1488
|
198 |
#: ../admin/view/wp-slimstat-reports.php:1494
|
199 |
#: ../admin/view/wp-slimstat-reports.php:1500
|
200 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
|
|
201 |
#, fuzzy
|
202 |
msgid "Hits"
|
203 |
msgstr "Visitas"
|
204 |
|
205 |
-
#: ../admin/config/index.php:
|
206 |
-
#, fuzzy
|
207 |
msgid "IPs"
|
208 |
-
msgstr "
|
209 |
|
210 |
-
#: ../admin/config/index.php:
|
211 |
-
#, fuzzy
|
212 |
msgid "Hide Add-ons"
|
213 |
-
msgstr "
|
214 |
|
215 |
-
#: ../admin/config/index.php:
|
216 |
msgid ""
|
217 |
"Enable this option to hide all your <strong>active</strong> premium add-ons "
|
218 |
"from the list of plugins in WordPress. Please note that you will still "
|
219 |
"receive updates for hidden add-ons."
|
220 |
msgstr ""
|
|
|
|
|
|
|
221 |
|
222 |
-
#: ../admin/config/index.php:
|
223 |
msgid "Database"
|
224 |
msgstr "Base de datos"
|
225 |
|
226 |
-
#: ../admin/config/index.php:
|
227 |
msgid "Retain data for"
|
228 |
msgstr "Conservar los datos durante"
|
229 |
|
230 |
-
#: ../admin/config/index.php:
|
231 |
#, fuzzy
|
232 |
msgid ""
|
233 |
"Clean-up log entries older than the number of days specified here above. "
|
@@ -235,54 +237,52 @@ msgid ""
|
|
235 |
"regardless of its age."
|
236 |
msgstr ""
|
237 |
"Eliminar las entradas del registro anteriores al número de días especificado "
|
238 |
-
"aquí arriba. Introduzca <strong> 0 </strong> (número cero) si desea "
|
239 |
-
"
|
240 |
|
241 |
-
#: ../admin/config/index.php:
|
242 |
msgid "Next clean-up on"
|
243 |
msgstr "Siguiente limpieza en"
|
244 |
|
245 |
-
#: ../admin/config/index.php:
|
246 |
-
#,
|
247 |
msgid ""
|
248 |
"Entries logged on or before %s will be archived or deleted according to the "
|
249 |
"option here below."
|
250 |
msgstr ""
|
251 |
-
"
|
252 |
-
"permanente."
|
253 |
|
254 |
-
#: ../admin/config/index.php:
|
255 |
#: ../admin/view/wp-slimstat-db.php:98
|
256 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
257 |
msgid "days"
|
258 |
msgstr "dias"
|
259 |
|
260 |
-
#: ../admin/config/index.php:
|
261 |
-
#, fuzzy
|
262 |
msgid "Archive records"
|
263 |
-
msgstr "
|
264 |
|
265 |
-
#: ../admin/config/index.php:
|
266 |
msgid ""
|
267 |
"If DB space is not an issue, you can decide to archive older records in "
|
268 |
"another table, instead of deleting them. This way performance is preserved, "
|
269 |
"but you will still be able to access your data at a later time, if needed. "
|
270 |
"Please note that the archive table (<code>wp_slim_stats_archive</code>) will "
|
271 |
-
"be <strong>deleted</strong> along with all the other tables, when Slimstat "
|
272 |
-
"
|
273 |
msgstr ""
|
|
|
|
|
274 |
|
275 |
-
#: ../admin/config/index.php:
|
276 |
-
#, fuzzy
|
277 |
msgid "Link Tracking"
|
278 |
-
msgstr "
|
279 |
|
280 |
-
#: ../admin/config/index.php:
|
281 |
-
#, fuzzy
|
282 |
msgid "Track Outbound Clicks"
|
283 |
-
msgstr "
|
284 |
|
285 |
-
#: ../admin/config/index.php:
|
286 |
msgid ""
|
287 |
"Track when your visitors click on link to external websites. This option "
|
288 |
"required Spy Mode to be enabled."
|
@@ -290,42 +290,25 @@ msgstr ""
|
|
290 |
"Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
|
291 |
"Esta opción requere que el modo Espía esté habilitado."
|
292 |
|
293 |
-
#: ../admin/config/index.php:
|
294 |
-
#, fuzzy
|
295 |
msgid "Track Internal Clicks"
|
296 |
-
msgstr "
|
297 |
|
298 |
-
#: ../admin/config/index.php:
|
299 |
-
msgid ""
|
300 |
-
"Collect mouse coordinates and other information for clicks on internal "
|
301 |
-
"links. Recommended if you're using our heatmap add-on. By default, this "
|
302 |
-
"information is only collected for external links."
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: ../admin/config/index.php:119
|
306 |
-
#, fuzzy
|
307 |
-
msgid "Async Tracker"
|
308 |
-
msgstr "Rastreador"
|
309 |
-
|
310 |
-
#: ../admin/config/index.php:119
|
311 |
msgid ""
|
312 |
-
"
|
313 |
-
"
|
314 |
-
"
|
315 |
-
"noticeable delay when someone clicks on one of your links, if your server "
|
316 |
-
"takes a while to acknowledge the receipt of that information. You can set "
|
317 |
-
"this option to instruct the tracker not to wait for the server, and load the "
|
318 |
-
"target URL right away. This will remove the delay, but it might result in a "
|
319 |
-
"less accurate logging of events. You can check your server latency under "
|
320 |
-
"Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
|
321 |
-
"to use async mode."
|
322 |
msgstr ""
|
|
|
|
|
|
|
323 |
|
324 |
-
#: ../admin/config/index.php:
|
325 |
msgid "No Callback"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../admin/config/index.php:
|
329 |
msgid ""
|
330 |
"Track the event but do not invoke the callback function on links marked with "
|
331 |
"one of these class names, <em>rel</em> attribute or whose <em>href</em> "
|
@@ -333,29 +316,35 @@ msgid ""
|
|
333 |
"lightbox and similar libraries."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: ../admin/config/index.php:
|
337 |
msgid "Do Not Track"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: ../admin/config/index.php:
|
341 |
msgid ""
|
342 |
"The tracker will ignore links marked with one of these class names, <em>rel</"
|
343 |
-
"em> attributes or whose <em>href</em> attribute contains one of these "
|
344 |
-
"strings."
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: ../admin/config/index.php:
|
348 |
#, fuzzy
|
349 |
msgid "Advanced Options"
|
350 |
msgstr "Filtros avanzados"
|
351 |
|
352 |
-
#: ../admin/config/index.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
#, fuzzy
|
354 |
msgid "Session Duration"
|
355 |
msgstr "Visitas"
|
356 |
|
357 |
-
#: ../admin/config/index.php:
|
358 |
-
#, fuzzy
|
359 |
msgid ""
|
360 |
"How many seconds should a human session last? Google Analytics sets it to "
|
361 |
"1800 seconds."
|
@@ -363,70 +352,68 @@ msgstr ""
|
|
363 |
"¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
|
364 |
"lo establece en 1.800 segundos."
|
365 |
|
366 |
-
#: ../admin/config/index.php:
|
367 |
msgid "seconds"
|
368 |
msgstr "Segundos"
|
369 |
|
370 |
-
#: ../admin/config/index.php:
|
371 |
msgid "Extend Session"
|
372 |
msgstr "Extender Sesión"
|
373 |
|
374 |
-
#: ../admin/config/index.php:
|
375 |
msgid "Extend the duration of a session each time the user visits a new page."
|
376 |
msgstr ""
|
377 |
"Extender la duración de una sesión cada vez que el usuario visita una página "
|
378 |
"nueva."
|
379 |
|
380 |
-
#: ../admin/config/index.php:
|
381 |
#, fuzzy
|
382 |
msgid "User Agent Accuracy"
|
383 |
msgstr "Buscadores"
|
384 |
|
385 |
-
#: ../admin/config/index.php:
|
386 |
msgid ""
|
387 |
"Slimstat implements a heuristic function to determine the user's browser and "
|
388 |
"operating system from his user agent string. This approach requires very "
|
389 |
-
"little memory, but for uncommon user agent strings it might be less "
|
390 |
-
"
|
391 |
-
"
|
392 |
-
"
|
393 |
-
"
|
394 |
-
"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: ../admin/config/index.php:
|
398 |
msgid "High"
|
399 |
-
msgstr ""
|
400 |
|
401 |
-
#: ../admin/config/index.php:
|
402 |
msgid "Normal"
|
403 |
-
msgstr ""
|
404 |
|
405 |
-
#: ../admin/config/index.php:
|
406 |
msgid "Enable CDN"
|
407 |
msgstr "Habilitar CDN"
|
408 |
|
409 |
-
#: ../admin/config/index.php:
|
410 |
msgid ""
|
411 |
-
"Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
|
412 |
-
"
|
413 |
-
"service)."
|
414 |
msgstr ""
|
415 |
-
"Uso <a href='http://www.jsdelivr.com/' target='_blank'> JSDelivr </a> 's "
|
416 |
-
"
|
417 |
"(servicio gratuito)."
|
418 |
|
419 |
-
#: ../admin/config/index.php:
|
420 |
msgid "Extensions to Track"
|
421 |
msgstr "Extensiones a rastreo"
|
422 |
|
423 |
-
#: ../admin/config/index.php:
|
424 |
msgid ""
|
425 |
-
"List all the file extensions that you want to be treated as Downloads. "
|
426 |
-
"
|
427 |
-
"
|
428 |
-
"
|
429 |
-
"below."
|
430 |
msgstr ""
|
431 |
"Enlista todas las extensiones de archivo que desea sean tratadas como "
|
432 |
"descargas. Por favor, tenga en cuenta que los enlaces que apuntan a recursos "
|
@@ -434,82 +421,45 @@ msgstr ""
|
|
434 |
"Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
|
435 |
"coincide con uno de los que se enumeran a continuación."
|
436 |
|
437 |
-
#: ../admin/config/index.php:
|
438 |
-
#, fuzzy
|
439 |
msgid "External Pages"
|
440 |
-
msgstr "Paginas
|
441 |
|
442 |
-
#: ../admin/config/index.php:
|
443 |
msgid ""
|
444 |
"Add the following code to all the non-WP pages you want to track, right "
|
445 |
"before the closing BODY tag. Please make sure to change the protocol of all "
|
446 |
"the URLs to HTTPS, if you external site is served over a secure channel."
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: ../admin/config/index.php:
|
450 |
-
#, fuzzy
|
451 |
msgid "Allow Domains"
|
452 |
-
msgstr "
|
453 |
|
454 |
-
#: ../admin/config/index.php:
|
455 |
msgid ""
|
456 |
"If you are getting an error saying that no 'Access-Control-Allow-Origin' "
|
457 |
-
"header is present on the requested resource, when using the external "
|
458 |
-
"
|
459 |
-
"
|
460 |
-
"
|
461 |
-
"
|
462 |
-
"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: ../admin/config/index.php:
|
466 |
-
#: ../admin/config/index.php:196
|
467 |
-
msgid "Miscellaneous"
|
468 |
-
msgstr "Varios"
|
469 |
-
|
470 |
-
#: ../admin/config/index.php:144
|
471 |
-
msgid "Enable UAN"
|
472 |
-
msgstr "Habilitar UAN"
|
473 |
-
|
474 |
-
#: ../admin/config/index.php:144
|
475 |
-
#, fuzzy
|
476 |
-
msgid ""
|
477 |
-
"Send anonymous data about user agents to our server for analysis. This "
|
478 |
-
"allows us to contribute to the <a href='http://browscap.org/' "
|
479 |
-
"target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
|
480 |
-
"Slimstat's browser detection functionality. It also enables our transparent "
|
481 |
-
"ads network. No worries, your site will not be affected in any way."
|
482 |
-
msgstr ""
|
483 |
-
"Recopilar datos sobre los agentes de usuario desconocidos, y enviarlos de "
|
484 |
-
"forma anónima a nuestro servidor para su análisis. Esto nos permite "
|
485 |
-
"contribuir con el proyecto <a href='http://browscap.co/' target='_blank'> "
|
486 |
-
"opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
|
487 |
-
"detección de navegador del SLIMStat."
|
488 |
-
|
489 |
-
#: ../admin/config/index.php:149
|
490 |
msgid "Filters"
|
491 |
msgstr "Filtros"
|
492 |
|
493 |
-
#: ../admin/config/index.php:
|
494 |
-
#, fuzzy
|
495 |
msgid "Do not track settings"
|
496 |
-
msgstr "
|
497 |
|
498 |
-
#: ../admin/config/index.php:
|
499 |
-
msgid "Track Registered Users"
|
500 |
-
msgstr "Seguimiento Usuarios Registrados"
|
501 |
-
|
502 |
-
#: ../admin/config/index.php:152
|
503 |
-
msgid "Enable this option to track logged in users."
|
504 |
-
msgstr "Active esta opción para rastrear usuarios registrados."
|
505 |
-
|
506 |
-
#: ../admin/config/index.php:153
|
507 |
-
#, fuzzy
|
508 |
msgid "Blacklist by Username"
|
509 |
-
msgstr "
|
510 |
|
511 |
-
#: ../admin/config/index.php:
|
512 |
-
#, fuzzy
|
513 |
msgid ""
|
514 |
"List all the usernames you don't want to track. Please be aware that spaces "
|
515 |
"are <em>not</em> ignored and that usernames are case sensitive. Wildcards: "
|
@@ -518,25 +468,17 @@ msgid ""
|
|
518 |
"user12 and userfoo, <code>u*100</code> will match user100 and uber100, "
|
519 |
"<code>user!0</code> will match user10 and user90."
|
520 |
msgstr ""
|
521 |
-
"Enumere todas las URL de su sitio web a las que usted no desee realizar el "
|
522 |
-
"seguimiento, separadas por comas. No incluya el nombre de dominio: <em>/"
|
523 |
-
"about, ?p=1</em>, etc. Wildcards: <code>*</code> coincide con 'cualquier "
|
524 |
-
"cadena, incluyendo cadena vacía', <code>!</code> coincide con cualquier "
|
525 |
-
"caracter'. Por ejemplo, <code>/abou*</code> coincidirá con /about and /"
|
526 |
-
"abound, <code> / abo* t </code> coincidirá con /aboundant and /about/, "
|
527 |
-
"<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
|
528 |
-
"se afectan por mayúsculas y minúsculas."
|
529 |
|
530 |
-
#: ../admin/config/index.php:
|
531 |
msgid "Blacklist by IP Address"
|
532 |
-
msgstr "
|
533 |
|
534 |
-
#: ../admin/config/index.php:
|
535 |
#, fuzzy
|
536 |
msgid ""
|
537 |
-
"List all the IP addresses you don't want to track. Each network "
|
538 |
-
"
|
539 |
-
"
|
540 |
"<em>192.168.0.0/24</em>). This filter applies both to the public IP and the "
|
541 |
"originating IP, if available."
|
542 |
msgstr ""
|
@@ -546,49 +488,45 @@ msgstr ""
|
|
546 |
"CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
|
547 |
"correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
|
548 |
|
549 |
-
#: ../admin/config/index.php:
|
550 |
-
#, fuzzy
|
551 |
msgid "Blacklist by Capability"
|
552 |
-
msgstr "
|
553 |
|
554 |
-
#: ../admin/config/index.php:
|
555 |
msgid ""
|
556 |
"Users having at least one of the <a href='http://codex.wordpress.org/"
|
557 |
-
"Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
|
558 |
-
"
|
559 |
msgstr ""
|
560 |
"Usuarios que tienen al menos una de las <a href='http://codex.wordpress.org/"
|
561 |
"Roles_and_Capabilities' target='_new'>capabilities</a> enlistados aquí abajo "
|
562 |
-
"no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
|
563 |
-
"minúsculas."
|
564 |
|
565 |
-
#: ../admin/config/index.php:
|
566 |
msgid "Profiling"
|
567 |
-
msgstr "
|
568 |
|
569 |
-
#: ../admin/config/index.php:
|
570 |
msgid "Ignore Spammers"
|
571 |
msgstr "Ignorar Spammers"
|
572 |
|
573 |
-
#: ../admin/config/index.php:
|
574 |
msgid ""
|
575 |
-
"Enable this option if you don't want to track visits from users identified "
|
576 |
-
"
|
577 |
"whose comments are later marked as spam, will also be removed from the "
|
578 |
"database."
|
579 |
msgstr ""
|
580 |
-
"Active esta opción si no desea realizar un seguimiento de visitas de "
|
581 |
-
"
|
582 |
-
"
|
583 |
-
"
|
584 |
-
"de datos."
|
585 |
|
586 |
-
#: ../admin/config/index.php:
|
587 |
-
#, fuzzy
|
588 |
msgid "Ignore Bots"
|
589 |
-
msgstr "
|
590 |
|
591 |
-
#: ../admin/config/index.php:
|
592 |
msgid ""
|
593 |
"Turn on this feature if you want to have the accuracy level of server-side "
|
594 |
"tracking, but not the inconvenience of getting your database clogged with "
|
@@ -596,20 +534,19 @@ msgid ""
|
|
596 |
"note that in Client mode, bots are ignored regardless of this setting."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: ../admin/config/index.php:
|
600 |
-
#, fuzzy
|
601 |
msgid "Permalinks"
|
602 |
-
msgstr "
|
603 |
|
604 |
-
#: ../admin/config/index.php:
|
605 |
#, fuzzy
|
606 |
msgid ""
|
607 |
-
"List all the URLs on your website that you don't want to track. Don't "
|
608 |
-
"
|
609 |
-
"
|
610 |
-
"
|
611 |
-
"
|
612 |
-
"
|
613 |
msgstr ""
|
614 |
"Enumere todas las URL de su sitio web a las que usted no desee realizar el "
|
615 |
"seguimiento, separadas por comas. No incluya el nombre de dominio: <em>/"
|
@@ -617,81 +554,80 @@ msgstr ""
|
|
617 |
"cadena, incluyendo cadena vacía', <code>!</code> coincide con cualquier "
|
618 |
"caracter'. Por ejemplo, <code>/abou*</code> coincidirá con /about and /"
|
619 |
"abound, <code> / abo* t </code> coincidirá con /aboundant and /about/, "
|
620 |
-
"<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
|
621 |
-
"
|
622 |
|
623 |
-
#: ../admin/config/index.php:
|
624 |
-
#, fuzzy
|
625 |
msgid "Countries"
|
626 |
-
msgstr "Paises
|
627 |
|
628 |
-
#: ../admin/config/index.php:
|
629 |
-
#, fuzzy
|
630 |
msgid ""
|
631 |
-
"Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
|
632 |
-
"track."
|
633 |
msgstr ""
|
634 |
-
"
|
635 |
-
"
|
636 |
|
637 |
-
#: ../admin/config/index.php:
|
638 |
-
#, fuzzy
|
639 |
msgid "User Agents"
|
640 |
-
msgstr "
|
641 |
|
642 |
-
#: ../admin/config/index.php:
|
643 |
#, fuzzy
|
644 |
msgid ""
|
645 |
-
"Browsers (user agents) you don't want to track. You can specify the "
|
646 |
-
"
|
647 |
-
"
|
648 |
-
"
|
649 |
-
"
|
650 |
-
"
|
651 |
msgstr ""
|
652 |
"Navegadores (agentes de usuario) que no quieren seguimiento, separados por "
|
653 |
-
"comas. Puede especificar la versión del navegador añadiendo una barra "
|
654 |
-
"
|
655 |
-
"
|
656 |
-
"
|
657 |
-
"
|
658 |
-
"
|
659 |
|
660 |
-
#: ../admin/config/index.php:
|
661 |
-
#, fuzzy
|
662 |
msgid "Referring Sites"
|
663 |
-
msgstr "
|
664 |
|
665 |
-
#: ../admin/config/index.php:
|
666 |
#, fuzzy
|
667 |
msgid ""
|
668 |
-
"Referring URLs that you don't want to track: <code>http://mysite.com*</"
|
669 |
-
"
|
670 |
-
"
|
671 |
-
"
|
672 |
-
"
|
673 |
msgstr ""
|
674 |
"URLs que refieren a las que no desee realizar el seguimiento, separadas por "
|
675 |
-
"comas: <code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, "
|
676 |
-
"
|
677 |
-
"
|
678 |
-
"
|
679 |
|
680 |
-
#: ../admin/config/index.php:
|
|
|
|
|
|
|
|
|
681 |
msgid "Enable Privacy Mode"
|
682 |
msgstr "Activar el modo de privacidad"
|
683 |
|
684 |
-
#: ../admin/config/index.php:
|
685 |
msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
|
686 |
msgstr ""
|
687 |
"Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
|
688 |
"privacidad europeas."
|
689 |
|
690 |
-
#: ../admin/config/index.php:
|
691 |
msgid "Ignore Prefetch Requests"
|
692 |
-
msgstr "Ignorar
|
693 |
|
694 |
-
#: ../admin/config/index.php:
|
695 |
#, fuzzy
|
696 |
msgid ""
|
697 |
"Prevent Slimstat from tracking pageviews generated by Firefox's <a "
|
@@ -699,71 +635,67 @@ msgid ""
|
|
699 |
"target='_blank'>Link Prefetching functionality</a>."
|
700 |
msgstr ""
|
701 |
"Evitar que WP SLIMStat de el seguimiento de páginas vistas generadas por <a "
|
702 |
-
"href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
|
703 |
-
"
|
704 |
|
705 |
-
#: ../admin/config/index.php:
|
706 |
#, fuzzy
|
707 |
msgid "Reports"
|
708 |
-
msgstr "Informes
|
709 |
|
710 |
-
#: ../admin/config/index.php:
|
711 |
msgid "Formats and Conversions"
|
712 |
-
msgstr ""
|
713 |
|
714 |
-
#: ../admin/config/index.php:
|
715 |
msgid "Number Format"
|
716 |
-
msgstr "Formato de
|
717 |
|
718 |
-
#: ../admin/config/index.php:
|
719 |
#, fuzzy
|
720 |
msgid "Choose the number format you want to use for your reports."
|
721 |
msgstr ""
|
722 |
"Seleccione el formato de número que desea utilizar para sus informes, "
|
723 |
"europeos o americanos."
|
724 |
|
725 |
-
#: ../admin/config/index.php:
|
726 |
-
#, fuzzy
|
727 |
msgid "Date Format"
|
728 |
-
msgstr "
|
729 |
|
730 |
-
#: ../admin/config/index.php:
|
731 |
msgid ""
|
732 |
"<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
|
733 |
"Format</a> to use when displaying a pageview's date."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: ../admin/config/index.php:
|
737 |
-
#, fuzzy
|
738 |
msgid "Time Format"
|
739 |
-
msgstr "Formato de
|
740 |
|
741 |
-
#: ../admin/config/index.php:
|
742 |
msgid ""
|
743 |
"<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
|
744 |
"Format</a> to use when displaying a pageview's time."
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../admin/config/index.php:
|
748 |
-
#, fuzzy
|
749 |
msgid "Use Display Name"
|
750 |
-
msgstr "Mostrar Nombre
|
751 |
|
752 |
-
#: ../admin/config/index.php:
|
753 |
msgid ""
|
754 |
-
"By default, users are listed by their usernames. Use this option to "
|
755 |
-
"
|
756 |
msgstr ""
|
757 |
-
"De forma predeterminada, los usuarios se enumeran por sus nombres de "
|
758 |
-
"
|
759 |
-
"lugar."
|
760 |
|
761 |
-
#: ../admin/config/index.php:
|
762 |
#, fuzzy
|
763 |
msgid "Use Titles"
|
764 |
msgstr "Mostrar Títulos"
|
765 |
|
766 |
-
#: ../admin/config/index.php:
|
767 |
#, fuzzy
|
768 |
msgid ""
|
769 |
"Slimstat converts your permalinks into post, page and category titles. "
|
@@ -772,160 +704,153 @@ msgstr ""
|
|
772 |
"WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
|
773 |
"páginas. Desactive esta función si necesita ver la URL en sus informes."
|
774 |
|
775 |
-
#: ../admin/config/index.php:
|
776 |
msgid "Convert IP Addresses"
|
777 |
msgstr "Convertir Direcciones IP"
|
778 |
|
779 |
-
#: ../admin/config/index.php:
|
780 |
msgid "Display provider names instead of IP addresses."
|
781 |
msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
|
782 |
|
783 |
-
#: ../admin/config/index.php:
|
784 |
msgid "Functionality"
|
785 |
msgstr "Funcionalidad"
|
786 |
|
787 |
-
#: ../admin/config/index.php:
|
788 |
msgid "Async Mode"
|
789 |
-
msgstr ""
|
790 |
|
791 |
-
#: ../admin/config/index.php:
|
792 |
msgid ""
|
793 |
"Activate this feature if your reports take a while to load. It breaks down "
|
794 |
"the load on your server into multiple requests, thus avoiding memory issues "
|
795 |
"and performance problems."
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../admin/config/index.php:
|
799 |
msgid "SlimScroll"
|
800 |
-
msgstr ""
|
801 |
|
802 |
-
#: ../admin/config/index.php:
|
803 |
msgid ""
|
804 |
"Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
|
805 |
"scrollbar."
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: ../admin/config/index.php:
|
809 |
msgid "Expand Details"
|
810 |
msgstr "Expandir Detalles"
|
811 |
|
812 |
-
#: ../admin/config/index.php:
|
813 |
msgid "Expand each row's details by default, insted of on mousehover."
|
814 |
msgstr ""
|
815 |
"Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
|
816 |
|
817 |
-
#: ../admin/config/index.php:
|
818 |
-
#, fuzzy
|
819 |
msgid "Rows to Display"
|
820 |
-
msgstr "
|
821 |
|
822 |
-
#: ../admin/config/index.php:
|
823 |
msgid "Specify the number of items in each report."
|
824 |
msgstr "Especifique el número de elementos en cada informe."
|
825 |
|
826 |
-
#: ../admin/config/index.php:
|
827 |
#, fuzzy
|
828 |
msgid "Max Results"
|
829 |
msgstr "Limitar Resultados"
|
830 |
|
831 |
-
#: ../admin/config/index.php:
|
832 |
msgid ""
|
833 |
"Decide how many records should be retrieved from the database in total. "
|
834 |
"Depending on your server configuration, you may want to fine tune this value "
|
835 |
"to avoid exceeding your PHP memory limit."
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: ../admin/config/index.php:
|
839 |
msgid "IP Lookup"
|
840 |
msgstr "Búsqueda de IP"
|
841 |
|
842 |
-
#: ../admin/config/index.php:
|
843 |
-
msgid "
|
|
|
|
|
844 |
msgstr ""
|
845 |
-
"Personalizar el servicio de Geolocalización de ser utilizado en los informes."
|
846 |
|
847 |
-
#: ../admin/config/index.php:
|
848 |
msgid "Mozscape Access ID"
|
849 |
-
msgstr ""
|
850 |
|
851 |
-
#: ../admin/config/index.php:
|
852 |
msgid ""
|
853 |
-
"Get accurate rankings for your website through the free <a href=\"https://"
|
854 |
-
"
|
855 |
-
"
|
856 |
-
"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: ../admin/config/index.php:
|
860 |
msgid "Mozscape Secret Key"
|
861 |
-
msgstr ""
|
862 |
|
863 |
-
#: ../admin/config/index.php:
|
864 |
msgid ""
|
865 |
"Do not share your secret key with anyone or they will be able to make API "
|
866 |
"requests on your account!"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: ../admin/config/index.php:
|
870 |
-
msgid "
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: ../admin/config/index.php:
|
874 |
-
msgid "
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: ../admin/config/index.php:
|
878 |
-
#, fuzzy
|
879 |
msgid ""
|
880 |
-
"Enable the Live
|
881 |
-
"
|
882 |
msgstr ""
|
883 |
-
"Habilitar la vista en vivo, lo que refresca la pantalla Ahora cada X "
|
884 |
-
"segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
|
885 |
-
"esta funcionalidad."
|
886 |
|
887 |
-
#: ../admin/config/index.php:
|
888 |
-
|
889 |
-
|
890 |
-
msgstr "Especifica el número de elementos en Ahora."
|
891 |
|
892 |
-
#: ../admin/config/index.php:
|
893 |
msgid "Custom CSS"
|
894 |
msgstr "CSS personalizado"
|
895 |
|
896 |
-
#: ../admin/config/index.php:
|
897 |
#, fuzzy
|
898 |
msgid ""
|
899 |
"Paste here your custom stylesheet to personalize the way your reports look. "
|
900 |
-
"<a href='https://slimstat.freshdesk.com/support/solutions/"
|
901 |
-
"
|
902 |
-
"
|
903 |
-
"
|
904 |
msgstr ""
|
905 |
"Pega aquí tu hoja de estilo personalizada para personalizar la forma en que "
|
906 |
"sus informes se ven. <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
|
907 |
"target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
|
908 |
"cómo utilizar esta funcionalidad."
|
909 |
|
910 |
-
#: ../admin/config/index.php:
|
911 |
-
#, fuzzy
|
912 |
msgid "Chart Colors"
|
913 |
-
msgstr "
|
914 |
|
915 |
-
#: ../admin/config/index.php:
|
916 |
msgid ""
|
917 |
"Customize the look and feel of your charts by assigning personalized colors "
|
918 |
"to each metric. List 4 hex colors, strictly in the following order: metric 1 "
|
919 |
-
"previous, metric 2 previous, metric 1 current, metric 2 current. For "
|
920 |
-
"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: ../admin/config/index.php:
|
924 |
-
#, fuzzy
|
925 |
msgid "Show User Agent"
|
926 |
-
msgstr "
|
927 |
|
928 |
-
#: ../admin/config/index.php:
|
929 |
msgid ""
|
930 |
"Choose if you want to see the browser name or a complete user agent string "
|
931 |
"when hovering on browser icons."
|
@@ -933,28 +858,26 @@ msgstr ""
|
|
933 |
"Seleccione si desea ver el nombre del navegador o una cadena completa de "
|
934 |
"agente de usuario al pasar el cursor sobre los iconos del navegador."
|
935 |
|
936 |
-
#: ../admin/config/index.php:
|
937 |
-
#, fuzzy
|
938 |
msgid "Enable SOV"
|
939 |
-
msgstr "Habilitar
|
940 |
|
941 |
-
#: ../admin/config/index.php:
|
942 |
msgid ""
|
943 |
"In linguistic typology, a subject-object-verb (SOV) language is one in which "
|
944 |
"the subject, object, and verb of a sentence appear in that order, like in "
|
945 |
"Japanese."
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: ../admin/config/index.php:
|
949 |
msgid "Access Control"
|
950 |
-
msgstr ""
|
951 |
|
952 |
-
#: ../admin/config/index.php:
|
953 |
-
#, fuzzy
|
954 |
msgid "Restrict Authors"
|
955 |
-
msgstr "
|
956 |
|
957 |
-
#: ../admin/config/index.php:
|
958 |
#, fuzzy
|
959 |
msgid ""
|
960 |
"Enable this option if you want your authors to only see stats related to "
|
@@ -963,12 +886,11 @@ msgstr ""
|
|
963 |
"Habilite esta opción si desea que sus autores sólo vean las estadísticas "
|
964 |
"relacionadas con su propio contenido"
|
965 |
|
966 |
-
#: ../admin/config/index.php:
|
967 |
-
#, fuzzy
|
968 |
msgid "Capability"
|
969 |
-
msgstr "
|
970 |
|
971 |
-
#: ../admin/config/index.php:
|
972 |
#, fuzzy
|
973 |
msgid ""
|
974 |
"Specify the minimum <a href='http://codex.wordpress.org/"
|
@@ -981,16 +903,16 @@ msgstr ""
|
|
981 |
"Especifique la mínima <a href='http://codex.wordpress.org/"
|
982 |
"Roles_and_Capabilities' target='_new'>capability</a> que se necesita para "
|
983 |
"acceder a los informes (por defecto: <code> leer</code>). Si este campo está "
|
984 |
-
"vacío, <strong> todos los usuarios </strong> (incluidos los abonados) "
|
985 |
-
"
|
986 |
-
"
|
987 |
-
"
|
988 |
|
989 |
-
#: ../admin/config/index.php:
|
990 |
msgid "Whitelist"
|
991 |
msgstr "Lista blanca"
|
992 |
|
993 |
-
#: ../admin/config/index.php:
|
994 |
#, fuzzy
|
995 |
msgid ""
|
996 |
"List all the users who should have access to the reports. Administrators are "
|
@@ -998,18 +920,17 @@ msgid ""
|
|
998 |
"case sensitive."
|
999 |
msgstr ""
|
1000 |
"Enlista a los usuarios que deben tener acceso a los informes, separados por "
|
1001 |
-
"comas. Los administradores están implícitamente autorizados, por lo que no "
|
1002 |
-
"
|
1003 |
"mayúsculas y minúsculasdefecto."
|
1004 |
|
1005 |
-
#: ../admin/config/index.php:
|
1006 |
-
#: ../admin/wp-slimstat-admin.php:
|
1007 |
-
#: ../admin/wp-slimstat-admin.php:
|
1008 |
-
#, fuzzy
|
1009 |
msgid "Settings"
|
1010 |
-
msgstr "
|
1011 |
|
1012 |
-
#: ../admin/config/index.php:
|
1013 |
#, fuzzy
|
1014 |
msgid ""
|
1015 |
"Specify the minimum <a href='http://codex.wordpress.org/"
|
@@ -1023,7 +944,7 @@ msgstr ""
|
|
1023 |
"blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
|
1024 |
"específicos."
|
1025 |
|
1026 |
-
#: ../admin/config/index.php:
|
1027 |
#, fuzzy
|
1028 |
msgid ""
|
1029 |
"List all the users who can edit these options. Please be advised that admins "
|
@@ -1032,23 +953,34 @@ msgid ""
|
|
1032 |
msgstr ""
|
1033 |
"Enistar todos los usuarios que pueden editar estas opciones, separados por "
|
1034 |
"comas. Tenga en cuenta que los administradores <strong> no son </strong> "
|
1035 |
-
"implícitamente permitidos, así que
|
1036 |
"Los nombres de usuario distinguen entre mayúsculas y minúsculas."
|
1037 |
|
1038 |
-
#: ../admin/config/index.php:
|
1039 |
msgid "Maintenance"
|
1040 |
msgstr "Mantenimiento"
|
1041 |
|
1042 |
-
#: ../admin/config/index.php:
|
1043 |
-
#: ../admin/wp-slimstat-admin.php:
|
1044 |
msgid "Add-ons"
|
1045 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1046 |
|
1047 |
#: ../admin/config/maintenance.php:16
|
1048 |
-
#, fuzzy
|
1049 |
msgid ""
|
1050 |
-
"Congratulations! Slimstat Analytics is now optimized for <a href=\"http://"
|
1051 |
-
"
|
1052 |
msgstr ""
|
1053 |
"¡Felicidades! WP SLIMStat está ahora optimizado para <a href=\"http://www."
|
1054 |
"youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\"> velocidad ridícula </a>."
|
@@ -1057,8 +989,8 @@ msgstr ""
|
|
1057 |
#, fuzzy
|
1058 |
msgid "Indexing has been disabled. Enjoy the extra database space!"
|
1059 |
msgstr ""
|
1060 |
-
"Indexación se ha desactivado con éxito. Disfrute del espacio de base de "
|
1061 |
-
"
|
1062 |
|
1063 |
#: ../admin/config/maintenance.php:43
|
1064 |
msgid "records deleted from your database."
|
@@ -1094,37 +1026,33 @@ msgstr "Todos los registros se han eliminado con éxito."
|
|
1094 |
|
1095 |
#: ../admin/config/maintenance.php:132
|
1096 |
msgid "Troubleshooting"
|
1097 |
-
msgstr ""
|
1098 |
|
1099 |
#: ../admin/config/maintenance.php:135
|
1100 |
-
#, fuzzy
|
1101 |
msgid "Tracker Status"
|
1102 |
-
msgstr "Rastreador"
|
1103 |
|
1104 |
#: ../admin/config/maintenance.php:137
|
1105 |
-
#, fuzzy
|
1106 |
msgid "Reset the tracker status"
|
1107 |
-
msgstr "
|
1108 |
|
1109 |
#: ../admin/config/maintenance.php:137
|
1110 |
msgid "So far so good."
|
1111 |
-
msgstr ""
|
1112 |
|
1113 |
#: ../admin/config/maintenance.php:138
|
1114 |
msgid ""
|
1115 |
-
"The information here above is useful to troubleshoot issues with the "
|
1116 |
-
"
|
1117 |
-
"
|
1118 |
-
"
|
1119 |
-
"
|
1120 |
-
"
|
1121 |
-
"support request."
|
1122 |
msgstr ""
|
1123 |
|
1124 |
#: ../admin/config/maintenance.php:144
|
1125 |
-
#, fuzzy
|
1126 |
msgid "Enable SQL Debug"
|
1127 |
-
msgstr "Habilitar
|
1128 |
|
1129 |
#: ../admin/config/maintenance.php:147
|
1130 |
msgid ""
|
@@ -1134,14 +1062,13 @@ msgstr ""
|
|
1134 |
|
1135 |
#: ../admin/config/maintenance.php:151
|
1136 |
msgid "Disable SQL Debug"
|
1137 |
-
msgstr ""
|
1138 |
|
1139 |
#: ../admin/config/maintenance.php:154
|
1140 |
msgid "Deactivate the SQL output on top of each report."
|
1141 |
msgstr ""
|
1142 |
|
1143 |
#: ../admin/config/maintenance.php:159
|
1144 |
-
#, fuzzy
|
1145 |
msgid ""
|
1146 |
"Are you sure you want to restore the default arrangement of your reports?"
|
1147 |
msgstr ""
|
@@ -1150,16 +1077,16 @@ msgstr ""
|
|
1150 |
|
1151 |
#: ../admin/config/maintenance.php:159
|
1152 |
msgid "No Panic Button"
|
1153 |
-
msgstr "
|
1154 |
|
1155 |
#: ../admin/config/maintenance.php:161
|
1156 |
#, fuzzy
|
1157 |
msgid ""
|
1158 |
-
"Reset the default arrangement of your reports. Helpful when, for some "
|
1159 |
-
"
|
1160 |
-
"
|
1161 |
msgstr ""
|
1162 |
-
"Cambiar la disposición por defecto de sus informes.
|
1163 |
"razón, los informes desaparecen de sus paneles."
|
1164 |
|
1165 |
#: ../admin/config/maintenance.php:165
|
@@ -1186,7 +1113,7 @@ msgstr "Contiene"
|
|
1186 |
|
1187 |
#: ../admin/config/maintenance.php:185 ../admin/view/wp-slimstat-db.php:74
|
1188 |
msgid "is included in"
|
1189 |
-
msgstr ""
|
1190 |
|
1191 |
#: ../admin/config/maintenance.php:186 ../admin/view/wp-slimstat-db.php:75
|
1192 |
#, fuzzy
|
@@ -1220,9 +1147,8 @@ msgid "matches"
|
|
1220 |
msgstr "coincide"
|
1221 |
|
1222 |
#: ../admin/config/maintenance.php:193 ../admin/view/wp-slimstat-db.php:83
|
1223 |
-
#, fuzzy
|
1224 |
msgid "does not match"
|
1225 |
-
msgstr "No
|
1226 |
|
1227 |
#: ../admin/config/maintenance.php:194 ../admin/view/wp-slimstat-db.php:84
|
1228 |
msgid "is empty"
|
@@ -1232,8 +1158,8 @@ msgstr "está vacío"
|
|
1232 |
msgid "is not empty"
|
1233 |
msgstr "no está vacío"
|
1234 |
|
1235 |
-
#: ../admin/config/maintenance.php:198 ../admin/view/index.php:
|
1236 |
-
#: ../admin/view/index.php:
|
1237 |
msgid "Apply"
|
1238 |
msgstr "Aplicar"
|
1239 |
|
@@ -1241,21 +1167,20 @@ msgstr "Aplicar"
|
|
1241 |
msgid ""
|
1242 |
"Are you sure you want to PERMANENTLY delete these records from your database?"
|
1243 |
msgstr ""
|
1244 |
-
"¿Está seguro que desea eliminar PERMANENTEMENTE estos registros de su base "
|
1245 |
-
"
|
1246 |
|
1247 |
#: ../admin/config/maintenance.php:206
|
1248 |
msgid ""
|
1249 |
"Are you sure you want to PERMANENTLY DELETE ALL the records from your "
|
1250 |
"database?"
|
1251 |
msgstr ""
|
1252 |
-
"¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
|
1253 |
-
"
|
1254 |
|
1255 |
#: ../admin/config/maintenance.php:206
|
1256 |
-
#, fuzzy
|
1257 |
msgid "Delete All Records"
|
1258 |
-
msgstr "
|
1259 |
|
1260 |
#: ../admin/config/maintenance.php:209
|
1261 |
#, fuzzy
|
@@ -1269,18 +1194,15 @@ msgstr ""
|
|
1269 |
"<strong> operación no </strong> restablece la configuración."
|
1270 |
|
1271 |
#: ../admin/config/maintenance.php:215
|
1272 |
-
#, fuzzy
|
1273 |
msgid ""
|
1274 |
-
"Are you sure you want to PERMANENTLY DELETE ALL the records from your "
|
1275 |
-
"archive?"
|
1276 |
msgstr ""
|
1277 |
"¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
|
1278 |
-
"
|
1279 |
|
1280 |
#: ../admin/config/maintenance.php:215
|
1281 |
-
#, fuzzy
|
1282 |
msgid "Delete Archive"
|
1283 |
-
msgstr "
|
1284 |
|
1285 |
#: ../admin/config/maintenance.php:218
|
1286 |
msgid "Erase all the archived records. This operation cannot be undone."
|
@@ -1313,7 +1235,7 @@ msgstr ""
|
|
1313 |
|
1314 |
#: ../admin/config/maintenance.php:240
|
1315 |
msgid "MaxMind IP to Country"
|
1316 |
-
msgstr ""
|
1317 |
|
1318 |
#: ../admin/config/maintenance.php:246
|
1319 |
msgid ""
|
@@ -1323,7 +1245,7 @@ msgstr ""
|
|
1323 |
|
1324 |
#: ../admin/config/maintenance.php:246
|
1325 |
msgid "Install GeoLite DB"
|
1326 |
-
msgstr ""
|
1327 |
|
1328 |
#: ../admin/config/maintenance.php:249
|
1329 |
msgid "Do you want to uninstall the geolocation database?"
|
@@ -1331,21 +1253,21 @@ msgstr ""
|
|
1331 |
|
1332 |
#: ../admin/config/maintenance.php:249
|
1333 |
msgid "Uninstall GeoLite DB"
|
1334 |
-
msgstr ""
|
1335 |
|
1336 |
#: ../admin/config/maintenance.php:253
|
1337 |
msgid ""
|
1338 |
"The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
|
1339 |
"target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
|
1340 |
-
"released under the Creative Commons BY-SA 3.0 license, and cannot be "
|
1341 |
-
"
|
1342 |
-
"
|
1343 |
-
"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
#: ../admin/config/maintenance.php:258
|
1347 |
msgid "Configuration String"
|
1348 |
-
msgstr ""
|
1349 |
|
1350 |
#: ../admin/config/maintenance.php:262
|
1351 |
#, fuzzy
|
@@ -1386,19 +1308,19 @@ msgstr "Palabras clave"
|
|
1386 |
|
1387 |
#: ../admin/config/maintenance.php:298
|
1388 |
msgid "Old Tables"
|
1389 |
-
msgstr ""
|
1390 |
|
1391 |
#: ../admin/config/maintenance.php:299
|
1392 |
#, php-format
|
1393 |
msgid ""
|
1394 |
"It looks like your database was upgraded from a version prior to 4.0. Our "
|
1395 |
-
"upgrade procedure follows a conservative approach, and does not "
|
1396 |
-
"
|
1397 |
-
"
|
1398 |
-
"
|
1399 |
-
"
|
1400 |
-
"
|
1401 |
-
"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
#: ../admin/view/addons.php:19
|
@@ -1415,8 +1337,8 @@ msgid ""
|
|
1415 |
"There was an error decoding the add-ons list from the server. Please try "
|
1416 |
"again later."
|
1417 |
msgstr ""
|
1418 |
-
"Se produjo un error decodificando la lista de complementos desde el "
|
1419 |
-
"
|
1420 |
|
1421 |
#: ../admin/view/addons.php:36
|
1422 |
#, fuzzy
|
@@ -1424,17 +1346,17 @@ msgid ""
|
|
1424 |
"Add-ons extend the functionality of Slimstat in many interesting ways. We "
|
1425 |
"offer both free and premium (paid) extensions. Each add-on can be installed "
|
1426 |
"as a separate plugin, which will receive regular updates via the WordPress "
|
1427 |
-
"Plugins panel. In order to be notified when a new version of a premium add-"
|
1428 |
-
"
|
1429 |
-
"
|
1430 |
msgstr ""
|
1431 |
"Los complementos amplían la funcionalidad de WP SLIMStat de muchas maneras "
|
1432 |
"interesantes. Ofrecemos extensiones tanto gratuitas como premium (de pago). "
|
1433 |
-
"Cada complemento se puede instalar como un plugin independiente, que "
|
1434 |
-
"
|
1435 |
-
"
|
1436 |
-
"
|
1437 |
-
"
|
1438 |
|
1439 |
#: ../admin/view/addons.php:40
|
1440 |
#, php-format
|
@@ -1452,110 +1374,102 @@ msgid "Description"
|
|
1452 |
msgstr "Descripción"
|
1453 |
|
1454 |
#: ../admin/view/addons.php:65
|
1455 |
-
#, fuzzy
|
1456 |
msgid "Repo Version"
|
1457 |
-
msgstr "Versión de
|
1458 |
|
1459 |
#: ../admin/view/addons.php:65
|
1460 |
-
#, fuzzy
|
1461 |
msgid "Version"
|
1462 |
-
msgstr "Versión
|
1463 |
|
1464 |
#: ../admin/view/addons.php:77
|
1465 |
-
#, fuzzy
|
1466 |
msgid "Your Version:"
|
1467 |
-
msgstr "
|
1468 |
|
1469 |
#: ../admin/view/addons.php:80
|
1470 |
msgid "Installed and Active"
|
1471 |
-
msgstr ""
|
1472 |
|
1473 |
-
#: ../admin/view/index.php:
|
1474 |
-
#, fuzzy
|
1475 |
msgid "Filter"
|
1476 |
-
msgstr "
|
1477 |
|
1478 |
-
#: ../admin/view/index.php:
|
1479 |
msgid "Load"
|
1480 |
-
msgstr ""
|
1481 |
|
1482 |
-
#: ../admin/view/index.php:
|
1483 |
msgid "Today"
|
1484 |
msgstr "Hoy"
|
1485 |
|
1486 |
-
#: ../admin/view/index.php:
|
1487 |
msgid "Yesterday"
|
1488 |
msgstr "Ayer"
|
1489 |
|
1490 |
-
#: ../admin/view/index.php:
|
1491 |
msgid "Last 7 Days"
|
1492 |
msgstr "Últimos 7 días"
|
1493 |
|
1494 |
-
#: ../admin/view/index.php:
|
1495 |
msgid "Last 60 Days"
|
1496 |
msgstr "Últimos 60 días"
|
1497 |
|
1498 |
-
#: ../admin/view/index.php:
|
1499 |
msgid "Last 90 Days"
|
1500 |
msgstr "Últimos 90 días"
|
1501 |
|
1502 |
-
#: ../admin/view/index.php:
|
1503 |
-
#, fuzzy
|
1504 |
msgid "This Year So Far"
|
1505 |
-
msgstr "
|
1506 |
|
1507 |
-
#: ../admin/view/index.php:
|
1508 |
-
#, fuzzy
|
1509 |
msgid "Date Range"
|
1510 |
-
msgstr "
|
1511 |
|
1512 |
-
#: ../admin/view/index.php:
|
1513 |
msgid "Day"
|
1514 |
msgstr "Día"
|
1515 |
|
1516 |
-
#: ../admin/view/index.php:
|
1517 |
msgid "Month"
|
1518 |
msgstr "Mes"
|
1519 |
|
1520 |
-
#: ../admin/view/index.php:
|
1521 |
msgid "Year"
|
1522 |
msgstr "Año"
|
1523 |
|
1524 |
-
#: ../admin/view/index.php:
|
1525 |
-
#, fuzzy
|
1526 |
msgid "Hour"
|
1527 |
-
msgstr "
|
1528 |
|
1529 |
-
#: ../admin/view/index.php:
|
1530 |
msgid "Min"
|
1531 |
-
msgstr ""
|
1532 |
|
1533 |
-
#: ../admin/view/index.php:
|
1534 |
msgid "hours"
|
1535 |
-
msgstr ""
|
1536 |
|
1537 |
-
#: ../admin/view/index.php:
|
1538 |
msgid "mins"
|
1539 |
-
msgstr ""
|
1540 |
|
1541 |
-
#: ../admin/view/index.php:
|
1542 |
-
#, fuzzy
|
1543 |
msgid "Reset Filters"
|
1544 |
-
msgstr "
|
1545 |
|
1546 |
-
#: ../admin/view/index.php:
|
1547 |
#, php-format
|
1548 |
msgid ""
|
1549 |
"Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
|
1550 |
"country of origin."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: ../admin/view/index.php:
|
1554 |
#, php-format
|
1555 |
msgid ""
|
1556 |
"A caching plugin has been detected on your website. Please <a href='%s' "
|
1557 |
-
"target='_blank'>make sure to configure</a> Slimstat Analytics accordingly, "
|
1558 |
-
"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
#: ../admin/view/layout.php:47
|
@@ -1564,14 +1478,13 @@ msgstr ""
|
|
1564 |
|
1565 |
#: ../admin/view/layout.php:48
|
1566 |
msgid ""
|
1567 |
-
"Drag and drop report placeholders from one container to another, to "
|
1568 |
-
"
|
1569 |
-
"
|
1570 |
-
"
|
1571 |
-
"
|
1572 |
-
"
|
1573 |
-
"
|
1574 |
-
"(Screen Options tab)."
|
1575 |
msgstr ""
|
1576 |
|
1577 |
#: ../admin/view/layout.php:64
|
@@ -1579,13 +1492,12 @@ msgid "Clone"
|
|
1579 |
msgstr ""
|
1580 |
|
1581 |
#: ../admin/view/layout.php:68
|
1582 |
-
#, fuzzy
|
1583 |
msgid "Delete"
|
1584 |
-
msgstr "
|
1585 |
|
1586 |
#: ../admin/view/right-now.php:16
|
1587 |
msgid "Human"
|
1588 |
-
msgstr "
|
1589 |
|
1590 |
#: ../admin/view/right-now.php:16
|
1591 |
msgid "Bot/Crawler"
|
@@ -1600,7 +1512,7 @@ msgid "Syndication Reader"
|
|
1600 |
msgstr "Lector de Sindicación"
|
1601 |
|
1602 |
#: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
|
1603 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1604 |
msgid "No data to display"
|
1605 |
msgstr "No hay datos que mostrar"
|
1606 |
|
@@ -1611,86 +1523,78 @@ msgstr "Fecha/Hora"
|
|
1611 |
|
1612 |
# Unknown
|
1613 |
#: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1088
|
1614 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1615 |
msgid "c-"
|
1616 |
msgstr "Unknown"
|
1617 |
|
1618 |
#: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-db.php:60
|
1619 |
-
#: ../admin/wp-slimstat-admin.php:
|
1620 |
msgid "Originating IP"
|
1621 |
msgstr "IP de Origen"
|
1622 |
|
1623 |
-
#: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-reports.php:
|
1624 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1625 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1626 |
-
#, fuzzy
|
1627 |
msgid "Open this URL in a new window"
|
1628 |
-
msgstr "Abrir
|
1629 |
|
1630 |
-
#: ../admin/view/right-now.php:
|
1631 |
msgid "Local search results page"
|
1632 |
msgstr "Página de resultados de búsqueda local"
|
1633 |
|
1634 |
-
#: ../admin/view/right-now.php:
|
1635 |
#: ../admin/view/wp-slimstat-reports.php:242
|
1636 |
-
#: ../admin/view/wp-slimstat-reports.php:252
|
1637 |
-
#: ../admin/wp-slimstat-admin.php:
|
1638 |
-
#, fuzzy
|
1639 |
msgid "Search Terms"
|
1640 |
-
msgstr "
|
1641 |
|
1642 |
-
#: ../admin/view/right-now.php:
|
1643 |
msgid "Server Latency and Page Speed in milliseconds"
|
1644 |
-
msgstr ""
|
1645 |
|
1646 |
-
#: ../admin/view/right-now.php:
|
1647 |
msgid "SL"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: ../admin/view/right-now.php:
|
1651 |
msgid "PS"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: ../admin/view/right-now.php:
|
1655 |
-
#, fuzzy
|
1656 |
msgid "Time spent on this page"
|
1657 |
-
msgstr "
|
1658 |
|
1659 |
-
#: ../admin/view/right-now.php:
|
1660 |
#, fuzzy
|
1661 |
msgid "Open this referrer in a new window"
|
1662 |
msgstr "Abrir referido en una nueva página"
|
1663 |
|
1664 |
-
#: ../admin/view/right-now.php:
|
1665 |
-
#, fuzzy
|
1666 |
msgid "Content Type"
|
1667 |
-
msgstr "
|
1668 |
|
1669 |
-
#: ../admin/view/right-now.php:
|
1670 |
-
#, fuzzy
|
1671 |
msgid "Open this outbound link in a new window"
|
1672 |
-
msgstr "Abrir
|
1673 |
|
1674 |
-
#: ../admin/view/right-now.php:
|
1675 |
-
#, fuzzy
|
1676 |
msgid "Delete this pageview"
|
1677 |
-
msgstr "
|
1678 |
|
1679 |
-
#: ../admin/view/right-now.php:
|
1680 |
-
#, fuzzy
|
1681 |
msgid "User Logged In"
|
1682 |
-
msgstr "
|
1683 |
|
1684 |
-
#: ../admin/view/right-now.php:
|
1685 |
-
#, fuzzy
|
1686 |
msgid "User Logged Out"
|
1687 |
-
msgstr "
|
1688 |
|
1689 |
-
#: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:
|
1690 |
msgid "Browser"
|
1691 |
msgstr "Navegador"
|
1692 |
|
1693 |
-
#: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:
|
1694 |
msgid "Country Code"
|
1695 |
msgstr "Código de Pais"
|
1696 |
|
@@ -1698,133 +1602,122 @@ msgstr "Código de Pais"
|
|
1698 |
msgid "IP Address"
|
1699 |
msgstr "Dirección IP"
|
1700 |
|
1701 |
-
#: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:
|
1702 |
msgid "Language Code"
|
1703 |
msgstr "Código de Idioma"
|
1704 |
|
1705 |
#: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
|
1706 |
-
#: ../admin/wp-slimstat-admin.php:
|
1707 |
msgid "Operating System"
|
1708 |
msgstr "Sistema Operativo"
|
1709 |
|
1710 |
#: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
|
1711 |
-
#: ../admin/wp-slimstat-admin.php:
|
1712 |
msgid "Permalink"
|
1713 |
msgstr "Enlace Permanente"
|
1714 |
|
1715 |
#: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
|
1716 |
-
#: ../admin/wp-slimstat-admin.php:
|
1717 |
msgid "Referer"
|
1718 |
msgstr "Referido"
|
1719 |
|
1720 |
#: ../admin/view/wp-slimstat-db.php:47
|
1721 |
-
#, fuzzy
|
1722 |
msgid "Visitor's Username"
|
1723 |
-
msgstr "
|
1724 |
|
1725 |
-
#: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:
|
1726 |
-
#, fuzzy
|
1727 |
msgid "Outbound Link"
|
1728 |
-
msgstr "
|
1729 |
|
1730 |
#: ../admin/view/wp-slimstat-db.php:49
|
1731 |
msgid "Page Speed"
|
1732 |
-
msgstr ""
|
1733 |
|
1734 |
#: ../admin/view/wp-slimstat-db.php:51
|
1735 |
msgid "-- Advanced filters --"
|
1736 |
msgstr "-- Filtros Avanzados --"
|
1737 |
|
1738 |
-
#: ../admin/view/wp-slimstat-db.php:52
|
1739 |
-
#: ../admin/view/wp-slimstat-reports.php:372
|
1740 |
-
#, fuzzy
|
1741 |
msgid "Browser Capabilities"
|
1742 |
-
msgstr "
|
1743 |
|
1744 |
-
#: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:
|
1745 |
#, fuzzy
|
1746 |
msgid "Browser Version"
|
1747 |
msgstr "Versión del Navegador"
|
1748 |
|
1749 |
-
#: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:
|
1750 |
#, fuzzy
|
1751 |
msgid "Browser Type"
|
1752 |
msgstr "Navegador"
|
1753 |
|
1754 |
-
#: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:
|
1755 |
-
#, fuzzy
|
1756 |
msgid "User Agent"
|
1757 |
-
msgstr "
|
1758 |
|
1759 |
#: ../admin/view/wp-slimstat-db.php:56
|
1760 |
-
#, fuzzy
|
1761 |
msgid "Annotations"
|
1762 |
-
msgstr "Anotaciones
|
1763 |
|
1764 |
#: ../admin/view/wp-slimstat-db.php:57
|
1765 |
msgid "Server Latency"
|
1766 |
-
msgstr ""
|
1767 |
|
1768 |
-
#: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:
|
1769 |
msgid "Post Author"
|
1770 |
msgstr "Autor de la entrada(sección)"
|
1771 |
|
1772 |
-
#: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:
|
1773 |
msgid "Post Category ID"
|
1774 |
msgstr "ID de la entrada(sección) de la Categoria"
|
1775 |
|
1776 |
-
#: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:
|
1777 |
-
#, fuzzy
|
1778 |
msgid "Resource Content Type"
|
1779 |
-
msgstr "
|
1780 |
|
1781 |
#: ../admin/view/wp-slimstat-db.php:62
|
1782 |
-
#, fuzzy
|
1783 |
msgid "Resource ID"
|
1784 |
-
msgstr "
|
1785 |
|
1786 |
#: ../admin/view/wp-slimstat-db.php:63
|
1787 |
msgid "Screen Width"
|
1788 |
-
msgstr ""
|
1789 |
|
1790 |
#: ../admin/view/wp-slimstat-db.php:64
|
1791 |
-
#, fuzzy
|
1792 |
msgid "Screen Height"
|
1793 |
-
msgstr "
|
1794 |
|
1795 |
#: ../admin/view/wp-slimstat-db.php:65
|
1796 |
msgid "Viewport Size"
|
1797 |
-
msgstr ""
|
1798 |
|
1799 |
-
#: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:
|
1800 |
-
#, fuzzy
|
1801 |
msgid "Visit ID"
|
1802 |
-
msgstr "Visitas"
|
1803 |
|
1804 |
#: ../admin/view/wp-slimstat-db.php:81
|
1805 |
msgid "is between (x,y)"
|
1806 |
-
msgstr ""
|
1807 |
|
1808 |
#: ../admin/view/wp-slimstat-db.php:92
|
1809 |
msgid "Minute"
|
1810 |
-
msgstr ""
|
1811 |
|
1812 |
#: ../admin/view/wp-slimstat-db.php:97
|
1813 |
msgid "+/-"
|
1814 |
-
msgstr ""
|
1815 |
|
1816 |
#: ../admin/view/wp-slimstat-db.php:100
|
1817 |
-
#, fuzzy
|
1818 |
msgid "minutes"
|
1819 |
-
msgstr "
|
1820 |
|
1821 |
#: ../admin/view/wp-slimstat-db.php:101
|
1822 |
msgid "Timestamp"
|
1823 |
-
msgstr ""
|
1824 |
|
1825 |
#: ../admin/view/wp-slimstat-db.php:102
|
1826 |
msgid "Exit Timestamp"
|
1827 |
-
msgstr ""
|
1828 |
|
1829 |
#: ../admin/view/wp-slimstat-db.php:105
|
1830 |
msgid "Language"
|
@@ -1832,43 +1725,40 @@ msgstr "Idioma"
|
|
1832 |
|
1833 |
#: ../admin/view/wp-slimstat-db.php:109
|
1834 |
msgid "Metric"
|
1835 |
-
msgstr ""
|
1836 |
|
1837 |
#: ../admin/view/wp-slimstat-db.php:110
|
1838 |
msgid "Value"
|
1839 |
-
msgstr ""
|
1840 |
|
1841 |
#: ../admin/view/wp-slimstat-db.php:111 ../admin/view/wp-slimstat-db.php:112
|
1842 |
msgid "Notes"
|
1843 |
-
msgstr ""
|
1844 |
|
1845 |
#: ../admin/view/wp-slimstat-db.php:115
|
1846 |
msgid "Event ID"
|
1847 |
-
msgstr ""
|
1848 |
|
1849 |
#: ../admin/view/wp-slimstat-db.php:116
|
1850 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1851 |
msgid "Type"
|
1852 |
-
msgstr ""
|
1853 |
|
1854 |
#: ../admin/view/wp-slimstat-db.php:117
|
1855 |
-
#, fuzzy
|
1856 |
msgid "Event Description"
|
1857 |
-
msgstr "Descripción"
|
1858 |
|
1859 |
#: ../admin/view/wp-slimstat-db.php:118
|
1860 |
-
#, fuzzy
|
1861 |
msgid "Event Coordinates"
|
1862 |
-
msgstr "
|
1863 |
|
1864 |
#: ../admin/view/wp-slimstat-db.php:120
|
1865 |
-
#, fuzzy
|
1866 |
msgid "Direction"
|
1867 |
-
msgstr "
|
1868 |
|
1869 |
#: ../admin/view/wp-slimstat-db.php:122
|
1870 |
msgid "Offset"
|
1871 |
-
msgstr ""
|
1872 |
|
1873 |
#: ../admin/view/wp-slimstat-reports.php:65
|
1874 |
msgid "Chart controls"
|
@@ -1883,30 +1773,24 @@ msgid "While zooming in, drag the chart to move to a different area"
|
|
1883 |
msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
|
1884 |
|
1885 |
#: ../admin/view/wp-slimstat-reports.php:68
|
1886 |
-
#, fuzzy
|
1887 |
msgid "Visitors Activity"
|
1888 |
-
msgstr "
|
1889 |
|
1890 |
#: ../admin/view/wp-slimstat-reports.php:77
|
1891 |
-
#, fuzzy
|
1892 |
msgid "Color codes"
|
1893 |
-
msgstr "Código de
|
1894 |
|
1895 |
#: ../admin/view/wp-slimstat-reports.php:77
|
1896 |
-
#, fuzzy
|
1897 |
msgid "From search result page"
|
1898 |
-
msgstr "Desde una página
|
1899 |
|
1900 |
-
#: ../admin/view/wp-slimstat-reports.php:77
|
1901 |
-
#: ../admin/wp-slimstat-admin.php:1368
|
1902 |
-
#, fuzzy
|
1903 |
msgid "Known Visitor"
|
1904 |
-
msgstr "
|
1905 |
|
1906 |
#: ../admin/view/wp-slimstat-reports.php:77
|
1907 |
-
#, fuzzy
|
1908 |
msgid "Known Users"
|
1909 |
-
msgstr "
|
1910 |
|
1911 |
#: ../admin/view/wp-slimstat-reports.php:77
|
1912 |
msgid "Other Humans"
|
@@ -1918,16 +1802,16 @@ msgstr "Bot o Crawler"
|
|
1918 |
|
1919 |
#: ../admin/view/wp-slimstat-reports.php:81
|
1920 |
#: ../admin/view/wp-slimstat-reports.php:90
|
1921 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1922 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1923 |
msgid "Pageviews"
|
1924 |
msgstr "Paginas visitadas"
|
1925 |
|
1926 |
#: ../admin/view/wp-slimstat-reports.php:91
|
1927 |
#: ../admin/view/wp-slimstat-reports.php:285
|
1928 |
#: ../admin/view/wp-slimstat-reports.php:526
|
1929 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1930 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
1931 |
msgid "Unique IPs"
|
1932 |
msgstr "IPs Unicas"
|
1933 |
|
@@ -1942,14 +1826,12 @@ msgid "Traffic at a Glance"
|
|
1942 |
msgstr "Un vistazo"
|
1943 |
|
1944 |
#: ../admin/view/wp-slimstat-reports.php:118
|
1945 |
-
#, fuzzy
|
1946 |
msgid "Currently Online"
|
1947 |
-
msgstr "
|
1948 |
|
1949 |
#: ../admin/view/wp-slimstat-reports.php:131
|
1950 |
-
#, fuzzy
|
1951 |
msgid "Recent Search Terms"
|
1952 |
-
msgstr "Búsquedas
|
1953 |
|
1954 |
#: ../admin/view/wp-slimstat-reports.php:142
|
1955 |
msgid "Keywords used by your visitors to find your website on a search engine."
|
@@ -1958,33 +1840,28 @@ msgstr ""
|
|
1958 |
"motor de búsqueda."
|
1959 |
|
1960 |
#: ../admin/view/wp-slimstat-reports.php:145
|
1961 |
-
#, fuzzy
|
1962 |
msgid "Top Web Pages"
|
1963 |
-
msgstr "Principales Páginas
|
1964 |
|
1965 |
#: ../admin/view/wp-slimstat-reports.php:156
|
1966 |
msgid ""
|
1967 |
"Here a \"page\" is not just a WordPress page type, but any webpage on your "
|
1968 |
"site, including posts, products, categories, and so on. You can set the "
|
1969 |
-
"corresponding filter where Resource Content Type equals cpt:"
|
1970 |
-
"
|
1971 |
-
"have."
|
1972 |
msgstr ""
|
1973 |
|
1974 |
#: ../admin/view/wp-slimstat-reports.php:159
|
1975 |
-
#, fuzzy
|
1976 |
msgid "Top Referring Domains"
|
1977 |
-
msgstr "
|
1978 |
|
1979 |
#: ../admin/view/wp-slimstat-reports.php:173
|
1980 |
-
#, fuzzy
|
1981 |
msgid "Top Known Visitors"
|
1982 |
-
msgstr "
|
1983 |
|
1984 |
#: ../admin/view/wp-slimstat-reports.php:184
|
1985 |
-
#, fuzzy
|
1986 |
msgid "Top Search Terms"
|
1987 |
-
msgstr "Principales
|
1988 |
|
1989 |
#: ../admin/view/wp-slimstat-reports.php:196
|
1990 |
msgid "Top Countries"
|
@@ -2017,14 +1894,12 @@ msgstr ""
|
|
2017 |
"Filtros indicados anteriormente no se aplican a este informe."
|
2018 |
|
2019 |
#: ../admin/view/wp-slimstat-reports.php:215
|
2020 |
-
#, fuzzy
|
2021 |
msgid "Top Language Families"
|
2022 |
-
msgstr "Idiomas"
|
2023 |
|
2024 |
#: ../admin/view/wp-slimstat-reports.php:228
|
2025 |
-
#, fuzzy
|
2026 |
msgid "Users Currently Online"
|
2027 |
-
msgstr "
|
2028 |
|
2029 |
#: ../admin/view/wp-slimstat-reports.php:239
|
2030 |
#, fuzzy
|
@@ -2039,28 +1914,25 @@ msgstr ""
|
|
2039 |
"también incluyen a los usuarios registrados."
|
2040 |
|
2041 |
#: ../admin/view/wp-slimstat-reports.php:253
|
2042 |
-
#, fuzzy
|
2043 |
msgid "Unique Terms"
|
2044 |
-
msgstr "
|
2045 |
|
2046 |
#: ../admin/view/wp-slimstat-reports.php:261
|
2047 |
-
#, fuzzy
|
2048 |
msgid "Top Referring URLs"
|
2049 |
-
msgstr "
|
2050 |
|
2051 |
#: ../admin/view/wp-slimstat-reports.php:274
|
2052 |
msgid "Human Visits"
|
2053 |
msgstr "Visitas humanas"
|
2054 |
|
2055 |
#: ../admin/view/wp-slimstat-reports.php:284
|
2056 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2057 |
msgid "Visits"
|
2058 |
msgstr "Visitas"
|
2059 |
|
2060 |
#: ../admin/view/wp-slimstat-reports.php:293
|
2061 |
-
#, fuzzy
|
2062 |
msgid "Audience Overview"
|
2063 |
-
msgstr "Visión general"
|
2064 |
|
2065 |
#: ../admin/view/wp-slimstat-reports.php:300
|
2066 |
msgid ""
|
@@ -2069,19 +1941,16 @@ msgid ""
|
|
2069 |
msgstr ""
|
2070 |
|
2071 |
#: ../admin/view/wp-slimstat-reports.php:303
|
2072 |
-
#, fuzzy
|
2073 |
msgid "Top Languages"
|
2074 |
-
msgstr "Idiomas"
|
2075 |
|
2076 |
#: ../admin/view/wp-slimstat-reports.php:314
|
2077 |
-
#, fuzzy
|
2078 |
msgid "Top Browsers"
|
2079 |
-
msgstr "
|
2080 |
|
2081 |
#: ../admin/view/wp-slimstat-reports.php:325
|
2082 |
-
#, fuzzy
|
2083 |
msgid "Top Service Providers"
|
2084 |
-
msgstr "Principales
|
2085 |
|
2086 |
#: ../admin/view/wp-slimstat-reports.php:334
|
2087 |
#: ../admin/view/wp-slimstat-reports.php:346
|
@@ -2099,14 +1968,12 @@ msgstr ""
|
|
2099 |
"SLIMStat> Filtros."
|
2100 |
|
2101 |
#: ../admin/view/wp-slimstat-reports.php:337
|
2102 |
-
#, fuzzy
|
2103 |
msgid "Top Operating Systems"
|
2104 |
-
msgstr "Sistemas Operativos"
|
2105 |
|
2106 |
#: ../admin/view/wp-slimstat-reports.php:349
|
2107 |
-
#, fuzzy
|
2108 |
msgid "Top Screen Resolutions"
|
2109 |
-
msgstr "
|
2110 |
|
2111 |
#: ../admin/view/wp-slimstat-reports.php:361
|
2112 |
#, fuzzy
|
@@ -2114,9 +1981,8 @@ msgid "Top Viewport Sizes"
|
|
2114 |
msgstr "Principales Páginas de Salida"
|
2115 |
|
2116 |
#: ../admin/view/wp-slimstat-reports.php:381
|
2117 |
-
#, fuzzy
|
2118 |
msgid "Visit Duration"
|
2119 |
-
msgstr "Visitas"
|
2120 |
|
2121 |
#: ../admin/view/wp-slimstat-reports.php:388
|
2122 |
#, fuzzy
|
@@ -2124,37 +1990,32 @@ msgid ""
|
|
2124 |
"All values represent the percentages of pageviews within the corresponding "
|
2125 |
"time range."
|
2126 |
msgstr ""
|
2127 |
-
"Mapa del Mundo - Los valores representan el porcentaje de visitas "
|
2128 |
-
"
|
2129 |
|
2130 |
#: ../admin/view/wp-slimstat-reports.php:391
|
2131 |
msgid "Recent Countries"
|
2132 |
msgstr "Paises Recientes"
|
2133 |
|
2134 |
#: ../admin/view/wp-slimstat-reports.php:402
|
2135 |
-
#, fuzzy
|
2136 |
msgid "Recent Viewport Sizes"
|
2137 |
-
msgstr "
|
2138 |
|
2139 |
#: ../admin/view/wp-slimstat-reports.php:413
|
2140 |
-
#, fuzzy
|
2141 |
msgid "Recent Operating Systems"
|
2142 |
-
msgstr "Sistemas Operativos"
|
2143 |
|
2144 |
#: ../admin/view/wp-slimstat-reports.php:424
|
2145 |
-
#, fuzzy
|
2146 |
msgid "Recent Browsers"
|
2147 |
-
msgstr "
|
2148 |
|
2149 |
#: ../admin/view/wp-slimstat-reports.php:435
|
2150 |
-
#, fuzzy
|
2151 |
msgid "Recent Languages"
|
2152 |
-
msgstr "Idiomas"
|
2153 |
|
2154 |
#: ../admin/view/wp-slimstat-reports.php:446
|
2155 |
-
#, fuzzy
|
2156 |
msgid "Top Browser Families"
|
2157 |
-
msgstr "
|
2158 |
|
2159 |
#: ../admin/view/wp-slimstat-reports.php:455
|
2160 |
msgid ""
|
@@ -2177,28 +2038,24 @@ msgstr ""
|
|
2177 |
"considerado) son populares entre los visitantes."
|
2178 |
|
2179 |
#: ../admin/view/wp-slimstat-reports.php:472
|
2180 |
-
#, fuzzy
|
2181 |
msgid "Recent Users"
|
2182 |
-
msgstr "
|
2183 |
|
2184 |
#: ../admin/view/wp-slimstat-reports.php:484
|
2185 |
-
#, fuzzy
|
2186 |
msgid "Top Users"
|
2187 |
-
msgstr "
|
2188 |
|
2189 |
#: ../admin/view/wp-slimstat-reports.php:496
|
2190 |
#: ../admin/view/wp-slimstat-reports.php:505
|
2191 |
#, fuzzy
|
2192 |
msgid "Users"
|
2193 |
-
msgstr "
|
2194 |
|
2195 |
#: ../admin/view/wp-slimstat-reports.php:506
|
2196 |
-
#, fuzzy
|
2197 |
msgid "Unique Users"
|
2198 |
-
msgstr "
|
2199 |
|
2200 |
-
#: ../admin/view/wp-slimstat-reports.php:515
|
2201 |
-
#: ../admin/wp-slimstat-admin.php:106
|
2202 |
msgid "Traffic Sources"
|
2203 |
msgstr "Origen del Tráfico"
|
2204 |
|
@@ -2207,14 +2064,12 @@ msgid "Domains"
|
|
2207 |
msgstr "Dominios"
|
2208 |
|
2209 |
#: ../admin/view/wp-slimstat-reports.php:534
|
2210 |
-
#, fuzzy
|
2211 |
msgid "Traffic Summary"
|
2212 |
-
msgstr "
|
2213 |
|
2214 |
#: ../admin/view/wp-slimstat-reports.php:543
|
2215 |
-
#, fuzzy
|
2216 |
msgid "Top Referring Search Engines"
|
2217 |
-
msgstr "Motores de Búsqueda"
|
2218 |
|
2219 |
#: ../admin/view/wp-slimstat-reports.php:572
|
2220 |
msgid "Recent Outbound Links"
|
@@ -2223,7 +2078,7 @@ msgstr "Enlaces Salientes Recientes"
|
|
2223 |
#: ../admin/view/wp-slimstat-reports.php:584
|
2224 |
#, fuzzy
|
2225 |
msgid "Recent Posts"
|
2226 |
-
msgstr "
|
2227 |
|
2228 |
#: ../admin/view/wp-slimstat-reports.php:612
|
2229 |
msgid "Recent Feeds"
|
@@ -2245,14 +2100,12 @@ msgstr ""
|
|
2245 |
"Wordpress"
|
2246 |
|
2247 |
#: ../admin/view/wp-slimstat-reports.php:649
|
2248 |
-
#, fuzzy
|
2249 |
msgid "Top Categories"
|
2250 |
-
msgstr "Principales
|
2251 |
|
2252 |
#: ../admin/view/wp-slimstat-reports.php:662
|
2253 |
-
#, fuzzy
|
2254 |
msgid "Top Downloads"
|
2255 |
-
msgstr "Descargas
|
2256 |
|
2257 |
#: ../admin/view/wp-slimstat-reports.php:673
|
2258 |
msgid ""
|
@@ -2260,9 +2113,8 @@ msgid ""
|
|
2260 |
msgstr ""
|
2261 |
|
2262 |
#: ../admin/view/wp-slimstat-reports.php:676
|
2263 |
-
#, fuzzy
|
2264 |
msgid "Recent Events"
|
2265 |
-
msgstr "
|
2266 |
|
2267 |
#: ../admin/view/wp-slimstat-reports.php:685
|
2268 |
#: ../admin/view/wp-slimstat-reports.php:709
|
@@ -2276,39 +2128,32 @@ msgstr ""
|
|
2276 |
"aprovechar esta funcionalidad."
|
2277 |
|
2278 |
#: ../admin/view/wp-slimstat-reports.php:688
|
2279 |
-
#, fuzzy
|
2280 |
msgid "Top Posts"
|
2281 |
-
msgstr "
|
2282 |
|
2283 |
#: ../admin/view/wp-slimstat-reports.php:700
|
2284 |
-
#, fuzzy
|
2285 |
msgid "Top Events"
|
2286 |
-
msgstr "Principales
|
2287 |
|
2288 |
#: ../admin/view/wp-slimstat-reports.php:712
|
2289 |
-
#, fuzzy
|
2290 |
msgid "Top Internal Searches"
|
2291 |
-
msgstr "Búsquedas Internas
|
2292 |
|
2293 |
#: ../admin/view/wp-slimstat-reports.php:724
|
2294 |
-
#, fuzzy
|
2295 |
msgid "Recent Categories"
|
2296 |
-
msgstr "
|
2297 |
|
2298 |
#: ../admin/view/wp-slimstat-reports.php:736
|
2299 |
-
#, fuzzy
|
2300 |
msgid "Top Pages Not Found"
|
2301 |
-
msgstr "Principales Páginas
|
2302 |
|
2303 |
#: ../admin/view/wp-slimstat-reports.php:748
|
2304 |
-
#, fuzzy
|
2305 |
msgid "Top Authors"
|
2306 |
-
msgstr "
|
2307 |
|
2308 |
#: ../admin/view/wp-slimstat-reports.php:759
|
2309 |
-
#, fuzzy
|
2310 |
msgid "Top Tags"
|
2311 |
-
msgstr "Principales
|
2312 |
|
2313 |
#: ../admin/view/wp-slimstat-reports.php:771
|
2314 |
msgid "Recent Downloads"
|
@@ -2333,9 +2178,8 @@ msgstr ""
|
|
2333 |
"arriba."
|
2334 |
|
2335 |
#: ../admin/view/wp-slimstat-reports.php:805
|
2336 |
-
#, fuzzy
|
2337 |
msgid "Top Bounce Pages"
|
2338 |
-
msgstr "
|
2339 |
|
2340 |
#: ../admin/view/wp-slimstat-reports.php:818
|
2341 |
#, fuzzy
|
@@ -2343,23 +2187,20 @@ msgid "Top Exit Pages"
|
|
2343 |
msgstr "Principales Páginas de Salida"
|
2344 |
|
2345 |
#: ../admin/view/wp-slimstat-reports.php:831
|
2346 |
-
#, fuzzy
|
2347 |
msgid "Top Entry Pages"
|
2348 |
-
msgstr "Principales Páginas de
|
2349 |
|
2350 |
#: ../admin/view/wp-slimstat-reports.php:844
|
2351 |
-
#, fuzzy
|
2352 |
msgid "Pages with Outbound Links"
|
2353 |
-
msgstr "Enlaces Salientes
|
2354 |
|
2355 |
#: ../admin/view/wp-slimstat-reports.php:853
|
2356 |
-
#, fuzzy
|
2357 |
msgid "Outbound Links"
|
2358 |
-
msgstr "Enlaces Salientes
|
2359 |
|
2360 |
#: ../admin/view/wp-slimstat-reports.php:854
|
2361 |
msgid "Unique Outbound"
|
2362 |
-
msgstr ""
|
2363 |
|
2364 |
#: ../admin/view/wp-slimstat-reports.php:863
|
2365 |
msgid "World Map"
|
@@ -2388,80 +2229,75 @@ msgstr "ID de la entrada(sección) de la Categoria"
|
|
2388 |
#: ../admin/view/wp-slimstat-reports.php:1106
|
2389 |
#, fuzzy
|
2390 |
msgid "Code"
|
2391 |
-
msgstr "Código
|
2392 |
|
2393 |
#: ../admin/view/wp-slimstat-reports.php:1102
|
2394 |
-
#: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:
|
2395 |
msgid "l-"
|
2396 |
msgstr "l-"
|
2397 |
|
2398 |
#: ../admin/view/wp-slimstat-reports.php:1119
|
|
|
2399 |
msgid "URL"
|
2400 |
-
msgstr ""
|
2401 |
|
2402 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2403 |
-
#, fuzzy
|
2404 |
msgid "Referrer"
|
2405 |
-
msgstr "
|
2406 |
|
2407 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2408 |
#, fuzzy
|
2409 |
msgid "Dataset Size"
|
2410 |
msgstr "Tamaño de los Datos"
|
2411 |
|
2412 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2413 |
msgid "Total number of records stored in the database."
|
2414 |
-
msgstr ""
|
2415 |
|
2416 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2417 |
-
#, fuzzy
|
2418 |
msgid "DB Size"
|
2419 |
-
msgstr "Tamaño de
|
2420 |
|
2421 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2422 |
-
#, fuzzy
|
2423 |
msgid "Tracking Enabled"
|
2424 |
-
msgstr "
|
2425 |
|
2426 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2427 |
msgid "Javascript Mode"
|
2428 |
msgstr "Modo Javascript"
|
2429 |
|
2430 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2431 |
msgid "Tracking Browser Caps"
|
2432 |
msgstr "Caps para rastreo de Navegador"
|
2433 |
|
2434 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2435 |
msgid "Auto purge"
|
2436 |
msgstr "Autopurgar"
|
2437 |
|
2438 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2439 |
-
#: ../admin/wp-slimstat-admin.php:
|
2440 |
-
msgid "Off"
|
2441 |
-
msgstr ""
|
2442 |
-
|
2443 |
-
#: ../admin/view/wp-slimstat-reports.php:1354
|
2444 |
#, fuzzy
|
|
|
|
|
|
|
|
|
2445 |
msgid "Oldest pageview"
|
2446 |
-
msgstr "Visita más
|
2447 |
|
2448 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2449 |
-
#, fuzzy
|
2450 |
msgid "No visits"
|
2451 |
-
msgstr "
|
2452 |
|
2453 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2454 |
-
#: ../admin/wp-slimstat-admin.php:112
|
2455 |
-
#, fuzzy
|
2456 |
msgid "Geolocation"
|
2457 |
-
msgstr "
|
2458 |
|
2459 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2460 |
msgid "Date when the MaxMind Geolocation database was last updated."
|
2461 |
msgstr ""
|
2462 |
|
2463 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2464 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2465 |
#, fuzzy
|
2466 |
msgid ""
|
2467 |
"A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
|
@@ -2470,29 +2306,26 @@ msgstr ""
|
|
2470 |
"Una petición para cargar un archivo HTML único. WP SlimStat registra un "
|
2471 |
"\"pageview\" cada vez que se ejecuta el código de rastreo."
|
2472 |
|
2473 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2474 |
-
#, fuzzy
|
2475 |
msgid "Days in Range"
|
2476 |
-
msgstr "
|
2477 |
|
2478 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2479 |
-
#, fuzzy
|
2480 |
msgid "Average Daily Pageviews"
|
2481 |
-
msgstr "Promedio Paginas Visitadas"
|
2482 |
|
2483 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2484 |
#, fuzzy
|
2485 |
msgid ""
|
2486 |
"How many pages have been visited on average every day during the current "
|
2487 |
"period."
|
2488 |
msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
|
2489 |
|
2490 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2491 |
-
#, fuzzy
|
2492 |
msgid "From Search Results"
|
2493 |
-
msgstr "
|
2494 |
|
2495 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2496 |
msgid ""
|
2497 |
"Visitors who landed on your site after searching for a keyword on Google, "
|
2498 |
"Yahoo, etc."
|
@@ -2500,7 +2333,7 @@ msgstr ""
|
|
2500 |
"Visitantes que han llegado a su sitio después de buscar una palabra clave en "
|
2501 |
"Google, yahoo, etc."
|
2502 |
|
2503 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2504 |
msgid ""
|
2505 |
"Used to differentiate between multiple requests to download a file from one "
|
2506 |
"internet address (IP) and requests originating from many distinct addresses"
|
@@ -2509,27 +2342,27 @@ msgstr ""
|
|
2509 |
"desde una dirección de internet (IP) y peticiones que se originan en muchas "
|
2510 |
"diferentes direcciones"
|
2511 |
|
2512 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2513 |
msgid "Last 30 minutes"
|
2514 |
msgstr "Últimos 30 minutos"
|
2515 |
|
2516 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2517 |
msgid ""
|
2518 |
"A visit is a session of at most 30 minutes. Returning visitors are counted "
|
2519 |
"multiple times if they perform multiple visits."
|
2520 |
msgstr ""
|
2521 |
-
"Una visita es una sesión de
|
2522 |
-
"
|
2523 |
|
2524 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2525 |
msgid "It includes only traffic generated by human visitors."
|
2526 |
msgstr "Incluye sólo tráfico generado por visitantes humanos."
|
2527 |
|
2528 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2529 |
msgid "Bounce rate"
|
2530 |
msgstr "Porcentaje de Abandonos"
|
2531 |
|
2532 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2533 |
msgid ""
|
2534 |
"Percentage of single-page visits, i.e. visits in which the person left your "
|
2535 |
"site from the entrance page."
|
@@ -2537,81 +2370,77 @@ msgstr ""
|
|
2537 |
"Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
|
2538 |
"dejó su sitio desde la página de entrada."
|
2539 |
|
2540 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2541 |
-
#, fuzzy
|
2542 |
msgid "Known visitors"
|
2543 |
-
msgstr "
|
2544 |
|
2545 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2546 |
msgid "Visitors who had previously left a comment on your blog."
|
2547 |
msgstr "Visitantes que han dejado un comentario en su blog previamente."
|
2548 |
|
2549 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2550 |
-
#, fuzzy
|
2551 |
msgid "New visitors"
|
2552 |
-
msgstr "Visitantes"
|
2553 |
|
2554 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2555 |
msgid "Human users who visited your site only once."
|
2556 |
msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
|
2557 |
|
2558 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2559 |
msgid "Bots"
|
2560 |
msgstr "Motores de Búsqueda"
|
2561 |
|
2562 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2563 |
#, fuzzy
|
2564 |
msgid "Pageviews per visit"
|
2565 |
msgstr "Páginas por visita"
|
2566 |
|
2567 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2568 |
msgid "Longest visit"
|
2569 |
msgstr "Visita más larga"
|
2570 |
|
2571 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2572 |
#, fuzzy
|
2573 |
msgid "hits"
|
2574 |
msgstr "Visitas"
|
2575 |
|
2576 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2577 |
msgid "0 - 30 seconds"
|
2578 |
msgstr "0 - 30 segundos"
|
2579 |
|
2580 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2581 |
msgid "31 - 60 seconds"
|
2582 |
msgstr "31 - 60 segundos"
|
2583 |
|
2584 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2585 |
msgid "1 - 3 minutes"
|
2586 |
msgstr "1 - 3 minutos"
|
2587 |
|
2588 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2589 |
msgid "3 - 5 minutes"
|
2590 |
msgstr "3 - 5 minutos"
|
2591 |
|
2592 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2593 |
msgid "5 - 7 minutes"
|
2594 |
msgstr "5 - 7 minutos"
|
2595 |
|
2596 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2597 |
msgid "7 - 10 minutes"
|
2598 |
msgstr "7 - 10 minutos"
|
2599 |
|
2600 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2601 |
msgid "More than 10 minutes"
|
2602 |
msgstr "Más de 10 minutos"
|
2603 |
|
2604 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2605 |
-
#, fuzzy
|
2606 |
msgid "Average visit duration"
|
2607 |
-
msgstr "
|
2608 |
|
2609 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2610 |
-
#, fuzzy
|
2611 |
msgid "Unique Referrers"
|
2612 |
-
msgstr "
|
2613 |
|
2614 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2615 |
msgid ""
|
2616 |
"A referrer (or referring site) is the site that a visitor previously visited "
|
2617 |
"before following a link to your site."
|
@@ -2619,12 +2448,11 @@ msgstr ""
|
|
2619 |
"Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
|
2620 |
"acceso antes de seguir un enlace a su sitio."
|
2621 |
|
2622 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2623 |
-
#, fuzzy
|
2624 |
msgid "Direct Pageviews"
|
2625 |
-
msgstr "Paginas visitadas"
|
2626 |
|
2627 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2628 |
msgid ""
|
2629 |
"Visitors who visited the site by typing the URL directly into their browser. "
|
2630 |
"<em>Direct</em> can also refer to the visitors who clicked on the links from "
|
@@ -2636,11 +2464,11 @@ msgstr ""
|
|
2636 |
"hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
|
2637 |
"enlaces de documentos que no incluyen variables de rastreo."
|
2638 |
|
2639 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2640 |
msgid "From a search result"
|
2641 |
msgstr "Desde un resultado de búsqueda"
|
2642 |
|
2643 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2644 |
msgid ""
|
2645 |
"Visitors who came to your site via searches on Google or some other search "
|
2646 |
"engine."
|
@@ -2648,12 +2476,11 @@ msgstr ""
|
|
2648 |
"Visitantes que llegaron a su sitio después de buscar una palabra clave en "
|
2649 |
"Google, yahoo, etc."
|
2650 |
|
2651 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2652 |
-
#, fuzzy
|
2653 |
msgid "Unique Landing Pages"
|
2654 |
-
msgstr "
|
2655 |
|
2656 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2657 |
msgid ""
|
2658 |
"The first page that a user views during a session. This is also known as the "
|
2659 |
"<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
|
@@ -2661,26 +2488,24 @@ msgid ""
|
|
2661 |
"a landing page."
|
2662 |
msgstr ""
|
2663 |
"La primera página que el usuario ve en una sesión. También se conoce como "
|
2664 |
-
"<em>página de entrada</em>. Por ejemplo, si buscan
|
2665 |
-
"Brooklyn
|
2666 |
"página de entrada."
|
2667 |
|
2668 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2669 |
-
#, fuzzy
|
2670 |
msgid "Bounce Pages"
|
2671 |
-
msgstr "
|
2672 |
|
2673 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2674 |
#, fuzzy
|
2675 |
msgid "Number of single page visits to your site over the selected period."
|
2676 |
msgstr "Número de visitas a una página en el período seleccionado."
|
2677 |
|
2678 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2679 |
-
#, fuzzy
|
2680 |
msgid "New Visitors Rate"
|
2681 |
-
msgstr "
|
2682 |
|
2683 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2684 |
#, fuzzy
|
2685 |
msgid ""
|
2686 |
"Percentage of single page visits, i.e. visits in which the person left your "
|
@@ -2689,12 +2514,11 @@ msgstr ""
|
|
2689 |
"Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
|
2690 |
"dejó su sitio desde la página de entrada."
|
2691 |
|
2692 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2693 |
-
#, fuzzy
|
2694 |
msgid "Currently from search engines"
|
2695 |
-
msgstr "Motores de Búsqueda"
|
2696 |
|
2697 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2698 |
msgid ""
|
2699 |
"Visitors who visited the site in the last 5 minutes coming from a search "
|
2700 |
"engine."
|
@@ -2702,1370 +2526,1352 @@ msgstr ""
|
|
2702 |
"Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
|
2703 |
"motor de búsqueda."
|
2704 |
|
2705 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2706 |
-
#, fuzzy
|
2707 |
msgid "Backlinks"
|
2708 |
-
msgstr "
|
2709 |
|
2710 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2711 |
#, fuzzy
|
2712 |
msgid "Number of external equity links to your website."
|
2713 |
msgstr ""
|
2714 |
"Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
|
2715 |
|
2716 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2717 |
msgid "MozRank"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2721 |
msgid ""
|
2722 |
-
"MozRank of the URL, in a normalized 10-point score. MozRank represents a "
|
2723 |
-
"
|
2724 |
-
"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2728 |
-
#, fuzzy
|
2729 |
msgid "Equity Links"
|
2730 |
-
msgstr "
|
2731 |
|
2732 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2733 |
msgid ""
|
2734 |
"Number of authority-passing links (including followed links and redirects, "
|
2735 |
-
"internal or external) to your website. Set the permalink filter here above "
|
2736 |
-
"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2740 |
msgid "Facebook Shares"
|
2741 |
msgstr "Compartidas en Facebook"
|
2742 |
|
2743 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2744 |
-
#, fuzzy
|
2745 |
msgid "Facebook Clicks"
|
2746 |
-
msgstr "
|
2747 |
|
2748 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2749 |
msgid "How many times links to your website have been clicked on Facebook."
|
2750 |
msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
|
2751 |
|
2752 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2753 |
msgid "Alexa World Rank"
|
2754 |
msgstr "Clasificación Mundial Alexa."
|
2755 |
|
2756 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2757 |
msgid ""
|
2758 |
"Alexa is a subsidiary company of Amazon.com which provides commercial web "
|
2759 |
"traffic data."
|
2760 |
msgstr ""
|
2761 |
-
"Alexa es una
|
2762 |
-
"
|
2763 |
|
2764 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2765 |
msgid "Alexa Country Rank"
|
2766 |
msgstr "Clasificación por país Alexa"
|
2767 |
|
2768 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2769 |
msgid "Alexa Popularity"
|
2770 |
msgstr "Popularidad Alexa"
|
2771 |
|
2772 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2773 |
msgid "Alexa Delta"
|
2774 |
-
msgstr ""
|
2775 |
|
2776 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2777 |
#, fuzzy
|
2778 |
msgid "Content Items"
|
2779 |
msgstr "Contenido"
|
2780 |
|
2781 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2782 |
msgid ""
|
2783 |
-
"This value includes not only posts, but also custom post types, regardless "
|
2784 |
-
"
|
2785 |
msgstr ""
|
2786 |
"Este valor incluye no sólo publicaciones, sino también tipos de publicación "
|
2787 |
"personalizados, sin importar su estado"
|
2788 |
|
2789 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2790 |
-
#, fuzzy
|
2791 |
msgid "Posts"
|
2792 |
-
msgstr "
|
2793 |
|
2794 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2795 |
#, fuzzy
|
2796 |
msgid "Pages"
|
2797 |
-
msgstr "
|
2798 |
|
2799 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2800 |
msgid "Attachments"
|
2801 |
-
msgstr ""
|
2802 |
|
2803 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2804 |
#, fuzzy
|
2805 |
msgid "Revisions"
|
2806 |
-
msgstr "
|
2807 |
|
2808 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2809 |
#, fuzzy
|
2810 |
msgid "Comments"
|
2811 |
-
msgstr "
|
2812 |
|
2813 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2814 |
#, fuzzy
|
2815 |
msgid "Avg Comments per Post"
|
2816 |
msgstr "Promedio de Comentarios por Publicación"
|
2817 |
|
2818 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2819 |
msgid "Avg Server Latency"
|
2820 |
-
msgstr ""
|
2821 |
|
2822 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2823 |
msgid ""
|
2824 |
"Latency is the amount of time it takes for the host server to receive and "
|
2825 |
-
"process a request for a page object. The amount of latency depends largely "
|
2826 |
-
"
|
2827 |
msgstr ""
|
2828 |
|
2829 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2830 |
-
#, fuzzy
|
2831 |
msgid "Coordinates"
|
2832 |
-
msgstr "
|
2833 |
|
2834 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
|
|
2835 |
msgid "Date"
|
2836 |
-
msgstr ""
|
2837 |
|
2838 |
# Unknown
|
2839 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2840 |
msgid "c-xx"
|
2841 |
msgstr "Unknown"
|
2842 |
|
2843 |
# Afghanistan
|
2844 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2845 |
msgid "c-af"
|
2846 |
msgstr "Afghanistan"
|
2847 |
|
2848 |
-
#
|
2849 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2850 |
msgid "c-ax"
|
2851 |
msgstr "Åland Islands"
|
2852 |
|
2853 |
# Albania
|
2854 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2855 |
msgid "c-al"
|
2856 |
msgstr "Albania"
|
2857 |
|
2858 |
# Algeria
|
2859 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2860 |
msgid "c-dz"
|
2861 |
msgstr "Algeria"
|
2862 |
|
2863 |
# Andorra
|
2864 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2865 |
msgid "c-ad"
|
2866 |
msgstr "Andorra"
|
2867 |
|
2868 |
# Angola
|
2869 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2870 |
msgid "c-ao"
|
2871 |
msgstr "Angola"
|
2872 |
|
2873 |
# Anguilla
|
2874 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2875 |
msgid "c-ai"
|
2876 |
msgstr "Anguilla"
|
2877 |
|
2878 |
# Antigua and Barbuda
|
2879 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2880 |
msgid "c-ag"
|
2881 |
msgstr "Antigua and Barbuda"
|
2882 |
|
2883 |
# Argentina
|
2884 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2885 |
msgid "c-ar"
|
2886 |
msgstr "Argentina"
|
2887 |
|
2888 |
# Armenia
|
2889 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2890 |
msgid "c-am"
|
2891 |
msgstr "Armenia"
|
2892 |
|
2893 |
# Aruba
|
2894 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2895 |
msgid "c-aw"
|
2896 |
msgstr "Aruba"
|
2897 |
|
2898 |
# Australia
|
2899 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2900 |
msgid "c-au"
|
2901 |
msgstr "Australia"
|
2902 |
|
2903 |
# Austria
|
2904 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2905 |
msgid "c-at"
|
2906 |
msgstr "Austria"
|
2907 |
|
2908 |
# Azerbaijan
|
2909 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2910 |
msgid "c-az"
|
2911 |
msgstr "Azerbaijan"
|
2912 |
|
2913 |
# Bahamas
|
2914 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2915 |
msgid "c-bs"
|
2916 |
msgstr "Bahamas"
|
2917 |
|
2918 |
# Bahrain
|
2919 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2920 |
msgid "c-bh"
|
2921 |
msgstr "Bahrain"
|
2922 |
|
2923 |
# Bangladesh
|
2924 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2925 |
msgid "c-bd"
|
2926 |
msgstr "Bangladesh"
|
2927 |
|
2928 |
# Barbados
|
2929 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2930 |
msgid "c-bb"
|
2931 |
msgstr "Barbados"
|
2932 |
|
2933 |
# Belarus
|
2934 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2935 |
msgid "c-by"
|
2936 |
msgstr "Belarus"
|
2937 |
|
2938 |
# Belgium
|
2939 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2940 |
msgid "c-be"
|
2941 |
msgstr "Belgium"
|
2942 |
|
2943 |
# Belize
|
2944 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2945 |
msgid "c-bz"
|
2946 |
msgstr "Belize"
|
2947 |
|
2948 |
# Benin
|
2949 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2950 |
msgid "c-bj"
|
2951 |
msgstr "Benin"
|
2952 |
|
2953 |
# Bermuda
|
2954 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2955 |
msgid "c-bm"
|
2956 |
msgstr "Bermuda"
|
2957 |
|
2958 |
# Bhutan
|
2959 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2960 |
msgid "c-bt"
|
2961 |
msgstr "Bhutan"
|
2962 |
|
2963 |
# Bolivia
|
2964 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2965 |
msgid "c-bo"
|
2966 |
msgstr "Bolivia"
|
2967 |
|
2968 |
# Bosnia and Herzegovina
|
2969 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2970 |
msgid "c-ba"
|
2971 |
msgstr "Bosnia and Herzegovina"
|
2972 |
|
2973 |
# Botswana
|
2974 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2975 |
msgid "c-bw"
|
2976 |
msgstr "Botswana"
|
2977 |
|
2978 |
# Brazil
|
2979 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2980 |
msgid "c-br"
|
2981 |
msgstr "Brazil"
|
2982 |
|
2983 |
# Brunei Darussalam
|
2984 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2985 |
msgid "c-bn"
|
2986 |
msgstr "Brunei Darussalam"
|
2987 |
|
2988 |
# Bulgaria
|
2989 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2990 |
msgid "c-bg"
|
2991 |
msgstr "Bulgaria"
|
2992 |
|
2993 |
# Burkina Faso
|
2994 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
2995 |
msgid "c-bf"
|
2996 |
msgstr "Burkina Faso"
|
2997 |
|
2998 |
# Burundi
|
2999 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3000 |
msgid "c-bi"
|
3001 |
msgstr "Burundi"
|
3002 |
|
3003 |
# Cambodia
|
3004 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3005 |
msgid "c-kh"
|
3006 |
msgstr "Cambodia"
|
3007 |
|
3008 |
# Cameroon
|
3009 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3010 |
msgid "c-cm"
|
3011 |
msgstr "Cameroon"
|
3012 |
|
3013 |
# Canada
|
3014 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3015 |
msgid "c-ca"
|
3016 |
msgstr "Canada"
|
3017 |
|
3018 |
# Cape Verde
|
3019 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3020 |
msgid "c-cv"
|
3021 |
msgstr "Cape Verde"
|
3022 |
|
3023 |
# Cayman Islands
|
3024 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3025 |
msgid "c-ky"
|
3026 |
msgstr "Cayman Islands"
|
3027 |
|
3028 |
# Central African Republic
|
3029 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3030 |
msgid "c-cf"
|
3031 |
msgstr "Central African Republic"
|
3032 |
|
3033 |
# Chad
|
3034 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3035 |
msgid "c-td"
|
3036 |
msgstr "Chad"
|
3037 |
|
3038 |
# Chile
|
3039 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3040 |
msgid "c-cl"
|
3041 |
msgstr "Chile"
|
3042 |
|
3043 |
# China
|
3044 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3045 |
msgid "c-cn"
|
3046 |
msgstr "China"
|
3047 |
|
3048 |
# Colombia
|
3049 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3050 |
msgid "c-co"
|
3051 |
msgstr "Colombia"
|
3052 |
|
3053 |
# Comoros
|
3054 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3055 |
msgid "c-km"
|
3056 |
msgstr "Comoros"
|
3057 |
|
3058 |
# Congo
|
3059 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3060 |
msgid "c-cg"
|
3061 |
msgstr "Congo"
|
3062 |
|
3063 |
# The Democratic Republic of the Congo
|
3064 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3065 |
msgid "c-cd"
|
3066 |
msgstr "The Democratic Republic of the Congo"
|
3067 |
|
3068 |
# Costa Rica
|
3069 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3070 |
msgid "c-cr"
|
3071 |
msgstr "Costa Rica"
|
3072 |
|
3073 |
-
#
|
3074 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3075 |
msgid "c-ci"
|
3076 |
msgstr "Côte d'Ivoire"
|
3077 |
|
3078 |
# Croatia
|
3079 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3080 |
msgid "c-hr"
|
3081 |
msgstr "Croatia"
|
3082 |
|
3083 |
# Cuba
|
3084 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3085 |
msgid "c-cu"
|
3086 |
msgstr "Cuba"
|
3087 |
|
3088 |
# Cyprus
|
3089 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3090 |
msgid "c-cy"
|
3091 |
msgstr "Cyprus"
|
3092 |
|
3093 |
# Czech Republic
|
3094 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3095 |
msgid "c-cz"
|
3096 |
msgstr "Czech Republic"
|
3097 |
|
3098 |
# Denmark
|
3099 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3100 |
msgid "c-dk"
|
3101 |
msgstr "Denmark"
|
3102 |
|
3103 |
# Djibouti
|
3104 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3105 |
msgid "c-dj"
|
3106 |
msgstr "Djibouti"
|
3107 |
|
3108 |
# Dominica
|
3109 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3110 |
msgid "c-dm"
|
3111 |
msgstr "Dominica"
|
3112 |
|
3113 |
# Dominican Republic
|
3114 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3115 |
msgid "c-do"
|
3116 |
msgstr "Dominican Republic"
|
3117 |
|
3118 |
# Ecuador
|
3119 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3120 |
msgid "c-ec"
|
3121 |
msgstr "Ecuador"
|
3122 |
|
3123 |
# Egypt
|
3124 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3125 |
msgid "c-eg"
|
3126 |
msgstr "Egypt"
|
3127 |
|
3128 |
# El Salvador
|
3129 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3130 |
msgid "c-sv"
|
3131 |
msgstr "El Salvador"
|
3132 |
|
3133 |
# Equatorial Guinea
|
3134 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3135 |
msgid "c-gq"
|
3136 |
msgstr "Equatorial Guinea"
|
3137 |
|
3138 |
# Eritrea
|
3139 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3140 |
msgid "c-er"
|
3141 |
msgstr "Eritrea"
|
3142 |
|
3143 |
# Estonia
|
3144 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3145 |
msgid "c-ee"
|
3146 |
msgstr "Estonia"
|
3147 |
|
3148 |
# Ethiopia
|
3149 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3150 |
msgid "c-et"
|
3151 |
msgstr "Ethiopia"
|
3152 |
|
3153 |
# Faroe Islands
|
3154 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3155 |
msgid "c-fo"
|
3156 |
msgstr "Faroe Islands"
|
3157 |
|
3158 |
# Falkland Islands (Malvinas)
|
3159 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3160 |
msgid "c-fk"
|
3161 |
msgstr "Falkland Islands (Malvinas)"
|
3162 |
|
3163 |
# Fiji
|
3164 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3165 |
msgid "c-fj"
|
3166 |
msgstr "Fiji"
|
3167 |
|
3168 |
# Finland
|
3169 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3170 |
msgid "c-fi"
|
3171 |
msgstr "Finland"
|
3172 |
|
3173 |
# France
|
3174 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3175 |
msgid "c-fr"
|
3176 |
msgstr "France"
|
3177 |
|
3178 |
# French Guiana
|
3179 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3180 |
msgid "c-gf"
|
3181 |
msgstr "French Guiana"
|
3182 |
|
3183 |
# Gabon
|
3184 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3185 |
msgid "c-ga"
|
3186 |
msgstr "Gabon"
|
3187 |
|
3188 |
# Gambia
|
3189 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3190 |
msgid "c-gm"
|
3191 |
msgstr "Gambia"
|
3192 |
|
3193 |
# Georgia
|
3194 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3195 |
msgid "c-ge"
|
3196 |
msgstr "Georgia"
|
3197 |
|
3198 |
# Germany
|
3199 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3200 |
msgid "c-de"
|
3201 |
msgstr "Germany"
|
3202 |
|
3203 |
# Ghana
|
3204 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3205 |
msgid "c-gh"
|
3206 |
msgstr "Ghana"
|
3207 |
|
3208 |
# Greece
|
3209 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3210 |
msgid "c-gr"
|
3211 |
msgstr "Greece"
|
3212 |
|
3213 |
# Greenland
|
3214 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3215 |
msgid "c-gl"
|
3216 |
msgstr "Greenland"
|
3217 |
|
3218 |
# Grenada
|
3219 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3220 |
msgid "c-gd"
|
3221 |
msgstr "Grenada"
|
3222 |
|
3223 |
# Guadeloupe
|
3224 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3225 |
msgid "c-gp"
|
3226 |
msgstr "Guadeloupe"
|
3227 |
|
3228 |
# Guatemala
|
3229 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3230 |
msgid "c-gt"
|
3231 |
msgstr "Guatemala"
|
3232 |
|
3233 |
# Guinea
|
3234 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3235 |
msgid "c-gn"
|
3236 |
msgstr "Guinea"
|
3237 |
|
3238 |
# Guinea-Bissau
|
3239 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3240 |
msgid "c-gw"
|
3241 |
msgstr "Guinea-Bissau"
|
3242 |
|
3243 |
# Guyana
|
3244 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3245 |
msgid "c-gy"
|
3246 |
msgstr "Guyana"
|
3247 |
|
3248 |
# Haiti
|
3249 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3250 |
msgid "c-ht"
|
3251 |
msgstr "Haiti"
|
3252 |
|
3253 |
# Honduras
|
3254 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3255 |
msgid "c-hn"
|
3256 |
msgstr "Honduras"
|
3257 |
|
3258 |
# Hong Kong
|
3259 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3260 |
msgid "c-hk"
|
3261 |
msgstr "Hong Kong"
|
3262 |
|
3263 |
# Hungary
|
3264 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3265 |
msgid "c-hu"
|
3266 |
msgstr "Hungary"
|
3267 |
|
3268 |
# Iceland
|
3269 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3270 |
msgid "c-is"
|
3271 |
msgstr "Iceland"
|
3272 |
|
3273 |
# India
|
3274 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3275 |
msgid "c-in"
|
3276 |
msgstr "India"
|
3277 |
|
3278 |
# Indonesia
|
3279 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3280 |
msgid "c-id"
|
3281 |
msgstr "Indonesia"
|
3282 |
|
3283 |
# Islamic Republic of Iran
|
3284 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3285 |
msgid "c-ir"
|
3286 |
msgstr "Islamic Republic of Iran"
|
3287 |
|
3288 |
# Iraq
|
3289 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3290 |
msgid "c-iq"
|
3291 |
msgstr "Iraq"
|
3292 |
|
3293 |
# Ireland
|
3294 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3295 |
msgid "c-ie"
|
3296 |
msgstr "Ireland"
|
3297 |
|
3298 |
# Israel
|
3299 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3300 |
msgid "c-il"
|
3301 |
msgstr "Israel"
|
3302 |
|
3303 |
# Italy
|
3304 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3305 |
msgid "c-it"
|
3306 |
msgstr "Italy"
|
3307 |
|
3308 |
# Jamaica
|
3309 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3310 |
msgid "c-jm"
|
3311 |
msgstr "Jamaica"
|
3312 |
|
3313 |
# Japan
|
3314 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3315 |
msgid "c-jp"
|
3316 |
msgstr "Japan"
|
3317 |
|
3318 |
# Jordan
|
3319 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3320 |
msgid "c-jo"
|
3321 |
msgstr "Jordan"
|
3322 |
|
3323 |
# Kazakhstan
|
3324 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3325 |
msgid "c-kz"
|
3326 |
msgstr "Kazakhstan"
|
3327 |
|
3328 |
# Kenya
|
3329 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3330 |
msgid "c-ke"
|
3331 |
msgstr "Kenya"
|
3332 |
|
3333 |
# Nauru
|
3334 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3335 |
msgid "c-nr"
|
3336 |
msgstr "Nauru"
|
3337 |
|
3338 |
# Democratic People's Republic of Korea
|
3339 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3340 |
msgid "c-kp"
|
3341 |
msgstr "Democratic People's Republic of Korea"
|
3342 |
|
3343 |
# Republic of Korea
|
3344 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3345 |
msgid "c-kr"
|
3346 |
msgstr "Republic of Korea"
|
3347 |
|
3348 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3349 |
msgid "c-kv"
|
3350 |
msgstr "c-kv"
|
3351 |
|
3352 |
# Kuwait
|
3353 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3354 |
msgid "c-kw"
|
3355 |
msgstr "Kuwait"
|
3356 |
|
3357 |
# Kyrgyzstan
|
3358 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3359 |
msgid "c-kg"
|
3360 |
msgstr "Kyrgyzstan"
|
3361 |
|
3362 |
# Lao People's Democratic Republic
|
3363 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3364 |
msgid "c-la"
|
3365 |
msgstr "Lao People's Democratic Republic"
|
3366 |
|
3367 |
# Latvia
|
3368 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3369 |
msgid "c-lv"
|
3370 |
msgstr "Latvia"
|
3371 |
|
3372 |
# Lebanon
|
3373 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3374 |
msgid "c-lb"
|
3375 |
msgstr "Lebanon"
|
3376 |
|
3377 |
# Lesotho
|
3378 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3379 |
msgid "c-ls"
|
3380 |
msgstr "Lesotho"
|
3381 |
|
3382 |
# Liberia
|
3383 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3384 |
msgid "c-lr"
|
3385 |
msgstr "Liberia"
|
3386 |
|
3387 |
# Libyan Arab Jamahiriya
|
3388 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3389 |
msgid "c-ly"
|
3390 |
msgstr "Libyan Arab Jamahiriya"
|
3391 |
|
3392 |
# Liechtenstein
|
3393 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3394 |
msgid "c-li"
|
3395 |
msgstr "Liechtenstein"
|
3396 |
|
3397 |
# Lithuania
|
3398 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3399 |
msgid "c-lt"
|
3400 |
msgstr "Lithuania"
|
3401 |
|
3402 |
# Luxembourg
|
3403 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3404 |
msgid "c-lu"
|
3405 |
msgstr "Luxembourg"
|
3406 |
|
3407 |
# The Former Yugoslav Republic of Macedonia
|
3408 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3409 |
msgid "c-mk"
|
3410 |
msgstr "The Former Yugoslav Republic of Macedonia"
|
3411 |
|
3412 |
# Madagascar
|
3413 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3414 |
msgid "c-mg"
|
3415 |
msgstr "Madagascar"
|
3416 |
|
3417 |
# Malawi
|
3418 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3419 |
msgid "c-mw"
|
3420 |
msgstr "Malawi"
|
3421 |
|
3422 |
# Malaysia
|
3423 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3424 |
msgid "c-my"
|
3425 |
msgstr "Malaysia"
|
3426 |
|
3427 |
# Mali
|
3428 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3429 |
msgid "c-ml"
|
3430 |
msgstr "Mali"
|
3431 |
|
3432 |
# Malta
|
3433 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3434 |
msgid "c-mt"
|
3435 |
msgstr "Malta"
|
3436 |
|
3437 |
# Martinique
|
3438 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3439 |
msgid "c-mq"
|
3440 |
msgstr "Martinique"
|
3441 |
|
3442 |
# Mauritania
|
3443 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3444 |
msgid "c-mr"
|
3445 |
msgstr "Mauritania"
|
3446 |
|
3447 |
# Mauritius
|
3448 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3449 |
msgid "c-mu"
|
3450 |
msgstr "Mauritius"
|
3451 |
|
3452 |
# Mexico
|
3453 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3454 |
msgid "c-mx"
|
3455 |
msgstr "Mexico"
|
3456 |
|
3457 |
# Moldova
|
3458 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3459 |
msgid "c-md"
|
3460 |
msgstr "Moldova"
|
3461 |
|
3462 |
# Mongolia
|
3463 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3464 |
msgid "c-mn"
|
3465 |
msgstr "Mongolia"
|
3466 |
|
3467 |
# Montenegro
|
3468 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3469 |
msgid "c-me"
|
3470 |
msgstr "Montenegro"
|
3471 |
|
3472 |
# Montserrat
|
3473 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3474 |
msgid "c-ms"
|
3475 |
msgstr "Montserrat"
|
3476 |
|
3477 |
# Morocco
|
3478 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3479 |
msgid "c-ma"
|
3480 |
msgstr "Morocco"
|
3481 |
|
3482 |
# Mozambique
|
3483 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3484 |
msgid "c-mz"
|
3485 |
msgstr "Mozambique"
|
3486 |
|
3487 |
# Myanmar
|
3488 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3489 |
msgid "c-mm"
|
3490 |
msgstr "Myanmar"
|
3491 |
|
3492 |
# Namibia
|
3493 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3494 |
msgid "c-na"
|
3495 |
msgstr "Namibia"
|
3496 |
|
3497 |
# Nepal
|
3498 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3499 |
msgid "c-np"
|
3500 |
msgstr "Nepal"
|
3501 |
|
3502 |
# Netherlands
|
3503 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3504 |
msgid "c-nl"
|
3505 |
msgstr "Netherlands"
|
3506 |
|
3507 |
# New Caledonia
|
3508 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3509 |
msgid "c-nc"
|
3510 |
msgstr "New Caledonia"
|
3511 |
|
3512 |
# New Zealand
|
3513 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3514 |
msgid "c-nz"
|
3515 |
msgstr "New Zealand"
|
3516 |
|
3517 |
# Nicaragua
|
3518 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3519 |
msgid "c-ni"
|
3520 |
msgstr "Nicaragua"
|
3521 |
|
3522 |
# Niger
|
3523 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3524 |
msgid "c-ne"
|
3525 |
msgstr "Niger"
|
3526 |
|
3527 |
# Nigeria
|
3528 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3529 |
msgid "c-ng"
|
3530 |
msgstr "Nigeria"
|
3531 |
|
3532 |
# Norway
|
3533 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3534 |
msgid "c-no"
|
3535 |
msgstr "Norway"
|
3536 |
|
3537 |
# Oman
|
3538 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3539 |
msgid "c-om"
|
3540 |
msgstr "Oman"
|
3541 |
|
3542 |
# Pakistan
|
3543 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3544 |
msgid "c-pk"
|
3545 |
msgstr "Pakistan"
|
3546 |
|
3547 |
# Palau
|
3548 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3549 |
msgid "c-pw"
|
3550 |
msgstr "Palau"
|
3551 |
|
3552 |
# Occupied Palestinian Territory
|
3553 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3554 |
msgid "c-ps"
|
3555 |
msgstr "Occupied Palestinian Territory"
|
3556 |
|
3557 |
# Panama
|
3558 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3559 |
msgid "c-pa"
|
3560 |
msgstr "Panama"
|
3561 |
|
3562 |
# Papua New Guinea
|
3563 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3564 |
msgid "c-pg"
|
3565 |
msgstr "Papua New Guinea"
|
3566 |
|
3567 |
# Paraguay
|
3568 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3569 |
msgid "c-py"
|
3570 |
msgstr "Paraguay"
|
3571 |
|
3572 |
# Peru
|
3573 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3574 |
msgid "c-pe"
|
3575 |
msgstr "Peru"
|
3576 |
|
3577 |
# Philippines
|
3578 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3579 |
msgid "c-ph"
|
3580 |
msgstr "Philippines"
|
3581 |
|
3582 |
# Poland
|
3583 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3584 |
msgid "c-pl"
|
3585 |
msgstr "Poland"
|
3586 |
|
3587 |
# Portugal
|
3588 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3589 |
msgid "c-pt"
|
3590 |
msgstr "Portugal"
|
3591 |
|
3592 |
# Puerto Rico
|
3593 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3594 |
msgid "c-pr"
|
3595 |
msgstr "Puerto Rico"
|
3596 |
|
3597 |
# Qatar
|
3598 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3599 |
msgid "c-qa"
|
3600 |
msgstr "Qatar"
|
3601 |
|
3602 |
# Réunion
|
3603 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3604 |
msgid "c-re"
|
3605 |
msgstr "Réunion"
|
3606 |
|
3607 |
# Romania
|
3608 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3609 |
msgid "c-ro"
|
3610 |
msgstr "Romania"
|
3611 |
|
3612 |
# Russian Federation
|
3613 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3614 |
msgid "c-ru"
|
3615 |
msgstr "Russian Federation"
|
3616 |
|
3617 |
# Rwanda
|
3618 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3619 |
msgid "c-rw"
|
3620 |
msgstr "Rwanda"
|
3621 |
|
3622 |
# Saint Kitts and Nevis
|
3623 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3624 |
msgid "c-kn"
|
3625 |
msgstr "Saint Kitts and Nevis"
|
3626 |
|
3627 |
# Saint Lucia
|
3628 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3629 |
msgid "c-lc"
|
3630 |
msgstr "Saint Lucia"
|
3631 |
|
3632 |
# Saint Martin
|
3633 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3634 |
msgid "c-mf"
|
3635 |
msgstr "Saint Martin"
|
3636 |
|
3637 |
# Saint Vincent and the Grenadines
|
3638 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3639 |
msgid "c-vc"
|
3640 |
msgstr "Saint Vincent and the Grenadines"
|
3641 |
|
3642 |
# Samoa
|
3643 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3644 |
msgid "c-ws"
|
3645 |
msgstr "Samoa"
|
3646 |
|
3647 |
# Sao Tome and Principe
|
3648 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3649 |
msgid "c-st"
|
3650 |
msgstr "Sao Tome and Principe"
|
3651 |
|
3652 |
# Saudi Arabia
|
3653 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3654 |
msgid "c-sa"
|
3655 |
msgstr "Saudi Arabia"
|
3656 |
|
3657 |
# Senegal
|
3658 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3659 |
msgid "c-sn"
|
3660 |
msgstr "Senegal"
|
3661 |
|
3662 |
# Serbia
|
3663 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3664 |
msgid "c-rs"
|
3665 |
msgstr "Serbia"
|
3666 |
|
3667 |
# Sierra Leone
|
3668 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3669 |
msgid "c-sl"
|
3670 |
msgstr "Sierra Leone"
|
3671 |
|
3672 |
# Singapore
|
3673 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3674 |
msgid "c-sg"
|
3675 |
msgstr "Singapore"
|
3676 |
|
3677 |
# Slovakia
|
3678 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3679 |
msgid "c-sk"
|
3680 |
msgstr "Slovakia"
|
3681 |
|
3682 |
# Slovenia
|
3683 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3684 |
msgid "c-si"
|
3685 |
msgstr "Slovenia"
|
3686 |
|
3687 |
# Solomon Islands
|
3688 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3689 |
msgid "c-sb"
|
3690 |
msgstr "Solomon Islands"
|
3691 |
|
3692 |
# Somalia
|
3693 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3694 |
msgid "c-so"
|
3695 |
msgstr "Somalia"
|
3696 |
|
3697 |
# South Africa
|
3698 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3699 |
msgid "c-za"
|
3700 |
msgstr "South Africa"
|
3701 |
|
3702 |
# South Georgia and the South Sandwich Islands
|
3703 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3704 |
msgid "c-gs"
|
3705 |
msgstr "South Georgia and the South Sandwich Islands"
|
3706 |
|
3707 |
# Spain
|
3708 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3709 |
msgid "c-es"
|
3710 |
msgstr "Spain"
|
3711 |
|
3712 |
# Sri Lanka
|
3713 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3714 |
msgid "c-lk"
|
3715 |
msgstr "Sri Lanka"
|
3716 |
|
3717 |
# Seychelles
|
3718 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3719 |
msgid "c-sc"
|
3720 |
msgstr "Seychelles"
|
3721 |
|
3722 |
# Sudan
|
3723 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3724 |
msgid "c-sd"
|
3725 |
msgstr "Sudan"
|
3726 |
|
3727 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3728 |
msgid "c-ss"
|
3729 |
msgstr "c-ss"
|
3730 |
|
3731 |
# Suriname
|
3732 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3733 |
msgid "c-sr"
|
3734 |
msgstr "Suriname"
|
3735 |
|
3736 |
# Svalbard and Jan Mayen
|
3737 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3738 |
msgid "c-sj"
|
3739 |
msgstr "Svalbard and Jan Mayen"
|
3740 |
|
3741 |
# Swaziland
|
3742 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3743 |
msgid "c-sz"
|
3744 |
msgstr "Swaziland"
|
3745 |
|
3746 |
# Sweden
|
3747 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3748 |
msgid "c-se"
|
3749 |
msgstr "Sweden"
|
3750 |
|
3751 |
# Switzerland
|
3752 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3753 |
msgid "c-ch"
|
3754 |
msgstr "Switzerland"
|
3755 |
|
3756 |
# Syrian Arab Republic
|
3757 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3758 |
msgid "c-sy"
|
3759 |
msgstr "Syrian Arab Republic"
|
3760 |
|
3761 |
# Taiwan, Province of China
|
3762 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3763 |
msgid "c-tw"
|
3764 |
msgstr "Taiwan, Province of China"
|
3765 |
|
3766 |
# Tajikistan
|
3767 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3768 |
msgid "c-tj"
|
3769 |
msgstr "Tajikistan"
|
3770 |
|
3771 |
# United Republic of Tanzania
|
3772 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3773 |
msgid "c-tz"
|
3774 |
msgstr "United Republic of Tanzania"
|
3775 |
|
3776 |
# Thailand
|
3777 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3778 |
msgid "c-th"
|
3779 |
msgstr "Thailand"
|
3780 |
|
3781 |
# Timor-Leste
|
3782 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3783 |
msgid "c-tl"
|
3784 |
msgstr "Timor-Leste"
|
3785 |
|
3786 |
# Togo
|
3787 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3788 |
msgid "c-tg"
|
3789 |
msgstr "Togo"
|
3790 |
|
3791 |
# Tonga
|
3792 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3793 |
msgid "c-to"
|
3794 |
msgstr "Tonga"
|
3795 |
|
3796 |
# Trinidad and Tobago
|
3797 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3798 |
msgid "c-tt"
|
3799 |
msgstr "Trinidad and Tobago"
|
3800 |
|
3801 |
# Tunisia
|
3802 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3803 |
msgid "c-tn"
|
3804 |
msgstr "Tunisia"
|
3805 |
|
3806 |
# Turkey
|
3807 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3808 |
msgid "c-tr"
|
3809 |
msgstr "Turkey"
|
3810 |
|
3811 |
# Turkmenistan
|
3812 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3813 |
msgid "c-tm"
|
3814 |
msgstr "Turkmenistan"
|
3815 |
|
3816 |
# Turks and Caicos Islands
|
3817 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3818 |
msgid "c-tc"
|
3819 |
msgstr "Turks and Caicos Islands"
|
3820 |
|
3821 |
# Uganda
|
3822 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3823 |
msgid "c-ug"
|
3824 |
msgstr "Uganda"
|
3825 |
|
3826 |
# Ukraine
|
3827 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3828 |
msgid "c-ua"
|
3829 |
msgstr "Ukraine"
|
3830 |
|
3831 |
# United Arab Emirates
|
3832 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3833 |
msgid "c-ae"
|
3834 |
msgstr "United Arab Emirates"
|
3835 |
|
3836 |
# United Kingdom
|
3837 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3838 |
msgid "c-gb"
|
3839 |
msgstr "United Kingdom"
|
3840 |
|
3841 |
# United States
|
3842 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3843 |
msgid "c-us"
|
3844 |
msgstr "United States"
|
3845 |
|
3846 |
# Uruguay
|
3847 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3848 |
msgid "c-uy"
|
3849 |
msgstr "Uruguay"
|
3850 |
|
3851 |
# Uzbekistan
|
3852 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3853 |
msgid "c-uz"
|
3854 |
msgstr "Uzbekistan"
|
3855 |
|
3856 |
# Vanuatu
|
3857 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3858 |
msgid "c-vu"
|
3859 |
msgstr "Vanuatu"
|
3860 |
|
3861 |
# Venezuela
|
3862 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3863 |
msgid "c-ve"
|
3864 |
msgstr "Venezuela"
|
3865 |
|
3866 |
# Viet Nam
|
3867 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3868 |
msgid "c-vn"
|
3869 |
msgstr "Viet Nam"
|
3870 |
|
3871 |
# British Virgin Islands
|
3872 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3873 |
msgid "c-vg"
|
3874 |
msgstr "British Virgin Islands"
|
3875 |
|
3876 |
# U.S. Virgin Islands
|
3877 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3878 |
msgid "c-vi"
|
3879 |
msgstr "U.S. Virgin Islands"
|
3880 |
|
3881 |
# Western Sahara
|
3882 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3883 |
msgid "c-eh"
|
3884 |
msgstr "Western Sahara"
|
3885 |
|
3886 |
# Yemen
|
3887 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3888 |
msgid "c-ye"
|
3889 |
msgstr "Yemen"
|
3890 |
|
3891 |
# Zambia
|
3892 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3893 |
msgid "c-zm"
|
3894 |
msgstr "Zambia"
|
3895 |
|
3896 |
# Zimbabwe
|
3897 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3898 |
msgid "c-zw"
|
3899 |
msgstr "Zimbabwe"
|
3900 |
|
3901 |
# Guernsey
|
3902 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3903 |
msgid "c-gg"
|
3904 |
msgstr "Guernsey"
|
3905 |
|
3906 |
# Jersey
|
3907 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3908 |
msgid "c-je"
|
3909 |
msgstr "Jersey"
|
3910 |
|
3911 |
# Isle of Man
|
3912 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3913 |
msgid "c-im"
|
3914 |
msgstr "Isle of Man"
|
3915 |
|
3916 |
# Maldives
|
3917 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3918 |
msgid "c-mv"
|
3919 |
msgstr "Maldives"
|
3920 |
|
3921 |
# European Union
|
3922 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3923 |
msgid "c-eu"
|
3924 |
msgstr "European Union"
|
3925 |
|
3926 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3927 |
msgid "src"
|
3928 |
msgstr "Src"
|
3929 |
|
3930 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3931 |
msgid "serp"
|
3932 |
msgstr "Serp"
|
3933 |
|
3934 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3935 |
msgid "Go to the referring page"
|
3936 |
msgstr "Vaya a la página de referencia"
|
3937 |
|
3938 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3939 |
-
#, fuzzy
|
3940 |
msgid "Remove filter for"
|
3941 |
-
msgstr "
|
3942 |
|
3943 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3944 |
msgid "Save"
|
3945 |
-
msgstr ""
|
3946 |
|
3947 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3948 |
msgid "Reset All"
|
3949 |
msgstr "Resetear todos"
|
3950 |
|
3951 |
-
#: ../admin/view/wp-slimstat-reports.php:
|
3952 |
msgid "Current filters:"
|
3953 |
msgstr "Filtros Actuales:"
|
3954 |
|
3955 |
-
#: ../admin/wp-slimstat-admin.php:
|
3956 |
-
msgid "Access Log"
|
3957 |
-
msgstr ""
|
3958 |
-
|
3959 |
-
#: ../admin/wp-slimstat-admin.php:88
|
3960 |
msgid "Overview"
|
3961 |
msgstr "Visión general"
|
3962 |
|
3963 |
-
#: ../admin/wp-slimstat-admin.php:
|
3964 |
msgid "Audience"
|
3965 |
-
msgstr ""
|
3966 |
|
3967 |
-
#: ../admin/wp-slimstat-admin.php:
|
3968 |
msgid "Site Analysis"
|
3969 |
-
msgstr ""
|
3970 |
|
3971 |
-
#: ../admin/wp-slimstat-admin.php:
|
3972 |
-
#, fuzzy
|
3973 |
msgid "Customize"
|
3974 |
-
msgstr "
|
3975 |
|
3976 |
-
#: ../admin/wp-slimstat-admin.php:
|
3977 |
-
#, fuzzy
|
3978 |
msgid "WordPress Dashboard"
|
3979 |
-
msgstr "
|
3980 |
|
3981 |
-
#: ../admin/wp-slimstat-admin.php:
|
3982 |
-
#, fuzzy
|
3983 |
msgid "Inactive Reports"
|
3984 |
-
msgstr "Informes
|
3985 |
|
3986 |
-
#: ../admin/wp-slimstat-admin.php:
|
3987 |
msgid ""
|
3988 |
"Slimstat attempted to upgrade your database structure, but the procedure "
|
3989 |
"might not have been completed (temporary tables were detected in your "
|
3990 |
"database). This might be caused by restrictive user permissions that don't "
|
3991 |
"grant commands like RENAME, ALTER/CHANGE and others. You might need to "
|
3992 |
"manually consolidate your tables. No worries, we wrote a <a href='https://"
|
3993 |
-
"slimstat.freshdesk.com/support/solutions/articles/12000003148-how-do-i-"
|
3994 |
-
"
|
3995 |
-
"target='_blank'>step by step guide</a> on how to do that. Please feel free "
|
3996 |
-
"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
-
#: ../admin/wp-slimstat-admin.php:
|
4000 |
-
#, fuzzy
|
4001 |
msgid "SlimStat"
|
4002 |
-
msgstr "
|
4003 |
|
4004 |
-
#: ../admin/wp-slimstat-admin.php:
|
4005 |
-
#, fuzzy
|
4006 |
msgid "Slimstat"
|
4007 |
-
msgstr "
|
4008 |
|
4009 |
-
#: ../admin/wp-slimstat-admin.php:
|
4010 |
-
#, fuzzy
|
4011 |
msgid "Pageviews in the last "
|
4012 |
-
msgstr "Visitas
|
4013 |
|
4014 |
-
#: ../admin/wp-slimstat-admin.php:
|
4015 |
-
#, fuzzy
|
4016 |
msgid "Unique IPs in the last "
|
4017 |
-
msgstr "
|
4018 |
|
4019 |
-
#: ../admin/wp-slimstat-admin.php:
|
4020 |
#, php-format
|
4021 |
-
msgid ""
|
4022 |
-
" And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
|
4023 |
msgstr ""
|
4024 |
|
4025 |
-
#: ../admin/wp-slimstat-admin.php:
|
4026 |
msgid "Show on screen"
|
4027 |
msgstr "Mostrar en pantalla"
|
4028 |
|
4029 |
-
#: ../admin/wp-slimstat-admin.php:
|
4030 |
msgid "Already saved"
|
4031 |
-
msgstr ""
|
4032 |
|
4033 |
-
#: ../admin/wp-slimstat-admin.php:
|
4034 |
msgid "Saved"
|
4035 |
-
msgstr ""
|
4036 |
|
4037 |
-
#: ../admin/wp-slimstat-admin.php:
|
4038 |
-
#, fuzzy
|
4039 |
msgid "Delete this filter"
|
4040 |
-
msgstr "
|
4041 |
|
4042 |
-
#: ../admin/wp-slimstat-admin.php:
|
4043 |
msgid "On"
|
4044 |
msgstr "El"
|
4045 |
|
4046 |
-
#: ../admin/wp-slimstat-admin.php:
|
4047 |
msgid "Save Changes"
|
4048 |
msgstr "Guardar los cambios"
|
4049 |
|
4050 |
-
#: ../admin/wp-slimstat-admin.php:
|
4051 |
msgid "There was an error updating the following options:"
|
4052 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
4053 |
|
4054 |
-
#: ../admin/wp-slimstat-admin.php:
|
4055 |
#, fuzzy
|
4056 |
msgid "Your changes have been saved."
|
4057 |
msgstr "Sus ajustes se han actualizado correctamente."
|
4058 |
|
4059 |
-
#: ../admin/wp-slimstat-admin.php:
|
4060 |
msgid "Definitions"
|
4061 |
msgstr "Definiciones"
|
4062 |
|
4063 |
-
#: ../admin/wp-slimstat-admin.php:
|
4064 |
#, fuzzy
|
4065 |
msgid "Pageview"
|
4066 |
msgstr "Paginas visitadas"
|
4067 |
|
4068 |
-
#: ../admin/wp-slimstat-admin.php:
|
4069 |
#, fuzzy
|
4070 |
msgid ""
|
4071 |
"A request to load a single HTML file (\"page\"). This should be contrasted "
|
@@ -4074,15 +3880,15 @@ msgid ""
|
|
4074 |
msgstr ""
|
4075 |
"Una petición de cargar un único archivo HTML (\"página\"). Esto debe "
|
4076 |
"contrastarse con un \"hit\", que se refiere a la solicitud de cualquier "
|
4077 |
-
"archivo desde un servidor web. WP SLIMStat registra una visita de página "
|
4078 |
-
"
|
4079 |
|
4080 |
-
#: ../admin/wp-slimstat-admin.php:
|
4081 |
#, fuzzy
|
4082 |
msgid "(Human) Visit"
|
4083 |
msgstr "Visitas humanas"
|
4084 |
|
4085 |
-
#: ../admin/wp-slimstat-admin.php:
|
4086 |
msgid ""
|
4087 |
"A period of interaction between a visitor's browser and your website, ending "
|
4088 |
"when the browser is closed or when the user has been inactive on that site "
|
@@ -4092,7 +3898,7 @@ msgstr ""
|
|
4092 |
"termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
|
4093 |
"en ese sitio durante 30 minutos"
|
4094 |
|
4095 |
-
#: ../admin/wp-slimstat-admin.php:
|
4096 |
msgid ""
|
4097 |
"Any user who has left a comment on your blog, and is thus identified by "
|
4098 |
"Wordpress as a returning visitor"
|
@@ -4100,12 +3906,12 @@ msgstr ""
|
|
4100 |
"Todo usuario que haya dejado un comentario en su blog, por lo que es "
|
4101 |
"identificado por Wordpress como un visitante que regresó"
|
4102 |
|
4103 |
-
#: ../admin/wp-slimstat-admin.php:
|
4104 |
#, fuzzy
|
4105 |
msgid "Unique IP"
|
4106 |
msgstr "IPs Unicas"
|
4107 |
|
4108 |
-
#: ../admin/wp-slimstat-admin.php:
|
4109 |
msgid ""
|
4110 |
"Used to differentiate between multiple requests to download a file from one "
|
4111 |
"internet address (IP) and requests originating from many distinct addresses; "
|
@@ -4114,11 +3920,10 @@ msgid ""
|
|
4114 |
msgstr ""
|
4115 |
"Se utiliza para diferenciar entre múltiples solicitudes para descargar un "
|
4116 |
"archivo de una dirección de Internet (IP) y las solicitudes procedentes de "
|
4117 |
-
"muchas direcciones distintas, ya que esta medida sólo se fija en la "
|
4118 |
-
"
|
4119 |
-
"es perfecta"
|
4120 |
|
4121 |
-
#: ../admin/wp-slimstat-admin.php:
|
4122 |
msgid ""
|
4123 |
"the originating IP address of a client connecting to a web server through an "
|
4124 |
"HTTP proxy or load balancer"
|
@@ -4126,56 +3931,56 @@ msgstr ""
|
|
4126 |
"dirección IP de origen de un cliente que se conecta a un servidor web a "
|
4127 |
"través de un proxy HTTP o equilibrador de carga"
|
4128 |
|
4129 |
-
#: ../admin/wp-slimstat-admin.php:
|
4130 |
#, fuzzy
|
4131 |
msgid "Direct Traffic"
|
4132 |
msgstr "Visita Directa"
|
4133 |
|
4134 |
-
#: ../admin/wp-slimstat-admin.php:
|
4135 |
msgid ""
|
4136 |
-
"All those people showing up to your Web site by typing in the URL of your "
|
4137 |
-
"
|
4138 |
-
"
|
4139 |
msgstr ""
|
4140 |
"Todas aquellas personas que llegan a su sitio Web escribiendo la dirección "
|
4141 |
"URL de su sitio web o que vienen de un favorito, algunas personas también "
|
4142 |
"llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
|
4143 |
|
4144 |
-
#: ../admin/wp-slimstat-admin.php:
|
4145 |
#, fuzzy
|
4146 |
msgid "Search Engine"
|
4147 |
msgstr "Motores de Búsqueda"
|
4148 |
|
4149 |
-
#: ../admin/wp-slimstat-admin.php:
|
4150 |
msgid ""
|
4151 |
"Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
|
4152 |
"as well as your paid (PPC/SEM) traffic, so be aware of that"
|
4153 |
msgstr ""
|
4154 |
-
"Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
|
4155 |
-
"
|
4156 |
|
4157 |
-
#: ../admin/wp-slimstat-admin.php:
|
4158 |
msgid "Keywords used by your visitors to find your website on a search engine"
|
4159 |
msgstr ""
|
4160 |
"Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
|
4161 |
"en un buscador"
|
4162 |
|
4163 |
-
#: ../admin/wp-slimstat-admin.php:
|
4164 |
msgid "SERP"
|
4165 |
msgstr "SERP"
|
4166 |
|
4167 |
-
#: ../admin/wp-slimstat-admin.php:
|
4168 |
msgid ""
|
4169 |
"Short for search engine results page, the Web page that a search engine "
|
4170 |
"returns with the results of its search. The value shown represents your rank "
|
4171 |
"(or position) within that list of results"
|
4172 |
msgstr ""
|
4173 |
"Corto para la página de resultados del motor de búsqueda, la página web que "
|
4174 |
-
"un motor de búsqueda devuelve con los resultados de su búsqueda. El valor "
|
4175 |
-
"
|
4176 |
"resultados"
|
4177 |
|
4178 |
-
#: ../admin/wp-slimstat-admin.php:
|
4179 |
msgid ""
|
4180 |
"Any program used for accessing a website; this includes browsers, robots, "
|
4181 |
"spiders and any other program that was used to retrieve information from the "
|
@@ -4185,47 +3990,47 @@ msgstr ""
|
|
4185 |
"navegadores, robots, arañas y cualquier otro programa que se utiliza para "
|
4186 |
"recuperar información del sitio"
|
4187 |
|
4188 |
-
#: ../admin/wp-slimstat-admin.php:
|
4189 |
msgid ""
|
4190 |
"A link from one domain to another is said to be outbound from its source "
|
4191 |
"anchor and inbound to its target. This report lists all the links to other "
|
4192 |
"websites followed by your visitors."
|
4193 |
msgstr ""
|
4194 |
"Un enlace de un dominio a otro se dice que está en alejamiento de su fuente "
|
4195 |
-
"de anclaje y de entrada a su objetivo. Este informe muestra todos los "
|
4196 |
-
"
|
4197 |
|
4198 |
-
#: ../admin/wp-slimstat-admin.php:
|
4199 |
msgid "Basic Filters"
|
4200 |
msgstr "Filtros básicos"
|
4201 |
|
4202 |
-
#: ../admin/wp-slimstat-admin.php:
|
4203 |
msgid "User agent (Firefox, Chrome, ...)"
|
4204 |
-
msgstr "Agente usuario(Firefox, Chrome, ...)"
|
4205 |
|
4206 |
-
#: ../admin/wp-slimstat-admin.php:
|
4207 |
msgid "2-letter code (us, ru, de, it, ...)"
|
4208 |
msgstr "código de 2 letras (eu, ru, de, it, ...)"
|
4209 |
|
4210 |
-
#: ../admin/wp-slimstat-admin.php:
|
4211 |
msgid "IP"
|
4212 |
msgstr "IP"
|
4213 |
|
4214 |
-
#: ../admin/wp-slimstat-admin.php:
|
4215 |
msgid "Visitor's public IP address"
|
4216 |
msgstr "Dirección IP pública del visitante"
|
4217 |
|
4218 |
-
#: ../admin/wp-slimstat-admin.php:
|
4219 |
msgid ""
|
4220 |
-
"Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
|
4221 |
-
"
|
4222 |
-
"
|
4223 |
msgstr ""
|
4224 |
"Consulte a esta página <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
|
4225 |
"en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
|
4226 |
"(primera columna) para más información"
|
4227 |
|
4228 |
-
#: ../admin/wp-slimstat-admin.php:
|
4229 |
msgid ""
|
4230 |
"Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
|
4231 |
"\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
|
@@ -4235,20 +4040,19 @@ msgstr ""
|
|
4235 |
"target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
|
4236 |
"\">esta página del manual</a> para obtener más información"
|
4237 |
|
4238 |
-
#: ../admin/wp-slimstat-admin.php:
|
4239 |
msgid "URL accessed on your site"
|
4240 |
msgstr "URL visitada en su sitio"
|
4241 |
|
4242 |
-
#: ../admin/wp-slimstat-admin.php:
|
4243 |
msgid "Complete address of the referrer page"
|
4244 |
msgstr "Dirección completa de la página que refiere"
|
4245 |
|
4246 |
-
#: ../admin/wp-slimstat-admin.php:
|
4247 |
-
#, fuzzy
|
4248 |
msgid "Visitor's Name"
|
4249 |
-
msgstr "
|
4250 |
|
4251 |
-
#: ../admin/wp-slimstat-admin.php:
|
4252 |
msgid ""
|
4253 |
"Visitors' names according to the cookie set by Wordpress after they leave a "
|
4254 |
"comment"
|
@@ -4256,51 +4060,50 @@ msgstr ""
|
|
4256 |
"Nombres de visitantes según la cookie establecida por Wordpress después de "
|
4257 |
"dejar un comentario"
|
4258 |
|
4259 |
-
#: ../admin/wp-slimstat-admin.php:
|
4260 |
msgid "Advanced Filters"
|
4261 |
msgstr "Filtros avanzados"
|
4262 |
|
4263 |
-
#: ../admin/wp-slimstat-admin.php:
|
4264 |
msgid "user agent version (9.0, 11, ...)"
|
4265 |
msgstr "versión del agente de usuario (9,0, 11, ...)"
|
4266 |
|
4267 |
-
#: ../admin/wp-slimstat-admin.php:
|
4268 |
msgid ""
|
4269 |
-
"1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
|
4270 |
-
"
|
4271 |
msgstr ""
|
4272 |
"1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
|
4273 |
"sindicación, 0 =a todos los demás"
|
4274 |
|
4275 |
-
#: ../admin/wp-slimstat-admin.php:
|
4276 |
-
#, fuzzy
|
4277 |
msgid "Pageview Attributes"
|
4278 |
-
msgstr "
|
4279 |
|
4280 |
-
#: ../admin/wp-slimstat-admin.php:
|
4281 |
msgid ""
|
4282 |
-
"this field is set to <em>[pre]</em> if the resource has been accessed "
|
4283 |
-
"
|
4284 |
"Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
|
4285 |
msgstr ""
|
4286 |
"este campo se establece en <em> [pre]</em> si el recurso ha sido visitada a "
|
4287 |
"través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
|
4288 |
"Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
|
4289 |
|
4290 |
-
#: ../admin/wp-slimstat-admin.php:
|
4291 |
msgid "author associated to that post/page when the resource was accessed"
|
4292 |
msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
|
4293 |
|
4294 |
-
#: ../admin/wp-slimstat-admin.php:
|
4295 |
msgid "ID of the category/term associated to the resource, when available"
|
4296 |
msgstr ""
|
4297 |
"ID de la categoría / término asociado al recurso, cuando esté disponible"
|
4298 |
|
4299 |
-
#: ../admin/wp-slimstat-admin.php:
|
4300 |
msgid "visitor's originating IP address, if available"
|
4301 |
msgstr "dirección IP de origen del visitante, si está disponible"
|
4302 |
|
4303 |
-
#: ../admin/wp-slimstat-admin.php:
|
4304 |
msgid ""
|
4305 |
"post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
|
4306 |
"post_type_archive, tag, taxonomy, category, date, author, archive, search, "
|
@@ -4314,15 +4117,15 @@ msgstr ""
|
|
4314 |
"wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
|
4315 |
"manual para más información"
|
4316 |
|
4317 |
-
#: ../admin/wp-slimstat-admin.php:
|
4318 |
msgid "Screen Resolution"
|
4319 |
msgstr "Resolución de Pantalla"
|
4320 |
|
4321 |
-
#: ../admin/wp-slimstat-admin.php:
|
4322 |
msgid "viewport width and height (1024x768, 800x600, ...)"
|
4323 |
msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
|
4324 |
|
4325 |
-
#: ../admin/wp-slimstat-admin.php:
|
4326 |
msgid ""
|
4327 |
"generally used in conjunction with <em>is not empty</em>, identifies human "
|
4328 |
"visitors"
|
@@ -4330,26 +4133,26 @@ msgstr ""
|
|
4330 |
"se utiliza generalmente en conjunción con <em> no está vacío </em>, "
|
4331 |
"identifica los visitantes humanos"
|
4332 |
|
4333 |
-
#: ../admin/wp-slimstat-admin.php:
|
4334 |
msgid "Date Filters"
|
4335 |
msgstr "Filtros de fecha"
|
4336 |
|
4337 |
-
#: ../admin/wp-slimstat-admin.php:
|
4338 |
msgid ""
|
4339 |
"you can specify the timeframe by entering a number in the <em>interval</em> "
|
4340 |
-
"field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
|
4341 |
-
"
|
4342 |
msgstr ""
|
4343 |
"puede especificar el periodo de tiempo mediante la introducción de un número "
|
4344 |
"en el intervalo de <em> </em> campo: use -1 para indicar <em> al día </em> "
|
4345 |
-
"(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
|
4346 |
-
"
|
4347 |
|
4348 |
-
#: ../admin/wp-slimstat-admin.php:
|
4349 |
msgid "SERP Position"
|
4350 |
msgstr "Posición SERP"
|
4351 |
|
4352 |
-
#: ../admin/wp-slimstat-admin.php:
|
4353 |
msgid ""
|
4354 |
"set the filter to Referer contains cd=N&, where N is the position you are "
|
4355 |
"looking for"
|
@@ -4382,17 +4185,16 @@ msgid "blackberry os"
|
|
4382 |
msgstr "so blackberry"
|
4383 |
|
4384 |
#: ../languages/dynamic_strings.php:11
|
4385 |
-
#, fuzzy
|
4386 |
msgid "centos"
|
4387 |
-
msgstr "
|
4388 |
|
4389 |
#: ../languages/dynamic_strings.php:12
|
4390 |
msgid "chromeos"
|
4391 |
-
msgstr ""
|
4392 |
|
4393 |
#: ../languages/dynamic_strings.php:13
|
4394 |
msgid "commodore64"
|
4395 |
-
msgstr ""
|
4396 |
|
4397 |
#: ../languages/dynamic_strings.php:14
|
4398 |
msgid "cygwin"
|
@@ -4408,11 +4210,11 @@ msgstr "Digital Unix"
|
|
4408 |
|
4409 |
#: ../languages/dynamic_strings.php:17
|
4410 |
msgid "fedora"
|
4411 |
-
msgstr ""
|
4412 |
|
4413 |
#: ../languages/dynamic_strings.php:18
|
4414 |
msgid "firefoxos"
|
4415 |
-
msgstr ""
|
4416 |
|
4417 |
#: ../languages/dynamic_strings.php:19
|
4418 |
msgid "freebsd"
|
@@ -4420,21 +4222,19 @@ msgstr "FreeBSD"
|
|
4420 |
|
4421 |
#: ../languages/dynamic_strings.php:20
|
4422 |
msgid "gentoo"
|
4423 |
-
msgstr ""
|
4424 |
|
4425 |
#: ../languages/dynamic_strings.php:21
|
4426 |
msgid "hp-ux"
|
4427 |
msgstr "HP-UX"
|
4428 |
|
4429 |
#: ../languages/dynamic_strings.php:22
|
4430 |
-
#, fuzzy
|
4431 |
msgid "ios"
|
4432 |
-
msgstr "
|
4433 |
|
4434 |
#: ../languages/dynamic_strings.php:23
|
4435 |
-
#, fuzzy
|
4436 |
msgid "iphone os"
|
4437 |
-
msgstr "
|
4438 |
|
4439 |
#: ../languages/dynamic_strings.php:24
|
4440 |
msgid "iphone osx"
|
@@ -4450,11 +4250,11 @@ msgstr "Java"
|
|
4450 |
|
4451 |
#: ../languages/dynamic_strings.php:27
|
4452 |
msgid "kanotix"
|
4453 |
-
msgstr ""
|
4454 |
|
4455 |
#: ../languages/dynamic_strings.php:28
|
4456 |
msgid "knoppix"
|
4457 |
-
msgstr ""
|
4458 |
|
4459 |
#: ../languages/dynamic_strings.php:29
|
4460 |
msgid "linux"
|
@@ -4478,22 +4278,20 @@ msgstr "Mac PowerPC"
|
|
4478 |
|
4479 |
#: ../languages/dynamic_strings.php:34
|
4480 |
msgid "mandrake"
|
4481 |
-
msgstr ""
|
4482 |
|
4483 |
#: ../languages/dynamic_strings.php:35
|
4484 |
-
#, fuzzy
|
4485 |
msgid "mandriva"
|
4486 |
-
msgstr "
|
4487 |
|
4488 |
#: ../languages/dynamic_strings.php:36
|
4489 |
msgid "mepis"
|
4490 |
-
msgstr ""
|
4491 |
|
4492 |
# Spanish (Dominican Republic)
|
4493 |
#: ../languages/dynamic_strings.php:37
|
4494 |
-
#, fuzzy
|
4495 |
msgid "ms-dos"
|
4496 |
-
msgstr "
|
4497 |
|
4498 |
#: ../languages/dynamic_strings.php:38
|
4499 |
msgid "netbsd"
|
@@ -4501,7 +4299,7 @@ msgstr "NetBSD"
|
|
4501 |
|
4502 |
#: ../languages/dynamic_strings.php:39
|
4503 |
msgid "nintendo"
|
4504 |
-
msgstr ""
|
4505 |
|
4506 |
#: ../languages/dynamic_strings.php:40
|
4507 |
msgid "openbsd"
|
@@ -4520,18 +4318,16 @@ msgid "palm"
|
|
4520 |
msgstr "Palm"
|
4521 |
|
4522 |
#: ../languages/dynamic_strings.php:44
|
4523 |
-
#, fuzzy
|
4524 |
msgid "palmos"
|
4525 |
-
msgstr "
|
4526 |
|
4527 |
#: ../languages/dynamic_strings.php:45
|
4528 |
-
#, fuzzy
|
4529 |
msgid "pclinuxos"
|
4530 |
-
msgstr "
|
4531 |
|
4532 |
#: ../languages/dynamic_strings.php:46
|
4533 |
msgid "playstation"
|
4534 |
-
msgstr ""
|
4535 |
|
4536 |
#: ../languages/dynamic_strings.php:47
|
4537 |
msgid "powertv"
|
@@ -4539,11 +4335,11 @@ msgstr "PowerTV"
|
|
4539 |
|
4540 |
#: ../languages/dynamic_strings.php:48
|
4541 |
msgid "redhat"
|
4542 |
-
msgstr ""
|
4543 |
|
4544 |
#: ../languages/dynamic_strings.php:49
|
4545 |
msgid "rim os"
|
4546 |
-
msgstr ""
|
4547 |
|
4548 |
#: ../languages/dynamic_strings.php:50
|
4549 |
msgid "risc os"
|
@@ -4551,7 +4347,7 @@ msgstr "Risc OS"
|
|
4551 |
|
4552 |
#: ../languages/dynamic_strings.php:51
|
4553 |
msgid "slackware"
|
4554 |
-
msgstr ""
|
4555 |
|
4556 |
#: ../languages/dynamic_strings.php:52
|
4557 |
msgid "solaris"
|
@@ -4563,7 +4359,7 @@ msgstr "Sun OS"
|
|
4563 |
|
4564 |
#: ../languages/dynamic_strings.php:54
|
4565 |
msgid "suse"
|
4566 |
-
msgstr ""
|
4567 |
|
4568 |
#: ../languages/dynamic_strings.php:55
|
4569 |
msgid "symbianos"
|
@@ -4571,7 +4367,7 @@ msgstr "Symbian OS"
|
|
4571 |
|
4572 |
#: ../languages/dynamic_strings.php:56
|
4573 |
msgid "ubuntu"
|
4574 |
-
msgstr ""
|
4575 |
|
4576 |
#: ../languages/dynamic_strings.php:57
|
4577 |
msgid "unix"
|
@@ -4582,9 +4378,8 @@ msgid "unknown"
|
|
4582 |
msgstr "Desconocido"
|
4583 |
|
4584 |
#: ../languages/dynamic_strings.php:59
|
4585 |
-
#, fuzzy
|
4586 |
msgid "xandros"
|
4587 |
-
msgstr "
|
4588 |
|
4589 |
#: ../languages/dynamic_strings.php:60
|
4590 |
msgid "wap"
|
@@ -4595,9 +4390,8 @@ msgid "webos"
|
|
4595 |
msgstr "WebOS"
|
4596 |
|
4597 |
#: ../languages/dynamic_strings.php:62
|
4598 |
-
#, fuzzy
|
4599 |
msgid "win10"
|
4600 |
-
msgstr "
|
4601 |
|
4602 |
#: ../languages/dynamic_strings.php:63
|
4603 |
msgid "win16"
|
@@ -4652,28 +4446,24 @@ msgid "winnt"
|
|
4652 |
msgstr "Windows NT"
|
4653 |
|
4654 |
#: ../languages/dynamic_strings.php:77
|
4655 |
-
#, fuzzy
|
4656 |
msgid "winphone7"
|
4657 |
-
msgstr "
|
4658 |
|
4659 |
#: ../languages/dynamic_strings.php:78
|
4660 |
-
#, fuzzy
|
4661 |
msgid "winphone7.5"
|
4662 |
-
msgstr "
|
4663 |
|
4664 |
#: ../languages/dynamic_strings.php:79
|
4665 |
-
#, fuzzy
|
4666 |
msgid "winphone8"
|
4667 |
-
msgstr "
|
4668 |
|
4669 |
#: ../languages/dynamic_strings.php:80
|
4670 |
-
#, fuzzy
|
4671 |
msgid "winphone8.1"
|
4672 |
-
msgstr "
|
4673 |
|
4674 |
#: ../languages/dynamic_strings.php:81
|
4675 |
msgid "winrt"
|
4676 |
-
msgstr ""
|
4677 |
|
4678 |
#: ../languages/dynamic_strings.php:82
|
4679 |
msgid "winvista"
|
@@ -4689,21 +4479,19 @@ msgstr "WyderOS"
|
|
4689 |
|
4690 |
#: ../languages/dynamic_strings.php:85
|
4691 |
msgid "zaurus"
|
4692 |
-
msgstr ""
|
4693 |
|
4694 |
#: ../languages/dynamic_strings.php:88
|
4695 |
-
#, fuzzy
|
4696 |
msgid "acrobat"
|
4697 |
-
msgstr "
|
4698 |
|
4699 |
#: ../languages/dynamic_strings.php:89
|
4700 |
msgid "director"
|
4701 |
msgstr "director"
|
4702 |
|
4703 |
#: ../languages/dynamic_strings.php:90
|
4704 |
-
#, fuzzy
|
4705 |
msgid "flash"
|
4706 |
-
msgstr "
|
4707 |
|
4708 |
#: ../languages/dynamic_strings.php:91
|
4709 |
#, fuzzy
|
@@ -5285,9 +5073,8 @@ msgstr "Galician"
|
|
5285 |
|
5286 |
# Spanish; Castilian
|
5287 |
#: ../languages/dynamic_strings.php:210
|
5288 |
-
#, fuzzy
|
5289 |
msgid "l-gl-es"
|
5290 |
-
msgstr "
|
5291 |
|
5292 |
# Gujarati
|
5293 |
#: ../languages/dynamic_strings.php:211
|
@@ -5567,16 +5354,16 @@ msgstr "Maltese"
|
|
5567 |
msgid "l-mt-mt"
|
5568 |
msgstr "Maltese"
|
5569 |
|
5570 |
-
# Norwegian
|
5571 |
#: ../languages/dynamic_strings.php:262
|
5572 |
msgid "l-nb"
|
5573 |
-
msgstr "Norwegian
|
5574 |
|
5575 |
-
# Norwegian
|
5576 |
#: ../languages/dynamic_strings.php:263
|
5577 |
#, fuzzy
|
5578 |
msgid "l-nb-no"
|
5579 |
-
msgstr "Norwegian
|
5580 |
|
5581 |
# Dutch; Flemish
|
5582 |
#: ../languages/dynamic_strings.php:264
|
@@ -5998,105 +5785,134 @@ msgstr "Unknown"
|
|
5998 |
msgid "c-xy"
|
5999 |
msgstr "Local IP"
|
6000 |
|
6001 |
-
#: ../wp-slimstat.php:
|
6002 |
msgid "Notice: Pageview filtered by third-party code"
|
6003 |
-
msgstr ""
|
6004 |
|
6005 |
-
#: ../wp-slimstat.php:
|
6006 |
-
#,
|
6007 |
msgid "Error: Malformed URL %s"
|
6008 |
-
msgstr "
|
6009 |
|
6010 |
-
#: ../wp-slimstat.php:
|
6011 |
-
#,
|
6012 |
msgid "Notice: Referrer %s is blacklisted"
|
6013 |
-
msgstr "
|
6014 |
|
6015 |
-
#: ../wp-slimstat.php:
|
6016 |
-
#,
|
6017 |
msgid "Notice: Permalink %s is blacklisted"
|
6018 |
-
msgstr "
|
6019 |
|
6020 |
-
#: ../wp-slimstat.php:
|
6021 |
msgid "Error: Empty or not supported IP address format (IPv6)"
|
6022 |
-
msgstr ""
|
6023 |
|
6024 |
-
#: ../wp-slimstat.php:
|
6025 |
#, php-format
|
6026 |
msgid "Notice: Logged in user %s not tracked"
|
6027 |
-
msgstr ""
|
6028 |
|
6029 |
-
#: ../wp-slimstat.php:
|
6030 |
#, php-format
|
6031 |
msgid "Notice: User with capability %s not tracked"
|
6032 |
-
msgstr ""
|
6033 |
|
6034 |
-
#: ../wp-slimstat.php:
|
6035 |
-
#,
|
6036 |
msgid "Notice: User %s is blacklisted"
|
6037 |
-
msgstr "
|
6038 |
|
6039 |
-
#: ../wp-slimstat.php:
|
6040 |
-
#,
|
6041 |
msgid "Notice: Spammer %s not tracked"
|
6042 |
-
msgstr "
|
6043 |
|
6044 |
-
#: ../wp-slimstat.php:
|
6045 |
-
#,
|
6046 |
msgid "Notice: IP address %s is blacklisted"
|
6047 |
-
msgstr "
|
6048 |
|
6049 |
-
#: ../wp-slimstat.php:
|
6050 |
-
#,
|
6051 |
msgid "Notice: Country %s is blacklisted"
|
6052 |
-
msgstr "
|
6053 |
|
6054 |
-
#: ../wp-slimstat.php:
|
6055 |
-
#, fuzzy
|
6056 |
msgid "Notice: Prefetch requests are ignored"
|
6057 |
-
msgstr "
|
6058 |
|
6059 |
-
#: ../wp-slimstat.php:
|
6060 |
-
#, fuzzy
|
6061 |
msgid "Notice: Bot not tracked"
|
6062 |
-
msgstr "
|
6063 |
|
6064 |
-
#: ../wp-slimstat.php:
|
6065 |
-
#,
|
6066 |
msgid "Notice: Browser %s is blacklisted"
|
6067 |
-
msgstr "
|
6068 |
|
6069 |
-
#: ../wp-slimstat.php:
|
|
|
6070 |
msgid "Error:"
|
6071 |
-
msgstr ""
|
6072 |
|
6073 |
-
#: ../wp-slimstat.php:
|
6074 |
msgid "Invalid payload string. Try clearing your WordPress cache."
|
6075 |
msgstr ""
|
6076 |
|
6077 |
-
#: ../wp-slimstat.php:
|
6078 |
msgid "Invalid data signature. Try clearing your WordPress cache."
|
6079 |
msgstr ""
|
6080 |
|
6081 |
-
#: ../wp-slimstat.php:
|
6082 |
#, fuzzy
|
6083 |
msgid "There was an error downloading the MaxMind Geolite DB:"
|
6084 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
6085 |
|
6086 |
-
#: ../wp-slimstat.php:
|
6087 |
#, fuzzy
|
6088 |
msgid "There was an error opening the zipped MaxMind Geolite DB."
|
6089 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
6090 |
|
6091 |
-
#: ../wp-slimstat.php:
|
6092 |
msgid "Function gzopen not defined. Aborting."
|
6093 |
msgstr ""
|
6094 |
|
6095 |
-
#: ../wp-slimstat.php:
|
6096 |
#, fuzzy
|
6097 |
msgid "There was an error opening the unzipped MaxMind Geolite DB."
|
6098 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
6099 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6100 |
#~ msgid ""
|
6101 |
#~ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
|
6102 |
#~ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
|
@@ -6161,8 +5977,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6161 |
#~ "How many times the Facebook Like button has been approximately clicked on "
|
6162 |
#~ "your site."
|
6163 |
#~ msgstr ""
|
6164 |
-
#~ "Aproximadamente cuántas veces se ha hecho clic en el botón
|
6165 |
-
#~ "Facebook en su sitio."
|
6166 |
|
6167 |
#~ msgid "Facebook Likes"
|
6168 |
#~ msgstr "Me Gusta de Facebook"
|
@@ -6232,10 +6048,10 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6232 |
#~ "regardless of which value you set for this option. In Accurate mode, this "
|
6233 |
#~ "option will remove the tracking code from your pages' source code."
|
6234 |
#~ msgstr ""
|
6235 |
-
#~ "Recoger información sobre las resoluciones de pantalla, enlaces "
|
6236 |
-
#~ "
|
6237 |
-
#~ "
|
6238 |
-
#~ "
|
6239 |
|
6240 |
#~ msgid "Detect Smoothing"
|
6241 |
#~ msgstr "Detectar Smoothing"
|
@@ -6272,8 +6088,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6272 |
#~ "person left your site from the entrance (landing) page."
|
6273 |
#~ msgstr ""
|
6274 |
#~ "A <em> página de rebote </em> es una visita de una sola página, o visite "
|
6275 |
-
#~ "en la que el usuario ha abandonado su sitio desde la página de entrada "
|
6276 |
-
#~ "
|
6277 |
|
6278 |
#~ msgid "Tracking Active"
|
6279 |
#~ msgstr "Seguimiento Activo"
|
@@ -6315,7 +6131,7 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6315 |
#, fuzzy
|
6316 |
#~ msgid "Are you sure you want to restore all the archived pageviews?"
|
6317 |
#~ msgstr ""
|
6318 |
-
#~ "
|
6319 |
#~ "informes?"
|
6320 |
|
6321 |
#, fuzzy
|
@@ -6430,17 +6246,17 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6430 |
#~ msgstr "Expandir Detalles"
|
6431 |
|
6432 |
#~ msgid "Last 5 minutes"
|
6433 |
-
#~ msgstr "
|
6434 |
|
6435 |
#~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
|
6436 |
#~ msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
|
6437 |
|
6438 |
#~ msgid ""
|
6439 |
-
#~ "what CSS standard was supported by that browser (1, 2, 3 and other "
|
6440 |
-
#~ "
|
6441 |
#~ msgstr ""
|
6442 |
-
#~ "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros "
|
6443 |
-
#~ "
|
6444 |
|
6445 |
#, fuzzy
|
6446 |
#~ msgid "Empty IP Address"
|
@@ -6507,8 +6323,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6507 |
|
6508 |
#~ msgid "Take a sneak peek at what human visitors are doing on your website."
|
6509 |
#~ msgstr ""
|
6510 |
-
#~ "Eche un vistazo a lo que los visitantes humanos están haciendo en su "
|
6511 |
-
#~ "
|
6512 |
|
6513 |
#~ msgid "Visit with keywords"
|
6514 |
#~ msgstr "Visita con palabras clave"
|
@@ -6529,8 +6345,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6529 |
#~ "Click on a data point to display the activity chart for each hour of that "
|
6530 |
#~ "day"
|
6531 |
#~ msgstr ""
|
6532 |
-
#~ "Haga clic en un punto de datos para mostrar la gráfica de actividades "
|
6533 |
-
#~ "
|
6534 |
|
6535 |
#, fuzzy
|
6536 |
#~ msgid "Longest Post (ID)"
|
@@ -6541,15 +6357,14 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6541 |
|
6542 |
#~ msgid ""
|
6543 |
#~ "WARNING: a misconfigured setting and/or server environment is preventing "
|
6544 |
-
#~ "WP SlimStat from properly tracking your visitors. Please <a target
|
6545 |
-
#~ "\"
|
6546 |
-
#~ "
|
6547 |
#~ msgstr ""
|
6548 |
#~ "ADVERTENCIA: Un entorno mal configurado y/o entorno de servidor está "
|
6549 |
#~ "impidiendo que WP SLIMStat pueda rastrear adecuadamente a sus visitantes. "
|
6550 |
-
#~ "Por favor, <a target=\"_blank\" href=\"http://wordpress.org/extend/"
|
6551 |
-
#~ "
|
6552 |
-
#~ "información."
|
6553 |
|
6554 |
#, fuzzy
|
6555 |
#~ msgid ""
|
@@ -6627,8 +6442,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6627 |
|
6628 |
#~ msgid ""
|
6629 |
#~ "Add <em>markings</em> to each chart by specifying a date and its "
|
6630 |
-
#~ "description in the field below. Useful to keep track of special events "
|
6631 |
-
#~ "
|
6632 |
#~ "<code>YYYY MM DD HH:mm=Description 1,YYYY MM DD HH:mm=Description 2</"
|
6633 |
#~ "code>. For example: 2012 12 31 23:55=New Year's Eve."
|
6634 |
#~ msgstr ""
|
@@ -6643,8 +6458,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
6643 |
#~ "Paste your export file's content and click on the button below, to import "
|
6644 |
#~ "your settings."
|
6645 |
#~ msgstr ""
|
6646 |
-
#~ "Pegue el contenido de su archivo de exportación y haga clic en el botón "
|
6647 |
-
#~ "
|
6648 |
|
6649 |
#, fuzzy
|
6650 |
#~ msgid "Export Settings"
|
@@ -7200,10 +7015,10 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
7200 |
#~ msgid "l-mt-MT"
|
7201 |
#~ msgstr "Maltese"
|
7202 |
|
7203 |
-
# Norwegian
|
7204 |
#, fuzzy
|
7205 |
#~ msgid "l-nb-NO"
|
7206 |
-
#~ msgstr "Norwegian
|
7207 |
|
7208 |
# Dutch; Flemish
|
7209 |
#, fuzzy
|
@@ -7810,9 +7625,9 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
7810 |
#~ msgid "l-ve"
|
7811 |
#~ msgstr "Venda"
|
7812 |
|
7813 |
-
#
|
7814 |
#~ msgid "l-vo"
|
7815 |
-
#~ msgstr "
|
7816 |
|
7817 |
# Wolof
|
7818 |
#~ msgid "l-wo"
|
@@ -8144,7 +7959,7 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
8144 |
#~ msgstr "Origen del Tráfico"
|
8145 |
|
8146 |
#~ msgid "Last Month"
|
8147 |
-
#~ msgstr "
|
8148 |
|
8149 |
#~ msgid "Raw Data"
|
8150 |
#~ msgstr "Detalle de Datos"
|
@@ -8185,7 +8000,7 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
8185 |
#~ msgstr "Visitas Directas"
|
8186 |
|
8187 |
#~ msgid "Unique Pages Referred"
|
8188 |
-
#~ msgstr "
|
8189 |
|
8190 |
#, fuzzy
|
8191 |
#~ msgid "Sites"
|
@@ -8245,8 +8060,8 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
|
|
8245 |
|
8246 |
#~ msgid "Human Visits by day - Click on a day for hourly metrics"
|
8247 |
#~ msgstr ""
|
8248 |
-
#~ "Visitas humanas por día - Haz click en un día para ver los indicadores "
|
8249 |
-
#~ "
|
8250 |
|
8251 |
#~ msgid "Traffic Sources by day - Click on a day for hourly metrics"
|
8252 |
#~ msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Slimstat\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-08-23 12:27-0400\n"
|
6 |
+
"PO-Revision-Date: 2016-08-23 12:28-0400\n"
|
7 |
+
"Last-Translator: kemie <kemieg@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Generator: Poedit 1.8.8\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
|
20 |
"X-Poedit-SearchPathExcluded-1: ../admin/js\n"
|
21 |
|
22 |
+
#: ../admin/config/index.php:22 ../admin/config/index.php:47
|
23 |
+
#: ../admin/config/index.php:72
|
24 |
msgid ""
|
25 |
"Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
|
26 |
"Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
|
27 |
msgstr ""
|
28 |
"La capacidad no es válida. Por favor, consulte <a href=\"http://codex."
|
29 |
+
"wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
|
30 |
+
"obtener más información"
|
31 |
|
32 |
+
#: ../admin/config/index.php:37
|
33 |
msgid "Read access: username not found"
|
34 |
msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
|
35 |
|
36 |
+
#: ../admin/config/index.php:62
|
37 |
msgid "Config access: username not found"
|
38 |
msgstr "Acceso de configuración: Nombre de usuario no encontrado"
|
39 |
|
40 |
+
#: ../admin/config/index.php:81
|
41 |
msgid "Basic"
|
42 |
+
msgstr "Básico"
|
43 |
|
44 |
+
#: ../admin/config/index.php:83 ../admin/config/index.php:104
|
45 |
msgid "Tracker"
|
46 |
msgstr "Rastreador"
|
47 |
|
48 |
+
#: ../admin/config/index.php:84
|
49 |
msgid "Enable Tracking"
|
50 |
+
msgstr "Activar rastreo"
|
51 |
|
52 |
+
#: ../admin/config/index.php:84
|
|
|
53 |
msgid "Turn the tracker on or off, while keeping the reports accessible."
|
54 |
msgstr ""
|
55 |
+
"Activar el rastreador de encendido o apagado, conservando los informes "
|
56 |
"accesibles (que no tendría, si desactivó el plugin)."
|
57 |
|
58 |
+
#: ../admin/config/index.php:85
|
|
|
59 |
msgid "Tracking Mode"
|
60 |
+
msgstr "Modo de rastreo"
|
61 |
|
62 |
+
#: ../admin/config/index.php:85
|
63 |
#, fuzzy
|
64 |
msgid ""
|
65 |
"Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
|
66 |
+
"Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much like "
|
67 |
+
"Google Analytics, and visitors whose browser does not support Javascript will "
|
68 |
+
"be ignored. A nice side effect is that <strong>most spammers, search engines "
|
69 |
+
"and other crawlers</strong> will not be tracked."
|
70 |
msgstr ""
|
71 |
"Seleccione <strong> Javascript </strong> si usted está usando un plugin de "
|
72 |
"caché (W3 Total Cache, WP SuperCache, HyperCache, etc.) WP SLIMStat se "
|
75 |
"la mayoría de los <strong> spammers, buscadores y otros rastreadores </"
|
76 |
"strong> no serán registrados."
|
77 |
|
78 |
+
#: ../admin/config/index.php:85
|
79 |
msgid "Client"
|
80 |
+
msgstr "Del lado del cliente"
|
81 |
|
82 |
+
#: ../admin/config/index.php:85
|
83 |
#, fuzzy
|
84 |
msgid "Server"
|
85 |
msgstr "Del lado del servidor"
|
86 |
|
87 |
+
#: ../admin/config/index.php:86
|
|
|
88 |
msgid "Track Client Info"
|
89 |
+
msgstr "Rastrear información del cliente"
|
90 |
|
91 |
+
#: ../admin/config/index.php:86
|
92 |
msgid ""
|
93 |
"If this option is disabled, Slimstat will not add the Javascript tracking "
|
94 |
"code to your pages, if tracking mode is set to Server. Please note: if "
|
96 |
"screen resolution, outbound links, downloads, etc. This option is ignored if "
|
97 |
"Tracking Mode is set to Client."
|
98 |
msgstr ""
|
99 |
+
"Si esta opción está deshabitada, Slimstat no agregará el código de rastreo a "
|
100 |
+
"tus páginas, si el modo de rastreo es de servidor. Nota: si se habilita, esto "
|
101 |
+
"prevendrá que el rastreador colecte información como resolución de pantalla, "
|
102 |
+
"enlaces externos, downloads, etc. Esta opción es ignorada si el modo de "
|
103 |
+
"rastreo está configurado como cliente."
|
104 |
|
105 |
+
#: ../admin/config/index.php:87
|
|
|
106 |
msgid "Track Admin Pages"
|
107 |
+
msgstr "Rastrear páginas del admin"
|
108 |
|
109 |
+
#: ../admin/config/index.php:87
|
110 |
msgid "Enable this option to track your users' activity within the admin."
|
111 |
msgstr ""
|
112 |
+
"Habilite esta opción para realizar un rastreo de la actividad de sus usuarios "
|
113 |
+
"dentro de la administración."
|
114 |
|
115 |
+
#: ../admin/config/index.php:89
|
116 |
msgid "WordPress Integration"
|
117 |
msgstr "Integración WordPress"
|
118 |
|
119 |
+
#: ../admin/config/index.php:90
|
|
|
120 |
msgid "Dashboard Widgets"
|
121 |
+
msgstr "Widgets del escritorio"
|
122 |
|
123 |
+
#: ../admin/config/index.php:90
|
|
|
124 |
msgid ""
|
125 |
"Enable this option if you want to add reports to your WordPress Dashboard. "
|
126 |
"Use the Customizer to choose which ones to display."
|
127 |
msgstr ""
|
128 |
+
"Habilite esta opción si desea adicionar reportes a tu escritorio de "
|
129 |
+
"Wordpress. Personalice cuáles se mostrarán "
|
130 |
|
131 |
+
#: ../admin/config/index.php:91
|
132 |
msgid "Menu Position"
|
133 |
msgstr "Posición de menú"
|
134 |
|
135 |
+
#: ../admin/config/index.php:91
|
|
|
136 |
msgid ""
|
137 |
"Choose between a standalone admin menu for Slimstat or a drop down in the "
|
138 |
"admin bar (if visible)."
|
139 |
msgstr ""
|
140 |
+
"Elija entre un menú de administración independiente para WP SlimStat o un "
|
141 |
"menú desplegable en la barra de administrador (si está visible)."
|
142 |
|
143 |
+
#: ../admin/config/index.php:91
|
144 |
#, fuzzy
|
145 |
msgid "Side"
|
146 |
msgstr "Menú lateral"
|
147 |
|
148 |
+
#: ../admin/config/index.php:91
|
149 |
msgid "Bar"
|
150 |
+
msgstr "Barra"
|
151 |
|
152 |
+
#: ../admin/config/index.php:92
|
|
|
153 |
msgid "Posts and Pages"
|
154 |
+
msgstr "Entradas y Páginas"
|
155 |
|
156 |
+
#: ../admin/config/index.php:92
|
157 |
#, fuzzy
|
158 |
msgid ""
|
159 |
+
"Add a new column to the Edit Posts/Pages screens, with the number of hits per "
|
160 |
+
"post within the timeframe specified here below."
|
161 |
msgstr ""
|
162 |
+
"Añadir una nueva columna a la pantalla Editar publicaciones, con el número de "
|
163 |
+
"visitas por publicación (pueden ralentizar la renderización de páginas)."
|
164 |
|
165 |
+
#: ../admin/config/index.php:93
|
|
|
166 |
msgid "Report Interval"
|
167 |
+
msgstr "Intervalo de reportes"
|
168 |
|
169 |
+
#: ../admin/config/index.php:93
|
170 |
msgid ""
|
171 |
"Enter the time range, in days, that should be used to calculate the value "
|
172 |
"here above."
|
173 |
msgstr ""
|
174 |
+
"Escriba el rango de tiempo, en días, que se usará para calcular este valor"
|
175 |
|
176 |
+
#: ../admin/config/index.php:94
|
|
|
177 |
msgid "Report Type"
|
178 |
+
msgstr "Tipo de reporte"
|
179 |
|
180 |
+
#: ../admin/config/index.php:94
|
181 |
msgid ""
|
182 |
+
"Select what kind of information you would like to see displayed on your Posts "
|
183 |
+
"admin screen. Hits counts all the pageviews regardless of the user, (unique) "
|
184 |
+
"IPs counts only one hit per IP in the given time range."
|
185 |
+
msgstr ""
|
186 |
+
"Selecciona el tipo de información que te gustaría ver en la página de "
|
187 |
+
"administración de entradas. Visitas cuenta todas las visitas sin tomar en "
|
188 |
+
"cuenta si el usuario es único. IPs cuentan solo una visita por IP en el rango "
|
189 |
+
"de tiempo. "
|
190 |
+
|
191 |
+
#: ../admin/config/index.php:94 ../admin/view/wp-slimstat-reports.php:1178
|
192 |
+
#: ../admin/view/wp-slimstat-reports.php:1182
|
193 |
+
#: ../admin/view/wp-slimstat-reports.php:1414
|
194 |
#: ../admin/view/wp-slimstat-reports.php:1470
|
195 |
#: ../admin/view/wp-slimstat-reports.php:1476
|
196 |
#: ../admin/view/wp-slimstat-reports.php:1482
|
197 |
#: ../admin/view/wp-slimstat-reports.php:1488
|
198 |
#: ../admin/view/wp-slimstat-reports.php:1494
|
199 |
#: ../admin/view/wp-slimstat-reports.php:1500
|
200 |
+
#: ../admin/view/wp-slimstat-reports.php:1506
|
201 |
+
#: ../admin/view/wp-slimstat-reports.php:1778
|
202 |
#, fuzzy
|
203 |
msgid "Hits"
|
204 |
msgstr "Visitas"
|
205 |
|
206 |
+
#: ../admin/config/index.php:94
|
|
|
207 |
msgid "IPs"
|
208 |
+
msgstr "IPs"
|
209 |
|
210 |
+
#: ../admin/config/index.php:95
|
|
|
211 |
msgid "Hide Add-ons"
|
212 |
+
msgstr "Esconder Plugins"
|
213 |
|
214 |
+
#: ../admin/config/index.php:95
|
215 |
msgid ""
|
216 |
"Enable this option to hide all your <strong>active</strong> premium add-ons "
|
217 |
"from the list of plugins in WordPress. Please note that you will still "
|
218 |
"receive updates for hidden add-ons."
|
219 |
msgstr ""
|
220 |
+
"Selecciona esta opción para quitar los plugins premium <strong>activos</"
|
221 |
+
"strong> de la lista de plugins de wordpress. No podrás recibir "
|
222 |
+
"actualizaciones para los plugins escondidos."
|
223 |
|
224 |
+
#: ../admin/config/index.php:97
|
225 |
msgid "Database"
|
226 |
msgstr "Base de datos"
|
227 |
|
228 |
+
#: ../admin/config/index.php:98
|
229 |
msgid "Retain data for"
|
230 |
msgstr "Conservar los datos durante"
|
231 |
|
232 |
+
#: ../admin/config/index.php:98
|
233 |
#, fuzzy
|
234 |
msgid ""
|
235 |
"Clean-up log entries older than the number of days specified here above. "
|
237 |
"regardless of its age."
|
238 |
msgstr ""
|
239 |
"Eliminar las entradas del registro anteriores al número de días especificado "
|
240 |
+
"aquí arriba. Introduzca <strong> 0 </strong> (número cero) si desea conservar "
|
241 |
+
"sus datos independientemente de su edad."
|
242 |
|
243 |
+
#: ../admin/config/index.php:98
|
244 |
msgid "Next clean-up on"
|
245 |
msgstr "Siguiente limpieza en"
|
246 |
|
247 |
+
#: ../admin/config/index.php:98
|
248 |
+
#, php-format
|
249 |
msgid ""
|
250 |
"Entries logged on or before %s will be archived or deleted according to the "
|
251 |
"option here below."
|
252 |
msgstr ""
|
253 |
+
"Las entradas registradas en o antes del %s se eliminarán de forma permanente."
|
|
|
254 |
|
255 |
+
#: ../admin/config/index.php:98 ../admin/view/index.php:91
|
256 |
#: ../admin/view/wp-slimstat-db.php:98
|
257 |
+
#: ../admin/view/wp-slimstat-reports.php:1358
|
258 |
msgid "days"
|
259 |
msgstr "dias"
|
260 |
|
261 |
+
#: ../admin/config/index.php:99
|
|
|
262 |
msgid "Archive records"
|
263 |
+
msgstr "Archivar entradas"
|
264 |
|
265 |
+
#: ../admin/config/index.php:99
|
266 |
msgid ""
|
267 |
"If DB space is not an issue, you can decide to archive older records in "
|
268 |
"another table, instead of deleting them. This way performance is preserved, "
|
269 |
"but you will still be able to access your data at a later time, if needed. "
|
270 |
"Please note that the archive table (<code>wp_slim_stats_archive</code>) will "
|
271 |
+
"be <strong>deleted</strong> along with all the other tables, when Slimstat is "
|
272 |
+
"uninstalled. Make sure to backup your data before you proceed."
|
273 |
msgstr ""
|
274 |
+
"Si no tienes problemas de base de datos, puedes archivar datos viejos en otra "
|
275 |
+
"tabla en vez de borrarlos. Esto mejora la "
|
276 |
|
277 |
+
#: ../admin/config/index.php:106
|
|
|
278 |
msgid "Link Tracking"
|
279 |
+
msgstr "Rastreo de enlances"
|
280 |
|
281 |
+
#: ../admin/config/index.php:107
|
|
|
282 |
msgid "Track Outbound Clicks"
|
283 |
+
msgstr "Rastrear enlaces externos"
|
284 |
|
285 |
+
#: ../admin/config/index.php:107
|
286 |
msgid ""
|
287 |
"Track when your visitors click on link to external websites. This option "
|
288 |
"required Spy Mode to be enabled."
|
290 |
"Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
|
291 |
"Esta opción requere que el modo Espía esté habilitado."
|
292 |
|
293 |
+
#: ../admin/config/index.php:108
|
|
|
294 |
msgid "Track Internal Clicks"
|
295 |
+
msgstr "Rastrear Clics internos"
|
296 |
|
297 |
+
#: ../admin/config/index.php:108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
msgid ""
|
299 |
+
"Collect mouse coordinates and other information for clicks on internal links. "
|
300 |
+
"Recommended if you're using our heatmap add-on. By default, this information "
|
301 |
+
"is only collected for external links."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
msgstr ""
|
303 |
+
"Colectar coordenadas del mouse y otra información de los clics a enlaces "
|
304 |
+
"internos. Recomendado si estás usando el plugin de mapa termal. Por default "
|
305 |
+
"esta información solo se colecta para enlaces ecternos"
|
306 |
|
307 |
+
#: ../admin/config/index.php:109
|
308 |
msgid "No Callback"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: ../admin/config/index.php:109
|
312 |
msgid ""
|
313 |
"Track the event but do not invoke the callback function on links marked with "
|
314 |
"one of these class names, <em>rel</em> attribute or whose <em>href</em> "
|
316 |
"lightbox and similar libraries."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: ../admin/config/index.php:110
|
320 |
msgid "Do Not Track"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: ../admin/config/index.php:110
|
324 |
msgid ""
|
325 |
"The tracker will ignore links marked with one of these class names, <em>rel</"
|
326 |
+
"em> attributes or whose <em>href</em> attribute contains one of these strings."
|
|
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../admin/config/index.php:112
|
330 |
#, fuzzy
|
331 |
msgid "Advanced Options"
|
332 |
msgstr "Filtros avanzados"
|
333 |
|
334 |
+
#: ../admin/config/index.php:113
|
335 |
+
msgid "Track Registered Users"
|
336 |
+
msgstr "Rastrear Usuarios Registrados"
|
337 |
+
|
338 |
+
#: ../admin/config/index.php:113
|
339 |
+
msgid "Enable this option to track logged in users."
|
340 |
+
msgstr "Active esta opción para rastrear usuarios registrados."
|
341 |
+
|
342 |
+
#: ../admin/config/index.php:114
|
343 |
#, fuzzy
|
344 |
msgid "Session Duration"
|
345 |
msgstr "Visitas"
|
346 |
|
347 |
+
#: ../admin/config/index.php:114
|
|
|
348 |
msgid ""
|
349 |
"How many seconds should a human session last? Google Analytics sets it to "
|
350 |
"1800 seconds."
|
352 |
"¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
|
353 |
"lo establece en 1.800 segundos."
|
354 |
|
355 |
+
#: ../admin/config/index.php:114 ../admin/config/index.php:181
|
356 |
msgid "seconds"
|
357 |
msgstr "Segundos"
|
358 |
|
359 |
+
#: ../admin/config/index.php:115
|
360 |
msgid "Extend Session"
|
361 |
msgstr "Extender Sesión"
|
362 |
|
363 |
+
#: ../admin/config/index.php:115
|
364 |
msgid "Extend the duration of a session each time the user visits a new page."
|
365 |
msgstr ""
|
366 |
"Extender la duración de una sesión cada vez que el usuario visita una página "
|
367 |
"nueva."
|
368 |
|
369 |
+
#: ../admin/config/index.php:116
|
370 |
#, fuzzy
|
371 |
msgid "User Agent Accuracy"
|
372 |
msgstr "Buscadores"
|
373 |
|
374 |
+
#: ../admin/config/index.php:116
|
375 |
msgid ""
|
376 |
"Slimstat implements a heuristic function to determine the user's browser and "
|
377 |
"operating system from his user agent string. This approach requires very "
|
378 |
+
"little memory, but for uncommon user agent strings it might be less accurate, "
|
379 |
+
"and produce a unreliable match. That's why we also include an alternative "
|
380 |
+
"method which relies on Browscap, a third-party database containing even the "
|
381 |
+
"most obscure user agent strings. You decide which one should be used first: "
|
382 |
+
"the other one will only be invoked if the one you chose did not produce a "
|
383 |
+
"match."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: ../admin/config/index.php:116
|
387 |
msgid "High"
|
388 |
+
msgstr "Alto"
|
389 |
|
390 |
+
#: ../admin/config/index.php:116
|
391 |
msgid "Normal"
|
392 |
+
msgstr "Normal"
|
393 |
|
394 |
+
#: ../admin/config/index.php:117
|
395 |
msgid "Enable CDN"
|
396 |
msgstr "Habilitar CDN"
|
397 |
|
398 |
+
#: ../admin/config/index.php:117
|
399 |
msgid ""
|
400 |
+
"Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, by "
|
401 |
+
"serving our tracking code from their fast and reliable network (free service)."
|
|
|
402 |
msgstr ""
|
403 |
+
"Uso <a href='http://www.jsdelivr.com/' target='_blank'> JSDelivr </a> 's CDN, "
|
404 |
+
"sirviendo nuestro código de seguimiento de su red rápida y confiable "
|
405 |
"(servicio gratuito)."
|
406 |
|
407 |
+
#: ../admin/config/index.php:118
|
408 |
msgid "Extensions to Track"
|
409 |
msgstr "Extensiones a rastreo"
|
410 |
|
411 |
+
#: ../admin/config/index.php:118
|
412 |
msgid ""
|
413 |
+
"List all the file extensions that you want to be treated as Downloads. Please "
|
414 |
+
"note that links pointing to external resources (i.e. PDFs on a different "
|
415 |
+
"website) are considered Downloads and not Outbound Links (and tracked as "
|
416 |
+
"such), if their extension matches one of the ones listed here below."
|
|
|
417 |
msgstr ""
|
418 |
"Enlista todas las extensiones de archivo que desea sean tratadas como "
|
419 |
"descargas. Por favor, tenga en cuenta que los enlaces que apuntan a recursos "
|
421 |
"Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
|
422 |
"coincide con uno de los que se enumeran a continuación."
|
423 |
|
424 |
+
#: ../admin/config/index.php:120
|
|
|
425 |
msgid "External Pages"
|
426 |
+
msgstr "Paginas externas"
|
427 |
|
428 |
+
#: ../admin/config/index.php:121
|
429 |
msgid ""
|
430 |
"Add the following code to all the non-WP pages you want to track, right "
|
431 |
"before the closing BODY tag. Please make sure to change the protocol of all "
|
432 |
"the URLs to HTTPS, if you external site is served over a secure channel."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: ../admin/config/index.php:131
|
|
|
436 |
msgid "Allow Domains"
|
437 |
+
msgstr "Permitir dominios"
|
438 |
|
439 |
+
#: ../admin/config/index.php:131
|
440 |
msgid ""
|
441 |
"If you are getting an error saying that no 'Access-Control-Allow-Origin' "
|
442 |
+
"header is present on the requested resource, when using the external tracking "
|
443 |
+
"code here above, list the domains (complete with scheme) you would like to "
|
444 |
+
"allow. For example: <code>http://my.domain.ext</code> (no trailing slash). "
|
445 |
+
"Please see <a href='http://www.w3.org/TR/cors/#security' target='_blank'>this "
|
446 |
+
"W3 resource</a> for more information on the security implications of allowing "
|
447 |
+
"CORS requests."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../admin/config/index.php:138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
451 |
msgid "Filters"
|
452 |
msgstr "Filtros"
|
453 |
|
454 |
+
#: ../admin/config/index.php:140
|
|
|
455 |
msgid "Do not track settings"
|
456 |
+
msgstr "Opciones de no-rastreo"
|
457 |
|
458 |
+
#: ../admin/config/index.php:141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
msgid "Blacklist by Username"
|
460 |
+
msgstr "Rechazar usuarios"
|
461 |
|
462 |
+
#: ../admin/config/index.php:141
|
|
|
463 |
msgid ""
|
464 |
"List all the usernames you don't want to track. Please be aware that spaces "
|
465 |
"are <em>not</em> ignored and that usernames are case sensitive. Wildcards: "
|
468 |
"user12 and userfoo, <code>u*100</code> will match user100 and uber100, "
|
469 |
"<code>user!0</code> will match user10 and user90."
|
470 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
471 |
|
472 |
+
#: ../admin/config/index.php:142
|
473 |
msgid "Blacklist by IP Address"
|
474 |
+
msgstr "Rechazar direcciones IP"
|
475 |
|
476 |
+
#: ../admin/config/index.php:142
|
477 |
#, fuzzy
|
478 |
msgid ""
|
479 |
+
"List all the IP addresses you don't want to track. Each network <strong>must</"
|
480 |
+
"strong> be defined using the <a href='http://en.wikipedia.org/wiki/"
|
481 |
+
"Classless_Inter-Domain_Routing' target='_blank'>CIDR notation</a> (i.e. "
|
482 |
"<em>192.168.0.0/24</em>). This filter applies both to the public IP and the "
|
483 |
"originating IP, if available."
|
484 |
msgstr ""
|
488 |
"CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
|
489 |
"correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
|
490 |
|
491 |
+
#: ../admin/config/index.php:143
|
|
|
492 |
msgid "Blacklist by Capability"
|
493 |
+
msgstr "Rechazar por capacidades"
|
494 |
|
495 |
+
#: ../admin/config/index.php:143
|
496 |
msgid ""
|
497 |
"Users having at least one of the <a href='http://codex.wordpress.org/"
|
498 |
+
"Roles_and_Capabilities' target='_new'>capabilities</a> listed here below will "
|
499 |
+
"not be tracked. Capabilities are case-insensitive."
|
500 |
msgstr ""
|
501 |
"Usuarios que tienen al menos una de las <a href='http://codex.wordpress.org/"
|
502 |
"Roles_and_Capabilities' target='_new'>capabilities</a> enlistados aquí abajo "
|
503 |
+
"no se les rastreará. Las Capacidades distinguen entre mayúsculas y minúsculas."
|
|
|
504 |
|
505 |
+
#: ../admin/config/index.php:145
|
506 |
msgid "Profiling"
|
507 |
+
msgstr "Perfiles"
|
508 |
|
509 |
+
#: ../admin/config/index.php:146
|
510 |
msgid "Ignore Spammers"
|
511 |
msgstr "Ignorar Spammers"
|
512 |
|
513 |
+
#: ../admin/config/index.php:146
|
514 |
msgid ""
|
515 |
+
"Enable this option if you don't want to track visits from users identified as "
|
516 |
+
"spammers by third-party tools like Akismet. Pageviews generated by users "
|
517 |
"whose comments are later marked as spam, will also be removed from the "
|
518 |
"database."
|
519 |
msgstr ""
|
520 |
+
"Active esta opción si no desea realizar un seguimiento de visitas de usuarios "
|
521 |
+
"identificados como spammers por herramientas de terceros como Akismet. "
|
522 |
+
"Páginas vistas generadas por los usuarios cuyos comentarios más adelante se "
|
523 |
+
"marcan como correo no deseado, también se eliminarán de la base de datos."
|
|
|
524 |
|
525 |
+
#: ../admin/config/index.php:147
|
|
|
526 |
msgid "Ignore Bots"
|
527 |
+
msgstr "Ignorar Bots"
|
528 |
|
529 |
+
#: ../admin/config/index.php:147
|
530 |
msgid ""
|
531 |
"Turn on this feature if you want to have the accuracy level of server-side "
|
532 |
"tracking, but not the inconvenience of getting your database clogged with "
|
534 |
"note that in Client mode, bots are ignored regardless of this setting."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../admin/config/index.php:148
|
|
|
538 |
msgid "Permalinks"
|
539 |
+
msgstr "Enlaces Permanente"
|
540 |
|
541 |
+
#: ../admin/config/index.php:148
|
542 |
#, fuzzy
|
543 |
msgid ""
|
544 |
+
"List all the URLs on your website that you don't want to track. Don't include "
|
545 |
+
"the domain name: <em>/about, ?p=1</em>, etc. Wildcards: <code>*</code> "
|
546 |
+
"matches 'any string, including the empty string', <code>!</code> matches 'any "
|
547 |
+
"character'. For example, <code>/abou*</code> will match /about and /abound, "
|
548 |
+
"<code>/abo*t</code> will match /aboundant and /about, <code>/abo!t</code> "
|
549 |
+
"will match /about and /abort. Strings are case-insensitive."
|
550 |
msgstr ""
|
551 |
"Enumere todas las URL de su sitio web a las que usted no desee realizar el "
|
552 |
"seguimiento, separadas por comas. No incluya el nombre de dominio: <em>/"
|
554 |
"cadena, incluyendo cadena vacía', <code>!</code> coincide con cualquier "
|
555 |
"caracter'. Por ejemplo, <code>/abou*</code> coincidirá con /about and /"
|
556 |
"abound, <code> / abo* t </code> coincidirá con /aboundant and /about/, "
|
557 |
+
"<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no se "
|
558 |
+
"afectan por mayúsculas y minúsculas."
|
559 |
|
560 |
+
#: ../admin/config/index.php:149
|
|
|
561 |
msgid "Countries"
|
562 |
+
msgstr "Paises"
|
563 |
|
564 |
+
#: ../admin/config/index.php:149
|
|
|
565 |
msgid ""
|
566 |
+
"Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to track."
|
|
|
567 |
msgstr ""
|
568 |
+
"Códigos de país (Es decir: <code> es-es, it, es </code>) a los que no desee "
|
569 |
+
"realizar el seguimiento"
|
570 |
|
571 |
+
#: ../admin/config/index.php:150
|
|
|
572 |
msgid "User Agents"
|
573 |
+
msgstr "Agentes de usuario"
|
574 |
|
575 |
+
#: ../admin/config/index.php:150
|
576 |
#, fuzzy
|
577 |
msgid ""
|
578 |
+
"Browsers (user agents) you don't want to track. You can specify the browser's "
|
579 |
+
"version adding a slash after the name (i.e. <em>Firefox/3.6</em>). "
|
580 |
+
"Wildcards: <code>*</code> matches 'any string, including the empty string', "
|
581 |
+
"<code>!</code> matches 'any character'. For example, <code>Chr*</code> will "
|
582 |
+
"match Chrome and Chromium, <code>IE/!.0</code> will match IE/7.0 and IE/8.0. "
|
583 |
+
"Strings are case-insensitive."
|
584 |
msgstr ""
|
585 |
"Navegadores (agentes de usuario) que no quieren seguimiento, separados por "
|
586 |
+
"comas. Puede especificar la versión del navegador añadiendo una barra después "
|
587 |
+
"del nombre (es decir <em> Firefox/3.6 </em>). Comodines: <code>*</code> "
|
588 |
+
"coincide con 'cualquier cadena, incluyendo la cadena vacía', <code> </code> "
|
589 |
+
"coincide con \"cualquier carácter\". Por ejemplo, <code> Chr. * </code> "
|
590 |
+
"coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 y "
|
591 |
+
"IE/8.0. Las cadenas son de mayúsculas y minúsculas."
|
592 |
|
593 |
+
#: ../admin/config/index.php:151
|
|
|
594 |
msgid "Referring Sites"
|
595 |
+
msgstr "Sitios referentes"
|
596 |
|
597 |
+
#: ../admin/config/index.php:151
|
598 |
#, fuzzy
|
599 |
msgid ""
|
600 |
+
"Referring URLs that you don't want to track: <code>http://mysite.com*</code>, "
|
601 |
+
"<code>*/ignore-me-please</code>, etc. Wildcards: <code>*</code> matches 'any "
|
602 |
+
"string, including the empty string', <code>!</code> matches 'any character'. "
|
603 |
+
"Strings are case-insensitive. Please include either a wildcard or the "
|
604 |
+
"protocol you want to filter (http://, https://)."
|
605 |
msgstr ""
|
606 |
"URLs que refieren a las que no desee realizar el seguimiento, separadas por "
|
607 |
+
"comas: <code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
|
608 |
+
"Comodines: <code>*</code> coincide con \"cualquier carácter\". Las cadenas "
|
609 |
+
"son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o el "
|
610 |
+
"protocolo que desea filtrar (http://, https://)."
|
611 |
|
612 |
+
#: ../admin/config/index.php:153 ../admin/config/index.php:184
|
613 |
+
msgid "Miscellaneous"
|
614 |
+
msgstr "Varios"
|
615 |
+
|
616 |
+
#: ../admin/config/index.php:154
|
617 |
msgid "Enable Privacy Mode"
|
618 |
msgstr "Activar el modo de privacidad"
|
619 |
|
620 |
+
#: ../admin/config/index.php:154
|
621 |
msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
|
622 |
msgstr ""
|
623 |
"Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
|
624 |
"privacidad europeas."
|
625 |
|
626 |
+
#: ../admin/config/index.php:155
|
627 |
msgid "Ignore Prefetch Requests"
|
628 |
+
msgstr "Ignorar Peticiones Prefetch"
|
629 |
|
630 |
+
#: ../admin/config/index.php:155
|
631 |
#, fuzzy
|
632 |
msgid ""
|
633 |
"Prevent Slimstat from tracking pageviews generated by Firefox's <a "
|
635 |
"target='_blank'>Link Prefetching functionality</a>."
|
636 |
msgstr ""
|
637 |
"Evitar que WP SLIMStat de el seguimiento de páginas vistas generadas por <a "
|
638 |
+
"href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'> "
|
639 |
+
"Función de Prellamado de enlaces de Firefox </a>."
|
640 |
|
641 |
+
#: ../admin/config/index.php:160 ../admin/config/index.php:195
|
642 |
#, fuzzy
|
643 |
msgid "Reports"
|
644 |
+
msgstr "Informes"
|
645 |
|
646 |
+
#: ../admin/config/index.php:162
|
647 |
msgid "Formats and Conversions"
|
648 |
+
msgstr "Formatos y conversiones"
|
649 |
|
650 |
+
#: ../admin/config/index.php:163
|
651 |
msgid "Number Format"
|
652 |
+
msgstr "Formato de números"
|
653 |
|
654 |
+
#: ../admin/config/index.php:163
|
655 |
#, fuzzy
|
656 |
msgid "Choose the number format you want to use for your reports."
|
657 |
msgstr ""
|
658 |
"Seleccione el formato de número que desea utilizar para sus informes, "
|
659 |
"europeos o americanos."
|
660 |
|
661 |
+
#: ../admin/config/index.php:164
|
|
|
662 |
msgid "Date Format"
|
663 |
+
msgstr "Formato de fecha"
|
664 |
|
665 |
+
#: ../admin/config/index.php:164
|
666 |
msgid ""
|
667 |
"<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
|
668 |
"Format</a> to use when displaying a pageview's date."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: ../admin/config/index.php:165
|
|
|
672 |
msgid "Time Format"
|
673 |
+
msgstr "Formato de hora"
|
674 |
|
675 |
+
#: ../admin/config/index.php:165
|
676 |
msgid ""
|
677 |
"<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
|
678 |
"Format</a> to use when displaying a pageview's time."
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: ../admin/config/index.php:166
|
|
|
682 |
msgid "Use Display Name"
|
683 |
+
msgstr "Mostrar Nombre de presentación"
|
684 |
|
685 |
+
#: ../admin/config/index.php:166
|
686 |
msgid ""
|
687 |
+
"By default, users are listed by their usernames. Use this option to visualize "
|
688 |
+
"their display names instead."
|
689 |
msgstr ""
|
690 |
+
"De forma predeterminada, los usuarios se enumeran por sus nombres de usuario. "
|
691 |
+
"Utilice esta opción para visualizar los nombres para mostrar en su lugar."
|
|
|
692 |
|
693 |
+
#: ../admin/config/index.php:167
|
694 |
#, fuzzy
|
695 |
msgid "Use Titles"
|
696 |
msgstr "Mostrar Títulos"
|
697 |
|
698 |
+
#: ../admin/config/index.php:167
|
699 |
#, fuzzy
|
700 |
msgid ""
|
701 |
"Slimstat converts your permalinks into post, page and category titles. "
|
704 |
"WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
|
705 |
"páginas. Desactive esta función si necesita ver la URL en sus informes."
|
706 |
|
707 |
+
#: ../admin/config/index.php:168
|
708 |
msgid "Convert IP Addresses"
|
709 |
msgstr "Convertir Direcciones IP"
|
710 |
|
711 |
+
#: ../admin/config/index.php:168
|
712 |
msgid "Display provider names instead of IP addresses."
|
713 |
msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
|
714 |
|
715 |
+
#: ../admin/config/index.php:170
|
716 |
msgid "Functionality"
|
717 |
msgstr "Funcionalidad"
|
718 |
|
719 |
+
#: ../admin/config/index.php:171
|
720 |
msgid "Async Mode"
|
721 |
+
msgstr "Modo asincróneo"
|
722 |
|
723 |
+
#: ../admin/config/index.php:171
|
724 |
msgid ""
|
725 |
"Activate this feature if your reports take a while to load. It breaks down "
|
726 |
"the load on your server into multiple requests, thus avoiding memory issues "
|
727 |
"and performance problems."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../admin/config/index.php:172
|
731 |
msgid "SlimScroll"
|
732 |
+
msgstr "SlimScroll"
|
733 |
|
734 |
+
#: ../admin/config/index.php:172
|
735 |
msgid ""
|
736 |
"Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
|
737 |
"scrollbar."
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../admin/config/index.php:173
|
741 |
msgid "Expand Details"
|
742 |
msgstr "Expandir Detalles"
|
743 |
|
744 |
+
#: ../admin/config/index.php:173
|
745 |
msgid "Expand each row's details by default, insted of on mousehover."
|
746 |
msgstr ""
|
747 |
"Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
|
748 |
|
749 |
+
#: ../admin/config/index.php:174 ../admin/config/index.php:182
|
|
|
750 |
msgid "Rows to Display"
|
751 |
+
msgstr "Filas que mostrar"
|
752 |
|
753 |
+
#: ../admin/config/index.php:174
|
754 |
msgid "Specify the number of items in each report."
|
755 |
msgstr "Especifique el número de elementos en cada informe."
|
756 |
|
757 |
+
#: ../admin/config/index.php:175 ../admin/view/wp-slimstat-db.php:121
|
758 |
#, fuzzy
|
759 |
msgid "Max Results"
|
760 |
msgstr "Limitar Resultados"
|
761 |
|
762 |
+
#: ../admin/config/index.php:175
|
763 |
msgid ""
|
764 |
"Decide how many records should be retrieved from the database in total. "
|
765 |
"Depending on your server configuration, you may want to fine tune this value "
|
766 |
"to avoid exceeding your PHP memory limit."
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: ../admin/config/index.php:176
|
770 |
msgid "IP Lookup"
|
771 |
msgstr "Búsqueda de IP"
|
772 |
|
773 |
+
#: ../admin/config/index.php:176
|
774 |
+
msgid ""
|
775 |
+
"Customize the Geolocation service to be used in the reports. Default: "
|
776 |
+
"<code>http://www.infosniper.net/?ip_address=</code>"
|
777 |
msgstr ""
|
|
|
778 |
|
779 |
+
#: ../admin/config/index.php:177
|
780 |
msgid "Mozscape Access ID"
|
781 |
+
msgstr "ID de acceso de Mozscape"
|
782 |
|
783 |
+
#: ../admin/config/index.php:177
|
784 |
msgid ""
|
785 |
+
"Get accurate rankings for your website through the free <a href=\"https://moz."
|
786 |
+
"com/community/join?redirect=/products/api/keys\" target=\"_blank\">Mozscape "
|
787 |
+
"API</a> service. Sign up for a free community account to get started. Then "
|
788 |
+
"enter your personal identification code here."
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: ../admin/config/index.php:178
|
792 |
msgid "Mozscape Secret Key"
|
793 |
+
msgstr "Clave secreta de de Mozscape"
|
794 |
|
795 |
+
#: ../admin/config/index.php:178
|
796 |
msgid ""
|
797 |
"Do not share your secret key with anyone or they will be able to make API "
|
798 |
"requests on your account!"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: ../admin/config/index.php:180 ../admin/wp-slimstat-admin.php:32
|
802 |
+
msgid "Access Log"
|
803 |
+
msgstr "Registro de acceso"
|
804 |
|
805 |
+
#: ../admin/config/index.php:181
|
806 |
+
msgid "Auto Refresh"
|
807 |
+
msgstr ""
|
808 |
|
809 |
+
#: ../admin/config/index.php:181
|
|
|
810 |
msgid ""
|
811 |
+
"Enable the Live View, which refreshes the Access Log every X seconds. Enter "
|
812 |
+
"<strong>0</strong> (number zero) to deactivate this feature."
|
813 |
msgstr ""
|
|
|
|
|
|
|
814 |
|
815 |
+
#: ../admin/config/index.php:182
|
816 |
+
msgid "Specify the number of items in the Access Log."
|
817 |
+
msgstr ""
|
|
|
818 |
|
819 |
+
#: ../admin/config/index.php:185
|
820 |
msgid "Custom CSS"
|
821 |
msgstr "CSS personalizado"
|
822 |
|
823 |
+
#: ../admin/config/index.php:185
|
824 |
#, fuzzy
|
825 |
msgid ""
|
826 |
"Paste here your custom stylesheet to personalize the way your reports look. "
|
827 |
+
"<a href='https://slimstat.freshdesk.com/support/solutions/articles/5000528528-"
|
828 |
+
"how-can-i-change-the-colors-associated-to-color-coded-pageviews-known-user-"
|
829 |
+
"known-visitors-search-e' target='_blank'>Check the FAQ</a> for more "
|
830 |
+
"information on how to use this setting."
|
831 |
msgstr ""
|
832 |
"Pega aquí tu hoja de estilo personalizada para personalizar la forma en que "
|
833 |
"sus informes se ven. <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
|
834 |
"target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
|
835 |
"cómo utilizar esta funcionalidad."
|
836 |
|
837 |
+
#: ../admin/config/index.php:186
|
|
|
838 |
msgid "Chart Colors"
|
839 |
+
msgstr "Colores de gráfica"
|
840 |
|
841 |
+
#: ../admin/config/index.php:186
|
842 |
msgid ""
|
843 |
"Customize the look and feel of your charts by assigning personalized colors "
|
844 |
"to each metric. List 4 hex colors, strictly in the following order: metric 1 "
|
845 |
+
"previous, metric 2 previous, metric 1 current, metric 2 current. For example: "
|
846 |
+
"<code>#ccc, #999, #bbcc44, #21759b</code>."
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: ../admin/config/index.php:187
|
|
|
850 |
msgid "Show User Agent"
|
851 |
+
msgstr "Mostrar agente de usuario"
|
852 |
|
853 |
+
#: ../admin/config/index.php:187
|
854 |
msgid ""
|
855 |
"Choose if you want to see the browser name or a complete user agent string "
|
856 |
"when hovering on browser icons."
|
858 |
"Seleccione si desea ver el nombre del navegador o una cadena completa de "
|
859 |
"agente de usuario al pasar el cursor sobre los iconos del navegador."
|
860 |
|
861 |
+
#: ../admin/config/index.php:188
|
|
|
862 |
msgid "Enable SOV"
|
863 |
+
msgstr "Habilitar SOV"
|
864 |
|
865 |
+
#: ../admin/config/index.php:188
|
866 |
msgid ""
|
867 |
"In linguistic typology, a subject-object-verb (SOV) language is one in which "
|
868 |
"the subject, object, and verb of a sentence appear in that order, like in "
|
869 |
"Japanese."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: ../admin/config/index.php:193
|
873 |
msgid "Access Control"
|
874 |
+
msgstr "Control de acceso"
|
875 |
|
876 |
+
#: ../admin/config/index.php:196
|
|
|
877 |
msgid "Restrict Authors"
|
878 |
+
msgstr "Restringir autores"
|
879 |
|
880 |
+
#: ../admin/config/index.php:196
|
881 |
#, fuzzy
|
882 |
msgid ""
|
883 |
"Enable this option if you want your authors to only see stats related to "
|
886 |
"Habilite esta opción si desea que sus autores sólo vean las estadísticas "
|
887 |
"relacionadas con su propio contenido"
|
888 |
|
889 |
+
#: ../admin/config/index.php:197 ../admin/config/index.php:201
|
|
|
890 |
msgid "Capability"
|
891 |
+
msgstr "Capacidad"
|
892 |
|
893 |
+
#: ../admin/config/index.php:197
|
894 |
#, fuzzy
|
895 |
msgid ""
|
896 |
"Specify the minimum <a href='http://codex.wordpress.org/"
|
903 |
"Especifique la mínima <a href='http://codex.wordpress.org/"
|
904 |
"Roles_and_Capabilities' target='_new'>capability</a> que se necesita para "
|
905 |
"acceder a los informes (por defecto: <code> leer</code>). Si este campo está "
|
906 |
+
"vacío, <strong> todos los usuarios </strong> (incluidos los abonados) tendrán "
|
907 |
+
"acceso a los informes, a menos que se haya especificado una lista blanca "
|
908 |
+
"'Acceso de lectura' aquí abajo. En este caso, la lista tiene prioridad sobre "
|
909 |
+
"la capacidad."
|
910 |
|
911 |
+
#: ../admin/config/index.php:198 ../admin/config/index.php:202
|
912 |
msgid "Whitelist"
|
913 |
msgstr "Lista blanca"
|
914 |
|
915 |
+
#: ../admin/config/index.php:198
|
916 |
#, fuzzy
|
917 |
msgid ""
|
918 |
"List all the users who should have access to the reports. Administrators are "
|
920 |
"case sensitive."
|
921 |
msgstr ""
|
922 |
"Enlista a los usuarios que deben tener acceso a los informes, separados por "
|
923 |
+
"comas. Los administradores están implícitamente autorizados, por lo que no es "
|
924 |
+
"necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
|
925 |
"mayúsculas y minúsculasdefecto."
|
926 |
|
927 |
+
#: ../admin/config/index.php:200 ../admin/config/index.php:225
|
928 |
+
#: ../admin/wp-slimstat-admin.php:855 ../admin/wp-slimstat-admin.php:873
|
929 |
+
#: ../admin/wp-slimstat-admin.php:876
|
|
|
930 |
msgid "Settings"
|
931 |
+
msgstr "Opciones"
|
932 |
|
933 |
+
#: ../admin/config/index.php:201
|
934 |
#, fuzzy
|
935 |
msgid ""
|
936 |
"Specify the minimum <a href='http://codex.wordpress.org/"
|
944 |
"blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
|
945 |
"específicos."
|
946 |
|
947 |
+
#: ../admin/config/index.php:202
|
948 |
#, fuzzy
|
949 |
msgid ""
|
950 |
"List all the users who can edit these options. Please be advised that admins "
|
953 |
msgstr ""
|
954 |
"Enistar todos los usuarios que pueden editar estas opciones, separados por "
|
955 |
"comas. Tenga en cuenta que los administradores <strong> no son </strong> "
|
956 |
+
"implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
|
957 |
"Los nombres de usuario distinguen entre mayúsculas y minúsculas."
|
958 |
|
959 |
+
#: ../admin/config/index.php:207
|
960 |
msgid "Maintenance"
|
961 |
msgstr "Mantenimiento"
|
962 |
|
963 |
+
#: ../admin/config/index.php:212 ../admin/view/addons.php:35
|
964 |
+
#: ../admin/wp-slimstat-admin.php:74
|
965 |
msgid "Add-ons"
|
966 |
+
msgstr "Plugins"
|
967 |
+
|
968 |
+
#: ../admin/config/index.php:226 ../admin/view/index.php:6
|
969 |
+
msgid ""
|
970 |
+
"<strong>AdBlock browser extension detected</strong> - If you see this notice, "
|
971 |
+
"it means that your browser is not loading our stylesheet and/or Javascript "
|
972 |
+
"files correctly. This could be caused by an overzealous ad blocker feature "
|
973 |
+
"enabled in your browser (AdBlock Plus and friends). <a href=\"https://"
|
974 |
+
"slimstat.freshdesk.com/support/solutions/articles/12000000414-the-reports-are-"
|
975 |
+
"not-being-rendered-correctly-or-buttons-do-not-work\" target=\"_blank"
|
976 |
+
"\">Please make sure to add an exception</a> to your configuration and allow "
|
977 |
+
"the browser to load these assets."
|
978 |
+
msgstr ""
|
979 |
|
980 |
#: ../admin/config/maintenance.php:16
|
|
|
981 |
msgid ""
|
982 |
+
"Congratulations! Slimstat Analytics is now optimized for <a href=\"http://www."
|
983 |
+
"youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
|
984 |
msgstr ""
|
985 |
"¡Felicidades! WP SLIMStat está ahora optimizado para <a href=\"http://www."
|
986 |
"youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\"> velocidad ridícula </a>."
|
989 |
#, fuzzy
|
990 |
msgid "Indexing has been disabled. Enjoy the extra database space!"
|
991 |
msgstr ""
|
992 |
+
"Indexación se ha desactivado con éxito. Disfrute del espacio de base de datos "
|
993 |
+
"adicional ¡que acaba de ganar!"
|
994 |
|
995 |
#: ../admin/config/maintenance.php:43
|
996 |
msgid "records deleted from your database."
|
1026 |
|
1027 |
#: ../admin/config/maintenance.php:132
|
1028 |
msgid "Troubleshooting"
|
1029 |
+
msgstr "Solución de problemas"
|
1030 |
|
1031 |
#: ../admin/config/maintenance.php:135
|
|
|
1032 |
msgid "Tracker Status"
|
1033 |
+
msgstr "Estatus de Rastreador"
|
1034 |
|
1035 |
#: ../admin/config/maintenance.php:137
|
|
|
1036 |
msgid "Reset the tracker status"
|
1037 |
+
msgstr "Reestablecer estatus de rastreador"
|
1038 |
|
1039 |
#: ../admin/config/maintenance.php:137
|
1040 |
msgid "So far so good."
|
1041 |
+
msgstr "Hasta ahora, todo bien."
|
1042 |
|
1043 |
#: ../admin/config/maintenance.php:138
|
1044 |
msgid ""
|
1045 |
+
"The information here above is useful to troubleshoot issues with the tracker. "
|
1046 |
+
"It includes both <strong>errors</strong>, which are returned when the tracker "
|
1047 |
+
"could not record a pageview and are indicative of some kind of malfunction, "
|
1048 |
+
"and <strong>notices</strong>, which explain the reason why the most recent "
|
1049 |
+
"pageview was not recorded, based on your settings (filters, blackslists, "
|
1050 |
+
"etc). Please include the message here above when sending a support request."
|
|
|
1051 |
msgstr ""
|
1052 |
|
1053 |
#: ../admin/config/maintenance.php:144
|
|
|
1054 |
msgid "Enable SQL Debug"
|
1055 |
+
msgstr "Habilitar registro de problemas SQL"
|
1056 |
|
1057 |
#: ../admin/config/maintenance.php:147
|
1058 |
msgid ""
|
1062 |
|
1063 |
#: ../admin/config/maintenance.php:151
|
1064 |
msgid "Disable SQL Debug"
|
1065 |
+
msgstr "Deshabilitar registro de problemas SQL"
|
1066 |
|
1067 |
#: ../admin/config/maintenance.php:154
|
1068 |
msgid "Deactivate the SQL output on top of each report."
|
1069 |
msgstr ""
|
1070 |
|
1071 |
#: ../admin/config/maintenance.php:159
|
|
|
1072 |
msgid ""
|
1073 |
"Are you sure you want to restore the default arrangement of your reports?"
|
1074 |
msgstr ""
|
1077 |
|
1078 |
#: ../admin/config/maintenance.php:159
|
1079 |
msgid "No Panic Button"
|
1080 |
+
msgstr "Quitar botón de pánico"
|
1081 |
|
1082 |
#: ../admin/config/maintenance.php:161
|
1083 |
#, fuzzy
|
1084 |
msgid ""
|
1085 |
+
"Reset the default arrangement of your reports. Helpful when, for some reason, "
|
1086 |
+
"reports disappear from your panels or something doesn't look right in your "
|
1087 |
+
"views."
|
1088 |
msgstr ""
|
1089 |
+
"Cambiar la disposición por defecto de sus informes. Útil cuando, por alguna "
|
1090 |
"razón, los informes desaparecen de sus paneles."
|
1091 |
|
1092 |
#: ../admin/config/maintenance.php:165
|
1113 |
|
1114 |
#: ../admin/config/maintenance.php:185 ../admin/view/wp-slimstat-db.php:74
|
1115 |
msgid "is included in"
|
1116 |
+
msgstr "está incluido en"
|
1117 |
|
1118 |
#: ../admin/config/maintenance.php:186 ../admin/view/wp-slimstat-db.php:75
|
1119 |
#, fuzzy
|
1147 |
msgstr "coincide"
|
1148 |
|
1149 |
#: ../admin/config/maintenance.php:193 ../admin/view/wp-slimstat-db.php:83
|
|
|
1150 |
msgid "does not match"
|
1151 |
+
msgstr "No coincide"
|
1152 |
|
1153 |
#: ../admin/config/maintenance.php:194 ../admin/view/wp-slimstat-db.php:84
|
1154 |
msgid "is empty"
|
1158 |
msgid "is not empty"
|
1159 |
msgstr "no está vacío"
|
1160 |
|
1161 |
+
#: ../admin/config/maintenance.php:198 ../admin/view/index.php:31
|
1162 |
+
#: ../admin/view/index.php:94
|
1163 |
msgid "Apply"
|
1164 |
msgstr "Aplicar"
|
1165 |
|
1167 |
msgid ""
|
1168 |
"Are you sure you want to PERMANENTLY delete these records from your database?"
|
1169 |
msgstr ""
|
1170 |
+
"¿Está seguro que desea eliminar PERMANENTEMENTE estos registros de su base de "
|
1171 |
+
"datos?"
|
1172 |
|
1173 |
#: ../admin/config/maintenance.php:206
|
1174 |
msgid ""
|
1175 |
"Are you sure you want to PERMANENTLY DELETE ALL the records from your "
|
1176 |
"database?"
|
1177 |
msgstr ""
|
1178 |
+
"¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su base "
|
1179 |
+
"de datos?"
|
1180 |
|
1181 |
#: ../admin/config/maintenance.php:206
|
|
|
1182 |
msgid "Delete All Records"
|
1183 |
+
msgstr "Borrar todos los registros"
|
1184 |
|
1185 |
#: ../admin/config/maintenance.php:209
|
1186 |
#, fuzzy
|
1194 |
"<strong> operación no </strong> restablece la configuración."
|
1195 |
|
1196 |
#: ../admin/config/maintenance.php:215
|
|
|
1197 |
msgid ""
|
1198 |
+
"Are you sure you want to PERMANENTLY DELETE ALL the records from your archive?"
|
|
|
1199 |
msgstr ""
|
1200 |
"¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
|
1201 |
+
"archivo?"
|
1202 |
|
1203 |
#: ../admin/config/maintenance.php:215
|
|
|
1204 |
msgid "Delete Archive"
|
1205 |
+
msgstr "Borrar archivo"
|
1206 |
|
1207 |
#: ../admin/config/maintenance.php:218
|
1208 |
msgid "Erase all the archived records. This operation cannot be undone."
|
1235 |
|
1236 |
#: ../admin/config/maintenance.php:240
|
1237 |
msgid "MaxMind IP to Country"
|
1238 |
+
msgstr "MaxMind IP a país"
|
1239 |
|
1240 |
#: ../admin/config/maintenance.php:246
|
1241 |
msgid ""
|
1245 |
|
1246 |
#: ../admin/config/maintenance.php:246
|
1247 |
msgid "Install GeoLite DB"
|
1248 |
+
msgstr "Instalar GeoLite DB"
|
1249 |
|
1250 |
#: ../admin/config/maintenance.php:249
|
1251 |
msgid "Do you want to uninstall the geolocation database?"
|
1253 |
|
1254 |
#: ../admin/config/maintenance.php:249
|
1255 |
msgid "Uninstall GeoLite DB"
|
1256 |
+
msgstr "Desinstalar GeoLite DB"
|
1257 |
|
1258 |
#: ../admin/config/maintenance.php:253
|
1259 |
msgid ""
|
1260 |
"The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
|
1261 |
"target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
|
1262 |
+
"released under the Creative Commons BY-SA 3.0 license, and cannot be directly "
|
1263 |
+
"bundled with the plugin because of license incompatibility issues. We are "
|
1264 |
+
"mandated to have the user take an affirmative action in order to enable this "
|
1265 |
+
"functionality."
|
1266 |
msgstr ""
|
1267 |
|
1268 |
#: ../admin/config/maintenance.php:258
|
1269 |
msgid "Configuration String"
|
1270 |
+
msgstr "Cadena de configuración"
|
1271 |
|
1272 |
#: ../admin/config/maintenance.php:262
|
1273 |
#, fuzzy
|
1308 |
|
1309 |
#: ../admin/config/maintenance.php:298
|
1310 |
msgid "Old Tables"
|
1311 |
+
msgstr "Tablas viejas"
|
1312 |
|
1313 |
#: ../admin/config/maintenance.php:299
|
1314 |
#, php-format
|
1315 |
msgid ""
|
1316 |
"It looks like your database was upgraded from a version prior to 4.0. Our "
|
1317 |
+
"upgrade procedure follows a conservative approach, and does not automatically "
|
1318 |
+
"perform any garbage collection. In other words, the old tables, leftovers of "
|
1319 |
+
"the upgrade, are not deleted from the database. This allows our users to "
|
1320 |
+
"easily roll back to a working state in case of problems. However, if "
|
1321 |
+
"everything is working as expected (tracker and reports), you may want to log "
|
1322 |
+
"into phpMyAdmin and remove the following tables, if they exist: %s. When in "
|
1323 |
+
"doubt, do not hesitate to contact us for help."
|
1324 |
msgstr ""
|
1325 |
|
1326 |
#: ../admin/view/addons.php:19
|
1337 |
"There was an error decoding the add-ons list from the server. Please try "
|
1338 |
"again later."
|
1339 |
msgstr ""
|
1340 |
+
"Se produjo un error decodificando la lista de complementos desde el servidor. "
|
1341 |
+
"Por favor, inténtelo de nuevo más tarde."
|
1342 |
|
1343 |
#: ../admin/view/addons.php:36
|
1344 |
#, fuzzy
|
1346 |
"Add-ons extend the functionality of Slimstat in many interesting ways. We "
|
1347 |
"offer both free and premium (paid) extensions. Each add-on can be installed "
|
1348 |
"as a separate plugin, which will receive regular updates via the WordPress "
|
1349 |
+
"Plugins panel. In order to be notified when a new version of a premium add-on "
|
1350 |
+
"is available, please enter the <strong>license key</strong> you received when "
|
1351 |
+
"you purchased it."
|
1352 |
msgstr ""
|
1353 |
"Los complementos amplían la funcionalidad de WP SLIMStat de muchas maneras "
|
1354 |
"interesantes. Ofrecemos extensiones tanto gratuitas como premium (de pago). "
|
1355 |
+
"Cada complemento se puede instalar como un plugin independiente, que recibirá "
|
1356 |
+
"actualizaciones regulares a través del panel de WordPress Plugins. Para ser "
|
1357 |
+
"notificado cuando una nueva versión de un añadido premium está disponible, "
|
1358 |
+
"por favor introduzca la clave<strong> de licencia </strong> que recibió "
|
1359 |
+
"cuando compró."
|
1360 |
|
1361 |
#: ../admin/view/addons.php:40
|
1362 |
#, php-format
|
1374 |
msgstr "Descripción"
|
1375 |
|
1376 |
#: ../admin/view/addons.php:65
|
|
|
1377 |
msgid "Repo Version"
|
1378 |
+
msgstr "Versión de repositorio"
|
1379 |
|
1380 |
#: ../admin/view/addons.php:65
|
|
|
1381 |
msgid "Version"
|
1382 |
+
msgstr "Versión"
|
1383 |
|
1384 |
#: ../admin/view/addons.php:77
|
|
|
1385 |
msgid "Your Version:"
|
1386 |
+
msgstr "Tu versión"
|
1387 |
|
1388 |
#: ../admin/view/addons.php:80
|
1389 |
msgid "Installed and Active"
|
1390 |
+
msgstr "Instalado y activo"
|
1391 |
|
1392 |
+
#: ../admin/view/index.php:10
|
|
|
1393 |
msgid "Filter"
|
1394 |
+
msgstr "Filtrar"
|
1395 |
|
1396 |
+
#: ../admin/view/index.php:35
|
1397 |
msgid "Load"
|
1398 |
+
msgstr "Cargar"
|
1399 |
|
1400 |
+
#: ../admin/view/index.php:55 ../admin/view/wp-slimstat-reports.php:1396
|
1401 |
msgid "Today"
|
1402 |
msgstr "Hoy"
|
1403 |
|
1404 |
+
#: ../admin/view/index.php:56 ../admin/view/wp-slimstat-reports.php:1399
|
1405 |
msgid "Yesterday"
|
1406 |
msgstr "Ayer"
|
1407 |
|
1408 |
+
#: ../admin/view/index.php:57
|
1409 |
msgid "Last 7 Days"
|
1410 |
msgstr "Últimos 7 días"
|
1411 |
|
1412 |
+
#: ../admin/view/index.php:58
|
1413 |
msgid "Last 60 Days"
|
1414 |
msgstr "Últimos 60 días"
|
1415 |
|
1416 |
+
#: ../admin/view/index.php:59
|
1417 |
msgid "Last 90 Days"
|
1418 |
msgstr "Últimos 90 días"
|
1419 |
|
1420 |
+
#: ../admin/view/index.php:60
|
|
|
1421 |
msgid "This Year So Far"
|
1422 |
+
msgstr "Este año a la fecha"
|
1423 |
|
1424 |
+
#: ../admin/view/index.php:61
|
|
|
1425 |
msgid "Date Range"
|
1426 |
+
msgstr "Rango de fechas"
|
1427 |
|
1428 |
+
#: ../admin/view/index.php:63 ../admin/view/wp-slimstat-db.php:94
|
1429 |
msgid "Day"
|
1430 |
msgstr "Día"
|
1431 |
|
1432 |
+
#: ../admin/view/index.php:73 ../admin/view/wp-slimstat-db.php:95
|
1433 |
msgid "Month"
|
1434 |
msgstr "Mes"
|
1435 |
|
1436 |
+
#: ../admin/view/index.php:82 ../admin/view/wp-slimstat-db.php:96
|
1437 |
msgid "Year"
|
1438 |
msgstr "Año"
|
1439 |
|
1440 |
+
#: ../admin/view/index.php:83 ../admin/view/wp-slimstat-db.php:93
|
|
|
1441 |
msgid "Hour"
|
1442 |
+
msgstr "Hora"
|
1443 |
|
1444 |
+
#: ../admin/view/index.php:84
|
1445 |
msgid "Min"
|
1446 |
+
msgstr "Min"
|
1447 |
|
1448 |
+
#: ../admin/view/index.php:92 ../admin/view/wp-slimstat-db.php:99
|
1449 |
msgid "hours"
|
1450 |
+
msgstr "horas"
|
1451 |
|
1452 |
+
#: ../admin/view/index.php:93
|
1453 |
msgid "mins"
|
1454 |
+
msgstr "mins"
|
1455 |
|
1456 |
+
#: ../admin/view/index.php:102
|
|
|
1457 |
msgid "Reset Filters"
|
1458 |
+
msgstr "Restablecer filtros"
|
1459 |
|
1460 |
+
#: ../admin/view/index.php:121
|
1461 |
#, php-format
|
1462 |
msgid ""
|
1463 |
"Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
|
1464 |
"country of origin."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: ../admin/view/index.php:125
|
1468 |
#, php-format
|
1469 |
msgid ""
|
1470 |
"A caching plugin has been detected on your website. Please <a href='%s' "
|
1471 |
+
"target='_blank'>make sure to configure</a> Slimstat Analytics accordingly, to "
|
1472 |
+
"get accurate information."
|
1473 |
msgstr ""
|
1474 |
|
1475 |
#: ../admin/view/layout.php:47
|
1478 |
|
1479 |
#: ../admin/view/layout.php:48
|
1480 |
msgid ""
|
1481 |
+
"Drag and drop report placeholders from one container to another, to customize "
|
1482 |
+
"the information you want to see right away when you open Slimstat. Place two "
|
1483 |
+
"or more charts on the same view, clone reports or move them to the Inactive "
|
1484 |
+
"Reports container for improved performance. It is your website, and you know "
|
1485 |
+
"how metrics should be combined to get a clear picture of the traffic it "
|
1486 |
+
"generates.<br/><br/><strong>Note</strong>: if a placeholder is greyed out, it "
|
1487 |
+
"means that the corresponding report is currently hidden (Screen Options tab)."
|
|
|
1488 |
msgstr ""
|
1489 |
|
1490 |
#: ../admin/view/layout.php:64
|
1492 |
msgstr ""
|
1493 |
|
1494 |
#: ../admin/view/layout.php:68
|
|
|
1495 |
msgid "Delete"
|
1496 |
+
msgstr "Borrar"
|
1497 |
|
1498 |
#: ../admin/view/right-now.php:16
|
1499 |
msgid "Human"
|
1500 |
+
msgstr "Humano"
|
1501 |
|
1502 |
#: ../admin/view/right-now.php:16
|
1503 |
msgid "Bot/Crawler"
|
1512 |
msgstr "Lector de Sindicación"
|
1513 |
|
1514 |
#: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
|
1515 |
+
#: ../admin/view/wp-slimstat-reports.php:1757
|
1516 |
msgid "No data to display"
|
1517 |
msgstr "No hay datos que mostrar"
|
1518 |
|
1523 |
|
1524 |
# Unknown
|
1525 |
#: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1088
|
1526 |
+
#: ../admin/view/wp-slimstat-reports.php:1800 ../wp-slimstat.php:1247
|
1527 |
msgid "c-"
|
1528 |
msgstr "Unknown"
|
1529 |
|
1530 |
#: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-db.php:60
|
1531 |
+
#: ../admin/wp-slimstat-admin.php:1339 ../admin/wp-slimstat-admin.php:1379
|
1532 |
msgid "Originating IP"
|
1533 |
msgstr "IP de Origen"
|
1534 |
|
1535 |
+
#: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-reports.php:1193
|
1536 |
+
#: ../admin/view/wp-slimstat-reports.php:1198
|
1537 |
+
#: ../admin/view/wp-slimstat-reports.php:1203
|
|
|
1538 |
msgid "Open this URL in a new window"
|
1539 |
+
msgstr "Abrir este URL en una nueva ventana"
|
1540 |
|
1541 |
+
#: ../admin/view/right-now.php:169
|
1542 |
msgid "Local search results page"
|
1543 |
msgstr "Página de resultados de búsqueda local"
|
1544 |
|
1545 |
+
#: ../admin/view/right-now.php:178 ../admin/view/wp-slimstat-db.php:42
|
1546 |
#: ../admin/view/wp-slimstat-reports.php:242
|
1547 |
+
#: ../admin/view/wp-slimstat-reports.php:252 ../admin/wp-slimstat-admin.php:1342
|
1548 |
+
#: ../admin/wp-slimstat-admin.php:1358
|
|
|
1549 |
msgid "Search Terms"
|
1550 |
+
msgstr "Términos de búsqueda"
|
1551 |
|
1552 |
+
#: ../admin/view/right-now.php:190
|
1553 |
msgid "Server Latency and Page Speed in milliseconds"
|
1554 |
+
msgstr "Latencia del servidor y velocidad de página en milisegundos"
|
1555 |
|
1556 |
+
#: ../admin/view/right-now.php:190
|
1557 |
msgid "SL"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: ../admin/view/right-now.php:190
|
1561 |
msgid "PS"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: ../admin/view/right-now.php:197
|
|
|
1565 |
msgid "Time spent on this page"
|
1566 |
+
msgstr "Tiempo pasado en esta página"
|
1567 |
|
1568 |
+
#: ../admin/view/right-now.php:207
|
1569 |
#, fuzzy
|
1570 |
msgid "Open this referrer in a new window"
|
1571 |
msgstr "Abrir referido en una nueva página"
|
1572 |
|
1573 |
+
#: ../admin/view/right-now.php:208
|
|
|
1574 |
msgid "Content Type"
|
1575 |
+
msgstr "Tipo de contenido"
|
1576 |
|
1577 |
+
#: ../admin/view/right-now.php:215
|
|
|
1578 |
msgid "Open this outbound link in a new window"
|
1579 |
+
msgstr "Abrir enlace externo en una nueva ventana"
|
1580 |
|
1581 |
+
#: ../admin/view/right-now.php:223
|
|
|
1582 |
msgid "Delete this pageview"
|
1583 |
+
msgstr "Borrar esta visita"
|
1584 |
|
1585 |
+
#: ../admin/view/right-now.php:235
|
|
|
1586 |
msgid "User Logged In"
|
1587 |
+
msgstr "Usuario registrado"
|
1588 |
|
1589 |
+
#: ../admin/view/right-now.php:245
|
|
|
1590 |
msgid "User Logged Out"
|
1591 |
+
msgstr "Usuario no registrado"
|
1592 |
|
1593 |
+
#: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1355
|
1594 |
msgid "Browser"
|
1595 |
msgstr "Navegador"
|
1596 |
|
1597 |
+
#: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1356
|
1598 |
msgid "Country Code"
|
1599 |
msgstr "Código de Pais"
|
1600 |
|
1602 |
msgid "IP Address"
|
1603 |
msgstr "Dirección IP"
|
1604 |
|
1605 |
+
#: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1359
|
1606 |
msgid "Language Code"
|
1607 |
msgstr "Código de Idioma"
|
1608 |
|
1609 |
#: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
|
1610 |
+
#: ../admin/wp-slimstat-admin.php:1360
|
1611 |
msgid "Operating System"
|
1612 |
msgstr "Sistema Operativo"
|
1613 |
|
1614 |
#: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
|
1615 |
+
#: ../admin/wp-slimstat-admin.php:1361
|
1616 |
msgid "Permalink"
|
1617 |
msgstr "Enlace Permanente"
|
1618 |
|
1619 |
#: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
|
1620 |
+
#: ../admin/wp-slimstat-admin.php:1362
|
1621 |
msgid "Referer"
|
1622 |
msgstr "Referido"
|
1623 |
|
1624 |
#: ../admin/view/wp-slimstat-db.php:47
|
|
|
1625 |
msgid "Visitor's Username"
|
1626 |
+
msgstr "Nombre del usuario del visitante"
|
1627 |
|
1628 |
+
#: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1345
|
|
|
1629 |
msgid "Outbound Link"
|
1630 |
+
msgstr "Enlace Saliente"
|
1631 |
|
1632 |
#: ../admin/view/wp-slimstat-db.php:49
|
1633 |
msgid "Page Speed"
|
1634 |
+
msgstr "Velocidad de página"
|
1635 |
|
1636 |
#: ../admin/view/wp-slimstat-db.php:51
|
1637 |
msgid "-- Advanced filters --"
|
1638 |
msgstr "-- Filtros Avanzados --"
|
1639 |
|
1640 |
+
#: ../admin/view/wp-slimstat-db.php:52 ../admin/view/wp-slimstat-reports.php:372
|
|
|
|
|
1641 |
msgid "Browser Capabilities"
|
1642 |
+
msgstr "Capacidades de navegador"
|
1643 |
|
1644 |
+
#: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1374
|
1645 |
#, fuzzy
|
1646 |
msgid "Browser Version"
|
1647 |
msgstr "Versión del Navegador"
|
1648 |
|
1649 |
+
#: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1375
|
1650 |
#, fuzzy
|
1651 |
msgid "Browser Type"
|
1652 |
msgstr "Navegador"
|
1653 |
|
1654 |
+
#: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1344
|
|
|
1655 |
msgid "User Agent"
|
1656 |
+
msgstr "Agente de usuario"
|
1657 |
|
1658 |
#: ../admin/view/wp-slimstat-db.php:56
|
|
|
1659 |
msgid "Annotations"
|
1660 |
+
msgstr "Anotaciones"
|
1661 |
|
1662 |
#: ../admin/view/wp-slimstat-db.php:57
|
1663 |
msgid "Server Latency"
|
1664 |
+
msgstr "Latencia del servidor"
|
1665 |
|
1666 |
+
#: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1377
|
1667 |
msgid "Post Author"
|
1668 |
msgstr "Autor de la entrada(sección)"
|
1669 |
|
1670 |
+
#: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1378
|
1671 |
msgid "Post Category ID"
|
1672 |
msgstr "ID de la entrada(sección) de la Categoria"
|
1673 |
|
1674 |
+
#: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1380
|
|
|
1675 |
msgid "Resource Content Type"
|
1676 |
+
msgstr "Tipo de contenido del recusro"
|
1677 |
|
1678 |
#: ../admin/view/wp-slimstat-db.php:62
|
|
|
1679 |
msgid "Resource ID"
|
1680 |
+
msgstr "ID del recurso"
|
1681 |
|
1682 |
#: ../admin/view/wp-slimstat-db.php:63
|
1683 |
msgid "Screen Width"
|
1684 |
+
msgstr "Ancho de la pantalla"
|
1685 |
|
1686 |
#: ../admin/view/wp-slimstat-db.php:64
|
|
|
1687 |
msgid "Screen Height"
|
1688 |
+
msgstr "Alto de Pantalla"
|
1689 |
|
1690 |
#: ../admin/view/wp-slimstat-db.php:65
|
1691 |
msgid "Viewport Size"
|
1692 |
+
msgstr "Tamaño de ventana"
|
1693 |
|
1694 |
+
#: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1382
|
|
|
1695 |
msgid "Visit ID"
|
1696 |
+
msgstr "ID de Visitas"
|
1697 |
|
1698 |
#: ../admin/view/wp-slimstat-db.php:81
|
1699 |
msgid "is between (x,y)"
|
1700 |
+
msgstr "está entre (x,y)"
|
1701 |
|
1702 |
#: ../admin/view/wp-slimstat-db.php:92
|
1703 |
msgid "Minute"
|
1704 |
+
msgstr "Minuto"
|
1705 |
|
1706 |
#: ../admin/view/wp-slimstat-db.php:97
|
1707 |
msgid "+/-"
|
1708 |
+
msgstr "+/-"
|
1709 |
|
1710 |
#: ../admin/view/wp-slimstat-db.php:100
|
|
|
1711 |
msgid "minutes"
|
1712 |
+
msgstr "minutos"
|
1713 |
|
1714 |
#: ../admin/view/wp-slimstat-db.php:101
|
1715 |
msgid "Timestamp"
|
1716 |
+
msgstr "Fecha/hora"
|
1717 |
|
1718 |
#: ../admin/view/wp-slimstat-db.php:102
|
1719 |
msgid "Exit Timestamp"
|
1720 |
+
msgstr "Salir fecha/hora"
|
1721 |
|
1722 |
#: ../admin/view/wp-slimstat-db.php:105
|
1723 |
msgid "Language"
|
1725 |
|
1726 |
#: ../admin/view/wp-slimstat-db.php:109
|
1727 |
msgid "Metric"
|
1728 |
+
msgstr "Metrico"
|
1729 |
|
1730 |
#: ../admin/view/wp-slimstat-db.php:110
|
1731 |
msgid "Value"
|
1732 |
+
msgstr "Valor"
|
1733 |
|
1734 |
#: ../admin/view/wp-slimstat-db.php:111 ../admin/view/wp-slimstat-db.php:112
|
1735 |
msgid "Notes"
|
1736 |
+
msgstr "Notas"
|
1737 |
|
1738 |
#: ../admin/view/wp-slimstat-db.php:115
|
1739 |
msgid "Event ID"
|
1740 |
+
msgstr "ID evento"
|
1741 |
|
1742 |
#: ../admin/view/wp-slimstat-db.php:116
|
1743 |
+
#: ../admin/view/wp-slimstat-reports.php:1771
|
1744 |
msgid "Type"
|
1745 |
+
msgstr "Tipo"
|
1746 |
|
1747 |
#: ../admin/view/wp-slimstat-db.php:117
|
|
|
1748 |
msgid "Event Description"
|
1749 |
+
msgstr "Descripción evento"
|
1750 |
|
1751 |
#: ../admin/view/wp-slimstat-db.php:118
|
|
|
1752 |
msgid "Event Coordinates"
|
1753 |
+
msgstr "Coordenadas evento"
|
1754 |
|
1755 |
#: ../admin/view/wp-slimstat-db.php:120
|
|
|
1756 |
msgid "Direction"
|
1757 |
+
msgstr "Dirección"
|
1758 |
|
1759 |
#: ../admin/view/wp-slimstat-db.php:122
|
1760 |
msgid "Offset"
|
1761 |
+
msgstr "Distancia"
|
1762 |
|
1763 |
#: ../admin/view/wp-slimstat-reports.php:65
|
1764 |
msgid "Chart controls"
|
1773 |
msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
|
1774 |
|
1775 |
#: ../admin/view/wp-slimstat-reports.php:68
|
|
|
1776 |
msgid "Visitors Activity"
|
1777 |
+
msgstr "Actividad visitantes"
|
1778 |
|
1779 |
#: ../admin/view/wp-slimstat-reports.php:77
|
|
|
1780 |
msgid "Color codes"
|
1781 |
+
msgstr "Código de color"
|
1782 |
|
1783 |
#: ../admin/view/wp-slimstat-reports.php:77
|
|
|
1784 |
msgid "From search result page"
|
1785 |
+
msgstr "Desde una página de resultados de búsqueda"
|
1786 |
|
1787 |
+
#: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:1337
|
|
|
|
|
1788 |
msgid "Known Visitor"
|
1789 |
+
msgstr "Visitante conocido"
|
1790 |
|
1791 |
#: ../admin/view/wp-slimstat-reports.php:77
|
|
|
1792 |
msgid "Known Users"
|
1793 |
+
msgstr "Visitantes conocidos"
|
1794 |
|
1795 |
#: ../admin/view/wp-slimstat-reports.php:77
|
1796 |
msgid "Other Humans"
|
1802 |
|
1803 |
#: ../admin/view/wp-slimstat-reports.php:81
|
1804 |
#: ../admin/view/wp-slimstat-reports.php:90
|
1805 |
+
#: ../admin/view/wp-slimstat-reports.php:1374
|
1806 |
+
#: ../admin/view/wp-slimstat-reports.php:1532
|
1807 |
msgid "Pageviews"
|
1808 |
msgstr "Paginas visitadas"
|
1809 |
|
1810 |
#: ../admin/view/wp-slimstat-reports.php:91
|
1811 |
#: ../admin/view/wp-slimstat-reports.php:285
|
1812 |
#: ../admin/view/wp-slimstat-reports.php:526
|
1813 |
+
#: ../admin/view/wp-slimstat-reports.php:1389
|
1814 |
+
#: ../admin/view/wp-slimstat-reports.php:1434
|
1815 |
msgid "Unique IPs"
|
1816 |
msgstr "IPs Unicas"
|
1817 |
|
1826 |
msgstr "Un vistazo"
|
1827 |
|
1828 |
#: ../admin/view/wp-slimstat-reports.php:118
|
|
|
1829 |
msgid "Currently Online"
|
1830 |
+
msgstr "Actualmente en línea"
|
1831 |
|
1832 |
#: ../admin/view/wp-slimstat-reports.php:131
|
|
|
1833 |
msgid "Recent Search Terms"
|
1834 |
+
msgstr "Búsquedas Recientes"
|
1835 |
|
1836 |
#: ../admin/view/wp-slimstat-reports.php:142
|
1837 |
msgid "Keywords used by your visitors to find your website on a search engine."
|
1840 |
"motor de búsqueda."
|
1841 |
|
1842 |
#: ../admin/view/wp-slimstat-reports.php:145
|
|
|
1843 |
msgid "Top Web Pages"
|
1844 |
+
msgstr "Principales Páginas "
|
1845 |
|
1846 |
#: ../admin/view/wp-slimstat-reports.php:156
|
1847 |
msgid ""
|
1848 |
"Here a \"page\" is not just a WordPress page type, but any webpage on your "
|
1849 |
"site, including posts, products, categories, and so on. You can set the "
|
1850 |
+
"corresponding filter where Resource Content Type equals cpt:you_cpt_slug_here "
|
1851 |
+
"to get top web pages for a specific custom post type you have."
|
|
|
1852 |
msgstr ""
|
1853 |
|
1854 |
#: ../admin/view/wp-slimstat-reports.php:159
|
|
|
1855 |
msgid "Top Referring Domains"
|
1856 |
+
msgstr "Principales dominios referentes"
|
1857 |
|
1858 |
#: ../admin/view/wp-slimstat-reports.php:173
|
|
|
1859 |
msgid "Top Known Visitors"
|
1860 |
+
msgstr "Principales usuarios conocidos"
|
1861 |
|
1862 |
#: ../admin/view/wp-slimstat-reports.php:184
|
|
|
1863 |
msgid "Top Search Terms"
|
1864 |
+
msgstr "Principales términos de búsqueda"
|
1865 |
|
1866 |
#: ../admin/view/wp-slimstat-reports.php:196
|
1867 |
msgid "Top Countries"
|
1894 |
"Filtros indicados anteriormente no se aplican a este informe."
|
1895 |
|
1896 |
#: ../admin/view/wp-slimstat-reports.php:215
|
|
|
1897 |
msgid "Top Language Families"
|
1898 |
+
msgstr "Principales Idiomas"
|
1899 |
|
1900 |
#: ../admin/view/wp-slimstat-reports.php:228
|
|
|
1901 |
msgid "Users Currently Online"
|
1902 |
+
msgstr "Usuarios actualmente en línea"
|
1903 |
|
1904 |
#: ../admin/view/wp-slimstat-reports.php:239
|
1905 |
#, fuzzy
|
1914 |
"también incluyen a los usuarios registrados."
|
1915 |
|
1916 |
#: ../admin/view/wp-slimstat-reports.php:253
|
|
|
1917 |
msgid "Unique Terms"
|
1918 |
+
msgstr "Términos únicos"
|
1919 |
|
1920 |
#: ../admin/view/wp-slimstat-reports.php:261
|
|
|
1921 |
msgid "Top Referring URLs"
|
1922 |
+
msgstr "Principales URLs referentes"
|
1923 |
|
1924 |
#: ../admin/view/wp-slimstat-reports.php:274
|
1925 |
msgid "Human Visits"
|
1926 |
msgstr "Visitas humanas"
|
1927 |
|
1928 |
#: ../admin/view/wp-slimstat-reports.php:284
|
1929 |
+
#: ../admin/view/wp-slimstat-reports.php:1430
|
1930 |
msgid "Visits"
|
1931 |
msgstr "Visitas"
|
1932 |
|
1933 |
#: ../admin/view/wp-slimstat-reports.php:293
|
|
|
1934 |
msgid "Audience Overview"
|
1935 |
+
msgstr "Visión general público"
|
1936 |
|
1937 |
#: ../admin/view/wp-slimstat-reports.php:300
|
1938 |
msgid ""
|
1941 |
msgstr ""
|
1942 |
|
1943 |
#: ../admin/view/wp-slimstat-reports.php:303
|
|
|
1944 |
msgid "Top Languages"
|
1945 |
+
msgstr "Principales Idiomas"
|
1946 |
|
1947 |
#: ../admin/view/wp-slimstat-reports.php:314
|
|
|
1948 |
msgid "Top Browsers"
|
1949 |
+
msgstr "Principales Navegadores"
|
1950 |
|
1951 |
#: ../admin/view/wp-slimstat-reports.php:325
|
|
|
1952 |
msgid "Top Service Providers"
|
1953 |
+
msgstr "Principales Proveedores de Servicio"
|
1954 |
|
1955 |
#: ../admin/view/wp-slimstat-reports.php:334
|
1956 |
#: ../admin/view/wp-slimstat-reports.php:346
|
1968 |
"SLIMStat> Filtros."
|
1969 |
|
1970 |
#: ../admin/view/wp-slimstat-reports.php:337
|
|
|
1971 |
msgid "Top Operating Systems"
|
1972 |
+
msgstr "Principales Sistemas Operativos"
|
1973 |
|
1974 |
#: ../admin/view/wp-slimstat-reports.php:349
|
|
|
1975 |
msgid "Top Screen Resolutions"
|
1976 |
+
msgstr "Principales Resoluciones de Pantalla"
|
1977 |
|
1978 |
#: ../admin/view/wp-slimstat-reports.php:361
|
1979 |
#, fuzzy
|
1981 |
msgstr "Principales Páginas de Salida"
|
1982 |
|
1983 |
#: ../admin/view/wp-slimstat-reports.php:381
|
|
|
1984 |
msgid "Visit Duration"
|
1985 |
+
msgstr "Duración de Visitas"
|
1986 |
|
1987 |
#: ../admin/view/wp-slimstat-reports.php:388
|
1988 |
#, fuzzy
|
1990 |
"All values represent the percentages of pageviews within the corresponding "
|
1991 |
"time range."
|
1992 |
msgstr ""
|
1993 |
+
"Mapa del Mundo - Los valores representan el porcentaje de visitas procedentes "
|
1994 |
+
"de ese país"
|
1995 |
|
1996 |
#: ../admin/view/wp-slimstat-reports.php:391
|
1997 |
msgid "Recent Countries"
|
1998 |
msgstr "Paises Recientes"
|
1999 |
|
2000 |
#: ../admin/view/wp-slimstat-reports.php:402
|
|
|
2001 |
msgid "Recent Viewport Sizes"
|
2002 |
+
msgstr "Tamaños de ventana Recientes"
|
2003 |
|
2004 |
#: ../admin/view/wp-slimstat-reports.php:413
|
|
|
2005 |
msgid "Recent Operating Systems"
|
2006 |
+
msgstr "Sistemas Operativos recientes"
|
2007 |
|
2008 |
#: ../admin/view/wp-slimstat-reports.php:424
|
|
|
2009 |
msgid "Recent Browsers"
|
2010 |
+
msgstr "Navegadores Recientes"
|
2011 |
|
2012 |
#: ../admin/view/wp-slimstat-reports.php:435
|
|
|
2013 |
msgid "Recent Languages"
|
2014 |
+
msgstr "Idiomas Recientes"
|
2015 |
|
2016 |
#: ../admin/view/wp-slimstat-reports.php:446
|
|
|
2017 |
msgid "Top Browser Families"
|
2018 |
+
msgstr "Principales Navegadores"
|
2019 |
|
2020 |
#: ../admin/view/wp-slimstat-reports.php:455
|
2021 |
msgid ""
|
2038 |
"considerado) son populares entre los visitantes."
|
2039 |
|
2040 |
#: ../admin/view/wp-slimstat-reports.php:472
|
|
|
2041 |
msgid "Recent Users"
|
2042 |
+
msgstr "Usuarios recientes"
|
2043 |
|
2044 |
#: ../admin/view/wp-slimstat-reports.php:484
|
|
|
2045 |
msgid "Top Users"
|
2046 |
+
msgstr "Principales usuarios"
|
2047 |
|
2048 |
#: ../admin/view/wp-slimstat-reports.php:496
|
2049 |
#: ../admin/view/wp-slimstat-reports.php:505
|
2050 |
#, fuzzy
|
2051 |
msgid "Users"
|
2052 |
+
msgstr "Usuarios"
|
2053 |
|
2054 |
#: ../admin/view/wp-slimstat-reports.php:506
|
|
|
2055 |
msgid "Unique Users"
|
2056 |
+
msgstr "Usuarios únicos"
|
2057 |
|
2058 |
+
#: ../admin/view/wp-slimstat-reports.php:515 ../admin/wp-slimstat-admin.php:56
|
|
|
2059 |
msgid "Traffic Sources"
|
2060 |
msgstr "Origen del Tráfico"
|
2061 |
|
2064 |
msgstr "Dominios"
|
2065 |
|
2066 |
#: ../admin/view/wp-slimstat-reports.php:534
|
|
|
2067 |
msgid "Traffic Summary"
|
2068 |
+
msgstr "Resumen del Tráfico"
|
2069 |
|
2070 |
#: ../admin/view/wp-slimstat-reports.php:543
|
|
|
2071 |
msgid "Top Referring Search Engines"
|
2072 |
+
msgstr "Principales Motores de Búsqueda"
|
2073 |
|
2074 |
#: ../admin/view/wp-slimstat-reports.php:572
|
2075 |
msgid "Recent Outbound Links"
|
2078 |
#: ../admin/view/wp-slimstat-reports.php:584
|
2079 |
#, fuzzy
|
2080 |
msgid "Recent Posts"
|
2081 |
+
msgstr "Entradas recientes"
|
2082 |
|
2083 |
#: ../admin/view/wp-slimstat-reports.php:612
|
2084 |
msgid "Recent Feeds"
|
2100 |
"Wordpress"
|
2101 |
|
2102 |
#: ../admin/view/wp-slimstat-reports.php:649
|
|
|
2103 |
msgid "Top Categories"
|
2104 |
+
msgstr "Principales categorías"
|
2105 |
|
2106 |
#: ../admin/view/wp-slimstat-reports.php:662
|
|
|
2107 |
msgid "Top Downloads"
|
2108 |
+
msgstr "Principales Descargas"
|
2109 |
|
2110 |
#: ../admin/view/wp-slimstat-reports.php:673
|
2111 |
msgid ""
|
2113 |
msgstr ""
|
2114 |
|
2115 |
#: ../admin/view/wp-slimstat-reports.php:676
|
|
|
2116 |
msgid "Recent Events"
|
2117 |
+
msgstr "Eventos Recientes"
|
2118 |
|
2119 |
#: ../admin/view/wp-slimstat-reports.php:685
|
2120 |
#: ../admin/view/wp-slimstat-reports.php:709
|
2128 |
"aprovechar esta funcionalidad."
|
2129 |
|
2130 |
#: ../admin/view/wp-slimstat-reports.php:688
|
|
|
2131 |
msgid "Top Posts"
|
2132 |
+
msgstr "Principales entradas"
|
2133 |
|
2134 |
#: ../admin/view/wp-slimstat-reports.php:700
|
|
|
2135 |
msgid "Top Events"
|
2136 |
+
msgstr "Principales eventos"
|
2137 |
|
2138 |
#: ../admin/view/wp-slimstat-reports.php:712
|
|
|
2139 |
msgid "Top Internal Searches"
|
2140 |
+
msgstr "Principales Búsquedas Internas"
|
2141 |
|
2142 |
#: ../admin/view/wp-slimstat-reports.php:724
|
|
|
2143 |
msgid "Recent Categories"
|
2144 |
+
msgstr "Categorías Recientes"
|
2145 |
|
2146 |
#: ../admin/view/wp-slimstat-reports.php:736
|
|
|
2147 |
msgid "Top Pages Not Found"
|
2148 |
+
msgstr "Principales Páginas no encontradas"
|
2149 |
|
2150 |
#: ../admin/view/wp-slimstat-reports.php:748
|
|
|
2151 |
msgid "Top Authors"
|
2152 |
+
msgstr "Principales autores"
|
2153 |
|
2154 |
#: ../admin/view/wp-slimstat-reports.php:759
|
|
|
2155 |
msgid "Top Tags"
|
2156 |
+
msgstr "Principales etiquetas"
|
2157 |
|
2158 |
#: ../admin/view/wp-slimstat-reports.php:771
|
2159 |
msgid "Recent Downloads"
|
2178 |
"arriba."
|
2179 |
|
2180 |
#: ../admin/view/wp-slimstat-reports.php:805
|
|
|
2181 |
msgid "Top Bounce Pages"
|
2182 |
+
msgstr "Principales páginas de rebote"
|
2183 |
|
2184 |
#: ../admin/view/wp-slimstat-reports.php:818
|
2185 |
#, fuzzy
|
2187 |
msgstr "Principales Páginas de Salida"
|
2188 |
|
2189 |
#: ../admin/view/wp-slimstat-reports.php:831
|
|
|
2190 |
msgid "Top Entry Pages"
|
2191 |
+
msgstr "Principales Páginas de Entrada"
|
2192 |
|
2193 |
#: ../admin/view/wp-slimstat-reports.php:844
|
|
|
2194 |
msgid "Pages with Outbound Links"
|
2195 |
+
msgstr "Páginas con Enlaces Salientes"
|
2196 |
|
2197 |
#: ../admin/view/wp-slimstat-reports.php:853
|
|
|
2198 |
msgid "Outbound Links"
|
2199 |
+
msgstr "Enlaces Salientes"
|
2200 |
|
2201 |
#: ../admin/view/wp-slimstat-reports.php:854
|
2202 |
msgid "Unique Outbound"
|
2203 |
+
msgstr "Enlaces salientes únicos"
|
2204 |
|
2205 |
#: ../admin/view/wp-slimstat-reports.php:863
|
2206 |
msgid "World Map"
|
2229 |
#: ../admin/view/wp-slimstat-reports.php:1106
|
2230 |
#, fuzzy
|
2231 |
msgid "Code"
|
2232 |
+
msgstr "Código"
|
2233 |
|
2234 |
#: ../admin/view/wp-slimstat-reports.php:1102
|
2235 |
+
#: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1259
|
2236 |
msgid "l-"
|
2237 |
msgstr "l-"
|
2238 |
|
2239 |
#: ../admin/view/wp-slimstat-reports.php:1119
|
2240 |
+
#, fuzzy
|
2241 |
msgid "URL"
|
2242 |
+
msgstr "URL"
|
2243 |
|
2244 |
+
#: ../admin/view/wp-slimstat-reports.php:1138
|
|
|
2245 |
msgid "Referrer"
|
2246 |
+
msgstr "Referente"
|
2247 |
|
2248 |
+
#: ../admin/view/wp-slimstat-reports.php:1341
|
2249 |
#, fuzzy
|
2250 |
msgid "Dataset Size"
|
2251 |
msgstr "Tamaño de los Datos"
|
2252 |
|
2253 |
+
#: ../admin/view/wp-slimstat-reports.php:1343
|
2254 |
msgid "Total number of records stored in the database."
|
2255 |
+
msgstr "Número total de registros en la BD"
|
2256 |
|
2257 |
+
#: ../admin/view/wp-slimstat-reports.php:1345
|
|
|
2258 |
msgid "DB Size"
|
2259 |
+
msgstr "Tamaño de la BD"
|
2260 |
|
2261 |
+
#: ../admin/view/wp-slimstat-reports.php:1348
|
|
|
2262 |
msgid "Tracking Enabled"
|
2263 |
+
msgstr "Rastreo Activo"
|
2264 |
|
2265 |
+
#: ../admin/view/wp-slimstat-reports.php:1351
|
2266 |
msgid "Javascript Mode"
|
2267 |
msgstr "Modo Javascript"
|
2268 |
|
2269 |
+
#: ../admin/view/wp-slimstat-reports.php:1354
|
2270 |
msgid "Tracking Browser Caps"
|
2271 |
msgstr "Caps para rastreo de Navegador"
|
2272 |
|
2273 |
+
#: ../admin/view/wp-slimstat-reports.php:1357
|
2274 |
msgid "Auto purge"
|
2275 |
msgstr "Autopurgar"
|
2276 |
|
2277 |
+
#: ../admin/view/wp-slimstat-reports.php:1358
|
2278 |
+
#: ../admin/wp-slimstat-admin.php:1195
|
|
|
|
|
|
|
|
|
2279 |
#, fuzzy
|
2280 |
+
msgid "Off"
|
2281 |
+
msgstr "Apagado"
|
2282 |
+
|
2283 |
+
#: ../admin/view/wp-slimstat-reports.php:1360
|
2284 |
msgid "Oldest pageview"
|
2285 |
+
msgstr "Visita más antigua"
|
2286 |
|
2287 |
+
#: ../admin/view/wp-slimstat-reports.php:1361
|
|
|
2288 |
msgid "No visits"
|
2289 |
+
msgstr "Sin visitas"
|
2290 |
|
2291 |
+
#: ../admin/view/wp-slimstat-reports.php:1363 ../admin/wp-slimstat-admin.php:62
|
|
|
|
|
2292 |
msgid "Geolocation"
|
2293 |
+
msgstr "Geolocalización"
|
2294 |
|
2295 |
+
#: ../admin/view/wp-slimstat-reports.php:1365
|
2296 |
msgid "Date when the MaxMind Geolocation database was last updated."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: ../admin/view/wp-slimstat-reports.php:1376
|
2300 |
+
#: ../admin/view/wp-slimstat-reports.php:1534
|
2301 |
#, fuzzy
|
2302 |
msgid ""
|
2303 |
"A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
|
2306 |
"Una petición para cargar un archivo HTML único. WP SlimStat registra un "
|
2307 |
"\"pageview\" cada vez que se ejecuta el código de rastreo."
|
2308 |
|
2309 |
+
#: ../admin/view/wp-slimstat-reports.php:1378
|
|
|
2310 |
msgid "Days in Range"
|
2311 |
+
msgstr "Días en rango"
|
2312 |
|
2313 |
+
#: ../admin/view/wp-slimstat-reports.php:1381
|
|
|
2314 |
msgid "Average Daily Pageviews"
|
2315 |
+
msgstr "Promedio Paginas Visitadas diarias"
|
2316 |
|
2317 |
+
#: ../admin/view/wp-slimstat-reports.php:1383
|
2318 |
#, fuzzy
|
2319 |
msgid ""
|
2320 |
"How many pages have been visited on average every day during the current "
|
2321 |
"period."
|
2322 |
msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
|
2323 |
|
2324 |
+
#: ../admin/view/wp-slimstat-reports.php:1385
|
|
|
2325 |
msgid "From Search Results"
|
2326 |
+
msgstr "De resultados de búsqueda"
|
2327 |
|
2328 |
+
#: ../admin/view/wp-slimstat-reports.php:1387
|
2329 |
msgid ""
|
2330 |
"Visitors who landed on your site after searching for a keyword on Google, "
|
2331 |
"Yahoo, etc."
|
2333 |
"Visitantes que han llegado a su sitio después de buscar una palabra clave en "
|
2334 |
"Google, yahoo, etc."
|
2335 |
|
2336 |
+
#: ../admin/view/wp-slimstat-reports.php:1391
|
2337 |
msgid ""
|
2338 |
"Used to differentiate between multiple requests to download a file from one "
|
2339 |
"internet address (IP) and requests originating from many distinct addresses"
|
2342 |
"desde una dirección de internet (IP) y peticiones que se originan en muchas "
|
2343 |
"diferentes direcciones"
|
2344 |
|
2345 |
+
#: ../admin/view/wp-slimstat-reports.php:1393
|
2346 |
msgid "Last 30 minutes"
|
2347 |
msgstr "Últimos 30 minutos"
|
2348 |
|
2349 |
+
#: ../admin/view/wp-slimstat-reports.php:1432
|
2350 |
msgid ""
|
2351 |
"A visit is a session of at most 30 minutes. Returning visitors are counted "
|
2352 |
"multiple times if they perform multiple visits."
|
2353 |
msgstr ""
|
2354 |
+
"Una visita es una sesión de máximo 30 minutos. Los visitantes recurrentes se "
|
2355 |
+
"cuentan múltiples veces si llevan a cabo múltiples visitas."
|
2356 |
|
2357 |
+
#: ../admin/view/wp-slimstat-reports.php:1436
|
2358 |
msgid "It includes only traffic generated by human visitors."
|
2359 |
msgstr "Incluye sólo tráfico generado por visitantes humanos."
|
2360 |
|
2361 |
+
#: ../admin/view/wp-slimstat-reports.php:1438
|
2362 |
msgid "Bounce rate"
|
2363 |
msgstr "Porcentaje de Abandonos"
|
2364 |
|
2365 |
+
#: ../admin/view/wp-slimstat-reports.php:1440
|
2366 |
msgid ""
|
2367 |
"Percentage of single-page visits, i.e. visits in which the person left your "
|
2368 |
"site from the entrance page."
|
2370 |
"Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
|
2371 |
"dejó su sitio desde la página de entrada."
|
2372 |
|
2373 |
+
#: ../admin/view/wp-slimstat-reports.php:1442
|
|
|
2374 |
msgid "Known visitors"
|
2375 |
+
msgstr "Visitantes conocidos"
|
2376 |
|
2377 |
+
#: ../admin/view/wp-slimstat-reports.php:1444
|
2378 |
msgid "Visitors who had previously left a comment on your blog."
|
2379 |
msgstr "Visitantes que han dejado un comentario en su blog previamente."
|
2380 |
|
2381 |
+
#: ../admin/view/wp-slimstat-reports.php:1446
|
|
|
2382 |
msgid "New visitors"
|
2383 |
+
msgstr "Visitantes nuevos"
|
2384 |
|
2385 |
+
#: ../admin/view/wp-slimstat-reports.php:1448
|
2386 |
msgid "Human users who visited your site only once."
|
2387 |
msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
|
2388 |
|
2389 |
+
#: ../admin/view/wp-slimstat-reports.php:1450
|
2390 |
msgid "Bots"
|
2391 |
msgstr "Motores de Búsqueda"
|
2392 |
|
2393 |
+
#: ../admin/view/wp-slimstat-reports.php:1453
|
2394 |
#, fuzzy
|
2395 |
msgid "Pageviews per visit"
|
2396 |
msgstr "Páginas por visita"
|
2397 |
|
2398 |
+
#: ../admin/view/wp-slimstat-reports.php:1456
|
2399 |
msgid "Longest visit"
|
2400 |
msgstr "Visita más larga"
|
2401 |
|
2402 |
+
#: ../admin/view/wp-slimstat-reports.php:1457
|
2403 |
#, fuzzy
|
2404 |
msgid "hits"
|
2405 |
msgstr "Visitas"
|
2406 |
|
2407 |
+
#: ../admin/view/wp-slimstat-reports.php:1468
|
2408 |
msgid "0 - 30 seconds"
|
2409 |
msgstr "0 - 30 segundos"
|
2410 |
|
2411 |
+
#: ../admin/view/wp-slimstat-reports.php:1474
|
2412 |
msgid "31 - 60 seconds"
|
2413 |
msgstr "31 - 60 segundos"
|
2414 |
|
2415 |
+
#: ../admin/view/wp-slimstat-reports.php:1480
|
2416 |
msgid "1 - 3 minutes"
|
2417 |
msgstr "1 - 3 minutos"
|
2418 |
|
2419 |
+
#: ../admin/view/wp-slimstat-reports.php:1486
|
2420 |
msgid "3 - 5 minutes"
|
2421 |
msgstr "3 - 5 minutos"
|
2422 |
|
2423 |
+
#: ../admin/view/wp-slimstat-reports.php:1492
|
2424 |
msgid "5 - 7 minutes"
|
2425 |
msgstr "5 - 7 minutos"
|
2426 |
|
2427 |
+
#: ../admin/view/wp-slimstat-reports.php:1498
|
2428 |
msgid "7 - 10 minutes"
|
2429 |
msgstr "7 - 10 minutos"
|
2430 |
|
2431 |
+
#: ../admin/view/wp-slimstat-reports.php:1504
|
2432 |
msgid "More than 10 minutes"
|
2433 |
msgstr "Más de 10 minutos"
|
2434 |
|
2435 |
+
#: ../admin/view/wp-slimstat-reports.php:1516
|
|
|
2436 |
msgid "Average visit duration"
|
2437 |
+
msgstr "Duración promedio visitas"
|
2438 |
|
2439 |
+
#: ../admin/view/wp-slimstat-reports.php:1536
|
|
|
2440 |
msgid "Unique Referrers"
|
2441 |
+
msgstr "Referentes únicos"
|
2442 |
|
2443 |
+
#: ../admin/view/wp-slimstat-reports.php:1538
|
2444 |
msgid ""
|
2445 |
"A referrer (or referring site) is the site that a visitor previously visited "
|
2446 |
"before following a link to your site."
|
2448 |
"Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
|
2449 |
"acceso antes de seguir un enlace a su sitio."
|
2450 |
|
2451 |
+
#: ../admin/view/wp-slimstat-reports.php:1540
|
|
|
2452 |
msgid "Direct Pageviews"
|
2453 |
+
msgstr "Paginas visitadas directas"
|
2454 |
|
2455 |
+
#: ../admin/view/wp-slimstat-reports.php:1542
|
2456 |
msgid ""
|
2457 |
"Visitors who visited the site by typing the URL directly into their browser. "
|
2458 |
"<em>Direct</em> can also refer to the visitors who clicked on the links from "
|
2464 |
"hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
|
2465 |
"enlaces de documentos que no incluyen variables de rastreo."
|
2466 |
|
2467 |
+
#: ../admin/view/wp-slimstat-reports.php:1544
|
2468 |
msgid "From a search result"
|
2469 |
msgstr "Desde un resultado de búsqueda"
|
2470 |
|
2471 |
+
#: ../admin/view/wp-slimstat-reports.php:1546
|
2472 |
msgid ""
|
2473 |
"Visitors who came to your site via searches on Google or some other search "
|
2474 |
"engine."
|
2476 |
"Visitantes que llegaron a su sitio después de buscar una palabra clave en "
|
2477 |
"Google, yahoo, etc."
|
2478 |
|
2479 |
+
#: ../admin/view/wp-slimstat-reports.php:1548
|
|
|
2480 |
msgid "Unique Landing Pages"
|
2481 |
+
msgstr "Páginas destino únicas"
|
2482 |
|
2483 |
+
#: ../admin/view/wp-slimstat-reports.php:1550
|
2484 |
msgid ""
|
2485 |
"The first page that a user views during a session. This is also known as the "
|
2486 |
"<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
|
2488 |
"a landing page."
|
2489 |
msgstr ""
|
2490 |
"La primera página que el usuario ve en una sesión. También se conoce como "
|
2491 |
+
"<em>página de entrada</em>. Por ejemplo, si buscan “Espacio de oficina en "
|
2492 |
+
"Brooklyn,†y llegan a su página de inicio, se cuenta (para esa visita) como "
|
2493 |
"página de entrada."
|
2494 |
|
2495 |
+
#: ../admin/view/wp-slimstat-reports.php:1552
|
|
|
2496 |
msgid "Bounce Pages"
|
2497 |
+
msgstr "Páginas rebote"
|
2498 |
|
2499 |
+
#: ../admin/view/wp-slimstat-reports.php:1554
|
2500 |
#, fuzzy
|
2501 |
msgid "Number of single page visits to your site over the selected period."
|
2502 |
msgstr "Número de visitas a una página en el período seleccionado."
|
2503 |
|
2504 |
+
#: ../admin/view/wp-slimstat-reports.php:1556
|
|
|
2505 |
msgid "New Visitors Rate"
|
2506 |
+
msgstr "Proporción visitantes nuevos"
|
2507 |
|
2508 |
+
#: ../admin/view/wp-slimstat-reports.php:1558
|
2509 |
#, fuzzy
|
2510 |
msgid ""
|
2511 |
"Percentage of single page visits, i.e. visits in which the person left your "
|
2514 |
"Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
|
2515 |
"dejó su sitio desde la página de entrada."
|
2516 |
|
2517 |
+
#: ../admin/view/wp-slimstat-reports.php:1560
|
|
|
2518 |
msgid "Currently from search engines"
|
2519 |
+
msgstr "Actualmente de Motores de Búsqueda"
|
2520 |
|
2521 |
+
#: ../admin/view/wp-slimstat-reports.php:1562
|
2522 |
msgid ""
|
2523 |
"Visitors who visited the site in the last 5 minutes coming from a search "
|
2524 |
"engine."
|
2526 |
"Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
|
2527 |
"motor de búsqueda."
|
2528 |
|
2529 |
+
#: ../admin/view/wp-slimstat-reports.php:1580
|
|
|
2530 |
msgid "Backlinks"
|
2531 |
+
msgstr "Vínculos"
|
2532 |
|
2533 |
+
#: ../admin/view/wp-slimstat-reports.php:1581
|
2534 |
#, fuzzy
|
2535 |
msgid "Number of external equity links to your website."
|
2536 |
msgstr ""
|
2537 |
"Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
|
2538 |
|
2539 |
+
#: ../admin/view/wp-slimstat-reports.php:1585
|
2540 |
msgid "MozRank"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: ../admin/view/wp-slimstat-reports.php:1586
|
2544 |
msgid ""
|
2545 |
+
"MozRank of the URL, in a normalized 10-point score. MozRank represents a link "
|
2546 |
+
"popularity score. It reflects the importance of any given web page on the "
|
2547 |
+
"Internet."
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: ../admin/view/wp-slimstat-reports.php:1590
|
|
|
2551 |
msgid "Equity Links"
|
2552 |
+
msgstr ""
|
2553 |
|
2554 |
+
#: ../admin/view/wp-slimstat-reports.php:1591
|
2555 |
msgid ""
|
2556 |
"Number of authority-passing links (including followed links and redirects, "
|
2557 |
+
"internal or external) to your website. Set the permalink filter here above to "
|
2558 |
+
"get the corresponding metrics in this report."
|
2559 |
msgstr ""
|
2560 |
|
2561 |
+
#: ../admin/view/wp-slimstat-reports.php:1595
|
2562 |
msgid "Facebook Shares"
|
2563 |
msgstr "Compartidas en Facebook"
|
2564 |
|
2565 |
+
#: ../admin/view/wp-slimstat-reports.php:1600
|
|
|
2566 |
msgid "Facebook Clicks"
|
2567 |
+
msgstr "Clics en Facebook"
|
2568 |
|
2569 |
+
#: ../admin/view/wp-slimstat-reports.php:1601
|
2570 |
msgid "How many times links to your website have been clicked on Facebook."
|
2571 |
msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
|
2572 |
|
2573 |
+
#: ../admin/view/wp-slimstat-reports.php:1605
|
2574 |
msgid "Alexa World Rank"
|
2575 |
msgstr "Clasificación Mundial Alexa."
|
2576 |
|
2577 |
+
#: ../admin/view/wp-slimstat-reports.php:1606
|
2578 |
msgid ""
|
2579 |
"Alexa is a subsidiary company of Amazon.com which provides commercial web "
|
2580 |
"traffic data."
|
2581 |
msgstr ""
|
2582 |
+
"Alexa es una compañía subsidiaria de Amazon.com que proporciona información "
|
2583 |
+
"de tráfico de datos."
|
2584 |
|
2585 |
+
#: ../admin/view/wp-slimstat-reports.php:1610
|
2586 |
msgid "Alexa Country Rank"
|
2587 |
msgstr "Clasificación por país Alexa"
|
2588 |
|
2589 |
+
#: ../admin/view/wp-slimstat-reports.php:1615
|
2590 |
msgid "Alexa Popularity"
|
2591 |
msgstr "Popularidad Alexa"
|
2592 |
|
2593 |
+
#: ../admin/view/wp-slimstat-reports.php:1674
|
2594 |
msgid "Alexa Delta"
|
2595 |
+
msgstr "Delta Alexa"
|
2596 |
|
2597 |
+
#: ../admin/view/wp-slimstat-reports.php:1708
|
2598 |
#, fuzzy
|
2599 |
msgid "Content Items"
|
2600 |
msgstr "Contenido"
|
2601 |
|
2602 |
+
#: ../admin/view/wp-slimstat-reports.php:1710
|
2603 |
msgid ""
|
2604 |
+
"This value includes not only posts, but also custom post types, regardless of "
|
2605 |
+
"their status"
|
2606 |
msgstr ""
|
2607 |
"Este valor incluye no sólo publicaciones, sino también tipos de publicación "
|
2608 |
"personalizados, sin importar su estado"
|
2609 |
|
2610 |
+
#: ../admin/view/wp-slimstat-reports.php:1712
|
|
|
2611 |
msgid "Posts"
|
2612 |
+
msgstr "Entradas"
|
2613 |
|
2614 |
+
#: ../admin/view/wp-slimstat-reports.php:1715
|
2615 |
#, fuzzy
|
2616 |
msgid "Pages"
|
2617 |
+
msgstr "Páginas"
|
2618 |
|
2619 |
+
#: ../admin/view/wp-slimstat-reports.php:1718
|
2620 |
msgid "Attachments"
|
2621 |
+
msgstr "Adjuntos"
|
2622 |
|
2623 |
+
#: ../admin/view/wp-slimstat-reports.php:1721
|
2624 |
#, fuzzy
|
2625 |
msgid "Revisions"
|
2626 |
+
msgstr "Revisiones"
|
2627 |
|
2628 |
+
#: ../admin/view/wp-slimstat-reports.php:1724
|
2629 |
#, fuzzy
|
2630 |
msgid "Comments"
|
2631 |
+
msgstr "Comentarios"
|
2632 |
|
2633 |
+
#: ../admin/view/wp-slimstat-reports.php:1727
|
2634 |
#, fuzzy
|
2635 |
msgid "Avg Comments per Post"
|
2636 |
msgstr "Promedio de Comentarios por Publicación"
|
2637 |
|
2638 |
+
#: ../admin/view/wp-slimstat-reports.php:1730
|
2639 |
msgid "Avg Server Latency"
|
2640 |
+
msgstr "Promedio de latencia del servidor"
|
2641 |
|
2642 |
+
#: ../admin/view/wp-slimstat-reports.php:1732
|
2643 |
msgid ""
|
2644 |
"Latency is the amount of time it takes for the host server to receive and "
|
2645 |
+
"process a request for a page object. The amount of latency depends largely on "
|
2646 |
+
"how far away the user is from the server."
|
2647 |
msgstr ""
|
2648 |
|
2649 |
+
#: ../admin/view/wp-slimstat-reports.php:1775
|
|
|
2650 |
msgid "Coordinates"
|
2651 |
+
msgstr "Coordenadas"
|
2652 |
|
2653 |
+
#: ../admin/view/wp-slimstat-reports.php:1775
|
2654 |
+
#, fuzzy
|
2655 |
msgid "Date"
|
2656 |
+
msgstr "Fecha"
|
2657 |
|
2658 |
# Unknown
|
2659 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2660 |
msgid "c-xx"
|
2661 |
msgstr "Unknown"
|
2662 |
|
2663 |
# Afghanistan
|
2664 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2665 |
msgid "c-af"
|
2666 |
msgstr "Afghanistan"
|
2667 |
|
2668 |
+
# Ã…land Islands
|
2669 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2670 |
msgid "c-ax"
|
2671 |
msgstr "Åland Islands"
|
2672 |
|
2673 |
# Albania
|
2674 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2675 |
msgid "c-al"
|
2676 |
msgstr "Albania"
|
2677 |
|
2678 |
# Algeria
|
2679 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2680 |
msgid "c-dz"
|
2681 |
msgstr "Algeria"
|
2682 |
|
2683 |
# Andorra
|
2684 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2685 |
msgid "c-ad"
|
2686 |
msgstr "Andorra"
|
2687 |
|
2688 |
# Angola
|
2689 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2690 |
msgid "c-ao"
|
2691 |
msgstr "Angola"
|
2692 |
|
2693 |
# Anguilla
|
2694 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2695 |
msgid "c-ai"
|
2696 |
msgstr "Anguilla"
|
2697 |
|
2698 |
# Antigua and Barbuda
|
2699 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2700 |
msgid "c-ag"
|
2701 |
msgstr "Antigua and Barbuda"
|
2702 |
|
2703 |
# Argentina
|
2704 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2705 |
msgid "c-ar"
|
2706 |
msgstr "Argentina"
|
2707 |
|
2708 |
# Armenia
|
2709 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2710 |
msgid "c-am"
|
2711 |
msgstr "Armenia"
|
2712 |
|
2713 |
# Aruba
|
2714 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2715 |
msgid "c-aw"
|
2716 |
msgstr "Aruba"
|
2717 |
|
2718 |
# Australia
|
2719 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2720 |
msgid "c-au"
|
2721 |
msgstr "Australia"
|
2722 |
|
2723 |
# Austria
|
2724 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2725 |
msgid "c-at"
|
2726 |
msgstr "Austria"
|
2727 |
|
2728 |
# Azerbaijan
|
2729 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2730 |
msgid "c-az"
|
2731 |
msgstr "Azerbaijan"
|
2732 |
|
2733 |
# Bahamas
|
2734 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2735 |
msgid "c-bs"
|
2736 |
msgstr "Bahamas"
|
2737 |
|
2738 |
# Bahrain
|
2739 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2740 |
msgid "c-bh"
|
2741 |
msgstr "Bahrain"
|
2742 |
|
2743 |
# Bangladesh
|
2744 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2745 |
msgid "c-bd"
|
2746 |
msgstr "Bangladesh"
|
2747 |
|
2748 |
# Barbados
|
2749 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2750 |
msgid "c-bb"
|
2751 |
msgstr "Barbados"
|
2752 |
|
2753 |
# Belarus
|
2754 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2755 |
msgid "c-by"
|
2756 |
msgstr "Belarus"
|
2757 |
|
2758 |
# Belgium
|
2759 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2760 |
msgid "c-be"
|
2761 |
msgstr "Belgium"
|
2762 |
|
2763 |
# Belize
|
2764 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2765 |
msgid "c-bz"
|
2766 |
msgstr "Belize"
|
2767 |
|
2768 |
# Benin
|
2769 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2770 |
msgid "c-bj"
|
2771 |
msgstr "Benin"
|
2772 |
|
2773 |
# Bermuda
|
2774 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2775 |
msgid "c-bm"
|
2776 |
msgstr "Bermuda"
|
2777 |
|
2778 |
# Bhutan
|
2779 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2780 |
msgid "c-bt"
|
2781 |
msgstr "Bhutan"
|
2782 |
|
2783 |
# Bolivia
|
2784 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2785 |
msgid "c-bo"
|
2786 |
msgstr "Bolivia"
|
2787 |
|
2788 |
# Bosnia and Herzegovina
|
2789 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2790 |
msgid "c-ba"
|
2791 |
msgstr "Bosnia and Herzegovina"
|
2792 |
|
2793 |
# Botswana
|
2794 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2795 |
msgid "c-bw"
|
2796 |
msgstr "Botswana"
|
2797 |
|
2798 |
# Brazil
|
2799 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2800 |
msgid "c-br"
|
2801 |
msgstr "Brazil"
|
2802 |
|
2803 |
# Brunei Darussalam
|
2804 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2805 |
msgid "c-bn"
|
2806 |
msgstr "Brunei Darussalam"
|
2807 |
|
2808 |
# Bulgaria
|
2809 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2810 |
msgid "c-bg"
|
2811 |
msgstr "Bulgaria"
|
2812 |
|
2813 |
# Burkina Faso
|
2814 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2815 |
msgid "c-bf"
|
2816 |
msgstr "Burkina Faso"
|
2817 |
|
2818 |
# Burundi
|
2819 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2820 |
msgid "c-bi"
|
2821 |
msgstr "Burundi"
|
2822 |
|
2823 |
# Cambodia
|
2824 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2825 |
msgid "c-kh"
|
2826 |
msgstr "Cambodia"
|
2827 |
|
2828 |
# Cameroon
|
2829 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2830 |
msgid "c-cm"
|
2831 |
msgstr "Cameroon"
|
2832 |
|
2833 |
# Canada
|
2834 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2835 |
msgid "c-ca"
|
2836 |
msgstr "Canada"
|
2837 |
|
2838 |
# Cape Verde
|
2839 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2840 |
msgid "c-cv"
|
2841 |
msgstr "Cape Verde"
|
2842 |
|
2843 |
# Cayman Islands
|
2844 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2845 |
msgid "c-ky"
|
2846 |
msgstr "Cayman Islands"
|
2847 |
|
2848 |
# Central African Republic
|
2849 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2850 |
msgid "c-cf"
|
2851 |
msgstr "Central African Republic"
|
2852 |
|
2853 |
# Chad
|
2854 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2855 |
msgid "c-td"
|
2856 |
msgstr "Chad"
|
2857 |
|
2858 |
# Chile
|
2859 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2860 |
msgid "c-cl"
|
2861 |
msgstr "Chile"
|
2862 |
|
2863 |
# China
|
2864 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2865 |
msgid "c-cn"
|
2866 |
msgstr "China"
|
2867 |
|
2868 |
# Colombia
|
2869 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2870 |
msgid "c-co"
|
2871 |
msgstr "Colombia"
|
2872 |
|
2873 |
# Comoros
|
2874 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2875 |
msgid "c-km"
|
2876 |
msgstr "Comoros"
|
2877 |
|
2878 |
# Congo
|
2879 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2880 |
msgid "c-cg"
|
2881 |
msgstr "Congo"
|
2882 |
|
2883 |
# The Democratic Republic of the Congo
|
2884 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2885 |
msgid "c-cd"
|
2886 |
msgstr "The Democratic Republic of the Congo"
|
2887 |
|
2888 |
# Costa Rica
|
2889 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2890 |
msgid "c-cr"
|
2891 |
msgstr "Costa Rica"
|
2892 |
|
2893 |
+
# Côte d'Ivoire
|
2894 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2895 |
msgid "c-ci"
|
2896 |
msgstr "Côte d'Ivoire"
|
2897 |
|
2898 |
# Croatia
|
2899 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2900 |
msgid "c-hr"
|
2901 |
msgstr "Croatia"
|
2902 |
|
2903 |
# Cuba
|
2904 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2905 |
msgid "c-cu"
|
2906 |
msgstr "Cuba"
|
2907 |
|
2908 |
# Cyprus
|
2909 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2910 |
msgid "c-cy"
|
2911 |
msgstr "Cyprus"
|
2912 |
|
2913 |
# Czech Republic
|
2914 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2915 |
msgid "c-cz"
|
2916 |
msgstr "Czech Republic"
|
2917 |
|
2918 |
# Denmark
|
2919 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2920 |
msgid "c-dk"
|
2921 |
msgstr "Denmark"
|
2922 |
|
2923 |
# Djibouti
|
2924 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2925 |
msgid "c-dj"
|
2926 |
msgstr "Djibouti"
|
2927 |
|
2928 |
# Dominica
|
2929 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2930 |
msgid "c-dm"
|
2931 |
msgstr "Dominica"
|
2932 |
|
2933 |
# Dominican Republic
|
2934 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2935 |
msgid "c-do"
|
2936 |
msgstr "Dominican Republic"
|
2937 |
|
2938 |
# Ecuador
|
2939 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2940 |
msgid "c-ec"
|
2941 |
msgstr "Ecuador"
|
2942 |
|
2943 |
# Egypt
|
2944 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2945 |
msgid "c-eg"
|
2946 |
msgstr "Egypt"
|
2947 |
|
2948 |
# El Salvador
|
2949 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2950 |
msgid "c-sv"
|
2951 |
msgstr "El Salvador"
|
2952 |
|
2953 |
# Equatorial Guinea
|
2954 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2955 |
msgid "c-gq"
|
2956 |
msgstr "Equatorial Guinea"
|
2957 |
|
2958 |
# Eritrea
|
2959 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2960 |
msgid "c-er"
|
2961 |
msgstr "Eritrea"
|
2962 |
|
2963 |
# Estonia
|
2964 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2965 |
msgid "c-ee"
|
2966 |
msgstr "Estonia"
|
2967 |
|
2968 |
# Ethiopia
|
2969 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2970 |
msgid "c-et"
|
2971 |
msgstr "Ethiopia"
|
2972 |
|
2973 |
# Faroe Islands
|
2974 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2975 |
msgid "c-fo"
|
2976 |
msgstr "Faroe Islands"
|
2977 |
|
2978 |
# Falkland Islands (Malvinas)
|
2979 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2980 |
msgid "c-fk"
|
2981 |
msgstr "Falkland Islands (Malvinas)"
|
2982 |
|
2983 |
# Fiji
|
2984 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2985 |
msgid "c-fj"
|
2986 |
msgstr "Fiji"
|
2987 |
|
2988 |
# Finland
|
2989 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2990 |
msgid "c-fi"
|
2991 |
msgstr "Finland"
|
2992 |
|
2993 |
# France
|
2994 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
2995 |
msgid "c-fr"
|
2996 |
msgstr "France"
|
2997 |
|
2998 |
# French Guiana
|
2999 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3000 |
msgid "c-gf"
|
3001 |
msgstr "French Guiana"
|
3002 |
|
3003 |
# Gabon
|
3004 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3005 |
msgid "c-ga"
|
3006 |
msgstr "Gabon"
|
3007 |
|
3008 |
# Gambia
|
3009 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3010 |
msgid "c-gm"
|
3011 |
msgstr "Gambia"
|
3012 |
|
3013 |
# Georgia
|
3014 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3015 |
msgid "c-ge"
|
3016 |
msgstr "Georgia"
|
3017 |
|
3018 |
# Germany
|
3019 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3020 |
msgid "c-de"
|
3021 |
msgstr "Germany"
|
3022 |
|
3023 |
# Ghana
|
3024 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3025 |
msgid "c-gh"
|
3026 |
msgstr "Ghana"
|
3027 |
|
3028 |
# Greece
|
3029 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3030 |
msgid "c-gr"
|
3031 |
msgstr "Greece"
|
3032 |
|
3033 |
# Greenland
|
3034 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3035 |
msgid "c-gl"
|
3036 |
msgstr "Greenland"
|
3037 |
|
3038 |
# Grenada
|
3039 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3040 |
msgid "c-gd"
|
3041 |
msgstr "Grenada"
|
3042 |
|
3043 |
# Guadeloupe
|
3044 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3045 |
msgid "c-gp"
|
3046 |
msgstr "Guadeloupe"
|
3047 |
|
3048 |
# Guatemala
|
3049 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3050 |
msgid "c-gt"
|
3051 |
msgstr "Guatemala"
|
3052 |
|
3053 |
# Guinea
|
3054 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3055 |
msgid "c-gn"
|
3056 |
msgstr "Guinea"
|
3057 |
|
3058 |
# Guinea-Bissau
|
3059 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3060 |
msgid "c-gw"
|
3061 |
msgstr "Guinea-Bissau"
|
3062 |
|
3063 |
# Guyana
|
3064 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3065 |
msgid "c-gy"
|
3066 |
msgstr "Guyana"
|
3067 |
|
3068 |
# Haiti
|
3069 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3070 |
msgid "c-ht"
|
3071 |
msgstr "Haiti"
|
3072 |
|
3073 |
# Honduras
|
3074 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3075 |
msgid "c-hn"
|
3076 |
msgstr "Honduras"
|
3077 |
|
3078 |
# Hong Kong
|
3079 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3080 |
msgid "c-hk"
|
3081 |
msgstr "Hong Kong"
|
3082 |
|
3083 |
# Hungary
|
3084 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3085 |
msgid "c-hu"
|
3086 |
msgstr "Hungary"
|
3087 |
|
3088 |
# Iceland
|
3089 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3090 |
msgid "c-is"
|
3091 |
msgstr "Iceland"
|
3092 |
|
3093 |
# India
|
3094 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3095 |
msgid "c-in"
|
3096 |
msgstr "India"
|
3097 |
|
3098 |
# Indonesia
|
3099 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3100 |
msgid "c-id"
|
3101 |
msgstr "Indonesia"
|
3102 |
|
3103 |
# Islamic Republic of Iran
|
3104 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3105 |
msgid "c-ir"
|
3106 |
msgstr "Islamic Republic of Iran"
|
3107 |
|
3108 |
# Iraq
|
3109 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3110 |
msgid "c-iq"
|
3111 |
msgstr "Iraq"
|
3112 |
|
3113 |
# Ireland
|
3114 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3115 |
msgid "c-ie"
|
3116 |
msgstr "Ireland"
|
3117 |
|
3118 |
# Israel
|
3119 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3120 |
msgid "c-il"
|
3121 |
msgstr "Israel"
|
3122 |
|
3123 |
# Italy
|
3124 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3125 |
msgid "c-it"
|
3126 |
msgstr "Italy"
|
3127 |
|
3128 |
# Jamaica
|
3129 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3130 |
msgid "c-jm"
|
3131 |
msgstr "Jamaica"
|
3132 |
|
3133 |
# Japan
|
3134 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3135 |
msgid "c-jp"
|
3136 |
msgstr "Japan"
|
3137 |
|
3138 |
# Jordan
|
3139 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3140 |
msgid "c-jo"
|
3141 |
msgstr "Jordan"
|
3142 |
|
3143 |
# Kazakhstan
|
3144 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3145 |
msgid "c-kz"
|
3146 |
msgstr "Kazakhstan"
|
3147 |
|
3148 |
# Kenya
|
3149 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3150 |
msgid "c-ke"
|
3151 |
msgstr "Kenya"
|
3152 |
|
3153 |
# Nauru
|
3154 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3155 |
msgid "c-nr"
|
3156 |
msgstr "Nauru"
|
3157 |
|
3158 |
# Democratic People's Republic of Korea
|
3159 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3160 |
msgid "c-kp"
|
3161 |
msgstr "Democratic People's Republic of Korea"
|
3162 |
|
3163 |
# Republic of Korea
|
3164 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3165 |
msgid "c-kr"
|
3166 |
msgstr "Republic of Korea"
|
3167 |
|
3168 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3169 |
msgid "c-kv"
|
3170 |
msgstr "c-kv"
|
3171 |
|
3172 |
# Kuwait
|
3173 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3174 |
msgid "c-kw"
|
3175 |
msgstr "Kuwait"
|
3176 |
|
3177 |
# Kyrgyzstan
|
3178 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3179 |
msgid "c-kg"
|
3180 |
msgstr "Kyrgyzstan"
|
3181 |
|
3182 |
# Lao People's Democratic Republic
|
3183 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3184 |
msgid "c-la"
|
3185 |
msgstr "Lao People's Democratic Republic"
|
3186 |
|
3187 |
# Latvia
|
3188 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3189 |
msgid "c-lv"
|
3190 |
msgstr "Latvia"
|
3191 |
|
3192 |
# Lebanon
|
3193 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3194 |
msgid "c-lb"
|
3195 |
msgstr "Lebanon"
|
3196 |
|
3197 |
# Lesotho
|
3198 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3199 |
msgid "c-ls"
|
3200 |
msgstr "Lesotho"
|
3201 |
|
3202 |
# Liberia
|
3203 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3204 |
msgid "c-lr"
|
3205 |
msgstr "Liberia"
|
3206 |
|
3207 |
# Libyan Arab Jamahiriya
|
3208 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3209 |
msgid "c-ly"
|
3210 |
msgstr "Libyan Arab Jamahiriya"
|
3211 |
|
3212 |
# Liechtenstein
|
3213 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3214 |
msgid "c-li"
|
3215 |
msgstr "Liechtenstein"
|
3216 |
|
3217 |
# Lithuania
|
3218 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3219 |
msgid "c-lt"
|
3220 |
msgstr "Lithuania"
|
3221 |
|
3222 |
# Luxembourg
|
3223 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3224 |
msgid "c-lu"
|
3225 |
msgstr "Luxembourg"
|
3226 |
|
3227 |
# The Former Yugoslav Republic of Macedonia
|
3228 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3229 |
msgid "c-mk"
|
3230 |
msgstr "The Former Yugoslav Republic of Macedonia"
|
3231 |
|
3232 |
# Madagascar
|
3233 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3234 |
msgid "c-mg"
|
3235 |
msgstr "Madagascar"
|
3236 |
|
3237 |
# Malawi
|
3238 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3239 |
msgid "c-mw"
|
3240 |
msgstr "Malawi"
|
3241 |
|
3242 |
# Malaysia
|
3243 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3244 |
msgid "c-my"
|
3245 |
msgstr "Malaysia"
|
3246 |
|
3247 |
# Mali
|
3248 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3249 |
msgid "c-ml"
|
3250 |
msgstr "Mali"
|
3251 |
|
3252 |
# Malta
|
3253 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3254 |
msgid "c-mt"
|
3255 |
msgstr "Malta"
|
3256 |
|
3257 |
# Martinique
|
3258 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3259 |
msgid "c-mq"
|
3260 |
msgstr "Martinique"
|
3261 |
|
3262 |
# Mauritania
|
3263 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3264 |
msgid "c-mr"
|
3265 |
msgstr "Mauritania"
|
3266 |
|
3267 |
# Mauritius
|
3268 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3269 |
msgid "c-mu"
|
3270 |
msgstr "Mauritius"
|
3271 |
|
3272 |
# Mexico
|
3273 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3274 |
msgid "c-mx"
|
3275 |
msgstr "Mexico"
|
3276 |
|
3277 |
# Moldova
|
3278 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3279 |
msgid "c-md"
|
3280 |
msgstr "Moldova"
|
3281 |
|
3282 |
# Mongolia
|
3283 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3284 |
msgid "c-mn"
|
3285 |
msgstr "Mongolia"
|
3286 |
|
3287 |
# Montenegro
|
3288 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3289 |
msgid "c-me"
|
3290 |
msgstr "Montenegro"
|
3291 |
|
3292 |
# Montserrat
|
3293 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3294 |
msgid "c-ms"
|
3295 |
msgstr "Montserrat"
|
3296 |
|
3297 |
# Morocco
|
3298 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3299 |
msgid "c-ma"
|
3300 |
msgstr "Morocco"
|
3301 |
|
3302 |
# Mozambique
|
3303 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3304 |
msgid "c-mz"
|
3305 |
msgstr "Mozambique"
|
3306 |
|
3307 |
# Myanmar
|
3308 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3309 |
msgid "c-mm"
|
3310 |
msgstr "Myanmar"
|
3311 |
|
3312 |
# Namibia
|
3313 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3314 |
msgid "c-na"
|
3315 |
msgstr "Namibia"
|
3316 |
|
3317 |
# Nepal
|
3318 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3319 |
msgid "c-np"
|
3320 |
msgstr "Nepal"
|
3321 |
|
3322 |
# Netherlands
|
3323 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3324 |
msgid "c-nl"
|
3325 |
msgstr "Netherlands"
|
3326 |
|
3327 |
# New Caledonia
|
3328 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3329 |
msgid "c-nc"
|
3330 |
msgstr "New Caledonia"
|
3331 |
|
3332 |
# New Zealand
|
3333 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3334 |
msgid "c-nz"
|
3335 |
msgstr "New Zealand"
|
3336 |
|
3337 |
# Nicaragua
|
3338 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3339 |
msgid "c-ni"
|
3340 |
msgstr "Nicaragua"
|
3341 |
|
3342 |
# Niger
|
3343 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3344 |
msgid "c-ne"
|
3345 |
msgstr "Niger"
|
3346 |
|
3347 |
# Nigeria
|
3348 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3349 |
msgid "c-ng"
|
3350 |
msgstr "Nigeria"
|
3351 |
|
3352 |
# Norway
|
3353 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3354 |
msgid "c-no"
|
3355 |
msgstr "Norway"
|
3356 |
|
3357 |
# Oman
|
3358 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3359 |
msgid "c-om"
|
3360 |
msgstr "Oman"
|
3361 |
|
3362 |
# Pakistan
|
3363 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3364 |
msgid "c-pk"
|
3365 |
msgstr "Pakistan"
|
3366 |
|
3367 |
# Palau
|
3368 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3369 |
msgid "c-pw"
|
3370 |
msgstr "Palau"
|
3371 |
|
3372 |
# Occupied Palestinian Territory
|
3373 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3374 |
msgid "c-ps"
|
3375 |
msgstr "Occupied Palestinian Territory"
|
3376 |
|
3377 |
# Panama
|
3378 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3379 |
msgid "c-pa"
|
3380 |
msgstr "Panama"
|
3381 |
|
3382 |
# Papua New Guinea
|
3383 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3384 |
msgid "c-pg"
|
3385 |
msgstr "Papua New Guinea"
|
3386 |
|
3387 |
# Paraguay
|
3388 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3389 |
msgid "c-py"
|
3390 |
msgstr "Paraguay"
|
3391 |
|
3392 |
# Peru
|
3393 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3394 |
msgid "c-pe"
|
3395 |
msgstr "Peru"
|
3396 |
|
3397 |
# Philippines
|
3398 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3399 |
msgid "c-ph"
|
3400 |
msgstr "Philippines"
|
3401 |
|
3402 |
# Poland
|
3403 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3404 |
msgid "c-pl"
|
3405 |
msgstr "Poland"
|
3406 |
|
3407 |
# Portugal
|
3408 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3409 |
msgid "c-pt"
|
3410 |
msgstr "Portugal"
|
3411 |
|
3412 |
# Puerto Rico
|
3413 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3414 |
msgid "c-pr"
|
3415 |
msgstr "Puerto Rico"
|
3416 |
|
3417 |
# Qatar
|
3418 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3419 |
msgid "c-qa"
|
3420 |
msgstr "Qatar"
|
3421 |
|
3422 |
# Réunion
|
3423 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3424 |
msgid "c-re"
|
3425 |
msgstr "Réunion"
|
3426 |
|
3427 |
# Romania
|
3428 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3429 |
msgid "c-ro"
|
3430 |
msgstr "Romania"
|
3431 |
|
3432 |
# Russian Federation
|
3433 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3434 |
msgid "c-ru"
|
3435 |
msgstr "Russian Federation"
|
3436 |
|
3437 |
# Rwanda
|
3438 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3439 |
msgid "c-rw"
|
3440 |
msgstr "Rwanda"
|
3441 |
|
3442 |
# Saint Kitts and Nevis
|
3443 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3444 |
msgid "c-kn"
|
3445 |
msgstr "Saint Kitts and Nevis"
|
3446 |
|
3447 |
# Saint Lucia
|
3448 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3449 |
msgid "c-lc"
|
3450 |
msgstr "Saint Lucia"
|
3451 |
|
3452 |
# Saint Martin
|
3453 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3454 |
msgid "c-mf"
|
3455 |
msgstr "Saint Martin"
|
3456 |
|
3457 |
# Saint Vincent and the Grenadines
|
3458 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3459 |
msgid "c-vc"
|
3460 |
msgstr "Saint Vincent and the Grenadines"
|
3461 |
|
3462 |
# Samoa
|
3463 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3464 |
msgid "c-ws"
|
3465 |
msgstr "Samoa"
|
3466 |
|
3467 |
# Sao Tome and Principe
|
3468 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3469 |
msgid "c-st"
|
3470 |
msgstr "Sao Tome and Principe"
|
3471 |
|
3472 |
# Saudi Arabia
|
3473 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3474 |
msgid "c-sa"
|
3475 |
msgstr "Saudi Arabia"
|
3476 |
|
3477 |
# Senegal
|
3478 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3479 |
msgid "c-sn"
|
3480 |
msgstr "Senegal"
|
3481 |
|
3482 |
# Serbia
|
3483 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3484 |
msgid "c-rs"
|
3485 |
msgstr "Serbia"
|
3486 |
|
3487 |
# Sierra Leone
|
3488 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3489 |
msgid "c-sl"
|
3490 |
msgstr "Sierra Leone"
|
3491 |
|
3492 |
# Singapore
|
3493 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3494 |
msgid "c-sg"
|
3495 |
msgstr "Singapore"
|
3496 |
|
3497 |
# Slovakia
|
3498 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3499 |
msgid "c-sk"
|
3500 |
msgstr "Slovakia"
|
3501 |
|
3502 |
# Slovenia
|
3503 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3504 |
msgid "c-si"
|
3505 |
msgstr "Slovenia"
|
3506 |
|
3507 |
# Solomon Islands
|
3508 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3509 |
msgid "c-sb"
|
3510 |
msgstr "Solomon Islands"
|
3511 |
|
3512 |
# Somalia
|
3513 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3514 |
msgid "c-so"
|
3515 |
msgstr "Somalia"
|
3516 |
|
3517 |
# South Africa
|
3518 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3519 |
msgid "c-za"
|
3520 |
msgstr "South Africa"
|
3521 |
|
3522 |
# South Georgia and the South Sandwich Islands
|
3523 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3524 |
msgid "c-gs"
|
3525 |
msgstr "South Georgia and the South Sandwich Islands"
|
3526 |
|
3527 |
# Spain
|
3528 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3529 |
msgid "c-es"
|
3530 |
msgstr "Spain"
|
3531 |
|
3532 |
# Sri Lanka
|
3533 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3534 |
msgid "c-lk"
|
3535 |
msgstr "Sri Lanka"
|
3536 |
|
3537 |
# Seychelles
|
3538 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3539 |
msgid "c-sc"
|
3540 |
msgstr "Seychelles"
|
3541 |
|
3542 |
# Sudan
|
3543 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3544 |
msgid "c-sd"
|
3545 |
msgstr "Sudan"
|
3546 |
|
3547 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3548 |
msgid "c-ss"
|
3549 |
msgstr "c-ss"
|
3550 |
|
3551 |
# Suriname
|
3552 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3553 |
msgid "c-sr"
|
3554 |
msgstr "Suriname"
|
3555 |
|
3556 |
# Svalbard and Jan Mayen
|
3557 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3558 |
msgid "c-sj"
|
3559 |
msgstr "Svalbard and Jan Mayen"
|
3560 |
|
3561 |
# Swaziland
|
3562 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3563 |
msgid "c-sz"
|
3564 |
msgstr "Swaziland"
|
3565 |
|
3566 |
# Sweden
|
3567 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3568 |
msgid "c-se"
|
3569 |
msgstr "Sweden"
|
3570 |
|
3571 |
# Switzerland
|
3572 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3573 |
msgid "c-ch"
|
3574 |
msgstr "Switzerland"
|
3575 |
|
3576 |
# Syrian Arab Republic
|
3577 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3578 |
msgid "c-sy"
|
3579 |
msgstr "Syrian Arab Republic"
|
3580 |
|
3581 |
# Taiwan, Province of China
|
3582 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3583 |
msgid "c-tw"
|
3584 |
msgstr "Taiwan, Province of China"
|
3585 |
|
3586 |
# Tajikistan
|
3587 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3588 |
msgid "c-tj"
|
3589 |
msgstr "Tajikistan"
|
3590 |
|
3591 |
# United Republic of Tanzania
|
3592 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3593 |
msgid "c-tz"
|
3594 |
msgstr "United Republic of Tanzania"
|
3595 |
|
3596 |
# Thailand
|
3597 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3598 |
msgid "c-th"
|
3599 |
msgstr "Thailand"
|
3600 |
|
3601 |
# Timor-Leste
|
3602 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3603 |
msgid "c-tl"
|
3604 |
msgstr "Timor-Leste"
|
3605 |
|
3606 |
# Togo
|
3607 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3608 |
msgid "c-tg"
|
3609 |
msgstr "Togo"
|
3610 |
|
3611 |
# Tonga
|
3612 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3613 |
msgid "c-to"
|
3614 |
msgstr "Tonga"
|
3615 |
|
3616 |
# Trinidad and Tobago
|
3617 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3618 |
msgid "c-tt"
|
3619 |
msgstr "Trinidad and Tobago"
|
3620 |
|
3621 |
# Tunisia
|
3622 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3623 |
msgid "c-tn"
|
3624 |
msgstr "Tunisia"
|
3625 |
|
3626 |
# Turkey
|
3627 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3628 |
msgid "c-tr"
|
3629 |
msgstr "Turkey"
|
3630 |
|
3631 |
# Turkmenistan
|
3632 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3633 |
msgid "c-tm"
|
3634 |
msgstr "Turkmenistan"
|
3635 |
|
3636 |
# Turks and Caicos Islands
|
3637 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3638 |
msgid "c-tc"
|
3639 |
msgstr "Turks and Caicos Islands"
|
3640 |
|
3641 |
# Uganda
|
3642 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3643 |
msgid "c-ug"
|
3644 |
msgstr "Uganda"
|
3645 |
|
3646 |
# Ukraine
|
3647 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3648 |
msgid "c-ua"
|
3649 |
msgstr "Ukraine"
|
3650 |
|
3651 |
# United Arab Emirates
|
3652 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3653 |
msgid "c-ae"
|
3654 |
msgstr "United Arab Emirates"
|
3655 |
|
3656 |
# United Kingdom
|
3657 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3658 |
msgid "c-gb"
|
3659 |
msgstr "United Kingdom"
|
3660 |
|
3661 |
# United States
|
3662 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3663 |
msgid "c-us"
|
3664 |
msgstr "United States"
|
3665 |
|
3666 |
# Uruguay
|
3667 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3668 |
msgid "c-uy"
|
3669 |
msgstr "Uruguay"
|
3670 |
|
3671 |
# Uzbekistan
|
3672 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3673 |
msgid "c-uz"
|
3674 |
msgstr "Uzbekistan"
|
3675 |
|
3676 |
# Vanuatu
|
3677 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3678 |
msgid "c-vu"
|
3679 |
msgstr "Vanuatu"
|
3680 |
|
3681 |
# Venezuela
|
3682 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3683 |
msgid "c-ve"
|
3684 |
msgstr "Venezuela"
|
3685 |
|
3686 |
# Viet Nam
|
3687 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3688 |
msgid "c-vn"
|
3689 |
msgstr "Viet Nam"
|
3690 |
|
3691 |
# British Virgin Islands
|
3692 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3693 |
msgid "c-vg"
|
3694 |
msgstr "British Virgin Islands"
|
3695 |
|
3696 |
# U.S. Virgin Islands
|
3697 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3698 |
msgid "c-vi"
|
3699 |
msgstr "U.S. Virgin Islands"
|
3700 |
|
3701 |
# Western Sahara
|
3702 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3703 |
msgid "c-eh"
|
3704 |
msgstr "Western Sahara"
|
3705 |
|
3706 |
# Yemen
|
3707 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3708 |
msgid "c-ye"
|
3709 |
msgstr "Yemen"
|
3710 |
|
3711 |
# Zambia
|
3712 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3713 |
msgid "c-zm"
|
3714 |
msgstr "Zambia"
|
3715 |
|
3716 |
# Zimbabwe
|
3717 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3718 |
msgid "c-zw"
|
3719 |
msgstr "Zimbabwe"
|
3720 |
|
3721 |
# Guernsey
|
3722 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3723 |
msgid "c-gg"
|
3724 |
msgstr "Guernsey"
|
3725 |
|
3726 |
# Jersey
|
3727 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3728 |
msgid "c-je"
|
3729 |
msgstr "Jersey"
|
3730 |
|
3731 |
# Isle of Man
|
3732 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3733 |
msgid "c-im"
|
3734 |
msgstr "Isle of Man"
|
3735 |
|
3736 |
# Maldives
|
3737 |
+
#: ../admin/view/wp-slimstat-reports.php:1791
|
3738 |
msgid "c-mv"
|
3739 |
msgstr "Maldives"
|
3740 |
|
3741 |
# European Union
|
3742 |
+
#: ../admin/view/wp-slimstat-reports.php:1792
|
3743 |
msgid "c-eu"
|
3744 |
msgstr "European Union"
|
3745 |
|
3746 |
+
#: ../admin/view/wp-slimstat-reports.php:1869
|
3747 |
msgid "src"
|
3748 |
msgstr "Src"
|
3749 |
|
3750 |
+
#: ../admin/view/wp-slimstat-reports.php:1873
|
3751 |
msgid "serp"
|
3752 |
msgstr "Serp"
|
3753 |
|
3754 |
+
#: ../admin/view/wp-slimstat-reports.php:1881
|
3755 |
msgid "Go to the referring page"
|
3756 |
msgstr "Vaya a la página de referencia"
|
3757 |
|
3758 |
+
#: ../admin/view/wp-slimstat-reports.php:1903
|
|
|
3759 |
msgid "Remove filter for"
|
3760 |
+
msgstr "Eliminar filtro para"
|
3761 |
|
3762 |
+
#: ../admin/view/wp-slimstat-reports.php:1907
|
3763 |
msgid "Save"
|
3764 |
+
msgstr "Guardar"
|
3765 |
|
3766 |
+
#: ../admin/view/wp-slimstat-reports.php:1910
|
3767 |
msgid "Reset All"
|
3768 |
msgstr "Resetear todos"
|
3769 |
|
3770 |
+
#: ../admin/view/wp-slimstat-reports.php:1914
|
3771 |
msgid "Current filters:"
|
3772 |
msgstr "Filtros Actuales:"
|
3773 |
|
3774 |
+
#: ../admin/wp-slimstat-admin.php:38
|
|
|
|
|
|
|
|
|
3775 |
msgid "Overview"
|
3776 |
msgstr "Visión general"
|
3777 |
|
3778 |
+
#: ../admin/wp-slimstat-admin.php:44
|
3779 |
msgid "Audience"
|
3780 |
+
msgstr "Público"
|
3781 |
|
3782 |
+
#: ../admin/wp-slimstat-admin.php:50
|
3783 |
msgid "Site Analysis"
|
3784 |
+
msgstr "Analisis del sitio"
|
3785 |
|
3786 |
+
#: ../admin/wp-slimstat-admin.php:68
|
|
|
3787 |
msgid "Customize"
|
3788 |
+
msgstr "Personalizar"
|
3789 |
|
3790 |
+
#: ../admin/wp-slimstat-admin.php:80
|
|
|
3791 |
msgid "WordPress Dashboard"
|
3792 |
+
msgstr "Escritorio WordPress"
|
3793 |
|
3794 |
+
#: ../admin/wp-slimstat-admin.php:86
|
|
|
3795 |
msgid "Inactive Reports"
|
3796 |
+
msgstr "Informes Inactivos"
|
3797 |
|
3798 |
+
#: ../admin/wp-slimstat-admin.php:450
|
3799 |
msgid ""
|
3800 |
"Slimstat attempted to upgrade your database structure, but the procedure "
|
3801 |
"might not have been completed (temporary tables were detected in your "
|
3802 |
"database). This might be caused by restrictive user permissions that don't "
|
3803 |
"grant commands like RENAME, ALTER/CHANGE and others. You might need to "
|
3804 |
"manually consolidate your tables. No worries, we wrote a <a href='https://"
|
3805 |
+
"slimstat.freshdesk.com/support/solutions/articles/12000003148-how-do-i-update-"
|
3806 |
+
"the-table-structure-if-i-upgraded-from-a-version-prior-to-4-0' "
|
3807 |
+
"target='_blank'>step by step guide</a> on how to do that. Please feel free to "
|
3808 |
+
"contact our support team if you have any questions."
|
3809 |
msgstr ""
|
3810 |
|
3811 |
+
#: ../admin/wp-slimstat-admin.php:776
|
|
|
3812 |
msgid "SlimStat"
|
3813 |
+
msgstr "SlimStat"
|
3814 |
|
3815 |
+
#: ../admin/wp-slimstat-admin.php:839
|
|
|
3816 |
msgid "Slimstat"
|
3817 |
+
msgstr "SlimStat"
|
3818 |
|
3819 |
+
#: ../admin/wp-slimstat-admin.php:929
|
|
|
3820 |
msgid "Pageviews in the last "
|
3821 |
+
msgstr "Visitas en los últimos "
|
3822 |
|
3823 |
+
#: ../admin/wp-slimstat-admin.php:932
|
|
|
3824 |
msgid "Unique IPs in the last "
|
3825 |
+
msgstr "IPs únicas en los últimos "
|
3826 |
|
3827 |
+
#: ../admin/wp-slimstat-admin.php:966
|
3828 |
#, php-format
|
3829 |
+
msgid " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
|
|
|
3830 |
msgstr ""
|
3831 |
|
3832 |
+
#: ../admin/wp-slimstat-admin.php:991
|
3833 |
msgid "Show on screen"
|
3834 |
msgstr "Mostrar en pantalla"
|
3835 |
|
3836 |
+
#: ../admin/wp-slimstat-admin.php:1084
|
3837 |
msgid "Already saved"
|
3838 |
+
msgstr "Ya ha sido guardado"
|
3839 |
|
3840 |
+
#: ../admin/wp-slimstat-admin.php:1092
|
3841 |
msgid "Saved"
|
3842 |
+
msgstr "Guardado"
|
3843 |
|
3844 |
+
#: ../admin/wp-slimstat-admin.php:1112
|
|
|
3845 |
msgid "Delete this filter"
|
3846 |
+
msgstr "Eliminar este filtro"
|
3847 |
|
3848 |
+
#: ../admin/wp-slimstat-admin.php:1194
|
3849 |
msgid "On"
|
3850 |
msgstr "El"
|
3851 |
|
3852 |
+
#: ../admin/wp-slimstat-admin.php:1262
|
3853 |
msgid "Save Changes"
|
3854 |
msgstr "Guardar los cambios"
|
3855 |
|
3856 |
+
#: ../admin/wp-slimstat-admin.php:1311
|
3857 |
msgid "There was an error updating the following options:"
|
3858 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
3859 |
|
3860 |
+
#: ../admin/wp-slimstat-admin.php:1314
|
3861 |
#, fuzzy
|
3862 |
msgid "Your changes have been saved."
|
3863 |
msgstr "Sus ajustes se han actualizado correctamente."
|
3864 |
|
3865 |
+
#: ../admin/wp-slimstat-admin.php:1332
|
3866 |
msgid "Definitions"
|
3867 |
msgstr "Definiciones"
|
3868 |
|
3869 |
+
#: ../admin/wp-slimstat-admin.php:1335
|
3870 |
#, fuzzy
|
3871 |
msgid "Pageview"
|
3872 |
msgstr "Paginas visitadas"
|
3873 |
|
3874 |
+
#: ../admin/wp-slimstat-admin.php:1335
|
3875 |
#, fuzzy
|
3876 |
msgid ""
|
3877 |
"A request to load a single HTML file (\"page\"). This should be contrasted "
|
3880 |
msgstr ""
|
3881 |
"Una petición de cargar un único archivo HTML (\"página\"). Esto debe "
|
3882 |
"contrastarse con un \"hit\", que se refiere a la solicitud de cualquier "
|
3883 |
+
"archivo desde un servidor web. WP SLIMStat registra una visita de página cada "
|
3884 |
+
"vez que el código de seguimiento se ejecuta"
|
3885 |
|
3886 |
+
#: ../admin/wp-slimstat-admin.php:1336
|
3887 |
#, fuzzy
|
3888 |
msgid "(Human) Visit"
|
3889 |
msgstr "Visitas humanas"
|
3890 |
|
3891 |
+
#: ../admin/wp-slimstat-admin.php:1336
|
3892 |
msgid ""
|
3893 |
"A period of interaction between a visitor's browser and your website, ending "
|
3894 |
"when the browser is closed or when the user has been inactive on that site "
|
3898 |
"termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
|
3899 |
"en ese sitio durante 30 minutos"
|
3900 |
|
3901 |
+
#: ../admin/wp-slimstat-admin.php:1337
|
3902 |
msgid ""
|
3903 |
"Any user who has left a comment on your blog, and is thus identified by "
|
3904 |
"Wordpress as a returning visitor"
|
3906 |
"Todo usuario que haya dejado un comentario en su blog, por lo que es "
|
3907 |
"identificado por Wordpress como un visitante que regresó"
|
3908 |
|
3909 |
+
#: ../admin/wp-slimstat-admin.php:1338
|
3910 |
#, fuzzy
|
3911 |
msgid "Unique IP"
|
3912 |
msgstr "IPs Unicas"
|
3913 |
|
3914 |
+
#: ../admin/wp-slimstat-admin.php:1338
|
3915 |
msgid ""
|
3916 |
"Used to differentiate between multiple requests to download a file from one "
|
3917 |
"internet address (IP) and requests originating from many distinct addresses; "
|
3920 |
msgstr ""
|
3921 |
"Se utiliza para diferenciar entre múltiples solicitudes para descargar un "
|
3922 |
"archivo de una dirección de Internet (IP) y las solicitudes procedentes de "
|
3923 |
+
"muchas direcciones distintas, ya que esta medida sólo se fija en la dirección "
|
3924 |
+
"de Internet de donde vino una visita de página, es útil, pero no es perfecta"
|
|
|
3925 |
|
3926 |
+
#: ../admin/wp-slimstat-admin.php:1339
|
3927 |
msgid ""
|
3928 |
"the originating IP address of a client connecting to a web server through an "
|
3929 |
"HTTP proxy or load balancer"
|
3931 |
"dirección IP de origen de un cliente que se conecta a un servidor web a "
|
3932 |
"través de un proxy HTTP o equilibrador de carga"
|
3933 |
|
3934 |
+
#: ../admin/wp-slimstat-admin.php:1340
|
3935 |
#, fuzzy
|
3936 |
msgid "Direct Traffic"
|
3937 |
msgstr "Visita Directa"
|
3938 |
|
3939 |
+
#: ../admin/wp-slimstat-admin.php:1340
|
3940 |
msgid ""
|
3941 |
+
"All those people showing up to your Web site by typing in the URL of your Web "
|
3942 |
+
"site coming or from a bookmark; some people also call this \"default traffic"
|
3943 |
+
"\" or \"ambient traffic\""
|
3944 |
msgstr ""
|
3945 |
"Todas aquellas personas que llegan a su sitio Web escribiendo la dirección "
|
3946 |
"URL de su sitio web o que vienen de un favorito, algunas personas también "
|
3947 |
"llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
|
3948 |
|
3949 |
+
#: ../admin/wp-slimstat-admin.php:1341
|
3950 |
#, fuzzy
|
3951 |
msgid "Search Engine"
|
3952 |
msgstr "Motores de Búsqueda"
|
3953 |
|
3954 |
+
#: ../admin/wp-slimstat-admin.php:1341
|
3955 |
msgid ""
|
3956 |
"Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
|
3957 |
"as well as your paid (PPC/SEM) traffic, so be aware of that"
|
3958 |
msgstr ""
|
3959 |
+
"Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico orgánico, "
|
3960 |
+
"así como por pago (PPC / SEM), así que tenga cuidado de que"
|
3961 |
|
3962 |
+
#: ../admin/wp-slimstat-admin.php:1342 ../admin/wp-slimstat-admin.php:1358
|
3963 |
msgid "Keywords used by your visitors to find your website on a search engine"
|
3964 |
msgstr ""
|
3965 |
"Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
|
3966 |
"en un buscador"
|
3967 |
|
3968 |
+
#: ../admin/wp-slimstat-admin.php:1343
|
3969 |
msgid "SERP"
|
3970 |
msgstr "SERP"
|
3971 |
|
3972 |
+
#: ../admin/wp-slimstat-admin.php:1343
|
3973 |
msgid ""
|
3974 |
"Short for search engine results page, the Web page that a search engine "
|
3975 |
"returns with the results of its search. The value shown represents your rank "
|
3976 |
"(or position) within that list of results"
|
3977 |
msgstr ""
|
3978 |
"Corto para la página de resultados del motor de búsqueda, la página web que "
|
3979 |
+
"un motor de búsqueda devuelve con los resultados de su búsqueda. El valor que "
|
3980 |
+
"se muestra representa su rango (o posición) dentro de esa lista de los "
|
3981 |
"resultados"
|
3982 |
|
3983 |
+
#: ../admin/wp-slimstat-admin.php:1344
|
3984 |
msgid ""
|
3985 |
"Any program used for accessing a website; this includes browsers, robots, "
|
3986 |
"spiders and any other program that was used to retrieve information from the "
|
3990 |
"navegadores, robots, arañas y cualquier otro programa que se utiliza para "
|
3991 |
"recuperar información del sitio"
|
3992 |
|
3993 |
+
#: ../admin/wp-slimstat-admin.php:1345
|
3994 |
msgid ""
|
3995 |
"A link from one domain to another is said to be outbound from its source "
|
3996 |
"anchor and inbound to its target. This report lists all the links to other "
|
3997 |
"websites followed by your visitors."
|
3998 |
msgstr ""
|
3999 |
"Un enlace de un dominio a otro se dice que está en alejamiento de su fuente "
|
4000 |
+
"de anclaje y de entrada a su objetivo. Este informe muestra todos los enlaces "
|
4001 |
+
"a otros sitios web, seguidos por sus visitantes."
|
4002 |
|
4003 |
+
#: ../admin/wp-slimstat-admin.php:1352
|
4004 |
msgid "Basic Filters"
|
4005 |
msgstr "Filtros básicos"
|
4006 |
|
4007 |
+
#: ../admin/wp-slimstat-admin.php:1355
|
4008 |
msgid "User agent (Firefox, Chrome, ...)"
|
4009 |
+
msgstr "Agente usuario (Firefox, Chrome, ...)"
|
4010 |
|
4011 |
+
#: ../admin/wp-slimstat-admin.php:1356
|
4012 |
msgid "2-letter code (us, ru, de, it, ...)"
|
4013 |
msgstr "código de 2 letras (eu, ru, de, it, ...)"
|
4014 |
|
4015 |
+
#: ../admin/wp-slimstat-admin.php:1357
|
4016 |
msgid "IP"
|
4017 |
msgstr "IP"
|
4018 |
|
4019 |
+
#: ../admin/wp-slimstat-admin.php:1357
|
4020 |
msgid "Visitor's public IP address"
|
4021 |
msgstr "Dirección IP pública del visitante"
|
4022 |
|
4023 |
+
#: ../admin/wp-slimstat-admin.php:1359
|
4024 |
msgid ""
|
4025 |
+
"Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-"
|
4026 |
+
"us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first column) "
|
4027 |
+
"for more information"
|
4028 |
msgstr ""
|
4029 |
"Consulte a esta página <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
|
4030 |
"en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
|
4031 |
"(primera columna) para más información"
|
4032 |
|
4033 |
+
#: ../admin/wp-slimstat-admin.php:1360
|
4034 |
msgid ""
|
4035 |
"Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
|
4036 |
"\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
|
4040 |
"target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
|
4041 |
"\">esta página del manual</a> para obtener más información"
|
4042 |
|
4043 |
+
#: ../admin/wp-slimstat-admin.php:1361
|
4044 |
msgid "URL accessed on your site"
|
4045 |
msgstr "URL visitada en su sitio"
|
4046 |
|
4047 |
+
#: ../admin/wp-slimstat-admin.php:1362
|
4048 |
msgid "Complete address of the referrer page"
|
4049 |
msgstr "Dirección completa de la página que refiere"
|
4050 |
|
4051 |
+
#: ../admin/wp-slimstat-admin.php:1363
|
|
|
4052 |
msgid "Visitor's Name"
|
4053 |
+
msgstr "Nombre del visitante"
|
4054 |
|
4055 |
+
#: ../admin/wp-slimstat-admin.php:1363
|
4056 |
msgid ""
|
4057 |
"Visitors' names according to the cookie set by Wordpress after they leave a "
|
4058 |
"comment"
|
4060 |
"Nombres de visitantes según la cookie establecida por Wordpress después de "
|
4061 |
"dejar un comentario"
|
4062 |
|
4063 |
+
#: ../admin/wp-slimstat-admin.php:1371
|
4064 |
msgid "Advanced Filters"
|
4065 |
msgstr "Filtros avanzados"
|
4066 |
|
4067 |
+
#: ../admin/wp-slimstat-admin.php:1374
|
4068 |
msgid "user agent version (9.0, 11, ...)"
|
4069 |
msgstr "versión del agente de usuario (9,0, 11, ...)"
|
4070 |
|
4071 |
+
#: ../admin/wp-slimstat-admin.php:1375
|
4072 |
msgid ""
|
4073 |
+
"1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = all "
|
4074 |
+
"others"
|
4075 |
msgstr ""
|
4076 |
"1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
|
4077 |
"sindicación, 0 =a todos los demás"
|
4078 |
|
4079 |
+
#: ../admin/wp-slimstat-admin.php:1376
|
|
|
4080 |
msgid "Pageview Attributes"
|
4081 |
+
msgstr "Atributos de la visita"
|
4082 |
|
4083 |
+
#: ../admin/wp-slimstat-admin.php:1376
|
4084 |
msgid ""
|
4085 |
+
"this field is set to <em>[pre]</em> if the resource has been accessed through "
|
4086 |
+
"<a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
|
4087 |
"Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
|
4088 |
msgstr ""
|
4089 |
"este campo se establece en <em> [pre]</em> si el recurso ha sido visitada a "
|
4090 |
"través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
|
4091 |
"Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
|
4092 |
|
4093 |
+
#: ../admin/wp-slimstat-admin.php:1377
|
4094 |
msgid "author associated to that post/page when the resource was accessed"
|
4095 |
msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
|
4096 |
|
4097 |
+
#: ../admin/wp-slimstat-admin.php:1378
|
4098 |
msgid "ID of the category/term associated to the resource, when available"
|
4099 |
msgstr ""
|
4100 |
"ID de la categoría / término asociado al recurso, cuando esté disponible"
|
4101 |
|
4102 |
+
#: ../admin/wp-slimstat-admin.php:1379
|
4103 |
msgid "visitor's originating IP address, if available"
|
4104 |
msgstr "dirección IP de origen del visitante, si está disponible"
|
4105 |
|
4106 |
+
#: ../admin/wp-slimstat-admin.php:1380
|
4107 |
msgid ""
|
4108 |
"post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
|
4109 |
"post_type_archive, tag, taxonomy, category, date, author, archive, search, "
|
4117 |
"wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
|
4118 |
"manual para más información"
|
4119 |
|
4120 |
+
#: ../admin/wp-slimstat-admin.php:1381
|
4121 |
msgid "Screen Resolution"
|
4122 |
msgstr "Resolución de Pantalla"
|
4123 |
|
4124 |
+
#: ../admin/wp-slimstat-admin.php:1381
|
4125 |
msgid "viewport width and height (1024x768, 800x600, ...)"
|
4126 |
msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
|
4127 |
|
4128 |
+
#: ../admin/wp-slimstat-admin.php:1382
|
4129 |
msgid ""
|
4130 |
"generally used in conjunction with <em>is not empty</em>, identifies human "
|
4131 |
"visitors"
|
4133 |
"se utiliza generalmente en conjunción con <em> no está vacío </em>, "
|
4134 |
"identifica los visitantes humanos"
|
4135 |
|
4136 |
+
#: ../admin/wp-slimstat-admin.php:1383
|
4137 |
msgid "Date Filters"
|
4138 |
msgstr "Filtros de fecha"
|
4139 |
|
4140 |
+
#: ../admin/wp-slimstat-admin.php:1383
|
4141 |
msgid ""
|
4142 |
"you can specify the timeframe by entering a number in the <em>interval</em> "
|
4143 |
+
"field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, year=blank, "
|
4144 |
+
"interval=-1 will set a year-to-date filter)"
|
4145 |
msgstr ""
|
4146 |
"puede especificar el periodo de tiempo mediante la introducción de un número "
|
4147 |
"en el intervalo de <em> </em> campo: use -1 para indicar <em> al día </em> "
|
4148 |
+
"(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de año "
|
4149 |
+
"a la fecha)"
|
4150 |
|
4151 |
+
#: ../admin/wp-slimstat-admin.php:1384
|
4152 |
msgid "SERP Position"
|
4153 |
msgstr "Posición SERP"
|
4154 |
|
4155 |
+
#: ../admin/wp-slimstat-admin.php:1384
|
4156 |
msgid ""
|
4157 |
"set the filter to Referer contains cd=N&, where N is the position you are "
|
4158 |
"looking for"
|
4185 |
msgstr "so blackberry"
|
4186 |
|
4187 |
#: ../languages/dynamic_strings.php:11
|
|
|
4188 |
msgid "centos"
|
4189 |
+
msgstr "centos"
|
4190 |
|
4191 |
#: ../languages/dynamic_strings.php:12
|
4192 |
msgid "chromeos"
|
4193 |
+
msgstr "chromeos"
|
4194 |
|
4195 |
#: ../languages/dynamic_strings.php:13
|
4196 |
msgid "commodore64"
|
4197 |
+
msgstr "commodore64"
|
4198 |
|
4199 |
#: ../languages/dynamic_strings.php:14
|
4200 |
msgid "cygwin"
|
4210 |
|
4211 |
#: ../languages/dynamic_strings.php:17
|
4212 |
msgid "fedora"
|
4213 |
+
msgstr "fedora"
|
4214 |
|
4215 |
#: ../languages/dynamic_strings.php:18
|
4216 |
msgid "firefoxos"
|
4217 |
+
msgstr "firefoxos"
|
4218 |
|
4219 |
#: ../languages/dynamic_strings.php:19
|
4220 |
msgid "freebsd"
|
4222 |
|
4223 |
#: ../languages/dynamic_strings.php:20
|
4224 |
msgid "gentoo"
|
4225 |
+
msgstr "gentoo"
|
4226 |
|
4227 |
#: ../languages/dynamic_strings.php:21
|
4228 |
msgid "hp-ux"
|
4229 |
msgstr "HP-UX"
|
4230 |
|
4231 |
#: ../languages/dynamic_strings.php:22
|
|
|
4232 |
msgid "ios"
|
4233 |
+
msgstr "ios"
|
4234 |
|
4235 |
#: ../languages/dynamic_strings.php:23
|
|
|
4236 |
msgid "iphone os"
|
4237 |
+
msgstr "iphone os"
|
4238 |
|
4239 |
#: ../languages/dynamic_strings.php:24
|
4240 |
msgid "iphone osx"
|
4250 |
|
4251 |
#: ../languages/dynamic_strings.php:27
|
4252 |
msgid "kanotix"
|
4253 |
+
msgstr "kanotix"
|
4254 |
|
4255 |
#: ../languages/dynamic_strings.php:28
|
4256 |
msgid "knoppix"
|
4257 |
+
msgstr "knoppix"
|
4258 |
|
4259 |
#: ../languages/dynamic_strings.php:29
|
4260 |
msgid "linux"
|
4278 |
|
4279 |
#: ../languages/dynamic_strings.php:34
|
4280 |
msgid "mandrake"
|
4281 |
+
msgstr "mandrake"
|
4282 |
|
4283 |
#: ../languages/dynamic_strings.php:35
|
|
|
4284 |
msgid "mandriva"
|
4285 |
+
msgstr "mandriva"
|
4286 |
|
4287 |
#: ../languages/dynamic_strings.php:36
|
4288 |
msgid "mepis"
|
4289 |
+
msgstr "mepis"
|
4290 |
|
4291 |
# Spanish (Dominican Republic)
|
4292 |
#: ../languages/dynamic_strings.php:37
|
|
|
4293 |
msgid "ms-dos"
|
4294 |
+
msgstr "ms-dos"
|
4295 |
|
4296 |
#: ../languages/dynamic_strings.php:38
|
4297 |
msgid "netbsd"
|
4299 |
|
4300 |
#: ../languages/dynamic_strings.php:39
|
4301 |
msgid "nintendo"
|
4302 |
+
msgstr "nintendo"
|
4303 |
|
4304 |
#: ../languages/dynamic_strings.php:40
|
4305 |
msgid "openbsd"
|
4318 |
msgstr "Palm"
|
4319 |
|
4320 |
#: ../languages/dynamic_strings.php:44
|
|
|
4321 |
msgid "palmos"
|
4322 |
+
msgstr "palmos"
|
4323 |
|
4324 |
#: ../languages/dynamic_strings.php:45
|
|
|
4325 |
msgid "pclinuxos"
|
4326 |
+
msgstr "pclinuxos"
|
4327 |
|
4328 |
#: ../languages/dynamic_strings.php:46
|
4329 |
msgid "playstation"
|
4330 |
+
msgstr "playstation"
|
4331 |
|
4332 |
#: ../languages/dynamic_strings.php:47
|
4333 |
msgid "powertv"
|
4335 |
|
4336 |
#: ../languages/dynamic_strings.php:48
|
4337 |
msgid "redhat"
|
4338 |
+
msgstr "redhat"
|
4339 |
|
4340 |
#: ../languages/dynamic_strings.php:49
|
4341 |
msgid "rim os"
|
4342 |
+
msgstr "rim os"
|
4343 |
|
4344 |
#: ../languages/dynamic_strings.php:50
|
4345 |
msgid "risc os"
|
4347 |
|
4348 |
#: ../languages/dynamic_strings.php:51
|
4349 |
msgid "slackware"
|
4350 |
+
msgstr "slackware"
|
4351 |
|
4352 |
#: ../languages/dynamic_strings.php:52
|
4353 |
msgid "solaris"
|
4359 |
|
4360 |
#: ../languages/dynamic_strings.php:54
|
4361 |
msgid "suse"
|
4362 |
+
msgstr "suse"
|
4363 |
|
4364 |
#: ../languages/dynamic_strings.php:55
|
4365 |
msgid "symbianos"
|
4367 |
|
4368 |
#: ../languages/dynamic_strings.php:56
|
4369 |
msgid "ubuntu"
|
4370 |
+
msgstr "ubuntu"
|
4371 |
|
4372 |
#: ../languages/dynamic_strings.php:57
|
4373 |
msgid "unix"
|
4378 |
msgstr "Desconocido"
|
4379 |
|
4380 |
#: ../languages/dynamic_strings.php:59
|
|
|
4381 |
msgid "xandros"
|
4382 |
+
msgstr "xandros"
|
4383 |
|
4384 |
#: ../languages/dynamic_strings.php:60
|
4385 |
msgid "wap"
|
4390 |
msgstr "WebOS"
|
4391 |
|
4392 |
#: ../languages/dynamic_strings.php:62
|
|
|
4393 |
msgid "win10"
|
4394 |
+
msgstr "Windows10"
|
4395 |
|
4396 |
#: ../languages/dynamic_strings.php:63
|
4397 |
msgid "win16"
|
4446 |
msgstr "Windows NT"
|
4447 |
|
4448 |
#: ../languages/dynamic_strings.php:77
|
|
|
4449 |
msgid "winphone7"
|
4450 |
+
msgstr "winphone7"
|
4451 |
|
4452 |
#: ../languages/dynamic_strings.php:78
|
|
|
4453 |
msgid "winphone7.5"
|
4454 |
+
msgstr "winphone7.5"
|
4455 |
|
4456 |
#: ../languages/dynamic_strings.php:79
|
|
|
4457 |
msgid "winphone8"
|
4458 |
+
msgstr "winphone8"
|
4459 |
|
4460 |
#: ../languages/dynamic_strings.php:80
|
|
|
4461 |
msgid "winphone8.1"
|
4462 |
+
msgstr "winphone8.1"
|
4463 |
|
4464 |
#: ../languages/dynamic_strings.php:81
|
4465 |
msgid "winrt"
|
4466 |
+
msgstr "winrt"
|
4467 |
|
4468 |
#: ../languages/dynamic_strings.php:82
|
4469 |
msgid "winvista"
|
4479 |
|
4480 |
#: ../languages/dynamic_strings.php:85
|
4481 |
msgid "zaurus"
|
4482 |
+
msgstr "zaurus"
|
4483 |
|
4484 |
#: ../languages/dynamic_strings.php:88
|
|
|
4485 |
msgid "acrobat"
|
4486 |
+
msgstr "acrobat"
|
4487 |
|
4488 |
#: ../languages/dynamic_strings.php:89
|
4489 |
msgid "director"
|
4490 |
msgstr "director"
|
4491 |
|
4492 |
#: ../languages/dynamic_strings.php:90
|
|
|
4493 |
msgid "flash"
|
4494 |
+
msgstr "flash"
|
4495 |
|
4496 |
#: ../languages/dynamic_strings.php:91
|
4497 |
#, fuzzy
|
5073 |
|
5074 |
# Spanish; Castilian
|
5075 |
#: ../languages/dynamic_strings.php:210
|
|
|
5076 |
msgid "l-gl-es"
|
5077 |
+
msgstr "Galician (Spain)"
|
5078 |
|
5079 |
# Gujarati
|
5080 |
#: ../languages/dynamic_strings.php:211
|
5354 |
msgid "l-mt-mt"
|
5355 |
msgstr "Maltese"
|
5356 |
|
5357 |
+
# Norwegian Bokmål
|
5358 |
#: ../languages/dynamic_strings.php:262
|
5359 |
msgid "l-nb"
|
5360 |
+
msgstr "Norwegian Bokmål"
|
5361 |
|
5362 |
+
# Norwegian Bokmål
|
5363 |
#: ../languages/dynamic_strings.php:263
|
5364 |
#, fuzzy
|
5365 |
msgid "l-nb-no"
|
5366 |
+
msgstr "Norwegian Bokmål"
|
5367 |
|
5368 |
# Dutch; Flemish
|
5369 |
#: ../languages/dynamic_strings.php:264
|
5785 |
msgid "c-xy"
|
5786 |
msgstr "Local IP"
|
5787 |
|
5788 |
+
#: ../wp-slimstat.php:249 ../wp-slimstat.php:540
|
5789 |
msgid "Notice: Pageview filtered by third-party code"
|
5790 |
+
msgstr "Alerta: visita filtrada por código de terceros"
|
5791 |
|
5792 |
+
#: ../wp-slimstat.php:266
|
5793 |
+
#, php-format
|
5794 |
msgid "Error: Malformed URL %s"
|
5795 |
+
msgstr "Error: Url incorrecto %s"
|
5796 |
|
5797 |
+
#: ../wp-slimstat.php:290
|
5798 |
+
#, php-format
|
5799 |
msgid "Notice: Referrer %s is blacklisted"
|
5800 |
+
msgstr "Alerta: el referente %s está en la lista negra"
|
5801 |
|
5802 |
+
#: ../wp-slimstat.php:372
|
5803 |
+
#, php-format
|
5804 |
msgid "Notice: Permalink %s is blacklisted"
|
5805 |
+
msgstr "Alerta: el permalink %s está en la lista negra"
|
5806 |
|
5807 |
+
#: ../wp-slimstat.php:383
|
5808 |
msgid "Error: Empty or not supported IP address format (IPv6)"
|
5809 |
+
msgstr "Error: IP vacía o en formato no aceptado (ipv6)"
|
5810 |
|
5811 |
+
#: ../wp-slimstat.php:392
|
5812 |
#, php-format
|
5813 |
msgid "Notice: Logged in user %s not tracked"
|
5814 |
+
msgstr "Alerta: el usuario registrado %s no es rastreado"
|
5815 |
|
5816 |
+
#: ../wp-slimstat.php:400
|
5817 |
#, php-format
|
5818 |
msgid "Notice: User with capability %s not tracked"
|
5819 |
+
msgstr "Alerta: el usuario con capacidad %s no es rastreado"
|
5820 |
|
5821 |
+
#: ../wp-slimstat.php:410
|
5822 |
+
#, php-format
|
5823 |
msgid "Notice: User %s is blacklisted"
|
5824 |
+
msgstr "Alerta: el usuario %s está en la lista negra"
|
5825 |
|
5826 |
+
#: ../wp-slimstat.php:431
|
5827 |
+
#, php-format
|
5828 |
msgid "Notice: Spammer %s not tracked"
|
5829 |
+
msgstr "Alerta: el spammer %s no es rastreado"
|
5830 |
|
5831 |
+
#: ../wp-slimstat.php:460
|
5832 |
+
#, php-format
|
5833 |
msgid "Notice: IP address %s is blacklisted"
|
5834 |
+
msgstr "Alerta: la IP %s está en la lista negra"
|
5835 |
|
5836 |
+
#: ../wp-slimstat.php:489
|
5837 |
+
#, php-format
|
5838 |
msgid "Notice: Country %s is blacklisted"
|
5839 |
+
msgstr "Alerta: el país %s está en la lista negra"
|
5840 |
|
5841 |
+
#: ../wp-slimstat.php:498
|
|
|
5842 |
msgid "Notice: Prefetch requests are ignored"
|
5843 |
+
msgstr "Alerta: las Peticiones Prefetch son ignoradas"
|
5844 |
|
5845 |
+
#: ../wp-slimstat.php:514
|
|
|
5846 |
msgid "Notice: Bot not tracked"
|
5847 |
+
msgstr "Alerta: el bot no es rastreado"
|
5848 |
|
5849 |
+
#: ../wp-slimstat.php:523
|
5850 |
+
#, php-format
|
5851 |
msgid "Notice: Browser %s is blacklisted"
|
5852 |
+
msgstr "Alerta: el navegador %s está en la lista negra"
|
5853 |
|
5854 |
+
#: ../wp-slimstat.php:567
|
5855 |
+
#, fuzzy
|
5856 |
msgid "Error:"
|
5857 |
+
msgstr "Error:"
|
5858 |
|
5859 |
+
#: ../wp-slimstat.php:1023
|
5860 |
msgid "Invalid payload string. Try clearing your WordPress cache."
|
5861 |
msgstr ""
|
5862 |
|
5863 |
+
#: ../wp-slimstat.php:1033
|
5864 |
msgid "Invalid data signature. Try clearing your WordPress cache."
|
5865 |
msgstr ""
|
5866 |
|
5867 |
+
#: ../wp-slimstat.php:1127
|
5868 |
#, fuzzy
|
5869 |
msgid "There was an error downloading the MaxMind Geolite DB:"
|
5870 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
5871 |
|
5872 |
+
#: ../wp-slimstat.php:1135 ../wp-slimstat.php:1144
|
5873 |
#, fuzzy
|
5874 |
msgid "There was an error opening the zipped MaxMind Geolite DB."
|
5875 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
5876 |
|
5877 |
+
#: ../wp-slimstat.php:1139
|
5878 |
msgid "Function gzopen not defined. Aborting."
|
5879 |
msgstr ""
|
5880 |
|
5881 |
+
#: ../wp-slimstat.php:1149
|
5882 |
#, fuzzy
|
5883 |
msgid "There was an error opening the unzipped MaxMind Geolite DB."
|
5884 |
msgstr "Hubo un error al actualizar las siguientes opciones:"
|
5885 |
|
5886 |
+
#~ msgid "Async Tracker"
|
5887 |
+
#~ msgstr "Rastreador asincrónico"
|
5888 |
+
|
5889 |
+
#~ msgid "Enable UAN"
|
5890 |
+
#~ msgstr "Habilitar UAN"
|
5891 |
+
|
5892 |
+
#~ msgid "Customize the Geolocation service to be used in the reports."
|
5893 |
+
#~ msgstr ""
|
5894 |
+
#~ "Personalizar el servicio de Geolocalización de ser utilizado en los "
|
5895 |
+
#~ "informes."
|
5896 |
+
|
5897 |
+
#~ msgid "Activity Log"
|
5898 |
+
#~ msgstr "Bitácora de actividades"
|
5899 |
+
|
5900 |
+
#~ msgid "Live Stream"
|
5901 |
+
#~ msgstr "Transmisión en Vivo"
|
5902 |
+
|
5903 |
+
#, fuzzy
|
5904 |
+
#~ msgid ""
|
5905 |
+
#~ "Enable the Live view, which refreshes the Activity Log every X seconds. "
|
5906 |
+
#~ "Enter <strong>0</strong> (number zero) to deactivate this feature."
|
5907 |
+
#~ msgstr ""
|
5908 |
+
#~ "Habilitar la vista en vivo, lo que refresca la pantalla Ahora cada X "
|
5909 |
+
#~ "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
|
5910 |
+
#~ "esta funcionalidad."
|
5911 |
+
|
5912 |
+
#, fuzzy
|
5913 |
+
#~ msgid "Specify the number of items in the Activity Log."
|
5914 |
+
#~ msgstr "Especifica el número de elementos en Ahora."
|
5915 |
+
|
5916 |
#~ msgid ""
|
5917 |
#~ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
|
5918 |
#~ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
|
5977 |
#~ "How many times the Facebook Like button has been approximately clicked on "
|
5978 |
#~ "your site."
|
5979 |
#~ msgstr ""
|
5980 |
+
#~ "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta†"
|
5981 |
+
#~ "de Facebook en su sitio."
|
5982 |
|
5983 |
#~ msgid "Facebook Likes"
|
5984 |
#~ msgstr "Me Gusta de Facebook"
|
6048 |
#~ "regardless of which value you set for this option. In Accurate mode, this "
|
6049 |
#~ "option will remove the tracking code from your pages' source code."
|
6050 |
#~ msgstr ""
|
6051 |
+
#~ "Recoger información sobre las resoluciones de pantalla, enlaces salientes, "
|
6052 |
+
#~ "descargas, etc. Si el modo de seguimiento se establece en Javascript, "
|
6053 |
+
#~ "estos datos se rastrearán sin importar qué valor establecido para esta "
|
6054 |
+
#~ "opción."
|
6055 |
|
6056 |
#~ msgid "Detect Smoothing"
|
6057 |
#~ msgstr "Detectar Smoothing"
|
6088 |
#~ "person left your site from the entrance (landing) page."
|
6089 |
#~ msgstr ""
|
6090 |
#~ "A <em> página de rebote </em> es una visita de una sola página, o visite "
|
6091 |
+
#~ "en la que el usuario ha abandonado su sitio desde la página de entrada (de "
|
6092 |
+
#~ "aterrizaje)."
|
6093 |
|
6094 |
#~ msgid "Tracking Active"
|
6095 |
#~ msgstr "Seguimiento Activo"
|
6131 |
#, fuzzy
|
6132 |
#~ msgid "Are you sure you want to restore all the archived pageviews?"
|
6133 |
#~ msgstr ""
|
6134 |
+
#~ "¿Está seguro de que desea restaurar la disposición por defecto de sus "
|
6135 |
#~ "informes?"
|
6136 |
|
6137 |
#, fuzzy
|
6246 |
#~ msgstr "Expandir Detalles"
|
6247 |
|
6248 |
#~ msgid "Last 5 minutes"
|
6249 |
+
#~ msgstr "Últimos 5 minutos"
|
6250 |
|
6251 |
#~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
|
6252 |
#~ msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
|
6253 |
|
6254 |
#~ msgid ""
|
6255 |
+
#~ "what CSS standard was supported by that browser (1, 2, 3 and other integer "
|
6256 |
+
#~ "values)"
|
6257 |
#~ msgstr ""
|
6258 |
+
#~ "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros valores "
|
6259 |
+
#~ "enteros)"
|
6260 |
|
6261 |
#, fuzzy
|
6262 |
#~ msgid "Empty IP Address"
|
6323 |
|
6324 |
#~ msgid "Take a sneak peek at what human visitors are doing on your website."
|
6325 |
#~ msgstr ""
|
6326 |
+
#~ "Eche un vistazo a lo que los visitantes humanos están haciendo en su sitio "
|
6327 |
+
#~ "web."
|
6328 |
|
6329 |
#~ msgid "Visit with keywords"
|
6330 |
#~ msgstr "Visita con palabras clave"
|
6345 |
#~ "Click on a data point to display the activity chart for each hour of that "
|
6346 |
#~ "day"
|
6347 |
#~ msgstr ""
|
6348 |
+
#~ "Haga clic en un punto de datos para mostrar la gráfica de actividades para "
|
6349 |
+
#~ "cada hora de ese día"
|
6350 |
|
6351 |
#, fuzzy
|
6352 |
#~ msgid "Longest Post (ID)"
|
6357 |
|
6358 |
#~ msgid ""
|
6359 |
#~ "WARNING: a misconfigured setting and/or server environment is preventing "
|
6360 |
+
#~ "WP SlimStat from properly tracking your visitors. Please <a target=\"_blank"
|
6361 |
+
#~ "\" href=\"http://wordpress.org/extend/plugins/wp-slimstat/faq/\">check the "
|
6362 |
+
#~ "FAQs</a> for more information."
|
6363 |
#~ msgstr ""
|
6364 |
#~ "ADVERTENCIA: Un entorno mal configurado y/o entorno de servidor está "
|
6365 |
#~ "impidiendo que WP SLIMStat pueda rastrear adecuadamente a sus visitantes. "
|
6366 |
+
#~ "Por favor, <a target=\"_blank\" href=\"http://wordpress.org/extend/plugins/"
|
6367 |
+
#~ "wp-slimstat/faq/\">revise las FAQs</a> para obtener más información."
|
|
|
6368 |
|
6369 |
#, fuzzy
|
6370 |
#~ msgid ""
|
6442 |
|
6443 |
#~ msgid ""
|
6444 |
#~ "Add <em>markings</em> to each chart by specifying a date and its "
|
6445 |
+
#~ "description in the field below. Useful to keep track of special events and "
|
6446 |
+
#~ "correlate them to your analytics. Please use the following format:"
|
6447 |
#~ "<code>YYYY MM DD HH:mm=Description 1,YYYY MM DD HH:mm=Description 2</"
|
6448 |
#~ "code>. For example: 2012 12 31 23:55=New Year's Eve."
|
6449 |
#~ msgstr ""
|
6458 |
#~ "Paste your export file's content and click on the button below, to import "
|
6459 |
#~ "your settings."
|
6460 |
#~ msgstr ""
|
6461 |
+
#~ "Pegue el contenido de su archivo de exportación y haga clic en el botón de "
|
6462 |
+
#~ "abajo, para importar la configuración."
|
6463 |
|
6464 |
#, fuzzy
|
6465 |
#~ msgid "Export Settings"
|
7015 |
#~ msgid "l-mt-MT"
|
7016 |
#~ msgstr "Maltese"
|
7017 |
|
7018 |
+
# Norwegian Bokmål
|
7019 |
#, fuzzy
|
7020 |
#~ msgid "l-nb-NO"
|
7021 |
+
#~ msgstr "Norwegian Bokmål"
|
7022 |
|
7023 |
# Dutch; Flemish
|
7024 |
#, fuzzy
|
7625 |
#~ msgid "l-ve"
|
7626 |
#~ msgstr "Venda"
|
7627 |
|
7628 |
+
# Volapük
|
7629 |
#~ msgid "l-vo"
|
7630 |
+
#~ msgstr "Volapük"
|
7631 |
|
7632 |
# Wolof
|
7633 |
#~ msgid "l-wo"
|
7959 |
#~ msgstr "Origen del Tráfico"
|
7960 |
|
7961 |
#~ msgid "Last Month"
|
7962 |
+
#~ msgstr "Último Mes"
|
7963 |
|
7964 |
#~ msgid "Raw Data"
|
7965 |
#~ msgstr "Detalle de Datos"
|
8000 |
#~ msgstr "Visitas Directas"
|
8001 |
|
8002 |
#~ msgid "Unique Pages Referred"
|
8003 |
+
#~ msgstr "Únicamente Referidos desde páginas"
|
8004 |
|
8005 |
#, fuzzy
|
8006 |
#~ msgid "Sites"
|
8060 |
|
8061 |
#~ msgid "Human Visits by day - Click on a day for hourly metrics"
|
8062 |
#~ msgstr ""
|
8063 |
+
#~ "Visitas humanas por día - Haz click en un día para ver los indicadores por "
|
8064 |
+
#~ "horas"
|
8065 |
|
8066 |
#~ msgid "Traffic Sources by day - Click on a day for hourly metrics"
|
8067 |
#~ msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: analytics, statistics, counter, tracking, reports, wassup, geolocation, on
|
|
5 |
Text Domain: wp-slimstat
|
6 |
Requires at least: 3.8
|
7 |
Tested up to: 4.6
|
8 |
-
Stable tag: 4.4
|
9 |
|
10 |
== Description ==
|
11 |
[youtube https://www.youtube.com/watch?v=iJCtjxArq4U]
|
@@ -38,7 +38,7 @@ Slimstat is available in multiple languages: English, Belarusian ([UStarCash](ht
|
|
38 |
|
39 |
= Requirements =
|
40 |
* WordPress 3.8+
|
41 |
-
* PHP 5.
|
42 |
* MySQL 5.0.3+
|
43 |
* At least 15 MB of free web space
|
44 |
* At least 5 MB of free DB space
|
@@ -72,6 +72,9 @@ Our knowledge base is available on our [support center](http://docs.wp-slimstat.
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= 4.4 =
|
76 |
* [New] Number of matches for local search result pages will now be tracked in the notes as 'results:X' where X is the number of matches found. You can also use the Filter Bar to find, for example, "all the search queries that had NO results". Cool, huh? (thank you, [revisionsolar](https://wordpress.org/support/topic/show-search-results-where-there-was-no-answer)).
|
77 |
* [New] Browsers are starting to [deprecate synchronous XHR requests](https://www.sitepoint.com/introduction-beacon-api/), and they run the corresponding call asynchronously. This was causing our tracker to not record certain events as expected. We followed [Google's lead](https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#specifying_different_transport_mechanisms) and implemented the Beacon API in our code. Please make sure to clear your server caches to allow Slimstat to append the new tracker to your pages.
|
5 |
Text Domain: wp-slimstat
|
6 |
Requires at least: 3.8
|
7 |
Tested up to: 4.6
|
8 |
+
Stable tag: 4.4.1
|
9 |
|
10 |
== Description ==
|
11 |
[youtube https://www.youtube.com/watch?v=iJCtjxArq4U]
|
38 |
|
39 |
= Requirements =
|
40 |
* WordPress 3.8+
|
41 |
+
* PHP 5.2+
|
42 |
* MySQL 5.0.3+
|
43 |
* At least 15 MB of free web space
|
44 |
* At least 5 MB of free DB space
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 4.4.1 =
|
76 |
+
* [Fix] The option to restrict authors to see only reports for their posts was affecting other filters in some of our add-ons.
|
77 |
+
|
78 |
= 4.4 =
|
79 |
* [New] Number of matches for local search result pages will now be tracked in the notes as 'results:X' where X is the number of matches found. You can also use the Filter Bar to find, for example, "all the search queries that had NO results". Cool, huh? (thank you, [revisionsolar](https://wordpress.org/support/topic/show-search-results-where-there-was-no-answer)).
|
80 |
* [New] Browsers are starting to [deprecate synchronous XHR requests](https://www.sitepoint.com/introduction-beacon-api/), and they run the corresponding call asynchronously. This was causing our tracker to not record certain events as expected. We followed [Google's lead](https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#specifying_different_transport_mechanisms) and implemented the Beacon API in our code. Please make sure to clear your server caches to allow Slimstat to append the new tracker to your pages.
|
wp-slimstat.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Slim Stat Analytics
|
4 |
Plugin URI: http://wordpress.org/plugins/wp-slimstat/
|
5 |
Description: The leading web analytics plugin for WordPress
|
6 |
-
Version: 4.4
|
7 |
Author: Jason Crouse
|
8 |
Author URI: http://www.wp-slimstat.com/
|
9 |
Text Domain: wp-slimstat
|
@@ -15,7 +15,7 @@ if ( !empty( wp_slimstat::$settings ) ) {
|
|
15 |
}
|
16 |
|
17 |
class wp_slimstat {
|
18 |
-
public static $version = '4.4';
|
19 |
public static $settings = array();
|
20 |
public static $options = array(); // To be removed, here just for backward compatibility
|
21 |
|
3 |
Plugin Name: Slim Stat Analytics
|
4 |
Plugin URI: http://wordpress.org/plugins/wp-slimstat/
|
5 |
Description: The leading web analytics plugin for WordPress
|
6 |
+
Version: 4.4.1
|
7 |
Author: Jason Crouse
|
8 |
Author URI: http://www.wp-slimstat.com/
|
9 |
Text Domain: wp-slimstat
|
15 |
}
|
16 |
|
17 |
class wp_slimstat {
|
18 |
+
public static $version = '4.4.1';
|
19 |
public static $settings = array();
|
20 |
public static $options = array(); // To be removed, here just for backward compatibility
|
21 |
|