Version Description
-
Features:
- Preliminary support for PolyLang
- Search box and post type filter added in Admin » View Popular Posts screen
- Link to Daily Popular posts screen under Top 10 menu in admin area
-
post_types
parameter now supports comma-separated list of post types. To fetch all built-in post types use 'all' - New option to use the external and more efficient javascript file for tracking
- New function
tptn_add_tracker
to manually include the tracking code. This is useful if your theme doesn't havethe_content
function that Top 10 filters to add the tracker code
-
Enhancements:
- Viewing drafts will no longer increment the counter
- When using the Left Thumbs style, each widget instance includes the CSS code to display the correct thumbnail size
-
Bug fixes:
- Missing
DISTINCT
keyword in query resulting in duplicate entries in some cases - PHP Notice in Widget on empty search and 404 pages
- Incorrect notice that Contextual Related Posts is installed on Edit Posts pages
-
tptn_show_daily_pop_posts()
without arguments did not display daily posts - Using Exclude categories returned incorrect counts and excluded non-posts
- Incorrect count on the Admin » View Popular Posts screen causing incorrect pagination
- Incorrect thumbnail size being pulled out in some instances
- Multiple widget instances incorrectly used the same cache
- Incorrect text domain was initialised
- Missing
Download this release
Release Info
Developer | Ajay |
Plugin | Top 10 – Popular posts plugin for WordPress |
Version | 2.3.0 |
Comparing to | |
See all releases |
Code changes from version 2.2.4 to 2.3.0
- README.md +5 -6
- admin/admin-columns.php +1 -1
- admin/admin-dashboard.php +2 -1
- admin/admin-metabox.php +2 -2
- admin/admin.php +11 -9
- admin/cache.php +32 -0
- admin/class-stats.php +91 -13
- admin/main-view.php +25 -18
- css/default-style.css +1 -1
- includes/activate-deactivate.php +179 -0
- includes/counter.php +67 -17
- includes/cron.php +95 -0
- includes/deprecated.php +25 -3
- includes/formatting.php +81 -0
- includes/l10n.php +59 -0
- includes/{class-top-10-widget.php → modules/class-top-10-widget.php} +53 -4
- includes/modules/exclusions.php +1 -1
- includes/modules/shortcode.php +1 -1
- includes/modules/taxonomies.php +32 -9
- includes/public/display-posts.php +516 -0
- includes/public/index.php +1 -0
- includes/{media.php → public/media.php} +75 -11
- includes/{output-generator.php → public/output-generator.php} +0 -1
- includes/public/styles.php +51 -0
- includes/top-10-addcount.js.php +1 -1
- includes/top-10-counter.js.php +1 -5
- languages/top-10-az_AZ.mo +0 -0
- languages/top-10-az_AZ.po +0 -1446
- languages/top-10-be_BY.mo +0 -0
- languages/top-10-be_BY.po +0 -1348
- languages/top-10-en_US.mo +0 -0
- languages/top-10-en_US.po +302 -281
- languages/top-10-en_US.pot +302 -281
- languages/top-10-es_ES.mo +0 -0
- languages/top-10-es_ES.po +0 -1445
- languages/top-10-fr_FR.mo +0 -0
- languages/top-10-fr_FR.po +0 -1413
- languages/top-10-ga_IR.mo +0 -0
- languages/top-10-ga_IR.po +0 -1369
- languages/top-10-hi_IN.mo +0 -0
- languages/top-10-hi_IN.po +0 -1334
- languages/top-10-it_IT.mo +0 -0
- languages/top-10-it_IT.po +0 -1470
- languages/top-10-nl_NL.mo +0 -0
- languages/top-10-nl_NL.po +0 -1438
- languages/top-10-pt_BR.mo +0 -0
- languages/top-10-pt_BR.po +0 -1242
- languages/top-10-ro_RO.mo +0 -0
- languages/top-10-ro_RO.po +0 -1438
- languages/top-10-ru_RU.mo +0 -0
- languages/top-10-ru_RU.po +0 -1461
- languages/top-10-sr_RS.mo +0 -0
- languages/top-10-sr_RS.po +0 -1556
- languages/top-10-ua_UA.mo +0 -0
- languages/top-10-ua_UA.po +0 -1452
- readme.txt +43 -25
- top-10.php +120 -1099
- uninstall.php +1 -1
README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
|
3 |
# Top 10 - Popular posts plugin for WordPress
|
4 |
|
5 |
-
__Requires:__ 3.
|
6 |
|
7 |
-
__Tested up to:__ 4.
|
8 |
|
9 |
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)
|
10 |
|
@@ -44,14 +44,13 @@ I spend a significant amount of my free time maintaining, updating and more impo
|
|
44 |
If you have been using this plugin and find this useful, do consider making a donation. This helps me pay for my hosting and domains.
|
45 |
|
46 |
### Translations
|
47 |
-
Top 10 is now on Transifex with several translations made available by the [WP Translations](http://wp-translations.org). If you're a translator, do consider joining the WP Translations team and contribute towards this and a huge number of WordPress plugins.
|
48 |
|
49 |
-
|
50 |
|
51 |
|
52 |
## Screenshots
|
53 |
-
![General Options](https://raw.github.com/WebberZone/top-10/master/assets/screenshot-
|
54 |
-
_Top 10 settings page -
|
55 |
|
56 |
For more screenshots visit the [WordPress plugin page](http://wordpress.org/plugins/top-10/screenshots/).
|
57 |
|
2 |
|
3 |
# Top 10 - Popular posts plugin for WordPress
|
4 |
|
5 |
+
__Requires:__ 3.9
|
6 |
|
7 |
+
__Tested up to:__ 4.5
|
8 |
|
9 |
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)
|
10 |
|
44 |
If you have been using this plugin and find this useful, do consider making a donation. This helps me pay for my hosting and domains.
|
45 |
|
46 |
### Translations
|
|
|
47 |
|
48 |
+
Top 10 is available for [translation directly on WordPress.org](https://translate.wordpress.org/projects/wp-plugins/top-10). Check out the official [Translator Handbook](https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/) to contribute.
|
49 |
|
50 |
|
51 |
## Screenshots
|
52 |
+
![General Options](https://raw.github.com/WebberZone/top-10/master/assets/screenshot-5.png)
|
53 |
+
_Top 10 settings page - Styles Options_
|
54 |
|
55 |
For more screenshots visit the [WordPress plugin page](http://wordpress.org/plugins/top-10/screenshots/).
|
56 |
|
admin/admin-columns.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
-
* @copyright 2008-
|
10 |
*/
|
11 |
|
12 |
/**** If this file is called directly, abort. ****/
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
+
* @copyright 2008-2016 Ajay D'Souza
|
10 |
*/
|
11 |
|
12 |
/**** If this file is called directly, abort. ****/
|
admin/admin-dashboard.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
-
* @copyright 2008-
|
12 |
*/
|
13 |
|
14 |
/**** If this file is called directly, abort. ****/
|
@@ -42,6 +42,7 @@ function tptn_pop_display( $daily = false, $page = 0, $limit = false, $widget =
|
|
42 |
'is_widget' => 1,
|
43 |
'daily' => $daily,
|
44 |
'limit' => $limit,
|
|
|
45 |
) );
|
46 |
|
47 |
$output = '<div id="tptn_popular_posts' . ( $daily ? '_daily' : '' ) . '">';
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
+
* @copyright 2008-2016 Ajay D'Souza
|
12 |
*/
|
13 |
|
14 |
/**** If this file is called directly, abort. ****/
|
42 |
'is_widget' => 1,
|
43 |
'daily' => $daily,
|
44 |
'limit' => $limit,
|
45 |
+
'post_types' => 'all',
|
46 |
) );
|
47 |
|
48 |
$output = '<div id="tptn_popular_posts' . ( $daily ? '_daily' : '' ) . '">';
|
admin/admin-metabox.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
-
* @copyright 2008-
|
12 |
*/
|
13 |
|
14 |
/**** If this file is called directly, abort. ****/
|
@@ -133,7 +133,7 @@ function tptn_call_meta_box() {
|
|
133 |
</p>
|
134 |
|
135 |
<p>
|
136 |
-
<?php if ( function_exists( '
|
137 |
<em style="color:red"><?php printf( __( 'You have %1$s installed. If you are trying to modify the thumbnail, then you will need to make the same change in the %1$s meta box on this page.', 'top-10' ), 'Contextual Related Posts' ); ?></em>
|
138 |
<?php } ?>
|
139 |
</p>
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
+
* @copyright 2008-2016 Ajay D'Souza
|
12 |
*/
|
13 |
|
14 |
/**** If this file is called directly, abort. ****/
|
133 |
</p>
|
134 |
|
135 |
<p>
|
136 |
+
<?php if ( function_exists( 'crp_read_options' ) ) { ?>
|
137 |
<em style="color:red"><?php printf( __( 'You have %1$s installed. If you are trying to modify the thumbnail, then you will need to make the same change in the %1$s meta box on this page.', 'top-10' ), 'Contextual Related Posts' ); ?></em>
|
138 |
<?php } ?>
|
139 |
</p>
|
admin/admin.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
-
* @copyright 2008-
|
12 |
*/
|
13 |
|
14 |
/**** If this file is called directly, abort. ****/
|
@@ -24,7 +24,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
24 |
*/
|
25 |
function tptn_options() {
|
26 |
|
27 |
-
global $wpdb
|
28 |
|
29 |
$tptn_settings = tptn_read_options();
|
30 |
|
@@ -62,6 +62,7 @@ function tptn_options() {
|
|
62 |
$tptn_settings['activate_daily'] = isset( $_POST['activate_daily'] ) ? true : false;
|
63 |
$tptn_settings['cache'] = isset( $_POST['cache'] ) ? true : false;
|
64 |
$tptn_settings['cache_fix'] = isset( $_POST['cache_fix'] ) ? true : false;
|
|
|
65 |
$tptn_settings['daily_midnight'] = isset( $_POST['daily_midnight'] ) ? true : false;
|
66 |
$tptn_settings['daily_range'] = intval( $_POST['daily_range'] );
|
67 |
$tptn_settings['hour_range'] = intval( $_POST['hour_range'] );
|
@@ -149,7 +150,7 @@ function tptn_options() {
|
|
149 |
$tptn_settings['thumb_meta'] = '' == $_POST['thumb_meta'] ? 'post-image' : $_POST['thumb_meta'];
|
150 |
$tptn_settings['scan_images'] = isset( $_POST['scan_images'] ) ? true : false;
|
151 |
$tptn_settings['thumb_default_show'] = isset( $_POST['thumb_default_show'] ) ? true : false;
|
152 |
-
$tptn_settings['thumb_default'] = ( ( '' == $_POST['thumb_default'] ) || ( '/default.png' == $_POST['thumb_default'] ) ) ?
|
153 |
|
154 |
/* Styles */
|
155 |
$tptn_settings['custom_CSS'] = wp_kses_post( $_POST['custom_CSS'] );
|
@@ -422,6 +423,10 @@ function tptn_adminmenu() {
|
|
422 |
add_action( "load-$plugin_page", array( $tptn_stats_screen, 'screen_option' ) );
|
423 |
add_action( 'admin_head-'. $plugin_page, 'tptn_adminhead' );
|
424 |
|
|
|
|
|
|
|
|
|
425 |
}
|
426 |
add_action( 'admin_menu', 'tptn_adminmenu' );
|
427 |
|
@@ -432,7 +437,6 @@ add_action( 'admin_menu', 'tptn_adminmenu' );
|
|
432 |
* @since 1.6
|
433 |
*/
|
434 |
function tptn_adminhead() {
|
435 |
-
global $tptn_url;
|
436 |
|
437 |
wp_enqueue_script( 'common' );
|
438 |
wp_enqueue_script( 'wp-lists' );
|
@@ -491,7 +495,7 @@ function tptn_adminhead() {
|
|
491 |
//]]>
|
492 |
</script>
|
493 |
|
494 |
-
<link rel="stylesheet" type="text/css" href="<?php echo
|
495 |
<script type="text/javascript" language="JavaScript">
|
496 |
//<![CDATA[
|
497 |
function clearCache() {
|
@@ -503,7 +507,6 @@ function tptn_adminhead() {
|
|
503 |
|
504 |
<?php
|
505 |
function wick_data() {
|
506 |
-
global $wpdb;
|
507 |
|
508 |
$categories = get_categories( 'hide_empty=0' );
|
509 |
$str = 'collection = [';
|
@@ -520,7 +523,7 @@ function tptn_adminhead() {
|
|
520 |
//]]>
|
521 |
</script>
|
522 |
|
523 |
-
<script type="text/javascript" src="<?php echo
|
524 |
|
525 |
<?php
|
526 |
}
|
@@ -557,7 +560,7 @@ add_filter( 'plugin_action_links_' . plugin_basename( plugin_dir_path( __DIR__ )
|
|
557 |
* @return array Links array with our links added
|
558 |
*/
|
559 |
function tptn_plugin_actions( $links, $file ) {
|
560 |
-
$plugin = plugin_basename(
|
561 |
|
562 |
// create link
|
563 |
if ( $file == $plugin ) {
|
@@ -583,7 +586,6 @@ function tptn_clean_duplicates( $daily = false ) {
|
|
583 |
if ( $daily ) {
|
584 |
$table_name .= '_daily';
|
585 |
}
|
586 |
-
$count = 0;
|
587 |
|
588 |
$wpdb->query( 'CREATE TEMPORARY TABLE ' . $table_name . '_temp AS SELECT * FROM ' . $table_name . ' GROUP BY postnumber' );
|
589 |
$wpdb->query( "TRUNCATE TABLE $table_name" );
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
+
* @copyright 2008-2016 Ajay D'Souza
|
12 |
*/
|
13 |
|
14 |
/**** If this file is called directly, abort. ****/
|
24 |
*/
|
25 |
function tptn_options() {
|
26 |
|
27 |
+
global $wpdb;
|
28 |
|
29 |
$tptn_settings = tptn_read_options();
|
30 |
|
62 |
$tptn_settings['activate_daily'] = isset( $_POST['activate_daily'] ) ? true : false;
|
63 |
$tptn_settings['cache'] = isset( $_POST['cache'] ) ? true : false;
|
64 |
$tptn_settings['cache_fix'] = isset( $_POST['cache_fix'] ) ? true : false;
|
65 |
+
$tptn_settings['external_tracker'] = isset( $_POST['external_tracker'] ) ? true : false;
|
66 |
$tptn_settings['daily_midnight'] = isset( $_POST['daily_midnight'] ) ? true : false;
|
67 |
$tptn_settings['daily_range'] = intval( $_POST['daily_range'] );
|
68 |
$tptn_settings['hour_range'] = intval( $_POST['hour_range'] );
|
150 |
$tptn_settings['thumb_meta'] = '' == $_POST['thumb_meta'] ? 'post-image' : $_POST['thumb_meta'];
|
151 |
$tptn_settings['scan_images'] = isset( $_POST['scan_images'] ) ? true : false;
|
152 |
$tptn_settings['thumb_default_show'] = isset( $_POST['thumb_default_show'] ) ? true : false;
|
153 |
+
$tptn_settings['thumb_default'] = ( ( '' == $_POST['thumb_default'] ) || ( '/default.png' == $_POST['thumb_default'] ) ) ? TOP_TEN_PLUGIN_URL . '/default.png' : $_POST['thumb_default'];
|
154 |
|
155 |
/* Styles */
|
156 |
$tptn_settings['custom_CSS'] = wp_kses_post( $_POST['custom_CSS'] );
|
423 |
add_action( "load-$plugin_page", array( $tptn_stats_screen, 'screen_option' ) );
|
424 |
add_action( 'admin_head-'. $plugin_page, 'tptn_adminhead' );
|
425 |
|
426 |
+
$plugin_page = add_submenu_page( 'tptn_options', __( 'Daily Popular Posts', 'top-10' ), __( 'Daily Popular Posts', 'top-10' ), 'manage_options', 'tptn_popular_posts&orderby=daily_count&order=desc', array( $tptn_stats_screen, 'plugin_settings_page' ) );
|
427 |
+
add_action( "load-$plugin_page", array( $tptn_stats_screen, 'screen_option' ) );
|
428 |
+
add_action( 'admin_head-'. $plugin_page, 'tptn_adminhead' );
|
429 |
+
|
430 |
}
|
431 |
add_action( 'admin_menu', 'tptn_adminmenu' );
|
432 |
|
437 |
* @since 1.6
|
438 |
*/
|
439 |
function tptn_adminhead() {
|
|
|
440 |
|
441 |
wp_enqueue_script( 'common' );
|
442 |
wp_enqueue_script( 'wp-lists' );
|
495 |
//]]>
|
496 |
</script>
|
497 |
|
498 |
+
<link rel="stylesheet" type="text/css" href="<?php echo TOP_TEN_PLUGIN_URL ?>/admin/wick/wick.css" />
|
499 |
<script type="text/javascript" language="JavaScript">
|
500 |
//<![CDATA[
|
501 |
function clearCache() {
|
507 |
|
508 |
<?php
|
509 |
function wick_data() {
|
|
|
510 |
|
511 |
$categories = get_categories( 'hide_empty=0' );
|
512 |
$str = 'collection = [';
|
523 |
//]]>
|
524 |
</script>
|
525 |
|
526 |
+
<script type="text/javascript" src="<?php echo TOP_TEN_PLUGIN_URL ?>/admin/wick/wick.js"></script>
|
527 |
|
528 |
<?php
|
529 |
}
|
560 |
* @return array Links array with our links added
|
561 |
*/
|
562 |
function tptn_plugin_actions( $links, $file ) {
|
563 |
+
$plugin = plugin_basename( TOP_TEN_PLUGIN_FILE );
|
564 |
|
565 |
// create link
|
566 |
if ( $file == $plugin ) {
|
586 |
if ( $daily ) {
|
587 |
$table_name .= '_daily';
|
588 |
}
|
|
|
589 |
|
590 |
$wpdb->query( 'CREATE TEMPORARY TABLE ' . $table_name . '_temp AS SELECT * FROM ' . $table_name . ' GROUP BY postnumber' );
|
591 |
$wpdb->query( "TRUNCATE TABLE $table_name" );
|
admin/cache.php
CHANGED
@@ -40,6 +40,8 @@ function tptn_cache_get_keys() {
|
|
40 |
'tptn_daily_manual',
|
41 |
);
|
42 |
|
|
|
|
|
43 |
/**
|
44 |
* Filters the array containing the various cache keys.
|
45 |
*
|
@@ -71,3 +73,33 @@ function tptn_cache_delete( $transients = array() ) {
|
|
71 |
}
|
72 |
}
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
'tptn_daily_manual',
|
41 |
);
|
42 |
|
43 |
+
$meta_keys = array_merge( $meta_keys, tptn_cache_get_widget_keys() );
|
44 |
+
|
45 |
/**
|
46 |
* Filters the array containing the various cache keys.
|
47 |
*
|
73 |
}
|
74 |
}
|
75 |
|
76 |
+
|
77 |
+
/**
|
78 |
+
* Get the transient names for the Top 10 widgets.
|
79 |
+
*
|
80 |
+
* @since 2.3.0
|
81 |
+
*
|
82 |
+
* @return array Top 10 Cache widget keys.
|
83 |
+
*/
|
84 |
+
function tptn_cache_get_widget_keys() {
|
85 |
+
global $wpdb;
|
86 |
+
|
87 |
+
$keys = array();
|
88 |
+
|
89 |
+
$sql = "
|
90 |
+
SELECT option_name
|
91 |
+
FROM {$wpdb->options}
|
92 |
+
WHERE `option_name` LIKE '_transient_tptn_%_widget%'
|
93 |
+
";
|
94 |
+
|
95 |
+
$results = $wpdb->get_results( $sql );
|
96 |
+
|
97 |
+
if ( is_array( $results ) ) {
|
98 |
+
foreach ( $results as $result ) {
|
99 |
+
$keys[] = str_replace( '_transient_', '', $result->option_name );
|
100 |
+
}
|
101 |
+
}
|
102 |
+
|
103 |
+
return apply_filters( 'tptn_cache_get_widget_keys', $keys );
|
104 |
+
}
|
105 |
+
|
admin/class-stats.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
8 |
* @license GPL-2.0+
|
9 |
* @link https://webberzone.com
|
10 |
-
* @copyright 2008-
|
11 |
*/
|
12 |
|
13 |
/**** If this file is called directly, abort. ****/
|
@@ -42,13 +42,13 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
42 |
/**
|
43 |
* Retrieve the Top 10 posts
|
44 |
*
|
45 |
-
* @param int
|
46 |
-
* @param int
|
47 |
-
* @param
|
48 |
*
|
49 |
* @return array Array of popular posts
|
50 |
*/
|
51 |
-
public static function get_popular_posts( $per_page = 5, $page_number = 1, $
|
52 |
|
53 |
global $wpdb, $tptn_settings;
|
54 |
|
@@ -92,6 +92,16 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
92 |
$where = $wpdb->prepare( ' AND ttt.blog_id = %d ', $blog_id ); // Posts need to be from the current blog only
|
93 |
$where .= " AND $wpdb->posts.post_status = 'publish' "; // Only show published posts
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
// Create the base GROUP BY clause
|
96 |
$groupby = ' ID ';
|
97 |
|
@@ -147,9 +157,24 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
147 |
*
|
148 |
* @return null|string
|
149 |
*/
|
150 |
-
public static function record_count() {
|
151 |
global $wpdb;
|
152 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
return $wpdb->get_var( $sql );
|
154 |
}
|
155 |
|
@@ -254,7 +279,6 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
254 |
public function column_author( $item ) {
|
255 |
$author_info = get_userdata( $item['post_author'] );
|
256 |
$author_name = ucwords( trim( stripslashes( $author_info->display_name ) ) );
|
257 |
-
$author_link = get_author_posts_url( $author_info->ID );
|
258 |
|
259 |
printf( '<a href="%s">%s</a>',
|
260 |
esc_url( add_query_arg( array(
|
@@ -320,7 +344,7 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
320 |
/**
|
321 |
* Handles data query and filter, sorting, and pagination.
|
322 |
*/
|
323 |
-
public function prepare_items() {
|
324 |
|
325 |
$this->_column_headers = $this->get_column_info();
|
326 |
|
@@ -331,7 +355,7 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
331 |
|
332 |
$current_page = $this->get_pagenum();
|
333 |
|
334 |
-
$total_items = self::record_count();
|
335 |
|
336 |
$this->set_pagination_args( array(
|
337 |
'total_items' => $total_items, // WE have to calculate the total number of items
|
@@ -339,7 +363,7 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
339 |
'total_pages' => ceil( $total_items / $per_page ),// WE have to calculate the total number of pages
|
340 |
) );
|
341 |
|
342 |
-
$this->items = self::get_popular_posts( $per_page, $current_page );
|
343 |
}
|
344 |
|
345 |
/**
|
@@ -370,6 +394,46 @@ class Top_Ten_Statistics_Table extends WP_List_Table {
|
|
370 |
}
|
371 |
}
|
372 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
}
|
374 |
|
375 |
/**
|
@@ -401,6 +465,7 @@ class Top_Ten_Statistics {
|
|
401 |
* Plugin settings page
|
402 |
*/
|
403 |
public function plugin_settings_page() {
|
|
|
404 |
?>
|
405 |
<div class="wrap">
|
406 |
<h1><?php printf( _x( '%s Popular Posts', 'Plugin name', 'top-10' ), 'Top 10' ); ?></h1>
|
@@ -409,9 +474,22 @@ class Top_Ten_Statistics {
|
|
409 |
<div id="post-body" class="metabox-holder columns-2">
|
410 |
<div id="post-body-content">
|
411 |
<div class="meta-box-sortables ui-sortable">
|
412 |
-
<form method="
|
|
|
413 |
<?php
|
414 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
$this->pop_posts_obj->display();
|
416 |
?>
|
417 |
</form>
|
7 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
8 |
* @license GPL-2.0+
|
9 |
* @link https://webberzone.com
|
10 |
+
* @copyright 2008-2016 Ajay D'Souza
|
11 |
*/
|
12 |
|
13 |
/**** If this file is called directly, abort. ****/
|
42 |
/**
|
43 |
* Retrieve the Top 10 posts
|
44 |
*
|
45 |
+
* @param int $per_page
|
46 |
+
* @param int $page_number
|
47 |
+
* @param string $search
|
48 |
*
|
49 |
* @return array Array of popular posts
|
50 |
*/
|
51 |
+
public static function get_popular_posts( $per_page = 5, $page_number = 1, $args = null ) {
|
52 |
|
53 |
global $wpdb, $tptn_settings;
|
54 |
|
92 |
$where = $wpdb->prepare( ' AND ttt.blog_id = %d ', $blog_id ); // Posts need to be from the current blog only
|
93 |
$where .= " AND $wpdb->posts.post_status = 'publish' "; // Only show published posts
|
94 |
|
95 |
+
/* If search argument is set, do a search for it. */
|
96 |
+
if ( isset( $args['search'] ) ) {
|
97 |
+
$where .= $wpdb->prepare( " AND $wpdb->posts.post_title LIKE '%%%s%%' ", $args['search'] );
|
98 |
+
}
|
99 |
+
|
100 |
+
/* If post filter argument is set, do a search for it. */
|
101 |
+
if ( isset( $args['post-type-filter'] ) && $args['post-type-filter'] != 'All' ) {
|
102 |
+
$where .= $wpdb->prepare( " AND $wpdb->posts.post_type = '%s' ", $args['post-type-filter'] );
|
103 |
+
}
|
104 |
+
|
105 |
// Create the base GROUP BY clause
|
106 |
$groupby = ' ID ';
|
107 |
|
157 |
*
|
158 |
* @return null|string
|
159 |
*/
|
160 |
+
public static function record_count( $args = null ) {
|
161 |
global $wpdb;
|
162 |
+
|
163 |
+
$sql = $wpdb->prepare( "
|
164 |
+
SELECT COUNT(*) FROM {$wpdb->base_prefix}top_ten as ttt
|
165 |
+
INNER JOIN {$wpdb->posts} ON ttt.postnumber=ID
|
166 |
+
WHERE blog_id=%d
|
167 |
+
AND $wpdb->posts.post_status = 'publish'
|
168 |
+
", get_current_blog_id() );
|
169 |
+
|
170 |
+
if ( isset( $args['search'] ) ) {
|
171 |
+
$sql .= $wpdb->prepare( " AND $wpdb->posts.post_title LIKE '%%%s%%' ", $args['search'] );
|
172 |
+
}
|
173 |
+
|
174 |
+
if ( isset( $args['post-type-filter'] ) && $args['post-type-filter'] != 'All' ) {
|
175 |
+
$sql .= $wpdb->prepare( " AND $wpdb->posts.post_type = '%s' ", $args['post-type-filter'] );
|
176 |
+
}
|
177 |
+
|
178 |
return $wpdb->get_var( $sql );
|
179 |
}
|
180 |
|
279 |
public function column_author( $item ) {
|
280 |
$author_info = get_userdata( $item['post_author'] );
|
281 |
$author_name = ucwords( trim( stripslashes( $author_info->display_name ) ) );
|
|
|
282 |
|
283 |
printf( '<a href="%s">%s</a>',
|
284 |
esc_url( add_query_arg( array(
|
344 |
/**
|
345 |
* Handles data query and filter, sorting, and pagination.
|
346 |
*/
|
347 |
+
public function prepare_items( $args = null ) {
|
348 |
|
349 |
$this->_column_headers = $this->get_column_info();
|
350 |
|
355 |
|
356 |
$current_page = $this->get_pagenum();
|
357 |
|
358 |
+
$total_items = self::record_count( $args );
|
359 |
|
360 |
$this->set_pagination_args( array(
|
361 |
'total_items' => $total_items, // WE have to calculate the total number of items
|
363 |
'total_pages' => ceil( $total_items / $per_page ),// WE have to calculate the total number of pages
|
364 |
) );
|
365 |
|
366 |
+
$this->items = self::get_popular_posts( $per_page, $current_page, $args );
|
367 |
}
|
368 |
|
369 |
/**
|
394 |
}
|
395 |
}
|
396 |
}
|
397 |
+
|
398 |
+
/**
|
399 |
+
* Adds extra navigation elements to the table.
|
400 |
+
*
|
401 |
+
* @param string $which
|
402 |
+
*/
|
403 |
+
public function extra_tablenav( $which ) {
|
404 |
+
?>
|
405 |
+
<div class="alignleft actions">
|
406 |
+
<?php
|
407 |
+
if ( 'top' === $which ) {
|
408 |
+
$post_types = get_post_types( array( 'public' => true ) );
|
409 |
+
$all = array(
|
410 |
+
'all' => 'All',
|
411 |
+
);
|
412 |
+
$post_types = $all + $post_types;
|
413 |
+
|
414 |
+
if ( $post_types ) {
|
415 |
+
|
416 |
+
echo '<select name="post-type-filter">';
|
417 |
+
|
418 |
+
foreach ( $post_types as $post_type ) {
|
419 |
+
$selected = '';
|
420 |
+
if ( isset( $_REQUEST['post-type-filter'] ) && $_REQUEST['post-type-filter'] == $post_type ) {
|
421 |
+
$selected = ' selected = "selected"';
|
422 |
+
}
|
423 |
+
?>
|
424 |
+
<option value="<?php echo $post_type; ?>" <?php echo $selected; ?>><?php echo $post_type; ?></option>
|
425 |
+
<?php
|
426 |
+
}
|
427 |
+
|
428 |
+
echo '</select>';
|
429 |
+
|
430 |
+
submit_button( __( 'Filter', 'top-10' ), 'button', 'filter_action', false, array( 'id' => 'top-10-query-submit' ) );
|
431 |
+
}
|
432 |
+
}
|
433 |
+
?>
|
434 |
+
</div>
|
435 |
+
<?php
|
436 |
+
}
|
437 |
}
|
438 |
|
439 |
/**
|
465 |
* Plugin settings page
|
466 |
*/
|
467 |
public function plugin_settings_page() {
|
468 |
+
$args = null;
|
469 |
?>
|
470 |
<div class="wrap">
|
471 |
<h1><?php printf( _x( '%s Popular Posts', 'Plugin name', 'top-10' ), 'Top 10' ); ?></h1>
|
474 |
<div id="post-body" class="metabox-holder columns-2">
|
475 |
<div id="post-body-content">
|
476 |
<div class="meta-box-sortables ui-sortable">
|
477 |
+
<form method="get">
|
478 |
+
<input type="hidden" name="page" value="<?php echo $_REQUEST['page'] ?>" />
|
479 |
<?php
|
480 |
+
// If this is a search?
|
481 |
+
if ( isset( $_REQUEST['s'] ) ) {
|
482 |
+
$args['search'] = esc_sql( $_REQUEST['s'] );
|
483 |
+
}
|
484 |
+
// If this is a post type filter?
|
485 |
+
if ( isset( $_REQUEST['post-type-filter'] ) ) {
|
486 |
+
$args['post-type-filter'] = esc_sql( $_REQUEST['post-type-filter'] );
|
487 |
+
}
|
488 |
+
|
489 |
+
$this->pop_posts_obj->prepare_items( $args );
|
490 |
+
|
491 |
+
$this->pop_posts_obj->search_box( __( 'Search Table', 'top-10' ), 'top-10' );
|
492 |
+
|
493 |
$this->pop_posts_obj->display();
|
494 |
?>
|
495 |
</form>
|
admin/main-view.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
-
* @copyright 2008-
|
12 |
*/
|
13 |
|
14 |
// If this file is called directly, abort.
|
@@ -86,18 +86,25 @@ if ( ! defined( 'WPINC' ) ) {
|
|
86 |
</td>
|
87 |
</tr>
|
88 |
<tr>
|
89 |
-
<th scope="row"><label for="
|
90 |
<td>
|
91 |
-
<
|
92 |
-
<p class="description"><?php _e( '
|
93 |
-
<p><input type="button" name="cache_clear" id="cache_clear" value="<?php _e( 'Clear cache', 'top-10' ); ?>" class="button-secondary" onclick="return clearCache();" /></p>
|
94 |
</td>
|
95 |
</tr>
|
96 |
<tr>
|
97 |
-
<th scope="row"><label for="cache_fix"><?php _e( 'Use
|
98 |
<td>
|
99 |
-
<input type="checkbox" name="
|
100 |
-
<p class="description"><?php _e( 'This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
</td>
|
102 |
</tr>
|
103 |
<tr>
|
@@ -676,7 +683,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
676 |
<input type="radio" name="tptn_styles" value="left_thumbs" id="tptn_styles_0" <?php if ( $tptn_settings['include_default_style'] && ( 'left_thumbs' == $tptn_settings['tptn_styles'] ) ) { echo 'checked="checked"'; } ?> />
|
677 |
<?php _e( 'Left Thumbnails', 'top-10' ); ?>
|
678 |
</label>
|
679 |
-
<p class="description"><img src="<?php echo plugins_url( 'admin/images/tptn-left-thumbs.png',
|
680 |
<p class="description"><?php _e( 'Enabling this option will set the post thumbnail to be before text. Disabling this option will not revert any settings.', 'top-10' ); ?></p>
|
681 |
<p class="description"><?php printf( __( 'You can view the default style at <a href="%1$s" target="_blank">%1$s</a>', 'top-10' ), esc_url( 'https://github.com/WebberZone/top-10/blob/master/css/default-style.css' ) ); ?></p>
|
682 |
<br />
|
@@ -885,7 +892,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
885 |
if ( ! empty( $top_ten_all_mu_tables ) ) {
|
886 |
?>
|
887 |
|
888 |
-
|
889 |
<tr>
|
890 |
<th>
|
891 |
<?php _e( 'Blog ID', 'top-10' ); ?>
|
@@ -936,14 +943,14 @@ if ( ! defined( 'WPINC' ) ) {
|
|
936 |
<?php
|
937 |
}
|
938 |
?>
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
} // End if ( ! empty( $top_ten_all_mu_tables ) )
|
948 |
?>
|
949 |
</div>
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
+
* @copyright 2008-2016 Ajay D'Souza
|
12 |
*/
|
13 |
|
14 |
// If this file is called directly, abort.
|
86 |
</td>
|
87 |
</tr>
|
88 |
<tr>
|
89 |
+
<th scope="row"><label for="cache_fix"><?php _e( 'Use Ajax for tracking:', 'top-10' ); ?></label></th>
|
90 |
<td>
|
91 |
+
<input type="checkbox" name="cache_fix" id="cache_fix" <?php if ( $tptn_settings['cache_fix'] ) { echo 'checked="checked"'; } ?> />
|
92 |
+
<p class="description"><?php _e( 'This will try to prevent W3 Total Cache and other caching plugins from caching the tracker script of the plugin. Try toggling this option in case you find that your posts are not tracked.', 'top-10' ); ?></p>
|
|
|
93 |
</td>
|
94 |
</tr>
|
95 |
<tr>
|
96 |
+
<th scope="row"><label for="cache_fix"><?php _e( 'Use external JS file for tracking:', 'top-10' ); ?></label></th>
|
97 |
<td>
|
98 |
+
<input type="checkbox" name="external_tracker" id="external_tracker" <?php if ( $tptn_settings['external_tracker'] ) { echo 'checked="checked"'; } ?> />
|
99 |
+
<p class="description"><?php _e( 'This uses the external javascript file for tracking. This is a more efficient and less resource intensive tracker. This settings might have some compatibility issues on some WordPress installs or might be blocked by some security plugins. If you find that your posts are not being tracked then disable this option.', 'top-10' ); ?></p>
|
100 |
+
</td>
|
101 |
+
</tr>
|
102 |
+
<tr>
|
103 |
+
<th scope="row"><label for="cache"><?php _e( 'Enable cache:', 'top-10' ); ?></label></th>
|
104 |
+
<td>
|
105 |
+
<p><input type="checkbox" name="cache" id="cache" <?php if ( $tptn_settings['cache'] ) { echo 'checked="checked"'; } ?> /></p>
|
106 |
+
<p class="description"><?php _e( 'If activated, Top 10 will use the Transients API to cache the popular posts output for 1 hour.', 'top-10' ); ?></p>
|
107 |
+
<p><input type="button" name="cache_clear" id="cache_clear" value="<?php _e( 'Clear cache', 'top-10' ); ?>" class="button-secondary" onclick="return clearCache();" /></p>
|
108 |
</td>
|
109 |
</tr>
|
110 |
<tr>
|
683 |
<input type="radio" name="tptn_styles" value="left_thumbs" id="tptn_styles_0" <?php if ( $tptn_settings['include_default_style'] && ( 'left_thumbs' == $tptn_settings['tptn_styles'] ) ) { echo 'checked="checked"'; } ?> />
|
684 |
<?php _e( 'Left Thumbnails', 'top-10' ); ?>
|
685 |
</label>
|
686 |
+
<p class="description"><img src="<?php echo plugins_url( 'admin/images/tptn-left-thumbs.png', TOP_TEN_PLUGIN_FILE ); ?>" /></p>
|
687 |
<p class="description"><?php _e( 'Enabling this option will set the post thumbnail to be before text. Disabling this option will not revert any settings.', 'top-10' ); ?></p>
|
688 |
<p class="description"><?php printf( __( 'You can view the default style at <a href="%1$s" target="_blank">%1$s</a>', 'top-10' ), esc_url( 'https://github.com/WebberZone/top-10/blob/master/css/default-style.css' ) ); ?></p>
|
689 |
<br />
|
892 |
if ( ! empty( $top_ten_all_mu_tables ) ) {
|
893 |
?>
|
894 |
|
895 |
+
<table class="form-table">
|
896 |
<tr>
|
897 |
<th>
|
898 |
<?php _e( 'Blog ID', 'top-10' ); ?>
|
943 |
<?php
|
944 |
}
|
945 |
?>
|
946 |
+
</table>
|
947 |
+
<p>
|
948 |
+
<input type="hidden" name="top_ten_mu_tables_blog_ids" value="<?php echo implode( ',', $top_ten_mu_tables_blog_ids ); ?>" />
|
949 |
+
<input name="tptn_import" type="submit" id="tptn_import" value="<?php _e( 'Begin import', 'top-10' ); ?>" class="button button-primary" />
|
950 |
+
<input name="tptn_delete_selected_tables" type="submit" id="tptn_delete_selected_tables" value="<?php _e( 'Delete selected tables', 'top-10' ); ?>" class="button button-secondary" style="color:#f00" />
|
951 |
+
<input name="tptn_delete_imported_tables" type="submit" id="tptn_delete_imported_tables" value="<?php _e( 'Delete all imported tables', 'top-10' ); ?>" class="button button-secondary" style="color:#f00" />
|
952 |
+
</p>
|
953 |
+
<?php
|
954 |
} // End if ( ! empty( $top_ten_all_mu_tables ) )
|
955 |
?>
|
956 |
</div>
|
css/default-style.css
CHANGED
@@ -50,7 +50,7 @@ img.tptn_thumb:after {
|
|
50 |
top: -1px;
|
51 |
left: -1px;
|
52 |
border: solid 1px #222;
|
53 |
-
-
|
54 |
-moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
|
55 |
box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
|
56 |
-webkit-border-radius: 7px;
|
50 |
top: -1px;
|
51 |
left: -1px;
|
52 |
border: solid 1px #222;
|
53 |
+
-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
|
54 |
-moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
|
55 |
box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
|
56 |
-webkit-border-radius: 7px;
|
includes/activate-deactivate.php
ADDED
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Functions run on activation / deactivation.
|
4 |
+
*
|
5 |
+
* @package Top_Ten
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Fired when the plugin is Network Activated.
|
11 |
+
*
|
12 |
+
* @since 1.9.10.1
|
13 |
+
*
|
14 |
+
* @param boolean $network_wide True if WPMU superadmin uses
|
15 |
+
* "Network Activate" action, false if
|
16 |
+
* WPMU is disabled or plugin is
|
17 |
+
* activated on an individual blog.
|
18 |
+
*/
|
19 |
+
function tptn_activation_hook( $network_wide ) {
|
20 |
+
global $wpdb;
|
21 |
+
|
22 |
+
if ( is_multisite() && $network_wide ) {
|
23 |
+
|
24 |
+
// Get all blogs in the network and activate plugin on each one
|
25 |
+
$blog_ids = $wpdb->get_col( "
|
26 |
+
SELECT blog_id FROM $wpdb->blogs
|
27 |
+
WHERE archived = '0' AND spam = '0' AND deleted = '0'
|
28 |
+
" );
|
29 |
+
foreach ( $blog_ids as $blog_id ) {
|
30 |
+
switch_to_blog( $blog_id );
|
31 |
+
tptn_single_activate();
|
32 |
+
}
|
33 |
+
|
34 |
+
// Switch back to the current blog
|
35 |
+
restore_current_blog();
|
36 |
+
|
37 |
+
} else {
|
38 |
+
tptn_single_activate();
|
39 |
+
}
|
40 |
+
}
|
41 |
+
register_activation_hook( TOP_TEN_PLUGIN_FILE, 'tptn_activation_hook' );
|
42 |
+
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Fired for each blog when the plugin is activated.
|
46 |
+
*
|
47 |
+
* @since 2.0.0
|
48 |
+
*/
|
49 |
+
function tptn_single_activate() {
|
50 |
+
global $wpdb, $tptn_db_version;
|
51 |
+
|
52 |
+
$tptn_settings = tptn_read_options();
|
53 |
+
|
54 |
+
$table_name = $wpdb->base_prefix . 'top_ten';
|
55 |
+
$table_name_daily = $wpdb->base_prefix . 'top_ten_daily';
|
56 |
+
|
57 |
+
if ( $wpdb->get_var( "show tables like '$table_name'" ) != $table_name ) {
|
58 |
+
|
59 |
+
$sql = 'CREATE TABLE ' . $table_name . " (
|
60 |
+
postnumber bigint(20) NOT NULL,
|
61 |
+
cntaccess bigint(20) NOT NULL,
|
62 |
+
blog_id bigint(20) NOT NULL DEFAULT '1',
|
63 |
+
PRIMARY KEY (postnumber, blog_id)
|
64 |
+
);";
|
65 |
+
|
66 |
+
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
67 |
+
dbDelta( $sql );
|
68 |
+
|
69 |
+
add_site_option( 'tptn_db_version', $tptn_db_version );
|
70 |
+
}
|
71 |
+
|
72 |
+
if ( $wpdb->get_var( "show tables like '$table_name_daily'" ) != $table_name_daily ) {
|
73 |
+
|
74 |
+
$sql = 'CREATE TABLE ' . $table_name_daily . " (
|
75 |
+
postnumber bigint(20) NOT NULL,
|
76 |
+
cntaccess bigint(20) NOT NULL,
|
77 |
+
dp_date DATETIME NOT NULL,
|
78 |
+
blog_id bigint(20) NOT NULL DEFAULT '1',
|
79 |
+
PRIMARY KEY (postnumber, dp_date, blog_id)
|
80 |
+
);";
|
81 |
+
|
82 |
+
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
83 |
+
dbDelta( $sql );
|
84 |
+
|
85 |
+
add_site_option( 'tptn_db_version', $tptn_db_version );
|
86 |
+
}
|
87 |
+
|
88 |
+
// Upgrade table code
|
89 |
+
$installed_ver = get_site_option( 'tptn_db_version' );
|
90 |
+
|
91 |
+
if ( $installed_ver != $tptn_db_version ) {
|
92 |
+
|
93 |
+
$wpdb->hide_errors();
|
94 |
+
|
95 |
+
switch ( $installed_ver ) {
|
96 |
+
|
97 |
+
case '4.0':
|
98 |
+
case 4.0:
|
99 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name . " CHANGE blog_id blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
100 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . " CHANGE blog_id blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
101 |
+
break;
|
102 |
+
|
103 |
+
default:
|
104 |
+
|
105 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name . ' MODIFY postnumber bigint(20) ' );
|
106 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' MODIFY postnumber bigint(20) ' );
|
107 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name . ' MODIFY cntaccess bigint(20) ' );
|
108 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' MODIFY cntaccess bigint(20) ' );
|
109 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' MODIFY dp_date DATETIME ' );
|
110 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name . ' DROP PRIMARY KEY, ADD PRIMARY KEY(postnumber, blog_id) ' );
|
111 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' DROP PRIMARY KEY, ADD PRIMARY KEY(postnumber, dp_date, blog_id) ' );
|
112 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name . " ADD blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
113 |
+
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . " ADD blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
114 |
+
$wpdb->query( 'UPDATE ' . $table_name . ' SET blog_id = 1 WHERE blog_id = 0 ' );
|
115 |
+
$wpdb->query( 'UPDATE ' . $table_name_daily . ' SET blog_id = 1 WHERE blog_id = 0 ' );
|
116 |
+
|
117 |
+
}
|
118 |
+
|
119 |
+
$wpdb->show_errors();
|
120 |
+
|
121 |
+
update_site_option( 'tptn_db_version', $tptn_db_version );
|
122 |
+
}
|
123 |
+
|
124 |
+
}
|
125 |
+
|
126 |
+
|
127 |
+
/**
|
128 |
+
* Fired when a new site is activated with a WPMU environment.
|
129 |
+
*
|
130 |
+
* @since 2.0.0
|
131 |
+
*
|
132 |
+
* @param int $blog_id ID of the new blog.
|
133 |
+
*/
|
134 |
+
function tptn_activate_new_site( $blog_id ) {
|
135 |
+
|
136 |
+
if ( 1 !== did_action( 'wpmu_new_blog' ) ) {
|
137 |
+
return;
|
138 |
+
}
|
139 |
+
|
140 |
+
switch_to_blog( $blog_id );
|
141 |
+
tptn_single_activate();
|
142 |
+
restore_current_blog();
|
143 |
+
|
144 |
+
}
|
145 |
+
add_action( 'wpmu_new_blog', 'tptn_activate_new_site' );
|
146 |
+
|
147 |
+
|
148 |
+
/**
|
149 |
+
* Fired when a site is deleted in a WPMU environment.
|
150 |
+
*
|
151 |
+
* @since 2.0.0
|
152 |
+
*
|
153 |
+
* @param array $tables Tables in the blog.
|
154 |
+
*/
|
155 |
+
function tptn_on_delete_blog( $tables ) {
|
156 |
+
global $wpdb;
|
157 |
+
|
158 |
+
$tables[] = $wpdb->prefix . 'top_ten';
|
159 |
+
$tables[] = $wpdb->prefix . 'top_ten_daily';
|
160 |
+
|
161 |
+
return $tables;
|
162 |
+
}
|
163 |
+
add_filter( 'wpmu_drop_tables', 'tptn_on_delete_blog' );
|
164 |
+
|
165 |
+
|
166 |
+
/**
|
167 |
+
* Function to call install function if needed.
|
168 |
+
*
|
169 |
+
* @since 1.9
|
170 |
+
*/
|
171 |
+
function tptn_update_db_check() {
|
172 |
+
global $tptn_db_version, $network_wide;
|
173 |
+
|
174 |
+
if ( get_site_option( 'tptn_db_version' ) != $tptn_db_version ) {
|
175 |
+
tptn_activation_hook( $network_wide );
|
176 |
+
}
|
177 |
+
}
|
178 |
+
add_action( 'plugins_loaded', 'tptn_update_db_check' );
|
179 |
+
|
includes/counter.php
CHANGED
@@ -15,9 +15,7 @@
|
|
15 |
* @return string Filtered content
|
16 |
*/
|
17 |
function tptn_add_viewed_count( $content ) {
|
18 |
-
global $post, $
|
19 |
-
|
20 |
-
$table_name = $wpdb->base_prefix . 'top_ten';
|
21 |
|
22 |
$home_url = home_url( '/' );
|
23 |
|
@@ -25,14 +23,17 @@ function tptn_add_viewed_count( $content ) {
|
|
25 |
* Filter the script URL of the counter.
|
26 |
*
|
27 |
* Create a filter function to overwrite the script URL to use the external top-10-counter.js.php
|
28 |
-
* You can use
|
29 |
-
*
|
30 |
*
|
31 |
* @since 2.0
|
32 |
*/
|
33 |
$home_url = apply_filters( 'tptn_add_counter_script_url', $home_url );
|
34 |
|
35 |
-
|
|
|
|
|
|
|
36 |
|
37 |
$current_user = wp_get_current_user(); // Let's get the current user
|
38 |
$post_author = ( $current_user->ID == $post->post_author ) ? true : false; // Is the current user the post author?
|
@@ -60,7 +61,16 @@ function tptn_add_viewed_count( $content ) {
|
|
60 |
|
61 |
if ( $activate_counter > 0 ) {
|
62 |
if ( $tptn_settings['cache_fix'] ) {
|
63 |
-
$output = '<script type="text/javascript">jQuery.ajax({
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
} else {
|
65 |
$output = '<script type="text/javascript" async src="' . $home_url . '?top_ten_id=' . $id . '&top_ten_blog_id=' . $blog_id . '&activate_counter=' . $activate_counter . '"></script>';
|
66 |
}
|
@@ -128,7 +138,7 @@ add_filter( 'query_vars', 'tptn_query_vars' );
|
|
128 |
* @param object $wp WordPress object
|
129 |
*/
|
130 |
function tptn_parse_request( $wp ) {
|
131 |
-
global $wpdb
|
132 |
|
133 |
if ( empty( $wp ) ) {
|
134 |
global $wp;
|
@@ -201,7 +211,7 @@ add_action( 'parse_request', 'tptn_parse_request' );
|
|
201 |
* @return string Filtered post content
|
202 |
*/
|
203 |
function tptn_pc_content( $content ) {
|
204 |
-
global $
|
205 |
|
206 |
$exclude_on_post_ids = explode( ',', $tptn_settings['exclude_on_post_ids'] );
|
207 |
|
@@ -259,7 +269,7 @@ add_filter( 'the_content_feed', 'tptn_rss_filter' );
|
|
259 |
* @return string Formatted string if $echo is set to 0|false
|
260 |
*/
|
261 |
function echo_tptn_post_count( $echo = 1 ) {
|
262 |
-
global $post, $
|
263 |
|
264 |
$home_url = home_url( '/' );
|
265 |
|
@@ -267,20 +277,23 @@ function echo_tptn_post_count( $echo = 1 ) {
|
|
267 |
* Filter the script URL of the counter.
|
268 |
*
|
269 |
* Create a filter function to overwrite the script URL to use the external top-10-counter.js.php
|
270 |
-
* You can use
|
271 |
-
*
|
272 |
*
|
273 |
* @since 2.0
|
274 |
*/
|
275 |
$home_url = apply_filters( 'tptn_view_counter_script_url', $home_url );
|
276 |
|
|
|
|
|
|
|
277 |
$id = intval( $post->ID );
|
278 |
|
279 |
$nonce_action = 'tptn-nonce-' . $id ;
|
280 |
$nonce = wp_create_nonce( $nonce_action );
|
281 |
|
282 |
if ( $tptn_settings['dynamic_post_count'] ) {
|
283 |
-
$output = '<div class="tptn_counter" id="tptn_counter_' . $id . '"><script type="text/javascript" data-cfasync="false" src="' . $home_url . '?top_ten_id='
|
284 |
} else {
|
285 |
$output = '<div class="tptn_counter" id="tptn_counter_' . $id . '">' . get_tptn_post_count( $id ) . '</div>';
|
286 |
}
|
@@ -311,10 +324,7 @@ function echo_tptn_post_count( $echo = 1 ) {
|
|
311 |
* @return int|string Formatted post count
|
312 |
*/
|
313 |
function get_tptn_post_count( $id = false, $blog_id = false ) {
|
314 |
-
global $
|
315 |
-
|
316 |
-
$table_name = $wpdb->base_prefix . 'top_ten';
|
317 |
-
$table_name_daily = $wpdb->base_prefix . 'top_ten_daily';
|
318 |
|
319 |
$count_disp_form = stripslashes( $tptn_settings['count_disp_form'] );
|
320 |
$count_disp_form_zero = stripslashes( $tptn_settings['count_disp_form_zero'] );
|
@@ -414,3 +424,43 @@ function get_tptn_post_count_only( $id = false, $count = 'total', $blog_id = fal
|
|
414 |
return 0;
|
415 |
}
|
416 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
* @return string Filtered content
|
16 |
*/
|
17 |
function tptn_add_viewed_count( $content ) {
|
18 |
+
global $post, $tptn_settings;
|
|
|
|
|
19 |
|
20 |
$home_url = home_url( '/' );
|
21 |
|
23 |
* Filter the script URL of the counter.
|
24 |
*
|
25 |
* Create a filter function to overwrite the script URL to use the external top-10-counter.js.php
|
26 |
+
* You can use TOP_TEN_PLUGIN_URL . '/top-10-addcount.js.php' as a source
|
27 |
+
* TOP_TEN_PLUGIN_URL is a global constant
|
28 |
*
|
29 |
* @since 2.0
|
30 |
*/
|
31 |
$home_url = apply_filters( 'tptn_add_counter_script_url', $home_url );
|
32 |
|
33 |
+
// Strip any query strings since we don't need them
|
34 |
+
$home_url = strtok( $home_url, '?' );
|
35 |
+
|
36 |
+
if ( is_singular() && $post->post_status != 'draft' ) {
|
37 |
|
38 |
$current_user = wp_get_current_user(); // Let's get the current user
|
39 |
$post_author = ( $current_user->ID == $post->post_author ) ? true : false; // Is the current user the post author?
|
61 |
|
62 |
if ( $activate_counter > 0 ) {
|
63 |
if ( $tptn_settings['cache_fix'] ) {
|
64 |
+
$output = '<script type="text/javascript"> jQuery.ajax({
|
65 |
+
url: "' . $home_url . '",
|
66 |
+
data: {
|
67 |
+
top_ten_id: ' . $id . ',
|
68 |
+
top_ten_blog_id: ' . $blog_id . ',
|
69 |
+
activate_counter: ' . $activate_counter . ',
|
70 |
+
top10_rnd: (new Date()).getTime() + "-" + Math.floor(Math.random() * 100000)
|
71 |
+
}
|
72 |
+
}); </script>';
|
73 |
+
|
74 |
} else {
|
75 |
$output = '<script type="text/javascript" async src="' . $home_url . '?top_ten_id=' . $id . '&top_ten_blog_id=' . $blog_id . '&activate_counter=' . $activate_counter . '"></script>';
|
76 |
}
|
138 |
* @param object $wp WordPress object
|
139 |
*/
|
140 |
function tptn_parse_request( $wp ) {
|
141 |
+
global $wpdb;
|
142 |
|
143 |
if ( empty( $wp ) ) {
|
144 |
global $wp;
|
211 |
* @return string Filtered post content
|
212 |
*/
|
213 |
function tptn_pc_content( $content ) {
|
214 |
+
global $post, $tptn_settings;
|
215 |
|
216 |
$exclude_on_post_ids = explode( ',', $tptn_settings['exclude_on_post_ids'] );
|
217 |
|
269 |
* @return string Formatted string if $echo is set to 0|false
|
270 |
*/
|
271 |
function echo_tptn_post_count( $echo = 1 ) {
|
272 |
+
global $post, $tptn_settings;
|
273 |
|
274 |
$home_url = home_url( '/' );
|
275 |
|
277 |
* Filter the script URL of the counter.
|
278 |
*
|
279 |
* Create a filter function to overwrite the script URL to use the external top-10-counter.js.php
|
280 |
+
* You can use TOP_TEN_PLUGIN_URL . '/top-10-counter.js.php' as a source
|
281 |
+
* TOP_TEN_PLUGIN_URL is a global constant
|
282 |
*
|
283 |
* @since 2.0
|
284 |
*/
|
285 |
$home_url = apply_filters( 'tptn_view_counter_script_url', $home_url );
|
286 |
|
287 |
+
// Strip any query strings since we don't need them
|
288 |
+
$home_url = strtok( $home_url, '?' );
|
289 |
+
|
290 |
$id = intval( $post->ID );
|
291 |
|
292 |
$nonce_action = 'tptn-nonce-' . $id ;
|
293 |
$nonce = wp_create_nonce( $nonce_action );
|
294 |
|
295 |
if ( $tptn_settings['dynamic_post_count'] ) {
|
296 |
+
$output = '<div class="tptn_counter" id="tptn_counter_' . $id . '"><script type="text/javascript" data-cfasync="false" src="' . $home_url . '?top_ten_id=' . $id . '&view_counter=1&_wpnonce=' . $nonce . '"></script></div>';
|
297 |
} else {
|
298 |
$output = '<div class="tptn_counter" id="tptn_counter_' . $id . '">' . get_tptn_post_count( $id ) . '</div>';
|
299 |
}
|
324 |
* @return int|string Formatted post count
|
325 |
*/
|
326 |
function get_tptn_post_count( $id = false, $blog_id = false ) {
|
327 |
+
global $tptn_settings;
|
|
|
|
|
|
|
328 |
|
329 |
$count_disp_form = stripslashes( $tptn_settings['count_disp_form'] );
|
330 |
$count_disp_form_zero = stripslashes( $tptn_settings['count_disp_form_zero'] );
|
424 |
return 0;
|
425 |
}
|
426 |
}
|
427 |
+
|
428 |
+
|
429 |
+
/**
|
430 |
+
* Use external tracker.
|
431 |
+
*
|
432 |
+
* @since 2.3.0
|
433 |
+
*
|
434 |
+
* @param string $home_url
|
435 |
+
* @return string
|
436 |
+
*/
|
437 |
+
function filter_tptn_add_counter_script_url( $home_url ) {
|
438 |
+
global $tptn_settings;
|
439 |
+
|
440 |
+
if ( false == $tptn_settings['external_tracker'] ) {
|
441 |
+
return $home_url;
|
442 |
+
} else {
|
443 |
+
return TOP_TEN_PLUGIN_URL . 'includes/top-10-addcount.js.php';
|
444 |
+
}
|
445 |
+
}
|
446 |
+
add_filter( 'tptn_add_counter_script_url', 'filter_tptn_add_counter_script_url' );
|
447 |
+
|
448 |
+
|
449 |
+
/**
|
450 |
+
* Add tracker code.
|
451 |
+
*
|
452 |
+
* @since 2.3.0
|
453 |
+
*
|
454 |
+
* @param bool $echo Echo the code or return it?
|
455 |
+
* @return string|void
|
456 |
+
*/
|
457 |
+
function tptn_add_tracker( $echo = true ) {
|
458 |
+
|
459 |
+
if ( $echo ) {
|
460 |
+
echo tptn_add_viewed_count( '' );
|
461 |
+
} else {
|
462 |
+
return tptn_add_viewed_count( '' );
|
463 |
+
}
|
464 |
+
}
|
465 |
+
|
466 |
+
|
includes/cron.php
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Cron functions
|
4 |
+
*
|
5 |
+
* @package Top_Ten
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Function to truncate daily run.
|
11 |
+
*
|
12 |
+
* @since 1.9.9.1
|
13 |
+
*/
|
14 |
+
function tptn_cron() {
|
15 |
+
global $wpdb;
|
16 |
+
|
17 |
+
$table_name_daily = $wpdb->base_prefix . 'top_ten_daily';
|
18 |
+
|
19 |
+
$current_time = current_time( 'timestamp', 0 );
|
20 |
+
$from_date = strtotime( '-90 DAY' , $current_time );
|
21 |
+
$from_date = gmdate( 'Y-m-d H' , $from_date );
|
22 |
+
|
23 |
+
$resultscount = $wpdb->query( $wpdb->prepare(
|
24 |
+
"DELETE FROM {$table_name_daily} WHERE dp_date <= '%s' ",
|
25 |
+
$from_date
|
26 |
+
) );
|
27 |
+
|
28 |
+
}
|
29 |
+
add_action( 'tptn_cron_hook', 'tptn_cron' );
|
30 |
+
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Function to enable run or actions.
|
34 |
+
*
|
35 |
+
* @since 1.9
|
36 |
+
* @param int $hour Hour
|
37 |
+
* @param int $min Minute
|
38 |
+
* @param int $recurrence Frequency
|
39 |
+
*/
|
40 |
+
function tptn_enable_run( $hour, $min, $recurrence ) {
|
41 |
+
// Invoke WordPress internal cron
|
42 |
+
if ( ! wp_next_scheduled( 'tptn_cron_hook' ) ) {
|
43 |
+
wp_schedule_event( mktime( $hour, $min, 0 ), $recurrence, 'tptn_cron_hook' );
|
44 |
+
} else {
|
45 |
+
wp_clear_scheduled_hook( 'tptn_cron_hook' );
|
46 |
+
wp_schedule_event( mktime( $hour, $min, 0 ), $recurrence, 'tptn_cron_hook' );
|
47 |
+
}
|
48 |
+
}
|
49 |
+
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Function to disable daily run or actions.
|
53 |
+
*
|
54 |
+
* @since 1.9
|
55 |
+
*/
|
56 |
+
function tptn_disable_run() {
|
57 |
+
if ( wp_next_scheduled( 'tptn_cron_hook' ) ) {
|
58 |
+
wp_clear_scheduled_hook( 'tptn_cron_hook' );
|
59 |
+
}
|
60 |
+
}
|
61 |
+
|
62 |
+
// Let's declare this conditional function to add more schedules. It will be a generic function across all plugins that I develop
|
63 |
+
if ( ! function_exists( 'ald_more_reccurences' ) ) :
|
64 |
+
|
65 |
+
/**
|
66 |
+
* Function to add weekly and fortnightly recurrences. Filters `cron_schedules`.
|
67 |
+
*
|
68 |
+
* @param array Array of existing schedules
|
69 |
+
* @return array Filtered array with new schedules
|
70 |
+
*/
|
71 |
+
function ald_more_reccurences( $schedules ) {
|
72 |
+
// add a 'weekly' interval
|
73 |
+
$schedules['weekly'] = array(
|
74 |
+
'interval' => WEEK_IN_SECONDS,
|
75 |
+
'display' => __( 'Once Weekly', 'top-10' ),
|
76 |
+
);
|
77 |
+
$schedules['fortnightly'] = array(
|
78 |
+
'interval' => 2 * WEEK_IN_SECONDS,
|
79 |
+
'display' => __( 'Once Fortnightly', 'top-10' ),
|
80 |
+
);
|
81 |
+
$schedules['monthly'] = array(
|
82 |
+
'interval' => 30 * DAY_IN_SECONDS,
|
83 |
+
'display' => __( 'Once Monthly', 'top-10' ),
|
84 |
+
);
|
85 |
+
$schedules['quarterly'] = array(
|
86 |
+
'interval' => 90 * DAY_IN_SECONDS,
|
87 |
+
'display' => __( 'Once quarterly', 'top-10' ),
|
88 |
+
);
|
89 |
+
return $schedules;
|
90 |
+
}
|
91 |
+
add_filter( 'cron_schedules', 'ald_more_reccurences' );
|
92 |
+
|
93 |
+
endif;
|
94 |
+
|
95 |
+
|
includes/deprecated.php
CHANGED
@@ -1,13 +1,35 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Deprecated functions from Top 10. You shouldn't
|
4 |
-
* use these functions and look for the alternatives instead.
|
5 |
-
* removed in a later version.
|
6 |
*
|
7 |
* @package Top_Ten
|
8 |
*/
|
9 |
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
/**
|
12 |
* Filter to add related posts to feeds.
|
13 |
*
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Deprecated functions and variables from Top 10. You shouldn't
|
4 |
+
* use these functions or variables and look for the alternatives instead.
|
5 |
+
* The functions will be removed in a later version.
|
6 |
*
|
7 |
* @package Top_Ten
|
8 |
*/
|
9 |
|
10 |
|
11 |
+
/**
|
12 |
+
* Holds the filesystem directory path (with trailing slash) for Top 10
|
13 |
+
*
|
14 |
+
* @since 1.5
|
15 |
+
* @deprecated 2.3
|
16 |
+
*
|
17 |
+
* @var string
|
18 |
+
*/
|
19 |
+
$tptn_path = plugin_dir_path( TOP_TEN_PLUGIN_FILE );
|
20 |
+
|
21 |
+
|
22 |
+
/**
|
23 |
+
* Holds the URL for Top 10
|
24 |
+
*
|
25 |
+
* @since 1.5
|
26 |
+
* @deprecated 2.3
|
27 |
+
*
|
28 |
+
* @var string
|
29 |
+
*/
|
30 |
+
$tptn_url = plugins_url() . '/' . plugin_basename( dirname( TOP_TEN_PLUGIN_FILE ) );
|
31 |
+
|
32 |
+
|
33 |
/**
|
34 |
* Filter to add related posts to feeds.
|
35 |
*
|
includes/formatting.php
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Language functions
|
4 |
+
*
|
5 |
+
* @package Top_Ten
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Function to create an excerpt for the post.
|
11 |
+
*
|
12 |
+
* @since 1.6
|
13 |
+
* @param int $id Post ID
|
14 |
+
* @param int|string $excerpt_length Length of the excerpt in words
|
15 |
+
* @return string Excerpt
|
16 |
+
*/
|
17 |
+
function tptn_excerpt( $id, $excerpt_length = 0, $use_excerpt = true ) {
|
18 |
+
$content = '';
|
19 |
+
|
20 |
+
if ( $use_excerpt ) {
|
21 |
+
$content = get_post( $id )->post_excerpt;
|
22 |
+
}
|
23 |
+
|
24 |
+
if ( '' == $content ) {
|
25 |
+
$content = get_post( $id )->post_content;
|
26 |
+
}
|
27 |
+
|
28 |
+
$output = strip_tags( strip_shortcodes( $content ) );
|
29 |
+
|
30 |
+
if ( $excerpt_length > 0 ) {
|
31 |
+
$output = wp_trim_words( $output, $excerpt_length );
|
32 |
+
}
|
33 |
+
|
34 |
+
/**
|
35 |
+
* Filters excerpt generated by tptn.
|
36 |
+
*
|
37 |
+
* @since 1.9.10.1
|
38 |
+
*
|
39 |
+
* @param array $output Formatted excerpt
|
40 |
+
* @param int $id Post ID
|
41 |
+
* @param int $excerpt_length Length of the excerpt
|
42 |
+
* @param boolean $use_excerpt Use the excerpt?
|
43 |
+
*/
|
44 |
+
return apply_filters( 'tptn_excerpt', $output, $id, $excerpt_length, $use_excerpt );
|
45 |
+
}
|
46 |
+
|
47 |
+
|
48 |
+
/**
|
49 |
+
* Function to limit content by characters.
|
50 |
+
*
|
51 |
+
* @since 1.9.8
|
52 |
+
* @param string $content Content to be used to make an excerpt
|
53 |
+
* @param int $no_of_char Maximum length of excerpt in characters
|
54 |
+
* @return string Formatted content
|
55 |
+
*/
|
56 |
+
function tptn_max_formatted_content( $content, $no_of_char = -1 ) {
|
57 |
+
$content = strip_tags( $content ); // Remove CRLFs, leaving space in their wake
|
58 |
+
|
59 |
+
if ( ( $no_of_char > 0 ) && ( strlen( $content ) > $no_of_char ) ) {
|
60 |
+
$aWords = preg_split( '/[\s]+/', substr( $content, 0, $no_of_char ) );
|
61 |
+
|
62 |
+
// Break back down into a string of words, but drop the last one if it's chopped off
|
63 |
+
if ( substr( $content, $no_of_char, 1 ) == ' ' ) {
|
64 |
+
$content = implode( ' ', $aWords );
|
65 |
+
} else {
|
66 |
+
$content = implode( ' ', array_slice( $aWords, 0, -1 ) ) .'…';
|
67 |
+
}
|
68 |
+
}
|
69 |
+
|
70 |
+
/**
|
71 |
+
* Filters formatted content after cropping.
|
72 |
+
*
|
73 |
+
* @since 1.9.10.1
|
74 |
+
*
|
75 |
+
* @param string $content Formatted content
|
76 |
+
* @param int $no_of_char Maximum length of excerpt in characters
|
77 |
+
*/
|
78 |
+
return apply_filters( 'tptn_max_formatted_content' , $content, $no_of_char );
|
79 |
+
}
|
80 |
+
|
81 |
+
|
includes/l10n.php
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Language functions
|
4 |
+
*
|
5 |
+
* @package Top_Ten
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Function to load translation files.
|
11 |
+
*
|
12 |
+
* @since 1.9.10.1
|
13 |
+
*/
|
14 |
+
function tptn_lang_init() {
|
15 |
+
load_plugin_textdomain( 'top-10', false, dirname( plugin_basename( TOP_TEN_PLUGIN_FILE ) ) . '/languages/' );
|
16 |
+
}
|
17 |
+
add_action( 'plugins_loaded', 'tptn_lang_init' );
|
18 |
+
|
19 |
+
|
20 |
+
/**
|
21 |
+
* Fetch the post of the correct language.
|
22 |
+
*
|
23 |
+
* @since 2.1.0
|
24 |
+
*
|
25 |
+
* @param $post_id Post ID
|
26 |
+
*/
|
27 |
+
function tptn_object_id_cur_lang( $post_id ) {
|
28 |
+
|
29 |
+
$return_original_if_missing = false;
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Filter to modify if the original language ID is returned.
|
33 |
+
*
|
34 |
+
* @since 2.2.3
|
35 |
+
*
|
36 |
+
* @param bool $return_original_if_missing
|
37 |
+
* @param int $post_id Post ID
|
38 |
+
*/
|
39 |
+
$return_original_if_missing = apply_filters( 'tptn_wpml_return_original', $return_original_if_missing, $post_id );
|
40 |
+
|
41 |
+
if ( function_exists( 'pll_get_post' ) ) {
|
42 |
+
$post_id = pll_get_post( $post_id );
|
43 |
+
} elseif ( function_exists( 'wpml_object_id_filter' ) ) {
|
44 |
+
$post_id = wpml_object_id_filter( $post_id, 'any', $return_original_if_missing );
|
45 |
+
} elseif ( function_exists( 'icl_object_id' ) ) {
|
46 |
+
$post_id = icl_object_id( $post_id, 'any', $return_original_if_missing );
|
47 |
+
}
|
48 |
+
|
49 |
+
/**
|
50 |
+
* Filters object ID for current language (WPML).
|
51 |
+
*
|
52 |
+
* @since 2.1.0
|
53 |
+
*
|
54 |
+
* @param int $post_id Post ID
|
55 |
+
*/
|
56 |
+
return apply_filters( 'tptn_object_id_cur_lang', $post_id );
|
57 |
+
}
|
58 |
+
|
59 |
+
|
includes/{class-top-10-widget.php → modules/class-top-10-widget.php}
RENAMED
@@ -6,7 +6,7 @@
|
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
-
* @copyright 2008-
|
10 |
*/
|
11 |
|
12 |
// If this file is called directly, abort.
|
@@ -31,6 +31,9 @@ class Top_Ten_Widget extends WP_Widget {
|
|
31 |
__( 'Popular Posts [Top 10]', 'top-10' ), // Name
|
32 |
array( 'description' => __( 'Display popular posts', 'top-10' ) ) // Args
|
33 |
);
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
/**
|
@@ -211,12 +214,14 @@ class Top_Ten_Widget extends WP_Widget {
|
|
211 |
* @param array $instance Saved values from database.
|
212 |
*/
|
213 |
function widget( $args, $instance ) {
|
214 |
-
global $
|
215 |
|
216 |
// Get the post meta
|
217 |
-
|
|
|
218 |
|
219 |
-
|
|
|
220 |
|
221 |
$title = apply_filters( 'widget_title', empty( $instance['title'] ) ? strip_tags( $tptn_settings['title'] ) : $instance['title'] );
|
222 |
|
@@ -246,6 +251,7 @@ class Top_Ten_Widget extends WP_Widget {
|
|
246 |
|
247 |
$arguments = array(
|
248 |
'is_widget' => 1,
|
|
|
249 |
'heading' => 0,
|
250 |
'limit' => $limit,
|
251 |
'daily' => $daily,
|
@@ -277,6 +283,49 @@ class Top_Ten_Widget extends WP_Widget {
|
|
277 |
echo $output;
|
278 |
|
279 |
} //ending function widget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
}
|
281 |
|
282 |
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
+
* @copyright 2008-2016 Ajay D'Souza
|
10 |
*/
|
11 |
|
12 |
// If this file is called directly, abort.
|
31 |
__( 'Popular Posts [Top 10]', 'top-10' ), // Name
|
32 |
array( 'description' => __( 'Display popular posts', 'top-10' ) ) // Args
|
33 |
);
|
34 |
+
|
35 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'front_end_styles' ) );
|
36 |
+
|
37 |
}
|
38 |
|
39 |
/**
|
214 |
* @param array $instance Saved values from database.
|
215 |
*/
|
216 |
function widget( $args, $instance ) {
|
217 |
+
global $tptn_settings, $post;
|
218 |
|
219 |
// Get the post meta
|
220 |
+
if ( isset( $post ) ) {
|
221 |
+
$tptn_post_meta = get_post_meta( $post->ID, 'tptn_post_meta', true );
|
222 |
|
223 |
+
if ( isset( $tptn_post_meta['disable_here'] ) && ( 1 == $tptn_post_meta['disable_here'] ) ) { return; }
|
224 |
+
}
|
225 |
|
226 |
$title = apply_filters( 'widget_title', empty( $instance['title'] ) ? strip_tags( $tptn_settings['title'] ) : $instance['title'] );
|
227 |
|
251 |
|
252 |
$arguments = array(
|
253 |
'is_widget' => 1,
|
254 |
+
'instance_id' => $this->number,
|
255 |
'heading' => 0,
|
256 |
'limit' => $limit,
|
257 |
'daily' => $daily,
|
283 |
echo $output;
|
284 |
|
285 |
} //ending function widget
|
286 |
+
|
287 |
+
|
288 |
+
/**
|
289 |
+
* Add styles to the front end if the widget is active.
|
290 |
+
*
|
291 |
+
* @since 2.3.0
|
292 |
+
*/
|
293 |
+
function front_end_styles() {
|
294 |
+
global $tptn_settings;
|
295 |
+
|
296 |
+
if ( ! 'left_thumbs' == $tptn_settings['tptn_styles'] ) {
|
297 |
+
return;
|
298 |
+
}
|
299 |
+
|
300 |
+
// we need to process all instances because this function gets to run only once
|
301 |
+
$widget_settings = get_option( $this->option_name );
|
302 |
+
|
303 |
+
foreach ( (array) $widget_settings as $instance => $options ) {
|
304 |
+
|
305 |
+
// identify instance
|
306 |
+
$widget_id = "{$this->id_base}-{$instance}";
|
307 |
+
|
308 |
+
// check if it's our instance
|
309 |
+
if ( ! is_active_widget( false, $widget_id, $this->id_base, true ) ) {
|
310 |
+
continue; // Not active.
|
311 |
+
}
|
312 |
+
|
313 |
+
$thumb_height = ( isset( $options['thumb_height'] ) && '' != $options['thumb_height'] ) ? intval( $options['thumb_height'] ) : $tptn_settings['thumb_height'];
|
314 |
+
$thumb_width = ( isset( $options['thumb_width'] ) && '' != $options['thumb_width'] ) ? intval( $options['thumb_width'] ) : $tptn_settings['thumb_width'];
|
315 |
+
|
316 |
+
// Enqueue the custom css for the thumb width and height for this specific widget.
|
317 |
+
$custom_css = "
|
318 |
+
.tptn_posts_widget{$instance} img.tptn_thumb {
|
319 |
+
width: {$thumb_width}px !important;
|
320 |
+
height: {$thumb_height}px !important;
|
321 |
+
}
|
322 |
+
";
|
323 |
+
|
324 |
+
wp_add_inline_style( 'tptn-style-left-thumbs', $custom_css );
|
325 |
+
|
326 |
+
}
|
327 |
+
|
328 |
+
}
|
329 |
}
|
330 |
|
331 |
|
includes/modules/exclusions.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* @return array Updated excluded post ID
|
16 |
*/
|
17 |
function tptn_exclude_post_ids( $exclude_post_ids ) {
|
18 |
-
global $
|
19 |
|
20 |
$exclude_post_ids = (array) $exclude_post_ids;
|
21 |
|
15 |
* @return array Updated excluded post ID
|
16 |
*/
|
17 |
function tptn_exclude_post_ids( $exclude_post_ids ) {
|
18 |
+
global $wpdb;
|
19 |
|
20 |
$exclude_post_ids = (array) $exclude_post_ids;
|
21 |
|
includes/modules/shortcode.php
CHANGED
@@ -41,7 +41,7 @@ add_shortcode( 'tptn_list', 'tptn_shortcode' );
|
|
41 |
function tptn_shortcode_views( $atts, $content = null ) {
|
42 |
$a = shortcode_atts( array(
|
43 |
'daily' => '0',
|
44 |
-
|
45 |
|
46 |
return get_tptn_post_count_only( get_the_ID(), ( $a['daily'] ? 'daily' : 'total' ) );
|
47 |
}
|
41 |
function tptn_shortcode_views( $atts, $content = null ) {
|
42 |
$a = shortcode_atts( array(
|
43 |
'daily' => '0',
|
44 |
+
), $atts );
|
45 |
|
46 |
return get_tptn_post_count_only( get_the_ID(), ( $a['daily'] ? 'daily' : 'total' ) );
|
47 |
}
|
includes/modules/taxonomies.php
CHANGED
@@ -13,10 +13,10 @@ if ( ! defined( 'WPINC' ) ) {
|
|
13 |
/**
|
14 |
* Filter JOIN clause of tptn query to add taxonomy tables.
|
15 |
*
|
16 |
-
* @since
|
17 |
*
|
18 |
* @param mixed $join
|
19 |
-
* @return string Filtered
|
20 |
*/
|
21 |
function tptn_exclude_categories_join( $join ) {
|
22 |
global $wpdb, $tptn_settings;
|
@@ -24,8 +24,8 @@ function tptn_exclude_categories_join( $join ) {
|
|
24 |
if ( '' != $tptn_settings['exclude_categories'] ) {
|
25 |
|
26 |
$sql = $join;
|
27 |
-
$sql .= "
|
28 |
-
$sql .= "
|
29 |
|
30 |
return $sql;
|
31 |
} else {
|
@@ -34,18 +34,17 @@ function tptn_exclude_categories_join( $join ) {
|
|
34 |
}
|
35 |
add_filter( 'tptn_posts_join', 'tptn_exclude_categories_join' );
|
36 |
|
|
|
37 |
/**
|
38 |
* Filter WHERE clause of tptn query to exclude posts belonging to certain categories.
|
39 |
*
|
40 |
-
* @since
|
41 |
*
|
42 |
* @param mixed $where
|
43 |
-
* @return string Filtered
|
44 |
*/
|
45 |
function tptn_exclude_categories_where( $where ) {
|
46 |
-
global $wpdb, $
|
47 |
-
|
48 |
-
$term_ids = $category_ids = $tag_ids = $taxonomies = array();
|
49 |
|
50 |
if ( '' == $tptn_settings['exclude_categories'] ) {
|
51 |
return $where;
|
@@ -68,3 +67,27 @@ function tptn_exclude_categories_where( $where ) {
|
|
68 |
add_filter( 'tptn_posts_where', 'tptn_exclude_categories_where' );
|
69 |
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
/**
|
14 |
* Filter JOIN clause of tptn query to add taxonomy tables.
|
15 |
*
|
16 |
+
* @since 2.2.0
|
17 |
*
|
18 |
* @param mixed $join
|
19 |
+
* @return string Filtered JOIN clause
|
20 |
*/
|
21 |
function tptn_exclude_categories_join( $join ) {
|
22 |
global $wpdb, $tptn_settings;
|
24 |
if ( '' != $tptn_settings['exclude_categories'] ) {
|
25 |
|
26 |
$sql = $join;
|
27 |
+
$sql .= " LEFT JOIN $wpdb->term_relationships AS excat_tr ON ($wpdb->posts.ID = excat_tr.object_id) ";
|
28 |
+
$sql .= " LEFT JOIN $wpdb->term_taxonomy AS excat_tt ON (excat_tr.term_taxonomy_id = excat_tt.term_taxonomy_id) ";
|
29 |
|
30 |
return $sql;
|
31 |
} else {
|
34 |
}
|
35 |
add_filter( 'tptn_posts_join', 'tptn_exclude_categories_join' );
|
36 |
|
37 |
+
|
38 |
/**
|
39 |
* Filter WHERE clause of tptn query to exclude posts belonging to certain categories.
|
40 |
*
|
41 |
+
* @since 2.2.0
|
42 |
*
|
43 |
* @param mixed $where
|
44 |
+
* @return string Filtered WHERE clause
|
45 |
*/
|
46 |
function tptn_exclude_categories_where( $where ) {
|
47 |
+
global $wpdb, $tptn_settings;
|
|
|
|
|
48 |
|
49 |
if ( '' == $tptn_settings['exclude_categories'] ) {
|
50 |
return $where;
|
67 |
add_filter( 'tptn_posts_where', 'tptn_exclude_categories_where' );
|
68 |
|
69 |
|
70 |
+
/**
|
71 |
+
* Filter GROUP BY clause of tptn query to exclude posts belonging to certain categories.
|
72 |
+
*
|
73 |
+
* @since 2.3.0
|
74 |
+
*
|
75 |
+
* @param mixed $groupby
|
76 |
+
* @return string Filtered GROUP BY clause
|
77 |
+
*/
|
78 |
+
function tptn_exclude_categories_groupby( $groupby ) {
|
79 |
+
global $tptn_settings;
|
80 |
+
|
81 |
+
if ( '' != $tptn_settings['exclude_categories'] && '' != $groupby ) {
|
82 |
+
|
83 |
+
$sql = $groupby;
|
84 |
+
$sql .= ', excat_tt.term_taxonomy_id ';
|
85 |
+
|
86 |
+
return $sql;
|
87 |
+
} else {
|
88 |
+
return $groupby;
|
89 |
+
}
|
90 |
+
}
|
91 |
+
add_filter( 'tptn_posts_groupby', 'tptn_exclude_categories_groupby' );
|
92 |
+
|
93 |
+
|
includes/public/display-posts.php
ADDED
@@ -0,0 +1,516 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Functions to fetch and display the posts
|
4 |
+
*
|
5 |
+
* @package Top_Ten
|
6 |
+
*/
|
7 |
+
|
8 |
+
// If this file is called directly, abort.
|
9 |
+
if ( ! defined( 'WPINC' ) ) {
|
10 |
+
die;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Function to return formatted list of popular posts.
|
15 |
+
*
|
16 |
+
* @since 1.5
|
17 |
+
*
|
18 |
+
* @param mixed $args Arguments array
|
19 |
+
* @return array|string Array of posts if posts_only = 0 or a formatted string if posts_only = 1
|
20 |
+
*/
|
21 |
+
function tptn_pop_posts( $args ) {
|
22 |
+
global $tptn_settings;
|
23 |
+
|
24 |
+
// if set, save $exclude_categories
|
25 |
+
if ( isset( $args['exclude_categories'] ) && '' != $args['exclude_categories'] ) {
|
26 |
+
$exclude_categories = explode( ',', $args['exclude_categories'] );
|
27 |
+
$args['strict_limit'] = false;
|
28 |
+
}
|
29 |
+
|
30 |
+
$defaults = array(
|
31 |
+
'daily' => false,
|
32 |
+
'is_widget' => false,
|
33 |
+
'instance_id' => 1,
|
34 |
+
'is_shortcode' => false,
|
35 |
+
'is_manual' => false,
|
36 |
+
'echo' => false,
|
37 |
+
'strict_limit' => false,
|
38 |
+
'posts_only' => false,
|
39 |
+
'heading' => 1,
|
40 |
+
);
|
41 |
+
|
42 |
+
// Merge the $defaults array with the $tptn_settings array
|
43 |
+
$defaults = array_merge( $defaults, $tptn_settings );
|
44 |
+
|
45 |
+
// Parse incomming $args into an array and merge it with $defaults
|
46 |
+
$args = wp_parse_args( $args, $defaults );
|
47 |
+
|
48 |
+
$output = '';
|
49 |
+
|
50 |
+
/**
|
51 |
+
* Fires before the output processing begins.
|
52 |
+
*
|
53 |
+
* @since 2.2.0
|
54 |
+
*
|
55 |
+
* @param string $output Formatted list of top posts
|
56 |
+
* @param array $args Array of arguments
|
57 |
+
*/
|
58 |
+
do_action( 'pre_tptn_pop_posts', $output, $args );
|
59 |
+
|
60 |
+
// Check if the cache is enabled and if the output exists. If so, return the output
|
61 |
+
if ( $args['cache'] && ! $args['posts_only'] ) {
|
62 |
+
$cache_name = 'tptn';
|
63 |
+
$cache_name .= $args['daily'] ? '_daily' : '_total';
|
64 |
+
$cache_name .= $args['is_widget'] ? '_widget' . $args['instance_id'] : '';
|
65 |
+
$cache_name .= $args['is_shortcode'] ? '_shortcode' : '';
|
66 |
+
$cache_name .= $args['is_manual'] ? '_manual' : '';
|
67 |
+
|
68 |
+
$output = get_transient( $cache_name );
|
69 |
+
|
70 |
+
if ( false !== $output ) {
|
71 |
+
|
72 |
+
/**
|
73 |
+
* Filter the output
|
74 |
+
*
|
75 |
+
* @since 1.9.8.5
|
76 |
+
*
|
77 |
+
* @param string $output Formatted list of top posts
|
78 |
+
* @param array $args Array of arguments
|
79 |
+
*/
|
80 |
+
return apply_filters( 'tptn_pop_posts', $output, $args );
|
81 |
+
}
|
82 |
+
}
|
83 |
+
|
84 |
+
// Get thumbnail size
|
85 |
+
list( $args['thumb_width'], $args['thumb_height'] ) = tptn_get_thumb_size( $args );
|
86 |
+
|
87 |
+
// Retrieve the popular posts
|
88 |
+
$results = get_tptn_pop_posts( $args );
|
89 |
+
|
90 |
+
if ( $args['posts_only'] ) { // Return the array of posts only if the variable is set
|
91 |
+
_deprecated_argument( __FUNCTION__, '2.2.0', __( 'posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the posts only.', 'top-10' ) );
|
92 |
+
return $results;
|
93 |
+
}
|
94 |
+
|
95 |
+
$counter = 0;
|
96 |
+
|
97 |
+
$daily_class = $args['daily'] ? 'tptn_posts_daily ' : 'tptn_posts ';
|
98 |
+
$widget_class = $args['is_widget'] ? ' tptn_posts_widget tptn_posts_widget' . $args['instance_id'] : '';
|
99 |
+
$shortcode_class = $args['is_shortcode'] ? ' tptn_posts_shortcode' : '';
|
100 |
+
|
101 |
+
$post_classes = $daily_class . $widget_class . $shortcode_class;
|
102 |
+
|
103 |
+
/**
|
104 |
+
* Filter the classes added to the div wrapper of the Top 10.
|
105 |
+
*
|
106 |
+
* @since 2.1.0
|
107 |
+
*
|
108 |
+
* @param string $post_classes Post classes string.
|
109 |
+
*/
|
110 |
+
$post_classes = apply_filters( 'tptn_post_class', $post_classes );
|
111 |
+
|
112 |
+
$output .= '<div class="' . $post_classes . '">';
|
113 |
+
|
114 |
+
if ( $results ) {
|
115 |
+
|
116 |
+
$output .= tptn_heading_title( $args );
|
117 |
+
|
118 |
+
$output .= tptn_before_list( $args );
|
119 |
+
|
120 |
+
// We need this for WPML support
|
121 |
+
$processed_results = array();
|
122 |
+
|
123 |
+
foreach ( $results as $result ) {
|
124 |
+
|
125 |
+
/* Support WPML */
|
126 |
+
$resultid = tptn_object_id_cur_lang( $result->ID );
|
127 |
+
|
128 |
+
// If this is NULL or already processed ID or matches current post then skip processing this loop.
|
129 |
+
if ( ! $resultid || in_array( $resultid, $processed_results ) ) {
|
130 |
+
continue;
|
131 |
+
}
|
132 |
+
|
133 |
+
// Push the current ID into the array to ensure we're not repeating it
|
134 |
+
array_push( $processed_results, $resultid );
|
135 |
+
|
136 |
+
$sumcount = $result->sumCount; // Store the count. We'll need this later
|
137 |
+
|
138 |
+
/**
|
139 |
+
* Filter the post ID for each result. Allows a custom function to hook in and change the ID if needed.
|
140 |
+
*
|
141 |
+
* @since 1.9.8.5
|
142 |
+
*
|
143 |
+
* @param int $resultid ID of the post
|
144 |
+
*/
|
145 |
+
$resultid = apply_filters( 'tptn_post_id', $resultid );
|
146 |
+
|
147 |
+
$result = get_post( $resultid ); // Let's get the Post using the ID
|
148 |
+
|
149 |
+
// Process the category exclusion if passed in the shortcode
|
150 |
+
if ( isset( $exclude_categories ) ) {
|
151 |
+
|
152 |
+
$categorys = get_the_category( $result->ID ); // Fetch categories of the plugin
|
153 |
+
|
154 |
+
$p_in_c = false; // Variable to check if post exists in a particular category
|
155 |
+
foreach ( $categorys as $cat ) { // Loop to check if post exists in excluded category
|
156 |
+
$p_in_c = ( in_array( $cat->cat_ID, $exclude_categories ) ) ? true : false;
|
157 |
+
if ( $p_in_c ) { break; // Skip loop execution and go to the next step
|
158 |
+
}
|
159 |
+
}
|
160 |
+
if ( $p_in_c ) { continue; // Skip loop execution and go to the next step
|
161 |
+
}
|
162 |
+
}
|
163 |
+
|
164 |
+
$output .= tptn_before_list_item( $args, $result );
|
165 |
+
|
166 |
+
$output .= tptn_list_link( $args, $result );
|
167 |
+
|
168 |
+
if ( $args['show_author'] ) {
|
169 |
+
$output .= tptn_author( $args, $result );
|
170 |
+
}
|
171 |
+
|
172 |
+
if ( $args['show_date'] ) {
|
173 |
+
$output .= '<span class="tptn_date"> ' . mysql2date( get_option( 'date_format', 'd/m/y' ), $result->post_date ) . '</span> ';
|
174 |
+
}
|
175 |
+
|
176 |
+
if ( $args['show_excerpt'] ) {
|
177 |
+
$output .= '<span class="tptn_excerpt"> ' . tptn_excerpt( $result->ID, $args['excerpt_length'] ) . '</span>';
|
178 |
+
}
|
179 |
+
|
180 |
+
if ( $args['disp_list_count'] ) {
|
181 |
+
|
182 |
+
$tptn_list_count = '(' . number_format_i18n( $sumcount ) . ')';
|
183 |
+
|
184 |
+
/**
|
185 |
+
* Filter the formatted list count text.
|
186 |
+
*
|
187 |
+
* @since 2.1.0
|
188 |
+
*
|
189 |
+
* @param string $tptn_list_count Formatted list count
|
190 |
+
* @param int $sumcount Post count
|
191 |
+
* @param object $result Post object
|
192 |
+
*/
|
193 |
+
$tptn_list_count = apply_filters( 'tptn_list_count', $tptn_list_count, $sumcount, $result );
|
194 |
+
|
195 |
+
$output .= ' <span class="tptn_list_count">' . $tptn_list_count . '</span>';
|
196 |
+
}
|
197 |
+
|
198 |
+
$tptn_list = '';
|
199 |
+
/**
|
200 |
+
* Filter Formatted list item with link and and thumbnail.
|
201 |
+
*
|
202 |
+
* @since 2.2.0
|
203 |
+
*
|
204 |
+
* @param string $tptn_list
|
205 |
+
* @param object $result Object of the current post result
|
206 |
+
* @param array $args Array of arguments
|
207 |
+
*/
|
208 |
+
$output .= apply_filters( 'tptn_list', $tptn_list, $result, $args );
|
209 |
+
|
210 |
+
// Opening span created in tptn_list_link()
|
211 |
+
if ( 'inline' == $args['post_thumb_op'] || 'text_only' == $args['post_thumb_op'] ) {
|
212 |
+
$output .= '</span>';
|
213 |
+
}
|
214 |
+
|
215 |
+
$output .= tptn_after_list_item( $args, $result );
|
216 |
+
|
217 |
+
$counter++;
|
218 |
+
|
219 |
+
if ( $counter == $args['limit'] ) {
|
220 |
+
break; // End loop when related posts limit is reached
|
221 |
+
}
|
222 |
+
}
|
223 |
+
if ( $args['show_credit'] ) {
|
224 |
+
|
225 |
+
$output .= tptn_before_list_item( $args, $result );
|
226 |
+
|
227 |
+
$output .= sprintf(
|
228 |
+
__( 'Popular posts by <a href="%s" rel="nofollow" %s>Top 10 plugin</a>', 'top-10' ),
|
229 |
+
esc_url( 'https://webberzone.com/plugins/top-10/' ),
|
230 |
+
tptn_link_attributes( $args )
|
231 |
+
);
|
232 |
+
|
233 |
+
$output .= tptn_after_list_item( $args, $result );
|
234 |
+
}
|
235 |
+
|
236 |
+
$output .= tptn_after_list( $args );
|
237 |
+
|
238 |
+
$clearfix = '<div class="tptn_clear"></div>';
|
239 |
+
|
240 |
+
/**
|
241 |
+
* Filter the clearfix div tag. This is included after the closing tag to clear any miscellaneous floating elements;
|
242 |
+
*
|
243 |
+
* @since 2.2.0
|
244 |
+
*
|
245 |
+
* @param string $clearfix Contains: <div style="clear:both"></div>
|
246 |
+
*/
|
247 |
+
$output .= apply_filters( 'tptn_clearfix', $clearfix );
|
248 |
+
|
249 |
+
} else {
|
250 |
+
$output .= ( $args['blank_output'] ) ? '' : $args['blank_output_text'];
|
251 |
+
}
|
252 |
+
$output .= '</div>';
|
253 |
+
|
254 |
+
// Check if the cache is enabled and if the output exists. If so, return the output
|
255 |
+
if ( $args['cache'] ) {
|
256 |
+
/**
|
257 |
+
* Filter the cache time which allows a function to override this
|
258 |
+
*
|
259 |
+
* @since 2.2.0
|
260 |
+
*
|
261 |
+
* @param int $args['cache_time'] Cache time in seconds
|
262 |
+
* @param array $args Array of all the arguments
|
263 |
+
*/
|
264 |
+
$cache_time = apply_filters( 'tptn_cache_time', $args['cache_time'], $args );
|
265 |
+
|
266 |
+
$output .= "<br /><!-- Cached output. Cached time is {$cache_time} seconds -->";
|
267 |
+
|
268 |
+
set_transient( $cache_name, $output, $cache_time );
|
269 |
+
|
270 |
+
}
|
271 |
+
|
272 |
+
/**
|
273 |
+
* Filter already documented in top-10.php
|
274 |
+
*/
|
275 |
+
return apply_filters( 'tptn_pop_posts', $output, $args );
|
276 |
+
}
|
277 |
+
|
278 |
+
|
279 |
+
/**
|
280 |
+
* Function to retrieve the popular posts.
|
281 |
+
*
|
282 |
+
* @since 2.1.0
|
283 |
+
*
|
284 |
+
* @param mixed $args Arguments list
|
285 |
+
*/
|
286 |
+
function get_tptn_pop_posts( $args = array() ) {
|
287 |
+
global $wpdb, $tptn_settings;
|
288 |
+
|
289 |
+
// Initialise some variables
|
290 |
+
$fields = '';
|
291 |
+
$where = '';
|
292 |
+
$join = '';
|
293 |
+
$groupby = '';
|
294 |
+
$orderby = '';
|
295 |
+
$limits = '';
|
296 |
+
|
297 |
+
$defaults = array(
|
298 |
+
'daily' => false,
|
299 |
+
'strict_limit' => true,
|
300 |
+
'posts_only' => false,
|
301 |
+
);
|
302 |
+
|
303 |
+
// Merge the $defaults array with the $tptn_settings array
|
304 |
+
$defaults = array_merge( $defaults, $tptn_settings );
|
305 |
+
|
306 |
+
// Parse incomming $args into an array and merge it with $defaults
|
307 |
+
$args = wp_parse_args( $args, $defaults );
|
308 |
+
|
309 |
+
if ( $args['daily'] ) {
|
310 |
+
$table_name = $wpdb->base_prefix . 'top_ten_daily';
|
311 |
+
} else {
|
312 |
+
$table_name = $wpdb->base_prefix . 'top_ten';
|
313 |
+
}
|
314 |
+
|
315 |
+
$limit = ( $args['strict_limit'] ) ? $args['limit'] : ( $args['limit'] * 5 );
|
316 |
+
|
317 |
+
// If post_types is empty or contains a query string then use parse_str else consider it comma-separated.
|
318 |
+
if ( ! empty( $args['post_types'] ) && false === strpos( $args['post_types'], '=' ) ) {
|
319 |
+
$post_types = explode( ',', $args['post_types'] );
|
320 |
+
} else {
|
321 |
+
parse_str( $args['post_types'], $post_types ); // Save post types in $post_types variable
|
322 |
+
}
|
323 |
+
|
324 |
+
// If post_types is empty or if we want all the post types
|
325 |
+
if ( empty( $post_types ) || 'all' === $args['post_types'] ) {
|
326 |
+
$post_types = get_post_types( array(
|
327 |
+
'public' => true,
|
328 |
+
) );
|
329 |
+
}
|
330 |
+
|
331 |
+
$blog_id = get_current_blog_id();
|
332 |
+
|
333 |
+
if ( $args['daily_midnight'] ) {
|
334 |
+
$current_time = current_time( 'timestamp', 0 );
|
335 |
+
$from_date = $current_time - ( max( 0, ( $args['daily_range'] - 1 ) ) * DAY_IN_SECONDS );
|
336 |
+
$from_date = gmdate( 'Y-m-d 0' , $from_date );
|
337 |
+
} else {
|
338 |
+
$current_time = current_time( 'timestamp', 0 );
|
339 |
+
$from_date = $current_time - ( $args['daily_range'] * DAY_IN_SECONDS + $args['hour_range'] * HOUR_IN_SECONDS );
|
340 |
+
$from_date = gmdate( 'Y-m-d H' , $from_date );
|
341 |
+
}
|
342 |
+
|
343 |
+
/**
|
344 |
+
*
|
345 |
+
* We're going to create a mySQL query that is fully extendable which would look something like this:
|
346 |
+
* "SELECT $fields FROM $wpdb->posts $join WHERE 1=1 $where $groupby $orderby $limits"
|
347 |
+
*/
|
348 |
+
|
349 |
+
// Fields to return
|
350 |
+
$fields[] = 'ID';
|
351 |
+
$fields[] = 'postnumber';
|
352 |
+
$fields[] = ( $args['daily'] ) ? 'SUM(cntaccess) as sumCount' : 'cntaccess as sumCount';
|
353 |
+
|
354 |
+
$fields = implode( ', ', $fields );
|
355 |
+
|
356 |
+
// Create the JOIN clause
|
357 |
+
$join = " INNER JOIN {$wpdb->posts} ON postnumber=ID ";
|
358 |
+
|
359 |
+
// Create the base WHERE clause
|
360 |
+
$where .= $wpdb->prepare( ' AND blog_id = %d ', $blog_id ); // Posts need to be from the current blog only
|
361 |
+
$where .= " AND $wpdb->posts.post_status = 'publish' "; // Only show published posts
|
362 |
+
|
363 |
+
if ( $args['daily'] ) {
|
364 |
+
$where .= $wpdb->prepare( " AND dp_date >= '%s' ", $from_date ); // Only fetch posts that are tracked after this date
|
365 |
+
}
|
366 |
+
|
367 |
+
// Convert exclude post IDs string to array so it can be filtered
|
368 |
+
$exclude_post_ids = explode( ',', $args['exclude_post_ids'] );
|
369 |
+
|
370 |
+
/**
|
371 |
+
* Filter exclude post IDs array.
|
372 |
+
*
|
373 |
+
* @param array $exclude_post_ids Array of post IDs.
|
374 |
+
*/
|
375 |
+
$exclude_post_ids = apply_filters( 'tptn_exclude_post_ids', $exclude_post_ids );
|
376 |
+
|
377 |
+
// Convert it back to string
|
378 |
+
$exclude_post_ids = implode( ',', array_filter( $exclude_post_ids ) );
|
379 |
+
|
380 |
+
if ( '' != $exclude_post_ids ) {
|
381 |
+
$where .= " AND $wpdb->posts.ID NOT IN ({$exclude_post_ids}) ";
|
382 |
+
}
|
383 |
+
$where .= " AND $wpdb->posts.post_type IN ('" . join( "', '", $post_types ) . "') "; // Array of post types
|
384 |
+
|
385 |
+
// How old should the posts be?
|
386 |
+
if ( $args['how_old'] ) {
|
387 |
+
$where .= $wpdb->prepare( " AND $wpdb->posts.post_date > '%s' ", gmdate( 'Y-m-d H:m:s', $current_time - ( $args['how_old'] * DAY_IN_SECONDS ) ) );
|
388 |
+
}
|
389 |
+
|
390 |
+
// Create the base GROUP BY clause
|
391 |
+
if ( $args['daily'] ) {
|
392 |
+
$groupby = ' postnumber ';
|
393 |
+
}
|
394 |
+
|
395 |
+
// Create the base ORDER BY clause
|
396 |
+
$orderby = ' sumCount DESC ';
|
397 |
+
|
398 |
+
// Create the base LIMITS clause
|
399 |
+
$limits .= $wpdb->prepare( ' LIMIT %d ', $limit );
|
400 |
+
|
401 |
+
/**
|
402 |
+
* Filter the SELECT clause of the query.
|
403 |
+
*
|
404 |
+
* @param string $fields The SELECT clause of the query.
|
405 |
+
*/
|
406 |
+
$fields = apply_filters( 'tptn_posts_fields', $fields );
|
407 |
+
|
408 |
+
/**
|
409 |
+
* Filter the JOIN clause of the query.
|
410 |
+
*
|
411 |
+
* @param string $join The JOIN clause of the query.
|
412 |
+
*/
|
413 |
+
$join = apply_filters( 'tptn_posts_join', $join );
|
414 |
+
|
415 |
+
/**
|
416 |
+
* Filter the WHERE clause of the query.
|
417 |
+
*
|
418 |
+
* @param string $where The WHERE clause of the query.
|
419 |
+
*/
|
420 |
+
$where = apply_filters( 'tptn_posts_where', $where );
|
421 |
+
|
422 |
+
/**
|
423 |
+
* Filter the GROUP BY clause of the query.
|
424 |
+
*
|
425 |
+
* @param string $groupby The GROUP BY clause of the query.
|
426 |
+
*/
|
427 |
+
$groupby = apply_filters( 'tptn_posts_groupby', $groupby );
|
428 |
+
|
429 |
+
/**
|
430 |
+
* Filter the ORDER BY clause of the query.
|
431 |
+
*
|
432 |
+
* @param string $orderby The ORDER BY clause of the query.
|
433 |
+
*/
|
434 |
+
$orderby = apply_filters( 'tptn_posts_orderby', $orderby );
|
435 |
+
|
436 |
+
/**
|
437 |
+
* Filter the LIMIT clause of the query.
|
438 |
+
*
|
439 |
+
* @param string $limits The LIMIT clause of the query.
|
440 |
+
*/
|
441 |
+
$limits = apply_filters( 'tptn_posts_limits', $limits );
|
442 |
+
|
443 |
+
if ( ! empty( $groupby ) ) {
|
444 |
+
$groupby = " GROUP BY {$groupby} ";
|
445 |
+
}
|
446 |
+
if ( ! empty( $orderby ) ) {
|
447 |
+
$orderby = " ORDER BY {$orderby} ";
|
448 |
+
}
|
449 |
+
|
450 |
+
$sql = "SELECT DISTINCT $fields FROM {$table_name} $join WHERE 1=1 $where $groupby $orderby $limits";
|
451 |
+
|
452 |
+
if ( $args['posts_only'] ) { // Return the array of posts only if the variable is set
|
453 |
+
$results = $wpdb->get_results( $sql, ARRAY_A );
|
454 |
+
|
455 |
+
/**
|
456 |
+
* Filter the array of top post IDs.
|
457 |
+
*
|
458 |
+
* @since 1.9.8.5
|
459 |
+
*
|
460 |
+
* @param array $tptn_pop_posts_array Posts array.
|
461 |
+
* @param mixed $args Arguments list
|
462 |
+
*/
|
463 |
+
return apply_filters( 'tptn_pop_posts_array', $results, $args );
|
464 |
+
}
|
465 |
+
|
466 |
+
$results = $wpdb->get_results( $sql );
|
467 |
+
|
468 |
+
/**
|
469 |
+
* Filter object containing post IDs of popular posts
|
470 |
+
*
|
471 |
+
* @since 2.1.0
|
472 |
+
*
|
473 |
+
* @param object $results Top 10 popular posts object
|
474 |
+
* @param mixed $args Arguments list
|
475 |
+
*/
|
476 |
+
return apply_filters( 'get_tptn_pop_posts', $results, $args );
|
477 |
+
}
|
478 |
+
|
479 |
+
|
480 |
+
/**
|
481 |
+
* Function to echo popular posts.
|
482 |
+
*
|
483 |
+
* @since 1.0
|
484 |
+
*
|
485 |
+
* @param mixed $args Arguments list
|
486 |
+
*/
|
487 |
+
function tptn_show_pop_posts( $args = null ) {
|
488 |
+
if ( is_array( $args ) ) {
|
489 |
+
$args['manual'] = 1;
|
490 |
+
} else {
|
491 |
+
$args .= '&is_manual=1';
|
492 |
+
}
|
493 |
+
|
494 |
+
echo tptn_pop_posts( $args );
|
495 |
+
}
|
496 |
+
|
497 |
+
|
498 |
+
/**
|
499 |
+
* Function to show daily popular posts.
|
500 |
+
*
|
501 |
+
* @since 1.2
|
502 |
+
*
|
503 |
+
* @param mixed $args Arguments list
|
504 |
+
*/
|
505 |
+
function tptn_show_daily_pop_posts( $args = null ) {
|
506 |
+
if ( is_array( $args ) || ! isset( $args ) ) {
|
507 |
+
$args['daily'] = 1;
|
508 |
+
$args['manual'] = 1;
|
509 |
+
} else {
|
510 |
+
$args .= '&daily=1&is_manual=1';
|
511 |
+
}
|
512 |
+
|
513 |
+
tptn_show_pop_posts( $args );
|
514 |
+
}
|
515 |
+
|
516 |
+
|
includes/public/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
includes/{media.php → public/media.php}
RENAMED
@@ -40,8 +40,6 @@ add_action( 'init', 'tptn_add_image_sizes' );
|
|
40 |
*/
|
41 |
function tptn_get_the_post_thumbnail( $args = array() ) {
|
42 |
|
43 |
-
global $tptn_url, $tptn_settings;
|
44 |
-
|
45 |
$defaults = array(
|
46 |
'postid' => '',
|
47 |
'thumb_height' => '150', // Max height of thumbnails
|
@@ -76,7 +74,6 @@ function tptn_get_the_post_thumbnail( $args = array() ) {
|
|
76 |
$result = $args['postid'];
|
77 |
}
|
78 |
|
79 |
-
$postid = $result->ID;
|
80 |
$post_title = $result->post_title;
|
81 |
|
82 |
/**
|
@@ -97,12 +94,21 @@ function tptn_get_the_post_thumbnail( $args = array() ) {
|
|
97 |
if ( ! $postimage ) {
|
98 |
$postimage = get_post_meta( $result->ID, $args['thumb_meta'], true ); // Check the post meta first
|
99 |
$pick = 'meta';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
}
|
101 |
|
102 |
// If there is no thumbnail found, check the post thumbnail
|
103 |
if ( ! $postimage ) {
|
104 |
if ( false != get_post_thumbnail_id( $result->ID ) ) {
|
105 |
-
$postthumb = wp_get_attachment_image_src( get_post_thumbnail_id( $result->ID ), $
|
106 |
$postimage = $postthumb[0];
|
107 |
}
|
108 |
$pick = 'featured';
|
@@ -114,32 +120,34 @@ function tptn_get_the_post_thumbnail( $args = array() ) {
|
|
114 |
if ( isset( $matches[1][0] ) && $matches[1][0] ) { // any image there?
|
115 |
$postimage = $matches[1][0]; // we need the first one only!
|
116 |
}
|
|
|
117 |
if ( $postimage ) {
|
118 |
$postimage_id = tptn_get_attachment_id_from_url( $postimage );
|
119 |
|
120 |
-
if ( false != wp_get_attachment_image_src( $postimage_id, $
|
121 |
-
$postthumb = wp_get_attachment_image_src( $postimage_id, $
|
122 |
$postimage = $postthumb[0];
|
123 |
}
|
124 |
-
$pick
|
125 |
}
|
126 |
-
$pick .= 'first';
|
127 |
}
|
128 |
|
129 |
// If there is no thumbnail found, fetch the first child image
|
130 |
if ( ! $postimage ) {
|
131 |
-
$postimage = tptn_get_first_image( $result->ID ); // Get the first image
|
132 |
$pick = 'firstchild';
|
133 |
}
|
134 |
|
135 |
// If no other thumbnail set, try to get the custom video thumbnail set by the Video Thumbnails plugin
|
136 |
if ( ! $postimage ) {
|
137 |
$postimage = get_post_meta( $result->ID, '_video_thumbnail', true );
|
|
|
138 |
}
|
139 |
|
140 |
// If no thumb found and settings permit, use default thumb
|
141 |
if ( ! $postimage && $args['thumb_default_show'] ) {
|
142 |
$postimage = $args['thumb_default'];
|
|
|
143 |
}
|
144 |
|
145 |
// Hopefully, we've found a thumbnail by now. If so, run it through the custom filter, check for SSL and create the image tag
|
@@ -233,7 +241,7 @@ function tptn_get_the_post_thumbnail( $args = array() ) {
|
|
233 |
* @param mixed $postID Post ID
|
234 |
* @return string Location of thumbnail
|
235 |
*/
|
236 |
-
function tptn_get_first_image( $postID ) {
|
237 |
$args = array(
|
238 |
'numberposts' => 1,
|
239 |
'order' => 'ASC',
|
@@ -247,7 +255,7 @@ function tptn_get_first_image( $postID ) {
|
|
247 |
|
248 |
if ( $attachments ) {
|
249 |
foreach ( $attachments as $attachment ) {
|
250 |
-
$image_attributes = wp_get_attachment_image_src( $attachment->ID,
|
251 |
|
252 |
/**
|
253 |
* Filters first child attachment from the post.
|
@@ -354,3 +362,59 @@ function tptn_get_thumb_size( $args ) {
|
|
354 |
|
355 |
}
|
356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
*/
|
41 |
function tptn_get_the_post_thumbnail( $args = array() ) {
|
42 |
|
|
|
|
|
43 |
$defaults = array(
|
44 |
'postid' => '',
|
45 |
'thumb_height' => '150', // Max height of thumbnails
|
74 |
$result = $args['postid'];
|
75 |
}
|
76 |
|
|
|
77 |
$post_title = $result->post_title;
|
78 |
|
79 |
/**
|
94 |
if ( ! $postimage ) {
|
95 |
$postimage = get_post_meta( $result->ID, $args['thumb_meta'], true ); // Check the post meta first
|
96 |
$pick = 'meta';
|
97 |
+
if ( $postimage ) {
|
98 |
+
$postimage_id = tptn_get_attachment_id_from_url( $postimage );
|
99 |
+
|
100 |
+
if ( false != wp_get_attachment_image_src( $postimage_id, array( $args['thumb_width'], $args['thumb_height'] ) ) ) {
|
101 |
+
$postthumb = wp_get_attachment_image_src( $postimage_id, array( $args['thumb_width'], $args['thumb_height'] ) );
|
102 |
+
$postimage = $postthumb[0];
|
103 |
+
}
|
104 |
+
$pick .= 'correct';
|
105 |
+
}
|
106 |
}
|
107 |
|
108 |
// If there is no thumbnail found, check the post thumbnail
|
109 |
if ( ! $postimage ) {
|
110 |
if ( false != get_post_thumbnail_id( $result->ID ) ) {
|
111 |
+
$postthumb = wp_get_attachment_image_src( get_post_thumbnail_id( $result->ID ), array( $args['thumb_width'], $args['thumb_height'] ) );
|
112 |
$postimage = $postthumb[0];
|
113 |
}
|
114 |
$pick = 'featured';
|
120 |
if ( isset( $matches[1][0] ) && $matches[1][0] ) { // any image there?
|
121 |
$postimage = $matches[1][0]; // we need the first one only!
|
122 |
}
|
123 |
+
$pick = 'first';
|
124 |
if ( $postimage ) {
|
125 |
$postimage_id = tptn_get_attachment_id_from_url( $postimage );
|
126 |
|
127 |
+
if ( false != wp_get_attachment_image_src( $postimage_id, array( $args['thumb_width'], $args['thumb_height'] ) ) ) {
|
128 |
+
$postthumb = wp_get_attachment_image_src( $postimage_id, array( $args['thumb_width'], $args['thumb_height'] ) );
|
129 |
$postimage = $postthumb[0];
|
130 |
}
|
131 |
+
$pick .= 'correct';
|
132 |
}
|
|
|
133 |
}
|
134 |
|
135 |
// If there is no thumbnail found, fetch the first child image
|
136 |
if ( ! $postimage ) {
|
137 |
+
$postimage = tptn_get_first_image( $result->ID, $args['thumb_width'], $args['thumb_height'] ); // Get the first image
|
138 |
$pick = 'firstchild';
|
139 |
}
|
140 |
|
141 |
// If no other thumbnail set, try to get the custom video thumbnail set by the Video Thumbnails plugin
|
142 |
if ( ! $postimage ) {
|
143 |
$postimage = get_post_meta( $result->ID, '_video_thumbnail', true );
|
144 |
+
$pick = 'video_thumb';
|
145 |
}
|
146 |
|
147 |
// If no thumb found and settings permit, use default thumb
|
148 |
if ( ! $postimage && $args['thumb_default_show'] ) {
|
149 |
$postimage = $args['thumb_default'];
|
150 |
+
$pick = 'default_thumb';
|
151 |
}
|
152 |
|
153 |
// Hopefully, we've found a thumbnail by now. If so, run it through the custom filter, check for SSL and create the image tag
|
241 |
* @param mixed $postID Post ID
|
242 |
* @return string Location of thumbnail
|
243 |
*/
|
244 |
+
function tptn_get_first_image( $postID, $thumb_width, $thumb_height ) {
|
245 |
$args = array(
|
246 |
'numberposts' => 1,
|
247 |
'order' => 'ASC',
|
255 |
|
256 |
if ( $attachments ) {
|
257 |
foreach ( $attachments as $attachment ) {
|
258 |
+
$image_attributes = wp_get_attachment_image_src( $attachment->ID, array( $thumb_width, $thumb_height ) ) ? wp_get_attachment_image_src( $attachment->ID, array( $thumb_width, $thumb_height ) ) : wp_get_attachment_image_src( $attachment->ID, 'full' );
|
259 |
|
260 |
/**
|
261 |
* Filters first child attachment from the post.
|
362 |
|
363 |
}
|
364 |
|
365 |
+
|
366 |
+
/**
|
367 |
+
* Get all image sizes.
|
368 |
+
*
|
369 |
+
* @since 2.0.0
|
370 |
+
* @param string $size Get specific image size
|
371 |
+
* @return array Image size names along with width, height and crop setting
|
372 |
+
*/
|
373 |
+
function tptn_get_all_image_sizes( $size = '' ) {
|
374 |
+
global $_wp_additional_image_sizes;
|
375 |
+
|
376 |
+
/* Get the intermediate image sizes and add the full size to the array. */
|
377 |
+
$intermediate_image_sizes = get_intermediate_image_sizes();
|
378 |
+
|
379 |
+
foreach ( $intermediate_image_sizes as $_size ) {
|
380 |
+
if ( in_array( $_size, array( 'thumbnail', 'medium', 'large' ) ) ) {
|
381 |
+
|
382 |
+
$sizes[ $_size ]['name'] = $_size;
|
383 |
+
$sizes[ $_size ]['width'] = get_option( $_size . '_size_w' );
|
384 |
+
$sizes[ $_size ]['height'] = get_option( $_size . '_size_h' );
|
385 |
+
$sizes[ $_size ]['crop'] = (bool) get_option( $_size . '_crop' );
|
386 |
+
|
387 |
+
if ( ( 0 == $sizes[ $_size ]['width'] ) && ( 0 == $sizes[ $_size ]['height'] ) ) {
|
388 |
+
unset( $sizes[ $_size ] );
|
389 |
+
}
|
390 |
+
} elseif ( isset( $_wp_additional_image_sizes[ $_size ] ) ) {
|
391 |
+
|
392 |
+
$sizes[ $_size ] = array(
|
393 |
+
'name' => $_size,
|
394 |
+
'width' => $_wp_additional_image_sizes[ $_size ]['width'],
|
395 |
+
'height' => $_wp_additional_image_sizes[ $_size ]['height'],
|
396 |
+
'crop' => (bool) $_wp_additional_image_sizes[ $_size ]['crop'],
|
397 |
+
);
|
398 |
+
}
|
399 |
+
}
|
400 |
+
|
401 |
+
/* Get only 1 size if found */
|
402 |
+
if ( $size ) {
|
403 |
+
if ( isset( $sizes[ $size ] ) ) {
|
404 |
+
return $sizes[ $size ];
|
405 |
+
} else {
|
406 |
+
return false;
|
407 |
+
}
|
408 |
+
}
|
409 |
+
|
410 |
+
/**
|
411 |
+
* Filters array of image sizes.
|
412 |
+
*
|
413 |
+
* @since 2.0.0
|
414 |
+
*
|
415 |
+
* @param array $sizes Image sizes
|
416 |
+
*/
|
417 |
+
return apply_filters( 'tptn_get_all_image_sizes', $sizes );
|
418 |
+
}
|
419 |
+
|
420 |
+
|
includes/{output-generator.php → public/output-generator.php}
RENAMED
@@ -60,7 +60,6 @@ function tptn_link_attributes( $args ) {
|
|
60 |
* @return string Space separated list of link attributes
|
61 |
*/
|
62 |
function tptn_heading_title( $args ) {
|
63 |
-
global $post;
|
64 |
|
65 |
$title = '';
|
66 |
|
60 |
* @return string Space separated list of link attributes
|
61 |
*/
|
62 |
function tptn_heading_title( $args ) {
|
|
|
63 |
|
64 |
$title = '';
|
65 |
|
includes/public/styles.php
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Functions dealing with styles.
|
4 |
+
*
|
5 |
+
* @package Top_Ten
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Function to add CSS to header.
|
11 |
+
*
|
12 |
+
* @since 1.9
|
13 |
+
*/
|
14 |
+
function tptn_header() {
|
15 |
+
global $tptn_settings;
|
16 |
+
|
17 |
+
$tptn_custom_CSS = stripslashes( $tptn_settings['custom_CSS'] );
|
18 |
+
|
19 |
+
// Add CSS to header
|
20 |
+
if ( '' != $tptn_custom_CSS ) {
|
21 |
+
echo '<style type="text/css">' . $tptn_custom_CSS . '</style>';
|
22 |
+
}
|
23 |
+
}
|
24 |
+
add_action( 'wp_head', 'tptn_header' );
|
25 |
+
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Enqueue styles.
|
29 |
+
*/
|
30 |
+
function tptn_heading_styles() {
|
31 |
+
global $tptn_settings;
|
32 |
+
|
33 |
+
if ( 'left_thumbs' == $tptn_settings['tptn_styles'] ) {
|
34 |
+
wp_register_style( 'tptn-style-left-thumbs', plugins_url( 'css/default-style.css', TOP_TEN_PLUGIN_FILE ) );
|
35 |
+
wp_enqueue_style( 'tptn-style-left-thumbs' );
|
36 |
+
|
37 |
+
$custom_css = "
|
38 |
+
img.tptn_thumb {
|
39 |
+
width: {$tptn_settings['thumb_width']}px !important;
|
40 |
+
height: {$tptn_settings['thumb_height']}px !important;
|
41 |
+
}
|
42 |
+
";
|
43 |
+
|
44 |
+
wp_add_inline_style( 'tptn-style-left-thumbs', $custom_css );
|
45 |
+
|
46 |
+
}
|
47 |
+
|
48 |
+
}
|
49 |
+
add_action( 'wp_enqueue_scripts', 'tptn_heading_styles' );
|
50 |
+
|
51 |
+
|
includes/top-10-addcount.js.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
-
* @copyright 2008-
|
10 |
*/
|
11 |
Header( 'content-type: application/x-javascript' );
|
12 |
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
+
* @copyright 2008-2016 Ajay D'Souza
|
10 |
*/
|
11 |
Header( 'content-type: application/x-javascript' );
|
12 |
|
includes/top-10-counter.js.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
-
* @copyright 2008-
|
10 |
*/
|
11 |
Header( 'content-type: application/x-javascript' );
|
12 |
|
@@ -22,14 +22,10 @@ if ( ! file_exists( $wp_config_path . $wp_config_filename ) ) {
|
|
22 |
// Require the wp-config.php file
|
23 |
require( $wp_config_filename );
|
24 |
|
25 |
-
// Include the now instantiated global $wpdb Class for use
|
26 |
-
global $wpdb;
|
27 |
-
|
28 |
$id = intval( $_GET['top_ten_id'] );
|
29 |
|
30 |
// Display counter using Ajax
|
31 |
function tptn_disp_count() {
|
32 |
-
global $wpdb;
|
33 |
|
34 |
$id = intval( $_GET['top_ten_id'] );
|
35 |
if ( $id > 0 ) {
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
+
* @copyright 2008-2016 Ajay D'Souza
|
10 |
*/
|
11 |
Header( 'content-type: application/x-javascript' );
|
12 |
|
22 |
// Require the wp-config.php file
|
23 |
require( $wp_config_filename );
|
24 |
|
|
|
|
|
|
|
25 |
$id = intval( $_GET['top_ten_id'] );
|
26 |
|
27 |
// Display counter using Ajax
|
28 |
function tptn_disp_count() {
|
|
|
29 |
|
30 |
$id = intval( $_GET['top_ten_id'] );
|
31 |
if ( $id > 0 ) {
|
languages/top-10-az_AZ.mo
DELETED
Binary file
|
languages/top-10-az_AZ.po
DELETED
@@ -1,1446 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Топ 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:35+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Bohdan Zograf <bozograf@gmail.com>\n"
|
9 |
-
"Language: az_AZ\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Ümümi/ Bu günkü baxış"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Ümümi/ Bu günkü baxış"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Ümümi/ Bu günkü baxış"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Populyar yazılar"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Gündəlik Populyar Yazılar"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Visit count:"
|
59 |
-
msgstr "Statistikanı sbros etmək"
|
60 |
-
|
61 |
-
#: admin/admin-metabox.php:106
|
62 |
-
msgid ""
|
63 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
64 |
-
"will set the count to zero"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/admin-metabox.php:115
|
68 |
-
msgid "Disable Popular Posts display:"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/admin-metabox.php:118
|
72 |
-
msgid ""
|
73 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
74 |
-
"when viewing this post."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:122
|
78 |
-
msgid "Exclude this post from the popular posts list:"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:125
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
84 |
-
"list."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:129
|
88 |
-
msgid "Location of thumbnail:"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/admin-metabox.php:131
|
92 |
-
msgid ""
|
93 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
94 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
95 |
-
"set under Top 10 Settings » Thumbnail options."
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/admin-metabox.php:132
|
99 |
-
msgid "The URL above is saved in the meta field:"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: admin/admin-metabox.php:137
|
103 |
-
#, php-format
|
104 |
-
msgid ""
|
105 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
106 |
-
"will need to make the same change in the %1$s meta box on this page."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/admin.php:190
|
110 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/admin.php:193
|
114 |
-
msgid ""
|
115 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
116 |
-
"text."
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: admin/admin.php:196
|
120 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: admin/admin.php:199
|
124 |
-
#, php-format
|
125 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: admin/admin.php:214
|
129 |
-
msgid "Options set to Default."
|
130 |
-
msgstr "Opsiyalalr standard opsiyasına qaytarılıb."
|
131 |
-
|
132 |
-
#: admin/admin.php:221
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "10 populyar yazı statisticasını pozmaq"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
msgid "Top 10 daily popular posts reset"
|
138 |
-
msgstr "10 gündəlik populyar yazı statisticasını pozmaq"
|
139 |
-
|
140 |
-
#: admin/admin.php:236
|
141 |
-
msgid "Duplicate rows cleaned from tables"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: admin/admin.php:244
|
145 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: admin/admin.php:257
|
149 |
-
msgid "Scheduled maintenance enabled / modified"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/admin.php:261
|
153 |
-
msgid "Scheduled maintenance disabled"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/admin.php:299
|
157 |
-
msgid "Counts from selected sites have been imported."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/admin.php:324
|
161 |
-
msgid ""
|
162 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
163 |
-
"deleted."
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
167 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
168 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
169 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
170 |
-
msgid "Click to toggle"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: admin/admin.php:342
|
174 |
-
msgid "Support the development"
|
175 |
-
msgstr "İnkişafı dəstək vermək"
|
176 |
-
|
177 |
-
#: admin/admin.php:349
|
178 |
-
msgid "Donation for Top 10"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: admin/admin.php:351
|
182 |
-
msgid "Enter amount in USD:"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: admin/admin.php:355
|
186 |
-
#, fuzzy
|
187 |
-
msgid "Send your donation to the author of Top 10"
|
188 |
-
msgstr "Müəlifə ianə göndərin "
|
189 |
-
|
190 |
-
#: admin/admin.php:362
|
191 |
-
msgid "Follow me"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: admin/admin.php:386
|
195 |
-
#, fuzzy
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr "Faydalı istenadlar"
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
#, fuzzy
|
201 |
-
msgid "Top 10 plugin page"
|
202 |
-
msgstr "plaginin səhifəsi"
|
203 |
-
|
204 |
-
#: admin/admin.php:391
|
205 |
-
msgid "Top 10 Github page"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: admin/admin.php:392
|
209 |
-
msgid "Other plugins"
|
210 |
-
msgstr "Digər plaginlər"
|
211 |
-
|
212 |
-
#: admin/admin.php:393
|
213 |
-
msgid "FAQ"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: admin/admin.php:394 admin/admin.php:564
|
217 |
-
msgid "Support"
|
218 |
-
msgstr "Dəstək"
|
219 |
-
|
220 |
-
#: admin/admin.php:395
|
221 |
-
msgid "Reviews"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: admin/admin.php:396
|
225 |
-
msgid "Ajay's blog"
|
226 |
-
msgstr "Ajay-in blogu"
|
227 |
-
|
228 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
229 |
-
#, fuzzy
|
230 |
-
msgid "Top 10 Settings"
|
231 |
-
msgstr "Kökləmələr"
|
232 |
-
|
233 |
-
#: admin/admin.php:413
|
234 |
-
msgid "Top 10"
|
235 |
-
msgstr "Top 10 yazılar"
|
236 |
-
|
237 |
-
#: admin/admin.php:421
|
238 |
-
msgid "View Popular Posts"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/admin.php:541
|
242 |
-
msgid "Settings"
|
243 |
-
msgstr "Kökləmələr"
|
244 |
-
|
245 |
-
#: admin/admin.php:565
|
246 |
-
msgid "Donate"
|
247 |
-
msgstr "İanə etmək"
|
248 |
-
|
249 |
-
#: admin/cache.php:19
|
250 |
-
msgid "Top 10 cache has been cleared"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-stats.php:36
|
254 |
-
msgid "popular_post"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/class-stats.php:37
|
258 |
-
msgid "popular_posts"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: admin/class-stats.php:160
|
262 |
-
msgid "No popular posts available."
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: admin/class-stats.php:209
|
266 |
-
msgid "View"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: admin/class-stats.php:210
|
270 |
-
msgid "Edit"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: admin/class-stats.php:211
|
274 |
-
msgid "Delete"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: admin/class-stats.php:233
|
278 |
-
msgid "Y/m/d g:i:s a"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: admin/class-stats.php:240
|
282 |
-
#, php-format
|
283 |
-
msgid "%s ago"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: admin/class-stats.php:242
|
287 |
-
msgid "Y/m/d"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
291 |
-
msgid "Title"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: admin/class-stats.php:277
|
295 |
-
msgid "Total visits"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: admin/class-stats.php:278
|
299 |
-
msgid "Daily visits"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: admin/class-stats.php:279
|
303 |
-
msgid "Post type"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: admin/class-stats.php:280
|
307 |
-
msgid "Author"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: admin/class-stats.php:281
|
311 |
-
msgid "Date"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: admin/class-stats.php:315
|
315 |
-
msgid "Delete Count"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/class-stats.php:355
|
319 |
-
msgid "Are you sure you want to do this"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
323 |
-
msgid "General options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
327 |
-
msgid "Counter and tracker options"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
331 |
-
msgid "Popular post list options"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
335 |
-
#: includes/class-top-10-widget.php:115
|
336 |
-
#, fuzzy
|
337 |
-
msgid "Thumbnail options"
|
338 |
-
msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
|
339 |
-
|
340 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
341 |
-
msgid "Styles"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
345 |
-
msgid "Maintenance"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: admin/main-view.php:72
|
349 |
-
msgid "Enable trackers:"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
353 |
-
msgid "Overall"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
357 |
-
msgid "Daily"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:89
|
361 |
-
msgid "Enable cache:"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/main-view.php:92
|
365 |
-
msgid ""
|
366 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
367 |
-
"output for 1 hour."
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: admin/main-view.php:93
|
371 |
-
msgid "Clear cache"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: admin/main-view.php:97
|
375 |
-
msgid "Use Ajax for tracking:"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: admin/main-view.php:100
|
379 |
-
msgid ""
|
380 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
381 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
382 |
-
"you find that your posts are not tracked."
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: admin/main-view.php:104
|
386 |
-
msgid "Start daily counts from midnight:"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: admin/main-view.php:107
|
390 |
-
msgid ""
|
391 |
-
"Daily counter will display number of visits from midnight. This option is "
|
392 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
393 |
-
"this off will allow you to use the hourly setting in the next option."
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/main-view.php:111
|
397 |
-
msgid "Daily popular contains top posts over:"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/main-view.php:113
|
401 |
-
msgid "day(s)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/main-view.php:114
|
405 |
-
msgid "hour(s)"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: admin/main-view.php:115
|
409 |
-
msgid ""
|
410 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
411 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
412 |
-
"display posts for as many days or as few hours as you want. This can be "
|
413 |
-
"overridden in the widget."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/main-view.php:119
|
417 |
-
msgid "Delete options on uninstall"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: admin/main-view.php:122
|
421 |
-
msgid ""
|
422 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
423 |
-
"database if you choose to uninstall/delete the plugin."
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: admin/main-view.php:126
|
427 |
-
msgid "Delete counter data on uninstall"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: admin/main-view.php:129
|
431 |
-
msgid ""
|
432 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
433 |
-
"from the database if you choose to uninstall/delete the plugin."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: admin/main-view.php:130
|
437 |
-
msgid ""
|
438 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
439 |
-
"lose your counter data."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: admin/main-view.php:133
|
443 |
-
msgid "Show metabox:"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: admin/main-view.php:136
|
447 |
-
msgid ""
|
448 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
449 |
-
"Also applies to Pages and Custom Post Types."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:140
|
453 |
-
msgid "Limit metabox to Admins only:"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: admin/main-view.php:143
|
457 |
-
msgid ""
|
458 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
459 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
460 |
-
"metabox. This applies only if the above option is selected."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: admin/main-view.php:148
|
464 |
-
msgid "Link to Top 10 plugin page"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: admin/main-view.php:151
|
468 |
-
#, fuzzy
|
469 |
-
msgid ""
|
470 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
471 |
-
"posts"
|
472 |
-
msgstr ""
|
473 |
-
"Popyulyar siyahının altnda ssılkanı qoymaq lazımdır? Plaginin müəllifi Siz "
|
474 |
-
"onu qoyduğunuz halda Sizə çox minnətdar olardı!"
|
475 |
-
|
476 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
477 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
478 |
-
#, fuzzy
|
479 |
-
msgid "Save Options"
|
480 |
-
msgstr "Opsiyalar:"
|
481 |
-
|
482 |
-
#: admin/main-view.php:191
|
483 |
-
#, fuzzy
|
484 |
-
msgid "Display number of views on:"
|
485 |
-
msgstr "Posta baxılmasının miqdarını göstərmək lazımdır?"
|
486 |
-
|
487 |
-
#: admin/main-view.php:193
|
488 |
-
msgid "Posts"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/main-view.php:194
|
492 |
-
#, fuzzy
|
493 |
-
msgid "Pages"
|
494 |
-
msgstr "Səhifə"
|
495 |
-
|
496 |
-
#: admin/main-view.php:195
|
497 |
-
msgid "Home page"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: admin/main-view.php:196
|
501 |
-
msgid "Feeds"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: admin/main-view.php:197
|
505 |
-
msgid "Category archives"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: admin/main-view.php:198
|
509 |
-
msgid "Tag archives"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: admin/main-view.php:199
|
513 |
-
msgid "Other archives"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: admin/main-view.php:200
|
517 |
-
msgid ""
|
518 |
-
"If you choose to disable this, please add <code><?php if "
|
519 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
520 |
-
"</code> to your template file where you want it displayed"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: admin/main-view.php:204
|
524 |
-
#, fuzzy
|
525 |
-
msgid "Format to display the post views:"
|
526 |
-
msgstr "Miqdarı göstərən format:"
|
527 |
-
|
528 |
-
#: admin/main-view.php:207
|
529 |
-
msgid ""
|
530 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
531 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
532 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
533 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: admin/main-view.php:211
|
537 |
-
msgid "What do display when there are no visits?"
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: admin/main-view.php:214
|
541 |
-
msgid ""
|
542 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
543 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
544 |
-
"this text will be used. To override this, just enter the same text as above "
|
545 |
-
"option."
|
546 |
-
msgstr ""
|
547 |
-
|
548 |
-
#: admin/main-view.php:218
|
549 |
-
msgid "Always display latest post count"
|
550 |
-
msgstr ""
|
551 |
-
|
552 |
-
#: admin/main-view.php:221
|
553 |
-
msgid ""
|
554 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
555 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
556 |
-
"cached counts."
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: admin/main-view.php:225
|
560 |
-
msgid "Track visits of authors on their own posts?"
|
561 |
-
msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
|
562 |
-
|
563 |
-
#: admin/main-view.php:228
|
564 |
-
msgid ""
|
565 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
566 |
-
msgstr ""
|
567 |
-
|
568 |
-
#: admin/main-view.php:232
|
569 |
-
#, fuzzy
|
570 |
-
msgid "Track visits of admins?"
|
571 |
-
msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
|
572 |
-
|
573 |
-
#: admin/main-view.php:235
|
574 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: admin/main-view.php:239
|
578 |
-
#, fuzzy
|
579 |
-
msgid "Track visits of Editors?"
|
580 |
-
msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
|
581 |
-
|
582 |
-
#: admin/main-view.php:242
|
583 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
584 |
-
msgstr ""
|
585 |
-
|
586 |
-
#: admin/main-view.php:246
|
587 |
-
msgid "Display page views on Posts and Pages in Admin"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: admin/main-view.php:249
|
591 |
-
msgid ""
|
592 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
593 |
-
"and All Pages"
|
594 |
-
msgstr ""
|
595 |
-
|
596 |
-
#: admin/main-view.php:253
|
597 |
-
#, fuzzy
|
598 |
-
msgid "Show number of views to non-admins"
|
599 |
-
msgstr "Səhifədə baxılmasının miqdarını göstərmək lazımdır?"
|
600 |
-
|
601 |
-
#: admin/main-view.php:256
|
602 |
-
msgid ""
|
603 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
604 |
-
"independent pages with the top posts"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: admin/main-view.php:296
|
608 |
-
msgid "Number of popular posts to display:"
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: admin/main-view.php:299
|
612 |
-
msgid ""
|
613 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
614 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: admin/main-view.php:303
|
618 |
-
msgid "Published age of posts:"
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
622 |
-
msgid "days"
|
623 |
-
msgstr ""
|
624 |
-
|
625 |
-
#: admin/main-view.php:306
|
626 |
-
msgid ""
|
627 |
-
"This options allows you to only show posts that have been published within "
|
628 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: admin/main-view.php:307
|
632 |
-
msgid ""
|
633 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
634 |
-
"posts lists. Enter 0 for no restriction."
|
635 |
-
msgstr ""
|
636 |
-
|
637 |
-
#: admin/main-view.php:311
|
638 |
-
msgid "Post types to include in results (including custom post types)"
|
639 |
-
msgstr ""
|
640 |
-
|
641 |
-
#: admin/main-view.php:325
|
642 |
-
msgid "List of post or page IDs to exclude from the results:"
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
646 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: admin/main-view.php:331
|
650 |
-
msgid "Exclude Categories:"
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: admin/main-view.php:346
|
654 |
-
msgid ""
|
655 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
656 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
657 |
-
"options"
|
658 |
-
msgstr ""
|
659 |
-
|
660 |
-
#: admin/main-view.php:350
|
661 |
-
msgid "Excluded category IDs are:"
|
662 |
-
msgstr ""
|
663 |
-
|
664 |
-
#: admin/main-view.php:356
|
665 |
-
msgid ""
|
666 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
667 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
668 |
-
"unique to this taxonomy."
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: admin/main-view.php:362
|
672 |
-
msgid "Title of popular posts:"
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: admin/main-view.php:368
|
676 |
-
msgid "Title of daily popular posts:"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: admin/main-view.php:374
|
680 |
-
msgid "When there are no posts, what should be shown?"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: admin/main-view.php:378
|
684 |
-
msgid "Blank Output"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: admin/main-view.php:382
|
688 |
-
msgid "Display:"
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: admin/main-view.php:387
|
692 |
-
msgid "Show post excerpt in list?"
|
693 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
694 |
-
|
695 |
-
#: admin/main-view.php:393
|
696 |
-
msgid "Length of excerpt (in words):"
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: admin/main-view.php:399
|
700 |
-
#, fuzzy
|
701 |
-
msgid "Show post author in list?"
|
702 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
703 |
-
|
704 |
-
#: admin/main-view.php:405
|
705 |
-
#, fuzzy
|
706 |
-
msgid "Show post date in list?"
|
707 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
708 |
-
|
709 |
-
#: admin/main-view.php:411
|
710 |
-
msgid "Limit post title length (in characters)"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: admin/main-view.php:417
|
714 |
-
#, fuzzy
|
715 |
-
msgid "Show view count in list?"
|
716 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
717 |
-
|
718 |
-
#: admin/main-view.php:423
|
719 |
-
msgid "Open links in new window"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: admin/main-view.php:429
|
723 |
-
msgid "Add nofollow attribute to links in the list"
|
724 |
-
msgstr ""
|
725 |
-
|
726 |
-
#: admin/main-view.php:435
|
727 |
-
msgid "Exclude display of related posts on these posts / pages"
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: admin/main-view.php:442
|
731 |
-
#, fuzzy
|
732 |
-
msgid "Customise the list HTML"
|
733 |
-
msgstr "Suiyahı formasının kökləmələri:"
|
734 |
-
|
735 |
-
#: admin/main-view.php:445
|
736 |
-
msgid "HTML to display before the list of posts:"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: admin/main-view.php:451
|
740 |
-
msgid "HTML to display before each list item:"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: admin/main-view.php:457
|
744 |
-
msgid "HTML to display after each list item:"
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: admin/main-view.php:463
|
748 |
-
msgid "HTML to display after the list of posts:"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: admin/main-view.php:504
|
752 |
-
msgid "Location of post thumbnail:"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: admin/main-view.php:508
|
756 |
-
#, fuzzy
|
757 |
-
msgid "Display thumbnails inline with posts, before title"
|
758 |
-
msgstr "Mətni və əvvəlcədən baxışı göstərmək"
|
759 |
-
|
760 |
-
#: admin/main-view.php:513
|
761 |
-
#, fuzzy
|
762 |
-
msgid "Display thumbnails inline with posts, after title"
|
763 |
-
msgstr "Mətni və əvvəlcədən baxışı göstərmək"
|
764 |
-
|
765 |
-
#: admin/main-view.php:518
|
766 |
-
msgid "Display only thumbnails, no text"
|
767 |
-
msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
|
768 |
-
|
769 |
-
#: admin/main-view.php:523
|
770 |
-
msgid "Do not display thumbnails, only text."
|
771 |
-
msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
|
772 |
-
|
773 |
-
#: admin/main-view.php:527
|
774 |
-
msgid ""
|
775 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
776 |
-
"under the Styles section. If you would like to change this option, please "
|
777 |
-
"select No styles under the Styles section."
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
-
#: admin/main-view.php:531
|
781 |
-
msgid "Thumbnail size:"
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: admin/main-view.php:555
|
785 |
-
msgid "Custom size"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: admin/main-view.php:558
|
789 |
-
msgid ""
|
790 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
791 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
792 |
-
"settings below. For best results, use a cropped image."
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: admin/main-view.php:559
|
796 |
-
msgid ""
|
797 |
-
"If you change the width and/or height below, existing images will not be "
|
798 |
-
"automatically resized."
|
799 |
-
msgstr ""
|
800 |
-
|
801 |
-
#: admin/main-view.php:560
|
802 |
-
#, php-format
|
803 |
-
msgid ""
|
804 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
805 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
806 |
-
"all image sizes."
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: admin/main-view.php:563
|
810 |
-
msgid ""
|
811 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
812 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
813 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
814 |
-
"strong> option below"
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: admin/main-view.php:566
|
818 |
-
msgid "Width of custom thumbnail:"
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: admin/main-view.php:571
|
822 |
-
msgid "Height of custom thumbnail"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: admin/main-view.php:576
|
826 |
-
msgid "Crop mode:"
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: admin/main-view.php:580
|
830 |
-
msgid ""
|
831 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
832 |
-
"hard crop the thumbnails."
|
833 |
-
msgstr ""
|
834 |
-
|
835 |
-
#: admin/main-view.php:581
|
836 |
-
#, php-format
|
837 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#: admin/main-view.php:585
|
841 |
-
msgid "Image size attributes:"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: admin/main-view.php:589
|
845 |
-
msgid "Style attributes are used for width and height."
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: admin/main-view.php:595
|
849 |
-
msgid "HTML width and height attributes are used for width and height."
|
850 |
-
msgstr ""
|
851 |
-
|
852 |
-
#: admin/main-view.php:601
|
853 |
-
msgid "No HTML or Style attributes set for width and height"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: admin/main-view.php:606
|
857 |
-
msgid "Post thumbnail meta field name:"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: admin/main-view.php:609
|
861 |
-
msgid ""
|
862 |
-
"The value of this field should contain the image source and is set in the "
|
863 |
-
"<em>Add New Post</em> screen"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: admin/main-view.php:612
|
867 |
-
#, fuzzy
|
868 |
-
msgid ""
|
869 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
870 |
-
"from the post?"
|
871 |
-
msgstr ""
|
872 |
-
"Əgər meta-sahənin adı təyin olunmayıbsa, onda plagin yazılışda olan birinci "
|
873 |
-
"şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
|
874 |
-
"birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
|
875 |
-
|
876 |
-
#: admin/main-view.php:615
|
877 |
-
#, fuzzy
|
878 |
-
msgid ""
|
879 |
-
"This could slow down the loading of your page if the first image in the "
|
880 |
-
"related posts is large in file-size"
|
881 |
-
msgstr ""
|
882 |
-
"Əgər meta-sahənin adı təyin olunmayıbsa, onda plagin yazılışda olan birinci "
|
883 |
-
"şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
|
884 |
-
"birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
|
885 |
-
|
886 |
-
#: admin/main-view.php:618
|
887 |
-
msgid "Use default thumbnail?"
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: admin/main-view.php:621
|
891 |
-
msgid ""
|
892 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
893 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
894 |
-
msgstr ""
|
895 |
-
|
896 |
-
#: admin/main-view.php:624
|
897 |
-
msgid "Default thumbnail:"
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: admin/main-view.php:628
|
901 |
-
#, fuzzy
|
902 |
-
msgid ""
|
903 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
904 |
-
"then it will check the meta field. If this is not available, then it will "
|
905 |
-
"show the default image as specified above"
|
906 |
-
msgstr ""
|
907 |
-
"Plagin birinci növbədə yazışda əvvəlcədən baxış olmasını yoxlayacaq (yoxlama "
|
908 |
-
"əvvəlcədən verilmiş sərbəst meta-sahə üzrə). Agər əvvəlcədən baxış yoxdursan "
|
909 |
-
"onda standard şəkil çıxarılacaq:"
|
910 |
-
|
911 |
-
#: admin/main-view.php:667
|
912 |
-
msgid "Style of the related posts:"
|
913 |
-
msgstr ""
|
914 |
-
|
915 |
-
#: admin/main-view.php:670
|
916 |
-
msgid "No styles"
|
917 |
-
msgstr ""
|
918 |
-
|
919 |
-
#: admin/main-view.php:672
|
920 |
-
msgid "Select this option if you plan to add your own styles"
|
921 |
-
msgstr ""
|
922 |
-
|
923 |
-
#: admin/main-view.php:677
|
924 |
-
msgid "Left Thumbnails"
|
925 |
-
msgstr ""
|
926 |
-
|
927 |
-
#: admin/main-view.php:680
|
928 |
-
msgid ""
|
929 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
930 |
-
"Disabling this option will not revert any settings."
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
#: admin/main-view.php:681
|
934 |
-
#, php-format
|
935 |
-
msgid ""
|
936 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: admin/main-view.php:685
|
940 |
-
msgid "Text only"
|
941 |
-
msgstr ""
|
942 |
-
|
943 |
-
#: admin/main-view.php:687
|
944 |
-
msgid ""
|
945 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
946 |
-
"default style sheet included in the plugin."
|
947 |
-
msgstr ""
|
948 |
-
|
949 |
-
#: admin/main-view.php:703
|
950 |
-
msgid "Custom CSS to add to header:"
|
951 |
-
msgstr ""
|
952 |
-
|
953 |
-
#: admin/main-view.php:708
|
954 |
-
msgid ""
|
955 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
956 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
957 |
-
"available CSS classes to style."
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: admin/main-view.php:728
|
961 |
-
#, fuzzy
|
962 |
-
msgid "Default Options"
|
963 |
-
msgstr "Plaginin kökləmələri:"
|
964 |
-
|
965 |
-
#: admin/main-view.php:728
|
966 |
-
msgid "Do you want to set options to Default?"
|
967 |
-
msgstr "Siz plaginin kökləmələrin standard etmək lazımdır?"
|
968 |
-
|
969 |
-
#: admin/main-view.php:752
|
970 |
-
msgid ""
|
971 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
972 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
973 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
974 |
-
"will automatically delete entries older than 90 days."
|
975 |
-
msgstr ""
|
976 |
-
|
977 |
-
#: admin/main-view.php:753
|
978 |
-
msgid ""
|
979 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
980 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
981 |
-
msgstr ""
|
982 |
-
|
983 |
-
#: admin/main-view.php:756
|
984 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
985 |
-
msgstr ""
|
986 |
-
|
987 |
-
#: admin/main-view.php:760
|
988 |
-
msgid "Time to run maintenance"
|
989 |
-
msgstr ""
|
990 |
-
|
991 |
-
#: admin/main-view.php:761
|
992 |
-
msgid "hrs"
|
993 |
-
msgstr ""
|
994 |
-
|
995 |
-
#: admin/main-view.php:761
|
996 |
-
msgid "min"
|
997 |
-
msgstr ""
|
998 |
-
|
999 |
-
#: admin/main-view.php:763
|
1000 |
-
msgid "How often should the maintenance be run:"
|
1001 |
-
msgstr ""
|
1002 |
-
|
1003 |
-
#: admin/main-view.php:771
|
1004 |
-
msgid "Weekly"
|
1005 |
-
msgstr ""
|
1006 |
-
|
1007 |
-
#: admin/main-view.php:775
|
1008 |
-
msgid "Fortnightly"
|
1009 |
-
msgstr ""
|
1010 |
-
|
1011 |
-
#: admin/main-view.php:779
|
1012 |
-
msgid "Monthly"
|
1013 |
-
msgstr ""
|
1014 |
-
|
1015 |
-
#: admin/main-view.php:788
|
1016 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1017 |
-
msgstr ""
|
1018 |
-
|
1019 |
-
#: admin/main-view.php:793
|
1020 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1021 |
-
msgstr ""
|
1022 |
-
|
1023 |
-
#: admin/main-view.php:798
|
1024 |
-
msgid "Maintenance is turned off"
|
1025 |
-
msgstr ""
|
1026 |
-
|
1027 |
-
#: admin/main-view.php:804
|
1028 |
-
msgid "Save Maintenance Options"
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
#: admin/main-view.php:812
|
1032 |
-
msgid "Reset count and other tools"
|
1033 |
-
msgstr ""
|
1034 |
-
|
1035 |
-
#: admin/main-view.php:815
|
1036 |
-
msgid ""
|
1037 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1038 |
-
"before proceeding"
|
1039 |
-
msgstr ""
|
1040 |
-
"Statistikanın sbrosu geriya qaytarmaq olmaz. Sbros etməkdən qabaq əmin olun "
|
1041 |
-
"ki, Sizin məlumat bazasının kopiyası var!"
|
1042 |
-
|
1043 |
-
#: admin/main-view.php:818
|
1044 |
-
#, fuzzy
|
1045 |
-
msgid "Reset Popular Posts"
|
1046 |
-
msgstr "Populyar yazılar"
|
1047 |
-
|
1048 |
-
#: admin/main-view.php:818
|
1049 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1050 |
-
msgstr ""
|
1051 |
-
"Siz əminsiniz ki, Populyar yazıları statistikanı sbros etmək istəyirsiniz?"
|
1052 |
-
|
1053 |
-
#: admin/main-view.php:819
|
1054 |
-
#, fuzzy
|
1055 |
-
msgid "Reset Daily Popular Posts"
|
1056 |
-
msgstr "Gündəlik Populyar Yazılar"
|
1057 |
-
|
1058 |
-
#: admin/main-view.php:819
|
1059 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1060 |
-
msgstr ""
|
1061 |
-
"Siz əminsiniz ki, gündəlik populyar yazıları statistikanı sbros etmək "
|
1062 |
-
"istəyirsiniz?"
|
1063 |
-
|
1064 |
-
#: admin/main-view.php:822
|
1065 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1066 |
-
msgstr ""
|
1067 |
-
|
1068 |
-
#: admin/main-view.php:825
|
1069 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1070 |
-
msgstr ""
|
1071 |
-
|
1072 |
-
#: admin/main-view.php:825
|
1073 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1074 |
-
msgstr ""
|
1075 |
-
|
1076 |
-
#: admin/main-view.php:828
|
1077 |
-
msgid ""
|
1078 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1079 |
-
"Clicking the button below will merge these duplicate IDs"
|
1080 |
-
msgstr ""
|
1081 |
-
|
1082 |
-
#: admin/main-view.php:831
|
1083 |
-
msgid "Merge duplicates across blog IDs"
|
1084 |
-
msgstr ""
|
1085 |
-
|
1086 |
-
#: admin/main-view.php:831
|
1087 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1088 |
-
msgstr "Cədvəldəki dublikat yazılar silinəcəklər. Davam edək?"
|
1089 |
-
|
1090 |
-
#: admin/main-view.php:847
|
1091 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1092 |
-
msgstr ""
|
1093 |
-
|
1094 |
-
#: admin/main-view.php:850
|
1095 |
-
msgid ""
|
1096 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1097 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1098 |
-
"two tables being created for each site in the network."
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:851
|
1102 |
-
msgid ""
|
1103 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1104 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1105 |
-
"from v1.x tables to the new v2.x table format."
|
1106 |
-
msgstr ""
|
1107 |
-
|
1108 |
-
#: admin/main-view.php:854
|
1109 |
-
msgid ""
|
1110 |
-
"If you do not see any tables below, then it means that either all data has "
|
1111 |
-
"already been imported or no relevant information has been found."
|
1112 |
-
msgstr ""
|
1113 |
-
|
1114 |
-
#: admin/main-view.php:857
|
1115 |
-
msgid ""
|
1116 |
-
"After running the importer, please verify that all the counts have been "
|
1117 |
-
"successfully imported. Only then should you delete any old tables!"
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: admin/main-view.php:891
|
1121 |
-
msgid "Blog ID"
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: admin/main-view.php:894
|
1125 |
-
msgid "Status"
|
1126 |
-
msgstr ""
|
1127 |
-
|
1128 |
-
#: admin/main-view.php:897
|
1129 |
-
msgid "Select to import"
|
1130 |
-
msgstr ""
|
1131 |
-
|
1132 |
-
#: admin/main-view.php:907
|
1133 |
-
msgid "Blog #"
|
1134 |
-
msgstr ""
|
1135 |
-
|
1136 |
-
#: admin/main-view.php:917
|
1137 |
-
msgid "Not imported"
|
1138 |
-
msgstr ""
|
1139 |
-
|
1140 |
-
#: admin/main-view.php:921
|
1141 |
-
msgid "Imported"
|
1142 |
-
msgstr ""
|
1143 |
-
|
1144 |
-
#: admin/main-view.php:942
|
1145 |
-
msgid "Begin import"
|
1146 |
-
msgstr ""
|
1147 |
-
|
1148 |
-
#: admin/main-view.php:943
|
1149 |
-
msgid "Delete selected tables"
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
#: admin/main-view.php:944
|
1153 |
-
msgid "Delete all imported tables"
|
1154 |
-
msgstr ""
|
1155 |
-
|
1156 |
-
#: includes/class-top-10-widget.php:31
|
1157 |
-
#, fuzzy
|
1158 |
-
msgid "Popular Posts [Top 10]"
|
1159 |
-
msgstr "Populyar yazılar"
|
1160 |
-
|
1161 |
-
#: includes/class-top-10-widget.php:32
|
1162 |
-
#, fuzzy
|
1163 |
-
msgid "Display popular posts"
|
1164 |
-
msgstr "Gündəlik Populyar Yazılar"
|
1165 |
-
|
1166 |
-
#: includes/class-top-10-widget.php:76
|
1167 |
-
msgid "No. of posts"
|
1168 |
-
msgstr ""
|
1169 |
-
|
1170 |
-
#: includes/class-top-10-widget.php:82
|
1171 |
-
msgid "Custom time period (Enter below)"
|
1172 |
-
msgstr ""
|
1173 |
-
|
1174 |
-
#: includes/class-top-10-widget.php:86
|
1175 |
-
msgid "In days and hours (applies only to custom option above)"
|
1176 |
-
msgstr ""
|
1177 |
-
|
1178 |
-
#: includes/class-top-10-widget.php:91
|
1179 |
-
msgid "hours"
|
1180 |
-
msgstr ""
|
1181 |
-
|
1182 |
-
#: includes/class-top-10-widget.php:96
|
1183 |
-
#, fuzzy
|
1184 |
-
msgid "Show count?"
|
1185 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
1186 |
-
|
1187 |
-
#: includes/class-top-10-widget.php:101
|
1188 |
-
#, fuzzy
|
1189 |
-
msgid "Show excerpt?"
|
1190 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
1191 |
-
|
1192 |
-
#: includes/class-top-10-widget.php:106
|
1193 |
-
#, fuzzy
|
1194 |
-
msgid "Show author?"
|
1195 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
1196 |
-
|
1197 |
-
#: includes/class-top-10-widget.php:111
|
1198 |
-
#, fuzzy
|
1199 |
-
msgid "Show date?"
|
1200 |
-
msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
|
1201 |
-
|
1202 |
-
#: includes/class-top-10-widget.php:117
|
1203 |
-
#, fuzzy
|
1204 |
-
msgid "Thumbnails inline, before title"
|
1205 |
-
msgstr "Mətni və əvvəlcədən baxışı göstərmək"
|
1206 |
-
|
1207 |
-
#: includes/class-top-10-widget.php:118
|
1208 |
-
#, fuzzy
|
1209 |
-
msgid "Thumbnails inline, after title"
|
1210 |
-
msgstr "Mətni və əvvəlcədən baxışı göstərmək"
|
1211 |
-
|
1212 |
-
#: includes/class-top-10-widget.php:119
|
1213 |
-
#, fuzzy
|
1214 |
-
msgid "Only thumbnails, no text"
|
1215 |
-
msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
|
1216 |
-
|
1217 |
-
#: includes/class-top-10-widget.php:120
|
1218 |
-
#, fuzzy
|
1219 |
-
msgid "No thumbnails, only text."
|
1220 |
-
msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
|
1221 |
-
|
1222 |
-
#: includes/class-top-10-widget.php:125
|
1223 |
-
#, fuzzy
|
1224 |
-
msgid "Thumbnail height"
|
1225 |
-
msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
|
1226 |
-
|
1227 |
-
#: includes/class-top-10-widget.php:131
|
1228 |
-
#, fuzzy
|
1229 |
-
msgid "Thumbnail width"
|
1230 |
-
msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
|
1231 |
-
|
1232 |
-
#: includes/class-top-10-widget.php:135
|
1233 |
-
msgid "Post types to include:"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: includes/media.php:62
|
1237 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: includes/media.php:66
|
1241 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: includes/media.php:70
|
1245 |
-
msgid "filter argument has been deprecated"
|
1246 |
-
msgstr ""
|
1247 |
-
|
1248 |
-
#: includes/output-generator.php:239
|
1249 |
-
msgid " by "
|
1250 |
-
msgstr ""
|
1251 |
-
|
1252 |
-
#: top-10.php:163
|
1253 |
-
msgid ""
|
1254 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1255 |
-
"posts only."
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: top-10.php:300
|
1259 |
-
#, php-format
|
1260 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1261 |
-
msgstr ""
|
1262 |
-
|
1263 |
-
#: top-10.php:641
|
1264 |
-
msgid "<h3>Popular Posts</h3>"
|
1265 |
-
msgstr "<h3>Populyar yazılar</h3>"
|
1266 |
-
|
1267 |
-
#: top-10.php:642
|
1268 |
-
msgid "<h3>Daily Popular</h3>"
|
1269 |
-
msgstr "<h3>Gündəlik Populyar</h3>"
|
1270 |
-
|
1271 |
-
#: top-10.php:643
|
1272 |
-
#, fuzzy
|
1273 |
-
msgid "No top posts yet"
|
1274 |
-
msgstr "10 populyar yazı statisticasını pozmaq"
|
1275 |
-
|
1276 |
-
#: top-10.php:1124
|
1277 |
-
msgid "Once Weekly"
|
1278 |
-
msgstr ""
|
1279 |
-
|
1280 |
-
#: top-10.php:1128
|
1281 |
-
msgid "Once Fortnightly"
|
1282 |
-
msgstr ""
|
1283 |
-
|
1284 |
-
#: top-10.php:1132
|
1285 |
-
msgid "Once Monthly"
|
1286 |
-
msgstr ""
|
1287 |
-
|
1288 |
-
#: top-10.php:1136
|
1289 |
-
msgid "Once quarterly"
|
1290 |
-
msgstr ""
|
1291 |
-
|
1292 |
-
#~ msgid "View Daily Popular Posts"
|
1293 |
-
#~ msgstr "Gündəlik Populyar Yazılara Baxmaq"
|
1294 |
-
|
1295 |
-
#~ msgid "Results per-page:"
|
1296 |
-
#~ msgstr "Səhifə üzrə nəticələr:"
|
1297 |
-
|
1298 |
-
#~ msgid "View Overall Popular Posts"
|
1299 |
-
#~ msgstr "Bütün Populyar Yazılara Baxmaq"
|
1300 |
-
|
1301 |
-
#~ msgid "Previous"
|
1302 |
-
#~ msgstr "Əvvəlki"
|
1303 |
-
|
1304 |
-
#~ msgid "Next"
|
1305 |
-
#~ msgstr "Sonrakı"
|
1306 |
-
|
1307 |
-
#~ msgid "Daily Popular"
|
1308 |
-
#~ msgstr "Gündəlik Populyar"
|
1309 |
-
|
1310 |
-
#~ msgid "Options saved successfully."
|
1311 |
-
#~ msgstr "Opsiyalar müvəffəqiyyətlə yaddaşda saxlanılıb."
|
1312 |
-
|
1313 |
-
#~ msgid "Number of popular posts to display: "
|
1314 |
-
#~ msgstr "Populyar postların miqdarının nümayişi:"
|
1315 |
-
|
1316 |
-
#~ msgid "Title of popular posts: "
|
1317 |
-
#~ msgstr "Populyar yazılarının başlığı:"
|
1318 |
-
|
1319 |
-
#~ msgid "Title of daily popular posts: "
|
1320 |
-
#~ msgstr "Gündəlik populyual yazılışların başlığı:"
|
1321 |
-
|
1322 |
-
#~ msgid "Length of excerpt (in words): "
|
1323 |
-
#~ msgstr "Çıxardılmış mətnin uzunluğu (söz ilə):"
|
1324 |
-
|
1325 |
-
#~ msgid "HTML to display before the list of posts: "
|
1326 |
-
#~ msgstr "Siyahıdan qabaq istifadə edilən HTML-teqi:"
|
1327 |
-
|
1328 |
-
#~ msgid "HTML to display before each list item: "
|
1329 |
-
#~ msgstr "Siyahıda hər maddənin qabağında istifadə edilən HTML-teqi:"
|
1330 |
-
|
1331 |
-
#~ msgid "HTML to display after each list item: "
|
1332 |
-
#~ msgstr "Siyahıda hər maddədən sonra istifadə edilən HTML-teqi: "
|
1333 |
-
|
1334 |
-
#~ msgid "HTML to display after the list of posts: "
|
1335 |
-
#~ msgstr "Siyahıdan sonra istifadə edilən HTML-teqi:"
|
1336 |
-
|
1337 |
-
#, fuzzy
|
1338 |
-
#~ msgid "Post thumbnail meta field name: "
|
1339 |
-
#~ msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
|
1340 |
-
|
1341 |
-
#~ msgid "Enter amount in USD: "
|
1342 |
-
#~ msgstr "Miiqdarı USD ilə daxil et:"
|
1343 |
-
|
1344 |
-
#, fuzzy
|
1345 |
-
#~ msgid "Overall Popular Posts"
|
1346 |
-
#~ msgstr "Bütün Populyar Yazılara Baxmaq"
|
1347 |
-
|
1348 |
-
#~ msgid "Reset count"
|
1349 |
-
#~ msgstr "Statistikanı sbros etmək"
|
1350 |
-
|
1351 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1352 |
-
#~ msgstr ""
|
1353 |
-
#~ "Gündəlik Populyar yazılar neçə gün ərzində baxılışı özündə əks "
|
1354 |
-
#~ "etdirməlidir?"
|
1355 |
-
|
1356 |
-
#, fuzzy
|
1357 |
-
#~ msgid "Output options"
|
1358 |
-
#~ msgstr "Plaginin kökləmələri:"
|
1359 |
-
|
1360 |
-
#, fuzzy
|
1361 |
-
#~ msgid ""
|
1362 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1363 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1364 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1365 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1366 |
-
#~ msgstr ""
|
1367 |
-
#~ "Ümumi baxılma sayının çıxartası üçün <code>%totalcount%</code>-dan "
|
1368 |
-
#~ "istifadə edin, <code>%dailycount%</code> - gün ərzində baxılmış. "
|
1369 |
-
#~ "Məsələn: <code>(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
|
1370 |
-
|
1371 |
-
#~ msgid "Post thumbnail options:"
|
1372 |
-
#~ msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
|
1373 |
-
|
1374 |
-
#, fuzzy
|
1375 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1376 |
-
#~ msgstr ""
|
1377 |
-
#~ "Polulyar yazılışları siyahını dinamik etmək lazımdır? Bu opsiya "
|
1378 |
-
#~ "JavaScript-i istifadə edir və bu səhifənin yükləmə vaxtını uzada bilər"
|
1379 |
-
|
1380 |
-
#~ msgid "Display number of page views in popular lists?"
|
1381 |
-
#~ msgstr "Populyar siyahıda baxılmış səhifənin miqdarını göstərmək lazımdır? "
|
1382 |
-
|
1383 |
-
#~ msgid "Recent developments"
|
1384 |
-
#~ msgstr "Son inkişaflar"
|
1385 |
-
|
1386 |
-
#~ msgid "Results"
|
1387 |
-
#~ msgstr "Nəticələr"
|
1388 |
-
|
1389 |
-
#~ msgid "of"
|
1390 |
-
#~ msgstr "-dən "
|
1391 |
-
|
1392 |
-
#~ msgid "Page"
|
1393 |
-
#~ msgstr "Səhifə"
|
1394 |
-
|
1395 |
-
#~ msgid ""
|
1396 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1397 |
-
#~ "continue to be counted."
|
1398 |
-
#~ msgstr ""
|
1399 |
-
#~ "Populyar yazılışdan Səhifələri çıxartmaq lazımdır? Səhifəlrin baxılışı "
|
1400 |
-
#~ "saymaqda davam etdiriləcək."
|
1401 |
-
|
1402 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1403 |
-
#~ msgstr "Twitter-də @ajaydsouza ardınca get "
|
1404 |
-
|
1405 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1406 |
-
#~ msgstr "Silinmiş dublikat sirası cədvəli"
|
1407 |
-
|
1408 |
-
#~ msgid ""
|
1409 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1410 |
-
#~ "added with the count"
|
1411 |
-
#~ msgstr ""
|
1412 |
-
#~ "WP-Admin-də baxilmış yazılarının/səhifələrinin miqdarını göstərmək "
|
1413 |
-
#~ "lazımdır? Bundan ötrü ayrıca sütün wp-admin/edit.php əlavə olunacaq"
|
1414 |
-
|
1415 |
-
#~ msgid ""
|
1416 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1417 |
-
#~ msgstr ""
|
1418 |
-
#~ "Əvvəlcədən baxışı çıxartmaq üçün sərbəst sahənin (meta sahənin) adını "
|
1419 |
-
#~ "daxil edin:"
|
1420 |
-
|
1421 |
-
#~ msgid "Thumbnail dimensions:"
|
1422 |
-
#~ msgstr "Çıxardılmış şəkilin ölçüləri (əvvəlcədən baxış):"
|
1423 |
-
|
1424 |
-
#~ msgid "Max width: "
|
1425 |
-
#~ msgstr "Maksimal eni:"
|
1426 |
-
|
1427 |
-
#~ msgid "Max height: "
|
1428 |
-
#~ msgstr "Maksimal hündürlük:"
|
1429 |
-
|
1430 |
-
#~ msgid "Top 10 "
|
1431 |
-
#~ msgstr "Top 10 yazılar"
|
1432 |
-
|
1433 |
-
#~ msgid "Support forum"
|
1434 |
-
#~ msgstr "Dəstək forumu"
|
1435 |
-
|
1436 |
-
#~ msgid "If you find "
|
1437 |
-
#~ msgstr "Если плагин"
|
1438 |
-
|
1439 |
-
#~ msgid "useful, please do"
|
1440 |
-
#~ msgstr "оказался для вас полезным, пожалуйста, сделайте"
|
1441 |
-
|
1442 |
-
#~ msgid "drop in your contribution"
|
1443 |
-
#~ msgstr "пожертвование"
|
1444 |
-
|
1445 |
-
#~ msgid "Some reasons why you should."
|
1446 |
-
#~ msgstr "Сделай пожертвование, поддержи автора плагина!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-be_BY.mo
DELETED
Binary file
|
languages/top-10-be_BY.po
DELETED
@@ -1,1348 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Топ 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:35+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: FatCow <zhr@tut.by>\n"
|
9 |
-
"Language: be_BY\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Усяго / Сёння праглядаў"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Усяго / Сёння праглядаў"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Усяго / Сёння праглядаў"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Папулярныя запісы"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Папулярныя сёння запісы"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
msgid "Visit count:"
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: admin/admin-metabox.php:106
|
61 |
-
msgid ""
|
62 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
63 |
-
"will set the count to zero"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: admin/admin-metabox.php:115
|
67 |
-
msgid "Disable Popular Posts display:"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: admin/admin-metabox.php:118
|
71 |
-
msgid ""
|
72 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
73 |
-
"when viewing this post."
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
#: admin/admin-metabox.php:122
|
77 |
-
msgid "Exclude this post from the popular posts list:"
|
78 |
-
msgstr ""
|
79 |
-
|
80 |
-
#: admin/admin-metabox.php:125
|
81 |
-
msgid ""
|
82 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
83 |
-
"list."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: admin/admin-metabox.php:129
|
87 |
-
msgid "Location of thumbnail:"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: admin/admin-metabox.php:131
|
91 |
-
msgid ""
|
92 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
93 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
94 |
-
"set under Top 10 Settings » Thumbnail options."
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: admin/admin-metabox.php:132
|
98 |
-
msgid "The URL above is saved in the meta field:"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: admin/admin-metabox.php:137
|
102 |
-
#, php-format
|
103 |
-
msgid ""
|
104 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
105 |
-
"will need to make the same change in the %1$s meta box on this page."
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
#: admin/admin.php:190
|
109 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: admin/admin.php:193
|
113 |
-
msgid ""
|
114 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
115 |
-
"text."
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: admin/admin.php:196
|
119 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: admin/admin.php:199
|
123 |
-
#, php-format
|
124 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: admin/admin.php:214
|
128 |
-
msgid "Options set to Default."
|
129 |
-
msgstr "Налады скінуты."
|
130 |
-
|
131 |
-
#: admin/admin.php:221
|
132 |
-
#, fuzzy
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "Загаловак блока Папулярных запісаў:"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
#, fuzzy
|
138 |
-
msgid "Top 10 daily popular posts reset"
|
139 |
-
msgstr "Загаловак блока Папулярных сёння запісаў:"
|
140 |
-
|
141 |
-
#: admin/admin.php:236
|
142 |
-
msgid "Duplicate rows cleaned from tables"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: admin/admin.php:244
|
146 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: admin/admin.php:257
|
150 |
-
msgid "Scheduled maintenance enabled / modified"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: admin/admin.php:261
|
154 |
-
msgid "Scheduled maintenance disabled"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: admin/admin.php:299
|
158 |
-
msgid "Counts from selected sites have been imported."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: admin/admin.php:324
|
162 |
-
msgid ""
|
163 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
164 |
-
"deleted."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
168 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
169 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
170 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: admin/admin.php:342
|
175 |
-
#, fuzzy
|
176 |
-
msgid "Support the development"
|
177 |
-
msgstr "Падтрымаеце стваральніка ўбудовы"
|
178 |
-
|
179 |
-
#: admin/admin.php:349
|
180 |
-
msgid "Donation for Top 10"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: admin/admin.php:351
|
184 |
-
msgid "Enter amount in USD:"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: admin/admin.php:355
|
188 |
-
msgid "Send your donation to the author of Top 10"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: admin/admin.php:362
|
192 |
-
msgid "Follow me"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: admin/admin.php:386
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
msgid "Top 10 plugin page"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: admin/admin.php:391
|
204 |
-
msgid "Top 10 Github page"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: admin/admin.php:392
|
208 |
-
msgid "Other plugins"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: admin/admin.php:393
|
212 |
-
msgid "FAQ"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: admin/admin.php:394 admin/admin.php:564
|
216 |
-
msgid "Support"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: admin/admin.php:395
|
220 |
-
msgid "Reviews"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: admin/admin.php:396
|
224 |
-
msgid "Ajay's blog"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
228 |
-
#, fuzzy
|
229 |
-
msgid "Top 10 Settings"
|
230 |
-
msgstr "Топ 10 запісаў"
|
231 |
-
|
232 |
-
#: admin/admin.php:413
|
233 |
-
msgid "Top 10"
|
234 |
-
msgstr "Топ 10 запісаў"
|
235 |
-
|
236 |
-
#: admin/admin.php:421
|
237 |
-
msgid "View Popular Posts"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: admin/admin.php:541
|
241 |
-
msgid "Settings"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: admin/admin.php:565
|
245 |
-
msgid "Donate"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: admin/cache.php:19
|
249 |
-
msgid "Top 10 cache has been cleared"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: admin/class-stats.php:36
|
253 |
-
msgid "popular_post"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: admin/class-stats.php:37
|
257 |
-
msgid "popular_posts"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: admin/class-stats.php:160
|
261 |
-
msgid "No popular posts available."
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: admin/class-stats.php:209
|
265 |
-
msgid "View"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: admin/class-stats.php:210
|
269 |
-
msgid "Edit"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: admin/class-stats.php:211
|
273 |
-
msgid "Delete"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: admin/class-stats.php:233
|
277 |
-
msgid "Y/m/d g:i:s a"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: admin/class-stats.php:240
|
281 |
-
#, php-format
|
282 |
-
msgid "%s ago"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: admin/class-stats.php:242
|
286 |
-
msgid "Y/m/d"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
290 |
-
msgid "Title"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: admin/class-stats.php:277
|
294 |
-
msgid "Total visits"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: admin/class-stats.php:278
|
298 |
-
msgid "Daily visits"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: admin/class-stats.php:279
|
302 |
-
msgid "Post type"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: admin/class-stats.php:280
|
306 |
-
msgid "Author"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: admin/class-stats.php:281
|
310 |
-
msgid "Date"
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: admin/class-stats.php:315
|
314 |
-
msgid "Delete Count"
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: admin/class-stats.php:355
|
318 |
-
msgid "Are you sure you want to do this"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
322 |
-
msgid "General options"
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
326 |
-
msgid "Counter and tracker options"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
330 |
-
msgid "Popular post list options"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
334 |
-
#: includes/class-top-10-widget.php:115
|
335 |
-
msgid "Thumbnail options"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
339 |
-
msgid "Styles"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
343 |
-
msgid "Maintenance"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: admin/main-view.php:72
|
347 |
-
msgid "Enable trackers:"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
351 |
-
msgid "Overall"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
355 |
-
msgid "Daily"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: admin/main-view.php:89
|
359 |
-
msgid "Enable cache:"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: admin/main-view.php:92
|
363 |
-
msgid ""
|
364 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
365 |
-
"output for 1 hour."
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: admin/main-view.php:93
|
369 |
-
msgid "Clear cache"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: admin/main-view.php:97
|
373 |
-
msgid "Use Ajax for tracking:"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: admin/main-view.php:100
|
377 |
-
msgid ""
|
378 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
379 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
380 |
-
"you find that your posts are not tracked."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: admin/main-view.php:104
|
384 |
-
msgid "Start daily counts from midnight:"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: admin/main-view.php:107
|
388 |
-
msgid ""
|
389 |
-
"Daily counter will display number of visits from midnight. This option is "
|
390 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
391 |
-
"this off will allow you to use the hourly setting in the next option."
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: admin/main-view.php:111
|
395 |
-
msgid "Daily popular contains top posts over:"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: admin/main-view.php:113
|
399 |
-
msgid "day(s)"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: admin/main-view.php:114
|
403 |
-
msgid "hour(s)"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: admin/main-view.php:115
|
407 |
-
msgid ""
|
408 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
409 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
410 |
-
"display posts for as many days or as few hours as you want. This can be "
|
411 |
-
"overridden in the widget."
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: admin/main-view.php:119
|
415 |
-
msgid "Delete options on uninstall"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: admin/main-view.php:122
|
419 |
-
msgid ""
|
420 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
421 |
-
"database if you choose to uninstall/delete the plugin."
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: admin/main-view.php:126
|
425 |
-
msgid "Delete counter data on uninstall"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: admin/main-view.php:129
|
429 |
-
msgid ""
|
430 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
431 |
-
"from the database if you choose to uninstall/delete the plugin."
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: admin/main-view.php:130
|
435 |
-
msgid ""
|
436 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
437 |
-
"lose your counter data."
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: admin/main-view.php:133
|
441 |
-
msgid "Show metabox:"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: admin/main-view.php:136
|
445 |
-
msgid ""
|
446 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
447 |
-
"Also applies to Pages and Custom Post Types."
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: admin/main-view.php:140
|
451 |
-
msgid "Limit metabox to Admins only:"
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: admin/main-view.php:143
|
455 |
-
msgid ""
|
456 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
457 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
458 |
-
"metabox. This applies only if the above option is selected."
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: admin/main-view.php:148
|
462 |
-
msgid "Link to Top 10 plugin page"
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: admin/main-view.php:151
|
466 |
-
#, fuzzy
|
467 |
-
msgid ""
|
468 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
469 |
-
"posts"
|
470 |
-
msgstr ""
|
471 |
-
"Спасылка на ўбудову будзе дададзена да спісаў Папулярных запісаў. Мы будзем "
|
472 |
-
"удзячныя Вам, калі Вы яе ўсё ж пакінеце!"
|
473 |
-
|
474 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
475 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
476 |
-
#, fuzzy
|
477 |
-
msgid "Save Options"
|
478 |
-
msgstr "Налады ўбудовы:"
|
479 |
-
|
480 |
-
#: admin/main-view.php:191
|
481 |
-
#, fuzzy
|
482 |
-
msgid "Display number of views on:"
|
483 |
-
msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
|
484 |
-
|
485 |
-
#: admin/main-view.php:193
|
486 |
-
msgid "Posts"
|
487 |
-
msgstr ""
|
488 |
-
|
489 |
-
#: admin/main-view.php:194
|
490 |
-
#, fuzzy
|
491 |
-
msgid "Pages"
|
492 |
-
msgstr "Старонка"
|
493 |
-
|
494 |
-
#: admin/main-view.php:195
|
495 |
-
msgid "Home page"
|
496 |
-
msgstr ""
|
497 |
-
|
498 |
-
#: admin/main-view.php:196
|
499 |
-
msgid "Feeds"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: admin/main-view.php:197
|
503 |
-
msgid "Category archives"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: admin/main-view.php:198
|
507 |
-
msgid "Tag archives"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: admin/main-view.php:199
|
511 |
-
msgid "Other archives"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: admin/main-view.php:200
|
515 |
-
msgid ""
|
516 |
-
"If you choose to disable this, please add <code><?php if "
|
517 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
518 |
-
"</code> to your template file where you want it displayed"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: admin/main-view.php:204
|
522 |
-
#, fuzzy
|
523 |
-
msgid "Format to display the post views:"
|
524 |
-
msgstr "Фармат адлюстравання колькасці праглядаў:"
|
525 |
-
|
526 |
-
#: admin/main-view.php:207
|
527 |
-
msgid ""
|
528 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
529 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
530 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
531 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: admin/main-view.php:211
|
535 |
-
msgid "What do display when there are no visits?"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:214
|
539 |
-
msgid ""
|
540 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
541 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
542 |
-
"this text will be used. To override this, just enter the same text as above "
|
543 |
-
"option."
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: admin/main-view.php:218
|
547 |
-
msgid "Always display latest post count"
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: admin/main-view.php:221
|
551 |
-
msgid ""
|
552 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
553 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
554 |
-
"cached counts."
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: admin/main-view.php:225
|
558 |
-
msgid "Track visits of authors on their own posts?"
|
559 |
-
msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
|
560 |
-
|
561 |
-
#: admin/main-view.php:228
|
562 |
-
msgid ""
|
563 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
564 |
-
msgstr ""
|
565 |
-
|
566 |
-
#: admin/main-view.php:232
|
567 |
-
#, fuzzy
|
568 |
-
msgid "Track visits of admins?"
|
569 |
-
msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
|
570 |
-
|
571 |
-
#: admin/main-view.php:235
|
572 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: admin/main-view.php:239
|
576 |
-
#, fuzzy
|
577 |
-
msgid "Track visits of Editors?"
|
578 |
-
msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
|
579 |
-
|
580 |
-
#: admin/main-view.php:242
|
581 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
582 |
-
msgstr ""
|
583 |
-
|
584 |
-
#: admin/main-view.php:246
|
585 |
-
msgid "Display page views on Posts and Pages in Admin"
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/main-view.php:249
|
589 |
-
msgid ""
|
590 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
591 |
-
"and All Pages"
|
592 |
-
msgstr ""
|
593 |
-
|
594 |
-
#: admin/main-view.php:253
|
595 |
-
#, fuzzy
|
596 |
-
msgid "Show number of views to non-admins"
|
597 |
-
msgstr "Паказваць колькасць праглядаў старонкі ў яе \"целе\"?"
|
598 |
-
|
599 |
-
#: admin/main-view.php:256
|
600 |
-
msgid ""
|
601 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
602 |
-
"independent pages with the top posts"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: admin/main-view.php:296
|
606 |
-
msgid "Number of popular posts to display:"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: admin/main-view.php:299
|
610 |
-
msgid ""
|
611 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
612 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: admin/main-view.php:303
|
616 |
-
msgid "Published age of posts:"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
620 |
-
msgid "days"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:306
|
624 |
-
msgid ""
|
625 |
-
"This options allows you to only show posts that have been published within "
|
626 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: admin/main-view.php:307
|
630 |
-
msgid ""
|
631 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
632 |
-
"posts lists. Enter 0 for no restriction."
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: admin/main-view.php:311
|
636 |
-
msgid "Post types to include in results (including custom post types)"
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:325
|
640 |
-
msgid "List of post or page IDs to exclude from the results:"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
644 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:331
|
648 |
-
msgid "Exclude Categories:"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/main-view.php:346
|
652 |
-
msgid ""
|
653 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
654 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
655 |
-
"options"
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: admin/main-view.php:350
|
659 |
-
msgid "Excluded category IDs are:"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: admin/main-view.php:356
|
663 |
-
msgid ""
|
664 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
665 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
666 |
-
"unique to this taxonomy."
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: admin/main-view.php:362
|
670 |
-
msgid "Title of popular posts:"
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:368
|
674 |
-
msgid "Title of daily popular posts:"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:374
|
678 |
-
msgid "When there are no posts, what should be shown?"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:378
|
682 |
-
msgid "Blank Output"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:382
|
686 |
-
msgid "Display:"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:387
|
690 |
-
msgid "Show post excerpt in list?"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:393
|
694 |
-
msgid "Length of excerpt (in words):"
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: admin/main-view.php:399
|
698 |
-
msgid "Show post author in list?"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:405
|
702 |
-
msgid "Show post date in list?"
|
703 |
-
msgstr ""
|
704 |
-
|
705 |
-
#: admin/main-view.php:411
|
706 |
-
msgid "Limit post title length (in characters)"
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: admin/main-view.php:417
|
710 |
-
msgid "Show view count in list?"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: admin/main-view.php:423
|
714 |
-
msgid "Open links in new window"
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: admin/main-view.php:429
|
718 |
-
msgid "Add nofollow attribute to links in the list"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: admin/main-view.php:435
|
722 |
-
msgid "Exclude display of related posts on these posts / pages"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: admin/main-view.php:442
|
726 |
-
msgid "Customise the list HTML"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: admin/main-view.php:445
|
730 |
-
msgid "HTML to display before the list of posts:"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: admin/main-view.php:451
|
734 |
-
msgid "HTML to display before each list item:"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: admin/main-view.php:457
|
738 |
-
msgid "HTML to display after each list item:"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:463
|
742 |
-
msgid "HTML to display after the list of posts:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:504
|
746 |
-
msgid "Location of post thumbnail:"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: admin/main-view.php:508
|
750 |
-
#, fuzzy
|
751 |
-
msgid "Display thumbnails inline with posts, before title"
|
752 |
-
msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
|
753 |
-
|
754 |
-
#: admin/main-view.php:513
|
755 |
-
#, fuzzy
|
756 |
-
msgid "Display thumbnails inline with posts, after title"
|
757 |
-
msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
|
758 |
-
|
759 |
-
#: admin/main-view.php:518
|
760 |
-
msgid "Display only thumbnails, no text"
|
761 |
-
msgstr ""
|
762 |
-
|
763 |
-
#: admin/main-view.php:523
|
764 |
-
msgid "Do not display thumbnails, only text."
|
765 |
-
msgstr ""
|
766 |
-
|
767 |
-
#: admin/main-view.php:527
|
768 |
-
msgid ""
|
769 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
770 |
-
"under the Styles section. If you would like to change this option, please "
|
771 |
-
"select No styles under the Styles section."
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: admin/main-view.php:531
|
775 |
-
msgid "Thumbnail size:"
|
776 |
-
msgstr ""
|
777 |
-
|
778 |
-
#: admin/main-view.php:555
|
779 |
-
msgid "Custom size"
|
780 |
-
msgstr ""
|
781 |
-
|
782 |
-
#: admin/main-view.php:558
|
783 |
-
msgid ""
|
784 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
785 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
786 |
-
"settings below. For best results, use a cropped image."
|
787 |
-
msgstr ""
|
788 |
-
|
789 |
-
#: admin/main-view.php:559
|
790 |
-
msgid ""
|
791 |
-
"If you change the width and/or height below, existing images will not be "
|
792 |
-
"automatically resized."
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: admin/main-view.php:560
|
796 |
-
#, php-format
|
797 |
-
msgid ""
|
798 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
799 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
800 |
-
"all image sizes."
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: admin/main-view.php:563
|
804 |
-
msgid ""
|
805 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
806 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
807 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
808 |
-
"strong> option below"
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: admin/main-view.php:566
|
812 |
-
msgid "Width of custom thumbnail:"
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: admin/main-view.php:571
|
816 |
-
msgid "Height of custom thumbnail"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: admin/main-view.php:576
|
820 |
-
msgid "Crop mode:"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: admin/main-view.php:580
|
824 |
-
msgid ""
|
825 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
826 |
-
"hard crop the thumbnails."
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: admin/main-view.php:581
|
830 |
-
#, php-format
|
831 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
832 |
-
msgstr ""
|
833 |
-
|
834 |
-
#: admin/main-view.php:585
|
835 |
-
msgid "Image size attributes:"
|
836 |
-
msgstr ""
|
837 |
-
|
838 |
-
#: admin/main-view.php:589
|
839 |
-
msgid "Style attributes are used for width and height."
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: admin/main-view.php:595
|
843 |
-
msgid "HTML width and height attributes are used for width and height."
|
844 |
-
msgstr ""
|
845 |
-
|
846 |
-
#: admin/main-view.php:601
|
847 |
-
msgid "No HTML or Style attributes set for width and height"
|
848 |
-
msgstr ""
|
849 |
-
|
850 |
-
#: admin/main-view.php:606
|
851 |
-
msgid "Post thumbnail meta field name:"
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/main-view.php:609
|
855 |
-
msgid ""
|
856 |
-
"The value of this field should contain the image source and is set in the "
|
857 |
-
"<em>Add New Post</em> screen"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: admin/main-view.php:612
|
861 |
-
msgid ""
|
862 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
863 |
-
"from the post?"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: admin/main-view.php:615
|
867 |
-
msgid ""
|
868 |
-
"This could slow down the loading of your page if the first image in the "
|
869 |
-
"related posts is large in file-size"
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: admin/main-view.php:618
|
873 |
-
msgid "Use default thumbnail?"
|
874 |
-
msgstr ""
|
875 |
-
|
876 |
-
#: admin/main-view.php:621
|
877 |
-
msgid ""
|
878 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
879 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
880 |
-
msgstr ""
|
881 |
-
|
882 |
-
#: admin/main-view.php:624
|
883 |
-
msgid "Default thumbnail:"
|
884 |
-
msgstr ""
|
885 |
-
|
886 |
-
#: admin/main-view.php:628
|
887 |
-
msgid ""
|
888 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
889 |
-
"then it will check the meta field. If this is not available, then it will "
|
890 |
-
"show the default image as specified above"
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: admin/main-view.php:667
|
894 |
-
msgid "Style of the related posts:"
|
895 |
-
msgstr ""
|
896 |
-
|
897 |
-
#: admin/main-view.php:670
|
898 |
-
msgid "No styles"
|
899 |
-
msgstr ""
|
900 |
-
|
901 |
-
#: admin/main-view.php:672
|
902 |
-
msgid "Select this option if you plan to add your own styles"
|
903 |
-
msgstr ""
|
904 |
-
|
905 |
-
#: admin/main-view.php:677
|
906 |
-
msgid "Left Thumbnails"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: admin/main-view.php:680
|
910 |
-
msgid ""
|
911 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
912 |
-
"Disabling this option will not revert any settings."
|
913 |
-
msgstr ""
|
914 |
-
|
915 |
-
#: admin/main-view.php:681
|
916 |
-
#, php-format
|
917 |
-
msgid ""
|
918 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
919 |
-
msgstr ""
|
920 |
-
|
921 |
-
#: admin/main-view.php:685
|
922 |
-
msgid "Text only"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: admin/main-view.php:687
|
926 |
-
msgid ""
|
927 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
928 |
-
"default style sheet included in the plugin."
|
929 |
-
msgstr ""
|
930 |
-
|
931 |
-
#: admin/main-view.php:703
|
932 |
-
msgid "Custom CSS to add to header:"
|
933 |
-
msgstr ""
|
934 |
-
|
935 |
-
#: admin/main-view.php:708
|
936 |
-
msgid ""
|
937 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
938 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
939 |
-
"available CSS classes to style."
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: admin/main-view.php:728
|
943 |
-
#, fuzzy
|
944 |
-
msgid "Default Options"
|
945 |
-
msgstr "Налады ўбудовы:"
|
946 |
-
|
947 |
-
#: admin/main-view.php:728
|
948 |
-
msgid "Do you want to set options to Default?"
|
949 |
-
msgstr "Скінуць налады ўбудовы?"
|
950 |
-
|
951 |
-
#: admin/main-view.php:752
|
952 |
-
msgid ""
|
953 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
954 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
955 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
956 |
-
"will automatically delete entries older than 90 days."
|
957 |
-
msgstr ""
|
958 |
-
|
959 |
-
#: admin/main-view.php:753
|
960 |
-
msgid ""
|
961 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
962 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
963 |
-
msgstr ""
|
964 |
-
|
965 |
-
#: admin/main-view.php:756
|
966 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
967 |
-
msgstr ""
|
968 |
-
|
969 |
-
#: admin/main-view.php:760
|
970 |
-
msgid "Time to run maintenance"
|
971 |
-
msgstr ""
|
972 |
-
|
973 |
-
#: admin/main-view.php:761
|
974 |
-
msgid "hrs"
|
975 |
-
msgstr ""
|
976 |
-
|
977 |
-
#: admin/main-view.php:761
|
978 |
-
msgid "min"
|
979 |
-
msgstr ""
|
980 |
-
|
981 |
-
#: admin/main-view.php:763
|
982 |
-
msgid "How often should the maintenance be run:"
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: admin/main-view.php:771
|
986 |
-
msgid "Weekly"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: admin/main-view.php:775
|
990 |
-
msgid "Fortnightly"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: admin/main-view.php:779
|
994 |
-
msgid "Monthly"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: admin/main-view.php:788
|
998 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: admin/main-view.php:793
|
1002 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: admin/main-view.php:798
|
1006 |
-
msgid "Maintenance is turned off"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: admin/main-view.php:804
|
1010 |
-
msgid "Save Maintenance Options"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: admin/main-view.php:812
|
1014 |
-
msgid "Reset count and other tools"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: admin/main-view.php:815
|
1018 |
-
msgid ""
|
1019 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1020 |
-
"before proceeding"
|
1021 |
-
msgstr ""
|
1022 |
-
|
1023 |
-
#: admin/main-view.php:818
|
1024 |
-
#, fuzzy
|
1025 |
-
msgid "Reset Popular Posts"
|
1026 |
-
msgstr "Папулярныя запісы"
|
1027 |
-
|
1028 |
-
#: admin/main-view.php:818
|
1029 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1030 |
-
msgstr ""
|
1031 |
-
|
1032 |
-
#: admin/main-view.php:819
|
1033 |
-
#, fuzzy
|
1034 |
-
msgid "Reset Daily Popular Posts"
|
1035 |
-
msgstr "Папулярныя сёння запісы"
|
1036 |
-
|
1037 |
-
#: admin/main-view.php:819
|
1038 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1039 |
-
msgstr ""
|
1040 |
-
|
1041 |
-
#: admin/main-view.php:822
|
1042 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1043 |
-
msgstr ""
|
1044 |
-
|
1045 |
-
#: admin/main-view.php:825
|
1046 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1047 |
-
msgstr ""
|
1048 |
-
|
1049 |
-
#: admin/main-view.php:825
|
1050 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1051 |
-
msgstr ""
|
1052 |
-
|
1053 |
-
#: admin/main-view.php:828
|
1054 |
-
msgid ""
|
1055 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1056 |
-
"Clicking the button below will merge these duplicate IDs"
|
1057 |
-
msgstr ""
|
1058 |
-
|
1059 |
-
#: admin/main-view.php:831
|
1060 |
-
msgid "Merge duplicates across blog IDs"
|
1061 |
-
msgstr ""
|
1062 |
-
|
1063 |
-
#: admin/main-view.php:831
|
1064 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1065 |
-
msgstr ""
|
1066 |
-
|
1067 |
-
#: admin/main-view.php:847
|
1068 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1069 |
-
msgstr ""
|
1070 |
-
|
1071 |
-
#: admin/main-view.php:850
|
1072 |
-
msgid ""
|
1073 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1074 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1075 |
-
"two tables being created for each site in the network."
|
1076 |
-
msgstr ""
|
1077 |
-
|
1078 |
-
#: admin/main-view.php:851
|
1079 |
-
msgid ""
|
1080 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1081 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1082 |
-
"from v1.x tables to the new v2.x table format."
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: admin/main-view.php:854
|
1086 |
-
msgid ""
|
1087 |
-
"If you do not see any tables below, then it means that either all data has "
|
1088 |
-
"already been imported or no relevant information has been found."
|
1089 |
-
msgstr ""
|
1090 |
-
|
1091 |
-
#: admin/main-view.php:857
|
1092 |
-
msgid ""
|
1093 |
-
"After running the importer, please verify that all the counts have been "
|
1094 |
-
"successfully imported. Only then should you delete any old tables!"
|
1095 |
-
msgstr ""
|
1096 |
-
|
1097 |
-
#: admin/main-view.php:891
|
1098 |
-
msgid "Blog ID"
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:894
|
1102 |
-
msgid "Status"
|
1103 |
-
msgstr ""
|
1104 |
-
|
1105 |
-
#: admin/main-view.php:897
|
1106 |
-
msgid "Select to import"
|
1107 |
-
msgstr ""
|
1108 |
-
|
1109 |
-
#: admin/main-view.php:907
|
1110 |
-
msgid "Blog #"
|
1111 |
-
msgstr ""
|
1112 |
-
|
1113 |
-
#: admin/main-view.php:917
|
1114 |
-
msgid "Not imported"
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: admin/main-view.php:921
|
1118 |
-
msgid "Imported"
|
1119 |
-
msgstr ""
|
1120 |
-
|
1121 |
-
#: admin/main-view.php:942
|
1122 |
-
msgid "Begin import"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: admin/main-view.php:943
|
1126 |
-
msgid "Delete selected tables"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: admin/main-view.php:944
|
1130 |
-
msgid "Delete all imported tables"
|
1131 |
-
msgstr ""
|
1132 |
-
|
1133 |
-
#: includes/class-top-10-widget.php:31
|
1134 |
-
#, fuzzy
|
1135 |
-
msgid "Popular Posts [Top 10]"
|
1136 |
-
msgstr "Папулярныя запісы"
|
1137 |
-
|
1138 |
-
#: includes/class-top-10-widget.php:32
|
1139 |
-
#, fuzzy
|
1140 |
-
msgid "Display popular posts"
|
1141 |
-
msgstr "Папулярныя сёння запісы"
|
1142 |
-
|
1143 |
-
#: includes/class-top-10-widget.php:76
|
1144 |
-
msgid "No. of posts"
|
1145 |
-
msgstr ""
|
1146 |
-
|
1147 |
-
#: includes/class-top-10-widget.php:82
|
1148 |
-
msgid "Custom time period (Enter below)"
|
1149 |
-
msgstr ""
|
1150 |
-
|
1151 |
-
#: includes/class-top-10-widget.php:86
|
1152 |
-
msgid "In days and hours (applies only to custom option above)"
|
1153 |
-
msgstr ""
|
1154 |
-
|
1155 |
-
#: includes/class-top-10-widget.php:91
|
1156 |
-
msgid "hours"
|
1157 |
-
msgstr ""
|
1158 |
-
|
1159 |
-
#: includes/class-top-10-widget.php:96
|
1160 |
-
msgid "Show count?"
|
1161 |
-
msgstr ""
|
1162 |
-
|
1163 |
-
#: includes/class-top-10-widget.php:101
|
1164 |
-
msgid "Show excerpt?"
|
1165 |
-
msgstr ""
|
1166 |
-
|
1167 |
-
#: includes/class-top-10-widget.php:106
|
1168 |
-
msgid "Show author?"
|
1169 |
-
msgstr ""
|
1170 |
-
|
1171 |
-
#: includes/class-top-10-widget.php:111
|
1172 |
-
msgid "Show date?"
|
1173 |
-
msgstr ""
|
1174 |
-
|
1175 |
-
#: includes/class-top-10-widget.php:117
|
1176 |
-
#, fuzzy
|
1177 |
-
msgid "Thumbnails inline, before title"
|
1178 |
-
msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
|
1179 |
-
|
1180 |
-
#: includes/class-top-10-widget.php:118
|
1181 |
-
#, fuzzy
|
1182 |
-
msgid "Thumbnails inline, after title"
|
1183 |
-
msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
|
1184 |
-
|
1185 |
-
#: includes/class-top-10-widget.php:119
|
1186 |
-
msgid "Only thumbnails, no text"
|
1187 |
-
msgstr ""
|
1188 |
-
|
1189 |
-
#: includes/class-top-10-widget.php:120
|
1190 |
-
msgid "No thumbnails, only text."
|
1191 |
-
msgstr ""
|
1192 |
-
|
1193 |
-
#: includes/class-top-10-widget.php:125
|
1194 |
-
msgid "Thumbnail height"
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: includes/class-top-10-widget.php:131
|
1198 |
-
msgid "Thumbnail width"
|
1199 |
-
msgstr ""
|
1200 |
-
|
1201 |
-
#: includes/class-top-10-widget.php:135
|
1202 |
-
msgid "Post types to include:"
|
1203 |
-
msgstr ""
|
1204 |
-
|
1205 |
-
#: includes/media.php:62
|
1206 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1207 |
-
msgstr ""
|
1208 |
-
|
1209 |
-
#: includes/media.php:66
|
1210 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1211 |
-
msgstr ""
|
1212 |
-
|
1213 |
-
#: includes/media.php:70
|
1214 |
-
msgid "filter argument has been deprecated"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: includes/output-generator.php:239
|
1218 |
-
msgid " by "
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: top-10.php:163
|
1222 |
-
msgid ""
|
1223 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1224 |
-
"posts only."
|
1225 |
-
msgstr ""
|
1226 |
-
|
1227 |
-
#: top-10.php:300
|
1228 |
-
#, php-format
|
1229 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1230 |
-
msgstr ""
|
1231 |
-
|
1232 |
-
#: top-10.php:641
|
1233 |
-
msgid "<h3>Popular Posts</h3>"
|
1234 |
-
msgstr "<h3>Папулярныя запісы</h3>"
|
1235 |
-
|
1236 |
-
#: top-10.php:642
|
1237 |
-
msgid "<h3>Daily Popular</h3>"
|
1238 |
-
msgstr "<h3>Папулярныя сёння запісы</h3>"
|
1239 |
-
|
1240 |
-
#: top-10.php:643
|
1241 |
-
#, fuzzy
|
1242 |
-
msgid "No top posts yet"
|
1243 |
-
msgstr "Загаловак блока Папулярных запісаў:"
|
1244 |
-
|
1245 |
-
#: top-10.php:1124
|
1246 |
-
msgid "Once Weekly"
|
1247 |
-
msgstr ""
|
1248 |
-
|
1249 |
-
#: top-10.php:1128
|
1250 |
-
msgid "Once Fortnightly"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: top-10.php:1132
|
1254 |
-
msgid "Once Monthly"
|
1255 |
-
msgstr ""
|
1256 |
-
|
1257 |
-
#: top-10.php:1136
|
1258 |
-
msgid "Once quarterly"
|
1259 |
-
msgstr ""
|
1260 |
-
|
1261 |
-
#~ msgid "View Daily Popular Posts"
|
1262 |
-
#~ msgstr "Паглядзець усе Папулярныя сёння запісы"
|
1263 |
-
|
1264 |
-
#~ msgid "Results per-page:"
|
1265 |
-
#~ msgstr "Вынікаў на старонку:"
|
1266 |
-
|
1267 |
-
#~ msgid "View Overall Popular Posts"
|
1268 |
-
#~ msgstr "Паглядзець усе Папулярныя запісы"
|
1269 |
-
|
1270 |
-
#~ msgid "Previous"
|
1271 |
-
#~ msgstr "Папярэдняя старонка"
|
1272 |
-
|
1273 |
-
#~ msgid "Next"
|
1274 |
-
#~ msgstr "Наступная старонка"
|
1275 |
-
|
1276 |
-
#~ msgid "Daily Popular"
|
1277 |
-
#~ msgstr "Папулярныя сёння запісы"
|
1278 |
-
|
1279 |
-
#~ msgid "Options saved successfully."
|
1280 |
-
#~ msgstr "Налады захаваны."
|
1281 |
-
|
1282 |
-
#~ msgid "Number of popular posts to display: "
|
1283 |
-
#~ msgstr "Колькасць Папулярных запісаў у спісе:"
|
1284 |
-
|
1285 |
-
#~ msgid "Title of popular posts: "
|
1286 |
-
#~ msgstr "Загаловак блока Папулярных запісаў:"
|
1287 |
-
|
1288 |
-
#~ msgid "Title of daily popular posts: "
|
1289 |
-
#~ msgstr "Загаловак блока Папулярных сёння запісаў:"
|
1290 |
-
|
1291 |
-
#, fuzzy
|
1292 |
-
#~ msgid "HTML to display after each list item: "
|
1293 |
-
#~ msgstr "Фармат адлюстравання колькасці праглядаў:"
|
1294 |
-
|
1295 |
-
#, fuzzy
|
1296 |
-
#~ msgid "Overall Popular Posts"
|
1297 |
-
#~ msgstr "Паглядзець усе Папулярныя запісы"
|
1298 |
-
|
1299 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1300 |
-
#~ msgstr "За колькі дзён лічыць прагляды для запісаў, Папулярных сёння?"
|
1301 |
-
|
1302 |
-
#, fuzzy
|
1303 |
-
#~ msgid "Output options"
|
1304 |
-
#~ msgstr "Налады ўбудовы:"
|
1305 |
-
|
1306 |
-
#, fuzzy
|
1307 |
-
#~ msgid ""
|
1308 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1309 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1310 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1311 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1312 |
-
#~ msgstr ""
|
1313 |
-
#~ "Выкарыстоўвайце <code>%totalcount%</code> каб паказваць агульны лік "
|
1314 |
-
#~ "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: "
|
1315 |
-
#~ "<code>(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
|
1316 |
-
|
1317 |
-
#, fuzzy
|
1318 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1319 |
-
#~ msgstr ""
|
1320 |
-
#~ "Зрабіць спіс Папулярных запісаў дынамічным? Опцыя выкарыстоўвае "
|
1321 |
-
#~ "JavaScript , і гэта можа павялічыць час загрузкі старонак"
|
1322 |
-
|
1323 |
-
#~ msgid "Display number of page views in popular lists?"
|
1324 |
-
#~ msgstr ""
|
1325 |
-
#~ "Паказваць колькасць праглядаў запісаў/старонак у спісе Папулярных запісаў?"
|
1326 |
-
|
1327 |
-
#~ msgid "Results"
|
1328 |
-
#~ msgstr "Вынікі"
|
1329 |
-
|
1330 |
-
#~ msgid "of"
|
1331 |
-
#~ msgstr "з"
|
1332 |
-
|
1333 |
-
#~ msgid "Page"
|
1334 |
-
#~ msgstr "Старонка"
|
1335 |
-
|
1336 |
-
#~ msgid ""
|
1337 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1338 |
-
#~ "continue to be counted."
|
1339 |
-
#~ msgstr ""
|
1340 |
-
#~ "Выключыць старонкі са спісу Папулярных запісаў? Колькасць праглядаў для "
|
1341 |
-
#~ "старонак будзе падлічвацца."
|
1342 |
-
|
1343 |
-
#~ msgid ""
|
1344 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1345 |
-
#~ "added with the count"
|
1346 |
-
#~ msgstr ""
|
1347 |
-
#~ "Адлюстроўваць колькасць праглядаў запісаў/старонак у админке? Для гэтага "
|
1348 |
-
#~ "будзе дададзена асобная калонка"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-en_US.mo
CHANGED
Binary file
|
languages/top-10-en_US.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Top 10\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: Ajay DSouza <me@ajaydsouza.com>\n"
|
@@ -30,25 +30,25 @@ msgstr ""
|
|
30 |
msgid "Views"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: admin/admin-dashboard.php:
|
34 |
msgid "View all daily popular posts"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: admin/admin-dashboard.php:
|
38 |
msgid "View all popular posts"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/admin-dashboard.php:
|
42 |
#, php-format
|
43 |
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/admin-dashboard.php:
|
47 |
#: admin/deprecated.php:41
|
48 |
msgid "Popular Posts"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: admin/admin-dashboard.php:
|
52 |
msgid "Daily Popular Posts"
|
53 |
msgstr ""
|
54 |
|
@@ -104,139 +104,139 @@ msgid ""
|
|
104 |
"will need to make the same change in the %1$s meta box on this page."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: admin/admin.php:
|
108 |
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: admin/admin.php:
|
112 |
msgid ""
|
113 |
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
114 |
"text."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: admin/admin.php:
|
118 |
msgid "Text Only style selected. Thumbnails will not be displayed."
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: admin/admin.php:
|
122 |
#, php-format
|
123 |
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: admin/admin.php:
|
127 |
msgid "Options set to Default."
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: admin/admin.php:
|
131 |
msgid "Top 10 popular posts reset"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: admin/admin.php:
|
135 |
msgid "Top 10 daily popular posts reset"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: admin/admin.php:
|
139 |
msgid "Duplicate rows cleaned from tables"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: admin/admin.php:
|
143 |
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: admin/admin.php:
|
147 |
msgid "Scheduled maintenance enabled / modified"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: admin/admin.php:
|
151 |
msgid "Scheduled maintenance disabled"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: admin/admin.php:
|
155 |
msgid "Counts from selected sites have been imported."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: admin/admin.php:
|
159 |
msgid ""
|
160 |
"Selected tables have been deleted. Note that only imported tables have been "
|
161 |
"deleted."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: admin/admin.php:
|
165 |
-
#: admin/main-view.php:55 admin/main-view.php:
|
166 |
-
#: admin/main-view.php:
|
167 |
-
#: admin/main-view.php:
|
168 |
msgid "Click to toggle"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/admin.php:
|
172 |
msgid "Support the development"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/admin.php:
|
176 |
msgid "Donation for Top 10"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: admin/admin.php:
|
180 |
msgid "Enter amount in USD:"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/admin.php:
|
184 |
msgid "Send your donation to the author of Top 10"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/admin.php:
|
188 |
msgid "Follow me"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin/admin.php:
|
192 |
msgid "Quick links"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/admin.php:
|
196 |
msgid "Top 10 plugin page"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/admin.php:
|
200 |
msgid "Top 10 Github page"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/admin.php:
|
204 |
msgid "Other plugins"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/admin.php:
|
208 |
msgid "FAQ"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin/admin.php:
|
212 |
msgid "Support"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin/admin.php:
|
216 |
msgid "Reviews"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin/admin.php:
|
220 |
msgid "Ajay's blog"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin/admin.php:
|
224 |
msgid "Top 10 Settings"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin/admin.php:
|
228 |
msgid "Top 10"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin/admin.php:
|
232 |
msgid "View Popular Posts"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin/admin.php:
|
236 |
msgid "Settings"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin/admin.php:
|
240 |
msgid "Donate"
|
241 |
msgstr ""
|
242 |
|
@@ -252,89 +252,97 @@ msgstr ""
|
|
252 |
msgid "popular_posts"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: admin/class-stats.php:
|
256 |
msgid "No popular posts available."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: admin/class-stats.php:
|
260 |
msgid "View"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: admin/class-stats.php:
|
264 |
msgid "Edit"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: admin/class-stats.php:
|
268 |
msgid "Delete"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: admin/class-stats.php:
|
272 |
msgid "Y/m/d g:i:s a"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: admin/class-stats.php:
|
276 |
#, php-format
|
277 |
msgid "%s ago"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: admin/class-stats.php:
|
281 |
msgid "Y/m/d"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: admin/class-stats.php:
|
285 |
msgid "Title"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: admin/class-stats.php:
|
289 |
msgid "Total visits"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: admin/class-stats.php:
|
293 |
msgid "Daily visits"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: admin/class-stats.php:
|
297 |
msgid "Post type"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: admin/class-stats.php:
|
301 |
msgid "Author"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: admin/class-stats.php:
|
305 |
msgid "Date"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: admin/class-stats.php:
|
309 |
msgid "Delete Count"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: admin/class-stats.php:
|
313 |
msgid "Are you sure you want to do this"
|
314 |
msgstr ""
|
315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
#: admin/main-view.php:34 admin/main-view.php:56
|
317 |
msgid "General options"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: admin/main-view.php:35 admin/main-view.php:
|
321 |
msgid "Counter and tracker options"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: admin/main-view.php:36 admin/main-view.php:
|
325 |
msgid "Popular post list options"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: admin/main-view.php:37 admin/main-view.php:
|
329 |
-
#: includes/class-top-10-widget.php:
|
330 |
msgid "Thumbnail options"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: admin/main-view.php:38 admin/main-view.php:
|
334 |
msgid "Styles"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: admin/main-view.php:39 admin/main-view.php:
|
338 |
msgid "Maintenance"
|
339 |
msgstr ""
|
340 |
|
@@ -342,63 +350,76 @@ msgstr ""
|
|
342 |
msgid "Enable trackers:"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:
|
346 |
msgid "Overall"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: admin/main-view.php:83 admin/main-view.php:
|
350 |
msgid "Daily"
|
351 |
msgstr ""
|
352 |
|
353 |
#: admin/main-view.php:89
|
354 |
-
msgid "
|
355 |
msgstr ""
|
356 |
|
357 |
#: admin/main-view.php:92
|
358 |
msgid ""
|
359 |
-
"
|
360 |
-
"
|
|
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: admin/main-view.php:
|
364 |
-
msgid "
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: admin/main-view.php:
|
368 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: admin/main-view.php:
|
372 |
msgid ""
|
373 |
-
"
|
374 |
-
"
|
375 |
-
"you find that your posts are not tracked."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: admin/main-view.php:
|
|
|
|
|
|
|
|
|
379 |
msgid "Start daily counts from midnight:"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: admin/main-view.php:
|
383 |
msgid ""
|
384 |
"Daily counter will display number of visits from midnight. This option is "
|
385 |
"checked by default and mimics the way most normal counters work. Turning "
|
386 |
"this off will allow you to use the hourly setting in the next option."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: admin/main-view.php:
|
390 |
msgid "Daily popular contains top posts over:"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: admin/main-view.php:
|
394 |
msgid "day(s)"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: admin/main-view.php:
|
398 |
msgid "hour(s)"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: admin/main-view.php:
|
402 |
msgid ""
|
403 |
"Think of Daily Popular has a custom date range applied as a global setting. "
|
404 |
"Instead of displaying popular posts from the past day, this setting lets you "
|
@@ -406,112 +427,112 @@ msgid ""
|
|
406 |
"overridden in the widget."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: admin/main-view.php:
|
410 |
msgid "Delete options on uninstall"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: admin/main-view.php:
|
414 |
msgid ""
|
415 |
"If this is checked, all settings related to Top 10 are removed from the "
|
416 |
"database if you choose to uninstall/delete the plugin."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: admin/main-view.php:
|
420 |
msgid "Delete counter data on uninstall"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: admin/main-view.php:
|
424 |
msgid ""
|
425 |
"If this is checked, the tables containing the counter statistics are removed "
|
426 |
"from the database if you choose to uninstall/delete the plugin."
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: admin/main-view.php:
|
430 |
msgid ""
|
431 |
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
432 |
"lose your counter data."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: admin/main-view.php:
|
436 |
msgid "Show metabox:"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: admin/main-view.php:
|
440 |
msgid ""
|
441 |
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
442 |
"Also applies to Pages and Custom Post Types."
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: admin/main-view.php:
|
446 |
msgid "Limit metabox to Admins only:"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: admin/main-view.php:
|
450 |
msgid ""
|
451 |
"If this is selected, the metabox will be hidden from anyone who is not an "
|
452 |
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
453 |
"metabox. This applies only if the above option is selected."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: admin/main-view.php:
|
457 |
msgid "Link to Top 10 plugin page"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: admin/main-view.php:
|
461 |
msgid ""
|
462 |
"A link to the plugin is added as an extra list item to the list of popular "
|
463 |
"posts"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: admin/main-view.php:
|
467 |
-
#: admin/main-view.php:
|
468 |
msgid "Save Options"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: admin/main-view.php:
|
472 |
msgid "Display number of views on:"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: admin/main-view.php:
|
476 |
msgid "Posts"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: admin/main-view.php:
|
480 |
msgid "Pages"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: admin/main-view.php:
|
484 |
msgid "Home page"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: admin/main-view.php:
|
488 |
msgid "Feeds"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: admin/main-view.php:
|
492 |
msgid "Category archives"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: admin/main-view.php:
|
496 |
msgid "Tag archives"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: admin/main-view.php:
|
500 |
msgid "Other archives"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: admin/main-view.php:
|
504 |
msgid ""
|
505 |
"If you choose to disable this, please add <code><?php if "
|
506 |
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
507 |
"</code> to your template file where you want it displayed"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: admin/main-view.php:
|
511 |
msgid "Format to display the post views:"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: admin/main-view.php:
|
515 |
msgid ""
|
516 |
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
517 |
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
@@ -519,11 +540,11 @@ msgid ""
|
|
519 |
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: admin/main-view.php:
|
523 |
msgid "What do display when there are no visits?"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: admin/main-view.php:
|
527 |
msgid ""
|
528 |
"This text applies only when there are 0 hits for the post and it isn't a "
|
529 |
"single page. e.g. if you display post views on the homepage or archives then "
|
@@ -531,251 +552,251 @@ msgid ""
|
|
531 |
"option."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: admin/main-view.php:
|
535 |
msgid "Always display latest post count"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: admin/main-view.php:
|
539 |
msgid ""
|
540 |
"This option uses JavaScript and will increase your page load time. Turn this "
|
541 |
"off if you are not using caching plugins or are OK with displaying older "
|
542 |
"cached counts."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: admin/main-view.php:
|
546 |
msgid "Track visits of authors on their own posts?"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: admin/main-view.php:
|
550 |
msgid ""
|
551 |
"Disabling this option will stop authors visits tracked on their own posts"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: admin/main-view.php:
|
555 |
msgid "Track visits of admins?"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: admin/main-view.php:
|
559 |
msgid "Disabling this option will stop admin visits being tracked."
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: admin/main-view.php:
|
563 |
msgid "Track visits of Editors?"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: admin/main-view.php:
|
567 |
msgid "Disabling this option will stop editor visits being tracked."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: admin/main-view.php:
|
571 |
msgid "Display page views on Posts and Pages in Admin"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: admin/main-view.php:
|
575 |
msgid ""
|
576 |
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
577 |
"and All Pages"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: admin/main-view.php:
|
581 |
msgid "Show number of views to non-admins"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: admin/main-view.php:
|
585 |
msgid ""
|
586 |
"If you disable this then non-admins won't see the above columns or view the "
|
587 |
"independent pages with the top posts"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: admin/main-view.php:
|
591 |
msgid "Number of popular posts to display:"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: admin/main-view.php:
|
595 |
msgid ""
|
596 |
"Maximum number of posts that will be displayed in the list. This option is "
|
597 |
"used if you don't specify the number of posts in the widget or shortcodes"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: admin/main-view.php:
|
601 |
msgid "Published age of posts:"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: admin/main-view.php:
|
605 |
msgid "days"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: admin/main-view.php:
|
609 |
msgid ""
|
610 |
"This options allows you to only show posts that have been published within "
|
611 |
"the above day range. Applies to both overall posts and daily posts lists."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: admin/main-view.php:
|
615 |
msgid ""
|
616 |
"e.g. 365 days will only show posts published in the last year in the popular "
|
617 |
"posts lists. Enter 0 for no restriction."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: admin/main-view.php:
|
621 |
msgid "Post types to include in results (including custom post types)"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: admin/main-view.php:
|
625 |
msgid "List of post or page IDs to exclude from the results:"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: admin/main-view.php:
|
629 |
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: admin/main-view.php:
|
633 |
msgid "Exclude Categories:"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: admin/main-view.php:
|
637 |
msgid ""
|
638 |
"Comma separated list of category slugs. The field above has an autocomplete "
|
639 |
"so simply start typing in the starting letters and it will prompt you with "
|
640 |
"options"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: admin/main-view.php:
|
644 |
msgid "Excluded category IDs are:"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: admin/main-view.php:
|
648 |
msgid ""
|
649 |
"These might differ from the IDs visible in the Categories page which use the "
|
650 |
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
651 |
"unique to this taxonomy."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: admin/main-view.php:
|
655 |
msgid "Title of popular posts:"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: admin/main-view.php:
|
659 |
msgid "Title of daily popular posts:"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: admin/main-view.php:
|
663 |
msgid "When there are no posts, what should be shown?"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: admin/main-view.php:
|
667 |
msgid "Blank Output"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: admin/main-view.php:
|
671 |
msgid "Display:"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: admin/main-view.php:
|
675 |
msgid "Show post excerpt in list?"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: admin/main-view.php:
|
679 |
msgid "Length of excerpt (in words):"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: admin/main-view.php:
|
683 |
msgid "Show post author in list?"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: admin/main-view.php:
|
687 |
msgid "Show post date in list?"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: admin/main-view.php:
|
691 |
msgid "Limit post title length (in characters)"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: admin/main-view.php:
|
695 |
msgid "Show view count in list?"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: admin/main-view.php:
|
699 |
msgid "Open links in new window"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: admin/main-view.php:
|
703 |
msgid "Add nofollow attribute to links in the list"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: admin/main-view.php:
|
707 |
msgid "Exclude display of related posts on these posts / pages"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: admin/main-view.php:
|
711 |
msgid "Customise the list HTML"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: admin/main-view.php:
|
715 |
msgid "HTML to display before the list of posts:"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: admin/main-view.php:
|
719 |
msgid "HTML to display before each list item:"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: admin/main-view.php:
|
723 |
msgid "HTML to display after each list item:"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: admin/main-view.php:
|
727 |
msgid "HTML to display after the list of posts:"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: admin/main-view.php:
|
731 |
msgid "Location of post thumbnail:"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: admin/main-view.php:
|
735 |
msgid "Display thumbnails inline with posts, before title"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: admin/main-view.php:
|
739 |
msgid "Display thumbnails inline with posts, after title"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: admin/main-view.php:
|
743 |
msgid "Display only thumbnails, no text"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: admin/main-view.php:
|
747 |
msgid "Do not display thumbnails, only text."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: admin/main-view.php:
|
751 |
msgid ""
|
752 |
"This setting cannot be changed because an inbuilt style has been selected "
|
753 |
"under the Styles section. If you would like to change this option, please "
|
754 |
"select No styles under the Styles section."
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: admin/main-view.php:
|
758 |
msgid "Thumbnail size:"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: admin/main-view.php:
|
762 |
msgid "Custom size"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: admin/main-view.php:
|
766 |
msgid ""
|
767 |
"You can choose from existing image sizes above or create a custom size. If "
|
768 |
"you have chosen Custom size above, then enter the width, height and crop "
|
769 |
"settings below. For best results, use a cropped image."
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: admin/main-view.php:
|
773 |
msgid ""
|
774 |
"If you change the width and/or height below, existing images will not be "
|
775 |
"automatically resized."
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: admin/main-view.php:
|
779 |
#, php-format
|
780 |
msgid ""
|
781 |
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
@@ -783,7 +804,7 @@ msgid ""
|
|
783 |
"all image sizes."
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: admin/main-view.php:
|
787 |
msgid ""
|
788 |
"If you're using the Left Thumbs style below then the thumbnail width and "
|
789 |
"height that you set here will supersede the widget. Alternatively, choose "
|
@@ -791,146 +812,146 @@ msgid ""
|
|
791 |
"strong> option below"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: admin/main-view.php:
|
795 |
msgid "Width of custom thumbnail:"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: admin/main-view.php:
|
799 |
msgid "Height of custom thumbnail"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: admin/main-view.php:
|
803 |
msgid "Crop mode:"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: admin/main-view.php:
|
807 |
msgid ""
|
808 |
"By default, thumbnails will be proportionately cropped. Check this box to "
|
809 |
"hard crop the thumbnails."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: admin/main-view.php:
|
813 |
#, php-format
|
814 |
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: admin/main-view.php:
|
818 |
msgid "Image size attributes:"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: admin/main-view.php:
|
822 |
msgid "Style attributes are used for width and height."
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: admin/main-view.php:
|
826 |
msgid "HTML width and height attributes are used for width and height."
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: admin/main-view.php:
|
830 |
msgid "No HTML or Style attributes set for width and height"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: admin/main-view.php:
|
834 |
msgid "Post thumbnail meta field name:"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: admin/main-view.php:
|
838 |
msgid ""
|
839 |
"The value of this field should contain the image source and is set in the "
|
840 |
"<em>Add New Post</em> screen"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: admin/main-view.php:
|
844 |
msgid ""
|
845 |
"If the postmeta is not set, then should the plugin extract the first image "
|
846 |
"from the post?"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: admin/main-view.php:
|
850 |
msgid ""
|
851 |
"This could slow down the loading of your page if the first image in the "
|
852 |
"related posts is large in file-size"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: admin/main-view.php:
|
856 |
msgid "Use default thumbnail?"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: admin/main-view.php:
|
860 |
msgid ""
|
861 |
"If checked, when no thumbnail is found, show a default one from the URL "
|
862 |
"below. If not checked and no thumbnail is found, no image will be shown."
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: admin/main-view.php:
|
866 |
msgid "Default thumbnail:"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: admin/main-view.php:
|
870 |
msgid ""
|
871 |
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
872 |
"then it will check the meta field. If this is not available, then it will "
|
873 |
"show the default image as specified above"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: admin/main-view.php:
|
877 |
msgid "Style of the related posts:"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: admin/main-view.php:
|
881 |
msgid "No styles"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: admin/main-view.php:
|
885 |
msgid "Select this option if you plan to add your own styles"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: admin/main-view.php:
|
889 |
msgid "Left Thumbnails"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: admin/main-view.php:
|
893 |
msgid ""
|
894 |
"Enabling this option will set the post thumbnail to be before text. "
|
895 |
"Disabling this option will not revert any settings."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: admin/main-view.php:
|
899 |
#, php-format
|
900 |
msgid ""
|
901 |
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: admin/main-view.php:
|
905 |
msgid "Text only"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: admin/main-view.php:
|
909 |
msgid ""
|
910 |
"Enabling this option will disable thumbnails and no longer include the "
|
911 |
"default style sheet included in the plugin."
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: admin/main-view.php:
|
915 |
msgid "Custom CSS to add to header:"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: admin/main-view.php:
|
919 |
msgid ""
|
920 |
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
921 |
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
922 |
"available CSS classes to style."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: admin/main-view.php:
|
926 |
msgid "Default Options"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: admin/main-view.php:
|
930 |
msgid "Do you want to set options to Default?"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: admin/main-view.php:
|
934 |
msgid ""
|
935 |
"Over time the Daily Top 10 database grows in size, which reduces the "
|
936 |
"performance of the plugin. Cleaning the database at regular intervals could "
|
@@ -938,297 +959,297 @@ msgid ""
|
|
938 |
"will automatically delete entries older than 90 days."
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: admin/main-view.php:
|
942 |
msgid ""
|
943 |
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
944 |
"everytime the job is rescheduled (i.e. you change the settings below)."
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: admin/main-view.php:
|
948 |
msgid "Enable scheduled maintenance of daily tables:"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: admin/main-view.php:
|
952 |
msgid "Time to run maintenance"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: admin/main-view.php:
|
956 |
msgid "hrs"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: admin/main-view.php:
|
960 |
msgid "min"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: admin/main-view.php:
|
964 |
msgid "How often should the maintenance be run:"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: admin/main-view.php:
|
968 |
msgid "Weekly"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: admin/main-view.php:
|
972 |
msgid "Fortnightly"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: admin/main-view.php:
|
976 |
msgid "Monthly"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: admin/main-view.php:
|
980 |
msgid "The cron job has been scheduled. Maintenance will run"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: admin/main-view.php:
|
984 |
msgid "The cron job is missing. Please resave this page to add the job"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: admin/main-view.php:
|
988 |
msgid "Maintenance is turned off"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: admin/main-view.php:
|
992 |
msgid "Save Maintenance Options"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: admin/main-view.php:
|
996 |
msgid "Reset count and other tools"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: admin/main-view.php:
|
1000 |
msgid ""
|
1001 |
"This cannot be reversed. Make sure that your database has been backed up "
|
1002 |
"before proceeding"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: admin/main-view.php:
|
1006 |
msgid "Reset Popular Posts"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: admin/main-view.php:
|
1010 |
msgid "Are you sure you want to reset the popular posts?"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: admin/main-view.php:
|
1014 |
msgid "Reset Daily Popular Posts"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: admin/main-view.php:
|
1018 |
msgid "Are you sure you want to reset the daily popular posts?"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: admin/main-view.php:
|
1022 |
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: admin/main-view.php:
|
1026 |
msgid "Merge blog ID 0 and 1 post counts"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: admin/main-view.php:
|
1030 |
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: admin/main-view.php:
|
1034 |
msgid ""
|
1035 |
"In older versions, the plugin created entries with duplicate post IDs. "
|
1036 |
"Clicking the button below will merge these duplicate IDs"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: admin/main-view.php:
|
1040 |
msgid "Merge duplicates across blog IDs"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: admin/main-view.php:
|
1044 |
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: admin/main-view.php:
|
1048 |
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: admin/main-view.php:
|
1052 |
msgid ""
|
1053 |
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1054 |
"activate the plugin independently for each site. This would have resulted in "
|
1055 |
"two tables being created for each site in the network."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: admin/main-view.php:
|
1059 |
msgid ""
|
1060 |
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1061 |
"your database clean. You can use this tool to import the recorded counts "
|
1062 |
"from v1.x tables to the new v2.x table format."
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: admin/main-view.php:
|
1066 |
msgid ""
|
1067 |
"If you do not see any tables below, then it means that either all data has "
|
1068 |
"already been imported or no relevant information has been found."
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: admin/main-view.php:
|
1072 |
msgid ""
|
1073 |
"After running the importer, please verify that all the counts have been "
|
1074 |
"successfully imported. Only then should you delete any old tables!"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: admin/main-view.php:
|
1078 |
msgid "Blog ID"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: admin/main-view.php:
|
1082 |
msgid "Status"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: admin/main-view.php:
|
1086 |
msgid "Select to import"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: admin/main-view.php:
|
1090 |
msgid "Blog #"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: admin/main-view.php:
|
1094 |
msgid "Not imported"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: admin/main-view.php:
|
1098 |
msgid "Imported"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: admin/main-view.php:
|
1102 |
msgid "Begin import"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: admin/main-view.php:
|
1106 |
msgid "Delete selected tables"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: admin/main-view.php:
|
1110 |
msgid "Delete all imported tables"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1114 |
msgid "Popular Posts [Top 10]"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: includes/class-top-10-widget.php:32
|
1118 |
msgid "Display popular posts"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: includes/class-top-10-widget.php:
|
1122 |
msgid "No. of posts"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: includes/class-top-10-widget.php:
|
1126 |
msgid "Custom time period (Enter below)"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: includes/class-top-10-widget.php:
|
1130 |
msgid "In days and hours (applies only to custom option above)"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: includes/class-top-10-widget.php:
|
1134 |
msgid "hours"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: includes/class-top-10-widget.php:
|
1138 |
msgid "Show count?"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: includes/class-top-10-widget.php:
|
1142 |
msgid "Show excerpt?"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: includes/class-top-10-widget.php:
|
1146 |
msgid "Show author?"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/class-top-10-widget.php:
|
1150 |
msgid "Show date?"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: includes/class-top-10-widget.php:
|
1154 |
msgid "Thumbnails inline, before title"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: includes/class-top-10-widget.php:
|
1158 |
msgid "Thumbnails inline, after title"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: includes/class-top-10-widget.php:
|
1162 |
msgid "Only thumbnails, no text"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: includes/class-top-10-widget.php:
|
1166 |
msgid "No thumbnails, only text."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: includes/class-top-10-widget.php:
|
1170 |
msgid "Thumbnail height"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: includes/class-top-10-widget.php:
|
1174 |
msgid "Thumbnail width"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: includes/class-top-10-widget.php:
|
1178 |
msgid "Post types to include:"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: includes/
|
1182 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1183 |
-
msgstr ""
|
1184 |
-
|
1185 |
-
#: includes/media.php:66
|
1186 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1187 |
-
msgstr ""
|
1188 |
-
|
1189 |
-
#: includes/media.php:70
|
1190 |
-
msgid "filter argument has been deprecated"
|
1191 |
-
msgstr ""
|
1192 |
-
|
1193 |
-
#: includes/output-generator.php:239
|
1194 |
-
msgid " by "
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: top-10.php:163
|
1198 |
msgid ""
|
1199 |
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1200 |
"posts only."
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#:
|
1204 |
#, php-format
|
1205 |
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#:
|
1209 |
-
msgid "
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#:
|
1213 |
-
msgid "
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#:
|
1217 |
-
msgid "
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#:
|
1221 |
-
msgid "
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: top-10.php:
|
1225 |
-
msgid "
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: top-10.php:
|
1229 |
-
msgid "
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: top-10.php:
|
1233 |
-
msgid "
|
1234 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Top 10\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-25 09:32+0000\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: Ajay DSouza <me@ajaydsouza.com>\n"
|
30 |
msgid "Views"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: admin/admin-dashboard.php:63
|
34 |
msgid "View all daily popular posts"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: admin/admin-dashboard.php:65
|
38 |
msgid "View all popular posts"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/admin-dashboard.php:71
|
42 |
#, php-format
|
43 |
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: admin/admin-dashboard.php:110 admin/class-stats.php:516
|
47 |
#: admin/deprecated.php:41
|
48 |
msgid "Popular Posts"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin/admin-dashboard.php:115 admin/admin.php:426 admin/deprecated.php:43
|
52 |
msgid "Daily Popular Posts"
|
53 |
msgstr ""
|
54 |
|
104 |
"will need to make the same change in the %1$s meta box on this page."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: admin/admin.php:191
|
108 |
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: admin/admin.php:194
|
112 |
msgid ""
|
113 |
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
114 |
"text."
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: admin/admin.php:197
|
118 |
msgid "Text Only style selected. Thumbnails will not be displayed."
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: admin/admin.php:200
|
122 |
#, php-format
|
123 |
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: admin/admin.php:215
|
127 |
msgid "Options set to Default."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: admin/admin.php:222
|
131 |
msgid "Top 10 popular posts reset"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: admin/admin.php:229
|
135 |
msgid "Top 10 daily popular posts reset"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: admin/admin.php:237
|
139 |
msgid "Duplicate rows cleaned from tables"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: admin/admin.php:245
|
143 |
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: admin/admin.php:258
|
147 |
msgid "Scheduled maintenance enabled / modified"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: admin/admin.php:262
|
151 |
msgid "Scheduled maintenance disabled"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: admin/admin.php:300
|
155 |
msgid "Counts from selected sites have been imported."
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: admin/admin.php:325
|
159 |
msgid ""
|
160 |
"Selected tables have been deleted. Note that only imported tables have been "
|
161 |
"deleted."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: admin/admin.php:342 admin/admin.php:362 admin/admin.php:386
|
165 |
+
#: admin/main-view.php:55 admin/main-view.php:181 admin/main-view.php:286
|
166 |
+
#: admin/main-view.php:495 admin/main-view.php:658 admin/main-view.php:754
|
167 |
+
#: admin/main-view.php:818 admin/main-view.php:853
|
168 |
msgid "Click to toggle"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: admin/admin.php:343
|
172 |
msgid "Support the development"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: admin/admin.php:350
|
176 |
msgid "Donation for Top 10"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: admin/admin.php:352
|
180 |
msgid "Enter amount in USD:"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: admin/admin.php:356
|
184 |
msgid "Send your donation to the author of Top 10"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: admin/admin.php:363
|
188 |
msgid "Follow me"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: admin/admin.php:387
|
192 |
msgid "Quick links"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: admin/admin.php:391
|
196 |
msgid "Top 10 plugin page"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin/admin.php:392
|
200 |
msgid "Top 10 Github page"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin/admin.php:393
|
204 |
msgid "Other plugins"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: admin/admin.php:394
|
208 |
msgid "FAQ"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: admin/admin.php:395 admin/admin.php:567
|
212 |
msgid "Support"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: admin/admin.php:396
|
216 |
msgid "Reviews"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin/admin.php:397
|
220 |
msgid "Ajay's blog"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin/admin.php:414 admin/admin.php:417 admin/main-view.php:22
|
224 |
msgid "Top 10 Settings"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin/admin.php:414
|
228 |
msgid "Top 10"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: admin/admin.php:422
|
232 |
msgid "View Popular Posts"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin/admin.php:544
|
236 |
msgid "Settings"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin/admin.php:568
|
240 |
msgid "Donate"
|
241 |
msgstr ""
|
242 |
|
252 |
msgid "popular_posts"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: admin/class-stats.php:185
|
256 |
msgid "No popular posts available."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: admin/class-stats.php:234
|
260 |
msgid "View"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: admin/class-stats.php:235
|
264 |
msgid "Edit"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: admin/class-stats.php:236
|
268 |
msgid "Delete"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: admin/class-stats.php:258
|
272 |
msgid "Y/m/d g:i:s a"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: admin/class-stats.php:265
|
276 |
#, php-format
|
277 |
msgid "%s ago"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: admin/class-stats.php:267
|
281 |
msgid "Y/m/d"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: admin/class-stats.php:300 includes/modules/class-top-10-widget.php:74
|
285 |
msgid "Title"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: admin/class-stats.php:301
|
289 |
msgid "Total visits"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: admin/class-stats.php:302
|
293 |
msgid "Daily visits"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: admin/class-stats.php:303
|
297 |
msgid "Post type"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: admin/class-stats.php:304
|
301 |
msgid "Author"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: admin/class-stats.php:305
|
305 |
msgid "Date"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: admin/class-stats.php:339
|
309 |
msgid "Delete Count"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: admin/class-stats.php:379
|
313 |
msgid "Are you sure you want to do this"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: admin/class-stats.php:430
|
317 |
+
msgid "Filter"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: admin/class-stats.php:491
|
321 |
+
msgid "Search Table"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
#: admin/main-view.php:34 admin/main-view.php:56
|
325 |
msgid "General options"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: admin/main-view.php:35 admin/main-view.php:182
|
329 |
msgid "Counter and tracker options"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: admin/main-view.php:36 admin/main-view.php:287
|
333 |
msgid "Popular post list options"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: admin/main-view.php:37 admin/main-view.php:496
|
337 |
+
#: includes/modules/class-top-10-widget.php:118
|
338 |
msgid "Thumbnail options"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: admin/main-view.php:38 admin/main-view.php:659
|
342 |
msgid "Styles"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: admin/main-view.php:39 admin/main-view.php:755
|
346 |
msgid "Maintenance"
|
347 |
msgstr ""
|
348 |
|
350 |
msgid "Enable trackers:"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: admin/main-view.php:77 includes/modules/class-top-10-widget.php:84
|
354 |
msgid "Overall"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: admin/main-view.php:83 admin/main-view.php:774
|
358 |
msgid "Daily"
|
359 |
msgstr ""
|
360 |
|
361 |
#: admin/main-view.php:89
|
362 |
+
msgid "Use Ajax for tracking:"
|
363 |
msgstr ""
|
364 |
|
365 |
#: admin/main-view.php:92
|
366 |
msgid ""
|
367 |
+
"This will try to prevent W3 Total Cache and other caching plugins from "
|
368 |
+
"caching the tracker script of the plugin. Try toggling this option in case "
|
369 |
+
"you find that your posts are not tracked."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: admin/main-view.php:96
|
373 |
+
msgid "Use external JS file for tracking:"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: admin/main-view.php:99
|
377 |
+
msgid ""
|
378 |
+
"This uses the external javascript file for tracking. This is a more "
|
379 |
+
"efficient and less resource intensive tracker. This settings might have some "
|
380 |
+
"compatibility issues on some WordPress installs or might be blocked by some "
|
381 |
+
"security plugins. If you find that your posts are not being tracked then "
|
382 |
+
"disable this option."
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: admin/main-view.php:103
|
386 |
+
msgid "Enable cache:"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: admin/main-view.php:106
|
390 |
msgid ""
|
391 |
+
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
392 |
+
"output for 1 hour."
|
|
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: admin/main-view.php:107
|
396 |
+
msgid "Clear cache"
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: admin/main-view.php:111
|
400 |
msgid "Start daily counts from midnight:"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: admin/main-view.php:114
|
404 |
msgid ""
|
405 |
"Daily counter will display number of visits from midnight. This option is "
|
406 |
"checked by default and mimics the way most normal counters work. Turning "
|
407 |
"this off will allow you to use the hourly setting in the next option."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: admin/main-view.php:118
|
411 |
msgid "Daily popular contains top posts over:"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: admin/main-view.php:120
|
415 |
msgid "day(s)"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: admin/main-view.php:121
|
419 |
msgid "hour(s)"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: admin/main-view.php:122
|
423 |
msgid ""
|
424 |
"Think of Daily Popular has a custom date range applied as a global setting. "
|
425 |
"Instead of displaying popular posts from the past day, this setting lets you "
|
427 |
"overridden in the widget."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: admin/main-view.php:126
|
431 |
msgid "Delete options on uninstall"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: admin/main-view.php:129
|
435 |
msgid ""
|
436 |
"If this is checked, all settings related to Top 10 are removed from the "
|
437 |
"database if you choose to uninstall/delete the plugin."
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: admin/main-view.php:133
|
441 |
msgid "Delete counter data on uninstall"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: admin/main-view.php:136
|
445 |
msgid ""
|
446 |
"If this is checked, the tables containing the counter statistics are removed "
|
447 |
"from the database if you choose to uninstall/delete the plugin."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: admin/main-view.php:137
|
451 |
msgid ""
|
452 |
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
453 |
"lose your counter data."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: admin/main-view.php:140
|
457 |
msgid "Show metabox:"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: admin/main-view.php:143
|
461 |
msgid ""
|
462 |
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
463 |
"Also applies to Pages and Custom Post Types."
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: admin/main-view.php:147
|
467 |
msgid "Limit metabox to Admins only:"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: admin/main-view.php:150
|
471 |
msgid ""
|
472 |
"If this is selected, the metabox will be hidden from anyone who is not an "
|
473 |
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
474 |
"metabox. This applies only if the above option is selected."
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: admin/main-view.php:155
|
478 |
msgid "Link to Top 10 plugin page"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: admin/main-view.php:158
|
482 |
msgid ""
|
483 |
"A link to the plugin is added as an extra list item to the list of popular "
|
484 |
"posts"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: admin/main-view.php:163 admin/main-view.php:268 admin/main-view.php:477
|
488 |
+
#: admin/main-view.php:640 admin/main-view.php:734
|
489 |
msgid "Save Options"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: admin/main-view.php:198
|
493 |
msgid "Display number of views on:"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: admin/main-view.php:200
|
497 |
msgid "Posts"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: admin/main-view.php:201
|
501 |
msgid "Pages"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: admin/main-view.php:202
|
505 |
msgid "Home page"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: admin/main-view.php:203
|
509 |
msgid "Feeds"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: admin/main-view.php:204
|
513 |
msgid "Category archives"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: admin/main-view.php:205
|
517 |
msgid "Tag archives"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: admin/main-view.php:206
|
521 |
msgid "Other archives"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: admin/main-view.php:207
|
525 |
msgid ""
|
526 |
"If you choose to disable this, please add <code><?php if "
|
527 |
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
528 |
"</code> to your template file where you want it displayed"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: admin/main-view.php:211
|
532 |
msgid "Format to display the post views:"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: admin/main-view.php:214
|
536 |
msgid ""
|
537 |
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
538 |
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
540 |
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: admin/main-view.php:218
|
544 |
msgid "What do display when there are no visits?"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: admin/main-view.php:221
|
548 |
msgid ""
|
549 |
"This text applies only when there are 0 hits for the post and it isn't a "
|
550 |
"single page. e.g. if you display post views on the homepage or archives then "
|
552 |
"option."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: admin/main-view.php:225
|
556 |
msgid "Always display latest post count"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: admin/main-view.php:228
|
560 |
msgid ""
|
561 |
"This option uses JavaScript and will increase your page load time. Turn this "
|
562 |
"off if you are not using caching plugins or are OK with displaying older "
|
563 |
"cached counts."
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: admin/main-view.php:232
|
567 |
msgid "Track visits of authors on their own posts?"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: admin/main-view.php:235
|
571 |
msgid ""
|
572 |
"Disabling this option will stop authors visits tracked on their own posts"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: admin/main-view.php:239
|
576 |
msgid "Track visits of admins?"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: admin/main-view.php:242
|
580 |
msgid "Disabling this option will stop admin visits being tracked."
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: admin/main-view.php:246
|
584 |
msgid "Track visits of Editors?"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: admin/main-view.php:249
|
588 |
msgid "Disabling this option will stop editor visits being tracked."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: admin/main-view.php:253
|
592 |
msgid "Display page views on Posts and Pages in Admin"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: admin/main-view.php:256
|
596 |
msgid ""
|
597 |
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
598 |
"and All Pages"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: admin/main-view.php:260
|
602 |
msgid "Show number of views to non-admins"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: admin/main-view.php:263
|
606 |
msgid ""
|
607 |
"If you disable this then non-admins won't see the above columns or view the "
|
608 |
"independent pages with the top posts"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: admin/main-view.php:303
|
612 |
msgid "Number of popular posts to display:"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: admin/main-view.php:306
|
616 |
msgid ""
|
617 |
"Maximum number of posts that will be displayed in the list. This option is "
|
618 |
"used if you don't specify the number of posts in the widget or shortcodes"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: admin/main-view.php:310
|
622 |
msgid "Published age of posts:"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: admin/main-view.php:312 includes/modules/class-top-10-widget.php:91
|
626 |
msgid "days"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: admin/main-view.php:313
|
630 |
msgid ""
|
631 |
"This options allows you to only show posts that have been published within "
|
632 |
"the above day range. Applies to both overall posts and daily posts lists."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: admin/main-view.php:314
|
636 |
msgid ""
|
637 |
"e.g. 365 days will only show posts published in the last year in the popular "
|
638 |
"posts lists. Enter 0 for no restriction."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: admin/main-view.php:318
|
642 |
msgid "Post types to include in results (including custom post types)"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: admin/main-view.php:332
|
646 |
msgid "List of post or page IDs to exclude from the results:"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: admin/main-view.php:334 admin/main-view.php:445
|
650 |
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: admin/main-view.php:338
|
654 |
msgid "Exclude Categories:"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: admin/main-view.php:353
|
658 |
msgid ""
|
659 |
"Comma separated list of category slugs. The field above has an autocomplete "
|
660 |
"so simply start typing in the starting letters and it will prompt you with "
|
661 |
"options"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: admin/main-view.php:357
|
665 |
msgid "Excluded category IDs are:"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: admin/main-view.php:363
|
669 |
msgid ""
|
670 |
"These might differ from the IDs visible in the Categories page which use the "
|
671 |
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
672 |
"unique to this taxonomy."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: admin/main-view.php:369
|
676 |
msgid "Title of popular posts:"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: admin/main-view.php:375
|
680 |
msgid "Title of daily popular posts:"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: admin/main-view.php:381
|
684 |
msgid "When there are no posts, what should be shown?"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: admin/main-view.php:385
|
688 |
msgid "Blank Output"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: admin/main-view.php:389
|
692 |
msgid "Display:"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: admin/main-view.php:394
|
696 |
msgid "Show post excerpt in list?"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: admin/main-view.php:400
|
700 |
msgid "Length of excerpt (in words):"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: admin/main-view.php:406
|
704 |
msgid "Show post author in list?"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: admin/main-view.php:412
|
708 |
msgid "Show post date in list?"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: admin/main-view.php:418
|
712 |
msgid "Limit post title length (in characters)"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: admin/main-view.php:424
|
716 |
msgid "Show view count in list?"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: admin/main-view.php:430
|
720 |
msgid "Open links in new window"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: admin/main-view.php:436
|
724 |
msgid "Add nofollow attribute to links in the list"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: admin/main-view.php:442
|
728 |
msgid "Exclude display of related posts on these posts / pages"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: admin/main-view.php:449
|
732 |
msgid "Customise the list HTML"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: admin/main-view.php:452
|
736 |
msgid "HTML to display before the list of posts:"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: admin/main-view.php:458
|
740 |
msgid "HTML to display before each list item:"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: admin/main-view.php:464
|
744 |
msgid "HTML to display after each list item:"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: admin/main-view.php:470
|
748 |
msgid "HTML to display after the list of posts:"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: admin/main-view.php:511
|
752 |
msgid "Location of post thumbnail:"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: admin/main-view.php:515
|
756 |
msgid "Display thumbnails inline with posts, before title"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: admin/main-view.php:520
|
760 |
msgid "Display thumbnails inline with posts, after title"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: admin/main-view.php:525
|
764 |
msgid "Display only thumbnails, no text"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: admin/main-view.php:530
|
768 |
msgid "Do not display thumbnails, only text."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: admin/main-view.php:534
|
772 |
msgid ""
|
773 |
"This setting cannot be changed because an inbuilt style has been selected "
|
774 |
"under the Styles section. If you would like to change this option, please "
|
775 |
"select No styles under the Styles section."
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: admin/main-view.php:538
|
779 |
msgid "Thumbnail size:"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: admin/main-view.php:562
|
783 |
msgid "Custom size"
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: admin/main-view.php:565
|
787 |
msgid ""
|
788 |
"You can choose from existing image sizes above or create a custom size. If "
|
789 |
"you have chosen Custom size above, then enter the width, height and crop "
|
790 |
"settings below. For best results, use a cropped image."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: admin/main-view.php:566
|
794 |
msgid ""
|
795 |
"If you change the width and/or height below, existing images will not be "
|
796 |
"automatically resized."
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: admin/main-view.php:567
|
800 |
#, php-format
|
801 |
msgid ""
|
802 |
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
804 |
"all image sizes."
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: admin/main-view.php:570
|
808 |
msgid ""
|
809 |
"If you're using the Left Thumbs style below then the thumbnail width and "
|
810 |
"height that you set here will supersede the widget. Alternatively, choose "
|
812 |
"strong> option below"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: admin/main-view.php:573
|
816 |
msgid "Width of custom thumbnail:"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: admin/main-view.php:578
|
820 |
msgid "Height of custom thumbnail"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: admin/main-view.php:583
|
824 |
msgid "Crop mode:"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: admin/main-view.php:587
|
828 |
msgid ""
|
829 |
"By default, thumbnails will be proportionately cropped. Check this box to "
|
830 |
"hard crop the thumbnails."
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: admin/main-view.php:588
|
834 |
#, php-format
|
835 |
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: admin/main-view.php:592
|
839 |
msgid "Image size attributes:"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: admin/main-view.php:596
|
843 |
msgid "Style attributes are used for width and height."
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: admin/main-view.php:602
|
847 |
msgid "HTML width and height attributes are used for width and height."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: admin/main-view.php:608
|
851 |
msgid "No HTML or Style attributes set for width and height"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: admin/main-view.php:613
|
855 |
msgid "Post thumbnail meta field name:"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: admin/main-view.php:616
|
859 |
msgid ""
|
860 |
"The value of this field should contain the image source and is set in the "
|
861 |
"<em>Add New Post</em> screen"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: admin/main-view.php:619
|
865 |
msgid ""
|
866 |
"If the postmeta is not set, then should the plugin extract the first image "
|
867 |
"from the post?"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: admin/main-view.php:622
|
871 |
msgid ""
|
872 |
"This could slow down the loading of your page if the first image in the "
|
873 |
"related posts is large in file-size"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: admin/main-view.php:625
|
877 |
msgid "Use default thumbnail?"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: admin/main-view.php:628
|
881 |
msgid ""
|
882 |
"If checked, when no thumbnail is found, show a default one from the URL "
|
883 |
"below. If not checked and no thumbnail is found, no image will be shown."
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: admin/main-view.php:631
|
887 |
msgid "Default thumbnail:"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: admin/main-view.php:635
|
891 |
msgid ""
|
892 |
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
893 |
"then it will check the meta field. If this is not available, then it will "
|
894 |
"show the default image as specified above"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: admin/main-view.php:674
|
898 |
msgid "Style of the related posts:"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: admin/main-view.php:677
|
902 |
msgid "No styles"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: admin/main-view.php:679
|
906 |
msgid "Select this option if you plan to add your own styles"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: admin/main-view.php:684
|
910 |
msgid "Left Thumbnails"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: admin/main-view.php:687
|
914 |
msgid ""
|
915 |
"Enabling this option will set the post thumbnail to be before text. "
|
916 |
"Disabling this option will not revert any settings."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: admin/main-view.php:688
|
920 |
#, php-format
|
921 |
msgid ""
|
922 |
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: admin/main-view.php:692
|
926 |
msgid "Text only"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: admin/main-view.php:694
|
930 |
msgid ""
|
931 |
"Enabling this option will disable thumbnails and no longer include the "
|
932 |
"default style sheet included in the plugin."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: admin/main-view.php:710
|
936 |
msgid "Custom CSS to add to header:"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: admin/main-view.php:715
|
940 |
msgid ""
|
941 |
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
942 |
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
943 |
"available CSS classes to style."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: admin/main-view.php:735
|
947 |
msgid "Default Options"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: admin/main-view.php:735
|
951 |
msgid "Do you want to set options to Default?"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: admin/main-view.php:759
|
955 |
msgid ""
|
956 |
"Over time the Daily Top 10 database grows in size, which reduces the "
|
957 |
"performance of the plugin. Cleaning the database at regular intervals could "
|
959 |
"will automatically delete entries older than 90 days."
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: admin/main-view.php:760
|
963 |
msgid ""
|
964 |
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
965 |
"everytime the job is rescheduled (i.e. you change the settings below)."
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: admin/main-view.php:763
|
969 |
msgid "Enable scheduled maintenance of daily tables:"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: admin/main-view.php:767
|
973 |
msgid "Time to run maintenance"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: admin/main-view.php:768
|
977 |
msgid "hrs"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: admin/main-view.php:768
|
981 |
msgid "min"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: admin/main-view.php:770
|
985 |
msgid "How often should the maintenance be run:"
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: admin/main-view.php:778
|
989 |
msgid "Weekly"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: admin/main-view.php:782
|
993 |
msgid "Fortnightly"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: admin/main-view.php:786
|
997 |
msgid "Monthly"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: admin/main-view.php:795
|
1001 |
msgid "The cron job has been scheduled. Maintenance will run"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: admin/main-view.php:800
|
1005 |
msgid "The cron job is missing. Please resave this page to add the job"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: admin/main-view.php:805
|
1009 |
msgid "Maintenance is turned off"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: admin/main-view.php:811
|
1013 |
msgid "Save Maintenance Options"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: admin/main-view.php:819
|
1017 |
msgid "Reset count and other tools"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: admin/main-view.php:822
|
1021 |
msgid ""
|
1022 |
"This cannot be reversed. Make sure that your database has been backed up "
|
1023 |
"before proceeding"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: admin/main-view.php:825
|
1027 |
msgid "Reset Popular Posts"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: admin/main-view.php:825
|
1031 |
msgid "Are you sure you want to reset the popular posts?"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: admin/main-view.php:826
|
1035 |
msgid "Reset Daily Popular Posts"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: admin/main-view.php:826
|
1039 |
msgid "Are you sure you want to reset the daily popular posts?"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: admin/main-view.php:829
|
1043 |
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: admin/main-view.php:832
|
1047 |
msgid "Merge blog ID 0 and 1 post counts"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: admin/main-view.php:832
|
1051 |
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: admin/main-view.php:835
|
1055 |
msgid ""
|
1056 |
"In older versions, the plugin created entries with duplicate post IDs. "
|
1057 |
"Clicking the button below will merge these duplicate IDs"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: admin/main-view.php:838
|
1061 |
msgid "Merge duplicates across blog IDs"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: admin/main-view.php:838
|
1065 |
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: admin/main-view.php:854
|
1069 |
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: admin/main-view.php:857
|
1073 |
msgid ""
|
1074 |
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1075 |
"activate the plugin independently for each site. This would have resulted in "
|
1076 |
"two tables being created for each site in the network."
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: admin/main-view.php:858
|
1080 |
msgid ""
|
1081 |
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1082 |
"your database clean. You can use this tool to import the recorded counts "
|
1083 |
"from v1.x tables to the new v2.x table format."
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: admin/main-view.php:861
|
1087 |
msgid ""
|
1088 |
"If you do not see any tables below, then it means that either all data has "
|
1089 |
"already been imported or no relevant information has been found."
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: admin/main-view.php:864
|
1093 |
msgid ""
|
1094 |
"After running the importer, please verify that all the counts have been "
|
1095 |
"successfully imported. Only then should you delete any old tables!"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: admin/main-view.php:898
|
1099 |
msgid "Blog ID"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: admin/main-view.php:901
|
1103 |
msgid "Status"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: admin/main-view.php:904
|
1107 |
msgid "Select to import"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: admin/main-view.php:914
|
1111 |
msgid "Blog #"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: admin/main-view.php:924
|
1115 |
msgid "Not imported"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: admin/main-view.php:928
|
1119 |
msgid "Imported"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: admin/main-view.php:949
|
1123 |
msgid "Begin import"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: admin/main-view.php:950
|
1127 |
msgid "Delete selected tables"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: admin/main-view.php:951
|
1131 |
msgid "Delete all imported tables"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: includes/cron.php:75
|
1135 |
+
msgid "Once Weekly"
|
1136 |
+
msgstr ""
|
1137 |
+
|
1138 |
+
#: includes/cron.php:79
|
1139 |
+
msgid "Once Fortnightly"
|
1140 |
+
msgstr ""
|
1141 |
+
|
1142 |
+
#: includes/cron.php:83
|
1143 |
+
msgid "Once Monthly"
|
1144 |
+
msgstr ""
|
1145 |
+
|
1146 |
+
#: includes/cron.php:87
|
1147 |
+
msgid "Once quarterly"
|
1148 |
+
msgstr ""
|
1149 |
+
|
1150 |
+
#: includes/modules/class-top-10-widget.php:31
|
1151 |
msgid "Popular Posts [Top 10]"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: includes/modules/class-top-10-widget.php:32
|
1155 |
msgid "Display popular posts"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: includes/modules/class-top-10-widget.php:79
|
1159 |
msgid "No. of posts"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: includes/modules/class-top-10-widget.php:85
|
1163 |
msgid "Custom time period (Enter below)"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: includes/modules/class-top-10-widget.php:89
|
1167 |
msgid "In days and hours (applies only to custom option above)"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: includes/modules/class-top-10-widget.php:94
|
1171 |
msgid "hours"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: includes/modules/class-top-10-widget.php:99
|
1175 |
msgid "Show count?"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: includes/modules/class-top-10-widget.php:104
|
1179 |
msgid "Show excerpt?"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: includes/modules/class-top-10-widget.php:109
|
1183 |
msgid "Show author?"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: includes/modules/class-top-10-widget.php:114
|
1187 |
msgid "Show date?"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: includes/modules/class-top-10-widget.php:120
|
1191 |
msgid "Thumbnails inline, before title"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: includes/modules/class-top-10-widget.php:121
|
1195 |
msgid "Thumbnails inline, after title"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: includes/modules/class-top-10-widget.php:122
|
1199 |
msgid "Only thumbnails, no text"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: includes/modules/class-top-10-widget.php:123
|
1203 |
msgid "No thumbnails, only text."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: includes/modules/class-top-10-widget.php:128
|
1207 |
msgid "Thumbnail height"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: includes/modules/class-top-10-widget.php:134
|
1211 |
msgid "Thumbnail width"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
+
#: includes/modules/class-top-10-widget.php:138
|
1215 |
msgid "Post types to include:"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: includes/public/display-posts.php:91
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
msgid ""
|
1220 |
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1221 |
"posts only."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: includes/public/display-posts.php:228
|
1225 |
#, php-format
|
1226 |
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: includes/public/media.php:60
|
1230 |
+
msgid "thumb_timthumb argument has been deprecated"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: includes/public/media.php:64
|
1234 |
+
msgid "thumb_timthumb_q argument has been deprecated"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: includes/public/media.php:68
|
1238 |
+
msgid "filter argument has been deprecated"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: includes/public/output-generator.php:238
|
1242 |
+
msgid " by "
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: top-10.php:94
|
1246 |
+
msgid "<h3>Popular Posts</h3>"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: top-10.php:95
|
1250 |
+
msgid "<h3>Daily Popular</h3>"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: top-10.php:96
|
1254 |
+
msgid "No top posts yet"
|
1255 |
msgstr ""
|
languages/top-10-en_US.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Top 10\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date:
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
9 |
"Language-Team: Ajay DSouza <me@ajaydsouza.com>\n"
|
@@ -30,25 +30,25 @@ msgstr ""
|
|
30 |
msgid "Views"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: admin/admin-dashboard.php:
|
34 |
msgid "View all daily popular posts"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: admin/admin-dashboard.php:
|
38 |
msgid "View all popular posts"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/admin-dashboard.php:
|
42 |
#, php-format
|
43 |
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/admin-dashboard.php:
|
47 |
#: admin/deprecated.php:41
|
48 |
msgid "Popular Posts"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: admin/admin-dashboard.php:
|
52 |
msgid "Daily Popular Posts"
|
53 |
msgstr ""
|
54 |
|
@@ -104,139 +104,139 @@ msgid ""
|
|
104 |
"will need to make the same change in the %1$s meta box on this page."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: admin/admin.php:
|
108 |
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: admin/admin.php:
|
112 |
msgid ""
|
113 |
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
114 |
"text."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: admin/admin.php:
|
118 |
msgid "Text Only style selected. Thumbnails will not be displayed."
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: admin/admin.php:
|
122 |
#, php-format
|
123 |
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: admin/admin.php:
|
127 |
msgid "Options set to Default."
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: admin/admin.php:
|
131 |
msgid "Top 10 popular posts reset"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: admin/admin.php:
|
135 |
msgid "Top 10 daily popular posts reset"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: admin/admin.php:
|
139 |
msgid "Duplicate rows cleaned from tables"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: admin/admin.php:
|
143 |
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: admin/admin.php:
|
147 |
msgid "Scheduled maintenance enabled / modified"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: admin/admin.php:
|
151 |
msgid "Scheduled maintenance disabled"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: admin/admin.php:
|
155 |
msgid "Counts from selected sites have been imported."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: admin/admin.php:
|
159 |
msgid ""
|
160 |
"Selected tables have been deleted. Note that only imported tables have been "
|
161 |
"deleted."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: admin/admin.php:
|
165 |
-
#: admin/main-view.php:55 admin/main-view.php:
|
166 |
-
#: admin/main-view.php:
|
167 |
-
#: admin/main-view.php:
|
168 |
msgid "Click to toggle"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/admin.php:
|
172 |
msgid "Support the development"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/admin.php:
|
176 |
msgid "Donation for Top 10"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: admin/admin.php:
|
180 |
msgid "Enter amount in USD:"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/admin.php:
|
184 |
msgid "Send your donation to the author of Top 10"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/admin.php:
|
188 |
msgid "Follow me"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin/admin.php:
|
192 |
msgid "Quick links"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/admin.php:
|
196 |
msgid "Top 10 plugin page"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/admin.php:
|
200 |
msgid "Top 10 Github page"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/admin.php:
|
204 |
msgid "Other plugins"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/admin.php:
|
208 |
msgid "FAQ"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin/admin.php:
|
212 |
msgid "Support"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin/admin.php:
|
216 |
msgid "Reviews"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin/admin.php:
|
220 |
msgid "Ajay's blog"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin/admin.php:
|
224 |
msgid "Top 10 Settings"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin/admin.php:
|
228 |
msgid "Top 10"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin/admin.php:
|
232 |
msgid "View Popular Posts"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin/admin.php:
|
236 |
msgid "Settings"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin/admin.php:
|
240 |
msgid "Donate"
|
241 |
msgstr ""
|
242 |
|
@@ -252,89 +252,97 @@ msgstr ""
|
|
252 |
msgid "popular_posts"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: admin/class-stats.php:
|
256 |
msgid "No popular posts available."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: admin/class-stats.php:
|
260 |
msgid "View"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: admin/class-stats.php:
|
264 |
msgid "Edit"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: admin/class-stats.php:
|
268 |
msgid "Delete"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: admin/class-stats.php:
|
272 |
msgid "Y/m/d g:i:s a"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: admin/class-stats.php:
|
276 |
#, php-format
|
277 |
msgid "%s ago"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: admin/class-stats.php:
|
281 |
msgid "Y/m/d"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: admin/class-stats.php:
|
285 |
msgid "Title"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: admin/class-stats.php:
|
289 |
msgid "Total visits"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: admin/class-stats.php:
|
293 |
msgid "Daily visits"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: admin/class-stats.php:
|
297 |
msgid "Post type"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: admin/class-stats.php:
|
301 |
msgid "Author"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: admin/class-stats.php:
|
305 |
msgid "Date"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: admin/class-stats.php:
|
309 |
msgid "Delete Count"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: admin/class-stats.php:
|
313 |
msgid "Are you sure you want to do this"
|
314 |
msgstr ""
|
315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
#: admin/main-view.php:34 admin/main-view.php:56
|
317 |
msgid "General options"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: admin/main-view.php:35 admin/main-view.php:
|
321 |
msgid "Counter and tracker options"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: admin/main-view.php:36 admin/main-view.php:
|
325 |
msgid "Popular post list options"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: admin/main-view.php:37 admin/main-view.php:
|
329 |
-
#: includes/class-top-10-widget.php:
|
330 |
msgid "Thumbnail options"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: admin/main-view.php:38 admin/main-view.php:
|
334 |
msgid "Styles"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: admin/main-view.php:39 admin/main-view.php:
|
338 |
msgid "Maintenance"
|
339 |
msgstr ""
|
340 |
|
@@ -342,63 +350,76 @@ msgstr ""
|
|
342 |
msgid "Enable trackers:"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:
|
346 |
msgid "Overall"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: admin/main-view.php:83 admin/main-view.php:
|
350 |
msgid "Daily"
|
351 |
msgstr ""
|
352 |
|
353 |
#: admin/main-view.php:89
|
354 |
-
msgid "
|
355 |
msgstr ""
|
356 |
|
357 |
#: admin/main-view.php:92
|
358 |
msgid ""
|
359 |
-
"
|
360 |
-
"
|
|
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: admin/main-view.php:
|
364 |
-
msgid "
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: admin/main-view.php:
|
368 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: admin/main-view.php:
|
372 |
msgid ""
|
373 |
-
"
|
374 |
-
"
|
375 |
-
"you find that your posts are not tracked."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: admin/main-view.php:
|
|
|
|
|
|
|
|
|
379 |
msgid "Start daily counts from midnight:"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: admin/main-view.php:
|
383 |
msgid ""
|
384 |
"Daily counter will display number of visits from midnight. This option is "
|
385 |
"checked by default and mimics the way most normal counters work. Turning "
|
386 |
"this off will allow you to use the hourly setting in the next option."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: admin/main-view.php:
|
390 |
msgid "Daily popular contains top posts over:"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: admin/main-view.php:
|
394 |
msgid "day(s)"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: admin/main-view.php:
|
398 |
msgid "hour(s)"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: admin/main-view.php:
|
402 |
msgid ""
|
403 |
"Think of Daily Popular has a custom date range applied as a global setting. "
|
404 |
"Instead of displaying popular posts from the past day, this setting lets you "
|
@@ -406,112 +427,112 @@ msgid ""
|
|
406 |
"overridden in the widget."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: admin/main-view.php:
|
410 |
msgid "Delete options on uninstall"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: admin/main-view.php:
|
414 |
msgid ""
|
415 |
"If this is checked, all settings related to Top 10 are removed from the "
|
416 |
"database if you choose to uninstall/delete the plugin."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: admin/main-view.php:
|
420 |
msgid "Delete counter data on uninstall"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: admin/main-view.php:
|
424 |
msgid ""
|
425 |
"If this is checked, the tables containing the counter statistics are removed "
|
426 |
"from the database if you choose to uninstall/delete the plugin."
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: admin/main-view.php:
|
430 |
msgid ""
|
431 |
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
432 |
"lose your counter data."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: admin/main-view.php:
|
436 |
msgid "Show metabox:"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: admin/main-view.php:
|
440 |
msgid ""
|
441 |
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
442 |
"Also applies to Pages and Custom Post Types."
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: admin/main-view.php:
|
446 |
msgid "Limit metabox to Admins only:"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: admin/main-view.php:
|
450 |
msgid ""
|
451 |
"If this is selected, the metabox will be hidden from anyone who is not an "
|
452 |
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
453 |
"metabox. This applies only if the above option is selected."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: admin/main-view.php:
|
457 |
msgid "Link to Top 10 plugin page"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: admin/main-view.php:
|
461 |
msgid ""
|
462 |
"A link to the plugin is added as an extra list item to the list of popular "
|
463 |
"posts"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: admin/main-view.php:
|
467 |
-
#: admin/main-view.php:
|
468 |
msgid "Save Options"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: admin/main-view.php:
|
472 |
msgid "Display number of views on:"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: admin/main-view.php:
|
476 |
msgid "Posts"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: admin/main-view.php:
|
480 |
msgid "Pages"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: admin/main-view.php:
|
484 |
msgid "Home page"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: admin/main-view.php:
|
488 |
msgid "Feeds"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: admin/main-view.php:
|
492 |
msgid "Category archives"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: admin/main-view.php:
|
496 |
msgid "Tag archives"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: admin/main-view.php:
|
500 |
msgid "Other archives"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: admin/main-view.php:
|
504 |
msgid ""
|
505 |
"If you choose to disable this, please add <code><?php if "
|
506 |
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
507 |
"</code> to your template file where you want it displayed"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: admin/main-view.php:
|
511 |
msgid "Format to display the post views:"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: admin/main-view.php:
|
515 |
msgid ""
|
516 |
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
517 |
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
@@ -519,11 +540,11 @@ msgid ""
|
|
519 |
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: admin/main-view.php:
|
523 |
msgid "What do display when there are no visits?"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: admin/main-view.php:
|
527 |
msgid ""
|
528 |
"This text applies only when there are 0 hits for the post and it isn't a "
|
529 |
"single page. e.g. if you display post views on the homepage or archives then "
|
@@ -531,251 +552,251 @@ msgid ""
|
|
531 |
"option."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: admin/main-view.php:
|
535 |
msgid "Always display latest post count"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: admin/main-view.php:
|
539 |
msgid ""
|
540 |
"This option uses JavaScript and will increase your page load time. Turn this "
|
541 |
"off if you are not using caching plugins or are OK with displaying older "
|
542 |
"cached counts."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: admin/main-view.php:
|
546 |
msgid "Track visits of authors on their own posts?"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: admin/main-view.php:
|
550 |
msgid ""
|
551 |
"Disabling this option will stop authors visits tracked on their own posts"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: admin/main-view.php:
|
555 |
msgid "Track visits of admins?"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: admin/main-view.php:
|
559 |
msgid "Disabling this option will stop admin visits being tracked."
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: admin/main-view.php:
|
563 |
msgid "Track visits of Editors?"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: admin/main-view.php:
|
567 |
msgid "Disabling this option will stop editor visits being tracked."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: admin/main-view.php:
|
571 |
msgid "Display page views on Posts and Pages in Admin"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: admin/main-view.php:
|
575 |
msgid ""
|
576 |
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
577 |
"and All Pages"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: admin/main-view.php:
|
581 |
msgid "Show number of views to non-admins"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: admin/main-view.php:
|
585 |
msgid ""
|
586 |
"If you disable this then non-admins won't see the above columns or view the "
|
587 |
"independent pages with the top posts"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: admin/main-view.php:
|
591 |
msgid "Number of popular posts to display:"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: admin/main-view.php:
|
595 |
msgid ""
|
596 |
"Maximum number of posts that will be displayed in the list. This option is "
|
597 |
"used if you don't specify the number of posts in the widget or shortcodes"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: admin/main-view.php:
|
601 |
msgid "Published age of posts:"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: admin/main-view.php:
|
605 |
msgid "days"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: admin/main-view.php:
|
609 |
msgid ""
|
610 |
"This options allows you to only show posts that have been published within "
|
611 |
"the above day range. Applies to both overall posts and daily posts lists."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: admin/main-view.php:
|
615 |
msgid ""
|
616 |
"e.g. 365 days will only show posts published in the last year in the popular "
|
617 |
"posts lists. Enter 0 for no restriction."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: admin/main-view.php:
|
621 |
msgid "Post types to include in results (including custom post types)"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: admin/main-view.php:
|
625 |
msgid "List of post or page IDs to exclude from the results:"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: admin/main-view.php:
|
629 |
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: admin/main-view.php:
|
633 |
msgid "Exclude Categories:"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: admin/main-view.php:
|
637 |
msgid ""
|
638 |
"Comma separated list of category slugs. The field above has an autocomplete "
|
639 |
"so simply start typing in the starting letters and it will prompt you with "
|
640 |
"options"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: admin/main-view.php:
|
644 |
msgid "Excluded category IDs are:"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: admin/main-view.php:
|
648 |
msgid ""
|
649 |
"These might differ from the IDs visible in the Categories page which use the "
|
650 |
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
651 |
"unique to this taxonomy."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: admin/main-view.php:
|
655 |
msgid "Title of popular posts:"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: admin/main-view.php:
|
659 |
msgid "Title of daily popular posts:"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: admin/main-view.php:
|
663 |
msgid "When there are no posts, what should be shown?"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: admin/main-view.php:
|
667 |
msgid "Blank Output"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: admin/main-view.php:
|
671 |
msgid "Display:"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: admin/main-view.php:
|
675 |
msgid "Show post excerpt in list?"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: admin/main-view.php:
|
679 |
msgid "Length of excerpt (in words):"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: admin/main-view.php:
|
683 |
msgid "Show post author in list?"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: admin/main-view.php:
|
687 |
msgid "Show post date in list?"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: admin/main-view.php:
|
691 |
msgid "Limit post title length (in characters)"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: admin/main-view.php:
|
695 |
msgid "Show view count in list?"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: admin/main-view.php:
|
699 |
msgid "Open links in new window"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: admin/main-view.php:
|
703 |
msgid "Add nofollow attribute to links in the list"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: admin/main-view.php:
|
707 |
msgid "Exclude display of related posts on these posts / pages"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: admin/main-view.php:
|
711 |
msgid "Customise the list HTML"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: admin/main-view.php:
|
715 |
msgid "HTML to display before the list of posts:"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: admin/main-view.php:
|
719 |
msgid "HTML to display before each list item:"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: admin/main-view.php:
|
723 |
msgid "HTML to display after each list item:"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: admin/main-view.php:
|
727 |
msgid "HTML to display after the list of posts:"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: admin/main-view.php:
|
731 |
msgid "Location of post thumbnail:"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: admin/main-view.php:
|
735 |
msgid "Display thumbnails inline with posts, before title"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: admin/main-view.php:
|
739 |
msgid "Display thumbnails inline with posts, after title"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: admin/main-view.php:
|
743 |
msgid "Display only thumbnails, no text"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: admin/main-view.php:
|
747 |
msgid "Do not display thumbnails, only text."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: admin/main-view.php:
|
751 |
msgid ""
|
752 |
"This setting cannot be changed because an inbuilt style has been selected "
|
753 |
"under the Styles section. If you would like to change this option, please "
|
754 |
"select No styles under the Styles section."
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: admin/main-view.php:
|
758 |
msgid "Thumbnail size:"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: admin/main-view.php:
|
762 |
msgid "Custom size"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: admin/main-view.php:
|
766 |
msgid ""
|
767 |
"You can choose from existing image sizes above or create a custom size. If "
|
768 |
"you have chosen Custom size above, then enter the width, height and crop "
|
769 |
"settings below. For best results, use a cropped image."
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: admin/main-view.php:
|
773 |
msgid ""
|
774 |
"If you change the width and/or height below, existing images will not be "
|
775 |
"automatically resized."
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: admin/main-view.php:
|
779 |
#, php-format
|
780 |
msgid ""
|
781 |
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
@@ -783,7 +804,7 @@ msgid ""
|
|
783 |
"all image sizes."
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: admin/main-view.php:
|
787 |
msgid ""
|
788 |
"If you're using the Left Thumbs style below then the thumbnail width and "
|
789 |
"height that you set here will supersede the widget. Alternatively, choose "
|
@@ -791,146 +812,146 @@ msgid ""
|
|
791 |
"strong> option below"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: admin/main-view.php:
|
795 |
msgid "Width of custom thumbnail:"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: admin/main-view.php:
|
799 |
msgid "Height of custom thumbnail"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: admin/main-view.php:
|
803 |
msgid "Crop mode:"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: admin/main-view.php:
|
807 |
msgid ""
|
808 |
"By default, thumbnails will be proportionately cropped. Check this box to "
|
809 |
"hard crop the thumbnails."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: admin/main-view.php:
|
813 |
#, php-format
|
814 |
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: admin/main-view.php:
|
818 |
msgid "Image size attributes:"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: admin/main-view.php:
|
822 |
msgid "Style attributes are used for width and height."
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: admin/main-view.php:
|
826 |
msgid "HTML width and height attributes are used for width and height."
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: admin/main-view.php:
|
830 |
msgid "No HTML or Style attributes set for width and height"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: admin/main-view.php:
|
834 |
msgid "Post thumbnail meta field name:"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: admin/main-view.php:
|
838 |
msgid ""
|
839 |
"The value of this field should contain the image source and is set in the "
|
840 |
"<em>Add New Post</em> screen"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: admin/main-view.php:
|
844 |
msgid ""
|
845 |
"If the postmeta is not set, then should the plugin extract the first image "
|
846 |
"from the post?"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: admin/main-view.php:
|
850 |
msgid ""
|
851 |
"This could slow down the loading of your page if the first image in the "
|
852 |
"related posts is large in file-size"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: admin/main-view.php:
|
856 |
msgid "Use default thumbnail?"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: admin/main-view.php:
|
860 |
msgid ""
|
861 |
"If checked, when no thumbnail is found, show a default one from the URL "
|
862 |
"below. If not checked and no thumbnail is found, no image will be shown."
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: admin/main-view.php:
|
866 |
msgid "Default thumbnail:"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: admin/main-view.php:
|
870 |
msgid ""
|
871 |
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
872 |
"then it will check the meta field. If this is not available, then it will "
|
873 |
"show the default image as specified above"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: admin/main-view.php:
|
877 |
msgid "Style of the related posts:"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: admin/main-view.php:
|
881 |
msgid "No styles"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: admin/main-view.php:
|
885 |
msgid "Select this option if you plan to add your own styles"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: admin/main-view.php:
|
889 |
msgid "Left Thumbnails"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: admin/main-view.php:
|
893 |
msgid ""
|
894 |
"Enabling this option will set the post thumbnail to be before text. "
|
895 |
"Disabling this option will not revert any settings."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: admin/main-view.php:
|
899 |
#, php-format
|
900 |
msgid ""
|
901 |
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: admin/main-view.php:
|
905 |
msgid "Text only"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: admin/main-view.php:
|
909 |
msgid ""
|
910 |
"Enabling this option will disable thumbnails and no longer include the "
|
911 |
"default style sheet included in the plugin."
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: admin/main-view.php:
|
915 |
msgid "Custom CSS to add to header:"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: admin/main-view.php:
|
919 |
msgid ""
|
920 |
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
921 |
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
922 |
"available CSS classes to style."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: admin/main-view.php:
|
926 |
msgid "Default Options"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: admin/main-view.php:
|
930 |
msgid "Do you want to set options to Default?"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: admin/main-view.php:
|
934 |
msgid ""
|
935 |
"Over time the Daily Top 10 database grows in size, which reduces the "
|
936 |
"performance of the plugin. Cleaning the database at regular intervals could "
|
@@ -938,297 +959,297 @@ msgid ""
|
|
938 |
"will automatically delete entries older than 90 days."
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: admin/main-view.php:
|
942 |
msgid ""
|
943 |
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
944 |
"everytime the job is rescheduled (i.e. you change the settings below)."
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: admin/main-view.php:
|
948 |
msgid "Enable scheduled maintenance of daily tables:"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: admin/main-view.php:
|
952 |
msgid "Time to run maintenance"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: admin/main-view.php:
|
956 |
msgid "hrs"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: admin/main-view.php:
|
960 |
msgid "min"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: admin/main-view.php:
|
964 |
msgid "How often should the maintenance be run:"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: admin/main-view.php:
|
968 |
msgid "Weekly"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: admin/main-view.php:
|
972 |
msgid "Fortnightly"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: admin/main-view.php:
|
976 |
msgid "Monthly"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: admin/main-view.php:
|
980 |
msgid "The cron job has been scheduled. Maintenance will run"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: admin/main-view.php:
|
984 |
msgid "The cron job is missing. Please resave this page to add the job"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: admin/main-view.php:
|
988 |
msgid "Maintenance is turned off"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: admin/main-view.php:
|
992 |
msgid "Save Maintenance Options"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: admin/main-view.php:
|
996 |
msgid "Reset count and other tools"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: admin/main-view.php:
|
1000 |
msgid ""
|
1001 |
"This cannot be reversed. Make sure that your database has been backed up "
|
1002 |
"before proceeding"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: admin/main-view.php:
|
1006 |
msgid "Reset Popular Posts"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: admin/main-view.php:
|
1010 |
msgid "Are you sure you want to reset the popular posts?"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: admin/main-view.php:
|
1014 |
msgid "Reset Daily Popular Posts"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: admin/main-view.php:
|
1018 |
msgid "Are you sure you want to reset the daily popular posts?"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: admin/main-view.php:
|
1022 |
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: admin/main-view.php:
|
1026 |
msgid "Merge blog ID 0 and 1 post counts"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: admin/main-view.php:
|
1030 |
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: admin/main-view.php:
|
1034 |
msgid ""
|
1035 |
"In older versions, the plugin created entries with duplicate post IDs. "
|
1036 |
"Clicking the button below will merge these duplicate IDs"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: admin/main-view.php:
|
1040 |
msgid "Merge duplicates across blog IDs"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: admin/main-view.php:
|
1044 |
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: admin/main-view.php:
|
1048 |
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: admin/main-view.php:
|
1052 |
msgid ""
|
1053 |
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1054 |
"activate the plugin independently for each site. This would have resulted in "
|
1055 |
"two tables being created for each site in the network."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: admin/main-view.php:
|
1059 |
msgid ""
|
1060 |
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1061 |
"your database clean. You can use this tool to import the recorded counts "
|
1062 |
"from v1.x tables to the new v2.x table format."
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: admin/main-view.php:
|
1066 |
msgid ""
|
1067 |
"If you do not see any tables below, then it means that either all data has "
|
1068 |
"already been imported or no relevant information has been found."
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: admin/main-view.php:
|
1072 |
msgid ""
|
1073 |
"After running the importer, please verify that all the counts have been "
|
1074 |
"successfully imported. Only then should you delete any old tables!"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: admin/main-view.php:
|
1078 |
msgid "Blog ID"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: admin/main-view.php:
|
1082 |
msgid "Status"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: admin/main-view.php:
|
1086 |
msgid "Select to import"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: admin/main-view.php:
|
1090 |
msgid "Blog #"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: admin/main-view.php:
|
1094 |
msgid "Not imported"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: admin/main-view.php:
|
1098 |
msgid "Imported"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: admin/main-view.php:
|
1102 |
msgid "Begin import"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: admin/main-view.php:
|
1106 |
msgid "Delete selected tables"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: admin/main-view.php:
|
1110 |
msgid "Delete all imported tables"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1114 |
msgid "Popular Posts [Top 10]"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: includes/class-top-10-widget.php:32
|
1118 |
msgid "Display popular posts"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: includes/class-top-10-widget.php:
|
1122 |
msgid "No. of posts"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: includes/class-top-10-widget.php:
|
1126 |
msgid "Custom time period (Enter below)"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: includes/class-top-10-widget.php:
|
1130 |
msgid "In days and hours (applies only to custom option above)"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: includes/class-top-10-widget.php:
|
1134 |
msgid "hours"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: includes/class-top-10-widget.php:
|
1138 |
msgid "Show count?"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: includes/class-top-10-widget.php:
|
1142 |
msgid "Show excerpt?"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: includes/class-top-10-widget.php:
|
1146 |
msgid "Show author?"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/class-top-10-widget.php:
|
1150 |
msgid "Show date?"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: includes/class-top-10-widget.php:
|
1154 |
msgid "Thumbnails inline, before title"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: includes/class-top-10-widget.php:
|
1158 |
msgid "Thumbnails inline, after title"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: includes/class-top-10-widget.php:
|
1162 |
msgid "Only thumbnails, no text"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: includes/class-top-10-widget.php:
|
1166 |
msgid "No thumbnails, only text."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: includes/class-top-10-widget.php:
|
1170 |
msgid "Thumbnail height"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: includes/class-top-10-widget.php:
|
1174 |
msgid "Thumbnail width"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: includes/class-top-10-widget.php:
|
1178 |
msgid "Post types to include:"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: includes/
|
1182 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1183 |
-
msgstr ""
|
1184 |
-
|
1185 |
-
#: includes/media.php:66
|
1186 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1187 |
-
msgstr ""
|
1188 |
-
|
1189 |
-
#: includes/media.php:70
|
1190 |
-
msgid "filter argument has been deprecated"
|
1191 |
-
msgstr ""
|
1192 |
-
|
1193 |
-
#: includes/output-generator.php:239
|
1194 |
-
msgid " by "
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: top-10.php:163
|
1198 |
msgid ""
|
1199 |
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1200 |
"posts only."
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#:
|
1204 |
#, php-format
|
1205 |
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#:
|
1209 |
-
msgid "
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#:
|
1213 |
-
msgid "
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#:
|
1217 |
-
msgid "
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#:
|
1221 |
-
msgid "
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: top-10.php:
|
1225 |
-
msgid "
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: top-10.php:
|
1229 |
-
msgid "
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: top-10.php:
|
1233 |
-
msgid "
|
1234 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Top 10\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2016-03-25 09:32+0000\n"
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
9 |
"Language-Team: Ajay DSouza <me@ajaydsouza.com>\n"
|
30 |
msgid "Views"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: admin/admin-dashboard.php:63
|
34 |
msgid "View all daily popular posts"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: admin/admin-dashboard.php:65
|
38 |
msgid "View all popular posts"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/admin-dashboard.php:71
|
42 |
#, php-format
|
43 |
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: admin/admin-dashboard.php:110 admin/class-stats.php:516
|
47 |
#: admin/deprecated.php:41
|
48 |
msgid "Popular Posts"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: admin/admin-dashboard.php:115 admin/admin.php:426 admin/deprecated.php:43
|
52 |
msgid "Daily Popular Posts"
|
53 |
msgstr ""
|
54 |
|
104 |
"will need to make the same change in the %1$s meta box on this page."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: admin/admin.php:191
|
108 |
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: admin/admin.php:194
|
112 |
msgid ""
|
113 |
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
114 |
"text."
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: admin/admin.php:197
|
118 |
msgid "Text Only style selected. Thumbnails will not be displayed."
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: admin/admin.php:200
|
122 |
#, php-format
|
123 |
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: admin/admin.php:215
|
127 |
msgid "Options set to Default."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: admin/admin.php:222
|
131 |
msgid "Top 10 popular posts reset"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: admin/admin.php:229
|
135 |
msgid "Top 10 daily popular posts reset"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: admin/admin.php:237
|
139 |
msgid "Duplicate rows cleaned from tables"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: admin/admin.php:245
|
143 |
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: admin/admin.php:258
|
147 |
msgid "Scheduled maintenance enabled / modified"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: admin/admin.php:262
|
151 |
msgid "Scheduled maintenance disabled"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: admin/admin.php:300
|
155 |
msgid "Counts from selected sites have been imported."
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: admin/admin.php:325
|
159 |
msgid ""
|
160 |
"Selected tables have been deleted. Note that only imported tables have been "
|
161 |
"deleted."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: admin/admin.php:342 admin/admin.php:362 admin/admin.php:386
|
165 |
+
#: admin/main-view.php:55 admin/main-view.php:181 admin/main-view.php:286
|
166 |
+
#: admin/main-view.php:495 admin/main-view.php:658 admin/main-view.php:754
|
167 |
+
#: admin/main-view.php:818 admin/main-view.php:853
|
168 |
msgid "Click to toggle"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: admin/admin.php:343
|
172 |
msgid "Support the development"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: admin/admin.php:350
|
176 |
msgid "Donation for Top 10"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: admin/admin.php:352
|
180 |
msgid "Enter amount in USD:"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: admin/admin.php:356
|
184 |
msgid "Send your donation to the author of Top 10"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: admin/admin.php:363
|
188 |
msgid "Follow me"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: admin/admin.php:387
|
192 |
msgid "Quick links"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: admin/admin.php:391
|
196 |
msgid "Top 10 plugin page"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin/admin.php:392
|
200 |
msgid "Top 10 Github page"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin/admin.php:393
|
204 |
msgid "Other plugins"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: admin/admin.php:394
|
208 |
msgid "FAQ"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: admin/admin.php:395 admin/admin.php:567
|
212 |
msgid "Support"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: admin/admin.php:396
|
216 |
msgid "Reviews"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin/admin.php:397
|
220 |
msgid "Ajay's blog"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin/admin.php:414 admin/admin.php:417 admin/main-view.php:22
|
224 |
msgid "Top 10 Settings"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin/admin.php:414
|
228 |
msgid "Top 10"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: admin/admin.php:422
|
232 |
msgid "View Popular Posts"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin/admin.php:544
|
236 |
msgid "Settings"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin/admin.php:568
|
240 |
msgid "Donate"
|
241 |
msgstr ""
|
242 |
|
252 |
msgid "popular_posts"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: admin/class-stats.php:185
|
256 |
msgid "No popular posts available."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: admin/class-stats.php:234
|
260 |
msgid "View"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: admin/class-stats.php:235
|
264 |
msgid "Edit"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: admin/class-stats.php:236
|
268 |
msgid "Delete"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: admin/class-stats.php:258
|
272 |
msgid "Y/m/d g:i:s a"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: admin/class-stats.php:265
|
276 |
#, php-format
|
277 |
msgid "%s ago"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: admin/class-stats.php:267
|
281 |
msgid "Y/m/d"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: admin/class-stats.php:300 includes/modules/class-top-10-widget.php:74
|
285 |
msgid "Title"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: admin/class-stats.php:301
|
289 |
msgid "Total visits"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: admin/class-stats.php:302
|
293 |
msgid "Daily visits"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: admin/class-stats.php:303
|
297 |
msgid "Post type"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: admin/class-stats.php:304
|
301 |
msgid "Author"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: admin/class-stats.php:305
|
305 |
msgid "Date"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: admin/class-stats.php:339
|
309 |
msgid "Delete Count"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: admin/class-stats.php:379
|
313 |
msgid "Are you sure you want to do this"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: admin/class-stats.php:430
|
317 |
+
msgid "Filter"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: admin/class-stats.php:491
|
321 |
+
msgid "Search Table"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
#: admin/main-view.php:34 admin/main-view.php:56
|
325 |
msgid "General options"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: admin/main-view.php:35 admin/main-view.php:182
|
329 |
msgid "Counter and tracker options"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: admin/main-view.php:36 admin/main-view.php:287
|
333 |
msgid "Popular post list options"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: admin/main-view.php:37 admin/main-view.php:496
|
337 |
+
#: includes/modules/class-top-10-widget.php:118
|
338 |
msgid "Thumbnail options"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: admin/main-view.php:38 admin/main-view.php:659
|
342 |
msgid "Styles"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: admin/main-view.php:39 admin/main-view.php:755
|
346 |
msgid "Maintenance"
|
347 |
msgstr ""
|
348 |
|
350 |
msgid "Enable trackers:"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: admin/main-view.php:77 includes/modules/class-top-10-widget.php:84
|
354 |
msgid "Overall"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: admin/main-view.php:83 admin/main-view.php:774
|
358 |
msgid "Daily"
|
359 |
msgstr ""
|
360 |
|
361 |
#: admin/main-view.php:89
|
362 |
+
msgid "Use Ajax for tracking:"
|
363 |
msgstr ""
|
364 |
|
365 |
#: admin/main-view.php:92
|
366 |
msgid ""
|
367 |
+
"This will try to prevent W3 Total Cache and other caching plugins from "
|
368 |
+
"caching the tracker script of the plugin. Try toggling this option in case "
|
369 |
+
"you find that your posts are not tracked."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: admin/main-view.php:96
|
373 |
+
msgid "Use external JS file for tracking:"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: admin/main-view.php:99
|
377 |
+
msgid ""
|
378 |
+
"This uses the external javascript file for tracking. This is a more "
|
379 |
+
"efficient and less resource intensive tracker. This settings might have some "
|
380 |
+
"compatibility issues on some WordPress installs or might be blocked by some "
|
381 |
+
"security plugins. If you find that your posts are not being tracked then "
|
382 |
+
"disable this option."
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: admin/main-view.php:103
|
386 |
+
msgid "Enable cache:"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: admin/main-view.php:106
|
390 |
msgid ""
|
391 |
+
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
392 |
+
"output for 1 hour."
|
|
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: admin/main-view.php:107
|
396 |
+
msgid "Clear cache"
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: admin/main-view.php:111
|
400 |
msgid "Start daily counts from midnight:"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: admin/main-view.php:114
|
404 |
msgid ""
|
405 |
"Daily counter will display number of visits from midnight. This option is "
|
406 |
"checked by default and mimics the way most normal counters work. Turning "
|
407 |
"this off will allow you to use the hourly setting in the next option."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: admin/main-view.php:118
|
411 |
msgid "Daily popular contains top posts over:"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: admin/main-view.php:120
|
415 |
msgid "day(s)"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: admin/main-view.php:121
|
419 |
msgid "hour(s)"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: admin/main-view.php:122
|
423 |
msgid ""
|
424 |
"Think of Daily Popular has a custom date range applied as a global setting. "
|
425 |
"Instead of displaying popular posts from the past day, this setting lets you "
|
427 |
"overridden in the widget."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: admin/main-view.php:126
|
431 |
msgid "Delete options on uninstall"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: admin/main-view.php:129
|
435 |
msgid ""
|
436 |
"If this is checked, all settings related to Top 10 are removed from the "
|
437 |
"database if you choose to uninstall/delete the plugin."
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: admin/main-view.php:133
|
441 |
msgid "Delete counter data on uninstall"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: admin/main-view.php:136
|
445 |
msgid ""
|
446 |
"If this is checked, the tables containing the counter statistics are removed "
|
447 |
"from the database if you choose to uninstall/delete the plugin."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: admin/main-view.php:137
|
451 |
msgid ""
|
452 |
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
453 |
"lose your counter data."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: admin/main-view.php:140
|
457 |
msgid "Show metabox:"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: admin/main-view.php:143
|
461 |
msgid ""
|
462 |
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
463 |
"Also applies to Pages and Custom Post Types."
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: admin/main-view.php:147
|
467 |
msgid "Limit metabox to Admins only:"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: admin/main-view.php:150
|
471 |
msgid ""
|
472 |
"If this is selected, the metabox will be hidden from anyone who is not an "
|
473 |
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
474 |
"metabox. This applies only if the above option is selected."
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: admin/main-view.php:155
|
478 |
msgid "Link to Top 10 plugin page"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: admin/main-view.php:158
|
482 |
msgid ""
|
483 |
"A link to the plugin is added as an extra list item to the list of popular "
|
484 |
"posts"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: admin/main-view.php:163 admin/main-view.php:268 admin/main-view.php:477
|
488 |
+
#: admin/main-view.php:640 admin/main-view.php:734
|
489 |
msgid "Save Options"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: admin/main-view.php:198
|
493 |
msgid "Display number of views on:"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: admin/main-view.php:200
|
497 |
msgid "Posts"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: admin/main-view.php:201
|
501 |
msgid "Pages"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: admin/main-view.php:202
|
505 |
msgid "Home page"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: admin/main-view.php:203
|
509 |
msgid "Feeds"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: admin/main-view.php:204
|
513 |
msgid "Category archives"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: admin/main-view.php:205
|
517 |
msgid "Tag archives"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: admin/main-view.php:206
|
521 |
msgid "Other archives"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: admin/main-view.php:207
|
525 |
msgid ""
|
526 |
"If you choose to disable this, please add <code><?php if "
|
527 |
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
528 |
"</code> to your template file where you want it displayed"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: admin/main-view.php:211
|
532 |
msgid "Format to display the post views:"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: admin/main-view.php:214
|
536 |
msgid ""
|
537 |
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
538 |
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
540 |
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: admin/main-view.php:218
|
544 |
msgid "What do display when there are no visits?"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: admin/main-view.php:221
|
548 |
msgid ""
|
549 |
"This text applies only when there are 0 hits for the post and it isn't a "
|
550 |
"single page. e.g. if you display post views on the homepage or archives then "
|
552 |
"option."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: admin/main-view.php:225
|
556 |
msgid "Always display latest post count"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: admin/main-view.php:228
|
560 |
msgid ""
|
561 |
"This option uses JavaScript and will increase your page load time. Turn this "
|
562 |
"off if you are not using caching plugins or are OK with displaying older "
|
563 |
"cached counts."
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: admin/main-view.php:232
|
567 |
msgid "Track visits of authors on their own posts?"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: admin/main-view.php:235
|
571 |
msgid ""
|
572 |
"Disabling this option will stop authors visits tracked on their own posts"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: admin/main-view.php:239
|
576 |
msgid "Track visits of admins?"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: admin/main-view.php:242
|
580 |
msgid "Disabling this option will stop admin visits being tracked."
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: admin/main-view.php:246
|
584 |
msgid "Track visits of Editors?"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: admin/main-view.php:249
|
588 |
msgid "Disabling this option will stop editor visits being tracked."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: admin/main-view.php:253
|
592 |
msgid "Display page views on Posts and Pages in Admin"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: admin/main-view.php:256
|
596 |
msgid ""
|
597 |
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
598 |
"and All Pages"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: admin/main-view.php:260
|
602 |
msgid "Show number of views to non-admins"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: admin/main-view.php:263
|
606 |
msgid ""
|
607 |
"If you disable this then non-admins won't see the above columns or view the "
|
608 |
"independent pages with the top posts"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: admin/main-view.php:303
|
612 |
msgid "Number of popular posts to display:"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: admin/main-view.php:306
|
616 |
msgid ""
|
617 |
"Maximum number of posts that will be displayed in the list. This option is "
|
618 |
"used if you don't specify the number of posts in the widget or shortcodes"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: admin/main-view.php:310
|
622 |
msgid "Published age of posts:"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: admin/main-view.php:312 includes/modules/class-top-10-widget.php:91
|
626 |
msgid "days"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: admin/main-view.php:313
|
630 |
msgid ""
|
631 |
"This options allows you to only show posts that have been published within "
|
632 |
"the above day range. Applies to both overall posts and daily posts lists."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: admin/main-view.php:314
|
636 |
msgid ""
|
637 |
"e.g. 365 days will only show posts published in the last year in the popular "
|
638 |
"posts lists. Enter 0 for no restriction."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: admin/main-view.php:318
|
642 |
msgid "Post types to include in results (including custom post types)"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: admin/main-view.php:332
|
646 |
msgid "List of post or page IDs to exclude from the results:"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: admin/main-view.php:334 admin/main-view.php:445
|
650 |
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: admin/main-view.php:338
|
654 |
msgid "Exclude Categories:"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: admin/main-view.php:353
|
658 |
msgid ""
|
659 |
"Comma separated list of category slugs. The field above has an autocomplete "
|
660 |
"so simply start typing in the starting letters and it will prompt you with "
|
661 |
"options"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: admin/main-view.php:357
|
665 |
msgid "Excluded category IDs are:"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: admin/main-view.php:363
|
669 |
msgid ""
|
670 |
"These might differ from the IDs visible in the Categories page which use the "
|
671 |
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
672 |
"unique to this taxonomy."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: admin/main-view.php:369
|
676 |
msgid "Title of popular posts:"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: admin/main-view.php:375
|
680 |
msgid "Title of daily popular posts:"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: admin/main-view.php:381
|
684 |
msgid "When there are no posts, what should be shown?"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: admin/main-view.php:385
|
688 |
msgid "Blank Output"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: admin/main-view.php:389
|
692 |
msgid "Display:"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: admin/main-view.php:394
|
696 |
msgid "Show post excerpt in list?"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: admin/main-view.php:400
|
700 |
msgid "Length of excerpt (in words):"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: admin/main-view.php:406
|
704 |
msgid "Show post author in list?"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: admin/main-view.php:412
|
708 |
msgid "Show post date in list?"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: admin/main-view.php:418
|
712 |
msgid "Limit post title length (in characters)"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: admin/main-view.php:424
|
716 |
msgid "Show view count in list?"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: admin/main-view.php:430
|
720 |
msgid "Open links in new window"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: admin/main-view.php:436
|
724 |
msgid "Add nofollow attribute to links in the list"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: admin/main-view.php:442
|
728 |
msgid "Exclude display of related posts on these posts / pages"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: admin/main-view.php:449
|
732 |
msgid "Customise the list HTML"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: admin/main-view.php:452
|
736 |
msgid "HTML to display before the list of posts:"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: admin/main-view.php:458
|
740 |
msgid "HTML to display before each list item:"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: admin/main-view.php:464
|
744 |
msgid "HTML to display after each list item:"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: admin/main-view.php:470
|
748 |
msgid "HTML to display after the list of posts:"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: admin/main-view.php:511
|
752 |
msgid "Location of post thumbnail:"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: admin/main-view.php:515
|
756 |
msgid "Display thumbnails inline with posts, before title"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: admin/main-view.php:520
|
760 |
msgid "Display thumbnails inline with posts, after title"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: admin/main-view.php:525
|
764 |
msgid "Display only thumbnails, no text"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: admin/main-view.php:530
|
768 |
msgid "Do not display thumbnails, only text."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: admin/main-view.php:534
|
772 |
msgid ""
|
773 |
"This setting cannot be changed because an inbuilt style has been selected "
|
774 |
"under the Styles section. If you would like to change this option, please "
|
775 |
"select No styles under the Styles section."
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: admin/main-view.php:538
|
779 |
msgid "Thumbnail size:"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: admin/main-view.php:562
|
783 |
msgid "Custom size"
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: admin/main-view.php:565
|
787 |
msgid ""
|
788 |
"You can choose from existing image sizes above or create a custom size. If "
|
789 |
"you have chosen Custom size above, then enter the width, height and crop "
|
790 |
"settings below. For best results, use a cropped image."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: admin/main-view.php:566
|
794 |
msgid ""
|
795 |
"If you change the width and/or height below, existing images will not be "
|
796 |
"automatically resized."
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: admin/main-view.php:567
|
800 |
#, php-format
|
801 |
msgid ""
|
802 |
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
804 |
"all image sizes."
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: admin/main-view.php:570
|
808 |
msgid ""
|
809 |
"If you're using the Left Thumbs style below then the thumbnail width and "
|
810 |
"height that you set here will supersede the widget. Alternatively, choose "
|
812 |
"strong> option below"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: admin/main-view.php:573
|
816 |
msgid "Width of custom thumbnail:"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: admin/main-view.php:578
|
820 |
msgid "Height of custom thumbnail"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: admin/main-view.php:583
|
824 |
msgid "Crop mode:"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: admin/main-view.php:587
|
828 |
msgid ""
|
829 |
"By default, thumbnails will be proportionately cropped. Check this box to "
|
830 |
"hard crop the thumbnails."
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: admin/main-view.php:588
|
834 |
#, php-format
|
835 |
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: admin/main-view.php:592
|
839 |
msgid "Image size attributes:"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: admin/main-view.php:596
|
843 |
msgid "Style attributes are used for width and height."
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: admin/main-view.php:602
|
847 |
msgid "HTML width and height attributes are used for width and height."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: admin/main-view.php:608
|
851 |
msgid "No HTML or Style attributes set for width and height"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: admin/main-view.php:613
|
855 |
msgid "Post thumbnail meta field name:"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: admin/main-view.php:616
|
859 |
msgid ""
|
860 |
"The value of this field should contain the image source and is set in the "
|
861 |
"<em>Add New Post</em> screen"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: admin/main-view.php:619
|
865 |
msgid ""
|
866 |
"If the postmeta is not set, then should the plugin extract the first image "
|
867 |
"from the post?"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: admin/main-view.php:622
|
871 |
msgid ""
|
872 |
"This could slow down the loading of your page if the first image in the "
|
873 |
"related posts is large in file-size"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: admin/main-view.php:625
|
877 |
msgid "Use default thumbnail?"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: admin/main-view.php:628
|
881 |
msgid ""
|
882 |
"If checked, when no thumbnail is found, show a default one from the URL "
|
883 |
"below. If not checked and no thumbnail is found, no image will be shown."
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: admin/main-view.php:631
|
887 |
msgid "Default thumbnail:"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: admin/main-view.php:635
|
891 |
msgid ""
|
892 |
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
893 |
"then it will check the meta field. If this is not available, then it will "
|
894 |
"show the default image as specified above"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: admin/main-view.php:674
|
898 |
msgid "Style of the related posts:"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: admin/main-view.php:677
|
902 |
msgid "No styles"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: admin/main-view.php:679
|
906 |
msgid "Select this option if you plan to add your own styles"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: admin/main-view.php:684
|
910 |
msgid "Left Thumbnails"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: admin/main-view.php:687
|
914 |
msgid ""
|
915 |
"Enabling this option will set the post thumbnail to be before text. "
|
916 |
"Disabling this option will not revert any settings."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: admin/main-view.php:688
|
920 |
#, php-format
|
921 |
msgid ""
|
922 |
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: admin/main-view.php:692
|
926 |
msgid "Text only"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: admin/main-view.php:694
|
930 |
msgid ""
|
931 |
"Enabling this option will disable thumbnails and no longer include the "
|
932 |
"default style sheet included in the plugin."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: admin/main-view.php:710
|
936 |
msgid "Custom CSS to add to header:"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: admin/main-view.php:715
|
940 |
msgid ""
|
941 |
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
942 |
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
943 |
"available CSS classes to style."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: admin/main-view.php:735
|
947 |
msgid "Default Options"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: admin/main-view.php:735
|
951 |
msgid "Do you want to set options to Default?"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: admin/main-view.php:759
|
955 |
msgid ""
|
956 |
"Over time the Daily Top 10 database grows in size, which reduces the "
|
957 |
"performance of the plugin. Cleaning the database at regular intervals could "
|
959 |
"will automatically delete entries older than 90 days."
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: admin/main-view.php:760
|
963 |
msgid ""
|
964 |
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
965 |
"everytime the job is rescheduled (i.e. you change the settings below)."
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: admin/main-view.php:763
|
969 |
msgid "Enable scheduled maintenance of daily tables:"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: admin/main-view.php:767
|
973 |
msgid "Time to run maintenance"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: admin/main-view.php:768
|
977 |
msgid "hrs"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: admin/main-view.php:768
|
981 |
msgid "min"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: admin/main-view.php:770
|
985 |
msgid "How often should the maintenance be run:"
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: admin/main-view.php:778
|
989 |
msgid "Weekly"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: admin/main-view.php:782
|
993 |
msgid "Fortnightly"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: admin/main-view.php:786
|
997 |
msgid "Monthly"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: admin/main-view.php:795
|
1001 |
msgid "The cron job has been scheduled. Maintenance will run"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: admin/main-view.php:800
|
1005 |
msgid "The cron job is missing. Please resave this page to add the job"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: admin/main-view.php:805
|
1009 |
msgid "Maintenance is turned off"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: admin/main-view.php:811
|
1013 |
msgid "Save Maintenance Options"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: admin/main-view.php:819
|
1017 |
msgid "Reset count and other tools"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: admin/main-view.php:822
|
1021 |
msgid ""
|
1022 |
"This cannot be reversed. Make sure that your database has been backed up "
|
1023 |
"before proceeding"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: admin/main-view.php:825
|
1027 |
msgid "Reset Popular Posts"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: admin/main-view.php:825
|
1031 |
msgid "Are you sure you want to reset the popular posts?"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: admin/main-view.php:826
|
1035 |
msgid "Reset Daily Popular Posts"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: admin/main-view.php:826
|
1039 |
msgid "Are you sure you want to reset the daily popular posts?"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: admin/main-view.php:829
|
1043 |
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: admin/main-view.php:832
|
1047 |
msgid "Merge blog ID 0 and 1 post counts"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: admin/main-view.php:832
|
1051 |
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: admin/main-view.php:835
|
1055 |
msgid ""
|
1056 |
"In older versions, the plugin created entries with duplicate post IDs. "
|
1057 |
"Clicking the button below will merge these duplicate IDs"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: admin/main-view.php:838
|
1061 |
msgid "Merge duplicates across blog IDs"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: admin/main-view.php:838
|
1065 |
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: admin/main-view.php:854
|
1069 |
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: admin/main-view.php:857
|
1073 |
msgid ""
|
1074 |
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1075 |
"activate the plugin independently for each site. This would have resulted in "
|
1076 |
"two tables being created for each site in the network."
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: admin/main-view.php:858
|
1080 |
msgid ""
|
1081 |
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1082 |
"your database clean. You can use this tool to import the recorded counts "
|
1083 |
"from v1.x tables to the new v2.x table format."
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: admin/main-view.php:861
|
1087 |
msgid ""
|
1088 |
"If you do not see any tables below, then it means that either all data has "
|
1089 |
"already been imported or no relevant information has been found."
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: admin/main-view.php:864
|
1093 |
msgid ""
|
1094 |
"After running the importer, please verify that all the counts have been "
|
1095 |
"successfully imported. Only then should you delete any old tables!"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: admin/main-view.php:898
|
1099 |
msgid "Blog ID"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: admin/main-view.php:901
|
1103 |
msgid "Status"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: admin/main-view.php:904
|
1107 |
msgid "Select to import"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: admin/main-view.php:914
|
1111 |
msgid "Blog #"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: admin/main-view.php:924
|
1115 |
msgid "Not imported"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: admin/main-view.php:928
|
1119 |
msgid "Imported"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: admin/main-view.php:949
|
1123 |
msgid "Begin import"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: admin/main-view.php:950
|
1127 |
msgid "Delete selected tables"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: admin/main-view.php:951
|
1131 |
msgid "Delete all imported tables"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: includes/cron.php:75
|
1135 |
+
msgid "Once Weekly"
|
1136 |
+
msgstr ""
|
1137 |
+
|
1138 |
+
#: includes/cron.php:79
|
1139 |
+
msgid "Once Fortnightly"
|
1140 |
+
msgstr ""
|
1141 |
+
|
1142 |
+
#: includes/cron.php:83
|
1143 |
+
msgid "Once Monthly"
|
1144 |
+
msgstr ""
|
1145 |
+
|
1146 |
+
#: includes/cron.php:87
|
1147 |
+
msgid "Once quarterly"
|
1148 |
+
msgstr ""
|
1149 |
+
|
1150 |
+
#: includes/modules/class-top-10-widget.php:31
|
1151 |
msgid "Popular Posts [Top 10]"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: includes/modules/class-top-10-widget.php:32
|
1155 |
msgid "Display popular posts"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: includes/modules/class-top-10-widget.php:79
|
1159 |
msgid "No. of posts"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: includes/modules/class-top-10-widget.php:85
|
1163 |
msgid "Custom time period (Enter below)"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: includes/modules/class-top-10-widget.php:89
|
1167 |
msgid "In days and hours (applies only to custom option above)"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: includes/modules/class-top-10-widget.php:94
|
1171 |
msgid "hours"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: includes/modules/class-top-10-widget.php:99
|
1175 |
msgid "Show count?"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: includes/modules/class-top-10-widget.php:104
|
1179 |
msgid "Show excerpt?"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: includes/modules/class-top-10-widget.php:109
|
1183 |
msgid "Show author?"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: includes/modules/class-top-10-widget.php:114
|
1187 |
msgid "Show date?"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: includes/modules/class-top-10-widget.php:120
|
1191 |
msgid "Thumbnails inline, before title"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: includes/modules/class-top-10-widget.php:121
|
1195 |
msgid "Thumbnails inline, after title"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: includes/modules/class-top-10-widget.php:122
|
1199 |
msgid "Only thumbnails, no text"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: includes/modules/class-top-10-widget.php:123
|
1203 |
msgid "No thumbnails, only text."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: includes/modules/class-top-10-widget.php:128
|
1207 |
msgid "Thumbnail height"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: includes/modules/class-top-10-widget.php:134
|
1211 |
msgid "Thumbnail width"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
+
#: includes/modules/class-top-10-widget.php:138
|
1215 |
msgid "Post types to include:"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: includes/public/display-posts.php:91
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
msgid ""
|
1220 |
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1221 |
"posts only."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: includes/public/display-posts.php:228
|
1225 |
#, php-format
|
1226 |
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: includes/public/media.php:60
|
1230 |
+
msgid "thumb_timthumb argument has been deprecated"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: includes/public/media.php:64
|
1234 |
+
msgid "thumb_timthumb_q argument has been deprecated"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: includes/public/media.php:68
|
1238 |
+
msgid "filter argument has been deprecated"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: includes/public/output-generator.php:238
|
1242 |
+
msgid " by "
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: top-10.php:94
|
1246 |
+
msgid "<h3>Popular Posts</h3>"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: top-10.php:95
|
1250 |
+
msgid "<h3>Daily Popular</h3>"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: top-10.php:96
|
1254 |
+
msgid "No top posts yet"
|
1255 |
msgstr ""
|
languages/top-10-es_ES.mo
DELETED
Binary file
|
languages/top-10-es_ES.po
DELETED
@@ -1,1445 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Top 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:35+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
|
9 |
-
"Language: es\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: admin/admin-columns.php:30
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Total Views"
|
23 |
-
msgstr "Total/Visitas de hoy"
|
24 |
-
|
25 |
-
#: admin/admin-columns.php:33
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Today's Views"
|
28 |
-
msgstr "Total/Visitas de hoy"
|
29 |
-
|
30 |
-
#: admin/admin-columns.php:36
|
31 |
-
#, fuzzy
|
32 |
-
msgid "Views"
|
33 |
-
msgstr "Total/Visitas de hoy"
|
34 |
-
|
35 |
-
#: admin/admin-dashboard.php:62
|
36 |
-
msgid "View all daily popular posts"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: admin/admin-dashboard.php:64
|
40 |
-
msgid "View all popular posts"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: admin/admin-dashboard.php:70
|
44 |
-
#, php-format
|
45 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
49 |
-
#: admin/deprecated.php:41
|
50 |
-
msgid "Popular Posts"
|
51 |
-
msgstr "Los posts más populares"
|
52 |
-
|
53 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
54 |
-
msgid "Daily Popular Posts"
|
55 |
-
msgstr "Los posts diarios más populares"
|
56 |
-
|
57 |
-
#: admin/admin-metabox.php:104
|
58 |
-
#, fuzzy
|
59 |
-
msgid "Visit count:"
|
60 |
-
msgstr "Reiniciar los ajustes"
|
61 |
-
|
62 |
-
#: admin/admin-metabox.php:106
|
63 |
-
msgid ""
|
64 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
65 |
-
"will set the count to zero"
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: admin/admin-metabox.php:115
|
69 |
-
msgid "Disable Popular Posts display:"
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: admin/admin-metabox.php:118
|
73 |
-
msgid ""
|
74 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
75 |
-
"when viewing this post."
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: admin/admin-metabox.php:122
|
79 |
-
msgid "Exclude this post from the popular posts list:"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: admin/admin-metabox.php:125
|
83 |
-
msgid ""
|
84 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
85 |
-
"list."
|
86 |
-
msgstr ""
|
87 |
-
|
88 |
-
#: admin/admin-metabox.php:129
|
89 |
-
msgid "Location of thumbnail:"
|
90 |
-
msgstr ""
|
91 |
-
|
92 |
-
#: admin/admin-metabox.php:131
|
93 |
-
msgid ""
|
94 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
95 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
96 |
-
"set under Top 10 Settings » Thumbnail options."
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: admin/admin-metabox.php:132
|
100 |
-
msgid "The URL above is saved in the meta field:"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: admin/admin-metabox.php:137
|
104 |
-
#, php-format
|
105 |
-
msgid ""
|
106 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
107 |
-
"will need to make the same change in the %1$s meta box on this page."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: admin/admin.php:190
|
111 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: admin/admin.php:193
|
115 |
-
msgid ""
|
116 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
117 |
-
"text."
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: admin/admin.php:196
|
121 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: admin/admin.php:199
|
125 |
-
#, php-format
|
126 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: admin/admin.php:214
|
130 |
-
msgid "Options set to Default."
|
131 |
-
msgstr "Los parametros se configuran de manera predeterminada"
|
132 |
-
|
133 |
-
#: admin/admin.php:221
|
134 |
-
msgid "Top 10 popular posts reset"
|
135 |
-
msgstr "Reiniciar el Top de los 10 posts más populares"
|
136 |
-
|
137 |
-
#: admin/admin.php:228
|
138 |
-
msgid "Top 10 daily popular posts reset"
|
139 |
-
msgstr "Reiniciar el Top de los 10 posts diarios más populares"
|
140 |
-
|
141 |
-
#: admin/admin.php:236
|
142 |
-
msgid "Duplicate rows cleaned from tables"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: admin/admin.php:244
|
146 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: admin/admin.php:257
|
150 |
-
msgid "Scheduled maintenance enabled / modified"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: admin/admin.php:261
|
154 |
-
msgid "Scheduled maintenance disabled"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: admin/admin.php:299
|
158 |
-
msgid "Counts from selected sites have been imported."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: admin/admin.php:324
|
162 |
-
msgid ""
|
163 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
164 |
-
"deleted."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
168 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
169 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
170 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: admin/admin.php:342
|
175 |
-
msgid "Support the development"
|
176 |
-
msgstr "Apoyar al elaborador"
|
177 |
-
|
178 |
-
#: admin/admin.php:349
|
179 |
-
msgid "Donation for Top 10"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: admin/admin.php:351
|
183 |
-
msgid "Enter amount in USD:"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: admin/admin.php:355
|
187 |
-
#, fuzzy
|
188 |
-
msgid "Send your donation to the author of Top 10"
|
189 |
-
msgstr "Enviar su subvención al autor"
|
190 |
-
|
191 |
-
#: admin/admin.php:362
|
192 |
-
msgid "Follow me"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: admin/admin.php:386
|
196 |
-
#, fuzzy
|
197 |
-
msgid "Quick links"
|
198 |
-
msgstr "Enlaces rápidos"
|
199 |
-
|
200 |
-
#: admin/admin.php:390
|
201 |
-
#, fuzzy
|
202 |
-
msgid "Top 10 plugin page"
|
203 |
-
msgstr "página plugin"
|
204 |
-
|
205 |
-
#: admin/admin.php:391
|
206 |
-
msgid "Top 10 Github page"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: admin/admin.php:392
|
210 |
-
msgid "Other plugins"
|
211 |
-
msgstr "Otros plugins"
|
212 |
-
|
213 |
-
#: admin/admin.php:393
|
214 |
-
msgid "FAQ"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: admin/admin.php:394 admin/admin.php:564
|
218 |
-
msgid "Support"
|
219 |
-
msgstr "Apoyo"
|
220 |
-
|
221 |
-
#: admin/admin.php:395
|
222 |
-
msgid "Reviews"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: admin/admin.php:396
|
226 |
-
msgid "Ajay's blog"
|
227 |
-
msgstr "Blog de Ajay"
|
228 |
-
|
229 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
230 |
-
#, fuzzy
|
231 |
-
msgid "Top 10 Settings"
|
232 |
-
msgstr "Los ajustes"
|
233 |
-
|
234 |
-
#: admin/admin.php:413
|
235 |
-
msgid "Top 10"
|
236 |
-
msgstr "Тоp 10"
|
237 |
-
|
238 |
-
#: admin/admin.php:421
|
239 |
-
msgid "View Popular Posts"
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: admin/admin.php:541
|
243 |
-
msgid "Settings"
|
244 |
-
msgstr "Los ajustes"
|
245 |
-
|
246 |
-
#: admin/admin.php:565
|
247 |
-
msgid "Donate"
|
248 |
-
msgstr "Subvencionar"
|
249 |
-
|
250 |
-
#: admin/cache.php:19
|
251 |
-
msgid "Top 10 cache has been cleared"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: admin/class-stats.php:36
|
255 |
-
msgid "popular_post"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: admin/class-stats.php:37
|
259 |
-
msgid "popular_posts"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: admin/class-stats.php:160
|
263 |
-
msgid "No popular posts available."
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: admin/class-stats.php:209
|
267 |
-
msgid "View"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: admin/class-stats.php:210
|
271 |
-
msgid "Edit"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: admin/class-stats.php:211
|
275 |
-
msgid "Delete"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: admin/class-stats.php:233
|
279 |
-
msgid "Y/m/d g:i:s a"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: admin/class-stats.php:240
|
283 |
-
#, php-format
|
284 |
-
msgid "%s ago"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: admin/class-stats.php:242
|
288 |
-
msgid "Y/m/d"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
292 |
-
msgid "Title"
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: admin/class-stats.php:277
|
296 |
-
msgid "Total visits"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: admin/class-stats.php:278
|
300 |
-
msgid "Daily visits"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: admin/class-stats.php:279
|
304 |
-
msgid "Post type"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: admin/class-stats.php:280
|
308 |
-
msgid "Author"
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: admin/class-stats.php:281
|
312 |
-
msgid "Date"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: admin/class-stats.php:315
|
316 |
-
msgid "Delete Count"
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: admin/class-stats.php:355
|
320 |
-
msgid "Are you sure you want to do this"
|
321 |
-
msgstr ""
|
322 |
-
|
323 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
324 |
-
msgid "General options"
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
328 |
-
msgid "Counter and tracker options"
|
329 |
-
msgstr ""
|
330 |
-
|
331 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
332 |
-
msgid "Popular post list options"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
336 |
-
#: includes/class-top-10-widget.php:115
|
337 |
-
#, fuzzy
|
338 |
-
msgid "Thumbnail options"
|
339 |
-
msgstr "Los parámetros del thumbnail:"
|
340 |
-
|
341 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
342 |
-
msgid "Styles"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
346 |
-
msgid "Maintenance"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: admin/main-view.php:72
|
350 |
-
msgid "Enable trackers:"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
354 |
-
msgid "Overall"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
358 |
-
msgid "Daily"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: admin/main-view.php:89
|
362 |
-
msgid "Enable cache:"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: admin/main-view.php:92
|
366 |
-
msgid ""
|
367 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
368 |
-
"output for 1 hour."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: admin/main-view.php:93
|
372 |
-
msgid "Clear cache"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: admin/main-view.php:97
|
376 |
-
msgid "Use Ajax for tracking:"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: admin/main-view.php:100
|
380 |
-
msgid ""
|
381 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
382 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
383 |
-
"you find that your posts are not tracked."
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: admin/main-view.php:104
|
387 |
-
msgid "Start daily counts from midnight:"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: admin/main-view.php:107
|
391 |
-
msgid ""
|
392 |
-
"Daily counter will display number of visits from midnight. This option is "
|
393 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
394 |
-
"this off will allow you to use the hourly setting in the next option."
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: admin/main-view.php:111
|
398 |
-
msgid "Daily popular contains top posts over:"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: admin/main-view.php:113
|
402 |
-
msgid "day(s)"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: admin/main-view.php:114
|
406 |
-
msgid "hour(s)"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: admin/main-view.php:115
|
410 |
-
msgid ""
|
411 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
412 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
413 |
-
"display posts for as many days or as few hours as you want. This can be "
|
414 |
-
"overridden in the widget."
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: admin/main-view.php:119
|
418 |
-
msgid "Delete options on uninstall"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: admin/main-view.php:122
|
422 |
-
msgid ""
|
423 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
424 |
-
"database if you choose to uninstall/delete the plugin."
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: admin/main-view.php:126
|
428 |
-
msgid "Delete counter data on uninstall"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: admin/main-view.php:129
|
432 |
-
msgid ""
|
433 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
434 |
-
"from the database if you choose to uninstall/delete the plugin."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: admin/main-view.php:130
|
438 |
-
msgid ""
|
439 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
440 |
-
"lose your counter data."
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: admin/main-view.php:133
|
444 |
-
msgid "Show metabox:"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: admin/main-view.php:136
|
448 |
-
msgid ""
|
449 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
450 |
-
"Also applies to Pages and Custom Post Types."
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: admin/main-view.php:140
|
454 |
-
msgid "Limit metabox to Admins only:"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: admin/main-view.php:143
|
458 |
-
msgid ""
|
459 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
460 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
461 |
-
"metabox. This applies only if the above option is selected."
|
462 |
-
msgstr ""
|
463 |
-
|
464 |
-
#: admin/main-view.php:148
|
465 |
-
msgid "Link to Top 10 plugin page"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: admin/main-view.php:151
|
469 |
-
#, fuzzy
|
470 |
-
msgid ""
|
471 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
472 |
-
"posts"
|
473 |
-
msgstr ""
|
474 |
-
"Un enlace al plugin se agrega al cuadro de los posts más populares, como un "
|
475 |
-
"elemento de una lista adicional. Esto no es obligatorio, pero le "
|
476 |
-
"agradeceríamos al hacerlo!"
|
477 |
-
|
478 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
479 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
480 |
-
#, fuzzy
|
481 |
-
msgid "Save Options"
|
482 |
-
msgstr "Los parametros"
|
483 |
-
|
484 |
-
#: admin/main-view.php:191
|
485 |
-
#, fuzzy
|
486 |
-
msgid "Display number of views on:"
|
487 |
-
msgstr "¿Mostrar la cantidad de audiencia de los posts?"
|
488 |
-
|
489 |
-
#: admin/main-view.php:193
|
490 |
-
msgid "Posts"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: admin/main-view.php:194
|
494 |
-
#, fuzzy
|
495 |
-
msgid "Pages"
|
496 |
-
msgstr "La página"
|
497 |
-
|
498 |
-
#: admin/main-view.php:195
|
499 |
-
msgid "Home page"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: admin/main-view.php:196
|
503 |
-
msgid "Feeds"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: admin/main-view.php:197
|
507 |
-
msgid "Category archives"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: admin/main-view.php:198
|
511 |
-
msgid "Tag archives"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: admin/main-view.php:199
|
515 |
-
msgid "Other archives"
|
516 |
-
msgstr ""
|
517 |
-
|
518 |
-
#: admin/main-view.php:200
|
519 |
-
msgid ""
|
520 |
-
"If you choose to disable this, please add <code><?php if "
|
521 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
522 |
-
"</code> to your template file where you want it displayed"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: admin/main-view.php:204
|
526 |
-
#, fuzzy
|
527 |
-
msgid "Format to display the post views:"
|
528 |
-
msgstr "El formato de visualización de la cuenta: "
|
529 |
-
|
530 |
-
#: admin/main-view.php:207
|
531 |
-
msgid ""
|
532 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
533 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
534 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
535 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:211
|
539 |
-
msgid "What do display when there are no visits?"
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: admin/main-view.php:214
|
543 |
-
msgid ""
|
544 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
545 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
546 |
-
"this text will be used. To override this, just enter the same text as above "
|
547 |
-
"option."
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: admin/main-view.php:218
|
551 |
-
msgid "Always display latest post count"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: admin/main-view.php:221
|
555 |
-
msgid ""
|
556 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
557 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
558 |
-
"cached counts."
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: admin/main-view.php:225
|
562 |
-
msgid "Track visits of authors on their own posts?"
|
563 |
-
msgstr "¿Observar las visitas de los autores a sus propios posts?"
|
564 |
-
|
565 |
-
#: admin/main-view.php:228
|
566 |
-
msgid ""
|
567 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: admin/main-view.php:232
|
571 |
-
#, fuzzy
|
572 |
-
msgid "Track visits of admins?"
|
573 |
-
msgstr "¿Observar las visitas de los autores a sus propios posts?"
|
574 |
-
|
575 |
-
#: admin/main-view.php:235
|
576 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: admin/main-view.php:239
|
580 |
-
#, fuzzy
|
581 |
-
msgid "Track visits of Editors?"
|
582 |
-
msgstr "¿Observar las visitas de los autores a sus propios posts?"
|
583 |
-
|
584 |
-
#: admin/main-view.php:242
|
585 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/main-view.php:246
|
589 |
-
msgid "Display page views on Posts and Pages in Admin"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: admin/main-view.php:249
|
593 |
-
msgid ""
|
594 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
595 |
-
"and All Pages"
|
596 |
-
msgstr ""
|
597 |
-
|
598 |
-
#: admin/main-view.php:253
|
599 |
-
#, fuzzy
|
600 |
-
msgid "Show number of views to non-admins"
|
601 |
-
msgstr "¿Mostrar el número de accesos a las páginas?"
|
602 |
-
|
603 |
-
#: admin/main-view.php:256
|
604 |
-
msgid ""
|
605 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
606 |
-
"independent pages with the top posts"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: admin/main-view.php:296
|
610 |
-
msgid "Number of popular posts to display:"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: admin/main-view.php:299
|
614 |
-
msgid ""
|
615 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
616 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/main-view.php:303
|
620 |
-
msgid "Published age of posts:"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
624 |
-
msgid "days"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/main-view.php:306
|
628 |
-
msgid ""
|
629 |
-
"This options allows you to only show posts that have been published within "
|
630 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: admin/main-view.php:307
|
634 |
-
msgid ""
|
635 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
636 |
-
"posts lists. Enter 0 for no restriction."
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:311
|
640 |
-
msgid "Post types to include in results (including custom post types)"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: admin/main-view.php:325
|
644 |
-
msgid "List of post or page IDs to exclude from the results:"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
648 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/main-view.php:331
|
652 |
-
msgid "Exclude Categories:"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: admin/main-view.php:346
|
656 |
-
msgid ""
|
657 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
658 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
659 |
-
"options"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: admin/main-view.php:350
|
663 |
-
msgid "Excluded category IDs are:"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: admin/main-view.php:356
|
667 |
-
msgid ""
|
668 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
669 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
670 |
-
"unique to this taxonomy."
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:362
|
674 |
-
msgid "Title of popular posts:"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:368
|
678 |
-
msgid "Title of daily popular posts:"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:374
|
682 |
-
msgid "When there are no posts, what should be shown?"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:378
|
686 |
-
msgid "Blank Output"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:382
|
690 |
-
msgid "Display:"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:387
|
694 |
-
msgid "Show post excerpt in list?"
|
695 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
696 |
-
|
697 |
-
#: admin/main-view.php:393
|
698 |
-
msgid "Length of excerpt (in words):"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:399
|
702 |
-
#, fuzzy
|
703 |
-
msgid "Show post author in list?"
|
704 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
705 |
-
|
706 |
-
#: admin/main-view.php:405
|
707 |
-
#, fuzzy
|
708 |
-
msgid "Show post date in list?"
|
709 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
710 |
-
|
711 |
-
#: admin/main-view.php:411
|
712 |
-
msgid "Limit post title length (in characters)"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: admin/main-view.php:417
|
716 |
-
#, fuzzy
|
717 |
-
msgid "Show view count in list?"
|
718 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
719 |
-
|
720 |
-
#: admin/main-view.php:423
|
721 |
-
msgid "Open links in new window"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: admin/main-view.php:429
|
725 |
-
msgid "Add nofollow attribute to links in the list"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: admin/main-view.php:435
|
729 |
-
msgid "Exclude display of related posts on these posts / pages"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
-
#: admin/main-view.php:442
|
733 |
-
#, fuzzy
|
734 |
-
msgid "Customise the list HTML"
|
735 |
-
msgstr "Personalizar el resultado:"
|
736 |
-
|
737 |
-
#: admin/main-view.php:445
|
738 |
-
msgid "HTML to display before the list of posts:"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:451
|
742 |
-
msgid "HTML to display before each list item:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:457
|
746 |
-
msgid "HTML to display after each list item:"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: admin/main-view.php:463
|
750 |
-
msgid "HTML to display after the list of posts:"
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: admin/main-view.php:504
|
754 |
-
msgid "Location of post thumbnail:"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: admin/main-view.php:508
|
758 |
-
msgid "Display thumbnails inline with posts, before title"
|
759 |
-
msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
|
760 |
-
|
761 |
-
#: admin/main-view.php:513
|
762 |
-
msgid "Display thumbnails inline with posts, after title"
|
763 |
-
msgstr "Mostrar el thumbnails en línea con los posts, después del título"
|
764 |
-
|
765 |
-
#: admin/main-view.php:518
|
766 |
-
msgid "Display only thumbnails, no text"
|
767 |
-
msgstr "Mostrar solamente thumbnails, no el texto"
|
768 |
-
|
769 |
-
#: admin/main-view.php:523
|
770 |
-
msgid "Do not display thumbnails, only text."
|
771 |
-
msgstr "No mostrar thumbnails, sólo el texto"
|
772 |
-
|
773 |
-
#: admin/main-view.php:527
|
774 |
-
msgid ""
|
775 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
776 |
-
"under the Styles section. If you would like to change this option, please "
|
777 |
-
"select No styles under the Styles section."
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
-
#: admin/main-view.php:531
|
781 |
-
msgid "Thumbnail size:"
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: admin/main-view.php:555
|
785 |
-
msgid "Custom size"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: admin/main-view.php:558
|
789 |
-
msgid ""
|
790 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
791 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
792 |
-
"settings below. For best results, use a cropped image."
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: admin/main-view.php:559
|
796 |
-
msgid ""
|
797 |
-
"If you change the width and/or height below, existing images will not be "
|
798 |
-
"automatically resized."
|
799 |
-
msgstr ""
|
800 |
-
|
801 |
-
#: admin/main-view.php:560
|
802 |
-
#, php-format
|
803 |
-
msgid ""
|
804 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
805 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
806 |
-
"all image sizes."
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: admin/main-view.php:563
|
810 |
-
msgid ""
|
811 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
812 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
813 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
814 |
-
"strong> option below"
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: admin/main-view.php:566
|
818 |
-
msgid "Width of custom thumbnail:"
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: admin/main-view.php:571
|
822 |
-
msgid "Height of custom thumbnail"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: admin/main-view.php:576
|
826 |
-
msgid "Crop mode:"
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: admin/main-view.php:580
|
830 |
-
msgid ""
|
831 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
832 |
-
"hard crop the thumbnails."
|
833 |
-
msgstr ""
|
834 |
-
|
835 |
-
#: admin/main-view.php:581
|
836 |
-
#, php-format
|
837 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#: admin/main-view.php:585
|
841 |
-
msgid "Image size attributes:"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: admin/main-view.php:589
|
845 |
-
msgid "Style attributes are used for width and height."
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: admin/main-view.php:595
|
849 |
-
msgid "HTML width and height attributes are used for width and height."
|
850 |
-
msgstr ""
|
851 |
-
|
852 |
-
#: admin/main-view.php:601
|
853 |
-
msgid "No HTML or Style attributes set for width and height"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: admin/main-view.php:606
|
857 |
-
msgid "Post thumbnail meta field name:"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: admin/main-view.php:609
|
861 |
-
msgid ""
|
862 |
-
"The value of this field should contain the image source and is set in the "
|
863 |
-
"<em>Add New Post</em> screen"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: admin/main-view.php:612
|
867 |
-
#, fuzzy
|
868 |
-
msgid ""
|
869 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
870 |
-
"from the post?"
|
871 |
-
msgstr ""
|
872 |
-
"Si el parámetro postmeta no está instalado, entonces el plugin debería "
|
873 |
-
"retirar la primera imagen del post. Esto puede retrasar la carga de su post, "
|
874 |
-
"en caso que la primera imagen de los posts correspondientes es muy grande en "
|
875 |
-
"tamaño de archivo "
|
876 |
-
|
877 |
-
#: admin/main-view.php:615
|
878 |
-
#, fuzzy
|
879 |
-
msgid ""
|
880 |
-
"This could slow down the loading of your page if the first image in the "
|
881 |
-
"related posts is large in file-size"
|
882 |
-
msgstr ""
|
883 |
-
"Si el parámetro postmeta no está instalado, entonces el plugin debería "
|
884 |
-
"retirar la primera imagen del post. Esto puede retrasar la carga de su post, "
|
885 |
-
"en caso que la primera imagen de los posts correspondientes es muy grande en "
|
886 |
-
"tamaño de archivo "
|
887 |
-
|
888 |
-
#: admin/main-view.php:618
|
889 |
-
msgid "Use default thumbnail?"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: admin/main-view.php:621
|
893 |
-
msgid ""
|
894 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
895 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
896 |
-
msgstr ""
|
897 |
-
"En caso de verificar el post y al no encontrar ninguna imagen reducida, hay "
|
898 |
-
"que mostrar de forma predeterminada de la URL de abajo. Si no está "
|
899 |
-
"verificado el post y tampoco está encontrada la imagen reducida, entonces no "
|
900 |
-
"hay que mostrarla."
|
901 |
-
|
902 |
-
#: admin/main-view.php:624
|
903 |
-
msgid "Default thumbnail:"
|
904 |
-
msgstr ""
|
905 |
-
|
906 |
-
#: admin/main-view.php:628
|
907 |
-
msgid ""
|
908 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
909 |
-
"then it will check the meta field. If this is not available, then it will "
|
910 |
-
"show the default image as specified above"
|
911 |
-
msgstr ""
|
912 |
-
|
913 |
-
#: admin/main-view.php:667
|
914 |
-
msgid "Style of the related posts:"
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: admin/main-view.php:670
|
918 |
-
msgid "No styles"
|
919 |
-
msgstr ""
|
920 |
-
|
921 |
-
#: admin/main-view.php:672
|
922 |
-
msgid "Select this option if you plan to add your own styles"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: admin/main-view.php:677
|
926 |
-
msgid "Left Thumbnails"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#: admin/main-view.php:680
|
930 |
-
msgid ""
|
931 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
932 |
-
"Disabling this option will not revert any settings."
|
933 |
-
msgstr ""
|
934 |
-
|
935 |
-
#: admin/main-view.php:681
|
936 |
-
#, php-format
|
937 |
-
msgid ""
|
938 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
939 |
-
msgstr ""
|
940 |
-
|
941 |
-
#: admin/main-view.php:685
|
942 |
-
msgid "Text only"
|
943 |
-
msgstr ""
|
944 |
-
|
945 |
-
#: admin/main-view.php:687
|
946 |
-
msgid ""
|
947 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
948 |
-
"default style sheet included in the plugin."
|
949 |
-
msgstr ""
|
950 |
-
|
951 |
-
#: admin/main-view.php:703
|
952 |
-
msgid "Custom CSS to add to header:"
|
953 |
-
msgstr ""
|
954 |
-
|
955 |
-
#: admin/main-view.php:708
|
956 |
-
msgid ""
|
957 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
958 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
959 |
-
"available CSS classes to style."
|
960 |
-
msgstr ""
|
961 |
-
|
962 |
-
#: admin/main-view.php:728
|
963 |
-
#, fuzzy
|
964 |
-
msgid "Default Options"
|
965 |
-
msgstr "Los Parámetros Resultantes"
|
966 |
-
|
967 |
-
#: admin/main-view.php:728
|
968 |
-
msgid "Do you want to set options to Default?"
|
969 |
-
msgstr "¿Quiere configurar las opciones de forma predeterminada?"
|
970 |
-
|
971 |
-
#: admin/main-view.php:752
|
972 |
-
msgid ""
|
973 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
974 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
975 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
976 |
-
"will automatically delete entries older than 90 days."
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: admin/main-view.php:753
|
980 |
-
msgid ""
|
981 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
982 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: admin/main-view.php:756
|
986 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: admin/main-view.php:760
|
990 |
-
msgid "Time to run maintenance"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: admin/main-view.php:761
|
994 |
-
msgid "hrs"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: admin/main-view.php:761
|
998 |
-
msgid "min"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: admin/main-view.php:763
|
1002 |
-
msgid "How often should the maintenance be run:"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: admin/main-view.php:771
|
1006 |
-
msgid "Weekly"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: admin/main-view.php:775
|
1010 |
-
msgid "Fortnightly"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: admin/main-view.php:779
|
1014 |
-
msgid "Monthly"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: admin/main-view.php:788
|
1018 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: admin/main-view.php:793
|
1022 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: admin/main-view.php:798
|
1026 |
-
msgid "Maintenance is turned off"
|
1027 |
-
msgstr ""
|
1028 |
-
|
1029 |
-
#: admin/main-view.php:804
|
1030 |
-
msgid "Save Maintenance Options"
|
1031 |
-
msgstr ""
|
1032 |
-
|
1033 |
-
#: admin/main-view.php:812
|
1034 |
-
msgid "Reset count and other tools"
|
1035 |
-
msgstr ""
|
1036 |
-
|
1037 |
-
#: admin/main-view.php:815
|
1038 |
-
msgid ""
|
1039 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1040 |
-
"before proceeding"
|
1041 |
-
msgstr ""
|
1042 |
-
"Esta operación no puede ser anulada. Antes de anular, asegúrese de que si ha "
|
1043 |
-
"sido creada una copia de seguridad para su base de datos."
|
1044 |
-
|
1045 |
-
#: admin/main-view.php:818
|
1046 |
-
#, fuzzy
|
1047 |
-
msgid "Reset Popular Posts"
|
1048 |
-
msgstr "Los posts más populares"
|
1049 |
-
|
1050 |
-
#: admin/main-view.php:818
|
1051 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1052 |
-
msgstr "¿Está seguro de que desea reiniciar los posts más populares?"
|
1053 |
-
|
1054 |
-
#: admin/main-view.php:819
|
1055 |
-
#, fuzzy
|
1056 |
-
msgid "Reset Daily Popular Posts"
|
1057 |
-
msgstr "Los posts diarios más populares"
|
1058 |
-
|
1059 |
-
#: admin/main-view.php:819
|
1060 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1061 |
-
msgstr "¿Está seguro de que desea reiniciar los posts diarios más populares?"
|
1062 |
-
|
1063 |
-
#: admin/main-view.php:822
|
1064 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1065 |
-
msgstr ""
|
1066 |
-
|
1067 |
-
#: admin/main-view.php:825
|
1068 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1069 |
-
msgstr ""
|
1070 |
-
|
1071 |
-
#: admin/main-view.php:825
|
1072 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: admin/main-view.php:828
|
1076 |
-
msgid ""
|
1077 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1078 |
-
"Clicking the button below will merge these duplicate IDs"
|
1079 |
-
msgstr ""
|
1080 |
-
|
1081 |
-
#: admin/main-view.php:831
|
1082 |
-
msgid "Merge duplicates across blog IDs"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: admin/main-view.php:831
|
1086 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1087 |
-
msgstr ""
|
1088 |
-
"Esta acción eliminará las entradas duplicadas en las tablas. ¿Continuar?"
|
1089 |
-
|
1090 |
-
#: admin/main-view.php:847
|
1091 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1092 |
-
msgstr ""
|
1093 |
-
|
1094 |
-
#: admin/main-view.php:850
|
1095 |
-
msgid ""
|
1096 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1097 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1098 |
-
"two tables being created for each site in the network."
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:851
|
1102 |
-
msgid ""
|
1103 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1104 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1105 |
-
"from v1.x tables to the new v2.x table format."
|
1106 |
-
msgstr ""
|
1107 |
-
|
1108 |
-
#: admin/main-view.php:854
|
1109 |
-
msgid ""
|
1110 |
-
"If you do not see any tables below, then it means that either all data has "
|
1111 |
-
"already been imported or no relevant information has been found."
|
1112 |
-
msgstr ""
|
1113 |
-
|
1114 |
-
#: admin/main-view.php:857
|
1115 |
-
msgid ""
|
1116 |
-
"After running the importer, please verify that all the counts have been "
|
1117 |
-
"successfully imported. Only then should you delete any old tables!"
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: admin/main-view.php:891
|
1121 |
-
msgid "Blog ID"
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: admin/main-view.php:894
|
1125 |
-
msgid "Status"
|
1126 |
-
msgstr ""
|
1127 |
-
|
1128 |
-
#: admin/main-view.php:897
|
1129 |
-
msgid "Select to import"
|
1130 |
-
msgstr ""
|
1131 |
-
|
1132 |
-
#: admin/main-view.php:907
|
1133 |
-
msgid "Blog #"
|
1134 |
-
msgstr ""
|
1135 |
-
|
1136 |
-
#: admin/main-view.php:917
|
1137 |
-
msgid "Not imported"
|
1138 |
-
msgstr ""
|
1139 |
-
|
1140 |
-
#: admin/main-view.php:921
|
1141 |
-
msgid "Imported"
|
1142 |
-
msgstr ""
|
1143 |
-
|
1144 |
-
#: admin/main-view.php:942
|
1145 |
-
msgid "Begin import"
|
1146 |
-
msgstr ""
|
1147 |
-
|
1148 |
-
#: admin/main-view.php:943
|
1149 |
-
msgid "Delete selected tables"
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
#: admin/main-view.php:944
|
1153 |
-
msgid "Delete all imported tables"
|
1154 |
-
msgstr ""
|
1155 |
-
|
1156 |
-
#: includes/class-top-10-widget.php:31
|
1157 |
-
#, fuzzy
|
1158 |
-
msgid "Popular Posts [Top 10]"
|
1159 |
-
msgstr "Los posts más populares"
|
1160 |
-
|
1161 |
-
#: includes/class-top-10-widget.php:32
|
1162 |
-
#, fuzzy
|
1163 |
-
msgid "Display popular posts"
|
1164 |
-
msgstr "Los posts diarios más populares"
|
1165 |
-
|
1166 |
-
#: includes/class-top-10-widget.php:76
|
1167 |
-
msgid "No. of posts"
|
1168 |
-
msgstr ""
|
1169 |
-
|
1170 |
-
#: includes/class-top-10-widget.php:82
|
1171 |
-
msgid "Custom time period (Enter below)"
|
1172 |
-
msgstr ""
|
1173 |
-
|
1174 |
-
#: includes/class-top-10-widget.php:86
|
1175 |
-
msgid "In days and hours (applies only to custom option above)"
|
1176 |
-
msgstr ""
|
1177 |
-
|
1178 |
-
#: includes/class-top-10-widget.php:91
|
1179 |
-
msgid "hours"
|
1180 |
-
msgstr ""
|
1181 |
-
|
1182 |
-
#: includes/class-top-10-widget.php:96
|
1183 |
-
#, fuzzy
|
1184 |
-
msgid "Show count?"
|
1185 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
1186 |
-
|
1187 |
-
#: includes/class-top-10-widget.php:101
|
1188 |
-
#, fuzzy
|
1189 |
-
msgid "Show excerpt?"
|
1190 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
1191 |
-
|
1192 |
-
#: includes/class-top-10-widget.php:106
|
1193 |
-
#, fuzzy
|
1194 |
-
msgid "Show author?"
|
1195 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
1196 |
-
|
1197 |
-
#: includes/class-top-10-widget.php:111
|
1198 |
-
#, fuzzy
|
1199 |
-
msgid "Show date?"
|
1200 |
-
msgstr "¿Mostrar un fragmento del post en la lista?"
|
1201 |
-
|
1202 |
-
#: includes/class-top-10-widget.php:117
|
1203 |
-
#, fuzzy
|
1204 |
-
msgid "Thumbnails inline, before title"
|
1205 |
-
msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
|
1206 |
-
|
1207 |
-
#: includes/class-top-10-widget.php:118
|
1208 |
-
#, fuzzy
|
1209 |
-
msgid "Thumbnails inline, after title"
|
1210 |
-
msgstr "Mostrar el thumbnails en línea con los posts, después del título"
|
1211 |
-
|
1212 |
-
#: includes/class-top-10-widget.php:119
|
1213 |
-
#, fuzzy
|
1214 |
-
msgid "Only thumbnails, no text"
|
1215 |
-
msgstr "Mostrar solamente thumbnails, no el texto"
|
1216 |
-
|
1217 |
-
#: includes/class-top-10-widget.php:120
|
1218 |
-
#, fuzzy
|
1219 |
-
msgid "No thumbnails, only text."
|
1220 |
-
msgstr "No mostrar thumbnails, sólo el texto"
|
1221 |
-
|
1222 |
-
#: includes/class-top-10-widget.php:125
|
1223 |
-
#, fuzzy
|
1224 |
-
msgid "Thumbnail height"
|
1225 |
-
msgstr "Los parámetros del thumbnail:"
|
1226 |
-
|
1227 |
-
#: includes/class-top-10-widget.php:131
|
1228 |
-
#, fuzzy
|
1229 |
-
msgid "Thumbnail width"
|
1230 |
-
msgstr "Los parámetros del thumbnail:"
|
1231 |
-
|
1232 |
-
#: includes/class-top-10-widget.php:135
|
1233 |
-
msgid "Post types to include:"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: includes/media.php:62
|
1237 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: includes/media.php:66
|
1241 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: includes/media.php:70
|
1245 |
-
msgid "filter argument has been deprecated"
|
1246 |
-
msgstr ""
|
1247 |
-
|
1248 |
-
#: includes/output-generator.php:239
|
1249 |
-
msgid " by "
|
1250 |
-
msgstr ""
|
1251 |
-
|
1252 |
-
#: top-10.php:163
|
1253 |
-
msgid ""
|
1254 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1255 |
-
"posts only."
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: top-10.php:300
|
1259 |
-
#, php-format
|
1260 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1261 |
-
msgstr ""
|
1262 |
-
|
1263 |
-
#: top-10.php:641
|
1264 |
-
msgid "<h3>Popular Posts</h3>"
|
1265 |
-
msgstr "Los posts populares"
|
1266 |
-
|
1267 |
-
#: top-10.php:642
|
1268 |
-
msgid "<h3>Daily Popular</h3>"
|
1269 |
-
msgstr "Diario Populares"
|
1270 |
-
|
1271 |
-
#: top-10.php:643
|
1272 |
-
#, fuzzy
|
1273 |
-
msgid "No top posts yet"
|
1274 |
-
msgstr "Reiniciar el Top de los 10 posts más populares"
|
1275 |
-
|
1276 |
-
#: top-10.php:1124
|
1277 |
-
msgid "Once Weekly"
|
1278 |
-
msgstr ""
|
1279 |
-
|
1280 |
-
#: top-10.php:1128
|
1281 |
-
msgid "Once Fortnightly"
|
1282 |
-
msgstr ""
|
1283 |
-
|
1284 |
-
#: top-10.php:1132
|
1285 |
-
msgid "Once Monthly"
|
1286 |
-
msgstr ""
|
1287 |
-
|
1288 |
-
#: top-10.php:1136
|
1289 |
-
msgid "Once quarterly"
|
1290 |
-
msgstr ""
|
1291 |
-
|
1292 |
-
#~ msgid "View Daily Popular Posts"
|
1293 |
-
#~ msgstr "Ver los posts diarios más populares"
|
1294 |
-
|
1295 |
-
#~ msgid "Results per-page:"
|
1296 |
-
#~ msgstr "Los resultados por página:"
|
1297 |
-
|
1298 |
-
#~ msgid "View Overall Popular Posts"
|
1299 |
-
#~ msgstr "Ver los posts más populares"
|
1300 |
-
|
1301 |
-
#~ msgid "Previous"
|
1302 |
-
#~ msgstr "Precedentes"
|
1303 |
-
|
1304 |
-
#~ msgid "Next"
|
1305 |
-
#~ msgstr "Siguientes"
|
1306 |
-
|
1307 |
-
#~ msgid "Daily Popular"
|
1308 |
-
#~ msgstr "Diario Populares"
|
1309 |
-
|
1310 |
-
#~ msgid "Options saved successfully."
|
1311 |
-
#~ msgstr "Configuraciones guardadas con éxito"
|
1312 |
-
|
1313 |
-
#~ msgid "Number of popular posts to display: "
|
1314 |
-
#~ msgstr "Mostrar el número de posts más populares"
|
1315 |
-
|
1316 |
-
#~ msgid "Exclude Categories: "
|
1317 |
-
#~ msgstr "Excluir las Categorías"
|
1318 |
-
|
1319 |
-
#~ msgid "Title of popular posts: "
|
1320 |
-
#~ msgstr "El título de los posts más populares"
|
1321 |
-
|
1322 |
-
#~ msgid "Title of daily popular posts: "
|
1323 |
-
#~ msgstr "El título de los posts diarios más populares"
|
1324 |
-
|
1325 |
-
#~ msgid "Length of excerpt (in words): "
|
1326 |
-
#~ msgstr "La longitud del fragmento(en palabras):"
|
1327 |
-
|
1328 |
-
#~ msgid "HTML to display before the list of posts: "
|
1329 |
-
#~ msgstr "HTML mostrar antes de la lista de posts:"
|
1330 |
-
|
1331 |
-
#~ msgid "HTML to display before each list item: "
|
1332 |
-
#~ msgstr "HTML mostrar ante cada elemento de la lista:"
|
1333 |
-
|
1334 |
-
#~ msgid "HTML to display after each list item: "
|
1335 |
-
#~ msgstr "HTML mostrar después de cada elemento de la lista:"
|
1336 |
-
|
1337 |
-
#~ msgid "HTML to display after the list of posts: "
|
1338 |
-
#~ msgstr "HTML mostrar después de la lista de posts:"
|
1339 |
-
|
1340 |
-
#, fuzzy
|
1341 |
-
#~ msgid "Post thumbnail meta field name: "
|
1342 |
-
#~ msgstr "Los parámetros del thumbnail:"
|
1343 |
-
|
1344 |
-
#~ msgid "Enter amount in USD: "
|
1345 |
-
#~ msgstr "Ingresar las cifras en USD"
|
1346 |
-
|
1347 |
-
#, fuzzy
|
1348 |
-
#~ msgid "Overall Popular Posts"
|
1349 |
-
#~ msgstr "Ver los posts más populares"
|
1350 |
-
|
1351 |
-
#~ msgid "Reset count"
|
1352 |
-
#~ msgstr "Reiniciar los ajustes"
|
1353 |
-
|
1354 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1355 |
-
#~ msgstr ""
|
1356 |
-
#~ "Los post diarios más populares deben contener el número de visitas al día"
|
1357 |
-
|
1358 |
-
#, fuzzy
|
1359 |
-
#~ msgid "Output options"
|
1360 |
-
#~ msgstr "Los Parámetros Resultantes"
|
1361 |
-
|
1362 |
-
#, fuzzy
|
1363 |
-
#~ msgid ""
|
1364 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1365 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1366 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1367 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1368 |
-
#~ msgstr ""
|
1369 |
-
#~ "Utilizar <code>%totalcount%</code> para mostrar el número total y <code>"
|
1370 |
-
#~ "%dailycount%</code> para mostrar el número al día. Por ejemplo, los "
|
1371 |
-
#~ "ajustes predeterminados se muestran<code> (Visitado 123 veces, 23 visitas "
|
1372 |
-
#~ "hoy)</code>"
|
1373 |
-
|
1374 |
-
#~ msgid "Post thumbnail options:"
|
1375 |
-
#~ msgstr "Los parámetros del thumbnail:"
|
1376 |
-
|
1377 |
-
#~ msgid "Display the posts popular this week"
|
1378 |
-
#~ msgstr "Mostrar los posts populares de esta semana"
|
1379 |
-
|
1380 |
-
#, fuzzy
|
1381 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1382 |
-
#~ msgstr ""
|
1383 |
-
#~ "¿Hacer la lista de los posts diarios más dinámica? Esta opción utiliza "
|
1384 |
-
#~ "JavaScript para cargar el post y también puede aumentar el tiempo de carga"
|
1385 |
-
|
1386 |
-
#~ msgid "Display number of page views in popular lists?"
|
1387 |
-
#~ msgstr ""
|
1388 |
-
#~ "¿Mostrar el número de visitas de la página en las listas más populares?"
|
1389 |
-
|
1390 |
-
#~ msgid "Recent developments"
|
1391 |
-
#~ msgstr "Evolución reciente"
|
1392 |
-
|
1393 |
-
#~ msgid "Results"
|
1394 |
-
#~ msgstr "Resultados"
|
1395 |
-
|
1396 |
-
#~ msgid "of"
|
1397 |
-
#~ msgstr "de, a "
|
1398 |
-
|
1399 |
-
#~ msgid "Page"
|
1400 |
-
#~ msgstr "La página"
|
1401 |
-
|
1402 |
-
#, fuzzy
|
1403 |
-
#~ msgid "Exclude Pages?"
|
1404 |
-
#~ msgstr "Excluir las Categorías"
|
1405 |
-
|
1406 |
-
#~ msgid ""
|
1407 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1408 |
-
#~ "continue to be counted."
|
1409 |
-
#~ msgstr ""
|
1410 |
-
#~ "¿Excluir la Páginas que muestran los posts más Populares? También será "
|
1411 |
-
#~ "contado el número de visitas"
|
1412 |
-
|
1413 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1414 |
-
#~ msgstr "Seguir @ajaydsouza en Twitter"
|
1415 |
-
|
1416 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1417 |
-
#~ msgstr "Las filas duplicadas han sido eliminadas"
|
1418 |
-
|
1419 |
-
#~ msgid ""
|
1420 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1421 |
-
#~ "added with the count"
|
1422 |
-
#~ msgstr ""
|
1423 |
-
#~ "¿Mostrar la cantidad de audiencias de la página en Editar los posts/las "
|
1424 |
-
#~ "páginas en WP-Admin? Una columna adicional se agrega a la cuenta"
|
1425 |
-
|
1426 |
-
#~ msgid ""
|
1427 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1428 |
-
#~ msgstr ""
|
1429 |
-
#~ "Publicar el post con el enlace, con referencia a la imagen reducida (el "
|
1430 |
-
#~ "enlace debe indicar a la imagen original)\""
|
1431 |
-
|
1432 |
-
#~ msgid "Thumbnail dimensions:"
|
1433 |
-
#~ msgstr "La extensión de la imagen reducida:"
|
1434 |
-
|
1435 |
-
#~ msgid "Max width: "
|
1436 |
-
#~ msgstr "El ancho máximo:"
|
1437 |
-
|
1438 |
-
#~ msgid "Max height: "
|
1439 |
-
#~ msgstr "La altura máxima"
|
1440 |
-
|
1441 |
-
#~ msgid "Top 10 "
|
1442 |
-
#~ msgstr "Тоp 10"
|
1443 |
-
|
1444 |
-
#~ msgid "Display the posts popular today"
|
1445 |
-
#~ msgstr "Mostrar los posts populares de hoy"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-fr_FR.mo
DELETED
Binary file
|
languages/top-10-fr_FR.po
DELETED
@@ -1,1413 +0,0 @@
|
|
1 |
-
#
|
2 |
-
# Translators:
|
3 |
-
# Aurelie <perrin.aurelie@yahoo.com>, 2015
|
4 |
-
# Bruno TRITSCH <bruno@btweb.fr>, 2015
|
5 |
-
# Franck, 2015
|
6 |
-
# FX Bénard <fxb@wp-translations.org>, 2015
|
7 |
-
# FX Bénard <fxb@wp-translations.org>, 2015
|
8 |
-
msgid ""
|
9 |
-
msgstr ""
|
10 |
-
"Project-Id-Version: Top 10\n"
|
11 |
-
"Report-Msgid-Bugs-To: \n"
|
12 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
13 |
-
"PO-Revision-Date: 2015-09-27 13:34+0100\n"
|
14 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
15 |
-
"Language-Team: French (France) (http://www.transifex.com/wp-translations/"
|
16 |
-
"top-10/language/fr_FR/)\n"
|
17 |
-
"Language: fr_FR\n"
|
18 |
-
"MIME-Version: 1.0\n"
|
19 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
-
"Content-Transfer-Encoding: 8bit\n"
|
21 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
22 |
-
"X-Generator: Poedit 1.8.4\n"
|
23 |
-
"X-Poedit-Basepath: ..\n"
|
24 |
-
"X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
|
25 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
26 |
-
"X-Poedit-SearchPath-0: .\n"
|
27 |
-
"X-Poedit-SearchPathExcluded-0: ../admin/wick\n"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:30
|
30 |
-
msgid "Total Views"
|
31 |
-
msgstr "Total des vues"
|
32 |
-
|
33 |
-
#: admin/admin-columns.php:33
|
34 |
-
msgid "Today's Views"
|
35 |
-
msgstr "Vues du jour"
|
36 |
-
|
37 |
-
#: admin/admin-columns.php:36
|
38 |
-
msgid "Views"
|
39 |
-
msgstr "Vues"
|
40 |
-
|
41 |
-
#: admin/admin-dashboard.php:62
|
42 |
-
msgid "View all daily popular posts"
|
43 |
-
msgstr "Voir tous les articles populaires quotidiens"
|
44 |
-
|
45 |
-
#: admin/admin-dashboard.php:64
|
46 |
-
msgid "View all popular posts"
|
47 |
-
msgstr "Voir tous les articles populaires"
|
48 |
-
|
49 |
-
#: admin/admin-dashboard.php:70
|
50 |
-
#, php-format
|
51 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
52 |
-
msgstr ""
|
53 |
-
"Articles populaires par l'<a href=\"%s\" target=\"_blank\">extension Top 10</"
|
54 |
-
"a>"
|
55 |
-
|
56 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
57 |
-
#: admin/deprecated.php:41
|
58 |
-
msgid "Popular Posts"
|
59 |
-
msgstr "Articles populaires"
|
60 |
-
|
61 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
62 |
-
msgid "Daily Popular Posts"
|
63 |
-
msgstr "Articles populaires quotidiens"
|
64 |
-
|
65 |
-
#: admin/admin-metabox.php:104
|
66 |
-
msgid "Visit count:"
|
67 |
-
msgstr "Nombre de visite :"
|
68 |
-
|
69 |
-
#: admin/admin-metabox.php:106
|
70 |
-
msgid ""
|
71 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
72 |
-
"will set the count to zero"
|
73 |
-
msgstr ""
|
74 |
-
"Entrez un chiffre ci-dessus pour mettre à jour le nombre de visite. En "
|
75 |
-
"laissant la case ci-dessus vide vous réglerez le compteur à zéro"
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:115
|
78 |
-
msgid "Disable Popular Posts display:"
|
79 |
-
msgstr "Désactiver l'affichage des articles populaires :"
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:118
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
84 |
-
"when viewing this post."
|
85 |
-
msgstr ""
|
86 |
-
"Si coché, Top 10 n'affichera pas le widget des articles populaires lors de "
|
87 |
-
"l'affichage de cet article."
|
88 |
-
|
89 |
-
#: admin/admin-metabox.php:122
|
90 |
-
msgid "Exclude this post from the popular posts list:"
|
91 |
-
msgstr "Exclure cet article de la liste des articles populaires :"
|
92 |
-
|
93 |
-
#: admin/admin-metabox.php:125
|
94 |
-
msgid ""
|
95 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
96 |
-
"list."
|
97 |
-
msgstr "Si coché, cet article sera exclu de la liste des articles populaires."
|
98 |
-
|
99 |
-
#: admin/admin-metabox.php:129
|
100 |
-
msgid "Location of thumbnail:"
|
101 |
-
msgstr "Emplacement de la miniature :"
|
102 |
-
|
103 |
-
#: admin/admin-metabox.php:131
|
104 |
-
msgid ""
|
105 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
106 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
107 |
-
"set under Top 10 Settings » Thumbnail options."
|
108 |
-
msgstr ""
|
109 |
-
"Entrez l'URL complète de l'image (JPG, PNG ou GIF) que vous souhaitez "
|
110 |
-
"utiliser. Cette image sera utilisée pour l'article. Elle sera redimensionnée "
|
111 |
-
"sous forme de miniature dont la taille est définie dans les Réglages Top 10 "
|
112 |
-
"» Options des miniatures."
|
113 |
-
|
114 |
-
#: admin/admin-metabox.php:132
|
115 |
-
msgid "The URL above is saved in the meta field:"
|
116 |
-
msgstr "L'URL ci-dessus est sauvegardée dans les champs méta :"
|
117 |
-
|
118 |
-
#: admin/admin-metabox.php:137
|
119 |
-
#, php-format
|
120 |
-
msgid ""
|
121 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
122 |
-
"will need to make the same change in the %1$s meta box on this page."
|
123 |
-
msgstr ""
|
124 |
-
"Vous avez installé %1$s. Si vous essayé de modifier la miniature, vous "
|
125 |
-
"devrez en faire de même dans la boîte méta %1$s de cette page."
|
126 |
-
|
127 |
-
#: admin/admin.php:190
|
128 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
129 |
-
msgstr ""
|
130 |
-
"Les options ont bien été sauvegardées. Si actif, le cache a été nettoyé."
|
131 |
-
|
132 |
-
#: admin/admin.php:193
|
133 |
-
msgid ""
|
134 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
135 |
-
"text."
|
136 |
-
msgstr ""
|
137 |
-
"Le style de miniatures à gauche est sélectionné. L'emplacement des "
|
138 |
-
"miniatures d'article est défini à Inline avant le texte."
|
139 |
-
|
140 |
-
#: admin/admin.php:196
|
141 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
142 |
-
msgstr ""
|
143 |
-
"Le style \"Texte uniquement\" est sélectionné. Les miniatures ne seront pas "
|
144 |
-
"affichées."
|
145 |
-
|
146 |
-
#: admin/admin.php:199
|
147 |
-
#, php-format
|
148 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
149 |
-
msgstr ""
|
150 |
-
"La miniature intégrée est sélectionnée. Sa taille est définie à %d x %d."
|
151 |
-
|
152 |
-
#: admin/admin.php:214
|
153 |
-
msgid "Options set to Default."
|
154 |
-
msgstr "Options remises à la valeur par défaut."
|
155 |
-
|
156 |
-
#: admin/admin.php:221
|
157 |
-
msgid "Top 10 popular posts reset"
|
158 |
-
msgstr "Réinitialisation du top 10 des articles populaires"
|
159 |
-
|
160 |
-
#: admin/admin.php:228
|
161 |
-
msgid "Top 10 daily popular posts reset"
|
162 |
-
msgstr "Réinitialisation du top 10 des articles populaires quotidiens"
|
163 |
-
|
164 |
-
#: admin/admin.php:236
|
165 |
-
msgid "Duplicate rows cleaned from tables"
|
166 |
-
msgstr "Les lignes en double ont été nettoyées des tables"
|
167 |
-
|
168 |
-
#: admin/admin.php:244
|
169 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
170 |
-
msgstr "Le nombre d'articles pour les blog IDs 0 et 1 ont été fusionnés"
|
171 |
-
|
172 |
-
#: admin/admin.php:257
|
173 |
-
msgid "Scheduled maintenance enabled / modified"
|
174 |
-
msgstr "Maintenance planifiée activée / modifiée"
|
175 |
-
|
176 |
-
#: admin/admin.php:261
|
177 |
-
msgid "Scheduled maintenance disabled"
|
178 |
-
msgstr "Maintenance planifiée désactivée"
|
179 |
-
|
180 |
-
#: admin/admin.php:299
|
181 |
-
msgid "Counts from selected sites have been imported."
|
182 |
-
msgstr "Les compteurs de sites sélectionnés ont été importés."
|
183 |
-
|
184 |
-
#: admin/admin.php:324
|
185 |
-
msgid ""
|
186 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
187 |
-
"deleted."
|
188 |
-
msgstr ""
|
189 |
-
"Les tables sélectionnées ont été supprimées. Remarquez que seules les tables "
|
190 |
-
"importées ont été détruites."
|
191 |
-
|
192 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
193 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
194 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
195 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
196 |
-
msgid "Click to toggle"
|
197 |
-
msgstr "Cliquer pour inverser."
|
198 |
-
|
199 |
-
#: admin/admin.php:342
|
200 |
-
msgid "Support the development"
|
201 |
-
msgstr "Aidez le développement"
|
202 |
-
|
203 |
-
#: admin/admin.php:349
|
204 |
-
msgid "Donation for Top 10"
|
205 |
-
msgstr "Don pour Top 10"
|
206 |
-
|
207 |
-
#: admin/admin.php:351
|
208 |
-
msgid "Enter amount in USD:"
|
209 |
-
msgstr "Entrez le montant en USD :"
|
210 |
-
|
211 |
-
#: admin/admin.php:355
|
212 |
-
msgid "Send your donation to the author of Top 10"
|
213 |
-
msgstr "Envoyer votre don à l'auteur de Top 10"
|
214 |
-
|
215 |
-
#: admin/admin.php:362
|
216 |
-
msgid "Follow me"
|
217 |
-
msgstr "Suivez-moi"
|
218 |
-
|
219 |
-
#: admin/admin.php:386
|
220 |
-
msgid "Quick links"
|
221 |
-
msgstr "Liens rapides"
|
222 |
-
|
223 |
-
#: admin/admin.php:390
|
224 |
-
msgid "Top 10 plugin page"
|
225 |
-
msgstr "Page de l'extension Top 10"
|
226 |
-
|
227 |
-
#: admin/admin.php:391
|
228 |
-
msgid "Top 10 Github page"
|
229 |
-
msgstr "Page Github Top 10"
|
230 |
-
|
231 |
-
#: admin/admin.php:392
|
232 |
-
msgid "Other plugins"
|
233 |
-
msgstr "Autres extensions"
|
234 |
-
|
235 |
-
#: admin/admin.php:393
|
236 |
-
msgid "FAQ"
|
237 |
-
msgstr "FAQ"
|
238 |
-
|
239 |
-
#: admin/admin.php:394 admin/admin.php:564
|
240 |
-
msgid "Support"
|
241 |
-
msgstr "Aide"
|
242 |
-
|
243 |
-
#: admin/admin.php:395
|
244 |
-
msgid "Reviews"
|
245 |
-
msgstr "Avis"
|
246 |
-
|
247 |
-
#: admin/admin.php:396
|
248 |
-
msgid "Ajay's blog"
|
249 |
-
msgstr "Blog de Ajay"
|
250 |
-
|
251 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
252 |
-
msgid "Top 10 Settings"
|
253 |
-
msgstr "Réglages de Top 10"
|
254 |
-
|
255 |
-
#: admin/admin.php:413
|
256 |
-
msgid "Top 10"
|
257 |
-
msgstr "Top 10"
|
258 |
-
|
259 |
-
#: admin/admin.php:421
|
260 |
-
msgid "View Popular Posts"
|
261 |
-
msgstr "Voir les articles populaires"
|
262 |
-
|
263 |
-
#: admin/admin.php:541
|
264 |
-
msgid "Settings"
|
265 |
-
msgstr "Réglages"
|
266 |
-
|
267 |
-
#: admin/admin.php:565
|
268 |
-
msgid "Donate"
|
269 |
-
msgstr "Faire un don"
|
270 |
-
|
271 |
-
#: admin/cache.php:19
|
272 |
-
msgid "Top 10 cache has been cleared"
|
273 |
-
msgstr "Le cache de Top 10 a été vidé."
|
274 |
-
|
275 |
-
#: admin/class-stats.php:36
|
276 |
-
msgid "popular_post"
|
277 |
-
msgstr "popular_post"
|
278 |
-
|
279 |
-
#: admin/class-stats.php:37
|
280 |
-
msgid "popular_posts"
|
281 |
-
msgstr "popular_posts"
|
282 |
-
|
283 |
-
#: admin/class-stats.php:160
|
284 |
-
msgid "No popular posts available."
|
285 |
-
msgstr "Aucun article populaire disponible."
|
286 |
-
|
287 |
-
#: admin/class-stats.php:209
|
288 |
-
msgid "View"
|
289 |
-
msgstr "Afficher"
|
290 |
-
|
291 |
-
#: admin/class-stats.php:210
|
292 |
-
msgid "Edit"
|
293 |
-
msgstr "Modifier"
|
294 |
-
|
295 |
-
#: admin/class-stats.php:211
|
296 |
-
msgid "Delete"
|
297 |
-
msgstr "Supprimer"
|
298 |
-
|
299 |
-
#: admin/class-stats.php:233
|
300 |
-
msgid "Y/m/d g:i:s a"
|
301 |
-
msgstr "d/m/Y \\à G \\h i \\m\\i\\n s \\s"
|
302 |
-
|
303 |
-
#: admin/class-stats.php:240
|
304 |
-
#, php-format
|
305 |
-
msgid "%s ago"
|
306 |
-
msgstr "il y a %s"
|
307 |
-
|
308 |
-
#: admin/class-stats.php:242
|
309 |
-
msgid "Y/m/d"
|
310 |
-
msgstr "d/m/Y"
|
311 |
-
|
312 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
313 |
-
msgid "Title"
|
314 |
-
msgstr "Titre"
|
315 |
-
|
316 |
-
#: admin/class-stats.php:277
|
317 |
-
msgid "Total visits"
|
318 |
-
msgstr "Total des visites"
|
319 |
-
|
320 |
-
#: admin/class-stats.php:278
|
321 |
-
msgid "Daily visits"
|
322 |
-
msgstr "Visites quotidiennes"
|
323 |
-
|
324 |
-
#: admin/class-stats.php:279
|
325 |
-
msgid "Post type"
|
326 |
-
msgstr "Type d'article"
|
327 |
-
|
328 |
-
#: admin/class-stats.php:280
|
329 |
-
msgid "Author"
|
330 |
-
msgstr "Auteur"
|
331 |
-
|
332 |
-
#: admin/class-stats.php:281
|
333 |
-
msgid "Date"
|
334 |
-
msgstr "Date"
|
335 |
-
|
336 |
-
#: admin/class-stats.php:315
|
337 |
-
msgid "Delete Count"
|
338 |
-
msgstr "Supprimer le décompte"
|
339 |
-
|
340 |
-
#: admin/class-stats.php:355
|
341 |
-
msgid "Are you sure you want to do this"
|
342 |
-
msgstr "Voulez-vous vraiment faire cela ?"
|
343 |
-
|
344 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
345 |
-
msgid "General options"
|
346 |
-
msgstr "Options générales"
|
347 |
-
|
348 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
349 |
-
msgid "Counter and tracker options"
|
350 |
-
msgstr "Options de compteur et de traqueur"
|
351 |
-
|
352 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
353 |
-
msgid "Popular post list options"
|
354 |
-
msgstr "Options de la liste d'articles populaires"
|
355 |
-
|
356 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
357 |
-
#: includes/class-top-10-widget.php:115
|
358 |
-
msgid "Thumbnail options"
|
359 |
-
msgstr "Options de la miniature"
|
360 |
-
|
361 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
362 |
-
msgid "Styles"
|
363 |
-
msgstr "Styles"
|
364 |
-
|
365 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
366 |
-
msgid "Maintenance"
|
367 |
-
msgstr "Maintenance"
|
368 |
-
|
369 |
-
#: admin/main-view.php:72
|
370 |
-
msgid "Enable trackers:"
|
371 |
-
msgstr "Activer les trackers :"
|
372 |
-
|
373 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
374 |
-
msgid "Overall"
|
375 |
-
msgstr "Général"
|
376 |
-
|
377 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
378 |
-
msgid "Daily"
|
379 |
-
msgstr "Quotidien"
|
380 |
-
|
381 |
-
#: admin/main-view.php:89
|
382 |
-
msgid "Enable cache:"
|
383 |
-
msgstr "Activer le cache :"
|
384 |
-
|
385 |
-
#: admin/main-view.php:92
|
386 |
-
msgid ""
|
387 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
388 |
-
"output for 1 hour."
|
389 |
-
msgstr ""
|
390 |
-
"Si activé, Top 10 utilisera l'API des transients pour cacher les articles "
|
391 |
-
"populaires pour 1 heure."
|
392 |
-
|
393 |
-
#: admin/main-view.php:93
|
394 |
-
msgid "Clear cache"
|
395 |
-
msgstr "Vider le cache"
|
396 |
-
|
397 |
-
#: admin/main-view.php:97
|
398 |
-
msgid "Use Ajax for tracking:"
|
399 |
-
msgstr "Utiliser Ajax pour le suivi :"
|
400 |
-
|
401 |
-
#: admin/main-view.php:100
|
402 |
-
msgid ""
|
403 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
404 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
405 |
-
"you find that your posts are not tracked."
|
406 |
-
msgstr ""
|
407 |
-
"Ceci essayera d'empêcher W3 Total Cache et d'autres extensions de cache de "
|
408 |
-
"mettre en cache le script de suivi de l'extension. Essayez d'inverser cette "
|
409 |
-
"option au cas où vous remarqueriez que vos articles ne sont pas suivis."
|
410 |
-
|
411 |
-
#: admin/main-view.php:104
|
412 |
-
msgid "Start daily counts from midnight:"
|
413 |
-
msgstr "Démarrer les comptages quotidiens à partir de minuit :"
|
414 |
-
|
415 |
-
#: admin/main-view.php:107
|
416 |
-
msgid ""
|
417 |
-
"Daily counter will display number of visits from midnight. This option is "
|
418 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
419 |
-
"this off will allow you to use the hourly setting in the next option."
|
420 |
-
msgstr ""
|
421 |
-
"Le comptage quotidien affichera le nombre de visites depuis minuit. Cette "
|
422 |
-
"option est cochée par défaut et imite la façon dont la plupart des compteurs "
|
423 |
-
"normaux fonctionnent. Désactiver cette option vous permettra d'utiliser le "
|
424 |
-
"réglage horaire dans l'option suivante."
|
425 |
-
|
426 |
-
#: admin/main-view.php:111
|
427 |
-
msgid "Daily popular contains top posts over:"
|
428 |
-
msgstr "Quotidien populaire contient le top des articles au dessus :"
|
429 |
-
|
430 |
-
#: admin/main-view.php:113
|
431 |
-
msgid "day(s)"
|
432 |
-
msgstr "jour(s)"
|
433 |
-
|
434 |
-
#: admin/main-view.php:114
|
435 |
-
msgid "hour(s)"
|
436 |
-
msgstr "heure(s)"
|
437 |
-
|
438 |
-
#: admin/main-view.php:115
|
439 |
-
msgid ""
|
440 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
441 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
442 |
-
"display posts for as many days or as few hours as you want. This can be "
|
443 |
-
"overridden in the widget."
|
444 |
-
msgstr ""
|
445 |
-
"Considérez que Quotidien populaire dispose d'une gamme de date personnalisée "
|
446 |
-
"appliquée comme un paramètre global. Au lieu d'afficher les messages "
|
447 |
-
"populaires du jour précédent, ce paramètre vous permet d'afficher les "
|
448 |
-
"messages du nombre de jours ou des quelques heures que vous souhaitez. Ceci "
|
449 |
-
"peut être surchargé dans le widget."
|
450 |
-
|
451 |
-
#: admin/main-view.php:119
|
452 |
-
msgid "Delete options on uninstall"
|
453 |
-
msgstr "Supprimer les options lors de la désinstallation"
|
454 |
-
|
455 |
-
#: admin/main-view.php:122
|
456 |
-
msgid ""
|
457 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
458 |
-
"database if you choose to uninstall/delete the plugin."
|
459 |
-
msgstr ""
|
460 |
-
"Si cette case est cochée, tous les paramètres liés à Top 10 sont supprimés "
|
461 |
-
"de la base de données si vous choisissez de désinstaller / supprimer "
|
462 |
-
"l'extension."
|
463 |
-
|
464 |
-
#: admin/main-view.php:126
|
465 |
-
msgid "Delete counter data on uninstall"
|
466 |
-
msgstr "Supprimer les données de compteur lors de la désinstallation"
|
467 |
-
|
468 |
-
#: admin/main-view.php:129
|
469 |
-
msgid ""
|
470 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
471 |
-
"from the database if you choose to uninstall/delete the plugin."
|
472 |
-
msgstr ""
|
473 |
-
"Si cette case est cochée, les tables contenant le compteur de statistiques "
|
474 |
-
"sont retirées de la base de données si vous choisissez de désinstaller / "
|
475 |
-
"supprimer l'extension."
|
476 |
-
|
477 |
-
#: admin/main-view.php:130
|
478 |
-
msgid ""
|
479 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
480 |
-
"lose your counter data."
|
481 |
-
msgstr ""
|
482 |
-
"Conservez cette case décochée si vous choisissez de réinstaller l'extension "
|
483 |
-
"et vous ne voulez pas perdre vos données du compteur."
|
484 |
-
|
485 |
-
#: admin/main-view.php:133
|
486 |
-
msgid "Show metabox:"
|
487 |
-
msgstr "Afficher la boîte méta :"
|
488 |
-
|
489 |
-
#: admin/main-view.php:136
|
490 |
-
msgid ""
|
491 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
492 |
-
"Also applies to Pages and Custom Post Types."
|
493 |
-
msgstr ""
|
494 |
-
"Ceci ajoutera la boîte méta Top 10 sur les écrans Modifier des articles ou "
|
495 |
-
"Ajouter un nouvel article. Cela s'applique aussi aux pages et aux types "
|
496 |
-
"d'articles personnalisés."
|
497 |
-
|
498 |
-
#: admin/main-view.php:140
|
499 |
-
msgid "Limit metabox to Admins only:"
|
500 |
-
msgstr "Limiter la boîte méta uniquement aux admins ;"
|
501 |
-
|
502 |
-
#: admin/main-view.php:143
|
503 |
-
msgid ""
|
504 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
505 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
506 |
-
"metabox. This applies only if the above option is selected."
|
507 |
-
msgstr ""
|
508 |
-
"Si cette option est sélectionnée, la boîte méta sera cachée de toute "
|
509 |
-
"personne qui est pas un administrateur. Sinon, par défaut, contributeurs et "
|
510 |
-
"supérieur seront en mesure de voir la boîte méta. Cela ne s'applique "
|
511 |
-
"uniquement que si l'option ci-dessus est sélectionnée."
|
512 |
-
|
513 |
-
#: admin/main-view.php:148
|
514 |
-
msgid "Link to Top 10 plugin page"
|
515 |
-
msgstr "Lien vers la page de l'extension Top 10"
|
516 |
-
|
517 |
-
#: admin/main-view.php:151
|
518 |
-
msgid ""
|
519 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
520 |
-
"posts"
|
521 |
-
msgstr ""
|
522 |
-
"Un lien vers l'extension est ajouté comme un élément supplémentaire de la "
|
523 |
-
"liste à la liste des articles populaires"
|
524 |
-
|
525 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
526 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
527 |
-
msgid "Save Options"
|
528 |
-
msgstr "Sauvegarder les options"
|
529 |
-
|
530 |
-
#: admin/main-view.php:191
|
531 |
-
msgid "Display number of views on:"
|
532 |
-
msgstr "Afficher le nombre de vues sur :"
|
533 |
-
|
534 |
-
#: admin/main-view.php:193
|
535 |
-
msgid "Posts"
|
536 |
-
msgstr "Articles"
|
537 |
-
|
538 |
-
#: admin/main-view.php:194
|
539 |
-
msgid "Pages"
|
540 |
-
msgstr "Pages"
|
541 |
-
|
542 |
-
#: admin/main-view.php:195
|
543 |
-
msgid "Home page"
|
544 |
-
msgstr "Page d'accueil"
|
545 |
-
|
546 |
-
#: admin/main-view.php:196
|
547 |
-
msgid "Feeds"
|
548 |
-
msgstr "Flux"
|
549 |
-
|
550 |
-
#: admin/main-view.php:197
|
551 |
-
msgid "Category archives"
|
552 |
-
msgstr "Archives de catégorie"
|
553 |
-
|
554 |
-
#: admin/main-view.php:198
|
555 |
-
msgid "Tag archives"
|
556 |
-
msgstr "Archives de mot-clef"
|
557 |
-
|
558 |
-
#: admin/main-view.php:199
|
559 |
-
msgid "Other archives"
|
560 |
-
msgstr "Autres archives"
|
561 |
-
|
562 |
-
#: admin/main-view.php:200
|
563 |
-
msgid ""
|
564 |
-
"If you choose to disable this, please add <code><?php if "
|
565 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
566 |
-
"</code> to your template file where you want it displayed"
|
567 |
-
msgstr ""
|
568 |
-
"Si vous décidez de le désactiver, merci d'ajouter <code><?php if "
|
569 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
570 |
-
"</code> dans votre modèle où vous voulez qu'il s'affiche."
|
571 |
-
|
572 |
-
#: admin/main-view.php:204
|
573 |
-
msgid "Format to display the post views:"
|
574 |
-
msgstr "Format d'affichage des vues d'article:"
|
575 |
-
|
576 |
-
#: admin/main-view.php:207
|
577 |
-
msgid ""
|
578 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
579 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
580 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
581 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
582 |
-
msgstr ""
|
583 |
-
"Utilisez <code>%totalcount%</code> pour afficher le nombre total, <code>"
|
584 |
-
"%dailycount%</code> pour afficher le nombre quotidien et <code>%overallcount"
|
585 |
-
"%</code> pour afficher le nombre global sur l'ensemble des messages sur le "
|
586 |
-
"blog. Les options par défaut affichent par exemple <code>[Visited 123 times, "
|
587 |
-
"23 visits today]</code>"
|
588 |
-
|
589 |
-
#: admin/main-view.php:211
|
590 |
-
msgid "What do display when there are no visits?"
|
591 |
-
msgstr "Que doit-il s'afficher quand il n'y a pas de visite?"
|
592 |
-
|
593 |
-
#: admin/main-view.php:214
|
594 |
-
msgid ""
|
595 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
596 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
597 |
-
"this text will be used. To override this, just enter the same text as above "
|
598 |
-
"option."
|
599 |
-
msgstr ""
|
600 |
-
"Ce texte s'applique uniquement quand il y a 0 résultats pour l'article et "
|
601 |
-
"que ce n'est pas une page seule. Par exemple, si vous affichez des vues "
|
602 |
-
"d'articles sur la page d'accueil ou d'archives alors ce texte sera utilisé. "
|
603 |
-
"Pour passer outre, il suffit d'entrer le même texte que l'option ci-dessus."
|
604 |
-
|
605 |
-
#: admin/main-view.php:218
|
606 |
-
msgid "Always display latest post count"
|
607 |
-
msgstr "Toujours afficher le dernier décompte d'article"
|
608 |
-
|
609 |
-
#: admin/main-view.php:221
|
610 |
-
msgid ""
|
611 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
612 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
613 |
-
"cached counts."
|
614 |
-
msgstr ""
|
615 |
-
"Cette option utilise JavaScript et augmentera le temps de chargement de "
|
616 |
-
"votre page. Désactivez cette option si vous n'utilisez pas d'extension de "
|
617 |
-
"mise en cache ou que vous êtes OK avec l'affichage d'anciens totaux mis en "
|
618 |
-
"cache."
|
619 |
-
|
620 |
-
#: admin/main-view.php:225
|
621 |
-
msgid "Track visits of authors on their own posts?"
|
622 |
-
msgstr "Traquer les visites des auteurs sur leurs propres articles ?"
|
623 |
-
|
624 |
-
#: admin/main-view.php:228
|
625 |
-
msgid ""
|
626 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
627 |
-
msgstr ""
|
628 |
-
"Désactiver cette option empêchera le suivi visites des auteurs sur leurs "
|
629 |
-
"propres articles"
|
630 |
-
|
631 |
-
#: admin/main-view.php:232
|
632 |
-
msgid "Track visits of admins?"
|
633 |
-
msgstr "Traquer les visites des admins ?"
|
634 |
-
|
635 |
-
#: admin/main-view.php:235
|
636 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
637 |
-
msgstr "Désactiver cette option empêchera le suivi des visites des admins."
|
638 |
-
|
639 |
-
#: admin/main-view.php:239
|
640 |
-
msgid "Track visits of Editors?"
|
641 |
-
msgstr "Traquer les visites des éditeurs ?"
|
642 |
-
|
643 |
-
#: admin/main-view.php:242
|
644 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
645 |
-
msgstr "Désactiver cette option empêchera le suivi des visites des éditeurs."
|
646 |
-
|
647 |
-
#: admin/main-view.php:246
|
648 |
-
msgid "Display page views on Posts and Pages in Admin"
|
649 |
-
msgstr ""
|
650 |
-
"Afficher les vues de pages sur les articles et les pages dans "
|
651 |
-
"l'Administration"
|
652 |
-
|
653 |
-
#: admin/main-view.php:249
|
654 |
-
msgid ""
|
655 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
656 |
-
"and All Pages"
|
657 |
-
msgstr ""
|
658 |
-
"Ajoute trois colonnes appelées Vues totales, Vues du jour et Vues pour tous "
|
659 |
-
"les articles et pages"
|
660 |
-
|
661 |
-
#: admin/main-view.php:253
|
662 |
-
msgid "Show number of views to non-admins"
|
663 |
-
msgstr "Afficher le nombre de vues aux non-admins"
|
664 |
-
|
665 |
-
#: admin/main-view.php:256
|
666 |
-
msgid ""
|
667 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
668 |
-
"independent pages with the top posts"
|
669 |
-
msgstr ""
|
670 |
-
"Si vous désactivez ceci alors les non-admins ne peuvent pas voir les "
|
671 |
-
"colonnes ci-dessus ou voir les pages indépendantes avec les meilleurs "
|
672 |
-
"articles"
|
673 |
-
|
674 |
-
#: admin/main-view.php:296
|
675 |
-
msgid "Number of popular posts to display:"
|
676 |
-
msgstr "Nombre d'articles populaires à afficher :"
|
677 |
-
|
678 |
-
#: admin/main-view.php:299
|
679 |
-
msgid ""
|
680 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
681 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
682 |
-
msgstr ""
|
683 |
-
"Nombre maximum d'articles qui seront affichés dans la liste. Cette option "
|
684 |
-
"est utilisée si vous ne spécifiez pas le nombre d'articles dans le widget ou "
|
685 |
-
"les shortcodes"
|
686 |
-
|
687 |
-
#: admin/main-view.php:303
|
688 |
-
msgid "Published age of posts:"
|
689 |
-
msgstr "Ancienneté des articles publiés :"
|
690 |
-
|
691 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
692 |
-
msgid "days"
|
693 |
-
msgstr "jours"
|
694 |
-
|
695 |
-
#: admin/main-view.php:306
|
696 |
-
msgid ""
|
697 |
-
"This options allows you to only show posts that have been published within "
|
698 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
699 |
-
msgstr ""
|
700 |
-
"Cette option vous permet d'afficher uniquement les articles publiés durant "
|
701 |
-
"la période indiquée ci-dessus. Cela s'applique aux listes de l'ensemble des "
|
702 |
-
"articles et des articles quotidiens."
|
703 |
-
|
704 |
-
#: admin/main-view.php:307
|
705 |
-
msgid ""
|
706 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
707 |
-
"posts lists. Enter 0 for no restriction."
|
708 |
-
msgstr ""
|
709 |
-
"Par exemple, 365 jours vous permettra d'afficher uniquement les articles "
|
710 |
-
"publiés au cours de l'année passée parmi la liste des articles populaires. "
|
711 |
-
"Saisissez 0 pour ne pas définir de limite."
|
712 |
-
|
713 |
-
#: admin/main-view.php:311
|
714 |
-
msgid "Post types to include in results (including custom post types)"
|
715 |
-
msgstr ""
|
716 |
-
"Types d'articles à inclure dans les résultats (y compris les types de "
|
717 |
-
"contenu personnalisé)"
|
718 |
-
|
719 |
-
#: admin/main-view.php:325
|
720 |
-
msgid "List of post or page IDs to exclude from the results:"
|
721 |
-
msgstr "La liste des IDs d'articles ou de pages à exclure des résultats :"
|
722 |
-
|
723 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
724 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
725 |
-
msgstr "Entrez une liste d'IDs séparés par une virgule. Exple. 188,320,500"
|
726 |
-
|
727 |
-
#: admin/main-view.php:331
|
728 |
-
msgid "Exclude Categories:"
|
729 |
-
msgstr "Exclure les catégories :"
|
730 |
-
|
731 |
-
#: admin/main-view.php:346
|
732 |
-
msgid ""
|
733 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
734 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
735 |
-
"options"
|
736 |
-
msgstr ""
|
737 |
-
"Liste des identifiants de catégorie séparés par une virgule. Le champ ci-"
|
738 |
-
"dessus a une saisie semi-automatique commencez donc à taper les premières "
|
739 |
-
"lettres et il vous proposera des options"
|
740 |
-
|
741 |
-
#: admin/main-view.php:350
|
742 |
-
msgid "Excluded category IDs are:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:356
|
746 |
-
msgid ""
|
747 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
748 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
749 |
-
"unique to this taxonomy."
|
750 |
-
msgstr ""
|
751 |
-
|
752 |
-
#: admin/main-view.php:362
|
753 |
-
msgid "Title of popular posts:"
|
754 |
-
msgstr "Titre des articles populaires :"
|
755 |
-
|
756 |
-
#: admin/main-view.php:368
|
757 |
-
msgid "Title of daily popular posts:"
|
758 |
-
msgstr "Titre des articles populaires quotidiens :"
|
759 |
-
|
760 |
-
#: admin/main-view.php:374
|
761 |
-
msgid "When there are no posts, what should be shown?"
|
762 |
-
msgstr "Quand il n'y a aucun article, qu'est-ce qui doit être affiché ?"
|
763 |
-
|
764 |
-
#: admin/main-view.php:378
|
765 |
-
msgid "Blank Output"
|
766 |
-
msgstr "Sortie vide"
|
767 |
-
|
768 |
-
#: admin/main-view.php:382
|
769 |
-
msgid "Display:"
|
770 |
-
msgstr "Affichage :"
|
771 |
-
|
772 |
-
#: admin/main-view.php:387
|
773 |
-
msgid "Show post excerpt in list?"
|
774 |
-
msgstr "Afficher l'extrait de l'article en liste ?"
|
775 |
-
|
776 |
-
#: admin/main-view.php:393
|
777 |
-
msgid "Length of excerpt (in words):"
|
778 |
-
msgstr "Longueur de l'extrait (en mots) :"
|
779 |
-
|
780 |
-
#: admin/main-view.php:399
|
781 |
-
msgid "Show post author in list?"
|
782 |
-
msgstr "Afficher l'auteur de l'article en liste ?"
|
783 |
-
|
784 |
-
#: admin/main-view.php:405
|
785 |
-
msgid "Show post date in list?"
|
786 |
-
msgstr "Afficher la date de l'article en liste ?"
|
787 |
-
|
788 |
-
#: admin/main-view.php:411
|
789 |
-
msgid "Limit post title length (in characters)"
|
790 |
-
msgstr "Limiter la longueur du titre de l'article (en caractères)"
|
791 |
-
|
792 |
-
#: admin/main-view.php:417
|
793 |
-
msgid "Show view count in list?"
|
794 |
-
msgstr "Afficher nombre de vues dans la liste ?"
|
795 |
-
|
796 |
-
#: admin/main-view.php:423
|
797 |
-
msgid "Open links in new window"
|
798 |
-
msgstr "Ouvrir les liens dans une nouvelle fenêtre"
|
799 |
-
|
800 |
-
#: admin/main-view.php:429
|
801 |
-
msgid "Add nofollow attribute to links in the list"
|
802 |
-
msgstr "Ajouter un attribut de nofollow aux liens de la liste"
|
803 |
-
|
804 |
-
#: admin/main-view.php:435
|
805 |
-
msgid "Exclude display of related posts on these posts / pages"
|
806 |
-
msgstr "Exclure l'affichage des articles relatifs sur ces articles / pages"
|
807 |
-
|
808 |
-
#: admin/main-view.php:442
|
809 |
-
msgid "Customise the list HTML"
|
810 |
-
msgstr "Personnaliser la liste HTML"
|
811 |
-
|
812 |
-
#: admin/main-view.php:445
|
813 |
-
msgid "HTML to display before the list of posts:"
|
814 |
-
msgstr "HTML à afficher avant la liste des articles :"
|
815 |
-
|
816 |
-
#: admin/main-view.php:451
|
817 |
-
msgid "HTML to display before each list item:"
|
818 |
-
msgstr "HTML à afficher avant chaque élément de la liste :"
|
819 |
-
|
820 |
-
#: admin/main-view.php:457
|
821 |
-
msgid "HTML to display after each list item:"
|
822 |
-
msgstr "HTML à afficher après chaque élément de la liste :"
|
823 |
-
|
824 |
-
#: admin/main-view.php:463
|
825 |
-
msgid "HTML to display after the list of posts:"
|
826 |
-
msgstr "HTML à afficher après la liste d'articles :"
|
827 |
-
|
828 |
-
#: admin/main-view.php:504
|
829 |
-
msgid "Location of post thumbnail:"
|
830 |
-
msgstr "Emplacement de la miniature de l'article :"
|
831 |
-
|
832 |
-
#: admin/main-view.php:508
|
833 |
-
msgid "Display thumbnails inline with posts, before title"
|
834 |
-
msgstr "Afficher les miniatures avec l'article, avant le titre"
|
835 |
-
|
836 |
-
#: admin/main-view.php:513
|
837 |
-
msgid "Display thumbnails inline with posts, after title"
|
838 |
-
msgstr "Afficher les miniatures avec l'article, après le titre"
|
839 |
-
|
840 |
-
#: admin/main-view.php:518
|
841 |
-
msgid "Display only thumbnails, no text"
|
842 |
-
msgstr "Que les miniatures, pas de texte"
|
843 |
-
|
844 |
-
#: admin/main-view.php:523
|
845 |
-
msgid "Do not display thumbnails, only text."
|
846 |
-
msgstr "Pas de miniature, que le texte"
|
847 |
-
|
848 |
-
#: admin/main-view.php:527
|
849 |
-
msgid ""
|
850 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
851 |
-
"under the Styles section. If you would like to change this option, please "
|
852 |
-
"select No styles under the Styles section."
|
853 |
-
msgstr ""
|
854 |
-
"Ce paramètre ne peut être modifié en raison d'un style intégré sélectionné "
|
855 |
-
"dans la section Styles. Si vous souhaitez modifier cette option, veuillez "
|
856 |
-
"sélectionner Aucun styles dans la section Styles."
|
857 |
-
|
858 |
-
#: admin/main-view.php:531
|
859 |
-
msgid "Thumbnail size:"
|
860 |
-
msgstr "Taille des miniatures :"
|
861 |
-
|
862 |
-
#: admin/main-view.php:555
|
863 |
-
msgid "Custom size"
|
864 |
-
msgstr "Taille personnalisée"
|
865 |
-
|
866 |
-
#: admin/main-view.php:558
|
867 |
-
msgid ""
|
868 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
869 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
870 |
-
"settings below. For best results, use a cropped image."
|
871 |
-
msgstr ""
|
872 |
-
"Vous pouvez choisir parmi les tailles d'images existantes ci-dessus ou créer "
|
873 |
-
"une taille personnalisée. Si vous avez choisi la taille personnalisée ci-"
|
874 |
-
"dessus, alors entrez la largeur, puis la hauteur et les réglages de "
|
875 |
-
"recadrage ci-dessous. Pour de meilleurs résultats, utilisez une image "
|
876 |
-
"recadrée."
|
877 |
-
|
878 |
-
#: admin/main-view.php:559
|
879 |
-
msgid ""
|
880 |
-
"If you change the width and/or height below, existing images will not be "
|
881 |
-
"automatically resized."
|
882 |
-
msgstr ""
|
883 |
-
"Si vous modifiez la hauteur/largeur ci-dessus, les images existantes seront "
|
884 |
-
"automatiquement redimensionnées."
|
885 |
-
|
886 |
-
#: admin/main-view.php:560
|
887 |
-
#, php-format
|
888 |
-
msgid ""
|
889 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
890 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
891 |
-
"all image sizes."
|
892 |
-
msgstr ""
|
893 |
-
"Je recommande d'utiliser les extensions <a href='%s' class='thickbox'>OTF "
|
894 |
-
"Regenerate Thumbnails</a> ou <a href='%s' class='thickbox'>Regenerate "
|
895 |
-
"Thumbnails</a> pour régénérer toutes les tailles d'image."
|
896 |
-
|
897 |
-
#: admin/main-view.php:563
|
898 |
-
msgid ""
|
899 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
900 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
901 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
902 |
-
"strong> option below"
|
903 |
-
msgstr ""
|
904 |
-
"Si vous utilisez le style Miniatures à gauche ci-dessous, la largeur et la "
|
905 |
-
"hauteur de la miniature que vous définissez ici remplaceront le widget. "
|
906 |
-
"Sinon, choisissez <strong>Attributs de style</strong> dans l'option "
|
907 |
-
"<strong>Attributs de taille de l'image</strong> ci-dessous."
|
908 |
-
|
909 |
-
#: admin/main-view.php:566
|
910 |
-
msgid "Width of custom thumbnail:"
|
911 |
-
msgstr "Largeur de la miniature personnalisée :"
|
912 |
-
|
913 |
-
#: admin/main-view.php:571
|
914 |
-
msgid "Height of custom thumbnail"
|
915 |
-
msgstr "Hauteur de la miniature personnalisée"
|
916 |
-
|
917 |
-
#: admin/main-view.php:576
|
918 |
-
msgid "Crop mode:"
|
919 |
-
msgstr "Mode de recadrage:"
|
920 |
-
|
921 |
-
#: admin/main-view.php:580
|
922 |
-
msgid ""
|
923 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
924 |
-
"hard crop the thumbnails."
|
925 |
-
msgstr ""
|
926 |
-
"Par défaut, les miniatures seront recadrées proportionnellement. Cocher "
|
927 |
-
"cette case pour recadrer (hard crop) les miniatures. "
|
928 |
-
|
929 |
-
#: admin/main-view.php:581
|
930 |
-
#, php-format
|
931 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
932 |
-
msgstr ""
|
933 |
-
"<a href='%s' target='_blank'>La différence entre le soft le hard crop</a>"
|
934 |
-
|
935 |
-
#: admin/main-view.php:585
|
936 |
-
msgid "Image size attributes:"
|
937 |
-
msgstr "Attributs de taille de l'image :"
|
938 |
-
|
939 |
-
#: admin/main-view.php:589
|
940 |
-
msgid "Style attributes are used for width and height."
|
941 |
-
msgstr "Les attributs de style sont utilisés pour la hauteur et la largeur."
|
942 |
-
|
943 |
-
#: admin/main-view.php:595
|
944 |
-
msgid "HTML width and height attributes are used for width and height."
|
945 |
-
msgstr ""
|
946 |
-
"Les attributs HTML de hauteur et largeur sont utilisés pour la hauteur et la "
|
947 |
-
"largeur."
|
948 |
-
|
949 |
-
#: admin/main-view.php:601
|
950 |
-
msgid "No HTML or Style attributes set for width and height"
|
951 |
-
msgstr "Aucun attribut HTML ou de style utilisé pour la hauteur et la largeur"
|
952 |
-
|
953 |
-
#: admin/main-view.php:606
|
954 |
-
msgid "Post thumbnail meta field name:"
|
955 |
-
msgstr "Nom du champ méta de la miniature de l'article :"
|
956 |
-
|
957 |
-
#: admin/main-view.php:609
|
958 |
-
msgid ""
|
959 |
-
"The value of this field should contain the image source and is set in the "
|
960 |
-
"<em>Add New Post</em> screen"
|
961 |
-
msgstr ""
|
962 |
-
"La valeur de ce champ doit contenir la source de l'image et se trouve dans "
|
963 |
-
"l'écran <em>Ajouter un nouvel article</em>"
|
964 |
-
|
965 |
-
#: admin/main-view.php:612
|
966 |
-
msgid ""
|
967 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
968 |
-
"from the post?"
|
969 |
-
msgstr ""
|
970 |
-
"Si le postmeta n'est pas défini, est-ce que l'extension doit alors extraire "
|
971 |
-
"la première image de l'article ?"
|
972 |
-
|
973 |
-
#: admin/main-view.php:615
|
974 |
-
msgid ""
|
975 |
-
"This could slow down the loading of your page if the first image in the "
|
976 |
-
"related posts is large in file-size"
|
977 |
-
msgstr ""
|
978 |
-
"Cela pourrait ralentir le chargement de votre page si la première image dans "
|
979 |
-
"les articles concernés est un fichier grande taille."
|
980 |
-
|
981 |
-
#: admin/main-view.php:618
|
982 |
-
msgid "Use default thumbnail?"
|
983 |
-
msgstr "Utiliser la miniature par défaut ?"
|
984 |
-
|
985 |
-
#: admin/main-view.php:621
|
986 |
-
msgid ""
|
987 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
988 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
989 |
-
msgstr ""
|
990 |
-
"Si coché, quand aucune miniature n'est trouvée, celle par défaut à l'URL ci-"
|
991 |
-
"dessous est utilisée. Si décoché et qu'aucune miniature n'est trouvée, "
|
992 |
-
"aucune image ne sera affichée."
|
993 |
-
|
994 |
-
#: admin/main-view.php:624
|
995 |
-
msgid "Default thumbnail:"
|
996 |
-
msgstr "Miniature par défaut :"
|
997 |
-
|
998 |
-
#: admin/main-view.php:628
|
999 |
-
msgid ""
|
1000 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
1001 |
-
"then it will check the meta field. If this is not available, then it will "
|
1002 |
-
"show the default image as specified above"
|
1003 |
-
msgstr ""
|
1004 |
-
"L'extension va d'abord vérifier si l'article contient une miniature. Si ce "
|
1005 |
-
"n'est pas le cas alors elle vérifie les métadonnées. Si aucune n'est "
|
1006 |
-
"toujours pas disponible, alors elle affichera l'image par défaut comme "
|
1007 |
-
"indiquée ci-dessus."
|
1008 |
-
|
1009 |
-
#: admin/main-view.php:667
|
1010 |
-
msgid "Style of the related posts:"
|
1011 |
-
msgstr "Style des articles relatifs :"
|
1012 |
-
|
1013 |
-
#: admin/main-view.php:670
|
1014 |
-
msgid "No styles"
|
1015 |
-
msgstr "Aucun style"
|
1016 |
-
|
1017 |
-
#: admin/main-view.php:672
|
1018 |
-
msgid "Select this option if you plan to add your own styles"
|
1019 |
-
msgstr "Sélectionnez cette option si vous voulez ajouter vos propres styles"
|
1020 |
-
|
1021 |
-
#: admin/main-view.php:677
|
1022 |
-
msgid "Left Thumbnails"
|
1023 |
-
msgstr "Miniatures à gauche"
|
1024 |
-
|
1025 |
-
#: admin/main-view.php:680
|
1026 |
-
msgid ""
|
1027 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
1028 |
-
"Disabling this option will not revert any settings."
|
1029 |
-
msgstr ""
|
1030 |
-
"L'activation de cette option permettre l'affichage des miniatures avant le "
|
1031 |
-
"texte. La désactivation de cette option ne réinitialisera aucun réglage."
|
1032 |
-
|
1033 |
-
#: admin/main-view.php:681
|
1034 |
-
#, php-format
|
1035 |
-
msgid ""
|
1036 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
1037 |
-
msgstr ""
|
1038 |
-
"Vous pouvez voir le style par défaut sur <a href=\"%1$s\" target=\"_blank\">"
|
1039 |
-
"%1$s</a>"
|
1040 |
-
|
1041 |
-
#: admin/main-view.php:685
|
1042 |
-
msgid "Text only"
|
1043 |
-
msgstr "Texte uniquement"
|
1044 |
-
|
1045 |
-
#: admin/main-view.php:687
|
1046 |
-
msgid ""
|
1047 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
1048 |
-
"default style sheet included in the plugin."
|
1049 |
-
msgstr ""
|
1050 |
-
"L'activation de cette option désactivera les miniatures et le style par "
|
1051 |
-
"défaut de l'extension. "
|
1052 |
-
|
1053 |
-
#: admin/main-view.php:703
|
1054 |
-
msgid "Custom CSS to add to header:"
|
1055 |
-
msgstr "CSS personnalisé a ajouter dans l'en-tête :"
|
1056 |
-
|
1057 |
-
#: admin/main-view.php:708
|
1058 |
-
msgid ""
|
1059 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
1060 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
1061 |
-
"available CSS classes to style."
|
1062 |
-
msgstr ""
|
1063 |
-
"Ne pas inclure les balises de <code>style</code>. Découvrez la <a href="
|
1064 |
-
"\"http://wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</"
|
1065 |
-
"a> pour les classes CSS disponibles pour le style."
|
1066 |
-
|
1067 |
-
#: admin/main-view.php:728
|
1068 |
-
msgid "Default Options"
|
1069 |
-
msgstr "options par défaut"
|
1070 |
-
|
1071 |
-
#: admin/main-view.php:728
|
1072 |
-
msgid "Do you want to set options to Default?"
|
1073 |
-
msgstr "Voulez-vous réinitialiser les options à leurs valeurs par défaut ?"
|
1074 |
-
|
1075 |
-
#: admin/main-view.php:752
|
1076 |
-
msgid ""
|
1077 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
1078 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
1079 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
1080 |
-
"will automatically delete entries older than 90 days."
|
1081 |
-
msgstr ""
|
1082 |
-
"Au fil du temps la base de données journalière de Top 10 grandit en taille, "
|
1083 |
-
"ce qui réduit la performance de l'extension. Un nettoyage de la base de "
|
1084 |
-
"données à intervalles réguliers pourrait améliorer les performances, en "
|
1085 |
-
"particulier sur les blogs à fort trafic. Activer la maintenance supprimera "
|
1086 |
-
"automatiquement les entrées de plus de 90 jours."
|
1087 |
-
|
1088 |
-
#: admin/main-view.php:753
|
1089 |
-
msgid ""
|
1090 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
1091 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
1092 |
-
msgstr ""
|
1093 |
-
"Remarque : Lorsque de la maintenance programmée est activée, WordPress "
|
1094 |
-
"va exécuter la tâche cron chaque fois que la tâche est re-planifée (càd "
|
1095 |
-
"quand vous changez les paramètres ci-dessous)."
|
1096 |
-
|
1097 |
-
#: admin/main-view.php:756
|
1098 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
1099 |
-
msgstr "Activer la maintenance planifiée des tables quotidiennes :"
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:760
|
1102 |
-
msgid "Time to run maintenance"
|
1103 |
-
msgstr "Heure de lancement de la maintenance"
|
1104 |
-
|
1105 |
-
#: admin/main-view.php:761
|
1106 |
-
msgid "hrs"
|
1107 |
-
msgstr "hrs"
|
1108 |
-
|
1109 |
-
#: admin/main-view.php:761
|
1110 |
-
msgid "min"
|
1111 |
-
msgstr "min"
|
1112 |
-
|
1113 |
-
#: admin/main-view.php:763
|
1114 |
-
msgid "How often should the maintenance be run:"
|
1115 |
-
msgstr "À quelle fréquence la maintenance doit être exécutée :"
|
1116 |
-
|
1117 |
-
#: admin/main-view.php:771
|
1118 |
-
msgid "Weekly"
|
1119 |
-
msgstr "Hebdomadaire"
|
1120 |
-
|
1121 |
-
#: admin/main-view.php:775
|
1122 |
-
msgid "Fortnightly"
|
1123 |
-
msgstr "Bimensuellement"
|
1124 |
-
|
1125 |
-
#: admin/main-view.php:779
|
1126 |
-
msgid "Monthly"
|
1127 |
-
msgstr "Mensuel"
|
1128 |
-
|
1129 |
-
#: admin/main-view.php:788
|
1130 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1131 |
-
msgstr "La tâche cron a été planifiée. La maintenance s'exécutera."
|
1132 |
-
|
1133 |
-
#: admin/main-view.php:793
|
1134 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1135 |
-
msgstr ""
|
1136 |
-
"La tâche cron est absente. Merci de sauvegarder à nouveau cette page pour "
|
1137 |
-
"ajouter la tâche."
|
1138 |
-
|
1139 |
-
#: admin/main-view.php:798
|
1140 |
-
msgid "Maintenance is turned off"
|
1141 |
-
msgstr "La maintenance est désactivée"
|
1142 |
-
|
1143 |
-
#: admin/main-view.php:804
|
1144 |
-
msgid "Save Maintenance Options"
|
1145 |
-
msgstr "Sauvegarder les options de maintenance"
|
1146 |
-
|
1147 |
-
#: admin/main-view.php:812
|
1148 |
-
msgid "Reset count and other tools"
|
1149 |
-
msgstr "Réinitialiser le compteur et d'autres outils"
|
1150 |
-
|
1151 |
-
#: admin/main-view.php:815
|
1152 |
-
msgid ""
|
1153 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1154 |
-
"before proceeding"
|
1155 |
-
msgstr ""
|
1156 |
-
"Ceci ne peut pas être inversé. Assurez-vous que votre base de données a bien "
|
1157 |
-
"été sauvegardée avant de continuer"
|
1158 |
-
|
1159 |
-
#: admin/main-view.php:818
|
1160 |
-
msgid "Reset Popular Posts"
|
1161 |
-
msgstr "Réinitialiser les articles populaires"
|
1162 |
-
|
1163 |
-
#: admin/main-view.php:818
|
1164 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1165 |
-
msgstr "Etes-vous sur de vouloir réinitialiser les articles populaires?"
|
1166 |
-
|
1167 |
-
#: admin/main-view.php:819
|
1168 |
-
msgid "Reset Daily Popular Posts"
|
1169 |
-
msgstr "Réinitialiser les articles populaires quotidiens"
|
1170 |
-
|
1171 |
-
#: admin/main-view.php:819
|
1172 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1173 |
-
msgstr ""
|
1174 |
-
"Etes-vous sur de vouloir réinitialiser les articles populaires quotidiens?"
|
1175 |
-
|
1176 |
-
#: admin/main-view.php:822
|
1177 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1178 |
-
msgstr ""
|
1179 |
-
"Cela fusionnera le nombre d'articles pour les articles avec des entrées de "
|
1180 |
-
"table de 0 et 1"
|
1181 |
-
|
1182 |
-
#: admin/main-view.php:825
|
1183 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1184 |
-
msgstr "Fusionner le compte d'articles de blog ID 0 et 1"
|
1185 |
-
|
1186 |
-
#: admin/main-view.php:825
|
1187 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1188 |
-
msgstr ""
|
1189 |
-
"Ceci va fusionnera le nombre d'articles des blog IDs 0 et 1. Procéder ?"
|
1190 |
-
|
1191 |
-
#: admin/main-view.php:828
|
1192 |
-
msgid ""
|
1193 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1194 |
-
"Clicking the button below will merge these duplicate IDs"
|
1195 |
-
msgstr ""
|
1196 |
-
"Dans les anciennes versions, l'extension créait des entrées avec des IDs "
|
1197 |
-
"d'articles en double. Cliquer sur le bouton ci-dessous va fusionner ces IDs "
|
1198 |
-
"en double."
|
1199 |
-
|
1200 |
-
#: admin/main-view.php:831
|
1201 |
-
msgid "Merge duplicates across blog IDs"
|
1202 |
-
msgstr "Fusionner les doublons à travers les IDs de blog"
|
1203 |
-
|
1204 |
-
#: admin/main-view.php:831
|
1205 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1206 |
-
msgstr "Ceci va supprimer les entrées dupliquées dans les tables. Procéder?"
|
1207 |
-
|
1208 |
-
#: admin/main-view.php:847
|
1209 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1210 |
-
msgstr "WordPress Multisite: Migrer Top 10 de la version v1.x à la 2.x"
|
1211 |
-
|
1212 |
-
#: admin/main-view.php:850
|
1213 |
-
msgid ""
|
1214 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1215 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1216 |
-
"two tables being created for each site in the network."
|
1217 |
-
msgstr ""
|
1218 |
-
"Si vous avez utilisé Top 10 v1.x sur un multisite, vous avez eu besoin "
|
1219 |
-
"d'activer l'extension indépendamment pour chaque site. Il en a résulté la "
|
1220 |
-
"création de deux tables pour chaque site du réseau."
|
1221 |
-
|
1222 |
-
#: admin/main-view.php:851
|
1223 |
-
msgid ""
|
1224 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1225 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1226 |
-
"from v1.x tables to the new v2.x table format."
|
1227 |
-
msgstr ""
|
1228 |
-
"Top 10 v2.x et plus récent utilise uniquement une seule table pour "
|
1229 |
-
"enregistrer le compte en gardant votre base de données propre. Vous pouvez "
|
1230 |
-
"utiliser cet outil pour importer les comptes enregistrés depuis des tables "
|
1231 |
-
"v1.x vers le nouveau format de table v2.x."
|
1232 |
-
|
1233 |
-
#: admin/main-view.php:854
|
1234 |
-
msgid ""
|
1235 |
-
"If you do not see any tables below, then it means that either all data has "
|
1236 |
-
"already been imported or no relevant information has been found."
|
1237 |
-
msgstr ""
|
1238 |
-
"Si vous ne voyez pas de tables ci-dessous, cela signifie que soit toutes les "
|
1239 |
-
"données ont déjà été importées ou qu'aucune information pertinente n'a été "
|
1240 |
-
"trouvée."
|
1241 |
-
|
1242 |
-
#: admin/main-view.php:857
|
1243 |
-
msgid ""
|
1244 |
-
"After running the importer, please verify that all the counts have been "
|
1245 |
-
"successfully imported. Only then should you delete any old tables!"
|
1246 |
-
msgstr ""
|
1247 |
-
"Après l'exécution de l'outil d'import, merci de vérifier que tous les "
|
1248 |
-
"comptes ont été correctement importés. Ensuite seulement, vous devrez "
|
1249 |
-
"supprimer toutes les anciennes tables !"
|
1250 |
-
|
1251 |
-
#: admin/main-view.php:891
|
1252 |
-
msgid "Blog ID"
|
1253 |
-
msgstr "Blog ID"
|
1254 |
-
|
1255 |
-
#: admin/main-view.php:894
|
1256 |
-
msgid "Status"
|
1257 |
-
msgstr "Statut"
|
1258 |
-
|
1259 |
-
#: admin/main-view.php:897
|
1260 |
-
msgid "Select to import"
|
1261 |
-
msgstr "Sélectionner pour importer"
|
1262 |
-
|
1263 |
-
#: admin/main-view.php:907
|
1264 |
-
msgid "Blog #"
|
1265 |
-
msgstr "Blog No"
|
1266 |
-
|
1267 |
-
#: admin/main-view.php:917
|
1268 |
-
msgid "Not imported"
|
1269 |
-
msgstr "Non importé"
|
1270 |
-
|
1271 |
-
#: admin/main-view.php:921
|
1272 |
-
msgid "Imported"
|
1273 |
-
msgstr "Importé"
|
1274 |
-
|
1275 |
-
#: admin/main-view.php:942
|
1276 |
-
msgid "Begin import"
|
1277 |
-
msgstr "Démarrer l'import"
|
1278 |
-
|
1279 |
-
#: admin/main-view.php:943
|
1280 |
-
msgid "Delete selected tables"
|
1281 |
-
msgstr "Supprimer les tables sélectionnées"
|
1282 |
-
|
1283 |
-
#: admin/main-view.php:944
|
1284 |
-
msgid "Delete all imported tables"
|
1285 |
-
msgstr "Supprimer toutes les tables importées"
|
1286 |
-
|
1287 |
-
#: includes/class-top-10-widget.php:31
|
1288 |
-
msgid "Popular Posts [Top 10]"
|
1289 |
-
msgstr "Articles populaires [Top 10]"
|
1290 |
-
|
1291 |
-
#: includes/class-top-10-widget.php:32
|
1292 |
-
msgid "Display popular posts"
|
1293 |
-
msgstr "Afficher les articles populaires"
|
1294 |
-
|
1295 |
-
#: includes/class-top-10-widget.php:76
|
1296 |
-
msgid "No. of posts"
|
1297 |
-
msgstr "No. de l'articles"
|
1298 |
-
|
1299 |
-
#: includes/class-top-10-widget.php:82
|
1300 |
-
msgid "Custom time period (Enter below)"
|
1301 |
-
msgstr "Personnaliser l'intervalle de temps (Entrez ci-dessous)"
|
1302 |
-
|
1303 |
-
#: includes/class-top-10-widget.php:86
|
1304 |
-
msgid "In days and hours (applies only to custom option above)"
|
1305 |
-
msgstr ""
|
1306 |
-
"En jours et heures (s'applique uniquement à l'option personnalisée ci-dessus)"
|
1307 |
-
|
1308 |
-
#: includes/class-top-10-widget.php:91
|
1309 |
-
msgid "hours"
|
1310 |
-
msgstr "heures"
|
1311 |
-
|
1312 |
-
#: includes/class-top-10-widget.php:96
|
1313 |
-
msgid "Show count?"
|
1314 |
-
msgstr "Afficher le compte ?"
|
1315 |
-
|
1316 |
-
#: includes/class-top-10-widget.php:101
|
1317 |
-
msgid "Show excerpt?"
|
1318 |
-
msgstr "Afficher l'extrait ?"
|
1319 |
-
|
1320 |
-
#: includes/class-top-10-widget.php:106
|
1321 |
-
msgid "Show author?"
|
1322 |
-
msgstr "Afficher l'auteur ?"
|
1323 |
-
|
1324 |
-
#: includes/class-top-10-widget.php:111
|
1325 |
-
msgid "Show date?"
|
1326 |
-
msgstr "Afficher la date ?"
|
1327 |
-
|
1328 |
-
#: includes/class-top-10-widget.php:117
|
1329 |
-
msgid "Thumbnails inline, before title"
|
1330 |
-
msgstr "Miniature avant le titre"
|
1331 |
-
|
1332 |
-
#: includes/class-top-10-widget.php:118
|
1333 |
-
msgid "Thumbnails inline, after title"
|
1334 |
-
msgstr "Miniatures après le titre"
|
1335 |
-
|
1336 |
-
#: includes/class-top-10-widget.php:119
|
1337 |
-
msgid "Only thumbnails, no text"
|
1338 |
-
msgstr "Que les miniatures, pas de texte"
|
1339 |
-
|
1340 |
-
#: includes/class-top-10-widget.php:120
|
1341 |
-
msgid "No thumbnails, only text."
|
1342 |
-
msgstr "Pas de miniature, que le texte"
|
1343 |
-
|
1344 |
-
#: includes/class-top-10-widget.php:125
|
1345 |
-
msgid "Thumbnail height"
|
1346 |
-
msgstr "Hauteur de la vignette"
|
1347 |
-
|
1348 |
-
#: includes/class-top-10-widget.php:131
|
1349 |
-
msgid "Thumbnail width"
|
1350 |
-
msgstr "Largeur des vignettes"
|
1351 |
-
|
1352 |
-
#: includes/class-top-10-widget.php:135
|
1353 |
-
msgid "Post types to include:"
|
1354 |
-
msgstr "Types d'articles à inclure :"
|
1355 |
-
|
1356 |
-
#: includes/media.php:62
|
1357 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1358 |
-
msgstr "L'argument thumb_timthumb est devenu obsolète"
|
1359 |
-
|
1360 |
-
#: includes/media.php:66
|
1361 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1362 |
-
msgstr "L'argument thumb_timthumb_q est devenu obsolète"
|
1363 |
-
|
1364 |
-
#: includes/media.php:70
|
1365 |
-
msgid "filter argument has been deprecated"
|
1366 |
-
msgstr "L'argument filter est devenu obsolète"
|
1367 |
-
|
1368 |
-
#: includes/output-generator.php:239
|
1369 |
-
msgid " by "
|
1370 |
-
msgstr " par"
|
1371 |
-
|
1372 |
-
#: top-10.php:163
|
1373 |
-
msgid ""
|
1374 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1375 |
-
"posts only."
|
1376 |
-
msgstr ""
|
1377 |
-
"L'argument post_only est déprécié. Utiliser get_tptn_pop_posts() pour "
|
1378 |
-
"récupérer uniquement les articles."
|
1379 |
-
|
1380 |
-
#: top-10.php:300
|
1381 |
-
#, php-format
|
1382 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1383 |
-
msgstr ""
|
1384 |
-
"Articles populaires par l'<a href=\"%s\" rel=\"nofollow\" %s>extension Top "
|
1385 |
-
"10</a>"
|
1386 |
-
|
1387 |
-
#: top-10.php:641
|
1388 |
-
msgid "<h3>Popular Posts</h3>"
|
1389 |
-
msgstr "<h3>Articles populaires</h3>"
|
1390 |
-
|
1391 |
-
#: top-10.php:642
|
1392 |
-
msgid "<h3>Daily Popular</h3>"
|
1393 |
-
msgstr "<h3>Populaire Quotidien</h3>"
|
1394 |
-
|
1395 |
-
#: top-10.php:643
|
1396 |
-
msgid "No top posts yet"
|
1397 |
-
msgstr "Pas encore d'articles dans le classement "
|
1398 |
-
|
1399 |
-
#: top-10.php:1124
|
1400 |
-
msgid "Once Weekly"
|
1401 |
-
msgstr "Une fois par semaine"
|
1402 |
-
|
1403 |
-
#: top-10.php:1128
|
1404 |
-
msgid "Once Fortnightly"
|
1405 |
-
msgstr "Une fois tous les quinze jours"
|
1406 |
-
|
1407 |
-
#: top-10.php:1132
|
1408 |
-
msgid "Once Monthly"
|
1409 |
-
msgstr "Une fois par mois"
|
1410 |
-
|
1411 |
-
#: top-10.php:1136
|
1412 |
-
msgid "Once quarterly"
|
1413 |
-
msgstr "Une fois par trimestre"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-ga_IR.mo
DELETED
Binary file
|
languages/top-10-ga_IR.po
DELETED
@@ -1,1369 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Тоp 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:35+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Lets Be Famous <ray.s@letsbefamous.com>\n"
|
9 |
-
"Language: ga_IE\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "laethúil Coitianta"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "laethúil Coitianta"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "laethúil Coitianta"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Poist Coitianta"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Poist Coitianta Laethúil"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
msgid "Visit count:"
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: admin/admin-metabox.php:106
|
61 |
-
msgid ""
|
62 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
63 |
-
"will set the count to zero"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: admin/admin-metabox.php:115
|
67 |
-
msgid "Disable Popular Posts display:"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: admin/admin-metabox.php:118
|
71 |
-
msgid ""
|
72 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
73 |
-
"when viewing this post."
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
#: admin/admin-metabox.php:122
|
77 |
-
msgid "Exclude this post from the popular posts list:"
|
78 |
-
msgstr ""
|
79 |
-
|
80 |
-
#: admin/admin-metabox.php:125
|
81 |
-
msgid ""
|
82 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
83 |
-
"list."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: admin/admin-metabox.php:129
|
87 |
-
msgid "Location of thumbnail:"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: admin/admin-metabox.php:131
|
91 |
-
msgid ""
|
92 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
93 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
94 |
-
"set under Top 10 Settings » Thumbnail options."
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: admin/admin-metabox.php:132
|
98 |
-
msgid "The URL above is saved in the meta field:"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: admin/admin-metabox.php:137
|
102 |
-
#, php-format
|
103 |
-
msgid ""
|
104 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
105 |
-
"will need to make the same change in the %1$s meta box on this page."
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
#: admin/admin.php:190
|
109 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: admin/admin.php:193
|
113 |
-
msgid ""
|
114 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
115 |
-
"text."
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: admin/admin.php:196
|
119 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: admin/admin.php:199
|
123 |
-
#, php-format
|
124 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: admin/admin.php:214
|
128 |
-
msgid "Options set to Default."
|
129 |
-
msgstr "Roghanna leagtha chun Réamhshocrú."
|
130 |
-
|
131 |
-
#: admin/admin.php:221
|
132 |
-
#, fuzzy
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "Teideal an post tóir:"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
#, fuzzy
|
138 |
-
msgid "Top 10 daily popular posts reset"
|
139 |
-
msgstr "Teideal ar tóir an bpost:"
|
140 |
-
|
141 |
-
#: admin/admin.php:236
|
142 |
-
msgid "Duplicate rows cleaned from tables"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: admin/admin.php:244
|
146 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: admin/admin.php:257
|
150 |
-
msgid "Scheduled maintenance enabled / modified"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: admin/admin.php:261
|
154 |
-
msgid "Scheduled maintenance disabled"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: admin/admin.php:299
|
158 |
-
msgid "Counts from selected sites have been imported."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: admin/admin.php:324
|
162 |
-
msgid ""
|
163 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
164 |
-
"deleted."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
168 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
169 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
170 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: admin/admin.php:342
|
175 |
-
#, fuzzy
|
176 |
-
msgid "Support the development"
|
177 |
-
msgstr "Tacú le Forbairt"
|
178 |
-
|
179 |
-
#: admin/admin.php:349
|
180 |
-
msgid "Donation for Top 10"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: admin/admin.php:351
|
184 |
-
msgid "Enter amount in USD:"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: admin/admin.php:355
|
188 |
-
msgid "Send your donation to the author of Top 10"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: admin/admin.php:362
|
192 |
-
msgid "Follow me"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: admin/admin.php:386
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
msgid "Top 10 plugin page"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: admin/admin.php:391
|
204 |
-
msgid "Top 10 Github page"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: admin/admin.php:392
|
208 |
-
msgid "Other plugins"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: admin/admin.php:393
|
212 |
-
msgid "FAQ"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: admin/admin.php:394 admin/admin.php:564
|
216 |
-
msgid "Support"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: admin/admin.php:395
|
220 |
-
msgid "Reviews"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: admin/admin.php:396
|
224 |
-
msgid "Ajay's blog"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
228 |
-
#, fuzzy
|
229 |
-
msgid "Top 10 Settings"
|
230 |
-
msgstr "Top 10"
|
231 |
-
|
232 |
-
#: admin/admin.php:413
|
233 |
-
msgid "Top 10"
|
234 |
-
msgstr "Top 10"
|
235 |
-
|
236 |
-
#: admin/admin.php:421
|
237 |
-
msgid "View Popular Posts"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: admin/admin.php:541
|
241 |
-
msgid "Settings"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: admin/admin.php:565
|
245 |
-
msgid "Donate"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: admin/cache.php:19
|
249 |
-
msgid "Top 10 cache has been cleared"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: admin/class-stats.php:36
|
253 |
-
msgid "popular_post"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: admin/class-stats.php:37
|
257 |
-
msgid "popular_posts"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: admin/class-stats.php:160
|
261 |
-
msgid "No popular posts available."
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: admin/class-stats.php:209
|
265 |
-
msgid "View"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: admin/class-stats.php:210
|
269 |
-
msgid "Edit"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: admin/class-stats.php:211
|
273 |
-
msgid "Delete"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: admin/class-stats.php:233
|
277 |
-
msgid "Y/m/d g:i:s a"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: admin/class-stats.php:240
|
281 |
-
#, php-format
|
282 |
-
msgid "%s ago"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: admin/class-stats.php:242
|
286 |
-
msgid "Y/m/d"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
290 |
-
msgid "Title"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: admin/class-stats.php:277
|
294 |
-
msgid "Total visits"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: admin/class-stats.php:278
|
298 |
-
msgid "Daily visits"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: admin/class-stats.php:279
|
302 |
-
msgid "Post type"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: admin/class-stats.php:280
|
306 |
-
msgid "Author"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: admin/class-stats.php:281
|
310 |
-
msgid "Date"
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: admin/class-stats.php:315
|
314 |
-
msgid "Delete Count"
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: admin/class-stats.php:355
|
318 |
-
msgid "Are you sure you want to do this"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
322 |
-
msgid "General options"
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
326 |
-
msgid "Counter and tracker options"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
330 |
-
msgid "Popular post list options"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
334 |
-
#: includes/class-top-10-widget.php:115
|
335 |
-
msgid "Thumbnail options"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
339 |
-
msgid "Styles"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
343 |
-
msgid "Maintenance"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: admin/main-view.php:72
|
347 |
-
msgid "Enable trackers:"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
351 |
-
msgid "Overall"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
355 |
-
msgid "Daily"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: admin/main-view.php:89
|
359 |
-
msgid "Enable cache:"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: admin/main-view.php:92
|
363 |
-
msgid ""
|
364 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
365 |
-
"output for 1 hour."
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: admin/main-view.php:93
|
369 |
-
msgid "Clear cache"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: admin/main-view.php:97
|
373 |
-
msgid "Use Ajax for tracking:"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: admin/main-view.php:100
|
377 |
-
msgid ""
|
378 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
379 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
380 |
-
"you find that your posts are not tracked."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: admin/main-view.php:104
|
384 |
-
msgid "Start daily counts from midnight:"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: admin/main-view.php:107
|
388 |
-
msgid ""
|
389 |
-
"Daily counter will display number of visits from midnight. This option is "
|
390 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
391 |
-
"this off will allow you to use the hourly setting in the next option."
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: admin/main-view.php:111
|
395 |
-
msgid "Daily popular contains top posts over:"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: admin/main-view.php:113
|
399 |
-
msgid "day(s)"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: admin/main-view.php:114
|
403 |
-
msgid "hour(s)"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: admin/main-view.php:115
|
407 |
-
msgid ""
|
408 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
409 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
410 |
-
"display posts for as many days or as few hours as you want. This can be "
|
411 |
-
"overridden in the widget."
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: admin/main-view.php:119
|
415 |
-
msgid "Delete options on uninstall"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: admin/main-view.php:122
|
419 |
-
msgid ""
|
420 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
421 |
-
"database if you choose to uninstall/delete the plugin."
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: admin/main-view.php:126
|
425 |
-
msgid "Delete counter data on uninstall"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: admin/main-view.php:129
|
429 |
-
msgid ""
|
430 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
431 |
-
"from the database if you choose to uninstall/delete the plugin."
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: admin/main-view.php:130
|
435 |
-
msgid ""
|
436 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
437 |
-
"lose your counter data."
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: admin/main-view.php:133
|
441 |
-
msgid "Show metabox:"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: admin/main-view.php:136
|
445 |
-
msgid ""
|
446 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
447 |
-
"Also applies to Pages and Custom Post Types."
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: admin/main-view.php:140
|
451 |
-
msgid "Limit metabox to Admins only:"
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: admin/main-view.php:143
|
455 |
-
msgid ""
|
456 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
457 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
458 |
-
"metabox. This applies only if the above option is selected."
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: admin/main-view.php:148
|
462 |
-
msgid "Link to Top 10 plugin page"
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: admin/main-view.php:151
|
466 |
-
#, fuzzy
|
467 |
-
msgid ""
|
468 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
469 |
-
"posts"
|
470 |
-
msgstr ""
|
471 |
-
"Tá nasc chuig an breiseán seo a leanas mar mhír liosta breise le liosta "
|
472 |
-
"de phoist tóir. Gan éigeantach, ach a bhuíochas má dhéanann tú é!"
|
473 |
-
|
474 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
475 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
476 |
-
#, fuzzy
|
477 |
-
msgid "Save Options"
|
478 |
-
msgstr "roghanna"
|
479 |
-
|
480 |
-
#: admin/main-view.php:191
|
481 |
-
#, fuzzy
|
482 |
-
msgid "Display number of views on:"
|
483 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
484 |
-
|
485 |
-
#: admin/main-view.php:193
|
486 |
-
msgid "Posts"
|
487 |
-
msgstr ""
|
488 |
-
|
489 |
-
#: admin/main-view.php:194
|
490 |
-
#, fuzzy
|
491 |
-
msgid "Pages"
|
492 |
-
msgstr "Leathanach"
|
493 |
-
|
494 |
-
#: admin/main-view.php:195
|
495 |
-
msgid "Home page"
|
496 |
-
msgstr ""
|
497 |
-
|
498 |
-
#: admin/main-view.php:196
|
499 |
-
msgid "Feeds"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: admin/main-view.php:197
|
503 |
-
msgid "Category archives"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: admin/main-view.php:198
|
507 |
-
msgid "Tag archives"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: admin/main-view.php:199
|
511 |
-
msgid "Other archives"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: admin/main-view.php:200
|
515 |
-
msgid ""
|
516 |
-
"If you choose to disable this, please add <code><?php if "
|
517 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
518 |
-
"</code> to your template file where you want it displayed"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: admin/main-view.php:204
|
522 |
-
#, fuzzy
|
523 |
-
msgid "Format to display the post views:"
|
524 |
-
msgstr "Formáid a thaispeáint ar an comhaireamh i:"
|
525 |
-
|
526 |
-
#: admin/main-view.php:207
|
527 |
-
msgid ""
|
528 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
529 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
530 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
531 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: admin/main-view.php:211
|
535 |
-
msgid "What do display when there are no visits?"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:214
|
539 |
-
msgid ""
|
540 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
541 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
542 |
-
"this text will be used. To override this, just enter the same text as above "
|
543 |
-
"option."
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: admin/main-view.php:218
|
547 |
-
msgid "Always display latest post count"
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: admin/main-view.php:221
|
551 |
-
msgid ""
|
552 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
553 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
554 |
-
"cached counts."
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: admin/main-view.php:225
|
558 |
-
msgid "Track visits of authors on their own posts?"
|
559 |
-
msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
|
560 |
-
|
561 |
-
#: admin/main-view.php:228
|
562 |
-
msgid ""
|
563 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
564 |
-
msgstr ""
|
565 |
-
|
566 |
-
#: admin/main-view.php:232
|
567 |
-
#, fuzzy
|
568 |
-
msgid "Track visits of admins?"
|
569 |
-
msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
|
570 |
-
|
571 |
-
#: admin/main-view.php:235
|
572 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: admin/main-view.php:239
|
576 |
-
#, fuzzy
|
577 |
-
msgid "Track visits of Editors?"
|
578 |
-
msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
|
579 |
-
|
580 |
-
#: admin/main-view.php:242
|
581 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
582 |
-
msgstr ""
|
583 |
-
|
584 |
-
#: admin/main-view.php:246
|
585 |
-
msgid "Display page views on Posts and Pages in Admin"
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/main-view.php:249
|
589 |
-
msgid ""
|
590 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
591 |
-
"and All Pages"
|
592 |
-
msgstr ""
|
593 |
-
|
594 |
-
#: admin/main-view.php:253
|
595 |
-
#, fuzzy
|
596 |
-
msgid "Show number of views to non-admins"
|
597 |
-
msgstr "Taispeáin líon na dtuairimí ar leathanaigh?"
|
598 |
-
|
599 |
-
#: admin/main-view.php:256
|
600 |
-
msgid ""
|
601 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
602 |
-
"independent pages with the top posts"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: admin/main-view.php:296
|
606 |
-
msgid "Number of popular posts to display:"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: admin/main-view.php:299
|
610 |
-
msgid ""
|
611 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
612 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: admin/main-view.php:303
|
616 |
-
msgid "Published age of posts:"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
620 |
-
msgid "days"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:306
|
624 |
-
msgid ""
|
625 |
-
"This options allows you to only show posts that have been published within "
|
626 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: admin/main-view.php:307
|
630 |
-
msgid ""
|
631 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
632 |
-
"posts lists. Enter 0 for no restriction."
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: admin/main-view.php:311
|
636 |
-
msgid "Post types to include in results (including custom post types)"
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:325
|
640 |
-
msgid "List of post or page IDs to exclude from the results:"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
644 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:331
|
648 |
-
msgid "Exclude Categories:"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/main-view.php:346
|
652 |
-
msgid ""
|
653 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
654 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
655 |
-
"options"
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: admin/main-view.php:350
|
659 |
-
msgid "Excluded category IDs are:"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: admin/main-view.php:356
|
663 |
-
msgid ""
|
664 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
665 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
666 |
-
"unique to this taxonomy."
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: admin/main-view.php:362
|
670 |
-
msgid "Title of popular posts:"
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:368
|
674 |
-
msgid "Title of daily popular posts:"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:374
|
678 |
-
msgid "When there are no posts, what should be shown?"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:378
|
682 |
-
msgid "Blank Output"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:382
|
686 |
-
msgid "Display:"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:387
|
690 |
-
msgid "Show post excerpt in list?"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:393
|
694 |
-
msgid "Length of excerpt (in words):"
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: admin/main-view.php:399
|
698 |
-
msgid "Show post author in list?"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:405
|
702 |
-
msgid "Show post date in list?"
|
703 |
-
msgstr ""
|
704 |
-
|
705 |
-
#: admin/main-view.php:411
|
706 |
-
msgid "Limit post title length (in characters)"
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: admin/main-view.php:417
|
710 |
-
msgid "Show view count in list?"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: admin/main-view.php:423
|
714 |
-
msgid "Open links in new window"
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: admin/main-view.php:429
|
718 |
-
msgid "Add nofollow attribute to links in the list"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: admin/main-view.php:435
|
722 |
-
msgid "Exclude display of related posts on these posts / pages"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: admin/main-view.php:442
|
726 |
-
msgid "Customise the list HTML"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: admin/main-view.php:445
|
730 |
-
msgid "HTML to display before the list of posts:"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: admin/main-view.php:451
|
734 |
-
msgid "HTML to display before each list item:"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: admin/main-view.php:457
|
738 |
-
msgid "HTML to display after each list item:"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:463
|
742 |
-
msgid "HTML to display after the list of posts:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:504
|
746 |
-
msgid "Location of post thumbnail:"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: admin/main-view.php:508
|
750 |
-
#, fuzzy
|
751 |
-
msgid "Display thumbnails inline with posts, before title"
|
752 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
753 |
-
|
754 |
-
#: admin/main-view.php:513
|
755 |
-
#, fuzzy
|
756 |
-
msgid "Display thumbnails inline with posts, after title"
|
757 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
758 |
-
|
759 |
-
#: admin/main-view.php:518
|
760 |
-
#, fuzzy
|
761 |
-
msgid "Display only thumbnails, no text"
|
762 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
763 |
-
|
764 |
-
#: admin/main-view.php:523
|
765 |
-
#, fuzzy
|
766 |
-
msgid "Do not display thumbnails, only text."
|
767 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
768 |
-
|
769 |
-
#: admin/main-view.php:527
|
770 |
-
msgid ""
|
771 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
772 |
-
"under the Styles section. If you would like to change this option, please "
|
773 |
-
"select No styles under the Styles section."
|
774 |
-
msgstr ""
|
775 |
-
|
776 |
-
#: admin/main-view.php:531
|
777 |
-
msgid "Thumbnail size:"
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
-
#: admin/main-view.php:555
|
781 |
-
msgid "Custom size"
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: admin/main-view.php:558
|
785 |
-
msgid ""
|
786 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
787 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
788 |
-
"settings below. For best results, use a cropped image."
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: admin/main-view.php:559
|
792 |
-
msgid ""
|
793 |
-
"If you change the width and/or height below, existing images will not be "
|
794 |
-
"automatically resized."
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: admin/main-view.php:560
|
798 |
-
#, php-format
|
799 |
-
msgid ""
|
800 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
801 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
802 |
-
"all image sizes."
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: admin/main-view.php:563
|
806 |
-
msgid ""
|
807 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
808 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
809 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
810 |
-
"strong> option below"
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: admin/main-view.php:566
|
814 |
-
msgid "Width of custom thumbnail:"
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: admin/main-view.php:571
|
818 |
-
msgid "Height of custom thumbnail"
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: admin/main-view.php:576
|
822 |
-
msgid "Crop mode:"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: admin/main-view.php:580
|
826 |
-
msgid ""
|
827 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
828 |
-
"hard crop the thumbnails."
|
829 |
-
msgstr ""
|
830 |
-
|
831 |
-
#: admin/main-view.php:581
|
832 |
-
#, php-format
|
833 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
-
#: admin/main-view.php:585
|
837 |
-
msgid "Image size attributes:"
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#: admin/main-view.php:589
|
841 |
-
msgid "Style attributes are used for width and height."
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: admin/main-view.php:595
|
845 |
-
msgid "HTML width and height attributes are used for width and height."
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: admin/main-view.php:601
|
849 |
-
msgid "No HTML or Style attributes set for width and height"
|
850 |
-
msgstr ""
|
851 |
-
|
852 |
-
#: admin/main-view.php:606
|
853 |
-
msgid "Post thumbnail meta field name:"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: admin/main-view.php:609
|
857 |
-
msgid ""
|
858 |
-
"The value of this field should contain the image source and is set in the "
|
859 |
-
"<em>Add New Post</em> screen"
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#: admin/main-view.php:612
|
863 |
-
msgid ""
|
864 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
865 |
-
"from the post?"
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: admin/main-view.php:615
|
869 |
-
msgid ""
|
870 |
-
"This could slow down the loading of your page if the first image in the "
|
871 |
-
"related posts is large in file-size"
|
872 |
-
msgstr ""
|
873 |
-
|
874 |
-
#: admin/main-view.php:618
|
875 |
-
msgid "Use default thumbnail?"
|
876 |
-
msgstr ""
|
877 |
-
|
878 |
-
#: admin/main-view.php:621
|
879 |
-
msgid ""
|
880 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
881 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
882 |
-
msgstr ""
|
883 |
-
|
884 |
-
#: admin/main-view.php:624
|
885 |
-
msgid "Default thumbnail:"
|
886 |
-
msgstr ""
|
887 |
-
|
888 |
-
#: admin/main-view.php:628
|
889 |
-
msgid ""
|
890 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
891 |
-
"then it will check the meta field. If this is not available, then it will "
|
892 |
-
"show the default image as specified above"
|
893 |
-
msgstr ""
|
894 |
-
|
895 |
-
#: admin/main-view.php:667
|
896 |
-
msgid "Style of the related posts:"
|
897 |
-
msgstr ""
|
898 |
-
|
899 |
-
#: admin/main-view.php:670
|
900 |
-
msgid "No styles"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: admin/main-view.php:672
|
904 |
-
msgid "Select this option if you plan to add your own styles"
|
905 |
-
msgstr ""
|
906 |
-
|
907 |
-
#: admin/main-view.php:677
|
908 |
-
msgid "Left Thumbnails"
|
909 |
-
msgstr ""
|
910 |
-
|
911 |
-
#: admin/main-view.php:680
|
912 |
-
msgid ""
|
913 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
914 |
-
"Disabling this option will not revert any settings."
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: admin/main-view.php:681
|
918 |
-
#, php-format
|
919 |
-
msgid ""
|
920 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
921 |
-
msgstr ""
|
922 |
-
|
923 |
-
#: admin/main-view.php:685
|
924 |
-
msgid "Text only"
|
925 |
-
msgstr ""
|
926 |
-
|
927 |
-
#: admin/main-view.php:687
|
928 |
-
msgid ""
|
929 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
930 |
-
"default style sheet included in the plugin."
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
#: admin/main-view.php:703
|
934 |
-
msgid "Custom CSS to add to header:"
|
935 |
-
msgstr ""
|
936 |
-
|
937 |
-
#: admin/main-view.php:708
|
938 |
-
msgid ""
|
939 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
940 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
941 |
-
"available CSS classes to style."
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: admin/main-view.php:728
|
945 |
-
#, fuzzy
|
946 |
-
msgid "Default Options"
|
947 |
-
msgstr "roghanna"
|
948 |
-
|
949 |
-
#: admin/main-view.php:728
|
950 |
-
msgid "Do you want to set options to Default?"
|
951 |
-
msgstr "Ar mhaith leat roghanna atá leagtha chun Réamhshocrú?"
|
952 |
-
|
953 |
-
#: admin/main-view.php:752
|
954 |
-
msgid ""
|
955 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
956 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
957 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
958 |
-
"will automatically delete entries older than 90 days."
|
959 |
-
msgstr ""
|
960 |
-
|
961 |
-
#: admin/main-view.php:753
|
962 |
-
msgid ""
|
963 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
964 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
965 |
-
msgstr ""
|
966 |
-
|
967 |
-
#: admin/main-view.php:756
|
968 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
969 |
-
msgstr ""
|
970 |
-
|
971 |
-
#: admin/main-view.php:760
|
972 |
-
msgid "Time to run maintenance"
|
973 |
-
msgstr ""
|
974 |
-
|
975 |
-
#: admin/main-view.php:761
|
976 |
-
msgid "hrs"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: admin/main-view.php:761
|
980 |
-
msgid "min"
|
981 |
-
msgstr ""
|
982 |
-
|
983 |
-
#: admin/main-view.php:763
|
984 |
-
msgid "How often should the maintenance be run:"
|
985 |
-
msgstr ""
|
986 |
-
|
987 |
-
#: admin/main-view.php:771
|
988 |
-
msgid "Weekly"
|
989 |
-
msgstr ""
|
990 |
-
|
991 |
-
#: admin/main-view.php:775
|
992 |
-
msgid "Fortnightly"
|
993 |
-
msgstr ""
|
994 |
-
|
995 |
-
#: admin/main-view.php:779
|
996 |
-
msgid "Monthly"
|
997 |
-
msgstr ""
|
998 |
-
|
999 |
-
#: admin/main-view.php:788
|
1000 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1001 |
-
msgstr ""
|
1002 |
-
|
1003 |
-
#: admin/main-view.php:793
|
1004 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1005 |
-
msgstr ""
|
1006 |
-
|
1007 |
-
#: admin/main-view.php:798
|
1008 |
-
msgid "Maintenance is turned off"
|
1009 |
-
msgstr ""
|
1010 |
-
|
1011 |
-
#: admin/main-view.php:804
|
1012 |
-
msgid "Save Maintenance Options"
|
1013 |
-
msgstr ""
|
1014 |
-
|
1015 |
-
#: admin/main-view.php:812
|
1016 |
-
msgid "Reset count and other tools"
|
1017 |
-
msgstr ""
|
1018 |
-
|
1019 |
-
#: admin/main-view.php:815
|
1020 |
-
msgid ""
|
1021 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1022 |
-
"before proceeding"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: admin/main-view.php:818
|
1026 |
-
#, fuzzy
|
1027 |
-
msgid "Reset Popular Posts"
|
1028 |
-
msgstr "Poist Coitianta"
|
1029 |
-
|
1030 |
-
#: admin/main-view.php:818
|
1031 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: admin/main-view.php:819
|
1035 |
-
#, fuzzy
|
1036 |
-
msgid "Reset Daily Popular Posts"
|
1037 |
-
msgstr "Poist Coitianta Laethúil"
|
1038 |
-
|
1039 |
-
#: admin/main-view.php:819
|
1040 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1041 |
-
msgstr ""
|
1042 |
-
|
1043 |
-
#: admin/main-view.php:822
|
1044 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1045 |
-
msgstr ""
|
1046 |
-
|
1047 |
-
#: admin/main-view.php:825
|
1048 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1049 |
-
msgstr ""
|
1050 |
-
|
1051 |
-
#: admin/main-view.php:825
|
1052 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1053 |
-
msgstr ""
|
1054 |
-
|
1055 |
-
#: admin/main-view.php:828
|
1056 |
-
msgid ""
|
1057 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1058 |
-
"Clicking the button below will merge these duplicate IDs"
|
1059 |
-
msgstr ""
|
1060 |
-
|
1061 |
-
#: admin/main-view.php:831
|
1062 |
-
msgid "Merge duplicates across blog IDs"
|
1063 |
-
msgstr ""
|
1064 |
-
|
1065 |
-
#: admin/main-view.php:831
|
1066 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1067 |
-
msgstr ""
|
1068 |
-
|
1069 |
-
#: admin/main-view.php:847
|
1070 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: admin/main-view.php:850
|
1074 |
-
msgid ""
|
1075 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1076 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1077 |
-
"two tables being created for each site in the network."
|
1078 |
-
msgstr ""
|
1079 |
-
|
1080 |
-
#: admin/main-view.php:851
|
1081 |
-
msgid ""
|
1082 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1083 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1084 |
-
"from v1.x tables to the new v2.x table format."
|
1085 |
-
msgstr ""
|
1086 |
-
|
1087 |
-
#: admin/main-view.php:854
|
1088 |
-
msgid ""
|
1089 |
-
"If you do not see any tables below, then it means that either all data has "
|
1090 |
-
"already been imported or no relevant information has been found."
|
1091 |
-
msgstr ""
|
1092 |
-
|
1093 |
-
#: admin/main-view.php:857
|
1094 |
-
msgid ""
|
1095 |
-
"After running the importer, please verify that all the counts have been "
|
1096 |
-
"successfully imported. Only then should you delete any old tables!"
|
1097 |
-
msgstr ""
|
1098 |
-
|
1099 |
-
#: admin/main-view.php:891
|
1100 |
-
msgid "Blog ID"
|
1101 |
-
msgstr ""
|
1102 |
-
|
1103 |
-
#: admin/main-view.php:894
|
1104 |
-
msgid "Status"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: admin/main-view.php:897
|
1108 |
-
msgid "Select to import"
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: admin/main-view.php:907
|
1112 |
-
msgid "Blog #"
|
1113 |
-
msgstr ""
|
1114 |
-
|
1115 |
-
#: admin/main-view.php:917
|
1116 |
-
msgid "Not imported"
|
1117 |
-
msgstr ""
|
1118 |
-
|
1119 |
-
#: admin/main-view.php:921
|
1120 |
-
msgid "Imported"
|
1121 |
-
msgstr ""
|
1122 |
-
|
1123 |
-
#: admin/main-view.php:942
|
1124 |
-
msgid "Begin import"
|
1125 |
-
msgstr ""
|
1126 |
-
|
1127 |
-
#: admin/main-view.php:943
|
1128 |
-
msgid "Delete selected tables"
|
1129 |
-
msgstr ""
|
1130 |
-
|
1131 |
-
#: admin/main-view.php:944
|
1132 |
-
msgid "Delete all imported tables"
|
1133 |
-
msgstr ""
|
1134 |
-
|
1135 |
-
#: includes/class-top-10-widget.php:31
|
1136 |
-
#, fuzzy
|
1137 |
-
msgid "Popular Posts [Top 10]"
|
1138 |
-
msgstr "Poist Coitianta"
|
1139 |
-
|
1140 |
-
#: includes/class-top-10-widget.php:32
|
1141 |
-
#, fuzzy
|
1142 |
-
msgid "Display popular posts"
|
1143 |
-
msgstr "Poist Coitianta Laethúil"
|
1144 |
-
|
1145 |
-
#: includes/class-top-10-widget.php:76
|
1146 |
-
msgid "No. of posts"
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: includes/class-top-10-widget.php:82
|
1150 |
-
msgid "Custom time period (Enter below)"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: includes/class-top-10-widget.php:86
|
1154 |
-
msgid "In days and hours (applies only to custom option above)"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
#: includes/class-top-10-widget.php:91
|
1158 |
-
msgid "hours"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: includes/class-top-10-widget.php:96
|
1162 |
-
msgid "Show count?"
|
1163 |
-
msgstr ""
|
1164 |
-
|
1165 |
-
#: includes/class-top-10-widget.php:101
|
1166 |
-
msgid "Show excerpt?"
|
1167 |
-
msgstr ""
|
1168 |
-
|
1169 |
-
#: includes/class-top-10-widget.php:106
|
1170 |
-
msgid "Show author?"
|
1171 |
-
msgstr ""
|
1172 |
-
|
1173 |
-
#: includes/class-top-10-widget.php:111
|
1174 |
-
msgid "Show date?"
|
1175 |
-
msgstr ""
|
1176 |
-
|
1177 |
-
#: includes/class-top-10-widget.php:117
|
1178 |
-
#, fuzzy
|
1179 |
-
msgid "Thumbnails inline, before title"
|
1180 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
1181 |
-
|
1182 |
-
#: includes/class-top-10-widget.php:118
|
1183 |
-
#, fuzzy
|
1184 |
-
msgid "Thumbnails inline, after title"
|
1185 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
1186 |
-
|
1187 |
-
#: includes/class-top-10-widget.php:119
|
1188 |
-
#, fuzzy
|
1189 |
-
msgid "Only thumbnails, no text"
|
1190 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
1191 |
-
|
1192 |
-
#: includes/class-top-10-widget.php:120
|
1193 |
-
#, fuzzy
|
1194 |
-
msgid "No thumbnails, only text."
|
1195 |
-
msgstr "Taispeáin líon na dtuairimí ar phoist?"
|
1196 |
-
|
1197 |
-
#: includes/class-top-10-widget.php:125
|
1198 |
-
msgid "Thumbnail height"
|
1199 |
-
msgstr ""
|
1200 |
-
|
1201 |
-
#: includes/class-top-10-widget.php:131
|
1202 |
-
msgid "Thumbnail width"
|
1203 |
-
msgstr ""
|
1204 |
-
|
1205 |
-
#: includes/class-top-10-widget.php:135
|
1206 |
-
msgid "Post types to include:"
|
1207 |
-
msgstr ""
|
1208 |
-
|
1209 |
-
#: includes/media.php:62
|
1210 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1211 |
-
msgstr ""
|
1212 |
-
|
1213 |
-
#: includes/media.php:66
|
1214 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: includes/media.php:70
|
1218 |
-
msgid "filter argument has been deprecated"
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: includes/output-generator.php:239
|
1222 |
-
msgid " by "
|
1223 |
-
msgstr ""
|
1224 |
-
|
1225 |
-
#: top-10.php:163
|
1226 |
-
msgid ""
|
1227 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1228 |
-
"posts only."
|
1229 |
-
msgstr ""
|
1230 |
-
|
1231 |
-
#: top-10.php:300
|
1232 |
-
#, php-format
|
1233 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: top-10.php:641
|
1237 |
-
msgid "<h3>Popular Posts</h3>"
|
1238 |
-
msgstr "<h3>Poist Coitianta </ h3>"
|
1239 |
-
|
1240 |
-
#: top-10.php:642
|
1241 |
-
msgid "<h3>Daily Popular</h3>"
|
1242 |
-
msgstr "<h3> laethúil Coitianta </ h3>"
|
1243 |
-
|
1244 |
-
#: top-10.php:643
|
1245 |
-
#, fuzzy
|
1246 |
-
msgid "No top posts yet"
|
1247 |
-
msgstr "Teideal an post tóir:"
|
1248 |
-
|
1249 |
-
#: top-10.php:1124
|
1250 |
-
msgid "Once Weekly"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: top-10.php:1128
|
1254 |
-
msgid "Once Fortnightly"
|
1255 |
-
msgstr ""
|
1256 |
-
|
1257 |
-
#: top-10.php:1132
|
1258 |
-
msgid "Once Monthly"
|
1259 |
-
msgstr ""
|
1260 |
-
|
1261 |
-
#: top-10.php:1136
|
1262 |
-
msgid "Once quarterly"
|
1263 |
-
msgstr ""
|
1264 |
-
|
1265 |
-
#~ msgid "View Daily Popular Posts"
|
1266 |
-
#~ msgstr "Féach ar Poist sa lá Coitianta"
|
1267 |
-
|
1268 |
-
#~ msgid "Results per-page:"
|
1269 |
-
#~ msgstr "Torthaí in aghaidh an-leathanach:"
|
1270 |
-
|
1271 |
-
#~ msgid "View Overall Popular Posts"
|
1272 |
-
#~ msgstr "Féach ar Poist Coitianta Foriomlán"
|
1273 |
-
|
1274 |
-
#~ msgid "Previous"
|
1275 |
-
#~ msgstr "roimhe Seo"
|
1276 |
-
|
1277 |
-
#~ msgid "Next"
|
1278 |
-
#~ msgstr "Ar Aghaidh"
|
1279 |
-
|
1280 |
-
#~ msgid "Daily Popular"
|
1281 |
-
#~ msgstr "laethúil Coitianta"
|
1282 |
-
|
1283 |
-
#~ msgid "Options saved successfully."
|
1284 |
-
#~ msgstr "Roghanna shábháil go rathúil."
|
1285 |
-
|
1286 |
-
#~ msgid "Number of popular posts to display: "
|
1287 |
-
#~ msgstr "An líon post tóir a thaispeáint:"
|
1288 |
-
|
1289 |
-
#~ msgid "Title of popular posts: "
|
1290 |
-
#~ msgstr "Teideal an post tóir:"
|
1291 |
-
|
1292 |
-
#~ msgid "Title of daily popular posts: "
|
1293 |
-
#~ msgstr "Teideal ar tóir an bpost:"
|
1294 |
-
|
1295 |
-
#, fuzzy
|
1296 |
-
#~ msgid "HTML to display before the list of posts: "
|
1297 |
-
#~ msgstr "Formáid a thaispeáint ar an comhaireamh i:"
|
1298 |
-
|
1299 |
-
#, fuzzy
|
1300 |
-
#~ msgid "HTML to display before each list item: "
|
1301 |
-
#~ msgstr "Formáid a thaispeáint ar an comhaireamh i:"
|
1302 |
-
|
1303 |
-
#, fuzzy
|
1304 |
-
#~ msgid "HTML to display after each list item: "
|
1305 |
-
#~ msgstr "Formáid a thaispeáint ar an comhaireamh i:"
|
1306 |
-
|
1307 |
-
#, fuzzy
|
1308 |
-
#~ msgid "HTML to display after the list of posts: "
|
1309 |
-
#~ msgstr "Formáid a thaispeáint ar an comhaireamh i:"
|
1310 |
-
|
1311 |
-
#, fuzzy
|
1312 |
-
#~ msgid "Overall Popular Posts"
|
1313 |
-
#~ msgstr "Féach ar Poist Coitianta Foriomlán"
|
1314 |
-
|
1315 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1316 |
-
#~ msgstr "Ba chóir go laethúil Coitianta bhfuil tuairimí cé mhéad lá?"
|
1317 |
-
|
1318 |
-
#, fuzzy
|
1319 |
-
#~ msgid "Output options"
|
1320 |
-
#~ msgstr "roghanna"
|
1321 |
-
|
1322 |
-
#, fuzzy
|
1323 |
-
#~ msgid ""
|
1324 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1325 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1326 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1327 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1328 |
-
#~ msgstr ""
|
1329 |
-
#~ "Bain úsáid as <code>% totalcount% </ cód> a chur ar taispeáint ar an líon "
|
1330 |
-
#~ "iomlán agus <code>% dailycount% </ cód> a chur ar taispeáint ar an líon "
|
1331 |
-
#~ "laethúil. e.g. na roghanna réamhshocraithe taispeántais <code> (Cuairt "
|
1332 |
-
#~ "123 amanna, 23 cuairt inniu) </ cód>"
|
1333 |
-
|
1334 |
-
#, fuzzy
|
1335 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1336 |
-
#~ msgstr ""
|
1337 |
-
#~ "Post Force laethúil 'liosta a bheith dinimiciúil? Úsáideann sé seo "
|
1338 |
-
#~ "roghanna JavaScript a luchtú ar an bpost agus is féidir a mhéadú do "
|
1339 |
-
#~ "chuid ama a luchtú leathanach"
|
1340 |
-
|
1341 |
-
#~ msgid "Display number of page views in popular lists?"
|
1342 |
-
#~ msgstr "Taispeáin líon na radhairc leathanaigh i liostaí tóir?"
|
1343 |
-
|
1344 |
-
#, fuzzy
|
1345 |
-
#~ msgid "Recent developments"
|
1346 |
-
#~ msgstr "Tacú le Forbairt"
|
1347 |
-
|
1348 |
-
#~ msgid "Results"
|
1349 |
-
#~ msgstr "torthaí"
|
1350 |
-
|
1351 |
-
#~ msgid "of"
|
1352 |
-
#~ msgstr "de"
|
1353 |
-
|
1354 |
-
#~ msgid "Page"
|
1355 |
-
#~ msgstr "Leathanach"
|
1356 |
-
|
1357 |
-
#~ msgid ""
|
1358 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1359 |
-
#~ "continue to be counted."
|
1360 |
-
#~ msgstr ""
|
1361 |
-
#~ "Fág amach Ailt sa taispeáint Poist Coitianta? Beidh Líon na tuairimí "
|
1362 |
-
#~ "maidir Leathanaigh ar aghaidh a chur san áireamh."
|
1363 |
-
|
1364 |
-
#~ msgid ""
|
1365 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1366 |
-
#~ "added with the count"
|
1367 |
-
#~ msgstr ""
|
1368 |
-
#~ "Taispeáin amharc leathanach ar Edit post / leathanaigh sa Riarachán WP-? "
|
1369 |
-
#~ "Tá colún breise curtha leo le líon"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-hi_IN.mo
DELETED
Binary file
|
languages/top-10-hi_IN.po
DELETED
@@ -1,1334 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Тоp 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:35+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Outshine Solutions <ashish@outshinesolutions.com>\n"
|
9 |
-
"Language: hi_IN\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
15 |
-
"X-Poedit-Basepath: ..\n"
|
16 |
-
"X-Generator: Poedit 1.8.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "कुल / आज दर्शाव"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "कुल / आज दर्शाव"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "कुल / आज दर्शाव"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438 admin/deprecated.php:41
|
48 |
-
msgid "Popular Posts"
|
49 |
-
msgstr "लोकप्रिय पोस्ट्स "
|
50 |
-
|
51 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
52 |
-
msgid "Daily Popular Posts"
|
53 |
-
msgstr "दैनिक लोकप्रिय पोस्ट्स "
|
54 |
-
|
55 |
-
#: admin/admin-metabox.php:104
|
56 |
-
msgid "Visit count:"
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: admin/admin-metabox.php:106
|
60 |
-
msgid ""
|
61 |
-
"Enter a number above to update the visit count. Leaving the above box blank will set the "
|
62 |
-
"count to zero"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: admin/admin-metabox.php:115
|
66 |
-
msgid "Disable Popular Posts display:"
|
67 |
-
msgstr ""
|
68 |
-
|
69 |
-
#: admin/admin-metabox.php:118
|
70 |
-
msgid ""
|
71 |
-
"If this is checked, then Top 10 will not display the popular posts widgets when viewing "
|
72 |
-
"this post."
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: admin/admin-metabox.php:122
|
76 |
-
msgid "Exclude this post from the popular posts list:"
|
77 |
-
msgstr ""
|
78 |
-
|
79 |
-
#: admin/admin-metabox.php:125
|
80 |
-
msgid "If this is checked, then this post will be excluded from the popular posts list."
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: admin/admin-metabox.php:129
|
84 |
-
msgid "Location of thumbnail:"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:131
|
88 |
-
msgid ""
|
89 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This image will be "
|
90 |
-
"used for the post. It will be resized to the thumbnail size set under Top 10 Settings "
|
91 |
-
"» Thumbnail options."
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: admin/admin-metabox.php:132
|
95 |
-
msgid "The URL above is saved in the meta field:"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/admin-metabox.php:137
|
99 |
-
#, php-format
|
100 |
-
msgid ""
|
101 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you will need to "
|
102 |
-
"make the same change in the %1$s meta box on this page."
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: admin/admin.php:190
|
106 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/admin.php:193
|
110 |
-
msgid "Left Thumbnails style selected. Post thumbnail location set to Inline before text."
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/admin.php:196
|
114 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: admin/admin.php:199
|
118 |
-
#, php-format
|
119 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: admin/admin.php:214
|
123 |
-
msgid "Options set to Default."
|
124 |
-
msgstr "विकल्प डिफ़ॉल्ट से तैयार है."
|
125 |
-
|
126 |
-
#: admin/admin.php:221
|
127 |
-
#, fuzzy
|
128 |
-
msgid "Top 10 popular posts reset"
|
129 |
-
msgstr "लोकप्रिय पदों का शीर्षक:"
|
130 |
-
|
131 |
-
#: admin/admin.php:228
|
132 |
-
#, fuzzy
|
133 |
-
msgid "Top 10 daily popular posts reset"
|
134 |
-
msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
|
135 |
-
|
136 |
-
#: admin/admin.php:236
|
137 |
-
msgid "Duplicate rows cleaned from tables"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: admin/admin.php:244
|
141 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: admin/admin.php:257
|
145 |
-
msgid "Scheduled maintenance enabled / modified"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: admin/admin.php:261
|
149 |
-
msgid "Scheduled maintenance disabled"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/admin.php:299
|
153 |
-
msgid "Counts from selected sites have been imported."
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/admin.php:324
|
157 |
-
msgid "Selected tables have been deleted. Note that only imported tables have been deleted."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385 admin/main-view.php:55
|
161 |
-
#: admin/main-view.php:174 admin/main-view.php:279 admin/main-view.php:488
|
162 |
-
#: admin/main-view.php:651 admin/main-view.php:747 admin/main-view.php:811
|
163 |
-
#: admin/main-view.php:846
|
164 |
-
msgid "Click to toggle"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:342
|
168 |
-
#, fuzzy
|
169 |
-
msgid "Support the development"
|
170 |
-
msgstr "समर्थन विकास"
|
171 |
-
|
172 |
-
#: admin/admin.php:349
|
173 |
-
msgid "Donation for Top 10"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: admin/admin.php:351
|
177 |
-
msgid "Enter amount in USD:"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: admin/admin.php:355
|
181 |
-
msgid "Send your donation to the author of Top 10"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: admin/admin.php:362
|
185 |
-
msgid "Follow me"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: admin/admin.php:386
|
189 |
-
msgid "Quick links"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: admin/admin.php:390
|
193 |
-
msgid "Top 10 plugin page"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: admin/admin.php:391
|
197 |
-
msgid "Top 10 Github page"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: admin/admin.php:392
|
201 |
-
msgid "Other plugins"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: admin/admin.php:393
|
205 |
-
msgid "FAQ"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: admin/admin.php:394 admin/admin.php:564
|
209 |
-
msgid "Support"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: admin/admin.php:395
|
213 |
-
msgid "Reviews"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: admin/admin.php:396
|
217 |
-
msgid "Ajay's blog"
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
221 |
-
#, fuzzy
|
222 |
-
msgid "Top 10 Settings"
|
223 |
-
msgstr "शीर्ष 10"
|
224 |
-
|
225 |
-
#: admin/admin.php:413
|
226 |
-
msgid "Top 10"
|
227 |
-
msgstr "शीर्ष 10"
|
228 |
-
|
229 |
-
#: admin/admin.php:421
|
230 |
-
msgid "View Popular Posts"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: admin/admin.php:541
|
234 |
-
msgid "Settings"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: admin/admin.php:565
|
238 |
-
msgid "Donate"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/cache.php:19
|
242 |
-
msgid "Top 10 cache has been cleared"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: admin/class-stats.php:36
|
246 |
-
msgid "popular_post"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: admin/class-stats.php:37
|
250 |
-
msgid "popular_posts"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-stats.php:160
|
254 |
-
msgid "No popular posts available."
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/class-stats.php:209
|
258 |
-
msgid "View"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: admin/class-stats.php:210
|
262 |
-
msgid "Edit"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: admin/class-stats.php:211
|
266 |
-
msgid "Delete"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: admin/class-stats.php:233
|
270 |
-
msgid "Y/m/d g:i:s a"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: admin/class-stats.php:240
|
274 |
-
#, php-format
|
275 |
-
msgid "%s ago"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: admin/class-stats.php:242
|
279 |
-
msgid "Y/m/d"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
283 |
-
msgid "Title"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: admin/class-stats.php:277
|
287 |
-
msgid "Total visits"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: admin/class-stats.php:278
|
291 |
-
msgid "Daily visits"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: admin/class-stats.php:279
|
295 |
-
msgid "Post type"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: admin/class-stats.php:280
|
299 |
-
msgid "Author"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: admin/class-stats.php:281
|
303 |
-
msgid "Date"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: admin/class-stats.php:315
|
307 |
-
msgid "Delete Count"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: admin/class-stats.php:355
|
311 |
-
msgid "Are you sure you want to do this"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
315 |
-
msgid "General options"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
319 |
-
msgid "Counter and tracker options"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
323 |
-
msgid "Popular post list options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/main-view.php:37 admin/main-view.php:489 includes/class-top-10-widget.php:115
|
327 |
-
msgid "Thumbnail options"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
331 |
-
msgid "Styles"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
335 |
-
msgid "Maintenance"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: admin/main-view.php:72
|
339 |
-
msgid "Enable trackers:"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
343 |
-
msgid "Overall"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
347 |
-
msgid "Daily"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: admin/main-view.php:89
|
351 |
-
msgid "Enable cache:"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: admin/main-view.php:92
|
355 |
-
msgid ""
|
356 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts output for 1 "
|
357 |
-
"hour."
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:93
|
361 |
-
msgid "Clear cache"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/main-view.php:97
|
365 |
-
msgid "Use Ajax for tracking:"
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: admin/main-view.php:100
|
369 |
-
msgid ""
|
370 |
-
"This will try to prevent W3 Total Cache and other caching plugins from caching the tracker "
|
371 |
-
"script of the plugin. Try toggling this option in case you find that your posts are not "
|
372 |
-
"tracked."
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: admin/main-view.php:104
|
376 |
-
msgid "Start daily counts from midnight:"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: admin/main-view.php:107
|
380 |
-
msgid ""
|
381 |
-
"Daily counter will display number of visits from midnight. This option is checked by "
|
382 |
-
"default and mimics the way most normal counters work. Turning this off will allow you to "
|
383 |
-
"use the hourly setting in the next option."
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: admin/main-view.php:111
|
387 |
-
msgid "Daily popular contains top posts over:"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: admin/main-view.php:113
|
391 |
-
msgid "day(s)"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: admin/main-view.php:114
|
395 |
-
msgid "hour(s)"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: admin/main-view.php:115
|
399 |
-
msgid ""
|
400 |
-
"Think of Daily Popular has a custom date range applied as a global setting. Instead of "
|
401 |
-
"displaying popular posts from the past day, this setting lets you display posts for as "
|
402 |
-
"many days or as few hours as you want. This can be overridden in the widget."
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: admin/main-view.php:119
|
406 |
-
msgid "Delete options on uninstall"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: admin/main-view.php:122
|
410 |
-
msgid ""
|
411 |
-
"If this is checked, all settings related to Top 10 are removed from the database if you "
|
412 |
-
"choose to uninstall/delete the plugin."
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: admin/main-view.php:126
|
416 |
-
msgid "Delete counter data on uninstall"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: admin/main-view.php:129
|
420 |
-
msgid ""
|
421 |
-
"If this is checked, the tables containing the counter statistics are removed from the "
|
422 |
-
"database if you choose to uninstall/delete the plugin."
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: admin/main-view.php:130
|
426 |
-
msgid ""
|
427 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to lose your "
|
428 |
-
"counter data."
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: admin/main-view.php:133
|
432 |
-
msgid "Show metabox:"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: admin/main-view.php:136
|
436 |
-
msgid ""
|
437 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. Also applies to "
|
438 |
-
"Pages and Custom Post Types."
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: admin/main-view.php:140
|
442 |
-
msgid "Limit metabox to Admins only:"
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: admin/main-view.php:143
|
446 |
-
msgid ""
|
447 |
-
"If this is selected, the metabox will be hidden from anyone who is not an Admin. "
|
448 |
-
"Otherwise, by default, Contributors and above will be able to see the metabox. This "
|
449 |
-
"applies only if the above option is selected."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:148
|
453 |
-
msgid "Link to Top 10 plugin page"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: admin/main-view.php:151
|
457 |
-
#, fuzzy
|
458 |
-
msgid "A link to the plugin is added as an extra list item to the list of popular posts"
|
459 |
-
msgstr ""
|
460 |
-
"प्लगइन के लिए एक कड़ी लोकप्रिय पदों की सूची के लिए एक अतिरिक्त सूची आइटम के रूप में जोड़ा है. नहीं अनिवार्य "
|
461 |
-
"है, लेकिन धन्यवाद यदि तुम इसे करो!"
|
462 |
-
|
463 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
464 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
465 |
-
#, fuzzy
|
466 |
-
msgid "Save Options"
|
467 |
-
msgstr "विकल्प हैं:"
|
468 |
-
|
469 |
-
#: admin/main-view.php:191
|
470 |
-
#, fuzzy
|
471 |
-
msgid "Display number of views on:"
|
472 |
-
msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
|
473 |
-
|
474 |
-
#: admin/main-view.php:193
|
475 |
-
msgid "Posts"
|
476 |
-
msgstr ""
|
477 |
-
|
478 |
-
#: admin/main-view.php:194
|
479 |
-
#, fuzzy
|
480 |
-
msgid "Pages"
|
481 |
-
msgstr "पृष्ठ"
|
482 |
-
|
483 |
-
#: admin/main-view.php:195
|
484 |
-
msgid "Home page"
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
-
#: admin/main-view.php:196
|
488 |
-
msgid "Feeds"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/main-view.php:197
|
492 |
-
msgid "Category archives"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: admin/main-view.php:198
|
496 |
-
msgid "Tag archives"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: admin/main-view.php:199
|
500 |
-
msgid "Other archives"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: admin/main-view.php:200
|
504 |
-
msgid ""
|
505 |
-
"If you choose to disable this, please add <code><?php if ( function_exists "
|
506 |
-
"( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?></code> to your template file "
|
507 |
-
"where you want it displayed"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: admin/main-view.php:204
|
511 |
-
#, fuzzy
|
512 |
-
msgid "Format to display the post views:"
|
513 |
-
msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
|
514 |
-
|
515 |
-
#: admin/main-view.php:207
|
516 |
-
msgid ""
|
517 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount%</code> to "
|
518 |
-
"display the daily count and <code>%overallcount%</code> to display the overall count "
|
519 |
-
"across all posts on the blog. e.g. the default options displays <code>[Visited 123 times, "
|
520 |
-
"23 visits today]</code>"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: admin/main-view.php:211
|
524 |
-
msgid "What do display when there are no visits?"
|
525 |
-
msgstr ""
|
526 |
-
|
527 |
-
#: admin/main-view.php:214
|
528 |
-
msgid ""
|
529 |
-
"This text applies only when there are 0 hits for the post and it isn't a single page. e.g. "
|
530 |
-
"if you display post views on the homepage or archives then this text will be used. To "
|
531 |
-
"override this, just enter the same text as above option."
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: admin/main-view.php:218
|
535 |
-
msgid "Always display latest post count"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:221
|
539 |
-
msgid ""
|
540 |
-
"This option uses JavaScript and will increase your page load time. Turn this off if you "
|
541 |
-
"are not using caching plugins or are OK with displaying older cached counts."
|
542 |
-
msgstr ""
|
543 |
-
|
544 |
-
#: admin/main-view.php:225
|
545 |
-
msgid "Track visits of authors on their own posts?"
|
546 |
-
msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
|
547 |
-
|
548 |
-
#: admin/main-view.php:228
|
549 |
-
msgid "Disabling this option will stop authors visits tracked on their own posts"
|
550 |
-
msgstr ""
|
551 |
-
|
552 |
-
#: admin/main-view.php:232
|
553 |
-
#, fuzzy
|
554 |
-
msgid "Track visits of admins?"
|
555 |
-
msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
|
556 |
-
|
557 |
-
#: admin/main-view.php:235
|
558 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: admin/main-view.php:239
|
562 |
-
#, fuzzy
|
563 |
-
msgid "Track visits of Editors?"
|
564 |
-
msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
|
565 |
-
|
566 |
-
#: admin/main-view.php:242
|
567 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: admin/main-view.php:246
|
571 |
-
msgid "Display page views on Posts and Pages in Admin"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: admin/main-view.php:249
|
575 |
-
msgid ""
|
576 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts and All Pages"
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: admin/main-view.php:253
|
580 |
-
#, fuzzy
|
581 |
-
msgid "Show number of views to non-admins"
|
582 |
-
msgstr "पन्नों पर विचार के प्रदर्शन की संख्या?"
|
583 |
-
|
584 |
-
#: admin/main-view.php:256
|
585 |
-
msgid ""
|
586 |
-
"If you disable this then non-admins won't see the above columns or view the independent "
|
587 |
-
"pages with the top posts"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: admin/main-view.php:296
|
591 |
-
msgid "Number of popular posts to display:"
|
592 |
-
msgstr ""
|
593 |
-
|
594 |
-
#: admin/main-view.php:299
|
595 |
-
msgid ""
|
596 |
-
"Maximum number of posts that will be displayed in the list. This option is used if you "
|
597 |
-
"don't specify the number of posts in the widget or shortcodes"
|
598 |
-
msgstr ""
|
599 |
-
|
600 |
-
#: admin/main-view.php:303
|
601 |
-
msgid "Published age of posts:"
|
602 |
-
msgstr ""
|
603 |
-
|
604 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
605 |
-
msgid "days"
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: admin/main-view.php:306
|
609 |
-
msgid ""
|
610 |
-
"This options allows you to only show posts that have been published within the above day "
|
611 |
-
"range. Applies to both overall posts and daily posts lists."
|
612 |
-
msgstr ""
|
613 |
-
|
614 |
-
#: admin/main-view.php:307
|
615 |
-
msgid ""
|
616 |
-
"e.g. 365 days will only show posts published in the last year in the popular posts lists. "
|
617 |
-
"Enter 0 for no restriction."
|
618 |
-
msgstr ""
|
619 |
-
|
620 |
-
#: admin/main-view.php:311
|
621 |
-
msgid "Post types to include in results (including custom post types)"
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: admin/main-view.php:325
|
625 |
-
msgid "List of post or page IDs to exclude from the results:"
|
626 |
-
msgstr ""
|
627 |
-
|
628 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
629 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
630 |
-
msgstr ""
|
631 |
-
|
632 |
-
#: admin/main-view.php:331
|
633 |
-
msgid "Exclude Categories:"
|
634 |
-
msgstr ""
|
635 |
-
|
636 |
-
#: admin/main-view.php:346
|
637 |
-
msgid ""
|
638 |
-
"Comma separated list of category slugs. The field above has an autocomplete so simply "
|
639 |
-
"start typing in the starting letters and it will prompt you with options"
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: admin/main-view.php:350
|
643 |
-
msgid "Excluded category IDs are:"
|
644 |
-
msgstr ""
|
645 |
-
|
646 |
-
#: admin/main-view.php:356
|
647 |
-
msgid ""
|
648 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
649 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is unique to "
|
650 |
-
"this taxonomy."
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: admin/main-view.php:362
|
654 |
-
msgid "Title of popular posts:"
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
#: admin/main-view.php:368
|
658 |
-
msgid "Title of daily popular posts:"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: admin/main-view.php:374
|
662 |
-
msgid "When there are no posts, what should be shown?"
|
663 |
-
msgstr ""
|
664 |
-
|
665 |
-
#: admin/main-view.php:378
|
666 |
-
msgid "Blank Output"
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: admin/main-view.php:382
|
670 |
-
msgid "Display:"
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:387
|
674 |
-
msgid "Show post excerpt in list?"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:393
|
678 |
-
msgid "Length of excerpt (in words):"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:399
|
682 |
-
msgid "Show post author in list?"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:405
|
686 |
-
msgid "Show post date in list?"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:411
|
690 |
-
msgid "Limit post title length (in characters)"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:417
|
694 |
-
msgid "Show view count in list?"
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: admin/main-view.php:423
|
698 |
-
msgid "Open links in new window"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:429
|
702 |
-
msgid "Add nofollow attribute to links in the list"
|
703 |
-
msgstr ""
|
704 |
-
|
705 |
-
#: admin/main-view.php:435
|
706 |
-
msgid "Exclude display of related posts on these posts / pages"
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: admin/main-view.php:442
|
710 |
-
msgid "Customise the list HTML"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: admin/main-view.php:445
|
714 |
-
msgid "HTML to display before the list of posts:"
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: admin/main-view.php:451
|
718 |
-
msgid "HTML to display before each list item:"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: admin/main-view.php:457
|
722 |
-
msgid "HTML to display after each list item:"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: admin/main-view.php:463
|
726 |
-
msgid "HTML to display after the list of posts:"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: admin/main-view.php:504
|
730 |
-
msgid "Location of post thumbnail:"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: admin/main-view.php:508
|
734 |
-
#, fuzzy
|
735 |
-
msgid "Display thumbnails inline with posts, before title"
|
736 |
-
msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
|
737 |
-
|
738 |
-
#: admin/main-view.php:513
|
739 |
-
#, fuzzy
|
740 |
-
msgid "Display thumbnails inline with posts, after title"
|
741 |
-
msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
|
742 |
-
|
743 |
-
#: admin/main-view.php:518
|
744 |
-
msgid "Display only thumbnails, no text"
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: admin/main-view.php:523
|
748 |
-
msgid "Do not display thumbnails, only text."
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: admin/main-view.php:527
|
752 |
-
msgid ""
|
753 |
-
"This setting cannot be changed because an inbuilt style has been selected under the Styles "
|
754 |
-
"section. If you would like to change this option, please select No styles under the Styles "
|
755 |
-
"section."
|
756 |
-
msgstr ""
|
757 |
-
|
758 |
-
#: admin/main-view.php:531
|
759 |
-
msgid "Thumbnail size:"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: admin/main-view.php:555
|
763 |
-
msgid "Custom size"
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#: admin/main-view.php:558
|
767 |
-
msgid ""
|
768 |
-
"You can choose from existing image sizes above or create a custom size. If you have chosen "
|
769 |
-
"Custom size above, then enter the width, height and crop settings below. For best results, "
|
770 |
-
"use a cropped image."
|
771 |
-
msgstr ""
|
772 |
-
|
773 |
-
#: admin/main-view.php:559
|
774 |
-
msgid ""
|
775 |
-
"If you change the width and/or height below, existing images will not be automatically "
|
776 |
-
"resized."
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: admin/main-view.php:560
|
780 |
-
#, php-format
|
781 |
-
msgid ""
|
782 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</a> or <a "
|
783 |
-
"href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate all image sizes."
|
784 |
-
msgstr ""
|
785 |
-
|
786 |
-
#: admin/main-view.php:563
|
787 |
-
msgid ""
|
788 |
-
"If you're using the Left Thumbs style below then the thumbnail width and height that you "
|
789 |
-
"set here will supersede the widget. Alternatively, choose <strong>Style attributes</"
|
790 |
-
"strong> under <strong>Image size attributes</strong> option below"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: admin/main-view.php:566
|
794 |
-
msgid "Width of custom thumbnail:"
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: admin/main-view.php:571
|
798 |
-
msgid "Height of custom thumbnail"
|
799 |
-
msgstr ""
|
800 |
-
|
801 |
-
#: admin/main-view.php:576
|
802 |
-
msgid "Crop mode:"
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: admin/main-view.php:580
|
806 |
-
msgid ""
|
807 |
-
"By default, thumbnails will be proportionately cropped. Check this box to hard crop the "
|
808 |
-
"thumbnails."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: admin/main-view.php:581
|
812 |
-
#, php-format
|
813 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
814 |
-
msgstr ""
|
815 |
-
|
816 |
-
#: admin/main-view.php:585
|
817 |
-
msgid "Image size attributes:"
|
818 |
-
msgstr ""
|
819 |
-
|
820 |
-
#: admin/main-view.php:589
|
821 |
-
msgid "Style attributes are used for width and height."
|
822 |
-
msgstr ""
|
823 |
-
|
824 |
-
#: admin/main-view.php:595
|
825 |
-
msgid "HTML width and height attributes are used for width and height."
|
826 |
-
msgstr ""
|
827 |
-
|
828 |
-
#: admin/main-view.php:601
|
829 |
-
msgid "No HTML or Style attributes set for width and height"
|
830 |
-
msgstr ""
|
831 |
-
|
832 |
-
#: admin/main-view.php:606
|
833 |
-
msgid "Post thumbnail meta field name:"
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
-
#: admin/main-view.php:609
|
837 |
-
msgid ""
|
838 |
-
"The value of this field should contain the image source and is set in the <em>Add New "
|
839 |
-
"Post</em> screen"
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: admin/main-view.php:612
|
843 |
-
msgid ""
|
844 |
-
"If the postmeta is not set, then should the plugin extract the first image from the post?"
|
845 |
-
msgstr ""
|
846 |
-
|
847 |
-
#: admin/main-view.php:615
|
848 |
-
msgid ""
|
849 |
-
"This could slow down the loading of your page if the first image in the related posts is "
|
850 |
-
"large in file-size"
|
851 |
-
msgstr ""
|
852 |
-
|
853 |
-
#: admin/main-view.php:618
|
854 |
-
msgid "Use default thumbnail?"
|
855 |
-
msgstr ""
|
856 |
-
|
857 |
-
#: admin/main-view.php:621
|
858 |
-
msgid ""
|
859 |
-
"If checked, when no thumbnail is found, show a default one from the URL below. If not "
|
860 |
-
"checked and no thumbnail is found, no image will be shown."
|
861 |
-
msgstr ""
|
862 |
-
|
863 |
-
#: admin/main-view.php:624
|
864 |
-
msgid "Default thumbnail:"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: admin/main-view.php:628
|
868 |
-
msgid ""
|
869 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't then it will "
|
870 |
-
"check the meta field. If this is not available, then it will show the default image as "
|
871 |
-
"specified above"
|
872 |
-
msgstr ""
|
873 |
-
|
874 |
-
#: admin/main-view.php:667
|
875 |
-
msgid "Style of the related posts:"
|
876 |
-
msgstr ""
|
877 |
-
|
878 |
-
#: admin/main-view.php:670
|
879 |
-
msgid "No styles"
|
880 |
-
msgstr ""
|
881 |
-
|
882 |
-
#: admin/main-view.php:672
|
883 |
-
msgid "Select this option if you plan to add your own styles"
|
884 |
-
msgstr ""
|
885 |
-
|
886 |
-
#: admin/main-view.php:677
|
887 |
-
msgid "Left Thumbnails"
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: admin/main-view.php:680
|
891 |
-
msgid ""
|
892 |
-
"Enabling this option will set the post thumbnail to be before text. Disabling this option "
|
893 |
-
"will not revert any settings."
|
894 |
-
msgstr ""
|
895 |
-
|
896 |
-
#: admin/main-view.php:681
|
897 |
-
#, php-format
|
898 |
-
msgid "You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
899 |
-
msgstr ""
|
900 |
-
|
901 |
-
#: admin/main-view.php:685
|
902 |
-
msgid "Text only"
|
903 |
-
msgstr ""
|
904 |
-
|
905 |
-
#: admin/main-view.php:687
|
906 |
-
msgid ""
|
907 |
-
"Enabling this option will disable thumbnails and no longer include the default style sheet "
|
908 |
-
"included in the plugin."
|
909 |
-
msgstr ""
|
910 |
-
|
911 |
-
#: admin/main-view.php:703
|
912 |
-
msgid "Custom CSS to add to header:"
|
913 |
-
msgstr ""
|
914 |
-
|
915 |
-
#: admin/main-view.php:708
|
916 |
-
msgid ""
|
917 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://wordpress.org/"
|
918 |
-
"extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for available CSS classes to style."
|
919 |
-
msgstr ""
|
920 |
-
|
921 |
-
#: admin/main-view.php:728
|
922 |
-
#, fuzzy
|
923 |
-
msgid "Default Options"
|
924 |
-
msgstr "विकल्प हैं:"
|
925 |
-
|
926 |
-
#: admin/main-view.php:728
|
927 |
-
msgid "Do you want to set options to Default?"
|
928 |
-
msgstr "क्या आप डिफ़ॉल्ट विकल्प सेट करना चाहते हैं?"
|
929 |
-
|
930 |
-
#: admin/main-view.php:752
|
931 |
-
msgid ""
|
932 |
-
"Over time the Daily Top 10 database grows in size, which reduces the performance of the "
|
933 |
-
"plugin. Cleaning the database at regular intervals could improve performance, especially "
|
934 |
-
"on high traffic blogs. Enabling maintenance will automatically delete entries older than "
|
935 |
-
"90 days."
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: admin/main-view.php:753
|
939 |
-
msgid ""
|
940 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job everytime the "
|
941 |
-
"job is rescheduled (i.e. you change the settings below)."
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: admin/main-view.php:756
|
945 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: admin/main-view.php:760
|
949 |
-
msgid "Time to run maintenance"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: admin/main-view.php:761
|
953 |
-
msgid "hrs"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: admin/main-view.php:761
|
957 |
-
msgid "min"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: admin/main-view.php:763
|
961 |
-
msgid "How often should the maintenance be run:"
|
962 |
-
msgstr ""
|
963 |
-
|
964 |
-
#: admin/main-view.php:771
|
965 |
-
msgid "Weekly"
|
966 |
-
msgstr ""
|
967 |
-
|
968 |
-
#: admin/main-view.php:775
|
969 |
-
msgid "Fortnightly"
|
970 |
-
msgstr ""
|
971 |
-
|
972 |
-
#: admin/main-view.php:779
|
973 |
-
msgid "Monthly"
|
974 |
-
msgstr ""
|
975 |
-
|
976 |
-
#: admin/main-view.php:788
|
977 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
978 |
-
msgstr ""
|
979 |
-
|
980 |
-
#: admin/main-view.php:793
|
981 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
982 |
-
msgstr ""
|
983 |
-
|
984 |
-
#: admin/main-view.php:798
|
985 |
-
msgid "Maintenance is turned off"
|
986 |
-
msgstr ""
|
987 |
-
|
988 |
-
#: admin/main-view.php:804
|
989 |
-
msgid "Save Maintenance Options"
|
990 |
-
msgstr ""
|
991 |
-
|
992 |
-
#: admin/main-view.php:812
|
993 |
-
msgid "Reset count and other tools"
|
994 |
-
msgstr ""
|
995 |
-
|
996 |
-
#: admin/main-view.php:815
|
997 |
-
msgid ""
|
998 |
-
"This cannot be reversed. Make sure that your database has been backed up before proceeding"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: admin/main-view.php:818
|
1002 |
-
#, fuzzy
|
1003 |
-
msgid "Reset Popular Posts"
|
1004 |
-
msgstr "लोकप्रिय पोस्ट्स "
|
1005 |
-
|
1006 |
-
#: admin/main-view.php:818
|
1007 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1008 |
-
msgstr ""
|
1009 |
-
|
1010 |
-
#: admin/main-view.php:819
|
1011 |
-
#, fuzzy
|
1012 |
-
msgid "Reset Daily Popular Posts"
|
1013 |
-
msgstr "दैनिक लोकप्रिय पोस्ट्स "
|
1014 |
-
|
1015 |
-
#: admin/main-view.php:819
|
1016 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1017 |
-
msgstr ""
|
1018 |
-
|
1019 |
-
#: admin/main-view.php:822
|
1020 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1021 |
-
msgstr ""
|
1022 |
-
|
1023 |
-
#: admin/main-view.php:825
|
1024 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1025 |
-
msgstr ""
|
1026 |
-
|
1027 |
-
#: admin/main-view.php:825
|
1028 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
#: admin/main-view.php:828
|
1032 |
-
msgid ""
|
1033 |
-
"In older versions, the plugin created entries with duplicate post IDs. Clicking the button "
|
1034 |
-
"below will merge these duplicate IDs"
|
1035 |
-
msgstr ""
|
1036 |
-
|
1037 |
-
#: admin/main-view.php:831
|
1038 |
-
msgid "Merge duplicates across blog IDs"
|
1039 |
-
msgstr ""
|
1040 |
-
|
1041 |
-
#: admin/main-view.php:831
|
1042 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1043 |
-
msgstr ""
|
1044 |
-
|
1045 |
-
#: admin/main-view.php:847
|
1046 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1047 |
-
msgstr ""
|
1048 |
-
|
1049 |
-
#: admin/main-view.php:850
|
1050 |
-
msgid ""
|
1051 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to activate the "
|
1052 |
-
"plugin independently for each site. This would have resulted in two tables being created "
|
1053 |
-
"for each site in the network."
|
1054 |
-
msgstr ""
|
1055 |
-
|
1056 |
-
#: admin/main-view.php:851
|
1057 |
-
msgid ""
|
1058 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping your database "
|
1059 |
-
"clean. You can use this tool to import the recorded counts from v1.x tables to the new v2."
|
1060 |
-
"x table format."
|
1061 |
-
msgstr ""
|
1062 |
-
|
1063 |
-
#: admin/main-view.php:854
|
1064 |
-
msgid ""
|
1065 |
-
"If you do not see any tables below, then it means that either all data has already been "
|
1066 |
-
"imported or no relevant information has been found."
|
1067 |
-
msgstr ""
|
1068 |
-
|
1069 |
-
#: admin/main-view.php:857
|
1070 |
-
msgid ""
|
1071 |
-
"After running the importer, please verify that all the counts have been successfully "
|
1072 |
-
"imported. Only then should you delete any old tables!"
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: admin/main-view.php:891
|
1076 |
-
msgid "Blog ID"
|
1077 |
-
msgstr ""
|
1078 |
-
|
1079 |
-
#: admin/main-view.php:894
|
1080 |
-
msgid "Status"
|
1081 |
-
msgstr ""
|
1082 |
-
|
1083 |
-
#: admin/main-view.php:897
|
1084 |
-
msgid "Select to import"
|
1085 |
-
msgstr ""
|
1086 |
-
|
1087 |
-
#: admin/main-view.php:907
|
1088 |
-
msgid "Blog #"
|
1089 |
-
msgstr ""
|
1090 |
-
|
1091 |
-
#: admin/main-view.php:917
|
1092 |
-
msgid "Not imported"
|
1093 |
-
msgstr ""
|
1094 |
-
|
1095 |
-
#: admin/main-view.php:921
|
1096 |
-
msgid "Imported"
|
1097 |
-
msgstr ""
|
1098 |
-
|
1099 |
-
#: admin/main-view.php:942
|
1100 |
-
msgid "Begin import"
|
1101 |
-
msgstr ""
|
1102 |
-
|
1103 |
-
#: admin/main-view.php:943
|
1104 |
-
msgid "Delete selected tables"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: admin/main-view.php:944
|
1108 |
-
msgid "Delete all imported tables"
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: includes/class-top-10-widget.php:31
|
1112 |
-
#, fuzzy
|
1113 |
-
msgid "Popular Posts [Top 10]"
|
1114 |
-
msgstr "लोकप्रिय पोस्ट्स "
|
1115 |
-
|
1116 |
-
#: includes/class-top-10-widget.php:32
|
1117 |
-
#, fuzzy
|
1118 |
-
msgid "Display popular posts"
|
1119 |
-
msgstr "दैनिक लोकप्रिय पोस्ट्स "
|
1120 |
-
|
1121 |
-
#: includes/class-top-10-widget.php:76
|
1122 |
-
msgid "No. of posts"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: includes/class-top-10-widget.php:82
|
1126 |
-
msgid "Custom time period (Enter below)"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: includes/class-top-10-widget.php:86
|
1130 |
-
msgid "In days and hours (applies only to custom option above)"
|
1131 |
-
msgstr ""
|
1132 |
-
|
1133 |
-
#: includes/class-top-10-widget.php:91
|
1134 |
-
msgid "hours"
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: includes/class-top-10-widget.php:96
|
1138 |
-
msgid "Show count?"
|
1139 |
-
msgstr ""
|
1140 |
-
|
1141 |
-
#: includes/class-top-10-widget.php:101
|
1142 |
-
msgid "Show excerpt?"
|
1143 |
-
msgstr ""
|
1144 |
-
|
1145 |
-
#: includes/class-top-10-widget.php:106
|
1146 |
-
msgid "Show author?"
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: includes/class-top-10-widget.php:111
|
1150 |
-
msgid "Show date?"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: includes/class-top-10-widget.php:117
|
1154 |
-
#, fuzzy
|
1155 |
-
msgid "Thumbnails inline, before title"
|
1156 |
-
msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
|
1157 |
-
|
1158 |
-
#: includes/class-top-10-widget.php:118
|
1159 |
-
#, fuzzy
|
1160 |
-
msgid "Thumbnails inline, after title"
|
1161 |
-
msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
|
1162 |
-
|
1163 |
-
#: includes/class-top-10-widget.php:119
|
1164 |
-
msgid "Only thumbnails, no text"
|
1165 |
-
msgstr ""
|
1166 |
-
|
1167 |
-
#: includes/class-top-10-widget.php:120
|
1168 |
-
msgid "No thumbnails, only text."
|
1169 |
-
msgstr ""
|
1170 |
-
|
1171 |
-
#: includes/class-top-10-widget.php:125
|
1172 |
-
msgid "Thumbnail height"
|
1173 |
-
msgstr ""
|
1174 |
-
|
1175 |
-
#: includes/class-top-10-widget.php:131
|
1176 |
-
msgid "Thumbnail width"
|
1177 |
-
msgstr ""
|
1178 |
-
|
1179 |
-
#: includes/class-top-10-widget.php:135
|
1180 |
-
msgid "Post types to include:"
|
1181 |
-
msgstr ""
|
1182 |
-
|
1183 |
-
#: includes/media.php:62
|
1184 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1185 |
-
msgstr ""
|
1186 |
-
|
1187 |
-
#: includes/media.php:66
|
1188 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1189 |
-
msgstr ""
|
1190 |
-
|
1191 |
-
#: includes/media.php:70
|
1192 |
-
msgid "filter argument has been deprecated"
|
1193 |
-
msgstr ""
|
1194 |
-
|
1195 |
-
#: includes/output-generator.php:239
|
1196 |
-
msgid " by "
|
1197 |
-
msgstr ""
|
1198 |
-
|
1199 |
-
#: top-10.php:163
|
1200 |
-
msgid ""
|
1201 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the posts only."
|
1202 |
-
msgstr ""
|
1203 |
-
|
1204 |
-
#: top-10.php:300
|
1205 |
-
#, php-format
|
1206 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1207 |
-
msgstr ""
|
1208 |
-
|
1209 |
-
#: top-10.php:641
|
1210 |
-
msgid "<h3>Popular Posts</h3>"
|
1211 |
-
msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
|
1212 |
-
|
1213 |
-
#: top-10.php:642
|
1214 |
-
msgid "<h3>Daily Popular</h3>"
|
1215 |
-
msgstr "<h3> दैनिक लोकप्रिय </ h3>"
|
1216 |
-
|
1217 |
-
#: top-10.php:643
|
1218 |
-
#, fuzzy
|
1219 |
-
msgid "No top posts yet"
|
1220 |
-
msgstr "लोकप्रिय पदों का शीर्षक:"
|
1221 |
-
|
1222 |
-
#: top-10.php:1124
|
1223 |
-
msgid "Once Weekly"
|
1224 |
-
msgstr ""
|
1225 |
-
|
1226 |
-
#: top-10.php:1128
|
1227 |
-
msgid "Once Fortnightly"
|
1228 |
-
msgstr ""
|
1229 |
-
|
1230 |
-
#: top-10.php:1132
|
1231 |
-
msgid "Once Monthly"
|
1232 |
-
msgstr ""
|
1233 |
-
|
1234 |
-
#: top-10.php:1136
|
1235 |
-
msgid "Once quarterly"
|
1236 |
-
msgstr ""
|
1237 |
-
|
1238 |
-
#~ msgid "View Daily Popular Posts"
|
1239 |
-
#~ msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
|
1240 |
-
|
1241 |
-
#~ msgid "Results per-page:"
|
1242 |
-
#~ msgstr "प्रति परिणाम पृष्ठ:"
|
1243 |
-
|
1244 |
-
#~ msgid "View Overall Popular Posts"
|
1245 |
-
#~ msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
|
1246 |
-
|
1247 |
-
#~ msgid "Previous"
|
1248 |
-
#~ msgstr "पिछला"
|
1249 |
-
|
1250 |
-
#~ msgid "Next"
|
1251 |
-
#~ msgstr "अगला"
|
1252 |
-
|
1253 |
-
#~ msgid "Daily Popular"
|
1254 |
-
#~ msgstr "दैनिक लोकप्रिय"
|
1255 |
-
|
1256 |
-
#~ msgid "Options saved successfully."
|
1257 |
-
#~ msgstr "विकल्प सफलतापूर्वक बचाया."
|
1258 |
-
|
1259 |
-
#~ msgid "Number of popular posts to display: "
|
1260 |
-
#~ msgstr "लोकप्रिय पदों की संख्या प्रदर्शित करने के लिए:"
|
1261 |
-
|
1262 |
-
#~ msgid "Title of popular posts: "
|
1263 |
-
#~ msgstr "लोकप्रिय पदों का शीर्षक:"
|
1264 |
-
|
1265 |
-
#~ msgid "Title of daily popular posts: "
|
1266 |
-
#~ msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
|
1267 |
-
|
1268 |
-
#, fuzzy
|
1269 |
-
#~ msgid "HTML to display after each list item: "
|
1270 |
-
#~ msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
|
1271 |
-
|
1272 |
-
#, fuzzy
|
1273 |
-
#~ msgid "Overall Popular Posts"
|
1274 |
-
#~ msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
|
1275 |
-
|
1276 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1277 |
-
#~ msgstr "दैनिक लोकप्रिय कितने दिनों के विचारों को शामिल करना चाहिए?"
|
1278 |
-
|
1279 |
-
#, fuzzy
|
1280 |
-
#~ msgid "Output options"
|
1281 |
-
#~ msgstr "विकल्प हैं:"
|
1282 |
-
|
1283 |
-
#, fuzzy
|
1284 |
-
#~ msgid ""
|
1285 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>%dailycount%</code> to "
|
1286 |
-
#~ "display the daily count and <code>%overallcount%</code> to display the overall count "
|
1287 |
-
#~ "across all posts on the blog. e.g. the default options displays <code>(Visited 123 "
|
1288 |
-
#~ "times, 23 visits today)</code>"
|
1289 |
-
#~ msgstr ""
|
1290 |
-
#~ "का प्रयोग करें <code>% totalcount% </ कोड> कुल संख्या प्रदर्शित करने के लिए और <code>% dailycount"
|
1291 |
-
#~ "% </ कोड> को दैनिक गणना प्रदर्शन. उदाहरण डिफ़ॉल्ट विकल्प प्रदर्शित <code> (दौरा 123 बार, 23 का "
|
1292 |
-
#~ "दौरा आज) </ कोड>"
|
1293 |
-
|
1294 |
-
#, fuzzy
|
1295 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1296 |
-
#~ msgstr ""
|
1297 |
-
#~ "सेना दैनिक 'पदों की सूची गतिशील हो? इस विकल्प को पद भार जावास्क्रिप्ट का उपयोग करता है और अपने "
|
1298 |
-
#~ "पृष्ठ लोड समय बढ़ा सकते हैं"
|
1299 |
-
|
1300 |
-
#~ msgid "Display number of page views in popular lists?"
|
1301 |
-
#~ msgstr "लोकप्रिय सूची में पृष्ठ विचारों का प्रदर्शन नंबर?"
|
1302 |
-
|
1303 |
-
#~ msgid "Results"
|
1304 |
-
#~ msgstr "परिणाम"
|
1305 |
-
|
1306 |
-
#~ msgid "of"
|
1307 |
-
#~ msgstr "का"
|
1308 |
-
|
1309 |
-
#~ msgid "Page"
|
1310 |
-
#~ msgstr "पृष्ठ"
|
1311 |
-
|
1312 |
-
#~ msgid ""
|
1313 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will continue to be "
|
1314 |
-
#~ "counted."
|
1315 |
-
#~ msgstr "लोकप्रिय के प्रदर्शन में पेज बाहर निकालें पोस्ट? पन्नों पर विचार की संख्या की गिनती जारी रहेगी."
|
1316 |
-
|
1317 |
-
#~ msgid ""
|
1318 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is added with the "
|
1319 |
-
#~ "count"
|
1320 |
-
#~ msgstr ""
|
1321 |
-
#~ "प्रदर्शन संपादित करें पदों पर पृष्ठ विचार / WP में पृष्ठों-व्यवस्थापक? एक अतिरिक्त कॉलम गिनती के साथ जोड़ "
|
1322 |
-
#~ "दिया है"
|
1323 |
-
|
1324 |
-
#~ msgid "If you find "
|
1325 |
-
#~ msgstr "यदि आप पाते हैं"
|
1326 |
-
|
1327 |
-
#~ msgid "useful, please do"
|
1328 |
-
#~ msgstr "उपयोगी है, कृपया करे"
|
1329 |
-
|
1330 |
-
#~ msgid "drop in your contribution"
|
1331 |
-
#~ msgstr "अपने योगदान में गिरावट"
|
1332 |
-
|
1333 |
-
#~ msgid "Some reasons why you should."
|
1334 |
-
#~ msgstr "कुछ कारणों तुम क्यों चाहिए."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-it_IT.mo
DELETED
Binary file
|
languages/top-10-it_IT.po
DELETED
@@ -1,1470 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Top 10 in italiano\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:35+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Gianni Diurno |gidibao.net & charmingpress.com\n"
|
9 |
-
"Language: it_IT\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Totale / Visualizzazioni odierne"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Totale / Visualizzazioni odierne"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Totale / Visualizzazioni odierne"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Gli articoli più popolari"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Gli articoli più popolari di oggi"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Visit count:"
|
59 |
-
msgstr "Ripristino conteggio"
|
60 |
-
|
61 |
-
#: admin/admin-metabox.php:106
|
62 |
-
msgid ""
|
63 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
64 |
-
"will set the count to zero"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/admin-metabox.php:115
|
68 |
-
msgid "Disable Popular Posts display:"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/admin-metabox.php:118
|
72 |
-
msgid ""
|
73 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
74 |
-
"when viewing this post."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:122
|
78 |
-
msgid "Exclude this post from the popular posts list:"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:125
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
84 |
-
"list."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:129
|
88 |
-
msgid "Location of thumbnail:"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/admin-metabox.php:131
|
92 |
-
msgid ""
|
93 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
94 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
95 |
-
"set under Top 10 Settings » Thumbnail options."
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/admin-metabox.php:132
|
99 |
-
msgid "The URL above is saved in the meta field:"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: admin/admin-metabox.php:137
|
103 |
-
#, php-format
|
104 |
-
msgid ""
|
105 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
106 |
-
"will need to make the same change in the %1$s meta box on this page."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/admin.php:190
|
110 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/admin.php:193
|
114 |
-
msgid ""
|
115 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
116 |
-
"text."
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: admin/admin.php:196
|
120 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: admin/admin.php:199
|
124 |
-
#, php-format
|
125 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: admin/admin.php:214
|
129 |
-
msgid "Options set to Default."
|
130 |
-
msgstr "Opzioni impostate alle predefinite."
|
131 |
-
|
132 |
-
#: admin/admin.php:221
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "Ripristino 10 articoli più popolari"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
msgid "Top 10 daily popular posts reset"
|
138 |
-
msgstr "Ripristino 10 articoli più popolari del giorno"
|
139 |
-
|
140 |
-
#: admin/admin.php:236
|
141 |
-
msgid "Duplicate rows cleaned from tables"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: admin/admin.php:244
|
145 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: admin/admin.php:257
|
149 |
-
msgid "Scheduled maintenance enabled / modified"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/admin.php:261
|
153 |
-
msgid "Scheduled maintenance disabled"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/admin.php:299
|
157 |
-
msgid "Counts from selected sites have been imported."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/admin.php:324
|
161 |
-
msgid ""
|
162 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
163 |
-
"deleted."
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
167 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
168 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
169 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
170 |
-
msgid "Click to toggle"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: admin/admin.php:342
|
174 |
-
msgid "Support the development"
|
175 |
-
msgstr "Sostieni lo sviluppo"
|
176 |
-
|
177 |
-
#: admin/admin.php:349
|
178 |
-
msgid "Donation for Top 10"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: admin/admin.php:351
|
182 |
-
msgid "Enter amount in USD:"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: admin/admin.php:355
|
186 |
-
#, fuzzy
|
187 |
-
msgid "Send your donation to the author of Top 10"
|
188 |
-
msgstr "Invia la tua donazione all'autore di"
|
189 |
-
|
190 |
-
#: admin/admin.php:362
|
191 |
-
msgid "Follow me"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: admin/admin.php:386
|
195 |
-
#, fuzzy
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr "Collegamenti veloci"
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
#, fuzzy
|
201 |
-
msgid "Top 10 plugin page"
|
202 |
-
msgstr "pagina plugin"
|
203 |
-
|
204 |
-
#: admin/admin.php:391
|
205 |
-
msgid "Top 10 Github page"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: admin/admin.php:392
|
209 |
-
msgid "Other plugins"
|
210 |
-
msgstr "Altri plugin"
|
211 |
-
|
212 |
-
#: admin/admin.php:393
|
213 |
-
msgid "FAQ"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: admin/admin.php:394 admin/admin.php:564
|
217 |
-
msgid "Support"
|
218 |
-
msgstr "Supporto"
|
219 |
-
|
220 |
-
#: admin/admin.php:395
|
221 |
-
msgid "Reviews"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: admin/admin.php:396
|
225 |
-
msgid "Ajay's blog"
|
226 |
-
msgstr "Il blog di Ajay"
|
227 |
-
|
228 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
229 |
-
#, fuzzy
|
230 |
-
msgid "Top 10 Settings"
|
231 |
-
msgstr "Impostazioni"
|
232 |
-
|
233 |
-
#: admin/admin.php:413
|
234 |
-
msgid "Top 10"
|
235 |
-
msgstr "Top 10"
|
236 |
-
|
237 |
-
#: admin/admin.php:421
|
238 |
-
msgid "View Popular Posts"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/admin.php:541
|
242 |
-
msgid "Settings"
|
243 |
-
msgstr "Impostazioni"
|
244 |
-
|
245 |
-
#: admin/admin.php:565
|
246 |
-
msgid "Donate"
|
247 |
-
msgstr "Donazione"
|
248 |
-
|
249 |
-
#: admin/cache.php:19
|
250 |
-
msgid "Top 10 cache has been cleared"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-stats.php:36
|
254 |
-
msgid "popular_post"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/class-stats.php:37
|
258 |
-
msgid "popular_posts"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: admin/class-stats.php:160
|
262 |
-
msgid "No popular posts available."
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: admin/class-stats.php:209
|
266 |
-
msgid "View"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: admin/class-stats.php:210
|
270 |
-
msgid "Edit"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: admin/class-stats.php:211
|
274 |
-
msgid "Delete"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: admin/class-stats.php:233
|
278 |
-
msgid "Y/m/d g:i:s a"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: admin/class-stats.php:240
|
282 |
-
#, php-format
|
283 |
-
msgid "%s ago"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: admin/class-stats.php:242
|
287 |
-
msgid "Y/m/d"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
291 |
-
msgid "Title"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: admin/class-stats.php:277
|
295 |
-
msgid "Total visits"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: admin/class-stats.php:278
|
299 |
-
msgid "Daily visits"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: admin/class-stats.php:279
|
303 |
-
msgid "Post type"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: admin/class-stats.php:280
|
307 |
-
msgid "Author"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: admin/class-stats.php:281
|
311 |
-
msgid "Date"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: admin/class-stats.php:315
|
315 |
-
msgid "Delete Count"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/class-stats.php:355
|
319 |
-
msgid "Are you sure you want to do this"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
323 |
-
msgid "General options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
327 |
-
msgid "Counter and tracker options"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
331 |
-
msgid "Popular post list options"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
335 |
-
#: includes/class-top-10-widget.php:115
|
336 |
-
#, fuzzy
|
337 |
-
msgid "Thumbnail options"
|
338 |
-
msgstr "Opzioni miniature articolo:"
|
339 |
-
|
340 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
341 |
-
msgid "Styles"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
345 |
-
msgid "Maintenance"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: admin/main-view.php:72
|
349 |
-
msgid "Enable trackers:"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
353 |
-
msgid "Overall"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
357 |
-
msgid "Daily"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:89
|
361 |
-
msgid "Enable cache:"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/main-view.php:92
|
365 |
-
msgid ""
|
366 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
367 |
-
"output for 1 hour."
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: admin/main-view.php:93
|
371 |
-
msgid "Clear cache"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: admin/main-view.php:97
|
375 |
-
msgid "Use Ajax for tracking:"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: admin/main-view.php:100
|
379 |
-
msgid ""
|
380 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
381 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
382 |
-
"you find that your posts are not tracked."
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: admin/main-view.php:104
|
386 |
-
msgid "Start daily counts from midnight:"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: admin/main-view.php:107
|
390 |
-
msgid ""
|
391 |
-
"Daily counter will display number of visits from midnight. This option is "
|
392 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
393 |
-
"this off will allow you to use the hourly setting in the next option."
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/main-view.php:111
|
397 |
-
msgid "Daily popular contains top posts over:"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/main-view.php:113
|
401 |
-
msgid "day(s)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/main-view.php:114
|
405 |
-
msgid "hour(s)"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: admin/main-view.php:115
|
409 |
-
msgid ""
|
410 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
411 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
412 |
-
"display posts for as many days or as few hours as you want. This can be "
|
413 |
-
"overridden in the widget."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/main-view.php:119
|
417 |
-
msgid "Delete options on uninstall"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: admin/main-view.php:122
|
421 |
-
msgid ""
|
422 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
423 |
-
"database if you choose to uninstall/delete the plugin."
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: admin/main-view.php:126
|
427 |
-
msgid "Delete counter data on uninstall"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: admin/main-view.php:129
|
431 |
-
msgid ""
|
432 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
433 |
-
"from the database if you choose to uninstall/delete the plugin."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: admin/main-view.php:130
|
437 |
-
msgid ""
|
438 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
439 |
-
"lose your counter data."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: admin/main-view.php:133
|
443 |
-
msgid "Show metabox:"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: admin/main-view.php:136
|
447 |
-
msgid ""
|
448 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
449 |
-
"Also applies to Pages and Custom Post Types."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:140
|
453 |
-
msgid "Limit metabox to Admins only:"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: admin/main-view.php:143
|
457 |
-
msgid ""
|
458 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
459 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
460 |
-
"metabox. This applies only if the above option is selected."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: admin/main-view.php:148
|
464 |
-
msgid "Link to Top 10 plugin page"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: admin/main-view.php:151
|
468 |
-
#, fuzzy
|
469 |
-
msgid ""
|
470 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
471 |
-
"posts"
|
472 |
-
msgstr ""
|
473 |
-
"Nella lista dei tuoi articoli più popolari é stato aggiunto un link alla "
|
474 |
-
"pagina del plugin. Ti sarei molto grato qualora non disattivassi questa "
|
475 |
-
"opzione!"
|
476 |
-
|
477 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
478 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
479 |
-
#, fuzzy
|
480 |
-
msgid "Save Options"
|
481 |
-
msgstr "Opzioni:"
|
482 |
-
|
483 |
-
#: admin/main-view.php:191
|
484 |
-
#, fuzzy
|
485 |
-
msgid "Display number of views on:"
|
486 |
-
msgstr "Desideri mostrare il numero delle visualizzazioni negli articoli?"
|
487 |
-
|
488 |
-
#: admin/main-view.php:193
|
489 |
-
msgid "Posts"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: admin/main-view.php:194
|
493 |
-
#, fuzzy
|
494 |
-
msgid "Pages"
|
495 |
-
msgstr "Pagina"
|
496 |
-
|
497 |
-
#: admin/main-view.php:195
|
498 |
-
msgid "Home page"
|
499 |
-
msgstr ""
|
500 |
-
|
501 |
-
#: admin/main-view.php:196
|
502 |
-
msgid "Feeds"
|
503 |
-
msgstr ""
|
504 |
-
|
505 |
-
#: admin/main-view.php:197
|
506 |
-
msgid "Category archives"
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: admin/main-view.php:198
|
510 |
-
msgid "Tag archives"
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: admin/main-view.php:199
|
514 |
-
msgid "Other archives"
|
515 |
-
msgstr ""
|
516 |
-
|
517 |
-
#: admin/main-view.php:200
|
518 |
-
msgid ""
|
519 |
-
"If you choose to disable this, please add <code><?php if "
|
520 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
521 |
-
"</code> to your template file where you want it displayed"
|
522 |
-
msgstr ""
|
523 |
-
|
524 |
-
#: admin/main-view.php:204
|
525 |
-
#, fuzzy
|
526 |
-
msgid "Format to display the post views:"
|
527 |
-
msgstr "Formato per il conteggio:"
|
528 |
-
|
529 |
-
#: admin/main-view.php:207
|
530 |
-
msgid ""
|
531 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
532 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
533 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
534 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: admin/main-view.php:211
|
538 |
-
msgid "What do display when there are no visits?"
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: admin/main-view.php:214
|
542 |
-
msgid ""
|
543 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
544 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
545 |
-
"this text will be used. To override this, just enter the same text as above "
|
546 |
-
"option."
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: admin/main-view.php:218
|
550 |
-
msgid "Always display latest post count"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: admin/main-view.php:221
|
554 |
-
msgid ""
|
555 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
556 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
557 |
-
"cached counts."
|
558 |
-
msgstr ""
|
559 |
-
|
560 |
-
#: admin/main-view.php:225
|
561 |
-
msgid "Track visits of authors on their own posts?"
|
562 |
-
msgstr ""
|
563 |
-
"Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
|
564 |
-
"del sito?"
|
565 |
-
|
566 |
-
#: admin/main-view.php:228
|
567 |
-
msgid ""
|
568 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
#: admin/main-view.php:232
|
572 |
-
#, fuzzy
|
573 |
-
msgid "Track visits of admins?"
|
574 |
-
msgstr ""
|
575 |
-
"Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
|
576 |
-
"del sito?"
|
577 |
-
|
578 |
-
#: admin/main-view.php:235
|
579 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: admin/main-view.php:239
|
583 |
-
#, fuzzy
|
584 |
-
msgid "Track visits of Editors?"
|
585 |
-
msgstr ""
|
586 |
-
"Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
|
587 |
-
"del sito?"
|
588 |
-
|
589 |
-
#: admin/main-view.php:242
|
590 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
591 |
-
msgstr ""
|
592 |
-
|
593 |
-
#: admin/main-view.php:246
|
594 |
-
msgid "Display page views on Posts and Pages in Admin"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: admin/main-view.php:249
|
598 |
-
msgid ""
|
599 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
600 |
-
"and All Pages"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: admin/main-view.php:253
|
604 |
-
#, fuzzy
|
605 |
-
msgid "Show number of views to non-admins"
|
606 |
-
msgstr "Desideri mostrare il numero delle visualizzazioni nelle pagine?"
|
607 |
-
|
608 |
-
#: admin/main-view.php:256
|
609 |
-
msgid ""
|
610 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
611 |
-
"independent pages with the top posts"
|
612 |
-
msgstr ""
|
613 |
-
|
614 |
-
#: admin/main-view.php:296
|
615 |
-
msgid "Number of popular posts to display:"
|
616 |
-
msgstr ""
|
617 |
-
|
618 |
-
#: admin/main-view.php:299
|
619 |
-
msgid ""
|
620 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
621 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: admin/main-view.php:303
|
625 |
-
msgid "Published age of posts:"
|
626 |
-
msgstr ""
|
627 |
-
|
628 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
629 |
-
msgid "days"
|
630 |
-
msgstr ""
|
631 |
-
|
632 |
-
#: admin/main-view.php:306
|
633 |
-
msgid ""
|
634 |
-
"This options allows you to only show posts that have been published within "
|
635 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: admin/main-view.php:307
|
639 |
-
msgid ""
|
640 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
641 |
-
"posts lists. Enter 0 for no restriction."
|
642 |
-
msgstr ""
|
643 |
-
|
644 |
-
#: admin/main-view.php:311
|
645 |
-
msgid "Post types to include in results (including custom post types)"
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: admin/main-view.php:325
|
649 |
-
msgid "List of post or page IDs to exclude from the results:"
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
653 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
654 |
-
msgstr ""
|
655 |
-
|
656 |
-
#: admin/main-view.php:331
|
657 |
-
msgid "Exclude Categories:"
|
658 |
-
msgstr ""
|
659 |
-
|
660 |
-
#: admin/main-view.php:346
|
661 |
-
msgid ""
|
662 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
663 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
664 |
-
"options"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: admin/main-view.php:350
|
668 |
-
msgid "Excluded category IDs are:"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: admin/main-view.php:356
|
672 |
-
msgid ""
|
673 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
674 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
675 |
-
"unique to this taxonomy."
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: admin/main-view.php:362
|
679 |
-
msgid "Title of popular posts:"
|
680 |
-
msgstr ""
|
681 |
-
|
682 |
-
#: admin/main-view.php:368
|
683 |
-
msgid "Title of daily popular posts:"
|
684 |
-
msgstr ""
|
685 |
-
|
686 |
-
#: admin/main-view.php:374
|
687 |
-
msgid "When there are no posts, what should be shown?"
|
688 |
-
msgstr ""
|
689 |
-
|
690 |
-
#: admin/main-view.php:378
|
691 |
-
msgid "Blank Output"
|
692 |
-
msgstr ""
|
693 |
-
|
694 |
-
#: admin/main-view.php:382
|
695 |
-
msgid "Display:"
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: admin/main-view.php:387
|
699 |
-
msgid "Show post excerpt in list?"
|
700 |
-
msgstr "Desideri mostrare gli estratti?"
|
701 |
-
|
702 |
-
#: admin/main-view.php:393
|
703 |
-
msgid "Length of excerpt (in words):"
|
704 |
-
msgstr ""
|
705 |
-
|
706 |
-
#: admin/main-view.php:399
|
707 |
-
#, fuzzy
|
708 |
-
msgid "Show post author in list?"
|
709 |
-
msgstr "Desideri mostrare gli estratti?"
|
710 |
-
|
711 |
-
#: admin/main-view.php:405
|
712 |
-
#, fuzzy
|
713 |
-
msgid "Show post date in list?"
|
714 |
-
msgstr "Desideri mostrare gli estratti?"
|
715 |
-
|
716 |
-
#: admin/main-view.php:411
|
717 |
-
msgid "Limit post title length (in characters)"
|
718 |
-
msgstr ""
|
719 |
-
|
720 |
-
#: admin/main-view.php:417
|
721 |
-
#, fuzzy
|
722 |
-
msgid "Show view count in list?"
|
723 |
-
msgstr "Desideri mostrare gli estratti?"
|
724 |
-
|
725 |
-
#: admin/main-view.php:423
|
726 |
-
msgid "Open links in new window"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: admin/main-view.php:429
|
730 |
-
msgid "Add nofollow attribute to links in the list"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: admin/main-view.php:435
|
734 |
-
msgid "Exclude display of related posts on these posts / pages"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: admin/main-view.php:442
|
738 |
-
#, fuzzy
|
739 |
-
msgid "Customise the list HTML"
|
740 |
-
msgstr "Personalizzazione output:"
|
741 |
-
|
742 |
-
#: admin/main-view.php:445
|
743 |
-
msgid "HTML to display before the list of posts:"
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: admin/main-view.php:451
|
747 |
-
msgid "HTML to display before each list item:"
|
748 |
-
msgstr ""
|
749 |
-
|
750 |
-
#: admin/main-view.php:457
|
751 |
-
msgid "HTML to display after each list item:"
|
752 |
-
msgstr ""
|
753 |
-
|
754 |
-
#: admin/main-view.php:463
|
755 |
-
msgid "HTML to display after the list of posts:"
|
756 |
-
msgstr ""
|
757 |
-
|
758 |
-
#: admin/main-view.php:504
|
759 |
-
msgid "Location of post thumbnail:"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: admin/main-view.php:508
|
763 |
-
msgid "Display thumbnails inline with posts, before title"
|
764 |
-
msgstr "Mostra gli articoli con le miniature inline prima del titolo"
|
765 |
-
|
766 |
-
#: admin/main-view.php:513
|
767 |
-
msgid "Display thumbnails inline with posts, after title"
|
768 |
-
msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
|
769 |
-
|
770 |
-
#: admin/main-view.php:518
|
771 |
-
msgid "Display only thumbnails, no text"
|
772 |
-
msgstr "Mostra le sole miniature, nessun testo"
|
773 |
-
|
774 |
-
#: admin/main-view.php:523
|
775 |
-
msgid "Do not display thumbnails, only text."
|
776 |
-
msgstr "Non mostrare le miniature, solo testo."
|
777 |
-
|
778 |
-
#: admin/main-view.php:527
|
779 |
-
msgid ""
|
780 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
781 |
-
"under the Styles section. If you would like to change this option, please "
|
782 |
-
"select No styles under the Styles section."
|
783 |
-
msgstr ""
|
784 |
-
|
785 |
-
#: admin/main-view.php:531
|
786 |
-
msgid "Thumbnail size:"
|
787 |
-
msgstr ""
|
788 |
-
|
789 |
-
#: admin/main-view.php:555
|
790 |
-
msgid "Custom size"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: admin/main-view.php:558
|
794 |
-
msgid ""
|
795 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
796 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
797 |
-
"settings below. For best results, use a cropped image."
|
798 |
-
msgstr ""
|
799 |
-
|
800 |
-
#: admin/main-view.php:559
|
801 |
-
msgid ""
|
802 |
-
"If you change the width and/or height below, existing images will not be "
|
803 |
-
"automatically resized."
|
804 |
-
msgstr ""
|
805 |
-
|
806 |
-
#: admin/main-view.php:560
|
807 |
-
#, php-format
|
808 |
-
msgid ""
|
809 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
810 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
811 |
-
"all image sizes."
|
812 |
-
msgstr ""
|
813 |
-
|
814 |
-
#: admin/main-view.php:563
|
815 |
-
msgid ""
|
816 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
817 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
818 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
819 |
-
"strong> option below"
|
820 |
-
msgstr ""
|
821 |
-
|
822 |
-
#: admin/main-view.php:566
|
823 |
-
msgid "Width of custom thumbnail:"
|
824 |
-
msgstr ""
|
825 |
-
|
826 |
-
#: admin/main-view.php:571
|
827 |
-
msgid "Height of custom thumbnail"
|
828 |
-
msgstr ""
|
829 |
-
|
830 |
-
#: admin/main-view.php:576
|
831 |
-
msgid "Crop mode:"
|
832 |
-
msgstr ""
|
833 |
-
|
834 |
-
#: admin/main-view.php:580
|
835 |
-
msgid ""
|
836 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
837 |
-
"hard crop the thumbnails."
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#: admin/main-view.php:581
|
841 |
-
#, php-format
|
842 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
843 |
-
msgstr ""
|
844 |
-
|
845 |
-
#: admin/main-view.php:585
|
846 |
-
msgid "Image size attributes:"
|
847 |
-
msgstr ""
|
848 |
-
|
849 |
-
#: admin/main-view.php:589
|
850 |
-
msgid "Style attributes are used for width and height."
|
851 |
-
msgstr ""
|
852 |
-
|
853 |
-
#: admin/main-view.php:595
|
854 |
-
msgid "HTML width and height attributes are used for width and height."
|
855 |
-
msgstr ""
|
856 |
-
|
857 |
-
#: admin/main-view.php:601
|
858 |
-
msgid "No HTML or Style attributes set for width and height"
|
859 |
-
msgstr ""
|
860 |
-
|
861 |
-
#: admin/main-view.php:606
|
862 |
-
msgid "Post thumbnail meta field name:"
|
863 |
-
msgstr ""
|
864 |
-
|
865 |
-
#: admin/main-view.php:609
|
866 |
-
msgid ""
|
867 |
-
"The value of this field should contain the image source and is set in the "
|
868 |
-
"<em>Add New Post</em> screen"
|
869 |
-
msgstr ""
|
870 |
-
|
871 |
-
#: admin/main-view.php:612
|
872 |
-
#, fuzzy
|
873 |
-
msgid ""
|
874 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
875 |
-
"from the post?"
|
876 |
-
msgstr ""
|
877 |
-
"Se il postmeta non fosse stato impostato, il plugin estrarrà dall'articolo "
|
878 |
-
"la prima immagine. Questa operazione potrebbe rallentare il caricamento del "
|
879 |
-
"tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
|
880 |
-
"dimensioni"
|
881 |
-
|
882 |
-
#: admin/main-view.php:615
|
883 |
-
#, fuzzy
|
884 |
-
msgid ""
|
885 |
-
"This could slow down the loading of your page if the first image in the "
|
886 |
-
"related posts is large in file-size"
|
887 |
-
msgstr ""
|
888 |
-
"Se il postmeta non fosse stato impostato, il plugin estrarrà dall'articolo "
|
889 |
-
"la prima immagine. Questa operazione potrebbe rallentare il caricamento del "
|
890 |
-
"tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
|
891 |
-
"dimensioni"
|
892 |
-
|
893 |
-
#: admin/main-view.php:618
|
894 |
-
msgid "Use default thumbnail?"
|
895 |
-
msgstr ""
|
896 |
-
|
897 |
-
#: admin/main-view.php:621
|
898 |
-
msgid ""
|
899 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
900 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
901 |
-
msgstr ""
|
902 |
-
"Se attiva, in assenza di miniatura ne mostrerà una predefinita da URL qui "
|
903 |
-
"sotto. Se inattiva e senza miniatura, non verrà mostrata nessuna immagine."
|
904 |
-
|
905 |
-
#: admin/main-view.php:624
|
906 |
-
msgid "Default thumbnail:"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: admin/main-view.php:628
|
910 |
-
#, fuzzy
|
911 |
-
msgid ""
|
912 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
913 |
-
"then it will check the meta field. If this is not available, then it will "
|
914 |
-
"show the default image as specified above"
|
915 |
-
msgstr ""
|
916 |
-
"Come prima operazione, il plugin controllerà la presenza di una miniatura "
|
917 |
-
"nell'articolo. Nel caso in cui non fosse presente, verificherà il campo "
|
918 |
-
"meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come "
|
919 |
-
"specificato qui sotto:"
|
920 |
-
|
921 |
-
#: admin/main-view.php:667
|
922 |
-
msgid "Style of the related posts:"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: admin/main-view.php:670
|
926 |
-
msgid "No styles"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#: admin/main-view.php:672
|
930 |
-
msgid "Select this option if you plan to add your own styles"
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
#: admin/main-view.php:677
|
934 |
-
msgid "Left Thumbnails"
|
935 |
-
msgstr ""
|
936 |
-
|
937 |
-
#: admin/main-view.php:680
|
938 |
-
msgid ""
|
939 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
940 |
-
"Disabling this option will not revert any settings."
|
941 |
-
msgstr ""
|
942 |
-
|
943 |
-
#: admin/main-view.php:681
|
944 |
-
#, php-format
|
945 |
-
msgid ""
|
946 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
947 |
-
msgstr ""
|
948 |
-
|
949 |
-
#: admin/main-view.php:685
|
950 |
-
msgid "Text only"
|
951 |
-
msgstr ""
|
952 |
-
|
953 |
-
#: admin/main-view.php:687
|
954 |
-
msgid ""
|
955 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
956 |
-
"default style sheet included in the plugin."
|
957 |
-
msgstr ""
|
958 |
-
|
959 |
-
#: admin/main-view.php:703
|
960 |
-
msgid "Custom CSS to add to header:"
|
961 |
-
msgstr ""
|
962 |
-
|
963 |
-
#: admin/main-view.php:708
|
964 |
-
msgid ""
|
965 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
966 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
967 |
-
"available CSS classes to style."
|
968 |
-
msgstr ""
|
969 |
-
|
970 |
-
#: admin/main-view.php:728
|
971 |
-
#, fuzzy
|
972 |
-
msgid "Default Options"
|
973 |
-
msgstr "Opzioni output:"
|
974 |
-
|
975 |
-
#: admin/main-view.php:728
|
976 |
-
msgid "Do you want to set options to Default?"
|
977 |
-
msgstr "Desideri ripristinare alle predefinite?"
|
978 |
-
|
979 |
-
#: admin/main-view.php:752
|
980 |
-
msgid ""
|
981 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
982 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
983 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
984 |
-
"will automatically delete entries older than 90 days."
|
985 |
-
msgstr ""
|
986 |
-
|
987 |
-
#: admin/main-view.php:753
|
988 |
-
msgid ""
|
989 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
990 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: admin/main-view.php:756
|
994 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: admin/main-view.php:760
|
998 |
-
msgid "Time to run maintenance"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: admin/main-view.php:761
|
1002 |
-
msgid "hrs"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: admin/main-view.php:761
|
1006 |
-
msgid "min"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: admin/main-view.php:763
|
1010 |
-
msgid "How often should the maintenance be run:"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: admin/main-view.php:771
|
1014 |
-
msgid "Weekly"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: admin/main-view.php:775
|
1018 |
-
msgid "Fortnightly"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: admin/main-view.php:779
|
1022 |
-
msgid "Monthly"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: admin/main-view.php:788
|
1026 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1027 |
-
msgstr ""
|
1028 |
-
|
1029 |
-
#: admin/main-view.php:793
|
1030 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1031 |
-
msgstr ""
|
1032 |
-
|
1033 |
-
#: admin/main-view.php:798
|
1034 |
-
msgid "Maintenance is turned off"
|
1035 |
-
msgstr ""
|
1036 |
-
|
1037 |
-
#: admin/main-view.php:804
|
1038 |
-
msgid "Save Maintenance Options"
|
1039 |
-
msgstr ""
|
1040 |
-
|
1041 |
-
#: admin/main-view.php:812
|
1042 |
-
msgid "Reset count and other tools"
|
1043 |
-
msgstr ""
|
1044 |
-
|
1045 |
-
#: admin/main-view.php:815
|
1046 |
-
msgid ""
|
1047 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1048 |
-
"before proceeding"
|
1049 |
-
msgstr ""
|
1050 |
-
"Questa operazione non é reversibile. Effettua il backup del database prima "
|
1051 |
-
"di procedere"
|
1052 |
-
|
1053 |
-
#: admin/main-view.php:818
|
1054 |
-
#, fuzzy
|
1055 |
-
msgid "Reset Popular Posts"
|
1056 |
-
msgstr "Gli articoli più popolari"
|
1057 |
-
|
1058 |
-
#: admin/main-view.php:818
|
1059 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1060 |
-
msgstr "Sei certo di volere ripristinare gli articoli più popolari?"
|
1061 |
-
|
1062 |
-
#: admin/main-view.php:819
|
1063 |
-
#, fuzzy
|
1064 |
-
msgid "Reset Daily Popular Posts"
|
1065 |
-
msgstr "Gli articoli più popolari di oggi"
|
1066 |
-
|
1067 |
-
#: admin/main-view.php:819
|
1068 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1069 |
-
msgstr "Sei certo di volere ripristinare gli articoli più popolari del giorno?"
|
1070 |
-
|
1071 |
-
#: admin/main-view.php:822
|
1072 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: admin/main-view.php:825
|
1076 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1077 |
-
msgstr ""
|
1078 |
-
|
1079 |
-
#: admin/main-view.php:825
|
1080 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1081 |
-
msgstr ""
|
1082 |
-
|
1083 |
-
#: admin/main-view.php:828
|
1084 |
-
msgid ""
|
1085 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1086 |
-
"Clicking the button below will merge these duplicate IDs"
|
1087 |
-
msgstr ""
|
1088 |
-
|
1089 |
-
#: admin/main-view.php:831
|
1090 |
-
msgid "Merge duplicates across blog IDs"
|
1091 |
-
msgstr ""
|
1092 |
-
|
1093 |
-
#: admin/main-view.php:831
|
1094 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1095 |
-
msgstr "Questa operazione cancelerà i duplicati dalle tabelle. Procedi?"
|
1096 |
-
|
1097 |
-
#: admin/main-view.php:847
|
1098 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:850
|
1102 |
-
msgid ""
|
1103 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1104 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1105 |
-
"two tables being created for each site in the network."
|
1106 |
-
msgstr ""
|
1107 |
-
|
1108 |
-
#: admin/main-view.php:851
|
1109 |
-
msgid ""
|
1110 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1111 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1112 |
-
"from v1.x tables to the new v2.x table format."
|
1113 |
-
msgstr ""
|
1114 |
-
|
1115 |
-
#: admin/main-view.php:854
|
1116 |
-
msgid ""
|
1117 |
-
"If you do not see any tables below, then it means that either all data has "
|
1118 |
-
"already been imported or no relevant information has been found."
|
1119 |
-
msgstr ""
|
1120 |
-
|
1121 |
-
#: admin/main-view.php:857
|
1122 |
-
msgid ""
|
1123 |
-
"After running the importer, please verify that all the counts have been "
|
1124 |
-
"successfully imported. Only then should you delete any old tables!"
|
1125 |
-
msgstr ""
|
1126 |
-
|
1127 |
-
#: admin/main-view.php:891
|
1128 |
-
msgid "Blog ID"
|
1129 |
-
msgstr ""
|
1130 |
-
|
1131 |
-
#: admin/main-view.php:894
|
1132 |
-
msgid "Status"
|
1133 |
-
msgstr ""
|
1134 |
-
|
1135 |
-
#: admin/main-view.php:897
|
1136 |
-
msgid "Select to import"
|
1137 |
-
msgstr ""
|
1138 |
-
|
1139 |
-
#: admin/main-view.php:907
|
1140 |
-
msgid "Blog #"
|
1141 |
-
msgstr ""
|
1142 |
-
|
1143 |
-
#: admin/main-view.php:917
|
1144 |
-
msgid "Not imported"
|
1145 |
-
msgstr ""
|
1146 |
-
|
1147 |
-
#: admin/main-view.php:921
|
1148 |
-
msgid "Imported"
|
1149 |
-
msgstr ""
|
1150 |
-
|
1151 |
-
#: admin/main-view.php:942
|
1152 |
-
msgid "Begin import"
|
1153 |
-
msgstr ""
|
1154 |
-
|
1155 |
-
#: admin/main-view.php:943
|
1156 |
-
msgid "Delete selected tables"
|
1157 |
-
msgstr ""
|
1158 |
-
|
1159 |
-
#: admin/main-view.php:944
|
1160 |
-
msgid "Delete all imported tables"
|
1161 |
-
msgstr ""
|
1162 |
-
|
1163 |
-
#: includes/class-top-10-widget.php:31
|
1164 |
-
#, fuzzy
|
1165 |
-
msgid "Popular Posts [Top 10]"
|
1166 |
-
msgstr "Gli articoli più popolari"
|
1167 |
-
|
1168 |
-
#: includes/class-top-10-widget.php:32
|
1169 |
-
#, fuzzy
|
1170 |
-
msgid "Display popular posts"
|
1171 |
-
msgstr "Gli articoli più popolari di oggi"
|
1172 |
-
|
1173 |
-
#: includes/class-top-10-widget.php:76
|
1174 |
-
msgid "No. of posts"
|
1175 |
-
msgstr ""
|
1176 |
-
|
1177 |
-
#: includes/class-top-10-widget.php:82
|
1178 |
-
msgid "Custom time period (Enter below)"
|
1179 |
-
msgstr ""
|
1180 |
-
|
1181 |
-
#: includes/class-top-10-widget.php:86
|
1182 |
-
msgid "In days and hours (applies only to custom option above)"
|
1183 |
-
msgstr ""
|
1184 |
-
|
1185 |
-
#: includes/class-top-10-widget.php:91
|
1186 |
-
msgid "hours"
|
1187 |
-
msgstr ""
|
1188 |
-
|
1189 |
-
#: includes/class-top-10-widget.php:96
|
1190 |
-
#, fuzzy
|
1191 |
-
msgid "Show count?"
|
1192 |
-
msgstr "Desideri mostrare gli estratti?"
|
1193 |
-
|
1194 |
-
#: includes/class-top-10-widget.php:101
|
1195 |
-
#, fuzzy
|
1196 |
-
msgid "Show excerpt?"
|
1197 |
-
msgstr "Desideri mostrare gli estratti?"
|
1198 |
-
|
1199 |
-
#: includes/class-top-10-widget.php:106
|
1200 |
-
#, fuzzy
|
1201 |
-
msgid "Show author?"
|
1202 |
-
msgstr "Desideri mostrare gli estratti?"
|
1203 |
-
|
1204 |
-
#: includes/class-top-10-widget.php:111
|
1205 |
-
#, fuzzy
|
1206 |
-
msgid "Show date?"
|
1207 |
-
msgstr "Desideri mostrare gli estratti?"
|
1208 |
-
|
1209 |
-
#: includes/class-top-10-widget.php:117
|
1210 |
-
#, fuzzy
|
1211 |
-
msgid "Thumbnails inline, before title"
|
1212 |
-
msgstr "Mostra gli articoli con le miniature inline prima del titolo"
|
1213 |
-
|
1214 |
-
#: includes/class-top-10-widget.php:118
|
1215 |
-
#, fuzzy
|
1216 |
-
msgid "Thumbnails inline, after title"
|
1217 |
-
msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
|
1218 |
-
|
1219 |
-
#: includes/class-top-10-widget.php:119
|
1220 |
-
#, fuzzy
|
1221 |
-
msgid "Only thumbnails, no text"
|
1222 |
-
msgstr "Mostra le sole miniature, nessun testo"
|
1223 |
-
|
1224 |
-
#: includes/class-top-10-widget.php:120
|
1225 |
-
#, fuzzy
|
1226 |
-
msgid "No thumbnails, only text."
|
1227 |
-
msgstr "Non mostrare le miniature, solo testo."
|
1228 |
-
|
1229 |
-
#: includes/class-top-10-widget.php:125
|
1230 |
-
#, fuzzy
|
1231 |
-
msgid "Thumbnail height"
|
1232 |
-
msgstr "Opzioni miniature articolo:"
|
1233 |
-
|
1234 |
-
#: includes/class-top-10-widget.php:131
|
1235 |
-
#, fuzzy
|
1236 |
-
msgid "Thumbnail width"
|
1237 |
-
msgstr "Opzioni miniature articolo:"
|
1238 |
-
|
1239 |
-
#: includes/class-top-10-widget.php:135
|
1240 |
-
msgid "Post types to include:"
|
1241 |
-
msgstr ""
|
1242 |
-
|
1243 |
-
#: includes/media.php:62
|
1244 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1245 |
-
msgstr ""
|
1246 |
-
|
1247 |
-
#: includes/media.php:66
|
1248 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1249 |
-
msgstr ""
|
1250 |
-
|
1251 |
-
#: includes/media.php:70
|
1252 |
-
msgid "filter argument has been deprecated"
|
1253 |
-
msgstr ""
|
1254 |
-
|
1255 |
-
#: includes/output-generator.php:239
|
1256 |
-
msgid " by "
|
1257 |
-
msgstr ""
|
1258 |
-
|
1259 |
-
#: top-10.php:163
|
1260 |
-
msgid ""
|
1261 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1262 |
-
"posts only."
|
1263 |
-
msgstr ""
|
1264 |
-
|
1265 |
-
#: top-10.php:300
|
1266 |
-
#, php-format
|
1267 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1268 |
-
msgstr ""
|
1269 |
-
|
1270 |
-
#: top-10.php:641
|
1271 |
-
msgid "<h3>Popular Posts</h3>"
|
1272 |
-
msgstr "<h3>Articoli più letti</h3>"
|
1273 |
-
|
1274 |
-
#: top-10.php:642
|
1275 |
-
msgid "<h3>Daily Popular</h3>"
|
1276 |
-
msgstr "<h3>I più letti di oggi</h3>"
|
1277 |
-
|
1278 |
-
#: top-10.php:643
|
1279 |
-
#, fuzzy
|
1280 |
-
msgid "No top posts yet"
|
1281 |
-
msgstr "Ripristino 10 articoli più popolari"
|
1282 |
-
|
1283 |
-
#: top-10.php:1124
|
1284 |
-
msgid "Once Weekly"
|
1285 |
-
msgstr ""
|
1286 |
-
|
1287 |
-
#: top-10.php:1128
|
1288 |
-
msgid "Once Fortnightly"
|
1289 |
-
msgstr ""
|
1290 |
-
|
1291 |
-
#: top-10.php:1132
|
1292 |
-
msgid "Once Monthly"
|
1293 |
-
msgstr ""
|
1294 |
-
|
1295 |
-
#: top-10.php:1136
|
1296 |
-
msgid "Once quarterly"
|
1297 |
-
msgstr ""
|
1298 |
-
|
1299 |
-
#~ msgid "View Daily Popular Posts"
|
1300 |
-
#~ msgstr "Visualizza gli articoli più letti di oggi"
|
1301 |
-
|
1302 |
-
#~ msgid "Results per-page:"
|
1303 |
-
#~ msgstr "Risultati per pagina:"
|
1304 |
-
|
1305 |
-
#~ msgid "View Overall Popular Posts"
|
1306 |
-
#~ msgstr "Visualizza panoramica articoli più popolari"
|
1307 |
-
|
1308 |
-
#~ msgid "Previous"
|
1309 |
-
#~ msgstr "Precedente"
|
1310 |
-
|
1311 |
-
#~ msgid "Next"
|
1312 |
-
#~ msgstr "Successiva"
|
1313 |
-
|
1314 |
-
#~ msgid "Daily Popular"
|
1315 |
-
#~ msgstr "I più letti di oggi"
|
1316 |
-
|
1317 |
-
#~ msgid "Options saved successfully."
|
1318 |
-
#~ msgstr "Le opzioni sono state salvate con successo."
|
1319 |
-
|
1320 |
-
#~ msgid "Number of popular posts to display: "
|
1321 |
-
#~ msgstr "Numero degli articoli più popolari da mostrare:"
|
1322 |
-
|
1323 |
-
#~ msgid "Exclude Categories: "
|
1324 |
-
#~ msgstr "Escludi categorie:"
|
1325 |
-
|
1326 |
-
#~ msgid "Title of popular posts: "
|
1327 |
-
#~ msgstr "Titolo per gli articoli più popolari:"
|
1328 |
-
|
1329 |
-
#~ msgid "Title of daily popular posts: "
|
1330 |
-
#~ msgstr "Titolo per gli articoli più popolari del giorno:"
|
1331 |
-
|
1332 |
-
#~ msgid "Length of excerpt (in words): "
|
1333 |
-
#~ msgstr "Lunghezza estratto (in parole):"
|
1334 |
-
|
1335 |
-
#~ msgid "HTML to display before the list of posts: "
|
1336 |
-
#~ msgstr "HTML da mostrare davanti alla lista degli articoli:"
|
1337 |
-
|
1338 |
-
#~ msgid "HTML to display before each list item: "
|
1339 |
-
#~ msgstr "HTML da mostrare davanti ad ogni singola lista:"
|
1340 |
-
|
1341 |
-
#~ msgid "HTML to display after each list item: "
|
1342 |
-
#~ msgstr "HTML da mostrare dopo ogni lista:"
|
1343 |
-
|
1344 |
-
#~ msgid "HTML to display after the list of posts: "
|
1345 |
-
#~ msgstr "HTML da mostrare dopo la lista degli articoli:"
|
1346 |
-
|
1347 |
-
#, fuzzy
|
1348 |
-
#~ msgid "Post thumbnail meta field name: "
|
1349 |
-
#~ msgstr "Opzioni miniature articolo:"
|
1350 |
-
|
1351 |
-
#~ msgid "Enter amount in USD: "
|
1352 |
-
#~ msgstr "Inserisci la cifra in USD: "
|
1353 |
-
|
1354 |
-
#, fuzzy
|
1355 |
-
#~ msgid "Overall Popular Posts"
|
1356 |
-
#~ msgstr "Visualizza panoramica articoli più popolari"
|
1357 |
-
|
1358 |
-
#~ msgid "Reset count"
|
1359 |
-
#~ msgstr "Ripristino conteggio"
|
1360 |
-
|
1361 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1362 |
-
#~ msgstr ""
|
1363 |
-
#~ "Quanti giorni desideri siano considerati per il computo delle "
|
1364 |
-
#~ "visualizzazioni per articoli più popolari del giorno?"
|
1365 |
-
|
1366 |
-
#, fuzzy
|
1367 |
-
#~ msgid "Output options"
|
1368 |
-
#~ msgstr "Opzioni output:"
|
1369 |
-
|
1370 |
-
#, fuzzy
|
1371 |
-
#~ msgid ""
|
1372 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1373 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1374 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1375 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1376 |
-
#~ msgstr ""
|
1377 |
-
#~ "Utilizza <code>%totalcount%</code> per potere mostrare il computo totale "
|
1378 |
-
#~ "e <code>%dailycount%</code> per visualizzare quello del giorno corrente. "
|
1379 |
-
#~ "Ad esempio, le opzioni predefinite verranno mostrate online con un "
|
1380 |
-
#~ "<code>(letto 123 volte, 23 visite odierne)</code>"
|
1381 |
-
|
1382 |
-
#~ msgid "Post thumbnail options:"
|
1383 |
-
#~ msgstr "Opzioni miniature articolo:"
|
1384 |
-
|
1385 |
-
#~ msgid "Display the posts popular this week"
|
1386 |
-
#~ msgstr "Mostra articoli più popolari settimana in corso"
|
1387 |
-
|
1388 |
-
#, fuzzy
|
1389 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1390 |
-
#~ msgstr ""
|
1391 |
-
#~ "Desideri che la lista degli articoli odierni sia dinamica? Questa opzione "
|
1392 |
-
#~ "utilizza un JavaScript per il caricamento dell'articolo e di conseguenza "
|
1393 |
-
#~ "potrà fare aumentare i tempi di caricamento della stessa pagina"
|
1394 |
-
|
1395 |
-
#~ msgid "Display number of page views in popular lists?"
|
1396 |
-
#~ msgstr ""
|
1397 |
-
#~ "Desideri mostrare il numero delle visualizzazioni per pagina nella lista "
|
1398 |
-
#~ "dei più popolari?"
|
1399 |
-
|
1400 |
-
#~ msgid "Recent developments"
|
1401 |
-
#~ msgstr "Sviluppi recenti"
|
1402 |
-
|
1403 |
-
#~ msgid "Results"
|
1404 |
-
#~ msgstr "Risultati"
|
1405 |
-
|
1406 |
-
#~ msgid "of"
|
1407 |
-
#~ msgstr "di"
|
1408 |
-
|
1409 |
-
#~ msgid "Page"
|
1410 |
-
#~ msgstr "Pagina"
|
1411 |
-
|
1412 |
-
#, fuzzy
|
1413 |
-
#~ msgid "Exclude Pages?"
|
1414 |
-
#~ msgstr "Escludi categorie:"
|
1415 |
-
|
1416 |
-
#~ msgid ""
|
1417 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1418 |
-
#~ "continue to be counted."
|
1419 |
-
#~ msgstr ""
|
1420 |
-
#~ "Desideri escludere le pagine dalla visualizzazione per gli articoli più "
|
1421 |
-
#~ "popolari? Il numero delle visualizzazioni continuerà ad essere comunque "
|
1422 |
-
#~ "aggiornato."
|
1423 |
-
|
1424 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1425 |
-
#~ msgstr "Segui @ajaydsouza su Twitter"
|
1426 |
-
|
1427 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1428 |
-
#~ msgstr "I duplicati sono stati rimossi dalle tabelle"
|
1429 |
-
|
1430 |
-
#~ msgid ""
|
1431 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1432 |
-
#~ "added with the count"
|
1433 |
-
#~ msgstr ""
|
1434 |
-
#~ "Desideri mostrare il totale delle visualizzazioni sotto Modifica Articoli/"
|
1435 |
-
#~ "Pagine in WP-Admin? Se sì, verrà aggiunta una nuova sezione (a nome Top "
|
1436 |
-
#~ "10) con i conteggi nel dettaglio"
|
1437 |
-
|
1438 |
-
#~ msgid ""
|
1439 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1440 |
-
#~ msgstr "Campo meta per le miniature (il meta deve puntare alla immagine):"
|
1441 |
-
|
1442 |
-
#~ msgid "Thumbnail dimensions:"
|
1443 |
-
#~ msgstr "Dimensione miniature:"
|
1444 |
-
|
1445 |
-
#~ msgid "Max width: "
|
1446 |
-
#~ msgstr "Larghezza massima:"
|
1447 |
-
|
1448 |
-
#~ msgid "Max height: "
|
1449 |
-
#~ msgstr "Altezza massima:"
|
1450 |
-
|
1451 |
-
#~ msgid "Top 10 "
|
1452 |
-
#~ msgstr "Top 10"
|
1453 |
-
|
1454 |
-
#~ msgid "Display the posts popular today"
|
1455 |
-
#~ msgstr "Mostra gli articoli più popolari di oggi"
|
1456 |
-
|
1457 |
-
#~ msgid "Support forum"
|
1458 |
-
#~ msgstr "Forum di supporto"
|
1459 |
-
|
1460 |
-
#~ msgid "If you find "
|
1461 |
-
#~ msgstr "Avessi trovato utile il mio"
|
1462 |
-
|
1463 |
-
#~ msgid "useful, please do"
|
1464 |
-
#~ msgstr ", effettua"
|
1465 |
-
|
1466 |
-
#~ msgid "drop in your contribution"
|
1467 |
-
#~ msgstr "una donazione"
|
1468 |
-
|
1469 |
-
#~ msgid "Some reasons why you should."
|
1470 |
-
#~ msgstr "alcuni motivi affinché tu lo faccia"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-nl_NL.mo
DELETED
Binary file
|
languages/top-10-nl_NL.po
DELETED
@@ -1,1438 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Top 10 v1.6.2\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: WPPG.me <info@wppg.me>\n"
|
9 |
-
"Language: nl_NL\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"X-Generator: Poedit 1.8.4\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: admin/admin-columns.php:30
|
21 |
-
#, fuzzy
|
22 |
-
msgid "Total Views"
|
23 |
-
msgstr "Totale Weergaves / Weergaves van Vandaag"
|
24 |
-
|
25 |
-
#: admin/admin-columns.php:33
|
26 |
-
#, fuzzy
|
27 |
-
msgid "Today's Views"
|
28 |
-
msgstr "Totale Weergaves / Weergaves van Vandaag"
|
29 |
-
|
30 |
-
#: admin/admin-columns.php:36
|
31 |
-
#, fuzzy
|
32 |
-
msgid "Views"
|
33 |
-
msgstr "Totale Weergaves / Weergaves van Vandaag"
|
34 |
-
|
35 |
-
#: admin/admin-dashboard.php:62
|
36 |
-
msgid "View all daily popular posts"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: admin/admin-dashboard.php:64
|
40 |
-
msgid "View all popular posts"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: admin/admin-dashboard.php:70
|
44 |
-
#, php-format
|
45 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
49 |
-
#: admin/deprecated.php:41
|
50 |
-
msgid "Popular Posts"
|
51 |
-
msgstr "Populaire Berichten"
|
52 |
-
|
53 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
54 |
-
msgid "Daily Popular Posts"
|
55 |
-
msgstr "Dagelijkse Populaire Berichten"
|
56 |
-
|
57 |
-
#: admin/admin-metabox.php:104
|
58 |
-
#, fuzzy
|
59 |
-
msgid "Visit count:"
|
60 |
-
msgstr "Reset telling"
|
61 |
-
|
62 |
-
#: admin/admin-metabox.php:106
|
63 |
-
msgid ""
|
64 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
65 |
-
"will set the count to zero"
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: admin/admin-metabox.php:115
|
69 |
-
msgid "Disable Popular Posts display:"
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: admin/admin-metabox.php:118
|
73 |
-
msgid ""
|
74 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
75 |
-
"when viewing this post."
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: admin/admin-metabox.php:122
|
79 |
-
msgid "Exclude this post from the popular posts list:"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: admin/admin-metabox.php:125
|
83 |
-
msgid ""
|
84 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
85 |
-
"list."
|
86 |
-
msgstr ""
|
87 |
-
|
88 |
-
#: admin/admin-metabox.php:129
|
89 |
-
msgid "Location of thumbnail:"
|
90 |
-
msgstr ""
|
91 |
-
|
92 |
-
#: admin/admin-metabox.php:131
|
93 |
-
msgid ""
|
94 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
95 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
96 |
-
"set under Top 10 Settings » Thumbnail options."
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: admin/admin-metabox.php:132
|
100 |
-
msgid "The URL above is saved in the meta field:"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: admin/admin-metabox.php:137
|
104 |
-
#, php-format
|
105 |
-
msgid ""
|
106 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
107 |
-
"will need to make the same change in the %1$s meta box on this page."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: admin/admin.php:190
|
111 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: admin/admin.php:193
|
115 |
-
msgid ""
|
116 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
117 |
-
"text."
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: admin/admin.php:196
|
121 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: admin/admin.php:199
|
125 |
-
#, php-format
|
126 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: admin/admin.php:214
|
130 |
-
msgid "Options set to Default."
|
131 |
-
msgstr "Opties ingesteld op Standaard."
|
132 |
-
|
133 |
-
#: admin/admin.php:221
|
134 |
-
msgid "Top 10 popular posts reset"
|
135 |
-
msgstr "Reset Top 10 populaire berichten"
|
136 |
-
|
137 |
-
#: admin/admin.php:228
|
138 |
-
msgid "Top 10 daily popular posts reset"
|
139 |
-
msgstr "Reset Top 10 dagelijkse populaire berichten"
|
140 |
-
|
141 |
-
#: admin/admin.php:236
|
142 |
-
msgid "Duplicate rows cleaned from tables"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: admin/admin.php:244
|
146 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: admin/admin.php:257
|
150 |
-
msgid "Scheduled maintenance enabled / modified"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: admin/admin.php:261
|
154 |
-
msgid "Scheduled maintenance disabled"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: admin/admin.php:299
|
158 |
-
msgid "Counts from selected sites have been imported."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: admin/admin.php:324
|
162 |
-
msgid ""
|
163 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
164 |
-
"deleted."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
168 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
169 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
170 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: admin/admin.php:342
|
175 |
-
msgid "Support the development"
|
176 |
-
msgstr "Ondersteun de ontwikkeling"
|
177 |
-
|
178 |
-
#: admin/admin.php:349
|
179 |
-
msgid "Donation for Top 10"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: admin/admin.php:351
|
183 |
-
msgid "Enter amount in USD:"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: admin/admin.php:355
|
187 |
-
#, fuzzy
|
188 |
-
msgid "Send your donation to the author of Top 10"
|
189 |
-
msgstr "Zend je donatie naar de auteur van "
|
190 |
-
|
191 |
-
#: admin/admin.php:362
|
192 |
-
msgid "Follow me"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: admin/admin.php:386
|
196 |
-
#, fuzzy
|
197 |
-
msgid "Quick links"
|
198 |
-
msgstr "Quick links"
|
199 |
-
|
200 |
-
#: admin/admin.php:390
|
201 |
-
#, fuzzy
|
202 |
-
msgid "Top 10 plugin page"
|
203 |
-
msgstr "plugin pagina"
|
204 |
-
|
205 |
-
#: admin/admin.php:391
|
206 |
-
msgid "Top 10 Github page"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: admin/admin.php:392
|
210 |
-
msgid "Other plugins"
|
211 |
-
msgstr "Andere plugins"
|
212 |
-
|
213 |
-
#: admin/admin.php:393
|
214 |
-
msgid "FAQ"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: admin/admin.php:394 admin/admin.php:564
|
218 |
-
msgid "Support"
|
219 |
-
msgstr "Ondersteuning"
|
220 |
-
|
221 |
-
#: admin/admin.php:395
|
222 |
-
msgid "Reviews"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: admin/admin.php:396
|
226 |
-
msgid "Ajay's blog"
|
227 |
-
msgstr "De blog van Ajay"
|
228 |
-
|
229 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
230 |
-
#, fuzzy
|
231 |
-
msgid "Top 10 Settings"
|
232 |
-
msgstr "Instellingen"
|
233 |
-
|
234 |
-
#: admin/admin.php:413
|
235 |
-
msgid "Top 10"
|
236 |
-
msgstr "Top 10"
|
237 |
-
|
238 |
-
#: admin/admin.php:421
|
239 |
-
msgid "View Popular Posts"
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: admin/admin.php:541
|
243 |
-
msgid "Settings"
|
244 |
-
msgstr "Instellingen"
|
245 |
-
|
246 |
-
#: admin/admin.php:565
|
247 |
-
msgid "Donate"
|
248 |
-
msgstr "Doneer"
|
249 |
-
|
250 |
-
#: admin/cache.php:19
|
251 |
-
msgid "Top 10 cache has been cleared"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: admin/class-stats.php:36
|
255 |
-
msgid "popular_post"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: admin/class-stats.php:37
|
259 |
-
msgid "popular_posts"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: admin/class-stats.php:160
|
263 |
-
msgid "No popular posts available."
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: admin/class-stats.php:209
|
267 |
-
msgid "View"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: admin/class-stats.php:210
|
271 |
-
msgid "Edit"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: admin/class-stats.php:211
|
275 |
-
msgid "Delete"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: admin/class-stats.php:233
|
279 |
-
msgid "Y/m/d g:i:s a"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: admin/class-stats.php:240
|
283 |
-
#, php-format
|
284 |
-
msgid "%s ago"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: admin/class-stats.php:242
|
288 |
-
msgid "Y/m/d"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
292 |
-
msgid "Title"
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: admin/class-stats.php:277
|
296 |
-
msgid "Total visits"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: admin/class-stats.php:278
|
300 |
-
msgid "Daily visits"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: admin/class-stats.php:279
|
304 |
-
msgid "Post type"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: admin/class-stats.php:280
|
308 |
-
msgid "Author"
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: admin/class-stats.php:281
|
312 |
-
msgid "Date"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: admin/class-stats.php:315
|
316 |
-
msgid "Delete Count"
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: admin/class-stats.php:355
|
320 |
-
msgid "Are you sure you want to do this"
|
321 |
-
msgstr ""
|
322 |
-
|
323 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
324 |
-
msgid "General options"
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
328 |
-
msgid "Counter and tracker options"
|
329 |
-
msgstr ""
|
330 |
-
|
331 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
332 |
-
msgid "Popular post list options"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
336 |
-
#: includes/class-top-10-widget.php:115
|
337 |
-
#, fuzzy
|
338 |
-
msgid "Thumbnail options"
|
339 |
-
msgstr "Bericht miniatuurafbeelding opties:"
|
340 |
-
|
341 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
342 |
-
msgid "Styles"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
346 |
-
msgid "Maintenance"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: admin/main-view.php:72
|
350 |
-
msgid "Enable trackers:"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
354 |
-
msgid "Overall"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
358 |
-
msgid "Daily"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: admin/main-view.php:89
|
362 |
-
msgid "Enable cache:"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: admin/main-view.php:92
|
366 |
-
msgid ""
|
367 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
368 |
-
"output for 1 hour."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: admin/main-view.php:93
|
372 |
-
msgid "Clear cache"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: admin/main-view.php:97
|
376 |
-
msgid "Use Ajax for tracking:"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: admin/main-view.php:100
|
380 |
-
msgid ""
|
381 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
382 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
383 |
-
"you find that your posts are not tracked."
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: admin/main-view.php:104
|
387 |
-
msgid "Start daily counts from midnight:"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: admin/main-view.php:107
|
391 |
-
msgid ""
|
392 |
-
"Daily counter will display number of visits from midnight. This option is "
|
393 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
394 |
-
"this off will allow you to use the hourly setting in the next option."
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: admin/main-view.php:111
|
398 |
-
msgid "Daily popular contains top posts over:"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: admin/main-view.php:113
|
402 |
-
msgid "day(s)"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: admin/main-view.php:114
|
406 |
-
msgid "hour(s)"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: admin/main-view.php:115
|
410 |
-
msgid ""
|
411 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
412 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
413 |
-
"display posts for as many days or as few hours as you want. This can be "
|
414 |
-
"overridden in the widget."
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: admin/main-view.php:119
|
418 |
-
msgid "Delete options on uninstall"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: admin/main-view.php:122
|
422 |
-
msgid ""
|
423 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
424 |
-
"database if you choose to uninstall/delete the plugin."
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: admin/main-view.php:126
|
428 |
-
msgid "Delete counter data on uninstall"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: admin/main-view.php:129
|
432 |
-
msgid ""
|
433 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
434 |
-
"from the database if you choose to uninstall/delete the plugin."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: admin/main-view.php:130
|
438 |
-
msgid ""
|
439 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
440 |
-
"lose your counter data."
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: admin/main-view.php:133
|
444 |
-
msgid "Show metabox:"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: admin/main-view.php:136
|
448 |
-
msgid ""
|
449 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
450 |
-
"Also applies to Pages and Custom Post Types."
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: admin/main-view.php:140
|
454 |
-
msgid "Limit metabox to Admins only:"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: admin/main-view.php:143
|
458 |
-
msgid ""
|
459 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
460 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
461 |
-
"metabox. This applies only if the above option is selected."
|
462 |
-
msgstr ""
|
463 |
-
|
464 |
-
#: admin/main-view.php:148
|
465 |
-
msgid "Link to Top 10 plugin page"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: admin/main-view.php:151
|
469 |
-
#, fuzzy
|
470 |
-
msgid ""
|
471 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
472 |
-
"posts"
|
473 |
-
msgstr ""
|
474 |
-
"Een link naar de plugin is toegevoegd als een exta item aan de lijst met "
|
475 |
-
"populaire berichten. Het is niet verplicht, maar wordt ten zeerste "
|
476 |
-
"gewaardeerd!"
|
477 |
-
|
478 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
479 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
480 |
-
#, fuzzy
|
481 |
-
msgid "Save Options"
|
482 |
-
msgstr "Opties:"
|
483 |
-
|
484 |
-
#: admin/main-view.php:191
|
485 |
-
#, fuzzy
|
486 |
-
msgid "Display number of views on:"
|
487 |
-
msgstr "Geef het aantal berichtweergaves weer?"
|
488 |
-
|
489 |
-
#: admin/main-view.php:193
|
490 |
-
msgid "Posts"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: admin/main-view.php:194
|
494 |
-
#, fuzzy
|
495 |
-
msgid "Pages"
|
496 |
-
msgstr "Pagina"
|
497 |
-
|
498 |
-
#: admin/main-view.php:195
|
499 |
-
msgid "Home page"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: admin/main-view.php:196
|
503 |
-
msgid "Feeds"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: admin/main-view.php:197
|
507 |
-
msgid "Category archives"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: admin/main-view.php:198
|
511 |
-
msgid "Tag archives"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: admin/main-view.php:199
|
515 |
-
msgid "Other archives"
|
516 |
-
msgstr ""
|
517 |
-
|
518 |
-
#: admin/main-view.php:200
|
519 |
-
msgid ""
|
520 |
-
"If you choose to disable this, please add <code><?php if "
|
521 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
522 |
-
"</code> to your template file where you want it displayed"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: admin/main-view.php:204
|
526 |
-
#, fuzzy
|
527 |
-
msgid "Format to display the post views:"
|
528 |
-
msgstr "Formaat om de optelling te laten zien:"
|
529 |
-
|
530 |
-
#: admin/main-view.php:207
|
531 |
-
msgid ""
|
532 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
533 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
534 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
535 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:211
|
539 |
-
msgid "What do display when there are no visits?"
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: admin/main-view.php:214
|
543 |
-
msgid ""
|
544 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
545 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
546 |
-
"this text will be used. To override this, just enter the same text as above "
|
547 |
-
"option."
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: admin/main-view.php:218
|
551 |
-
msgid "Always display latest post count"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: admin/main-view.php:221
|
555 |
-
msgid ""
|
556 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
557 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
558 |
-
"cached counts."
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: admin/main-view.php:225
|
562 |
-
msgid "Track visits of authors on their own posts?"
|
563 |
-
msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
|
564 |
-
|
565 |
-
#: admin/main-view.php:228
|
566 |
-
msgid ""
|
567 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: admin/main-view.php:232
|
571 |
-
#, fuzzy
|
572 |
-
msgid "Track visits of admins?"
|
573 |
-
msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
|
574 |
-
|
575 |
-
#: admin/main-view.php:235
|
576 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: admin/main-view.php:239
|
580 |
-
#, fuzzy
|
581 |
-
msgid "Track visits of Editors?"
|
582 |
-
msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
|
583 |
-
|
584 |
-
#: admin/main-view.php:242
|
585 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/main-view.php:246
|
589 |
-
msgid "Display page views on Posts and Pages in Admin"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: admin/main-view.php:249
|
593 |
-
msgid ""
|
594 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
595 |
-
"and All Pages"
|
596 |
-
msgstr ""
|
597 |
-
|
598 |
-
#: admin/main-view.php:253
|
599 |
-
#, fuzzy
|
600 |
-
msgid "Show number of views to non-admins"
|
601 |
-
msgstr "Geef het aantal paginaweergaves weer?"
|
602 |
-
|
603 |
-
#: admin/main-view.php:256
|
604 |
-
msgid ""
|
605 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
606 |
-
"independent pages with the top posts"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: admin/main-view.php:296
|
610 |
-
msgid "Number of popular posts to display:"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: admin/main-view.php:299
|
614 |
-
msgid ""
|
615 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
616 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/main-view.php:303
|
620 |
-
msgid "Published age of posts:"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
624 |
-
msgid "days"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/main-view.php:306
|
628 |
-
msgid ""
|
629 |
-
"This options allows you to only show posts that have been published within "
|
630 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: admin/main-view.php:307
|
634 |
-
msgid ""
|
635 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
636 |
-
"posts lists. Enter 0 for no restriction."
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:311
|
640 |
-
msgid "Post types to include in results (including custom post types)"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: admin/main-view.php:325
|
644 |
-
msgid "List of post or page IDs to exclude from the results:"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
648 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/main-view.php:331
|
652 |
-
msgid "Exclude Categories:"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: admin/main-view.php:346
|
656 |
-
msgid ""
|
657 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
658 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
659 |
-
"options"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: admin/main-view.php:350
|
663 |
-
msgid "Excluded category IDs are:"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: admin/main-view.php:356
|
667 |
-
msgid ""
|
668 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
669 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
670 |
-
"unique to this taxonomy."
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:362
|
674 |
-
msgid "Title of popular posts:"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:368
|
678 |
-
msgid "Title of daily popular posts:"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:374
|
682 |
-
msgid "When there are no posts, what should be shown?"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:378
|
686 |
-
msgid "Blank Output"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:382
|
690 |
-
msgid "Display:"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:387
|
694 |
-
msgid "Show post excerpt in list?"
|
695 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
696 |
-
|
697 |
-
#: admin/main-view.php:393
|
698 |
-
msgid "Length of excerpt (in words):"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:399
|
702 |
-
#, fuzzy
|
703 |
-
msgid "Show post author in list?"
|
704 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
705 |
-
|
706 |
-
#: admin/main-view.php:405
|
707 |
-
#, fuzzy
|
708 |
-
msgid "Show post date in list?"
|
709 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
710 |
-
|
711 |
-
#: admin/main-view.php:411
|
712 |
-
msgid "Limit post title length (in characters)"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: admin/main-view.php:417
|
716 |
-
#, fuzzy
|
717 |
-
msgid "Show view count in list?"
|
718 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
719 |
-
|
720 |
-
#: admin/main-view.php:423
|
721 |
-
msgid "Open links in new window"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: admin/main-view.php:429
|
725 |
-
msgid "Add nofollow attribute to links in the list"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: admin/main-view.php:435
|
729 |
-
msgid "Exclude display of related posts on these posts / pages"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
-
#: admin/main-view.php:442
|
733 |
-
#, fuzzy
|
734 |
-
msgid "Customise the list HTML"
|
735 |
-
msgstr "Aanpassen van de output:"
|
736 |
-
|
737 |
-
#: admin/main-view.php:445
|
738 |
-
msgid "HTML to display before the list of posts:"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:451
|
742 |
-
msgid "HTML to display before each list item:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:457
|
746 |
-
msgid "HTML to display after each list item:"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: admin/main-view.php:463
|
750 |
-
msgid "HTML to display after the list of posts:"
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: admin/main-view.php:504
|
754 |
-
msgid "Location of post thumbnail:"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: admin/main-view.php:508
|
758 |
-
#, fuzzy
|
759 |
-
msgid "Display thumbnails inline with posts, before title"
|
760 |
-
msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
|
761 |
-
|
762 |
-
#: admin/main-view.php:513
|
763 |
-
#, fuzzy
|
764 |
-
msgid "Display thumbnails inline with posts, after title"
|
765 |
-
msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
|
766 |
-
|
767 |
-
#: admin/main-view.php:518
|
768 |
-
msgid "Display only thumbnails, no text"
|
769 |
-
msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
|
770 |
-
|
771 |
-
#: admin/main-view.php:523
|
772 |
-
msgid "Do not display thumbnails, only text."
|
773 |
-
msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
|
774 |
-
|
775 |
-
#: admin/main-view.php:527
|
776 |
-
msgid ""
|
777 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
778 |
-
"under the Styles section. If you would like to change this option, please "
|
779 |
-
"select No styles under the Styles section."
|
780 |
-
msgstr ""
|
781 |
-
|
782 |
-
#: admin/main-view.php:531
|
783 |
-
msgid "Thumbnail size:"
|
784 |
-
msgstr ""
|
785 |
-
|
786 |
-
#: admin/main-view.php:555
|
787 |
-
msgid "Custom size"
|
788 |
-
msgstr ""
|
789 |
-
|
790 |
-
#: admin/main-view.php:558
|
791 |
-
msgid ""
|
792 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
793 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
794 |
-
"settings below. For best results, use a cropped image."
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: admin/main-view.php:559
|
798 |
-
msgid ""
|
799 |
-
"If you change the width and/or height below, existing images will not be "
|
800 |
-
"automatically resized."
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: admin/main-view.php:560
|
804 |
-
#, php-format
|
805 |
-
msgid ""
|
806 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
807 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
808 |
-
"all image sizes."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: admin/main-view.php:563
|
812 |
-
msgid ""
|
813 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
814 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
815 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
816 |
-
"strong> option below"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: admin/main-view.php:566
|
820 |
-
msgid "Width of custom thumbnail:"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: admin/main-view.php:571
|
824 |
-
msgid "Height of custom thumbnail"
|
825 |
-
msgstr ""
|
826 |
-
|
827 |
-
#: admin/main-view.php:576
|
828 |
-
msgid "Crop mode:"
|
829 |
-
msgstr ""
|
830 |
-
|
831 |
-
#: admin/main-view.php:580
|
832 |
-
msgid ""
|
833 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
834 |
-
"hard crop the thumbnails."
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: admin/main-view.php:581
|
838 |
-
#, php-format
|
839 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: admin/main-view.php:585
|
843 |
-
msgid "Image size attributes:"
|
844 |
-
msgstr ""
|
845 |
-
|
846 |
-
#: admin/main-view.php:589
|
847 |
-
msgid "Style attributes are used for width and height."
|
848 |
-
msgstr ""
|
849 |
-
|
850 |
-
#: admin/main-view.php:595
|
851 |
-
msgid "HTML width and height attributes are used for width and height."
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/main-view.php:601
|
855 |
-
msgid "No HTML or Style attributes set for width and height"
|
856 |
-
msgstr ""
|
857 |
-
|
858 |
-
#: admin/main-view.php:606
|
859 |
-
msgid "Post thumbnail meta field name:"
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#: admin/main-view.php:609
|
863 |
-
msgid ""
|
864 |
-
"The value of this field should contain the image source and is set in the "
|
865 |
-
"<em>Add New Post</em> screen"
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: admin/main-view.php:612
|
869 |
-
#, fuzzy
|
870 |
-
msgid ""
|
871 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
872 |
-
"from the post?"
|
873 |
-
msgstr ""
|
874 |
-
"Wanneer het bericht meta veld niet ingesteld is moet de plugin de eerste "
|
875 |
-
"afbeelding uit het bericht halen. Dit kan het laden van het bericht "
|
876 |
-
"vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
|
877 |
-
"qua bestandsgrootte"
|
878 |
-
|
879 |
-
#: admin/main-view.php:615
|
880 |
-
#, fuzzy
|
881 |
-
msgid ""
|
882 |
-
"This could slow down the loading of your page if the first image in the "
|
883 |
-
"related posts is large in file-size"
|
884 |
-
msgstr ""
|
885 |
-
"Wanneer het bericht meta veld niet ingesteld is moet de plugin de eerste "
|
886 |
-
"afbeelding uit het bericht halen. Dit kan het laden van het bericht "
|
887 |
-
"vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
|
888 |
-
"qua bestandsgrootte"
|
889 |
-
|
890 |
-
#: admin/main-view.php:618
|
891 |
-
msgid "Use default thumbnail?"
|
892 |
-
msgstr ""
|
893 |
-
|
894 |
-
#: admin/main-view.php:621
|
895 |
-
msgid ""
|
896 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
897 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: admin/main-view.php:624
|
901 |
-
msgid "Default thumbnail:"
|
902 |
-
msgstr ""
|
903 |
-
|
904 |
-
#: admin/main-view.php:628
|
905 |
-
#, fuzzy
|
906 |
-
msgid ""
|
907 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
908 |
-
"then it will check the meta field. If this is not available, then it will "
|
909 |
-
"show the default image as specified above"
|
910 |
-
msgstr ""
|
911 |
-
"De plugin zal eerst controleren of het bericht een miniatuurafbeelding "
|
912 |
-
"bevat. Als het geen miniatuurafbeelding bevat dan zal de plugin het meta "
|
913 |
-
"veld controleren. Als dit veld niet beschikbaar is toont de plugin de "
|
914 |
-
"standaard afbeelding zoals hieronder aangegeven:"
|
915 |
-
|
916 |
-
#: admin/main-view.php:667
|
917 |
-
msgid "Style of the related posts:"
|
918 |
-
msgstr ""
|
919 |
-
|
920 |
-
#: admin/main-view.php:670
|
921 |
-
msgid "No styles"
|
922 |
-
msgstr ""
|
923 |
-
|
924 |
-
#: admin/main-view.php:672
|
925 |
-
msgid "Select this option if you plan to add your own styles"
|
926 |
-
msgstr ""
|
927 |
-
|
928 |
-
#: admin/main-view.php:677
|
929 |
-
msgid "Left Thumbnails"
|
930 |
-
msgstr ""
|
931 |
-
|
932 |
-
#: admin/main-view.php:680
|
933 |
-
msgid ""
|
934 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
935 |
-
"Disabling this option will not revert any settings."
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: admin/main-view.php:681
|
939 |
-
#, php-format
|
940 |
-
msgid ""
|
941 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: admin/main-view.php:685
|
945 |
-
msgid "Text only"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: admin/main-view.php:687
|
949 |
-
msgid ""
|
950 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
951 |
-
"default style sheet included in the plugin."
|
952 |
-
msgstr ""
|
953 |
-
|
954 |
-
#: admin/main-view.php:703
|
955 |
-
msgid "Custom CSS to add to header:"
|
956 |
-
msgstr ""
|
957 |
-
|
958 |
-
#: admin/main-view.php:708
|
959 |
-
msgid ""
|
960 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
961 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
962 |
-
"available CSS classes to style."
|
963 |
-
msgstr ""
|
964 |
-
|
965 |
-
#: admin/main-view.php:728
|
966 |
-
#, fuzzy
|
967 |
-
msgid "Default Options"
|
968 |
-
msgstr "Output Opties:"
|
969 |
-
|
970 |
-
#: admin/main-view.php:728
|
971 |
-
msgid "Do you want to set options to Default?"
|
972 |
-
msgstr "Wil je de opties terugzetten naar standaard?"
|
973 |
-
|
974 |
-
#: admin/main-view.php:752
|
975 |
-
msgid ""
|
976 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
977 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
978 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
979 |
-
"will automatically delete entries older than 90 days."
|
980 |
-
msgstr ""
|
981 |
-
|
982 |
-
#: admin/main-view.php:753
|
983 |
-
msgid ""
|
984 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
985 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
986 |
-
msgstr ""
|
987 |
-
|
988 |
-
#: admin/main-view.php:756
|
989 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
990 |
-
msgstr ""
|
991 |
-
|
992 |
-
#: admin/main-view.php:760
|
993 |
-
msgid "Time to run maintenance"
|
994 |
-
msgstr ""
|
995 |
-
|
996 |
-
#: admin/main-view.php:761
|
997 |
-
msgid "hrs"
|
998 |
-
msgstr ""
|
999 |
-
|
1000 |
-
#: admin/main-view.php:761
|
1001 |
-
msgid "min"
|
1002 |
-
msgstr ""
|
1003 |
-
|
1004 |
-
#: admin/main-view.php:763
|
1005 |
-
msgid "How often should the maintenance be run:"
|
1006 |
-
msgstr ""
|
1007 |
-
|
1008 |
-
#: admin/main-view.php:771
|
1009 |
-
msgid "Weekly"
|
1010 |
-
msgstr ""
|
1011 |
-
|
1012 |
-
#: admin/main-view.php:775
|
1013 |
-
msgid "Fortnightly"
|
1014 |
-
msgstr ""
|
1015 |
-
|
1016 |
-
#: admin/main-view.php:779
|
1017 |
-
msgid "Monthly"
|
1018 |
-
msgstr ""
|
1019 |
-
|
1020 |
-
#: admin/main-view.php:788
|
1021 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1022 |
-
msgstr ""
|
1023 |
-
|
1024 |
-
#: admin/main-view.php:793
|
1025 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1026 |
-
msgstr ""
|
1027 |
-
|
1028 |
-
#: admin/main-view.php:798
|
1029 |
-
msgid "Maintenance is turned off"
|
1030 |
-
msgstr ""
|
1031 |
-
|
1032 |
-
#: admin/main-view.php:804
|
1033 |
-
msgid "Save Maintenance Options"
|
1034 |
-
msgstr ""
|
1035 |
-
|
1036 |
-
#: admin/main-view.php:812
|
1037 |
-
msgid "Reset count and other tools"
|
1038 |
-
msgstr ""
|
1039 |
-
|
1040 |
-
#: admin/main-view.php:815
|
1041 |
-
msgid ""
|
1042 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1043 |
-
"before proceeding"
|
1044 |
-
msgstr ""
|
1045 |
-
"Dit kan niet ongedaan worden gemaakt. Zorg ervoor dat je een backup van je "
|
1046 |
-
"database gemaakt hebt voordat je verder gaat"
|
1047 |
-
|
1048 |
-
#: admin/main-view.php:818
|
1049 |
-
#, fuzzy
|
1050 |
-
msgid "Reset Popular Posts"
|
1051 |
-
msgstr "Populaire Berichten"
|
1052 |
-
|
1053 |
-
#: admin/main-view.php:818
|
1054 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1055 |
-
msgstr "Ben je er zeker van dat je de populaire berichten wilt resetten?"
|
1056 |
-
|
1057 |
-
#: admin/main-view.php:819
|
1058 |
-
#, fuzzy
|
1059 |
-
msgid "Reset Daily Popular Posts"
|
1060 |
-
msgstr "Dagelijkse Populaire Berichten"
|
1061 |
-
|
1062 |
-
#: admin/main-view.php:819
|
1063 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1064 |
-
msgstr ""
|
1065 |
-
"Ben je er zeker van dat je de dagelijkse populaire berichten wilt resetten?"
|
1066 |
-
|
1067 |
-
#: admin/main-view.php:822
|
1068 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1069 |
-
msgstr ""
|
1070 |
-
|
1071 |
-
#: admin/main-view.php:825
|
1072 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: admin/main-view.php:825
|
1076 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1077 |
-
msgstr ""
|
1078 |
-
|
1079 |
-
#: admin/main-view.php:828
|
1080 |
-
msgid ""
|
1081 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1082 |
-
"Clicking the button below will merge these duplicate IDs"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: admin/main-view.php:831
|
1086 |
-
msgid "Merge duplicates across blog IDs"
|
1087 |
-
msgstr ""
|
1088 |
-
|
1089 |
-
#: admin/main-view.php:831
|
1090 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1091 |
-
msgstr "Hiermee verwijdert u de dubbele vermeldingen in de tabellen. Doorgaan?"
|
1092 |
-
|
1093 |
-
#: admin/main-view.php:847
|
1094 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1095 |
-
msgstr ""
|
1096 |
-
|
1097 |
-
#: admin/main-view.php:850
|
1098 |
-
msgid ""
|
1099 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1100 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1101 |
-
"two tables being created for each site in the network."
|
1102 |
-
msgstr ""
|
1103 |
-
|
1104 |
-
#: admin/main-view.php:851
|
1105 |
-
msgid ""
|
1106 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1107 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1108 |
-
"from v1.x tables to the new v2.x table format."
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: admin/main-view.php:854
|
1112 |
-
msgid ""
|
1113 |
-
"If you do not see any tables below, then it means that either all data has "
|
1114 |
-
"already been imported or no relevant information has been found."
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: admin/main-view.php:857
|
1118 |
-
msgid ""
|
1119 |
-
"After running the importer, please verify that all the counts have been "
|
1120 |
-
"successfully imported. Only then should you delete any old tables!"
|
1121 |
-
msgstr ""
|
1122 |
-
|
1123 |
-
#: admin/main-view.php:891
|
1124 |
-
msgid "Blog ID"
|
1125 |
-
msgstr ""
|
1126 |
-
|
1127 |
-
#: admin/main-view.php:894
|
1128 |
-
msgid "Status"
|
1129 |
-
msgstr ""
|
1130 |
-
|
1131 |
-
#: admin/main-view.php:897
|
1132 |
-
msgid "Select to import"
|
1133 |
-
msgstr ""
|
1134 |
-
|
1135 |
-
#: admin/main-view.php:907
|
1136 |
-
msgid "Blog #"
|
1137 |
-
msgstr ""
|
1138 |
-
|
1139 |
-
#: admin/main-view.php:917
|
1140 |
-
msgid "Not imported"
|
1141 |
-
msgstr ""
|
1142 |
-
|
1143 |
-
#: admin/main-view.php:921
|
1144 |
-
msgid "Imported"
|
1145 |
-
msgstr ""
|
1146 |
-
|
1147 |
-
#: admin/main-view.php:942
|
1148 |
-
msgid "Begin import"
|
1149 |
-
msgstr ""
|
1150 |
-
|
1151 |
-
#: admin/main-view.php:943
|
1152 |
-
msgid "Delete selected tables"
|
1153 |
-
msgstr ""
|
1154 |
-
|
1155 |
-
#: admin/main-view.php:944
|
1156 |
-
msgid "Delete all imported tables"
|
1157 |
-
msgstr ""
|
1158 |
-
|
1159 |
-
#: includes/class-top-10-widget.php:31
|
1160 |
-
#, fuzzy
|
1161 |
-
msgid "Popular Posts [Top 10]"
|
1162 |
-
msgstr "Populaire Berichten"
|
1163 |
-
|
1164 |
-
#: includes/class-top-10-widget.php:32
|
1165 |
-
#, fuzzy
|
1166 |
-
msgid "Display popular posts"
|
1167 |
-
msgstr "Dagelijkse Populaire Berichten"
|
1168 |
-
|
1169 |
-
#: includes/class-top-10-widget.php:76
|
1170 |
-
msgid "No. of posts"
|
1171 |
-
msgstr ""
|
1172 |
-
|
1173 |
-
#: includes/class-top-10-widget.php:82
|
1174 |
-
msgid "Custom time period (Enter below)"
|
1175 |
-
msgstr ""
|
1176 |
-
|
1177 |
-
#: includes/class-top-10-widget.php:86
|
1178 |
-
msgid "In days and hours (applies only to custom option above)"
|
1179 |
-
msgstr ""
|
1180 |
-
|
1181 |
-
#: includes/class-top-10-widget.php:91
|
1182 |
-
msgid "hours"
|
1183 |
-
msgstr ""
|
1184 |
-
|
1185 |
-
#: includes/class-top-10-widget.php:96
|
1186 |
-
#, fuzzy
|
1187 |
-
msgid "Show count?"
|
1188 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
1189 |
-
|
1190 |
-
#: includes/class-top-10-widget.php:101
|
1191 |
-
#, fuzzy
|
1192 |
-
msgid "Show excerpt?"
|
1193 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
1194 |
-
|
1195 |
-
#: includes/class-top-10-widget.php:106
|
1196 |
-
#, fuzzy
|
1197 |
-
msgid "Show author?"
|
1198 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
1199 |
-
|
1200 |
-
#: includes/class-top-10-widget.php:111
|
1201 |
-
#, fuzzy
|
1202 |
-
msgid "Show date?"
|
1203 |
-
msgstr "Laat bericht samenvatting zien in lijst?"
|
1204 |
-
|
1205 |
-
#: includes/class-top-10-widget.php:117
|
1206 |
-
#, fuzzy
|
1207 |
-
msgid "Thumbnails inline, before title"
|
1208 |
-
msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
|
1209 |
-
|
1210 |
-
#: includes/class-top-10-widget.php:118
|
1211 |
-
#, fuzzy
|
1212 |
-
msgid "Thumbnails inline, after title"
|
1213 |
-
msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
|
1214 |
-
|
1215 |
-
#: includes/class-top-10-widget.php:119
|
1216 |
-
#, fuzzy
|
1217 |
-
msgid "Only thumbnails, no text"
|
1218 |
-
msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
|
1219 |
-
|
1220 |
-
#: includes/class-top-10-widget.php:120
|
1221 |
-
#, fuzzy
|
1222 |
-
msgid "No thumbnails, only text."
|
1223 |
-
msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
|
1224 |
-
|
1225 |
-
#: includes/class-top-10-widget.php:125
|
1226 |
-
#, fuzzy
|
1227 |
-
msgid "Thumbnail height"
|
1228 |
-
msgstr "Bericht miniatuurafbeelding opties:"
|
1229 |
-
|
1230 |
-
#: includes/class-top-10-widget.php:131
|
1231 |
-
#, fuzzy
|
1232 |
-
msgid "Thumbnail width"
|
1233 |
-
msgstr "Bericht miniatuurafbeelding opties:"
|
1234 |
-
|
1235 |
-
#: includes/class-top-10-widget.php:135
|
1236 |
-
msgid "Post types to include:"
|
1237 |
-
msgstr ""
|
1238 |
-
|
1239 |
-
#: includes/media.php:62
|
1240 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1241 |
-
msgstr ""
|
1242 |
-
|
1243 |
-
#: includes/media.php:66
|
1244 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1245 |
-
msgstr ""
|
1246 |
-
|
1247 |
-
#: includes/media.php:70
|
1248 |
-
msgid "filter argument has been deprecated"
|
1249 |
-
msgstr ""
|
1250 |
-
|
1251 |
-
#: includes/output-generator.php:239
|
1252 |
-
msgid " by "
|
1253 |
-
msgstr ""
|
1254 |
-
|
1255 |
-
#: top-10.php:163
|
1256 |
-
msgid ""
|
1257 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1258 |
-
"posts only."
|
1259 |
-
msgstr ""
|
1260 |
-
|
1261 |
-
#: top-10.php:300
|
1262 |
-
#, php-format
|
1263 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1264 |
-
msgstr ""
|
1265 |
-
|
1266 |
-
#: top-10.php:641
|
1267 |
-
msgid "<h3>Popular Posts</h3>"
|
1268 |
-
msgstr "<h3>Populaire Berichten</h3>"
|
1269 |
-
|
1270 |
-
#: top-10.php:642
|
1271 |
-
msgid "<h3>Daily Popular</h3>"
|
1272 |
-
msgstr "<h3>Dagelijks Populair</h3>"
|
1273 |
-
|
1274 |
-
#: top-10.php:643
|
1275 |
-
#, fuzzy
|
1276 |
-
msgid "No top posts yet"
|
1277 |
-
msgstr "Reset Top 10 populaire berichten"
|
1278 |
-
|
1279 |
-
#: top-10.php:1124
|
1280 |
-
msgid "Once Weekly"
|
1281 |
-
msgstr ""
|
1282 |
-
|
1283 |
-
#: top-10.php:1128
|
1284 |
-
msgid "Once Fortnightly"
|
1285 |
-
msgstr ""
|
1286 |
-
|
1287 |
-
#: top-10.php:1132
|
1288 |
-
msgid "Once Monthly"
|
1289 |
-
msgstr ""
|
1290 |
-
|
1291 |
-
#: top-10.php:1136
|
1292 |
-
msgid "Once quarterly"
|
1293 |
-
msgstr ""
|
1294 |
-
|
1295 |
-
#~ msgid "View Daily Popular Posts"
|
1296 |
-
#~ msgstr "Bekijk de Dagelijkse Populaire Berichten"
|
1297 |
-
|
1298 |
-
#~ msgid "Results per-page:"
|
1299 |
-
#~ msgstr "Resultaten per pagina:"
|
1300 |
-
|
1301 |
-
#~ msgid "View Overall Popular Posts"
|
1302 |
-
#~ msgstr "Bekijk het Totaal Populaire Berichten"
|
1303 |
-
|
1304 |
-
#~ msgid "Previous"
|
1305 |
-
#~ msgstr "Vorige"
|
1306 |
-
|
1307 |
-
#~ msgid "Next"
|
1308 |
-
#~ msgstr "Volgende"
|
1309 |
-
|
1310 |
-
#~ msgid "Daily Popular"
|
1311 |
-
#~ msgstr "Dagelijks Populair"
|
1312 |
-
|
1313 |
-
#~ msgid "Options saved successfully."
|
1314 |
-
#~ msgstr "Opties succesvol opgeslagen."
|
1315 |
-
|
1316 |
-
#~ msgid "Number of popular posts to display: "
|
1317 |
-
#~ msgstr "Aantal populaire berichten om weer te geven:"
|
1318 |
-
|
1319 |
-
#~ msgid "Title of popular posts: "
|
1320 |
-
#~ msgstr "Titel van populaire berichten:"
|
1321 |
-
|
1322 |
-
#~ msgid "Title of daily popular posts: "
|
1323 |
-
#~ msgstr "Titel van dagelijkse populaire berichten:"
|
1324 |
-
|
1325 |
-
#~ msgid "Length of excerpt (in words): "
|
1326 |
-
#~ msgstr "Lengte van de samenvatting (in woorden):"
|
1327 |
-
|
1328 |
-
#~ msgid "HTML to display before the list of posts: "
|
1329 |
-
#~ msgstr "Te weergeven HTML voor de lijst met berichten:"
|
1330 |
-
|
1331 |
-
#~ msgid "HTML to display before each list item: "
|
1332 |
-
#~ msgstr "Te weergeven HTML voor elk lijst item:"
|
1333 |
-
|
1334 |
-
#~ msgid "HTML to display after each list item: "
|
1335 |
-
#~ msgstr "Te weergeven HTML na elk lijst item:"
|
1336 |
-
|
1337 |
-
#~ msgid "HTML to display after the list of posts: "
|
1338 |
-
#~ msgstr "Te weergeven HTML na de lijst met berichten:"
|
1339 |
-
|
1340 |
-
#, fuzzy
|
1341 |
-
#~ msgid "Post thumbnail meta field name: "
|
1342 |
-
#~ msgstr "Bericht miniatuurafbeelding opties:"
|
1343 |
-
|
1344 |
-
#~ msgid "Enter amount in USD: "
|
1345 |
-
#~ msgstr "Voer het bedrag in in USD:"
|
1346 |
-
|
1347 |
-
#, fuzzy
|
1348 |
-
#~ msgid "Overall Popular Posts"
|
1349 |
-
#~ msgstr "Bekijk het Totaal Populaire Berichten"
|
1350 |
-
|
1351 |
-
#~ msgid "Reset count"
|
1352 |
-
#~ msgstr "Reset telling"
|
1353 |
-
|
1354 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1355 |
-
#~ msgstr "Van hoeveel dagen moet Dagelijks Populair weergaves bevatten ?"
|
1356 |
-
|
1357 |
-
#, fuzzy
|
1358 |
-
#~ msgid "Output options"
|
1359 |
-
#~ msgstr "Output Opties:"
|
1360 |
-
|
1361 |
-
#, fuzzy
|
1362 |
-
#~ msgid ""
|
1363 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1364 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1365 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1366 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1367 |
-
#~ msgstr ""
|
1368 |
-
#~ "Gebruik <code>%totalcount%</ code> om de totale telling en <code>"
|
1369 |
-
#~ "%dailycount%</ code> om de dagelijkse telling te laten zien. De "
|
1370 |
-
#~ "standaardopties geven bijvoorbeeld <code>(123 keer bezocht, 23 bezoeken "
|
1371 |
-
#~ "vandaag)</ code> weer."
|
1372 |
-
|
1373 |
-
#~ msgid "Post thumbnail options:"
|
1374 |
-
#~ msgstr "Bericht miniatuurafbeelding opties:"
|
1375 |
-
|
1376 |
-
#, fuzzy
|
1377 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1378 |
-
#~ msgstr ""
|
1379 |
-
#~ "Forceer de dagelijkse berichtenlijst dynamisch te zijn. Deze optie "
|
1380 |
-
#~ "gebruikt JavaScript om het bericht te laden en kan de laadtijd van de "
|
1381 |
-
#~ "pagina verhogen"
|
1382 |
-
|
1383 |
-
#~ msgid "Display number of page views in popular lists?"
|
1384 |
-
#~ msgstr "Laat het aantal paginaweergaves zien in populaire lijsten?"
|
1385 |
-
|
1386 |
-
#~ msgid "Recent developments"
|
1387 |
-
#~ msgstr "Recente ontwikkelingen"
|
1388 |
-
|
1389 |
-
#~ msgid "Results"
|
1390 |
-
#~ msgstr "Resultaten"
|
1391 |
-
|
1392 |
-
#~ msgid "of"
|
1393 |
-
#~ msgstr "van"
|
1394 |
-
|
1395 |
-
#~ msgid "Page"
|
1396 |
-
#~ msgstr "Pagina"
|
1397 |
-
|
1398 |
-
#~ msgid ""
|
1399 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1400 |
-
#~ "continue to be counted."
|
1401 |
-
#~ msgstr ""
|
1402 |
-
#~ "Uitsluiten van Pagina's in de weergave van Populaire berichten? Het "
|
1403 |
-
#~ "aantal bekeken pagina's zal verder worden geteld."
|
1404 |
-
|
1405 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1406 |
-
#~ msgstr "Volg @ajaydsouza via Twitter"
|
1407 |
-
|
1408 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1409 |
-
#~ msgstr "Dubbele rijen zijn verwijderd uit de tabellen"
|
1410 |
-
|
1411 |
-
#~ msgid ""
|
1412 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1413 |
-
#~ "added with the count"
|
1414 |
-
#~ msgstr ""
|
1415 |
-
#~ "Laat het aantal paginaweergaves zien op de bewerk berichten/pagina's in "
|
1416 |
-
#~ "WP-Admin. Een extra kolom is toegevoegd met de telling"
|
1417 |
-
|
1418 |
-
#, fuzzy
|
1419 |
-
#~ msgid ""
|
1420 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1421 |
-
#~ msgstr ""
|
1422 |
-
#~ "Bericht miniatuurafbeelding meta veld (de meta zou moeten verwijzen naar "
|
1423 |
-
#~ "de afbeeldingsbron):"
|
1424 |
-
|
1425 |
-
#~ msgid "Thumbnail dimensions:"
|
1426 |
-
#~ msgstr "Afmetingen miniatuurafbeelding:"
|
1427 |
-
|
1428 |
-
#~ msgid "Max width: "
|
1429 |
-
#~ msgstr "Maximale breedte:"
|
1430 |
-
|
1431 |
-
#~ msgid "Max height: "
|
1432 |
-
#~ msgstr "Maximale hoogte:"
|
1433 |
-
|
1434 |
-
#~ msgid "Top 10 "
|
1435 |
-
#~ msgstr "Top 10 "
|
1436 |
-
|
1437 |
-
#~ msgid "Support forum"
|
1438 |
-
#~ msgstr "Ondersteuningsforum"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-pt_BR.mo
DELETED
Binary file
|
languages/top-10-pt_BR.po
DELETED
@@ -1,1242 +0,0 @@
|
|
1 |
-
#
|
2 |
-
# Translators:
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Top 10\n"
|
6 |
-
"Report-Msgid-Bugs-To: \n"
|
7 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
8 |
-
"PO-Revision-Date: 2015-09-27 13:34+0100\n"
|
9 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
10 |
-
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wp-translations/"
|
11 |
-
"top-10/language/pt_BR/)\n"
|
12 |
-
"Language: pt_BR\n"
|
13 |
-
"MIME-Version: 1.0\n"
|
14 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
-
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
17 |
-
"X-Generator: Poedit 1.8.4\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
|
20 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
-
"X-Poedit-SearchPath-0: .\n"
|
22 |
-
"X-Poedit-SearchPathExcluded-0: ../admin/wick\n"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:30
|
25 |
-
msgid "Total Views"
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: admin/admin-columns.php:33
|
29 |
-
msgid "Today's Views"
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: admin/admin-columns.php:36
|
33 |
-
msgid "Views"
|
34 |
-
msgstr "Visualizações"
|
35 |
-
|
36 |
-
#: admin/admin-dashboard.php:62
|
37 |
-
msgid "View all daily popular posts"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: admin/admin-dashboard.php:64
|
41 |
-
msgid "View all popular posts"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: admin/admin-dashboard.php:70
|
45 |
-
#, php-format
|
46 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
47 |
-
msgstr ""
|
48 |
-
|
49 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
50 |
-
#: admin/deprecated.php:41
|
51 |
-
msgid "Popular Posts"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
55 |
-
msgid "Daily Popular Posts"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: admin/admin-metabox.php:104
|
59 |
-
msgid "Visit count:"
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: admin/admin-metabox.php:106
|
63 |
-
msgid ""
|
64 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
65 |
-
"will set the count to zero"
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: admin/admin-metabox.php:115
|
69 |
-
msgid "Disable Popular Posts display:"
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: admin/admin-metabox.php:118
|
73 |
-
msgid ""
|
74 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
75 |
-
"when viewing this post."
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: admin/admin-metabox.php:122
|
79 |
-
msgid "Exclude this post from the popular posts list:"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: admin/admin-metabox.php:125
|
83 |
-
msgid ""
|
84 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
85 |
-
"list."
|
86 |
-
msgstr ""
|
87 |
-
|
88 |
-
#: admin/admin-metabox.php:129
|
89 |
-
msgid "Location of thumbnail:"
|
90 |
-
msgstr "Localização da miniatura:"
|
91 |
-
|
92 |
-
#: admin/admin-metabox.php:131
|
93 |
-
msgid ""
|
94 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
95 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
96 |
-
"set under Top 10 Settings » Thumbnail options."
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: admin/admin-metabox.php:132
|
100 |
-
msgid "The URL above is saved in the meta field:"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: admin/admin-metabox.php:137
|
104 |
-
#, php-format
|
105 |
-
msgid ""
|
106 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
107 |
-
"will need to make the same change in the %1$s meta box on this page."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: admin/admin.php:190
|
111 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: admin/admin.php:193
|
115 |
-
msgid ""
|
116 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
117 |
-
"text."
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: admin/admin.php:196
|
121 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: admin/admin.php:199
|
125 |
-
#, php-format
|
126 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: admin/admin.php:214
|
130 |
-
msgid "Options set to Default."
|
131 |
-
msgstr "Opções redefinidas ao padrão."
|
132 |
-
|
133 |
-
#: admin/admin.php:221
|
134 |
-
msgid "Top 10 popular posts reset"
|
135 |
-
msgstr ""
|
136 |
-
|
137 |
-
#: admin/admin.php:228
|
138 |
-
msgid "Top 10 daily popular posts reset"
|
139 |
-
msgstr ""
|
140 |
-
|
141 |
-
#: admin/admin.php:236
|
142 |
-
msgid "Duplicate rows cleaned from tables"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: admin/admin.php:244
|
146 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: admin/admin.php:257
|
150 |
-
msgid "Scheduled maintenance enabled / modified"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: admin/admin.php:261
|
154 |
-
msgid "Scheduled maintenance disabled"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: admin/admin.php:299
|
158 |
-
msgid "Counts from selected sites have been imported."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: admin/admin.php:324
|
162 |
-
msgid ""
|
163 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
164 |
-
"deleted."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
168 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
169 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
170 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr "Clique para expandir ou recolher."
|
173 |
-
|
174 |
-
#: admin/admin.php:342
|
175 |
-
msgid "Support the development"
|
176 |
-
msgstr "Apoie o desenvolvimento"
|
177 |
-
|
178 |
-
#: admin/admin.php:349
|
179 |
-
msgid "Donation for Top 10"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: admin/admin.php:351
|
183 |
-
msgid "Enter amount in USD:"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: admin/admin.php:355
|
187 |
-
msgid "Send your donation to the author of Top 10"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: admin/admin.php:362
|
191 |
-
msgid "Follow me"
|
192 |
-
msgstr "Siga-me"
|
193 |
-
|
194 |
-
#: admin/admin.php:386
|
195 |
-
msgid "Quick links"
|
196 |
-
msgstr "Links Rápidos"
|
197 |
-
|
198 |
-
#: admin/admin.php:390
|
199 |
-
msgid "Top 10 plugin page"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: admin/admin.php:391
|
203 |
-
msgid "Top 10 Github page"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: admin/admin.php:392
|
207 |
-
msgid "Other plugins"
|
208 |
-
msgstr "Outros plugins"
|
209 |
-
|
210 |
-
#: admin/admin.php:393
|
211 |
-
msgid "FAQ"
|
212 |
-
msgstr "FAQ"
|
213 |
-
|
214 |
-
#: admin/admin.php:394 admin/admin.php:564
|
215 |
-
msgid "Support"
|
216 |
-
msgstr "Suporte"
|
217 |
-
|
218 |
-
#: admin/admin.php:395
|
219 |
-
msgid "Reviews"
|
220 |
-
msgstr "Comentários"
|
221 |
-
|
222 |
-
#: admin/admin.php:396
|
223 |
-
msgid "Ajay's blog"
|
224 |
-
msgstr "Blog do Ajay"
|
225 |
-
|
226 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
227 |
-
msgid "Top 10 Settings"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: admin/admin.php:413
|
231 |
-
msgid "Top 10"
|
232 |
-
msgstr ""
|
233 |
-
|
234 |
-
#: admin/admin.php:421
|
235 |
-
msgid "View Popular Posts"
|
236 |
-
msgstr ""
|
237 |
-
|
238 |
-
#: admin/admin.php:541
|
239 |
-
msgid "Settings"
|
240 |
-
msgstr "Configurações"
|
241 |
-
|
242 |
-
#: admin/admin.php:565
|
243 |
-
msgid "Donate"
|
244 |
-
msgstr "Doar"
|
245 |
-
|
246 |
-
#: admin/cache.php:19
|
247 |
-
msgid "Top 10 cache has been cleared"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: admin/class-stats.php:36
|
251 |
-
msgid "popular_post"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: admin/class-stats.php:37
|
255 |
-
msgid "popular_posts"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: admin/class-stats.php:160
|
259 |
-
msgid "No popular posts available."
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: admin/class-stats.php:209
|
263 |
-
msgid "View"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: admin/class-stats.php:210
|
267 |
-
msgid "Edit"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: admin/class-stats.php:211
|
271 |
-
msgid "Delete"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: admin/class-stats.php:233
|
275 |
-
msgid "Y/m/d g:i:s a"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: admin/class-stats.php:240
|
279 |
-
#, php-format
|
280 |
-
msgid "%s ago"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: admin/class-stats.php:242
|
284 |
-
msgid "Y/m/d"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
288 |
-
msgid "Title"
|
289 |
-
msgstr "Título"
|
290 |
-
|
291 |
-
#: admin/class-stats.php:277
|
292 |
-
msgid "Total visits"
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#: admin/class-stats.php:278
|
296 |
-
msgid "Daily visits"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: admin/class-stats.php:279
|
300 |
-
msgid "Post type"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: admin/class-stats.php:280
|
304 |
-
msgid "Author"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: admin/class-stats.php:281
|
308 |
-
msgid "Date"
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: admin/class-stats.php:315
|
312 |
-
msgid "Delete Count"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: admin/class-stats.php:355
|
316 |
-
msgid "Are you sure you want to do this"
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
320 |
-
msgid "General options"
|
321 |
-
msgstr "Opções gerais"
|
322 |
-
|
323 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
324 |
-
msgid "Counter and tracker options"
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
328 |
-
msgid "Popular post list options"
|
329 |
-
msgstr ""
|
330 |
-
|
331 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
332 |
-
#: includes/class-top-10-widget.php:115
|
333 |
-
msgid "Thumbnail options"
|
334 |
-
msgstr "Opções de miniatura"
|
335 |
-
|
336 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
337 |
-
msgid "Styles"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
341 |
-
msgid "Maintenance"
|
342 |
-
msgstr "Manutenção"
|
343 |
-
|
344 |
-
#: admin/main-view.php:72
|
345 |
-
msgid "Enable trackers:"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
349 |
-
msgid "Overall"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
353 |
-
msgid "Daily"
|
354 |
-
msgstr "Diário"
|
355 |
-
|
356 |
-
#: admin/main-view.php:89
|
357 |
-
msgid "Enable cache:"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:92
|
361 |
-
msgid ""
|
362 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
363 |
-
"output for 1 hour."
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: admin/main-view.php:93
|
367 |
-
msgid "Clear cache"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: admin/main-view.php:97
|
371 |
-
msgid "Use Ajax for tracking:"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: admin/main-view.php:100
|
375 |
-
msgid ""
|
376 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
377 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
378 |
-
"you find that your posts are not tracked."
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: admin/main-view.php:104
|
382 |
-
msgid "Start daily counts from midnight:"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: admin/main-view.php:107
|
386 |
-
msgid ""
|
387 |
-
"Daily counter will display number of visits from midnight. This option is "
|
388 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
389 |
-
"this off will allow you to use the hourly setting in the next option."
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: admin/main-view.php:111
|
393 |
-
msgid "Daily popular contains top posts over:"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/main-view.php:113
|
397 |
-
msgid "day(s)"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/main-view.php:114
|
401 |
-
msgid "hour(s)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/main-view.php:115
|
405 |
-
msgid ""
|
406 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
407 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
408 |
-
"display posts for as many days or as few hours as you want. This can be "
|
409 |
-
"overridden in the widget."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: admin/main-view.php:119
|
413 |
-
msgid "Delete options on uninstall"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/main-view.php:122
|
417 |
-
msgid ""
|
418 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
419 |
-
"database if you choose to uninstall/delete the plugin."
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: admin/main-view.php:126
|
423 |
-
msgid "Delete counter data on uninstall"
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: admin/main-view.php:129
|
427 |
-
msgid ""
|
428 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
429 |
-
"from the database if you choose to uninstall/delete the plugin."
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: admin/main-view.php:130
|
433 |
-
msgid ""
|
434 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
435 |
-
"lose your counter data."
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: admin/main-view.php:133
|
439 |
-
msgid "Show metabox:"
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: admin/main-view.php:136
|
443 |
-
msgid ""
|
444 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
445 |
-
"Also applies to Pages and Custom Post Types."
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: admin/main-view.php:140
|
449 |
-
msgid "Limit metabox to Admins only:"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:143
|
453 |
-
msgid ""
|
454 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
455 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
456 |
-
"metabox. This applies only if the above option is selected."
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: admin/main-view.php:148
|
460 |
-
msgid "Link to Top 10 plugin page"
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: admin/main-view.php:151
|
464 |
-
msgid ""
|
465 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
466 |
-
"posts"
|
467 |
-
msgstr ""
|
468 |
-
|
469 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
470 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
471 |
-
msgid "Save Options"
|
472 |
-
msgstr "Salvar Opções"
|
473 |
-
|
474 |
-
#: admin/main-view.php:191
|
475 |
-
msgid "Display number of views on:"
|
476 |
-
msgstr ""
|
477 |
-
|
478 |
-
#: admin/main-view.php:193
|
479 |
-
msgid "Posts"
|
480 |
-
msgstr "Posts"
|
481 |
-
|
482 |
-
#: admin/main-view.php:194
|
483 |
-
msgid "Pages"
|
484 |
-
msgstr "Páginas"
|
485 |
-
|
486 |
-
#: admin/main-view.php:195
|
487 |
-
msgid "Home page"
|
488 |
-
msgstr "Página inicial"
|
489 |
-
|
490 |
-
#: admin/main-view.php:196
|
491 |
-
msgid "Feeds"
|
492 |
-
msgstr "Feeds"
|
493 |
-
|
494 |
-
#: admin/main-view.php:197
|
495 |
-
msgid "Category archives"
|
496 |
-
msgstr "Arquivos de categoria"
|
497 |
-
|
498 |
-
#: admin/main-view.php:198
|
499 |
-
msgid "Tag archives"
|
500 |
-
msgstr "Arquivos de tag"
|
501 |
-
|
502 |
-
#: admin/main-view.php:199
|
503 |
-
msgid "Other archives"
|
504 |
-
msgstr "Outros arquivos"
|
505 |
-
|
506 |
-
#: admin/main-view.php:200
|
507 |
-
msgid ""
|
508 |
-
"If you choose to disable this, please add <code><?php if "
|
509 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
510 |
-
"</code> to your template file where you want it displayed"
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: admin/main-view.php:204
|
514 |
-
msgid "Format to display the post views:"
|
515 |
-
msgstr ""
|
516 |
-
|
517 |
-
#: admin/main-view.php:207
|
518 |
-
msgid ""
|
519 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
520 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
521 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
522 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: admin/main-view.php:211
|
526 |
-
msgid "What do display when there are no visits?"
|
527 |
-
msgstr ""
|
528 |
-
|
529 |
-
#: admin/main-view.php:214
|
530 |
-
msgid ""
|
531 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
532 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
533 |
-
"this text will be used. To override this, just enter the same text as above "
|
534 |
-
"option."
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: admin/main-view.php:218
|
538 |
-
msgid "Always display latest post count"
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: admin/main-view.php:221
|
542 |
-
msgid ""
|
543 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
544 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
545 |
-
"cached counts."
|
546 |
-
msgstr ""
|
547 |
-
|
548 |
-
#: admin/main-view.php:225
|
549 |
-
msgid "Track visits of authors on their own posts?"
|
550 |
-
msgstr ""
|
551 |
-
|
552 |
-
#: admin/main-view.php:228
|
553 |
-
msgid ""
|
554 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: admin/main-view.php:232
|
558 |
-
msgid "Track visits of admins?"
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: admin/main-view.php:235
|
562 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
563 |
-
msgstr ""
|
564 |
-
|
565 |
-
#: admin/main-view.php:239
|
566 |
-
msgid "Track visits of Editors?"
|
567 |
-
msgstr ""
|
568 |
-
|
569 |
-
#: admin/main-view.php:242
|
570 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: admin/main-view.php:246
|
574 |
-
msgid "Display page views on Posts and Pages in Admin"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: admin/main-view.php:249
|
578 |
-
msgid ""
|
579 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
580 |
-
"and All Pages"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: admin/main-view.php:253
|
584 |
-
msgid "Show number of views to non-admins"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: admin/main-view.php:256
|
588 |
-
msgid ""
|
589 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
590 |
-
"independent pages with the top posts"
|
591 |
-
msgstr ""
|
592 |
-
|
593 |
-
#: admin/main-view.php:296
|
594 |
-
msgid "Number of popular posts to display:"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: admin/main-view.php:299
|
598 |
-
msgid ""
|
599 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
600 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: admin/main-view.php:303
|
604 |
-
msgid "Published age of posts:"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
608 |
-
msgid "days"
|
609 |
-
msgstr "dias"
|
610 |
-
|
611 |
-
#: admin/main-view.php:306
|
612 |
-
msgid ""
|
613 |
-
"This options allows you to only show posts that have been published within "
|
614 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: admin/main-view.php:307
|
618 |
-
msgid ""
|
619 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
620 |
-
"posts lists. Enter 0 for no restriction."
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:311
|
624 |
-
msgid "Post types to include in results (including custom post types)"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/main-view.php:325
|
628 |
-
msgid "List of post or page IDs to exclude from the results:"
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
632 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: admin/main-view.php:331
|
636 |
-
msgid "Exclude Categories:"
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:346
|
640 |
-
msgid ""
|
641 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
642 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
643 |
-
"options"
|
644 |
-
msgstr ""
|
645 |
-
|
646 |
-
#: admin/main-view.php:350
|
647 |
-
msgid "Excluded category IDs are:"
|
648 |
-
msgstr ""
|
649 |
-
|
650 |
-
#: admin/main-view.php:356
|
651 |
-
msgid ""
|
652 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
653 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
654 |
-
"unique to this taxonomy."
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
#: admin/main-view.php:362
|
658 |
-
msgid "Title of popular posts:"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: admin/main-view.php:368
|
662 |
-
msgid "Title of daily popular posts:"
|
663 |
-
msgstr ""
|
664 |
-
|
665 |
-
#: admin/main-view.php:374
|
666 |
-
msgid "When there are no posts, what should be shown?"
|
667 |
-
msgstr "O que mostrar quando não houver nenhum post relacionado?"
|
668 |
-
|
669 |
-
#: admin/main-view.php:378
|
670 |
-
msgid "Blank Output"
|
671 |
-
msgstr "Resultado em Branco"
|
672 |
-
|
673 |
-
#: admin/main-view.php:382
|
674 |
-
msgid "Display:"
|
675 |
-
msgstr "Mostrar:"
|
676 |
-
|
677 |
-
#: admin/main-view.php:387
|
678 |
-
msgid "Show post excerpt in list?"
|
679 |
-
msgstr "Lista de resumos dos posts?"
|
680 |
-
|
681 |
-
#: admin/main-view.php:393
|
682 |
-
msgid "Length of excerpt (in words):"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:399
|
686 |
-
msgid "Show post author in list?"
|
687 |
-
msgstr "Mostra o autor do post na lista?"
|
688 |
-
|
689 |
-
#: admin/main-view.php:405
|
690 |
-
msgid "Show post date in list?"
|
691 |
-
msgstr "Mostrar data do post na lista?"
|
692 |
-
|
693 |
-
#: admin/main-view.php:411
|
694 |
-
msgid "Limit post title length (in characters)"
|
695 |
-
msgstr "Limite do título do post (em caracteres)"
|
696 |
-
|
697 |
-
#: admin/main-view.php:417
|
698 |
-
msgid "Show view count in list?"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:423
|
702 |
-
msgid "Open links in new window"
|
703 |
-
msgstr "Abrir links numa nova janela"
|
704 |
-
|
705 |
-
#: admin/main-view.php:429
|
706 |
-
msgid "Add nofollow attribute to links in the list"
|
707 |
-
msgstr "Adicionar atributo nofollow aos links na lista"
|
708 |
-
|
709 |
-
#: admin/main-view.php:435
|
710 |
-
msgid "Exclude display of related posts on these posts / pages"
|
711 |
-
msgstr "Não exibir posts relacionados nestes posts/páginas?"
|
712 |
-
|
713 |
-
#: admin/main-view.php:442
|
714 |
-
msgid "Customise the list HTML"
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: admin/main-view.php:445
|
718 |
-
msgid "HTML to display before the list of posts:"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: admin/main-view.php:451
|
722 |
-
msgid "HTML to display before each list item:"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: admin/main-view.php:457
|
726 |
-
msgid "HTML to display after each list item:"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: admin/main-view.php:463
|
730 |
-
msgid "HTML to display after the list of posts:"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: admin/main-view.php:504
|
734 |
-
msgid "Location of post thumbnail:"
|
735 |
-
msgstr "Localização da miniatura do post:"
|
736 |
-
|
737 |
-
#: admin/main-view.php:508
|
738 |
-
msgid "Display thumbnails inline with posts, before title"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:513
|
742 |
-
msgid "Display thumbnails inline with posts, after title"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:518
|
746 |
-
msgid "Display only thumbnails, no text"
|
747 |
-
msgstr "Mostrar somente miniaturas, sem texto"
|
748 |
-
|
749 |
-
#: admin/main-view.php:523
|
750 |
-
msgid "Do not display thumbnails, only text."
|
751 |
-
msgstr "Não mostrar miniaturas, somente texto"
|
752 |
-
|
753 |
-
#: admin/main-view.php:527
|
754 |
-
msgid ""
|
755 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
756 |
-
"under the Styles section. If you would like to change this option, please "
|
757 |
-
"select No styles under the Styles section."
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#: admin/main-view.php:531
|
761 |
-
msgid "Thumbnail size:"
|
762 |
-
msgstr ""
|
763 |
-
|
764 |
-
#: admin/main-view.php:555
|
765 |
-
msgid "Custom size"
|
766 |
-
msgstr ""
|
767 |
-
|
768 |
-
#: admin/main-view.php:558
|
769 |
-
msgid ""
|
770 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
771 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
772 |
-
"settings below. For best results, use a cropped image."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: admin/main-view.php:559
|
776 |
-
msgid ""
|
777 |
-
"If you change the width and/or height below, existing images will not be "
|
778 |
-
"automatically resized."
|
779 |
-
msgstr ""
|
780 |
-
|
781 |
-
#: admin/main-view.php:560
|
782 |
-
#, php-format
|
783 |
-
msgid ""
|
784 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
785 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
786 |
-
"all image sizes."
|
787 |
-
msgstr ""
|
788 |
-
|
789 |
-
#: admin/main-view.php:563
|
790 |
-
msgid ""
|
791 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
792 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
793 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
794 |
-
"strong> option below"
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: admin/main-view.php:566
|
798 |
-
msgid "Width of custom thumbnail:"
|
799 |
-
msgstr ""
|
800 |
-
|
801 |
-
#: admin/main-view.php:571
|
802 |
-
msgid "Height of custom thumbnail"
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: admin/main-view.php:576
|
806 |
-
msgid "Crop mode:"
|
807 |
-
msgstr "Modo de recorte:"
|
808 |
-
|
809 |
-
#: admin/main-view.php:580
|
810 |
-
msgid ""
|
811 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
812 |
-
"hard crop the thumbnails."
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: admin/main-view.php:581
|
816 |
-
#, php-format
|
817 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
818 |
-
msgstr ""
|
819 |
-
|
820 |
-
#: admin/main-view.php:585
|
821 |
-
msgid "Image size attributes:"
|
822 |
-
msgstr ""
|
823 |
-
|
824 |
-
#: admin/main-view.php:589
|
825 |
-
msgid "Style attributes are used for width and height."
|
826 |
-
msgstr ""
|
827 |
-
|
828 |
-
#: admin/main-view.php:595
|
829 |
-
msgid "HTML width and height attributes are used for width and height."
|
830 |
-
msgstr ""
|
831 |
-
|
832 |
-
#: admin/main-view.php:601
|
833 |
-
msgid "No HTML or Style attributes set for width and height"
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
-
#: admin/main-view.php:606
|
837 |
-
msgid "Post thumbnail meta field name:"
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#: admin/main-view.php:609
|
841 |
-
msgid ""
|
842 |
-
"The value of this field should contain the image source and is set in the "
|
843 |
-
"<em>Add New Post</em> screen"
|
844 |
-
msgstr ""
|
845 |
-
"O valor deste campo deve conter a fonte de imagem e está definida na tela "
|
846 |
-
"<em>Adicionar Novo Post</em>"
|
847 |
-
|
848 |
-
#: admin/main-view.php:612
|
849 |
-
msgid ""
|
850 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
851 |
-
"from the post?"
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/main-view.php:615
|
855 |
-
msgid ""
|
856 |
-
"This could slow down the loading of your page if the first image in the "
|
857 |
-
"related posts is large in file-size"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: admin/main-view.php:618
|
861 |
-
msgid "Use default thumbnail?"
|
862 |
-
msgstr ""
|
863 |
-
|
864 |
-
#: admin/main-view.php:621
|
865 |
-
msgid ""
|
866 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
867 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
868 |
-
msgstr ""
|
869 |
-
"Se marcada, quando não for encontrada nenhuma miniatura, mostra uma padrão "
|
870 |
-
"da URL abaixo. Se desmarcada e não encontrar nenhuma miniatura, a imagem não "
|
871 |
-
"será exibida."
|
872 |
-
|
873 |
-
#: admin/main-view.php:624
|
874 |
-
msgid "Default thumbnail:"
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: admin/main-view.php:628
|
878 |
-
msgid ""
|
879 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
880 |
-
"then it will check the meta field. If this is not available, then it will "
|
881 |
-
"show the default image as specified above"
|
882 |
-
msgstr ""
|
883 |
-
|
884 |
-
#: admin/main-view.php:667
|
885 |
-
msgid "Style of the related posts:"
|
886 |
-
msgstr ""
|
887 |
-
|
888 |
-
#: admin/main-view.php:670
|
889 |
-
msgid "No styles"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: admin/main-view.php:672
|
893 |
-
msgid "Select this option if you plan to add your own styles"
|
894 |
-
msgstr ""
|
895 |
-
|
896 |
-
#: admin/main-view.php:677
|
897 |
-
msgid "Left Thumbnails"
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: admin/main-view.php:680
|
901 |
-
msgid ""
|
902 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
903 |
-
"Disabling this option will not revert any settings."
|
904 |
-
msgstr ""
|
905 |
-
|
906 |
-
#: admin/main-view.php:681
|
907 |
-
#, php-format
|
908 |
-
msgid ""
|
909 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
910 |
-
msgstr ""
|
911 |
-
|
912 |
-
#: admin/main-view.php:685
|
913 |
-
msgid "Text only"
|
914 |
-
msgstr ""
|
915 |
-
|
916 |
-
#: admin/main-view.php:687
|
917 |
-
msgid ""
|
918 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
919 |
-
"default style sheet included in the plugin."
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: admin/main-view.php:703
|
923 |
-
msgid "Custom CSS to add to header:"
|
924 |
-
msgstr "CSS personalizado para adicionar ao cabeçalho:"
|
925 |
-
|
926 |
-
#: admin/main-view.php:708
|
927 |
-
msgid ""
|
928 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
929 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
930 |
-
"available CSS classes to style."
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
#: admin/main-view.php:728
|
934 |
-
msgid "Default Options"
|
935 |
-
msgstr "Opções Padrão"
|
936 |
-
|
937 |
-
#: admin/main-view.php:728
|
938 |
-
msgid "Do you want to set options to Default?"
|
939 |
-
msgstr "Você quer definir opções para o padrão?"
|
940 |
-
|
941 |
-
#: admin/main-view.php:752
|
942 |
-
msgid ""
|
943 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
944 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
945 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
946 |
-
"will automatically delete entries older than 90 days."
|
947 |
-
msgstr ""
|
948 |
-
|
949 |
-
#: admin/main-view.php:753
|
950 |
-
msgid ""
|
951 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
952 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
953 |
-
msgstr ""
|
954 |
-
|
955 |
-
#: admin/main-view.php:756
|
956 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
957 |
-
msgstr ""
|
958 |
-
|
959 |
-
#: admin/main-view.php:760
|
960 |
-
msgid "Time to run maintenance"
|
961 |
-
msgstr ""
|
962 |
-
|
963 |
-
#: admin/main-view.php:761
|
964 |
-
msgid "hrs"
|
965 |
-
msgstr ""
|
966 |
-
|
967 |
-
#: admin/main-view.php:761
|
968 |
-
msgid "min"
|
969 |
-
msgstr ""
|
970 |
-
|
971 |
-
#: admin/main-view.php:763
|
972 |
-
msgid "How often should the maintenance be run:"
|
973 |
-
msgstr ""
|
974 |
-
|
975 |
-
#: admin/main-view.php:771
|
976 |
-
msgid "Weekly"
|
977 |
-
msgstr "Semanalmente"
|
978 |
-
|
979 |
-
#: admin/main-view.php:775
|
980 |
-
msgid "Fortnightly"
|
981 |
-
msgstr ""
|
982 |
-
|
983 |
-
#: admin/main-view.php:779
|
984 |
-
msgid "Monthly"
|
985 |
-
msgstr "Mensal"
|
986 |
-
|
987 |
-
#: admin/main-view.php:788
|
988 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
989 |
-
msgstr ""
|
990 |
-
|
991 |
-
#: admin/main-view.php:793
|
992 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
993 |
-
msgstr ""
|
994 |
-
|
995 |
-
#: admin/main-view.php:798
|
996 |
-
msgid "Maintenance is turned off"
|
997 |
-
msgstr ""
|
998 |
-
|
999 |
-
#: admin/main-view.php:804
|
1000 |
-
msgid "Save Maintenance Options"
|
1001 |
-
msgstr ""
|
1002 |
-
|
1003 |
-
#: admin/main-view.php:812
|
1004 |
-
msgid "Reset count and other tools"
|
1005 |
-
msgstr ""
|
1006 |
-
|
1007 |
-
#: admin/main-view.php:815
|
1008 |
-
msgid ""
|
1009 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1010 |
-
"before proceeding"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: admin/main-view.php:818
|
1014 |
-
msgid "Reset Popular Posts"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: admin/main-view.php:818
|
1018 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: admin/main-view.php:819
|
1022 |
-
msgid "Reset Daily Popular Posts"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: admin/main-view.php:819
|
1026 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1027 |
-
msgstr ""
|
1028 |
-
|
1029 |
-
#: admin/main-view.php:822
|
1030 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1031 |
-
msgstr ""
|
1032 |
-
|
1033 |
-
#: admin/main-view.php:825
|
1034 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1035 |
-
msgstr ""
|
1036 |
-
|
1037 |
-
#: admin/main-view.php:825
|
1038 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1039 |
-
msgstr ""
|
1040 |
-
|
1041 |
-
#: admin/main-view.php:828
|
1042 |
-
msgid ""
|
1043 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1044 |
-
"Clicking the button below will merge these duplicate IDs"
|
1045 |
-
msgstr ""
|
1046 |
-
|
1047 |
-
#: admin/main-view.php:831
|
1048 |
-
msgid "Merge duplicates across blog IDs"
|
1049 |
-
msgstr ""
|
1050 |
-
|
1051 |
-
#: admin/main-view.php:831
|
1052 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1053 |
-
msgstr ""
|
1054 |
-
|
1055 |
-
#: admin/main-view.php:847
|
1056 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1057 |
-
msgstr ""
|
1058 |
-
|
1059 |
-
#: admin/main-view.php:850
|
1060 |
-
msgid ""
|
1061 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1062 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1063 |
-
"two tables being created for each site in the network."
|
1064 |
-
msgstr ""
|
1065 |
-
|
1066 |
-
#: admin/main-view.php:851
|
1067 |
-
msgid ""
|
1068 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1069 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1070 |
-
"from v1.x tables to the new v2.x table format."
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: admin/main-view.php:854
|
1074 |
-
msgid ""
|
1075 |
-
"If you do not see any tables below, then it means that either all data has "
|
1076 |
-
"already been imported or no relevant information has been found."
|
1077 |
-
msgstr ""
|
1078 |
-
|
1079 |
-
#: admin/main-view.php:857
|
1080 |
-
msgid ""
|
1081 |
-
"After running the importer, please verify that all the counts have been "
|
1082 |
-
"successfully imported. Only then should you delete any old tables!"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: admin/main-view.php:891
|
1086 |
-
msgid "Blog ID"
|
1087 |
-
msgstr ""
|
1088 |
-
|
1089 |
-
#: admin/main-view.php:894
|
1090 |
-
msgid "Status"
|
1091 |
-
msgstr "Estado"
|
1092 |
-
|
1093 |
-
#: admin/main-view.php:897
|
1094 |
-
msgid "Select to import"
|
1095 |
-
msgstr ""
|
1096 |
-
|
1097 |
-
#: admin/main-view.php:907
|
1098 |
-
msgid "Blog #"
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:917
|
1102 |
-
msgid "Not imported"
|
1103 |
-
msgstr ""
|
1104 |
-
|
1105 |
-
#: admin/main-view.php:921
|
1106 |
-
msgid "Imported"
|
1107 |
-
msgstr ""
|
1108 |
-
|
1109 |
-
#: admin/main-view.php:942
|
1110 |
-
msgid "Begin import"
|
1111 |
-
msgstr ""
|
1112 |
-
|
1113 |
-
#: admin/main-view.php:943
|
1114 |
-
msgid "Delete selected tables"
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: admin/main-view.php:944
|
1118 |
-
msgid "Delete all imported tables"
|
1119 |
-
msgstr ""
|
1120 |
-
|
1121 |
-
#: includes/class-top-10-widget.php:31
|
1122 |
-
msgid "Popular Posts [Top 10]"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: includes/class-top-10-widget.php:32
|
1126 |
-
msgid "Display popular posts"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: includes/class-top-10-widget.php:76
|
1130 |
-
msgid "No. of posts"
|
1131 |
-
msgstr "Nº de posts"
|
1132 |
-
|
1133 |
-
#: includes/class-top-10-widget.php:82
|
1134 |
-
msgid "Custom time period (Enter below)"
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: includes/class-top-10-widget.php:86
|
1138 |
-
msgid "In days and hours (applies only to custom option above)"
|
1139 |
-
msgstr ""
|
1140 |
-
|
1141 |
-
#: includes/class-top-10-widget.php:91
|
1142 |
-
msgid "hours"
|
1143 |
-
msgstr "horas"
|
1144 |
-
|
1145 |
-
#: includes/class-top-10-widget.php:96
|
1146 |
-
msgid "Show count?"
|
1147 |
-
msgstr "Mostrar número?"
|
1148 |
-
|
1149 |
-
#: includes/class-top-10-widget.php:101
|
1150 |
-
msgid "Show excerpt?"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: includes/class-top-10-widget.php:106
|
1154 |
-
msgid "Show author?"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
#: includes/class-top-10-widget.php:111
|
1158 |
-
msgid "Show date?"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: includes/class-top-10-widget.php:117
|
1162 |
-
msgid "Thumbnails inline, before title"
|
1163 |
-
msgstr "Miniaturas inline, antes do título"
|
1164 |
-
|
1165 |
-
#: includes/class-top-10-widget.php:118
|
1166 |
-
msgid "Thumbnails inline, after title"
|
1167 |
-
msgstr "Miniaturas inline, após o título"
|
1168 |
-
|
1169 |
-
#: includes/class-top-10-widget.php:119
|
1170 |
-
msgid "Only thumbnails, no text"
|
1171 |
-
msgstr "Apenas miniaturas, sem texto"
|
1172 |
-
|
1173 |
-
#: includes/class-top-10-widget.php:120
|
1174 |
-
msgid "No thumbnails, only text."
|
1175 |
-
msgstr "Sem miniaturas, apenas texto."
|
1176 |
-
|
1177 |
-
#: includes/class-top-10-widget.php:125
|
1178 |
-
msgid "Thumbnail height"
|
1179 |
-
msgstr "Altura da miniatura"
|
1180 |
-
|
1181 |
-
#: includes/class-top-10-widget.php:131
|
1182 |
-
msgid "Thumbnail width"
|
1183 |
-
msgstr "Largura da miniatura"
|
1184 |
-
|
1185 |
-
#: includes/class-top-10-widget.php:135
|
1186 |
-
msgid "Post types to include:"
|
1187 |
-
msgstr ""
|
1188 |
-
|
1189 |
-
#: includes/media.php:62
|
1190 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1191 |
-
msgstr ""
|
1192 |
-
|
1193 |
-
#: includes/media.php:66
|
1194 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: includes/media.php:70
|
1198 |
-
msgid "filter argument has been deprecated"
|
1199 |
-
msgstr ""
|
1200 |
-
|
1201 |
-
#: includes/output-generator.php:239
|
1202 |
-
msgid " by "
|
1203 |
-
msgstr "por"
|
1204 |
-
|
1205 |
-
#: top-10.php:163
|
1206 |
-
msgid ""
|
1207 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1208 |
-
"posts only."
|
1209 |
-
msgstr ""
|
1210 |
-
|
1211 |
-
#: top-10.php:300
|
1212 |
-
#, php-format
|
1213 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1214 |
-
msgstr ""
|
1215 |
-
|
1216 |
-
#: top-10.php:641
|
1217 |
-
msgid "<h3>Popular Posts</h3>"
|
1218 |
-
msgstr ""
|
1219 |
-
|
1220 |
-
#: top-10.php:642
|
1221 |
-
msgid "<h3>Daily Popular</h3>"
|
1222 |
-
msgstr ""
|
1223 |
-
|
1224 |
-
#: top-10.php:643
|
1225 |
-
msgid "No top posts yet"
|
1226 |
-
msgstr ""
|
1227 |
-
|
1228 |
-
#: top-10.php:1124
|
1229 |
-
msgid "Once Weekly"
|
1230 |
-
msgstr "Semanalmente"
|
1231 |
-
|
1232 |
-
#: top-10.php:1128
|
1233 |
-
msgid "Once Fortnightly"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: top-10.php:1132
|
1237 |
-
msgid "Once Monthly"
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: top-10.php:1136
|
1241 |
-
msgid "Once quarterly"
|
1242 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-ro_RO.mo
DELETED
Binary file
|
languages/top-10-ro_RO.po
DELETED
@@ -1,1438 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Top 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Web Geeks\n"
|
9 |
-
"Language: ro_RO\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Total / astăzi lui vizitări"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Total / astăzi lui vizitări"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Total / astăzi lui vizitări"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Posturi populare"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Posturi populare de zi cu zi"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Visit count:"
|
59 |
-
msgstr "Reiniţializare count"
|
60 |
-
|
61 |
-
#: admin/admin-metabox.php:106
|
62 |
-
msgid ""
|
63 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
64 |
-
"will set the count to zero"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/admin-metabox.php:115
|
68 |
-
msgid "Disable Popular Posts display:"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/admin-metabox.php:118
|
72 |
-
msgid ""
|
73 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
74 |
-
"when viewing this post."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:122
|
78 |
-
msgid "Exclude this post from the popular posts list:"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:125
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
84 |
-
"list."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:129
|
88 |
-
msgid "Location of thumbnail:"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/admin-metabox.php:131
|
92 |
-
msgid ""
|
93 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
94 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
95 |
-
"set under Top 10 Settings » Thumbnail options."
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/admin-metabox.php:132
|
99 |
-
msgid "The URL above is saved in the meta field:"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: admin/admin-metabox.php:137
|
103 |
-
#, php-format
|
104 |
-
msgid ""
|
105 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
106 |
-
"will need to make the same change in the %1$s meta box on this page."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/admin.php:190
|
110 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/admin.php:193
|
114 |
-
msgid ""
|
115 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
116 |
-
"text."
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: admin/admin.php:196
|
120 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: admin/admin.php:199
|
124 |
-
#, php-format
|
125 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: admin/admin.php:214
|
129 |
-
msgid "Options set to Default."
|
130 |
-
msgstr "Opţiunile setate la valorile implicite."
|
131 |
-
|
132 |
-
#: admin/admin.php:221
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "Top 10 populare posturi Resetare"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
msgid "Top 10 daily popular posts reset"
|
138 |
-
msgstr "Top 10 posturi populare daily Reiniţializare"
|
139 |
-
|
140 |
-
#: admin/admin.php:236
|
141 |
-
msgid "Duplicate rows cleaned from tables"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: admin/admin.php:244
|
145 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: admin/admin.php:257
|
149 |
-
msgid "Scheduled maintenance enabled / modified"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/admin.php:261
|
153 |
-
msgid "Scheduled maintenance disabled"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/admin.php:299
|
157 |
-
msgid "Counts from selected sites have been imported."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/admin.php:324
|
161 |
-
msgid ""
|
162 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
163 |
-
"deleted."
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
167 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
168 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
169 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
170 |
-
msgid "Click to toggle"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: admin/admin.php:342
|
174 |
-
msgid "Support the development"
|
175 |
-
msgstr "Sprijinirea dezvoltării"
|
176 |
-
|
177 |
-
#: admin/admin.php:349
|
178 |
-
msgid "Donation for Top 10"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: admin/admin.php:351
|
182 |
-
msgid "Enter amount in USD:"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: admin/admin.php:355
|
186 |
-
#, fuzzy
|
187 |
-
msgid "Send your donation to the author of Top 10"
|
188 |
-
msgstr "Trimite donatie autorului"
|
189 |
-
|
190 |
-
#: admin/admin.php:362
|
191 |
-
msgid "Follow me"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: admin/admin.php:386
|
195 |
-
#, fuzzy
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr "Legături rapide pentru"
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
#, fuzzy
|
201 |
-
msgid "Top 10 plugin page"
|
202 |
-
msgstr "plug-in pagina"
|
203 |
-
|
204 |
-
#: admin/admin.php:391
|
205 |
-
msgid "Top 10 Github page"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: admin/admin.php:392
|
209 |
-
msgid "Other plugins"
|
210 |
-
msgstr "Alte plugin-uri"
|
211 |
-
|
212 |
-
#: admin/admin.php:393
|
213 |
-
msgid "FAQ"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: admin/admin.php:394 admin/admin.php:564
|
217 |
-
msgid "Support"
|
218 |
-
msgstr "Suport"
|
219 |
-
|
220 |
-
#: admin/admin.php:395
|
221 |
-
msgid "Reviews"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: admin/admin.php:396
|
225 |
-
msgid "Ajay's blog"
|
226 |
-
msgstr "Ajay's blog"
|
227 |
-
|
228 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
229 |
-
#, fuzzy
|
230 |
-
msgid "Top 10 Settings"
|
231 |
-
msgstr "Setări"
|
232 |
-
|
233 |
-
#: admin/admin.php:413
|
234 |
-
msgid "Top 10"
|
235 |
-
msgstr "Top 10"
|
236 |
-
|
237 |
-
#: admin/admin.php:421
|
238 |
-
msgid "View Popular Posts"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/admin.php:541
|
242 |
-
msgid "Settings"
|
243 |
-
msgstr "Setări"
|
244 |
-
|
245 |
-
#: admin/admin.php:565
|
246 |
-
msgid "Donate"
|
247 |
-
msgstr "Dona"
|
248 |
-
|
249 |
-
#: admin/cache.php:19
|
250 |
-
msgid "Top 10 cache has been cleared"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-stats.php:36
|
254 |
-
msgid "popular_post"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/class-stats.php:37
|
258 |
-
msgid "popular_posts"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: admin/class-stats.php:160
|
262 |
-
msgid "No popular posts available."
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: admin/class-stats.php:209
|
266 |
-
msgid "View"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: admin/class-stats.php:210
|
270 |
-
msgid "Edit"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: admin/class-stats.php:211
|
274 |
-
msgid "Delete"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: admin/class-stats.php:233
|
278 |
-
msgid "Y/m/d g:i:s a"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: admin/class-stats.php:240
|
282 |
-
#, php-format
|
283 |
-
msgid "%s ago"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: admin/class-stats.php:242
|
287 |
-
msgid "Y/m/d"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
291 |
-
msgid "Title"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: admin/class-stats.php:277
|
295 |
-
msgid "Total visits"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: admin/class-stats.php:278
|
299 |
-
msgid "Daily visits"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: admin/class-stats.php:279
|
303 |
-
msgid "Post type"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: admin/class-stats.php:280
|
307 |
-
msgid "Author"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: admin/class-stats.php:281
|
311 |
-
msgid "Date"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: admin/class-stats.php:315
|
315 |
-
msgid "Delete Count"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/class-stats.php:355
|
319 |
-
msgid "Are you sure you want to do this"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
323 |
-
msgid "General options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
327 |
-
msgid "Counter and tracker options"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
331 |
-
msgid "Popular post list options"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
335 |
-
#: includes/class-top-10-widget.php:115
|
336 |
-
#, fuzzy
|
337 |
-
msgid "Thumbnail options"
|
338 |
-
msgstr "Post Opţiuni pictograme:"
|
339 |
-
|
340 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
341 |
-
msgid "Styles"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
345 |
-
msgid "Maintenance"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: admin/main-view.php:72
|
349 |
-
msgid "Enable trackers:"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
353 |
-
msgid "Overall"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
357 |
-
msgid "Daily"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:89
|
361 |
-
msgid "Enable cache:"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/main-view.php:92
|
365 |
-
msgid ""
|
366 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
367 |
-
"output for 1 hour."
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: admin/main-view.php:93
|
371 |
-
msgid "Clear cache"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: admin/main-view.php:97
|
375 |
-
msgid "Use Ajax for tracking:"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: admin/main-view.php:100
|
379 |
-
msgid ""
|
380 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
381 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
382 |
-
"you find that your posts are not tracked."
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: admin/main-view.php:104
|
386 |
-
msgid "Start daily counts from midnight:"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: admin/main-view.php:107
|
390 |
-
msgid ""
|
391 |
-
"Daily counter will display number of visits from midnight. This option is "
|
392 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
393 |
-
"this off will allow you to use the hourly setting in the next option."
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/main-view.php:111
|
397 |
-
msgid "Daily popular contains top posts over:"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/main-view.php:113
|
401 |
-
msgid "day(s)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/main-view.php:114
|
405 |
-
msgid "hour(s)"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: admin/main-view.php:115
|
409 |
-
msgid ""
|
410 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
411 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
412 |
-
"display posts for as many days or as few hours as you want. This can be "
|
413 |
-
"overridden in the widget."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/main-view.php:119
|
417 |
-
msgid "Delete options on uninstall"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: admin/main-view.php:122
|
421 |
-
msgid ""
|
422 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
423 |
-
"database if you choose to uninstall/delete the plugin."
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: admin/main-view.php:126
|
427 |
-
msgid "Delete counter data on uninstall"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: admin/main-view.php:129
|
431 |
-
msgid ""
|
432 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
433 |
-
"from the database if you choose to uninstall/delete the plugin."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: admin/main-view.php:130
|
437 |
-
msgid ""
|
438 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
439 |
-
"lose your counter data."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: admin/main-view.php:133
|
443 |
-
msgid "Show metabox:"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: admin/main-view.php:136
|
447 |
-
msgid ""
|
448 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
449 |
-
"Also applies to Pages and Custom Post Types."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:140
|
453 |
-
msgid "Limit metabox to Admins only:"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: admin/main-view.php:143
|
457 |
-
msgid ""
|
458 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
459 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
460 |
-
"metabox. This applies only if the above option is selected."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: admin/main-view.php:148
|
464 |
-
msgid "Link to Top 10 plugin page"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: admin/main-view.php:151
|
468 |
-
#, fuzzy
|
469 |
-
msgid ""
|
470 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
471 |
-
"posts"
|
472 |
-
msgstr ""
|
473 |
-
"Un link pentru a plugin-ul se adaugă ca un element suplimentar lista la "
|
474 |
-
"lista de posturi populare. Nu obligatoriu, dar Multumesc dacă tu a face it!"
|
475 |
-
|
476 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
477 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
478 |
-
#, fuzzy
|
479 |
-
msgid "Save Options"
|
480 |
-
msgstr "Opţiuni:"
|
481 |
-
|
482 |
-
#: admin/main-view.php:191
|
483 |
-
#, fuzzy
|
484 |
-
msgid "Display number of views on:"
|
485 |
-
msgstr "Afişează numărul de vizualizări pe posturi?"
|
486 |
-
|
487 |
-
#: admin/main-view.php:193
|
488 |
-
msgid "Posts"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/main-view.php:194
|
492 |
-
#, fuzzy
|
493 |
-
msgid "Pages"
|
494 |
-
msgstr "Pagină"
|
495 |
-
|
496 |
-
#: admin/main-view.php:195
|
497 |
-
msgid "Home page"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: admin/main-view.php:196
|
501 |
-
msgid "Feeds"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: admin/main-view.php:197
|
505 |
-
msgid "Category archives"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: admin/main-view.php:198
|
509 |
-
msgid "Tag archives"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: admin/main-view.php:199
|
513 |
-
msgid "Other archives"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: admin/main-view.php:200
|
517 |
-
msgid ""
|
518 |
-
"If you choose to disable this, please add <code><?php if "
|
519 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
520 |
-
"</code> to your template file where you want it displayed"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: admin/main-view.php:204
|
524 |
-
#, fuzzy
|
525 |
-
msgid "Format to display the post views:"
|
526 |
-
msgstr "Format pentru a afişa numărul în: "
|
527 |
-
|
528 |
-
#: admin/main-view.php:207
|
529 |
-
msgid ""
|
530 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
531 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
532 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
533 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: admin/main-view.php:211
|
537 |
-
msgid "What do display when there are no visits?"
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: admin/main-view.php:214
|
541 |
-
msgid ""
|
542 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
543 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
544 |
-
"this text will be used. To override this, just enter the same text as above "
|
545 |
-
"option."
|
546 |
-
msgstr ""
|
547 |
-
|
548 |
-
#: admin/main-view.php:218
|
549 |
-
msgid "Always display latest post count"
|
550 |
-
msgstr ""
|
551 |
-
|
552 |
-
#: admin/main-view.php:221
|
553 |
-
msgid ""
|
554 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
555 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
556 |
-
"cached counts."
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: admin/main-view.php:225
|
560 |
-
msgid "Track visits of authors on their own posts?"
|
561 |
-
msgstr "Track vizite de autori pe posturile lor proprii?"
|
562 |
-
|
563 |
-
#: admin/main-view.php:228
|
564 |
-
msgid ""
|
565 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
566 |
-
msgstr ""
|
567 |
-
|
568 |
-
#: admin/main-view.php:232
|
569 |
-
#, fuzzy
|
570 |
-
msgid "Track visits of admins?"
|
571 |
-
msgstr "Track vizite de autori pe posturile lor proprii?"
|
572 |
-
|
573 |
-
#: admin/main-view.php:235
|
574 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: admin/main-view.php:239
|
578 |
-
#, fuzzy
|
579 |
-
msgid "Track visits of Editors?"
|
580 |
-
msgstr "Track vizite de autori pe posturile lor proprii?"
|
581 |
-
|
582 |
-
#: admin/main-view.php:242
|
583 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
584 |
-
msgstr ""
|
585 |
-
|
586 |
-
#: admin/main-view.php:246
|
587 |
-
msgid "Display page views on Posts and Pages in Admin"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: admin/main-view.php:249
|
591 |
-
msgid ""
|
592 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
593 |
-
"and All Pages"
|
594 |
-
msgstr ""
|
595 |
-
|
596 |
-
#: admin/main-view.php:253
|
597 |
-
#, fuzzy
|
598 |
-
msgid "Show number of views to non-admins"
|
599 |
-
msgstr "Afişează numărul de vizualizări pe pagini?"
|
600 |
-
|
601 |
-
#: admin/main-view.php:256
|
602 |
-
msgid ""
|
603 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
604 |
-
"independent pages with the top posts"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: admin/main-view.php:296
|
608 |
-
msgid "Number of popular posts to display:"
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: admin/main-view.php:299
|
612 |
-
msgid ""
|
613 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
614 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: admin/main-view.php:303
|
618 |
-
msgid "Published age of posts:"
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
622 |
-
msgid "days"
|
623 |
-
msgstr ""
|
624 |
-
|
625 |
-
#: admin/main-view.php:306
|
626 |
-
msgid ""
|
627 |
-
"This options allows you to only show posts that have been published within "
|
628 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: admin/main-view.php:307
|
632 |
-
msgid ""
|
633 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
634 |
-
"posts lists. Enter 0 for no restriction."
|
635 |
-
msgstr ""
|
636 |
-
|
637 |
-
#: admin/main-view.php:311
|
638 |
-
msgid "Post types to include in results (including custom post types)"
|
639 |
-
msgstr ""
|
640 |
-
|
641 |
-
#: admin/main-view.php:325
|
642 |
-
msgid "List of post or page IDs to exclude from the results:"
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
646 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: admin/main-view.php:331
|
650 |
-
msgid "Exclude Categories:"
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: admin/main-view.php:346
|
654 |
-
msgid ""
|
655 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
656 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
657 |
-
"options"
|
658 |
-
msgstr ""
|
659 |
-
|
660 |
-
#: admin/main-view.php:350
|
661 |
-
msgid "Excluded category IDs are:"
|
662 |
-
msgstr ""
|
663 |
-
|
664 |
-
#: admin/main-view.php:356
|
665 |
-
msgid ""
|
666 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
667 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
668 |
-
"unique to this taxonomy."
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: admin/main-view.php:362
|
672 |
-
msgid "Title of popular posts:"
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: admin/main-view.php:368
|
676 |
-
msgid "Title of daily popular posts:"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: admin/main-view.php:374
|
680 |
-
msgid "When there are no posts, what should be shown?"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: admin/main-view.php:378
|
684 |
-
msgid "Blank Output"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: admin/main-view.php:382
|
688 |
-
msgid "Display:"
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: admin/main-view.php:387
|
692 |
-
msgid "Show post excerpt in list?"
|
693 |
-
msgstr "Afişează post extras din lista?"
|
694 |
-
|
695 |
-
#: admin/main-view.php:393
|
696 |
-
msgid "Length of excerpt (in words):"
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: admin/main-view.php:399
|
700 |
-
#, fuzzy
|
701 |
-
msgid "Show post author in list?"
|
702 |
-
msgstr "Afişează post extras din lista?"
|
703 |
-
|
704 |
-
#: admin/main-view.php:405
|
705 |
-
#, fuzzy
|
706 |
-
msgid "Show post date in list?"
|
707 |
-
msgstr "Afişează post extras din lista?"
|
708 |
-
|
709 |
-
#: admin/main-view.php:411
|
710 |
-
msgid "Limit post title length (in characters)"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: admin/main-view.php:417
|
714 |
-
#, fuzzy
|
715 |
-
msgid "Show view count in list?"
|
716 |
-
msgstr "Afişează post extras din lista?"
|
717 |
-
|
718 |
-
#: admin/main-view.php:423
|
719 |
-
msgid "Open links in new window"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: admin/main-view.php:429
|
723 |
-
msgid "Add nofollow attribute to links in the list"
|
724 |
-
msgstr ""
|
725 |
-
|
726 |
-
#: admin/main-view.php:435
|
727 |
-
msgid "Exclude display of related posts on these posts / pages"
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: admin/main-view.php:442
|
731 |
-
#, fuzzy
|
732 |
-
msgid "Customise the list HTML"
|
733 |
-
msgstr "Personaliza ieşire:"
|
734 |
-
|
735 |
-
#: admin/main-view.php:445
|
736 |
-
msgid "HTML to display before the list of posts:"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: admin/main-view.php:451
|
740 |
-
msgid "HTML to display before each list item:"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: admin/main-view.php:457
|
744 |
-
msgid "HTML to display after each list item:"
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: admin/main-view.php:463
|
748 |
-
msgid "HTML to display after the list of posts:"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: admin/main-view.php:504
|
752 |
-
msgid "Location of post thumbnail:"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: admin/main-view.php:508
|
756 |
-
msgid "Display thumbnails inline with posts, before title"
|
757 |
-
msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
|
758 |
-
|
759 |
-
#: admin/main-view.php:513
|
760 |
-
msgid "Display thumbnails inline with posts, after title"
|
761 |
-
msgstr "Afişare miniaturi inline cu posturi, după titlul"
|
762 |
-
|
763 |
-
#: admin/main-view.php:518
|
764 |
-
msgid "Display only thumbnails, no text"
|
765 |
-
msgstr "Afişa numai miniaturi, nici un text"
|
766 |
-
|
767 |
-
#: admin/main-view.php:523
|
768 |
-
msgid "Do not display thumbnails, only text."
|
769 |
-
msgstr "Nu se afişează miniaturi, numai textul."
|
770 |
-
|
771 |
-
#: admin/main-view.php:527
|
772 |
-
msgid ""
|
773 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
774 |
-
"under the Styles section. If you would like to change this option, please "
|
775 |
-
"select No styles under the Styles section."
|
776 |
-
msgstr ""
|
777 |
-
|
778 |
-
#: admin/main-view.php:531
|
779 |
-
msgid "Thumbnail size:"
|
780 |
-
msgstr ""
|
781 |
-
|
782 |
-
#: admin/main-view.php:555
|
783 |
-
msgid "Custom size"
|
784 |
-
msgstr ""
|
785 |
-
|
786 |
-
#: admin/main-view.php:558
|
787 |
-
msgid ""
|
788 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
789 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
790 |
-
"settings below. For best results, use a cropped image."
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: admin/main-view.php:559
|
794 |
-
msgid ""
|
795 |
-
"If you change the width and/or height below, existing images will not be "
|
796 |
-
"automatically resized."
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: admin/main-view.php:560
|
800 |
-
#, php-format
|
801 |
-
msgid ""
|
802 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
803 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
804 |
-
"all image sizes."
|
805 |
-
msgstr ""
|
806 |
-
|
807 |
-
#: admin/main-view.php:563
|
808 |
-
msgid ""
|
809 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
810 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
811 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
812 |
-
"strong> option below"
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: admin/main-view.php:566
|
816 |
-
msgid "Width of custom thumbnail:"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: admin/main-view.php:571
|
820 |
-
msgid "Height of custom thumbnail"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: admin/main-view.php:576
|
824 |
-
msgid "Crop mode:"
|
825 |
-
msgstr ""
|
826 |
-
|
827 |
-
#: admin/main-view.php:580
|
828 |
-
msgid ""
|
829 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
830 |
-
"hard crop the thumbnails."
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
#: admin/main-view.php:581
|
834 |
-
#, php-format
|
835 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
836 |
-
msgstr ""
|
837 |
-
|
838 |
-
#: admin/main-view.php:585
|
839 |
-
msgid "Image size attributes:"
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: admin/main-view.php:589
|
843 |
-
msgid "Style attributes are used for width and height."
|
844 |
-
msgstr ""
|
845 |
-
|
846 |
-
#: admin/main-view.php:595
|
847 |
-
msgid "HTML width and height attributes are used for width and height."
|
848 |
-
msgstr ""
|
849 |
-
|
850 |
-
#: admin/main-view.php:601
|
851 |
-
msgid "No HTML or Style attributes set for width and height"
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/main-view.php:606
|
855 |
-
msgid "Post thumbnail meta field name:"
|
856 |
-
msgstr ""
|
857 |
-
|
858 |
-
#: admin/main-view.php:609
|
859 |
-
msgid ""
|
860 |
-
"The value of this field should contain the image source and is set in the "
|
861 |
-
"<em>Add New Post</em> screen"
|
862 |
-
msgstr ""
|
863 |
-
|
864 |
-
#: admin/main-view.php:612
|
865 |
-
#, fuzzy
|
866 |
-
msgid ""
|
867 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
868 |
-
"from the post?"
|
869 |
-
msgstr ""
|
870 |
-
"Dacă postmeta nu este setată, apoi trebuie să plugin-ul extrage prima "
|
871 |
-
"imagine din post. Acest lucru poate încetini încărcarea de post "
|
872 |
-
"dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
|
873 |
-
"fişier"
|
874 |
-
|
875 |
-
#: admin/main-view.php:615
|
876 |
-
#, fuzzy
|
877 |
-
msgid ""
|
878 |
-
"This could slow down the loading of your page if the first image in the "
|
879 |
-
"related posts is large in file-size"
|
880 |
-
msgstr ""
|
881 |
-
"Dacă postmeta nu este setată, apoi trebuie să plugin-ul extrage prima "
|
882 |
-
"imagine din post. Acest lucru poate încetini încărcarea de post "
|
883 |
-
"dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
|
884 |
-
"fişier"
|
885 |
-
|
886 |
-
#: admin/main-view.php:618
|
887 |
-
msgid "Use default thumbnail?"
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: admin/main-view.php:621
|
891 |
-
msgid ""
|
892 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
893 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
894 |
-
msgstr ""
|
895 |
-
"Dacă verificat, atunci când este găsit nici un thumbnail, arată o implicit "
|
896 |
-
"la URL-ul de mai jos. În cazul în care nu a verificat şi este găsit nici un "
|
897 |
-
"thumbnail, imaginea nu va fi indicat."
|
898 |
-
|
899 |
-
#: admin/main-view.php:624
|
900 |
-
msgid "Default thumbnail:"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: admin/main-view.php:628
|
904 |
-
msgid ""
|
905 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
906 |
-
"then it will check the meta field. If this is not available, then it will "
|
907 |
-
"show the default image as specified above"
|
908 |
-
msgstr ""
|
909 |
-
|
910 |
-
#: admin/main-view.php:667
|
911 |
-
msgid "Style of the related posts:"
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: admin/main-view.php:670
|
915 |
-
msgid "No styles"
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: admin/main-view.php:672
|
919 |
-
msgid "Select this option if you plan to add your own styles"
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: admin/main-view.php:677
|
923 |
-
msgid "Left Thumbnails"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: admin/main-view.php:680
|
927 |
-
msgid ""
|
928 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
929 |
-
"Disabling this option will not revert any settings."
|
930 |
-
msgstr ""
|
931 |
-
|
932 |
-
#: admin/main-view.php:681
|
933 |
-
#, php-format
|
934 |
-
msgid ""
|
935 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: admin/main-view.php:685
|
939 |
-
msgid "Text only"
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: admin/main-view.php:687
|
943 |
-
msgid ""
|
944 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
945 |
-
"default style sheet included in the plugin."
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: admin/main-view.php:703
|
949 |
-
msgid "Custom CSS to add to header:"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: admin/main-view.php:708
|
953 |
-
msgid ""
|
954 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
955 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
956 |
-
"available CSS classes to style."
|
957 |
-
msgstr ""
|
958 |
-
|
959 |
-
#: admin/main-view.php:728
|
960 |
-
#, fuzzy
|
961 |
-
msgid "Default Options"
|
962 |
-
msgstr "Opţiuni de ieşire:"
|
963 |
-
|
964 |
-
#: admin/main-view.php:728
|
965 |
-
msgid "Do you want to set options to Default?"
|
966 |
-
msgstr "Doriţi să setaţi opţiunile la valorile implicite?"
|
967 |
-
|
968 |
-
#: admin/main-view.php:752
|
969 |
-
msgid ""
|
970 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
971 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
972 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
973 |
-
"will automatically delete entries older than 90 days."
|
974 |
-
msgstr ""
|
975 |
-
|
976 |
-
#: admin/main-view.php:753
|
977 |
-
msgid ""
|
978 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
979 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
980 |
-
msgstr ""
|
981 |
-
|
982 |
-
#: admin/main-view.php:756
|
983 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
984 |
-
msgstr ""
|
985 |
-
|
986 |
-
#: admin/main-view.php:760
|
987 |
-
msgid "Time to run maintenance"
|
988 |
-
msgstr ""
|
989 |
-
|
990 |
-
#: admin/main-view.php:761
|
991 |
-
msgid "hrs"
|
992 |
-
msgstr ""
|
993 |
-
|
994 |
-
#: admin/main-view.php:761
|
995 |
-
msgid "min"
|
996 |
-
msgstr ""
|
997 |
-
|
998 |
-
#: admin/main-view.php:763
|
999 |
-
msgid "How often should the maintenance be run:"
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: admin/main-view.php:771
|
1003 |
-
msgid "Weekly"
|
1004 |
-
msgstr ""
|
1005 |
-
|
1006 |
-
#: admin/main-view.php:775
|
1007 |
-
msgid "Fortnightly"
|
1008 |
-
msgstr ""
|
1009 |
-
|
1010 |
-
#: admin/main-view.php:779
|
1011 |
-
msgid "Monthly"
|
1012 |
-
msgstr ""
|
1013 |
-
|
1014 |
-
#: admin/main-view.php:788
|
1015 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1016 |
-
msgstr ""
|
1017 |
-
|
1018 |
-
#: admin/main-view.php:793
|
1019 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1020 |
-
msgstr ""
|
1021 |
-
|
1022 |
-
#: admin/main-view.php:798
|
1023 |
-
msgid "Maintenance is turned off"
|
1024 |
-
msgstr ""
|
1025 |
-
|
1026 |
-
#: admin/main-view.php:804
|
1027 |
-
msgid "Save Maintenance Options"
|
1028 |
-
msgstr ""
|
1029 |
-
|
1030 |
-
#: admin/main-view.php:812
|
1031 |
-
msgid "Reset count and other tools"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: admin/main-view.php:815
|
1035 |
-
msgid ""
|
1036 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1037 |
-
"before proceeding"
|
1038 |
-
msgstr ""
|
1039 |
-
"Acest lucru poate fi inversat. Asiguraţi-vă că baza de date a fost sprijinit "
|
1040 |
-
"înainte de a continua"
|
1041 |
-
|
1042 |
-
#: admin/main-view.php:818
|
1043 |
-
#, fuzzy
|
1044 |
-
msgid "Reset Popular Posts"
|
1045 |
-
msgstr "Posturi populare"
|
1046 |
-
|
1047 |
-
#: admin/main-view.php:818
|
1048 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1049 |
-
msgstr "Sigur reiniţializaţi posturi populare?"
|
1050 |
-
|
1051 |
-
#: admin/main-view.php:819
|
1052 |
-
#, fuzzy
|
1053 |
-
msgid "Reset Daily Popular Posts"
|
1054 |
-
msgstr "Posturi populare de zi cu zi"
|
1055 |
-
|
1056 |
-
#: admin/main-view.php:819
|
1057 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1058 |
-
msgstr "Sigur reiniţializaţi posturi populare zilnic?"
|
1059 |
-
|
1060 |
-
#: admin/main-view.php:822
|
1061 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1062 |
-
msgstr ""
|
1063 |
-
|
1064 |
-
#: admin/main-view.php:825
|
1065 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1066 |
-
msgstr ""
|
1067 |
-
|
1068 |
-
#: admin/main-view.php:825
|
1069 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1070 |
-
msgstr ""
|
1071 |
-
|
1072 |
-
#: admin/main-view.php:828
|
1073 |
-
msgid ""
|
1074 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1075 |
-
"Clicking the button below will merge these duplicate IDs"
|
1076 |
-
msgstr ""
|
1077 |
-
|
1078 |
-
#: admin/main-view.php:831
|
1079 |
-
msgid "Merge duplicates across blog IDs"
|
1080 |
-
msgstr ""
|
1081 |
-
|
1082 |
-
#: admin/main-view.php:831
|
1083 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1084 |
-
msgstr "Aceasta va şterge intrările dublate în tabele. Continuaţi?"
|
1085 |
-
|
1086 |
-
#: admin/main-view.php:847
|
1087 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1088 |
-
msgstr ""
|
1089 |
-
|
1090 |
-
#: admin/main-view.php:850
|
1091 |
-
msgid ""
|
1092 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1093 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1094 |
-
"two tables being created for each site in the network."
|
1095 |
-
msgstr ""
|
1096 |
-
|
1097 |
-
#: admin/main-view.php:851
|
1098 |
-
msgid ""
|
1099 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1100 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1101 |
-
"from v1.x tables to the new v2.x table format."
|
1102 |
-
msgstr ""
|
1103 |
-
|
1104 |
-
#: admin/main-view.php:854
|
1105 |
-
msgid ""
|
1106 |
-
"If you do not see any tables below, then it means that either all data has "
|
1107 |
-
"already been imported or no relevant information has been found."
|
1108 |
-
msgstr ""
|
1109 |
-
|
1110 |
-
#: admin/main-view.php:857
|
1111 |
-
msgid ""
|
1112 |
-
"After running the importer, please verify that all the counts have been "
|
1113 |
-
"successfully imported. Only then should you delete any old tables!"
|
1114 |
-
msgstr ""
|
1115 |
-
|
1116 |
-
#: admin/main-view.php:891
|
1117 |
-
msgid "Blog ID"
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: admin/main-view.php:894
|
1121 |
-
msgid "Status"
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: admin/main-view.php:897
|
1125 |
-
msgid "Select to import"
|
1126 |
-
msgstr ""
|
1127 |
-
|
1128 |
-
#: admin/main-view.php:907
|
1129 |
-
msgid "Blog #"
|
1130 |
-
msgstr ""
|
1131 |
-
|
1132 |
-
#: admin/main-view.php:917
|
1133 |
-
msgid "Not imported"
|
1134 |
-
msgstr ""
|
1135 |
-
|
1136 |
-
#: admin/main-view.php:921
|
1137 |
-
msgid "Imported"
|
1138 |
-
msgstr ""
|
1139 |
-
|
1140 |
-
#: admin/main-view.php:942
|
1141 |
-
msgid "Begin import"
|
1142 |
-
msgstr ""
|
1143 |
-
|
1144 |
-
#: admin/main-view.php:943
|
1145 |
-
msgid "Delete selected tables"
|
1146 |
-
msgstr ""
|
1147 |
-
|
1148 |
-
#: admin/main-view.php:944
|
1149 |
-
msgid "Delete all imported tables"
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
#: includes/class-top-10-widget.php:31
|
1153 |
-
#, fuzzy
|
1154 |
-
msgid "Popular Posts [Top 10]"
|
1155 |
-
msgstr "Posturi populare"
|
1156 |
-
|
1157 |
-
#: includes/class-top-10-widget.php:32
|
1158 |
-
#, fuzzy
|
1159 |
-
msgid "Display popular posts"
|
1160 |
-
msgstr "Posturi populare de zi cu zi"
|
1161 |
-
|
1162 |
-
#: includes/class-top-10-widget.php:76
|
1163 |
-
msgid "No. of posts"
|
1164 |
-
msgstr ""
|
1165 |
-
|
1166 |
-
#: includes/class-top-10-widget.php:82
|
1167 |
-
msgid "Custom time period (Enter below)"
|
1168 |
-
msgstr ""
|
1169 |
-
|
1170 |
-
#: includes/class-top-10-widget.php:86
|
1171 |
-
msgid "In days and hours (applies only to custom option above)"
|
1172 |
-
msgstr ""
|
1173 |
-
|
1174 |
-
#: includes/class-top-10-widget.php:91
|
1175 |
-
msgid "hours"
|
1176 |
-
msgstr ""
|
1177 |
-
|
1178 |
-
#: includes/class-top-10-widget.php:96
|
1179 |
-
#, fuzzy
|
1180 |
-
msgid "Show count?"
|
1181 |
-
msgstr "Afişează post extras din lista?"
|
1182 |
-
|
1183 |
-
#: includes/class-top-10-widget.php:101
|
1184 |
-
#, fuzzy
|
1185 |
-
msgid "Show excerpt?"
|
1186 |
-
msgstr "Afişează post extras din lista?"
|
1187 |
-
|
1188 |
-
#: includes/class-top-10-widget.php:106
|
1189 |
-
#, fuzzy
|
1190 |
-
msgid "Show author?"
|
1191 |
-
msgstr "Afişează post extras din lista?"
|
1192 |
-
|
1193 |
-
#: includes/class-top-10-widget.php:111
|
1194 |
-
#, fuzzy
|
1195 |
-
msgid "Show date?"
|
1196 |
-
msgstr "Afişează post extras din lista?"
|
1197 |
-
|
1198 |
-
#: includes/class-top-10-widget.php:117
|
1199 |
-
#, fuzzy
|
1200 |
-
msgid "Thumbnails inline, before title"
|
1201 |
-
msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
|
1202 |
-
|
1203 |
-
#: includes/class-top-10-widget.php:118
|
1204 |
-
#, fuzzy
|
1205 |
-
msgid "Thumbnails inline, after title"
|
1206 |
-
msgstr "Afişare miniaturi inline cu posturi, după titlul"
|
1207 |
-
|
1208 |
-
#: includes/class-top-10-widget.php:119
|
1209 |
-
#, fuzzy
|
1210 |
-
msgid "Only thumbnails, no text"
|
1211 |
-
msgstr "Afişa numai miniaturi, nici un text"
|
1212 |
-
|
1213 |
-
#: includes/class-top-10-widget.php:120
|
1214 |
-
#, fuzzy
|
1215 |
-
msgid "No thumbnails, only text."
|
1216 |
-
msgstr "Nu se afişează miniaturi, numai textul."
|
1217 |
-
|
1218 |
-
#: includes/class-top-10-widget.php:125
|
1219 |
-
#, fuzzy
|
1220 |
-
msgid "Thumbnail height"
|
1221 |
-
msgstr "Post Opţiuni pictograme:"
|
1222 |
-
|
1223 |
-
#: includes/class-top-10-widget.php:131
|
1224 |
-
#, fuzzy
|
1225 |
-
msgid "Thumbnail width"
|
1226 |
-
msgstr "Post Opţiuni pictograme:"
|
1227 |
-
|
1228 |
-
#: includes/class-top-10-widget.php:135
|
1229 |
-
msgid "Post types to include:"
|
1230 |
-
msgstr ""
|
1231 |
-
|
1232 |
-
#: includes/media.php:62
|
1233 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: includes/media.php:66
|
1237 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: includes/media.php:70
|
1241 |
-
msgid "filter argument has been deprecated"
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: includes/output-generator.php:239
|
1245 |
-
msgid " by "
|
1246 |
-
msgstr ""
|
1247 |
-
|
1248 |
-
#: top-10.php:163
|
1249 |
-
msgid ""
|
1250 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1251 |
-
"posts only."
|
1252 |
-
msgstr ""
|
1253 |
-
|
1254 |
-
#: top-10.php:300
|
1255 |
-
#, php-format
|
1256 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1257 |
-
msgstr ""
|
1258 |
-
|
1259 |
-
#: top-10.php:641
|
1260 |
-
msgid "<h3>Popular Posts</h3>"
|
1261 |
-
msgstr "<h3>Posturi populare</h3>"
|
1262 |
-
|
1263 |
-
#: top-10.php:642
|
1264 |
-
msgid "<h3>Daily Popular</h3>"
|
1265 |
-
msgstr "<h3>Daily populare</h3>"
|
1266 |
-
|
1267 |
-
#: top-10.php:643
|
1268 |
-
#, fuzzy
|
1269 |
-
msgid "No top posts yet"
|
1270 |
-
msgstr "Top 10 populare posturi Resetare"
|
1271 |
-
|
1272 |
-
#: top-10.php:1124
|
1273 |
-
msgid "Once Weekly"
|
1274 |
-
msgstr ""
|
1275 |
-
|
1276 |
-
#: top-10.php:1128
|
1277 |
-
msgid "Once Fortnightly"
|
1278 |
-
msgstr ""
|
1279 |
-
|
1280 |
-
#: top-10.php:1132
|
1281 |
-
msgid "Once Monthly"
|
1282 |
-
msgstr ""
|
1283 |
-
|
1284 |
-
#: top-10.php:1136
|
1285 |
-
msgid "Once quarterly"
|
1286 |
-
msgstr ""
|
1287 |
-
|
1288 |
-
#~ msgid "View Daily Popular Posts"
|
1289 |
-
#~ msgstr "Vizualizare zi posturi populare"
|
1290 |
-
|
1291 |
-
#~ msgid "Results per-page:"
|
1292 |
-
#~ msgstr "Rezultate pe pagină:"
|
1293 |
-
|
1294 |
-
#~ msgid "View Overall Popular Posts"
|
1295 |
-
#~ msgstr "Vedere de ansamblu posturi populare"
|
1296 |
-
|
1297 |
-
#~ msgid "Previous"
|
1298 |
-
#~ msgstr "Anterioară"
|
1299 |
-
|
1300 |
-
#~ msgid "Next"
|
1301 |
-
#~ msgstr "Următorul"
|
1302 |
-
|
1303 |
-
#~ msgid "Daily Popular"
|
1304 |
-
#~ msgstr "Daily populare"
|
1305 |
-
|
1306 |
-
#~ msgid "Options saved successfully."
|
1307 |
-
#~ msgstr "Opţiuni salvat cu succes."
|
1308 |
-
|
1309 |
-
#~ msgid "Number of popular posts to display: "
|
1310 |
-
#~ msgstr "Numărul de posturi populare pentru a afişa: "
|
1311 |
-
|
1312 |
-
#~ msgid "Exclude Categories: "
|
1313 |
-
#~ msgstr "Excludeţi categorii: "
|
1314 |
-
|
1315 |
-
#~ msgid "Title of popular posts: "
|
1316 |
-
#~ msgstr "Titlul de posturi populare: "
|
1317 |
-
|
1318 |
-
#~ msgid "Title of daily popular posts: "
|
1319 |
-
#~ msgstr "Titlul de zi cu zi de posturi populare: "
|
1320 |
-
|
1321 |
-
#~ msgid "Length of excerpt (in words): "
|
1322 |
-
#~ msgstr "Lungimea extras (în cuvinte): "
|
1323 |
-
|
1324 |
-
#~ msgid "HTML to display before the list of posts: "
|
1325 |
-
#~ msgstr "HTML pentru a afişa înainte de lista de posturi: "
|
1326 |
-
|
1327 |
-
#~ msgid "HTML to display before each list item: "
|
1328 |
-
#~ msgstr "HTML pentru a afişa înainte de fiecare element din listă: "
|
1329 |
-
|
1330 |
-
#~ msgid "HTML to display after each list item: "
|
1331 |
-
#~ msgstr "HTML pentru a afişa după fiecare element din listă: "
|
1332 |
-
|
1333 |
-
#~ msgid "HTML to display after the list of posts: "
|
1334 |
-
#~ msgstr "HTML pentru a afişa după lista de posturi: "
|
1335 |
-
|
1336 |
-
#, fuzzy
|
1337 |
-
#~ msgid "Post thumbnail meta field name: "
|
1338 |
-
#~ msgstr "Post Opţiuni pictograme:"
|
1339 |
-
|
1340 |
-
#~ msgid "Enter amount in USD: "
|
1341 |
-
#~ msgstr "Introduceţi valoarea în USD: "
|
1342 |
-
|
1343 |
-
#, fuzzy
|
1344 |
-
#~ msgid "Overall Popular Posts"
|
1345 |
-
#~ msgstr "Vedere de ansamblu posturi populare"
|
1346 |
-
|
1347 |
-
#~ msgid "Reset count"
|
1348 |
-
#~ msgstr "Reiniţializare count"
|
1349 |
-
|
1350 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1351 |
-
#~ msgstr "Popular de zi cu zi ar trebui să conțină vizualizări de câte zile? "
|
1352 |
-
|
1353 |
-
#, fuzzy
|
1354 |
-
#~ msgid "Output options"
|
1355 |
-
#~ msgstr "Opţiuni de ieşire:"
|
1356 |
-
|
1357 |
-
#, fuzzy
|
1358 |
-
#~ msgid ""
|
1359 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1360 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1361 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1362 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1363 |
-
#~ msgstr ""
|
1364 |
-
#~ "Utilizaţi <code>% totalcount %</code> pentru a afişa numărul total şi "
|
1365 |
-
#~ "<code>% dailycount %</code> pentru a afişa numărul de zi cu zi. exemplu "
|
1366 |
-
#~ "afişează opţiunile implicite <code>(vizitat 123 ori, 23 vizite azi)</code>"
|
1367 |
-
|
1368 |
-
#~ msgid "Post thumbnail options:"
|
1369 |
-
#~ msgstr "Post Opţiuni pictograme:"
|
1370 |
-
|
1371 |
-
#~ msgid "Display the posts popular this week"
|
1372 |
-
#~ msgstr "Afişa posturi populare în această săptămână"
|
1373 |
-
|
1374 |
-
#, fuzzy
|
1375 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1376 |
-
#~ msgstr ""
|
1377 |
-
#~ "Vigoare lista de zi cu zi de posturi să fie dinamic? Această opţiune "
|
1378 |
-
#~ "utilizează JavaScript pentru a încărca post şi poate creşte timpul "
|
1379 |
-
#~ "încărcare pagină"
|
1380 |
-
|
1381 |
-
#~ msgid "Display number of page views in popular lists?"
|
1382 |
-
#~ msgstr "Afişează numărul de vizualizări de pagini în listele popular?"
|
1383 |
-
|
1384 |
-
#~ msgid "Recent developments"
|
1385 |
-
#~ msgstr "Evoluţiile recente"
|
1386 |
-
|
1387 |
-
#~ msgid "Results"
|
1388 |
-
#~ msgstr "Rezultatele"
|
1389 |
-
|
1390 |
-
#~ msgid "of"
|
1391 |
-
#~ msgstr "de"
|
1392 |
-
|
1393 |
-
#~ msgid "Page"
|
1394 |
-
#~ msgstr "Pagină"
|
1395 |
-
|
1396 |
-
#, fuzzy
|
1397 |
-
#~ msgid "Exclude Pages?"
|
1398 |
-
#~ msgstr "Excludeţi categorii: "
|
1399 |
-
|
1400 |
-
#~ msgid ""
|
1401 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1402 |
-
#~ "continue to be counted."
|
1403 |
-
#~ msgstr ""
|
1404 |
-
#~ "Exclude paginile în afişarea de posturi populare? Număr de vizualizări pe "
|
1405 |
-
#~ "pagini va continua să fie numărate."
|
1406 |
-
|
1407 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1408 |
-
#~ msgstr "Urmaţi @ ajaydsouza pe Twitter"
|
1409 |
-
|
1410 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1411 |
-
#~ msgstr "Tabelele curățate de rânduri duplicat"
|
1412 |
-
|
1413 |
-
#~ msgid ""
|
1414 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1415 |
-
#~ "added with the count"
|
1416 |
-
#~ msgstr ""
|
1417 |
-
#~ "Afişarea de vizualizări de pagină pe Editare posturi/pagini în WP-Admin? "
|
1418 |
-
#~ "O coloană suplimentară se adaugă cu contele"
|
1419 |
-
|
1420 |
-
#~ msgid ""
|
1421 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1422 |
-
#~ msgstr ""
|
1423 |
-
#~ "Post miniaturi meta câmp (meta ar trebui să punct de imagine sursă): "
|
1424 |
-
|
1425 |
-
#~ msgid "Thumbnail dimensions:"
|
1426 |
-
#~ msgstr "Dimensiunile miniatură:"
|
1427 |
-
|
1428 |
-
#~ msgid "Max width: "
|
1429 |
-
#~ msgstr "Max Lăţime: "
|
1430 |
-
|
1431 |
-
#~ msgid "Max height: "
|
1432 |
-
#~ msgstr "Max înălţime: "
|
1433 |
-
|
1434 |
-
#~ msgid "Top 10 "
|
1435 |
-
#~ msgstr "Top 10 "
|
1436 |
-
|
1437 |
-
#~ msgid "Display the posts popular today"
|
1438 |
-
#~ msgstr "Afişa posturi populare de astăzi"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-ru_RU.mo
DELETED
Binary file
|
languages/top-10-ru_RU.po
DELETED
@@ -1,1461 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Топ 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Elvis (fweb.org.ru) <kopper@rkmail.ru>\n"
|
9 |
-
"Language: ru_RU\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Всего/Сегодня"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Всего/Сегодня"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Всего/Сегодня"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Популярные записи"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Популярные сегодня записи"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Visit count:"
|
59 |
-
msgstr "Сбросить статистику"
|
60 |
-
|
61 |
-
#: admin/admin-metabox.php:106
|
62 |
-
msgid ""
|
63 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
64 |
-
"will set the count to zero"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/admin-metabox.php:115
|
68 |
-
msgid "Disable Popular Posts display:"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/admin-metabox.php:118
|
72 |
-
msgid ""
|
73 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
74 |
-
"when viewing this post."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:122
|
78 |
-
msgid "Exclude this post from the popular posts list:"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:125
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
84 |
-
"list."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:129
|
88 |
-
msgid "Location of thumbnail:"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/admin-metabox.php:131
|
92 |
-
msgid ""
|
93 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
94 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
95 |
-
"set under Top 10 Settings » Thumbnail options."
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/admin-metabox.php:132
|
99 |
-
msgid "The URL above is saved in the meta field:"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: admin/admin-metabox.php:137
|
103 |
-
#, php-format
|
104 |
-
msgid ""
|
105 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
106 |
-
"will need to make the same change in the %1$s meta box on this page."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/admin.php:190
|
110 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/admin.php:193
|
114 |
-
msgid ""
|
115 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
116 |
-
"text."
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: admin/admin.php:196
|
120 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: admin/admin.php:199
|
124 |
-
#, php-format
|
125 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: admin/admin.php:214
|
129 |
-
msgid "Options set to Default."
|
130 |
-
msgstr "Настройки сброшены."
|
131 |
-
|
132 |
-
#: admin/admin.php:221
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "Сбросить статистику популярных записей"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
msgid "Top 10 daily popular posts reset"
|
138 |
-
msgstr "Сбросить статистику популярных записей за сегодня"
|
139 |
-
|
140 |
-
#: admin/admin.php:236
|
141 |
-
msgid "Duplicate rows cleaned from tables"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: admin/admin.php:244
|
145 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: admin/admin.php:257
|
149 |
-
msgid "Scheduled maintenance enabled / modified"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/admin.php:261
|
153 |
-
msgid "Scheduled maintenance disabled"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/admin.php:299
|
157 |
-
msgid "Counts from selected sites have been imported."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/admin.php:324
|
161 |
-
msgid ""
|
162 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
163 |
-
"deleted."
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
167 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
168 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
169 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
170 |
-
msgid "Click to toggle"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: admin/admin.php:342
|
174 |
-
msgid "Support the development"
|
175 |
-
msgstr "Поддержать автора плагина"
|
176 |
-
|
177 |
-
#: admin/admin.php:349
|
178 |
-
msgid "Donation for Top 10"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: admin/admin.php:351
|
182 |
-
msgid "Enter amount in USD:"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: admin/admin.php:355
|
186 |
-
#, fuzzy
|
187 |
-
msgid "Send your donation to the author of Top 10"
|
188 |
-
msgstr "Отправьте пожертвование автору"
|
189 |
-
|
190 |
-
#: admin/admin.php:362
|
191 |
-
msgid "Follow me"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: admin/admin.php:386
|
195 |
-
#, fuzzy
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr "Полезные ссылки"
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
#, fuzzy
|
201 |
-
msgid "Top 10 plugin page"
|
202 |
-
msgstr "страница плагина"
|
203 |
-
|
204 |
-
#: admin/admin.php:391
|
205 |
-
msgid "Top 10 Github page"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: admin/admin.php:392
|
209 |
-
msgid "Other plugins"
|
210 |
-
msgstr "Другие плагины автора"
|
211 |
-
|
212 |
-
#: admin/admin.php:393
|
213 |
-
msgid "FAQ"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: admin/admin.php:394 admin/admin.php:564
|
217 |
-
msgid "Support"
|
218 |
-
msgstr "Поддержка (англ.)"
|
219 |
-
|
220 |
-
#: admin/admin.php:395
|
221 |
-
msgid "Reviews"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: admin/admin.php:396
|
225 |
-
msgid "Ajay's blog"
|
226 |
-
msgstr "Блог Ajay"
|
227 |
-
|
228 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
229 |
-
#, fuzzy
|
230 |
-
msgid "Top 10 Settings"
|
231 |
-
msgstr "Настроки плагина"
|
232 |
-
|
233 |
-
#: admin/admin.php:413
|
234 |
-
msgid "Top 10"
|
235 |
-
msgstr "Топ 10 записей"
|
236 |
-
|
237 |
-
#: admin/admin.php:421
|
238 |
-
msgid "View Popular Posts"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/admin.php:541
|
242 |
-
msgid "Settings"
|
243 |
-
msgstr "Настроки плагина"
|
244 |
-
|
245 |
-
#: admin/admin.php:565
|
246 |
-
msgid "Donate"
|
247 |
-
msgstr "Сделать пожертвование"
|
248 |
-
|
249 |
-
#: admin/cache.php:19
|
250 |
-
msgid "Top 10 cache has been cleared"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-stats.php:36
|
254 |
-
msgid "popular_post"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/class-stats.php:37
|
258 |
-
msgid "popular_posts"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: admin/class-stats.php:160
|
262 |
-
msgid "No popular posts available."
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: admin/class-stats.php:209
|
266 |
-
msgid "View"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: admin/class-stats.php:210
|
270 |
-
msgid "Edit"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: admin/class-stats.php:211
|
274 |
-
msgid "Delete"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: admin/class-stats.php:233
|
278 |
-
msgid "Y/m/d g:i:s a"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: admin/class-stats.php:240
|
282 |
-
#, php-format
|
283 |
-
msgid "%s ago"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: admin/class-stats.php:242
|
287 |
-
msgid "Y/m/d"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
291 |
-
msgid "Title"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: admin/class-stats.php:277
|
295 |
-
msgid "Total visits"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: admin/class-stats.php:278
|
299 |
-
msgid "Daily visits"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: admin/class-stats.php:279
|
303 |
-
msgid "Post type"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: admin/class-stats.php:280
|
307 |
-
msgid "Author"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: admin/class-stats.php:281
|
311 |
-
msgid "Date"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: admin/class-stats.php:315
|
315 |
-
msgid "Delete Count"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/class-stats.php:355
|
319 |
-
msgid "Are you sure you want to do this"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
323 |
-
msgid "General options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
327 |
-
msgid "Counter and tracker options"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
331 |
-
msgid "Popular post list options"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
335 |
-
#: includes/class-top-10-widget.php:115
|
336 |
-
#, fuzzy
|
337 |
-
msgid "Thumbnail options"
|
338 |
-
msgstr "Настройки превью к записям:"
|
339 |
-
|
340 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
341 |
-
msgid "Styles"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
345 |
-
msgid "Maintenance"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: admin/main-view.php:72
|
349 |
-
msgid "Enable trackers:"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
353 |
-
msgid "Overall"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
357 |
-
msgid "Daily"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:89
|
361 |
-
msgid "Enable cache:"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/main-view.php:92
|
365 |
-
msgid ""
|
366 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
367 |
-
"output for 1 hour."
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: admin/main-view.php:93
|
371 |
-
msgid "Clear cache"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: admin/main-view.php:97
|
375 |
-
msgid "Use Ajax for tracking:"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: admin/main-view.php:100
|
379 |
-
msgid ""
|
380 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
381 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
382 |
-
"you find that your posts are not tracked."
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: admin/main-view.php:104
|
386 |
-
msgid "Start daily counts from midnight:"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: admin/main-view.php:107
|
390 |
-
msgid ""
|
391 |
-
"Daily counter will display number of visits from midnight. This option is "
|
392 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
393 |
-
"this off will allow you to use the hourly setting in the next option."
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/main-view.php:111
|
397 |
-
msgid "Daily popular contains top posts over:"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/main-view.php:113
|
401 |
-
msgid "day(s)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/main-view.php:114
|
405 |
-
msgid "hour(s)"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: admin/main-view.php:115
|
409 |
-
msgid ""
|
410 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
411 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
412 |
-
"display posts for as many days or as few hours as you want. This can be "
|
413 |
-
"overridden in the widget."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/main-view.php:119
|
417 |
-
msgid "Delete options on uninstall"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: admin/main-view.php:122
|
421 |
-
msgid ""
|
422 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
423 |
-
"database if you choose to uninstall/delete the plugin."
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: admin/main-view.php:126
|
427 |
-
msgid "Delete counter data on uninstall"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: admin/main-view.php:129
|
431 |
-
msgid ""
|
432 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
433 |
-
"from the database if you choose to uninstall/delete the plugin."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: admin/main-view.php:130
|
437 |
-
msgid ""
|
438 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
439 |
-
"lose your counter data."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: admin/main-view.php:133
|
443 |
-
msgid "Show metabox:"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: admin/main-view.php:136
|
447 |
-
msgid ""
|
448 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
449 |
-
"Also applies to Pages and Custom Post Types."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:140
|
453 |
-
msgid "Limit metabox to Admins only:"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: admin/main-view.php:143
|
457 |
-
msgid ""
|
458 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
459 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
460 |
-
"metabox. This applies only if the above option is selected."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: admin/main-view.php:148
|
464 |
-
msgid "Link to Top 10 plugin page"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: admin/main-view.php:151
|
468 |
-
#, fuzzy
|
469 |
-
msgid ""
|
470 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
471 |
-
"posts"
|
472 |
-
msgstr ""
|
473 |
-
"Оставить ссылку на плагин под списками Популярных записей? Автор плагина был "
|
474 |
-
"бы очень благодарен Вам, если Вы ее все же оставите!"
|
475 |
-
|
476 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
477 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
478 |
-
#, fuzzy
|
479 |
-
msgid "Save Options"
|
480 |
-
msgstr "Настройки плагина:"
|
481 |
-
|
482 |
-
#: admin/main-view.php:191
|
483 |
-
#, fuzzy
|
484 |
-
msgid "Display number of views on:"
|
485 |
-
msgstr "Показывать количество просмотров записи в ее \"теле\"?"
|
486 |
-
|
487 |
-
#: admin/main-view.php:193
|
488 |
-
msgid "Posts"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/main-view.php:194
|
492 |
-
#, fuzzy
|
493 |
-
msgid "Pages"
|
494 |
-
msgstr "Страница"
|
495 |
-
|
496 |
-
#: admin/main-view.php:195
|
497 |
-
msgid "Home page"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: admin/main-view.php:196
|
501 |
-
msgid "Feeds"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: admin/main-view.php:197
|
505 |
-
msgid "Category archives"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: admin/main-view.php:198
|
509 |
-
msgid "Tag archives"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: admin/main-view.php:199
|
513 |
-
msgid "Other archives"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: admin/main-view.php:200
|
517 |
-
msgid ""
|
518 |
-
"If you choose to disable this, please add <code><?php if "
|
519 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
520 |
-
"</code> to your template file where you want it displayed"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: admin/main-view.php:204
|
524 |
-
#, fuzzy
|
525 |
-
msgid "Format to display the post views:"
|
526 |
-
msgstr ""
|
527 |
-
"В поле ниже вы можете настроить формат отображения количества просмотров за "
|
528 |
-
"день, за все время для записей/страниц:"
|
529 |
-
|
530 |
-
#: admin/main-view.php:207
|
531 |
-
msgid ""
|
532 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
533 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
534 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
535 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:211
|
539 |
-
msgid "What do display when there are no visits?"
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: admin/main-view.php:214
|
543 |
-
msgid ""
|
544 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
545 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
546 |
-
"this text will be used. To override this, just enter the same text as above "
|
547 |
-
"option."
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: admin/main-view.php:218
|
551 |
-
msgid "Always display latest post count"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: admin/main-view.php:221
|
555 |
-
msgid ""
|
556 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
557 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
558 |
-
"cached counts."
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: admin/main-view.php:225
|
562 |
-
msgid "Track visits of authors on their own posts?"
|
563 |
-
msgstr "Учитывать просмотры записей, сделанные их же авторами?"
|
564 |
-
|
565 |
-
#: admin/main-view.php:228
|
566 |
-
msgid ""
|
567 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: admin/main-view.php:232
|
571 |
-
#, fuzzy
|
572 |
-
msgid "Track visits of admins?"
|
573 |
-
msgstr "Учитывать просмотры записей, сделанные их же авторами?"
|
574 |
-
|
575 |
-
#: admin/main-view.php:235
|
576 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: admin/main-view.php:239
|
580 |
-
#, fuzzy
|
581 |
-
msgid "Track visits of Editors?"
|
582 |
-
msgstr "Учитывать просмотры записей, сделанные их же авторами?"
|
583 |
-
|
584 |
-
#: admin/main-view.php:242
|
585 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/main-view.php:246
|
589 |
-
msgid "Display page views on Posts and Pages in Admin"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: admin/main-view.php:249
|
593 |
-
msgid ""
|
594 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
595 |
-
"and All Pages"
|
596 |
-
msgstr ""
|
597 |
-
|
598 |
-
#: admin/main-view.php:253
|
599 |
-
#, fuzzy
|
600 |
-
msgid "Show number of views to non-admins"
|
601 |
-
msgstr "Показывать количество просмотров страницы в ее \"теле\"?"
|
602 |
-
|
603 |
-
#: admin/main-view.php:256
|
604 |
-
msgid ""
|
605 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
606 |
-
"independent pages with the top posts"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: admin/main-view.php:296
|
610 |
-
msgid "Number of popular posts to display:"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: admin/main-view.php:299
|
614 |
-
msgid ""
|
615 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
616 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/main-view.php:303
|
620 |
-
msgid "Published age of posts:"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
624 |
-
msgid "days"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/main-view.php:306
|
628 |
-
msgid ""
|
629 |
-
"This options allows you to only show posts that have been published within "
|
630 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: admin/main-view.php:307
|
634 |
-
msgid ""
|
635 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
636 |
-
"posts lists. Enter 0 for no restriction."
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:311
|
640 |
-
msgid "Post types to include in results (including custom post types)"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: admin/main-view.php:325
|
644 |
-
msgid "List of post or page IDs to exclude from the results:"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
648 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/main-view.php:331
|
652 |
-
msgid "Exclude Categories:"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: admin/main-view.php:346
|
656 |
-
msgid ""
|
657 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
658 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
659 |
-
"options"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: admin/main-view.php:350
|
663 |
-
msgid "Excluded category IDs are:"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: admin/main-view.php:356
|
667 |
-
msgid ""
|
668 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
669 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
670 |
-
"unique to this taxonomy."
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:362
|
674 |
-
msgid "Title of popular posts:"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:368
|
678 |
-
msgid "Title of daily popular posts:"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:374
|
682 |
-
msgid "When there are no posts, what should be shown?"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:378
|
686 |
-
msgid "Blank Output"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:382
|
690 |
-
msgid "Display:"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:387
|
694 |
-
msgid "Show post excerpt in list?"
|
695 |
-
msgstr "Показывать текст записи в списке?"
|
696 |
-
|
697 |
-
#: admin/main-view.php:393
|
698 |
-
msgid "Length of excerpt (in words):"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:399
|
702 |
-
#, fuzzy
|
703 |
-
msgid "Show post author in list?"
|
704 |
-
msgstr "Показывать текст записи в списке?"
|
705 |
-
|
706 |
-
#: admin/main-view.php:405
|
707 |
-
#, fuzzy
|
708 |
-
msgid "Show post date in list?"
|
709 |
-
msgstr "Показывать текст записи в списке?"
|
710 |
-
|
711 |
-
#: admin/main-view.php:411
|
712 |
-
msgid "Limit post title length (in characters)"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: admin/main-view.php:417
|
716 |
-
#, fuzzy
|
717 |
-
msgid "Show view count in list?"
|
718 |
-
msgstr "Показывать текст записи в списке?"
|
719 |
-
|
720 |
-
#: admin/main-view.php:423
|
721 |
-
msgid "Open links in new window"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: admin/main-view.php:429
|
725 |
-
msgid "Add nofollow attribute to links in the list"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: admin/main-view.php:435
|
729 |
-
msgid "Exclude display of related posts on these posts / pages"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
-
#: admin/main-view.php:442
|
733 |
-
#, fuzzy
|
734 |
-
msgid "Customise the list HTML"
|
735 |
-
msgstr "Настройки оформления списка:"
|
736 |
-
|
737 |
-
#: admin/main-view.php:445
|
738 |
-
msgid "HTML to display before the list of posts:"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:451
|
742 |
-
msgid "HTML to display before each list item:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:457
|
746 |
-
msgid "HTML to display after each list item:"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: admin/main-view.php:463
|
750 |
-
msgid "HTML to display after the list of posts:"
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: admin/main-view.php:504
|
754 |
-
msgid "Location of post thumbnail:"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: admin/main-view.php:508
|
758 |
-
msgid "Display thumbnails inline with posts, before title"
|
759 |
-
msgstr "Отображать превью к записи сразу перед заголовком"
|
760 |
-
|
761 |
-
#: admin/main-view.php:513
|
762 |
-
msgid "Display thumbnails inline with posts, after title"
|
763 |
-
msgstr "Отображать превью к записи сразу после заголовка"
|
764 |
-
|
765 |
-
#: admin/main-view.php:518
|
766 |
-
msgid "Display only thumbnails, no text"
|
767 |
-
msgstr "Отображать только превью, без текста"
|
768 |
-
|
769 |
-
#: admin/main-view.php:523
|
770 |
-
msgid "Do not display thumbnails, only text."
|
771 |
-
msgstr "Отображать только текст, без превью"
|
772 |
-
|
773 |
-
#: admin/main-view.php:527
|
774 |
-
msgid ""
|
775 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
776 |
-
"under the Styles section. If you would like to change this option, please "
|
777 |
-
"select No styles under the Styles section."
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
-
#: admin/main-view.php:531
|
781 |
-
msgid "Thumbnail size:"
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: admin/main-view.php:555
|
785 |
-
msgid "Custom size"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: admin/main-view.php:558
|
789 |
-
msgid ""
|
790 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
791 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
792 |
-
"settings below. For best results, use a cropped image."
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: admin/main-view.php:559
|
796 |
-
msgid ""
|
797 |
-
"If you change the width and/or height below, existing images will not be "
|
798 |
-
"automatically resized."
|
799 |
-
msgstr ""
|
800 |
-
|
801 |
-
#: admin/main-view.php:560
|
802 |
-
#, php-format
|
803 |
-
msgid ""
|
804 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
805 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
806 |
-
"all image sizes."
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: admin/main-view.php:563
|
810 |
-
msgid ""
|
811 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
812 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
813 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
814 |
-
"strong> option below"
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: admin/main-view.php:566
|
818 |
-
msgid "Width of custom thumbnail:"
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: admin/main-view.php:571
|
822 |
-
msgid "Height of custom thumbnail"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: admin/main-view.php:576
|
826 |
-
msgid "Crop mode:"
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: admin/main-view.php:580
|
830 |
-
msgid ""
|
831 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
832 |
-
"hard crop the thumbnails."
|
833 |
-
msgstr ""
|
834 |
-
|
835 |
-
#: admin/main-view.php:581
|
836 |
-
#, php-format
|
837 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
838 |
-
msgstr ""
|
839 |
-
|
840 |
-
#: admin/main-view.php:585
|
841 |
-
msgid "Image size attributes:"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: admin/main-view.php:589
|
845 |
-
msgid "Style attributes are used for width and height."
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: admin/main-view.php:595
|
849 |
-
msgid "HTML width and height attributes are used for width and height."
|
850 |
-
msgstr ""
|
851 |
-
|
852 |
-
#: admin/main-view.php:601
|
853 |
-
msgid "No HTML or Style attributes set for width and height"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: admin/main-view.php:606
|
857 |
-
msgid "Post thumbnail meta field name:"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: admin/main-view.php:609
|
861 |
-
msgid ""
|
862 |
-
"The value of this field should contain the image source and is set in the "
|
863 |
-
"<em>Add New Post</em> screen"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: admin/main-view.php:612
|
867 |
-
#, fuzzy
|
868 |
-
msgid ""
|
869 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
870 |
-
"from the post?"
|
871 |
-
msgstr ""
|
872 |
-
"Если название для мета-поля не установлено, то плагин будет выводить первое "
|
873 |
-
"изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
|
874 |
-
"как будет создаваться уменьшенная копия изображения"
|
875 |
-
|
876 |
-
#: admin/main-view.php:615
|
877 |
-
#, fuzzy
|
878 |
-
msgid ""
|
879 |
-
"This could slow down the loading of your page if the first image in the "
|
880 |
-
"related posts is large in file-size"
|
881 |
-
msgstr ""
|
882 |
-
"Если название для мета-поля не установлено, то плагин будет выводить первое "
|
883 |
-
"изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
|
884 |
-
"как будет создаваться уменьшенная копия изображения"
|
885 |
-
|
886 |
-
#: admin/main-view.php:618
|
887 |
-
msgid "Use default thumbnail?"
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: admin/main-view.php:621
|
891 |
-
msgid ""
|
892 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
893 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
894 |
-
msgstr ""
|
895 |
-
"Если превью к записи не будет найдено автоматичкески, то вместо него будет "
|
896 |
-
"добавлено стандартное изображение. Если превью задано к записи - будет "
|
897 |
-
"отображаться только оно."
|
898 |
-
|
899 |
-
#: admin/main-view.php:624
|
900 |
-
msgid "Default thumbnail:"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: admin/main-view.php:628
|
904 |
-
#, fuzzy
|
905 |
-
msgid ""
|
906 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
907 |
-
"then it will check the meta field. If this is not available, then it will "
|
908 |
-
"show the default image as specified above"
|
909 |
-
msgstr ""
|
910 |
-
"В первую очередь, плагин проверит, есть ли у записи превью (проверка по "
|
911 |
-
"заданному ранее произвольному мета-полю). Если же превью нет - будет "
|
912 |
-
"выводиться картинка по-умолчанию:"
|
913 |
-
|
914 |
-
#: admin/main-view.php:667
|
915 |
-
msgid "Style of the related posts:"
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: admin/main-view.php:670
|
919 |
-
msgid "No styles"
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: admin/main-view.php:672
|
923 |
-
msgid "Select this option if you plan to add your own styles"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: admin/main-view.php:677
|
927 |
-
msgid "Left Thumbnails"
|
928 |
-
msgstr ""
|
929 |
-
|
930 |
-
#: admin/main-view.php:680
|
931 |
-
msgid ""
|
932 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
933 |
-
"Disabling this option will not revert any settings."
|
934 |
-
msgstr ""
|
935 |
-
|
936 |
-
#: admin/main-view.php:681
|
937 |
-
#, php-format
|
938 |
-
msgid ""
|
939 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: admin/main-view.php:685
|
943 |
-
msgid "Text only"
|
944 |
-
msgstr ""
|
945 |
-
|
946 |
-
#: admin/main-view.php:687
|
947 |
-
msgid ""
|
948 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
949 |
-
"default style sheet included in the plugin."
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: admin/main-view.php:703
|
953 |
-
msgid "Custom CSS to add to header:"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: admin/main-view.php:708
|
957 |
-
msgid ""
|
958 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
959 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
960 |
-
"available CSS classes to style."
|
961 |
-
msgstr ""
|
962 |
-
|
963 |
-
#: admin/main-view.php:728
|
964 |
-
#, fuzzy
|
965 |
-
msgid "Default Options"
|
966 |
-
msgstr "Настройки плагина:"
|
967 |
-
|
968 |
-
#: admin/main-view.php:728
|
969 |
-
msgid "Do you want to set options to Default?"
|
970 |
-
msgstr "Сбросить настройки плагина?"
|
971 |
-
|
972 |
-
#: admin/main-view.php:752
|
973 |
-
msgid ""
|
974 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
975 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
976 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
977 |
-
"will automatically delete entries older than 90 days."
|
978 |
-
msgstr ""
|
979 |
-
|
980 |
-
#: admin/main-view.php:753
|
981 |
-
msgid ""
|
982 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
983 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
984 |
-
msgstr ""
|
985 |
-
|
986 |
-
#: admin/main-view.php:756
|
987 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
988 |
-
msgstr ""
|
989 |
-
|
990 |
-
#: admin/main-view.php:760
|
991 |
-
msgid "Time to run maintenance"
|
992 |
-
msgstr ""
|
993 |
-
|
994 |
-
#: admin/main-view.php:761
|
995 |
-
msgid "hrs"
|
996 |
-
msgstr ""
|
997 |
-
|
998 |
-
#: admin/main-view.php:761
|
999 |
-
msgid "min"
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: admin/main-view.php:763
|
1003 |
-
msgid "How often should the maintenance be run:"
|
1004 |
-
msgstr ""
|
1005 |
-
|
1006 |
-
#: admin/main-view.php:771
|
1007 |
-
msgid "Weekly"
|
1008 |
-
msgstr ""
|
1009 |
-
|
1010 |
-
#: admin/main-view.php:775
|
1011 |
-
msgid "Fortnightly"
|
1012 |
-
msgstr ""
|
1013 |
-
|
1014 |
-
#: admin/main-view.php:779
|
1015 |
-
msgid "Monthly"
|
1016 |
-
msgstr ""
|
1017 |
-
|
1018 |
-
#: admin/main-view.php:788
|
1019 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1020 |
-
msgstr ""
|
1021 |
-
|
1022 |
-
#: admin/main-view.php:793
|
1023 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1024 |
-
msgstr ""
|
1025 |
-
|
1026 |
-
#: admin/main-view.php:798
|
1027 |
-
msgid "Maintenance is turned off"
|
1028 |
-
msgstr ""
|
1029 |
-
|
1030 |
-
#: admin/main-view.php:804
|
1031 |
-
msgid "Save Maintenance Options"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: admin/main-view.php:812
|
1035 |
-
msgid "Reset count and other tools"
|
1036 |
-
msgstr ""
|
1037 |
-
|
1038 |
-
#: admin/main-view.php:815
|
1039 |
-
msgid ""
|
1040 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1041 |
-
"before proceeding"
|
1042 |
-
msgstr ""
|
1043 |
-
"Сброс статистики не может быть обращен. Перед тем, как сбрасывать все, "
|
1044 |
-
"убедитесь, что у вас есть копия вашей базы данных!"
|
1045 |
-
|
1046 |
-
#: admin/main-view.php:818
|
1047 |
-
#, fuzzy
|
1048 |
-
msgid "Reset Popular Posts"
|
1049 |
-
msgstr "Популярные записи"
|
1050 |
-
|
1051 |
-
#: admin/main-view.php:818
|
1052 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1053 |
-
msgstr "Вы уверены, что хотите сбросить статистику для Популярных записей?"
|
1054 |
-
|
1055 |
-
#: admin/main-view.php:819
|
1056 |
-
#, fuzzy
|
1057 |
-
msgid "Reset Daily Popular Posts"
|
1058 |
-
msgstr "Популярные сегодня записи"
|
1059 |
-
|
1060 |
-
#: admin/main-view.php:819
|
1061 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1062 |
-
msgstr ""
|
1063 |
-
"Вы уверены, что хотите сбросить статистику для Популярных сегодня записей?"
|
1064 |
-
|
1065 |
-
#: admin/main-view.php:822
|
1066 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1067 |
-
msgstr ""
|
1068 |
-
|
1069 |
-
#: admin/main-view.php:825
|
1070 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: admin/main-view.php:825
|
1074 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1075 |
-
msgstr ""
|
1076 |
-
|
1077 |
-
#: admin/main-view.php:828
|
1078 |
-
msgid ""
|
1079 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1080 |
-
"Clicking the button below will merge these duplicate IDs"
|
1081 |
-
msgstr ""
|
1082 |
-
|
1083 |
-
#: admin/main-view.php:831
|
1084 |
-
msgid "Merge duplicates across blog IDs"
|
1085 |
-
msgstr ""
|
1086 |
-
|
1087 |
-
#: admin/main-view.php:831
|
1088 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1089 |
-
msgstr ""
|
1090 |
-
"Будет произведено удаление дублирующихся щаписей из статистики. Продолжить?"
|
1091 |
-
|
1092 |
-
#: admin/main-view.php:847
|
1093 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1094 |
-
msgstr ""
|
1095 |
-
|
1096 |
-
#: admin/main-view.php:850
|
1097 |
-
msgid ""
|
1098 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1099 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1100 |
-
"two tables being created for each site in the network."
|
1101 |
-
msgstr ""
|
1102 |
-
|
1103 |
-
#: admin/main-view.php:851
|
1104 |
-
msgid ""
|
1105 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1106 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1107 |
-
"from v1.x tables to the new v2.x table format."
|
1108 |
-
msgstr ""
|
1109 |
-
|
1110 |
-
#: admin/main-view.php:854
|
1111 |
-
msgid ""
|
1112 |
-
"If you do not see any tables below, then it means that either all data has "
|
1113 |
-
"already been imported or no relevant information has been found."
|
1114 |
-
msgstr ""
|
1115 |
-
|
1116 |
-
#: admin/main-view.php:857
|
1117 |
-
msgid ""
|
1118 |
-
"After running the importer, please verify that all the counts have been "
|
1119 |
-
"successfully imported. Only then should you delete any old tables!"
|
1120 |
-
msgstr ""
|
1121 |
-
|
1122 |
-
#: admin/main-view.php:891
|
1123 |
-
msgid "Blog ID"
|
1124 |
-
msgstr ""
|
1125 |
-
|
1126 |
-
#: admin/main-view.php:894
|
1127 |
-
msgid "Status"
|
1128 |
-
msgstr ""
|
1129 |
-
|
1130 |
-
#: admin/main-view.php:897
|
1131 |
-
msgid "Select to import"
|
1132 |
-
msgstr ""
|
1133 |
-
|
1134 |
-
#: admin/main-view.php:907
|
1135 |
-
msgid "Blog #"
|
1136 |
-
msgstr ""
|
1137 |
-
|
1138 |
-
#: admin/main-view.php:917
|
1139 |
-
msgid "Not imported"
|
1140 |
-
msgstr ""
|
1141 |
-
|
1142 |
-
#: admin/main-view.php:921
|
1143 |
-
msgid "Imported"
|
1144 |
-
msgstr ""
|
1145 |
-
|
1146 |
-
#: admin/main-view.php:942
|
1147 |
-
msgid "Begin import"
|
1148 |
-
msgstr ""
|
1149 |
-
|
1150 |
-
#: admin/main-view.php:943
|
1151 |
-
msgid "Delete selected tables"
|
1152 |
-
msgstr ""
|
1153 |
-
|
1154 |
-
#: admin/main-view.php:944
|
1155 |
-
msgid "Delete all imported tables"
|
1156 |
-
msgstr ""
|
1157 |
-
|
1158 |
-
#: includes/class-top-10-widget.php:31
|
1159 |
-
#, fuzzy
|
1160 |
-
msgid "Popular Posts [Top 10]"
|
1161 |
-
msgstr "Популярные записи"
|
1162 |
-
|
1163 |
-
#: includes/class-top-10-widget.php:32
|
1164 |
-
#, fuzzy
|
1165 |
-
msgid "Display popular posts"
|
1166 |
-
msgstr "Популярные сегодня записи"
|
1167 |
-
|
1168 |
-
#: includes/class-top-10-widget.php:76
|
1169 |
-
msgid "No. of posts"
|
1170 |
-
msgstr ""
|
1171 |
-
|
1172 |
-
#: includes/class-top-10-widget.php:82
|
1173 |
-
msgid "Custom time period (Enter below)"
|
1174 |
-
msgstr ""
|
1175 |
-
|
1176 |
-
#: includes/class-top-10-widget.php:86
|
1177 |
-
msgid "In days and hours (applies only to custom option above)"
|
1178 |
-
msgstr ""
|
1179 |
-
|
1180 |
-
#: includes/class-top-10-widget.php:91
|
1181 |
-
msgid "hours"
|
1182 |
-
msgstr ""
|
1183 |
-
|
1184 |
-
#: includes/class-top-10-widget.php:96
|
1185 |
-
#, fuzzy
|
1186 |
-
msgid "Show count?"
|
1187 |
-
msgstr "Показывать текст записи в списке?"
|
1188 |
-
|
1189 |
-
#: includes/class-top-10-widget.php:101
|
1190 |
-
#, fuzzy
|
1191 |
-
msgid "Show excerpt?"
|
1192 |
-
msgstr "Показывать текст записи в списке?"
|
1193 |
-
|
1194 |
-
#: includes/class-top-10-widget.php:106
|
1195 |
-
#, fuzzy
|
1196 |
-
msgid "Show author?"
|
1197 |
-
msgstr "Показывать текст записи в списке?"
|
1198 |
-
|
1199 |
-
#: includes/class-top-10-widget.php:111
|
1200 |
-
#, fuzzy
|
1201 |
-
msgid "Show date?"
|
1202 |
-
msgstr "Показывать текст записи в списке?"
|
1203 |
-
|
1204 |
-
#: includes/class-top-10-widget.php:117
|
1205 |
-
#, fuzzy
|
1206 |
-
msgid "Thumbnails inline, before title"
|
1207 |
-
msgstr "Отображать превью к записи сразу перед заголовком"
|
1208 |
-
|
1209 |
-
#: includes/class-top-10-widget.php:118
|
1210 |
-
#, fuzzy
|
1211 |
-
msgid "Thumbnails inline, after title"
|
1212 |
-
msgstr "Отображать превью к записи сразу после заголовка"
|
1213 |
-
|
1214 |
-
#: includes/class-top-10-widget.php:119
|
1215 |
-
#, fuzzy
|
1216 |
-
msgid "Only thumbnails, no text"
|
1217 |
-
msgstr "Отображать только превью, без текста"
|
1218 |
-
|
1219 |
-
#: includes/class-top-10-widget.php:120
|
1220 |
-
#, fuzzy
|
1221 |
-
msgid "No thumbnails, only text."
|
1222 |
-
msgstr "Отображать только текст, без превью"
|
1223 |
-
|
1224 |
-
#: includes/class-top-10-widget.php:125
|
1225 |
-
#, fuzzy
|
1226 |
-
msgid "Thumbnail height"
|
1227 |
-
msgstr "Настройки превью к записям:"
|
1228 |
-
|
1229 |
-
#: includes/class-top-10-widget.php:131
|
1230 |
-
#, fuzzy
|
1231 |
-
msgid "Thumbnail width"
|
1232 |
-
msgstr "Настройки превью к записям:"
|
1233 |
-
|
1234 |
-
#: includes/class-top-10-widget.php:135
|
1235 |
-
msgid "Post types to include:"
|
1236 |
-
msgstr ""
|
1237 |
-
|
1238 |
-
#: includes/media.php:62
|
1239 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1240 |
-
msgstr ""
|
1241 |
-
|
1242 |
-
#: includes/media.php:66
|
1243 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1244 |
-
msgstr ""
|
1245 |
-
|
1246 |
-
#: includes/media.php:70
|
1247 |
-
msgid "filter argument has been deprecated"
|
1248 |
-
msgstr ""
|
1249 |
-
|
1250 |
-
#: includes/output-generator.php:239
|
1251 |
-
msgid " by "
|
1252 |
-
msgstr ""
|
1253 |
-
|
1254 |
-
#: top-10.php:163
|
1255 |
-
msgid ""
|
1256 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1257 |
-
"posts only."
|
1258 |
-
msgstr ""
|
1259 |
-
|
1260 |
-
#: top-10.php:300
|
1261 |
-
#, php-format
|
1262 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1263 |
-
msgstr ""
|
1264 |
-
|
1265 |
-
#: top-10.php:641
|
1266 |
-
msgid "<h3>Popular Posts</h3>"
|
1267 |
-
msgstr "<h3>Популярные записи</h3>"
|
1268 |
-
|
1269 |
-
#: top-10.php:642
|
1270 |
-
msgid "<h3>Daily Popular</h3>"
|
1271 |
-
msgstr "<h3>Популярные сегодня записи</h3>"
|
1272 |
-
|
1273 |
-
#: top-10.php:643
|
1274 |
-
#, fuzzy
|
1275 |
-
msgid "No top posts yet"
|
1276 |
-
msgstr "Сбросить статистику популярных записей"
|
1277 |
-
|
1278 |
-
#: top-10.php:1124
|
1279 |
-
msgid "Once Weekly"
|
1280 |
-
msgstr ""
|
1281 |
-
|
1282 |
-
#: top-10.php:1128
|
1283 |
-
msgid "Once Fortnightly"
|
1284 |
-
msgstr ""
|
1285 |
-
|
1286 |
-
#: top-10.php:1132
|
1287 |
-
msgid "Once Monthly"
|
1288 |
-
msgstr ""
|
1289 |
-
|
1290 |
-
#: top-10.php:1136
|
1291 |
-
msgid "Once quarterly"
|
1292 |
-
msgstr ""
|
1293 |
-
|
1294 |
-
#~ msgid "View Daily Popular Posts"
|
1295 |
-
#~ msgstr "Посмотреть все Популярные сегодня записи"
|
1296 |
-
|
1297 |
-
#~ msgid "Results per-page:"
|
1298 |
-
#~ msgstr "Результатов на страницу:"
|
1299 |
-
|
1300 |
-
#~ msgid "View Overall Popular Posts"
|
1301 |
-
#~ msgstr "Посмотреть все Популярные записи"
|
1302 |
-
|
1303 |
-
#~ msgid "Previous"
|
1304 |
-
#~ msgstr "Предыдущая страница"
|
1305 |
-
|
1306 |
-
#~ msgid "Next"
|
1307 |
-
#~ msgstr "Следующая страница"
|
1308 |
-
|
1309 |
-
#~ msgid "Daily Popular"
|
1310 |
-
#~ msgstr "Популярные сегодня записи"
|
1311 |
-
|
1312 |
-
#~ msgid "Options saved successfully."
|
1313 |
-
#~ msgstr "Настройки сохранены."
|
1314 |
-
|
1315 |
-
#~ msgid "Number of popular posts to display: "
|
1316 |
-
#~ msgstr "Количество Популярных записей в списке:"
|
1317 |
-
|
1318 |
-
#~ msgid "Exclude Categories: "
|
1319 |
-
#~ msgstr "Исключить рубрики:"
|
1320 |
-
|
1321 |
-
#~ msgid "Title of popular posts: "
|
1322 |
-
#~ msgstr "Заголовок списка Популярных записей:"
|
1323 |
-
|
1324 |
-
#~ msgid "Title of daily popular posts: "
|
1325 |
-
#~ msgstr "Заголовок списка Популярных сегодня записей:"
|
1326 |
-
|
1327 |
-
#~ msgid "Length of excerpt (in words): "
|
1328 |
-
#~ msgstr "Длина выводимого текста (в словах):"
|
1329 |
-
|
1330 |
-
#~ msgid "HTML to display before the list of posts: "
|
1331 |
-
#~ msgstr "HTML-тег, используемый перед списком:"
|
1332 |
-
|
1333 |
-
#~ msgid "HTML to display before each list item: "
|
1334 |
-
#~ msgstr "HTML-тег, используемый перед каждым пунктом в списке:"
|
1335 |
-
|
1336 |
-
#~ msgid "HTML to display after each list item: "
|
1337 |
-
#~ msgstr "HTML-тег, используемый после каждого пункта в списке:"
|
1338 |
-
|
1339 |
-
#~ msgid "HTML to display after the list of posts: "
|
1340 |
-
#~ msgstr "HTML-тег, используемый после списка:"
|
1341 |
-
|
1342 |
-
#, fuzzy
|
1343 |
-
#~ msgid "Post thumbnail meta field name: "
|
1344 |
-
#~ msgstr "Настройки превью к записям:"
|
1345 |
-
|
1346 |
-
#~ msgid "Enter amount in USD: "
|
1347 |
-
#~ msgstr "Сколько вы готовы пожертвовать (в USD):"
|
1348 |
-
|
1349 |
-
#, fuzzy
|
1350 |
-
#~ msgid "Overall Popular Posts"
|
1351 |
-
#~ msgstr "Посмотреть все Популярные записи"
|
1352 |
-
|
1353 |
-
#~ msgid "Reset count"
|
1354 |
-
#~ msgstr "Сбросить статистику"
|
1355 |
-
|
1356 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1357 |
-
#~ msgstr ""
|
1358 |
-
#~ "За сколько дней считать просмотры для списка Популярных сегодня записей?"
|
1359 |
-
|
1360 |
-
#, fuzzy
|
1361 |
-
#~ msgid "Output options"
|
1362 |
-
#~ msgstr "Настройки плагина:"
|
1363 |
-
|
1364 |
-
#, fuzzy
|
1365 |
-
#~ msgid ""
|
1366 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1367 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1368 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1369 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1370 |
-
#~ msgstr ""
|
1371 |
-
#~ "Используйте <code>%totalcount%</code> чтобы вывести общее число "
|
1372 |
-
#~ "просмотров, а <code>%dailycount%</code> - просмотры за сутки. Например: "
|
1373 |
-
#~ "<code>(Запись просмотрена 123 раза, сегодня просмотров было 23)</code>."
|
1374 |
-
|
1375 |
-
#~ msgid "Post thumbnail options:"
|
1376 |
-
#~ msgstr "Настройки превью к записям:"
|
1377 |
-
|
1378 |
-
#~ msgid "Display the posts popular this week"
|
1379 |
-
#~ msgstr "Отображать списки популярных записей за неделю"
|
1380 |
-
|
1381 |
-
#, fuzzy
|
1382 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1383 |
-
#~ msgstr ""
|
1384 |
-
#~ "Сделать список Популярных записей динамичным? Опция использует "
|
1385 |
-
#~ "JavaScript , и это может увеличить время загрузки страниц"
|
1386 |
-
|
1387 |
-
#~ msgid "Display number of page views in popular lists?"
|
1388 |
-
#~ msgstr ""
|
1389 |
-
#~ "Показывать количество просмотров записей/страниц в списке Популярных "
|
1390 |
-
#~ "записей?"
|
1391 |
-
|
1392 |
-
#~ msgid "Recent developments"
|
1393 |
-
#~ msgstr "Последние разработки"
|
1394 |
-
|
1395 |
-
#~ msgid "Results"
|
1396 |
-
#~ msgstr "Результаты"
|
1397 |
-
|
1398 |
-
#~ msgid "of"
|
1399 |
-
#~ msgstr "из"
|
1400 |
-
|
1401 |
-
#~ msgid "Page"
|
1402 |
-
#~ msgstr "Страница"
|
1403 |
-
|
1404 |
-
#, fuzzy
|
1405 |
-
#~ msgid "Exclude Pages?"
|
1406 |
-
#~ msgstr "Исключить рубрики:"
|
1407 |
-
|
1408 |
-
#~ msgid ""
|
1409 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1410 |
-
#~ "continue to be counted."
|
1411 |
-
#~ msgstr ""
|
1412 |
-
#~ "Исключить страницы из списка Популярных записей? Количество просмотров "
|
1413 |
-
#~ "для страниц будет продолжать подсчитываться"
|
1414 |
-
|
1415 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1416 |
-
#~ msgstr "Следуй за @ajaydsouza в Twitter"
|
1417 |
-
|
1418 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1419 |
-
#~ msgstr "Все повторяющиеся записи в статистике были удалены"
|
1420 |
-
|
1421 |
-
#~ msgid ""
|
1422 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1423 |
-
#~ "added with the count"
|
1424 |
-
#~ msgstr ""
|
1425 |
-
#~ "Отображать количество просмотров записей/страниц в админке? Для этого "
|
1426 |
-
#~ "будет добавлена отдельная колонка в wp-admin/edit.php"
|
1427 |
-
|
1428 |
-
#~ msgid ""
|
1429 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1430 |
-
#~ msgstr ""
|
1431 |
-
#~ "Введите сюда название произвольного поля (мета-поле) для вывода превью:"
|
1432 |
-
|
1433 |
-
#~ msgid "Thumbnail dimensions:"
|
1434 |
-
#~ msgstr "Размеры выводимого изображения (превью):"
|
1435 |
-
|
1436 |
-
#~ msgid "Max width: "
|
1437 |
-
#~ msgstr "Ширина:"
|
1438 |
-
|
1439 |
-
#~ msgid "Max height: "
|
1440 |
-
#~ msgstr "Высота:"
|
1441 |
-
|
1442 |
-
#~ msgid "Top 10 "
|
1443 |
-
#~ msgstr "Топ 10 записей"
|
1444 |
-
|
1445 |
-
#~ msgid "Display the posts popular today"
|
1446 |
-
#~ msgstr "Отображаться списки популярных записей за сутки"
|
1447 |
-
|
1448 |
-
#~ msgid "Support forum"
|
1449 |
-
#~ msgstr "Поддержка (англ.)"
|
1450 |
-
|
1451 |
-
#~ msgid "If you find "
|
1452 |
-
#~ msgstr "Если плагин"
|
1453 |
-
|
1454 |
-
#~ msgid "useful, please do"
|
1455 |
-
#~ msgstr "оказался для вас полезным, пожалуйста, сделайте"
|
1456 |
-
|
1457 |
-
#~ msgid "drop in your contribution"
|
1458 |
-
#~ msgstr "пожертвование"
|
1459 |
-
|
1460 |
-
#~ msgid "Some reasons why you should."
|
1461 |
-
#~ msgstr "Сделай пожертвование, поддержи автора плагина!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-sr_RS.mo
DELETED
Binary file
|
languages/top-10-sr_RS.po
DELETED
@@ -1,1556 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Top 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Ajay D'Souza <me@ajaydsouza.com>\n"
|
9 |
-
"Language: en\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Total/aujourd'hui visionnages"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Total/aujourd'hui visionnages"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Total/aujourd'hui visionnages"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Popularni postovi"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Dnevni popularni postovi"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Visit count:"
|
59 |
-
msgstr "Resetuj brojanje"
|
60 |
-
|
61 |
-
#: admin/admin-metabox.php:106
|
62 |
-
msgid ""
|
63 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
64 |
-
"will set the count to zero"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/admin-metabox.php:115
|
68 |
-
msgid "Disable Popular Posts display:"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/admin-metabox.php:118
|
72 |
-
msgid ""
|
73 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
74 |
-
"when viewing this post."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:122
|
78 |
-
msgid "Exclude this post from the popular posts list:"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:125
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
84 |
-
"list."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:129
|
88 |
-
#, fuzzy
|
89 |
-
msgid "Location of thumbnail:"
|
90 |
-
msgstr "Lokacija posta thumbnaila:"
|
91 |
-
|
92 |
-
#: admin/admin-metabox.php:131
|
93 |
-
msgid ""
|
94 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
95 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
96 |
-
"set under Top 10 Settings » Thumbnail options."
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: admin/admin-metabox.php:132
|
100 |
-
msgid "The URL above is saved in the meta field:"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: admin/admin-metabox.php:137
|
104 |
-
#, php-format
|
105 |
-
msgid ""
|
106 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
107 |
-
"will need to make the same change in the %1$s meta box on this page."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: admin/admin.php:190
|
111 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: admin/admin.php:193
|
115 |
-
msgid ""
|
116 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
117 |
-
"text."
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: admin/admin.php:196
|
121 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: admin/admin.php:199
|
125 |
-
#, php-format
|
126 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: admin/admin.php:214
|
130 |
-
msgid "Options set to Default."
|
131 |
-
msgstr "Opcije podešene po Default-u."
|
132 |
-
|
133 |
-
#: admin/admin.php:221
|
134 |
-
msgid "Top 10 popular posts reset"
|
135 |
-
msgstr "Resetuj Top 10 popularnih postova"
|
136 |
-
|
137 |
-
#: admin/admin.php:228
|
138 |
-
msgid "Top 10 daily popular posts reset"
|
139 |
-
msgstr "Resetuj Top 10 dnevnih popularnih postova"
|
140 |
-
|
141 |
-
#: admin/admin.php:236
|
142 |
-
msgid "Duplicate rows cleaned from tables"
|
143 |
-
msgstr "Umnoži redove očišćene sa tabela"
|
144 |
-
|
145 |
-
#: admin/admin.php:244
|
146 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: admin/admin.php:257
|
150 |
-
msgid "Scheduled maintenance enabled / modified"
|
151 |
-
msgstr "Raspored održavanja omogućen modifikovan"
|
152 |
-
|
153 |
-
#: admin/admin.php:261
|
154 |
-
msgid "Scheduled maintenance disabled"
|
155 |
-
msgstr "Raspoed održavanja onemogućen"
|
156 |
-
|
157 |
-
#: admin/admin.php:299
|
158 |
-
msgid "Counts from selected sites have been imported."
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: admin/admin.php:324
|
162 |
-
msgid ""
|
163 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
164 |
-
"deleted."
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
168 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
169 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
170 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: admin/admin.php:342
|
175 |
-
msgid "Support the development"
|
176 |
-
msgstr "Podrška razvoju"
|
177 |
-
|
178 |
-
#: admin/admin.php:349
|
179 |
-
msgid "Donation for Top 10"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: admin/admin.php:351
|
183 |
-
msgid "Enter amount in USD:"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: admin/admin.php:355
|
187 |
-
#, fuzzy
|
188 |
-
msgid "Send your donation to the author of Top 10"
|
189 |
-
msgstr "Pošalji vašu donaciju autoru"
|
190 |
-
|
191 |
-
#: admin/admin.php:362
|
192 |
-
#, fuzzy
|
193 |
-
msgid "Follow me"
|
194 |
-
msgstr "Pratite nas"
|
195 |
-
|
196 |
-
#: admin/admin.php:386
|
197 |
-
#, fuzzy
|
198 |
-
msgid "Quick links"
|
199 |
-
msgstr "Liens rapides"
|
200 |
-
|
201 |
-
#: admin/admin.php:390
|
202 |
-
#, fuzzy
|
203 |
-
msgid "Top 10 plugin page"
|
204 |
-
msgstr "Page de plugin"
|
205 |
-
|
206 |
-
#: admin/admin.php:391
|
207 |
-
msgid "Top 10 Github page"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: admin/admin.php:392
|
211 |
-
msgid "Other plugins"
|
212 |
-
msgstr "Brzi linkovi"
|
213 |
-
|
214 |
-
#: admin/admin.php:393
|
215 |
-
msgid "FAQ"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: admin/admin.php:394 admin/admin.php:564
|
219 |
-
msgid "Support"
|
220 |
-
msgstr "Podrška"
|
221 |
-
|
222 |
-
#: admin/admin.php:395
|
223 |
-
msgid "Reviews"
|
224 |
-
msgstr ""
|
225 |
-
|
226 |
-
#: admin/admin.php:396
|
227 |
-
msgid "Ajay's blog"
|
228 |
-
msgstr "Ajayov blog"
|
229 |
-
|
230 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
231 |
-
#, fuzzy
|
232 |
-
msgid "Top 10 Settings"
|
233 |
-
msgstr "Paramètres"
|
234 |
-
|
235 |
-
#: admin/admin.php:413
|
236 |
-
msgid "Top 10"
|
237 |
-
msgstr "Top 10"
|
238 |
-
|
239 |
-
#: admin/admin.php:421
|
240 |
-
msgid "View Popular Posts"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: admin/admin.php:541
|
244 |
-
msgid "Settings"
|
245 |
-
msgstr "Postavke"
|
246 |
-
|
247 |
-
#: admin/admin.php:565
|
248 |
-
msgid "Donate"
|
249 |
-
msgstr "Donirajte"
|
250 |
-
|
251 |
-
#: admin/cache.php:19
|
252 |
-
msgid "Top 10 cache has been cleared"
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/class-stats.php:36
|
256 |
-
msgid "popular_post"
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: admin/class-stats.php:37
|
260 |
-
msgid "popular_posts"
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: admin/class-stats.php:160
|
264 |
-
msgid "No popular posts available."
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: admin/class-stats.php:209
|
268 |
-
msgid "View"
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: admin/class-stats.php:210
|
272 |
-
msgid "Edit"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: admin/class-stats.php:211
|
276 |
-
msgid "Delete"
|
277 |
-
msgstr ""
|
278 |
-
|
279 |
-
#: admin/class-stats.php:233
|
280 |
-
msgid "Y/m/d g:i:s a"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: admin/class-stats.php:240
|
284 |
-
#, php-format
|
285 |
-
msgid "%s ago"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: admin/class-stats.php:242
|
289 |
-
msgid "Y/m/d"
|
290 |
-
msgstr ""
|
291 |
-
|
292 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
293 |
-
msgid "Title"
|
294 |
-
msgstr "Naslov"
|
295 |
-
|
296 |
-
#: admin/class-stats.php:277
|
297 |
-
msgid "Total visits"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: admin/class-stats.php:278
|
301 |
-
msgid "Daily visits"
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: admin/class-stats.php:279
|
305 |
-
msgid "Post type"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: admin/class-stats.php:280
|
309 |
-
msgid "Author"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: admin/class-stats.php:281
|
313 |
-
msgid "Date"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: admin/class-stats.php:315
|
317 |
-
msgid "Delete Count"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: admin/class-stats.php:355
|
321 |
-
msgid "Are you sure you want to do this"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
325 |
-
msgid "General options"
|
326 |
-
msgstr "Opšta pitanja"
|
327 |
-
|
328 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
329 |
-
msgid "Counter and tracker options"
|
330 |
-
msgstr ""
|
331 |
-
|
332 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
333 |
-
msgid "Popular post list options"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
337 |
-
#: includes/class-top-10-widget.php:115
|
338 |
-
#, fuzzy
|
339 |
-
msgid "Thumbnail options"
|
340 |
-
msgstr "Options thumbnail des messages:"
|
341 |
-
|
342 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
343 |
-
msgid "Styles"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
347 |
-
msgid "Maintenance"
|
348 |
-
msgstr "Održavanje"
|
349 |
-
|
350 |
-
#: admin/main-view.php:72
|
351 |
-
msgid "Enable trackers:"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
355 |
-
msgid "Overall"
|
356 |
-
msgstr "Sve ukupno"
|
357 |
-
|
358 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
359 |
-
msgid "Daily"
|
360 |
-
msgstr "Dnevno"
|
361 |
-
|
362 |
-
#: admin/main-view.php:89
|
363 |
-
msgid "Enable cache:"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: admin/main-view.php:92
|
367 |
-
msgid ""
|
368 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
369 |
-
"output for 1 hour."
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: admin/main-view.php:93
|
373 |
-
msgid "Clear cache"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: admin/main-view.php:97
|
377 |
-
msgid "Use Ajax for tracking:"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: admin/main-view.php:100
|
381 |
-
msgid ""
|
382 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
383 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
384 |
-
"you find that your posts are not tracked."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: admin/main-view.php:104
|
388 |
-
msgid "Start daily counts from midnight:"
|
389 |
-
msgstr ""
|
390 |
-
|
391 |
-
#: admin/main-view.php:107
|
392 |
-
msgid ""
|
393 |
-
"Daily counter will display number of visits from midnight. This option is "
|
394 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
395 |
-
"this off will allow you to use the hourly setting in the next option."
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: admin/main-view.php:111
|
399 |
-
msgid "Daily popular contains top posts over:"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: admin/main-view.php:113
|
403 |
-
msgid "day(s)"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: admin/main-view.php:114
|
407 |
-
msgid "hour(s)"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: admin/main-view.php:115
|
411 |
-
msgid ""
|
412 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
413 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
414 |
-
"display posts for as many days or as few hours as you want. This can be "
|
415 |
-
"overridden in the widget."
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: admin/main-view.php:119
|
419 |
-
msgid "Delete options on uninstall"
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: admin/main-view.php:122
|
423 |
-
msgid ""
|
424 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
425 |
-
"database if you choose to uninstall/delete the plugin."
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: admin/main-view.php:126
|
429 |
-
msgid "Delete counter data on uninstall"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: admin/main-view.php:129
|
433 |
-
msgid ""
|
434 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
435 |
-
"from the database if you choose to uninstall/delete the plugin."
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: admin/main-view.php:130
|
439 |
-
msgid ""
|
440 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
441 |
-
"lose your counter data."
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: admin/main-view.php:133
|
445 |
-
msgid "Show metabox:"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: admin/main-view.php:136
|
449 |
-
msgid ""
|
450 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
451 |
-
"Also applies to Pages and Custom Post Types."
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: admin/main-view.php:140
|
455 |
-
msgid "Limit metabox to Admins only:"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: admin/main-view.php:143
|
459 |
-
msgid ""
|
460 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
461 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
462 |
-
"metabox. This applies only if the above option is selected."
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: admin/main-view.php:148
|
466 |
-
msgid "Link to Top 10 plugin page"
|
467 |
-
msgstr "Povežite se na Top 10 plugin stranicu"
|
468 |
-
|
469 |
-
#: admin/main-view.php:151
|
470 |
-
#, fuzzy
|
471 |
-
msgid ""
|
472 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
473 |
-
"posts"
|
474 |
-
msgstr ""
|
475 |
-
"Le lien vers le plugin en qualité d'élément complémentaire de la liste dans "
|
476 |
-
"le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
|
477 |
-
"mais nous vous y remercions!"
|
478 |
-
|
479 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
480 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
481 |
-
#, fuzzy
|
482 |
-
msgid "Save Options"
|
483 |
-
msgstr "Options:"
|
484 |
-
|
485 |
-
#: admin/main-view.php:191
|
486 |
-
#, fuzzy
|
487 |
-
msgid "Display number of views on:"
|
488 |
-
msgstr "Afficher le nombre des visionnages du message?"
|
489 |
-
|
490 |
-
#: admin/main-view.php:193
|
491 |
-
msgid "Posts"
|
492 |
-
msgstr "Postovi"
|
493 |
-
|
494 |
-
#: admin/main-view.php:194
|
495 |
-
#, fuzzy
|
496 |
-
msgid "Pages"
|
497 |
-
msgstr "Page"
|
498 |
-
|
499 |
-
#: admin/main-view.php:195
|
500 |
-
msgid "Home page"
|
501 |
-
msgstr "Početna stranica"
|
502 |
-
|
503 |
-
#: admin/main-view.php:196
|
504 |
-
msgid "Feeds"
|
505 |
-
msgstr "Feeds"
|
506 |
-
|
507 |
-
#: admin/main-view.php:197
|
508 |
-
msgid "Category archives"
|
509 |
-
msgstr "Kategorija arhiva"
|
510 |
-
|
511 |
-
#: admin/main-view.php:198
|
512 |
-
msgid "Tag archives"
|
513 |
-
msgstr "Tag arhiva"
|
514 |
-
|
515 |
-
#: admin/main-view.php:199
|
516 |
-
msgid "Other archives"
|
517 |
-
msgstr "Druge arhive"
|
518 |
-
|
519 |
-
#: admin/main-view.php:200
|
520 |
-
#, fuzzy
|
521 |
-
msgid ""
|
522 |
-
"If you choose to disable this, please add <code><?php if "
|
523 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
524 |
-
"</code> to your template file where you want it displayed"
|
525 |
-
msgstr ""
|
526 |
-
"Ako odlučite da onemogućite ovo, molim vas dodajte <code><?php "
|
527 |
-
"if(function_exists('echo_ald_tptn')) echo_ald_tptn();?></code> vašem "
|
528 |
-
"template fajlu gde želite da bude prikazano. "
|
529 |
-
|
530 |
-
#: admin/main-view.php:204
|
531 |
-
#, fuzzy
|
532 |
-
msgid "Format to display the post views:"
|
533 |
-
msgstr "Format za prikaz brojanja u:"
|
534 |
-
|
535 |
-
#: admin/main-view.php:207
|
536 |
-
msgid ""
|
537 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
538 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
539 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
540 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: admin/main-view.php:211
|
544 |
-
msgid "What do display when there are no visits?"
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: admin/main-view.php:214
|
548 |
-
msgid ""
|
549 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
550 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
551 |
-
"this text will be used. To override this, just enter the same text as above "
|
552 |
-
"option."
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: admin/main-view.php:218
|
556 |
-
msgid "Always display latest post count"
|
557 |
-
msgstr "Uvek prikaži posldenje brojanje posta"
|
558 |
-
|
559 |
-
#: admin/main-view.php:221
|
560 |
-
#, fuzzy
|
561 |
-
msgid ""
|
562 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
563 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
564 |
-
"cached counts."
|
565 |
-
msgstr ""
|
566 |
-
"Ovu opciju koristi JavaScript i povećaće vreme ušitavanje vaše stranice. "
|
567 |
-
"Ugasite ovo ako ne koristite caching pluginove ili se slažete sa "
|
568 |
-
"prikazivanjem starijih cache brojanja. Kada omogućite ovu opciju, dnevni "
|
569 |
-
"widget neće koristiti opcije koje su nameštene tu, ali opcije će morati da "
|
570 |
-
"se podese na ovom ekranu."
|
571 |
-
|
572 |
-
#: admin/main-view.php:225
|
573 |
-
msgid "Track visits of authors on their own posts?"
|
574 |
-
msgstr ""
|
575 |
-
"Opcije koriste JavaScript i povećaće vreme učitavanja vaše stranicePratite "
|
576 |
-
"posete autora na njihovim postovima?"
|
577 |
-
|
578 |
-
#: admin/main-view.php:228
|
579 |
-
msgid ""
|
580 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: admin/main-view.php:232
|
584 |
-
#, fuzzy
|
585 |
-
msgid "Track visits of admins?"
|
586 |
-
msgstr "Suivre les visites des auteurs de leurs propres messages?"
|
587 |
-
|
588 |
-
#: admin/main-view.php:235
|
589 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: admin/main-view.php:239
|
593 |
-
#, fuzzy
|
594 |
-
msgid "Track visits of Editors?"
|
595 |
-
msgstr "Suivre les visites des auteurs de leurs propres messages?"
|
596 |
-
|
597 |
-
#: admin/main-view.php:242
|
598 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
599 |
-
msgstr ""
|
600 |
-
|
601 |
-
#: admin/main-view.php:246
|
602 |
-
#, fuzzy
|
603 |
-
msgid "Display page views on Posts and Pages in Admin"
|
604 |
-
msgstr "Prikaži preglede stranice na Posts > All Posts u Admin"
|
605 |
-
|
606 |
-
#: admin/main-view.php:249
|
607 |
-
msgid ""
|
608 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
609 |
-
"and All Pages"
|
610 |
-
msgstr ""
|
611 |
-
|
612 |
-
#: admin/main-view.php:253
|
613 |
-
#, fuzzy
|
614 |
-
msgid "Show number of views to non-admins"
|
615 |
-
msgstr "Afficher le nombre des visionnages sur les pages?"
|
616 |
-
|
617 |
-
#: admin/main-view.php:256
|
618 |
-
msgid ""
|
619 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
620 |
-
"independent pages with the top posts"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:296
|
624 |
-
msgid "Number of popular posts to display:"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/main-view.php:299
|
628 |
-
msgid ""
|
629 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
630 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: admin/main-view.php:303
|
634 |
-
msgid "Published age of posts:"
|
635 |
-
msgstr ""
|
636 |
-
|
637 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
638 |
-
msgid "days"
|
639 |
-
msgstr ""
|
640 |
-
|
641 |
-
#: admin/main-view.php:306
|
642 |
-
msgid ""
|
643 |
-
"This options allows you to only show posts that have been published within "
|
644 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:307
|
648 |
-
msgid ""
|
649 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
650 |
-
"posts lists. Enter 0 for no restriction."
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: admin/main-view.php:311
|
654 |
-
msgid "Post types to include in results (including custom post types)"
|
655 |
-
msgstr "Tipovi postova da uključe rezultate (uključujući i custom post tipove)"
|
656 |
-
|
657 |
-
#: admin/main-view.php:325
|
658 |
-
msgid "List of post or page IDs to exclude from the results:"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
662 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
663 |
-
msgstr "Unesite zarezom odvojenu listu IDa npr.188,320,500"
|
664 |
-
|
665 |
-
#: admin/main-view.php:331
|
666 |
-
msgid "Exclude Categories:"
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: admin/main-view.php:346
|
670 |
-
msgid ""
|
671 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
672 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
673 |
-
"options"
|
674 |
-
msgstr ""
|
675 |
-
"Zarezima separatisana lista kategorije. Polje iznad je autokompletno tako da "
|
676 |
-
"jednostavno samo počnite da kucate ključna slova i pokazaće vam se opcije"
|
677 |
-
|
678 |
-
#: admin/main-view.php:350
|
679 |
-
msgid "Excluded category IDs are:"
|
680 |
-
msgstr ""
|
681 |
-
|
682 |
-
#: admin/main-view.php:356
|
683 |
-
msgid ""
|
684 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
685 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
686 |
-
"unique to this taxonomy."
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:362
|
690 |
-
msgid "Title of popular posts:"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:368
|
694 |
-
msgid "Title of daily popular posts:"
|
695 |
-
msgstr ""
|
696 |
-
|
697 |
-
#: admin/main-view.php:374
|
698 |
-
msgid "When there are no posts, what should be shown?"
|
699 |
-
msgstr "Kada nema postova šta da prikažemo?"
|
700 |
-
|
701 |
-
#: admin/main-view.php:378
|
702 |
-
msgid "Blank Output"
|
703 |
-
msgstr "Prazan izlaz"
|
704 |
-
|
705 |
-
#: admin/main-view.php:382
|
706 |
-
msgid "Display:"
|
707 |
-
msgstr "Prikaz:"
|
708 |
-
|
709 |
-
#: admin/main-view.php:387
|
710 |
-
msgid "Show post excerpt in list?"
|
711 |
-
msgstr "Pokaži post izvoda na listi?"
|
712 |
-
|
713 |
-
#: admin/main-view.php:393
|
714 |
-
msgid "Length of excerpt (in words):"
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: admin/main-view.php:399
|
718 |
-
#, fuzzy
|
719 |
-
msgid "Show post author in list?"
|
720 |
-
msgstr "Afficher le fragment du message dans la liste?"
|
721 |
-
|
722 |
-
#: admin/main-view.php:405
|
723 |
-
#, fuzzy
|
724 |
-
msgid "Show post date in list?"
|
725 |
-
msgstr "Afficher le fragment du message dans la liste?"
|
726 |
-
|
727 |
-
#: admin/main-view.php:411
|
728 |
-
msgid "Limit post title length (in characters)"
|
729 |
-
msgstr "Limit dužine postova naslova (u karakterima)"
|
730 |
-
|
731 |
-
#: admin/main-view.php:417
|
732 |
-
#, fuzzy
|
733 |
-
msgid "Show view count in list?"
|
734 |
-
msgstr "Afficher le fragment du message dans la liste?"
|
735 |
-
|
736 |
-
#: admin/main-view.php:423
|
737 |
-
msgid "Open links in new window"
|
738 |
-
msgstr "Otvori linkove u novim prozorima"
|
739 |
-
|
740 |
-
#: admin/main-view.php:429
|
741 |
-
msgid "Add nofollow attribute to links in the list"
|
742 |
-
msgstr "Dodaj nofollow atribut linkovima u listi"
|
743 |
-
|
744 |
-
#: admin/main-view.php:435
|
745 |
-
msgid "Exclude display of related posts on these posts / pages"
|
746 |
-
msgstr "Isključi pregled vezanih postova na ovim postovima-stranicama"
|
747 |
-
|
748 |
-
#: admin/main-view.php:442
|
749 |
-
#, fuzzy
|
750 |
-
msgid "Customise the list HTML"
|
751 |
-
msgstr "Sredite output:"
|
752 |
-
|
753 |
-
#: admin/main-view.php:445
|
754 |
-
msgid "HTML to display before the list of posts:"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: admin/main-view.php:451
|
758 |
-
msgid "HTML to display before each list item:"
|
759 |
-
msgstr ""
|
760 |
-
|
761 |
-
#: admin/main-view.php:457
|
762 |
-
msgid "HTML to display after each list item:"
|
763 |
-
msgstr ""
|
764 |
-
|
765 |
-
#: admin/main-view.php:463
|
766 |
-
msgid "HTML to display after the list of posts:"
|
767 |
-
msgstr ""
|
768 |
-
|
769 |
-
#: admin/main-view.php:504
|
770 |
-
msgid "Location of post thumbnail:"
|
771 |
-
msgstr "Lokacija posta thumbnaila:"
|
772 |
-
|
773 |
-
#: admin/main-view.php:508
|
774 |
-
msgid "Display thumbnails inline with posts, before title"
|
775 |
-
msgstr "Prikaži thumbnails inline sa postovima pre naslova"
|
776 |
-
|
777 |
-
#: admin/main-view.php:513
|
778 |
-
msgid "Display thumbnails inline with posts, after title"
|
779 |
-
msgstr "Prikaži thumbnails inline sa postovima posle naslova"
|
780 |
-
|
781 |
-
#: admin/main-view.php:518
|
782 |
-
msgid "Display only thumbnails, no text"
|
783 |
-
msgstr "Prikaži samo thumbnails, bez teksta"
|
784 |
-
|
785 |
-
#: admin/main-view.php:523
|
786 |
-
msgid "Do not display thumbnails, only text."
|
787 |
-
msgstr "Ne prikazujte thumbnails, samo tekst"
|
788 |
-
|
789 |
-
#: admin/main-view.php:527
|
790 |
-
msgid ""
|
791 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
792 |
-
"under the Styles section. If you would like to change this option, please "
|
793 |
-
"select No styles under the Styles section."
|
794 |
-
msgstr ""
|
795 |
-
|
796 |
-
#: admin/main-view.php:531
|
797 |
-
msgid "Thumbnail size:"
|
798 |
-
msgstr ""
|
799 |
-
|
800 |
-
#: admin/main-view.php:555
|
801 |
-
msgid "Custom size"
|
802 |
-
msgstr ""
|
803 |
-
|
804 |
-
#: admin/main-view.php:558
|
805 |
-
msgid ""
|
806 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
807 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
808 |
-
"settings below. For best results, use a cropped image."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: admin/main-view.php:559
|
812 |
-
msgid ""
|
813 |
-
"If you change the width and/or height below, existing images will not be "
|
814 |
-
"automatically resized."
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: admin/main-view.php:560
|
818 |
-
#, php-format
|
819 |
-
msgid ""
|
820 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
821 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
822 |
-
"all image sizes."
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: admin/main-view.php:563
|
826 |
-
msgid ""
|
827 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
828 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
829 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
830 |
-
"strong> option below"
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
#: admin/main-view.php:566
|
834 |
-
msgid "Width of custom thumbnail:"
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: admin/main-view.php:571
|
838 |
-
msgid "Height of custom thumbnail"
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: admin/main-view.php:576
|
842 |
-
msgid "Crop mode:"
|
843 |
-
msgstr ""
|
844 |
-
|
845 |
-
#: admin/main-view.php:580
|
846 |
-
msgid ""
|
847 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
848 |
-
"hard crop the thumbnails."
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
-
#: admin/main-view.php:581
|
852 |
-
#, php-format
|
853 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: admin/main-view.php:585
|
857 |
-
msgid "Image size attributes:"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: admin/main-view.php:589
|
861 |
-
#, fuzzy
|
862 |
-
msgid "Style attributes are used for width and height."
|
863 |
-
msgstr ""
|
864 |
-
"Stilovi atributa su korišćeni za čirinu i visinu. <code>style=\"max-width:"
|
865 |
-
|
866 |
-
#: admin/main-view.php:595
|
867 |
-
#, fuzzy
|
868 |
-
msgid "HTML width and height attributes are used for width and height."
|
869 |
-
msgstr ""
|
870 |
-
"HTML širina i visina atributa se koristi za širinu i visinu.<code>width=\""
|
871 |
-
|
872 |
-
#: admin/main-view.php:601
|
873 |
-
msgid "No HTML or Style attributes set for width and height"
|
874 |
-
msgstr ""
|
875 |
-
|
876 |
-
#: admin/main-view.php:606
|
877 |
-
msgid "Post thumbnail meta field name:"
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: admin/main-view.php:609
|
881 |
-
msgid ""
|
882 |
-
"The value of this field should contain the image source and is set in the "
|
883 |
-
"<em>Add New Post</em> screen"
|
884 |
-
msgstr ""
|
885 |
-
"Vrednost ovog polja bi trebala da sadrži source slike i njne postavke u "
|
886 |
-
"<em>Add New Post</em> ekranu"
|
887 |
-
|
888 |
-
#: admin/main-view.php:612
|
889 |
-
#, fuzzy
|
890 |
-
msgid ""
|
891 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
892 |
-
"from the post?"
|
893 |
-
msgstr ""
|
894 |
-
"Si le PostMeta n'est pas défini, alors le plugin doit extraire la première "
|
895 |
-
"image du poste. Cela pourrait ralentir le chargement de votre poste, si la "
|
896 |
-
"première image de la résolution correspondante du fichier est de taille "
|
897 |
-
"supérieure"
|
898 |
-
|
899 |
-
#: admin/main-view.php:615
|
900 |
-
#, fuzzy
|
901 |
-
msgid ""
|
902 |
-
"This could slow down the loading of your page if the first image in the "
|
903 |
-
"related posts is large in file-size"
|
904 |
-
msgstr ""
|
905 |
-
"Si le PostMeta n'est pas défini, alors le plugin doit extraire la première "
|
906 |
-
"image du poste. Cela pourrait ralentir le chargement de votre poste, si la "
|
907 |
-
"première image de la résolution correspondante du fichier est de taille "
|
908 |
-
"supérieure"
|
909 |
-
|
910 |
-
#: admin/main-view.php:618
|
911 |
-
msgid "Use default thumbnail?"
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: admin/main-view.php:621
|
915 |
-
msgid ""
|
916 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
917 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
918 |
-
msgstr ""
|
919 |
-
"Ako je čekirano, kada nijedna thumnail nije pronadjena prikaži default iz "
|
920 |
-
"URLa ispod. Ako nije čekirano i nema thumbnaila, slika neće biti prikazana."
|
921 |
-
|
922 |
-
#: admin/main-view.php:624
|
923 |
-
msgid "Default thumbnail:"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: admin/main-view.php:628
|
927 |
-
msgid ""
|
928 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
929 |
-
"then it will check the meta field. If this is not available, then it will "
|
930 |
-
"show the default image as specified above"
|
931 |
-
msgstr ""
|
932 |
-
"Plugin će prvo probveriti da li post sadrži thumbnail. Ako ne sadrži onda će "
|
933 |
-
"proveriti meta polje. Ako to nije dopstupno, onda će vam pokazati default "
|
934 |
-
"sliku kao što je odredjeno iznad"
|
935 |
-
|
936 |
-
#: admin/main-view.php:667
|
937 |
-
msgid "Style of the related posts:"
|
938 |
-
msgstr ""
|
939 |
-
|
940 |
-
#: admin/main-view.php:670
|
941 |
-
msgid "No styles"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: admin/main-view.php:672
|
945 |
-
msgid "Select this option if you plan to add your own styles"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: admin/main-view.php:677
|
949 |
-
msgid "Left Thumbnails"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: admin/main-view.php:680
|
953 |
-
msgid ""
|
954 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
955 |
-
"Disabling this option will not revert any settings."
|
956 |
-
msgstr ""
|
957 |
-
|
958 |
-
#: admin/main-view.php:681
|
959 |
-
#, php-format
|
960 |
-
msgid ""
|
961 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
962 |
-
msgstr ""
|
963 |
-
|
964 |
-
#: admin/main-view.php:685
|
965 |
-
msgid "Text only"
|
966 |
-
msgstr ""
|
967 |
-
|
968 |
-
#: admin/main-view.php:687
|
969 |
-
msgid ""
|
970 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
971 |
-
"default style sheet included in the plugin."
|
972 |
-
msgstr ""
|
973 |
-
|
974 |
-
#: admin/main-view.php:703
|
975 |
-
msgid "Custom CSS to add to header:"
|
976 |
-
msgstr "Custom CSS je dodat header-u"
|
977 |
-
|
978 |
-
#: admin/main-view.php:708
|
979 |
-
msgid ""
|
980 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
981 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
982 |
-
"available CSS classes to style."
|
983 |
-
msgstr ""
|
984 |
-
"Nemojte uključivati <code>style</code> tagove. Proverite <a href=\"http://"
|
985 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> za "
|
986 |
-
"dostupne CSS klase za stilizovanje."
|
987 |
-
|
988 |
-
#: admin/main-view.php:728
|
989 |
-
#, fuzzy
|
990 |
-
msgid "Default Options"
|
991 |
-
msgstr "Paramètres de sortie"
|
992 |
-
|
993 |
-
#: admin/main-view.php:728
|
994 |
-
msgid "Do you want to set options to Default?"
|
995 |
-
msgstr "Da li želite da postavite opcije na Default?"
|
996 |
-
|
997 |
-
#: admin/main-view.php:752
|
998 |
-
#, fuzzy
|
999 |
-
msgid ""
|
1000 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
1001 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
1002 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
1003 |
-
"will automatically delete entries older than 90 days."
|
1004 |
-
msgstr ""
|
1005 |
-
"Vremenom Dailz Top 10 baza podataka će se povećati, što smanjuje performanse "
|
1006 |
-
"plugina. Čišćenje baze podataka u regularnim intervalima može poboljšati "
|
1007 |
-
"performanse naročito na blogovima sa velikim saobraćajem."
|
1008 |
-
|
1009 |
-
#: admin/main-view.php:753
|
1010 |
-
#, fuzzy
|
1011 |
-
msgid ""
|
1012 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
1013 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
1014 |
-
msgstr ""
|
1015 |
-
"Beleška: Kada je omogućen raspored održavanja, WordPress će pokrenuti "
|
1016 |
-
"kroniranje svaki put kada se poslu promeni raspored (npr. ako promenite "
|
1017 |
-
"postavke ispod) Ovo prouzrokuje dnevne postove tabele za resetovanje."
|
1018 |
-
|
1019 |
-
#: admin/main-view.php:756
|
1020 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
1021 |
-
msgstr "Omogući raspored održavanja u dnevnim tabelama"
|
1022 |
-
|
1023 |
-
#: admin/main-view.php:760
|
1024 |
-
msgid "Time to run maintenance"
|
1025 |
-
msgstr "Pokrenuti održavanje"
|
1026 |
-
|
1027 |
-
#: admin/main-view.php:761
|
1028 |
-
msgid "hrs"
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
#: admin/main-view.php:761
|
1032 |
-
msgid "min"
|
1033 |
-
msgstr ""
|
1034 |
-
|
1035 |
-
#: admin/main-view.php:763
|
1036 |
-
msgid "How often should the maintenance be run:"
|
1037 |
-
msgstr "Održavanje ne treba često da se pokreće"
|
1038 |
-
|
1039 |
-
#: admin/main-view.php:771
|
1040 |
-
msgid "Weekly"
|
1041 |
-
msgstr "Nedeljno"
|
1042 |
-
|
1043 |
-
#: admin/main-view.php:775
|
1044 |
-
msgid "Fortnightly"
|
1045 |
-
msgstr "Na dve nedelje"
|
1046 |
-
|
1047 |
-
#: admin/main-view.php:779
|
1048 |
-
msgid "Monthly"
|
1049 |
-
msgstr "Mesečno"
|
1050 |
-
|
1051 |
-
#: admin/main-view.php:788
|
1052 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1053 |
-
msgstr ""
|
1054 |
-
|
1055 |
-
#: admin/main-view.php:793
|
1056 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1057 |
-
msgstr ""
|
1058 |
-
"Nedostaje kroniranje. Molim vas ponovo sašuvajte ovu stranicu da biste "
|
1059 |
-
"dodali posao"
|
1060 |
-
|
1061 |
-
#: admin/main-view.php:798
|
1062 |
-
msgid "Maintenance is turned off"
|
1063 |
-
msgstr "Održavanje je ugašeno"
|
1064 |
-
|
1065 |
-
#: admin/main-view.php:804
|
1066 |
-
msgid "Save Maintenance Options"
|
1067 |
-
msgstr ""
|
1068 |
-
|
1069 |
-
#: admin/main-view.php:812
|
1070 |
-
msgid "Reset count and other tools"
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: admin/main-view.php:815
|
1074 |
-
msgid ""
|
1075 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1076 |
-
"before proceeding"
|
1077 |
-
msgstr ""
|
1078 |
-
"Ovo ne možete da proništite. Proverite da li vam je baza podataka sačuvana u "
|
1079 |
-
"back up-u pre nego što nastavite"
|
1080 |
-
|
1081 |
-
#: admin/main-view.php:818
|
1082 |
-
#, fuzzy
|
1083 |
-
msgid "Reset Popular Posts"
|
1084 |
-
msgstr "Postes populaires"
|
1085 |
-
|
1086 |
-
#: admin/main-view.php:818
|
1087 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1088 |
-
msgstr "Da li ste sigurni da želite da resetujete popularne postove?"
|
1089 |
-
|
1090 |
-
#: admin/main-view.php:819
|
1091 |
-
#, fuzzy
|
1092 |
-
msgid "Reset Daily Popular Posts"
|
1093 |
-
msgstr "Postes populaires journaliers"
|
1094 |
-
|
1095 |
-
#: admin/main-view.php:819
|
1096 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1097 |
-
msgstr "Da li ste sigurni da želite da resetujete dnevne popularne postove?"
|
1098 |
-
|
1099 |
-
#: admin/main-view.php:822
|
1100 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1101 |
-
msgstr ""
|
1102 |
-
|
1103 |
-
#: admin/main-view.php:825
|
1104 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: admin/main-view.php:825
|
1108 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: admin/main-view.php:828
|
1112 |
-
msgid ""
|
1113 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1114 |
-
"Clicking the button below will merge these duplicate IDs"
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: admin/main-view.php:831
|
1118 |
-
msgid "Merge duplicates across blog IDs"
|
1119 |
-
msgstr ""
|
1120 |
-
|
1121 |
-
#: admin/main-view.php:831
|
1122 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1123 |
-
msgstr "Ovo će obrisati duple unose u tabelama. Nastaviti?"
|
1124 |
-
|
1125 |
-
#: admin/main-view.php:847
|
1126 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: admin/main-view.php:850
|
1130 |
-
msgid ""
|
1131 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1132 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1133 |
-
"two tables being created for each site in the network."
|
1134 |
-
msgstr ""
|
1135 |
-
|
1136 |
-
#: admin/main-view.php:851
|
1137 |
-
msgid ""
|
1138 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1139 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1140 |
-
"from v1.x tables to the new v2.x table format."
|
1141 |
-
msgstr ""
|
1142 |
-
|
1143 |
-
#: admin/main-view.php:854
|
1144 |
-
msgid ""
|
1145 |
-
"If you do not see any tables below, then it means that either all data has "
|
1146 |
-
"already been imported or no relevant information has been found."
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: admin/main-view.php:857
|
1150 |
-
msgid ""
|
1151 |
-
"After running the importer, please verify that all the counts have been "
|
1152 |
-
"successfully imported. Only then should you delete any old tables!"
|
1153 |
-
msgstr ""
|
1154 |
-
|
1155 |
-
#: admin/main-view.php:891
|
1156 |
-
msgid "Blog ID"
|
1157 |
-
msgstr ""
|
1158 |
-
|
1159 |
-
#: admin/main-view.php:894
|
1160 |
-
msgid "Status"
|
1161 |
-
msgstr ""
|
1162 |
-
|
1163 |
-
#: admin/main-view.php:897
|
1164 |
-
msgid "Select to import"
|
1165 |
-
msgstr ""
|
1166 |
-
|
1167 |
-
#: admin/main-view.php:907
|
1168 |
-
msgid "Blog #"
|
1169 |
-
msgstr ""
|
1170 |
-
|
1171 |
-
#: admin/main-view.php:917
|
1172 |
-
msgid "Not imported"
|
1173 |
-
msgstr ""
|
1174 |
-
|
1175 |
-
#: admin/main-view.php:921
|
1176 |
-
msgid "Imported"
|
1177 |
-
msgstr ""
|
1178 |
-
|
1179 |
-
#: admin/main-view.php:942
|
1180 |
-
msgid "Begin import"
|
1181 |
-
msgstr ""
|
1182 |
-
|
1183 |
-
#: admin/main-view.php:943
|
1184 |
-
msgid "Delete selected tables"
|
1185 |
-
msgstr ""
|
1186 |
-
|
1187 |
-
#: admin/main-view.php:944
|
1188 |
-
msgid "Delete all imported tables"
|
1189 |
-
msgstr ""
|
1190 |
-
|
1191 |
-
#: includes/class-top-10-widget.php:31
|
1192 |
-
#, fuzzy
|
1193 |
-
msgid "Popular Posts [Top 10]"
|
1194 |
-
msgstr "Postes populaires"
|
1195 |
-
|
1196 |
-
#: includes/class-top-10-widget.php:32
|
1197 |
-
#, fuzzy
|
1198 |
-
msgid "Display popular posts"
|
1199 |
-
msgstr "Dnevni popularni postovi"
|
1200 |
-
|
1201 |
-
#: includes/class-top-10-widget.php:76
|
1202 |
-
msgid "No. of posts"
|
1203 |
-
msgstr "Broj postova"
|
1204 |
-
|
1205 |
-
#: includes/class-top-10-widget.php:82
|
1206 |
-
msgid "Custom time period (Enter below)"
|
1207 |
-
msgstr "Vremenski period (unesite ispod)"
|
1208 |
-
|
1209 |
-
#: includes/class-top-10-widget.php:86
|
1210 |
-
msgid "In days and hours (applies only to custom option above)"
|
1211 |
-
msgstr ""
|
1212 |
-
|
1213 |
-
#: includes/class-top-10-widget.php:91
|
1214 |
-
msgid "hours"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: includes/class-top-10-widget.php:96
|
1218 |
-
#, fuzzy
|
1219 |
-
msgid "Show count?"
|
1220 |
-
msgstr "Prikaži autora?"
|
1221 |
-
|
1222 |
-
#: includes/class-top-10-widget.php:101
|
1223 |
-
#, fuzzy
|
1224 |
-
msgid "Show excerpt?"
|
1225 |
-
msgstr "Afficher le fragment du message dans la liste?"
|
1226 |
-
|
1227 |
-
#: includes/class-top-10-widget.php:106
|
1228 |
-
#, fuzzy
|
1229 |
-
msgid "Show author?"
|
1230 |
-
msgstr "Prikaži autora?"
|
1231 |
-
|
1232 |
-
#: includes/class-top-10-widget.php:111
|
1233 |
-
#, fuzzy
|
1234 |
-
msgid "Show date?"
|
1235 |
-
msgstr "Afficher le fragment du message dans la liste?"
|
1236 |
-
|
1237 |
-
#: includes/class-top-10-widget.php:117
|
1238 |
-
#, fuzzy
|
1239 |
-
msgid "Thumbnails inline, before title"
|
1240 |
-
msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
|
1241 |
-
|
1242 |
-
#: includes/class-top-10-widget.php:118
|
1243 |
-
#, fuzzy
|
1244 |
-
msgid "Thumbnails inline, after title"
|
1245 |
-
msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
|
1246 |
-
|
1247 |
-
#: includes/class-top-10-widget.php:119
|
1248 |
-
#, fuzzy
|
1249 |
-
msgid "Only thumbnails, no text"
|
1250 |
-
msgstr "Afficher uniquement le thumbnail, sans le texte"
|
1251 |
-
|
1252 |
-
#: includes/class-top-10-widget.php:120
|
1253 |
-
#, fuzzy
|
1254 |
-
msgid "No thumbnails, only text."
|
1255 |
-
msgstr "Ne pas afficher le thumbnail, uniquement le texte"
|
1256 |
-
|
1257 |
-
#: includes/class-top-10-widget.php:125
|
1258 |
-
#, fuzzy
|
1259 |
-
msgid "Thumbnail height"
|
1260 |
-
msgstr "Options thumbnail des messages:"
|
1261 |
-
|
1262 |
-
#: includes/class-top-10-widget.php:131
|
1263 |
-
#, fuzzy
|
1264 |
-
msgid "Thumbnail width"
|
1265 |
-
msgstr "Options thumbnail des messages:"
|
1266 |
-
|
1267 |
-
#: includes/class-top-10-widget.php:135
|
1268 |
-
msgid "Post types to include:"
|
1269 |
-
msgstr ""
|
1270 |
-
|
1271 |
-
#: includes/media.php:62
|
1272 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1273 |
-
msgstr ""
|
1274 |
-
|
1275 |
-
#: includes/media.php:66
|
1276 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1277 |
-
msgstr ""
|
1278 |
-
|
1279 |
-
#: includes/media.php:70
|
1280 |
-
msgid "filter argument has been deprecated"
|
1281 |
-
msgstr ""
|
1282 |
-
|
1283 |
-
#: includes/output-generator.php:239
|
1284 |
-
msgid " by "
|
1285 |
-
msgstr ""
|
1286 |
-
|
1287 |
-
#: top-10.php:163
|
1288 |
-
msgid ""
|
1289 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1290 |
-
"posts only."
|
1291 |
-
msgstr ""
|
1292 |
-
|
1293 |
-
#: top-10.php:300
|
1294 |
-
#, php-format
|
1295 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1296 |
-
msgstr ""
|
1297 |
-
|
1298 |
-
#: top-10.php:641
|
1299 |
-
msgid "<h3>Popular Posts</h3>"
|
1300 |
-
msgstr "<h3>Popularni Postovi</h3>"
|
1301 |
-
|
1302 |
-
#: top-10.php:642
|
1303 |
-
msgid "<h3>Daily Popular</h3>"
|
1304 |
-
msgstr "<h3>Dnevni popularni</h3>"
|
1305 |
-
|
1306 |
-
#: top-10.php:643
|
1307 |
-
#, fuzzy
|
1308 |
-
msgid "No top posts yet"
|
1309 |
-
msgstr "Annuler le top 10 des enregistrements les plus populaires"
|
1310 |
-
|
1311 |
-
#: top-10.php:1124
|
1312 |
-
msgid "Once Weekly"
|
1313 |
-
msgstr "Jednom nedeljno"
|
1314 |
-
|
1315 |
-
#: top-10.php:1128
|
1316 |
-
msgid "Once Fortnightly"
|
1317 |
-
msgstr "Jednom u dve nedelje"
|
1318 |
-
|
1319 |
-
#: top-10.php:1132
|
1320 |
-
msgid "Once Monthly"
|
1321 |
-
msgstr "Jednom mesečno"
|
1322 |
-
|
1323 |
-
#: top-10.php:1136
|
1324 |
-
msgid "Once quarterly"
|
1325 |
-
msgstr ""
|
1326 |
-
|
1327 |
-
#~ msgid "View Daily Popular Posts"
|
1328 |
-
#~ msgstr "Pregledaj dnevne popularne postove"
|
1329 |
-
|
1330 |
-
#~ msgid "Results per-page:"
|
1331 |
-
#~ msgstr "Rezultat po stranici:"
|
1332 |
-
|
1333 |
-
#~ msgid "View Overall Popular Posts"
|
1334 |
-
#~ msgstr "Pregledaj sve popularne postove"
|
1335 |
-
|
1336 |
-
#~ msgid "Previous"
|
1337 |
-
#~ msgstr "Prethodni"
|
1338 |
-
|
1339 |
-
#~ msgid "Next"
|
1340 |
-
#~ msgstr "Sledeći"
|
1341 |
-
|
1342 |
-
#~ msgid "Daily Popular"
|
1343 |
-
#~ msgstr "Dnevno popularno"
|
1344 |
-
|
1345 |
-
#~ msgid "Options saved successfully."
|
1346 |
-
#~ msgstr "Opcije uspešno sašuvane"
|
1347 |
-
|
1348 |
-
#~ msgid "Enable Overall stats"
|
1349 |
-
#~ msgstr "Omogući statistiku svega"
|
1350 |
-
|
1351 |
-
#~ msgid "Enable Daily stats"
|
1352 |
-
#~ msgstr "Omogući dnevne statistike"
|
1353 |
-
|
1354 |
-
#~ msgid "Number of popular posts to display: "
|
1355 |
-
#~ msgstr "Broj popularnih postova za prikaz."
|
1356 |
-
|
1357 |
-
#~ msgid "List of post or page IDs to exclude from the results: "
|
1358 |
-
#~ msgstr "Lista postova ili IDs stranice da budu isključeni iz rezultata"
|
1359 |
-
|
1360 |
-
#~ msgid "Exclude Categories: "
|
1361 |
-
#~ msgstr "Isključene kategorije"
|
1362 |
-
|
1363 |
-
#~ msgid "Title of popular posts: "
|
1364 |
-
#~ msgstr "Naslov popularnih postova:"
|
1365 |
-
|
1366 |
-
#~ msgid "Title of daily popular posts: "
|
1367 |
-
#~ msgstr "Naslov popularnih dnevnih postova:"
|
1368 |
-
|
1369 |
-
#~ msgid "Length of excerpt (in words): "
|
1370 |
-
#~ msgstr "Dužina izvoda (u rečima):"
|
1371 |
-
|
1372 |
-
#~ msgid "HTML to display before the list of posts: "
|
1373 |
-
#~ msgstr "HTML tza prikaz pre liste postova:"
|
1374 |
-
|
1375 |
-
#~ msgid "HTML to display before each list item: "
|
1376 |
-
#~ msgstr "HTML za prikaz svake stavke sa liste:"
|
1377 |
-
|
1378 |
-
#~ msgid "HTML to display after each list item: "
|
1379 |
-
#~ msgstr "HTML tza prikaz posle svake stavke sa liste:"
|
1380 |
-
|
1381 |
-
#~ msgid "HTML to display after the list of posts: "
|
1382 |
-
#~ msgstr "HTML za prikaz posle liste postova:"
|
1383 |
-
|
1384 |
-
#~ msgid "Style attributes / Width and Height HTML attributes:"
|
1385 |
-
#~ msgstr "Stil atributa /širina i visina HTML atributa:"
|
1386 |
-
|
1387 |
-
#, fuzzy
|
1388 |
-
#~ msgid "Post thumbnail meta field name: "
|
1389 |
-
#~ msgstr "Options thumbnail des messages:"
|
1390 |
-
|
1391 |
-
#~ msgid "Use default thumbnail? "
|
1392 |
-
#~ msgstr "Koristite default thumbnail?"
|
1393 |
-
|
1394 |
-
#~ msgid "Default thumbnail: "
|
1395 |
-
#~ msgstr "Default thumbnail:"
|
1396 |
-
|
1397 |
-
#, fuzzy
|
1398 |
-
#~ msgid "Custom CSS"
|
1399 |
-
#~ msgstr "Custom stilovi"
|
1400 |
-
|
1401 |
-
#~ msgid "The cron job has been scheduled. Maintenance will run "
|
1402 |
-
#~ msgstr "Kroniranje je zakazano. Održavanje će se pokrenuti"
|
1403 |
-
|
1404 |
-
#~ msgid "Enter amount in USD: "
|
1405 |
-
#~ msgstr "Unesite veličinu u USD:"
|
1406 |
-
|
1407 |
-
#, fuzzy
|
1408 |
-
#~ msgid "Overall Popular Posts"
|
1409 |
-
#~ msgstr "Voir tous les postes populaires"
|
1410 |
-
|
1411 |
-
#, fuzzy
|
1412 |
-
#~ msgid "Always display latest post count in the daily lists?"
|
1413 |
-
#~ msgstr "Uvek prikaži poslednje brojanje posta u dnevnoj listi"
|
1414 |
-
|
1415 |
-
#, fuzzy
|
1416 |
-
#~ msgid ""
|
1417 |
-
#~ "This option uses JavaScript and will increase your page load time. When "
|
1418 |
-
#~ "you enable this option, the daily widget will not use the options set "
|
1419 |
-
#~ "there, but options will need to be set on this screen."
|
1420 |
-
#~ msgstr ""
|
1421 |
-
#~ "Ovu opciju koristi JavaScript i povećaće vreme ušitavanje vaše stranice. "
|
1422 |
-
#~ "Ugasite ovo ako ne koristite caching pluginove ili se slažete sa "
|
1423 |
-
#~ "prikazivanjem starijih cache brojanja. Kada omogućite ovu opciju, dnevni "
|
1424 |
-
#~ "widget neće koristiti opcije koje su nameštene tu, ali opcije će morati "
|
1425 |
-
#~ "da se podese na ovom ekranu."
|
1426 |
-
|
1427 |
-
#~ msgid "Use timthumb to generate thumbnails? "
|
1428 |
-
#~ msgstr "Upotreba timthumb za generisanja thumbnails?"
|
1429 |
-
|
1430 |
-
#, fuzzy
|
1431 |
-
#~ msgid ""
|
1432 |
-
#~ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
|
1433 |
-
#~ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
|
1434 |
-
#~ msgstr ""
|
1435 |
-
#~ "Ak je čekirano, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
|
1436 |
-
#~ "\">timthumb</a> će se koristiti za generisanje thumbnails-a"
|
1437 |
-
|
1438 |
-
#~ msgid "Reset count"
|
1439 |
-
#~ msgstr "Resetuj brojanje"
|
1440 |
-
|
1441 |
-
#~ msgid "Clear duplicates"
|
1442 |
-
#~ msgstr "Obrišite duplikate"
|
1443 |
-
|
1444 |
-
#~ msgid "W3 Total Cache fix:"
|
1445 |
-
#~ msgstr "W3 Total Cache fix:"
|
1446 |
-
|
1447 |
-
#~ msgid ""
|
1448 |
-
#~ "This will try to prevent W3 Total Cache from caching the addcount script "
|
1449 |
-
#~ "of the plugin. Try toggling this option in case you find that our posts "
|
1450 |
-
#~ "are not tracked."
|
1451 |
-
#~ msgstr ""
|
1452 |
-
#~ "Ovo će pokušati da spreči W3 Total Cache od cachinga addcount scripta "
|
1453 |
-
#~ "plugina. Pokušajte da toglujete ovu opciju u slučaju da otkrijete da naši "
|
1454 |
-
#~ "postovi nisu praćeni."
|
1455 |
-
|
1456 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1457 |
-
#~ msgstr "Dnevni popularni bi trebali da sadrže preglede od koliko dana?"
|
1458 |
-
|
1459 |
-
#, fuzzy
|
1460 |
-
#~ msgid "Output options"
|
1461 |
-
#~ msgstr "Paramètres de sortie"
|
1462 |
-
|
1463 |
-
#, fuzzy
|
1464 |
-
#~ msgid ""
|
1465 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1466 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1467 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1468 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1469 |
-
#~ msgstr ""
|
1470 |
-
#~ "Appliquer <code>%totalcount%</code> pour l'affichage de la quantité "
|
1471 |
-
#~ "totale, et code>%dailycount%</code> pour l'affichage des quantités "
|
1472 |
-
#~ "journalières utiliser par exemple, les paramètres d'affichage par défaut "
|
1473 |
-
#~ "<code>(Visited 123 times, 23 visits today)</code>"
|
1474 |
-
|
1475 |
-
#~ msgid "Post thumbnail options:"
|
1476 |
-
#~ msgstr "Post thumbnail opcije:"
|
1477 |
-
|
1478 |
-
#~ msgid "Width of the thumbnail: "
|
1479 |
-
#~ msgstr "Širina thumbnaila:"
|
1480 |
-
|
1481 |
-
#~ msgid "Height of the thumbnail: "
|
1482 |
-
#~ msgstr "Visina thumbnaila:"
|
1483 |
-
|
1484 |
-
#~ msgid "Range in number of days (applies only to custom option above)"
|
1485 |
-
#~ msgstr "Raspon dana (odnosi se samo na iznad)"
|
1486 |
-
|
1487 |
-
#~ msgid "Display the posts popular this week"
|
1488 |
-
#~ msgstr "Prikazati postove popularne ove nedelje"
|
1489 |
-
|
1490 |
-
#, fuzzy
|
1491 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1492 |
-
#~ msgstr ""
|
1493 |
-
#~ "Rendre la liste des postes journaliers dynamiques? Cette option fait "
|
1494 |
-
#~ "appel à JavaScript, le chargement du poste peut augmenter le temps du "
|
1495 |
-
#~ "chargement de la page"
|
1496 |
-
|
1497 |
-
#~ msgid "Display number of page views in popular lists?"
|
1498 |
-
#~ msgstr "Prikaži broj pregleda stranica u popularnim listama?"
|
1499 |
-
|
1500 |
-
#~ msgid "Recent developments"
|
1501 |
-
#~ msgstr "Trenutni razvoj"
|
1502 |
-
|
1503 |
-
#~ msgid "Results"
|
1504 |
-
#~ msgstr "rezultati"
|
1505 |
-
|
1506 |
-
#~ msgid "of"
|
1507 |
-
#~ msgstr "od"
|
1508 |
-
|
1509 |
-
#~ msgid "Page"
|
1510 |
-
#~ msgstr "Stranice"
|
1511 |
-
|
1512 |
-
#~ msgid " Posted by "
|
1513 |
-
#~ msgstr "Postovano od strane"
|
1514 |
-
|
1515 |
-
#, fuzzy
|
1516 |
-
#~ msgid "Exclude Pages?"
|
1517 |
-
#~ msgstr "Exclure les catégories:"
|
1518 |
-
|
1519 |
-
#~ msgid ""
|
1520 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1521 |
-
#~ "continue to be counted."
|
1522 |
-
#~ msgstr ""
|
1523 |
-
#~ "Éliminer d'affichage les pages du message populaire? Le nombre des "
|
1524 |
-
#~ "visionnage des pages qui seront toujours prises en compte."
|
1525 |
-
|
1526 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1527 |
-
#~ msgstr "Follow @ajaydsouza sur Twitter"
|
1528 |
-
|
1529 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1530 |
-
#~ msgstr "Supprimer les lignes répétitives du tableau"
|
1531 |
-
|
1532 |
-
#~ msgid ""
|
1533 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1534 |
-
#~ "added with the count"
|
1535 |
-
#~ msgstr ""
|
1536 |
-
#~ "Afficher les visionnages des pages dans le rédacteur de messages / pages "
|
1537 |
-
#~ "de WP-Admin? Une colonne supplémentaire avec graphe est rajoutée"
|
1538 |
-
|
1539 |
-
#~ msgid ""
|
1540 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1541 |
-
#~ msgstr "Afficher meta field thumbnail, doit pointer sur l'image initiale:"
|
1542 |
-
|
1543 |
-
#~ msgid "Thumbnail dimensions:"
|
1544 |
-
#~ msgstr "Dimension thumbnail:"
|
1545 |
-
|
1546 |
-
#~ msgid "Max width: "
|
1547 |
-
#~ msgstr "Largeur maximale:"
|
1548 |
-
|
1549 |
-
#~ msgid "Max height: "
|
1550 |
-
#~ msgstr "Hauteur maximale:"
|
1551 |
-
|
1552 |
-
#~ msgid "Top 10 "
|
1553 |
-
#~ msgstr "Тоp 10"
|
1554 |
-
|
1555 |
-
#~ msgid "Display the posts popular today"
|
1556 |
-
#~ msgstr "Afficher les postes populaires aujourd'hui"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/top-10-ua_UA.mo
DELETED
Binary file
|
languages/top-10-ua_UA.po
DELETED
@@ -1,1452 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Top 10\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-09-27 13:34+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
-
"Language-Team: Alyona Lompar <alyona.lompar@aol.com>\n"
|
9 |
-
"Language: uk_UA\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Generator: Poedit 1.8.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: admin/admin-columns.php:30
|
20 |
-
#, fuzzy
|
21 |
-
msgid "Total Views"
|
22 |
-
msgstr "Всього/Сьогодні"
|
23 |
-
|
24 |
-
#: admin/admin-columns.php:33
|
25 |
-
#, fuzzy
|
26 |
-
msgid "Today's Views"
|
27 |
-
msgstr "Всього/Сьогодні"
|
28 |
-
|
29 |
-
#: admin/admin-columns.php:36
|
30 |
-
#, fuzzy
|
31 |
-
msgid "Views"
|
32 |
-
msgstr "Всього/Сьогодні"
|
33 |
-
|
34 |
-
#: admin/admin-dashboard.php:62
|
35 |
-
msgid "View all daily popular posts"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/admin-dashboard.php:64
|
39 |
-
msgid "View all popular posts"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/admin-dashboard.php:70
|
43 |
-
#, php-format
|
44 |
-
msgid "Popular posts by <a href=\"%s\" target=\"_blank\">Top 10 plugin</a>"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: admin/admin-dashboard.php:109 admin/class-stats.php:438
|
48 |
-
#: admin/deprecated.php:41
|
49 |
-
msgid "Popular Posts"
|
50 |
-
msgstr "Популярні записи"
|
51 |
-
|
52 |
-
#: admin/admin-dashboard.php:114 admin/deprecated.php:43
|
53 |
-
msgid "Daily Popular Posts"
|
54 |
-
msgstr "Популярні сьогодні записи"
|
55 |
-
|
56 |
-
#: admin/admin-metabox.php:104
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Visit count:"
|
59 |
-
msgstr "Скинути статистику"
|
60 |
-
|
61 |
-
#: admin/admin-metabox.php:106
|
62 |
-
msgid ""
|
63 |
-
"Enter a number above to update the visit count. Leaving the above box blank "
|
64 |
-
"will set the count to zero"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/admin-metabox.php:115
|
68 |
-
msgid "Disable Popular Posts display:"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/admin-metabox.php:118
|
72 |
-
msgid ""
|
73 |
-
"If this is checked, then Top 10 will not display the popular posts widgets "
|
74 |
-
"when viewing this post."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/admin-metabox.php:122
|
78 |
-
msgid "Exclude this post from the popular posts list:"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: admin/admin-metabox.php:125
|
82 |
-
msgid ""
|
83 |
-
"If this is checked, then this post will be excluded from the popular posts "
|
84 |
-
"list."
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/admin-metabox.php:129
|
88 |
-
msgid "Location of thumbnail:"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/admin-metabox.php:131
|
92 |
-
msgid ""
|
93 |
-
"Enter the full URL to the image (JPG, PNG or GIF) you'd like to use. This "
|
94 |
-
"image will be used for the post. It will be resized to the thumbnail size "
|
95 |
-
"set under Top 10 Settings » Thumbnail options."
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/admin-metabox.php:132
|
99 |
-
msgid "The URL above is saved in the meta field:"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: admin/admin-metabox.php:137
|
103 |
-
#, php-format
|
104 |
-
msgid ""
|
105 |
-
"You have %1$s installed. If you are trying to modify the thumbnail, then you "
|
106 |
-
"will need to make the same change in the %1$s meta box on this page."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/admin.php:190
|
110 |
-
msgid "Options saved successfully. If enabled, the cache has been cleared."
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/admin.php:193
|
114 |
-
msgid ""
|
115 |
-
"Left Thumbnails style selected. Post thumbnail location set to Inline before "
|
116 |
-
"text."
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: admin/admin.php:196
|
120 |
-
msgid "Text Only style selected. Thumbnails will not be displayed."
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: admin/admin.php:199
|
124 |
-
#, php-format
|
125 |
-
msgid "Pre-built thumbnail size selected. Thumbnail set to %d x %d."
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: admin/admin.php:214
|
129 |
-
msgid "Options set to Default."
|
130 |
-
msgstr "Установки скинуті."
|
131 |
-
|
132 |
-
#: admin/admin.php:221
|
133 |
-
msgid "Top 10 popular posts reset"
|
134 |
-
msgstr "Скинути статистику найпопулярніших записів"
|
135 |
-
|
136 |
-
#: admin/admin.php:228
|
137 |
-
msgid "Top 10 daily popular posts reset"
|
138 |
-
msgstr "Скинути статистику найпопулярніших записів за сьогодні"
|
139 |
-
|
140 |
-
#: admin/admin.php:236
|
141 |
-
msgid "Duplicate rows cleaned from tables"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: admin/admin.php:244
|
145 |
-
msgid "Post counts across blog IDs 0 and 1 have been merged"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: admin/admin.php:257
|
149 |
-
msgid "Scheduled maintenance enabled / modified"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/admin.php:261
|
153 |
-
msgid "Scheduled maintenance disabled"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/admin.php:299
|
157 |
-
msgid "Counts from selected sites have been imported."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/admin.php:324
|
161 |
-
msgid ""
|
162 |
-
"Selected tables have been deleted. Note that only imported tables have been "
|
163 |
-
"deleted."
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: admin/admin.php:341 admin/admin.php:361 admin/admin.php:385
|
167 |
-
#: admin/main-view.php:55 admin/main-view.php:174 admin/main-view.php:279
|
168 |
-
#: admin/main-view.php:488 admin/main-view.php:651 admin/main-view.php:747
|
169 |
-
#: admin/main-view.php:811 admin/main-view.php:846
|
170 |
-
msgid "Click to toggle"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: admin/admin.php:342
|
174 |
-
msgid "Support the development"
|
175 |
-
msgstr "Підтримати автора плагіна"
|
176 |
-
|
177 |
-
#: admin/admin.php:349
|
178 |
-
msgid "Donation for Top 10"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: admin/admin.php:351
|
182 |
-
msgid "Enter amount in USD:"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: admin/admin.php:355
|
186 |
-
#, fuzzy
|
187 |
-
msgid "Send your donation to the author of Top 10"
|
188 |
-
msgstr "Відправте пожертву автору"
|
189 |
-
|
190 |
-
#: admin/admin.php:362
|
191 |
-
msgid "Follow me"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: admin/admin.php:386
|
195 |
-
#, fuzzy
|
196 |
-
msgid "Quick links"
|
197 |
-
msgstr "Корисні посилання"
|
198 |
-
|
199 |
-
#: admin/admin.php:390
|
200 |
-
#, fuzzy
|
201 |
-
msgid "Top 10 plugin page"
|
202 |
-
msgstr "Сторінка плагіна"
|
203 |
-
|
204 |
-
#: admin/admin.php:391
|
205 |
-
msgid "Top 10 Github page"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: admin/admin.php:392
|
209 |
-
msgid "Other plugins"
|
210 |
-
msgstr "Інші плагіни автора"
|
211 |
-
|
212 |
-
#: admin/admin.php:393
|
213 |
-
msgid "FAQ"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: admin/admin.php:394 admin/admin.php:564
|
217 |
-
msgid "Support"
|
218 |
-
msgstr "Підтримка (англ.)"
|
219 |
-
|
220 |
-
#: admin/admin.php:395
|
221 |
-
msgid "Reviews"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: admin/admin.php:396
|
225 |
-
msgid "Ajay's blog"
|
226 |
-
msgstr "Блог Ajay"
|
227 |
-
|
228 |
-
#: admin/admin.php:413 admin/admin.php:416 admin/main-view.php:22
|
229 |
-
#, fuzzy
|
230 |
-
msgid "Top 10 Settings"
|
231 |
-
msgstr "Налаштування плагіна"
|
232 |
-
|
233 |
-
#: admin/admin.php:413
|
234 |
-
msgid "Top 10"
|
235 |
-
msgstr "Топ 10 записів"
|
236 |
-
|
237 |
-
#: admin/admin.php:421
|
238 |
-
msgid "View Popular Posts"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/admin.php:541
|
242 |
-
msgid "Settings"
|
243 |
-
msgstr "Налаштування плагіна"
|
244 |
-
|
245 |
-
#: admin/admin.php:565
|
246 |
-
msgid "Donate"
|
247 |
-
msgstr "Зробити внесок"
|
248 |
-
|
249 |
-
#: admin/cache.php:19
|
250 |
-
msgid "Top 10 cache has been cleared"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-stats.php:36
|
254 |
-
msgid "popular_post"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/class-stats.php:37
|
258 |
-
msgid "popular_posts"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: admin/class-stats.php:160
|
262 |
-
msgid "No popular posts available."
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: admin/class-stats.php:209
|
266 |
-
msgid "View"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: admin/class-stats.php:210
|
270 |
-
msgid "Edit"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: admin/class-stats.php:211
|
274 |
-
msgid "Delete"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: admin/class-stats.php:233
|
278 |
-
msgid "Y/m/d g:i:s a"
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: admin/class-stats.php:240
|
282 |
-
#, php-format
|
283 |
-
msgid "%s ago"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: admin/class-stats.php:242
|
287 |
-
msgid "Y/m/d"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: admin/class-stats.php:276 includes/class-top-10-widget.php:71
|
291 |
-
msgid "Title"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: admin/class-stats.php:277
|
295 |
-
msgid "Total visits"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: admin/class-stats.php:278
|
299 |
-
msgid "Daily visits"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: admin/class-stats.php:279
|
303 |
-
msgid "Post type"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: admin/class-stats.php:280
|
307 |
-
msgid "Author"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: admin/class-stats.php:281
|
311 |
-
msgid "Date"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: admin/class-stats.php:315
|
315 |
-
msgid "Delete Count"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/class-stats.php:355
|
319 |
-
msgid "Are you sure you want to do this"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/main-view.php:34 admin/main-view.php:56
|
323 |
-
msgid "General options"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/main-view.php:35 admin/main-view.php:175
|
327 |
-
msgid "Counter and tracker options"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/main-view.php:36 admin/main-view.php:280
|
331 |
-
msgid "Popular post list options"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/main-view.php:37 admin/main-view.php:489
|
335 |
-
#: includes/class-top-10-widget.php:115
|
336 |
-
#, fuzzy
|
337 |
-
msgid "Thumbnail options"
|
338 |
-
msgstr "Установки превью до записів:"
|
339 |
-
|
340 |
-
#: admin/main-view.php:38 admin/main-view.php:652
|
341 |
-
msgid "Styles"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: admin/main-view.php:39 admin/main-view.php:748
|
345 |
-
msgid "Maintenance"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: admin/main-view.php:72
|
349 |
-
msgid "Enable trackers:"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: admin/main-view.php:77 includes/class-top-10-widget.php:81
|
353 |
-
msgid "Overall"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: admin/main-view.php:83 admin/main-view.php:767
|
357 |
-
msgid "Daily"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/main-view.php:89
|
361 |
-
msgid "Enable cache:"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/main-view.php:92
|
365 |
-
msgid ""
|
366 |
-
"If activated, Top 10 will use the Transients API to cache the popular posts "
|
367 |
-
"output for 1 hour."
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: admin/main-view.php:93
|
371 |
-
msgid "Clear cache"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: admin/main-view.php:97
|
375 |
-
msgid "Use Ajax for tracking:"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: admin/main-view.php:100
|
379 |
-
msgid ""
|
380 |
-
"This will try to prevent W3 Total Cache and other caching plugins from "
|
381 |
-
"caching the tracker script of the plugin. Try toggling this option in case "
|
382 |
-
"you find that your posts are not tracked."
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: admin/main-view.php:104
|
386 |
-
msgid "Start daily counts from midnight:"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: admin/main-view.php:107
|
390 |
-
msgid ""
|
391 |
-
"Daily counter will display number of visits from midnight. This option is "
|
392 |
-
"checked by default and mimics the way most normal counters work. Turning "
|
393 |
-
"this off will allow you to use the hourly setting in the next option."
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/main-view.php:111
|
397 |
-
msgid "Daily popular contains top posts over:"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/main-view.php:113
|
401 |
-
msgid "day(s)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/main-view.php:114
|
405 |
-
msgid "hour(s)"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: admin/main-view.php:115
|
409 |
-
msgid ""
|
410 |
-
"Think of Daily Popular has a custom date range applied as a global setting. "
|
411 |
-
"Instead of displaying popular posts from the past day, this setting lets you "
|
412 |
-
"display posts for as many days or as few hours as you want. This can be "
|
413 |
-
"overridden in the widget."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/main-view.php:119
|
417 |
-
msgid "Delete options on uninstall"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: admin/main-view.php:122
|
421 |
-
msgid ""
|
422 |
-
"If this is checked, all settings related to Top 10 are removed from the "
|
423 |
-
"database if you choose to uninstall/delete the plugin."
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: admin/main-view.php:126
|
427 |
-
msgid "Delete counter data on uninstall"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: admin/main-view.php:129
|
431 |
-
msgid ""
|
432 |
-
"If this is checked, the tables containing the counter statistics are removed "
|
433 |
-
"from the database if you choose to uninstall/delete the plugin."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: admin/main-view.php:130
|
437 |
-
msgid ""
|
438 |
-
"Keep this unchecked if you choose to reinstall the plugin and don't want to "
|
439 |
-
"lose your counter data."
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: admin/main-view.php:133
|
443 |
-
msgid "Show metabox:"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: admin/main-view.php:136
|
447 |
-
msgid ""
|
448 |
-
"This will add the Top 10 metabox on Edit Posts or Add New Posts screens. "
|
449 |
-
"Also applies to Pages and Custom Post Types."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/main-view.php:140
|
453 |
-
msgid "Limit metabox to Admins only:"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: admin/main-view.php:143
|
457 |
-
msgid ""
|
458 |
-
"If this is selected, the metabox will be hidden from anyone who is not an "
|
459 |
-
"Admin. Otherwise, by default, Contributors and above will be able to see the "
|
460 |
-
"metabox. This applies only if the above option is selected."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: admin/main-view.php:148
|
464 |
-
msgid "Link to Top 10 plugin page"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: admin/main-view.php:151
|
468 |
-
#, fuzzy
|
469 |
-
msgid ""
|
470 |
-
"A link to the plugin is added as an extra list item to the list of popular "
|
471 |
-
"posts"
|
472 |
-
msgstr ""
|
473 |
-
"Залишити посилання на плагін під списками Популярних записів? Автор плагіна "
|
474 |
-
"був би дуже вдячний Вам, якщо Ви її все ж залишите!"
|
475 |
-
|
476 |
-
#: admin/main-view.php:156 admin/main-view.php:261 admin/main-view.php:470
|
477 |
-
#: admin/main-view.php:633 admin/main-view.php:727
|
478 |
-
#, fuzzy
|
479 |
-
msgid "Save Options"
|
480 |
-
msgstr "Установки плагіна:"
|
481 |
-
|
482 |
-
#: admin/main-view.php:191
|
483 |
-
#, fuzzy
|
484 |
-
msgid "Display number of views on:"
|
485 |
-
msgstr "Показувати кількість переглядів запису?"
|
486 |
-
|
487 |
-
#: admin/main-view.php:193
|
488 |
-
msgid "Posts"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/main-view.php:194
|
492 |
-
#, fuzzy
|
493 |
-
msgid "Pages"
|
494 |
-
msgstr "Сторінка"
|
495 |
-
|
496 |
-
#: admin/main-view.php:195
|
497 |
-
msgid "Home page"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: admin/main-view.php:196
|
501 |
-
msgid "Feeds"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: admin/main-view.php:197
|
505 |
-
msgid "Category archives"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: admin/main-view.php:198
|
509 |
-
msgid "Tag archives"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: admin/main-view.php:199
|
513 |
-
msgid "Other archives"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: admin/main-view.php:200
|
517 |
-
msgid ""
|
518 |
-
"If you choose to disable this, please add <code><?php if "
|
519 |
-
"( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>"
|
520 |
-
"</code> to your template file where you want it displayed"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: admin/main-view.php:204
|
524 |
-
#, fuzzy
|
525 |
-
msgid "Format to display the post views:"
|
526 |
-
msgstr ""
|
527 |
-
"У полі нижче ви можете налаштувати формат відображення кількості переглядів "
|
528 |
-
"за день, за весь час для записів/сторінок:"
|
529 |
-
|
530 |
-
#: admin/main-view.php:207
|
531 |
-
msgid ""
|
532 |
-
"Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
|
533 |
-
"%</code> to display the daily count and <code>%overallcount%</code> to "
|
534 |
-
"display the overall count across all posts on the blog. e.g. the default "
|
535 |
-
"options displays <code>[Visited 123 times, 23 visits today]</code>"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: admin/main-view.php:211
|
539 |
-
msgid "What do display when there are no visits?"
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: admin/main-view.php:214
|
543 |
-
msgid ""
|
544 |
-
"This text applies only when there are 0 hits for the post and it isn't a "
|
545 |
-
"single page. e.g. if you display post views on the homepage or archives then "
|
546 |
-
"this text will be used. To override this, just enter the same text as above "
|
547 |
-
"option."
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: admin/main-view.php:218
|
551 |
-
msgid "Always display latest post count"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: admin/main-view.php:221
|
555 |
-
msgid ""
|
556 |
-
"This option uses JavaScript and will increase your page load time. Turn this "
|
557 |
-
"off if you are not using caching plugins or are OK with displaying older "
|
558 |
-
"cached counts."
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: admin/main-view.php:225
|
562 |
-
msgid "Track visits of authors on their own posts?"
|
563 |
-
msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
|
564 |
-
|
565 |
-
#: admin/main-view.php:228
|
566 |
-
msgid ""
|
567 |
-
"Disabling this option will stop authors visits tracked on their own posts"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: admin/main-view.php:232
|
571 |
-
#, fuzzy
|
572 |
-
msgid "Track visits of admins?"
|
573 |
-
msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
|
574 |
-
|
575 |
-
#: admin/main-view.php:235
|
576 |
-
msgid "Disabling this option will stop admin visits being tracked."
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: admin/main-view.php:239
|
580 |
-
#, fuzzy
|
581 |
-
msgid "Track visits of Editors?"
|
582 |
-
msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
|
583 |
-
|
584 |
-
#: admin/main-view.php:242
|
585 |
-
msgid "Disabling this option will stop editor visits being tracked."
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/main-view.php:246
|
589 |
-
msgid "Display page views on Posts and Pages in Admin"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: admin/main-view.php:249
|
593 |
-
msgid ""
|
594 |
-
"Adds three columns called Total Views, Today's Views and Views to All Posts "
|
595 |
-
"and All Pages"
|
596 |
-
msgstr ""
|
597 |
-
|
598 |
-
#: admin/main-view.php:253
|
599 |
-
#, fuzzy
|
600 |
-
msgid "Show number of views to non-admins"
|
601 |
-
msgstr "Показувати кількість переглядів сторінки?"
|
602 |
-
|
603 |
-
#: admin/main-view.php:256
|
604 |
-
msgid ""
|
605 |
-
"If you disable this then non-admins won't see the above columns or view the "
|
606 |
-
"independent pages with the top posts"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: admin/main-view.php:296
|
610 |
-
msgid "Number of popular posts to display:"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: admin/main-view.php:299
|
614 |
-
msgid ""
|
615 |
-
"Maximum number of posts that will be displayed in the list. This option is "
|
616 |
-
"used if you don't specify the number of posts in the widget or shortcodes"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/main-view.php:303
|
620 |
-
msgid "Published age of posts:"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/main-view.php:305 includes/class-top-10-widget.php:88
|
624 |
-
msgid "days"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/main-view.php:306
|
628 |
-
msgid ""
|
629 |
-
"This options allows you to only show posts that have been published within "
|
630 |
-
"the above day range. Applies to both overall posts and daily posts lists."
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: admin/main-view.php:307
|
634 |
-
msgid ""
|
635 |
-
"e.g. 365 days will only show posts published in the last year in the popular "
|
636 |
-
"posts lists. Enter 0 for no restriction."
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: admin/main-view.php:311
|
640 |
-
msgid "Post types to include in results (including custom post types)"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: admin/main-view.php:325
|
644 |
-
msgid "List of post or page IDs to exclude from the results:"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/main-view.php:327 admin/main-view.php:438
|
648 |
-
msgid "Enter comma separated list of IDs. e.g. 188,320,500"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/main-view.php:331
|
652 |
-
msgid "Exclude Categories:"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: admin/main-view.php:346
|
656 |
-
msgid ""
|
657 |
-
"Comma separated list of category slugs. The field above has an autocomplete "
|
658 |
-
"so simply start typing in the starting letters and it will prompt you with "
|
659 |
-
"options"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: admin/main-view.php:350
|
663 |
-
msgid "Excluded category IDs are:"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: admin/main-view.php:356
|
667 |
-
msgid ""
|
668 |
-
"These might differ from the IDs visible in the Categories page which use the "
|
669 |
-
"<code>term_id</code>. Top 10 uses the <code>term_taxonomy_id</code> which is "
|
670 |
-
"unique to this taxonomy."
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/main-view.php:362
|
674 |
-
msgid "Title of popular posts:"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/main-view.php:368
|
678 |
-
msgid "Title of daily popular posts:"
|
679 |
-
msgstr ""
|
680 |
-
|
681 |
-
#: admin/main-view.php:374
|
682 |
-
msgid "When there are no posts, what should be shown?"
|
683 |
-
msgstr ""
|
684 |
-
|
685 |
-
#: admin/main-view.php:378
|
686 |
-
msgid "Blank Output"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: admin/main-view.php:382
|
690 |
-
msgid "Display:"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: admin/main-view.php:387
|
694 |
-
msgid "Show post excerpt in list?"
|
695 |
-
msgstr "Показувати текст запису в списку?"
|
696 |
-
|
697 |
-
#: admin/main-view.php:393
|
698 |
-
msgid "Length of excerpt (in words):"
|
699 |
-
msgstr ""
|
700 |
-
|
701 |
-
#: admin/main-view.php:399
|
702 |
-
#, fuzzy
|
703 |
-
msgid "Show post author in list?"
|
704 |
-
msgstr "Показувати текст запису в списку?"
|
705 |
-
|
706 |
-
#: admin/main-view.php:405
|
707 |
-
#, fuzzy
|
708 |
-
msgid "Show post date in list?"
|
709 |
-
msgstr "Показувати текст запису в списку?"
|
710 |
-
|
711 |
-
#: admin/main-view.php:411
|
712 |
-
msgid "Limit post title length (in characters)"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: admin/main-view.php:417
|
716 |
-
#, fuzzy
|
717 |
-
msgid "Show view count in list?"
|
718 |
-
msgstr "Показувати текст запису в списку?"
|
719 |
-
|
720 |
-
#: admin/main-view.php:423
|
721 |
-
msgid "Open links in new window"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: admin/main-view.php:429
|
725 |
-
msgid "Add nofollow attribute to links in the list"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: admin/main-view.php:435
|
729 |
-
msgid "Exclude display of related posts on these posts / pages"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
-
#: admin/main-view.php:442
|
733 |
-
#, fuzzy
|
734 |
-
msgid "Customise the list HTML"
|
735 |
-
msgstr "Установки оформлення списку:"
|
736 |
-
|
737 |
-
#: admin/main-view.php:445
|
738 |
-
msgid "HTML to display before the list of posts:"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: admin/main-view.php:451
|
742 |
-
msgid "HTML to display before each list item:"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: admin/main-view.php:457
|
746 |
-
msgid "HTML to display after each list item:"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: admin/main-view.php:463
|
750 |
-
msgid "HTML to display after the list of posts:"
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: admin/main-view.php:504
|
754 |
-
msgid "Location of post thumbnail:"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: admin/main-view.php:508
|
758 |
-
#, fuzzy
|
759 |
-
msgid "Display thumbnails inline with posts, before title"
|
760 |
-
msgstr "Відображати і превью, і текст"
|
761 |
-
|
762 |
-
#: admin/main-view.php:513
|
763 |
-
#, fuzzy
|
764 |
-
msgid "Display thumbnails inline with posts, after title"
|
765 |
-
msgstr "Відображати і превью, і текст"
|
766 |
-
|
767 |
-
#: admin/main-view.php:518
|
768 |
-
msgid "Display only thumbnails, no text"
|
769 |
-
msgstr "Показувати тільки превью, без тексту"
|
770 |
-
|
771 |
-
#: admin/main-view.php:523
|
772 |
-
msgid "Do not display thumbnails, only text."
|
773 |
-
msgstr "Показувати лише текст, без превью"
|
774 |
-
|
775 |
-
#: admin/main-view.php:527
|
776 |
-
msgid ""
|
777 |
-
"This setting cannot be changed because an inbuilt style has been selected "
|
778 |
-
"under the Styles section. If you would like to change this option, please "
|
779 |
-
"select No styles under the Styles section."
|
780 |
-
msgstr ""
|
781 |
-
|
782 |
-
#: admin/main-view.php:531
|
783 |
-
msgid "Thumbnail size:"
|
784 |
-
msgstr ""
|
785 |
-
|
786 |
-
#: admin/main-view.php:555
|
787 |
-
msgid "Custom size"
|
788 |
-
msgstr ""
|
789 |
-
|
790 |
-
#: admin/main-view.php:558
|
791 |
-
msgid ""
|
792 |
-
"You can choose from existing image sizes above or create a custom size. If "
|
793 |
-
"you have chosen Custom size above, then enter the width, height and crop "
|
794 |
-
"settings below. For best results, use a cropped image."
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: admin/main-view.php:559
|
798 |
-
msgid ""
|
799 |
-
"If you change the width and/or height below, existing images will not be "
|
800 |
-
"automatically resized."
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: admin/main-view.php:560
|
804 |
-
#, php-format
|
805 |
-
msgid ""
|
806 |
-
"I recommend using <a href='%s' class='thickbox'>OTF Regenerate Thumbnails</"
|
807 |
-
"a> or <a href='%s' class='thickbox'>Regenerate Thumbnails</a> to regenerate "
|
808 |
-
"all image sizes."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: admin/main-view.php:563
|
812 |
-
msgid ""
|
813 |
-
"If you're using the Left Thumbs style below then the thumbnail width and "
|
814 |
-
"height that you set here will supersede the widget. Alternatively, choose "
|
815 |
-
"<strong>Style attributes</strong> under <strong>Image size attributes</"
|
816 |
-
"strong> option below"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: admin/main-view.php:566
|
820 |
-
msgid "Width of custom thumbnail:"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: admin/main-view.php:571
|
824 |
-
msgid "Height of custom thumbnail"
|
825 |
-
msgstr ""
|
826 |
-
|
827 |
-
#: admin/main-view.php:576
|
828 |
-
msgid "Crop mode:"
|
829 |
-
msgstr ""
|
830 |
-
|
831 |
-
#: admin/main-view.php:580
|
832 |
-
msgid ""
|
833 |
-
"By default, thumbnails will be proportionately cropped. Check this box to "
|
834 |
-
"hard crop the thumbnails."
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: admin/main-view.php:581
|
838 |
-
#, php-format
|
839 |
-
msgid "<a href='%s' target='_blank'>Difference between soft and hard crop</a>"
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: admin/main-view.php:585
|
843 |
-
msgid "Image size attributes:"
|
844 |
-
msgstr ""
|
845 |
-
|
846 |
-
#: admin/main-view.php:589
|
847 |
-
msgid "Style attributes are used for width and height."
|
848 |
-
msgstr ""
|
849 |
-
|
850 |
-
#: admin/main-view.php:595
|
851 |
-
msgid "HTML width and height attributes are used for width and height."
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/main-view.php:601
|
855 |
-
msgid "No HTML or Style attributes set for width and height"
|
856 |
-
msgstr ""
|
857 |
-
|
858 |
-
#: admin/main-view.php:606
|
859 |
-
msgid "Post thumbnail meta field name:"
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#: admin/main-view.php:609
|
863 |
-
msgid ""
|
864 |
-
"The value of this field should contain the image source and is set in the "
|
865 |
-
"<em>Add New Post</em> screen"
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: admin/main-view.php:612
|
869 |
-
#, fuzzy
|
870 |
-
msgid ""
|
871 |
-
"If the postmeta is not set, then should the plugin extract the first image "
|
872 |
-
"from the post?"
|
873 |
-
msgstr ""
|
874 |
-
"Якщо назва для мета-поля не встановлена, то плагін буде виводити перше "
|
875 |
-
"зображення із запису. Це може злегка збільшити завантаження в перший раз, "
|
876 |
-
"так як буде створюватися зменшена копія зображення"
|
877 |
-
|
878 |
-
#: admin/main-view.php:615
|
879 |
-
#, fuzzy
|
880 |
-
msgid ""
|
881 |
-
"This could slow down the loading of your page if the first image in the "
|
882 |
-
"related posts is large in file-size"
|
883 |
-
msgstr ""
|
884 |
-
"Якщо назва для мета-поля не встановлена, то плагін буде виводити перше "
|
885 |
-
"зображення із запису. Це може злегка збільшити завантаження в перший раз, "
|
886 |
-
"так як буде створюватися зменшена копія зображення"
|
887 |
-
|
888 |
-
#: admin/main-view.php:618
|
889 |
-
msgid "Use default thumbnail?"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: admin/main-view.php:621
|
893 |
-
msgid ""
|
894 |
-
"If checked, when no thumbnail is found, show a default one from the URL "
|
895 |
-
"below. If not checked and no thumbnail is found, no image will be shown."
|
896 |
-
msgstr ""
|
897 |
-
|
898 |
-
#: admin/main-view.php:624
|
899 |
-
msgid "Default thumbnail:"
|
900 |
-
msgstr ""
|
901 |
-
|
902 |
-
#: admin/main-view.php:628
|
903 |
-
#, fuzzy
|
904 |
-
msgid ""
|
905 |
-
"The plugin will first check if the post contains a thumbnail. If it doesn't "
|
906 |
-
"then it will check the meta field. If this is not available, then it will "
|
907 |
-
"show the default image as specified above"
|
908 |
-
msgstr ""
|
909 |
-
"У першу чергу, плагін перевірить, чи є у запису превью (перевірка по "
|
910 |
-
"заданому раніше мета-полю). Якщо ж превью нема - буде виводитися картинка за "
|
911 |
-
"замовчунням:"
|
912 |
-
|
913 |
-
#: admin/main-view.php:667
|
914 |
-
msgid "Style of the related posts:"
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: admin/main-view.php:670
|
918 |
-
msgid "No styles"
|
919 |
-
msgstr ""
|
920 |
-
|
921 |
-
#: admin/main-view.php:672
|
922 |
-
msgid "Select this option if you plan to add your own styles"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: admin/main-view.php:677
|
926 |
-
msgid "Left Thumbnails"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#: admin/main-view.php:680
|
930 |
-
msgid ""
|
931 |
-
"Enabling this option will set the post thumbnail to be before text. "
|
932 |
-
"Disabling this option will not revert any settings."
|
933 |
-
msgstr ""
|
934 |
-
|
935 |
-
#: admin/main-view.php:681
|
936 |
-
#, php-format
|
937 |
-
msgid ""
|
938 |
-
"You can view the default style at <a href=\"%1$s\" target=\"_blank\">%1$s</a>"
|
939 |
-
msgstr ""
|
940 |
-
|
941 |
-
#: admin/main-view.php:685
|
942 |
-
msgid "Text only"
|
943 |
-
msgstr ""
|
944 |
-
|
945 |
-
#: admin/main-view.php:687
|
946 |
-
msgid ""
|
947 |
-
"Enabling this option will disable thumbnails and no longer include the "
|
948 |
-
"default style sheet included in the plugin."
|
949 |
-
msgstr ""
|
950 |
-
|
951 |
-
#: admin/main-view.php:703
|
952 |
-
msgid "Custom CSS to add to header:"
|
953 |
-
msgstr ""
|
954 |
-
|
955 |
-
#: admin/main-view.php:708
|
956 |
-
msgid ""
|
957 |
-
"Do not include <code>style</code> tags. Check out the <a href=\"http://"
|
958 |
-
"wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
|
959 |
-
"available CSS classes to style."
|
960 |
-
msgstr ""
|
961 |
-
|
962 |
-
#: admin/main-view.php:728
|
963 |
-
#, fuzzy
|
964 |
-
msgid "Default Options"
|
965 |
-
msgstr "Установки плагіна:"
|
966 |
-
|
967 |
-
#: admin/main-view.php:728
|
968 |
-
msgid "Do you want to set options to Default?"
|
969 |
-
msgstr "Скинути налаштування плагіна?"
|
970 |
-
|
971 |
-
#: admin/main-view.php:752
|
972 |
-
msgid ""
|
973 |
-
"Over time the Daily Top 10 database grows in size, which reduces the "
|
974 |
-
"performance of the plugin. Cleaning the database at regular intervals could "
|
975 |
-
"improve performance, especially on high traffic blogs. Enabling maintenance "
|
976 |
-
"will automatically delete entries older than 90 days."
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: admin/main-view.php:753
|
980 |
-
msgid ""
|
981 |
-
"Note: When scheduled maintenance is enabled, WordPress will run the cron job "
|
982 |
-
"everytime the job is rescheduled (i.e. you change the settings below)."
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: admin/main-view.php:756
|
986 |
-
msgid "Enable scheduled maintenance of daily tables:"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: admin/main-view.php:760
|
990 |
-
msgid "Time to run maintenance"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: admin/main-view.php:761
|
994 |
-
msgid "hrs"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: admin/main-view.php:761
|
998 |
-
msgid "min"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: admin/main-view.php:763
|
1002 |
-
msgid "How often should the maintenance be run:"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: admin/main-view.php:771
|
1006 |
-
msgid "Weekly"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: admin/main-view.php:775
|
1010 |
-
msgid "Fortnightly"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: admin/main-view.php:779
|
1014 |
-
msgid "Monthly"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: admin/main-view.php:788
|
1018 |
-
msgid "The cron job has been scheduled. Maintenance will run"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: admin/main-view.php:793
|
1022 |
-
msgid "The cron job is missing. Please resave this page to add the job"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: admin/main-view.php:798
|
1026 |
-
msgid "Maintenance is turned off"
|
1027 |
-
msgstr ""
|
1028 |
-
|
1029 |
-
#: admin/main-view.php:804
|
1030 |
-
msgid "Save Maintenance Options"
|
1031 |
-
msgstr ""
|
1032 |
-
|
1033 |
-
#: admin/main-view.php:812
|
1034 |
-
msgid "Reset count and other tools"
|
1035 |
-
msgstr ""
|
1036 |
-
|
1037 |
-
#: admin/main-view.php:815
|
1038 |
-
msgid ""
|
1039 |
-
"This cannot be reversed. Make sure that your database has been backed up "
|
1040 |
-
"before proceeding"
|
1041 |
-
msgstr ""
|
1042 |
-
"Скидання статистики не може бути обернена. Перед тим, як скидати все, "
|
1043 |
-
"переконайтесь, що у вас є копія вашої бази даних!"
|
1044 |
-
|
1045 |
-
#: admin/main-view.php:818
|
1046 |
-
#, fuzzy
|
1047 |
-
msgid "Reset Popular Posts"
|
1048 |
-
msgstr "Популярні записи"
|
1049 |
-
|
1050 |
-
#: admin/main-view.php:818
|
1051 |
-
msgid "Are you sure you want to reset the popular posts?"
|
1052 |
-
msgstr "Ви впевнені, що хочете скинути статистику для Популярних записів?"
|
1053 |
-
|
1054 |
-
#: admin/main-view.php:819
|
1055 |
-
#, fuzzy
|
1056 |
-
msgid "Reset Daily Popular Posts"
|
1057 |
-
msgstr "Популярні сьогодні записи"
|
1058 |
-
|
1059 |
-
#: admin/main-view.php:819
|
1060 |
-
msgid "Are you sure you want to reset the daily popular posts?"
|
1061 |
-
msgstr ""
|
1062 |
-
"Ви впевнені, що хочете скинути статистику для Популярних сьогодні записів?"
|
1063 |
-
|
1064 |
-
#: admin/main-view.php:822
|
1065 |
-
msgid "This will merge post counts for posts with table entries of 0 and 1"
|
1066 |
-
msgstr ""
|
1067 |
-
|
1068 |
-
#: admin/main-view.php:825
|
1069 |
-
msgid "Merge blog ID 0 and 1 post counts"
|
1070 |
-
msgstr ""
|
1071 |
-
|
1072 |
-
#: admin/main-view.php:825
|
1073 |
-
msgid "This will merge post counts for blog IDs 0 and 1. Proceed?"
|
1074 |
-
msgstr ""
|
1075 |
-
|
1076 |
-
#: admin/main-view.php:828
|
1077 |
-
msgid ""
|
1078 |
-
"In older versions, the plugin created entries with duplicate post IDs. "
|
1079 |
-
"Clicking the button below will merge these duplicate IDs"
|
1080 |
-
msgstr ""
|
1081 |
-
|
1082 |
-
#: admin/main-view.php:831
|
1083 |
-
msgid "Merge duplicates across blog IDs"
|
1084 |
-
msgstr ""
|
1085 |
-
|
1086 |
-
#: admin/main-view.php:831
|
1087 |
-
msgid "This will delete the duplicate entries in the tables. Proceed?"
|
1088 |
-
msgstr "Буде проведено видалення дубльованих запісів з статистики. Продовжити?"
|
1089 |
-
|
1090 |
-
#: admin/main-view.php:847
|
1091 |
-
msgid "WordPress Multisite: Migrate Top 10 v1.x counts to 2.x"
|
1092 |
-
msgstr ""
|
1093 |
-
|
1094 |
-
#: admin/main-view.php:850
|
1095 |
-
msgid ""
|
1096 |
-
"If you've been using Top 10 v1.x on multisite, you would have needed to "
|
1097 |
-
"activate the plugin independently for each site. This would have resulted in "
|
1098 |
-
"two tables being created for each site in the network."
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: admin/main-view.php:851
|
1102 |
-
msgid ""
|
1103 |
-
"Top 10 v2.x onwards uses only a single table to record the count, keeping "
|
1104 |
-
"your database clean. You can use this tool to import the recorded counts "
|
1105 |
-
"from v1.x tables to the new v2.x table format."
|
1106 |
-
msgstr ""
|
1107 |
-
|
1108 |
-
#: admin/main-view.php:854
|
1109 |
-
msgid ""
|
1110 |
-
"If you do not see any tables below, then it means that either all data has "
|
1111 |
-
"already been imported or no relevant information has been found."
|
1112 |
-
msgstr ""
|
1113 |
-
|
1114 |
-
#: admin/main-view.php:857
|
1115 |
-
msgid ""
|
1116 |
-
"After running the importer, please verify that all the counts have been "
|
1117 |
-
"successfully imported. Only then should you delete any old tables!"
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: admin/main-view.php:891
|
1121 |
-
msgid "Blog ID"
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: admin/main-view.php:894
|
1125 |
-
msgid "Status"
|
1126 |
-
msgstr ""
|
1127 |
-
|
1128 |
-
#: admin/main-view.php:897
|
1129 |
-
msgid "Select to import"
|
1130 |
-
msgstr ""
|
1131 |
-
|
1132 |
-
#: admin/main-view.php:907
|
1133 |
-
msgid "Blog #"
|
1134 |
-
msgstr ""
|
1135 |
-
|
1136 |
-
#: admin/main-view.php:917
|
1137 |
-
msgid "Not imported"
|
1138 |
-
msgstr ""
|
1139 |
-
|
1140 |
-
#: admin/main-view.php:921
|
1141 |
-
msgid "Imported"
|
1142 |
-
msgstr ""
|
1143 |
-
|
1144 |
-
#: admin/main-view.php:942
|
1145 |
-
msgid "Begin import"
|
1146 |
-
msgstr ""
|
1147 |
-
|
1148 |
-
#: admin/main-view.php:943
|
1149 |
-
msgid "Delete selected tables"
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
#: admin/main-view.php:944
|
1153 |
-
msgid "Delete all imported tables"
|
1154 |
-
msgstr ""
|
1155 |
-
|
1156 |
-
#: includes/class-top-10-widget.php:31
|
1157 |
-
#, fuzzy
|
1158 |
-
msgid "Popular Posts [Top 10]"
|
1159 |
-
msgstr "Популярні записи"
|
1160 |
-
|
1161 |
-
#: includes/class-top-10-widget.php:32
|
1162 |
-
#, fuzzy
|
1163 |
-
msgid "Display popular posts"
|
1164 |
-
msgstr "Популярні сьогодні записи"
|
1165 |
-
|
1166 |
-
#: includes/class-top-10-widget.php:76
|
1167 |
-
msgid "No. of posts"
|
1168 |
-
msgstr ""
|
1169 |
-
|
1170 |
-
#: includes/class-top-10-widget.php:82
|
1171 |
-
msgid "Custom time period (Enter below)"
|
1172 |
-
msgstr ""
|
1173 |
-
|
1174 |
-
#: includes/class-top-10-widget.php:86
|
1175 |
-
msgid "In days and hours (applies only to custom option above)"
|
1176 |
-
msgstr ""
|
1177 |
-
|
1178 |
-
#: includes/class-top-10-widget.php:91
|
1179 |
-
msgid "hours"
|
1180 |
-
msgstr ""
|
1181 |
-
|
1182 |
-
#: includes/class-top-10-widget.php:96
|
1183 |
-
#, fuzzy
|
1184 |
-
msgid "Show count?"
|
1185 |
-
msgstr "Показувати текст запису в списку?"
|
1186 |
-
|
1187 |
-
#: includes/class-top-10-widget.php:101
|
1188 |
-
#, fuzzy
|
1189 |
-
msgid "Show excerpt?"
|
1190 |
-
msgstr "Показувати текст запису в списку?"
|
1191 |
-
|
1192 |
-
#: includes/class-top-10-widget.php:106
|
1193 |
-
#, fuzzy
|
1194 |
-
msgid "Show author?"
|
1195 |
-
msgstr "Показувати текст запису в списку?"
|
1196 |
-
|
1197 |
-
#: includes/class-top-10-widget.php:111
|
1198 |
-
#, fuzzy
|
1199 |
-
msgid "Show date?"
|
1200 |
-
msgstr "Показувати текст запису в списку?"
|
1201 |
-
|
1202 |
-
#: includes/class-top-10-widget.php:117
|
1203 |
-
#, fuzzy
|
1204 |
-
msgid "Thumbnails inline, before title"
|
1205 |
-
msgstr "Відображати і превью, і текст"
|
1206 |
-
|
1207 |
-
#: includes/class-top-10-widget.php:118
|
1208 |
-
#, fuzzy
|
1209 |
-
msgid "Thumbnails inline, after title"
|
1210 |
-
msgstr "Відображати і превью, і текст"
|
1211 |
-
|
1212 |
-
#: includes/class-top-10-widget.php:119
|
1213 |
-
#, fuzzy
|
1214 |
-
msgid "Only thumbnails, no text"
|
1215 |
-
msgstr "Показувати тільки превью, без тексту"
|
1216 |
-
|
1217 |
-
#: includes/class-top-10-widget.php:120
|
1218 |
-
#, fuzzy
|
1219 |
-
msgid "No thumbnails, only text."
|
1220 |
-
msgstr "Показувати лише текст, без превью"
|
1221 |
-
|
1222 |
-
#: includes/class-top-10-widget.php:125
|
1223 |
-
#, fuzzy
|
1224 |
-
msgid "Thumbnail height"
|
1225 |
-
msgstr "Установки превью до записів:"
|
1226 |
-
|
1227 |
-
#: includes/class-top-10-widget.php:131
|
1228 |
-
#, fuzzy
|
1229 |
-
msgid "Thumbnail width"
|
1230 |
-
msgstr "Установки превью до записів:"
|
1231 |
-
|
1232 |
-
#: includes/class-top-10-widget.php:135
|
1233 |
-
msgid "Post types to include:"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: includes/media.php:62
|
1237 |
-
msgid "thumb_timthumb argument has been deprecated"
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: includes/media.php:66
|
1241 |
-
msgid "thumb_timthumb_q argument has been deprecated"
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: includes/media.php:70
|
1245 |
-
msgid "filter argument has been deprecated"
|
1246 |
-
msgstr ""
|
1247 |
-
|
1248 |
-
#: includes/output-generator.php:239
|
1249 |
-
msgid " by "
|
1250 |
-
msgstr ""
|
1251 |
-
|
1252 |
-
#: top-10.php:163
|
1253 |
-
msgid ""
|
1254 |
-
"posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the "
|
1255 |
-
"posts only."
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: top-10.php:300
|
1259 |
-
#, php-format
|
1260 |
-
msgid "Popular posts by <a href=\"%s\" rel=\"nofollow\" %s>Top 10 plugin</a>"
|
1261 |
-
msgstr ""
|
1262 |
-
|
1263 |
-
#: top-10.php:641
|
1264 |
-
msgid "<h3>Popular Posts</h3>"
|
1265 |
-
msgstr "<h3>Популярні записи</h3>"
|
1266 |
-
|
1267 |
-
#: top-10.php:642
|
1268 |
-
msgid "<h3>Daily Popular</h3>"
|
1269 |
-
msgstr "<h3>Популярні сьогодні записи</h3>"
|
1270 |
-
|
1271 |
-
#: top-10.php:643
|
1272 |
-
#, fuzzy
|
1273 |
-
msgid "No top posts yet"
|
1274 |
-
msgstr "Скинути статистику найпопулярніших записів"
|
1275 |
-
|
1276 |
-
#: top-10.php:1124
|
1277 |
-
msgid "Once Weekly"
|
1278 |
-
msgstr ""
|
1279 |
-
|
1280 |
-
#: top-10.php:1128
|
1281 |
-
msgid "Once Fortnightly"
|
1282 |
-
msgstr ""
|
1283 |
-
|
1284 |
-
#: top-10.php:1132
|
1285 |
-
msgid "Once Monthly"
|
1286 |
-
msgstr ""
|
1287 |
-
|
1288 |
-
#: top-10.php:1136
|
1289 |
-
msgid "Once quarterly"
|
1290 |
-
msgstr ""
|
1291 |
-
|
1292 |
-
#~ msgid "View Daily Popular Posts"
|
1293 |
-
#~ msgstr "Подивитися всі Популярні сьогодні записи"
|
1294 |
-
|
1295 |
-
#~ msgid "Results per-page:"
|
1296 |
-
#~ msgstr "Результатів на сторінку:"
|
1297 |
-
|
1298 |
-
#~ msgid "View Overall Popular Posts"
|
1299 |
-
#~ msgstr "Подивитися всі Популярні записи"
|
1300 |
-
|
1301 |
-
#~ msgid "Previous"
|
1302 |
-
#~ msgstr "Попередня сторінка"
|
1303 |
-
|
1304 |
-
#~ msgid "Next"
|
1305 |
-
#~ msgstr "Наступна сторінка"
|
1306 |
-
|
1307 |
-
#~ msgid "Daily Popular"
|
1308 |
-
#~ msgstr "Популярні сьогодні записи"
|
1309 |
-
|
1310 |
-
#~ msgid "Options saved successfully."
|
1311 |
-
#~ msgstr "Установки збережені."
|
1312 |
-
|
1313 |
-
#~ msgid "Number of popular posts to display: "
|
1314 |
-
#~ msgstr "Кількість Популярних записів у списку:"
|
1315 |
-
|
1316 |
-
#~ msgid "Exclude Categories: "
|
1317 |
-
#~ msgstr "Виключити Категорії:"
|
1318 |
-
|
1319 |
-
#~ msgid "Title of popular posts: "
|
1320 |
-
#~ msgstr "Заголовок списку Популярних записів:"
|
1321 |
-
|
1322 |
-
#~ msgid "Title of daily popular posts: "
|
1323 |
-
#~ msgstr "Заголовок списку Популярних сьогодні записів:"
|
1324 |
-
|
1325 |
-
#~ msgid "Length of excerpt (in words): "
|
1326 |
-
#~ msgstr "Довжина виведеного тексту (в словах):"
|
1327 |
-
|
1328 |
-
#~ msgid "HTML to display before the list of posts: "
|
1329 |
-
#~ msgstr "HTML-тег, який використовується перед списком:"
|
1330 |
-
|
1331 |
-
#~ msgid "HTML to display before each list item: "
|
1332 |
-
#~ msgstr "HTML-тег, який використовується перед кожним пунктом у списку:"
|
1333 |
-
|
1334 |
-
#~ msgid "HTML to display after each list item: "
|
1335 |
-
#~ msgstr "HTML-тег, який використовується після кожного пункту в списку:"
|
1336 |
-
|
1337 |
-
#~ msgid "HTML to display after the list of posts: "
|
1338 |
-
#~ msgstr "HTML-тег, який використовується після списку:"
|
1339 |
-
|
1340 |
-
#, fuzzy
|
1341 |
-
#~ msgid "Post thumbnail meta field name: "
|
1342 |
-
#~ msgstr "Установки превью до записів:"
|
1343 |
-
|
1344 |
-
#~ msgid "Enter amount in USD: "
|
1345 |
-
#~ msgstr "Скільки ви готові пожертвувати (в USD):"
|
1346 |
-
|
1347 |
-
#, fuzzy
|
1348 |
-
#~ msgid "Overall Popular Posts"
|
1349 |
-
#~ msgstr "Подивитися всі Популярні записи"
|
1350 |
-
|
1351 |
-
#~ msgid "Reset count"
|
1352 |
-
#~ msgstr "Скинути статистику"
|
1353 |
-
|
1354 |
-
#~ msgid "Daily Popular should contain views of how many days? "
|
1355 |
-
#~ msgstr ""
|
1356 |
-
#~ "За скільки днів вважати перегляди для списку Популярних сьогодні записів?"
|
1357 |
-
|
1358 |
-
#, fuzzy
|
1359 |
-
#~ msgid "Output options"
|
1360 |
-
#~ msgstr "Установки плагіна:"
|
1361 |
-
|
1362 |
-
#, fuzzy
|
1363 |
-
#~ msgid ""
|
1364 |
-
#~ "Use <code>%totalcount%</code> to display the total count, <code>"
|
1365 |
-
#~ "%dailycount%</code> to display the daily count and <code>%overallcount%</"
|
1366 |
-
#~ "code> to display the overall count across all posts on the blog. e.g. the "
|
1367 |
-
#~ "default options displays <code>(Visited 123 times, 23 visits today)</code>"
|
1368 |
-
#~ msgstr ""
|
1369 |
-
#~ "Використовуйте <code>%totalcount%</code> щоб вивести загальне число "
|
1370 |
-
#~ "переглядів, а <code>%dailycount%</code> - перегляди за добу. Наприклад: "
|
1371 |
-
#~ "<code>(Запис переглянуто 123 рази, сьогодні переглядів - 23)</code>."
|
1372 |
-
|
1373 |
-
#~ msgid "Post thumbnail options:"
|
1374 |
-
#~ msgstr "Установки превью до записів:"
|
1375 |
-
|
1376 |
-
#, fuzzy
|
1377 |
-
#~ msgid "This option uses JavaScript and will increase your page load time"
|
1378 |
-
#~ msgstr ""
|
1379 |
-
#~ "Зробити список Популярних записів динамічним? Опція використовує "
|
1380 |
-
#~ "JavaScript, і це може збільшити час завантаження сторінок"
|
1381 |
-
|
1382 |
-
#~ msgid "Display number of page views in popular lists?"
|
1383 |
-
#~ msgstr ""
|
1384 |
-
#~ "Показувати кількість переглядів записів/сторінок в списку Популярних "
|
1385 |
-
#~ "записів?"
|
1386 |
-
|
1387 |
-
#~ msgid "Recent developments"
|
1388 |
-
#~ msgstr "Останні розробки"
|
1389 |
-
|
1390 |
-
#~ msgid "Results"
|
1391 |
-
#~ msgstr "Результати"
|
1392 |
-
|
1393 |
-
#~ msgid "of"
|
1394 |
-
#~ msgstr "з"
|
1395 |
-
|
1396 |
-
#~ msgid "Page"
|
1397 |
-
#~ msgstr "Сторінка"
|
1398 |
-
|
1399 |
-
#, fuzzy
|
1400 |
-
#~ msgid "Exclude Pages?"
|
1401 |
-
#~ msgstr "Виключити Категорії:"
|
1402 |
-
|
1403 |
-
#~ msgid ""
|
1404 |
-
#~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
|
1405 |
-
#~ "continue to be counted."
|
1406 |
-
#~ msgstr ""
|
1407 |
-
#~ "Виключити сторінки зі списку Популярних записів? Кількість переглядів для "
|
1408 |
-
#~ "сторінок продовжуватиме підраховуватися"
|
1409 |
-
|
1410 |
-
#~ msgid "Follow @ajaydsouza on Twitter"
|
1411 |
-
#~ msgstr "Йди за @ajaydsouza в Twitter"
|
1412 |
-
|
1413 |
-
#~ msgid "Tables cleaned of duplicate rows"
|
1414 |
-
#~ msgstr "Все повторювані записи в статистиці були видалені"
|
1415 |
-
|
1416 |
-
#~ msgid ""
|
1417 |
-
#~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
|
1418 |
-
#~ "added with the count"
|
1419 |
-
#~ msgstr ""
|
1420 |
-
#~ "Показувати кількість переглядів записів/сторінок в адмінці? Для цього "
|
1421 |
-
#~ "буде додана окрема колонка в wp-admin/edit.php"
|
1422 |
-
|
1423 |
-
#~ msgid ""
|
1424 |
-
#~ "Post thumbnail meta field (the meta should point to the image source): "
|
1425 |
-
#~ msgstr "Ввести назву довільного поля (мета-поле) для виведення превью:"
|
1426 |
-
|
1427 |
-
#~ msgid "Thumbnail dimensions:"
|
1428 |
-
#~ msgstr "Розміри виведеного зображення (превью):"
|
1429 |
-
|
1430 |
-
#~ msgid "Max width: "
|
1431 |
-
#~ msgstr "Ширина:"
|
1432 |
-
|
1433 |
-
#~ msgid "Max height: "
|
1434 |
-
#~ msgstr "Висота:"
|
1435 |
-
|
1436 |
-
#~ msgid "Top 10 "
|
1437 |
-
#~ msgstr "Топ 10 записів"
|
1438 |
-
|
1439 |
-
#~ msgid "Support forum"
|
1440 |
-
#~ msgstr "Підтримка (англ.)"
|
1441 |
-
|
1442 |
-
#~ msgid "If you find "
|
1443 |
-
#~ msgstr "Если плагин"
|
1444 |
-
|
1445 |
-
#~ msgid "useful, please do"
|
1446 |
-
#~ msgstr "оказался для вас полезным, пожалуйста, сделайте"
|
1447 |
-
|
1448 |
-
#~ msgid "drop in your contribution"
|
1449 |
-
#~ msgstr "пожертвование"
|
1450 |
-
|
1451 |
-
#~ msgid "Some reasons why you should."
|
1452 |
-
#~ msgstr "Сделай пожертвование, поддержи автора плагина!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Tags: popular posts, top 10, counter, top posts, daily popular, page views, stat
|
|
3 |
Contributors: webberzone, Ajay
|
4 |
Donate link: https://ajaydsouza.com/donate/
|
5 |
Stable tag: trunk
|
6 |
-
Requires at least: 3.
|
7 |
-
Tested up to: 4.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Track daily and total visits on your blog posts. Display the count as well as popular and trending posts.
|
@@ -41,9 +41,7 @@ I spend a significant amount of my free time maintaining, updating and more impo
|
|
41 |
If you have been using this plugin and find this useful, do consider making a donation. This helps me pay for my hosting and domains.
|
42 |
|
43 |
= Translations =
|
44 |
-
Top 10 is
|
45 |
-
|
46 |
-
Visit [Top 10 on Transifex](https://www.transifex.com/wp-translations/top-10/).
|
47 |
|
48 |
|
49 |
= Contribute =
|
@@ -98,7 +96,7 @@ If your question isn't listed here, please create a new post at the [WordPress.o
|
|
98 |
|
99 |
Several customization options are available via the Settings page in WordPress Admin. You can access this via <strong>Settings » Top 10</strong>
|
100 |
|
101 |
-
The main CSS classes
|
102 |
|
103 |
* **tptn_posts** and **tptn_posts_daily**: Class of the main wrapper `div`. If you are displaying the related posts on non-singular pages, then you should style this
|
104 |
|
@@ -114,39 +112,35 @@ The main CSS classes / IDs are available:
|
|
114 |
|
115 |
= Shortcodes =
|
116 |
|
117 |
-
|
118 |
-
|
119 |
-
`[tptn_list limit="5" heading="1" daily="0"]`
|
120 |
|
121 |
*limit* : Maximum number of posts to return. The actual number displayed may be lower depending on the category / post exclusion settings.
|
122 |
|
123 |
-
*heading* :
|
124 |
|
125 |
-
`
|
126 |
-
<h3>Top posts</h3>
|
127 |
-
[tptn_list limit="2" heading="0"]
|
128 |
-
`
|
129 |
*daily* : If set to 1, then the shortcode will return the daily popular posts list
|
130 |
|
131 |
In addition to these attributes, the shortcode can take all the options as attributes. To see the detailed list take a look at the function `tptn_default_options()` in **top-10.php** file
|
132 |
|
133 |
|
134 |
-
|
135 |
-
|
136 |
-
`[tptn_views daily="0"]`
|
137 |
|
138 |
*daily* : If set to 1, then the shortcode will return the number of _daily_ views
|
139 |
|
140 |
|
141 |
= Manual install =
|
142 |
|
143 |
-
|
|
|
|
|
144 |
|
145 |
-
|
146 |
|
147 |
-
|
148 |
|
149 |
-
You can also use the WordPress Widgets to display the popular posts in your sidebar / other widgetized areas of your theme
|
|
|
|
|
150 |
|
151 |
= Can this plugin replace Google Analytics? =
|
152 |
|
@@ -157,7 +151,7 @@ No. Top 10 has been designed to only track the number of page-views on your blog
|
|
157 |
When you enabled the scheduled maintenance, Top 10 will create a cron job that will run at a predefined interval and clean up old entries from the `wp_top_ten_daily` table.
|
158 |
*Note: If you enable this option, WordPress will execute this job when it is scheduled the first time*
|
159 |
|
160 |
-
= How to make the columns on the Custom
|
161 |
Add the following code to your functions.php file of your theme.
|
162 |
|
163 |
`
|
@@ -172,13 +166,37 @@ add_filter( 'manage_edit-projects_sortable_columns', 'tptn_column_register_sorta
|
|
172 |
|
173 |
== Changelog ==
|
174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
= 2.2.4 =
|
176 |
|
177 |
* Enhancements:
|
178 |
* Changed text domain to `top-10` in advance of translate.wordpress.org translation system
|
179 |
* Improved support for WPML. If available, same language posts will be pulled by default. To restrict to the same language [add this code](https://gist.github.com/ajaydsouza/9b1bc56cec79295e784c) to your theme's functions.php file
|
180 |
|
181 |
-
|
182 |
= 2.2.3 =
|
183 |
|
184 |
* Bug fixes:
|
@@ -283,7 +301,7 @@ For previous changelog entries, please refer to the separate changelog.txt file
|
|
283 |
|
284 |
== Upgrade Notice ==
|
285 |
|
286 |
-
= 2.
|
287 |
-
* New features
|
288 |
Check the Changelog for more details
|
289 |
|
3 |
Contributors: webberzone, Ajay
|
4 |
Donate link: https://ajaydsouza.com/donate/
|
5 |
Stable tag: trunk
|
6 |
+
Requires at least: 3.9
|
7 |
+
Tested up to: 4.5
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Track daily and total visits on your blog posts. Display the count as well as popular and trending posts.
|
41 |
If you have been using this plugin and find this useful, do consider making a donation. This helps me pay for my hosting and domains.
|
42 |
|
43 |
= Translations =
|
44 |
+
Top 10 is available for [translation directly on WordPress.org](https://translate.wordpress.org/projects/wp-plugins/top-10). Check out the official [Translator Handbook](https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/) to contribute.
|
|
|
|
|
45 |
|
46 |
|
47 |
= Contribute =
|
96 |
|
97 |
Several customization options are available via the Settings page in WordPress Admin. You can access this via <strong>Settings » Top 10</strong>
|
98 |
|
99 |
+
The main CSS classes include:
|
100 |
|
101 |
* **tptn_posts** and **tptn_posts_daily**: Class of the main wrapper `div`. If you are displaying the related posts on non-singular pages, then you should style this
|
102 |
|
112 |
|
113 |
= Shortcodes =
|
114 |
|
115 |
+
`[tptn_list]` lets you insert the popular posts anywhere in your post content. It takes three main optional attributes `limit`, `heading` and `daily` as follows:
|
|
|
|
|
116 |
|
117 |
*limit* : Maximum number of posts to return. The actual number displayed may be lower depending on the category / post exclusion settings.
|
118 |
|
119 |
+
*heading* : Set to 0 to disable the heading specified in **Title of popular posts:** under **Output options**
|
120 |
|
|
|
|
|
|
|
|
|
121 |
*daily* : If set to 1, then the shortcode will return the daily popular posts list
|
122 |
|
123 |
In addition to these attributes, the shortcode can take all the options as attributes. To see the detailed list take a look at the function `tptn_default_options()` in **top-10.php** file
|
124 |
|
125 |
|
126 |
+
`[tptn_views]` lets you display the number of visits. The plugin takes one optional attribute `daily` as follows:
|
|
|
|
|
127 |
|
128 |
*daily* : If set to 1, then the shortcode will return the number of _daily_ views
|
129 |
|
130 |
|
131 |
= Manual install =
|
132 |
|
133 |
+
The below functions need to be added by editing your theme files where you wish to display them.
|
134 |
+
|
135 |
+
Display the post count with `<?php if ( function_exists( 'echo_tptn_post_count' ) ) { echo_tptn_post_count(); } ?>`
|
136 |
|
137 |
+
Display the overall most popular posts with `<?php if ( function_exists( 'tptn_show_pop_posts' ) ) { tptn_show_pop_posts(); } ?>`
|
138 |
|
139 |
+
Display the daily/custom period popular posts with `<?php if ( function_exists( 'tptn_show_daily_pop_posts' ) ) { tptn_show_daily_pop_posts(); } ?>`
|
140 |
|
141 |
+
You can also use the WordPress Widgets to display the popular posts in your sidebar / other widgetized areas of your theme
|
142 |
+
|
143 |
+
View [examples of the plugin API](https://gist.github.com/ajaydsouza/c8defd4b46e53240e376) to fetch the popular posts
|
144 |
|
145 |
= Can this plugin replace Google Analytics? =
|
146 |
|
151 |
When you enabled the scheduled maintenance, Top 10 will create a cron job that will run at a predefined interval and clean up old entries from the `wp_top_ten_daily` table.
|
152 |
*Note: If you enable this option, WordPress will execute this job when it is scheduled the first time*
|
153 |
|
154 |
+
= How to make the columns on the Custom Post Type admin pages sortable? =
|
155 |
Add the following code to your functions.php file of your theme.
|
156 |
|
157 |
`
|
166 |
|
167 |
== Changelog ==
|
168 |
|
169 |
+
= 2.3.0 =
|
170 |
+
|
171 |
+
* Features:
|
172 |
+
* Preliminary support for PolyLang
|
173 |
+
* Search box and post type filter added in Admin » View Popular Posts screen
|
174 |
+
* Link to Daily Popular posts screen under Top 10 menu in admin area
|
175 |
+
* `post_types` parameter now supports comma-separated list of post types. To fetch all built-in post types use 'all'
|
176 |
+
* New option to use the external and more efficient javascript file for tracking
|
177 |
+
* New function `tptn_add_tracker` to manually include the tracking code. This is useful if your theme doesn't have `the_content` function that Top 10 filters to add the tracker code
|
178 |
+
|
179 |
+
* Enhancements:
|
180 |
+
* Viewing drafts will no longer increment the counter
|
181 |
+
* When using the Left Thumbs style, each widget instance includes the CSS code to display the correct thumbnail size
|
182 |
+
|
183 |
+
* Bug fixes:
|
184 |
+
* Missing `DISTINCT` keyword in query resulting in duplicate entries in some cases
|
185 |
+
* PHP Notice in Widget on empty search and 404 pages
|
186 |
+
* Incorrect notice that Contextual Related Posts is installed on Edit Posts pages
|
187 |
+
* `tptn_show_daily_pop_posts()` without arguments did not display daily posts
|
188 |
+
* Using Exclude categories returned incorrect counts and excluded non-posts
|
189 |
+
* Incorrect count on the Admin » View Popular Posts screen causing incorrect pagination
|
190 |
+
* Incorrect thumbnail size being pulled out in some instances
|
191 |
+
* Multiple widget instances incorrectly used the same cache
|
192 |
+
* Incorrect text domain was initialised
|
193 |
+
|
194 |
= 2.2.4 =
|
195 |
|
196 |
* Enhancements:
|
197 |
* Changed text domain to `top-10` in advance of translate.wordpress.org translation system
|
198 |
* Improved support for WPML. If available, same language posts will be pulled by default. To restrict to the same language [add this code](https://gist.github.com/ajaydsouza/9b1bc56cec79295e784c) to your theme's functions.php file
|
199 |
|
|
|
200 |
= 2.2.3 =
|
201 |
|
202 |
* Bug fixes:
|
301 |
|
302 |
== Upgrade Notice ==
|
303 |
|
304 |
+
= 2.3.0 =
|
305 |
+
* Major release. New features and several bug fixes. Upgrade highly recommended. Please do verify your settings after the upgrade.
|
306 |
Check the Changelog for more details
|
307 |
|
top-10.php
CHANGED
@@ -8,20 +8,20 @@
|
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
-
* @copyright 2008-
|
12 |
*
|
13 |
* @wordpress-plugin
|
14 |
* Plugin Name: Top 10
|
15 |
* Plugin URI: https://webberzone.com/plugins/top-10/
|
16 |
* Description: Count daily and total visits per post and display the most popular posts based on the number of views
|
17 |
-
* Version: 2.
|
18 |
* Author: Ajay D'Souza
|
19 |
* Author URI: https://webberzone.com
|
20 |
* License: GPL-2.0+
|
21 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
22 |
* Text Domain: top-10
|
23 |
* Domain Path: /languages
|
24 |
-
* GitHub Plugin URI: https://github.com/
|
25 |
*/
|
26 |
|
27 |
// If this file is called directly, abort.
|
@@ -33,21 +33,35 @@ if ( ! defined( 'WPINC' ) ) {
|
|
33 |
/**
|
34 |
* Holds the filesystem directory path (with trailing slash) for Top 10
|
35 |
*
|
36 |
-
* @since
|
37 |
*
|
38 |
-
* @var string
|
39 |
*/
|
40 |
-
|
|
|
|
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
/**
|
44 |
-
* Holds the
|
45 |
*
|
46 |
-
* @since
|
47 |
*
|
48 |
-
* @var string
|
49 |
*/
|
50 |
-
|
|
|
|
|
51 |
|
52 |
|
53 |
/**
|
@@ -72,576 +86,15 @@ global $tptn_settings;
|
|
72 |
$tptn_settings = tptn_read_options();
|
73 |
|
74 |
|
75 |
-
/**
|
76 |
-
* Function to load translation files.
|
77 |
-
*
|
78 |
-
* @since 1.9.10.1
|
79 |
-
*/
|
80 |
-
function tptn_lang_init() {
|
81 |
-
load_plugin_textdomain( 'tptn', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
82 |
-
}
|
83 |
-
add_action( 'init', 'tptn_lang_init' );
|
84 |
-
|
85 |
-
|
86 |
-
/**
|
87 |
-
* Function to return formatted list of popular posts.
|
88 |
-
*
|
89 |
-
* @since 1.5
|
90 |
-
*
|
91 |
-
* @param mixed $args Arguments array
|
92 |
-
* @return array|string Array of posts if posts_only = 0 or a formatted string if posts_only = 1
|
93 |
-
*/
|
94 |
-
function tptn_pop_posts( $args ) {
|
95 |
-
global $wpdb, $id, $tptn_settings;
|
96 |
-
|
97 |
-
// if set, save $exclude_categories
|
98 |
-
if ( isset( $args['exclude_categories'] ) && '' != $args['exclude_categories'] ) {
|
99 |
-
$exclude_categories = explode( ',', $args['exclude_categories'] );
|
100 |
-
$args['strict_limit'] = false;
|
101 |
-
}
|
102 |
-
|
103 |
-
$defaults = array(
|
104 |
-
'daily' => false,
|
105 |
-
'is_widget' => false,
|
106 |
-
'is_shortcode' => false,
|
107 |
-
'is_manual' => false,
|
108 |
-
'echo' => false,
|
109 |
-
'strict_limit' => false,
|
110 |
-
'posts_only' => false,
|
111 |
-
'heading' => 1,
|
112 |
-
);
|
113 |
-
|
114 |
-
// Merge the $defaults array with the $tptn_settings array
|
115 |
-
$defaults = array_merge( $defaults, $tptn_settings );
|
116 |
-
|
117 |
-
// Parse incomming $args into an array and merge it with $defaults
|
118 |
-
$args = wp_parse_args( $args, $defaults );
|
119 |
-
|
120 |
-
$output = '';
|
121 |
-
|
122 |
-
/**
|
123 |
-
* Fires before the output processing begins.
|
124 |
-
*
|
125 |
-
* @since 2.2.0
|
126 |
-
*
|
127 |
-
* @param string $output Formatted list of top posts
|
128 |
-
* @param array $args Array of arguments
|
129 |
-
*/
|
130 |
-
do_action( 'pre_tptn_pop_posts', $output, $args );
|
131 |
-
|
132 |
-
// Check if the cache is enabled and if the output exists. If so, return the output
|
133 |
-
if ( $args['cache'] && ! $args['posts_only'] ) {
|
134 |
-
$cache_name = 'tptn';
|
135 |
-
$cache_name .= $args['daily'] ? '_daily' : '_total';
|
136 |
-
$cache_name .= $args['is_widget'] ? '_widget' : '';
|
137 |
-
$cache_name .= $args['is_shortcode'] ? '_shortcode' : '';
|
138 |
-
$cache_name .= $args['is_manual'] ? '_manual' : '';
|
139 |
-
|
140 |
-
$output = get_transient( $cache_name );
|
141 |
-
|
142 |
-
if ( false !== $output ) {
|
143 |
-
|
144 |
-
/**
|
145 |
-
* Filter the output
|
146 |
-
*
|
147 |
-
* @since 1.9.8.5
|
148 |
-
*
|
149 |
-
* @param string $output Formatted list of top posts
|
150 |
-
* @param array $args Array of arguments
|
151 |
-
*/
|
152 |
-
return apply_filters( 'tptn_pop_posts', $output, $args );
|
153 |
-
}
|
154 |
-
}
|
155 |
-
|
156 |
-
// Get thumbnail size
|
157 |
-
list( $args['thumb_width'], $args['thumb_height'] ) = tptn_get_thumb_size( $args );
|
158 |
-
|
159 |
-
// Retrieve the popular posts
|
160 |
-
$results = get_tptn_pop_posts( $args );
|
161 |
-
|
162 |
-
if ( $args['posts_only'] ) { // Return the array of posts only if the variable is set
|
163 |
-
_deprecated_argument( __FUNCTION__, '2.2.0', __( 'posts_only argument has been deprecated. Use get_tptn_pop_posts() to get the posts only.', 'top-10' ) );
|
164 |
-
return $results;
|
165 |
-
}
|
166 |
-
|
167 |
-
$counter = 0;
|
168 |
-
|
169 |
-
$daily_class = $args['daily'] ? 'tptn_posts_daily ' : 'tptn_posts ';
|
170 |
-
$widget_class = $args['is_widget'] ? ' tptn_posts_widget' : '';
|
171 |
-
$shortcode_class = $args['is_shortcode'] ? ' tptn_posts_shortcode' : '';
|
172 |
-
|
173 |
-
$post_classes = $daily_class . $widget_class . $shortcode_class;
|
174 |
-
|
175 |
-
/**
|
176 |
-
* Filter the classes added to the div wrapper of the Top 10.
|
177 |
-
*
|
178 |
-
* @since 2.1.0
|
179 |
-
*
|
180 |
-
* @param string $post_classes Post classes string.
|
181 |
-
*/
|
182 |
-
$post_classes = apply_filters( 'tptn_post_class', $post_classes );
|
183 |
-
|
184 |
-
$output .= '<div class="' . $post_classes . '">';
|
185 |
-
|
186 |
-
if ( $results ) {
|
187 |
-
|
188 |
-
$output .= tptn_heading_title( $args );
|
189 |
-
|
190 |
-
$output .= tptn_before_list( $args );
|
191 |
-
|
192 |
-
// We need this for WPML support
|
193 |
-
$processed_results = array();
|
194 |
-
|
195 |
-
foreach ( $results as $result ) {
|
196 |
-
|
197 |
-
/* Support WPML */
|
198 |
-
$resultid = tptn_object_id_cur_lang( $result->ID );
|
199 |
-
|
200 |
-
// If this is NULL or already processed ID or matches current post then skip processing this loop.
|
201 |
-
if ( ! $resultid || in_array( $resultid, $processed_results ) ) {
|
202 |
-
continue;
|
203 |
-
}
|
204 |
-
|
205 |
-
// Push the current ID into the array to ensure we're not repeating it
|
206 |
-
array_push( $processed_results, $resultid );
|
207 |
-
|
208 |
-
$sumcount = $result->sumCount; // Store the count. We'll need this later
|
209 |
-
|
210 |
-
/**
|
211 |
-
* Filter the post ID for each result. Allows a custom function to hook in and change the ID if needed.
|
212 |
-
*
|
213 |
-
* @since 1.9.8.5
|
214 |
-
*
|
215 |
-
* @param int $resultid ID of the post
|
216 |
-
*/
|
217 |
-
$resultid = apply_filters( 'tptn_post_id', $resultid );
|
218 |
-
|
219 |
-
$result = get_post( $resultid ); // Let's get the Post using the ID
|
220 |
-
|
221 |
-
// Process the category exclusion if passed in the shortcode
|
222 |
-
if ( isset( $exclude_categories ) ) {
|
223 |
-
|
224 |
-
$categorys = get_the_category( $result->ID ); // Fetch categories of the plugin
|
225 |
-
|
226 |
-
$p_in_c = false; // Variable to check if post exists in a particular category
|
227 |
-
foreach ( $categorys as $cat ) { // Loop to check if post exists in excluded category
|
228 |
-
$p_in_c = ( in_array( $cat->cat_ID, $exclude_categories ) ) ? true : false;
|
229 |
-
if ( $p_in_c ) { break; // Skip loop execution and go to the next step
|
230 |
-
}
|
231 |
-
}
|
232 |
-
if ( $p_in_c ) { continue; // Skip loop execution and go to the next step
|
233 |
-
}
|
234 |
-
}
|
235 |
-
|
236 |
-
$output .= tptn_before_list_item( $args, $result );
|
237 |
-
|
238 |
-
$output .= tptn_list_link( $args, $result );
|
239 |
-
|
240 |
-
if ( $args['show_author'] ) {
|
241 |
-
$output .= tptn_author( $args, $result );
|
242 |
-
}
|
243 |
-
|
244 |
-
if ( $args['show_date'] ) {
|
245 |
-
$output .= '<span class="tptn_date"> ' . mysql2date( get_option( 'date_format', 'd/m/y' ), $result->post_date ) . '</span> ';
|
246 |
-
}
|
247 |
-
|
248 |
-
if ( $args['show_excerpt'] ) {
|
249 |
-
$output .= '<span class="tptn_excerpt"> ' . tptn_excerpt( $result->ID, $args['excerpt_length'] ) . '</span>';
|
250 |
-
}
|
251 |
-
|
252 |
-
if ( $args['disp_list_count'] ) {
|
253 |
-
|
254 |
-
$tptn_list_count = '(' . number_format_i18n( $sumcount ) . ')';
|
255 |
-
|
256 |
-
/**
|
257 |
-
* Filter the formatted list count text.
|
258 |
-
*
|
259 |
-
* @since 2.1.0
|
260 |
-
*
|
261 |
-
* @param string $tptn_list_count Formatted list count
|
262 |
-
* @param int $sumcount Post count
|
263 |
-
* @param object $result Post object
|
264 |
-
*/
|
265 |
-
$tptn_list_count = apply_filters( 'tptn_list_count', $tptn_list_count, $sumcount, $result );
|
266 |
-
|
267 |
-
$output .= ' <span class="tptn_list_count">' . $tptn_list_count . '</span>';
|
268 |
-
}
|
269 |
-
|
270 |
-
$tptn_list = '';
|
271 |
-
/**
|
272 |
-
* Filter Formatted list item with link and and thumbnail.
|
273 |
-
*
|
274 |
-
* @since 2.2.0
|
275 |
-
*
|
276 |
-
* @param string $tptn_list
|
277 |
-
* @param object $result Object of the current post result
|
278 |
-
* @param array $args Array of arguments
|
279 |
-
*/
|
280 |
-
$output .= apply_filters( 'tptn_list', $tptn_list, $result, $args );
|
281 |
-
|
282 |
-
// Opening span created in tptn_list_link()
|
283 |
-
if ( 'inline' == $args['post_thumb_op'] || 'text_only' == $args['post_thumb_op'] ) {
|
284 |
-
$output .= '</span>';
|
285 |
-
}
|
286 |
-
|
287 |
-
$output .= tptn_after_list_item( $args, $result );
|
288 |
-
|
289 |
-
$counter++;
|
290 |
-
|
291 |
-
if ( $counter == $args['limit'] ) {
|
292 |
-
break; // End loop when related posts limit is reached
|
293 |
-
}
|
294 |
-
}
|
295 |
-
if ( $args['show_credit'] ) {
|
296 |
-
|
297 |
-
$output .= tptn_before_list_item( $args, $result );
|
298 |
-
|
299 |
-
$output .= sprintf(
|
300 |
-
__( 'Popular posts by <a href="%s" rel="nofollow" %s>Top 10 plugin</a>', 'top-10' ),
|
301 |
-
esc_url( 'https://webberzone.com/plugins/top-10/' ),
|
302 |
-
$target_attribute
|
303 |
-
);
|
304 |
-
|
305 |
-
$output .= tptn_after_list_item( $args, $result );
|
306 |
-
}
|
307 |
-
|
308 |
-
$output .= tptn_after_list( $args );
|
309 |
-
|
310 |
-
$clearfix = '<div class="tptn_clear"></div>';
|
311 |
-
|
312 |
-
/**
|
313 |
-
* Filter the clearfix div tag. This is included after the closing tag to clear any miscellaneous floating elements;
|
314 |
-
*
|
315 |
-
* @since 2.2.0
|
316 |
-
*
|
317 |
-
* @param string $clearfix Contains: <div style="clear:both"></div>
|
318 |
-
*/
|
319 |
-
$output .= apply_filters( 'tptn_clearfix', $clearfix );
|
320 |
-
|
321 |
-
} else {
|
322 |
-
$output .= ( $args['blank_output'] ) ? '' : $args['blank_output_text'];
|
323 |
-
}
|
324 |
-
$output .= '</div>';
|
325 |
-
|
326 |
-
// Check if the cache is enabled and if the output exists. If so, return the output
|
327 |
-
if ( $args['cache'] ) {
|
328 |
-
/**
|
329 |
-
* Filter the cache time which allows a function to override this
|
330 |
-
*
|
331 |
-
* @since 2.2.0
|
332 |
-
*
|
333 |
-
* @param int $args['cache_time'] Cache time in seconds
|
334 |
-
* @param array $args Array of all the arguments
|
335 |
-
*/
|
336 |
-
$cache_time = apply_filters( 'tptn_cache_time', $args['cache_time'], $args );
|
337 |
-
|
338 |
-
$output .= "<br /><!-- Cached output. Cached time is {$cache_time} seconds -->";
|
339 |
-
|
340 |
-
set_transient( $cache_name, $output, $cache_time );
|
341 |
-
|
342 |
-
}
|
343 |
-
|
344 |
-
/**
|
345 |
-
* Filter already documented in top-10.php
|
346 |
-
*/
|
347 |
-
return apply_filters( 'tptn_pop_posts', $output, $args );
|
348 |
-
}
|
349 |
-
|
350 |
-
|
351 |
-
/**
|
352 |
-
* Function to retrieve the popular posts.
|
353 |
-
*
|
354 |
-
* @since 2.1.0
|
355 |
-
*
|
356 |
-
* @param mixed $args Arguments list
|
357 |
-
*/
|
358 |
-
function get_tptn_pop_posts( $args = array() ) {
|
359 |
-
global $wpdb, $id, $tptn_settings;
|
360 |
-
|
361 |
-
// Initialise some variables
|
362 |
-
$fields = '';
|
363 |
-
$where = '';
|
364 |
-
$join = '';
|
365 |
-
$groupby = '';
|
366 |
-
$orderby = '';
|
367 |
-
$limits = '';
|
368 |
-
$match_fields = '';
|
369 |
-
|
370 |
-
$defaults = array(
|
371 |
-
'daily' => false,
|
372 |
-
'strict_limit' => true,
|
373 |
-
'posts_only' => false,
|
374 |
-
);
|
375 |
-
|
376 |
-
// Merge the $defaults array with the $tptn_settings array
|
377 |
-
$defaults = array_merge( $defaults, $tptn_settings );
|
378 |
-
|
379 |
-
// Parse incomming $args into an array and merge it with $defaults
|
380 |
-
$args = wp_parse_args( $args, $defaults );
|
381 |
-
|
382 |
-
if ( $args['daily'] ) {
|
383 |
-
$table_name = $wpdb->base_prefix . 'top_ten_daily';
|
384 |
-
} else {
|
385 |
-
$table_name = $wpdb->base_prefix . 'top_ten';
|
386 |
-
}
|
387 |
-
|
388 |
-
$limit = ( $args['strict_limit'] ) ? $args['limit'] : ( $args['limit'] * 5 );
|
389 |
-
|
390 |
-
$target_attribute = ( $args['link_new_window'] ) ? ' target="_blank" ' : ' '; // Set Target attribute
|
391 |
-
$rel_attribute = ( $args['link_nofollow'] ) ? 'bookmark nofollow' : 'bookmark'; // Set nofollow attribute
|
392 |
-
|
393 |
-
parse_str( $args['post_types'], $post_types ); // Save post types in $post_types variable
|
394 |
-
|
395 |
-
if ( empty( $post_types ) ) {
|
396 |
-
$post_types = get_post_types( array(
|
397 |
-
'public' => true,
|
398 |
-
) );
|
399 |
-
}
|
400 |
-
|
401 |
-
$blog_id = get_current_blog_id();
|
402 |
-
|
403 |
-
if ( $args['daily_midnight'] ) {
|
404 |
-
$current_time = current_time( 'timestamp', 0 );
|
405 |
-
$from_date = $current_time - ( max( 0, ( $args['daily_range'] - 1 ) ) * DAY_IN_SECONDS );
|
406 |
-
$from_date = gmdate( 'Y-m-d 0' , $from_date );
|
407 |
-
} else {
|
408 |
-
$current_time = current_time( 'timestamp', 0 );
|
409 |
-
$from_date = $current_time - ( $args['daily_range'] * DAY_IN_SECONDS + $args['hour_range'] * HOUR_IN_SECONDS );
|
410 |
-
$from_date = gmdate( 'Y-m-d H' , $from_date );
|
411 |
-
}
|
412 |
-
|
413 |
-
/**
|
414 |
-
*
|
415 |
-
* We're going to create a mySQL query that is fully extendable which would look something like this:
|
416 |
-
* "SELECT $fields FROM $wpdb->posts $join WHERE 1=1 $where $groupby $orderby $limits"
|
417 |
-
*/
|
418 |
-
|
419 |
-
// Fields to return
|
420 |
-
$fields[] = 'ID';
|
421 |
-
$fields[] = 'postnumber';
|
422 |
-
$fields[] = 'post_title';
|
423 |
-
$fields[] = 'post_type';
|
424 |
-
$fields[] = 'post_content';
|
425 |
-
$fields[] = 'post_date';
|
426 |
-
$fields[] = 'post_author';
|
427 |
-
$fields[] = ( $args['daily'] ) ? 'SUM(cntaccess) as sumCount' : 'cntaccess as sumCount';
|
428 |
-
|
429 |
-
$fields = implode( ', ', $fields );
|
430 |
-
|
431 |
-
// Create the JOIN clause
|
432 |
-
$join = " INNER JOIN {$wpdb->posts} ON postnumber=ID ";
|
433 |
-
|
434 |
-
// Create the base WHERE clause
|
435 |
-
$where .= $wpdb->prepare( ' AND blog_id = %d ', $blog_id ); // Posts need to be from the current blog only
|
436 |
-
$where .= " AND $wpdb->posts.post_status = 'publish' "; // Only show published posts
|
437 |
-
|
438 |
-
if ( $args['daily'] ) {
|
439 |
-
$where .= $wpdb->prepare( " AND dp_date >= '%s' ", $from_date ); // Only fetch posts that are tracked after this date
|
440 |
-
}
|
441 |
-
|
442 |
-
// Convert exclude post IDs string to array so it can be filtered
|
443 |
-
$exclude_post_ids = explode( ',', $args['exclude_post_ids'] );
|
444 |
-
|
445 |
-
/**
|
446 |
-
* Filter exclude post IDs array.
|
447 |
-
*
|
448 |
-
* @param array $exclude_post_ids Array of post IDs.
|
449 |
-
*/
|
450 |
-
$exclude_post_ids = apply_filters( 'tptn_exclude_post_ids', $exclude_post_ids );
|
451 |
-
|
452 |
-
// Convert it back to string
|
453 |
-
$exclude_post_ids = implode( ',', array_filter( $exclude_post_ids ) );
|
454 |
-
|
455 |
-
if ( '' != $exclude_post_ids ) {
|
456 |
-
$where .= " AND $wpdb->posts.ID NOT IN ({$exclude_post_ids}) ";
|
457 |
-
}
|
458 |
-
$where .= " AND $wpdb->posts.post_type IN ('" . join( "', '", $post_types ) . "') "; // Array of post types
|
459 |
-
|
460 |
-
// How old should the posts be?
|
461 |
-
if ( $args['how_old'] ) {
|
462 |
-
$where .= $wpdb->prepare( " AND $wpdb->posts.post_date > '%s' ", gmdate( 'Y-m-d H:m:s', $current_time - ( $args['how_old'] * DAY_IN_SECONDS ) ) );
|
463 |
-
}
|
464 |
-
|
465 |
-
// Create the base GROUP BY clause
|
466 |
-
if ( $args['daily'] ) {
|
467 |
-
$groupby = ' postnumber ';
|
468 |
-
}
|
469 |
-
|
470 |
-
// Create the base ORDER BY clause
|
471 |
-
$orderby = ' sumCount DESC ';
|
472 |
-
|
473 |
-
// Create the base LIMITS clause
|
474 |
-
$limits .= $wpdb->prepare( ' LIMIT %d ', $limit );
|
475 |
-
|
476 |
-
/**
|
477 |
-
* Filter the SELECT clause of the query.
|
478 |
-
*
|
479 |
-
* @param string $fields The SELECT clause of the query.
|
480 |
-
*/
|
481 |
-
$fields = apply_filters( 'tptn_posts_fields', $fields );
|
482 |
-
|
483 |
-
/**
|
484 |
-
* Filter the JOIN clause of the query.
|
485 |
-
*
|
486 |
-
* @param string $join The JOIN clause of the query.
|
487 |
-
*/
|
488 |
-
$join = apply_filters( 'tptn_posts_join', $join );
|
489 |
-
|
490 |
-
/**
|
491 |
-
* Filter the WHERE clause of the query.
|
492 |
-
*
|
493 |
-
* @param string $where The WHERE clause of the query.
|
494 |
-
*/
|
495 |
-
$where = apply_filters( 'tptn_posts_where', $where );
|
496 |
-
|
497 |
-
/**
|
498 |
-
* Filter the GROUP BY clause of the query.
|
499 |
-
*
|
500 |
-
* @param string $groupby The GROUP BY clause of the query.
|
501 |
-
*/
|
502 |
-
$groupby = apply_filters( 'tptn_posts_groupby', $groupby );
|
503 |
-
|
504 |
-
/**
|
505 |
-
* Filter the ORDER BY clause of the query.
|
506 |
-
*
|
507 |
-
* @param string $orderby The ORDER BY clause of the query.
|
508 |
-
*/
|
509 |
-
$orderby = apply_filters( 'tptn_posts_orderby', $orderby );
|
510 |
-
|
511 |
-
/**
|
512 |
-
* Filter the LIMIT clause of the query.
|
513 |
-
*
|
514 |
-
* @param string $limits The LIMIT clause of the query.
|
515 |
-
*/
|
516 |
-
$limits = apply_filters( 'tptn_posts_limits', $limits );
|
517 |
-
|
518 |
-
if ( ! empty( $groupby ) ) {
|
519 |
-
$groupby = " GROUP BY {$groupby} ";
|
520 |
-
}
|
521 |
-
if ( ! empty( $orderby ) ) {
|
522 |
-
$orderby = " ORDER BY {$orderby} ";
|
523 |
-
}
|
524 |
-
|
525 |
-
$sql = "SELECT $fields FROM {$table_name} $join WHERE 1=1 $where $groupby $orderby $limits";
|
526 |
-
|
527 |
-
if ( $args['posts_only'] ) { // Return the array of posts only if the variable is set
|
528 |
-
$results = $wpdb->get_results( $sql, ARRAY_A );
|
529 |
-
|
530 |
-
/**
|
531 |
-
* Filter the array of top post IDs.
|
532 |
-
*
|
533 |
-
* @since 1.9.8.5
|
534 |
-
*
|
535 |
-
* @param array $tptn_pop_posts_array Posts array.
|
536 |
-
* @param mixed $args Arguments list
|
537 |
-
*/
|
538 |
-
return apply_filters( 'tptn_pop_posts_array', $results, $args );
|
539 |
-
}
|
540 |
-
|
541 |
-
$results = $wpdb->get_results( $sql );
|
542 |
-
|
543 |
-
/**
|
544 |
-
* Filter object containing post IDs of popular posts
|
545 |
-
*
|
546 |
-
* @since 2.1.0
|
547 |
-
*
|
548 |
-
* @param object $results Top 10 popular posts object
|
549 |
-
* @param mixed $args Arguments list
|
550 |
-
*/
|
551 |
-
return apply_filters( 'get_tptn_pop_posts', $results, $args );
|
552 |
-
}
|
553 |
-
|
554 |
-
|
555 |
-
/**
|
556 |
-
* Function to echo popular posts.
|
557 |
-
*
|
558 |
-
* @since 1.0
|
559 |
-
*
|
560 |
-
* @param mixed $args Arguments list
|
561 |
-
*/
|
562 |
-
function tptn_show_pop_posts( $args = null ) {
|
563 |
-
if ( is_array( $args ) ) {
|
564 |
-
$args['manual'] = 1;
|
565 |
-
} else {
|
566 |
-
$args .= '&is_manual=1';
|
567 |
-
}
|
568 |
-
|
569 |
-
echo tptn_pop_posts( $args );
|
570 |
-
}
|
571 |
-
|
572 |
-
|
573 |
-
/**
|
574 |
-
* Function to show daily popular posts.
|
575 |
-
*
|
576 |
-
* @since 1.2
|
577 |
-
*
|
578 |
-
* @param mixed $args Arguments list
|
579 |
-
*/
|
580 |
-
function tptn_show_daily_pop_posts( $args = null ) {
|
581 |
-
if ( is_array( $args ) ) {
|
582 |
-
$args['daily'] = 1;
|
583 |
-
$args['manual'] = 1;
|
584 |
-
} else {
|
585 |
-
$args .= '&daily=1&is_manual=1';
|
586 |
-
}
|
587 |
-
|
588 |
-
tptn_show_pop_posts( $args );
|
589 |
-
}
|
590 |
-
|
591 |
-
|
592 |
-
/**
|
593 |
-
* Function to add CSS to header.
|
594 |
-
*
|
595 |
-
* @since 1.9
|
596 |
-
*/
|
597 |
-
function tptn_header() {
|
598 |
-
global $tptn_settings;
|
599 |
-
|
600 |
-
$tptn_custom_CSS = stripslashes( $tptn_settings['custom_CSS'] );
|
601 |
-
|
602 |
-
// Add CSS to header
|
603 |
-
if ( '' != $tptn_custom_CSS ) {
|
604 |
-
echo '<style type="text/css">' . $tptn_custom_CSS . '</style>';
|
605 |
-
}
|
606 |
-
}
|
607 |
-
add_action( 'wp_head', 'tptn_header' );
|
608 |
-
|
609 |
-
|
610 |
-
/**
|
611 |
-
* Enqueue styles.
|
612 |
-
*/
|
613 |
-
function tptn_heading_styles() {
|
614 |
-
global $tptn_settings;
|
615 |
-
|
616 |
-
if ( 'left_thumbs' == $tptn_settings['tptn_styles'] ) {
|
617 |
-
wp_register_style( 'tptn-style-left-thumbs', plugins_url( 'css/default-style.css', __FILE__ ) );
|
618 |
-
wp_enqueue_style( 'tptn-style-left-thumbs' );
|
619 |
-
|
620 |
-
$custom_css = "
|
621 |
-
img.tptn_thumb {
|
622 |
-
width: {$tptn_settings['thumb_width']}px !important;
|
623 |
-
height: {$tptn_settings['thumb_height']}px !important;
|
624 |
-
}
|
625 |
-
";
|
626 |
-
|
627 |
-
wp_add_inline_style( 'tptn-style-left-thumbs', $custom_css );
|
628 |
-
|
629 |
-
}
|
630 |
-
|
631 |
-
}
|
632 |
-
add_action( 'wp_enqueue_scripts', 'tptn_heading_styles' );
|
633 |
-
|
634 |
-
|
635 |
/**
|
636 |
* Default Options.
|
637 |
*/
|
638 |
function tptn_default_options() {
|
639 |
-
global $tptn_url;
|
640 |
|
641 |
$title = __( '<h3>Popular Posts</h3>', 'top-10' );
|
642 |
$title_daily = __( '<h3>Daily Popular</h3>', 'top-10' );
|
643 |
$blank_output_text = __( 'No top posts yet', 'top-10' );
|
644 |
-
$thumb_default = plugins_url() . '/' . plugin_basename( dirname(
|
645 |
|
646 |
// get relevant post types
|
647 |
$args = array(
|
@@ -653,92 +106,93 @@ function tptn_default_options() {
|
|
653 |
$tptn_settings = array(
|
654 |
|
655 |
/* General options */
|
656 |
-
'activate_daily'
|
657 |
-
'activate_overall'
|
658 |
-
'cache'
|
659 |
-
'cache_time'
|
660 |
-
'cache_fix'
|
661 |
-
'
|
662 |
-
'
|
663 |
-
'
|
664 |
-
'
|
665 |
-
'
|
666 |
-
'
|
667 |
-
'
|
668 |
-
'
|
|
|
669 |
|
670 |
/* Counter and tracker options */
|
671 |
-
'add_to_content'
|
672 |
-
'count_on_pages'
|
673 |
-
'add_to_feed'
|
674 |
-
'add_to_home'
|
675 |
'add_to_category_archives' => false, // Add post count to category archives
|
676 |
-
'add_to_tag_archives'
|
677 |
-
'add_to_archives'
|
678 |
|
679 |
-
'count_disp_form'
|
680 |
-
'count_disp_form_zero'
|
681 |
-
'dynamic_post_count'
|
682 |
|
683 |
-
'track_authors'
|
684 |
-
'track_admins'
|
685 |
-
'track_editors'
|
686 |
-
'pv_in_admin'
|
687 |
-
'show_count_non_admins'
|
688 |
|
689 |
/* Popular post list options */
|
690 |
-
'limit'
|
691 |
-
'how_old'
|
692 |
-
'post_types'
|
693 |
-
'exclude_categories'
|
694 |
-
'exclude_cat_slugs'
|
695 |
-
'exclude_post_ids'
|
696 |
-
|
697 |
-
'title'
|
698 |
-
'title_daily'
|
699 |
-
'blank_output'
|
700 |
-
'blank_output_text'
|
701 |
-
|
702 |
-
'show_excerpt'
|
703 |
-
'excerpt_length'
|
704 |
-
'show_date'
|
705 |
-
'show_author'
|
706 |
-
'title_length'
|
707 |
-
'disp_list_count'
|
708 |
-
|
709 |
-
'link_new_window'
|
710 |
-
'link_nofollow'
|
711 |
-
'exclude_on_post_ids'
|
712 |
|
713 |
// List HTML options
|
714 |
-
'before_list'
|
715 |
-
'after_list'
|
716 |
-
'before_list_item'
|
717 |
-
'after_list_item'
|
718 |
|
719 |
/* Thumbnail options */
|
720 |
-
'post_thumb_op'
|
721 |
-
'thumb_size'
|
722 |
-
'thumb_width'
|
723 |
-
'thumb_height'
|
724 |
-
'thumb_crop'
|
725 |
-
'thumb_html'
|
726 |
-
|
727 |
-
'thumb_meta'
|
728 |
-
'scan_images'
|
729 |
-
'thumb_default'
|
730 |
-
'thumb_default_show'
|
731 |
|
732 |
/* Custom styles */
|
733 |
-
'custom_CSS'
|
734 |
-
'include_default_style'
|
735 |
-
'tptn_styles'
|
736 |
|
737 |
/* Maintenance cron */
|
738 |
-
'cron_on'
|
739 |
-
'cron_hour'
|
740 |
-
'cron_min'
|
741 |
-
'cron_recurrence'
|
742 |
);
|
743 |
|
744 |
/**
|
@@ -760,9 +214,6 @@ function tptn_default_options() {
|
|
760 |
*/
|
761 |
function tptn_read_options() {
|
762 |
|
763 |
-
// Upgrade table code
|
764 |
-
global $tptn_db_version, $network_wide;
|
765 |
-
|
766 |
$tptn_settings_changed = false;
|
767 |
|
768 |
$defaults = tptn_default_options();
|
@@ -791,178 +242,6 @@ function tptn_read_options() {
|
|
791 |
}
|
792 |
|
793 |
|
794 |
-
/**
|
795 |
-
* Fired when the plugin is Network Activated.
|
796 |
-
*
|
797 |
-
* @since 1.9.10.1
|
798 |
-
*
|
799 |
-
* @param boolean $network_wide True if WPMU superadmin uses
|
800 |
-
* "Network Activate" action, false if
|
801 |
-
* WPMU is disabled or plugin is
|
802 |
-
* activated on an individual blog.
|
803 |
-
*/
|
804 |
-
function tptn_activation_hook( $network_wide ) {
|
805 |
-
global $wpdb;
|
806 |
-
|
807 |
-
if ( is_multisite() && $network_wide ) {
|
808 |
-
|
809 |
-
// Get all blogs in the network and activate plugin on each one
|
810 |
-
$blog_ids = $wpdb->get_col( "
|
811 |
-
SELECT blog_id FROM $wpdb->blogs
|
812 |
-
WHERE archived = '0' AND spam = '0' AND deleted = '0'
|
813 |
-
" );
|
814 |
-
foreach ( $blog_ids as $blog_id ) {
|
815 |
-
switch_to_blog( $blog_id );
|
816 |
-
tptn_single_activate();
|
817 |
-
}
|
818 |
-
|
819 |
-
// Switch back to the current blog
|
820 |
-
restore_current_blog();
|
821 |
-
|
822 |
-
} else {
|
823 |
-
tptn_single_activate();
|
824 |
-
}
|
825 |
-
}
|
826 |
-
register_activation_hook( __FILE__, 'tptn_activation_hook' );
|
827 |
-
|
828 |
-
|
829 |
-
/**
|
830 |
-
* Fired for each blog when the plugin is activated.
|
831 |
-
*
|
832 |
-
* @since 2.0.0
|
833 |
-
*/
|
834 |
-
function tptn_single_activate() {
|
835 |
-
global $wpdb, $tptn_db_version;
|
836 |
-
|
837 |
-
$tptn_settings = tptn_read_options();
|
838 |
-
|
839 |
-
$table_name = $wpdb->base_prefix . 'top_ten';
|
840 |
-
$table_name_daily = $wpdb->base_prefix . 'top_ten_daily';
|
841 |
-
|
842 |
-
if ( $wpdb->get_var( "show tables like '$table_name'" ) != $table_name ) {
|
843 |
-
|
844 |
-
$sql = 'CREATE TABLE ' . $table_name . " (
|
845 |
-
postnumber bigint(20) NOT NULL,
|
846 |
-
cntaccess bigint(20) NOT NULL,
|
847 |
-
blog_id bigint(20) NOT NULL DEFAULT '1',
|
848 |
-
PRIMARY KEY (postnumber, blog_id)
|
849 |
-
);";
|
850 |
-
|
851 |
-
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
852 |
-
dbDelta( $sql );
|
853 |
-
|
854 |
-
add_site_option( 'tptn_db_version', $tptn_db_version );
|
855 |
-
}
|
856 |
-
|
857 |
-
if ( $wpdb->get_var( "show tables like '$table_name_daily'" ) != $table_name_daily ) {
|
858 |
-
|
859 |
-
$sql = 'CREATE TABLE ' . $table_name_daily . " (
|
860 |
-
postnumber bigint(20) NOT NULL,
|
861 |
-
cntaccess bigint(20) NOT NULL,
|
862 |
-
dp_date DATETIME NOT NULL,
|
863 |
-
blog_id bigint(20) NOT NULL DEFAULT '1',
|
864 |
-
PRIMARY KEY (postnumber, dp_date, blog_id)
|
865 |
-
);";
|
866 |
-
|
867 |
-
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
868 |
-
dbDelta( $sql );
|
869 |
-
|
870 |
-
add_site_option( 'tptn_db_version', $tptn_db_version );
|
871 |
-
}
|
872 |
-
|
873 |
-
// Upgrade table code
|
874 |
-
$installed_ver = get_site_option( 'tptn_db_version' );
|
875 |
-
|
876 |
-
if ( $installed_ver != $tptn_db_version ) {
|
877 |
-
|
878 |
-
$wpdb->hide_errors();
|
879 |
-
|
880 |
-
switch ( $installed_ver ) {
|
881 |
-
|
882 |
-
case '4.0':
|
883 |
-
case 4.0:
|
884 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name . " CHANGE blog_id blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
885 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . " CHANGE blog_id blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
886 |
-
break;
|
887 |
-
|
888 |
-
default:
|
889 |
-
|
890 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name . ' MODIFY postnumber bigint(20) ' );
|
891 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' MODIFY postnumber bigint(20) ' );
|
892 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name . ' MODIFY cntaccess bigint(20) ' );
|
893 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' MODIFY cntaccess bigint(20) ' );
|
894 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' MODIFY dp_date DATETIME ' );
|
895 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name . ' DROP PRIMARY KEY, ADD PRIMARY KEY(postnumber, blog_id) ' );
|
896 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . ' DROP PRIMARY KEY, ADD PRIMARY KEY(postnumber, dp_date, blog_id) ' );
|
897 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name . " ADD blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
898 |
-
$wpdb->query( 'ALTER TABLE ' . $table_name_daily . " ADD blog_id bigint(20) NOT NULL DEFAULT '1'" );
|
899 |
-
$wpdb->query( 'UPDATE ' . $table_name . ' SET blog_id = 1 WHERE blog_id = 0 ' );
|
900 |
-
$wpdb->query( 'UPDATE ' . $table_name_daily . ' SET blog_id = 1 WHERE blog_id = 0 ' );
|
901 |
-
|
902 |
-
}
|
903 |
-
|
904 |
-
$wpdb->show_errors();
|
905 |
-
|
906 |
-
update_site_option( 'tptn_db_version', $tptn_db_version );
|
907 |
-
}
|
908 |
-
|
909 |
-
}
|
910 |
-
|
911 |
-
|
912 |
-
/**
|
913 |
-
* Fired when a new site is activated with a WPMU environment.
|
914 |
-
*
|
915 |
-
* @since 2.0.0
|
916 |
-
*
|
917 |
-
* @param int $blog_id ID of the new blog.
|
918 |
-
*/
|
919 |
-
function tptn_activate_new_site( $blog_id ) {
|
920 |
-
|
921 |
-
if ( 1 !== did_action( 'wpmu_new_blog' ) ) {
|
922 |
-
return;
|
923 |
-
}
|
924 |
-
|
925 |
-
switch_to_blog( $blog_id );
|
926 |
-
tptn_single_activate();
|
927 |
-
restore_current_blog();
|
928 |
-
|
929 |
-
}
|
930 |
-
add_action( 'wpmu_new_blog', 'tptn_activate_new_site' );
|
931 |
-
|
932 |
-
|
933 |
-
/**
|
934 |
-
* Fired when a site is deleted in a WPMU environment.
|
935 |
-
*
|
936 |
-
* @since 2.0.0
|
937 |
-
*
|
938 |
-
* @param array $tables Tables in the blog.
|
939 |
-
*/
|
940 |
-
function tptn_on_delete_blog( $tables ) {
|
941 |
-
global $wpdb;
|
942 |
-
|
943 |
-
$tables[] = $wpdb->prefix . 'top_ten';
|
944 |
-
$tables[] = $wpdb->prefix . 'top_ten_daily';
|
945 |
-
|
946 |
-
return $tables;
|
947 |
-
}
|
948 |
-
add_filter( 'wpmu_drop_tables', 'tptn_on_delete_blog' );
|
949 |
-
|
950 |
-
|
951 |
-
/**
|
952 |
-
* Function to call install function if needed.
|
953 |
-
*
|
954 |
-
* @since 1.9
|
955 |
-
*/
|
956 |
-
function tptn_update_db_check() {
|
957 |
-
global $tptn_db_version, $network_wide;
|
958 |
-
|
959 |
-
if ( get_site_option( 'tptn_db_version' ) != $tptn_db_version ) {
|
960 |
-
tptn_activation_hook( $network_wide );
|
961 |
-
}
|
962 |
-
}
|
963 |
-
add_action( 'plugins_loaded', 'tptn_update_db_check' );
|
964 |
-
|
965 |
-
|
966 |
/**
|
967 |
* Function to delete all rows in the posts table.
|
968 |
*
|
@@ -982,281 +261,24 @@ function tptn_trunc_count( $daily = false ) {
|
|
982 |
}
|
983 |
|
984 |
|
985 |
-
/**
|
986 |
-
* Function to create an excerpt for the post.
|
987 |
-
*
|
988 |
-
* @since 1.6
|
989 |
-
* @param int $id Post ID
|
990 |
-
* @param int|string $excerpt_length Length of the excerpt in words
|
991 |
-
* @return string Excerpt
|
992 |
-
*/
|
993 |
-
function tptn_excerpt( $id, $excerpt_length = 0, $use_excerpt = true ) {
|
994 |
-
$content = $excerpt = '';
|
995 |
-
|
996 |
-
if ( $use_excerpt ) {
|
997 |
-
$content = get_post( $id )->post_excerpt;
|
998 |
-
}
|
999 |
-
|
1000 |
-
if ( '' == $content ) {
|
1001 |
-
$content = get_post( $id )->post_content;
|
1002 |
-
}
|
1003 |
-
|
1004 |
-
$output = strip_tags( strip_shortcodes( $content ) );
|
1005 |
-
|
1006 |
-
if ( $excerpt_length > 0 ) {
|
1007 |
-
$output = wp_trim_words( $output, $excerpt_length );
|
1008 |
-
}
|
1009 |
-
|
1010 |
-
/**
|
1011 |
-
* Filters excerpt generated by tptn.
|
1012 |
-
*
|
1013 |
-
* @since 1.9.10.1
|
1014 |
-
*
|
1015 |
-
* @param array $output Formatted excerpt
|
1016 |
-
* @param int $id Post ID
|
1017 |
-
* @param int $excerpt_length Length of the excerpt
|
1018 |
-
* @param boolean $use_excerpt Use the excerpt?
|
1019 |
-
*/
|
1020 |
-
return apply_filters( 'tptn_excerpt', $output, $id, $excerpt_length, $use_excerpt );
|
1021 |
-
}
|
1022 |
-
|
1023 |
-
|
1024 |
-
/**
|
1025 |
-
* Function to limit content by characters.
|
1026 |
-
*
|
1027 |
-
* @since 1.9.8
|
1028 |
-
* @param string $content Content to be used to make an excerpt
|
1029 |
-
* @param int $no_of_char Maximum length of excerpt in characters
|
1030 |
-
* @return string Formatted content
|
1031 |
-
*/
|
1032 |
-
function tptn_max_formatted_content( $content, $no_of_char = -1 ) {
|
1033 |
-
$content = strip_tags( $content ); // Remove CRLFs, leaving space in their wake
|
1034 |
-
|
1035 |
-
if ( ( $no_of_char > 0 ) && ( strlen( $content ) > $no_of_char ) ) {
|
1036 |
-
$aWords = preg_split( '/[\s]+/', substr( $content, 0, $no_of_char ) );
|
1037 |
-
|
1038 |
-
// Break back down into a string of words, but drop the last one if it's chopped off
|
1039 |
-
if ( substr( $content, $no_of_char, 1 ) == ' ' ) {
|
1040 |
-
$content = implode( ' ', $aWords );
|
1041 |
-
} else {
|
1042 |
-
$content = implode( ' ', array_slice( $aWords, 0, -1 ) ) .'…';
|
1043 |
-
}
|
1044 |
-
}
|
1045 |
-
|
1046 |
-
/**
|
1047 |
-
* Filters formatted content after cropping.
|
1048 |
-
*
|
1049 |
-
* @since 1.9.10.1
|
1050 |
-
*
|
1051 |
-
* @param string $content Formatted content
|
1052 |
-
* @param int $no_of_char Maximum length of excerpt in characters
|
1053 |
-
*/
|
1054 |
-
return apply_filters( 'tptn_max_formatted_content' , $content, $no_of_char );
|
1055 |
-
}
|
1056 |
-
|
1057 |
-
|
1058 |
-
/**
|
1059 |
-
* Function to truncate daily run.
|
1060 |
-
*
|
1061 |
-
* @since 1.9.9.1
|
1062 |
-
*/
|
1063 |
-
function tptn_cron() {
|
1064 |
-
global $tptn_settings, $wpdb;
|
1065 |
-
|
1066 |
-
$table_name_daily = $wpdb->base_prefix . 'top_ten_daily';
|
1067 |
-
|
1068 |
-
$current_time = current_time( 'timestamp', 0 );
|
1069 |
-
$from_date = strtotime( '-90 DAY' , $current_time );
|
1070 |
-
$from_date = gmdate( 'Y-m-d H' , $from_date );
|
1071 |
-
|
1072 |
-
$resultscount = $wpdb->query( $wpdb->prepare(
|
1073 |
-
"DELETE FROM {$table_name_daily} WHERE dp_date <= '%s' ",
|
1074 |
-
$from_date
|
1075 |
-
) );
|
1076 |
-
|
1077 |
-
}
|
1078 |
-
add_action( 'tptn_cron_hook', 'tptn_cron' );
|
1079 |
-
|
1080 |
-
|
1081 |
-
/**
|
1082 |
-
* Function to enable run or actions.
|
1083 |
-
*
|
1084 |
-
* @since 1.9
|
1085 |
-
* @param int $hour Hour
|
1086 |
-
* @param int $min Minute
|
1087 |
-
* @param int $recurrence Frequency
|
1088 |
-
*/
|
1089 |
-
function tptn_enable_run( $hour, $min, $recurrence ) {
|
1090 |
-
// Invoke WordPress internal cron
|
1091 |
-
if ( ! wp_next_scheduled( 'tptn_cron_hook' ) ) {
|
1092 |
-
wp_schedule_event( mktime( $hour, $min, 0 ), $recurrence, 'tptn_cron_hook' );
|
1093 |
-
} else {
|
1094 |
-
wp_clear_scheduled_hook( 'tptn_cron_hook' );
|
1095 |
-
wp_schedule_event( mktime( $hour, $min, 0 ), $recurrence, 'tptn_cron_hook' );
|
1096 |
-
}
|
1097 |
-
}
|
1098 |
-
|
1099 |
-
|
1100 |
-
/**
|
1101 |
-
* Function to disable daily run or actions.
|
1102 |
-
*
|
1103 |
-
* @since 1.9
|
1104 |
-
*/
|
1105 |
-
function tptn_disable_run() {
|
1106 |
-
if ( wp_next_scheduled( 'tptn_cron_hook' ) ) {
|
1107 |
-
wp_clear_scheduled_hook( 'tptn_cron_hook' );
|
1108 |
-
}
|
1109 |
-
}
|
1110 |
-
|
1111 |
-
// Let's declare this conditional function to add more schedules. It will be a generic function across all plugins that I develop
|
1112 |
-
if ( ! function_exists( 'ald_more_reccurences' ) ) :
|
1113 |
-
|
1114 |
-
/**
|
1115 |
-
* Function to add weekly and fortnightly recurrences. Filters `cron_schedules`.
|
1116 |
-
*
|
1117 |
-
* @param array Array of existing schedules
|
1118 |
-
* @return array Filtered array with new schedules
|
1119 |
-
*/
|
1120 |
-
function ald_more_reccurences( $schedules ) {
|
1121 |
-
// add a 'weekly' interval
|
1122 |
-
$schedules['weekly'] = array(
|
1123 |
-
'interval' => WEEK_IN_SECONDS,
|
1124 |
-
'display' => __( 'Once Weekly', 'top-10' ),
|
1125 |
-
);
|
1126 |
-
$schedules['fortnightly'] = array(
|
1127 |
-
'interval' => 2 * WEEK_IN_SECONDS,
|
1128 |
-
'display' => __( 'Once Fortnightly', 'top-10' ),
|
1129 |
-
);
|
1130 |
-
$schedules['monthly'] = array(
|
1131 |
-
'interval' => 30 * DAY_IN_SECONDS,
|
1132 |
-
'display' => __( 'Once Monthly', 'top-10' ),
|
1133 |
-
);
|
1134 |
-
$schedules['quarterly'] = array(
|
1135 |
-
'interval' => 90 * DAY_IN_SECONDS,
|
1136 |
-
'display' => __( 'Once quarterly', 'top-10' ),
|
1137 |
-
);
|
1138 |
-
return $schedules;
|
1139 |
-
}
|
1140 |
-
add_filter( 'cron_schedules', 'ald_more_reccurences' );
|
1141 |
-
|
1142 |
-
endif;
|
1143 |
-
|
1144 |
-
|
1145 |
-
/**
|
1146 |
-
* Get all image sizes.
|
1147 |
-
*
|
1148 |
-
* @since 2.0.0
|
1149 |
-
* @param string $size Get specific image size
|
1150 |
-
* @return array Image size names along with width, height and crop setting
|
1151 |
-
*/
|
1152 |
-
function tptn_get_all_image_sizes( $size = '' ) {
|
1153 |
-
global $_wp_additional_image_sizes;
|
1154 |
-
|
1155 |
-
/* Get the intermediate image sizes and add the full size to the array. */
|
1156 |
-
$intermediate_image_sizes = get_intermediate_image_sizes();
|
1157 |
-
|
1158 |
-
foreach ( $intermediate_image_sizes as $_size ) {
|
1159 |
-
if ( in_array( $_size, array( 'thumbnail', 'medium', 'large' ) ) ) {
|
1160 |
-
|
1161 |
-
$sizes[ $_size ]['name'] = $_size;
|
1162 |
-
$sizes[ $_size ]['width'] = get_option( $_size . '_size_w' );
|
1163 |
-
$sizes[ $_size ]['height'] = get_option( $_size . '_size_h' );
|
1164 |
-
$sizes[ $_size ]['crop'] = (bool) get_option( $_size . '_crop' );
|
1165 |
-
|
1166 |
-
if ( ( 0 == $sizes[ $_size ]['width'] ) && ( 0 == $sizes[ $_size ]['height'] ) ) {
|
1167 |
-
unset( $sizes[ $_size ] );
|
1168 |
-
}
|
1169 |
-
} elseif ( isset( $_wp_additional_image_sizes[ $_size ] ) ) {
|
1170 |
-
|
1171 |
-
$sizes[ $_size ] = array(
|
1172 |
-
'name' => $_size,
|
1173 |
-
'width' => $_wp_additional_image_sizes[ $_size ]['width'],
|
1174 |
-
'height' => $_wp_additional_image_sizes[ $_size ]['height'],
|
1175 |
-
'crop' => (bool) $_wp_additional_image_sizes[ $_size ]['crop'],
|
1176 |
-
);
|
1177 |
-
}
|
1178 |
-
}
|
1179 |
-
|
1180 |
-
/* Get only 1 size if found */
|
1181 |
-
if ( $size ) {
|
1182 |
-
if ( isset( $sizes[ $size ] ) ) {
|
1183 |
-
return $sizes[ $size ];
|
1184 |
-
} else {
|
1185 |
-
return false;
|
1186 |
-
}
|
1187 |
-
}
|
1188 |
-
|
1189 |
-
/**
|
1190 |
-
* Filters array of image sizes.
|
1191 |
-
*
|
1192 |
-
* @since 2.0.0
|
1193 |
-
*
|
1194 |
-
* @param array $sizes Image sizes
|
1195 |
-
*/
|
1196 |
-
return apply_filters( 'tptn_get_all_image_sizes', $sizes );
|
1197 |
-
}
|
1198 |
-
|
1199 |
-
|
1200 |
-
/**
|
1201 |
-
* Returns the object identifier for the current language (WPML).
|
1202 |
-
*
|
1203 |
-
* @since 2.1.0
|
1204 |
-
*
|
1205 |
-
* @param $post_id Post ID
|
1206 |
-
*/
|
1207 |
-
function tptn_object_id_cur_lang( $post_id ) {
|
1208 |
-
|
1209 |
-
$return_original_if_missing = false;
|
1210 |
-
|
1211 |
-
/**
|
1212 |
-
* Filter to modify if the original language ID is returned.
|
1213 |
-
*
|
1214 |
-
* @since 2.2.3
|
1215 |
-
*
|
1216 |
-
* @param bool $return_original_if_missing
|
1217 |
-
* @param int $post_id Post ID
|
1218 |
-
*/
|
1219 |
-
$return_original_if_missing = apply_filters( 'tptn_wpml_return_original', $return_original_if_missing, $post_id );
|
1220 |
-
|
1221 |
-
if ( function_exists( 'wpml_object_id_filter' ) ) {
|
1222 |
-
$post_id = wpml_object_id_filter( $post_id, 'any', $return_original_if_missing );
|
1223 |
-
} elseif ( function_exists( 'icl_object_id' ) ) {
|
1224 |
-
$post_id = icl_object_id( $post_id, 'any', $return_original_if_missing );
|
1225 |
-
}
|
1226 |
-
|
1227 |
-
/**
|
1228 |
-
* Filters object ID for current language (WPML).
|
1229 |
-
*
|
1230 |
-
* @since 2.1.0
|
1231 |
-
*
|
1232 |
-
* @param int $post_id Post ID
|
1233 |
-
*/
|
1234 |
-
return apply_filters( 'tptn_object_id_cur_lang', $post_id );
|
1235 |
-
}
|
1236 |
-
|
1237 |
-
|
1238 |
-
/*
|
1239 |
-
----------------------------------------------------------------------------*
|
1240 |
-
* WordPress widget
|
1241 |
-
*----------------------------------------------------------------------------*/
|
1242 |
-
|
1243 |
-
/**
|
1244 |
-
* Include Widget class.
|
1245 |
-
*/
|
1246 |
-
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-top-10-widget.php' );
|
1247 |
-
|
1248 |
-
|
1249 |
/*
|
1250 |
----------------------------------------------------------------------------*
|
1251 |
* Top 10 modules
|
1252 |
*----------------------------------------------------------------------------*/
|
1253 |
|
1254 |
-
require_once(
|
1255 |
-
require_once(
|
1256 |
-
require_once(
|
1257 |
-
require_once(
|
1258 |
-
require_once(
|
1259 |
-
require_once(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1260 |
|
1261 |
|
1262 |
/*
|
@@ -1264,15 +286,14 @@ require_once( plugin_dir_path( __FILE__ ) . 'includes/modules/taxonomies.php' );
|
|
1264 |
* Dashboard and Administrative Functionality
|
1265 |
*----------------------------------------------------------------------------*/
|
1266 |
|
1267 |
-
|
1268 |
-
if ( is_admin() || strstr( $_SERVER['PHP_SELF'], 'wp-admin/' ) ) {
|
1269 |
|
1270 |
-
require_once(
|
1271 |
-
require_once(
|
1272 |
-
require_once(
|
1273 |
-
require_once(
|
1274 |
-
require_once(
|
1275 |
-
require_once(
|
1276 |
|
1277 |
} // End admin.inc
|
1278 |
|
@@ -1281,9 +302,9 @@ if ( is_admin() || strstr( $_SERVER['PHP_SELF'], 'wp-admin/' ) ) {
|
|
1281 |
* Deprecated functions
|
1282 |
*----------------------------------------------------------------------------*/
|
1283 |
|
1284 |
-
require_once(
|
1285 |
|
1286 |
-
if ( is_admin() ||
|
1287 |
|
1288 |
-
require_once(
|
1289 |
}
|
8 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
9 |
* @license GPL-2.0+
|
10 |
* @link https://webberzone.com
|
11 |
+
* @copyright 2008-2016 Ajay D'Souza
|
12 |
*
|
13 |
* @wordpress-plugin
|
14 |
* Plugin Name: Top 10
|
15 |
* Plugin URI: https://webberzone.com/plugins/top-10/
|
16 |
* Description: Count daily and total visits per post and display the most popular posts based on the number of views
|
17 |
+
* Version: 2.3.0
|
18 |
* Author: Ajay D'Souza
|
19 |
* Author URI: https://webberzone.com
|
20 |
* License: GPL-2.0+
|
21 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
22 |
* Text Domain: top-10
|
23 |
* Domain Path: /languages
|
24 |
+
* GitHub Plugin URI: https://github.com/WebberZone/top-10/
|
25 |
*/
|
26 |
|
27 |
// If this file is called directly, abort.
|
33 |
/**
|
34 |
* Holds the filesystem directory path (with trailing slash) for Top 10
|
35 |
*
|
36 |
+
* @since 2.3.0
|
37 |
*
|
38 |
+
* @var string Plugin folder path
|
39 |
*/
|
40 |
+
if ( ! defined( 'TOP_TEN_PLUGIN_DIR' ) ) {
|
41 |
+
define( 'TOP_TEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
42 |
+
}
|
43 |
|
44 |
+
/**
|
45 |
+
* Holds the filesystem directory path (with trailing slash) for Top 10
|
46 |
+
*
|
47 |
+
* @since 2.3.0
|
48 |
+
*
|
49 |
+
* @var string Plugin folder URL
|
50 |
+
*/
|
51 |
+
if ( ! defined( 'TOP_TEN_PLUGIN_URL' ) ) {
|
52 |
+
define( 'TOP_TEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
53 |
+
}
|
54 |
|
55 |
/**
|
56 |
+
* Holds the filesystem directory path (with trailing slash) for Top 10
|
57 |
*
|
58 |
+
* @since 2.3.0
|
59 |
*
|
60 |
+
* @var string Plugin Root File
|
61 |
*/
|
62 |
+
if ( ! defined( 'TOP_TEN_PLUGIN_FILE' ) ) {
|
63 |
+
define( 'TOP_TEN_PLUGIN_FILE', __FILE__ );
|
64 |
+
}
|
65 |
|
66 |
|
67 |
/**
|
86 |
$tptn_settings = tptn_read_options();
|
87 |
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
/**
|
90 |
* Default Options.
|
91 |
*/
|
92 |
function tptn_default_options() {
|
|
|
93 |
|
94 |
$title = __( '<h3>Popular Posts</h3>', 'top-10' );
|
95 |
$title_daily = __( '<h3>Daily Popular</h3>', 'top-10' );
|
96 |
$blank_output_text = __( 'No top posts yet', 'top-10' );
|
97 |
+
$thumb_default = plugins_url() . '/' . plugin_basename( dirname( TOP_TEN_PLUGIN_FILE ) ) . '/default.png';
|
98 |
|
99 |
// get relevant post types
|
100 |
$args = array(
|
106 |
$tptn_settings = array(
|
107 |
|
108 |
/* General options */
|
109 |
+
'activate_daily' => true, // Activate the daily count
|
110 |
+
'activate_overall' => true, // activate overall count
|
111 |
+
'cache' => false, // Enable Caching using Transienst API
|
112 |
+
'cache_time' => HOUR_IN_SECONDS, // Cache for 1 Hour
|
113 |
+
'cache_fix' => true, // Fix for W3 Total Cache - Uses Ajax
|
114 |
+
'external_tracker' => true, // Use external JS tracker file
|
115 |
+
'daily_midnight' => true, // Start daily counts from midnight (default as old behaviour)
|
116 |
+
'daily_range' => '1', // Daily Popular will contain posts of how many days?
|
117 |
+
'hour_range' => '0', // Daily Popular will contain posts of how many days?
|
118 |
+
'uninstall_clean_options' => true, // Cleanup options
|
119 |
+
'uninstall_clean_tables' => false, // Cleanup tables
|
120 |
+
'show_metabox' => true, // Show metabox to admins
|
121 |
+
'show_metabox_admins' => false, // Limit to admins as well
|
122 |
+
'show_credit' => false, // Add link to plugin page of my blog in top posts list
|
123 |
|
124 |
/* Counter and tracker options */
|
125 |
+
'add_to_content' => true, // Add post count to content (only on single posts)
|
126 |
+
'count_on_pages' => true, // Add post count to pages
|
127 |
+
'add_to_feed' => false, // Add post count to feed (full)
|
128 |
+
'add_to_home' => false, // Add post count to home page
|
129 |
'add_to_category_archives' => false, // Add post count to category archives
|
130 |
+
'add_to_tag_archives' => false, // Add post count to tag archives
|
131 |
+
'add_to_archives' => false, // Add post count to other archives
|
132 |
|
133 |
+
'count_disp_form' => '(Visited %totalcount% times, %dailycount% visits today)', // Format to display the count
|
134 |
+
'count_disp_form_zero' => 'No visits yet', // What to display where there are no hits?
|
135 |
+
'dynamic_post_count' => false, // Use JavaScript for displaying the post count
|
136 |
|
137 |
+
'track_authors' => false, // Track Authors visits
|
138 |
+
'track_admins' => true, // Track Admin visits
|
139 |
+
'track_editors' => true, // Track Admin visits
|
140 |
+
'pv_in_admin' => true, // Add an extra column on edit posts/pages to display page views?
|
141 |
+
'show_count_non_admins' => true, // Show counts to non-admins
|
142 |
|
143 |
/* Popular post list options */
|
144 |
+
'limit' => '10', // How many posts to display?
|
145 |
+
'how_old' => '0', // How old posts? Default is no limit
|
146 |
+
'post_types' => $post_types, // WordPress custom post types
|
147 |
+
'exclude_categories' => '', // Exclude these categories
|
148 |
+
'exclude_cat_slugs' => '', // Exclude these categories (slugs)
|
149 |
+
'exclude_post_ids' => '', // Comma separated list of page / post IDs that are to be excluded in the results
|
150 |
+
|
151 |
+
'title' => $title, // Title of Popular Posts
|
152 |
+
'title_daily' => $title_daily, // Title of Daily Popular
|
153 |
+
'blank_output' => false, // Blank output? Default is "blank Output test"
|
154 |
+
'blank_output_text' => $blank_output_text, // Blank output text
|
155 |
+
|
156 |
+
'show_excerpt' => false, // Show description in list item
|
157 |
+
'excerpt_length' => '10', // Length of characters
|
158 |
+
'show_date' => false, // Show date in list item
|
159 |
+
'show_author' => false, // Show author in list item
|
160 |
+
'title_length' => '60', // Limit length of post title
|
161 |
+
'disp_list_count' => true, // Display count in popular lists?
|
162 |
+
|
163 |
+
'link_new_window' => false, // Open links in new window
|
164 |
+
'link_nofollow' => false, // Add no-follow to links
|
165 |
+
'exclude_on_post_ids' => '', // Comma separate list of page/post IDs to not display related posts on
|
166 |
|
167 |
// List HTML options
|
168 |
+
'before_list' => '<ul>', // Before the entire list
|
169 |
+
'after_list' => '</ul>', // After the entire list
|
170 |
+
'before_list_item' => '<li>', // Before each list item
|
171 |
+
'after_list_item' => '</li>', // After each list item
|
172 |
|
173 |
/* Thumbnail options */
|
174 |
+
'post_thumb_op' => 'text_only', // Display only text in posts
|
175 |
+
'thumb_size' => 'tptn_thumbnail', // Default thumbnail size
|
176 |
+
'thumb_width' => '150', // Max width of thumbnails
|
177 |
+
'thumb_height' => '150', // Max height of thumbnails
|
178 |
+
'thumb_crop' => true, // Crop mode. default is hard crop
|
179 |
+
'thumb_html' => 'html', // Use HTML or CSS for width and height of the thumbnail?
|
180 |
+
|
181 |
+
'thumb_meta' => 'post-image', // Meta field that is used to store the location of default thumbnail image
|
182 |
+
'scan_images' => true, // Scan post for images
|
183 |
+
'thumb_default' => $thumb_default, // Default thumbnail image
|
184 |
+
'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
|
185 |
|
186 |
/* Custom styles */
|
187 |
+
'custom_CSS' => '', // Custom CSS to style the output
|
188 |
+
'include_default_style' => false, // Include default Top 10 style
|
189 |
+
'tptn_styles' => 'no_style', // Defaault style is left thubnails
|
190 |
|
191 |
/* Maintenance cron */
|
192 |
+
'cron_on' => false, // Run cron daily?
|
193 |
+
'cron_hour' => '0', // Cron Hour
|
194 |
+
'cron_min' => '0', // Cron Minute
|
195 |
+
'cron_recurrence' => 'weekly', // Frequency of cron
|
196 |
);
|
197 |
|
198 |
/**
|
214 |
*/
|
215 |
function tptn_read_options() {
|
216 |
|
|
|
|
|
|
|
217 |
$tptn_settings_changed = false;
|
218 |
|
219 |
$defaults = tptn_default_options();
|
242 |
}
|
243 |
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
/**
|
246 |
* Function to delete all rows in the posts table.
|
247 |
*
|
261 |
}
|
262 |
|
263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
/*
|
265 |
----------------------------------------------------------------------------*
|
266 |
* Top 10 modules
|
267 |
*----------------------------------------------------------------------------*/
|
268 |
|
269 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/activate-deactivate.php' );
|
270 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/public/display-posts.php' );
|
271 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/public/styles.php' );
|
272 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/public/output-generator.php' );
|
273 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/public/media.php' );
|
274 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/l10n.php' );
|
275 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/counter.php' );
|
276 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/cron.php' );
|
277 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/formatting.php' );
|
278 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/modules/shortcode.php' );
|
279 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/modules/exclusions.php' );
|
280 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/modules/taxonomies.php' );
|
281 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/modules/class-top-10-widget.php' );
|
282 |
|
283 |
|
284 |
/*
|
286 |
* Dashboard and Administrative Functionality
|
287 |
*----------------------------------------------------------------------------*/
|
288 |
|
289 |
+
if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) {
|
|
|
290 |
|
291 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/admin.php' );
|
292 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/admin-metabox.php' );
|
293 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/admin-columns.php' );
|
294 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/admin-dashboard.php' );
|
295 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/class-stats.php' );
|
296 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/cache.php' );
|
297 |
|
298 |
} // End admin.inc
|
299 |
|
302 |
* Deprecated functions
|
303 |
*----------------------------------------------------------------------------*/
|
304 |
|
305 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'includes/deprecated.php' );
|
306 |
|
307 |
+
if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) {
|
308 |
|
309 |
+
require_once( TOP_TEN_PLUGIN_DIR . 'admin/deprecated.php' );
|
310 |
}
|
uninstall.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
-
* @copyright 2008-
|
10 |
*/
|
11 |
// If this file is called directly, abort.
|
12 |
if ( ! defined( 'WPINC' ) ) {
|
6 |
* @author Ajay D'Souza <me@ajaydsouza.com>
|
7 |
* @license GPL-2.0+
|
8 |
* @link https://webberzone.com
|
9 |
+
* @copyright 2008-2016 Ajay D'Souza
|
10 |
*/
|
11 |
// If this file is called directly, abort.
|
12 |
if ( ! defined( 'WPINC' ) ) {
|