Top 10 – Popular posts plugin for WordPress - Version 1.9.9

Version Description

New default style, new shortcodes, responsive admin interface, option to disable counts from non-admin and lots more... Refer to the Changeog for more details

=

Download this release

Release Info

Developer Ajay
Plugin Icon 128x128 Top 10 – Popular posts plugin for WordPress
Version 1.9.9
Comparing to
See all releases

Code changes from version 1.9.8.5 to 1.9.9

README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Top 10 - Popular posts plugin for WordPress
2
+
3
+ __Requires:__ 3.0
4
+
5
+ __Tested up to:__ 3.9
6
+
7
+ __License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)
8
+
9
+ __Plugin page:__ <a href="http://ajaydsouza.com/wordpress/plugins/top-10/">Top 10</a>
10
+
11
+ Track daily and total visits on your blog posts. Display the count as well as popular and trending posts.
12
+
13
+ ## Description
14
+
15
+ WordPress doesn't count page views by default. <a href="http://ajaydsouza.com/wordpress/plugins/top-10/">Top 10</a> will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and pages as well as display a list of most popular posts based on page views.
16
+
17
+ Includes a sidebar widget to display the popular posts. And, all settings can be configured from within your WordPress Admin area itself! You can choose to disable tracking of author visits on their own posts.
18
+
19
+ ### Features
20
+
21
+ * **Page counter**:Counts daily and total page views on single posts, pages and *custom post types*
22
+ * **Display the count**: Customize the text that can be displayed
23
+ * **Show off popular posts**: Display a list of daily and/or overall popular posts by page count. You can choose how many posts are to be displayed plus loads of other customisation options
24
+ * **Widget ready**: Sidebar widgets available for daily popular and overall popular posts. Highly customizable widgets to control what you want to display in the list of posts
25
+ * **Customisable output**:
26
+ * Top 10 includes a default CSS style to make your popular posts list look pretty. Choose **Thumbnails inline, before title** under 'Thumbnail options' when using this option
27
+ * Output wrapped in CSS classes that allows you to style the list. You can enter your custom CSS styles from within WordPress Admin area under "Custom Styles"
28
+ * Pick your own HTML tags to use for displaying the output in case you don't prefer the default `list` format
29
+ * **Thumbnail support**
30
+ * Support for WordPress post thumbnails
31
+ * Auto-extract the first image in your post to be displayed as a thumbnail
32
+ * Manually enter the URL of the thumbnail via <a href="http://codex.wordpress.org/Custom_Fields">WordPress meta fields</a>
33
+ * Use timthumb to crop and resize images
34
+ * **Shortcodes**: The plugin includes two shortcodes `[tptn_list]` and `[tptn_views]` to display the posts list and the number of views respectively
35
+ * **Exclusions**: Exclude posts from select categories from appearing in the top posts list. Also exclude posts by ID from appearing in the list
36
+ * **Admin interface**: View list of daily and/or overall popular posts from within the dashboard. Top 10 will also add two sortable columns to your All Posts and All Pages pages in your WordPress Admin area
37
+ * **Works with caching plugins** like WP-Super-Cache, W3 Total Cache or Quick Cache
38
+ * **Clean uninstall**: If you choose to delete the plugin from within WP-Admin, the plugin will remove all its data. But why would you?
39
+
40
+
41
+ If you're looking for a plugin to display related, look no further than my other plugin <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts">Contextual Related Posts</a>.
42
+
43
+
44
+ ## Screenshots
45
+ ![General Options](https://raw.github.com/ajaydsouza/top-10/master/screenshot-1.png)
46
+ _Top 10 settings page - General Options._
47
+
48
+ For more screenshots visit the <a href="http://wordpress.org/plugins/top-10/screenshots/">WordPress plugin page</a>
49
+
50
+ ## Installation
51
+
52
+ 1. Download the plugin
53
+
54
+ 2. Extract the contents of top-10.zip to wp-content/plugins/ folder. You should get a folder called top-10.
55
+
56
+ 3. Activate the Plugin in WP-Admin.
57
+
58
+ 4. Go to **Top 10** to configure
59
+
60
+ 5. Go to **Appearance &raquo; Widgets** to add the Popular Posts sidebar widget to your theme
61
+
62
+ 6. Go to **Top 10 &raquo; Overall Popular Posts** and **Top 10 &raquo; Daily Popular Posts** to view the list of popular posts
63
+
64
+ Alternatively, search for **Top 10** from Plugins &raquo; Add New within your WordPress admin.
65
+
66
+
67
+ ## Frequently Asked Questions
68
+
69
+ Check out the <a href="http://wordpress.org/plugins/top-10/faq/">FAQ on the plugin page</a> for a detailed list of questions and answers
70
+
71
+ If your question isn't listed there, please create a new post in the <a href="http://wordpress.org/support/plugin/top-10">WordPress.org support forum</a>. I monitor the forums on an ongoing basis. If you're looking for more advanced _paid_ support, please see <a href="http://ajaydsouza.com/support/">details here</a>.
admin-styles.css DELETED
@@ -1,100 +0,0 @@
1
- #page-wrap {
2
- background: white;
3
- min-width: 600px;
4
- max-width: 100%;
5
- margin: 10px auto;
6
- }
7
-
8
- #page-wrap #inside {
9
- margin: 10px 10px 0px 10px;
10
- padding-top: 10px;
11
- padding-bottom: 10px;
12
- }
13
- #header {
14
- background: #fff;
15
- text-align: left;
16
- }
17
- #header h2, h3 {
18
- color: #000;
19
- }
20
-
21
- #options-div, #crp_options
22
- {
23
- /* width:570px; */
24
- overflow:hidden;
25
- display:block;
26
- margin:0;
27
- padding:0;
28
- }
29
-
30
- #side
31
- {
32
- width:300px;
33
- min-height:440px;
34
- /* margin-left:610px; */
35
- float:right;
36
- padding:10px;
37
- }
38
-
39
- #side .side-widget
40
- {
41
- background:#FFF;
42
- border:solid 1px #DDD;
43
- margin-bottom:10px;
44
- border-width:0 1px 1px;
45
- }
46
-
47
- .side-widget span.title
48
- {
49
- background: #E6EADB;
50
- border: #E1D6C6 1px solid;
51
- border-bottom: #F3F6ED 0px solid;
52
- color: #676E04;
53
- font-size: 1em;
54
- font-weight: bold;
55
- height: 22px;
56
- padding: 2px;
57
- text-align: center;
58
- display: block;
59
- }
60
-
61
- .side-widget p
62
- {
63
- padding:10px;
64
- }
65
-
66
- .side-widget ul
67
- {
68
- margin:10px 5px 5px;
69
- }
70
-
71
- .side-widget ul li
72
- {
73
- list-style:square;
74
- padding-bottom:3px;
75
- margin-left:20px;
76
- }
77
-
78
- .side-widget span.rss-date
79
- {
80
- color:#999;
81
- font:normal normal 10px/12px Georgia, "Times New Roman", Times, serif;
82
- }
83
-
84
- #donate-form
85
- {
86
- background:#c9defa;
87
- padding:10px;
88
- text-align: center;
89
- }
90
-
91
- .form-table
92
- {
93
- width:100%;
94
- }
95
-
96
- .form-table th
97
- {
98
- font-weight:normal;
99
- }
100
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin.inc.php CHANGED
@@ -23,12 +23,13 @@ function tptn_options() {
23
  $posts_types_inc = array_intersect($wp_post_types, $post_types);
24
 
25
 
26
- if( (isset($_POST['tptn_save']))&&( check_admin_referer('tptn-plugin') ) ) {
27
  $tptn_settings['title'] = wp_kses_post($_POST['title']);
28
  $tptn_settings['title_daily'] = wp_kses_post($_POST['title_daily']);
29
  $tptn_settings['daily_range'] = intval($_POST['daily_range']);
30
  $tptn_settings['limit'] = intval($_POST['limit']);
31
  $tptn_settings['count_disp_form'] = ($_POST['count_disp_form']);
 
32
  $tptn_settings['exclude_on_post_ids'] = wp_kses_post($_POST['exclude_on_post_ids']);
33
  $tptn_settings['exclude_post_ids'] = wp_kses_post($_POST['exclude_post_ids']);
34
 
@@ -45,6 +46,8 @@ function tptn_options() {
45
  $tptn_settings['track_authors'] = (isset($_POST['track_authors']) ? true : false);
46
  $tptn_settings['track_admins'] = (isset($_POST['track_admins']) ? true : false);
47
  $tptn_settings['pv_in_admin'] = (isset($_POST['pv_in_admin']) ? true : false);
 
 
48
  $tptn_settings['disp_list_count'] = (isset($_POST['disp_list_count']) ? true : false);
49
  $tptn_settings['d_use_js'] = (isset($_POST['d_use_js']) ? true : false);
50
  $tptn_settings['dynamic_post_count'] = (isset($_POST['dynamic_post_count']) ? true : false);
@@ -71,7 +74,9 @@ function tptn_options() {
71
  $tptn_settings['title_length'] = intval($_POST['title_length']);
72
  $tptn_settings['show_date'] = (isset($_POST['show_date']) ? true : false);
73
  $tptn_settings['show_author'] = (isset($_POST['show_author']) ? true : false);
 
74
  $tptn_settings['custom_CSS'] = wp_kses_post($_POST['custom_CSS']);
 
75
 
76
  $tptn_settings['link_new_window'] = (isset($_POST['link_new_window']) ? true : false);
77
  $tptn_settings['link_nofollow'] = (isset($_POST['link_nofollow']) ? true : false);
@@ -90,21 +95,6 @@ function tptn_options() {
90
  }
91
  $tptn_settings['exclude_categories'] = (isset($exclude_categories)) ? join(',', $exclude_categories) : '';
92
 
93
- // Cron maintenance functions
94
- if ( isset($_POST['cron_on']) && ( ($tptn_settings['cron_on']==false) || (intval($_POST['cron_hour'])!=$tptn_settings['cron_hour']) || (intval($_POST['cron_min'])!=$tptn_settings['cron_min']) || ($_POST['cron_recurrence']!=$tptn_settings['cron_recurrence']) ) ) {
95
- $tptn_settings['cron_on'] = true;
96
- $tptn_settings['cron_hour'] = intval($_POST['cron_hour']);
97
- $tptn_settings['cron_min'] = intval($_POST['cron_min']);
98
- $tptn_settings['cron_recurrence'] = $_POST['cron_recurrence'];
99
-
100
- tptn_enable_run($tptn_settings['cron_hour'], $tptn_settings['cron_min'], $tptn_settings['cron_recurrence']);
101
- echo '<div id="message" class="updated fade"><p>' . __('Scheduled maintenance enabled / modified',TPTN_LOCAL_NAME) .'</p></div>';
102
- } else {
103
- $tptn_settings['cron_on'] = false;
104
- tptn_disable_run();
105
- echo '<div id="message" class="updated fade"><p>'. __('Scheduled maintenance disabled',TPTN_LOCAL_NAME) .'</p></div>';
106
- }
107
-
108
  $wp_post_types = get_post_types( array(
109
  'public' => true,
110
  ) );
@@ -123,391 +113,453 @@ function tptn_options() {
123
  echo $str;
124
  }
125
 
126
- if((isset($_POST['tptn_default']))&&( check_admin_referer('tptn-plugin') ) ) {
127
  delete_option('ald_tptn_settings');
128
  $tptn_settings = tptn_default_options();
129
  update_option('ald_tptn_settings', $tptn_settings);
 
130
 
131
  $str = '<div id="message" class="updated fade"><p>'. __('Options set to Default.',TPTN_LOCAL_NAME) .'</p></div>';
132
  echo $str;
133
  }
134
 
135
- if((isset($_POST['tptn_trunc_all']))&&( check_admin_referer('tptn-plugin') )) {
136
  tptn_trunc_count(false);
137
  $str = '<div id="message" class="updated fade"><p>'. __('Top 10 popular posts reset',TPTN_LOCAL_NAME) .'</p></div>';
138
  echo $str;
139
  }
140
 
141
- if((isset($_POST['tptn_trunc_daily']))&&( check_admin_referer('tptn-plugin') )) {
142
  tptn_trunc_count(true);
143
  $str = '<div id="message" class="updated fade"><p>'. __('Top 10 daily popular posts reset',TPTN_LOCAL_NAME) .'</p></div>';
144
  echo $str;
145
  }
146
 
147
- if((isset($_POST['tptn_clean_duplicates']))&&( check_admin_referer('tptn-plugin') ) ) {
148
  tptn_clean_duplicates(true);
149
  tptn_clean_duplicates(false);
150
  $str = '<div id="message" class="updated fade"><p>'. __('Duplicate rows cleaned from tables',TPTN_LOCAL_NAME) .'</p></div>';
151
  echo $str;
152
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  ?>
154
 
155
  <div class="wrap">
156
- <div id="page-wrap">
157
- <div id="inside">
158
- <div id="header">
159
- <h2>Top 10</h2>
160
- </div>
161
- <div id="side">
162
- <?php tptn_admin_side(); ?>
163
- </div>
164
-
165
- <div id="options-div">
166
  <form method="post" id="tptn_options" name="tptn_options" onsubmit="return checkForm()">
167
- <fieldset class="options">
168
- <div class="tabber">
169
- <div class="tabbertab">
170
- <h3>
171
- <?php _e('General options',TPTN_LOCAL_NAME); ?>
172
- </h3>
173
- <table class="form-table">
174
- <tr>
175
- <th scope="row"><label for="activate_overall"><?php _e('Enable Overall stats',TPTN_LOCAL_NAME); ?></label></th>
176
- <td><input type="checkbox" name="activate_overall" id="activate_overall" <?php if ($tptn_settings['activate_overall']) echo 'checked="checked"' ?> />
177
- </td>
178
- </tr>
179
- <tr>
180
- <th scope="row"><label for="activate_daily"><?php _e('Enable Daily stats',TPTN_LOCAL_NAME); ?></label></th>
181
- <td><input type="checkbox" name="activate_daily" id="activate_daily" <?php if ($tptn_settings['activate_daily']) echo 'checked="checked"' ?> />
182
- </td>
183
- </tr>
184
- <tr>
185
- <th scope="row"><label for="cache_fix"><?php _e('W3 Total Cache fix:',TPTN_LOCAL_NAME); ?></label></th>
186
- <td><input type="checkbox" name="cache_fix" id="cache_fix" <?php if ($tptn_settings['cache_fix']) echo 'checked="checked"' ?> />
187
- <p class="description"><?php _e('This will try to prevent W3 Total Cache from caching the addcount script of the plugin. Try toggling this option in case you find that our posts are not tracked.',TPTN_LOCAL_NAME); ?></p>
188
- </td>
189
- </tr>
190
- <tr>
191
- <th scope="row"><label for="limit"><?php _e('Number of popular posts to display: ',TPTN_LOCAL_NAME); ?></label></th>
192
- <td><input type="textbox" name="limit" id="limit" value="<?php echo esc_attr(stripslashes($tptn_settings['limit'])); ?>"></td>
193
- </tr>
194
- <tr>
195
- <th scope="row"><label for="daily_range"><?php _e('Daily Popular should contain views of how many days? ',TPTN_LOCAL_NAME); ?></label></th>
196
- <td><input type="textbox" name="daily_range" id="daily_range" size="3" value="<?php echo stripslashes($tptn_settings['daily_range']); ?>"></td>
197
- </tr>
198
- <tr><th scope="row"><?php _e('Post types to include in results (including custom post types)',TPTN_LOCAL_NAME); ?></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  <td>
200
- <?php foreach ($wp_post_types as $wp_post_type) {
201
- $post_type_op = '<input type="checkbox" name="post_types[]" value="'.$wp_post_type.'" ';
202
- if (in_array($wp_post_type, $posts_types_inc)) $post_type_op .= ' checked="checked" ';
203
- $post_type_op .= ' />'.$wp_post_type.'&nbsp;&nbsp;';
204
- echo $post_type_op;
205
- }
206
- ?>
207
  </td>
208
- </tr>
209
- <tr><th scope="row"><label for="exclude_post_ids"><?php _e('List of post or page IDs to exclude from the results: ',TPTN_LOCAL_NAME); ?></label></th>
210
- <td><input type="textbox" name="exclude_post_ids" id="exclude_post_ids" value="<?php echo esc_attr(stripslashes($tptn_settings['exclude_post_ids'])); ?>" style="width:250px"></td>
211
- </tr>
212
- <tr>
213
- <th scope="row"><label for="exclude_cat_slugs"><?php _e('Exclude Categories: ',TPTN_LOCAL_NAME); ?></label></th>
214
- <td>
215
- <div style="position:relative;text-align:left">
216
- <table id="MYCUSTOMFLOATER" class="myCustomFloater" style="position:absolute;top:50px;left:0;background-color:#cecece;display:none;visibility:hidden">
217
- <tr><td><!--
218
- please see: http://chrisholland.blogspot.com/2004/09/geekstuff-css-display-inline-block.html
219
- to explain why i'm using a table here.
220
- You could replace the table/tr/td with a DIV, but you'd have to specify it's width and height
221
- -->
222
- <div class="myCustomFloaterContent">
223
- you should never be seeing this
224
- </div>
225
- </td></tr>
226
- </table>
227
- <textarea class="wickEnabled:MYCUSTOMFLOATER" cols="50" rows="3" wrap="virtual" name="exclude_cat_slugs"><?php echo (stripslashes($tptn_settings['exclude_cat_slugs'])); ?></textarea>
228
- <p class="description"><?php _e('Comma separated list of category slugs. The field above has an autocomplete so simply start typing in the starting letters and it will prompt you with options',TPTN_LOCAL_NAME); ?></p>
229
- </div>
230
- </td>
231
- </tr>
232
- <tr>
233
- <th scope="row"><?php _e('Display number of views on:',TPTN_LOCAL_NAME); ?></th>
234
- <td>
235
- <label><input type="checkbox" name="add_to_content" id="add_to_content" <?php if ($tptn_settings['add_to_content']) echo 'checked="checked"' ?> /> <?php _e('Posts',TPTN_LOCAL_NAME); ?></label><br />
236
- <label><input type="checkbox" name="count_on_pages" id="count_on_pages" <?php if ($tptn_settings['count_on_pages']) echo 'checked="checked"' ?> /> <?php _e('Pages',TPTN_LOCAL_NAME); ?></label><br />
237
- <label><input type="checkbox" name="add_to_home" id="add_to_home" <?php if ($tptn_settings['add_to_home']) echo 'checked="checked"' ?> /> <?php _e('Home page',TPTN_LOCAL_NAME); ?></label></label><br />
238
- <label><input type="checkbox" name="add_to_feed" id="add_to_feed" <?php if ($tptn_settings['add_to_feed']) echo 'checked="checked"' ?> /> <?php _e('Feeds',TPTN_LOCAL_NAME); ?></label></label><br />
239
- <label><input type="checkbox" name="add_to_category_archives" id="add_to_category_archives" <?php if ($tptn_settings['add_to_category_archives']) echo 'checked="checked"' ?> /> <?php _e('Category archives',TPTN_LOCAL_NAME); ?></label><br />
240
- <label><input type="checkbox" name="add_to_tag_archives" id="add_to_tag_archives" <?php if ($tptn_settings['add_to_tag_archives']) echo 'checked="checked"' ?> /> <?php _e('Tag archives',TPTN_LOCAL_NAME); ?></label></label><br />
241
- <label><input type="checkbox" name="add_to_archives" id="add_to_archives" <?php if ($tptn_settings['add_to_archives']) echo 'checked="checked"' ?> /> <?php _e('Other archives',TPTN_LOCAL_NAME); ?></label></label>
242
- <p class="description"><?php _e('If you choose to disable this, please add <code>&lt;?php if(function_exists(\'echo_ald_tptn\')) echo_ald_tptn(); ?&gt;</code> to your template file where you want it displayed',TPTN_LOCAL_NAME); ?></p>
243
- </td>
244
- </tr>
245
- <tr><th scope="row"><label for="dynamic_post_count"><?php _e('Always display latest post count',TPTN_LOCAL_NAME); ?></label></th>
246
- <td><input type="checkbox" name="dynamic_post_count" id="dynamic_post_count" <?php if ($tptn_settings['dynamic_post_count']) echo 'checked="checked"' ?> />
247
- <p class="description"><?php _e('This option uses JavaScript and will increase your page load time. Turn this off if you are not using caching plugins or are OK with displaying older cached counts. When you enable this option, the daily widget will not use the options set there, but options will need to be set on this screen.',TPTN_LOCAL_NAME); ?></p>
248
- </td>
249
- </tr>
250
- <tr><th scope="row"><label for="d_use_js"><?php _e('Always display latest post count in the daily lists',TPTN_LOCAL_NAME); ?></label></th>
251
- <td><input type="checkbox" name="d_use_js" id="d_use_js" <?php if ($tptn_settings['d_use_js']) echo 'checked="checked"' ?> />
252
- <p class="description"><?php _e('This option uses JavaScript and will increase your page load time',TPTN_LOCAL_NAME); ?></p>
253
- </td>
254
- </tr>
255
- <tr><th scope="row"><label for="track_authors"><?php _e('Track visits of authors on their own posts?',TPTN_LOCAL_NAME); ?></label></th>
256
- <td><input type="checkbox" name="track_authors" id="track_authors" <?php if ($tptn_settings['track_authors']) echo 'checked="checked"' ?> /></td>
257
- </tr>
258
- <tr><th scope="row"><label for="track_admins"><?php _e('Track visits of admins?',TPTN_LOCAL_NAME); ?></label></th>
259
- <td><input type="checkbox" name="track_admins" id="track_admins" <?php if ($tptn_settings['track_admins']) echo 'checked="checked"' ?> /></td>
260
- </tr>
261
- <tr><th scope="row"><label for="pv_in_admin"><?php _e('Display page views on Posts > All Posts in Admin',TPTN_LOCAL_NAME); ?></label></th>
262
- <td><input type="checkbox" name="pv_in_admin" id="pv_in_admin" <?php if ($tptn_settings['pv_in_admin']) echo 'checked="checked"' ?> /></td>
263
- </tr>
264
- <tr><th scope="row"><label for="show_credit"><?php _e('Link to Top 10 plugin page',TPTN_LOCAL_NAME); ?></label></th>
265
- <td><input type="checkbox" name="show_credit" id="show_credit" <?php if ($tptn_settings['show_credit']) echo 'checked="checked"' ?> />
266
- <p class="description"><?php _e('A link to the plugin is added as an extra list item to the list of popular posts',TPTN_LOCAL_NAME); ?></p>
267
- </td>
268
- </tr>
269
- </table>
270
- </div>
271
- <div class="tabbertab">
272
- <h3>
273
- <?php _e('Output Options',TPTN_LOCAL_NAME); ?>
274
- </h3>
275
- <table class="form-table">
276
- <tr><th scope="row"><label for="title"><?php _e('Format to display the count in: ',TPTN_LOCAL_NAME); ?></label></th>
277
- <td><textarea name="count_disp_form" id="count_disp_form" cols="50" rows="5"><?php echo htmlspecialchars(stripslashes($tptn_settings['count_disp_form'])); ?></textarea>
278
- <p class="description"><?php _e('Use <code>%totalcount%</code> to display the total count, <code>%dailycount%</code> to display the daily count and <code>%overallcount%</code> to display the overall count across all posts on the blog. e.g. the default options displays <code>(Visited 123 times, 23 visits today)</code>',TPTN_LOCAL_NAME); ?>
279
- </td>
280
- </tr>
281
- <tr><th scope="row"><label for="title"><?php _e('Title of popular posts: ',TPTN_LOCAL_NAME); ?></label></th>
282
- <td><input type="textbox" name="title" id="title" value="<?php echo esc_attr(stripslashes($tptn_settings['title'])); ?>" style="width:250px" /></td>
283
- </tr>
284
- <tr><th scope="row"><label for="title_daily"><?php _e('Title of daily popular posts: ',TPTN_LOCAL_NAME); ?></label></th>
285
- <td><input type="textbox" name="title_daily" id="title_daily" value="<?php echo esc_attr(stripslashes($tptn_settings['title_daily'])); ?>" style="width:250px" /></td>
286
- </tr>
287
- <tr><th scope="row"><label for="blank_output"><?php _e('When there are no posts, what should be shown?',TPTN_LOCAL_NAME); ?></label></th>
288
- <td>
289
- <label>
290
- <input type="radio" name="blank_output" value="blank" id="blank_output_0" <?php if ($tptn_settings['blank_output']) echo 'checked="checked"' ?> />
291
- <?php _e('Blank Output',TPTN_LOCAL_NAME); ?></label>
292
- <br />
293
- <label>
294
- <input type="radio" name="blank_output" value="customs" id="blank_output_1" <?php if (!$tptn_settings['blank_output']) echo 'checked="checked"' ?> />
295
- <?php _e('Display:',TPTN_LOCAL_NAME); ?></label>
296
- <input type="textbox" name="blank_output_text" id="blank_output_text" value="<?php echo esc_attr(stripslashes($tptn_settings['blank_output_text'])); ?>" style="width:250px" />
297
- </td>
298
- </tr>
299
- <tr><th scope="row"><label for="show_excerpt"><?php _e('Show post excerpt in list?',TPTN_LOCAL_NAME); ?></label></th>
300
- <td><input type="checkbox" name="show_excerpt" id="show_excerpt" <?php if ($tptn_settings['show_excerpt']) echo 'checked="checked"' ?> /></td>
301
- </tr>
302
- <tr><th scope="row"><label for="excerpt_length"><?php _e('Length of excerpt (in words): ',TPTN_LOCAL_NAME); ?></label></th>
303
- <td><input type="textbox" name="excerpt_length" id="excerpt_length" value="<?php echo stripslashes($tptn_settings['excerpt_length']); ?>" /></td>
304
- </tr>
305
- <tr><th scope="row"><label for="show_author"><?php _e('Show post author in list?',TPTN_LOCAL_NAME); ?></label></th>
306
- <td><input type="checkbox" name="show_author" id="show_author" <?php if ($tptn_settings['show_author']) echo 'checked="checked"' ?> /></td>
307
- </tr>
308
- <tr><th scope="row"><label for="show_date"><?php _e('Show post date in list?',TPTN_LOCAL_NAME); ?></label></th>
309
- <td><input type="checkbox" name="show_date" id="show_date" <?php if ($tptn_settings['show_date']) echo 'checked="checked"' ?> /></td>
310
- </tr>
311
- <tr><th scope="row"><label for="title_length"><?php _e('Limit post title length (in characters)',TPTN_LOCAL_NAME); ?></label></th>
312
- <td><input type="textbox" name="title_length" id="title_length" value="<?php echo stripslashes($tptn_settings['title_length']); ?>" /></td>
313
- </tr>
314
- <tr><th scope="row"><label for="disp_list_count"><?php _e('Display number of page views in popular lists?',TPTN_LOCAL_NAME); ?></label></th>
315
- <td><input type="checkbox" name="disp_list_count" id="disp_list_count" <?php if ($tptn_settings['disp_list_count']) echo 'checked="checked"' ?> /></td>
316
- </tr>
317
- <tr><th scope="row"><label for="link_new_window "><?php _e('Open links in new window',TPTN_LOCAL_NAME); ?></label></th>
318
- <td><input type="checkbox" name="link_new_window" id="link_new_window" <?php if ($tptn_settings['link_new_window']) echo 'checked="checked"' ?> /></td>
319
- </tr>
320
- <tr><th scope="row"><label for="link_nofollow"><?php _e('Add nofollow attribute to links in the list',TPTN_LOCAL_NAME); ?></label></th>
321
- <td><input type="checkbox" name="link_nofollow" id="link_nofollow" <?php if ($tptn_settings['link_nofollow']) echo 'checked="checked"' ?> /></td>
322
- </tr>
323
- <tr><th scope="row"><label for="exclude_on_post_ids"><?php _e('Exclude display of related posts on these posts / pages',TPTN_LOCAL_NAME); ?></label></th>
324
- <td>
325
- <input type="textbox" name="exclude_on_post_ids" id="exclude_on_post_ids" value="<?php echo esc_attr(stripslashes($tptn_settings['exclude_on_post_ids'])); ?>" style="width:250px">
326
- <p class="description"><?php _e('Enter comma separated list of IDs. e.g. 188,320,500',TPTN_LOCAL_NAME); ?></p>
327
- </td>
328
- </tr>
329
- <tr style="vertical-align: top; background: #eee"><th scope="row" colspan="2"><?php _e('Customize the output:',TPTN_LOCAL_NAME); ?></th>
330
- </tr>
331
- <tr><th scope="row"><label for="before_list"><?php _e('HTML to display before the list of posts: ',TPTN_LOCAL_NAME); ?></label></th>
332
- <td><input type="textbox" name="before_list" id="before_list" value="<?php echo esc_attr(stripslashes($tptn_settings['before_list'])); ?>" style="width:250px" /></td>
333
- </tr>
334
- <tr><th scope="row"><label for="before_list_item"><?php _e('HTML to display before each list item: ',TPTN_LOCAL_NAME); ?></label></th>
335
- <td><input type="textbox" name="before_list_item" id="before_list_item" value="<?php echo esc_attr(stripslashes($tptn_settings['before_list_item'])); ?>" style="width:250px" /></td>
336
- </tr>
337
- <tr><th scope="row"><label for="after_list_item"><?php _e('HTML to display after each list item: ',TPTN_LOCAL_NAME); ?></label></th>
338
- <td><input type="textbox" name="after_list_item" id="after_list_item" value="<?php echo esc_attr(stripslashes($tptn_settings['after_list_item'])); ?>" style="width:250px" /></td>
339
- </tr>
340
- <tr><th scope="row"><label for="after_list"><?php _e('HTML to display after the list of posts: ',TPTN_LOCAL_NAME); ?></label></th>
341
- <td><input type="textbox" name="after_list" id="after_list" value="<?php echo esc_attr(stripslashes($tptn_settings['after_list'])); ?>" style="width:250px" /></td>
342
- </tr>
343
- <tr style="vertical-align: top; background: #eee"><th scope="row" colspan="2"><?php _e('Post thumbnail options:',TPTN_LOCAL_NAME); ?></th>
344
- </tr>
345
- <tr><th scope="row"><label for="post_thumb_op"><?php _e('Location of post thumbnail:',TPTN_LOCAL_NAME); ?></label></th>
346
- <td>
347
- <label>
348
- <input type="radio" name="post_thumb_op" value="inline" id="post_thumb_op_0" <?php if ($tptn_settings['post_thumb_op']=='inline') echo 'checked="checked"' ?> />
349
- <?php _e('Display thumbnails inline with posts, before title',TPTN_LOCAL_NAME); ?></label>
350
- <br />
351
- <label>
352
- <input type="radio" name="post_thumb_op" value="after" id="post_thumb_op_1" <?php if ($tptn_settings['post_thumb_op']=='after') echo 'checked="checked"' ?> />
353
- <?php _e('Display thumbnails inline with posts, after title',TPTN_LOCAL_NAME); ?></label>
354
- <br />
355
- <label>
356
- <input type="radio" name="post_thumb_op" value="thumbs_only" id="post_thumb_op_2" <?php if ($tptn_settings['post_thumb_op']=='thumbs_only') echo 'checked="checked"' ?> />
357
- <?php _e('Display only thumbnails, no text',TPTN_LOCAL_NAME); ?></label>
358
- <br />
359
- <label>
360
- <input type="radio" name="post_thumb_op" value="text_only" id="post_thumb_op_3" <?php if ($tptn_settings['post_thumb_op']=='text_only') echo 'checked="checked"' ?> />
361
- <?php _e('Do not display thumbnails, only text.',TPTN_LOCAL_NAME); ?></label>
362
- <br />
363
- </td>
364
- </tr>
365
- <tr><th scope="row"><label for="thumb_width"><?php _e('Width of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
366
- <td><input type="textbox" name="thumb_width" id="thumb_width" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_width'])); ?>" style="width:30px" />px</td>
367
- </tr>
368
- <tr><th scope="row"><label for="thumb_height"><?php _e('Height of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
369
- <td><input type="textbox" name="thumb_height" id="thumb_height" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_height'])); ?>" style="width:30px" />px</td>
370
- </tr>
371
- <tr><th scope="row"><label for="thumb_html"><?php _e('Style attributes / Width and Height HTML attributes:',TPTN_LOCAL_NAME); ?></label></th>
372
- <td>
373
- <label>
374
- <input type="radio" name="thumb_html" value="css" id="thumb_html_0" <?php if ($tptn_settings['thumb_html']=='css') echo 'checked="checked"' ?> />
375
- <?php _e('Style attributes are used for width and height. <code>style="max-width:'.$tptn_settings['thumb_width'].'px;max-height:'.$tptn_settings['thumb_height'].'px;"</code>',TPTN_LOCAL_NAME); ?></label>
376
- <br />
377
- <label>
378
- <input type="radio" name="thumb_html" value="html" id="thumb_html_1" <?php if ($tptn_settings['thumb_html']=='html') echo 'checked="checked"' ?> />
379
- <?php _e('HTML width and height attributes are used for width and height. <code>width="'.$tptn_settings['thumb_width'].'" height="'.$tptn_settings['thumb_height'].'"</code>',TPTN_LOCAL_NAME); ?></label>
380
- <br />
381
- </td>
382
- </tr>
383
- <tr><th scope="row"><label for="thumb_timthumb"><?php _e('Use timthumb to generate thumbnails? ',TPTN_LOCAL_NAME); ?></label></th>
384
- <td>
385
- <input type="checkbox" name="thumb_timthumb" id="thumb_timthumb" <?php if ($tptn_settings['thumb_timthumb']) echo 'checked="checked"' ?> />
386
- <p class="description"><?php _e('If checked, <a href="http://www.binarymoon.co.uk/projects/timthumb/">timthumb</a> will be used to generate thumbnails',TPTN_LOCAL_NAME); ?></p>
387
- </td>
388
- </tr>
389
- <tr><th scope="row"><label for="thumb_meta"><?php _e('Post thumbnail meta field name: ',TPTN_LOCAL_NAME); ?></label></th>
390
- <td>
391
- <input type="textbox" name="thumb_meta" id="thumb_meta" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_meta'])); ?>">
392
- <p class="description"><?php _e('The value of this field should contain the image source and is set in the <em>Add New Post</em> screen',TPTN_LOCAL_NAME); ?></p>
393
- </td>
394
- </tr>
395
- <tr><th scope="row"><label for="scan_images"><?php _e('If the postmeta is not set, then should the plugin extract the first image from the post?',TPTN_LOCAL_NAME); ?></label></th>
396
- <td>
397
- <input type="checkbox" name="scan_images" id="scan_images" <?php if ($tptn_settings['scan_images']) echo 'checked="checked"' ?> />
398
- <p class="description"><?php _e('This could slow down the loading of your page if the first image in the related posts is large in file-size',TPTN_LOCAL_NAME); ?></p>
399
- </td>
400
- </tr>
401
- <tr><th scope="row"><label for="thumb_default_show"><?php _e('Use default thumbnail? ',TPTN_LOCAL_NAME); ?></label></th>
402
- <td>
403
- <input type="checkbox" name="thumb_default_show" id="thumb_default_show" <?php if ($tptn_settings['thumb_default_show']) echo 'checked="checked"' ?> />
404
- <p class="description"><?php _e('If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown.',TPTN_LOCAL_NAME); ?></p>
405
- </td>
406
- </tr>
407
- <tr><th scope="row"><label for="thumb_default"><?php _e('Default thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
408
- <td>
409
- <input type="textbox" name="thumb_default" id="thumb_default" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_default'])); ?>" style="width:500px">
410
- <p class="description"><?php _e('The plugin will first check if the post contains a thumbnail. If it doesn\'t then it will check the meta field. If this is not available, then it will show the default image as specified above',TPTN_LOCAL_NAME); ?></p>
411
- </td>
412
- </tr>
413
- </table>
414
- </div>
415
- <div class="tabbertab">
416
- <h3>
417
- <?php _e('Custom Styles',TPTN_LOCAL_NAME); ?>
418
- </h3>
419
- <table class="form-table">
420
- <tr style="vertical-align: top; "><th scope="row" colspan="2"><?php _e('Custom CSS to add to header:',TPTN_LOCAL_NAME); ?></th>
421
- </tr>
422
- <tr style="vertical-align: top; "><td scope="row" colspan="2"><textarea name="custom_CSS" id="custom_CSS" rows="15" cols="80"><?php echo stripslashes($tptn_settings['custom_CSS']); ?></textarea>
423
- <p class="description"><?php _e('Do not include <code>style</code> tags. Check out the <a href="http://wordpress.org/extend/plugins/top-10/faq/" target="_blank">FAQ</a> for available CSS classes to style.',TPTN_LOCAL_NAME); ?></p>
424
- </td>
425
- </tr>
426
- </table>
427
- </div>
428
- <div class="tabbertab">
429
- <h3>
430
- <?php _e('Maintenance',TPTN_LOCAL_NAME); ?>
431
- </h3>
432
- <table class="form-table">
433
- <tr style="vertical-align: top; "><th scope="row" colspan="2">
434
- <?php _e('Over time the Daily Top 10 database grows in size, which reduces the performance of the plugin. Cleaning the database at regular intervals could improve performance, especially on high traffic blogs.',TPTN_LOCAL_NAME); ?>
435
- <em><?php _e('Note: When scheduled maintenance is enabled, WordPress will run the cron job everytime the job is rescheduled (i.e. you change the settings below). This causes the daily posts table to reset.',TPTN_LOCAL_NAME); ?></em>
436
- </th>
437
- </tr>
438
- <tr><th scope="row"><label for="cron_on"><?php _e('Enable scheduled maintenance of daily tables:',TPTN_LOCAL_NAME); ?></label></th>
439
- <td><input type="checkbox" name="cron_on" id="cron_on" <?php if ($tptn_settings['cron_on']) echo 'checked="checked"' ?> />
440
- </td>
441
- </tr>
442
- <tr><th scope="row"><label for="cron_hour"><?php _e('Time to run maintenance',TPTN_LOCAL_NAME); ?></label></th>
443
- <td><input type="textbox" name="cron_hour" id="cron_hour" value="<?php echo esc_attr(stripslashes($tptn_settings['cron_hour'])); ?>" style="width:10px" /> : <input type="textbox" name="cron_min" id="cron_min" value="<?php echo esc_attr(stripslashes($tptn_settings['cron_min'])); ?>" style="width:10px" /> hrs</td>
444
- </tr>
445
- <tr><th scope="row"><label for="cron_recurrence"><?php _e('How often should the maintenance be run:',TPTN_LOCAL_NAME); ?></label></th>
446
- <td>
447
- <label>
448
- <input type="radio" name="cron_recurrence" value="daily" id="cron_recurrence0" <?php if ($tptn_settings['cron_recurrence']=='daily') echo 'checked="checked"' ?> />
449
- <?php _e('Daily',TPTN_LOCAL_NAME); ?></label>
450
- <br />
451
- <label>
452
- <input type="radio" name="cron_recurrence" value="weekly" id="cron_recurrence1" <?php if ($tptn_settings['cron_recurrence']=='weekly') echo 'checked="checked"' ?> />
453
- <?php _e('Weekly',TPTN_LOCAL_NAME); ?></label>
454
- <br />
455
- <label>
456
- <input type="radio" name="cron_recurrence" value="fortnightly" id="cron_recurrence2" <?php if ($tptn_settings['cron_recurrence']=='fortnightly') echo 'checked="checked"' ?> />
457
- <?php _e('Fortnightly',TPTN_LOCAL_NAME); ?></label>
458
- <br />
459
- <label>
460
- <input type="radio" name="cron_recurrence" value="monthly" id="cron_recurrence3" <?php if ($tptn_settings['cron_recurrence']=='monthly') echo 'checked="checked"' ?> />
461
- <?php _e('Monthly',TPTN_LOCAL_NAME); ?></label>
462
- <br />
463
- </td>
464
- </tr>
465
- <tr><td scope="row" colspan="2">
466
- <?php
467
- if ($tptn_settings['cron_on']) {
468
- if (wp_next_scheduled('ald_tptn_hook')) {
469
- echo '<span style="color:#0c0">';
470
- _e('The cron job has been scheduled. Maintenance will run ',TPTN_LOCAL_NAME);
471
- echo wp_get_schedule('ald_tptn_hook');
472
- echo '</span>';
473
- } else {
474
- echo '<span style="color:#e00">';
475
- _e('The cron job is missing. Please resave this page to add the job',TPTN_LOCAL_NAME);
476
- echo '</span>';
477
- }
478
- } else {
479
- echo '<span style="color:#FFA500">';
480
- _e('Maintenance is turned off',TPTN_LOCAL_NAME);
481
- echo '</span>';
482
- }
483
- ?>
484
- </td></tr>
485
- </table>
486
- </div>
487
  <p>
488
  <input type="submit" name="tptn_save" id="tptn_save" value="<?php _e('Save Options',TPTN_LOCAL_NAME); ?>" class="button button-primary" />
489
  <input type="submit" name="tptn_default" id="tptn_default" value="<?php _e('Default Options',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('Do you want to set options to Default?',TPTN_LOCAL_NAME); ?>')) return false;" />
490
  </p>
491
- </fieldset>
492
- <h3>
493
- <?php _e('Reset count',TPTN_LOCAL_NAME); ?>
494
- </h3>
495
- <p>
496
- <?php _e('This cannot be reversed. Make sure that your database has been backed up before proceeding',TPTN_LOCAL_NAME); ?>
497
- </p>
498
- <p>
499
- <input name="tptn_trunc_all" type="submit" id="tptn_trunc_all" value="<?php _e('Reset Popular Posts',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('Are you sure you want to reset the popular posts?',TPTN_LOCAL_NAME); ?>')) return false;" />
500
- <input name="tptn_trunc_daily" type="submit" id="tptn_trunc_daily" value="<?php _e('Reset Daily Popular Posts',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('Are you sure you want to reset the daily popular posts?',TPTN_LOCAL_NAME); ?>')) return false;" />
501
- <input name="tptn_clean_duplicates" type="submit" id="tptn_clean_duplicates" value="<?php _e('Clear duplicates',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('This will delete the duplicate entries in the tables. Proceed?',TPTN_LOCAL_NAME); ?>')) return false;" />
502
- </p>
503
- <?php wp_nonce_field('tptn-plugin'); ?>
504
  </form>
505
- </div>
506
 
507
- </div>
508
- <div style="clear: both;"></div>
509
- </div>
510
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  <?php
512
 
513
  }
@@ -538,24 +590,21 @@ function tptn_manage($daily = 0) {
538
  ?>
539
 
540
  <div class="wrap">
541
- <div id="page-wrap">
542
- <div id="inside">
543
- <div id="header">
544
- <h2><?php if (!$daily) _e('Popular Posts',TPTN_LOCAL_NAME); else _e('Daily Popular Posts',TPTN_LOCAL_NAME); ?></h2>
545
- </div>
546
- <div id="side">
547
- <?php tptn_admin_side(); ?>
548
- </div>
549
-
550
- <div id="options-div">
551
- <?php echo tptn_pop_display($daily,$paged,$limit,false); ?>
552
- </div> <!-- End options-div -->
553
-
554
- </div> <!-- End inside -->
555
- <div style="clear: both;"></div>
556
- </div> <!-- End page-wrap -->
557
- </div> <!-- End wrap -->
558
-
559
 
560
  <?php
561
  }
@@ -568,44 +617,52 @@ function tptn_manage($daily = 0) {
568
  */
569
  function tptn_admin_side() {
570
  ?>
571
- <div class="side-widget">
572
- <span class="title"><?php _e('Support the development',TPTN_LOCAL_NAME) ?></span>
573
- <div id="donate-form">
574
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
575
- <input type="hidden" name="cmd" value="_xclick">
576
- <input type="hidden" name="business" value="donate@ajaydsouza.com">
577
- <input type="hidden" name="lc" value="IN">
578
- <input type="hidden" name="item_name" value="Donation for Top 10">
579
- <input type="hidden" name="item_number" value="tptn">
580
- <strong><?php _e('Enter amount in USD: ',TPTN_LOCAL_NAME) ?></strong> <input name="amount" value="10.00" size="6" type="text"><br />
581
- <input type="hidden" name="currency_code" value="USD">
582
- <input type="hidden" name="button_subtype" value="services">
583
- <input type="hidden" name="bn" value="PP-BuyNowBF:btn_donate_LG.gif:NonHosted">
584
- <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="<?php _e('Send your donation to the author of',TPTN_LOCAL_NAME) ?> Top 10" title="<?php _e('Send your donation to the author of',TPTN_LOCAL_NAME) ?> Top 10">
585
- <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
586
- </form>
587
- </div>
588
- </div>
589
- <div class="side-widget">
590
- <span class="title"><?php _e('Follow us',TPTN_LOCAL_NAME) ?></span>
591
- <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fajaydsouzacom&amp;width=292&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=true&amp;appId=113175385243" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
592
- <div style="text-align:center"><a href="https://twitter.com/ajaydsouza" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @ajaydsouza</a>
593
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
594
  </div>
595
- <div class="side-widget">
596
- <span class="title"><?php _e('Quick Links',TPTN_LOCAL_NAME) ?></span>
597
- <ul>
598
- <li><a href="http://ajaydsouza.com/wordpress/plugins/top-10/"><?php _e('Top 10 plugin page',TPTN_LOCAL_NAME) ?></a></li>
599
- <li><a href="http://ajaydsouza.com/wordpress/plugins/"><?php _e('Other plugins',TPTN_LOCAL_NAME) ?></a></li>
600
- <li><a href="http://ajaydsouza.com/"><?php _e('Ajay\'s blog',TPTN_LOCAL_NAME) ?></a></li>
601
- <li><a href="http://wordpress.org/support/plugin/top-10"><?php _e('Support',TPTN_LOCAL_NAME) ?></a></li>
602
- </ul>
603
- </div>
604
- <div class="side-widget">
605
- <span class="title"><?php _e('Recent developments',TPTN_LOCAL_NAME) ?></span>
606
- <?php require_once(ABSPATH . WPINC . '/class-simplepie.php'); wp_widget_rss_output('http://ajaydsouza.com/archives/category/wordpress/plugins/feed/', array('items' => 5, 'show_author' => 0, 'show_date' => 1));
607
- ?>
608
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
609
  <?php
610
  }
611
 
@@ -619,7 +676,7 @@ function tptn_adminmenu() {
619
 
620
  if (function_exists('add_menu_page')) {
621
 
622
- $plugin_page = add_menu_page(__("Top 10 Settings", TPTN_LOCAL_NAME), __("Top 10", TPTN_LOCAL_NAME), 'manage_options', 'tptn_options', 'tptn_options');
623
  add_action( 'admin_head-'. $plugin_page, 'tptn_adminhead' );
624
 
625
  $plugin_page = add_submenu_page( 'tptn_options', __("Top 10 Settings", TPTN_LOCAL_NAME), __("Top 10 Settings", TPTN_LOCAL_NAME), 'manage_options', 'tptn_options', 'tptn_options');
@@ -644,22 +701,85 @@ add_action('admin_menu', 'tptn_adminmenu');
644
  function tptn_adminhead() {
645
  global $tptn_url;
646
 
 
 
 
647
  ?>
648
- <link rel="stylesheet" type="text/css" href="<?php echo $tptn_url ?>/wick/wick.css" />
649
- <link rel="stylesheet" type="text/css" href="<?php echo $tptn_url ?>/admin-styles.css" />
650
- <link rel="stylesheet" type="text/css" href="<?php echo $tptn_url ?>/tabber/tabber.css" />
651
- <script type="text/javascript" language="JavaScript">
652
- function checkForm() {
653
- answer = true;
654
- if (siw && siw.selectingSomething)
655
- answer = false;
656
- return answer;
657
- }//
658
- </script>
659
- <script type="text/javascript" src="<?php echo $tptn_url ?>/wick/sample_data.js.php"></script>
660
- <script type="text/javascript" src="<?php echo $tptn_url ?>/wick/wick.js"></script>
661
- <script type="text/javascript" src="<?php echo $tptn_url ?>/tabber/tabber.js"></script>
662
- <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
663
 
664
 
665
  /**
@@ -691,59 +811,19 @@ function tptn_clean_duplicates($daily = false) {
691
  * @param bool $widget (default: false) Is this a WordPress widget?
692
  * @return void
693
  */
694
- function tptn_pop_display($daily = false, $page = 0, $limit = 10, $widget = false) {
695
  global $wpdb, $siteurl, $tableposts, $id;
696
 
697
  $table_name = $wpdb->prefix . "top_ten";
698
  if ($daily) $table_name .= "_daily"; // If we're viewing daily posts, set this to true
699
 
700
- $tptn_settings = tptn_read_options();
701
  if (!($limit)) $limit = $tptn_settings['limit'];
702
  if (!($page)) $page = 0; // Default page value.
703
  parse_str($tptn_settings['post_types'],$post_types); // Save post types in $post_types variable
704
 
705
-
706
- if(!$daily) {
707
- $sql = "SELECT postnumber, cntaccess as sumCount, ID, post_type ";
708
- $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
709
- $sql .= "AND post_status = 'publish' ";
710
- $sql .= "AND ( ";
711
- $multiple = false;
712
- foreach ($post_types as $post_type) {
713
- if ( $multiple ) $sql .= ' OR ';
714
- $sql .= " post_type = '".$post_type."' ";
715
- $multiple = true;
716
- }
717
- $sql .=" ) ";
718
- $sql .= "ORDER BY sumCount DESC";
719
- } else {
720
- $daily_range = $tptn_settings['daily_range']-1;
721
- $current_time = gmdate( 'Y-m-d', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) );
722
- $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
723
- $current_date = date ( 'Y-m-j' , $current_date );
724
-
725
- $sql = "SELECT postnumber, SUM(cntaccess) as sumCount, dp_date, ID, post_type, post_status ";
726
- $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
727
- $sql .= "AND post_status = 'publish' AND dp_date >= '$current_date' ";
728
- $sql .= "AND ( ";
729
- $multiple = false;
730
- foreach ($post_types as $post_type) {
731
- if ( $multiple ) $sql .= ' OR ';
732
- $sql .= " post_type = '".$post_type."' ";
733
- $multiple = true;
734
- }
735
- $sql .=" ) ";
736
- $sql .= "GROUP BY postnumber ";
737
- $sql .= "ORDER BY sumCount DESC";
738
- }
739
-
740
- $results = $wpdb->get_results($sql);
741
- $numrows = 0;
742
- if ($results) {
743
- foreach ($results as $result) {
744
- $numrows++;
745
- }
746
- }
747
 
748
  $pages = intval($numrows/$limit); // Number of results pages.
749
 
@@ -761,51 +841,18 @@ function tptn_pop_display($daily = false, $page = 0, $limit = 10, $widget = fals
761
  if (!((($page + $limit) / $limit) >= $pages) && $pages != 1) {$last = $page + $limit;} //If not last results page, last result equals $page plus $limit.
762
  else{$last = $numrows;} // If last results page, last result equals total number of results.
763
 
764
- if(!$daily) {
765
- $sql = "SELECT postnumber, cntaccess as sumCount, ID, post_type ";
766
- $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
767
- $sql .= "AND post_status = 'publish' ";
768
- $sql .= "AND ( ";
769
- $multiple = false;
770
- foreach ($post_types as $post_type) {
771
- if ( $multiple ) $sql .= ' OR ';
772
- $sql .= " post_type = '".$post_type."' ";
773
- $multiple = true;
774
- }
775
- $sql .=" ) ";
776
- $sql .= "ORDER BY sumCount DESC LIMIT $page, $limit";
777
- } else {
778
- $sql = "SELECT postnumber, SUM(cntaccess) as sumCount, dp_date, ID, post_type, post_status ";
779
- $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
780
- $sql .= "AND post_status = 'publish' AND dp_date >= '$current_date' ";
781
- $sql .= "AND ( ";
782
- $multiple = false;
783
- foreach ($post_types as $post_type) {
784
- if ( $multiple ) $sql .= ' OR ';
785
- $sql .= " post_type = '".$post_type."' ";
786
- $multiple = true;
787
- }
788
- $sql .=" ) ";
789
- $sql .= "GROUP BY postnumber ";
790
- $sql .= "ORDER BY sumCount DESC LIMIT $page, $limit";
791
- }
792
-
793
- $results = $wpdb->get_results($sql);
794
 
795
  $output = '<div id="tptn_popular_posts">';
796
  $output .= '<table width="100%" border="0">
797
  <tr>
798
  <td width="50%" align="left">';
799
- $output .= __('Results',TPTN_LOCAL_NAME);
800
- $output .= ' <strong>'.$first.'</strong> - <strong>'.$last.'</strong> ';
801
- $output .= __('of',TPTN_LOCAL_NAME);
802
- $output .= ' <strong>'.$numrows.'</strong>
803
  </td>
804
  <td width="50%" align="right">';
805
- $output .= __('Page',TPTN_LOCAL_NAME);
806
- $output .= ' <strong>'.$current.'</strong> ';
807
- $output .= __('of',TPTN_LOCAL_NAME);
808
- $output .= ' <strong>'.$total.'</strong>
809
  </td>
810
  </tr>
811
  <tr>
@@ -847,8 +894,8 @@ function tptn_pop_display($daily = false, $page = 0, $limit = 10, $widget = fals
847
  $output .= '<ul>';
848
  if ($results) {
849
  foreach ($results as $result) {
850
- $output .= '<li><a href="'.get_permalink($result->postnumber).'">'.get_the_title($result->postnumber).'</a>';
851
- $output .= ' ('.number_format_i18n($result->sumCount).')';
852
  $output .= '</li>';
853
  }
854
  }
@@ -925,9 +972,13 @@ function tptn_pop_daily_dashboard() {
925
  * @return void
926
  */
927
  function tptn_pop_dashboard_setup() {
928
- if (function_exists('wp_add_dashboard_widget')) {
929
- wp_add_dashboard_widget( 'tptn_pop_dashboard', __( 'Popular Posts',TPTN_LOCAL_NAME ), 'tptn_pop_dashboard' );
930
- wp_add_dashboard_widget( 'tptn_pop_daily_dashboard', __( 'Daily Popular',TPTN_LOCAL_NAME ), 'tptn_pop_daily_dashboard' );
 
 
 
 
931
  }
932
  }
933
  add_action('wp_dashboard_setup', 'tptn_pop_dashboard_setup');
@@ -941,10 +992,13 @@ add_action('wp_dashboard_setup', 'tptn_pop_dashboard_setup');
941
  * @return void
942
  */
943
  function tptn_column($cols) {
944
- $tptn_settings = tptn_read_options();
945
 
946
- if ($tptn_settings['pv_in_admin']) $cols['tptn_total'] = __('Total Views',TPTN_LOCAL_NAME);
947
- if ($tptn_settings['pv_in_admin']) $cols['tptn_daily'] = __('Today\'s Views',TPTN_LOCAL_NAME);
 
 
 
948
  return $cols;
949
  }
950
  add_filter('manage_posts_columns', 'tptn_column');
@@ -965,10 +1019,9 @@ function tptn_value($column_name, $id) {
965
 
966
  // Add Total count
967
  if (($column_name == 'tptn_total')&&($tptn_settings['pv_in_admin'])) {
968
-
969
  $table_name = $wpdb->prefix . "top_ten";
970
 
971
- $resultscount = $wpdb->get_row("SELECT postnumber, cntaccess from $table_name WHERE postnumber = $id");
972
  $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 0));
973
  echo $cntaccess;
974
  }
@@ -982,10 +1035,29 @@ function tptn_value($column_name, $id) {
982
  $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
983
  $current_date = date ( 'Y-m-j' , $current_date );
984
 
985
- $resultscount = $wpdb->get_row("SELECT postnumber, SUM(cntaccess) as sumCount FROM $table_name WHERE postnumber = $id AND dp_date >= '$current_date' GROUP BY postnumber ");
986
  $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 0));
987
  echo $cntaccess;
988
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
  }
990
  add_action('manage_posts_custom_column', 'tptn_value', 10, 2);
991
  add_action('manage_pages_custom_column', 'tptn_value', 10, 2);
@@ -1059,10 +1131,11 @@ add_filter( 'posts_clauses', 'tptn_column_clauses', 10, 2 );
1059
  function tptn_css() {
1060
  ?>
1061
  <style type="text/css">
1062
- #tptn_total, #tptn_daily { width: 100px; }
1063
  </style>
1064
  <?php
1065
  }
1066
  add_action('admin_head', 'tptn_css');
1067
 
 
1068
  ?>
23
  $posts_types_inc = array_intersect($wp_post_types, $post_types);
24
 
25
 
26
+ if( (isset($_POST['tptn_save']))&&( check_admin_referer('tptn-plugin-options') ) ) {
27
  $tptn_settings['title'] = wp_kses_post($_POST['title']);
28
  $tptn_settings['title_daily'] = wp_kses_post($_POST['title_daily']);
29
  $tptn_settings['daily_range'] = intval($_POST['daily_range']);
30
  $tptn_settings['limit'] = intval($_POST['limit']);
31
  $tptn_settings['count_disp_form'] = ($_POST['count_disp_form']);
32
+ $tptn_settings['count_disp_form_zero'] = ($_POST['count_disp_form_zero']);
33
  $tptn_settings['exclude_on_post_ids'] = wp_kses_post($_POST['exclude_on_post_ids']);
34
  $tptn_settings['exclude_post_ids'] = wp_kses_post($_POST['exclude_post_ids']);
35
 
46
  $tptn_settings['track_authors'] = (isset($_POST['track_authors']) ? true : false);
47
  $tptn_settings['track_admins'] = (isset($_POST['track_admins']) ? true : false);
48
  $tptn_settings['pv_in_admin'] = (isset($_POST['pv_in_admin']) ? true : false);
49
+ $tptn_settings['show_count_non_admins'] = (isset($_POST['show_count_non_admins']) ? true : false);
50
+
51
  $tptn_settings['disp_list_count'] = (isset($_POST['disp_list_count']) ? true : false);
52
  $tptn_settings['d_use_js'] = (isset($_POST['d_use_js']) ? true : false);
53
  $tptn_settings['dynamic_post_count'] = (isset($_POST['dynamic_post_count']) ? true : false);
74
  $tptn_settings['title_length'] = intval($_POST['title_length']);
75
  $tptn_settings['show_date'] = (isset($_POST['show_date']) ? true : false);
76
  $tptn_settings['show_author'] = (isset($_POST['show_author']) ? true : false);
77
+
78
  $tptn_settings['custom_CSS'] = wp_kses_post($_POST['custom_CSS']);
79
+ $tptn_settings['include_default_style'] = (isset($_POST['include_default_style']) ? true : false);
80
 
81
  $tptn_settings['link_new_window'] = (isset($_POST['link_new_window']) ? true : false);
82
  $tptn_settings['link_nofollow'] = (isset($_POST['link_nofollow']) ? true : false);
95
  }
96
  $tptn_settings['exclude_categories'] = (isset($exclude_categories)) ? join(',', $exclude_categories) : '';
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  $wp_post_types = get_post_types( array(
99
  'public' => true,
100
  ) );
113
  echo $str;
114
  }
115
 
116
+ if((isset($_POST['tptn_default']))&&( check_admin_referer('tptn-plugin-options') ) ) {
117
  delete_option('ald_tptn_settings');
118
  $tptn_settings = tptn_default_options();
119
  update_option('ald_tptn_settings', $tptn_settings);
120
+ tptn_disable_run();
121
 
122
  $str = '<div id="message" class="updated fade"><p>'. __('Options set to Default.',TPTN_LOCAL_NAME) .'</p></div>';
123
  echo $str;
124
  }
125
 
126
+ if((isset($_POST['tptn_trunc_all']))&&( check_admin_referer('tptn-plugin-options') )) {
127
  tptn_trunc_count(false);
128
  $str = '<div id="message" class="updated fade"><p>'. __('Top 10 popular posts reset',TPTN_LOCAL_NAME) .'</p></div>';
129
  echo $str;
130
  }
131
 
132
+ if((isset($_POST['tptn_trunc_daily']))&&( check_admin_referer('tptn-plugin-options') )) {
133
  tptn_trunc_count(true);
134
  $str = '<div id="message" class="updated fade"><p>'. __('Top 10 daily popular posts reset',TPTN_LOCAL_NAME) .'</p></div>';
135
  echo $str;
136
  }
137
 
138
+ if((isset($_POST['tptn_clean_duplicates']))&&( check_admin_referer('tptn-plugin-options') ) ) {
139
  tptn_clean_duplicates(true);
140
  tptn_clean_duplicates(false);
141
  $str = '<div id="message" class="updated fade"><p>'. __('Duplicate rows cleaned from tables',TPTN_LOCAL_NAME) .'</p></div>';
142
  echo $str;
143
  }
144
+
145
+ if((isset($_POST['tptn_mnts_save']))&&( check_admin_referer('tptn-plugin-options') ) ) {
146
+ $tptn_settings['cron_hour'] = intval($_POST['cron_hour']);
147
+ $tptn_settings['cron_min'] = intval($_POST['cron_min']);
148
+ $tptn_settings['cron_recurrence'] = $_POST['cron_recurrence'];
149
+ if ( isset($_POST['cron_on']) ) {
150
+ $tptn_settings['cron_on'] = true;
151
+ tptn_enable_run( $tptn_settings['cron_hour'], $tptn_settings['cron_min'], $tptn_settings['cron_recurrence'] );
152
+ $str = '<div id="message" class="updated fade"><p>' . __('Scheduled maintenance enabled / modified',TPTN_LOCAL_NAME) .'</p></div>';
153
+ } else {
154
+ $tptn_settings['cron_on'] = false;
155
+ tptn_disable_run();
156
+ $str = '<div id="message" class="updated fade"><p>'. __('Scheduled maintenance disabled',TPTN_LOCAL_NAME) .'</p></div>';
157
+ }
158
+ update_option('ald_tptn_settings', $tptn_settings);
159
+ $tptn_settings = tptn_read_options();
160
+
161
+ echo $str;
162
+ }
163
  ?>
164
 
165
  <div class="wrap">
166
+ <h2>Top 10</h2>
167
+ <div id="poststuff">
168
+ <div id="post-body" class="metabox-holder columns-2">
169
+ <div id="post-body-content">
 
 
 
 
 
 
170
  <form method="post" id="tptn_options" name="tptn_options" onsubmit="return checkForm()">
171
+ <div id="genopdiv" class="postbox closed"><div class="handlediv" title="Click to toggle"><br /></div>
172
+ <h3 class='hndle'><span><?php _e('General options',TPTN_LOCAL_NAME); ?></span></h3>
173
+ <div class="inside">
174
+ <table class="form-table">
175
+ <tr>
176
+ <th scope="row"><label for="activate_overall"><?php _e('Enable Overall stats',TPTN_LOCAL_NAME); ?></label></th>
177
+ <td><input type="checkbox" name="activate_overall" id="activate_overall" <?php if ($tptn_settings['activate_overall']) echo 'checked="checked"' ?> />
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <th scope="row"><label for="activate_daily"><?php _e('Enable Daily stats',TPTN_LOCAL_NAME); ?></label></th>
182
+ <td><input type="checkbox" name="activate_daily" id="activate_daily" <?php if ($tptn_settings['activate_daily']) echo 'checked="checked"' ?> />
183
+ </td>
184
+ </tr>
185
+ <tr>
186
+ <th scope="row"><label for="cache_fix"><?php _e('W3 Total Cache fix:',TPTN_LOCAL_NAME); ?></label></th>
187
+ <td><input type="checkbox" name="cache_fix" id="cache_fix" <?php if ($tptn_settings['cache_fix']) echo 'checked="checked"' ?> />
188
+ <p class="description"><?php _e('This will try to prevent W3 Total Cache from caching the addcount script of the plugin. Try toggling this option in case you find that our posts are not tracked.',TPTN_LOCAL_NAME); ?></p>
189
+ </td>
190
+ </tr>
191
+ <tr>
192
+ <th scope="row"><label for="limit"><?php _e('Number of popular posts to display: ',TPTN_LOCAL_NAME); ?></label></th>
193
+ <td><input type="textbox" name="limit" id="limit" value="<?php echo esc_attr(stripslashes($tptn_settings['limit'])); ?>">
194
+ <p class="description"><?php _e("Maximum number of posts that will be displayed in the list. This option is used if you don't specify the number of posts in the widget or shortcodes",TPTN_LOCAL_NAME); ?></p>
195
+ </td>
196
+ </tr>
197
+ <tr>
198
+ <th scope="row"><label for="daily_range"><?php _e('Daily Popular should contain views of how many days? ',TPTN_LOCAL_NAME); ?></label></th>
199
+ <td><input type="textbox" name="daily_range" id="daily_range" size="3" value="<?php echo stripslashes($tptn_settings['daily_range']); ?>">
200
+ <p class="description"><?php _e("Instead of displaying popular posts fromt he past day, this setting lets you display posts for as many days as you want. This can be overridden in the widget.",TPTN_LOCAL_NAME); ?></p>
201
+ </td>
202
+ </tr>
203
+ <tr><th scope="row"><?php _e('Post types to include in results (including custom post types)',TPTN_LOCAL_NAME); ?></th>
204
+ <td>
205
+ <?php foreach ($wp_post_types as $wp_post_type) {
206
+ $post_type_op = '<input type="checkbox" name="post_types[]" value="'.$wp_post_type.'" ';
207
+ if (in_array($wp_post_type, $posts_types_inc)) $post_type_op .= ' checked="checked" ';
208
+ $post_type_op .= ' />'.$wp_post_type.'&nbsp;&nbsp;';
209
+ echo $post_type_op;
210
+ }
211
+ ?>
212
+ </td>
213
+ </tr>
214
+ <tr><th scope="row"><label for="exclude_post_ids"><?php _e('List of post or page IDs to exclude from the results: ',TPTN_LOCAL_NAME); ?></label></th>
215
+ <td><input type="textbox" name="exclude_post_ids" id="exclude_post_ids" value="<?php echo esc_attr(stripslashes($tptn_settings['exclude_post_ids'])); ?>" style="width:250px">
216
+ <p class="description"><?php _e('Enter comma separated list of IDs. e.g. 188,320,500',TPTN_LOCAL_NAME); ?></p>
217
+ </td>
218
+ </tr>
219
+ <tr>
220
+ <th scope="row"><label for="exclude_cat_slugs"><?php _e('Exclude Categories: ',TPTN_LOCAL_NAME); ?></label></th>
221
+ <td>
222
+ <div style="position:relative;text-align:left">
223
+ <table id="MYCUSTOMFLOATER" class="myCustomFloater" style="position:absolute;top:50px;left:0;background-color:#cecece;display:none;visibility:hidden">
224
+ <tr><td><!--
225
+ please see: http://chrisholland.blogspot.com/2004/09/geekstuff-css-display-inline-block.html
226
+ to explain why i'm using a table here.
227
+ You could replace the table/tr/td with a DIV, but you'd have to specify it's width and height
228
+ -->
229
+ <div class="myCustomFloaterContent">
230
+ you should never be seeing this
231
+ </div>
232
+ </td></tr>
233
+ </table>
234
+ <textarea class="wickEnabled:MYCUSTOMFLOATER" cols="50" rows="3" wrap="virtual" name="exclude_cat_slugs" style="width:100%"><?php echo (stripslashes($tptn_settings['exclude_cat_slugs'])); ?></textarea>
235
+ <p class="description"><?php _e('Comma separated list of category slugs. The field above has an autocomplete so simply start typing in the starting letters and it will prompt you with options',TPTN_LOCAL_NAME); ?></p>
236
+ </div>
237
+ </td>
238
+ </tr>
239
+ <tr>
240
+ <th scope="row"><?php _e('Display number of views on:',TPTN_LOCAL_NAME); ?></th>
241
+ <td>
242
+ <label><input type="checkbox" name="add_to_content" id="add_to_content" <?php if ($tptn_settings['add_to_content']) echo 'checked="checked"' ?> /> <?php _e('Posts',TPTN_LOCAL_NAME); ?></label><br />
243
+ <label><input type="checkbox" name="count_on_pages" id="count_on_pages" <?php if ($tptn_settings['count_on_pages']) echo 'checked="checked"' ?> /> <?php _e('Pages',TPTN_LOCAL_NAME); ?></label><br />
244
+ <label><input type="checkbox" name="add_to_home" id="add_to_home" <?php if ($tptn_settings['add_to_home']) echo 'checked="checked"' ?> /> <?php _e('Home page',TPTN_LOCAL_NAME); ?></label></label><br />
245
+ <label><input type="checkbox" name="add_to_feed" id="add_to_feed" <?php if ($tptn_settings['add_to_feed']) echo 'checked="checked"' ?> /> <?php _e('Feeds',TPTN_LOCAL_NAME); ?></label></label><br />
246
+ <label><input type="checkbox" name="add_to_category_archives" id="add_to_category_archives" <?php if ($tptn_settings['add_to_category_archives']) echo 'checked="checked"' ?> /> <?php _e('Category archives',TPTN_LOCAL_NAME); ?></label><br />
247
+ <label><input type="checkbox" name="add_to_tag_archives" id="add_to_tag_archives" <?php if ($tptn_settings['add_to_tag_archives']) echo 'checked="checked"' ?> /> <?php _e('Tag archives',TPTN_LOCAL_NAME); ?></label></label><br />
248
+ <label><input type="checkbox" name="add_to_archives" id="add_to_archives" <?php if ($tptn_settings['add_to_archives']) echo 'checked="checked"' ?> /> <?php _e('Other archives',TPTN_LOCAL_NAME); ?></label></label>
249
+ <p class="description"><?php _e('If you choose to disable this, please add <code>&lt;?php if(function_exists(\'echo_ald_tptn\')) echo_ald_tptn(); ?&gt;</code> to your template file where you want it displayed',TPTN_LOCAL_NAME); ?></p>
250
+ </td>
251
+ </tr>
252
+ <tr><th scope="row"><label for="dynamic_post_count"><?php _e('Always display latest post count',TPTN_LOCAL_NAME); ?></label></th>
253
+ <td><input type="checkbox" name="dynamic_post_count" id="dynamic_post_count" <?php if ($tptn_settings['dynamic_post_count']) echo 'checked="checked"' ?> />
254
+ <p class="description"><?php _e('This option uses JavaScript and will increase your page load time. Turn this off if you are not using caching plugins or are OK with displaying older cached counts.',TPTN_LOCAL_NAME); ?></p>
255
+ </td>
256
+ </tr>
257
+ <tr><th scope="row"><label for="track_authors"><?php _e('Track visits of authors on their own posts?',TPTN_LOCAL_NAME); ?></label></th>
258
+ <td><input type="checkbox" name="track_authors" id="track_authors" <?php if ($tptn_settings['track_authors']) echo 'checked="checked"' ?> />
259
+ <p class="description"><?php _e('Disabling this option will stop authors visits tracked on their own posts',TPTN_LOCAL_NAME); ?></p>
260
+ </td>
261
+ </tr>
262
+ <tr><th scope="row"><label for="track_admins"><?php _e('Track visits of admins?',TPTN_LOCAL_NAME); ?></label></th>
263
+ <td><input type="checkbox" name="track_admins" id="track_admins" <?php if ($tptn_settings['track_admins']) echo 'checked="checked"' ?> />
264
+ <p class="description"><?php _e('Disabling this option will stop admin visits being tracked.',TPTN_LOCAL_NAME); ?></p>
265
+ </td>
266
+ </tr>
267
+ <tr><th scope="row"><label for="pv_in_admin"><?php _e('Display page views on Posts and Pages in Admin',TPTN_LOCAL_NAME); ?></label></th>
268
+ <td>
269
+ <input type="checkbox" name="pv_in_admin" id="pv_in_admin" <?php if ($tptn_settings['pv_in_admin']) echo 'checked="checked"' ?> />
270
+ <p class="description"><?php _e("Adds three columns called Total Views, Today's Views and Views to All Posts and All Pages",TPTN_LOCAL_NAME); ?></p>
271
+ </td>
272
+ </tr>
273
+ <tr><th scope="row"><label for="show_count_non_admins"><?php _e('Show number of views to non-admins',TPTN_LOCAL_NAME); ?></label></th>
274
+ <td>
275
+ <input type="checkbox" name="show_count_non_admins" id="show_count_non_admins" <?php if ($tptn_settings['show_count_non_admins']) echo 'checked="checked"' ?> />
276
+ <p class="description"><?php _e("If you disable this then non-admins won't see the above columns or view the independent pages with the top posts",TPTN_LOCAL_NAME); ?></p>
277
+ </td>
278
+ </tr>
279
+ <tr><th scope="row"><label for="show_credit"><?php _e('Link to Top 10 plugin page',TPTN_LOCAL_NAME); ?></label></th>
280
+ <td>
281
+ <input type="checkbox" name="show_credit" id="show_credit" <?php if ($tptn_settings['show_credit']) echo 'checked="checked"' ?> />
282
+ <p class="description"><?php _e('A link to the plugin is added as an extra list item to the list of popular posts',TPTN_LOCAL_NAME); ?></p>
283
+ </td>
284
+ </tr>
285
+ </table>
286
+ </div>
287
+ </div>
288
+ <div id="outputopdiv" class="postbox closed"><div class="handlediv" title="Click to toggle"><br /></div>
289
+ <h3 class='hndle'><span><?php _e('Output options',TPTN_LOCAL_NAME); ?></span></h3>
290
+ <div class="inside">
291
+ <table class="form-table">
292
+ <tr><th scope="row"><label for="title"><?php _e('Format to display the post views:',TPTN_LOCAL_NAME); ?></label></th>
293
+ <td><textarea name="count_disp_form" id="count_disp_form" cols="50" rows="3" style="width:100%"><?php echo htmlspecialchars(stripslashes($tptn_settings['count_disp_form'])); ?></textarea>
294
+ <p class="description"><?php _e('Use <code>%totalcount%</code> to display the total count, <code>%dailycount%</code> to display the daily count and <code>%overallcount%</code> to display the overall count across all posts on the blog. e.g. the default options displays <code>(Visited 123 times, 23 visits today)</code>',TPTN_LOCAL_NAME); ?>
295
+ </td>
296
+ </tr>
297
+ <tr><th scope="row"><label for="title"><?php _e('What do display when there are no visits?',TPTN_LOCAL_NAME); ?></label></th>
298
+ <td><textarea name="count_disp_form_zero" id="count_disp_form_zero" cols="50" rows="3" style="width:100%"><?php echo htmlspecialchars(stripslashes($tptn_settings['count_disp_form_zero'])); ?></textarea>
299
+ <p class="description"><?php _e("This text applies only when there are 0 hits for the post and it isn't a single page. e.g. if you display post views on the homepage or archives then this text will be used. To override this, just enter the same text as above option.",TPTN_LOCAL_NAME); ?>
300
+ </td>
301
+ </tr>
302
+ <tr><th scope="row"><label for="title"><?php _e('Title of popular posts: ',TPTN_LOCAL_NAME); ?></label></th>
303
+ <td><input type="textbox" name="title" id="title" value="<?php echo esc_attr(stripslashes($tptn_settings['title'])); ?>" style="width:250px" /></td>
304
+ </tr>
305
+ <tr><th scope="row"><label for="title_daily"><?php _e('Title of daily popular posts: ',TPTN_LOCAL_NAME); ?></label></th>
306
+ <td><input type="textbox" name="title_daily" id="title_daily" value="<?php echo esc_attr(stripslashes($tptn_settings['title_daily'])); ?>" style="width:250px" /></td>
307
+ </tr>
308
+ <tr><th scope="row"><label for="blank_output"><?php _e('When there are no posts, what should be shown?',TPTN_LOCAL_NAME); ?></label></th>
309
+ <td>
310
+ <label>
311
+ <input type="radio" name="blank_output" value="blank" id="blank_output_0" <?php if ($tptn_settings['blank_output']) echo 'checked="checked"' ?> />
312
+ <?php _e('Blank Output',TPTN_LOCAL_NAME); ?></label>
313
+ <br />
314
+ <label>
315
+ <input type="radio" name="blank_output" value="customs" id="blank_output_1" <?php if (!$tptn_settings['blank_output']) echo 'checked="checked"' ?> />
316
+ <?php _e('Display:',TPTN_LOCAL_NAME); ?></label>
317
+ <input type="textbox" name="blank_output_text" id="blank_output_text" value="<?php echo esc_attr(stripslashes($tptn_settings['blank_output_text'])); ?>" style="width:250px" />
318
+ </td>
319
+ </tr>
320
+ <tr><th scope="row"><label for="show_excerpt"><?php _e('Show post excerpt in list?',TPTN_LOCAL_NAME); ?></label></th>
321
+ <td><input type="checkbox" name="show_excerpt" id="show_excerpt" <?php if ($tptn_settings['show_excerpt']) echo 'checked="checked"' ?> /></td>
322
+ </tr>
323
+ <tr><th scope="row"><label for="excerpt_length"><?php _e('Length of excerpt (in words): ',TPTN_LOCAL_NAME); ?></label></th>
324
+ <td><input type="textbox" name="excerpt_length" id="excerpt_length" value="<?php echo stripslashes($tptn_settings['excerpt_length']); ?>" /></td>
325
+ </tr>
326
+ <tr><th scope="row"><label for="show_author"><?php _e('Show post author in list?',TPTN_LOCAL_NAME); ?></label></th>
327
+ <td><input type="checkbox" name="show_author" id="show_author" <?php if ($tptn_settings['show_author']) echo 'checked="checked"' ?> /></td>
328
+ </tr>
329
+ <tr><th scope="row"><label for="show_date"><?php _e('Show post date in list?',TPTN_LOCAL_NAME); ?></label></th>
330
+ <td><input type="checkbox" name="show_date" id="show_date" <?php if ($tptn_settings['show_date']) echo 'checked="checked"' ?> /></td>
331
+ </tr>
332
+ <tr><th scope="row"><label for="title_length"><?php _e('Limit post title length (in characters)',TPTN_LOCAL_NAME); ?></label></th>
333
+ <td><input type="textbox" name="title_length" id="title_length" value="<?php echo stripslashes($tptn_settings['title_length']); ?>" /></td>
334
+ </tr>
335
+ <tr><th scope="row"><label for="disp_list_count"><?php _e('Show view count in list?',TPTN_LOCAL_NAME); ?></label></th>
336
+ <td><input type="checkbox" name="disp_list_count" id="disp_list_count" <?php if ($tptn_settings['disp_list_count']) echo 'checked="checked"' ?> /></td>
337
+ </tr>
338
+ <tr><th scope="row"><label for="d_use_js"><?php _e('Always display latest post count in the daily lists?',TPTN_LOCAL_NAME); ?></label></th>
339
+ <td><input type="checkbox" name="d_use_js" id="d_use_js" <?php if ($tptn_settings['d_use_js']) echo 'checked="checked"' ?> />
340
+ <p class="description"><?php _e('This option uses JavaScript and will increase your page load time. When you enable this option, the daily widget will not use the options set there, but options will need to be set on this screen.',TPTN_LOCAL_NAME); ?></p>
341
+ </td>
342
+ </tr>
343
+ <tr><th scope="row"><label for="link_new_window "><?php _e('Open links in new window',TPTN_LOCAL_NAME); ?></label></th>
344
+ <td><input type="checkbox" name="link_new_window" id="link_new_window" <?php if ($tptn_settings['link_new_window']) echo 'checked="checked"' ?> /></td>
345
+ </tr>
346
+ <tr><th scope="row"><label for="link_nofollow"><?php _e('Add nofollow attribute to links in the list',TPTN_LOCAL_NAME); ?></label></th>
347
+ <td><input type="checkbox" name="link_nofollow" id="link_nofollow" <?php if ($tptn_settings['link_nofollow']) echo 'checked="checked"' ?> /></td>
348
+ </tr>
349
+ <tr><th scope="row"><label for="exclude_on_post_ids"><?php _e('Exclude display of related posts on these posts / pages',TPTN_LOCAL_NAME); ?></label></th>
350
  <td>
351
+ <input type="textbox" name="exclude_on_post_ids" id="exclude_on_post_ids" value="<?php echo esc_attr(stripslashes($tptn_settings['exclude_on_post_ids'])); ?>" style="width:250px">
352
+ <p class="description"><?php _e('Enter comma separated list of IDs. e.g. 188,320,500',TPTN_LOCAL_NAME); ?></p>
 
 
 
 
 
353
  </td>
354
+ </tr>
355
+ <tr style="background: #eee"><th scope="row" colspan="2"><?php _e('Customise the list HTML',TPTN_LOCAL_NAME); ?></th>
356
+ </tr>
357
+ <tr><th scope="row"><label for="before_list"><?php _e('HTML to display before the list of posts: ',TPTN_LOCAL_NAME); ?></label></th>
358
+ <td><input type="textbox" name="before_list" id="before_list" value="<?php echo esc_attr(stripslashes($tptn_settings['before_list'])); ?>" style="width:250px" /></td>
359
+ </tr>
360
+ <tr><th scope="row"><label for="before_list_item"><?php _e('HTML to display before each list item: ',TPTN_LOCAL_NAME); ?></label></th>
361
+ <td><input type="textbox" name="before_list_item" id="before_list_item" value="<?php echo esc_attr(stripslashes($tptn_settings['before_list_item'])); ?>" style="width:250px" /></td>
362
+ </tr>
363
+ <tr><th scope="row"><label for="after_list_item"><?php _e('HTML to display after each list item: ',TPTN_LOCAL_NAME); ?></label></th>
364
+ <td><input type="textbox" name="after_list_item" id="after_list_item" value="<?php echo esc_attr(stripslashes($tptn_settings['after_list_item'])); ?>" style="width:250px" /></td>
365
+ </tr>
366
+ <tr><th scope="row"><label for="after_list"><?php _e('HTML to display after the list of posts: ',TPTN_LOCAL_NAME); ?></label></th>
367
+ <td><input type="textbox" name="after_list" id="after_list" value="<?php echo esc_attr(stripslashes($tptn_settings['after_list'])); ?>" style="width:250px" /></td>
368
+ </tr>
369
+ <tr style="background: #eee"><th scope="row" colspan="2"><?php _e('Post thumbnail options:',TPTN_LOCAL_NAME); ?></th>
370
+ </tr>
371
+ <tr><th scope="row"><label for="post_thumb_op"><?php _e('Location of post thumbnail:',TPTN_LOCAL_NAME); ?></label></th>
372
+ <td>
373
+ <label>
374
+ <input type="radio" name="post_thumb_op" value="inline" id="post_thumb_op_0" <?php if ($tptn_settings['post_thumb_op']=='inline') echo 'checked="checked"' ?> />
375
+ <?php _e('Display thumbnails inline with posts, before title',TPTN_LOCAL_NAME); ?></label>
376
+ <br />
377
+ <label>
378
+ <input type="radio" name="post_thumb_op" value="after" id="post_thumb_op_1" <?php if ($tptn_settings['post_thumb_op']=='after') echo 'checked="checked"' ?> />
379
+ <?php _e('Display thumbnails inline with posts, after title',TPTN_LOCAL_NAME); ?></label>
380
+ <br />
381
+ <label>
382
+ <input type="radio" name="post_thumb_op" value="thumbs_only" id="post_thumb_op_2" <?php if ($tptn_settings['post_thumb_op']=='thumbs_only') echo 'checked="checked"' ?> />
383
+ <?php _e('Display only thumbnails, no text',TPTN_LOCAL_NAME); ?></label>
384
+ <br />
385
+ <label>
386
+ <input type="radio" name="post_thumb_op" value="text_only" id="post_thumb_op_3" <?php if ($tptn_settings['post_thumb_op']=='text_only') echo 'checked="checked"' ?> />
387
+ <?php _e('Do not display thumbnails, only text.',TPTN_LOCAL_NAME); ?></label>
388
+ <br />
389
+ </td>
390
+ </tr>
391
+ <tr><th scope="row"><label for="thumb_width"><?php _e('Width of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
392
+ <td><input type="textbox" name="thumb_width" id="thumb_width" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_width'])); ?>" style="width:40px" />px</td>
393
+ </tr>
394
+ <tr><th scope="row"><label for="thumb_height"><?php _e('Height of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
395
+ <td><input type="textbox" name="thumb_height" id="thumb_height" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_height'])); ?>" style="width:40px" />px</td>
396
+ </tr>
397
+ <tr><th scope="row"><label for="thumb_html"><?php _e('Style attributes / Width and Height HTML attributes:',TPTN_LOCAL_NAME); ?></label></th>
398
+ <td>
399
+ <label>
400
+ <input type="radio" name="thumb_html" value="css" id="thumb_html_0" <?php if ($tptn_settings['thumb_html']=='css') echo 'checked="checked"' ?> />
401
+ <?php _e('Style attributes are used for width and height.',TPTN_LOCAL_NAME); ?> <br /><code>style="max-width:<?php echo $tptn_settings['thumb_width'] ?>px;max-height:<?php echo $tptn_settings['thumb_height'] ?>px;"</code></label>
402
+ <br />
403
+ <label>
404
+ <input type="radio" name="thumb_html" value="html" id="thumb_html_1" <?php if ($tptn_settings['thumb_html']=='html') echo 'checked="checked"' ?> />
405
+ <?php _e('HTML width and height attributes are used for width and height.',TPTN_LOCAL_NAME); ?> <br /><code>width="<?php echo $tptn_settings['thumb_width'] ?>" height="<?php echo $tptn_settings['thumb_height'] ?>"</code></label>
406
+ <br />
407
+ </td>
408
+ </tr>
409
+ <tr><th scope="row"><label for="thumb_timthumb"><?php _e('Use timthumb to generate thumbnails? ',TPTN_LOCAL_NAME); ?></label></th>
410
+ <td>
411
+ <input type="checkbox" name="thumb_timthumb" id="thumb_timthumb" <?php if ($tptn_settings['thumb_timthumb']) echo 'checked="checked"' ?> />
412
+ <p class="description"><?php _e('If checked, <a href="http://www.binarymoon.co.uk/projects/timthumb/" target="_blank">timthumb</a> will be used to generate thumbnails',TPTN_LOCAL_NAME); ?></p>
413
+ </td>
414
+ </tr>
415
+ <tr><th scope="row"><label for="thumb_meta"><?php _e('Post thumbnail meta field name: ',TPTN_LOCAL_NAME); ?></label></th>
416
+ <td>
417
+ <input type="textbox" name="thumb_meta" id="thumb_meta" value="<?php echo esc_attr(stripslashes($tptn_settings['thumb_meta'])); ?>">
418
+ <p class="description"><?php _e('The value of this field should contain the image source and is set in the <em>Add New Post</em> screen',TPTN_LOCAL_NAME); ?></p>
419
+ </td>
420
+ </tr>
421
+ <tr><th scope="row"><label for="scan_images"><?php _e('If the postmeta is not set, then should the plugin extract the first image from the post?',TPTN_LOCAL_NAME); ?></label></th>
422
+ <td>
423
+ <input type="checkbox" name="scan_images" id="scan_images" <?php if ($tptn_settings['scan_images']) echo 'checked="checked"' ?> />
424
+ <p class="description"><?php _e('This could slow down the loading of your page if the first image in the related posts is large in file-size',TPTN_LOCAL_NAME); ?></p>
425
+ </td>
426
+ </tr>
427
+ <tr><th scope="row"><label for="thumb_default_show"><?php _e('Use default thumbnail? ',TPTN_LOCAL_NAME); ?></label></th>
428
+ <td>
429
+ <input type="checkbox" name="thumb_default_show" id="thumb_default_show" <?php if ($tptn_settings['thumb_default_show']) echo 'checked="checked"' ?> />
430
+ <p class="description"><?php _e('If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown.',TPTN_LOCAL_NAME); ?></p>
431
+ </td>
432
+ </tr>
433
+ <tr><th scope="row"><label for="thumb_default"><?php _e('Default thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
434
+ <td>
435
+ <input type="textbox" name="thumb_default" id="thumb_default" value="<?php echo esc_attr( stripslashes( $tptn_settings['thumb_default'] ) ); ?>" style="width:100%"> <br />
436
+ <?php if( $tptn_settings['thumb_default'] != '' ) echo "<img src='{$tptn_settings['thumb_default']}' style='max-width:200px' />"; ?>
437
+ <p class="description"><?php _e('The plugin will first check if the post contains a thumbnail. If it doesn\'t then it will check the meta field. If this is not available, then it will show the default image as specified above',TPTN_LOCAL_NAME); ?></p>
438
+ </td>
439
+ </tr>
440
+ </table>
441
+ </div>
442
+ </div>
443
+ <div id="customcssdiv" class="postbox closed"><div class="handlediv" title="Click to toggle"><br /></div>
444
+ <h3 class='hndle'><span><?php _e('Custom CSS',TPTN_LOCAL_NAME); ?></span></h3>
445
+ <div class="inside">
446
+ <table class="form-table">
447
+ <tr><th scope="row"><label for="include_default_style"><?php _e('Use default style included in the plugin?',TPTN_LOCAL_NAME); ?></label></th>
448
+ <td>
449
+ <input type="checkbox" name="include_default_style" id="include_default_style" <?php if ($tptn_settings['include_default_style']) echo 'checked="checked"' ?> />
450
+ <p class="description"><?php _e('Top 10 includes a default style that makes your popular posts list to look pretty. Check the box above if you want to use this. You will need to select <strong>Thumbnails inline, before title</strong> in Output Options or in the Widget.',TPTN_LOCAL_NAME); ?></p>
451
+ </td>
452
+ </tr>
453
+ <tr><th scope="row" colspan="2"><?php _e('Custom CSS to add to header:',TPTN_LOCAL_NAME); ?></th>
454
+ </tr>
455
+ <tr><td scope="row" colspan="2"><textarea name="custom_CSS" id="custom_CSS" rows="15" cols="80" style="width:100%"><?php echo stripslashes($tptn_settings['custom_CSS']); ?></textarea>
456
+ <p class="description"><?php _e('Do not include <code>style</code> tags. Check out the <a href="http://wordpress.org/extend/plugins/top-10/faq/" target="_blank">FAQ</a> for available CSS classes to style.',TPTN_LOCAL_NAME); ?></p>
457
+ </td>
458
+ </tr>
459
+ </table>
460
+ </div>
461
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
462
  <p>
463
  <input type="submit" name="tptn_save" id="tptn_save" value="<?php _e('Save Options',TPTN_LOCAL_NAME); ?>" class="button button-primary" />
464
  <input type="submit" name="tptn_default" id="tptn_default" value="<?php _e('Default Options',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('Do you want to set options to Default?',TPTN_LOCAL_NAME); ?>')) return false;" />
465
  </p>
466
+ <?php wp_nonce_field('tptn-plugin-options') ?>
 
 
 
 
 
 
 
 
 
 
 
 
467
  </form>
 
468
 
469
+ <hr class="clear" />
470
+
471
+ <form method="post" id="tptn_maintenance_op" name="tptn_reset_options" onsubmit="return checkForm()">
472
+ <div id="resetopdiv" class="postbox closed"><div class="handlediv" title="Click to toggle"><br /></div>
473
+ <h3 class='hndle'><span><?php _e('Maintenance',TPTN_LOCAL_NAME); ?></span></h3>
474
+ <div class="inside">
475
+ <table class="form-table">
476
+ <tr><td scope="row" colspan="2">
477
+ <p class="description"><?php _e('Over time the Daily Top 10 database grows in size, which reduces the performance of the plugin. Cleaning the database at regular intervals could improve performance, especially on high traffic blogs. Enabling maintenance will automatically delete entries older than 90 days.',TPTN_LOCAL_NAME); ?><br />
478
+ <strong><?php _e('Note: When scheduled maintenance is enabled, WordPress will run the cron job everytime the job is rescheduled (i.e. you change the settings below).',TPTN_LOCAL_NAME); ?></strong>
479
+ </td>
480
+ </tr>
481
+ <tr><th scope="row"><label for="cron_on"><?php _e('Enable scheduled maintenance of daily tables:',TPTN_LOCAL_NAME); ?></label></th>
482
+ <td><input type="checkbox" name="cron_on" id="cron_on" <?php if ($tptn_settings['cron_on']) echo 'checked="checked"' ?> />
483
+ </td>
484
+ </tr>
485
+ <tr><th scope="row"><label for="cron_hour"><?php _e('Time to run maintenance',TPTN_LOCAL_NAME); ?></label></th>
486
+ <td><input type="textbox" name="cron_hour" id="cron_hour" value="<?php echo esc_attr(stripslashes($tptn_settings['cron_hour'])); ?>" style="width:50px" /> <?php _e('hrs',TPTN_LOCAL_NAME); ?> : <input type="textbox" name="cron_min" id="cron_min" value="<?php echo esc_attr(stripslashes($tptn_settings['cron_min'])); ?>" style="width:50px" /> <?php _e('min',TPTN_LOCAL_NAME); ?></td>
487
+ </tr>
488
+ <tr><th scope="row"><label for="cron_recurrence"><?php _e('How often should the maintenance be run:',TPTN_LOCAL_NAME); ?></label></th>
489
+ <td>
490
+ <label>
491
+ <input type="radio" name="cron_recurrence" value="daily" id="cron_recurrence0" <?php if ($tptn_settings['cron_recurrence']=='daily') echo 'checked="checked"' ?> />
492
+ <?php _e('Daily',TPTN_LOCAL_NAME); ?></label>
493
+ <br />
494
+ <label>
495
+ <input type="radio" name="cron_recurrence" value="weekly" id="cron_recurrence1" <?php if ($tptn_settings['cron_recurrence']=='weekly') echo 'checked="checked"' ?> />
496
+ <?php _e('Weekly',TPTN_LOCAL_NAME); ?></label>
497
+ <br />
498
+ <label>
499
+ <input type="radio" name="cron_recurrence" value="fortnightly" id="cron_recurrence2" <?php if ($tptn_settings['cron_recurrence']=='fortnightly') echo 'checked="checked"' ?> />
500
+ <?php _e('Fortnightly',TPTN_LOCAL_NAME); ?></label>
501
+ <br />
502
+ <label>
503
+ <input type="radio" name="cron_recurrence" value="monthly" id="cron_recurrence3" <?php if ($tptn_settings['cron_recurrence']=='monthly') echo 'checked="checked"' ?> />
504
+ <?php _e('Monthly',TPTN_LOCAL_NAME); ?></label>
505
+ <br />
506
+ </td>
507
+ </tr>
508
+ <tr><td scope="row" colspan="2">
509
+ <?php
510
+ if ( ($tptn_settings['cron_on']) || wp_next_scheduled('ald_tptn_hook') ) {
511
+ if (wp_next_scheduled('ald_tptn_hook')) {
512
+ echo '<span style="color:#0c0">';
513
+ _e('The cron job has been scheduled. Maintenance will run ',TPTN_LOCAL_NAME);
514
+ echo wp_get_schedule('ald_tptn_hook');
515
+ echo '</span>';
516
+ } else {
517
+ echo '<span style="color:#e00">';
518
+ _e('The cron job is missing. Please resave this page to add the job',TPTN_LOCAL_NAME);
519
+ echo '</span>';
520
+ }
521
+ } else {
522
+ echo '<span style="color:#FFA500">';
523
+ _e('Maintenance is turned off',TPTN_LOCAL_NAME);
524
+ echo '</span>';
525
+ }
526
+ ?>
527
+ </td></tr>
528
+ </table>
529
+ <input type="submit" name="tptn_mnts_save" id="tptn_mnts_save" value="<?php _e('Save Options',TPTN_LOCAL_NAME); ?>" class="button button-primary" />
530
+ </div>
531
+ </div>
532
+ <?php wp_nonce_field('tptn-plugin-options'); ?>
533
+ </form>
534
+
535
+ <form method="post" id="tptn_reset_options" name="tptn_reset_options" onsubmit="return checkForm()">
536
+ <div id="resetopdiv" class="postbox closed"><div class="handlediv" title="Click to toggle"><br /></div>
537
+ <h3 class='hndle'><span><?php _e('Reset count',TPTN_LOCAL_NAME); ?></span></h3>
538
+ <div class="inside">
539
+ <p class="description">
540
+ <?php _e('This cannot be reversed. Make sure that your database has been backed up before proceeding',TPTN_LOCAL_NAME); ?>
541
+ </p>
542
+ <p>
543
+ <input name="tptn_trunc_all" type="submit" id="tptn_trunc_all" value="<?php _e('Reset Popular Posts',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('Are you sure you want to reset the popular posts?',TPTN_LOCAL_NAME); ?>')) return false;" />
544
+ <input name="tptn_trunc_daily" type="submit" id="tptn_trunc_daily" value="<?php _e('Reset Daily Popular Posts',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('Are you sure you want to reset the daily popular posts?',TPTN_LOCAL_NAME); ?>')) return false;" />
545
+ <input name="tptn_clean_duplicates" type="submit" id="tptn_clean_duplicates" value="<?php _e('Clear duplicates',TPTN_LOCAL_NAME); ?>" class="button button-secondary" onclick="if (!confirm('<?php _e('This will delete the duplicate entries in the tables. Proceed?',TPTN_LOCAL_NAME); ?>')) return false;" />
546
+ </p>
547
+ </div>
548
+ </div>
549
+ <?php wp_nonce_field('tptn-plugin-options'); ?>
550
+ </form>
551
+
552
+ </div><!-- /post-body-content -->
553
+ <div id="postbox-container-1" class="postbox-container">
554
+ <div id="side-sortables" class="meta-box-sortables ui-sortable">
555
+ <?php tptn_admin_side(); ?>
556
+ </div><!-- /side-sortables -->
557
+ </div><!-- /postbox-container-1 -->
558
+ </div><!-- /post-body -->
559
+ <br class="clear" />
560
+ </div><!-- /poststuff -->
561
+ </div><!-- /wrap -->
562
+
563
  <?php
564
 
565
  }
590
  ?>
591
 
592
  <div class="wrap">
593
+ <h2><?php if (!$daily) _e('Popular Posts',TPTN_LOCAL_NAME); else _e('Daily Popular Posts',TPTN_LOCAL_NAME); ?></h2>
594
+ <div id="poststuff">
595
+ <div id="post-body" class="metabox-holder columns-2">
596
+ <div id="post-body-content">
597
+ <?php echo tptn_pop_display($daily,$paged,$limit,false); ?>
598
+ </div><!-- /post-body-content -->
599
+ <div id="postbox-container-1" class="postbox-container">
600
+ <div id="side-sortables" class="meta-box-sortables ui-sortable">
601
+ <?php tptn_admin_side(); ?>
602
+ </div><!-- /side-sortables -->
603
+ </div><!-- /postbox-container-1 -->
604
+ </div><!-- /post-body -->
605
+ <br class="clear" />
606
+ </div><!-- /poststuff -->
607
+ </div><!-- /wrap -->
 
 
 
608
 
609
  <?php
610
  }
617
  */
618
  function tptn_admin_side() {
619
  ?>
620
+ <div id="donatediv" class="postbox"><div class="handlediv" title="Click to toggle"><br /></div>
621
+ <h3 class='hndle'><span><?php _e('Support the development',TPTN_LOCAL_NAME); ?></span></h3>
622
+ <div class="inside">
623
+ <div id="donate-form">
624
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
625
+ <input type="hidden" name="cmd" value="_xclick">
626
+ <input type="hidden" name="business" value="donate@ajaydsouza.com">
627
+ <input type="hidden" name="lc" value="IN">
628
+ <input type="hidden" name="item_name" value="Donation for Top 10">
629
+ <input type="hidden" name="item_number" value="tptn">
630
+ <strong><?php _e('Enter amount in USD: ',TPTN_LOCAL_NAME); ?></strong> <input name="amount" value="10.00" size="6" type="text"><br />
631
+ <input type="hidden" name="currency_code" value="USD">
632
+ <input type="hidden" name="button_subtype" value="services">
633
+ <input type="hidden" name="bn" value="PP-BuyNowBF:btn_donate_LG.gif:NonHosted">
634
+ <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="<?php _e('Send your donation to the author of',TPTN_LOCAL_NAME); ?> Top 10?">
635
+ <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
636
+ </form>
 
 
 
 
 
 
637
  </div>
638
+ </div>
639
+ </div>
640
+ <div id="followdiv" class="postbox"><div class="handlediv" title="Click to toggle"><br /></div>
641
+ <h3 class='hndle'><span><?php _e('Follow me',TPTN_LOCAL_NAME); ?></span></h3>
642
+ <div class="inside">
643
+ <div id="follow-us">
644
+ <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fajaydsouzacom&amp;width=292&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=true&amp;appId=113175385243" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
645
+ <div style="text-align:center"><a href="https://twitter.com/ajaydsouza" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @ajaydsouza</a>
646
+ <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
 
 
 
 
647
  </div>
648
+ </div>
649
+ </div>
650
+ <div id="qlinksdiv" class="postbox"><div class="handlediv" title="Click to toggle"><br /></div>
651
+ <h3 class='hndle'><span><?php _e('Quick links',TPTN_LOCAL_NAME); ?></span></h3>
652
+ <div class="inside">
653
+ <div id="quick-links">
654
+ <ul>
655
+ <li><a href="http://ajaydsouza.com/wordpress/plugins/top-10/"><?php _e('Top 10 plugin page',TPTN_LOCAL_NAME); ?></a></li>
656
+ <li><a href="http://ajaydsouza.com/wordpress/plugins/"><?php _e('Other plugins',TPTN_LOCAL_NAME); ?></a></li>
657
+ <li><a href="http://ajaydsouza.com/"><?php _e('Ajay\'s blog',TPTN_LOCAL_NAME); ?></a></li>
658
+ <li><a href="https://wordpress.org/plugins/top-10/faq/"><?php _e('FAQ',TPTN_LOCAL_NAME); ?></a></li>
659
+ <li><a href="http://wordpress.org/support/plugin/top-10"><?php _e('Support',TPTN_LOCAL_NAME); ?></a></li>
660
+ <li><a href="https://wordpress.org/support/view/plugin-reviews/top-10"><?php _e('Reviews',TPTN_LOCAL_NAME); ?></a></li>
661
+ </ul>
662
+ </div>
663
+ </div>
664
+ </div>
665
+
666
  <?php
667
  }
668
 
676
 
677
  if (function_exists('add_menu_page')) {
678
 
679
+ $plugin_page = add_menu_page(__("Top 10 Settings", TPTN_LOCAL_NAME), __("Top 10", TPTN_LOCAL_NAME), 'manage_options', 'tptn_options', 'tptn_options', 'dashicons-editor-ol');
680
  add_action( 'admin_head-'. $plugin_page, 'tptn_adminhead' );
681
 
682
  $plugin_page = add_submenu_page( 'tptn_options', __("Top 10 Settings", TPTN_LOCAL_NAME), __("Top 10 Settings", TPTN_LOCAL_NAME), 'manage_options', 'tptn_options', 'tptn_options');
701
  function tptn_adminhead() {
702
  global $tptn_url;
703
 
704
+ wp_enqueue_script('common');
705
+ wp_enqueue_script('wp-lists');
706
+ wp_enqueue_script('postbox');
707
  ?>
708
+ <style type="text/css">
709
+ .postbox .handlediv:before {
710
+ right:12px;
711
+ font:400 20px/1 dashicons;
712
+ speak:none;
713
+ display:inline-block;
714
+ top:0;
715
+ position:relative;
716
+ -webkit-font-smoothing:antialiased;
717
+ -moz-osx-font-smoothing:grayscale;
718
+ text-decoration:none!important;
719
+ content:'\f142';
720
+ padding:8px 10px;
721
+ }
722
+ .postbox.closed .handlediv:before {
723
+ content: '\f140';
724
+ }
725
+ .wrap h2:before {
726
+ content: "\f204";
727
+ display: inline-block;
728
+ -webkit-font-smoothing: antialiased;
729
+ font: normal 29px/1 'dashicons';
730
+ vertical-align: middle;
731
+ margin-right: 0.3em;
732
+ }
733
+ </style>
734
+
735
+ <script type="text/javascript">
736
+ //<![CDATA[
737
+ jQuery(document).ready( function($) {
738
+ // close postboxes that should be closed
739
+ $('.if-js-closed').removeClass('if-js-closed').addClass('closed');
740
+ // postboxes setup
741
+ postboxes.add_postbox_toggles('tptn_options');
742
+ });
743
+ //]]>
744
+ </script>
745
+
746
+ <script type="text/javascript" language="JavaScript">
747
+ //<![CDATA[
748
+ function checkForm() {
749
+ answer = true;
750
+ if (siw && siw.selectingSomething)
751
+ answer = false;
752
+ return answer;
753
+ }//
754
+ //]]>
755
+ </script>
756
+
757
+ <link rel="stylesheet" type="text/css" href="<?php echo $tptn_url ?>/wick/wick.css" />
758
+ <script type="text/javascript" language="JavaScript">
759
+ //<![CDATA[
760
+ <?php
761
+ function wick_data() {
762
+ global $wpdb;
763
+
764
+ $categories = get_categories('hide_empty=0');
765
+ $str = 'collection = [';
766
+ foreach ($categories as $cat) {
767
+ $str .= "'".$cat->slug."',";
768
+ }
769
+ $str = substr($str, 0, -1); // Remove trailing comma
770
+ $str .= '];';
771
+
772
+ echo $str;
773
+ }
774
+ wick_data();
775
+ ?>
776
+ //]]>
777
+ </script>
778
+
779
+ <script type="text/javascript" src="<?php echo $tptn_url ?>/wick/wick.js"></script>
780
+
781
+ <?php
782
+ }
783
 
784
 
785
  /**
811
  * @param bool $widget (default: false) Is this a WordPress widget?
812
  * @return void
813
  */
814
+ function tptn_pop_display($daily = FALSE, $page = 0, $limit = FALSE, $widget = FALSE) {
815
  global $wpdb, $siteurl, $tableposts, $id;
816
 
817
  $table_name = $wpdb->prefix . "top_ten";
818
  if ($daily) $table_name .= "_daily"; // If we're viewing daily posts, set this to true
819
 
820
+ global $tptn_settings;
821
  if (!($limit)) $limit = $tptn_settings['limit'];
822
  if (!($page)) $page = 0; // Default page value.
823
  parse_str($tptn_settings['post_types'],$post_types); // Save post types in $post_types variable
824
 
825
+ $results = tptn_pop_posts('posts_only=1&limit=99999&strict_limit=1&is_widget=1&exclude_post_ids=0&daily='.$daily);
826
+ $numrows = count($results);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
827
 
828
  $pages = intval($numrows/$limit); // Number of results pages.
829
 
841
  if (!((($page + $limit) / $limit) >= $pages) && $pages != 1) {$last = $page + $limit;} //If not last results page, last result equals $page plus $limit.
842
  else{$last = $numrows;} // If last results page, last result equals total number of results.
843
 
844
+ $results = array_slice($results, $page,$limit);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
845
 
846
  $output = '<div id="tptn_popular_posts">';
847
  $output .= '<table width="100%" border="0">
848
  <tr>
849
  <td width="50%" align="left">';
850
+ $output .= sprintf( __('Results %1$s to %2$s of %3$s',TPTN_LOCAL_NAME), '<strong>'.$first.'</strong>', '<strong>'.$last.'</strong>', '<strong>'.$numrows.'</strong>');
851
+ $output .= '
 
 
852
  </td>
853
  <td width="50%" align="right">';
854
+ $output .= sprintf( __('Page %s of %s',TPTN_LOCAL_NAME), '<strong>'.$current.'</strong>', '<strong>'.$total.'</strong>' );
855
+ $output .= '
 
 
856
  </td>
857
  </tr>
858
  <tr>
894
  $output .= '<ul>';
895
  if ($results) {
896
  foreach ($results as $result) {
897
+ $output .= '<li><a href="'.get_permalink($result['postnumber']).'">'.get_the_title($result['postnumber']).'</a>';
898
+ $output .= ' ('.number_format_i18n($result['sumCount']).')';
899
  $output .= '</li>';
900
  }
901
  }
972
  * @return void
973
  */
974
  function tptn_pop_dashboard_setup() {
975
+ global $tptn_settings;
976
+
977
+ if ( ( current_user_can('manage_options') ) || ( $tptn_settings['show_count_non_admins'] ) ) {
978
+ if (function_exists('wp_add_dashboard_widget')) {
979
+ wp_add_dashboard_widget( 'tptn_pop_dashboard', __( 'Popular Posts',TPTN_LOCAL_NAME ), 'tptn_pop_dashboard' );
980
+ wp_add_dashboard_widget( 'tptn_pop_daily_dashboard', __( 'Daily Popular',TPTN_LOCAL_NAME ), 'tptn_pop_daily_dashboard' );
981
+ }
982
  }
983
  }
984
  add_action('wp_dashboard_setup', 'tptn_pop_dashboard_setup');
992
  * @return void
993
  */
994
  function tptn_column($cols) {
995
+ global $tptn_settings;
996
 
997
+ if ( ( current_user_can('manage_options') ) || ( $tptn_settings['show_count_non_admins'] ) ) {
998
+ if ($tptn_settings['pv_in_admin']) $cols['tptn_total'] = __('Total Views',TPTN_LOCAL_NAME);
999
+ if ($tptn_settings['pv_in_admin']) $cols['tptn_daily'] = __('Today\'s Views',TPTN_LOCAL_NAME);
1000
+ if ($tptn_settings['pv_in_admin']) $cols['tptn_both'] = __('Views',TPTN_LOCAL_NAME);
1001
+ }
1002
  return $cols;
1003
  }
1004
  add_filter('manage_posts_columns', 'tptn_column');
1019
 
1020
  // Add Total count
1021
  if (($column_name == 'tptn_total')&&($tptn_settings['pv_in_admin'])) {
 
1022
  $table_name = $wpdb->prefix . "top_ten";
1023
 
1024
+ $resultscount = $wpdb->get_row( $wpdb->prepare("SELECT postnumber, cntaccess from {$table_name} WHERE postnumber = %d", $id ) );
1025
  $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 0));
1026
  echo $cntaccess;
1027
  }
1035
  $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
1036
  $current_date = date ( 'Y-m-j' , $current_date );
1037
 
1038
+ $resultscount = $wpdb->get_row( $wpdb->prepare("SELECT postnumber, SUM(cntaccess) as sumCount FROM {$table_name} WHERE postnumber = %d AND dp_date >= '%s' GROUP BY postnumber ", $id, $current_date) );
1039
  $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 0));
1040
  echo $cntaccess;
1041
  }
1042
+
1043
+ // Now process both
1044
+ if (($column_name == 'tptn_both')&&($tptn_settings['pv_in_admin'])) {
1045
+ $table_name = $wpdb->prefix . "top_ten";
1046
+
1047
+ $resultscount = $wpdb->get_row( $wpdb->prepare("SELECT postnumber, cntaccess from {$table_name} WHERE postnumber = %d", $id ) );
1048
+ $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 0));
1049
+
1050
+ $table_name = $wpdb->prefix . "top_ten_daily";
1051
+
1052
+ $daily_range = $tptn_settings['daily_range']-1;
1053
+ $current_time = gmdate( 'Y-m-d', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) );
1054
+ $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
1055
+ $current_date = date ( 'Y-m-j' , $current_date );
1056
+
1057
+ $resultscount = $wpdb->get_row( $wpdb->prepare("SELECT postnumber, SUM(cntaccess) as sumCount FROM {$table_name} WHERE postnumber = %d AND dp_date >= '%s' GROUP BY postnumber ", $id, $current_date) );
1058
+ $cntaccess .= ' / '.number_format_i18n((($resultscount) ? $resultscount->sumCount : 0));
1059
+ echo $cntaccess;
1060
+ }
1061
  }
1062
  add_action('manage_posts_custom_column', 'tptn_value', 10, 2);
1063
  add_action('manage_pages_custom_column', 'tptn_value', 10, 2);
1131
  function tptn_css() {
1132
  ?>
1133
  <style type="text/css">
1134
+ #tptn_total, #tptn_daily, #tptn_both { max-width: 100px; }
1135
  </style>
1136
  <?php
1137
  }
1138
  add_action('admin_head', 'tptn_css');
1139
 
1140
+
1141
  ?>
css/default-style.css ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ img.tptn_thumb {
2
+ width:65px !important;
3
+ height:65px !important;
4
+ display:block;
5
+ float:left;
6
+ clear:left;
7
+ margin-right:10px !important;
8
+ padding:3px !important;
9
+ border:1px #CCCCCC solid;
10
+ }
11
+
12
+ .tptn_posts_daily ul li, .tptn_posts ul li {
13
+ clear:both;
14
+ list-style:none;
15
+ margin-bottom:15px;
16
+ display:block;
17
+ background: none;
18
+ padding:0 !important;
19
+ }
20
+
21
+ .tptn_posts_daily ul, .tptn_posts ul {
22
+ margin:0 !important;
23
+ padding:0 !important;
24
+ }
25
+
26
+ .tptn_posts_daily .tptn_title, .tptn_posts .tptn_title {
27
+ font-weight:bold;
28
+ display:block;
29
+ padding-bottom:5px;
30
+ text-decoration:none;
31
+ line-height: 1.1em;
32
+ }
33
+
34
+ img.tptn_thumb:after {
35
+ content: ' ';
36
+ width: 100%;
37
+ height: 100%;
38
+ position: absolute;
39
+ top: -1px;
40
+ left: -1px;
41
+ border: solid 1px #222;
42
+ -wekbit-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);
43
+ -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);
44
+ 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);
45
+ -webkit-border-radius: 7px;
46
+ -moz-border-radius: 7px;
47
+ border-radius: 7px;
48
+ }
49
+ img.tptn_thumb {
50
+ vertical-align: bottom;
51
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
52
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
53
+ box-shadow: 0 1px 2px rgba(0,0,0,.4);
54
+ -webkit-border-radius: 7px;
55
+ -moz-border-radius: 7px;
56
+ border-radius: 7px;
57
+ }
css/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
languages/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
languages/tptn-az_AZ.mo CHANGED
Binary file
languages/tptn-az_AZ.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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"
@@ -15,167 +15,198 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Opsiyalar müvəffəqiyyətlə yaddaşda saxlanılıb."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Opsiyalalr standard opsiyasına qaytarılıb."
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "10 populyar yazı statisticasını pozmaq"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "10 gündəlik populyar yazı statisticasını pozmaq"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Populyar postların miqdarının nümayişi:"
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "Gündəlik Populyar yazılar neçə gün ərzində baxılışı özündə əks etdirməlidir?"
77
 
78
- #: admin.inc.php:198
 
 
 
 
 
 
 
79
  msgid "Post types to include in results (including custom post types)"
80
  msgstr ""
81
 
82
- #: admin.inc.php:209
83
  msgid "List of post or page IDs to exclude from the results: "
84
  msgstr ""
85
 
86
- #: admin.inc.php:213
 
 
 
 
87
  msgid "Exclude Categories: "
88
  msgstr ""
89
 
90
- #: admin.inc.php:228
91
  msgid ""
92
  "Comma separated list of category slugs. The field above has an autocomplete "
93
  "so simply start typing in the starting letters and it will prompt you with "
94
  "options"
95
  msgstr ""
96
 
97
- #: admin.inc.php:233
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Posta baxılmasının miqdarını göstərmək lazımdır?"
101
 
102
- #: admin.inc.php:235
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:236
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Səhifə"
110
 
111
- #: admin.inc.php:237
112
  msgid "Home page"
113
  msgstr ""
114
 
115
- #: admin.inc.php:238
116
  msgid "Feeds"
117
  msgstr ""
118
 
119
- #: admin.inc.php:239
120
  msgid "Category archives"
121
  msgstr ""
122
 
123
- #: admin.inc.php:240
124
  msgid "Tag archives"
125
  msgstr ""
126
 
127
- #: admin.inc.php:241
128
  msgid "Other archives"
129
  msgstr ""
130
 
131
- #: admin.inc.php:242
132
  msgid ""
133
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
134
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
135
  "you want it displayed"
136
  msgstr ""
137
 
138
- #: admin.inc.php:245
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
- #: admin.inc.php:247
143
  msgid ""
144
  "This option uses JavaScript and will increase your page load time. Turn this "
145
  "off if you are not using caching plugins or are OK with displaying older "
146
- "cached counts. When you enable this option, the daily widget will not use "
147
- "the options set there, but options will need to be set on this screen."
148
  msgstr ""
149
 
150
- #: admin.inc.php:250
151
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
152
  msgstr ""
153
 
154
- #: admin.inc.php:252
155
  #, fuzzy
156
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
157
  msgstr ""
158
- "Polulyar yazılışları siyahını dinamik etmək lazımdır? Bu opsiya JavaScript-i "
159
- "istifadə edir və bu səhifənin yükləmə vaxtını uzada bilər"
160
 
161
- #: admin.inc.php:255
162
- msgid "Track visits of authors on their own posts?"
163
- msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
 
 
 
 
 
 
164
 
165
- #: admin.inc.php:258
166
  #, fuzzy
167
- msgid "Track visits of admins?"
168
- msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
169
 
170
- #: admin.inc.php:261
171
- msgid "Display page views on Posts > All Posts in Admin"
 
 
172
  msgstr ""
173
 
174
- #: admin.inc.php:264
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
- #: admin.inc.php:266
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -184,16 +215,17 @@ msgstr ""
184
  "Popyulyar siyahının altnda ssılkanı qoymaq lazımdır? Plaginin müəllifi Siz "
185
  "onu qoyduğunuz halda Sizə çox minnətdar olardı!"
186
 
187
- #: admin.inc.php:273
188
  #, fuzzy
189
- msgid "Output Options"
190
  msgstr "Plaginin kökləmələri:"
191
 
192
- #: admin.inc.php:276
193
- msgid "Format to display the count in: "
 
194
  msgstr "Miqdarı göstərən format:"
195
 
196
- #: admin.inc.php:278
197
  #, fuzzy
198
  msgid ""
199
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -205,159 +237,177 @@ msgstr ""
205
  "edin, <code>%dailycount%</code> - gün ərzində baxılmış. Məsələn: <code>"
206
  "(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
207
 
208
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
209
  msgid "Title of popular posts: "
210
  msgstr "Populyar yazılarının başlığı:"
211
 
212
- #: admin.inc.php:284
213
  msgid "Title of daily popular posts: "
214
  msgstr "Gündəlik populyual yazılışların başlığı:"
215
 
216
- #: admin.inc.php:287
217
  msgid "When there are no posts, what should be shown?"
218
  msgstr ""
219
 
220
- #: admin.inc.php:291
221
  msgid "Blank Output"
222
  msgstr ""
223
 
224
- #: admin.inc.php:295
225
  msgid "Display:"
226
  msgstr ""
227
 
228
- #: admin.inc.php:299
229
  msgid "Show post excerpt in list?"
230
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
231
 
232
- #: admin.inc.php:302
233
  msgid "Length of excerpt (in words): "
234
  msgstr "Çıxardılmış mətnin uzunluğu (söz ilə):"
235
 
236
- #: admin.inc.php:305
237
  #, fuzzy
238
  msgid "Show post author in list?"
239
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
240
 
241
- #: admin.inc.php:308
242
  #, fuzzy
243
  msgid "Show post date in list?"
244
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
245
 
246
- #: admin.inc.php:311
247
  msgid "Limit post title length (in characters)"
248
  msgstr ""
249
 
250
- #: admin.inc.php:314
251
- msgid "Display number of page views in popular lists?"
252
- msgstr "Populyar siyahıda baxılmış səhifənin miqdarını göstərmək lazımdır? "
 
 
 
 
 
 
 
 
 
 
 
 
253
 
254
- #: admin.inc.php:317
255
  msgid "Open links in new window"
256
  msgstr ""
257
 
258
- #: admin.inc.php:320
259
  msgid "Add nofollow attribute to links in the list"
260
  msgstr ""
261
 
262
- #: admin.inc.php:323
263
  msgid "Exclude display of related posts on these posts / pages"
264
  msgstr ""
265
 
266
- #: admin.inc.php:326
267
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
268
- msgstr ""
269
-
270
- #: admin.inc.php:329
271
- msgid "Customize the output:"
272
  msgstr "Suiyahı formasının kökləmələri:"
273
 
274
- #: admin.inc.php:331
275
  msgid "HTML to display before the list of posts: "
276
  msgstr "Siyahıdan qabaq istifadə edilən HTML-teqi:"
277
 
278
- #: admin.inc.php:334
279
  msgid "HTML to display before each list item: "
280
  msgstr "Siyahıda hər maddənin qabağında istifadə edilən HTML-teqi:"
281
 
282
- #: admin.inc.php:337
283
  msgid "HTML to display after each list item: "
284
  msgstr "Siyahıda hər maddədən sonra istifadə edilən HTML-teqi: "
285
 
286
- #: admin.inc.php:340
287
  msgid "HTML to display after the list of posts: "
288
  msgstr "Siyahıdan sonra istifadə edilən HTML-teqi:"
289
 
290
- #: admin.inc.php:343
291
  msgid "Post thumbnail options:"
292
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
293
 
294
- #: admin.inc.php:345
295
  msgid "Location of post thumbnail:"
296
  msgstr ""
297
 
298
- #: admin.inc.php:349
299
  #, fuzzy
300
  msgid "Display thumbnails inline with posts, before title"
301
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
302
 
303
- #: admin.inc.php:353
304
  #, fuzzy
305
  msgid "Display thumbnails inline with posts, after title"
306
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
307
 
308
- #: admin.inc.php:357
309
  msgid "Display only thumbnails, no text"
310
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
311
 
312
- #: admin.inc.php:361
313
  msgid "Do not display thumbnails, only text."
314
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
315
 
316
- #: admin.inc.php:365
317
  msgid "Width of the thumbnail: "
318
  msgstr ""
319
 
320
- #: admin.inc.php:368
321
  msgid "Height of the thumbnail: "
322
  msgstr ""
323
 
324
- #: admin.inc.php:371
325
  msgid "Style attributes / Width and Height HTML attributes:"
326
  msgstr ""
327
 
328
- #: admin.inc.php:375
329
- msgid ""
330
- "Style attributes are used for width and height. <code>style=\"max-width:"
331
  msgstr ""
332
 
333
- #: admin.inc.php:379
334
- msgid ""
335
- "HTML width and height attributes are used for width and height. <code>width="
336
- "\""
337
  msgstr ""
338
 
339
- #: admin.inc.php:383
340
  msgid "Use timthumb to generate thumbnails? "
341
  msgstr ""
342
 
343
- #: admin.inc.php:386
344
  msgid ""
345
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
346
- "\">timthumb</a> will be used to generate thumbnails"
347
  msgstr ""
348
 
349
- #: admin.inc.php:389
350
  #, fuzzy
351
  msgid "Post thumbnail meta field name: "
352
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
353
 
354
- #: admin.inc.php:392
355
  msgid ""
356
  "The value of this field should contain the image source and is set in the "
357
  "<em>Add New Post</em> screen"
358
  msgstr ""
359
 
360
- #: admin.inc.php:395
361
  #, fuzzy
362
  msgid ""
363
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -367,7 +417,7 @@ msgstr ""
367
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
368
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
369
 
370
- #: admin.inc.php:398
371
  #, fuzzy
372
  msgid ""
373
  "This could slow down the loading of your page if the first image in the "
@@ -377,21 +427,21 @@ msgstr ""
377
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
378
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
379
 
380
- #: admin.inc.php:401
381
  msgid "Use default thumbnail? "
382
  msgstr ""
383
 
384
- #: admin.inc.php:404
385
  msgid ""
386
  "If checked, when no thumbnail is found, show a default one from the URL "
387
  "below. If not checked and no thumbnail is found, no image will be shown."
388
  msgstr ""
389
 
390
- #: admin.inc.php:407
391
  msgid "Default thumbnail: "
392
  msgstr ""
393
 
394
- #: admin.inc.php:410
395
  #, fuzzy
396
  msgid ""
397
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -402,98 +452,118 @@ msgstr ""
402
  "əvvəlcədən verilmiş sərbəst meta-sahə üzrə). Agər əvvəlcədən baxış yoxdursan "
403
  "onda standard şəkil çıxarılacaq:"
404
 
405
- #: admin.inc.php:417
406
- msgid "Custom Styles"
 
 
 
 
 
 
 
 
 
 
 
 
407
  msgstr ""
408
 
409
- #: admin.inc.php:420
410
  msgid "Custom CSS to add to header:"
411
  msgstr ""
412
 
413
- #: admin.inc.php:423
414
  msgid ""
415
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
416
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
417
  "available CSS classes to style."
418
  msgstr ""
419
 
420
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  msgid "Maintenance"
422
  msgstr ""
423
 
424
- #: admin.inc.php:434
425
  msgid ""
426
  "Over time the Daily Top 10 database grows in size, which reduces the "
427
  "performance of the plugin. Cleaning the database at regular intervals could "
428
- "improve performance, especially on high traffic blogs."
 
429
  msgstr ""
430
 
431
- #: admin.inc.php:435
432
  msgid ""
433
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
434
- "everytime the job is rescheduled (i.e. you change the settings below). This "
435
- "causes the daily posts table to reset."
436
  msgstr ""
437
 
438
- #: admin.inc.php:438
439
  msgid "Enable scheduled maintenance of daily tables:"
440
  msgstr ""
441
 
442
- #: admin.inc.php:442
443
  msgid "Time to run maintenance"
444
  msgstr ""
445
 
446
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
447
  msgid "How often should the maintenance be run:"
448
  msgstr ""
449
 
450
- #: admin.inc.php:449
451
  msgid "Daily"
452
  msgstr ""
453
 
454
- #: admin.inc.php:453
455
  msgid "Weekly"
456
  msgstr ""
457
 
458
- #: admin.inc.php:457
459
  msgid "Fortnightly"
460
  msgstr ""
461
 
462
- #: admin.inc.php:461
463
  msgid "Monthly"
464
  msgstr ""
465
 
466
- #: admin.inc.php:470
467
  msgid "The cron job has been scheduled. Maintenance will run "
468
  msgstr ""
469
 
470
- #: admin.inc.php:475
471
  msgid "The cron job is missing. Please resave this page to add the job"
472
  msgstr ""
473
 
474
- #: admin.inc.php:480
475
  msgid "Maintenance is turned off"
476
  msgstr ""
477
 
478
- #: admin.inc.php:488
479
- #, fuzzy
480
- msgid "Save Options"
481
- msgstr "Opsiyalar:"
482
-
483
- #: admin.inc.php:489
484
- #, fuzzy
485
- msgid "Default Options"
486
- msgstr "Plaginin kökləmələri:"
487
-
488
- #: admin.inc.php:489
489
- msgid "Do you want to set options to Default?"
490
- msgstr "Siz plaginin kökləmələrin standard etmək lazımdır?"
491
-
492
- #: admin.inc.php:493
493
  msgid "Reset count"
494
  msgstr "Statistikanı sbros etmək"
495
 
496
- #: admin.inc.php:496
497
  msgid ""
498
  "This cannot be reversed. Make sure that your database has been backed up "
499
  "before proceeding"
@@ -501,260 +571,293 @@ msgstr ""
501
  "Statistikanın sbrosu geriya qaytarmaq olmaz. Sbros etməkdən qabaq əmin olun "
502
  "ki, Sizin məlumat bazasının kopiyası var!"
503
 
504
- #: admin.inc.php:499
505
  #, fuzzy
506
  msgid "Reset Popular Posts"
507
  msgstr "Populyar yazılar"
508
 
509
- #: admin.inc.php:499
510
  msgid "Are you sure you want to reset the popular posts?"
511
  msgstr ""
512
  "Siz əminsiniz ki, Populyar yazıları statistikanı sbros etmək istəyirsiniz?"
513
 
514
- #: admin.inc.php:500
515
  #, fuzzy
516
  msgid "Reset Daily Popular Posts"
517
  msgstr "Gündəlik Populyar Yazılar"
518
 
519
- #: admin.inc.php:500
520
  msgid "Are you sure you want to reset the daily popular posts?"
521
  msgstr ""
522
  "Siz əminsiniz ki, gündəlik populyar yazıları statistikanı sbros etmək "
523
  "istəyirsiniz?"
524
 
525
- #: admin.inc.php:501
526
  msgid "Clear duplicates"
527
  msgstr ""
528
 
529
- #: admin.inc.php:501
530
  msgid "This will delete the duplicate entries in the tables. Proceed?"
531
  msgstr "Cədvəldəki dublikat yazılar silinəcəklər. Davam edək?"
532
 
533
- #: admin.inc.php:544 admin.inc.php:929
534
  msgid "Popular Posts"
535
  msgstr "Populyar yazılar"
536
 
537
- #: admin.inc.php:544 admin.inc.php:631
538
  msgid "Daily Popular Posts"
539
  msgstr "Gündəlik Populyar Yazılar"
540
 
541
- #: admin.inc.php:572
542
  msgid "Support the development"
543
  msgstr "İnkişafı dəstək vermək"
544
 
545
- #: admin.inc.php:580
546
  msgid "Enter amount in USD: "
547
  msgstr "Miiqdarı USD ilə daxil et:"
548
 
549
- #: admin.inc.php:584
550
  msgid "Send your donation to the author of"
551
  msgstr "Müəlifə ianə göndərin "
552
 
553
- #: admin.inc.php:590
554
- msgid "Follow us"
555
  msgstr ""
556
 
557
- #: admin.inc.php:596
558
  #, fuzzy
559
- msgid "Quick Links"
560
  msgstr "Faydalı istenadlar"
561
 
562
- #: admin.inc.php:598
563
  #, fuzzy
564
  msgid "Top 10 plugin page"
565
  msgstr "plaginin səhifəsi"
566
 
567
- #: admin.inc.php:599
568
  msgid "Other plugins"
569
  msgstr "Digər plaginlər"
570
 
571
- #: admin.inc.php:600
572
  msgid "Ajay's blog"
573
  msgstr "Ajay-in blogu"
574
 
575
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
576
  msgid "Support"
577
  msgstr "Dəstək"
578
 
579
- #: admin.inc.php:605
580
- msgid "Recent developments"
581
- msgstr "Son inkişaflar"
582
 
583
- #: admin.inc.php:622 admin.inc.php:625
584
  #, fuzzy
585
  msgid "Top 10 Settings"
586
  msgstr "Kökləmələr"
587
 
588
- #: admin.inc.php:622
589
  msgid "Top 10"
590
  msgstr "Top 10 yazılar"
591
 
592
- #: admin.inc.php:628
593
  #, fuzzy
594
  msgid "Overall Popular Posts"
595
  msgstr "Bütün Populyar Yazılara Baxmaq"
596
 
597
- #: admin.inc.php:799
598
- msgid "Results"
599
- msgstr "Nəticələr"
600
-
601
- #: admin.inc.php:801 admin.inc.php:807
602
- msgid "of"
603
- msgstr "-dən "
604
 
605
- #: admin.inc.php:805
606
- msgid "Page"
607
- msgstr "Səhifə"
 
608
 
609
- #: admin.inc.php:819
610
  msgid "View Daily Popular Posts"
611
  msgstr "Gündəlik Populyar Yazılara Baxmaq"
612
 
613
- #: admin.inc.php:822 admin.inc.php:835
614
  msgid "Results per-page:"
615
  msgstr "Səhifə üzrə nəticələr:"
616
 
617
- #: admin.inc.php:832
618
  msgid "View Overall Popular Posts"
619
  msgstr "Bütün Populyar Yazılara Baxmaq"
620
 
621
- #: admin.inc.php:861
622
  msgid "Previous"
623
  msgstr "Əvvəlki"
624
 
625
- #: admin.inc.php:889
626
  msgid "Next"
627
  msgstr "Sonrakı"
628
 
629
- #: admin.inc.php:930
630
  msgid "Daily Popular"
631
  msgstr "Gündəlik Populyar"
632
 
633
- #: admin.inc.php:946
634
  #, fuzzy
635
  msgid "Total Views"
636
  msgstr "Ümümi/ Bu günkü baxış"
637
 
638
- #: admin.inc.php:947
639
  #, fuzzy
640
  msgid "Today's Views"
641
  msgstr "Ümümi/ Bu günkü baxış"
642
 
643
- #: top-10.php:415
 
 
 
 
 
644
  msgid " by "
645
  msgstr ""
646
 
647
- #: top-10.php:501
648
  msgid "Display the posts popular this week"
649
  msgstr ""
650
 
651
- #: top-10.php:502
652
  #, fuzzy
653
  msgid "Popular Posts [Top 10]"
654
  msgstr "Populyar yazılar"
655
 
656
- #: top-10.php:519
657
  msgid "Title"
658
  msgstr ""
659
 
660
- #: top-10.php:524
661
  msgid "No. of posts"
662
  msgstr ""
663
 
664
- #: top-10.php:529
665
  msgid "Overall"
666
  msgstr ""
667
 
668
- #: top-10.php:530
669
  msgid "Custom time period (Enter below)"
670
  msgstr ""
671
 
672
- #: top-10.php:535
673
  msgid "Range in number of days (applies only to custom option above)"
674
  msgstr ""
675
 
676
- #: top-10.php:540
 
 
 
 
 
677
  #, fuzzy
678
  msgid " Show excerpt?"
679
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
680
 
681
- #: top-10.php:545
682
  msgid " Show author?"
683
  msgstr ""
684
 
685
- #: top-10.php:550
686
  #, fuzzy
687
  msgid " Show date?"
688
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
689
 
690
- #: top-10.php:554
691
  #, fuzzy
692
  msgid "Thumbnail options"
693
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
694
 
695
- #: top-10.php:556
696
  #, fuzzy
697
  msgid "Thumbnails inline, before title"
698
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
699
 
700
- #: top-10.php:557
701
  #, fuzzy
702
  msgid "Thumbnails inline, after title"
703
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
704
 
705
- #: top-10.php:558
706
  #, fuzzy
707
  msgid "Only thumbnails, no text"
708
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
709
 
710
- #: top-10.php:559
711
  #, fuzzy
712
  msgid "No thumbnails, only text."
713
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
714
 
715
- #: top-10.php:564
716
  #, fuzzy
717
  msgid "Thumbnail height"
718
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
719
 
720
- #: top-10.php:569
721
  #, fuzzy
722
  msgid "Thumbnail width"
723
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
724
 
725
- #: top-10.php:670
726
  msgid "<h3>Popular Posts</h3>"
727
  msgstr "<h3>Populyar yazılar</h3>"
728
 
729
- #: top-10.php:671
730
  msgid "<h3>Daily Popular</h3>"
731
  msgstr "<h3>Gündəlik Populyar</h3>"
732
 
733
- #: top-10.php:672
734
  #, fuzzy
735
  msgid "No top posts yet"
736
  msgstr "10 populyar yazı statisticasını pozmaq"
737
 
738
- #: top-10.php:1113
739
  msgid "Once Weekly"
740
  msgstr ""
741
 
742
- #: top-10.php:1114
743
  msgid "Once Fortnightly"
744
  msgstr ""
745
 
746
- #: top-10.php:1115
747
  msgid "Once Monthly"
748
  msgstr ""
749
 
750
- #: top-10.php:1135
751
  msgid "Settings"
752
  msgstr "Kökləmələr"
753
 
754
- #: top-10.php:1148
755
  msgid "Donate"
756
  msgstr "İanə etmək"
757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
  #~ msgid ""
759
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
760
  #~ "continue to be counted."
@@ -768,9 +871,6 @@ msgstr "İanə etmək"
768
  #~ msgid "Tables cleaned of duplicate rows"
769
  #~ msgstr "Silinmiş dublikat sirası cədvəli"
770
 
771
- #~ msgid "Display number of views on pages?"
772
- #~ msgstr "Səhifədə baxılmasının miqdarını göstərmək lazımdır?"
773
-
774
  #~ msgid ""
775
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
776
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Opsiyalar müvəffəqiyyətlə yaddaşda saxlanılıb."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Opsiyalalr standard opsiyasına qaytarılıb."
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "10 populyar yazı statisticasını pozmaq"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "10 gündəlik populyar yazı statisticasını pozmaq"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Populyar postların miqdarının nümayişi:"
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr ""
82
  "Gündəlik Populyar yazılar neçə gün ərzində baxılışı özündə əks etdirməlidir?"
83
 
84
+ #: admin.inc.php:200
85
+ msgid ""
86
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
87
+ "display posts for as many days as you want. This can be overridden in the "
88
+ "widget."
89
+ msgstr ""
90
+
91
+ #: admin.inc.php:203
92
  msgid "Post types to include in results (including custom post types)"
93
  msgstr ""
94
 
95
+ #: admin.inc.php:214
96
  msgid "List of post or page IDs to exclude from the results: "
97
  msgstr ""
98
 
99
+ #: admin.inc.php:216 admin.inc.php:352
100
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
101
+ msgstr ""
102
+
103
+ #: admin.inc.php:220
104
  msgid "Exclude Categories: "
105
  msgstr ""
106
 
107
+ #: admin.inc.php:235
108
  msgid ""
109
  "Comma separated list of category slugs. The field above has an autocomplete "
110
  "so simply start typing in the starting letters and it will prompt you with "
111
  "options"
112
  msgstr ""
113
 
114
+ #: admin.inc.php:240
115
  #, fuzzy
116
  msgid "Display number of views on:"
117
  msgstr "Posta baxılmasının miqdarını göstərmək lazımdır?"
118
 
119
+ #: admin.inc.php:242
120
  msgid "Posts"
121
  msgstr ""
122
 
123
+ #: admin.inc.php:243
124
  #, fuzzy
125
  msgid "Pages"
126
  msgstr "Səhifə"
127
 
128
+ #: admin.inc.php:244
129
  msgid "Home page"
130
  msgstr ""
131
 
132
+ #: admin.inc.php:245
133
  msgid "Feeds"
134
  msgstr ""
135
 
136
+ #: admin.inc.php:246
137
  msgid "Category archives"
138
  msgstr ""
139
 
140
+ #: admin.inc.php:247
141
  msgid "Tag archives"
142
  msgstr ""
143
 
144
+ #: admin.inc.php:248
145
  msgid "Other archives"
146
  msgstr ""
147
 
148
+ #: admin.inc.php:249
149
  msgid ""
150
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
  "you want it displayed"
153
  msgstr ""
154
 
155
+ #: admin.inc.php:252
156
  msgid "Always display latest post count"
157
  msgstr ""
158
 
159
+ #: admin.inc.php:254
160
  msgid ""
161
  "This option uses JavaScript and will increase your page load time. Turn this "
162
  "off if you are not using caching plugins or are OK with displaying older "
163
+ "cached counts."
 
164
  msgstr ""
165
 
166
+ #: admin.inc.php:257
167
+ msgid "Track visits of authors on their own posts?"
168
+ msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
169
+
170
+ #: admin.inc.php:259
171
+ msgid ""
172
+ "Disabling this option will stop authors visits tracked on their own posts"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:262
176
  #, fuzzy
177
+ msgid "Track visits of admins?"
178
+ msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
179
+
180
+ #: admin.inc.php:264
181
+ msgid "Disabling this option will stop admin visits being tracked."
182
  msgstr ""
 
 
183
 
184
+ #: admin.inc.php:267
185
+ msgid "Display page views on Posts and Pages in Admin"
186
+ msgstr ""
187
+
188
+ #: admin.inc.php:270
189
+ msgid ""
190
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
191
+ "and All Pages"
192
+ msgstr ""
193
 
194
+ #: admin.inc.php:273
195
  #, fuzzy
196
+ msgid "Show number of views to non-admins"
197
+ msgstr "Səhifədə baxılmasının miqdarını göstərmək lazımdır?"
198
 
199
+ #: admin.inc.php:276
200
+ msgid ""
201
+ "If you disable this then non-admins won't see the above columns or view the "
202
+ "independent pages with the top posts"
203
  msgstr ""
204
 
205
+ #: admin.inc.php:279
206
  msgid "Link to Top 10 plugin page"
207
  msgstr ""
208
 
209
+ #: admin.inc.php:282
210
  #, fuzzy
211
  msgid ""
212
  "A link to the plugin is added as an extra list item to the list of popular "
215
  "Popyulyar siyahının altnda ssılkanı qoymaq lazımdır? Plaginin müəllifi Siz "
216
  "onu qoyduğunuz halda Sizə çox minnətdar olardı!"
217
 
218
+ #: admin.inc.php:289
219
  #, fuzzy
220
+ msgid "Output options"
221
  msgstr "Plaginin kökləmələri:"
222
 
223
+ #: admin.inc.php:292
224
+ #, fuzzy
225
+ msgid "Format to display the post views:"
226
  msgstr "Miqdarı göstərən format:"
227
 
228
+ #: admin.inc.php:294
229
  #, fuzzy
230
  msgid ""
231
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
237
  "edin, <code>%dailycount%</code> - gün ərzində baxılmış. Məsələn: <code>"
238
  "(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
239
 
240
+ #: admin.inc.php:297
241
+ msgid "What do display when there are no visits?"
242
+ msgstr ""
243
+
244
+ #: admin.inc.php:299
245
+ msgid ""
246
+ "This text applies only when there are 0 hits for the post and it isn't a "
247
+ "single page. e.g. if you display post views on the homepage or archives then "
248
+ "this text will be used. To override this, just enter the same text as above "
249
+ "option."
250
+ msgstr ""
251
+
252
+ #: admin.inc.php:302
253
  msgid "Title of popular posts: "
254
  msgstr "Populyar yazılarının başlığı:"
255
 
256
+ #: admin.inc.php:305
257
  msgid "Title of daily popular posts: "
258
  msgstr "Gündəlik populyual yazılışların başlığı:"
259
 
260
+ #: admin.inc.php:308
261
  msgid "When there are no posts, what should be shown?"
262
  msgstr ""
263
 
264
+ #: admin.inc.php:312
265
  msgid "Blank Output"
266
  msgstr ""
267
 
268
+ #: admin.inc.php:316
269
  msgid "Display:"
270
  msgstr ""
271
 
272
+ #: admin.inc.php:320
273
  msgid "Show post excerpt in list?"
274
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
275
 
276
+ #: admin.inc.php:323
277
  msgid "Length of excerpt (in words): "
278
  msgstr "Çıxardılmış mətnin uzunluğu (söz ilə):"
279
 
280
+ #: admin.inc.php:326
281
  #, fuzzy
282
  msgid "Show post author in list?"
283
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
284
 
285
+ #: admin.inc.php:329
286
  #, fuzzy
287
  msgid "Show post date in list?"
288
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
289
 
290
+ #: admin.inc.php:332
291
  msgid "Limit post title length (in characters)"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:335
295
+ #, fuzzy
296
+ msgid "Show view count in list?"
297
+ msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
298
+
299
+ #: admin.inc.php:338
300
+ msgid "Always display latest post count in the daily lists?"
301
+ msgstr ""
302
+
303
+ #: admin.inc.php:340
304
+ msgid ""
305
+ "This option uses JavaScript and will increase your page load time. When you "
306
+ "enable this option, the daily widget will not use the options set there, but "
307
+ "options will need to be set on this screen."
308
+ msgstr ""
309
 
310
+ #: admin.inc.php:343
311
  msgid "Open links in new window"
312
  msgstr ""
313
 
314
+ #: admin.inc.php:346
315
  msgid "Add nofollow attribute to links in the list"
316
  msgstr ""
317
 
318
+ #: admin.inc.php:349
319
  msgid "Exclude display of related posts on these posts / pages"
320
  msgstr ""
321
 
322
+ #: admin.inc.php:355
323
+ #, fuzzy
324
+ msgid "Customise the list HTML"
 
 
 
325
  msgstr "Suiyahı formasının kökləmələri:"
326
 
327
+ #: admin.inc.php:357
328
  msgid "HTML to display before the list of posts: "
329
  msgstr "Siyahıdan qabaq istifadə edilən HTML-teqi:"
330
 
331
+ #: admin.inc.php:360
332
  msgid "HTML to display before each list item: "
333
  msgstr "Siyahıda hər maddənin qabağında istifadə edilən HTML-teqi:"
334
 
335
+ #: admin.inc.php:363
336
  msgid "HTML to display after each list item: "
337
  msgstr "Siyahıda hər maddədən sonra istifadə edilən HTML-teqi: "
338
 
339
+ #: admin.inc.php:366
340
  msgid "HTML to display after the list of posts: "
341
  msgstr "Siyahıdan sonra istifadə edilən HTML-teqi:"
342
 
343
+ #: admin.inc.php:369
344
  msgid "Post thumbnail options:"
345
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
346
 
347
+ #: admin.inc.php:371
348
  msgid "Location of post thumbnail:"
349
  msgstr ""
350
 
351
+ #: admin.inc.php:375
352
  #, fuzzy
353
  msgid "Display thumbnails inline with posts, before title"
354
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
355
 
356
+ #: admin.inc.php:379
357
  #, fuzzy
358
  msgid "Display thumbnails inline with posts, after title"
359
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
360
 
361
+ #: admin.inc.php:383
362
  msgid "Display only thumbnails, no text"
363
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
364
 
365
+ #: admin.inc.php:387
366
  msgid "Do not display thumbnails, only text."
367
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
368
 
369
+ #: admin.inc.php:391
370
  msgid "Width of the thumbnail: "
371
  msgstr ""
372
 
373
+ #: admin.inc.php:394
374
  msgid "Height of the thumbnail: "
375
  msgstr ""
376
 
377
+ #: admin.inc.php:397
378
  msgid "Style attributes / Width and Height HTML attributes:"
379
  msgstr ""
380
 
381
+ #: admin.inc.php:401
382
+ msgid "Style attributes are used for width and height."
 
383
  msgstr ""
384
 
385
+ #: admin.inc.php:405
386
+ msgid "HTML width and height attributes are used for width and height."
 
 
387
  msgstr ""
388
 
389
+ #: admin.inc.php:409
390
  msgid "Use timthumb to generate thumbnails? "
391
  msgstr ""
392
 
393
+ #: admin.inc.php:412
394
  msgid ""
395
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
396
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
397
  msgstr ""
398
 
399
+ #: admin.inc.php:415
400
  #, fuzzy
401
  msgid "Post thumbnail meta field name: "
402
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
403
 
404
+ #: admin.inc.php:418
405
  msgid ""
406
  "The value of this field should contain the image source and is set in the "
407
  "<em>Add New Post</em> screen"
408
  msgstr ""
409
 
410
+ #: admin.inc.php:421
411
  #, fuzzy
412
  msgid ""
413
  "If the postmeta is not set, then should the plugin extract the first image "
417
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
418
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
419
 
420
+ #: admin.inc.php:424
421
  #, fuzzy
422
  msgid ""
423
  "This could slow down the loading of your page if the first image in the "
427
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
428
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
429
 
430
+ #: admin.inc.php:427
431
  msgid "Use default thumbnail? "
432
  msgstr ""
433
 
434
+ #: admin.inc.php:430
435
  msgid ""
436
  "If checked, when no thumbnail is found, show a default one from the URL "
437
  "below. If not checked and no thumbnail is found, no image will be shown."
438
  msgstr ""
439
 
440
+ #: admin.inc.php:433
441
  msgid "Default thumbnail: "
442
  msgstr ""
443
 
444
+ #: admin.inc.php:437
445
  #, fuzzy
446
  msgid ""
447
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
452
  "əvvəlcədən verilmiş sərbəst meta-sahə üzrə). Agər əvvəlcədən baxış yoxdursan "
453
  "onda standard şəkil çıxarılacaq:"
454
 
455
+ #: admin.inc.php:444
456
+ msgid "Custom CSS"
457
+ msgstr ""
458
+
459
+ #: admin.inc.php:447
460
+ msgid "Use default style included in the plugin?"
461
+ msgstr ""
462
+
463
+ #: admin.inc.php:450
464
+ msgid ""
465
+ "Top 10 includes a default style that makes your popular posts list to look "
466
+ "pretty. Check the box above if you want to use this. You will need to select "
467
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
468
+ "Widget."
469
  msgstr ""
470
 
471
+ #: admin.inc.php:453
472
  msgid "Custom CSS to add to header:"
473
  msgstr ""
474
 
475
+ #: admin.inc.php:456
476
  msgid ""
477
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
478
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
479
  "available CSS classes to style."
480
  msgstr ""
481
 
482
+ #: admin.inc.php:463 admin.inc.php:529
483
+ #, fuzzy
484
+ msgid "Save Options"
485
+ msgstr "Opsiyalar:"
486
+
487
+ #: admin.inc.php:464
488
+ #, fuzzy
489
+ msgid "Default Options"
490
+ msgstr "Plaginin kökləmələri:"
491
+
492
+ #: admin.inc.php:464
493
+ msgid "Do you want to set options to Default?"
494
+ msgstr "Siz plaginin kökləmələrin standard etmək lazımdır?"
495
+
496
+ #: admin.inc.php:473
497
  msgid "Maintenance"
498
  msgstr ""
499
 
500
+ #: admin.inc.php:477
501
  msgid ""
502
  "Over time the Daily Top 10 database grows in size, which reduces the "
503
  "performance of the plugin. Cleaning the database at regular intervals could "
504
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
505
+ "will automatically delete entries older than 90 days."
506
  msgstr ""
507
 
508
+ #: admin.inc.php:478
509
  msgid ""
510
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
511
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
512
  msgstr ""
513
 
514
+ #: admin.inc.php:481
515
  msgid "Enable scheduled maintenance of daily tables:"
516
  msgstr ""
517
 
518
+ #: admin.inc.php:485
519
  msgid "Time to run maintenance"
520
  msgstr ""
521
 
522
+ #: admin.inc.php:486
523
+ msgid "hrs"
524
+ msgstr ""
525
+
526
+ #: admin.inc.php:486
527
+ msgid "min"
528
+ msgstr ""
529
+
530
+ #: admin.inc.php:488
531
  msgid "How often should the maintenance be run:"
532
  msgstr ""
533
 
534
+ #: admin.inc.php:492
535
  msgid "Daily"
536
  msgstr ""
537
 
538
+ #: admin.inc.php:496
539
  msgid "Weekly"
540
  msgstr ""
541
 
542
+ #: admin.inc.php:500
543
  msgid "Fortnightly"
544
  msgstr ""
545
 
546
+ #: admin.inc.php:504
547
  msgid "Monthly"
548
  msgstr ""
549
 
550
+ #: admin.inc.php:513
551
  msgid "The cron job has been scheduled. Maintenance will run "
552
  msgstr ""
553
 
554
+ #: admin.inc.php:518
555
  msgid "The cron job is missing. Please resave this page to add the job"
556
  msgstr ""
557
 
558
+ #: admin.inc.php:523
559
  msgid "Maintenance is turned off"
560
  msgstr ""
561
 
562
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
563
  msgid "Reset count"
564
  msgstr "Statistikanı sbros etmək"
565
 
566
+ #: admin.inc.php:540
567
  msgid ""
568
  "This cannot be reversed. Make sure that your database has been backed up "
569
  "before proceeding"
571
  "Statistikanın sbrosu geriya qaytarmaq olmaz. Sbros etməkdən qabaq əmin olun "
572
  "ki, Sizin məlumat bazasının kopiyası var!"
573
 
574
+ #: admin.inc.php:543
575
  #, fuzzy
576
  msgid "Reset Popular Posts"
577
  msgstr "Populyar yazılar"
578
 
579
+ #: admin.inc.php:543
580
  msgid "Are you sure you want to reset the popular posts?"
581
  msgstr ""
582
  "Siz əminsiniz ki, Populyar yazıları statistikanı sbros etmək istəyirsiniz?"
583
 
584
+ #: admin.inc.php:544
585
  #, fuzzy
586
  msgid "Reset Daily Popular Posts"
587
  msgstr "Gündəlik Populyar Yazılar"
588
 
589
+ #: admin.inc.php:544
590
  msgid "Are you sure you want to reset the daily popular posts?"
591
  msgstr ""
592
  "Siz əminsiniz ki, gündəlik populyar yazıları statistikanı sbros etmək "
593
  "istəyirsiniz?"
594
 
595
+ #: admin.inc.php:545
596
  msgid "Clear duplicates"
597
  msgstr ""
598
 
599
+ #: admin.inc.php:545
600
  msgid "This will delete the duplicate entries in the tables. Proceed?"
601
  msgstr "Cədvəldəki dublikat yazılar silinəcəklər. Davam edək?"
602
 
603
+ #: admin.inc.php:593 admin.inc.php:979
604
  msgid "Popular Posts"
605
  msgstr "Populyar yazılar"
606
 
607
+ #: admin.inc.php:593 admin.inc.php:688
608
  msgid "Daily Popular Posts"
609
  msgstr "Gündəlik Populyar Yazılar"
610
 
611
+ #: admin.inc.php:621
612
  msgid "Support the development"
613
  msgstr "İnkişafı dəstək vermək"
614
 
615
+ #: admin.inc.php:630
616
  msgid "Enter amount in USD: "
617
  msgstr "Miiqdarı USD ilə daxil et:"
618
 
619
+ #: admin.inc.php:634
620
  msgid "Send your donation to the author of"
621
  msgstr "Müəlifə ianə göndərin "
622
 
623
+ #: admin.inc.php:641
624
+ msgid "Follow me"
625
  msgstr ""
626
 
627
+ #: admin.inc.php:651
628
  #, fuzzy
629
+ msgid "Quick links"
630
  msgstr "Faydalı istenadlar"
631
 
632
+ #: admin.inc.php:655
633
  #, fuzzy
634
  msgid "Top 10 plugin page"
635
  msgstr "plaginin səhifəsi"
636
 
637
+ #: admin.inc.php:656
638
  msgid "Other plugins"
639
  msgstr "Digər plaginlər"
640
 
641
+ #: admin.inc.php:657
642
  msgid "Ajay's blog"
643
  msgstr "Ajay-in blogu"
644
 
645
+ #: admin.inc.php:658
646
+ msgid "FAQ"
647
+ msgstr ""
648
+
649
+ #: admin.inc.php:659 top-10.php:1271
650
  msgid "Support"
651
  msgstr "Dəstək"
652
 
653
+ #: admin.inc.php:660
654
+ msgid "Reviews"
655
+ msgstr ""
656
 
657
+ #: admin.inc.php:679 admin.inc.php:682
658
  #, fuzzy
659
  msgid "Top 10 Settings"
660
  msgstr "Kökləmələr"
661
 
662
+ #: admin.inc.php:679
663
  msgid "Top 10"
664
  msgstr "Top 10 yazılar"
665
 
666
+ #: admin.inc.php:685
667
  #, fuzzy
668
  msgid "Overall Popular Posts"
669
  msgstr "Bütün Populyar Yazılara Baxmaq"
670
 
671
+ #: admin.inc.php:850
672
+ #, php-format
673
+ msgid "Results %1$s to %2$s of %3$s"
674
+ msgstr ""
 
 
 
675
 
676
+ #: admin.inc.php:854
677
+ #, php-format
678
+ msgid "Page %s of %s"
679
+ msgstr ""
680
 
681
+ #: admin.inc.php:866
682
  msgid "View Daily Popular Posts"
683
  msgstr "Gündəlik Populyar Yazılara Baxmaq"
684
 
685
+ #: admin.inc.php:869 admin.inc.php:882
686
  msgid "Results per-page:"
687
  msgstr "Səhifə üzrə nəticələr:"
688
 
689
+ #: admin.inc.php:879
690
  msgid "View Overall Popular Posts"
691
  msgstr "Bütün Populyar Yazılara Baxmaq"
692
 
693
+ #: admin.inc.php:908
694
  msgid "Previous"
695
  msgstr "Əvvəlki"
696
 
697
+ #: admin.inc.php:936
698
  msgid "Next"
699
  msgstr "Sonrakı"
700
 
701
+ #: admin.inc.php:980
702
  msgid "Daily Popular"
703
  msgstr "Gündəlik Populyar"
704
 
705
+ #: admin.inc.php:998
706
  #, fuzzy
707
  msgid "Total Views"
708
  msgstr "Ümümi/ Bu günkü baxış"
709
 
710
+ #: admin.inc.php:999
711
  #, fuzzy
712
  msgid "Today's Views"
713
  msgstr "Ümümi/ Bu günkü baxış"
714
 
715
+ #: admin.inc.php:1000
716
+ #, fuzzy
717
+ msgid "Views"
718
+ msgstr "Ümümi/ Bu günkü baxış"
719
+
720
+ #: top-10.php:440
721
  msgid " by "
722
  msgstr ""
723
 
724
+ #: top-10.php:526
725
  msgid "Display the posts popular this week"
726
  msgstr ""
727
 
728
+ #: top-10.php:527
729
  #, fuzzy
730
  msgid "Popular Posts [Top 10]"
731
  msgstr "Populyar yazılar"
732
 
733
+ #: top-10.php:545
734
  msgid "Title"
735
  msgstr ""
736
 
737
+ #: top-10.php:550
738
  msgid "No. of posts"
739
  msgstr ""
740
 
741
+ #: top-10.php:555
742
  msgid "Overall"
743
  msgstr ""
744
 
745
+ #: top-10.php:556
746
  msgid "Custom time period (Enter below)"
747
  msgstr ""
748
 
749
+ #: top-10.php:561
750
  msgid "Range in number of days (applies only to custom option above)"
751
  msgstr ""
752
 
753
+ #: top-10.php:566
754
+ #, fuzzy
755
+ msgid " Show count?"
756
+ msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
757
+
758
+ #: top-10.php:571
759
  #, fuzzy
760
  msgid " Show excerpt?"
761
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
762
 
763
+ #: top-10.php:576
764
  msgid " Show author?"
765
  msgstr ""
766
 
767
+ #: top-10.php:581
768
  #, fuzzy
769
  msgid " Show date?"
770
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
771
 
772
+ #: top-10.php:585
773
  #, fuzzy
774
  msgid "Thumbnail options"
775
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
776
 
777
+ #: top-10.php:587
778
  #, fuzzy
779
  msgid "Thumbnails inline, before title"
780
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
781
 
782
+ #: top-10.php:588
783
  #, fuzzy
784
  msgid "Thumbnails inline, after title"
785
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
786
 
787
+ #: top-10.php:589
788
  #, fuzzy
789
  msgid "Only thumbnails, no text"
790
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
791
 
792
+ #: top-10.php:590
793
  #, fuzzy
794
  msgid "No thumbnails, only text."
795
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
796
 
797
+ #: top-10.php:595
798
  #, fuzzy
799
  msgid "Thumbnail height"
800
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
801
 
802
+ #: top-10.php:600
803
  #, fuzzy
804
  msgid "Thumbnail width"
805
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
806
 
807
+ #: top-10.php:721
808
  msgid "<h3>Popular Posts</h3>"
809
  msgstr "<h3>Populyar yazılar</h3>"
810
 
811
+ #: top-10.php:722
812
  msgid "<h3>Daily Popular</h3>"
813
  msgstr "<h3>Gündəlik Populyar</h3>"
814
 
815
+ #: top-10.php:723
816
  #, fuzzy
817
  msgid "No top posts yet"
818
  msgstr "10 populyar yazı statisticasını pozmaq"
819
 
820
+ #: top-10.php:1188
821
  msgid "Once Weekly"
822
  msgstr ""
823
 
824
+ #: top-10.php:1192
825
  msgid "Once Fortnightly"
826
  msgstr ""
827
 
828
+ #: top-10.php:1196
829
  msgid "Once Monthly"
830
  msgstr ""
831
 
832
+ #: top-10.php:1259
833
  msgid "Settings"
834
  msgstr "Kökləmələr"
835
 
836
+ #: top-10.php:1272
837
  msgid "Donate"
838
  msgstr "İanə etmək"
839
 
840
+ #, fuzzy
841
+ #~ msgid "This option uses JavaScript and will increase your page load time"
842
+ #~ msgstr ""
843
+ #~ "Polulyar yazılışları siyahını dinamik etmək lazımdır? Bu opsiya "
844
+ #~ "JavaScript-i istifadə edir və bu səhifənin yükləmə vaxtını uzada bilər"
845
+
846
+ #~ msgid "Display number of page views in popular lists?"
847
+ #~ msgstr "Populyar siyahıda baxılmış səhifənin miqdarını göstərmək lazımdır? "
848
+
849
+ #~ msgid "Recent developments"
850
+ #~ msgstr "Son inkişaflar"
851
+
852
+ #~ msgid "Results"
853
+ #~ msgstr "Nəticələr"
854
+
855
+ #~ msgid "of"
856
+ #~ msgstr "-dən "
857
+
858
+ #~ msgid "Page"
859
+ #~ msgstr "Səhifə"
860
+
861
  #~ msgid ""
862
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
863
  #~ "continue to be counted."
871
  #~ msgid "Tables cleaned of duplicate rows"
872
  #~ msgstr "Silinmiş dublikat sirası cədvəli"
873
 
 
 
 
874
  #~ msgid ""
875
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
876
  #~ "added with the count"
languages/tptn-be_BY.mo CHANGED
Binary file
languages/tptn-be_BY.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: FatCow <zhr@tut.by>\n"
@@ -15,168 +15,199 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Налады захаваны."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Налады скінуты."
33
 
34
- #: admin.inc.php:137
35
  #, fuzzy
36
  msgid "Top 10 popular posts reset"
37
  msgstr "Загаловак блока Папулярных запісаў:"
38
 
39
- #: admin.inc.php:143
40
  #, fuzzy
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Загаловак блока Папулярных сёння запісаў:"
43
 
44
- #: admin.inc.php:150
45
  msgid "Duplicate rows cleaned from tables"
46
  msgstr ""
47
 
48
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
49
  msgid "General options"
50
  msgstr ""
51
 
52
- #: admin.inc.php:175
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
- #: admin.inc.php:180
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
- #: admin.inc.php:185
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
- #: admin.inc.php:187
65
  msgid ""
66
  "This will try to prevent W3 Total Cache from caching the addcount script of "
67
  "the plugin. Try toggling this option in case you find that our posts are not "
68
  "tracked."
69
  msgstr ""
70
 
71
- #: admin.inc.php:191
72
  msgid "Number of popular posts to display: "
73
  msgstr "Колькасць Папулярных запісаў у спісе:"
74
 
75
- #: admin.inc.php:195
 
 
 
 
 
 
76
  msgid "Daily Popular should contain views of how many days? "
77
  msgstr "За колькі дзён лічыць прагляды для запісаў, Папулярных сёння?"
78
 
79
- #: admin.inc.php:198
 
 
 
 
 
 
 
80
  msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
- #: admin.inc.php:209
84
  msgid "List of post or page IDs to exclude from the results: "
85
  msgstr ""
86
 
87
- #: admin.inc.php:213
 
 
 
 
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
- #: admin.inc.php:228
92
  msgid ""
93
  "Comma separated list of category slugs. The field above has an autocomplete "
94
  "so simply start typing in the starting letters and it will prompt you with "
95
  "options"
96
  msgstr ""
97
 
98
- #: admin.inc.php:233
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
102
 
103
- #: admin.inc.php:235
104
  msgid "Posts"
105
  msgstr ""
106
 
107
- #: admin.inc.php:236
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Старонка"
111
 
112
- #: admin.inc.php:237
113
  msgid "Home page"
114
  msgstr ""
115
 
116
- #: admin.inc.php:238
117
  msgid "Feeds"
118
  msgstr ""
119
 
120
- #: admin.inc.php:239
121
  msgid "Category archives"
122
  msgstr ""
123
 
124
- #: admin.inc.php:240
125
  msgid "Tag archives"
126
  msgstr ""
127
 
128
- #: admin.inc.php:241
129
  msgid "Other archives"
130
  msgstr ""
131
 
132
- #: admin.inc.php:242
133
  msgid ""
134
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
135
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
136
  "you want it displayed"
137
  msgstr ""
138
 
139
- #: admin.inc.php:245
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
- #: admin.inc.php:247
144
  msgid ""
145
  "This option uses JavaScript and will increase your page load time. Turn this "
146
  "off if you are not using caching plugins or are OK with displaying older "
147
- "cached counts. When you enable this option, the daily widget will not use "
148
- "the options set there, but options will need to be set on this screen."
149
  msgstr ""
150
 
151
- #: admin.inc.php:250
152
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
153
  msgstr ""
154
 
155
- #: admin.inc.php:252
156
  #, fuzzy
157
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
158
  msgstr ""
159
- "Зрабіць спіс Папулярных запісаў дынамічным? Опцыя выкарыстоўвае JavaScript , "
160
- "і гэта можа павялічыць час загрузкі старонак"
161
 
162
- #: admin.inc.php:255
163
- msgid "Track visits of authors on their own posts?"
164
- msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
 
 
 
 
 
 
165
 
166
- #: admin.inc.php:258
167
  #, fuzzy
168
- msgid "Track visits of admins?"
169
- msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
170
 
171
- #: admin.inc.php:261
172
- msgid "Display page views on Posts > All Posts in Admin"
 
 
173
  msgstr ""
174
 
175
- #: admin.inc.php:264
176
  msgid "Link to Top 10 plugin page"
177
  msgstr ""
178
 
179
- #: admin.inc.php:266
180
  #, fuzzy
181
  msgid ""
182
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -185,16 +216,17 @@ msgstr ""
185
  "Спасылка на ўбудову будзе дададзена да спісаў Папулярных запісаў. Мы будзем "
186
  "удзячныя Вам, калі Вы яе ўсё ж пакінеце!"
187
 
188
- #: admin.inc.php:273
189
  #, fuzzy
190
- msgid "Output Options"
191
  msgstr "Налады ўбудовы:"
192
 
193
- #: admin.inc.php:276
194
- msgid "Format to display the count in: "
 
195
  msgstr "Фармат адлюстравання колькасці праглядаў:"
196
 
197
- #: admin.inc.php:278
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -206,530 +238,595 @@ msgstr ""
206
  "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: <code>"
207
  "(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
208
 
209
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
210
  msgid "Title of popular posts: "
211
  msgstr "Загаловак блока Папулярных запісаў:"
212
 
213
- #: admin.inc.php:284
214
  msgid "Title of daily popular posts: "
215
  msgstr "Загаловак блока Папулярных сёння запісаў:"
216
 
217
- #: admin.inc.php:287
218
  msgid "When there are no posts, what should be shown?"
219
  msgstr ""
220
 
221
- #: admin.inc.php:291
222
  msgid "Blank Output"
223
  msgstr ""
224
 
225
- #: admin.inc.php:295
226
  msgid "Display:"
227
  msgstr ""
228
 
229
- #: admin.inc.php:299
230
  msgid "Show post excerpt in list?"
231
  msgstr ""
232
 
233
- #: admin.inc.php:302
234
  msgid "Length of excerpt (in words): "
235
  msgstr ""
236
 
237
- #: admin.inc.php:305
238
  msgid "Show post author in list?"
239
  msgstr ""
240
 
241
- #: admin.inc.php:308
242
  msgid "Show post date in list?"
243
  msgstr ""
244
 
245
- #: admin.inc.php:311
246
  msgid "Limit post title length (in characters)"
247
  msgstr ""
248
 
249
- #: admin.inc.php:314
250
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
251
  msgstr ""
252
- "Паказваць колькасць праглядаў запісаў/старонак у спісе Папулярных запісаў?"
253
 
254
- #: admin.inc.php:317
255
  msgid "Open links in new window"
256
  msgstr ""
257
 
258
- #: admin.inc.php:320
259
  msgid "Add nofollow attribute to links in the list"
260
  msgstr ""
261
 
262
- #: admin.inc.php:323
263
  msgid "Exclude display of related posts on these posts / pages"
264
  msgstr ""
265
 
266
- #: admin.inc.php:326
267
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
268
  msgstr ""
269
 
270
- #: admin.inc.php:329
271
- msgid "Customize the output:"
272
- msgstr ""
273
-
274
- #: admin.inc.php:331
275
  msgid "HTML to display before the list of posts: "
276
  msgstr ""
277
 
278
- #: admin.inc.php:334
279
  msgid "HTML to display before each list item: "
280
  msgstr ""
281
 
282
- #: admin.inc.php:337
283
  #, fuzzy
284
  msgid "HTML to display after each list item: "
285
  msgstr "Фармат адлюстравання колькасці праглядаў:"
286
 
287
- #: admin.inc.php:340
288
  msgid "HTML to display after the list of posts: "
289
  msgstr ""
290
 
291
- #: admin.inc.php:343
292
  msgid "Post thumbnail options:"
293
  msgstr ""
294
 
295
- #: admin.inc.php:345
296
  msgid "Location of post thumbnail:"
297
  msgstr ""
298
 
299
- #: admin.inc.php:349
300
  #, fuzzy
301
  msgid "Display thumbnails inline with posts, before title"
302
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
303
 
304
- #: admin.inc.php:353
305
  #, fuzzy
306
  msgid "Display thumbnails inline with posts, after title"
307
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
308
 
309
- #: admin.inc.php:357
310
  msgid "Display only thumbnails, no text"
311
  msgstr ""
312
 
313
- #: admin.inc.php:361
314
  msgid "Do not display thumbnails, only text."
315
  msgstr ""
316
 
317
- #: admin.inc.php:365
318
  msgid "Width of the thumbnail: "
319
  msgstr ""
320
 
321
- #: admin.inc.php:368
322
  msgid "Height of the thumbnail: "
323
  msgstr ""
324
 
325
- #: admin.inc.php:371
326
  msgid "Style attributes / Width and Height HTML attributes:"
327
  msgstr ""
328
 
329
- #: admin.inc.php:375
330
- msgid ""
331
- "Style attributes are used for width and height. <code>style=\"max-width:"
332
  msgstr ""
333
 
334
- #: admin.inc.php:379
335
- msgid ""
336
- "HTML width and height attributes are used for width and height. <code>width="
337
- "\""
338
  msgstr ""
339
 
340
- #: admin.inc.php:383
341
  msgid "Use timthumb to generate thumbnails? "
342
  msgstr ""
343
 
344
- #: admin.inc.php:386
345
  msgid ""
346
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
347
- "\">timthumb</a> will be used to generate thumbnails"
348
  msgstr ""
349
 
350
- #: admin.inc.php:389
351
  msgid "Post thumbnail meta field name: "
352
  msgstr ""
353
 
354
- #: admin.inc.php:392
355
  msgid ""
356
  "The value of this field should contain the image source and is set in the "
357
  "<em>Add New Post</em> screen"
358
  msgstr ""
359
 
360
- #: admin.inc.php:395
361
  msgid ""
362
  "If the postmeta is not set, then should the plugin extract the first image "
363
  "from the post?"
364
  msgstr ""
365
 
366
- #: admin.inc.php:398
367
  msgid ""
368
  "This could slow down the loading of your page if the first image in the "
369
  "related posts is large in file-size"
370
  msgstr ""
371
 
372
- #: admin.inc.php:401
373
  msgid "Use default thumbnail? "
374
  msgstr ""
375
 
376
- #: admin.inc.php:404
377
  msgid ""
378
  "If checked, when no thumbnail is found, show a default one from the URL "
379
  "below. If not checked and no thumbnail is found, no image will be shown."
380
  msgstr ""
381
 
382
- #: admin.inc.php:407
383
  msgid "Default thumbnail: "
384
  msgstr ""
385
 
386
- #: admin.inc.php:410
387
  msgid ""
388
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
389
  "then it will check the meta field. If this is not available, then it will "
390
  "show the default image as specified above"
391
  msgstr ""
392
 
393
- #: admin.inc.php:417
394
- msgid "Custom Styles"
 
 
 
 
 
 
 
 
 
 
 
 
395
  msgstr ""
396
 
397
- #: admin.inc.php:420
398
  msgid "Custom CSS to add to header:"
399
  msgstr ""
400
 
401
- #: admin.inc.php:423
402
  msgid ""
403
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
404
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
405
  "available CSS classes to style."
406
  msgstr ""
407
 
408
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  msgid "Maintenance"
410
  msgstr ""
411
 
412
- #: admin.inc.php:434
413
  msgid ""
414
  "Over time the Daily Top 10 database grows in size, which reduces the "
415
  "performance of the plugin. Cleaning the database at regular intervals could "
416
- "improve performance, especially on high traffic blogs."
 
417
  msgstr ""
418
 
419
- #: admin.inc.php:435
420
  msgid ""
421
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
422
- "everytime the job is rescheduled (i.e. you change the settings below). This "
423
- "causes the daily posts table to reset."
424
  msgstr ""
425
 
426
- #: admin.inc.php:438
427
  msgid "Enable scheduled maintenance of daily tables:"
428
  msgstr ""
429
 
430
- #: admin.inc.php:442
431
  msgid "Time to run maintenance"
432
  msgstr ""
433
 
434
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
435
  msgid "How often should the maintenance be run:"
436
  msgstr ""
437
 
438
- #: admin.inc.php:449
439
  msgid "Daily"
440
  msgstr ""
441
 
442
- #: admin.inc.php:453
443
  msgid "Weekly"
444
  msgstr ""
445
 
446
- #: admin.inc.php:457
447
  msgid "Fortnightly"
448
  msgstr ""
449
 
450
- #: admin.inc.php:461
451
  msgid "Monthly"
452
  msgstr ""
453
 
454
- #: admin.inc.php:470
455
  msgid "The cron job has been scheduled. Maintenance will run "
456
  msgstr ""
457
 
458
- #: admin.inc.php:475
459
  msgid "The cron job is missing. Please resave this page to add the job"
460
  msgstr ""
461
 
462
- #: admin.inc.php:480
463
  msgid "Maintenance is turned off"
464
  msgstr ""
465
 
466
- #: admin.inc.php:488
467
- #, fuzzy
468
- msgid "Save Options"
469
- msgstr "Налады ўбудовы:"
470
-
471
- #: admin.inc.php:489
472
- #, fuzzy
473
- msgid "Default Options"
474
- msgstr "Налады ўбудовы:"
475
-
476
- #: admin.inc.php:489
477
- msgid "Do you want to set options to Default?"
478
- msgstr "Скінуць налады ўбудовы?"
479
-
480
- #: admin.inc.php:493
481
  msgid "Reset count"
482
  msgstr ""
483
 
484
- #: admin.inc.php:496
485
  msgid ""
486
  "This cannot be reversed. Make sure that your database has been backed up "
487
  "before proceeding"
488
  msgstr ""
489
 
490
- #: admin.inc.php:499
491
  #, fuzzy
492
  msgid "Reset Popular Posts"
493
  msgstr "Папулярныя запісы"
494
 
495
- #: admin.inc.php:499
496
  msgid "Are you sure you want to reset the popular posts?"
497
  msgstr ""
498
 
499
- #: admin.inc.php:500
500
  #, fuzzy
501
  msgid "Reset Daily Popular Posts"
502
  msgstr "Папулярныя сёння запісы"
503
 
504
- #: admin.inc.php:500
505
  msgid "Are you sure you want to reset the daily popular posts?"
506
  msgstr ""
507
 
508
- #: admin.inc.php:501
509
  msgid "Clear duplicates"
510
  msgstr ""
511
 
512
- #: admin.inc.php:501
513
  msgid "This will delete the duplicate entries in the tables. Proceed?"
514
  msgstr ""
515
 
516
- #: admin.inc.php:544 admin.inc.php:929
517
  msgid "Popular Posts"
518
  msgstr "Папулярныя запісы"
519
 
520
- #: admin.inc.php:544 admin.inc.php:631
521
  msgid "Daily Popular Posts"
522
  msgstr "Папулярныя сёння запісы"
523
 
524
- #: admin.inc.php:572
525
  #, fuzzy
526
  msgid "Support the development"
527
  msgstr "Падтрымаеце стваральніка ўбудовы"
528
 
529
- #: admin.inc.php:580
530
  msgid "Enter amount in USD: "
531
  msgstr ""
532
 
533
- #: admin.inc.php:584
534
  msgid "Send your donation to the author of"
535
  msgstr ""
536
 
537
- #: admin.inc.php:590
538
- msgid "Follow us"
539
  msgstr ""
540
 
541
- #: admin.inc.php:596
542
- msgid "Quick Links"
543
  msgstr ""
544
 
545
- #: admin.inc.php:598
546
  msgid "Top 10 plugin page"
547
  msgstr ""
548
 
549
- #: admin.inc.php:599
550
  msgid "Other plugins"
551
  msgstr ""
552
 
553
- #: admin.inc.php:600
554
  msgid "Ajay's blog"
555
  msgstr ""
556
 
557
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
558
  msgid "Support"
559
  msgstr ""
560
 
561
- #: admin.inc.php:605
562
- msgid "Recent developments"
563
  msgstr ""
564
 
565
- #: admin.inc.php:622 admin.inc.php:625
566
  #, fuzzy
567
  msgid "Top 10 Settings"
568
  msgstr "Топ 10 запісаў"
569
 
570
- #: admin.inc.php:622
571
  msgid "Top 10"
572
  msgstr "Топ 10 запісаў"
573
 
574
- #: admin.inc.php:628
575
  #, fuzzy
576
  msgid "Overall Popular Posts"
577
  msgstr "Паглядзець усе Папулярныя запісы"
578
 
579
- #: admin.inc.php:799
580
- msgid "Results"
581
- msgstr "Вынікі"
582
-
583
- #: admin.inc.php:801 admin.inc.php:807
584
- msgid "of"
585
- msgstr "з"
586
 
587
- #: admin.inc.php:805
588
- msgid "Page"
589
- msgstr "Старонка"
 
590
 
591
- #: admin.inc.php:819
592
  msgid "View Daily Popular Posts"
593
  msgstr "Паглядзець усе Папулярныя сёння запісы"
594
 
595
- #: admin.inc.php:822 admin.inc.php:835
596
  msgid "Results per-page:"
597
  msgstr "Вынікаў на старонку:"
598
 
599
- #: admin.inc.php:832
600
  msgid "View Overall Popular Posts"
601
  msgstr "Паглядзець усе Папулярныя запісы"
602
 
603
- #: admin.inc.php:861
604
  msgid "Previous"
605
  msgstr "Папярэдняя старонка"
606
 
607
- #: admin.inc.php:889
608
  msgid "Next"
609
  msgstr "Наступная старонка"
610
 
611
- #: admin.inc.php:930
612
  msgid "Daily Popular"
613
  msgstr "Папулярныя сёння запісы"
614
 
615
- #: admin.inc.php:946
616
  #, fuzzy
617
  msgid "Total Views"
618
  msgstr "Усяго / Сёння праглядаў"
619
 
620
- #: admin.inc.php:947
621
  #, fuzzy
622
  msgid "Today's Views"
623
  msgstr "Усяго / Сёння праглядаў"
624
 
625
- #: top-10.php:415
 
 
 
 
 
626
  msgid " by "
627
  msgstr ""
628
 
629
- #: top-10.php:501
630
  msgid "Display the posts popular this week"
631
  msgstr ""
632
 
633
- #: top-10.php:502
634
  #, fuzzy
635
  msgid "Popular Posts [Top 10]"
636
  msgstr "Папулярныя запісы"
637
 
638
- #: top-10.php:519
639
  msgid "Title"
640
  msgstr ""
641
 
642
- #: top-10.php:524
643
  msgid "No. of posts"
644
  msgstr ""
645
 
646
- #: top-10.php:529
647
  msgid "Overall"
648
  msgstr ""
649
 
650
- #: top-10.php:530
651
  msgid "Custom time period (Enter below)"
652
  msgstr ""
653
 
654
- #: top-10.php:535
655
  msgid "Range in number of days (applies only to custom option above)"
656
  msgstr ""
657
 
658
- #: top-10.php:540
 
 
 
 
659
  msgid " Show excerpt?"
660
  msgstr ""
661
 
662
- #: top-10.php:545
663
  msgid " Show author?"
664
  msgstr ""
665
 
666
- #: top-10.php:550
667
  msgid " Show date?"
668
  msgstr ""
669
 
670
- #: top-10.php:554
671
  msgid "Thumbnail options"
672
  msgstr ""
673
 
674
- #: top-10.php:556
675
  #, fuzzy
676
  msgid "Thumbnails inline, before title"
677
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
678
 
679
- #: top-10.php:557
680
  #, fuzzy
681
  msgid "Thumbnails inline, after title"
682
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
683
 
684
- #: top-10.php:558
685
  msgid "Only thumbnails, no text"
686
  msgstr ""
687
 
688
- #: top-10.php:559
689
  msgid "No thumbnails, only text."
690
  msgstr ""
691
 
692
- #: top-10.php:564
693
  msgid "Thumbnail height"
694
  msgstr ""
695
 
696
- #: top-10.php:569
697
  msgid "Thumbnail width"
698
  msgstr ""
699
 
700
- #: top-10.php:670
701
  msgid "<h3>Popular Posts</h3>"
702
  msgstr "<h3>Папулярныя запісы</h3>"
703
 
704
- #: top-10.php:671
705
  msgid "<h3>Daily Popular</h3>"
706
  msgstr "<h3>Папулярныя сёння запісы</h3>"
707
 
708
- #: top-10.php:672
709
  #, fuzzy
710
  msgid "No top posts yet"
711
  msgstr "Загаловак блока Папулярных запісаў:"
712
 
713
- #: top-10.php:1113
714
  msgid "Once Weekly"
715
  msgstr ""
716
 
717
- #: top-10.php:1114
718
  msgid "Once Fortnightly"
719
  msgstr ""
720
 
721
- #: top-10.php:1115
722
  msgid "Once Monthly"
723
  msgstr ""
724
 
725
- #: top-10.php:1135
726
  msgid "Settings"
727
  msgstr ""
728
 
729
- #: top-10.php:1148
730
  msgid "Donate"
731
  msgstr ""
732
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
733
  #~ msgid ""
734
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
735
  #~ "continue to be counted."
@@ -737,9 +834,6 @@ msgstr ""
737
  #~ "Выключыць старонкі са спісу Папулярных запісаў? Колькасць праглядаў для "
738
  #~ "старонак будзе падлічвацца."
739
 
740
- #~ msgid "Display number of views on pages?"
741
- #~ msgstr "Паказваць колькасць праглядаў старонкі ў яе \"целе\"?"
742
-
743
  #~ msgid ""
744
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
745
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: FatCow <zhr@tut.by>\n"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Налады захаваны."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Налады скінуты."
25
 
26
+ #: admin.inc.php:128
27
  #, fuzzy
28
  msgid "Top 10 popular posts reset"
29
  msgstr "Загаловак блока Папулярных запісаў:"
30
 
31
+ #: admin.inc.php:134
32
  #, fuzzy
33
  msgid "Top 10 daily popular posts reset"
34
  msgstr "Загаловак блока Папулярных сёння запісаў:"
35
 
36
+ #: admin.inc.php:141
37
  msgid "Duplicate rows cleaned from tables"
38
  msgstr ""
39
 
40
+ #: admin.inc.php:152
41
+ msgid "Scheduled maintenance enabled / modified"
42
+ msgstr ""
43
+
44
+ #: admin.inc.php:156
45
+ msgid "Scheduled maintenance disabled"
46
+ msgstr ""
47
+
48
+ #: admin.inc.php:172
49
  msgid "General options"
50
  msgstr ""
51
 
52
+ #: admin.inc.php:176
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
+ #: admin.inc.php:181
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
+ #: admin.inc.php:186
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
+ #: admin.inc.php:188
65
  msgid ""
66
  "This will try to prevent W3 Total Cache from caching the addcount script of "
67
  "the plugin. Try toggling this option in case you find that our posts are not "
68
  "tracked."
69
  msgstr ""
70
 
71
+ #: admin.inc.php:192
72
  msgid "Number of popular posts to display: "
73
  msgstr "Колькасць Папулярных запісаў у спісе:"
74
 
75
+ #: admin.inc.php:194
76
+ msgid ""
77
+ "Maximum number of posts that will be displayed in the list. This option is "
78
+ "used if you don't specify the number of posts in the widget or shortcodes"
79
+ msgstr ""
80
+
81
+ #: admin.inc.php:198
82
  msgid "Daily Popular should contain views of how many days? "
83
  msgstr "За колькі дзён лічыць прагляды для запісаў, Папулярных сёння?"
84
 
85
+ #: admin.inc.php:200
86
+ msgid ""
87
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
88
+ "display posts for as many days as you want. This can be overridden in the "
89
+ "widget."
90
+ msgstr ""
91
+
92
+ #: admin.inc.php:203
93
  msgid "Post types to include in results (including custom post types)"
94
  msgstr ""
95
 
96
+ #: admin.inc.php:214
97
  msgid "List of post or page IDs to exclude from the results: "
98
  msgstr ""
99
 
100
+ #: admin.inc.php:216 admin.inc.php:352
101
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
102
+ msgstr ""
103
+
104
+ #: admin.inc.php:220
105
  msgid "Exclude Categories: "
106
  msgstr ""
107
 
108
+ #: admin.inc.php:235
109
  msgid ""
110
  "Comma separated list of category slugs. The field above has an autocomplete "
111
  "so simply start typing in the starting letters and it will prompt you with "
112
  "options"
113
  msgstr ""
114
 
115
+ #: admin.inc.php:240
116
  #, fuzzy
117
  msgid "Display number of views on:"
118
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
119
 
120
+ #: admin.inc.php:242
121
  msgid "Posts"
122
  msgstr ""
123
 
124
+ #: admin.inc.php:243
125
  #, fuzzy
126
  msgid "Pages"
127
  msgstr "Старонка"
128
 
129
+ #: admin.inc.php:244
130
  msgid "Home page"
131
  msgstr ""
132
 
133
+ #: admin.inc.php:245
134
  msgid "Feeds"
135
  msgstr ""
136
 
137
+ #: admin.inc.php:246
138
  msgid "Category archives"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:247
142
  msgid "Tag archives"
143
  msgstr ""
144
 
145
+ #: admin.inc.php:248
146
  msgid "Other archives"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:249
150
  msgid ""
151
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
  "you want it displayed"
154
  msgstr ""
155
 
156
+ #: admin.inc.php:252
157
  msgid "Always display latest post count"
158
  msgstr ""
159
 
160
+ #: admin.inc.php:254
161
  msgid ""
162
  "This option uses JavaScript and will increase your page load time. Turn this "
163
  "off if you are not using caching plugins or are OK with displaying older "
164
+ "cached counts."
 
165
  msgstr ""
166
 
167
+ #: admin.inc.php:257
168
+ msgid "Track visits of authors on their own posts?"
169
+ msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
170
+
171
+ #: admin.inc.php:259
172
+ msgid ""
173
+ "Disabling this option will stop authors visits tracked on their own posts"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:262
177
  #, fuzzy
178
+ msgid "Track visits of admins?"
179
+ msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
180
+
181
+ #: admin.inc.php:264
182
+ msgid "Disabling this option will stop admin visits being tracked."
183
  msgstr ""
 
 
184
 
185
+ #: admin.inc.php:267
186
+ msgid "Display page views on Posts and Pages in Admin"
187
+ msgstr ""
188
+
189
+ #: admin.inc.php:270
190
+ msgid ""
191
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
192
+ "and All Pages"
193
+ msgstr ""
194
 
195
+ #: admin.inc.php:273
196
  #, fuzzy
197
+ msgid "Show number of views to non-admins"
198
+ msgstr "Паказваць колькасць праглядаў старонкі ў яе \"целе\"?"
199
 
200
+ #: admin.inc.php:276
201
+ msgid ""
202
+ "If you disable this then non-admins won't see the above columns or view the "
203
+ "independent pages with the top posts"
204
  msgstr ""
205
 
206
+ #: admin.inc.php:279
207
  msgid "Link to Top 10 plugin page"
208
  msgstr ""
209
 
210
+ #: admin.inc.php:282
211
  #, fuzzy
212
  msgid ""
213
  "A link to the plugin is added as an extra list item to the list of popular "
216
  "Спасылка на ўбудову будзе дададзена да спісаў Папулярных запісаў. Мы будзем "
217
  "удзячныя Вам, калі Вы яе ўсё ж пакінеце!"
218
 
219
+ #: admin.inc.php:289
220
  #, fuzzy
221
+ msgid "Output options"
222
  msgstr "Налады ўбудовы:"
223
 
224
+ #: admin.inc.php:292
225
+ #, fuzzy
226
+ msgid "Format to display the post views:"
227
  msgstr "Фармат адлюстравання колькасці праглядаў:"
228
 
229
+ #: admin.inc.php:294
230
  #, fuzzy
231
  msgid ""
232
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
238
  "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: <code>"
239
  "(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
240
 
241
+ #: admin.inc.php:297
242
+ msgid "What do display when there are no visits?"
243
+ msgstr ""
244
+
245
+ #: admin.inc.php:299
246
+ msgid ""
247
+ "This text applies only when there are 0 hits for the post and it isn't a "
248
+ "single page. e.g. if you display post views on the homepage or archives then "
249
+ "this text will be used. To override this, just enter the same text as above "
250
+ "option."
251
+ msgstr ""
252
+
253
+ #: admin.inc.php:302
254
  msgid "Title of popular posts: "
255
  msgstr "Загаловак блока Папулярных запісаў:"
256
 
257
+ #: admin.inc.php:305
258
  msgid "Title of daily popular posts: "
259
  msgstr "Загаловак блока Папулярных сёння запісаў:"
260
 
261
+ #: admin.inc.php:308
262
  msgid "When there are no posts, what should be shown?"
263
  msgstr ""
264
 
265
+ #: admin.inc.php:312
266
  msgid "Blank Output"
267
  msgstr ""
268
 
269
+ #: admin.inc.php:316
270
  msgid "Display:"
271
  msgstr ""
272
 
273
+ #: admin.inc.php:320
274
  msgid "Show post excerpt in list?"
275
  msgstr ""
276
 
277
+ #: admin.inc.php:323
278
  msgid "Length of excerpt (in words): "
279
  msgstr ""
280
 
281
+ #: admin.inc.php:326
282
  msgid "Show post author in list?"
283
  msgstr ""
284
 
285
+ #: admin.inc.php:329
286
  msgid "Show post date in list?"
287
  msgstr ""
288
 
289
+ #: admin.inc.php:332
290
  msgid "Limit post title length (in characters)"
291
  msgstr ""
292
 
293
+ #: admin.inc.php:335
294
+ msgid "Show view count in list?"
295
+ msgstr ""
296
+
297
+ #: admin.inc.php:338
298
+ msgid "Always display latest post count in the daily lists?"
299
+ msgstr ""
300
+
301
+ #: admin.inc.php:340
302
+ msgid ""
303
+ "This option uses JavaScript and will increase your page load time. When you "
304
+ "enable this option, the daily widget will not use the options set there, but "
305
+ "options will need to be set on this screen."
306
  msgstr ""
 
307
 
308
+ #: admin.inc.php:343
309
  msgid "Open links in new window"
310
  msgstr ""
311
 
312
+ #: admin.inc.php:346
313
  msgid "Add nofollow attribute to links in the list"
314
  msgstr ""
315
 
316
+ #: admin.inc.php:349
317
  msgid "Exclude display of related posts on these posts / pages"
318
  msgstr ""
319
 
320
+ #: admin.inc.php:355
321
+ msgid "Customise the list HTML"
322
  msgstr ""
323
 
324
+ #: admin.inc.php:357
 
 
 
 
325
  msgid "HTML to display before the list of posts: "
326
  msgstr ""
327
 
328
+ #: admin.inc.php:360
329
  msgid "HTML to display before each list item: "
330
  msgstr ""
331
 
332
+ #: admin.inc.php:363
333
  #, fuzzy
334
  msgid "HTML to display after each list item: "
335
  msgstr "Фармат адлюстравання колькасці праглядаў:"
336
 
337
+ #: admin.inc.php:366
338
  msgid "HTML to display after the list of posts: "
339
  msgstr ""
340
 
341
+ #: admin.inc.php:369
342
  msgid "Post thumbnail options:"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:371
346
  msgid "Location of post thumbnail:"
347
  msgstr ""
348
 
349
+ #: admin.inc.php:375
350
  #, fuzzy
351
  msgid "Display thumbnails inline with posts, before title"
352
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
353
 
354
+ #: admin.inc.php:379
355
  #, fuzzy
356
  msgid "Display thumbnails inline with posts, after title"
357
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
358
 
359
+ #: admin.inc.php:383
360
  msgid "Display only thumbnails, no text"
361
  msgstr ""
362
 
363
+ #: admin.inc.php:387
364
  msgid "Do not display thumbnails, only text."
365
  msgstr ""
366
 
367
+ #: admin.inc.php:391
368
  msgid "Width of the thumbnail: "
369
  msgstr ""
370
 
371
+ #: admin.inc.php:394
372
  msgid "Height of the thumbnail: "
373
  msgstr ""
374
 
375
+ #: admin.inc.php:397
376
  msgid "Style attributes / Width and Height HTML attributes:"
377
  msgstr ""
378
 
379
+ #: admin.inc.php:401
380
+ msgid "Style attributes are used for width and height."
 
381
  msgstr ""
382
 
383
+ #: admin.inc.php:405
384
+ msgid "HTML width and height attributes are used for width and height."
 
 
385
  msgstr ""
386
 
387
+ #: admin.inc.php:409
388
  msgid "Use timthumb to generate thumbnails? "
389
  msgstr ""
390
 
391
+ #: admin.inc.php:412
392
  msgid ""
393
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
394
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
395
  msgstr ""
396
 
397
+ #: admin.inc.php:415
398
  msgid "Post thumbnail meta field name: "
399
  msgstr ""
400
 
401
+ #: admin.inc.php:418
402
  msgid ""
403
  "The value of this field should contain the image source and is set in the "
404
  "<em>Add New Post</em> screen"
405
  msgstr ""
406
 
407
+ #: admin.inc.php:421
408
  msgid ""
409
  "If the postmeta is not set, then should the plugin extract the first image "
410
  "from the post?"
411
  msgstr ""
412
 
413
+ #: admin.inc.php:424
414
  msgid ""
415
  "This could slow down the loading of your page if the first image in the "
416
  "related posts is large in file-size"
417
  msgstr ""
418
 
419
+ #: admin.inc.php:427
420
  msgid "Use default thumbnail? "
421
  msgstr ""
422
 
423
+ #: admin.inc.php:430
424
  msgid ""
425
  "If checked, when no thumbnail is found, show a default one from the URL "
426
  "below. If not checked and no thumbnail is found, no image will be shown."
427
  msgstr ""
428
 
429
+ #: admin.inc.php:433
430
  msgid "Default thumbnail: "
431
  msgstr ""
432
 
433
+ #: admin.inc.php:437
434
  msgid ""
435
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
436
  "then it will check the meta field. If this is not available, then it will "
437
  "show the default image as specified above"
438
  msgstr ""
439
 
440
+ #: admin.inc.php:444
441
+ msgid "Custom CSS"
442
+ msgstr ""
443
+
444
+ #: admin.inc.php:447
445
+ msgid "Use default style included in the plugin?"
446
+ msgstr ""
447
+
448
+ #: admin.inc.php:450
449
+ msgid ""
450
+ "Top 10 includes a default style that makes your popular posts list to look "
451
+ "pretty. Check the box above if you want to use this. You will need to select "
452
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
453
+ "Widget."
454
  msgstr ""
455
 
456
+ #: admin.inc.php:453
457
  msgid "Custom CSS to add to header:"
458
  msgstr ""
459
 
460
+ #: admin.inc.php:456
461
  msgid ""
462
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
463
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
464
  "available CSS classes to style."
465
  msgstr ""
466
 
467
+ #: admin.inc.php:463 admin.inc.php:529
468
+ #, fuzzy
469
+ msgid "Save Options"
470
+ msgstr "Налады ўбудовы:"
471
+
472
+ #: admin.inc.php:464
473
+ #, fuzzy
474
+ msgid "Default Options"
475
+ msgstr "Налады ўбудовы:"
476
+
477
+ #: admin.inc.php:464
478
+ msgid "Do you want to set options to Default?"
479
+ msgstr "Скінуць налады ўбудовы?"
480
+
481
+ #: admin.inc.php:473
482
  msgid "Maintenance"
483
  msgstr ""
484
 
485
+ #: admin.inc.php:477
486
  msgid ""
487
  "Over time the Daily Top 10 database grows in size, which reduces the "
488
  "performance of the plugin. Cleaning the database at regular intervals could "
489
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
490
+ "will automatically delete entries older than 90 days."
491
  msgstr ""
492
 
493
+ #: admin.inc.php:478
494
  msgid ""
495
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
496
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
497
  msgstr ""
498
 
499
+ #: admin.inc.php:481
500
  msgid "Enable scheduled maintenance of daily tables:"
501
  msgstr ""
502
 
503
+ #: admin.inc.php:485
504
  msgid "Time to run maintenance"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:486
508
+ msgid "hrs"
509
+ msgstr ""
510
+
511
+ #: admin.inc.php:486
512
+ msgid "min"
513
+ msgstr ""
514
+
515
+ #: admin.inc.php:488
516
  msgid "How often should the maintenance be run:"
517
  msgstr ""
518
 
519
+ #: admin.inc.php:492
520
  msgid "Daily"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:496
524
  msgid "Weekly"
525
  msgstr ""
526
 
527
+ #: admin.inc.php:500
528
  msgid "Fortnightly"
529
  msgstr ""
530
 
531
+ #: admin.inc.php:504
532
  msgid "Monthly"
533
  msgstr ""
534
 
535
+ #: admin.inc.php:513
536
  msgid "The cron job has been scheduled. Maintenance will run "
537
  msgstr ""
538
 
539
+ #: admin.inc.php:518
540
  msgid "The cron job is missing. Please resave this page to add the job"
541
  msgstr ""
542
 
543
+ #: admin.inc.php:523
544
  msgid "Maintenance is turned off"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  msgid "Reset count"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:540
552
  msgid ""
553
  "This cannot be reversed. Make sure that your database has been backed up "
554
  "before proceeding"
555
  msgstr ""
556
 
557
+ #: admin.inc.php:543
558
  #, fuzzy
559
  msgid "Reset Popular Posts"
560
  msgstr "Папулярныя запісы"
561
 
562
+ #: admin.inc.php:543
563
  msgid "Are you sure you want to reset the popular posts?"
564
  msgstr ""
565
 
566
+ #: admin.inc.php:544
567
  #, fuzzy
568
  msgid "Reset Daily Popular Posts"
569
  msgstr "Папулярныя сёння запісы"
570
 
571
+ #: admin.inc.php:544
572
  msgid "Are you sure you want to reset the daily popular posts?"
573
  msgstr ""
574
 
575
+ #: admin.inc.php:545
576
  msgid "Clear duplicates"
577
  msgstr ""
578
 
579
+ #: admin.inc.php:545
580
  msgid "This will delete the duplicate entries in the tables. Proceed?"
581
  msgstr ""
582
 
583
+ #: admin.inc.php:593 admin.inc.php:979
584
  msgid "Popular Posts"
585
  msgstr "Папулярныя запісы"
586
 
587
+ #: admin.inc.php:593 admin.inc.php:688
588
  msgid "Daily Popular Posts"
589
  msgstr "Папулярныя сёння запісы"
590
 
591
+ #: admin.inc.php:621
592
  #, fuzzy
593
  msgid "Support the development"
594
  msgstr "Падтрымаеце стваральніка ўбудовы"
595
 
596
+ #: admin.inc.php:630
597
  msgid "Enter amount in USD: "
598
  msgstr ""
599
 
600
+ #: admin.inc.php:634
601
  msgid "Send your donation to the author of"
602
  msgstr ""
603
 
604
+ #: admin.inc.php:641
605
+ msgid "Follow me"
606
  msgstr ""
607
 
608
+ #: admin.inc.php:651
609
+ msgid "Quick links"
610
  msgstr ""
611
 
612
+ #: admin.inc.php:655
613
  msgid "Top 10 plugin page"
614
  msgstr ""
615
 
616
+ #: admin.inc.php:656
617
  msgid "Other plugins"
618
  msgstr ""
619
 
620
+ #: admin.inc.php:657
621
  msgid "Ajay's blog"
622
  msgstr ""
623
 
624
+ #: admin.inc.php:658
625
+ msgid "FAQ"
626
+ msgstr ""
627
+
628
+ #: admin.inc.php:659 top-10.php:1271
629
  msgid "Support"
630
  msgstr ""
631
 
632
+ #: admin.inc.php:660
633
+ msgid "Reviews"
634
  msgstr ""
635
 
636
+ #: admin.inc.php:679 admin.inc.php:682
637
  #, fuzzy
638
  msgid "Top 10 Settings"
639
  msgstr "Топ 10 запісаў"
640
 
641
+ #: admin.inc.php:679
642
  msgid "Top 10"
643
  msgstr "Топ 10 запісаў"
644
 
645
+ #: admin.inc.php:685
646
  #, fuzzy
647
  msgid "Overall Popular Posts"
648
  msgstr "Паглядзець усе Папулярныя запісы"
649
 
650
+ #: admin.inc.php:850
651
+ #, php-format
652
+ msgid "Results %1$s to %2$s of %3$s"
653
+ msgstr ""
 
 
 
654
 
655
+ #: admin.inc.php:854
656
+ #, php-format
657
+ msgid "Page %s of %s"
658
+ msgstr ""
659
 
660
+ #: admin.inc.php:866
661
  msgid "View Daily Popular Posts"
662
  msgstr "Паглядзець усе Папулярныя сёння запісы"
663
 
664
+ #: admin.inc.php:869 admin.inc.php:882
665
  msgid "Results per-page:"
666
  msgstr "Вынікаў на старонку:"
667
 
668
+ #: admin.inc.php:879
669
  msgid "View Overall Popular Posts"
670
  msgstr "Паглядзець усе Папулярныя запісы"
671
 
672
+ #: admin.inc.php:908
673
  msgid "Previous"
674
  msgstr "Папярэдняя старонка"
675
 
676
+ #: admin.inc.php:936
677
  msgid "Next"
678
  msgstr "Наступная старонка"
679
 
680
+ #: admin.inc.php:980
681
  msgid "Daily Popular"
682
  msgstr "Папулярныя сёння запісы"
683
 
684
+ #: admin.inc.php:998
685
  #, fuzzy
686
  msgid "Total Views"
687
  msgstr "Усяго / Сёння праглядаў"
688
 
689
+ #: admin.inc.php:999
690
  #, fuzzy
691
  msgid "Today's Views"
692
  msgstr "Усяго / Сёння праглядаў"
693
 
694
+ #: admin.inc.php:1000
695
+ #, fuzzy
696
+ msgid "Views"
697
+ msgstr "Усяго / Сёння праглядаў"
698
+
699
+ #: top-10.php:440
700
  msgid " by "
701
  msgstr ""
702
 
703
+ #: top-10.php:526
704
  msgid "Display the posts popular this week"
705
  msgstr ""
706
 
707
+ #: top-10.php:527
708
  #, fuzzy
709
  msgid "Popular Posts [Top 10]"
710
  msgstr "Папулярныя запісы"
711
 
712
+ #: top-10.php:545
713
  msgid "Title"
714
  msgstr ""
715
 
716
+ #: top-10.php:550
717
  msgid "No. of posts"
718
  msgstr ""
719
 
720
+ #: top-10.php:555
721
  msgid "Overall"
722
  msgstr ""
723
 
724
+ #: top-10.php:556
725
  msgid "Custom time period (Enter below)"
726
  msgstr ""
727
 
728
+ #: top-10.php:561
729
  msgid "Range in number of days (applies only to custom option above)"
730
  msgstr ""
731
 
732
+ #: top-10.php:566
733
+ msgid " Show count?"
734
+ msgstr ""
735
+
736
+ #: top-10.php:571
737
  msgid " Show excerpt?"
738
  msgstr ""
739
 
740
+ #: top-10.php:576
741
  msgid " Show author?"
742
  msgstr ""
743
 
744
+ #: top-10.php:581
745
  msgid " Show date?"
746
  msgstr ""
747
 
748
+ #: top-10.php:585
749
  msgid "Thumbnail options"
750
  msgstr ""
751
 
752
+ #: top-10.php:587
753
  #, fuzzy
754
  msgid "Thumbnails inline, before title"
755
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
756
 
757
+ #: top-10.php:588
758
  #, fuzzy
759
  msgid "Thumbnails inline, after title"
760
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
761
 
762
+ #: top-10.php:589
763
  msgid "Only thumbnails, no text"
764
  msgstr ""
765
 
766
+ #: top-10.php:590
767
  msgid "No thumbnails, only text."
768
  msgstr ""
769
 
770
+ #: top-10.php:595
771
  msgid "Thumbnail height"
772
  msgstr ""
773
 
774
+ #: top-10.php:600
775
  msgid "Thumbnail width"
776
  msgstr ""
777
 
778
+ #: top-10.php:721
779
  msgid "<h3>Popular Posts</h3>"
780
  msgstr "<h3>Папулярныя запісы</h3>"
781
 
782
+ #: top-10.php:722
783
  msgid "<h3>Daily Popular</h3>"
784
  msgstr "<h3>Папулярныя сёння запісы</h3>"
785
 
786
+ #: top-10.php:723
787
  #, fuzzy
788
  msgid "No top posts yet"
789
  msgstr "Загаловак блока Папулярных запісаў:"
790
 
791
+ #: top-10.php:1188
792
  msgid "Once Weekly"
793
  msgstr ""
794
 
795
+ #: top-10.php:1192
796
  msgid "Once Fortnightly"
797
  msgstr ""
798
 
799
+ #: top-10.php:1196
800
  msgid "Once Monthly"
801
  msgstr ""
802
 
803
+ #: top-10.php:1259
804
  msgid "Settings"
805
  msgstr ""
806
 
807
+ #: top-10.php:1272
808
  msgid "Donate"
809
  msgstr ""
810
 
811
+ #, fuzzy
812
+ #~ msgid "This option uses JavaScript and will increase your page load time"
813
+ #~ msgstr ""
814
+ #~ "Зрабіць спіс Папулярных запісаў дынамічным? Опцыя выкарыстоўвае "
815
+ #~ "JavaScript , і гэта можа павялічыць час загрузкі старонак"
816
+
817
+ #~ msgid "Display number of page views in popular lists?"
818
+ #~ msgstr ""
819
+ #~ "Паказваць колькасць праглядаў запісаў/старонак у спісе Папулярных запісаў?"
820
+
821
+ #~ msgid "Results"
822
+ #~ msgstr "Вынікі"
823
+
824
+ #~ msgid "of"
825
+ #~ msgstr "з"
826
+
827
+ #~ msgid "Page"
828
+ #~ msgstr "Старонка"
829
+
830
  #~ msgid ""
831
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
832
  #~ "continue to be counted."
834
  #~ "Выключыць старонкі са спісу Папулярных запісаў? Колькасць праглядаў для "
835
  #~ "старонак будзе падлічвацца."
836
 
 
 
 
837
  #~ msgid ""
838
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
839
  #~ "added with the count"
languages/tptn-en_US.mo CHANGED
Binary file
languages/tptn-en_US.po CHANGED
@@ -1,188 +1,221 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr ""
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr ""
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr ""
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr ""
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr ""
72
 
73
- #: admin.inc.php:195
74
- msgid "Daily Popular should contain views of how many days? "
 
 
75
  msgstr ""
76
 
77
  #: admin.inc.php:198
 
 
 
 
 
 
 
 
 
 
 
78
  msgid "Post types to include in results (including custom post types)"
79
  msgstr ""
80
 
81
- #: admin.inc.php:209
82
  msgid "List of post or page IDs to exclude from the results: "
83
  msgstr ""
84
 
85
- #: admin.inc.php:213
 
 
 
 
86
  msgid "Exclude Categories: "
87
  msgstr ""
88
 
89
- #: admin.inc.php:228
90
  msgid ""
91
  "Comma separated list of category slugs. The field above has an autocomplete "
92
  "so simply start typing in the starting letters and it will prompt you with "
93
  "options"
94
  msgstr ""
95
 
96
- #: admin.inc.php:233
97
  msgid "Display number of views on:"
98
  msgstr ""
99
 
100
- #: admin.inc.php:235
101
  msgid "Posts"
102
  msgstr ""
103
 
104
- #: admin.inc.php:236
105
  msgid "Pages"
106
  msgstr ""
107
 
108
- #: admin.inc.php:237
109
  msgid "Home page"
110
  msgstr ""
111
 
112
- #: admin.inc.php:238
113
  msgid "Feeds"
114
  msgstr ""
115
 
116
- #: admin.inc.php:239
117
  msgid "Category archives"
118
  msgstr ""
119
 
120
- #: admin.inc.php:240
121
  msgid "Tag archives"
122
  msgstr ""
123
 
124
- #: admin.inc.php:241
125
  msgid "Other archives"
126
  msgstr ""
127
 
128
- #: admin.inc.php:242
129
  msgid ""
130
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
131
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
132
  "you want it displayed"
133
  msgstr ""
134
 
135
- #: admin.inc.php:245
136
  msgid "Always display latest post count"
137
  msgstr ""
138
 
139
- #: admin.inc.php:247
140
  msgid ""
141
  "This option uses JavaScript and will increase your page load time. Turn this "
142
  "off if you are not using caching plugins or are OK with displaying older "
143
- "cached counts. When you enable this option, the daily widget will not use "
144
- "the options set there, but options will need to be set on this screen."
145
  msgstr ""
146
 
147
- #: admin.inc.php:250
148
- msgid "Always display latest post count in the daily lists"
149
  msgstr ""
150
 
151
- #: admin.inc.php:252
152
- msgid "This option uses JavaScript and will increase your page load time"
 
153
  msgstr ""
154
 
155
- #: admin.inc.php:255
156
- msgid "Track visits of authors on their own posts?"
157
  msgstr ""
158
 
159
- #: admin.inc.php:258
160
- msgid "Track visits of admins?"
161
  msgstr ""
162
 
163
- #: admin.inc.php:261
164
- msgid "Display page views on Posts > All Posts in Admin"
165
  msgstr ""
166
 
167
- #: admin.inc.php:264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  msgid "Link to Top 10 plugin page"
169
  msgstr ""
170
 
171
- #: admin.inc.php:266
172
  msgid ""
173
  "A link to the plugin is added as an extra list item to the list of popular "
174
  "posts"
175
  msgstr ""
176
 
177
- #: admin.inc.php:273
178
- msgid "Output Options"
179
  msgstr ""
180
 
181
- #: admin.inc.php:276
182
- msgid "Format to display the count in: "
183
  msgstr ""
184
 
185
- #: admin.inc.php:278
186
  msgid ""
187
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
188
  "%</code> to display the daily count and <code>%overallcount%</code> to "
@@ -190,509 +223,555 @@ msgid ""
190
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
191
  msgstr ""
192
 
193
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Title of popular posts: "
195
  msgstr ""
196
 
197
- #: admin.inc.php:284
198
  msgid "Title of daily popular posts: "
199
  msgstr ""
200
 
201
- #: admin.inc.php:287
202
  msgid "When there are no posts, what should be shown?"
203
  msgstr ""
204
 
205
- #: admin.inc.php:291
206
  msgid "Blank Output"
207
  msgstr ""
208
 
209
- #: admin.inc.php:295
210
  msgid "Display:"
211
  msgstr ""
212
 
213
- #: admin.inc.php:299
214
  msgid "Show post excerpt in list?"
215
  msgstr ""
216
 
217
- #: admin.inc.php:302
218
  msgid "Length of excerpt (in words): "
219
  msgstr ""
220
 
221
- #: admin.inc.php:305
222
  msgid "Show post author in list?"
223
  msgstr ""
224
 
225
- #: admin.inc.php:308
226
  msgid "Show post date in list?"
227
  msgstr ""
228
 
229
- #: admin.inc.php:311
230
  msgid "Limit post title length (in characters)"
231
  msgstr ""
232
 
233
- #: admin.inc.php:314
234
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
235
  msgstr ""
236
 
237
- #: admin.inc.php:317
238
  msgid "Open links in new window"
239
  msgstr ""
240
 
241
- #: admin.inc.php:320
242
  msgid "Add nofollow attribute to links in the list"
243
  msgstr ""
244
 
245
- #: admin.inc.php:323
246
  msgid "Exclude display of related posts on these posts / pages"
247
  msgstr ""
248
 
249
- #: admin.inc.php:326
250
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
251
- msgstr ""
252
-
253
- #: admin.inc.php:329
254
- msgid "Customize the output:"
255
  msgstr ""
256
 
257
- #: admin.inc.php:331
258
  msgid "HTML to display before the list of posts: "
259
  msgstr ""
260
 
261
- #: admin.inc.php:334
262
  msgid "HTML to display before each list item: "
263
  msgstr ""
264
 
265
- #: admin.inc.php:337
266
  msgid "HTML to display after each list item: "
267
  msgstr ""
268
 
269
- #: admin.inc.php:340
270
  msgid "HTML to display after the list of posts: "
271
  msgstr ""
272
 
273
- #: admin.inc.php:343
274
  msgid "Post thumbnail options:"
275
  msgstr ""
276
 
277
- #: admin.inc.php:345
278
  msgid "Location of post thumbnail:"
279
  msgstr ""
280
 
281
- #: admin.inc.php:349
282
  msgid "Display thumbnails inline with posts, before title"
283
  msgstr ""
284
 
285
- #: admin.inc.php:353
286
  msgid "Display thumbnails inline with posts, after title"
287
  msgstr ""
288
 
289
- #: admin.inc.php:357
290
  msgid "Display only thumbnails, no text"
291
  msgstr ""
292
 
293
- #: admin.inc.php:361
294
  msgid "Do not display thumbnails, only text."
295
  msgstr ""
296
 
297
- #: admin.inc.php:365
298
  msgid "Width of the thumbnail: "
299
  msgstr ""
300
 
301
- #: admin.inc.php:368
302
  msgid "Height of the thumbnail: "
303
  msgstr ""
304
 
305
- #: admin.inc.php:371
306
  msgid "Style attributes / Width and Height HTML attributes:"
307
  msgstr ""
308
 
309
- #: admin.inc.php:375
310
- msgid ""
311
- "Style attributes are used for width and height. <code>style=\"max-width:"
312
  msgstr ""
313
 
314
- #: admin.inc.php:379
315
- msgid ""
316
- "HTML width and height attributes are used for width and height. <code>width="
317
- "\""
318
  msgstr ""
319
 
320
- #: admin.inc.php:383
321
  msgid "Use timthumb to generate thumbnails? "
322
  msgstr ""
323
 
324
- #: admin.inc.php:386
325
  msgid ""
326
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
327
- "\">timthumb</a> will be used to generate thumbnails"
328
  msgstr ""
329
 
330
- #: admin.inc.php:389
331
  msgid "Post thumbnail meta field name: "
332
  msgstr ""
333
 
334
- #: admin.inc.php:392
335
  msgid ""
336
  "The value of this field should contain the image source and is set in the "
337
  "<em>Add New Post</em> screen"
338
  msgstr ""
339
 
340
- #: admin.inc.php:395
341
  msgid ""
342
  "If the postmeta is not set, then should the plugin extract the first image "
343
  "from the post?"
344
  msgstr ""
345
 
346
- #: admin.inc.php:398
347
  msgid ""
348
  "This could slow down the loading of your page if the first image in the "
349
  "related posts is large in file-size"
350
  msgstr ""
351
 
352
- #: admin.inc.php:401
353
  msgid "Use default thumbnail? "
354
  msgstr ""
355
 
356
- #: admin.inc.php:404
357
  msgid ""
358
  "If checked, when no thumbnail is found, show a default one from the URL "
359
  "below. If not checked and no thumbnail is found, no image will be shown."
360
  msgstr ""
361
 
362
- #: admin.inc.php:407
363
  msgid "Default thumbnail: "
364
  msgstr ""
365
 
366
- #: admin.inc.php:410
367
  msgid ""
368
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
369
  "then it will check the meta field. If this is not available, then it will "
370
  "show the default image as specified above"
371
  msgstr ""
372
 
373
- #: admin.inc.php:417
374
- msgid "Custom Styles"
375
  msgstr ""
376
 
377
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
 
 
 
 
378
  msgid "Custom CSS to add to header:"
379
  msgstr ""
380
 
381
- #: admin.inc.php:423
382
  msgid ""
383
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
384
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
385
  "available CSS classes to style."
386
  msgstr ""
387
 
388
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
389
  msgid "Maintenance"
390
  msgstr ""
391
 
392
- #: admin.inc.php:434
393
  msgid ""
394
  "Over time the Daily Top 10 database grows in size, which reduces the "
395
  "performance of the plugin. Cleaning the database at regular intervals could "
396
- "improve performance, especially on high traffic blogs."
 
397
  msgstr ""
398
 
399
- #: admin.inc.php:435
400
  msgid ""
401
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
402
- "everytime the job is rescheduled (i.e. you change the settings below). This "
403
- "causes the daily posts table to reset."
404
  msgstr ""
405
 
406
- #: admin.inc.php:438
407
  msgid "Enable scheduled maintenance of daily tables:"
408
  msgstr ""
409
 
410
- #: admin.inc.php:442
411
  msgid "Time to run maintenance"
412
  msgstr ""
413
 
414
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
415
  msgid "How often should the maintenance be run:"
416
  msgstr ""
417
 
418
- #: admin.inc.php:449
419
  msgid "Daily"
420
  msgstr ""
421
 
422
- #: admin.inc.php:453
423
  msgid "Weekly"
424
  msgstr ""
425
 
426
- #: admin.inc.php:457
427
  msgid "Fortnightly"
428
  msgstr ""
429
 
430
- #: admin.inc.php:461
431
  msgid "Monthly"
432
  msgstr ""
433
 
434
- #: admin.inc.php:470
435
  msgid "The cron job has been scheduled. Maintenance will run "
436
  msgstr ""
437
 
438
- #: admin.inc.php:475
439
  msgid "The cron job is missing. Please resave this page to add the job"
440
  msgstr ""
441
 
442
- #: admin.inc.php:480
443
  msgid "Maintenance is turned off"
444
  msgstr ""
445
 
446
- #: admin.inc.php:488
447
- msgid "Save Options"
448
- msgstr ""
449
-
450
- #: admin.inc.php:489
451
- msgid "Default Options"
452
- msgstr ""
453
-
454
- #: admin.inc.php:489
455
- msgid "Do you want to set options to Default?"
456
- msgstr ""
457
-
458
- #: admin.inc.php:493
459
  msgid "Reset count"
460
  msgstr ""
461
 
462
- #: admin.inc.php:496
463
  msgid ""
464
  "This cannot be reversed. Make sure that your database has been backed up "
465
  "before proceeding"
466
  msgstr ""
467
 
468
- #: admin.inc.php:499
469
  msgid "Reset Popular Posts"
470
  msgstr ""
471
 
472
- #: admin.inc.php:499
473
  msgid "Are you sure you want to reset the popular posts?"
474
  msgstr ""
475
 
476
- #: admin.inc.php:500
477
  msgid "Reset Daily Popular Posts"
478
  msgstr ""
479
 
480
- #: admin.inc.php:500
481
  msgid "Are you sure you want to reset the daily popular posts?"
482
  msgstr ""
483
 
484
- #: admin.inc.php:501
485
  msgid "Clear duplicates"
486
  msgstr ""
487
 
488
- #: admin.inc.php:501
489
  msgid "This will delete the duplicate entries in the tables. Proceed?"
490
  msgstr ""
491
 
492
- #: admin.inc.php:544 admin.inc.php:929
493
  msgid "Popular Posts"
494
  msgstr ""
495
 
496
- #: admin.inc.php:544 admin.inc.php:631
497
  msgid "Daily Popular Posts"
498
  msgstr ""
499
 
500
- #: admin.inc.php:572
501
  msgid "Support the development"
502
  msgstr ""
503
 
504
- #: admin.inc.php:580
505
  msgid "Enter amount in USD: "
506
  msgstr ""
507
 
508
- #: admin.inc.php:584
509
  msgid "Send your donation to the author of"
510
  msgstr ""
511
 
512
- #: admin.inc.php:590
513
- msgid "Follow us"
514
  msgstr ""
515
 
516
- #: admin.inc.php:596
517
- msgid "Quick Links"
518
  msgstr ""
519
 
520
- #: admin.inc.php:598
521
  msgid "Top 10 plugin page"
522
  msgstr ""
523
 
524
- #: admin.inc.php:599
525
  msgid "Other plugins"
526
  msgstr ""
527
 
528
- #: admin.inc.php:600
529
  msgid "Ajay's blog"
530
  msgstr ""
531
 
532
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
533
  msgid "Support"
534
  msgstr ""
535
 
536
- #: admin.inc.php:605
537
- msgid "Recent developments"
538
  msgstr ""
539
 
540
- #: admin.inc.php:622 admin.inc.php:625
541
  msgid "Top 10 Settings"
542
  msgstr ""
543
 
544
- #: admin.inc.php:622
545
  msgid "Top 10"
546
  msgstr ""
547
 
548
- #: admin.inc.php:628
549
  msgid "Overall Popular Posts"
550
  msgstr ""
551
 
552
- #: admin.inc.php:799
553
- msgid "Results"
 
554
  msgstr ""
555
 
556
- #: admin.inc.php:801 admin.inc.php:807
557
- msgid "of"
 
558
  msgstr ""
559
 
560
- #: admin.inc.php:805
561
- msgid "Page"
562
- msgstr ""
563
-
564
- #: admin.inc.php:819
565
  msgid "View Daily Popular Posts"
566
  msgstr ""
567
 
568
- #: admin.inc.php:822 admin.inc.php:835
569
  msgid "Results per-page:"
570
  msgstr ""
571
 
572
- #: admin.inc.php:832
573
  msgid "View Overall Popular Posts"
574
  msgstr ""
575
 
576
- #: admin.inc.php:861
577
  msgid "Previous"
578
  msgstr ""
579
 
580
- #: admin.inc.php:889
581
  msgid "Next"
582
  msgstr ""
583
 
584
- #: admin.inc.php:930
585
  msgid "Daily Popular"
586
  msgstr ""
587
 
588
- #: admin.inc.php:946
589
  msgid "Total Views"
590
  msgstr ""
591
 
592
- #: admin.inc.php:947
593
  msgid "Today's Views"
594
  msgstr ""
595
 
596
- #: top-10.php:415
 
 
 
 
597
  msgid " by "
598
  msgstr ""
599
 
600
- #: top-10.php:501
601
  msgid "Display the posts popular this week"
602
  msgstr ""
603
 
604
- #: top-10.php:502
605
  msgid "Popular Posts [Top 10]"
606
  msgstr ""
607
 
608
- #: top-10.php:519
609
  msgid "Title"
610
  msgstr ""
611
 
612
- #: top-10.php:524
613
  msgid "No. of posts"
614
  msgstr ""
615
 
616
- #: top-10.php:529
617
  msgid "Overall"
618
  msgstr ""
619
 
620
- #: top-10.php:530
621
  msgid "Custom time period (Enter below)"
622
  msgstr ""
623
 
624
- #: top-10.php:535
625
  msgid "Range in number of days (applies only to custom option above)"
626
  msgstr ""
627
 
628
- #: top-10.php:540
 
 
 
 
629
  msgid " Show excerpt?"
630
  msgstr ""
631
 
632
- #: top-10.php:545
633
  msgid " Show author?"
634
  msgstr ""
635
 
636
- #: top-10.php:550
637
  msgid " Show date?"
638
  msgstr ""
639
 
640
- #: top-10.php:554
641
  msgid "Thumbnail options"
642
  msgstr ""
643
 
644
- #: top-10.php:556
645
  msgid "Thumbnails inline, before title"
646
  msgstr ""
647
 
648
- #: top-10.php:557
649
  msgid "Thumbnails inline, after title"
650
  msgstr ""
651
 
652
- #: top-10.php:558
653
  msgid "Only thumbnails, no text"
654
  msgstr ""
655
 
656
- #: top-10.php:559
657
  msgid "No thumbnails, only text."
658
  msgstr ""
659
 
660
- #: top-10.php:564
661
  msgid "Thumbnail height"
662
  msgstr ""
663
 
664
- #: top-10.php:569
665
  msgid "Thumbnail width"
666
  msgstr ""
667
 
668
- #: top-10.php:670
669
  msgid "<h3>Popular Posts</h3>"
670
  msgstr ""
671
 
672
- #: top-10.php:671
673
  msgid "<h3>Daily Popular</h3>"
674
  msgstr ""
675
 
676
- #: top-10.php:672
677
  msgid "No top posts yet"
678
  msgstr ""
679
 
680
- #: top-10.php:1113
681
  msgid "Once Weekly"
682
  msgstr ""
683
 
684
- #: top-10.php:1114
685
  msgid "Once Fortnightly"
686
  msgstr ""
687
 
688
- #: top-10.php:1115
689
  msgid "Once Monthly"
690
  msgstr ""
691
 
692
- #: top-10.php:1135
693
  msgid "Settings"
694
  msgstr ""
695
 
696
- #: top-10.php:1148
697
  msgid "Donate"
698
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:52-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
+ "Language-Team: <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;_c;__ngettext\n"
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr ""
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr ""
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr ""
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr ""
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr ""
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
  msgstr ""
78
 
79
  #: admin.inc.php:198
80
+ msgid "Daily Popular should contain views of how many days? "
81
+ msgstr ""
82
+
83
+ #: admin.inc.php:200
84
+ msgid ""
85
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
86
+ "display posts for as many days as you want. This can be overridden in the "
87
+ "widget."
88
+ msgstr ""
89
+
90
+ #: admin.inc.php:203
91
  msgid "Post types to include in results (including custom post types)"
92
  msgstr ""
93
 
94
+ #: admin.inc.php:214
95
  msgid "List of post or page IDs to exclude from the results: "
96
  msgstr ""
97
 
98
+ #: admin.inc.php:216 admin.inc.php:352
99
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
100
+ msgstr ""
101
+
102
+ #: admin.inc.php:220
103
  msgid "Exclude Categories: "
104
  msgstr ""
105
 
106
+ #: admin.inc.php:235
107
  msgid ""
108
  "Comma separated list of category slugs. The field above has an autocomplete "
109
  "so simply start typing in the starting letters and it will prompt you with "
110
  "options"
111
  msgstr ""
112
 
113
+ #: admin.inc.php:240
114
  msgid "Display number of views on:"
115
  msgstr ""
116
 
117
+ #: admin.inc.php:242
118
  msgid "Posts"
119
  msgstr ""
120
 
121
+ #: admin.inc.php:243
122
  msgid "Pages"
123
  msgstr ""
124
 
125
+ #: admin.inc.php:244
126
  msgid "Home page"
127
  msgstr ""
128
 
129
+ #: admin.inc.php:245
130
  msgid "Feeds"
131
  msgstr ""
132
 
133
+ #: admin.inc.php:246
134
  msgid "Category archives"
135
  msgstr ""
136
 
137
+ #: admin.inc.php:247
138
  msgid "Tag archives"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:248
142
  msgid "Other archives"
143
  msgstr ""
144
 
145
+ #: admin.inc.php:249
146
  msgid ""
147
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
148
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
149
  "you want it displayed"
150
  msgstr ""
151
 
152
+ #: admin.inc.php:252
153
  msgid "Always display latest post count"
154
  msgstr ""
155
 
156
+ #: admin.inc.php:254
157
  msgid ""
158
  "This option uses JavaScript and will increase your page load time. Turn this "
159
  "off if you are not using caching plugins or are OK with displaying older "
160
+ "cached counts."
 
161
  msgstr ""
162
 
163
+ #: admin.inc.php:257
164
+ msgid "Track visits of authors on their own posts?"
165
  msgstr ""
166
 
167
+ #: admin.inc.php:259
168
+ msgid ""
169
+ "Disabling this option will stop authors visits tracked on their own posts"
170
  msgstr ""
171
 
172
+ #: admin.inc.php:262
173
+ msgid "Track visits of admins?"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:264
177
+ msgid "Disabling this option will stop admin visits being tracked."
178
  msgstr ""
179
 
180
+ #: admin.inc.php:267
181
+ msgid "Display page views on Posts and Pages in Admin"
182
  msgstr ""
183
 
184
+ #: admin.inc.php:270
185
+ msgid ""
186
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
187
+ "and All Pages"
188
+ msgstr ""
189
+
190
+ #: admin.inc.php:273
191
+ msgid "Show number of views to non-admins"
192
+ msgstr ""
193
+
194
+ #: admin.inc.php:276
195
+ msgid ""
196
+ "If you disable this then non-admins won't see the above columns or view the "
197
+ "independent pages with the top posts"
198
+ msgstr ""
199
+
200
+ #: admin.inc.php:279
201
  msgid "Link to Top 10 plugin page"
202
  msgstr ""
203
 
204
+ #: admin.inc.php:282
205
  msgid ""
206
  "A link to the plugin is added as an extra list item to the list of popular "
207
  "posts"
208
  msgstr ""
209
 
210
+ #: admin.inc.php:289
211
+ msgid "Output options"
212
  msgstr ""
213
 
214
+ #: admin.inc.php:292
215
+ msgid "Format to display the post views:"
216
  msgstr ""
217
 
218
+ #: admin.inc.php:294
219
  msgid ""
220
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
221
  "%</code> to display the daily count and <code>%overallcount%</code> to "
223
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
224
  msgstr ""
225
 
226
+ #: admin.inc.php:297
227
+ msgid "What do display when there are no visits?"
228
+ msgstr ""
229
+
230
+ #: admin.inc.php:299
231
+ msgid ""
232
+ "This text applies only when there are 0 hits for the post and it isn't a "
233
+ "single page. e.g. if you display post views on the homepage or archives then "
234
+ "this text will be used. To override this, just enter the same text as above "
235
+ "option."
236
+ msgstr ""
237
+
238
+ #: admin.inc.php:302
239
  msgid "Title of popular posts: "
240
  msgstr ""
241
 
242
+ #: admin.inc.php:305
243
  msgid "Title of daily popular posts: "
244
  msgstr ""
245
 
246
+ #: admin.inc.php:308
247
  msgid "When there are no posts, what should be shown?"
248
  msgstr ""
249
 
250
+ #: admin.inc.php:312
251
  msgid "Blank Output"
252
  msgstr ""
253
 
254
+ #: admin.inc.php:316
255
  msgid "Display:"
256
  msgstr ""
257
 
258
+ #: admin.inc.php:320
259
  msgid "Show post excerpt in list?"
260
  msgstr ""
261
 
262
+ #: admin.inc.php:323
263
  msgid "Length of excerpt (in words): "
264
  msgstr ""
265
 
266
+ #: admin.inc.php:326
267
  msgid "Show post author in list?"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:329
271
  msgid "Show post date in list?"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:332
275
  msgid "Limit post title length (in characters)"
276
  msgstr ""
277
 
278
+ #: admin.inc.php:335
279
+ msgid "Show view count in list?"
280
+ msgstr ""
281
+
282
+ #: admin.inc.php:338
283
+ msgid "Always display latest post count in the daily lists?"
284
+ msgstr ""
285
+
286
+ #: admin.inc.php:340
287
+ msgid ""
288
+ "This option uses JavaScript and will increase your page load time. When you "
289
+ "enable this option, the daily widget will not use the options set there, but "
290
+ "options will need to be set on this screen."
291
  msgstr ""
292
 
293
+ #: admin.inc.php:343
294
  msgid "Open links in new window"
295
  msgstr ""
296
 
297
+ #: admin.inc.php:346
298
  msgid "Add nofollow attribute to links in the list"
299
  msgstr ""
300
 
301
+ #: admin.inc.php:349
302
  msgid "Exclude display of related posts on these posts / pages"
303
  msgstr ""
304
 
305
+ #: admin.inc.php:355
306
+ msgid "Customise the list HTML"
 
 
 
 
307
  msgstr ""
308
 
309
+ #: admin.inc.php:357
310
  msgid "HTML to display before the list of posts: "
311
  msgstr ""
312
 
313
+ #: admin.inc.php:360
314
  msgid "HTML to display before each list item: "
315
  msgstr ""
316
 
317
+ #: admin.inc.php:363
318
  msgid "HTML to display after each list item: "
319
  msgstr ""
320
 
321
+ #: admin.inc.php:366
322
  msgid "HTML to display after the list of posts: "
323
  msgstr ""
324
 
325
+ #: admin.inc.php:369
326
  msgid "Post thumbnail options:"
327
  msgstr ""
328
 
329
+ #: admin.inc.php:371
330
  msgid "Location of post thumbnail:"
331
  msgstr ""
332
 
333
+ #: admin.inc.php:375
334
  msgid "Display thumbnails inline with posts, before title"
335
  msgstr ""
336
 
337
+ #: admin.inc.php:379
338
  msgid "Display thumbnails inline with posts, after title"
339
  msgstr ""
340
 
341
+ #: admin.inc.php:383
342
  msgid "Display only thumbnails, no text"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:387
346
  msgid "Do not display thumbnails, only text."
347
  msgstr ""
348
 
349
+ #: admin.inc.php:391
350
  msgid "Width of the thumbnail: "
351
  msgstr ""
352
 
353
+ #: admin.inc.php:394
354
  msgid "Height of the thumbnail: "
355
  msgstr ""
356
 
357
+ #: admin.inc.php:397
358
  msgid "Style attributes / Width and Height HTML attributes:"
359
  msgstr ""
360
 
361
+ #: admin.inc.php:401
362
+ msgid "Style attributes are used for width and height."
 
363
  msgstr ""
364
 
365
+ #: admin.inc.php:405
366
+ msgid "HTML width and height attributes are used for width and height."
 
 
367
  msgstr ""
368
 
369
+ #: admin.inc.php:409
370
  msgid "Use timthumb to generate thumbnails? "
371
  msgstr ""
372
 
373
+ #: admin.inc.php:412
374
  msgid ""
375
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
376
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
377
  msgstr ""
378
 
379
+ #: admin.inc.php:415
380
  msgid "Post thumbnail meta field name: "
381
  msgstr ""
382
 
383
+ #: admin.inc.php:418
384
  msgid ""
385
  "The value of this field should contain the image source and is set in the "
386
  "<em>Add New Post</em> screen"
387
  msgstr ""
388
 
389
+ #: admin.inc.php:421
390
  msgid ""
391
  "If the postmeta is not set, then should the plugin extract the first image "
392
  "from the post?"
393
  msgstr ""
394
 
395
+ #: admin.inc.php:424
396
  msgid ""
397
  "This could slow down the loading of your page if the first image in the "
398
  "related posts is large in file-size"
399
  msgstr ""
400
 
401
+ #: admin.inc.php:427
402
  msgid "Use default thumbnail? "
403
  msgstr ""
404
 
405
+ #: admin.inc.php:430
406
  msgid ""
407
  "If checked, when no thumbnail is found, show a default one from the URL "
408
  "below. If not checked and no thumbnail is found, no image will be shown."
409
  msgstr ""
410
 
411
+ #: admin.inc.php:433
412
  msgid "Default thumbnail: "
413
  msgstr ""
414
 
415
+ #: admin.inc.php:437
416
  msgid ""
417
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
418
  "then it will check the meta field. If this is not available, then it will "
419
  "show the default image as specified above"
420
  msgstr ""
421
 
422
+ #: admin.inc.php:444
423
+ msgid "Custom CSS"
424
  msgstr ""
425
 
426
+ #: admin.inc.php:447
427
+ msgid "Use default style included in the plugin?"
428
+ msgstr ""
429
+
430
+ #: admin.inc.php:450
431
+ msgid ""
432
+ "Top 10 includes a default style that makes your popular posts list to look "
433
+ "pretty. Check the box above if you want to use this. You will need to select "
434
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
435
+ "Widget."
436
+ msgstr ""
437
+
438
+ #: admin.inc.php:453
439
  msgid "Custom CSS to add to header:"
440
  msgstr ""
441
 
442
+ #: admin.inc.php:456
443
  msgid ""
444
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
445
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
446
  "available CSS classes to style."
447
  msgstr ""
448
 
449
+ #: admin.inc.php:463 admin.inc.php:529
450
+ msgid "Save Options"
451
+ msgstr ""
452
+
453
+ #: admin.inc.php:464
454
+ msgid "Default Options"
455
+ msgstr ""
456
+
457
+ #: admin.inc.php:464
458
+ msgid "Do you want to set options to Default?"
459
+ msgstr ""
460
+
461
+ #: admin.inc.php:473
462
  msgid "Maintenance"
463
  msgstr ""
464
 
465
+ #: admin.inc.php:477
466
  msgid ""
467
  "Over time the Daily Top 10 database grows in size, which reduces the "
468
  "performance of the plugin. Cleaning the database at regular intervals could "
469
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
470
+ "will automatically delete entries older than 90 days."
471
  msgstr ""
472
 
473
+ #: admin.inc.php:478
474
  msgid ""
475
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
476
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
477
  msgstr ""
478
 
479
+ #: admin.inc.php:481
480
  msgid "Enable scheduled maintenance of daily tables:"
481
  msgstr ""
482
 
483
+ #: admin.inc.php:485
484
  msgid "Time to run maintenance"
485
  msgstr ""
486
 
487
+ #: admin.inc.php:486
488
+ msgid "hrs"
489
+ msgstr ""
490
+
491
+ #: admin.inc.php:486
492
+ msgid "min"
493
+ msgstr ""
494
+
495
+ #: admin.inc.php:488
496
  msgid "How often should the maintenance be run:"
497
  msgstr ""
498
 
499
+ #: admin.inc.php:492
500
  msgid "Daily"
501
  msgstr ""
502
 
503
+ #: admin.inc.php:496
504
  msgid "Weekly"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:500
508
  msgid "Fortnightly"
509
  msgstr ""
510
 
511
+ #: admin.inc.php:504
512
  msgid "Monthly"
513
  msgstr ""
514
 
515
+ #: admin.inc.php:513
516
  msgid "The cron job has been scheduled. Maintenance will run "
517
  msgstr ""
518
 
519
+ #: admin.inc.php:518
520
  msgid "The cron job is missing. Please resave this page to add the job"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:523
524
  msgid "Maintenance is turned off"
525
  msgstr ""
526
 
527
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
528
  msgid "Reset count"
529
  msgstr ""
530
 
531
+ #: admin.inc.php:540
532
  msgid ""
533
  "This cannot be reversed. Make sure that your database has been backed up "
534
  "before proceeding"
535
  msgstr ""
536
 
537
+ #: admin.inc.php:543
538
  msgid "Reset Popular Posts"
539
  msgstr ""
540
 
541
+ #: admin.inc.php:543
542
  msgid "Are you sure you want to reset the popular posts?"
543
  msgstr ""
544
 
545
+ #: admin.inc.php:544
546
  msgid "Reset Daily Popular Posts"
547
  msgstr ""
548
 
549
+ #: admin.inc.php:544
550
  msgid "Are you sure you want to reset the daily popular posts?"
551
  msgstr ""
552
 
553
+ #: admin.inc.php:545
554
  msgid "Clear duplicates"
555
  msgstr ""
556
 
557
+ #: admin.inc.php:545
558
  msgid "This will delete the duplicate entries in the tables. Proceed?"
559
  msgstr ""
560
 
561
+ #: admin.inc.php:593 admin.inc.php:979
562
  msgid "Popular Posts"
563
  msgstr ""
564
 
565
+ #: admin.inc.php:593 admin.inc.php:688
566
  msgid "Daily Popular Posts"
567
  msgstr ""
568
 
569
+ #: admin.inc.php:621
570
  msgid "Support the development"
571
  msgstr ""
572
 
573
+ #: admin.inc.php:630
574
  msgid "Enter amount in USD: "
575
  msgstr ""
576
 
577
+ #: admin.inc.php:634
578
  msgid "Send your donation to the author of"
579
  msgstr ""
580
 
581
+ #: admin.inc.php:641
582
+ msgid "Follow me"
583
  msgstr ""
584
 
585
+ #: admin.inc.php:651
586
+ msgid "Quick links"
587
  msgstr ""
588
 
589
+ #: admin.inc.php:655
590
  msgid "Top 10 plugin page"
591
  msgstr ""
592
 
593
+ #: admin.inc.php:656
594
  msgid "Other plugins"
595
  msgstr ""
596
 
597
+ #: admin.inc.php:657
598
  msgid "Ajay's blog"
599
  msgstr ""
600
 
601
+ #: admin.inc.php:658
602
+ msgid "FAQ"
603
+ msgstr ""
604
+
605
+ #: admin.inc.php:659 top-10.php:1271
606
  msgid "Support"
607
  msgstr ""
608
 
609
+ #: admin.inc.php:660
610
+ msgid "Reviews"
611
  msgstr ""
612
 
613
+ #: admin.inc.php:679 admin.inc.php:682
614
  msgid "Top 10 Settings"
615
  msgstr ""
616
 
617
+ #: admin.inc.php:679
618
  msgid "Top 10"
619
  msgstr ""
620
 
621
+ #: admin.inc.php:685
622
  msgid "Overall Popular Posts"
623
  msgstr ""
624
 
625
+ #: admin.inc.php:850
626
+ #, php-format
627
+ msgid "Results %1$s to %2$s of %3$s"
628
  msgstr ""
629
 
630
+ #: admin.inc.php:854
631
+ #, php-format
632
+ msgid "Page %s of %s"
633
  msgstr ""
634
 
635
+ #: admin.inc.php:866
 
 
 
 
636
  msgid "View Daily Popular Posts"
637
  msgstr ""
638
 
639
+ #: admin.inc.php:869 admin.inc.php:882
640
  msgid "Results per-page:"
641
  msgstr ""
642
 
643
+ #: admin.inc.php:879
644
  msgid "View Overall Popular Posts"
645
  msgstr ""
646
 
647
+ #: admin.inc.php:908
648
  msgid "Previous"
649
  msgstr ""
650
 
651
+ #: admin.inc.php:936
652
  msgid "Next"
653
  msgstr ""
654
 
655
+ #: admin.inc.php:980
656
  msgid "Daily Popular"
657
  msgstr ""
658
 
659
+ #: admin.inc.php:998
660
  msgid "Total Views"
661
  msgstr ""
662
 
663
+ #: admin.inc.php:999
664
  msgid "Today's Views"
665
  msgstr ""
666
 
667
+ #: admin.inc.php:1000
668
+ msgid "Views"
669
+ msgstr ""
670
+
671
+ #: top-10.php:440
672
  msgid " by "
673
  msgstr ""
674
 
675
+ #: top-10.php:526
676
  msgid "Display the posts popular this week"
677
  msgstr ""
678
 
679
+ #: top-10.php:527
680
  msgid "Popular Posts [Top 10]"
681
  msgstr ""
682
 
683
+ #: top-10.php:545
684
  msgid "Title"
685
  msgstr ""
686
 
687
+ #: top-10.php:550
688
  msgid "No. of posts"
689
  msgstr ""
690
 
691
+ #: top-10.php:555
692
  msgid "Overall"
693
  msgstr ""
694
 
695
+ #: top-10.php:556
696
  msgid "Custom time period (Enter below)"
697
  msgstr ""
698
 
699
+ #: top-10.php:561
700
  msgid "Range in number of days (applies only to custom option above)"
701
  msgstr ""
702
 
703
+ #: top-10.php:566
704
+ msgid " Show count?"
705
+ msgstr ""
706
+
707
+ #: top-10.php:571
708
  msgid " Show excerpt?"
709
  msgstr ""
710
 
711
+ #: top-10.php:576
712
  msgid " Show author?"
713
  msgstr ""
714
 
715
+ #: top-10.php:581
716
  msgid " Show date?"
717
  msgstr ""
718
 
719
+ #: top-10.php:585
720
  msgid "Thumbnail options"
721
  msgstr ""
722
 
723
+ #: top-10.php:587
724
  msgid "Thumbnails inline, before title"
725
  msgstr ""
726
 
727
+ #: top-10.php:588
728
  msgid "Thumbnails inline, after title"
729
  msgstr ""
730
 
731
+ #: top-10.php:589
732
  msgid "Only thumbnails, no text"
733
  msgstr ""
734
 
735
+ #: top-10.php:590
736
  msgid "No thumbnails, only text."
737
  msgstr ""
738
 
739
+ #: top-10.php:595
740
  msgid "Thumbnail height"
741
  msgstr ""
742
 
743
+ #: top-10.php:600
744
  msgid "Thumbnail width"
745
  msgstr ""
746
 
747
+ #: top-10.php:721
748
  msgid "<h3>Popular Posts</h3>"
749
  msgstr ""
750
 
751
+ #: top-10.php:722
752
  msgid "<h3>Daily Popular</h3>"
753
  msgstr ""
754
 
755
+ #: top-10.php:723
756
  msgid "No top posts yet"
757
  msgstr ""
758
 
759
+ #: top-10.php:1188
760
  msgid "Once Weekly"
761
  msgstr ""
762
 
763
+ #: top-10.php:1192
764
  msgid "Once Fortnightly"
765
  msgstr ""
766
 
767
+ #: top-10.php:1196
768
  msgid "Once Monthly"
769
  msgstr ""
770
 
771
+ #: top-10.php:1259
772
  msgid "Settings"
773
  msgstr ""
774
 
775
+ #: top-10.php:1272
776
  msgid "Donate"
777
  msgstr ""
languages/tptn-en_US.pot CHANGED
@@ -1,188 +1,221 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:05-0000\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.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr ""
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr ""
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr ""
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr ""
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr ""
72
 
73
- #: admin.inc.php:195
74
- msgid "Daily Popular should contain views of how many days? "
 
 
75
  msgstr ""
76
 
77
  #: admin.inc.php:198
 
 
 
 
 
 
 
 
 
 
 
78
  msgid "Post types to include in results (including custom post types)"
79
  msgstr ""
80
 
81
- #: admin.inc.php:209
82
  msgid "List of post or page IDs to exclude from the results: "
83
  msgstr ""
84
 
85
- #: admin.inc.php:213
 
 
 
 
86
  msgid "Exclude Categories: "
87
  msgstr ""
88
 
89
- #: admin.inc.php:228
90
  msgid ""
91
  "Comma separated list of category slugs. The field above has an autocomplete "
92
  "so simply start typing in the starting letters and it will prompt you with "
93
  "options"
94
  msgstr ""
95
 
96
- #: admin.inc.php:233
97
  msgid "Display number of views on:"
98
  msgstr ""
99
 
100
- #: admin.inc.php:235
101
  msgid "Posts"
102
  msgstr ""
103
 
104
- #: admin.inc.php:236
105
  msgid "Pages"
106
  msgstr ""
107
 
108
- #: admin.inc.php:237
109
  msgid "Home page"
110
  msgstr ""
111
 
112
- #: admin.inc.php:238
113
  msgid "Feeds"
114
  msgstr ""
115
 
116
- #: admin.inc.php:239
117
  msgid "Category archives"
118
  msgstr ""
119
 
120
- #: admin.inc.php:240
121
  msgid "Tag archives"
122
  msgstr ""
123
 
124
- #: admin.inc.php:241
125
  msgid "Other archives"
126
  msgstr ""
127
 
128
- #: admin.inc.php:242
129
  msgid ""
130
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
131
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
132
  "you want it displayed"
133
  msgstr ""
134
 
135
- #: admin.inc.php:245
136
  msgid "Always display latest post count"
137
  msgstr ""
138
 
139
- #: admin.inc.php:247
140
  msgid ""
141
  "This option uses JavaScript and will increase your page load time. Turn this "
142
  "off if you are not using caching plugins or are OK with displaying older "
143
- "cached counts. When you enable this option, the daily widget will not use "
144
- "the options set there, but options will need to be set on this screen."
145
  msgstr ""
146
 
147
- #: admin.inc.php:250
148
- msgid "Always display latest post count in the daily lists"
149
  msgstr ""
150
 
151
- #: admin.inc.php:252
152
- msgid "This option uses JavaScript and will increase your page load time"
 
153
  msgstr ""
154
 
155
- #: admin.inc.php:255
156
- msgid "Track visits of authors on their own posts?"
157
  msgstr ""
158
 
159
- #: admin.inc.php:258
160
- msgid "Track visits of admins?"
161
  msgstr ""
162
 
163
- #: admin.inc.php:261
164
- msgid "Display page views on Posts > All Posts in Admin"
165
  msgstr ""
166
 
167
- #: admin.inc.php:264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  msgid "Link to Top 10 plugin page"
169
  msgstr ""
170
 
171
- #: admin.inc.php:266
172
  msgid ""
173
  "A link to the plugin is added as an extra list item to the list of popular "
174
  "posts"
175
  msgstr ""
176
 
177
- #: admin.inc.php:273
178
- msgid "Output Options"
179
  msgstr ""
180
 
181
- #: admin.inc.php:276
182
- msgid "Format to display the count in: "
183
  msgstr ""
184
 
185
- #: admin.inc.php:278
186
  msgid ""
187
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
188
  "%</code> to display the daily count and <code>%overallcount%</code> to "
@@ -190,509 +223,555 @@ msgid ""
190
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
191
  msgstr ""
192
 
193
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "Title of popular posts: "
195
  msgstr ""
196
 
197
- #: admin.inc.php:284
198
  msgid "Title of daily popular posts: "
199
  msgstr ""
200
 
201
- #: admin.inc.php:287
202
  msgid "When there are no posts, what should be shown?"
203
  msgstr ""
204
 
205
- #: admin.inc.php:291
206
  msgid "Blank Output"
207
  msgstr ""
208
 
209
- #: admin.inc.php:295
210
  msgid "Display:"
211
  msgstr ""
212
 
213
- #: admin.inc.php:299
214
  msgid "Show post excerpt in list?"
215
  msgstr ""
216
 
217
- #: admin.inc.php:302
218
  msgid "Length of excerpt (in words): "
219
  msgstr ""
220
 
221
- #: admin.inc.php:305
222
  msgid "Show post author in list?"
223
  msgstr ""
224
 
225
- #: admin.inc.php:308
226
  msgid "Show post date in list?"
227
  msgstr ""
228
 
229
- #: admin.inc.php:311
230
  msgid "Limit post title length (in characters)"
231
  msgstr ""
232
 
233
- #: admin.inc.php:314
234
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
235
  msgstr ""
236
 
237
- #: admin.inc.php:317
238
  msgid "Open links in new window"
239
  msgstr ""
240
 
241
- #: admin.inc.php:320
242
  msgid "Add nofollow attribute to links in the list"
243
  msgstr ""
244
 
245
- #: admin.inc.php:323
246
  msgid "Exclude display of related posts on these posts / pages"
247
  msgstr ""
248
 
249
- #: admin.inc.php:326
250
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
251
- msgstr ""
252
-
253
- #: admin.inc.php:329
254
- msgid "Customize the output:"
255
  msgstr ""
256
 
257
- #: admin.inc.php:331
258
  msgid "HTML to display before the list of posts: "
259
  msgstr ""
260
 
261
- #: admin.inc.php:334
262
  msgid "HTML to display before each list item: "
263
  msgstr ""
264
 
265
- #: admin.inc.php:337
266
  msgid "HTML to display after each list item: "
267
  msgstr ""
268
 
269
- #: admin.inc.php:340
270
  msgid "HTML to display after the list of posts: "
271
  msgstr ""
272
 
273
- #: admin.inc.php:343
274
  msgid "Post thumbnail options:"
275
  msgstr ""
276
 
277
- #: admin.inc.php:345
278
  msgid "Location of post thumbnail:"
279
  msgstr ""
280
 
281
- #: admin.inc.php:349
282
  msgid "Display thumbnails inline with posts, before title"
283
  msgstr ""
284
 
285
- #: admin.inc.php:353
286
  msgid "Display thumbnails inline with posts, after title"
287
  msgstr ""
288
 
289
- #: admin.inc.php:357
290
  msgid "Display only thumbnails, no text"
291
  msgstr ""
292
 
293
- #: admin.inc.php:361
294
  msgid "Do not display thumbnails, only text."
295
  msgstr ""
296
 
297
- #: admin.inc.php:365
298
  msgid "Width of the thumbnail: "
299
  msgstr ""
300
 
301
- #: admin.inc.php:368
302
  msgid "Height of the thumbnail: "
303
  msgstr ""
304
 
305
- #: admin.inc.php:371
306
  msgid "Style attributes / Width and Height HTML attributes:"
307
  msgstr ""
308
 
309
- #: admin.inc.php:375
310
- msgid ""
311
- "Style attributes are used for width and height. <code>style=\"max-width:"
312
  msgstr ""
313
 
314
- #: admin.inc.php:379
315
- msgid ""
316
- "HTML width and height attributes are used for width and height. <code>width="
317
- "\""
318
  msgstr ""
319
 
320
- #: admin.inc.php:383
321
  msgid "Use timthumb to generate thumbnails? "
322
  msgstr ""
323
 
324
- #: admin.inc.php:386
325
  msgid ""
326
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
327
- "\">timthumb</a> will be used to generate thumbnails"
328
  msgstr ""
329
 
330
- #: admin.inc.php:389
331
  msgid "Post thumbnail meta field name: "
332
  msgstr ""
333
 
334
- #: admin.inc.php:392
335
  msgid ""
336
  "The value of this field should contain the image source and is set in the "
337
  "<em>Add New Post</em> screen"
338
  msgstr ""
339
 
340
- #: admin.inc.php:395
341
  msgid ""
342
  "If the postmeta is not set, then should the plugin extract the first image "
343
  "from the post?"
344
  msgstr ""
345
 
346
- #: admin.inc.php:398
347
  msgid ""
348
  "This could slow down the loading of your page if the first image in the "
349
  "related posts is large in file-size"
350
  msgstr ""
351
 
352
- #: admin.inc.php:401
353
  msgid "Use default thumbnail? "
354
  msgstr ""
355
 
356
- #: admin.inc.php:404
357
  msgid ""
358
  "If checked, when no thumbnail is found, show a default one from the URL "
359
  "below. If not checked and no thumbnail is found, no image will be shown."
360
  msgstr ""
361
 
362
- #: admin.inc.php:407
363
  msgid "Default thumbnail: "
364
  msgstr ""
365
 
366
- #: admin.inc.php:410
367
  msgid ""
368
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
369
  "then it will check the meta field. If this is not available, then it will "
370
  "show the default image as specified above"
371
  msgstr ""
372
 
373
- #: admin.inc.php:417
374
- msgid "Custom Styles"
375
  msgstr ""
376
 
377
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
 
 
 
 
378
  msgid "Custom CSS to add to header:"
379
  msgstr ""
380
 
381
- #: admin.inc.php:423
382
  msgid ""
383
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
384
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
385
  "available CSS classes to style."
386
  msgstr ""
387
 
388
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
389
  msgid "Maintenance"
390
  msgstr ""
391
 
392
- #: admin.inc.php:434
393
  msgid ""
394
  "Over time the Daily Top 10 database grows in size, which reduces the "
395
  "performance of the plugin. Cleaning the database at regular intervals could "
396
- "improve performance, especially on high traffic blogs."
 
397
  msgstr ""
398
 
399
- #: admin.inc.php:435
400
  msgid ""
401
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
402
- "everytime the job is rescheduled (i.e. you change the settings below). This "
403
- "causes the daily posts table to reset."
404
  msgstr ""
405
 
406
- #: admin.inc.php:438
407
  msgid "Enable scheduled maintenance of daily tables:"
408
  msgstr ""
409
 
410
- #: admin.inc.php:442
411
  msgid "Time to run maintenance"
412
  msgstr ""
413
 
414
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
415
  msgid "How often should the maintenance be run:"
416
  msgstr ""
417
 
418
- #: admin.inc.php:449
419
  msgid "Daily"
420
  msgstr ""
421
 
422
- #: admin.inc.php:453
423
  msgid "Weekly"
424
  msgstr ""
425
 
426
- #: admin.inc.php:457
427
  msgid "Fortnightly"
428
  msgstr ""
429
 
430
- #: admin.inc.php:461
431
  msgid "Monthly"
432
  msgstr ""
433
 
434
- #: admin.inc.php:470
435
  msgid "The cron job has been scheduled. Maintenance will run "
436
  msgstr ""
437
 
438
- #: admin.inc.php:475
439
  msgid "The cron job is missing. Please resave this page to add the job"
440
  msgstr ""
441
 
442
- #: admin.inc.php:480
443
  msgid "Maintenance is turned off"
444
  msgstr ""
445
 
446
- #: admin.inc.php:488
447
- msgid "Save Options"
448
- msgstr ""
449
-
450
- #: admin.inc.php:489
451
- msgid "Default Options"
452
- msgstr ""
453
-
454
- #: admin.inc.php:489
455
- msgid "Do you want to set options to Default?"
456
- msgstr ""
457
-
458
- #: admin.inc.php:493
459
  msgid "Reset count"
460
  msgstr ""
461
 
462
- #: admin.inc.php:496
463
  msgid ""
464
  "This cannot be reversed. Make sure that your database has been backed up "
465
  "before proceeding"
466
  msgstr ""
467
 
468
- #: admin.inc.php:499
469
  msgid "Reset Popular Posts"
470
  msgstr ""
471
 
472
- #: admin.inc.php:499
473
  msgid "Are you sure you want to reset the popular posts?"
474
  msgstr ""
475
 
476
- #: admin.inc.php:500
477
  msgid "Reset Daily Popular Posts"
478
  msgstr ""
479
 
480
- #: admin.inc.php:500
481
  msgid "Are you sure you want to reset the daily popular posts?"
482
  msgstr ""
483
 
484
- #: admin.inc.php:501
485
  msgid "Clear duplicates"
486
  msgstr ""
487
 
488
- #: admin.inc.php:501
489
  msgid "This will delete the duplicate entries in the tables. Proceed?"
490
  msgstr ""
491
 
492
- #: admin.inc.php:544 admin.inc.php:929
493
  msgid "Popular Posts"
494
  msgstr ""
495
 
496
- #: admin.inc.php:544 admin.inc.php:631
497
  msgid "Daily Popular Posts"
498
  msgstr ""
499
 
500
- #: admin.inc.php:572
501
  msgid "Support the development"
502
  msgstr ""
503
 
504
- #: admin.inc.php:580
505
  msgid "Enter amount in USD: "
506
  msgstr ""
507
 
508
- #: admin.inc.php:584
509
  msgid "Send your donation to the author of"
510
  msgstr ""
511
 
512
- #: admin.inc.php:590
513
- msgid "Follow us"
514
  msgstr ""
515
 
516
- #: admin.inc.php:596
517
- msgid "Quick Links"
518
  msgstr ""
519
 
520
- #: admin.inc.php:598
521
  msgid "Top 10 plugin page"
522
  msgstr ""
523
 
524
- #: admin.inc.php:599
525
  msgid "Other plugins"
526
  msgstr ""
527
 
528
- #: admin.inc.php:600
529
  msgid "Ajay's blog"
530
  msgstr ""
531
 
532
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
533
  msgid "Support"
534
  msgstr ""
535
 
536
- #: admin.inc.php:605
537
- msgid "Recent developments"
538
  msgstr ""
539
 
540
- #: admin.inc.php:622 admin.inc.php:625
541
  msgid "Top 10 Settings"
542
  msgstr ""
543
 
544
- #: admin.inc.php:622
545
  msgid "Top 10"
546
  msgstr ""
547
 
548
- #: admin.inc.php:628
549
  msgid "Overall Popular Posts"
550
  msgstr ""
551
 
552
- #: admin.inc.php:799
553
- msgid "Results"
 
554
  msgstr ""
555
 
556
- #: admin.inc.php:801 admin.inc.php:807
557
- msgid "of"
 
558
  msgstr ""
559
 
560
- #: admin.inc.php:805
561
- msgid "Page"
562
- msgstr ""
563
-
564
- #: admin.inc.php:819
565
  msgid "View Daily Popular Posts"
566
  msgstr ""
567
 
568
- #: admin.inc.php:822 admin.inc.php:835
569
  msgid "Results per-page:"
570
  msgstr ""
571
 
572
- #: admin.inc.php:832
573
  msgid "View Overall Popular Posts"
574
  msgstr ""
575
 
576
- #: admin.inc.php:861
577
  msgid "Previous"
578
  msgstr ""
579
 
580
- #: admin.inc.php:889
581
  msgid "Next"
582
  msgstr ""
583
 
584
- #: admin.inc.php:930
585
  msgid "Daily Popular"
586
  msgstr ""
587
 
588
- #: admin.inc.php:946
589
  msgid "Total Views"
590
  msgstr ""
591
 
592
- #: admin.inc.php:947
593
  msgid "Today's Views"
594
  msgstr ""
595
 
596
- #: top-10.php:415
 
 
 
 
597
  msgid " by "
598
  msgstr ""
599
 
600
- #: top-10.php:501
601
  msgid "Display the posts popular this week"
602
  msgstr ""
603
 
604
- #: top-10.php:502
605
  msgid "Popular Posts [Top 10]"
606
  msgstr ""
607
 
608
- #: top-10.php:519
609
  msgid "Title"
610
  msgstr ""
611
 
612
- #: top-10.php:524
613
  msgid "No. of posts"
614
  msgstr ""
615
 
616
- #: top-10.php:529
617
  msgid "Overall"
618
  msgstr ""
619
 
620
- #: top-10.php:530
621
  msgid "Custom time period (Enter below)"
622
  msgstr ""
623
 
624
- #: top-10.php:535
625
  msgid "Range in number of days (applies only to custom option above)"
626
  msgstr ""
627
 
628
- #: top-10.php:540
 
 
 
 
629
  msgid " Show excerpt?"
630
  msgstr ""
631
 
632
- #: top-10.php:545
633
  msgid " Show author?"
634
  msgstr ""
635
 
636
- #: top-10.php:550
637
  msgid " Show date?"
638
  msgstr ""
639
 
640
- #: top-10.php:554
641
  msgid "Thumbnail options"
642
  msgstr ""
643
 
644
- #: top-10.php:556
645
  msgid "Thumbnails inline, before title"
646
  msgstr ""
647
 
648
- #: top-10.php:557
649
  msgid "Thumbnails inline, after title"
650
  msgstr ""
651
 
652
- #: top-10.php:558
653
  msgid "Only thumbnails, no text"
654
  msgstr ""
655
 
656
- #: top-10.php:559
657
  msgid "No thumbnails, only text."
658
  msgstr ""
659
 
660
- #: top-10.php:564
661
  msgid "Thumbnail height"
662
  msgstr ""
663
 
664
- #: top-10.php:569
665
  msgid "Thumbnail width"
666
  msgstr ""
667
 
668
- #: top-10.php:670
669
  msgid "<h3>Popular Posts</h3>"
670
  msgstr ""
671
 
672
- #: top-10.php:671
673
  msgid "<h3>Daily Popular</h3>"
674
  msgstr ""
675
 
676
- #: top-10.php:672
677
  msgid "No top posts yet"
678
  msgstr ""
679
 
680
- #: top-10.php:1113
681
  msgid "Once Weekly"
682
  msgstr ""
683
 
684
- #: top-10.php:1114
685
  msgid "Once Fortnightly"
686
  msgstr ""
687
 
688
- #: top-10.php:1115
689
  msgid "Once Monthly"
690
  msgstr ""
691
 
692
- #: top-10.php:1135
693
  msgid "Settings"
694
  msgstr ""
695
 
696
- #: top-10.php:1148
697
  msgid "Donate"
698
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:52-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
+ "Language-Team: <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;_c;__ngettext\n"
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr ""
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr ""
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr ""
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr ""
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr ""
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
  msgstr ""
78
 
79
  #: admin.inc.php:198
80
+ msgid "Daily Popular should contain views of how many days? "
81
+ msgstr ""
82
+
83
+ #: admin.inc.php:200
84
+ msgid ""
85
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
86
+ "display posts for as many days as you want. This can be overridden in the "
87
+ "widget."
88
+ msgstr ""
89
+
90
+ #: admin.inc.php:203
91
  msgid "Post types to include in results (including custom post types)"
92
  msgstr ""
93
 
94
+ #: admin.inc.php:214
95
  msgid "List of post or page IDs to exclude from the results: "
96
  msgstr ""
97
 
98
+ #: admin.inc.php:216 admin.inc.php:352
99
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
100
+ msgstr ""
101
+
102
+ #: admin.inc.php:220
103
  msgid "Exclude Categories: "
104
  msgstr ""
105
 
106
+ #: admin.inc.php:235
107
  msgid ""
108
  "Comma separated list of category slugs. The field above has an autocomplete "
109
  "so simply start typing in the starting letters and it will prompt you with "
110
  "options"
111
  msgstr ""
112
 
113
+ #: admin.inc.php:240
114
  msgid "Display number of views on:"
115
  msgstr ""
116
 
117
+ #: admin.inc.php:242
118
  msgid "Posts"
119
  msgstr ""
120
 
121
+ #: admin.inc.php:243
122
  msgid "Pages"
123
  msgstr ""
124
 
125
+ #: admin.inc.php:244
126
  msgid "Home page"
127
  msgstr ""
128
 
129
+ #: admin.inc.php:245
130
  msgid "Feeds"
131
  msgstr ""
132
 
133
+ #: admin.inc.php:246
134
  msgid "Category archives"
135
  msgstr ""
136
 
137
+ #: admin.inc.php:247
138
  msgid "Tag archives"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:248
142
  msgid "Other archives"
143
  msgstr ""
144
 
145
+ #: admin.inc.php:249
146
  msgid ""
147
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
148
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
149
  "you want it displayed"
150
  msgstr ""
151
 
152
+ #: admin.inc.php:252
153
  msgid "Always display latest post count"
154
  msgstr ""
155
 
156
+ #: admin.inc.php:254
157
  msgid ""
158
  "This option uses JavaScript and will increase your page load time. Turn this "
159
  "off if you are not using caching plugins or are OK with displaying older "
160
+ "cached counts."
 
161
  msgstr ""
162
 
163
+ #: admin.inc.php:257
164
+ msgid "Track visits of authors on their own posts?"
165
  msgstr ""
166
 
167
+ #: admin.inc.php:259
168
+ msgid ""
169
+ "Disabling this option will stop authors visits tracked on their own posts"
170
  msgstr ""
171
 
172
+ #: admin.inc.php:262
173
+ msgid "Track visits of admins?"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:264
177
+ msgid "Disabling this option will stop admin visits being tracked."
178
  msgstr ""
179
 
180
+ #: admin.inc.php:267
181
+ msgid "Display page views on Posts and Pages in Admin"
182
  msgstr ""
183
 
184
+ #: admin.inc.php:270
185
+ msgid ""
186
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
187
+ "and All Pages"
188
+ msgstr ""
189
+
190
+ #: admin.inc.php:273
191
+ msgid "Show number of views to non-admins"
192
+ msgstr ""
193
+
194
+ #: admin.inc.php:276
195
+ msgid ""
196
+ "If you disable this then non-admins won't see the above columns or view the "
197
+ "independent pages with the top posts"
198
+ msgstr ""
199
+
200
+ #: admin.inc.php:279
201
  msgid "Link to Top 10 plugin page"
202
  msgstr ""
203
 
204
+ #: admin.inc.php:282
205
  msgid ""
206
  "A link to the plugin is added as an extra list item to the list of popular "
207
  "posts"
208
  msgstr ""
209
 
210
+ #: admin.inc.php:289
211
+ msgid "Output options"
212
  msgstr ""
213
 
214
+ #: admin.inc.php:292
215
+ msgid "Format to display the post views:"
216
  msgstr ""
217
 
218
+ #: admin.inc.php:294
219
  msgid ""
220
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
221
  "%</code> to display the daily count and <code>%overallcount%</code> to "
223
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
224
  msgstr ""
225
 
226
+ #: admin.inc.php:297
227
+ msgid "What do display when there are no visits?"
228
+ msgstr ""
229
+
230
+ #: admin.inc.php:299
231
+ msgid ""
232
+ "This text applies only when there are 0 hits for the post and it isn't a "
233
+ "single page. e.g. if you display post views on the homepage or archives then "
234
+ "this text will be used. To override this, just enter the same text as above "
235
+ "option."
236
+ msgstr ""
237
+
238
+ #: admin.inc.php:302
239
  msgid "Title of popular posts: "
240
  msgstr ""
241
 
242
+ #: admin.inc.php:305
243
  msgid "Title of daily popular posts: "
244
  msgstr ""
245
 
246
+ #: admin.inc.php:308
247
  msgid "When there are no posts, what should be shown?"
248
  msgstr ""
249
 
250
+ #: admin.inc.php:312
251
  msgid "Blank Output"
252
  msgstr ""
253
 
254
+ #: admin.inc.php:316
255
  msgid "Display:"
256
  msgstr ""
257
 
258
+ #: admin.inc.php:320
259
  msgid "Show post excerpt in list?"
260
  msgstr ""
261
 
262
+ #: admin.inc.php:323
263
  msgid "Length of excerpt (in words): "
264
  msgstr ""
265
 
266
+ #: admin.inc.php:326
267
  msgid "Show post author in list?"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:329
271
  msgid "Show post date in list?"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:332
275
  msgid "Limit post title length (in characters)"
276
  msgstr ""
277
 
278
+ #: admin.inc.php:335
279
+ msgid "Show view count in list?"
280
+ msgstr ""
281
+
282
+ #: admin.inc.php:338
283
+ msgid "Always display latest post count in the daily lists?"
284
+ msgstr ""
285
+
286
+ #: admin.inc.php:340
287
+ msgid ""
288
+ "This option uses JavaScript and will increase your page load time. When you "
289
+ "enable this option, the daily widget will not use the options set there, but "
290
+ "options will need to be set on this screen."
291
  msgstr ""
292
 
293
+ #: admin.inc.php:343
294
  msgid "Open links in new window"
295
  msgstr ""
296
 
297
+ #: admin.inc.php:346
298
  msgid "Add nofollow attribute to links in the list"
299
  msgstr ""
300
 
301
+ #: admin.inc.php:349
302
  msgid "Exclude display of related posts on these posts / pages"
303
  msgstr ""
304
 
305
+ #: admin.inc.php:355
306
+ msgid "Customise the list HTML"
 
 
 
 
307
  msgstr ""
308
 
309
+ #: admin.inc.php:357
310
  msgid "HTML to display before the list of posts: "
311
  msgstr ""
312
 
313
+ #: admin.inc.php:360
314
  msgid "HTML to display before each list item: "
315
  msgstr ""
316
 
317
+ #: admin.inc.php:363
318
  msgid "HTML to display after each list item: "
319
  msgstr ""
320
 
321
+ #: admin.inc.php:366
322
  msgid "HTML to display after the list of posts: "
323
  msgstr ""
324
 
325
+ #: admin.inc.php:369
326
  msgid "Post thumbnail options:"
327
  msgstr ""
328
 
329
+ #: admin.inc.php:371
330
  msgid "Location of post thumbnail:"
331
  msgstr ""
332
 
333
+ #: admin.inc.php:375
334
  msgid "Display thumbnails inline with posts, before title"
335
  msgstr ""
336
 
337
+ #: admin.inc.php:379
338
  msgid "Display thumbnails inline with posts, after title"
339
  msgstr ""
340
 
341
+ #: admin.inc.php:383
342
  msgid "Display only thumbnails, no text"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:387
346
  msgid "Do not display thumbnails, only text."
347
  msgstr ""
348
 
349
+ #: admin.inc.php:391
350
  msgid "Width of the thumbnail: "
351
  msgstr ""
352
 
353
+ #: admin.inc.php:394
354
  msgid "Height of the thumbnail: "
355
  msgstr ""
356
 
357
+ #: admin.inc.php:397
358
  msgid "Style attributes / Width and Height HTML attributes:"
359
  msgstr ""
360
 
361
+ #: admin.inc.php:401
362
+ msgid "Style attributes are used for width and height."
 
363
  msgstr ""
364
 
365
+ #: admin.inc.php:405
366
+ msgid "HTML width and height attributes are used for width and height."
 
 
367
  msgstr ""
368
 
369
+ #: admin.inc.php:409
370
  msgid "Use timthumb to generate thumbnails? "
371
  msgstr ""
372
 
373
+ #: admin.inc.php:412
374
  msgid ""
375
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
376
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
377
  msgstr ""
378
 
379
+ #: admin.inc.php:415
380
  msgid "Post thumbnail meta field name: "
381
  msgstr ""
382
 
383
+ #: admin.inc.php:418
384
  msgid ""
385
  "The value of this field should contain the image source and is set in the "
386
  "<em>Add New Post</em> screen"
387
  msgstr ""
388
 
389
+ #: admin.inc.php:421
390
  msgid ""
391
  "If the postmeta is not set, then should the plugin extract the first image "
392
  "from the post?"
393
  msgstr ""
394
 
395
+ #: admin.inc.php:424
396
  msgid ""
397
  "This could slow down the loading of your page if the first image in the "
398
  "related posts is large in file-size"
399
  msgstr ""
400
 
401
+ #: admin.inc.php:427
402
  msgid "Use default thumbnail? "
403
  msgstr ""
404
 
405
+ #: admin.inc.php:430
406
  msgid ""
407
  "If checked, when no thumbnail is found, show a default one from the URL "
408
  "below. If not checked and no thumbnail is found, no image will be shown."
409
  msgstr ""
410
 
411
+ #: admin.inc.php:433
412
  msgid "Default thumbnail: "
413
  msgstr ""
414
 
415
+ #: admin.inc.php:437
416
  msgid ""
417
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
418
  "then it will check the meta field. If this is not available, then it will "
419
  "show the default image as specified above"
420
  msgstr ""
421
 
422
+ #: admin.inc.php:444
423
+ msgid "Custom CSS"
424
  msgstr ""
425
 
426
+ #: admin.inc.php:447
427
+ msgid "Use default style included in the plugin?"
428
+ msgstr ""
429
+
430
+ #: admin.inc.php:450
431
+ msgid ""
432
+ "Top 10 includes a default style that makes your popular posts list to look "
433
+ "pretty. Check the box above if you want to use this. You will need to select "
434
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
435
+ "Widget."
436
+ msgstr ""
437
+
438
+ #: admin.inc.php:453
439
  msgid "Custom CSS to add to header:"
440
  msgstr ""
441
 
442
+ #: admin.inc.php:456
443
  msgid ""
444
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
445
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
446
  "available CSS classes to style."
447
  msgstr ""
448
 
449
+ #: admin.inc.php:463 admin.inc.php:529
450
+ msgid "Save Options"
451
+ msgstr ""
452
+
453
+ #: admin.inc.php:464
454
+ msgid "Default Options"
455
+ msgstr ""
456
+
457
+ #: admin.inc.php:464
458
+ msgid "Do you want to set options to Default?"
459
+ msgstr ""
460
+
461
+ #: admin.inc.php:473
462
  msgid "Maintenance"
463
  msgstr ""
464
 
465
+ #: admin.inc.php:477
466
  msgid ""
467
  "Over time the Daily Top 10 database grows in size, which reduces the "
468
  "performance of the plugin. Cleaning the database at regular intervals could "
469
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
470
+ "will automatically delete entries older than 90 days."
471
  msgstr ""
472
 
473
+ #: admin.inc.php:478
474
  msgid ""
475
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
476
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
477
  msgstr ""
478
 
479
+ #: admin.inc.php:481
480
  msgid "Enable scheduled maintenance of daily tables:"
481
  msgstr ""
482
 
483
+ #: admin.inc.php:485
484
  msgid "Time to run maintenance"
485
  msgstr ""
486
 
487
+ #: admin.inc.php:486
488
+ msgid "hrs"
489
+ msgstr ""
490
+
491
+ #: admin.inc.php:486
492
+ msgid "min"
493
+ msgstr ""
494
+
495
+ #: admin.inc.php:488
496
  msgid "How often should the maintenance be run:"
497
  msgstr ""
498
 
499
+ #: admin.inc.php:492
500
  msgid "Daily"
501
  msgstr ""
502
 
503
+ #: admin.inc.php:496
504
  msgid "Weekly"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:500
508
  msgid "Fortnightly"
509
  msgstr ""
510
 
511
+ #: admin.inc.php:504
512
  msgid "Monthly"
513
  msgstr ""
514
 
515
+ #: admin.inc.php:513
516
  msgid "The cron job has been scheduled. Maintenance will run "
517
  msgstr ""
518
 
519
+ #: admin.inc.php:518
520
  msgid "The cron job is missing. Please resave this page to add the job"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:523
524
  msgid "Maintenance is turned off"
525
  msgstr ""
526
 
527
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
528
  msgid "Reset count"
529
  msgstr ""
530
 
531
+ #: admin.inc.php:540
532
  msgid ""
533
  "This cannot be reversed. Make sure that your database has been backed up "
534
  "before proceeding"
535
  msgstr ""
536
 
537
+ #: admin.inc.php:543
538
  msgid "Reset Popular Posts"
539
  msgstr ""
540
 
541
+ #: admin.inc.php:543
542
  msgid "Are you sure you want to reset the popular posts?"
543
  msgstr ""
544
 
545
+ #: admin.inc.php:544
546
  msgid "Reset Daily Popular Posts"
547
  msgstr ""
548
 
549
+ #: admin.inc.php:544
550
  msgid "Are you sure you want to reset the daily popular posts?"
551
  msgstr ""
552
 
553
+ #: admin.inc.php:545
554
  msgid "Clear duplicates"
555
  msgstr ""
556
 
557
+ #: admin.inc.php:545
558
  msgid "This will delete the duplicate entries in the tables. Proceed?"
559
  msgstr ""
560
 
561
+ #: admin.inc.php:593 admin.inc.php:979
562
  msgid "Popular Posts"
563
  msgstr ""
564
 
565
+ #: admin.inc.php:593 admin.inc.php:688
566
  msgid "Daily Popular Posts"
567
  msgstr ""
568
 
569
+ #: admin.inc.php:621
570
  msgid "Support the development"
571
  msgstr ""
572
 
573
+ #: admin.inc.php:630
574
  msgid "Enter amount in USD: "
575
  msgstr ""
576
 
577
+ #: admin.inc.php:634
578
  msgid "Send your donation to the author of"
579
  msgstr ""
580
 
581
+ #: admin.inc.php:641
582
+ msgid "Follow me"
583
  msgstr ""
584
 
585
+ #: admin.inc.php:651
586
+ msgid "Quick links"
587
  msgstr ""
588
 
589
+ #: admin.inc.php:655
590
  msgid "Top 10 plugin page"
591
  msgstr ""
592
 
593
+ #: admin.inc.php:656
594
  msgid "Other plugins"
595
  msgstr ""
596
 
597
+ #: admin.inc.php:657
598
  msgid "Ajay's blog"
599
  msgstr ""
600
 
601
+ #: admin.inc.php:658
602
+ msgid "FAQ"
603
+ msgstr ""
604
+
605
+ #: admin.inc.php:659 top-10.php:1271
606
  msgid "Support"
607
  msgstr ""
608
 
609
+ #: admin.inc.php:660
610
+ msgid "Reviews"
611
  msgstr ""
612
 
613
+ #: admin.inc.php:679 admin.inc.php:682
614
  msgid "Top 10 Settings"
615
  msgstr ""
616
 
617
+ #: admin.inc.php:679
618
  msgid "Top 10"
619
  msgstr ""
620
 
621
+ #: admin.inc.php:685
622
  msgid "Overall Popular Posts"
623
  msgstr ""
624
 
625
+ #: admin.inc.php:850
626
+ #, php-format
627
+ msgid "Results %1$s to %2$s of %3$s"
628
  msgstr ""
629
 
630
+ #: admin.inc.php:854
631
+ #, php-format
632
+ msgid "Page %s of %s"
633
  msgstr ""
634
 
635
+ #: admin.inc.php:866
 
 
 
 
636
  msgid "View Daily Popular Posts"
637
  msgstr ""
638
 
639
+ #: admin.inc.php:869 admin.inc.php:882
640
  msgid "Results per-page:"
641
  msgstr ""
642
 
643
+ #: admin.inc.php:879
644
  msgid "View Overall Popular Posts"
645
  msgstr ""
646
 
647
+ #: admin.inc.php:908
648
  msgid "Previous"
649
  msgstr ""
650
 
651
+ #: admin.inc.php:936
652
  msgid "Next"
653
  msgstr ""
654
 
655
+ #: admin.inc.php:980
656
  msgid "Daily Popular"
657
  msgstr ""
658
 
659
+ #: admin.inc.php:998
660
  msgid "Total Views"
661
  msgstr ""
662
 
663
+ #: admin.inc.php:999
664
  msgid "Today's Views"
665
  msgstr ""
666
 
667
+ #: admin.inc.php:1000
668
+ msgid "Views"
669
+ msgstr ""
670
+
671
+ #: top-10.php:440
672
  msgid " by "
673
  msgstr ""
674
 
675
+ #: top-10.php:526
676
  msgid "Display the posts popular this week"
677
  msgstr ""
678
 
679
+ #: top-10.php:527
680
  msgid "Popular Posts [Top 10]"
681
  msgstr ""
682
 
683
+ #: top-10.php:545
684
  msgid "Title"
685
  msgstr ""
686
 
687
+ #: top-10.php:550
688
  msgid "No. of posts"
689
  msgstr ""
690
 
691
+ #: top-10.php:555
692
  msgid "Overall"
693
  msgstr ""
694
 
695
+ #: top-10.php:556
696
  msgid "Custom time period (Enter below)"
697
  msgstr ""
698
 
699
+ #: top-10.php:561
700
  msgid "Range in number of days (applies only to custom option above)"
701
  msgstr ""
702
 
703
+ #: top-10.php:566
704
+ msgid " Show count?"
705
+ msgstr ""
706
+
707
+ #: top-10.php:571
708
  msgid " Show excerpt?"
709
  msgstr ""
710
 
711
+ #: top-10.php:576
712
  msgid " Show author?"
713
  msgstr ""
714
 
715
+ #: top-10.php:581
716
  msgid " Show date?"
717
  msgstr ""
718
 
719
+ #: top-10.php:585
720
  msgid "Thumbnail options"
721
  msgstr ""
722
 
723
+ #: top-10.php:587
724
  msgid "Thumbnails inline, before title"
725
  msgstr ""
726
 
727
+ #: top-10.php:588
728
  msgid "Thumbnails inline, after title"
729
  msgstr ""
730
 
731
+ #: top-10.php:589
732
  msgid "Only thumbnails, no text"
733
  msgstr ""
734
 
735
+ #: top-10.php:590
736
  msgid "No thumbnails, only text."
737
  msgstr ""
738
 
739
+ #: top-10.php:595
740
  msgid "Thumbnail height"
741
  msgstr ""
742
 
743
+ #: top-10.php:600
744
  msgid "Thumbnail width"
745
  msgstr ""
746
 
747
+ #: top-10.php:721
748
  msgid "<h3>Popular Posts</h3>"
749
  msgstr ""
750
 
751
+ #: top-10.php:722
752
  msgid "<h3>Daily Popular</h3>"
753
  msgstr ""
754
 
755
+ #: top-10.php:723
756
  msgid "No top posts yet"
757
  msgstr ""
758
 
759
+ #: top-10.php:1188
760
  msgid "Once Weekly"
761
  msgstr ""
762
 
763
+ #: top-10.php:1192
764
  msgid "Once Fortnightly"
765
  msgstr ""
766
 
767
+ #: top-10.php:1196
768
  msgid "Once Monthly"
769
  msgstr ""
770
 
771
+ #: top-10.php:1259
772
  msgid "Settings"
773
  msgstr ""
774
 
775
+ #: top-10.php:1272
776
  msgid "Donate"
777
  msgstr ""
languages/tptn-es_ES.mo CHANGED
Binary file
languages/tptn-es_ES.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: 2013-10-26 22:06-0000\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"
@@ -15,167 +15,198 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Configuraciones guardadas con éxito"
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Los parametros se configuran de manera predeterminada"
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Reiniciar el Top de los 10 posts más populares"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Reiniciar el Top de los 10 posts diarios más populares"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Mostrar el número de posts más populares"
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "Los post diarios más populares deben contener el número de visitas al día"
77
 
78
- #: admin.inc.php:198
 
 
 
 
 
 
 
79
  msgid "Post types to include in results (including custom post types)"
80
  msgstr ""
81
 
82
- #: admin.inc.php:209
83
  msgid "List of post or page IDs to exclude from the results: "
84
  msgstr ""
85
 
86
- #: admin.inc.php:213
 
 
 
 
87
  msgid "Exclude Categories: "
88
  msgstr "Excluir las Categorías"
89
 
90
- #: admin.inc.php:228
91
  msgid ""
92
  "Comma separated list of category slugs. The field above has an autocomplete "
93
  "so simply start typing in the starting letters and it will prompt you with "
94
  "options"
95
  msgstr ""
96
 
97
- #: admin.inc.php:233
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "¿Mostrar la cantidad de audiencia de los posts?"
101
 
102
- #: admin.inc.php:235
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:236
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "La página"
110
 
111
- #: admin.inc.php:237
112
  msgid "Home page"
113
  msgstr ""
114
 
115
- #: admin.inc.php:238
116
  msgid "Feeds"
117
  msgstr ""
118
 
119
- #: admin.inc.php:239
120
  msgid "Category archives"
121
  msgstr ""
122
 
123
- #: admin.inc.php:240
124
  msgid "Tag archives"
125
  msgstr ""
126
 
127
- #: admin.inc.php:241
128
  msgid "Other archives"
129
  msgstr ""
130
 
131
- #: admin.inc.php:242
132
  msgid ""
133
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
134
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
135
  "you want it displayed"
136
  msgstr ""
137
 
138
- #: admin.inc.php:245
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
- #: admin.inc.php:247
143
  msgid ""
144
  "This option uses JavaScript and will increase your page load time. Turn this "
145
  "off if you are not using caching plugins or are OK with displaying older "
146
- "cached counts. When you enable this option, the daily widget will not use "
147
- "the options set there, but options will need to be set on this screen."
148
  msgstr ""
149
 
150
- #: admin.inc.php:250
151
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
152
  msgstr ""
153
 
154
- #: admin.inc.php:252
155
  #, fuzzy
156
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
157
  msgstr ""
158
- "¿Hacer la lista de los posts diarios más dinámica? Esta opción utiliza "
159
- "JavaScript para cargar el post y también puede aumentar el tiempo de carga"
160
 
161
- #: admin.inc.php:255
162
- msgid "Track visits of authors on their own posts?"
163
- msgstr "¿Observar las visitas de los autores a sus propios posts?"
 
 
 
 
 
 
164
 
165
- #: admin.inc.php:258
166
  #, fuzzy
167
- msgid "Track visits of admins?"
168
- msgstr "¿Observar las visitas de los autores a sus propios posts?"
169
 
170
- #: admin.inc.php:261
171
- msgid "Display page views on Posts > All Posts in Admin"
 
 
172
  msgstr ""
173
 
174
- #: admin.inc.php:264
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
- #: admin.inc.php:266
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -185,16 +216,17 @@ msgstr ""
185
  "elemento de una lista adicional. Esto no es obligatorio, pero le "
186
  "agradeceríamos al hacerlo!"
187
 
188
- #: admin.inc.php:273
189
  #, fuzzy
190
- msgid "Output Options"
191
  msgstr "Los Parámetros Resultantes"
192
 
193
- #: admin.inc.php:276
194
- msgid "Format to display the count in: "
 
195
  msgstr "El formato de visualización de la cuenta: "
196
 
197
- #: admin.inc.php:278
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -206,158 +238,175 @@ msgstr ""
206
  "%dailycount%</code> para mostrar el número al día. Por ejemplo, los ajustes "
207
  "predeterminados se muestran<code> (Visitado 123 veces, 23 visitas hoy)</code>"
208
 
209
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
210
  msgid "Title of popular posts: "
211
  msgstr "El título de los posts más populares"
212
 
213
- #: admin.inc.php:284
214
  msgid "Title of daily popular posts: "
215
  msgstr "El título de los posts diarios más populares"
216
 
217
- #: admin.inc.php:287
218
  msgid "When there are no posts, what should be shown?"
219
  msgstr ""
220
 
221
- #: admin.inc.php:291
222
  msgid "Blank Output"
223
  msgstr ""
224
 
225
- #: admin.inc.php:295
226
  msgid "Display:"
227
  msgstr ""
228
 
229
- #: admin.inc.php:299
230
  msgid "Show post excerpt in list?"
231
  msgstr "¿Mostrar un fragmento del post en la lista?"
232
 
233
- #: admin.inc.php:302
234
  msgid "Length of excerpt (in words): "
235
  msgstr "La longitud del fragmento(en palabras):"
236
 
237
- #: admin.inc.php:305
238
  #, fuzzy
239
  msgid "Show post author in list?"
240
  msgstr "¿Mostrar un fragmento del post en la lista?"
241
 
242
- #: admin.inc.php:308
243
  #, fuzzy
244
  msgid "Show post date in list?"
245
  msgstr "¿Mostrar un fragmento del post en la lista?"
246
 
247
- #: admin.inc.php:311
248
  msgid "Limit post title length (in characters)"
249
  msgstr ""
250
 
251
- #: admin.inc.php:314
252
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
 
253
  msgstr ""
254
- "¿Mostrar el número de visitas de la página en las listas más populares?"
255
 
256
- #: admin.inc.php:317
257
  msgid "Open links in new window"
258
  msgstr ""
259
 
260
- #: admin.inc.php:320
261
  msgid "Add nofollow attribute to links in the list"
262
  msgstr ""
263
 
264
- #: admin.inc.php:323
265
  msgid "Exclude display of related posts on these posts / pages"
266
  msgstr ""
267
 
268
- #: admin.inc.php:326
269
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
270
- msgstr ""
271
-
272
- #: admin.inc.php:329
273
- msgid "Customize the output:"
274
  msgstr "Personalizar el resultado:"
275
 
276
- #: admin.inc.php:331
277
  msgid "HTML to display before the list of posts: "
278
  msgstr "HTML mostrar antes de la lista de posts:"
279
 
280
- #: admin.inc.php:334
281
  msgid "HTML to display before each list item: "
282
  msgstr "HTML mostrar ante cada elemento de la lista:"
283
 
284
- #: admin.inc.php:337
285
  msgid "HTML to display after each list item: "
286
  msgstr "HTML mostrar después de cada elemento de la lista:"
287
 
288
- #: admin.inc.php:340
289
  msgid "HTML to display after the list of posts: "
290
  msgstr "HTML mostrar después de la lista de posts:"
291
 
292
- #: admin.inc.php:343
293
  msgid "Post thumbnail options:"
294
  msgstr "Los parámetros del thumbnail:"
295
 
296
- #: admin.inc.php:345
297
  msgid "Location of post thumbnail:"
298
  msgstr ""
299
 
300
- #: admin.inc.php:349
301
  msgid "Display thumbnails inline with posts, before title"
302
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
303
 
304
- #: admin.inc.php:353
305
  msgid "Display thumbnails inline with posts, after title"
306
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
307
 
308
- #: admin.inc.php:357
309
  msgid "Display only thumbnails, no text"
310
  msgstr "Mostrar solamente thumbnails, no el texto"
311
 
312
- #: admin.inc.php:361
313
  msgid "Do not display thumbnails, only text."
314
  msgstr "No mostrar thumbnails, sólo el texto"
315
 
316
- #: admin.inc.php:365
317
  msgid "Width of the thumbnail: "
318
  msgstr ""
319
 
320
- #: admin.inc.php:368
321
  msgid "Height of the thumbnail: "
322
  msgstr ""
323
 
324
- #: admin.inc.php:371
325
  msgid "Style attributes / Width and Height HTML attributes:"
326
  msgstr ""
327
 
328
- #: admin.inc.php:375
329
- msgid ""
330
- "Style attributes are used for width and height. <code>style=\"max-width:"
331
  msgstr ""
332
 
333
- #: admin.inc.php:379
334
- msgid ""
335
- "HTML width and height attributes are used for width and height. <code>width="
336
- "\""
337
  msgstr ""
338
 
339
- #: admin.inc.php:383
340
  msgid "Use timthumb to generate thumbnails? "
341
  msgstr ""
342
 
343
- #: admin.inc.php:386
344
  msgid ""
345
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
346
- "\">timthumb</a> will be used to generate thumbnails"
347
  msgstr ""
348
 
349
- #: admin.inc.php:389
350
  #, fuzzy
351
  msgid "Post thumbnail meta field name: "
352
  msgstr "Los parámetros del thumbnail:"
353
 
354
- #: admin.inc.php:392
355
  msgid ""
356
  "The value of this field should contain the image source and is set in the "
357
  "<em>Add New Post</em> screen"
358
  msgstr ""
359
 
360
- #: admin.inc.php:395
361
  #, fuzzy
362
  msgid ""
363
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -368,7 +417,7 @@ msgstr ""
368
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
369
  "tamaño de archivo "
370
 
371
- #: admin.inc.php:398
372
  #, fuzzy
373
  msgid ""
374
  "This could slow down the loading of your page if the first image in the "
@@ -379,11 +428,11 @@ msgstr ""
379
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
380
  "tamaño de archivo "
381
 
382
- #: admin.inc.php:401
383
  msgid "Use default thumbnail? "
384
  msgstr ""
385
 
386
- #: admin.inc.php:404
387
  msgid ""
388
  "If checked, when no thumbnail is found, show a default one from the URL "
389
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -393,109 +442,129 @@ msgstr ""
393
  "verificado el post y tampoco está encontrada la imagen reducida, entonces no "
394
  "hay que mostrarla."
395
 
396
- #: admin.inc.php:407
397
  msgid "Default thumbnail: "
398
  msgstr ""
399
 
400
- #: admin.inc.php:410
401
  msgid ""
402
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
403
  "then it will check the meta field. If this is not available, then it will "
404
  "show the default image as specified above"
405
  msgstr ""
406
 
407
- #: admin.inc.php:417
408
- msgid "Custom Styles"
 
 
 
 
409
  msgstr ""
410
 
411
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
412
  msgid "Custom CSS to add to header:"
413
  msgstr ""
414
 
415
- #: admin.inc.php:423
416
  msgid ""
417
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
418
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
419
  "available CSS classes to style."
420
  msgstr ""
421
 
422
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
423
  msgid "Maintenance"
424
  msgstr ""
425
 
426
- #: admin.inc.php:434
427
  msgid ""
428
  "Over time the Daily Top 10 database grows in size, which reduces the "
429
  "performance of the plugin. Cleaning the database at regular intervals could "
430
- "improve performance, especially on high traffic blogs."
 
431
  msgstr ""
432
 
433
- #: admin.inc.php:435
434
  msgid ""
435
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
436
- "everytime the job is rescheduled (i.e. you change the settings below). This "
437
- "causes the daily posts table to reset."
438
  msgstr ""
439
 
440
- #: admin.inc.php:438
441
  msgid "Enable scheduled maintenance of daily tables:"
442
  msgstr ""
443
 
444
- #: admin.inc.php:442
445
  msgid "Time to run maintenance"
446
  msgstr ""
447
 
448
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
449
  msgid "How often should the maintenance be run:"
450
  msgstr ""
451
 
452
- #: admin.inc.php:449
453
  msgid "Daily"
454
  msgstr ""
455
 
456
- #: admin.inc.php:453
457
  msgid "Weekly"
458
  msgstr ""
459
 
460
- #: admin.inc.php:457
461
  msgid "Fortnightly"
462
  msgstr ""
463
 
464
- #: admin.inc.php:461
465
  msgid "Monthly"
466
  msgstr ""
467
 
468
- #: admin.inc.php:470
469
  msgid "The cron job has been scheduled. Maintenance will run "
470
  msgstr ""
471
 
472
- #: admin.inc.php:475
473
  msgid "The cron job is missing. Please resave this page to add the job"
474
  msgstr ""
475
 
476
- #: admin.inc.php:480
477
  msgid "Maintenance is turned off"
478
  msgstr ""
479
 
480
- #: admin.inc.php:488
481
- #, fuzzy
482
- msgid "Save Options"
483
- msgstr "Los parametros"
484
-
485
- #: admin.inc.php:489
486
- #, fuzzy
487
- msgid "Default Options"
488
- msgstr "Los Parámetros Resultantes"
489
-
490
- #: admin.inc.php:489
491
- msgid "Do you want to set options to Default?"
492
- msgstr "¿Quiere configurar las opciones de forma predeterminada?"
493
-
494
- #: admin.inc.php:493
495
  msgid "Reset count"
496
  msgstr "Reiniciar los ajustes"
497
 
498
- #: admin.inc.php:496
499
  msgid ""
500
  "This cannot be reversed. Make sure that your database has been backed up "
501
  "before proceeding"
@@ -503,258 +572,292 @@ msgstr ""
503
  "Esta operación no puede ser anulada. Antes de anular, asegúrese de que si ha "
504
  "sido creada una copia de seguridad para su base de datos."
505
 
506
- #: admin.inc.php:499
507
  #, fuzzy
508
  msgid "Reset Popular Posts"
509
  msgstr "Los posts más populares"
510
 
511
- #: admin.inc.php:499
512
  msgid "Are you sure you want to reset the popular posts?"
513
  msgstr "¿Está seguro de que desea reiniciar los posts más populares?"
514
 
515
- #: admin.inc.php:500
516
  #, fuzzy
517
  msgid "Reset Daily Popular Posts"
518
  msgstr "Los posts diarios más populares"
519
 
520
- #: admin.inc.php:500
521
  msgid "Are you sure you want to reset the daily popular posts?"
522
  msgstr "¿Está seguro de que desea reiniciar los posts diarios más populares?"
523
 
524
- #: admin.inc.php:501
525
  msgid "Clear duplicates"
526
  msgstr ""
527
 
528
- #: admin.inc.php:501
529
  msgid "This will delete the duplicate entries in the tables. Proceed?"
530
  msgstr ""
531
  "Esta acción eliminará las entradas duplicadas en las tablas. ¿Continuar?"
532
 
533
- #: admin.inc.php:544 admin.inc.php:929
534
  msgid "Popular Posts"
535
  msgstr "Los posts más populares"
536
 
537
- #: admin.inc.php:544 admin.inc.php:631
538
  msgid "Daily Popular Posts"
539
  msgstr "Los posts diarios más populares"
540
 
541
- #: admin.inc.php:572
542
  msgid "Support the development"
543
  msgstr "Apoyar al elaborador"
544
 
545
- #: admin.inc.php:580
546
  msgid "Enter amount in USD: "
547
  msgstr "Ingresar las cifras en USD"
548
 
549
- #: admin.inc.php:584
550
  msgid "Send your donation to the author of"
551
  msgstr "Enviar su subvención al autor"
552
 
553
- #: admin.inc.php:590
554
- msgid "Follow us"
555
  msgstr ""
556
 
557
- #: admin.inc.php:596
558
  #, fuzzy
559
- msgid "Quick Links"
560
  msgstr "Enlaces rápidos"
561
 
562
- #: admin.inc.php:598
563
  #, fuzzy
564
  msgid "Top 10 plugin page"
565
  msgstr "página plugin"
566
 
567
- #: admin.inc.php:599
568
  msgid "Other plugins"
569
  msgstr "Otros plugins"
570
 
571
- #: admin.inc.php:600
572
  msgid "Ajay's blog"
573
  msgstr "Blog de Ajay"
574
 
575
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
576
  msgid "Support"
577
  msgstr "Apoyo"
578
 
579
- #: admin.inc.php:605
580
- msgid "Recent developments"
581
- msgstr "Evolución reciente"
582
 
583
- #: admin.inc.php:622 admin.inc.php:625
584
  #, fuzzy
585
  msgid "Top 10 Settings"
586
  msgstr "Los ajustes"
587
 
588
- #: admin.inc.php:622
589
  msgid "Top 10"
590
  msgstr "Тоp 10"
591
 
592
- #: admin.inc.php:628
593
  #, fuzzy
594
  msgid "Overall Popular Posts"
595
  msgstr "Ver los posts más populares"
596
 
597
- #: admin.inc.php:799
598
- msgid "Results"
599
- msgstr "Resultados"
600
-
601
- #: admin.inc.php:801 admin.inc.php:807
602
- msgid "of"
603
- msgstr "de, a "
604
 
605
- #: admin.inc.php:805
606
- msgid "Page"
607
- msgstr "La página"
 
608
 
609
- #: admin.inc.php:819
610
  msgid "View Daily Popular Posts"
611
  msgstr "Ver los posts diarios más populares"
612
 
613
- #: admin.inc.php:822 admin.inc.php:835
614
  msgid "Results per-page:"
615
  msgstr "Los resultados por página:"
616
 
617
- #: admin.inc.php:832
618
  msgid "View Overall Popular Posts"
619
  msgstr "Ver los posts más populares"
620
 
621
- #: admin.inc.php:861
622
  msgid "Previous"
623
  msgstr "Precedentes"
624
 
625
- #: admin.inc.php:889
626
  msgid "Next"
627
  msgstr "Siguientes"
628
 
629
- #: admin.inc.php:930
630
  msgid "Daily Popular"
631
  msgstr "Diario Populares"
632
 
633
- #: admin.inc.php:946
634
  #, fuzzy
635
  msgid "Total Views"
636
  msgstr "Total/Visitas de hoy"
637
 
638
- #: admin.inc.php:947
639
  #, fuzzy
640
  msgid "Today's Views"
641
  msgstr "Total/Visitas de hoy"
642
 
643
- #: top-10.php:415
 
 
 
 
 
644
  msgid " by "
645
  msgstr ""
646
 
647
- #: top-10.php:501
648
  msgid "Display the posts popular this week"
649
  msgstr "Mostrar los posts populares de esta semana"
650
 
651
- #: top-10.php:502
652
  #, fuzzy
653
  msgid "Popular Posts [Top 10]"
654
  msgstr "Los posts más populares"
655
 
656
- #: top-10.php:519
657
  msgid "Title"
658
  msgstr ""
659
 
660
- #: top-10.php:524
661
  msgid "No. of posts"
662
  msgstr ""
663
 
664
- #: top-10.php:529
665
  msgid "Overall"
666
  msgstr ""
667
 
668
- #: top-10.php:530
669
  msgid "Custom time period (Enter below)"
670
  msgstr ""
671
 
672
- #: top-10.php:535
673
  msgid "Range in number of days (applies only to custom option above)"
674
  msgstr ""
675
 
676
- #: top-10.php:540
 
 
 
 
 
677
  #, fuzzy
678
  msgid " Show excerpt?"
679
  msgstr "¿Mostrar un fragmento del post en la lista?"
680
 
681
- #: top-10.php:545
682
  msgid " Show author?"
683
  msgstr ""
684
 
685
- #: top-10.php:550
686
  #, fuzzy
687
  msgid " Show date?"
688
  msgstr "¿Mostrar un fragmento del post en la lista?"
689
 
690
- #: top-10.php:554
691
  #, fuzzy
692
  msgid "Thumbnail options"
693
  msgstr "Los parámetros del thumbnail:"
694
 
695
- #: top-10.php:556
696
  #, fuzzy
697
  msgid "Thumbnails inline, before title"
698
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
699
 
700
- #: top-10.php:557
701
  #, fuzzy
702
  msgid "Thumbnails inline, after title"
703
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
704
 
705
- #: top-10.php:558
706
  #, fuzzy
707
  msgid "Only thumbnails, no text"
708
  msgstr "Mostrar solamente thumbnails, no el texto"
709
 
710
- #: top-10.php:559
711
  #, fuzzy
712
  msgid "No thumbnails, only text."
713
  msgstr "No mostrar thumbnails, sólo el texto"
714
 
715
- #: top-10.php:564
716
  #, fuzzy
717
  msgid "Thumbnail height"
718
  msgstr "Los parámetros del thumbnail:"
719
 
720
- #: top-10.php:569
721
  #, fuzzy
722
  msgid "Thumbnail width"
723
  msgstr "Los parámetros del thumbnail:"
724
 
725
- #: top-10.php:670
726
  msgid "<h3>Popular Posts</h3>"
727
  msgstr "Los posts populares"
728
 
729
- #: top-10.php:671
730
  msgid "<h3>Daily Popular</h3>"
731
  msgstr "Diario Populares"
732
 
733
- #: top-10.php:672
734
  #, fuzzy
735
  msgid "No top posts yet"
736
  msgstr "Reiniciar el Top de los 10 posts más populares"
737
 
738
- #: top-10.php:1113
739
  msgid "Once Weekly"
740
  msgstr ""
741
 
742
- #: top-10.php:1114
743
  msgid "Once Fortnightly"
744
  msgstr ""
745
 
746
- #: top-10.php:1115
747
  msgid "Once Monthly"
748
  msgstr ""
749
 
750
- #: top-10.php:1135
751
  msgid "Settings"
752
  msgstr "Los ajustes"
753
 
754
- #: top-10.php:1148
755
  msgid "Donate"
756
  msgstr "Subvencionar"
757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
  #, fuzzy
759
  #~ msgid "Exclude Pages?"
760
  #~ msgstr "Excluir las Categorías"
@@ -772,9 +875,6 @@ msgstr "Subvencionar"
772
  #~ msgid "Tables cleaned of duplicate rows"
773
  #~ msgstr "Las filas duplicadas han sido eliminadas"
774
 
775
- #~ msgid "Display number of views on pages?"
776
- #~ msgstr "¿Mostrar el número de accesos a las páginas?"
777
-
778
  #~ msgid ""
779
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
780
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Configuraciones guardadas con éxito"
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Los parametros se configuran de manera predeterminada"
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Reiniciar el Top de los 10 posts más populares"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Reiniciar el Top de los 10 posts diarios más populares"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Mostrar el número de posts más populares"
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr ""
82
  "Los post diarios más populares deben contener el número de visitas al día"
83
 
84
+ #: admin.inc.php:200
85
+ msgid ""
86
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
87
+ "display posts for as many days as you want. This can be overridden in the "
88
+ "widget."
89
+ msgstr ""
90
+
91
+ #: admin.inc.php:203
92
  msgid "Post types to include in results (including custom post types)"
93
  msgstr ""
94
 
95
+ #: admin.inc.php:214
96
  msgid "List of post or page IDs to exclude from the results: "
97
  msgstr ""
98
 
99
+ #: admin.inc.php:216 admin.inc.php:352
100
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
101
+ msgstr ""
102
+
103
+ #: admin.inc.php:220
104
  msgid "Exclude Categories: "
105
  msgstr "Excluir las Categorías"
106
 
107
+ #: admin.inc.php:235
108
  msgid ""
109
  "Comma separated list of category slugs. The field above has an autocomplete "
110
  "so simply start typing in the starting letters and it will prompt you with "
111
  "options"
112
  msgstr ""
113
 
114
+ #: admin.inc.php:240
115
  #, fuzzy
116
  msgid "Display number of views on:"
117
  msgstr "¿Mostrar la cantidad de audiencia de los posts?"
118
 
119
+ #: admin.inc.php:242
120
  msgid "Posts"
121
  msgstr ""
122
 
123
+ #: admin.inc.php:243
124
  #, fuzzy
125
  msgid "Pages"
126
  msgstr "La página"
127
 
128
+ #: admin.inc.php:244
129
  msgid "Home page"
130
  msgstr ""
131
 
132
+ #: admin.inc.php:245
133
  msgid "Feeds"
134
  msgstr ""
135
 
136
+ #: admin.inc.php:246
137
  msgid "Category archives"
138
  msgstr ""
139
 
140
+ #: admin.inc.php:247
141
  msgid "Tag archives"
142
  msgstr ""
143
 
144
+ #: admin.inc.php:248
145
  msgid "Other archives"
146
  msgstr ""
147
 
148
+ #: admin.inc.php:249
149
  msgid ""
150
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
  "you want it displayed"
153
  msgstr ""
154
 
155
+ #: admin.inc.php:252
156
  msgid "Always display latest post count"
157
  msgstr ""
158
 
159
+ #: admin.inc.php:254
160
  msgid ""
161
  "This option uses JavaScript and will increase your page load time. Turn this "
162
  "off if you are not using caching plugins or are OK with displaying older "
163
+ "cached counts."
 
164
  msgstr ""
165
 
166
+ #: admin.inc.php:257
167
+ msgid "Track visits of authors on their own posts?"
168
+ msgstr "¿Observar las visitas de los autores a sus propios posts?"
169
+
170
+ #: admin.inc.php:259
171
+ msgid ""
172
+ "Disabling this option will stop authors visits tracked on their own posts"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:262
176
  #, fuzzy
177
+ msgid "Track visits of admins?"
178
+ msgstr "¿Observar las visitas de los autores a sus propios posts?"
179
+
180
+ #: admin.inc.php:264
181
+ msgid "Disabling this option will stop admin visits being tracked."
182
  msgstr ""
 
 
183
 
184
+ #: admin.inc.php:267
185
+ msgid "Display page views on Posts and Pages in Admin"
186
+ msgstr ""
187
+
188
+ #: admin.inc.php:270
189
+ msgid ""
190
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
191
+ "and All Pages"
192
+ msgstr ""
193
 
194
+ #: admin.inc.php:273
195
  #, fuzzy
196
+ msgid "Show number of views to non-admins"
197
+ msgstr "¿Mostrar el número de accesos a las páginas?"
198
 
199
+ #: admin.inc.php:276
200
+ msgid ""
201
+ "If you disable this then non-admins won't see the above columns or view the "
202
+ "independent pages with the top posts"
203
  msgstr ""
204
 
205
+ #: admin.inc.php:279
206
  msgid "Link to Top 10 plugin page"
207
  msgstr ""
208
 
209
+ #: admin.inc.php:282
210
  #, fuzzy
211
  msgid ""
212
  "A link to the plugin is added as an extra list item to the list of popular "
216
  "elemento de una lista adicional. Esto no es obligatorio, pero le "
217
  "agradeceríamos al hacerlo!"
218
 
219
+ #: admin.inc.php:289
220
  #, fuzzy
221
+ msgid "Output options"
222
  msgstr "Los Parámetros Resultantes"
223
 
224
+ #: admin.inc.php:292
225
+ #, fuzzy
226
+ msgid "Format to display the post views:"
227
  msgstr "El formato de visualización de la cuenta: "
228
 
229
+ #: admin.inc.php:294
230
  #, fuzzy
231
  msgid ""
232
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
238
  "%dailycount%</code> para mostrar el número al día. Por ejemplo, los ajustes "
239
  "predeterminados se muestran<code> (Visitado 123 veces, 23 visitas hoy)</code>"
240
 
241
+ #: admin.inc.php:297
242
+ msgid "What do display when there are no visits?"
243
+ msgstr ""
244
+
245
+ #: admin.inc.php:299
246
+ msgid ""
247
+ "This text applies only when there are 0 hits for the post and it isn't a "
248
+ "single page. e.g. if you display post views on the homepage or archives then "
249
+ "this text will be used. To override this, just enter the same text as above "
250
+ "option."
251
+ msgstr ""
252
+
253
+ #: admin.inc.php:302
254
  msgid "Title of popular posts: "
255
  msgstr "El título de los posts más populares"
256
 
257
+ #: admin.inc.php:305
258
  msgid "Title of daily popular posts: "
259
  msgstr "El título de los posts diarios más populares"
260
 
261
+ #: admin.inc.php:308
262
  msgid "When there are no posts, what should be shown?"
263
  msgstr ""
264
 
265
+ #: admin.inc.php:312
266
  msgid "Blank Output"
267
  msgstr ""
268
 
269
+ #: admin.inc.php:316
270
  msgid "Display:"
271
  msgstr ""
272
 
273
+ #: admin.inc.php:320
274
  msgid "Show post excerpt in list?"
275
  msgstr "¿Mostrar un fragmento del post en la lista?"
276
 
277
+ #: admin.inc.php:323
278
  msgid "Length of excerpt (in words): "
279
  msgstr "La longitud del fragmento(en palabras):"
280
 
281
+ #: admin.inc.php:326
282
  #, fuzzy
283
  msgid "Show post author in list?"
284
  msgstr "¿Mostrar un fragmento del post en la lista?"
285
 
286
+ #: admin.inc.php:329
287
  #, fuzzy
288
  msgid "Show post date in list?"
289
  msgstr "¿Mostrar un fragmento del post en la lista?"
290
 
291
+ #: admin.inc.php:332
292
  msgid "Limit post title length (in characters)"
293
  msgstr ""
294
 
295
+ #: admin.inc.php:335
296
+ #, fuzzy
297
+ msgid "Show view count in list?"
298
+ msgstr "¿Mostrar un fragmento del post en la lista?"
299
+
300
+ #: admin.inc.php:338
301
+ msgid "Always display latest post count in the daily lists?"
302
+ msgstr ""
303
+
304
+ #: admin.inc.php:340
305
+ msgid ""
306
+ "This option uses JavaScript and will increase your page load time. When you "
307
+ "enable this option, the daily widget will not use the options set there, but "
308
+ "options will need to be set on this screen."
309
  msgstr ""
 
310
 
311
+ #: admin.inc.php:343
312
  msgid "Open links in new window"
313
  msgstr ""
314
 
315
+ #: admin.inc.php:346
316
  msgid "Add nofollow attribute to links in the list"
317
  msgstr ""
318
 
319
+ #: admin.inc.php:349
320
  msgid "Exclude display of related posts on these posts / pages"
321
  msgstr ""
322
 
323
+ #: admin.inc.php:355
324
+ #, fuzzy
325
+ msgid "Customise the list HTML"
 
 
 
326
  msgstr "Personalizar el resultado:"
327
 
328
+ #: admin.inc.php:357
329
  msgid "HTML to display before the list of posts: "
330
  msgstr "HTML mostrar antes de la lista de posts:"
331
 
332
+ #: admin.inc.php:360
333
  msgid "HTML to display before each list item: "
334
  msgstr "HTML mostrar ante cada elemento de la lista:"
335
 
336
+ #: admin.inc.php:363
337
  msgid "HTML to display after each list item: "
338
  msgstr "HTML mostrar después de cada elemento de la lista:"
339
 
340
+ #: admin.inc.php:366
341
  msgid "HTML to display after the list of posts: "
342
  msgstr "HTML mostrar después de la lista de posts:"
343
 
344
+ #: admin.inc.php:369
345
  msgid "Post thumbnail options:"
346
  msgstr "Los parámetros del thumbnail:"
347
 
348
+ #: admin.inc.php:371
349
  msgid "Location of post thumbnail:"
350
  msgstr ""
351
 
352
+ #: admin.inc.php:375
353
  msgid "Display thumbnails inline with posts, before title"
354
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
355
 
356
+ #: admin.inc.php:379
357
  msgid "Display thumbnails inline with posts, after title"
358
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
359
 
360
+ #: admin.inc.php:383
361
  msgid "Display only thumbnails, no text"
362
  msgstr "Mostrar solamente thumbnails, no el texto"
363
 
364
+ #: admin.inc.php:387
365
  msgid "Do not display thumbnails, only text."
366
  msgstr "No mostrar thumbnails, sólo el texto"
367
 
368
+ #: admin.inc.php:391
369
  msgid "Width of the thumbnail: "
370
  msgstr ""
371
 
372
+ #: admin.inc.php:394
373
  msgid "Height of the thumbnail: "
374
  msgstr ""
375
 
376
+ #: admin.inc.php:397
377
  msgid "Style attributes / Width and Height HTML attributes:"
378
  msgstr ""
379
 
380
+ #: admin.inc.php:401
381
+ msgid "Style attributes are used for width and height."
 
382
  msgstr ""
383
 
384
+ #: admin.inc.php:405
385
+ msgid "HTML width and height attributes are used for width and height."
 
 
386
  msgstr ""
387
 
388
+ #: admin.inc.php:409
389
  msgid "Use timthumb to generate thumbnails? "
390
  msgstr ""
391
 
392
+ #: admin.inc.php:412
393
  msgid ""
394
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
395
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
396
  msgstr ""
397
 
398
+ #: admin.inc.php:415
399
  #, fuzzy
400
  msgid "Post thumbnail meta field name: "
401
  msgstr "Los parámetros del thumbnail:"
402
 
403
+ #: admin.inc.php:418
404
  msgid ""
405
  "The value of this field should contain the image source and is set in the "
406
  "<em>Add New Post</em> screen"
407
  msgstr ""
408
 
409
+ #: admin.inc.php:421
410
  #, fuzzy
411
  msgid ""
412
  "If the postmeta is not set, then should the plugin extract the first image "
417
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
418
  "tamaño de archivo "
419
 
420
+ #: admin.inc.php:424
421
  #, fuzzy
422
  msgid ""
423
  "This could slow down the loading of your page if the first image in the "
428
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
429
  "tamaño de archivo "
430
 
431
+ #: admin.inc.php:427
432
  msgid "Use default thumbnail? "
433
  msgstr ""
434
 
435
+ #: admin.inc.php:430
436
  msgid ""
437
  "If checked, when no thumbnail is found, show a default one from the URL "
438
  "below. If not checked and no thumbnail is found, no image will be shown."
442
  "verificado el post y tampoco está encontrada la imagen reducida, entonces no "
443
  "hay que mostrarla."
444
 
445
+ #: admin.inc.php:433
446
  msgid "Default thumbnail: "
447
  msgstr ""
448
 
449
+ #: admin.inc.php:437
450
  msgid ""
451
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
452
  "then it will check the meta field. If this is not available, then it will "
453
  "show the default image as specified above"
454
  msgstr ""
455
 
456
+ #: admin.inc.php:444
457
+ msgid "Custom CSS"
458
+ msgstr ""
459
+
460
+ #: admin.inc.php:447
461
+ msgid "Use default style included in the plugin?"
462
  msgstr ""
463
 
464
+ #: admin.inc.php:450
465
+ msgid ""
466
+ "Top 10 includes a default style that makes your popular posts list to look "
467
+ "pretty. Check the box above if you want to use this. You will need to select "
468
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
469
+ "Widget."
470
+ msgstr ""
471
+
472
+ #: admin.inc.php:453
473
  msgid "Custom CSS to add to header:"
474
  msgstr ""
475
 
476
+ #: admin.inc.php:456
477
  msgid ""
478
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
479
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
480
  "available CSS classes to style."
481
  msgstr ""
482
 
483
+ #: admin.inc.php:463 admin.inc.php:529
484
+ #, fuzzy
485
+ msgid "Save Options"
486
+ msgstr "Los parametros"
487
+
488
+ #: admin.inc.php:464
489
+ #, fuzzy
490
+ msgid "Default Options"
491
+ msgstr "Los Parámetros Resultantes"
492
+
493
+ #: admin.inc.php:464
494
+ msgid "Do you want to set options to Default?"
495
+ msgstr "¿Quiere configurar las opciones de forma predeterminada?"
496
+
497
+ #: admin.inc.php:473
498
  msgid "Maintenance"
499
  msgstr ""
500
 
501
+ #: admin.inc.php:477
502
  msgid ""
503
  "Over time the Daily Top 10 database grows in size, which reduces the "
504
  "performance of the plugin. Cleaning the database at regular intervals could "
505
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
506
+ "will automatically delete entries older than 90 days."
507
  msgstr ""
508
 
509
+ #: admin.inc.php:478
510
  msgid ""
511
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
512
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
513
  msgstr ""
514
 
515
+ #: admin.inc.php:481
516
  msgid "Enable scheduled maintenance of daily tables:"
517
  msgstr ""
518
 
519
+ #: admin.inc.php:485
520
  msgid "Time to run maintenance"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:486
524
+ msgid "hrs"
525
+ msgstr ""
526
+
527
+ #: admin.inc.php:486
528
+ msgid "min"
529
+ msgstr ""
530
+
531
+ #: admin.inc.php:488
532
  msgid "How often should the maintenance be run:"
533
  msgstr ""
534
 
535
+ #: admin.inc.php:492
536
  msgid "Daily"
537
  msgstr ""
538
 
539
+ #: admin.inc.php:496
540
  msgid "Weekly"
541
  msgstr ""
542
 
543
+ #: admin.inc.php:500
544
  msgid "Fortnightly"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:504
548
  msgid "Monthly"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:513
552
  msgid "The cron job has been scheduled. Maintenance will run "
553
  msgstr ""
554
 
555
+ #: admin.inc.php:518
556
  msgid "The cron job is missing. Please resave this page to add the job"
557
  msgstr ""
558
 
559
+ #: admin.inc.php:523
560
  msgid "Maintenance is turned off"
561
  msgstr ""
562
 
563
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  msgid "Reset count"
565
  msgstr "Reiniciar los ajustes"
566
 
567
+ #: admin.inc.php:540
568
  msgid ""
569
  "This cannot be reversed. Make sure that your database has been backed up "
570
  "before proceeding"
572
  "Esta operación no puede ser anulada. Antes de anular, asegúrese de que si ha "
573
  "sido creada una copia de seguridad para su base de datos."
574
 
575
+ #: admin.inc.php:543
576
  #, fuzzy
577
  msgid "Reset Popular Posts"
578
  msgstr "Los posts más populares"
579
 
580
+ #: admin.inc.php:543
581
  msgid "Are you sure you want to reset the popular posts?"
582
  msgstr "¿Está seguro de que desea reiniciar los posts más populares?"
583
 
584
+ #: admin.inc.php:544
585
  #, fuzzy
586
  msgid "Reset Daily Popular Posts"
587
  msgstr "Los posts diarios más populares"
588
 
589
+ #: admin.inc.php:544
590
  msgid "Are you sure you want to reset the daily popular posts?"
591
  msgstr "¿Está seguro de que desea reiniciar los posts diarios más populares?"
592
 
593
+ #: admin.inc.php:545
594
  msgid "Clear duplicates"
595
  msgstr ""
596
 
597
+ #: admin.inc.php:545
598
  msgid "This will delete the duplicate entries in the tables. Proceed?"
599
  msgstr ""
600
  "Esta acción eliminará las entradas duplicadas en las tablas. ¿Continuar?"
601
 
602
+ #: admin.inc.php:593 admin.inc.php:979
603
  msgid "Popular Posts"
604
  msgstr "Los posts más populares"
605
 
606
+ #: admin.inc.php:593 admin.inc.php:688
607
  msgid "Daily Popular Posts"
608
  msgstr "Los posts diarios más populares"
609
 
610
+ #: admin.inc.php:621
611
  msgid "Support the development"
612
  msgstr "Apoyar al elaborador"
613
 
614
+ #: admin.inc.php:630
615
  msgid "Enter amount in USD: "
616
  msgstr "Ingresar las cifras en USD"
617
 
618
+ #: admin.inc.php:634
619
  msgid "Send your donation to the author of"
620
  msgstr "Enviar su subvención al autor"
621
 
622
+ #: admin.inc.php:641
623
+ msgid "Follow me"
624
  msgstr ""
625
 
626
+ #: admin.inc.php:651
627
  #, fuzzy
628
+ msgid "Quick links"
629
  msgstr "Enlaces rápidos"
630
 
631
+ #: admin.inc.php:655
632
  #, fuzzy
633
  msgid "Top 10 plugin page"
634
  msgstr "página plugin"
635
 
636
+ #: admin.inc.php:656
637
  msgid "Other plugins"
638
  msgstr "Otros plugins"
639
 
640
+ #: admin.inc.php:657
641
  msgid "Ajay's blog"
642
  msgstr "Blog de Ajay"
643
 
644
+ #: admin.inc.php:658
645
+ msgid "FAQ"
646
+ msgstr ""
647
+
648
+ #: admin.inc.php:659 top-10.php:1271
649
  msgid "Support"
650
  msgstr "Apoyo"
651
 
652
+ #: admin.inc.php:660
653
+ msgid "Reviews"
654
+ msgstr ""
655
 
656
+ #: admin.inc.php:679 admin.inc.php:682
657
  #, fuzzy
658
  msgid "Top 10 Settings"
659
  msgstr "Los ajustes"
660
 
661
+ #: admin.inc.php:679
662
  msgid "Top 10"
663
  msgstr "Тоp 10"
664
 
665
+ #: admin.inc.php:685
666
  #, fuzzy
667
  msgid "Overall Popular Posts"
668
  msgstr "Ver los posts más populares"
669
 
670
+ #: admin.inc.php:850
671
+ #, php-format
672
+ msgid "Results %1$s to %2$s of %3$s"
673
+ msgstr ""
 
 
 
674
 
675
+ #: admin.inc.php:854
676
+ #, php-format
677
+ msgid "Page %s of %s"
678
+ msgstr ""
679
 
680
+ #: admin.inc.php:866
681
  msgid "View Daily Popular Posts"
682
  msgstr "Ver los posts diarios más populares"
683
 
684
+ #: admin.inc.php:869 admin.inc.php:882
685
  msgid "Results per-page:"
686
  msgstr "Los resultados por página:"
687
 
688
+ #: admin.inc.php:879
689
  msgid "View Overall Popular Posts"
690
  msgstr "Ver los posts más populares"
691
 
692
+ #: admin.inc.php:908
693
  msgid "Previous"
694
  msgstr "Precedentes"
695
 
696
+ #: admin.inc.php:936
697
  msgid "Next"
698
  msgstr "Siguientes"
699
 
700
+ #: admin.inc.php:980
701
  msgid "Daily Popular"
702
  msgstr "Diario Populares"
703
 
704
+ #: admin.inc.php:998
705
  #, fuzzy
706
  msgid "Total Views"
707
  msgstr "Total/Visitas de hoy"
708
 
709
+ #: admin.inc.php:999
710
  #, fuzzy
711
  msgid "Today's Views"
712
  msgstr "Total/Visitas de hoy"
713
 
714
+ #: admin.inc.php:1000
715
+ #, fuzzy
716
+ msgid "Views"
717
+ msgstr "Total/Visitas de hoy"
718
+
719
+ #: top-10.php:440
720
  msgid " by "
721
  msgstr ""
722
 
723
+ #: top-10.php:526
724
  msgid "Display the posts popular this week"
725
  msgstr "Mostrar los posts populares de esta semana"
726
 
727
+ #: top-10.php:527
728
  #, fuzzy
729
  msgid "Popular Posts [Top 10]"
730
  msgstr "Los posts más populares"
731
 
732
+ #: top-10.php:545
733
  msgid "Title"
734
  msgstr ""
735
 
736
+ #: top-10.php:550
737
  msgid "No. of posts"
738
  msgstr ""
739
 
740
+ #: top-10.php:555
741
  msgid "Overall"
742
  msgstr ""
743
 
744
+ #: top-10.php:556
745
  msgid "Custom time period (Enter below)"
746
  msgstr ""
747
 
748
+ #: top-10.php:561
749
  msgid "Range in number of days (applies only to custom option above)"
750
  msgstr ""
751
 
752
+ #: top-10.php:566
753
+ #, fuzzy
754
+ msgid " Show count?"
755
+ msgstr "¿Mostrar un fragmento del post en la lista?"
756
+
757
+ #: top-10.php:571
758
  #, fuzzy
759
  msgid " Show excerpt?"
760
  msgstr "¿Mostrar un fragmento del post en la lista?"
761
 
762
+ #: top-10.php:576
763
  msgid " Show author?"
764
  msgstr ""
765
 
766
+ #: top-10.php:581
767
  #, fuzzy
768
  msgid " Show date?"
769
  msgstr "¿Mostrar un fragmento del post en la lista?"
770
 
771
+ #: top-10.php:585
772
  #, fuzzy
773
  msgid "Thumbnail options"
774
  msgstr "Los parámetros del thumbnail:"
775
 
776
+ #: top-10.php:587
777
  #, fuzzy
778
  msgid "Thumbnails inline, before title"
779
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
780
 
781
+ #: top-10.php:588
782
  #, fuzzy
783
  msgid "Thumbnails inline, after title"
784
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
785
 
786
+ #: top-10.php:589
787
  #, fuzzy
788
  msgid "Only thumbnails, no text"
789
  msgstr "Mostrar solamente thumbnails, no el texto"
790
 
791
+ #: top-10.php:590
792
  #, fuzzy
793
  msgid "No thumbnails, only text."
794
  msgstr "No mostrar thumbnails, sólo el texto"
795
 
796
+ #: top-10.php:595
797
  #, fuzzy
798
  msgid "Thumbnail height"
799
  msgstr "Los parámetros del thumbnail:"
800
 
801
+ #: top-10.php:600
802
  #, fuzzy
803
  msgid "Thumbnail width"
804
  msgstr "Los parámetros del thumbnail:"
805
 
806
+ #: top-10.php:721
807
  msgid "<h3>Popular Posts</h3>"
808
  msgstr "Los posts populares"
809
 
810
+ #: top-10.php:722
811
  msgid "<h3>Daily Popular</h3>"
812
  msgstr "Diario Populares"
813
 
814
+ #: top-10.php:723
815
  #, fuzzy
816
  msgid "No top posts yet"
817
  msgstr "Reiniciar el Top de los 10 posts más populares"
818
 
819
+ #: top-10.php:1188
820
  msgid "Once Weekly"
821
  msgstr ""
822
 
823
+ #: top-10.php:1192
824
  msgid "Once Fortnightly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1196
828
  msgid "Once Monthly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1259
832
  msgid "Settings"
833
  msgstr "Los ajustes"
834
 
835
+ #: top-10.php:1272
836
  msgid "Donate"
837
  msgstr "Subvencionar"
838
 
839
+ #, fuzzy
840
+ #~ msgid "This option uses JavaScript and will increase your page load time"
841
+ #~ msgstr ""
842
+ #~ "¿Hacer la lista de los posts diarios más dinámica? Esta opción utiliza "
843
+ #~ "JavaScript para cargar el post y también puede aumentar el tiempo de carga"
844
+
845
+ #~ msgid "Display number of page views in popular lists?"
846
+ #~ msgstr ""
847
+ #~ "¿Mostrar el número de visitas de la página en las listas más populares?"
848
+
849
+ #~ msgid "Recent developments"
850
+ #~ msgstr "Evolución reciente"
851
+
852
+ #~ msgid "Results"
853
+ #~ msgstr "Resultados"
854
+
855
+ #~ msgid "of"
856
+ #~ msgstr "de, a "
857
+
858
+ #~ msgid "Page"
859
+ #~ msgstr "La página"
860
+
861
  #, fuzzy
862
  #~ msgid "Exclude Pages?"
863
  #~ msgstr "Excluir las Categorías"
875
  #~ msgid "Tables cleaned of duplicate rows"
876
  #~ msgstr "Las filas duplicadas han sido eliminadas"
877
 
 
 
 
878
  #~ msgid ""
879
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
880
  #~ "added with the count"
languages/tptn-fr_FR.mo CHANGED
Binary file
languages/tptn-fr_FR.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: 2013-10-26 22:06-0000\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"
@@ -15,168 +15,198 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Les options sont sauvegardées avec succès"
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Options par défaut sont définies"
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Annuler le top 10 des messages les plus populaires journaliers"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Le nombre de populaires sur le forum"
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "Le populaire journalier doit contenir l'information sur le nombre des jours"
77
 
78
- #: admin.inc.php:198
 
 
 
 
 
 
 
79
  msgid "Post types to include in results (including custom post types)"
80
  msgstr ""
81
 
82
- #: admin.inc.php:209
83
  msgid "List of post or page IDs to exclude from the results: "
84
  msgstr ""
85
 
86
- #: admin.inc.php:213
 
 
 
 
87
  msgid "Exclude Categories: "
88
  msgstr "Exclure les catégories:"
89
 
90
- #: admin.inc.php:228
91
  msgid ""
92
  "Comma separated list of category slugs. The field above has an autocomplete "
93
  "so simply start typing in the starting letters and it will prompt you with "
94
  "options"
95
  msgstr ""
96
 
97
- #: admin.inc.php:233
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Afficher le nombre des visionnages du message?"
101
 
102
- #: admin.inc.php:235
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:236
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Page"
110
 
111
- #: admin.inc.php:237
112
  msgid "Home page"
113
  msgstr ""
114
 
115
- #: admin.inc.php:238
116
  msgid "Feeds"
117
  msgstr ""
118
 
119
- #: admin.inc.php:239
120
  msgid "Category archives"
121
  msgstr ""
122
 
123
- #: admin.inc.php:240
124
  msgid "Tag archives"
125
  msgstr ""
126
 
127
- #: admin.inc.php:241
128
  msgid "Other archives"
129
  msgstr ""
130
 
131
- #: admin.inc.php:242
132
  msgid ""
133
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
134
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
135
  "you want it displayed"
136
  msgstr ""
137
 
138
- #: admin.inc.php:245
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
- #: admin.inc.php:247
143
  msgid ""
144
  "This option uses JavaScript and will increase your page load time. Turn this "
145
  "off if you are not using caching plugins or are OK with displaying older "
146
- "cached counts. When you enable this option, the daily widget will not use "
147
- "the options set there, but options will need to be set on this screen."
148
  msgstr ""
149
 
150
- #: admin.inc.php:250
151
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
152
  msgstr ""
153
 
154
- #: admin.inc.php:252
155
  #, fuzzy
156
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
157
  msgstr ""
158
- "Rendre la liste des postes journaliers dynamiques? Cette option fait appel à "
159
- "JavaScript, le chargement du poste peut augmenter le temps du chargement de "
160
- "la page"
161
 
162
- #: admin.inc.php:255
163
- msgid "Track visits of authors on their own posts?"
164
- msgstr "Suivre les visites des auteurs de leurs propres messages?"
 
 
 
 
 
 
165
 
166
- #: admin.inc.php:258
167
  #, fuzzy
168
- msgid "Track visits of admins?"
169
- msgstr "Suivre les visites des auteurs de leurs propres messages?"
170
 
171
- #: admin.inc.php:261
172
- msgid "Display page views on Posts > All Posts in Admin"
 
 
173
  msgstr ""
174
 
175
- #: admin.inc.php:264
176
  msgid "Link to Top 10 plugin page"
177
  msgstr ""
178
 
179
- #: admin.inc.php:266
180
  #, fuzzy
181
  msgid ""
182
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -186,16 +216,17 @@ msgstr ""
186
  "le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
187
  "mais nous vous y remercions!"
188
 
189
- #: admin.inc.php:273
190
  #, fuzzy
191
- msgid "Output Options"
192
  msgstr "Paramètres de sortie"
193
 
194
- #: admin.inc.php:276
195
- msgid "Format to display the count in: "
 
196
  msgstr "Format d’affichage de la quantité en:"
197
 
198
- #: admin.inc.php:278
199
  #, fuzzy
200
  msgid ""
201
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -208,158 +239,175 @@ msgstr ""
208
  "utiliser par exemple, les paramètres d'affichage par défaut <code>(Visited "
209
  "123 times, 23 visits today)</code>"
210
 
211
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
212
  msgid "Title of popular posts: "
213
  msgstr "Les en-têtes des messages populaires"
214
 
215
- #: admin.inc.php:284
216
  msgid "Title of daily popular posts: "
217
  msgstr "Les en-têtes des messages populaires journaliers"
218
 
219
- #: admin.inc.php:287
220
  msgid "When there are no posts, what should be shown?"
221
  msgstr ""
222
 
223
- #: admin.inc.php:291
224
  msgid "Blank Output"
225
  msgstr ""
226
 
227
- #: admin.inc.php:295
228
  msgid "Display:"
229
  msgstr ""
230
 
231
- #: admin.inc.php:299
232
  msgid "Show post excerpt in list?"
233
  msgstr "Afficher le fragment du message dans la liste?"
234
 
235
- #: admin.inc.php:302
236
  msgid "Length of excerpt (in words): "
237
  msgstr "Longueur du fragment (mots):"
238
 
239
- #: admin.inc.php:305
240
  #, fuzzy
241
  msgid "Show post author in list?"
242
  msgstr "Afficher le fragment du message dans la liste?"
243
 
244
- #: admin.inc.php:308
245
  #, fuzzy
246
  msgid "Show post date in list?"
247
  msgstr "Afficher le fragment du message dans la liste?"
248
 
249
- #: admin.inc.php:311
250
  msgid "Limit post title length (in characters)"
251
  msgstr ""
252
 
253
- #: admin.inc.php:314
254
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
 
255
  msgstr ""
256
- "Afficher le nombre des visionnages des pages dans les listes de popularité?"
257
 
258
- #: admin.inc.php:317
259
  msgid "Open links in new window"
260
  msgstr ""
261
 
262
- #: admin.inc.php:320
263
  msgid "Add nofollow attribute to links in the list"
264
  msgstr ""
265
 
266
- #: admin.inc.php:323
267
  msgid "Exclude display of related posts on these posts / pages"
268
  msgstr ""
269
 
270
- #: admin.inc.php:326
271
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
272
- msgstr ""
273
-
274
- #: admin.inc.php:329
275
- msgid "Customize the output:"
276
  msgstr "Paramétrer la sortie:"
277
 
278
- #: admin.inc.php:331
279
  msgid "HTML to display before the list of posts: "
280
  msgstr "HTML d'affichage avant la liste des messages:"
281
 
282
- #: admin.inc.php:334
283
  msgid "HTML to display before each list item: "
284
  msgstr "HTML d'affichage avant chaque élément de la liste:"
285
 
286
- #: admin.inc.php:337
287
  msgid "HTML to display after each list item: "
288
  msgstr "HTML d'affichage après chaque élément de la liste:"
289
 
290
- #: admin.inc.php:340
291
  msgid "HTML to display after the list of posts: "
292
  msgstr "HTML d'affichage après la liste des messages:"
293
 
294
- #: admin.inc.php:343
295
  msgid "Post thumbnail options:"
296
  msgstr "Options thumbnail des messages:"
297
 
298
- #: admin.inc.php:345
299
  msgid "Location of post thumbnail:"
300
  msgstr ""
301
 
302
- #: admin.inc.php:349
303
  msgid "Display thumbnails inline with posts, before title"
304
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
305
 
306
- #: admin.inc.php:353
307
  msgid "Display thumbnails inline with posts, after title"
308
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
309
 
310
- #: admin.inc.php:357
311
  msgid "Display only thumbnails, no text"
312
  msgstr "Afficher uniquement le thumbnail, sans le texte"
313
 
314
- #: admin.inc.php:361
315
  msgid "Do not display thumbnails, only text."
316
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
317
 
318
- #: admin.inc.php:365
319
  msgid "Width of the thumbnail: "
320
  msgstr ""
321
 
322
- #: admin.inc.php:368
323
  msgid "Height of the thumbnail: "
324
  msgstr ""
325
 
326
- #: admin.inc.php:371
327
  msgid "Style attributes / Width and Height HTML attributes:"
328
  msgstr ""
329
 
330
- #: admin.inc.php:375
331
- msgid ""
332
- "Style attributes are used for width and height. <code>style=\"max-width:"
333
  msgstr ""
334
 
335
- #: admin.inc.php:379
336
- msgid ""
337
- "HTML width and height attributes are used for width and height. <code>width="
338
- "\""
339
  msgstr ""
340
 
341
- #: admin.inc.php:383
342
  msgid "Use timthumb to generate thumbnails? "
343
  msgstr ""
344
 
345
- #: admin.inc.php:386
346
  msgid ""
347
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
348
- "\">timthumb</a> will be used to generate thumbnails"
349
  msgstr ""
350
 
351
- #: admin.inc.php:389
352
  #, fuzzy
353
  msgid "Post thumbnail meta field name: "
354
  msgstr "Options thumbnail des messages:"
355
 
356
- #: admin.inc.php:392
357
  msgid ""
358
  "The value of this field should contain the image source and is set in the "
359
  "<em>Add New Post</em> screen"
360
  msgstr ""
361
 
362
- #: admin.inc.php:395
363
  #, fuzzy
364
  msgid ""
365
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -370,7 +418,7 @@ msgstr ""
370
  "première image de la résolution correspondante du fichier est de taille "
371
  "supérieure"
372
 
373
- #: admin.inc.php:398
374
  #, fuzzy
375
  msgid ""
376
  "This could slow down the loading of your page if the first image in the "
@@ -381,11 +429,11 @@ msgstr ""
381
  "première image de la résolution correspondante du fichier est de taille "
382
  "supérieure"
383
 
384
- #: admin.inc.php:401
385
  msgid "Use default thumbnail? "
386
  msgstr ""
387
 
388
- #: admin.inc.php:404
389
  msgid ""
390
  "If checked, when no thumbnail is found, show a default one from the URL "
391
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -394,109 +442,129 @@ msgstr ""
394
  "Thumbnail par défaut. S'il n'a pas été déterminé, que le thumbnail n'a pas "
395
  "été retrouvé, ne pas afficher l'image."
396
 
397
- #: admin.inc.php:407
398
  msgid "Default thumbnail: "
399
  msgstr ""
400
 
401
- #: admin.inc.php:410
402
  msgid ""
403
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
404
  "then it will check the meta field. If this is not available, then it will "
405
  "show the default image as specified above"
406
  msgstr ""
407
 
408
- #: admin.inc.php:417
409
- msgid "Custom Styles"
 
 
 
 
410
  msgstr ""
411
 
412
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
413
  msgid "Custom CSS to add to header:"
414
  msgstr ""
415
 
416
- #: admin.inc.php:423
417
  msgid ""
418
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
419
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
420
  "available CSS classes to style."
421
  msgstr ""
422
 
423
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgid "Maintenance"
425
  msgstr ""
426
 
427
- #: admin.inc.php:434
428
  msgid ""
429
  "Over time the Daily Top 10 database grows in size, which reduces the "
430
  "performance of the plugin. Cleaning the database at regular intervals could "
431
- "improve performance, especially on high traffic blogs."
 
432
  msgstr ""
433
 
434
- #: admin.inc.php:435
435
  msgid ""
436
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
437
- "everytime the job is rescheduled (i.e. you change the settings below). This "
438
- "causes the daily posts table to reset."
439
  msgstr ""
440
 
441
- #: admin.inc.php:438
442
  msgid "Enable scheduled maintenance of daily tables:"
443
  msgstr ""
444
 
445
- #: admin.inc.php:442
446
  msgid "Time to run maintenance"
447
  msgstr ""
448
 
449
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
450
  msgid "How often should the maintenance be run:"
451
  msgstr ""
452
 
453
- #: admin.inc.php:449
454
  msgid "Daily"
455
  msgstr ""
456
 
457
- #: admin.inc.php:453
458
  msgid "Weekly"
459
  msgstr ""
460
 
461
- #: admin.inc.php:457
462
  msgid "Fortnightly"
463
  msgstr ""
464
 
465
- #: admin.inc.php:461
466
  msgid "Monthly"
467
  msgstr ""
468
 
469
- #: admin.inc.php:470
470
  msgid "The cron job has been scheduled. Maintenance will run "
471
  msgstr ""
472
 
473
- #: admin.inc.php:475
474
  msgid "The cron job is missing. Please resave this page to add the job"
475
  msgstr ""
476
 
477
- #: admin.inc.php:480
478
  msgid "Maintenance is turned off"
479
  msgstr ""
480
 
481
- #: admin.inc.php:488
482
- #, fuzzy
483
- msgid "Save Options"
484
- msgstr "Options:"
485
-
486
- #: admin.inc.php:489
487
- #, fuzzy
488
- msgid "Default Options"
489
- msgstr "Paramètres de sortie"
490
-
491
- #: admin.inc.php:489
492
- msgid "Do you want to set options to Default?"
493
- msgstr "Définir les paramètres par défaut?"
494
-
495
- #: admin.inc.php:493
496
  msgid "Reset count"
497
  msgstr "Réinitialiser le compteur"
498
 
499
- #: admin.inc.php:496
500
  msgid ""
501
  "This cannot be reversed. Make sure that your database has been backed up "
502
  "before proceeding"
@@ -504,258 +572,294 @@ msgstr ""
504
  "Cette action ne peut être annulée. Assurez-vous que la base de données a été "
505
  "sauvegardée avant de poursuivre."
506
 
507
- #: admin.inc.php:499
508
  #, fuzzy
509
  msgid "Reset Popular Posts"
510
  msgstr "Postes populaires"
511
 
512
- #: admin.inc.php:499
513
  msgid "Are you sure you want to reset the popular posts?"
514
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires?"
515
 
516
- #: admin.inc.php:500
517
  #, fuzzy
518
  msgid "Reset Daily Popular Posts"
519
  msgstr "Postes populaires journaliers"
520
 
521
- #: admin.inc.php:500
522
  msgid "Are you sure you want to reset the daily popular posts?"
523
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires journaliers?"
524
 
525
- #: admin.inc.php:501
526
  msgid "Clear duplicates"
527
  msgstr ""
528
 
529
- #: admin.inc.php:501
530
  msgid "This will delete the duplicate entries in the tables. Proceed?"
531
  msgstr ""
532
  "Cela supprimera les doubles des enregistrements dans les tableaux. Continuer?"
533
 
534
- #: admin.inc.php:544 admin.inc.php:929
535
  msgid "Popular Posts"
536
  msgstr "Postes populaires"
537
 
538
- #: admin.inc.php:544 admin.inc.php:631
539
  msgid "Daily Popular Posts"
540
  msgstr "Postes populaires journaliers"
541
 
542
- #: admin.inc.php:572
543
  msgid "Support the development"
544
  msgstr "Soutenir le projet"
545
 
546
- #: admin.inc.php:580
547
  msgid "Enter amount in USD: "
548
  msgstr "Saisir le montant en dollars US"
549
 
550
- #: admin.inc.php:584
551
  msgid "Send your donation to the author of"
552
  msgstr "Envoyer sa dotation à l'auteur"
553
 
554
- #: admin.inc.php:590
555
- msgid "Follow us"
556
  msgstr ""
557
 
558
- #: admin.inc.php:596
559
  #, fuzzy
560
- msgid "Quick Links"
561
  msgstr "Liens rapides"
562
 
563
- #: admin.inc.php:598
564
  #, fuzzy
565
  msgid "Top 10 plugin page"
566
  msgstr "Page de plugin"
567
 
568
- #: admin.inc.php:599
569
  msgid "Other plugins"
570
  msgstr "Autres plugins"
571
 
572
- #: admin.inc.php:600
573
  msgid "Ajay's blog"
574
  msgstr "Blog Ajay"
575
 
576
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
577
  msgid "Support"
578
  msgstr "Service d'assistance"
579
 
580
- #: admin.inc.php:605
581
- msgid "Recent developments"
582
- msgstr "Les derniers projets"
583
 
584
- #: admin.inc.php:622 admin.inc.php:625
585
  #, fuzzy
586
  msgid "Top 10 Settings"
587
  msgstr "Paramètres"
588
 
589
- #: admin.inc.php:622
590
  msgid "Top 10"
591
  msgstr "Тоp 10"
592
 
593
- #: admin.inc.php:628
594
  #, fuzzy
595
  msgid "Overall Popular Posts"
596
  msgstr "Voir tous les postes populaires"
597
 
598
- #: admin.inc.php:799
599
- msgid "Results"
600
- msgstr "Résultats"
601
-
602
- #: admin.inc.php:801 admin.inc.php:807
603
- msgid "of"
604
- msgstr "de, du, de la, des"
605
 
606
- #: admin.inc.php:805
607
- msgid "Page"
608
- msgstr "Page"
 
609
 
610
- #: admin.inc.php:819
611
  msgid "View Daily Popular Posts"
612
  msgstr "Voir les postes populaires journaliers"
613
 
614
- #: admin.inc.php:822 admin.inc.php:835
615
  msgid "Results per-page:"
616
  msgstr "Résultats par page:"
617
 
618
- #: admin.inc.php:832
619
  msgid "View Overall Popular Posts"
620
  msgstr "Voir tous les postes populaires"
621
 
622
- #: admin.inc.php:861
623
  msgid "Previous"
624
  msgstr "Précédente"
625
 
626
- #: admin.inc.php:889
627
  msgid "Next"
628
  msgstr "Suivante"
629
 
630
- #: admin.inc.php:930
631
  msgid "Daily Popular"
632
  msgstr "Populaires journaliers"
633
 
634
- #: admin.inc.php:946
635
  #, fuzzy
636
  msgid "Total Views"
637
  msgstr "Total/aujourd'hui visionnages"
638
 
639
- #: admin.inc.php:947
640
  #, fuzzy
641
  msgid "Today's Views"
642
  msgstr "Total/aujourd'hui visionnages"
643
 
644
- #: top-10.php:415
 
 
 
 
 
645
  msgid " by "
646
  msgstr ""
647
 
648
- #: top-10.php:501
649
  msgid "Display the posts popular this week"
650
  msgstr "Afficher les postes populaires de la semaine"
651
 
652
- #: top-10.php:502
653
  #, fuzzy
654
  msgid "Popular Posts [Top 10]"
655
  msgstr "Postes populaires"
656
 
657
- #: top-10.php:519
658
  msgid "Title"
659
  msgstr ""
660
 
661
- #: top-10.php:524
662
  msgid "No. of posts"
663
  msgstr ""
664
 
665
- #: top-10.php:529
666
  msgid "Overall"
667
  msgstr ""
668
 
669
- #: top-10.php:530
670
  msgid "Custom time period (Enter below)"
671
  msgstr ""
672
 
673
- #: top-10.php:535
674
  msgid "Range in number of days (applies only to custom option above)"
675
  msgstr ""
676
 
677
- #: top-10.php:540
 
 
 
 
 
678
  #, fuzzy
679
  msgid " Show excerpt?"
680
  msgstr "Afficher le fragment du message dans la liste?"
681
 
682
- #: top-10.php:545
683
  msgid " Show author?"
684
  msgstr ""
685
 
686
- #: top-10.php:550
687
  #, fuzzy
688
  msgid " Show date?"
689
  msgstr "Afficher le fragment du message dans la liste?"
690
 
691
- #: top-10.php:554
692
  #, fuzzy
693
  msgid "Thumbnail options"
694
  msgstr "Options thumbnail des messages:"
695
 
696
- #: top-10.php:556
697
  #, fuzzy
698
  msgid "Thumbnails inline, before title"
699
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
700
 
701
- #: top-10.php:557
702
  #, fuzzy
703
  msgid "Thumbnails inline, after title"
704
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
705
 
706
- #: top-10.php:558
707
  #, fuzzy
708
  msgid "Only thumbnails, no text"
709
  msgstr "Afficher uniquement le thumbnail, sans le texte"
710
 
711
- #: top-10.php:559
712
  #, fuzzy
713
  msgid "No thumbnails, only text."
714
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
715
 
716
- #: top-10.php:564
717
  #, fuzzy
718
  msgid "Thumbnail height"
719
  msgstr "Options thumbnail des messages:"
720
 
721
- #: top-10.php:569
722
  #, fuzzy
723
  msgid "Thumbnail width"
724
  msgstr "Options thumbnail des messages:"
725
 
726
- #: top-10.php:670
727
  msgid "<h3>Popular Posts</h3>"
728
  msgstr "<h3>Postes populaires</h3>"
729
 
730
- #: top-10.php:671
731
  msgid "<h3>Daily Popular</h3>"
732
  msgstr "<h3>Populaires Journaliers</h3>"
733
 
734
- #: top-10.php:672
735
  #, fuzzy
736
  msgid "No top posts yet"
737
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
738
 
739
- #: top-10.php:1113
740
  msgid "Once Weekly"
741
  msgstr ""
742
 
743
- #: top-10.php:1114
744
  msgid "Once Fortnightly"
745
  msgstr ""
746
 
747
- #: top-10.php:1115
748
  msgid "Once Monthly"
749
  msgstr ""
750
 
751
- #: top-10.php:1135
752
  msgid "Settings"
753
  msgstr "Paramètres"
754
 
755
- #: top-10.php:1148
756
  msgid "Donate"
757
  msgstr "Conribuer"
758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  #, fuzzy
760
  #~ msgid "Exclude Pages?"
761
  #~ msgstr "Exclure les catégories:"
@@ -773,9 +877,6 @@ msgstr "Conribuer"
773
  #~ msgid "Tables cleaned of duplicate rows"
774
  #~ msgstr "Supprimer les lignes répétitives du tableau"
775
 
776
- #~ msgid "Display number of views on pages?"
777
- #~ msgstr "Afficher le nombre des visionnages sur les pages?"
778
-
779
  #~ msgid ""
780
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
781
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Les options sont sauvegardées avec succès"
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Options par défaut sont définies"
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Annuler le top 10 des messages les plus populaires journaliers"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Le nombre de populaires sur le forum"
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr ""
82
  "Le populaire journalier doit contenir l'information sur le nombre des jours"
83
 
84
+ #: admin.inc.php:200
85
+ msgid ""
86
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
87
+ "display posts for as many days as you want. This can be overridden in the "
88
+ "widget."
89
+ msgstr ""
90
+
91
+ #: admin.inc.php:203
92
  msgid "Post types to include in results (including custom post types)"
93
  msgstr ""
94
 
95
+ #: admin.inc.php:214
96
  msgid "List of post or page IDs to exclude from the results: "
97
  msgstr ""
98
 
99
+ #: admin.inc.php:216 admin.inc.php:352
100
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
101
+ msgstr ""
102
+
103
+ #: admin.inc.php:220
104
  msgid "Exclude Categories: "
105
  msgstr "Exclure les catégories:"
106
 
107
+ #: admin.inc.php:235
108
  msgid ""
109
  "Comma separated list of category slugs. The field above has an autocomplete "
110
  "so simply start typing in the starting letters and it will prompt you with "
111
  "options"
112
  msgstr ""
113
 
114
+ #: admin.inc.php:240
115
  #, fuzzy
116
  msgid "Display number of views on:"
117
  msgstr "Afficher le nombre des visionnages du message?"
118
 
119
+ #: admin.inc.php:242
120
  msgid "Posts"
121
  msgstr ""
122
 
123
+ #: admin.inc.php:243
124
  #, fuzzy
125
  msgid "Pages"
126
  msgstr "Page"
127
 
128
+ #: admin.inc.php:244
129
  msgid "Home page"
130
  msgstr ""
131
 
132
+ #: admin.inc.php:245
133
  msgid "Feeds"
134
  msgstr ""
135
 
136
+ #: admin.inc.php:246
137
  msgid "Category archives"
138
  msgstr ""
139
 
140
+ #: admin.inc.php:247
141
  msgid "Tag archives"
142
  msgstr ""
143
 
144
+ #: admin.inc.php:248
145
  msgid "Other archives"
146
  msgstr ""
147
 
148
+ #: admin.inc.php:249
149
  msgid ""
150
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
  "you want it displayed"
153
  msgstr ""
154
 
155
+ #: admin.inc.php:252
156
  msgid "Always display latest post count"
157
  msgstr ""
158
 
159
+ #: admin.inc.php:254
160
  msgid ""
161
  "This option uses JavaScript and will increase your page load time. Turn this "
162
  "off if you are not using caching plugins or are OK with displaying older "
163
+ "cached counts."
 
164
  msgstr ""
165
 
166
+ #: admin.inc.php:257
167
+ msgid "Track visits of authors on their own posts?"
168
+ msgstr "Suivre les visites des auteurs de leurs propres messages?"
169
+
170
+ #: admin.inc.php:259
171
+ msgid ""
172
+ "Disabling this option will stop authors visits tracked on their own posts"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:262
176
  #, fuzzy
177
+ msgid "Track visits of admins?"
178
+ msgstr "Suivre les visites des auteurs de leurs propres messages?"
179
+
180
+ #: admin.inc.php:264
181
+ msgid "Disabling this option will stop admin visits being tracked."
182
  msgstr ""
 
 
 
183
 
184
+ #: admin.inc.php:267
185
+ msgid "Display page views on Posts and Pages in Admin"
186
+ msgstr ""
187
+
188
+ #: admin.inc.php:270
189
+ msgid ""
190
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
191
+ "and All Pages"
192
+ msgstr ""
193
 
194
+ #: admin.inc.php:273
195
  #, fuzzy
196
+ msgid "Show number of views to non-admins"
197
+ msgstr "Afficher le nombre des visionnages sur les pages?"
198
 
199
+ #: admin.inc.php:276
200
+ msgid ""
201
+ "If you disable this then non-admins won't see the above columns or view the "
202
+ "independent pages with the top posts"
203
  msgstr ""
204
 
205
+ #: admin.inc.php:279
206
  msgid "Link to Top 10 plugin page"
207
  msgstr ""
208
 
209
+ #: admin.inc.php:282
210
  #, fuzzy
211
  msgid ""
212
  "A link to the plugin is added as an extra list item to the list of popular "
216
  "le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
217
  "mais nous vous y remercions!"
218
 
219
+ #: admin.inc.php:289
220
  #, fuzzy
221
+ msgid "Output options"
222
  msgstr "Paramètres de sortie"
223
 
224
+ #: admin.inc.php:292
225
+ #, fuzzy
226
+ msgid "Format to display the post views:"
227
  msgstr "Format d’affichage de la quantité en:"
228
 
229
+ #: admin.inc.php:294
230
  #, fuzzy
231
  msgid ""
232
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
239
  "utiliser par exemple, les paramètres d'affichage par défaut <code>(Visited "
240
  "123 times, 23 visits today)</code>"
241
 
242
+ #: admin.inc.php:297
243
+ msgid "What do display when there are no visits?"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:299
247
+ msgid ""
248
+ "This text applies only when there are 0 hits for the post and it isn't a "
249
+ "single page. e.g. if you display post views on the homepage or archives then "
250
+ "this text will be used. To override this, just enter the same text as above "
251
+ "option."
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:302
255
  msgid "Title of popular posts: "
256
  msgstr "Les en-têtes des messages populaires"
257
 
258
+ #: admin.inc.php:305
259
  msgid "Title of daily popular posts: "
260
  msgstr "Les en-têtes des messages populaires journaliers"
261
 
262
+ #: admin.inc.php:308
263
  msgid "When there are no posts, what should be shown?"
264
  msgstr ""
265
 
266
+ #: admin.inc.php:312
267
  msgid "Blank Output"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:316
271
  msgid "Display:"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:320
275
  msgid "Show post excerpt in list?"
276
  msgstr "Afficher le fragment du message dans la liste?"
277
 
278
+ #: admin.inc.php:323
279
  msgid "Length of excerpt (in words): "
280
  msgstr "Longueur du fragment (mots):"
281
 
282
+ #: admin.inc.php:326
283
  #, fuzzy
284
  msgid "Show post author in list?"
285
  msgstr "Afficher le fragment du message dans la liste?"
286
 
287
+ #: admin.inc.php:329
288
  #, fuzzy
289
  msgid "Show post date in list?"
290
  msgstr "Afficher le fragment du message dans la liste?"
291
 
292
+ #: admin.inc.php:332
293
  msgid "Limit post title length (in characters)"
294
  msgstr ""
295
 
296
+ #: admin.inc.php:335
297
+ #, fuzzy
298
+ msgid "Show view count in list?"
299
+ msgstr "Afficher le fragment du message dans la liste?"
300
+
301
+ #: admin.inc.php:338
302
+ msgid "Always display latest post count in the daily lists?"
303
+ msgstr ""
304
+
305
+ #: admin.inc.php:340
306
+ msgid ""
307
+ "This option uses JavaScript and will increase your page load time. When you "
308
+ "enable this option, the daily widget will not use the options set there, but "
309
+ "options will need to be set on this screen."
310
  msgstr ""
 
311
 
312
+ #: admin.inc.php:343
313
  msgid "Open links in new window"
314
  msgstr ""
315
 
316
+ #: admin.inc.php:346
317
  msgid "Add nofollow attribute to links in the list"
318
  msgstr ""
319
 
320
+ #: admin.inc.php:349
321
  msgid "Exclude display of related posts on these posts / pages"
322
  msgstr ""
323
 
324
+ #: admin.inc.php:355
325
+ #, fuzzy
326
+ msgid "Customise the list HTML"
 
 
 
327
  msgstr "Paramétrer la sortie:"
328
 
329
+ #: admin.inc.php:357
330
  msgid "HTML to display before the list of posts: "
331
  msgstr "HTML d'affichage avant la liste des messages:"
332
 
333
+ #: admin.inc.php:360
334
  msgid "HTML to display before each list item: "
335
  msgstr "HTML d'affichage avant chaque élément de la liste:"
336
 
337
+ #: admin.inc.php:363
338
  msgid "HTML to display after each list item: "
339
  msgstr "HTML d'affichage après chaque élément de la liste:"
340
 
341
+ #: admin.inc.php:366
342
  msgid "HTML to display after the list of posts: "
343
  msgstr "HTML d'affichage après la liste des messages:"
344
 
345
+ #: admin.inc.php:369
346
  msgid "Post thumbnail options:"
347
  msgstr "Options thumbnail des messages:"
348
 
349
+ #: admin.inc.php:371
350
  msgid "Location of post thumbnail:"
351
  msgstr ""
352
 
353
+ #: admin.inc.php:375
354
  msgid "Display thumbnails inline with posts, before title"
355
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
356
 
357
+ #: admin.inc.php:379
358
  msgid "Display thumbnails inline with posts, after title"
359
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
360
 
361
+ #: admin.inc.php:383
362
  msgid "Display only thumbnails, no text"
363
  msgstr "Afficher uniquement le thumbnail, sans le texte"
364
 
365
+ #: admin.inc.php:387
366
  msgid "Do not display thumbnails, only text."
367
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
368
 
369
+ #: admin.inc.php:391
370
  msgid "Width of the thumbnail: "
371
  msgstr ""
372
 
373
+ #: admin.inc.php:394
374
  msgid "Height of the thumbnail: "
375
  msgstr ""
376
 
377
+ #: admin.inc.php:397
378
  msgid "Style attributes / Width and Height HTML attributes:"
379
  msgstr ""
380
 
381
+ #: admin.inc.php:401
382
+ msgid "Style attributes are used for width and height."
 
383
  msgstr ""
384
 
385
+ #: admin.inc.php:405
386
+ msgid "HTML width and height attributes are used for width and height."
 
 
387
  msgstr ""
388
 
389
+ #: admin.inc.php:409
390
  msgid "Use timthumb to generate thumbnails? "
391
  msgstr ""
392
 
393
+ #: admin.inc.php:412
394
  msgid ""
395
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
396
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
397
  msgstr ""
398
 
399
+ #: admin.inc.php:415
400
  #, fuzzy
401
  msgid "Post thumbnail meta field name: "
402
  msgstr "Options thumbnail des messages:"
403
 
404
+ #: admin.inc.php:418
405
  msgid ""
406
  "The value of this field should contain the image source and is set in the "
407
  "<em>Add New Post</em> screen"
408
  msgstr ""
409
 
410
+ #: admin.inc.php:421
411
  #, fuzzy
412
  msgid ""
413
  "If the postmeta is not set, then should the plugin extract the first image "
418
  "première image de la résolution correspondante du fichier est de taille "
419
  "supérieure"
420
 
421
+ #: admin.inc.php:424
422
  #, fuzzy
423
  msgid ""
424
  "This could slow down the loading of your page if the first image in the "
429
  "première image de la résolution correspondante du fichier est de taille "
430
  "supérieure"
431
 
432
+ #: admin.inc.php:427
433
  msgid "Use default thumbnail? "
434
  msgstr ""
435
 
436
+ #: admin.inc.php:430
437
  msgid ""
438
  "If checked, when no thumbnail is found, show a default one from the URL "
439
  "below. If not checked and no thumbnail is found, no image will be shown."
442
  "Thumbnail par défaut. S'il n'a pas été déterminé, que le thumbnail n'a pas "
443
  "été retrouvé, ne pas afficher l'image."
444
 
445
+ #: admin.inc.php:433
446
  msgid "Default thumbnail: "
447
  msgstr ""
448
 
449
+ #: admin.inc.php:437
450
  msgid ""
451
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
452
  "then it will check the meta field. If this is not available, then it will "
453
  "show the default image as specified above"
454
  msgstr ""
455
 
456
+ #: admin.inc.php:444
457
+ msgid "Custom CSS"
458
+ msgstr ""
459
+
460
+ #: admin.inc.php:447
461
+ msgid "Use default style included in the plugin?"
462
  msgstr ""
463
 
464
+ #: admin.inc.php:450
465
+ msgid ""
466
+ "Top 10 includes a default style that makes your popular posts list to look "
467
+ "pretty. Check the box above if you want to use this. You will need to select "
468
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
469
+ "Widget."
470
+ msgstr ""
471
+
472
+ #: admin.inc.php:453
473
  msgid "Custom CSS to add to header:"
474
  msgstr ""
475
 
476
+ #: admin.inc.php:456
477
  msgid ""
478
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
479
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
480
  "available CSS classes to style."
481
  msgstr ""
482
 
483
+ #: admin.inc.php:463 admin.inc.php:529
484
+ #, fuzzy
485
+ msgid "Save Options"
486
+ msgstr "Options:"
487
+
488
+ #: admin.inc.php:464
489
+ #, fuzzy
490
+ msgid "Default Options"
491
+ msgstr "Paramètres de sortie"
492
+
493
+ #: admin.inc.php:464
494
+ msgid "Do you want to set options to Default?"
495
+ msgstr "Définir les paramètres par défaut?"
496
+
497
+ #: admin.inc.php:473
498
  msgid "Maintenance"
499
  msgstr ""
500
 
501
+ #: admin.inc.php:477
502
  msgid ""
503
  "Over time the Daily Top 10 database grows in size, which reduces the "
504
  "performance of the plugin. Cleaning the database at regular intervals could "
505
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
506
+ "will automatically delete entries older than 90 days."
507
  msgstr ""
508
 
509
+ #: admin.inc.php:478
510
  msgid ""
511
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
512
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
513
  msgstr ""
514
 
515
+ #: admin.inc.php:481
516
  msgid "Enable scheduled maintenance of daily tables:"
517
  msgstr ""
518
 
519
+ #: admin.inc.php:485
520
  msgid "Time to run maintenance"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:486
524
+ msgid "hrs"
525
+ msgstr ""
526
+
527
+ #: admin.inc.php:486
528
+ msgid "min"
529
+ msgstr ""
530
+
531
+ #: admin.inc.php:488
532
  msgid "How often should the maintenance be run:"
533
  msgstr ""
534
 
535
+ #: admin.inc.php:492
536
  msgid "Daily"
537
  msgstr ""
538
 
539
+ #: admin.inc.php:496
540
  msgid "Weekly"
541
  msgstr ""
542
 
543
+ #: admin.inc.php:500
544
  msgid "Fortnightly"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:504
548
  msgid "Monthly"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:513
552
  msgid "The cron job has been scheduled. Maintenance will run "
553
  msgstr ""
554
 
555
+ #: admin.inc.php:518
556
  msgid "The cron job is missing. Please resave this page to add the job"
557
  msgstr ""
558
 
559
+ #: admin.inc.php:523
560
  msgid "Maintenance is turned off"
561
  msgstr ""
562
 
563
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  msgid "Reset count"
565
  msgstr "Réinitialiser le compteur"
566
 
567
+ #: admin.inc.php:540
568
  msgid ""
569
  "This cannot be reversed. Make sure that your database has been backed up "
570
  "before proceeding"
572
  "Cette action ne peut être annulée. Assurez-vous que la base de données a été "
573
  "sauvegardée avant de poursuivre."
574
 
575
+ #: admin.inc.php:543
576
  #, fuzzy
577
  msgid "Reset Popular Posts"
578
  msgstr "Postes populaires"
579
 
580
+ #: admin.inc.php:543
581
  msgid "Are you sure you want to reset the popular posts?"
582
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires?"
583
 
584
+ #: admin.inc.php:544
585
  #, fuzzy
586
  msgid "Reset Daily Popular Posts"
587
  msgstr "Postes populaires journaliers"
588
 
589
+ #: admin.inc.php:544
590
  msgid "Are you sure you want to reset the daily popular posts?"
591
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires journaliers?"
592
 
593
+ #: admin.inc.php:545
594
  msgid "Clear duplicates"
595
  msgstr ""
596
 
597
+ #: admin.inc.php:545
598
  msgid "This will delete the duplicate entries in the tables. Proceed?"
599
  msgstr ""
600
  "Cela supprimera les doubles des enregistrements dans les tableaux. Continuer?"
601
 
602
+ #: admin.inc.php:593 admin.inc.php:979
603
  msgid "Popular Posts"
604
  msgstr "Postes populaires"
605
 
606
+ #: admin.inc.php:593 admin.inc.php:688
607
  msgid "Daily Popular Posts"
608
  msgstr "Postes populaires journaliers"
609
 
610
+ #: admin.inc.php:621
611
  msgid "Support the development"
612
  msgstr "Soutenir le projet"
613
 
614
+ #: admin.inc.php:630
615
  msgid "Enter amount in USD: "
616
  msgstr "Saisir le montant en dollars US"
617
 
618
+ #: admin.inc.php:634
619
  msgid "Send your donation to the author of"
620
  msgstr "Envoyer sa dotation à l'auteur"
621
 
622
+ #: admin.inc.php:641
623
+ msgid "Follow me"
624
  msgstr ""
625
 
626
+ #: admin.inc.php:651
627
  #, fuzzy
628
+ msgid "Quick links"
629
  msgstr "Liens rapides"
630
 
631
+ #: admin.inc.php:655
632
  #, fuzzy
633
  msgid "Top 10 plugin page"
634
  msgstr "Page de plugin"
635
 
636
+ #: admin.inc.php:656
637
  msgid "Other plugins"
638
  msgstr "Autres plugins"
639
 
640
+ #: admin.inc.php:657
641
  msgid "Ajay's blog"
642
  msgstr "Blog Ajay"
643
 
644
+ #: admin.inc.php:658
645
+ msgid "FAQ"
646
+ msgstr ""
647
+
648
+ #: admin.inc.php:659 top-10.php:1271
649
  msgid "Support"
650
  msgstr "Service d'assistance"
651
 
652
+ #: admin.inc.php:660
653
+ msgid "Reviews"
654
+ msgstr ""
655
 
656
+ #: admin.inc.php:679 admin.inc.php:682
657
  #, fuzzy
658
  msgid "Top 10 Settings"
659
  msgstr "Paramètres"
660
 
661
+ #: admin.inc.php:679
662
  msgid "Top 10"
663
  msgstr "Тоp 10"
664
 
665
+ #: admin.inc.php:685
666
  #, fuzzy
667
  msgid "Overall Popular Posts"
668
  msgstr "Voir tous les postes populaires"
669
 
670
+ #: admin.inc.php:850
671
+ #, php-format
672
+ msgid "Results %1$s to %2$s of %3$s"
673
+ msgstr ""
 
 
 
674
 
675
+ #: admin.inc.php:854
676
+ #, php-format
677
+ msgid "Page %s of %s"
678
+ msgstr ""
679
 
680
+ #: admin.inc.php:866
681
  msgid "View Daily Popular Posts"
682
  msgstr "Voir les postes populaires journaliers"
683
 
684
+ #: admin.inc.php:869 admin.inc.php:882
685
  msgid "Results per-page:"
686
  msgstr "Résultats par page:"
687
 
688
+ #: admin.inc.php:879
689
  msgid "View Overall Popular Posts"
690
  msgstr "Voir tous les postes populaires"
691
 
692
+ #: admin.inc.php:908
693
  msgid "Previous"
694
  msgstr "Précédente"
695
 
696
+ #: admin.inc.php:936
697
  msgid "Next"
698
  msgstr "Suivante"
699
 
700
+ #: admin.inc.php:980
701
  msgid "Daily Popular"
702
  msgstr "Populaires journaliers"
703
 
704
+ #: admin.inc.php:998
705
  #, fuzzy
706
  msgid "Total Views"
707
  msgstr "Total/aujourd'hui visionnages"
708
 
709
+ #: admin.inc.php:999
710
  #, fuzzy
711
  msgid "Today's Views"
712
  msgstr "Total/aujourd'hui visionnages"
713
 
714
+ #: admin.inc.php:1000
715
+ #, fuzzy
716
+ msgid "Views"
717
+ msgstr "Total/aujourd'hui visionnages"
718
+
719
+ #: top-10.php:440
720
  msgid " by "
721
  msgstr ""
722
 
723
+ #: top-10.php:526
724
  msgid "Display the posts popular this week"
725
  msgstr "Afficher les postes populaires de la semaine"
726
 
727
+ #: top-10.php:527
728
  #, fuzzy
729
  msgid "Popular Posts [Top 10]"
730
  msgstr "Postes populaires"
731
 
732
+ #: top-10.php:545
733
  msgid "Title"
734
  msgstr ""
735
 
736
+ #: top-10.php:550
737
  msgid "No. of posts"
738
  msgstr ""
739
 
740
+ #: top-10.php:555
741
  msgid "Overall"
742
  msgstr ""
743
 
744
+ #: top-10.php:556
745
  msgid "Custom time period (Enter below)"
746
  msgstr ""
747
 
748
+ #: top-10.php:561
749
  msgid "Range in number of days (applies only to custom option above)"
750
  msgstr ""
751
 
752
+ #: top-10.php:566
753
+ #, fuzzy
754
+ msgid " Show count?"
755
+ msgstr "Afficher le fragment du message dans la liste?"
756
+
757
+ #: top-10.php:571
758
  #, fuzzy
759
  msgid " Show excerpt?"
760
  msgstr "Afficher le fragment du message dans la liste?"
761
 
762
+ #: top-10.php:576
763
  msgid " Show author?"
764
  msgstr ""
765
 
766
+ #: top-10.php:581
767
  #, fuzzy
768
  msgid " Show date?"
769
  msgstr "Afficher le fragment du message dans la liste?"
770
 
771
+ #: top-10.php:585
772
  #, fuzzy
773
  msgid "Thumbnail options"
774
  msgstr "Options thumbnail des messages:"
775
 
776
+ #: top-10.php:587
777
  #, fuzzy
778
  msgid "Thumbnails inline, before title"
779
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
780
 
781
+ #: top-10.php:588
782
  #, fuzzy
783
  msgid "Thumbnails inline, after title"
784
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
785
 
786
+ #: top-10.php:589
787
  #, fuzzy
788
  msgid "Only thumbnails, no text"
789
  msgstr "Afficher uniquement le thumbnail, sans le texte"
790
 
791
+ #: top-10.php:590
792
  #, fuzzy
793
  msgid "No thumbnails, only text."
794
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
795
 
796
+ #: top-10.php:595
797
  #, fuzzy
798
  msgid "Thumbnail height"
799
  msgstr "Options thumbnail des messages:"
800
 
801
+ #: top-10.php:600
802
  #, fuzzy
803
  msgid "Thumbnail width"
804
  msgstr "Options thumbnail des messages:"
805
 
806
+ #: top-10.php:721
807
  msgid "<h3>Popular Posts</h3>"
808
  msgstr "<h3>Postes populaires</h3>"
809
 
810
+ #: top-10.php:722
811
  msgid "<h3>Daily Popular</h3>"
812
  msgstr "<h3>Populaires Journaliers</h3>"
813
 
814
+ #: top-10.php:723
815
  #, fuzzy
816
  msgid "No top posts yet"
817
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
818
 
819
+ #: top-10.php:1188
820
  msgid "Once Weekly"
821
  msgstr ""
822
 
823
+ #: top-10.php:1192
824
  msgid "Once Fortnightly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1196
828
  msgid "Once Monthly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1259
832
  msgid "Settings"
833
  msgstr "Paramètres"
834
 
835
+ #: top-10.php:1272
836
  msgid "Donate"
837
  msgstr "Conribuer"
838
 
839
+ #, fuzzy
840
+ #~ msgid "This option uses JavaScript and will increase your page load time"
841
+ #~ msgstr ""
842
+ #~ "Rendre la liste des postes journaliers dynamiques? Cette option fait "
843
+ #~ "appel à JavaScript, le chargement du poste peut augmenter le temps du "
844
+ #~ "chargement de la page"
845
+
846
+ #~ msgid "Display number of page views in popular lists?"
847
+ #~ msgstr ""
848
+ #~ "Afficher le nombre des visionnages des pages dans les listes de "
849
+ #~ "popularité?"
850
+
851
+ #~ msgid "Recent developments"
852
+ #~ msgstr "Les derniers projets"
853
+
854
+ #~ msgid "Results"
855
+ #~ msgstr "Résultats"
856
+
857
+ #~ msgid "of"
858
+ #~ msgstr "de, du, de la, des"
859
+
860
+ #~ msgid "Page"
861
+ #~ msgstr "Page"
862
+
863
  #, fuzzy
864
  #~ msgid "Exclude Pages?"
865
  #~ msgstr "Exclure les catégories:"
877
  #~ msgid "Tables cleaned of duplicate rows"
878
  #~ msgstr "Supprimer les lignes répétitives du tableau"
879
 
 
 
 
880
  #~ msgid ""
881
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
882
  #~ "added with the count"
languages/tptn-ga_IR.mo CHANGED
Binary file
languages/tptn-ga_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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"
@@ -15,169 +15,199 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Roghanna shábháil go rathúil."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Roghanna leagtha chun Réamhshocrú."
33
 
34
- #: admin.inc.php:137
35
  #, fuzzy
36
  msgid "Top 10 popular posts reset"
37
  msgstr "Teideal an post tóir:"
38
 
39
- #: admin.inc.php:143
40
  #, fuzzy
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Teideal ar tóir an bpost:"
43
 
44
- #: admin.inc.php:150
45
  msgid "Duplicate rows cleaned from tables"
46
  msgstr ""
47
 
48
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
49
  msgid "General options"
50
  msgstr ""
51
 
52
- #: admin.inc.php:175
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
- #: admin.inc.php:180
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
- #: admin.inc.php:185
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
- #: admin.inc.php:187
65
  msgid ""
66
  "This will try to prevent W3 Total Cache from caching the addcount script of "
67
  "the plugin. Try toggling this option in case you find that our posts are not "
68
  "tracked."
69
  msgstr ""
70
 
71
- #: admin.inc.php:191
72
  msgid "Number of popular posts to display: "
73
  msgstr "An líon post tóir a thaispeáint:"
74
 
75
- #: admin.inc.php:195
 
 
 
 
 
 
76
  msgid "Daily Popular should contain views of how many days? "
77
  msgstr "Ba chóir go laethúil Coitianta bhfuil tuairimí cé mhéad lá?"
78
 
79
- #: admin.inc.php:198
 
 
 
 
 
 
 
80
  msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
- #: admin.inc.php:209
84
  msgid "List of post or page IDs to exclude from the results: "
85
  msgstr ""
86
 
87
- #: admin.inc.php:213
 
 
 
 
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
- #: admin.inc.php:228
92
  msgid ""
93
  "Comma separated list of category slugs. The field above has an autocomplete "
94
  "so simply start typing in the starting letters and it will prompt you with "
95
  "options"
96
  msgstr ""
97
 
98
- #: admin.inc.php:233
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
102
 
103
- #: admin.inc.php:235
104
  msgid "Posts"
105
  msgstr ""
106
 
107
- #: admin.inc.php:236
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Leathanach"
111
 
112
- #: admin.inc.php:237
113
  msgid "Home page"
114
  msgstr ""
115
 
116
- #: admin.inc.php:238
117
  msgid "Feeds"
118
  msgstr ""
119
 
120
- #: admin.inc.php:239
121
  msgid "Category archives"
122
  msgstr ""
123
 
124
- #: admin.inc.php:240
125
  msgid "Tag archives"
126
  msgstr ""
127
 
128
- #: admin.inc.php:241
129
  msgid "Other archives"
130
  msgstr ""
131
 
132
- #: admin.inc.php:242
133
  msgid ""
134
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
135
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
136
  "you want it displayed"
137
  msgstr ""
138
 
139
- #: admin.inc.php:245
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
- #: admin.inc.php:247
144
  msgid ""
145
  "This option uses JavaScript and will increase your page load time. Turn this "
146
  "off if you are not using caching plugins or are OK with displaying older "
147
- "cached counts. When you enable this option, the daily widget will not use "
148
- "the options set there, but options will need to be set on this screen."
149
  msgstr ""
150
 
151
- #: admin.inc.php:250
152
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
153
  msgstr ""
154
 
155
- #: admin.inc.php:252
156
  #, fuzzy
157
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
158
  msgstr ""
159
- "Post Force laethúil 'liosta a bheith dinimiciúil? Úsáideann sé seo roghanna "
160
- "JavaScript a luchtú ar an bpost agus is féidir a mhéadú do chuid ama a "
161
- "luchtú leathanach"
162
 
163
- #: admin.inc.php:255
164
- msgid "Track visits of authors on their own posts?"
165
- msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
 
 
 
 
 
 
166
 
167
- #: admin.inc.php:258
168
  #, fuzzy
169
- msgid "Track visits of admins?"
170
- msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
171
 
172
- #: admin.inc.php:261
173
- msgid "Display page views on Posts > All Posts in Admin"
 
 
174
  msgstr ""
175
 
176
- #: admin.inc.php:264
177
  msgid "Link to Top 10 plugin page"
178
  msgstr ""
179
 
180
- #: admin.inc.php:266
181
  #, fuzzy
182
  msgid ""
183
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -186,16 +216,17 @@ msgstr ""
186
  "Tá nasc chuig an breiseán seo a leanas mar mhír liosta breise le liosta "
187
  "de phoist tóir. Gan éigeantach, ach a bhuíochas má dhéanann tú é!"
188
 
189
- #: admin.inc.php:273
190
  #, fuzzy
191
- msgid "Output Options"
192
  msgstr "roghanna"
193
 
194
- #: admin.inc.php:276
195
- msgid "Format to display the count in: "
 
196
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
197
 
198
- #: admin.inc.php:278
199
  #, fuzzy
200
  msgid ""
201
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -208,537 +239,606 @@ msgstr ""
208
  "laethúil. e.g. na roghanna réamhshocraithe taispeántais <code> (Cuairt "
209
  "123 amanna, 23 cuairt inniu) </ cód>"
210
 
211
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
212
  msgid "Title of popular posts: "
213
  msgstr "Teideal an post tóir:"
214
 
215
- #: admin.inc.php:284
216
  msgid "Title of daily popular posts: "
217
  msgstr "Teideal ar tóir an bpost:"
218
 
219
- #: admin.inc.php:287
220
  msgid "When there are no posts, what should be shown?"
221
  msgstr ""
222
 
223
- #: admin.inc.php:291
224
  msgid "Blank Output"
225
  msgstr ""
226
 
227
- #: admin.inc.php:295
228
  msgid "Display:"
229
  msgstr ""
230
 
231
- #: admin.inc.php:299
232
  msgid "Show post excerpt in list?"
233
  msgstr ""
234
 
235
- #: admin.inc.php:302
236
  msgid "Length of excerpt (in words): "
237
  msgstr ""
238
 
239
- #: admin.inc.php:305
240
  msgid "Show post author in list?"
241
  msgstr ""
242
 
243
- #: admin.inc.php:308
244
  msgid "Show post date in list?"
245
  msgstr ""
246
 
247
- #: admin.inc.php:311
248
  msgid "Limit post title length (in characters)"
249
  msgstr ""
250
 
251
- #: admin.inc.php:314
252
- msgid "Display number of page views in popular lists?"
253
- msgstr "Taispeáin líon na radhairc leathanaigh i liostaí tóir?"
 
 
 
 
 
 
 
 
 
 
 
254
 
255
- #: admin.inc.php:317
256
  msgid "Open links in new window"
257
  msgstr ""
258
 
259
- #: admin.inc.php:320
260
  msgid "Add nofollow attribute to links in the list"
261
  msgstr ""
262
 
263
- #: admin.inc.php:323
264
  msgid "Exclude display of related posts on these posts / pages"
265
  msgstr ""
266
 
267
- #: admin.inc.php:326
268
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
269
- msgstr ""
270
-
271
- #: admin.inc.php:329
272
- msgid "Customize the output:"
273
  msgstr ""
274
 
275
- #: admin.inc.php:331
276
  #, fuzzy
277
  msgid "HTML to display before the list of posts: "
278
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
279
 
280
- #: admin.inc.php:334
281
  #, fuzzy
282
  msgid "HTML to display before each list item: "
283
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
284
 
285
- #: admin.inc.php:337
286
  #, fuzzy
287
  msgid "HTML to display after each list item: "
288
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
289
 
290
- #: admin.inc.php:340
291
  #, fuzzy
292
  msgid "HTML to display after the list of posts: "
293
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
294
 
295
- #: admin.inc.php:343
296
  msgid "Post thumbnail options:"
297
  msgstr ""
298
 
299
- #: admin.inc.php:345
300
  msgid "Location of post thumbnail:"
301
  msgstr ""
302
 
303
- #: admin.inc.php:349
304
  #, fuzzy
305
  msgid "Display thumbnails inline with posts, before title"
306
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
307
 
308
- #: admin.inc.php:353
309
  #, fuzzy
310
  msgid "Display thumbnails inline with posts, after title"
311
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
312
 
313
- #: admin.inc.php:357
314
  #, fuzzy
315
  msgid "Display only thumbnails, no text"
316
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
317
 
318
- #: admin.inc.php:361
319
  #, fuzzy
320
  msgid "Do not display thumbnails, only text."
321
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
322
 
323
- #: admin.inc.php:365
324
  msgid "Width of the thumbnail: "
325
  msgstr ""
326
 
327
- #: admin.inc.php:368
328
  msgid "Height of the thumbnail: "
329
  msgstr ""
330
 
331
- #: admin.inc.php:371
332
  msgid "Style attributes / Width and Height HTML attributes:"
333
  msgstr ""
334
 
335
- #: admin.inc.php:375
336
- msgid ""
337
- "Style attributes are used for width and height. <code>style=\"max-width:"
338
  msgstr ""
339
 
340
- #: admin.inc.php:379
341
- msgid ""
342
- "HTML width and height attributes are used for width and height. <code>width="
343
- "\""
344
  msgstr ""
345
 
346
- #: admin.inc.php:383
347
  msgid "Use timthumb to generate thumbnails? "
348
  msgstr ""
349
 
350
- #: admin.inc.php:386
351
  msgid ""
352
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
353
- "\">timthumb</a> will be used to generate thumbnails"
354
  msgstr ""
355
 
356
- #: admin.inc.php:389
357
  msgid "Post thumbnail meta field name: "
358
  msgstr ""
359
 
360
- #: admin.inc.php:392
361
  msgid ""
362
  "The value of this field should contain the image source and is set in the "
363
  "<em>Add New Post</em> screen"
364
  msgstr ""
365
 
366
- #: admin.inc.php:395
367
  msgid ""
368
  "If the postmeta is not set, then should the plugin extract the first image "
369
  "from the post?"
370
  msgstr ""
371
 
372
- #: admin.inc.php:398
373
  msgid ""
374
  "This could slow down the loading of your page if the first image in the "
375
  "related posts is large in file-size"
376
  msgstr ""
377
 
378
- #: admin.inc.php:401
379
  msgid "Use default thumbnail? "
380
  msgstr ""
381
 
382
- #: admin.inc.php:404
383
  msgid ""
384
  "If checked, when no thumbnail is found, show a default one from the URL "
385
  "below. If not checked and no thumbnail is found, no image will be shown."
386
  msgstr ""
387
 
388
- #: admin.inc.php:407
389
  msgid "Default thumbnail: "
390
  msgstr ""
391
 
392
- #: admin.inc.php:410
393
  msgid ""
394
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
395
  "then it will check the meta field. If this is not available, then it will "
396
  "show the default image as specified above"
397
  msgstr ""
398
 
399
- #: admin.inc.php:417
400
- msgid "Custom Styles"
 
 
 
 
 
 
 
 
 
 
 
 
401
  msgstr ""
402
 
403
- #: admin.inc.php:420
404
  msgid "Custom CSS to add to header:"
405
  msgstr ""
406
 
407
- #: admin.inc.php:423
408
  msgid ""
409
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
410
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
411
  "available CSS classes to style."
412
  msgstr ""
413
 
414
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
  msgid "Maintenance"
416
  msgstr ""
417
 
418
- #: admin.inc.php:434
419
  msgid ""
420
  "Over time the Daily Top 10 database grows in size, which reduces the "
421
  "performance of the plugin. Cleaning the database at regular intervals could "
422
- "improve performance, especially on high traffic blogs."
 
423
  msgstr ""
424
 
425
- #: admin.inc.php:435
426
  msgid ""
427
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
428
- "everytime the job is rescheduled (i.e. you change the settings below). This "
429
- "causes the daily posts table to reset."
430
  msgstr ""
431
 
432
- #: admin.inc.php:438
433
  msgid "Enable scheduled maintenance of daily tables:"
434
  msgstr ""
435
 
436
- #: admin.inc.php:442
437
  msgid "Time to run maintenance"
438
  msgstr ""
439
 
440
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
441
  msgid "How often should the maintenance be run:"
442
  msgstr ""
443
 
444
- #: admin.inc.php:449
445
  msgid "Daily"
446
  msgstr ""
447
 
448
- #: admin.inc.php:453
449
  msgid "Weekly"
450
  msgstr ""
451
 
452
- #: admin.inc.php:457
453
  msgid "Fortnightly"
454
  msgstr ""
455
 
456
- #: admin.inc.php:461
457
  msgid "Monthly"
458
  msgstr ""
459
 
460
- #: admin.inc.php:470
461
  msgid "The cron job has been scheduled. Maintenance will run "
462
  msgstr ""
463
 
464
- #: admin.inc.php:475
465
  msgid "The cron job is missing. Please resave this page to add the job"
466
  msgstr ""
467
 
468
- #: admin.inc.php:480
469
  msgid "Maintenance is turned off"
470
  msgstr ""
471
 
472
- #: admin.inc.php:488
473
- #, fuzzy
474
- msgid "Save Options"
475
- msgstr "roghanna"
476
-
477
- #: admin.inc.php:489
478
- #, fuzzy
479
- msgid "Default Options"
480
- msgstr "roghanna"
481
-
482
- #: admin.inc.php:489
483
- msgid "Do you want to set options to Default?"
484
- msgstr "Ar mhaith leat roghanna atá leagtha chun Réamhshocrú?"
485
-
486
- #: admin.inc.php:493
487
  msgid "Reset count"
488
  msgstr ""
489
 
490
- #: admin.inc.php:496
491
  msgid ""
492
  "This cannot be reversed. Make sure that your database has been backed up "
493
  "before proceeding"
494
  msgstr ""
495
 
496
- #: admin.inc.php:499
497
  #, fuzzy
498
  msgid "Reset Popular Posts"
499
  msgstr "Poist Coitianta"
500
 
501
- #: admin.inc.php:499
502
  msgid "Are you sure you want to reset the popular posts?"
503
  msgstr ""
504
 
505
- #: admin.inc.php:500
506
  #, fuzzy
507
  msgid "Reset Daily Popular Posts"
508
  msgstr "Poist Coitianta Laethúil"
509
 
510
- #: admin.inc.php:500
511
  msgid "Are you sure you want to reset the daily popular posts?"
512
  msgstr ""
513
 
514
- #: admin.inc.php:501
515
  msgid "Clear duplicates"
516
  msgstr ""
517
 
518
- #: admin.inc.php:501
519
  msgid "This will delete the duplicate entries in the tables. Proceed?"
520
  msgstr ""
521
 
522
- #: admin.inc.php:544 admin.inc.php:929
523
  msgid "Popular Posts"
524
  msgstr "Poist Coitianta"
525
 
526
- #: admin.inc.php:544 admin.inc.php:631
527
  msgid "Daily Popular Posts"
528
  msgstr "Poist Coitianta Laethúil"
529
 
530
- #: admin.inc.php:572
531
  #, fuzzy
532
  msgid "Support the development"
533
  msgstr "Tacú le Forbairt"
534
 
535
- #: admin.inc.php:580
536
  msgid "Enter amount in USD: "
537
  msgstr ""
538
 
539
- #: admin.inc.php:584
540
  msgid "Send your donation to the author of"
541
  msgstr ""
542
 
543
- #: admin.inc.php:590
544
- msgid "Follow us"
545
  msgstr ""
546
 
547
- #: admin.inc.php:596
548
- msgid "Quick Links"
549
  msgstr ""
550
 
551
- #: admin.inc.php:598
552
  msgid "Top 10 plugin page"
553
  msgstr ""
554
 
555
- #: admin.inc.php:599
556
  msgid "Other plugins"
557
  msgstr ""
558
 
559
- #: admin.inc.php:600
560
  msgid "Ajay's blog"
561
  msgstr ""
562
 
563
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
564
  msgid "Support"
565
  msgstr ""
566
 
567
- #: admin.inc.php:605
568
- #, fuzzy
569
- msgid "Recent developments"
570
- msgstr "Tacú le Forbairt"
571
 
572
- #: admin.inc.php:622 admin.inc.php:625
573
  #, fuzzy
574
  msgid "Top 10 Settings"
575
  msgstr "Top 10"
576
 
577
- #: admin.inc.php:622
578
  msgid "Top 10"
579
  msgstr "Top 10"
580
 
581
- #: admin.inc.php:628
582
  #, fuzzy
583
  msgid "Overall Popular Posts"
584
  msgstr "Féach ar Poist Coitianta Foriomlán"
585
 
586
- #: admin.inc.php:799
587
- msgid "Results"
588
- msgstr "torthaí"
589
-
590
- #: admin.inc.php:801 admin.inc.php:807
591
- msgid "of"
592
- msgstr "de"
593
 
594
- #: admin.inc.php:805
595
- msgid "Page"
596
- msgstr "Leathanach"
 
597
 
598
- #: admin.inc.php:819
599
  msgid "View Daily Popular Posts"
600
  msgstr "Féach ar Poist sa lá Coitianta"
601
 
602
- #: admin.inc.php:822 admin.inc.php:835
603
  msgid "Results per-page:"
604
  msgstr "Torthaí in aghaidh an-leathanach:"
605
 
606
- #: admin.inc.php:832
607
  msgid "View Overall Popular Posts"
608
  msgstr "Féach ar Poist Coitianta Foriomlán"
609
 
610
- #: admin.inc.php:861
611
  msgid "Previous"
612
  msgstr "roimhe Seo"
613
 
614
- #: admin.inc.php:889
615
  msgid "Next"
616
  msgstr "Ar Aghaidh"
617
 
618
- #: admin.inc.php:930
619
  msgid "Daily Popular"
620
  msgstr "laethúil Coitianta"
621
 
622
- #: admin.inc.php:946
623
  #, fuzzy
624
  msgid "Total Views"
625
  msgstr "laethúil Coitianta"
626
 
627
- #: admin.inc.php:947
628
  #, fuzzy
629
  msgid "Today's Views"
630
  msgstr "laethúil Coitianta"
631
 
632
- #: top-10.php:415
 
 
 
 
 
633
  msgid " by "
634
  msgstr ""
635
 
636
- #: top-10.php:501
637
  msgid "Display the posts popular this week"
638
  msgstr ""
639
 
640
- #: top-10.php:502
641
  #, fuzzy
642
  msgid "Popular Posts [Top 10]"
643
  msgstr "Poist Coitianta"
644
 
645
- #: top-10.php:519
646
  msgid "Title"
647
  msgstr ""
648
 
649
- #: top-10.php:524
650
  msgid "No. of posts"
651
  msgstr ""
652
 
653
- #: top-10.php:529
654
  msgid "Overall"
655
  msgstr ""
656
 
657
- #: top-10.php:530
658
  msgid "Custom time period (Enter below)"
659
  msgstr ""
660
 
661
- #: top-10.php:535
662
  msgid "Range in number of days (applies only to custom option above)"
663
  msgstr ""
664
 
665
- #: top-10.php:540
 
 
 
 
666
  msgid " Show excerpt?"
667
  msgstr ""
668
 
669
- #: top-10.php:545
670
  msgid " Show author?"
671
  msgstr ""
672
 
673
- #: top-10.php:550
674
  msgid " Show date?"
675
  msgstr ""
676
 
677
- #: top-10.php:554
678
  msgid "Thumbnail options"
679
  msgstr ""
680
 
681
- #: top-10.php:556
682
  #, fuzzy
683
  msgid "Thumbnails inline, before title"
684
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
685
 
686
- #: top-10.php:557
687
  #, fuzzy
688
  msgid "Thumbnails inline, after title"
689
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
690
 
691
- #: top-10.php:558
692
  #, fuzzy
693
  msgid "Only thumbnails, no text"
694
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
695
 
696
- #: top-10.php:559
697
  #, fuzzy
698
  msgid "No thumbnails, only text."
699
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
700
 
701
- #: top-10.php:564
702
  msgid "Thumbnail height"
703
  msgstr ""
704
 
705
- #: top-10.php:569
706
  msgid "Thumbnail width"
707
  msgstr ""
708
 
709
- #: top-10.php:670
710
  msgid "<h3>Popular Posts</h3>"
711
  msgstr "<h3>Poist Coitianta </ h3>"
712
 
713
- #: top-10.php:671
714
  msgid "<h3>Daily Popular</h3>"
715
  msgstr "<h3> laethúil Coitianta </ h3>"
716
 
717
- #: top-10.php:672
718
  #, fuzzy
719
  msgid "No top posts yet"
720
  msgstr "Teideal an post tóir:"
721
 
722
- #: top-10.php:1113
723
  msgid "Once Weekly"
724
  msgstr ""
725
 
726
- #: top-10.php:1114
727
  msgid "Once Fortnightly"
728
  msgstr ""
729
 
730
- #: top-10.php:1115
731
  msgid "Once Monthly"
732
  msgstr ""
733
 
734
- #: top-10.php:1135
735
  msgid "Settings"
736
  msgstr ""
737
 
738
- #: top-10.php:1148
739
  msgid "Donate"
740
  msgstr ""
741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
742
  #~ msgid ""
743
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
744
  #~ "continue to be counted."
@@ -746,9 +846,6 @@ msgstr ""
746
  #~ "Fág amach Ailt sa taispeáint Poist Coitianta? Beidh Líon na tuairimí "
747
  #~ "maidir Leathanaigh ar aghaidh a chur san áireamh."
748
 
749
- #~ msgid "Display number of views on pages?"
750
- #~ msgstr "Taispeáin líon na dtuairimí ar leathanaigh?"
751
-
752
  #~ msgid ""
753
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
754
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Roghanna shábháil go rathúil."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Roghanna leagtha chun Réamhshocrú."
25
 
26
+ #: admin.inc.php:128
27
  #, fuzzy
28
  msgid "Top 10 popular posts reset"
29
  msgstr "Teideal an post tóir:"
30
 
31
+ #: admin.inc.php:134
32
  #, fuzzy
33
  msgid "Top 10 daily popular posts reset"
34
  msgstr "Teideal ar tóir an bpost:"
35
 
36
+ #: admin.inc.php:141
37
  msgid "Duplicate rows cleaned from tables"
38
  msgstr ""
39
 
40
+ #: admin.inc.php:152
41
+ msgid "Scheduled maintenance enabled / modified"
42
+ msgstr ""
43
+
44
+ #: admin.inc.php:156
45
+ msgid "Scheduled maintenance disabled"
46
+ msgstr ""
47
+
48
+ #: admin.inc.php:172
49
  msgid "General options"
50
  msgstr ""
51
 
52
+ #: admin.inc.php:176
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
+ #: admin.inc.php:181
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
+ #: admin.inc.php:186
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
+ #: admin.inc.php:188
65
  msgid ""
66
  "This will try to prevent W3 Total Cache from caching the addcount script of "
67
  "the plugin. Try toggling this option in case you find that our posts are not "
68
  "tracked."
69
  msgstr ""
70
 
71
+ #: admin.inc.php:192
72
  msgid "Number of popular posts to display: "
73
  msgstr "An líon post tóir a thaispeáint:"
74
 
75
+ #: admin.inc.php:194
76
+ msgid ""
77
+ "Maximum number of posts that will be displayed in the list. This option is "
78
+ "used if you don't specify the number of posts in the widget or shortcodes"
79
+ msgstr ""
80
+
81
+ #: admin.inc.php:198
82
  msgid "Daily Popular should contain views of how many days? "
83
  msgstr "Ba chóir go laethúil Coitianta bhfuil tuairimí cé mhéad lá?"
84
 
85
+ #: admin.inc.php:200
86
+ msgid ""
87
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
88
+ "display posts for as many days as you want. This can be overridden in the "
89
+ "widget."
90
+ msgstr ""
91
+
92
+ #: admin.inc.php:203
93
  msgid "Post types to include in results (including custom post types)"
94
  msgstr ""
95
 
96
+ #: admin.inc.php:214
97
  msgid "List of post or page IDs to exclude from the results: "
98
  msgstr ""
99
 
100
+ #: admin.inc.php:216 admin.inc.php:352
101
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
102
+ msgstr ""
103
+
104
+ #: admin.inc.php:220
105
  msgid "Exclude Categories: "
106
  msgstr ""
107
 
108
+ #: admin.inc.php:235
109
  msgid ""
110
  "Comma separated list of category slugs. The field above has an autocomplete "
111
  "so simply start typing in the starting letters and it will prompt you with "
112
  "options"
113
  msgstr ""
114
 
115
+ #: admin.inc.php:240
116
  #, fuzzy
117
  msgid "Display number of views on:"
118
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
119
 
120
+ #: admin.inc.php:242
121
  msgid "Posts"
122
  msgstr ""
123
 
124
+ #: admin.inc.php:243
125
  #, fuzzy
126
  msgid "Pages"
127
  msgstr "Leathanach"
128
 
129
+ #: admin.inc.php:244
130
  msgid "Home page"
131
  msgstr ""
132
 
133
+ #: admin.inc.php:245
134
  msgid "Feeds"
135
  msgstr ""
136
 
137
+ #: admin.inc.php:246
138
  msgid "Category archives"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:247
142
  msgid "Tag archives"
143
  msgstr ""
144
 
145
+ #: admin.inc.php:248
146
  msgid "Other archives"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:249
150
  msgid ""
151
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
  "you want it displayed"
154
  msgstr ""
155
 
156
+ #: admin.inc.php:252
157
  msgid "Always display latest post count"
158
  msgstr ""
159
 
160
+ #: admin.inc.php:254
161
  msgid ""
162
  "This option uses JavaScript and will increase your page load time. Turn this "
163
  "off if you are not using caching plugins or are OK with displaying older "
164
+ "cached counts."
 
165
  msgstr ""
166
 
167
+ #: admin.inc.php:257
168
+ msgid "Track visits of authors on their own posts?"
169
+ msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
170
+
171
+ #: admin.inc.php:259
172
+ msgid ""
173
+ "Disabling this option will stop authors visits tracked on their own posts"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:262
177
  #, fuzzy
178
+ msgid "Track visits of admins?"
179
+ msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
180
+
181
+ #: admin.inc.php:264
182
+ msgid "Disabling this option will stop admin visits being tracked."
183
  msgstr ""
 
 
 
184
 
185
+ #: admin.inc.php:267
186
+ msgid "Display page views on Posts and Pages in Admin"
187
+ msgstr ""
188
+
189
+ #: admin.inc.php:270
190
+ msgid ""
191
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
192
+ "and All Pages"
193
+ msgstr ""
194
 
195
+ #: admin.inc.php:273
196
  #, fuzzy
197
+ msgid "Show number of views to non-admins"
198
+ msgstr "Taispeáin líon na dtuairimí ar leathanaigh?"
199
 
200
+ #: admin.inc.php:276
201
+ msgid ""
202
+ "If you disable this then non-admins won't see the above columns or view the "
203
+ "independent pages with the top posts"
204
  msgstr ""
205
 
206
+ #: admin.inc.php:279
207
  msgid "Link to Top 10 plugin page"
208
  msgstr ""
209
 
210
+ #: admin.inc.php:282
211
  #, fuzzy
212
  msgid ""
213
  "A link to the plugin is added as an extra list item to the list of popular "
216
  "Tá nasc chuig an breiseán seo a leanas mar mhír liosta breise le liosta "
217
  "de phoist tóir. Gan éigeantach, ach a bhuíochas má dhéanann tú é!"
218
 
219
+ #: admin.inc.php:289
220
  #, fuzzy
221
+ msgid "Output options"
222
  msgstr "roghanna"
223
 
224
+ #: admin.inc.php:292
225
+ #, fuzzy
226
+ msgid "Format to display the post views:"
227
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
228
 
229
+ #: admin.inc.php:294
230
  #, fuzzy
231
  msgid ""
232
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
239
  "laethúil. e.g. na roghanna réamhshocraithe taispeántais <code> (Cuairt "
240
  "123 amanna, 23 cuairt inniu) </ cód>"
241
 
242
+ #: admin.inc.php:297
243
+ msgid "What do display when there are no visits?"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:299
247
+ msgid ""
248
+ "This text applies only when there are 0 hits for the post and it isn't a "
249
+ "single page. e.g. if you display post views on the homepage or archives then "
250
+ "this text will be used. To override this, just enter the same text as above "
251
+ "option."
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:302
255
  msgid "Title of popular posts: "
256
  msgstr "Teideal an post tóir:"
257
 
258
+ #: admin.inc.php:305
259
  msgid "Title of daily popular posts: "
260
  msgstr "Teideal ar tóir an bpost:"
261
 
262
+ #: admin.inc.php:308
263
  msgid "When there are no posts, what should be shown?"
264
  msgstr ""
265
 
266
+ #: admin.inc.php:312
267
  msgid "Blank Output"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:316
271
  msgid "Display:"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:320
275
  msgid "Show post excerpt in list?"
276
  msgstr ""
277
 
278
+ #: admin.inc.php:323
279
  msgid "Length of excerpt (in words): "
280
  msgstr ""
281
 
282
+ #: admin.inc.php:326
283
  msgid "Show post author in list?"
284
  msgstr ""
285
 
286
+ #: admin.inc.php:329
287
  msgid "Show post date in list?"
288
  msgstr ""
289
 
290
+ #: admin.inc.php:332
291
  msgid "Limit post title length (in characters)"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:335
295
+ msgid "Show view count in list?"
296
+ msgstr ""
297
+
298
+ #: admin.inc.php:338
299
+ msgid "Always display latest post count in the daily lists?"
300
+ msgstr ""
301
+
302
+ #: admin.inc.php:340
303
+ msgid ""
304
+ "This option uses JavaScript and will increase your page load time. When you "
305
+ "enable this option, the daily widget will not use the options set there, but "
306
+ "options will need to be set on this screen."
307
+ msgstr ""
308
 
309
+ #: admin.inc.php:343
310
  msgid "Open links in new window"
311
  msgstr ""
312
 
313
+ #: admin.inc.php:346
314
  msgid "Add nofollow attribute to links in the list"
315
  msgstr ""
316
 
317
+ #: admin.inc.php:349
318
  msgid "Exclude display of related posts on these posts / pages"
319
  msgstr ""
320
 
321
+ #: admin.inc.php:355
322
+ msgid "Customise the list HTML"
 
 
 
 
323
  msgstr ""
324
 
325
+ #: admin.inc.php:357
326
  #, fuzzy
327
  msgid "HTML to display before the list of posts: "
328
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
329
 
330
+ #: admin.inc.php:360
331
  #, fuzzy
332
  msgid "HTML to display before each list item: "
333
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
334
 
335
+ #: admin.inc.php:363
336
  #, fuzzy
337
  msgid "HTML to display after each list item: "
338
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
339
 
340
+ #: admin.inc.php:366
341
  #, fuzzy
342
  msgid "HTML to display after the list of posts: "
343
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
344
 
345
+ #: admin.inc.php:369
346
  msgid "Post thumbnail options:"
347
  msgstr ""
348
 
349
+ #: admin.inc.php:371
350
  msgid "Location of post thumbnail:"
351
  msgstr ""
352
 
353
+ #: admin.inc.php:375
354
  #, fuzzy
355
  msgid "Display thumbnails inline with posts, before title"
356
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
357
 
358
+ #: admin.inc.php:379
359
  #, fuzzy
360
  msgid "Display thumbnails inline with posts, after title"
361
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
362
 
363
+ #: admin.inc.php:383
364
  #, fuzzy
365
  msgid "Display only thumbnails, no text"
366
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
367
 
368
+ #: admin.inc.php:387
369
  #, fuzzy
370
  msgid "Do not display thumbnails, only text."
371
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
372
 
373
+ #: admin.inc.php:391
374
  msgid "Width of the thumbnail: "
375
  msgstr ""
376
 
377
+ #: admin.inc.php:394
378
  msgid "Height of the thumbnail: "
379
  msgstr ""
380
 
381
+ #: admin.inc.php:397
382
  msgid "Style attributes / Width and Height HTML attributes:"
383
  msgstr ""
384
 
385
+ #: admin.inc.php:401
386
+ msgid "Style attributes are used for width and height."
 
387
  msgstr ""
388
 
389
+ #: admin.inc.php:405
390
+ msgid "HTML width and height attributes are used for width and height."
 
 
391
  msgstr ""
392
 
393
+ #: admin.inc.php:409
394
  msgid "Use timthumb to generate thumbnails? "
395
  msgstr ""
396
 
397
+ #: admin.inc.php:412
398
  msgid ""
399
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
400
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
401
  msgstr ""
402
 
403
+ #: admin.inc.php:415
404
  msgid "Post thumbnail meta field name: "
405
  msgstr ""
406
 
407
+ #: admin.inc.php:418
408
  msgid ""
409
  "The value of this field should contain the image source and is set in the "
410
  "<em>Add New Post</em> screen"
411
  msgstr ""
412
 
413
+ #: admin.inc.php:421
414
  msgid ""
415
  "If the postmeta is not set, then should the plugin extract the first image "
416
  "from the post?"
417
  msgstr ""
418
 
419
+ #: admin.inc.php:424
420
  msgid ""
421
  "This could slow down the loading of your page if the first image in the "
422
  "related posts is large in file-size"
423
  msgstr ""
424
 
425
+ #: admin.inc.php:427
426
  msgid "Use default thumbnail? "
427
  msgstr ""
428
 
429
+ #: admin.inc.php:430
430
  msgid ""
431
  "If checked, when no thumbnail is found, show a default one from the URL "
432
  "below. If not checked and no thumbnail is found, no image will be shown."
433
  msgstr ""
434
 
435
+ #: admin.inc.php:433
436
  msgid "Default thumbnail: "
437
  msgstr ""
438
 
439
+ #: admin.inc.php:437
440
  msgid ""
441
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
442
  "then it will check the meta field. If this is not available, then it will "
443
  "show the default image as specified above"
444
  msgstr ""
445
 
446
+ #: admin.inc.php:444
447
+ msgid "Custom CSS"
448
+ msgstr ""
449
+
450
+ #: admin.inc.php:447
451
+ msgid "Use default style included in the plugin?"
452
+ msgstr ""
453
+
454
+ #: admin.inc.php:450
455
+ msgid ""
456
+ "Top 10 includes a default style that makes your popular posts list to look "
457
+ "pretty. Check the box above if you want to use this. You will need to select "
458
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
459
+ "Widget."
460
  msgstr ""
461
 
462
+ #: admin.inc.php:453
463
  msgid "Custom CSS to add to header:"
464
  msgstr ""
465
 
466
+ #: admin.inc.php:456
467
  msgid ""
468
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
469
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
470
  "available CSS classes to style."
471
  msgstr ""
472
 
473
+ #: admin.inc.php:463 admin.inc.php:529
474
+ #, fuzzy
475
+ msgid "Save Options"
476
+ msgstr "roghanna"
477
+
478
+ #: admin.inc.php:464
479
+ #, fuzzy
480
+ msgid "Default Options"
481
+ msgstr "roghanna"
482
+
483
+ #: admin.inc.php:464
484
+ msgid "Do you want to set options to Default?"
485
+ msgstr "Ar mhaith leat roghanna atá leagtha chun Réamhshocrú?"
486
+
487
+ #: admin.inc.php:473
488
  msgid "Maintenance"
489
  msgstr ""
490
 
491
+ #: admin.inc.php:477
492
  msgid ""
493
  "Over time the Daily Top 10 database grows in size, which reduces the "
494
  "performance of the plugin. Cleaning the database at regular intervals could "
495
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
496
+ "will automatically delete entries older than 90 days."
497
  msgstr ""
498
 
499
+ #: admin.inc.php:478
500
  msgid ""
501
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
502
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
503
  msgstr ""
504
 
505
+ #: admin.inc.php:481
506
  msgid "Enable scheduled maintenance of daily tables:"
507
  msgstr ""
508
 
509
+ #: admin.inc.php:485
510
  msgid "Time to run maintenance"
511
  msgstr ""
512
 
513
+ #: admin.inc.php:486
514
+ msgid "hrs"
515
+ msgstr ""
516
+
517
+ #: admin.inc.php:486
518
+ msgid "min"
519
+ msgstr ""
520
+
521
+ #: admin.inc.php:488
522
  msgid "How often should the maintenance be run:"
523
  msgstr ""
524
 
525
+ #: admin.inc.php:492
526
  msgid "Daily"
527
  msgstr ""
528
 
529
+ #: admin.inc.php:496
530
  msgid "Weekly"
531
  msgstr ""
532
 
533
+ #: admin.inc.php:500
534
  msgid "Fortnightly"
535
  msgstr ""
536
 
537
+ #: admin.inc.php:504
538
  msgid "Monthly"
539
  msgstr ""
540
 
541
+ #: admin.inc.php:513
542
  msgid "The cron job has been scheduled. Maintenance will run "
543
  msgstr ""
544
 
545
+ #: admin.inc.php:518
546
  msgid "The cron job is missing. Please resave this page to add the job"
547
  msgstr ""
548
 
549
+ #: admin.inc.php:523
550
  msgid "Maintenance is turned off"
551
  msgstr ""
552
 
553
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  msgid "Reset count"
555
  msgstr ""
556
 
557
+ #: admin.inc.php:540
558
  msgid ""
559
  "This cannot be reversed. Make sure that your database has been backed up "
560
  "before proceeding"
561
  msgstr ""
562
 
563
+ #: admin.inc.php:543
564
  #, fuzzy
565
  msgid "Reset Popular Posts"
566
  msgstr "Poist Coitianta"
567
 
568
+ #: admin.inc.php:543
569
  msgid "Are you sure you want to reset the popular posts?"
570
  msgstr ""
571
 
572
+ #: admin.inc.php:544
573
  #, fuzzy
574
  msgid "Reset Daily Popular Posts"
575
  msgstr "Poist Coitianta Laethúil"
576
 
577
+ #: admin.inc.php:544
578
  msgid "Are you sure you want to reset the daily popular posts?"
579
  msgstr ""
580
 
581
+ #: admin.inc.php:545
582
  msgid "Clear duplicates"
583
  msgstr ""
584
 
585
+ #: admin.inc.php:545
586
  msgid "This will delete the duplicate entries in the tables. Proceed?"
587
  msgstr ""
588
 
589
+ #: admin.inc.php:593 admin.inc.php:979
590
  msgid "Popular Posts"
591
  msgstr "Poist Coitianta"
592
 
593
+ #: admin.inc.php:593 admin.inc.php:688
594
  msgid "Daily Popular Posts"
595
  msgstr "Poist Coitianta Laethúil"
596
 
597
+ #: admin.inc.php:621
598
  #, fuzzy
599
  msgid "Support the development"
600
  msgstr "Tacú le Forbairt"
601
 
602
+ #: admin.inc.php:630
603
  msgid "Enter amount in USD: "
604
  msgstr ""
605
 
606
+ #: admin.inc.php:634
607
  msgid "Send your donation to the author of"
608
  msgstr ""
609
 
610
+ #: admin.inc.php:641
611
+ msgid "Follow me"
612
  msgstr ""
613
 
614
+ #: admin.inc.php:651
615
+ msgid "Quick links"
616
  msgstr ""
617
 
618
+ #: admin.inc.php:655
619
  msgid "Top 10 plugin page"
620
  msgstr ""
621
 
622
+ #: admin.inc.php:656
623
  msgid "Other plugins"
624
  msgstr ""
625
 
626
+ #: admin.inc.php:657
627
  msgid "Ajay's blog"
628
  msgstr ""
629
 
630
+ #: admin.inc.php:658
631
+ msgid "FAQ"
632
+ msgstr ""
633
+
634
+ #: admin.inc.php:659 top-10.php:1271
635
  msgid "Support"
636
  msgstr ""
637
 
638
+ #: admin.inc.php:660
639
+ msgid "Reviews"
640
+ msgstr ""
 
641
 
642
+ #: admin.inc.php:679 admin.inc.php:682
643
  #, fuzzy
644
  msgid "Top 10 Settings"
645
  msgstr "Top 10"
646
 
647
+ #: admin.inc.php:679
648
  msgid "Top 10"
649
  msgstr "Top 10"
650
 
651
+ #: admin.inc.php:685
652
  #, fuzzy
653
  msgid "Overall Popular Posts"
654
  msgstr "Féach ar Poist Coitianta Foriomlán"
655
 
656
+ #: admin.inc.php:850
657
+ #, php-format
658
+ msgid "Results %1$s to %2$s of %3$s"
659
+ msgstr ""
 
 
 
660
 
661
+ #: admin.inc.php:854
662
+ #, php-format
663
+ msgid "Page %s of %s"
664
+ msgstr ""
665
 
666
+ #: admin.inc.php:866
667
  msgid "View Daily Popular Posts"
668
  msgstr "Féach ar Poist sa lá Coitianta"
669
 
670
+ #: admin.inc.php:869 admin.inc.php:882
671
  msgid "Results per-page:"
672
  msgstr "Torthaí in aghaidh an-leathanach:"
673
 
674
+ #: admin.inc.php:879
675
  msgid "View Overall Popular Posts"
676
  msgstr "Féach ar Poist Coitianta Foriomlán"
677
 
678
+ #: admin.inc.php:908
679
  msgid "Previous"
680
  msgstr "roimhe Seo"
681
 
682
+ #: admin.inc.php:936
683
  msgid "Next"
684
  msgstr "Ar Aghaidh"
685
 
686
+ #: admin.inc.php:980
687
  msgid "Daily Popular"
688
  msgstr "laethúil Coitianta"
689
 
690
+ #: admin.inc.php:998
691
  #, fuzzy
692
  msgid "Total Views"
693
  msgstr "laethúil Coitianta"
694
 
695
+ #: admin.inc.php:999
696
  #, fuzzy
697
  msgid "Today's Views"
698
  msgstr "laethúil Coitianta"
699
 
700
+ #: admin.inc.php:1000
701
+ #, fuzzy
702
+ msgid "Views"
703
+ msgstr "laethúil Coitianta"
704
+
705
+ #: top-10.php:440
706
  msgid " by "
707
  msgstr ""
708
 
709
+ #: top-10.php:526
710
  msgid "Display the posts popular this week"
711
  msgstr ""
712
 
713
+ #: top-10.php:527
714
  #, fuzzy
715
  msgid "Popular Posts [Top 10]"
716
  msgstr "Poist Coitianta"
717
 
718
+ #: top-10.php:545
719
  msgid "Title"
720
  msgstr ""
721
 
722
+ #: top-10.php:550
723
  msgid "No. of posts"
724
  msgstr ""
725
 
726
+ #: top-10.php:555
727
  msgid "Overall"
728
  msgstr ""
729
 
730
+ #: top-10.php:556
731
  msgid "Custom time period (Enter below)"
732
  msgstr ""
733
 
734
+ #: top-10.php:561
735
  msgid "Range in number of days (applies only to custom option above)"
736
  msgstr ""
737
 
738
+ #: top-10.php:566
739
+ msgid " Show count?"
740
+ msgstr ""
741
+
742
+ #: top-10.php:571
743
  msgid " Show excerpt?"
744
  msgstr ""
745
 
746
+ #: top-10.php:576
747
  msgid " Show author?"
748
  msgstr ""
749
 
750
+ #: top-10.php:581
751
  msgid " Show date?"
752
  msgstr ""
753
 
754
+ #: top-10.php:585
755
  msgid "Thumbnail options"
756
  msgstr ""
757
 
758
+ #: top-10.php:587
759
  #, fuzzy
760
  msgid "Thumbnails inline, before title"
761
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
762
 
763
+ #: top-10.php:588
764
  #, fuzzy
765
  msgid "Thumbnails inline, after title"
766
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
767
 
768
+ #: top-10.php:589
769
  #, fuzzy
770
  msgid "Only thumbnails, no text"
771
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
772
 
773
+ #: top-10.php:590
774
  #, fuzzy
775
  msgid "No thumbnails, only text."
776
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
777
 
778
+ #: top-10.php:595
779
  msgid "Thumbnail height"
780
  msgstr ""
781
 
782
+ #: top-10.php:600
783
  msgid "Thumbnail width"
784
  msgstr ""
785
 
786
+ #: top-10.php:721
787
  msgid "<h3>Popular Posts</h3>"
788
  msgstr "<h3>Poist Coitianta </ h3>"
789
 
790
+ #: top-10.php:722
791
  msgid "<h3>Daily Popular</h3>"
792
  msgstr "<h3> laethúil Coitianta </ h3>"
793
 
794
+ #: top-10.php:723
795
  #, fuzzy
796
  msgid "No top posts yet"
797
  msgstr "Teideal an post tóir:"
798
 
799
+ #: top-10.php:1188
800
  msgid "Once Weekly"
801
  msgstr ""
802
 
803
+ #: top-10.php:1192
804
  msgid "Once Fortnightly"
805
  msgstr ""
806
 
807
+ #: top-10.php:1196
808
  msgid "Once Monthly"
809
  msgstr ""
810
 
811
+ #: top-10.php:1259
812
  msgid "Settings"
813
  msgstr ""
814
 
815
+ #: top-10.php:1272
816
  msgid "Donate"
817
  msgstr ""
818
 
819
+ #, fuzzy
820
+ #~ msgid "This option uses JavaScript and will increase your page load time"
821
+ #~ msgstr ""
822
+ #~ "Post Force laethúil 'liosta a bheith dinimiciúil? Úsáideann sé seo "
823
+ #~ "roghanna JavaScript a luchtú ar an bpost agus is féidir a mhéadú do "
824
+ #~ "chuid ama a luchtú leathanach"
825
+
826
+ #~ msgid "Display number of page views in popular lists?"
827
+ #~ msgstr "Taispeáin líon na radhairc leathanaigh i liostaí tóir?"
828
+
829
+ #, fuzzy
830
+ #~ msgid "Recent developments"
831
+ #~ msgstr "Tacú le Forbairt"
832
+
833
+ #~ msgid "Results"
834
+ #~ msgstr "torthaí"
835
+
836
+ #~ msgid "of"
837
+ #~ msgstr "de"
838
+
839
+ #~ msgid "Page"
840
+ #~ msgstr "Leathanach"
841
+
842
  #~ msgid ""
843
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
844
  #~ "continue to be counted."
846
  #~ "Fág amach Ailt sa taispeáint Poist Coitianta? Beidh Líon na tuairimí "
847
  #~ "maidir Leathanaigh ar aghaidh a chur san áireamh."
848
 
 
 
 
849
  #~ msgid ""
850
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
851
  #~ "added with the count"
languages/tptn-hi_IN.mo CHANGED
Binary file
languages/tptn-hi_IN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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"
@@ -16,168 +16,199 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin.inc.php:101
20
- msgid "Scheduled maintenance enabled / modified"
21
- msgstr ""
22
-
23
- #: admin.inc.php:105
24
- msgid "Scheduled maintenance disabled"
25
- msgstr ""
26
-
27
- #: admin.inc.php:122
28
  msgid "Options saved successfully."
29
  msgstr "विकल्प सफलतापूर्वक बचाया."
30
 
31
- #: admin.inc.php:131
32
  msgid "Options set to Default."
33
  msgstr "विकल्प डिफ़ॉल्ट से तैयार है."
34
 
35
- #: admin.inc.php:137
36
  #, fuzzy
37
  msgid "Top 10 popular posts reset"
38
  msgstr "लोकप्रिय पदों का शीर्षक:"
39
 
40
- #: admin.inc.php:143
41
  #, fuzzy
42
  msgid "Top 10 daily popular posts reset"
43
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
44
 
45
- #: admin.inc.php:150
46
  msgid "Duplicate rows cleaned from tables"
47
  msgstr ""
48
 
49
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
50
  msgid "General options"
51
  msgstr ""
52
 
53
- #: admin.inc.php:175
54
  msgid "Enable Overall stats"
55
  msgstr ""
56
 
57
- #: admin.inc.php:180
58
  msgid "Enable Daily stats"
59
  msgstr ""
60
 
61
- #: admin.inc.php:185
62
  msgid "W3 Total Cache fix:"
63
  msgstr ""
64
 
65
- #: admin.inc.php:187
66
  msgid ""
67
  "This will try to prevent W3 Total Cache from caching the addcount script of "
68
  "the plugin. Try toggling this option in case you find that our posts are not "
69
  "tracked."
70
  msgstr ""
71
 
72
- #: admin.inc.php:191
73
  msgid "Number of popular posts to display: "
74
  msgstr "लोकप्रिय पदों की संख्या प्रदर्शित करने के लिए:"
75
 
76
- #: admin.inc.php:195
 
 
 
 
 
 
77
  msgid "Daily Popular should contain views of how many days? "
78
  msgstr "दैनिक लोकप्रिय कितने दिनों के विचारों को शामिल करना चाहिए?"
79
 
80
- #: admin.inc.php:198
 
 
 
 
 
 
 
81
  msgid "Post types to include in results (including custom post types)"
82
  msgstr ""
83
 
84
- #: admin.inc.php:209
85
  msgid "List of post or page IDs to exclude from the results: "
86
  msgstr ""
87
 
88
- #: admin.inc.php:213
 
 
 
 
89
  msgid "Exclude Categories: "
90
  msgstr ""
91
 
92
- #: admin.inc.php:228
93
  msgid ""
94
  "Comma separated list of category slugs. The field above has an autocomplete "
95
  "so simply start typing in the starting letters and it will prompt you with "
96
  "options"
97
  msgstr ""
98
 
99
- #: admin.inc.php:233
100
  #, fuzzy
101
  msgid "Display number of views on:"
102
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
103
 
104
- #: admin.inc.php:235
105
  msgid "Posts"
106
  msgstr ""
107
 
108
- #: admin.inc.php:236
109
  #, fuzzy
110
  msgid "Pages"
111
  msgstr "पृष्ठ"
112
 
113
- #: admin.inc.php:237
114
  msgid "Home page"
115
  msgstr ""
116
 
117
- #: admin.inc.php:238
118
  msgid "Feeds"
119
  msgstr ""
120
 
121
- #: admin.inc.php:239
122
  msgid "Category archives"
123
  msgstr ""
124
 
125
- #: admin.inc.php:240
126
  msgid "Tag archives"
127
  msgstr ""
128
 
129
- #: admin.inc.php:241
130
  msgid "Other archives"
131
  msgstr ""
132
 
133
- #: admin.inc.php:242
134
  msgid ""
135
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
136
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
137
  "you want it displayed"
138
  msgstr ""
139
 
140
- #: admin.inc.php:245
141
  msgid "Always display latest post count"
142
  msgstr ""
143
 
144
- #: admin.inc.php:247
145
  msgid ""
146
  "This option uses JavaScript and will increase your page load time. Turn this "
147
  "off if you are not using caching plugins or are OK with displaying older "
148
- "cached counts. When you enable this option, the daily widget will not use "
149
- "the options set there, but options will need to be set on this screen."
150
  msgstr ""
151
 
152
- #: admin.inc.php:250
153
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
154
  msgstr ""
155
 
156
- #: admin.inc.php:252
157
  #, fuzzy
158
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
159
  msgstr ""
160
- "सेना दैनिक 'पदों की सूची गतिशील हो? इस विकल्प को पद भार जावास्क्रिप्ट का उपयोग करता "
161
- "है और अपने पृष्ठ लोड समय बढ़ा सकते हैं"
162
 
163
- #: admin.inc.php:255
164
- msgid "Track visits of authors on their own posts?"
165
- msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
 
 
 
 
 
 
166
 
167
- #: admin.inc.php:258
168
  #, fuzzy
169
- msgid "Track visits of admins?"
170
- msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
171
 
172
- #: admin.inc.php:261
173
- msgid "Display page views on Posts > All Posts in Admin"
 
 
174
  msgstr ""
175
 
176
- #: admin.inc.php:264
177
  msgid "Link to Top 10 plugin page"
178
  msgstr ""
179
 
180
- #: admin.inc.php:266
181
  #, fuzzy
182
  msgid ""
183
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -186,16 +217,17 @@ msgstr ""
186
  "प्लगइन के लिए एक कड़ी लोकप्रिय पदों की सूची के लिए एक अतिरिक्त सूची आइटम के रूप में जोड़ा "
187
  "है. नहीं अनिवार्य है, लेकिन धन्यवाद यदि तुम इसे करो!"
188
 
189
- #: admin.inc.php:273
190
  #, fuzzy
191
- msgid "Output Options"
192
  msgstr "विकल्प हैं:"
193
 
194
- #: admin.inc.php:276
195
- msgid "Format to display the count in: "
 
196
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
197
 
198
- #: admin.inc.php:278
199
  #, fuzzy
200
  msgid ""
201
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -207,529 +239,594 @@ msgstr ""
207
  "dailycount% </ कोड> को दैनिक गणना प्रदर्शन. उदाहरण डिफ़ॉल्ट विकल्प प्रदर्शित <code> "
208
  "(दौरा 123 बार, 23 का दौरा आज) </ कोड>"
209
 
210
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgid "Title of popular posts: "
212
  msgstr "लोकप्रिय पदों का शीर्षक:"
213
 
214
- #: admin.inc.php:284
215
  msgid "Title of daily popular posts: "
216
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
217
 
218
- #: admin.inc.php:287
219
  msgid "When there are no posts, what should be shown?"
220
  msgstr ""
221
 
222
- #: admin.inc.php:291
223
  msgid "Blank Output"
224
  msgstr ""
225
 
226
- #: admin.inc.php:295
227
  msgid "Display:"
228
  msgstr ""
229
 
230
- #: admin.inc.php:299
231
  msgid "Show post excerpt in list?"
232
  msgstr ""
233
 
234
- #: admin.inc.php:302
235
  msgid "Length of excerpt (in words): "
236
  msgstr ""
237
 
238
- #: admin.inc.php:305
239
  msgid "Show post author in list?"
240
  msgstr ""
241
 
242
- #: admin.inc.php:308
243
  msgid "Show post date in list?"
244
  msgstr ""
245
 
246
- #: admin.inc.php:311
247
  msgid "Limit post title length (in characters)"
248
  msgstr ""
249
 
250
- #: admin.inc.php:314
251
- msgid "Display number of page views in popular lists?"
252
- msgstr "लोकप्रिय सूची में पृष्ठ विचारों का प्रदर्शन नंबर?"
 
 
 
 
 
 
 
 
 
 
 
253
 
254
- #: admin.inc.php:317
255
  msgid "Open links in new window"
256
  msgstr ""
257
 
258
- #: admin.inc.php:320
259
  msgid "Add nofollow attribute to links in the list"
260
  msgstr ""
261
 
262
- #: admin.inc.php:323
263
  msgid "Exclude display of related posts on these posts / pages"
264
  msgstr ""
265
 
266
- #: admin.inc.php:326
267
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
268
- msgstr ""
269
-
270
- #: admin.inc.php:329
271
- msgid "Customize the output:"
272
  msgstr ""
273
 
274
- #: admin.inc.php:331
275
  msgid "HTML to display before the list of posts: "
276
  msgstr ""
277
 
278
- #: admin.inc.php:334
279
  msgid "HTML to display before each list item: "
280
  msgstr ""
281
 
282
- #: admin.inc.php:337
283
  #, fuzzy
284
  msgid "HTML to display after each list item: "
285
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
286
 
287
- #: admin.inc.php:340
288
  msgid "HTML to display after the list of posts: "
289
  msgstr ""
290
 
291
- #: admin.inc.php:343
292
  msgid "Post thumbnail options:"
293
  msgstr ""
294
 
295
- #: admin.inc.php:345
296
  msgid "Location of post thumbnail:"
297
  msgstr ""
298
 
299
- #: admin.inc.php:349
300
  #, fuzzy
301
  msgid "Display thumbnails inline with posts, before title"
302
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
303
 
304
- #: admin.inc.php:353
305
  #, fuzzy
306
  msgid "Display thumbnails inline with posts, after title"
307
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
308
 
309
- #: admin.inc.php:357
310
  msgid "Display only thumbnails, no text"
311
  msgstr ""
312
 
313
- #: admin.inc.php:361
314
  msgid "Do not display thumbnails, only text."
315
  msgstr ""
316
 
317
- #: admin.inc.php:365
318
  msgid "Width of the thumbnail: "
319
  msgstr ""
320
 
321
- #: admin.inc.php:368
322
  msgid "Height of the thumbnail: "
323
  msgstr ""
324
 
325
- #: admin.inc.php:371
326
  msgid "Style attributes / Width and Height HTML attributes:"
327
  msgstr ""
328
 
329
- #: admin.inc.php:375
330
- msgid ""
331
- "Style attributes are used for width and height. <code>style=\"max-width:"
332
  msgstr ""
333
 
334
- #: admin.inc.php:379
335
- msgid ""
336
- "HTML width and height attributes are used for width and height. <code>width="
337
- "\""
338
  msgstr ""
339
 
340
- #: admin.inc.php:383
341
  msgid "Use timthumb to generate thumbnails? "
342
  msgstr ""
343
 
344
- #: admin.inc.php:386
345
  msgid ""
346
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
347
- "\">timthumb</a> will be used to generate thumbnails"
348
  msgstr ""
349
 
350
- #: admin.inc.php:389
351
  msgid "Post thumbnail meta field name: "
352
  msgstr ""
353
 
354
- #: admin.inc.php:392
355
  msgid ""
356
  "The value of this field should contain the image source and is set in the "
357
  "<em>Add New Post</em> screen"
358
  msgstr ""
359
 
360
- #: admin.inc.php:395
361
  msgid ""
362
  "If the postmeta is not set, then should the plugin extract the first image "
363
  "from the post?"
364
  msgstr ""
365
 
366
- #: admin.inc.php:398
367
  msgid ""
368
  "This could slow down the loading of your page if the first image in the "
369
  "related posts is large in file-size"
370
  msgstr ""
371
 
372
- #: admin.inc.php:401
373
  msgid "Use default thumbnail? "
374
  msgstr ""
375
 
376
- #: admin.inc.php:404
377
  msgid ""
378
  "If checked, when no thumbnail is found, show a default one from the URL "
379
  "below. If not checked and no thumbnail is found, no image will be shown."
380
  msgstr ""
381
 
382
- #: admin.inc.php:407
383
  msgid "Default thumbnail: "
384
  msgstr ""
385
 
386
- #: admin.inc.php:410
387
  msgid ""
388
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
389
  "then it will check the meta field. If this is not available, then it will "
390
  "show the default image as specified above"
391
  msgstr ""
392
 
393
- #: admin.inc.php:417
394
- msgid "Custom Styles"
395
  msgstr ""
396
 
397
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
 
 
 
 
398
  msgid "Custom CSS to add to header:"
399
  msgstr ""
400
 
401
- #: admin.inc.php:423
402
  msgid ""
403
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
404
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
405
  "available CSS classes to style."
406
  msgstr ""
407
 
408
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  msgid "Maintenance"
410
  msgstr ""
411
 
412
- #: admin.inc.php:434
413
  msgid ""
414
  "Over time the Daily Top 10 database grows in size, which reduces the "
415
  "performance of the plugin. Cleaning the database at regular intervals could "
416
- "improve performance, especially on high traffic blogs."
 
417
  msgstr ""
418
 
419
- #: admin.inc.php:435
420
  msgid ""
421
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
422
- "everytime the job is rescheduled (i.e. you change the settings below). This "
423
- "causes the daily posts table to reset."
424
  msgstr ""
425
 
426
- #: admin.inc.php:438
427
  msgid "Enable scheduled maintenance of daily tables:"
428
  msgstr ""
429
 
430
- #: admin.inc.php:442
431
  msgid "Time to run maintenance"
432
  msgstr ""
433
 
434
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
435
  msgid "How often should the maintenance be run:"
436
  msgstr ""
437
 
438
- #: admin.inc.php:449
439
  msgid "Daily"
440
  msgstr ""
441
 
442
- #: admin.inc.php:453
443
  msgid "Weekly"
444
  msgstr ""
445
 
446
- #: admin.inc.php:457
447
  msgid "Fortnightly"
448
  msgstr ""
449
 
450
- #: admin.inc.php:461
451
  msgid "Monthly"
452
  msgstr ""
453
 
454
- #: admin.inc.php:470
455
  msgid "The cron job has been scheduled. Maintenance will run "
456
  msgstr ""
457
 
458
- #: admin.inc.php:475
459
  msgid "The cron job is missing. Please resave this page to add the job"
460
  msgstr ""
461
 
462
- #: admin.inc.php:480
463
  msgid "Maintenance is turned off"
464
  msgstr ""
465
 
466
- #: admin.inc.php:488
467
- #, fuzzy
468
- msgid "Save Options"
469
- msgstr "विकल्प हैं:"
470
-
471
- #: admin.inc.php:489
472
- #, fuzzy
473
- msgid "Default Options"
474
- msgstr "विकल्प हैं:"
475
-
476
- #: admin.inc.php:489
477
- msgid "Do you want to set options to Default?"
478
- msgstr "क्या आप डिफ़ॉल्ट विकल्प सेट करना चाहते हैं?"
479
-
480
- #: admin.inc.php:493
481
  msgid "Reset count"
482
  msgstr ""
483
 
484
- #: admin.inc.php:496
485
  msgid ""
486
  "This cannot be reversed. Make sure that your database has been backed up "
487
  "before proceeding"
488
  msgstr ""
489
 
490
- #: admin.inc.php:499
491
  #, fuzzy
492
  msgid "Reset Popular Posts"
493
  msgstr "लोकप्रिय पोस्ट्स "
494
 
495
- #: admin.inc.php:499
496
  msgid "Are you sure you want to reset the popular posts?"
497
  msgstr ""
498
 
499
- #: admin.inc.php:500
500
  #, fuzzy
501
  msgid "Reset Daily Popular Posts"
502
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
503
 
504
- #: admin.inc.php:500
505
  msgid "Are you sure you want to reset the daily popular posts?"
506
  msgstr ""
507
 
508
- #: admin.inc.php:501
509
  msgid "Clear duplicates"
510
  msgstr ""
511
 
512
- #: admin.inc.php:501
513
  msgid "This will delete the duplicate entries in the tables. Proceed?"
514
  msgstr ""
515
 
516
- #: admin.inc.php:544 admin.inc.php:929
517
  msgid "Popular Posts"
518
  msgstr "लोकप्रिय पोस्ट्स "
519
 
520
- #: admin.inc.php:544 admin.inc.php:631
521
  msgid "Daily Popular Posts"
522
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
523
 
524
- #: admin.inc.php:572
525
  #, fuzzy
526
  msgid "Support the development"
527
  msgstr "समर्थन विकास"
528
 
529
- #: admin.inc.php:580
530
  msgid "Enter amount in USD: "
531
  msgstr ""
532
 
533
- #: admin.inc.php:584
534
  msgid "Send your donation to the author of"
535
  msgstr ""
536
 
537
- #: admin.inc.php:590
538
- msgid "Follow us"
539
  msgstr ""
540
 
541
- #: admin.inc.php:596
542
- msgid "Quick Links"
543
  msgstr ""
544
 
545
- #: admin.inc.php:598
546
  msgid "Top 10 plugin page"
547
  msgstr ""
548
 
549
- #: admin.inc.php:599
550
  msgid "Other plugins"
551
  msgstr ""
552
 
553
- #: admin.inc.php:600
554
  msgid "Ajay's blog"
555
  msgstr ""
556
 
557
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
558
  msgid "Support"
559
  msgstr ""
560
 
561
- #: admin.inc.php:605
562
- msgid "Recent developments"
563
  msgstr ""
564
 
565
- #: admin.inc.php:622 admin.inc.php:625
566
  #, fuzzy
567
  msgid "Top 10 Settings"
568
  msgstr "शीर्ष 10"
569
 
570
- #: admin.inc.php:622
571
  msgid "Top 10"
572
  msgstr "शीर्ष 10"
573
 
574
- #: admin.inc.php:628
575
  #, fuzzy
576
  msgid "Overall Popular Posts"
577
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
578
 
579
- #: admin.inc.php:799
580
- msgid "Results"
581
- msgstr "परिणाम"
582
-
583
- #: admin.inc.php:801 admin.inc.php:807
584
- msgid "of"
585
- msgstr "का"
586
 
587
- #: admin.inc.php:805
588
- msgid "Page"
589
- msgstr "पृष्ठ"
 
590
 
591
- #: admin.inc.php:819
592
  msgid "View Daily Popular Posts"
593
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
594
 
595
- #: admin.inc.php:822 admin.inc.php:835
596
  msgid "Results per-page:"
597
  msgstr "प्रति परिणाम पृष्ठ:"
598
 
599
- #: admin.inc.php:832
600
  msgid "View Overall Popular Posts"
601
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
602
 
603
- #: admin.inc.php:861
604
  msgid "Previous"
605
  msgstr "पिछला"
606
 
607
- #: admin.inc.php:889
608
  msgid "Next"
609
  msgstr "अगला"
610
 
611
- #: admin.inc.php:930
612
  msgid "Daily Popular"
613
  msgstr "दैनिक लोकप्रिय"
614
 
615
- #: admin.inc.php:946
616
  #, fuzzy
617
  msgid "Total Views"
618
  msgstr "कुल / आज दर्शाव"
619
 
620
- #: admin.inc.php:947
621
  #, fuzzy
622
  msgid "Today's Views"
623
  msgstr "कुल / आज दर्शाव"
624
 
625
- #: top-10.php:415
 
 
 
 
 
626
  msgid " by "
627
  msgstr ""
628
 
629
- #: top-10.php:501
630
  msgid "Display the posts popular this week"
631
  msgstr ""
632
 
633
- #: top-10.php:502
634
  #, fuzzy
635
  msgid "Popular Posts [Top 10]"
636
  msgstr "लोकप्रिय पोस्ट्स "
637
 
638
- #: top-10.php:519
639
  msgid "Title"
640
  msgstr ""
641
 
642
- #: top-10.php:524
643
  msgid "No. of posts"
644
  msgstr ""
645
 
646
- #: top-10.php:529
647
  msgid "Overall"
648
  msgstr ""
649
 
650
- #: top-10.php:530
651
  msgid "Custom time period (Enter below)"
652
  msgstr ""
653
 
654
- #: top-10.php:535
655
  msgid "Range in number of days (applies only to custom option above)"
656
  msgstr ""
657
 
658
- #: top-10.php:540
 
 
 
 
659
  msgid " Show excerpt?"
660
  msgstr ""
661
 
662
- #: top-10.php:545
663
  msgid " Show author?"
664
  msgstr ""
665
 
666
- #: top-10.php:550
667
  msgid " Show date?"
668
  msgstr ""
669
 
670
- #: top-10.php:554
671
  msgid "Thumbnail options"
672
  msgstr ""
673
 
674
- #: top-10.php:556
675
  #, fuzzy
676
  msgid "Thumbnails inline, before title"
677
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
678
 
679
- #: top-10.php:557
680
  #, fuzzy
681
  msgid "Thumbnails inline, after title"
682
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
683
 
684
- #: top-10.php:558
685
  msgid "Only thumbnails, no text"
686
  msgstr ""
687
 
688
- #: top-10.php:559
689
  msgid "No thumbnails, only text."
690
  msgstr ""
691
 
692
- #: top-10.php:564
693
  msgid "Thumbnail height"
694
  msgstr ""
695
 
696
- #: top-10.php:569
697
  msgid "Thumbnail width"
698
  msgstr ""
699
 
700
- #: top-10.php:670
701
  msgid "<h3>Popular Posts</h3>"
702
  msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
703
 
704
- #: top-10.php:671
705
  msgid "<h3>Daily Popular</h3>"
706
  msgstr "<h3> दैनिक लोकप्रिय </ h3>"
707
 
708
- #: top-10.php:672
709
  #, fuzzy
710
  msgid "No top posts yet"
711
  msgstr "लोकप्रिय पदों का शीर्षक:"
712
 
713
- #: top-10.php:1113
714
  msgid "Once Weekly"
715
  msgstr ""
716
 
717
- #: top-10.php:1114
718
  msgid "Once Fortnightly"
719
  msgstr ""
720
 
721
- #: top-10.php:1115
722
  msgid "Once Monthly"
723
  msgstr ""
724
 
725
- #: top-10.php:1135
726
  msgid "Settings"
727
  msgstr ""
728
 
729
- #: top-10.php:1148
730
  msgid "Donate"
731
  msgstr ""
732
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
733
  #~ msgid ""
734
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
735
  #~ "continue to be counted."
@@ -737,9 +834,6 @@ msgstr ""
737
  #~ "लोकप्रिय के प्रदर्शन में पेज बाहर निकालें पोस्ट? पन्नों पर विचार की संख्या की गिनती "
738
  #~ "जारी रहेगी."
739
 
740
- #~ msgid "Display number of views on pages?"
741
- #~ msgstr "पन्नों पर विचार के प्रदर्शन की संख्या?"
742
-
743
  #~ msgid ""
744
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
745
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
20
  msgid "Options saved successfully."
21
  msgstr "विकल्प सफलतापूर्वक बचाया."
22
 
23
+ #: admin.inc.php:122
24
  msgid "Options set to Default."
25
  msgstr "विकल्प डिफ़ॉल्ट से तैयार है."
26
 
27
+ #: admin.inc.php:128
28
  #, fuzzy
29
  msgid "Top 10 popular posts reset"
30
  msgstr "लोकप्रिय पदों का शीर्षक:"
31
 
32
+ #: admin.inc.php:134
33
  #, fuzzy
34
  msgid "Top 10 daily popular posts reset"
35
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
36
 
37
+ #: admin.inc.php:141
38
  msgid "Duplicate rows cleaned from tables"
39
  msgstr ""
40
 
41
+ #: admin.inc.php:152
42
+ msgid "Scheduled maintenance enabled / modified"
43
+ msgstr ""
44
+
45
+ #: admin.inc.php:156
46
+ msgid "Scheduled maintenance disabled"
47
+ msgstr ""
48
+
49
+ #: admin.inc.php:172
50
  msgid "General options"
51
  msgstr ""
52
 
53
+ #: admin.inc.php:176
54
  msgid "Enable Overall stats"
55
  msgstr ""
56
 
57
+ #: admin.inc.php:181
58
  msgid "Enable Daily stats"
59
  msgstr ""
60
 
61
+ #: admin.inc.php:186
62
  msgid "W3 Total Cache fix:"
63
  msgstr ""
64
 
65
+ #: admin.inc.php:188
66
  msgid ""
67
  "This will try to prevent W3 Total Cache from caching the addcount script of "
68
  "the plugin. Try toggling this option in case you find that our posts are not "
69
  "tracked."
70
  msgstr ""
71
 
72
+ #: admin.inc.php:192
73
  msgid "Number of popular posts to display: "
74
  msgstr "लोकप्रिय पदों की संख्या प्रदर्शित करने के लिए:"
75
 
76
+ #: admin.inc.php:194
77
+ msgid ""
78
+ "Maximum number of posts that will be displayed in the list. This option is "
79
+ "used if you don't specify the number of posts in the widget or shortcodes"
80
+ msgstr ""
81
+
82
+ #: admin.inc.php:198
83
  msgid "Daily Popular should contain views of how many days? "
84
  msgstr "दैनिक लोकप्रिय कितने दिनों के विचारों को शामिल करना चाहिए?"
85
 
86
+ #: admin.inc.php:200
87
+ msgid ""
88
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
89
+ "display posts for as many days as you want. This can be overridden in the "
90
+ "widget."
91
+ msgstr ""
92
+
93
+ #: admin.inc.php:203
94
  msgid "Post types to include in results (including custom post types)"
95
  msgstr ""
96
 
97
+ #: admin.inc.php:214
98
  msgid "List of post or page IDs to exclude from the results: "
99
  msgstr ""
100
 
101
+ #: admin.inc.php:216 admin.inc.php:352
102
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
103
+ msgstr ""
104
+
105
+ #: admin.inc.php:220
106
  msgid "Exclude Categories: "
107
  msgstr ""
108
 
109
+ #: admin.inc.php:235
110
  msgid ""
111
  "Comma separated list of category slugs. The field above has an autocomplete "
112
  "so simply start typing in the starting letters and it will prompt you with "
113
  "options"
114
  msgstr ""
115
 
116
+ #: admin.inc.php:240
117
  #, fuzzy
118
  msgid "Display number of views on:"
119
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
120
 
121
+ #: admin.inc.php:242
122
  msgid "Posts"
123
  msgstr ""
124
 
125
+ #: admin.inc.php:243
126
  #, fuzzy
127
  msgid "Pages"
128
  msgstr "पृष्ठ"
129
 
130
+ #: admin.inc.php:244
131
  msgid "Home page"
132
  msgstr ""
133
 
134
+ #: admin.inc.php:245
135
  msgid "Feeds"
136
  msgstr ""
137
 
138
+ #: admin.inc.php:246
139
  msgid "Category archives"
140
  msgstr ""
141
 
142
+ #: admin.inc.php:247
143
  msgid "Tag archives"
144
  msgstr ""
145
 
146
+ #: admin.inc.php:248
147
  msgid "Other archives"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:249
151
  msgid ""
152
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
153
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
154
  "you want it displayed"
155
  msgstr ""
156
 
157
+ #: admin.inc.php:252
158
  msgid "Always display latest post count"
159
  msgstr ""
160
 
161
+ #: admin.inc.php:254
162
  msgid ""
163
  "This option uses JavaScript and will increase your page load time. Turn this "
164
  "off if you are not using caching plugins or are OK with displaying older "
165
+ "cached counts."
 
166
  msgstr ""
167
 
168
+ #: admin.inc.php:257
169
+ msgid "Track visits of authors on their own posts?"
170
+ msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
171
+
172
+ #: admin.inc.php:259
173
+ msgid ""
174
+ "Disabling this option will stop authors visits tracked on their own posts"
175
  msgstr ""
176
 
177
+ #: admin.inc.php:262
178
  #, fuzzy
179
+ msgid "Track visits of admins?"
180
+ msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
181
+
182
+ #: admin.inc.php:264
183
+ msgid "Disabling this option will stop admin visits being tracked."
184
  msgstr ""
 
 
185
 
186
+ #: admin.inc.php:267
187
+ msgid "Display page views on Posts and Pages in Admin"
188
+ msgstr ""
189
+
190
+ #: admin.inc.php:270
191
+ msgid ""
192
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
193
+ "and All Pages"
194
+ msgstr ""
195
 
196
+ #: admin.inc.php:273
197
  #, fuzzy
198
+ msgid "Show number of views to non-admins"
199
+ msgstr "पन्नों पर विचार के प्रदर्शन की संख्या?"
200
 
201
+ #: admin.inc.php:276
202
+ msgid ""
203
+ "If you disable this then non-admins won't see the above columns or view the "
204
+ "independent pages with the top posts"
205
  msgstr ""
206
 
207
+ #: admin.inc.php:279
208
  msgid "Link to Top 10 plugin page"
209
  msgstr ""
210
 
211
+ #: admin.inc.php:282
212
  #, fuzzy
213
  msgid ""
214
  "A link to the plugin is added as an extra list item to the list of popular "
217
  "प्लगइन के लिए एक कड़ी लोकप्रिय पदों की सूची के लिए एक अतिरिक्त सूची आइटम के रूप में जोड़ा "
218
  "है. नहीं अनिवार्य है, लेकिन धन्यवाद यदि तुम इसे करो!"
219
 
220
+ #: admin.inc.php:289
221
  #, fuzzy
222
+ msgid "Output options"
223
  msgstr "विकल्प हैं:"
224
 
225
+ #: admin.inc.php:292
226
+ #, fuzzy
227
+ msgid "Format to display the post views:"
228
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
229
 
230
+ #: admin.inc.php:294
231
  #, fuzzy
232
  msgid ""
233
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
239
  "dailycount% </ कोड> को दैनिक गणना प्रदर्शन. उदाहरण डिफ़ॉल्ट विकल्प प्रदर्शित <code> "
240
  "(दौरा 123 बार, 23 का दौरा आज) </ कोड>"
241
 
242
+ #: admin.inc.php:297
243
+ msgid "What do display when there are no visits?"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:299
247
+ msgid ""
248
+ "This text applies only when there are 0 hits for the post and it isn't a "
249
+ "single page. e.g. if you display post views on the homepage or archives then "
250
+ "this text will be used. To override this, just enter the same text as above "
251
+ "option."
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:302
255
  msgid "Title of popular posts: "
256
  msgstr "लोकप्रिय पदों का शीर्षक:"
257
 
258
+ #: admin.inc.php:305
259
  msgid "Title of daily popular posts: "
260
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
261
 
262
+ #: admin.inc.php:308
263
  msgid "When there are no posts, what should be shown?"
264
  msgstr ""
265
 
266
+ #: admin.inc.php:312
267
  msgid "Blank Output"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:316
271
  msgid "Display:"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:320
275
  msgid "Show post excerpt in list?"
276
  msgstr ""
277
 
278
+ #: admin.inc.php:323
279
  msgid "Length of excerpt (in words): "
280
  msgstr ""
281
 
282
+ #: admin.inc.php:326
283
  msgid "Show post author in list?"
284
  msgstr ""
285
 
286
+ #: admin.inc.php:329
287
  msgid "Show post date in list?"
288
  msgstr ""
289
 
290
+ #: admin.inc.php:332
291
  msgid "Limit post title length (in characters)"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:335
295
+ msgid "Show view count in list?"
296
+ msgstr ""
297
+
298
+ #: admin.inc.php:338
299
+ msgid "Always display latest post count in the daily lists?"
300
+ msgstr ""
301
+
302
+ #: admin.inc.php:340
303
+ msgid ""
304
+ "This option uses JavaScript and will increase your page load time. When you "
305
+ "enable this option, the daily widget will not use the options set there, but "
306
+ "options will need to be set on this screen."
307
+ msgstr ""
308
 
309
+ #: admin.inc.php:343
310
  msgid "Open links in new window"
311
  msgstr ""
312
 
313
+ #: admin.inc.php:346
314
  msgid "Add nofollow attribute to links in the list"
315
  msgstr ""
316
 
317
+ #: admin.inc.php:349
318
  msgid "Exclude display of related posts on these posts / pages"
319
  msgstr ""
320
 
321
+ #: admin.inc.php:355
322
+ msgid "Customise the list HTML"
 
 
 
 
323
  msgstr ""
324
 
325
+ #: admin.inc.php:357
326
  msgid "HTML to display before the list of posts: "
327
  msgstr ""
328
 
329
+ #: admin.inc.php:360
330
  msgid "HTML to display before each list item: "
331
  msgstr ""
332
 
333
+ #: admin.inc.php:363
334
  #, fuzzy
335
  msgid "HTML to display after each list item: "
336
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
337
 
338
+ #: admin.inc.php:366
339
  msgid "HTML to display after the list of posts: "
340
  msgstr ""
341
 
342
+ #: admin.inc.php:369
343
  msgid "Post thumbnail options:"
344
  msgstr ""
345
 
346
+ #: admin.inc.php:371
347
  msgid "Location of post thumbnail:"
348
  msgstr ""
349
 
350
+ #: admin.inc.php:375
351
  #, fuzzy
352
  msgid "Display thumbnails inline with posts, before title"
353
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
354
 
355
+ #: admin.inc.php:379
356
  #, fuzzy
357
  msgid "Display thumbnails inline with posts, after title"
358
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
359
 
360
+ #: admin.inc.php:383
361
  msgid "Display only thumbnails, no text"
362
  msgstr ""
363
 
364
+ #: admin.inc.php:387
365
  msgid "Do not display thumbnails, only text."
366
  msgstr ""
367
 
368
+ #: admin.inc.php:391
369
  msgid "Width of the thumbnail: "
370
  msgstr ""
371
 
372
+ #: admin.inc.php:394
373
  msgid "Height of the thumbnail: "
374
  msgstr ""
375
 
376
+ #: admin.inc.php:397
377
  msgid "Style attributes / Width and Height HTML attributes:"
378
  msgstr ""
379
 
380
+ #: admin.inc.php:401
381
+ msgid "Style attributes are used for width and height."
 
382
  msgstr ""
383
 
384
+ #: admin.inc.php:405
385
+ msgid "HTML width and height attributes are used for width and height."
 
 
386
  msgstr ""
387
 
388
+ #: admin.inc.php:409
389
  msgid "Use timthumb to generate thumbnails? "
390
  msgstr ""
391
 
392
+ #: admin.inc.php:412
393
  msgid ""
394
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
395
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
396
  msgstr ""
397
 
398
+ #: admin.inc.php:415
399
  msgid "Post thumbnail meta field name: "
400
  msgstr ""
401
 
402
+ #: admin.inc.php:418
403
  msgid ""
404
  "The value of this field should contain the image source and is set in the "
405
  "<em>Add New Post</em> screen"
406
  msgstr ""
407
 
408
+ #: admin.inc.php:421
409
  msgid ""
410
  "If the postmeta is not set, then should the plugin extract the first image "
411
  "from the post?"
412
  msgstr ""
413
 
414
+ #: admin.inc.php:424
415
  msgid ""
416
  "This could slow down the loading of your page if the first image in the "
417
  "related posts is large in file-size"
418
  msgstr ""
419
 
420
+ #: admin.inc.php:427
421
  msgid "Use default thumbnail? "
422
  msgstr ""
423
 
424
+ #: admin.inc.php:430
425
  msgid ""
426
  "If checked, when no thumbnail is found, show a default one from the URL "
427
  "below. If not checked and no thumbnail is found, no image will be shown."
428
  msgstr ""
429
 
430
+ #: admin.inc.php:433
431
  msgid "Default thumbnail: "
432
  msgstr ""
433
 
434
+ #: admin.inc.php:437
435
  msgid ""
436
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
437
  "then it will check the meta field. If this is not available, then it will "
438
  "show the default image as specified above"
439
  msgstr ""
440
 
441
+ #: admin.inc.php:444
442
+ msgid "Custom CSS"
443
  msgstr ""
444
 
445
+ #: admin.inc.php:447
446
+ msgid "Use default style included in the plugin?"
447
+ msgstr ""
448
+
449
+ #: admin.inc.php:450
450
+ msgid ""
451
+ "Top 10 includes a default style that makes your popular posts list to look "
452
+ "pretty. Check the box above if you want to use this. You will need to select "
453
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
454
+ "Widget."
455
+ msgstr ""
456
+
457
+ #: admin.inc.php:453
458
  msgid "Custom CSS to add to header:"
459
  msgstr ""
460
 
461
+ #: admin.inc.php:456
462
  msgid ""
463
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
464
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
465
  "available CSS classes to style."
466
  msgstr ""
467
 
468
+ #: admin.inc.php:463 admin.inc.php:529
469
+ #, fuzzy
470
+ msgid "Save Options"
471
+ msgstr "विकल्प हैं:"
472
+
473
+ #: admin.inc.php:464
474
+ #, fuzzy
475
+ msgid "Default Options"
476
+ msgstr "विकल्प हैं:"
477
+
478
+ #: admin.inc.php:464
479
+ msgid "Do you want to set options to Default?"
480
+ msgstr "क्या आप डिफ़ॉल्ट विकल्प सेट करना चाहते हैं?"
481
+
482
+ #: admin.inc.php:473
483
  msgid "Maintenance"
484
  msgstr ""
485
 
486
+ #: admin.inc.php:477
487
  msgid ""
488
  "Over time the Daily Top 10 database grows in size, which reduces the "
489
  "performance of the plugin. Cleaning the database at regular intervals could "
490
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
491
+ "will automatically delete entries older than 90 days."
492
  msgstr ""
493
 
494
+ #: admin.inc.php:478
495
  msgid ""
496
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
497
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
498
  msgstr ""
499
 
500
+ #: admin.inc.php:481
501
  msgid "Enable scheduled maintenance of daily tables:"
502
  msgstr ""
503
 
504
+ #: admin.inc.php:485
505
  msgid "Time to run maintenance"
506
  msgstr ""
507
 
508
+ #: admin.inc.php:486
509
+ msgid "hrs"
510
+ msgstr ""
511
+
512
+ #: admin.inc.php:486
513
+ msgid "min"
514
+ msgstr ""
515
+
516
+ #: admin.inc.php:488
517
  msgid "How often should the maintenance be run:"
518
  msgstr ""
519
 
520
+ #: admin.inc.php:492
521
  msgid "Daily"
522
  msgstr ""
523
 
524
+ #: admin.inc.php:496
525
  msgid "Weekly"
526
  msgstr ""
527
 
528
+ #: admin.inc.php:500
529
  msgid "Fortnightly"
530
  msgstr ""
531
 
532
+ #: admin.inc.php:504
533
  msgid "Monthly"
534
  msgstr ""
535
 
536
+ #: admin.inc.php:513
537
  msgid "The cron job has been scheduled. Maintenance will run "
538
  msgstr ""
539
 
540
+ #: admin.inc.php:518
541
  msgid "The cron job is missing. Please resave this page to add the job"
542
  msgstr ""
543
 
544
+ #: admin.inc.php:523
545
  msgid "Maintenance is turned off"
546
  msgstr ""
547
 
548
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  msgid "Reset count"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:540
553
  msgid ""
554
  "This cannot be reversed. Make sure that your database has been backed up "
555
  "before proceeding"
556
  msgstr ""
557
 
558
+ #: admin.inc.php:543
559
  #, fuzzy
560
  msgid "Reset Popular Posts"
561
  msgstr "लोकप्रिय पोस्ट्स "
562
 
563
+ #: admin.inc.php:543
564
  msgid "Are you sure you want to reset the popular posts?"
565
  msgstr ""
566
 
567
+ #: admin.inc.php:544
568
  #, fuzzy
569
  msgid "Reset Daily Popular Posts"
570
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
571
 
572
+ #: admin.inc.php:544
573
  msgid "Are you sure you want to reset the daily popular posts?"
574
  msgstr ""
575
 
576
+ #: admin.inc.php:545
577
  msgid "Clear duplicates"
578
  msgstr ""
579
 
580
+ #: admin.inc.php:545
581
  msgid "This will delete the duplicate entries in the tables. Proceed?"
582
  msgstr ""
583
 
584
+ #: admin.inc.php:593 admin.inc.php:979
585
  msgid "Popular Posts"
586
  msgstr "लोकप्रिय पोस्ट्स "
587
 
588
+ #: admin.inc.php:593 admin.inc.php:688
589
  msgid "Daily Popular Posts"
590
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
591
 
592
+ #: admin.inc.php:621
593
  #, fuzzy
594
  msgid "Support the development"
595
  msgstr "समर्थन विकास"
596
 
597
+ #: admin.inc.php:630
598
  msgid "Enter amount in USD: "
599
  msgstr ""
600
 
601
+ #: admin.inc.php:634
602
  msgid "Send your donation to the author of"
603
  msgstr ""
604
 
605
+ #: admin.inc.php:641
606
+ msgid "Follow me"
607
  msgstr ""
608
 
609
+ #: admin.inc.php:651
610
+ msgid "Quick links"
611
  msgstr ""
612
 
613
+ #: admin.inc.php:655
614
  msgid "Top 10 plugin page"
615
  msgstr ""
616
 
617
+ #: admin.inc.php:656
618
  msgid "Other plugins"
619
  msgstr ""
620
 
621
+ #: admin.inc.php:657
622
  msgid "Ajay's blog"
623
  msgstr ""
624
 
625
+ #: admin.inc.php:658
626
+ msgid "FAQ"
627
+ msgstr ""
628
+
629
+ #: admin.inc.php:659 top-10.php:1271
630
  msgid "Support"
631
  msgstr ""
632
 
633
+ #: admin.inc.php:660
634
+ msgid "Reviews"
635
  msgstr ""
636
 
637
+ #: admin.inc.php:679 admin.inc.php:682
638
  #, fuzzy
639
  msgid "Top 10 Settings"
640
  msgstr "शीर्ष 10"
641
 
642
+ #: admin.inc.php:679
643
  msgid "Top 10"
644
  msgstr "शीर्ष 10"
645
 
646
+ #: admin.inc.php:685
647
  #, fuzzy
648
  msgid "Overall Popular Posts"
649
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
650
 
651
+ #: admin.inc.php:850
652
+ #, php-format
653
+ msgid "Results %1$s to %2$s of %3$s"
654
+ msgstr ""
 
 
 
655
 
656
+ #: admin.inc.php:854
657
+ #, php-format
658
+ msgid "Page %s of %s"
659
+ msgstr ""
660
 
661
+ #: admin.inc.php:866
662
  msgid "View Daily Popular Posts"
663
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
664
 
665
+ #: admin.inc.php:869 admin.inc.php:882
666
  msgid "Results per-page:"
667
  msgstr "प्रति परिणाम पृष्ठ:"
668
 
669
+ #: admin.inc.php:879
670
  msgid "View Overall Popular Posts"
671
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
672
 
673
+ #: admin.inc.php:908
674
  msgid "Previous"
675
  msgstr "पिछला"
676
 
677
+ #: admin.inc.php:936
678
  msgid "Next"
679
  msgstr "अगला"
680
 
681
+ #: admin.inc.php:980
682
  msgid "Daily Popular"
683
  msgstr "दैनिक लोकप्रिय"
684
 
685
+ #: admin.inc.php:998
686
  #, fuzzy
687
  msgid "Total Views"
688
  msgstr "कुल / आज दर्शाव"
689
 
690
+ #: admin.inc.php:999
691
  #, fuzzy
692
  msgid "Today's Views"
693
  msgstr "कुल / आज दर्शाव"
694
 
695
+ #: admin.inc.php:1000
696
+ #, fuzzy
697
+ msgid "Views"
698
+ msgstr "कुल / आज दर्शाव"
699
+
700
+ #: top-10.php:440
701
  msgid " by "
702
  msgstr ""
703
 
704
+ #: top-10.php:526
705
  msgid "Display the posts popular this week"
706
  msgstr ""
707
 
708
+ #: top-10.php:527
709
  #, fuzzy
710
  msgid "Popular Posts [Top 10]"
711
  msgstr "लोकप्रिय पोस्ट्स "
712
 
713
+ #: top-10.php:545
714
  msgid "Title"
715
  msgstr ""
716
 
717
+ #: top-10.php:550
718
  msgid "No. of posts"
719
  msgstr ""
720
 
721
+ #: top-10.php:555
722
  msgid "Overall"
723
  msgstr ""
724
 
725
+ #: top-10.php:556
726
  msgid "Custom time period (Enter below)"
727
  msgstr ""
728
 
729
+ #: top-10.php:561
730
  msgid "Range in number of days (applies only to custom option above)"
731
  msgstr ""
732
 
733
+ #: top-10.php:566
734
+ msgid " Show count?"
735
+ msgstr ""
736
+
737
+ #: top-10.php:571
738
  msgid " Show excerpt?"
739
  msgstr ""
740
 
741
+ #: top-10.php:576
742
  msgid " Show author?"
743
  msgstr ""
744
 
745
+ #: top-10.php:581
746
  msgid " Show date?"
747
  msgstr ""
748
 
749
+ #: top-10.php:585
750
  msgid "Thumbnail options"
751
  msgstr ""
752
 
753
+ #: top-10.php:587
754
  #, fuzzy
755
  msgid "Thumbnails inline, before title"
756
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
757
 
758
+ #: top-10.php:588
759
  #, fuzzy
760
  msgid "Thumbnails inline, after title"
761
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
762
 
763
+ #: top-10.php:589
764
  msgid "Only thumbnails, no text"
765
  msgstr ""
766
 
767
+ #: top-10.php:590
768
  msgid "No thumbnails, only text."
769
  msgstr ""
770
 
771
+ #: top-10.php:595
772
  msgid "Thumbnail height"
773
  msgstr ""
774
 
775
+ #: top-10.php:600
776
  msgid "Thumbnail width"
777
  msgstr ""
778
 
779
+ #: top-10.php:721
780
  msgid "<h3>Popular Posts</h3>"
781
  msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
782
 
783
+ #: top-10.php:722
784
  msgid "<h3>Daily Popular</h3>"
785
  msgstr "<h3> दैनिक लोकप्रिय </ h3>"
786
 
787
+ #: top-10.php:723
788
  #, fuzzy
789
  msgid "No top posts yet"
790
  msgstr "लोकप्रिय पदों का शीर्षक:"
791
 
792
+ #: top-10.php:1188
793
  msgid "Once Weekly"
794
  msgstr ""
795
 
796
+ #: top-10.php:1192
797
  msgid "Once Fortnightly"
798
  msgstr ""
799
 
800
+ #: top-10.php:1196
801
  msgid "Once Monthly"
802
  msgstr ""
803
 
804
+ #: top-10.php:1259
805
  msgid "Settings"
806
  msgstr ""
807
 
808
+ #: top-10.php:1272
809
  msgid "Donate"
810
  msgstr ""
811
 
812
+ #, fuzzy
813
+ #~ msgid "This option uses JavaScript and will increase your page load time"
814
+ #~ msgstr ""
815
+ #~ "सेना दैनिक 'पदों की सूची गतिशील हो? इस विकल्प को पद भार जावास्क्रिप्ट का उपयोग "
816
+ #~ "करता है और अपने पृष्ठ लोड समय बढ़ा सकते हैं"
817
+
818
+ #~ msgid "Display number of page views in popular lists?"
819
+ #~ msgstr "लोकप्रिय सूची में पृष्ठ विचारों का प्रदर्शन नंबर?"
820
+
821
+ #~ msgid "Results"
822
+ #~ msgstr "परिणाम"
823
+
824
+ #~ msgid "of"
825
+ #~ msgstr "का"
826
+
827
+ #~ msgid "Page"
828
+ #~ msgstr "पृष्ठ"
829
+
830
  #~ msgid ""
831
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
832
  #~ "continue to be counted."
834
  #~ "लोकप्रिय के प्रदर्शन में पेज बाहर निकालें पोस्ट? पन्नों पर विचार की संख्या की गिनती "
835
  #~ "जारी रहेगी."
836
 
 
 
 
837
  #~ msgid ""
838
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
839
  #~ "added with the count"
languages/tptn-it_IT.mo CHANGED
Binary file
languages/tptn-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10 in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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"
@@ -15,173 +15,203 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Le opzioni sono state salvate con successo."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Opzioni impostate alle predefinite."
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Ripristino 10 articoli più popolari"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Ripristino 10 articoli più popolari del giorno"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Numero degli articoli più popolari da mostrare:"
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "Quanti giorni desideri siano considerati per il computo delle "
77
  "visualizzazioni per articoli più popolari del giorno?"
78
 
79
- #: admin.inc.php:198
 
 
 
 
 
 
 
80
  msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
- #: admin.inc.php:209
84
  msgid "List of post or page IDs to exclude from the results: "
85
  msgstr ""
86
 
87
- #: admin.inc.php:213
 
 
 
 
88
  msgid "Exclude Categories: "
89
  msgstr "Escludi categorie:"
90
 
91
- #: admin.inc.php:228
92
  msgid ""
93
  "Comma separated list of category slugs. The field above has an autocomplete "
94
  "so simply start typing in the starting letters and it will prompt you with "
95
  "options"
96
  msgstr ""
97
 
98
- #: admin.inc.php:233
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Desideri mostrare il numero delle visualizzazioni negli articoli?"
102
 
103
- #: admin.inc.php:235
104
  msgid "Posts"
105
  msgstr ""
106
 
107
- #: admin.inc.php:236
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Pagina"
111
 
112
- #: admin.inc.php:237
113
  msgid "Home page"
114
  msgstr ""
115
 
116
- #: admin.inc.php:238
117
  msgid "Feeds"
118
  msgstr ""
119
 
120
- #: admin.inc.php:239
121
  msgid "Category archives"
122
  msgstr ""
123
 
124
- #: admin.inc.php:240
125
  msgid "Tag archives"
126
  msgstr ""
127
 
128
- #: admin.inc.php:241
129
  msgid "Other archives"
130
  msgstr ""
131
 
132
- #: admin.inc.php:242
133
  msgid ""
134
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
135
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
136
  "you want it displayed"
137
  msgstr ""
138
 
139
- #: admin.inc.php:245
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
- #: admin.inc.php:247
144
  msgid ""
145
  "This option uses JavaScript and will increase your page load time. Turn this "
146
  "off if you are not using caching plugins or are OK with displaying older "
147
- "cached counts. When you enable this option, the daily widget will not use "
148
- "the options set there, but options will need to be set on this screen."
149
- msgstr ""
150
-
151
- #: admin.inc.php:250
152
- msgid "Always display latest post count in the daily lists"
153
  msgstr ""
154
 
155
- #: admin.inc.php:252
156
- #, fuzzy
157
- msgid "This option uses JavaScript and will increase your page load time"
158
- msgstr ""
159
- "Desideri che la lista degli articoli odierni sia dinamica? Questa opzione "
160
- "utilizza un JavaScript per il caricamento dell'articolo e di conseguenza "
161
- "potrà fare aumentare i tempi di caricamento della stessa pagina"
162
-
163
- #: admin.inc.php:255
164
  msgid "Track visits of authors on their own posts?"
165
  msgstr ""
166
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
167
  "del sito?"
168
 
169
- #: admin.inc.php:258
 
 
 
 
 
170
  #, fuzzy
171
  msgid "Track visits of admins?"
172
  msgstr ""
173
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
174
  "del sito?"
175
 
176
- #: admin.inc.php:261
177
- msgid "Display page views on Posts > All Posts in Admin"
 
 
 
 
178
  msgstr ""
179
 
180
- #: admin.inc.php:264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  msgid "Link to Top 10 plugin page"
182
  msgstr ""
183
 
184
- #: admin.inc.php:266
185
  #, fuzzy
186
  msgid ""
187
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -191,16 +221,17 @@ msgstr ""
191
  "pagina del plugin. Ti sarei molto grato qualora non disattivassi questa "
192
  "opzione!"
193
 
194
- #: admin.inc.php:273
195
  #, fuzzy
196
- msgid "Output Options"
197
  msgstr "Opzioni output:"
198
 
199
- #: admin.inc.php:276
200
- msgid "Format to display the count in: "
 
201
  msgstr "Formato per il conteggio:"
202
 
203
- #: admin.inc.php:278
204
  #, fuzzy
205
  msgid ""
206
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -213,159 +244,175 @@ msgstr ""
213
  "esempio, le opzioni predefinite verranno mostrate online con un <code>(letto "
214
  "123 volte, 23 visite odierne)</code>"
215
 
216
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Title of popular posts: "
218
  msgstr "Titolo per gli articoli più popolari:"
219
 
220
- #: admin.inc.php:284
221
  msgid "Title of daily popular posts: "
222
  msgstr "Titolo per gli articoli più popolari del giorno:"
223
 
224
- #: admin.inc.php:287
225
  msgid "When there are no posts, what should be shown?"
226
  msgstr ""
227
 
228
- #: admin.inc.php:291
229
  msgid "Blank Output"
230
  msgstr ""
231
 
232
- #: admin.inc.php:295
233
  msgid "Display:"
234
  msgstr ""
235
 
236
- #: admin.inc.php:299
237
  msgid "Show post excerpt in list?"
238
  msgstr "Desideri mostrare gli estratti?"
239
 
240
- #: admin.inc.php:302
241
  msgid "Length of excerpt (in words): "
242
  msgstr "Lunghezza estratto (in parole):"
243
 
244
- #: admin.inc.php:305
245
  #, fuzzy
246
  msgid "Show post author in list?"
247
  msgstr "Desideri mostrare gli estratti?"
248
 
249
- #: admin.inc.php:308
250
  #, fuzzy
251
  msgid "Show post date in list?"
252
  msgstr "Desideri mostrare gli estratti?"
253
 
254
- #: admin.inc.php:311
255
  msgid "Limit post title length (in characters)"
256
  msgstr ""
257
 
258
- #: admin.inc.php:314
259
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
 
260
  msgstr ""
261
- "Desideri mostrare il numero delle visualizzazioni per pagina nella lista dei "
262
- "più popolari?"
263
 
264
- #: admin.inc.php:317
265
  msgid "Open links in new window"
266
  msgstr ""
267
 
268
- #: admin.inc.php:320
269
  msgid "Add nofollow attribute to links in the list"
270
  msgstr ""
271
 
272
- #: admin.inc.php:323
273
  msgid "Exclude display of related posts on these posts / pages"
274
  msgstr ""
275
 
276
- #: admin.inc.php:326
277
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
278
- msgstr ""
279
-
280
- #: admin.inc.php:329
281
- msgid "Customize the output:"
282
  msgstr "Personalizzazione output:"
283
 
284
- #: admin.inc.php:331
285
  msgid "HTML to display before the list of posts: "
286
  msgstr "HTML da mostrare davanti alla lista degli articoli:"
287
 
288
- #: admin.inc.php:334
289
  msgid "HTML to display before each list item: "
290
  msgstr "HTML da mostrare davanti ad ogni singola lista:"
291
 
292
- #: admin.inc.php:337
293
  msgid "HTML to display after each list item: "
294
  msgstr "HTML da mostrare dopo ogni lista:"
295
 
296
- #: admin.inc.php:340
297
  msgid "HTML to display after the list of posts: "
298
  msgstr "HTML da mostrare dopo la lista degli articoli:"
299
 
300
- #: admin.inc.php:343
301
  msgid "Post thumbnail options:"
302
  msgstr "Opzioni miniature articolo:"
303
 
304
- #: admin.inc.php:345
305
  msgid "Location of post thumbnail:"
306
  msgstr ""
307
 
308
- #: admin.inc.php:349
309
  msgid "Display thumbnails inline with posts, before title"
310
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
311
 
312
- #: admin.inc.php:353
313
  msgid "Display thumbnails inline with posts, after title"
314
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
315
 
316
- #: admin.inc.php:357
317
  msgid "Display only thumbnails, no text"
318
  msgstr "Mostra le sole miniature, nessun testo"
319
 
320
- #: admin.inc.php:361
321
  msgid "Do not display thumbnails, only text."
322
  msgstr "Non mostrare le miniature, solo testo."
323
 
324
- #: admin.inc.php:365
325
  msgid "Width of the thumbnail: "
326
  msgstr ""
327
 
328
- #: admin.inc.php:368
329
  msgid "Height of the thumbnail: "
330
  msgstr ""
331
 
332
- #: admin.inc.php:371
333
  msgid "Style attributes / Width and Height HTML attributes:"
334
  msgstr ""
335
 
336
- #: admin.inc.php:375
337
- msgid ""
338
- "Style attributes are used for width and height. <code>style=\"max-width:"
339
  msgstr ""
340
 
341
- #: admin.inc.php:379
342
- msgid ""
343
- "HTML width and height attributes are used for width and height. <code>width="
344
- "\""
345
  msgstr ""
346
 
347
- #: admin.inc.php:383
348
  msgid "Use timthumb to generate thumbnails? "
349
  msgstr ""
350
 
351
- #: admin.inc.php:386
352
  msgid ""
353
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
354
- "\">timthumb</a> will be used to generate thumbnails"
355
  msgstr ""
356
 
357
- #: admin.inc.php:389
358
  #, fuzzy
359
  msgid "Post thumbnail meta field name: "
360
  msgstr "Opzioni miniature articolo:"
361
 
362
- #: admin.inc.php:392
363
  msgid ""
364
  "The value of this field should contain the image source and is set in the "
365
  "<em>Add New Post</em> screen"
366
  msgstr ""
367
 
368
- #: admin.inc.php:395
369
  #, fuzzy
370
  msgid ""
371
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -376,7 +423,7 @@ msgstr ""
376
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
377
  "dimensioni"
378
 
379
- #: admin.inc.php:398
380
  #, fuzzy
381
  msgid ""
382
  "This could slow down the loading of your page if the first image in the "
@@ -387,11 +434,11 @@ msgstr ""
387
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
388
  "dimensioni"
389
 
390
- #: admin.inc.php:401
391
  msgid "Use default thumbnail? "
392
  msgstr ""
393
 
394
- #: admin.inc.php:404
395
  msgid ""
396
  "If checked, when no thumbnail is found, show a default one from the URL "
397
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -399,11 +446,11 @@ msgstr ""
399
  "Se attiva, in assenza di miniatura ne mostrerà una predefinita da URL qui "
400
  "sotto. Se inattiva e senza miniatura, non verrà mostrata nessuna immagine."
401
 
402
- #: admin.inc.php:407
403
  msgid "Default thumbnail: "
404
  msgstr ""
405
 
406
- #: admin.inc.php:410
407
  #, fuzzy
408
  msgid ""
409
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -415,98 +462,118 @@ msgstr ""
415
  "meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come "
416
  "specificato qui sotto:"
417
 
418
- #: admin.inc.php:417
419
- msgid "Custom Styles"
 
 
 
 
 
 
 
 
 
 
 
 
420
  msgstr ""
421
 
422
- #: admin.inc.php:420
423
  msgid "Custom CSS to add to header:"
424
  msgstr ""
425
 
426
- #: admin.inc.php:423
427
  msgid ""
428
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
429
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
430
  "available CSS classes to style."
431
  msgstr ""
432
 
433
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
434
  msgid "Maintenance"
435
  msgstr ""
436
 
437
- #: admin.inc.php:434
438
  msgid ""
439
  "Over time the Daily Top 10 database grows in size, which reduces the "
440
  "performance of the plugin. Cleaning the database at regular intervals could "
441
- "improve performance, especially on high traffic blogs."
 
442
  msgstr ""
443
 
444
- #: admin.inc.php:435
445
  msgid ""
446
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
447
- "everytime the job is rescheduled (i.e. you change the settings below). This "
448
- "causes the daily posts table to reset."
449
  msgstr ""
450
 
451
- #: admin.inc.php:438
452
  msgid "Enable scheduled maintenance of daily tables:"
453
  msgstr ""
454
 
455
- #: admin.inc.php:442
456
  msgid "Time to run maintenance"
457
  msgstr ""
458
 
459
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
460
  msgid "How often should the maintenance be run:"
461
  msgstr ""
462
 
463
- #: admin.inc.php:449
464
  msgid "Daily"
465
  msgstr ""
466
 
467
- #: admin.inc.php:453
468
  msgid "Weekly"
469
  msgstr ""
470
 
471
- #: admin.inc.php:457
472
  msgid "Fortnightly"
473
  msgstr ""
474
 
475
- #: admin.inc.php:461
476
  msgid "Monthly"
477
  msgstr ""
478
 
479
- #: admin.inc.php:470
480
  msgid "The cron job has been scheduled. Maintenance will run "
481
  msgstr ""
482
 
483
- #: admin.inc.php:475
484
  msgid "The cron job is missing. Please resave this page to add the job"
485
  msgstr ""
486
 
487
- #: admin.inc.php:480
488
  msgid "Maintenance is turned off"
489
  msgstr ""
490
 
491
- #: admin.inc.php:488
492
- #, fuzzy
493
- msgid "Save Options"
494
- msgstr "Opzioni:"
495
-
496
- #: admin.inc.php:489
497
- #, fuzzy
498
- msgid "Default Options"
499
- msgstr "Opzioni output:"
500
-
501
- #: admin.inc.php:489
502
- msgid "Do you want to set options to Default?"
503
- msgstr "Desideri ripristinare alle predefinite?"
504
-
505
- #: admin.inc.php:493
506
  msgid "Reset count"
507
  msgstr "Ripristino conteggio"
508
 
509
- #: admin.inc.php:496
510
  msgid ""
511
  "This cannot be reversed. Make sure that your database has been backed up "
512
  "before proceeding"
@@ -514,257 +581,293 @@ msgstr ""
514
  "Questa operazione non é reversibile. Effettua il backup del database prima "
515
  "di procedere"
516
 
517
- #: admin.inc.php:499
518
  #, fuzzy
519
  msgid "Reset Popular Posts"
520
  msgstr "Gli articoli più popolari"
521
 
522
- #: admin.inc.php:499
523
  msgid "Are you sure you want to reset the popular posts?"
524
  msgstr "Sei certo di volere ripristinare gli articoli più popolari?"
525
 
526
- #: admin.inc.php:500
527
  #, fuzzy
528
  msgid "Reset Daily Popular Posts"
529
  msgstr "Gli articoli più popolari di oggi"
530
 
531
- #: admin.inc.php:500
532
  msgid "Are you sure you want to reset the daily popular posts?"
533
  msgstr "Sei certo di volere ripristinare gli articoli più popolari del giorno?"
534
 
535
- #: admin.inc.php:501
536
  msgid "Clear duplicates"
537
  msgstr ""
538
 
539
- #: admin.inc.php:501
540
  msgid "This will delete the duplicate entries in the tables. Proceed?"
541
  msgstr "Questa operazione cancelerà i duplicati dalle tabelle. Procedi?"
542
 
543
- #: admin.inc.php:544 admin.inc.php:929
544
  msgid "Popular Posts"
545
  msgstr "Gli articoli più popolari"
546
 
547
- #: admin.inc.php:544 admin.inc.php:631
548
  msgid "Daily Popular Posts"
549
  msgstr "Gli articoli più popolari di oggi"
550
 
551
- #: admin.inc.php:572
552
  msgid "Support the development"
553
  msgstr "Sostieni lo sviluppo"
554
 
555
- #: admin.inc.php:580
556
  msgid "Enter amount in USD: "
557
  msgstr "Inserisci la cifra in USD: "
558
 
559
- #: admin.inc.php:584
560
  msgid "Send your donation to the author of"
561
  msgstr "Invia la tua donazione all'autore di"
562
 
563
- #: admin.inc.php:590
564
- msgid "Follow us"
565
  msgstr ""
566
 
567
- #: admin.inc.php:596
568
  #, fuzzy
569
- msgid "Quick Links"
570
  msgstr "Collegamenti veloci"
571
 
572
- #: admin.inc.php:598
573
  #, fuzzy
574
  msgid "Top 10 plugin page"
575
  msgstr "pagina plugin"
576
 
577
- #: admin.inc.php:599
578
  msgid "Other plugins"
579
  msgstr "Altri plugin"
580
 
581
- #: admin.inc.php:600
582
  msgid "Ajay's blog"
583
  msgstr "Il blog di Ajay"
584
 
585
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
586
  msgid "Support"
587
  msgstr "Supporto"
588
 
589
- #: admin.inc.php:605
590
- msgid "Recent developments"
591
- msgstr "Sviluppi recenti"
592
 
593
- #: admin.inc.php:622 admin.inc.php:625
594
  #, fuzzy
595
  msgid "Top 10 Settings"
596
  msgstr "Impostazioni"
597
 
598
- #: admin.inc.php:622
599
  msgid "Top 10"
600
  msgstr "Top 10"
601
 
602
- #: admin.inc.php:628
603
  #, fuzzy
604
  msgid "Overall Popular Posts"
605
  msgstr "Visualizza panoramica articoli più popolari"
606
 
607
- #: admin.inc.php:799
608
- msgid "Results"
609
- msgstr "Risultati"
610
-
611
- #: admin.inc.php:801 admin.inc.php:807
612
- msgid "of"
613
- msgstr "di"
614
 
615
- #: admin.inc.php:805
616
- msgid "Page"
617
- msgstr "Pagina"
 
618
 
619
- #: admin.inc.php:819
620
  msgid "View Daily Popular Posts"
621
  msgstr "Visualizza gli articoli più letti di oggi"
622
 
623
- #: admin.inc.php:822 admin.inc.php:835
624
  msgid "Results per-page:"
625
  msgstr "Risultati per pagina:"
626
 
627
- #: admin.inc.php:832
628
  msgid "View Overall Popular Posts"
629
  msgstr "Visualizza panoramica articoli più popolari"
630
 
631
- #: admin.inc.php:861
632
  msgid "Previous"
633
  msgstr "Precedente"
634
 
635
- #: admin.inc.php:889
636
  msgid "Next"
637
  msgstr "Successiva"
638
 
639
- #: admin.inc.php:930
640
  msgid "Daily Popular"
641
  msgstr "I più letti di oggi"
642
 
643
- #: admin.inc.php:946
644
  #, fuzzy
645
  msgid "Total Views"
646
  msgstr "Totale / Visualizzazioni odierne"
647
 
648
- #: admin.inc.php:947
649
  #, fuzzy
650
  msgid "Today's Views"
651
  msgstr "Totale / Visualizzazioni odierne"
652
 
653
- #: top-10.php:415
 
 
 
 
 
654
  msgid " by "
655
  msgstr ""
656
 
657
- #: top-10.php:501
658
  msgid "Display the posts popular this week"
659
  msgstr "Mostra articoli più popolari settimana in corso"
660
 
661
- #: top-10.php:502
662
  #, fuzzy
663
  msgid "Popular Posts [Top 10]"
664
  msgstr "Gli articoli più popolari"
665
 
666
- #: top-10.php:519
667
  msgid "Title"
668
  msgstr ""
669
 
670
- #: top-10.php:524
671
  msgid "No. of posts"
672
  msgstr ""
673
 
674
- #: top-10.php:529
675
  msgid "Overall"
676
  msgstr ""
677
 
678
- #: top-10.php:530
679
  msgid "Custom time period (Enter below)"
680
  msgstr ""
681
 
682
- #: top-10.php:535
683
  msgid "Range in number of days (applies only to custom option above)"
684
  msgstr ""
685
 
686
- #: top-10.php:540
 
 
 
 
 
687
  #, fuzzy
688
  msgid " Show excerpt?"
689
  msgstr "Desideri mostrare gli estratti?"
690
 
691
- #: top-10.php:545
692
  msgid " Show author?"
693
  msgstr ""
694
 
695
- #: top-10.php:550
696
  #, fuzzy
697
  msgid " Show date?"
698
  msgstr "Desideri mostrare gli estratti?"
699
 
700
- #: top-10.php:554
701
  #, fuzzy
702
  msgid "Thumbnail options"
703
  msgstr "Opzioni miniature articolo:"
704
 
705
- #: top-10.php:556
706
  #, fuzzy
707
  msgid "Thumbnails inline, before title"
708
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
709
 
710
- #: top-10.php:557
711
  #, fuzzy
712
  msgid "Thumbnails inline, after title"
713
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
714
 
715
- #: top-10.php:558
716
  #, fuzzy
717
  msgid "Only thumbnails, no text"
718
  msgstr "Mostra le sole miniature, nessun testo"
719
 
720
- #: top-10.php:559
721
  #, fuzzy
722
  msgid "No thumbnails, only text."
723
  msgstr "Non mostrare le miniature, solo testo."
724
 
725
- #: top-10.php:564
726
  #, fuzzy
727
  msgid "Thumbnail height"
728
  msgstr "Opzioni miniature articolo:"
729
 
730
- #: top-10.php:569
731
  #, fuzzy
732
  msgid "Thumbnail width"
733
  msgstr "Opzioni miniature articolo:"
734
 
735
- #: top-10.php:670
736
  msgid "<h3>Popular Posts</h3>"
737
  msgstr "<h3>Articoli più letti</h3>"
738
 
739
- #: top-10.php:671
740
  msgid "<h3>Daily Popular</h3>"
741
  msgstr "<h3>I più letti di oggi</h3>"
742
 
743
- #: top-10.php:672
744
  #, fuzzy
745
  msgid "No top posts yet"
746
  msgstr "Ripristino 10 articoli più popolari"
747
 
748
- #: top-10.php:1113
749
  msgid "Once Weekly"
750
  msgstr ""
751
 
752
- #: top-10.php:1114
753
  msgid "Once Fortnightly"
754
  msgstr ""
755
 
756
- #: top-10.php:1115
757
  msgid "Once Monthly"
758
  msgstr ""
759
 
760
- #: top-10.php:1135
761
  msgid "Settings"
762
  msgstr "Impostazioni"
763
 
764
- #: top-10.php:1148
765
  msgid "Donate"
766
  msgstr "Donazione"
767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
768
  #, fuzzy
769
  #~ msgid "Exclude Pages?"
770
  #~ msgstr "Escludi categorie:"
@@ -783,9 +886,6 @@ msgstr "Donazione"
783
  #~ msgid "Tables cleaned of duplicate rows"
784
  #~ msgstr "I duplicati sono stati rimossi dalle tabelle"
785
 
786
- #~ msgid "Display number of views on pages?"
787
- #~ msgstr "Desideri mostrare il numero delle visualizzazioni nelle pagine?"
788
-
789
  #~ msgid ""
790
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
791
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10 in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Le opzioni sono state salvate con successo."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Opzioni impostate alle predefinite."
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Ripristino 10 articoli più popolari"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Ripristino 10 articoli più popolari del giorno"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Numero degli articoli più popolari da mostrare:"
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr ""
82
  "Quanti giorni desideri siano considerati per il computo delle "
83
  "visualizzazioni per articoli più popolari del giorno?"
84
 
85
+ #: admin.inc.php:200
86
+ msgid ""
87
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
88
+ "display posts for as many days as you want. This can be overridden in the "
89
+ "widget."
90
+ msgstr ""
91
+
92
+ #: admin.inc.php:203
93
  msgid "Post types to include in results (including custom post types)"
94
  msgstr ""
95
 
96
+ #: admin.inc.php:214
97
  msgid "List of post or page IDs to exclude from the results: "
98
  msgstr ""
99
 
100
+ #: admin.inc.php:216 admin.inc.php:352
101
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
102
+ msgstr ""
103
+
104
+ #: admin.inc.php:220
105
  msgid "Exclude Categories: "
106
  msgstr "Escludi categorie:"
107
 
108
+ #: admin.inc.php:235
109
  msgid ""
110
  "Comma separated list of category slugs. The field above has an autocomplete "
111
  "so simply start typing in the starting letters and it will prompt you with "
112
  "options"
113
  msgstr ""
114
 
115
+ #: admin.inc.php:240
116
  #, fuzzy
117
  msgid "Display number of views on:"
118
  msgstr "Desideri mostrare il numero delle visualizzazioni negli articoli?"
119
 
120
+ #: admin.inc.php:242
121
  msgid "Posts"
122
  msgstr ""
123
 
124
+ #: admin.inc.php:243
125
  #, fuzzy
126
  msgid "Pages"
127
  msgstr "Pagina"
128
 
129
+ #: admin.inc.php:244
130
  msgid "Home page"
131
  msgstr ""
132
 
133
+ #: admin.inc.php:245
134
  msgid "Feeds"
135
  msgstr ""
136
 
137
+ #: admin.inc.php:246
138
  msgid "Category archives"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:247
142
  msgid "Tag archives"
143
  msgstr ""
144
 
145
+ #: admin.inc.php:248
146
  msgid "Other archives"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:249
150
  msgid ""
151
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
  "you want it displayed"
154
  msgstr ""
155
 
156
+ #: admin.inc.php:252
157
  msgid "Always display latest post count"
158
  msgstr ""
159
 
160
+ #: admin.inc.php:254
161
  msgid ""
162
  "This option uses JavaScript and will increase your page load time. Turn this "
163
  "off if you are not using caching plugins or are OK with displaying older "
164
+ "cached counts."
 
 
 
 
 
165
  msgstr ""
166
 
167
+ #: admin.inc.php:257
 
 
 
 
 
 
 
 
168
  msgid "Track visits of authors on their own posts?"
169
  msgstr ""
170
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
171
  "del sito?"
172
 
173
+ #: admin.inc.php:259
174
+ msgid ""
175
+ "Disabling this option will stop authors visits tracked on their own posts"
176
+ msgstr ""
177
+
178
+ #: admin.inc.php:262
179
  #, fuzzy
180
  msgid "Track visits of admins?"
181
  msgstr ""
182
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
183
  "del sito?"
184
 
185
+ #: admin.inc.php:264
186
+ msgid "Disabling this option will stop admin visits being tracked."
187
+ msgstr ""
188
+
189
+ #: admin.inc.php:267
190
+ msgid "Display page views on Posts and Pages in Admin"
191
  msgstr ""
192
 
193
+ #: admin.inc.php:270
194
+ msgid ""
195
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
196
+ "and All Pages"
197
+ msgstr ""
198
+
199
+ #: admin.inc.php:273
200
+ #, fuzzy
201
+ msgid "Show number of views to non-admins"
202
+ msgstr "Desideri mostrare il numero delle visualizzazioni nelle pagine?"
203
+
204
+ #: admin.inc.php:276
205
+ msgid ""
206
+ "If you disable this then non-admins won't see the above columns or view the "
207
+ "independent pages with the top posts"
208
+ msgstr ""
209
+
210
+ #: admin.inc.php:279
211
  msgid "Link to Top 10 plugin page"
212
  msgstr ""
213
 
214
+ #: admin.inc.php:282
215
  #, fuzzy
216
  msgid ""
217
  "A link to the plugin is added as an extra list item to the list of popular "
221
  "pagina del plugin. Ti sarei molto grato qualora non disattivassi questa "
222
  "opzione!"
223
 
224
+ #: admin.inc.php:289
225
  #, fuzzy
226
+ msgid "Output options"
227
  msgstr "Opzioni output:"
228
 
229
+ #: admin.inc.php:292
230
+ #, fuzzy
231
+ msgid "Format to display the post views:"
232
  msgstr "Formato per il conteggio:"
233
 
234
+ #: admin.inc.php:294
235
  #, fuzzy
236
  msgid ""
237
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
244
  "esempio, le opzioni predefinite verranno mostrate online con un <code>(letto "
245
  "123 volte, 23 visite odierne)</code>"
246
 
247
+ #: admin.inc.php:297
248
+ msgid "What do display when there are no visits?"
249
+ msgstr ""
250
+
251
+ #: admin.inc.php:299
252
+ msgid ""
253
+ "This text applies only when there are 0 hits for the post and it isn't a "
254
+ "single page. e.g. if you display post views on the homepage or archives then "
255
+ "this text will be used. To override this, just enter the same text as above "
256
+ "option."
257
+ msgstr ""
258
+
259
+ #: admin.inc.php:302
260
  msgid "Title of popular posts: "
261
  msgstr "Titolo per gli articoli più popolari:"
262
 
263
+ #: admin.inc.php:305
264
  msgid "Title of daily popular posts: "
265
  msgstr "Titolo per gli articoli più popolari del giorno:"
266
 
267
+ #: admin.inc.php:308
268
  msgid "When there are no posts, what should be shown?"
269
  msgstr ""
270
 
271
+ #: admin.inc.php:312
272
  msgid "Blank Output"
273
  msgstr ""
274
 
275
+ #: admin.inc.php:316
276
  msgid "Display:"
277
  msgstr ""
278
 
279
+ #: admin.inc.php:320
280
  msgid "Show post excerpt in list?"
281
  msgstr "Desideri mostrare gli estratti?"
282
 
283
+ #: admin.inc.php:323
284
  msgid "Length of excerpt (in words): "
285
  msgstr "Lunghezza estratto (in parole):"
286
 
287
+ #: admin.inc.php:326
288
  #, fuzzy
289
  msgid "Show post author in list?"
290
  msgstr "Desideri mostrare gli estratti?"
291
 
292
+ #: admin.inc.php:329
293
  #, fuzzy
294
  msgid "Show post date in list?"
295
  msgstr "Desideri mostrare gli estratti?"
296
 
297
+ #: admin.inc.php:332
298
  msgid "Limit post title length (in characters)"
299
  msgstr ""
300
 
301
+ #: admin.inc.php:335
302
+ #, fuzzy
303
+ msgid "Show view count in list?"
304
+ msgstr "Desideri mostrare gli estratti?"
305
+
306
+ #: admin.inc.php:338
307
+ msgid "Always display latest post count in the daily lists?"
308
+ msgstr ""
309
+
310
+ #: admin.inc.php:340
311
+ msgid ""
312
+ "This option uses JavaScript and will increase your page load time. When you "
313
+ "enable this option, the daily widget will not use the options set there, but "
314
+ "options will need to be set on this screen."
315
  msgstr ""
 
 
316
 
317
+ #: admin.inc.php:343
318
  msgid "Open links in new window"
319
  msgstr ""
320
 
321
+ #: admin.inc.php:346
322
  msgid "Add nofollow attribute to links in the list"
323
  msgstr ""
324
 
325
+ #: admin.inc.php:349
326
  msgid "Exclude display of related posts on these posts / pages"
327
  msgstr ""
328
 
329
+ #: admin.inc.php:355
330
+ #, fuzzy
331
+ msgid "Customise the list HTML"
 
 
 
332
  msgstr "Personalizzazione output:"
333
 
334
+ #: admin.inc.php:357
335
  msgid "HTML to display before the list of posts: "
336
  msgstr "HTML da mostrare davanti alla lista degli articoli:"
337
 
338
+ #: admin.inc.php:360
339
  msgid "HTML to display before each list item: "
340
  msgstr "HTML da mostrare davanti ad ogni singola lista:"
341
 
342
+ #: admin.inc.php:363
343
  msgid "HTML to display after each list item: "
344
  msgstr "HTML da mostrare dopo ogni lista:"
345
 
346
+ #: admin.inc.php:366
347
  msgid "HTML to display after the list of posts: "
348
  msgstr "HTML da mostrare dopo la lista degli articoli:"
349
 
350
+ #: admin.inc.php:369
351
  msgid "Post thumbnail options:"
352
  msgstr "Opzioni miniature articolo:"
353
 
354
+ #: admin.inc.php:371
355
  msgid "Location of post thumbnail:"
356
  msgstr ""
357
 
358
+ #: admin.inc.php:375
359
  msgid "Display thumbnails inline with posts, before title"
360
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
361
 
362
+ #: admin.inc.php:379
363
  msgid "Display thumbnails inline with posts, after title"
364
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
365
 
366
+ #: admin.inc.php:383
367
  msgid "Display only thumbnails, no text"
368
  msgstr "Mostra le sole miniature, nessun testo"
369
 
370
+ #: admin.inc.php:387
371
  msgid "Do not display thumbnails, only text."
372
  msgstr "Non mostrare le miniature, solo testo."
373
 
374
+ #: admin.inc.php:391
375
  msgid "Width of the thumbnail: "
376
  msgstr ""
377
 
378
+ #: admin.inc.php:394
379
  msgid "Height of the thumbnail: "
380
  msgstr ""
381
 
382
+ #: admin.inc.php:397
383
  msgid "Style attributes / Width and Height HTML attributes:"
384
  msgstr ""
385
 
386
+ #: admin.inc.php:401
387
+ msgid "Style attributes are used for width and height."
 
388
  msgstr ""
389
 
390
+ #: admin.inc.php:405
391
+ msgid "HTML width and height attributes are used for width and height."
 
 
392
  msgstr ""
393
 
394
+ #: admin.inc.php:409
395
  msgid "Use timthumb to generate thumbnails? "
396
  msgstr ""
397
 
398
+ #: admin.inc.php:412
399
  msgid ""
400
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
401
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
402
  msgstr ""
403
 
404
+ #: admin.inc.php:415
405
  #, fuzzy
406
  msgid "Post thumbnail meta field name: "
407
  msgstr "Opzioni miniature articolo:"
408
 
409
+ #: admin.inc.php:418
410
  msgid ""
411
  "The value of this field should contain the image source and is set in the "
412
  "<em>Add New Post</em> screen"
413
  msgstr ""
414
 
415
+ #: admin.inc.php:421
416
  #, fuzzy
417
  msgid ""
418
  "If the postmeta is not set, then should the plugin extract the first image "
423
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
424
  "dimensioni"
425
 
426
+ #: admin.inc.php:424
427
  #, fuzzy
428
  msgid ""
429
  "This could slow down the loading of your page if the first image in the "
434
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
435
  "dimensioni"
436
 
437
+ #: admin.inc.php:427
438
  msgid "Use default thumbnail? "
439
  msgstr ""
440
 
441
+ #: admin.inc.php:430
442
  msgid ""
443
  "If checked, when no thumbnail is found, show a default one from the URL "
444
  "below. If not checked and no thumbnail is found, no image will be shown."
446
  "Se attiva, in assenza di miniatura ne mostrerà una predefinita da URL qui "
447
  "sotto. Se inattiva e senza miniatura, non verrà mostrata nessuna immagine."
448
 
449
+ #: admin.inc.php:433
450
  msgid "Default thumbnail: "
451
  msgstr ""
452
 
453
+ #: admin.inc.php:437
454
  #, fuzzy
455
  msgid ""
456
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
462
  "meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come "
463
  "specificato qui sotto:"
464
 
465
+ #: admin.inc.php:444
466
+ msgid "Custom CSS"
467
+ msgstr ""
468
+
469
+ #: admin.inc.php:447
470
+ msgid "Use default style included in the plugin?"
471
+ msgstr ""
472
+
473
+ #: admin.inc.php:450
474
+ msgid ""
475
+ "Top 10 includes a default style that makes your popular posts list to look "
476
+ "pretty. Check the box above if you want to use this. You will need to select "
477
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
478
+ "Widget."
479
  msgstr ""
480
 
481
+ #: admin.inc.php:453
482
  msgid "Custom CSS to add to header:"
483
  msgstr ""
484
 
485
+ #: admin.inc.php:456
486
  msgid ""
487
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
488
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
489
  "available CSS classes to style."
490
  msgstr ""
491
 
492
+ #: admin.inc.php:463 admin.inc.php:529
493
+ #, fuzzy
494
+ msgid "Save Options"
495
+ msgstr "Opzioni:"
496
+
497
+ #: admin.inc.php:464
498
+ #, fuzzy
499
+ msgid "Default Options"
500
+ msgstr "Opzioni output:"
501
+
502
+ #: admin.inc.php:464
503
+ msgid "Do you want to set options to Default?"
504
+ msgstr "Desideri ripristinare alle predefinite?"
505
+
506
+ #: admin.inc.php:473
507
  msgid "Maintenance"
508
  msgstr ""
509
 
510
+ #: admin.inc.php:477
511
  msgid ""
512
  "Over time the Daily Top 10 database grows in size, which reduces the "
513
  "performance of the plugin. Cleaning the database at regular intervals could "
514
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
515
+ "will automatically delete entries older than 90 days."
516
  msgstr ""
517
 
518
+ #: admin.inc.php:478
519
  msgid ""
520
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
521
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
522
  msgstr ""
523
 
524
+ #: admin.inc.php:481
525
  msgid "Enable scheduled maintenance of daily tables:"
526
  msgstr ""
527
 
528
+ #: admin.inc.php:485
529
  msgid "Time to run maintenance"
530
  msgstr ""
531
 
532
+ #: admin.inc.php:486
533
+ msgid "hrs"
534
+ msgstr ""
535
+
536
+ #: admin.inc.php:486
537
+ msgid "min"
538
+ msgstr ""
539
+
540
+ #: admin.inc.php:488
541
  msgid "How often should the maintenance be run:"
542
  msgstr ""
543
 
544
+ #: admin.inc.php:492
545
  msgid "Daily"
546
  msgstr ""
547
 
548
+ #: admin.inc.php:496
549
  msgid "Weekly"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:500
553
  msgid "Fortnightly"
554
  msgstr ""
555
 
556
+ #: admin.inc.php:504
557
  msgid "Monthly"
558
  msgstr ""
559
 
560
+ #: admin.inc.php:513
561
  msgid "The cron job has been scheduled. Maintenance will run "
562
  msgstr ""
563
 
564
+ #: admin.inc.php:518
565
  msgid "The cron job is missing. Please resave this page to add the job"
566
  msgstr ""
567
 
568
+ #: admin.inc.php:523
569
  msgid "Maintenance is turned off"
570
  msgstr ""
571
 
572
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  msgid "Reset count"
574
  msgstr "Ripristino conteggio"
575
 
576
+ #: admin.inc.php:540
577
  msgid ""
578
  "This cannot be reversed. Make sure that your database has been backed up "
579
  "before proceeding"
581
  "Questa operazione non é reversibile. Effettua il backup del database prima "
582
  "di procedere"
583
 
584
+ #: admin.inc.php:543
585
  #, fuzzy
586
  msgid "Reset Popular Posts"
587
  msgstr "Gli articoli più popolari"
588
 
589
+ #: admin.inc.php:543
590
  msgid "Are you sure you want to reset the popular posts?"
591
  msgstr "Sei certo di volere ripristinare gli articoli più popolari?"
592
 
593
+ #: admin.inc.php:544
594
  #, fuzzy
595
  msgid "Reset Daily Popular Posts"
596
  msgstr "Gli articoli più popolari di oggi"
597
 
598
+ #: admin.inc.php:544
599
  msgid "Are you sure you want to reset the daily popular posts?"
600
  msgstr "Sei certo di volere ripristinare gli articoli più popolari del giorno?"
601
 
602
+ #: admin.inc.php:545
603
  msgid "Clear duplicates"
604
  msgstr ""
605
 
606
+ #: admin.inc.php:545
607
  msgid "This will delete the duplicate entries in the tables. Proceed?"
608
  msgstr "Questa operazione cancelerà i duplicati dalle tabelle. Procedi?"
609
 
610
+ #: admin.inc.php:593 admin.inc.php:979
611
  msgid "Popular Posts"
612
  msgstr "Gli articoli più popolari"
613
 
614
+ #: admin.inc.php:593 admin.inc.php:688
615
  msgid "Daily Popular Posts"
616
  msgstr "Gli articoli più popolari di oggi"
617
 
618
+ #: admin.inc.php:621
619
  msgid "Support the development"
620
  msgstr "Sostieni lo sviluppo"
621
 
622
+ #: admin.inc.php:630
623
  msgid "Enter amount in USD: "
624
  msgstr "Inserisci la cifra in USD: "
625
 
626
+ #: admin.inc.php:634
627
  msgid "Send your donation to the author of"
628
  msgstr "Invia la tua donazione all'autore di"
629
 
630
+ #: admin.inc.php:641
631
+ msgid "Follow me"
632
  msgstr ""
633
 
634
+ #: admin.inc.php:651
635
  #, fuzzy
636
+ msgid "Quick links"
637
  msgstr "Collegamenti veloci"
638
 
639
+ #: admin.inc.php:655
640
  #, fuzzy
641
  msgid "Top 10 plugin page"
642
  msgstr "pagina plugin"
643
 
644
+ #: admin.inc.php:656
645
  msgid "Other plugins"
646
  msgstr "Altri plugin"
647
 
648
+ #: admin.inc.php:657
649
  msgid "Ajay's blog"
650
  msgstr "Il blog di Ajay"
651
 
652
+ #: admin.inc.php:658
653
+ msgid "FAQ"
654
+ msgstr ""
655
+
656
+ #: admin.inc.php:659 top-10.php:1271
657
  msgid "Support"
658
  msgstr "Supporto"
659
 
660
+ #: admin.inc.php:660
661
+ msgid "Reviews"
662
+ msgstr ""
663
 
664
+ #: admin.inc.php:679 admin.inc.php:682
665
  #, fuzzy
666
  msgid "Top 10 Settings"
667
  msgstr "Impostazioni"
668
 
669
+ #: admin.inc.php:679
670
  msgid "Top 10"
671
  msgstr "Top 10"
672
 
673
+ #: admin.inc.php:685
674
  #, fuzzy
675
  msgid "Overall Popular Posts"
676
  msgstr "Visualizza panoramica articoli più popolari"
677
 
678
+ #: admin.inc.php:850
679
+ #, php-format
680
+ msgid "Results %1$s to %2$s of %3$s"
681
+ msgstr ""
 
 
 
682
 
683
+ #: admin.inc.php:854
684
+ #, php-format
685
+ msgid "Page %s of %s"
686
+ msgstr ""
687
 
688
+ #: admin.inc.php:866
689
  msgid "View Daily Popular Posts"
690
  msgstr "Visualizza gli articoli più letti di oggi"
691
 
692
+ #: admin.inc.php:869 admin.inc.php:882
693
  msgid "Results per-page:"
694
  msgstr "Risultati per pagina:"
695
 
696
+ #: admin.inc.php:879
697
  msgid "View Overall Popular Posts"
698
  msgstr "Visualizza panoramica articoli più popolari"
699
 
700
+ #: admin.inc.php:908
701
  msgid "Previous"
702
  msgstr "Precedente"
703
 
704
+ #: admin.inc.php:936
705
  msgid "Next"
706
  msgstr "Successiva"
707
 
708
+ #: admin.inc.php:980
709
  msgid "Daily Popular"
710
  msgstr "I più letti di oggi"
711
 
712
+ #: admin.inc.php:998
713
  #, fuzzy
714
  msgid "Total Views"
715
  msgstr "Totale / Visualizzazioni odierne"
716
 
717
+ #: admin.inc.php:999
718
  #, fuzzy
719
  msgid "Today's Views"
720
  msgstr "Totale / Visualizzazioni odierne"
721
 
722
+ #: admin.inc.php:1000
723
+ #, fuzzy
724
+ msgid "Views"
725
+ msgstr "Totale / Visualizzazioni odierne"
726
+
727
+ #: top-10.php:440
728
  msgid " by "
729
  msgstr ""
730
 
731
+ #: top-10.php:526
732
  msgid "Display the posts popular this week"
733
  msgstr "Mostra articoli più popolari settimana in corso"
734
 
735
+ #: top-10.php:527
736
  #, fuzzy
737
  msgid "Popular Posts [Top 10]"
738
  msgstr "Gli articoli più popolari"
739
 
740
+ #: top-10.php:545
741
  msgid "Title"
742
  msgstr ""
743
 
744
+ #: top-10.php:550
745
  msgid "No. of posts"
746
  msgstr ""
747
 
748
+ #: top-10.php:555
749
  msgid "Overall"
750
  msgstr ""
751
 
752
+ #: top-10.php:556
753
  msgid "Custom time period (Enter below)"
754
  msgstr ""
755
 
756
+ #: top-10.php:561
757
  msgid "Range in number of days (applies only to custom option above)"
758
  msgstr ""
759
 
760
+ #: top-10.php:566
761
+ #, fuzzy
762
+ msgid " Show count?"
763
+ msgstr "Desideri mostrare gli estratti?"
764
+
765
+ #: top-10.php:571
766
  #, fuzzy
767
  msgid " Show excerpt?"
768
  msgstr "Desideri mostrare gli estratti?"
769
 
770
+ #: top-10.php:576
771
  msgid " Show author?"
772
  msgstr ""
773
 
774
+ #: top-10.php:581
775
  #, fuzzy
776
  msgid " Show date?"
777
  msgstr "Desideri mostrare gli estratti?"
778
 
779
+ #: top-10.php:585
780
  #, fuzzy
781
  msgid "Thumbnail options"
782
  msgstr "Opzioni miniature articolo:"
783
 
784
+ #: top-10.php:587
785
  #, fuzzy
786
  msgid "Thumbnails inline, before title"
787
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
788
 
789
+ #: top-10.php:588
790
  #, fuzzy
791
  msgid "Thumbnails inline, after title"
792
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
793
 
794
+ #: top-10.php:589
795
  #, fuzzy
796
  msgid "Only thumbnails, no text"
797
  msgstr "Mostra le sole miniature, nessun testo"
798
 
799
+ #: top-10.php:590
800
  #, fuzzy
801
  msgid "No thumbnails, only text."
802
  msgstr "Non mostrare le miniature, solo testo."
803
 
804
+ #: top-10.php:595
805
  #, fuzzy
806
  msgid "Thumbnail height"
807
  msgstr "Opzioni miniature articolo:"
808
 
809
+ #: top-10.php:600
810
  #, fuzzy
811
  msgid "Thumbnail width"
812
  msgstr "Opzioni miniature articolo:"
813
 
814
+ #: top-10.php:721
815
  msgid "<h3>Popular Posts</h3>"
816
  msgstr "<h3>Articoli più letti</h3>"
817
 
818
+ #: top-10.php:722
819
  msgid "<h3>Daily Popular</h3>"
820
  msgstr "<h3>I più letti di oggi</h3>"
821
 
822
+ #: top-10.php:723
823
  #, fuzzy
824
  msgid "No top posts yet"
825
  msgstr "Ripristino 10 articoli più popolari"
826
 
827
+ #: top-10.php:1188
828
  msgid "Once Weekly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1192
832
  msgid "Once Fortnightly"
833
  msgstr ""
834
 
835
+ #: top-10.php:1196
836
  msgid "Once Monthly"
837
  msgstr ""
838
 
839
+ #: top-10.php:1259
840
  msgid "Settings"
841
  msgstr "Impostazioni"
842
 
843
+ #: top-10.php:1272
844
  msgid "Donate"
845
  msgstr "Donazione"
846
 
847
+ #, fuzzy
848
+ #~ msgid "This option uses JavaScript and will increase your page load time"
849
+ #~ msgstr ""
850
+ #~ "Desideri che la lista degli articoli odierni sia dinamica? Questa opzione "
851
+ #~ "utilizza un JavaScript per il caricamento dell'articolo e di conseguenza "
852
+ #~ "potrà fare aumentare i tempi di caricamento della stessa pagina"
853
+
854
+ #~ msgid "Display number of page views in popular lists?"
855
+ #~ msgstr ""
856
+ #~ "Desideri mostrare il numero delle visualizzazioni per pagina nella lista "
857
+ #~ "dei più popolari?"
858
+
859
+ #~ msgid "Recent developments"
860
+ #~ msgstr "Sviluppi recenti"
861
+
862
+ #~ msgid "Results"
863
+ #~ msgstr "Risultati"
864
+
865
+ #~ msgid "of"
866
+ #~ msgstr "di"
867
+
868
+ #~ msgid "Page"
869
+ #~ msgstr "Pagina"
870
+
871
  #, fuzzy
872
  #~ msgid "Exclude Pages?"
873
  #~ msgstr "Escludi categorie:"
886
  #~ msgid "Tables cleaned of duplicate rows"
887
  #~ msgstr "I duplicati sono stati rimossi dalle tabelle"
888
 
 
 
 
889
  #~ msgid ""
890
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
891
  #~ "added with the count"
languages/tptn-nl_NL.mo CHANGED
Binary file
languages/tptn-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10 v1.6.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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"
@@ -17,166 +17,197 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: admin.inc.php:101
21
- msgid "Scheduled maintenance enabled / modified"
22
- msgstr ""
23
-
24
- #: admin.inc.php:105
25
- msgid "Scheduled maintenance disabled"
26
- msgstr ""
27
-
28
- #: admin.inc.php:122
29
  msgid "Options saved successfully."
30
  msgstr "Opties succesvol opgeslagen."
31
 
32
- #: admin.inc.php:131
33
  msgid "Options set to Default."
34
  msgstr "Opties ingesteld op Standaard."
35
 
36
- #: admin.inc.php:137
37
  msgid "Top 10 popular posts reset"
38
  msgstr "Reset Top 10 populaire berichten"
39
 
40
- #: admin.inc.php:143
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Reset Top 10 dagelijkse populaire berichten"
43
 
44
- #: admin.inc.php:150
45
  msgid "Duplicate rows cleaned from tables"
46
  msgstr ""
47
 
48
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
49
  msgid "General options"
50
  msgstr ""
51
 
52
- #: admin.inc.php:175
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
- #: admin.inc.php:180
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
- #: admin.inc.php:185
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
- #: admin.inc.php:187
65
  msgid ""
66
  "This will try to prevent W3 Total Cache from caching the addcount script of "
67
  "the plugin. Try toggling this option in case you find that our posts are not "
68
  "tracked."
69
  msgstr ""
70
 
71
- #: admin.inc.php:191
72
  msgid "Number of popular posts to display: "
73
  msgstr "Aantal populaire berichten om weer te geven:"
74
 
75
- #: admin.inc.php:195
 
 
 
 
 
 
76
  msgid "Daily Popular should contain views of how many days? "
77
  msgstr "Van hoeveel dagen moet Dagelijks Populair weergaves bevatten ?"
78
 
79
- #: admin.inc.php:198
 
 
 
 
 
 
 
80
  msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
- #: admin.inc.php:209
84
  msgid "List of post or page IDs to exclude from the results: "
85
  msgstr ""
86
 
87
- #: admin.inc.php:213
 
 
 
 
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
- #: admin.inc.php:228
92
  msgid ""
93
  "Comma separated list of category slugs. The field above has an autocomplete "
94
  "so simply start typing in the starting letters and it will prompt you with "
95
  "options"
96
  msgstr ""
97
 
98
- #: admin.inc.php:233
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Geef het aantal berichtweergaves weer?"
102
 
103
- #: admin.inc.php:235
104
  msgid "Posts"
105
  msgstr ""
106
 
107
- #: admin.inc.php:236
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Pagina"
111
 
112
- #: admin.inc.php:237
113
  msgid "Home page"
114
  msgstr ""
115
 
116
- #: admin.inc.php:238
117
  msgid "Feeds"
118
  msgstr ""
119
 
120
- #: admin.inc.php:239
121
  msgid "Category archives"
122
  msgstr ""
123
 
124
- #: admin.inc.php:240
125
  msgid "Tag archives"
126
  msgstr ""
127
 
128
- #: admin.inc.php:241
129
  msgid "Other archives"
130
  msgstr ""
131
 
132
- #: admin.inc.php:242
133
  msgid ""
134
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
135
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
136
  "you want it displayed"
137
  msgstr ""
138
 
139
- #: admin.inc.php:245
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
- #: admin.inc.php:247
144
  msgid ""
145
  "This option uses JavaScript and will increase your page load time. Turn this "
146
  "off if you are not using caching plugins or are OK with displaying older "
147
- "cached counts. When you enable this option, the daily widget will not use "
148
- "the options set there, but options will need to be set on this screen."
149
  msgstr ""
150
 
151
- #: admin.inc.php:250
152
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
153
  msgstr ""
154
 
155
- #: admin.inc.php:252
156
  #, fuzzy
157
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
158
  msgstr ""
159
- "Forceer de dagelijkse berichtenlijst dynamisch te zijn. Deze optie gebruikt "
160
- "JavaScript om het bericht te laden en kan de laadtijd van de pagina verhogen"
161
 
162
- #: admin.inc.php:255
163
- msgid "Track visits of authors on their own posts?"
164
- msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
 
 
 
 
 
 
165
 
166
- #: admin.inc.php:258
167
  #, fuzzy
168
- msgid "Track visits of admins?"
169
- msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
170
 
171
- #: admin.inc.php:261
172
- msgid "Display page views on Posts > All Posts in Admin"
 
 
173
  msgstr ""
174
 
175
- #: admin.inc.php:264
176
  msgid "Link to Top 10 plugin page"
177
  msgstr ""
178
 
179
- #: admin.inc.php:266
180
  #, fuzzy
181
  msgid ""
182
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -186,16 +217,17 @@ msgstr ""
186
  "populaire berichten. Het is niet verplicht, maar wordt ten zeerste "
187
  "gewaardeerd!"
188
 
189
- #: admin.inc.php:273
190
  #, fuzzy
191
- msgid "Output Options"
192
  msgstr "Output Opties:"
193
 
194
- #: admin.inc.php:276
195
- msgid "Format to display the count in: "
 
196
  msgstr "Formaat om de optelling te laten zien:"
197
 
198
- #: admin.inc.php:278
199
  #, fuzzy
200
  msgid ""
201
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -207,159 +239,177 @@ msgstr ""
207
  "%</ code> om de dagelijkse telling te laten zien. De standaardopties geven "
208
  "bijvoorbeeld <code>(123 keer bezocht, 23 bezoeken vandaag)</ code> weer."
209
 
210
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgid "Title of popular posts: "
212
  msgstr "Titel van populaire berichten:"
213
 
214
- #: admin.inc.php:284
215
  msgid "Title of daily popular posts: "
216
  msgstr "Titel van dagelijkse populaire berichten:"
217
 
218
- #: admin.inc.php:287
219
  msgid "When there are no posts, what should be shown?"
220
  msgstr ""
221
 
222
- #: admin.inc.php:291
223
  msgid "Blank Output"
224
  msgstr ""
225
 
226
- #: admin.inc.php:295
227
  msgid "Display:"
228
  msgstr ""
229
 
230
- #: admin.inc.php:299
231
  msgid "Show post excerpt in list?"
232
  msgstr "Laat bericht samenvatting zien in lijst?"
233
 
234
- #: admin.inc.php:302
235
  msgid "Length of excerpt (in words): "
236
  msgstr "Lengte van de samenvatting (in woorden):"
237
 
238
- #: admin.inc.php:305
239
  #, fuzzy
240
  msgid "Show post author in list?"
241
  msgstr "Laat bericht samenvatting zien in lijst?"
242
 
243
- #: admin.inc.php:308
244
  #, fuzzy
245
  msgid "Show post date in list?"
246
  msgstr "Laat bericht samenvatting zien in lijst?"
247
 
248
- #: admin.inc.php:311
249
  msgid "Limit post title length (in characters)"
250
  msgstr ""
251
 
252
- #: admin.inc.php:314
253
- msgid "Display number of page views in popular lists?"
254
- msgstr "Laat het aantal paginaweergaves zien in populaire lijsten?"
 
 
 
 
 
 
 
 
 
 
 
 
255
 
256
- #: admin.inc.php:317
257
  msgid "Open links in new window"
258
  msgstr ""
259
 
260
- #: admin.inc.php:320
261
  msgid "Add nofollow attribute to links in the list"
262
  msgstr ""
263
 
264
- #: admin.inc.php:323
265
  msgid "Exclude display of related posts on these posts / pages"
266
  msgstr ""
267
 
268
- #: admin.inc.php:326
269
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
270
- msgstr ""
271
-
272
- #: admin.inc.php:329
273
- msgid "Customize the output:"
274
  msgstr "Aanpassen van de output:"
275
 
276
- #: admin.inc.php:331
277
  msgid "HTML to display before the list of posts: "
278
  msgstr "Te weergeven HTML voor de lijst met berichten:"
279
 
280
- #: admin.inc.php:334
281
  msgid "HTML to display before each list item: "
282
  msgstr "Te weergeven HTML voor elk lijst item:"
283
 
284
- #: admin.inc.php:337
285
  msgid "HTML to display after each list item: "
286
  msgstr "Te weergeven HTML na elk lijst item:"
287
 
288
- #: admin.inc.php:340
289
  msgid "HTML to display after the list of posts: "
290
  msgstr "Te weergeven HTML na de lijst met berichten:"
291
 
292
- #: admin.inc.php:343
293
  msgid "Post thumbnail options:"
294
  msgstr "Bericht miniatuurafbeelding opties:"
295
 
296
- #: admin.inc.php:345
297
  msgid "Location of post thumbnail:"
298
  msgstr ""
299
 
300
- #: admin.inc.php:349
301
  #, fuzzy
302
  msgid "Display thumbnails inline with posts, before title"
303
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
304
 
305
- #: admin.inc.php:353
306
  #, fuzzy
307
  msgid "Display thumbnails inline with posts, after title"
308
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
309
 
310
- #: admin.inc.php:357
311
  msgid "Display only thumbnails, no text"
312
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
313
 
314
- #: admin.inc.php:361
315
  msgid "Do not display thumbnails, only text."
316
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
317
 
318
- #: admin.inc.php:365
319
  msgid "Width of the thumbnail: "
320
  msgstr ""
321
 
322
- #: admin.inc.php:368
323
  msgid "Height of the thumbnail: "
324
  msgstr ""
325
 
326
- #: admin.inc.php:371
327
  msgid "Style attributes / Width and Height HTML attributes:"
328
  msgstr ""
329
 
330
- #: admin.inc.php:375
331
- msgid ""
332
- "Style attributes are used for width and height. <code>style=\"max-width:"
333
  msgstr ""
334
 
335
- #: admin.inc.php:379
336
- msgid ""
337
- "HTML width and height attributes are used for width and height. <code>width="
338
- "\""
339
  msgstr ""
340
 
341
- #: admin.inc.php:383
342
  msgid "Use timthumb to generate thumbnails? "
343
  msgstr ""
344
 
345
- #: admin.inc.php:386
346
  msgid ""
347
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
348
- "\">timthumb</a> will be used to generate thumbnails"
349
  msgstr ""
350
 
351
- #: admin.inc.php:389
352
  #, fuzzy
353
  msgid "Post thumbnail meta field name: "
354
  msgstr "Bericht miniatuurafbeelding opties:"
355
 
356
- #: admin.inc.php:392
357
  msgid ""
358
  "The value of this field should contain the image source and is set in the "
359
  "<em>Add New Post</em> screen"
360
  msgstr ""
361
 
362
- #: admin.inc.php:395
363
  #, fuzzy
364
  msgid ""
365
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -370,7 +420,7 @@ msgstr ""
370
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
371
  "qua bestandsgrootte"
372
 
373
- #: admin.inc.php:398
374
  #, fuzzy
375
  msgid ""
376
  "This could slow down the loading of your page if the first image in the "
@@ -381,21 +431,21 @@ msgstr ""
381
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
382
  "qua bestandsgrootte"
383
 
384
- #: admin.inc.php:401
385
  msgid "Use default thumbnail? "
386
  msgstr ""
387
 
388
- #: admin.inc.php:404
389
  msgid ""
390
  "If checked, when no thumbnail is found, show a default one from the URL "
391
  "below. If not checked and no thumbnail is found, no image will be shown."
392
  msgstr ""
393
 
394
- #: admin.inc.php:407
395
  msgid "Default thumbnail: "
396
  msgstr ""
397
 
398
- #: admin.inc.php:410
399
  #, fuzzy
400
  msgid ""
401
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -407,98 +457,118 @@ msgstr ""
407
  "veld controleren. Als dit veld niet beschikbaar is toont de plugin de "
408
  "standaard afbeelding zoals hieronder aangegeven:"
409
 
410
- #: admin.inc.php:417
411
- msgid "Custom Styles"
 
 
 
 
 
 
 
 
 
 
 
 
412
  msgstr ""
413
 
414
- #: admin.inc.php:420
415
  msgid "Custom CSS to add to header:"
416
  msgstr ""
417
 
418
- #: admin.inc.php:423
419
  msgid ""
420
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
421
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
422
  "available CSS classes to style."
423
  msgstr ""
424
 
425
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
426
  msgid "Maintenance"
427
  msgstr ""
428
 
429
- #: admin.inc.php:434
430
  msgid ""
431
  "Over time the Daily Top 10 database grows in size, which reduces the "
432
  "performance of the plugin. Cleaning the database at regular intervals could "
433
- "improve performance, especially on high traffic blogs."
 
434
  msgstr ""
435
 
436
- #: admin.inc.php:435
437
  msgid ""
438
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
439
- "everytime the job is rescheduled (i.e. you change the settings below). This "
440
- "causes the daily posts table to reset."
441
  msgstr ""
442
 
443
- #: admin.inc.php:438
444
  msgid "Enable scheduled maintenance of daily tables:"
445
  msgstr ""
446
 
447
- #: admin.inc.php:442
448
  msgid "Time to run maintenance"
449
  msgstr ""
450
 
451
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
452
  msgid "How often should the maintenance be run:"
453
  msgstr ""
454
 
455
- #: admin.inc.php:449
456
  msgid "Daily"
457
  msgstr ""
458
 
459
- #: admin.inc.php:453
460
  msgid "Weekly"
461
  msgstr ""
462
 
463
- #: admin.inc.php:457
464
  msgid "Fortnightly"
465
  msgstr ""
466
 
467
- #: admin.inc.php:461
468
  msgid "Monthly"
469
  msgstr ""
470
 
471
- #: admin.inc.php:470
472
  msgid "The cron job has been scheduled. Maintenance will run "
473
  msgstr ""
474
 
475
- #: admin.inc.php:475
476
  msgid "The cron job is missing. Please resave this page to add the job"
477
  msgstr ""
478
 
479
- #: admin.inc.php:480
480
  msgid "Maintenance is turned off"
481
  msgstr ""
482
 
483
- #: admin.inc.php:488
484
- #, fuzzy
485
- msgid "Save Options"
486
- msgstr "Opties:"
487
-
488
- #: admin.inc.php:489
489
- #, fuzzy
490
- msgid "Default Options"
491
- msgstr "Output Opties:"
492
-
493
- #: admin.inc.php:489
494
- msgid "Do you want to set options to Default?"
495
- msgstr "Wil je de opties terugzetten naar standaard?"
496
-
497
- #: admin.inc.php:493
498
  msgid "Reset count"
499
  msgstr "Reset telling"
500
 
501
- #: admin.inc.php:496
502
  msgid ""
503
  "This cannot be reversed. Make sure that your database has been backed up "
504
  "before proceeding"
@@ -506,258 +576,292 @@ msgstr ""
506
  "Dit kan niet ongedaan worden gemaakt. Zorg ervoor dat je een backup van je "
507
  "database gemaakt hebt voordat je verder gaat"
508
 
509
- #: admin.inc.php:499
510
  #, fuzzy
511
  msgid "Reset Popular Posts"
512
  msgstr "Populaire Berichten"
513
 
514
- #: admin.inc.php:499
515
  msgid "Are you sure you want to reset the popular posts?"
516
  msgstr "Ben je er zeker van dat je de populaire berichten wilt resetten?"
517
 
518
- #: admin.inc.php:500
519
  #, fuzzy
520
  msgid "Reset Daily Popular Posts"
521
  msgstr "Dagelijkse Populaire Berichten"
522
 
523
- #: admin.inc.php:500
524
  msgid "Are you sure you want to reset the daily popular posts?"
525
  msgstr ""
526
  "Ben je er zeker van dat je de dagelijkse populaire berichten wilt resetten?"
527
 
528
- #: admin.inc.php:501
529
  msgid "Clear duplicates"
530
  msgstr ""
531
 
532
- #: admin.inc.php:501
533
  msgid "This will delete the duplicate entries in the tables. Proceed?"
534
  msgstr "Hiermee verwijdert u de dubbele vermeldingen in de tabellen. Doorgaan?"
535
 
536
- #: admin.inc.php:544 admin.inc.php:929
537
  msgid "Popular Posts"
538
  msgstr "Populaire Berichten"
539
 
540
- #: admin.inc.php:544 admin.inc.php:631
541
  msgid "Daily Popular Posts"
542
  msgstr "Dagelijkse Populaire Berichten"
543
 
544
- #: admin.inc.php:572
545
  msgid "Support the development"
546
  msgstr "Ondersteun de ontwikkeling"
547
 
548
- #: admin.inc.php:580
549
  msgid "Enter amount in USD: "
550
  msgstr "Voer het bedrag in in USD:"
551
 
552
- #: admin.inc.php:584
553
  msgid "Send your donation to the author of"
554
  msgstr "Zend je donatie naar de auteur van "
555
 
556
- #: admin.inc.php:590
557
- msgid "Follow us"
558
  msgstr ""
559
 
560
- #: admin.inc.php:596
561
  #, fuzzy
562
- msgid "Quick Links"
563
  msgstr "Quick links"
564
 
565
- #: admin.inc.php:598
566
  #, fuzzy
567
  msgid "Top 10 plugin page"
568
  msgstr "plugin pagina"
569
 
570
- #: admin.inc.php:599
571
  msgid "Other plugins"
572
  msgstr "Andere plugins"
573
 
574
- #: admin.inc.php:600
575
  msgid "Ajay's blog"
576
  msgstr "De blog van Ajay"
577
 
578
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
579
  msgid "Support"
580
  msgstr "Ondersteuning"
581
 
582
- #: admin.inc.php:605
583
- msgid "Recent developments"
584
- msgstr "Recente ontwikkelingen"
585
 
586
- #: admin.inc.php:622 admin.inc.php:625
587
  #, fuzzy
588
  msgid "Top 10 Settings"
589
  msgstr "Instellingen"
590
 
591
- #: admin.inc.php:622
592
  msgid "Top 10"
593
  msgstr "Top 10"
594
 
595
- #: admin.inc.php:628
596
  #, fuzzy
597
  msgid "Overall Popular Posts"
598
  msgstr "Bekijk het Totaal Populaire Berichten"
599
 
600
- #: admin.inc.php:799
601
- msgid "Results"
602
- msgstr "Resultaten"
603
-
604
- #: admin.inc.php:801 admin.inc.php:807
605
- msgid "of"
606
- msgstr "van"
607
 
608
- #: admin.inc.php:805
609
- msgid "Page"
610
- msgstr "Pagina"
 
611
 
612
- #: admin.inc.php:819
613
  msgid "View Daily Popular Posts"
614
  msgstr "Bekijk de Dagelijkse Populaire Berichten"
615
 
616
- #: admin.inc.php:822 admin.inc.php:835
617
  msgid "Results per-page:"
618
  msgstr "Resultaten per pagina:"
619
 
620
- #: admin.inc.php:832
621
  msgid "View Overall Popular Posts"
622
  msgstr "Bekijk het Totaal Populaire Berichten"
623
 
624
- #: admin.inc.php:861
625
  msgid "Previous"
626
  msgstr "Vorige"
627
 
628
- #: admin.inc.php:889
629
  msgid "Next"
630
  msgstr "Volgende"
631
 
632
- #: admin.inc.php:930
633
  msgid "Daily Popular"
634
  msgstr "Dagelijks Populair"
635
 
636
- #: admin.inc.php:946
637
  #, fuzzy
638
  msgid "Total Views"
639
  msgstr "Totale Weergaves / Weergaves van Vandaag"
640
 
641
- #: admin.inc.php:947
642
  #, fuzzy
643
  msgid "Today's Views"
644
  msgstr "Totale Weergaves / Weergaves van Vandaag"
645
 
646
- #: top-10.php:415
 
 
 
 
 
647
  msgid " by "
648
  msgstr ""
649
 
650
- #: top-10.php:501
651
  msgid "Display the posts popular this week"
652
  msgstr ""
653
 
654
- #: top-10.php:502
655
  #, fuzzy
656
  msgid "Popular Posts [Top 10]"
657
  msgstr "Populaire Berichten"
658
 
659
- #: top-10.php:519
660
  msgid "Title"
661
  msgstr ""
662
 
663
- #: top-10.php:524
664
  msgid "No. of posts"
665
  msgstr ""
666
 
667
- #: top-10.php:529
668
  msgid "Overall"
669
  msgstr ""
670
 
671
- #: top-10.php:530
672
  msgid "Custom time period (Enter below)"
673
  msgstr ""
674
 
675
- #: top-10.php:535
676
  msgid "Range in number of days (applies only to custom option above)"
677
  msgstr ""
678
 
679
- #: top-10.php:540
 
 
 
 
 
680
  #, fuzzy
681
  msgid " Show excerpt?"
682
  msgstr "Laat bericht samenvatting zien in lijst?"
683
 
684
- #: top-10.php:545
685
  msgid " Show author?"
686
  msgstr ""
687
 
688
- #: top-10.php:550
689
  #, fuzzy
690
  msgid " Show date?"
691
  msgstr "Laat bericht samenvatting zien in lijst?"
692
 
693
- #: top-10.php:554
694
  #, fuzzy
695
  msgid "Thumbnail options"
696
  msgstr "Bericht miniatuurafbeelding opties:"
697
 
698
- #: top-10.php:556
699
  #, fuzzy
700
  msgid "Thumbnails inline, before title"
701
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
702
 
703
- #: top-10.php:557
704
  #, fuzzy
705
  msgid "Thumbnails inline, after title"
706
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
707
 
708
- #: top-10.php:558
709
  #, fuzzy
710
  msgid "Only thumbnails, no text"
711
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
712
 
713
- #: top-10.php:559
714
  #, fuzzy
715
  msgid "No thumbnails, only text."
716
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
717
 
718
- #: top-10.php:564
719
  #, fuzzy
720
  msgid "Thumbnail height"
721
  msgstr "Bericht miniatuurafbeelding opties:"
722
 
723
- #: top-10.php:569
724
  #, fuzzy
725
  msgid "Thumbnail width"
726
  msgstr "Bericht miniatuurafbeelding opties:"
727
 
728
- #: top-10.php:670
729
  msgid "<h3>Popular Posts</h3>"
730
  msgstr "<h3>Populaire Berichten</h3>"
731
 
732
- #: top-10.php:671
733
  msgid "<h3>Daily Popular</h3>"
734
  msgstr "<h3>Dagelijks Populair</h3>"
735
 
736
- #: top-10.php:672
737
  #, fuzzy
738
  msgid "No top posts yet"
739
  msgstr "Reset Top 10 populaire berichten"
740
 
741
- #: top-10.php:1113
742
  msgid "Once Weekly"
743
  msgstr ""
744
 
745
- #: top-10.php:1114
746
  msgid "Once Fortnightly"
747
  msgstr ""
748
 
749
- #: top-10.php:1115
750
  msgid "Once Monthly"
751
  msgstr ""
752
 
753
- #: top-10.php:1135
754
  msgid "Settings"
755
  msgstr "Instellingen"
756
 
757
- #: top-10.php:1148
758
  msgid "Donate"
759
  msgstr "Doneer"
760
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
  #~ msgid ""
762
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
763
  #~ "continue to be counted."
@@ -771,9 +875,6 @@ msgstr "Doneer"
771
  #~ msgid "Tables cleaned of duplicate rows"
772
  #~ msgstr "Dubbele rijen zijn verwijderd uit de tabellen"
773
 
774
- #~ msgid "Display number of views on pages?"
775
- #~ msgstr "Geef het aantal paginaweergaves weer?"
776
-
777
  #~ msgid ""
778
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
779
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10 v1.6.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
21
  msgid "Options saved successfully."
22
  msgstr "Opties succesvol opgeslagen."
23
 
24
+ #: admin.inc.php:122
25
  msgid "Options set to Default."
26
  msgstr "Opties ingesteld op Standaard."
27
 
28
+ #: admin.inc.php:128
29
  msgid "Top 10 popular posts reset"
30
  msgstr "Reset Top 10 populaire berichten"
31
 
32
+ #: admin.inc.php:134
33
  msgid "Top 10 daily popular posts reset"
34
  msgstr "Reset Top 10 dagelijkse populaire berichten"
35
 
36
+ #: admin.inc.php:141
37
  msgid "Duplicate rows cleaned from tables"
38
  msgstr ""
39
 
40
+ #: admin.inc.php:152
41
+ msgid "Scheduled maintenance enabled / modified"
42
+ msgstr ""
43
+
44
+ #: admin.inc.php:156
45
+ msgid "Scheduled maintenance disabled"
46
+ msgstr ""
47
+
48
+ #: admin.inc.php:172
49
  msgid "General options"
50
  msgstr ""
51
 
52
+ #: admin.inc.php:176
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
+ #: admin.inc.php:181
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
+ #: admin.inc.php:186
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
+ #: admin.inc.php:188
65
  msgid ""
66
  "This will try to prevent W3 Total Cache from caching the addcount script of "
67
  "the plugin. Try toggling this option in case you find that our posts are not "
68
  "tracked."
69
  msgstr ""
70
 
71
+ #: admin.inc.php:192
72
  msgid "Number of popular posts to display: "
73
  msgstr "Aantal populaire berichten om weer te geven:"
74
 
75
+ #: admin.inc.php:194
76
+ msgid ""
77
+ "Maximum number of posts that will be displayed in the list. This option is "
78
+ "used if you don't specify the number of posts in the widget or shortcodes"
79
+ msgstr ""
80
+
81
+ #: admin.inc.php:198
82
  msgid "Daily Popular should contain views of how many days? "
83
  msgstr "Van hoeveel dagen moet Dagelijks Populair weergaves bevatten ?"
84
 
85
+ #: admin.inc.php:200
86
+ msgid ""
87
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
88
+ "display posts for as many days as you want. This can be overridden in the "
89
+ "widget."
90
+ msgstr ""
91
+
92
+ #: admin.inc.php:203
93
  msgid "Post types to include in results (including custom post types)"
94
  msgstr ""
95
 
96
+ #: admin.inc.php:214
97
  msgid "List of post or page IDs to exclude from the results: "
98
  msgstr ""
99
 
100
+ #: admin.inc.php:216 admin.inc.php:352
101
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
102
+ msgstr ""
103
+
104
+ #: admin.inc.php:220
105
  msgid "Exclude Categories: "
106
  msgstr ""
107
 
108
+ #: admin.inc.php:235
109
  msgid ""
110
  "Comma separated list of category slugs. The field above has an autocomplete "
111
  "so simply start typing in the starting letters and it will prompt you with "
112
  "options"
113
  msgstr ""
114
 
115
+ #: admin.inc.php:240
116
  #, fuzzy
117
  msgid "Display number of views on:"
118
  msgstr "Geef het aantal berichtweergaves weer?"
119
 
120
+ #: admin.inc.php:242
121
  msgid "Posts"
122
  msgstr ""
123
 
124
+ #: admin.inc.php:243
125
  #, fuzzy
126
  msgid "Pages"
127
  msgstr "Pagina"
128
 
129
+ #: admin.inc.php:244
130
  msgid "Home page"
131
  msgstr ""
132
 
133
+ #: admin.inc.php:245
134
  msgid "Feeds"
135
  msgstr ""
136
 
137
+ #: admin.inc.php:246
138
  msgid "Category archives"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:247
142
  msgid "Tag archives"
143
  msgstr ""
144
 
145
+ #: admin.inc.php:248
146
  msgid "Other archives"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:249
150
  msgid ""
151
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
152
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
153
  "you want it displayed"
154
  msgstr ""
155
 
156
+ #: admin.inc.php:252
157
  msgid "Always display latest post count"
158
  msgstr ""
159
 
160
+ #: admin.inc.php:254
161
  msgid ""
162
  "This option uses JavaScript and will increase your page load time. Turn this "
163
  "off if you are not using caching plugins or are OK with displaying older "
164
+ "cached counts."
 
165
  msgstr ""
166
 
167
+ #: admin.inc.php:257
168
+ msgid "Track visits of authors on their own posts?"
169
+ msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
170
+
171
+ #: admin.inc.php:259
172
+ msgid ""
173
+ "Disabling this option will stop authors visits tracked on their own posts"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:262
177
  #, fuzzy
178
+ msgid "Track visits of admins?"
179
+ msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
180
+
181
+ #: admin.inc.php:264
182
+ msgid "Disabling this option will stop admin visits being tracked."
183
  msgstr ""
 
 
184
 
185
+ #: admin.inc.php:267
186
+ msgid "Display page views on Posts and Pages in Admin"
187
+ msgstr ""
188
+
189
+ #: admin.inc.php:270
190
+ msgid ""
191
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
192
+ "and All Pages"
193
+ msgstr ""
194
 
195
+ #: admin.inc.php:273
196
  #, fuzzy
197
+ msgid "Show number of views to non-admins"
198
+ msgstr "Geef het aantal paginaweergaves weer?"
199
 
200
+ #: admin.inc.php:276
201
+ msgid ""
202
+ "If you disable this then non-admins won't see the above columns or view the "
203
+ "independent pages with the top posts"
204
  msgstr ""
205
 
206
+ #: admin.inc.php:279
207
  msgid "Link to Top 10 plugin page"
208
  msgstr ""
209
 
210
+ #: admin.inc.php:282
211
  #, fuzzy
212
  msgid ""
213
  "A link to the plugin is added as an extra list item to the list of popular "
217
  "populaire berichten. Het is niet verplicht, maar wordt ten zeerste "
218
  "gewaardeerd!"
219
 
220
+ #: admin.inc.php:289
221
  #, fuzzy
222
+ msgid "Output options"
223
  msgstr "Output Opties:"
224
 
225
+ #: admin.inc.php:292
226
+ #, fuzzy
227
+ msgid "Format to display the post views:"
228
  msgstr "Formaat om de optelling te laten zien:"
229
 
230
+ #: admin.inc.php:294
231
  #, fuzzy
232
  msgid ""
233
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
239
  "%</ code> om de dagelijkse telling te laten zien. De standaardopties geven "
240
  "bijvoorbeeld <code>(123 keer bezocht, 23 bezoeken vandaag)</ code> weer."
241
 
242
+ #: admin.inc.php:297
243
+ msgid "What do display when there are no visits?"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:299
247
+ msgid ""
248
+ "This text applies only when there are 0 hits for the post and it isn't a "
249
+ "single page. e.g. if you display post views on the homepage or archives then "
250
+ "this text will be used. To override this, just enter the same text as above "
251
+ "option."
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:302
255
  msgid "Title of popular posts: "
256
  msgstr "Titel van populaire berichten:"
257
 
258
+ #: admin.inc.php:305
259
  msgid "Title of daily popular posts: "
260
  msgstr "Titel van dagelijkse populaire berichten:"
261
 
262
+ #: admin.inc.php:308
263
  msgid "When there are no posts, what should be shown?"
264
  msgstr ""
265
 
266
+ #: admin.inc.php:312
267
  msgid "Blank Output"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:316
271
  msgid "Display:"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:320
275
  msgid "Show post excerpt in list?"
276
  msgstr "Laat bericht samenvatting zien in lijst?"
277
 
278
+ #: admin.inc.php:323
279
  msgid "Length of excerpt (in words): "
280
  msgstr "Lengte van de samenvatting (in woorden):"
281
 
282
+ #: admin.inc.php:326
283
  #, fuzzy
284
  msgid "Show post author in list?"
285
  msgstr "Laat bericht samenvatting zien in lijst?"
286
 
287
+ #: admin.inc.php:329
288
  #, fuzzy
289
  msgid "Show post date in list?"
290
  msgstr "Laat bericht samenvatting zien in lijst?"
291
 
292
+ #: admin.inc.php:332
293
  msgid "Limit post title length (in characters)"
294
  msgstr ""
295
 
296
+ #: admin.inc.php:335
297
+ #, fuzzy
298
+ msgid "Show view count in list?"
299
+ msgstr "Laat bericht samenvatting zien in lijst?"
300
+
301
+ #: admin.inc.php:338
302
+ msgid "Always display latest post count in the daily lists?"
303
+ msgstr ""
304
+
305
+ #: admin.inc.php:340
306
+ msgid ""
307
+ "This option uses JavaScript and will increase your page load time. When you "
308
+ "enable this option, the daily widget will not use the options set there, but "
309
+ "options will need to be set on this screen."
310
+ msgstr ""
311
 
312
+ #: admin.inc.php:343
313
  msgid "Open links in new window"
314
  msgstr ""
315
 
316
+ #: admin.inc.php:346
317
  msgid "Add nofollow attribute to links in the list"
318
  msgstr ""
319
 
320
+ #: admin.inc.php:349
321
  msgid "Exclude display of related posts on these posts / pages"
322
  msgstr ""
323
 
324
+ #: admin.inc.php:355
325
+ #, fuzzy
326
+ msgid "Customise the list HTML"
 
 
 
327
  msgstr "Aanpassen van de output:"
328
 
329
+ #: admin.inc.php:357
330
  msgid "HTML to display before the list of posts: "
331
  msgstr "Te weergeven HTML voor de lijst met berichten:"
332
 
333
+ #: admin.inc.php:360
334
  msgid "HTML to display before each list item: "
335
  msgstr "Te weergeven HTML voor elk lijst item:"
336
 
337
+ #: admin.inc.php:363
338
  msgid "HTML to display after each list item: "
339
  msgstr "Te weergeven HTML na elk lijst item:"
340
 
341
+ #: admin.inc.php:366
342
  msgid "HTML to display after the list of posts: "
343
  msgstr "Te weergeven HTML na de lijst met berichten:"
344
 
345
+ #: admin.inc.php:369
346
  msgid "Post thumbnail options:"
347
  msgstr "Bericht miniatuurafbeelding opties:"
348
 
349
+ #: admin.inc.php:371
350
  msgid "Location of post thumbnail:"
351
  msgstr ""
352
 
353
+ #: admin.inc.php:375
354
  #, fuzzy
355
  msgid "Display thumbnails inline with posts, before title"
356
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
357
 
358
+ #: admin.inc.php:379
359
  #, fuzzy
360
  msgid "Display thumbnails inline with posts, after title"
361
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
362
 
363
+ #: admin.inc.php:383
364
  msgid "Display only thumbnails, no text"
365
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
366
 
367
+ #: admin.inc.php:387
368
  msgid "Do not display thumbnails, only text."
369
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
370
 
371
+ #: admin.inc.php:391
372
  msgid "Width of the thumbnail: "
373
  msgstr ""
374
 
375
+ #: admin.inc.php:394
376
  msgid "Height of the thumbnail: "
377
  msgstr ""
378
 
379
+ #: admin.inc.php:397
380
  msgid "Style attributes / Width and Height HTML attributes:"
381
  msgstr ""
382
 
383
+ #: admin.inc.php:401
384
+ msgid "Style attributes are used for width and height."
 
385
  msgstr ""
386
 
387
+ #: admin.inc.php:405
388
+ msgid "HTML width and height attributes are used for width and height."
 
 
389
  msgstr ""
390
 
391
+ #: admin.inc.php:409
392
  msgid "Use timthumb to generate thumbnails? "
393
  msgstr ""
394
 
395
+ #: admin.inc.php:412
396
  msgid ""
397
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
398
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
399
  msgstr ""
400
 
401
+ #: admin.inc.php:415
402
  #, fuzzy
403
  msgid "Post thumbnail meta field name: "
404
  msgstr "Bericht miniatuurafbeelding opties:"
405
 
406
+ #: admin.inc.php:418
407
  msgid ""
408
  "The value of this field should contain the image source and is set in the "
409
  "<em>Add New Post</em> screen"
410
  msgstr ""
411
 
412
+ #: admin.inc.php:421
413
  #, fuzzy
414
  msgid ""
415
  "If the postmeta is not set, then should the plugin extract the first image "
420
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
421
  "qua bestandsgrootte"
422
 
423
+ #: admin.inc.php:424
424
  #, fuzzy
425
  msgid ""
426
  "This could slow down the loading of your page if the first image in the "
431
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
432
  "qua bestandsgrootte"
433
 
434
+ #: admin.inc.php:427
435
  msgid "Use default thumbnail? "
436
  msgstr ""
437
 
438
+ #: admin.inc.php:430
439
  msgid ""
440
  "If checked, when no thumbnail is found, show a default one from the URL "
441
  "below. If not checked and no thumbnail is found, no image will be shown."
442
  msgstr ""
443
 
444
+ #: admin.inc.php:433
445
  msgid "Default thumbnail: "
446
  msgstr ""
447
 
448
+ #: admin.inc.php:437
449
  #, fuzzy
450
  msgid ""
451
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
457
  "veld controleren. Als dit veld niet beschikbaar is toont de plugin de "
458
  "standaard afbeelding zoals hieronder aangegeven:"
459
 
460
+ #: admin.inc.php:444
461
+ msgid "Custom CSS"
462
+ msgstr ""
463
+
464
+ #: admin.inc.php:447
465
+ msgid "Use default style included in the plugin?"
466
+ msgstr ""
467
+
468
+ #: admin.inc.php:450
469
+ msgid ""
470
+ "Top 10 includes a default style that makes your popular posts list to look "
471
+ "pretty. Check the box above if you want to use this. You will need to select "
472
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
473
+ "Widget."
474
  msgstr ""
475
 
476
+ #: admin.inc.php:453
477
  msgid "Custom CSS to add to header:"
478
  msgstr ""
479
 
480
+ #: admin.inc.php:456
481
  msgid ""
482
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
483
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
484
  "available CSS classes to style."
485
  msgstr ""
486
 
487
+ #: admin.inc.php:463 admin.inc.php:529
488
+ #, fuzzy
489
+ msgid "Save Options"
490
+ msgstr "Opties:"
491
+
492
+ #: admin.inc.php:464
493
+ #, fuzzy
494
+ msgid "Default Options"
495
+ msgstr "Output Opties:"
496
+
497
+ #: admin.inc.php:464
498
+ msgid "Do you want to set options to Default?"
499
+ msgstr "Wil je de opties terugzetten naar standaard?"
500
+
501
+ #: admin.inc.php:473
502
  msgid "Maintenance"
503
  msgstr ""
504
 
505
+ #: admin.inc.php:477
506
  msgid ""
507
  "Over time the Daily Top 10 database grows in size, which reduces the "
508
  "performance of the plugin. Cleaning the database at regular intervals could "
509
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
510
+ "will automatically delete entries older than 90 days."
511
  msgstr ""
512
 
513
+ #: admin.inc.php:478
514
  msgid ""
515
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
516
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
517
  msgstr ""
518
 
519
+ #: admin.inc.php:481
520
  msgid "Enable scheduled maintenance of daily tables:"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:485
524
  msgid "Time to run maintenance"
525
  msgstr ""
526
 
527
+ #: admin.inc.php:486
528
+ msgid "hrs"
529
+ msgstr ""
530
+
531
+ #: admin.inc.php:486
532
+ msgid "min"
533
+ msgstr ""
534
+
535
+ #: admin.inc.php:488
536
  msgid "How often should the maintenance be run:"
537
  msgstr ""
538
 
539
+ #: admin.inc.php:492
540
  msgid "Daily"
541
  msgstr ""
542
 
543
+ #: admin.inc.php:496
544
  msgid "Weekly"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:500
548
  msgid "Fortnightly"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:504
552
  msgid "Monthly"
553
  msgstr ""
554
 
555
+ #: admin.inc.php:513
556
  msgid "The cron job has been scheduled. Maintenance will run "
557
  msgstr ""
558
 
559
+ #: admin.inc.php:518
560
  msgid "The cron job is missing. Please resave this page to add the job"
561
  msgstr ""
562
 
563
+ #: admin.inc.php:523
564
  msgid "Maintenance is turned off"
565
  msgstr ""
566
 
567
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
  msgid "Reset count"
569
  msgstr "Reset telling"
570
 
571
+ #: admin.inc.php:540
572
  msgid ""
573
  "This cannot be reversed. Make sure that your database has been backed up "
574
  "before proceeding"
576
  "Dit kan niet ongedaan worden gemaakt. Zorg ervoor dat je een backup van je "
577
  "database gemaakt hebt voordat je verder gaat"
578
 
579
+ #: admin.inc.php:543
580
  #, fuzzy
581
  msgid "Reset Popular Posts"
582
  msgstr "Populaire Berichten"
583
 
584
+ #: admin.inc.php:543
585
  msgid "Are you sure you want to reset the popular posts?"
586
  msgstr "Ben je er zeker van dat je de populaire berichten wilt resetten?"
587
 
588
+ #: admin.inc.php:544
589
  #, fuzzy
590
  msgid "Reset Daily Popular Posts"
591
  msgstr "Dagelijkse Populaire Berichten"
592
 
593
+ #: admin.inc.php:544
594
  msgid "Are you sure you want to reset the daily popular posts?"
595
  msgstr ""
596
  "Ben je er zeker van dat je de dagelijkse populaire berichten wilt resetten?"
597
 
598
+ #: admin.inc.php:545
599
  msgid "Clear duplicates"
600
  msgstr ""
601
 
602
+ #: admin.inc.php:545
603
  msgid "This will delete the duplicate entries in the tables. Proceed?"
604
  msgstr "Hiermee verwijdert u de dubbele vermeldingen in de tabellen. Doorgaan?"
605
 
606
+ #: admin.inc.php:593 admin.inc.php:979
607
  msgid "Popular Posts"
608
  msgstr "Populaire Berichten"
609
 
610
+ #: admin.inc.php:593 admin.inc.php:688
611
  msgid "Daily Popular Posts"
612
  msgstr "Dagelijkse Populaire Berichten"
613
 
614
+ #: admin.inc.php:621
615
  msgid "Support the development"
616
  msgstr "Ondersteun de ontwikkeling"
617
 
618
+ #: admin.inc.php:630
619
  msgid "Enter amount in USD: "
620
  msgstr "Voer het bedrag in in USD:"
621
 
622
+ #: admin.inc.php:634
623
  msgid "Send your donation to the author of"
624
  msgstr "Zend je donatie naar de auteur van "
625
 
626
+ #: admin.inc.php:641
627
+ msgid "Follow me"
628
  msgstr ""
629
 
630
+ #: admin.inc.php:651
631
  #, fuzzy
632
+ msgid "Quick links"
633
  msgstr "Quick links"
634
 
635
+ #: admin.inc.php:655
636
  #, fuzzy
637
  msgid "Top 10 plugin page"
638
  msgstr "plugin pagina"
639
 
640
+ #: admin.inc.php:656
641
  msgid "Other plugins"
642
  msgstr "Andere plugins"
643
 
644
+ #: admin.inc.php:657
645
  msgid "Ajay's blog"
646
  msgstr "De blog van Ajay"
647
 
648
+ #: admin.inc.php:658
649
+ msgid "FAQ"
650
+ msgstr ""
651
+
652
+ #: admin.inc.php:659 top-10.php:1271
653
  msgid "Support"
654
  msgstr "Ondersteuning"
655
 
656
+ #: admin.inc.php:660
657
+ msgid "Reviews"
658
+ msgstr ""
659
 
660
+ #: admin.inc.php:679 admin.inc.php:682
661
  #, fuzzy
662
  msgid "Top 10 Settings"
663
  msgstr "Instellingen"
664
 
665
+ #: admin.inc.php:679
666
  msgid "Top 10"
667
  msgstr "Top 10"
668
 
669
+ #: admin.inc.php:685
670
  #, fuzzy
671
  msgid "Overall Popular Posts"
672
  msgstr "Bekijk het Totaal Populaire Berichten"
673
 
674
+ #: admin.inc.php:850
675
+ #, php-format
676
+ msgid "Results %1$s to %2$s of %3$s"
677
+ msgstr ""
 
 
 
678
 
679
+ #: admin.inc.php:854
680
+ #, php-format
681
+ msgid "Page %s of %s"
682
+ msgstr ""
683
 
684
+ #: admin.inc.php:866
685
  msgid "View Daily Popular Posts"
686
  msgstr "Bekijk de Dagelijkse Populaire Berichten"
687
 
688
+ #: admin.inc.php:869 admin.inc.php:882
689
  msgid "Results per-page:"
690
  msgstr "Resultaten per pagina:"
691
 
692
+ #: admin.inc.php:879
693
  msgid "View Overall Popular Posts"
694
  msgstr "Bekijk het Totaal Populaire Berichten"
695
 
696
+ #: admin.inc.php:908
697
  msgid "Previous"
698
  msgstr "Vorige"
699
 
700
+ #: admin.inc.php:936
701
  msgid "Next"
702
  msgstr "Volgende"
703
 
704
+ #: admin.inc.php:980
705
  msgid "Daily Popular"
706
  msgstr "Dagelijks Populair"
707
 
708
+ #: admin.inc.php:998
709
  #, fuzzy
710
  msgid "Total Views"
711
  msgstr "Totale Weergaves / Weergaves van Vandaag"
712
 
713
+ #: admin.inc.php:999
714
  #, fuzzy
715
  msgid "Today's Views"
716
  msgstr "Totale Weergaves / Weergaves van Vandaag"
717
 
718
+ #: admin.inc.php:1000
719
+ #, fuzzy
720
+ msgid "Views"
721
+ msgstr "Totale Weergaves / Weergaves van Vandaag"
722
+
723
+ #: top-10.php:440
724
  msgid " by "
725
  msgstr ""
726
 
727
+ #: top-10.php:526
728
  msgid "Display the posts popular this week"
729
  msgstr ""
730
 
731
+ #: top-10.php:527
732
  #, fuzzy
733
  msgid "Popular Posts [Top 10]"
734
  msgstr "Populaire Berichten"
735
 
736
+ #: top-10.php:545
737
  msgid "Title"
738
  msgstr ""
739
 
740
+ #: top-10.php:550
741
  msgid "No. of posts"
742
  msgstr ""
743
 
744
+ #: top-10.php:555
745
  msgid "Overall"
746
  msgstr ""
747
 
748
+ #: top-10.php:556
749
  msgid "Custom time period (Enter below)"
750
  msgstr ""
751
 
752
+ #: top-10.php:561
753
  msgid "Range in number of days (applies only to custom option above)"
754
  msgstr ""
755
 
756
+ #: top-10.php:566
757
+ #, fuzzy
758
+ msgid " Show count?"
759
+ msgstr "Laat bericht samenvatting zien in lijst?"
760
+
761
+ #: top-10.php:571
762
  #, fuzzy
763
  msgid " Show excerpt?"
764
  msgstr "Laat bericht samenvatting zien in lijst?"
765
 
766
+ #: top-10.php:576
767
  msgid " Show author?"
768
  msgstr ""
769
 
770
+ #: top-10.php:581
771
  #, fuzzy
772
  msgid " Show date?"
773
  msgstr "Laat bericht samenvatting zien in lijst?"
774
 
775
+ #: top-10.php:585
776
  #, fuzzy
777
  msgid "Thumbnail options"
778
  msgstr "Bericht miniatuurafbeelding opties:"
779
 
780
+ #: top-10.php:587
781
  #, fuzzy
782
  msgid "Thumbnails inline, before title"
783
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
784
 
785
+ #: top-10.php:588
786
  #, fuzzy
787
  msgid "Thumbnails inline, after title"
788
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
789
 
790
+ #: top-10.php:589
791
  #, fuzzy
792
  msgid "Only thumbnails, no text"
793
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
794
 
795
+ #: top-10.php:590
796
  #, fuzzy
797
  msgid "No thumbnails, only text."
798
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
799
 
800
+ #: top-10.php:595
801
  #, fuzzy
802
  msgid "Thumbnail height"
803
  msgstr "Bericht miniatuurafbeelding opties:"
804
 
805
+ #: top-10.php:600
806
  #, fuzzy
807
  msgid "Thumbnail width"
808
  msgstr "Bericht miniatuurafbeelding opties:"
809
 
810
+ #: top-10.php:721
811
  msgid "<h3>Popular Posts</h3>"
812
  msgstr "<h3>Populaire Berichten</h3>"
813
 
814
+ #: top-10.php:722
815
  msgid "<h3>Daily Popular</h3>"
816
  msgstr "<h3>Dagelijks Populair</h3>"
817
 
818
+ #: top-10.php:723
819
  #, fuzzy
820
  msgid "No top posts yet"
821
  msgstr "Reset Top 10 populaire berichten"
822
 
823
+ #: top-10.php:1188
824
  msgid "Once Weekly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1192
828
  msgid "Once Fortnightly"
829
  msgstr ""
830
 
831
+ #: top-10.php:1196
832
  msgid "Once Monthly"
833
  msgstr ""
834
 
835
+ #: top-10.php:1259
836
  msgid "Settings"
837
  msgstr "Instellingen"
838
 
839
+ #: top-10.php:1272
840
  msgid "Donate"
841
  msgstr "Doneer"
842
 
843
+ #, fuzzy
844
+ #~ msgid "This option uses JavaScript and will increase your page load time"
845
+ #~ msgstr ""
846
+ #~ "Forceer de dagelijkse berichtenlijst dynamisch te zijn. Deze optie "
847
+ #~ "gebruikt JavaScript om het bericht te laden en kan de laadtijd van de "
848
+ #~ "pagina verhogen"
849
+
850
+ #~ msgid "Display number of page views in popular lists?"
851
+ #~ msgstr "Laat het aantal paginaweergaves zien in populaire lijsten?"
852
+
853
+ #~ msgid "Recent developments"
854
+ #~ msgstr "Recente ontwikkelingen"
855
+
856
+ #~ msgid "Results"
857
+ #~ msgstr "Resultaten"
858
+
859
+ #~ msgid "of"
860
+ #~ msgstr "van"
861
+
862
+ #~ msgid "Page"
863
+ #~ msgstr "Pagina"
864
+
865
  #~ msgid ""
866
  #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
867
  #~ "continue to be counted."
875
  #~ msgid "Tables cleaned of duplicate rows"
876
  #~ msgstr "Dubbele rijen zijn verwijderd uit de tabellen"
877
 
 
 
 
878
  #~ msgid ""
879
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
880
  #~ "added with the count"
languages/tptn-ro_RO.mo CHANGED
Binary file
languages/tptn-ro_RO.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: 2013-10-26 22:06-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Web Geeks\n"
@@ -15,167 +15,197 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Opţiuni salvat cu succes."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Opţiunile setate la valorile implicite."
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Top 10 populare posturi Resetare"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Top 10 posturi populare daily Reiniţializare"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Numărul de posturi populare pentru a afişa: "
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr "Popular de zi cu zi ar trebui să conțină vizualizări de câte zile? "
76
 
77
- #: admin.inc.php:198
 
 
 
 
 
 
 
78
  msgid "Post types to include in results (including custom post types)"
79
  msgstr ""
80
 
81
- #: admin.inc.php:209
82
  msgid "List of post or page IDs to exclude from the results: "
83
  msgstr ""
84
 
85
- #: admin.inc.php:213
 
 
 
 
86
  msgid "Exclude Categories: "
87
  msgstr "Excludeţi categorii: "
88
 
89
- #: admin.inc.php:228
90
  msgid ""
91
  "Comma separated list of category slugs. The field above has an autocomplete "
92
  "so simply start typing in the starting letters and it will prompt you with "
93
  "options"
94
  msgstr ""
95
 
96
- #: admin.inc.php:233
97
  #, fuzzy
98
  msgid "Display number of views on:"
99
  msgstr "Afişează numărul de vizualizări pe posturi?"
100
 
101
- #: admin.inc.php:235
102
  msgid "Posts"
103
  msgstr ""
104
 
105
- #: admin.inc.php:236
106
  #, fuzzy
107
  msgid "Pages"
108
  msgstr "Pagină"
109
 
110
- #: admin.inc.php:237
111
  msgid "Home page"
112
  msgstr ""
113
 
114
- #: admin.inc.php:238
115
  msgid "Feeds"
116
  msgstr ""
117
 
118
- #: admin.inc.php:239
119
  msgid "Category archives"
120
  msgstr ""
121
 
122
- #: admin.inc.php:240
123
  msgid "Tag archives"
124
  msgstr ""
125
 
126
- #: admin.inc.php:241
127
  msgid "Other archives"
128
  msgstr ""
129
 
130
- #: admin.inc.php:242
131
  msgid ""
132
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
133
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
134
  "you want it displayed"
135
  msgstr ""
136
 
137
- #: admin.inc.php:245
138
  msgid "Always display latest post count"
139
  msgstr ""
140
 
141
- #: admin.inc.php:247
142
  msgid ""
143
  "This option uses JavaScript and will increase your page load time. Turn this "
144
  "off if you are not using caching plugins or are OK with displaying older "
145
- "cached counts. When you enable this option, the daily widget will not use "
146
- "the options set there, but options will need to be set on this screen."
147
  msgstr ""
148
 
149
- #: admin.inc.php:250
150
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
151
  msgstr ""
152
 
153
- #: admin.inc.php:252
154
  #, fuzzy
155
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
156
  msgstr ""
157
- "Vigoare lista de zi cu zi de posturi să fie dinamic? Această opţiune "
158
- "utilizează JavaScript pentru a încărca post şi poate creşte timpul încărcare "
159
- "pagină"
160
 
161
- #: admin.inc.php:255
162
- msgid "Track visits of authors on their own posts?"
163
- msgstr "Track vizite de autori pe posturile lor proprii?"
 
 
 
 
 
 
164
 
165
- #: admin.inc.php:258
166
  #, fuzzy
167
- msgid "Track visits of admins?"
168
- msgstr "Track vizite de autori pe posturile lor proprii?"
169
 
170
- #: admin.inc.php:261
171
- msgid "Display page views on Posts > All Posts in Admin"
 
 
172
  msgstr ""
173
 
174
- #: admin.inc.php:264
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
- #: admin.inc.php:266
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -184,16 +214,17 @@ msgstr ""
184
  "Un link pentru a plugin-ul se adaugă ca un element suplimentar lista la "
185
  "lista de posturi populare. Nu obligatoriu, dar Multumesc dacă tu a face it!"
186
 
187
- #: admin.inc.php:273
188
  #, fuzzy
189
- msgid "Output Options"
190
  msgstr "Opţiuni de ieşire:"
191
 
192
- #: admin.inc.php:276
193
- msgid "Format to display the count in: "
 
194
  msgstr "Format pentru a afişa numărul în: "
195
 
196
- #: admin.inc.php:278
197
  #, fuzzy
198
  msgid ""
199
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -205,157 +236,175 @@ msgstr ""
205
  "% dailycount %</code> pentru a afişa numărul de zi cu zi. exemplu afişează "
206
  "opţiunile implicite <code>(vizitat 123 ori, 23 vizite azi)</code>"
207
 
208
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
209
  msgid "Title of popular posts: "
210
  msgstr "Titlul de posturi populare: "
211
 
212
- #: admin.inc.php:284
213
  msgid "Title of daily popular posts: "
214
  msgstr "Titlul de zi cu zi de posturi populare: "
215
 
216
- #: admin.inc.php:287
217
  msgid "When there are no posts, what should be shown?"
218
  msgstr ""
219
 
220
- #: admin.inc.php:291
221
  msgid "Blank Output"
222
  msgstr ""
223
 
224
- #: admin.inc.php:295
225
  msgid "Display:"
226
  msgstr ""
227
 
228
- #: admin.inc.php:299
229
  msgid "Show post excerpt in list?"
230
  msgstr "Afişează post extras din lista?"
231
 
232
- #: admin.inc.php:302
233
  msgid "Length of excerpt (in words): "
234
  msgstr "Lungimea extras (în cuvinte): "
235
 
236
- #: admin.inc.php:305
237
  #, fuzzy
238
  msgid "Show post author in list?"
239
  msgstr "Afişează post extras din lista?"
240
 
241
- #: admin.inc.php:308
242
  #, fuzzy
243
  msgid "Show post date in list?"
244
  msgstr "Afişează post extras din lista?"
245
 
246
- #: admin.inc.php:311
247
  msgid "Limit post title length (in characters)"
248
  msgstr ""
249
 
250
- #: admin.inc.php:314
251
- msgid "Display number of page views in popular lists?"
252
- msgstr "Afişează numărul de vizualizări de pagini în listele popular?"
 
 
 
 
 
 
 
 
 
 
 
 
253
 
254
- #: admin.inc.php:317
255
  msgid "Open links in new window"
256
  msgstr ""
257
 
258
- #: admin.inc.php:320
259
  msgid "Add nofollow attribute to links in the list"
260
  msgstr ""
261
 
262
- #: admin.inc.php:323
263
  msgid "Exclude display of related posts on these posts / pages"
264
  msgstr ""
265
 
266
- #: admin.inc.php:326
267
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
268
- msgstr ""
269
-
270
- #: admin.inc.php:329
271
- msgid "Customize the output:"
272
  msgstr "Personaliza ieşire:"
273
 
274
- #: admin.inc.php:331
275
  msgid "HTML to display before the list of posts: "
276
  msgstr "HTML pentru a afişa înainte de lista de posturi: "
277
 
278
- #: admin.inc.php:334
279
  msgid "HTML to display before each list item: "
280
  msgstr "HTML pentru a afişa înainte de fiecare element din listă: "
281
 
282
- #: admin.inc.php:337
283
  msgid "HTML to display after each list item: "
284
  msgstr "HTML pentru a afişa după fiecare element din listă: "
285
 
286
- #: admin.inc.php:340
287
  msgid "HTML to display after the list of posts: "
288
  msgstr "HTML pentru a afişa după lista de posturi: "
289
 
290
- #: admin.inc.php:343
291
  msgid "Post thumbnail options:"
292
  msgstr "Post Opţiuni pictograme:"
293
 
294
- #: admin.inc.php:345
295
  msgid "Location of post thumbnail:"
296
  msgstr ""
297
 
298
- #: admin.inc.php:349
299
  msgid "Display thumbnails inline with posts, before title"
300
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
301
 
302
- #: admin.inc.php:353
303
  msgid "Display thumbnails inline with posts, after title"
304
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
305
 
306
- #: admin.inc.php:357
307
  msgid "Display only thumbnails, no text"
308
  msgstr "Afişa numai miniaturi, nici un text"
309
 
310
- #: admin.inc.php:361
311
  msgid "Do not display thumbnails, only text."
312
  msgstr "Nu se afişează miniaturi, numai textul."
313
 
314
- #: admin.inc.php:365
315
  msgid "Width of the thumbnail: "
316
  msgstr ""
317
 
318
- #: admin.inc.php:368
319
  msgid "Height of the thumbnail: "
320
  msgstr ""
321
 
322
- #: admin.inc.php:371
323
  msgid "Style attributes / Width and Height HTML attributes:"
324
  msgstr ""
325
 
326
- #: admin.inc.php:375
327
- msgid ""
328
- "Style attributes are used for width and height. <code>style=\"max-width:"
329
  msgstr ""
330
 
331
- #: admin.inc.php:379
332
- msgid ""
333
- "HTML width and height attributes are used for width and height. <code>width="
334
- "\""
335
  msgstr ""
336
 
337
- #: admin.inc.php:383
338
  msgid "Use timthumb to generate thumbnails? "
339
  msgstr ""
340
 
341
- #: admin.inc.php:386
342
  msgid ""
343
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
344
- "\">timthumb</a> will be used to generate thumbnails"
345
  msgstr ""
346
 
347
- #: admin.inc.php:389
348
  #, fuzzy
349
  msgid "Post thumbnail meta field name: "
350
  msgstr "Post Opţiuni pictograme:"
351
 
352
- #: admin.inc.php:392
353
  msgid ""
354
  "The value of this field should contain the image source and is set in the "
355
  "<em>Add New Post</em> screen"
356
  msgstr ""
357
 
358
- #: admin.inc.php:395
359
  #, fuzzy
360
  msgid ""
361
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -366,7 +415,7 @@ msgstr ""
366
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
367
  "fişier"
368
 
369
- #: admin.inc.php:398
370
  #, fuzzy
371
  msgid ""
372
  "This could slow down the loading of your page if the first image in the "
@@ -377,11 +426,11 @@ msgstr ""
377
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
378
  "fişier"
379
 
380
- #: admin.inc.php:401
381
  msgid "Use default thumbnail? "
382
  msgstr ""
383
 
384
- #: admin.inc.php:404
385
  msgid ""
386
  "If checked, when no thumbnail is found, show a default one from the URL "
387
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -390,109 +439,129 @@ msgstr ""
390
  "la URL-ul de mai jos. În cazul în care nu a verificat şi este găsit nici un "
391
  "thumbnail, imaginea nu va fi indicat."
392
 
393
- #: admin.inc.php:407
394
  msgid "Default thumbnail: "
395
  msgstr ""
396
 
397
- #: admin.inc.php:410
398
  msgid ""
399
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
400
  "then it will check the meta field. If this is not available, then it will "
401
  "show the default image as specified above"
402
  msgstr ""
403
 
404
- #: admin.inc.php:417
405
- msgid "Custom Styles"
 
 
 
 
 
 
 
 
 
 
 
 
406
  msgstr ""
407
 
408
- #: admin.inc.php:420
409
  msgid "Custom CSS to add to header:"
410
  msgstr ""
411
 
412
- #: admin.inc.php:423
413
  msgid ""
414
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
415
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
416
  "available CSS classes to style."
417
  msgstr ""
418
 
419
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  msgid "Maintenance"
421
  msgstr ""
422
 
423
- #: admin.inc.php:434
424
  msgid ""
425
  "Over time the Daily Top 10 database grows in size, which reduces the "
426
  "performance of the plugin. Cleaning the database at regular intervals could "
427
- "improve performance, especially on high traffic blogs."
 
428
  msgstr ""
429
 
430
- #: admin.inc.php:435
431
  msgid ""
432
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
433
- "everytime the job is rescheduled (i.e. you change the settings below). This "
434
- "causes the daily posts table to reset."
435
  msgstr ""
436
 
437
- #: admin.inc.php:438
438
  msgid "Enable scheduled maintenance of daily tables:"
439
  msgstr ""
440
 
441
- #: admin.inc.php:442
442
  msgid "Time to run maintenance"
443
  msgstr ""
444
 
445
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
446
  msgid "How often should the maintenance be run:"
447
  msgstr ""
448
 
449
- #: admin.inc.php:449
450
  msgid "Daily"
451
  msgstr ""
452
 
453
- #: admin.inc.php:453
454
  msgid "Weekly"
455
  msgstr ""
456
 
457
- #: admin.inc.php:457
458
  msgid "Fortnightly"
459
  msgstr ""
460
 
461
- #: admin.inc.php:461
462
  msgid "Monthly"
463
  msgstr ""
464
 
465
- #: admin.inc.php:470
466
  msgid "The cron job has been scheduled. Maintenance will run "
467
  msgstr ""
468
 
469
- #: admin.inc.php:475
470
  msgid "The cron job is missing. Please resave this page to add the job"
471
  msgstr ""
472
 
473
- #: admin.inc.php:480
474
  msgid "Maintenance is turned off"
475
  msgstr ""
476
 
477
- #: admin.inc.php:488
478
- #, fuzzy
479
- msgid "Save Options"
480
- msgstr "Opţiuni:"
481
-
482
- #: admin.inc.php:489
483
- #, fuzzy
484
- msgid "Default Options"
485
- msgstr "Opţiuni de ieşire:"
486
-
487
- #: admin.inc.php:489
488
- msgid "Do you want to set options to Default?"
489
- msgstr "Doriţi să setaţi opţiunile la valorile implicite?"
490
-
491
- #: admin.inc.php:493
492
  msgid "Reset count"
493
  msgstr "Reiniţializare count"
494
 
495
- #: admin.inc.php:496
496
  msgid ""
497
  "This cannot be reversed. Make sure that your database has been backed up "
498
  "before proceeding"
@@ -500,257 +569,291 @@ msgstr ""
500
  "Acest lucru poate fi inversat. Asiguraţi-vă că baza de date a fost sprijinit "
501
  "înainte de a continua"
502
 
503
- #: admin.inc.php:499
504
  #, fuzzy
505
  msgid "Reset Popular Posts"
506
  msgstr "Posturi populare"
507
 
508
- #: admin.inc.php:499
509
  msgid "Are you sure you want to reset the popular posts?"
510
  msgstr "Sigur reiniţializaţi posturi populare?"
511
 
512
- #: admin.inc.php:500
513
  #, fuzzy
514
  msgid "Reset Daily Popular Posts"
515
  msgstr "Posturi populare de zi cu zi"
516
 
517
- #: admin.inc.php:500
518
  msgid "Are you sure you want to reset the daily popular posts?"
519
  msgstr "Sigur reiniţializaţi posturi populare zilnic?"
520
 
521
- #: admin.inc.php:501
522
  msgid "Clear duplicates"
523
  msgstr ""
524
 
525
- #: admin.inc.php:501
526
  msgid "This will delete the duplicate entries in the tables. Proceed?"
527
  msgstr "Aceasta va şterge intrările dublate în tabele. Continuaţi?"
528
 
529
- #: admin.inc.php:544 admin.inc.php:929
530
  msgid "Popular Posts"
531
  msgstr "Posturi populare"
532
 
533
- #: admin.inc.php:544 admin.inc.php:631
534
  msgid "Daily Popular Posts"
535
  msgstr "Posturi populare de zi cu zi"
536
 
537
- #: admin.inc.php:572
538
  msgid "Support the development"
539
  msgstr "Sprijinirea dezvoltării"
540
 
541
- #: admin.inc.php:580
542
  msgid "Enter amount in USD: "
543
  msgstr "Introduceţi valoarea în USD: "
544
 
545
- #: admin.inc.php:584
546
  msgid "Send your donation to the author of"
547
  msgstr "Trimite donatie autorului"
548
 
549
- #: admin.inc.php:590
550
- msgid "Follow us"
551
  msgstr ""
552
 
553
- #: admin.inc.php:596
554
  #, fuzzy
555
- msgid "Quick Links"
556
  msgstr "Legături rapide pentru"
557
 
558
- #: admin.inc.php:598
559
  #, fuzzy
560
  msgid "Top 10 plugin page"
561
  msgstr "plug-in pagina"
562
 
563
- #: admin.inc.php:599
564
  msgid "Other plugins"
565
  msgstr "Alte plugin-uri"
566
 
567
- #: admin.inc.php:600
568
  msgid "Ajay's blog"
569
  msgstr "Ajay's blog"
570
 
571
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
572
  msgid "Support"
573
  msgstr "Suport"
574
 
575
- #: admin.inc.php:605
576
- msgid "Recent developments"
577
- msgstr "Evoluţiile recente"
578
 
579
- #: admin.inc.php:622 admin.inc.php:625
580
  #, fuzzy
581
  msgid "Top 10 Settings"
582
  msgstr "Setări"
583
 
584
- #: admin.inc.php:622
585
  msgid "Top 10"
586
  msgstr "Top 10"
587
 
588
- #: admin.inc.php:628
589
  #, fuzzy
590
  msgid "Overall Popular Posts"
591
  msgstr "Vedere de ansamblu posturi populare"
592
 
593
- #: admin.inc.php:799
594
- msgid "Results"
595
- msgstr "Rezultatele"
596
-
597
- #: admin.inc.php:801 admin.inc.php:807
598
- msgid "of"
599
- msgstr "de"
600
 
601
- #: admin.inc.php:805
602
- msgid "Page"
603
- msgstr "Pagină"
 
604
 
605
- #: admin.inc.php:819
606
  msgid "View Daily Popular Posts"
607
  msgstr "Vizualizare zi posturi populare"
608
 
609
- #: admin.inc.php:822 admin.inc.php:835
610
  msgid "Results per-page:"
611
  msgstr "Rezultate pe pagină:"
612
 
613
- #: admin.inc.php:832
614
  msgid "View Overall Popular Posts"
615
  msgstr "Vedere de ansamblu posturi populare"
616
 
617
- #: admin.inc.php:861
618
  msgid "Previous"
619
  msgstr "Anterioară"
620
 
621
- #: admin.inc.php:889
622
  msgid "Next"
623
  msgstr "Următorul"
624
 
625
- #: admin.inc.php:930
626
  msgid "Daily Popular"
627
  msgstr "Daily populare"
628
 
629
- #: admin.inc.php:946
630
  #, fuzzy
631
  msgid "Total Views"
632
  msgstr "Total / astăzi lui vizitări"
633
 
634
- #: admin.inc.php:947
635
  #, fuzzy
636
  msgid "Today's Views"
637
  msgstr "Total / astăzi lui vizitări"
638
 
639
- #: top-10.php:415
 
 
 
 
 
640
  msgid " by "
641
  msgstr ""
642
 
643
- #: top-10.php:501
644
  msgid "Display the posts popular this week"
645
  msgstr "Afişa posturi populare în această săptămână"
646
 
647
- #: top-10.php:502
648
  #, fuzzy
649
  msgid "Popular Posts [Top 10]"
650
  msgstr "Posturi populare"
651
 
652
- #: top-10.php:519
653
  msgid "Title"
654
  msgstr ""
655
 
656
- #: top-10.php:524
657
  msgid "No. of posts"
658
  msgstr ""
659
 
660
- #: top-10.php:529
661
  msgid "Overall"
662
  msgstr ""
663
 
664
- #: top-10.php:530
665
  msgid "Custom time period (Enter below)"
666
  msgstr ""
667
 
668
- #: top-10.php:535
669
  msgid "Range in number of days (applies only to custom option above)"
670
  msgstr ""
671
 
672
- #: top-10.php:540
 
 
 
 
 
673
  #, fuzzy
674
  msgid " Show excerpt?"
675
  msgstr "Afişează post extras din lista?"
676
 
677
- #: top-10.php:545
678
  msgid " Show author?"
679
  msgstr ""
680
 
681
- #: top-10.php:550
682
  #, fuzzy
683
  msgid " Show date?"
684
  msgstr "Afişează post extras din lista?"
685
 
686
- #: top-10.php:554
687
  #, fuzzy
688
  msgid "Thumbnail options"
689
  msgstr "Post Opţiuni pictograme:"
690
 
691
- #: top-10.php:556
692
  #, fuzzy
693
  msgid "Thumbnails inline, before title"
694
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
695
 
696
- #: top-10.php:557
697
  #, fuzzy
698
  msgid "Thumbnails inline, after title"
699
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
700
 
701
- #: top-10.php:558
702
  #, fuzzy
703
  msgid "Only thumbnails, no text"
704
  msgstr "Afişa numai miniaturi, nici un text"
705
 
706
- #: top-10.php:559
707
  #, fuzzy
708
  msgid "No thumbnails, only text."
709
  msgstr "Nu se afişează miniaturi, numai textul."
710
 
711
- #: top-10.php:564
712
  #, fuzzy
713
  msgid "Thumbnail height"
714
  msgstr "Post Opţiuni pictograme:"
715
 
716
- #: top-10.php:569
717
  #, fuzzy
718
  msgid "Thumbnail width"
719
  msgstr "Post Opţiuni pictograme:"
720
 
721
- #: top-10.php:670
722
  msgid "<h3>Popular Posts</h3>"
723
  msgstr "<h3>Posturi populare</h3>"
724
 
725
- #: top-10.php:671
726
  msgid "<h3>Daily Popular</h3>"
727
  msgstr "<h3>Daily populare</h3>"
728
 
729
- #: top-10.php:672
730
  #, fuzzy
731
  msgid "No top posts yet"
732
  msgstr "Top 10 populare posturi Resetare"
733
 
734
- #: top-10.php:1113
735
  msgid "Once Weekly"
736
  msgstr ""
737
 
738
- #: top-10.php:1114
739
  msgid "Once Fortnightly"
740
  msgstr ""
741
 
742
- #: top-10.php:1115
743
  msgid "Once Monthly"
744
  msgstr ""
745
 
746
- #: top-10.php:1135
747
  msgid "Settings"
748
  msgstr "Setări"
749
 
750
- #: top-10.php:1148
751
  msgid "Donate"
752
  msgstr "Dona"
753
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  #, fuzzy
755
  #~ msgid "Exclude Pages?"
756
  #~ msgstr "Excludeţi categorii: "
@@ -768,9 +871,6 @@ msgstr "Dona"
768
  #~ msgid "Tables cleaned of duplicate rows"
769
  #~ msgstr "Tabelele curățate de rânduri duplicat"
770
 
771
- #~ msgid "Display number of views on pages?"
772
- #~ msgstr "Afişează numărul de vizualizări pe pagini?"
773
-
774
  #~ msgid ""
775
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
776
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Web Geeks\n"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Opţiuni salvat cu succes."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Opţiunile setate la valorile implicite."
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Top 10 populare posturi Resetare"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Top 10 posturi populare daily Reiniţializare"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Numărul de posturi populare pentru a afişa: "
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr "Popular de zi cu zi ar trebui să conțină vizualizări de câte zile? "
82
 
83
+ #: admin.inc.php:200
84
+ msgid ""
85
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
86
+ "display posts for as many days as you want. This can be overridden in the "
87
+ "widget."
88
+ msgstr ""
89
+
90
+ #: admin.inc.php:203
91
  msgid "Post types to include in results (including custom post types)"
92
  msgstr ""
93
 
94
+ #: admin.inc.php:214
95
  msgid "List of post or page IDs to exclude from the results: "
96
  msgstr ""
97
 
98
+ #: admin.inc.php:216 admin.inc.php:352
99
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
100
+ msgstr ""
101
+
102
+ #: admin.inc.php:220
103
  msgid "Exclude Categories: "
104
  msgstr "Excludeţi categorii: "
105
 
106
+ #: admin.inc.php:235
107
  msgid ""
108
  "Comma separated list of category slugs. The field above has an autocomplete "
109
  "so simply start typing in the starting letters and it will prompt you with "
110
  "options"
111
  msgstr ""
112
 
113
+ #: admin.inc.php:240
114
  #, fuzzy
115
  msgid "Display number of views on:"
116
  msgstr "Afişează numărul de vizualizări pe posturi?"
117
 
118
+ #: admin.inc.php:242
119
  msgid "Posts"
120
  msgstr ""
121
 
122
+ #: admin.inc.php:243
123
  #, fuzzy
124
  msgid "Pages"
125
  msgstr "Pagină"
126
 
127
+ #: admin.inc.php:244
128
  msgid "Home page"
129
  msgstr ""
130
 
131
+ #: admin.inc.php:245
132
  msgid "Feeds"
133
  msgstr ""
134
 
135
+ #: admin.inc.php:246
136
  msgid "Category archives"
137
  msgstr ""
138
 
139
+ #: admin.inc.php:247
140
  msgid "Tag archives"
141
  msgstr ""
142
 
143
+ #: admin.inc.php:248
144
  msgid "Other archives"
145
  msgstr ""
146
 
147
+ #: admin.inc.php:249
148
  msgid ""
149
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
150
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
151
  "you want it displayed"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:252
155
  msgid "Always display latest post count"
156
  msgstr ""
157
 
158
+ #: admin.inc.php:254
159
  msgid ""
160
  "This option uses JavaScript and will increase your page load time. Turn this "
161
  "off if you are not using caching plugins or are OK with displaying older "
162
+ "cached counts."
 
163
  msgstr ""
164
 
165
+ #: admin.inc.php:257
166
+ msgid "Track visits of authors on their own posts?"
167
+ msgstr "Track vizite de autori pe posturile lor proprii?"
168
+
169
+ #: admin.inc.php:259
170
+ msgid ""
171
+ "Disabling this option will stop authors visits tracked on their own posts"
172
  msgstr ""
173
 
174
+ #: admin.inc.php:262
175
  #, fuzzy
176
+ msgid "Track visits of admins?"
177
+ msgstr "Track vizite de autori pe posturile lor proprii?"
178
+
179
+ #: admin.inc.php:264
180
+ msgid "Disabling this option will stop admin visits being tracked."
181
  msgstr ""
 
 
 
182
 
183
+ #: admin.inc.php:267
184
+ msgid "Display page views on Posts and Pages in Admin"
185
+ msgstr ""
186
+
187
+ #: admin.inc.php:270
188
+ msgid ""
189
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
190
+ "and All Pages"
191
+ msgstr ""
192
 
193
+ #: admin.inc.php:273
194
  #, fuzzy
195
+ msgid "Show number of views to non-admins"
196
+ msgstr "Afişează numărul de vizualizări pe pagini?"
197
 
198
+ #: admin.inc.php:276
199
+ msgid ""
200
+ "If you disable this then non-admins won't see the above columns or view the "
201
+ "independent pages with the top posts"
202
  msgstr ""
203
 
204
+ #: admin.inc.php:279
205
  msgid "Link to Top 10 plugin page"
206
  msgstr ""
207
 
208
+ #: admin.inc.php:282
209
  #, fuzzy
210
  msgid ""
211
  "A link to the plugin is added as an extra list item to the list of popular "
214
  "Un link pentru a plugin-ul se adaugă ca un element suplimentar lista la "
215
  "lista de posturi populare. Nu obligatoriu, dar Multumesc dacă tu a face it!"
216
 
217
+ #: admin.inc.php:289
218
  #, fuzzy
219
+ msgid "Output options"
220
  msgstr "Opţiuni de ieşire:"
221
 
222
+ #: admin.inc.php:292
223
+ #, fuzzy
224
+ msgid "Format to display the post views:"
225
  msgstr "Format pentru a afişa numărul în: "
226
 
227
+ #: admin.inc.php:294
228
  #, fuzzy
229
  msgid ""
230
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
236
  "% dailycount %</code> pentru a afişa numărul de zi cu zi. exemplu afişează "
237
  "opţiunile implicite <code>(vizitat 123 ori, 23 vizite azi)</code>"
238
 
239
+ #: admin.inc.php:297
240
+ msgid "What do display when there are no visits?"
241
+ msgstr ""
242
+
243
+ #: admin.inc.php:299
244
+ msgid ""
245
+ "This text applies only when there are 0 hits for the post and it isn't a "
246
+ "single page. e.g. if you display post views on the homepage or archives then "
247
+ "this text will be used. To override this, just enter the same text as above "
248
+ "option."
249
+ msgstr ""
250
+
251
+ #: admin.inc.php:302
252
  msgid "Title of popular posts: "
253
  msgstr "Titlul de posturi populare: "
254
 
255
+ #: admin.inc.php:305
256
  msgid "Title of daily popular posts: "
257
  msgstr "Titlul de zi cu zi de posturi populare: "
258
 
259
+ #: admin.inc.php:308
260
  msgid "When there are no posts, what should be shown?"
261
  msgstr ""
262
 
263
+ #: admin.inc.php:312
264
  msgid "Blank Output"
265
  msgstr ""
266
 
267
+ #: admin.inc.php:316
268
  msgid "Display:"
269
  msgstr ""
270
 
271
+ #: admin.inc.php:320
272
  msgid "Show post excerpt in list?"
273
  msgstr "Afişează post extras din lista?"
274
 
275
+ #: admin.inc.php:323
276
  msgid "Length of excerpt (in words): "
277
  msgstr "Lungimea extras (în cuvinte): "
278
 
279
+ #: admin.inc.php:326
280
  #, fuzzy
281
  msgid "Show post author in list?"
282
  msgstr "Afişează post extras din lista?"
283
 
284
+ #: admin.inc.php:329
285
  #, fuzzy
286
  msgid "Show post date in list?"
287
  msgstr "Afişează post extras din lista?"
288
 
289
+ #: admin.inc.php:332
290
  msgid "Limit post title length (in characters)"
291
  msgstr ""
292
 
293
+ #: admin.inc.php:335
294
+ #, fuzzy
295
+ msgid "Show view count in list?"
296
+ msgstr "Afişează post extras din lista?"
297
+
298
+ #: admin.inc.php:338
299
+ msgid "Always display latest post count in the daily lists?"
300
+ msgstr ""
301
+
302
+ #: admin.inc.php:340
303
+ msgid ""
304
+ "This option uses JavaScript and will increase your page load time. When you "
305
+ "enable this option, the daily widget will not use the options set there, but "
306
+ "options will need to be set on this screen."
307
+ msgstr ""
308
 
309
+ #: admin.inc.php:343
310
  msgid "Open links in new window"
311
  msgstr ""
312
 
313
+ #: admin.inc.php:346
314
  msgid "Add nofollow attribute to links in the list"
315
  msgstr ""
316
 
317
+ #: admin.inc.php:349
318
  msgid "Exclude display of related posts on these posts / pages"
319
  msgstr ""
320
 
321
+ #: admin.inc.php:355
322
+ #, fuzzy
323
+ msgid "Customise the list HTML"
 
 
 
324
  msgstr "Personaliza ieşire:"
325
 
326
+ #: admin.inc.php:357
327
  msgid "HTML to display before the list of posts: "
328
  msgstr "HTML pentru a afişa înainte de lista de posturi: "
329
 
330
+ #: admin.inc.php:360
331
  msgid "HTML to display before each list item: "
332
  msgstr "HTML pentru a afişa înainte de fiecare element din listă: "
333
 
334
+ #: admin.inc.php:363
335
  msgid "HTML to display after each list item: "
336
  msgstr "HTML pentru a afişa după fiecare element din listă: "
337
 
338
+ #: admin.inc.php:366
339
  msgid "HTML to display after the list of posts: "
340
  msgstr "HTML pentru a afişa după lista de posturi: "
341
 
342
+ #: admin.inc.php:369
343
  msgid "Post thumbnail options:"
344
  msgstr "Post Opţiuni pictograme:"
345
 
346
+ #: admin.inc.php:371
347
  msgid "Location of post thumbnail:"
348
  msgstr ""
349
 
350
+ #: admin.inc.php:375
351
  msgid "Display thumbnails inline with posts, before title"
352
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
353
 
354
+ #: admin.inc.php:379
355
  msgid "Display thumbnails inline with posts, after title"
356
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
357
 
358
+ #: admin.inc.php:383
359
  msgid "Display only thumbnails, no text"
360
  msgstr "Afişa numai miniaturi, nici un text"
361
 
362
+ #: admin.inc.php:387
363
  msgid "Do not display thumbnails, only text."
364
  msgstr "Nu se afişează miniaturi, numai textul."
365
 
366
+ #: admin.inc.php:391
367
  msgid "Width of the thumbnail: "
368
  msgstr ""
369
 
370
+ #: admin.inc.php:394
371
  msgid "Height of the thumbnail: "
372
  msgstr ""
373
 
374
+ #: admin.inc.php:397
375
  msgid "Style attributes / Width and Height HTML attributes:"
376
  msgstr ""
377
 
378
+ #: admin.inc.php:401
379
+ msgid "Style attributes are used for width and height."
 
380
  msgstr ""
381
 
382
+ #: admin.inc.php:405
383
+ msgid "HTML width and height attributes are used for width and height."
 
 
384
  msgstr ""
385
 
386
+ #: admin.inc.php:409
387
  msgid "Use timthumb to generate thumbnails? "
388
  msgstr ""
389
 
390
+ #: admin.inc.php:412
391
  msgid ""
392
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
393
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
394
  msgstr ""
395
 
396
+ #: admin.inc.php:415
397
  #, fuzzy
398
  msgid "Post thumbnail meta field name: "
399
  msgstr "Post Opţiuni pictograme:"
400
 
401
+ #: admin.inc.php:418
402
  msgid ""
403
  "The value of this field should contain the image source and is set in the "
404
  "<em>Add New Post</em> screen"
405
  msgstr ""
406
 
407
+ #: admin.inc.php:421
408
  #, fuzzy
409
  msgid ""
410
  "If the postmeta is not set, then should the plugin extract the first image "
415
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
416
  "fişier"
417
 
418
+ #: admin.inc.php:424
419
  #, fuzzy
420
  msgid ""
421
  "This could slow down the loading of your page if the first image in the "
426
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
427
  "fişier"
428
 
429
+ #: admin.inc.php:427
430
  msgid "Use default thumbnail? "
431
  msgstr ""
432
 
433
+ #: admin.inc.php:430
434
  msgid ""
435
  "If checked, when no thumbnail is found, show a default one from the URL "
436
  "below. If not checked and no thumbnail is found, no image will be shown."
439
  "la URL-ul de mai jos. În cazul în care nu a verificat şi este găsit nici un "
440
  "thumbnail, imaginea nu va fi indicat."
441
 
442
+ #: admin.inc.php:433
443
  msgid "Default thumbnail: "
444
  msgstr ""
445
 
446
+ #: admin.inc.php:437
447
  msgid ""
448
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
449
  "then it will check the meta field. If this is not available, then it will "
450
  "show the default image as specified above"
451
  msgstr ""
452
 
453
+ #: admin.inc.php:444
454
+ msgid "Custom CSS"
455
+ msgstr ""
456
+
457
+ #: admin.inc.php:447
458
+ msgid "Use default style included in the plugin?"
459
+ msgstr ""
460
+
461
+ #: admin.inc.php:450
462
+ msgid ""
463
+ "Top 10 includes a default style that makes your popular posts list to look "
464
+ "pretty. Check the box above if you want to use this. You will need to select "
465
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
466
+ "Widget."
467
  msgstr ""
468
 
469
+ #: admin.inc.php:453
470
  msgid "Custom CSS to add to header:"
471
  msgstr ""
472
 
473
+ #: admin.inc.php:456
474
  msgid ""
475
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
476
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
477
  "available CSS classes to style."
478
  msgstr ""
479
 
480
+ #: admin.inc.php:463 admin.inc.php:529
481
+ #, fuzzy
482
+ msgid "Save Options"
483
+ msgstr "Opţiuni:"
484
+
485
+ #: admin.inc.php:464
486
+ #, fuzzy
487
+ msgid "Default Options"
488
+ msgstr "Opţiuni de ieşire:"
489
+
490
+ #: admin.inc.php:464
491
+ msgid "Do you want to set options to Default?"
492
+ msgstr "Doriţi să setaţi opţiunile la valorile implicite?"
493
+
494
+ #: admin.inc.php:473
495
  msgid "Maintenance"
496
  msgstr ""
497
 
498
+ #: admin.inc.php:477
499
  msgid ""
500
  "Over time the Daily Top 10 database grows in size, which reduces the "
501
  "performance of the plugin. Cleaning the database at regular intervals could "
502
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
503
+ "will automatically delete entries older than 90 days."
504
  msgstr ""
505
 
506
+ #: admin.inc.php:478
507
  msgid ""
508
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
509
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
510
  msgstr ""
511
 
512
+ #: admin.inc.php:481
513
  msgid "Enable scheduled maintenance of daily tables:"
514
  msgstr ""
515
 
516
+ #: admin.inc.php:485
517
  msgid "Time to run maintenance"
518
  msgstr ""
519
 
520
+ #: admin.inc.php:486
521
+ msgid "hrs"
522
+ msgstr ""
523
+
524
+ #: admin.inc.php:486
525
+ msgid "min"
526
+ msgstr ""
527
+
528
+ #: admin.inc.php:488
529
  msgid "How often should the maintenance be run:"
530
  msgstr ""
531
 
532
+ #: admin.inc.php:492
533
  msgid "Daily"
534
  msgstr ""
535
 
536
+ #: admin.inc.php:496
537
  msgid "Weekly"
538
  msgstr ""
539
 
540
+ #: admin.inc.php:500
541
  msgid "Fortnightly"
542
  msgstr ""
543
 
544
+ #: admin.inc.php:504
545
  msgid "Monthly"
546
  msgstr ""
547
 
548
+ #: admin.inc.php:513
549
  msgid "The cron job has been scheduled. Maintenance will run "
550
  msgstr ""
551
 
552
+ #: admin.inc.php:518
553
  msgid "The cron job is missing. Please resave this page to add the job"
554
  msgstr ""
555
 
556
+ #: admin.inc.php:523
557
  msgid "Maintenance is turned off"
558
  msgstr ""
559
 
560
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
561
  msgid "Reset count"
562
  msgstr "Reiniţializare count"
563
 
564
+ #: admin.inc.php:540
565
  msgid ""
566
  "This cannot be reversed. Make sure that your database has been backed up "
567
  "before proceeding"
569
  "Acest lucru poate fi inversat. Asiguraţi-vă că baza de date a fost sprijinit "
570
  "înainte de a continua"
571
 
572
+ #: admin.inc.php:543
573
  #, fuzzy
574
  msgid "Reset Popular Posts"
575
  msgstr "Posturi populare"
576
 
577
+ #: admin.inc.php:543
578
  msgid "Are you sure you want to reset the popular posts?"
579
  msgstr "Sigur reiniţializaţi posturi populare?"
580
 
581
+ #: admin.inc.php:544
582
  #, fuzzy
583
  msgid "Reset Daily Popular Posts"
584
  msgstr "Posturi populare de zi cu zi"
585
 
586
+ #: admin.inc.php:544
587
  msgid "Are you sure you want to reset the daily popular posts?"
588
  msgstr "Sigur reiniţializaţi posturi populare zilnic?"
589
 
590
+ #: admin.inc.php:545
591
  msgid "Clear duplicates"
592
  msgstr ""
593
 
594
+ #: admin.inc.php:545
595
  msgid "This will delete the duplicate entries in the tables. Proceed?"
596
  msgstr "Aceasta va şterge intrările dublate în tabele. Continuaţi?"
597
 
598
+ #: admin.inc.php:593 admin.inc.php:979
599
  msgid "Popular Posts"
600
  msgstr "Posturi populare"
601
 
602
+ #: admin.inc.php:593 admin.inc.php:688
603
  msgid "Daily Popular Posts"
604
  msgstr "Posturi populare de zi cu zi"
605
 
606
+ #: admin.inc.php:621
607
  msgid "Support the development"
608
  msgstr "Sprijinirea dezvoltării"
609
 
610
+ #: admin.inc.php:630
611
  msgid "Enter amount in USD: "
612
  msgstr "Introduceţi valoarea în USD: "
613
 
614
+ #: admin.inc.php:634
615
  msgid "Send your donation to the author of"
616
  msgstr "Trimite donatie autorului"
617
 
618
+ #: admin.inc.php:641
619
+ msgid "Follow me"
620
  msgstr ""
621
 
622
+ #: admin.inc.php:651
623
  #, fuzzy
624
+ msgid "Quick links"
625
  msgstr "Legături rapide pentru"
626
 
627
+ #: admin.inc.php:655
628
  #, fuzzy
629
  msgid "Top 10 plugin page"
630
  msgstr "plug-in pagina"
631
 
632
+ #: admin.inc.php:656
633
  msgid "Other plugins"
634
  msgstr "Alte plugin-uri"
635
 
636
+ #: admin.inc.php:657
637
  msgid "Ajay's blog"
638
  msgstr "Ajay's blog"
639
 
640
+ #: admin.inc.php:658
641
+ msgid "FAQ"
642
+ msgstr ""
643
+
644
+ #: admin.inc.php:659 top-10.php:1271
645
  msgid "Support"
646
  msgstr "Suport"
647
 
648
+ #: admin.inc.php:660
649
+ msgid "Reviews"
650
+ msgstr ""
651
 
652
+ #: admin.inc.php:679 admin.inc.php:682
653
  #, fuzzy
654
  msgid "Top 10 Settings"
655
  msgstr "Setări"
656
 
657
+ #: admin.inc.php:679
658
  msgid "Top 10"
659
  msgstr "Top 10"
660
 
661
+ #: admin.inc.php:685
662
  #, fuzzy
663
  msgid "Overall Popular Posts"
664
  msgstr "Vedere de ansamblu posturi populare"
665
 
666
+ #: admin.inc.php:850
667
+ #, php-format
668
+ msgid "Results %1$s to %2$s of %3$s"
669
+ msgstr ""
 
 
 
670
 
671
+ #: admin.inc.php:854
672
+ #, php-format
673
+ msgid "Page %s of %s"
674
+ msgstr ""
675
 
676
+ #: admin.inc.php:866
677
  msgid "View Daily Popular Posts"
678
  msgstr "Vizualizare zi posturi populare"
679
 
680
+ #: admin.inc.php:869 admin.inc.php:882
681
  msgid "Results per-page:"
682
  msgstr "Rezultate pe pagină:"
683
 
684
+ #: admin.inc.php:879
685
  msgid "View Overall Popular Posts"
686
  msgstr "Vedere de ansamblu posturi populare"
687
 
688
+ #: admin.inc.php:908
689
  msgid "Previous"
690
  msgstr "Anterioară"
691
 
692
+ #: admin.inc.php:936
693
  msgid "Next"
694
  msgstr "Următorul"
695
 
696
+ #: admin.inc.php:980
697
  msgid "Daily Popular"
698
  msgstr "Daily populare"
699
 
700
+ #: admin.inc.php:998
701
  #, fuzzy
702
  msgid "Total Views"
703
  msgstr "Total / astăzi lui vizitări"
704
 
705
+ #: admin.inc.php:999
706
  #, fuzzy
707
  msgid "Today's Views"
708
  msgstr "Total / astăzi lui vizitări"
709
 
710
+ #: admin.inc.php:1000
711
+ #, fuzzy
712
+ msgid "Views"
713
+ msgstr "Total / astăzi lui vizitări"
714
+
715
+ #: top-10.php:440
716
  msgid " by "
717
  msgstr ""
718
 
719
+ #: top-10.php:526
720
  msgid "Display the posts popular this week"
721
  msgstr "Afişa posturi populare în această săptămână"
722
 
723
+ #: top-10.php:527
724
  #, fuzzy
725
  msgid "Popular Posts [Top 10]"
726
  msgstr "Posturi populare"
727
 
728
+ #: top-10.php:545
729
  msgid "Title"
730
  msgstr ""
731
 
732
+ #: top-10.php:550
733
  msgid "No. of posts"
734
  msgstr ""
735
 
736
+ #: top-10.php:555
737
  msgid "Overall"
738
  msgstr ""
739
 
740
+ #: top-10.php:556
741
  msgid "Custom time period (Enter below)"
742
  msgstr ""
743
 
744
+ #: top-10.php:561
745
  msgid "Range in number of days (applies only to custom option above)"
746
  msgstr ""
747
 
748
+ #: top-10.php:566
749
+ #, fuzzy
750
+ msgid " Show count?"
751
+ msgstr "Afişează post extras din lista?"
752
+
753
+ #: top-10.php:571
754
  #, fuzzy
755
  msgid " Show excerpt?"
756
  msgstr "Afişează post extras din lista?"
757
 
758
+ #: top-10.php:576
759
  msgid " Show author?"
760
  msgstr ""
761
 
762
+ #: top-10.php:581
763
  #, fuzzy
764
  msgid " Show date?"
765
  msgstr "Afişează post extras din lista?"
766
 
767
+ #: top-10.php:585
768
  #, fuzzy
769
  msgid "Thumbnail options"
770
  msgstr "Post Opţiuni pictograme:"
771
 
772
+ #: top-10.php:587
773
  #, fuzzy
774
  msgid "Thumbnails inline, before title"
775
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
776
 
777
+ #: top-10.php:588
778
  #, fuzzy
779
  msgid "Thumbnails inline, after title"
780
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
781
 
782
+ #: top-10.php:589
783
  #, fuzzy
784
  msgid "Only thumbnails, no text"
785
  msgstr "Afişa numai miniaturi, nici un text"
786
 
787
+ #: top-10.php:590
788
  #, fuzzy
789
  msgid "No thumbnails, only text."
790
  msgstr "Nu se afişează miniaturi, numai textul."
791
 
792
+ #: top-10.php:595
793
  #, fuzzy
794
  msgid "Thumbnail height"
795
  msgstr "Post Opţiuni pictograme:"
796
 
797
+ #: top-10.php:600
798
  #, fuzzy
799
  msgid "Thumbnail width"
800
  msgstr "Post Opţiuni pictograme:"
801
 
802
+ #: top-10.php:721
803
  msgid "<h3>Popular Posts</h3>"
804
  msgstr "<h3>Posturi populare</h3>"
805
 
806
+ #: top-10.php:722
807
  msgid "<h3>Daily Popular</h3>"
808
  msgstr "<h3>Daily populare</h3>"
809
 
810
+ #: top-10.php:723
811
  #, fuzzy
812
  msgid "No top posts yet"
813
  msgstr "Top 10 populare posturi Resetare"
814
 
815
+ #: top-10.php:1188
816
  msgid "Once Weekly"
817
  msgstr ""
818
 
819
+ #: top-10.php:1192
820
  msgid "Once Fortnightly"
821
  msgstr ""
822
 
823
+ #: top-10.php:1196
824
  msgid "Once Monthly"
825
  msgstr ""
826
 
827
+ #: top-10.php:1259
828
  msgid "Settings"
829
  msgstr "Setări"
830
 
831
+ #: top-10.php:1272
832
  msgid "Donate"
833
  msgstr "Dona"
834
 
835
+ #, fuzzy
836
+ #~ msgid "This option uses JavaScript and will increase your page load time"
837
+ #~ msgstr ""
838
+ #~ "Vigoare lista de zi cu zi de posturi să fie dinamic? Această opţiune "
839
+ #~ "utilizează JavaScript pentru a încărca post şi poate creşte timpul "
840
+ #~ "încărcare pagină"
841
+
842
+ #~ msgid "Display number of page views in popular lists?"
843
+ #~ msgstr "Afişează numărul de vizualizări de pagini în listele popular?"
844
+
845
+ #~ msgid "Recent developments"
846
+ #~ msgstr "Evoluţiile recente"
847
+
848
+ #~ msgid "Results"
849
+ #~ msgstr "Rezultatele"
850
+
851
+ #~ msgid "of"
852
+ #~ msgstr "de"
853
+
854
+ #~ msgid "Page"
855
+ #~ msgstr "Pagină"
856
+
857
  #, fuzzy
858
  #~ msgid "Exclude Pages?"
859
  #~ msgstr "Excludeţi categorii: "
871
  #~ msgid "Tables cleaned of duplicate rows"
872
  #~ msgstr "Tabelele curățate de rânduri duplicat"
873
 
 
 
 
874
  #~ msgid ""
875
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
876
  #~ "added with the count"
languages/tptn-ru_RU.mo CHANGED
Binary file
languages/tptn-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-26 22:06-0000\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"
@@ -15,167 +15,198 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Настройки сохранены."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Настройки сброшены."
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Сбросить статистику популярных записей"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Сбросить статистику популярных записей за сегодня"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Количество Популярных записей в списке:"
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "За сколько дней считать просмотры для списка Популярных сегодня записей?"
77
 
78
- #: admin.inc.php:198
 
 
 
 
 
 
 
79
  msgid "Post types to include in results (including custom post types)"
80
  msgstr ""
81
 
82
- #: admin.inc.php:209
83
  msgid "List of post or page IDs to exclude from the results: "
84
  msgstr ""
85
 
86
- #: admin.inc.php:213
 
 
 
 
87
  msgid "Exclude Categories: "
88
  msgstr "Исключить рубрики:"
89
 
90
- #: admin.inc.php:228
91
  msgid ""
92
  "Comma separated list of category slugs. The field above has an autocomplete "
93
  "so simply start typing in the starting letters and it will prompt you with "
94
  "options"
95
  msgstr ""
96
 
97
- #: admin.inc.php:233
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Показывать количество просмотров записи в ее \"теле\"?"
101
 
102
- #: admin.inc.php:235
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:236
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Страница"
110
 
111
- #: admin.inc.php:237
112
  msgid "Home page"
113
  msgstr ""
114
 
115
- #: admin.inc.php:238
116
  msgid "Feeds"
117
  msgstr ""
118
 
119
- #: admin.inc.php:239
120
  msgid "Category archives"
121
  msgstr ""
122
 
123
- #: admin.inc.php:240
124
  msgid "Tag archives"
125
  msgstr ""
126
 
127
- #: admin.inc.php:241
128
  msgid "Other archives"
129
  msgstr ""
130
 
131
- #: admin.inc.php:242
132
  msgid ""
133
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
134
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
135
  "you want it displayed"
136
  msgstr ""
137
 
138
- #: admin.inc.php:245
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
- #: admin.inc.php:247
143
  msgid ""
144
  "This option uses JavaScript and will increase your page load time. Turn this "
145
  "off if you are not using caching plugins or are OK with displaying older "
146
- "cached counts. When you enable this option, the daily widget will not use "
147
- "the options set there, but options will need to be set on this screen."
148
  msgstr ""
149
 
150
- #: admin.inc.php:250
151
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
152
  msgstr ""
153
 
154
- #: admin.inc.php:252
155
  #, fuzzy
156
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
157
  msgstr ""
158
- "Сделать список Популярных записей динамичным? Опция использует JavaScript , "
159
- "и это может увеличить время загрузки страниц"
160
 
161
- #: admin.inc.php:255
162
- msgid "Track visits of authors on their own posts?"
163
- msgstr "Учитывать просмотры записей, сделанные их же авторами?"
 
 
 
 
 
 
164
 
165
- #: admin.inc.php:258
166
  #, fuzzy
167
- msgid "Track visits of admins?"
168
- msgstr "Учитывать просмотры записей, сделанные их же авторами?"
169
 
170
- #: admin.inc.php:261
171
- msgid "Display page views on Posts > All Posts in Admin"
 
 
172
  msgstr ""
173
 
174
- #: admin.inc.php:264
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
- #: admin.inc.php:266
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -184,18 +215,19 @@ msgstr ""
184
  "Оставить ссылку на плагин под списками Популярных записей? Автор плагина был "
185
  "бы очень благодарен Вам, если Вы ее все же оставите!"
186
 
187
- #: admin.inc.php:273
188
  #, fuzzy
189
- msgid "Output Options"
190
  msgstr "Настройки плагина:"
191
 
192
- #: admin.inc.php:276
193
- msgid "Format to display the count in: "
 
194
  msgstr ""
195
  "В поле ниже вы можете настроить формат отображения количества просмотров за "
196
  "день, за все время для записей/страниц:"
197
 
198
- #: admin.inc.php:278
199
  #, fuzzy
200
  msgid ""
201
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -207,158 +239,175 @@ msgstr ""
207
  "а <code>%dailycount%</code> - просмотры за сутки. Например: <code>(Запись "
208
  "просмотрена 123 раза, сегодня просмотров было 23)</code>."
209
 
210
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgid "Title of popular posts: "
212
  msgstr "Заголовок списка Популярных записей:"
213
 
214
- #: admin.inc.php:284
215
  msgid "Title of daily popular posts: "
216
  msgstr "Заголовок списка Популярных сегодня записей:"
217
 
218
- #: admin.inc.php:287
219
  msgid "When there are no posts, what should be shown?"
220
  msgstr ""
221
 
222
- #: admin.inc.php:291
223
  msgid "Blank Output"
224
  msgstr ""
225
 
226
- #: admin.inc.php:295
227
  msgid "Display:"
228
  msgstr ""
229
 
230
- #: admin.inc.php:299
231
  msgid "Show post excerpt in list?"
232
  msgstr "Показывать текст записи в списке?"
233
 
234
- #: admin.inc.php:302
235
  msgid "Length of excerpt (in words): "
236
  msgstr "Длина выводимого текста (в словах):"
237
 
238
- #: admin.inc.php:305
239
  #, fuzzy
240
  msgid "Show post author in list?"
241
  msgstr "Показывать текст записи в списке?"
242
 
243
- #: admin.inc.php:308
244
  #, fuzzy
245
  msgid "Show post date in list?"
246
  msgstr "Показывать текст записи в списке?"
247
 
248
- #: admin.inc.php:311
249
  msgid "Limit post title length (in characters)"
250
  msgstr ""
251
 
252
- #: admin.inc.php:314
253
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
 
254
  msgstr ""
255
- "Показывать количество просмотров записей/страниц в списке Популярных записей?"
256
 
257
- #: admin.inc.php:317
258
  msgid "Open links in new window"
259
  msgstr ""
260
 
261
- #: admin.inc.php:320
262
  msgid "Add nofollow attribute to links in the list"
263
  msgstr ""
264
 
265
- #: admin.inc.php:323
266
  msgid "Exclude display of related posts on these posts / pages"
267
  msgstr ""
268
 
269
- #: admin.inc.php:326
270
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
271
- msgstr ""
272
-
273
- #: admin.inc.php:329
274
- msgid "Customize the output:"
275
  msgstr "Настройки оформления списка:"
276
 
277
- #: admin.inc.php:331
278
  msgid "HTML to display before the list of posts: "
279
  msgstr "HTML-тег, используемый перед списком:"
280
 
281
- #: admin.inc.php:334
282
  msgid "HTML to display before each list item: "
283
  msgstr "HTML-тег, используемый перед каждым пунктом в списке:"
284
 
285
- #: admin.inc.php:337
286
  msgid "HTML to display after each list item: "
287
  msgstr "HTML-тег, используемый после каждого пункта в списке:"
288
 
289
- #: admin.inc.php:340
290
  msgid "HTML to display after the list of posts: "
291
  msgstr "HTML-тег, используемый после списка:"
292
 
293
- #: admin.inc.php:343
294
  msgid "Post thumbnail options:"
295
  msgstr "Настройки превью к записям:"
296
 
297
- #: admin.inc.php:345
298
  msgid "Location of post thumbnail:"
299
  msgstr ""
300
 
301
- #: admin.inc.php:349
302
  msgid "Display thumbnails inline with posts, before title"
303
  msgstr "Отображать превью к записи сразу перед заголовком"
304
 
305
- #: admin.inc.php:353
306
  msgid "Display thumbnails inline with posts, after title"
307
  msgstr "Отображать превью к записи сразу после заголовка"
308
 
309
- #: admin.inc.php:357
310
  msgid "Display only thumbnails, no text"
311
  msgstr "Отображать только превью, без текста"
312
 
313
- #: admin.inc.php:361
314
  msgid "Do not display thumbnails, only text."
315
  msgstr "Отображать только текст, без превью"
316
 
317
- #: admin.inc.php:365
318
  msgid "Width of the thumbnail: "
319
  msgstr ""
320
 
321
- #: admin.inc.php:368
322
  msgid "Height of the thumbnail: "
323
  msgstr ""
324
 
325
- #: admin.inc.php:371
326
  msgid "Style attributes / Width and Height HTML attributes:"
327
  msgstr ""
328
 
329
- #: admin.inc.php:375
330
- msgid ""
331
- "Style attributes are used for width and height. <code>style=\"max-width:"
332
  msgstr ""
333
 
334
- #: admin.inc.php:379
335
- msgid ""
336
- "HTML width and height attributes are used for width and height. <code>width="
337
- "\""
338
  msgstr ""
339
 
340
- #: admin.inc.php:383
341
  msgid "Use timthumb to generate thumbnails? "
342
  msgstr ""
343
 
344
- #: admin.inc.php:386
345
  msgid ""
346
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
347
- "\">timthumb</a> will be used to generate thumbnails"
348
  msgstr ""
349
 
350
- #: admin.inc.php:389
351
  #, fuzzy
352
  msgid "Post thumbnail meta field name: "
353
  msgstr "Настройки превью к записям:"
354
 
355
- #: admin.inc.php:392
356
  msgid ""
357
  "The value of this field should contain the image source and is set in the "
358
  "<em>Add New Post</em> screen"
359
  msgstr ""
360
 
361
- #: admin.inc.php:395
362
  #, fuzzy
363
  msgid ""
364
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -368,7 +417,7 @@ msgstr ""
368
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
369
  "как будет создаваться уменьшенная копия изображения"
370
 
371
- #: admin.inc.php:398
372
  #, fuzzy
373
  msgid ""
374
  "This could slow down the loading of your page if the first image in the "
@@ -378,11 +427,11 @@ msgstr ""
378
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
379
  "как будет создаваться уменьшенная копия изображения"
380
 
381
- #: admin.inc.php:401
382
  msgid "Use default thumbnail? "
383
  msgstr ""
384
 
385
- #: admin.inc.php:404
386
  msgid ""
387
  "If checked, when no thumbnail is found, show a default one from the URL "
388
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -391,11 +440,11 @@ msgstr ""
391
  "добавлено стандартное изображение. Если превью задано к записи - будет "
392
  "отображаться только оно."
393
 
394
- #: admin.inc.php:407
395
  msgid "Default thumbnail: "
396
  msgstr ""
397
 
398
- #: admin.inc.php:410
399
  #, fuzzy
400
  msgid ""
401
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -406,98 +455,118 @@ msgstr ""
406
  "заданному ранее произвольному мета-полю). Если же превью нет - будет "
407
  "выводиться картинка по-умолчанию:"
408
 
409
- #: admin.inc.php:417
410
- msgid "Custom Styles"
 
 
 
 
411
  msgstr ""
412
 
413
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
414
  msgid "Custom CSS to add to header:"
415
  msgstr ""
416
 
417
- #: admin.inc.php:423
418
  msgid ""
419
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
420
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
421
  "available CSS classes to style."
422
  msgstr ""
423
 
424
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  msgid "Maintenance"
426
  msgstr ""
427
 
428
- #: admin.inc.php:434
429
  msgid ""
430
  "Over time the Daily Top 10 database grows in size, which reduces the "
431
  "performance of the plugin. Cleaning the database at regular intervals could "
432
- "improve performance, especially on high traffic blogs."
 
433
  msgstr ""
434
 
435
- #: admin.inc.php:435
436
  msgid ""
437
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
438
- "everytime the job is rescheduled (i.e. you change the settings below). This "
439
- "causes the daily posts table to reset."
440
  msgstr ""
441
 
442
- #: admin.inc.php:438
443
  msgid "Enable scheduled maintenance of daily tables:"
444
  msgstr ""
445
 
446
- #: admin.inc.php:442
447
  msgid "Time to run maintenance"
448
  msgstr ""
449
 
450
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
451
  msgid "How often should the maintenance be run:"
452
  msgstr ""
453
 
454
- #: admin.inc.php:449
455
  msgid "Daily"
456
  msgstr ""
457
 
458
- #: admin.inc.php:453
459
  msgid "Weekly"
460
  msgstr ""
461
 
462
- #: admin.inc.php:457
463
  msgid "Fortnightly"
464
  msgstr ""
465
 
466
- #: admin.inc.php:461
467
  msgid "Monthly"
468
  msgstr ""
469
 
470
- #: admin.inc.php:470
471
  msgid "The cron job has been scheduled. Maintenance will run "
472
  msgstr ""
473
 
474
- #: admin.inc.php:475
475
  msgid "The cron job is missing. Please resave this page to add the job"
476
  msgstr ""
477
 
478
- #: admin.inc.php:480
479
  msgid "Maintenance is turned off"
480
  msgstr ""
481
 
482
- #: admin.inc.php:488
483
- #, fuzzy
484
- msgid "Save Options"
485
- msgstr "Настройки плагина:"
486
-
487
- #: admin.inc.php:489
488
- #, fuzzy
489
- msgid "Default Options"
490
- msgstr "Настройки плагина:"
491
-
492
- #: admin.inc.php:489
493
- msgid "Do you want to set options to Default?"
494
- msgstr "Сбросить настройки плагина?"
495
-
496
- #: admin.inc.php:493
497
  msgid "Reset count"
498
  msgstr "Сбросить статистику"
499
 
500
- #: admin.inc.php:496
501
  msgid ""
502
  "This cannot be reversed. Make sure that your database has been backed up "
503
  "before proceeding"
@@ -505,259 +574,294 @@ msgstr ""
505
  "Сброс статистики не может быть обращен. Перед тем, как сбрасывать все, "
506
  "убедитесь, что у вас есть копия вашей базы данных!"
507
 
508
- #: admin.inc.php:499
509
  #, fuzzy
510
  msgid "Reset Popular Posts"
511
  msgstr "Популярные записи"
512
 
513
- #: admin.inc.php:499
514
  msgid "Are you sure you want to reset the popular posts?"
515
  msgstr "Вы уверены, что хотите сбросить статистику для Популярных записей?"
516
 
517
- #: admin.inc.php:500
518
  #, fuzzy
519
  msgid "Reset Daily Popular Posts"
520
  msgstr "Популярные сегодня записи"
521
 
522
- #: admin.inc.php:500
523
  msgid "Are you sure you want to reset the daily popular posts?"
524
  msgstr ""
525
  "Вы уверены, что хотите сбросить статистику для Популярных сегодня записей?"
526
 
527
- #: admin.inc.php:501
528
  msgid "Clear duplicates"
529
  msgstr ""
530
 
531
- #: admin.inc.php:501
532
  msgid "This will delete the duplicate entries in the tables. Proceed?"
533
  msgstr ""
534
  "Будет произведено удаление дублирующихся щаписей из статистики. Продолжить?"
535
 
536
- #: admin.inc.php:544 admin.inc.php:929
537
  msgid "Popular Posts"
538
  msgstr "Популярные записи"
539
 
540
- #: admin.inc.php:544 admin.inc.php:631
541
  msgid "Daily Popular Posts"
542
  msgstr "Популярные сегодня записи"
543
 
544
- #: admin.inc.php:572
545
  msgid "Support the development"
546
  msgstr "Поддержать автора плагина"
547
 
548
- #: admin.inc.php:580
549
  msgid "Enter amount in USD: "
550
  msgstr "Сколько вы готовы пожертвовать (в USD):"
551
 
552
- #: admin.inc.php:584
553
  msgid "Send your donation to the author of"
554
  msgstr "Отправьте пожертвование автору"
555
 
556
- #: admin.inc.php:590
557
- msgid "Follow us"
558
  msgstr ""
559
 
560
- #: admin.inc.php:596
561
  #, fuzzy
562
- msgid "Quick Links"
563
  msgstr "Полезные ссылки"
564
 
565
- #: admin.inc.php:598
566
  #, fuzzy
567
  msgid "Top 10 plugin page"
568
  msgstr "страница плагина"
569
 
570
- #: admin.inc.php:599
571
  msgid "Other plugins"
572
  msgstr "Другие плагины автора"
573
 
574
- #: admin.inc.php:600
575
  msgid "Ajay's blog"
576
  msgstr "Блог Ajay"
577
 
578
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
579
  msgid "Support"
580
  msgstr "Поддержка (англ.)"
581
 
582
- #: admin.inc.php:605
583
- msgid "Recent developments"
584
- msgstr "Последние разработки"
585
 
586
- #: admin.inc.php:622 admin.inc.php:625
587
  #, fuzzy
588
  msgid "Top 10 Settings"
589
  msgstr "Настроки плагина"
590
 
591
- #: admin.inc.php:622
592
  msgid "Top 10"
593
  msgstr "Топ 10 записей"
594
 
595
- #: admin.inc.php:628
596
  #, fuzzy
597
  msgid "Overall Popular Posts"
598
  msgstr "Посмотреть все Популярные записи"
599
 
600
- #: admin.inc.php:799
601
- msgid "Results"
602
- msgstr "Результаты"
603
-
604
- #: admin.inc.php:801 admin.inc.php:807
605
- msgid "of"
606
- msgstr "из"
607
 
608
- #: admin.inc.php:805
609
- msgid "Page"
610
- msgstr "Страница"
 
611
 
612
- #: admin.inc.php:819
613
  msgid "View Daily Popular Posts"
614
  msgstr "Посмотреть все Популярные сегодня записи"
615
 
616
- #: admin.inc.php:822 admin.inc.php:835
617
  msgid "Results per-page:"
618
  msgstr "Результатов на страницу:"
619
 
620
- #: admin.inc.php:832
621
  msgid "View Overall Popular Posts"
622
  msgstr "Посмотреть все Популярные записи"
623
 
624
- #: admin.inc.php:861
625
  msgid "Previous"
626
  msgstr "Предыдущая страница"
627
 
628
- #: admin.inc.php:889
629
  msgid "Next"
630
  msgstr "Следующая страница"
631
 
632
- #: admin.inc.php:930
633
  msgid "Daily Popular"
634
  msgstr "Популярные сегодня записи"
635
 
636
- #: admin.inc.php:946
637
  #, fuzzy
638
  msgid "Total Views"
639
  msgstr "Всего/Сегодня"
640
 
641
- #: admin.inc.php:947
642
  #, fuzzy
643
  msgid "Today's Views"
644
  msgstr "Всего/Сегодня"
645
 
646
- #: top-10.php:415
 
 
 
 
 
647
  msgid " by "
648
  msgstr ""
649
 
650
- #: top-10.php:501
651
  msgid "Display the posts popular this week"
652
  msgstr "Отображать списки популярных записей за неделю"
653
 
654
- #: top-10.php:502
655
  #, fuzzy
656
  msgid "Popular Posts [Top 10]"
657
  msgstr "Популярные записи"
658
 
659
- #: top-10.php:519
660
  msgid "Title"
661
  msgstr ""
662
 
663
- #: top-10.php:524
664
  msgid "No. of posts"
665
  msgstr ""
666
 
667
- #: top-10.php:529
668
  msgid "Overall"
669
  msgstr ""
670
 
671
- #: top-10.php:530
672
  msgid "Custom time period (Enter below)"
673
  msgstr ""
674
 
675
- #: top-10.php:535
676
  msgid "Range in number of days (applies only to custom option above)"
677
  msgstr ""
678
 
679
- #: top-10.php:540
 
 
 
 
 
680
  #, fuzzy
681
  msgid " Show excerpt?"
682
  msgstr "Показывать текст записи в списке?"
683
 
684
- #: top-10.php:545
685
  msgid " Show author?"
686
  msgstr ""
687
 
688
- #: top-10.php:550
689
  #, fuzzy
690
  msgid " Show date?"
691
  msgstr "Показывать текст записи в списке?"
692
 
693
- #: top-10.php:554
694
  #, fuzzy
695
  msgid "Thumbnail options"
696
  msgstr "Настройки превью к записям:"
697
 
698
- #: top-10.php:556
699
  #, fuzzy
700
  msgid "Thumbnails inline, before title"
701
  msgstr "Отображать превью к записи сразу перед заголовком"
702
 
703
- #: top-10.php:557
704
  #, fuzzy
705
  msgid "Thumbnails inline, after title"
706
  msgstr "Отображать превью к записи сразу после заголовка"
707
 
708
- #: top-10.php:558
709
  #, fuzzy
710
  msgid "Only thumbnails, no text"
711
  msgstr "Отображать только превью, без текста"
712
 
713
- #: top-10.php:559
714
  #, fuzzy
715
  msgid "No thumbnails, only text."
716
  msgstr "Отображать только текст, без превью"
717
 
718
- #: top-10.php:564
719
  #, fuzzy
720
  msgid "Thumbnail height"
721
  msgstr "Настройки превью к записям:"
722
 
723
- #: top-10.php:569
724
  #, fuzzy
725
  msgid "Thumbnail width"
726
  msgstr "Настройки превью к записям:"
727
 
728
- #: top-10.php:670
729
  msgid "<h3>Popular Posts</h3>"
730
  msgstr "<h3>Популярные записи</h3>"
731
 
732
- #: top-10.php:671
733
  msgid "<h3>Daily Popular</h3>"
734
  msgstr "<h3>Популярные сегодня записи</h3>"
735
 
736
- #: top-10.php:672
737
  #, fuzzy
738
  msgid "No top posts yet"
739
  msgstr "Сбросить статистику популярных записей"
740
 
741
- #: top-10.php:1113
742
  msgid "Once Weekly"
743
  msgstr ""
744
 
745
- #: top-10.php:1114
746
  msgid "Once Fortnightly"
747
  msgstr ""
748
 
749
- #: top-10.php:1115
750
  msgid "Once Monthly"
751
  msgstr ""
752
 
753
- #: top-10.php:1135
754
  msgid "Settings"
755
  msgstr "Настроки плагина"
756
 
757
- #: top-10.php:1148
758
  msgid "Donate"
759
  msgstr "Сделать пожертвование"
760
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
  #, fuzzy
762
  #~ msgid "Exclude Pages?"
763
  #~ msgstr "Исключить рубрики:"
@@ -775,9 +879,6 @@ msgstr "Сделать пожертвование"
775
  #~ msgid "Tables cleaned of duplicate rows"
776
  #~ msgstr "Все повторяющиеся записи в статистике были удалены"
777
 
778
- #~ msgid "Display number of views on pages?"
779
- #~ msgstr "Показывать количество просмотров страницы в ее \"теле\"?"
780
-
781
  #~ msgid ""
782
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
783
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Настройки сохранены."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Настройки сброшены."
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Сбросить статистику популярных записей"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Сбросить статистику популярных записей за сегодня"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Количество Популярных записей в списке:"
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr ""
82
  "За сколько дней считать просмотры для списка Популярных сегодня записей?"
83
 
84
+ #: admin.inc.php:200
85
+ msgid ""
86
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
87
+ "display posts for as many days as you want. This can be overridden in the "
88
+ "widget."
89
+ msgstr ""
90
+
91
+ #: admin.inc.php:203
92
  msgid "Post types to include in results (including custom post types)"
93
  msgstr ""
94
 
95
+ #: admin.inc.php:214
96
  msgid "List of post or page IDs to exclude from the results: "
97
  msgstr ""
98
 
99
+ #: admin.inc.php:216 admin.inc.php:352
100
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
101
+ msgstr ""
102
+
103
+ #: admin.inc.php:220
104
  msgid "Exclude Categories: "
105
  msgstr "Исключить рубрики:"
106
 
107
+ #: admin.inc.php:235
108
  msgid ""
109
  "Comma separated list of category slugs. The field above has an autocomplete "
110
  "so simply start typing in the starting letters and it will prompt you with "
111
  "options"
112
  msgstr ""
113
 
114
+ #: admin.inc.php:240
115
  #, fuzzy
116
  msgid "Display number of views on:"
117
  msgstr "Показывать количество просмотров записи в ее \"теле\"?"
118
 
119
+ #: admin.inc.php:242
120
  msgid "Posts"
121
  msgstr ""
122
 
123
+ #: admin.inc.php:243
124
  #, fuzzy
125
  msgid "Pages"
126
  msgstr "Страница"
127
 
128
+ #: admin.inc.php:244
129
  msgid "Home page"
130
  msgstr ""
131
 
132
+ #: admin.inc.php:245
133
  msgid "Feeds"
134
  msgstr ""
135
 
136
+ #: admin.inc.php:246
137
  msgid "Category archives"
138
  msgstr ""
139
 
140
+ #: admin.inc.php:247
141
  msgid "Tag archives"
142
  msgstr ""
143
 
144
+ #: admin.inc.php:248
145
  msgid "Other archives"
146
  msgstr ""
147
 
148
+ #: admin.inc.php:249
149
  msgid ""
150
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
  "you want it displayed"
153
  msgstr ""
154
 
155
+ #: admin.inc.php:252
156
  msgid "Always display latest post count"
157
  msgstr ""
158
 
159
+ #: admin.inc.php:254
160
  msgid ""
161
  "This option uses JavaScript and will increase your page load time. Turn this "
162
  "off if you are not using caching plugins or are OK with displaying older "
163
+ "cached counts."
 
164
  msgstr ""
165
 
166
+ #: admin.inc.php:257
167
+ msgid "Track visits of authors on their own posts?"
168
+ msgstr "Учитывать просмотры записей, сделанные их же авторами?"
169
+
170
+ #: admin.inc.php:259
171
+ msgid ""
172
+ "Disabling this option will stop authors visits tracked on their own posts"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:262
176
  #, fuzzy
177
+ msgid "Track visits of admins?"
178
+ msgstr "Учитывать просмотры записей, сделанные их же авторами?"
179
+
180
+ #: admin.inc.php:264
181
+ msgid "Disabling this option will stop admin visits being tracked."
182
  msgstr ""
 
 
183
 
184
+ #: admin.inc.php:267
185
+ msgid "Display page views on Posts and Pages in Admin"
186
+ msgstr ""
187
+
188
+ #: admin.inc.php:270
189
+ msgid ""
190
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
191
+ "and All Pages"
192
+ msgstr ""
193
 
194
+ #: admin.inc.php:273
195
  #, fuzzy
196
+ msgid "Show number of views to non-admins"
197
+ msgstr "Показывать количество просмотров страницы в ее \"теле\"?"
198
 
199
+ #: admin.inc.php:276
200
+ msgid ""
201
+ "If you disable this then non-admins won't see the above columns or view the "
202
+ "independent pages with the top posts"
203
  msgstr ""
204
 
205
+ #: admin.inc.php:279
206
  msgid "Link to Top 10 plugin page"
207
  msgstr ""
208
 
209
+ #: admin.inc.php:282
210
  #, fuzzy
211
  msgid ""
212
  "A link to the plugin is added as an extra list item to the list of popular "
215
  "Оставить ссылку на плагин под списками Популярных записей? Автор плагина был "
216
  "бы очень благодарен Вам, если Вы ее все же оставите!"
217
 
218
+ #: admin.inc.php:289
219
  #, fuzzy
220
+ msgid "Output options"
221
  msgstr "Настройки плагина:"
222
 
223
+ #: admin.inc.php:292
224
+ #, fuzzy
225
+ msgid "Format to display the post views:"
226
  msgstr ""
227
  "В поле ниже вы можете настроить формат отображения количества просмотров за "
228
  "день, за все время для записей/страниц:"
229
 
230
+ #: admin.inc.php:294
231
  #, fuzzy
232
  msgid ""
233
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
239
  "а <code>%dailycount%</code> - просмотры за сутки. Например: <code>(Запись "
240
  "просмотрена 123 раза, сегодня просмотров было 23)</code>."
241
 
242
+ #: admin.inc.php:297
243
+ msgid "What do display when there are no visits?"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:299
247
+ msgid ""
248
+ "This text applies only when there are 0 hits for the post and it isn't a "
249
+ "single page. e.g. if you display post views on the homepage or archives then "
250
+ "this text will be used. To override this, just enter the same text as above "
251
+ "option."
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:302
255
  msgid "Title of popular posts: "
256
  msgstr "Заголовок списка Популярных записей:"
257
 
258
+ #: admin.inc.php:305
259
  msgid "Title of daily popular posts: "
260
  msgstr "Заголовок списка Популярных сегодня записей:"
261
 
262
+ #: admin.inc.php:308
263
  msgid "When there are no posts, what should be shown?"
264
  msgstr ""
265
 
266
+ #: admin.inc.php:312
267
  msgid "Blank Output"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:316
271
  msgid "Display:"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:320
275
  msgid "Show post excerpt in list?"
276
  msgstr "Показывать текст записи в списке?"
277
 
278
+ #: admin.inc.php:323
279
  msgid "Length of excerpt (in words): "
280
  msgstr "Длина выводимого текста (в словах):"
281
 
282
+ #: admin.inc.php:326
283
  #, fuzzy
284
  msgid "Show post author in list?"
285
  msgstr "Показывать текст записи в списке?"
286
 
287
+ #: admin.inc.php:329
288
  #, fuzzy
289
  msgid "Show post date in list?"
290
  msgstr "Показывать текст записи в списке?"
291
 
292
+ #: admin.inc.php:332
293
  msgid "Limit post title length (in characters)"
294
  msgstr ""
295
 
296
+ #: admin.inc.php:335
297
+ #, fuzzy
298
+ msgid "Show view count in list?"
299
+ msgstr "Показывать текст записи в списке?"
300
+
301
+ #: admin.inc.php:338
302
+ msgid "Always display latest post count in the daily lists?"
303
+ msgstr ""
304
+
305
+ #: admin.inc.php:340
306
+ msgid ""
307
+ "This option uses JavaScript and will increase your page load time. When you "
308
+ "enable this option, the daily widget will not use the options set there, but "
309
+ "options will need to be set on this screen."
310
  msgstr ""
 
311
 
312
+ #: admin.inc.php:343
313
  msgid "Open links in new window"
314
  msgstr ""
315
 
316
+ #: admin.inc.php:346
317
  msgid "Add nofollow attribute to links in the list"
318
  msgstr ""
319
 
320
+ #: admin.inc.php:349
321
  msgid "Exclude display of related posts on these posts / pages"
322
  msgstr ""
323
 
324
+ #: admin.inc.php:355
325
+ #, fuzzy
326
+ msgid "Customise the list HTML"
 
 
 
327
  msgstr "Настройки оформления списка:"
328
 
329
+ #: admin.inc.php:357
330
  msgid "HTML to display before the list of posts: "
331
  msgstr "HTML-тег, используемый перед списком:"
332
 
333
+ #: admin.inc.php:360
334
  msgid "HTML to display before each list item: "
335
  msgstr "HTML-тег, используемый перед каждым пунктом в списке:"
336
 
337
+ #: admin.inc.php:363
338
  msgid "HTML to display after each list item: "
339
  msgstr "HTML-тег, используемый после каждого пункта в списке:"
340
 
341
+ #: admin.inc.php:366
342
  msgid "HTML to display after the list of posts: "
343
  msgstr "HTML-тег, используемый после списка:"
344
 
345
+ #: admin.inc.php:369
346
  msgid "Post thumbnail options:"
347
  msgstr "Настройки превью к записям:"
348
 
349
+ #: admin.inc.php:371
350
  msgid "Location of post thumbnail:"
351
  msgstr ""
352
 
353
+ #: admin.inc.php:375
354
  msgid "Display thumbnails inline with posts, before title"
355
  msgstr "Отображать превью к записи сразу перед заголовком"
356
 
357
+ #: admin.inc.php:379
358
  msgid "Display thumbnails inline with posts, after title"
359
  msgstr "Отображать превью к записи сразу после заголовка"
360
 
361
+ #: admin.inc.php:383
362
  msgid "Display only thumbnails, no text"
363
  msgstr "Отображать только превью, без текста"
364
 
365
+ #: admin.inc.php:387
366
  msgid "Do not display thumbnails, only text."
367
  msgstr "Отображать только текст, без превью"
368
 
369
+ #: admin.inc.php:391
370
  msgid "Width of the thumbnail: "
371
  msgstr ""
372
 
373
+ #: admin.inc.php:394
374
  msgid "Height of the thumbnail: "
375
  msgstr ""
376
 
377
+ #: admin.inc.php:397
378
  msgid "Style attributes / Width and Height HTML attributes:"
379
  msgstr ""
380
 
381
+ #: admin.inc.php:401
382
+ msgid "Style attributes are used for width and height."
 
383
  msgstr ""
384
 
385
+ #: admin.inc.php:405
386
+ msgid "HTML width and height attributes are used for width and height."
 
 
387
  msgstr ""
388
 
389
+ #: admin.inc.php:409
390
  msgid "Use timthumb to generate thumbnails? "
391
  msgstr ""
392
 
393
+ #: admin.inc.php:412
394
  msgid ""
395
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
396
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
397
  msgstr ""
398
 
399
+ #: admin.inc.php:415
400
  #, fuzzy
401
  msgid "Post thumbnail meta field name: "
402
  msgstr "Настройки превью к записям:"
403
 
404
+ #: admin.inc.php:418
405
  msgid ""
406
  "The value of this field should contain the image source and is set in the "
407
  "<em>Add New Post</em> screen"
408
  msgstr ""
409
 
410
+ #: admin.inc.php:421
411
  #, fuzzy
412
  msgid ""
413
  "If the postmeta is not set, then should the plugin extract the first image "
417
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
418
  "как будет создаваться уменьшенная копия изображения"
419
 
420
+ #: admin.inc.php:424
421
  #, fuzzy
422
  msgid ""
423
  "This could slow down the loading of your page if the first image in the "
427
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
428
  "как будет создаваться уменьшенная копия изображения"
429
 
430
+ #: admin.inc.php:427
431
  msgid "Use default thumbnail? "
432
  msgstr ""
433
 
434
+ #: admin.inc.php:430
435
  msgid ""
436
  "If checked, when no thumbnail is found, show a default one from the URL "
437
  "below. If not checked and no thumbnail is found, no image will be shown."
440
  "добавлено стандартное изображение. Если превью задано к записи - будет "
441
  "отображаться только оно."
442
 
443
+ #: admin.inc.php:433
444
  msgid "Default thumbnail: "
445
  msgstr ""
446
 
447
+ #: admin.inc.php:437
448
  #, fuzzy
449
  msgid ""
450
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
455
  "заданному ранее произвольному мета-полю). Если же превью нет - будет "
456
  "выводиться картинка по-умолчанию:"
457
 
458
+ #: admin.inc.php:444
459
+ msgid "Custom CSS"
460
+ msgstr ""
461
+
462
+ #: admin.inc.php:447
463
+ msgid "Use default style included in the plugin?"
464
  msgstr ""
465
 
466
+ #: admin.inc.php:450
467
+ msgid ""
468
+ "Top 10 includes a default style that makes your popular posts list to look "
469
+ "pretty. Check the box above if you want to use this. You will need to select "
470
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
471
+ "Widget."
472
+ msgstr ""
473
+
474
+ #: admin.inc.php:453
475
  msgid "Custom CSS to add to header:"
476
  msgstr ""
477
 
478
+ #: admin.inc.php:456
479
  msgid ""
480
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
481
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
482
  "available CSS classes to style."
483
  msgstr ""
484
 
485
+ #: admin.inc.php:463 admin.inc.php:529
486
+ #, fuzzy
487
+ msgid "Save Options"
488
+ msgstr "Настройки плагина:"
489
+
490
+ #: admin.inc.php:464
491
+ #, fuzzy
492
+ msgid "Default Options"
493
+ msgstr "Настройки плагина:"
494
+
495
+ #: admin.inc.php:464
496
+ msgid "Do you want to set options to Default?"
497
+ msgstr "Сбросить настройки плагина?"
498
+
499
+ #: admin.inc.php:473
500
  msgid "Maintenance"
501
  msgstr ""
502
 
503
+ #: admin.inc.php:477
504
  msgid ""
505
  "Over time the Daily Top 10 database grows in size, which reduces the "
506
  "performance of the plugin. Cleaning the database at regular intervals could "
507
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
508
+ "will automatically delete entries older than 90 days."
509
  msgstr ""
510
 
511
+ #: admin.inc.php:478
512
  msgid ""
513
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
514
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
515
  msgstr ""
516
 
517
+ #: admin.inc.php:481
518
  msgid "Enable scheduled maintenance of daily tables:"
519
  msgstr ""
520
 
521
+ #: admin.inc.php:485
522
  msgid "Time to run maintenance"
523
  msgstr ""
524
 
525
+ #: admin.inc.php:486
526
+ msgid "hrs"
527
+ msgstr ""
528
+
529
+ #: admin.inc.php:486
530
+ msgid "min"
531
+ msgstr ""
532
+
533
+ #: admin.inc.php:488
534
  msgid "How often should the maintenance be run:"
535
  msgstr ""
536
 
537
+ #: admin.inc.php:492
538
  msgid "Daily"
539
  msgstr ""
540
 
541
+ #: admin.inc.php:496
542
  msgid "Weekly"
543
  msgstr ""
544
 
545
+ #: admin.inc.php:500
546
  msgid "Fortnightly"
547
  msgstr ""
548
 
549
+ #: admin.inc.php:504
550
  msgid "Monthly"
551
  msgstr ""
552
 
553
+ #: admin.inc.php:513
554
  msgid "The cron job has been scheduled. Maintenance will run "
555
  msgstr ""
556
 
557
+ #: admin.inc.php:518
558
  msgid "The cron job is missing. Please resave this page to add the job"
559
  msgstr ""
560
 
561
+ #: admin.inc.php:523
562
  msgid "Maintenance is turned off"
563
  msgstr ""
564
 
565
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  msgid "Reset count"
567
  msgstr "Сбросить статистику"
568
 
569
+ #: admin.inc.php:540
570
  msgid ""
571
  "This cannot be reversed. Make sure that your database has been backed up "
572
  "before proceeding"
574
  "Сброс статистики не может быть обращен. Перед тем, как сбрасывать все, "
575
  "убедитесь, что у вас есть копия вашей базы данных!"
576
 
577
+ #: admin.inc.php:543
578
  #, fuzzy
579
  msgid "Reset Popular Posts"
580
  msgstr "Популярные записи"
581
 
582
+ #: admin.inc.php:543
583
  msgid "Are you sure you want to reset the popular posts?"
584
  msgstr "Вы уверены, что хотите сбросить статистику для Популярных записей?"
585
 
586
+ #: admin.inc.php:544
587
  #, fuzzy
588
  msgid "Reset Daily Popular Posts"
589
  msgstr "Популярные сегодня записи"
590
 
591
+ #: admin.inc.php:544
592
  msgid "Are you sure you want to reset the daily popular posts?"
593
  msgstr ""
594
  "Вы уверены, что хотите сбросить статистику для Популярных сегодня записей?"
595
 
596
+ #: admin.inc.php:545
597
  msgid "Clear duplicates"
598
  msgstr ""
599
 
600
+ #: admin.inc.php:545
601
  msgid "This will delete the duplicate entries in the tables. Proceed?"
602
  msgstr ""
603
  "Будет произведено удаление дублирующихся щаписей из статистики. Продолжить?"
604
 
605
+ #: admin.inc.php:593 admin.inc.php:979
606
  msgid "Popular Posts"
607
  msgstr "Популярные записи"
608
 
609
+ #: admin.inc.php:593 admin.inc.php:688
610
  msgid "Daily Popular Posts"
611
  msgstr "Популярные сегодня записи"
612
 
613
+ #: admin.inc.php:621
614
  msgid "Support the development"
615
  msgstr "Поддержать автора плагина"
616
 
617
+ #: admin.inc.php:630
618
  msgid "Enter amount in USD: "
619
  msgstr "Сколько вы готовы пожертвовать (в USD):"
620
 
621
+ #: admin.inc.php:634
622
  msgid "Send your donation to the author of"
623
  msgstr "Отправьте пожертвование автору"
624
 
625
+ #: admin.inc.php:641
626
+ msgid "Follow me"
627
  msgstr ""
628
 
629
+ #: admin.inc.php:651
630
  #, fuzzy
631
+ msgid "Quick links"
632
  msgstr "Полезные ссылки"
633
 
634
+ #: admin.inc.php:655
635
  #, fuzzy
636
  msgid "Top 10 plugin page"
637
  msgstr "страница плагина"
638
 
639
+ #: admin.inc.php:656
640
  msgid "Other plugins"
641
  msgstr "Другие плагины автора"
642
 
643
+ #: admin.inc.php:657
644
  msgid "Ajay's blog"
645
  msgstr "Блог Ajay"
646
 
647
+ #: admin.inc.php:658
648
+ msgid "FAQ"
649
+ msgstr ""
650
+
651
+ #: admin.inc.php:659 top-10.php:1271
652
  msgid "Support"
653
  msgstr "Поддержка (англ.)"
654
 
655
+ #: admin.inc.php:660
656
+ msgid "Reviews"
657
+ msgstr ""
658
 
659
+ #: admin.inc.php:679 admin.inc.php:682
660
  #, fuzzy
661
  msgid "Top 10 Settings"
662
  msgstr "Настроки плагина"
663
 
664
+ #: admin.inc.php:679
665
  msgid "Top 10"
666
  msgstr "Топ 10 записей"
667
 
668
+ #: admin.inc.php:685
669
  #, fuzzy
670
  msgid "Overall Popular Posts"
671
  msgstr "Посмотреть все Популярные записи"
672
 
673
+ #: admin.inc.php:850
674
+ #, php-format
675
+ msgid "Results %1$s to %2$s of %3$s"
676
+ msgstr ""
 
 
 
677
 
678
+ #: admin.inc.php:854
679
+ #, php-format
680
+ msgid "Page %s of %s"
681
+ msgstr ""
682
 
683
+ #: admin.inc.php:866
684
  msgid "View Daily Popular Posts"
685
  msgstr "Посмотреть все Популярные сегодня записи"
686
 
687
+ #: admin.inc.php:869 admin.inc.php:882
688
  msgid "Results per-page:"
689
  msgstr "Результатов на страницу:"
690
 
691
+ #: admin.inc.php:879
692
  msgid "View Overall Popular Posts"
693
  msgstr "Посмотреть все Популярные записи"
694
 
695
+ #: admin.inc.php:908
696
  msgid "Previous"
697
  msgstr "Предыдущая страница"
698
 
699
+ #: admin.inc.php:936
700
  msgid "Next"
701
  msgstr "Следующая страница"
702
 
703
+ #: admin.inc.php:980
704
  msgid "Daily Popular"
705
  msgstr "Популярные сегодня записи"
706
 
707
+ #: admin.inc.php:998
708
  #, fuzzy
709
  msgid "Total Views"
710
  msgstr "Всего/Сегодня"
711
 
712
+ #: admin.inc.php:999
713
  #, fuzzy
714
  msgid "Today's Views"
715
  msgstr "Всего/Сегодня"
716
 
717
+ #: admin.inc.php:1000
718
+ #, fuzzy
719
+ msgid "Views"
720
+ msgstr "Всего/Сегодня"
721
+
722
+ #: top-10.php:440
723
  msgid " by "
724
  msgstr ""
725
 
726
+ #: top-10.php:526
727
  msgid "Display the posts popular this week"
728
  msgstr "Отображать списки популярных записей за неделю"
729
 
730
+ #: top-10.php:527
731
  #, fuzzy
732
  msgid "Popular Posts [Top 10]"
733
  msgstr "Популярные записи"
734
 
735
+ #: top-10.php:545
736
  msgid "Title"
737
  msgstr ""
738
 
739
+ #: top-10.php:550
740
  msgid "No. of posts"
741
  msgstr ""
742
 
743
+ #: top-10.php:555
744
  msgid "Overall"
745
  msgstr ""
746
 
747
+ #: top-10.php:556
748
  msgid "Custom time period (Enter below)"
749
  msgstr ""
750
 
751
+ #: top-10.php:561
752
  msgid "Range in number of days (applies only to custom option above)"
753
  msgstr ""
754
 
755
+ #: top-10.php:566
756
+ #, fuzzy
757
+ msgid " Show count?"
758
+ msgstr "Показывать текст записи в списке?"
759
+
760
+ #: top-10.php:571
761
  #, fuzzy
762
  msgid " Show excerpt?"
763
  msgstr "Показывать текст записи в списке?"
764
 
765
+ #: top-10.php:576
766
  msgid " Show author?"
767
  msgstr ""
768
 
769
+ #: top-10.php:581
770
  #, fuzzy
771
  msgid " Show date?"
772
  msgstr "Показывать текст записи в списке?"
773
 
774
+ #: top-10.php:585
775
  #, fuzzy
776
  msgid "Thumbnail options"
777
  msgstr "Настройки превью к записям:"
778
 
779
+ #: top-10.php:587
780
  #, fuzzy
781
  msgid "Thumbnails inline, before title"
782
  msgstr "Отображать превью к записи сразу перед заголовком"
783
 
784
+ #: top-10.php:588
785
  #, fuzzy
786
  msgid "Thumbnails inline, after title"
787
  msgstr "Отображать превью к записи сразу после заголовка"
788
 
789
+ #: top-10.php:589
790
  #, fuzzy
791
  msgid "Only thumbnails, no text"
792
  msgstr "Отображать только превью, без текста"
793
 
794
+ #: top-10.php:590
795
  #, fuzzy
796
  msgid "No thumbnails, only text."
797
  msgstr "Отображать только текст, без превью"
798
 
799
+ #: top-10.php:595
800
  #, fuzzy
801
  msgid "Thumbnail height"
802
  msgstr "Настройки превью к записям:"
803
 
804
+ #: top-10.php:600
805
  #, fuzzy
806
  msgid "Thumbnail width"
807
  msgstr "Настройки превью к записям:"
808
 
809
+ #: top-10.php:721
810
  msgid "<h3>Popular Posts</h3>"
811
  msgstr "<h3>Популярные записи</h3>"
812
 
813
+ #: top-10.php:722
814
  msgid "<h3>Daily Popular</h3>"
815
  msgstr "<h3>Популярные сегодня записи</h3>"
816
 
817
+ #: top-10.php:723
818
  #, fuzzy
819
  msgid "No top posts yet"
820
  msgstr "Сбросить статистику популярных записей"
821
 
822
+ #: top-10.php:1188
823
  msgid "Once Weekly"
824
  msgstr ""
825
 
826
+ #: top-10.php:1192
827
  msgid "Once Fortnightly"
828
  msgstr ""
829
 
830
+ #: top-10.php:1196
831
  msgid "Once Monthly"
832
  msgstr ""
833
 
834
+ #: top-10.php:1259
835
  msgid "Settings"
836
  msgstr "Настроки плагина"
837
 
838
+ #: top-10.php:1272
839
  msgid "Donate"
840
  msgstr "Сделать пожертвование"
841
 
842
+ #, fuzzy
843
+ #~ msgid "This option uses JavaScript and will increase your page load time"
844
+ #~ msgstr ""
845
+ #~ "Сделать список Популярных записей динамичным? Опция использует "
846
+ #~ "JavaScript , и это может увеличить время загрузки страниц"
847
+
848
+ #~ msgid "Display number of page views in popular lists?"
849
+ #~ msgstr ""
850
+ #~ "Показывать количество просмотров записей/страниц в списке Популярных "
851
+ #~ "записей?"
852
+
853
+ #~ msgid "Recent developments"
854
+ #~ msgstr "Последние разработки"
855
+
856
+ #~ msgid "Results"
857
+ #~ msgstr "Результаты"
858
+
859
+ #~ msgid "of"
860
+ #~ msgstr "из"
861
+
862
+ #~ msgid "Page"
863
+ #~ msgstr "Страница"
864
+
865
  #, fuzzy
866
  #~ msgid "Exclude Pages?"
867
  #~ msgstr "Исключить рубрики:"
879
  #~ msgid "Tables cleaned of duplicate rows"
880
  #~ msgstr "Все повторяющиеся записи в статистике были удалены"
881
 
 
 
 
882
  #~ msgid ""
883
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
884
  #~ "added with the count"
languages/tptn-sr_RS.mo CHANGED
Binary file
languages/tptn-sr_RS.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: 2013-10-26 22:06-0000\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"
@@ -15,51 +15,51 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr "Raspored održavanja omogućen modifikovan"
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr "Raspoed održavanja onemogućen"
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Opcije uspešno sašuvane"
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Opcije podešene po Default-u."
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Resetuj Top 10 popularnih postova"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Resetuj Top 10 dnevnih popularnih postova"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr "Umnoži redove očišćene sa tabela"
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr "Opšta pitanja"
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr "Omogući statistiku svega"
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr "Omogući dnevne statistike"
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr "W3 Total Cache fix:"
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
@@ -69,27 +69,44 @@ msgstr ""
69
  "plugina. Pokušajte da toglujete ovu opciju u slučaju da otkrijete da naši "
70
  "postovi nisu praćeni."
71
 
72
- #: admin.inc.php:191
73
  msgid "Number of popular posts to display: "
74
  msgstr "Broj popularnih postova za prikaz."
75
 
76
- #: admin.inc.php:195
 
 
 
 
 
 
77
  msgid "Daily Popular should contain views of how many days? "
78
  msgstr "Dnevni popularni bi trebali da sadrže preglede od koliko dana?"
79
 
80
- #: admin.inc.php:198
 
 
 
 
 
 
 
81
  msgid "Post types to include in results (including custom post types)"
82
  msgstr "Tipovi postova da uključe rezultate (uključujući i custom post tipove)"
83
 
84
- #: admin.inc.php:209
85
  msgid "List of post or page IDs to exclude from the results: "
86
  msgstr "Lista postova ili IDs stranice da budu isključeni iz rezultata"
87
 
88
- #: admin.inc.php:213
 
 
 
 
89
  msgid "Exclude Categories: "
90
  msgstr "Isključene kategorije"
91
 
92
- #: admin.inc.php:228
93
  msgid ""
94
  "Comma separated list of category slugs. The field above has an autocomplete "
95
  "so simply start typing in the starting letters and it will prompt you with "
@@ -98,41 +115,41 @@ msgstr ""
98
  "Zarezima separatisana lista kategorije. Polje iznad je autokompletno tako da "
99
  "jednostavno samo počnite da kucate ključna slova i pokazaće vam se opcije"
100
 
101
- #: admin.inc.php:233
102
  #, fuzzy
103
  msgid "Display number of views on:"
104
  msgstr "Afficher le nombre des visionnages du message?"
105
 
106
- #: admin.inc.php:235
107
  msgid "Posts"
108
  msgstr "Postovi"
109
 
110
- #: admin.inc.php:236
111
  #, fuzzy
112
  msgid "Pages"
113
  msgstr "Page"
114
 
115
- #: admin.inc.php:237
116
  msgid "Home page"
117
  msgstr "Početna stranica"
118
 
119
- #: admin.inc.php:238
120
  msgid "Feeds"
121
  msgstr "Feeds"
122
 
123
- #: admin.inc.php:239
124
  msgid "Category archives"
125
  msgstr "Kategorija arhiva"
126
 
127
- #: admin.inc.php:240
128
  msgid "Tag archives"
129
  msgstr "Tag arhiva"
130
 
131
- #: admin.inc.php:241
132
  msgid "Other archives"
133
  msgstr "Druge arhive"
134
 
135
- #: admin.inc.php:242
136
  msgid ""
137
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
138
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
@@ -142,16 +159,16 @@ msgstr ""
142
  "(function_exists('echo_ald_tptn')) echo_ald_tptn();?&gt;</code> vašem "
143
  "template fajlu gde želite da bude prikazano. "
144
 
145
- #: admin.inc.php:245
146
  msgid "Always display latest post count"
147
  msgstr "Uvek prikaži posldenje brojanje posta"
148
 
149
- #: admin.inc.php:247
 
150
  msgid ""
151
  "This option uses JavaScript and will increase your page load time. Turn this "
152
  "off if you are not using caching plugins or are OK with displaying older "
153
- "cached counts. When you enable this option, the daily widget will not use "
154
- "the options set there, but options will need to be set on this screen."
155
  msgstr ""
156
  "Ovu opciju koristi JavaScript i povećaće vreme ušitavanje vaše stranice. "
157
  "Ugasite ovo ako ne koristite caching pluginove ili se slažete sa "
@@ -159,38 +176,53 @@ msgstr ""
159
  "widget neće koristiti opcije koje su nameštene tu, ali opcije će morati da "
160
  "se podese na ovom ekranu."
161
 
162
- #: admin.inc.php:250
163
- msgid "Always display latest post count in the daily lists"
164
- msgstr "Uvek prikaži poslednje brojanje posta u dnevnoj listi"
165
-
166
- #: admin.inc.php:252
167
- #, fuzzy
168
- msgid "This option uses JavaScript and will increase your page load time"
169
- msgstr ""
170
- "Rendre la liste des postes journaliers dynamiques? Cette option fait appel à "
171
- "JavaScript, le chargement du poste peut augmenter le temps du chargement de "
172
- "la page"
173
-
174
- #: admin.inc.php:255
175
  msgid "Track visits of authors on their own posts?"
176
  msgstr ""
177
  "Opcije koriste JavaScript i povećaće vreme učitavanja vaše stranicePratite "
178
  "posete autora na njihovim postovima?"
179
 
180
- #: admin.inc.php:258
 
 
 
 
 
181
  #, fuzzy
182
  msgid "Track visits of admins?"
183
  msgstr "Suivre les visites des auteurs de leurs propres messages?"
184
 
185
- #: admin.inc.php:261
186
- msgid "Display page views on Posts > All Posts in Admin"
 
 
 
 
 
187
  msgstr "Prikaži preglede stranice na Posts > All Posts u Admin"
188
 
189
- #: admin.inc.php:264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  msgid "Link to Top 10 plugin page"
191
  msgstr "Povežite se na Top 10 plugin stranicu"
192
 
193
- #: admin.inc.php:266
194
  #, fuzzy
195
  msgid ""
196
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -200,16 +232,17 @@ msgstr ""
200
  "le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
201
  "mais nous vous y remercions!"
202
 
203
- #: admin.inc.php:273
204
  #, fuzzy
205
- msgid "Output Options"
206
  msgstr "Paramètres de sortie"
207
 
208
- #: admin.inc.php:276
209
- msgid "Format to display the count in: "
 
210
  msgstr "Format za prikaz brojanja u:"
211
 
212
- #: admin.inc.php:278
213
  #, fuzzy
214
  msgid ""
215
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -222,155 +255,183 @@ msgstr ""
222
  "utiliser par exemple, les paramètres d'affichage par défaut <code>(Visited "
223
  "123 times, 23 visits today)</code>"
224
 
225
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
226
  msgid "Title of popular posts: "
227
  msgstr "Naslov popularnih postova:"
228
 
229
- #: admin.inc.php:284
230
  msgid "Title of daily popular posts: "
231
  msgstr "Naslov popularnih dnevnih postova:"
232
 
233
- #: admin.inc.php:287
234
  msgid "When there are no posts, what should be shown?"
235
  msgstr "Kada nema postova šta da prikažemo?"
236
 
237
- #: admin.inc.php:291
238
  msgid "Blank Output"
239
  msgstr "Prazan izlaz"
240
 
241
- #: admin.inc.php:295
242
  msgid "Display:"
243
  msgstr "Prikaz:"
244
 
245
- #: admin.inc.php:299
246
  msgid "Show post excerpt in list?"
247
  msgstr "Pokaži post izvoda na listi?"
248
 
249
- #: admin.inc.php:302
250
  msgid "Length of excerpt (in words): "
251
  msgstr "Dužina izvoda (u rečima):"
252
 
253
- #: admin.inc.php:305
254
  #, fuzzy
255
  msgid "Show post author in list?"
256
  msgstr "Afficher le fragment du message dans la liste?"
257
 
258
- #: admin.inc.php:308
259
  #, fuzzy
260
  msgid "Show post date in list?"
261
  msgstr "Afficher le fragment du message dans la liste?"
262
 
263
- #: admin.inc.php:311
264
  msgid "Limit post title length (in characters)"
265
  msgstr "Limit dužine postova naslova (u karakterima)"
266
 
267
- #: admin.inc.php:314
268
- msgid "Display number of page views in popular lists?"
269
- msgstr "Prikaži broj pregleda stranica u popularnim listama?"
 
 
 
 
 
 
270
 
271
- #: admin.inc.php:317
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  msgid "Open links in new window"
273
  msgstr "Otvori linkove u novim prozorima"
274
 
275
- #: admin.inc.php:320
276
  msgid "Add nofollow attribute to links in the list"
277
  msgstr "Dodaj nofollow atribut linkovima u listi"
278
 
279
- #: admin.inc.php:323
280
  msgid "Exclude display of related posts on these posts / pages"
281
  msgstr "Isključi pregled vezanih postova na ovim postovima-stranicama"
282
 
283
- #: admin.inc.php:326
284
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
285
- msgstr "Unesite zarezom odvojenu listu IDa npr.188,320,500"
286
-
287
- #: admin.inc.php:329
288
- msgid "Customize the output:"
289
  msgstr "Sredite output:"
290
 
291
- #: admin.inc.php:331
292
  msgid "HTML to display before the list of posts: "
293
  msgstr "HTML tza prikaz pre liste postova:"
294
 
295
- #: admin.inc.php:334
296
  msgid "HTML to display before each list item: "
297
  msgstr "HTML za prikaz svake stavke sa liste:"
298
 
299
- #: admin.inc.php:337
300
  msgid "HTML to display after each list item: "
301
  msgstr "HTML tza prikaz posle svake stavke sa liste:"
302
 
303
- #: admin.inc.php:340
304
  msgid "HTML to display after the list of posts: "
305
  msgstr "HTML za prikaz posle liste postova:"
306
 
307
- #: admin.inc.php:343
308
  msgid "Post thumbnail options:"
309
  msgstr "Post thumbnail opcije:"
310
 
311
- #: admin.inc.php:345
312
  msgid "Location of post thumbnail:"
313
  msgstr "Lokacija posta thumbnaila:"
314
 
315
- #: admin.inc.php:349
316
  msgid "Display thumbnails inline with posts, before title"
317
  msgstr "Prikaži thumbnails inline sa postovima pre naslova"
318
 
319
- #: admin.inc.php:353
320
  msgid "Display thumbnails inline with posts, after title"
321
  msgstr "Prikaži thumbnails inline sa postovima posle naslova"
322
 
323
- #: admin.inc.php:357
324
  msgid "Display only thumbnails, no text"
325
  msgstr "Prikaži samo thumbnails, bez teksta"
326
 
327
- #: admin.inc.php:361
328
  msgid "Do not display thumbnails, only text."
329
  msgstr "Ne prikazujte thumbnails, samo tekst"
330
 
331
- #: admin.inc.php:365
332
  msgid "Width of the thumbnail: "
333
  msgstr "Širina thumbnaila:"
334
 
335
- #: admin.inc.php:368
336
  msgid "Height of the thumbnail: "
337
  msgstr "Visina thumbnaila:"
338
 
339
- #: admin.inc.php:371
340
  msgid "Style attributes / Width and Height HTML attributes:"
341
  msgstr "Stil atributa /širina i visina HTML atributa:"
342
 
343
- #: admin.inc.php:375
344
- msgid ""
345
- "Style attributes are used for width and height. <code>style=\"max-width:"
346
  msgstr ""
347
  "Stilovi atributa su korišćeni za čirinu i visinu. <code>style=\"max-width:"
348
 
349
- #: admin.inc.php:379
350
- msgid ""
351
- "HTML width and height attributes are used for width and height. <code>width="
352
- "\""
353
  msgstr ""
354
  "HTML širina i visina atributa se koristi za širinu i visinu.<code>width=\""
355
 
356
- #: admin.inc.php:383
357
  msgid "Use timthumb to generate thumbnails? "
358
  msgstr "Upotreba timthumb za generisanja thumbnails?"
359
 
360
- #: admin.inc.php:386
 
361
  msgid ""
362
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
363
- "\">timthumb</a> will be used to generate thumbnails"
364
  msgstr ""
365
  "Ak je čekirano, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
366
  "\">timthumb</a> će se koristiti za generisanje thumbnails-a"
367
 
368
- #: admin.inc.php:389
369
  #, fuzzy
370
  msgid "Post thumbnail meta field name: "
371
  msgstr "Options thumbnail des messages:"
372
 
373
- #: admin.inc.php:392
374
  msgid ""
375
  "The value of this field should contain the image source and is set in the "
376
  "<em>Add New Post</em> screen"
@@ -378,7 +439,7 @@ msgstr ""
378
  "Vrednost ovog polja bi trebala da sadrži source slike i njne postavke u "
379
  "<em>Add New Post</em> ekranu"
380
 
381
- #: admin.inc.php:395
382
  #, fuzzy
383
  msgid ""
384
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -389,7 +450,7 @@ msgstr ""
389
  "première image de la résolution correspondante du fichier est de taille "
390
  "supérieure"
391
 
392
- #: admin.inc.php:398
393
  #, fuzzy
394
  msgid ""
395
  "This could slow down the loading of your page if the first image in the "
@@ -400,11 +461,11 @@ msgstr ""
400
  "première image de la résolution correspondante du fichier est de taille "
401
  "supérieure"
402
 
403
- #: admin.inc.php:401
404
  msgid "Use default thumbnail? "
405
  msgstr "Koristite default thumbnail?"
406
 
407
- #: admin.inc.php:404
408
  msgid ""
409
  "If checked, when no thumbnail is found, show a default one from the URL "
410
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -412,11 +473,11 @@ msgstr ""
412
  "Ako je čekirano, kada nijedna thumnail nije pronadjena prikaži default iz "
413
  "URLa ispod. Ako nije čekirano i nema thumbnaila, slika neće biti prikazana."
414
 
415
- #: admin.inc.php:407
416
  msgid "Default thumbnail: "
417
  msgstr "Default thumbnail:"
418
 
419
- #: admin.inc.php:410
420
  msgid ""
421
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
422
  "then it will check the meta field. If this is not available, then it will "
@@ -426,15 +487,28 @@ msgstr ""
426
  "proveriti meta polje. Ako to nije dopstupno, onda će vam pokazati default "
427
  "sliku kao što je odredjeno iznad"
428
 
429
- #: admin.inc.php:417
430
- msgid "Custom Styles"
 
431
  msgstr "Custom stilovi"
432
 
433
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
 
 
 
 
434
  msgid "Custom CSS to add to header:"
435
  msgstr "Custom CSS je dodat header-u"
436
 
437
- #: admin.inc.php:423
438
  msgid ""
439
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
440
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
@@ -444,91 +518,101 @@ msgstr ""
444
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> za "
445
  "dostupne CSS klase za stilizovanje."
446
 
447
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
448
  msgid "Maintenance"
449
  msgstr "Održavanje"
450
 
451
- #: admin.inc.php:434
 
452
  msgid ""
453
  "Over time the Daily Top 10 database grows in size, which reduces the "
454
  "performance of the plugin. Cleaning the database at regular intervals could "
455
- "improve performance, especially on high traffic blogs."
 
456
  msgstr ""
457
  "Vremenom Dailz Top 10 baza podataka će se povećati, što smanjuje performanse "
458
  "plugina. Čišćenje baze podataka u regularnim intervalima može poboljšati "
459
  "performanse naročito na blogovima sa velikim saobraćajem."
460
 
461
- #: admin.inc.php:435
 
462
  msgid ""
463
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
464
- "everytime the job is rescheduled (i.e. you change the settings below). This "
465
- "causes the daily posts table to reset."
466
  msgstr ""
467
  "Beleška: Kada je omogućen raspored održavanja, WordPress će pokrenuti "
468
  "kroniranje svaki put kada se poslu promeni raspored (npr. ako promenite "
469
  "postavke ispod) Ovo prouzrokuje dnevne postove tabele za resetovanje."
470
 
471
- #: admin.inc.php:438
472
  msgid "Enable scheduled maintenance of daily tables:"
473
  msgstr "Omogući raspored održavanja u dnevnim tabelama"
474
 
475
- #: admin.inc.php:442
476
  msgid "Time to run maintenance"
477
  msgstr "Pokrenuti održavanje"
478
 
479
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
480
  msgid "How often should the maintenance be run:"
481
  msgstr "Održavanje ne treba često da se pokreće"
482
 
483
- #: admin.inc.php:449
484
  msgid "Daily"
485
  msgstr "Dnevno"
486
 
487
- #: admin.inc.php:453
488
  msgid "Weekly"
489
  msgstr "Nedeljno"
490
 
491
- #: admin.inc.php:457
492
  msgid "Fortnightly"
493
  msgstr "Na dve nedelje"
494
 
495
- #: admin.inc.php:461
496
  msgid "Monthly"
497
  msgstr "Mesečno"
498
 
499
- #: admin.inc.php:470
500
  msgid "The cron job has been scheduled. Maintenance will run "
501
  msgstr "Kroniranje je zakazano. Održavanje će se pokrenuti"
502
 
503
- #: admin.inc.php:475
504
  msgid "The cron job is missing. Please resave this page to add the job"
505
  msgstr ""
506
  "Nedostaje kroniranje. Molim vas ponovo sašuvajte ovu stranicu da biste "
507
  "dodali posao"
508
 
509
- #: admin.inc.php:480
510
  msgid "Maintenance is turned off"
511
  msgstr "Održavanje je ugašeno"
512
 
513
- #: admin.inc.php:488
514
- #, fuzzy
515
- msgid "Save Options"
516
- msgstr "Options:"
517
-
518
- #: admin.inc.php:489
519
- #, fuzzy
520
- msgid "Default Options"
521
- msgstr "Paramètres de sortie"
522
-
523
- #: admin.inc.php:489
524
- msgid "Do you want to set options to Default?"
525
- msgstr "Da li želite da postavite opcije na Default?"
526
-
527
- #: admin.inc.php:493
528
  msgid "Reset count"
529
  msgstr "Resetuj brojanje"
530
 
531
- #: admin.inc.php:496
532
  msgid ""
533
  "This cannot be reversed. Make sure that your database has been backed up "
534
  "before proceeding"
@@ -536,257 +620,292 @@ msgstr ""
536
  "Ovo ne možete da proništite. Proverite da li vam je baza podataka sačuvana u "
537
  "back up-u pre nego što nastavite"
538
 
539
- #: admin.inc.php:499
540
  #, fuzzy
541
  msgid "Reset Popular Posts"
542
  msgstr "Postes populaires"
543
 
544
- #: admin.inc.php:499
545
  msgid "Are you sure you want to reset the popular posts?"
546
  msgstr "Da li ste sigurni da želite da resetujete popularne postove?"
547
 
548
- #: admin.inc.php:500
549
  #, fuzzy
550
  msgid "Reset Daily Popular Posts"
551
  msgstr "Postes populaires journaliers"
552
 
553
- #: admin.inc.php:500
554
  msgid "Are you sure you want to reset the daily popular posts?"
555
  msgstr "Da li ste sigurni da želite da resetujete dnevne popularne postove?"
556
 
557
- #: admin.inc.php:501
558
  msgid "Clear duplicates"
559
  msgstr "Obrišite duplikate"
560
 
561
- #: admin.inc.php:501
562
  msgid "This will delete the duplicate entries in the tables. Proceed?"
563
  msgstr "Ovo će obrisati duple unose u tabelama. Nastaviti?"
564
 
565
- #: admin.inc.php:544 admin.inc.php:929
566
  msgid "Popular Posts"
567
  msgstr "Popularni postovi"
568
 
569
- #: admin.inc.php:544 admin.inc.php:631
570
  msgid "Daily Popular Posts"
571
  msgstr "Dnevni popularni postovi"
572
 
573
- #: admin.inc.php:572
574
  msgid "Support the development"
575
  msgstr "Podrška razvoju"
576
 
577
- #: admin.inc.php:580
578
  msgid "Enter amount in USD: "
579
  msgstr "Unesite veličinu u USD:"
580
 
581
- #: admin.inc.php:584
582
  msgid "Send your donation to the author of"
583
  msgstr "Pošalji vašu donaciju autoru"
584
 
585
- #: admin.inc.php:590
586
- msgid "Follow us"
 
587
  msgstr "Pratite nas"
588
 
589
- #: admin.inc.php:596
590
  #, fuzzy
591
- msgid "Quick Links"
592
  msgstr "Liens rapides"
593
 
594
- #: admin.inc.php:598
595
  #, fuzzy
596
  msgid "Top 10 plugin page"
597
  msgstr "Page de plugin"
598
 
599
- #: admin.inc.php:599
600
  msgid "Other plugins"
601
  msgstr "Brzi linkovi"
602
 
603
- #: admin.inc.php:600
604
  msgid "Ajay's blog"
605
  msgstr "Ajayov blog"
606
 
607
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
608
  msgid "Support"
609
  msgstr "Podrška"
610
 
611
- #: admin.inc.php:605
612
- msgid "Recent developments"
613
- msgstr "Trenutni razvoj"
614
 
615
- #: admin.inc.php:622 admin.inc.php:625
616
  #, fuzzy
617
  msgid "Top 10 Settings"
618
  msgstr "Paramètres"
619
 
620
- #: admin.inc.php:622
621
  msgid "Top 10"
622
  msgstr "Top 10"
623
 
624
- #: admin.inc.php:628
625
  #, fuzzy
626
  msgid "Overall Popular Posts"
627
  msgstr "Voir tous les postes populaires"
628
 
629
- #: admin.inc.php:799
630
- msgid "Results"
631
- msgstr "rezultati"
632
-
633
- #: admin.inc.php:801 admin.inc.php:807
634
- msgid "of"
635
- msgstr "od"
636
 
637
- #: admin.inc.php:805
638
- msgid "Page"
639
- msgstr "Stranice"
 
640
 
641
- #: admin.inc.php:819
642
  msgid "View Daily Popular Posts"
643
  msgstr "Pregledaj dnevne popularne postove"
644
 
645
- #: admin.inc.php:822 admin.inc.php:835
646
  msgid "Results per-page:"
647
  msgstr "Rezultat po stranici:"
648
 
649
- #: admin.inc.php:832
650
  msgid "View Overall Popular Posts"
651
  msgstr "Pregledaj sve popularne postove"
652
 
653
- #: admin.inc.php:861
654
  msgid "Previous"
655
  msgstr "Prethodni"
656
 
657
- #: admin.inc.php:889
658
  msgid "Next"
659
  msgstr "Sledeći"
660
 
661
- #: admin.inc.php:930
662
  msgid "Daily Popular"
663
  msgstr "Dnevno popularno"
664
 
665
- #: admin.inc.php:946
666
  #, fuzzy
667
  msgid "Total Views"
668
  msgstr "Total/aujourd'hui visionnages"
669
 
670
- #: admin.inc.php:947
671
  #, fuzzy
672
  msgid "Today's Views"
673
  msgstr "Total/aujourd'hui visionnages"
674
 
675
- #: top-10.php:415
 
 
 
 
 
676
  msgid " by "
677
  msgstr ""
678
 
679
- #: top-10.php:501
680
  msgid "Display the posts popular this week"
681
  msgstr "Prikazati postove popularne ove nedelje"
682
 
683
- #: top-10.php:502
684
  #, fuzzy
685
  msgid "Popular Posts [Top 10]"
686
  msgstr "Postes populaires"
687
 
688
- #: top-10.php:519
689
  msgid "Title"
690
  msgstr "Naslov"
691
 
692
- #: top-10.php:524
693
  msgid "No. of posts"
694
  msgstr "Broj postova"
695
 
696
- #: top-10.php:529
697
  msgid "Overall"
698
  msgstr "Sve ukupno"
699
 
700
- #: top-10.php:530
701
  msgid "Custom time period (Enter below)"
702
  msgstr "Vremenski period (unesite ispod)"
703
 
704
- #: top-10.php:535
705
  msgid "Range in number of days (applies only to custom option above)"
706
  msgstr "Raspon dana (odnosi se samo na iznad)"
707
 
708
- #: top-10.php:540
 
 
 
 
 
709
  #, fuzzy
710
  msgid " Show excerpt?"
711
  msgstr "Afficher le fragment du message dans la liste?"
712
 
713
- #: top-10.php:545
714
  msgid " Show author?"
715
  msgstr "Prikaži autora?"
716
 
717
- #: top-10.php:550
718
  #, fuzzy
719
  msgid " Show date?"
720
  msgstr "Afficher le fragment du message dans la liste?"
721
 
722
- #: top-10.php:554
723
  #, fuzzy
724
  msgid "Thumbnail options"
725
  msgstr "Options thumbnail des messages:"
726
 
727
- #: top-10.php:556
728
  #, fuzzy
729
  msgid "Thumbnails inline, before title"
730
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
731
 
732
- #: top-10.php:557
733
  #, fuzzy
734
  msgid "Thumbnails inline, after title"
735
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
736
 
737
- #: top-10.php:558
738
  #, fuzzy
739
  msgid "Only thumbnails, no text"
740
  msgstr "Afficher uniquement le thumbnail, sans le texte"
741
 
742
- #: top-10.php:559
743
  #, fuzzy
744
  msgid "No thumbnails, only text."
745
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
746
 
747
- #: top-10.php:564
748
  #, fuzzy
749
  msgid "Thumbnail height"
750
  msgstr "Options thumbnail des messages:"
751
 
752
- #: top-10.php:569
753
  #, fuzzy
754
  msgid "Thumbnail width"
755
  msgstr "Options thumbnail des messages:"
756
 
757
- #: top-10.php:670
758
  msgid "<h3>Popular Posts</h3>"
759
  msgstr "<h3>Popularni Postovi</h3>"
760
 
761
- #: top-10.php:671
762
  msgid "<h3>Daily Popular</h3>"
763
  msgstr "<h3>Dnevni popularni</h3>"
764
 
765
- #: top-10.php:672
766
  #, fuzzy
767
  msgid "No top posts yet"
768
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
769
 
770
- #: top-10.php:1113
771
  msgid "Once Weekly"
772
  msgstr "Jednom nedeljno"
773
 
774
- #: top-10.php:1114
775
  msgid "Once Fortnightly"
776
  msgstr "Jednom u dve nedelje"
777
 
778
- #: top-10.php:1115
779
  msgid "Once Monthly"
780
  msgstr "Jednom mesečno"
781
 
782
- #: top-10.php:1135
783
  msgid "Settings"
784
  msgstr "Postavke"
785
 
786
- #: top-10.php:1148
787
  msgid "Donate"
788
  msgstr "Donirajte"
789
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
790
  #~ msgid " Posted by "
791
  #~ msgstr "Postovano od strane"
792
 
@@ -807,9 +926,6 @@ msgstr "Donirajte"
807
  #~ msgid "Tables cleaned of duplicate rows"
808
  #~ msgstr "Supprimer les lignes répétitives du tableau"
809
 
810
- #~ msgid "Display number of views on pages?"
811
- #~ msgstr "Afficher le nombre des visionnages sur les pages?"
812
-
813
  #~ msgid ""
814
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
815
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:53-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Opcije uspešno sašuvane"
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Opcije podešene po Default-u."
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Resetuj Top 10 popularnih postova"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Resetuj Top 10 dnevnih popularnih postova"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr "Umnoži redove očišćene sa tabela"
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr "Raspored održavanja omogućen modifikovan"
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr "Raspoed održavanja onemogućen"
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr "Opšta pitanja"
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr "Omogući statistiku svega"
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr "Omogući dnevne statistike"
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr "W3 Total Cache fix:"
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
69
  "plugina. Pokušajte da toglujete ovu opciju u slučaju da otkrijete da naši "
70
  "postovi nisu praćeni."
71
 
72
+ #: admin.inc.php:192
73
  msgid "Number of popular posts to display: "
74
  msgstr "Broj popularnih postova za prikaz."
75
 
76
+ #: admin.inc.php:194
77
+ msgid ""
78
+ "Maximum number of posts that will be displayed in the list. This option is "
79
+ "used if you don't specify the number of posts in the widget or shortcodes"
80
+ msgstr ""
81
+
82
+ #: admin.inc.php:198
83
  msgid "Daily Popular should contain views of how many days? "
84
  msgstr "Dnevni popularni bi trebali da sadrže preglede od koliko dana?"
85
 
86
+ #: admin.inc.php:200
87
+ msgid ""
88
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
89
+ "display posts for as many days as you want. This can be overridden in the "
90
+ "widget."
91
+ msgstr ""
92
+
93
+ #: admin.inc.php:203
94
  msgid "Post types to include in results (including custom post types)"
95
  msgstr "Tipovi postova da uključe rezultate (uključujući i custom post tipove)"
96
 
97
+ #: admin.inc.php:214
98
  msgid "List of post or page IDs to exclude from the results: "
99
  msgstr "Lista postova ili IDs stranice da budu isključeni iz rezultata"
100
 
101
+ #: admin.inc.php:216 admin.inc.php:352
102
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
103
+ msgstr "Unesite zarezom odvojenu listu IDa npr.188,320,500"
104
+
105
+ #: admin.inc.php:220
106
  msgid "Exclude Categories: "
107
  msgstr "Isključene kategorije"
108
 
109
+ #: admin.inc.php:235
110
  msgid ""
111
  "Comma separated list of category slugs. The field above has an autocomplete "
112
  "so simply start typing in the starting letters and it will prompt you with "
115
  "Zarezima separatisana lista kategorije. Polje iznad je autokompletno tako da "
116
  "jednostavno samo počnite da kucate ključna slova i pokazaće vam se opcije"
117
 
118
+ #: admin.inc.php:240
119
  #, fuzzy
120
  msgid "Display number of views on:"
121
  msgstr "Afficher le nombre des visionnages du message?"
122
 
123
+ #: admin.inc.php:242
124
  msgid "Posts"
125
  msgstr "Postovi"
126
 
127
+ #: admin.inc.php:243
128
  #, fuzzy
129
  msgid "Pages"
130
  msgstr "Page"
131
 
132
+ #: admin.inc.php:244
133
  msgid "Home page"
134
  msgstr "Početna stranica"
135
 
136
+ #: admin.inc.php:245
137
  msgid "Feeds"
138
  msgstr "Feeds"
139
 
140
+ #: admin.inc.php:246
141
  msgid "Category archives"
142
  msgstr "Kategorija arhiva"
143
 
144
+ #: admin.inc.php:247
145
  msgid "Tag archives"
146
  msgstr "Tag arhiva"
147
 
148
+ #: admin.inc.php:248
149
  msgid "Other archives"
150
  msgstr "Druge arhive"
151
 
152
+ #: admin.inc.php:249
153
  msgid ""
154
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
155
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
159
  "(function_exists('echo_ald_tptn')) echo_ald_tptn();?&gt;</code> vašem "
160
  "template fajlu gde želite da bude prikazano. "
161
 
162
+ #: admin.inc.php:252
163
  msgid "Always display latest post count"
164
  msgstr "Uvek prikaži posldenje brojanje posta"
165
 
166
+ #: admin.inc.php:254
167
+ #, fuzzy
168
  msgid ""
169
  "This option uses JavaScript and will increase your page load time. Turn this "
170
  "off if you are not using caching plugins or are OK with displaying older "
171
+ "cached counts."
 
172
  msgstr ""
173
  "Ovu opciju koristi JavaScript i povećaće vreme ušitavanje vaše stranice. "
174
  "Ugasite ovo ako ne koristite caching pluginove ili se slažete sa "
176
  "widget neće koristiti opcije koje su nameštene tu, ali opcije će morati da "
177
  "se podese na ovom ekranu."
178
 
179
+ #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
 
 
 
180
  msgid "Track visits of authors on their own posts?"
181
  msgstr ""
182
  "Opcije koriste JavaScript i povećaće vreme učitavanja vaše stranicePratite "
183
  "posete autora na njihovim postovima?"
184
 
185
+ #: admin.inc.php:259
186
+ msgid ""
187
+ "Disabling this option will stop authors visits tracked on their own posts"
188
+ msgstr ""
189
+
190
+ #: admin.inc.php:262
191
  #, fuzzy
192
  msgid "Track visits of admins?"
193
  msgstr "Suivre les visites des auteurs de leurs propres messages?"
194
 
195
+ #: admin.inc.php:264
196
+ msgid "Disabling this option will stop admin visits being tracked."
197
+ msgstr ""
198
+
199
+ #: admin.inc.php:267
200
+ #, fuzzy
201
+ msgid "Display page views on Posts and Pages in Admin"
202
  msgstr "Prikaži preglede stranice na Posts > All Posts u Admin"
203
 
204
+ #: admin.inc.php:270
205
+ msgid ""
206
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
207
+ "and All Pages"
208
+ msgstr ""
209
+
210
+ #: admin.inc.php:273
211
+ #, fuzzy
212
+ msgid "Show number of views to non-admins"
213
+ msgstr "Afficher le nombre des visionnages sur les pages?"
214
+
215
+ #: admin.inc.php:276
216
+ msgid ""
217
+ "If you disable this then non-admins won't see the above columns or view the "
218
+ "independent pages with the top posts"
219
+ msgstr ""
220
+
221
+ #: admin.inc.php:279
222
  msgid "Link to Top 10 plugin page"
223
  msgstr "Povežite se na Top 10 plugin stranicu"
224
 
225
+ #: admin.inc.php:282
226
  #, fuzzy
227
  msgid ""
228
  "A link to the plugin is added as an extra list item to the list of popular "
232
  "le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
233
  "mais nous vous y remercions!"
234
 
235
+ #: admin.inc.php:289
236
  #, fuzzy
237
+ msgid "Output options"
238
  msgstr "Paramètres de sortie"
239
 
240
+ #: admin.inc.php:292
241
+ #, fuzzy
242
+ msgid "Format to display the post views:"
243
  msgstr "Format za prikaz brojanja u:"
244
 
245
+ #: admin.inc.php:294
246
  #, fuzzy
247
  msgid ""
248
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
255
  "utiliser par exemple, les paramètres d'affichage par défaut <code>(Visited "
256
  "123 times, 23 visits today)</code>"
257
 
258
+ #: admin.inc.php:297
259
+ msgid "What do display when there are no visits?"
260
+ msgstr ""
261
+
262
+ #: admin.inc.php:299
263
+ msgid ""
264
+ "This text applies only when there are 0 hits for the post and it isn't a "
265
+ "single page. e.g. if you display post views on the homepage or archives then "
266
+ "this text will be used. To override this, just enter the same text as above "
267
+ "option."
268
+ msgstr ""
269
+
270
+ #: admin.inc.php:302
271
  msgid "Title of popular posts: "
272
  msgstr "Naslov popularnih postova:"
273
 
274
+ #: admin.inc.php:305
275
  msgid "Title of daily popular posts: "
276
  msgstr "Naslov popularnih dnevnih postova:"
277
 
278
+ #: admin.inc.php:308
279
  msgid "When there are no posts, what should be shown?"
280
  msgstr "Kada nema postova šta da prikažemo?"
281
 
282
+ #: admin.inc.php:312
283
  msgid "Blank Output"
284
  msgstr "Prazan izlaz"
285
 
286
+ #: admin.inc.php:316
287
  msgid "Display:"
288
  msgstr "Prikaz:"
289
 
290
+ #: admin.inc.php:320
291
  msgid "Show post excerpt in list?"
292
  msgstr "Pokaži post izvoda na listi?"
293
 
294
+ #: admin.inc.php:323
295
  msgid "Length of excerpt (in words): "
296
  msgstr "Dužina izvoda (u rečima):"
297
 
298
+ #: admin.inc.php:326
299
  #, fuzzy
300
  msgid "Show post author in list?"
301
  msgstr "Afficher le fragment du message dans la liste?"
302
 
303
+ #: admin.inc.php:329
304
  #, fuzzy
305
  msgid "Show post date in list?"
306
  msgstr "Afficher le fragment du message dans la liste?"
307
 
308
+ #: admin.inc.php:332
309
  msgid "Limit post title length (in characters)"
310
  msgstr "Limit dužine postova naslova (u karakterima)"
311
 
312
+ #: admin.inc.php:335
313
+ #, fuzzy
314
+ msgid "Show view count in list?"
315
+ msgstr "Afficher le fragment du message dans la liste?"
316
+
317
+ #: admin.inc.php:338
318
+ #, fuzzy
319
+ msgid "Always display latest post count in the daily lists?"
320
+ msgstr "Uvek prikaži poslednje brojanje posta u dnevnoj listi"
321
 
322
+ #: admin.inc.php:340
323
+ #, fuzzy
324
+ msgid ""
325
+ "This option uses JavaScript and will increase your page load time. When you "
326
+ "enable this option, the daily widget will not use the options set there, but "
327
+ "options will need to be set on this screen."
328
+ msgstr ""
329
+ "Ovu opciju koristi JavaScript i povećaće vreme ušitavanje vaše stranice. "
330
+ "Ugasite ovo ako ne koristite caching pluginove ili se slažete sa "
331
+ "prikazivanjem starijih cache brojanja. Kada omogućite ovu opciju, dnevni "
332
+ "widget neće koristiti opcije koje su nameštene tu, ali opcije će morati da "
333
+ "se podese na ovom ekranu."
334
+
335
+ #: admin.inc.php:343
336
  msgid "Open links in new window"
337
  msgstr "Otvori linkove u novim prozorima"
338
 
339
+ #: admin.inc.php:346
340
  msgid "Add nofollow attribute to links in the list"
341
  msgstr "Dodaj nofollow atribut linkovima u listi"
342
 
343
+ #: admin.inc.php:349
344
  msgid "Exclude display of related posts on these posts / pages"
345
  msgstr "Isključi pregled vezanih postova na ovim postovima-stranicama"
346
 
347
+ #: admin.inc.php:355
348
+ #, fuzzy
349
+ msgid "Customise the list HTML"
 
 
 
350
  msgstr "Sredite output:"
351
 
352
+ #: admin.inc.php:357
353
  msgid "HTML to display before the list of posts: "
354
  msgstr "HTML tza prikaz pre liste postova:"
355
 
356
+ #: admin.inc.php:360
357
  msgid "HTML to display before each list item: "
358
  msgstr "HTML za prikaz svake stavke sa liste:"
359
 
360
+ #: admin.inc.php:363
361
  msgid "HTML to display after each list item: "
362
  msgstr "HTML tza prikaz posle svake stavke sa liste:"
363
 
364
+ #: admin.inc.php:366
365
  msgid "HTML to display after the list of posts: "
366
  msgstr "HTML za prikaz posle liste postova:"
367
 
368
+ #: admin.inc.php:369
369
  msgid "Post thumbnail options:"
370
  msgstr "Post thumbnail opcije:"
371
 
372
+ #: admin.inc.php:371
373
  msgid "Location of post thumbnail:"
374
  msgstr "Lokacija posta thumbnaila:"
375
 
376
+ #: admin.inc.php:375
377
  msgid "Display thumbnails inline with posts, before title"
378
  msgstr "Prikaži thumbnails inline sa postovima pre naslova"
379
 
380
+ #: admin.inc.php:379
381
  msgid "Display thumbnails inline with posts, after title"
382
  msgstr "Prikaži thumbnails inline sa postovima posle naslova"
383
 
384
+ #: admin.inc.php:383
385
  msgid "Display only thumbnails, no text"
386
  msgstr "Prikaži samo thumbnails, bez teksta"
387
 
388
+ #: admin.inc.php:387
389
  msgid "Do not display thumbnails, only text."
390
  msgstr "Ne prikazujte thumbnails, samo tekst"
391
 
392
+ #: admin.inc.php:391
393
  msgid "Width of the thumbnail: "
394
  msgstr "Širina thumbnaila:"
395
 
396
+ #: admin.inc.php:394
397
  msgid "Height of the thumbnail: "
398
  msgstr "Visina thumbnaila:"
399
 
400
+ #: admin.inc.php:397
401
  msgid "Style attributes / Width and Height HTML attributes:"
402
  msgstr "Stil atributa /širina i visina HTML atributa:"
403
 
404
+ #: admin.inc.php:401
405
+ #, fuzzy
406
+ msgid "Style attributes are used for width and height."
407
  msgstr ""
408
  "Stilovi atributa su korišćeni za čirinu i visinu. <code>style=\"max-width:"
409
 
410
+ #: admin.inc.php:405
411
+ #, fuzzy
412
+ msgid "HTML width and height attributes are used for width and height."
 
413
  msgstr ""
414
  "HTML širina i visina atributa se koristi za širinu i visinu.<code>width=\""
415
 
416
+ #: admin.inc.php:409
417
  msgid "Use timthumb to generate thumbnails? "
418
  msgstr "Upotreba timthumb za generisanja thumbnails?"
419
 
420
+ #: admin.inc.php:412
421
+ #, fuzzy
422
  msgid ""
423
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
424
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
425
  msgstr ""
426
  "Ak je čekirano, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
427
  "\">timthumb</a> će se koristiti za generisanje thumbnails-a"
428
 
429
+ #: admin.inc.php:415
430
  #, fuzzy
431
  msgid "Post thumbnail meta field name: "
432
  msgstr "Options thumbnail des messages:"
433
 
434
+ #: admin.inc.php:418
435
  msgid ""
436
  "The value of this field should contain the image source and is set in the "
437
  "<em>Add New Post</em> screen"
439
  "Vrednost ovog polja bi trebala da sadrži source slike i njne postavke u "
440
  "<em>Add New Post</em> ekranu"
441
 
442
+ #: admin.inc.php:421
443
  #, fuzzy
444
  msgid ""
445
  "If the postmeta is not set, then should the plugin extract the first image "
450
  "première image de la résolution correspondante du fichier est de taille "
451
  "supérieure"
452
 
453
+ #: admin.inc.php:424
454
  #, fuzzy
455
  msgid ""
456
  "This could slow down the loading of your page if the first image in the "
461
  "première image de la résolution correspondante du fichier est de taille "
462
  "supérieure"
463
 
464
+ #: admin.inc.php:427
465
  msgid "Use default thumbnail? "
466
  msgstr "Koristite default thumbnail?"
467
 
468
+ #: admin.inc.php:430
469
  msgid ""
470
  "If checked, when no thumbnail is found, show a default one from the URL "
471
  "below. If not checked and no thumbnail is found, no image will be shown."
473
  "Ako je čekirano, kada nijedna thumnail nije pronadjena prikaži default iz "
474
  "URLa ispod. Ako nije čekirano i nema thumbnaila, slika neće biti prikazana."
475
 
476
+ #: admin.inc.php:433
477
  msgid "Default thumbnail: "
478
  msgstr "Default thumbnail:"
479
 
480
+ #: admin.inc.php:437
481
  msgid ""
482
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
483
  "then it will check the meta field. If this is not available, then it will "
487
  "proveriti meta polje. Ako to nije dopstupno, onda će vam pokazati default "
488
  "sliku kao što je odredjeno iznad"
489
 
490
+ #: admin.inc.php:444
491
+ #, fuzzy
492
+ msgid "Custom CSS"
493
  msgstr "Custom stilovi"
494
 
495
+ #: admin.inc.php:447
496
+ msgid "Use default style included in the plugin?"
497
+ msgstr ""
498
+
499
+ #: admin.inc.php:450
500
+ msgid ""
501
+ "Top 10 includes a default style that makes your popular posts list to look "
502
+ "pretty. Check the box above if you want to use this. You will need to select "
503
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
504
+ "Widget."
505
+ msgstr ""
506
+
507
+ #: admin.inc.php:453
508
  msgid "Custom CSS to add to header:"
509
  msgstr "Custom CSS je dodat header-u"
510
 
511
+ #: admin.inc.php:456
512
  msgid ""
513
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
514
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
518
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> za "
519
  "dostupne CSS klase za stilizovanje."
520
 
521
+ #: admin.inc.php:463 admin.inc.php:529
522
+ #, fuzzy
523
+ msgid "Save Options"
524
+ msgstr "Options:"
525
+
526
+ #: admin.inc.php:464
527
+ #, fuzzy
528
+ msgid "Default Options"
529
+ msgstr "Paramètres de sortie"
530
+
531
+ #: admin.inc.php:464
532
+ msgid "Do you want to set options to Default?"
533
+ msgstr "Da li želite da postavite opcije na Default?"
534
+
535
+ #: admin.inc.php:473
536
  msgid "Maintenance"
537
  msgstr "Održavanje"
538
 
539
+ #: admin.inc.php:477
540
+ #, fuzzy
541
  msgid ""
542
  "Over time the Daily Top 10 database grows in size, which reduces the "
543
  "performance of the plugin. Cleaning the database at regular intervals could "
544
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
545
+ "will automatically delete entries older than 90 days."
546
  msgstr ""
547
  "Vremenom Dailz Top 10 baza podataka će se povećati, što smanjuje performanse "
548
  "plugina. Čišćenje baze podataka u regularnim intervalima može poboljšati "
549
  "performanse naročito na blogovima sa velikim saobraćajem."
550
 
551
+ #: admin.inc.php:478
552
+ #, fuzzy
553
  msgid ""
554
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
555
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
556
  msgstr ""
557
  "Beleška: Kada je omogućen raspored održavanja, WordPress će pokrenuti "
558
  "kroniranje svaki put kada se poslu promeni raspored (npr. ako promenite "
559
  "postavke ispod) Ovo prouzrokuje dnevne postove tabele za resetovanje."
560
 
561
+ #: admin.inc.php:481
562
  msgid "Enable scheduled maintenance of daily tables:"
563
  msgstr "Omogući raspored održavanja u dnevnim tabelama"
564
 
565
+ #: admin.inc.php:485
566
  msgid "Time to run maintenance"
567
  msgstr "Pokrenuti održavanje"
568
 
569
+ #: admin.inc.php:486
570
+ msgid "hrs"
571
+ msgstr ""
572
+
573
+ #: admin.inc.php:486
574
+ msgid "min"
575
+ msgstr ""
576
+
577
+ #: admin.inc.php:488
578
  msgid "How often should the maintenance be run:"
579
  msgstr "Održavanje ne treba često da se pokreće"
580
 
581
+ #: admin.inc.php:492
582
  msgid "Daily"
583
  msgstr "Dnevno"
584
 
585
+ #: admin.inc.php:496
586
  msgid "Weekly"
587
  msgstr "Nedeljno"
588
 
589
+ #: admin.inc.php:500
590
  msgid "Fortnightly"
591
  msgstr "Na dve nedelje"
592
 
593
+ #: admin.inc.php:504
594
  msgid "Monthly"
595
  msgstr "Mesečno"
596
 
597
+ #: admin.inc.php:513
598
  msgid "The cron job has been scheduled. Maintenance will run "
599
  msgstr "Kroniranje je zakazano. Održavanje će se pokrenuti"
600
 
601
+ #: admin.inc.php:518
602
  msgid "The cron job is missing. Please resave this page to add the job"
603
  msgstr ""
604
  "Nedostaje kroniranje. Molim vas ponovo sašuvajte ovu stranicu da biste "
605
  "dodali posao"
606
 
607
+ #: admin.inc.php:523
608
  msgid "Maintenance is turned off"
609
  msgstr "Održavanje je ugašeno"
610
 
611
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
612
  msgid "Reset count"
613
  msgstr "Resetuj brojanje"
614
 
615
+ #: admin.inc.php:540
616
  msgid ""
617
  "This cannot be reversed. Make sure that your database has been backed up "
618
  "before proceeding"
620
  "Ovo ne možete da proništite. Proverite da li vam je baza podataka sačuvana u "
621
  "back up-u pre nego što nastavite"
622
 
623
+ #: admin.inc.php:543
624
  #, fuzzy
625
  msgid "Reset Popular Posts"
626
  msgstr "Postes populaires"
627
 
628
+ #: admin.inc.php:543
629
  msgid "Are you sure you want to reset the popular posts?"
630
  msgstr "Da li ste sigurni da želite da resetujete popularne postove?"
631
 
632
+ #: admin.inc.php:544
633
  #, fuzzy
634
  msgid "Reset Daily Popular Posts"
635
  msgstr "Postes populaires journaliers"
636
 
637
+ #: admin.inc.php:544
638
  msgid "Are you sure you want to reset the daily popular posts?"
639
  msgstr "Da li ste sigurni da želite da resetujete dnevne popularne postove?"
640
 
641
+ #: admin.inc.php:545
642
  msgid "Clear duplicates"
643
  msgstr "Obrišite duplikate"
644
 
645
+ #: admin.inc.php:545
646
  msgid "This will delete the duplicate entries in the tables. Proceed?"
647
  msgstr "Ovo će obrisati duple unose u tabelama. Nastaviti?"
648
 
649
+ #: admin.inc.php:593 admin.inc.php:979
650
  msgid "Popular Posts"
651
  msgstr "Popularni postovi"
652
 
653
+ #: admin.inc.php:593 admin.inc.php:688
654
  msgid "Daily Popular Posts"
655
  msgstr "Dnevni popularni postovi"
656
 
657
+ #: admin.inc.php:621
658
  msgid "Support the development"
659
  msgstr "Podrška razvoju"
660
 
661
+ #: admin.inc.php:630
662
  msgid "Enter amount in USD: "
663
  msgstr "Unesite veličinu u USD:"
664
 
665
+ #: admin.inc.php:634
666
  msgid "Send your donation to the author of"
667
  msgstr "Pošalji vašu donaciju autoru"
668
 
669
+ #: admin.inc.php:641
670
+ #, fuzzy
671
+ msgid "Follow me"
672
  msgstr "Pratite nas"
673
 
674
+ #: admin.inc.php:651
675
  #, fuzzy
676
+ msgid "Quick links"
677
  msgstr "Liens rapides"
678
 
679
+ #: admin.inc.php:655
680
  #, fuzzy
681
  msgid "Top 10 plugin page"
682
  msgstr "Page de plugin"
683
 
684
+ #: admin.inc.php:656
685
  msgid "Other plugins"
686
  msgstr "Brzi linkovi"
687
 
688
+ #: admin.inc.php:657
689
  msgid "Ajay's blog"
690
  msgstr "Ajayov blog"
691
 
692
+ #: admin.inc.php:658
693
+ msgid "FAQ"
694
+ msgstr ""
695
+
696
+ #: admin.inc.php:659 top-10.php:1271
697
  msgid "Support"
698
  msgstr "Podrška"
699
 
700
+ #: admin.inc.php:660
701
+ msgid "Reviews"
702
+ msgstr ""
703
 
704
+ #: admin.inc.php:679 admin.inc.php:682
705
  #, fuzzy
706
  msgid "Top 10 Settings"
707
  msgstr "Paramètres"
708
 
709
+ #: admin.inc.php:679
710
  msgid "Top 10"
711
  msgstr "Top 10"
712
 
713
+ #: admin.inc.php:685
714
  #, fuzzy
715
  msgid "Overall Popular Posts"
716
  msgstr "Voir tous les postes populaires"
717
 
718
+ #: admin.inc.php:850
719
+ #, php-format
720
+ msgid "Results %1$s to %2$s of %3$s"
721
+ msgstr ""
 
 
 
722
 
723
+ #: admin.inc.php:854
724
+ #, php-format
725
+ msgid "Page %s of %s"
726
+ msgstr ""
727
 
728
+ #: admin.inc.php:866
729
  msgid "View Daily Popular Posts"
730
  msgstr "Pregledaj dnevne popularne postove"
731
 
732
+ #: admin.inc.php:869 admin.inc.php:882
733
  msgid "Results per-page:"
734
  msgstr "Rezultat po stranici:"
735
 
736
+ #: admin.inc.php:879
737
  msgid "View Overall Popular Posts"
738
  msgstr "Pregledaj sve popularne postove"
739
 
740
+ #: admin.inc.php:908
741
  msgid "Previous"
742
  msgstr "Prethodni"
743
 
744
+ #: admin.inc.php:936
745
  msgid "Next"
746
  msgstr "Sledeći"
747
 
748
+ #: admin.inc.php:980
749
  msgid "Daily Popular"
750
  msgstr "Dnevno popularno"
751
 
752
+ #: admin.inc.php:998
753
  #, fuzzy
754
  msgid "Total Views"
755
  msgstr "Total/aujourd'hui visionnages"
756
 
757
+ #: admin.inc.php:999
758
  #, fuzzy
759
  msgid "Today's Views"
760
  msgstr "Total/aujourd'hui visionnages"
761
 
762
+ #: admin.inc.php:1000
763
+ #, fuzzy
764
+ msgid "Views"
765
+ msgstr "Total/aujourd'hui visionnages"
766
+
767
+ #: top-10.php:440
768
  msgid " by "
769
  msgstr ""
770
 
771
+ #: top-10.php:526
772
  msgid "Display the posts popular this week"
773
  msgstr "Prikazati postove popularne ove nedelje"
774
 
775
+ #: top-10.php:527
776
  #, fuzzy
777
  msgid "Popular Posts [Top 10]"
778
  msgstr "Postes populaires"
779
 
780
+ #: top-10.php:545
781
  msgid "Title"
782
  msgstr "Naslov"
783
 
784
+ #: top-10.php:550
785
  msgid "No. of posts"
786
  msgstr "Broj postova"
787
 
788
+ #: top-10.php:555
789
  msgid "Overall"
790
  msgstr "Sve ukupno"
791
 
792
+ #: top-10.php:556
793
  msgid "Custom time period (Enter below)"
794
  msgstr "Vremenski period (unesite ispod)"
795
 
796
+ #: top-10.php:561
797
  msgid "Range in number of days (applies only to custom option above)"
798
  msgstr "Raspon dana (odnosi se samo na iznad)"
799
 
800
+ #: top-10.php:566
801
+ #, fuzzy
802
+ msgid " Show count?"
803
+ msgstr "Prikaži autora?"
804
+
805
+ #: top-10.php:571
806
  #, fuzzy
807
  msgid " Show excerpt?"
808
  msgstr "Afficher le fragment du message dans la liste?"
809
 
810
+ #: top-10.php:576
811
  msgid " Show author?"
812
  msgstr "Prikaži autora?"
813
 
814
+ #: top-10.php:581
815
  #, fuzzy
816
  msgid " Show date?"
817
  msgstr "Afficher le fragment du message dans la liste?"
818
 
819
+ #: top-10.php:585
820
  #, fuzzy
821
  msgid "Thumbnail options"
822
  msgstr "Options thumbnail des messages:"
823
 
824
+ #: top-10.php:587
825
  #, fuzzy
826
  msgid "Thumbnails inline, before title"
827
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
828
 
829
+ #: top-10.php:588
830
  #, fuzzy
831
  msgid "Thumbnails inline, after title"
832
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
833
 
834
+ #: top-10.php:589
835
  #, fuzzy
836
  msgid "Only thumbnails, no text"
837
  msgstr "Afficher uniquement le thumbnail, sans le texte"
838
 
839
+ #: top-10.php:590
840
  #, fuzzy
841
  msgid "No thumbnails, only text."
842
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
843
 
844
+ #: top-10.php:595
845
  #, fuzzy
846
  msgid "Thumbnail height"
847
  msgstr "Options thumbnail des messages:"
848
 
849
+ #: top-10.php:600
850
  #, fuzzy
851
  msgid "Thumbnail width"
852
  msgstr "Options thumbnail des messages:"
853
 
854
+ #: top-10.php:721
855
  msgid "<h3>Popular Posts</h3>"
856
  msgstr "<h3>Popularni Postovi</h3>"
857
 
858
+ #: top-10.php:722
859
  msgid "<h3>Daily Popular</h3>"
860
  msgstr "<h3>Dnevni popularni</h3>"
861
 
862
+ #: top-10.php:723
863
  #, fuzzy
864
  msgid "No top posts yet"
865
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
866
 
867
+ #: top-10.php:1188
868
  msgid "Once Weekly"
869
  msgstr "Jednom nedeljno"
870
 
871
+ #: top-10.php:1192
872
  msgid "Once Fortnightly"
873
  msgstr "Jednom u dve nedelje"
874
 
875
+ #: top-10.php:1196
876
  msgid "Once Monthly"
877
  msgstr "Jednom mesečno"
878
 
879
+ #: top-10.php:1259
880
  msgid "Settings"
881
  msgstr "Postavke"
882
 
883
+ #: top-10.php:1272
884
  msgid "Donate"
885
  msgstr "Donirajte"
886
 
887
+ #, fuzzy
888
+ #~ msgid "This option uses JavaScript and will increase your page load time"
889
+ #~ msgstr ""
890
+ #~ "Rendre la liste des postes journaliers dynamiques? Cette option fait "
891
+ #~ "appel à JavaScript, le chargement du poste peut augmenter le temps du "
892
+ #~ "chargement de la page"
893
+
894
+ #~ msgid "Display number of page views in popular lists?"
895
+ #~ msgstr "Prikaži broj pregleda stranica u popularnim listama?"
896
+
897
+ #~ msgid "Recent developments"
898
+ #~ msgstr "Trenutni razvoj"
899
+
900
+ #~ msgid "Results"
901
+ #~ msgstr "rezultati"
902
+
903
+ #~ msgid "of"
904
+ #~ msgstr "od"
905
+
906
+ #~ msgid "Page"
907
+ #~ msgstr "Stranice"
908
+
909
  #~ msgid " Posted by "
910
  #~ msgstr "Postovano od strane"
911
 
926
  #~ msgid "Tables cleaned of duplicate rows"
927
  #~ msgstr "Supprimer les lignes répétitives du tableau"
928
 
 
 
 
929
  #~ msgid ""
930
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
931
  #~ "added with the count"
languages/tptn-ua_UA.mo CHANGED
Binary file
languages/tptn-ua_UA.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: 2013-10-26 22:07-0000\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"
@@ -15,167 +15,198 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:101
19
- msgid "Scheduled maintenance enabled / modified"
20
- msgstr ""
21
-
22
- #: admin.inc.php:105
23
- msgid "Scheduled maintenance disabled"
24
- msgstr ""
25
-
26
- #: admin.inc.php:122
27
  msgid "Options saved successfully."
28
  msgstr "Установки збережені."
29
 
30
- #: admin.inc.php:131
31
  msgid "Options set to Default."
32
  msgstr "Установки скинуті."
33
 
34
- #: admin.inc.php:137
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Скинути статистику найпопулярніших записів"
37
 
38
- #: admin.inc.php:143
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Скинути статистику найпопулярніших записів за сьогодні"
41
 
42
- #: admin.inc.php:150
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:171
 
 
 
 
 
 
 
 
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:175
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:180
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:185
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:187
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
- #: admin.inc.php:191
70
  msgid "Number of popular posts to display: "
71
  msgstr "Кількість Популярних записів у списку:"
72
 
73
- #: admin.inc.php:195
 
 
 
 
 
 
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "За скільки днів вважати перегляди для списку Популярних сьогодні записів?"
77
 
78
- #: admin.inc.php:198
 
 
 
 
 
 
 
79
  msgid "Post types to include in results (including custom post types)"
80
  msgstr ""
81
 
82
- #: admin.inc.php:209
83
  msgid "List of post or page IDs to exclude from the results: "
84
  msgstr ""
85
 
86
- #: admin.inc.php:213
 
 
 
 
87
  msgid "Exclude Categories: "
88
  msgstr "Виключити Категорії:"
89
 
90
- #: admin.inc.php:228
91
  msgid ""
92
  "Comma separated list of category slugs. The field above has an autocomplete "
93
  "so simply start typing in the starting letters and it will prompt you with "
94
  "options"
95
  msgstr ""
96
 
97
- #: admin.inc.php:233
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Показувати кількість переглядів запису?"
101
 
102
- #: admin.inc.php:235
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:236
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Сторінка"
110
 
111
- #: admin.inc.php:237
112
  msgid "Home page"
113
  msgstr ""
114
 
115
- #: admin.inc.php:238
116
  msgid "Feeds"
117
  msgstr ""
118
 
119
- #: admin.inc.php:239
120
  msgid "Category archives"
121
  msgstr ""
122
 
123
- #: admin.inc.php:240
124
  msgid "Tag archives"
125
  msgstr ""
126
 
127
- #: admin.inc.php:241
128
  msgid "Other archives"
129
  msgstr ""
130
 
131
- #: admin.inc.php:242
132
  msgid ""
133
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
134
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
135
  "you want it displayed"
136
  msgstr ""
137
 
138
- #: admin.inc.php:245
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
- #: admin.inc.php:247
143
  msgid ""
144
  "This option uses JavaScript and will increase your page load time. Turn this "
145
  "off if you are not using caching plugins or are OK with displaying older "
146
- "cached counts. When you enable this option, the daily widget will not use "
147
- "the options set there, but options will need to be set on this screen."
148
  msgstr ""
149
 
150
- #: admin.inc.php:250
151
- msgid "Always display latest post count in the daily lists"
 
 
 
 
 
152
  msgstr ""
153
 
154
- #: admin.inc.php:252
155
  #, fuzzy
156
- msgid "This option uses JavaScript and will increase your page load time"
 
 
 
 
157
  msgstr ""
158
- "Зробити список Популярних записів динамічним? Опція використовує JavaScript, "
159
- "і це може збільшити час завантаження сторінок"
160
 
161
- #: admin.inc.php:255
162
- msgid "Track visits of authors on their own posts?"
163
- msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
 
 
 
 
 
 
164
 
165
- #: admin.inc.php:258
166
  #, fuzzy
167
- msgid "Track visits of admins?"
168
- msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
169
 
170
- #: admin.inc.php:261
171
- msgid "Display page views on Posts > All Posts in Admin"
 
 
172
  msgstr ""
173
 
174
- #: admin.inc.php:264
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
- #: admin.inc.php:266
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -184,18 +215,19 @@ msgstr ""
184
  "Залишити посилання на плагін під списками Популярних записів? Автор плагіна "
185
  "був би дуже вдячний Вам, якщо Ви її все ж залишите!"
186
 
187
- #: admin.inc.php:273
188
  #, fuzzy
189
- msgid "Output Options"
190
  msgstr "Установки плагіна:"
191
 
192
- #: admin.inc.php:276
193
- msgid "Format to display the count in: "
 
194
  msgstr ""
195
  "У полі нижче ви можете налаштувати формат відображення кількості переглядів "
196
  "за день, за весь час для записів/сторінок:"
197
 
198
- #: admin.inc.php:278
199
  #, fuzzy
200
  msgid ""
201
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -207,160 +239,177 @@ msgstr ""
207
  "переглядів, а <code>%dailycount%</code> - перегляди за добу. Наприклад: "
208
  "<code>(Запис переглянуто 123 рази, сьогодні переглядів - 23)</code>."
209
 
210
- #: admin.inc.php:281
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgid "Title of popular posts: "
212
  msgstr "Заголовок списку Популярних записів:"
213
 
214
- #: admin.inc.php:284
215
  msgid "Title of daily popular posts: "
216
  msgstr "Заголовок списку Популярних сьогодні записів:"
217
 
218
- #: admin.inc.php:287
219
  msgid "When there are no posts, what should be shown?"
220
  msgstr ""
221
 
222
- #: admin.inc.php:291
223
  msgid "Blank Output"
224
  msgstr ""
225
 
226
- #: admin.inc.php:295
227
  msgid "Display:"
228
  msgstr ""
229
 
230
- #: admin.inc.php:299
231
  msgid "Show post excerpt in list?"
232
  msgstr "Показувати текст запису в списку?"
233
 
234
- #: admin.inc.php:302
235
  msgid "Length of excerpt (in words): "
236
  msgstr "Довжина виведеного тексту (в словах):"
237
 
238
- #: admin.inc.php:305
239
  #, fuzzy
240
  msgid "Show post author in list?"
241
  msgstr "Показувати текст запису в списку?"
242
 
243
- #: admin.inc.php:308
244
  #, fuzzy
245
  msgid "Show post date in list?"
246
  msgstr "Показувати текст запису в списку?"
247
 
248
- #: admin.inc.php:311
249
  msgid "Limit post title length (in characters)"
250
  msgstr ""
251
 
252
- #: admin.inc.php:314
253
- msgid "Display number of page views in popular lists?"
 
 
 
 
 
 
 
 
 
 
 
 
254
  msgstr ""
255
- "Показувати кількість переглядів записів/сторінок в списку Популярних записів?"
256
 
257
- #: admin.inc.php:317
258
  msgid "Open links in new window"
259
  msgstr ""
260
 
261
- #: admin.inc.php:320
262
  msgid "Add nofollow attribute to links in the list"
263
  msgstr ""
264
 
265
- #: admin.inc.php:323
266
  msgid "Exclude display of related posts on these posts / pages"
267
  msgstr ""
268
 
269
- #: admin.inc.php:326
270
- msgid "Enter comma separated list of IDs. e.g. 188,320,500"
271
- msgstr ""
272
-
273
- #: admin.inc.php:329
274
- msgid "Customize the output:"
275
  msgstr "Установки оформлення списку:"
276
 
277
- #: admin.inc.php:331
278
  msgid "HTML to display before the list of posts: "
279
  msgstr "HTML-тег, який використовується перед списком:"
280
 
281
- #: admin.inc.php:334
282
  msgid "HTML to display before each list item: "
283
  msgstr "HTML-тег, який використовується перед кожним пунктом у списку:"
284
 
285
- #: admin.inc.php:337
286
  msgid "HTML to display after each list item: "
287
  msgstr "HTML-тег, який використовується після кожного пункту в списку:"
288
 
289
- #: admin.inc.php:340
290
  msgid "HTML to display after the list of posts: "
291
  msgstr "HTML-тег, який використовується після списку:"
292
 
293
- #: admin.inc.php:343
294
  msgid "Post thumbnail options:"
295
  msgstr "Установки превью до записів:"
296
 
297
- #: admin.inc.php:345
298
  msgid "Location of post thumbnail:"
299
  msgstr ""
300
 
301
- #: admin.inc.php:349
302
  #, fuzzy
303
  msgid "Display thumbnails inline with posts, before title"
304
  msgstr "Відображати і превью, і текст"
305
 
306
- #: admin.inc.php:353
307
  #, fuzzy
308
  msgid "Display thumbnails inline with posts, after title"
309
  msgstr "Відображати і превью, і текст"
310
 
311
- #: admin.inc.php:357
312
  msgid "Display only thumbnails, no text"
313
  msgstr "Показувати тільки превью, без тексту"
314
 
315
- #: admin.inc.php:361
316
  msgid "Do not display thumbnails, only text."
317
  msgstr "Показувати лише текст, без превью"
318
 
319
- #: admin.inc.php:365
320
  msgid "Width of the thumbnail: "
321
  msgstr ""
322
 
323
- #: admin.inc.php:368
324
  msgid "Height of the thumbnail: "
325
  msgstr ""
326
 
327
- #: admin.inc.php:371
328
  msgid "Style attributes / Width and Height HTML attributes:"
329
  msgstr ""
330
 
331
- #: admin.inc.php:375
332
- msgid ""
333
- "Style attributes are used for width and height. <code>style=\"max-width:"
334
  msgstr ""
335
 
336
- #: admin.inc.php:379
337
- msgid ""
338
- "HTML width and height attributes are used for width and height. <code>width="
339
- "\""
340
  msgstr ""
341
 
342
- #: admin.inc.php:383
343
  msgid "Use timthumb to generate thumbnails? "
344
  msgstr ""
345
 
346
- #: admin.inc.php:386
347
  msgid ""
348
- "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
349
- "\">timthumb</a> will be used to generate thumbnails"
350
  msgstr ""
351
 
352
- #: admin.inc.php:389
353
  #, fuzzy
354
  msgid "Post thumbnail meta field name: "
355
  msgstr "Установки превью до записів:"
356
 
357
- #: admin.inc.php:392
358
  msgid ""
359
  "The value of this field should contain the image source and is set in the "
360
  "<em>Add New Post</em> screen"
361
  msgstr ""
362
 
363
- #: admin.inc.php:395
364
  #, fuzzy
365
  msgid ""
366
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -370,7 +419,7 @@ msgstr ""
370
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
371
  "так як буде створюватися зменшена копія зображення"
372
 
373
- #: admin.inc.php:398
374
  #, fuzzy
375
  msgid ""
376
  "This could slow down the loading of your page if the first image in the "
@@ -380,21 +429,21 @@ msgstr ""
380
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
381
  "так як буде створюватися зменшена копія зображення"
382
 
383
- #: admin.inc.php:401
384
  msgid "Use default thumbnail? "
385
  msgstr ""
386
 
387
- #: admin.inc.php:404
388
  msgid ""
389
  "If checked, when no thumbnail is found, show a default one from the URL "
390
  "below. If not checked and no thumbnail is found, no image will be shown."
391
  msgstr ""
392
 
393
- #: admin.inc.php:407
394
  msgid "Default thumbnail: "
395
  msgstr ""
396
 
397
- #: admin.inc.php:410
398
  #, fuzzy
399
  msgid ""
400
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -405,98 +454,118 @@ msgstr ""
405
  "заданому раніше мета-полю). Якщо ж превью нема - буде виводитися картинка за "
406
  "замовчунням:"
407
 
408
- #: admin.inc.php:417
409
- msgid "Custom Styles"
 
 
 
 
410
  msgstr ""
411
 
412
- #: admin.inc.php:420
 
 
 
 
 
 
 
 
413
  msgid "Custom CSS to add to header:"
414
  msgstr ""
415
 
416
- #: admin.inc.php:423
417
  msgid ""
418
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
419
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
420
  "available CSS classes to style."
421
  msgstr ""
422
 
423
- #: admin.inc.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgid "Maintenance"
425
  msgstr ""
426
 
427
- #: admin.inc.php:434
428
  msgid ""
429
  "Over time the Daily Top 10 database grows in size, which reduces the "
430
  "performance of the plugin. Cleaning the database at regular intervals could "
431
- "improve performance, especially on high traffic blogs."
 
432
  msgstr ""
433
 
434
- #: admin.inc.php:435
435
  msgid ""
436
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
437
- "everytime the job is rescheduled (i.e. you change the settings below). This "
438
- "causes the daily posts table to reset."
439
  msgstr ""
440
 
441
- #: admin.inc.php:438
442
  msgid "Enable scheduled maintenance of daily tables:"
443
  msgstr ""
444
 
445
- #: admin.inc.php:442
446
  msgid "Time to run maintenance"
447
  msgstr ""
448
 
449
- #: admin.inc.php:445
 
 
 
 
 
 
 
 
450
  msgid "How often should the maintenance be run:"
451
  msgstr ""
452
 
453
- #: admin.inc.php:449
454
  msgid "Daily"
455
  msgstr ""
456
 
457
- #: admin.inc.php:453
458
  msgid "Weekly"
459
  msgstr ""
460
 
461
- #: admin.inc.php:457
462
  msgid "Fortnightly"
463
  msgstr ""
464
 
465
- #: admin.inc.php:461
466
  msgid "Monthly"
467
  msgstr ""
468
 
469
- #: admin.inc.php:470
470
  msgid "The cron job has been scheduled. Maintenance will run "
471
  msgstr ""
472
 
473
- #: admin.inc.php:475
474
  msgid "The cron job is missing. Please resave this page to add the job"
475
  msgstr ""
476
 
477
- #: admin.inc.php:480
478
  msgid "Maintenance is turned off"
479
  msgstr ""
480
 
481
- #: admin.inc.php:488
482
- #, fuzzy
483
- msgid "Save Options"
484
- msgstr "Установки плагіна:"
485
-
486
- #: admin.inc.php:489
487
- #, fuzzy
488
- msgid "Default Options"
489
- msgstr "Установки плагіна:"
490
-
491
- #: admin.inc.php:489
492
- msgid "Do you want to set options to Default?"
493
- msgstr "Скинути налаштування плагіна?"
494
-
495
- #: admin.inc.php:493
496
  msgid "Reset count"
497
  msgstr "Скинути статистику"
498
 
499
- #: admin.inc.php:496
500
  msgid ""
501
  "This cannot be reversed. Make sure that your database has been backed up "
502
  "before proceeding"
@@ -504,258 +573,293 @@ msgstr ""
504
  "Скидання статистики не може бути обернена. Перед тим, як скидати все, "
505
  "переконайтесь, що у вас є копія вашої бази даних!"
506
 
507
- #: admin.inc.php:499
508
  #, fuzzy
509
  msgid "Reset Popular Posts"
510
  msgstr "Популярні записи"
511
 
512
- #: admin.inc.php:499
513
  msgid "Are you sure you want to reset the popular posts?"
514
  msgstr "Ви впевнені, що хочете скинути статистику для Популярних записів?"
515
 
516
- #: admin.inc.php:500
517
  #, fuzzy
518
  msgid "Reset Daily Popular Posts"
519
  msgstr "Популярні сьогодні записи"
520
 
521
- #: admin.inc.php:500
522
  msgid "Are you sure you want to reset the daily popular posts?"
523
  msgstr ""
524
  "Ви впевнені, що хочете скинути статистику для Популярних сьогодні записів?"
525
 
526
- #: admin.inc.php:501
527
  msgid "Clear duplicates"
528
  msgstr ""
529
 
530
- #: admin.inc.php:501
531
  msgid "This will delete the duplicate entries in the tables. Proceed?"
532
  msgstr "Буде проведено видалення дубльованих запісів з статистики. Продовжити?"
533
 
534
- #: admin.inc.php:544 admin.inc.php:929
535
  msgid "Popular Posts"
536
  msgstr "Популярні записи"
537
 
538
- #: admin.inc.php:544 admin.inc.php:631
539
  msgid "Daily Popular Posts"
540
  msgstr "Популярні сьогодні записи"
541
 
542
- #: admin.inc.php:572
543
  msgid "Support the development"
544
  msgstr "Підтримати автора плагіна"
545
 
546
- #: admin.inc.php:580
547
  msgid "Enter amount in USD: "
548
  msgstr "Скільки ви готові пожертвувати (в USD):"
549
 
550
- #: admin.inc.php:584
551
  msgid "Send your donation to the author of"
552
  msgstr "Відправте пожертву автору"
553
 
554
- #: admin.inc.php:590
555
- msgid "Follow us"
556
  msgstr ""
557
 
558
- #: admin.inc.php:596
559
  #, fuzzy
560
- msgid "Quick Links"
561
  msgstr "Корисні посилання"
562
 
563
- #: admin.inc.php:598
564
  #, fuzzy
565
  msgid "Top 10 plugin page"
566
  msgstr "Сторінка плагіна"
567
 
568
- #: admin.inc.php:599
569
  msgid "Other plugins"
570
  msgstr "Інші плагіни автора"
571
 
572
- #: admin.inc.php:600
573
  msgid "Ajay's blog"
574
  msgstr "Блог Ajay"
575
 
576
- #: admin.inc.php:601 top-10.php:1147
 
 
 
 
577
  msgid "Support"
578
  msgstr "Підтримка (англ.)"
579
 
580
- #: admin.inc.php:605
581
- msgid "Recent developments"
582
- msgstr "Останні розробки"
583
 
584
- #: admin.inc.php:622 admin.inc.php:625
585
  #, fuzzy
586
  msgid "Top 10 Settings"
587
  msgstr "Налаштування плагіна"
588
 
589
- #: admin.inc.php:622
590
  msgid "Top 10"
591
  msgstr "Топ 10 записів"
592
 
593
- #: admin.inc.php:628
594
  #, fuzzy
595
  msgid "Overall Popular Posts"
596
  msgstr "Подивитися всі Популярні записи"
597
 
598
- #: admin.inc.php:799
599
- msgid "Results"
600
- msgstr "Результати"
601
-
602
- #: admin.inc.php:801 admin.inc.php:807
603
- msgid "of"
604
- msgstr "з"
605
 
606
- #: admin.inc.php:805
607
- msgid "Page"
608
- msgstr "Сторінка"
 
609
 
610
- #: admin.inc.php:819
611
  msgid "View Daily Popular Posts"
612
  msgstr "Подивитися всі Популярні сьогодні записи"
613
 
614
- #: admin.inc.php:822 admin.inc.php:835
615
  msgid "Results per-page:"
616
  msgstr "Результатів на сторінку:"
617
 
618
- #: admin.inc.php:832
619
  msgid "View Overall Popular Posts"
620
  msgstr "Подивитися всі Популярні записи"
621
 
622
- #: admin.inc.php:861
623
  msgid "Previous"
624
  msgstr "Попередня сторінка"
625
 
626
- #: admin.inc.php:889
627
  msgid "Next"
628
  msgstr "Наступна сторінка"
629
 
630
- #: admin.inc.php:930
631
  msgid "Daily Popular"
632
  msgstr "Популярні сьогодні записи"
633
 
634
- #: admin.inc.php:946
635
  #, fuzzy
636
  msgid "Total Views"
637
  msgstr "Всього/Сьогодні"
638
 
639
- #: admin.inc.php:947
640
  #, fuzzy
641
  msgid "Today's Views"
642
  msgstr "Всього/Сьогодні"
643
 
644
- #: top-10.php:415
 
 
 
 
 
645
  msgid " by "
646
  msgstr ""
647
 
648
- #: top-10.php:501
649
  msgid "Display the posts popular this week"
650
  msgstr ""
651
 
652
- #: top-10.php:502
653
  #, fuzzy
654
  msgid "Popular Posts [Top 10]"
655
  msgstr "Популярні записи"
656
 
657
- #: top-10.php:519
658
  msgid "Title"
659
  msgstr ""
660
 
661
- #: top-10.php:524
662
  msgid "No. of posts"
663
  msgstr ""
664
 
665
- #: top-10.php:529
666
  msgid "Overall"
667
  msgstr ""
668
 
669
- #: top-10.php:530
670
  msgid "Custom time period (Enter below)"
671
  msgstr ""
672
 
673
- #: top-10.php:535
674
  msgid "Range in number of days (applies only to custom option above)"
675
  msgstr ""
676
 
677
- #: top-10.php:540
 
 
 
 
 
678
  #, fuzzy
679
  msgid " Show excerpt?"
680
  msgstr "Показувати текст запису в списку?"
681
 
682
- #: top-10.php:545
683
  msgid " Show author?"
684
  msgstr ""
685
 
686
- #: top-10.php:550
687
  #, fuzzy
688
  msgid " Show date?"
689
  msgstr "Показувати текст запису в списку?"
690
 
691
- #: top-10.php:554
692
  #, fuzzy
693
  msgid "Thumbnail options"
694
  msgstr "Установки превью до записів:"
695
 
696
- #: top-10.php:556
697
  #, fuzzy
698
  msgid "Thumbnails inline, before title"
699
  msgstr "Відображати і превью, і текст"
700
 
701
- #: top-10.php:557
702
  #, fuzzy
703
  msgid "Thumbnails inline, after title"
704
  msgstr "Відображати і превью, і текст"
705
 
706
- #: top-10.php:558
707
  #, fuzzy
708
  msgid "Only thumbnails, no text"
709
  msgstr "Показувати тільки превью, без тексту"
710
 
711
- #: top-10.php:559
712
  #, fuzzy
713
  msgid "No thumbnails, only text."
714
  msgstr "Показувати лише текст, без превью"
715
 
716
- #: top-10.php:564
717
  #, fuzzy
718
  msgid "Thumbnail height"
719
  msgstr "Установки превью до записів:"
720
 
721
- #: top-10.php:569
722
  #, fuzzy
723
  msgid "Thumbnail width"
724
  msgstr "Установки превью до записів:"
725
 
726
- #: top-10.php:670
727
  msgid "<h3>Popular Posts</h3>"
728
  msgstr "<h3>Популярні записи</h3>"
729
 
730
- #: top-10.php:671
731
  msgid "<h3>Daily Popular</h3>"
732
  msgstr "<h3>Популярні сьогодні записи</h3>"
733
 
734
- #: top-10.php:672
735
  #, fuzzy
736
  msgid "No top posts yet"
737
  msgstr "Скинути статистику найпопулярніших записів"
738
 
739
- #: top-10.php:1113
740
  msgid "Once Weekly"
741
  msgstr ""
742
 
743
- #: top-10.php:1114
744
  msgid "Once Fortnightly"
745
  msgstr ""
746
 
747
- #: top-10.php:1115
748
  msgid "Once Monthly"
749
  msgstr ""
750
 
751
- #: top-10.php:1135
752
  msgid "Settings"
753
  msgstr "Налаштування плагіна"
754
 
755
- #: top-10.php:1148
756
  msgid "Donate"
757
  msgstr "Зробити внесок"
758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  #, fuzzy
760
  #~ msgid "Exclude Pages?"
761
  #~ msgstr "Виключити Категорії:"
@@ -773,9 +877,6 @@ msgstr "Зробити внесок"
773
  #~ msgid "Tables cleaned of duplicate rows"
774
  #~ msgstr "Все повторювані записи в статистиці були видалені"
775
 
776
- #~ msgid "Display number of views on pages?"
777
- #~ msgstr "Показувати кількість переглядів сторінки?"
778
-
779
  #~ msgid ""
780
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
781
  #~ "added with the count"
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-02-16 13:54-0000\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"
15
  "X-Generator: Poedit 1.5.7\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin.inc.php:112
 
 
 
 
 
 
 
 
19
  msgid "Options saved successfully."
20
  msgstr "Установки збережені."
21
 
22
+ #: admin.inc.php:122
23
  msgid "Options set to Default."
24
  msgstr "Установки скинуті."
25
 
26
+ #: admin.inc.php:128
27
  msgid "Top 10 popular posts reset"
28
  msgstr "Скинути статистику найпопулярніших записів"
29
 
30
+ #: admin.inc.php:134
31
  msgid "Top 10 daily popular posts reset"
32
  msgstr "Скинути статистику найпопулярніших записів за сьогодні"
33
 
34
+ #: admin.inc.php:141
35
  msgid "Duplicate rows cleaned from tables"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:152
39
+ msgid "Scheduled maintenance enabled / modified"
40
+ msgstr ""
41
+
42
+ #: admin.inc.php:156
43
+ msgid "Scheduled maintenance disabled"
44
+ msgstr ""
45
+
46
+ #: admin.inc.php:172
47
  msgid "General options"
48
  msgstr ""
49
 
50
+ #: admin.inc.php:176
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
+ #: admin.inc.php:181
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
+ #: admin.inc.php:186
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
+ #: admin.inc.php:188
63
  msgid ""
64
  "This will try to prevent W3 Total Cache from caching the addcount script of "
65
  "the plugin. Try toggling this option in case you find that our posts are not "
66
  "tracked."
67
  msgstr ""
68
 
69
+ #: admin.inc.php:192
70
  msgid "Number of popular posts to display: "
71
  msgstr "Кількість Популярних записів у списку:"
72
 
73
+ #: admin.inc.php:194
74
+ msgid ""
75
+ "Maximum number of posts that will be displayed in the list. This option is "
76
+ "used if you don't specify the number of posts in the widget or shortcodes"
77
+ msgstr ""
78
+
79
+ #: admin.inc.php:198
80
  msgid "Daily Popular should contain views of how many days? "
81
  msgstr ""
82
  "За скільки днів вважати перегляди для списку Популярних сьогодні записів?"
83
 
84
+ #: admin.inc.php:200
85
+ msgid ""
86
+ "Instead of displaying popular posts fromt he past day, this setting lets you "
87
+ "display posts for as many days as you want. This can be overridden in the "
88
+ "widget."
89
+ msgstr ""
90
+
91
+ #: admin.inc.php:203
92
  msgid "Post types to include in results (including custom post types)"
93
  msgstr ""
94
 
95
+ #: admin.inc.php:214
96
  msgid "List of post or page IDs to exclude from the results: "
97
  msgstr ""
98
 
99
+ #: admin.inc.php:216 admin.inc.php:352
100
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
101
+ msgstr ""
102
+
103
+ #: admin.inc.php:220
104
  msgid "Exclude Categories: "
105
  msgstr "Виключити Категорії:"
106
 
107
+ #: admin.inc.php:235
108
  msgid ""
109
  "Comma separated list of category slugs. The field above has an autocomplete "
110
  "so simply start typing in the starting letters and it will prompt you with "
111
  "options"
112
  msgstr ""
113
 
114
+ #: admin.inc.php:240
115
  #, fuzzy
116
  msgid "Display number of views on:"
117
  msgstr "Показувати кількість переглядів запису?"
118
 
119
+ #: admin.inc.php:242
120
  msgid "Posts"
121
  msgstr ""
122
 
123
+ #: admin.inc.php:243
124
  #, fuzzy
125
  msgid "Pages"
126
  msgstr "Сторінка"
127
 
128
+ #: admin.inc.php:244
129
  msgid "Home page"
130
  msgstr ""
131
 
132
+ #: admin.inc.php:245
133
  msgid "Feeds"
134
  msgstr ""
135
 
136
+ #: admin.inc.php:246
137
  msgid "Category archives"
138
  msgstr ""
139
 
140
+ #: admin.inc.php:247
141
  msgid "Tag archives"
142
  msgstr ""
143
 
144
+ #: admin.inc.php:248
145
  msgid "Other archives"
146
  msgstr ""
147
 
148
+ #: admin.inc.php:249
149
  msgid ""
150
  "If you choose to disable this, please add <code>&lt;?php if(function_exists"
151
  "('echo_ald_tptn')) echo_ald_tptn(); ?&gt;</code> to your template file where "
152
  "you want it displayed"
153
  msgstr ""
154
 
155
+ #: admin.inc.php:252
156
  msgid "Always display latest post count"
157
  msgstr ""
158
 
159
+ #: admin.inc.php:254
160
  msgid ""
161
  "This option uses JavaScript and will increase your page load time. Turn this "
162
  "off if you are not using caching plugins or are OK with displaying older "
163
+ "cached counts."
 
164
  msgstr ""
165
 
166
+ #: admin.inc.php:257
167
+ msgid "Track visits of authors on their own posts?"
168
+ msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
169
+
170
+ #: admin.inc.php:259
171
+ msgid ""
172
+ "Disabling this option will stop authors visits tracked on their own posts"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:262
176
  #, fuzzy
177
+ msgid "Track visits of admins?"
178
+ msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
179
+
180
+ #: admin.inc.php:264
181
+ msgid "Disabling this option will stop admin visits being tracked."
182
  msgstr ""
 
 
183
 
184
+ #: admin.inc.php:267
185
+ msgid "Display page views on Posts and Pages in Admin"
186
+ msgstr ""
187
+
188
+ #: admin.inc.php:270
189
+ msgid ""
190
+ "Adds three columns called Total Views, Today's Views and Views to All Posts "
191
+ "and All Pages"
192
+ msgstr ""
193
 
194
+ #: admin.inc.php:273
195
  #, fuzzy
196
+ msgid "Show number of views to non-admins"
197
+ msgstr "Показувати кількість переглядів сторінки?"
198
 
199
+ #: admin.inc.php:276
200
+ msgid ""
201
+ "If you disable this then non-admins won't see the above columns or view the "
202
+ "independent pages with the top posts"
203
  msgstr ""
204
 
205
+ #: admin.inc.php:279
206
  msgid "Link to Top 10 plugin page"
207
  msgstr ""
208
 
209
+ #: admin.inc.php:282
210
  #, fuzzy
211
  msgid ""
212
  "A link to the plugin is added as an extra list item to the list of popular "
215
  "Залишити посилання на плагін під списками Популярних записів? Автор плагіна "
216
  "був би дуже вдячний Вам, якщо Ви її все ж залишите!"
217
 
218
+ #: admin.inc.php:289
219
  #, fuzzy
220
+ msgid "Output options"
221
  msgstr "Установки плагіна:"
222
 
223
+ #: admin.inc.php:292
224
+ #, fuzzy
225
+ msgid "Format to display the post views:"
226
  msgstr ""
227
  "У полі нижче ви можете налаштувати формат відображення кількості переглядів "
228
  "за день, за весь час для записів/сторінок:"
229
 
230
+ #: admin.inc.php:294
231
  #, fuzzy
232
  msgid ""
233
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
239
  "переглядів, а <code>%dailycount%</code> - перегляди за добу. Наприклад: "
240
  "<code>(Запис переглянуто 123 рази, сьогодні переглядів - 23)</code>."
241
 
242
+ #: admin.inc.php:297
243
+ msgid "What do display when there are no visits?"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:299
247
+ msgid ""
248
+ "This text applies only when there are 0 hits for the post and it isn't a "
249
+ "single page. e.g. if you display post views on the homepage or archives then "
250
+ "this text will be used. To override this, just enter the same text as above "
251
+ "option."
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:302
255
  msgid "Title of popular posts: "
256
  msgstr "Заголовок списку Популярних записів:"
257
 
258
+ #: admin.inc.php:305
259
  msgid "Title of daily popular posts: "
260
  msgstr "Заголовок списку Популярних сьогодні записів:"
261
 
262
+ #: admin.inc.php:308
263
  msgid "When there are no posts, what should be shown?"
264
  msgstr ""
265
 
266
+ #: admin.inc.php:312
267
  msgid "Blank Output"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:316
271
  msgid "Display:"
272
  msgstr ""
273
 
274
+ #: admin.inc.php:320
275
  msgid "Show post excerpt in list?"
276
  msgstr "Показувати текст запису в списку?"
277
 
278
+ #: admin.inc.php:323
279
  msgid "Length of excerpt (in words): "
280
  msgstr "Довжина виведеного тексту (в словах):"
281
 
282
+ #: admin.inc.php:326
283
  #, fuzzy
284
  msgid "Show post author in list?"
285
  msgstr "Показувати текст запису в списку?"
286
 
287
+ #: admin.inc.php:329
288
  #, fuzzy
289
  msgid "Show post date in list?"
290
  msgstr "Показувати текст запису в списку?"
291
 
292
+ #: admin.inc.php:332
293
  msgid "Limit post title length (in characters)"
294
  msgstr ""
295
 
296
+ #: admin.inc.php:335
297
+ #, fuzzy
298
+ msgid "Show view count in list?"
299
+ msgstr "Показувати текст запису в списку?"
300
+
301
+ #: admin.inc.php:338
302
+ msgid "Always display latest post count in the daily lists?"
303
+ msgstr ""
304
+
305
+ #: admin.inc.php:340
306
+ msgid ""
307
+ "This option uses JavaScript and will increase your page load time. When you "
308
+ "enable this option, the daily widget will not use the options set there, but "
309
+ "options will need to be set on this screen."
310
  msgstr ""
 
311
 
312
+ #: admin.inc.php:343
313
  msgid "Open links in new window"
314
  msgstr ""
315
 
316
+ #: admin.inc.php:346
317
  msgid "Add nofollow attribute to links in the list"
318
  msgstr ""
319
 
320
+ #: admin.inc.php:349
321
  msgid "Exclude display of related posts on these posts / pages"
322
  msgstr ""
323
 
324
+ #: admin.inc.php:355
325
+ #, fuzzy
326
+ msgid "Customise the list HTML"
 
 
 
327
  msgstr "Установки оформлення списку:"
328
 
329
+ #: admin.inc.php:357
330
  msgid "HTML to display before the list of posts: "
331
  msgstr "HTML-тег, який використовується перед списком:"
332
 
333
+ #: admin.inc.php:360
334
  msgid "HTML to display before each list item: "
335
  msgstr "HTML-тег, який використовується перед кожним пунктом у списку:"
336
 
337
+ #: admin.inc.php:363
338
  msgid "HTML to display after each list item: "
339
  msgstr "HTML-тег, який використовується після кожного пункту в списку:"
340
 
341
+ #: admin.inc.php:366
342
  msgid "HTML to display after the list of posts: "
343
  msgstr "HTML-тег, який використовується після списку:"
344
 
345
+ #: admin.inc.php:369
346
  msgid "Post thumbnail options:"
347
  msgstr "Установки превью до записів:"
348
 
349
+ #: admin.inc.php:371
350
  msgid "Location of post thumbnail:"
351
  msgstr ""
352
 
353
+ #: admin.inc.php:375
354
  #, fuzzy
355
  msgid "Display thumbnails inline with posts, before title"
356
  msgstr "Відображати і превью, і текст"
357
 
358
+ #: admin.inc.php:379
359
  #, fuzzy
360
  msgid "Display thumbnails inline with posts, after title"
361
  msgstr "Відображати і превью, і текст"
362
 
363
+ #: admin.inc.php:383
364
  msgid "Display only thumbnails, no text"
365
  msgstr "Показувати тільки превью, без тексту"
366
 
367
+ #: admin.inc.php:387
368
  msgid "Do not display thumbnails, only text."
369
  msgstr "Показувати лише текст, без превью"
370
 
371
+ #: admin.inc.php:391
372
  msgid "Width of the thumbnail: "
373
  msgstr ""
374
 
375
+ #: admin.inc.php:394
376
  msgid "Height of the thumbnail: "
377
  msgstr ""
378
 
379
+ #: admin.inc.php:397
380
  msgid "Style attributes / Width and Height HTML attributes:"
381
  msgstr ""
382
 
383
+ #: admin.inc.php:401
384
+ msgid "Style attributes are used for width and height."
 
385
  msgstr ""
386
 
387
+ #: admin.inc.php:405
388
+ msgid "HTML width and height attributes are used for width and height."
 
 
389
  msgstr ""
390
 
391
+ #: admin.inc.php:409
392
  msgid "Use timthumb to generate thumbnails? "
393
  msgstr ""
394
 
395
+ #: admin.inc.php:412
396
  msgid ""
397
+ "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/\" "
398
+ "target=\"_blank\">timthumb</a> will be used to generate thumbnails"
399
  msgstr ""
400
 
401
+ #: admin.inc.php:415
402
  #, fuzzy
403
  msgid "Post thumbnail meta field name: "
404
  msgstr "Установки превью до записів:"
405
 
406
+ #: admin.inc.php:418
407
  msgid ""
408
  "The value of this field should contain the image source and is set in the "
409
  "<em>Add New Post</em> screen"
410
  msgstr ""
411
 
412
+ #: admin.inc.php:421
413
  #, fuzzy
414
  msgid ""
415
  "If the postmeta is not set, then should the plugin extract the first image "
419
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
420
  "так як буде створюватися зменшена копія зображення"
421
 
422
+ #: admin.inc.php:424
423
  #, fuzzy
424
  msgid ""
425
  "This could slow down the loading of your page if the first image in the "
429
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
430
  "так як буде створюватися зменшена копія зображення"
431
 
432
+ #: admin.inc.php:427
433
  msgid "Use default thumbnail? "
434
  msgstr ""
435
 
436
+ #: admin.inc.php:430
437
  msgid ""
438
  "If checked, when no thumbnail is found, show a default one from the URL "
439
  "below. If not checked and no thumbnail is found, no image will be shown."
440
  msgstr ""
441
 
442
+ #: admin.inc.php:433
443
  msgid "Default thumbnail: "
444
  msgstr ""
445
 
446
+ #: admin.inc.php:437
447
  #, fuzzy
448
  msgid ""
449
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
454
  "заданому раніше мета-полю). Якщо ж превью нема - буде виводитися картинка за "
455
  "замовчунням:"
456
 
457
+ #: admin.inc.php:444
458
+ msgid "Custom CSS"
459
+ msgstr ""
460
+
461
+ #: admin.inc.php:447
462
+ msgid "Use default style included in the plugin?"
463
  msgstr ""
464
 
465
+ #: admin.inc.php:450
466
+ msgid ""
467
+ "Top 10 includes a default style that makes your popular posts list to look "
468
+ "pretty. Check the box above if you want to use this. You will need to select "
469
+ "<strong>Thumbnails inline, before title</strong> in Output Options or in the "
470
+ "Widget."
471
+ msgstr ""
472
+
473
+ #: admin.inc.php:453
474
  msgid "Custom CSS to add to header:"
475
  msgstr ""
476
 
477
+ #: admin.inc.php:456
478
  msgid ""
479
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
480
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
481
  "available CSS classes to style."
482
  msgstr ""
483
 
484
+ #: admin.inc.php:463 admin.inc.php:529
485
+ #, fuzzy
486
+ msgid "Save Options"
487
+ msgstr "Установки плагіна:"
488
+
489
+ #: admin.inc.php:464
490
+ #, fuzzy
491
+ msgid "Default Options"
492
+ msgstr "Установки плагіна:"
493
+
494
+ #: admin.inc.php:464
495
+ msgid "Do you want to set options to Default?"
496
+ msgstr "Скинути налаштування плагіна?"
497
+
498
+ #: admin.inc.php:473
499
  msgid "Maintenance"
500
  msgstr ""
501
 
502
+ #: admin.inc.php:477
503
  msgid ""
504
  "Over time the Daily Top 10 database grows in size, which reduces the "
505
  "performance of the plugin. Cleaning the database at regular intervals could "
506
+ "improve performance, especially on high traffic blogs. Enabling maintenance "
507
+ "will automatically delete entries older than 90 days."
508
  msgstr ""
509
 
510
+ #: admin.inc.php:478
511
  msgid ""
512
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
513
+ "everytime the job is rescheduled (i.e. you change the settings below)."
 
514
  msgstr ""
515
 
516
+ #: admin.inc.php:481
517
  msgid "Enable scheduled maintenance of daily tables:"
518
  msgstr ""
519
 
520
+ #: admin.inc.php:485
521
  msgid "Time to run maintenance"
522
  msgstr ""
523
 
524
+ #: admin.inc.php:486
525
+ msgid "hrs"
526
+ msgstr ""
527
+
528
+ #: admin.inc.php:486
529
+ msgid "min"
530
+ msgstr ""
531
+
532
+ #: admin.inc.php:488
533
  msgid "How often should the maintenance be run:"
534
  msgstr ""
535
 
536
+ #: admin.inc.php:492
537
  msgid "Daily"
538
  msgstr ""
539
 
540
+ #: admin.inc.php:496
541
  msgid "Weekly"
542
  msgstr ""
543
 
544
+ #: admin.inc.php:500
545
  msgid "Fortnightly"
546
  msgstr ""
547
 
548
+ #: admin.inc.php:504
549
  msgid "Monthly"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:513
553
  msgid "The cron job has been scheduled. Maintenance will run "
554
  msgstr ""
555
 
556
+ #: admin.inc.php:518
557
  msgid "The cron job is missing. Please resave this page to add the job"
558
  msgstr ""
559
 
560
+ #: admin.inc.php:523
561
  msgid "Maintenance is turned off"
562
  msgstr ""
563
 
564
+ #: admin.inc.php:537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  msgid "Reset count"
566
  msgstr "Скинути статистику"
567
 
568
+ #: admin.inc.php:540
569
  msgid ""
570
  "This cannot be reversed. Make sure that your database has been backed up "
571
  "before proceeding"
573
  "Скидання статистики не може бути обернена. Перед тим, як скидати все, "
574
  "переконайтесь, що у вас є копія вашої бази даних!"
575
 
576
+ #: admin.inc.php:543
577
  #, fuzzy
578
  msgid "Reset Popular Posts"
579
  msgstr "Популярні записи"
580
 
581
+ #: admin.inc.php:543
582
  msgid "Are you sure you want to reset the popular posts?"
583
  msgstr "Ви впевнені, що хочете скинути статистику для Популярних записів?"
584
 
585
+ #: admin.inc.php:544
586
  #, fuzzy
587
  msgid "Reset Daily Popular Posts"
588
  msgstr "Популярні сьогодні записи"
589
 
590
+ #: admin.inc.php:544
591
  msgid "Are you sure you want to reset the daily popular posts?"
592
  msgstr ""
593
  "Ви впевнені, що хочете скинути статистику для Популярних сьогодні записів?"
594
 
595
+ #: admin.inc.php:545
596
  msgid "Clear duplicates"
597
  msgstr ""
598
 
599
+ #: admin.inc.php:545
600
  msgid "This will delete the duplicate entries in the tables. Proceed?"
601
  msgstr "Буде проведено видалення дубльованих запісів з статистики. Продовжити?"
602
 
603
+ #: admin.inc.php:593 admin.inc.php:979
604
  msgid "Popular Posts"
605
  msgstr "Популярні записи"
606
 
607
+ #: admin.inc.php:593 admin.inc.php:688
608
  msgid "Daily Popular Posts"
609
  msgstr "Популярні сьогодні записи"
610
 
611
+ #: admin.inc.php:621
612
  msgid "Support the development"
613
  msgstr "Підтримати автора плагіна"
614
 
615
+ #: admin.inc.php:630
616
  msgid "Enter amount in USD: "
617
  msgstr "Скільки ви готові пожертвувати (в USD):"
618
 
619
+ #: admin.inc.php:634
620
  msgid "Send your donation to the author of"
621
  msgstr "Відправте пожертву автору"
622
 
623
+ #: admin.inc.php:641
624
+ msgid "Follow me"
625
  msgstr ""
626
 
627
+ #: admin.inc.php:651
628
  #, fuzzy
629
+ msgid "Quick links"
630
  msgstr "Корисні посилання"
631
 
632
+ #: admin.inc.php:655
633
  #, fuzzy
634
  msgid "Top 10 plugin page"
635
  msgstr "Сторінка плагіна"
636
 
637
+ #: admin.inc.php:656
638
  msgid "Other plugins"
639
  msgstr "Інші плагіни автора"
640
 
641
+ #: admin.inc.php:657
642
  msgid "Ajay's blog"
643
  msgstr "Блог Ajay"
644
 
645
+ #: admin.inc.php:658
646
+ msgid "FAQ"
647
+ msgstr ""
648
+
649
+ #: admin.inc.php:659 top-10.php:1271
650
  msgid "Support"
651
  msgstr "Підтримка (англ.)"
652
 
653
+ #: admin.inc.php:660
654
+ msgid "Reviews"
655
+ msgstr ""
656
 
657
+ #: admin.inc.php:679 admin.inc.php:682
658
  #, fuzzy
659
  msgid "Top 10 Settings"
660
  msgstr "Налаштування плагіна"
661
 
662
+ #: admin.inc.php:679
663
  msgid "Top 10"
664
  msgstr "Топ 10 записів"
665
 
666
+ #: admin.inc.php:685
667
  #, fuzzy
668
  msgid "Overall Popular Posts"
669
  msgstr "Подивитися всі Популярні записи"
670
 
671
+ #: admin.inc.php:850
672
+ #, php-format
673
+ msgid "Results %1$s to %2$s of %3$s"
674
+ msgstr ""
 
 
 
675
 
676
+ #: admin.inc.php:854
677
+ #, php-format
678
+ msgid "Page %s of %s"
679
+ msgstr ""
680
 
681
+ #: admin.inc.php:866
682
  msgid "View Daily Popular Posts"
683
  msgstr "Подивитися всі Популярні сьогодні записи"
684
 
685
+ #: admin.inc.php:869 admin.inc.php:882
686
  msgid "Results per-page:"
687
  msgstr "Результатів на сторінку:"
688
 
689
+ #: admin.inc.php:879
690
  msgid "View Overall Popular Posts"
691
  msgstr "Подивитися всі Популярні записи"
692
 
693
+ #: admin.inc.php:908
694
  msgid "Previous"
695
  msgstr "Попередня сторінка"
696
 
697
+ #: admin.inc.php:936
698
  msgid "Next"
699
  msgstr "Наступна сторінка"
700
 
701
+ #: admin.inc.php:980
702
  msgid "Daily Popular"
703
  msgstr "Популярні сьогодні записи"
704
 
705
+ #: admin.inc.php:998
706
  #, fuzzy
707
  msgid "Total Views"
708
  msgstr "Всього/Сьогодні"
709
 
710
+ #: admin.inc.php:999
711
  #, fuzzy
712
  msgid "Today's Views"
713
  msgstr "Всього/Сьогодні"
714
 
715
+ #: admin.inc.php:1000
716
+ #, fuzzy
717
+ msgid "Views"
718
+ msgstr "Всього/Сьогодні"
719
+
720
+ #: top-10.php:440
721
  msgid " by "
722
  msgstr ""
723
 
724
+ #: top-10.php:526
725
  msgid "Display the posts popular this week"
726
  msgstr ""
727
 
728
+ #: top-10.php:527
729
  #, fuzzy
730
  msgid "Popular Posts [Top 10]"
731
  msgstr "Популярні записи"
732
 
733
+ #: top-10.php:545
734
  msgid "Title"
735
  msgstr ""
736
 
737
+ #: top-10.php:550
738
  msgid "No. of posts"
739
  msgstr ""
740
 
741
+ #: top-10.php:555
742
  msgid "Overall"
743
  msgstr ""
744
 
745
+ #: top-10.php:556
746
  msgid "Custom time period (Enter below)"
747
  msgstr ""
748
 
749
+ #: top-10.php:561
750
  msgid "Range in number of days (applies only to custom option above)"
751
  msgstr ""
752
 
753
+ #: top-10.php:566
754
+ #, fuzzy
755
+ msgid " Show count?"
756
+ msgstr "Показувати текст запису в списку?"
757
+
758
+ #: top-10.php:571
759
  #, fuzzy
760
  msgid " Show excerpt?"
761
  msgstr "Показувати текст запису в списку?"
762
 
763
+ #: top-10.php:576
764
  msgid " Show author?"
765
  msgstr ""
766
 
767
+ #: top-10.php:581
768
  #, fuzzy
769
  msgid " Show date?"
770
  msgstr "Показувати текст запису в списку?"
771
 
772
+ #: top-10.php:585
773
  #, fuzzy
774
  msgid "Thumbnail options"
775
  msgstr "Установки превью до записів:"
776
 
777
+ #: top-10.php:587
778
  #, fuzzy
779
  msgid "Thumbnails inline, before title"
780
  msgstr "Відображати і превью, і текст"
781
 
782
+ #: top-10.php:588
783
  #, fuzzy
784
  msgid "Thumbnails inline, after title"
785
  msgstr "Відображати і превью, і текст"
786
 
787
+ #: top-10.php:589
788
  #, fuzzy
789
  msgid "Only thumbnails, no text"
790
  msgstr "Показувати тільки превью, без тексту"
791
 
792
+ #: top-10.php:590
793
  #, fuzzy
794
  msgid "No thumbnails, only text."
795
  msgstr "Показувати лише текст, без превью"
796
 
797
+ #: top-10.php:595
798
  #, fuzzy
799
  msgid "Thumbnail height"
800
  msgstr "Установки превью до записів:"
801
 
802
+ #: top-10.php:600
803
  #, fuzzy
804
  msgid "Thumbnail width"
805
  msgstr "Установки превью до записів:"
806
 
807
+ #: top-10.php:721
808
  msgid "<h3>Popular Posts</h3>"
809
  msgstr "<h3>Популярні записи</h3>"
810
 
811
+ #: top-10.php:722
812
  msgid "<h3>Daily Popular</h3>"
813
  msgstr "<h3>Популярні сьогодні записи</h3>"
814
 
815
+ #: top-10.php:723
816
  #, fuzzy
817
  msgid "No top posts yet"
818
  msgstr "Скинути статистику найпопулярніших записів"
819
 
820
+ #: top-10.php:1188
821
  msgid "Once Weekly"
822
  msgstr ""
823
 
824
+ #: top-10.php:1192
825
  msgid "Once Fortnightly"
826
  msgstr ""
827
 
828
+ #: top-10.php:1196
829
  msgid "Once Monthly"
830
  msgstr ""
831
 
832
+ #: top-10.php:1259
833
  msgid "Settings"
834
  msgstr "Налаштування плагіна"
835
 
836
+ #: top-10.php:1272
837
  msgid "Donate"
838
  msgstr "Зробити внесок"
839
 
840
+ #, fuzzy
841
+ #~ msgid "This option uses JavaScript and will increase your page load time"
842
+ #~ msgstr ""
843
+ #~ "Зробити список Популярних записів динамічним? Опція використовує "
844
+ #~ "JavaScript, і це може збільшити час завантаження сторінок"
845
+
846
+ #~ msgid "Display number of page views in popular lists?"
847
+ #~ msgstr ""
848
+ #~ "Показувати кількість переглядів записів/сторінок в списку Популярних "
849
+ #~ "записів?"
850
+
851
+ #~ msgid "Recent developments"
852
+ #~ msgstr "Останні розробки"
853
+
854
+ #~ msgid "Results"
855
+ #~ msgstr "Результати"
856
+
857
+ #~ msgid "of"
858
+ #~ msgstr "з"
859
+
860
+ #~ msgid "Page"
861
+ #~ msgstr "Сторінка"
862
+
863
  #, fuzzy
864
  #~ msgid "Exclude Pages?"
865
  #~ msgstr "Виключити Категорії:"
877
  #~ msgid "Tables cleaned of duplicate rows"
878
  #~ msgstr "Все повторювані записи в статистиці були видалені"
879
 
 
 
 
880
  #~ msgid ""
881
  #~ "Display page views on Edit posts/pages in WP-Admin? An extra column is "
882
  #~ "added with the count"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Tags: top 10, counter, popular posts, top posts, daily popular, page views, stat
3
  Contributors: Ajay
4
  Donate link: http://ajaydsouza.com/donate/
5
  Stable tag: trunk
6
- Requires at least: 3.0
7
- Tested up to: 3.7
8
  License: GPLv2 or later
9
 
10
 
@@ -22,6 +22,7 @@ Includes a sidebar widget to display the popular posts. And, all settings can be
22
  * **Show off popular posts**: Display a list of daily and/or overall popular posts by page count. You can choose how many posts are to be displayed plus loads of other customisation options
23
  * **Widget ready**: Sidebar widgets available for daily popular and overall popular posts. Highly customizable widgets to control what you want to display in the list of posts
24
  * **Customisable output**:
 
25
  * Output wrapped in CSS classes that allows you to style the list. You can enter your custom CSS styles from within WordPress Admin area under "Custom Styles"
26
  * Pick your own HTML tags to use for displaying the output in case you don't prefer the default `list` format
27
  * **Thumbnail support**
@@ -29,10 +30,14 @@ Includes a sidebar widget to display the popular posts. And, all settings can be
29
  * Auto-extract the first image in your post to be displayed as a thumbnail
30
  * Manually enter the URL of the thumbnail via <a href="http://codex.wordpress.org/Custom_Fields">WordPress meta fields</a>
31
  * Use timthumb to crop and resize images
 
32
  * **Exclusions**: Exclude posts from select categories from appearing in the top posts list. Also exclude posts by ID from appearing in the list
33
  * **Admin interface**: View list of daily and/or overall popular posts from within the dashboard. Top 10 will also add two sortable columns to your All Posts and All Pages pages in your WordPress Admin area
34
- * **Clean uninstall**: If you choose to delete the plugin from within WP-Admin, the plugin will remove all its data. But why would you?
35
  * **Works with caching plugins** like WP-Super-Cache, W3 Total Cache or Quick Cache
 
 
 
 
36
 
37
 
38
  == Screenshots ==
@@ -46,12 +51,25 @@ Includes a sidebar widget to display the popular posts. And, all settings can be
46
 
47
  == Upgrade Notice ==
48
 
49
- = 1.9.8.5 =
50
- Author display name is used now, cleaner pagination, new function to get the post count only.
51
- Refer to the changelog for more details
52
 
53
  == Changelog ==
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  = 1.9.8.5 =
56
  * Modified: Including the author in the list will now use the Display Name which is set under “Display name publicly as” in the User Profile page
57
  * Fixed: If the Thumbnail meta field is omitted under Output Options, the plugin will automatically revert to its default value i.e. "post-image"
@@ -228,6 +246,14 @@ Refer to the changelog for more details
228
 
229
  == Installation ==
230
 
 
 
 
 
 
 
 
 
231
  1. Download the plugin
232
 
233
  2. Extract the contents of top-10.zip to wp-content/plugins/ folder. You should get a folder called top-10.
@@ -240,12 +266,10 @@ Refer to the changelog for more details
240
 
241
  6. Go to **Top 10 &raquo; Overall Popular Posts** and **Top 10 &raquo; Daily Popular Posts** to view the list of popular posts
242
 
243
- Alternatively, search for **Top 10** from Plugins &raquo; Add New within your WordPress admin.
244
-
245
 
246
  == Frequently Asked Questions ==
247
 
248
- If your question isn't listed here, please post a comment at the <a href="http://wordpress.org/support/plugin/top-10">WordPress.org support forum</a>. I monitor the forums on an ongoing basis. If you're looking for more advanced support, please see <a href="http://ajaydsouza.com/support/">details here</a>.
249
 
250
  = How can I customise the output? =
251
 
@@ -271,6 +295,40 @@ The following CSS classes / IDs are available:
271
 
272
  For more information, please visit http://ajaydsouza.com/wordpress/plugins/top-10/
273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  = How does the plugin select thumbnails? =
275
 
276
  The plugin selects thumbnails in the following order:
3
  Contributors: Ajay
4
  Donate link: http://ajaydsouza.com/donate/
5
  Stable tag: trunk
6
+ Requires at least: 3.3
7
+ Tested up to: 3.9
8
  License: GPLv2 or later
9
 
10
 
22
  * **Show off popular posts**: Display a list of daily and/or overall popular posts by page count. You can choose how many posts are to be displayed plus loads of other customisation options
23
  * **Widget ready**: Sidebar widgets available for daily popular and overall popular posts. Highly customizable widgets to control what you want to display in the list of posts
24
  * **Customisable output**:
25
+ * Top 10 includes a default CSS style to make your popular posts list look pretty. Choose **Thumbnails inline, before title** under 'Thumbnail options' when using this option
26
  * Output wrapped in CSS classes that allows you to style the list. You can enter your custom CSS styles from within WordPress Admin area under "Custom Styles"
27
  * Pick your own HTML tags to use for displaying the output in case you don't prefer the default `list` format
28
  * **Thumbnail support**
30
  * Auto-extract the first image in your post to be displayed as a thumbnail
31
  * Manually enter the URL of the thumbnail via <a href="http://codex.wordpress.org/Custom_Fields">WordPress meta fields</a>
32
  * Use timthumb to crop and resize images
33
+ * **Shortcodes**: The plugin includes two shortcodes `[tptn_list]` and `[tptn_views]` to display the posts list and the number of views respectively
34
  * **Exclusions**: Exclude posts from select categories from appearing in the top posts list. Also exclude posts by ID from appearing in the list
35
  * **Admin interface**: View list of daily and/or overall popular posts from within the dashboard. Top 10 will also add two sortable columns to your All Posts and All Pages pages in your WordPress Admin area
 
36
  * **Works with caching plugins** like WP-Super-Cache, W3 Total Cache or Quick Cache
37
+ * **Clean uninstall**: If you choose to delete the plugin from within WP-Admin, the plugin will remove all its data. But why would you?
38
+
39
+
40
+ If you're looking for a plugin to display related, look no further than my other plugin <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts">Contextual Related Posts</a>.
41
 
42
 
43
  == Screenshots ==
51
 
52
  == Upgrade Notice ==
53
 
54
+ = 1.9.9 =
55
+ New default style, new shortcodes, responsive admin interface, option to disable counts from non-admin and lots more...
56
+ Refer to the Changeog for more details
57
 
58
  == Changelog ==
59
 
60
+ = 1.9.9 =
61
+ * New: Default style to make those popular posts a little pretty. Choose **Thumbnails inline, before title** under 'Thumbnail options'
62
+ * New: Option to disable display of counts to non-admins. Check out the option 'Show number of views to non-admins'
63
+ * New: Option to display different text when there are no hits on the post on non single posts e.g. home page, archives, etc.
64
+ * New: Class `tptn_posts_widget` for the widgets
65
+ * Modified: Brought back the old columns "Views" in the Admin Posts and Pages which contains both the Overall and Daily counts
66
+ * Modified: New admin interface keeping mobile first in mind
67
+ * Modified: Optimised widgets loading
68
+ * Modified: Cron job will now delete entries from the daily table older than 90 days
69
+ * Fixed: mySQL error messages due to improper escaping
70
+ * Fixed: Plugin no longer overwrites cron schedules
71
+ * Modified: Lot's of code optimisation and cleanup
72
+
73
  = 1.9.8.5 =
74
  * Modified: Including the author in the list will now use the Display Name which is set under “Display name publicly as” in the User Profile page
75
  * Fixed: If the Thumbnail meta field is omitted under Output Options, the plugin will automatically revert to its default value i.e. "post-image"
246
 
247
  == Installation ==
248
 
249
+ = WordPress install =
250
+ 1. Navigate to Plugins within your WordPress Admin Area
251
+
252
+ 2. Click "Add new" and in the search box enter "Top 10" and select "Keyword" from the dropdown
253
+
254
+ 3. Find the plugin in the list (usually the first result) and click "Install Now"
255
+
256
+ = Manual install =
257
  1. Download the plugin
258
 
259
  2. Extract the contents of top-10.zip to wp-content/plugins/ folder. You should get a folder called top-10.
266
 
267
  6. Go to **Top 10 &raquo; Overall Popular Posts** and **Top 10 &raquo; Daily Popular Posts** to view the list of popular posts
268
 
 
 
269
 
270
  == Frequently Asked Questions ==
271
 
272
+ If your question isn't listed here, please create a new post in the <a href="http://wordpress.org/support/plugin/top-10">WordPress.org support forum</a>. I monitor the forums on an ongoing basis. If you're looking for more advanced *paid* support, please see <a href="http://ajaydsouza.com/support/">details here</a>.
273
 
274
  = How can I customise the output? =
275
 
295
 
296
  For more information, please visit http://ajaydsouza.com/wordpress/plugins/top-10/
297
 
298
+ = Shortcodes =
299
+
300
+ You can insert the popular posts anywhere in your post using the `[tptn_list]` shortcode. The plugin takes three optional attributes `limit`, `heading` and `daily` as follows:
301
+
302
+ `[tptn_list limit="5" heading="1" daily="0"]`
303
+
304
+ *limit* : Maximum number of posts to return. The actual number displayed may be lower depending on the category / post exclusion settings.
305
+
306
+ *heading* : By default, the heading you specify in **Title of popular posts:** under **Output options** will be displayed. You can override this by specifying your own heading e.g.
307
+
308
+ `
309
+ <h3>Top posts</h3>
310
+ [tptn_list limit="2" heading="0"]
311
+ `
312
+ *daily* : If set to 1, then the shortcode will return the daily popular posts list
313
+
314
+
315
+ You can also display the number of visits using the `[tptn_views]` shortcode. The plugin takes one optional attribute `daily` as follows:
316
+
317
+ `[tptn_views daily="0"]`
318
+
319
+ *daily* : If set to 1, then the shortcode will return the number of _daily_ views
320
+
321
+
322
+ = Filters =
323
+
324
+ The plugin includes the following filters that allows you to customise the output for several section using <a href="http://codex.wordpress.org/Function_Reference/add_filter">add_filter</a>.
325
+
326
+ *tptn_heading_title* : Filter for heading title of the posts. This is the text that you enter under *Output options > Title of related posts*
327
+
328
+ *tptn_title* : Filter for the post title for each of the related posts
329
+
330
+ I'll be adding more filters eventually. If you are looking for any particular filter do raise a post in the <a href="http://wordpress.org/support/plugin/contextual-related-posts">support forum</a> requesting the same.
331
+
332
  = How does the plugin select thumbnails? =
333
 
334
  The plugin selects thumbnails in the following order:
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file
screenshot-3.png CHANGED
Binary file
screenshot-4.png CHANGED
Binary file
screenshot-5.png CHANGED
Binary file
tabber/example.css DELETED
@@ -1,109 +0,0 @@
1
- /* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
2
-
3
- /*--------------------------------------------------
4
- REQUIRED to hide the non-active tab content.
5
- But do not hide them in the print stylesheet!
6
- --------------------------------------------------*/
7
- .tabberlive .tabbertabhide {
8
- display:none;
9
- }
10
-
11
- /*--------------------------------------------------
12
- .tabber = before the tabber interface is set up
13
- .tabberlive = after the tabber interface is set up
14
- --------------------------------------------------*/
15
- .tabber {
16
- }
17
- .tabberlive {
18
- margin-top:1em;
19
- }
20
-
21
- /*--------------------------------------------------
22
- ul.tabbernav = the tab navigation list
23
- li.tabberactive = the active tab
24
- --------------------------------------------------*/
25
- ul.tabbernav
26
- {
27
- margin:0;
28
- padding: 3px 0;
29
- border-bottom: 1px solid #778;
30
- font: bold 12px Verdana, sans-serif;
31
- }
32
-
33
- ul.tabbernav li
34
- {
35
- list-style: none;
36
- margin: 0;
37
- display: inline;
38
- }
39
-
40
- ul.tabbernav li a
41
- {
42
- padding: 3px 0.5em;
43
- margin-left: 3px;
44
- border: 1px solid #778;
45
- border-bottom: none;
46
- background: #DDE;
47
- text-decoration: none;
48
- }
49
-
50
- ul.tabbernav li a:link { color: #448; }
51
- ul.tabbernav li a:visited { color: #667; }
52
-
53
- ul.tabbernav li a:hover
54
- {
55
- color: #000;
56
- background: #AAE;
57
- border-color: #227;
58
- }
59
-
60
- ul.tabbernav li.tabberactive a
61
- {
62
- background-color: #fff;
63
- border-bottom: 1px solid #fff;
64
- }
65
-
66
- ul.tabbernav li.tabberactive a:hover
67
- {
68
- color: #000;
69
- background: white;
70
- border-bottom: 1px solid white;
71
- }
72
-
73
- /*--------------------------------------------------
74
- .tabbertab = the tab content
75
- Add style only after the tabber interface is set up (.tabberlive)
76
- --------------------------------------------------*/
77
- .tabberlive .tabbertab {
78
- padding:5px;
79
- border:1px solid #aaa;
80
- border-top:0;
81
-
82
- /* If you don't want the tab size changing whenever a tab is changed
83
- you can set a fixed height */
84
-
85
- /* height:200px; */
86
-
87
- /* If you set a fix height set overflow to auto and you will get a
88
- scrollbar when necessary */
89
-
90
- /* overflow:auto; */
91
- }
92
-
93
- /* If desired, hide the heading since a heading is provided by the tab */
94
- .tabberlive .tabbertab h2 {
95
- display:none;
96
- }
97
- .tabberlive .tabbertab h3 {
98
- display:none;
99
- }
100
-
101
- /* Example of using an ID to set different styles for the tabs on the page */
102
- .tabberlive#tab1 {
103
- }
104
- .tabberlive#tab2 {
105
- }
106
- .tabberlive#tab2 .tabbertab {
107
- height:200px;
108
- overflow:auto;
109
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tabber/tabber-minimized.js DELETED
@@ -1,40 +0,0 @@
1
- /* Copyright (c) 2006 Patrick Fitzgerald */
2
-
3
- function tabberObj(argsObj)
4
- {var arg;this.div=null;this.classMain="tabber";this.classMainLive="tabberlive";this.classTab="tabbertab";this.classTabDefault="tabbertabdefault";this.classNav="tabbernav";this.classTabHide="tabbertabhide";this.classNavActive="tabberactive";this.titleElements=['h2','h3','h4','h5','h6'];this.titleElementsStripHTML=true;this.removeTitle=true;this.addLinkId=false;this.linkIdFormat='<tabberid>nav<tabnumberone>';for(arg in argsObj){this[arg]=argsObj[arg];}
5
- this.REclassMain=new RegExp('\\b'+this.classMain+'\\b','gi');this.REclassMainLive=new RegExp('\\b'+this.classMainLive+'\\b','gi');this.REclassTab=new RegExp('\\b'+this.classTab+'\\b','gi');this.REclassTabDefault=new RegExp('\\b'+this.classTabDefault+'\\b','gi');this.REclassTabHide=new RegExp('\\b'+this.classTabHide+'\\b','gi');this.tabs=new Array();if(this.div){this.init(this.div);this.div=null;}}
6
- tabberObj.prototype.init=function(e)
7
- {var
8
- childNodes,i,i2,t,defaultTab=0,DOM_ul,DOM_li,DOM_a,aId,headingElement;if(!document.getElementsByTagName){return false;}
9
- if(e.id){this.id=e.id;}
10
- this.tabs.length=0;childNodes=e.childNodes;for(i=0;i<childNodes.length;i++){if(childNodes[i].className&&childNodes[i].className.match(this.REclassTab)){t=new Object();t.div=childNodes[i];this.tabs[this.tabs.length]=t;if(childNodes[i].className.match(this.REclassTabDefault)){defaultTab=this.tabs.length-1;}}}
11
- DOM_ul=document.createElement("ul");DOM_ul.className=this.classNav;for(i=0;i<this.tabs.length;i++){t=this.tabs[i];t.headingText=t.div.title;if(this.removeTitle){t.div.title='';}
12
- if(!t.headingText){for(i2=0;i2<this.titleElements.length;i2++){headingElement=t.div.getElementsByTagName(this.titleElements[i2])[0];if(headingElement){t.headingText=headingElement.innerHTML;if(this.titleElementsStripHTML){t.headingText.replace(/<br>/gi," ");t.headingText=t.headingText.replace(/<[^>]+>/g,"");}
13
- break;}}}
14
- if(!t.headingText){t.headingText=i+1;}
15
- DOM_li=document.createElement("li");t.li=DOM_li;DOM_a=document.createElement("a");DOM_a.appendChild(document.createTextNode(t.headingText));DOM_a.href="javascript:void(null);";DOM_a.title=t.headingText;DOM_a.onclick=this.navClick;DOM_a.tabber=this;DOM_a.tabberIndex=i;if(this.addLinkId&&this.linkIdFormat){aId=this.linkIdFormat;aId=aId.replace(/<tabberid>/gi,this.id);aId=aId.replace(/<tabnumberzero>/gi,i);aId=aId.replace(/<tabnumberone>/gi,i+1);aId=aId.replace(/<tabtitle>/gi,t.headingText.replace(/[^a-zA-Z0-9\-]/gi,''));DOM_a.id=aId;}
16
- DOM_li.appendChild(DOM_a);DOM_ul.appendChild(DOM_li);}
17
- e.insertBefore(DOM_ul,e.firstChild);e.className=e.className.replace(this.REclassMain,this.classMainLive);this.tabShow(defaultTab);if(typeof this.onLoad=='function'){this.onLoad({tabber:this});}
18
- return this;};tabberObj.prototype.navClick=function(event)
19
- {var
20
- rVal,a,self,tabberIndex,onClickArgs;a=this;if(!a.tabber){return false;}
21
- self=a.tabber;tabberIndex=a.tabberIndex;a.blur();if(typeof self.onClick=='function'){onClickArgs={'tabber':self,'index':tabberIndex,'event':event};if(!event){onClickArgs.event=window.event;}
22
- rVal=self.onClick(onClickArgs);if(rVal===false){return false;}}
23
- self.tabShow(tabberIndex);return false;};tabberObj.prototype.tabHideAll=function()
24
- {var i;for(i=0;i<this.tabs.length;i++){this.tabHide(i);}};tabberObj.prototype.tabHide=function(tabberIndex)
25
- {var div;if(!this.tabs[tabberIndex]){return false;}
26
- div=this.tabs[tabberIndex].div;if(!div.className.match(this.REclassTabHide)){div.className+=' '+this.classTabHide;}
27
- this.navClearActive(tabberIndex);return this;};tabberObj.prototype.tabShow=function(tabberIndex)
28
- {var div;if(!this.tabs[tabberIndex]){return false;}
29
- this.tabHideAll();div=this.tabs[tabberIndex].div;div.className=div.className.replace(this.REclassTabHide,'');this.navSetActive(tabberIndex);if(typeof this.onTabDisplay=='function'){this.onTabDisplay({'tabber':this,'index':tabberIndex});}
30
- return this;};tabberObj.prototype.navSetActive=function(tabberIndex)
31
- {this.tabs[tabberIndex].li.className=this.classNavActive;return this;};tabberObj.prototype.navClearActive=function(tabberIndex)
32
- {this.tabs[tabberIndex].li.className='';return this;};function tabberAutomatic(tabberArgs)
33
- {var
34
- tempObj,divs,i;if(!tabberArgs){tabberArgs={};}
35
- tempObj=new tabberObj(tabberArgs);divs=document.getElementsByTagName("div");for(i=0;i<divs.length;i++){if(divs[i].className&&divs[i].className.match(tempObj.REclassMain)){tabberArgs.div=divs[i];divs[i].tabber=new tabberObj(tabberArgs);}}
36
- return this;}
37
- function tabberAutomaticOnLoad(tabberArgs)
38
- {var oldOnLoad;if(!tabberArgs){tabberArgs={};}
39
- oldOnLoad=window.onload;if(typeof window.onload!='function'){window.onload=function(){tabberAutomatic(tabberArgs);};}else{window.onload=function(){oldOnLoad();tabberAutomatic(tabberArgs);};}}
40
- if(typeof tabberOptions=='undefined'){tabberAutomaticOnLoad();}else{if(!tabberOptions['manualStartup']){tabberAutomaticOnLoad(tabberOptions);}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tabber/tabber.css DELETED
@@ -1,109 +0,0 @@
1
- /* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
2
-
3
- /*--------------------------------------------------
4
- REQUIRED to hide the non-active tab content.
5
- But do not hide them in the print stylesheet!
6
- --------------------------------------------------*/
7
- .tabberlive .tabbertabhide {
8
- display:none;
9
- }
10
-
11
- /*--------------------------------------------------
12
- .tabber = before the tabber interface is set up
13
- .tabberlive = after the tabber interface is set up
14
- --------------------------------------------------*/
15
- .tabber {
16
- }
17
- .tabberlive {
18
- margin-top:1em;
19
- }
20
-
21
- /*--------------------------------------------------
22
- ul.tabbernav = the tab navigation list
23
- li.tabberactive = the active tab
24
- --------------------------------------------------*/
25
- ul.tabbernav
26
- {
27
- margin:0;
28
- padding: 3px 0;
29
- border-bottom: 1px solid #E1D6C6;
30
- font: bold 12px Verdana, sans-serif;
31
- }
32
-
33
- ul.tabbernav li
34
- {
35
- list-style: none;
36
- margin: 0;
37
- display: inline;
38
- }
39
-
40
- ul.tabbernav li a
41
- {
42
- padding: 3px 0.5em;
43
- margin-left: 3px;
44
- border: 1px solid #E1D6C6;
45
- border-bottom: none;
46
- background: #E6EADB;
47
- text-decoration: none;
48
- }
49
-
50
- ul.tabbernav li a:link { color: #676E04; }
51
- ul.tabbernav li a:visited { color: #676E04; }
52
-
53
- ul.tabbernav li a:hover
54
- {
55
- color: #000;
56
- background: #B9C49A;
57
- border-color: #227;
58
- }
59
-
60
- ul.tabbernav li.tabberactive a
61
- {
62
- background-color: #fff;
63
- border-bottom: 1px solid #fff;
64
- }
65
-
66
- ul.tabbernav li.tabberactive a:hover
67
- {
68
- color: #000;
69
- background: white;
70
- border-bottom: 1px solid white;
71
- }
72
-
73
- /*--------------------------------------------------
74
- .tabbertab = the tab content
75
- Add style only after the tabber interface is set up (.tabberlive)
76
- --------------------------------------------------*/
77
- .tabberlive .tabbertab {
78
- padding:5px;
79
- border:1px solid #DDD;
80
- border-top:0;
81
-
82
- /* If you don't want the tab size changing whenever a tab is changed
83
- you can set a fixed height */
84
-
85
- /* height:200px; */
86
-
87
- /* If you set a fix height set overflow to auto and you will get a
88
- scrollbar when necessary */
89
-
90
- /* overflow:auto; */
91
- }
92
-
93
- /* If desired, hide the heading since a heading is provided by the tab */
94
- .tabberlive .tabbertab h2 {
95
- display:none;
96
- }
97
- .tabberlive .tabbertab h3 {
98
- display:none;
99
- }
100
-
101
- /* Example of using an ID to set different styles for the tabs on the page */
102
- .tabberlive#tab1 {
103
- }
104
- .tabberlive#tab2 {
105
- }
106
- .tabberlive#tab2 .tabbertab {
107
- height:200px;
108
- overflow:auto;
109
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tabber/tabber.js DELETED
@@ -1,523 +0,0 @@
1
- /*==================================================
2
- $Id: tabber.js,v 1.9 2006/04/27 20:51:51 pat Exp $
3
- tabber.js by Patrick Fitzgerald pat@barelyfitz.com
4
-
5
- Documentation can be found at the following URL:
6
- http://www.barelyfitz.com/projects/tabber/
7
-
8
- License (http://www.opensource.org/licenses/mit-license.php)
9
-
10
- Copyright (c) 2006 Patrick Fitzgerald
11
-
12
- Permission is hereby granted, free of charge, to any person
13
- obtaining a copy of this software and associated documentation files
14
- (the "Software"), to deal in the Software without restriction,
15
- including without limitation the rights to use, copy, modify, merge,
16
- publish, distribute, sublicense, and/or sell copies of the Software,
17
- and to permit persons to whom the Software is furnished to do so,
18
- subject to the following conditions:
19
-
20
- The above copyright notice and this permission notice shall be
21
- included in all copies or substantial portions of the Software.
22
-
23
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- SOFTWARE.
31
- ==================================================*/
32
-
33
- function tabberObj(argsObj)
34
- {
35
- var arg; /* name of an argument to override */
36
-
37
- /* Element for the main tabber div. If you supply this in argsObj,
38
- then the init() method will be called.
39
- */
40
- this.div = null;
41
-
42
- /* Class of the main tabber div */
43
- this.classMain = "tabber";
44
-
45
- /* Rename classMain to classMainLive after tabifying
46
- (so a different style can be applied)
47
- */
48
- this.classMainLive = "tabberlive";
49
-
50
- /* Class of each DIV that contains a tab */
51
- this.classTab = "tabbertab";
52
-
53
- /* Class to indicate which tab should be active on startup */
54
- this.classTabDefault = "tabbertabdefault";
55
-
56
- /* Class for the navigation UL */
57
- this.classNav = "tabbernav";
58
-
59
- /* When a tab is to be hidden, instead of setting display='none', we
60
- set the class of the div to classTabHide. In your screen
61
- stylesheet you should set classTabHide to display:none. In your
62
- print stylesheet you should set display:block to ensure that all
63
- the information is printed.
64
- */
65
- this.classTabHide = "tabbertabhide";
66
-
67
- /* Class to set the navigation LI when the tab is active, so you can
68
- use a different style on the active tab.
69
- */
70
- this.classNavActive = "tabberactive";
71
-
72
- /* Elements that might contain the title for the tab, only used if a
73
- title is not specified in the TITLE attribute of DIV classTab.
74
- */
75
- this.titleElements = ['h2','h3','h4','h5','h6'];
76
-
77
- /* Should we strip out the HTML from the innerHTML of the title elements?
78
- This should usually be true.
79
- */
80
- this.titleElementsStripHTML = true;
81
-
82
- /* If the user specified the tab names using a TITLE attribute on
83
- the DIV, then the browser will display a tooltip whenever the
84
- mouse is over the DIV. To prevent this tooltip, we can remove the
85
- TITLE attribute after getting the tab name.
86
- */
87
- this.removeTitle = true;
88
-
89
- /* If you want to add an id to each link set this to true */
90
- this.addLinkId = false;
91
-
92
- /* If addIds==true, then you can set a format for the ids.
93
- <tabberid> will be replaced with the id of the main tabber div.
94
- <tabnumberzero> will be replaced with the tab number
95
- (tab numbers starting at zero)
96
- <tabnumberone> will be replaced with the tab number
97
- (tab numbers starting at one)
98
- <tabtitle> will be replaced by the tab title
99
- (with all non-alphanumeric characters removed)
100
- */
101
- this.linkIdFormat = '<tabberid>nav<tabnumberone>';
102
-
103
- /* You can override the defaults listed above by passing in an object:
104
- var mytab = new tabber({property:value,property:value});
105
- */
106
- for (arg in argsObj) { this[arg] = argsObj[arg]; }
107
-
108
- /* Create regular expressions for the class names; Note: if you
109
- change the class names after a new object is created you must
110
- also change these regular expressions.
111
- */
112
- this.REclassMain = new RegExp('\\b' + this.classMain + '\\b', 'gi');
113
- this.REclassMainLive = new RegExp('\\b' + this.classMainLive + '\\b', 'gi');
114
- this.REclassTab = new RegExp('\\b' + this.classTab + '\\b', 'gi');
115
- this.REclassTabDefault = new RegExp('\\b' + this.classTabDefault + '\\b', 'gi');
116
- this.REclassTabHide = new RegExp('\\b' + this.classTabHide + '\\b', 'gi');
117
-
118
- /* Array of objects holding info about each tab */
119
- this.tabs = new Array();
120
-
121
- /* If the main tabber div was specified, call init() now */
122
- if (this.div) {
123
-
124
- this.init(this.div);
125
-
126
- /* We don't need the main div anymore, and to prevent a memory leak
127
- in IE, we must remove the circular reference between the div
128
- and the tabber object. */
129
- this.div = null;
130
- }
131
- }
132
-
133
-
134
- /*--------------------------------------------------
135
- Methods for tabberObj
136
- --------------------------------------------------*/
137
-
138
-
139
- tabberObj.prototype.init = function(e)
140
- {
141
- /* Set up the tabber interface.
142
-
143
- e = element (the main containing div)
144
-
145
- Example:
146
- init(document.getElementById('mytabberdiv'))
147
- */
148
-
149
- var
150
- childNodes, /* child nodes of the tabber div */
151
- i, i2, /* loop indices */
152
- t, /* object to store info about a single tab */
153
- defaultTab=0, /* which tab to select by default */
154
- DOM_ul, /* tabbernav list */
155
- DOM_li, /* tabbernav list item */
156
- DOM_a, /* tabbernav link */
157
- aId, /* A unique id for DOM_a */
158
- headingElement; /* searching for text to use in the tab */
159
-
160
- /* Verify that the browser supports DOM scripting */
161
- if (!document.getElementsByTagName) { return false; }
162
-
163
- /* If the main DIV has an ID then save it. */
164
- if (e.id) {
165
- this.id = e.id;
166
- }
167
-
168
- /* Clear the tabs array (but it should normally be empty) */
169
- this.tabs.length = 0;
170
-
171
- /* Loop through an array of all the child nodes within our tabber element. */
172
- childNodes = e.childNodes;
173
- for(i=0; i < childNodes.length; i++) {
174
-
175
- /* Find the nodes where class="tabbertab" */
176
- if(childNodes[i].className &&
177
- childNodes[i].className.match(this.REclassTab)) {
178
-
179
- /* Create a new object to save info about this tab */
180
- t = new Object();
181
-
182
- /* Save a pointer to the div for this tab */
183
- t.div = childNodes[i];
184
-
185
- /* Add the new object to the array of tabs */
186
- this.tabs[this.tabs.length] = t;
187
-
188
- /* If the class name contains classTabDefault,
189
- then select this tab by default.
190
- */
191
- if (childNodes[i].className.match(this.REclassTabDefault)) {
192
- defaultTab = this.tabs.length-1;
193
- }
194
- }
195
- }
196
-
197
- /* Create a new UL list to hold the tab headings */
198
- DOM_ul = document.createElement("ul");
199
- DOM_ul.className = this.classNav;
200
-
201
- /* Loop through each tab we found */
202
- for (i=0; i < this.tabs.length; i++) {
203
-
204
- t = this.tabs[i];
205
-
206
- /* Get the label to use for this tab:
207
- From the title attribute on the DIV,
208
- Or from one of the this.titleElements[] elements,
209
- Or use an automatically generated number.
210
- */
211
- t.headingText = t.div.title;
212
-
213
- /* Remove the title attribute to prevent a tooltip from appearing */
214
- if (this.removeTitle) { t.div.title = ''; }
215
-
216
- if (!t.headingText) {
217
-
218
- /* Title was not defined in the title of the DIV,
219
- So try to get the title from an element within the DIV.
220
- Go through the list of elements in this.titleElements
221
- (typically heading elements ['h2','h3','h4'])
222
- */
223
- for (i2=0; i2<this.titleElements.length; i2++) {
224
- headingElement = t.div.getElementsByTagName(this.titleElements[i2])[0];
225
- if (headingElement) {
226
- t.headingText = headingElement.innerHTML;
227
- if (this.titleElementsStripHTML) {
228
- t.headingText.replace(/<br>/gi," ");
229
- t.headingText = t.headingText.replace(/<[^>]+>/g,"");
230
- }
231
- break;
232
- }
233
- }
234
- }
235
-
236
- if (!t.headingText) {
237
- /* Title was not found (or is blank) so automatically generate a
238
- number for the tab.
239
- */
240
- t.headingText = i + 1;
241
- }
242
-
243
- /* Create a list element for the tab */
244
- DOM_li = document.createElement("li");
245
-
246
- /* Save a reference to this list item so we can later change it to
247
- the "active" class */
248
- t.li = DOM_li;
249
-
250
- /* Create a link to activate the tab */
251
- DOM_a = document.createElement("a");
252
- DOM_a.appendChild(document.createTextNode(t.headingText));
253
- DOM_a.href = "javascript:void(null);";
254
- DOM_a.title = t.headingText;
255
- DOM_a.onclick = this.navClick;
256
-
257
- /* Add some properties to the link so we can identify which tab
258
- was clicked. Later the navClick method will need this.
259
- */
260
- DOM_a.tabber = this;
261
- DOM_a.tabberIndex = i;
262
-
263
- /* Do we need to add an id to DOM_a? */
264
- if (this.addLinkId && this.linkIdFormat) {
265
-
266
- /* Determine the id name */
267
- aId = this.linkIdFormat;
268
- aId = aId.replace(/<tabberid>/gi, this.id);
269
- aId = aId.replace(/<tabnumberzero>/gi, i);
270
- aId = aId.replace(/<tabnumberone>/gi, i+1);
271
- aId = aId.replace(/<tabtitle>/gi, t.headingText.replace(/[^a-zA-Z0-9\-]/gi, ''));
272
-
273
- DOM_a.id = aId;
274
- }
275
-
276
- /* Add the link to the list element */
277
- DOM_li.appendChild(DOM_a);
278
-
279
- /* Add the list element to the list */
280
- DOM_ul.appendChild(DOM_li);
281
- }
282
-
283
- /* Add the UL list to the beginning of the tabber div */
284
- e.insertBefore(DOM_ul, e.firstChild);
285
-
286
- /* Make the tabber div "live" so different CSS can be applied */
287
- e.className = e.className.replace(this.REclassMain, this.classMainLive);
288
-
289
- /* Activate the default tab, and do not call the onclick handler */
290
- this.tabShow(defaultTab);
291
-
292
- /* If the user specified an onLoad function, call it now. */
293
- if (typeof this.onLoad == 'function') {
294
- this.onLoad({tabber:this});
295
- }
296
-
297
- return this;
298
- };
299
-
300
-
301
- tabberObj.prototype.navClick = function(event)
302
- {
303
- /* This method should only be called by the onClick event of an <A>
304
- element, in which case we will determine which tab was clicked by
305
- examining a property that we previously attached to the <A>
306
- element.
307
-
308
- Since this was triggered from an onClick event, the variable
309
- "this" refers to the <A> element that triggered the onClick
310
- event (and not to the tabberObj).
311
-
312
- When tabberObj was initialized, we added some extra properties
313
- to the <A> element, for the purpose of retrieving them now. Get
314
- the tabberObj object, plus the tab number that was clicked.
315
- */
316
-
317
- var
318
- rVal, /* Return value from the user onclick function */
319
- a, /* element that triggered the onclick event */
320
- self, /* the tabber object */
321
- tabberIndex, /* index of the tab that triggered the event */
322
- onClickArgs; /* args to send the onclick function */
323
-
324
- a = this;
325
- if (!a.tabber) { return false; }
326
-
327
- self = a.tabber;
328
- tabberIndex = a.tabberIndex;
329
-
330
- /* Remove focus from the link because it looks ugly.
331
- I don't know if this is a good idea...
332
- */
333
- a.blur();
334
-
335
- /* If the user specified an onClick function, call it now.
336
- If the function returns false then do not continue.
337
- */
338
- if (typeof self.onClick == 'function') {
339
-
340
- onClickArgs = {'tabber':self, 'index':tabberIndex, 'event':event};
341
-
342
- /* IE uses a different way to access the event object */
343
- if (!event) { onClickArgs.event = window.event; }
344
-
345
- rVal = self.onClick(onClickArgs);
346
- if (rVal === false) { return false; }
347
- }
348
-
349
- self.tabShow(tabberIndex);
350
-
351
- return false;
352
- };
353
-
354
-
355
- tabberObj.prototype.tabHideAll = function()
356
- {
357
- var i; /* counter */
358
-
359
- /* Hide all tabs and make all navigation links inactive */
360
- for (i = 0; i < this.tabs.length; i++) {
361
- this.tabHide(i);
362
- }
363
- };
364
-
365
-
366
- tabberObj.prototype.tabHide = function(tabberIndex)
367
- {
368
- var div;
369
-
370
- if (!this.tabs[tabberIndex]) { return false; }
371
-
372
- /* Hide a single tab and make its navigation link inactive */
373
- div = this.tabs[tabberIndex].div;
374
-
375
- /* Hide the tab contents by adding classTabHide to the div */
376
- if (!div.className.match(this.REclassTabHide)) {
377
- div.className += ' ' + this.classTabHide;
378
- }
379
- this.navClearActive(tabberIndex);
380
-
381
- return this;
382
- };
383
-
384
-
385
- tabberObj.prototype.tabShow = function(tabberIndex)
386
- {
387
- /* Show the tabberIndex tab and hide all the other tabs */
388
-
389
- var div;
390
-
391
- if (!this.tabs[tabberIndex]) { return false; }
392
-
393
- /* Hide all the tabs first */
394
- this.tabHideAll();
395
-
396
- /* Get the div that holds this tab */
397
- div = this.tabs[tabberIndex].div;
398
-
399
- /* Remove classTabHide from the div */
400
- div.className = div.className.replace(this.REclassTabHide, '');
401
-
402
- /* Mark this tab navigation link as "active" */
403
- this.navSetActive(tabberIndex);
404
-
405
- /* If the user specified an onTabDisplay function, call it now. */
406
- if (typeof this.onTabDisplay == 'function') {
407
- this.onTabDisplay({'tabber':this, 'index':tabberIndex});
408
- }
409
-
410
- return this;
411
- };
412
-
413
- tabberObj.prototype.navSetActive = function(tabberIndex)
414
- {
415
- /* Note: this method does *not* enforce the rule
416
- that only one nav item can be active at a time.
417
- */
418
-
419
- /* Set classNavActive for the navigation list item */
420
- this.tabs[tabberIndex].li.className = this.classNavActive;
421
-
422
- return this;
423
- };
424
-
425
-
426
- tabberObj.prototype.navClearActive = function(tabberIndex)
427
- {
428
- /* Note: this method does *not* enforce the rule
429
- that one nav should always be active.
430
- */
431
-
432
- /* Remove classNavActive from the navigation list item */
433
- this.tabs[tabberIndex].li.className = '';
434
-
435
- return this;
436
- };
437
-
438
-
439
- /*==================================================*/
440
-
441
-
442
- function tabberAutomatic(tabberArgs)
443
- {
444
- /* This function finds all DIV elements in the document where
445
- class=tabber.classMain, then converts them to use the tabber
446
- interface.
447
-
448
- tabberArgs = an object to send to "new tabber()"
449
- */
450
- var
451
- tempObj, /* Temporary tabber object */
452
- divs, /* Array of all divs on the page */
453
- i; /* Loop index */
454
-
455
- if (!tabberArgs) { tabberArgs = {}; }
456
-
457
- /* Create a tabber object so we can get the value of classMain */
458
- tempObj = new tabberObj(tabberArgs);
459
-
460
- /* Find all DIV elements in the document that have class=tabber */
461
-
462
- /* First get an array of all DIV elements and loop through them */
463
- divs = document.getElementsByTagName("div");
464
- for (i=0; i < divs.length; i++) {
465
-
466
- /* Is this DIV the correct class? */
467
- if (divs[i].className &&
468
- divs[i].className.match(tempObj.REclassMain)) {
469
-
470
- /* Now tabify the DIV */
471
- tabberArgs.div = divs[i];
472
- divs[i].tabber = new tabberObj(tabberArgs);
473
- }
474
- }
475
-
476
- return this;
477
- }
478
-
479
-
480
- /*==================================================*/
481
-
482
-
483
- function tabberAutomaticOnLoad(tabberArgs)
484
- {
485
- /* This function adds tabberAutomatic to the window.onload event,
486
- so it will run after the document has finished loading.
487
- */
488
- var oldOnLoad;
489
-
490
- if (!tabberArgs) { tabberArgs = {}; }
491
-
492
- /* Taken from: http://simon.incutio.com/archive/2004/05/26/addLoadEvent */
493
-
494
- oldOnLoad = window.onload;
495
- if (typeof window.onload != 'function') {
496
- window.onload = function() {
497
- tabberAutomatic(tabberArgs);
498
- };
499
- } else {
500
- window.onload = function() {
501
- oldOnLoad();
502
- tabberAutomatic(tabberArgs);
503
- };
504
- }
505
- }
506
-
507
-
508
- /*==================================================*/
509
-
510
-
511
- /* Run tabberAutomaticOnload() unless the "manualStartup" option was specified */
512
-
513
- if (typeof tabberOptions == 'undefined') {
514
-
515
- tabberAutomaticOnLoad();
516
-
517
- } else {
518
-
519
- if (!tabberOptions['manualStartup']) {
520
- tabberAutomaticOnLoad(tabberOptions);
521
- }
522
-
523
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
timthumb/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
top-10-addcount.js.php CHANGED
@@ -27,13 +27,22 @@ function tptn_inc_count() {
27
  global $wpdb;
28
  $table_name = $wpdb->prefix . "top_ten";
29
  $top_ten_daily = $wpdb->prefix . "top_ten_daily";
 
30
 
31
  $id = intval($_GET['top_ten_id']);
 
32
  if($id > 0) {
33
- $wpdb->query("INSERT INTO $table_name (postnumber, cntaccess) VALUES('$id', '1') ON DUPLICATE KEY UPDATE cntaccess= cntaccess+1 ");
34
- $current_date = gmdate( 'Y-m-d', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) );
35
- $wpdb->query("INSERT INTO $top_ten_daily (postnumber, cntaccess, dp_date) VALUES('$id', '1', '$current_date' ) ON DUPLICATE KEY UPDATE cntaccess= cntaccess+1 ");
 
 
 
 
 
 
36
  }
 
37
  }
38
 
39
  ?>
27
  global $wpdb;
28
  $table_name = $wpdb->prefix . "top_ten";
29
  $top_ten_daily = $wpdb->prefix . "top_ten_daily";
30
+ $str = '';
31
 
32
  $id = intval($_GET['top_ten_id']);
33
+ $activate_counter = intval($_GET['activate_counter']);
34
  if($id > 0) {
35
+ if ( (1==$activate_counter) || (11==$activate_counter) ) {
36
+ $tt = $wpdb->query( $wpdb->prepare("INSERT INTO {$table_name} (postnumber, cntaccess) VALUES('%d', '1') ON DUPLICATE KEY UPDATE cntaccess= cntaccess+1 ", $id ) );
37
+ $str .= ($tt === FALSE) ? 'tte' : 'tt'.$tt;
38
+ }
39
+ if ( (10==$activate_counter) || (11==$activate_counter) ) {
40
+ $current_date = gmdate( 'Y-m-d', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) );
41
+ $ttd = $wpdb->query( $wpdb->prepare("INSERT INTO {$top_ten_daily} (postnumber, cntaccess, dp_date) VALUES('%d', '1', '%s' ) ON DUPLICATE KEY UPDATE cntaccess= cntaccess+1 ", $id, $current_date ) );
42
+ $str .= ($ttd === FALSE) ? ' ttde' : ' ttd'.$ttd;
43
+ }
44
  }
45
+ echo '<!-- '.$str.' -->';
46
  }
47
 
48
  ?>
top-10.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Top 10
4
- Version: 1.9.8.5
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/top-10/
6
  Description: Count daily and total visits per post and display the most popular posts based on the number of views. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>
7
  Author: Ajay D'Souza
@@ -50,7 +50,7 @@ $tptn_settings = tptn_read_options();
50
  * @return string Filtered content
51
  */
52
  function tptn_add_viewed_count($content) {
53
- global $post, $wpdb, $single,$tptn_url,$tptn_path;
54
  $table_name = $wpdb->prefix . "top_ten";
55
 
56
  if(is_singular()) {
@@ -74,7 +74,7 @@ function tptn_add_viewed_count($content) {
74
  if ($tptn_settings['cache_fix']) {
75
  $output = '<script type="text/javascript">jQuery.ajax({url: "' .$tptn_url. '/top-10-addcount.js.php", data: {top_ten_id: ' .$id. ', activate_counter: ' . $activate_counter . ', top10_rnd: (new Date()).getTime() + "-" + Math.floor(Math.random()*100000)}});</script>';
76
  } else {
77
- $output = '<script type="text/javascript" src="'.$tptn_url.'/top-10-addcount.js.php?top_ten_id='.$id.'"></script>';
78
  }
79
  }
80
  $output = apply_filters('tptn_viewed_count',$output);
@@ -115,7 +115,7 @@ function tptn_pc_content($content) {
115
  global $tptn_settings;
116
 
117
  $exclude_on_post_ids = explode(',',$tptn_settings['exclude_on_post_ids']);
118
- //$p_in_c = (in_array($post->ID, $exclude_on_post_ids)) ? true : false;
119
  if (in_array($post->ID, $exclude_on_post_ids)) return $content; // Exit without adding related posts
120
 
121
  if((is_single())&&($tptn_settings['add_to_content'])) {
@@ -195,44 +195,52 @@ function echo_tptn_post_count($echo=1) {
195
  * @param int|string $id Post ID
196
  * @return int Post count
197
  */
198
- function get_tptn_post_count($id) {
199
  global $wpdb;
200
 
201
  $table_name = $wpdb->prefix . "top_ten";
202
  $table_name_daily = $wpdb->prefix . "top_ten_daily";
203
  global $tptn_settings;
204
  $count_disp_form = stripslashes($tptn_settings['count_disp_form']);
 
 
205
 
206
  if($id > 0) {
207
 
208
  // Total count per post
209
- if (strpos($count_disp_form, "%totalcount%") !== false) {
210
- $resultscount = $wpdb->get_row("SELECT postnumber, cntaccess FROM ".$table_name." WHERE postnumber = ".$id);
211
- $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 1));
212
- $count_disp_form = str_replace("%totalcount%", $cntaccess, $count_disp_form);
 
 
213
  }
214
 
215
  // Now process daily count
216
- if (strpos($count_disp_form, "%dailycount%") !== false) {
217
- $daily_range = $tptn_settings['daily_range']-1;
218
- $current_time = gmdate( 'Y-m-d', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) );
219
- $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
220
- $current_date = date ( 'Y-m-j' , $current_date );
221
-
222
- $resultscount = $wpdb->get_row("SELECT postnumber, SUM(cntaccess) as sumCount FROM ".$table_name_daily." WHERE postnumber = ".$id." AND dp_date >= '".$current_date."' GROUP BY postnumber ");
223
- $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 1));
224
- $count_disp_form = str_replace("%dailycount%", $cntaccess, $count_disp_form);
225
  }
226
 
227
  // Now process overall count
228
- if (strpos($count_disp_form, "%overallcount%") !== false) {
229
- $resultscount = $wpdb->get_row("SELECT SUM(cntaccess) as sumCount FROM ".$table_name);
230
- $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 1));
231
- $count_disp_form = str_replace("%overallcount%", $cntaccess, $count_disp_form);
 
 
 
232
  }
233
-
234
 
235
- return apply_filters('tptn_post_count',$count_disp_form);
 
 
 
 
236
  } else {
237
  return 0;
238
  }
@@ -256,8 +264,8 @@ function get_tptn_post_count_only($id = FALSE, $count = 'total') {
256
  if($id > 0) {
257
  switch ($count) {
258
  case 'total':
259
- $resultscount = $wpdb->get_row("SELECT postnumber, cntaccess FROM ".$table_name." WHERE postnumber = ".$id);
260
- $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 1));
261
  break;
262
  case 'daily':
263
  $daily_range = $tptn_settings['daily_range']-1;
@@ -265,12 +273,12 @@ function get_tptn_post_count_only($id = FALSE, $count = 'total') {
265
  $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
266
  $current_date = date ( 'Y-m-j' , $current_date );
267
 
268
- $resultscount = $wpdb->get_row("SELECT postnumber, SUM(cntaccess) as sumCount FROM ".$table_name_daily." WHERE postnumber = ".$id." AND dp_date >= '".$current_date."' GROUP BY postnumber ");
269
- $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 1));
270
  break;
271
  case 'overall':
272
  $resultscount = $wpdb->get_row("SELECT SUM(cntaccess) as sumCount FROM ".$table_name);
273
- $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 1));
274
  break;
275
  }
276
  return apply_filters('tptn_post_count_only',$cntaccess);
@@ -297,7 +305,7 @@ function tptn_pop_posts( $args ) {
297
  'strict_limit' => FALSE,
298
  'posts_only' => FALSE,
299
  );
300
- $defaults = array_merge($defaults, tptn_read_options());
301
 
302
  // Parse incomming $args into an array and merge it with $defaults
303
  $args = wp_parse_args( $args, $defaults );
@@ -305,8 +313,11 @@ function tptn_pop_posts( $args ) {
305
  // OPTIONAL: Declare each item in $args as its own variable i.e. $type, $before.
306
  extract( $args, EXTR_SKIP );
307
 
308
- if ($daily) $table_name = $wpdb->prefix . "top_ten_daily";
309
- else $table_name = $wpdb->prefix . "top_ten";
 
 
 
310
 
311
  $limit = ($strict_limit) ? $limit : ($limit*5);
312
 
@@ -318,41 +329,55 @@ function tptn_pop_posts( $args ) {
318
  parse_str($post_types,$post_types); // Save post types in $post_types variable
319
 
320
  if (!$daily) {
 
321
  $sql = "SELECT postnumber, cntaccess as sumCount, ID, post_type, post_status ";
322
- $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
323
  $sql .= "AND post_status = 'publish' ";
324
- if ($exclude_post_ids!='') $sql .= "AND ID NOT IN (".$exclude_post_ids.") ";
 
 
 
325
  $sql .= "AND ( ";
326
  $multiple = false;
327
  foreach ($post_types as $post_type) {
328
  if ( $multiple ) $sql .= ' OR ';
329
- $sql .= " post_type = '".$post_type."' ";
330
  $multiple = true;
 
331
  }
332
  $sql .=" ) ";
333
- $sql .= "ORDER BY sumCount DESC LIMIT $limit";
 
334
  } else {
335
  $current_time = current_time( 'timestamp', 0 );
336
  $current_time = $current_time - ($daily_range-1) * 3600 * 24;
337
  $current_date = date( 'Y-m-j', $current_time );
338
 
 
 
 
339
  $sql = "SELECT postnumber, SUM(cntaccess) as sumCount, dp_date, ID, post_type, post_status ";
340
- $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
341
- $sql .= "AND post_status = 'publish' AND dp_date >= '$current_date' ";
342
- if ($exclude_post_ids!='') $sql .= "AND ID NOT IN (".$exclude_post_ids.") ";
 
 
 
343
  $sql .= "AND ( ";
344
  $multiple = false;
345
  foreach ($post_types as $post_type) {
346
  if ( $multiple ) $sql .= ' OR ';
347
- $sql .= " post_type = '".$post_type."' ";
348
  $multiple = true;
 
349
  }
350
  $sql .=" ) ";
351
  $sql .= "GROUP BY postnumber ";
352
- $sql .= "ORDER BY sumCount DESC LIMIT $limit";
 
353
  }
354
- $results = $wpdb->get_results($sql);
355
- if($posts_only) return apply_filters('tptn_pop_posts_array',$results); // Return the array of posts only if the variable is set
356
 
357
  $counter = 0;
358
 
@@ -366,9 +391,9 @@ function tptn_pop_posts( $args ) {
366
  }
367
  } else {
368
  if (!$daily) {
369
- $output .= '<div class="tptn_posts">';
370
  } else {
371
- $output .= '<div class="tptn_posts_daily">';
372
  }
373
  }
374
 
@@ -505,6 +530,7 @@ class WidgetTopTen extends WP_Widget
505
  function form($instance) {
506
  $title = isset($instance['title']) ? esc_attr($instance['title']) : '';
507
  $limit = isset($instance['limit']) ? esc_attr($instance['limit']) : '';
 
508
  $show_excerpt = isset($instance['show_excerpt']) ? esc_attr($instance['show_excerpt']) : '';
509
  $show_author = isset($instance['show_author']) ? esc_attr($instance['show_author']) : '';
510
  $show_date = isset($instance['show_date']) ? esc_attr($instance['show_date']) : '';
@@ -535,6 +561,11 @@ class WidgetTopTen extends WP_Widget
535
  <?php _e('Range in number of days (applies only to custom option above)', TPTN_LOCAL_NAME); ?>: <input class="widefat" id="<?php echo $this->get_field_id('daily_range'); ?>" name="<?php echo $this->get_field_name('daily_range'); ?>" type="text" value="<?php echo esc_attr($daily_range); ?>" />
536
  </label>
537
  </p>
 
 
 
 
 
538
  <p>
539
  <label for="<?php echo $this->get_field_id('show_excerpt'); ?>">
540
  <input id="<?php echo $this->get_field_id('show_excerpt'); ?>" name="<?php echo $this->get_field_name('show_excerpt'); ?>" type="checkbox" <?php if ($show_excerpt) echo 'checked="checked"' ?> /> <?php _e(' Show excerpt?', TPTN_LOCAL_NAME); ?>
@@ -577,6 +608,7 @@ class WidgetTopTen extends WP_Widget
577
  $instance['limit'] = ($new_instance['limit']);
578
  $instance['daily'] = ($new_instance['daily']);
579
  $instance['daily_range'] = strip_tags($new_instance['daily_range']);
 
580
  $instance['show_excerpt'] = ($new_instance['show_excerpt']);
581
  $instance['show_author'] = ($new_instance['show_author']);
582
  $instance['show_date'] = ($new_instance['show_date']);
@@ -618,6 +650,7 @@ class WidgetTopTen extends WP_Widget
618
  'post_thumb_op' => $instance['post_thumb_op'],
619
  'thumb_height' => $instance['thumb_height'],
620
  'thumb_width' => $instance['thumb_width'],
 
621
  ) );
622
 
623
  }
@@ -633,6 +666,7 @@ class WidgetTopTen extends WP_Widget
633
  'post_thumb_op' => $instance['post_thumb_op'],
634
  'thumb_height' => $instance['thumb_height'],
635
  'thumb_width' => $instance['thumb_width'],
 
636
  ) );
637
 
638
  }
@@ -645,18 +679,35 @@ class WidgetTopTen extends WP_Widget
645
  }
646
 
647
  /**
648
- * Initialise the plugin.
649
  *
650
  * @access public
651
  * @return void
652
  */
653
- function init_tptn(){
654
 
655
  if (function_exists('register_widget')) {
656
  register_widget('WidgetTopTen');
657
  }
658
  }
659
- add_action('init', 'init_tptn', 1);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
660
 
661
 
662
  /**
@@ -688,23 +739,30 @@ function tptn_default_options() {
688
  'add_to_category_archives' => false, // Add post count to category archives
689
  'add_to_tag_archives' => false, // Add post count to tag archives
690
  'add_to_archives' => false, // Add post count to other archives
 
691
  'track_authors' => false, // Track Authors visits
692
  'track_admins' => true, // Track Admin visits
693
  'pv_in_admin' => true, // Add an extra column on edit posts/pages to display page views?
 
 
694
  'blank_output' => false, // Blank output? Default is "blank Output test"
695
  'blank_output_text' => $blank_output_text, // Blank output text
696
  'disp_list_count' => true, // Display count in popular lists?
697
  'd_use_js' => false, // Use JavaScript for displaying daily posts
698
  'dynamic_post_count' => true, // Use JavaScript for displaying the post count
699
- 'count_disp_form' => '(Visited %totalcount% times, %dailycount% visits today)', // Format to display the count
 
 
700
  'title' => $title, // Title of Popular Posts
701
  'title_daily' => $title_daily, // Title of Daily Popular
702
  'limit' => '10', // How many posts to display?
703
  'daily_range' => '1', // Daily Popular will contain posts of how many days?
 
704
  'before_list' => '<ul>', // Before the entire list
705
  'after_list' => '</ul>', // After the entire list
706
  'before_list_item' => '<li>', // Before each list item
707
  'after_list_item' => '</li>', // After each list item
 
708
  'post_thumb_op' => 'text_only', // Display only text in posts
709
  'thumb_height' => '50', // Max height of thumbnails
710
  'thumb_width' => '50', // Max width of thumbnails
@@ -714,26 +772,32 @@ function tptn_default_options() {
714
  'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
715
  'thumb_timthumb' => true, // Use timthumb
716
  'scan_images' => true, // Scan post for images
 
717
  'show_excerpt' => false, // Show description in list item
 
718
  'show_date' => false, // Show date in list item
719
  'show_author' => false, // Show author in list item
720
- 'excerpt_length' => '10', // Length of characters
721
  'title_length' => '60', // Limit length of post title
 
722
  'exclude_categories' => '', // Exclude these categories
723
  'exclude_cat_slugs' => '', // Exclude these categories (slugs)
724
  'exclude_post_ids' => '', // Comma separated list of page / post IDs that are to be excluded in the results
725
  'exclude_on_post_ids' => '', // Comma separate list of page/post IDs to not display related posts on
 
726
  'custom_CSS' => '', // Custom CSS to style the output
727
- 'cron_on' => false, // Run cron daily?
728
- 'cron_hour' => '0', // Cron Hour
729
- 'cron_min' => '0', // Cron Minute
730
- 'cron_recurrence' => 'weekly', // Frequency of cron
731
  'activate_daily' => true, // Activate the daily count
732
  'activate_overall' => true, // activate overall count
733
  'cache_fix' => false, // Temporary fix for W3 Total Cache
734
  'post_types' => $post_types, // WordPress custom post types
735
  'link_new_window' => false, // Open link in new window - Includes target="_blank" to links
736
  'link_nofollow' => false, // Includes rel="nofollow" to links
 
 
 
 
 
737
  );
738
  return $tptn_settings;
739
  }
@@ -1060,7 +1124,16 @@ function tptn_max_formatted_content($content, $MaxLength = -1) {
1060
  * @return void
1061
  */
1062
  function ald_tptn() {
1063
- tptn_trunc_count(true);
 
 
 
 
 
 
 
 
 
1064
  }
1065
  add_action('ald_tptn_hook', 'ald_tptn');
1066
 
@@ -1109,16 +1182,67 @@ if (!function_exists('ald_more_reccurences')) {
1109
  * @return void
1110
  */
1111
  function ald_more_reccurences() {
1112
- return array(
1113
- 'weekly' => array('interval' => 604800, 'display' => __( 'Once Weekly', TPTN_LOCAL_NAME )),
1114
- 'fortnightly' => array('interval' => 1209600, 'display' => __( 'Once Fortnightly', TPTN_LOCAL_NAME )),
1115
- 'monthly' => array('interval' => 2419200, 'display' => __( 'Once Monthly', TPTN_LOCAL_NAME )),
 
 
 
 
1116
  );
 
 
 
 
 
1117
  }
1118
  add_filter('cron_schedules', 'ald_more_reccurences');
1119
  }
1120
 
1121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1122
  /*********************************************************************
1123
  * Admin interface *
1124
  ********************************************************************/
1
  <?php
2
  /*
3
  Plugin Name: Top 10
4
+ Version: 1.9.9
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/top-10/
6
  Description: Count daily and total visits per post and display the most popular posts based on the number of views. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>
7
  Author: Ajay D'Souza
50
  * @return string Filtered content
51
  */
52
  function tptn_add_viewed_count($content) {
53
+ global $post, $wpdb, $single, $tptn_url, $tptn_path;
54
  $table_name = $wpdb->prefix . "top_ten";
55
 
56
  if(is_singular()) {
74
  if ($tptn_settings['cache_fix']) {
75
  $output = '<script type="text/javascript">jQuery.ajax({url: "' .$tptn_url. '/top-10-addcount.js.php", data: {top_ten_id: ' .$id. ', activate_counter: ' . $activate_counter . ', top10_rnd: (new Date()).getTime() + "-" + Math.floor(Math.random()*100000)}});</script>';
76
  } else {
77
+ $output = '<script type="text/javascript" src="'.$tptn_url.'/top-10-addcount.js.php?top_ten_id='.$id.'&amp;activate_counter='.$activate_counter.'"></script>';
78
  }
79
  }
80
  $output = apply_filters('tptn_viewed_count',$output);
115
  global $tptn_settings;
116
 
117
  $exclude_on_post_ids = explode(',',$tptn_settings['exclude_on_post_ids']);
118
+
119
  if (in_array($post->ID, $exclude_on_post_ids)) return $content; // Exit without adding related posts
120
 
121
  if((is_single())&&($tptn_settings['add_to_content'])) {
195
  * @param int|string $id Post ID
196
  * @return int Post count
197
  */
198
+ function get_tptn_post_count($id = FALSE) {
199
  global $wpdb;
200
 
201
  $table_name = $wpdb->prefix . "top_ten";
202
  $table_name_daily = $wpdb->prefix . "top_ten_daily";
203
  global $tptn_settings;
204
  $count_disp_form = stripslashes($tptn_settings['count_disp_form']);
205
+ $count_disp_form_zero = stripslashes($tptn_settings['count_disp_form_zero']);
206
+ $totalcntaccess = get_tptn_post_count_only($id,'total');
207
 
208
  if($id > 0) {
209
 
210
  // Total count per post
211
+ if ( (strpos($count_disp_form, "%totalcount%") !== false) || (strpos($count_disp_form_zero, "%totalcount%") !== false) ) {
212
+ if ( (0 == $totalcntaccess) && (!is_singular()) ) {
213
+ $count_disp_form_zero = str_replace("%totalcount%", $totalcntaccess, $count_disp_form_zero);
214
+ } else {
215
+ $count_disp_form = str_replace("%totalcount%", (0 == $totalcntaccess ? $totalcntaccess+1 : $totalcntaccess), $count_disp_form);
216
+ }
217
  }
218
 
219
  // Now process daily count
220
+ if ( (strpos($count_disp_form, "%dailycount%") !== false) || (strpos($count_disp_form_zero, "%dailycount%") !== false) ) {
221
+ $cntaccess = get_tptn_post_count_only($id,'daily');
222
+ if ( (0 == $totalcntaccess) && (!is_singular()) ) {
223
+ $count_disp_form_zero = str_replace("%dailycount%", $cntaccess, $count_disp_form_zero);
224
+ } else {
225
+ $count_disp_form = str_replace("%dailycount%", (0 == $cntaccess ? $cntaccess+1 : $cntaccess), $count_disp_form);
226
+ }
 
 
227
  }
228
 
229
  // Now process overall count
230
+ if ( (strpos($count_disp_form, "%overallcount%") !== false) || (strpos($count_disp_form_zero, "%overallcount%") !== false) ) {
231
+ $cntaccess = get_tptn_post_count_only($id,'overall');
232
+ if ( (0 == $cntaccess) && (!is_singular()) ) {
233
+ $count_disp_form_zero = str_replace("%overallcount%", $cntaccess, $count_disp_form_zero);
234
+ } else {
235
+ $count_disp_form = str_replace("%overallcount%", (0 == $cntaccess ? $cntaccess+1 : $cntaccess), $count_disp_form);
236
+ }
237
  }
 
238
 
239
+ if ( (0 == $totalcntaccess) && (!is_singular()) ) {
240
+ return apply_filters('tptn_post_count',$count_disp_form_zero);
241
+ } else {
242
+ return apply_filters('tptn_post_count',$count_disp_form);
243
+ }
244
  } else {
245
  return 0;
246
  }
264
  if($id > 0) {
265
  switch ($count) {
266
  case 'total':
267
+ $resultscount = $wpdb->get_row( $wpdb->prepare( "SELECT postnumber, cntaccess FROM {$table_name} WHERE postnumber = %d" , $id ) );
268
+ $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 0));
269
  break;
270
  case 'daily':
271
  $daily_range = $tptn_settings['daily_range']-1;
273
  $current_date = strtotime ( '-'.$daily_range. ' DAY' , strtotime ( $current_time ) );
274
  $current_date = date ( 'Y-m-j' , $current_date );
275
 
276
+ $resultscount = $wpdb->get_row( $wpdb->prepare( "SELECT postnumber, SUM(cntaccess) as sumCount FROM {$table_name_daily} WHERE postnumber = %d AND dp_date >= '%s' GROUP BY postnumber ", array($id, $current_date) ) );
277
+ $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 0));
278
  break;
279
  case 'overall':
280
  $resultscount = $wpdb->get_row("SELECT SUM(cntaccess) as sumCount FROM ".$table_name);
281
+ $cntaccess = number_format_i18n((($resultscount) ? $resultscount->sumCount : 0));
282
  break;
283
  }
284
  return apply_filters('tptn_post_count_only',$cntaccess);
305
  'strict_limit' => FALSE,
306
  'posts_only' => FALSE,
307
  );
308
+ $defaults = array_merge($defaults, $tptn_settings);
309
 
310
  // Parse incomming $args into an array and merge it with $defaults
311
  $args = wp_parse_args( $args, $defaults );
313
  // OPTIONAL: Declare each item in $args as its own variable i.e. $type, $before.
314
  extract( $args, EXTR_SKIP );
315
 
316
+ if ($daily) {
317
+ $table_name = $wpdb->prefix . "top_ten_daily";
318
+ } else {
319
+ $table_name = $wpdb->prefix . "top_ten";
320
+ }
321
 
322
  $limit = ($strict_limit) ? $limit : ($limit*5);
323
 
329
  parse_str($post_types,$post_types); // Save post types in $post_types variable
330
 
331
  if (!$daily) {
332
+ $args = array();
333
  $sql = "SELECT postnumber, cntaccess as sumCount, ID, post_type, post_status ";
334
+ $sql .= "FROM {$table_name} INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
335
  $sql .= "AND post_status = 'publish' ";
336
+ if ($exclude_post_ids!='') {
337
+ $sql .= "AND ID NOT IN (%s) ";
338
+ $args[] = $exclude_post_ids; // Add the post types to the $args array
339
+ }
340
  $sql .= "AND ( ";
341
  $multiple = false;
342
  foreach ($post_types as $post_type) {
343
  if ( $multiple ) $sql .= ' OR ';
344
+ $sql .= " post_type = '%s' ";
345
  $multiple = true;
346
+ $args[] = $post_type; // Add the post types to the $args array
347
  }
348
  $sql .=" ) ";
349
+ $sql .= "ORDER BY sumCount DESC LIMIT %d";
350
+ $args[] = $limit;
351
  } else {
352
  $current_time = current_time( 'timestamp', 0 );
353
  $current_time = $current_time - ($daily_range-1) * 3600 * 24;
354
  $current_date = date( 'Y-m-j', $current_time );
355
 
356
+ $args = array(
357
+ $current_date,
358
+ );
359
  $sql = "SELECT postnumber, SUM(cntaccess) as sumCount, dp_date, ID, post_type, post_status ";
360
+ $sql .= "FROM {$table_name} INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
361
+ $sql .= "AND post_status = 'publish' AND dp_date >= '%s' ";
362
+ if ($exclude_post_ids!='') {
363
+ $sql .= "AND ID NOT IN (%s) ";
364
+ $args[] = $exclude_post_ids; // Add the post types to the $args array
365
+ }
366
  $sql .= "AND ( ";
367
  $multiple = false;
368
  foreach ($post_types as $post_type) {
369
  if ( $multiple ) $sql .= ' OR ';
370
+ $sql .= " post_type = '%s' ";
371
  $multiple = true;
372
+ $args[] = $post_type; // Add the post types to the $args array
373
  }
374
  $sql .=" ) ";
375
  $sql .= "GROUP BY postnumber ";
376
+ $sql .= "ORDER BY sumCount DESC LIMIT %d";
377
+ $args[] = $limit;
378
  }
379
+ if($posts_only) return apply_filters('tptn_pop_posts_array', $wpdb->get_results( $wpdb->prepare( $sql , $args ) , ARRAY_A) ); // Return the array of posts only if the variable is set
380
+ $results = $wpdb->get_results( $wpdb->prepare( $sql , $args ) );
381
 
382
  $counter = 0;
383
 
391
  }
392
  } else {
393
  if (!$daily) {
394
+ $output .= '<div class="tptn_posts tptn_posts_widget">';
395
  } else {
396
+ $output .= '<div class="tptn_posts_daily tptn_posts_widget">';
397
  }
398
  }
399
 
530
  function form($instance) {
531
  $title = isset($instance['title']) ? esc_attr($instance['title']) : '';
532
  $limit = isset($instance['limit']) ? esc_attr($instance['limit']) : '';
533
+ $disp_list_count = isset($instance['disp_list_count']) ? esc_attr($instance['disp_list_count']) : true;
534
  $show_excerpt = isset($instance['show_excerpt']) ? esc_attr($instance['show_excerpt']) : '';
535
  $show_author = isset($instance['show_author']) ? esc_attr($instance['show_author']) : '';
536
  $show_date = isset($instance['show_date']) ? esc_attr($instance['show_date']) : '';
561
  <?php _e('Range in number of days (applies only to custom option above)', TPTN_LOCAL_NAME); ?>: <input class="widefat" id="<?php echo $this->get_field_id('daily_range'); ?>" name="<?php echo $this->get_field_name('daily_range'); ?>" type="text" value="<?php echo esc_attr($daily_range); ?>" />
562
  </label>
563
  </p>
564
+ <p>
565
+ <label for="<?php echo $this->get_field_id('disp_list_count'); ?>">
566
+ <input id="<?php echo $this->get_field_id('disp_list_count'); ?>" name="<?php echo $this->get_field_name('disp_list_count'); ?>" type="checkbox" <?php if ($disp_list_count) echo 'checked="checked"' ?> /> <?php _e(' Show count?', TPTN_LOCAL_NAME); ?>
567
+ </label>
568
+ </p>
569
  <p>
570
  <label for="<?php echo $this->get_field_id('show_excerpt'); ?>">
571
  <input id="<?php echo $this->get_field_id('show_excerpt'); ?>" name="<?php echo $this->get_field_name('show_excerpt'); ?>" type="checkbox" <?php if ($show_excerpt) echo 'checked="checked"' ?> /> <?php _e(' Show excerpt?', TPTN_LOCAL_NAME); ?>
608
  $instance['limit'] = ($new_instance['limit']);
609
  $instance['daily'] = ($new_instance['daily']);
610
  $instance['daily_range'] = strip_tags($new_instance['daily_range']);
611
+ $instance['disp_list_count'] = ($new_instance['disp_list_count']);
612
  $instance['show_excerpt'] = ($new_instance['show_excerpt']);
613
  $instance['show_author'] = ($new_instance['show_author']);
614
  $instance['show_date'] = ($new_instance['show_date']);
650
  'post_thumb_op' => $instance['post_thumb_op'],
651
  'thumb_height' => $instance['thumb_height'],
652
  'thumb_width' => $instance['thumb_width'],
653
+ 'disp_list_count' => $instance['disp_list_count'],
654
  ) );
655
 
656
  }
666
  'post_thumb_op' => $instance['post_thumb_op'],
667
  'thumb_height' => $instance['thumb_height'],
668
  'thumb_width' => $instance['thumb_width'],
669
+ 'disp_list_count' => $instance['disp_list_count'],
670
  ) );
671
 
672
  }
679
  }
680
 
681
  /**
682
+ * Initialise the widget.
683
  *
684
  * @access public
685
  * @return void
686
  */
687
+ function tptn_register_widget() {
688
 
689
  if (function_exists('register_widget')) {
690
  register_widget('WidgetTopTen');
691
  }
692
  }
693
+ add_action('widgets_init', 'tptn_register_widget', 1);
694
+
695
+
696
+ /**
697
+ * Enqueue styles.
698
+ *
699
+ * @access public
700
+ * @return void
701
+ */
702
+ function tptn_heading_styles() {
703
+ global $tptn_settings;
704
+
705
+ if ($tptn_settings['include_default_style']) {
706
+ wp_register_style('tptn_list_style', plugins_url('css/default-style.css', __FILE__));
707
+ wp_enqueue_style('tptn_list_style');
708
+ }
709
+ }
710
+ add_action( 'wp_enqueue_scripts', 'tptn_heading_styles' );
711
 
712
 
713
  /**
739
  'add_to_category_archives' => false, // Add post count to category archives
740
  'add_to_tag_archives' => false, // Add post count to tag archives
741
  'add_to_archives' => false, // Add post count to other archives
742
+
743
  'track_authors' => false, // Track Authors visits
744
  'track_admins' => true, // Track Admin visits
745
  'pv_in_admin' => true, // Add an extra column on edit posts/pages to display page views?
746
+ 'show_count_non_admins' => true, // Show counts to non-admins
747
+
748
  'blank_output' => false, // Blank output? Default is "blank Output test"
749
  'blank_output_text' => $blank_output_text, // Blank output text
750
  'disp_list_count' => true, // Display count in popular lists?
751
  'd_use_js' => false, // Use JavaScript for displaying daily posts
752
  'dynamic_post_count' => true, // Use JavaScript for displaying the post count
753
+ 'count_disp_form' => '(Visited %totalcount% time, %dailycount% visit today)', // Format to display the count
754
+ 'count_disp_form_zero' => 'No visits yet', // What to display where there are no hits?
755
+
756
  'title' => $title, // Title of Popular Posts
757
  'title_daily' => $title_daily, // Title of Daily Popular
758
  'limit' => '10', // How many posts to display?
759
  'daily_range' => '1', // Daily Popular will contain posts of how many days?
760
+
761
  'before_list' => '<ul>', // Before the entire list
762
  'after_list' => '</ul>', // After the entire list
763
  'before_list_item' => '<li>', // Before each list item
764
  'after_list_item' => '</li>', // After each list item
765
+
766
  'post_thumb_op' => 'text_only', // Display only text in posts
767
  'thumb_height' => '50', // Max height of thumbnails
768
  'thumb_width' => '50', // Max width of thumbnails
772
  'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
773
  'thumb_timthumb' => true, // Use timthumb
774
  'scan_images' => true, // Scan post for images
775
+
776
  'show_excerpt' => false, // Show description in list item
777
+ 'excerpt_length' => '10', // Length of characters
778
  'show_date' => false, // Show date in list item
779
  'show_author' => false, // Show author in list item
 
780
  'title_length' => '60', // Limit length of post title
781
+
782
  'exclude_categories' => '', // Exclude these categories
783
  'exclude_cat_slugs' => '', // Exclude these categories (slugs)
784
  'exclude_post_ids' => '', // Comma separated list of page / post IDs that are to be excluded in the results
785
  'exclude_on_post_ids' => '', // Comma separate list of page/post IDs to not display related posts on
786
+
787
  'custom_CSS' => '', // Custom CSS to style the output
788
+ 'include_default_style' => false, // Include default Top 10 style
789
+
 
 
790
  'activate_daily' => true, // Activate the daily count
791
  'activate_overall' => true, // activate overall count
792
  'cache_fix' => false, // Temporary fix for W3 Total Cache
793
  'post_types' => $post_types, // WordPress custom post types
794
  'link_new_window' => false, // Open link in new window - Includes target="_blank" to links
795
  'link_nofollow' => false, // Includes rel="nofollow" to links
796
+
797
+ 'cron_on' => false, // Run cron daily?
798
+ 'cron_hour' => '0', // Cron Hour
799
+ 'cron_min' => '0', // Cron Minute
800
+ 'cron_recurrence' => 'weekly', // Frequency of cron
801
  );
802
  return $tptn_settings;
803
  }
1124
  * @return void
1125
  */
1126
  function ald_tptn() {
1127
+ global $tptn_settings;
1128
+
1129
+ $current_time = gmdate( 'Y-m-d', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) );
1130
+ $current_date = strtotime ( '-90 DAY' , strtotime ( $current_time ) );
1131
+ $current_date = date ( 'Y-m-j' , $current_date );
1132
+
1133
+ $resultscount = $wpdb->get_row( $wpdb->prepare( "DELETE FROM {$table_name_daily} dp_date <= '%s' ", $current_date ) );
1134
+
1135
+
1136
+ //tptn_trunc_count(true);
1137
  }
1138
  add_action('ald_tptn_hook', 'ald_tptn');
1139
 
1182
  * @return void
1183
  */
1184
  function ald_more_reccurences() {
1185
+ // add a 'weekly' interval
1186
+ $schedules['weekly'] = array(
1187
+ 'interval' => 604800,
1188
+ 'display' => __('Once Weekly', TPTN_LOCAL_NAME)
1189
+ );
1190
+ $schedules['fortnightly'] = array(
1191
+ 'interval' => 1209600,
1192
+ 'display' => __('Once Fortnightly', TPTN_LOCAL_NAME)
1193
  );
1194
+ $schedules['monthly'] = array(
1195
+ 'interval' => 2635200,
1196
+ 'display' => __('Once Monthly', TPTN_LOCAL_NAME)
1197
+ );
1198
+ return $schedules;
1199
  }
1200
  add_filter('cron_schedules', 'ald_more_reccurences');
1201
  }
1202
 
1203
 
1204
+ /*********************************************************************
1205
+ * Shortcode functions *
1206
+ ********************************************************************/
1207
+ /**
1208
+ * Creates a shortcode [tptn_list limit="5" heading="1" daily="0"].
1209
+ *
1210
+ * @access public
1211
+ * @param array $atts
1212
+ * @param string $content (default: null)
1213
+ * @return void
1214
+ */
1215
+ function tptn_shortcode( $atts, $content = null ) {
1216
+ global $tptn_settings;
1217
+
1218
+ extract( shortcode_atts( array(
1219
+ 'limit' => $tptn_settings['limit'],
1220
+ 'heading' => '1',
1221
+ 'daily' => '0',
1222
+ ), $atts ) );
1223
+
1224
+ $heading = 1 - $heading;
1225
+ return tptn_pop_posts('is_widget='.$heading.'&limit='.$limit.'&daily='.$daily);
1226
+ }
1227
+ add_shortcode( 'tptn_list', 'tptn_shortcode' );
1228
+
1229
+ /**
1230
+ * Creates a shortcode [tptn_views daily="0"].
1231
+ *
1232
+ * @access public
1233
+ * @param array $atts
1234
+ * @param string $content (default: null)
1235
+ * @return void
1236
+ */
1237
+ function tptn_shortcode_views($atts , $content=null) {
1238
+ extract( shortcode_atts( array(
1239
+ 'daily' => '0',
1240
+ ), $atts ) );
1241
+
1242
+ return get_tptn_post_count_only( get_the_ID(), ( $daily ? 'daily' : 'total' ) );
1243
+ }
1244
+ add_shortcode( 'tptn_views', 'tptn_shortcode_views' );
1245
+
1246
  /*********************************************************************
1247
  * Admin interface *
1248
  ********************************************************************/
uninstall.php CHANGED
@@ -10,6 +10,7 @@ if ( !defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') ) {
10
  $wpdb->query($sql);
11
  $sql = "DROP TABLE $table_name_daily";
12
  $wpdb->query($sql);
 
13
  delete_option('ald_tptn_settings');
14
  delete_option('tptn_db_version');
15
  ?>
10
  $wpdb->query($sql);
11
  $sql = "DROP TABLE $table_name_daily";
12
  $wpdb->query($sql);
13
+ if (wp_next_scheduled('ald_tptn_hook')) wp_clear_scheduled_hook('ald_tptn_hook');
14
  delete_option('ald_tptn_settings');
15
  delete_option('tptn_db_version');
16
  ?>
wick/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php // Silence is golden
wick/sample_data.js.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
- //"sample_data.js.php" List of categories
3
- Header("content-type: application/x-javascript");
4
-
5
- if (!function_exists('add_action')) {
6
- $wp_root = '../../../..';
7
- if (file_exists($wp_root.'/wp-load.php')) {
8
- require_once($wp_root.'/wp-load.php');
9
- } else {
10
- require_once($wp_root.'/wp-config.php');
11
- }
12
- }
13
-
14
- // Ajax Increment Counter
15
- wick_data();
16
- function wick_data() {
17
- global $wpdb;
18
-
19
- $categories = get_categories('hide_empty=0');
20
- $str = 'collection = [';
21
- foreach ($categories as $cat) {
22
- $str .= "'".$cat->slug."',";
23
- }
24
- $str = substr($str, 0, -1); // Remove trailing comma
25
- $str .= '];';
26
-
27
- echo $str;
28
- }
29
-
30
-
31
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wp-bootstrap.php DELETED
@@ -1,12 +0,0 @@
1
- <?php
2
-
3
- /*
4
- This file finds the proper path back to the main WordPress directory and
5
- includes the wp-load.php file so WordPress functions are accessible.
6
- */
7
-
8
- // Build the wp-config.php path from a plugin/theme
9
- $wp_load_file = preg_replace( '/\/wp-content\/.*$/i', '/wp-load.php', __FILE__ );
10
-
11
- // Require the wp-load.php file
12
- require_once( $wp_load_file );