WordPress Popular Posts - Version 3.2.3

Version Description

If you're using a caching plugin, flushing its cache after installing / upgrading to this version is highly recommended.

  • Fixes a potential bug that might affect other plugins & themes (thanks @pippinsplugins).
  • Defines INNODB as default storage engine.
  • Adds the wpp-no-data CSS class to style the "Sorry, no data so far" message.
  • Adds a new index to summary table.
  • Updates plugin's documentation.
  • Other small bug fixes and improvements.
Download this release

Release Info

Developer hcabrera
Plugin Icon 128x128 WordPress Popular Posts
Version 3.2.3
Comparing to
See all releases

Code changes from version 3.2.2 to 3.2.3

js/admin.js CHANGED
@@ -64,8 +64,6 @@
64
  var value = parseInt( $("#cache_interval_value").val() );
65
  var time = $(this).val();
66
 
67
- console.log(time + " " + value);
68
-
69
  if ( time == "hour" && value > 72 ) {
70
  $("#cache_too_long").show();
71
  } else if ( time == "day" && value > 3 ) {
64
  var value = parseInt( $("#cache_interval_value").val() );
65
  var time = $(this).val();
66
 
 
 
67
  if ( time == "hour" && value > 72 ) {
68
  $("#cache_too_long").show();
69
  } else if ( time == "day" && value > 3 ) {
lang/wordpress-popular-posts-de_DE.mo CHANGED
Binary file
lang/wordpress-popular-posts-de_DE.po CHANGED
@@ -1,1526 +1,1527 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Wordpress Popular Posts\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-08 10:20-0430\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
8
- "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
9
- "Language: de_DE\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-SourceCharset: UTF-8\n"
14
- "X-Poedit-KeywordsList: __;_e;_n:1,2\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.7.5\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPath-1: ..\n"
20
-
21
- #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
22
- #: ../views/admin.php:75
23
- msgid "Settings saved."
24
- msgstr "Einstellungen gespeichert"
25
-
26
- #: ../views/admin.php:40
27
- msgid "Please provide the name of your custom field."
28
- msgstr "Gebe einen Namen für das benutzerdefinierte Feld an."
29
-
30
- #: ../views/admin.php:81
31
- msgid ""
32
- "Any changes made to WPP's default stylesheet will be lost after every plugin "
33
- "update. In order to prevent this from happening, please copy the wpp.css "
34
- "file (located at wp-content/plugins/wordpress-popular-posts/style) into your "
35
- "theme's directory"
36
- msgstr ""
37
-
38
- #: ../views/admin.php:96
39
- #, fuzzy
40
- msgid ""
41
- "This operation will delete all entries from WordPress Popular Posts' cache "
42
- "table and cannot be undone."
43
- msgstr ""
44
- "Alle Einträge im Cache werden gelöscht und können nicht mehr wieder "
45
- "hergestellt werden."
46
-
47
- #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
48
- msgid "Do you want to continue?"
49
- msgstr "Möchtest du fortfahren?"
50
-
51
- #: ../views/admin.php:104
52
- msgid ""
53
- "This operation will delete all stored info from WordPress Popular Posts' "
54
- "data tables and cannot be undone."
55
- msgstr ""
56
- "Alle gespeicherten Daten von WordPress Popular Posts werden gelöscht und "
57
- "können nicht wieder hergestellt werden."
58
-
59
- #: ../views/admin.php:112
60
- #, fuzzy
61
- msgid "This operation will delete all cached thumbnails and cannot be undone."
62
- msgstr ""
63
- "Alle Einträge im Cache werden gelöscht und können nicht mehr wieder "
64
- "hergestellt werden."
65
-
66
- #: ../views/admin.php:146
67
- msgid "Stats"
68
- msgstr "Statistiken"
69
-
70
- #: ../views/admin.php:147
71
- msgid "Tools"
72
- msgstr "Werkzeuge"
73
-
74
- #: ../views/admin.php:148 ../views/admin.php:747
75
- msgid "Parameters"
76
- msgstr "Parameter"
77
-
78
- #: ../views/admin.php:149
79
- msgid "FAQ"
80
- msgstr "Häufige Fragen und Antworten"
81
-
82
- #: ../views/admin.php:150
83
- msgid "About"
84
- msgstr "Über"
85
-
86
- #: ../views/admin.php:161
87
- msgid ""
88
- "Click on each tab to see what are the most popular entries on your blog in "
89
- "the last 24 hours, this week, last 30 days or all time since WordPress "
90
- "Popular Posts was installed."
91
- msgstr ""
92
- "Klicke auf jeden Reiter, um die beliebtesten Beiträge deines Blogs von den "
93
- "letzten 24 Stunden, dieser Woche, den letzten 30 Tagen oder des gesamten "
94
- "Zeitraums seit der Installation von WordPress Popular Posts zu sehen."
95
-
96
- #: ../views/admin.php:167
97
- msgid "Order by comments"
98
- msgstr "Sortiert nach Kommentaren"
99
-
100
- #: ../views/admin.php:168
101
- msgid "Order by views"
102
- msgstr "Sortiert nach Seitenaufrufen"
103
-
104
- #: ../views/admin.php:169
105
- msgid "Order by avg. daily views"
106
- msgstr "Sortierte nach durchschn. Tagesaufrufen"
107
-
108
- #: ../views/admin.php:171
109
- msgid "Post type"
110
- msgstr "Post-Type"
111
-
112
- #: ../views/admin.php:172
113
- msgid "Limit"
114
- msgstr "Max. aufzulistende Einträge:"
115
-
116
- #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
117
- #: ../views/admin.php:403
118
- msgid "Apply"
119
- msgstr "Anwenden"
120
-
121
- #: ../views/admin.php:177 ../views/form.php:32
122
- msgid "Display only posts published within the selected Time Range"
123
- msgstr ""
124
-
125
- #: ../views/admin.php:184 ../views/form.php:26
126
- msgid "Last 24 hours"
127
- msgstr "Letzte 24 Stunden"
128
-
129
- #: ../views/admin.php:185 ../views/form.php:27
130
- msgid "Last 7 days"
131
- msgstr "Letzte 7 Tage"
132
-
133
- #: ../views/admin.php:186 ../views/form.php:28
134
- msgid "Last 30 days"
135
- msgstr "Letzte 30 Tage"
136
-
137
- #: ../views/admin.php:187 ../views/form.php:29
138
- msgid "All-time"
139
- msgstr "Allzeithoch"
140
-
141
- #: ../views/admin.php:209
142
- msgid "Thumbnails"
143
- msgstr "Vorschaubilder"
144
-
145
- #: ../views/admin.php:214
146
- msgid "Default thumbnail"
147
- msgstr "Standardvorschaubild"
148
-
149
- #: ../views/admin.php:219
150
- msgid "Upload thumbnail"
151
- msgstr "Vorschaubild hochladen"
152
-
153
- #: ../views/admin.php:221
154
- msgid ""
155
- "How-to: upload (or select) an image, set Size to Full and click on Upload. "
156
- "After it's done, hit on Apply to save changes"
157
- msgstr ""
158
- "Anleitung: ein Bild hochladen (oder aus existierenden wählen) und "
159
- "\"vollständige Größe\" einstellen. Anschließend \"Anwenden\" anklicken."
160
-
161
- #: ../views/admin.php:225
162
- msgid "Pick image from"
163
- msgstr "Wähle Bildquelle"
164
-
165
- #: ../views/admin.php:228
166
- msgid "Featured image"
167
- msgstr "Beitragsbild"
168
-
169
- #: ../views/admin.php:229
170
- msgid "First image on post"
171
- msgstr "Erstes Bild im Beitrag"
172
-
173
- #: ../views/admin.php:230
174
- msgid "Custom field"
175
- msgstr "Benutzerdefiniertes Feld"
176
-
177
- #: ../views/admin.php:233
178
- #, fuzzy
179
- msgid "Tell WordPress Popular Posts where it should get thumbnails from"
180
- msgstr "Woher kommen die Vorschaubilder?"
181
-
182
- #: ../views/admin.php:237
183
- msgid "Custom field name"
184
- msgstr "Name des benutzerdefiniertes Feldes"
185
-
186
- #: ../views/admin.php:243
187
- msgid "Resize image from Custom field?"
188
- msgstr "Bild aus benutzerdefiniertem Feld skalieren?"
189
-
190
- #: ../views/admin.php:246
191
- msgid "No, I will upload my own thumbnail"
192
- msgstr "Nein, ich lade mein eigenes Vorschaubild hoch"
193
-
194
- #: ../views/admin.php:247
195
- msgid "Yes"
196
- msgstr "Ja"
197
-
198
- #: ../views/admin.php:252
199
- msgid "Responsive support"
200
- msgstr ""
201
-
202
- #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
203
- #: ../views/admin.php:393
204
- msgid "Enabled"
205
- msgstr "Aktiviert"
206
-
207
- #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
208
- #: ../views/admin.php:394
209
- msgid "Disabled"
210
- msgstr "Deaktiviert"
211
-
212
- #: ../views/admin.php:259
213
- msgid ""
214
- "If enabled, WordPress Popular Posts will strip height and width attributes "
215
- "out of thumbnails' image tags"
216
- msgstr ""
217
-
218
- #: ../views/admin.php:269
219
- #, fuzzy
220
- msgid "Empty image cache"
221
- msgstr "Cache leeren"
222
-
223
- #: ../views/admin.php:270
224
- #, fuzzy
225
- msgid "Use this button to clear WPP's thumbnails cache"
226
- msgstr ""
227
- "Nutze diese Schaltfläche, um die Cache-Tabelle von Wordpress Popular Posts "
228
- "zu leeren."
229
-
230
- #: ../views/admin.php:288
231
- msgid "Data"
232
- msgstr "Daten"
233
-
234
- #: ../views/admin.php:293
235
- msgid "Log views from"
236
- msgstr "Erfasse Aufrufe"
237
-
238
- #: ../views/admin.php:296
239
- msgid "Visitors only"
240
- msgstr "von jedem außer eingeloggten Benutzern"
241
-
242
- #: ../views/admin.php:297
243
- msgid "Logged-in users only"
244
- msgstr "nur von eingeloggten Benutzern"
245
-
246
- #: ../views/admin.php:298
247
- msgid "Everyone"
248
- msgstr "von jedem"
249
-
250
- #: ../views/admin.php:304
251
- msgid "Ajaxify widget"
252
- msgstr "Widget via Ajax"
253
-
254
- #: ../views/admin.php:312
255
- msgid ""
256
- "If you are using a caching plugin such as WP Super Cache, enabling this "
257
- "feature will keep the popular list from being cached by it"
258
- msgstr ""
259
- "Falls du ein Cache-Plugin wie z. B. WP Super Cache verwendest, verhindert "
260
- "das Aktivieren, dass die Liste nicht gecachet wird und stets aktuell ist."
261
-
262
- #: ../views/admin.php:316
263
- msgid "WPP Cache Expiry Policy"
264
- msgstr ""
265
-
266
- #: ../views/admin.php:319
267
- msgid "Never cache"
268
- msgstr ""
269
-
270
- #: ../views/admin.php:320
271
- msgid "Enable caching"
272
- msgstr ""
273
-
274
- #: ../views/admin.php:324
275
- msgid ""
276
- "Sets WPP's cache expiration time. WPP can cache the popular list for a "
277
- "specified amount of time. Recommended for large / high traffic sites"
278
- msgstr ""
279
-
280
- #: ../views/admin.php:328
281
- msgid "Refresh cache every"
282
- msgstr ""
283
-
284
- #: ../views/admin.php:332
285
- msgid "Minute(s)"
286
- msgstr ""
287
-
288
- #: ../views/admin.php:333
289
- msgid "Hour(s)"
290
- msgstr "Stunde(n)"
291
-
292
- #: ../views/admin.php:334
293
- msgid "Day(s)"
294
- msgstr "Tag(e)"
295
-
296
- #: ../views/admin.php:335
297
- msgid "Week(s)"
298
- msgstr "Woche(n)"
299
-
300
- #: ../views/admin.php:336
301
- msgid "Month(s)"
302
- msgstr "Monat(e)"
303
-
304
- #: ../views/admin.php:337
305
- msgid "Year(s)"
306
- msgstr "Jahr(e)"
307
-
308
- #: ../views/admin.php:340
309
- msgid "Really? That long?"
310
- msgstr "Wirklich? So lang?"
311
-
312
- #: ../views/admin.php:344
313
- msgid "Data Sampling"
314
- msgstr ""
315
-
316
- #: ../views/admin.php:352
317
- #, php-format
318
- msgid ""
319
- "By default, WordPress Popular Posts stores in database every single visit "
320
- "your site receives. For small / medium sites this is generally OK, but on "
321
- "large / high traffic sites the constant writing to the database may have an "
322
- "impact on performance. With data sampling, WordPress Popular Posts will "
323
- "store only a subset of your traffic and report on the tendencies detected in "
324
- "that sample set (for more on <em>data sampling</em>, please <a href=\"%1$s\" "
325
- "target=\"_blank\">read here</a>)"
326
- msgstr ""
327
-
328
- #: ../views/admin.php:356
329
- msgid "Sample Rate"
330
- msgstr ""
331
-
332
- #: ../views/admin.php:360
333
- #, php-format
334
- msgid ""
335
- "A sampling rate of %d is recommended for large / high traffic sites. For "
336
- "lower traffic sites, you should lower the value"
337
- msgstr ""
338
-
339
- #: ../views/admin.php:375
340
- msgid "Miscellaneous"
341
- msgstr "Sonstiges"
342
-
343
- #: ../views/admin.php:380
344
- msgid "Open links in"
345
- msgstr "Links öffnen in"
346
-
347
- #: ../views/admin.php:383
348
- msgid "Current window"
349
- msgstr "aktuellem Fenster"
350
-
351
- #: ../views/admin.php:384
352
- msgid "New tab/window"
353
- msgstr "Neuem Tab/Fenster"
354
-
355
- #: ../views/admin.php:390
356
- msgid "Use plugin's stylesheet"
357
- msgstr "Stylesheet des Plugins benutzen"
358
-
359
- #: ../views/admin.php:397
360
- msgid ""
361
- "By default, the plugin includes a stylesheet called wpp.css which you can "
362
- "use to style your popular posts listing. If you wish to use your own "
363
- "stylesheet or do not want it to have it included in the header section of "
364
- "your site, use this."
365
- msgstr ""
366
- "Als Voreinstellung schließt dieses Plugin eine Stylesheet-Datei wpp.css ein. "
367
- "Du kannst mit ihr die Auflistung beliebter Beiträge gestalten. Falls du dein "
368
- "eigenes Stylesheet verwenden oder die wpp.css nicht im HEAD-Abschnitt "
369
- "einbinden willst, deaktiviere die Einbindung."
370
-
371
- #: ../views/admin.php:414
372
- msgid ""
373
- "WordPress Popular Posts maintains data in two separate tables: one for "
374
- "storing the most popular entries on a daily basis (from now on, \"cache\"), "
375
- "and another one to keep the All-time data (from now on, \"historical data\" "
376
- "or just \"data\"). If for some reason you need to clear the cache table, or "
377
- "even both historical and cache tables, please use the buttons below to do so."
378
- msgstr ""
379
- "WordPress Popular Posts speichert Daten in zwei getrennten Tabellen: eine "
380
- "für die beliebtesten Beiträge der letzten 30 Tage (auch: \"Cache-Tabelle\"), "
381
- "und die andere für die Allzeit-Daten (auch \"historische Daten\" oder "
382
- "einfach \"Datentabelle\"). Solltest du aus verschiedenen Gründen die Cache-"
383
- "Tabelle leeren wollen oder sowohl die Datentabelle als auch die Cache-"
384
- "Tabelle, nutze die folgenden Schaltflächen."
385
-
386
- #: ../views/admin.php:415
387
- msgid "Empty cache"
388
- msgstr "Cache leeren"
389
-
390
- #: ../views/admin.php:415
391
- msgid "Use this button to manually clear entries from WPP cache only"
392
- msgstr ""
393
- "Nutze diese Schaltfläche, um die Cache-Tabelle von Wordpress Popular Posts "
394
- "zu leeren."
395
-
396
- #: ../views/admin.php:416
397
- msgid "Clear all data"
398
- msgstr "Alle Daten löschen"
399
-
400
- #: ../views/admin.php:416
401
- msgid "Use this button to manually clear entries from all WPP data tables"
402
- msgstr ""
403
- "Nutze diese Schaltfläche, um alle Einträge in der Datentabelle von Wordpress "
404
- "Popular Posts zu löschen."
405
-
406
- #: ../views/admin.php:423
407
- #, php-format
408
- msgid ""
409
- "With the following parameters you can customize the popular posts list when "
410
- "using either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or "
411
- "the <a href=\"%2$s\">[wpp] shortcode</a>."
412
- msgstr ""
413
-
414
- #: ../views/admin.php:431
415
- msgid "Parameter"
416
- msgstr "Parameter"
417
-
418
- #: ../views/admin.php:432 ../views/admin.php:746
419
- msgid "What it does "
420
- msgstr "Was es macht"
421
-
422
- #: ../views/admin.php:433
423
- msgid "Possible values"
424
- msgstr "Erlaubte Werte"
425
-
426
- #: ../views/admin.php:434
427
- msgid "Defaults to"
428
- msgstr "Voreinstellung"
429
-
430
- #: ../views/admin.php:435 ../views/admin.php:748
431
- msgid "Example"
432
- msgstr "Beispiel"
433
-
434
- #: ../views/admin.php:441
435
- msgid "Sets a heading for the list"
436
- msgstr "Bestimmt die Überschrift der Liste"
437
-
438
- #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
439
- #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
440
- #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
441
- #: ../views/admin.php:624
442
- msgid "Text string"
443
- msgstr "Zeichenkette"
444
-
445
- #: ../views/admin.php:443
446
- msgid "Popular Posts"
447
- msgstr "Beliebteste Beiträge"
448
-
449
- #: ../views/admin.php:448
450
- msgid "Set the opening tag for the heading of the list"
451
- msgstr "Bestimmt den öffnenden Tag der Listenüberschrift"
452
-
453
- #: ../views/admin.php:455
454
- msgid "Set the closing tag for the heading of the list"
455
- msgstr "Bestimmt den schließenden Tag der Listenüberschrift"
456
-
457
- #: ../views/admin.php:462
458
- msgid "Sets the maximum number of popular posts to be shown on the listing"
459
- msgstr "Bestimmt die maximale Anzahl der beliebten Beiträge in der Auflistung"
460
-
461
- #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
462
- #: ../views/admin.php:554 ../views/admin.php:561
463
- msgid "Positive integer"
464
- msgstr "Positive Ganzzahl"
465
-
466
- #: ../views/admin.php:469
467
- msgid ""
468
- "Tells WordPress Popular Posts to retrieve the most popular entries within "
469
- "the time range specified by you"
470
- msgstr ""
471
- "Weist WordPress Popular Posts an, die beliebtesten Beiträge innerhalt der "
472
- "eingestellten Zeitspanne anzuzeigen."
473
-
474
- #: ../views/admin.php:476
475
- msgid ""
476
- "Tells WordPress Popular Posts to retrieve the most popular entries published "
477
- "within the time range specified by you"
478
- msgstr ""
479
- "Weist WordPress Popular Posts an, die beliebtesten Beiträge innerhalt der "
480
- "eingestellten Zeitspanne anzuzeigen."
481
-
482
- #: ../views/admin.php:483
483
- msgid "Sets the sorting option of the popular posts"
484
- msgstr "Bestimmt die Auswahl der Reihenfolge der beliebten Beiträge"
485
-
486
- #: ../views/admin.php:484
487
- msgid "(for average views per day)"
488
- msgstr "(für durchschn. Aufrufe pro Tag)"
489
-
490
- #: ../views/admin.php:490
491
- msgid "Defines the type of posts to show on the listing"
492
- msgstr "Bestimmt die Art der Dokumente, die aufgelistet werden"
493
-
494
- #: ../views/admin.php:497
495
- msgid ""
496
- "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) "
497
- "form the listing."
498
- msgstr ""
499
- "Falls gesetzt, zeigt WordPress Popular Posts die Beiträge und Seiten anhand "
500
- "ihrer angegebener ID(s) in der Liste nicht an."
501
-
502
- #: ../views/admin.php:499 ../views/admin.php:506 ../views/admin.php:513
503
- msgid "None"
504
- msgstr "nichts"
505
-
506
- #: ../views/admin.php:504
507
- msgid ""
508
- "If set, WordPress Popular Posts will retrieve all entries that belong to the "
509
- "specified category(ies) ID(s). If a minus sign is used, the category(ies) "
510
- "will be excluded instead."
511
- msgstr ""
512
- "Falls gesetzt, zeigt WordPress Popular Posts alle Einträge, die den "
513
- "angegebenen Kategorie-IDs zugeordnet sind, an. Ein Minus-Zeichen vor der ID "
514
- "schließt die Beiträge dieser Kategorie aus."
515
-
516
- #: ../views/admin.php:511
517
- msgid ""
518
- "If set, WordPress Popular Posts will retrieve all entries created by "
519
- "specified author(s) ID(s)."
520
- msgstr ""
521
- "Falls gesetzt, wird WordPress Popular Posts alle Einträge anhand angegebener "
522
- "Autor(en)-ID(s) ausgeben."
523
-
524
- #: ../views/admin.php:518
525
- msgid ""
526
- "If set, WordPress Popular Posts will shorten each post title to \"n\" "
527
- "characters whenever possible"
528
- msgstr ""
529
- "Falls gesetzt, kürzt WordPress Popular Posts jeden Titel, wenn möglich, auf "
530
- "\"n\" Zeichen."
531
-
532
- #: ../views/admin.php:525
533
- msgid ""
534
- "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" "
535
- "words instead of characters"
536
- msgstr ""
537
- "Falls gesetzt, kürzt WordPress Popular Posts jeden Titel, wenn möglich, auf "
538
- "\"n\" Wörter anstatt Zeichen."
539
-
540
- #: ../views/admin.php:532
541
- msgid ""
542
- "If set, WordPress Popular Posts will build and include an excerpt of \"n\" "
543
- "characters long from the content of each post listed as popular"
544
- msgstr ""
545
- "Falls gesetzt, zeigt WordPress Popular Posts einen Auszug von \"n\" "
546
- "Buchstaben Länge bei jedem Beitrag an."
547
-
548
- #: ../views/admin.php:539
549
- msgid ""
550
- "If set, WordPress Popular Posts will maintaing all styling tags (strong, "
551
- "italic, etc) and hyperlinks found in the excerpt"
552
- msgstr ""
553
- "Falls gesetzt, behält WordPress Popular Posts die formatierenden Tags (fett, "
554
- "kursiv usw.) und die Links im Auszug bei."
555
-
556
- #: ../views/admin.php:546
557
- msgid ""
558
- "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words "
559
- "instead of characters"
560
- msgstr ""
561
- "Falls gesetzt, kürzt WordPress Popular Posts jeden Auszug, wenn möglich, auf "
562
- "\"n\" Wörter anstatt Zeichen."
563
-
564
- #: ../views/admin.php:553
565
- msgid ""
566
- "If set, and if your current server configuration allows it, you will be able "
567
- "to display thumbnails of your posts. This attribute sets the width for "
568
- "thumbnails"
569
- msgstr ""
570
- "Falls gesetzt und es die aktuelle Server-Konfiguration erlaubt, ist dir die "
571
- "Anzeige von Vorschaubildern deiner Beiträge möglich. Dieses Attribut "
572
- "bestimmt die Breite der Vorschaubilder."
573
-
574
- #: ../views/admin.php:560
575
- msgid ""
576
- "If set, and if your current server configuration allows it, you will be able "
577
- "to display thumbnails of your posts. This attribute sets the height for "
578
- "thumbnails"
579
- msgstr ""
580
- "Falls gesetzt und es die aktuelle Server-Konfiguration erlaubt, ist dir die "
581
- "Anzeige von Vorschaubildern deiner Beiträge möglich. Dieses Attribut "
582
- "bestimmt die Höhe der Vorschaubilder."
583
-
584
- #: ../views/admin.php:567
585
- msgid ""
586
- "If set, and if the WP-PostRatings plugin is installed and enabled on your "
587
- "blog, WordPress Popular Posts will show how your visitors are rating your "
588
- "entries"
589
- msgstr ""
590
- "Falls gesetzt und wenn das Plugin WP-PostRatings in Deinem Blog läuft, zeigt "
591
- "WordPress Popular Posts die Bewertungen der Nutzer an."
592
-
593
- #: ../views/admin.php:574
594
- msgid ""
595
- "If set, WordPress Popular Posts will show how many comments each popular "
596
- "post has got until now"
597
- msgstr ""
598
- "Falls gesetzt, zeigt WordPress Popular Posts an, wie viele Kommentare jeder "
599
- "Beitrag bis jetzt erhielt."
600
-
601
- #: ../views/admin.php:581
602
- msgid ""
603
- "If set, WordPress Popular Posts will show how many views each popular post "
604
- "has got since it was installed"
605
- msgstr ""
606
- "Falls gesetzt, zeigt WordPress Popular Posts an, wie viele Aufrufe jeder "
607
- "Beitrag seit der Installation erhielt."
608
-
609
- #: ../views/admin.php:588
610
- msgid ""
611
- "If set, WordPress Popular Posts will show who published each popular post on "
612
- "the list"
613
- msgstr ""
614
- "Falls gesetzt, zeigt WordPress Popular Posts an, wer welchen Beitrag "
615
- "veröffentlicht hat."
616
-
617
- #: ../views/admin.php:595
618
- msgid ""
619
- "If set, WordPress Popular Posts will display the date when each popular post "
620
- "on the list was published"
621
- msgstr ""
622
- "Falls gesetzt, zeigt WordPress Popular Posts das Veröffentlichungsdatum "
623
- "jeden Beitrags in der Liste an."
624
-
625
- #: ../views/admin.php:602
626
- msgid "Sets the date format"
627
- msgstr "Bestimmt das Datumsformat"
628
-
629
- #: ../views/admin.php:609
630
- msgid "If set, WordPress Popular Posts will display the category"
631
- msgstr "Falls gesetzt, zeigt WordPress Popular Posts die Kategorie an"
632
-
633
- #: ../views/admin.php:616
634
- msgid "Sets the opening tag for the listing"
635
- msgstr "Bestimmt das öffnende Tag der Auflistung"
636
-
637
- #: ../views/admin.php:623
638
- msgid "Sets the closing tag for the listing"
639
- msgstr "Bestimmt das schließende Tag der Auflistung"
640
-
641
- #: ../views/admin.php:630
642
- msgid "Sets the HTML structure of each post"
643
- msgstr "Setzt die HTML-Struktur jeden Beitrags"
644
-
645
- #: ../views/admin.php:631
646
- msgid "Text string, custom HTML"
647
- msgstr "Zeichenkette, benutzerdefiniertes HTML"
648
-
649
- #: ../views/admin.php:631
650
- msgid "Available Content Tags"
651
- msgstr "Verfügbare Content-Tags"
652
-
653
- #: ../views/admin.php:631
654
- msgid "displays thumbnail linked to post/page"
655
- msgstr "zeigt verlinktes Vorschaubild des Beitrags/der Seite an"
656
-
657
- #: ../views/admin.php:631
658
- msgid "displays thumbnail image without linking to post/page"
659
- msgstr ""
660
-
661
- #: ../views/admin.php:631
662
- msgid "displays linked post/page title"
663
- msgstr "zeigt den verlinkten Titel des Beitrags/der Seiten an"
664
-
665
- #: ../views/admin.php:631
666
- msgid ""
667
- "displays post/page excerpt, and requires excerpt_length to be greater than 0"
668
- msgstr ""
669
- "zeigt den Auszug (excerpt) des Beitrags/der Seite an, erfordert "
670
- "excerpt_length größer als 0"
671
-
672
- #: ../views/admin.php:631
673
- msgid "displays the default stats tags"
674
- msgstr "zeigt die standard&shy;mäßigen Statistik-Tags an"
675
-
676
- #: ../views/admin.php:631
677
- msgid ""
678
- "displays post/page current rating, requires WP-PostRatings installed and "
679
- "enabled"
680
- msgstr ""
681
- "zeigt die aktuelle Bewertung des Beitrags/der Seite an, erfordert das "
682
- "installierte und aktivierte Plugin WP-PostRatings"
683
-
684
- #: ../views/admin.php:631
685
- msgid ""
686
- "displays post/page current rating as an integer, requires WP-PostRatings "
687
- "installed and enabled"
688
- msgstr ""
689
- "zeigt die aktuelle Bewertung des Beitrags/der Seite an, erfordert das "
690
- "installierte und aktivierte Plugin WP-PostRatings"
691
-
692
- #: ../views/admin.php:631
693
- msgid "outputs the URL of the post/page"
694
- msgstr "gibt die URL des Beitrags/der Seite aus"
695
-
696
- #: ../views/admin.php:631
697
- msgid "displays post/page title, no link"
698
- msgstr "zeigt den Titel des Beitrags/der Seite an, ohne Link"
699
-
700
- #: ../views/admin.php:631
701
- msgid "displays linked author name, requires stats_author=1"
702
- msgstr "zeigt den verlinkten Autoren&shy;namen an, erfordert stats_author=1"
703
-
704
- #: ../views/admin.php:631
705
- msgid "displays linked category name, requires stats_category=1"
706
- msgstr ""
707
- "zeigt den verlinkten Kategorien&shy;namen an, erfordert stats_category=1"
708
-
709
- #: ../views/admin.php:631
710
- msgid "displays views count only, no text"
711
- msgstr "zeigt nur die Anzahl an, ohne Text"
712
-
713
- #: ../views/admin.php:631
714
- msgid "displays comments count only, no text, requires stats_comments=1"
715
- msgstr ""
716
- "zeigt nur die Anzahl der Kom&shy;men&shy;tare an, ohne Text, erfordert "
717
- "stats_comment=1"
718
-
719
- #: ../views/admin.php:631
720
- msgid "displays post/page date, requires stats_date=1"
721
- msgstr ""
722
-
723
- #: ../views/admin.php:643
724
- msgid "What does \"Title\" do?"
725
- msgstr "Was macht \"Titel\"?"
726
-
727
- #: ../views/admin.php:646
728
- msgid ""
729
- "It allows you to show a heading for your most popular posts listing. If left "
730
- "empty, no heading will be displayed at all."
731
- msgstr ""
732
- "Ermöglicht dir, eine Überschrift für die Auflistung anzugeben. Falls leer "
733
- "belassen, wird keine Überschrift angezeigt."
734
-
735
- #: ../views/admin.php:649
736
- msgid "What is Time Range for?"
737
- msgstr "Für was steht die Zeitspanne?"
738
-
739
- #: ../views/admin.php:651
740
- msgid ""
741
- "It will tell WordPress Popular Posts to retrieve all posts with most views / "
742
- "comments within the selected time range."
743
- msgstr ""
744
- "Weist WordPress Popular Posts an, alle Beiträge mit den meisten Aufrufen "
745
- "bzw. Kommentaren innerhalb der eingestellten Zeitspanne anzuzeigen."
746
-
747
- #: ../views/admin.php:654
748
- msgid "What is \"Sort post by\" for?"
749
- msgstr "Für was steht \"Sortiere Beiträge nach\"?"
750
-
751
- #: ../views/admin.php:656
752
- msgid ""
753
- "It allows you to decide whether to order your popular posts listing by total "
754
- "views, comments, or average views per day."
755
- msgstr ""
756
- "Ermöglicht dir zu entscheiden, ob die Listeneinträge nach absoluter Anzahl "
757
- "der Aufrufe, Kommentare oder durchschnittlichen Aufrufen pro Tag geordnet "
758
- "werden."
759
-
760
- #: ../views/admin.php:659
761
- msgid "What does \"Display post rating\" do?"
762
- msgstr "Was macht \"Zeige Bewertung\"?"
763
-
764
- #: ../views/admin.php:661
765
- msgid ""
766
- "If checked, WordPress Popular Posts will show how your readers are rating "
767
- "your most popular posts. This feature requires having WP-PostRatings plugin "
768
- "installed and enabled on your blog for it to work."
769
- msgstr ""
770
- "Falls aktiviert, zeigt WordPress Popular Posts an, wie deine Leser deine "
771
- "beliebtesten Beiträge bewertet haben. Diese Funktion erfordert die "
772
- "Installation und Aktivierung des Plugins WP-PostRatings."
773
-
774
- #: ../views/admin.php:664
775
- msgid "What does \"Shorten title\" do?"
776
- msgstr "Was macht \"Kürze den Titel\"?"
777
-
778
- #: ../views/admin.php:666
779
- msgid ""
780
- "If checked, all posts titles will be shortened to \"n\" characters/words. A "
781
- "new \"Shorten title to\" option will appear so you can set it to whatever "
782
- "you like."
783
- msgstr ""
784
- "Falls aktiviert, werden alle Titel auf \"n\" Zeichen gekürzt. Eine neue "
785
- "Auswahl \"Kürze den Titel zu\" wird erscheinen, mit der du die Titellänge "
786
- "setzen kannst."
787
-
788
- #: ../views/admin.php:669
789
- msgid "What does \"Display post excerpt\" do?"
790
- msgstr "Was macht \"Zeige Auszug\"?"
791
-
792
- #: ../views/admin.php:671
793
- msgid ""
794
- "If checked, WordPress Popular Posts will also include a small extract of "
795
- "your posts in the list. Similarly to the previous option, you will be able "
796
- "to decide how long the post excerpt should be."
797
- msgstr ""
798
- "Falls aktiviert, zeigt WordPress Popular Posts zusätzlich einen kurzen "
799
- "Auszug Deines Beitrags in der Liste an. Wie bei der vorhergehenden Auswahl "
800
- "ist es dir möglich, die Länge des Auszugs einzustellen."
801
-
802
- #: ../views/admin.php:674
803
- msgid "What does \"Keep text format and links\" do?"
804
- msgstr "Was macht \"Behalte Textformat und Links bei\"?"
805
-
806
- #: ../views/admin.php:676
807
- msgid ""
808
- "If checked, and if the Post Excerpt feature is enabled, WordPress Popular "
809
- "Posts will keep the styling tags (eg. bold, italic, etc) that were found in "
810
- "the excerpt. Hyperlinks will remain intact, too."
811
- msgstr ""
812
- "Falls aktiviert und wenn die Darstellung von Auszügen aktiviert ist, behält "
813
- "WordPress Popular Posts die formatierenden Tags (z. B. fett, kursiv usw.) im "
814
- "Auszug. Auch Links bleiben unverändert."
815
-
816
- #: ../views/admin.php:679
817
- msgid "What is \"Post type\" for?"
818
- msgstr "Für was steht \"Post-Type\"?"
819
-
820
- #: ../views/admin.php:681
821
- msgid ""
822
- "This filter allows you to decide which post types to show on the listing. By "
823
- "default, it will retrieve only posts and pages (which should be fine for "
824
- "most cases)."
825
- msgstr ""
826
- "Dieser Filter erlaubt dir zu entscheiden, welche Post-Types aufgelistet "
827
- "werden. Per Voreinstellung werden nur Seiten und Beiträge angezeigt (was in "
828
- "den meisten Fällen ausreicht)."
829
-
830
- #: ../views/admin.php:684
831
- msgid "What is \"Category(ies) ID(s)\" for?"
832
- msgstr "Für was steht \"Kategorie(n)-ID(s)\"?"
833
-
834
- #: ../views/admin.php:686
835
- msgid ""
836
- "This filter allows you to select which categories should be included or "
837
- "excluded from the listing. A negative sign in front of the category ID "
838
- "number will exclude posts belonging to it from the list, for example. You "
839
- "can specify more than one ID with a comma separated list."
840
- msgstr ""
841
- "Dieser Filter erlaubt dir auszuwählen, welche Kategorien in der Auflistung "
842
- "eingeschlossen oder ausgeschlossen werden sollten. Ein Minus-Zeichen vor "
843
- "einer Kategorien-ID schließt Beiträge, die die ID zugewiesen bekamen, von "
844
- "der Liste aus. du kannst mehr als eine ID, mit Kommas getrennt, angeben."
845
-
846
- #: ../views/admin.php:689
847
- msgid "What is \"Author(s) ID(s)\" for?"
848
- msgstr "Für was steht \"Autor(en)-ID(s)\"?"
849
-
850
- #: ../views/admin.php:691
851
- msgid ""
852
- "Just like the Category filter, this one lets you filter posts by author ID. "
853
- "You can specify more than one ID with a comma separated list."
854
- msgstr ""
855
- "Wie beim Kategorienfilter kannst du auch Beiträge nach Autoren filtern. Du "
856
- "kannst mehr als eine Autoren-ID, getrennt durch Kommas, angeben."
857
-
858
- #: ../views/admin.php:694
859
- msgid "What does \"Display post thumbnail\" do?"
860
- msgstr "Was macht \"Zeige Vorschaubild\"?"
861
-
862
- #: ../views/admin.php:696
863
- msgid ""
864
- "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail "
865
- "of each post. You can set up the source of the thumbnail via Settings - "
866
- "WordPress Popular Posts - Tools."
867
- msgstr ""
868
- "Falls aktiviert, versucht WordPress Popular Posts, das Vorschaubild von "
869
- "jedem Beitrag darzustellen. Du kannst die Quelle des Vorschaubildes unter "
870
- "\"Werkzeuge\" einstellen."
871
-
872
- #: ../views/admin.php:699
873
- msgid "What does \"Display comment count\" do?"
874
- msgstr "Was macht \"Zeige Anzahl Kommentare\"?"
875
-
876
- #: ../views/admin.php:701
877
- msgid ""
878
- "If checked, WordPress Popular Posts will display how many comments each "
879
- "popular post has got in the selected Time Range."
880
- msgstr ""
881
- "Falls aktiviert, zeigt WordPress Popular Posts an, wie viele Kommentare "
882
- "jeder beliebte Beitrag in der eingestellten Zeitspanne erhielt."
883
-
884
- #: ../views/admin.php:704
885
- msgid "What does \"Display views\" do?"
886
- msgstr "Was macht \"Zeige Aufrufe\"?"
887
-
888
- #: ../views/admin.php:706
889
- msgid ""
890
- "If checked, WordPress Popular Posts will show how many pageviews a single "
891
- "post has gotten in the selected Time Range."
892
- msgstr ""
893
- "Falls aktiviert, zeigt WordPress Popular Posts an, wie viele Seitenaufrufe "
894
- "jeder einzelne Beitrag in der eingestellten Zeitspanne erhielt."
895
-
896
- #: ../views/admin.php:709
897
- msgid "What does \"Display author\" do?"
898
- msgstr "Was macht \"Zeige Autor\"?"
899
-
900
- #: ../views/admin.php:711
901
- msgid ""
902
- "If checked, WordPress Popular Posts will display the name of the author of "
903
- "each entry listed."
904
- msgstr ""
905
- "Falls aktiviert, zeigt WordPress Popular Posts den Autorennamen in jedem "
906
- "Listeneintrag an."
907
-
908
- #: ../views/admin.php:714
909
- msgid "What does \"Display date\" do?"
910
- msgstr "Was macht \"Zeige Datum\"?"
911
-
912
- #: ../views/admin.php:716
913
- msgid ""
914
- "If checked, WordPress Popular Posts will display the date when each popular "
915
- "posts was published."
916
- msgstr ""
917
- "Falls aktiviert, zeigt WordPress Popular Posts das Veröffentlichungsdatum "
918
- "jeden Beitrags an."
919
-
920
- #: ../views/admin.php:719
921
- msgid "What does \"Display category\" do?"
922
- msgstr "Was macht \"Zeige Kategorie\"?"
923
-
924
- #: ../views/admin.php:721
925
- msgid ""
926
- "If checked, WordPress Popular Posts will display the category of each post."
927
- msgstr ""
928
- "Falls aktiviert, zeigt WordPress Popular Posts den Kategorie in jedem "
929
- "Listeneintrag an."
930
-
931
- #: ../views/admin.php:724
932
- msgid "What does \"Use custom HTML Markup\" do?"
933
- msgstr "Was macht \"Verwende benutzerdefinierten HTML-Code\"?"
934
-
935
- #: ../views/admin.php:726
936
- msgid ""
937
- "If checked, you will be able to customize the HTML markup of your popular "
938
- "posts listing. For example, you can decide whether to wrap your posts in an "
939
- "unordered list, an ordered list, a div, etc. If you know xHTML/CSS, this is "
940
- "for you!"
941
- msgstr ""
942
- "Falls aktiviert, ist es dir möglich, eigenen HTML-Code in der Auflistung "
943
- "einzusetzen. Du kannst z. B. bestimmen, ob die Einträge in einer "
944
- "ungeordneten Liste, geordneten Liste, einem DIV oder was auch immer gesetzt "
945
- "werden. Wenn du HTML und CSS kannst, ist diese Auswahl dein Freund."
946
-
947
- #: ../views/admin.php:729
948
- msgid "What are \"Content Tags\"?"
949
- msgstr "Was sind \"Content-Tags\"?"
950
-
951
- #: ../views/admin.php:731
952
- #, fuzzy, php-format
953
- msgid ""
954
- "Content Tags are codes to display a variety of items on your popular posts "
955
- "custom HTML structure. For example, setting it to \"{title}: "
956
- "{summary}\" (without the quotes) would display \"Post title: excerpt of the "
957
- "post here\". For more Content Tags, see the <a href=\"%s\" target=\"_blank"
958
- "\">Parameters</a> section."
959
- msgstr ""
960
- "Content-Tags sind Code-Schnipsel, um verschiedene Angaben über die "
961
- "beliebtesten Beiträge in deiner selbst definierten HTML-Struktur anzuzeigen. "
962
- "Zum Beispiel zeigt \"{title}: {summary}\" (ohne die Anführungszeichen) "
963
- "\"Überschrift: Auszug des Beitrags\" an. Für weitere Content-Tags siehe "
964
- "\"Liste der gültigen Parameter von wpp_gewt-mostpopular() und des [wpp]-"
965
- "Shortcodes\"."
966
-
967
- #: ../views/admin.php:734
968
- msgid "What are \"Template Tags\"?"
969
- msgstr "Was sind \"Template-Tags\"?"
970
-
971
- #: ../views/admin.php:736
972
- msgid ""
973
- "Template Tags are simply php functions that allow you to perform certain "
974
- "actions. For example, WordPress Popular Posts currently supports two "
975
- "different template tags: wpp_get_mostpopular() and wpp_get_views()."
976
- msgstr ""
977
- "Template-Tags sind schlicht und einfach PHP-Funktionen, die bestimmten "
978
- "Aktionen ausführen. Zum Beispiel unterstützt WordPress Popular Posts zwei "
979
- "verschiedene Template-Tags: wpp_get_mostpopular() und wpp_get_views()."
980
-
981
- #: ../views/admin.php:739
982
- msgid "What are the template tags that WordPress Popular Posts supports?"
983
- msgstr "Welche Template-Tags unterstützt WordPress Popular Posts?"
984
-
985
- #: ../views/admin.php:741
986
- msgid ""
987
- "The following are the template tags supported by WordPress Popular Posts"
988
- msgstr "Die folgenden Template-Tags unterstützt WordPress Popular Posts"
989
-
990
- #: ../views/admin.php:745
991
- msgid "Template tag"
992
- msgstr "Template-Tag"
993
-
994
- #: ../views/admin.php:754
995
- #, fuzzy, php-format
996
- msgid ""
997
- "Similar to the widget functionality, this tag retrieves the most popular "
998
- "posts on your blog. This function also accepts <a href=\"%1$s\">parameters</"
999
- "a> so you can customize your popular listing, but these are not required."
1000
- msgstr ""
1001
- "Ähnlich wie das Widget zeigt dieser Tag die beliebtesten Beiträge Deines "
1002
- "Blogs an. Diese Funktion akzeptiert auch Parameter, so dass du die "
1003
- "Auflistung nach deinen Vorstellungen setzen kannst, aber sie sind sind "
1004
- "erforderlich."
1005
-
1006
- #: ../views/admin.php:755
1007
- #, php-format
1008
- msgid ""
1009
- "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete "
1010
- "list of attributes."
1011
- msgstr ""
1012
-
1013
- #: ../views/admin.php:760
1014
- msgid ""
1015
- "Displays the number of views of a single post. Post ID is required or it "
1016
- "will return false."
1017
- msgstr ""
1018
- "Zeigt die Anzahl der Aufrufe eines einzelnen Beitrags an. Die Post-ID ist "
1019
- "erforderlich, andersfalls wird false zurückgegeben."
1020
-
1021
- #: ../views/admin.php:761
1022
- msgid "Post ID"
1023
- msgstr "Post-ID"
1024
-
1025
- #: ../views/admin.php:768
1026
- msgid "What are \"shortcodes\"?"
1027
- msgstr "Was sind \"Shortcodes\"?"
1028
-
1029
- #: ../views/admin.php:770
1030
- #, php-format
1031
- msgid ""
1032
- "Shortcodes are similar to BB Codes, these allow us to call a php function by "
1033
- "simply typing something like [shortcode]. With WordPress Popular Posts, the "
1034
- "shortcode [wpp] will let you insert a list of the most popular posts in "
1035
- "posts content and pages too! For more information about shortcodes, please "
1036
- "visit the <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a> page."
1037
- msgstr ""
1038
- "Shortcodes sind vergleichbar mit BB-Codes. Sie erlauben uns, eine PHP-"
1039
- "Funktion aufzurufen durch einen einfachen Text wie [shortcode]. Der "
1040
- "Shortcode [wpp] fügt die Liste der beliebtesten Beiträge in den Text sowohl "
1041
- "von Beiträgen als auch Seiten ein. Für mehr Informationen über Shortcodes "
1042
- "besuche <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a>."
1043
-
1044
- #: ../views/admin.php:778
1045
- #, php-format
1046
- msgid "About WordPress Popular Posts %s"
1047
- msgstr "Über WordPress Popular Posts %s"
1048
-
1049
- #: ../views/admin.php:779
1050
- msgid "This version includes the following changes"
1051
- msgstr "Diese Version enthält die folgenden Änderungen"
1052
-
1053
- #: ../views/admin.php:801
1054
- msgid "Do you like this plugin?"
1055
- msgstr "Gefällt dir dieses Plugin?"
1056
-
1057
- #: ../views/admin.php:808
1058
- msgid ""
1059
- "Each donation motivates me to keep releasing free stuff for the WordPress "
1060
- "community!"
1061
- msgstr ""
1062
- "Jede Spende motiviert mich, der WordPress-Gemeinschaft nützliches Zeugs "
1063
- "weiterhin kostenlos zur Verfügung zu stellen!"
1064
-
1065
- #: ../views/admin.php:809
1066
- #, php-format
1067
- msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
1068
- msgstr ""
1069
-
1070
- #: ../views/admin.php:813
1071
- msgid "Need help?"
1072
- msgstr "Brauchen Sie Hilfe?"
1073
-
1074
- #: ../views/admin.php:814
1075
- #, php-format
1076
- msgid ""
1077
- "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions "
1078
- "and feedback."
1079
- msgstr ""
1080
-
1081
- #: ../views/admin.php:815
1082
- msgid "Let's make this plugin even better!"
1083
- msgstr ""
1084
-
1085
- #: ../views/form.php:2
1086
- msgid "Title"
1087
- msgstr "Titel:"
1088
-
1089
- #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24
1090
- #: ../views/form.php:34 ../views/form.php:40 ../views/form.php:43
1091
- #: ../views/form.php:52 ../views/form.php:55 ../views/form.php:63
1092
- #: ../views/form.php:66 ../views/form.php:73 ../views/form.php:101
1093
- #: ../views/form.php:103 ../views/form.php:105 ../views/form.php:107
1094
- #: ../views/form.php:119 ../views/form.php:125
1095
- msgid "What is this?"
1096
- msgstr "Was ist das?"
1097
-
1098
- #: ../views/form.php:7
1099
- msgid "Show up to"
1100
- msgstr "Zeige bis zu:"
1101
-
1102
- #: ../views/form.php:8
1103
- msgid "posts"
1104
- msgstr "Beiträge"
1105
-
1106
- #: ../views/form.php:12
1107
- msgid "Sort posts by"
1108
- msgstr "Sortiere Beiträge nach:"
1109
-
1110
- #: ../views/form.php:14
1111
- msgid "Comments"
1112
- msgstr "Kommentaren"
1113
-
1114
- #: ../views/form.php:15
1115
- msgid "Total views"
1116
- msgstr "Zahl der Aufrufe"
1117
-
1118
- #: ../views/form.php:16
1119
- msgid "Avg. daily views"
1120
- msgstr "Durchschn. tägl. Aufrufe"
1121
-
1122
- #: ../views/form.php:22
1123
- msgid "Filters"
1124
- msgstr "Filter:"
1125
-
1126
- #: ../views/form.php:24
1127
- msgid "Time Range"
1128
- msgstr "Zeitspanne:"
1129
-
1130
- #: ../views/form.php:34
1131
- msgid "Post type(s)"
1132
- msgstr "Post-Type(s):"
1133
-
1134
- #: ../views/form.php:37
1135
- msgid "Post(s) ID(s) to exclude"
1136
- msgstr "Post-ID(s), die ausgeschlossen werden:"
1137
-
1138
- #: ../views/form.php:40
1139
- msgid "Category(ies) ID(s)"
1140
- msgstr "Kategorie(n)-ID(s):"
1141
-
1142
- #: ../views/form.php:43
1143
- msgid "Author(s) ID(s)"
1144
- msgstr "Autor(en)-ID(s):"
1145
-
1146
- #: ../views/form.php:48
1147
- msgid "Posts settings"
1148
- msgstr "Einstellungen für Beiträge"
1149
-
1150
- #: ../views/form.php:52
1151
- msgid "Display post rating"
1152
- msgstr "Zeige Bewertung"
1153
-
1154
- #: ../views/form.php:55
1155
- msgid "Shorten title"
1156
- msgstr "Kürze den Titel"
1157
-
1158
- #: ../views/form.php:58
1159
- msgid "Shorten title to"
1160
- msgstr "Kürze den Titel auf"
1161
-
1162
- #: ../views/form.php:59 ../views/form.php:69
1163
- msgid "characters"
1164
- msgstr "Buchstaben"
1165
-
1166
- #: ../views/form.php:60 ../views/form.php:70
1167
- msgid "words"
1168
- msgstr "Wörter"
1169
-
1170
- #: ../views/form.php:63
1171
- msgid "Display post excerpt"
1172
- msgstr "Zeige Auszug"
1173
-
1174
- #: ../views/form.php:66
1175
- msgid "Keep text format and links"
1176
- msgstr "Behalte Textformat und Links bei"
1177
-
1178
- #: ../views/form.php:67
1179
- msgid "Excerpt length"
1180
- msgstr "Länge des Auszugs:"
1181
-
1182
- #: ../views/form.php:73
1183
- msgid "Display post thumbnail"
1184
- msgstr "Zeige Vorschaubild"
1185
-
1186
- #: ../views/form.php:76
1187
- msgid "Use predefined size"
1188
- msgstr ""
1189
-
1190
- #: ../views/form.php:88
1191
- msgid "Set size manually"
1192
- msgstr ""
1193
-
1194
- #: ../views/form.php:90
1195
- msgid "Width"
1196
- msgstr "Breite:"
1197
-
1198
- #: ../views/form.php:91 ../views/form.php:94
1199
- msgid "px"
1200
- msgstr "px"
1201
-
1202
- #: ../views/form.php:93
1203
- msgid "Height"
1204
- msgstr "Höhe:"
1205
-
1206
- #: ../views/form.php:99
1207
- msgid "Stats Tag settings"
1208
- msgstr "Einstellungen des Statistik-Tags"
1209
-
1210
- #: ../views/form.php:101
1211
- msgid "Display comment count"
1212
- msgstr "Zeige Anzahl Kommentare"
1213
-
1214
- #: ../views/form.php:103
1215
- msgid "Display views"
1216
- msgstr "Zeige Aufrufe"
1217
-
1218
- #: ../views/form.php:105
1219
- msgid "Display author"
1220
- msgstr "Zeige Autor"
1221
-
1222
- #: ../views/form.php:107
1223
- msgid "Display date"
1224
- msgstr "Zeige Datum"
1225
-
1226
- #: ../views/form.php:110
1227
- msgid "Date Format"
1228
- msgstr "Datumsformat"
1229
-
1230
- #: ../views/form.php:112
1231
- msgid "WordPress Date Format"
1232
- msgstr "Datumsformat WordPress"
1233
-
1234
- #: ../views/form.php:119
1235
- msgid "Display category"
1236
- msgstr "Zeige Kategorie"
1237
-
1238
- #: ../views/form.php:123
1239
- msgid "HTML Markup settings"
1240
- msgstr "Einstellungen des HTML-Codes"
1241
-
1242
- #: ../views/form.php:125
1243
- msgid "Use custom HTML Markup"
1244
- msgstr "Verwende nutzerdefinierten HTML-Code"
1245
-
1246
- #: ../views/form.php:128
1247
- msgid "Before / after title"
1248
- msgstr "Vor / nach dem Titel:"
1249
-
1250
- #: ../views/form.php:131
1251
- msgid "Before / after Popular Posts"
1252
- msgstr "Vor / nach Beliebte Beiträge:"
1253
-
1254
- #: ../views/form.php:134
1255
- msgid "Post HTML Markup"
1256
- msgstr "Zeige HTML-Code"
1257
-
1258
- #: ../wordpress-popular-posts.php:302
1259
- msgid "The most Popular Posts on your blog."
1260
- msgstr "Die beliebtesten Beiträge deines Blogs."
1261
-
1262
- #: ../wordpress-popular-posts.php:467
1263
- msgid ""
1264
- "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing "
1265
- "the <em>id</em> attribute on before_widget (see <a href=\"http://codex."
1266
- "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1267
- "\"nofollow\">register_sidebar</a> for more)."
1268
- msgstr ""
1269
-
1270
- #: ../wordpress-popular-posts.php:711
1271
- msgid "Upload"
1272
- msgstr "Hochladen"
1273
-
1274
- #: ../wordpress-popular-posts.php:1087
1275
- #, php-format
1276
- msgid ""
1277
- "Your PHP installation is too old. WordPress Popular Posts requires at least "
1278
- "PHP version %1$s to function correctly. Please contact your hosting provider "
1279
- "and ask them to upgrade PHP to %1$s or higher."
1280
- msgstr ""
1281
- "Deine PHP-Version ist zu alt. Das Plugin\"WordPress Popular Posts\" benötigt "
1282
- "mindestens PHP-Version %1$s für die einwandfreie Funktion. Bitte nehme "
1283
- "Kontakt mit deinem Hosting-Provider auf und bitte ihn, PHP auf v%1$s oder "
1284
- "höher zu aktualisieren."
1285
-
1286
- #: ../wordpress-popular-posts.php:1094
1287
- #, php-format
1288
- msgid ""
1289
- "Your WordPress version is too old. WordPress Popular Posts requires at least "
1290
- "WordPress version %1$s to function correctly. Please update your blog via "
1291
- "Dashboard &gt; Update."
1292
- msgstr ""
1293
- "Deine WordPress-Version ist zu alt. Das Plugin WordPress Popular Posts "
1294
- "benötigt mindestens Version %1$s. Bitte aktualisiere WordPress via Dashboard "
1295
- "&gt; Aktualisieren."
1296
-
1297
- #: ../wordpress-popular-posts.php:1119
1298
- #, php-format
1299
- msgid ""
1300
- "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</"
1301
- "strong>.</p></div>"
1302
- msgstr ""
1303
- "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> wurde <strong>deaktiviert</"
1304
- "strong>.</p></div>"
1305
-
1306
- #: ../wordpress-popular-posts.php:1179
1307
- msgid "Success! The cache table has been cleared!"
1308
- msgstr "Erfolg: Die Cache-Tabelle wurde geleert!"
1309
-
1310
- #: ../wordpress-popular-posts.php:1181
1311
- msgid "Error: cache table does not exist."
1312
- msgstr "Fehler: Cache-Tabelle ist nicht vorhanden."
1313
-
1314
- #: ../wordpress-popular-posts.php:1188
1315
- msgid "Success! All data have been cleared!"
1316
- msgstr "Erfolg: Alle Daten wurden gelöscht!"
1317
-
1318
- #: ../wordpress-popular-posts.php:1190
1319
- msgid "Error: one or both data tables are missing."
1320
- msgstr "Fehler: Eine oder beide Tabellen fehlen."
1321
-
1322
- #: ../wordpress-popular-posts.php:1193 ../wordpress-popular-posts.php:1231
1323
- msgid "Invalid action."
1324
- msgstr "Ungültige Aktion."
1325
-
1326
- #: ../wordpress-popular-posts.php:1196 ../wordpress-popular-posts.php:1234
1327
- msgid ""
1328
- "Sorry, you do not have enough permissions to do this. Please contact the "
1329
- "site administrator for support."
1330
- msgstr ""
1331
- "Du hast nicht die erforderlichen Rechte um das zu tun. Bitte wende dich an "
1332
- "den Administrator für weitere Hilfe."
1333
-
1334
- #: ../wordpress-popular-posts.php:1226
1335
- #, fuzzy
1336
- msgid "Success! All files have been deleted!"
1337
- msgstr "Erfolg: Alle Daten wurden gelöscht!"
1338
-
1339
- #: ../wordpress-popular-posts.php:1228
1340
- msgid "The thumbnail cache is already empty!"
1341
- msgstr ""
1342
-
1343
- #: ../wordpress-popular-posts.php:1778
1344
- msgid "Sorry. No data so far."
1345
- msgstr "Noch keine Daten vorhanden."
1346
-
1347
- #: ../wordpress-popular-posts.php:2305
1348
- #, php-format
1349
- msgid "1 comment"
1350
- msgid_plural "%s comments"
1351
- msgstr[0] "1 Kommentar"
1352
- msgstr[1] "%s Kommentare"
1353
-
1354
- #: ../wordpress-popular-posts.php:2317
1355
- #, php-format
1356
- msgid "1 view per day"
1357
- msgid_plural "%s views per day"
1358
- msgstr[0] "1 Aufruf pro Tag"
1359
- msgstr[1] "%s Aufrufe pro Tag"
1360
-
1361
- #: ../wordpress-popular-posts.php:2323
1362
- #, php-format
1363
- msgid "1 view"
1364
- msgid_plural "%s views"
1365
- msgstr[0] "1 Aufruf"
1366
- msgstr[1] "%s Aufrufe"
1367
-
1368
- #: ../wordpress-popular-posts.php:2346
1369
- #, php-format
1370
- msgid "by %s"
1371
- msgstr "von %s"
1372
-
1373
- #: ../wordpress-popular-posts.php:2352
1374
- #, php-format
1375
- msgid "posted on %s"
1376
- msgstr "veröffentlicht am %s"
1377
-
1378
- #: ../wordpress-popular-posts.php:2360
1379
- #, php-format
1380
- msgid "under %s"
1381
- msgstr "in %s"
1382
-
1383
- #~ msgid "Listing refresh interval"
1384
- #~ msgstr "Aktualisierungsintervall der Liste"
1385
-
1386
- #~ msgid "Live"
1387
- #~ msgstr "Echtzeit"
1388
-
1389
- #~ msgid "Custom interval"
1390
- #~ msgstr "Benutzerdefiniertes Intervall"
1391
-
1392
- #~ msgid ""
1393
- #~ "Sets how often the listing should be updated. For most sites the Live "
1394
- #~ "option should be fine, however if you are experiencing slowdowns or your "
1395
- #~ "blog gets a lot of visitors then you might want to change the refresh rate"
1396
- #~ msgstr ""
1397
- #~ "Stellt ein, wie oft die Liste aktualisiert wird. Für die meisten Websites "
1398
- #~ "erreicht die Echtzeit-Einstellung gute Werte. Solltest du jedoch "
1399
- #~ "Verlangsamungen feststellen oder deine Website erreicht viele Besucher, "
1400
- #~ "solltest du die Aktualisierungsrate ändern."
1401
-
1402
- #~ msgid "Refresh list every"
1403
- #~ msgstr "Benutzerdefiniertes Intervall"
1404
-
1405
- #~ msgid ""
1406
- #~ "Please refer to \"List of parameters accepted by wpp_get_mostpopular() "
1407
- #~ "and the [wpp] shortcode\"."
1408
- #~ msgstr ""
1409
- #~ "Bitte schlage nach bei \"Liste der gültigen Parameter von wpp_gewt-"
1410
- #~ "mostpopular() und des [wpp]-Shortcodes\"."
1411
-
1412
- #~ msgid ""
1413
- #~ "List of parameters accepted by wpp_get_mostpopular() and the [wpp] "
1414
- #~ "shortcode"
1415
- #~ msgstr ""
1416
- #~ "Liste der gültigen Parameter von wpp_get-mostpopular() und des [wpp]-"
1417
- #~ "Shortcodes"
1418
-
1419
- #~ msgid ""
1420
- #~ "These parameters can be used by both the template tag "
1421
- #~ "wpp_get_most_popular() and the shortcode [wpp]."
1422
- #~ msgstr ""
1423
- #~ "Diese Parameter können sowohl im Template-Tag wpp_get_most_popular() als "
1424
- #~ "auch im Shortcode [wpp] eingesetzt werden."
1425
-
1426
- #~ msgid "Preview"
1427
- #~ msgstr "Vorschau"
1428
-
1429
- #~ msgid "Excerpt Properties"
1430
- #~ msgstr "Eigenschaften des Auszugs"
1431
-
1432
- #~ msgid "Thumbnail settings"
1433
- #~ msgstr "Einstellungen für die Vorschaubilder"
1434
-
1435
- #~ msgid ""
1436
- #~ "Here you will find a handy group of options to tweak Wordpress Popular "
1437
- #~ "Posts."
1438
- #~ msgstr ""
1439
- #~ "Hier findest du einen überschaubaren Bereich an Einstellungen, um "
1440
- #~ "Wordpress Popular Posts zu optimieren."
1441
-
1442
- #, fuzzy
1443
- #~ msgid "Popular Posts links behavior"
1444
- #~ msgstr "Aktualisierungsintervall der Liste"
1445
-
1446
- #~ msgid "Views logging behavior"
1447
- #~ msgstr "Zählverhalten"
1448
-
1449
- #~ msgid "Wordpress Popular Posts Stylesheet"
1450
- #~ msgstr "Wordpress Popular Posts Stylesheet"
1451
-
1452
- #~ msgid "Data tools"
1453
- #~ msgstr "Datenwerkzeuge"
1454
-
1455
- #~ msgid "Popular posts listing refresh interval"
1456
- #~ msgstr "Aktualisierungsintervall der Liste"
1457
-
1458
- #~ msgid "Frequently Asked Questions"
1459
- #~ msgstr "Häufig gestellte Fragen"
1460
-
1461
- #~ msgid "Sets the opening tag for each item on the list"
1462
- #~ msgstr "Bestimmt den öffnenden Tag für jeden Listeneintrag"
1463
-
1464
- #~ msgid "Sets the closing tag for each item on the list"
1465
- #~ msgstr "Bestimmt den schließenden Tag für jeden Listeneintrag"
1466
-
1467
- #~ msgid ""
1468
- #~ "If set, this option will allow you to decide the order of the contents "
1469
- #~ "within each item on the list."
1470
- #~ msgstr ""
1471
- #~ "Falls gesetzt, kannst du die Reihenfolge der Einträge in der Liste "
1472
- #~ "bestimmen."
1473
-
1474
- #~ msgid ""
1475
- #~ "If set, you can decide the order of each content inside a single item on "
1476
- #~ "the list. For example, setting it to \"{title}: {summary}\" would output "
1477
- #~ "something like \"Your Post Title: summary here\". This attribute requires "
1478
- #~ "do_pattern to be true."
1479
- #~ msgstr ""
1480
- #~ "Falls gesetzt, kannst du die Reihenfolge des Inhalts innerhalbs eines "
1481
- #~ "einzelnen Listeneintrags einstellen. Zum Beispiel zeigt \"{title}: "
1482
- #~ "{summary}\" (ohne Anführungszeichen) sowas wie \"Überschrift: Text des "
1483
- #~ "Auszugs\" an. Dieses Attribut erfordert, dass do_pattern auf 1 (true) "
1484
- #~ "gesetzt ist."
1485
-
1486
- #~ msgid "Available tags"
1487
- #~ msgstr "Verfügbare Tags"
1488
-
1489
- #~ msgid "Rate it"
1490
- #~ msgstr "Bewerte es"
1491
-
1492
- #~ msgid "on the official Plugin Directory!"
1493
- #~ msgstr "im offiziellen Plugin-Verzeichnis!"
1494
-
1495
- #~ msgid "Do you love this plugin?"
1496
- #~ msgstr "Magst du dieses Plugin?"
1497
-
1498
- #~ msgid "Buy me a beer!"
1499
- #~ msgstr "Spende mir ein Bier!"
1500
-
1501
- #~ msgid "comments"
1502
- #~ msgstr "Komentare"
1503
-
1504
- #~ msgid "views per day"
1505
- #~ msgstr "Aufrufe pro Tag"
1506
-
1507
- #~ msgid "views"
1508
- #~ msgstr "Aufrufe"
1509
-
1510
- #~ msgid "by"
1511
- #~ msgstr "von"
1512
-
1513
- #~ msgid "What does \"Use content formatting tags\" do?"
1514
- #~ msgstr "Was macht \"Verwende textformatierende Tags\"?"
1515
-
1516
- #~ msgid "Before / after each post:"
1517
- #~ msgstr "Vor / nach jedem Beitrag:"
1518
-
1519
- #~ msgid "Use content formatting tags"
1520
- #~ msgstr "Verwende textformatierende Tags"
1521
-
1522
- #~ msgid "Content format:"
1523
- #~ msgstr "Inhaltsformat:"
1524
-
1525
- #~ msgid "Wordpress Popular Posts Stats"
1526
- #~ msgstr "Wordpress Popular Posts Statistik"
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Wordpress Popular Posts\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-24 13:30-0430\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
8
+ "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
9
+ "Language: de_DE\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;_n:1,2\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Generator: Poedit 1.7.6\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPath-1: ..\n"
20
+
21
+ #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
22
+ #: ../views/admin.php:75
23
+ msgid "Settings saved."
24
+ msgstr "Einstellungen gespeichert"
25
+
26
+ #: ../views/admin.php:40
27
+ msgid "Please provide the name of your custom field."
28
+ msgstr "Gebe einen Namen für das benutzerdefinierte Feld an."
29
+
30
+ #: ../views/admin.php:81
31
+ msgid ""
32
+ "Any changes made to WPP's default stylesheet will be lost after every plugin "
33
+ "update. In order to prevent this from happening, please copy the wpp.css "
34
+ "file (located at wp-content/plugins/wordpress-popular-posts/style) into your "
35
+ "theme's directory"
36
+ msgstr ""
37
+
38
+ #: ../views/admin.php:96
39
+ #, fuzzy
40
+ msgid ""
41
+ "This operation will delete all entries from WordPress Popular Posts' cache "
42
+ "table and cannot be undone."
43
+ msgstr ""
44
+ "Alle Einträge im Cache werden gelöscht und können nicht mehr wieder "
45
+ "hergestellt werden."
46
+
47
+ #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
48
+ msgid "Do you want to continue?"
49
+ msgstr "Möchtest du fortfahren?"
50
+
51
+ #: ../views/admin.php:104
52
+ msgid ""
53
+ "This operation will delete all stored info from WordPress Popular Posts' "
54
+ "data tables and cannot be undone."
55
+ msgstr ""
56
+ "Alle gespeicherten Daten von WordPress Popular Posts werden gelöscht und "
57
+ "können nicht wieder hergestellt werden."
58
+
59
+ #: ../views/admin.php:112
60
+ #, fuzzy
61
+ msgid "This operation will delete all cached thumbnails and cannot be undone."
62
+ msgstr ""
63
+ "Alle Einträge im Cache werden gelöscht und können nicht mehr wieder "
64
+ "hergestellt werden."
65
+
66
+ #: ../views/admin.php:146
67
+ msgid "Stats"
68
+ msgstr "Statistiken"
69
+
70
+ #: ../views/admin.php:147
71
+ msgid "Tools"
72
+ msgstr "Werkzeuge"
73
+
74
+ #: ../views/admin.php:148 ../views/admin.php:747
75
+ msgid "Parameters"
76
+ msgstr "Parameter"
77
+
78
+ #: ../views/admin.php:149
79
+ msgid "FAQ"
80
+ msgstr "Häufige Fragen und Antworten"
81
+
82
+ #: ../views/admin.php:150
83
+ msgid "About"
84
+ msgstr "Über"
85
+
86
+ #: ../views/admin.php:161
87
+ msgid ""
88
+ "Click on each tab to see what are the most popular entries on your blog in "
89
+ "the last 24 hours, this week, last 30 days or all time since WordPress "
90
+ "Popular Posts was installed."
91
+ msgstr ""
92
+ "Klicke auf jeden Reiter, um die beliebtesten Beiträge deines Blogs von den "
93
+ "letzten 24 Stunden, dieser Woche, den letzten 30 Tagen oder des gesamten "
94
+ "Zeitraums seit der Installation von WordPress Popular Posts zu sehen."
95
+
96
+ #: ../views/admin.php:167
97
+ msgid "Order by comments"
98
+ msgstr "Sortiert nach Kommentaren"
99
+
100
+ #: ../views/admin.php:168
101
+ msgid "Order by views"
102
+ msgstr "Sortiert nach Seitenaufrufen"
103
+
104
+ #: ../views/admin.php:169
105
+ msgid "Order by avg. daily views"
106
+ msgstr "Sortierte nach durchschn. Tagesaufrufen"
107
+
108
+ #: ../views/admin.php:171
109
+ msgid "Post type"
110
+ msgstr "Post-Type"
111
+
112
+ #: ../views/admin.php:172
113
+ msgid "Limit"
114
+ msgstr "Max. aufzulistende Einträge:"
115
+
116
+ #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
117
+ #: ../views/admin.php:403
118
+ msgid "Apply"
119
+ msgstr "Anwenden"
120
+
121
+ #: ../views/admin.php:177 ../views/form.php:32
122
+ msgid "Display only posts published within the selected Time Range"
123
+ msgstr ""
124
+
125
+ #: ../views/admin.php:184 ../views/form.php:26
126
+ msgid "Last 24 hours"
127
+ msgstr "Letzte 24 Stunden"
128
+
129
+ #: ../views/admin.php:185 ../views/form.php:27
130
+ msgid "Last 7 days"
131
+ msgstr "Letzte 7 Tage"
132
+
133
+ #: ../views/admin.php:186 ../views/form.php:28
134
+ msgid "Last 30 days"
135
+ msgstr "Letzte 30 Tage"
136
+
137
+ #: ../views/admin.php:187 ../views/form.php:29
138
+ msgid "All-time"
139
+ msgstr "Allzeithoch"
140
+
141
+ #: ../views/admin.php:209
142
+ msgid "Thumbnails"
143
+ msgstr "Vorschaubilder"
144
+
145
+ #: ../views/admin.php:214
146
+ msgid "Default thumbnail"
147
+ msgstr "Standardvorschaubild"
148
+
149
+ #: ../views/admin.php:219
150
+ msgid "Upload thumbnail"
151
+ msgstr "Vorschaubild hochladen"
152
+
153
+ #: ../views/admin.php:221
154
+ msgid ""
155
+ "How-to: upload (or select) an image, set Size to Full and click on Upload. "
156
+ "After it's done, hit on Apply to save changes"
157
+ msgstr ""
158
+ "Anleitung: ein Bild hochladen (oder aus existierenden wählen) und "
159
+ "\"vollständige Größe\" einstellen. Anschließend \"Anwenden\" anklicken."
160
+
161
+ #: ../views/admin.php:225
162
+ msgid "Pick image from"
163
+ msgstr "Wähle Bildquelle"
164
+
165
+ #: ../views/admin.php:228
166
+ msgid "Featured image"
167
+ msgstr "Beitragsbild"
168
+
169
+ #: ../views/admin.php:229
170
+ msgid "First image on post"
171
+ msgstr "Erstes Bild im Beitrag"
172
+
173
+ #: ../views/admin.php:230
174
+ msgid "Custom field"
175
+ msgstr "Benutzerdefiniertes Feld"
176
+
177
+ #: ../views/admin.php:233
178
+ #, fuzzy
179
+ msgid "Tell WordPress Popular Posts where it should get thumbnails from"
180
+ msgstr "Woher kommen die Vorschaubilder?"
181
+
182
+ #: ../views/admin.php:237
183
+ msgid "Custom field name"
184
+ msgstr "Name des benutzerdefiniertes Feldes"
185
+
186
+ #: ../views/admin.php:243
187
+ msgid "Resize image from Custom field?"
188
+ msgstr "Bild aus benutzerdefiniertem Feld skalieren?"
189
+
190
+ #: ../views/admin.php:246
191
+ msgid "No, I will upload my own thumbnail"
192
+ msgstr "Nein, ich lade mein eigenes Vorschaubild hoch"
193
+
194
+ #: ../views/admin.php:247
195
+ msgid "Yes"
196
+ msgstr "Ja"
197
+
198
+ #: ../views/admin.php:252
199
+ msgid "Responsive support"
200
+ msgstr ""
201
+
202
+ #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
203
+ #: ../views/admin.php:393
204
+ msgid "Enabled"
205
+ msgstr "Aktiviert"
206
+
207
+ #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
208
+ #: ../views/admin.php:394
209
+ msgid "Disabled"
210
+ msgstr "Deaktiviert"
211
+
212
+ #: ../views/admin.php:259
213
+ msgid ""
214
+ "If enabled, WordPress Popular Posts will strip height and width attributes "
215
+ "out of thumbnails' image tags"
216
+ msgstr ""
217
+
218
+ #: ../views/admin.php:269
219
+ #, fuzzy
220
+ msgid "Empty image cache"
221
+ msgstr "Cache leeren"
222
+
223
+ #: ../views/admin.php:270
224
+ #, fuzzy
225
+ msgid "Use this button to clear WPP's thumbnails cache"
226
+ msgstr ""
227
+ "Nutze diese Schaltfläche, um die Cache-Tabelle von Wordpress Popular Posts "
228
+ "zu leeren."
229
+
230
+ #: ../views/admin.php:288
231
+ msgid "Data"
232
+ msgstr "Daten"
233
+
234
+ #: ../views/admin.php:293
235
+ msgid "Log views from"
236
+ msgstr "Erfasse Aufrufe"
237
+
238
+ #: ../views/admin.php:296
239
+ msgid "Visitors only"
240
+ msgstr "von jedem außer eingeloggten Benutzern"
241
+
242
+ #: ../views/admin.php:297
243
+ msgid "Logged-in users only"
244
+ msgstr "nur von eingeloggten Benutzern"
245
+
246
+ #: ../views/admin.php:298
247
+ msgid "Everyone"
248
+ msgstr "von jedem"
249
+
250
+ #: ../views/admin.php:304
251
+ msgid "Ajaxify widget"
252
+ msgstr "Widget via Ajax"
253
+
254
+ #: ../views/admin.php:312
255
+ msgid ""
256
+ "If you are using a caching plugin such as WP Super Cache, enabling this "
257
+ "feature will keep the popular list from being cached by it"
258
+ msgstr ""
259
+ "Falls du ein Cache-Plugin wie z. B. WP Super Cache verwendest, verhindert "
260
+ "das Aktivieren, dass die Liste nicht gecachet wird und stets aktuell ist."
261
+
262
+ #: ../views/admin.php:316
263
+ msgid "WPP Cache Expiry Policy"
264
+ msgstr ""
265
+
266
+ #: ../views/admin.php:316 ../views/admin.php:344 ../views/form.php:2
267
+ #: ../views/form.php:12 ../views/form.php:24 ../views/form.php:34
268
+ #: ../views/form.php:40 ../views/form.php:43 ../views/form.php:52
269
+ #: ../views/form.php:55 ../views/form.php:63 ../views/form.php:66
270
+ #: ../views/form.php:73 ../views/form.php:101 ../views/form.php:103
271
+ #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:119
272
+ #: ../views/form.php:125
273
+ msgid "What is this?"
274
+ msgstr "Was ist das?"
275
+
276
+ #: ../views/admin.php:319
277
+ msgid "Never cache"
278
+ msgstr ""
279
+
280
+ #: ../views/admin.php:320
281
+ msgid "Enable caching"
282
+ msgstr ""
283
+
284
+ #: ../views/admin.php:324
285
+ msgid ""
286
+ "Sets WPP's cache expiration time. WPP can cache the popular list for a "
287
+ "specified amount of time. Recommended for large / high traffic sites"
288
+ msgstr ""
289
+
290
+ #: ../views/admin.php:328
291
+ msgid "Refresh cache every"
292
+ msgstr ""
293
+
294
+ #: ../views/admin.php:332
295
+ msgid "Minute(s)"
296
+ msgstr ""
297
+
298
+ #: ../views/admin.php:333
299
+ msgid "Hour(s)"
300
+ msgstr "Stunde(n)"
301
+
302
+ #: ../views/admin.php:334
303
+ msgid "Day(s)"
304
+ msgstr "Tag(e)"
305
+
306
+ #: ../views/admin.php:335
307
+ msgid "Week(s)"
308
+ msgstr "Woche(n)"
309
+
310
+ #: ../views/admin.php:336
311
+ msgid "Month(s)"
312
+ msgstr "Monat(e)"
313
+
314
+ #: ../views/admin.php:337
315
+ msgid "Year(s)"
316
+ msgstr "Jahr(e)"
317
+
318
+ #: ../views/admin.php:340
319
+ msgid "Really? That long?"
320
+ msgstr "Wirklich? So lang?"
321
+
322
+ #: ../views/admin.php:344
323
+ msgid "Data Sampling"
324
+ msgstr ""
325
+
326
+ #: ../views/admin.php:352
327
+ #, php-format
328
+ msgid ""
329
+ "By default, WordPress Popular Posts stores in database every single visit "
330
+ "your site receives. For small / medium sites this is generally OK, but on "
331
+ "large / high traffic sites the constant writing to the database may have an "
332
+ "impact on performance. With <a href=\"%1$s\" target=\"_blank\">data "
333
+ "sampling</a>, WordPress Popular Posts will store only a subset of your "
334
+ "traffic and report on the tendencies detected in that sample set (for more, "
335
+ "<a href=\"%2$s\" target=\"_blank\">please read here</a>)"
336
+ msgstr ""
337
+
338
+ #: ../views/admin.php:356
339
+ msgid "Sample Rate"
340
+ msgstr ""
341
+
342
+ #: ../views/admin.php:360
343
+ #, php-format
344
+ msgid ""
345
+ "A sampling rate of %d is recommended for large / high traffic sites. For "
346
+ "lower traffic sites, you should lower the value"
347
+ msgstr ""
348
+
349
+ #: ../views/admin.php:375
350
+ msgid "Miscellaneous"
351
+ msgstr "Sonstiges"
352
+
353
+ #: ../views/admin.php:380
354
+ msgid "Open links in"
355
+ msgstr "Links öffnen in"
356
+
357
+ #: ../views/admin.php:383
358
+ msgid "Current window"
359
+ msgstr "aktuellem Fenster"
360
+
361
+ #: ../views/admin.php:384
362
+ msgid "New tab/window"
363
+ msgstr "Neuem Tab/Fenster"
364
+
365
+ #: ../views/admin.php:390
366
+ msgid "Use plugin's stylesheet"
367
+ msgstr "Stylesheet des Plugins benutzen"
368
+
369
+ #: ../views/admin.php:397
370
+ msgid ""
371
+ "By default, the plugin includes a stylesheet called wpp.css which you can "
372
+ "use to style your popular posts listing. If you wish to use your own "
373
+ "stylesheet or do not want it to have it included in the header section of "
374
+ "your site, use this."
375
+ msgstr ""
376
+ "Als Voreinstellung schließt dieses Plugin eine Stylesheet-Datei wpp.css ein. "
377
+ "Du kannst mit ihr die Auflistung beliebter Beiträge gestalten. Falls du dein "
378
+ "eigenes Stylesheet verwenden oder die wpp.css nicht im HEAD-Abschnitt "
379
+ "einbinden willst, deaktiviere die Einbindung."
380
+
381
+ #: ../views/admin.php:414
382
+ msgid ""
383
+ "WordPress Popular Posts maintains data in two separate tables: one for "
384
+ "storing the most popular entries on a daily basis (from now on, \"cache\"), "
385
+ "and another one to keep the All-time data (from now on, \"historical data\" "
386
+ "or just \"data\"). If for some reason you need to clear the cache table, or "
387
+ "even both historical and cache tables, please use the buttons below to do so."
388
+ msgstr ""
389
+ "WordPress Popular Posts speichert Daten in zwei getrennten Tabellen: eine "
390
+ "für die beliebtesten Beiträge der letzten 30 Tage (auch: \"Cache-Tabelle\"), "
391
+ "und die andere für die Allzeit-Daten (auch \"historische Daten\" oder "
392
+ "einfach \"Datentabelle\"). Solltest du aus verschiedenen Gründen die Cache-"
393
+ "Tabelle leeren wollen oder sowohl die Datentabelle als auch die Cache-"
394
+ "Tabelle, nutze die folgenden Schaltflächen."
395
+
396
+ #: ../views/admin.php:415
397
+ msgid "Empty cache"
398
+ msgstr "Cache leeren"
399
+
400
+ #: ../views/admin.php:415
401
+ msgid "Use this button to manually clear entries from WPP cache only"
402
+ msgstr ""
403
+ "Nutze diese Schaltfläche, um die Cache-Tabelle von Wordpress Popular Posts "
404
+ "zu leeren."
405
+
406
+ #: ../views/admin.php:416
407
+ msgid "Clear all data"
408
+ msgstr "Alle Daten löschen"
409
+
410
+ #: ../views/admin.php:416
411
+ msgid "Use this button to manually clear entries from all WPP data tables"
412
+ msgstr ""
413
+ "Nutze diese Schaltfläche, um alle Einträge in der Datentabelle von Wordpress "
414
+ "Popular Posts zu löschen."
415
+
416
+ #: ../views/admin.php:423
417
+ #, php-format
418
+ msgid ""
419
+ "With the following parameters you can customize the popular posts list when "
420
+ "using either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or "
421
+ "the <a href=\"%2$s\">[wpp] shortcode</a>."
422
+ msgstr ""
423
+
424
+ #: ../views/admin.php:431
425
+ msgid "Parameter"
426
+ msgstr "Parameter"
427
+
428
+ #: ../views/admin.php:432 ../views/admin.php:746
429
+ msgid "What it does "
430
+ msgstr "Was es macht"
431
+
432
+ #: ../views/admin.php:433
433
+ msgid "Possible values"
434
+ msgstr "Erlaubte Werte"
435
+
436
+ #: ../views/admin.php:434
437
+ msgid "Defaults to"
438
+ msgstr "Voreinstellung"
439
+
440
+ #: ../views/admin.php:435 ../views/admin.php:748
441
+ msgid "Example"
442
+ msgstr "Beispiel"
443
+
444
+ #: ../views/admin.php:441
445
+ msgid "Sets a heading for the list"
446
+ msgstr "Bestimmt die Überschrift der Liste"
447
+
448
+ #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
449
+ #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
450
+ #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
451
+ #: ../views/admin.php:624
452
+ msgid "Text string"
453
+ msgstr "Zeichenkette"
454
+
455
+ #: ../views/admin.php:443
456
+ msgid "Popular Posts"
457
+ msgstr "Beliebteste Beiträge"
458
+
459
+ #: ../views/admin.php:448
460
+ msgid "Set the opening tag for the heading of the list"
461
+ msgstr "Bestimmt den öffnenden Tag der Listenüberschrift"
462
+
463
+ #: ../views/admin.php:455
464
+ msgid "Set the closing tag for the heading of the list"
465
+ msgstr "Bestimmt den schließenden Tag der Listenüberschrift"
466
+
467
+ #: ../views/admin.php:462
468
+ msgid "Sets the maximum number of popular posts to be shown on the listing"
469
+ msgstr "Bestimmt die maximale Anzahl der beliebten Beiträge in der Auflistung"
470
+
471
+ #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
472
+ #: ../views/admin.php:554 ../views/admin.php:561
473
+ msgid "Positive integer"
474
+ msgstr "Positive Ganzzahl"
475
+
476
+ #: ../views/admin.php:469
477
+ msgid ""
478
+ "Tells WordPress Popular Posts to retrieve the most popular entries within "
479
+ "the time range specified by you"
480
+ msgstr ""
481
+ "Weist WordPress Popular Posts an, die beliebtesten Beiträge innerhalt der "
482
+ "eingestellten Zeitspanne anzuzeigen."
483
+
484
+ #: ../views/admin.php:476
485
+ msgid ""
486
+ "Tells WordPress Popular Posts to retrieve the most popular entries published "
487
+ "within the time range specified by you"
488
+ msgstr ""
489
+ "Weist WordPress Popular Posts an, die beliebtesten Beiträge innerhalt der "
490
+ "eingestellten Zeitspanne anzuzeigen."
491
+
492
+ #: ../views/admin.php:483
493
+ msgid "Sets the sorting option of the popular posts"
494
+ msgstr "Bestimmt die Auswahl der Reihenfolge der beliebten Beiträge"
495
+
496
+ #: ../views/admin.php:484
497
+ msgid "(for average views per day)"
498
+ msgstr "(für durchschn. Aufrufe pro Tag)"
499
+
500
+ #: ../views/admin.php:490
501
+ msgid "Defines the type of posts to show on the listing"
502
+ msgstr "Bestimmt die Art der Dokumente, die aufgelistet werden"
503
+
504
+ #: ../views/admin.php:497
505
+ msgid ""
506
+ "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) "
507
+ "form the listing."
508
+ msgstr ""
509
+ "Falls gesetzt, zeigt WordPress Popular Posts die Beiträge und Seiten anhand "
510
+ "ihrer angegebener ID(s) in der Liste nicht an."
511
+
512
+ #: ../views/admin.php:499 ../views/admin.php:506 ../views/admin.php:513
513
+ msgid "None"
514
+ msgstr "nichts"
515
+
516
+ #: ../views/admin.php:504
517
+ msgid ""
518
+ "If set, WordPress Popular Posts will retrieve all entries that belong to the "
519
+ "specified category(ies) ID(s). If a minus sign is used, the category(ies) "
520
+ "will be excluded instead."
521
+ msgstr ""
522
+ "Falls gesetzt, zeigt WordPress Popular Posts alle Einträge, die den "
523
+ "angegebenen Kategorie-IDs zugeordnet sind, an. Ein Minus-Zeichen vor der ID "
524
+ "schließt die Beiträge dieser Kategorie aus."
525
+
526
+ #: ../views/admin.php:511
527
+ msgid ""
528
+ "If set, WordPress Popular Posts will retrieve all entries created by "
529
+ "specified author(s) ID(s)."
530
+ msgstr ""
531
+ "Falls gesetzt, wird WordPress Popular Posts alle Einträge anhand angegebener "
532
+ "Autor(en)-ID(s) ausgeben."
533
+
534
+ #: ../views/admin.php:518
535
+ msgid ""
536
+ "If set, WordPress Popular Posts will shorten each post title to \"n\" "
537
+ "characters whenever possible"
538
+ msgstr ""
539
+ "Falls gesetzt, kürzt WordPress Popular Posts jeden Titel, wenn möglich, auf "
540
+ "\"n\" Zeichen."
541
+
542
+ #: ../views/admin.php:525
543
+ msgid ""
544
+ "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" "
545
+ "words instead of characters"
546
+ msgstr ""
547
+ "Falls gesetzt, kürzt WordPress Popular Posts jeden Titel, wenn möglich, auf "
548
+ "\"n\" Wörter anstatt Zeichen."
549
+
550
+ #: ../views/admin.php:532
551
+ msgid ""
552
+ "If set, WordPress Popular Posts will build and include an excerpt of \"n\" "
553
+ "characters long from the content of each post listed as popular"
554
+ msgstr ""
555
+ "Falls gesetzt, zeigt WordPress Popular Posts einen Auszug von \"n\" "
556
+ "Buchstaben Länge bei jedem Beitrag an."
557
+
558
+ #: ../views/admin.php:539
559
+ msgid ""
560
+ "If set, WordPress Popular Posts will maintaing all styling tags (strong, "
561
+ "italic, etc) and hyperlinks found in the excerpt"
562
+ msgstr ""
563
+ "Falls gesetzt, behält WordPress Popular Posts die formatierenden Tags (fett, "
564
+ "kursiv usw.) und die Links im Auszug bei."
565
+
566
+ #: ../views/admin.php:546
567
+ msgid ""
568
+ "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words "
569
+ "instead of characters"
570
+ msgstr ""
571
+ "Falls gesetzt, kürzt WordPress Popular Posts jeden Auszug, wenn möglich, auf "
572
+ "\"n\" Wörter anstatt Zeichen."
573
+
574
+ #: ../views/admin.php:553
575
+ msgid ""
576
+ "If set, and if your current server configuration allows it, you will be able "
577
+ "to display thumbnails of your posts. This attribute sets the width for "
578
+ "thumbnails"
579
+ msgstr ""
580
+ "Falls gesetzt und es die aktuelle Server-Konfiguration erlaubt, ist dir die "
581
+ "Anzeige von Vorschaubildern deiner Beiträge möglich. Dieses Attribut "
582
+ "bestimmt die Breite der Vorschaubilder."
583
+
584
+ #: ../views/admin.php:560
585
+ msgid ""
586
+ "If set, and if your current server configuration allows it, you will be able "
587
+ "to display thumbnails of your posts. This attribute sets the height for "
588
+ "thumbnails"
589
+ msgstr ""
590
+ "Falls gesetzt und es die aktuelle Server-Konfiguration erlaubt, ist dir die "
591
+ "Anzeige von Vorschaubildern deiner Beiträge möglich. Dieses Attribut "
592
+ "bestimmt die Höhe der Vorschaubilder."
593
+
594
+ #: ../views/admin.php:567
595
+ msgid ""
596
+ "If set, and if the WP-PostRatings plugin is installed and enabled on your "
597
+ "blog, WordPress Popular Posts will show how your visitors are rating your "
598
+ "entries"
599
+ msgstr ""
600
+ "Falls gesetzt und wenn das Plugin WP-PostRatings in Deinem Blog läuft, zeigt "
601
+ "WordPress Popular Posts die Bewertungen der Nutzer an."
602
+
603
+ #: ../views/admin.php:574
604
+ msgid ""
605
+ "If set, WordPress Popular Posts will show how many comments each popular "
606
+ "post has got until now"
607
+ msgstr ""
608
+ "Falls gesetzt, zeigt WordPress Popular Posts an, wie viele Kommentare jeder "
609
+ "Beitrag bis jetzt erhielt."
610
+
611
+ #: ../views/admin.php:581
612
+ msgid ""
613
+ "If set, WordPress Popular Posts will show how many views each popular post "
614
+ "has got since it was installed"
615
+ msgstr ""
616
+ "Falls gesetzt, zeigt WordPress Popular Posts an, wie viele Aufrufe jeder "
617
+ "Beitrag seit der Installation erhielt."
618
+
619
+ #: ../views/admin.php:588
620
+ msgid ""
621
+ "If set, WordPress Popular Posts will show who published each popular post on "
622
+ "the list"
623
+ msgstr ""
624
+ "Falls gesetzt, zeigt WordPress Popular Posts an, wer welchen Beitrag "
625
+ "veröffentlicht hat."
626
+
627
+ #: ../views/admin.php:595
628
+ msgid ""
629
+ "If set, WordPress Popular Posts will display the date when each popular post "
630
+ "on the list was published"
631
+ msgstr ""
632
+ "Falls gesetzt, zeigt WordPress Popular Posts das Veröffentlichungsdatum "
633
+ "jeden Beitrags in der Liste an."
634
+
635
+ #: ../views/admin.php:602
636
+ msgid "Sets the date format"
637
+ msgstr "Bestimmt das Datumsformat"
638
+
639
+ #: ../views/admin.php:609
640
+ msgid "If set, WordPress Popular Posts will display the category"
641
+ msgstr "Falls gesetzt, zeigt WordPress Popular Posts die Kategorie an"
642
+
643
+ #: ../views/admin.php:616
644
+ msgid "Sets the opening tag for the listing"
645
+ msgstr "Bestimmt das öffnende Tag der Auflistung"
646
+
647
+ #: ../views/admin.php:623
648
+ msgid "Sets the closing tag for the listing"
649
+ msgstr "Bestimmt das schließende Tag der Auflistung"
650
+
651
+ #: ../views/admin.php:630
652
+ msgid "Sets the HTML structure of each post"
653
+ msgstr "Setzt die HTML-Struktur jeden Beitrags"
654
+
655
+ #: ../views/admin.php:631
656
+ msgid "Text string, custom HTML"
657
+ msgstr "Zeichenkette, benutzerdefiniertes HTML"
658
+
659
+ #: ../views/admin.php:631
660
+ msgid "Available Content Tags"
661
+ msgstr "Verfügbare Content-Tags"
662
+
663
+ #: ../views/admin.php:631
664
+ msgid "displays thumbnail linked to post/page"
665
+ msgstr "zeigt verlinktes Vorschaubild des Beitrags/der Seite an"
666
+
667
+ #: ../views/admin.php:631
668
+ msgid "displays thumbnail image without linking to post/page"
669
+ msgstr ""
670
+
671
+ #: ../views/admin.php:631
672
+ msgid "displays linked post/page title"
673
+ msgstr "zeigt den verlinkten Titel des Beitrags/der Seiten an"
674
+
675
+ #: ../views/admin.php:631
676
+ msgid ""
677
+ "displays post/page excerpt, and requires excerpt_length to be greater than 0"
678
+ msgstr ""
679
+ "zeigt den Auszug (excerpt) des Beitrags/der Seite an, erfordert "
680
+ "excerpt_length größer als 0"
681
+
682
+ #: ../views/admin.php:631
683
+ msgid "displays the default stats tags"
684
+ msgstr "zeigt die standard&shy;mäßigen Statistik-Tags an"
685
+
686
+ #: ../views/admin.php:631
687
+ msgid ""
688
+ "displays post/page current rating, requires WP-PostRatings installed and "
689
+ "enabled"
690
+ msgstr ""
691
+ "zeigt die aktuelle Bewertung des Beitrags/der Seite an, erfordert das "
692
+ "installierte und aktivierte Plugin WP-PostRatings"
693
+
694
+ #: ../views/admin.php:631
695
+ msgid ""
696
+ "displays post/page current rating as an integer, requires WP-PostRatings "
697
+ "installed and enabled"
698
+ msgstr ""
699
+ "zeigt die aktuelle Bewertung des Beitrags/der Seite an, erfordert das "
700
+ "installierte und aktivierte Plugin WP-PostRatings"
701
+
702
+ #: ../views/admin.php:631
703
+ msgid "outputs the URL of the post/page"
704
+ msgstr "gibt die URL des Beitrags/der Seite aus"
705
+
706
+ #: ../views/admin.php:631
707
+ msgid "displays post/page title, no link"
708
+ msgstr "zeigt den Titel des Beitrags/der Seite an, ohne Link"
709
+
710
+ #: ../views/admin.php:631
711
+ msgid "displays linked author name, requires stats_author=1"
712
+ msgstr "zeigt den verlinkten Autoren&shy;namen an, erfordert stats_author=1"
713
+
714
+ #: ../views/admin.php:631
715
+ msgid "displays linked category name, requires stats_category=1"
716
+ msgstr ""
717
+ "zeigt den verlinkten Kategorien&shy;namen an, erfordert stats_category=1"
718
+
719
+ #: ../views/admin.php:631
720
+ msgid "displays views count only, no text"
721
+ msgstr "zeigt nur die Anzahl an, ohne Text"
722
+
723
+ #: ../views/admin.php:631
724
+ msgid "displays comments count only, no text, requires stats_comments=1"
725
+ msgstr ""
726
+ "zeigt nur die Anzahl der Kom&shy;men&shy;tare an, ohne Text, erfordert "
727
+ "stats_comment=1"
728
+
729
+ #: ../views/admin.php:631
730
+ msgid "displays post/page date, requires stats_date=1"
731
+ msgstr ""
732
+
733
+ #: ../views/admin.php:643
734
+ msgid "What does \"Title\" do?"
735
+ msgstr "Was macht \"Titel\"?"
736
+
737
+ #: ../views/admin.php:646
738
+ msgid ""
739
+ "It allows you to show a heading for your most popular posts listing. If left "
740
+ "empty, no heading will be displayed at all."
741
+ msgstr ""
742
+ "Ermöglicht dir, eine Überschrift für die Auflistung anzugeben. Falls leer "
743
+ "belassen, wird keine Überschrift angezeigt."
744
+
745
+ #: ../views/admin.php:649
746
+ msgid "What is Time Range for?"
747
+ msgstr "Für was steht die Zeitspanne?"
748
+
749
+ #: ../views/admin.php:651
750
+ msgid ""
751
+ "It will tell WordPress Popular Posts to retrieve all posts with most views / "
752
+ "comments within the selected time range."
753
+ msgstr ""
754
+ "Weist WordPress Popular Posts an, alle Beiträge mit den meisten Aufrufen "
755
+ "bzw. Kommentaren innerhalb der eingestellten Zeitspanne anzuzeigen."
756
+
757
+ #: ../views/admin.php:654
758
+ msgid "What is \"Sort post by\" for?"
759
+ msgstr "Für was steht \"Sortiere Beiträge nach\"?"
760
+
761
+ #: ../views/admin.php:656
762
+ msgid ""
763
+ "It allows you to decide whether to order your popular posts listing by total "
764
+ "views, comments, or average views per day."
765
+ msgstr ""
766
+ "Ermöglicht dir zu entscheiden, ob die Listeneinträge nach absoluter Anzahl "
767
+ "der Aufrufe, Kommentare oder durchschnittlichen Aufrufen pro Tag geordnet "
768
+ "werden."
769
+
770
+ #: ../views/admin.php:659
771
+ msgid "What does \"Display post rating\" do?"
772
+ msgstr "Was macht \"Zeige Bewertung\"?"
773
+
774
+ #: ../views/admin.php:661
775
+ msgid ""
776
+ "If checked, WordPress Popular Posts will show how your readers are rating "
777
+ "your most popular posts. This feature requires having WP-PostRatings plugin "
778
+ "installed and enabled on your blog for it to work."
779
+ msgstr ""
780
+ "Falls aktiviert, zeigt WordPress Popular Posts an, wie deine Leser deine "
781
+ "beliebtesten Beiträge bewertet haben. Diese Funktion erfordert die "
782
+ "Installation und Aktivierung des Plugins WP-PostRatings."
783
+
784
+ #: ../views/admin.php:664
785
+ msgid "What does \"Shorten title\" do?"
786
+ msgstr "Was macht \"Kürze den Titel\"?"
787
+
788
+ #: ../views/admin.php:666
789
+ msgid ""
790
+ "If checked, all posts titles will be shortened to \"n\" characters/words. A "
791
+ "new \"Shorten title to\" option will appear so you can set it to whatever "
792
+ "you like."
793
+ msgstr ""
794
+ "Falls aktiviert, werden alle Titel auf \"n\" Zeichen gekürzt. Eine neue "
795
+ "Auswahl \"Kürze den Titel zu\" wird erscheinen, mit der du die Titellänge "
796
+ "setzen kannst."
797
+
798
+ #: ../views/admin.php:669
799
+ msgid "What does \"Display post excerpt\" do?"
800
+ msgstr "Was macht \"Zeige Auszug\"?"
801
+
802
+ #: ../views/admin.php:671
803
+ msgid ""
804
+ "If checked, WordPress Popular Posts will also include a small extract of "
805
+ "your posts in the list. Similarly to the previous option, you will be able "
806
+ "to decide how long the post excerpt should be."
807
+ msgstr ""
808
+ "Falls aktiviert, zeigt WordPress Popular Posts zusätzlich einen kurzen "
809
+ "Auszug Deines Beitrags in der Liste an. Wie bei der vorhergehenden Auswahl "
810
+ "ist es dir möglich, die Länge des Auszugs einzustellen."
811
+
812
+ #: ../views/admin.php:674
813
+ msgid "What does \"Keep text format and links\" do?"
814
+ msgstr "Was macht \"Behalte Textformat und Links bei\"?"
815
+
816
+ #: ../views/admin.php:676
817
+ msgid ""
818
+ "If checked, and if the Post Excerpt feature is enabled, WordPress Popular "
819
+ "Posts will keep the styling tags (eg. bold, italic, etc) that were found in "
820
+ "the excerpt. Hyperlinks will remain intact, too."
821
+ msgstr ""
822
+ "Falls aktiviert und wenn die Darstellung von Auszügen aktiviert ist, behält "
823
+ "WordPress Popular Posts die formatierenden Tags (z. B. fett, kursiv usw.) im "
824
+ "Auszug. Auch Links bleiben unverändert."
825
+
826
+ #: ../views/admin.php:679
827
+ msgid "What is \"Post type\" for?"
828
+ msgstr "Für was steht \"Post-Type\"?"
829
+
830
+ #: ../views/admin.php:681
831
+ msgid ""
832
+ "This filter allows you to decide which post types to show on the listing. By "
833
+ "default, it will retrieve only posts and pages (which should be fine for "
834
+ "most cases)."
835
+ msgstr ""
836
+ "Dieser Filter erlaubt dir zu entscheiden, welche Post-Types aufgelistet "
837
+ "werden. Per Voreinstellung werden nur Seiten und Beiträge angezeigt (was in "
838
+ "den meisten Fällen ausreicht)."
839
+
840
+ #: ../views/admin.php:684
841
+ msgid "What is \"Category(ies) ID(s)\" for?"
842
+ msgstr "Für was steht \"Kategorie(n)-ID(s)\"?"
843
+
844
+ #: ../views/admin.php:686
845
+ msgid ""
846
+ "This filter allows you to select which categories should be included or "
847
+ "excluded from the listing. A negative sign in front of the category ID "
848
+ "number will exclude posts belonging to it from the list, for example. You "
849
+ "can specify more than one ID with a comma separated list."
850
+ msgstr ""
851
+ "Dieser Filter erlaubt dir auszuwählen, welche Kategorien in der Auflistung "
852
+ "eingeschlossen oder ausgeschlossen werden sollten. Ein Minus-Zeichen vor "
853
+ "einer Kategorien-ID schließt Beiträge, die die ID zugewiesen bekamen, von "
854
+ "der Liste aus. du kannst mehr als eine ID, mit Kommas getrennt, angeben."
855
+
856
+ #: ../views/admin.php:689
857
+ msgid "What is \"Author(s) ID(s)\" for?"
858
+ msgstr "Für was steht \"Autor(en)-ID(s)\"?"
859
+
860
+ #: ../views/admin.php:691
861
+ msgid ""
862
+ "Just like the Category filter, this one lets you filter posts by author ID. "
863
+ "You can specify more than one ID with a comma separated list."
864
+ msgstr ""
865
+ "Wie beim Kategorienfilter kannst du auch Beiträge nach Autoren filtern. Du "
866
+ "kannst mehr als eine Autoren-ID, getrennt durch Kommas, angeben."
867
+
868
+ #: ../views/admin.php:694
869
+ msgid "What does \"Display post thumbnail\" do?"
870
+ msgstr "Was macht \"Zeige Vorschaubild\"?"
871
+
872
+ #: ../views/admin.php:696
873
+ msgid ""
874
+ "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail "
875
+ "of each post. You can set up the source of the thumbnail via Settings - "
876
+ "WordPress Popular Posts - Tools."
877
+ msgstr ""
878
+ "Falls aktiviert, versucht WordPress Popular Posts, das Vorschaubild von "
879
+ "jedem Beitrag darzustellen. Du kannst die Quelle des Vorschaubildes unter "
880
+ "\"Werkzeuge\" einstellen."
881
+
882
+ #: ../views/admin.php:699
883
+ msgid "What does \"Display comment count\" do?"
884
+ msgstr "Was macht \"Zeige Anzahl Kommentare\"?"
885
+
886
+ #: ../views/admin.php:701
887
+ msgid ""
888
+ "If checked, WordPress Popular Posts will display how many comments each "
889
+ "popular post has got in the selected Time Range."
890
+ msgstr ""
891
+ "Falls aktiviert, zeigt WordPress Popular Posts an, wie viele Kommentare "
892
+ "jeder beliebte Beitrag in der eingestellten Zeitspanne erhielt."
893
+
894
+ #: ../views/admin.php:704
895
+ msgid "What does \"Display views\" do?"
896
+ msgstr "Was macht \"Zeige Aufrufe\"?"
897
+
898
+ #: ../views/admin.php:706
899
+ msgid ""
900
+ "If checked, WordPress Popular Posts will show how many pageviews a single "
901
+ "post has gotten in the selected Time Range."
902
+ msgstr ""
903
+ "Falls aktiviert, zeigt WordPress Popular Posts an, wie viele Seitenaufrufe "
904
+ "jeder einzelne Beitrag in der eingestellten Zeitspanne erhielt."
905
+
906
+ #: ../views/admin.php:709
907
+ msgid "What does \"Display author\" do?"
908
+ msgstr "Was macht \"Zeige Autor\"?"
909
+
910
+ #: ../views/admin.php:711
911
+ msgid ""
912
+ "If checked, WordPress Popular Posts will display the name of the author of "
913
+ "each entry listed."
914
+ msgstr ""
915
+ "Falls aktiviert, zeigt WordPress Popular Posts den Autorennamen in jedem "
916
+ "Listeneintrag an."
917
+
918
+ #: ../views/admin.php:714
919
+ msgid "What does \"Display date\" do?"
920
+ msgstr "Was macht \"Zeige Datum\"?"
921
+
922
+ #: ../views/admin.php:716
923
+ msgid ""
924
+ "If checked, WordPress Popular Posts will display the date when each popular "
925
+ "posts was published."
926
+ msgstr ""
927
+ "Falls aktiviert, zeigt WordPress Popular Posts das Veröffentlichungsdatum "
928
+ "jeden Beitrags an."
929
+
930
+ #: ../views/admin.php:719
931
+ msgid "What does \"Display category\" do?"
932
+ msgstr "Was macht \"Zeige Kategorie\"?"
933
+
934
+ #: ../views/admin.php:721
935
+ msgid ""
936
+ "If checked, WordPress Popular Posts will display the category of each post."
937
+ msgstr ""
938
+ "Falls aktiviert, zeigt WordPress Popular Posts den Kategorie in jedem "
939
+ "Listeneintrag an."
940
+
941
+ #: ../views/admin.php:724
942
+ msgid "What does \"Use custom HTML Markup\" do?"
943
+ msgstr "Was macht \"Verwende benutzerdefinierten HTML-Code\"?"
944
+
945
+ #: ../views/admin.php:726
946
+ msgid ""
947
+ "If checked, you will be able to customize the HTML markup of your popular "
948
+ "posts listing. For example, you can decide whether to wrap your posts in an "
949
+ "unordered list, an ordered list, a div, etc. If you know xHTML/CSS, this is "
950
+ "for you!"
951
+ msgstr ""
952
+ "Falls aktiviert, ist es dir möglich, eigenen HTML-Code in der Auflistung "
953
+ "einzusetzen. Du kannst z. B. bestimmen, ob die Einträge in einer "
954
+ "ungeordneten Liste, geordneten Liste, einem DIV oder was auch immer gesetzt "
955
+ "werden. Wenn du HTML und CSS kannst, ist diese Auswahl dein Freund."
956
+
957
+ #: ../views/admin.php:729
958
+ msgid "What are \"Content Tags\"?"
959
+ msgstr "Was sind \"Content-Tags\"?"
960
+
961
+ #: ../views/admin.php:731
962
+ #, fuzzy, php-format
963
+ msgid ""
964
+ "Content Tags are codes to display a variety of items on your popular posts "
965
+ "custom HTML structure. For example, setting it to \"{title}: "
966
+ "{summary}\" (without the quotes) would display \"Post title: excerpt of the "
967
+ "post here\". For more Content Tags, see the <a href=\"%s\" target=\"_blank"
968
+ "\">Parameters</a> section."
969
+ msgstr ""
970
+ "Content-Tags sind Code-Schnipsel, um verschiedene Angaben über die "
971
+ "beliebtesten Beiträge in deiner selbst definierten HTML-Struktur anzuzeigen. "
972
+ "Zum Beispiel zeigt \"{title}: {summary}\" (ohne die Anführungszeichen) "
973
+ "\"Überschrift: Auszug des Beitrags\" an. Für weitere Content-Tags siehe "
974
+ "\"Liste der gültigen Parameter von wpp_gewt-mostpopular() und des [wpp]-"
975
+ "Shortcodes\"."
976
+
977
+ #: ../views/admin.php:734
978
+ msgid "What are \"Template Tags\"?"
979
+ msgstr "Was sind \"Template-Tags\"?"
980
+
981
+ #: ../views/admin.php:736
982
+ msgid ""
983
+ "Template Tags are simply php functions that allow you to perform certain "
984
+ "actions. For example, WordPress Popular Posts currently supports two "
985
+ "different template tags: wpp_get_mostpopular() and wpp_get_views()."
986
+ msgstr ""
987
+ "Template-Tags sind schlicht und einfach PHP-Funktionen, die bestimmten "
988
+ "Aktionen ausführen. Zum Beispiel unterstützt WordPress Popular Posts zwei "
989
+ "verschiedene Template-Tags: wpp_get_mostpopular() und wpp_get_views()."
990
+
991
+ #: ../views/admin.php:739
992
+ msgid "What are the template tags that WordPress Popular Posts supports?"
993
+ msgstr "Welche Template-Tags unterstützt WordPress Popular Posts?"
994
+
995
+ #: ../views/admin.php:741
996
+ msgid ""
997
+ "The following are the template tags supported by WordPress Popular Posts"
998
+ msgstr "Die folgenden Template-Tags unterstützt WordPress Popular Posts"
999
+
1000
+ #: ../views/admin.php:745
1001
+ msgid "Template tag"
1002
+ msgstr "Template-Tag"
1003
+
1004
+ #: ../views/admin.php:754
1005
+ #, fuzzy, php-format
1006
+ msgid ""
1007
+ "Similar to the widget functionality, this tag retrieves the most popular "
1008
+ "posts on your blog. This function also accepts <a href=\"%1$s\">parameters</"
1009
+ "a> so you can customize your popular listing, but these are not required."
1010
+ msgstr ""
1011
+ "Ähnlich wie das Widget zeigt dieser Tag die beliebtesten Beiträge Deines "
1012
+ "Blogs an. Diese Funktion akzeptiert auch Parameter, so dass du die "
1013
+ "Auflistung nach deinen Vorstellungen setzen kannst, aber sie sind sind "
1014
+ "erforderlich."
1015
+
1016
+ #: ../views/admin.php:755
1017
+ #, php-format
1018
+ msgid ""
1019
+ "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete "
1020
+ "list of attributes."
1021
+ msgstr ""
1022
+
1023
+ #: ../views/admin.php:760
1024
+ msgid ""
1025
+ "Displays the number of views of a single post. Post ID is required or it "
1026
+ "will return false."
1027
+ msgstr ""
1028
+ "Zeigt die Anzahl der Aufrufe eines einzelnen Beitrags an. Die Post-ID ist "
1029
+ "erforderlich, andersfalls wird false zurückgegeben."
1030
+
1031
+ #: ../views/admin.php:761
1032
+ msgid "Post ID"
1033
+ msgstr "Post-ID"
1034
+
1035
+ #: ../views/admin.php:768
1036
+ msgid "What are \"shortcodes\"?"
1037
+ msgstr "Was sind \"Shortcodes\"?"
1038
+
1039
+ #: ../views/admin.php:770
1040
+ #, php-format
1041
+ msgid ""
1042
+ "Shortcodes are similar to BB Codes, these allow us to call a php function by "
1043
+ "simply typing something like [shortcode]. With WordPress Popular Posts, the "
1044
+ "shortcode [wpp] will let you insert a list of the most popular posts in "
1045
+ "posts content and pages too! For more information about shortcodes, please "
1046
+ "visit the <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a> page."
1047
+ msgstr ""
1048
+ "Shortcodes sind vergleichbar mit BB-Codes. Sie erlauben uns, eine PHP-"
1049
+ "Funktion aufzurufen durch einen einfachen Text wie [shortcode]. Der "
1050
+ "Shortcode [wpp] fügt die Liste der beliebtesten Beiträge in den Text sowohl "
1051
+ "von Beiträgen als auch Seiten ein. Für mehr Informationen über Shortcodes "
1052
+ "besuche <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a>."
1053
+
1054
+ #: ../views/admin.php:778
1055
+ #, php-format
1056
+ msgid "About WordPress Popular Posts %s"
1057
+ msgstr "Über WordPress Popular Posts %s"
1058
+
1059
+ #: ../views/admin.php:779
1060
+ msgid "This version includes the following changes"
1061
+ msgstr "Diese Version enthält die folgenden Änderungen"
1062
+
1063
+ #: ../views/admin.php:802
1064
+ msgid "Do you like this plugin?"
1065
+ msgstr "Gefällt dir dieses Plugin?"
1066
+
1067
+ #: ../views/admin.php:809
1068
+ msgid ""
1069
+ "Each donation motivates me to keep releasing free stuff for the WordPress "
1070
+ "community!"
1071
+ msgstr ""
1072
+ "Jede Spende motiviert mich, der WordPress-Gemeinschaft nützliches Zeugs "
1073
+ "weiterhin kostenlos zur Verfügung zu stellen!"
1074
+
1075
+ #: ../views/admin.php:810
1076
+ #, php-format
1077
+ msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
1078
+ msgstr ""
1079
+
1080
+ #: ../views/admin.php:814
1081
+ msgid "Need help?"
1082
+ msgstr "Brauchen Sie Hilfe?"
1083
+
1084
+ #: ../views/admin.php:815
1085
+ #, php-format
1086
+ msgid ""
1087
+ "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions "
1088
+ "and feedback."
1089
+ msgstr ""
1090
+
1091
+ #: ../views/admin.php:816
1092
+ msgid "Let's make this plugin even better!"
1093
+ msgstr ""
1094
+
1095
+ #: ../views/form.php:2
1096
+ msgid "Title"
1097
+ msgstr "Titel:"
1098
+
1099
+ #: ../views/form.php:7
1100
+ msgid "Show up to"
1101
+ msgstr "Zeige bis zu:"
1102
+
1103
+ #: ../views/form.php:8
1104
+ msgid "posts"
1105
+ msgstr "Beiträge"
1106
+
1107
+ #: ../views/form.php:12
1108
+ msgid "Sort posts by"
1109
+ msgstr "Sortiere Beiträge nach:"
1110
+
1111
+ #: ../views/form.php:14
1112
+ msgid "Comments"
1113
+ msgstr "Kommentaren"
1114
+
1115
+ #: ../views/form.php:15
1116
+ msgid "Total views"
1117
+ msgstr "Zahl der Aufrufe"
1118
+
1119
+ #: ../views/form.php:16
1120
+ msgid "Avg. daily views"
1121
+ msgstr "Durchschn. tägl. Aufrufe"
1122
+
1123
+ #: ../views/form.php:22
1124
+ msgid "Filters"
1125
+ msgstr "Filter:"
1126
+
1127
+ #: ../views/form.php:24
1128
+ msgid "Time Range"
1129
+ msgstr "Zeitspanne:"
1130
+
1131
+ #: ../views/form.php:34
1132
+ msgid "Post type(s)"
1133
+ msgstr "Post-Type(s):"
1134
+
1135
+ #: ../views/form.php:37
1136
+ msgid "Post(s) ID(s) to exclude"
1137
+ msgstr "Post-ID(s), die ausgeschlossen werden:"
1138
+
1139
+ #: ../views/form.php:40
1140
+ msgid "Category(ies) ID(s)"
1141
+ msgstr "Kategorie(n)-ID(s):"
1142
+
1143
+ #: ../views/form.php:43
1144
+ msgid "Author(s) ID(s)"
1145
+ msgstr "Autor(en)-ID(s):"
1146
+
1147
+ #: ../views/form.php:48
1148
+ msgid "Posts settings"
1149
+ msgstr "Einstellungen für Beiträge"
1150
+
1151
+ #: ../views/form.php:52
1152
+ msgid "Display post rating"
1153
+ msgstr "Zeige Bewertung"
1154
+
1155
+ #: ../views/form.php:55
1156
+ msgid "Shorten title"
1157
+ msgstr "Kürze den Titel"
1158
+
1159
+ #: ../views/form.php:58
1160
+ msgid "Shorten title to"
1161
+ msgstr "Kürze den Titel auf"
1162
+
1163
+ #: ../views/form.php:59 ../views/form.php:69
1164
+ msgid "characters"
1165
+ msgstr "Buchstaben"
1166
+
1167
+ #: ../views/form.php:60 ../views/form.php:70
1168
+ msgid "words"
1169
+ msgstr "Wörter"
1170
+
1171
+ #: ../views/form.php:63
1172
+ msgid "Display post excerpt"
1173
+ msgstr "Zeige Auszug"
1174
+
1175
+ #: ../views/form.php:66
1176
+ msgid "Keep text format and links"
1177
+ msgstr "Behalte Textformat und Links bei"
1178
+
1179
+ #: ../views/form.php:67
1180
+ msgid "Excerpt length"
1181
+ msgstr "Länge des Auszugs:"
1182
+
1183
+ #: ../views/form.php:73
1184
+ msgid "Display post thumbnail"
1185
+ msgstr "Zeige Vorschaubild"
1186
+
1187
+ #: ../views/form.php:76
1188
+ msgid "Use predefined size"
1189
+ msgstr ""
1190
+
1191
+ #: ../views/form.php:88
1192
+ msgid "Set size manually"
1193
+ msgstr ""
1194
+
1195
+ #: ../views/form.php:90
1196
+ msgid "Width"
1197
+ msgstr "Breite:"
1198
+
1199
+ #: ../views/form.php:91 ../views/form.php:94
1200
+ msgid "px"
1201
+ msgstr "px"
1202
+
1203
+ #: ../views/form.php:93
1204
+ msgid "Height"
1205
+ msgstr "Höhe:"
1206
+
1207
+ #: ../views/form.php:99
1208
+ msgid "Stats Tag settings"
1209
+ msgstr "Einstellungen des Statistik-Tags"
1210
+
1211
+ #: ../views/form.php:101
1212
+ msgid "Display comment count"
1213
+ msgstr "Zeige Anzahl Kommentare"
1214
+
1215
+ #: ../views/form.php:103
1216
+ msgid "Display views"
1217
+ msgstr "Zeige Aufrufe"
1218
+
1219
+ #: ../views/form.php:105
1220
+ msgid "Display author"
1221
+ msgstr "Zeige Autor"
1222
+
1223
+ #: ../views/form.php:107
1224
+ msgid "Display date"
1225
+ msgstr "Zeige Datum"
1226
+
1227
+ #: ../views/form.php:110
1228
+ msgid "Date Format"
1229
+ msgstr "Datumsformat"
1230
+
1231
+ #: ../views/form.php:112
1232
+ msgid "WordPress Date Format"
1233
+ msgstr "Datumsformat WordPress"
1234
+
1235
+ #: ../views/form.php:119
1236
+ msgid "Display category"
1237
+ msgstr "Zeige Kategorie"
1238
+
1239
+ #: ../views/form.php:123
1240
+ msgid "HTML Markup settings"
1241
+ msgstr "Einstellungen des HTML-Codes"
1242
+
1243
+ #: ../views/form.php:125
1244
+ msgid "Use custom HTML Markup"
1245
+ msgstr "Verwende nutzerdefinierten HTML-Code"
1246
+
1247
+ #: ../views/form.php:128
1248
+ msgid "Before / after title"
1249
+ msgstr "Vor / nach dem Titel:"
1250
+
1251
+ #: ../views/form.php:131
1252
+ msgid "Before / after Popular Posts"
1253
+ msgstr "Vor / nach Beliebte Beiträge:"
1254
+
1255
+ #: ../views/form.php:134
1256
+ msgid "Post HTML Markup"
1257
+ msgstr "Zeige HTML-Code"
1258
+
1259
+ #: ../wordpress-popular-posts.php:302
1260
+ msgid "The most Popular Posts on your blog."
1261
+ msgstr "Die beliebtesten Beiträge deines Blogs."
1262
+
1263
+ #: ../wordpress-popular-posts.php:467
1264
+ msgid ""
1265
+ "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing "
1266
+ "the <em>id</em> attribute on before_widget (see <a href=\"http://codex."
1267
+ "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1268
+ "\"nofollow\">register_sidebar</a> for more)."
1269
+ msgstr ""
1270
+
1271
+ #: ../wordpress-popular-posts.php:711
1272
+ msgid "Upload"
1273
+ msgstr "Hochladen"
1274
+
1275
+ #: ../wordpress-popular-posts.php:1087
1276
+ #, php-format
1277
+ msgid ""
1278
+ "Your PHP installation is too old. WordPress Popular Posts requires at least "
1279
+ "PHP version %1$s to function correctly. Please contact your hosting provider "
1280
+ "and ask them to upgrade PHP to %1$s or higher."
1281
+ msgstr ""
1282
+ "Deine PHP-Version ist zu alt. Das Plugin\"WordPress Popular Posts\" benötigt "
1283
+ "mindestens PHP-Version %1$s für die einwandfreie Funktion. Bitte nehme "
1284
+ "Kontakt mit deinem Hosting-Provider auf und bitte ihn, PHP auf v%1$s oder "
1285
+ "höher zu aktualisieren."
1286
+
1287
+ #: ../wordpress-popular-posts.php:1094
1288
+ #, php-format
1289
+ msgid ""
1290
+ "Your WordPress version is too old. WordPress Popular Posts requires at least "
1291
+ "WordPress version %1$s to function correctly. Please update your blog via "
1292
+ "Dashboard &gt; Update."
1293
+ msgstr ""
1294
+ "Deine WordPress-Version ist zu alt. Das Plugin WordPress Popular Posts "
1295
+ "benötigt mindestens Version %1$s. Bitte aktualisiere WordPress via Dashboard "
1296
+ "&gt; Aktualisieren."
1297
+
1298
+ #: ../wordpress-popular-posts.php:1119
1299
+ #, php-format
1300
+ msgid ""
1301
+ "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</"
1302
+ "strong>.</p></div>"
1303
+ msgstr ""
1304
+ "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> wurde <strong>deaktiviert</"
1305
+ "strong>.</p></div>"
1306
+
1307
+ #: ../wordpress-popular-posts.php:1179
1308
+ msgid "Success! The cache table has been cleared!"
1309
+ msgstr "Erfolg: Die Cache-Tabelle wurde geleert!"
1310
+
1311
+ #: ../wordpress-popular-posts.php:1181
1312
+ msgid "Error: cache table does not exist."
1313
+ msgstr "Fehler: Cache-Tabelle ist nicht vorhanden."
1314
+
1315
+ #: ../wordpress-popular-posts.php:1188
1316
+ msgid "Success! All data have been cleared!"
1317
+ msgstr "Erfolg: Alle Daten wurden gelöscht!"
1318
+
1319
+ #: ../wordpress-popular-posts.php:1190
1320
+ msgid "Error: one or both data tables are missing."
1321
+ msgstr "Fehler: Eine oder beide Tabellen fehlen."
1322
+
1323
+ #: ../wordpress-popular-posts.php:1193 ../wordpress-popular-posts.php:1231
1324
+ msgid "Invalid action."
1325
+ msgstr "Ungültige Aktion."
1326
+
1327
+ #: ../wordpress-popular-posts.php:1196 ../wordpress-popular-posts.php:1234
1328
+ msgid ""
1329
+ "Sorry, you do not have enough permissions to do this. Please contact the "
1330
+ "site administrator for support."
1331
+ msgstr ""
1332
+ "Du hast nicht die erforderlichen Rechte um das zu tun. Bitte wende dich an "
1333
+ "den Administrator für weitere Hilfe."
1334
+
1335
+ #: ../wordpress-popular-posts.php:1226
1336
+ #, fuzzy
1337
+ msgid "Success! All files have been deleted!"
1338
+ msgstr "Erfolg: Alle Daten wurden gelöscht!"
1339
+
1340
+ #: ../wordpress-popular-posts.php:1228
1341
+ msgid "The thumbnail cache is already empty!"
1342
+ msgstr ""
1343
+
1344
+ #: ../wordpress-popular-posts.php:1778
1345
+ msgid "Sorry. No data so far."
1346
+ msgstr "Noch keine Daten vorhanden."
1347
+
1348
+ #: ../wordpress-popular-posts.php:2305
1349
+ #, php-format
1350
+ msgid "1 comment"
1351
+ msgid_plural "%s comments"
1352
+ msgstr[0] "1 Kommentar"
1353
+ msgstr[1] "%s Kommentare"
1354
+
1355
+ #: ../wordpress-popular-posts.php:2317
1356
+ #, php-format
1357
+ msgid "1 view per day"
1358
+ msgid_plural "%s views per day"
1359
+ msgstr[0] "1 Aufruf pro Tag"
1360
+ msgstr[1] "%s Aufrufe pro Tag"
1361
+
1362
+ #: ../wordpress-popular-posts.php:2323
1363
+ #, php-format
1364
+ msgid "1 view"
1365
+ msgid_plural "%s views"
1366
+ msgstr[0] "1 Aufruf"
1367
+ msgstr[1] "%s Aufrufe"
1368
+
1369
+ #: ../wordpress-popular-posts.php:2346
1370
+ #, php-format
1371
+ msgid "by %s"
1372
+ msgstr "von %s"
1373
+
1374
+ #: ../wordpress-popular-posts.php:2352
1375
+ #, php-format
1376
+ msgid "posted on %s"
1377
+ msgstr "veröffentlicht am %s"
1378
+
1379
+ #: ../wordpress-popular-posts.php:2360
1380
+ #, php-format
1381
+ msgid "under %s"
1382
+ msgstr "in %s"
1383
+
1384
+ #~ msgid "Listing refresh interval"
1385
+ #~ msgstr "Aktualisierungsintervall der Liste"
1386
+
1387
+ #~ msgid "Live"
1388
+ #~ msgstr "Echtzeit"
1389
+
1390
+ #~ msgid "Custom interval"
1391
+ #~ msgstr "Benutzerdefiniertes Intervall"
1392
+
1393
+ #~ msgid ""
1394
+ #~ "Sets how often the listing should be updated. For most sites the Live "
1395
+ #~ "option should be fine, however if you are experiencing slowdowns or your "
1396
+ #~ "blog gets a lot of visitors then you might want to change the refresh rate"
1397
+ #~ msgstr ""
1398
+ #~ "Stellt ein, wie oft die Liste aktualisiert wird. Für die meisten Websites "
1399
+ #~ "erreicht die Echtzeit-Einstellung gute Werte. Solltest du jedoch "
1400
+ #~ "Verlangsamungen feststellen oder deine Website erreicht viele Besucher, "
1401
+ #~ "solltest du die Aktualisierungsrate ändern."
1402
+
1403
+ #~ msgid "Refresh list every"
1404
+ #~ msgstr "Benutzerdefiniertes Intervall"
1405
+
1406
+ #~ msgid ""
1407
+ #~ "Please refer to \"List of parameters accepted by wpp_get_mostpopular() "
1408
+ #~ "and the [wpp] shortcode\"."
1409
+ #~ msgstr ""
1410
+ #~ "Bitte schlage nach bei \"Liste der gültigen Parameter von wpp_gewt-"
1411
+ #~ "mostpopular() und des [wpp]-Shortcodes\"."
1412
+
1413
+ #~ msgid ""
1414
+ #~ "List of parameters accepted by wpp_get_mostpopular() and the [wpp] "
1415
+ #~ "shortcode"
1416
+ #~ msgstr ""
1417
+ #~ "Liste der gültigen Parameter von wpp_get-mostpopular() und des [wpp]-"
1418
+ #~ "Shortcodes"
1419
+
1420
+ #~ msgid ""
1421
+ #~ "These parameters can be used by both the template tag "
1422
+ #~ "wpp_get_most_popular() and the shortcode [wpp]."
1423
+ #~ msgstr ""
1424
+ #~ "Diese Parameter können sowohl im Template-Tag wpp_get_most_popular() als "
1425
+ #~ "auch im Shortcode [wpp] eingesetzt werden."
1426
+
1427
+ #~ msgid "Preview"
1428
+ #~ msgstr "Vorschau"
1429
+
1430
+ #~ msgid "Excerpt Properties"
1431
+ #~ msgstr "Eigenschaften des Auszugs"
1432
+
1433
+ #~ msgid "Thumbnail settings"
1434
+ #~ msgstr "Einstellungen für die Vorschaubilder"
1435
+
1436
+ #~ msgid ""
1437
+ #~ "Here you will find a handy group of options to tweak Wordpress Popular "
1438
+ #~ "Posts."
1439
+ #~ msgstr ""
1440
+ #~ "Hier findest du einen überschaubaren Bereich an Einstellungen, um "
1441
+ #~ "Wordpress Popular Posts zu optimieren."
1442
+
1443
+ #, fuzzy
1444
+ #~ msgid "Popular Posts links behavior"
1445
+ #~ msgstr "Aktualisierungsintervall der Liste"
1446
+
1447
+ #~ msgid "Views logging behavior"
1448
+ #~ msgstr "Zählverhalten"
1449
+
1450
+ #~ msgid "Wordpress Popular Posts Stylesheet"
1451
+ #~ msgstr "Wordpress Popular Posts Stylesheet"
1452
+
1453
+ #~ msgid "Data tools"
1454
+ #~ msgstr "Datenwerkzeuge"
1455
+
1456
+ #~ msgid "Popular posts listing refresh interval"
1457
+ #~ msgstr "Aktualisierungsintervall der Liste"
1458
+
1459
+ #~ msgid "Frequently Asked Questions"
1460
+ #~ msgstr "Häufig gestellte Fragen"
1461
+
1462
+ #~ msgid "Sets the opening tag for each item on the list"
1463
+ #~ msgstr "Bestimmt den öffnenden Tag für jeden Listeneintrag"
1464
+
1465
+ #~ msgid "Sets the closing tag for each item on the list"
1466
+ #~ msgstr "Bestimmt den schließenden Tag für jeden Listeneintrag"
1467
+
1468
+ #~ msgid ""
1469
+ #~ "If set, this option will allow you to decide the order of the contents "
1470
+ #~ "within each item on the list."
1471
+ #~ msgstr ""
1472
+ #~ "Falls gesetzt, kannst du die Reihenfolge der Einträge in der Liste "
1473
+ #~ "bestimmen."
1474
+
1475
+ #~ msgid ""
1476
+ #~ "If set, you can decide the order of each content inside a single item on "
1477
+ #~ "the list. For example, setting it to \"{title}: {summary}\" would output "
1478
+ #~ "something like \"Your Post Title: summary here\". This attribute requires "
1479
+ #~ "do_pattern to be true."
1480
+ #~ msgstr ""
1481
+ #~ "Falls gesetzt, kannst du die Reihenfolge des Inhalts innerhalbs eines "
1482
+ #~ "einzelnen Listeneintrags einstellen. Zum Beispiel zeigt \"{title}: "
1483
+ #~ "{summary}\" (ohne Anführungszeichen) sowas wie \"Überschrift: Text des "
1484
+ #~ "Auszugs\" an. Dieses Attribut erfordert, dass do_pattern auf 1 (true) "
1485
+ #~ "gesetzt ist."
1486
+
1487
+ #~ msgid "Available tags"
1488
+ #~ msgstr "Verfügbare Tags"
1489
+
1490
+ #~ msgid "Rate it"
1491
+ #~ msgstr "Bewerte es"
1492
+
1493
+ #~ msgid "on the official Plugin Directory!"
1494
+ #~ msgstr "im offiziellen Plugin-Verzeichnis!"
1495
+
1496
+ #~ msgid "Do you love this plugin?"
1497
+ #~ msgstr "Magst du dieses Plugin?"
1498
+
1499
+ #~ msgid "Buy me a beer!"
1500
+ #~ msgstr "Spende mir ein Bier!"
1501
+
1502
+ #~ msgid "comments"
1503
+ #~ msgstr "Komentare"
1504
+
1505
+ #~ msgid "views per day"
1506
+ #~ msgstr "Aufrufe pro Tag"
1507
+
1508
+ #~ msgid "views"
1509
+ #~ msgstr "Aufrufe"
1510
+
1511
+ #~ msgid "by"
1512
+ #~ msgstr "von"
1513
+
1514
+ #~ msgid "What does \"Use content formatting tags\" do?"
1515
+ #~ msgstr "Was macht \"Verwende textformatierende Tags\"?"
1516
+
1517
+ #~ msgid "Before / after each post:"
1518
+ #~ msgstr "Vor / nach jedem Beitrag:"
1519
+
1520
+ #~ msgid "Use content formatting tags"
1521
+ #~ msgstr "Verwende textformatierende Tags"
1522
+
1523
+ #~ msgid "Content format:"
1524
+ #~ msgstr "Inhaltsformat:"
1525
+
1526
+ #~ msgid "Wordpress Popular Posts Stats"
1527
+ #~ msgstr "Wordpress Popular Posts Statistik"
lang/wordpress-popular-posts-es_ES.mo CHANGED
Binary file
lang/wordpress-popular-posts-es_ES.po CHANGED
@@ -1,1575 +1,1595 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Wordpress Popular Posts\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-08 10:20-0430\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
8
- "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
9
- "Language: es_ES\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-SourceCharset: UTF-8\n"
14
- "X-Poedit-KeywordsList: __;_e;_n:1,2\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.7.5\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPath-1: ..\n"
20
-
21
- #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
22
- #: ../views/admin.php:75
23
- msgid "Settings saved."
24
- msgstr "Configuraci&oacute;n guardada."
25
-
26
- #: ../views/admin.php:40
27
- msgid "Please provide the name of your custom field."
28
- msgstr "Por favor indica el nombre de tu custom field."
29
-
30
- #: ../views/admin.php:81
31
- msgid ""
32
- "Any changes made to WPP's default stylesheet will be lost after every plugin "
33
- "update. In order to prevent this from happening, please copy the wpp.css "
34
- "file (located at wp-content/plugins/wordpress-popular-posts/style) into your "
35
- "theme's directory"
36
- msgstr ""
37
- "Cualquier cambio hecho a la hoja de estilos por defecto de WPP se "
38
- "perder&aacute; cada vez que el plugin se actualize. Para evitar esto, por "
39
- "favor copia el archivo wpp.css (ubicado en wp-content/plugins/wordpress-"
40
- "popular-posts/style) en la carpeta de tu tema actual."
41
-
42
- #: ../views/admin.php:96
43
- msgid ""
44
- "This operation will delete all entries from WordPress Popular Posts' cache "
45
- "table and cannot be undone."
46
- msgstr ""
47
- "Esta operaci\\363n borrar\\341 todas las entradas en el cach\\351 de "
48
- "WordPress Popular Posts y no se puede deshacer."
49
-
50
- #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
51
- msgid "Do you want to continue?"
52
- msgstr "Deseas continuar?"
53
-
54
- #: ../views/admin.php:104
55
- msgid ""
56
- "This operation will delete all stored info from WordPress Popular Posts' "
57
- "data tables and cannot be undone."
58
- msgstr ""
59
- "Esta operaci\\363n borrar\\341 toda la informaci\\363n guardada en las "
60
- "tablas de WordPress Popular Posts y no puede ser reversado."
61
-
62
- #: ../views/admin.php:112
63
- msgid "This operation will delete all cached thumbnails and cannot be undone."
64
- msgstr ""
65
- "Esta operaci\\363n borrar\\341 todas las miniaturas en el cach\\351 y no se "
66
- "puede deshacer."
67
-
68
- #: ../views/admin.php:146
69
- msgid "Stats"
70
- msgstr "Estad&iacute;sticas"
71
-
72
- #: ../views/admin.php:147
73
- msgid "Tools"
74
- msgstr "Herramientas"
75
-
76
- #: ../views/admin.php:148 ../views/admin.php:747
77
- msgid "Parameters"
78
- msgstr "Par&aacute;metros"
79
-
80
- #: ../views/admin.php:149
81
- msgid "FAQ"
82
- msgstr "FAQ"
83
-
84
- #: ../views/admin.php:150
85
- msgid "About"
86
- msgstr "Acerca de"
87
-
88
- #: ../views/admin.php:161
89
- msgid ""
90
- "Click on each tab to see what are the most popular entries on your blog in "
91
- "the last 24 hours, this week, last 30 days or all time since WordPress "
92
- "Popular Posts was installed."
93
- msgstr ""
94
- "Haz clic en cada pesta&ntilde;a para ver las entradas m&aacute;s populares "
95
- "de tu blog en las &uacute;ltimas 24 horas, esta semana, los &uacute;ltimos "
96
- "30 d&iacute;as o de todos los tiempos desde que WordPress Popular Posts fue "
97
- "instalado."
98
-
99
- #: ../views/admin.php:167
100
- msgid "Order by comments"
101
- msgstr "Ordenar por comentarios"
102
-
103
- #: ../views/admin.php:168
104
- msgid "Order by views"
105
- msgstr "Ordenar por vistas"
106
-
107
- #: ../views/admin.php:169
108
- msgid "Order by avg. daily views"
109
- msgstr "Ordenar por average de vistas diarias"
110
-
111
- #: ../views/admin.php:171
112
- msgid "Post type"
113
- msgstr "Post type"
114
-
115
- #: ../views/admin.php:172
116
- msgid "Limit"
117
- msgstr "L&iacute;mite"
118
-
119
- #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
120
- #: ../views/admin.php:403
121
- msgid "Apply"
122
- msgstr "Aplicar"
123
-
124
- #: ../views/admin.php:177 ../views/form.php:32
125
- msgid "Display only posts published within the selected Time Range"
126
- msgstr ""
127
- "Mostrar s&oacute;lo entradas publicadas en el Rango de Tiempo seleccionado"
128
-
129
- #: ../views/admin.php:184 ../views/form.php:26
130
- msgid "Last 24 hours"
131
- msgstr "&Uacute;ltimas 24 horas"
132
-
133
- #: ../views/admin.php:185 ../views/form.php:27
134
- msgid "Last 7 days"
135
- msgstr "&Uacute;ltimos 7 d&iacute;as"
136
-
137
- #: ../views/admin.php:186 ../views/form.php:28
138
- msgid "Last 30 days"
139
- msgstr "&Uacute;ltimos 30 d&iacute;as"
140
-
141
- #: ../views/admin.php:187 ../views/form.php:29
142
- msgid "All-time"
143
- msgstr "Todos los tiempos"
144
-
145
- #: ../views/admin.php:209
146
- msgid "Thumbnails"
147
- msgstr "Miniaturas"
148
-
149
- #: ../views/admin.php:214
150
- msgid "Default thumbnail"
151
- msgstr "Miniatura por defecto"
152
-
153
- #: ../views/admin.php:219
154
- msgid "Upload thumbnail"
155
- msgstr "Subir miniatura"
156
-
157
- #: ../views/admin.php:221
158
- msgid ""
159
- "How-to: upload (or select) an image, set Size to Full and click on Upload. "
160
- "After it's done, hit on Apply to save changes"
161
- msgstr ""
162
- "Tutorial: sube (o selecciona) una imagen, selecciona Tama&ntilde;o Completo "
163
- "y haz clic en Subir. Cuando termine, dale a Aplicar para guardar los cambios"
164
-
165
- #: ../views/admin.php:225
166
- msgid "Pick image from"
167
- msgstr "Seleccionar imagen desde"
168
-
169
- #: ../views/admin.php:228
170
- msgid "Featured image"
171
- msgstr "Imagen destacada"
172
-
173
- #: ../views/admin.php:229
174
- msgid "First image on post"
175
- msgstr "Primera imagen de la entrada"
176
-
177
- #: ../views/admin.php:230
178
- msgid "Custom field"
179
- msgstr "Custom field"
180
-
181
- #: ../views/admin.php:233
182
- msgid "Tell WordPress Popular Posts where it should get thumbnails from"
183
- msgstr ""
184
- "Dile a WordPress Popular Posts de d&oacute;nde debe obtener las miniaturas"
185
-
186
- #: ../views/admin.php:237
187
- msgid "Custom field name"
188
- msgstr "Nombre del custom field"
189
-
190
- #: ../views/admin.php:243
191
- msgid "Resize image from Custom field?"
192
- msgstr "&iexcl;Ajustar la imagen del Custom field?"
193
-
194
- #: ../views/admin.php:246
195
- msgid "No, I will upload my own thumbnail"
196
- msgstr "No, subir&eacute; mi propia miniatura"
197
-
198
- #: ../views/admin.php:247
199
- msgid "Yes"
200
- msgstr "S&iacute;"
201
-
202
- #: ../views/admin.php:252
203
- msgid "Responsive support"
204
- msgstr "Soporte Responsive"
205
-
206
- #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
207
- #: ../views/admin.php:393
208
- msgid "Enabled"
209
- msgstr "Habilitado"
210
-
211
- #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
212
- #: ../views/admin.php:394
213
- msgid "Disabled"
214
- msgstr "Deshabilitado"
215
-
216
- #: ../views/admin.php:259
217
- msgid ""
218
- "If enabled, WordPress Popular Posts will strip height and width attributes "
219
- "out of thumbnails' image tags"
220
- msgstr ""
221
- "Si se activa, WordPress Popular Posts quitar&aacute; los atributos height y "
222
- "width de las etiquetas image de las miniaturas"
223
-
224
- #: ../views/admin.php:269
225
- msgid "Empty image cache"
226
- msgstr "Vaciar el cach&eacute; de im&aacute;genes"
227
-
228
- #: ../views/admin.php:270
229
- msgid "Use this button to clear WPP's thumbnails cache"
230
- msgstr ""
231
- "Utiliza este bot&oacute;n para vaciar el cach&eacute; de miniaturas de WPP"
232
-
233
- #: ../views/admin.php:288
234
- msgid "Data"
235
- msgstr "Datos"
236
-
237
- #: ../views/admin.php:293
238
- msgid "Log views from"
239
- msgstr "Registrar vistas de"
240
-
241
- #: ../views/admin.php:296
242
- msgid "Visitors only"
243
- msgstr "S&oacute;lo visitantes"
244
-
245
- #: ../views/admin.php:297
246
- msgid "Logged-in users only"
247
- msgstr "S&oacute;lo usuarios conectados"
248
-
249
- #: ../views/admin.php:298
250
- msgid "Everyone"
251
- msgstr "Todos"
252
-
253
- #: ../views/admin.php:304
254
- msgid "Ajaxify widget"
255
- msgstr "Usar Ajax con el widget"
256
-
257
- #: ../views/admin.php:312
258
- msgid ""
259
- "If you are using a caching plugin such as WP Super Cache, enabling this "
260
- "feature will keep the popular list from being cached by it"
261
- msgstr ""
262
- "Si est&aacute;s utilizando un plugin de cacheo como WP Super Cache, "
263
- "habilitar esta caracter&iacute;stica evitar&aacute; que la lista de entradas "
264
- "populares sea guardada en cach&eacute;"
265
-
266
- #: ../views/admin.php:316
267
- msgid "WPP Cache Expiry Policy"
268
- msgstr "WPP Pol&iacute;tica de Expiraci&oacute;n del Cache"
269
-
270
- #: ../views/admin.php:319
271
- msgid "Never cache"
272
- msgstr "Nunca almacenar en cach&eacute;"
273
-
274
- #: ../views/admin.php:320
275
- msgid "Enable caching"
276
- msgstr "Habilitar cach&eacute;"
277
-
278
- #: ../views/admin.php:324
279
- msgid ""
280
- "Sets WPP's cache expiration time. WPP can cache the popular list for a "
281
- "specified amount of time. Recommended for large / high traffic sites"
282
- msgstr ""
283
- "Configura lel tiempo de expiraci&oacute;n del cache de WPP. WPP puede "
284
- "almacenar en cach&eacute; el listado de entradas populares por una cantidad "
285
- "de tiempo especificada. Recomendado para sitios web grandes / de alto "
286
- "tr&aacute;fico"
287
-
288
- #: ../views/admin.php:328
289
- msgid "Refresh cache every"
290
- msgstr "Refrescar el cach&eacute; cada"
291
-
292
- #: ../views/admin.php:332
293
- msgid "Minute(s)"
294
- msgstr "Minuto(s)"
295
-
296
- #: ../views/admin.php:333
297
- msgid "Hour(s)"
298
- msgstr "Hora(s)"
299
-
300
- #: ../views/admin.php:334
301
- msgid "Day(s)"
302
- msgstr "D&iacute;a(s)"
303
-
304
- #: ../views/admin.php:335
305
- msgid "Week(s)"
306
- msgstr "Semana(s)"
307
-
308
- #: ../views/admin.php:336
309
- msgid "Month(s)"
310
- msgstr "Mes(es)"
311
-
312
- #: ../views/admin.php:337
313
- msgid "Year(s)"
314
- msgstr "A&ntilde;o(s)"
315
-
316
- #: ../views/admin.php:340
317
- msgid "Really? That long?"
318
- msgstr "&iquest;En serio? &iquest;Tanto tiempo?"
319
-
320
- #: ../views/admin.php:344
321
- msgid "Data Sampling"
322
- msgstr "Sampleo de Datos"
323
-
324
- #: ../views/admin.php:352
325
- #, php-format
326
- msgid ""
327
- "By default, WordPress Popular Posts stores in database every single visit "
328
- "your site receives. For small / medium sites this is generally OK, but on "
329
- "large / high traffic sites the constant writing to the database may have an "
330
- "impact on performance. With data sampling, WordPress Popular Posts will "
331
- "store only a subset of your traffic and report on the tendencies detected in "
332
- "that sample set (for more on <em>data sampling</em>, please <a href=\"%1$s\" "
333
- "target=\"_blank\">read here</a>)"
334
- msgstr ""
335
- "Por defecto, WordPress Popular Posts almacena en la base de datos todas y "
336
- "cada una de las visitas que tu sitio recibe. Para sitios web peque&ntilde;"
337
- "os / medianos esto est&aacute; bien, pero en sitios grandes / de alto "
338
- "tr&aacute;fico la escritura constante en la base de datos pudiera causar un "
339
- "impacto en el rendimiento. Con el sampleo de datos, WordPress Popular Posts "
340
- "almacenar&aacute; s&oacute;lo un subconjunto de tu tr&aacute;fico y "
341
- "reportar&aacute; de acuerdo a las tendencias detectadas en dicho sub "
342
- "conjunto (para mayor informaci&oacute;n acerca de; <em>sampleo de data</em>, "
343
- "por favor <a href=\"%1$s\" target=\"_blank\">leer aqu&iacute;</a>)"
344
-
345
- #: ../views/admin.php:356
346
- msgid "Sample Rate"
347
- msgstr "Rata de Sampleo"
348
-
349
- #: ../views/admin.php:360
350
- #, php-format
351
- msgid ""
352
- "A sampling rate of %d is recommended for large / high traffic sites. For "
353
- "lower traffic sites, you should lower the value"
354
- msgstr ""
355
- "Se recomienda una rata de sampleo de %d para sitios grandes / de alto "
356
- "tr&aacute;fico. Para sitios con menos tr&aacute;fico, deber&iacute;as "
357
- "disminuir el valor"
358
-
359
- #: ../views/admin.php:375
360
- msgid "Miscellaneous"
361
- msgstr "Miscel&aacute;neos"
362
-
363
- #: ../views/admin.php:380
364
- msgid "Open links in"
365
- msgstr "Abrir links en"
366
-
367
- #: ../views/admin.php:383
368
- msgid "Current window"
369
- msgstr "Ventana actual"
370
-
371
- #: ../views/admin.php:384
372
- msgid "New tab/window"
373
- msgstr "Nueva pesta&ntilde;a/ventana"
374
-
375
- #: ../views/admin.php:390
376
- msgid "Use plugin's stylesheet"
377
- msgstr "Utilizar la hoja de estilos del plugin"
378
-
379
- #: ../views/admin.php:397
380
- msgid ""
381
- "By default, the plugin includes a stylesheet called wpp.css which you can "
382
- "use to style your popular posts listing. If you wish to use your own "
383
- "stylesheet or do not want it to have it included in the header section of "
384
- "your site, use this."
385
- msgstr ""
386
- "Por defecto, el plugin incluye una hoja de estilos llamada wpp.css que "
387
- "puedes utilizar para darle estilos a tu listado de entradas populares. Si "
388
- "deseas utilizar tu propia hoja de estilos, o no quieres que wpp.css se "
389
- "incluya en el header de tu sitio web, utiliza esto."
390
-
391
- #: ../views/admin.php:414
392
- msgid ""
393
- "WordPress Popular Posts maintains data in two separate tables: one for "
394
- "storing the most popular entries on a daily basis (from now on, \"cache\"), "
395
- "and another one to keep the All-time data (from now on, \"historical data\" "
396
- "or just \"data\"). If for some reason you need to clear the cache table, or "
397
- "even both historical and cache tables, please use the buttons below to do so."
398
- msgstr ""
399
- "WordPress Popular Posts mantiene la data en dos tablas separadas: una para "
400
- "guardar diariamente las entradas m&aacute;s populares (\"cach&eacute;\", de "
401
- "aqu&iacute; en adelante), y otra tabla para almacenar la data de Todos los "
402
- "tiempos (\"data hist&oacute;rica\" o simplemente \"data\"). Si por alguna "
403
- "raz&oacute;n necesitas vaciar la tabla cach&eacute;, o inclusive las dos "
404
- "tablas hist&oacute;ricas y de cach&eacute;, por favor utiliza los botones de "
405
- "abajo."
406
-
407
- #: ../views/admin.php:415
408
- msgid "Empty cache"
409
- msgstr "Vaciar el cach&eacute;"
410
-
411
- #: ../views/admin.php:415
412
- msgid "Use this button to manually clear entries from WPP cache only"
413
- msgstr ""
414
- "Utiliza este bot&oacute;n para vaciar manualmente s&oacute;lo las entradas "
415
- "del cach&eacute; de WPP"
416
-
417
- #: ../views/admin.php:416
418
- msgid "Clear all data"
419
- msgstr "Eliminar toda la data"
420
-
421
- #: ../views/admin.php:416
422
- msgid "Use this button to manually clear entries from all WPP data tables"
423
- msgstr ""
424
- "Utiliza este bot&oacute;n para limpiar manualmente las tablas de datos de WPP"
425
-
426
- #: ../views/admin.php:423
427
- #, php-format
428
- msgid ""
429
- "With the following parameters you can customize the popular posts list when "
430
- "using either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or "
431
- "the <a href=\"%2$s\">[wpp] shortcode</a>."
432
- msgstr ""
433
- "Con los siguientes par&aacute;metros puedes personalizar la lista de "
434
- "entradas populares al utilizar tanto el <a href=\"%1$s"
435
- "\">wpp_get_most_popular() template tag</a> como el <a href=\"%2$s\">[wpp] "
436
- "shortcode</a>."
437
-
438
- #: ../views/admin.php:431
439
- msgid "Parameter"
440
- msgstr "Par&aacute;metro"
441
-
442
- #: ../views/admin.php:432 ../views/admin.php:746
443
- msgid "What it does "
444
- msgstr "Qu&eacute; hace"
445
-
446
- #: ../views/admin.php:433
447
- msgid "Possible values"
448
- msgstr "Valores posibles"
449
-
450
- #: ../views/admin.php:434
451
- msgid "Defaults to"
452
- msgstr "Por defecto"
453
-
454
- #: ../views/admin.php:435 ../views/admin.php:748
455
- msgid "Example"
456
- msgstr "Ejemplo"
457
-
458
- #: ../views/admin.php:441
459
- msgid "Sets a heading for the list"
460
- msgstr "Configura el encabezado de la lista"
461
-
462
- #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
463
- #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
464
- #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
465
- #: ../views/admin.php:624
466
- msgid "Text string"
467
- msgstr "Texto"
468
-
469
- #: ../views/admin.php:443
470
- msgid "Popular Posts"
471
- msgstr "Entradas Populares"
472
-
473
- #: ../views/admin.php:448
474
- msgid "Set the opening tag for the heading of the list"
475
- msgstr "Configura la etiqueta de apertura para el encabezado de la lista"
476
-
477
- #: ../views/admin.php:455
478
- msgid "Set the closing tag for the heading of the list"
479
- msgstr "Configura la etiqueta de cierre para el encabezado de la lista"
480
-
481
- #: ../views/admin.php:462
482
- msgid "Sets the maximum number of popular posts to be shown on the listing"
483
- msgstr ""
484
- "Configura el m&aacute;ximo de entradas populares a ser mostradas en la lista"
485
-
486
- #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
487
- #: ../views/admin.php:554 ../views/admin.php:561
488
- msgid "Positive integer"
489
- msgstr "Entero positivo"
490
-
491
- #: ../views/admin.php:469
492
- msgid ""
493
- "Tells WordPress Popular Posts to retrieve the most popular entries within "
494
- "the time range specified by you"
495
- msgstr ""
496
- "Le indica a WordPress Popular Posts que debe listar aquellas entradas que "
497
- "hayan sido populares dentro del rango de tiempo especificado por ti"
498
-
499
- #: ../views/admin.php:476
500
- msgid ""
501
- "Tells WordPress Popular Posts to retrieve the most popular entries published "
502
- "within the time range specified by you"
503
- msgstr ""
504
- "Le indica a WordPress Popular Posts que debe listar aquellas entradas "
505
- "populares publicadas dentro del rango de tiempo especificado por ti"
506
-
507
- #: ../views/admin.php:483
508
- msgid "Sets the sorting option of the popular posts"
509
- msgstr "Configura el ordenado de las entradas populares"
510
-
511
- #: ../views/admin.php:484
512
- msgid "(for average views per day)"
513
- msgstr "(para el porcentaje de vistas por d&iacute;a)"
514
-
515
- #: ../views/admin.php:490
516
- msgid "Defines the type of posts to show on the listing"
517
- msgstr "Define el tipo de entrada a mostrar en el listado"
518
-
519
- #: ../views/admin.php:497
520
- msgid ""
521
- "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) "
522
- "form the listing."
523
- msgstr ""
524
- "Si se configura, WordPress Popular Posts excluir&aacute; todos los IDs de "
525
- "las entradas especificadas."
526
-
527
- #: ../views/admin.php:499 ../views/admin.php:506 ../views/admin.php:513
528
- msgid "None"
529
- msgstr "Ninguno"
530
-
531
- #: ../views/admin.php:504
532
- msgid ""
533
- "If set, WordPress Popular Posts will retrieve all entries that belong to the "
534
- "specified category(ies) ID(s). If a minus sign is used, the category(ies) "
535
- "will be excluded instead."
536
- msgstr ""
537
- "Si se configura, WordPress Popular Posts mostrar&aacute; todas las entradas "
538
- "que pertenecen a la(s) categor&iacute;a(s) especificada(s). Si se usa un "
539
- "signo negativo, la(s) categor&iacute;a(s) ser&aacute;(n) exclu&iacute;da(s)."
540
-
541
- #: ../views/admin.php:511
542
- msgid ""
543
- "If set, WordPress Popular Posts will retrieve all entries created by "
544
- "specified author(s) ID(s)."
545
- msgstr ""
546
- "Si se configura, WordPress Popular Posts traer&aacute; todas las entradas "
547
- "creadas por el (los) ID(s) de autor(es) especificado(s)."
548
-
549
- #: ../views/admin.php:518
550
- msgid ""
551
- "If set, WordPress Popular Posts will shorten each post title to \"n\" "
552
- "characters whenever possible"
553
- msgstr ""
554
- "Si se configura, WordPress Popular Posts acortar&aacute; cada titulo en \"n"
555
- "\" caracteres cuando sea posible"
556
-
557
- #: ../views/admin.php:525
558
- msgid ""
559
- "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" "
560
- "words instead of characters"
561
- msgstr ""
562
- "Si se pasa el valor 1, WordPress Popular Posts acortar&aacute; cada titulo "
563
- "en \"n\" palabras en vez de caracteres"
564
-
565
- #: ../views/admin.php:532
566
- msgid ""
567
- "If set, WordPress Popular Posts will build and include an excerpt of \"n\" "
568
- "characters long from the content of each post listed as popular"
569
- msgstr ""
570
- "Si se configura, WordPress Popular Posts construir&aacute; e incluir&aacute; "
571
- "un extracto de \"n\" caracteres del contenido de cada entrada listada como "
572
- "popular"
573
-
574
- #: ../views/admin.php:539
575
- msgid ""
576
- "If set, WordPress Popular Posts will maintaing all styling tags (strong, "
577
- "italic, etc) and hyperlinks found in the excerpt"
578
- msgstr ""
579
- "Si se configura, WordPress Popular Posts mantendr&aacute; todas las "
580
- "etiquetas de estilo (strong, italic, etc) y los hiperv&iacute;nculos "
581
- "encontrados en el extracto"
582
-
583
- #: ../views/admin.php:546
584
- msgid ""
585
- "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words "
586
- "instead of characters"
587
- msgstr ""
588
- "Si se configura, WordPress Popular Posts acortar&aacute; el resumen en \"n\" "
589
- "palabras en vez de caracteres"
590
-
591
- #: ../views/admin.php:553
592
- msgid ""
593
- "If set, and if your current server configuration allows it, you will be able "
594
- "to display thumbnails of your posts. This attribute sets the width for "
595
- "thumbnails"
596
- msgstr ""
597
- "Si se configura, y si la configuraci&oacute;n actual de tu servidor lo "
598
- "permite, podr&aacute;s mostrar miniaturas de tus entradas. Este atributo "
599
- "configura el ancho de tus miniaturas"
600
-
601
- #: ../views/admin.php:560
602
- msgid ""
603
- "If set, and if your current server configuration allows it, you will be able "
604
- "to display thumbnails of your posts. This attribute sets the height for "
605
- "thumbnails"
606
- msgstr ""
607
- "Si se configura, y si la configuraci&oacute;n actual de tu servidor lo "
608
- "permite, podr&aacute;s mostrar miniaturas de tus entradas. Este atributo "
609
- "configura el alto de tus miniaturas"
610
-
611
- #: ../views/admin.php:567
612
- msgid ""
613
- "If set, and if the WP-PostRatings plugin is installed and enabled on your "
614
- "blog, WordPress Popular Posts will show how your visitors are rating your "
615
- "entries"
616
- msgstr ""
617
- "Si se configura, y si el plugin WP-PostRatings est&aacute; instalado y "
618
- "habilitado en tu blog, WordPress Popular Posts mostrar&aacute; como tus "
619
- "visitantes han calificado a tus entradas"
620
-
621
- #: ../views/admin.php:574
622
- msgid ""
623
- "If set, WordPress Popular Posts will show how many comments each popular "
624
- "post has got until now"
625
- msgstr ""
626
- "Si se configura, WordPress Popular Posts mostrar&aacute; cu&aacute;ntos "
627
- "comentarios ha obtenido cada entrada popular hasta ahora"
628
-
629
- #: ../views/admin.php:581
630
- msgid ""
631
- "If set, WordPress Popular Posts will show how many views each popular post "
632
- "has got since it was installed"
633
- msgstr ""
634
- "Si se configura, WordPress Popular Posts mostrar&aacute; cu&aacute;ntas "
635
- "vistas ha obtenido cada entrada popular desde que el plugin fue instalado"
636
-
637
- #: ../views/admin.php:588
638
- msgid ""
639
- "If set, WordPress Popular Posts will show who published each popular post on "
640
- "the list"
641
- msgstr ""
642
- "Si se configura, WordPress Popular Posts mostrar&aacute; qui&eacute;n "
643
- "public&oacute; cada entrada popular de la lista"
644
-
645
- #: ../views/admin.php:595
646
- msgid ""
647
- "If set, WordPress Popular Posts will display the date when each popular post "
648
- "on the list was published"
649
- msgstr ""
650
- "Si se tilda, WordPress Popular Posts mostrar&aacute; la fecha en la que fue "
651
- "publicada cada entrada popular"
652
-
653
- #: ../views/admin.php:602
654
- msgid "Sets the date format"
655
- msgstr "Configura el formato de la fecha"
656
-
657
- #: ../views/admin.php:609
658
- msgid "If set, WordPress Popular Posts will display the category"
659
- msgstr ""
660
- "Si se tilda, WordPress Popular Posts mostrar&aacute; la categor&iacute;a"
661
-
662
- #: ../views/admin.php:616
663
- msgid "Sets the opening tag for the listing"
664
- msgstr "Configura la etiqueta de apertura del listado"
665
-
666
- #: ../views/admin.php:623
667
- msgid "Sets the closing tag for the listing"
668
- msgstr "Configura la etiqueta de cierre del listado"
669
-
670
- #: ../views/admin.php:630
671
- msgid "Sets the HTML structure of each post"
672
- msgstr "Configura la estructura HTML de cada entrada"
673
-
674
- #: ../views/admin.php:631
675
- msgid "Text string, custom HTML"
676
- msgstr "Texto, HTML personalizado"
677
-
678
- #: ../views/admin.php:631
679
- msgid "Available Content Tags"
680
- msgstr "Content Tags disponibles"
681
-
682
- #: ../views/admin.php:631
683
- msgid "displays thumbnail linked to post/page"
684
- msgstr "muestra la miniatura vinculada a la entrada/p&aacute;gina"
685
-
686
- #: ../views/admin.php:631
687
- msgid "displays thumbnail image without linking to post/page"
688
- msgstr "muestra la imagen miniatura sin un link hacia la entrada/p&aacute;gina"
689
-
690
- #: ../views/admin.php:631
691
- msgid "displays linked post/page title"
692
- msgstr ""
693
- "muestra el t&iacute;tulo de la entrada/p&aacute;gina con v&iacute;nculo"
694
-
695
- #: ../views/admin.php:631
696
- msgid ""
697
- "displays post/page excerpt, and requires excerpt_length to be greater than 0"
698
- msgstr ""
699
- "muestra el resumen de la entrada/p&aacute;gina, requiere que excerpt_length "
700
- "sea mayor a 0"
701
-
702
- #: ../views/admin.php:631
703
- msgid "displays the default stats tags"
704
- msgstr "muestra el stats tag por defecto"
705
-
706
- #: ../views/admin.php:631
707
- msgid ""
708
- "displays post/page current rating, requires WP-PostRatings installed and "
709
- "enabled"
710
- msgstr ""
711
- "muestra el rating actual de la entrada/p&aacute;gina, requiere que WP-"
712
- "PostRatings est&eacute; instalado y activo"
713
-
714
- #: ../views/admin.php:631
715
- msgid ""
716
- "displays post/page current rating as an integer, requires WP-PostRatings "
717
- "installed and enabled"
718
- msgstr ""
719
- "muestra el rating actual de la entrada/p&aacute;gina como un entero, "
720
- "requiere que WP-PostRatings est&eacute; instalado y activo"
721
-
722
- #: ../views/admin.php:631
723
- msgid "outputs the URL of the post/page"
724
- msgstr "muestra la URL de la entrada/p&aacute;gina"
725
-
726
- #: ../views/admin.php:631
727
- msgid "displays post/page title, no link"
728
- msgstr ""
729
- "muestra el t&iacute;tulo de la entrada/p&aacute;gina, sin v&iacute;nculo"
730
-
731
- #: ../views/admin.php:631
732
- msgid "displays linked author name, requires stats_author=1"
733
- msgstr ""
734
- "muestra el nombre del autor con v&iacute;nculo, requiere stats_author=1"
735
-
736
- #: ../views/admin.php:631
737
- msgid "displays linked category name, requires stats_category=1"
738
- msgstr ""
739
- "muestra el nombre de la categor&iacute;a vinculado, requiere stats_category=1"
740
-
741
- #: ../views/admin.php:631
742
- msgid "displays views count only, no text"
743
- msgstr "muestra el n&uacute;mero de vistas, sin texto adicional"
744
-
745
- #: ../views/admin.php:631
746
- msgid "displays comments count only, no text, requires stats_comments=1"
747
- msgstr ""
748
- "muestra el n&uacute;mero de comentarios, sin texto adicional, requiere "
749
- "stats_comments=1"
750
-
751
- #: ../views/admin.php:631
752
- msgid "displays post/page date, requires stats_date=1"
753
- msgstr "muestra la fecha de la entrada/p&aacute;gina, requiere stats_date=1"
754
-
755
- #: ../views/admin.php:643
756
- msgid "What does \"Title\" do?"
757
- msgstr "&iquest;Para qu&eacute; es \"T&iacute;tulo\"?"
758
-
759
- #: ../views/admin.php:646
760
- msgid ""
761
- "It allows you to show a heading for your most popular posts listing. If left "
762
- "empty, no heading will be displayed at all."
763
- msgstr ""
764
- "Te permite mostrar un encabezado para tu lista de entradas populares. Si se "
765
- "deja vac&iacute;o, no se mostrar&aacute; el encabezado."
766
-
767
- #: ../views/admin.php:649
768
- msgid "What is Time Range for?"
769
- msgstr "&iquest;Para qu&eacute; es \"Rango de Tiempo\"?"
770
-
771
- #: ../views/admin.php:651
772
- msgid ""
773
- "It will tell WordPress Popular Posts to retrieve all posts with most views / "
774
- "comments within the selected time range."
775
- msgstr ""
776
- "Le indica a WordPress Popular Posts que muestre las entradas m&aacute;s "
777
- "vistas / comentadas en el rango de tiempo seleccionado."
778
-
779
- #: ../views/admin.php:654
780
- msgid "What is \"Sort post by\" for?"
781
- msgstr "&iquest;Para qu&eacute; es \"Ordenar entradas por\"?"
782
-
783
- #: ../views/admin.php:656
784
- msgid ""
785
- "It allows you to decide whether to order your popular posts listing by total "
786
- "views, comments, or average views per day."
787
- msgstr ""
788
- "Te permite decidir si ordenar tus entradas populares por la cantidad total "
789
- "de vistas, comentarios, o por el porcentaje diario de vistas."
790
-
791
- #: ../views/admin.php:659
792
- msgid "What does \"Display post rating\" do?"
793
- msgstr "&iquest;Qu&eacute; hace \"Mostrar rating de la entrada\"?"
794
-
795
- #: ../views/admin.php:661
796
- msgid ""
797
- "If checked, WordPress Popular Posts will show how your readers are rating "
798
- "your most popular posts. This feature requires having WP-PostRatings plugin "
799
- "installed and enabled on your blog for it to work."
800
- msgstr ""
801
- "Si se tilda, WordPress Popular Posts mostrar&aacute; c&oacute;mo tus "
802
- "lectores est&aacute;n calificando tus entradas populares. Esta "
803
- "caracter&iacute;stica requiere que el plugin WP-PostRatings est&eacute; "
804
- "instalado y habilitado en tu blog para que funcione."
805
-
806
- #: ../views/admin.php:664
807
- msgid "What does \"Shorten title\" do?"
808
- msgstr "&iquest;Qu&eacute; hace \"Acortar t&iacute;tulo\"?"
809
-
810
- #: ../views/admin.php:666
811
- msgid ""
812
- "If checked, all posts titles will be shortened to \"n\" characters/words. A "
813
- "new \"Shorten title to\" option will appear so you can set it to whatever "
814
- "you like."
815
- msgstr ""
816
- "Si se tilda, todos los t&iacute;tulos de las entradas se acortar&aacute;n \"n"
817
- "\" caracteres/palabras. Una nueva opci&oacute;n \"Acortar t&iacute;tulo en\" "
818
- "se mostrar&aacute; para que puedas configurarlo como quieras."
819
-
820
- #: ../views/admin.php:669
821
- msgid "What does \"Display post excerpt\" do?"
822
- msgstr "&iquest;Qu&eacute; hace \"Mostrar resumen de la entrada\"?"
823
-
824
- #: ../views/admin.php:671
825
- msgid ""
826
- "If checked, WordPress Popular Posts will also include a small extract of "
827
- "your posts in the list. Similarly to the previous option, you will be able "
828
- "to decide how long the post excerpt should be."
829
- msgstr ""
830
- "Si se tilda, WordPress Popular Posts incluir&aacute; un peque&ntilde;o "
831
- "extracto de tus entradas en la lista. Similar a la opci&oacute;n anterior, "
832
- "podr&aacute;s decidir qu&eacute; tan largo debe ser el extracto."
833
-
834
- #: ../views/admin.php:674
835
- msgid "What does \"Keep text format and links\" do?"
836
- msgstr "&iquest;Qu&eacute; hace \"Mantener el formato de texto y links\"?"
837
-
838
- #: ../views/admin.php:676
839
- msgid ""
840
- "If checked, and if the Post Excerpt feature is enabled, WordPress Popular "
841
- "Posts will keep the styling tags (eg. bold, italic, etc) that were found in "
842
- "the excerpt. Hyperlinks will remain intact, too."
843
- msgstr ""
844
- "Si se tilda, y si la opci&oacute;n Mostrar Resumen est&aacute; habilitada, "
845
- "WordPress Popular Posts mantendr&aacute; las etiquetas de estilos que se "
846
- "encontraron en el extracto. Los hiperv&iacute;nculos tambi&eacute;n se "
847
- "mantendr&aacute;n."
848
-
849
- #: ../views/admin.php:679
850
- msgid "What is \"Post type\" for?"
851
- msgstr "&iquest;Para qu&eacute; es el \"Post type\"?"
852
-
853
- #: ../views/admin.php:681
854
- msgid ""
855
- "This filter allows you to decide which post types to show on the listing. By "
856
- "default, it will retrieve only posts and pages (which should be fine for "
857
- "most cases)."
858
- msgstr ""
859
- "Este filtro te permite decidir que tipo de entradas deseas mostrar en el "
860
- "listado. Por defecto, trater&aacute; s&oacute;lo entradas y p&aacute;ginas "
861
- "(que es lo que se quiere, en la mayor&iacute;a de los casos)."
862
-
863
- #: ../views/admin.php:684
864
- msgid "What is \"Category(ies) ID(s)\" for?"
865
- msgstr "&iquest;Para qu&eacute; es el \"ID(s) de Categor&iacute;a(s)\"?"
866
-
867
- #: ../views/admin.php:686
868
- msgid ""
869
- "This filter allows you to select which categories should be included or "
870
- "excluded from the listing. A negative sign in front of the category ID "
871
- "number will exclude posts belonging to it from the list, for example. You "
872
- "can specify more than one ID with a comma separated list."
873
- msgstr ""
874
- "Este filtro te permite seleccionar qu&eacute; categor&iacute;as deber&iacute;"
875
- "an ser inclu&iacute;das o exclu&iacute;das del listado. Un signo negativo "
876
- "enfrente del ID de la categor&iacute;a la excluir&aacute; de la lista, por "
877
- "ejemplo. Puedes especificar m&aacute;s de un ID separ&aacute;ndolos con "
878
- "comas."
879
-
880
- #: ../views/admin.php:689
881
- msgid "What is \"Author(s) ID(s)\" for?"
882
- msgstr "&iquest;Para qu&eacute; es el \"ID de Autor(es)\"?"
883
-
884
- #: ../views/admin.php:691
885
- msgid ""
886
- "Just like the Category filter, this one lets you filter posts by author ID. "
887
- "You can specify more than one ID with a comma separated list."
888
- msgstr ""
889
- "Justo como el filtro de Categor&iacute;a, &eacute;ste te permite filtrar "
890
- "entradas por ID del autor. Puedes especificar m&aacute;s de un ID "
891
- "separ&aacute;ndolos con comas."
892
-
893
- #: ../views/admin.php:694
894
- msgid "What does \"Display post thumbnail\" do?"
895
- msgstr "&iquest;Qu&eacute; hace \"Mostrar miniatura de la entrada\"?"
896
-
897
- #: ../views/admin.php:696
898
- msgid ""
899
- "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail "
900
- "of each post. You can set up the source of the thumbnail via Settings - "
901
- "WordPress Popular Posts - Tools."
902
- msgstr ""
903
- "Si se tilda, WordPress Popular Posts intentar&aacute; obtener la imagen "
904
- "miniatura de cada entrada. Puedes configurar la fuente de la miniatura via "
905
- "Configuraci&oacute;n - Wordpress Popular Posts - Herramientas."
906
-
907
- #: ../views/admin.php:699
908
- msgid "What does \"Display comment count\" do?"
909
- msgstr "&iquest;Qu&eacute; hace \"Mostrar cantidad de comentarios\"?"
910
-
911
- #: ../views/admin.php:701
912
- msgid ""
913
- "If checked, WordPress Popular Posts will display how many comments each "
914
- "popular post has got in the selected Time Range."
915
- msgstr ""
916
- "Si se tilda, WordPress Popular Posts mostrar&aacute; cu&aacute;ntos "
917
- "comentarios ha obtenido cada entrada popular dentro del Rango de Tiempo "
918
- "seleccionado."
919
-
920
- #: ../views/admin.php:704
921
- msgid "What does \"Display views\" do?"
922
- msgstr "&iquest;Qu&eacute; hace \"Mostrar vistas\"?"
923
-
924
- #: ../views/admin.php:706
925
- msgid ""
926
- "If checked, WordPress Popular Posts will show how many pageviews a single "
927
- "post has gotten in the selected Time Range."
928
- msgstr ""
929
- "Si se tilda, WordPress Popular Posts mostrar&aacute; cu&aacute;ntas vistas "
930
- "ha obtenido cada entrada en el Rango de Tiempo seleccionado."
931
-
932
- #: ../views/admin.php:709
933
- msgid "What does \"Display author\" do?"
934
- msgstr "&iquest;Qu&eacute; hace \"Mostrar autor\"?"
935
-
936
- #: ../views/admin.php:711
937
- msgid ""
938
- "If checked, WordPress Popular Posts will display the name of the author of "
939
- "each entry listed."
940
- msgstr ""
941
- "Si se tilda, WordPress Popular Posts mostrar&aacute; el nombre del autor de "
942
- "cada entrada listada."
943
-
944
- #: ../views/admin.php:714
945
- msgid "What does \"Display date\" do?"
946
- msgstr "&iquest;Qu&eacute; hace \"Mostrar fecha\"?"
947
-
948
- #: ../views/admin.php:716
949
- msgid ""
950
- "If checked, WordPress Popular Posts will display the date when each popular "
951
- "posts was published."
952
- msgstr ""
953
- "Si se tilda, WordPress Popular Posts mostrar&aacute; la fecha en la que fue "
954
- "publicada cada entrada popular."
955
-
956
- #: ../views/admin.php:719
957
- msgid "What does \"Display category\" do?"
958
- msgstr "&iquest;Qu&eacute; hace \"Mostrar categor&iacute;a\"?"
959
-
960
- #: ../views/admin.php:721
961
- msgid ""
962
- "If checked, WordPress Popular Posts will display the category of each post."
963
- msgstr ""
964
- "Si se tilda, WordPress Popular Posts mostrar&aacute; la categor&iacute;a de "
965
- "cada entrada."
966
-
967
- #: ../views/admin.php:724
968
- msgid "What does \"Use custom HTML Markup\" do?"
969
- msgstr "&iquest;Qu&eacute; hace \"Utilizar Markup HTML personalizado\"?"
970
-
971
- #: ../views/admin.php:726
972
- msgid ""
973
- "If checked, you will be able to customize the HTML markup of your popular "
974
- "posts listing. For example, you can decide whether to wrap your posts in an "
975
- "unordered list, an ordered list, a div, etc. If you know xHTML/CSS, this is "
976
- "for you!"
977
- msgstr ""
978
- "Si se tilda, podr&aacute;s personalizad el markup HTML de tu listado de "
979
- "entradas populares. Por ejemplo, podr&aacute;s decidir si colocar tu listado "
980
- "en una lista desordenada, una ordenada, dentro de un div, etc. Si sabes "
981
- "xHTML/CSS, &iexcl;esto es para ti!"
982
-
983
- #: ../views/admin.php:729
984
- msgid "What are \"Content Tags\"?"
985
- msgstr "&iquest;Qu&eacute; son los \"Content Tags\"?"
986
-
987
- #: ../views/admin.php:731
988
- #, php-format
989
- msgid ""
990
- "Content Tags are codes to display a variety of items on your popular posts "
991
- "custom HTML structure. For example, setting it to \"{title}: "
992
- "{summary}\" (without the quotes) would display \"Post title: excerpt of the "
993
- "post here\". For more Content Tags, see the <a href=\"%s\" target=\"_blank"
994
- "\">Parameters</a> section."
995
- msgstr ""
996
- "Los Content Tags son etiquetas que sirven para mostrar una variedad de items "
997
- "en la estructura HTML de tu lista. Por ejemplo, configurarlo como \"{title}: "
998
- "{summary}\" (sin las comillas) mostrar&iacute;a \"T&iacute;tulo de la "
999
- "entrada: extracto de la entrada aqu&iacute;\". Para ver otras Content Tags, "
1000
- "ver la secci&oacute;n <a href=\"%s\" target=\"_blank\">Par&aacute;metros</a."
1001
-
1002
- #: ../views/admin.php:734
1003
- msgid "What are \"Template Tags\"?"
1004
- msgstr "&iquest;Qu&eacute; son los \"Template Tags\"?"
1005
-
1006
- #: ../views/admin.php:736
1007
- msgid ""
1008
- "Template Tags are simply php functions that allow you to perform certain "
1009
- "actions. For example, WordPress Popular Posts currently supports two "
1010
- "different template tags: wpp_get_mostpopular() and wpp_get_views()."
1011
- msgstr ""
1012
- "Los Template Tags son simplemente funciones php que nos permiten realizar "
1013
- "ciertas acciones. Por ejemplo, WordPress Popular Posts actualmente soporta "
1014
- "dos template tags diferentes: wpp_get_mostpopular() y wpp_get_views()."
1015
-
1016
- #: ../views/admin.php:739
1017
- msgid "What are the template tags that WordPress Popular Posts supports?"
1018
- msgstr ""
1019
- "&iquest;Cu&aacute;les son los Template Tags soportados por WordPress Popular "
1020
- "Posts?"
1021
-
1022
- #: ../views/admin.php:741
1023
- msgid ""
1024
- "The following are the template tags supported by WordPress Popular Posts"
1025
- msgstr ""
1026
- "Los siguientes son los template tags soportados por WordPress Popular Posts"
1027
-
1028
- #: ../views/admin.php:745
1029
- msgid "Template tag"
1030
- msgstr "Template tag"
1031
-
1032
- #: ../views/admin.php:754
1033
- #, php-format
1034
- msgid ""
1035
- "Similar to the widget functionality, this tag retrieves the most popular "
1036
- "posts on your blog. This function also accepts <a href=\"%1$s\">parameters</"
1037
- "a> so you can customize your popular listing, but these are not required."
1038
- msgstr ""
1039
- "Parecido a la funcionalidad del widget, esta etiqueta obtiene las entradas "
1040
- "m&aacute;s populares de tu blog. Esta funci&oacute;n tambi&eacute;n acepta "
1041
- "<a href=\"%1$s\">par&aacute;metros</a> para que puedas personalizar el "
1042
- "listado, pero &eacute;stos no son requeridos."
1043
-
1044
- #: ../views/admin.php:755
1045
- #, php-format
1046
- msgid ""
1047
- "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete "
1048
- "list of attributes."
1049
- msgstr ""
1050
- "Por favor ver la <a href=\"%1$s\">secci&oacute;n Par&aacute;metros</a> para "
1051
- "la lista completa de atributos."
1052
-
1053
- #: ../views/admin.php:760
1054
- msgid ""
1055
- "Displays the number of views of a single post. Post ID is required or it "
1056
- "will return false."
1057
- msgstr ""
1058
- "Muestra la cantidad de vistas de una entrada. El ID de la entrada es "
1059
- "requerido, o la funci&oacute;n devolver&aacute; false."
1060
-
1061
- #: ../views/admin.php:761
1062
- msgid "Post ID"
1063
- msgstr "ID de la entrada"
1064
-
1065
- #: ../views/admin.php:768
1066
- msgid "What are \"shortcodes\"?"
1067
- msgstr "&iquest;Qu&eacute; son los \"shortcodes\"?"
1068
-
1069
- #: ../views/admin.php:770
1070
- #, php-format
1071
- msgid ""
1072
- "Shortcodes are similar to BB Codes, these allow us to call a php function by "
1073
- "simply typing something like [shortcode]. With WordPress Popular Posts, the "
1074
- "shortcode [wpp] will let you insert a list of the most popular posts in "
1075
- "posts content and pages too! For more information about shortcodes, please "
1076
- "visit the <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a> page."
1077
- msgstr ""
1078
- "Los Shortcodes son similares a los BB Codes, &eacute;stos nos permiten "
1079
- "llamar a una funci&oacute;n php simplemente escribiendo algo como "
1080
- "[shortcode]. Con WordPress Popular Posts, el shortcode [wpp] te "
1081
- "permitir&aacute; insertar una lista de las entradas m&aacute;s populares en "
1082
- "el contenido de tus entradas y en p&aacute;ginas tambi&eacute;n. Para mayor "
1083
- "informaci&oacute;n sobre los shortcodes, por favor visita la p&aacute;gina "
1084
- "<a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a>."
1085
-
1086
- #: ../views/admin.php:778
1087
- #, php-format
1088
- msgid "About WordPress Popular Posts %s"
1089
- msgstr "Acerca de WordPress Popular Posts %s"
1090
-
1091
- #: ../views/admin.php:779
1092
- msgid "This version includes the following changes"
1093
- msgstr "Esta versi&oacute;n incluye los siguientes cambios"
1094
-
1095
- #: ../views/admin.php:801
1096
- msgid "Do you like this plugin?"
1097
- msgstr "&iquest;Te gusta este plugin?"
1098
-
1099
- #: ../views/admin.php:808
1100
- msgid ""
1101
- "Each donation motivates me to keep releasing free stuff for the WordPress "
1102
- "community!"
1103
- msgstr ""
1104
- "&iexcl;Cada donaci&oacute;n me motiva a seguir publicando cosas gratuitas "
1105
- "para la comunidad de WordPress!"
1106
-
1107
- #: ../views/admin.php:809
1108
- #, php-format
1109
- msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
1110
- msgstr ""
1111
- "&iexcl;Puedes <a href=\"%s\" target=\"_blank\">dejar una rese&ntilde;a</a> "
1112
- "tambi&eacute;n!"
1113
-
1114
- #: ../views/admin.php:813
1115
- msgid "Need help?"
1116
- msgstr "&iquest;Necesitas ayuda?"
1117
-
1118
- #: ../views/admin.php:814
1119
- #, php-format
1120
- msgid ""
1121
- "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions "
1122
- "and feedback."
1123
- msgstr ""
1124
- "Visita <a href=\"%s\" target=\"_blank\">el foro</a> para obtener soporte, "
1125
- "hacer preguntas y dejar tu feedback."
1126
-
1127
- #: ../views/admin.php:815
1128
- msgid "Let's make this plugin even better!"
1129
- msgstr "&iexcl;Hagamos a este plugin inclusive mejor!"
1130
-
1131
- #: ../views/form.php:2
1132
- msgid "Title"
1133
- msgstr "T&iacute;tulo"
1134
-
1135
- #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24
1136
- #: ../views/form.php:34 ../views/form.php:40 ../views/form.php:43
1137
- #: ../views/form.php:52 ../views/form.php:55 ../views/form.php:63
1138
- #: ../views/form.php:66 ../views/form.php:73 ../views/form.php:101
1139
- #: ../views/form.php:103 ../views/form.php:105 ../views/form.php:107
1140
- #: ../views/form.php:119 ../views/form.php:125
1141
- msgid "What is this?"
1142
- msgstr "&iquest;Qu&eacute; es esto?"
1143
-
1144
- #: ../views/form.php:7
1145
- msgid "Show up to"
1146
- msgstr "Mostrar hasta"
1147
-
1148
- #: ../views/form.php:8
1149
- msgid "posts"
1150
- msgstr "entradas"
1151
-
1152
- #: ../views/form.php:12
1153
- msgid "Sort posts by"
1154
- msgstr "Ordenar entradas por"
1155
-
1156
- #: ../views/form.php:14
1157
- msgid "Comments"
1158
- msgstr "Comentarios"
1159
-
1160
- #: ../views/form.php:15
1161
- msgid "Total views"
1162
- msgstr "Total de vistas"
1163
-
1164
- #: ../views/form.php:16
1165
- msgid "Avg. daily views"
1166
- msgstr "Porcentaje de vistas diarias"
1167
-
1168
- #: ../views/form.php:22
1169
- msgid "Filters"
1170
- msgstr "Filtros"
1171
-
1172
- #: ../views/form.php:24
1173
- msgid "Time Range"
1174
- msgstr "Rango de Tiempo"
1175
-
1176
- #: ../views/form.php:34
1177
- msgid "Post type(s)"
1178
- msgstr "Post type(s)"
1179
-
1180
- #: ../views/form.php:37
1181
- msgid "Post(s) ID(s) to exclude"
1182
- msgstr "ID(s) de Entrada(s) a excluir"
1183
-
1184
- #: ../views/form.php:40
1185
- msgid "Category(ies) ID(s)"
1186
- msgstr "ID(s) de Categor&iacute;a(s)"
1187
-
1188
- #: ../views/form.php:43
1189
- msgid "Author(s) ID(s)"
1190
- msgstr "ID(s) de Autor(es)"
1191
-
1192
- #: ../views/form.php:48
1193
- msgid "Posts settings"
1194
- msgstr "Configuraci&oacute;n de las entradas"
1195
-
1196
- #: ../views/form.php:52
1197
- msgid "Display post rating"
1198
- msgstr "Mostrar rating de la entrada"
1199
-
1200
- #: ../views/form.php:55
1201
- msgid "Shorten title"
1202
- msgstr "Acortar t&iacute;tulo"
1203
-
1204
- #: ../views/form.php:58
1205
- msgid "Shorten title to"
1206
- msgstr "Acortar t&iacute;tulo en"
1207
-
1208
- #: ../views/form.php:59 ../views/form.php:69
1209
- msgid "characters"
1210
- msgstr "caracteres"
1211
-
1212
- #: ../views/form.php:60 ../views/form.php:70
1213
- msgid "words"
1214
- msgstr "palabras"
1215
-
1216
- #: ../views/form.php:63
1217
- msgid "Display post excerpt"
1218
- msgstr "Mostrar resumen de la entrada"
1219
-
1220
- #: ../views/form.php:66
1221
- msgid "Keep text format and links"
1222
- msgstr "Mantener formato de texto y links"
1223
-
1224
- #: ../views/form.php:67
1225
- msgid "Excerpt length"
1226
- msgstr "Largo del resumen"
1227
-
1228
- #: ../views/form.php:73
1229
- msgid "Display post thumbnail"
1230
- msgstr "Mostrar miniatura"
1231
-
1232
- #: ../views/form.php:76
1233
- msgid "Use predefined size"
1234
- msgstr "Utilizar un tama&ntilde;o predefinido"
1235
-
1236
- #: ../views/form.php:88
1237
- msgid "Set size manually"
1238
- msgstr "Configurar el tama&ntilde;o manualmente"
1239
-
1240
- #: ../views/form.php:90
1241
- msgid "Width"
1242
- msgstr "Ancho"
1243
-
1244
- #: ../views/form.php:91 ../views/form.php:94
1245
- msgid "px"
1246
- msgstr "px"
1247
-
1248
- #: ../views/form.php:93
1249
- msgid "Height"
1250
- msgstr "Alto"
1251
-
1252
- #: ../views/form.php:99
1253
- msgid "Stats Tag settings"
1254
- msgstr "Configuraci&oacute;n del Stats Tag"
1255
-
1256
- #: ../views/form.php:101
1257
- msgid "Display comment count"
1258
- msgstr "Mostrar cantidad de comentarios"
1259
-
1260
- #: ../views/form.php:103
1261
- msgid "Display views"
1262
- msgstr "Mostrar vistas"
1263
-
1264
- #: ../views/form.php:105
1265
- msgid "Display author"
1266
- msgstr "Mostrar autor"
1267
-
1268
- #: ../views/form.php:107
1269
- msgid "Display date"
1270
- msgstr "Mostrar fecha"
1271
-
1272
- #: ../views/form.php:110
1273
- msgid "Date Format"
1274
- msgstr "Formato de la fecha"
1275
-
1276
- #: ../views/form.php:112
1277
- msgid "WordPress Date Format"
1278
- msgstr "Formato de fecha de WordPress"
1279
-
1280
- #: ../views/form.php:119
1281
- msgid "Display category"
1282
- msgstr "Mostrar categor&iacute;a"
1283
-
1284
- #: ../views/form.php:123
1285
- msgid "HTML Markup settings"
1286
- msgstr "Configuraci&oacute;n del Markup HTML"
1287
-
1288
- #: ../views/form.php:125
1289
- msgid "Use custom HTML Markup"
1290
- msgstr "Utilizar Markup HTML personalizado"
1291
-
1292
- #: ../views/form.php:128
1293
- msgid "Before / after title"
1294
- msgstr "Antes / despu&eacute;s del t&iacute;tulo"
1295
-
1296
- #: ../views/form.php:131
1297
- msgid "Before / after Popular Posts"
1298
- msgstr "Antes / despu&eacute;s de las entradas populares"
1299
-
1300
- #: ../views/form.php:134
1301
- msgid "Post HTML Markup"
1302
- msgstr "Markup HTML de la Entrada"
1303
-
1304
- #: ../wordpress-popular-posts.php:302
1305
- msgid "The most Popular Posts on your blog."
1306
- msgstr "Las entradas m&aacute;s populares en tu blog."
1307
-
1308
- #: ../wordpress-popular-posts.php:467
1309
- msgid ""
1310
- "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing "
1311
- "the <em>id</em> attribute on before_widget (see <a href=\"http://codex."
1312
- "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1313
- "\"nofollow\">register_sidebar</a> for more)."
1314
- msgstr ""
1315
- "Error: no es posible ajaxificar WordPress Popular Posts en este tema. Falta "
1316
- "el atributo <em>id</em> en before_widget (ver <a href=\"http://codex."
1317
- "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1318
- "\"nofollow\">register_sidebar</a> para m&aacute;s informaci&oacute;n)."
1319
-
1320
- #: ../wordpress-popular-posts.php:711
1321
- msgid "Upload"
1322
- msgstr "Subir"
1323
-
1324
- #: ../wordpress-popular-posts.php:1087
1325
- #, php-format
1326
- msgid ""
1327
- "Your PHP installation is too old. WordPress Popular Posts requires at least "
1328
- "PHP version %1$s to function correctly. Please contact your hosting provider "
1329
- "and ask them to upgrade PHP to %1$s or higher."
1330
- msgstr ""
1331
- "Tu versi&oacute;n de PHP es muy antigua. El plugin WordPress Popular Posts "
1332
- "requiere al menos PHP version %1$s para funcionar correctamente. Por favor "
1333
- "contacta a tu proveedor de hosting y solicita que se actualice PHP a %1$s o "
1334
- "mejor."
1335
-
1336
- #: ../wordpress-popular-posts.php:1094
1337
- #, php-format
1338
- msgid ""
1339
- "Your WordPress version is too old. WordPress Popular Posts requires at least "
1340
- "WordPress version %1$s to function correctly. Please update your blog via "
1341
- "Dashboard &gt; Update."
1342
- msgstr ""
1343
- "Tu versi&oacute;n de WordPress es muy antigua. El plugin WordPress Popular "
1344
- "Posts requiere al menos la versi&oacute;n %1$s para funcionar correctamente. "
1345
- "Por favor actualiza tu blog via Escritorio &gt; Actualizaciones."
1346
-
1347
- #: ../wordpress-popular-posts.php:1119
1348
- #, php-format
1349
- msgid ""
1350
- "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</"
1351
- "strong>.</p></div>"
1352
- msgstr ""
1353
- "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> ha sido <strong>desactivado</"
1354
- "strong>.</p></div>"
1355
-
1356
- #: ../wordpress-popular-posts.php:1179
1357
- msgid "Success! The cache table has been cleared!"
1358
- msgstr "&iexcl;&Eacute;xito! &iexcl;La tabla cach&eacute; ha sido borrada!"
1359
-
1360
- #: ../wordpress-popular-posts.php:1181
1361
- msgid "Error: cache table does not exist."
1362
- msgstr "Error: la tabla cach&eacute; no existe."
1363
-
1364
- #: ../wordpress-popular-posts.php:1188
1365
- msgid "Success! All data have been cleared!"
1366
- msgstr "&iexcl;&Eacute;xito! &iexcl;Toda la data ha sido borrada!"
1367
-
1368
- #: ../wordpress-popular-posts.php:1190
1369
- msgid "Error: one or both data tables are missing."
1370
- msgstr "Error: una o ambas tablas de datos no existen."
1371
-
1372
- #: ../wordpress-popular-posts.php:1193 ../wordpress-popular-posts.php:1231
1373
- msgid "Invalid action."
1374
- msgstr "Acci&oacute;n inv&aacute;lida."
1375
-
1376
- #: ../wordpress-popular-posts.php:1196 ../wordpress-popular-posts.php:1234
1377
- msgid ""
1378
- "Sorry, you do not have enough permissions to do this. Please contact the "
1379
- "site administrator for support."
1380
- msgstr ""
1381
- "Lo lamento, no tienes permisos suficientes para hacer esto. Por favor "
1382
- "contacta al administrador del sitio."
1383
-
1384
- #: ../wordpress-popular-posts.php:1226
1385
- msgid "Success! All files have been deleted!"
1386
- msgstr "&iexcl;&Eacute;xito! &iexcl;Todos los archivos han sido borrados!"
1387
-
1388
- #: ../wordpress-popular-posts.php:1228
1389
- msgid "The thumbnail cache is already empty!"
1390
- msgstr "&iexcl;El cache de miniaturas ya est&aacute; vac&iacute;o!"
1391
-
1392
- #: ../wordpress-popular-posts.php:1778
1393
- msgid "Sorry. No data so far."
1394
- msgstr "Lo lamentamos. No hay nada que mostrar a&uacute;n."
1395
-
1396
- #: ../wordpress-popular-posts.php:2305
1397
- #, php-format
1398
- msgid "1 comment"
1399
- msgid_plural "%s comments"
1400
- msgstr[0] "1 comentario"
1401
- msgstr[1] "%s comentarios"
1402
-
1403
- #: ../wordpress-popular-posts.php:2317
1404
- #, php-format
1405
- msgid "1 view per day"
1406
- msgid_plural "%s views per day"
1407
- msgstr[0] "1 vista por d&iacute;a"
1408
- msgstr[1] "%s vistas por d&iacute;a"
1409
-
1410
- #: ../wordpress-popular-posts.php:2323
1411
- #, php-format
1412
- msgid "1 view"
1413
- msgid_plural "%s views"
1414
- msgstr[0] "1 vista"
1415
- msgstr[1] "%s vistas"
1416
-
1417
- #: ../wordpress-popular-posts.php:2346
1418
- #, php-format
1419
- msgid "by %s"
1420
- msgstr "por %s"
1421
-
1422
- #: ../wordpress-popular-posts.php:2352
1423
- #, php-format
1424
- msgid "posted on %s"
1425
- msgstr "publicado el %s"
1426
-
1427
- #: ../wordpress-popular-posts.php:2360
1428
- #, php-format
1429
- msgid "under %s"
1430
- msgstr "bajo %s"
1431
-
1432
- #~ msgid "Listing refresh interval"
1433
- #~ msgstr "Intervalo de refrescamiento del listado"
1434
-
1435
- #~ msgid "Live"
1436
- #~ msgstr "En vivo"
1437
-
1438
- #~ msgid "Custom interval"
1439
- #~ msgstr "Intervalo personalizado"
1440
-
1441
- #~ msgid ""
1442
- #~ "Sets how often the listing should be updated. For most sites the Live "
1443
- #~ "option should be fine, however if you are experiencing slowdowns or your "
1444
- #~ "blog gets a lot of visitors then you might want to change the refresh rate"
1445
- #~ msgstr ""
1446
- #~ "Configura cu&aacute;n frecuentemente debe actualizarse listado. Para la "
1447
- #~ "mayor&iacute;a de los sitios la opci&oacute;n En Vivo deber&iacute;a "
1448
- #~ "estar bien, sin embargo si est&aacute;s experimentando lentitud o tu blog "
1449
- #~ "recibe muchos visitantes entonces quiz&aacute;s prefieras cambiar la tasa "
1450
- #~ "de refrescamiento"
1451
-
1452
- #~ msgid "Refresh list every"
1453
- #~ msgstr "Refrescar la lista cada"
1454
-
1455
- #~ msgid ""
1456
- #~ "Please refer to \"List of parameters accepted by wpp_get_mostpopular() "
1457
- #~ "and the [wpp] shortcode\"."
1458
- #~ msgstr ""
1459
- #~ "Por favor revisa \"Listado de par&aacute;metros aceptados por "
1460
- #~ "wpp_get_mostpopular() y el shortcode [wpp]\"."
1461
-
1462
- #~ msgid ""
1463
- #~ "List of parameters accepted by wpp_get_mostpopular() and the [wpp] "
1464
- #~ "shortcode"
1465
- #~ msgstr ""
1466
- #~ "Lista de par&aacute;metros aceptados por wpp_get_mostpopular() y el "
1467
- #~ "shortcode [wpp]"
1468
-
1469
- #~ msgid ""
1470
- #~ "These parameters can be used by both the template tag "
1471
- #~ "wpp_get_most_popular() and the shortcode [wpp]."
1472
- #~ msgstr ""
1473
- #~ "Estos par&aacute;metros pueden ser utilizados tanto por el template tag "
1474
- #~ "wpp_get_mostpopular() como por el shortcode [wpp]."
1475
-
1476
- #~ msgid "Preview"
1477
- #~ msgstr "Vista previa"
1478
-
1479
- #~ msgid "Excerpt Properties"
1480
- #~ msgstr "Propiedades del resumen"
1481
-
1482
- #~ msgid "Thumbnail settings"
1483
- #~ msgstr "Configuraci&oacute;n de miniatura"
1484
-
1485
- #~ msgid ""
1486
- #~ "Here you will find a handy group of options to tweak Wordpress Popular "
1487
- #~ "Posts."
1488
- #~ msgstr ""
1489
- #~ "Aqu&iacute; encontrar&aacute;s un &uacute;til grupo de opciones para "
1490
- #~ "ajustar a Wordpress Popular Posts."
1491
-
1492
- #~ msgid "Popular Posts links behavior"
1493
- #~ msgstr "Comportamiento de los link en las Entradas Populares"
1494
-
1495
- #~ msgid "Views logging behavior"
1496
- #~ msgstr "Comportamiento del registro de vistas"
1497
-
1498
- #~ msgid "Wordpress Popular Posts Stylesheet"
1499
- #~ msgstr "Hoja de estilos de Wordpress Popular Posts"
1500
-
1501
- #~ msgid "Data tools"
1502
- #~ msgstr "Herramientas de datos"
1503
-
1504
- #~ msgid "Popular posts listing refresh interval"
1505
- #~ msgstr "Intervalo de refrescamiento de las Entradas Populares"
1506
-
1507
- #~ msgid "Frequently Asked Questions"
1508
- #~ msgstr "Preguntas Frecuentes (FAQ)"
1509
-
1510
- #~ msgid "Sets the opening tag for each item on the list"
1511
- #~ msgstr "Configura la etiqueta de apertura de cada &iacute;tem del listado"
1512
-
1513
- #~ msgid "Sets the closing tag for each item on the list"
1514
- #~ msgstr "Configura la etiqueta de cierre de cada &iacute;tem del listado"
1515
-
1516
- #~ msgid ""
1517
- #~ "If set, this option will allow you to decide the order of the contents "
1518
- #~ "within each item on the list."
1519
- #~ msgstr ""
1520
- #~ "Si se configura, esta opci&oacute;n te permitir&aacute; decidir el orden "
1521
- #~ "de los contenidos dentro de cada item en la lista."
1522
-
1523
- #~ msgid ""
1524
- #~ "If set, you can decide the order of each content inside a single item on "
1525
- #~ "the list. For example, setting it to \"{title}: {summary}\" would output "
1526
- #~ "something like \"Your Post Title: summary here\". This attribute requires "
1527
- #~ "do_pattern to be true."
1528
- #~ msgstr ""
1529
- #~ "Si se configura, puedes decidir el orden de cada contenido dentro de cada "
1530
- #~ "item en la lista. Por ejemplo, configurarlo como \"{title}: {summary}\" "
1531
- #~ "mostrar&iacute;a \"El t&iacute;tulo de tu entrada: resumen aqu&iacute;\". "
1532
- #~ "Este atributo requiere que do_pattern sea true."
1533
-
1534
- #~ msgid "Available tags"
1535
- #~ msgstr "Etiquetas disponibles"
1536
-
1537
- #~ msgid "Rate it"
1538
- #~ msgstr "&iexcl;Calif&iacute;calo"
1539
-
1540
- #~ msgid "on the official Plugin Directory!"
1541
- #~ msgstr "en el Directorio Oficial de Plugins!"
1542
-
1543
- #~ msgid "Do you love this plugin?"
1544
- #~ msgstr "&iquest;Adoras este plugin?"
1545
-
1546
- #~ msgid "Buy me a beer!"
1547
- #~ msgstr "&iexcl;C&oacute;mprame una cerveza!"
1548
-
1549
- #~ msgid "comments"
1550
- #~ msgstr "comentarios"
1551
-
1552
- #~ msgid "views per day"
1553
- #~ msgstr "vistas por d&iacute;a"
1554
-
1555
- #~ msgid "views"
1556
- #~ msgstr "vistas"
1557
-
1558
- #~ msgid "by"
1559
- #~ msgstr "por"
1560
-
1561
- #~ msgid "What does \"Use content formatting tags\" do?"
1562
- #~ msgstr ""
1563
- #~ "&iquest;Qu&eacute; hace \"Utilizar etiquetas de formato de contenido\"?"
1564
-
1565
- #~ msgid "Before / after each post:"
1566
- #~ msgstr "Antes / despu&eacute;s de cada entrada"
1567
-
1568
- #~ msgid "Use content formatting tags"
1569
- #~ msgstr "Utilizar etiquetas de formato de contenido"
1570
-
1571
- #~ msgid "Content format:"
1572
- #~ msgstr "Formato de contenido:"
1573
-
1574
- #~ msgid "Wordpress Popular Posts Stats"
1575
- #~ msgstr "Estad&iacute;sticas de Wordpress Popular Posts"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Wordpress Popular Posts\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-24 13:30-0430\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
8
+ "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
9
+ "Language: es_ES\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;_n:1,2\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Generator: Poedit 1.7.6\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPath-1: ..\n"
20
+
21
+ #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
22
+ #: ../views/admin.php:75
23
+ msgid "Settings saved."
24
+ msgstr "Configuraci&oacute;n guardada."
25
+
26
+ #: ../views/admin.php:40
27
+ msgid "Please provide the name of your custom field."
28
+ msgstr "Por favor indica el nombre de tu custom field."
29
+
30
+ #: ../views/admin.php:81
31
+ msgid ""
32
+ "Any changes made to WPP's default stylesheet will be lost after every plugin "
33
+ "update. In order to prevent this from happening, please copy the wpp.css "
34
+ "file (located at wp-content/plugins/wordpress-popular-posts/style) into your "
35
+ "theme's directory"
36
+ msgstr ""
37
+ "Cualquier cambio hecho a la hoja de estilos por defecto de WPP se "
38
+ "perder&aacute; cada vez que el plugin se actualize. Para evitar esto, por "
39
+ "favor copia el archivo wpp.css (ubicado en wp-content/plugins/wordpress-"
40
+ "popular-posts/style) en la carpeta de tu tema actual."
41
+
42
+ #: ../views/admin.php:96
43
+ msgid ""
44
+ "This operation will delete all entries from WordPress Popular Posts' cache "
45
+ "table and cannot be undone."
46
+ msgstr ""
47
+ "Esta operaci\\363n borrar\\341 todas las entradas en el cach\\351 de "
48
+ "WordPress Popular Posts y no se puede deshacer."
49
+
50
+ #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
51
+ msgid "Do you want to continue?"
52
+ msgstr "Deseas continuar?"
53
+
54
+ #: ../views/admin.php:104
55
+ msgid ""
56
+ "This operation will delete all stored info from WordPress Popular Posts' "
57
+ "data tables and cannot be undone."
58
+ msgstr ""
59
+ "Esta operaci\\363n borrar\\341 toda la informaci\\363n guardada en las "
60
+ "tablas de WordPress Popular Posts y no puede ser reversado."
61
+
62
+ #: ../views/admin.php:112
63
+ msgid "This operation will delete all cached thumbnails and cannot be undone."
64
+ msgstr ""
65
+ "Esta operaci\\363n borrar\\341 todas las miniaturas en el cach\\351 y no se "
66
+ "puede deshacer."
67
+
68
+ #: ../views/admin.php:146
69
+ msgid "Stats"
70
+ msgstr "Estad&iacute;sticas"
71
+
72
+ #: ../views/admin.php:147
73
+ msgid "Tools"
74
+ msgstr "Herramientas"
75
+
76
+ #: ../views/admin.php:148 ../views/admin.php:747
77
+ msgid "Parameters"
78
+ msgstr "Par&aacute;metros"
79
+
80
+ #: ../views/admin.php:149
81
+ msgid "FAQ"
82
+ msgstr "FAQ"
83
+
84
+ #: ../views/admin.php:150
85
+ msgid "About"
86
+ msgstr "Acerca de"
87
+
88
+ #: ../views/admin.php:161
89
+ msgid ""
90
+ "Click on each tab to see what are the most popular entries on your blog in "
91
+ "the last 24 hours, this week, last 30 days or all time since WordPress "
92
+ "Popular Posts was installed."
93
+ msgstr ""
94
+ "Haz clic en cada pesta&ntilde;a para ver las entradas m&aacute;s populares "
95
+ "de tu blog en las &uacute;ltimas 24 horas, esta semana, los &uacute;ltimos "
96
+ "30 d&iacute;as o de todos los tiempos desde que WordPress Popular Posts fue "
97
+ "instalado."
98
+
99
+ #: ../views/admin.php:167
100
+ msgid "Order by comments"
101
+ msgstr "Ordenar por comentarios"
102
+
103
+ #: ../views/admin.php:168
104
+ msgid "Order by views"
105
+ msgstr "Ordenar por vistas"
106
+
107
+ #: ../views/admin.php:169
108
+ msgid "Order by avg. daily views"
109
+ msgstr "Ordenar por average de vistas diarias"
110
+
111
+ #: ../views/admin.php:171
112
+ msgid "Post type"
113
+ msgstr "Post type"
114
+
115
+ #: ../views/admin.php:172
116
+ msgid "Limit"
117
+ msgstr "L&iacute;mite"
118
+
119
+ #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
120
+ #: ../views/admin.php:403
121
+ msgid "Apply"
122
+ msgstr "Aplicar"
123
+
124
+ #: ../views/admin.php:177 ../views/form.php:32
125
+ msgid "Display only posts published within the selected Time Range"
126
+ msgstr ""
127
+ "Mostrar s&oacute;lo entradas publicadas en el Rango de Tiempo seleccionado"
128
+
129
+ #: ../views/admin.php:184 ../views/form.php:26
130
+ msgid "Last 24 hours"
131
+ msgstr "&Uacute;ltimas 24 horas"
132
+
133
+ #: ../views/admin.php:185 ../views/form.php:27
134
+ msgid "Last 7 days"
135
+ msgstr "&Uacute;ltimos 7 d&iacute;as"
136
+
137
+ #: ../views/admin.php:186 ../views/form.php:28
138
+ msgid "Last 30 days"
139
+ msgstr "&Uacute;ltimos 30 d&iacute;as"
140
+
141
+ #: ../views/admin.php:187 ../views/form.php:29
142
+ msgid "All-time"
143
+ msgstr "Todos los tiempos"
144
+
145
+ #: ../views/admin.php:209
146
+ msgid "Thumbnails"
147
+ msgstr "Miniaturas"
148
+
149
+ #: ../views/admin.php:214
150
+ msgid "Default thumbnail"
151
+ msgstr "Miniatura por defecto"
152
+
153
+ #: ../views/admin.php:219
154
+ msgid "Upload thumbnail"
155
+ msgstr "Subir miniatura"
156
+
157
+ #: ../views/admin.php:221
158
+ msgid ""
159
+ "How-to: upload (or select) an image, set Size to Full and click on Upload. "
160
+ "After it's done, hit on Apply to save changes"
161
+ msgstr ""
162
+ "Tutorial: sube (o selecciona) una imagen, selecciona Tama&ntilde;o Completo "
163
+ "y haz clic en Subir. Cuando termine, dale a Aplicar para guardar los cambios"
164
+
165
+ #: ../views/admin.php:225
166
+ msgid "Pick image from"
167
+ msgstr "Seleccionar imagen desde"
168
+
169
+ #: ../views/admin.php:228
170
+ msgid "Featured image"
171
+ msgstr "Imagen destacada"
172
+
173
+ #: ../views/admin.php:229
174
+ msgid "First image on post"
175
+ msgstr "Primera imagen de la entrada"
176
+
177
+ #: ../views/admin.php:230
178
+ msgid "Custom field"
179
+ msgstr "Custom field"
180
+
181
+ #: ../views/admin.php:233
182
+ msgid "Tell WordPress Popular Posts where it should get thumbnails from"
183
+ msgstr ""
184
+ "Dile a WordPress Popular Posts de d&oacute;nde debe obtener las miniaturas"
185
+
186
+ #: ../views/admin.php:237
187
+ msgid "Custom field name"
188
+ msgstr "Nombre del custom field"
189
+
190
+ #: ../views/admin.php:243
191
+ msgid "Resize image from Custom field?"
192
+ msgstr "&iexcl;Ajustar la imagen del Custom field?"
193
+
194
+ #: ../views/admin.php:246
195
+ msgid "No, I will upload my own thumbnail"
196
+ msgstr "No, subir&eacute; mi propia miniatura"
197
+
198
+ #: ../views/admin.php:247
199
+ msgid "Yes"
200
+ msgstr "S&iacute;"
201
+
202
+ #: ../views/admin.php:252
203
+ msgid "Responsive support"
204
+ msgstr "Soporte Responsive"
205
+
206
+ #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
207
+ #: ../views/admin.php:393
208
+ msgid "Enabled"
209
+ msgstr "Habilitado"
210
+
211
+ #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
212
+ #: ../views/admin.php:394
213
+ msgid "Disabled"
214
+ msgstr "Deshabilitado"
215
+
216
+ #: ../views/admin.php:259
217
+ msgid ""
218
+ "If enabled, WordPress Popular Posts will strip height and width attributes "
219
+ "out of thumbnails' image tags"
220
+ msgstr ""
221
+ "Si se activa, WordPress Popular Posts quitar&aacute; los atributos height y "
222
+ "width de las etiquetas image de las miniaturas"
223
+
224
+ #: ../views/admin.php:269
225
+ msgid "Empty image cache"
226
+ msgstr "Vaciar el cach&eacute; de im&aacute;genes"
227
+
228
+ #: ../views/admin.php:270
229
+ msgid "Use this button to clear WPP's thumbnails cache"
230
+ msgstr ""
231
+ "Utiliza este bot&oacute;n para vaciar el cach&eacute; de miniaturas de WPP"
232
+
233
+ #: ../views/admin.php:288
234
+ msgid "Data"
235
+ msgstr "Datos"
236
+
237
+ #: ../views/admin.php:293
238
+ msgid "Log views from"
239
+ msgstr "Registrar vistas de"
240
+
241
+ #: ../views/admin.php:296
242
+ msgid "Visitors only"
243
+ msgstr "S&oacute;lo visitantes"
244
+
245
+ #: ../views/admin.php:297
246
+ msgid "Logged-in users only"
247
+ msgstr "S&oacute;lo usuarios conectados"
248
+
249
+ #: ../views/admin.php:298
250
+ msgid "Everyone"
251
+ msgstr "Todos"
252
+
253
+ #: ../views/admin.php:304
254
+ msgid "Ajaxify widget"
255
+ msgstr "Usar Ajax con el widget"
256
+
257
+ #: ../views/admin.php:312
258
+ msgid ""
259
+ "If you are using a caching plugin such as WP Super Cache, enabling this "
260
+ "feature will keep the popular list from being cached by it"
261
+ msgstr ""
262
+ "Si est&aacute;s utilizando un plugin de cacheo como WP Super Cache, "
263
+ "habilitar esta caracter&iacute;stica evitar&aacute; que la lista de entradas "
264
+ "populares sea guardada en cach&eacute;"
265
+
266
+ #: ../views/admin.php:316
267
+ msgid "WPP Cache Expiry Policy"
268
+ msgstr "WPP Pol&iacute;tica de Expiraci&oacute;n del Cache"
269
+
270
+ #: ../views/admin.php:316 ../views/admin.php:344 ../views/form.php:2
271
+ #: ../views/form.php:12 ../views/form.php:24 ../views/form.php:34
272
+ #: ../views/form.php:40 ../views/form.php:43 ../views/form.php:52
273
+ #: ../views/form.php:55 ../views/form.php:63 ../views/form.php:66
274
+ #: ../views/form.php:73 ../views/form.php:101 ../views/form.php:103
275
+ #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:119
276
+ #: ../views/form.php:125
277
+ msgid "What is this?"
278
+ msgstr "&iquest;Qu&eacute; es esto?"
279
+
280
+ #: ../views/admin.php:319
281
+ msgid "Never cache"
282
+ msgstr "Nunca almacenar en cach&eacute;"
283
+
284
+ #: ../views/admin.php:320
285
+ msgid "Enable caching"
286
+ msgstr "Habilitar cach&eacute;"
287
+
288
+ #: ../views/admin.php:324
289
+ msgid ""
290
+ "Sets WPP's cache expiration time. WPP can cache the popular list for a "
291
+ "specified amount of time. Recommended for large / high traffic sites"
292
+ msgstr ""
293
+ "Configura lel tiempo de expiraci&oacute;n del cache de WPP. WPP puede "
294
+ "almacenar en cach&eacute; el listado de entradas populares por una cantidad "
295
+ "de tiempo especificada. Recomendado para sitios web grandes / de alto "
296
+ "tr&aacute;fico"
297
+
298
+ #: ../views/admin.php:328
299
+ msgid "Refresh cache every"
300
+ msgstr "Refrescar el cach&eacute; cada"
301
+
302
+ #: ../views/admin.php:332
303
+ msgid "Minute(s)"
304
+ msgstr "Minuto(s)"
305
+
306
+ #: ../views/admin.php:333
307
+ msgid "Hour(s)"
308
+ msgstr "Hora(s)"
309
+
310
+ #: ../views/admin.php:334
311
+ msgid "Day(s)"
312
+ msgstr "D&iacute;a(s)"
313
+
314
+ #: ../views/admin.php:335
315
+ msgid "Week(s)"
316
+ msgstr "Semana(s)"
317
+
318
+ #: ../views/admin.php:336
319
+ msgid "Month(s)"
320
+ msgstr "Mes(es)"
321
+
322
+ #: ../views/admin.php:337
323
+ msgid "Year(s)"
324
+ msgstr "A&ntilde;o(s)"
325
+
326
+ #: ../views/admin.php:340
327
+ msgid "Really? That long?"
328
+ msgstr "&iquest;En serio? &iquest;Tanto tiempo?"
329
+
330
+ #: ../views/admin.php:344
331
+ msgid "Data Sampling"
332
+ msgstr "Sampleo de Datos"
333
+
334
+ #: ../views/admin.php:352
335
+ #, php-format
336
+ msgid ""
337
+ "By default, WordPress Popular Posts stores in database every single visit "
338
+ "your site receives. For small / medium sites this is generally OK, but on "
339
+ "large / high traffic sites the constant writing to the database may have an "
340
+ "impact on performance. With <a href=\"%1$s\" target=\"_blank\">data "
341
+ "sampling</a>, WordPress Popular Posts will store only a subset of your "
342
+ "traffic and report on the tendencies detected in that sample set (for more, "
343
+ "<a href=\"%2$s\" target=\"_blank\">please read here</a>)"
344
+ msgstr ""
345
+ "Por defecto, WordPress Popular Posts almacena en la base de datos todas y "
346
+ "cada una de las visitas que recibe tu sitio. Para sitios peque&ntilde;os / "
347
+ "medianos esto generalmente est&aacute; bien, pero en sitios grandes / de "
348
+ "mucho tr&aacute;fico la escritura constante en la base de datos pudiese "
349
+ "causar un impacto en su rendimiento. Con <a href=\"%1$s\" target=\"_blank"
350
+ "\">data sampling</a>, WordPress Popular Posts almacenar&aacute; s&oacute;lo "
351
+ "un subconjunto de tu tr&aacute;fico y reportar&aacute; sobre las tendencias "
352
+ "detectadas en ese conjunto de muestras (para m&aacute;s, <a href=\"%2$s\" "
353
+ "target=\"_blank\">por favor leer ac&aacute;</a>)"
354
+
355
+ #: ../views/admin.php:356
356
+ msgid "Sample Rate"
357
+ msgstr "Rata de Sampleo"
358
+
359
+ #: ../views/admin.php:360
360
+ #, php-format
361
+ msgid ""
362
+ "A sampling rate of %d is recommended for large / high traffic sites. For "
363
+ "lower traffic sites, you should lower the value"
364
+ msgstr ""
365
+ "Se recomienda una rata de sampleo de %d para sitios grandes / de alto "
366
+ "tr&aacute;fico. Para sitios con menos tr&aacute;fico, deber&iacute;as "
367
+ "disminuir el valor"
368
+
369
+ #: ../views/admin.php:375
370
+ msgid "Miscellaneous"
371
+ msgstr "Miscel&aacute;neos"
372
+
373
+ #: ../views/admin.php:380
374
+ msgid "Open links in"
375
+ msgstr "Abrir links en"
376
+
377
+ #: ../views/admin.php:383
378
+ msgid "Current window"
379
+ msgstr "Ventana actual"
380
+
381
+ #: ../views/admin.php:384
382
+ msgid "New tab/window"
383
+ msgstr "Nueva pesta&ntilde;a/ventana"
384
+
385
+ #: ../views/admin.php:390
386
+ msgid "Use plugin's stylesheet"
387
+ msgstr "Utilizar la hoja de estilos del plugin"
388
+
389
+ #: ../views/admin.php:397
390
+ msgid ""
391
+ "By default, the plugin includes a stylesheet called wpp.css which you can "
392
+ "use to style your popular posts listing. If you wish to use your own "
393
+ "stylesheet or do not want it to have it included in the header section of "
394
+ "your site, use this."
395
+ msgstr ""
396
+ "Por defecto, el plugin incluye una hoja de estilos llamada wpp.css que "
397
+ "puedes utilizar para darle estilos a tu listado de entradas populares. Si "
398
+ "deseas utilizar tu propia hoja de estilos, o no quieres que wpp.css se "
399
+ "incluya en el header de tu sitio web, utiliza esto."
400
+
401
+ #: ../views/admin.php:414
402
+ msgid ""
403
+ "WordPress Popular Posts maintains data in two separate tables: one for "
404
+ "storing the most popular entries on a daily basis (from now on, \"cache\"), "
405
+ "and another one to keep the All-time data (from now on, \"historical data\" "
406
+ "or just \"data\"). If for some reason you need to clear the cache table, or "
407
+ "even both historical and cache tables, please use the buttons below to do so."
408
+ msgstr ""
409
+ "WordPress Popular Posts mantiene la data en dos tablas separadas: una para "
410
+ "guardar diariamente las entradas m&aacute;s populares (\"cach&eacute;\", de "
411
+ "aqu&iacute; en adelante), y otra tabla para almacenar la data de Todos los "
412
+ "tiempos (\"data hist&oacute;rica\" o simplemente \"data\"). Si por alguna "
413
+ "raz&oacute;n necesitas vaciar la tabla cach&eacute;, o inclusive las dos "
414
+ "tablas hist&oacute;ricas y de cach&eacute;, por favor utiliza los botones de "
415
+ "abajo."
416
+
417
+ #: ../views/admin.php:415
418
+ msgid "Empty cache"
419
+ msgstr "Vaciar el cach&eacute;"
420
+
421
+ #: ../views/admin.php:415
422
+ msgid "Use this button to manually clear entries from WPP cache only"
423
+ msgstr ""
424
+ "Utiliza este bot&oacute;n para vaciar manualmente s&oacute;lo las entradas "
425
+ "del cach&eacute; de WPP"
426
+
427
+ #: ../views/admin.php:416
428
+ msgid "Clear all data"
429
+ msgstr "Eliminar toda la data"
430
+
431
+ #: ../views/admin.php:416
432
+ msgid "Use this button to manually clear entries from all WPP data tables"
433
+ msgstr ""
434
+ "Utiliza este bot&oacute;n para limpiar manualmente las tablas de datos de WPP"
435
+
436
+ #: ../views/admin.php:423
437
+ #, php-format
438
+ msgid ""
439
+ "With the following parameters you can customize the popular posts list when "
440
+ "using either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or "
441
+ "the <a href=\"%2$s\">[wpp] shortcode</a>."
442
+ msgstr ""
443
+ "Con los siguientes par&aacute;metros puedes personalizar la lista de "
444
+ "entradas populares al utilizar tanto el <a href=\"%1$s"
445
+ "\">wpp_get_most_popular() template tag</a> como el <a href=\"%2$s\">[wpp] "
446
+ "shortcode</a>."
447
+
448
+ #: ../views/admin.php:431
449
+ msgid "Parameter"
450
+ msgstr "Par&aacute;metro"
451
+
452
+ #: ../views/admin.php:432 ../views/admin.php:746
453
+ msgid "What it does "
454
+ msgstr "Qu&eacute; hace"
455
+
456
+ #: ../views/admin.php:433
457
+ msgid "Possible values"
458
+ msgstr "Valores posibles"
459
+
460
+ #: ../views/admin.php:434
461
+ msgid "Defaults to"
462
+ msgstr "Por defecto"
463
+
464
+ #: ../views/admin.php:435 ../views/admin.php:748
465
+ msgid "Example"
466
+ msgstr "Ejemplo"
467
+
468
+ #: ../views/admin.php:441
469
+ msgid "Sets a heading for the list"
470
+ msgstr "Configura el encabezado de la lista"
471
+
472
+ #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
473
+ #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
474
+ #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
475
+ #: ../views/admin.php:624
476
+ msgid "Text string"
477
+ msgstr "Texto"
478
+
479
+ #: ../views/admin.php:443
480
+ msgid "Popular Posts"
481
+ msgstr "Entradas Populares"
482
+
483
+ #: ../views/admin.php:448
484
+ msgid "Set the opening tag for the heading of the list"
485
+ msgstr "Configura la etiqueta de apertura para el encabezado de la lista"
486
+
487
+ #: ../views/admin.php:455
488
+ msgid "Set the closing tag for the heading of the list"
489
+ msgstr "Configura la etiqueta de cierre para el encabezado de la lista"
490
+
491
+ #: ../views/admin.php:462
492
+ msgid "Sets the maximum number of popular posts to be shown on the listing"
493
+ msgstr ""
494
+ "Configura el m&aacute;ximo de entradas populares a ser mostradas en la lista"
495
+
496
+ #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
497
+ #: ../views/admin.php:554 ../views/admin.php:561
498
+ msgid "Positive integer"
499
+ msgstr "Entero positivo"
500
+
501
+ #: ../views/admin.php:469
502
+ msgid ""
503
+ "Tells WordPress Popular Posts to retrieve the most popular entries within "
504
+ "the time range specified by you"
505
+ msgstr ""
506
+ "Le indica a WordPress Popular Posts que debe listar aquellas entradas que "
507
+ "hayan sido populares dentro del rango de tiempo especificado por ti"
508
+
509
+ #: ../views/admin.php:476
510
+ msgid ""
511
+ "Tells WordPress Popular Posts to retrieve the most popular entries published "
512
+ "within the time range specified by you"
513
+ msgstr ""
514
+ "Le indica a WordPress Popular Posts que debe listar aquellas entradas "
515
+ "populares publicadas dentro del rango de tiempo especificado por ti"
516
+
517
+ #: ../views/admin.php:483
518
+ msgid "Sets the sorting option of the popular posts"
519
+ msgstr "Configura el ordenado de las entradas populares"
520
+
521
+ #: ../views/admin.php:484
522
+ msgid "(for average views per day)"
523
+ msgstr "(para el porcentaje de vistas por d&iacute;a)"
524
+
525
+ #: ../views/admin.php:490
526
+ msgid "Defines the type of posts to show on the listing"
527
+ msgstr "Define el tipo de entrada a mostrar en el listado"
528
+
529
+ #: ../views/admin.php:497
530
+ msgid ""
531
+ "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) "
532
+ "form the listing."
533
+ msgstr ""
534
+ "Si se configura, WordPress Popular Posts excluir&aacute; todos los IDs de "
535
+ "las entradas especificadas."
536
+
537
+ #: ../views/admin.php:499 ../views/admin.php:506 ../views/admin.php:513
538
+ msgid "None"
539
+ msgstr "Ninguno"
540
+
541
+ #: ../views/admin.php:504
542
+ msgid ""
543
+ "If set, WordPress Popular Posts will retrieve all entries that belong to the "
544
+ "specified category(ies) ID(s). If a minus sign is used, the category(ies) "
545
+ "will be excluded instead."
546
+ msgstr ""
547
+ "Si se configura, WordPress Popular Posts mostrar&aacute; todas las entradas "
548
+ "que pertenecen a la(s) categor&iacute;a(s) especificada(s). Si se usa un "
549
+ "signo negativo, la(s) categor&iacute;a(s) ser&aacute;(n) exclu&iacute;da(s)."
550
+
551
+ #: ../views/admin.php:511
552
+ msgid ""
553
+ "If set, WordPress Popular Posts will retrieve all entries created by "
554
+ "specified author(s) ID(s)."
555
+ msgstr ""
556
+ "Si se configura, WordPress Popular Posts traer&aacute; todas las entradas "
557
+ "creadas por el (los) ID(s) de autor(es) especificado(s)."
558
+
559
+ #: ../views/admin.php:518
560
+ msgid ""
561
+ "If set, WordPress Popular Posts will shorten each post title to \"n\" "
562
+ "characters whenever possible"
563
+ msgstr ""
564
+ "Si se configura, WordPress Popular Posts acortar&aacute; cada titulo en \"n"
565
+ "\" caracteres cuando sea posible"
566
+
567
+ #: ../views/admin.php:525
568
+ msgid ""
569
+ "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" "
570
+ "words instead of characters"
571
+ msgstr ""
572
+ "Si se pasa el valor 1, WordPress Popular Posts acortar&aacute; cada titulo "
573
+ "en \"n\" palabras en vez de caracteres"
574
+
575
+ #: ../views/admin.php:532
576
+ msgid ""
577
+ "If set, WordPress Popular Posts will build and include an excerpt of \"n\" "
578
+ "characters long from the content of each post listed as popular"
579
+ msgstr ""
580
+ "Si se configura, WordPress Popular Posts construir&aacute; e incluir&aacute; "
581
+ "un extracto de \"n\" caracteres del contenido de cada entrada listada como "
582
+ "popular"
583
+
584
+ #: ../views/admin.php:539
585
+ msgid ""
586
+ "If set, WordPress Popular Posts will maintaing all styling tags (strong, "
587
+ "italic, etc) and hyperlinks found in the excerpt"
588
+ msgstr ""
589
+ "Si se configura, WordPress Popular Posts mantendr&aacute; todas las "
590
+ "etiquetas de estilo (strong, italic, etc) y los hiperv&iacute;nculos "
591
+ "encontrados en el extracto"
592
+
593
+ #: ../views/admin.php:546
594
+ msgid ""
595
+ "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words "
596
+ "instead of characters"
597
+ msgstr ""
598
+ "Si se configura, WordPress Popular Posts acortar&aacute; el resumen en \"n\" "
599
+ "palabras en vez de caracteres"
600
+
601
+ #: ../views/admin.php:553
602
+ msgid ""
603
+ "If set, and if your current server configuration allows it, you will be able "
604
+ "to display thumbnails of your posts. This attribute sets the width for "
605
+ "thumbnails"
606
+ msgstr ""
607
+ "Si se configura, y si la configuraci&oacute;n actual de tu servidor lo "
608
+ "permite, podr&aacute;s mostrar miniaturas de tus entradas. Este atributo "
609
+ "configura el ancho de tus miniaturas"
610
+
611
+ #: ../views/admin.php:560
612
+ msgid ""
613
+ "If set, and if your current server configuration allows it, you will be able "
614
+ "to display thumbnails of your posts. This attribute sets the height for "
615
+ "thumbnails"
616
+ msgstr ""
617
+ "Si se configura, y si la configuraci&oacute;n actual de tu servidor lo "
618
+ "permite, podr&aacute;s mostrar miniaturas de tus entradas. Este atributo "
619
+ "configura el alto de tus miniaturas"
620
+
621
+ #: ../views/admin.php:567
622
+ msgid ""
623
+ "If set, and if the WP-PostRatings plugin is installed and enabled on your "
624
+ "blog, WordPress Popular Posts will show how your visitors are rating your "
625
+ "entries"
626
+ msgstr ""
627
+ "Si se configura, y si el plugin WP-PostRatings est&aacute; instalado y "
628
+ "habilitado en tu blog, WordPress Popular Posts mostrar&aacute; como tus "
629
+ "visitantes han calificado a tus entradas"
630
+
631
+ #: ../views/admin.php:574
632
+ msgid ""
633
+ "If set, WordPress Popular Posts will show how many comments each popular "
634
+ "post has got until now"
635
+ msgstr ""
636
+ "Si se configura, WordPress Popular Posts mostrar&aacute; cu&aacute;ntos "
637
+ "comentarios ha obtenido cada entrada popular hasta ahora"
638
+
639
+ #: ../views/admin.php:581
640
+ msgid ""
641
+ "If set, WordPress Popular Posts will show how many views each popular post "
642
+ "has got since it was installed"
643
+ msgstr ""
644
+ "Si se configura, WordPress Popular Posts mostrar&aacute; cu&aacute;ntas "
645
+ "vistas ha obtenido cada entrada popular desde que el plugin fue instalado"
646
+
647
+ #: ../views/admin.php:588
648
+ msgid ""
649
+ "If set, WordPress Popular Posts will show who published each popular post on "
650
+ "the list"
651
+ msgstr ""
652
+ "Si se configura, WordPress Popular Posts mostrar&aacute; qui&eacute;n "
653
+ "public&oacute; cada entrada popular de la lista"
654
+
655
+ #: ../views/admin.php:595
656
+ msgid ""
657
+ "If set, WordPress Popular Posts will display the date when each popular post "
658
+ "on the list was published"
659
+ msgstr ""
660
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; la fecha en la que fue "
661
+ "publicada cada entrada popular"
662
+
663
+ #: ../views/admin.php:602
664
+ msgid "Sets the date format"
665
+ msgstr "Configura el formato de la fecha"
666
+
667
+ #: ../views/admin.php:609
668
+ msgid "If set, WordPress Popular Posts will display the category"
669
+ msgstr ""
670
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; la categor&iacute;a"
671
+
672
+ #: ../views/admin.php:616
673
+ msgid "Sets the opening tag for the listing"
674
+ msgstr "Configura la etiqueta de apertura del listado"
675
+
676
+ #: ../views/admin.php:623
677
+ msgid "Sets the closing tag for the listing"
678
+ msgstr "Configura la etiqueta de cierre del listado"
679
+
680
+ #: ../views/admin.php:630
681
+ msgid "Sets the HTML structure of each post"
682
+ msgstr "Configura la estructura HTML de cada entrada"
683
+
684
+ #: ../views/admin.php:631
685
+ msgid "Text string, custom HTML"
686
+ msgstr "Texto, HTML personalizado"
687
+
688
+ #: ../views/admin.php:631
689
+ msgid "Available Content Tags"
690
+ msgstr "Content Tags disponibles"
691
+
692
+ #: ../views/admin.php:631
693
+ msgid "displays thumbnail linked to post/page"
694
+ msgstr "muestra la miniatura vinculada a la entrada/p&aacute;gina"
695
+
696
+ #: ../views/admin.php:631
697
+ msgid "displays thumbnail image without linking to post/page"
698
+ msgstr "muestra la imagen miniatura sin un link hacia la entrada/p&aacute;gina"
699
+
700
+ #: ../views/admin.php:631
701
+ msgid "displays linked post/page title"
702
+ msgstr ""
703
+ "muestra el t&iacute;tulo de la entrada/p&aacute;gina con v&iacute;nculo"
704
+
705
+ #: ../views/admin.php:631
706
+ msgid ""
707
+ "displays post/page excerpt, and requires excerpt_length to be greater than 0"
708
+ msgstr ""
709
+ "muestra el resumen de la entrada/p&aacute;gina, requiere que excerpt_length "
710
+ "sea mayor a 0"
711
+
712
+ #: ../views/admin.php:631
713
+ msgid "displays the default stats tags"
714
+ msgstr "muestra el stats tag por defecto"
715
+
716
+ #: ../views/admin.php:631
717
+ msgid ""
718
+ "displays post/page current rating, requires WP-PostRatings installed and "
719
+ "enabled"
720
+ msgstr ""
721
+ "muestra el rating actual de la entrada/p&aacute;gina, requiere que WP-"
722
+ "PostRatings est&eacute; instalado y activo"
723
+
724
+ #: ../views/admin.php:631
725
+ msgid ""
726
+ "displays post/page current rating as an integer, requires WP-PostRatings "
727
+ "installed and enabled"
728
+ msgstr ""
729
+ "muestra el rating actual de la entrada/p&aacute;gina como un entero, "
730
+ "requiere que WP-PostRatings est&eacute; instalado y activo"
731
+
732
+ #: ../views/admin.php:631
733
+ msgid "outputs the URL of the post/page"
734
+ msgstr "muestra la URL de la entrada/p&aacute;gina"
735
+
736
+ #: ../views/admin.php:631
737
+ msgid "displays post/page title, no link"
738
+ msgstr ""
739
+ "muestra el t&iacute;tulo de la entrada/p&aacute;gina, sin v&iacute;nculo"
740
+
741
+ #: ../views/admin.php:631
742
+ msgid "displays linked author name, requires stats_author=1"
743
+ msgstr ""
744
+ "muestra el nombre del autor con v&iacute;nculo, requiere stats_author=1"
745
+
746
+ #: ../views/admin.php:631
747
+ msgid "displays linked category name, requires stats_category=1"
748
+ msgstr ""
749
+ "muestra el nombre de la categor&iacute;a vinculado, requiere stats_category=1"
750
+
751
+ #: ../views/admin.php:631
752
+ msgid "displays views count only, no text"
753
+ msgstr "muestra el n&uacute;mero de vistas, sin texto adicional"
754
+
755
+ #: ../views/admin.php:631
756
+ msgid "displays comments count only, no text, requires stats_comments=1"
757
+ msgstr ""
758
+ "muestra el n&uacute;mero de comentarios, sin texto adicional, requiere "
759
+ "stats_comments=1"
760
+
761
+ #: ../views/admin.php:631
762
+ msgid "displays post/page date, requires stats_date=1"
763
+ msgstr "muestra la fecha de la entrada/p&aacute;gina, requiere stats_date=1"
764
+
765
+ #: ../views/admin.php:643
766
+ msgid "What does \"Title\" do?"
767
+ msgstr "&iquest;Para qu&eacute; es \"T&iacute;tulo\"?"
768
+
769
+ #: ../views/admin.php:646
770
+ msgid ""
771
+ "It allows you to show a heading for your most popular posts listing. If left "
772
+ "empty, no heading will be displayed at all."
773
+ msgstr ""
774
+ "Te permite mostrar un encabezado para tu lista de entradas populares. Si se "
775
+ "deja vac&iacute;o, no se mostrar&aacute; el encabezado."
776
+
777
+ #: ../views/admin.php:649
778
+ msgid "What is Time Range for?"
779
+ msgstr "&iquest;Para qu&eacute; es \"Rango de Tiempo\"?"
780
+
781
+ #: ../views/admin.php:651
782
+ msgid ""
783
+ "It will tell WordPress Popular Posts to retrieve all posts with most views / "
784
+ "comments within the selected time range."
785
+ msgstr ""
786
+ "Le indica a WordPress Popular Posts que muestre las entradas m&aacute;s "
787
+ "vistas / comentadas en el rango de tiempo seleccionado."
788
+
789
+ #: ../views/admin.php:654
790
+ msgid "What is \"Sort post by\" for?"
791
+ msgstr "&iquest;Para qu&eacute; es \"Ordenar entradas por\"?"
792
+
793
+ #: ../views/admin.php:656
794
+ msgid ""
795
+ "It allows you to decide whether to order your popular posts listing by total "
796
+ "views, comments, or average views per day."
797
+ msgstr ""
798
+ "Te permite decidir si ordenar tus entradas populares por la cantidad total "
799
+ "de vistas, comentarios, o por el porcentaje diario de vistas."
800
+
801
+ #: ../views/admin.php:659
802
+ msgid "What does \"Display post rating\" do?"
803
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar rating de la entrada\"?"
804
+
805
+ #: ../views/admin.php:661
806
+ msgid ""
807
+ "If checked, WordPress Popular Posts will show how your readers are rating "
808
+ "your most popular posts. This feature requires having WP-PostRatings plugin "
809
+ "installed and enabled on your blog for it to work."
810
+ msgstr ""
811
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; c&oacute;mo tus "
812
+ "lectores est&aacute;n calificando tus entradas populares. Esta "
813
+ "caracter&iacute;stica requiere que el plugin WP-PostRatings est&eacute; "
814
+ "instalado y habilitado en tu blog para que funcione."
815
+
816
+ #: ../views/admin.php:664
817
+ msgid "What does \"Shorten title\" do?"
818
+ msgstr "&iquest;Qu&eacute; hace \"Acortar t&iacute;tulo\"?"
819
+
820
+ #: ../views/admin.php:666
821
+ msgid ""
822
+ "If checked, all posts titles will be shortened to \"n\" characters/words. A "
823
+ "new \"Shorten title to\" option will appear so you can set it to whatever "
824
+ "you like."
825
+ msgstr ""
826
+ "Si se tilda, todos los t&iacute;tulos de las entradas se acortar&aacute;n \"n"
827
+ "\" caracteres/palabras. Una nueva opci&oacute;n \"Acortar t&iacute;tulo en\" "
828
+ "se mostrar&aacute; para que puedas configurarlo como quieras."
829
+
830
+ #: ../views/admin.php:669
831
+ msgid "What does \"Display post excerpt\" do?"
832
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar resumen de la entrada\"?"
833
+
834
+ #: ../views/admin.php:671
835
+ msgid ""
836
+ "If checked, WordPress Popular Posts will also include a small extract of "
837
+ "your posts in the list. Similarly to the previous option, you will be able "
838
+ "to decide how long the post excerpt should be."
839
+ msgstr ""
840
+ "Si se tilda, WordPress Popular Posts incluir&aacute; un peque&ntilde;o "
841
+ "extracto de tus entradas en la lista. Similar a la opci&oacute;n anterior, "
842
+ "podr&aacute;s decidir qu&eacute; tan largo debe ser el extracto."
843
+
844
+ #: ../views/admin.php:674
845
+ msgid "What does \"Keep text format and links\" do?"
846
+ msgstr "&iquest;Qu&eacute; hace \"Mantener el formato de texto y links\"?"
847
+
848
+ #: ../views/admin.php:676
849
+ msgid ""
850
+ "If checked, and if the Post Excerpt feature is enabled, WordPress Popular "
851
+ "Posts will keep the styling tags (eg. bold, italic, etc) that were found in "
852
+ "the excerpt. Hyperlinks will remain intact, too."
853
+ msgstr ""
854
+ "Si se tilda, y si la opci&oacute;n Mostrar Resumen est&aacute; habilitada, "
855
+ "WordPress Popular Posts mantendr&aacute; las etiquetas de estilos que se "
856
+ "encontraron en el extracto. Los hiperv&iacute;nculos tambi&eacute;n se "
857
+ "mantendr&aacute;n."
858
+
859
+ #: ../views/admin.php:679
860
+ msgid "What is \"Post type\" for?"
861
+ msgstr "&iquest;Para qu&eacute; es el \"Post type\"?"
862
+
863
+ #: ../views/admin.php:681
864
+ msgid ""
865
+ "This filter allows you to decide which post types to show on the listing. By "
866
+ "default, it will retrieve only posts and pages (which should be fine for "
867
+ "most cases)."
868
+ msgstr ""
869
+ "Este filtro te permite decidir que tipo de entradas deseas mostrar en el "
870
+ "listado. Por defecto, trater&aacute; s&oacute;lo entradas y p&aacute;ginas "
871
+ "(que es lo que se quiere, en la mayor&iacute;a de los casos)."
872
+
873
+ #: ../views/admin.php:684
874
+ msgid "What is \"Category(ies) ID(s)\" for?"
875
+ msgstr "&iquest;Para qu&eacute; es el \"ID(s) de Categor&iacute;a(s)\"?"
876
+
877
+ #: ../views/admin.php:686
878
+ msgid ""
879
+ "This filter allows you to select which categories should be included or "
880
+ "excluded from the listing. A negative sign in front of the category ID "
881
+ "number will exclude posts belonging to it from the list, for example. You "
882
+ "can specify more than one ID with a comma separated list."
883
+ msgstr ""
884
+ "Este filtro te permite seleccionar qu&eacute; categor&iacute;as deber&iacute;"
885
+ "an ser inclu&iacute;das o exclu&iacute;das del listado. Un signo negativo "
886
+ "enfrente del ID de la categor&iacute;a la excluir&aacute; de la lista, por "
887
+ "ejemplo. Puedes especificar m&aacute;s de un ID separ&aacute;ndolos con "
888
+ "comas."
889
+
890
+ #: ../views/admin.php:689
891
+ msgid "What is \"Author(s) ID(s)\" for?"
892
+ msgstr "&iquest;Para qu&eacute; es el \"ID de Autor(es)\"?"
893
+
894
+ #: ../views/admin.php:691
895
+ msgid ""
896
+ "Just like the Category filter, this one lets you filter posts by author ID. "
897
+ "You can specify more than one ID with a comma separated list."
898
+ msgstr ""
899
+ "Justo como el filtro de Categor&iacute;a, &eacute;ste te permite filtrar "
900
+ "entradas por ID del autor. Puedes especificar m&aacute;s de un ID "
901
+ "separ&aacute;ndolos con comas."
902
+
903
+ #: ../views/admin.php:694
904
+ msgid "What does \"Display post thumbnail\" do?"
905
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar miniatura de la entrada\"?"
906
+
907
+ #: ../views/admin.php:696
908
+ msgid ""
909
+ "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail "
910
+ "of each post. You can set up the source of the thumbnail via Settings - "
911
+ "WordPress Popular Posts - Tools."
912
+ msgstr ""
913
+ "Si se tilda, WordPress Popular Posts intentar&aacute; obtener la imagen "
914
+ "miniatura de cada entrada. Puedes configurar la fuente de la miniatura via "
915
+ "Configuraci&oacute;n - Wordpress Popular Posts - Herramientas."
916
+
917
+ #: ../views/admin.php:699
918
+ msgid "What does \"Display comment count\" do?"
919
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar cantidad de comentarios\"?"
920
+
921
+ #: ../views/admin.php:701
922
+ msgid ""
923
+ "If checked, WordPress Popular Posts will display how many comments each "
924
+ "popular post has got in the selected Time Range."
925
+ msgstr ""
926
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; cu&aacute;ntos "
927
+ "comentarios ha obtenido cada entrada popular dentro del Rango de Tiempo "
928
+ "seleccionado."
929
+
930
+ #: ../views/admin.php:704
931
+ msgid "What does \"Display views\" do?"
932
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar vistas\"?"
933
+
934
+ #: ../views/admin.php:706
935
+ msgid ""
936
+ "If checked, WordPress Popular Posts will show how many pageviews a single "
937
+ "post has gotten in the selected Time Range."
938
+ msgstr ""
939
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; cu&aacute;ntas vistas "
940
+ "ha obtenido cada entrada en el Rango de Tiempo seleccionado."
941
+
942
+ #: ../views/admin.php:709
943
+ msgid "What does \"Display author\" do?"
944
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar autor\"?"
945
+
946
+ #: ../views/admin.php:711
947
+ msgid ""
948
+ "If checked, WordPress Popular Posts will display the name of the author of "
949
+ "each entry listed."
950
+ msgstr ""
951
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; el nombre del autor de "
952
+ "cada entrada listada."
953
+
954
+ #: ../views/admin.php:714
955
+ msgid "What does \"Display date\" do?"
956
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar fecha\"?"
957
+
958
+ #: ../views/admin.php:716
959
+ msgid ""
960
+ "If checked, WordPress Popular Posts will display the date when each popular "
961
+ "posts was published."
962
+ msgstr ""
963
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; la fecha en la que fue "
964
+ "publicada cada entrada popular."
965
+
966
+ #: ../views/admin.php:719
967
+ msgid "What does \"Display category\" do?"
968
+ msgstr "&iquest;Qu&eacute; hace \"Mostrar categor&iacute;a\"?"
969
+
970
+ #: ../views/admin.php:721
971
+ msgid ""
972
+ "If checked, WordPress Popular Posts will display the category of each post."
973
+ msgstr ""
974
+ "Si se tilda, WordPress Popular Posts mostrar&aacute; la categor&iacute;a de "
975
+ "cada entrada."
976
+
977
+ #: ../views/admin.php:724
978
+ msgid "What does \"Use custom HTML Markup\" do?"
979
+ msgstr "&iquest;Qu&eacute; hace \"Utilizar Markup HTML personalizado\"?"
980
+
981
+ #: ../views/admin.php:726
982
+ msgid ""
983
+ "If checked, you will be able to customize the HTML markup of your popular "
984
+ "posts listing. For example, you can decide whether to wrap your posts in an "
985
+ "unordered list, an ordered list, a div, etc. If you know xHTML/CSS, this is "
986
+ "for you!"
987
+ msgstr ""
988
+ "Si se tilda, podr&aacute;s personalizad el markup HTML de tu listado de "
989
+ "entradas populares. Por ejemplo, podr&aacute;s decidir si colocar tu listado "
990
+ "en una lista desordenada, una ordenada, dentro de un div, etc. Si sabes "
991
+ "xHTML/CSS, &iexcl;esto es para ti!"
992
+
993
+ #: ../views/admin.php:729
994
+ msgid "What are \"Content Tags\"?"
995
+ msgstr "&iquest;Qu&eacute; son los \"Content Tags\"?"
996
+
997
+ #: ../views/admin.php:731
998
+ #, php-format
999
+ msgid ""
1000
+ "Content Tags are codes to display a variety of items on your popular posts "
1001
+ "custom HTML structure. For example, setting it to \"{title}: "
1002
+ "{summary}\" (without the quotes) would display \"Post title: excerpt of the "
1003
+ "post here\". For more Content Tags, see the <a href=\"%s\" target=\"_blank"
1004
+ "\">Parameters</a> section."
1005
+ msgstr ""
1006
+ "Los Content Tags son etiquetas que sirven para mostrar una variedad de items "
1007
+ "en la estructura HTML de tu lista. Por ejemplo, configurarlo como \"{title}: "
1008
+ "{summary}\" (sin las comillas) mostrar&iacute;a \"T&iacute;tulo de la "
1009
+ "entrada: extracto de la entrada aqu&iacute;\". Para ver otras Content Tags, "
1010
+ "ver la secci&oacute;n <a href=\"%s\" target=\"_blank\">Par&aacute;metros</a."
1011
+
1012
+ #: ../views/admin.php:734
1013
+ msgid "What are \"Template Tags\"?"
1014
+ msgstr "&iquest;Qu&eacute; son los \"Template Tags\"?"
1015
+
1016
+ #: ../views/admin.php:736
1017
+ msgid ""
1018
+ "Template Tags are simply php functions that allow you to perform certain "
1019
+ "actions. For example, WordPress Popular Posts currently supports two "
1020
+ "different template tags: wpp_get_mostpopular() and wpp_get_views()."
1021
+ msgstr ""
1022
+ "Los Template Tags son simplemente funciones php que nos permiten realizar "
1023
+ "ciertas acciones. Por ejemplo, WordPress Popular Posts actualmente soporta "
1024
+ "dos template tags diferentes: wpp_get_mostpopular() y wpp_get_views()."
1025
+
1026
+ #: ../views/admin.php:739
1027
+ msgid "What are the template tags that WordPress Popular Posts supports?"
1028
+ msgstr ""
1029
+ "&iquest;Cu&aacute;les son los Template Tags soportados por WordPress Popular "
1030
+ "Posts?"
1031
+
1032
+ #: ../views/admin.php:741
1033
+ msgid ""
1034
+ "The following are the template tags supported by WordPress Popular Posts"
1035
+ msgstr ""
1036
+ "Los siguientes son los template tags soportados por WordPress Popular Posts"
1037
+
1038
+ #: ../views/admin.php:745
1039
+ msgid "Template tag"
1040
+ msgstr "Template tag"
1041
+
1042
+ #: ../views/admin.php:754
1043
+ #, php-format
1044
+ msgid ""
1045
+ "Similar to the widget functionality, this tag retrieves the most popular "
1046
+ "posts on your blog. This function also accepts <a href=\"%1$s\">parameters</"
1047
+ "a> so you can customize your popular listing, but these are not required."
1048
+ msgstr ""
1049
+ "Parecido a la funcionalidad del widget, esta etiqueta obtiene las entradas "
1050
+ "m&aacute;s populares de tu blog. Esta funci&oacute;n tambi&eacute;n acepta "
1051
+ "<a href=\"%1$s\">par&aacute;metros</a> para que puedas personalizar el "
1052
+ "listado, pero &eacute;stos no son requeridos."
1053
+
1054
+ #: ../views/admin.php:755
1055
+ #, php-format
1056
+ msgid ""
1057
+ "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete "
1058
+ "list of attributes."
1059
+ msgstr ""
1060
+ "Por favor ver la <a href=\"%1$s\">secci&oacute;n Par&aacute;metros</a> para "
1061
+ "la lista completa de atributos."
1062
+
1063
+ #: ../views/admin.php:760
1064
+ msgid ""
1065
+ "Displays the number of views of a single post. Post ID is required or it "
1066
+ "will return false."
1067
+ msgstr ""
1068
+ "Muestra la cantidad de vistas de una entrada. El ID de la entrada es "
1069
+ "requerido, o la funci&oacute;n devolver&aacute; false."
1070
+
1071
+ #: ../views/admin.php:761
1072
+ msgid "Post ID"
1073
+ msgstr "ID de la entrada"
1074
+
1075
+ #: ../views/admin.php:768
1076
+ msgid "What are \"shortcodes\"?"
1077
+ msgstr "&iquest;Qu&eacute; son los \"shortcodes\"?"
1078
+
1079
+ #: ../views/admin.php:770
1080
+ #, php-format
1081
+ msgid ""
1082
+ "Shortcodes are similar to BB Codes, these allow us to call a php function by "
1083
+ "simply typing something like [shortcode]. With WordPress Popular Posts, the "
1084
+ "shortcode [wpp] will let you insert a list of the most popular posts in "
1085
+ "posts content and pages too! For more information about shortcodes, please "
1086
+ "visit the <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a> page."
1087
+ msgstr ""
1088
+ "Los Shortcodes son similares a los BB Codes, &eacute;stos nos permiten "
1089
+ "llamar a una funci&oacute;n php simplemente escribiendo algo como "
1090
+ "[shortcode]. Con WordPress Popular Posts, el shortcode [wpp] te "
1091
+ "permitir&aacute; insertar una lista de las entradas m&aacute;s populares en "
1092
+ "el contenido de tus entradas y en p&aacute;ginas tambi&eacute;n. Para mayor "
1093
+ "informaci&oacute;n sobre los shortcodes, por favor visita la p&aacute;gina "
1094
+ "<a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a>."
1095
+
1096
+ #: ../views/admin.php:778
1097
+ #, php-format
1098
+ msgid "About WordPress Popular Posts %s"
1099
+ msgstr "Acerca de WordPress Popular Posts %s"
1100
+
1101
+ #: ../views/admin.php:779
1102
+ msgid "This version includes the following changes"
1103
+ msgstr "Esta versi&oacute;n incluye los siguientes cambios"
1104
+
1105
+ #: ../views/admin.php:802
1106
+ msgid "Do you like this plugin?"
1107
+ msgstr "&iquest;Te gusta este plugin?"
1108
+
1109
+ #: ../views/admin.php:809
1110
+ msgid ""
1111
+ "Each donation motivates me to keep releasing free stuff for the WordPress "
1112
+ "community!"
1113
+ msgstr ""
1114
+ "&iexcl;Cada donaci&oacute;n me motiva a seguir publicando cosas gratuitas "
1115
+ "para la comunidad de WordPress!"
1116
+
1117
+ #: ../views/admin.php:810
1118
+ #, php-format
1119
+ msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
1120
+ msgstr ""
1121
+ "&iexcl;Puedes <a href=\"%s\" target=\"_blank\">dejar una rese&ntilde;a</a> "
1122
+ "tambi&eacute;n!"
1123
+
1124
+ #: ../views/admin.php:814
1125
+ msgid "Need help?"
1126
+ msgstr "&iquest;Necesitas ayuda?"
1127
+
1128
+ #: ../views/admin.php:815
1129
+ #, php-format
1130
+ msgid ""
1131
+ "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions "
1132
+ "and feedback."
1133
+ msgstr ""
1134
+ "Visita <a href=\"%s\" target=\"_blank\">el foro</a> para obtener soporte, "
1135
+ "hacer preguntas y dejar tu feedback."
1136
+
1137
+ #: ../views/admin.php:816
1138
+ msgid "Let's make this plugin even better!"
1139
+ msgstr "&iexcl;Hagamos a este plugin inclusive mejor!"
1140
+
1141
+ #: ../views/form.php:2
1142
+ msgid "Title"
1143
+ msgstr "T&iacute;tulo"
1144
+
1145
+ #: ../views/form.php:7
1146
+ msgid "Show up to"
1147
+ msgstr "Mostrar hasta"
1148
+
1149
+ #: ../views/form.php:8
1150
+ msgid "posts"
1151
+ msgstr "entradas"
1152
+
1153
+ #: ../views/form.php:12
1154
+ msgid "Sort posts by"
1155
+ msgstr "Ordenar entradas por"
1156
+
1157
+ #: ../views/form.php:14
1158
+ msgid "Comments"
1159
+ msgstr "Comentarios"
1160
+
1161
+ #: ../views/form.php:15
1162
+ msgid "Total views"
1163
+ msgstr "Total de vistas"
1164
+
1165
+ #: ../views/form.php:16
1166
+ msgid "Avg. daily views"
1167
+ msgstr "Porcentaje de vistas diarias"
1168
+
1169
+ #: ../views/form.php:22
1170
+ msgid "Filters"
1171
+ msgstr "Filtros"
1172
+
1173
+ #: ../views/form.php:24
1174
+ msgid "Time Range"
1175
+ msgstr "Rango de Tiempo"
1176
+
1177
+ #: ../views/form.php:34
1178
+ msgid "Post type(s)"
1179
+ msgstr "Post type(s)"
1180
+
1181
+ #: ../views/form.php:37
1182
+ msgid "Post(s) ID(s) to exclude"
1183
+ msgstr "ID(s) de Entrada(s) a excluir"
1184
+
1185
+ #: ../views/form.php:40
1186
+ msgid "Category(ies) ID(s)"
1187
+ msgstr "ID(s) de Categor&iacute;a(s)"
1188
+
1189
+ #: ../views/form.php:43
1190
+ msgid "Author(s) ID(s)"
1191
+ msgstr "ID(s) de Autor(es)"
1192
+
1193
+ #: ../views/form.php:48
1194
+ msgid "Posts settings"
1195
+ msgstr "Configuraci&oacute;n de las entradas"
1196
+
1197
+ #: ../views/form.php:52
1198
+ msgid "Display post rating"
1199
+ msgstr "Mostrar rating de la entrada"
1200
+
1201
+ #: ../views/form.php:55
1202
+ msgid "Shorten title"
1203
+ msgstr "Acortar t&iacute;tulo"
1204
+
1205
+ #: ../views/form.php:58
1206
+ msgid "Shorten title to"
1207
+ msgstr "Acortar t&iacute;tulo en"
1208
+
1209
+ #: ../views/form.php:59 ../views/form.php:69
1210
+ msgid "characters"
1211
+ msgstr "caracteres"
1212
+
1213
+ #: ../views/form.php:60 ../views/form.php:70
1214
+ msgid "words"
1215
+ msgstr "palabras"
1216
+
1217
+ #: ../views/form.php:63
1218
+ msgid "Display post excerpt"
1219
+ msgstr "Mostrar resumen de la entrada"
1220
+
1221
+ #: ../views/form.php:66
1222
+ msgid "Keep text format and links"
1223
+ msgstr "Mantener formato de texto y links"
1224
+
1225
+ #: ../views/form.php:67
1226
+ msgid "Excerpt length"
1227
+ msgstr "Largo del resumen"
1228
+
1229
+ #: ../views/form.php:73
1230
+ msgid "Display post thumbnail"
1231
+ msgstr "Mostrar miniatura"
1232
+
1233
+ #: ../views/form.php:76
1234
+ msgid "Use predefined size"
1235
+ msgstr "Utilizar un tama&ntilde;o predefinido"
1236
+
1237
+ #: ../views/form.php:88
1238
+ msgid "Set size manually"
1239
+ msgstr "Configurar el tama&ntilde;o manualmente"
1240
+
1241
+ #: ../views/form.php:90
1242
+ msgid "Width"
1243
+ msgstr "Ancho"
1244
+
1245
+ #: ../views/form.php:91 ../views/form.php:94
1246
+ msgid "px"
1247
+ msgstr "px"
1248
+
1249
+ #: ../views/form.php:93
1250
+ msgid "Height"
1251
+ msgstr "Alto"
1252
+
1253
+ #: ../views/form.php:99
1254
+ msgid "Stats Tag settings"
1255
+ msgstr "Configuraci&oacute;n del Stats Tag"
1256
+
1257
+ #: ../views/form.php:101
1258
+ msgid "Display comment count"
1259
+ msgstr "Mostrar cantidad de comentarios"
1260
+
1261
+ #: ../views/form.php:103
1262
+ msgid "Display views"
1263
+ msgstr "Mostrar vistas"
1264
+
1265
+ #: ../views/form.php:105
1266
+ msgid "Display author"
1267
+ msgstr "Mostrar autor"
1268
+
1269
+ #: ../views/form.php:107
1270
+ msgid "Display date"
1271
+ msgstr "Mostrar fecha"
1272
+
1273
+ #: ../views/form.php:110
1274
+ msgid "Date Format"
1275
+ msgstr "Formato de la fecha"
1276
+
1277
+ #: ../views/form.php:112
1278
+ msgid "WordPress Date Format"
1279
+ msgstr "Formato de fecha de WordPress"
1280
+
1281
+ #: ../views/form.php:119
1282
+ msgid "Display category"
1283
+ msgstr "Mostrar categor&iacute;a"
1284
+
1285
+ #: ../views/form.php:123
1286
+ msgid "HTML Markup settings"
1287
+ msgstr "Configuraci&oacute;n del Markup HTML"
1288
+
1289
+ #: ../views/form.php:125
1290
+ msgid "Use custom HTML Markup"
1291
+ msgstr "Utilizar Markup HTML personalizado"
1292
+
1293
+ #: ../views/form.php:128
1294
+ msgid "Before / after title"
1295
+ msgstr "Antes / despu&eacute;s del t&iacute;tulo"
1296
+
1297
+ #: ../views/form.php:131
1298
+ msgid "Before / after Popular Posts"
1299
+ msgstr "Antes / despu&eacute;s de las entradas populares"
1300
+
1301
+ #: ../views/form.php:134
1302
+ msgid "Post HTML Markup"
1303
+ msgstr "Markup HTML de la Entrada"
1304
+
1305
+ #: ../wordpress-popular-posts.php:302
1306
+ msgid "The most Popular Posts on your blog."
1307
+ msgstr "Las entradas m&aacute;s populares en tu blog."
1308
+
1309
+ #: ../wordpress-popular-posts.php:467
1310
+ msgid ""
1311
+ "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing "
1312
+ "the <em>id</em> attribute on before_widget (see <a href=\"http://codex."
1313
+ "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1314
+ "\"nofollow\">register_sidebar</a> for more)."
1315
+ msgstr ""
1316
+ "Error: no es posible ajaxificar WordPress Popular Posts en este tema. Falta "
1317
+ "el atributo <em>id</em> en before_widget (ver <a href=\"http://codex."
1318
+ "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1319
+ "\"nofollow\">register_sidebar</a> para m&aacute;s informaci&oacute;n)."
1320
+
1321
+ #: ../wordpress-popular-posts.php:711
1322
+ msgid "Upload"
1323
+ msgstr "Subir"
1324
+
1325
+ #: ../wordpress-popular-posts.php:1087
1326
+ #, php-format
1327
+ msgid ""
1328
+ "Your PHP installation is too old. WordPress Popular Posts requires at least "
1329
+ "PHP version %1$s to function correctly. Please contact your hosting provider "
1330
+ "and ask them to upgrade PHP to %1$s or higher."
1331
+ msgstr ""
1332
+ "Tu versi&oacute;n de PHP es muy antigua. El plugin WordPress Popular Posts "
1333
+ "requiere al menos PHP version %1$s para funcionar correctamente. Por favor "
1334
+ "contacta a tu proveedor de hosting y solicita que se actualice PHP a %1$s o "
1335
+ "mejor."
1336
+
1337
+ #: ../wordpress-popular-posts.php:1094
1338
+ #, php-format
1339
+ msgid ""
1340
+ "Your WordPress version is too old. WordPress Popular Posts requires at least "
1341
+ "WordPress version %1$s to function correctly. Please update your blog via "
1342
+ "Dashboard &gt; Update."
1343
+ msgstr ""
1344
+ "Tu versi&oacute;n de WordPress es muy antigua. El plugin WordPress Popular "
1345
+ "Posts requiere al menos la versi&oacute;n %1$s para funcionar correctamente. "
1346
+ "Por favor actualiza tu blog via Escritorio &gt; Actualizaciones."
1347
+
1348
+ #: ../wordpress-popular-posts.php:1119
1349
+ #, php-format
1350
+ msgid ""
1351
+ "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</"
1352
+ "strong>.</p></div>"
1353
+ msgstr ""
1354
+ "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> ha sido <strong>desactivado</"
1355
+ "strong>.</p></div>"
1356
+
1357
+ #: ../wordpress-popular-posts.php:1179
1358
+ msgid "Success! The cache table has been cleared!"
1359
+ msgstr "&iexcl;&Eacute;xito! &iexcl;La tabla cach&eacute; ha sido borrada!"
1360
+
1361
+ #: ../wordpress-popular-posts.php:1181
1362
+ msgid "Error: cache table does not exist."
1363
+ msgstr "Error: la tabla cach&eacute; no existe."
1364
+
1365
+ #: ../wordpress-popular-posts.php:1188
1366
+ msgid "Success! All data have been cleared!"
1367
+ msgstr "&iexcl;&Eacute;xito! &iexcl;Toda la data ha sido borrada!"
1368
+
1369
+ #: ../wordpress-popular-posts.php:1190
1370
+ msgid "Error: one or both data tables are missing."
1371
+ msgstr "Error: una o ambas tablas de datos no existen."
1372
+
1373
+ #: ../wordpress-popular-posts.php:1193 ../wordpress-popular-posts.php:1231
1374
+ msgid "Invalid action."
1375
+ msgstr "Acci&oacute;n inv&aacute;lida."
1376
+
1377
+ #: ../wordpress-popular-posts.php:1196 ../wordpress-popular-posts.php:1234
1378
+ msgid ""
1379
+ "Sorry, you do not have enough permissions to do this. Please contact the "
1380
+ "site administrator for support."
1381
+ msgstr ""
1382
+ "Lo lamento, no tienes permisos suficientes para hacer esto. Por favor "
1383
+ "contacta al administrador del sitio."
1384
+
1385
+ #: ../wordpress-popular-posts.php:1226
1386
+ msgid "Success! All files have been deleted!"
1387
+ msgstr "&iexcl;&Eacute;xito! &iexcl;Todos los archivos han sido borrados!"
1388
+
1389
+ #: ../wordpress-popular-posts.php:1228
1390
+ msgid "The thumbnail cache is already empty!"
1391
+ msgstr "&iexcl;El cache de miniaturas ya est&aacute; vac&iacute;o!"
1392
+
1393
+ #: ../wordpress-popular-posts.php:1778
1394
+ msgid "Sorry. No data so far."
1395
+ msgstr "Lo lamentamos. No hay nada que mostrar a&uacute;n."
1396
+
1397
+ #: ../wordpress-popular-posts.php:2305
1398
+ #, php-format
1399
+ msgid "1 comment"
1400
+ msgid_plural "%s comments"
1401
+ msgstr[0] "1 comentario"
1402
+ msgstr[1] "%s comentarios"
1403
+
1404
+ #: ../wordpress-popular-posts.php:2317
1405
+ #, php-format
1406
+ msgid "1 view per day"
1407
+ msgid_plural "%s views per day"
1408
+ msgstr[0] "1 vista por d&iacute;a"
1409
+ msgstr[1] "%s vistas por d&iacute;a"
1410
+
1411
+ #: ../wordpress-popular-posts.php:2323
1412
+ #, php-format
1413
+ msgid "1 view"
1414
+ msgid_plural "%s views"
1415
+ msgstr[0] "1 vista"
1416
+ msgstr[1] "%s vistas"
1417
+
1418
+ #: ../wordpress-popular-posts.php:2346
1419
+ #, php-format
1420
+ msgid "by %s"
1421
+ msgstr "por %s"
1422
+
1423
+ #: ../wordpress-popular-posts.php:2352
1424
+ #, php-format
1425
+ msgid "posted on %s"
1426
+ msgstr "publicado el %s"
1427
+
1428
+ #: ../wordpress-popular-posts.php:2360
1429
+ #, php-format
1430
+ msgid "under %s"
1431
+ msgstr "bajo %s"
1432
+
1433
+ #~ msgid ""
1434
+ #~ "By default, WordPress Popular Posts stores in database every single visit "
1435
+ #~ "your site receives. For small / medium sites this is generally OK, but on "
1436
+ #~ "large / high traffic sites the constant writing to the database may have "
1437
+ #~ "an impact on performance. With data sampling, WordPress Popular Posts "
1438
+ #~ "will store only a subset of your traffic and report on the tendencies "
1439
+ #~ "detected in that sample set (for more on <em>data sampling</em>, please "
1440
+ #~ "<a href=\"%1$s\" target=\"_blank\">read here</a>)"
1441
+ #~ msgstr ""
1442
+ #~ "Por defecto, WordPress Popular Posts almacena en la base de datos todas y "
1443
+ #~ "cada una de las visitas que tu sitio recibe. Para sitios web peque&ntilde;"
1444
+ #~ "os / medianos esto est&aacute; bien, pero en sitios grandes / de alto "
1445
+ #~ "tr&aacute;fico la escritura constante en la base de datos pudiera causar "
1446
+ #~ "un impacto en el rendimiento. Con el sampleo de datos, WordPress Popular "
1447
+ #~ "Posts almacenar&aacute; s&oacute;lo un subconjunto de tu tr&aacute;fico y "
1448
+ #~ "reportar&aacute; de acuerdo a las tendencias detectadas en dicho sub "
1449
+ #~ "conjunto (para mayor informaci&oacute;n acerca de; <em>sampleo de data</"
1450
+ #~ "em>, por favor <a href=\"%1$s\" target=\"_blank\">leer aqu&iacute;</a>)"
1451
+
1452
+ #~ msgid "Listing refresh interval"
1453
+ #~ msgstr "Intervalo de refrescamiento del listado"
1454
+
1455
+ #~ msgid "Live"
1456
+ #~ msgstr "En vivo"
1457
+
1458
+ #~ msgid "Custom interval"
1459
+ #~ msgstr "Intervalo personalizado"
1460
+
1461
+ #~ msgid ""
1462
+ #~ "Sets how often the listing should be updated. For most sites the Live "
1463
+ #~ "option should be fine, however if you are experiencing slowdowns or your "
1464
+ #~ "blog gets a lot of visitors then you might want to change the refresh rate"
1465
+ #~ msgstr ""
1466
+ #~ "Configura cu&aacute;n frecuentemente debe actualizarse listado. Para la "
1467
+ #~ "mayor&iacute;a de los sitios la opci&oacute;n En Vivo deber&iacute;a "
1468
+ #~ "estar bien, sin embargo si est&aacute;s experimentando lentitud o tu blog "
1469
+ #~ "recibe muchos visitantes entonces quiz&aacute;s prefieras cambiar la tasa "
1470
+ #~ "de refrescamiento"
1471
+
1472
+ #~ msgid "Refresh list every"
1473
+ #~ msgstr "Refrescar la lista cada"
1474
+
1475
+ #~ msgid ""
1476
+ #~ "Please refer to \"List of parameters accepted by wpp_get_mostpopular() "
1477
+ #~ "and the [wpp] shortcode\"."
1478
+ #~ msgstr ""
1479
+ #~ "Por favor revisa \"Listado de par&aacute;metros aceptados por "
1480
+ #~ "wpp_get_mostpopular() y el shortcode [wpp]\"."
1481
+
1482
+ #~ msgid ""
1483
+ #~ "List of parameters accepted by wpp_get_mostpopular() and the [wpp] "
1484
+ #~ "shortcode"
1485
+ #~ msgstr ""
1486
+ #~ "Lista de par&aacute;metros aceptados por wpp_get_mostpopular() y el "
1487
+ #~ "shortcode [wpp]"
1488
+
1489
+ #~ msgid ""
1490
+ #~ "These parameters can be used by both the template tag "
1491
+ #~ "wpp_get_most_popular() and the shortcode [wpp]."
1492
+ #~ msgstr ""
1493
+ #~ "Estos par&aacute;metros pueden ser utilizados tanto por el template tag "
1494
+ #~ "wpp_get_mostpopular() como por el shortcode [wpp]."
1495
+
1496
+ #~ msgid "Preview"
1497
+ #~ msgstr "Vista previa"
1498
+
1499
+ #~ msgid "Excerpt Properties"
1500
+ #~ msgstr "Propiedades del resumen"
1501
+
1502
+ #~ msgid "Thumbnail settings"
1503
+ #~ msgstr "Configuraci&oacute;n de miniatura"
1504
+
1505
+ #~ msgid ""
1506
+ #~ "Here you will find a handy group of options to tweak Wordpress Popular "
1507
+ #~ "Posts."
1508
+ #~ msgstr ""
1509
+ #~ "Aqu&iacute; encontrar&aacute;s un &uacute;til grupo de opciones para "
1510
+ #~ "ajustar a Wordpress Popular Posts."
1511
+
1512
+ #~ msgid "Popular Posts links behavior"
1513
+ #~ msgstr "Comportamiento de los link en las Entradas Populares"
1514
+
1515
+ #~ msgid "Views logging behavior"
1516
+ #~ msgstr "Comportamiento del registro de vistas"
1517
+
1518
+ #~ msgid "Wordpress Popular Posts Stylesheet"
1519
+ #~ msgstr "Hoja de estilos de Wordpress Popular Posts"
1520
+
1521
+ #~ msgid "Data tools"
1522
+ #~ msgstr "Herramientas de datos"
1523
+
1524
+ #~ msgid "Popular posts listing refresh interval"
1525
+ #~ msgstr "Intervalo de refrescamiento de las Entradas Populares"
1526
+
1527
+ #~ msgid "Frequently Asked Questions"
1528
+ #~ msgstr "Preguntas Frecuentes (FAQ)"
1529
+
1530
+ #~ msgid "Sets the opening tag for each item on the list"
1531
+ #~ msgstr "Configura la etiqueta de apertura de cada &iacute;tem del listado"
1532
+
1533
+ #~ msgid "Sets the closing tag for each item on the list"
1534
+ #~ msgstr "Configura la etiqueta de cierre de cada &iacute;tem del listado"
1535
+
1536
+ #~ msgid ""
1537
+ #~ "If set, this option will allow you to decide the order of the contents "
1538
+ #~ "within each item on the list."
1539
+ #~ msgstr ""
1540
+ #~ "Si se configura, esta opci&oacute;n te permitir&aacute; decidir el orden "
1541
+ #~ "de los contenidos dentro de cada item en la lista."
1542
+
1543
+ #~ msgid ""
1544
+ #~ "If set, you can decide the order of each content inside a single item on "
1545
+ #~ "the list. For example, setting it to \"{title}: {summary}\" would output "
1546
+ #~ "something like \"Your Post Title: summary here\". This attribute requires "
1547
+ #~ "do_pattern to be true."
1548
+ #~ msgstr ""
1549
+ #~ "Si se configura, puedes decidir el orden de cada contenido dentro de cada "
1550
+ #~ "item en la lista. Por ejemplo, configurarlo como \"{title}: {summary}\" "
1551
+ #~ "mostrar&iacute;a \"El t&iacute;tulo de tu entrada: resumen aqu&iacute;\". "
1552
+ #~ "Este atributo requiere que do_pattern sea true."
1553
+
1554
+ #~ msgid "Available tags"
1555
+ #~ msgstr "Etiquetas disponibles"
1556
+
1557
+ #~ msgid "Rate it"
1558
+ #~ msgstr "&iexcl;Calif&iacute;calo"
1559
+
1560
+ #~ msgid "on the official Plugin Directory!"
1561
+ #~ msgstr "en el Directorio Oficial de Plugins!"
1562
+
1563
+ #~ msgid "Do you love this plugin?"
1564
+ #~ msgstr "&iquest;Adoras este plugin?"
1565
+
1566
+ #~ msgid "Buy me a beer!"
1567
+ #~ msgstr "&iexcl;C&oacute;mprame una cerveza!"
1568
+
1569
+ #~ msgid "comments"
1570
+ #~ msgstr "comentarios"
1571
+
1572
+ #~ msgid "views per day"
1573
+ #~ msgstr "vistas por d&iacute;a"
1574
+
1575
+ #~ msgid "views"
1576
+ #~ msgstr "vistas"
1577
+
1578
+ #~ msgid "by"
1579
+ #~ msgstr "por"
1580
+
1581
+ #~ msgid "What does \"Use content formatting tags\" do?"
1582
+ #~ msgstr ""
1583
+ #~ "&iquest;Qu&eacute; hace \"Utilizar etiquetas de formato de contenido\"?"
1584
+
1585
+ #~ msgid "Before / after each post:"
1586
+ #~ msgstr "Antes / despu&eacute;s de cada entrada"
1587
+
1588
+ #~ msgid "Use content formatting tags"
1589
+ #~ msgstr "Utilizar etiquetas de formato de contenido"
1590
+
1591
+ #~ msgid "Content format:"
1592
+ #~ msgstr "Formato de contenido:"
1593
+
1594
+ #~ msgid "Wordpress Popular Posts Stats"
1595
+ #~ msgstr "Estad&iacute;sticas de Wordpress Popular Posts"
lang/wordpress-popular-posts.mo DELETED
Binary file
lang/wordpress-popular-posts.po DELETED
@@ -1,1205 +0,0 @@
1
- # Copyright (C) 2013 Wordpress Popular Posts
2
- # This file is distributed under the same license as the Wordpress Popular Posts package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Wordpress Popular Posts\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/wordpress-popular-posts\n"
7
- "POT-Creation-Date: 2015-04-08 10:19-0430\n"
8
- "PO-Revision-Date: 2015-04-08 10:19-0430\n"
9
- "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
10
- "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
11
- "Language: en\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.7.5\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext;_n:1,2;__ngettext_noop;_n_noop;_x;_nx;_nx_noop;"
18
- "_ex;esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_c;_nc\n"
19
- "X-Poedit-Basepath: .\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "X-Poedit-SearchPath-0: ..\n"
22
- "X-Poedit-SearchPath-1: .\n"
23
-
24
- #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
25
- #: ../views/admin.php:75
26
- msgid "Settings saved."
27
- msgstr ""
28
-
29
- #: ../views/admin.php:40
30
- msgid "Please provide the name of your custom field."
31
- msgstr ""
32
-
33
- #: ../views/admin.php:81
34
- msgid ""
35
- "Any changes made to WPP's default stylesheet will be lost after every plugin update. "
36
- "In order to prevent this from happening, please copy the wpp.css file (located at wp-"
37
- "content/plugins/wordpress-popular-posts/style) into your theme's directory"
38
- msgstr ""
39
-
40
- #: ../views/admin.php:96
41
- msgid ""
42
- "This operation will delete all entries from WordPress Popular Posts' cache table and "
43
- "cannot be undone."
44
- msgstr ""
45
-
46
- #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
47
- msgid "Do you want to continue?"
48
- msgstr ""
49
-
50
- #: ../views/admin.php:104
51
- msgid ""
52
- "This operation will delete all stored info from WordPress Popular Posts' data tables "
53
- "and cannot be undone."
54
- msgstr ""
55
-
56
- #: ../views/admin.php:112
57
- msgid "This operation will delete all cached thumbnails and cannot be undone."
58
- msgstr ""
59
-
60
- #: ../views/admin.php:146
61
- msgid "Stats"
62
- msgstr ""
63
-
64
- #: ../views/admin.php:147
65
- msgid "Tools"
66
- msgstr ""
67
-
68
- #: ../views/admin.php:148 ../views/admin.php:747
69
- msgid "Parameters"
70
- msgstr ""
71
-
72
- #: ../views/admin.php:149
73
- msgid "FAQ"
74
- msgstr ""
75
-
76
- #: ../views/admin.php:150
77
- msgid "About"
78
- msgstr ""
79
-
80
- #: ../views/admin.php:161
81
- msgid ""
82
- "Click on each tab to see what are the most popular entries on your blog in the last 24 "
83
- "hours, this week, last 30 days or all time since WordPress Popular Posts was installed."
84
- msgstr ""
85
-
86
- #: ../views/admin.php:167
87
- msgid "Order by comments"
88
- msgstr ""
89
-
90
- #: ../views/admin.php:168
91
- msgid "Order by views"
92
- msgstr ""
93
-
94
- #: ../views/admin.php:169
95
- msgid "Order by avg. daily views"
96
- msgstr ""
97
-
98
- #: ../views/admin.php:171
99
- msgid "Post type"
100
- msgstr ""
101
-
102
- #: ../views/admin.php:172
103
- msgid "Limit"
104
- msgstr ""
105
-
106
- #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
107
- #: ../views/admin.php:403
108
- msgid "Apply"
109
- msgstr ""
110
-
111
- #: ../views/admin.php:177 ../views/form.php:32
112
- msgid "Display only posts published within the selected Time Range"
113
- msgstr ""
114
-
115
- #: ../views/admin.php:184 ../views/form.php:26
116
- msgid "Last 24 hours"
117
- msgstr ""
118
-
119
- #: ../views/admin.php:185 ../views/form.php:27
120
- msgid "Last 7 days"
121
- msgstr ""
122
-
123
- #: ../views/admin.php:186 ../views/form.php:28
124
- msgid "Last 30 days"
125
- msgstr ""
126
-
127
- #: ../views/admin.php:187 ../views/form.php:29
128
- msgid "All-time"
129
- msgstr ""
130
-
131
- #: ../views/admin.php:209
132
- msgid "Thumbnails"
133
- msgstr ""
134
-
135
- #: ../views/admin.php:214
136
- msgid "Default thumbnail"
137
- msgstr ""
138
-
139
- #: ../views/admin.php:219
140
- msgid "Upload thumbnail"
141
- msgstr ""
142
-
143
- #: ../views/admin.php:221
144
- msgid ""
145
- "How-to: upload (or select) an image, set Size to Full and click on Upload. After it's "
146
- "done, hit on Apply to save changes"
147
- msgstr ""
148
-
149
- #: ../views/admin.php:225
150
- msgid "Pick image from"
151
- msgstr ""
152
-
153
- #: ../views/admin.php:228
154
- msgid "Featured image"
155
- msgstr ""
156
-
157
- #: ../views/admin.php:229
158
- msgid "First image on post"
159
- msgstr ""
160
-
161
- #: ../views/admin.php:230
162
- msgid "Custom field"
163
- msgstr ""
164
-
165
- #: ../views/admin.php:233
166
- msgid "Tell WordPress Popular Posts where it should get thumbnails from"
167
- msgstr ""
168
-
169
- #: ../views/admin.php:237
170
- msgid "Custom field name"
171
- msgstr ""
172
-
173
- #: ../views/admin.php:243
174
- msgid "Resize image from Custom field?"
175
- msgstr ""
176
-
177
- #: ../views/admin.php:246
178
- msgid "No, I will upload my own thumbnail"
179
- msgstr ""
180
-
181
- #: ../views/admin.php:247
182
- msgid "Yes"
183
- msgstr ""
184
-
185
- #: ../views/admin.php:252
186
- msgid "Responsive support"
187
- msgstr ""
188
-
189
- #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
190
- #: ../views/admin.php:393
191
- msgid "Enabled"
192
- msgstr ""
193
-
194
- #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
195
- #: ../views/admin.php:394
196
- msgid "Disabled"
197
- msgstr ""
198
-
199
- #: ../views/admin.php:259
200
- msgid ""
201
- "If enabled, WordPress Popular Posts will strip height and width attributes out of "
202
- "thumbnails' image tags"
203
- msgstr ""
204
-
205
- #: ../views/admin.php:269
206
- msgid "Empty image cache"
207
- msgstr ""
208
-
209
- #: ../views/admin.php:270
210
- msgid "Use this button to clear WPP's thumbnails cache"
211
- msgstr ""
212
-
213
- #: ../views/admin.php:288
214
- msgid "Data"
215
- msgstr ""
216
-
217
- #: ../views/admin.php:293
218
- msgid "Log views from"
219
- msgstr ""
220
-
221
- #: ../views/admin.php:296
222
- msgid "Visitors only"
223
- msgstr ""
224
-
225
- #: ../views/admin.php:297
226
- msgid "Logged-in users only"
227
- msgstr ""
228
-
229
- #: ../views/admin.php:298
230
- msgid "Everyone"
231
- msgstr ""
232
-
233
- #: ../views/admin.php:304
234
- msgid "Ajaxify widget"
235
- msgstr ""
236
-
237
- #: ../views/admin.php:312
238
- msgid ""
239
- "If you are using a caching plugin such as WP Super Cache, enabling this feature will "
240
- "keep the popular list from being cached by it"
241
- msgstr ""
242
-
243
- #: ../views/admin.php:316
244
- msgid "WPP Cache Expiry Policy"
245
- msgstr ""
246
-
247
- #: ../views/admin.php:319
248
- msgid "Never cache"
249
- msgstr ""
250
-
251
- #: ../views/admin.php:320
252
- msgid "Enable caching"
253
- msgstr ""
254
-
255
- #: ../views/admin.php:324
256
- msgid ""
257
- "Sets WPP's cache expiration time. WPP can cache the popular list for a specified "
258
- "amount of time. Recommended for large / high traffic sites"
259
- msgstr ""
260
-
261
- #: ../views/admin.php:328
262
- msgid "Refresh cache every"
263
- msgstr ""
264
-
265
- #: ../views/admin.php:332
266
- msgid "Minute(s)"
267
- msgstr ""
268
-
269
- #: ../views/admin.php:333
270
- msgid "Hour(s)"
271
- msgstr ""
272
-
273
- #: ../views/admin.php:334
274
- msgid "Day(s)"
275
- msgstr ""
276
-
277
- #: ../views/admin.php:335
278
- msgid "Week(s)"
279
- msgstr ""
280
-
281
- #: ../views/admin.php:336
282
- msgid "Month(s)"
283
- msgstr ""
284
-
285
- #: ../views/admin.php:337
286
- msgid "Year(s)"
287
- msgstr ""
288
-
289
- #: ../views/admin.php:340
290
- msgid "Really? That long?"
291
- msgstr ""
292
-
293
- #: ../views/admin.php:344
294
- msgid "Data Sampling"
295
- msgstr ""
296
-
297
- #: ../views/admin.php:352
298
- #, php-format
299
- msgid ""
300
- "By default, WordPress Popular Posts stores in database every single visit your site "
301
- "receives. For small / medium sites this is generally OK, but on large / high traffic "
302
- "sites the constant writing to the database may have an impact on performance. With "
303
- "data sampling, WordPress Popular Posts will store only a subset of your traffic and "
304
- "report on the tendencies detected in that sample set (for more on <em>data sampling</"
305
- "em>, please <a href=\"%1$s\" target=\"_blank\">read here</a>)"
306
- msgstr ""
307
-
308
- #: ../views/admin.php:356
309
- msgid "Sample Rate"
310
- msgstr ""
311
-
312
- #: ../views/admin.php:360
313
- #, php-format
314
- msgid ""
315
- "A sampling rate of %d is recommended for large / high traffic sites. For lower traffic "
316
- "sites, you should lower the value"
317
- msgstr ""
318
-
319
- #: ../views/admin.php:375
320
- msgid "Miscellaneous"
321
- msgstr ""
322
-
323
- #: ../views/admin.php:380
324
- msgid "Open links in"
325
- msgstr ""
326
-
327
- #: ../views/admin.php:383
328
- msgid "Current window"
329
- msgstr ""
330
-
331
- #: ../views/admin.php:384
332
- msgid "New tab/window"
333
- msgstr ""
334
-
335
- #: ../views/admin.php:390
336
- msgid "Use plugin's stylesheet"
337
- msgstr ""
338
-
339
- #: ../views/admin.php:397
340
- msgid ""
341
- "By default, the plugin includes a stylesheet called wpp.css which you can use to style "
342
- "your popular posts listing. If you wish to use your own stylesheet or do not want it "
343
- "to have it included in the header section of your site, use this."
344
- msgstr ""
345
-
346
- #: ../views/admin.php:414
347
- msgid ""
348
- "WordPress Popular Posts maintains data in two separate tables: one for storing the "
349
- "most popular entries on a daily basis (from now on, \"cache\"), and another one to "
350
- "keep the All-time data (from now on, \"historical data\" or just \"data\"). If for "
351
- "some reason you need to clear the cache table, or even both historical and cache "
352
- "tables, please use the buttons below to do so."
353
- msgstr ""
354
-
355
- #: ../views/admin.php:415
356
- msgid "Empty cache"
357
- msgstr ""
358
-
359
- #: ../views/admin.php:415
360
- msgid "Use this button to manually clear entries from WPP cache only"
361
- msgstr ""
362
-
363
- #: ../views/admin.php:416
364
- msgid "Clear all data"
365
- msgstr ""
366
-
367
- #: ../views/admin.php:416
368
- msgid "Use this button to manually clear entries from all WPP data tables"
369
- msgstr ""
370
-
371
- #: ../views/admin.php:423
372
- #, php-format
373
- msgid ""
374
- "With the following parameters you can customize the popular posts list when using "
375
- "either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or the <a href="
376
- "\"%2$s\">[wpp] shortcode</a>."
377
- msgstr ""
378
-
379
- #: ../views/admin.php:431
380
- msgid "Parameter"
381
- msgstr ""
382
-
383
- #: ../views/admin.php:432 ../views/admin.php:746
384
- msgid "What it does "
385
- msgstr ""
386
-
387
- #: ../views/admin.php:433
388
- msgid "Possible values"
389
- msgstr ""
390
-
391
- #: ../views/admin.php:434
392
- msgid "Defaults to"
393
- msgstr ""
394
-
395
- #: ../views/admin.php:435 ../views/admin.php:748
396
- msgid "Example"
397
- msgstr ""
398
-
399
- #: ../views/admin.php:441
400
- msgid "Sets a heading for the list"
401
- msgstr ""
402
-
403
- #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
404
- #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
405
- #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
406
- #: ../views/admin.php:624
407
- msgid "Text string"
408
- msgstr ""
409
-
410
- #: ../views/admin.php:443
411
- msgid "Popular Posts"
412
- msgstr ""
413
-
414
- #: ../views/admin.php:448
415
- msgid "Set the opening tag for the heading of the list"
416
- msgstr ""
417
-
418
- #: ../views/admin.php:455
419
- msgid "Set the closing tag for the heading of the list"
420
- msgstr ""
421
-
422
- #: ../views/admin.php:462
423
- msgid "Sets the maximum number of popular posts to be shown on the listing"
424
- msgstr ""
425
-
426
- #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
427
- #: ../views/admin.php:554 ../views/admin.php:561
428
- msgid "Positive integer"
429
- msgstr ""
430
-
431
- #: ../views/admin.php:469
432
- msgid ""
433
- "Tells WordPress Popular Posts to retrieve the most popular entries within the time "
434
- "range specified by you"
435
- msgstr ""
436
-
437
- #: ../views/admin.php:476
438
- msgid ""
439
- "Tells WordPress Popular Posts to retrieve the most popular entries published within "
440
- "the time range specified by you"
441
- msgstr ""
442
-
443
- #: ../views/admin.php:483
444
- msgid "Sets the sorting option of the popular posts"
445
- msgstr ""
446
-
447
- #: ../views/admin.php:484
448
- msgid "(for average views per day)"
449
- msgstr ""
450
-
451
- #: ../views/admin.php:490
452
- msgid "Defines the type of posts to show on the listing"
453
- msgstr ""
454
-
455
- #: ../views/admin.php:497
456
- msgid ""
457
- "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) form the "
458
- "listing."
459
- msgstr ""
460
-
461
- #: ../views/admin.php:499 ../views/admin.php:506 ../views/admin.php:513
462
- msgid "None"
463
- msgstr ""
464
-
465
- #: ../views/admin.php:504
466
- msgid ""
467
- "If set, WordPress Popular Posts will retrieve all entries that belong to the specified "
468
- "category(ies) ID(s). If a minus sign is used, the category(ies) will be excluded "
469
- "instead."
470
- msgstr ""
471
-
472
- #: ../views/admin.php:511
473
- msgid ""
474
- "If set, WordPress Popular Posts will retrieve all entries created by specified "
475
- "author(s) ID(s)."
476
- msgstr ""
477
-
478
- #: ../views/admin.php:518
479
- msgid ""
480
- "If set, WordPress Popular Posts will shorten each post title to \"n\" characters "
481
- "whenever possible"
482
- msgstr ""
483
-
484
- #: ../views/admin.php:525
485
- msgid ""
486
- "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" words "
487
- "instead of characters"
488
- msgstr ""
489
-
490
- #: ../views/admin.php:532
491
- msgid ""
492
- "If set, WordPress Popular Posts will build and include an excerpt of \"n\" characters "
493
- "long from the content of each post listed as popular"
494
- msgstr ""
495
-
496
- #: ../views/admin.php:539
497
- msgid ""
498
- "If set, WordPress Popular Posts will maintaing all styling tags (strong, italic, etc) "
499
- "and hyperlinks found in the excerpt"
500
- msgstr ""
501
-
502
- #: ../views/admin.php:546
503
- msgid ""
504
- "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words instead "
505
- "of characters"
506
- msgstr ""
507
-
508
- #: ../views/admin.php:553
509
- msgid ""
510
- "If set, and if your current server configuration allows it, you will be able to "
511
- "display thumbnails of your posts. This attribute sets the width for thumbnails"
512
- msgstr ""
513
-
514
- #: ../views/admin.php:560
515
- msgid ""
516
- "If set, and if your current server configuration allows it, you will be able to "
517
- "display thumbnails of your posts. This attribute sets the height for thumbnails"
518
- msgstr ""
519
-
520
- #: ../views/admin.php:567
521
- msgid ""
522
- "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, "
523
- "WordPress Popular Posts will show how your visitors are rating your entries"
524
- msgstr ""
525
-
526
- #: ../views/admin.php:574
527
- msgid ""
528
- "If set, WordPress Popular Posts will show how many comments each popular post has got "
529
- "until now"
530
- msgstr ""
531
-
532
- #: ../views/admin.php:581
533
- msgid ""
534
- "If set, WordPress Popular Posts will show how many views each popular post has got "
535
- "since it was installed"
536
- msgstr ""
537
-
538
- #: ../views/admin.php:588
539
- msgid ""
540
- "If set, WordPress Popular Posts will show who published each popular post on the list"
541
- msgstr ""
542
-
543
- #: ../views/admin.php:595
544
- msgid ""
545
- "If set, WordPress Popular Posts will display the date when each popular post on the "
546
- "list was published"
547
- msgstr ""
548
-
549
- #: ../views/admin.php:602
550
- msgid "Sets the date format"
551
- msgstr ""
552
-
553
- #: ../views/admin.php:609
554
- msgid "If set, WordPress Popular Posts will display the category"
555
- msgstr ""
556
-
557
- #: ../views/admin.php:616
558
- msgid "Sets the opening tag for the listing"
559
- msgstr ""
560
-
561
- #: ../views/admin.php:623
562
- msgid "Sets the closing tag for the listing"
563
- msgstr ""
564
-
565
- #: ../views/admin.php:630
566
- msgid "Sets the HTML structure of each post"
567
- msgstr ""
568
-
569
- #: ../views/admin.php:631
570
- msgid "Text string, custom HTML"
571
- msgstr ""
572
-
573
- #: ../views/admin.php:631
574
- msgid "Available Content Tags"
575
- msgstr ""
576
-
577
- #: ../views/admin.php:631
578
- msgid "displays thumbnail linked to post/page"
579
- msgstr ""
580
-
581
- #: ../views/admin.php:631
582
- msgid "displays thumbnail image without linking to post/page"
583
- msgstr ""
584
-
585
- #: ../views/admin.php:631
586
- msgid "displays linked post/page title"
587
- msgstr ""
588
-
589
- #: ../views/admin.php:631
590
- msgid "displays post/page excerpt, and requires excerpt_length to be greater than 0"
591
- msgstr ""
592
-
593
- #: ../views/admin.php:631
594
- msgid "displays the default stats tags"
595
- msgstr ""
596
-
597
- #: ../views/admin.php:631
598
- msgid "displays post/page current rating, requires WP-PostRatings installed and enabled"
599
- msgstr ""
600
-
601
- #: ../views/admin.php:631
602
- msgid ""
603
- "displays post/page current rating as an integer, requires WP-PostRatings installed and "
604
- "enabled"
605
- msgstr ""
606
-
607
- #: ../views/admin.php:631
608
- msgid "outputs the URL of the post/page"
609
- msgstr ""
610
-
611
- #: ../views/admin.php:631
612
- msgid "displays post/page title, no link"
613
- msgstr ""
614
-
615
- #: ../views/admin.php:631
616
- msgid "displays linked author name, requires stats_author=1"
617
- msgstr ""
618
-
619
- #: ../views/admin.php:631
620
- msgid "displays linked category name, requires stats_category=1"
621
- msgstr ""
622
-
623
- #: ../views/admin.php:631
624
- msgid "displays views count only, no text"
625
- msgstr ""
626
-
627
- #: ../views/admin.php:631
628
- msgid "displays comments count only, no text, requires stats_comments=1"
629
- msgstr ""
630
-
631
- #: ../views/admin.php:631
632
- msgid "displays post/page date, requires stats_date=1"
633
- msgstr ""
634
-
635
- #: ../views/admin.php:643
636
- msgid "What does \"Title\" do?"
637
- msgstr ""
638
-
639
- #: ../views/admin.php:646
640
- msgid ""
641
- "It allows you to show a heading for your most popular posts listing. If left empty, no "
642
- "heading will be displayed at all."
643
- msgstr ""
644
-
645
- #: ../views/admin.php:649
646
- msgid "What is Time Range for?"
647
- msgstr ""
648
-
649
- #: ../views/admin.php:651
650
- msgid ""
651
- "It will tell WordPress Popular Posts to retrieve all posts with most views / comments "
652
- "within the selected time range."
653
- msgstr ""
654
-
655
- #: ../views/admin.php:654
656
- msgid "What is \"Sort post by\" for?"
657
- msgstr ""
658
-
659
- #: ../views/admin.php:656
660
- msgid ""
661
- "It allows you to decide whether to order your popular posts listing by total views, "
662
- "comments, or average views per day."
663
- msgstr ""
664
-
665
- #: ../views/admin.php:659
666
- msgid "What does \"Display post rating\" do?"
667
- msgstr ""
668
-
669
- #: ../views/admin.php:661
670
- msgid ""
671
- "If checked, WordPress Popular Posts will show how your readers are rating your most "
672
- "popular posts. This feature requires having WP-PostRatings plugin installed and "
673
- "enabled on your blog for it to work."
674
- msgstr ""
675
-
676
- #: ../views/admin.php:664
677
- msgid "What does \"Shorten title\" do?"
678
- msgstr ""
679
-
680
- #: ../views/admin.php:666
681
- msgid ""
682
- "If checked, all posts titles will be shortened to \"n\" characters/words. A new "
683
- "\"Shorten title to\" option will appear so you can set it to whatever you like."
684
- msgstr ""
685
-
686
- #: ../views/admin.php:669
687
- msgid "What does \"Display post excerpt\" do?"
688
- msgstr ""
689
-
690
- #: ../views/admin.php:671
691
- msgid ""
692
- "If checked, WordPress Popular Posts will also include a small extract of your posts in "
693
- "the list. Similarly to the previous option, you will be able to decide how long the "
694
- "post excerpt should be."
695
- msgstr ""
696
-
697
- #: ../views/admin.php:674
698
- msgid "What does \"Keep text format and links\" do?"
699
- msgstr ""
700
-
701
- #: ../views/admin.php:676
702
- msgid ""
703
- "If checked, and if the Post Excerpt feature is enabled, WordPress Popular Posts will "
704
- "keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. "
705
- "Hyperlinks will remain intact, too."
706
- msgstr ""
707
-
708
- #: ../views/admin.php:679
709
- msgid "What is \"Post type\" for?"
710
- msgstr ""
711
-
712
- #: ../views/admin.php:681
713
- msgid ""
714
- "This filter allows you to decide which post types to show on the listing. By default, "
715
- "it will retrieve only posts and pages (which should be fine for most cases)."
716
- msgstr ""
717
-
718
- #: ../views/admin.php:684
719
- msgid "What is \"Category(ies) ID(s)\" for?"
720
- msgstr ""
721
-
722
- #: ../views/admin.php:686
723
- msgid ""
724
- "This filter allows you to select which categories should be included or excluded from "
725
- "the listing. A negative sign in front of the category ID number will exclude posts "
726
- "belonging to it from the list, for example. You can specify more than one ID with a "
727
- "comma separated list."
728
- msgstr ""
729
-
730
- #: ../views/admin.php:689
731
- msgid "What is \"Author(s) ID(s)\" for?"
732
- msgstr ""
733
-
734
- #: ../views/admin.php:691
735
- msgid ""
736
- "Just like the Category filter, this one lets you filter posts by author ID. You can "
737
- "specify more than one ID with a comma separated list."
738
- msgstr ""
739
-
740
- #: ../views/admin.php:694
741
- msgid "What does \"Display post thumbnail\" do?"
742
- msgstr ""
743
-
744
- #: ../views/admin.php:696
745
- msgid ""
746
- "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail of each "
747
- "post. You can set up the source of the thumbnail via Settings - WordPress Popular "
748
- "Posts - Tools."
749
- msgstr ""
750
-
751
- #: ../views/admin.php:699
752
- msgid "What does \"Display comment count\" do?"
753
- msgstr ""
754
-
755
- #: ../views/admin.php:701
756
- msgid ""
757
- "If checked, WordPress Popular Posts will display how many comments each popular post "
758
- "has got in the selected Time Range."
759
- msgstr ""
760
-
761
- #: ../views/admin.php:704
762
- msgid "What does \"Display views\" do?"
763
- msgstr ""
764
-
765
- #: ../views/admin.php:706
766
- msgid ""
767
- "If checked, WordPress Popular Posts will show how many pageviews a single post has "
768
- "gotten in the selected Time Range."
769
- msgstr ""
770
-
771
- #: ../views/admin.php:709
772
- msgid "What does \"Display author\" do?"
773
- msgstr ""
774
-
775
- #: ../views/admin.php:711
776
- msgid ""
777
- "If checked, WordPress Popular Posts will display the name of the author of each entry "
778
- "listed."
779
- msgstr ""
780
-
781
- #: ../views/admin.php:714
782
- msgid "What does \"Display date\" do?"
783
- msgstr ""
784
-
785
- #: ../views/admin.php:716
786
- msgid ""
787
- "If checked, WordPress Popular Posts will display the date when each popular posts was "
788
- "published."
789
- msgstr ""
790
-
791
- #: ../views/admin.php:719
792
- msgid "What does \"Display category\" do?"
793
- msgstr ""
794
-
795
- #: ../views/admin.php:721
796
- msgid "If checked, WordPress Popular Posts will display the category of each post."
797
- msgstr ""
798
-
799
- #: ../views/admin.php:724
800
- msgid "What does \"Use custom HTML Markup\" do?"
801
- msgstr ""
802
-
803
- #: ../views/admin.php:726
804
- msgid ""
805
- "If checked, you will be able to customize the HTML markup of your popular posts "
806
- "listing. For example, you can decide whether to wrap your posts in an unordered list, "
807
- "an ordered list, a div, etc. If you know xHTML/CSS, this is for you!"
808
- msgstr ""
809
-
810
- #: ../views/admin.php:729
811
- msgid "What are \"Content Tags\"?"
812
- msgstr ""
813
-
814
- #: ../views/admin.php:731
815
- #, php-format
816
- msgid ""
817
- "Content Tags are codes to display a variety of items on your popular posts custom HTML "
818
- "structure. For example, setting it to \"{title}: {summary}\" (without the quotes) "
819
- "would display \"Post title: excerpt of the post here\". For more Content Tags, see the "
820
- "<a href=\"%s\" target=\"_blank\">Parameters</a> section."
821
- msgstr ""
822
-
823
- #: ../views/admin.php:734
824
- msgid "What are \"Template Tags\"?"
825
- msgstr ""
826
-
827
- #: ../views/admin.php:736
828
- msgid ""
829
- "Template Tags are simply php functions that allow you to perform certain actions. For "
830
- "example, WordPress Popular Posts currently supports two different template tags: "
831
- "wpp_get_mostpopular() and wpp_get_views()."
832
- msgstr ""
833
-
834
- #: ../views/admin.php:739
835
- msgid "What are the template tags that WordPress Popular Posts supports?"
836
- msgstr ""
837
-
838
- #: ../views/admin.php:741
839
- msgid "The following are the template tags supported by WordPress Popular Posts"
840
- msgstr ""
841
-
842
- #: ../views/admin.php:745
843
- msgid "Template tag"
844
- msgstr ""
845
-
846
- #: ../views/admin.php:754
847
- #, php-format
848
- msgid ""
849
- "Similar to the widget functionality, this tag retrieves the most popular posts on your "
850
- "blog. This function also accepts <a href=\"%1$s\">parameters</a> so you can customize "
851
- "your popular listing, but these are not required."
852
- msgstr ""
853
-
854
- #: ../views/admin.php:755
855
- #, php-format
856
- msgid ""
857
- "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete list of "
858
- "attributes."
859
- msgstr ""
860
-
861
- #: ../views/admin.php:760
862
- msgid ""
863
- "Displays the number of views of a single post. Post ID is required or it will return "
864
- "false."
865
- msgstr ""
866
-
867
- #: ../views/admin.php:761
868
- msgid "Post ID"
869
- msgstr ""
870
-
871
- #: ../views/admin.php:768
872
- msgid "What are \"shortcodes\"?"
873
- msgstr ""
874
-
875
- #: ../views/admin.php:770
876
- #, php-format
877
- msgid ""
878
- "Shortcodes are similar to BB Codes, these allow us to call a php function by simply "
879
- "typing something like [shortcode]. With WordPress Popular Posts, the shortcode [wpp] "
880
- "will let you insert a list of the most popular posts in posts content and pages too! "
881
- "For more information about shortcodes, please visit the <a href=\"%s\" target=\"_blank"
882
- "\">WordPress Shortcode API</a> page."
883
- msgstr ""
884
-
885
- #: ../views/admin.php:778
886
- #, php-format
887
- msgid "About WordPress Popular Posts %s"
888
- msgstr ""
889
-
890
- #: ../views/admin.php:779
891
- msgid "This version includes the following changes"
892
- msgstr ""
893
-
894
- #: ../views/admin.php:801
895
- msgid "Do you like this plugin?"
896
- msgstr ""
897
-
898
- #: ../views/admin.php:808
899
- msgid ""
900
- "Each donation motivates me to keep releasing free stuff for the WordPress community!"
901
- msgstr ""
902
-
903
- #: ../views/admin.php:809
904
- #, php-format
905
- msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
906
- msgstr ""
907
-
908
- #: ../views/admin.php:813
909
- msgid "Need help?"
910
- msgstr ""
911
-
912
- #: ../views/admin.php:814
913
- #, php-format
914
- msgid ""
915
- "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions and "
916
- "feedback."
917
- msgstr ""
918
-
919
- #: ../views/admin.php:815
920
- msgid "Let's make this plugin even better!"
921
- msgstr ""
922
-
923
- #: ../views/form.php:2
924
- msgid "Title"
925
- msgstr ""
926
-
927
- #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24 ../views/form.php:34
928
- #: ../views/form.php:40 ../views/form.php:43 ../views/form.php:52 ../views/form.php:55
929
- #: ../views/form.php:63 ../views/form.php:66 ../views/form.php:73 ../views/form.php:101
930
- #: ../views/form.php:103 ../views/form.php:105 ../views/form.php:107
931
- #: ../views/form.php:119 ../views/form.php:125
932
- msgid "What is this?"
933
- msgstr ""
934
-
935
- #: ../views/form.php:7
936
- msgid "Show up to"
937
- msgstr ""
938
-
939
- #: ../views/form.php:8
940
- msgid "posts"
941
- msgstr ""
942
-
943
- #: ../views/form.php:12
944
- msgid "Sort posts by"
945
- msgstr ""
946
-
947
- #: ../views/form.php:14
948
- msgid "Comments"
949
- msgstr ""
950
-
951
- #: ../views/form.php:15
952
- msgid "Total views"
953
- msgstr ""
954
-
955
- #: ../views/form.php:16
956
- msgid "Avg. daily views"
957
- msgstr ""
958
-
959
- #: ../views/form.php:22
960
- msgid "Filters"
961
- msgstr ""
962
-
963
- #: ../views/form.php:24
964
- msgid "Time Range"
965
- msgstr ""
966
-
967
- #: ../views/form.php:34
968
- msgid "Post type(s)"
969
- msgstr ""
970
-
971
- #: ../views/form.php:37
972
- msgid "Post(s) ID(s) to exclude"
973
- msgstr ""
974
-
975
- #: ../views/form.php:40
976
- msgid "Category(ies) ID(s)"
977
- msgstr ""
978
-
979
- #: ../views/form.php:43
980
- msgid "Author(s) ID(s)"
981
- msgstr ""
982
-
983
- #: ../views/form.php:48
984
- msgid "Posts settings"
985
- msgstr ""
986
-
987
- #: ../views/form.php:52
988
- msgid "Display post rating"
989
- msgstr ""
990
-
991
- #: ../views/form.php:55
992
- msgid "Shorten title"
993
- msgstr ""
994
-
995
- #: ../views/form.php:58
996
- msgid "Shorten title to"
997
- msgstr ""
998
-
999
- #: ../views/form.php:59 ../views/form.php:69
1000
- msgid "characters"
1001
- msgstr ""
1002
-
1003
- #: ../views/form.php:60 ../views/form.php:70
1004
- msgid "words"
1005
- msgstr ""
1006
-
1007
- #: ../views/form.php:63
1008
- msgid "Display post excerpt"
1009
- msgstr ""
1010
-
1011
- #: ../views/form.php:66
1012
- msgid "Keep text format and links"
1013
- msgstr ""
1014
-
1015
- #: ../views/form.php:67
1016
- msgid "Excerpt length"
1017
- msgstr ""
1018
-
1019
- #: ../views/form.php:73
1020
- msgid "Display post thumbnail"
1021
- msgstr ""
1022
-
1023
- #: ../views/form.php:76
1024
- msgid "Use predefined size"
1025
- msgstr ""
1026
-
1027
- #: ../views/form.php:88
1028
- msgid "Set size manually"
1029
- msgstr ""
1030
-
1031
- #: ../views/form.php:90
1032
- msgid "Width"
1033
- msgstr ""
1034
-
1035
- #: ../views/form.php:91 ../views/form.php:94
1036
- msgid "px"
1037
- msgstr ""
1038
-
1039
- #: ../views/form.php:93
1040
- msgid "Height"
1041
- msgstr ""
1042
-
1043
- #: ../views/form.php:99
1044
- msgid "Stats Tag settings"
1045
- msgstr ""
1046
-
1047
- #: ../views/form.php:101
1048
- msgid "Display comment count"
1049
- msgstr ""
1050
-
1051
- #: ../views/form.php:103
1052
- msgid "Display views"
1053
- msgstr ""
1054
-
1055
- #: ../views/form.php:105
1056
- msgid "Display author"
1057
- msgstr ""
1058
-
1059
- #: ../views/form.php:107
1060
- msgid "Display date"
1061
- msgstr ""
1062
-
1063
- #: ../views/form.php:110
1064
- msgid "Date Format"
1065
- msgstr ""
1066
-
1067
- #: ../views/form.php:112
1068
- msgid "WordPress Date Format"
1069
- msgstr ""
1070
-
1071
- #: ../views/form.php:119
1072
- msgid "Display category"
1073
- msgstr ""
1074
-
1075
- #: ../views/form.php:123
1076
- msgid "HTML Markup settings"
1077
- msgstr ""
1078
-
1079
- #: ../views/form.php:125
1080
- msgid "Use custom HTML Markup"
1081
- msgstr ""
1082
-
1083
- #: ../views/form.php:128
1084
- msgid "Before / after title"
1085
- msgstr ""
1086
-
1087
- #: ../views/form.php:131
1088
- msgid "Before / after Popular Posts"
1089
- msgstr ""
1090
-
1091
- #: ../views/form.php:134
1092
- msgid "Post HTML Markup"
1093
- msgstr ""
1094
-
1095
- #: ../wordpress-popular-posts.php:302
1096
- msgid "The most Popular Posts on your blog."
1097
- msgstr ""
1098
-
1099
- #: ../wordpress-popular-posts.php:467
1100
- msgid ""
1101
- "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing the <em>id</"
1102
- "em> attribute on before_widget (see <a href=\"http://codex.wordpress.org/"
1103
- "Function_Reference/register_sidebar\" target=\"_blank\" rel=\"nofollow"
1104
- "\">register_sidebar</a> for more)."
1105
- msgstr ""
1106
-
1107
- #: ../wordpress-popular-posts.php:711
1108
- msgid "Upload"
1109
- msgstr ""
1110
-
1111
- #: ../wordpress-popular-posts.php:1087
1112
- #, php-format
1113
- msgid ""
1114
- "Your PHP installation is too old. WordPress Popular Posts requires at least PHP "
1115
- "version %1$s to function correctly. Please contact your hosting provider and ask them "
1116
- "to upgrade PHP to %1$s or higher."
1117
- msgstr ""
1118
-
1119
- #: ../wordpress-popular-posts.php:1094
1120
- #, php-format
1121
- msgid ""
1122
- "Your WordPress version is too old. WordPress Popular Posts requires at least WordPress "
1123
- "version %1$s to function correctly. Please update your blog via Dashboard &gt; Update."
1124
- msgstr ""
1125
-
1126
- #: ../wordpress-popular-posts.php:1119
1127
- #, php-format
1128
- msgid ""
1129
- "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</strong>.</"
1130
- "p></div>"
1131
- msgstr ""
1132
-
1133
- #: ../wordpress-popular-posts.php:1179
1134
- msgid "Success! The cache table has been cleared!"
1135
- msgstr ""
1136
-
1137
- #: ../wordpress-popular-posts.php:1181
1138
- msgid "Error: cache table does not exist."
1139
- msgstr ""
1140
-
1141
- #: ../wordpress-popular-posts.php:1188
1142
- msgid "Success! All data have been cleared!"
1143
- msgstr ""
1144
-
1145
- #: ../wordpress-popular-posts.php:1190
1146
- msgid "Error: one or both data tables are missing."
1147
- msgstr ""
1148
-
1149
- #: ../wordpress-popular-posts.php:1193 ../wordpress-popular-posts.php:1231
1150
- msgid "Invalid action."
1151
- msgstr ""
1152
-
1153
- #: ../wordpress-popular-posts.php:1196 ../wordpress-popular-posts.php:1234
1154
- msgid ""
1155
- "Sorry, you do not have enough permissions to do this. Please contact the site "
1156
- "administrator for support."
1157
- msgstr ""
1158
-
1159
- #: ../wordpress-popular-posts.php:1226
1160
- msgid "Success! All files have been deleted!"
1161
- msgstr ""
1162
-
1163
- #: ../wordpress-popular-posts.php:1228
1164
- msgid "The thumbnail cache is already empty!"
1165
- msgstr ""
1166
-
1167
- #: ../wordpress-popular-posts.php:1778
1168
- msgid "Sorry. No data so far."
1169
- msgstr ""
1170
-
1171
- #: ../wordpress-popular-posts.php:2305
1172
- #, php-format
1173
- msgid "1 comment"
1174
- msgid_plural "%s comments"
1175
- msgstr[0] ""
1176
- msgstr[1] ""
1177
-
1178
- #: ../wordpress-popular-posts.php:2317
1179
- #, php-format
1180
- msgid "1 view per day"
1181
- msgid_plural "%s views per day"
1182
- msgstr[0] ""
1183
- msgstr[1] ""
1184
-
1185
- #: ../wordpress-popular-posts.php:2323
1186
- #, php-format
1187
- msgid "1 view"
1188
- msgid_plural "%s views"
1189
- msgstr[0] ""
1190
- msgstr[1] ""
1191
-
1192
- #: ../wordpress-popular-posts.php:2346
1193
- #, php-format
1194
- msgid "by %s"
1195
- msgstr ""
1196
-
1197
- #: ../wordpress-popular-posts.php:2352
1198
- #, php-format
1199
- msgid "posted on %s"
1200
- msgstr ""
1201
-
1202
- #: ../wordpress-popular-posts.php:2360
1203
- #, php-format
1204
- msgid "under %s"
1205
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wordpress-popular-posts.pot CHANGED
@@ -1,1205 +1,1203 @@
1
- # Copyright (C) 2014 Wordpress Popular Posts
2
- # This file is distributed under the same license as the Wordpress Popular Posts package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Wordpress Popular Posts\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/wordpress-popular-posts\n"
7
- "POT-Creation-Date: 2015-04-08 10:20-0430\n"
8
- "PO-Revision-Date: 2015-04-08 10:20-0430\n"
9
- "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
10
- "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
11
- "Language: en\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Generator: Poedit 1.7.5\n"
17
- "X-Poedit-KeywordsList: _e;__;__ngettext;__ngettext_noop;_n_noop;_x;_nx;_nx_noop;_ex;"
18
- "esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_c;_nc;_n:1,2\n"
19
- "X-Poedit-Basepath: .\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPath-1: ..\n"
23
-
24
- #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
25
- #: ../views/admin.php:75
26
- msgid "Settings saved."
27
- msgstr ""
28
-
29
- #: ../views/admin.php:40
30
- msgid "Please provide the name of your custom field."
31
- msgstr ""
32
-
33
- #: ../views/admin.php:81
34
- msgid ""
35
- "Any changes made to WPP's default stylesheet will be lost after every plugin update. "
36
- "In order to prevent this from happening, please copy the wpp.css file (located at wp-"
37
- "content/plugins/wordpress-popular-posts/style) into your theme's directory"
38
- msgstr ""
39
-
40
- #: ../views/admin.php:96
41
- msgid ""
42
- "This operation will delete all entries from WordPress Popular Posts' cache table and "
43
- "cannot be undone."
44
- msgstr ""
45
-
46
- #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
47
- msgid "Do you want to continue?"
48
- msgstr ""
49
-
50
- #: ../views/admin.php:104
51
- msgid ""
52
- "This operation will delete all stored info from WordPress Popular Posts' data tables "
53
- "and cannot be undone."
54
- msgstr ""
55
-
56
- #: ../views/admin.php:112
57
- msgid "This operation will delete all cached thumbnails and cannot be undone."
58
- msgstr ""
59
-
60
- #: ../views/admin.php:146
61
- msgid "Stats"
62
- msgstr ""
63
-
64
- #: ../views/admin.php:147
65
- msgid "Tools"
66
- msgstr ""
67
-
68
- #: ../views/admin.php:148 ../views/admin.php:747
69
- msgid "Parameters"
70
- msgstr ""
71
-
72
- #: ../views/admin.php:149
73
- msgid "FAQ"
74
- msgstr ""
75
-
76
- #: ../views/admin.php:150
77
- msgid "About"
78
- msgstr ""
79
-
80
- #: ../views/admin.php:161
81
- msgid ""
82
- "Click on each tab to see what are the most popular entries on your blog in the last 24 "
83
- "hours, this week, last 30 days or all time since WordPress Popular Posts was installed."
84
- msgstr ""
85
-
86
- #: ../views/admin.php:167
87
- msgid "Order by comments"
88
- msgstr ""
89
-
90
- #: ../views/admin.php:168
91
- msgid "Order by views"
92
- msgstr ""
93
-
94
- #: ../views/admin.php:169
95
- msgid "Order by avg. daily views"
96
- msgstr ""
97
-
98
- #: ../views/admin.php:171
99
- msgid "Post type"
100
- msgstr ""
101
-
102
- #: ../views/admin.php:172
103
- msgid "Limit"
104
- msgstr ""
105
-
106
- #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
107
- #: ../views/admin.php:403
108
- msgid "Apply"
109
- msgstr ""
110
-
111
- #: ../views/admin.php:177 ../views/form.php:32
112
- msgid "Display only posts published within the selected Time Range"
113
- msgstr ""
114
-
115
- #: ../views/admin.php:184 ../views/form.php:26
116
- msgid "Last 24 hours"
117
- msgstr ""
118
-
119
- #: ../views/admin.php:185 ../views/form.php:27
120
- msgid "Last 7 days"
121
- msgstr ""
122
-
123
- #: ../views/admin.php:186 ../views/form.php:28
124
- msgid "Last 30 days"
125
- msgstr ""
126
-
127
- #: ../views/admin.php:187 ../views/form.php:29
128
- msgid "All-time"
129
- msgstr ""
130
-
131
- #: ../views/admin.php:209
132
- msgid "Thumbnails"
133
- msgstr ""
134
-
135
- #: ../views/admin.php:214
136
- msgid "Default thumbnail"
137
- msgstr ""
138
-
139
- #: ../views/admin.php:219
140
- msgid "Upload thumbnail"
141
- msgstr ""
142
-
143
- #: ../views/admin.php:221
144
- msgid ""
145
- "How-to: upload (or select) an image, set Size to Full and click on Upload. After it's "
146
- "done, hit on Apply to save changes"
147
- msgstr ""
148
-
149
- #: ../views/admin.php:225
150
- msgid "Pick image from"
151
- msgstr ""
152
-
153
- #: ../views/admin.php:228
154
- msgid "Featured image"
155
- msgstr ""
156
-
157
- #: ../views/admin.php:229
158
- msgid "First image on post"
159
- msgstr ""
160
-
161
- #: ../views/admin.php:230
162
- msgid "Custom field"
163
- msgstr ""
164
-
165
- #: ../views/admin.php:233
166
- msgid "Tell WordPress Popular Posts where it should get thumbnails from"
167
- msgstr ""
168
-
169
- #: ../views/admin.php:237
170
- msgid "Custom field name"
171
- msgstr ""
172
-
173
- #: ../views/admin.php:243
174
- msgid "Resize image from Custom field?"
175
- msgstr ""
176
-
177
- #: ../views/admin.php:246
178
- msgid "No, I will upload my own thumbnail"
179
- msgstr ""
180
-
181
- #: ../views/admin.php:247
182
- msgid "Yes"
183
- msgstr ""
184
-
185
- #: ../views/admin.php:252
186
- msgid "Responsive support"
187
- msgstr ""
188
-
189
- #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
190
- #: ../views/admin.php:393
191
- msgid "Enabled"
192
- msgstr ""
193
-
194
- #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
195
- #: ../views/admin.php:394
196
- msgid "Disabled"
197
- msgstr ""
198
-
199
- #: ../views/admin.php:259
200
- msgid ""
201
- "If enabled, WordPress Popular Posts will strip height and width attributes out of "
202
- "thumbnails' image tags"
203
- msgstr ""
204
-
205
- #: ../views/admin.php:269
206
- msgid "Empty image cache"
207
- msgstr ""
208
-
209
- #: ../views/admin.php:270
210
- msgid "Use this button to clear WPP's thumbnails cache"
211
- msgstr ""
212
-
213
- #: ../views/admin.php:288
214
- msgid "Data"
215
- msgstr ""
216
-
217
- #: ../views/admin.php:293
218
- msgid "Log views from"
219
- msgstr ""
220
-
221
- #: ../views/admin.php:296
222
- msgid "Visitors only"
223
- msgstr ""
224
-
225
- #: ../views/admin.php:297
226
- msgid "Logged-in users only"
227
- msgstr ""
228
-
229
- #: ../views/admin.php:298
230
- msgid "Everyone"
231
- msgstr ""
232
-
233
- #: ../views/admin.php:304
234
- msgid "Ajaxify widget"
235
- msgstr ""
236
-
237
- #: ../views/admin.php:312
238
- msgid ""
239
- "If you are using a caching plugin such as WP Super Cache, enabling this feature will "
240
- "keep the popular list from being cached by it"
241
- msgstr ""
242
-
243
- #: ../views/admin.php:316
244
- msgid "WPP Cache Expiry Policy"
245
- msgstr ""
246
-
247
- #: ../views/admin.php:319
248
- msgid "Never cache"
249
- msgstr ""
250
-
251
- #: ../views/admin.php:320
252
- msgid "Enable caching"
253
- msgstr ""
254
-
255
- #: ../views/admin.php:324
256
- msgid ""
257
- "Sets WPP's cache expiration time. WPP can cache the popular list for a specified "
258
- "amount of time. Recommended for large / high traffic sites"
259
- msgstr ""
260
-
261
- #: ../views/admin.php:328
262
- msgid "Refresh cache every"
263
- msgstr ""
264
-
265
- #: ../views/admin.php:332
266
- msgid "Minute(s)"
267
- msgstr ""
268
-
269
- #: ../views/admin.php:333
270
- msgid "Hour(s)"
271
- msgstr ""
272
-
273
- #: ../views/admin.php:334
274
- msgid "Day(s)"
275
- msgstr ""
276
-
277
- #: ../views/admin.php:335
278
- msgid "Week(s)"
279
- msgstr ""
280
-
281
- #: ../views/admin.php:336
282
- msgid "Month(s)"
283
- msgstr ""
284
-
285
- #: ../views/admin.php:337
286
- msgid "Year(s)"
287
- msgstr ""
288
-
289
- #: ../views/admin.php:340
290
- msgid "Really? That long?"
291
- msgstr ""
292
-
293
- #: ../views/admin.php:344
294
- msgid "Data Sampling"
295
- msgstr ""
296
-
297
- #: ../views/admin.php:352
298
- #, php-format
299
- msgid ""
300
- "By default, WordPress Popular Posts stores in database every single visit your site "
301
- "receives. For small / medium sites this is generally OK, but on large / high traffic "
302
- "sites the constant writing to the database may have an impact on performance. With "
303
- "data sampling, WordPress Popular Posts will store only a subset of your traffic and "
304
- "report on the tendencies detected in that sample set (for more on <em>data sampling</"
305
- "em>, please <a href=\"%1$s\" target=\"_blank\">read here</a>)"
306
- msgstr ""
307
-
308
- #: ../views/admin.php:356
309
- msgid "Sample Rate"
310
- msgstr ""
311
-
312
- #: ../views/admin.php:360
313
- #, php-format
314
- msgid ""
315
- "A sampling rate of %d is recommended for large / high traffic sites. For lower traffic "
316
- "sites, you should lower the value"
317
- msgstr ""
318
-
319
- #: ../views/admin.php:375
320
- msgid "Miscellaneous"
321
- msgstr ""
322
-
323
- #: ../views/admin.php:380
324
- msgid "Open links in"
325
- msgstr ""
326
-
327
- #: ../views/admin.php:383
328
- msgid "Current window"
329
- msgstr ""
330
-
331
- #: ../views/admin.php:384
332
- msgid "New tab/window"
333
- msgstr ""
334
-
335
- #: ../views/admin.php:390
336
- msgid "Use plugin's stylesheet"
337
- msgstr ""
338
-
339
- #: ../views/admin.php:397
340
- msgid ""
341
- "By default, the plugin includes a stylesheet called wpp.css which you can use to style "
342
- "your popular posts listing. If you wish to use your own stylesheet or do not want it "
343
- "to have it included in the header section of your site, use this."
344
- msgstr ""
345
-
346
- #: ../views/admin.php:414
347
- msgid ""
348
- "WordPress Popular Posts maintains data in two separate tables: one for storing the "
349
- "most popular entries on a daily basis (from now on, \"cache\"), and another one to "
350
- "keep the All-time data (from now on, \"historical data\" or just \"data\"). If for "
351
- "some reason you need to clear the cache table, or even both historical and cache "
352
- "tables, please use the buttons below to do so."
353
- msgstr ""
354
-
355
- #: ../views/admin.php:415
356
- msgid "Empty cache"
357
- msgstr ""
358
-
359
- #: ../views/admin.php:415
360
- msgid "Use this button to manually clear entries from WPP cache only"
361
- msgstr ""
362
-
363
- #: ../views/admin.php:416
364
- msgid "Clear all data"
365
- msgstr ""
366
-
367
- #: ../views/admin.php:416
368
- msgid "Use this button to manually clear entries from all WPP data tables"
369
- msgstr ""
370
-
371
- #: ../views/admin.php:423
372
- #, php-format
373
- msgid ""
374
- "With the following parameters you can customize the popular posts list when using "
375
- "either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or the <a href="
376
- "\"%2$s\">[wpp] shortcode</a>."
377
- msgstr ""
378
-
379
- #: ../views/admin.php:431
380
- msgid "Parameter"
381
- msgstr ""
382
-
383
- #: ../views/admin.php:432 ../views/admin.php:746
384
- msgid "What it does "
385
- msgstr ""
386
-
387
- #: ../views/admin.php:433
388
- msgid "Possible values"
389
- msgstr ""
390
-
391
- #: ../views/admin.php:434
392
- msgid "Defaults to"
393
- msgstr ""
394
-
395
- #: ../views/admin.php:435 ../views/admin.php:748
396
- msgid "Example"
397
- msgstr ""
398
-
399
- #: ../views/admin.php:441
400
- msgid "Sets a heading for the list"
401
- msgstr ""
402
-
403
- #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
404
- #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
405
- #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
406
- #: ../views/admin.php:624
407
- msgid "Text string"
408
- msgstr ""
409
-
410
- #: ../views/admin.php:443
411
- msgid "Popular Posts"
412
- msgstr ""
413
-
414
- #: ../views/admin.php:448
415
- msgid "Set the opening tag for the heading of the list"
416
- msgstr ""
417
-
418
- #: ../views/admin.php:455
419
- msgid "Set the closing tag for the heading of the list"
420
- msgstr ""
421
-
422
- #: ../views/admin.php:462
423
- msgid "Sets the maximum number of popular posts to be shown on the listing"
424
- msgstr ""
425
-
426
- #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
427
- #: ../views/admin.php:554 ../views/admin.php:561
428
- msgid "Positive integer"
429
- msgstr ""
430
-
431
- #: ../views/admin.php:469
432
- msgid ""
433
- "Tells WordPress Popular Posts to retrieve the most popular entries within the time "
434
- "range specified by you"
435
- msgstr ""
436
-
437
- #: ../views/admin.php:476
438
- msgid ""
439
- "Tells WordPress Popular Posts to retrieve the most popular entries published within "
440
- "the time range specified by you"
441
- msgstr ""
442
-
443
- #: ../views/admin.php:483
444
- msgid "Sets the sorting option of the popular posts"
445
- msgstr ""
446
-
447
- #: ../views/admin.php:484
448
- msgid "(for average views per day)"
449
- msgstr ""
450
-
451
- #: ../views/admin.php:490
452
- msgid "Defines the type of posts to show on the listing"
453
- msgstr ""
454
-
455
- #: ../views/admin.php:497
456
- msgid ""
457
- "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) form the "
458
- "listing."
459
- msgstr ""
460
-
461
- #: ../views/admin.php:499 ../views/admin.php:506 ../views/admin.php:513
462
- msgid "None"
463
- msgstr ""
464
-
465
- #: ../views/admin.php:504
466
- msgid ""
467
- "If set, WordPress Popular Posts will retrieve all entries that belong to the specified "
468
- "category(ies) ID(s). If a minus sign is used, the category(ies) will be excluded "
469
- "instead."
470
- msgstr ""
471
-
472
- #: ../views/admin.php:511
473
- msgid ""
474
- "If set, WordPress Popular Posts will retrieve all entries created by specified "
475
- "author(s) ID(s)."
476
- msgstr ""
477
-
478
- #: ../views/admin.php:518
479
- msgid ""
480
- "If set, WordPress Popular Posts will shorten each post title to \"n\" characters "
481
- "whenever possible"
482
- msgstr ""
483
-
484
- #: ../views/admin.php:525
485
- msgid ""
486
- "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" words "
487
- "instead of characters"
488
- msgstr ""
489
-
490
- #: ../views/admin.php:532
491
- msgid ""
492
- "If set, WordPress Popular Posts will build and include an excerpt of \"n\" characters "
493
- "long from the content of each post listed as popular"
494
- msgstr ""
495
-
496
- #: ../views/admin.php:539
497
- msgid ""
498
- "If set, WordPress Popular Posts will maintaing all styling tags (strong, italic, etc) "
499
- "and hyperlinks found in the excerpt"
500
- msgstr ""
501
-
502
- #: ../views/admin.php:546
503
- msgid ""
504
- "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words instead "
505
- "of characters"
506
- msgstr ""
507
-
508
- #: ../views/admin.php:553
509
- msgid ""
510
- "If set, and if your current server configuration allows it, you will be able to "
511
- "display thumbnails of your posts. This attribute sets the width for thumbnails"
512
- msgstr ""
513
-
514
- #: ../views/admin.php:560
515
- msgid ""
516
- "If set, and if your current server configuration allows it, you will be able to "
517
- "display thumbnails of your posts. This attribute sets the height for thumbnails"
518
- msgstr ""
519
-
520
- #: ../views/admin.php:567
521
- msgid ""
522
- "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, "
523
- "WordPress Popular Posts will show how your visitors are rating your entries"
524
- msgstr ""
525
-
526
- #: ../views/admin.php:574
527
- msgid ""
528
- "If set, WordPress Popular Posts will show how many comments each popular post has got "
529
- "until now"
530
- msgstr ""
531
-
532
- #: ../views/admin.php:581
533
- msgid ""
534
- "If set, WordPress Popular Posts will show how many views each popular post has got "
535
- "since it was installed"
536
- msgstr ""
537
-
538
- #: ../views/admin.php:588
539
- msgid ""
540
- "If set, WordPress Popular Posts will show who published each popular post on the list"
541
- msgstr ""
542
-
543
- #: ../views/admin.php:595
544
- msgid ""
545
- "If set, WordPress Popular Posts will display the date when each popular post on the "
546
- "list was published"
547
- msgstr ""
548
-
549
- #: ../views/admin.php:602
550
- msgid "Sets the date format"
551
- msgstr ""
552
-
553
- #: ../views/admin.php:609
554
- msgid "If set, WordPress Popular Posts will display the category"
555
- msgstr ""
556
-
557
- #: ../views/admin.php:616
558
- msgid "Sets the opening tag for the listing"
559
- msgstr ""
560
-
561
- #: ../views/admin.php:623
562
- msgid "Sets the closing tag for the listing"
563
- msgstr ""
564
-
565
- #: ../views/admin.php:630
566
- msgid "Sets the HTML structure of each post"
567
- msgstr ""
568
-
569
- #: ../views/admin.php:631
570
- msgid "Text string, custom HTML"
571
- msgstr ""
572
-
573
- #: ../views/admin.php:631
574
- msgid "Available Content Tags"
575
- msgstr ""
576
-
577
- #: ../views/admin.php:631
578
- msgid "displays thumbnail linked to post/page"
579
- msgstr ""
580
-
581
- #: ../views/admin.php:631
582
- msgid "displays thumbnail image without linking to post/page"
583
- msgstr ""
584
-
585
- #: ../views/admin.php:631
586
- msgid "displays linked post/page title"
587
- msgstr ""
588
-
589
- #: ../views/admin.php:631
590
- msgid "displays post/page excerpt, and requires excerpt_length to be greater than 0"
591
- msgstr ""
592
-
593
- #: ../views/admin.php:631
594
- msgid "displays the default stats tags"
595
- msgstr ""
596
-
597
- #: ../views/admin.php:631
598
- msgid "displays post/page current rating, requires WP-PostRatings installed and enabled"
599
- msgstr ""
600
-
601
- #: ../views/admin.php:631
602
- msgid ""
603
- "displays post/page current rating as an integer, requires WP-PostRatings installed and "
604
- "enabled"
605
- msgstr ""
606
-
607
- #: ../views/admin.php:631
608
- msgid "outputs the URL of the post/page"
609
- msgstr ""
610
-
611
- #: ../views/admin.php:631
612
- msgid "displays post/page title, no link"
613
- msgstr ""
614
-
615
- #: ../views/admin.php:631
616
- msgid "displays linked author name, requires stats_author=1"
617
- msgstr ""
618
-
619
- #: ../views/admin.php:631
620
- msgid "displays linked category name, requires stats_category=1"
621
- msgstr ""
622
-
623
- #: ../views/admin.php:631
624
- msgid "displays views count only, no text"
625
- msgstr ""
626
-
627
- #: ../views/admin.php:631
628
- msgid "displays comments count only, no text, requires stats_comments=1"
629
- msgstr ""
630
-
631
- #: ../views/admin.php:631
632
- msgid "displays post/page date, requires stats_date=1"
633
- msgstr ""
634
-
635
- #: ../views/admin.php:643
636
- msgid "What does \"Title\" do?"
637
- msgstr ""
638
-
639
- #: ../views/admin.php:646
640
- msgid ""
641
- "It allows you to show a heading for your most popular posts listing. If left empty, no "
642
- "heading will be displayed at all."
643
- msgstr ""
644
-
645
- #: ../views/admin.php:649
646
- msgid "What is Time Range for?"
647
- msgstr ""
648
-
649
- #: ../views/admin.php:651
650
- msgid ""
651
- "It will tell WordPress Popular Posts to retrieve all posts with most views / comments "
652
- "within the selected time range."
653
- msgstr ""
654
-
655
- #: ../views/admin.php:654
656
- msgid "What is \"Sort post by\" for?"
657
- msgstr ""
658
-
659
- #: ../views/admin.php:656
660
- msgid ""
661
- "It allows you to decide whether to order your popular posts listing by total views, "
662
- "comments, or average views per day."
663
- msgstr ""
664
-
665
- #: ../views/admin.php:659
666
- msgid "What does \"Display post rating\" do?"
667
- msgstr ""
668
-
669
- #: ../views/admin.php:661
670
- msgid ""
671
- "If checked, WordPress Popular Posts will show how your readers are rating your most "
672
- "popular posts. This feature requires having WP-PostRatings plugin installed and "
673
- "enabled on your blog for it to work."
674
- msgstr ""
675
-
676
- #: ../views/admin.php:664
677
- msgid "What does \"Shorten title\" do?"
678
- msgstr ""
679
-
680
- #: ../views/admin.php:666
681
- msgid ""
682
- "If checked, all posts titles will be shortened to \"n\" characters/words. A new "
683
- "\"Shorten title to\" option will appear so you can set it to whatever you like."
684
- msgstr ""
685
-
686
- #: ../views/admin.php:669
687
- msgid "What does \"Display post excerpt\" do?"
688
- msgstr ""
689
-
690
- #: ../views/admin.php:671
691
- msgid ""
692
- "If checked, WordPress Popular Posts will also include a small extract of your posts in "
693
- "the list. Similarly to the previous option, you will be able to decide how long the "
694
- "post excerpt should be."
695
- msgstr ""
696
-
697
- #: ../views/admin.php:674
698
- msgid "What does \"Keep text format and links\" do?"
699
- msgstr ""
700
-
701
- #: ../views/admin.php:676
702
- msgid ""
703
- "If checked, and if the Post Excerpt feature is enabled, WordPress Popular Posts will "
704
- "keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. "
705
- "Hyperlinks will remain intact, too."
706
- msgstr ""
707
-
708
- #: ../views/admin.php:679
709
- msgid "What is \"Post type\" for?"
710
- msgstr ""
711
-
712
- #: ../views/admin.php:681
713
- msgid ""
714
- "This filter allows you to decide which post types to show on the listing. By default, "
715
- "it will retrieve only posts and pages (which should be fine for most cases)."
716
- msgstr ""
717
-
718
- #: ../views/admin.php:684
719
- msgid "What is \"Category(ies) ID(s)\" for?"
720
- msgstr ""
721
-
722
- #: ../views/admin.php:686
723
- msgid ""
724
- "This filter allows you to select which categories should be included or excluded from "
725
- "the listing. A negative sign in front of the category ID number will exclude posts "
726
- "belonging to it from the list, for example. You can specify more than one ID with a "
727
- "comma separated list."
728
- msgstr ""
729
-
730
- #: ../views/admin.php:689
731
- msgid "What is \"Author(s) ID(s)\" for?"
732
- msgstr ""
733
-
734
- #: ../views/admin.php:691
735
- msgid ""
736
- "Just like the Category filter, this one lets you filter posts by author ID. You can "
737
- "specify more than one ID with a comma separated list."
738
- msgstr ""
739
-
740
- #: ../views/admin.php:694
741
- msgid "What does \"Display post thumbnail\" do?"
742
- msgstr ""
743
-
744
- #: ../views/admin.php:696
745
- msgid ""
746
- "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail of each "
747
- "post. You can set up the source of the thumbnail via Settings - WordPress Popular "
748
- "Posts - Tools."
749
- msgstr ""
750
-
751
- #: ../views/admin.php:699
752
- msgid "What does \"Display comment count\" do?"
753
- msgstr ""
754
-
755
- #: ../views/admin.php:701
756
- msgid ""
757
- "If checked, WordPress Popular Posts will display how many comments each popular post "
758
- "has got in the selected Time Range."
759
- msgstr ""
760
-
761
- #: ../views/admin.php:704
762
- msgid "What does \"Display views\" do?"
763
- msgstr ""
764
-
765
- #: ../views/admin.php:706
766
- msgid ""
767
- "If checked, WordPress Popular Posts will show how many pageviews a single post has "
768
- "gotten in the selected Time Range."
769
- msgstr ""
770
-
771
- #: ../views/admin.php:709
772
- msgid "What does \"Display author\" do?"
773
- msgstr ""
774
-
775
- #: ../views/admin.php:711
776
- msgid ""
777
- "If checked, WordPress Popular Posts will display the name of the author of each entry "
778
- "listed."
779
- msgstr ""
780
-
781
- #: ../views/admin.php:714
782
- msgid "What does \"Display date\" do?"
783
- msgstr ""
784
-
785
- #: ../views/admin.php:716
786
- msgid ""
787
- "If checked, WordPress Popular Posts will display the date when each popular posts was "
788
- "published."
789
- msgstr ""
790
-
791
- #: ../views/admin.php:719
792
- msgid "What does \"Display category\" do?"
793
- msgstr ""
794
-
795
- #: ../views/admin.php:721
796
- msgid "If checked, WordPress Popular Posts will display the category of each post."
797
- msgstr ""
798
-
799
- #: ../views/admin.php:724
800
- msgid "What does \"Use custom HTML Markup\" do?"
801
- msgstr ""
802
-
803
- #: ../views/admin.php:726
804
- msgid ""
805
- "If checked, you will be able to customize the HTML markup of your popular posts "
806
- "listing. For example, you can decide whether to wrap your posts in an unordered list, "
807
- "an ordered list, a div, etc. If you know xHTML/CSS, this is for you!"
808
- msgstr ""
809
-
810
- #: ../views/admin.php:729
811
- msgid "What are \"Content Tags\"?"
812
- msgstr ""
813
-
814
- #: ../views/admin.php:731
815
- #, php-format
816
- msgid ""
817
- "Content Tags are codes to display a variety of items on your popular posts custom HTML "
818
- "structure. For example, setting it to \"{title}: {summary}\" (without the quotes) "
819
- "would display \"Post title: excerpt of the post here\". For more Content Tags, see the "
820
- "<a href=\"%s\" target=\"_blank\">Parameters</a> section."
821
- msgstr ""
822
-
823
- #: ../views/admin.php:734
824
- msgid "What are \"Template Tags\"?"
825
- msgstr ""
826
-
827
- #: ../views/admin.php:736
828
- msgid ""
829
- "Template Tags are simply php functions that allow you to perform certain actions. For "
830
- "example, WordPress Popular Posts currently supports two different template tags: "
831
- "wpp_get_mostpopular() and wpp_get_views()."
832
- msgstr ""
833
-
834
- #: ../views/admin.php:739
835
- msgid "What are the template tags that WordPress Popular Posts supports?"
836
- msgstr ""
837
-
838
- #: ../views/admin.php:741
839
- msgid "The following are the template tags supported by WordPress Popular Posts"
840
- msgstr ""
841
-
842
- #: ../views/admin.php:745
843
- msgid "Template tag"
844
- msgstr ""
845
-
846
- #: ../views/admin.php:754
847
- #, php-format
848
- msgid ""
849
- "Similar to the widget functionality, this tag retrieves the most popular posts on your "
850
- "blog. This function also accepts <a href=\"%1$s\">parameters</a> so you can customize "
851
- "your popular listing, but these are not required."
852
- msgstr ""
853
-
854
- #: ../views/admin.php:755
855
- #, php-format
856
- msgid ""
857
- "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete list of "
858
- "attributes."
859
- msgstr ""
860
-
861
- #: ../views/admin.php:760
862
- msgid ""
863
- "Displays the number of views of a single post. Post ID is required or it will return "
864
- "false."
865
- msgstr ""
866
-
867
- #: ../views/admin.php:761
868
- msgid "Post ID"
869
- msgstr ""
870
-
871
- #: ../views/admin.php:768
872
- msgid "What are \"shortcodes\"?"
873
- msgstr ""
874
-
875
- #: ../views/admin.php:770
876
- #, php-format
877
- msgid ""
878
- "Shortcodes are similar to BB Codes, these allow us to call a php function by simply "
879
- "typing something like [shortcode]. With WordPress Popular Posts, the shortcode [wpp] "
880
- "will let you insert a list of the most popular posts in posts content and pages too! "
881
- "For more information about shortcodes, please visit the <a href=\"%s\" target=\"_blank"
882
- "\">WordPress Shortcode API</a> page."
883
- msgstr ""
884
-
885
- #: ../views/admin.php:778
886
- #, php-format
887
- msgid "About WordPress Popular Posts %s"
888
- msgstr ""
889
-
890
- #: ../views/admin.php:779
891
- msgid "This version includes the following changes"
892
- msgstr ""
893
-
894
- #: ../views/admin.php:801
895
- msgid "Do you like this plugin?"
896
- msgstr ""
897
-
898
- #: ../views/admin.php:808
899
- msgid ""
900
- "Each donation motivates me to keep releasing free stuff for the WordPress community!"
901
- msgstr ""
902
-
903
- #: ../views/admin.php:809
904
- #, php-format
905
- msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
906
- msgstr ""
907
-
908
- #: ../views/admin.php:813
909
- msgid "Need help?"
910
- msgstr ""
911
-
912
- #: ../views/admin.php:814
913
- #, php-format
914
- msgid ""
915
- "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions and "
916
- "feedback."
917
- msgstr ""
918
-
919
- #: ../views/admin.php:815
920
- msgid "Let's make this plugin even better!"
921
- msgstr ""
922
-
923
- #: ../views/form.php:2
924
- msgid "Title"
925
- msgstr ""
926
-
927
- #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24 ../views/form.php:34
928
- #: ../views/form.php:40 ../views/form.php:43 ../views/form.php:52 ../views/form.php:55
929
- #: ../views/form.php:63 ../views/form.php:66 ../views/form.php:73 ../views/form.php:101
930
- #: ../views/form.php:103 ../views/form.php:105 ../views/form.php:107
931
- #: ../views/form.php:119 ../views/form.php:125
932
- msgid "What is this?"
933
- msgstr ""
934
-
935
- #: ../views/form.php:7
936
- msgid "Show up to"
937
- msgstr ""
938
-
939
- #: ../views/form.php:8
940
- msgid "posts"
941
- msgstr ""
942
-
943
- #: ../views/form.php:12
944
- msgid "Sort posts by"
945
- msgstr ""
946
-
947
- #: ../views/form.php:14
948
- msgid "Comments"
949
- msgstr ""
950
-
951
- #: ../views/form.php:15
952
- msgid "Total views"
953
- msgstr ""
954
-
955
- #: ../views/form.php:16
956
- msgid "Avg. daily views"
957
- msgstr ""
958
-
959
- #: ../views/form.php:22
960
- msgid "Filters"
961
- msgstr ""
962
-
963
- #: ../views/form.php:24
964
- msgid "Time Range"
965
- msgstr ""
966
-
967
- #: ../views/form.php:34
968
- msgid "Post type(s)"
969
- msgstr ""
970
-
971
- #: ../views/form.php:37
972
- msgid "Post(s) ID(s) to exclude"
973
- msgstr ""
974
-
975
- #: ../views/form.php:40
976
- msgid "Category(ies) ID(s)"
977
- msgstr ""
978
-
979
- #: ../views/form.php:43
980
- msgid "Author(s) ID(s)"
981
- msgstr ""
982
-
983
- #: ../views/form.php:48
984
- msgid "Posts settings"
985
- msgstr ""
986
-
987
- #: ../views/form.php:52
988
- msgid "Display post rating"
989
- msgstr ""
990
-
991
- #: ../views/form.php:55
992
- msgid "Shorten title"
993
- msgstr ""
994
-
995
- #: ../views/form.php:58
996
- msgid "Shorten title to"
997
- msgstr ""
998
-
999
- #: ../views/form.php:59 ../views/form.php:69
1000
- msgid "characters"
1001
- msgstr ""
1002
-
1003
- #: ../views/form.php:60 ../views/form.php:70
1004
- msgid "words"
1005
- msgstr ""
1006
-
1007
- #: ../views/form.php:63
1008
- msgid "Display post excerpt"
1009
- msgstr ""
1010
-
1011
- #: ../views/form.php:66
1012
- msgid "Keep text format and links"
1013
- msgstr ""
1014
-
1015
- #: ../views/form.php:67
1016
- msgid "Excerpt length"
1017
- msgstr ""
1018
-
1019
- #: ../views/form.php:73
1020
- msgid "Display post thumbnail"
1021
- msgstr ""
1022
-
1023
- #: ../views/form.php:76
1024
- msgid "Use predefined size"
1025
- msgstr ""
1026
-
1027
- #: ../views/form.php:88
1028
- msgid "Set size manually"
1029
- msgstr ""
1030
-
1031
- #: ../views/form.php:90
1032
- msgid "Width"
1033
- msgstr ""
1034
-
1035
- #: ../views/form.php:91 ../views/form.php:94
1036
- msgid "px"
1037
- msgstr ""
1038
-
1039
- #: ../views/form.php:93
1040
- msgid "Height"
1041
- msgstr ""
1042
-
1043
- #: ../views/form.php:99
1044
- msgid "Stats Tag settings"
1045
- msgstr ""
1046
-
1047
- #: ../views/form.php:101
1048
- msgid "Display comment count"
1049
- msgstr ""
1050
-
1051
- #: ../views/form.php:103
1052
- msgid "Display views"
1053
- msgstr ""
1054
-
1055
- #: ../views/form.php:105
1056
- msgid "Display author"
1057
- msgstr ""
1058
-
1059
- #: ../views/form.php:107
1060
- msgid "Display date"
1061
- msgstr ""
1062
-
1063
- #: ../views/form.php:110
1064
- msgid "Date Format"
1065
- msgstr ""
1066
-
1067
- #: ../views/form.php:112
1068
- msgid "WordPress Date Format"
1069
- msgstr ""
1070
-
1071
- #: ../views/form.php:119
1072
- msgid "Display category"
1073
- msgstr ""
1074
-
1075
- #: ../views/form.php:123
1076
- msgid "HTML Markup settings"
1077
- msgstr ""
1078
-
1079
- #: ../views/form.php:125
1080
- msgid "Use custom HTML Markup"
1081
- msgstr ""
1082
-
1083
- #: ../views/form.php:128
1084
- msgid "Before / after title"
1085
- msgstr ""
1086
-
1087
- #: ../views/form.php:131
1088
- msgid "Before / after Popular Posts"
1089
- msgstr ""
1090
-
1091
- #: ../views/form.php:134
1092
- msgid "Post HTML Markup"
1093
- msgstr ""
1094
-
1095
- #: ../wordpress-popular-posts.php:302
1096
- msgid "The most Popular Posts on your blog."
1097
- msgstr ""
1098
-
1099
- #: ../wordpress-popular-posts.php:467
1100
- msgid ""
1101
- "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing the <em>id</"
1102
- "em> attribute on before_widget (see <a href=\"http://codex.wordpress.org/"
1103
- "Function_Reference/register_sidebar\" target=\"_blank\" rel=\"nofollow"
1104
- "\">register_sidebar</a> for more)."
1105
- msgstr ""
1106
-
1107
- #: ../wordpress-popular-posts.php:711
1108
- msgid "Upload"
1109
- msgstr ""
1110
-
1111
- #: ../wordpress-popular-posts.php:1087
1112
- #, php-format
1113
- msgid ""
1114
- "Your PHP installation is too old. WordPress Popular Posts requires at least PHP "
1115
- "version %1$s to function correctly. Please contact your hosting provider and ask them "
1116
- "to upgrade PHP to %1$s or higher."
1117
- msgstr ""
1118
-
1119
- #: ../wordpress-popular-posts.php:1094
1120
- #, php-format
1121
- msgid ""
1122
- "Your WordPress version is too old. WordPress Popular Posts requires at least WordPress "
1123
- "version %1$s to function correctly. Please update your blog via Dashboard &gt; Update."
1124
- msgstr ""
1125
-
1126
- #: ../wordpress-popular-posts.php:1119
1127
- #, php-format
1128
- msgid ""
1129
- "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</strong>.</"
1130
- "p></div>"
1131
- msgstr ""
1132
-
1133
- #: ../wordpress-popular-posts.php:1179
1134
- msgid "Success! The cache table has been cleared!"
1135
- msgstr ""
1136
-
1137
- #: ../wordpress-popular-posts.php:1181
1138
- msgid "Error: cache table does not exist."
1139
- msgstr ""
1140
-
1141
- #: ../wordpress-popular-posts.php:1188
1142
- msgid "Success! All data have been cleared!"
1143
- msgstr ""
1144
-
1145
- #: ../wordpress-popular-posts.php:1190
1146
- msgid "Error: one or both data tables are missing."
1147
- msgstr ""
1148
-
1149
- #: ../wordpress-popular-posts.php:1193 ../wordpress-popular-posts.php:1231
1150
- msgid "Invalid action."
1151
- msgstr ""
1152
-
1153
- #: ../wordpress-popular-posts.php:1196 ../wordpress-popular-posts.php:1234
1154
- msgid ""
1155
- "Sorry, you do not have enough permissions to do this. Please contact the site "
1156
- "administrator for support."
1157
- msgstr ""
1158
-
1159
- #: ../wordpress-popular-posts.php:1226
1160
- msgid "Success! All files have been deleted!"
1161
- msgstr ""
1162
-
1163
- #: ../wordpress-popular-posts.php:1228
1164
- msgid "The thumbnail cache is already empty!"
1165
- msgstr ""
1166
-
1167
- #: ../wordpress-popular-posts.php:1778
1168
- msgid "Sorry. No data so far."
1169
- msgstr ""
1170
-
1171
- #: ../wordpress-popular-posts.php:2305
1172
- #, php-format
1173
- msgid "1 comment"
1174
- msgid_plural "%s comments"
1175
- msgstr[0] ""
1176
- msgstr[1] ""
1177
-
1178
- #: ../wordpress-popular-posts.php:2317
1179
- #, php-format
1180
- msgid "1 view per day"
1181
- msgid_plural "%s views per day"
1182
- msgstr[0] ""
1183
- msgstr[1] ""
1184
-
1185
- #: ../wordpress-popular-posts.php:2323
1186
- #, php-format
1187
- msgid "1 view"
1188
- msgid_plural "%s views"
1189
- msgstr[0] ""
1190
- msgstr[1] ""
1191
-
1192
- #: ../wordpress-popular-posts.php:2346
1193
- #, php-format
1194
- msgid "by %s"
1195
- msgstr ""
1196
-
1197
- #: ../wordpress-popular-posts.php:2352
1198
- #, php-format
1199
- msgid "posted on %s"
1200
- msgstr ""
1201
-
1202
- #: ../wordpress-popular-posts.php:2360
1203
- #, php-format
1204
- msgid "under %s"
1205
- msgstr ""
1
+ # Copyright (C) 2014 Wordpress Popular Posts
2
+ # This file is distributed under the same license as the Wordpress Popular Posts package.
3
+ #, fuzzy
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Wordpress Popular Posts\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wordpress-popular-posts\n"
8
+ "POT-Creation-Date: 2015-06-12 21:35-0430\n"
9
+ "PO-Revision-Date: 2015-04-24 13:30-0430\n"
10
+ "Last-Translator: Héctor Cabrera <hcabrerab@gmail.com>\n"
11
+ "Language-Team: Héctor Cabrera <hcabrerab@gmail.com>\n"
12
+ "Language: en\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.8.1\n"
18
+ "X-Poedit-KeywordsList: _e;__;__ngettext;__ngettext_noop;_n_noop;_x;_nx;_nx_noop;_ex;"
19
+ "esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_c;_nc;_n:1,2\n"
20
+ "X-Poedit-Basepath: .\n"
21
+ "X-Poedit-SourceCharset: UTF-8\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPath-1: ..\n"
24
+
25
+ #: ../views/admin.php:25 ../views/admin.php:34 ../views/admin.php:49
26
+ #: ../views/admin.php:75
27
+ msgid "Settings saved."
28
+ msgstr ""
29
+
30
+ #: ../views/admin.php:40
31
+ msgid "Please provide the name of your custom field."
32
+ msgstr ""
33
+
34
+ #: ../views/admin.php:81
35
+ msgid ""
36
+ "Any changes made to WPP's default stylesheet will be lost after every plugin update. "
37
+ "In order to prevent this from happening, please copy the wpp.css file (located at wp-"
38
+ "content/plugins/wordpress-popular-posts/style) into your theme's directory"
39
+ msgstr ""
40
+
41
+ #: ../views/admin.php:96
42
+ msgid ""
43
+ "This operation will delete all entries from WordPress Popular Posts' cache table and "
44
+ "cannot be undone."
45
+ msgstr ""
46
+
47
+ #: ../views/admin.php:96 ../views/admin.php:104 ../views/admin.php:112
48
+ msgid "Do you want to continue?"
49
+ msgstr ""
50
+
51
+ #: ../views/admin.php:104
52
+ msgid ""
53
+ "This operation will delete all stored info from WordPress Popular Posts' data tables "
54
+ "and cannot be undone."
55
+ msgstr ""
56
+
57
+ #: ../views/admin.php:112
58
+ msgid "This operation will delete all cached thumbnails and cannot be undone."
59
+ msgstr ""
60
+
61
+ #: ../views/admin.php:146
62
+ msgid "Stats"
63
+ msgstr ""
64
+
65
+ #: ../views/admin.php:147
66
+ msgid "Tools"
67
+ msgstr ""
68
+
69
+ #: ../views/admin.php:148 ../views/admin.php:747
70
+ msgid "Parameters"
71
+ msgstr ""
72
+
73
+ #: ../views/admin.php:149
74
+ msgid "FAQ"
75
+ msgstr ""
76
+
77
+ #: ../views/admin.php:150
78
+ msgid "About"
79
+ msgstr ""
80
+
81
+ #: ../views/admin.php:161
82
+ msgid ""
83
+ "Click on each tab to see what are the most popular entries on your blog in the last 24 "
84
+ "hours, this week, last 30 days or all time since WordPress Popular Posts was installed."
85
+ msgstr ""
86
+
87
+ #: ../views/admin.php:167
88
+ msgid "Order by comments"
89
+ msgstr ""
90
+
91
+ #: ../views/admin.php:168
92
+ msgid "Order by views"
93
+ msgstr ""
94
+
95
+ #: ../views/admin.php:169
96
+ msgid "Order by avg. daily views"
97
+ msgstr ""
98
+
99
+ #: ../views/admin.php:171
100
+ msgid "Post type"
101
+ msgstr ""
102
+
103
+ #: ../views/admin.php:172
104
+ msgid "Limit"
105
+ msgstr ""
106
+
107
+ #: ../views/admin.php:174 ../views/admin.php:279 ../views/admin.php:366
108
+ #: ../views/admin.php:403
109
+ msgid "Apply"
110
+ msgstr ""
111
+
112
+ #: ../views/admin.php:177 ../views/form.php:32
113
+ msgid "Display only posts published within the selected Time Range"
114
+ msgstr ""
115
+
116
+ #: ../views/admin.php:184 ../views/form.php:26
117
+ msgid "Last 24 hours"
118
+ msgstr ""
119
+
120
+ #: ../views/admin.php:185 ../views/form.php:27
121
+ msgid "Last 7 days"
122
+ msgstr ""
123
+
124
+ #: ../views/admin.php:186 ../views/form.php:28
125
+ msgid "Last 30 days"
126
+ msgstr ""
127
+
128
+ #: ../views/admin.php:187 ../views/form.php:29
129
+ msgid "All-time"
130
+ msgstr ""
131
+
132
+ #: ../views/admin.php:209
133
+ msgid "Thumbnails"
134
+ msgstr ""
135
+
136
+ #: ../views/admin.php:214
137
+ msgid "Default thumbnail"
138
+ msgstr ""
139
+
140
+ #: ../views/admin.php:219
141
+ msgid "Upload thumbnail"
142
+ msgstr ""
143
+
144
+ #: ../views/admin.php:221
145
+ msgid ""
146
+ "How-to: upload (or select) an image, set Size to Full and click on Upload. After it's "
147
+ "done, hit on Apply to save changes"
148
+ msgstr ""
149
+
150
+ #: ../views/admin.php:225
151
+ msgid "Pick image from"
152
+ msgstr ""
153
+
154
+ #: ../views/admin.php:228
155
+ msgid "Featured image"
156
+ msgstr ""
157
+
158
+ #: ../views/admin.php:229
159
+ msgid "First image on post"
160
+ msgstr ""
161
+
162
+ #: ../views/admin.php:230
163
+ msgid "Custom field"
164
+ msgstr ""
165
+
166
+ #: ../views/admin.php:233
167
+ msgid "Tell WordPress Popular Posts where it should get thumbnails from"
168
+ msgstr ""
169
+
170
+ #: ../views/admin.php:237
171
+ msgid "Custom field name"
172
+ msgstr ""
173
+
174
+ #: ../views/admin.php:243
175
+ msgid "Resize image from Custom field?"
176
+ msgstr ""
177
+
178
+ #: ../views/admin.php:246
179
+ msgid "No, I will upload my own thumbnail"
180
+ msgstr ""
181
+
182
+ #: ../views/admin.php:247
183
+ msgid "Yes"
184
+ msgstr ""
185
+
186
+ #: ../views/admin.php:252
187
+ msgid "Responsive support"
188
+ msgstr ""
189
+
190
+ #: ../views/admin.php:255 ../views/admin.php:308 ../views/admin.php:348
191
+ #: ../views/admin.php:393
192
+ msgid "Enabled"
193
+ msgstr ""
194
+
195
+ #: ../views/admin.php:256 ../views/admin.php:307 ../views/admin.php:347
196
+ #: ../views/admin.php:394
197
+ msgid "Disabled"
198
+ msgstr ""
199
+
200
+ #: ../views/admin.php:259
201
+ msgid ""
202
+ "If enabled, WordPress Popular Posts will strip height and width attributes out of "
203
+ "thumbnails' image tags"
204
+ msgstr ""
205
+
206
+ #: ../views/admin.php:269
207
+ msgid "Empty image cache"
208
+ msgstr ""
209
+
210
+ #: ../views/admin.php:270
211
+ msgid "Use this button to clear WPP's thumbnails cache"
212
+ msgstr ""
213
+
214
+ #: ../views/admin.php:288
215
+ msgid "Data"
216
+ msgstr ""
217
+
218
+ #: ../views/admin.php:293
219
+ msgid "Log views from"
220
+ msgstr ""
221
+
222
+ #: ../views/admin.php:296
223
+ msgid "Visitors only"
224
+ msgstr ""
225
+
226
+ #: ../views/admin.php:297
227
+ msgid "Logged-in users only"
228
+ msgstr ""
229
+
230
+ #: ../views/admin.php:298
231
+ msgid "Everyone"
232
+ msgstr ""
233
+
234
+ #: ../views/admin.php:304
235
+ msgid "Ajaxify widget"
236
+ msgstr ""
237
+
238
+ #: ../views/admin.php:312
239
+ msgid ""
240
+ "If you are using a caching plugin such as WP Super Cache, enabling this feature will "
241
+ "keep the popular list from being cached by it"
242
+ msgstr ""
243
+
244
+ #: ../views/admin.php:316
245
+ msgid "WPP Cache Expiry Policy"
246
+ msgstr ""
247
+
248
+ #: ../views/admin.php:316 ../views/admin.php:344 ../views/form.php:2
249
+ #: ../views/form.php:12 ../views/form.php:24 ../views/form.php:34 ../views/form.php:40
250
+ #: ../views/form.php:43 ../views/form.php:52 ../views/form.php:55 ../views/form.php:63
251
+ #: ../views/form.php:66 ../views/form.php:73 ../views/form.php:101 ../views/form.php:103
252
+ #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:119
253
+ #: ../views/form.php:125
254
+ msgid "What is this?"
255
+ msgstr ""
256
+
257
+ #: ../views/admin.php:319
258
+ msgid "Never cache"
259
+ msgstr ""
260
+
261
+ #: ../views/admin.php:320
262
+ msgid "Enable caching"
263
+ msgstr ""
264
+
265
+ #: ../views/admin.php:324
266
+ msgid ""
267
+ "Sets WPP's cache expiration time. WPP can cache the popular list for a specified "
268
+ "amount of time. Recommended for large / high traffic sites"
269
+ msgstr ""
270
+
271
+ #: ../views/admin.php:328
272
+ msgid "Refresh cache every"
273
+ msgstr ""
274
+
275
+ #: ../views/admin.php:332
276
+ msgid "Minute(s)"
277
+ msgstr ""
278
+
279
+ #: ../views/admin.php:333
280
+ msgid "Hour(s)"
281
+ msgstr ""
282
+
283
+ #: ../views/admin.php:334
284
+ msgid "Day(s)"
285
+ msgstr ""
286
+
287
+ #: ../views/admin.php:335
288
+ msgid "Week(s)"
289
+ msgstr ""
290
+
291
+ #: ../views/admin.php:336
292
+ msgid "Month(s)"
293
+ msgstr ""
294
+
295
+ #: ../views/admin.php:337
296
+ msgid "Year(s)"
297
+ msgstr ""
298
+
299
+ #: ../views/admin.php:340
300
+ msgid "Really? That long?"
301
+ msgstr ""
302
+
303
+ #: ../views/admin.php:344
304
+ msgid "Data Sampling"
305
+ msgstr ""
306
+
307
+ #: ../views/admin.php:352
308
+ #, php-format
309
+ msgid ""
310
+ "By default, WordPress Popular Posts stores in database every single visit your site "
311
+ "receives. For small / medium sites this is generally OK, but on large / high traffic "
312
+ "sites the constant writing to the database may have an impact on performance. With <a "
313
+ "href=\"%1$s\" target=\"_blank\">data sampling</a>, WordPress Popular Posts will store "
314
+ "only a subset of your traffic and report on the tendencies detected in that sample set "
315
+ "(for more, <a href=\"%2$s\" target=\"_blank\">please read here</a>)"
316
+ msgstr ""
317
+
318
+ #: ../views/admin.php:356
319
+ msgid "Sample Rate"
320
+ msgstr ""
321
+
322
+ #: ../views/admin.php:360
323
+ #, php-format
324
+ msgid ""
325
+ "A sampling rate of %d is recommended for large / high traffic sites. For lower traffic "
326
+ "sites, you should lower the value"
327
+ msgstr ""
328
+
329
+ #: ../views/admin.php:375
330
+ msgid "Miscellaneous"
331
+ msgstr ""
332
+
333
+ #: ../views/admin.php:380
334
+ msgid "Open links in"
335
+ msgstr ""
336
+
337
+ #: ../views/admin.php:383
338
+ msgid "Current window"
339
+ msgstr ""
340
+
341
+ #: ../views/admin.php:384
342
+ msgid "New tab/window"
343
+ msgstr ""
344
+
345
+ #: ../views/admin.php:390
346
+ msgid "Use plugin's stylesheet"
347
+ msgstr ""
348
+
349
+ #: ../views/admin.php:397
350
+ msgid ""
351
+ "By default, the plugin includes a stylesheet called wpp.css which you can use to style "
352
+ "your popular posts listing. If you wish to use your own stylesheet or do not want it "
353
+ "to have it included in the header section of your site, use this."
354
+ msgstr ""
355
+
356
+ #: ../views/admin.php:414
357
+ msgid ""
358
+ "WordPress Popular Posts maintains data in two separate tables: one for storing the "
359
+ "most popular entries on a daily basis (from now on, \"cache\"), and another one to "
360
+ "keep the All-time data (from now on, \"historical data\" or just \"data\"). If for "
361
+ "some reason you need to clear the cache table, or even both historical and cache "
362
+ "tables, please use the buttons below to do so."
363
+ msgstr ""
364
+
365
+ #: ../views/admin.php:415
366
+ msgid "Empty cache"
367
+ msgstr ""
368
+
369
+ #: ../views/admin.php:415
370
+ msgid "Use this button to manually clear entries from WPP cache only"
371
+ msgstr ""
372
+
373
+ #: ../views/admin.php:416
374
+ msgid "Clear all data"
375
+ msgstr ""
376
+
377
+ #: ../views/admin.php:416
378
+ msgid "Use this button to manually clear entries from all WPP data tables"
379
+ msgstr ""
380
+
381
+ #: ../views/admin.php:423
382
+ #, php-format
383
+ msgid ""
384
+ "With the following parameters you can customize the popular posts list when using "
385
+ "either the <a href=\"%1$s\">wpp_get_most_popular() template tag</a> or the <a href="
386
+ "\"%2$s\">[wpp] shortcode</a>."
387
+ msgstr ""
388
+
389
+ #: ../views/admin.php:431
390
+ msgid "Parameter"
391
+ msgstr ""
392
+
393
+ #: ../views/admin.php:432 ../views/admin.php:746
394
+ msgid "What it does "
395
+ msgstr ""
396
+
397
+ #: ../views/admin.php:433
398
+ msgid "Possible values"
399
+ msgstr ""
400
+
401
+ #: ../views/admin.php:434
402
+ msgid "Defaults to"
403
+ msgstr ""
404
+
405
+ #: ../views/admin.php:435 ../views/admin.php:748
406
+ msgid "Example"
407
+ msgstr ""
408
+
409
+ #: ../views/admin.php:441
410
+ msgid "Sets a heading for the list"
411
+ msgstr ""
412
+
413
+ #: ../views/admin.php:442 ../views/admin.php:449 ../views/admin.php:456
414
+ #: ../views/admin.php:491 ../views/admin.php:498 ../views/admin.php:505
415
+ #: ../views/admin.php:512 ../views/admin.php:603 ../views/admin.php:617
416
+ #: ../views/admin.php:624
417
+ msgid "Text string"
418
+ msgstr ""
419
+
420
+ #: ../views/admin.php:443 ../views/admin.php:499 ../views/admin.php:506
421
+ #: ../views/admin.php:513
422
+ msgid "None"
423
+ msgstr ""
424
+
425
+ #: ../views/admin.php:448
426
+ msgid "Set the opening tag for the heading of the list"
427
+ msgstr ""
428
+
429
+ #: ../views/admin.php:455
430
+ msgid "Set the closing tag for the heading of the list"
431
+ msgstr ""
432
+
433
+ #: ../views/admin.php:462
434
+ msgid "Sets the maximum number of popular posts to be shown on the listing"
435
+ msgstr ""
436
+
437
+ #: ../views/admin.php:463 ../views/admin.php:519 ../views/admin.php:533
438
+ #: ../views/admin.php:554 ../views/admin.php:561
439
+ msgid "Positive integer"
440
+ msgstr ""
441
+
442
+ #: ../views/admin.php:469
443
+ msgid ""
444
+ "Tells WordPress Popular Posts to retrieve the most popular entries within the time "
445
+ "range specified by you"
446
+ msgstr ""
447
+
448
+ #: ../views/admin.php:476
449
+ msgid ""
450
+ "Tells WordPress Popular Posts to retrieve the most popular entries published within "
451
+ "the time range specified by you"
452
+ msgstr ""
453
+
454
+ #: ../views/admin.php:483
455
+ msgid "Sets the sorting option of the popular posts"
456
+ msgstr ""
457
+
458
+ #: ../views/admin.php:484
459
+ msgid "(for average views per day)"
460
+ msgstr ""
461
+
462
+ #: ../views/admin.php:490
463
+ msgid "Defines the type of posts to show on the listing"
464
+ msgstr ""
465
+
466
+ #: ../views/admin.php:497
467
+ msgid ""
468
+ "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) form the "
469
+ "listing."
470
+ msgstr ""
471
+
472
+ #: ../views/admin.php:504
473
+ msgid ""
474
+ "If set, WordPress Popular Posts will retrieve all entries that belong to the specified "
475
+ "category(ies) ID(s). If a minus sign is used, the category(ies) will be excluded "
476
+ "instead."
477
+ msgstr ""
478
+
479
+ #: ../views/admin.php:511
480
+ msgid ""
481
+ "If set, WordPress Popular Posts will retrieve all entries created by specified "
482
+ "author(s) ID(s)."
483
+ msgstr ""
484
+
485
+ #: ../views/admin.php:518
486
+ msgid ""
487
+ "If set, WordPress Popular Posts will shorten each post title to \"n\" characters "
488
+ "whenever possible"
489
+ msgstr ""
490
+
491
+ #: ../views/admin.php:525
492
+ msgid ""
493
+ "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" words "
494
+ "instead of characters"
495
+ msgstr ""
496
+
497
+ #: ../views/admin.php:532
498
+ msgid ""
499
+ "If set, WordPress Popular Posts will build and include an excerpt of \"n\" characters "
500
+ "long from the content of each post listed as popular"
501
+ msgstr ""
502
+
503
+ #: ../views/admin.php:539
504
+ msgid ""
505
+ "If set, WordPress Popular Posts will maintaing all styling tags (strong, italic, etc) "
506
+ "and hyperlinks found in the excerpt"
507
+ msgstr ""
508
+
509
+ #: ../views/admin.php:546
510
+ msgid ""
511
+ "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words instead "
512
+ "of characters"
513
+ msgstr ""
514
+
515
+ #: ../views/admin.php:553
516
+ msgid ""
517
+ "If set, and if your current server configuration allows it, you will be able to "
518
+ "display thumbnails of your posts. This attribute sets the width for thumbnails"
519
+ msgstr ""
520
+
521
+ #: ../views/admin.php:560
522
+ msgid ""
523
+ "If set, and if your current server configuration allows it, you will be able to "
524
+ "display thumbnails of your posts. This attribute sets the height for thumbnails"
525
+ msgstr ""
526
+
527
+ #: ../views/admin.php:567
528
+ msgid ""
529
+ "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, "
530
+ "WordPress Popular Posts will show how your visitors are rating your entries"
531
+ msgstr ""
532
+
533
+ #: ../views/admin.php:574
534
+ msgid ""
535
+ "If set, WordPress Popular Posts will show how many comments each popular post has got "
536
+ "until now"
537
+ msgstr ""
538
+
539
+ #: ../views/admin.php:581
540
+ msgid ""
541
+ "If set, WordPress Popular Posts will show how many views each popular post has got "
542
+ "since it was installed"
543
+ msgstr ""
544
+
545
+ #: ../views/admin.php:588
546
+ msgid ""
547
+ "If set, WordPress Popular Posts will show who published each popular post on the list"
548
+ msgstr ""
549
+
550
+ #: ../views/admin.php:595
551
+ msgid ""
552
+ "If set, WordPress Popular Posts will display the date when each popular post on the "
553
+ "list was published"
554
+ msgstr ""
555
+
556
+ #: ../views/admin.php:602
557
+ msgid "Sets the date format"
558
+ msgstr ""
559
+
560
+ #: ../views/admin.php:609
561
+ msgid "If set, WordPress Popular Posts will display the category"
562
+ msgstr ""
563
+
564
+ #: ../views/admin.php:616
565
+ msgid "Sets the opening tag for the listing"
566
+ msgstr ""
567
+
568
+ #: ../views/admin.php:623
569
+ msgid "Sets the closing tag for the listing"
570
+ msgstr ""
571
+
572
+ #: ../views/admin.php:630
573
+ msgid "Sets the HTML structure of each post"
574
+ msgstr ""
575
+
576
+ #: ../views/admin.php:631
577
+ msgid "Text string, custom HTML"
578
+ msgstr ""
579
+
580
+ #: ../views/admin.php:631
581
+ msgid "Available Content Tags"
582
+ msgstr ""
583
+
584
+ #: ../views/admin.php:631
585
+ msgid ""
586
+ "displays thumbnail linked to post/page, requires thumbnail_width & thumbnail_height"
587
+ msgstr ""
588
+
589
+ #: ../views/admin.php:631
590
+ msgid ""
591
+ "displays thumbnail image without linking to post/page, requires thumbnail_width & "
592
+ "thumbnail_height"
593
+ msgstr ""
594
+
595
+ #: ../views/admin.php:631
596
+ msgid "displays linked post/page title"
597
+ msgstr ""
598
+
599
+ #: ../views/admin.php:631
600
+ msgid "displays post/page excerpt, and requires excerpt_length to be greater than 0"
601
+ msgstr ""
602
+
603
+ #: ../views/admin.php:631
604
+ msgid "displays the default stats tags"
605
+ msgstr ""
606
+
607
+ #: ../views/admin.php:631
608
+ msgid "displays post/page current rating, requires WP-PostRatings installed and enabled"
609
+ msgstr ""
610
+
611
+ #: ../views/admin.php:631
612
+ msgid ""
613
+ "displays post/page current rating as an integer, requires WP-PostRatings installed and "
614
+ "enabled"
615
+ msgstr ""
616
+
617
+ #: ../views/admin.php:631
618
+ msgid "outputs the URL of the post/page"
619
+ msgstr ""
620
+
621
+ #: ../views/admin.php:631
622
+ msgid "displays post/page title, no link"
623
+ msgstr ""
624
+
625
+ #: ../views/admin.php:631
626
+ msgid "displays linked author name, requires stats_author=1"
627
+ msgstr ""
628
+
629
+ #: ../views/admin.php:631
630
+ msgid "displays linked category name, requires stats_category=1"
631
+ msgstr ""
632
+
633
+ #: ../views/admin.php:631
634
+ msgid "displays views count only, no text"
635
+ msgstr ""
636
+
637
+ #: ../views/admin.php:631
638
+ msgid "displays comments count only, no text, requires stats_comments=1"
639
+ msgstr ""
640
+
641
+ #: ../views/admin.php:631
642
+ msgid "displays post/page date, requires stats_date=1"
643
+ msgstr ""
644
+
645
+ #: ../views/admin.php:643
646
+ msgid "What does \"Title\" do?"
647
+ msgstr ""
648
+
649
+ #: ../views/admin.php:646
650
+ msgid ""
651
+ "It allows you to show a heading for your most popular posts listing. If left empty, no "
652
+ "heading will be displayed at all."
653
+ msgstr ""
654
+
655
+ #: ../views/admin.php:649
656
+ msgid "What is Time Range for?"
657
+ msgstr ""
658
+
659
+ #: ../views/admin.php:651
660
+ msgid ""
661
+ "It will tell WordPress Popular Posts to retrieve all posts with most views / comments "
662
+ "within the selected time range."
663
+ msgstr ""
664
+
665
+ #: ../views/admin.php:654
666
+ msgid "What is \"Sort post by\" for?"
667
+ msgstr ""
668
+
669
+ #: ../views/admin.php:656
670
+ msgid ""
671
+ "It allows you to decide whether to order your popular posts listing by total views, "
672
+ "comments, or average views per day."
673
+ msgstr ""
674
+
675
+ #: ../views/admin.php:659
676
+ msgid "What does \"Display post rating\" do?"
677
+ msgstr ""
678
+
679
+ #: ../views/admin.php:661
680
+ msgid ""
681
+ "If checked, WordPress Popular Posts will show how your readers are rating your most "
682
+ "popular posts. This feature requires having WP-PostRatings plugin installed and "
683
+ "enabled on your blog for it to work."
684
+ msgstr ""
685
+
686
+ #: ../views/admin.php:664
687
+ msgid "What does \"Shorten title\" do?"
688
+ msgstr ""
689
+
690
+ #: ../views/admin.php:666
691
+ msgid ""
692
+ "If checked, all posts titles will be shortened to \"n\" characters/words. A new "
693
+ "\"Shorten title to\" option will appear so you can set it to whatever you like."
694
+ msgstr ""
695
+
696
+ #: ../views/admin.php:669
697
+ msgid "What does \"Display post excerpt\" do?"
698
+ msgstr ""
699
+
700
+ #: ../views/admin.php:671
701
+ msgid ""
702
+ "If checked, WordPress Popular Posts will also include a small extract of your posts in "
703
+ "the list. Similarly to the previous option, you will be able to decide how long the "
704
+ "post excerpt should be."
705
+ msgstr ""
706
+
707
+ #: ../views/admin.php:674
708
+ msgid "What does \"Keep text format and links\" do?"
709
+ msgstr ""
710
+
711
+ #: ../views/admin.php:676
712
+ msgid ""
713
+ "If checked, and if the Post Excerpt feature is enabled, WordPress Popular Posts will "
714
+ "keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. "
715
+ "Hyperlinks will remain intact, too."
716
+ msgstr ""
717
+
718
+ #: ../views/admin.php:679
719
+ msgid "What is \"Post type\" for?"
720
+ msgstr ""
721
+
722
+ #: ../views/admin.php:681
723
+ msgid ""
724
+ "This filter allows you to decide which post types to show on the listing. By default, "
725
+ "it will retrieve only posts and pages (which should be fine for most cases)."
726
+ msgstr ""
727
+
728
+ #: ../views/admin.php:684
729
+ msgid "What is \"Category(ies) ID(s)\" for?"
730
+ msgstr ""
731
+
732
+ #: ../views/admin.php:686
733
+ msgid ""
734
+ "This filter allows you to select which categories should be included or excluded from "
735
+ "the listing. A negative sign in front of the category ID number will exclude posts "
736
+ "belonging to it from the list, for example. You can specify more than one ID with a "
737
+ "comma separated list."
738
+ msgstr ""
739
+
740
+ #: ../views/admin.php:689
741
+ msgid "What is \"Author(s) ID(s)\" for?"
742
+ msgstr ""
743
+
744
+ #: ../views/admin.php:691
745
+ msgid ""
746
+ "Just like the Category filter, this one lets you filter posts by author ID. You can "
747
+ "specify more than one ID with a comma separated list."
748
+ msgstr ""
749
+
750
+ #: ../views/admin.php:694
751
+ msgid "What does \"Display post thumbnail\" do?"
752
+ msgstr ""
753
+
754
+ #: ../views/admin.php:696
755
+ msgid ""
756
+ "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail of each "
757
+ "post. You can set up the source of the thumbnail via Settings - WordPress Popular "
758
+ "Posts - Tools."
759
+ msgstr ""
760
+
761
+ #: ../views/admin.php:699
762
+ msgid "What does \"Display comment count\" do?"
763
+ msgstr ""
764
+
765
+ #: ../views/admin.php:701
766
+ msgid ""
767
+ "If checked, WordPress Popular Posts will display how many comments each popular post "
768
+ "has got in the selected Time Range."
769
+ msgstr ""
770
+
771
+ #: ../views/admin.php:704
772
+ msgid "What does \"Display views\" do?"
773
+ msgstr ""
774
+
775
+ #: ../views/admin.php:706
776
+ msgid ""
777
+ "If checked, WordPress Popular Posts will show how many pageviews a single post has "
778
+ "gotten in the selected Time Range."
779
+ msgstr ""
780
+
781
+ #: ../views/admin.php:709
782
+ msgid "What does \"Display author\" do?"
783
+ msgstr ""
784
+
785
+ #: ../views/admin.php:711
786
+ msgid ""
787
+ "If checked, WordPress Popular Posts will display the name of the author of each entry "
788
+ "listed."
789
+ msgstr ""
790
+
791
+ #: ../views/admin.php:714
792
+ msgid "What does \"Display date\" do?"
793
+ msgstr ""
794
+
795
+ #: ../views/admin.php:716
796
+ msgid ""
797
+ "If checked, WordPress Popular Posts will display the date when each popular posts was "
798
+ "published."
799
+ msgstr ""
800
+
801
+ #: ../views/admin.php:719
802
+ msgid "What does \"Display category\" do?"
803
+ msgstr ""
804
+
805
+ #: ../views/admin.php:721
806
+ msgid "If checked, WordPress Popular Posts will display the category of each post."
807
+ msgstr ""
808
+
809
+ #: ../views/admin.php:724
810
+ msgid "What does \"Use custom HTML Markup\" do?"
811
+ msgstr ""
812
+
813
+ #: ../views/admin.php:726
814
+ msgid ""
815
+ "If checked, you will be able to customize the HTML markup of your popular posts "
816
+ "listing. For example, you can decide whether to wrap your posts in an unordered list, "
817
+ "an ordered list, a div, etc. If you know xHTML/CSS, this is for you!"
818
+ msgstr ""
819
+
820
+ #: ../views/admin.php:729
821
+ msgid "What are \"Content Tags\"?"
822
+ msgstr ""
823
+
824
+ #: ../views/admin.php:731
825
+ #, php-format
826
+ msgid ""
827
+ "Content Tags are codes to display a variety of items on your popular posts custom HTML "
828
+ "structure. For example, setting it to \"{title}: {summary}\" (without the quotes) "
829
+ "would display \"Post title: excerpt of the post here\". For more Content Tags, see the "
830
+ "<a href=\"%s\" target=\"_blank\">Parameters</a> section."
831
+ msgstr ""
832
+
833
+ #: ../views/admin.php:734
834
+ msgid "What are \"Template Tags\"?"
835
+ msgstr ""
836
+
837
+ #: ../views/admin.php:736
838
+ msgid ""
839
+ "Template Tags are simply php functions that allow you to perform certain actions. For "
840
+ "example, WordPress Popular Posts currently supports two different template tags: "
841
+ "wpp_get_mostpopular() and wpp_get_views()."
842
+ msgstr ""
843
+
844
+ #: ../views/admin.php:739
845
+ msgid "What are the template tags that WordPress Popular Posts supports?"
846
+ msgstr ""
847
+
848
+ #: ../views/admin.php:741
849
+ msgid "The following are the template tags supported by WordPress Popular Posts"
850
+ msgstr ""
851
+
852
+ #: ../views/admin.php:745
853
+ msgid "Template tag"
854
+ msgstr ""
855
+
856
+ #: ../views/admin.php:754
857
+ #, php-format
858
+ msgid ""
859
+ "Similar to the widget functionality, this tag retrieves the most popular posts on your "
860
+ "blog. This function also accepts <a href=\"%1$s\">parameters</a> so you can customize "
861
+ "your popular listing, but these are not required."
862
+ msgstr ""
863
+
864
+ #: ../views/admin.php:755
865
+ #, php-format
866
+ msgid ""
867
+ "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete list of "
868
+ "attributes."
869
+ msgstr ""
870
+
871
+ #: ../views/admin.php:760
872
+ msgid ""
873
+ "Displays the number of views of a single post. Post ID is required or it will return "
874
+ "false."
875
+ msgstr ""
876
+
877
+ #: ../views/admin.php:761
878
+ msgid "Post ID"
879
+ msgstr ""
880
+
881
+ #: ../views/admin.php:768
882
+ msgid "What are \"shortcodes\"?"
883
+ msgstr ""
884
+
885
+ #: ../views/admin.php:770
886
+ #, php-format
887
+ msgid ""
888
+ "Shortcodes are similar to BB Codes, these allow us to call a php function by simply "
889
+ "typing something like [shortcode]. With WordPress Popular Posts, the shortcode [wpp] "
890
+ "will let you insert a list of the most popular posts in posts content and pages too! "
891
+ "For more information about shortcodes, please visit the <a href=\"%s\" target=\"_blank"
892
+ "\">WordPress Shortcode API</a> page."
893
+ msgstr ""
894
+
895
+ #: ../views/admin.php:778
896
+ #, php-format
897
+ msgid "About WordPress Popular Posts %s"
898
+ msgstr ""
899
+
900
+ #: ../views/admin.php:779
901
+ msgid "This version includes the following changes"
902
+ msgstr ""
903
+
904
+ #: ../views/admin.php:802
905
+ msgid "Do you like this plugin?"
906
+ msgstr ""
907
+
908
+ #: ../views/admin.php:809
909
+ msgid ""
910
+ "Each donation motivates me to keep releasing free stuff for the WordPress community!"
911
+ msgstr ""
912
+
913
+ #: ../views/admin.php:810
914
+ #, php-format
915
+ msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
916
+ msgstr ""
917
+
918
+ #: ../views/admin.php:814
919
+ msgid "Need help?"
920
+ msgstr ""
921
+
922
+ #: ../views/admin.php:815
923
+ #, php-format
924
+ msgid ""
925
+ "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions and "
926
+ "feedback."
927
+ msgstr ""
928
+
929
+ #: ../views/admin.php:816
930
+ msgid "Let's make this plugin even better!"
931
+ msgstr ""
932
+
933
+ #: ../views/form.php:2
934
+ msgid "Title"
935
+ msgstr ""
936
+
937
+ #: ../views/form.php:7
938
+ msgid "Show up to"
939
+ msgstr ""
940
+
941
+ #: ../views/form.php:8
942
+ msgid "posts"
943
+ msgstr ""
944
+
945
+ #: ../views/form.php:12
946
+ msgid "Sort posts by"
947
+ msgstr ""
948
+
949
+ #: ../views/form.php:14
950
+ msgid "Comments"
951
+ msgstr ""
952
+
953
+ #: ../views/form.php:15
954
+ msgid "Total views"
955
+ msgstr ""
956
+
957
+ #: ../views/form.php:16
958
+ msgid "Avg. daily views"
959
+ msgstr ""
960
+
961
+ #: ../views/form.php:22
962
+ msgid "Filters"
963
+ msgstr ""
964
+
965
+ #: ../views/form.php:24
966
+ msgid "Time Range"
967
+ msgstr ""
968
+
969
+ #: ../views/form.php:34
970
+ msgid "Post type(s)"
971
+ msgstr ""
972
+
973
+ #: ../views/form.php:37
974
+ msgid "Post(s) ID(s) to exclude"
975
+ msgstr ""
976
+
977
+ #: ../views/form.php:40
978
+ msgid "Category(ies) ID(s)"
979
+ msgstr ""
980
+
981
+ #: ../views/form.php:43
982
+ msgid "Author(s) ID(s)"
983
+ msgstr ""
984
+
985
+ #: ../views/form.php:48
986
+ msgid "Posts settings"
987
+ msgstr ""
988
+
989
+ #: ../views/form.php:52
990
+ msgid "Display post rating"
991
+ msgstr ""
992
+
993
+ #: ../views/form.php:55
994
+ msgid "Shorten title"
995
+ msgstr ""
996
+
997
+ #: ../views/form.php:58
998
+ msgid "Shorten title to"
999
+ msgstr ""
1000
+
1001
+ #: ../views/form.php:59 ../views/form.php:69
1002
+ msgid "characters"
1003
+ msgstr ""
1004
+
1005
+ #: ../views/form.php:60 ../views/form.php:70
1006
+ msgid "words"
1007
+ msgstr ""
1008
+
1009
+ #: ../views/form.php:63
1010
+ msgid "Display post excerpt"
1011
+ msgstr ""
1012
+
1013
+ #: ../views/form.php:66
1014
+ msgid "Keep text format and links"
1015
+ msgstr ""
1016
+
1017
+ #: ../views/form.php:67
1018
+ msgid "Excerpt length"
1019
+ msgstr ""
1020
+
1021
+ #: ../views/form.php:73
1022
+ msgid "Display post thumbnail"
1023
+ msgstr ""
1024
+
1025
+ #: ../views/form.php:76
1026
+ msgid "Use predefined size"
1027
+ msgstr ""
1028
+
1029
+ #: ../views/form.php:88
1030
+ msgid "Set size manually"
1031
+ msgstr ""
1032
+
1033
+ #: ../views/form.php:90
1034
+ msgid "Width"
1035
+ msgstr ""
1036
+
1037
+ #: ../views/form.php:93
1038
+ msgid "Height"
1039
+ msgstr ""
1040
+
1041
+ #: ../views/form.php:99
1042
+ msgid "Stats Tag settings"
1043
+ msgstr ""
1044
+
1045
+ #: ../views/form.php:101
1046
+ msgid "Display comment count"
1047
+ msgstr ""
1048
+
1049
+ #: ../views/form.php:103
1050
+ msgid "Display views"
1051
+ msgstr ""
1052
+
1053
+ #: ../views/form.php:105
1054
+ msgid "Display author"
1055
+ msgstr ""
1056
+
1057
+ #: ../views/form.php:107
1058
+ msgid "Display date"
1059
+ msgstr ""
1060
+
1061
+ #: ../views/form.php:110
1062
+ msgid "Date Format"
1063
+ msgstr ""
1064
+
1065
+ #: ../views/form.php:112
1066
+ msgid "WordPress Date Format"
1067
+ msgstr ""
1068
+
1069
+ #: ../views/form.php:119
1070
+ msgid "Display category"
1071
+ msgstr ""
1072
+
1073
+ #: ../views/form.php:123
1074
+ msgid "HTML Markup settings"
1075
+ msgstr ""
1076
+
1077
+ #: ../views/form.php:125
1078
+ msgid "Use custom HTML Markup"
1079
+ msgstr ""
1080
+
1081
+ #: ../views/form.php:128
1082
+ msgid "Before / after title"
1083
+ msgstr ""
1084
+
1085
+ #: ../views/form.php:131
1086
+ msgid "Before / after Popular Posts"
1087
+ msgstr ""
1088
+
1089
+ #: ../views/form.php:134
1090
+ msgid "Post HTML Markup"
1091
+ msgstr ""
1092
+
1093
+ #: ../wordpress-popular-posts.php:302
1094
+ msgid "The most Popular Posts on your blog."
1095
+ msgstr ""
1096
+
1097
+ #: ../wordpress-popular-posts.php:467
1098
+ msgid ""
1099
+ "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing the <em>id</"
1100
+ "em> attribute on before_widget (see <a href=\"http://codex.wordpress.org/"
1101
+ "Function_Reference/register_sidebar\" target=\"_blank\" rel=\"nofollow"
1102
+ "\">register_sidebar</a> for more)."
1103
+ msgstr ""
1104
+
1105
+ #: ../wordpress-popular-posts.php:711
1106
+ msgid "Upload"
1107
+ msgstr ""
1108
+
1109
+ #: ../wordpress-popular-posts.php:1080
1110
+ #, php-format
1111
+ msgid ""
1112
+ "Your PHP installation is too old. WordPress Popular Posts requires at least PHP "
1113
+ "version %1$s to function correctly. Please contact your hosting provider and ask them "
1114
+ "to upgrade PHP to %1$s or higher."
1115
+ msgstr ""
1116
+
1117
+ #: ../wordpress-popular-posts.php:1087
1118
+ #, php-format
1119
+ msgid ""
1120
+ "Your WordPress version is too old. WordPress Popular Posts requires at least WordPress "
1121
+ "version %1$s to function correctly. Please update your blog via Dashboard &gt; Update."
1122
+ msgstr ""
1123
+
1124
+ #: ../wordpress-popular-posts.php:1112
1125
+ #, php-format
1126
+ msgid ""
1127
+ "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</strong>.</"
1128
+ "p></div>"
1129
+ msgstr ""
1130
+
1131
+ #: ../wordpress-popular-posts.php:1172
1132
+ msgid "Success! The cache table has been cleared!"
1133
+ msgstr ""
1134
+
1135
+ #: ../wordpress-popular-posts.php:1174
1136
+ msgid "Error: cache table does not exist."
1137
+ msgstr ""
1138
+
1139
+ #: ../wordpress-popular-posts.php:1181
1140
+ msgid "Success! All data have been cleared!"
1141
+ msgstr ""
1142
+
1143
+ #: ../wordpress-popular-posts.php:1183
1144
+ msgid "Error: one or both data tables are missing."
1145
+ msgstr ""
1146
+
1147
+ #: ../wordpress-popular-posts.php:1186 ../wordpress-popular-posts.php:1224
1148
+ msgid "Invalid action."
1149
+ msgstr ""
1150
+
1151
+ #: ../wordpress-popular-posts.php:1189 ../wordpress-popular-posts.php:1227
1152
+ msgid ""
1153
+ "Sorry, you do not have enough permissions to do this. Please contact the site "
1154
+ "administrator for support."
1155
+ msgstr ""
1156
+
1157
+ #: ../wordpress-popular-posts.php:1219
1158
+ msgid "Success! All files have been deleted!"
1159
+ msgstr ""
1160
+
1161
+ #: ../wordpress-popular-posts.php:1221
1162
+ msgid "The thumbnail cache is already empty!"
1163
+ msgstr ""
1164
+
1165
+ #: ../wordpress-popular-posts.php:1771
1166
+ msgid "Sorry. No data so far."
1167
+ msgstr ""
1168
+
1169
+ #: ../wordpress-popular-posts.php:2298
1170
+ #, php-format
1171
+ msgid "1 comment"
1172
+ msgid_plural "%s comments"
1173
+ msgstr[0] ""
1174
+ msgstr[1] ""
1175
+
1176
+ #: ../wordpress-popular-posts.php:2310
1177
+ #, php-format
1178
+ msgid "1 view per day"
1179
+ msgid_plural "%s views per day"
1180
+ msgstr[0] ""
1181
+ msgstr[1] ""
1182
+
1183
+ #: ../wordpress-popular-posts.php:2316
1184
+ #, php-format
1185
+ msgid "1 view"
1186
+ msgid_plural "%s views"
1187
+ msgstr[0] ""
1188
+ msgstr[1] ""
1189
+
1190
+ #: ../wordpress-popular-posts.php:2339
1191
+ #, php-format
1192
+ msgid "by %s"
1193
+ msgstr ""
1194
+
1195
+ #: ../wordpress-popular-posts.php:2345
1196
+ #, php-format
1197
+ msgid "posted on %s"
1198
+ msgstr ""
1199
+
1200
+ #: ../wordpress-popular-posts.php:2353
1201
+ #, php-format
1202
+ msgid "under %s"
1203
+ msgstr ""
 
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: hcabrera
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hcabrerab%40gmail%2ecom&lc=GB&item_name=WordPress%20Popular%20Posts%20Plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG_global%2egif%3aNonHosted
4
  Tags: popular, posts, widget, popularity, top
5
  Requires at least: 3.8
6
- Tested up to: 4.2.1
7
- Stable tag: 3.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -40,19 +40,23 @@ WordPress Popular Posts is a highly customizable widget that displays the most p
40
 
41
  1. Download the plugin and extract its contents.
42
  2. Upload the `wordpress-popular-posts` folder to the `/wp-content/plugins/` directory.
43
- 3. Activate **WordPress Popular Posts** plugin through the 'Plugins' menu in WordPress.
44
  4. In your admin console, go to Appearance > Widgets, drag the WordPress Popular Posts widget to wherever you want it to be and click on Save.
45
  5. If you have a caching plugin installed on your site, flush its cache now so WPP can start tracking your site.
46
- 6. (optional) Go to Appearance > Editor. On "Theme Files", click on `header.php` and make sure that the `<?php wp_head(); ?>` tag is present (should be right before the closing `</head>` tag).
47
  7. (optional, but recommended for large / high traffic sites) Enabling [Data Sampling](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#data-sampling) and/or [Caching](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#caching) is recommended. Check [here](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance) for more.
48
 
49
  That's it!
50
 
51
  = USAGE =
52
 
53
- WPP can be used as a [WordPress Widget](http://codex.wordpress.org/WordPress_Widgets), which means you can place it on any of your theme's sidebars (and it even supports multiple instances!). However, you can also embed it directly in posts / pages via [shortcode](https://github.com/cabrerahector/wordpress-popular-posts/wiki/1.-Using-WPP-on-posts-&-pages); or anywhere on your theme using the [wpp_get_mostpopular()](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#wpp_get_mostpopular) template tag.
54
 
55
- ... and there's even more on the **[Wiki](https://github.com/cabrerahector/wordpress-popular-posts/wiki)**, so make sure to stop by!
 
 
 
 
56
 
57
  == Frequently Asked Questions ==
58
 
@@ -75,8 +79,8 @@ There are a number of reasons that might explain why you are seeing this message
75
  = My current theme does not support widgets (booooo!). Can I show my most popular posts in any other way? =
76
  Yes, there are other choices: you can use the [wpp shortcode](https://github.com/cabrerahector/wordpress-popular-posts/wiki/1.-Using-WPP-on-posts-&-pages), which allows you to embed your popular listing directly in the content of your posts and/or pages; or you can use the [wpp_get_mostpopular() template tag](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#wpp_get_mostpopular). Both options are highly customizable via parameters, check them out via *wp-admin > Settings > WordPress Popular Posts > Parameters*.
77
 
78
- = WordPress Popular Posts is not counting my own visits, why? =
79
- By default, WordPress Popular Posts won't count views generated by logged in users. If your blog requires readers to be logged in to access its contents (or just want WPP to count your own views) please go to *wp-admin > Settings > WordPress Popular Posts > Tools* and set *Log views from* to *Everyone*.
80
 
81
  = How can I use my own HTML markup with your plugin? =
82
  If you're using the widget, simply activate the *Use custom HTML markup* option and set your desired configuration and *Content Tags* (see *wp-admin > Settings > WordPress Popular Posts > Parameters* for more); or if you're using the template tag / shortcode, use the *wpp_start*, *wpp_end* and *post_html* parameters (see *wp-admin > Settings > WordPress Popular Posts > Parameters* for more).
@@ -118,7 +122,7 @@ Copy your modified wpp.css file to your theme's folder, otherwise my plugin will
118
  = How can I style my list to look like [insert your desired look here]? =
119
  Since this plugin does not include any predefined designs, it's up to you to style your most popular posts list as you like (you might need to hire someone for this if you don't know HTML/CSS, though). However, I've gathered a few [examples](https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list) that should get you started.
120
 
121
- = I want to remove WPP's stylesheet. How can I do that? =
122
  You can disable the stylesheet via *wp-admin > Settings > WordPress Popular Posts > Tools*.
123
 
124
  = -OTHER STUFF THAT YOU (PROBABLY) WANT TO KNOW- =
@@ -127,12 +131,10 @@ You can disable the stylesheet via *wp-admin > Settings > WordPress Popular Post
127
  Yes, check the [Other Notes](http://wordpress.org/plugins/wordpress-popular-posts/other_notes/) section for more information.
128
 
129
  = I want to translate your plugin into my language / help you update a translation. What do I need to do? =
130
- First thing you need to do is get a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) to translate all texts into your language. You'll find several .PO files bundled with the plugin under the *lang* folder. If you're planning to add a new language, grab *wordpress-popular-posts.po* and rename it to add the proper suffix for your language (eg. wordpress-popular-posts-es_ES.po, for Spanish). In any case, open the PO file using Poedit (or your preferred gettext editor) and update the strings there. It sounds complicated, I know, but it's not.
131
-
132
- Check this handy [guide](http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/ "Translating WordPress Plugins & Themes"), in case you get lost at some point. If you're interested in sharing your translation with others (or just helped update a current translation), please [let me know](http://wordpress.org/support/plugin/wordpress-popular-posts).
133
 
134
  = I want your plugin to have X or Y functionality. Can it be done? =
135
- If it fits the nature of my plugin and it sounds like something others would like to have, there's a pretty good chance that I will implement it (and if you can provide some sample code with useful comments, much better).
136
 
137
  = Your plugin seems to conflict with my current Theme / this other Plugin. Can you please help me? =
138
  If the theme/plugin you're talking about is a free one that can be downloaded from somewhere, sure I can try and take a look into it. Premium themes/plugins are out of discussion though, unless you're willing to grant me access to your site (or get me a copy of this theme/plugin) so I can check it out.
@@ -154,6 +156,16 @@ For the time being, the [Support Forum](http://wordpress.org/support/plugin/word
154
  4. WordPress Popular Posts Stats panel.
155
 
156
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
157
  = 3.2.2 =
158
  **If you're using a caching plugin, flushing its cache after installing / upgrading to this version is recommended.**
159
 
@@ -456,5 +468,5 @@ All translations are community made: people who are nice enough to share their t
456
 
457
  == Upgrade Notice ==
458
 
459
- = 3.2.2 =
460
- If you're using a caching plugin, flushing its cache after upgrading is recommended.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hcabrerab%40gmail%2ecom&lc=GB&item_name=WordPress%20Popular%20Posts%20Plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG_global%2egif%3aNonHosted
4
  Tags: popular, posts, widget, popularity, top
5
  Requires at least: 3.8
6
+ Tested up to: 4.2.2
7
+ Stable tag: 3.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
40
 
41
  1. Download the plugin and extract its contents.
42
  2. Upload the `wordpress-popular-posts` folder to the `/wp-content/plugins/` directory.
43
+ 3. Activate **WordPress Popular Posts** plugin through the "Plugins" menu in WordPress.
44
  4. In your admin console, go to Appearance > Widgets, drag the WordPress Popular Posts widget to wherever you want it to be and click on Save.
45
  5. If you have a caching plugin installed on your site, flush its cache now so WPP can start tracking your site.
46
+ 6. Go to Appearance > Editor. On "Theme Files", click on `header.php` and make sure that the `<?php wp_head(); ?>` tag is present (should be right before the closing `</head>` tag).
47
  7. (optional, but recommended for large / high traffic sites) Enabling [Data Sampling](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#data-sampling) and/or [Caching](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#caching) is recommended. Check [here](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance) for more.
48
 
49
  That's it!
50
 
51
  = USAGE =
52
 
53
+ WordPress Popular Posts can be used in three different ways:
54
 
55
+ 1. As a [widget](http://codex.wordpress.org/WordPress_Widgets), simply drag and drop it into your theme's sidebar and configure it.
56
+ 2. As a template tag, you can place it anywhere on your theme with [wpp_get_mostpopular()](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#wpp_get_mostpopular).
57
+ 3. Via [shortcode](https://github.com/cabrerahector/wordpress-popular-posts/wiki/1.-Using-WPP-on-posts-&-pages), so you can embed it inside a post or a page.
58
+
59
+ Make sure to stop by the **[Wiki](https://github.com/cabrerahector/wordpress-popular-posts/wiki)** as well, you'll find even more info there!
60
 
61
  == Frequently Asked Questions ==
62
 
79
  = My current theme does not support widgets (booooo!). Can I show my most popular posts in any other way? =
80
  Yes, there are other choices: you can use the [wpp shortcode](https://github.com/cabrerahector/wordpress-popular-posts/wiki/1.-Using-WPP-on-posts-&-pages), which allows you to embed your popular listing directly in the content of your posts and/or pages; or you can use the [wpp_get_mostpopular() template tag](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#wpp_get_mostpopular). Both options are highly customizable via parameters, check them out via *wp-admin > Settings > WordPress Popular Posts > Parameters*.
81
 
82
+ = WordPress Popular Posts is counting my own visits, why? =
83
+ By default the plugin will register every page view from all visitors, including logged-in users. If you don't want WPP to track your own page views, please go to *wp-admin > Settings > WordPress Popular Posts > Tools* and change the "*Log views from*" option from *Everyone* to your preferred choice.
84
 
85
  = How can I use my own HTML markup with your plugin? =
86
  If you're using the widget, simply activate the *Use custom HTML markup* option and set your desired configuration and *Content Tags* (see *wp-admin > Settings > WordPress Popular Posts > Parameters* for more); or if you're using the template tag / shortcode, use the *wpp_start*, *wpp_end* and *post_html* parameters (see *wp-admin > Settings > WordPress Popular Posts > Parameters* for more).
122
  = How can I style my list to look like [insert your desired look here]? =
123
  Since this plugin does not include any predefined designs, it's up to you to style your most popular posts list as you like (you might need to hire someone for this if you don't know HTML/CSS, though). However, I've gathered a few [examples](https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list) that should get you started.
124
 
125
+ = I want to remove WPP's stylesheet from the header of my theme. How can I do that? =
126
  You can disable the stylesheet via *wp-admin > Settings > WordPress Popular Posts > Tools*.
127
 
128
  = -OTHER STUFF THAT YOU (PROBABLY) WANT TO KNOW- =
131
  Yes, check the [Other Notes](http://wordpress.org/plugins/wordpress-popular-posts/other_notes/) section for more information.
132
 
133
  = I want to translate your plugin into my language / help you update a translation. What do I need to do? =
134
+ First thing you need to do is get a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) to translate all texts into your language. You'll find several .PO files bundled with the plugin under the *lang* folder. If you're planning to add a new language, check this handy [guide](http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/ "Translating WordPress Plugins & Themes"). If you're interested in sharing your translation with others (or just helped update a current translation), please [let me know](http://wordpress.org/support/plugin/wordpress-popular-posts).
 
 
135
 
136
  = I want your plugin to have X or Y functionality. Can it be done? =
137
+ If it fits the nature of my plugin and it sounds like something other users would like to have too, there's a pretty good chance that I will implement it (and if you can provide some sample code with useful comments, much better).
138
 
139
  = Your plugin seems to conflict with my current Theme / this other Plugin. Can you please help me? =
140
  If the theme/plugin you're talking about is a free one that can be downloaded from somewhere, sure I can try and take a look into it. Premium themes/plugins are out of discussion though, unless you're willing to grant me access to your site (or get me a copy of this theme/plugin) so I can check it out.
156
  4. WordPress Popular Posts Stats panel.
157
 
158
  == Changelog ==
159
+ = 3.2.3 =
160
+ **If you're using a caching plugin, flushing its cache after installing / upgrading to this version is highly recommended.**
161
+
162
+ - Fixes a potential bug that might affect other plugins & themes (thanks @pippinsplugins).
163
+ - Defines INNODB as default storage engine.
164
+ - Adds the wpp-no-data CSS class to style the "Sorry, no data so far" message.
165
+ - Adds a new index to summary table.
166
+ - Updates plugin's documentation.
167
+ - Other small bug fixes and improvements.
168
+
169
  = 3.2.2 =
170
  **If you're using a caching plugin, flushing its cache after installing / upgrading to this version is recommended.**
171
 
468
 
469
  == Upgrade Notice ==
470
 
471
+ = 3.2.3 =
472
+ If you're using a caching plugin, flushing its cache after upgrading is highly recommended.
style/wpp.css CHANGED
@@ -1,33 +1,39 @@
1
  /*
2
  Wordpress Popular Posts plugin stylesheet
3
  Developed by Hector Cabrera
 
4
 
5
  Use the following classes to style your popular posts list as you like.
6
  */
7
 
8
- .wpp-list { /* UL element */
9
-
 
 
 
 
10
  }
11
 
12
- .wpp-list li { /* LI - post container */
13
- /*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */
 
14
  float:none;
15
- clear:left;
16
  }
17
-
18
- /* title styles */
19
- .wpp-post-title {
20
- }
21
-
22
- /* thumbnail styles */
23
  .wpp-thumbnail {
24
  display:inline;
25
  float:left;
26
  margin:0 5px 0 0;
27
  border:none;
28
  }
 
 
 
 
29
 
30
- /* excerpt styles */
31
  .wpp-excerpt {
32
  }
33
 
@@ -38,17 +44,25 @@ Use the following classes to style your popular posts list as you like.
38
  font-weight:bold;
39
  }
40
 
 
41
  .wpp-comments {
42
  }
43
 
 
44
  .wpp-views {
45
  }
46
 
 
47
  .wpp-author {
48
  }
49
 
 
50
  .wpp-date {
51
  }
 
 
 
 
52
 
53
  /* WP-PostRatings styles */
54
  .wpp-rating {
1
  /*
2
  Wordpress Popular Posts plugin stylesheet
3
  Developed by Hector Cabrera
4
+ cabrerahector.com | @cabrerahector
5
 
6
  Use the following classes to style your popular posts list as you like.
7
  */
8
 
9
+ /* Styles the "Sorry, no data so far" message */
10
+ .wpp-no-data {
11
+ }
12
+
13
+ /* UL - Popular Posts container styles */
14
+ .wpp-list {
15
  }
16
 
17
+ /* LI - Post container styles */
18
+ .wpp-list li {
19
+ overflow:hidden;
20
  float:none;
21
+ clear:both;
22
  }
23
+
24
+ /* Thumbnail styles */
 
 
 
 
25
  .wpp-thumbnail {
26
  display:inline;
27
  float:left;
28
  margin:0 5px 0 0;
29
  border:none;
30
  }
31
+
32
+ /* Title styles */
33
+ .wpp-post-title {
34
+ }
35
 
36
+ /* Excerpt styles */
37
  .wpp-excerpt {
38
  }
39
 
44
  font-weight:bold;
45
  }
46
 
47
+ /* Comments count styles */
48
  .wpp-comments {
49
  }
50
 
51
+ /* Views count styles */
52
  .wpp-views {
53
  }
54
 
55
+ /* Author styles */
56
  .wpp-author {
57
  }
58
 
59
+ /* Post date styles */
60
  .wpp-date {
61
  }
62
+
63
+ /* Post category styles */
64
+ .wpp-category {
65
+ }
66
 
67
  /* WP-PostRatings styles */
68
  .wpp-rating {
views/admin.php CHANGED
@@ -78,7 +78,7 @@ if ( isset($_POST['section']) ) {
78
  }
79
 
80
  if ( $this->user_settings['tools']['css'] && !file_exists( get_stylesheet_directory() . '/wpp.css' ) ) {
81
- echo '<div id="wpp-message" class="update-nag"><strong>'. __('Any changes made to WPP\'s default stylesheet will be lost after every plugin update. In order to prevent this from happening, please copy the wpp.css file (located at wp-content/plugins/wordpress-popular-posts/style) into your theme\'s directory', $this->plugin_slug) .'.</strong></div>';
82
  }
83
 
84
  $rand = md5(uniqid(rand(), true));
@@ -313,7 +313,7 @@ if (empty($wpp_rand)) {
313
  </td>
314
  </tr>
315
  <tr valign="top">
316
- <th scope="row"><label for="cache"><?php _e("WPP Cache Expiry Policy", $this->plugin_slug); ?>:</label></th>
317
  <td>
318
  <select name="cache" id="cache">
319
  <option <?php if ( !$this->user_settings['tools']['cache']['active'] ) { ?>selected="selected"<?php } ?> value="0"><?php _e("Never cache", $this->plugin_slug); ?></option>
@@ -341,7 +341,7 @@ if (empty($wpp_rand)) {
341
  </td>
342
  </tr>
343
  <tr valign="top">
344
- <th scope="row"><label for="sampling"><?php _e("Data Sampling", $this->plugin_slug); ?>:</label></th>
345
  <td>
346
  <select name="sampling" id="sampling">
347
  <option <?php if ( !$this->user_settings['tools']['sampling']['active'] ) { ?>selected="selected"<?php } ?> value="0"><?php _e("Disabled", $this->plugin_slug); ?></option>
@@ -349,7 +349,7 @@ if (empty($wpp_rand)) {
349
  </select>
350
 
351
  <br />
352
- <p class="description"><?php echo sprintf( __('By default, WordPress Popular Posts stores in database every single visit your site receives. For small / medium sites this is generally OK, but on large / high traffic sites the constant writing to the database may have an impact on performance. With data sampling, WordPress Popular Posts will store only a subset of your traffic and report on the tendencies detected in that sample set (for more on <em>data sampling</em>, please <a href="%1$s" target="_blank">read here</a>)', $this->plugin_slug), 'http://en.wikipedia.org/wiki/Sample_%28statistics%29' ); ?>.</p>
353
  </td>
354
  </tr>
355
  <tr valign="top" <?php if ( !$this->user_settings['tools']['sampling']['active'] ) { ?>style="display:none;"<?php } ?>>
@@ -440,7 +440,7 @@ if (empty($wpp_rand)) {
440
  <td><strong>header</strong></td>
441
  <td><?php _e('Sets a heading for the list', $this->plugin_slug); ?></td>
442
  <td><?php _e('Text string', $this->plugin_slug); ?></td>
443
- <td><?php _e('Popular Posts', $this->plugin_slug); ?></td>
444
  <td>&lt;?php wpp_get_mostpopular( 'header="Popular Posts"' ); ?&gt;</td>
445
  </tr>
446
  <tr class="alternate">
@@ -552,14 +552,14 @@ if (empty($wpp_rand)) {
552
  <td><strong>thumbnail_width</strong></td>
553
  <td><?php _e('If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the width for thumbnails', $this->plugin_slug); ?></td>
554
  <td><?php _e('Positive integer', $this->plugin_slug); ?></td>
555
- <td>15</td>
556
  <td>&lt;?php wpp_get_mostpopular( 'thumbnail_width=30&amp;thumbnail_height=30' ); ?&gt;</td>
557
  </tr>
558
  <tr class="alternate">
559
  <td><strong>thumbnail_height</strong></td>
560
  <td><?php _e('If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the height for thumbnails', $this->plugin_slug); ?></td>
561
  <td><?php _e('Positive integer', $this->plugin_slug); ?></td>
562
- <td>15</td>
563
  <td>&lt;?php wpp_get_mostpopular( 'thumbnail_width=30&amp;thumbnail_height=30' ); ?&gt;</td>
564
  </tr>
565
  <tr>
@@ -628,7 +628,7 @@ if (empty($wpp_rand)) {
628
  <tr class="alternate">
629
  <td><strong>post_html</strong></td>
630
  <td><?php _e('Sets the HTML structure of each post', $this->plugin_slug); ?></td>
631
- <td><?php _e('Text string, custom HTML', $this->plugin_slug); ?>.<br /><br /><strong><?php _e('Available Content Tags', $this->plugin_slug); ?>:</strong> <br /><br /><em>{thumb}</em> (<?php _e('displays thumbnail linked to post/page', $this->plugin_slug); ?>)<br /><br /> <em>{thumb_img}</em> (<?php _e('displays thumbnail image without linking to post/page', $this->plugin_slug); ?>)<br /><br /> <em>{title}</em> (<?php _e('displays linked post/page title', $this->plugin_slug); ?>)<br /><br /> <em>{summary}</em> (<?php _e('displays post/page excerpt, and requires excerpt_length to be greater than 0', $this->plugin_slug); ?>)<br /><br /> <em>{stats}</em> (<?php _e('displays the default stats tags', $this->plugin_slug); ?>)<br /><br /> <em>{rating}</em> (<?php _e('displays post/page current rating, requires WP-PostRatings installed and enabled', $this->plugin_slug); ?>)<br /><br /> <em>{score}</em> (<?php _e('displays post/page current rating as an integer, requires WP-PostRatings installed and enabled', $this->plugin_slug); ?>)<br /><br /> <em>{url}</em> (<?php _e('outputs the URL of the post/page', $this->plugin_slug); ?>)<br /><br /> <em>{text_title}</em> (<?php _e('displays post/page title, no link', $this->plugin_slug); ?>)<br /><br /> <em>{author}</em> (<?php _e('displays linked author name, requires stats_author=1', $this->plugin_slug); ?>)<br /><br /> <em>{category}</em> (<?php _e('displays linked category name, requires stats_category=1', $this->plugin_slug); ?>)<br /><br /> <em>{views}</em> (<?php _e('displays views count only, no text', $this->plugin_slug); ?>)<br /><br /> <em>{comments}</em> (<?php _e('displays comments count only, no text, requires stats_comments=1', $this->plugin_slug); ?>)<br /><br /> <em>{date}</em> (<?php _e('displays post/page date, requires stats_date=1', $this->plugin_slug); ?>)</td>
632
  <td>&lt;li&gt;{thumb} {title} {stats}&lt;/li&gt;</td>
633
  <td>&lt;?php wpp_get_mostpopular( 'post_html="&lt;li&gt;{thumb} &lt;a href=\'{url}\'&gt;{text_title}&lt;/a&gt;&lt;/li&gt;"' ); ?&gt;</td>
634
  </tr>
@@ -778,21 +778,15 @@ if (empty($wpp_rand)) {
778
  <h3><?php echo sprintf( __('About WordPress Popular Posts %s', $this->plugin_slug), $this->version); ?></h3>
779
  <p><?php _e( 'This version includes the following changes', $this->plugin_slug ); ?>:</p>
780
 
781
- <p><strong>If you're using a caching plugin, flushing its cache after installing / upgrading to this version is recommended.</strong></p>
782
 
783
  <ul>
784
- <li>Moves sampling logic into Javascript (thanks, @<a href="https://github.com/kurtpayne">kurtpayne</a>!)</li>
785
- <li>Simplifies category filtering logic.</li>
786
- <li>Fixes list sorting issue that some users were experimenting (thanks, sponker!)</li>
787
- <li>Widget uses stock thumbnails when using predefined size (some conditions apply).</li>
788
- <li>Adds the ability to enable / disable responsive support for thumbails.</li>
789
- <li>Renames wpp_update_views action hook to wpp_post_update_views, <strong>update your code!</strong></li>
790
- <li>Adds wpp_pre_update_views action hook, and renames wpp_update_views action hook to wpp_post_update_views.</li>
791
- <li>Adds filter wpp_render_image.</li>
792
- <li>Drops support for get_mostpopular() template tag.</li>
793
- <li>Fixes empty HTML tags (thumbnail, stats).</li>
794
- <li>Removes Japanese, French and Norwegian Bokmal translation files from plugin.</li>
795
- <li>Many minor bug fixes / enhancements.</li>
796
  </ul>
797
 
798
  </div>
78
  }
79
 
80
  if ( $this->user_settings['tools']['css'] && !file_exists( get_stylesheet_directory() . '/wpp.css' ) ) {
81
+ echo '<div id="wpp-message" class="update-nag">'. __('Any changes made to WPP\'s default stylesheet will be lost after every plugin update. In order to prevent this from happening, please copy the wpp.css file (located at wp-content/plugins/wordpress-popular-posts/style) into your theme\'s directory', $this->plugin_slug) .'.</div>';
82
  }
83
 
84
  $rand = md5(uniqid(rand(), true));
313
  </td>
314
  </tr>
315
  <tr valign="top">
316
+ <th scope="row"><label for="cache"><?php _e("WPP Cache Expiry Policy", $this->plugin_slug); ?>:</label> <small>[<a href="https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#caching" target="_blank" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small></th>
317
  <td>
318
  <select name="cache" id="cache">
319
  <option <?php if ( !$this->user_settings['tools']['cache']['active'] ) { ?>selected="selected"<?php } ?> value="0"><?php _e("Never cache", $this->plugin_slug); ?></option>
341
  </td>
342
  </tr>
343
  <tr valign="top">
344
+ <th scope="row"><label for="sampling"><?php _e("Data Sampling", $this->plugin_slug); ?>:</label> <small>[<a href="https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#data-sampling" target="_blank" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small></th>
345
  <td>
346
  <select name="sampling" id="sampling">
347
  <option <?php if ( !$this->user_settings['tools']['sampling']['active'] ) { ?>selected="selected"<?php } ?> value="0"><?php _e("Disabled", $this->plugin_slug); ?></option>
349
  </select>
350
 
351
  <br />
352
+ <p class="description"><?php echo sprintf( __('By default, WordPress Popular Posts stores in database every single visit your site receives. For small / medium sites this is generally OK, but on large / high traffic sites the constant writing to the database may have an impact on performance. With <a href="%1$s" target="_blank">data sampling</a>, WordPress Popular Posts will store only a subset of your traffic and report on the tendencies detected in that sample set (for more, <a href="%2$s" target="_blank">please read here</a>)', $this->plugin_slug), 'http://en.wikipedia.org/wiki/Sample_%28statistics%29', 'https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance#data-sampling' ); ?>.</p>
353
  </td>
354
  </tr>
355
  <tr valign="top" <?php if ( !$this->user_settings['tools']['sampling']['active'] ) { ?>style="display:none;"<?php } ?>>
440
  <td><strong>header</strong></td>
441
  <td><?php _e('Sets a heading for the list', $this->plugin_slug); ?></td>
442
  <td><?php _e('Text string', $this->plugin_slug); ?></td>
443
+ <td><?php _e('None', $this->plugin_slug); ?></td>
444
  <td>&lt;?php wpp_get_mostpopular( 'header="Popular Posts"' ); ?&gt;</td>
445
  </tr>
446
  <tr class="alternate">
552
  <td><strong>thumbnail_width</strong></td>
553
  <td><?php _e('If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the width for thumbnails', $this->plugin_slug); ?></td>
554
  <td><?php _e('Positive integer', $this->plugin_slug); ?></td>
555
+ <td>0</td>
556
  <td>&lt;?php wpp_get_mostpopular( 'thumbnail_width=30&amp;thumbnail_height=30' ); ?&gt;</td>
557
  </tr>
558
  <tr class="alternate">
559
  <td><strong>thumbnail_height</strong></td>
560
  <td><?php _e('If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the height for thumbnails', $this->plugin_slug); ?></td>
561
  <td><?php _e('Positive integer', $this->plugin_slug); ?></td>
562
+ <td>0</td>
563
  <td>&lt;?php wpp_get_mostpopular( 'thumbnail_width=30&amp;thumbnail_height=30' ); ?&gt;</td>
564
  </tr>
565
  <tr>
628
  <tr class="alternate">
629
  <td><strong>post_html</strong></td>
630
  <td><?php _e('Sets the HTML structure of each post', $this->plugin_slug); ?></td>
631
+ <td><?php _e('Text string, custom HTML', $this->plugin_slug); ?>.<br /><br /><strong><?php _e('Available Content Tags', $this->plugin_slug); ?>:</strong> <br /><br /><em>{thumb}</em> (<?php _e('displays thumbnail linked to post/page, requires thumbnail_width & thumbnail_height', $this->plugin_slug); ?>)<br /><br /> <em>{thumb_img}</em> (<?php _e('displays thumbnail image without linking to post/page, requires thumbnail_width & thumbnail_height', $this->plugin_slug); ?>)<br /><br /> <em>{title}</em> (<?php _e('displays linked post/page title', $this->plugin_slug); ?>)<br /><br /> <em>{summary}</em> (<?php _e('displays post/page excerpt, and requires excerpt_length to be greater than 0', $this->plugin_slug); ?>)<br /><br /> <em>{stats}</em> (<?php _e('displays the default stats tags', $this->plugin_slug); ?>)<br /><br /> <em>{rating}</em> (<?php _e('displays post/page current rating, requires WP-PostRatings installed and enabled', $this->plugin_slug); ?>)<br /><br /> <em>{score}</em> (<?php _e('displays post/page current rating as an integer, requires WP-PostRatings installed and enabled', $this->plugin_slug); ?>)<br /><br /> <em>{url}</em> (<?php _e('outputs the URL of the post/page', $this->plugin_slug); ?>)<br /><br /> <em>{text_title}</em> (<?php _e('displays post/page title, no link', $this->plugin_slug); ?>)<br /><br /> <em>{author}</em> (<?php _e('displays linked author name, requires stats_author=1', $this->plugin_slug); ?>)<br /><br /> <em>{category}</em> (<?php _e('displays linked category name, requires stats_category=1', $this->plugin_slug); ?>)<br /><br /> <em>{views}</em> (<?php _e('displays views count only, no text', $this->plugin_slug); ?>)<br /><br /> <em>{comments}</em> (<?php _e('displays comments count only, no text, requires stats_comments=1', $this->plugin_slug); ?>)<br /><br /> <em>{date}</em> (<?php _e('displays post/page date, requires stats_date=1', $this->plugin_slug); ?>)</td>
632
  <td>&lt;li&gt;{thumb} {title} {stats}&lt;/li&gt;</td>
633
  <td>&lt;?php wpp_get_mostpopular( 'post_html="&lt;li&gt;{thumb} &lt;a href=\'{url}\'&gt;{text_title}&lt;/a&gt;&lt;/li&gt;"' ); ?&gt;</td>
634
  </tr>
778
  <h3><?php echo sprintf( __('About WordPress Popular Posts %s', $this->plugin_slug), $this->version); ?></h3>
779
  <p><?php _e( 'This version includes the following changes', $this->plugin_slug ); ?>:</p>
780
 
781
+ <p><strong>If you're using a caching plugin, flushing its cache after installing / upgrading to this version is strongly recommended.</strong></p>
782
 
783
  <ul>
784
+ <li>Fixes a potential bug that might affect other plugins & themes (thanks , @<a href="https://github.com/pippinsplugins">pippinsplugins</a>!)</li>
785
+ <li>Defines INNODB as default storage engine.</li>
786
+ <li>Adds the wpp-no-data CSS class to style the "Sorry, no data so far" message.</li>
787
+ <li>Adds a new index to summary table.</li>
788
+ <li>Updates plugin's documentation.</li>
789
+ <li>Other small bug fixes and improvements.</li>
 
 
 
 
 
 
790
  </ul>
791
 
792
  </div>
views/form.php CHANGED
@@ -88,11 +88,11 @@
88
  <label><input type='radio' id='<?php echo $this->get_field_name( 'thumbnail-size-source' ); ?>' name='<?php echo $this->get_field_name( 'thumbnail-size-source' ); ?>' value='manual' <?php echo ($instance['thumbnail']['build'] == 'manual') ? 'checked="checked"' : ''; ?> /><?php _e('Set size manually', 'wordpress-popular-posts'); ?></label><br />
89
 
90
  <label for="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>"><?php _e('Width', 'wordpress-popular-posts'); ?>:</label>
91
- <input type="text" id="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-width' ); ?>" value="<?php echo $instance['thumbnail']['width']; ?>" class="widefat" style="margin:3px 0; width:50px!important" <?php echo ($this->thumbnailing) ? '' : 'disabled="disabled"' ?> /> <?php _e('px', 'wordpress-popular-posts'); ?><br />
92
 
93
  <label for="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>"><?php _e('Height', 'wordpress-popular-posts'); ?>:</label>
94
- <input type="text" id="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-height' ); ?>" value="<?php echo $instance['thumbnail']['height']; ?>" class="widefat" style="width:50px!important" <?php echo ($this->thumbnailing) ? '' : 'disabled="disabled"' ?> /> <?php _e('px', 'wordpress-popular-posts'); ?>
95
- </div>
96
 
97
  <br /><hr /><br />
98
 
88
  <label><input type='radio' id='<?php echo $this->get_field_name( 'thumbnail-size-source' ); ?>' name='<?php echo $this->get_field_name( 'thumbnail-size-source' ); ?>' value='manual' <?php echo ($instance['thumbnail']['build'] == 'manual') ? 'checked="checked"' : ''; ?> /><?php _e('Set size manually', 'wordpress-popular-posts'); ?></label><br />
89
 
90
  <label for="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>"><?php _e('Width', 'wordpress-popular-posts'); ?>:</label>
91
+ <input type="text" id="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-width' ); ?>" value="<?php echo $instance['thumbnail']['width']; ?>" class="widefat" style="margin:3px 0; width:50px!important" <?php echo ($this->thumbnailing) ? '' : 'disabled="disabled"' ?> /> px<br />
92
 
93
  <label for="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>"><?php _e('Height', 'wordpress-popular-posts'); ?>:</label>
94
+ <input type="text" id="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-height' ); ?>" value="<?php echo $instance['thumbnail']['height']; ?>" class="widefat" style="width:50px!important" <?php echo ($this->thumbnailing) ? '' : 'disabled="disabled"' ?> /> px
95
+ </div><br />
96
 
97
  <br /><hr /><br />
98
 
wordpress-popular-posts.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WordPress Popular Posts
4
  Plugin URI: http://wordpress.org/extend/plugins/wordpress-popular-posts
5
  Description: WordPress Popular Posts is a highly customizable widget that displays the most popular posts on your blog
6
- Version: 3.2.2
7
  Author: Hector Cabrera
8
  Author URI: http://cabrerahector.com
9
  Author Email: hcabrerab@gmail.com
@@ -61,7 +61,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
61
  * @since 1.3.0
62
  * @var string
63
  */
64
- private $version = '3.2.2';
65
 
66
  /**
67
  * Plugin identifier.
@@ -995,25 +995,17 @@ if ( !class_exists('WordpressPopularPosts') ) {
995
 
996
  }
997
 
998
- // Check indexes and fields
999
- $dataFields = $wpdb->get_results( "SHOW FIELDS FROM {$prefix}data;" );
1000
-
1001
- // Update fields, if needed
1002
- foreach ( $dataFields as $column ) {
1003
- if ( "postid" == $column->Field && "bigint(20)" != $column->Type ) {
1004
- $wpdb->query("ALTER TABLE {$prefix}data CHANGE postid postid bigint(20) NOT NULL;");
1005
- }
1006
-
1007
- if ( "pageviews" == $column->Field && "bigint(20)" != $column->Type ) {
1008
- $wpdb->query("ALTER TABLE {$prefix}data CHANGE pageviews pageviews bigint(20) DEFAULT 1;");
1009
- }
1010
  }
1011
-
1012
- // Update index, if needed
1013
- $dataIndex = $wpdb->get_results("SHOW INDEX FROM {$prefix}data;", ARRAY_A);
1014
-
1015
- if ( "PRIMARY" != $dataIndex[0]['Key_name'] ) {
1016
- $wpdb->query("ALTER TABLE {$prefix}data DROP INDEX id, ADD PRIMARY KEY (postid);");
1017
  }
1018
 
1019
  // Update WPP version
@@ -1047,7 +1039,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
1047
  last_viewed datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1048
  pageviews bigint(20) DEFAULT 1,
1049
  PRIMARY KEY (postid)
1050
- ) {$charset_collate};
1051
  CREATE TABLE {$prefix}summary (
1052
  ID bigint(20) NOT NULL AUTO_INCREMENT,
1053
  postid bigint(20) NOT NULL,
@@ -1057,8 +1049,9 @@ if ( !class_exists('WordpressPopularPosts') ) {
1057
  PRIMARY KEY (ID),
1058
  UNIQUE KEY ID_date (postid,view_date),
1059
  KEY postid (postid),
 
1060
  KEY last_viewed (last_viewed)
1061
- ) {$charset_collate};";
1062
 
1063
  require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
1064
  dbDelta($sql);
@@ -1245,11 +1238,11 @@ if ( !class_exists('WordpressPopularPosts') ) {
1245
  */
1246
  public function update_views_ajax(){
1247
 
1248
- if ( !wp_verify_nonce($_POST['token'], 'wpp-token') || !$this->__is_numeric($_POST['id']) )
1249
  die("WPP: Oops, invalid request!");
1250
 
1251
  $nonce = $_POST['token'];
1252
- $post_ID = $_POST['id'];
1253
 
1254
  $exec_time = 0;
1255
 
@@ -1298,7 +1291,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
1298
  ? new XMLHttpRequest()
1299
  : new ActiveXObject( "Microsoft.XMLHTTP" ),
1300
  url = '<?php echo admin_url('admin-ajax.php', is_ssl() ? 'https' : 'http'); ?>',
1301
- params = 'action=update_views_ajax&token=<?php echo wp_create_nonce('wpp-token') ?>&id=<?php echo $this->current_post_id; ?>';
1302
  // Set request method and target URL
1303
  xhr.open( "POST", url, true );
1304
  // Set request header
@@ -1775,7 +1768,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
1775
 
1776
  // No posts to show
1777
  if ( !is_array($mostpopular) || empty($mostpopular) ) {
1778
- return "<p>".__('Sorry. No data so far.', $this->plugin_slug)."</p>";
1779
  }
1780
 
1781
  // Allow WP themers / coders access to raw data
@@ -2067,7 +2060,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
2067
  $size = null;
2068
 
2069
  foreach ( $this->default_thumbnail_sizes as $name => $attr ) :
2070
- if ( $attr['width'] == $tbWidth && $attr['height'] == $tbHeight ) {
2071
  $size = $name;
2072
  break;
2073
  }
3
  Plugin Name: WordPress Popular Posts
4
  Plugin URI: http://wordpress.org/extend/plugins/wordpress-popular-posts
5
  Description: WordPress Popular Posts is a highly customizable widget that displays the most popular posts on your blog
6
+ Version: 3.2.3
7
  Author: Hector Cabrera
8
  Author URI: http://cabrerahector.com
9
  Author Email: hcabrerab@gmail.com
61
  * @since 1.3.0
62
  * @var string
63
  */
64
+ private $version = '3.2.3';
65
 
66
  /**
67
  * Plugin identifier.
995
 
996
  }
997
 
998
+ // Check storage engine
999
+ $storage_engine_data = $wpdb->get_var("SELECT `ENGINE` FROM `information_schema`.`TABLES` WHERE `TABLE_SCHEMA`='{$wpdb->dbname}' AND `TABLE_NAME`='{$prefix}data';");
1000
+
1001
+ if ( 'MyISAM' == $storage_engine_data ) {
1002
+ $wpdb->query("ALTER TABLE {$prefix}data ENGINE=INNODB;");
 
 
 
 
 
 
 
1003
  }
1004
+
1005
+ $storage_engine_summary = $wpdb->get_var("SELECT `ENGINE` FROM `information_schema`.`TABLES` WHERE `TABLE_SCHEMA`='{$wpdb->dbname}' AND `TABLE_NAME`='{$prefix}summary';");
1006
+
1007
+ if ( 'MyISAM' == $storage_engine_summary ) {
1008
+ $wpdb->query("ALTER TABLE {$prefix}summary ENGINE=INNODB;");
 
1009
  }
1010
 
1011
  // Update WPP version
1039
  last_viewed datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1040
  pageviews bigint(20) DEFAULT 1,
1041
  PRIMARY KEY (postid)
1042
+ ) {$charset_collate} ENGINE=INNODB;
1043
  CREATE TABLE {$prefix}summary (
1044
  ID bigint(20) NOT NULL AUTO_INCREMENT,
1045
  postid bigint(20) NOT NULL,
1049
  PRIMARY KEY (ID),
1050
  UNIQUE KEY ID_date (postid,view_date),
1051
  KEY postid (postid),
1052
+ KEY view_date (view_date),
1053
  KEY last_viewed (last_viewed)
1054
+ ) {$charset_collate} ENGINE=INNODB;";
1055
 
1056
  require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
1057
  dbDelta($sql);
1238
  */
1239
  public function update_views_ajax(){
1240
 
1241
+ if ( !wp_verify_nonce($_POST['token'], 'wpp-token') || !$this->__is_numeric($_POST['wpp_id']) )
1242
  die("WPP: Oops, invalid request!");
1243
 
1244
  $nonce = $_POST['token'];
1245
+ $post_ID = $_POST['wpp_id'];
1246
 
1247
  $exec_time = 0;
1248
 
1291
  ? new XMLHttpRequest()
1292
  : new ActiveXObject( "Microsoft.XMLHTTP" ),
1293
  url = '<?php echo admin_url('admin-ajax.php', is_ssl() ? 'https' : 'http'); ?>',
1294
+ params = 'action=update_views_ajax&token=<?php echo wp_create_nonce('wpp-token') ?>&wpp_id=<?php echo $this->current_post_id; ?>';
1295
  // Set request method and target URL
1296
  xhr.open( "POST", url, true );
1297
  // Set request header
1768
 
1769
  // No posts to show
1770
  if ( !is_array($mostpopular) || empty($mostpopular) ) {
1771
+ return "<p class=\"wpp-no-data\">".__('Sorry. No data so far.', $this->plugin_slug)."</p>";
1772
  }
1773
 
1774
  // Allow WP themers / coders access to raw data
2060
  $size = null;
2061
 
2062
  foreach ( $this->default_thumbnail_sizes as $name => $attr ) :
2063
+ if ( $attr['width'] == $tbWidth && $attr['height'] == $tbHeight && $attr['crop'] == $crop ) {
2064
  $size = $name;
2065
  break;
2066
  }