Changeset 224824
- Timestamp:
- 04/03/2010 03:30:20 PM (16 years ago)
- Location:
- wordpress-popular-posts
- Files:
-
- 25 added
- 7 edited
-
tags/2.0.3 (added)
-
tags/2.0.3/btn_donateCC_LG_global.gif (added)
-
tags/2.0.3/index.php (added)
-
tags/2.0.3/maintenance.php (added)
-
tags/2.0.3/readme.txt (added)
-
tags/2.0.3/screenshot-1.gif (added)
-
tags/2.0.3/screenshot-2.gif (added)
-
tags/2.0.3/screenshot-3.gif (added)
-
tags/2.0.3/screenshot-4.gif (added)
-
tags/2.0.3/scripts (added)
-
tags/2.0.3/scripts/cache (added)
-
tags/2.0.3/scripts/cache/Thumbs.db (added)
-
tags/2.0.3/scripts/timthumb.php (added)
-
tags/2.0.3/stats.php (added)
-
tags/2.0.3/style (added)
-
tags/2.0.3/style/wpp.css (added)
-
tags/2.0.3/wordpress-popular-posts-es_ES.mo (added)
-
tags/2.0.3/wordpress-popular-posts-es_ES.po (added)
-
tags/2.0.3/wordpress-popular-posts.mo (added)
-
tags/2.0.3/wordpress-popular-posts.php (added)
-
tags/2.0.3/wordpress-popular-posts.po (added)
-
trunk/index.php (added)
-
trunk/maintenance.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (10 diffs)
-
trunk/screenshot-4.gif (added)
-
trunk/scripts/cache/Thumbs.db (added)
-
trunk/stats.php (added)
-
trunk/wordpress-popular-posts-es_ES.mo (modified) (previous)
-
trunk/wordpress-popular-posts-es_ES.po (modified) (2 diffs)
-
trunk/wordpress-popular-posts.mo (modified) (previous)
-
trunk/wordpress-popular-posts.php (modified) (31 diffs)
-
trunk/wordpress-popular-posts.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-popular-posts/trunk/maintenance.php
r196906 r224824 1 1 <?php 2 if (basename($_SERVER['SCRIPT_NAME']) == basename(__FILE__)) exit('Please do not load this page directly'); 3 2 4 $rand = md5(uniqid(rand(), true)); 3 5 … … 70 72 71 73 </script> 72 <div id="wpp_wrapper"> 74 <div class="wrap"> 75 <div id="icon-options-general" class="icon32"><br /></div> 73 76 <h2 id="wmpp-title">Wordpress Popular Posts</h2> 74 77 … … 302 305 </tr> 303 306 <tr> 307 <td><strong>stats_date_format</strong></td> 308 <td><?php _e('Sets the date format', 'wordpress-popular-posts'); ?></td> 309 <td><?php _e('Text string', 'wordpress-popular-posts'); ?></td> 310 <td align="center">0</td> 311 <td>stats_date_format='F j, Y'</td> 312 </tr> 313 <tr> 304 314 <td><strong>wpp_start</strong></td> 305 315 <td><?php _e('Sets the opening tag for the listing', 'wordpress-popular-posts'); ?></td> … … 352 362 <table cellpadding="5" cellspacing="1"> 353 363 <tr> 354 <td valign="top" width="140"><input type="button" name="wpp-reset-cache" id="wpp-reset-cache" value="<?php _e("Empty cache", "wordpress-popular-posts"); ?>" onclick="confirm_reset_cache()" /></td>355 <td><label for="wpp-reset-cache"><small><?php _e('Use this button to manually clear entries from WPP cache only' ); ?></small></label></td>364 <td valign="top" width="140"><input type="button" name="wpp-reset-cache" id="wpp-reset-cache" class="button-secondary" value="<?php _e("Empty cache", "wordpress-popular-posts"); ?>" onclick="confirm_reset_cache()" /></td> 365 <td><label for="wpp-reset-cache"><small><?php _e('Use this button to manually clear entries from WPP cache only', 'wordpress-popular-posts'); ?></small></label></td> 356 366 </tr> 357 367 <tr> … … 359 369 </tr> 360 370 <tr> 361 <td valign="top"><input type="button" name="wpp-reset-all" id="wpp-reset-all" value="<?php _e("Clear all data", "wordpress-popular-posts"); ?>" onclick="confirm_reset_all()" /></td>362 <td><label for="wpp-reset-all"><small><?php _e('Use this button to manually clear entries from all WPP data tables' ); ?></small></label></td>371 <td valign="top"><input type="button" name="wpp-reset-all" id="wpp-reset-all" class="button-secondary" value="<?php _e("Clear all data", "wordpress-popular-posts"); ?>" onclick="confirm_reset_all()" /></td> 372 <td><label for="wpp-reset-all"><small><?php _e('Use this button to manually clear entries from all WPP data tables', 'wordpress-popular-posts'); ?></small></label></td> 363 373 </tr> 364 374 </table> -
wordpress-popular-posts/trunk/readme.txt
r196906 r224824 4 4 Tags: popular, posts, widget, seo, wordpress 5 5 Requires at least: 2.8 6 Tested up to: 2.9. 17 Stable tag: 2.0. 26 Tested up to: 2.9.2 7 Stable tag: 2.0.3 8 8 9 9 With Wordpress Popular Posts, you can show your visitors what are the most popular entries on your blog. … … 11 11 == Description == 12 12 13 Wordpress Popular Posts is asidebar widget that displays the most popular posts on your blog. You can use it as a template tag, too!13 Wordpress Popular Posts is a highly customizable sidebar widget that displays the most popular posts on your blog. You can use it as a template tag, too! 14 14 15 15 **IMPORTANT ANNOUNCEMENT:** from **version 2.0** and on, **Wordpress Popular Posts** requires at least **Wordpress 2.8** in order to function correctly. If you are not running Wordpress 2.8 or can't update your blog right now, please don't upgrade to/install version 2.x! … … 19 19 **What's new** 20 20 21 * From version 2.0.3 and on, Wordpress Popular Posts will include a **Dashboard panel** where you can monitor what are the most popular posts on your site directly from your wp-admin area! 21 22 * Wordpress Popular Posts is now **multi-widget** capable! Install multiple instances of Wordpress Popular Posts on your sidebars, each with its own unique settings! 22 23 * **Shortcode support!** - from version 2.0, you can showcase your most popular posts on pages, too! 23 * **[WP-Cache](http://wordpress.org/extend/plugins/wp-cache/)** and **[WP Super Cache](http://wordpress.org/extend/plugins/wp-super-cache/)** are now supported! From version 2.0 and on, Wordpress Popular Posts is fully compatible with **caching plugins**!24 * From version 2.0.0 and on, Wordpress Popular Posts is **fully compatible with caching plugins** such as [WP-Cache](http://wordpress.org/extend/plugins/wp-cache/) and [WP Super Cache](http://wordpress.org/extend/plugins/wp-super-cache/)! 24 25 * **Category exclusion** - Want to exclude certain categories from the listing? Use the *Exclude Category* option! 25 * **[WP-PostRatings](http://wordpress.org/extend/plugins/wp-postratings/)** support added! Show your visitors how your readers are rating your posts! 26 * **Database improvements** - Wordpress Popular Posts will now use a lot less space to cache your most popular posts! 27 * **Template tags** - Don't feel like using widgets? No problem! You can still embed your most popular entries on your theme using the **get_mostpopular()** template tag. Additionally, a *new* tag has been included on this release: **wpp_gets_views()**. For usage and instructions, please refer to the [instalation section](http://wordpress.org/extend/plugins/wordpress-popular-posts/installation/). 28 * Use **your own layout**! Control how your most popular posts are shown on your templates. 29 * You can now include a **thumbnail** of your posts! (*see the [FAQ section](http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/) for technical requirements*) 26 * **Automatic maintenance** - Wordpress Popular Posts will wipe out from its cache automatically all those posts that have not been viewed more than 30 days from the current date, keeping the popular ones on the list! This ensures that your cache table will remain as compact as possible! (You can also clear it manually if you like, [look here for instructions](http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/)!). 27 * **Template tags** - Don't feel like using widgets? No problem! You can still embed your most popular entries on your theme using the **wpp_get_mostpopular()** template tag. Additionally, a *new* tag has been included on this release: **wpp_gets_views()**. For usage and instructions, please refer to the [instalation section](http://wordpress.org/extend/plugins/wordpress-popular-posts/installation/). 30 28 31 29 **Other features** 32 30 33 * Post excerpts feature is also available!34 * *Wordpress Popular Posts is localized*! Languages included on this release: *English* (default) and *Spanish*. Wanna help with translations? See the [FAQ section](http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/) for more!31 * Use **your own layout**! Control how your most popular posts are shown on your theme. 32 * *Wordpress Popular Posts can be localized*! Languages included on this release: *English* (default) and *Spanish*. Wanna know how to translate Wordpress Popular Posts into your language? See the [FAQ section](http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/) for more! 35 33 * *Time Range* - list your most popular posts within a specific time range (eg. today's popular posts, this week's popular posts, etc.)! 36 * Wordpress popular posts is highly customizable. You can set its title (or leave it blank if you don't want to use any), decide how many entries to show, whether to display or not comments count and/or pageviews for each entry listed, etc. 34 * Include a **thumbnail** of your posts! (*see the [FAQ section](http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/) for technical requirements*) 35 * [WP-PostRatings](http://wordpress.org/extend/plugins/wp-postratings/) support added! Show your visitors how your readers are rating your posts! 36 * Wanna show your readers a sneak peak of your most popular entries? Wordpress Popular Posts can include excerpts, too! 37 37 * List your posts either by **comment count**, **views** or **average daily views**. Sorted by **comment count** by default. 38 38 * You can also list those pages of your blog (About, Services, Archives, etc.) that are getting a lot of attention from your readers. Enabled by default. … … 44 44 3. Activate **Wordpress Popular Posts** plugin through the 'Plugins' menu in WordPress. 45 45 4. In your admin console, go to Appeareance > Widgets, drag the Wordpress Popular Posts widget to wherever you want it to be and click on Save. 46 5. (optional) Go to Appeareance > 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 47 48 That's it! … … 57 58 `[wpp attribute='value']` 58 59 60 59 61 = Template Tags = 60 62 61 ***get_mostpopular()*** 62 63 Due to the fact that some themes are not widget-ready, or that some blog users don't like widgets at all, there's another choice: the **get_mostpopular** template tag. With it, you can embed the most popular posts of your blog on your site's sidebar without using a widget. This function also accepts parameters (optional) so you can customize the look and feel of the listing. 63 64 ***wpp_get_mostpopular*** 65 66 Due to the fact that some themes are not widget-ready, or that some blog users don't like widgets at all, there's another choice: the **wpp_get_mostpopular** template tag. With it, you can embed the most popular posts of your blog on your site's sidebar without using a widget. This function also accepts parameters (optional) so you can customize the look and feel of the listing. 64 67 65 68 **Usage:** … … 67 70 Without any parameters: 68 71 69 `<?php get_mostpopular(); ?>` 72 `<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular(); ?>` 73 70 74 71 75 Using parameters: 72 76 73 `<?php get_mostpopular("range=weekly&order_by=comments"); ?>` 74 75 For a complete list of parameters (also known as "attributes"), please check your wp-admin > Settings > Wordpress Popular Posts page. 77 78 `<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=weekly&order_by=comments"); ?>` 79 80 81 For a complete list of parameters (also known as "attributes"), please check your *wp-admin > Settings > Wordpress Popular Posts* page. 82 76 83 77 84 ***wpp_get_views()*** 78 85 79 The **wpp_get_views** template tag retrieves the views count of a single post since the plugin was installed. It only accepts one parameter: the post ID (eg. wpp_get_views(15)). If no parameter is passed to the function, it will return false.86 The **wpp_get_views** template tag retrieves the views count of a single post since the plugin was installed. It only accepts one parameter: the post ID (eg. wpp_get_views(15)). If the function doesn't get passed a post ID when called, it'll return false instead. 80 87 81 88 **Usage:** … … 86 93 87 94 * *I'm getting "Sorry. No data so far". What's up with that?* 88 Chances are that no one has seen your posts / pages yet. If you're logged in into wp-admin, your views are not counted since you're the site's administrator. Additionally, if you're a previous user of Wordpress Popular Posts you might want to check [this thread](http://wordpress.org/support/topic/352693#post-1361288) for a more detailed explanation.95 Chances are that no one has seen your posts / pages yet. Also, if you're logged in into wp-admin, your views are not counted since you're the site's administrator. Additionally, if you're a previous user of Wordpress Popular Posts you might want to check [this thread](http://wordpress.org/support/topic/352693#post-1361288) for a more detailed explanation. By the way, your theme has the [wp_header()](http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks) tag in its <head> section, right? 89 96 90 97 * *I'm unable to activate the "Display post thumbnail" option. Why?* 91 You should check that: your host is running **PHP 4.3 +**; the **GD library** is installed and enabled by your host; your "wordpress-popular-posts/scripts/cache" directory **exists** and is **writable**; there are images on your posts.98 You should check that: your host is running **PHP 4.3 or higher**; the **GD library** is installed and [enabled by your host](http://wordpress.org/support/topic/289778#post-1366038); your "wordpress-popular-posts/scripts/cache" directory **exists** and is **writable**; there are images on your posts. 92 99 93 100 * *Can I embed my most popular posts in any other ways than via sidebar widgets?* 94 101 Yes. You have two other ways to achieve this: via **shortcode** (so you can embed it directly on your posts / pages), or via **template tag**. 95 102 96 * *What are the parameters that the get_popularpost() template tag accepts?*103 * *What are the parameters that the wpp_get_mostpopular() template tag accepts?* 97 104 You can find a complete list of parameters via wp-admin > Settings > Wordpress Popular Posts under the section "What attributes does Wordpress Popular Posts shortcode [wpp] have?". 98 105 106 * *I would like to clear Wordpress Popular Posts cache and start over. How can I do that?* 107 If you go to *wp-admin > Settings > Wordpress Popular Posts*, you'll find two buttons that should do what you need: **Clear cache** and **Clear all data**. The first one just wipes out what's in cache, keeping the historical data intact (All-time). The latter, wipes out everything from Wordpress Popular Posts data tables - even the historical data. Note that this **cannot be undone**. 108 99 109 * *Does your plugin include any css stylesheets?* 100 Yes, *but* there are no predefined styles (well, almost). It's there for you to style your most popular posts list as you like. You might need a n expertfor that if you don't know html/css, though.110 Yes, *but* there are no predefined styles (well, almost). It's there for you to style your most popular posts list as you like. You might need a hand for that if you don't know html/css, though. 101 111 102 112 * *Would you help me style my list, please?* … … 107 117 108 118 * *I want to translate your plugin into my language / help you update a PO file. What do I need to do?* 109 There's a PO file included with Wordpress Popular Posts. If your language is not already supported by my plugin, you can use a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) to translate all definitions into your language. If you want to, you can send me your resulting PO and MO files to yo at soyunduro dot comso I can include them on the next release of my plugin.119 There's a PO file included with Wordpress Popular Posts. If your language is not already supported by my plugin, you can use a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) to translate all definitions into your language. If you want to, you can send me your resulting PO and MO files to *yo at soyunduro dot com* so I can include them on the next release of my plugin. 110 120 111 121 * *Help! I'm having some issues with your plugin! What should I do?* 112 Please don't, and read my words carefully, don't use my email address to contact me for support. It would be better for me and others using this plugin if you posted your questions on the [Wordpress Popular Posts Support forums](http://wordpress.org/tags/wordpress-popular-posts?forum_id=10). It'll surely be helpful for other usersrunning into similar issues!122 Please don't, and read my words carefully, don't use my email address to contact me for support. It would be better for me and others using this plugin if you posted your questions on the [Wordpress Popular Posts Support forums](http://wordpress.org/tags/wordpress-popular-posts?forum_id=10). It'll surely be helpful for other people running into similar issues! 113 123 114 124 == Screenshots == … … 117 127 2. Wordpress Popular Posts Widget. 118 128 3. Wordpress Popular Posts Widget on Kubrik Theme's sidebar. 129 4. Wordpress Popular Posts Stats panel. 119 130 120 131 == Changelog == 132 = 2.0.3 = 133 * Added a Statistics Dashboard to Admin panel so users can view what's popular directly from there. 134 * Users can now select a different date format. 135 * get_mostpopular() function deprecated. Replaced with wpp_get_mostpopular(). 136 * Cache maintenance bug fixed. 137 * Several UI enhancements were applied to this version. 121 138 122 139 = 2.0.2 = … … 126 143 127 144 = 2.0.1 = 128 * Post title excerpt now includes html entities. Characters like ÅÄÖshould display properly now.129 * Post excerpt has been improved. Now it supports the following HTML tags: <a><b><i><strong><em>.145 * Post title excerpt now includes html entities. Characters like ÅÄÖ should display properly now. 146 * Post excerpt has been improved. Now it supports the following HTML tags: <a><b><i><strong><em>. 130 147 * Template tag wpp_get_views() added. Retrieves the views count of a single post. 131 148 * Template tag get_mostpopular() re-added. Parameter support included. -
wordpress-popular-posts/trunk/wordpress-popular-posts-es_ES.po
r196376 r224824 3 3 "Project-Id-Version: Wordpress Popular Posts\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-0 1-21 15:15-0430\n"5 "POT-Creation-Date: 2010-04-03 10:54-0400\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: Héctor Cabrera < admin@rauru.com>\n"7 "Last-Translator: Héctor Cabrera <yo@soyunduro.com>\n" 8 8 "Language-Team: Héctor Cabrera <[email protected]>\n" 9 9 "MIME-Version: 1.0\n" … … 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: maintenance.php:5 619 #: maintenance.php:58 20 20 msgid "This operation will delete all entries from Wordpress Popular Posts' cache table and cannot be undone." 21 21 msgstr "Esta operación eliminará todas las entradas del cache de Wordpress Popular Posts y no puede revertirse." 22 22 23 #: maintenance.php:5 624 #: maintenance.php:6 423 #: maintenance.php:58 24 #: maintenance.php:66 25 25 msgid "Do you want to continue?" 26 26 msgstr "¿Quieres continuar?" 27 27 28 #: maintenance.php:6 428 #: maintenance.php:66 29 29 msgid "This operation will delete all stored info from Wordpress Popular Posts' data tables and cannot be undone." 30 30 msgstr "Esta operación eliminará toda la información almacenada de las tablas de data de Wordpress Popular Posts y no puede revertirse." 31 31 32 #: maintenance.php:7 532 #: maintenance.php:78 33 33 msgid "Whoa! What just happened in here?!" 34 34 msgstr "¡Whoa! ¿Qué pasó aquí?" 35 35 36 #: maintenance.php:7 636 #: maintenance.php:79 37 37 msgid "Previous users of Wordpress Popular Posts will remember that earlier versions of my plugin used to display a Settings page over here. However, from version 2.0 and on things will be slightly different." 38 38 msgstr "Los usuarios previos de Wordpress Popular Posts recordarán que versiones anteriores de mi plugin mostraba una página de Configuración aquí. Sin embargo, desde la versión 2.0 en adelante las cosas serán algo diferentes." 39 39 40 #: maintenance.php: 7740 #: maintenance.php:80 41 41 msgid "Wordpress Popular Posts has gone multi-widget so now you'll be able to install multiple instances of my plugin on your sidebars, each with its own unique settings! Because of that, having a General Settings page to handle all instances is simply not a good idea. Fear not, my friend, since you still can set each instance's configuration via" 42 42 msgstr "Wordpress Popular Posts ahora es multi-widget, podrás instalar múltiples instancias de mi plugin en tus barras laterales, ¡cada una con su configuración propia! Por ello, tener una página de Configuración General para manejar todas las instancias no es una buena idea. No temas, amigo mío, ya que puedes manejar la configuración de cada instancia a través de la sección" 43 43 44 #: maintenance.php: 7744 #: maintenance.php:80 45 45 msgid "Widgets page" 46 46 msgstr "Widgets" 47 47 48 #: maintenance.php:8 148 #: maintenance.php:84 49 49 msgid "Help" 50 50 msgstr "Ayuda" 51 51 52 #: maintenance.php:8 252 #: maintenance.php:85 53 53 msgid "What does \"Include pages\" do?" 54 54 msgstr "¿Qué hace \"Incluir páginas\"?" 55 55 56 #: maintenance.php:8 456 #: maintenance.php:87 57 57 msgid "If checked, Wordpress Popular Posts will also list the most viewed pages on your blog. Enabled by default." 58 58 msgstr "Si de tilda, Wordpress Popular Posts también listará las páginas más populares en tu blog. Habilitado por defecto." 59 59 60 #: maintenance.php:8 660 #: maintenance.php:89 61 61 msgid "What does \"Display post rating\" do?" 62 62 msgstr "¿Qué hace \"Mostrar rating del post\"?" 63 63 64 #: maintenance.php: 8864 #: maintenance.php:91 65 65 msgid "If checked, Wordpress Popular Posts will show how your readers are rating your most popular posts. This feature requires having WP-PostRatings plugin installed and enabled on your blog for it to work. Disabled by default." 66 66 msgstr "Si se tilda, Wordpress Popular Posts mostrará como tus lectores están calificando tus posts más populares. Esta funcionalidad requiere que el plugin WP-PostRatings esté instalado y activado en tu blog para que funcione. Deshabilitado por defecto." 67 67 68 #: maintenance.php:9 068 #: maintenance.php:93 69 69 msgid "What does \"Shorten title output\" do?" 70 70 msgstr "¿Qué hace \"Acortar títulos\"?" 71 71 72 #: maintenance.php:9 272 #: maintenance.php:95 73 73 msgid "If checked, all posts titles will be shortened to \"n\" characters. A new \"Shorten title to\" option will appear so you can set it to whatever you like. Disabled by default." 74 74 msgstr "Si se tilda, todos los títulos de posts se acortará \"n\" caracteres. Una nueva opción, \"Acortar título a\" aparecerá para que puedas configurarlo como gustes. Desactivado por defecto." 75 75 76 #: maintenance.php:9 476 #: maintenance.php:97 77 77 msgid "What does \"Display post excerpt\" do?" 78 78 msgstr "¿Qué hace \"Mostrar extracto del post\"?" 79 79 80 #: maintenance.php:9 680 #: maintenance.php:99 81 81 msgid "If checked, Wordpress Popular Posts will also include a small extract of your posts in the list. Similarly to the previous option, you will be able to decide how long the post excerpt should be. Disabled by default." 82 82 msgstr "Si se tilda, Wordpress Popular Posts también incluirá un pequeño extracto de tus posts en la lista. Similarmente a la opción anterior, podrás decidir qué tan largo debe ser el extracto. Desactivado por defecto." 83 83 84 #: maintenance.php:98 84 #: maintenance.php:101 85 msgid "What does \"Keep text format and links\" do?" 86 msgstr "¿Qué hace \"Mantener formato de texto y links\"?" 87 88 #: maintenance.php:103 89 msgid "If checked, and if the Post Excerpt feature is enabled, Wordpress Popular Posts will keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. Hyperlinks will remain intact, too." 90 msgstr "Si se tilda, y si Mostrar Extracto del Post está habilitado, Wordpress Popular Posts mantendrá las etiquetas de estilo (ejem. bold, italic, etc) que se encontraron en el extracto. Los hipervínculos se mantendrán intactos también." 91 92 #: maintenance.php:105 85 93 msgid "What does \"Exclude Categories\" do?" 86 94 msgstr "¿Qué hace \"Excluir Categorías\"?" 87 95 88 #: maintenance.php:10 096 #: maintenance.php:107 89 97 msgid "If checked, Wordpress Popular Posts will exclude from the listing all those entries that belong to specific categories. When entering more than one Category ID, you need to use commas to separate them (eg. 1,5,12 - no spaces!). Disabled by default." 90 98 msgstr "Si se tilda, Wordpress Popular Posts excluirá del listado todas aquellas entradas pertenecientes a categorías específicas. Cuando se ingresa más de un ID de Categoría, necesitas utilizar comas para separarlas (ejem. 1,5,12 - !sin espacios!). Deshabilitado por defecto." 91 99 92 #: maintenance.php:10 2100 #: maintenance.php:109 93 101 msgid "What does \"Display post thumbnail\" do?" 94 102 msgstr "¿Qué hace \"Mostrar miniatura\"?" 95 103 96 #: maintenance.php:1 04104 #: maintenance.php:111 97 105 msgid "If checked, Wordpress Popular Posts will attempt to find the very first image of each post in the listing and turn it into a thumbnail. Note that for this option to work you must check that: your current web host is running PHP 4.3+ or higher and the GD Library is installed and enabled; also that your \"wordpress-popular-posts/scripts/cache\" directory exists and is writable. Disabled by default." 98 106 msgstr "Si se tilda, Wordpress Popular Posts intentará encontrar la primera imagen de cada post para convertirla en una miniatura (thumbnail). Nota que para que esta opción funcione debes verificar que: tu host está corre bajo PHP 4.3+ o mejor y que la librería GD está instalada y habilitada; tambié que tu carpeta \"wordpress-popular-posts/scripts/cache\" existe is es escribible. Desactivada por defecto." 99 107 100 #: maintenance.php:1 06108 #: maintenance.php:113 101 109 msgid "What does \"Display comment count\" do?" 102 110 msgstr "¿Qué hace \"Mostrar comentarios\"?" 103 111 104 #: maintenance.php:1 08112 #: maintenance.php:115 105 113 msgid "If checked, Wordpress Popular Posts will display how many comments each popular post has got until now. Enabled by default." 106 114 msgstr "Si se tilda, Wordpress Popular Posts mostrará cuántos comentarios ha obtenido cada post popular hasta ahora. Habilitado por defecto." 107 115 108 #: maintenance.php:11 0116 #: maintenance.php:117 109 117 msgid "What does \"Display views\" do?" 110 118 msgstr "¿Qué hace \"Mostrar vistas\"?" 111 119 112 #: maintenance.php:11 2120 #: maintenance.php:119 113 121 msgid "If checked, Wordpress Popular Posts will show how many pageviews a single post has gotten so far since this plugin was installed. Disabled by default." 114 122 msgstr "Si se tilda, Wordpress Popular Posts mostrará cuántas vistas ha obtenido un post desde la instalación de este plugin. Deshabilitado por defecto." 115 123 116 #: maintenance.php:1 14124 #: maintenance.php:121 117 125 msgid "What does \"Display author\" do?" 118 126 msgstr "¿Qué hace \"Mostrar autor\"?" 119 127 120 #: maintenance.php:1 16128 #: maintenance.php:123 121 129 msgid "If checked, Wordpress Popular Posts will display the name of the author of each entry listed. Disabled by default." 122 130 msgstr "Si se tilda, Wordpress Popular Posts mostrará el nombre del autor de cada entrada listada. Deshabilitado por defecto." 123 131 124 #: maintenance.php:1 18132 #: maintenance.php:125 125 133 msgid "What does \"Display date\" do?" 126 134 msgstr "¿Qué hace \"Mostrar fecha\"?" 127 135 128 #: maintenance.php:12 0136 #: maintenance.php:127 129 137 msgid "If checked, Wordpress Popular Posts will display the date when each popular posts was published. Disabled by default." 130 138 msgstr "Si se tilda, Wordpress Popular Posts mostrará la fecha en que cada post popular fue publicado. Deshabilitado por defecto." 131 139 132 #: maintenance.php:12 2140 #: maintenance.php:129 133 141 msgid "What does \"Use custom HTML Markup\" do?" 134 142 msgstr "¿Qué hace \"Utilizar Markup HTML personalizado\"?" 135 143 136 #: maintenance.php:1 24144 #: maintenance.php:131 137 145 msgid "If checked, you will be able to customize the HTML markup of your popular posts listing. For example, you can decide whether to wrap your posts in an unordered list, an ordered list, a div, etc. If you know xHTML/CSS, this is for you! Disabled by default." 138 146 msgstr "Si se tilda, podrás personalizar el markup HTML (la estructura HTML) del listado de tus posts. Por ejemplo, puedes decidir si tus posts estarán dentro de una lista desordenada (ul), una lista ordenada (ol), un div, etc. Si sabes xHTML/CSS, ¡esto es para tí!" 139 147 140 #: maintenance.php:1 26148 #: maintenance.php:133 141 149 msgid "What does \"Use content formatting tags\" do?" 142 150 msgstr "¿Qué hace \"Utilizar etiquetas de contenido\"?" 143 151 144 #: maintenance.php:1 28152 #: maintenance.php:135 145 153 msgid "If checked, you can decide the order of the items displayed on each entry. For example, setting it to \"{title}: {summary}\" (without the quotes) would display \"Post title: excerpt of the post here\". Available tags: {image}, {title}, {summary}, {stats} and {rating}. Disabled by default." 146 154 msgstr "Si se tilda, puedes decidir el orden de los items mostrados en cada entrada. Por ejemplo, configurarlo como \"{title}: {summary}\" (sin las comillas) mostraría \"Título del post: extracto del post aquí\". Etiquetas disponibles: {image}, {title}, {summary}, {stats} y {rating}. Deshabilitado por defecto." 147 155 148 #: maintenance.php:13 0156 #: maintenance.php:137 149 157 msgid "What are \"Template Tags\"?" 150 158 msgstr "¿Qué son los \"Template Tags\"?" 151 159 152 #: maintenance.php:13 2160 #: maintenance.php:139 153 161 msgid "Template Tags are simply php functions that allow you to perform certain actions. For example, Wordpress Popular Posts currently supports two different template tags: get_mostpopular() and wpp_get_views()." 154 162 msgstr "Los Template Tags son simplemente funciones php que te permiten realizar ciertas acciones. Por ejemplo, Wordpress Popular Posts actualmante soporte dos template tags diferentes: get_mostpopular y wpp_get_views()." 155 163 156 #: maintenance.php:1 34164 #: maintenance.php:141 157 165 msgid "What are the template tags that Wordpress Popular Posts supports?" 158 166 msgstr "¿Cuáles template tags soporta Wordpress Popular Posts?" 159 167 160 #: maintenance.php:1 36168 #: maintenance.php:143 161 169 msgid "The following are the template tags supported by Wordpress Popular Posts:" 162 170 msgstr "Los siguientes son los template tags soportados por Wordpress Popular Posts:" 163 171 164 #: maintenance.php:1 39172 #: maintenance.php:146 165 173 msgid "Template tag" 166 174 msgstr "Template tag" 167 175 168 #: maintenance.php:14 0169 #: maintenance.php:1 68176 #: maintenance.php:147 177 #: maintenance.php:175 170 178 msgid "What it does " 171 179 msgstr "Qué hace" 172 180 173 #: maintenance.php:14 1181 #: maintenance.php:148 174 182 msgid "Parameters" 175 183 msgstr "Parámetros" 176 184 177 #: maintenance.php:14 2178 #: maintenance.php:17 0185 #: maintenance.php:149 186 #: maintenance.php:178 179 187 msgid "Example" 180 188 msgstr "Ejemplo" 181 189 182 #: maintenance.php:1 46190 #: maintenance.php:153 183 191 msgid "Similar to the widget functionality, this tag retrieves the most popular posts on your blog. While it can be customized via parameters, these are not needed for it to work." 184 192 msgstr "Al igual que la funcionalidad tipo widget, este tag obtiene los posts más populares de tu blog. Puede ser personalizado via parámetros, pero no son necesarios para que funcione." 185 193 186 #: maintenance.php:1 47194 #: maintenance.php:154 187 195 msgid "Please refer to \"What attributes does Wordpress Popular Posts shortcode [wpp] have?\"" 188 196 msgstr "Favor leer \"¿Cuáles template tags soporta Wordpress Popular Posts?\"" 189 197 190 #: maintenance.php:15 2198 #: maintenance.php:159 191 199 msgid "Displays the number of views of a single post. Post ID required, or it will return false." 192 200 msgstr "Muestra el número de vistas de un post. Se requiere el ID del post, o la función retornará falso." 193 201 194 #: maintenance.php:1 53202 #: maintenance.php:160 195 203 msgid "Post ID" 196 204 msgstr "ID del Post" 197 205 198 #: maintenance.php:1 58206 #: maintenance.php:165 199 207 msgid "What are \"shortcodes\"?" 200 208 msgstr "¿Qué son los \"shortcodes\"?" 201 209 202 #: maintenance.php:16 0210 #: maintenance.php:167 203 211 msgid "Shortcodes are hooks that allow us to call a php function by simply typing something like [shortcode]. With Wordpress Popular Posts, the shortcode [wpp] will let you insert a list of the most popular posts in posts content and pages too! For more information about shortcodes, please visit" 204 212 msgstr "Los shortcodes son hooks que nos permiten llamar a una función php simplemente escribiendo algo como [shortcode]. Con Wordpress Popular Posts, el shortcode [wpp] te permitirá insertar una lista de los posts más populares en páginas y en los contenidos de los posts. Para más informació visita" 205 213 206 #: maintenance.php:16 2214 #: maintenance.php:169 207 215 msgid "What attributes does Wordpress Popular Posts shortcode [wpp] have?" 208 216 msgstr "¿Qué atributos tiene el shortcode [wpp] de Wordpress Popular Posts?" 209 217 210 #: maintenance.php:1 64218 #: maintenance.php:171 211 219 msgid "There are a number of attributes Wordpress Popular Posts currently supports:" 212 220 msgstr "Hay un número de atributos que Wordpress Popular Posts actualmente soporta:" 213 221 214 #: maintenance.php:1 67222 #: maintenance.php:174 215 223 msgid "Attributes" 216 224 msgstr "Atributos" 217 225 218 #: maintenance.php:1 69226 #: maintenance.php:176 219 227 msgid "Possible values" 220 228 msgstr "Valores Posibles" 221 229 222 #: maintenance.php:174 230 #: maintenance.php:177 231 msgid "Defaults to" 232 msgstr "Por defecto" 233 234 #: maintenance.php:182 223 235 msgid "Sets a heading for the list" 224 236 msgstr "Setea el encabezado de la lista" 225 237 226 #: maintenance.php:175 227 #: maintenance.php:181 228 #: maintenance.php:187 229 #: maintenance.php:229 230 #: maintenance.php:277 231 #: maintenance.php:283 232 #: maintenance.php:289 233 #: maintenance.php:295 238 #: maintenance.php:183 239 #: maintenance.php:190 240 #: maintenance.php:197 241 #: maintenance.php:253 242 #: maintenance.php:309 243 #: maintenance.php:316 244 #: maintenance.php:323 245 #: maintenance.php:330 246 #: maintenance.php:337 234 247 msgid "Text string" 235 248 msgstr "Cadena de texto" 236 249 237 #: maintenance.php:180 250 #: maintenance.php:184 251 #: wordpress-popular-posts.php:181 252 msgid "Popular Posts" 253 msgstr "Entradas Populares" 254 255 #: maintenance.php:189 238 256 msgid "Set the opening tag for the heading of the list" 239 257 msgstr "Setea la etiqueta html de apertura del encabezado de la lista" 240 258 241 #: maintenance.php:1 86259 #: maintenance.php:196 242 260 msgid "Set the closing tag for the heading of the list" 243 261 msgstr "Setea la etiqueta de cierre del encabezado de la lista" 244 262 245 #: maintenance.php: 192263 #: maintenance.php:203 246 264 msgid "Sets the maximum number of popular posts to be shown on the listing" 247 265 msgstr "Setea el número máximo de posts populares a mostrarse en la lista" 248 266 249 #: maintenance.php: 193250 #: maintenance.php:2 17251 #: maintenance.php:2 23252 #: maintenance.php:2 35253 #: maintenance.php:2 41267 #: maintenance.php:204 268 #: maintenance.php:232 269 #: maintenance.php:239 270 #: maintenance.php:260 271 #: maintenance.php:267 254 272 msgid "Positive integer" 255 273 msgstr "Entero positivo" 256 274 257 #: maintenance.php: 198275 #: maintenance.php:210 258 276 msgid "Tells Wordpress Popular Posts to retrieve the most popular entries within the time range specified by you" 259 277 msgstr "Le dice a Wordpress Popular Posts que debe traer los posts más populares que estén dentro del tiempo especificado por tí." 260 278 261 #: maintenance.php:2 04279 #: maintenance.php:217 262 280 msgid "Sets the sorting option of the popular posts" 263 281 msgstr "Setea el valor por el cual deben ordenarse los posts populares" 264 282 265 #: maintenance.php:2 05283 #: maintenance.php:218 266 284 msgid "(for average views per day)" 267 285 msgstr "(vistas promedio por día)" 268 286 269 #: maintenance.php:2 10287 #: maintenance.php:224 270 288 msgid "Tells Wordpress Popular Posts whether to consider or not pages while building the popular list" 271 289 msgstr "Le dice a Wordpress Popular Posts si debe considerar o no las páginas mientras construye la lista popular" 272 290 273 #: maintenance.php:2 16291 #: maintenance.php:231 274 292 msgid "If set, Wordpress Popular Posts will shorten each post title to \"n\" characters whenever possible" 275 293 msgstr "Si se setea, Wordpress Popular Posts acortará cada título a \"n\" caracteres cuando sea posible" 276 294 277 #: maintenance.php:2 22295 #: maintenance.php:238 278 296 msgid "If set, Wordpress Popular Posts will build and include an excerpt of \"n\" characters long from the content of each post listed as popular" 279 297 msgstr "Si se setea, Wordpress Popular Posts construirá e insertará un extracto de \"n\" caracteres de largo del contenido de cada post listado como popular" 280 298 281 #: maintenance.php:228 299 #: maintenance.php:245 300 msgid "If set, Wordpress Popular Posts will maintaing all styling tags (strong, italic, etc) and hyperlinks found in the excerpt" 301 msgstr "Si se setea, Wordpress Popular Posts mantendrá las etiquetas de formato (strong, italic, etc) y los hipervínculos encontrados en el extracto" 302 303 #: maintenance.php:252 282 304 msgid "If set, Wordpress Popular Posts will exclude all entries that belong to the specified category(ies)." 283 305 msgstr "Si se setea, Wordpress Popular Posts excluirá todas las entradas que pertenezcan a las categorías especificadas." 284 306 285 #: maintenance.php:234 307 #: maintenance.php:254 308 msgid "None" 309 msgstr "Ninguno" 310 311 #: maintenance.php:259 286 312 msgid "If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the width for thumbnails" 287 313 msgstr "Si se setea, y si la configuración actual de tu servidor lo permite, podrás mostrar miniaturas (thumbnails) de tus posts. Este atributo setea el ancho de las miniaturas" 288 314 289 #: maintenance.php:2 40315 #: maintenance.php:266 290 316 msgid "If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the height for thumbnails" 291 317 msgstr "Si se setea, y si la configuración actual de tu servidor lo permite, podrás mostrar miniaturas (thumbnails) de tus posts. Este atributo setea el alto de las miniaturas" 292 318 293 #: maintenance.php:2 46319 #: maintenance.php:273 294 320 msgid "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, Wordpress Popular Posts will show how your visitors are rating your entries" 295 321 msgstr "Si se setea, y si el plugin WP-PostRatings está instalado y activo en tu blog, Wordpress Popular Posts mostrará cómo tus visitantes califican tus entradas" 296 322 297 #: maintenance.php:2 52323 #: maintenance.php:280 298 324 msgid "If set, Wordpress Popular Posts will show how many comments each popular post has got until now" 299 325 msgstr "Si se setea, Wordpress Popular Posts mostrará cuántos comentarios ha obtenido cada post popular hasta ahora" 300 326 301 #: maintenance.php:2 58327 #: maintenance.php:287 302 328 msgid "If set, Wordpress Popular Posts will show how many views each popular post has got since it was installed" 303 329 msgstr "Si se setea, Wordpress Popular Posts mostrará cuántas vistas ha obtenido cada post popular desde que se instaló el plugin" 304 330 305 #: maintenance.php:2 64331 #: maintenance.php:294 306 332 msgid "If set, Wordpress Popular Posts will show who published each popular post on the list" 307 333 msgstr "Si se setea, Wordpress Popular Posts mostrará quién publicó cada uno de los posts populares de la lista" 308 334 309 #: maintenance.php: 270335 #: maintenance.php:301 310 336 msgid "If set, Wordpress Popular Posts will when each popular post on the list was published" 311 msgstr "Si se setea, Wordpress Popular Posts mostraá cuando fue publicado cada post en la lista" 312 313 #: maintenance.php:276 337 msgstr "Si se setea, Wordpress Popular Posts mostrará cuando fue publicado cada post en la lista" 338 339 #: maintenance.php:308 340 msgid "Sets the date format" 341 msgstr "Setea el formato de la fecha" 342 343 #: maintenance.php:315 314 344 msgid "Sets the opening tag for the listing" 315 345 msgstr "Setea la etiqueta de apertura de la lista" 316 346 317 #: maintenance.php: 282347 #: maintenance.php:322 318 348 msgid "Sets the closing tag for the listing" 319 349 msgstr "Setea la etiqueta de cierre de la lista" 320 350 321 #: maintenance.php: 288351 #: maintenance.php:329 322 352 msgid "Sets the opening tag for each item on the list" 323 353 msgstr "Setea la etiqueta de apertura de cada item en la lista" 324 354 325 #: maintenance.php: 294355 #: maintenance.php:336 326 356 msgid "Sets the closing tag for each item on the list" 327 357 msgstr "Setea la etiqueta de cierre de cada item en la lista" 328 358 329 #: maintenance.php:3 00359 #: maintenance.php:343 330 360 msgid "If set, this option will allow you to decide the order of the contents within each item on the list." 331 361 msgstr "Si se setea, esta opción te permitirá decidir el orden de los contenidos de cada item en la lista" 332 362 333 #: maintenance.php:3 06363 #: maintenance.php:350 334 364 msgid "If set, you can decide the order of each content inside a single item on the list. For example, setting it to \"{title}: {summary}\" would output something like \"Your Post Title: summary here\"" 335 365 msgstr "Si se setea, puedes decidir el orden de los contenidos de cada item en la lista. Por ejemplo, configurarlo como \"{title}: {summary}\" mostraría algo como \"Tu título: extracto del post aquí\" " 336 366 337 #: maintenance.php:3 07367 #: maintenance.php:351 338 368 msgid "Available tags" 339 369 msgstr "Etiquetas disponibles" 340 370 341 #: maintenance.php:3 15371 #: maintenance.php:360 342 372 msgid "Maintenance Settings" 343 373 msgstr "Opciones de Mantenimiento" 344 374 345 #: maintenance.php:3 16375 #: maintenance.php:361 346 376 msgid "Wordpress Popular Posts keeps historical data of your most popular entries for up to 30 days. If for some reason you need to clear the cache table, or even both historical and cache tables, please use the buttons below to do so." 347 377 msgstr "Wordpress Popular Posts guarda data histórica de tus posts más populares por hasta 30 días. Si por alguna razón necesitas limpiar el cache, o inclusive tanto el cache como la tabla histórica, por favor utiliza los botones de abajo." 348 378 349 #: maintenance.php:3 19379 #: maintenance.php:364 350 380 msgid "Empty cache" 351 381 msgstr "Vaciar cache" 352 382 353 #: maintenance.php:3 20383 #: maintenance.php:365 354 384 msgid "Use this button to manually clear entries from WPP cache only" 355 385 msgstr "Utiliza este botón para limpiar manualmente todas las entradas del cache de Wordpress Popular Posts" 356 386 357 #: maintenance.php:3 26387 #: maintenance.php:371 358 388 msgid "Clear all data" 359 389 msgstr "Eliminar toda la data" 360 390 361 #: maintenance.php:3 27391 #: maintenance.php:372 362 392 msgid "Use this button to manually clear entries from all WPP data tables" 363 393 msgstr "Utiliza este botón para limpiar toda la data de Wordpress Popular Posts" 364 394 365 #: maintenance.php:3 35395 #: maintenance.php:380 366 396 msgid "Do you like this plugin?" 367 397 msgstr "¿Te gusta este plugin?" 368 398 369 #: maintenance.php:3 35399 #: maintenance.php:380 370 400 msgid "Rate Wordpress Popular Posts!" 371 401 msgstr "¡Califica Wordpress Popular Posts!" 372 402 373 #: maintenance.php:3 35403 #: maintenance.php:380 374 404 msgid "Rate it 5" 375 405 msgstr "¡Dale un 5" 376 406 377 #: maintenance.php:3 35407 #: maintenance.php:380 378 408 msgid "on the official Plugin Directory!" 379 409 msgstr "en el directorio oficial de plugins!" 380 410 381 #: maintenance.php:3 36411 #: maintenance.php:381 382 412 msgid "Do you love this plugin?" 383 413 msgstr "¿Te encanta este plugin?" 384 414 385 #: maintenance.php:3 36386 #: maintenance.php:3 37415 #: maintenance.php:381 416 #: maintenance.php:382 387 417 msgid "Buy me a beer!" 388 418 msgstr "¡Cómprame una cerveza!" 389 419 390 #: maintenance.php:3 36420 #: maintenance.php:381 391 421 msgid "Each donation motivates me to keep releasing free stuff for the Wordpress community!" 392 422 msgstr "¡Cada donativo me motiva a seguir contribuyendo con la comunidad Wordpress!" 393 423 394 #: wordpress-popular-posts.php:160 395 msgid "Popular Posts" 396 msgstr "Entradas Populares" 397 398 #: wordpress-popular-posts.php:209 424 #: stats.php:90 425 msgid "Click on each tab to see what are the most popular entries on your blog today, this week, last 30 days or all time since Wordpress Popular Posts was installed." 426 msgstr "Haga clic en cada pestaña para ver cuáles son las entradas más populares en su blog hoy, esta semana, en los últimos 30 dís o desde que se instaló Wordpress Popular Posts." 427 428 #: stats.php:92 429 #: wordpress-popular-posts.php:240 430 msgid "Today" 431 msgstr "Hoy" 432 433 #: stats.php:93 434 msgid "Weekly" 435 msgstr "Semanalmente" 436 437 #: stats.php:94 438 msgid "Monthly" 439 msgstr "Mensualmente" 440 441 #: stats.php:95 442 #: wordpress-popular-posts.php:243 443 msgid "All-time" 444 msgstr "Todos" 445 446 #: stats.php:122 447 msgid "See statistics also in" 448 msgstr "Ver estadísticas en" 449 450 #: wordpress-popular-posts.php:234 399 451 msgid "Title:" 400 452 msgstr "Título:" 401 453 402 #: wordpress-popular-posts.php:2 11454 #: wordpress-popular-posts.php:236 403 455 msgid "Show up to:" 404 456 msgstr "Mostrar hasta:" 405 457 406 #: wordpress-popular-posts.php:2 12458 #: wordpress-popular-posts.php:237 407 459 msgid "posts" 408 460 msgstr "posts" 409 461 410 #: wordpress-popular-posts.php:2 13462 #: wordpress-popular-posts.php:238 411 463 msgid "Time Range:" 412 464 msgstr "Rango de tiempo:" 413 465 414 #: wordpress-popular-posts.php:215 415 msgid "Today" 416 msgstr "Hoy" 417 418 #: wordpress-popular-posts.php:216 466 #: wordpress-popular-posts.php:241 419 467 msgid "Last 7 days" 420 468 msgstr "Últimos 7 días" 421 469 422 #: wordpress-popular-posts.php:2 17470 #: wordpress-popular-posts.php:242 423 471 msgid "Last 30 days" 424 472 msgstr "Últimos 30 días" 425 473 426 #: wordpress-popular-posts.php:218 427 msgid "All-time" 428 msgstr "Todos" 429 430 #: wordpress-popular-posts.php:221 474 #: wordpress-popular-posts.php:246 431 475 msgid "Sort posts by:" 432 476 msgstr "Ordernar posts por:" 433 477 434 #: wordpress-popular-posts.php:2 23478 #: wordpress-popular-posts.php:248 435 479 msgid "Comments" 436 480 msgstr "Comentarios" 437 481 438 #: wordpress-popular-posts.php:2 24482 #: wordpress-popular-posts.php:249 439 483 msgid "Total views" 440 484 msgstr "Vistas" 441 485 442 #: wordpress-popular-posts.php:2 25486 #: wordpress-popular-posts.php:250 443 487 msgid "Avg. daily views" 444 488 msgstr "Vistas por día" 445 489 446 #: wordpress-popular-posts.php:2 28490 #: wordpress-popular-posts.php:253 447 491 msgid "Include pages" 448 492 msgstr "Incluir páginas" 449 493 450 #: wordpress-popular-posts.php:2 30494 #: wordpress-popular-posts.php:255 451 495 msgid "Display post rating" 452 496 msgstr "Mostrar calificación del post" 453 497 454 #: wordpress-popular-posts.php:2 32498 #: wordpress-popular-posts.php:257 455 499 msgid "Shorten title output" 456 500 msgstr "Acortar título" 457 501 458 #: wordpress-popular-posts.php:2 34502 #: wordpress-popular-posts.php:259 459 503 msgid "Shorten title to" 460 504 msgstr "acortar título a" 461 505 462 #: wordpress-popular-posts.php:2 34463 #: wordpress-popular-posts.php:2 38506 #: wordpress-popular-posts.php:259 507 #: wordpress-popular-posts.php:266 464 508 msgid "characters" 465 509 msgstr "caracteres" 466 510 467 #: wordpress-popular-posts.php:2 36511 #: wordpress-popular-posts.php:261 468 512 msgid "Display post excerpt" 469 513 msgstr "Mostrar extracto del post" 470 514 471 #: wordpress-popular-posts.php:238 515 #: wordpress-popular-posts.php:264 516 msgid "Excerpt Properties" 517 msgstr "Propiedades del extracto" 518 519 #: wordpress-popular-posts.php:265 520 msgid "Keep text format and links" 521 msgstr "Mantener formato de texto y links" 522 523 #: wordpress-popular-posts.php:266 472 524 msgid "Excerpt length:" 473 525 msgstr "Longitud del extracto:" 474 526 475 #: wordpress-popular-posts.php:2 41527 #: wordpress-popular-posts.php:270 476 528 msgid "Exclude categories" 477 529 msgstr "Excluir categorías" 478 530 479 #: wordpress-popular-posts.php:243 480 msgid "ID(s) to exclude (comma separated, no spaces):" 481 msgstr "ID(s) a excluir (separado por comas, sin espacios):" 482 483 #: wordpress-popular-posts.php:246 531 #: wordpress-popular-posts.php:273 532 msgid "Categories to exclude" 533 msgstr "Categorías a excluir" 534 535 #: wordpress-popular-posts.php:274 536 msgid "ID(s) (comma separated, no spaces):" 537 msgstr "ID(s) (separado por comas, sin espacios):" 538 539 #: wordpress-popular-posts.php:279 484 540 msgid "Display post thumbnail" 485 541 msgstr "Mostrar miniatura" 486 542 487 #: wordpress-popular-posts.php:248 543 #: wordpress-popular-posts.php:282 544 msgid "Thumbnail Dimensions" 545 msgstr "Dimensiones de la Miniatura" 546 547 #: wordpress-popular-posts.php:283 488 548 msgid "Width:" 489 549 msgstr "Ancho:" 490 550 491 #: wordpress-popular-posts.php:2 49492 #: wordpress-popular-posts.php:2 51551 #: wordpress-popular-posts.php:284 552 #: wordpress-popular-posts.php:286 493 553 msgid "px" 494 554 msgstr "px" 495 555 496 #: wordpress-popular-posts.php:2 50556 #: wordpress-popular-posts.php:285 497 557 msgid "Height:" 498 558 msgstr "Alto:" 499 559 500 #: wordpress-popular-posts.php:2 55560 #: wordpress-popular-posts.php:291 501 561 msgid "Stats Tag settings" 502 msgstr "Configuració mdel Stats Tag"503 504 #: wordpress-popular-posts.php:2 56562 msgstr "Configuración del Stats Tag" 563 564 #: wordpress-popular-posts.php:292 505 565 msgid "Display comment count" 506 566 msgstr "Mostrar comentarios" 507 567 508 #: wordpress-popular-posts.php:2 57568 #: wordpress-popular-posts.php:293 509 569 msgid "Display views" 510 570 msgstr "Mostrar vistas" 511 571 512 #: wordpress-popular-posts.php:2 58572 #: wordpress-popular-posts.php:294 513 573 msgid "Display author" 514 574 msgstr "Mostrar autor" 515 575 516 #: wordpress-popular-posts.php:2 59576 #: wordpress-popular-posts.php:295 517 577 msgid "Display date" 518 578 msgstr "Mostrar fecha" 519 579 520 #: wordpress-popular-posts.php:263 580 #: wordpress-popular-posts.php:298 581 msgid "Date Format" 582 msgstr "Formato de la fecha" 583 584 #: wordpress-popular-posts.php:308 521 585 msgid "HTML Markup settings" 522 586 msgstr "Configuración del Markup HTML" 523 587 524 #: wordpress-popular-posts.php: 264588 #: wordpress-popular-posts.php:309 525 589 msgid "Use custom HTML Markup" 526 590 msgstr "Utilizar Markup HTML personalizado" 527 591 528 #: wordpress-popular-posts.php: 265592 #: wordpress-popular-posts.php:312 529 593 msgid "Before / after title:" 530 594 msgstr "Antes / después del título:" 531 595 532 #: wordpress-popular-posts.php: 267596 #: wordpress-popular-posts.php:314 533 597 msgid "Before / after Popular Posts:" 534 598 msgstr "Antes / después de los Post Populares:" 535 599 536 #: wordpress-popular-posts.php: 269600 #: wordpress-popular-posts.php:316 537 601 msgid "Before / after each post:" 538 602 msgstr "Antes / después de cada post:" 539 603 540 #: wordpress-popular-posts.php: 272604 #: wordpress-popular-posts.php:320 541 605 msgid "Use content formatting tags" 542 606 msgstr "Utilizar etiquetas de contenido" 543 607 544 #: wordpress-popular-posts.php: 273608 #: wordpress-popular-posts.php:323 545 609 msgid "Content format:" 546 610 msgstr "Formato del contenido:" 547 611 548 #: wordpress-popular-posts.php:3 31612 #: wordpress-popular-posts.php:382 549 613 msgid "Success! The cache table has been cleared!" 550 614 msgstr "!Eacute;xito! !El cache ha sido vaciado!" 551 615 552 #: wordpress-popular-posts.php:3 33616 #: wordpress-popular-posts.php:384 553 617 msgid "Error: cache table does not exist." 554 618 msgstr "Error: la tabla cache no existe." 555 619 556 #: wordpress-popular-posts.php:3 39620 #: wordpress-popular-posts.php:390 557 621 msgid "Success! All data have been cleared!" 558 622 msgstr "!Eacute;xito! !Toda la data ha sido eliminada!" 559 623 560 #: wordpress-popular-posts.php:3 41624 #: wordpress-popular-posts.php:392 561 625 msgid "Error: one or both data tables are missing." 562 626 msgstr "Error: una o ambas tablas de datos no existen." 563 627 564 #: wordpress-popular-posts.php:3 44628 #: wordpress-popular-posts.php:395 565 629 msgid "Invalid action." 566 630 msgstr "Acción inválida." 567 631 568 #: wordpress-popular-posts.php:3 47632 #: wordpress-popular-posts.php:398 569 633 msgid "Sorry, you do not have enough permissions to do this. Please contact the site administrator for support." 570 634 msgstr "Lo lamento, no tienes suficientes permisos para hacer esto. Por favor contacta al administrador del sitio." 571 635 572 #: wordpress-popular-posts.php:5 13636 #: wordpress-popular-posts.php:564 573 637 msgid "Sorry. No data so far." 574 638 msgstr "Lo lamento, no hay información aún." 575 639 576 #: wordpress-popular-posts.php: 552640 #: wordpress-popular-posts.php:605 577 641 msgid " comment(s)" 578 642 msgstr "comentario(s)" 579 643 580 #: wordpress-popular-posts.php: 555644 #: wordpress-popular-posts.php:608 581 645 msgid " view(s)" 582 646 msgstr "vista(s)" 583 647 584 #: wordpress-popular-posts.php: 560648 #: wordpress-popular-posts.php:613 585 649 msgid " view(s) per day" 586 650 msgstr "vista(s) por día" 587 651 588 #: wordpress-popular-posts.php:865 652 #: wordpress-popular-posts.php:626 653 #: wordpress-popular-posts.php:628 654 msgid "by" 655 msgstr "por" 656 657 #: wordpress-popular-posts.php:633 658 #: wordpress-popular-posts.php:635 659 msgid "posted on" 660 msgstr "publicado el" 661 662 #: wordpress-popular-posts.php:921 589 663 msgid "Your Wordpress version is too old. Wordpress Popular Posts Plugin requires at least version 2.8 to function correctly. Please update your blog via Tools > Upgrade." 590 664 msgstr "Tu versión de Wordpress es muy antigua. El plugin Wordpress Popular Posts requiere al menos la versión 2.8 para funcionar correctamente. Por favor actualiza tu blog via Herramientas > Actualizar." 591 665 666 #: wordpress-popular-posts.php:1037 667 msgid "Wordpress Popular Posts Stats" 668 msgstr "Estadísticas de Wordpress Popular Posts" 669 -
wordpress-popular-posts/trunk/wordpress-popular-posts.php
r207603 r224824 2 2 /* 3 3 Plugin Name: Wordpress Popular Posts 4 Plugin URI: http://wordpress.org/extend/plugins/wordpress-popular-posts /5 Description: Retrieves the most active entries of your blog and displays them with your own formatting (<em>optional</em>). Use it as a widget or place it in your templates using <strong><?phpget_mostpopular(); ?></strong>6 Version: 2.0. 24 Plugin URI: http://wordpress.org/extend/plugins/wordpress-popular-posts 5 Description: Showcases your most popular posts to your visitors on your blog's sidebar. Use Wordpress Popular Posts as a widget or place it anywhere on your theme using <strong><?php wpp_get_mostpopular(); ?></strong> 6 Version: 2.0.3 7 7 Author: Héctor Cabrera 8 Author URI: http://wordpress.org/extend/plugins/wordpress-popular-posts/ 8 Author URI: http://wordpress.org/extend/plugins/wordpress-popular-posts 9 License: GPL2 9 10 */ 11 12 if (basename($_SERVER['SCRIPT_NAME']) == basename(__FILE__)) exit('Please do not load this page directly'); 10 13 11 14 /** … … 26 29 class WordpressPopularPosts extends WP_Widget { 27 30 // plugin global variables 28 var $version = "2.0. 2";31 var $version = "2.0.3"; 29 32 var $qTrans = false; 30 33 var $postRating = false; … … 69 72 70 73 // cache maintenance schedule 71 register_ activation_hook(__FILE__, array(&$this, 'wpp_cache_schedule'));74 register_deactivation_hook(__FILE__, array(&$this, 'wpp_deactivation')); 72 75 add_action('wpp_cache_event', array(&$this, 'wpp_cache_maintenance')); 73 register_deactivation_hook(__FILE__, array(&$this, 'wpp_deactivation')); 76 if (!wp_next_scheduled('wpp_cache_event')) { 77 $tomorrow = time() + 86400; 78 $midnight = mktime(0, 0, 0, 79 date("m", $tomorrow), 80 date("d", $tomorrow), 81 date("Y", $tomorrow)); 82 wp_schedule_event( $midnight, 'daily', 'wpp_cache_event' ); 83 } 74 84 75 85 // Wordpress version check … … 90 100 add_shortcode('WPP', array(&$this, 'wpp_shortcode')); 91 101 } 92 } 102 103 // set version 104 $wpp_ver = get_option('wpp_ver'); 105 if (!$wp_ver) add_option('wpp_ver', $this->version); 106 107 // add stats page 108 add_action('admin_menu', array(&$this, 'wpp_stats')); 109 } 93 110 94 111 // builds Wordpress Popular Posts' widgets 95 112 function widget($args, $instance) { 96 113 extract($args); 114 echo "<!-- Wordpress Popular Posts Plugin v". $this->version ." [W] [".$instance['range']."] -->"."\n"; 97 115 echo $before_widget; 98 116 … … 108 126 echo $this->get_popular_posts($instance, false); 109 127 echo $after_widget; 128 echo "<!-- End Wordpress Popular Posts Plugin v". $this->version ." -->"."\n"; 110 129 } 111 130 … … 141 160 $instance['stats_tag']['views'] = $new_instance['views']; 142 161 $instance['stats_tag']['author'] = $new_instance['author']; 143 $instance['stats_tag']['date'] = $new_instance['date']; 162 $instance['stats_tag']['date']['active'] = $new_instance['date']; 163 $instance['stats_tag']['date']['format'] = empty($new_instance['date_format']) ? 'F j, Y' : $new_instance['date_format']; 144 164 $instance['markup']['custom_html'] = $new_instance['custom_html']; 145 165 $instance['markup']['wpp-start'] = empty($new_instance['wpp-start']) ? '<ul>' : htmlspecialchars( $new_instance['wpp-start'], ENT_QUOTES ); … … 187 207 'views' => false, 188 208 'author' => false, 189 'date' => false 209 'date' => array( 210 'active' => false, 211 'format' => 'F j, Y' 212 ) 190 213 ), 191 214 'markup' => array( … … 238 261 <input type="checkbox" class="checkbox" <?php echo ($instance['post-excerpt']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'post-excerpt-active' ); ?>" name="<?php echo $this->get_field_name( 'post-excerpt-active' ); ?>" /> <label for="<?php echo $this->get_field_id( 'post-excerpt-active' ); ?>"><?php _e('Display post excerpt', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 239 262 <?php if ($instance['post-excerpt']['active']) : ?> 240 <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 bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 241 <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:30px!important" /> <?php _e('characters', 'wordpress-popular-posts'); ?></label><br /><br /> 242 <?php endif; ?> 243 263 <fieldset class="widefat"> 264 <legend><?php _e('Excerpt Properties', 'wordpress-popular-posts'); ?></legend> 265 <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 bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 266 <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:30px!important" /> <?php _e('characters', 'wordpress-popular-posts'); ?></label> 267 </fieldset> 268 <br /> 269 <?php endif; ?> 244 270 <input type="checkbox" class="checkbox" <?php echo ($instance['exclude-cats']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'exclude-cats' ); ?>" name="<?php echo $this->get_field_name( 'exclude-cats' ); ?>" /> <label for="<?php echo $this->get_field_id( 'exclude-cats' ); ?>"><?php _e('Exclude categories', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 245 271 <?php if ($instance['exclude-cats']['active']) : ?> 246 <label for="<?php echo $this->get_field_id( 'excluded' ); ?>"><?php _e('ID(s) to exclude (comma separated, no spaces):', 'wordpress-popular-posts'); ?></label><br /><input id="<?php echo $this->get_field_id( 'excluded' ); ?>" name="<?php echo $this->get_field_name( 'excluded' ); ?>" value="<?php echo $instance['exclude-cats']['cats']; ?>" class="widefat" /><br /><br /> 272 <fieldset class="widefat"> 273 <legend><?php _e('Categories to exclude', 'wordpress-popular-posts'); ?></legend> 274 <label for="<?php echo $this->get_field_id( 'excluded' ); ?>"><?php _e('ID(s) (comma separated, no spaces):', 'wordpress-popular-posts'); ?></label><br /> <input id="<?php echo $this->get_field_id( 'excluded' ); ?>" name="<?php echo $this->get_field_name( 'excluded' ); ?>" value="<?php echo $instance['exclude-cats']['cats']; ?>" class="widefat" style="width:150px" /><br /><br /> 275 </fieldset> 276 <br /> 247 277 <?php endif; ?> 248 278 249 279 <input type="checkbox" class="checkbox" <?php echo ($instance['thumbnail']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'thumbnail-active' ); ?>" name="<?php echo $this->get_field_name( 'thumbnail-active' ); ?>" /> <label for="<?php echo $this->get_field_id( 'thumbnail-active' ); ?>"><?php _e('Display post thumbnail', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 250 280 <?php if($instance['thumbnail']['active']) : ?> 251 <label for="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>"> <?php _e('Width:', 'wordpress-popular-posts'); ?></label> 252 <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="width:30px!important" <?php echo ($this->thumb) ? '' : 'disabled="disabled"' ?> /> <?php _e('px', 'wordpress-popular-posts'); ?> <br /> 253 <label for="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>"> <?php _e('Height:', 'wordpress-popular-posts'); ?></label> 254 <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:30px!important" <?php echo ($this->thumb) ? '' : 'disabled="disabled"' ?> /> <?php _e('px', 'wordpress-popular-posts'); ?><br /> 281 <fieldset class="widefat"> 282 <legend><?php _e('Thumbnail Dimensions', 'wordpress-popular-posts'); ?></legend> 283 <label for="<?php echo $this->get_field_id( 'thumbnail-width' ); ?>"> <?php _e('Width:', 'wordpress-popular-posts'); ?></label> 284 <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="width:30px!important" <?php echo ($this->thumb) ? '' : 'disabled="disabled"' ?> /> <?php _e('px', 'wordpress-popular-posts'); ?> <br /> 285 <label for="<?php echo $this->get_field_id( 'thumbnail-height' ); ?>"> <?php _e('Height:', 'wordpress-popular-posts'); ?></label> 286 <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:30px!important" <?php echo ($this->thumb) ? '' : 'disabled="disabled"' ?> /> <?php _e('px', 'wordpress-popular-posts'); ?><br /> 287 </fieldset> 255 288 <?php endif; ?> 256 289 <br /> … … 260 293 <input type="checkbox" class="checkbox" <?php echo ($instance['stats_tag']['views']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'views' ); ?>" name="<?php echo $this->get_field_name( 'views' ); ?>" /> <label for="<?php echo $this->get_field_id( 'views' ); ?>"><?php _e('Display views', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 261 294 <input type="checkbox" class="checkbox" <?php echo ($instance['stats_tag']['author']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'author' ); ?>" name="<?php echo $this->get_field_name( 'author' ); ?>" /> <label for="<?php echo $this->get_field_id( 'author' ); ?>"><?php _e('Display author', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 262 <input type="checkbox" class="checkbox" <?php echo ($instance['stats_tag']['date']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'date' ); ?>" name="<?php echo $this->get_field_name( 'date' ); ?>" /> <label for="<?php echo $this->get_field_id( 'date' ); ?>"><?php _e('Display date', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small> 295 <input type="checkbox" class="checkbox" <?php echo ($instance['stats_tag']['date']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'date' ); ?>" name="<?php echo $this->get_field_name( 'date' ); ?>" /> <label for="<?php echo $this->get_field_id( 'date' ); ?>"><?php _e('Display date', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small> 296 <?php if ($instance['stats_tag']['date']['active']) : ?> 297 <fieldset class="widefat"> 298 <legend><?php _e('Date Format', 'wordpress-popular-posts'); ?></legend> 299 <label title='F j, Y'><input type='radio' name='<?php echo $this->get_field_name( 'date_format' ); ?>' value='F j, Y' <?php echo ($instance['stats_tag']['date']['format'] == 'F j, Y') ? 'checked="checked"' : ''; ?> /><?php echo date('F j, Y', time()); ?></label><br /> 300 <label title='Y/m/d'><input type='radio' name='<?php echo $this->get_field_name( 'date_format' ); ?>' value='Y/m/d' <?php echo ($instance['stats_tag']['date']['format'] == 'Y/m/d') ? 'checked="checked"' : ''; ?> /><?php echo date('Y/m/d', time()); ?></label><br /> 301 <label title='m/d/Y'><input type='radio' name='<?php echo $this->get_field_name( 'date_format' ); ?>' value='m/d/Y' <?php echo ($instance['stats_tag']['date']['format'] == 'm/d/Y') ? 'checked="checked"' : ''; ?> /><?php echo date('m/d/Y', time()); ?></label><br /> 302 <label title='d/m/Y'><input type='radio' name='<?php echo $this->get_field_name( 'date_format' ); ?>' value='d/m/Y' <?php echo ($instance['stats_tag']['date']['format'] == 'd/m/Y') ? 'checked="checked"' : ''; ?> /><?php echo date('d/m/Y', time()); ?></label><br /> 303 </fieldset> 304 <?php endif; ?> 263 305 </fieldset> 264 306 <br /><br /> 265 307 <fieldset style="width:214px; padding:5px;" class="widefat"> 266 308 <legend><?php _e('HTML Markup settings', 'wordpress-popular-posts'); ?></legend> 267 <input type="checkbox" class="checkbox" <?php echo ($instance['markup']['custom_html']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'custom_html' ); ?>" name="<?php echo $this->get_field_name( 'custom_html' ); ?>" /> <label for="<?php echo $this->get_field_id( 'custom_html' ); ?>"><?php _e('Use custom HTML Markup', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /><br /> 309 <input type="checkbox" class="checkbox" <?php echo ($instance['markup']['custom_html']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'custom_html' ); ?>" name="<?php echo $this->get_field_name( 'custom_html' ); ?>" /> <label for="<?php echo $this->get_field_id( 'custom_html' ); ?>"><?php _e('Use custom HTML Markup', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 310 <?php if ($instance['markup']['custom_html']) : ?> 311 <br /> 268 312 <p style="font-size:11px"><label for="<?php echo $this->get_field_id( 'title-start' ); ?>"><?php _e('Before / after title:', 'wordpress-popular-posts'); ?></label> <br /> 269 313 <input type="text" id="<?php echo $this->get_field_id( 'title-start' ); ?>" name="<?php echo $this->get_field_name( 'title-start' ); ?>" value="<?php echo $instance['markup']['title-start']; ?>" class="widefat" style="width:80px!important" <?php echo ($instance['markup']['custom_html']) ? '' : 'disabled="disabled"' ?> /> <input type="text" id="<?php echo $this->get_field_id( 'title-end' ); ?>" name="<?php echo $this->get_field_name( 'title-end' ); ?>" value="<?php echo $instance['markup']['title-end']; ?>" class="widefat" style="width:80px!important" <?php echo ($instance['markup']['custom_html']) ? '' : 'disabled="disabled"' ?> /></p> … … 273 317 <input type="text" id="<?php echo $this->get_field_id( 'post-start' ); ?>" name="<?php echo $this->get_field_name( 'post-start' ); ?>" value="<?php echo $instance['markup']['post-start']; ?>" class="widefat" style="width:80px!important" <?php echo ($instance['markup']['custom_html']) ? '' : 'disabled="disabled"' ?> /> <input type="text" id="<?php echo $this->get_field_id( 'post-end' ); ?>" name="<?php echo $this->get_field_name( 'post-end' ); ?>" value="<?php echo $instance['markup']['post-end']; ?>" class="widefat" style="width:80px!important" <?php echo ($instance['markup']['custom_html']) ? '' : 'disabled="disabled"' ?> /></p> 274 318 <hr /> 275 <input type="checkbox" class="checkbox" <?php echo ($instance['markup']['pattern']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'pattern_active' ); ?>" name="<?php echo $this->get_field_name( 'pattern_active' ); ?>" /> <label for="<?php echo $this->get_field_id( 'pattern_active' ); ?>"><?php _e('Use content formatting tags', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /><br /> 319 <?php endif; ?> 320 <input type="checkbox" class="checkbox" <?php echo ($instance['markup']['pattern']['active']) ? 'checked="checked"' : ''; ?> id="<?php echo $this->get_field_id( 'pattern_active' ); ?>" name="<?php echo $this->get_field_name( 'pattern_active' ); ?>" /> <label for="<?php echo $this->get_field_id( 'pattern_active' ); ?>"><?php _e('Use content formatting tags', 'wordpress-popular-posts'); ?></label> <small>[<a href="<?php echo bloginfo('url'); ?>/wp-admin/options-general.php?page=wordpress-popular-posts/wordpress-popular-posts.php">?</a>]</small><br /> 321 <?php if ($instance['markup']['pattern']['active']) : ?> 322 <br /> 276 323 <p style="font-size:11px"><label for="<?php echo $this->get_field_id( 'pattern_form' ); ?>"><?php _e('Content format:', 'wordpress-popular-posts'); ?></label> 277 324 <input type="text" id="<?php echo $this->get_field_id( 'pattern_form' ); ?>" name="<?php echo $this->get_field_name( 'pattern_form' ); ?>" value="<?php echo $instance['markup']['pattern']['form']; ?>" style="width:204px" <?php echo ($instance['markup']['pattern']['active']) ? '' : 'disabled="disabled"' ?> /></p> 325 <?php endif; ?> 278 326 </fieldset> 279 327 <?php // end form … … 482 530 } 483 531 } 484 if ( $instance['stats_tag']['date'] ) {532 if ( $instance['stats_tag']['date']['active'] ) { 485 533 if ( $fields != ', ' ) { 486 534 $fields .= ", $wpdb->posts.post_date_gmt AS 'date_gmt'"; … … 514 562 515 563 if ( !is_array($mostpopular) || empty($mostpopular) ) { 516 $content .= "<p>".__('Sorry. No data so far.', 'wordpress-popular-posts')."</p>" ;564 $content .= "<p>".__('Sorry. No data so far.', 'wordpress-popular-posts')."</p>"."\n"; 517 565 } else { 518 566 if ($instance['markup']['custom_html']) { 519 $content .= "\n" . htmlspecialchars_decode($instance['markup']['wpp-start'], ENT_QUOTES) . "<!-- Wordpress Popular Posts Plugin v". $this->version ." -->"."\n";567 $content .= htmlspecialchars_decode($instance['markup']['wpp-start'], ENT_QUOTES) ."\n"; 520 568 } else { 521 $content .= "\n"."<ul><!-- Wordpress Popular Posts Plugin v". $this->version ." -->"."\n"; 522 } 523 //$stat_count = 0; 569 $content .= "<ul>" . "\n"; 570 } 524 571 525 572 foreach ($mostpopular as $wppost) { … … 535 582 536 583 $tit = stripslashes($tit); 584 $title_attr = $tit; 537 585 538 586 if ( $instance['shorten_title']['active'] && (strlen($tit) > $instance['shorten_title']['length'])) { … … 561 609 if ($instance['order_by'] == 'views') { 562 610 $pageviews = (int) $wppost->pageviews; 563 } else if ($instance['order_by'] == 'avg' && $instance['range'] != 'daily') {611 } else if ($instance['order_by'] == 'avg') { 564 612 $pageviews = ceil($wppost->avg_views); 565 $views_text = __(' view(s) per day', 'wordpress-popular-posts');613 if ($instance['range'] != 'daily') $views_text = __(' view(s) per day', 'wordpress-popular-posts'); 566 614 } else { 567 615 $pageviews = (int) $wppost->pageviews; … … 576 624 if ( $instance['stats_tag']['author'] ) { 577 625 if ($post_stats != "") { 578 $post_stats .= " | by<span class=\"wpp-author\">".$wppost->display_name."</span>";626 $post_stats .= " | ".__('by', 'wordpress-popular-posts')." <span class=\"wpp-author\">".$wppost->display_name."</span>"; 579 627 } else { 580 $post_stats .= "by<span class=\"wpp-author\">".$wppost->display_name."</span>";628 $post_stats .= __('by', 'wordpress-popular-posts')." <span class=\"wpp-author\">".$wppost->display_name."</span>"; 581 629 } 582 630 } 583 if ( $instance['stats_tag']['date'] ) {631 if ( $instance['stats_tag']['date']['active'] ) { 584 632 if ($post_stats != "") { 585 $post_stats .= " | <span class=\"wpp-date\"> posted on ".date("F, j",strtotime($wppost->date_gmt))."</span>";633 $post_stats .= " | <span class=\"wpp-date\">".__('posted on', 'wordpress-popular-posts')." ".date($instance['stats_tag']['date']['format'], strtotime($wppost->date_gmt))."</span>"; 586 634 } else { 587 $post_stats .= "<span class=\"wpp-date\"> posted on ".date("F, j",strtotime($wppost->date_gmt))."</span>";635 $post_stats .= "<span class=\"wpp-date\">".__('posted on', 'wordpress-popular-posts')." ".date($instance['stats_tag']['date']['format'], strtotime($wppost->date_gmt))."</span>"; 588 636 } 589 637 } … … 600 648 $thumb = ""; 601 649 } else { 602 $thumb = "<a href=\"".get_permalink($wppost->ID)."\" title=\"". htmlspecialchars( stripslashes($tit)) ."\"><img src=\"". $this->pluginDir . "/scripts/timthumb.php?src=". $img[1] ."&h=".$instance['thumbnail']['height']."&w=".$instance['thumbnail']['width']."&zc=1\" alt=\"".$wppost->post_title."\" border=\"0\" class=\"wpp-thumbnail\" width=\"".$instance['thumbnail']['width']."\" height=\"".$instance['thumbnail']['height']."\" "."/></a>";650 $thumb = "<a href=\"".get_permalink($wppost->ID)."\" title=\"". htmlspecialchars($title_attr) ."\"><img src=\"". $this->pluginDir . "/scripts/timthumb.php?src=". $img[1] ."&h=".$instance['thumbnail']['height']."&w=".$instance['thumbnail']['width']."&zc=1\" alt=\"".$wppost->post_title."\" border=\"0\" class=\"wpp-thumbnail\" width=\"".$instance['thumbnail']['width']."\" height=\"".$instance['thumbnail']['height']."\" "."/></a>"; 603 651 } 604 652 … … 613 661 614 662 $data = array( 615 'title' => '<a href="'.get_permalink($wppost->ID).'" title="'. htmlspecialchars( stripslashes($tit)) .'">'. htmlspecialchars_decode($post_title) .'</a>',663 'title' => '<a href="'.get_permalink($wppost->ID).'" title="'. htmlspecialchars($title_attr) .'">'. htmlspecialchars_decode($post_title) .'</a>', 616 664 'summary' => $post_content, 617 665 'stats' => $stats, … … 625 673 $content .= htmlspecialchars_decode($instance['markup']['post-start'], ENT_QUOTES) . $this->format_content($instance['markup']['pattern']['form'], $data, $instance['rating']) . htmlspecialchars_decode($instance['markup']['post-end'], ENT_QUOTES) . "\n"; 626 674 } else { 627 $content .= htmlspecialchars_decode($instance['markup']['post-start'], ENT_QUOTES) . $thumb . '<a href="'.get_permalink($wppost->ID).'" title="'. htmlspecialchars( stripslashes($tit)) .'">'. htmlspecialchars_decode($post_title) .'</a>'.$post_content.' '. $stats . $rating . htmlspecialchars_decode($instance['markup']['post-end'], ENT_QUOTES) . "\n";675 $content .= htmlspecialchars_decode($instance['markup']['post-start'], ENT_QUOTES) . $thumb . '<a href="'.get_permalink($wppost->ID).'" title="'. htmlspecialchars($title_attr) .'">'. htmlspecialchars_decode($post_title) .'</a>'.$post_content.' '. $stats . $rating . htmlspecialchars_decode($instance['markup']['post-end'], ENT_QUOTES) . "\n"; 628 676 } 629 677 } else { 630 $content .= '<li>'. $thumb .'<a href="'. get_permalink($wppost->ID) .'" title="'. htmlspecialchars( stripslashes($tit)) .'">'. htmlspecialchars_decode($post_title) .'</a>'. $post_content .' '. $stats . $rating .'</li>' . "\n";678 $content .= '<li>'. $thumb .'<a href="'. get_permalink($wppost->ID) .'" title="'. htmlspecialchars($title_attr) .'">'. htmlspecialchars_decode($post_title) .'</a>'. $post_content .' '. $stats . $rating .'</li>' . "\n"; 631 679 } 632 680 } 633 681 634 682 if ($instance['markup']['custom_html']) { 635 $content .= htmlspecialchars_decode($instance['markup']['wpp-end'], ENT_QUOTES) . "<!-- End Wordpress Popular Posts Plugin v". $this->version ." -->"."\n";683 $content .= htmlspecialchars_decode($instance['markup']['wpp-end'], ENT_QUOTES) ."\n"; 636 684 } else { 637 $content .= "\n"."</ul> <!-- End Wordpress Popular Posts Plugin v". $this->version ." -->"."\n";685 $content .= "\n"."</ul>"."\n"; 638 686 } 639 687 … … 653 701 654 702 if (empty($result[0]['post_excerpt'])) { 655 // no custom excerpt defined, how lazy of you! 656 703 // no custom excerpt defined, how lazy of you! 657 704 $result = $wpdb->get_results("SELECT post_content FROM $wpdb->posts WHERE ID = " . $id, ARRAY_A); 658 705 $excerpt = preg_replace("/\[caption.*\[\/caption\]/", "", $result[0]['post_content']); … … 662 709 } 663 710 711 $excerpt = preg_replace("/<object[0-9 a-z_?*=\":\-\/\.#\,\\n\\r\\t]+/smi", "", $excerpt); 712 664 713 if ($instance['post-excerpt']['keep_format']) { 665 714 $excerpt = strip_tags($excerpt, '<a><b><i><strong><em>'); … … 685 734 686 735 $source = strip_tags($raw[0]["post_content"], "<img>"); 736 $source = preg_replace("/<object[0-9 a-z_?*=\":\-\/\.#\,\\n\\r\\t]+/smi", "", $source); // remove Flash 687 737 688 738 $count = substr_count($source, '<img'); … … 745 795 746 796 // code seen at http://www.gsdesign.ro/blog/cut-html-string-without-breaking-the-tags/ 747 // slightly modified by Hector Cabrera748 797 // Since 2.0.1 749 798 /** 750 * Truncates text.751 *752 * Cuts a string to the length of $length and replaces the last characters753 * with the ending if the text is longer than length.754 *755 * @param string $text String to truncate.756 * @param integer $length Length of returned string, including ellipsis.757 * @param string $ending Ending to be appended to the trimmed string.758 * @param boolean $exact If false, $text will not be cut mid-word759 * @param boolean $considerHtml If true, HTML tags would be handled correctly760 * @return string Trimmed string.761 */799 * Truncates text. 800 * 801 * Cuts a string to the length of $length and replaces the last characters 802 * with the ending if the text is longer than length. 803 * 804 * @param string $text String to truncate. 805 * @param integer $length Length of returned string, including ellipsis. 806 * @param string $ending Ending to be appended to the trimmed string. 807 * @param boolean $exact If false, $text will not be cut mid-word 808 * @param boolean $considerHtml If true, HTML tags would be handled correctly 809 * @return string Trimmed string. 810 */ 762 811 function truncate($text, $length = 100, $ending = '...', $exact = true, $considerHtml = false) { 763 812 if ($considerHtml) { … … 827 876 return $text; 828 877 } else { 829 $truncate = substr($text, 0, $length - strlen($ending)); 830 //$truncate = substr($text, 0, $length); // modified by Hector Cabrera 878 $truncate = substr($text, 0, $length - strlen($ending)); 831 879 } 832 880 } … … 876 924 877 925 // cache maintenance 878 function wpp_cache_schedule() {879 $tomorrow = time() + 86400;880 $midnight = mktime(0, 0, 0,881 date("m", $tomorrow),882 date("d", $tomorrow),883 date("Y", $tomorrow));884 wp_schedule_event($midnight, 'daily', 'wpp_cache_event');885 }886 887 926 function wpp_cache_maintenance() { 888 927 global $wpdb; 889 $wpdb->query("DELETE FROM ".$wpdb->prefix."popularposts cache WHERE day < DATE_SUB(CURDATE(), INTERVAL 30 DAY);");928 $wpdb->query("DELETE FROM ".$wpdb->prefix."popularpostsdatacache WHERE day < DATE_SUB(CURDATE(), INTERVAL 30 DAY);"); 890 929 } 891 930 … … 915 954 'stats_views' => false, 916 955 'stats_author' => false, 917 'stats_date' => false, 956 'stats_date' => false, 957 'stats_date_format' => 'F j, Y', 918 958 'wpp_start' => '<ul>', 919 959 'wpp_end' => '</ul>', … … 928 968 // possible values for "Time Range" and "Order by" 929 969 $range_values = array("daily", "weekly", "monthly", "all"); 930 $order_by_values = array("comments", "views", "avg"); 970 $order_by_values = array("comments", "views", "avg"); 931 971 932 972 $shortcode_ops = array( … … 959 999 'views' => empty($stats_views) ? false : $stats_views, 960 1000 'author' => empty($stats_author) ? false : $stats_author, 961 'date' => empty($stats_date) ? false : $stats_date 1001 'date' => array( 1002 'active' => empty($stats_date) ? false : $stats_date, 1003 'format' => empty($stats_date_format) ? 'F j, Y' : $stats_date_format 1004 ) 962 1005 ), 963 1006 'markup' => array( … … 976 1019 ); 977 1020 1021 echo "<!-- Wordpress Popular Posts Plugin v". $this->version ." [SC] [".$shortcode_ops['range']."] -->"."\n"; 1022 978 1023 // is there a title defined by user? 979 1024 if (!empty($header) && !empty($header_start) && !empty($header_end)) { … … 984 1029 echo $this->get_popular_posts($shortcode_ops, false); 985 1030 986 } 1031 echo "<!-- End Wordpress Popular Posts Plugin v". $this->version ." -->"."\n"; 1032 } 1033 1034 // stats page 1035 // Since 2.0.3 1036 function wpp_stats() { 1037 if ( function_exists('add_submenu_page') ) add_submenu_page('index.php', __('Wordpress Popular Posts Stats'), __('Wordpress Popular Posts Stats'), 'manage_options', 'wpp-stats-display', array(&$this, 'wpp_stats_display')); 1038 } 1039 1040 function wpp_stats_display() { 1041 require (dirname(__FILE__) . '/stats.php'); 1042 } 987 1043 } 988 1044 } … … 1013 1069 1014 1070 // gets popular posts 1015 function get_mostpopular($args = NULL) { 1071 // Since 2.0.3 1072 function wpp_get_mostpopular($args = NULL) { 1016 1073 1017 1074 if (is_null($args)) { … … 1023 1080 } 1024 1081 1025 1082 // gets popular posts 1026 1083 /** 1027 * Wordpress Popular Posts 2.0.2 Changelog. 1084 * Deprecated in 2.0.3. 1085 * Use wpp_get_mostpopular instead. 1028 1086 */ 1087 function get_mostpopular($args = NULL) { 1088 return wpp_get_mostpopular($args); 1089 } 1090 1091 1092 /** 1093 * Wordpress Popular Posts 2.0.3 Changelog. 1094 */ 1029 1095 1030 1096 /* 1031 = 2.0.2 = 1032 * "Keep text format and links" feature introduced. If selected, formatting tags and hyperlinks won't be removed from excerpt. 1033 * Post title excerpt html entities bug fixed. It was causing the excerpt function to display more characters than the requested by user. 1034 * Several shortcode bugs fixed (range, order_by, do_pattern, pattern_form were not working). 1097 = 2.0.3 = 1098 * Several UI enhancements were applied to this version. 1099 * Added a Dashboard to Admin panel so users can view what's popular directly from there. 1100 * Users can now select a different date format. 1101 * get_mostpopular() function deprecated. Replaced with wpp_get_mostpopular(). 1102 * Cache maintenance bug fixed. 1035 1103 */ -
wordpress-popular-posts/trunk/wordpress-popular-posts.po
r196376 r224824 3 3 "Project-Id-Version: Wordpress Popular Posts\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-0 1-21 15:15-0430\n"5 "POT-Creation-Date: 2010-04-03 10:54-0400\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: Héctor Cabrera < admin@rauru.com>\n"7 "Last-Translator: Héctor Cabrera <yo@soyunduro.com>\n" 8 8 "Language-Team: Héctor Cabrera <[email protected]>\n" 9 9 "MIME-Version: 1.0\n" … … 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: maintenance.php:5 619 #: maintenance.php:58 20 20 msgid "This operation will delete all entries from Wordpress Popular Posts' cache table and cannot be undone." 21 21 msgstr "" 22 22 23 #: maintenance.php:5 624 #: maintenance.php:6 423 #: maintenance.php:58 24 #: maintenance.php:66 25 25 msgid "Do you want to continue?" 26 26 msgstr "" 27 27 28 #: maintenance.php:6 428 #: maintenance.php:66 29 29 msgid "This operation will delete all stored info from Wordpress Popular Posts' data tables and cannot be undone." 30 30 msgstr "" 31 31 32 #: maintenance.php:7 532 #: maintenance.php:78 33 33 msgid "Whoa! What just happened in here?!" 34 34 msgstr "" 35 35 36 #: maintenance.php:7 636 #: maintenance.php:79 37 37 msgid "Previous users of Wordpress Popular Posts will remember that earlier versions of my plugin used to display a Settings page over here. However, from version 2.0 and on things will be slightly different." 38 38 msgstr "" 39 39 40 #: maintenance.php: 7740 #: maintenance.php:80 41 41 msgid "Wordpress Popular Posts has gone multi-widget so now you'll be able to install multiple instances of my plugin on your sidebars, each with its own unique settings! Because of that, having a General Settings page to handle all instances is simply not a good idea. Fear not, my friend, since you still can set each instance's configuration via" 42 42 msgstr "" 43 43 44 #: maintenance.php: 7744 #: maintenance.php:80 45 45 msgid "Widgets page" 46 46 msgstr "" 47 47 48 #: maintenance.php:8 148 #: maintenance.php:84 49 49 msgid "Help" 50 50 msgstr "" 51 51 52 #: maintenance.php:8 252 #: maintenance.php:85 53 53 msgid "What does \"Include pages\" do?" 54 54 msgstr "" 55 55 56 #: maintenance.php:8 456 #: maintenance.php:87 57 57 msgid "If checked, Wordpress Popular Posts will also list the most viewed pages on your blog. Enabled by default." 58 58 msgstr "" 59 59 60 #: maintenance.php:8 660 #: maintenance.php:89 61 61 msgid "What does \"Display post rating\" do?" 62 62 msgstr "" 63 63 64 #: maintenance.php: 8864 #: maintenance.php:91 65 65 msgid "If checked, Wordpress Popular Posts will show how your readers are rating your most popular posts. This feature requires having WP-PostRatings plugin installed and enabled on your blog for it to work. Disabled by default." 66 66 msgstr "" 67 67 68 #: maintenance.php:9 068 #: maintenance.php:93 69 69 msgid "What does \"Shorten title output\" do?" 70 70 msgstr "" 71 71 72 #: maintenance.php:9 272 #: maintenance.php:95 73 73 msgid "If checked, all posts titles will be shortened to \"n\" characters. A new \"Shorten title to\" option will appear so you can set it to whatever you like. Disabled by default." 74 74 msgstr "" 75 75 76 #: maintenance.php:9 476 #: maintenance.php:97 77 77 msgid "What does \"Display post excerpt\" do?" 78 78 msgstr "" 79 79 80 #: maintenance.php:9 680 #: maintenance.php:99 81 81 msgid "If checked, Wordpress Popular Posts will also include a small extract of your posts in the list. Similarly to the previous option, you will be able to decide how long the post excerpt should be. Disabled by default." 82 82 msgstr "" 83 83 84 #: maintenance.php:98 84 #: maintenance.php:101 85 msgid "What does \"Keep text format and links\" do?" 86 msgstr "" 87 88 #: maintenance.php:103 89 msgid "If checked, and if the Post Excerpt feature is enabled, Wordpress Popular Posts will keep the styling tags (eg. bold, italic, etc) that were found in the excerpt. Hyperlinks will remain intact, too." 90 msgstr "" 91 92 #: maintenance.php:105 85 93 msgid "What does \"Exclude Categories\" do?" 86 94 msgstr "" 87 95 88 #: maintenance.php:10 096 #: maintenance.php:107 89 97 msgid "If checked, Wordpress Popular Posts will exclude from the listing all those entries that belong to specific categories. When entering more than one Category ID, you need to use commas to separate them (eg. 1,5,12 - no spaces!). Disabled by default." 90 98 msgstr "" 91 99 92 #: maintenance.php:10 2100 #: maintenance.php:109 93 101 msgid "What does \"Display post thumbnail\" do?" 94 102 msgstr "" 95 103 96 #: maintenance.php:1 04104 #: maintenance.php:111 97 105 msgid "If checked, Wordpress Popular Posts will attempt to find the very first image of each post in the listing and turn it into a thumbnail. Note that for this option to work you must check that: your current web host is running PHP 4.3+ or higher and the GD Library is installed and enabled; also that your \"wordpress-popular-posts/scripts/cache\" directory exists and is writable. Disabled by default." 98 106 msgstr "" 99 107 100 #: maintenance.php:1 06108 #: maintenance.php:113 101 109 msgid "What does \"Display comment count\" do?" 102 110 msgstr "" 103 111 104 #: maintenance.php:1 08112 #: maintenance.php:115 105 113 msgid "If checked, Wordpress Popular Posts will display how many comments each popular post has got until now. Enabled by default." 106 114 msgstr "" 107 115 108 #: maintenance.php:11 0116 #: maintenance.php:117 109 117 msgid "What does \"Display views\" do?" 110 118 msgstr "" 111 119 112 #: maintenance.php:11 2120 #: maintenance.php:119 113 121 msgid "If checked, Wordpress Popular Posts will show how many pageviews a single post has gotten so far since this plugin was installed. Disabled by default." 114 122 msgstr "" 115 123 116 #: maintenance.php:1 14124 #: maintenance.php:121 117 125 msgid "What does \"Display author\" do?" 118 126 msgstr "" 119 127 120 #: maintenance.php:1 16128 #: maintenance.php:123 121 129 msgid "If checked, Wordpress Popular Posts will display the name of the author of each entry listed. Disabled by default." 122 130 msgstr "" 123 131 124 #: maintenance.php:1 18132 #: maintenance.php:125 125 133 msgid "What does \"Display date\" do?" 126 134 msgstr "" 127 135 128 #: maintenance.php:12 0136 #: maintenance.php:127 129 137 msgid "If checked, Wordpress Popular Posts will display the date when each popular posts was published. Disabled by default." 130 138 msgstr "" 131 139 132 #: maintenance.php:12 2140 #: maintenance.php:129 133 141 msgid "What does \"Use custom HTML Markup\" do?" 134 142 msgstr "" 135 143 136 #: maintenance.php:1 24144 #: maintenance.php:131 137 145 msgid "If checked, you will be able to customize the HTML markup of your popular posts listing. For example, you can decide whether to wrap your posts in an unordered list, an ordered list, a div, etc. If you know xHTML/CSS, this is for you! Disabled by default." 138 146 msgstr "" 139 147 140 #: maintenance.php:1 26148 #: maintenance.php:133 141 149 msgid "What does \"Use content formatting tags\" do?" 142 150 msgstr "" 143 151 144 #: maintenance.php:1 28152 #: maintenance.php:135 145 153 msgid "If checked, you can decide the order of the items displayed on each entry. For example, setting it to \"{title}: {summary}\" (without the quotes) would display \"Post title: excerpt of the post here\". Available tags: {image}, {title}, {summary}, {stats} and {rating}. Disabled by default." 146 154 msgstr "" 147 155 148 #: maintenance.php:13 0156 #: maintenance.php:137 149 157 msgid "What are \"Template Tags\"?" 150 158 msgstr "" 151 159 152 #: maintenance.php:13 2160 #: maintenance.php:139 153 161 msgid "Template Tags are simply php functions that allow you to perform certain actions. For example, Wordpress Popular Posts currently supports two different template tags: get_mostpopular() and wpp_get_views()." 154 162 msgstr "" 155 163 156 #: maintenance.php:1 34164 #: maintenance.php:141 157 165 msgid "What are the template tags that Wordpress Popular Posts supports?" 158 166 msgstr "" 159 167 160 #: maintenance.php:1 36168 #: maintenance.php:143 161 169 msgid "The following are the template tags supported by Wordpress Popular Posts:" 162 170 msgstr "" 163 171 164 #: maintenance.php:1 39172 #: maintenance.php:146 165 173 msgid "Template tag" 166 174 msgstr "" 167 175 168 #: maintenance.php:14 0169 #: maintenance.php:1 68176 #: maintenance.php:147 177 #: maintenance.php:175 170 178 msgid "What it does " 171 179 msgstr "" 172 180 173 #: maintenance.php:14 1181 #: maintenance.php:148 174 182 msgid "Parameters" 175 183 msgstr "" 176 184 177 #: maintenance.php:14 2178 #: maintenance.php:17 0185 #: maintenance.php:149 186 #: maintenance.php:178 179 187 msgid "Example" 180 188 msgstr "" 181 189 182 #: maintenance.php:1 46190 #: maintenance.php:153 183 191 msgid "Similar to the widget functionality, this tag retrieves the most popular posts on your blog. While it can be customized via parameters, these are not needed for it to work." 184 192 msgstr "" 185 193 186 #: maintenance.php:1 47194 #: maintenance.php:154 187 195 msgid "Please refer to \"What attributes does Wordpress Popular Posts shortcode [wpp] have?\"" 188 196 msgstr "" 189 197 190 #: maintenance.php:15 2198 #: maintenance.php:159 191 199 msgid "Displays the number of views of a single post. Post ID required, or it will return false." 192 200 msgstr "" 193 201 194 #: maintenance.php:1 53202 #: maintenance.php:160 195 203 msgid "Post ID" 196 204 msgstr "" 197 205 198 #: maintenance.php:1 58206 #: maintenance.php:165 199 207 msgid "What are \"shortcodes\"?" 200 208 msgstr "" 201 209 202 #: maintenance.php:16 0210 #: maintenance.php:167 203 211 msgid "Shortcodes are hooks that allow us to call a php function by simply typing something like [shortcode]. With Wordpress Popular Posts, the shortcode [wpp] will let you insert a list of the most popular posts in posts content and pages too! For more information about shortcodes, please visit" 204 212 msgstr "" 205 213 206 #: maintenance.php:16 2214 #: maintenance.php:169 207 215 msgid "What attributes does Wordpress Popular Posts shortcode [wpp] have?" 208 216 msgstr "" 209 217 210 #: maintenance.php:1 64218 #: maintenance.php:171 211 219 msgid "There are a number of attributes Wordpress Popular Posts currently supports:" 212 220 msgstr "" 213 221 214 #: maintenance.php:1 67222 #: maintenance.php:174 215 223 msgid "Attributes" 216 224 msgstr "" 217 225 218 #: maintenance.php:1 69226 #: maintenance.php:176 219 227 msgid "Possible values" 220 228 msgstr "" 221 229 222 #: maintenance.php:174 230 #: maintenance.php:177 231 msgid "Defaults to" 232 msgstr "" 233 234 #: maintenance.php:182 223 235 msgid "Sets a heading for the list" 224 236 msgstr "" 225 237 226 #: maintenance.php:175 227 #: maintenance.php:181 228 #: maintenance.php:187 229 #: maintenance.php:229 230 #: maintenance.php:277 231 #: maintenance.php:283 232 #: maintenance.php:289 233 #: maintenance.php:295 238 #: maintenance.php:183 239 #: maintenance.php:190 240 #: maintenance.php:197 241 #: maintenance.php:253 242 #: maintenance.php:309 243 #: maintenance.php:316 244 #: maintenance.php:323 245 #: maintenance.php:330 246 #: maintenance.php:337 234 247 msgid "Text string" 235 248 msgstr "" 236 249 237 #: maintenance.php:180 250 #: maintenance.php:184 251 #: wordpress-popular-posts.php:181 252 msgid "Popular Posts" 253 msgstr "" 254 255 #: maintenance.php:189 238 256 msgid "Set the opening tag for the heading of the list" 239 257 msgstr "" 240 258 241 #: maintenance.php:1 86259 #: maintenance.php:196 242 260 msgid "Set the closing tag for the heading of the list" 243 261 msgstr "" 244 262 245 #: maintenance.php: 192263 #: maintenance.php:203 246 264 msgid "Sets the maximum number of popular posts to be shown on the listing" 247 265 msgstr "" 248 266 249 #: maintenance.php:193 267 #: maintenance.php:204 268 #: maintenance.php:232 269 #: maintenance.php:239 270 #: maintenance.php:260 271 #: maintenance.php:267 272 msgid "Positive integer" 273 msgstr "" 274 275 #: maintenance.php:210 276 msgid "Tells Wordpress Popular Posts to retrieve the most popular entries within the time range specified by you" 277 msgstr "" 278 250 279 #: maintenance.php:217 251 #: maintenance.php:223252 #: maintenance.php:235253 #: maintenance.php:241254 msgid "Positive integer"255 msgstr ""256 257 #: maintenance.php:198258 msgid "Tells Wordpress Popular Posts to retrieve the most popular entries within the time range specified by you"259 msgstr ""260 261 #: maintenance.php:204262 280 msgid "Sets the sorting option of the popular posts" 263 281 msgstr "" 264 282 265 #: maintenance.php:2 05283 #: maintenance.php:218 266 284 msgid "(for average views per day)" 267 285 msgstr "" 268 286 269 #: maintenance.php:2 10287 #: maintenance.php:224 270 288 msgid "Tells Wordpress Popular Posts whether to consider or not pages while building the popular list" 271 289 msgstr "" 272 290 273 #: maintenance.php:2 16291 #: maintenance.php:231 274 292 msgid "If set, Wordpress Popular Posts will shorten each post title to \"n\" characters whenever possible" 275 293 msgstr "" 276 294 277 #: maintenance.php:2 22295 #: maintenance.php:238 278 296 msgid "If set, Wordpress Popular Posts will build and include an excerpt of \"n\" characters long from the content of each post listed as popular" 279 297 msgstr "" 280 298 281 #: maintenance.php:228 299 #: maintenance.php:245 300 msgid "If set, Wordpress Popular Posts will maintaing all styling tags (strong, italic, etc) and hyperlinks found in the excerpt" 301 msgstr "" 302 303 #: maintenance.php:252 282 304 msgid "If set, Wordpress Popular Posts will exclude all entries that belong to the specified category(ies)." 283 305 msgstr "" 284 306 285 #: maintenance.php:234 307 #: maintenance.php:254 308 msgid "None" 309 msgstr "" 310 311 #: maintenance.php:259 286 312 msgid "If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the width for thumbnails" 287 313 msgstr "" 288 314 289 #: maintenance.php:2 40315 #: maintenance.php:266 290 316 msgid "If set, and if your current server configuration allows it, you will be able to display thumbnails of your posts. This attribute sets the height for thumbnails" 291 317 msgstr "" 292 318 293 #: maintenance.php:2 46319 #: maintenance.php:273 294 320 msgid "If set, and if the WP-PostRatings plugin is installed and enabled on your blog, Wordpress Popular Posts will show how your visitors are rating your entries" 295 321 msgstr "" 296 322 297 #: maintenance.php:2 52323 #: maintenance.php:280 298 324 msgid "If set, Wordpress Popular Posts will show how many comments each popular post has got until now" 299 325 msgstr "" 300 326 301 #: maintenance.php:2 58327 #: maintenance.php:287 302 328 msgid "If set, Wordpress Popular Posts will show how many views each popular post has got since it was installed" 303 329 msgstr "" 304 330 305 #: maintenance.php:2 64331 #: maintenance.php:294 306 332 msgid "If set, Wordpress Popular Posts will show who published each popular post on the list" 307 333 msgstr "" 308 334 309 #: maintenance.php: 270335 #: maintenance.php:301 310 336 msgid "If set, Wordpress Popular Posts will when each popular post on the list was published" 311 337 msgstr "" 312 338 313 #: maintenance.php:276 339 #: maintenance.php:308 340 msgid "Sets the date format" 341 msgstr "" 342 343 #: maintenance.php:315 314 344 msgid "Sets the opening tag for the listing" 315 345 msgstr "" 316 346 317 #: maintenance.php: 282347 #: maintenance.php:322 318 348 msgid "Sets the closing tag for the listing" 319 349 msgstr "" 320 350 321 #: maintenance.php: 288351 #: maintenance.php:329 322 352 msgid "Sets the opening tag for each item on the list" 323 353 msgstr "" 324 354 325 #: maintenance.php: 294355 #: maintenance.php:336 326 356 msgid "Sets the closing tag for each item on the list" 327 357 msgstr "" 328 358 329 #: maintenance.php:3 00359 #: maintenance.php:343 330 360 msgid "If set, this option will allow you to decide the order of the contents within each item on the list." 331 361 msgstr "" 332 362 333 #: maintenance.php:3 06363 #: maintenance.php:350 334 364 msgid "If set, you can decide the order of each content inside a single item on the list. For example, setting it to \"{title}: {summary}\" would output something like \"Your Post Title: summary here\"" 335 365 msgstr "" 336 366 337 #: maintenance.php:3 07367 #: maintenance.php:351 338 368 msgid "Available tags" 339 369 msgstr "" 340 370 341 #: maintenance.php:3 15371 #: maintenance.php:360 342 372 msgid "Maintenance Settings" 343 373 msgstr "" 344 374 345 #: maintenance.php:3 16375 #: maintenance.php:361 346 376 msgid "Wordpress Popular Posts keeps historical data of your most popular entries for up to 30 days. If for some reason you need to clear the cache table, or even both historical and cache tables, please use the buttons below to do so." 347 377 msgstr "" 348 378 349 #: maintenance.php:3 19379 #: maintenance.php:364 350 380 msgid "Empty cache" 351 381 msgstr "" 352 382 353 #: maintenance.php:3 20383 #: maintenance.php:365 354 384 msgid "Use this button to manually clear entries from WPP cache only" 355 385 msgstr "" 356 386 357 #: maintenance.php:3 26387 #: maintenance.php:371 358 388 msgid "Clear all data" 359 389 msgstr "" 360 390 361 #: maintenance.php:3 27391 #: maintenance.php:372 362 392 msgid "Use this button to manually clear entries from all WPP data tables" 363 393 msgstr "" 364 394 365 #: maintenance.php:3 35395 #: maintenance.php:380 366 396 msgid "Do you like this plugin?" 367 397 msgstr "" 368 398 369 #: maintenance.php:3 35399 #: maintenance.php:380 370 400 msgid "Rate Wordpress Popular Posts!" 371 401 msgstr "" 372 402 373 #: maintenance.php:3 35403 #: maintenance.php:380 374 404 msgid "Rate it 5" 375 405 msgstr "" 376 406 377 #: maintenance.php:3 35407 #: maintenance.php:380 378 408 msgid "on the official Plugin Directory!" 379 409 msgstr "" 380 410 381 #: maintenance.php:3 36411 #: maintenance.php:381 382 412 msgid "Do you love this plugin?" 383 413 msgstr "" 384 414 385 #: maintenance.php:3 36386 #: maintenance.php:3 37415 #: maintenance.php:381 416 #: maintenance.php:382 387 417 msgid "Buy me a beer!" 388 418 msgstr "" 389 419 390 #: maintenance.php:3 36420 #: maintenance.php:381 391 421 msgid "Each donation motivates me to keep releasing free stuff for the Wordpress community!" 392 422 msgstr "" 393 423 394 #: wordpress-popular-posts.php:160 395 msgid "Popular Posts" 396 msgstr "" 397 398 #: wordpress-popular-posts.php:209 424 #: stats.php:90 425 msgid "Click on each tab to see what are the most popular entries on your blog today, this week, last 30 days or all time since Wordpress Popular Posts was installed." 426 msgstr "" 427 428 #: stats.php:92 429 #: wordpress-popular-posts.php:240 430 msgid "Today" 431 msgstr "" 432 433 #: stats.php:93 434 msgid "Weekly" 435 msgstr "" 436 437 #: stats.php:94 438 msgid "Monthly" 439 msgstr "" 440 441 #: stats.php:95 442 #: wordpress-popular-posts.php:243 443 msgid "All-time" 444 msgstr "" 445 446 #: stats.php:122 447 msgid "See statistics also in" 448 msgstr "" 449 450 #: wordpress-popular-posts.php:234 399 451 msgid "Title:" 400 452 msgstr "" 401 453 402 #: wordpress-popular-posts.php:2 11454 #: wordpress-popular-posts.php:236 403 455 msgid "Show up to:" 404 456 msgstr "" 405 457 406 #: wordpress-popular-posts.php:2 12458 #: wordpress-popular-posts.php:237 407 459 msgid "posts" 408 460 msgstr "" 409 461 410 #: wordpress-popular-posts.php:2 13462 #: wordpress-popular-posts.php:238 411 463 msgid "Time Range:" 412 464 msgstr "" 413 465 414 #: wordpress-popular-posts.php:215 415 msgid "Today" 416 msgstr "" 417 418 #: wordpress-popular-posts.php:216 466 #: wordpress-popular-posts.php:241 419 467 msgid "Last 7 days" 420 468 msgstr "" 421 469 422 #: wordpress-popular-posts.php:2 17470 #: wordpress-popular-posts.php:242 423 471 msgid "Last 30 days" 424 472 msgstr "" 425 473 426 #: wordpress-popular-posts.php:218 427 msgid "All-time" 428 msgstr "" 429 430 #: wordpress-popular-posts.php:221 474 #: wordpress-popular-posts.php:246 431 475 msgid "Sort posts by:" 432 476 msgstr "" 433 477 434 #: wordpress-popular-posts.php:2 23478 #: wordpress-popular-posts.php:248 435 479 msgid "Comments" 436 480 msgstr "" 437 481 438 #: wordpress-popular-posts.php:2 24482 #: wordpress-popular-posts.php:249 439 483 msgid "Total views" 440 484 msgstr "" 441 485 442 #: wordpress-popular-posts.php:2 25486 #: wordpress-popular-posts.php:250 443 487 msgid "Avg. daily views" 444 488 msgstr "" 445 489 446 #: wordpress-popular-posts.php:2 28490 #: wordpress-popular-posts.php:253 447 491 msgid "Include pages" 448 492 msgstr "" 449 493 450 #: wordpress-popular-posts.php:2 30494 #: wordpress-popular-posts.php:255 451 495 msgid "Display post rating" 452 496 msgstr "" 453 497 454 #: wordpress-popular-posts.php:2 32498 #: wordpress-popular-posts.php:257 455 499 msgid "Shorten title output" 456 500 msgstr "" 457 501 458 #: wordpress-popular-posts.php:2 34502 #: wordpress-popular-posts.php:259 459 503 msgid "Shorten title to" 460 504 msgstr "" 461 505 462 #: wordpress-popular-posts.php:2 34463 #: wordpress-popular-posts.php:2 38506 #: wordpress-popular-posts.php:259 507 #: wordpress-popular-posts.php:266 464 508 msgid "characters" 465 509 msgstr "" 466 510 467 #: wordpress-popular-posts.php:2 36511 #: wordpress-popular-posts.php:261 468 512 msgid "Display post excerpt" 469 513 msgstr "" 470 514 471 #: wordpress-popular-posts.php:238 515 #: wordpress-popular-posts.php:264 516 msgid "Excerpt Properties" 517 msgstr "" 518 519 #: wordpress-popular-posts.php:265 520 msgid "Keep text format and links" 521 msgstr "" 522 523 #: wordpress-popular-posts.php:266 472 524 msgid "Excerpt length:" 473 525 msgstr "" 474 526 475 #: wordpress-popular-posts.php:2 41527 #: wordpress-popular-posts.php:270 476 528 msgid "Exclude categories" 477 529 msgstr "" 478 530 479 #: wordpress-popular-posts.php:243 480 msgid "ID(s) to exclude (comma separated, no spaces):" 481 msgstr "" 482 483 #: wordpress-popular-posts.php:246 531 #: wordpress-popular-posts.php:273 532 msgid "Categories to exclude" 533 msgstr "" 534 535 #: wordpress-popular-posts.php:274 536 msgid "ID(s) (comma separated, no spaces):" 537 msgstr "" 538 539 #: wordpress-popular-posts.php:279 484 540 msgid "Display post thumbnail" 485 541 msgstr "" 486 542 487 #: wordpress-popular-posts.php:248 543 #: wordpress-popular-posts.php:282 544 msgid "Thumbnail Dimensions" 545 msgstr "" 546 547 #: wordpress-popular-posts.php:283 488 548 msgid "Width:" 489 549 msgstr "" 490 550 491 #: wordpress-popular-posts.php:2 49492 #: wordpress-popular-posts.php:2 51551 #: wordpress-popular-posts.php:284 552 #: wordpress-popular-posts.php:286 493 553 msgid "px" 494 554 msgstr "" 495 555 496 #: wordpress-popular-posts.php:2 50556 #: wordpress-popular-posts.php:285 497 557 msgid "Height:" 498 558 msgstr "" 499 559 500 #: wordpress-popular-posts.php:2 55560 #: wordpress-popular-posts.php:291 501 561 msgid "Stats Tag settings" 502 562 msgstr "" 503 563 504 #: wordpress-popular-posts.php:2 56564 #: wordpress-popular-posts.php:292 505 565 msgid "Display comment count" 506 566 msgstr "" 507 567 508 #: wordpress-popular-posts.php:2 57568 #: wordpress-popular-posts.php:293 509 569 msgid "Display views" 510 570 msgstr "" 511 571 512 #: wordpress-popular-posts.php:2 58572 #: wordpress-popular-posts.php:294 513 573 msgid "Display author" 514 574 msgstr "" 515 575 516 #: wordpress-popular-posts.php:2 59576 #: wordpress-popular-posts.php:295 517 577 msgid "Display date" 518 578 msgstr "" 519 579 520 #: wordpress-popular-posts.php:263 580 #: wordpress-popular-posts.php:298 581 msgid "Date Format" 582 msgstr "" 583 584 #: wordpress-popular-posts.php:308 521 585 msgid "HTML Markup settings" 522 586 msgstr "" 523 587 524 #: wordpress-popular-posts.php: 264588 #: wordpress-popular-posts.php:309 525 589 msgid "Use custom HTML Markup" 526 590 msgstr "" 527 591 528 #: wordpress-popular-posts.php: 265592 #: wordpress-popular-posts.php:312 529 593 msgid "Before / after title:" 530 594 msgstr "" 531 595 532 #: wordpress-popular-posts.php: 267596 #: wordpress-popular-posts.php:314 533 597 msgid "Before / after Popular Posts:" 534 598 msgstr "" 535 599 536 #: wordpress-popular-posts.php: 269600 #: wordpress-popular-posts.php:316 537 601 msgid "Before / after each post:" 538 602 msgstr "" 539 603 540 #: wordpress-popular-posts.php: 272604 #: wordpress-popular-posts.php:320 541 605 msgid "Use content formatting tags" 542 606 msgstr "" 543 607 544 #: wordpress-popular-posts.php: 273608 #: wordpress-popular-posts.php:323 545 609 msgid "Content format:" 546 610 msgstr "" 547 611 548 #: wordpress-popular-posts.php:3 31612 #: wordpress-popular-posts.php:382 549 613 msgid "Success! The cache table has been cleared!" 550 614 msgstr "" 551 615 552 #: wordpress-popular-posts.php:3 33616 #: wordpress-popular-posts.php:384 553 617 msgid "Error: cache table does not exist." 554 618 msgstr "" 555 619 556 #: wordpress-popular-posts.php:3 39620 #: wordpress-popular-posts.php:390 557 621 msgid "Success! All data have been cleared!" 558 622 msgstr "" 559 623 560 #: wordpress-popular-posts.php:3 41624 #: wordpress-popular-posts.php:392 561 625 msgid "Error: one or both data tables are missing." 562 626 msgstr "" 563 627 564 #: wordpress-popular-posts.php:3 44628 #: wordpress-popular-posts.php:395 565 629 msgid "Invalid action." 566 630 msgstr "" 567 631 568 #: wordpress-popular-posts.php:3 47632 #: wordpress-popular-posts.php:398 569 633 msgid "Sorry, you do not have enough permissions to do this. Please contact the site administrator for support." 570 634 msgstr "" 571 635 572 #: wordpress-popular-posts.php:5 13636 #: wordpress-popular-posts.php:564 573 637 msgid "Sorry. No data so far." 574 638 msgstr "" 575 639 576 #: wordpress-popular-posts.php: 552640 #: wordpress-popular-posts.php:605 577 641 msgid " comment(s)" 578 642 msgstr "" 579 643 580 #: wordpress-popular-posts.php: 555644 #: wordpress-popular-posts.php:608 581 645 msgid " view(s)" 582 646 msgstr "" 583 647 584 #: wordpress-popular-posts.php: 560648 #: wordpress-popular-posts.php:613 585 649 msgid " view(s) per day" 586 650 msgstr "" 587 651 588 #: wordpress-popular-posts.php:865 652 #: wordpress-popular-posts.php:626 653 #: wordpress-popular-posts.php:628 654 msgid "by" 655 msgstr "" 656 657 #: wordpress-popular-posts.php:633 658 #: wordpress-popular-posts.php:635 659 msgid "posted on" 660 msgstr "" 661 662 #: wordpress-popular-posts.php:921 589 663 msgid "Your Wordpress version is too old. Wordpress Popular Posts Plugin requires at least version 2.8 to function correctly. Please update your blog via Tools > Upgrade." 590 664 msgstr "" 591 665 666 #: wordpress-popular-posts.php:1037 667 msgid "Wordpress Popular Posts Stats" 668 msgstr "" 669
Note: See TracChangeset
for help on using the changeset viewer.