WordPress Popular Posts - Version 3.2.2

Version Description

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

  • Moves sampling logic into Javascript (thanks, @kurtpayne!)
  • Simplifies category filtering logic.
  • Fixes list sorting issue that some users were experimenting (thanks, sponker!)
  • Widget uses stock thumbnails when using predefined size (some conditions apply).
  • Adds the ability to enable / disable responsive support for thumbails.
  • Renames wpp_update_views action hook to wpp_post_update_views, update your code!
  • Adds wpp_pre_update_views action hook.
  • Adds filter wpp_render_image.
  • Drops support for get_mostpopular() template tag.
  • Fixes empty HTML tags (thumbnail, stats).
  • Removes Japanese, French and Norwegian Bokmal translation files from plugin.
  • Many minor bug fixes / enhancements.
Download this release

Release Info

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

Code changes from version 3.2.1 to 3.2.2

lang/wordpress-popular-posts-de_DE.mo CHANGED
Binary file
lang/wordpress-popular-posts-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress Popular Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-12-06 18:07-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"
@@ -13,13 +13,13 @@ msgstr ""
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.1\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:48
22
- #: ../views/admin.php:74
23
  msgid "Settings saved."
24
  msgstr "Einstellungen gespeichert"
25
 
@@ -27,7 +27,7 @@ msgstr "Einstellungen gespeichert"
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:80
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 "
@@ -35,7 +35,7 @@ msgid ""
35
  "theme's directory"
36
  msgstr ""
37
 
38
- #: ../views/admin.php:95
39
  #, fuzzy
40
  msgid ""
41
  "This operation will delete all entries from WordPress Popular Posts' cache "
@@ -44,11 +44,11 @@ msgstr ""
44
  "Alle Einträge im Cache werden gelöscht und können nicht mehr wieder "
45
  "hergestellt werden."
46
 
47
- #: ../views/admin.php:95 ../views/admin.php:103 ../views/admin.php:111
48
  msgid "Do you want to continue?"
49
  msgstr "Möchtest du fortfahren?"
50
 
51
- #: ../views/admin.php:103
52
  msgid ""
53
  "This operation will delete all stored info from WordPress Popular Posts' "
54
  "data tables and cannot be undone."
@@ -56,34 +56,34 @@ 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:111
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:145
67
  msgid "Stats"
68
  msgstr "Statistiken"
69
 
70
- #: ../views/admin.php:146
71
  msgid "Tools"
72
  msgstr "Werkzeuge"
73
 
74
- #: ../views/admin.php:147 ../views/admin.php:735
75
  msgid "Parameters"
76
  msgstr "Parameter"
77
 
78
- #: ../views/admin.php:148
79
  msgid "FAQ"
80
  msgstr "Häufige Fragen und Antworten"
81
 
82
- #: ../views/admin.php:149
83
  msgid "About"
84
  msgstr "Über"
85
 
86
- #: ../views/admin.php:160
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 "
@@ -93,64 +93,64 @@ msgstr ""
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:166
97
  msgid "Order by comments"
98
  msgstr "Sortiert nach Kommentaren"
99
 
100
- #: ../views/admin.php:167
101
  msgid "Order by views"
102
  msgstr "Sortiert nach Seitenaufrufen"
103
 
104
- #: ../views/admin.php:168
105
  msgid "Order by avg. daily views"
106
  msgstr "Sortierte nach durchschn. Tagesaufrufen"
107
 
108
- #: ../views/admin.php:170
109
  msgid "Post type"
110
  msgstr "Post-Type"
111
 
112
- #: ../views/admin.php:171
113
  msgid "Limit"
114
  msgstr "Max. aufzulistende Einträge:"
115
 
116
- #: ../views/admin.php:173 ../views/admin.php:267 ../views/admin.php:354
117
- #: ../views/admin.php:391
118
  msgid "Apply"
119
  msgstr "Anwenden"
120
 
121
- #: ../views/admin.php:176 ../views/form.php:32
122
  msgid "Display only posts published within the selected Time Range"
123
  msgstr ""
124
 
125
- #: ../views/admin.php:183 ../views/form.php:26
126
  msgid "Last 24 hours"
127
  msgstr "Letzte 24 Stunden"
128
 
129
- #: ../views/admin.php:184 ../views/form.php:27
130
  msgid "Last 7 days"
131
  msgstr "Letzte 7 Tage"
132
 
133
- #: ../views/admin.php:185 ../views/form.php:28
134
  msgid "Last 30 days"
135
  msgstr "Letzte 30 Tage"
136
 
137
- #: ../views/admin.php:186 ../views/form.php:29
138
  msgid "All-time"
139
  msgstr "Allzeithoch"
140
 
141
- #: ../views/admin.php:208
142
  msgid "Thumbnails"
143
  msgstr "Vorschaubilder"
144
 
145
- #: ../views/admin.php:213
146
  msgid "Default thumbnail"
147
  msgstr "Standardvorschaubild"
148
 
149
- #: ../views/admin.php:218
150
  msgid "Upload thumbnail"
151
  msgstr "Vorschaubild hochladen"
152
 
153
- #: ../views/admin.php:220
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"
@@ -158,88 +158,100 @@ 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:224
162
  msgid "Pick image from"
163
  msgstr "Wähle Bildquelle"
164
 
165
- #: ../views/admin.php:227
166
  msgid "Featured image"
167
  msgstr "Beitragsbild"
168
 
169
- #: ../views/admin.php:228
170
  msgid "First image on post"
171
  msgstr "Erstes Bild im Beitrag"
172
 
173
- #: ../views/admin.php:229
174
  msgid "Custom field"
175
  msgstr "Benutzerdefiniertes Feld"
176
 
177
- #: ../views/admin.php:232
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:236
183
  msgid "Custom field name"
184
  msgstr "Name des benutzerdefiniertes Feldes"
185
 
186
- #: ../views/admin.php:242
187
  msgid "Resize image from Custom field?"
188
  msgstr "Bild aus benutzerdefiniertem Feld skalieren?"
189
 
190
- #: ../views/admin.php:245
191
  msgid "No, I will upload my own thumbnail"
192
  msgstr "Nein, ich lade mein eigenes Vorschaubild hoch"
193
 
194
- #: ../views/admin.php:246
195
  msgid "Yes"
196
  msgstr "Ja"
197
 
198
- #: ../views/admin.php:257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  #, fuzzy
200
  msgid "Empty image cache"
201
  msgstr "Cache leeren"
202
 
203
- #: ../views/admin.php:258
204
  #, fuzzy
205
  msgid "Use this button to clear WPP's thumbnails cache"
206
  msgstr ""
207
  "Nutze diese Schaltfläche, um die Cache-Tabelle von Wordpress Popular Posts "
208
  "zu leeren."
209
 
210
- #: ../views/admin.php:276
211
  msgid "Data"
212
  msgstr "Daten"
213
 
214
- #: ../views/admin.php:281
215
  msgid "Log views from"
216
  msgstr "Erfasse Aufrufe"
217
 
218
- #: ../views/admin.php:284
219
  msgid "Visitors only"
220
  msgstr "von jedem außer eingeloggten Benutzern"
221
 
222
- #: ../views/admin.php:285
223
  msgid "Logged-in users only"
224
  msgstr "nur von eingeloggten Benutzern"
225
 
226
- #: ../views/admin.php:286
227
  msgid "Everyone"
228
  msgstr "von jedem"
229
 
230
- #: ../views/admin.php:292
231
  msgid "Ajaxify widget"
232
  msgstr "Widget via Ajax"
233
 
234
- #: ../views/admin.php:295 ../views/admin.php:335 ../views/admin.php:382
235
- msgid "Disabled"
236
- msgstr "Deaktiviert"
237
-
238
- #: ../views/admin.php:296 ../views/admin.php:336 ../views/admin.php:381
239
- msgid "Enabled"
240
- msgstr "Aktiviert"
241
-
242
- #: ../views/admin.php:300
243
  msgid ""
244
  "If you are using a caching plugin such as WP Super Cache, enabling this "
245
  "feature will keep the popular list from being cached by it"
@@ -247,61 +259,61 @@ msgstr ""
247
  "Falls du ein Cache-Plugin wie z. B. WP Super Cache verwendest, verhindert "
248
  "das Aktivieren, dass die Liste nicht gecachet wird und stets aktuell ist."
249
 
250
- #: ../views/admin.php:304
251
  msgid "WPP Cache Expiry Policy"
252
  msgstr ""
253
 
254
- #: ../views/admin.php:307
255
  msgid "Never cache"
256
  msgstr ""
257
 
258
- #: ../views/admin.php:308
259
  msgid "Enable caching"
260
  msgstr ""
261
 
262
- #: ../views/admin.php:312
263
  msgid ""
264
  "Sets WPP's cache expiration time. WPP can cache the popular list for a "
265
  "specified amount of time. Recommended for large / high traffic sites"
266
  msgstr ""
267
 
268
- #: ../views/admin.php:316
269
  msgid "Refresh cache every"
270
  msgstr ""
271
 
272
- #: ../views/admin.php:320
273
  msgid "Minute(s)"
274
  msgstr ""
275
 
276
- #: ../views/admin.php:321
277
  msgid "Hour(s)"
278
  msgstr "Stunde(n)"
279
 
280
- #: ../views/admin.php:322
281
  msgid "Day(s)"
282
  msgstr "Tag(e)"
283
 
284
- #: ../views/admin.php:323
285
  msgid "Week(s)"
286
  msgstr "Woche(n)"
287
 
288
- #: ../views/admin.php:324
289
  msgid "Month(s)"
290
  msgstr "Monat(e)"
291
 
292
- #: ../views/admin.php:325
293
  msgid "Year(s)"
294
  msgstr "Jahr(e)"
295
 
296
- #: ../views/admin.php:328
297
  msgid "Really? That long?"
298
  msgstr "Wirklich? So lang?"
299
 
300
- #: ../views/admin.php:332
301
  msgid "Data Sampling"
302
  msgstr ""
303
 
304
- #: ../views/admin.php:340
305
  #, php-format
306
  msgid ""
307
  "By default, WordPress Popular Posts stores in database every single visit "
@@ -313,38 +325,38 @@ msgid ""
313
  "target=\"_blank\">read here</a>)"
314
  msgstr ""
315
 
316
- #: ../views/admin.php:344
317
  msgid "Sample Rate"
318
  msgstr ""
319
 
320
- #: ../views/admin.php:348
321
  #, php-format
322
  msgid ""
323
  "A sampling rate of %d is recommended for large / high traffic sites. For "
324
  "lower traffic sites, you should lower the value"
325
  msgstr ""
326
 
327
- #: ../views/admin.php:363
328
  msgid "Miscellaneous"
329
  msgstr "Sonstiges"
330
 
331
- #: ../views/admin.php:368
332
  msgid "Open links in"
333
  msgstr "Links öffnen in"
334
 
335
- #: ../views/admin.php:371
336
  msgid "Current window"
337
  msgstr "aktuellem Fenster"
338
 
339
- #: ../views/admin.php:372
340
  msgid "New tab/window"
341
  msgstr "Neuem Tab/Fenster"
342
 
343
- #: ../views/admin.php:378
344
  msgid "Use plugin's stylesheet"
345
  msgstr "Stylesheet des Plugins benutzen"
346
 
347
- #: ../views/admin.php:385
348
  msgid ""
349
  "By default, the plugin includes a stylesheet called wpp.css which you can "
350
  "use to style your popular posts listing. If you wish to use your own "
@@ -356,7 +368,7 @@ msgstr ""
356
  "eigenes Stylesheet verwenden oder die wpp.css nicht im HEAD-Abschnitt "
357
  "einbinden willst, deaktiviere die Einbindung."
358
 
359
- #: ../views/admin.php:402
360
  msgid ""
361
  "WordPress Popular Posts maintains data in two separate tables: one for "
362
  "storing the most popular entries on a daily basis (from now on, \"cache\"), "
@@ -371,27 +383,27 @@ msgstr ""
371
  "Tabelle leeren wollen oder sowohl die Datentabelle als auch die Cache-"
372
  "Tabelle, nutze die folgenden Schaltflächen."
373
 
374
- #: ../views/admin.php:403
375
  msgid "Empty cache"
376
  msgstr "Cache leeren"
377
 
378
- #: ../views/admin.php:403
379
  msgid "Use this button to manually clear entries from WPP cache only"
380
  msgstr ""
381
  "Nutze diese Schaltfläche, um die Cache-Tabelle von Wordpress Popular Posts "
382
  "zu leeren."
383
 
384
- #: ../views/admin.php:404
385
  msgid "Clear all data"
386
  msgstr "Alle Daten löschen"
387
 
388
- #: ../views/admin.php:404
389
  msgid "Use this button to manually clear entries from all WPP data tables"
390
  msgstr ""
391
  "Nutze diese Schaltfläche, um alle Einträge in der Datentabelle von Wordpress "
392
  "Popular Posts zu löschen."
393
 
394
- #: ../views/admin.php:411
395
  #, php-format
396
  msgid ""
397
  "With the following parameters you can customize the popular posts list when "
@@ -399,59 +411,59 @@ msgid ""
399
  "the <a href=\"%2$s\">[wpp] shortcode</a>."
400
  msgstr ""
401
 
402
- #: ../views/admin.php:419
403
  msgid "Parameter"
404
  msgstr "Parameter"
405
 
406
- #: ../views/admin.php:420 ../views/admin.php:734
407
  msgid "What it does "
408
  msgstr "Was es macht"
409
 
410
- #: ../views/admin.php:421
411
  msgid "Possible values"
412
  msgstr "Erlaubte Werte"
413
 
414
- #: ../views/admin.php:422
415
  msgid "Defaults to"
416
  msgstr "Voreinstellung"
417
 
418
- #: ../views/admin.php:423 ../views/admin.php:736
419
  msgid "Example"
420
  msgstr "Beispiel"
421
 
422
- #: ../views/admin.php:429
423
  msgid "Sets a heading for the list"
424
  msgstr "Bestimmt die Überschrift der Liste"
425
 
426
- #: ../views/admin.php:430 ../views/admin.php:437 ../views/admin.php:444
427
- #: ../views/admin.php:479 ../views/admin.php:486 ../views/admin.php:493
428
- #: ../views/admin.php:500 ../views/admin.php:591 ../views/admin.php:605
429
- #: ../views/admin.php:612
430
  msgid "Text string"
431
  msgstr "Zeichenkette"
432
 
433
- #: ../views/admin.php:431
434
  msgid "Popular Posts"
435
  msgstr "Beliebteste Beiträge"
436
 
437
- #: ../views/admin.php:436
438
  msgid "Set the opening tag for the heading of the list"
439
  msgstr "Bestimmt den öffnenden Tag der Listenüberschrift"
440
 
441
- #: ../views/admin.php:443
442
  msgid "Set the closing tag for the heading of the list"
443
  msgstr "Bestimmt den schließenden Tag der Listenüberschrift"
444
 
445
- #: ../views/admin.php:450
446
  msgid "Sets the maximum number of popular posts to be shown on the listing"
447
  msgstr "Bestimmt die maximale Anzahl der beliebten Beiträge in der Auflistung"
448
 
449
- #: ../views/admin.php:451 ../views/admin.php:507 ../views/admin.php:521
450
- #: ../views/admin.php:542 ../views/admin.php:549
451
  msgid "Positive integer"
452
  msgstr "Positive Ganzzahl"
453
 
454
- #: ../views/admin.php:457
455
  msgid ""
456
  "Tells WordPress Popular Posts to retrieve the most popular entries within "
457
  "the time range specified by you"
@@ -459,7 +471,7 @@ msgstr ""
459
  "Weist WordPress Popular Posts an, die beliebtesten Beiträge innerhalt der "
460
  "eingestellten Zeitspanne anzuzeigen."
461
 
462
- #: ../views/admin.php:464
463
  msgid ""
464
  "Tells WordPress Popular Posts to retrieve the most popular entries published "
465
  "within the time range specified by you"
@@ -467,19 +479,19 @@ msgstr ""
467
  "Weist WordPress Popular Posts an, die beliebtesten Beiträge innerhalt der "
468
  "eingestellten Zeitspanne anzuzeigen."
469
 
470
- #: ../views/admin.php:471
471
  msgid "Sets the sorting option of the popular posts"
472
  msgstr "Bestimmt die Auswahl der Reihenfolge der beliebten Beiträge"
473
 
474
- #: ../views/admin.php:472
475
  msgid "(for average views per day)"
476
  msgstr "(für durchschn. Aufrufe pro Tag)"
477
 
478
- #: ../views/admin.php:478
479
  msgid "Defines the type of posts to show on the listing"
480
  msgstr "Bestimmt die Art der Dokumente, die aufgelistet werden"
481
 
482
- #: ../views/admin.php:485
483
  msgid ""
484
  "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) "
485
  "form the listing."
@@ -487,11 +499,11 @@ msgstr ""
487
  "Falls gesetzt, zeigt WordPress Popular Posts die Beiträge und Seiten anhand "
488
  "ihrer angegebener ID(s) in der Liste nicht an."
489
 
490
- #: ../views/admin.php:487 ../views/admin.php:494 ../views/admin.php:501
491
  msgid "None"
492
  msgstr "nichts"
493
 
494
- #: ../views/admin.php:492
495
  msgid ""
496
  "If set, WordPress Popular Posts will retrieve all entries that belong to the "
497
  "specified category(ies) ID(s). If a minus sign is used, the category(ies) "
@@ -501,7 +513,7 @@ msgstr ""
501
  "angegebenen Kategorie-IDs zugeordnet sind, an. Ein Minus-Zeichen vor der ID "
502
  "schließt die Beiträge dieser Kategorie aus."
503
 
504
- #: ../views/admin.php:499
505
  msgid ""
506
  "If set, WordPress Popular Posts will retrieve all entries created by "
507
  "specified author(s) ID(s)."
@@ -509,7 +521,7 @@ msgstr ""
509
  "Falls gesetzt, wird WordPress Popular Posts alle Einträge anhand angegebener "
510
  "Autor(en)-ID(s) ausgeben."
511
 
512
- #: ../views/admin.php:506
513
  msgid ""
514
  "If set, WordPress Popular Posts will shorten each post title to \"n\" "
515
  "characters whenever possible"
@@ -517,7 +529,7 @@ msgstr ""
517
  "Falls gesetzt, kürzt WordPress Popular Posts jeden Titel, wenn möglich, auf "
518
  "\"n\" Zeichen."
519
 
520
- #: ../views/admin.php:513
521
  msgid ""
522
  "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" "
523
  "words instead of characters"
@@ -525,7 +537,7 @@ msgstr ""
525
  "Falls gesetzt, kürzt WordPress Popular Posts jeden Titel, wenn möglich, auf "
526
  "\"n\" Wörter anstatt Zeichen."
527
 
528
- #: ../views/admin.php:520
529
  msgid ""
530
  "If set, WordPress Popular Posts will build and include an excerpt of \"n\" "
531
  "characters long from the content of each post listed as popular"
@@ -533,7 +545,7 @@ msgstr ""
533
  "Falls gesetzt, zeigt WordPress Popular Posts einen Auszug von \"n\" "
534
  "Buchstaben Länge bei jedem Beitrag an."
535
 
536
- #: ../views/admin.php:527
537
  msgid ""
538
  "If set, WordPress Popular Posts will maintaing all styling tags (strong, "
539
  "italic, etc) and hyperlinks found in the excerpt"
@@ -541,7 +553,7 @@ msgstr ""
541
  "Falls gesetzt, behält WordPress Popular Posts die formatierenden Tags (fett, "
542
  "kursiv usw.) und die Links im Auszug bei."
543
 
544
- #: ../views/admin.php:534
545
  msgid ""
546
  "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words "
547
  "instead of characters"
@@ -549,7 +561,7 @@ msgstr ""
549
  "Falls gesetzt, kürzt WordPress Popular Posts jeden Auszug, wenn möglich, auf "
550
  "\"n\" Wörter anstatt Zeichen."
551
 
552
- #: ../views/admin.php:541
553
  msgid ""
554
  "If set, and if your current server configuration allows it, you will be able "
555
  "to display thumbnails of your posts. This attribute sets the width for "
@@ -559,7 +571,7 @@ msgstr ""
559
  "Anzeige von Vorschaubildern deiner Beiträge möglich. Dieses Attribut "
560
  "bestimmt die Breite der Vorschaubilder."
561
 
562
- #: ../views/admin.php:548
563
  msgid ""
564
  "If set, and if your current server configuration allows it, you will be able "
565
  "to display thumbnails of your posts. This attribute sets the height for "
@@ -569,7 +581,7 @@ msgstr ""
569
  "Anzeige von Vorschaubildern deiner Beiträge möglich. Dieses Attribut "
570
  "bestimmt die Höhe der Vorschaubilder."
571
 
572
- #: ../views/admin.php:555
573
  msgid ""
574
  "If set, and if the WP-PostRatings plugin is installed and enabled on your "
575
  "blog, WordPress Popular Posts will show how your visitors are rating your "
@@ -578,7 +590,7 @@ msgstr ""
578
  "Falls gesetzt und wenn das Plugin WP-PostRatings in Deinem Blog läuft, zeigt "
579
  "WordPress Popular Posts die Bewertungen der Nutzer an."
580
 
581
- #: ../views/admin.php:562
582
  msgid ""
583
  "If set, WordPress Popular Posts will show how many comments each popular "
584
  "post has got until now"
@@ -586,7 +598,7 @@ msgstr ""
586
  "Falls gesetzt, zeigt WordPress Popular Posts an, wie viele Kommentare jeder "
587
  "Beitrag bis jetzt erhielt."
588
 
589
- #: ../views/admin.php:569
590
  msgid ""
591
  "If set, WordPress Popular Posts will show how many views each popular post "
592
  "has got since it was installed"
@@ -594,7 +606,7 @@ msgstr ""
594
  "Falls gesetzt, zeigt WordPress Popular Posts an, wie viele Aufrufe jeder "
595
  "Beitrag seit der Installation erhielt."
596
 
597
- #: ../views/admin.php:576
598
  msgid ""
599
  "If set, WordPress Popular Posts will show who published each popular post on "
600
  "the list"
@@ -602,7 +614,7 @@ msgstr ""
602
  "Falls gesetzt, zeigt WordPress Popular Posts an, wer welchen Beitrag "
603
  "veröffentlicht hat."
604
 
605
- #: ../views/admin.php:583
606
  msgid ""
607
  "If set, WordPress Popular Posts will display the date when each popular post "
608
  "on the list was published"
@@ -610,58 +622,58 @@ msgstr ""
610
  "Falls gesetzt, zeigt WordPress Popular Posts das Veröffentlichungsdatum "
611
  "jeden Beitrags in der Liste an."
612
 
613
- #: ../views/admin.php:590
614
  msgid "Sets the date format"
615
  msgstr "Bestimmt das Datumsformat"
616
 
617
- #: ../views/admin.php:597
618
  msgid "If set, WordPress Popular Posts will display the category"
619
  msgstr "Falls gesetzt, zeigt WordPress Popular Posts die Kategorie an"
620
 
621
- #: ../views/admin.php:604
622
  msgid "Sets the opening tag for the listing"
623
  msgstr "Bestimmt das öffnende Tag der Auflistung"
624
 
625
- #: ../views/admin.php:611
626
  msgid "Sets the closing tag for the listing"
627
  msgstr "Bestimmt das schließende Tag der Auflistung"
628
 
629
- #: ../views/admin.php:618
630
  msgid "Sets the HTML structure of each post"
631
  msgstr "Setzt die HTML-Struktur jeden Beitrags"
632
 
633
- #: ../views/admin.php:619
634
  msgid "Text string, custom HTML"
635
  msgstr "Zeichenkette, benutzerdefiniertes HTML"
636
 
637
- #: ../views/admin.php:619
638
  msgid "Available Content Tags"
639
  msgstr "Verfügbare Content-Tags"
640
 
641
- #: ../views/admin.php:619
642
  msgid "displays thumbnail linked to post/page"
643
  msgstr "zeigt verlinktes Vorschaubild des Beitrags/der Seite an"
644
 
645
- #: ../views/admin.php:619
646
  msgid "displays thumbnail image without linking to post/page"
647
  msgstr ""
648
 
649
- #: ../views/admin.php:619
650
  msgid "displays linked post/page title"
651
  msgstr "zeigt den verlinkten Titel des Beitrags/der Seiten an"
652
 
653
- #: ../views/admin.php:619
654
  msgid ""
655
  "displays post/page excerpt, and requires excerpt_length to be greater than 0"
656
  msgstr ""
657
  "zeigt den Auszug (excerpt) des Beitrags/der Seite an, erfordert "
658
  "excerpt_length größer als 0"
659
 
660
- #: ../views/admin.php:619
661
  msgid "displays the default stats tags"
662
  msgstr "zeigt die standard&shy;mäßigen Statistik-Tags an"
663
 
664
- #: ../views/admin.php:619
665
  msgid ""
666
  "displays post/page current rating, requires WP-PostRatings installed and "
667
  "enabled"
@@ -669,7 +681,7 @@ msgstr ""
669
  "zeigt die aktuelle Bewertung des Beitrags/der Seite an, erfordert das "
670
  "installierte und aktivierte Plugin WP-PostRatings"
671
 
672
- #: ../views/admin.php:619
673
  msgid ""
674
  "displays post/page current rating as an integer, requires WP-PostRatings "
675
  "installed and enabled"
@@ -677,42 +689,42 @@ msgstr ""
677
  "zeigt die aktuelle Bewertung des Beitrags/der Seite an, erfordert das "
678
  "installierte und aktivierte Plugin WP-PostRatings"
679
 
680
- #: ../views/admin.php:619
681
  msgid "outputs the URL of the post/page"
682
  msgstr "gibt die URL des Beitrags/der Seite aus"
683
 
684
- #: ../views/admin.php:619
685
  msgid "displays post/page title, no link"
686
  msgstr "zeigt den Titel des Beitrags/der Seite an, ohne Link"
687
 
688
- #: ../views/admin.php:619
689
  msgid "displays linked author name, requires stats_author=1"
690
  msgstr "zeigt den verlinkten Autoren&shy;namen an, erfordert stats_author=1"
691
 
692
- #: ../views/admin.php:619
693
  msgid "displays linked category name, requires stats_category=1"
694
  msgstr ""
695
  "zeigt den verlinkten Kategorien&shy;namen an, erfordert stats_category=1"
696
 
697
- #: ../views/admin.php:619
698
  msgid "displays views count only, no text"
699
  msgstr "zeigt nur die Anzahl an, ohne Text"
700
 
701
- #: ../views/admin.php:619
702
  msgid "displays comments count only, no text, requires stats_comments=1"
703
  msgstr ""
704
  "zeigt nur die Anzahl der Kom&shy;men&shy;tare an, ohne Text, erfordert "
705
  "stats_comment=1"
706
 
707
- #: ../views/admin.php:619
708
  msgid "displays post/page date, requires stats_date=1"
709
  msgstr ""
710
 
711
- #: ../views/admin.php:631
712
  msgid "What does \"Title\" do?"
713
  msgstr "Was macht \"Titel\"?"
714
 
715
- #: ../views/admin.php:634
716
  msgid ""
717
  "It allows you to show a heading for your most popular posts listing. If left "
718
  "empty, no heading will be displayed at all."
@@ -720,11 +732,11 @@ msgstr ""
720
  "Ermöglicht dir, eine Überschrift für die Auflistung anzugeben. Falls leer "
721
  "belassen, wird keine Überschrift angezeigt."
722
 
723
- #: ../views/admin.php:637
724
  msgid "What is Time Range for?"
725
  msgstr "Für was steht die Zeitspanne?"
726
 
727
- #: ../views/admin.php:639
728
  msgid ""
729
  "It will tell WordPress Popular Posts to retrieve all posts with most views / "
730
  "comments within the selected time range."
@@ -732,11 +744,11 @@ msgstr ""
732
  "Weist WordPress Popular Posts an, alle Beiträge mit den meisten Aufrufen "
733
  "bzw. Kommentaren innerhalb der eingestellten Zeitspanne anzuzeigen."
734
 
735
- #: ../views/admin.php:642
736
  msgid "What is \"Sort post by\" for?"
737
  msgstr "Für was steht \"Sortiere Beiträge nach\"?"
738
 
739
- #: ../views/admin.php:644
740
  msgid ""
741
  "It allows you to decide whether to order your popular posts listing by total "
742
  "views, comments, or average views per day."
@@ -745,11 +757,11 @@ msgstr ""
745
  "der Aufrufe, Kommentare oder durchschnittlichen Aufrufen pro Tag geordnet "
746
  "werden."
747
 
748
- #: ../views/admin.php:647
749
  msgid "What does \"Display post rating\" do?"
750
  msgstr "Was macht \"Zeige Bewertung\"?"
751
 
752
- #: ../views/admin.php:649
753
  msgid ""
754
  "If checked, WordPress Popular Posts will show how your readers are rating "
755
  "your most popular posts. This feature requires having WP-PostRatings plugin "
@@ -759,11 +771,11 @@ msgstr ""
759
  "beliebtesten Beiträge bewertet haben. Diese Funktion erfordert die "
760
  "Installation und Aktivierung des Plugins WP-PostRatings."
761
 
762
- #: ../views/admin.php:652
763
  msgid "What does \"Shorten title\" do?"
764
  msgstr "Was macht \"Kürze den Titel\"?"
765
 
766
- #: ../views/admin.php:654
767
  msgid ""
768
  "If checked, all posts titles will be shortened to \"n\" characters/words. A "
769
  "new \"Shorten title to\" option will appear so you can set it to whatever "
@@ -773,11 +785,11 @@ msgstr ""
773
  "Auswahl \"Kürze den Titel zu\" wird erscheinen, mit der du die Titellänge "
774
  "setzen kannst."
775
 
776
- #: ../views/admin.php:657
777
  msgid "What does \"Display post excerpt\" do?"
778
  msgstr "Was macht \"Zeige Auszug\"?"
779
 
780
- #: ../views/admin.php:659
781
  msgid ""
782
  "If checked, WordPress Popular Posts will also include a small extract of "
783
  "your posts in the list. Similarly to the previous option, you will be able "
@@ -787,11 +799,11 @@ msgstr ""
787
  "Auszug Deines Beitrags in der Liste an. Wie bei der vorhergehenden Auswahl "
788
  "ist es dir möglich, die Länge des Auszugs einzustellen."
789
 
790
- #: ../views/admin.php:662
791
  msgid "What does \"Keep text format and links\" do?"
792
  msgstr "Was macht \"Behalte Textformat und Links bei\"?"
793
 
794
- #: ../views/admin.php:664
795
  msgid ""
796
  "If checked, and if the Post Excerpt feature is enabled, WordPress Popular "
797
  "Posts will keep the styling tags (eg. bold, italic, etc) that were found in "
@@ -801,11 +813,11 @@ msgstr ""
801
  "WordPress Popular Posts die formatierenden Tags (z. B. fett, kursiv usw.) im "
802
  "Auszug. Auch Links bleiben unverändert."
803
 
804
- #: ../views/admin.php:667
805
  msgid "What is \"Post type\" for?"
806
  msgstr "Für was steht \"Post-Type\"?"
807
 
808
- #: ../views/admin.php:669
809
  msgid ""
810
  "This filter allows you to decide which post types to show on the listing. By "
811
  "default, it will retrieve only posts and pages (which should be fine for "
@@ -815,11 +827,11 @@ msgstr ""
815
  "werden. Per Voreinstellung werden nur Seiten und Beiträge angezeigt (was in "
816
  "den meisten Fällen ausreicht)."
817
 
818
- #: ../views/admin.php:672
819
  msgid "What is \"Category(ies) ID(s)\" for?"
820
  msgstr "Für was steht \"Kategorie(n)-ID(s)\"?"
821
 
822
- #: ../views/admin.php:674
823
  msgid ""
824
  "This filter allows you to select which categories should be included or "
825
  "excluded from the listing. A negative sign in front of the category ID "
@@ -831,11 +843,11 @@ msgstr ""
831
  "einer Kategorien-ID schließt Beiträge, die die ID zugewiesen bekamen, von "
832
  "der Liste aus. du kannst mehr als eine ID, mit Kommas getrennt, angeben."
833
 
834
- #: ../views/admin.php:677
835
  msgid "What is \"Author(s) ID(s)\" for?"
836
  msgstr "Für was steht \"Autor(en)-ID(s)\"?"
837
 
838
- #: ../views/admin.php:679
839
  msgid ""
840
  "Just like the Category filter, this one lets you filter posts by author ID. "
841
  "You can specify more than one ID with a comma separated list."
@@ -843,11 +855,11 @@ msgstr ""
843
  "Wie beim Kategorienfilter kannst du auch Beiträge nach Autoren filtern. Du "
844
  "kannst mehr als eine Autoren-ID, getrennt durch Kommas, angeben."
845
 
846
- #: ../views/admin.php:682
847
  msgid "What does \"Display post thumbnail\" do?"
848
  msgstr "Was macht \"Zeige Vorschaubild\"?"
849
 
850
- #: ../views/admin.php:684
851
  msgid ""
852
  "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail "
853
  "of each post. You can set up the source of the thumbnail via Settings - "
@@ -857,11 +869,11 @@ msgstr ""
857
  "jedem Beitrag darzustellen. Du kannst die Quelle des Vorschaubildes unter "
858
  "\"Werkzeuge\" einstellen."
859
 
860
- #: ../views/admin.php:687
861
  msgid "What does \"Display comment count\" do?"
862
  msgstr "Was macht \"Zeige Anzahl Kommentare\"?"
863
 
864
- #: ../views/admin.php:689
865
  msgid ""
866
  "If checked, WordPress Popular Posts will display how many comments each "
867
  "popular post has got in the selected Time Range."
@@ -869,11 +881,11 @@ msgstr ""
869
  "Falls aktiviert, zeigt WordPress Popular Posts an, wie viele Kommentare "
870
  "jeder beliebte Beitrag in der eingestellten Zeitspanne erhielt."
871
 
872
- #: ../views/admin.php:692
873
  msgid "What does \"Display views\" do?"
874
  msgstr "Was macht \"Zeige Aufrufe\"?"
875
 
876
- #: ../views/admin.php:694
877
  msgid ""
878
  "If checked, WordPress Popular Posts will show how many pageviews a single "
879
  "post has gotten in the selected Time Range."
@@ -881,11 +893,11 @@ msgstr ""
881
  "Falls aktiviert, zeigt WordPress Popular Posts an, wie viele Seitenaufrufe "
882
  "jeder einzelne Beitrag in der eingestellten Zeitspanne erhielt."
883
 
884
- #: ../views/admin.php:697
885
  msgid "What does \"Display author\" do?"
886
  msgstr "Was macht \"Zeige Autor\"?"
887
 
888
- #: ../views/admin.php:699
889
  msgid ""
890
  "If checked, WordPress Popular Posts will display the name of the author of "
891
  "each entry listed."
@@ -893,11 +905,11 @@ msgstr ""
893
  "Falls aktiviert, zeigt WordPress Popular Posts den Autorennamen in jedem "
894
  "Listeneintrag an."
895
 
896
- #: ../views/admin.php:702
897
  msgid "What does \"Display date\" do?"
898
  msgstr "Was macht \"Zeige Datum\"?"
899
 
900
- #: ../views/admin.php:704
901
  msgid ""
902
  "If checked, WordPress Popular Posts will display the date when each popular "
903
  "posts was published."
@@ -905,22 +917,22 @@ msgstr ""
905
  "Falls aktiviert, zeigt WordPress Popular Posts das Veröffentlichungsdatum "
906
  "jeden Beitrags an."
907
 
908
- #: ../views/admin.php:707
909
  msgid "What does \"Display category\" do?"
910
  msgstr "Was macht \"Zeige Kategorie\"?"
911
 
912
- #: ../views/admin.php:709
913
  msgid ""
914
  "If checked, WordPress Popular Posts will display the category of each post."
915
  msgstr ""
916
  "Falls aktiviert, zeigt WordPress Popular Posts den Kategorie in jedem "
917
  "Listeneintrag an."
918
 
919
- #: ../views/admin.php:712
920
  msgid "What does \"Use custom HTML Markup\" do?"
921
  msgstr "Was macht \"Verwende benutzerdefinierten HTML-Code\"?"
922
 
923
- #: ../views/admin.php:714
924
  msgid ""
925
  "If checked, you will be able to customize the HTML markup of your popular "
926
  "posts listing. For example, you can decide whether to wrap your posts in an "
@@ -932,11 +944,11 @@ msgstr ""
932
  "ungeordneten Liste, geordneten Liste, einem DIV oder was auch immer gesetzt "
933
  "werden. Wenn du HTML und CSS kannst, ist diese Auswahl dein Freund."
934
 
935
- #: ../views/admin.php:717
936
  msgid "What are \"Content Tags\"?"
937
  msgstr "Was sind \"Content-Tags\"?"
938
 
939
- #: ../views/admin.php:719
940
  #, fuzzy, php-format
941
  msgid ""
942
  "Content Tags are codes to display a variety of items on your popular posts "
@@ -952,11 +964,11 @@ msgstr ""
952
  "\"Liste der gültigen Parameter von wpp_gewt-mostpopular() und des [wpp]-"
953
  "Shortcodes\"."
954
 
955
- #: ../views/admin.php:722
956
  msgid "What are \"Template Tags\"?"
957
  msgstr "Was sind \"Template-Tags\"?"
958
 
959
- #: ../views/admin.php:724
960
  msgid ""
961
  "Template Tags are simply php functions that allow you to perform certain "
962
  "actions. For example, WordPress Popular Posts currently supports two "
@@ -966,20 +978,20 @@ msgstr ""
966
  "Aktionen ausführen. Zum Beispiel unterstützt WordPress Popular Posts zwei "
967
  "verschiedene Template-Tags: wpp_get_mostpopular() und wpp_get_views()."
968
 
969
- #: ../views/admin.php:727
970
  msgid "What are the template tags that WordPress Popular Posts supports?"
971
  msgstr "Welche Template-Tags unterstützt WordPress Popular Posts?"
972
 
973
- #: ../views/admin.php:729
974
  msgid ""
975
  "The following are the template tags supported by WordPress Popular Posts"
976
  msgstr "Die folgenden Template-Tags unterstützt WordPress Popular Posts"
977
 
978
- #: ../views/admin.php:733
979
  msgid "Template tag"
980
  msgstr "Template-Tag"
981
 
982
- #: ../views/admin.php:742
983
  #, fuzzy, php-format
984
  msgid ""
985
  "Similar to the widget functionality, this tag retrieves the most popular "
@@ -991,14 +1003,14 @@ msgstr ""
991
  "Auflistung nach deinen Vorstellungen setzen kannst, aber sie sind sind "
992
  "erforderlich."
993
 
994
- #: ../views/admin.php:743
995
  #, php-format
996
  msgid ""
997
  "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete "
998
  "list of attributes."
999
  msgstr ""
1000
 
1001
- #: ../views/admin.php:748
1002
  msgid ""
1003
  "Displays the number of views of a single post. Post ID is required or it "
1004
  "will return false."
@@ -1006,15 +1018,15 @@ msgstr ""
1006
  "Zeigt die Anzahl der Aufrufe eines einzelnen Beitrags an. Die Post-ID ist "
1007
  "erforderlich, andersfalls wird false zurückgegeben."
1008
 
1009
- #: ../views/admin.php:749
1010
  msgid "Post ID"
1011
  msgstr "Post-ID"
1012
 
1013
- #: ../views/admin.php:756
1014
  msgid "What are \"shortcodes\"?"
1015
  msgstr "Was sind \"Shortcodes\"?"
1016
 
1017
- #: ../views/admin.php:758
1018
  #, php-format
1019
  msgid ""
1020
  "Shortcodes are similar to BB Codes, these allow us to call a php function by "
@@ -1029,20 +1041,20 @@ msgstr ""
1029
  "von Beiträgen als auch Seiten ein. Für mehr Informationen über Shortcodes "
1030
  "besuche <a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a>."
1031
 
1032
- #: ../views/admin.php:766
1033
  #, php-format
1034
  msgid "About WordPress Popular Posts %s"
1035
  msgstr "Über WordPress Popular Posts %s"
1036
 
1037
- #: ../views/admin.php:767
1038
  msgid "This version includes the following changes"
1039
  msgstr "Diese Version enthält die folgenden Änderungen"
1040
 
1041
- #: ../views/admin.php:797
1042
  msgid "Do you like this plugin?"
1043
  msgstr "Gefällt dir dieses Plugin?"
1044
 
1045
- #: ../views/admin.php:804
1046
  msgid ""
1047
  "Each donation motivates me to keep releasing free stuff for the WordPress "
1048
  "community!"
@@ -1050,23 +1062,23 @@ msgstr ""
1050
  "Jede Spende motiviert mich, der WordPress-Gemeinschaft nützliches Zeugs "
1051
  "weiterhin kostenlos zur Verfügung zu stellen!"
1052
 
1053
- #: ../views/admin.php:805
1054
  #, php-format
1055
  msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
1056
  msgstr ""
1057
 
1058
- #: ../views/admin.php:809
1059
  msgid "Need help?"
1060
  msgstr "Brauchen Sie Hilfe?"
1061
 
1062
- #: ../views/admin.php:810
1063
  #, php-format
1064
  msgid ""
1065
  "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions "
1066
  "and feedback."
1067
  msgstr ""
1068
 
1069
- #: ../views/admin.php:811
1070
  msgid "Let's make this plugin even better!"
1071
  msgstr ""
1072
 
@@ -1077,9 +1089,9 @@ msgstr "Titel:"
1077
  #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24
1078
  #: ../views/form.php:34 ../views/form.php:40 ../views/form.php:43
1079
  #: ../views/form.php:52 ../views/form.php:55 ../views/form.php:63
1080
- #: ../views/form.php:66 ../views/form.php:73 ../views/form.php:103
1081
- #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:109
1082
- #: ../views/form.php:121 ../views/form.php:127
1083
  msgid "What is this?"
1084
  msgstr "Was ist das?"
1085
 
@@ -1175,79 +1187,79 @@ msgstr "Zeige Vorschaubild"
1175
  msgid "Use predefined size"
1176
  msgstr ""
1177
 
1178
- #: ../views/form.php:90
1179
  msgid "Set size manually"
1180
  msgstr ""
1181
 
1182
- #: ../views/form.php:92
1183
  msgid "Width"
1184
  msgstr "Breite:"
1185
 
1186
- #: ../views/form.php:93 ../views/form.php:96
1187
  msgid "px"
1188
  msgstr "px"
1189
 
1190
- #: ../views/form.php:95
1191
  msgid "Height"
1192
  msgstr "Höhe:"
1193
 
1194
- #: ../views/form.php:101
1195
  msgid "Stats Tag settings"
1196
  msgstr "Einstellungen des Statistik-Tags"
1197
 
1198
- #: ../views/form.php:103
1199
  msgid "Display comment count"
1200
  msgstr "Zeige Anzahl Kommentare"
1201
 
1202
- #: ../views/form.php:105
1203
  msgid "Display views"
1204
  msgstr "Zeige Aufrufe"
1205
 
1206
- #: ../views/form.php:107
1207
  msgid "Display author"
1208
  msgstr "Zeige Autor"
1209
 
1210
- #: ../views/form.php:109
1211
  msgid "Display date"
1212
  msgstr "Zeige Datum"
1213
 
1214
- #: ../views/form.php:112
1215
  msgid "Date Format"
1216
  msgstr "Datumsformat"
1217
 
1218
- #: ../views/form.php:114
1219
  msgid "WordPress Date Format"
1220
  msgstr "Datumsformat WordPress"
1221
 
1222
- #: ../views/form.php:121
1223
  msgid "Display category"
1224
  msgstr "Zeige Kategorie"
1225
 
1226
- #: ../views/form.php:125
1227
  msgid "HTML Markup settings"
1228
  msgstr "Einstellungen des HTML-Codes"
1229
 
1230
- #: ../views/form.php:127
1231
  msgid "Use custom HTML Markup"
1232
  msgstr "Verwende nutzerdefinierten HTML-Code"
1233
 
1234
- #: ../views/form.php:130
1235
  msgid "Before / after title"
1236
  msgstr "Vor / nach dem Titel:"
1237
 
1238
- #: ../views/form.php:133
1239
  msgid "Before / after Popular Posts"
1240
  msgstr "Vor / nach Beliebte Beiträge:"
1241
 
1242
- #: ../views/form.php:136
1243
  msgid "Post HTML Markup"
1244
  msgstr "Zeige HTML-Code"
1245
 
1246
- #: ../wordpress-popular-posts.php:293
1247
  msgid "The most Popular Posts on your blog."
1248
  msgstr "Die beliebtesten Beiträge deines Blogs."
1249
 
1250
- #: ../wordpress-popular-posts.php:476
1251
  msgid ""
1252
  "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing "
1253
  "the <em>id</em> attribute on before_widget (see <a href=\"http://codex."
@@ -1255,11 +1267,11 @@ msgid ""
1255
  "\"nofollow\">register_sidebar</a> for more)."
1256
  msgstr ""
1257
 
1258
- #: ../wordpress-popular-posts.php:720
1259
  msgid "Upload"
1260
  msgstr "Hochladen"
1261
 
1262
- #: ../wordpress-popular-posts.php:1096
1263
  #, php-format
1264
  msgid ""
1265
  "Your PHP installation is too old. WordPress Popular Posts requires at least "
@@ -1271,7 +1283,7 @@ msgstr ""
1271
  "Kontakt mit deinem Hosting-Provider auf und bitte ihn, PHP auf v%1$s oder "
1272
  "höher zu aktualisieren."
1273
 
1274
- #: ../wordpress-popular-posts.php:1103
1275
  #, php-format
1276
  msgid ""
1277
  "Your WordPress version is too old. WordPress Popular Posts requires at least "
@@ -1282,7 +1294,7 @@ msgstr ""
1282
  "benötigt mindestens Version %1$s. Bitte aktualisiere WordPress via Dashboard "
1283
  "&gt; Aktualisieren."
1284
 
1285
- #: ../wordpress-popular-posts.php:1128
1286
  #, php-format
1287
  msgid ""
1288
  "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</"
@@ -1291,27 +1303,27 @@ msgstr ""
1291
  "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> wurde <strong>deaktiviert</"
1292
  "strong>.</p></div>"
1293
 
1294
- #: ../wordpress-popular-posts.php:1188
1295
  msgid "Success! The cache table has been cleared!"
1296
  msgstr "Erfolg: Die Cache-Tabelle wurde geleert!"
1297
 
1298
- #: ../wordpress-popular-posts.php:1190
1299
  msgid "Error: cache table does not exist."
1300
  msgstr "Fehler: Cache-Tabelle ist nicht vorhanden."
1301
 
1302
- #: ../wordpress-popular-posts.php:1197
1303
  msgid "Success! All data have been cleared!"
1304
  msgstr "Erfolg: Alle Daten wurden gelöscht!"
1305
 
1306
- #: ../wordpress-popular-posts.php:1199
1307
  msgid "Error: one or both data tables are missing."
1308
  msgstr "Fehler: Eine oder beide Tabellen fehlen."
1309
 
1310
- #: ../wordpress-popular-posts.php:1202 ../wordpress-popular-posts.php:1240
1311
  msgid "Invalid action."
1312
  msgstr "Ungültige Aktion."
1313
 
1314
- #: ../wordpress-popular-posts.php:1205 ../wordpress-popular-posts.php:1243
1315
  msgid ""
1316
  "Sorry, you do not have enough permissions to do this. Please contact the "
1317
  "site administrator for support."
@@ -1319,51 +1331,51 @@ msgstr ""
1319
  "Du hast nicht die erforderlichen Rechte um das zu tun. Bitte wende dich an "
1320
  "den Administrator für weitere Hilfe."
1321
 
1322
- #: ../wordpress-popular-posts.php:1235
1323
  #, fuzzy
1324
  msgid "Success! All files have been deleted!"
1325
  msgstr "Erfolg: Alle Daten wurden gelöscht!"
1326
 
1327
- #: ../wordpress-popular-posts.php:1237
1328
  msgid "The thumbnail cache is already empty!"
1329
  msgstr ""
1330
 
1331
- #: ../wordpress-popular-posts.php:1771
1332
  msgid "Sorry. No data so far."
1333
  msgstr "Noch keine Daten vorhanden."
1334
 
1335
- #: ../wordpress-popular-posts.php:2248
1336
  #, php-format
1337
  msgid "1 comment"
1338
  msgid_plural "%s comments"
1339
  msgstr[0] "1 Kommentar"
1340
  msgstr[1] "%s Kommentare"
1341
 
1342
- #: ../wordpress-popular-posts.php:2260
1343
  #, php-format
1344
  msgid "1 view per day"
1345
  msgid_plural "%s views per day"
1346
  msgstr[0] "1 Aufruf pro Tag"
1347
  msgstr[1] "%s Aufrufe pro Tag"
1348
 
1349
- #: ../wordpress-popular-posts.php:2266
1350
  #, php-format
1351
  msgid "1 view"
1352
  msgid_plural "%s views"
1353
  msgstr[0] "1 Aufruf"
1354
  msgstr[1] "%s Aufrufe"
1355
 
1356
- #: ../wordpress-popular-posts.php:2278
1357
  #, php-format
1358
  msgid "by %s"
1359
  msgstr "von %s"
1360
 
1361
- #: ../wordpress-popular-posts.php:2284
1362
  #, php-format
1363
  msgid "posted on %s"
1364
  msgstr "veröffentlicht am %s"
1365
 
1366
- #: ../wordpress-popular-posts.php:2292
1367
  #, php-format
1368
  msgid "under %s"
1369
  msgstr "in %s"
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"
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
 
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 "
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 "
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."
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 "
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"
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"
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 "
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 "
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\"), "
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 "
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"
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"
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."
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) "
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)."
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"
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"
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"
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"
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"
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 "
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 "
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 "
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"
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"
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"
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"
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"
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"
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."
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."
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."
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 "
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 "
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 "
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 "
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 "
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 "
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."
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 - "
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."
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."
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."
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."
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 "
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 "
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 "
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 "
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."
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 "
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!"
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
 
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
 
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."
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 "
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 "
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</"
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."
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"
lang/wordpress-popular-posts-es_ES.mo CHANGED
Binary file
lang/wordpress-popular-posts-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wordpress Popular Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-12-06 18:07-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"
@@ -13,13 +13,13 @@ msgstr ""
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.1\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:48
22
- #: ../views/admin.php:74
23
  msgid "Settings saved."
24
  msgstr "Configuraci&oacute;n guardada."
25
 
@@ -27,7 +27,7 @@ msgstr "Configuraci&oacute;n guardada."
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:80
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 "
@@ -39,7 +39,7 @@ msgstr ""
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:95
43
  msgid ""
44
  "This operation will delete all entries from WordPress Popular Posts' cache "
45
  "table and cannot be undone."
@@ -47,11 +47,11 @@ 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:95 ../views/admin.php:103 ../views/admin.php:111
51
  msgid "Do you want to continue?"
52
  msgstr "Deseas continuar?"
53
 
54
- #: ../views/admin.php:103
55
  msgid ""
56
  "This operation will delete all stored info from WordPress Popular Posts' "
57
  "data tables and cannot be undone."
@@ -59,33 +59,33 @@ 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:111
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:145
69
  msgid "Stats"
70
  msgstr "Estad&iacute;sticas"
71
 
72
- #: ../views/admin.php:146
73
  msgid "Tools"
74
  msgstr "Herramientas"
75
 
76
- #: ../views/admin.php:147 ../views/admin.php:735
77
  msgid "Parameters"
78
  msgstr "Par&aacute;metros"
79
 
80
- #: ../views/admin.php:148
81
  msgid "FAQ"
82
  msgstr "FAQ"
83
 
84
- #: ../views/admin.php:149
85
  msgid "About"
86
  msgstr "Acerca de"
87
 
88
- #: ../views/admin.php:160
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 "
@@ -96,65 +96,65 @@ msgstr ""
96
  "30 d&iacute;as o de todos los tiempos desde que WordPress Popular Posts fue "
97
  "instalado."
98
 
99
- #: ../views/admin.php:166
100
  msgid "Order by comments"
101
  msgstr "Ordenar por comentarios"
102
 
103
- #: ../views/admin.php:167
104
  msgid "Order by views"
105
  msgstr "Ordenar por vistas"
106
 
107
- #: ../views/admin.php:168
108
  msgid "Order by avg. daily views"
109
  msgstr "Ordenar por average de vistas diarias"
110
 
111
- #: ../views/admin.php:170
112
  msgid "Post type"
113
  msgstr "Post type"
114
 
115
- #: ../views/admin.php:171
116
  msgid "Limit"
117
  msgstr "L&iacute;mite"
118
 
119
- #: ../views/admin.php:173 ../views/admin.php:267 ../views/admin.php:354
120
- #: ../views/admin.php:391
121
  msgid "Apply"
122
  msgstr "Aplicar"
123
 
124
- #: ../views/admin.php:176 ../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:183 ../views/form.php:26
130
  msgid "Last 24 hours"
131
  msgstr "&Uacute;ltimas 24 horas"
132
 
133
- #: ../views/admin.php:184 ../views/form.php:27
134
  msgid "Last 7 days"
135
  msgstr "&Uacute;ltimos 7 d&iacute;as"
136
 
137
- #: ../views/admin.php:185 ../views/form.php:28
138
  msgid "Last 30 days"
139
  msgstr "&Uacute;ltimos 30 d&iacute;as"
140
 
141
- #: ../views/admin.php:186 ../views/form.php:29
142
  msgid "All-time"
143
  msgstr "Todos los tiempos"
144
 
145
- #: ../views/admin.php:208
146
  msgid "Thumbnails"
147
  msgstr "Miniaturas"
148
 
149
- #: ../views/admin.php:213
150
  msgid "Default thumbnail"
151
  msgstr "Miniatura por defecto"
152
 
153
- #: ../views/admin.php:218
154
  msgid "Upload thumbnail"
155
  msgstr "Subir miniatura"
156
 
157
- #: ../views/admin.php:220
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"
@@ -162,85 +162,99 @@ 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:224
166
  msgid "Pick image from"
167
  msgstr "Seleccionar imagen desde"
168
 
169
- #: ../views/admin.php:227
170
  msgid "Featured image"
171
  msgstr "Imagen destacada"
172
 
173
- #: ../views/admin.php:228
174
  msgid "First image on post"
175
  msgstr "Primera imagen de la entrada"
176
 
177
- #: ../views/admin.php:229
178
  msgid "Custom field"
179
  msgstr "Custom field"
180
 
181
- #: ../views/admin.php:232
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:236
187
  msgid "Custom field name"
188
  msgstr "Nombre del custom field"
189
 
190
- #: ../views/admin.php:242
191
  msgid "Resize image from Custom field?"
192
  msgstr "&iexcl;Ajustar la imagen del Custom field?"
193
 
194
- #: ../views/admin.php:245
195
  msgid "No, I will upload my own thumbnail"
196
  msgstr "No, subir&eacute; mi propia miniatura"
197
 
198
- #: ../views/admin.php:246
199
  msgid "Yes"
200
  msgstr "S&iacute;"
201
 
202
- #: ../views/admin.php:257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  msgid "Empty image cache"
204
  msgstr "Vaciar el cach&eacute; de im&aacute;genes"
205
 
206
- #: ../views/admin.php:258
207
  msgid "Use this button to clear WPP's thumbnails cache"
208
  msgstr ""
209
  "Utiliza este bot&oacute;n para vaciar el cach&eacute; de miniaturas de WPP"
210
 
211
- #: ../views/admin.php:276
212
  msgid "Data"
213
  msgstr "Datos"
214
 
215
- #: ../views/admin.php:281
216
  msgid "Log views from"
217
  msgstr "Registrar vistas de"
218
 
219
- #: ../views/admin.php:284
220
  msgid "Visitors only"
221
  msgstr "S&oacute;lo visitantes"
222
 
223
- #: ../views/admin.php:285
224
  msgid "Logged-in users only"
225
  msgstr "S&oacute;lo usuarios conectados"
226
 
227
- #: ../views/admin.php:286
228
  msgid "Everyone"
229
  msgstr "Todos"
230
 
231
- #: ../views/admin.php:292
232
  msgid "Ajaxify widget"
233
  msgstr "Usar Ajax con el widget"
234
 
235
- #: ../views/admin.php:295 ../views/admin.php:335 ../views/admin.php:382
236
- msgid "Disabled"
237
- msgstr "Deshabilitado"
238
-
239
- #: ../views/admin.php:296 ../views/admin.php:336 ../views/admin.php:381
240
- msgid "Enabled"
241
- msgstr "Habilitado"
242
-
243
- #: ../views/admin.php:300
244
  msgid ""
245
  "If you are using a caching plugin such as WP Super Cache, enabling this "
246
  "feature will keep the popular list from being cached by it"
@@ -249,19 +263,19 @@ msgstr ""
249
  "habilitar esta caracter&iacute;stica evitar&aacute; que la lista de entradas "
250
  "populares sea guardada en cach&eacute;"
251
 
252
- #: ../views/admin.php:304
253
  msgid "WPP Cache Expiry Policy"
254
  msgstr "WPP Pol&iacute;tica de Expiraci&oacute;n del Cache"
255
 
256
- #: ../views/admin.php:307
257
  msgid "Never cache"
258
  msgstr "Nunca almacenar en cach&eacute;"
259
 
260
- #: ../views/admin.php:308
261
  msgid "Enable caching"
262
  msgstr "Habilitar cach&eacute;"
263
 
264
- #: ../views/admin.php:312
265
  msgid ""
266
  "Sets WPP's cache expiration time. WPP can cache the popular list for a "
267
  "specified amount of time. Recommended for large / high traffic sites"
@@ -271,43 +285,43 @@ msgstr ""
271
  "de tiempo especificada. Recomendado para sitios web grandes / de alto "
272
  "tr&aacute;fico"
273
 
274
- #: ../views/admin.php:316
275
  msgid "Refresh cache every"
276
  msgstr "Refrescar el cach&eacute; cada"
277
 
278
- #: ../views/admin.php:320
279
  msgid "Minute(s)"
280
  msgstr "Minuto(s)"
281
 
282
- #: ../views/admin.php:321
283
  msgid "Hour(s)"
284
  msgstr "Hora(s)"
285
 
286
- #: ../views/admin.php:322
287
  msgid "Day(s)"
288
  msgstr "D&iacute;a(s)"
289
 
290
- #: ../views/admin.php:323
291
  msgid "Week(s)"
292
  msgstr "Semana(s)"
293
 
294
- #: ../views/admin.php:324
295
  msgid "Month(s)"
296
  msgstr "Mes(es)"
297
 
298
- #: ../views/admin.php:325
299
  msgid "Year(s)"
300
  msgstr "A&ntilde;o(s)"
301
 
302
- #: ../views/admin.php:328
303
  msgid "Really? That long?"
304
  msgstr "&iquest;En serio? &iquest;Tanto tiempo?"
305
 
306
- #: ../views/admin.php:332
307
  msgid "Data Sampling"
308
  msgstr "Sampleo de Datos"
309
 
310
- #: ../views/admin.php:340
311
  #, php-format
312
  msgid ""
313
  "By default, WordPress Popular Posts stores in database every single visit "
@@ -328,11 +342,11 @@ msgstr ""
328
  "conjunto (para mayor informaci&oacute;n acerca de; <em>sampleo de data</em>, "
329
  "por favor <a href=\"%1$s\" target=\"_blank\">leer aqu&iacute;</a>)"
330
 
331
- #: ../views/admin.php:344
332
  msgid "Sample Rate"
333
  msgstr "Rata de Sampleo"
334
 
335
- #: ../views/admin.php:348
336
  #, php-format
337
  msgid ""
338
  "A sampling rate of %d is recommended for large / high traffic sites. For "
@@ -342,27 +356,27 @@ msgstr ""
342
  "tr&aacute;fico. Para sitios con menos tr&aacute;fico, deber&iacute;as "
343
  "disminuir el valor"
344
 
345
- #: ../views/admin.php:363
346
  msgid "Miscellaneous"
347
  msgstr "Miscel&aacute;neos"
348
 
349
- #: ../views/admin.php:368
350
  msgid "Open links in"
351
  msgstr "Abrir links en"
352
 
353
- #: ../views/admin.php:371
354
  msgid "Current window"
355
  msgstr "Ventana actual"
356
 
357
- #: ../views/admin.php:372
358
  msgid "New tab/window"
359
  msgstr "Nueva pesta&ntilde;a/ventana"
360
 
361
- #: ../views/admin.php:378
362
  msgid "Use plugin's stylesheet"
363
  msgstr "Utilizar la hoja de estilos del plugin"
364
 
365
- #: ../views/admin.php:385
366
  msgid ""
367
  "By default, the plugin includes a stylesheet called wpp.css which you can "
368
  "use to style your popular posts listing. If you wish to use your own "
@@ -374,7 +388,7 @@ msgstr ""
374
  "deseas utilizar tu propia hoja de estilos, o no quieres que wpp.css se "
375
  "incluya en el header de tu sitio web, utiliza esto."
376
 
377
- #: ../views/admin.php:402
378
  msgid ""
379
  "WordPress Popular Posts maintains data in two separate tables: one for "
380
  "storing the most popular entries on a daily basis (from now on, \"cache\"), "
@@ -390,26 +404,26 @@ msgstr ""
390
  "tablas hist&oacute;ricas y de cach&eacute;, por favor utiliza los botones de "
391
  "abajo."
392
 
393
- #: ../views/admin.php:403
394
  msgid "Empty cache"
395
  msgstr "Vaciar el cach&eacute;"
396
 
397
- #: ../views/admin.php:403
398
  msgid "Use this button to manually clear entries from WPP cache only"
399
  msgstr ""
400
  "Utiliza este bot&oacute;n para vaciar manualmente s&oacute;lo las entradas "
401
  "del cach&eacute; de WPP"
402
 
403
- #: ../views/admin.php:404
404
  msgid "Clear all data"
405
  msgstr "Eliminar toda la data"
406
 
407
- #: ../views/admin.php:404
408
  msgid "Use this button to manually clear entries from all WPP data tables"
409
  msgstr ""
410
  "Utiliza este bot&oacute;n para limpiar manualmente las tablas de datos de WPP"
411
 
412
- #: ../views/admin.php:411
413
  #, php-format
414
  msgid ""
415
  "With the following parameters you can customize the popular posts list when "
@@ -421,60 +435,60 @@ msgstr ""
421
  "\">wpp_get_most_popular() template tag</a> como el <a href=\"%2$s\">[wpp] "
422
  "shortcode</a>."
423
 
424
- #: ../views/admin.php:419
425
  msgid "Parameter"
426
  msgstr "Par&aacute;metro"
427
 
428
- #: ../views/admin.php:420 ../views/admin.php:734
429
  msgid "What it does "
430
  msgstr "Qu&eacute; hace"
431
 
432
- #: ../views/admin.php:421
433
  msgid "Possible values"
434
  msgstr "Valores posibles"
435
 
436
- #: ../views/admin.php:422
437
  msgid "Defaults to"
438
  msgstr "Por defecto"
439
 
440
- #: ../views/admin.php:423 ../views/admin.php:736
441
  msgid "Example"
442
  msgstr "Ejemplo"
443
 
444
- #: ../views/admin.php:429
445
  msgid "Sets a heading for the list"
446
  msgstr "Configura el encabezado de la lista"
447
 
448
- #: ../views/admin.php:430 ../views/admin.php:437 ../views/admin.php:444
449
- #: ../views/admin.php:479 ../views/admin.php:486 ../views/admin.php:493
450
- #: ../views/admin.php:500 ../views/admin.php:591 ../views/admin.php:605
451
- #: ../views/admin.php:612
452
  msgid "Text string"
453
  msgstr "Texto"
454
 
455
- #: ../views/admin.php:431
456
  msgid "Popular Posts"
457
  msgstr "Entradas Populares"
458
 
459
- #: ../views/admin.php:436
460
  msgid "Set the opening tag for the heading of the list"
461
  msgstr "Configura la etiqueta de apertura para el encabezado de la lista"
462
 
463
- #: ../views/admin.php:443
464
  msgid "Set the closing tag for the heading of the list"
465
  msgstr "Configura la etiqueta de cierre para el encabezado de la lista"
466
 
467
- #: ../views/admin.php:450
468
  msgid "Sets the maximum number of popular posts to be shown on the listing"
469
  msgstr ""
470
  "Configura el m&aacute;ximo de entradas populares a ser mostradas en la lista"
471
 
472
- #: ../views/admin.php:451 ../views/admin.php:507 ../views/admin.php:521
473
- #: ../views/admin.php:542 ../views/admin.php:549
474
  msgid "Positive integer"
475
  msgstr "Entero positivo"
476
 
477
- #: ../views/admin.php:457
478
  msgid ""
479
  "Tells WordPress Popular Posts to retrieve the most popular entries within "
480
  "the time range specified by you"
@@ -482,7 +496,7 @@ msgstr ""
482
  "Le indica a WordPress Popular Posts que debe listar aquellas entradas que "
483
  "hayan sido populares dentro del rango de tiempo especificado por ti"
484
 
485
- #: ../views/admin.php:464
486
  msgid ""
487
  "Tells WordPress Popular Posts to retrieve the most popular entries published "
488
  "within the time range specified by you"
@@ -490,19 +504,19 @@ msgstr ""
490
  "Le indica a WordPress Popular Posts que debe listar aquellas entradas "
491
  "populares publicadas dentro del rango de tiempo especificado por ti"
492
 
493
- #: ../views/admin.php:471
494
  msgid "Sets the sorting option of the popular posts"
495
  msgstr "Configura el ordenado de las entradas populares"
496
 
497
- #: ../views/admin.php:472
498
  msgid "(for average views per day)"
499
  msgstr "(para el porcentaje de vistas por d&iacute;a)"
500
 
501
- #: ../views/admin.php:478
502
  msgid "Defines the type of posts to show on the listing"
503
  msgstr "Define el tipo de entrada a mostrar en el listado"
504
 
505
- #: ../views/admin.php:485
506
  msgid ""
507
  "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) "
508
  "form the listing."
@@ -510,11 +524,11 @@ msgstr ""
510
  "Si se configura, WordPress Popular Posts excluir&aacute; todos los IDs de "
511
  "las entradas especificadas."
512
 
513
- #: ../views/admin.php:487 ../views/admin.php:494 ../views/admin.php:501
514
  msgid "None"
515
  msgstr "Ninguno"
516
 
517
- #: ../views/admin.php:492
518
  msgid ""
519
  "If set, WordPress Popular Posts will retrieve all entries that belong to the "
520
  "specified category(ies) ID(s). If a minus sign is used, the category(ies) "
@@ -524,7 +538,7 @@ msgstr ""
524
  "que pertenecen a la(s) categor&iacute;a(s) especificada(s). Si se usa un "
525
  "signo negativo, la(s) categor&iacute;a(s) ser&aacute;(n) exclu&iacute;da(s)."
526
 
527
- #: ../views/admin.php:499
528
  msgid ""
529
  "If set, WordPress Popular Posts will retrieve all entries created by "
530
  "specified author(s) ID(s)."
@@ -532,7 +546,7 @@ msgstr ""
532
  "Si se configura, WordPress Popular Posts traer&aacute; todas las entradas "
533
  "creadas por el (los) ID(s) de autor(es) especificado(s)."
534
 
535
- #: ../views/admin.php:506
536
  msgid ""
537
  "If set, WordPress Popular Posts will shorten each post title to \"n\" "
538
  "characters whenever possible"
@@ -540,7 +554,7 @@ msgstr ""
540
  "Si se configura, WordPress Popular Posts acortar&aacute; cada titulo en \"n"
541
  "\" caracteres cuando sea posible"
542
 
543
- #: ../views/admin.php:513
544
  msgid ""
545
  "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" "
546
  "words instead of characters"
@@ -548,7 +562,7 @@ msgstr ""
548
  "Si se pasa el valor 1, WordPress Popular Posts acortar&aacute; cada titulo "
549
  "en \"n\" palabras en vez de caracteres"
550
 
551
- #: ../views/admin.php:520
552
  msgid ""
553
  "If set, WordPress Popular Posts will build and include an excerpt of \"n\" "
554
  "characters long from the content of each post listed as popular"
@@ -557,7 +571,7 @@ msgstr ""
557
  "un extracto de \"n\" caracteres del contenido de cada entrada listada como "
558
  "popular"
559
 
560
- #: ../views/admin.php:527
561
  msgid ""
562
  "If set, WordPress Popular Posts will maintaing all styling tags (strong, "
563
  "italic, etc) and hyperlinks found in the excerpt"
@@ -566,7 +580,7 @@ msgstr ""
566
  "etiquetas de estilo (strong, italic, etc) y los hiperv&iacute;nculos "
567
  "encontrados en el extracto"
568
 
569
- #: ../views/admin.php:534
570
  msgid ""
571
  "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words "
572
  "instead of characters"
@@ -574,7 +588,7 @@ msgstr ""
574
  "Si se configura, WordPress Popular Posts acortar&aacute; el resumen en \"n\" "
575
  "palabras en vez de caracteres"
576
 
577
- #: ../views/admin.php:541
578
  msgid ""
579
  "If set, and if your current server configuration allows it, you will be able "
580
  "to display thumbnails of your posts. This attribute sets the width for "
@@ -584,7 +598,7 @@ msgstr ""
584
  "permite, podr&aacute;s mostrar miniaturas de tus entradas. Este atributo "
585
  "configura el ancho de tus miniaturas"
586
 
587
- #: ../views/admin.php:548
588
  msgid ""
589
  "If set, and if your current server configuration allows it, you will be able "
590
  "to display thumbnails of your posts. This attribute sets the height for "
@@ -594,7 +608,7 @@ msgstr ""
594
  "permite, podr&aacute;s mostrar miniaturas de tus entradas. Este atributo "
595
  "configura el alto de tus miniaturas"
596
 
597
- #: ../views/admin.php:555
598
  msgid ""
599
  "If set, and if the WP-PostRatings plugin is installed and enabled on your "
600
  "blog, WordPress Popular Posts will show how your visitors are rating your "
@@ -604,7 +618,7 @@ msgstr ""
604
  "habilitado en tu blog, WordPress Popular Posts mostrar&aacute; como tus "
605
  "visitantes han calificado a tus entradas"
606
 
607
- #: ../views/admin.php:562
608
  msgid ""
609
  "If set, WordPress Popular Posts will show how many comments each popular "
610
  "post has got until now"
@@ -612,7 +626,7 @@ msgstr ""
612
  "Si se configura, WordPress Popular Posts mostrar&aacute; cu&aacute;ntos "
613
  "comentarios ha obtenido cada entrada popular hasta ahora"
614
 
615
- #: ../views/admin.php:569
616
  msgid ""
617
  "If set, WordPress Popular Posts will show how many views each popular post "
618
  "has got since it was installed"
@@ -620,7 +634,7 @@ msgstr ""
620
  "Si se configura, WordPress Popular Posts mostrar&aacute; cu&aacute;ntas "
621
  "vistas ha obtenido cada entrada popular desde que el plugin fue instalado"
622
 
623
- #: ../views/admin.php:576
624
  msgid ""
625
  "If set, WordPress Popular Posts will show who published each popular post on "
626
  "the list"
@@ -628,7 +642,7 @@ msgstr ""
628
  "Si se configura, WordPress Popular Posts mostrar&aacute; qui&eacute;n "
629
  "public&oacute; cada entrada popular de la lista"
630
 
631
- #: ../views/admin.php:583
632
  msgid ""
633
  "If set, WordPress Popular Posts will display the date when each popular post "
634
  "on the list was published"
@@ -636,60 +650,60 @@ msgstr ""
636
  "Si se tilda, WordPress Popular Posts mostrar&aacute; la fecha en la que fue "
637
  "publicada cada entrada popular"
638
 
639
- #: ../views/admin.php:590
640
  msgid "Sets the date format"
641
  msgstr "Configura el formato de la fecha"
642
 
643
- #: ../views/admin.php:597
644
  msgid "If set, WordPress Popular Posts will display the category"
645
  msgstr ""
646
  "Si se tilda, WordPress Popular Posts mostrar&aacute; la categor&iacute;a"
647
 
648
- #: ../views/admin.php:604
649
  msgid "Sets the opening tag for the listing"
650
  msgstr "Configura la etiqueta de apertura del listado"
651
 
652
- #: ../views/admin.php:611
653
  msgid "Sets the closing tag for the listing"
654
  msgstr "Configura la etiqueta de cierre del listado"
655
 
656
- #: ../views/admin.php:618
657
  msgid "Sets the HTML structure of each post"
658
  msgstr "Configura la estructura HTML de cada entrada"
659
 
660
- #: ../views/admin.php:619
661
  msgid "Text string, custom HTML"
662
  msgstr "Texto, HTML personalizado"
663
 
664
- #: ../views/admin.php:619
665
  msgid "Available Content Tags"
666
  msgstr "Content Tags disponibles"
667
 
668
- #: ../views/admin.php:619
669
  msgid "displays thumbnail linked to post/page"
670
  msgstr "muestra la miniatura vinculada a la entrada/p&aacute;gina"
671
 
672
- #: ../views/admin.php:619
673
  msgid "displays thumbnail image without linking to post/page"
674
  msgstr "muestra la imagen miniatura sin un link hacia la entrada/p&aacute;gina"
675
 
676
- #: ../views/admin.php:619
677
  msgid "displays linked post/page title"
678
  msgstr ""
679
  "muestra el t&iacute;tulo de la entrada/p&aacute;gina con v&iacute;nculo"
680
 
681
- #: ../views/admin.php:619
682
  msgid ""
683
  "displays post/page excerpt, and requires excerpt_length to be greater than 0"
684
  msgstr ""
685
  "muestra el resumen de la entrada/p&aacute;gina, requiere que excerpt_length "
686
  "sea mayor a 0"
687
 
688
- #: ../views/admin.php:619
689
  msgid "displays the default stats tags"
690
  msgstr "muestra el stats tag por defecto"
691
 
692
- #: ../views/admin.php:619
693
  msgid ""
694
  "displays post/page current rating, requires WP-PostRatings installed and "
695
  "enabled"
@@ -697,7 +711,7 @@ msgstr ""
697
  "muestra el rating actual de la entrada/p&aacute;gina, requiere que WP-"
698
  "PostRatings est&eacute; instalado y activo"
699
 
700
- #: ../views/admin.php:619
701
  msgid ""
702
  "displays post/page current rating as an integer, requires WP-PostRatings "
703
  "installed and enabled"
@@ -705,44 +719,44 @@ msgstr ""
705
  "muestra el rating actual de la entrada/p&aacute;gina como un entero, "
706
  "requiere que WP-PostRatings est&eacute; instalado y activo"
707
 
708
- #: ../views/admin.php:619
709
  msgid "outputs the URL of the post/page"
710
  msgstr "muestra la URL de la entrada/p&aacute;gina"
711
 
712
- #: ../views/admin.php:619
713
  msgid "displays post/page title, no link"
714
  msgstr ""
715
  "muestra el t&iacute;tulo de la entrada/p&aacute;gina, sin v&iacute;nculo"
716
 
717
- #: ../views/admin.php:619
718
  msgid "displays linked author name, requires stats_author=1"
719
  msgstr ""
720
  "muestra el nombre del autor con v&iacute;nculo, requiere stats_author=1"
721
 
722
- #: ../views/admin.php:619
723
  msgid "displays linked category name, requires stats_category=1"
724
  msgstr ""
725
  "muestra el nombre de la categor&iacute;a vinculado, requiere stats_category=1"
726
 
727
- #: ../views/admin.php:619
728
  msgid "displays views count only, no text"
729
  msgstr "muestra el n&uacute;mero de vistas, sin texto adicional"
730
 
731
- #: ../views/admin.php:619
732
  msgid "displays comments count only, no text, requires stats_comments=1"
733
  msgstr ""
734
  "muestra el n&uacute;mero de comentarios, sin texto adicional, requiere "
735
  "stats_comments=1"
736
 
737
- #: ../views/admin.php:619
738
  msgid "displays post/page date, requires stats_date=1"
739
  msgstr "muestra la fecha de la entrada/p&aacute;gina, requiere stats_date=1"
740
 
741
- #: ../views/admin.php:631
742
  msgid "What does \"Title\" do?"
743
  msgstr "&iquest;Para qu&eacute; es \"T&iacute;tulo\"?"
744
 
745
- #: ../views/admin.php:634
746
  msgid ""
747
  "It allows you to show a heading for your most popular posts listing. If left "
748
  "empty, no heading will be displayed at all."
@@ -750,11 +764,11 @@ msgstr ""
750
  "Te permite mostrar un encabezado para tu lista de entradas populares. Si se "
751
  "deja vac&iacute;o, no se mostrar&aacute; el encabezado."
752
 
753
- #: ../views/admin.php:637
754
  msgid "What is Time Range for?"
755
  msgstr "&iquest;Para qu&eacute; es \"Rango de Tiempo\"?"
756
 
757
- #: ../views/admin.php:639
758
  msgid ""
759
  "It will tell WordPress Popular Posts to retrieve all posts with most views / "
760
  "comments within the selected time range."
@@ -762,11 +776,11 @@ msgstr ""
762
  "Le indica a WordPress Popular Posts que muestre las entradas m&aacute;s "
763
  "vistas / comentadas en el rango de tiempo seleccionado."
764
 
765
- #: ../views/admin.php:642
766
  msgid "What is \"Sort post by\" for?"
767
  msgstr "&iquest;Para qu&eacute; es \"Ordenar entradas por\"?"
768
 
769
- #: ../views/admin.php:644
770
  msgid ""
771
  "It allows you to decide whether to order your popular posts listing by total "
772
  "views, comments, or average views per day."
@@ -774,11 +788,11 @@ msgstr ""
774
  "Te permite decidir si ordenar tus entradas populares por la cantidad total "
775
  "de vistas, comentarios, o por el porcentaje diario de vistas."
776
 
777
- #: ../views/admin.php:647
778
  msgid "What does \"Display post rating\" do?"
779
  msgstr "&iquest;Qu&eacute; hace \"Mostrar rating de la entrada\"?"
780
 
781
- #: ../views/admin.php:649
782
  msgid ""
783
  "If checked, WordPress Popular Posts will show how your readers are rating "
784
  "your most popular posts. This feature requires having WP-PostRatings plugin "
@@ -789,11 +803,11 @@ msgstr ""
789
  "caracter&iacute;stica requiere que el plugin WP-PostRatings est&eacute; "
790
  "instalado y habilitado en tu blog para que funcione."
791
 
792
- #: ../views/admin.php:652
793
  msgid "What does \"Shorten title\" do?"
794
  msgstr "&iquest;Qu&eacute; hace \"Acortar t&iacute;tulo\"?"
795
 
796
- #: ../views/admin.php:654
797
  msgid ""
798
  "If checked, all posts titles will be shortened to \"n\" characters/words. A "
799
  "new \"Shorten title to\" option will appear so you can set it to whatever "
@@ -803,11 +817,11 @@ msgstr ""
803
  "\" caracteres/palabras. Una nueva opci&oacute;n \"Acortar t&iacute;tulo en\" "
804
  "se mostrar&aacute; para que puedas configurarlo como quieras."
805
 
806
- #: ../views/admin.php:657
807
  msgid "What does \"Display post excerpt\" do?"
808
  msgstr "&iquest;Qu&eacute; hace \"Mostrar resumen de la entrada\"?"
809
 
810
- #: ../views/admin.php:659
811
  msgid ""
812
  "If checked, WordPress Popular Posts will also include a small extract of "
813
  "your posts in the list. Similarly to the previous option, you will be able "
@@ -817,11 +831,11 @@ msgstr ""
817
  "extracto de tus entradas en la lista. Similar a la opci&oacute;n anterior, "
818
  "podr&aacute;s decidir qu&eacute; tan largo debe ser el extracto."
819
 
820
- #: ../views/admin.php:662
821
  msgid "What does \"Keep text format and links\" do?"
822
  msgstr "&iquest;Qu&eacute; hace \"Mantener el formato de texto y links\"?"
823
 
824
- #: ../views/admin.php:664
825
  msgid ""
826
  "If checked, and if the Post Excerpt feature is enabled, WordPress Popular "
827
  "Posts will keep the styling tags (eg. bold, italic, etc) that were found in "
@@ -832,11 +846,11 @@ msgstr ""
832
  "encontraron en el extracto. Los hiperv&iacute;nculos tambi&eacute;n se "
833
  "mantendr&aacute;n."
834
 
835
- #: ../views/admin.php:667
836
  msgid "What is \"Post type\" for?"
837
  msgstr "&iquest;Para qu&eacute; es el \"Post type\"?"
838
 
839
- #: ../views/admin.php:669
840
  msgid ""
841
  "This filter allows you to decide which post types to show on the listing. By "
842
  "default, it will retrieve only posts and pages (which should be fine for "
@@ -846,11 +860,11 @@ msgstr ""
846
  "listado. Por defecto, trater&aacute; s&oacute;lo entradas y p&aacute;ginas "
847
  "(que es lo que se quiere, en la mayor&iacute;a de los casos)."
848
 
849
- #: ../views/admin.php:672
850
  msgid "What is \"Category(ies) ID(s)\" for?"
851
  msgstr "&iquest;Para qu&eacute; es el \"ID(s) de Categor&iacute;a(s)\"?"
852
 
853
- #: ../views/admin.php:674
854
  msgid ""
855
  "This filter allows you to select which categories should be included or "
856
  "excluded from the listing. A negative sign in front of the category ID "
@@ -863,11 +877,11 @@ msgstr ""
863
  "ejemplo. Puedes especificar m&aacute;s de un ID separ&aacute;ndolos con "
864
  "comas."
865
 
866
- #: ../views/admin.php:677
867
  msgid "What is \"Author(s) ID(s)\" for?"
868
  msgstr "&iquest;Para qu&eacute; es el \"ID de Autor(es)\"?"
869
 
870
- #: ../views/admin.php:679
871
  msgid ""
872
  "Just like the Category filter, this one lets you filter posts by author ID. "
873
  "You can specify more than one ID with a comma separated list."
@@ -876,11 +890,11 @@ msgstr ""
876
  "entradas por ID del autor. Puedes especificar m&aacute;s de un ID "
877
  "separ&aacute;ndolos con comas."
878
 
879
- #: ../views/admin.php:682
880
  msgid "What does \"Display post thumbnail\" do?"
881
  msgstr "&iquest;Qu&eacute; hace \"Mostrar miniatura de la entrada\"?"
882
 
883
- #: ../views/admin.php:684
884
  msgid ""
885
  "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail "
886
  "of each post. You can set up the source of the thumbnail via Settings - "
@@ -890,11 +904,11 @@ msgstr ""
890
  "miniatura de cada entrada. Puedes configurar la fuente de la miniatura via "
891
  "Configuraci&oacute;n - Wordpress Popular Posts - Herramientas."
892
 
893
- #: ../views/admin.php:687
894
  msgid "What does \"Display comment count\" do?"
895
  msgstr "&iquest;Qu&eacute; hace \"Mostrar cantidad de comentarios\"?"
896
 
897
- #: ../views/admin.php:689
898
  msgid ""
899
  "If checked, WordPress Popular Posts will display how many comments each "
900
  "popular post has got in the selected Time Range."
@@ -903,11 +917,11 @@ msgstr ""
903
  "comentarios ha obtenido cada entrada popular dentro del Rango de Tiempo "
904
  "seleccionado."
905
 
906
- #: ../views/admin.php:692
907
  msgid "What does \"Display views\" do?"
908
  msgstr "&iquest;Qu&eacute; hace \"Mostrar vistas\"?"
909
 
910
- #: ../views/admin.php:694
911
  msgid ""
912
  "If checked, WordPress Popular Posts will show how many pageviews a single "
913
  "post has gotten in the selected Time Range."
@@ -915,11 +929,11 @@ msgstr ""
915
  "Si se tilda, WordPress Popular Posts mostrar&aacute; cu&aacute;ntas vistas "
916
  "ha obtenido cada entrada en el Rango de Tiempo seleccionado."
917
 
918
- #: ../views/admin.php:697
919
  msgid "What does \"Display author\" do?"
920
  msgstr "&iquest;Qu&eacute; hace \"Mostrar autor\"?"
921
 
922
- #: ../views/admin.php:699
923
  msgid ""
924
  "If checked, WordPress Popular Posts will display the name of the author of "
925
  "each entry listed."
@@ -927,11 +941,11 @@ msgstr ""
927
  "Si se tilda, WordPress Popular Posts mostrar&aacute; el nombre del autor de "
928
  "cada entrada listada."
929
 
930
- #: ../views/admin.php:702
931
  msgid "What does \"Display date\" do?"
932
  msgstr "&iquest;Qu&eacute; hace \"Mostrar fecha\"?"
933
 
934
- #: ../views/admin.php:704
935
  msgid ""
936
  "If checked, WordPress Popular Posts will display the date when each popular "
937
  "posts was published."
@@ -939,22 +953,22 @@ msgstr ""
939
  "Si se tilda, WordPress Popular Posts mostrar&aacute; la fecha en la que fue "
940
  "publicada cada entrada popular."
941
 
942
- #: ../views/admin.php:707
943
  msgid "What does \"Display category\" do?"
944
  msgstr "&iquest;Qu&eacute; hace \"Mostrar categor&iacute;a\"?"
945
 
946
- #: ../views/admin.php:709
947
  msgid ""
948
  "If checked, WordPress Popular Posts will display the category of each post."
949
  msgstr ""
950
  "Si se tilda, WordPress Popular Posts mostrar&aacute; la categor&iacute;a de "
951
  "cada entrada."
952
 
953
- #: ../views/admin.php:712
954
  msgid "What does \"Use custom HTML Markup\" do?"
955
  msgstr "&iquest;Qu&eacute; hace \"Utilizar Markup HTML personalizado\"?"
956
 
957
- #: ../views/admin.php:714
958
  msgid ""
959
  "If checked, you will be able to customize the HTML markup of your popular "
960
  "posts listing. For example, you can decide whether to wrap your posts in an "
@@ -966,11 +980,11 @@ msgstr ""
966
  "en una lista desordenada, una ordenada, dentro de un div, etc. Si sabes "
967
  "xHTML/CSS, &iexcl;esto es para ti!"
968
 
969
- #: ../views/admin.php:717
970
  msgid "What are \"Content Tags\"?"
971
  msgstr "&iquest;Qu&eacute; son los \"Content Tags\"?"
972
 
973
- #: ../views/admin.php:719
974
  #, php-format
975
  msgid ""
976
  "Content Tags are codes to display a variety of items on your popular posts "
@@ -985,11 +999,11 @@ msgstr ""
985
  "entrada: extracto de la entrada aqu&iacute;\". Para ver otras Content Tags, "
986
  "ver la secci&oacute;n <a href=\"%s\" target=\"_blank\">Par&aacute;metros</a."
987
 
988
- #: ../views/admin.php:722
989
  msgid "What are \"Template Tags\"?"
990
  msgstr "&iquest;Qu&eacute; son los \"Template Tags\"?"
991
 
992
- #: ../views/admin.php:724
993
  msgid ""
994
  "Template Tags are simply php functions that allow you to perform certain "
995
  "actions. For example, WordPress Popular Posts currently supports two "
@@ -999,23 +1013,23 @@ msgstr ""
999
  "ciertas acciones. Por ejemplo, WordPress Popular Posts actualmente soporta "
1000
  "dos template tags diferentes: wpp_get_mostpopular() y wpp_get_views()."
1001
 
1002
- #: ../views/admin.php:727
1003
  msgid "What are the template tags that WordPress Popular Posts supports?"
1004
  msgstr ""
1005
  "&iquest;Cu&aacute;les son los Template Tags soportados por WordPress Popular "
1006
  "Posts?"
1007
 
1008
- #: ../views/admin.php:729
1009
  msgid ""
1010
  "The following are the template tags supported by WordPress Popular Posts"
1011
  msgstr ""
1012
  "Los siguientes son los template tags soportados por WordPress Popular Posts"
1013
 
1014
- #: ../views/admin.php:733
1015
  msgid "Template tag"
1016
  msgstr "Template tag"
1017
 
1018
- #: ../views/admin.php:742
1019
  #, php-format
1020
  msgid ""
1021
  "Similar to the widget functionality, this tag retrieves the most popular "
@@ -1027,7 +1041,7 @@ msgstr ""
1027
  "<a href=\"%1$s\">par&aacute;metros</a> para que puedas personalizar el "
1028
  "listado, pero &eacute;stos no son requeridos."
1029
 
1030
- #: ../views/admin.php:743
1031
  #, php-format
1032
  msgid ""
1033
  "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete "
@@ -1036,7 +1050,7 @@ msgstr ""
1036
  "Por favor ver la <a href=\"%1$s\">secci&oacute;n Par&aacute;metros</a> para "
1037
  "la lista completa de atributos."
1038
 
1039
- #: ../views/admin.php:748
1040
  msgid ""
1041
  "Displays the number of views of a single post. Post ID is required or it "
1042
  "will return false."
@@ -1044,15 +1058,15 @@ msgstr ""
1044
  "Muestra la cantidad de vistas de una entrada. El ID de la entrada es "
1045
  "requerido, o la funci&oacute;n devolver&aacute; false."
1046
 
1047
- #: ../views/admin.php:749
1048
  msgid "Post ID"
1049
  msgstr "ID de la entrada"
1050
 
1051
- #: ../views/admin.php:756
1052
  msgid "What are \"shortcodes\"?"
1053
  msgstr "&iquest;Qu&eacute; son los \"shortcodes\"?"
1054
 
1055
- #: ../views/admin.php:758
1056
  #, php-format
1057
  msgid ""
1058
  "Shortcodes are similar to BB Codes, these allow us to call a php function by "
@@ -1069,20 +1083,20 @@ msgstr ""
1069
  "informaci&oacute;n sobre los shortcodes, por favor visita la p&aacute;gina "
1070
  "<a href=\"%s\" target=\"_blank\">WordPress Shortcode API</a>."
1071
 
1072
- #: ../views/admin.php:766
1073
  #, php-format
1074
  msgid "About WordPress Popular Posts %s"
1075
  msgstr "Acerca de WordPress Popular Posts %s"
1076
 
1077
- #: ../views/admin.php:767
1078
  msgid "This version includes the following changes"
1079
  msgstr "Esta versi&oacute;n incluye los siguientes cambios"
1080
 
1081
- #: ../views/admin.php:797
1082
  msgid "Do you like this plugin?"
1083
  msgstr "&iquest;Te gusta este plugin?"
1084
 
1085
- #: ../views/admin.php:804
1086
  msgid ""
1087
  "Each donation motivates me to keep releasing free stuff for the WordPress "
1088
  "community!"
@@ -1090,18 +1104,18 @@ msgstr ""
1090
  "&iexcl;Cada donaci&oacute;n me motiva a seguir publicando cosas gratuitas "
1091
  "para la comunidad de WordPress!"
1092
 
1093
- #: ../views/admin.php:805
1094
  #, php-format
1095
  msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
1096
  msgstr ""
1097
  "&iexcl;Puedes <a href=\"%s\" target=\"_blank\">dejar una rese&ntilde;a</a> "
1098
  "tambi&eacute;n!"
1099
 
1100
- #: ../views/admin.php:809
1101
  msgid "Need help?"
1102
  msgstr "&iquest;Necesitas ayuda?"
1103
 
1104
- #: ../views/admin.php:810
1105
  #, php-format
1106
  msgid ""
1107
  "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions "
@@ -1110,7 +1124,7 @@ msgstr ""
1110
  "Visita <a href=\"%s\" target=\"_blank\">el foro</a> para obtener soporte, "
1111
  "hacer preguntas y dejar tu feedback."
1112
 
1113
- #: ../views/admin.php:811
1114
  msgid "Let's make this plugin even better!"
1115
  msgstr "&iexcl;Hagamos a este plugin inclusive mejor!"
1116
 
@@ -1121,9 +1135,9 @@ msgstr "T&iacute;tulo"
1121
  #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24
1122
  #: ../views/form.php:34 ../views/form.php:40 ../views/form.php:43
1123
  #: ../views/form.php:52 ../views/form.php:55 ../views/form.php:63
1124
- #: ../views/form.php:66 ../views/form.php:73 ../views/form.php:103
1125
- #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:109
1126
- #: ../views/form.php:121 ../views/form.php:127
1127
  msgid "What is this?"
1128
  msgstr "&iquest;Qu&eacute; es esto?"
1129
 
@@ -1219,79 +1233,79 @@ msgstr "Mostrar miniatura"
1219
  msgid "Use predefined size"
1220
  msgstr "Utilizar un tama&ntilde;o predefinido"
1221
 
1222
- #: ../views/form.php:90
1223
  msgid "Set size manually"
1224
  msgstr "Configurar el tama&ntilde;o manualmente"
1225
 
1226
- #: ../views/form.php:92
1227
  msgid "Width"
1228
  msgstr "Ancho"
1229
 
1230
- #: ../views/form.php:93 ../views/form.php:96
1231
  msgid "px"
1232
  msgstr "px"
1233
 
1234
- #: ../views/form.php:95
1235
  msgid "Height"
1236
  msgstr "Alto"
1237
 
1238
- #: ../views/form.php:101
1239
  msgid "Stats Tag settings"
1240
  msgstr "Configuraci&oacute;n del Stats Tag"
1241
 
1242
- #: ../views/form.php:103
1243
  msgid "Display comment count"
1244
  msgstr "Mostrar cantidad de comentarios"
1245
 
1246
- #: ../views/form.php:105
1247
  msgid "Display views"
1248
  msgstr "Mostrar vistas"
1249
 
1250
- #: ../views/form.php:107
1251
  msgid "Display author"
1252
  msgstr "Mostrar autor"
1253
 
1254
- #: ../views/form.php:109
1255
  msgid "Display date"
1256
  msgstr "Mostrar fecha"
1257
 
1258
- #: ../views/form.php:112
1259
  msgid "Date Format"
1260
  msgstr "Formato de la fecha"
1261
 
1262
- #: ../views/form.php:114
1263
  msgid "WordPress Date Format"
1264
  msgstr "Formato de fecha de WordPress"
1265
 
1266
- #: ../views/form.php:121
1267
  msgid "Display category"
1268
  msgstr "Mostrar categor&iacute;a"
1269
 
1270
- #: ../views/form.php:125
1271
  msgid "HTML Markup settings"
1272
  msgstr "Configuraci&oacute;n del Markup HTML"
1273
 
1274
- #: ../views/form.php:127
1275
  msgid "Use custom HTML Markup"
1276
  msgstr "Utilizar Markup HTML personalizado"
1277
 
1278
- #: ../views/form.php:130
1279
  msgid "Before / after title"
1280
  msgstr "Antes / despu&eacute;s del t&iacute;tulo"
1281
 
1282
- #: ../views/form.php:133
1283
  msgid "Before / after Popular Posts"
1284
  msgstr "Antes / despu&eacute;s de las entradas populares"
1285
 
1286
- #: ../views/form.php:136
1287
  msgid "Post HTML Markup"
1288
  msgstr "Markup HTML de la Entrada"
1289
 
1290
- #: ../wordpress-popular-posts.php:293
1291
  msgid "The most Popular Posts on your blog."
1292
  msgstr "Las entradas m&aacute;s populares en tu blog."
1293
 
1294
- #: ../wordpress-popular-posts.php:476
1295
  msgid ""
1296
  "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing "
1297
  "the <em>id</em> attribute on before_widget (see <a href=\"http://codex."
@@ -1303,11 +1317,11 @@ msgstr ""
1303
  "wordpress.org/Function_Reference/register_sidebar\" target=\"_blank\" rel="
1304
  "\"nofollow\">register_sidebar</a> para m&aacute;s informaci&oacute;n)."
1305
 
1306
- #: ../wordpress-popular-posts.php:720
1307
  msgid "Upload"
1308
  msgstr "Subir"
1309
 
1310
- #: ../wordpress-popular-posts.php:1096
1311
  #, php-format
1312
  msgid ""
1313
  "Your PHP installation is too old. WordPress Popular Posts requires at least "
@@ -1319,7 +1333,7 @@ msgstr ""
1319
  "contacta a tu proveedor de hosting y solicita que se actualice PHP a %1$s o "
1320
  "mejor."
1321
 
1322
- #: ../wordpress-popular-posts.php:1103
1323
  #, php-format
1324
  msgid ""
1325
  "Your WordPress version is too old. WordPress Popular Posts requires at least "
@@ -1330,7 +1344,7 @@ msgstr ""
1330
  "Posts requiere al menos la versi&oacute;n %1$s para funcionar correctamente. "
1331
  "Por favor actualiza tu blog via Escritorio &gt; Actualizaciones."
1332
 
1333
- #: ../wordpress-popular-posts.php:1128
1334
  #, php-format
1335
  msgid ""
1336
  "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</"
@@ -1339,27 +1353,27 @@ msgstr ""
1339
  "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> ha sido <strong>desactivado</"
1340
  "strong>.</p></div>"
1341
 
1342
- #: ../wordpress-popular-posts.php:1188
1343
  msgid "Success! The cache table has been cleared!"
1344
  msgstr "&iexcl;&Eacute;xito! &iexcl;La tabla cach&eacute; ha sido borrada!"
1345
 
1346
- #: ../wordpress-popular-posts.php:1190
1347
  msgid "Error: cache table does not exist."
1348
  msgstr "Error: la tabla cach&eacute; no existe."
1349
 
1350
- #: ../wordpress-popular-posts.php:1197
1351
  msgid "Success! All data have been cleared!"
1352
  msgstr "&iexcl;&Eacute;xito! &iexcl;Toda la data ha sido borrada!"
1353
 
1354
- #: ../wordpress-popular-posts.php:1199
1355
  msgid "Error: one or both data tables are missing."
1356
  msgstr "Error: una o ambas tablas de datos no existen."
1357
 
1358
- #: ../wordpress-popular-posts.php:1202 ../wordpress-popular-posts.php:1240
1359
  msgid "Invalid action."
1360
  msgstr "Acci&oacute;n inv&aacute;lida."
1361
 
1362
- #: ../wordpress-popular-posts.php:1205 ../wordpress-popular-posts.php:1243
1363
  msgid ""
1364
  "Sorry, you do not have enough permissions to do this. Please contact the "
1365
  "site administrator for support."
@@ -1367,50 +1381,50 @@ msgstr ""
1367
  "Lo lamento, no tienes permisos suficientes para hacer esto. Por favor "
1368
  "contacta al administrador del sitio."
1369
 
1370
- #: ../wordpress-popular-posts.php:1235
1371
  msgid "Success! All files have been deleted!"
1372
  msgstr "&iexcl;&Eacute;xito! &iexcl;Todos los archivos han sido borrados!"
1373
 
1374
- #: ../wordpress-popular-posts.php:1237
1375
  msgid "The thumbnail cache is already empty!"
1376
  msgstr "&iexcl;El cache de miniaturas ya est&aacute; vac&iacute;o!"
1377
 
1378
- #: ../wordpress-popular-posts.php:1771
1379
  msgid "Sorry. No data so far."
1380
  msgstr "Lo lamentamos. No hay nada que mostrar a&uacute;n."
1381
 
1382
- #: ../wordpress-popular-posts.php:2248
1383
  #, php-format
1384
  msgid "1 comment"
1385
  msgid_plural "%s comments"
1386
  msgstr[0] "1 comentario"
1387
  msgstr[1] "%s comentarios"
1388
 
1389
- #: ../wordpress-popular-posts.php:2260
1390
  #, php-format
1391
  msgid "1 view per day"
1392
  msgid_plural "%s views per day"
1393
  msgstr[0] "1 vista por d&iacute;a"
1394
  msgstr[1] "%s vistas por d&iacute;a"
1395
 
1396
- #: ../wordpress-popular-posts.php:2266
1397
  #, php-format
1398
  msgid "1 view"
1399
  msgid_plural "%s views"
1400
  msgstr[0] "1 vista"
1401
  msgstr[1] "%s vistas"
1402
 
1403
- #: ../wordpress-popular-posts.php:2278
1404
  #, php-format
1405
  msgid "by %s"
1406
  msgstr "por %s"
1407
 
1408
- #: ../wordpress-popular-posts.php:2284
1409
  #, php-format
1410
  msgid "posted on %s"
1411
  msgstr "publicado el %s"
1412
 
1413
- #: ../wordpress-popular-posts.php:2292
1414
  #, php-format
1415
  msgid "under %s"
1416
  msgstr "bajo %s"
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"
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
 
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 "
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."
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."
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 "
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"
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"
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"
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 "
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 "
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 "
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\"), "
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 "
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"
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"
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."
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) "
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)."
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"
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"
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"
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"
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"
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 "
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 "
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 "
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"
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"
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"
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"
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"
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"
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."
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."
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."
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 "
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 "
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 "
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 "
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 "
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 "
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."
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 - "
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."
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."
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."
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."
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 "
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 "
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 "
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 "
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 "
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."
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 "
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!"
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 "
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
 
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
 
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."
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 "
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 "
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</"
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."
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"
lang/wordpress-popular-posts.mo CHANGED
Binary file
lang/wordpress-popular-posts.po CHANGED
@@ -4,15 +4,15 @@ 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: 2014-12-06 18:07-0430\n"
8
- "PO-Revision-Date: 2014-12-06 18:07-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.1\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"
@@ -21,8 +21,8 @@ msgstr ""
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:48
25
- #: ../views/admin.php:74
26
  msgid "Settings saved."
27
  msgstr ""
28
 
@@ -30,259 +30,271 @@ msgstr ""
30
  msgid "Please provide the name of your custom field."
31
  msgstr ""
32
 
33
- #: ../views/admin.php:80
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:95
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:95 ../views/admin.php:103 ../views/admin.php:111
47
  msgid "Do you want to continue?"
48
  msgstr ""
49
 
50
- #: ../views/admin.php:103
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:111
57
  msgid "This operation will delete all cached thumbnails and cannot be undone."
58
  msgstr ""
59
 
60
- #: ../views/admin.php:145
61
  msgid "Stats"
62
  msgstr ""
63
 
64
- #: ../views/admin.php:146
65
  msgid "Tools"
66
  msgstr ""
67
 
68
- #: ../views/admin.php:147 ../views/admin.php:735
69
  msgid "Parameters"
70
  msgstr ""
71
 
72
- #: ../views/admin.php:148
73
  msgid "FAQ"
74
  msgstr ""
75
 
76
- #: ../views/admin.php:149
77
  msgid "About"
78
  msgstr ""
79
 
80
- #: ../views/admin.php:160
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:166
87
  msgid "Order by comments"
88
  msgstr ""
89
 
90
- #: ../views/admin.php:167
91
  msgid "Order by views"
92
  msgstr ""
93
 
94
- #: ../views/admin.php:168
95
  msgid "Order by avg. daily views"
96
  msgstr ""
97
 
98
- #: ../views/admin.php:170
99
  msgid "Post type"
100
  msgstr ""
101
 
102
- #: ../views/admin.php:171
103
  msgid "Limit"
104
  msgstr ""
105
 
106
- #: ../views/admin.php:173 ../views/admin.php:267 ../views/admin.php:354
107
- #: ../views/admin.php:391
108
  msgid "Apply"
109
  msgstr ""
110
 
111
- #: ../views/admin.php:176 ../views/form.php:32
112
  msgid "Display only posts published within the selected Time Range"
113
  msgstr ""
114
 
115
- #: ../views/admin.php:183 ../views/form.php:26
116
  msgid "Last 24 hours"
117
  msgstr ""
118
 
119
- #: ../views/admin.php:184 ../views/form.php:27
120
  msgid "Last 7 days"
121
  msgstr ""
122
 
123
- #: ../views/admin.php:185 ../views/form.php:28
124
  msgid "Last 30 days"
125
  msgstr ""
126
 
127
- #: ../views/admin.php:186 ../views/form.php:29
128
  msgid "All-time"
129
  msgstr ""
130
 
131
- #: ../views/admin.php:208
132
  msgid "Thumbnails"
133
  msgstr ""
134
 
135
- #: ../views/admin.php:213
136
  msgid "Default thumbnail"
137
  msgstr ""
138
 
139
- #: ../views/admin.php:218
140
  msgid "Upload thumbnail"
141
  msgstr ""
142
 
143
- #: ../views/admin.php:220
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:224
150
  msgid "Pick image from"
151
  msgstr ""
152
 
153
- #: ../views/admin.php:227
154
  msgid "Featured image"
155
  msgstr ""
156
 
157
- #: ../views/admin.php:228
158
  msgid "First image on post"
159
  msgstr ""
160
 
161
- #: ../views/admin.php:229
162
  msgid "Custom field"
163
  msgstr ""
164
 
165
- #: ../views/admin.php:232
166
  msgid "Tell WordPress Popular Posts where it should get thumbnails from"
167
  msgstr ""
168
 
169
- #: ../views/admin.php:236
170
  msgid "Custom field name"
171
  msgstr ""
172
 
173
- #: ../views/admin.php:242
174
  msgid "Resize image from Custom field?"
175
  msgstr ""
176
 
177
- #: ../views/admin.php:245
178
  msgid "No, I will upload my own thumbnail"
179
  msgstr ""
180
 
181
- #: ../views/admin.php:246
182
  msgid "Yes"
183
  msgstr ""
184
 
185
- #: ../views/admin.php:257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Empty image cache"
187
  msgstr ""
188
 
189
- #: ../views/admin.php:258
190
  msgid "Use this button to clear WPP's thumbnails cache"
191
  msgstr ""
192
 
193
- #: ../views/admin.php:276
194
  msgid "Data"
195
  msgstr ""
196
 
197
- #: ../views/admin.php:281
198
  msgid "Log views from"
199
  msgstr ""
200
 
201
- #: ../views/admin.php:284
202
  msgid "Visitors only"
203
  msgstr ""
204
 
205
- #: ../views/admin.php:285
206
  msgid "Logged-in users only"
207
  msgstr ""
208
 
209
- #: ../views/admin.php:286
210
  msgid "Everyone"
211
  msgstr ""
212
 
213
- #: ../views/admin.php:292
214
  msgid "Ajaxify widget"
215
  msgstr ""
216
 
217
- #: ../views/admin.php:295 ../views/admin.php:335 ../views/admin.php:382
218
- msgid "Disabled"
219
- msgstr ""
220
-
221
- #: ../views/admin.php:296 ../views/admin.php:336 ../views/admin.php:381
222
- msgid "Enabled"
223
- msgstr ""
224
-
225
- #: ../views/admin.php:300
226
  msgid ""
227
  "If you are using a caching plugin such as WP Super Cache, enabling this feature will "
228
  "keep the popular list from being cached by it"
229
  msgstr ""
230
 
231
- #: ../views/admin.php:304
232
  msgid "WPP Cache Expiry Policy"
233
  msgstr ""
234
 
235
- #: ../views/admin.php:307
236
  msgid "Never cache"
237
  msgstr ""
238
 
239
- #: ../views/admin.php:308
240
  msgid "Enable caching"
241
  msgstr ""
242
 
243
- #: ../views/admin.php:312
244
  msgid ""
245
  "Sets WPP's cache expiration time. WPP can cache the popular list for a specified "
246
  "amount of time. Recommended for large / high traffic sites"
247
  msgstr ""
248
 
249
- #: ../views/admin.php:316
250
  msgid "Refresh cache every"
251
  msgstr ""
252
 
253
- #: ../views/admin.php:320
254
  msgid "Minute(s)"
255
  msgstr ""
256
 
257
- #: ../views/admin.php:321
258
  msgid "Hour(s)"
259
  msgstr ""
260
 
261
- #: ../views/admin.php:322
262
  msgid "Day(s)"
263
  msgstr ""
264
 
265
- #: ../views/admin.php:323
266
  msgid "Week(s)"
267
  msgstr ""
268
 
269
- #: ../views/admin.php:324
270
  msgid "Month(s)"
271
  msgstr ""
272
 
273
- #: ../views/admin.php:325
274
  msgid "Year(s)"
275
  msgstr ""
276
 
277
- #: ../views/admin.php:328
278
  msgid "Really? That long?"
279
  msgstr ""
280
 
281
- #: ../views/admin.php:332
282
  msgid "Data Sampling"
283
  msgstr ""
284
 
285
- #: ../views/admin.php:340
286
  #, php-format
287
  msgid ""
288
  "By default, WordPress Popular Posts stores in database every single visit your site "
@@ -293,45 +305,45 @@ msgid ""
293
  "em>, please <a href=\"%1$s\" target=\"_blank\">read here</a>)"
294
  msgstr ""
295
 
296
- #: ../views/admin.php:344
297
  msgid "Sample Rate"
298
  msgstr ""
299
 
300
- #: ../views/admin.php:348
301
  #, php-format
302
  msgid ""
303
  "A sampling rate of %d is recommended for large / high traffic sites. For lower traffic "
304
  "sites, you should lower the value"
305
  msgstr ""
306
 
307
- #: ../views/admin.php:363
308
  msgid "Miscellaneous"
309
  msgstr ""
310
 
311
- #: ../views/admin.php:368
312
  msgid "Open links in"
313
  msgstr ""
314
 
315
- #: ../views/admin.php:371
316
  msgid "Current window"
317
  msgstr ""
318
 
319
- #: ../views/admin.php:372
320
  msgid "New tab/window"
321
  msgstr ""
322
 
323
- #: ../views/admin.php:378
324
  msgid "Use plugin's stylesheet"
325
  msgstr ""
326
 
327
- #: ../views/admin.php:385
328
  msgid ""
329
  "By default, the plugin includes a stylesheet called wpp.css which you can use to style "
330
  "your popular posts listing. If you wish to use your own stylesheet or do not want it "
331
  "to have it included in the header section of your site, use this."
332
  msgstr ""
333
 
334
- #: ../views/admin.php:402
335
  msgid ""
336
  "WordPress Popular Posts maintains data in two separate tables: one for storing the "
337
  "most popular entries on a daily basis (from now on, \"cache\"), and another one to "
@@ -340,23 +352,23 @@ msgid ""
340
  "tables, please use the buttons below to do so."
341
  msgstr ""
342
 
343
- #: ../views/admin.php:403
344
  msgid "Empty cache"
345
  msgstr ""
346
 
347
- #: ../views/admin.php:403
348
  msgid "Use this button to manually clear entries from WPP cache only"
349
  msgstr ""
350
 
351
- #: ../views/admin.php:404
352
  msgid "Clear all data"
353
  msgstr ""
354
 
355
- #: ../views/admin.php:404
356
  msgid "Use this button to manually clear entries from all WPP data tables"
357
  msgstr ""
358
 
359
- #: ../views/admin.php:411
360
  #, php-format
361
  msgid ""
362
  "With the following parameters you can customize the popular posts list when using "
@@ -364,350 +376,350 @@ msgid ""
364
  "\"%2$s\">[wpp] shortcode</a>."
365
  msgstr ""
366
 
367
- #: ../views/admin.php:419
368
  msgid "Parameter"
369
  msgstr ""
370
 
371
- #: ../views/admin.php:420 ../views/admin.php:734
372
  msgid "What it does "
373
  msgstr ""
374
 
375
- #: ../views/admin.php:421
376
  msgid "Possible values"
377
  msgstr ""
378
 
379
- #: ../views/admin.php:422
380
  msgid "Defaults to"
381
  msgstr ""
382
 
383
- #: ../views/admin.php:423 ../views/admin.php:736
384
  msgid "Example"
385
  msgstr ""
386
 
387
- #: ../views/admin.php:429
388
  msgid "Sets a heading for the list"
389
  msgstr ""
390
 
391
- #: ../views/admin.php:430 ../views/admin.php:437 ../views/admin.php:444
392
- #: ../views/admin.php:479 ../views/admin.php:486 ../views/admin.php:493
393
- #: ../views/admin.php:500 ../views/admin.php:591 ../views/admin.php:605
394
- #: ../views/admin.php:612
395
  msgid "Text string"
396
  msgstr ""
397
 
398
- #: ../views/admin.php:431
399
  msgid "Popular Posts"
400
  msgstr ""
401
 
402
- #: ../views/admin.php:436
403
  msgid "Set the opening tag for the heading of the list"
404
  msgstr ""
405
 
406
- #: ../views/admin.php:443
407
  msgid "Set the closing tag for the heading of the list"
408
  msgstr ""
409
 
410
- #: ../views/admin.php:450
411
  msgid "Sets the maximum number of popular posts to be shown on the listing"
412
  msgstr ""
413
 
414
- #: ../views/admin.php:451 ../views/admin.php:507 ../views/admin.php:521
415
- #: ../views/admin.php:542 ../views/admin.php:549
416
  msgid "Positive integer"
417
  msgstr ""
418
 
419
- #: ../views/admin.php:457
420
  msgid ""
421
  "Tells WordPress Popular Posts to retrieve the most popular entries within the time "
422
  "range specified by you"
423
  msgstr ""
424
 
425
- #: ../views/admin.php:464
426
  msgid ""
427
  "Tells WordPress Popular Posts to retrieve the most popular entries published within "
428
  "the time range specified by you"
429
  msgstr ""
430
 
431
- #: ../views/admin.php:471
432
  msgid "Sets the sorting option of the popular posts"
433
  msgstr ""
434
 
435
- #: ../views/admin.php:472
436
  msgid "(for average views per day)"
437
  msgstr ""
438
 
439
- #: ../views/admin.php:478
440
  msgid "Defines the type of posts to show on the listing"
441
  msgstr ""
442
 
443
- #: ../views/admin.php:485
444
  msgid ""
445
  "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) form the "
446
  "listing."
447
  msgstr ""
448
 
449
- #: ../views/admin.php:487 ../views/admin.php:494 ../views/admin.php:501
450
  msgid "None"
451
  msgstr ""
452
 
453
- #: ../views/admin.php:492
454
  msgid ""
455
  "If set, WordPress Popular Posts will retrieve all entries that belong to the specified "
456
  "category(ies) ID(s). If a minus sign is used, the category(ies) will be excluded "
457
  "instead."
458
  msgstr ""
459
 
460
- #: ../views/admin.php:499
461
  msgid ""
462
  "If set, WordPress Popular Posts will retrieve all entries created by specified "
463
  "author(s) ID(s)."
464
  msgstr ""
465
 
466
- #: ../views/admin.php:506
467
  msgid ""
468
  "If set, WordPress Popular Posts will shorten each post title to \"n\" characters "
469
  "whenever possible"
470
  msgstr ""
471
 
472
- #: ../views/admin.php:513
473
  msgid ""
474
  "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" words "
475
  "instead of characters"
476
  msgstr ""
477
 
478
- #: ../views/admin.php:520
479
  msgid ""
480
  "If set, WordPress Popular Posts will build and include an excerpt of \"n\" characters "
481
  "long from the content of each post listed as popular"
482
  msgstr ""
483
 
484
- #: ../views/admin.php:527
485
  msgid ""
486
  "If set, WordPress Popular Posts will maintaing all styling tags (strong, italic, etc) "
487
  "and hyperlinks found in the excerpt"
488
  msgstr ""
489
 
490
- #: ../views/admin.php:534
491
  msgid ""
492
  "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words instead "
493
  "of characters"
494
  msgstr ""
495
 
496
- #: ../views/admin.php:541
497
  msgid ""
498
  "If set, and if your current server configuration allows it, you will be able to "
499
  "display thumbnails of your posts. This attribute sets the width for thumbnails"
500
  msgstr ""
501
 
502
- #: ../views/admin.php:548
503
  msgid ""
504
  "If set, and if your current server configuration allows it, you will be able to "
505
  "display thumbnails of your posts. This attribute sets the height for thumbnails"
506
  msgstr ""
507
 
508
- #: ../views/admin.php:555
509
  msgid ""
510
  "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, "
511
  "WordPress Popular Posts will show how your visitors are rating your entries"
512
  msgstr ""
513
 
514
- #: ../views/admin.php:562
515
  msgid ""
516
  "If set, WordPress Popular Posts will show how many comments each popular post has got "
517
  "until now"
518
  msgstr ""
519
 
520
- #: ../views/admin.php:569
521
  msgid ""
522
  "If set, WordPress Popular Posts will show how many views each popular post has got "
523
  "since it was installed"
524
  msgstr ""
525
 
526
- #: ../views/admin.php:576
527
  msgid ""
528
  "If set, WordPress Popular Posts will show who published each popular post on the list"
529
  msgstr ""
530
 
531
- #: ../views/admin.php:583
532
  msgid ""
533
  "If set, WordPress Popular Posts will display the date when each popular post on the "
534
  "list was published"
535
  msgstr ""
536
 
537
- #: ../views/admin.php:590
538
  msgid "Sets the date format"
539
  msgstr ""
540
 
541
- #: ../views/admin.php:597
542
  msgid "If set, WordPress Popular Posts will display the category"
543
  msgstr ""
544
 
545
- #: ../views/admin.php:604
546
  msgid "Sets the opening tag for the listing"
547
  msgstr ""
548
 
549
- #: ../views/admin.php:611
550
  msgid "Sets the closing tag for the listing"
551
  msgstr ""
552
 
553
- #: ../views/admin.php:618
554
  msgid "Sets the HTML structure of each post"
555
  msgstr ""
556
 
557
- #: ../views/admin.php:619
558
  msgid "Text string, custom HTML"
559
  msgstr ""
560
 
561
- #: ../views/admin.php:619
562
  msgid "Available Content Tags"
563
  msgstr ""
564
 
565
- #: ../views/admin.php:619
566
  msgid "displays thumbnail linked to post/page"
567
  msgstr ""
568
 
569
- #: ../views/admin.php:619
570
  msgid "displays thumbnail image without linking to post/page"
571
  msgstr ""
572
 
573
- #: ../views/admin.php:619
574
  msgid "displays linked post/page title"
575
  msgstr ""
576
 
577
- #: ../views/admin.php:619
578
  msgid "displays post/page excerpt, and requires excerpt_length to be greater than 0"
579
  msgstr ""
580
 
581
- #: ../views/admin.php:619
582
  msgid "displays the default stats tags"
583
  msgstr ""
584
 
585
- #: ../views/admin.php:619
586
  msgid "displays post/page current rating, requires WP-PostRatings installed and enabled"
587
  msgstr ""
588
 
589
- #: ../views/admin.php:619
590
  msgid ""
591
  "displays post/page current rating as an integer, requires WP-PostRatings installed and "
592
  "enabled"
593
  msgstr ""
594
 
595
- #: ../views/admin.php:619
596
  msgid "outputs the URL of the post/page"
597
  msgstr ""
598
 
599
- #: ../views/admin.php:619
600
  msgid "displays post/page title, no link"
601
  msgstr ""
602
 
603
- #: ../views/admin.php:619
604
  msgid "displays linked author name, requires stats_author=1"
605
  msgstr ""
606
 
607
- #: ../views/admin.php:619
608
  msgid "displays linked category name, requires stats_category=1"
609
  msgstr ""
610
 
611
- #: ../views/admin.php:619
612
  msgid "displays views count only, no text"
613
  msgstr ""
614
 
615
- #: ../views/admin.php:619
616
  msgid "displays comments count only, no text, requires stats_comments=1"
617
  msgstr ""
618
 
619
- #: ../views/admin.php:619
620
  msgid "displays post/page date, requires stats_date=1"
621
  msgstr ""
622
 
623
- #: ../views/admin.php:631
624
  msgid "What does \"Title\" do?"
625
  msgstr ""
626
 
627
- #: ../views/admin.php:634
628
  msgid ""
629
  "It allows you to show a heading for your most popular posts listing. If left empty, no "
630
  "heading will be displayed at all."
631
  msgstr ""
632
 
633
- #: ../views/admin.php:637
634
  msgid "What is Time Range for?"
635
  msgstr ""
636
 
637
- #: ../views/admin.php:639
638
  msgid ""
639
  "It will tell WordPress Popular Posts to retrieve all posts with most views / comments "
640
  "within the selected time range."
641
  msgstr ""
642
 
643
- #: ../views/admin.php:642
644
  msgid "What is \"Sort post by\" for?"
645
  msgstr ""
646
 
647
- #: ../views/admin.php:644
648
  msgid ""
649
  "It allows you to decide whether to order your popular posts listing by total views, "
650
  "comments, or average views per day."
651
  msgstr ""
652
 
653
- #: ../views/admin.php:647
654
  msgid "What does \"Display post rating\" do?"
655
  msgstr ""
656
 
657
- #: ../views/admin.php:649
658
  msgid ""
659
  "If checked, WordPress Popular Posts will show how your readers are rating your most "
660
  "popular posts. This feature requires having WP-PostRatings plugin installed and "
661
  "enabled on your blog for it to work."
662
  msgstr ""
663
 
664
- #: ../views/admin.php:652
665
  msgid "What does \"Shorten title\" do?"
666
  msgstr ""
667
 
668
- #: ../views/admin.php:654
669
  msgid ""
670
  "If checked, all posts titles will be shortened to \"n\" characters/words. A new "
671
  "\"Shorten title to\" option will appear so you can set it to whatever you like."
672
  msgstr ""
673
 
674
- #: ../views/admin.php:657
675
  msgid "What does \"Display post excerpt\" do?"
676
  msgstr ""
677
 
678
- #: ../views/admin.php:659
679
  msgid ""
680
  "If checked, WordPress Popular Posts will also include a small extract of your posts in "
681
  "the list. Similarly to the previous option, you will be able to decide how long the "
682
  "post excerpt should be."
683
  msgstr ""
684
 
685
- #: ../views/admin.php:662
686
  msgid "What does \"Keep text format and links\" do?"
687
  msgstr ""
688
 
689
- #: ../views/admin.php:664
690
  msgid ""
691
  "If checked, and if the Post Excerpt feature is enabled, WordPress Popular Posts will "
692
  "keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. "
693
  "Hyperlinks will remain intact, too."
694
  msgstr ""
695
 
696
- #: ../views/admin.php:667
697
  msgid "What is \"Post type\" for?"
698
  msgstr ""
699
 
700
- #: ../views/admin.php:669
701
  msgid ""
702
  "This filter allows you to decide which post types to show on the listing. By default, "
703
  "it will retrieve only posts and pages (which should be fine for most cases)."
704
  msgstr ""
705
 
706
- #: ../views/admin.php:672
707
  msgid "What is \"Category(ies) ID(s)\" for?"
708
  msgstr ""
709
 
710
- #: ../views/admin.php:674
711
  msgid ""
712
  "This filter allows you to select which categories should be included or excluded from "
713
  "the listing. A negative sign in front of the category ID number will exclude posts "
@@ -715,91 +727,91 @@ msgid ""
715
  "comma separated list."
716
  msgstr ""
717
 
718
- #: ../views/admin.php:677
719
  msgid "What is \"Author(s) ID(s)\" for?"
720
  msgstr ""
721
 
722
- #: ../views/admin.php:679
723
  msgid ""
724
  "Just like the Category filter, this one lets you filter posts by author ID. You can "
725
  "specify more than one ID with a comma separated list."
726
  msgstr ""
727
 
728
- #: ../views/admin.php:682
729
  msgid "What does \"Display post thumbnail\" do?"
730
  msgstr ""
731
 
732
- #: ../views/admin.php:684
733
  msgid ""
734
  "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail of each "
735
  "post. You can set up the source of the thumbnail via Settings - WordPress Popular "
736
  "Posts - Tools."
737
  msgstr ""
738
 
739
- #: ../views/admin.php:687
740
  msgid "What does \"Display comment count\" do?"
741
  msgstr ""
742
 
743
- #: ../views/admin.php:689
744
  msgid ""
745
  "If checked, WordPress Popular Posts will display how many comments each popular post "
746
  "has got in the selected Time Range."
747
  msgstr ""
748
 
749
- #: ../views/admin.php:692
750
  msgid "What does \"Display views\" do?"
751
  msgstr ""
752
 
753
- #: ../views/admin.php:694
754
  msgid ""
755
  "If checked, WordPress Popular Posts will show how many pageviews a single post has "
756
  "gotten in the selected Time Range."
757
  msgstr ""
758
 
759
- #: ../views/admin.php:697
760
  msgid "What does \"Display author\" do?"
761
  msgstr ""
762
 
763
- #: ../views/admin.php:699
764
  msgid ""
765
  "If checked, WordPress Popular Posts will display the name of the author of each entry "
766
  "listed."
767
  msgstr ""
768
 
769
- #: ../views/admin.php:702
770
  msgid "What does \"Display date\" do?"
771
  msgstr ""
772
 
773
- #: ../views/admin.php:704
774
  msgid ""
775
  "If checked, WordPress Popular Posts will display the date when each popular posts was "
776
  "published."
777
  msgstr ""
778
 
779
- #: ../views/admin.php:707
780
  msgid "What does \"Display category\" do?"
781
  msgstr ""
782
 
783
- #: ../views/admin.php:709
784
  msgid "If checked, WordPress Popular Posts will display the category of each post."
785
  msgstr ""
786
 
787
- #: ../views/admin.php:712
788
  msgid "What does \"Use custom HTML Markup\" do?"
789
  msgstr ""
790
 
791
- #: ../views/admin.php:714
792
  msgid ""
793
  "If checked, you will be able to customize the HTML markup of your popular posts "
794
  "listing. For example, you can decide whether to wrap your posts in an unordered list, "
795
  "an ordered list, a div, etc. If you know xHTML/CSS, this is for you!"
796
  msgstr ""
797
 
798
- #: ../views/admin.php:717
799
  msgid "What are \"Content Tags\"?"
800
  msgstr ""
801
 
802
- #: ../views/admin.php:719
803
  #, php-format
804
  msgid ""
805
  "Content Tags are codes to display a variety of items on your popular posts custom HTML "
@@ -808,30 +820,30 @@ msgid ""
808
  "<a href=\"%s\" target=\"_blank\">Parameters</a> section."
809
  msgstr ""
810
 
811
- #: ../views/admin.php:722
812
  msgid "What are \"Template Tags\"?"
813
  msgstr ""
814
 
815
- #: ../views/admin.php:724
816
  msgid ""
817
  "Template Tags are simply php functions that allow you to perform certain actions. For "
818
  "example, WordPress Popular Posts currently supports two different template tags: "
819
  "wpp_get_mostpopular() and wpp_get_views()."
820
  msgstr ""
821
 
822
- #: ../views/admin.php:727
823
  msgid "What are the template tags that WordPress Popular Posts supports?"
824
  msgstr ""
825
 
826
- #: ../views/admin.php:729
827
  msgid "The following are the template tags supported by WordPress Popular Posts"
828
  msgstr ""
829
 
830
- #: ../views/admin.php:733
831
  msgid "Template tag"
832
  msgstr ""
833
 
834
- #: ../views/admin.php:742
835
  #, php-format
836
  msgid ""
837
  "Similar to the widget functionality, this tag retrieves the most popular posts on your "
@@ -839,28 +851,28 @@ msgid ""
839
  "your popular listing, but these are not required."
840
  msgstr ""
841
 
842
- #: ../views/admin.php:743
843
  #, php-format
844
  msgid ""
845
  "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete list of "
846
  "attributes."
847
  msgstr ""
848
 
849
- #: ../views/admin.php:748
850
  msgid ""
851
  "Displays the number of views of a single post. Post ID is required or it will return "
852
  "false."
853
  msgstr ""
854
 
855
- #: ../views/admin.php:749
856
  msgid "Post ID"
857
  msgstr ""
858
 
859
- #: ../views/admin.php:756
860
  msgid "What are \"shortcodes\"?"
861
  msgstr ""
862
 
863
- #: ../views/admin.php:758
864
  #, php-format
865
  msgid ""
866
  "Shortcodes are similar to BB Codes, these allow us to call a php function by simply "
@@ -870,41 +882,41 @@ msgid ""
870
  "\">WordPress Shortcode API</a> page."
871
  msgstr ""
872
 
873
- #: ../views/admin.php:766
874
  #, php-format
875
  msgid "About WordPress Popular Posts %s"
876
  msgstr ""
877
 
878
- #: ../views/admin.php:767
879
  msgid "This version includes the following changes"
880
  msgstr ""
881
 
882
- #: ../views/admin.php:797
883
  msgid "Do you like this plugin?"
884
  msgstr ""
885
 
886
- #: ../views/admin.php:804
887
  msgid ""
888
  "Each donation motivates me to keep releasing free stuff for the WordPress community!"
889
  msgstr ""
890
 
891
- #: ../views/admin.php:805
892
  #, php-format
893
  msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
894
  msgstr ""
895
 
896
- #: ../views/admin.php:809
897
  msgid "Need help?"
898
  msgstr ""
899
 
900
- #: ../views/admin.php:810
901
  #, php-format
902
  msgid ""
903
  "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions and "
904
  "feedback."
905
  msgstr ""
906
 
907
- #: ../views/admin.php:811
908
  msgid "Let's make this plugin even better!"
909
  msgstr ""
910
 
@@ -914,9 +926,9 @@ msgstr ""
914
 
915
  #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24 ../views/form.php:34
916
  #: ../views/form.php:40 ../views/form.php:43 ../views/form.php:52 ../views/form.php:55
917
- #: ../views/form.php:63 ../views/form.php:66 ../views/form.php:73 ../views/form.php:103
918
- #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:109
919
- #: ../views/form.php:121 ../views/form.php:127
920
  msgid "What is this?"
921
  msgstr ""
922
 
@@ -1012,79 +1024,79 @@ msgstr ""
1012
  msgid "Use predefined size"
1013
  msgstr ""
1014
 
1015
- #: ../views/form.php:90
1016
  msgid "Set size manually"
1017
  msgstr ""
1018
 
1019
- #: ../views/form.php:92
1020
  msgid "Width"
1021
  msgstr ""
1022
 
1023
- #: ../views/form.php:93 ../views/form.php:96
1024
  msgid "px"
1025
  msgstr ""
1026
 
1027
- #: ../views/form.php:95
1028
  msgid "Height"
1029
  msgstr ""
1030
 
1031
- #: ../views/form.php:101
1032
  msgid "Stats Tag settings"
1033
  msgstr ""
1034
 
1035
- #: ../views/form.php:103
1036
  msgid "Display comment count"
1037
  msgstr ""
1038
 
1039
- #: ../views/form.php:105
1040
  msgid "Display views"
1041
  msgstr ""
1042
 
1043
- #: ../views/form.php:107
1044
  msgid "Display author"
1045
  msgstr ""
1046
 
1047
- #: ../views/form.php:109
1048
  msgid "Display date"
1049
  msgstr ""
1050
 
1051
- #: ../views/form.php:112
1052
  msgid "Date Format"
1053
  msgstr ""
1054
 
1055
- #: ../views/form.php:114
1056
  msgid "WordPress Date Format"
1057
  msgstr ""
1058
 
1059
- #: ../views/form.php:121
1060
  msgid "Display category"
1061
  msgstr ""
1062
 
1063
- #: ../views/form.php:125
1064
  msgid "HTML Markup settings"
1065
  msgstr ""
1066
 
1067
- #: ../views/form.php:127
1068
  msgid "Use custom HTML Markup"
1069
  msgstr ""
1070
 
1071
- #: ../views/form.php:130
1072
  msgid "Before / after title"
1073
  msgstr ""
1074
 
1075
- #: ../views/form.php:133
1076
  msgid "Before / after Popular Posts"
1077
  msgstr ""
1078
 
1079
- #: ../views/form.php:136
1080
  msgid "Post HTML Markup"
1081
  msgstr ""
1082
 
1083
- #: ../wordpress-popular-posts.php:293
1084
  msgid "The most Popular Posts on your blog."
1085
  msgstr ""
1086
 
1087
- #: ../wordpress-popular-posts.php:476
1088
  msgid ""
1089
  "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing the <em>id</"
1090
  "em> attribute on before_widget (see <a href=\"http://codex.wordpress.org/"
@@ -1092,11 +1104,11 @@ msgid ""
1092
  "\">register_sidebar</a> for more)."
1093
  msgstr ""
1094
 
1095
- #: ../wordpress-popular-posts.php:720
1096
  msgid "Upload"
1097
  msgstr ""
1098
 
1099
- #: ../wordpress-popular-posts.php:1096
1100
  #, php-format
1101
  msgid ""
1102
  "Your PHP installation is too old. WordPress Popular Posts requires at least PHP "
@@ -1104,90 +1116,90 @@ msgid ""
1104
  "to upgrade PHP to %1$s or higher."
1105
  msgstr ""
1106
 
1107
- #: ../wordpress-popular-posts.php:1103
1108
  #, php-format
1109
  msgid ""
1110
  "Your WordPress version is too old. WordPress Popular Posts requires at least WordPress "
1111
  "version %1$s to function correctly. Please update your blog via Dashboard &gt; Update."
1112
  msgstr ""
1113
 
1114
- #: ../wordpress-popular-posts.php:1128
1115
  #, php-format
1116
  msgid ""
1117
  "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</strong>.</"
1118
  "p></div>"
1119
  msgstr ""
1120
 
1121
- #: ../wordpress-popular-posts.php:1188
1122
  msgid "Success! The cache table has been cleared!"
1123
  msgstr ""
1124
 
1125
- #: ../wordpress-popular-posts.php:1190
1126
  msgid "Error: cache table does not exist."
1127
  msgstr ""
1128
 
1129
- #: ../wordpress-popular-posts.php:1197
1130
  msgid "Success! All data have been cleared!"
1131
  msgstr ""
1132
 
1133
- #: ../wordpress-popular-posts.php:1199
1134
  msgid "Error: one or both data tables are missing."
1135
  msgstr ""
1136
 
1137
- #: ../wordpress-popular-posts.php:1202 ../wordpress-popular-posts.php:1240
1138
  msgid "Invalid action."
1139
  msgstr ""
1140
 
1141
- #: ../wordpress-popular-posts.php:1205 ../wordpress-popular-posts.php:1243
1142
  msgid ""
1143
  "Sorry, you do not have enough permissions to do this. Please contact the site "
1144
  "administrator for support."
1145
  msgstr ""
1146
 
1147
- #: ../wordpress-popular-posts.php:1235
1148
  msgid "Success! All files have been deleted!"
1149
  msgstr ""
1150
 
1151
- #: ../wordpress-popular-posts.php:1237
1152
  msgid "The thumbnail cache is already empty!"
1153
  msgstr ""
1154
 
1155
- #: ../wordpress-popular-posts.php:1771
1156
  msgid "Sorry. No data so far."
1157
  msgstr ""
1158
 
1159
- #: ../wordpress-popular-posts.php:2248
1160
  #, php-format
1161
  msgid "1 comment"
1162
  msgid_plural "%s comments"
1163
  msgstr[0] ""
1164
  msgstr[1] ""
1165
 
1166
- #: ../wordpress-popular-posts.php:2260
1167
  #, php-format
1168
  msgid "1 view per day"
1169
  msgid_plural "%s views per day"
1170
  msgstr[0] ""
1171
  msgstr[1] ""
1172
 
1173
- #: ../wordpress-popular-posts.php:2266
1174
  #, php-format
1175
  msgid "1 view"
1176
  msgid_plural "%s views"
1177
  msgstr[0] ""
1178
  msgstr[1] ""
1179
 
1180
- #: ../wordpress-popular-posts.php:2278
1181
  #, php-format
1182
  msgid "by %s"
1183
  msgstr ""
1184
 
1185
- #: ../wordpress-popular-posts.php:2284
1186
  #, php-format
1187
  msgid "posted on %s"
1188
  msgstr ""
1189
 
1190
- #: ../wordpress-popular-posts.php:2292
1191
  #, php-format
1192
  msgid "under %s"
1193
  msgstr ""
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"
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
 
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 "
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 "
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 "
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 "
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 "
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 "
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 "
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
 
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
 
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/"
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 "
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
@@ -4,8 +4,8 @@ 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: 2014-12-06 18:06-0430\n"
8
- "PO-Revision-Date: 2014-12-06 18:06-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"
@@ -13,7 +13,7 @@ msgstr ""
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.1\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"
@@ -21,8 +21,8 @@ msgstr ""
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:48
25
- #: ../views/admin.php:74
26
  msgid "Settings saved."
27
  msgstr ""
28
 
@@ -30,259 +30,271 @@ msgstr ""
30
  msgid "Please provide the name of your custom field."
31
  msgstr ""
32
 
33
- #: ../views/admin.php:80
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:95
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:95 ../views/admin.php:103 ../views/admin.php:111
47
  msgid "Do you want to continue?"
48
  msgstr ""
49
 
50
- #: ../views/admin.php:103
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:111
57
  msgid "This operation will delete all cached thumbnails and cannot be undone."
58
  msgstr ""
59
 
60
- #: ../views/admin.php:145
61
  msgid "Stats"
62
  msgstr ""
63
 
64
- #: ../views/admin.php:146
65
  msgid "Tools"
66
  msgstr ""
67
 
68
- #: ../views/admin.php:147 ../views/admin.php:735
69
  msgid "Parameters"
70
  msgstr ""
71
 
72
- #: ../views/admin.php:148
73
  msgid "FAQ"
74
  msgstr ""
75
 
76
- #: ../views/admin.php:149
77
  msgid "About"
78
  msgstr ""
79
 
80
- #: ../views/admin.php:160
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:166
87
  msgid "Order by comments"
88
  msgstr ""
89
 
90
- #: ../views/admin.php:167
91
  msgid "Order by views"
92
  msgstr ""
93
 
94
- #: ../views/admin.php:168
95
  msgid "Order by avg. daily views"
96
  msgstr ""
97
 
98
- #: ../views/admin.php:170
99
  msgid "Post type"
100
  msgstr ""
101
 
102
- #: ../views/admin.php:171
103
  msgid "Limit"
104
  msgstr ""
105
 
106
- #: ../views/admin.php:173 ../views/admin.php:267 ../views/admin.php:354
107
- #: ../views/admin.php:391
108
  msgid "Apply"
109
  msgstr ""
110
 
111
- #: ../views/admin.php:176 ../views/form.php:32
112
  msgid "Display only posts published within the selected Time Range"
113
  msgstr ""
114
 
115
- #: ../views/admin.php:183 ../views/form.php:26
116
  msgid "Last 24 hours"
117
  msgstr ""
118
 
119
- #: ../views/admin.php:184 ../views/form.php:27
120
  msgid "Last 7 days"
121
  msgstr ""
122
 
123
- #: ../views/admin.php:185 ../views/form.php:28
124
  msgid "Last 30 days"
125
  msgstr ""
126
 
127
- #: ../views/admin.php:186 ../views/form.php:29
128
  msgid "All-time"
129
  msgstr ""
130
 
131
- #: ../views/admin.php:208
132
  msgid "Thumbnails"
133
  msgstr ""
134
 
135
- #: ../views/admin.php:213
136
  msgid "Default thumbnail"
137
  msgstr ""
138
 
139
- #: ../views/admin.php:218
140
  msgid "Upload thumbnail"
141
  msgstr ""
142
 
143
- #: ../views/admin.php:220
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:224
150
  msgid "Pick image from"
151
  msgstr ""
152
 
153
- #: ../views/admin.php:227
154
  msgid "Featured image"
155
  msgstr ""
156
 
157
- #: ../views/admin.php:228
158
  msgid "First image on post"
159
  msgstr ""
160
 
161
- #: ../views/admin.php:229
162
  msgid "Custom field"
163
  msgstr ""
164
 
165
- #: ../views/admin.php:232
166
  msgid "Tell WordPress Popular Posts where it should get thumbnails from"
167
  msgstr ""
168
 
169
- #: ../views/admin.php:236
170
  msgid "Custom field name"
171
  msgstr ""
172
 
173
- #: ../views/admin.php:242
174
  msgid "Resize image from Custom field?"
175
  msgstr ""
176
 
177
- #: ../views/admin.php:245
178
  msgid "No, I will upload my own thumbnail"
179
  msgstr ""
180
 
181
- #: ../views/admin.php:246
182
  msgid "Yes"
183
  msgstr ""
184
 
185
- #: ../views/admin.php:257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  msgid "Empty image cache"
187
  msgstr ""
188
 
189
- #: ../views/admin.php:258
190
  msgid "Use this button to clear WPP's thumbnails cache"
191
  msgstr ""
192
 
193
- #: ../views/admin.php:276
194
  msgid "Data"
195
  msgstr ""
196
 
197
- #: ../views/admin.php:281
198
  msgid "Log views from"
199
  msgstr ""
200
 
201
- #: ../views/admin.php:284
202
  msgid "Visitors only"
203
  msgstr ""
204
 
205
- #: ../views/admin.php:285
206
  msgid "Logged-in users only"
207
  msgstr ""
208
 
209
- #: ../views/admin.php:286
210
  msgid "Everyone"
211
  msgstr ""
212
 
213
- #: ../views/admin.php:292
214
  msgid "Ajaxify widget"
215
  msgstr ""
216
 
217
- #: ../views/admin.php:295 ../views/admin.php:335 ../views/admin.php:382
218
- msgid "Disabled"
219
- msgstr ""
220
-
221
- #: ../views/admin.php:296 ../views/admin.php:336 ../views/admin.php:381
222
- msgid "Enabled"
223
- msgstr ""
224
-
225
- #: ../views/admin.php:300
226
  msgid ""
227
  "If you are using a caching plugin such as WP Super Cache, enabling this feature will "
228
  "keep the popular list from being cached by it"
229
  msgstr ""
230
 
231
- #: ../views/admin.php:304
232
  msgid "WPP Cache Expiry Policy"
233
  msgstr ""
234
 
235
- #: ../views/admin.php:307
236
  msgid "Never cache"
237
  msgstr ""
238
 
239
- #: ../views/admin.php:308
240
  msgid "Enable caching"
241
  msgstr ""
242
 
243
- #: ../views/admin.php:312
244
  msgid ""
245
  "Sets WPP's cache expiration time. WPP can cache the popular list for a specified "
246
  "amount of time. Recommended for large / high traffic sites"
247
  msgstr ""
248
 
249
- #: ../views/admin.php:316
250
  msgid "Refresh cache every"
251
  msgstr ""
252
 
253
- #: ../views/admin.php:320
254
  msgid "Minute(s)"
255
  msgstr ""
256
 
257
- #: ../views/admin.php:321
258
  msgid "Hour(s)"
259
  msgstr ""
260
 
261
- #: ../views/admin.php:322
262
  msgid "Day(s)"
263
  msgstr ""
264
 
265
- #: ../views/admin.php:323
266
  msgid "Week(s)"
267
  msgstr ""
268
 
269
- #: ../views/admin.php:324
270
  msgid "Month(s)"
271
  msgstr ""
272
 
273
- #: ../views/admin.php:325
274
  msgid "Year(s)"
275
  msgstr ""
276
 
277
- #: ../views/admin.php:328
278
  msgid "Really? That long?"
279
  msgstr ""
280
 
281
- #: ../views/admin.php:332
282
  msgid "Data Sampling"
283
  msgstr ""
284
 
285
- #: ../views/admin.php:340
286
  #, php-format
287
  msgid ""
288
  "By default, WordPress Popular Posts stores in database every single visit your site "
@@ -293,45 +305,45 @@ msgid ""
293
  "em>, please <a href=\"%1$s\" target=\"_blank\">read here</a>)"
294
  msgstr ""
295
 
296
- #: ../views/admin.php:344
297
  msgid "Sample Rate"
298
  msgstr ""
299
 
300
- #: ../views/admin.php:348
301
  #, php-format
302
  msgid ""
303
  "A sampling rate of %d is recommended for large / high traffic sites. For lower traffic "
304
  "sites, you should lower the value"
305
  msgstr ""
306
 
307
- #: ../views/admin.php:363
308
  msgid "Miscellaneous"
309
  msgstr ""
310
 
311
- #: ../views/admin.php:368
312
  msgid "Open links in"
313
  msgstr ""
314
 
315
- #: ../views/admin.php:371
316
  msgid "Current window"
317
  msgstr ""
318
 
319
- #: ../views/admin.php:372
320
  msgid "New tab/window"
321
  msgstr ""
322
 
323
- #: ../views/admin.php:378
324
  msgid "Use plugin's stylesheet"
325
  msgstr ""
326
 
327
- #: ../views/admin.php:385
328
  msgid ""
329
  "By default, the plugin includes a stylesheet called wpp.css which you can use to style "
330
  "your popular posts listing. If you wish to use your own stylesheet or do not want it "
331
  "to have it included in the header section of your site, use this."
332
  msgstr ""
333
 
334
- #: ../views/admin.php:402
335
  msgid ""
336
  "WordPress Popular Posts maintains data in two separate tables: one for storing the "
337
  "most popular entries on a daily basis (from now on, \"cache\"), and another one to "
@@ -340,23 +352,23 @@ msgid ""
340
  "tables, please use the buttons below to do so."
341
  msgstr ""
342
 
343
- #: ../views/admin.php:403
344
  msgid "Empty cache"
345
  msgstr ""
346
 
347
- #: ../views/admin.php:403
348
  msgid "Use this button to manually clear entries from WPP cache only"
349
  msgstr ""
350
 
351
- #: ../views/admin.php:404
352
  msgid "Clear all data"
353
  msgstr ""
354
 
355
- #: ../views/admin.php:404
356
  msgid "Use this button to manually clear entries from all WPP data tables"
357
  msgstr ""
358
 
359
- #: ../views/admin.php:411
360
  #, php-format
361
  msgid ""
362
  "With the following parameters you can customize the popular posts list when using "
@@ -364,350 +376,350 @@ msgid ""
364
  "\"%2$s\">[wpp] shortcode</a>."
365
  msgstr ""
366
 
367
- #: ../views/admin.php:419
368
  msgid "Parameter"
369
  msgstr ""
370
 
371
- #: ../views/admin.php:420 ../views/admin.php:734
372
  msgid "What it does "
373
  msgstr ""
374
 
375
- #: ../views/admin.php:421
376
  msgid "Possible values"
377
  msgstr ""
378
 
379
- #: ../views/admin.php:422
380
  msgid "Defaults to"
381
  msgstr ""
382
 
383
- #: ../views/admin.php:423 ../views/admin.php:736
384
  msgid "Example"
385
  msgstr ""
386
 
387
- #: ../views/admin.php:429
388
  msgid "Sets a heading for the list"
389
  msgstr ""
390
 
391
- #: ../views/admin.php:430 ../views/admin.php:437 ../views/admin.php:444
392
- #: ../views/admin.php:479 ../views/admin.php:486 ../views/admin.php:493
393
- #: ../views/admin.php:500 ../views/admin.php:591 ../views/admin.php:605
394
- #: ../views/admin.php:612
395
  msgid "Text string"
396
  msgstr ""
397
 
398
- #: ../views/admin.php:431
399
  msgid "Popular Posts"
400
  msgstr ""
401
 
402
- #: ../views/admin.php:436
403
  msgid "Set the opening tag for the heading of the list"
404
  msgstr ""
405
 
406
- #: ../views/admin.php:443
407
  msgid "Set the closing tag for the heading of the list"
408
  msgstr ""
409
 
410
- #: ../views/admin.php:450
411
  msgid "Sets the maximum number of popular posts to be shown on the listing"
412
  msgstr ""
413
 
414
- #: ../views/admin.php:451 ../views/admin.php:507 ../views/admin.php:521
415
- #: ../views/admin.php:542 ../views/admin.php:549
416
  msgid "Positive integer"
417
  msgstr ""
418
 
419
- #: ../views/admin.php:457
420
  msgid ""
421
  "Tells WordPress Popular Posts to retrieve the most popular entries within the time "
422
  "range specified by you"
423
  msgstr ""
424
 
425
- #: ../views/admin.php:464
426
  msgid ""
427
  "Tells WordPress Popular Posts to retrieve the most popular entries published within "
428
  "the time range specified by you"
429
  msgstr ""
430
 
431
- #: ../views/admin.php:471
432
  msgid "Sets the sorting option of the popular posts"
433
  msgstr ""
434
 
435
- #: ../views/admin.php:472
436
  msgid "(for average views per day)"
437
  msgstr ""
438
 
439
- #: ../views/admin.php:478
440
  msgid "Defines the type of posts to show on the listing"
441
  msgstr ""
442
 
443
- #: ../views/admin.php:485
444
  msgid ""
445
  "If set, WordPress Popular Posts will exclude the specified post(s) ID(s) form the "
446
  "listing."
447
  msgstr ""
448
 
449
- #: ../views/admin.php:487 ../views/admin.php:494 ../views/admin.php:501
450
  msgid "None"
451
  msgstr ""
452
 
453
- #: ../views/admin.php:492
454
  msgid ""
455
  "If set, WordPress Popular Posts will retrieve all entries that belong to the specified "
456
  "category(ies) ID(s). If a minus sign is used, the category(ies) will be excluded "
457
  "instead."
458
  msgstr ""
459
 
460
- #: ../views/admin.php:499
461
  msgid ""
462
  "If set, WordPress Popular Posts will retrieve all entries created by specified "
463
  "author(s) ID(s)."
464
  msgstr ""
465
 
466
- #: ../views/admin.php:506
467
  msgid ""
468
  "If set, WordPress Popular Posts will shorten each post title to \"n\" characters "
469
  "whenever possible"
470
  msgstr ""
471
 
472
- #: ../views/admin.php:513
473
  msgid ""
474
  "If set to 1, WordPress Popular Posts will shorten each post title to \"n\" words "
475
  "instead of characters"
476
  msgstr ""
477
 
478
- #: ../views/admin.php:520
479
  msgid ""
480
  "If set, WordPress Popular Posts will build and include an excerpt of \"n\" characters "
481
  "long from the content of each post listed as popular"
482
  msgstr ""
483
 
484
- #: ../views/admin.php:527
485
  msgid ""
486
  "If set, WordPress Popular Posts will maintaing all styling tags (strong, italic, etc) "
487
  "and hyperlinks found in the excerpt"
488
  msgstr ""
489
 
490
- #: ../views/admin.php:534
491
  msgid ""
492
  "If set to 1, WordPress Popular Posts will shorten the excerpt to \"n\" words instead "
493
  "of characters"
494
  msgstr ""
495
 
496
- #: ../views/admin.php:541
497
  msgid ""
498
  "If set, and if your current server configuration allows it, you will be able to "
499
  "display thumbnails of your posts. This attribute sets the width for thumbnails"
500
  msgstr ""
501
 
502
- #: ../views/admin.php:548
503
  msgid ""
504
  "If set, and if your current server configuration allows it, you will be able to "
505
  "display thumbnails of your posts. This attribute sets the height for thumbnails"
506
  msgstr ""
507
 
508
- #: ../views/admin.php:555
509
  msgid ""
510
  "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, "
511
  "WordPress Popular Posts will show how your visitors are rating your entries"
512
  msgstr ""
513
 
514
- #: ../views/admin.php:562
515
  msgid ""
516
  "If set, WordPress Popular Posts will show how many comments each popular post has got "
517
  "until now"
518
  msgstr ""
519
 
520
- #: ../views/admin.php:569
521
  msgid ""
522
  "If set, WordPress Popular Posts will show how many views each popular post has got "
523
  "since it was installed"
524
  msgstr ""
525
 
526
- #: ../views/admin.php:576
527
  msgid ""
528
  "If set, WordPress Popular Posts will show who published each popular post on the list"
529
  msgstr ""
530
 
531
- #: ../views/admin.php:583
532
  msgid ""
533
  "If set, WordPress Popular Posts will display the date when each popular post on the "
534
  "list was published"
535
  msgstr ""
536
 
537
- #: ../views/admin.php:590
538
  msgid "Sets the date format"
539
  msgstr ""
540
 
541
- #: ../views/admin.php:597
542
  msgid "If set, WordPress Popular Posts will display the category"
543
  msgstr ""
544
 
545
- #: ../views/admin.php:604
546
  msgid "Sets the opening tag for the listing"
547
  msgstr ""
548
 
549
- #: ../views/admin.php:611
550
  msgid "Sets the closing tag for the listing"
551
  msgstr ""
552
 
553
- #: ../views/admin.php:618
554
  msgid "Sets the HTML structure of each post"
555
  msgstr ""
556
 
557
- #: ../views/admin.php:619
558
  msgid "Text string, custom HTML"
559
  msgstr ""
560
 
561
- #: ../views/admin.php:619
562
  msgid "Available Content Tags"
563
  msgstr ""
564
 
565
- #: ../views/admin.php:619
566
  msgid "displays thumbnail linked to post/page"
567
  msgstr ""
568
 
569
- #: ../views/admin.php:619
570
  msgid "displays thumbnail image without linking to post/page"
571
  msgstr ""
572
 
573
- #: ../views/admin.php:619
574
  msgid "displays linked post/page title"
575
  msgstr ""
576
 
577
- #: ../views/admin.php:619
578
  msgid "displays post/page excerpt, and requires excerpt_length to be greater than 0"
579
  msgstr ""
580
 
581
- #: ../views/admin.php:619
582
  msgid "displays the default stats tags"
583
  msgstr ""
584
 
585
- #: ../views/admin.php:619
586
  msgid "displays post/page current rating, requires WP-PostRatings installed and enabled"
587
  msgstr ""
588
 
589
- #: ../views/admin.php:619
590
  msgid ""
591
  "displays post/page current rating as an integer, requires WP-PostRatings installed and "
592
  "enabled"
593
  msgstr ""
594
 
595
- #: ../views/admin.php:619
596
  msgid "outputs the URL of the post/page"
597
  msgstr ""
598
 
599
- #: ../views/admin.php:619
600
  msgid "displays post/page title, no link"
601
  msgstr ""
602
 
603
- #: ../views/admin.php:619
604
  msgid "displays linked author name, requires stats_author=1"
605
  msgstr ""
606
 
607
- #: ../views/admin.php:619
608
  msgid "displays linked category name, requires stats_category=1"
609
  msgstr ""
610
 
611
- #: ../views/admin.php:619
612
  msgid "displays views count only, no text"
613
  msgstr ""
614
 
615
- #: ../views/admin.php:619
616
  msgid "displays comments count only, no text, requires stats_comments=1"
617
  msgstr ""
618
 
619
- #: ../views/admin.php:619
620
  msgid "displays post/page date, requires stats_date=1"
621
  msgstr ""
622
 
623
- #: ../views/admin.php:631
624
  msgid "What does \"Title\" do?"
625
  msgstr ""
626
 
627
- #: ../views/admin.php:634
628
  msgid ""
629
  "It allows you to show a heading for your most popular posts listing. If left empty, no "
630
  "heading will be displayed at all."
631
  msgstr ""
632
 
633
- #: ../views/admin.php:637
634
  msgid "What is Time Range for?"
635
  msgstr ""
636
 
637
- #: ../views/admin.php:639
638
  msgid ""
639
  "It will tell WordPress Popular Posts to retrieve all posts with most views / comments "
640
  "within the selected time range."
641
  msgstr ""
642
 
643
- #: ../views/admin.php:642
644
  msgid "What is \"Sort post by\" for?"
645
  msgstr ""
646
 
647
- #: ../views/admin.php:644
648
  msgid ""
649
  "It allows you to decide whether to order your popular posts listing by total views, "
650
  "comments, or average views per day."
651
  msgstr ""
652
 
653
- #: ../views/admin.php:647
654
  msgid "What does \"Display post rating\" do?"
655
  msgstr ""
656
 
657
- #: ../views/admin.php:649
658
  msgid ""
659
  "If checked, WordPress Popular Posts will show how your readers are rating your most "
660
  "popular posts. This feature requires having WP-PostRatings plugin installed and "
661
  "enabled on your blog for it to work."
662
  msgstr ""
663
 
664
- #: ../views/admin.php:652
665
  msgid "What does \"Shorten title\" do?"
666
  msgstr ""
667
 
668
- #: ../views/admin.php:654
669
  msgid ""
670
  "If checked, all posts titles will be shortened to \"n\" characters/words. A new "
671
  "\"Shorten title to\" option will appear so you can set it to whatever you like."
672
  msgstr ""
673
 
674
- #: ../views/admin.php:657
675
  msgid "What does \"Display post excerpt\" do?"
676
  msgstr ""
677
 
678
- #: ../views/admin.php:659
679
  msgid ""
680
  "If checked, WordPress Popular Posts will also include a small extract of your posts in "
681
  "the list. Similarly to the previous option, you will be able to decide how long the "
682
  "post excerpt should be."
683
  msgstr ""
684
 
685
- #: ../views/admin.php:662
686
  msgid "What does \"Keep text format and links\" do?"
687
  msgstr ""
688
 
689
- #: ../views/admin.php:664
690
  msgid ""
691
  "If checked, and if the Post Excerpt feature is enabled, WordPress Popular Posts will "
692
  "keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. "
693
  "Hyperlinks will remain intact, too."
694
  msgstr ""
695
 
696
- #: ../views/admin.php:667
697
  msgid "What is \"Post type\" for?"
698
  msgstr ""
699
 
700
- #: ../views/admin.php:669
701
  msgid ""
702
  "This filter allows you to decide which post types to show on the listing. By default, "
703
  "it will retrieve only posts and pages (which should be fine for most cases)."
704
  msgstr ""
705
 
706
- #: ../views/admin.php:672
707
  msgid "What is \"Category(ies) ID(s)\" for?"
708
  msgstr ""
709
 
710
- #: ../views/admin.php:674
711
  msgid ""
712
  "This filter allows you to select which categories should be included or excluded from "
713
  "the listing. A negative sign in front of the category ID number will exclude posts "
@@ -715,91 +727,91 @@ msgid ""
715
  "comma separated list."
716
  msgstr ""
717
 
718
- #: ../views/admin.php:677
719
  msgid "What is \"Author(s) ID(s)\" for?"
720
  msgstr ""
721
 
722
- #: ../views/admin.php:679
723
  msgid ""
724
  "Just like the Category filter, this one lets you filter posts by author ID. You can "
725
  "specify more than one ID with a comma separated list."
726
  msgstr ""
727
 
728
- #: ../views/admin.php:682
729
  msgid "What does \"Display post thumbnail\" do?"
730
  msgstr ""
731
 
732
- #: ../views/admin.php:684
733
  msgid ""
734
  "If checked, WordPress Popular Posts will attempt to retrieve the thumbnail of each "
735
  "post. You can set up the source of the thumbnail via Settings - WordPress Popular "
736
  "Posts - Tools."
737
  msgstr ""
738
 
739
- #: ../views/admin.php:687
740
  msgid "What does \"Display comment count\" do?"
741
  msgstr ""
742
 
743
- #: ../views/admin.php:689
744
  msgid ""
745
  "If checked, WordPress Popular Posts will display how many comments each popular post "
746
  "has got in the selected Time Range."
747
  msgstr ""
748
 
749
- #: ../views/admin.php:692
750
  msgid "What does \"Display views\" do?"
751
  msgstr ""
752
 
753
- #: ../views/admin.php:694
754
  msgid ""
755
  "If checked, WordPress Popular Posts will show how many pageviews a single post has "
756
  "gotten in the selected Time Range."
757
  msgstr ""
758
 
759
- #: ../views/admin.php:697
760
  msgid "What does \"Display author\" do?"
761
  msgstr ""
762
 
763
- #: ../views/admin.php:699
764
  msgid ""
765
  "If checked, WordPress Popular Posts will display the name of the author of each entry "
766
  "listed."
767
  msgstr ""
768
 
769
- #: ../views/admin.php:702
770
  msgid "What does \"Display date\" do?"
771
  msgstr ""
772
 
773
- #: ../views/admin.php:704
774
  msgid ""
775
  "If checked, WordPress Popular Posts will display the date when each popular posts was "
776
  "published."
777
  msgstr ""
778
 
779
- #: ../views/admin.php:707
780
  msgid "What does \"Display category\" do?"
781
  msgstr ""
782
 
783
- #: ../views/admin.php:709
784
  msgid "If checked, WordPress Popular Posts will display the category of each post."
785
  msgstr ""
786
 
787
- #: ../views/admin.php:712
788
  msgid "What does \"Use custom HTML Markup\" do?"
789
  msgstr ""
790
 
791
- #: ../views/admin.php:714
792
  msgid ""
793
  "If checked, you will be able to customize the HTML markup of your popular posts "
794
  "listing. For example, you can decide whether to wrap your posts in an unordered list, "
795
  "an ordered list, a div, etc. If you know xHTML/CSS, this is for you!"
796
  msgstr ""
797
 
798
- #: ../views/admin.php:717
799
  msgid "What are \"Content Tags\"?"
800
  msgstr ""
801
 
802
- #: ../views/admin.php:719
803
  #, php-format
804
  msgid ""
805
  "Content Tags are codes to display a variety of items on your popular posts custom HTML "
@@ -808,30 +820,30 @@ msgid ""
808
  "<a href=\"%s\" target=\"_blank\">Parameters</a> section."
809
  msgstr ""
810
 
811
- #: ../views/admin.php:722
812
  msgid "What are \"Template Tags\"?"
813
  msgstr ""
814
 
815
- #: ../views/admin.php:724
816
  msgid ""
817
  "Template Tags are simply php functions that allow you to perform certain actions. For "
818
  "example, WordPress Popular Posts currently supports two different template tags: "
819
  "wpp_get_mostpopular() and wpp_get_views()."
820
  msgstr ""
821
 
822
- #: ../views/admin.php:727
823
  msgid "What are the template tags that WordPress Popular Posts supports?"
824
  msgstr ""
825
 
826
- #: ../views/admin.php:729
827
  msgid "The following are the template tags supported by WordPress Popular Posts"
828
  msgstr ""
829
 
830
- #: ../views/admin.php:733
831
  msgid "Template tag"
832
  msgstr ""
833
 
834
- #: ../views/admin.php:742
835
  #, php-format
836
  msgid ""
837
  "Similar to the widget functionality, this tag retrieves the most popular posts on your "
@@ -839,28 +851,28 @@ msgid ""
839
  "your popular listing, but these are not required."
840
  msgstr ""
841
 
842
- #: ../views/admin.php:743
843
  #, php-format
844
  msgid ""
845
  "Please refer to the <a href=\"%1$s\">Parameters section</a> for a complete list of "
846
  "attributes."
847
  msgstr ""
848
 
849
- #: ../views/admin.php:748
850
  msgid ""
851
  "Displays the number of views of a single post. Post ID is required or it will return "
852
  "false."
853
  msgstr ""
854
 
855
- #: ../views/admin.php:749
856
  msgid "Post ID"
857
  msgstr ""
858
 
859
- #: ../views/admin.php:756
860
  msgid "What are \"shortcodes\"?"
861
  msgstr ""
862
 
863
- #: ../views/admin.php:758
864
  #, php-format
865
  msgid ""
866
  "Shortcodes are similar to BB Codes, these allow us to call a php function by simply "
@@ -870,41 +882,41 @@ msgid ""
870
  "\">WordPress Shortcode API</a> page."
871
  msgstr ""
872
 
873
- #: ../views/admin.php:766
874
  #, php-format
875
  msgid "About WordPress Popular Posts %s"
876
  msgstr ""
877
 
878
- #: ../views/admin.php:767
879
  msgid "This version includes the following changes"
880
  msgstr ""
881
 
882
- #: ../views/admin.php:797
883
  msgid "Do you like this plugin?"
884
  msgstr ""
885
 
886
- #: ../views/admin.php:804
887
  msgid ""
888
  "Each donation motivates me to keep releasing free stuff for the WordPress community!"
889
  msgstr ""
890
 
891
- #: ../views/admin.php:805
892
  #, php-format
893
  msgid "You can <a href=\"%s\" target=\"_blank\">leave a review</a>, too!"
894
  msgstr ""
895
 
896
- #: ../views/admin.php:809
897
  msgid "Need help?"
898
  msgstr ""
899
 
900
- #: ../views/admin.php:810
901
  #, php-format
902
  msgid ""
903
  "Visit <a href=\"%s\" target=\"_blank\">the forum</a> for support, questions and "
904
  "feedback."
905
  msgstr ""
906
 
907
- #: ../views/admin.php:811
908
  msgid "Let's make this plugin even better!"
909
  msgstr ""
910
 
@@ -914,9 +926,9 @@ msgstr ""
914
 
915
  #: ../views/form.php:2 ../views/form.php:12 ../views/form.php:24 ../views/form.php:34
916
  #: ../views/form.php:40 ../views/form.php:43 ../views/form.php:52 ../views/form.php:55
917
- #: ../views/form.php:63 ../views/form.php:66 ../views/form.php:73 ../views/form.php:103
918
- #: ../views/form.php:105 ../views/form.php:107 ../views/form.php:109
919
- #: ../views/form.php:121 ../views/form.php:127
920
  msgid "What is this?"
921
  msgstr ""
922
 
@@ -1012,79 +1024,79 @@ msgstr ""
1012
  msgid "Use predefined size"
1013
  msgstr ""
1014
 
1015
- #: ../views/form.php:90
1016
  msgid "Set size manually"
1017
  msgstr ""
1018
 
1019
- #: ../views/form.php:92
1020
  msgid "Width"
1021
  msgstr ""
1022
 
1023
- #: ../views/form.php:93 ../views/form.php:96
1024
  msgid "px"
1025
  msgstr ""
1026
 
1027
- #: ../views/form.php:95
1028
  msgid "Height"
1029
  msgstr ""
1030
 
1031
- #: ../views/form.php:101
1032
  msgid "Stats Tag settings"
1033
  msgstr ""
1034
 
1035
- #: ../views/form.php:103
1036
  msgid "Display comment count"
1037
  msgstr ""
1038
 
1039
- #: ../views/form.php:105
1040
  msgid "Display views"
1041
  msgstr ""
1042
 
1043
- #: ../views/form.php:107
1044
  msgid "Display author"
1045
  msgstr ""
1046
 
1047
- #: ../views/form.php:109
1048
  msgid "Display date"
1049
  msgstr ""
1050
 
1051
- #: ../views/form.php:112
1052
  msgid "Date Format"
1053
  msgstr ""
1054
 
1055
- #: ../views/form.php:114
1056
  msgid "WordPress Date Format"
1057
  msgstr ""
1058
 
1059
- #: ../views/form.php:121
1060
  msgid "Display category"
1061
  msgstr ""
1062
 
1063
- #: ../views/form.php:125
1064
  msgid "HTML Markup settings"
1065
  msgstr ""
1066
 
1067
- #: ../views/form.php:127
1068
  msgid "Use custom HTML Markup"
1069
  msgstr ""
1070
 
1071
- #: ../views/form.php:130
1072
  msgid "Before / after title"
1073
  msgstr ""
1074
 
1075
- #: ../views/form.php:133
1076
  msgid "Before / after Popular Posts"
1077
  msgstr ""
1078
 
1079
- #: ../views/form.php:136
1080
  msgid "Post HTML Markup"
1081
  msgstr ""
1082
 
1083
- #: ../wordpress-popular-posts.php:293
1084
  msgid "The most Popular Posts on your blog."
1085
  msgstr ""
1086
 
1087
- #: ../wordpress-popular-posts.php:476
1088
  msgid ""
1089
  "Error: cannot ajaxify WordPress Popular Posts on this theme. It's missing the <em>id</"
1090
  "em> attribute on before_widget (see <a href=\"http://codex.wordpress.org/"
@@ -1092,11 +1104,11 @@ msgid ""
1092
  "\">register_sidebar</a> for more)."
1093
  msgstr ""
1094
 
1095
- #: ../wordpress-popular-posts.php:720
1096
  msgid "Upload"
1097
  msgstr ""
1098
 
1099
- #: ../wordpress-popular-posts.php:1096
1100
  #, php-format
1101
  msgid ""
1102
  "Your PHP installation is too old. WordPress Popular Posts requires at least PHP "
@@ -1104,90 +1116,90 @@ msgid ""
1104
  "to upgrade PHP to %1$s or higher."
1105
  msgstr ""
1106
 
1107
- #: ../wordpress-popular-posts.php:1103
1108
  #, php-format
1109
  msgid ""
1110
  "Your WordPress version is too old. WordPress Popular Posts requires at least WordPress "
1111
  "version %1$s to function correctly. Please update your blog via Dashboard &gt; Update."
1112
  msgstr ""
1113
 
1114
- #: ../wordpress-popular-posts.php:1128
1115
  #, php-format
1116
  msgid ""
1117
  "<div class=\"error\"><p>%1$s</p><p><i>%2$s</i> has been <strong>deactivated</strong>.</"
1118
  "p></div>"
1119
  msgstr ""
1120
 
1121
- #: ../wordpress-popular-posts.php:1188
1122
  msgid "Success! The cache table has been cleared!"
1123
  msgstr ""
1124
 
1125
- #: ../wordpress-popular-posts.php:1190
1126
  msgid "Error: cache table does not exist."
1127
  msgstr ""
1128
 
1129
- #: ../wordpress-popular-posts.php:1197
1130
  msgid "Success! All data have been cleared!"
1131
  msgstr ""
1132
 
1133
- #: ../wordpress-popular-posts.php:1199
1134
  msgid "Error: one or both data tables are missing."
1135
  msgstr ""
1136
 
1137
- #: ../wordpress-popular-posts.php:1202 ../wordpress-popular-posts.php:1240
1138
  msgid "Invalid action."
1139
  msgstr ""
1140
 
1141
- #: ../wordpress-popular-posts.php:1205 ../wordpress-popular-posts.php:1243
1142
  msgid ""
1143
  "Sorry, you do not have enough permissions to do this. Please contact the site "
1144
  "administrator for support."
1145
  msgstr ""
1146
 
1147
- #: ../wordpress-popular-posts.php:1235
1148
  msgid "Success! All files have been deleted!"
1149
  msgstr ""
1150
 
1151
- #: ../wordpress-popular-posts.php:1237
1152
  msgid "The thumbnail cache is already empty!"
1153
  msgstr ""
1154
 
1155
- #: ../wordpress-popular-posts.php:1771
1156
  msgid "Sorry. No data so far."
1157
  msgstr ""
1158
 
1159
- #: ../wordpress-popular-posts.php:2248
1160
  #, php-format
1161
  msgid "1 comment"
1162
  msgid_plural "%s comments"
1163
  msgstr[0] ""
1164
  msgstr[1] ""
1165
 
1166
- #: ../wordpress-popular-posts.php:2260
1167
  #, php-format
1168
  msgid "1 view per day"
1169
  msgid_plural "%s views per day"
1170
  msgstr[0] ""
1171
  msgstr[1] ""
1172
 
1173
- #: ../wordpress-popular-posts.php:2266
1174
  #, php-format
1175
  msgid "1 view"
1176
  msgid_plural "%s views"
1177
  msgstr[0] ""
1178
  msgstr[1] ""
1179
 
1180
- #: ../wordpress-popular-posts.php:2278
1181
  #, php-format
1182
  msgid "by %s"
1183
  msgstr ""
1184
 
1185
- #: ../wordpress-popular-posts.php:2284
1186
  #, php-format
1187
  msgid "posted on %s"
1188
  msgstr ""
1189
 
1190
- #: ../wordpress-popular-posts.php:2292
1191
  #, php-format
1192
  msgid "under %s"
1193
  msgstr ""
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"
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"
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
 
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 "
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 "
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 "
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 "
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 "
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 "
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 "
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
 
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
 
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/"
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 "
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 ""
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.0.1
7
- Stable tag: 3.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -42,7 +42,9 @@ WordPress Popular Posts is a highly customizable widget that displays the most p
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. (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).
 
 
46
 
47
  That's it!
48
 
@@ -77,9 +79,9 @@ Yes, there are other choices: you can use the [wpp shortcode](https://github.com
77
  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*.
78
 
79
  = How can I use my own HTML markup with your plugin? =
80
- 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 > FAQ* 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).
81
 
82
- A more advanced way to customize the HTML markup is via [WordPress filters](http://code.tutsplus.com/articles/the-beginners-guide-to-wordpress-actions-and-filters--wp-27373 "The Beginner's guide to WordPress actions and filters") by hooking into *wpp_custom_html* or *wpp_post*. For details, please check the [Filters page](https://github.com/cabrerahector/wordpress-popular-posts/wiki/Filters) on the Wiki.
83
 
84
  = Where can I find the list of parameters accepted by the wpp_get_mostpopular() template tag / [wpp] shortcode? =
85
  You can find it via *wp-admin > Settings > WordPress Popular Posts > Parameters*.
@@ -152,6 +154,22 @@ For the time being, the [Support Forum](http://wordpress.org/support/plugin/word
152
  4. WordPress Popular Posts Stats panel.
153
 
154
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  = 3.2.1 =
156
  * Fixes missing HTML decoding for custom HTML in widget.
157
  * Puts LIMIT clause back to the outer query.
@@ -430,7 +448,7 @@ All translations are community made: people who are nice enough to share their t
430
 
431
  * English (supported by Hector Cabrera).
432
  * Spanish (supported by Hector Cabrera).
433
- * German - 87% translated.
434
 
435
  == Credits ==
436
 
@@ -438,5 +456,5 @@ All translations are community made: people who are nice enough to share their t
438
 
439
  == Upgrade Notice ==
440
 
441
- = 3.1.0 =
442
- This version requires PHP 5.2+ and WordPress 3.8 or greater. Also, backup the wpp.css file first if you modified it!
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
 
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
 
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).
83
 
84
+ A more advanced way to customize the HTML markup is via [WordPress filters](http://code.tutsplus.com/articles/the-beginners-guide-to-wordpress-actions-and-filters--wp-27373 "The Beginner's guide to WordPress actions and filters") by hooking into *wpp_custom_html* or *wpp_post*. For details, please check the [Filters page](https://github.com/cabrerahector/wordpress-popular-posts/wiki/3.-Filters) on the Wiki.
85
 
86
  = Where can I find the list of parameters accepted by the wpp_get_mostpopular() template tag / [wpp] shortcode? =
87
  You can find it via *wp-admin > Settings > WordPress Popular Posts > Parameters*.
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
+
160
+ * Moves sampling logic into Javascript (thanks, [@kurtpayne](https://github.com/kurtpayne)!)
161
+ * Simplifies category filtering logic.
162
+ * Fixes list sorting issue that some users were experimenting (thanks, sponker!)
163
+ * Widget uses stock thumbnails when using predefined size (some conditions apply).
164
+ * Adds the ability to enable / disable responsive support for thumbails.
165
+ * Renames wpp_update_views action hook to wpp_post_update_views, **update your code!**
166
+ * Adds wpp_pre_update_views action hook.
167
+ * Adds filter wpp_render_image.
168
+ * Drops support for get_mostpopular() template tag.
169
+ * Fixes empty HTML tags (thumbnail, stats).
170
+ * Removes Japanese, French and Norwegian Bokmal translation files from plugin.
171
+ * Many minor bug fixes / enhancements.
172
+
173
  = 3.2.1 =
174
  * Fixes missing HTML decoding for custom HTML in widget.
175
  * Puts LIMIT clause back to the outer query.
448
 
449
  * English (supported by Hector Cabrera).
450
  * Spanish (supported by Hector Cabrera).
451
+ * German - 86% translated.
452
 
453
  == Credits ==
454
 
456
 
457
  == Upgrade Notice ==
458
 
459
+ = 3.2.2 =
460
+ If you're using a caching plugin, flushing its cache after upgrading is recommended.
views/admin.php CHANGED
@@ -43,6 +43,7 @@ if ( isset($_POST['section']) ) {
43
  $this->user_settings['tools']['thumbnail']['field'] = ( !empty( $_POST['thumb_field']) ) ? $_POST['thumb_field'] : "wpp_thumbnail";
44
  $this->user_settings['tools']['thumbnail']['default'] = ( !empty( $_POST['upload_thumb_src']) ) ? $_POST['upload_thumb_src'] : "";
45
  $this->user_settings['tools']['thumbnail']['resize'] = $_POST['thumb_field_resize'];
 
46
 
47
  update_site_option('wpp_settings_config', $this->user_settings);
48
  echo "<div class=\"updated\"><p><strong>" . __('Settings saved.', $this->plugin_slug ) . "</strong></p></div>";
@@ -77,7 +78,7 @@ if ( isset($_POST['section']) ) {
77
  }
78
 
79
  if ( $this->user_settings['tools']['css'] && !file_exists( get_stylesheet_directory() . '/wpp.css' ) ) {
80
- echo '<div id="wpp-message" class="error fade"><p>'. __('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) .'.</p></div>';
81
  }
82
 
83
  $rand = md5(uniqid(rand(), true));
@@ -247,6 +248,17 @@ if (empty($wpp_rand)) {
247
  </select>
248
  </td>
249
  </tr>
 
 
 
 
 
 
 
 
 
 
 
250
  <?php
251
  $wp_upload_dir = wp_upload_dir();
252
  if ( is_dir( $wp_upload_dir['basedir'] . "/" . $this->plugin_slug ) ) :
@@ -669,7 +681,7 @@ if (empty($wpp_rand)) {
669
  <p><?php _e('This filter allows you to decide which post types to show on the listing. By default, it will retrieve only posts and pages (which should be fine for most cases).', $this->plugin_slug); ?></p>
670
  </div>
671
 
672
- <h4 id="filter_category">&raquo; <a href="#" rel="q-9"><?php _e('What is "Category(ies) ID(s)" for?', $this->plugin_slug); ?></a></h4>
673
  <div class="wpp-ans" id="q-9">
674
  <p><?php _e('This filter allows you to select which categories should be included or excluded from the listing. A negative sign in front of the category ID number will exclude posts belonging to it from the list, for example. You can specify more than one ID with a comma separated list.', $this->plugin_slug); ?></p>
675
  </div>
@@ -766,9 +778,21 @@ if (empty($wpp_rand)) {
766
  <h3><?php echo sprintf( __('About WordPress Popular Posts %s', $this->plugin_slug), $this->version); ?></h3>
767
  <p><?php _e( 'This version includes the following changes', $this->plugin_slug ); ?>:</p>
768
 
 
 
769
  <ul>
770
- <li>Fixes missing HTML decoding for custom HTML in widget.</li>
771
- <li>Puts LIMIT clause back to the outer query.</li>
 
 
 
 
 
 
 
 
 
 
772
  </ul>
773
 
774
  </div>
@@ -783,12 +807,12 @@ if (empty($wpp_rand)) {
783
  <img alt="" border="0" src="//www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
784
  </form>
785
  <p><?php _e( 'Each donation motivates me to keep releasing free stuff for the WordPress community!', $this->plugin_slug ); ?></p>
786
- <p><?php echo sprintf( __('You can <a href="%s" target="_blank">leave a review</a>, too!', $this->plugin_slug), 'http://wordpress.org/support/view/plugin-reviews/wordpress-popular-posts' ); ?></p>
787
  </div>
788
 
789
  <div id="wpp_support" class="wpp_box" style="">
790
  <h3 style="margin-top:0; text-align:center;"><?php _e('Need help?', $this->plugin_slug); ?></h3>
791
- <p><?php echo sprintf( __('Visit <a href="%s" target="_blank">the forum</a> for support, questions and feedback.', $this->plugin_slug), 'http://wordpress.org/support/plugin/wordpress-popular-posts' ); ?></p>
792
  <p><?php _e('Let\'s make this plugin even better!', $this->plugin_slug); ?></p>
793
  </div>
794
 
43
  $this->user_settings['tools']['thumbnail']['field'] = ( !empty( $_POST['thumb_field']) ) ? $_POST['thumb_field'] : "wpp_thumbnail";
44
  $this->user_settings['tools']['thumbnail']['default'] = ( !empty( $_POST['upload_thumb_src']) ) ? $_POST['upload_thumb_src'] : "";
45
  $this->user_settings['tools']['thumbnail']['resize'] = $_POST['thumb_field_resize'];
46
+ $this->user_settings['tools']['thumbnail']['responsive'] = $_POST['thumb_responsive'];
47
 
48
  update_site_option('wpp_settings_config', $this->user_settings);
49
  echo "<div class=\"updated\"><p><strong>" . __('Settings saved.', $this->plugin_slug ) . "</strong></p></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"><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));
248
  </select>
249
  </td>
250
  </tr>
251
+ <tr valign="top">
252
+ <th scope="row"><label for="thumb_responsive"><?php _e("Responsive support", $this->plugin_slug); ?>:</label></th>
253
+ <td>
254
+ <select name="thumb_responsive" id="thumb_responsive">
255
+ <option <?php if ($this->user_settings['tools']['thumbnail']['responsive']) {?>selected="selected"<?php } ?> value="1"><?php _e("Enabled", $this->plugin_slug); ?></option>
256
+ <option <?php if (!$this->user_settings['tools']['thumbnail']['responsive']) {?>selected="selected"<?php } ?> value="0"><?php _e("Disabled", $this->plugin_slug); ?></option>
257
+ </select>
258
+ <br />
259
+ <p class="description"><?php _e("If enabled, WordPress Popular Posts will strip height and width attributes out of thumbnails' image tags", $this->plugin_slug); ?>.</p>
260
+ </td>
261
+ </tr>
262
  <?php
263
  $wp_upload_dir = wp_upload_dir();
264
  if ( is_dir( $wp_upload_dir['basedir'] . "/" . $this->plugin_slug ) ) :
681
  <p><?php _e('This filter allows you to decide which post types to show on the listing. By default, it will retrieve only posts and pages (which should be fine for most cases).', $this->plugin_slug); ?></p>
682
  </div>
683
 
684
+ <h4 id="filter-category">&raquo; <a href="#" rel="q-9"><?php _e('What is "Category(ies) ID(s)" for?', $this->plugin_slug); ?></a></h4>
685
  <div class="wpp-ans" id="q-9">
686
  <p><?php _e('This filter allows you to select which categories should be included or excluded from the listing. A negative sign in front of the category ID number will exclude posts belonging to it from the list, for example. You can specify more than one ID with a comma separated list.', $this->plugin_slug); ?></p>
687
  </div>
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>
807
  <img alt="" border="0" src="//www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
808
  </form>
809
  <p><?php _e( 'Each donation motivates me to keep releasing free stuff for the WordPress community!', $this->plugin_slug ); ?></p>
810
+ <p><?php echo sprintf( __('You can <a href="%s" target="_blank">leave a review</a>, too!', $this->plugin_slug), 'https://wordpress.org/support/view/plugin-reviews/wordpress-popular-posts?rate=5#postform' ); ?></p>
811
  </div>
812
 
813
  <div id="wpp_support" class="wpp_box" style="">
814
  <h3 style="margin-top:0; text-align:center;"><?php _e('Need help?', $this->plugin_slug); ?></h3>
815
+ <p><?php echo sprintf( __('Visit <a href="%s" target="_blank">the forum</a> for support, questions and feedback.', $this->plugin_slug), 'https://wordpress.org/support/plugin/wordpress-popular-posts' ); ?></p>
816
  <p><?php _e('Let\'s make this plugin even better!', $this->plugin_slug); ?></p>
817
  </div>
818
 
views/form.php CHANGED
@@ -1,11 +1,11 @@
1
  <p>
2
  <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e('Title', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#widget-title'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small> <br />
3
- <input id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" class="widefat" />
4
  </p>
5
 
6
  <p>
7
  <label for="<?php echo $this->get_field_id( 'limit' ); ?>"><?php _e('Show up to', 'wordpress-popular-posts'); ?>:</label><br />
8
- <input id="<?php echo $this->get_field_id( 'limit' ); ?>" name="<?php echo $this->get_field_name( 'limit' ); ?>" value="<?php echo $instance['limit']; ?>" class="widefat" style="width:50px!important" /> <?php _e('posts', 'wordpress-popular-posts'); ?>
9
  </p>
10
 
11
  <p>
@@ -32,16 +32,16 @@
32
  <input type="checkbox" class="checkbox" <?php echo ($instance['freshness']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'freshness' ); ?>" name="<?php echo $this->get_field_name( 'freshness' ); ?>" /> <label for="<?php echo $this->get_field_id( 'freshness' ); ?>"><small><?php _e('Display only posts published within the selected Time Range', 'wordpress-popular-posts'); ?></small></label><br /><br />
33
 
34
  <label for="<?php echo $this->get_field_id( 'post_type' ); ?>"><?php _e('Post type(s)', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#filter-post-type'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small>
35
- <input id="<?php echo $this->get_field_id( 'post_type' ); ?>" name="<?php echo $this->get_field_name( 'post_type' ); ?>" value="<?php echo $instance['post_type']; ?>" class="widefat" /><br /><br />
36
 
37
  <label for="<?php echo $this->get_field_id( 'pid' ); ?>"><?php _e('Post(s) ID(s) to exclude', 'wordpress-popular-posts'); ?>:</label>
38
- <input id="<?php echo $this->get_field_id( 'pid' ); ?>" name="<?php echo $this->get_field_name( 'pid' ); ?>" value="<?php echo $instance['pid']; ?>" class="widefat" /><br /><br />
39
 
40
  <label for="<?php echo $this->get_field_id( 'cat' ); ?>"><?php _e('Category(ies) ID(s)', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#filter-category'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small>
41
- <input id="<?php echo $this->get_field_id( 'cat' ); ?>" name="<?php echo $this->get_field_name( 'cat' ); ?>" value="<?php echo $instance['cat']; ?>" class="widefat" /><br /><br />
42
 
43
  <label for="<?php echo $this->get_field_id( 'uid' ); ?>"><?php _e('Author(s) ID(s)', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#filter-author'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small>
44
- <input id="<?php echo $this->get_field_id( 'uid' ); ?>" name="<?php echo $this->get_field_name( 'uid' ); ?>" value="<?php echo $instance['author']; ?>" class="widefat" /><br /><br />
45
 
46
  <br /><hr /><br />
47
 
@@ -55,7 +55,7 @@
55
  <input type="checkbox" class="checkbox" <?php echo ($instance['shorten_title']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'shorten_title-active' ); ?>" name="<?php echo $this->get_field_name( 'shorten_title-active' ); ?>" /> <label for="<?php echo $this->get_field_id( 'shorten_title-active' ); ?>"><?php _e('Shorten title', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#shorten-title'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small><br />
56
 
57
  <div style="display:<?php if ($instance['shorten_title']['active']) : ?>block<?php else: ?>none<?php endif; ?>; width:90%; margin:10px 0; padding:3% 5%; background:#f5f5f5;">
58
- <label for="<?php echo $this->get_field_id( 'shorten_title-length' ); ?>"><?php _e('Shorten title to', 'wordpress-popular-posts'); ?> <input id="<?php echo $this->get_field_id( 'shorten_title-length' ); ?>" name="<?php echo $this->get_field_name( 'shorten_title-length' ); ?>" value="<?php echo $instance['shorten_title']['length']; ?>" class="widefat" style="width:50px!important" /></label><br />
59
  <label for="<?php echo $this->get_field_id( 'shorten_title-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'shorten_title-words' ); ?>" value="0" <?php echo (!isset($instance['shorten_title']['words']) || !$instance['shorten_title']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('characters', 'wordpress-popular-posts'); ?></label><br />
60
  <label for="<?php echo $this->get_field_id( 'shorten_title-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'shorten_title-words' ); ?>" value="1" <?php echo (isset($instance['shorten_title']['words']) && $instance['shorten_title']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('words', 'wordpress-popular-posts'); ?></label>
61
  </div>
@@ -64,7 +64,7 @@
64
 
65
  <div style="display:<?php if ($instance['post-excerpt']['active']) : ?>block<?php else: ?>none<?php endif; ?>; width:90%; margin:10px 0; padding:3% 5%; background:#f5f5f5;">
66
  <input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'post-excerpt-format' ); ?>" name="<?php echo $this->get_field_name( 'post-excerpt-format' ); ?>" <?php echo ($instance['post-excerpt']['keep_format']) ? 'checked="checked"' : ''; ?> /> <label for="<?php echo $this->get_field_id( 'post-excerpt-format' ); ?>"><?php _e('Keep text format and links', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#keep-format'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small><br /><br />
67
- <label for="<?php echo $this->get_field_id( 'post-excerpt-length' ); ?>"><?php _e('Excerpt length', 'wordpress-popular-posts'); ?>: <input id="<?php echo $this->get_field_id( 'post-excerpt-length' ); ?>" name="<?php echo $this->get_field_name( 'post-excerpt-length' ); ?>" value="<?php echo $instance['post-excerpt']['length']; ?>" class="widefat" style="width:50px!important" /></label><br />
68
 
69
  <label for="<?php echo $this->get_field_id( 'post-excerpt-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'post-excerpt-words' ); ?>" value="0" <?php echo (!isset($instance['post-excerpt']['words']) || !$instance['post-excerpt']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('characters', 'wordpress-popular-posts'); ?></label><br />
70
  <label for="<?php echo $this->get_field_id( 'post-excerpt-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'post-excerpt-words' ); ?>" value="1" <?php echo (isset($instance['post-excerpt']['words']) && $instance['post-excerpt']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('words', 'wordpress-popular-posts'); ?></label>
@@ -76,10 +76,8 @@
76
  <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='predefined' <?php echo ($instance['thumbnail']['build'] == 'predefined') ? 'checked="checked"' : ''; ?> /><?php _e('Use predefined size', 'wordpress-popular-posts'); ?></label><br />
77
 
78
  <select id="<?php echo $this->get_field_id( 'thumbnail-size' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-size' ); ?>" class="widefat" style="margin:5px 0;">
79
- <?php
80
- $sizes = $this->__get_image_sizes();
81
-
82
- foreach ( $sizes as $name => $attr ) :
83
  echo '<option value="' . $name . '"' . ( ($instance['thumbnail']['build'] == 'predefined' && $attr['width'] == $instance['thumbnail']['width'] && $attr['height'] == $instance['thumbnail']['height'] ) ? ' selected="selected"' : '' ) . '>' . $name . ' (' . $attr['width'] . ' x ' . $attr['height'] . ( $attr['crop'] ? ', hard crop' : ', soft crop' ) . ')</option>';
84
  endforeach;
85
  ?>
@@ -90,10 +88,10 @@
90
  <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 />
91
 
92
  <label for="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>"><?php _e('Width', 'wordpress-popular-posts'); ?>:</label>
93
- <input 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 />
94
 
95
  <label for="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>"><?php _e('Height', 'wordpress-popular-posts'); ?>:</label>
96
- <input 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'); ?>
97
  </div>
98
 
99
  <br /><hr /><br />
1
  <p>
2
  <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e('Title', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#widget-title'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small> <br />
3
+ <input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" class="widefat" />
4
  </p>
5
 
6
  <p>
7
  <label for="<?php echo $this->get_field_id( 'limit' ); ?>"><?php _e('Show up to', 'wordpress-popular-posts'); ?>:</label><br />
8
+ <input type="text" id="<?php echo $this->get_field_id( 'limit' ); ?>" name="<?php echo $this->get_field_name( 'limit' ); ?>" value="<?php echo $instance['limit']; ?>" class="widefat" style="width:50px!important" /> <?php _e('posts', 'wordpress-popular-posts'); ?>
9
  </p>
10
 
11
  <p>
32
  <input type="checkbox" class="checkbox" <?php echo ($instance['freshness']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'freshness' ); ?>" name="<?php echo $this->get_field_name( 'freshness' ); ?>" /> <label for="<?php echo $this->get_field_id( 'freshness' ); ?>"><small><?php _e('Display only posts published within the selected Time Range', 'wordpress-popular-posts'); ?></small></label><br /><br />
33
 
34
  <label for="<?php echo $this->get_field_id( 'post_type' ); ?>"><?php _e('Post type(s)', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#filter-post-type'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small>
35
+ <input type="text" id="<?php echo $this->get_field_id( 'post_type' ); ?>" name="<?php echo $this->get_field_name( 'post_type' ); ?>" value="<?php echo $instance['post_type']; ?>" class="widefat" /><br /><br />
36
 
37
  <label for="<?php echo $this->get_field_id( 'pid' ); ?>"><?php _e('Post(s) ID(s) to exclude', 'wordpress-popular-posts'); ?>:</label>
38
+ <input type="text" id="<?php echo $this->get_field_id( 'pid' ); ?>" name="<?php echo $this->get_field_name( 'pid' ); ?>" value="<?php echo $instance['pid']; ?>" class="widefat" /><br /><br />
39
 
40
  <label for="<?php echo $this->get_field_id( 'cat' ); ?>"><?php _e('Category(ies) ID(s)', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#filter-category'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small>
41
+ <input type="text" id="<?php echo $this->get_field_id( 'cat' ); ?>" name="<?php echo $this->get_field_name( 'cat' ); ?>" value="<?php echo $instance['cat']; ?>" class="widefat" /><br /><br />
42
 
43
  <label for="<?php echo $this->get_field_id( 'uid' ); ?>"><?php _e('Author(s) ID(s)', 'wordpress-popular-posts'); ?>:</label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#filter-author'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small>
44
+ <input type="text" id="<?php echo $this->get_field_id( 'uid' ); ?>" name="<?php echo $this->get_field_name( 'uid' ); ?>" value="<?php echo $instance['author']; ?>" class="widefat" /><br /><br />
45
 
46
  <br /><hr /><br />
47
 
55
  <input type="checkbox" class="checkbox" <?php echo ($instance['shorten_title']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'shorten_title-active' ); ?>" name="<?php echo $this->get_field_name( 'shorten_title-active' ); ?>" /> <label for="<?php echo $this->get_field_id( 'shorten_title-active' ); ?>"><?php _e('Shorten title', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#shorten-title'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small><br />
56
 
57
  <div style="display:<?php if ($instance['shorten_title']['active']) : ?>block<?php else: ?>none<?php endif; ?>; width:90%; margin:10px 0; padding:3% 5%; background:#f5f5f5;">
58
+ <label for="<?php echo $this->get_field_id( 'shorten_title-length' ); ?>"><?php _e('Shorten title to', 'wordpress-popular-posts'); ?> <input type="text" id="<?php echo $this->get_field_id( 'shorten_title-length' ); ?>" name="<?php echo $this->get_field_name( 'shorten_title-length' ); ?>" value="<?php echo $instance['shorten_title']['length']; ?>" class="widefat" style="width:50px!important" /></label><br />
59
  <label for="<?php echo $this->get_field_id( 'shorten_title-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'shorten_title-words' ); ?>" value="0" <?php echo (!isset($instance['shorten_title']['words']) || !$instance['shorten_title']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('characters', 'wordpress-popular-posts'); ?></label><br />
60
  <label for="<?php echo $this->get_field_id( 'shorten_title-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'shorten_title-words' ); ?>" value="1" <?php echo (isset($instance['shorten_title']['words']) && $instance['shorten_title']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('words', 'wordpress-popular-posts'); ?></label>
61
  </div>
64
 
65
  <div style="display:<?php if ($instance['post-excerpt']['active']) : ?>block<?php else: ?>none<?php endif; ?>; width:90%; margin:10px 0; padding:3% 5%; background:#f5f5f5;">
66
  <input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'post-excerpt-format' ); ?>" name="<?php echo $this->get_field_name( 'post-excerpt-format' ); ?>" <?php echo ($instance['post-excerpt']['keep_format']) ? 'checked="checked"' : ''; ?> /> <label for="<?php echo $this->get_field_id( 'post-excerpt-format' ); ?>"><?php _e('Keep text format and links', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo admin_url('options-general.php?page=wordpress-popular-posts&tab=faq#keep-format'); ?>" title="<?php _e('What is this?', 'wordpress-popular-posts'); ?>">?</a>]</small><br /><br />
67
+ <label for="<?php echo $this->get_field_id( 'post-excerpt-length' ); ?>"><?php _e('Excerpt length', 'wordpress-popular-posts'); ?>: <input type="text" id="<?php echo $this->get_field_id( 'post-excerpt-length' ); ?>" name="<?php echo $this->get_field_name( 'post-excerpt-length' ); ?>" value="<?php echo $instance['post-excerpt']['length']; ?>" class="widefat" style="width:50px!important" /></label><br />
68
 
69
  <label for="<?php echo $this->get_field_id( 'post-excerpt-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'post-excerpt-words' ); ?>" value="0" <?php echo (!isset($instance['post-excerpt']['words']) || !$instance['post-excerpt']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('characters', 'wordpress-popular-posts'); ?></label><br />
70
  <label for="<?php echo $this->get_field_id( 'post-excerpt-words' ); ?>"><input type="radio" name="<?php echo $this->get_field_name( 'post-excerpt-words' ); ?>" value="1" <?php echo (isset($instance['post-excerpt']['words']) && $instance['post-excerpt']['words']) ? 'checked="checked"' : ''; ?> /> <?php _e('words', 'wordpress-popular-posts'); ?></label>
76
  <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='predefined' <?php echo ($instance['thumbnail']['build'] == 'predefined') ? 'checked="checked"' : ''; ?> /><?php _e('Use predefined size', 'wordpress-popular-posts'); ?></label><br />
77
 
78
  <select id="<?php echo $this->get_field_id( 'thumbnail-size' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-size' ); ?>" class="widefat" style="margin:5px 0;">
79
+ <?php
80
+ foreach ( $this->default_thumbnail_sizes as $name => $attr ) :
 
 
81
  echo '<option value="' . $name . '"' . ( ($instance['thumbnail']['build'] == 'predefined' && $attr['width'] == $instance['thumbnail']['width'] && $attr['height'] == $instance['thumbnail']['height'] ) ? ' selected="selected"' : '' ) . '>' . $name . ' (' . $attr['width'] . ' x ' . $attr['height'] . ( $attr['crop'] ? ', hard crop' : ', soft crop' ) . ')</option>';
82
  endforeach;
83
  ?>
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 />
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.1
7
  Author: Hector Cabrera
8
  Author URI: http://cabrerahector.com
9
  Author Email: hcabrerab@gmail.com
@@ -13,7 +13,7 @@ Network: false
13
  License: GPLv2 or later
14
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
15
 
16
- Copyright 2014 Hector Cabrera (hcabrerab@gmail.com)
17
 
18
  This program is free software; you can redistribute it and/or modify
19
  it under the terms of the GNU General Public License, version 2, as
@@ -61,7 +61,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
61
  * @since 1.3.0
62
  * @var string
63
  */
64
- private $version = '3.2.1';
65
 
66
  /**
67
  * Plugin identifier.
@@ -118,6 +118,14 @@ if ( !class_exists('WordpressPopularPosts') ) {
118
  * @var string
119
  */
120
  private $default_thumbnail = '';
 
 
 
 
 
 
 
 
121
 
122
  /**
123
  * Flag to verify if thumbnails can be created or not.
@@ -223,7 +231,8 @@ if ( !class_exists('WordpressPopularPosts') ) {
223
  'source' => 'featured',
224
  'field' => '',
225
  'resize' => false,
226
- 'default' => ''
 
227
  ),
228
  'log' => array(
229
  'level' => 1
@@ -339,8 +348,12 @@ if ( !class_exists('WordpressPopularPosts') ) {
339
  add_action('wp_ajax_nopriv_wpp_get_popular', array( $this, 'get_popular') );
340
 
341
  // Check if images can be created
342
- if ( extension_loaded('ImageMagick') || (extension_loaded('GD') && function_exists('gd_info')) )
343
- $this->thumbnailing = true;
 
 
 
 
344
 
345
  // Set default thumbnail
346
  $this->default_thumbnail = $this->plugin_dir . "no_thumb.jpg";
@@ -372,36 +385,14 @@ if ( !class_exists('WordpressPopularPosts') ) {
372
  // Add the update hooks only if the logging conditions are met
373
  if ( (0 == $this->user_settings['tools']['log']['level'] && !is_user_logged_in()) || (1 == $this->user_settings['tools']['log']['level']) || (2 == $this->user_settings['tools']['log']['level'] && is_user_logged_in()) ) {
374
 
375
- $update_views = true;
376
-
377
- if ( $this->user_settings['tools']['sampling']['active'] ) {
378
- $update_views = false;
379
-
380
- /*
381
- * Data sampling algorithm
382
- * Borrowed from http://stackoverflow.com/a/4762559
383
- *
384
- * @link http://stackoverflow.com/questions/4762527/what-is-the-best-way-to-count-page-views-in-php-mysql/4762559#comment21730393_4762559, http://stackoverflow.com/questions/4762527/what-is-the-best-way-to-count-page-views-in-php-mysql/4762559#comment26582397_4762559, http://stackoverflow.com/a/6005550
385
- *
386
- */
387
-
388
- if ( 1 == mt_rand(1, $this->user_settings['tools']['sampling']['rate']) ) {
389
- $update_views = true;
390
- }
391
- }
392
-
393
- // Log views on page load via AJAX
394
- if ( $update_views ) {
395
- add_action( 'wp_head', array(&$this, 'print_ajax') );
396
-
397
- // Register views from everyone and/or connected users
398
- if ( 0 != $this->user_settings['tools']['log']['level'] )
399
- add_action( 'wp_ajax_update_views_ajax', array($this, 'update_views_ajax') );
400
- // Register views from everyone and/or visitors only
401
- if ( 2 != $this->user_settings['tools']['log']['level'] )
402
- add_action( 'wp_ajax_nopriv_update_views_ajax', array($this, 'update_views_ajax') );
403
-
404
- }
405
 
406
  }
407
 
@@ -562,7 +553,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
562
 
563
  // Use predefined thumbnail sizes
564
  if ( 'predefined' == $new_instance['thumbnail-size-source'] ) {
565
- $size = $this->__get_image_sizes( $new_instance['thumbnail-size'] );
566
  $instance['thumbnail']['width'] = $size['width'];
567
  $instance['thumbnail']['height'] = $size['height'];
568
  $instance['thumbnail']['crop'] = $size['crop'];
@@ -1289,26 +1280,41 @@ if ( !class_exists('WordpressPopularPosts') ) {
1289
  <!-- WordPress Popular Posts v<?php echo $this->version; ?> -->
1290
  <script type="text/javascript">//<![CDATA[
1291
 
1292
- // Create XMLHttpRequest object and set variables
1293
- var xhr = ( window.XMLHttpRequest )
1294
- ? new XMLHttpRequest()
1295
- : new ActiveXObject( "Microsoft.XMLHTTP" ),
1296
- url = '<?php echo admin_url('admin-ajax.php'); ?>',
1297
- params = 'action=update_views_ajax&token=<?php echo wp_create_nonce('wpp-token') ?>&id=<?php echo $this->current_post_id; ?>';
1298
- // Set request method and target URL
1299
- xhr.open( "POST", url, true );
1300
- // Set request header
1301
- xhr.setRequestHeader( "Content-type", "application/x-www-form-urlencoded" );
1302
- // Hook into onreadystatechange
1303
- xhr.onreadystatechange = function() {
1304
- if ( 4 == xhr.readyState && 200 == xhr.status ) {
1305
- if ( window.console && window.console.log ) {
1306
- window.console.log( xhr.responseText );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1307
  }
1308
- }
 
 
 
1309
  }
1310
- // Send request
1311
- xhr.send( params );
1312
 
1313
  //]]></script>
1314
  <!-- End WordPress Popular Posts v<?php echo $this->version; ?> -->
@@ -1366,6 +1372,11 @@ if ( !class_exists('WordpressPopularPosts') ) {
1366
  $views = ( $this->user_settings['tools']['sampling']['active'] )
1367
  ? $this->user_settings['tools']['sampling']['rate']
1368
  : 1;
 
 
 
 
 
1369
 
1370
  // Update all-time table
1371
  $result1 = $wpdb->query( $wpdb->prepare(
@@ -1394,8 +1405,8 @@ if ( !class_exists('WordpressPopularPosts') ) {
1394
 
1395
  // Allow WP themers / coders perform an action
1396
  // after updating views count
1397
- if ( has_action( 'wpp_update_views' ) )
1398
- do_action( 'wpp_update_views', $id );
1399
 
1400
  return true;
1401
 
@@ -1504,13 +1515,12 @@ if ( !class_exists('WordpressPopularPosts') ) {
1504
  $cat_ids = explode(",", $instance['cat']);
1505
  $in = array();
1506
  $out = array();
1507
- $not_in = "";
1508
-
1509
- usort($cat_ids, array(&$this, '__sorter'));
1510
 
1511
  for ($i=0; $i < count($cat_ids); $i++) {
1512
- if ($cat_ids[$i] >= 0) $in[] = $cat_ids[$i];
1513
- if ($cat_ids[$i] < 0) $out[] = $cat_ids[$i];
 
 
1514
  }
1515
 
1516
  $in_cats = implode(",", $in);
@@ -1522,31 +1532,22 @@ if ( !class_exists('WordpressPopularPosts') ) {
1522
  SELECT object_id
1523
  FROM {$wpdb->term_relationships} AS r
1524
  JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1525
- JOIN {$wpdb->terms} AS t ON t.term_id = x.term_id
1526
- WHERE x.taxonomy = 'category' AND t.term_id IN({$in_cats})
1527
  )";
1528
  } else if ($in_cats == "" && $out_cats != "") { // exclude posts from given cats only
1529
  $where .= " AND p.ID NOT IN (
1530
  SELECT object_id
1531
  FROM {$wpdb->term_relationships} AS r
1532
  JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1533
- JOIN {$wpdb->terms} AS t ON t.term_id = x.term_id
1534
- WHERE x.taxonomy = 'category' AND t.term_id IN({$out_cats})
1535
  )";
1536
- } else { // mixed, and possibly a heavy load on the DB
1537
  $where .= " AND p.ID IN (
1538
  SELECT object_id
1539
  FROM {$wpdb->term_relationships} AS r
1540
  JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1541
- JOIN {$wpdb->terms} AS t ON t.term_id = x.term_id
1542
- WHERE x.taxonomy = 'category' AND t.term_id IN({$in_cats})
1543
- ) AND p.ID NOT IN (
1544
- SELECT object_id
1545
- FROM {$wpdb->term_relationships} AS r
1546
- JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1547
- JOIN {$wpdb->terms} AS t ON t.term_id = x.term_id
1548
- WHERE x.taxonomy = 'category' AND t.term_id IN({$out_cats})
1549
- )";
1550
  }
1551
 
1552
  }
@@ -1571,7 +1572,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
1571
  if ( "comments" == $instance['order_by'] ) {
1572
 
1573
  $from = "{$wpdb->posts} p";
1574
- $where .= " AND p.comment_count > 0 AND p.post_password = '' AND p.post_status = 'publish'";
1575
  $orderby = " ORDER BY p.comment_count DESC";
1576
 
1577
  // get views, too
@@ -1587,7 +1588,6 @@ if ( !class_exists('WordpressPopularPosts') ) {
1587
  else {
1588
 
1589
  $from = "{$prefix}data v LEFT JOIN {$wpdb->posts} p ON v.postid = p.ID";
1590
- $where .= " AND p.post_password = '' AND p.post_status = 'publish'";
1591
 
1592
  // order by views
1593
  if ( "views" == $instance['order_by'] ) {
@@ -1607,8 +1607,6 @@ if ( !class_exists('WordpressPopularPosts') ) {
1607
 
1608
  }
1609
 
1610
- $query = "SELECT {$fields} FROM {$from} {$where} {$groupby} {$orderby} {$limit};";
1611
-
1612
  } else { // CUSTOM RANGE
1613
 
1614
  $interval = "";
@@ -1634,9 +1632,11 @@ if ( !class_exists('WordpressPopularPosts') ) {
1634
  // order by comments
1635
  if ( "comments" == $instance['order_by'] ) {
1636
 
1637
- $fields .= ", c.comment_count AS 'comment_count'";
1638
- $from = "(SELECT comment_post_ID AS 'id', COUNT(comment_post_ID) AS 'comment_count' FROM {$wpdb->comments} WHERE comment_date_gmt > DATE_SUB('{$now}', INTERVAL {$interval}) AND comment_approved = 1 GROUP BY id ORDER BY comment_count DESC) c LEFT JOIN {$wpdb->posts} p ON c.id = p.ID";
1639
- $where .= " AND p.post_password = '' AND p.post_status = 'publish'";
 
 
1640
 
1641
  if ( $instance['stats_tag']['views'] ) { // get views, too
1642
 
@@ -1649,18 +1649,21 @@ if ( !class_exists('WordpressPopularPosts') ) {
1649
  // ordered by views / avg
1650
  else {
1651
 
1652
- $from = "(SELECT postid, IFNULL(SUM(pageviews), 0) AS pageviews FROM {$prefix}summary WHERE last_viewed > DATE_SUB('{$now}', INTERVAL {$interval}) GROUP BY postid ORDER BY pageviews DESC) v LEFT JOIN {$wpdb->posts} p ON v.postid = p.ID";
1653
- $where .= " AND p.post_password = '' AND p.post_status = 'publish'";
 
1654
 
1655
  // ordered by views
1656
  if ( "views" == $instance['order_by'] ) {
1657
- $fields .= ", v.pageviews AS 'pageviews'";
 
 
 
1658
  }
1659
  // ordered by avg views
1660
  elseif ( "avg" == $instance['order_by'] ) {
1661
 
1662
- $fields .= ", ( v.pageviews/(IF ( DATEDIFF('{$now}', DATE_SUB('{$now}', INTERVAL {$interval})) > 0, DATEDIFF('{$now}', DATE_SUB('{$now}', INTERVAL {$interval})), 1) ) ) AS 'avg_views' ";
1663
- $groupby = "GROUP BY v.postid";
1664
  $orderby = "ORDER BY avg_views DESC";
1665
 
1666
  }
@@ -1669,16 +1672,20 @@ if ( !class_exists('WordpressPopularPosts') ) {
1669
  if ( $instance['stats_tag']['comment_count'] ) {
1670
 
1671
  $fields .= ", IFNULL(c.comment_count, 0) AS 'comment_count'";
1672
- $from .= " LEFT JOIN (SELECT comment_post_ID AS 'id', COUNT(comment_post_ID) AS 'comment_count' FROM {$wpdb->comments} WHERE comment_date_gmt > DATE_SUB('{$now}', INTERVAL {$interval}) AND comment_approved = 1 GROUP BY id) c ON p.ID = c.id";
1673
 
1674
  }
1675
 
1676
  }
1677
-
1678
- $query = "SELECT {$fields} FROM {$from} {$where} {$groupby} {$orderby} {$limit};";
1679
 
1680
  }
1681
 
 
 
 
 
 
 
1682
  $this->__debug( $query );
1683
 
1684
  $result = $wpdb->get_results($query);
@@ -1843,15 +1850,15 @@ if ( !class_exists('WordpressPopularPosts') ) {
1843
  'title' => '<a href="'.$permalink.'" title="'. esc_attr($title) .'" class="wpp-post-title" target="' . $this->user_settings['tools']['link']['target'] . '">'.$title_sub.'</a>',
1844
  'summary' => $excerpt,
1845
  'stats' => $_stats,
1846
- 'img' => '<a href="'.$permalink.'" title="'. esc_attr($title) .'" target="' . $this->user_settings['tools']['link']['target'] . '">' . $thumb . '</a>',
1847
  'img_no_link' => $thumb,
1848
  'id' => $p->id,
1849
  'url' => $permalink,
1850
  'text_title' => esc_attr($title),
1851
  'category' => $post_cat,
1852
  'author' => '<a href="' . get_author_posts_url($p->uid) . '">' . $author . '</a>',
1853
- 'views' => $pageviews,
1854
- 'comments' => $comments,
1855
  'date' => $date
1856
  );
1857
 
@@ -1860,11 +1867,19 @@ if ( !class_exists('WordpressPopularPosts') ) {
1860
  }
1861
  // build regular layout
1862
  else {
 
 
 
 
 
 
 
 
1863
  $content =
1864
  '<li>'
1865
- . '<a ' . ( ( $this->current_post_id == $p->id ) ? '' : 'href="' . $permalink . '"' ) . ' title="' . esc_attr($title) . '" target="' . $this->user_settings['tools']['link']['target'] . '">' . $thumb . '</a> '
1866
  . '<a ' . ( ( $this->current_post_id == $p->id ) ? '' : 'href="' . $permalink . '"' ) . ' title="' . esc_attr($title) . '" class="wpp-post-title" target="' . $this->user_settings['tools']['link']['target'] . '">' . $title_sub . '</a> '
1867
- . $excerpt . ' <span class="post-stats">' . $_stats . '</span> '
1868
  . $rating
1869
  . "</li>\n";
1870
  }
@@ -2016,7 +2031,6 @@ if ( !class_exists('WordpressPopularPosts') ) {
2016
  $tbWidth = $instance['thumbnail']['width'];
2017
  $tbHeight = $instance['thumbnail']['height'];
2018
  $crop = $instance['thumbnail']['crop'];
2019
- $permalink = get_permalink($p->id);
2020
  $title = $this->_get_title($p, $instance);
2021
 
2022
  $thumb = '';
@@ -2041,10 +2055,53 @@ if ( !class_exists('WordpressPopularPosts') ) {
2041
  }
2042
  // get image from post / Featured Image
2043
  else {
2044
- $thumb .= $this->__get_img($p, $p->id, null, array($tbWidth, $tbHeight), $crop, $this->user_settings['tools']['thumbnail']['source'], $title);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2045
  }
2046
 
2047
- return $cache[$p->id] = $thumb;
2048
 
2049
  } // end _get_thumb
2050
 
@@ -2085,7 +2142,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
2085
  protected function _get_comments($p, $instance) {
2086
 
2087
  $comments = ($instance['order_by'] == "comments" || $instance['stats_tag']['comment_count'])
2088
- ? $p->comment_count
2089
  : 0;
2090
 
2091
  return $comments;
@@ -2246,9 +2303,9 @@ if ( !class_exists('WordpressPopularPosts') ) {
2246
 
2247
  $comments_text = sprintf(
2248
  _n('1 comment', '%s comments', $comments, $this->plugin_slug),
2249
- number_format_i18n($comments));
2250
-
2251
- $stats[] = '<span class="wpp-comments">' . $comments_text . '</span>';
2252
  }
2253
 
2254
  // views
@@ -2257,18 +2314,29 @@ if ( !class_exists('WordpressPopularPosts') ) {
2257
 
2258
  if ($instance['order_by'] == 'avg') {
2259
  $views_text = sprintf(
2260
- _n('1 view per day', '%s views per day', intval($pageviews), $this->plugin_slug),
2261
- number_format_i18n($pageviews, 2)
2262
  );
2263
  }
2264
  else {
2265
  $views_text = sprintf(
2266
- _n('1 view', '%s views', intval($pageviews), $this->plugin_slug),
2267
- number_format_i18n($pageviews)
2268
  );
2269
  }
2270
-
2271
- $stats[] = '<span class="wpp-views">' . $views_text . "</span>";
 
 
 
 
 
 
 
 
 
 
 
2272
  }
2273
 
2274
  // author
@@ -2351,8 +2419,8 @@ if ( !class_exists('WordpressPopularPosts') ) {
2351
  $file_info = pathinfo($file_path);
2352
 
2353
  // there is a thumbnail already
2354
- if ( file_exists(trailingslashit($this->uploads_dir['basedir']) . $p->id . '-' . $dim[0] . 'x' . $dim[1] . '.' . $file_info['extension']) ) {
2355
- return $this->_render_image( trailingslashit($this->uploads_dir['baseurl']) . $p->id . '-' . $dim[0] . 'x' . $dim[1] . '.' . $file_info['extension'], $dim, 'wpp-thumbnail wpp_cached_thumb wpp_' . $source, $title );
2356
  }
2357
 
2358
  return $this->__image_resize($p, $file_path, $dim, $crop, $source);
@@ -2378,7 +2446,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
2378
  $file_info = pathinfo($path);
2379
 
2380
  $image->resize($dimension[0], $dimension[1], $crop);
2381
- $new_img = $image->save( trailingslashit($this->uploads_dir['basedir']) . $p->id . '-' . $dimension[0] . 'x' . $dimension[1] . '.' . $file_info['extension'] );
2382
 
2383
  if ( is_wp_error($new_img) ) {
2384
  return $this->_render_image($this->default_thumbnail, $dimension, 'wpp-thumbnail wpp_imgeditor_error wpp_' . $source, '', $new_img->get_error_message());
@@ -2476,8 +2544,8 @@ if ( !class_exists('WordpressPopularPosts') ) {
2476
  $msg = '<!-- ' . $error . ' --> ';
2477
  }
2478
 
2479
- return $msg .
2480
- '<img src="' . $src . '" title="' . esc_attr($title) . '" alt="' . esc_attr($title) . '" width="' . $dimension[0] . '" height="' . $dimension[1] . '" class="' . $class . '" />';
2481
 
2482
  } // _render_image
2483
 
@@ -2515,7 +2583,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
2515
  }
2516
 
2517
  // Returns null if no attachment is found.
2518
- return $attachment[0];
2519
 
2520
  } // __get_attachment_id
2521
 
@@ -2789,7 +2857,7 @@ if ( !class_exists('WordpressPopularPosts') ) {
2789
  }
2790
 
2791
  // print popular posts list
2792
- $shortcode_content .= ( $php ) ? $this->__get_popular_posts($shortcode_ops) : htmlspecialchars_decode( $this->__get_popular_posts($shortcode_ops), ENT_QUOTES ); // WP's editor converts shortcode parameters into entities
2793
  $shortcode_content .= "\n". "<!-- End WordPress Popular Posts Plugin v". $this->version ." -->"."\n";
2794
 
2795
  return $shortcode_content;
@@ -3032,24 +3100,6 @@ if ( !class_exists('WordpressPopularPosts') ) {
3032
 
3033
  } // end __microtime_float
3034
 
3035
- /**
3036
- * Compares values
3037
- *
3038
- * @since 2.3.4
3039
- * @param int a
3040
- * @param int b
3041
- * @return int
3042
- */
3043
- private function __sorter($a, $b) {
3044
-
3045
- if ($a > 0 && $b > 0) {
3046
- return $a - $b;
3047
- } else {
3048
- return $b - $a;
3049
- }
3050
-
3051
- } // end __sorter
3052
-
3053
  /**
3054
  * Merges two associative arrays recursively
3055
  *
@@ -3228,6 +3278,5 @@ function wpp_get_mostpopular($args = NULL) {
3228
  * @param mixed args
3229
  */
3230
  function get_mostpopular($args = NULL) {
3231
- trigger_error( 'The get_mostpopular() has been deprecated since 2.0.3. Please use wpp_get_mostpopular() instead.', E_USER_WARNING );
3232
- return wpp_get_mostpopular($args);
3233
  }
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
13
  License: GPLv2 or later
14
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
15
 
16
+ Copyright 2008-2015 Hector Cabrera (hcabrerab@gmail.com)
17
 
18
  This program is free software; you can redistribute it and/or modify
19
  it under the terms of the GNU General Public License, version 2, as
61
  * @since 1.3.0
62
  * @var string
63
  */
64
+ private $version = '3.2.2';
65
 
66
  /**
67
  * Plugin identifier.
118
  * @var string
119
  */
120
  private $default_thumbnail = '';
121
+
122
+ /**
123
+ * Default thumbnail sizes
124
+ *
125
+ * @since 3.2.2
126
+ * @var array
127
+ */
128
+ private $default_thumbnail_sizes = array();
129
 
130
  /**
131
  * Flag to verify if thumbnails can be created or not.
231
  'source' => 'featured',
232
  'field' => '',
233
  'resize' => false,
234
+ 'default' => '',
235
+ 'responsive' => false
236
  ),
237
  'log' => array(
238
  'level' => 1
348
  add_action('wp_ajax_nopriv_wpp_get_popular', array( $this, 'get_popular') );
349
 
350
  // Check if images can be created
351
+ if ( extension_loaded('ImageMagick') || (extension_loaded('GD') && function_exists('gd_info')) ) {
352
+ // Enable thumbnail feature
353
+ $this->thumbnailing = true;
354
+ // Get available thumbnail size(s)
355
+ $this->default_thumbnail_sizes = $this->__get_image_sizes();
356
+ }
357
 
358
  // Set default thumbnail
359
  $this->default_thumbnail = $this->plugin_dir . "no_thumb.jpg";
385
  // Add the update hooks only if the logging conditions are met
386
  if ( (0 == $this->user_settings['tools']['log']['level'] && !is_user_logged_in()) || (1 == $this->user_settings['tools']['log']['level']) || (2 == $this->user_settings['tools']['log']['level'] && is_user_logged_in()) ) {
387
 
388
+ add_action( 'wp_head', array(&$this, 'print_ajax') );
389
+
390
+ // Register views from everyone and/or connected users
391
+ if ( 0 != $this->user_settings['tools']['log']['level'] )
392
+ add_action( 'wp_ajax_update_views_ajax', array($this, 'update_views_ajax') );
393
+ // Register views from everyone and/or visitors only
394
+ if ( 2 != $this->user_settings['tools']['log']['level'] )
395
+ add_action( 'wp_ajax_nopriv_update_views_ajax', array($this, 'update_views_ajax') );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
396
 
397
  }
398
 
553
 
554
  // Use predefined thumbnail sizes
555
  if ( 'predefined' == $new_instance['thumbnail-size-source'] ) {
556
+ $size = $this->default_thumbnail_sizes[ $new_instance['thumbnail-size'] ];
557
  $instance['thumbnail']['width'] = $size['width'];
558
  $instance['thumbnail']['height'] = $size['height'];
559
  $instance['thumbnail']['crop'] = $size['crop'];
1280
  <!-- WordPress Popular Posts v<?php echo $this->version; ?> -->
1281
  <script type="text/javascript">//<![CDATA[
1282
 
1283
+ var sampling_active = <?php echo ( $this->user_settings['tools']['sampling']['active'] ) ? 1 : 0; ?>;
1284
+ var sampling_rate = <?php echo intval( $this->user_settings['tools']['sampling']['rate'] ); ?>;
1285
+ var do_request = false;
1286
+
1287
+ if ( !sampling_active ) {
1288
+ do_request = true;
1289
+ } else {
1290
+ var num = Math.floor(Math.random() * sampling_rate) + 1;
1291
+ do_request = ( 1 === num );
1292
+ }
1293
+
1294
+ if ( do_request ) {
1295
+
1296
+ // Create XMLHttpRequest object and set variables
1297
+ var xhr = ( window.XMLHttpRequest )
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
1305
+ xhr.setRequestHeader( "Content-type", "application/x-www-form-urlencoded" );
1306
+ // Hook into onreadystatechange
1307
+ xhr.onreadystatechange = function() {
1308
+ if ( 4 === xhr.readyState && 200 === xhr.status ) {
1309
+ if ( window.console && window.console.log ) {
1310
+ window.console.log( xhr.responseText );
1311
+ }
1312
  }
1313
+ };
1314
+ // Send request
1315
+ xhr.send( params );
1316
+
1317
  }
 
 
1318
 
1319
  //]]></script>
1320
  <!-- End WordPress Popular Posts v<?php echo $this->version; ?> -->
1372
  $views = ( $this->user_settings['tools']['sampling']['active'] )
1373
  ? $this->user_settings['tools']['sampling']['rate']
1374
  : 1;
1375
+
1376
+ // Allow WP themers / coders perform an action
1377
+ // before updating views count
1378
+ if ( has_action( 'wpp_pre_update_views' ) )
1379
+ do_action( 'wpp_pre_update_views', $id, $views );
1380
 
1381
  // Update all-time table
1382
  $result1 = $wpdb->query( $wpdb->prepare(
1405
 
1406
  // Allow WP themers / coders perform an action
1407
  // after updating views count
1408
+ if ( has_action( 'wpp_post_update_views' ) )
1409
+ do_action( 'wpp_post_update_views', $id );
1410
 
1411
  return true;
1412
 
1515
  $cat_ids = explode(",", $instance['cat']);
1516
  $in = array();
1517
  $out = array();
 
 
 
1518
 
1519
  for ($i=0; $i < count($cat_ids); $i++) {
1520
+ if ($cat_ids[$i] >= 0)
1521
+ $in[] = $cat_ids[$i];
1522
+ else
1523
+ $out[] = $cat_ids[$i];
1524
  }
1525
 
1526
  $in_cats = implode(",", $in);
1532
  SELECT object_id
1533
  FROM {$wpdb->term_relationships} AS r
1534
  JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1535
+ WHERE x.taxonomy = 'category' AND x.term_id IN({$in_cats})
 
1536
  )";
1537
  } else if ($in_cats == "" && $out_cats != "") { // exclude posts from given cats only
1538
  $where .= " AND p.ID NOT IN (
1539
  SELECT object_id
1540
  FROM {$wpdb->term_relationships} AS r
1541
  JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1542
+ WHERE x.taxonomy = 'category' AND x.term_id IN({$out_cats})
 
1543
  )";
1544
+ } else { // mixed
1545
  $where .= " AND p.ID IN (
1546
  SELECT object_id
1547
  FROM {$wpdb->term_relationships} AS r
1548
  JOIN {$wpdb->term_taxonomy} AS x ON x.term_taxonomy_id = r.term_taxonomy_id
1549
+ WHERE x.taxonomy = 'category' AND x.term_id IN({$in_cats}) AND x.term_id NOT IN({$out_cats})
1550
+ ) ";
 
 
 
 
 
 
 
1551
  }
1552
 
1553
  }
1572
  if ( "comments" == $instance['order_by'] ) {
1573
 
1574
  $from = "{$wpdb->posts} p";
1575
+ $where .= " AND p.comment_count > 0 ";
1576
  $orderby = " ORDER BY p.comment_count DESC";
1577
 
1578
  // get views, too
1588
  else {
1589
 
1590
  $from = "{$prefix}data v LEFT JOIN {$wpdb->posts} p ON v.postid = p.ID";
 
1591
 
1592
  // order by views
1593
  if ( "views" == $instance['order_by'] ) {
1607
 
1608
  }
1609
 
 
 
1610
  } else { // CUSTOM RANGE
1611
 
1612
  $interval = "";
1632
  // order by comments
1633
  if ( "comments" == $instance['order_by'] ) {
1634
 
1635
+ $fields .= ", COUNT(c.comment_post_ID) AS 'comment_count'";
1636
+ $from = "{$wpdb->comments} c LEFT JOIN {$wpdb->posts} p ON c.comment_post_ID = p.ID";
1637
+ $where .= " AND c.comment_date_gmt > DATE_SUB('{$now}', INTERVAL {$interval}) AND c.comment_approved = 1 ";
1638
+ $groupby = "GROUP BY c.comment_post_ID";
1639
+ $orderby = "ORDER BY comment_count DESC";
1640
 
1641
  if ( $instance['stats_tag']['views'] ) { // get views, too
1642
 
1649
  // ordered by views / avg
1650
  else {
1651
 
1652
+ $from = "{$prefix}summary v LEFT JOIN {$wpdb->posts} p ON v.postid = p.ID";
1653
+ $where .= " AND v.last_viewed > DATE_SUB('{$now}', INTERVAL {$interval}) ";
1654
+ $groupby = "GROUP BY v.postid";
1655
 
1656
  // ordered by views
1657
  if ( "views" == $instance['order_by'] ) {
1658
+
1659
+ $fields .= ", SUM(v.pageviews) AS 'pageviews'";
1660
+ $orderby = "ORDER BY pageviews DESC";
1661
+
1662
  }
1663
  // ordered by avg views
1664
  elseif ( "avg" == $instance['order_by'] ) {
1665
 
1666
+ $fields .= ", ( SUM(v.pageviews)/(IF ( DATEDIFF('{$now}', DATE_SUB('{$now}', INTERVAL {$interval})) > 0, DATEDIFF('{$now}', DATE_SUB('{$now}', INTERVAL {$interval})), 1) ) ) AS 'avg_views' ";
 
1667
  $orderby = "ORDER BY avg_views DESC";
1668
 
1669
  }
1672
  if ( $instance['stats_tag']['comment_count'] ) {
1673
 
1674
  $fields .= ", IFNULL(c.comment_count, 0) AS 'comment_count'";
1675
+ $from .= " LEFT JOIN (SELECT comment_post_ID, COUNT(comment_post_ID) AS 'comment_count' FROM {$wpdb->comments} WHERE comment_date_gmt > DATE_SUB('{$now}', INTERVAL {$interval}) AND comment_approved = 1 GROUP BY comment_post_ID) c ON p.ID = c.comment_post_ID";
1676
 
1677
  }
1678
 
1679
  }
 
 
1680
 
1681
  }
1682
 
1683
+ // List only published, non password-protected posts
1684
+ $where .= " AND p.post_password = '' AND p.post_status = 'publish'";
1685
+
1686
+ // Build query
1687
+ $query = "SELECT {$fields} FROM {$from} {$where} {$groupby} {$orderby} {$limit};";
1688
+
1689
  $this->__debug( $query );
1690
 
1691
  $result = $wpdb->get_results($query);
1850
  'title' => '<a href="'.$permalink.'" title="'. esc_attr($title) .'" class="wpp-post-title" target="' . $this->user_settings['tools']['link']['target'] . '">'.$title_sub.'</a>',
1851
  'summary' => $excerpt,
1852
  'stats' => $_stats,
1853
+ 'img' => ( !empty($thumb) ) ? '<a href="'.$permalink.'" title="'. esc_attr($title) .'" target="' . $this->user_settings['tools']['link']['target'] . '">' . $thumb . '</a>' : '',
1854
  'img_no_link' => $thumb,
1855
  'id' => $p->id,
1856
  'url' => $permalink,
1857
  'text_title' => esc_attr($title),
1858
  'category' => $post_cat,
1859
  'author' => '<a href="' . get_author_posts_url($p->uid) . '">' . $author . '</a>',
1860
+ 'views' => ($instance['order_by'] == "views" || $instance['order_by'] == "comments") ? number_format_i18n( $pageviews ) : number_format_i18n( $pageviews, 2 ),
1861
+ 'comments' => number_format_i18n( $comments ),
1862
  'date' => $date
1863
  );
1864
 
1867
  }
1868
  // build regular layout
1869
  else {
1870
+ $thumb = ( !empty($thumb) )
1871
+ ? '<a ' . ( ( $this->current_post_id == $p->id ) ? '' : 'href="' . $permalink . '"' ) . ' title="' . esc_attr($title) . '" target="' . $this->user_settings['tools']['link']['target'] . '">' . $thumb . '</a> '
1872
+ : '';
1873
+
1874
+ $_stats = ( !empty($_stats) )
1875
+ ? ' <span class="post-stats">' . $_stats . '</span> '
1876
+ : '';
1877
+
1878
  $content =
1879
  '<li>'
1880
+ . $thumb
1881
  . '<a ' . ( ( $this->current_post_id == $p->id ) ? '' : 'href="' . $permalink . '"' ) . ' title="' . esc_attr($title) . '" class="wpp-post-title" target="' . $this->user_settings['tools']['link']['target'] . '">' . $title_sub . '</a> '
1882
+ . $excerpt . $_stats
1883
  . $rating
1884
  . "</li>\n";
1885
  }
2031
  $tbWidth = $instance['thumbnail']['width'];
2032
  $tbHeight = $instance['thumbnail']['height'];
2033
  $crop = $instance['thumbnail']['crop'];
 
2034
  $title = $this->_get_title($p, $instance);
2035
 
2036
  $thumb = '';
2055
  }
2056
  // get image from post / Featured Image
2057
  else {
2058
+
2059
+ // User wants to use the Featured Image using the 'stock' sizes, get stock thumbnails
2060
+ if ( 'predefined' == $instance['thumbnail']['build'] && 'featured' == $this->user_settings['tools']['thumbnail']['source'] ) {
2061
+
2062
+ // The has_post_thumbnail() functions requires theme's 'post-thumbnails' support, otherwise an error will be thrown
2063
+ if ( current_theme_supports( 'post-thumbnails' ) ) {
2064
+
2065
+ // Featured image found, retrieve it
2066
+ if ( has_post_thumbnail($p->id) ) {
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
+ }
2074
+ endforeach;
2075
+
2076
+ // Couldn't find a matching size (this should like never happen, but...) let's use width & height instead
2077
+ if ( null == $size ) {
2078
+ $size = array( $tbWidth, $tbHeight );
2079
+ }
2080
+
2081
+ if ( $this->user_settings['tools']['thumbnail']['responsive'] )
2082
+ $thumb .= preg_replace( '/(width|height)=["\']\d*["\']\s?/', "", get_the_post_thumbnail($p->id, $size, array( 'class' => 'wpp-thumbnail wpp_featured_stock' )) );
2083
+ else
2084
+ $thumb .= get_the_post_thumbnail( $p->id, $size, array( 'class' => 'wpp-thumbnail wpp_featured_stock' ) );
2085
+ }
2086
+ // No featured image found
2087
+ else {
2088
+ $thumb .= $this->_render_image($this->default_thumbnail, array($tbWidth, $tbHeight), 'wpp-thumbnail wpp_featured_def', $title);
2089
+ }
2090
+
2091
+ } // Current theme does not support 'post-thumbnails' feature
2092
+ else {
2093
+ $thumb .= $this->_render_image($this->default_thumbnail, array($tbWidth, $tbHeight), 'wpp-thumbnail wpp_featured_def', $title, 'No post-thumbnail support?');
2094
+ }
2095
+
2096
+ }
2097
+ // Get/generate custom thumbnail
2098
+ else {
2099
+ $thumb .= $this->__get_img($p, $p->id, null, array($tbWidth, $tbHeight), $crop, $this->user_settings['tools']['thumbnail']['source'], $title);
2100
+ }
2101
+
2102
  }
2103
 
2104
+ return $thumb;
2105
 
2106
  } // end _get_thumb
2107
 
2142
  protected function _get_comments($p, $instance) {
2143
 
2144
  $comments = ($instance['order_by'] == "comments" || $instance['stats_tag']['comment_count'])
2145
+ ? $p->comment_count
2146
  : 0;
2147
 
2148
  return $comments;
2303
 
2304
  $comments_text = sprintf(
2305
  _n('1 comment', '%s comments', $comments, $this->plugin_slug),
2306
+ number_format_i18n( $comments )
2307
+ );
2308
+
2309
  }
2310
 
2311
  // views
2314
 
2315
  if ($instance['order_by'] == 'avg') {
2316
  $views_text = sprintf(
2317
+ _n('1 view per day', '%s views per day', $pageviews, $this->plugin_slug),
2318
+ number_format_i18n( $pageviews, 2 )
2319
  );
2320
  }
2321
  else {
2322
  $views_text = sprintf(
2323
+ _n('1 view', '%s views', $pageviews, $this->plugin_slug),
2324
+ number_format_i18n( $pageviews )
2325
  );
2326
  }
2327
+
2328
+ }
2329
+
2330
+ if ( "comments" == $instance['order_by'] ) {
2331
+ if ($instance['stats_tag']['comment_count'])
2332
+ $stats[] = '<span class="wpp-comments">' . $comments_text . '</span>'; // First comments count
2333
+ if ($instance['stats_tag']['views'])
2334
+ $stats[] = '<span class="wpp-views">' . $views_text . "</span>"; // ... then views
2335
+ } else {
2336
+ if ($instance['stats_tag']['views'])
2337
+ $stats[] = '<span class="wpp-views">' . $views_text . "</span>"; // First views count
2338
+ if ($instance['stats_tag']['comment_count'])
2339
+ $stats[] = '<span class="wpp-comments">' . $comments_text . '</span>'; // ... then comments
2340
  }
2341
 
2342
  // author
2419
  $file_info = pathinfo($file_path);
2420
 
2421
  // there is a thumbnail already
2422
+ if ( file_exists(trailingslashit($this->uploads_dir['basedir']) . $p->id . '-' . $source . '-' . $dim[0] . 'x' . $dim[1] . '.' . $file_info['extension']) ) {
2423
+ return $this->_render_image( trailingslashit($this->uploads_dir['baseurl']) . $p->id . '-' . $source . '-' . $dim[0] . 'x' . $dim[1] . '.' . $file_info['extension'], $dim, 'wpp-thumbnail wpp_cached_thumb wpp_' . $source, $title );
2424
  }
2425
 
2426
  return $this->__image_resize($p, $file_path, $dim, $crop, $source);
2446
  $file_info = pathinfo($path);
2447
 
2448
  $image->resize($dimension[0], $dimension[1], $crop);
2449
+ $new_img = $image->save( trailingslashit($this->uploads_dir['basedir']) . $p->id . '-' . $source . '-' . $dimension[0] . 'x' . $dimension[1] . '.' . $file_info['extension'] );
2450
 
2451
  if ( is_wp_error($new_img) ) {
2452
  return $this->_render_image($this->default_thumbnail, $dimension, 'wpp-thumbnail wpp_imgeditor_error wpp_' . $source, '', $new_img->get_error_message());
2544
  $msg = '<!-- ' . $error . ' --> ';
2545
  }
2546
 
2547
+ return apply_filters( 'wpp_render_image', $msg .
2548
+ '<img src="' . $src . '" ' . ( false == $this->user_settings['tools']['thumbnail']['responsive'] ? 'width=' . $dimension[0] . ' height=' . $dimension[1] : '' ) . ' title="' . esc_attr($title) . '" alt="' . esc_attr($title) . '" class="' . $class . '" />' );
2549
 
2550
  } // _render_image
2551
 
2583
  }
2584
 
2585
  // Returns null if no attachment is found.
2586
+ return isset($attachment[0]) ? $attachment[0] : NULL;
2587
 
2588
  } // __get_attachment_id
2589
 
2857
  }
2858
 
2859
  // print popular posts list
2860
+ $shortcode_content .= $this->__get_popular_posts($shortcode_ops);
2861
  $shortcode_content .= "\n". "<!-- End WordPress Popular Posts Plugin v". $this->version ." -->"."\n";
2862
 
2863
  return $shortcode_content;
3100
 
3101
  } // end __microtime_float
3102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3103
  /**
3104
  * Merges two associative arrays recursively
3105
  *
3278
  * @param mixed args
3279
  */
3280
  function get_mostpopular($args = NULL) {
3281
+ trigger_error( 'The get_mostpopular() template tag has been deprecated since 2.0.3. Please use wpp_get_mostpopular() instead.', E_USER_WARNING );
 
3282
  }