Top 10 – Popular posts plugin for WordPress - Version 1.9.8

Version Description

New: Custom post support, options to exclude posts by ID, add nofollow attribute to links, open links in new window, change in thumbnail width and height settings. Check the Changelog for more information

=

Download this release

Release Info

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

Code changes from version 1.9.7 to 1.9.8

admin.inc.php CHANGED
@@ -18,18 +18,32 @@ function tptn_options() {
18
  $poststable = $wpdb->posts;
19
 
20
  $tptn_settings = tptn_read_options();
 
 
 
 
 
 
21
 
22
  if( (isset($_POST['tptn_save']))&&( check_admin_referer('tptn-plugin') ) ) {
23
- $tptn_settings['title'] = ($_POST['title']);
24
- $tptn_settings['title_daily'] = ($_POST['title_daily']);
25
  $tptn_settings['daily_range'] = intval($_POST['daily_range']);
26
  $tptn_settings['limit'] = intval($_POST['limit']);
27
  $tptn_settings['count_disp_form'] = ($_POST['count_disp_form']);
 
 
 
28
  $tptn_settings['add_to_content'] = (isset($_POST['add_to_content']) ? true : false);
 
 
 
 
 
 
 
29
  $tptn_settings['activate_overall'] = (isset($_POST['activate_overall']) ? true : false);
30
  $tptn_settings['activate_daily'] = (isset($_POST['activate_daily']) ? true : false);
31
- $tptn_settings['exclude_pages'] = (isset($_POST['exclude_pages']) ? true : false);
32
- $tptn_settings['count_on_pages'] = (isset($_POST['count_on_pages']) ? true : false);
33
  $tptn_settings['track_authors'] = (isset($_POST['track_authors']) ? true : false);
34
  $tptn_settings['track_admins'] = (isset($_POST['track_admins']) ? true : false);
35
  $tptn_settings['pv_in_admin'] = (isset($_POST['pv_in_admin']) ? true : false);
@@ -38,7 +52,7 @@ function tptn_options() {
38
  $tptn_settings['dynamic_post_count'] = (isset($_POST['dynamic_post_count']) ? true : false);
39
  $tptn_settings['show_credit'] = (isset($_POST['show_credit']) ? true : false);
40
  $tptn_settings['blank_output'] = (($_POST['blank_output'] == 'blank' ) ? true : false);
41
- $tptn_settings['blank_output_text'] = $_POST['blank_output_text'];
42
 
43
  $tptn_settings['post_thumb_op'] = $_POST['post_thumb_op'];
44
  $tptn_settings['before_list'] = $_POST['before_list'];
@@ -47,15 +61,22 @@ function tptn_options() {
47
  $tptn_settings['after_list_item'] = $_POST['after_list_item'];
48
  $tptn_settings['thumb_meta'] = $_POST['thumb_meta'];
49
  $tptn_settings['thumb_default'] = $_POST['thumb_default'];
 
50
  $tptn_settings['thumb_height'] = intval($_POST['thumb_height']);
51
  $tptn_settings['thumb_width'] = intval($_POST['thumb_width']);
52
  $tptn_settings['thumb_default_show'] = (isset($_POST['thumb_default_show']) ? true : false);
53
  $tptn_settings['thumb_timthumb'] = (isset($_POST['thumb_timthumb']) ? true : false);
54
  $tptn_settings['scan_images'] = (isset($_POST['scan_images']) ? true : false);
 
55
  $tptn_settings['show_excerpt'] = (isset($_POST['show_excerpt']) ? true : false);
56
  $tptn_settings['excerpt_length'] = intval($_POST['excerpt_length']);
57
- $tptn_settings['custom_CSS'] = $_POST['custom_CSS'];
 
 
58
 
 
 
 
59
  $tptn_settings['cache_fix'] = (isset($_POST['cache_fix']) ? true : false);
60
 
61
  // Exclude categories
@@ -85,8 +106,20 @@ function tptn_options() {
85
  echo '<div id="message" class="updated fade"><p>'. __('Scheduled maintenance disabled',TPTN_LOCAL_NAME) .'</p></div>';
86
  }
87
 
 
 
 
 
 
 
 
88
  update_option('ald_tptn_settings', $tptn_settings);
89
 
 
 
 
 
 
90
  $str = '<div id="message" class="updated fade"><p>'. __('Options saved successfully.',TPTN_LOCAL_NAME) .'</p></div>';
91
  echo $str;
92
  }
@@ -163,9 +196,19 @@ function tptn_options() {
163
  <th scope="row"><label for="daily_range"><?php _e('Daily Popular should contain views of how many days? ',TPTN_LOCAL_NAME); ?></label></th>
164
  <td><input type="textbox" name="daily_range" id="daily_range" size="3" value="<?php echo stripslashes($tptn_settings['daily_range']); ?>"></td>
165
  </tr>
166
- <tr>
167
- <th scope="row"><label for="exclude_pages"><?php _e('Exclude Pages?',TPTN_LOCAL_NAME); ?></label></th>
168
- <td><input type="checkbox" name="exclude_pages" id="exclude_pages" <?php if ($tptn_settings['exclude_pages']) echo 'checked="checked"' ?> /><br /><?php _e('Exclude Pages in display of Popular Posts? Number of views on Pages will continue to be counted.',TPTN_LOCAL_NAME); ?></td>
 
 
 
 
 
 
 
 
 
 
169
  </tr>
170
  <tr>
171
  <th scope="row"><label for="exclude_cat_slugs"><?php _e('Exclude Categories: ',TPTN_LOCAL_NAME); ?></label></th>
@@ -190,8 +233,14 @@ function tptn_options() {
190
  <tr>
191
  <th scope="row"><?php _e('Display number of views on:',TPTN_LOCAL_NAME); ?></th>
192
  <td>
193
- <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); ?><br />
194
- <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); ?>
 
 
 
 
 
 
195
  </td>
196
  </tr>
197
  <tr><th scope="row"><label for="dynamic_post_count"><?php _e('Always display latest post count',TPTN_LOCAL_NAME); ?></label></th>
@@ -254,9 +303,27 @@ function tptn_options() {
254
  <tr><th scope="row"><label for="excerpt_length"><?php _e('Length of excerpt (in words): ',TPTN_LOCAL_NAME); ?></label></th>
255
  <td><input type="textbox" name="excerpt_length" id="excerpt_length" value="<?php echo stripslashes($tptn_settings['excerpt_length']); ?>" /></td>
256
  </tr>
 
 
 
 
 
 
257
  <tr><th scope="row"><label for="disp_list_count"><?php _e('Display number of page views in popular lists?',TPTN_LOCAL_NAME); ?></label></th>
258
  <td><input type="checkbox" name="disp_list_count" id="disp_list_count" <?php if ($tptn_settings['disp_list_count']) echo 'checked="checked"' ?> /></td>
259
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
260
  <tr style="vertical-align: top; background: #eee"><th scope="row" colspan="2"><?php _e('Customize the output:',TPTN_LOCAL_NAME); ?></th>
261
  </tr>
262
  <tr><th scope="row"><label for="before_list"><?php _e('HTML to display before the list of posts: ',TPTN_LOCAL_NAME); ?></label></th>
@@ -293,12 +360,24 @@ function tptn_options() {
293
  <br />
294
  </td>
295
  </tr>
296
- <tr><th scope="row"><label for="thumb_width"><?php _e('Maximum width of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
297
  <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>
298
  </tr>
299
- <tr><th scope="row"><label for="thumb_height"><?php _e('Maximum height of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
300
  <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>
301
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
302
  <tr><th scope="row"><label for="thumb_timthumb"><?php _e('Use timthumb to generate thumbnails? ',TPTN_LOCAL_NAME); ?></label></th>
303
  <td><input type="checkbox" name="thumb_timthumb" id="thumb_timthumb" <?php if ($tptn_settings['thumb_timthumb']) echo 'checked="checked"' ?> /> <br /><?php _e('If checked, <a href="http://www.binarymoon.co.uk/projects/timthumb/">timthumb</a> will be used to generate thumbnails',TPTN_LOCAL_NAME); ?></td>
304
  </tr>
@@ -724,7 +803,7 @@ function tptn_pop_display($daily = false, $page = 0, $limit = 10, $widget = fals
724
  if ($results) {
725
  foreach ($results as $result) {
726
  $output .= '<li><a href="'.get_permalink($result->postnumber).'">'.get_the_title($result->postnumber).'</a>';
727
- $output .= ' ('.number_format($result->sumCount).')';
728
  $output .= '</li>';
729
  }
730
  }
@@ -830,7 +909,7 @@ function tptn_value($column_name, $id) {
830
  $table_name = $wpdb->prefix . "top_ten";
831
 
832
  $resultscount = $wpdb->get_row("select postnumber, cntaccess from $table_name WHERE postnumber = $id");
833
- $cntaccess = number_format((($resultscount) ? $resultscount->cntaccess : 0));
834
 
835
  $cntaccess .= ' / ';
836
 
@@ -843,7 +922,7 @@ function tptn_value($column_name, $id) {
843
  $current_date = date ( 'Y-m-j' , $current_date );
844
 
845
  $resultscount = $wpdb->get_row("SELECT postnumber, SUM(cntaccess) as sumCount FROM $table_name WHERE postnumber = $id AND dp_date >= '$current_date' GROUP BY postnumber ");
846
- $cntaccess .= number_format((($resultscount) ? $resultscount->sumCount : 0));
847
 
848
  echo $cntaccess;
849
  }
18
  $poststable = $wpdb->posts;
19
 
20
  $tptn_settings = tptn_read_options();
21
+ parse_str($tptn_settings['post_types'],$post_types);
22
+ $wp_post_types = get_post_types( array(
23
+ 'public' => true,
24
+ ) );
25
+ $posts_types_inc = array_intersect($wp_post_types, $post_types);
26
+
27
 
28
  if( (isset($_POST['tptn_save']))&&( check_admin_referer('tptn-plugin') ) ) {
29
+ $tptn_settings['title'] = wp_kses_post($_POST['title']);
30
+ $tptn_settings['title_daily'] = wp_kses_post($_POST['title_daily']);
31
  $tptn_settings['daily_range'] = intval($_POST['daily_range']);
32
  $tptn_settings['limit'] = intval($_POST['limit']);
33
  $tptn_settings['count_disp_form'] = ($_POST['count_disp_form']);
34
+ $tptn_settings['exclude_on_post_ids'] = wp_kses_post($_POST['exclude_on_post_ids']);
35
+ $tptn_settings['exclude_post_ids'] = wp_kses_post($_POST['exclude_post_ids']);
36
+
37
  $tptn_settings['add_to_content'] = (isset($_POST['add_to_content']) ? true : false);
38
+ $tptn_settings['count_on_pages'] = (isset($_POST['count_on_pages']) ? true : false);
39
+ $tptn_settings['add_to_feed'] = (isset($_POST['add_to_feed']) ? true : false);
40
+ $tptn_settings['add_to_home'] = (isset($_POST['add_to_home']) ? true : false);
41
+ $tptn_settings['add_to_category_archives'] = (isset($_POST['add_to_category_archives']) ? true : false);
42
+ $tptn_settings['add_to_tag_archives'] = (isset($_POST['add_to_tag_archives']) ? true : false);
43
+ $tptn_settings['add_to_archives'] = (isset($_POST['add_to_archives']) ? true : false);
44
+
45
  $tptn_settings['activate_overall'] = (isset($_POST['activate_overall']) ? true : false);
46
  $tptn_settings['activate_daily'] = (isset($_POST['activate_daily']) ? true : false);
 
 
47
  $tptn_settings['track_authors'] = (isset($_POST['track_authors']) ? true : false);
48
  $tptn_settings['track_admins'] = (isset($_POST['track_admins']) ? true : false);
49
  $tptn_settings['pv_in_admin'] = (isset($_POST['pv_in_admin']) ? true : false);
52
  $tptn_settings['dynamic_post_count'] = (isset($_POST['dynamic_post_count']) ? true : false);
53
  $tptn_settings['show_credit'] = (isset($_POST['show_credit']) ? true : false);
54
  $tptn_settings['blank_output'] = (($_POST['blank_output'] == 'blank' ) ? true : false);
55
+ $tptn_settings['blank_output_text'] = wp_kses_post($_POST['blank_output_text']);
56
 
57
  $tptn_settings['post_thumb_op'] = $_POST['post_thumb_op'];
58
  $tptn_settings['before_list'] = $_POST['before_list'];
61
  $tptn_settings['after_list_item'] = $_POST['after_list_item'];
62
  $tptn_settings['thumb_meta'] = $_POST['thumb_meta'];
63
  $tptn_settings['thumb_default'] = $_POST['thumb_default'];
64
+ $tptn_settings['thumb_html'] = $_POST['thumb_html'];
65
  $tptn_settings['thumb_height'] = intval($_POST['thumb_height']);
66
  $tptn_settings['thumb_width'] = intval($_POST['thumb_width']);
67
  $tptn_settings['thumb_default_show'] = (isset($_POST['thumb_default_show']) ? true : false);
68
  $tptn_settings['thumb_timthumb'] = (isset($_POST['thumb_timthumb']) ? true : false);
69
  $tptn_settings['scan_images'] = (isset($_POST['scan_images']) ? true : false);
70
+
71
  $tptn_settings['show_excerpt'] = (isset($_POST['show_excerpt']) ? true : false);
72
  $tptn_settings['excerpt_length'] = intval($_POST['excerpt_length']);
73
+ $tptn_settings['title_length'] = intval($_POST['title_length']);
74
+ $tptn_settings['show_date'] = (isset($_POST['show_date']) ? true : false);
75
+ $tptn_settings['custom_CSS'] = wp_kses_post($_POST['custom_CSS']);
76
 
77
+ $tptn_settings['link_new_window'] = (isset($_POST['link_new_window']) ? true : false);
78
+ $tptn_settings['link_nofollow'] = (isset($_POST['link_nofollow']) ? true : false);
79
+
80
  $tptn_settings['cache_fix'] = (isset($_POST['cache_fix']) ? true : false);
81
 
82
  // Exclude categories
106
  echo '<div id="message" class="updated fade"><p>'. __('Scheduled maintenance disabled',TPTN_LOCAL_NAME) .'</p></div>';
107
  }
108
 
109
+ $wp_post_types = get_post_types( array(
110
+ 'public' => true,
111
+ ) );
112
+ $post_types_arr = (isset($_POST['post_types']) && is_array($_POST['post_types'])) ? $_POST['post_types'] : array('post' => 'post');
113
+ $post_types = array_intersect($wp_post_types, $post_types_arr);
114
+ $tptn_settings['post_types'] = http_build_query($post_types, '', '&');
115
+
116
  update_option('ald_tptn_settings', $tptn_settings);
117
 
118
+ // Let's get the options again after we update them
119
+ $tptn_settings = tptn_read_options();
120
+ parse_str($tptn_settings['post_types'],$post_types);
121
+ $posts_types_inc = array_intersect($wp_post_types, $post_types);
122
+
123
  $str = '<div id="message" class="updated fade"><p>'. __('Options saved successfully.',TPTN_LOCAL_NAME) .'</p></div>';
124
  echo $str;
125
  }
196
  <th scope="row"><label for="daily_range"><?php _e('Daily Popular should contain views of how many days? ',TPTN_LOCAL_NAME); ?></label></th>
197
  <td><input type="textbox" name="daily_range" id="daily_range" size="3" value="<?php echo stripslashes($tptn_settings['daily_range']); ?>"></td>
198
  </tr>
199
+ <tr><th scope="row"><?php _e('Post types to include in results (including custom post types)',TPTN_LOCAL_NAME); ?></th>
200
+ <td>
201
+ <?php foreach ($wp_post_types as $wp_post_type) {
202
+ $post_type_op = '<input type="checkbox" name="post_types[]" value="'.$wp_post_type.'" ';
203
+ if (in_array($wp_post_type, $posts_types_inc)) $post_type_op .= ' checked="checked" ';
204
+ $post_type_op .= ' />'.$wp_post_type.'&nbsp;&nbsp;';
205
+ echo $post_type_op;
206
+ }
207
+ ?>
208
+ </td>
209
+ </tr>
210
+ <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>
211
+ <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>
212
  </tr>
213
  <tr>
214
  <th scope="row"><label for="exclude_cat_slugs"><?php _e('Exclude Categories: ',TPTN_LOCAL_NAME); ?></label></th>
233
  <tr>
234
  <th scope="row"><?php _e('Display number of views on:',TPTN_LOCAL_NAME); ?></th>
235
  <td>
236
+ <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 />
237
+ <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 />
238
+ <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 />
239
+ <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 />
240
+ <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 />
241
+ <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 />
242
+ <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>
243
+ <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>
244
  </td>
245
  </tr>
246
  <tr><th scope="row"><label for="dynamic_post_count"><?php _e('Always display latest post count',TPTN_LOCAL_NAME); ?></label></th>
303
  <tr><th scope="row"><label for="excerpt_length"><?php _e('Length of excerpt (in words): ',TPTN_LOCAL_NAME); ?></label></th>
304
  <td><input type="textbox" name="excerpt_length" id="excerpt_length" value="<?php echo stripslashes($tptn_settings['excerpt_length']); ?>" /></td>
305
  </tr>
306
+ <tr><th scope="row"><label for="show_date"><?php _e('Show post date in list?',TPTN_LOCAL_NAME); ?></label></th>
307
+ <td><input type="checkbox" name="show_date" id="show_date" <?php if ($tptn_settings['show_date']) echo 'checked="checked"' ?> /></td>
308
+ </tr>
309
+ <tr><th scope="row"><label for="title_length"><?php _e('Limit post title length (in characters)',TPTN_LOCAL_NAME); ?></label></th>
310
+ <td><input type="textbox" name="title_length" id="title_length" value="<?php echo stripslashes($tptn_settings['title_length']); ?>" /></td>
311
+ </tr>
312
  <tr><th scope="row"><label for="disp_list_count"><?php _e('Display number of page views in popular lists?',TPTN_LOCAL_NAME); ?></label></th>
313
  <td><input type="checkbox" name="disp_list_count" id="disp_list_count" <?php if ($tptn_settings['disp_list_count']) echo 'checked="checked"' ?> /></td>
314
  </tr>
315
+ <tr><th scope="row"><label for="link_new_window "><?php _e('Open links in new window',TPTN_LOCAL_NAME); ?></label></th>
316
+ <td><input type="checkbox" name="link_new_window" id="link_new_window" <?php if ($tptn_settings['link_new_window']) echo 'checked="checked"' ?> /></td>
317
+ </tr>
318
+ <tr><th scope="row"><label for="link_nofollow"><?php _e('Add nofollow attribute to links in the list',TPTN_LOCAL_NAME); ?></label></th>
319
+ <td><input type="checkbox" name="link_nofollow" id="link_nofollow" <?php if ($tptn_settings['link_nofollow']) echo 'checked="checked"' ?> /></td>
320
+ </tr>
321
+ <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>
322
+ <td>
323
+ <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">
324
+ <p class="description"><?php _e('Enter comma separated list of IDs. e.g. 188,320,500',TPTN_LOCAL_NAME); ?></p>
325
+ </td>
326
+ </tr>
327
  <tr style="vertical-align: top; background: #eee"><th scope="row" colspan="2"><?php _e('Customize the output:',TPTN_LOCAL_NAME); ?></th>
328
  </tr>
329
  <tr><th scope="row"><label for="before_list"><?php _e('HTML to display before the list of posts: ',TPTN_LOCAL_NAME); ?></label></th>
360
  <br />
361
  </td>
362
  </tr>
363
+ <tr><th scope="row"><label for="thumb_width"><?php _e('Width of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
364
  <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>
365
  </tr>
366
+ <tr><th scope="row"><label for="thumb_height"><?php _e('Height of the thumbnail: ',TPTN_LOCAL_NAME); ?></label></th>
367
  <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>
368
  </tr>
369
+ <tr><th scope="row"><label for="thumb_html"><?php _e('Style attributes / Width and Height HTML attributes:',TPTN_LOCAL_NAME); ?></label></th>
370
+ <td>
371
+ <label>
372
+ <input type="radio" name="thumb_html" value="css" id="thumb_html_0" <?php if ($tptn_settings['thumb_html']=='css') echo 'checked="checked"' ?> />
373
+ <?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>
374
+ <br />
375
+ <label>
376
+ <input type="radio" name="thumb_html" value="html" id="thumb_html_1" <?php if ($tptn_settings['thumb_html']=='html') echo 'checked="checked"' ?> />
377
+ <?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>
378
+ <br />
379
+ </td>
380
+ </tr>
381
  <tr><th scope="row"><label for="thumb_timthumb"><?php _e('Use timthumb to generate thumbnails? ',TPTN_LOCAL_NAME); ?></label></th>
382
  <td><input type="checkbox" name="thumb_timthumb" id="thumb_timthumb" <?php if ($tptn_settings['thumb_timthumb']) echo 'checked="checked"' ?> /> <br /><?php _e('If checked, <a href="http://www.binarymoon.co.uk/projects/timthumb/">timthumb</a> will be used to generate thumbnails',TPTN_LOCAL_NAME); ?></td>
383
  </tr>
803
  if ($results) {
804
  foreach ($results as $result) {
805
  $output .= '<li><a href="'.get_permalink($result->postnumber).'">'.get_the_title($result->postnumber).'</a>';
806
+ $output .= ' ('.number_format_i18n($result->sumCount).')';
807
  $output .= '</li>';
808
  }
809
  }
909
  $table_name = $wpdb->prefix . "top_ten";
910
 
911
  $resultscount = $wpdb->get_row("select postnumber, cntaccess from $table_name WHERE postnumber = $id");
912
+ $cntaccess = number_format_i18n((($resultscount) ? $resultscount->cntaccess : 0));
913
 
914
  $cntaccess .= ' / ';
915
 
922
  $current_date = date ( 'Y-m-j' , $current_date );
923
 
924
  $resultscount = $wpdb->get_row("SELECT postnumber, SUM(cntaccess) as sumCount FROM $table_name WHERE postnumber = $id AND dp_date >= '$current_date' GROUP BY postnumber ");
925
+ $cntaccess .= number_format_i18n((($resultscount) ? $resultscount->sumCount : 0));
926
 
927
  echo $cntaccess;
928
  }
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-06-30 14:28-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"
@@ -12,146 +12,169 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Opsiyalar müvəffəqiyyətlə yaddaşda saxlanılıb."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Opsiyalalr standard opsiyasına qaytarılıb."
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "10 populyar yazı statisticasını pozmaq"
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "10 gündəlik populyar yazı statisticasını pozmaq"
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Populyar postların miqdarının nümayişi:"
72
 
73
- #: admin.inc.php:163
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:167
79
- msgid "Exclude Pages?"
80
  msgstr ""
81
 
82
- #: admin.inc.php:168
83
- msgid ""
84
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
85
- "continue to be counted."
86
  msgstr ""
87
- "Populyar yazılışdan Səhifələri çıxartmaq lazımdır? Səhifəlrin baxılışı "
88
- "saymaqda davam etdiriləcək."
89
 
90
- #: admin.inc.php:171
91
  msgid "Exclude Categories: "
92
  msgstr ""
93
 
94
- #: admin.inc.php:186
95
  msgid ""
96
  "Comma separated list of category slugs. The field above has an autocomplete "
97
  "so simply start typing in the starting letters and it will prompt you with "
98
  "options"
99
  msgstr ""
100
 
101
- #: admin.inc.php:191
102
  #, fuzzy
103
  msgid "Display number of views on:"
104
  msgstr "Posta baxılmasının miqdarını göstərmək lazımdır?"
105
 
106
- #: admin.inc.php:193
107
  msgid "Posts"
108
  msgstr ""
109
 
110
- #: admin.inc.php:194
111
  #, fuzzy
112
  msgid "Pages"
113
  msgstr "Səhifə"
114
 
115
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  msgid "Always display latest post count"
117
  msgstr ""
118
 
119
- #: admin.inc.php:199
120
  msgid ""
121
  "This option uses JavaScript and will increase your page load time. Turn this "
122
  "off if you are not using caching plugins or are OK with displaying older "
123
  "cached counts"
124
  msgstr ""
125
 
126
- #: admin.inc.php:202
127
  msgid "Always display latest post count in the daily lists"
128
  msgstr ""
129
 
130
- #: admin.inc.php:204
131
  #, fuzzy
132
  msgid "This option uses JavaScript and will increase your page load time"
133
  msgstr ""
134
  "Polulyar yazılışları siyahını dinamik etmək lazımdır? Bu opsiya JavaScript-i "
135
  "istifadə edir və bu səhifənin yükləmə vaxtını uzada bilər"
136
 
137
- #: admin.inc.php:207
138
  msgid "Track visits of authors on their own posts?"
139
  msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
140
 
141
- #: admin.inc.php:210
142
  #, fuzzy
143
  msgid "Track visits of admins?"
144
  msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
145
 
146
- #: admin.inc.php:213
147
  msgid "Display page views on Posts > All Posts in Admin"
148
  msgstr ""
149
 
150
- #: admin.inc.php:216
151
  msgid "Link to Top 10 plugin page"
152
  msgstr ""
153
 
154
- #: admin.inc.php:218
155
  #, fuzzy
156
  msgid ""
157
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -160,16 +183,16 @@ msgstr ""
160
  "Popyulyar siyahının altnda ssılkanı qoymaq lazımdır? Plaginin müəllifi Siz "
161
  "onu qoyduğunuz halda Sizə çox minnətdar olardı!"
162
 
163
- #: admin.inc.php:225
164
  #, fuzzy
165
  msgid "Output Options"
166
  msgstr "Plaginin kökləmələri:"
167
 
168
- #: admin.inc.php:228
169
  msgid "Format to display the count in: "
170
  msgstr "Miqdarı göstərən format:"
171
 
172
- #: admin.inc.php:230
173
  #, fuzzy
174
  msgid ""
175
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -181,114 +204,154 @@ msgstr ""
181
  "edin, <code>%dailycount%</code> - gün ərzində baxılmış. Məsələn: <code>"
182
  "(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
183
 
184
- #: admin.inc.php:233
185
  msgid "Title of popular posts: "
186
  msgstr "Populyar yazılarının başlığı:"
187
 
188
- #: admin.inc.php:236
189
  msgid "Title of daily popular posts: "
190
  msgstr "Gündəlik populyual yazılışların başlığı:"
191
 
192
- #: admin.inc.php:239
193
  msgid "When there are no posts, what should be shown?"
194
  msgstr ""
195
 
196
- #: admin.inc.php:243
197
  msgid "Blank Output"
198
  msgstr ""
199
 
200
- #: admin.inc.php:247
201
  msgid "Display:"
202
  msgstr ""
203
 
204
- #: admin.inc.php:251
205
  msgid "Show post excerpt in list?"
206
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
207
 
208
- #: admin.inc.php:254
209
  msgid "Length of excerpt (in words): "
210
  msgstr "Çıxardılmış mətnin uzunluğu (söz ilə):"
211
 
212
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
213
  msgid "Display number of page views in popular lists?"
214
  msgstr "Populyar siyahıda baxılmış səhifənin miqdarını göstərmək lazımdır? "
215
 
216
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Customize the output:"
218
  msgstr "Suiyahı formasının kökləmələri:"
219
 
220
- #: admin.inc.php:262
221
  msgid "HTML to display before the list of posts: "
222
  msgstr "Siyahıdan qabaq istifadə edilən HTML-teqi:"
223
 
224
- #: admin.inc.php:265
225
  msgid "HTML to display before each list item: "
226
  msgstr "Siyahıda hər maddənin qabağında istifadə edilən HTML-teqi:"
227
 
228
- #: admin.inc.php:268
229
  msgid "HTML to display after each list item: "
230
  msgstr "Siyahıda hər maddədən sonra istifadə edilən HTML-teqi: "
231
 
232
- #: admin.inc.php:271
233
  msgid "HTML to display after the list of posts: "
234
  msgstr "Siyahıdan sonra istifadə edilən HTML-teqi:"
235
 
236
- #: admin.inc.php:274
237
  msgid "Post thumbnail options:"
238
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
239
 
240
- #: admin.inc.php:276
241
  msgid "Location of post thumbnail:"
242
  msgstr ""
243
 
244
- #: admin.inc.php:280
245
  #, fuzzy
246
  msgid "Display thumbnails inline with posts, before title"
247
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
248
 
249
- #: admin.inc.php:284
250
  #, fuzzy
251
  msgid "Display thumbnails inline with posts, after title"
252
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
253
 
254
- #: admin.inc.php:288
255
  msgid "Display only thumbnails, no text"
256
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
257
 
258
- #: admin.inc.php:292
259
  msgid "Do not display thumbnails, only text."
260
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
261
 
262
- #: admin.inc.php:296
263
- msgid "Maximum width of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  msgstr ""
265
 
266
- #: admin.inc.php:299
267
- msgid "Maximum height of the thumbnail: "
 
 
268
  msgstr ""
269
 
270
- #: admin.inc.php:302
271
  msgid "Use timthumb to generate thumbnails? "
272
  msgstr ""
273
 
274
- #: admin.inc.php:303
275
  msgid ""
276
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
277
  "\">timthumb</a> will be used to generate thumbnails"
278
  msgstr ""
279
 
280
- #: admin.inc.php:305
281
  #, fuzzy
282
  msgid "Post thumbnail meta field name: "
283
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
284
 
285
- #: admin.inc.php:306
286
  msgid ""
287
  "The value of this field should contain the image source and is set in the "
288
  "<em>Add New Post</em> screen"
289
  msgstr ""
290
 
291
- #: admin.inc.php:308
292
  #, fuzzy
293
  msgid ""
294
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -298,7 +361,7 @@ msgstr ""
298
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
299
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
300
 
301
- #: admin.inc.php:309
302
  #, fuzzy
303
  msgid ""
304
  "This could slow down the loading of your page if the first image in the "
@@ -308,21 +371,21 @@ msgstr ""
308
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
309
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
310
 
311
- #: admin.inc.php:311
312
  msgid "Use default thumbnail? "
313
  msgstr ""
314
 
315
- #: admin.inc.php:312
316
  msgid ""
317
  "If checked, when no thumbnail is found, show a default one from the URL "
318
  "below. If not checked and no thumbnail is found, no image will be shown."
319
  msgstr ""
320
 
321
- #: admin.inc.php:314
322
  msgid "Default thumbnail: "
323
  msgstr ""
324
 
325
- #: admin.inc.php:315
326
  #, fuzzy
327
  msgid ""
328
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -333,98 +396,98 @@ msgstr ""
333
  "əvvəlcədən verilmiş sərbəst meta-sahə üzrə). Agər əvvəlcədən baxış yoxdursan "
334
  "onda standard şəkil çıxarılacaq:"
335
 
336
- #: admin.inc.php:321
337
  msgid "Custom Styles"
338
  msgstr ""
339
 
340
- #: admin.inc.php:324
341
  msgid "Custom CSS to add to header:"
342
  msgstr ""
343
 
344
- #: admin.inc.php:327
345
  msgid ""
346
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
347
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
348
  "available CSS classes to style."
349
  msgstr ""
350
 
351
- #: admin.inc.php:334
352
  msgid "Maintenance"
353
  msgstr ""
354
 
355
- #: admin.inc.php:338
356
  msgid ""
357
  "Over time the Daily Top 10 database grows in size, which reduces the "
358
  "performance of the plugin. Cleaning the database at regular intervals could "
359
  "improve performance, especially on high traffic blogs."
360
  msgstr ""
361
 
362
- #: admin.inc.php:339
363
  msgid ""
364
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
365
  "everytime the job is rescheduled (i.e. you change the settings below). This "
366
  "causes the daily posts table to reset."
367
  msgstr ""
368
 
369
- #: admin.inc.php:342
370
  msgid "Enable scheduled maintenance of daily tables:"
371
  msgstr ""
372
 
373
- #: admin.inc.php:346
374
  msgid "Time to run maintenance"
375
  msgstr ""
376
 
377
- #: admin.inc.php:349
378
  msgid "How often should the maintenance be run:"
379
  msgstr ""
380
 
381
- #: admin.inc.php:353
382
  msgid "Daily"
383
  msgstr ""
384
 
385
- #: admin.inc.php:357
386
  msgid "Weekly"
387
  msgstr ""
388
 
389
- #: admin.inc.php:361
390
  msgid "Fortnightly"
391
  msgstr ""
392
 
393
- #: admin.inc.php:365
394
  msgid "Monthly"
395
  msgstr ""
396
 
397
- #: admin.inc.php:374
398
  msgid "The cron job has been scheduled. Maintenance will run "
399
  msgstr ""
400
 
401
- #: admin.inc.php:379
402
  msgid "The cron job is missing. Please resave this page to add the job"
403
  msgstr ""
404
 
405
- #: admin.inc.php:384
406
  msgid "Maintenance is turned off"
407
  msgstr ""
408
 
409
- #: admin.inc.php:392
410
  #, fuzzy
411
  msgid "Save Options"
412
  msgstr "Opsiyalar:"
413
 
414
- #: admin.inc.php:393
415
  #, fuzzy
416
  msgid "Default Options"
417
  msgstr "Plaginin kökləmələri:"
418
 
419
- #: admin.inc.php:393
420
  msgid "Do you want to set options to Default?"
421
  msgstr "Siz plaginin kökləmələrin standard etmək lazımdır?"
422
 
423
- #: admin.inc.php:397
424
  msgid "Reset count"
425
  msgstr "Statistikanı sbros etmək"
426
 
427
- #: admin.inc.php:400
428
  msgid ""
429
  "This cannot be reversed. Make sure that your database has been backed up "
430
  "before proceeding"
@@ -432,226 +495,233 @@ msgstr ""
432
  "Statistikanın sbrosu geriya qaytarmaq olmaz. Sbros etməkdən qabaq əmin olun "
433
  "ki, Sizin məlumat bazasının kopiyası var!"
434
 
435
- #: admin.inc.php:403
436
  #, fuzzy
437
  msgid "Reset Popular Posts"
438
  msgstr "Populyar yazılar"
439
 
440
- #: admin.inc.php:403
441
  msgid "Are you sure you want to reset the popular posts?"
442
  msgstr ""
443
  "Siz əminsiniz ki, Populyar yazıları statistikanı sbros etmək istəyirsiniz?"
444
 
445
- #: admin.inc.php:404
446
  #, fuzzy
447
  msgid "Reset Daily Popular Posts"
448
  msgstr "Gündəlik Populyar Yazılar"
449
 
450
- #: admin.inc.php:404
451
  msgid "Are you sure you want to reset the daily popular posts?"
452
  msgstr ""
453
  "Siz əminsiniz ki, gündəlik populyar yazıları statistikanı sbros etmək "
454
  "istəyirsiniz?"
455
 
456
- #: admin.inc.php:405
457
  msgid "Clear duplicates"
458
  msgstr ""
459
 
460
- #: admin.inc.php:405
461
  msgid "This will delete the duplicate entries in the tables. Proceed?"
462
  msgstr "Cədvəldəki dublikat yazılar silinəcəklər. Davam edək?"
463
 
464
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
465
  msgid "Popular Posts"
466
  msgstr "Populyar yazılar"
467
 
468
- #: admin.inc.php:449 admin.inc.php:536
469
  msgid "Daily Popular Posts"
470
  msgstr "Gündəlik Populyar Yazılar"
471
 
472
- #: admin.inc.php:477
473
  msgid "Support the development"
474
  msgstr "İnkişafı dəstək vermək"
475
 
476
- #: admin.inc.php:485
477
  msgid "Enter amount in USD: "
478
  msgstr "Miiqdarı USD ilə daxil et:"
479
 
480
- #: admin.inc.php:489
481
  msgid "Send your donation to the author of"
482
  msgstr "Müəlifə ianə göndərin "
483
 
484
- #: admin.inc.php:495
485
  msgid "Follow us"
486
  msgstr ""
487
 
488
- #: admin.inc.php:501
489
  #, fuzzy
490
  msgid "Quick Links"
491
  msgstr "Faydalı istenadlar"
492
 
493
- #: admin.inc.php:503
494
  #, fuzzy
495
  msgid "Top 10 plugin page"
496
  msgstr "plaginin səhifəsi"
497
 
498
- #: admin.inc.php:504
499
  msgid "Other plugins"
500
  msgstr "Digər plaginlər"
501
 
502
- #: admin.inc.php:505
503
  msgid "Ajay's blog"
504
  msgstr "Ajay-in blogu"
505
 
506
- #: admin.inc.php:506 top-10.php:921
507
  msgid "Support"
508
  msgstr "Dəstək"
509
 
510
- #: admin.inc.php:510
511
  msgid "Recent developments"
512
  msgstr "Son inkişaflar"
513
 
514
- #: admin.inc.php:527 admin.inc.php:530
515
  #, fuzzy
516
  msgid "Top 10 Settings"
517
  msgstr "Kökləmələr"
518
 
519
- #: admin.inc.php:527
520
  msgid "Top 10"
521
  msgstr "Top 10 yazılar"
522
 
523
- #: admin.inc.php:533
524
  #, fuzzy
525
  msgid "Overall Popular Posts"
526
  msgstr "Bütün Populyar Yazılara Baxmaq"
527
 
528
- #: admin.inc.php:675
529
  msgid "Results"
530
  msgstr "Nəticələr"
531
 
532
- #: admin.inc.php:677 admin.inc.php:683
533
  msgid "of"
534
  msgstr "-dən "
535
 
536
- #: admin.inc.php:681
537
  msgid "Page"
538
  msgstr "Səhifə"
539
 
540
- #: admin.inc.php:695
541
  msgid "View Daily Popular Posts"
542
  msgstr "Gündəlik Populyar Yazılara Baxmaq"
543
 
544
- #: admin.inc.php:698 admin.inc.php:711
545
  msgid "Results per-page:"
546
  msgstr "Səhifə üzrə nəticələr:"
547
 
548
- #: admin.inc.php:708
549
  msgid "View Overall Popular Posts"
550
  msgstr "Bütün Populyar Yazılara Baxmaq"
551
 
552
- #: admin.inc.php:737
553
  msgid "Previous"
554
  msgstr "Əvvəlki"
555
 
556
- #: admin.inc.php:755
557
  msgid "Next"
558
  msgstr "Sonrakı"
559
 
560
- #: admin.inc.php:796
561
  msgid "Daily Popular"
562
  msgstr "Gündəlik Populyar"
563
 
564
- #: admin.inc.php:812
565
  msgid "Total / Today's Views"
566
  msgstr "Ümümi/ Bu günkü baxış"
567
 
568
- #: top-10.php:403
569
  msgid "Display the posts popular this week"
570
  msgstr ""
571
 
572
- #: top-10.php:417
573
  msgid "Title"
574
  msgstr ""
575
 
576
- #: top-10.php:422
577
  msgid "No. of posts"
578
  msgstr ""
579
 
580
- #: top-10.php:427
581
  msgid "Overall"
582
  msgstr ""
583
 
584
- #: top-10.php:428
585
  msgid "Custom time period (Enter below)"
586
  msgstr ""
587
 
588
- #: top-10.php:433
589
  msgid "Range in number of days (applies only to custom option above)"
590
  msgstr ""
591
 
592
- #: top-10.php:437
593
  #, fuzzy
594
  msgid "Thumbnail options"
595
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
596
 
597
- #: top-10.php:439
598
  #, fuzzy
599
  msgid "Thumbnails inline, before title"
600
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
601
 
602
- #: top-10.php:440
603
  #, fuzzy
604
  msgid "Thumbnails inline, after title"
605
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
606
 
607
- #: top-10.php:441
608
  #, fuzzy
609
  msgid "Only thumbnails, no text"
610
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
611
 
612
- #: top-10.php:442
613
  #, fuzzy
614
  msgid "No thumbnails, only text."
615
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
616
 
617
- #: top-10.php:447
618
  #, fuzzy
619
  msgid " Show excerpt?"
620
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
621
 
622
- #: top-10.php:522
623
  msgid "<h3>Popular Posts</h3>"
624
  msgstr "<h3>Populyar yazılar</h3>"
625
 
626
- #: top-10.php:523
627
  msgid "<h3>Daily Popular</h3>"
628
  msgstr "<h3>Gündəlik Populyar</h3>"
629
 
630
- #: top-10.php:524
631
  #, fuzzy
632
  msgid "No top posts yet"
633
  msgstr "10 populyar yazı statisticasını pozmaq"
634
 
635
- #: top-10.php:887
636
  msgid "Once Weekly"
637
  msgstr ""
638
 
639
- #: top-10.php:888
640
  msgid "Once Fortnightly"
641
  msgstr ""
642
 
643
- #: top-10.php:889
644
  msgid "Once Monthly"
645
  msgstr ""
646
 
647
- #: top-10.php:909
648
  msgid "Settings"
649
  msgstr "Kökləmələr"
650
 
651
- #: top-10.php:922
652
  msgid "Donate"
653
  msgstr "İanə etmək"
654
 
 
 
 
 
 
 
 
655
  #~ msgid "Follow @ajaydsouza on Twitter"
656
  #~ msgstr "Twitter-də @ajaydsouza ardınca get "
657
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:04-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Opsiyalar müvəffəqiyyətlə yaddaşda saxlanılıb."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Opsiyalalr standard opsiyasına qaytarılıb."
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "10 populyar yazı statisticasını pozmaq"
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "10 gündəlik populyar yazı statisticasını pozmaq"
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
79
+ msgid "Post types to include in results (including custom post types)"
80
  msgstr ""
81
 
82
+ #: admin.inc.php:210
83
+ msgid "List of post or page IDs to exclude from the results: "
 
 
84
  msgstr ""
 
 
85
 
86
+ #: admin.inc.php:214
87
  msgid "Exclude Categories: "
88
  msgstr ""
89
 
90
+ #: admin.inc.php:229
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:234
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:236
103
  msgid "Posts"
104
  msgstr ""
105
 
106
+ #: admin.inc.php:237
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Səhifə"
110
 
111
+ #: admin.inc.php:238
112
+ msgid "Home page"
113
+ msgstr ""
114
+
115
+ #: admin.inc.php:239
116
+ msgid "Feeds"
117
+ msgstr ""
118
+
119
+ #: admin.inc.php:240
120
+ msgid "Category archives"
121
+ msgstr ""
122
+
123
+ #: admin.inc.php:241
124
+ msgid "Tag archives"
125
+ msgstr ""
126
+
127
+ #: admin.inc.php:242
128
+ msgid "Other archives"
129
+ msgstr ""
130
+
131
+ #: admin.inc.php:243
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:246
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
+ #: admin.inc.php:248
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"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:251
150
  msgid "Always display latest post count in the daily lists"
151
  msgstr ""
152
 
153
+ #: admin.inc.php:253
154
  #, fuzzy
155
  msgid "This option uses JavaScript and will increase your page load time"
156
  msgstr ""
157
  "Polulyar yazılışları siyahını dinamik etmək lazımdır? Bu opsiya JavaScript-i "
158
  "istifadə edir və bu səhifənin yükləmə vaxtını uzada bilər"
159
 
160
+ #: admin.inc.php:256
161
  msgid "Track visits of authors on their own posts?"
162
  msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
163
 
164
+ #: admin.inc.php:259
165
  #, fuzzy
166
  msgid "Track visits of admins?"
167
  msgstr "Müəllif tərəfindən edilmiş yazıları nəzərə almaq lazımdır?"
168
 
169
+ #: admin.inc.php:262
170
  msgid "Display page views on Posts > All Posts in Admin"
171
  msgstr ""
172
 
173
+ #: admin.inc.php:265
174
  msgid "Link to Top 10 plugin page"
175
  msgstr ""
176
 
177
+ #: admin.inc.php:267
178
  #, fuzzy
179
  msgid ""
180
  "A link to the plugin is added as an extra list item to the list of popular "
183
  "Popyulyar siyahının altnda ssılkanı qoymaq lazımdır? Plaginin müəllifi Siz "
184
  "onu qoyduğunuz halda Sizə çox minnətdar olardı!"
185
 
186
+ #: admin.inc.php:274
187
  #, fuzzy
188
  msgid "Output Options"
189
  msgstr "Plaginin kökləmələri:"
190
 
191
+ #: admin.inc.php:277
192
  msgid "Format to display the count in: "
193
  msgstr "Miqdarı göstərən format:"
194
 
195
+ #: admin.inc.php:279
196
  #, fuzzy
197
  msgid ""
198
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
204
  "edin, <code>%dailycount%</code> - gün ərzində baxılmış. Məsələn: <code>"
205
  "(Yazı 123 dəfə baxılıb, bu gün 23 dəfə baxılmışdır)</code>."
206
 
207
+ #: admin.inc.php:282
208
  msgid "Title of popular posts: "
209
  msgstr "Populyar yazılarının başlığı:"
210
 
211
+ #: admin.inc.php:285
212
  msgid "Title of daily popular posts: "
213
  msgstr "Gündəlik populyual yazılışların başlığı:"
214
 
215
+ #: admin.inc.php:288
216
  msgid "When there are no posts, what should be shown?"
217
  msgstr ""
218
 
219
+ #: admin.inc.php:292
220
  msgid "Blank Output"
221
  msgstr ""
222
 
223
+ #: admin.inc.php:296
224
  msgid "Display:"
225
  msgstr ""
226
 
227
+ #: admin.inc.php:300
228
  msgid "Show post excerpt in list?"
229
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
230
 
231
+ #: admin.inc.php:303
232
  msgid "Length of excerpt (in words): "
233
  msgstr "Çıxardılmış mətnin uzunluğu (söz ilə):"
234
 
235
+ #: admin.inc.php:306
236
+ #, fuzzy
237
+ msgid "Show post date in list?"
238
+ msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
239
+
240
+ #: admin.inc.php:309
241
+ msgid "Limit post title length (in characters)"
242
+ msgstr ""
243
+
244
+ #: admin.inc.php:312
245
  msgid "Display number of page views in popular lists?"
246
  msgstr "Populyar siyahıda baxılmış səhifənin miqdarını göstərmək lazımdır? "
247
 
248
+ #: admin.inc.php:315
249
+ msgid "Open links in new window"
250
+ msgstr ""
251
+
252
+ #: admin.inc.php:318
253
+ msgid "Add nofollow attribute to links in the list"
254
+ msgstr ""
255
+
256
+ #: admin.inc.php:321
257
+ msgid "Exclude display of related posts on these posts / pages"
258
+ msgstr ""
259
+
260
+ #: admin.inc.php:324
261
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
262
+ msgstr ""
263
+
264
+ #: admin.inc.php:327
265
  msgid "Customize the output:"
266
  msgstr "Suiyahı formasının kökləmələri:"
267
 
268
+ #: admin.inc.php:329
269
  msgid "HTML to display before the list of posts: "
270
  msgstr "Siyahıdan qabaq istifadə edilən HTML-teqi:"
271
 
272
+ #: admin.inc.php:332
273
  msgid "HTML to display before each list item: "
274
  msgstr "Siyahıda hər maddənin qabağında istifadə edilən HTML-teqi:"
275
 
276
+ #: admin.inc.php:335
277
  msgid "HTML to display after each list item: "
278
  msgstr "Siyahıda hər maddədən sonra istifadə edilən HTML-teqi: "
279
 
280
+ #: admin.inc.php:338
281
  msgid "HTML to display after the list of posts: "
282
  msgstr "Siyahıdan sonra istifadə edilən HTML-teqi:"
283
 
284
+ #: admin.inc.php:341
285
  msgid "Post thumbnail options:"
286
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
287
 
288
+ #: admin.inc.php:343
289
  msgid "Location of post thumbnail:"
290
  msgstr ""
291
 
292
+ #: admin.inc.php:347
293
  #, fuzzy
294
  msgid "Display thumbnails inline with posts, before title"
295
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
296
 
297
+ #: admin.inc.php:351
298
  #, fuzzy
299
  msgid "Display thumbnails inline with posts, after title"
300
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
301
 
302
+ #: admin.inc.php:355
303
  msgid "Display only thumbnails, no text"
304
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
305
 
306
+ #: admin.inc.php:359
307
  msgid "Do not display thumbnails, only text."
308
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
309
 
310
+ #: admin.inc.php:363
311
+ msgid "Width of the thumbnail: "
312
+ msgstr ""
313
+
314
+ #: admin.inc.php:366
315
+ msgid "Height of the thumbnail: "
316
+ msgstr ""
317
+
318
+ #: admin.inc.php:369
319
+ msgid "Style attributes / Width and Height HTML attributes:"
320
+ msgstr ""
321
+
322
+ #: admin.inc.php:373
323
+ msgid ""
324
+ "Style attributes are used for width and height. <code>style=\"max-width:"
325
  msgstr ""
326
 
327
+ #: admin.inc.php:377
328
+ msgid ""
329
+ "HTML width and height attributes are used for width and height. <code>width="
330
+ "\""
331
  msgstr ""
332
 
333
+ #: admin.inc.php:381
334
  msgid "Use timthumb to generate thumbnails? "
335
  msgstr ""
336
 
337
+ #: admin.inc.php:382
338
  msgid ""
339
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
340
  "\">timthumb</a> will be used to generate thumbnails"
341
  msgstr ""
342
 
343
+ #: admin.inc.php:384
344
  #, fuzzy
345
  msgid "Post thumbnail meta field name: "
346
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
347
 
348
+ #: admin.inc.php:385
349
  msgid ""
350
  "The value of this field should contain the image source and is set in the "
351
  "<em>Add New Post</em> screen"
352
  msgstr ""
353
 
354
+ #: admin.inc.php:387
355
  #, fuzzy
356
  msgid ""
357
  "If the postmeta is not set, then should the plugin extract the first image "
361
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
362
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
363
 
364
+ #: admin.inc.php:388
365
  #, fuzzy
366
  msgid ""
367
  "This could slow down the loading of your page if the first image in the "
371
  "şəkilil çıxardacaq. Balaca kopyasını yaradılması ilə əlaqədar olaraq bu "
372
  "birinci dəfə şəkilin yükləməsini bir az uzada bilər. "
373
 
374
+ #: admin.inc.php:390
375
  msgid "Use default thumbnail? "
376
  msgstr ""
377
 
378
+ #: admin.inc.php:391
379
  msgid ""
380
  "If checked, when no thumbnail is found, show a default one from the URL "
381
  "below. If not checked and no thumbnail is found, no image will be shown."
382
  msgstr ""
383
 
384
+ #: admin.inc.php:393
385
  msgid "Default thumbnail: "
386
  msgstr ""
387
 
388
+ #: admin.inc.php:394
389
  #, fuzzy
390
  msgid ""
391
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
396
  "əvvəlcədən verilmiş sərbəst meta-sahə üzrə). Agər əvvəlcədən baxış yoxdursan "
397
  "onda standard şəkil çıxarılacaq:"
398
 
399
+ #: admin.inc.php:400
400
  msgid "Custom Styles"
401
  msgstr ""
402
 
403
+ #: admin.inc.php:403
404
  msgid "Custom CSS to add to header:"
405
  msgstr ""
406
 
407
+ #: admin.inc.php:406
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:413
415
  msgid "Maintenance"
416
  msgstr ""
417
 
418
+ #: admin.inc.php:417
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:418
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:421
433
  msgid "Enable scheduled maintenance of daily tables:"
434
  msgstr ""
435
 
436
+ #: admin.inc.php:425
437
  msgid "Time to run maintenance"
438
  msgstr ""
439
 
440
+ #: admin.inc.php:428
441
  msgid "How often should the maintenance be run:"
442
  msgstr ""
443
 
444
+ #: admin.inc.php:432
445
  msgid "Daily"
446
  msgstr ""
447
 
448
+ #: admin.inc.php:436
449
  msgid "Weekly"
450
  msgstr ""
451
 
452
+ #: admin.inc.php:440
453
  msgid "Fortnightly"
454
  msgstr ""
455
 
456
+ #: admin.inc.php:444
457
  msgid "Monthly"
458
  msgstr ""
459
 
460
+ #: admin.inc.php:453
461
  msgid "The cron job has been scheduled. Maintenance will run "
462
  msgstr ""
463
 
464
+ #: admin.inc.php:458
465
  msgid "The cron job is missing. Please resave this page to add the job"
466
  msgstr ""
467
 
468
+ #: admin.inc.php:463
469
  msgid "Maintenance is turned off"
470
  msgstr ""
471
 
472
+ #: admin.inc.php:471
473
  #, fuzzy
474
  msgid "Save Options"
475
  msgstr "Opsiyalar:"
476
 
477
+ #: admin.inc.php:472
478
  #, fuzzy
479
  msgid "Default Options"
480
  msgstr "Plaginin kökləmələri:"
481
 
482
+ #: admin.inc.php:472
483
  msgid "Do you want to set options to Default?"
484
  msgstr "Siz plaginin kökləmələrin standard etmək lazımdır?"
485
 
486
+ #: admin.inc.php:476
487
  msgid "Reset count"
488
  msgstr "Statistikanı sbros etmək"
489
 
490
+ #: admin.inc.php:479
491
  msgid ""
492
  "This cannot be reversed. Make sure that your database has been backed up "
493
  "before proceeding"
495
  "Statistikanın sbrosu geriya qaytarmaq olmaz. Sbros etməkdən qabaq əmin olun "
496
  "ki, Sizin məlumat bazasının kopiyası var!"
497
 
498
+ #: admin.inc.php:482
499
  #, fuzzy
500
  msgid "Reset Popular Posts"
501
  msgstr "Populyar yazılar"
502
 
503
+ #: admin.inc.php:482
504
  msgid "Are you sure you want to reset the popular posts?"
505
  msgstr ""
506
  "Siz əminsiniz ki, Populyar yazıları statistikanı sbros etmək istəyirsiniz?"
507
 
508
+ #: admin.inc.php:483
509
  #, fuzzy
510
  msgid "Reset Daily Popular Posts"
511
  msgstr "Gündəlik Populyar Yazılar"
512
 
513
+ #: admin.inc.php:483
514
  msgid "Are you sure you want to reset the daily popular posts?"
515
  msgstr ""
516
  "Siz əminsiniz ki, gündəlik populyar yazıları statistikanı sbros etmək "
517
  "istəyirsiniz?"
518
 
519
+ #: admin.inc.php:484
520
  msgid "Clear duplicates"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:484
524
  msgid "This will delete the duplicate entries in the tables. Proceed?"
525
  msgstr "Cədvəldəki dublikat yazılar silinəcəklər. Davam edək?"
526
 
527
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
528
  msgid "Popular Posts"
529
  msgstr "Populyar yazılar"
530
 
531
+ #: admin.inc.php:528 admin.inc.php:615
532
  msgid "Daily Popular Posts"
533
  msgstr "Gündəlik Populyar Yazılar"
534
 
535
+ #: admin.inc.php:556
536
  msgid "Support the development"
537
  msgstr "İnkişafı dəstək vermək"
538
 
539
+ #: admin.inc.php:564
540
  msgid "Enter amount in USD: "
541
  msgstr "Miiqdarı USD ilə daxil et:"
542
 
543
+ #: admin.inc.php:568
544
  msgid "Send your donation to the author of"
545
  msgstr "Müəlifə ianə göndərin "
546
 
547
+ #: admin.inc.php:574
548
  msgid "Follow us"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:580
552
  #, fuzzy
553
  msgid "Quick Links"
554
  msgstr "Faydalı istenadlar"
555
 
556
+ #: admin.inc.php:582
557
  #, fuzzy
558
  msgid "Top 10 plugin page"
559
  msgstr "plaginin səhifəsi"
560
 
561
+ #: admin.inc.php:583
562
  msgid "Other plugins"
563
  msgstr "Digər plaginlər"
564
 
565
+ #: admin.inc.php:584
566
  msgid "Ajay's blog"
567
  msgstr "Ajay-in blogu"
568
 
569
+ #: admin.inc.php:585 top-10.php:1062
570
  msgid "Support"
571
  msgstr "Dəstək"
572
 
573
+ #: admin.inc.php:589
574
  msgid "Recent developments"
575
  msgstr "Son inkişaflar"
576
 
577
+ #: admin.inc.php:606 admin.inc.php:609
578
  #, fuzzy
579
  msgid "Top 10 Settings"
580
  msgstr "Kökləmələr"
581
 
582
+ #: admin.inc.php:606
583
  msgid "Top 10"
584
  msgstr "Top 10 yazılar"
585
 
586
+ #: admin.inc.php:612
587
  #, fuzzy
588
  msgid "Overall Popular Posts"
589
  msgstr "Bütün Populyar Yazılara Baxmaq"
590
 
591
+ #: admin.inc.php:754
592
  msgid "Results"
593
  msgstr "Nəticələr"
594
 
595
+ #: admin.inc.php:756 admin.inc.php:762
596
  msgid "of"
597
  msgstr "-dən "
598
 
599
+ #: admin.inc.php:760
600
  msgid "Page"
601
  msgstr "Səhifə"
602
 
603
+ #: admin.inc.php:774
604
  msgid "View Daily Popular Posts"
605
  msgstr "Gündəlik Populyar Yazılara Baxmaq"
606
 
607
+ #: admin.inc.php:777 admin.inc.php:790
608
  msgid "Results per-page:"
609
  msgstr "Səhifə üzrə nəticələr:"
610
 
611
+ #: admin.inc.php:787
612
  msgid "View Overall Popular Posts"
613
  msgstr "Bütün Populyar Yazılara Baxmaq"
614
 
615
+ #: admin.inc.php:816
616
  msgid "Previous"
617
  msgstr "Əvvəlki"
618
 
619
+ #: admin.inc.php:834
620
  msgid "Next"
621
  msgstr "Sonrakı"
622
 
623
+ #: admin.inc.php:875
624
  msgid "Daily Popular"
625
  msgstr "Gündəlik Populyar"
626
 
627
+ #: admin.inc.php:891
628
  msgid "Total / Today's Views"
629
  msgstr "Ümümi/ Bu günkü baxış"
630
 
631
+ #: top-10.php:467
632
  msgid "Display the posts popular this week"
633
  msgstr ""
634
 
635
+ #: top-10.php:481
636
  msgid "Title"
637
  msgstr ""
638
 
639
+ #: top-10.php:486
640
  msgid "No. of posts"
641
  msgstr ""
642
 
643
+ #: top-10.php:491
644
  msgid "Overall"
645
  msgstr ""
646
 
647
+ #: top-10.php:492
648
  msgid "Custom time period (Enter below)"
649
  msgstr ""
650
 
651
+ #: top-10.php:497
652
  msgid "Range in number of days (applies only to custom option above)"
653
  msgstr ""
654
 
655
+ #: top-10.php:501
656
  #, fuzzy
657
  msgid "Thumbnail options"
658
  msgstr "Yazılışlara əvvəlcədən baxma kökləmələri:"
659
 
660
+ #: top-10.php:503
661
  #, fuzzy
662
  msgid "Thumbnails inline, before title"
663
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
664
 
665
+ #: top-10.php:504
666
  #, fuzzy
667
  msgid "Thumbnails inline, after title"
668
  msgstr "Mətni və əvvəlcədən baxışı göstərmək"
669
 
670
+ #: top-10.php:505
671
  #, fuzzy
672
  msgid "Only thumbnails, no text"
673
  msgstr "Yalnız əvvəlcədən baxışı göstərmək, mətnsiz"
674
 
675
+ #: top-10.php:506
676
  #, fuzzy
677
  msgid "No thumbnails, only text."
678
  msgstr "Yalnız mətini göstərmək, əvəlcədən baxışsız"
679
 
680
+ #: top-10.php:511
681
  #, fuzzy
682
  msgid " Show excerpt?"
683
  msgstr "Yazılış mətnini siyahıda göstərmək lazımdır?"
684
 
685
+ #: top-10.php:586
686
  msgid "<h3>Popular Posts</h3>"
687
  msgstr "<h3>Populyar yazılar</h3>"
688
 
689
+ #: top-10.php:587
690
  msgid "<h3>Daily Popular</h3>"
691
  msgstr "<h3>Gündəlik Populyar</h3>"
692
 
693
+ #: top-10.php:588
694
  #, fuzzy
695
  msgid "No top posts yet"
696
  msgstr "10 populyar yazı statisticasını pozmaq"
697
 
698
+ #: top-10.php:1028
699
  msgid "Once Weekly"
700
  msgstr ""
701
 
702
+ #: top-10.php:1029
703
  msgid "Once Fortnightly"
704
  msgstr ""
705
 
706
+ #: top-10.php:1030
707
  msgid "Once Monthly"
708
  msgstr ""
709
 
710
+ #: top-10.php:1050
711
  msgid "Settings"
712
  msgstr "Kökləmələr"
713
 
714
+ #: top-10.php:1063
715
  msgid "Donate"
716
  msgstr "İanə etmək"
717
 
718
+ #~ msgid ""
719
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
720
+ #~ "continue to be counted."
721
+ #~ msgstr ""
722
+ #~ "Populyar yazılışdan Səhifələri çıxartmaq lazımdır? Səhifəlrin baxılışı "
723
+ #~ "saymaqda davam etdiriləcək."
724
+
725
  #~ msgid "Follow @ajaydsouza on Twitter"
726
  #~ msgstr "Twitter-də @ajaydsouza ardınca get "
727
 
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-06-30 14:28-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"
@@ -12,147 +12,170 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Налады захаваны."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Налады скінуты."
33
 
34
- #: admin.inc.php:105
35
  #, fuzzy
36
  msgid "Top 10 popular posts reset"
37
  msgstr "Загаловак блока Папулярных запісаў:"
38
 
39
- #: admin.inc.php:111
40
  #, fuzzy
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Загаловак блока Папулярных сёння запісаў:"
43
 
44
- #: admin.inc.php:118
45
  msgid "Duplicate rows cleaned from tables"
46
  msgstr ""
47
 
48
- #: admin.inc.php:139
49
  msgid "General options"
50
  msgstr ""
51
 
52
- #: admin.inc.php:143
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
- #: admin.inc.php:148
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
- #: admin.inc.php:153
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
- #: admin.inc.php:155
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:159
72
  msgid "Number of popular posts to display: "
73
  msgstr "Колькасць Папулярных запісаў у спісе:"
74
 
75
- #: admin.inc.php:163
76
  msgid "Daily Popular should contain views of how many days? "
77
  msgstr "За колькі дзён лічыць прагляды для запісаў, Папулярных сёння?"
78
 
79
- #: admin.inc.php:167
80
- msgid "Exclude Pages?"
81
  msgstr ""
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "Выключыць старонкі са спісу Папулярных запісаў? Колькасць праглядаў для "
89
- "старонак будзе падлічвацца."
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr ""
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "Старонка"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
135
  "Зрабіць спіс Папулярных запісаў дынамічным? Опцыя выкарыстоўвае JavaScript , "
136
  "і гэта можа павялічыць час загрузкі старонак"
137
 
138
- #: admin.inc.php:207
139
  msgid "Track visits of authors on their own posts?"
140
  msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
141
 
142
- #: admin.inc.php:210
143
  #, fuzzy
144
  msgid "Track visits of admins?"
145
  msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
146
 
147
- #: admin.inc.php:213
148
  msgid "Display page views on Posts > All Posts in Admin"
149
  msgstr ""
150
 
151
- #: admin.inc.php:216
152
  msgid "Link to Top 10 plugin page"
153
  msgstr ""
154
 
155
- #: admin.inc.php:218
156
  #, fuzzy
157
  msgid ""
158
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -161,16 +184,16 @@ msgstr ""
161
  "Спасылка на ўбудову будзе дададзена да спісаў Папулярных запісаў. Мы будзем "
162
  "удзячныя Вам, калі Вы яе ўсё ж пакінеце!"
163
 
164
- #: admin.inc.php:225
165
  #, fuzzy
166
  msgid "Output Options"
167
  msgstr "Налады ўбудовы:"
168
 
169
- #: admin.inc.php:228
170
  msgid "Format to display the count in: "
171
  msgstr "Фармат адлюстравання колькасці праглядаў:"
172
 
173
- #: admin.inc.php:230
174
  #, fuzzy
175
  msgid ""
176
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -182,456 +205,502 @@ msgstr ""
182
  "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: <code>"
183
  "(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
184
 
185
- #: admin.inc.php:233
186
  msgid "Title of popular posts: "
187
  msgstr "Загаловак блока Папулярных запісаў:"
188
 
189
- #: admin.inc.php:236
190
  msgid "Title of daily popular posts: "
191
  msgstr "Загаловак блока Папулярных сёння запісаў:"
192
 
193
- #: admin.inc.php:239
194
  msgid "When there are no posts, what should be shown?"
195
  msgstr ""
196
 
197
- #: admin.inc.php:243
198
  msgid "Blank Output"
199
  msgstr ""
200
 
201
- #: admin.inc.php:247
202
  msgid "Display:"
203
  msgstr ""
204
 
205
- #: admin.inc.php:251
206
  msgid "Show post excerpt in list?"
207
  msgstr ""
208
 
209
- #: admin.inc.php:254
210
  msgid "Length of excerpt (in words): "
211
  msgstr ""
212
 
213
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
214
  msgid "Display number of page views in popular lists?"
215
  msgstr ""
216
  "Паказваць колькасць праглядаў запісаў/старонак у спісе Папулярных запісаў?"
217
 
218
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  msgid "Customize the output:"
220
  msgstr ""
221
 
222
- #: admin.inc.php:262
223
  msgid "HTML to display before the list of posts: "
224
  msgstr ""
225
 
226
- #: admin.inc.php:265
227
  msgid "HTML to display before each list item: "
228
  msgstr ""
229
 
230
- #: admin.inc.php:268
231
  #, fuzzy
232
  msgid "HTML to display after each list item: "
233
  msgstr "Фармат адлюстравання колькасці праглядаў:"
234
 
235
- #: admin.inc.php:271
236
  msgid "HTML to display after the list of posts: "
237
  msgstr ""
238
 
239
- #: admin.inc.php:274
240
  msgid "Post thumbnail options:"
241
  msgstr ""
242
 
243
- #: admin.inc.php:276
244
  msgid "Location of post thumbnail:"
245
  msgstr ""
246
 
247
- #: admin.inc.php:280
248
  #, fuzzy
249
  msgid "Display thumbnails inline with posts, before title"
250
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
251
 
252
- #: admin.inc.php:284
253
  #, fuzzy
254
  msgid "Display thumbnails inline with posts, after title"
255
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
256
 
257
- #: admin.inc.php:288
258
  msgid "Display only thumbnails, no text"
259
  msgstr ""
260
 
261
- #: admin.inc.php:292
262
  msgid "Do not display thumbnails, only text."
263
  msgstr ""
264
 
265
- #: admin.inc.php:296
266
- msgid "Maximum width of the thumbnail: "
267
  msgstr ""
268
 
269
- #: admin.inc.php:299
270
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: admin.inc.php:302
274
  msgid "Use timthumb to generate thumbnails? "
275
  msgstr ""
276
 
277
- #: admin.inc.php:303
278
  msgid ""
279
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
280
  "\">timthumb</a> will be used to generate thumbnails"
281
  msgstr ""
282
 
283
- #: admin.inc.php:305
284
  msgid "Post thumbnail meta field name: "
285
  msgstr ""
286
 
287
- #: admin.inc.php:306
288
  msgid ""
289
  "The value of this field should contain the image source and is set in the "
290
  "<em>Add New Post</em> screen"
291
  msgstr ""
292
 
293
- #: admin.inc.php:308
294
  msgid ""
295
  "If the postmeta is not set, then should the plugin extract the first image "
296
  "from the post?"
297
  msgstr ""
298
 
299
- #: admin.inc.php:309
300
  msgid ""
301
  "This could slow down the loading of your page if the first image in the "
302
  "related posts is large in file-size"
303
  msgstr ""
304
 
305
- #: admin.inc.php:311
306
  msgid "Use default thumbnail? "
307
  msgstr ""
308
 
309
- #: admin.inc.php:312
310
  msgid ""
311
  "If checked, when no thumbnail is found, show a default one from the URL "
312
  "below. If not checked and no thumbnail is found, no image will be shown."
313
  msgstr ""
314
 
315
- #: admin.inc.php:314
316
  msgid "Default thumbnail: "
317
  msgstr ""
318
 
319
- #: admin.inc.php:315
320
  msgid ""
321
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
322
  "then it will check the meta field. If this is not available, then it will "
323
  "show the default image as specified above"
324
  msgstr ""
325
 
326
- #: admin.inc.php:321
327
  msgid "Custom Styles"
328
  msgstr ""
329
 
330
- #: admin.inc.php:324
331
  msgid "Custom CSS to add to header:"
332
  msgstr ""
333
 
334
- #: admin.inc.php:327
335
  msgid ""
336
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
337
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
338
  "available CSS classes to style."
339
  msgstr ""
340
 
341
- #: admin.inc.php:334
342
  msgid "Maintenance"
343
  msgstr ""
344
 
345
- #: admin.inc.php:338
346
  msgid ""
347
  "Over time the Daily Top 10 database grows in size, which reduces the "
348
  "performance of the plugin. Cleaning the database at regular intervals could "
349
  "improve performance, especially on high traffic blogs."
350
  msgstr ""
351
 
352
- #: admin.inc.php:339
353
  msgid ""
354
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
355
  "everytime the job is rescheduled (i.e. you change the settings below). This "
356
  "causes the daily posts table to reset."
357
  msgstr ""
358
 
359
- #: admin.inc.php:342
360
  msgid "Enable scheduled maintenance of daily tables:"
361
  msgstr ""
362
 
363
- #: admin.inc.php:346
364
  msgid "Time to run maintenance"
365
  msgstr ""
366
 
367
- #: admin.inc.php:349
368
  msgid "How often should the maintenance be run:"
369
  msgstr ""
370
 
371
- #: admin.inc.php:353
372
  msgid "Daily"
373
  msgstr ""
374
 
375
- #: admin.inc.php:357
376
  msgid "Weekly"
377
  msgstr ""
378
 
379
- #: admin.inc.php:361
380
  msgid "Fortnightly"
381
  msgstr ""
382
 
383
- #: admin.inc.php:365
384
  msgid "Monthly"
385
  msgstr ""
386
 
387
- #: admin.inc.php:374
388
  msgid "The cron job has been scheduled. Maintenance will run "
389
  msgstr ""
390
 
391
- #: admin.inc.php:379
392
  msgid "The cron job is missing. Please resave this page to add the job"
393
  msgstr ""
394
 
395
- #: admin.inc.php:384
396
  msgid "Maintenance is turned off"
397
  msgstr ""
398
 
399
- #: admin.inc.php:392
400
  #, fuzzy
401
  msgid "Save Options"
402
  msgstr "Налады ўбудовы:"
403
 
404
- #: admin.inc.php:393
405
  #, fuzzy
406
  msgid "Default Options"
407
  msgstr "Налады ўбудовы:"
408
 
409
- #: admin.inc.php:393
410
  msgid "Do you want to set options to Default?"
411
  msgstr "Скінуць налады ўбудовы?"
412
 
413
- #: admin.inc.php:397
414
  msgid "Reset count"
415
  msgstr ""
416
 
417
- #: admin.inc.php:400
418
  msgid ""
419
  "This cannot be reversed. Make sure that your database has been backed up "
420
  "before proceeding"
421
  msgstr ""
422
 
423
- #: admin.inc.php:403
424
  #, fuzzy
425
  msgid "Reset Popular Posts"
426
  msgstr "Папулярныя запісы"
427
 
428
- #: admin.inc.php:403
429
  msgid "Are you sure you want to reset the popular posts?"
430
  msgstr ""
431
 
432
- #: admin.inc.php:404
433
  #, fuzzy
434
  msgid "Reset Daily Popular Posts"
435
  msgstr "Папулярныя сёння запісы"
436
 
437
- #: admin.inc.php:404
438
  msgid "Are you sure you want to reset the daily popular posts?"
439
  msgstr ""
440
 
441
- #: admin.inc.php:405
442
  msgid "Clear duplicates"
443
  msgstr ""
444
 
445
- #: admin.inc.php:405
446
  msgid "This will delete the duplicate entries in the tables. Proceed?"
447
  msgstr ""
448
 
449
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
450
  msgid "Popular Posts"
451
  msgstr "Папулярныя запісы"
452
 
453
- #: admin.inc.php:449 admin.inc.php:536
454
  msgid "Daily Popular Posts"
455
  msgstr "Папулярныя сёння запісы"
456
 
457
- #: admin.inc.php:477
458
  #, fuzzy
459
  msgid "Support the development"
460
  msgstr "Падтрымаеце стваральніка ўбудовы"
461
 
462
- #: admin.inc.php:485
463
  msgid "Enter amount in USD: "
464
  msgstr ""
465
 
466
- #: admin.inc.php:489
467
  msgid "Send your donation to the author of"
468
  msgstr ""
469
 
470
- #: admin.inc.php:495
471
  msgid "Follow us"
472
  msgstr ""
473
 
474
- #: admin.inc.php:501
475
  msgid "Quick Links"
476
  msgstr ""
477
 
478
- #: admin.inc.php:503
479
  msgid "Top 10 plugin page"
480
  msgstr ""
481
 
482
- #: admin.inc.php:504
483
  msgid "Other plugins"
484
  msgstr ""
485
 
486
- #: admin.inc.php:505
487
  msgid "Ajay's blog"
488
  msgstr ""
489
 
490
- #: admin.inc.php:506 top-10.php:921
491
  msgid "Support"
492
  msgstr ""
493
 
494
- #: admin.inc.php:510
495
  msgid "Recent developments"
496
  msgstr ""
497
 
498
- #: admin.inc.php:527 admin.inc.php:530
499
  #, fuzzy
500
  msgid "Top 10 Settings"
501
  msgstr "Топ 10 запісаў"
502
 
503
- #: admin.inc.php:527
504
  msgid "Top 10"
505
  msgstr "Топ 10 запісаў"
506
 
507
- #: admin.inc.php:533
508
  #, fuzzy
509
  msgid "Overall Popular Posts"
510
  msgstr "Паглядзець усе Папулярныя запісы"
511
 
512
- #: admin.inc.php:675
513
  msgid "Results"
514
  msgstr "Вынікі"
515
 
516
- #: admin.inc.php:677 admin.inc.php:683
517
  msgid "of"
518
  msgstr "з"
519
 
520
- #: admin.inc.php:681
521
  msgid "Page"
522
  msgstr "Старонка"
523
 
524
- #: admin.inc.php:695
525
  msgid "View Daily Popular Posts"
526
  msgstr "Паглядзець усе Папулярныя сёння запісы"
527
 
528
- #: admin.inc.php:698 admin.inc.php:711
529
  msgid "Results per-page:"
530
  msgstr "Вынікаў на старонку:"
531
 
532
- #: admin.inc.php:708
533
  msgid "View Overall Popular Posts"
534
  msgstr "Паглядзець усе Папулярныя запісы"
535
 
536
- #: admin.inc.php:737
537
  msgid "Previous"
538
  msgstr "Папярэдняя старонка"
539
 
540
- #: admin.inc.php:755
541
  msgid "Next"
542
  msgstr "Наступная старонка"
543
 
544
- #: admin.inc.php:796
545
  msgid "Daily Popular"
546
  msgstr "Папулярныя сёння запісы"
547
 
548
- #: admin.inc.php:812
549
  msgid "Total / Today's Views"
550
  msgstr "Усяго / Сёння праглядаў"
551
 
552
- #: top-10.php:403
553
  msgid "Display the posts popular this week"
554
  msgstr ""
555
 
556
- #: top-10.php:417
557
  msgid "Title"
558
  msgstr ""
559
 
560
- #: top-10.php:422
561
  msgid "No. of posts"
562
  msgstr ""
563
 
564
- #: top-10.php:427
565
  msgid "Overall"
566
  msgstr ""
567
 
568
- #: top-10.php:428
569
  msgid "Custom time period (Enter below)"
570
  msgstr ""
571
 
572
- #: top-10.php:433
573
  msgid "Range in number of days (applies only to custom option above)"
574
  msgstr ""
575
 
576
- #: top-10.php:437
577
  msgid "Thumbnail options"
578
  msgstr ""
579
 
580
- #: top-10.php:439
581
  #, fuzzy
582
  msgid "Thumbnails inline, before title"
583
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
584
 
585
- #: top-10.php:440
586
  #, fuzzy
587
  msgid "Thumbnails inline, after title"
588
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
589
 
590
- #: top-10.php:441
591
  msgid "Only thumbnails, no text"
592
  msgstr ""
593
 
594
- #: top-10.php:442
595
  msgid "No thumbnails, only text."
596
  msgstr ""
597
 
598
- #: top-10.php:447
599
  msgid " Show excerpt?"
600
  msgstr ""
601
 
602
- #: top-10.php:522
603
  msgid "<h3>Popular Posts</h3>"
604
  msgstr "<h3>Папулярныя запісы</h3>"
605
 
606
- #: top-10.php:523
607
  msgid "<h3>Daily Popular</h3>"
608
  msgstr "<h3>Папулярныя сёння запісы</h3>"
609
 
610
- #: top-10.php:524
611
  #, fuzzy
612
  msgid "No top posts yet"
613
  msgstr "Загаловак блока Папулярных запісаў:"
614
 
615
- #: top-10.php:887
616
  msgid "Once Weekly"
617
  msgstr ""
618
 
619
- #: top-10.php:888
620
  msgid "Once Fortnightly"
621
  msgstr ""
622
 
623
- #: top-10.php:889
624
  msgid "Once Monthly"
625
  msgstr ""
626
 
627
- #: top-10.php:909
628
  msgid "Settings"
629
  msgstr ""
630
 
631
- #: top-10.php:922
632
  msgid "Donate"
633
  msgstr ""
634
 
 
 
 
 
 
 
 
635
  #~ msgid "Display number of views on pages?"
636
  #~ msgstr "Паказваць колькасць праглядаў старонкі ў яе \"целе\"?"
637
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:04-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Налады захаваны."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Налады скінуты."
33
 
34
+ #: admin.inc.php:138
35
  #, fuzzy
36
  msgid "Top 10 popular posts reset"
37
  msgstr "Загаловак блока Папулярных запісаў:"
38
 
39
+ #: admin.inc.php:144
40
  #, fuzzy
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Загаловак блока Папулярных сёння запісаў:"
43
 
44
+ #: admin.inc.php:151
45
  msgid "Duplicate rows cleaned from tables"
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:196
76
  msgid "Daily Popular should contain views of how many days? "
77
  msgstr "За колькі дзён лічыць прагляды для запісаў, Папулярных сёння?"
78
 
79
+ #: admin.inc.php:199
80
+ msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
+ #: admin.inc.php:210
84
+ msgid "List of post or page IDs to exclude from the results: "
 
 
85
  msgstr ""
 
 
86
 
87
+ #: admin.inc.php:214
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
+ #: admin.inc.php:229
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:234
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
102
 
103
+ #: admin.inc.php:236
104
  msgid "Posts"
105
  msgstr ""
106
 
107
+ #: admin.inc.php:237
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Старонка"
111
 
112
+ #: admin.inc.php:238
113
+ msgid "Home page"
114
+ msgstr ""
115
+
116
+ #: admin.inc.php:239
117
+ msgid "Feeds"
118
+ msgstr ""
119
+
120
+ #: admin.inc.php:240
121
+ msgid "Category archives"
122
+ msgstr ""
123
+
124
+ #: admin.inc.php:241
125
+ msgid "Tag archives"
126
+ msgstr ""
127
+
128
+ #: admin.inc.php:242
129
+ msgid "Other archives"
130
+ msgstr ""
131
+
132
+ #: admin.inc.php:243
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:246
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
+ #: admin.inc.php:248
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"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:251
151
  msgid "Always display latest post count in the daily lists"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:253
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:256
162
  msgid "Track visits of authors on their own posts?"
163
  msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
164
 
165
+ #: admin.inc.php:259
166
  #, fuzzy
167
  msgid "Track visits of admins?"
168
  msgstr "Улічваць прагляды запісаў, зробленыя іх жа аўтарамі?"
169
 
170
+ #: admin.inc.php:262
171
  msgid "Display page views on Posts > All Posts in Admin"
172
  msgstr ""
173
 
174
+ #: admin.inc.php:265
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
+ #: admin.inc.php:267
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
184
  "Спасылка на ўбудову будзе дададзена да спісаў Папулярных запісаў. Мы будзем "
185
  "удзячныя Вам, калі Вы яе ўсё ж пакінеце!"
186
 
187
+ #: admin.inc.php:274
188
  #, fuzzy
189
  msgid "Output Options"
190
  msgstr "Налады ўбудовы:"
191
 
192
+ #: admin.inc.php:277
193
  msgid "Format to display the count in: "
194
  msgstr "Фармат адлюстравання колькасці праглядаў:"
195
 
196
+ #: admin.inc.php:279
197
  #, fuzzy
198
  msgid ""
199
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
205
  "праглядаў, а <code>%dailycount%</code> - прагляды за суткі. Напрыклад: <code>"
206
  "(Прагледжана 123 раз, 23 разу прагляду сёння)</code>"
207
 
208
+ #: admin.inc.php:282
209
  msgid "Title of popular posts: "
210
  msgstr "Загаловак блока Папулярных запісаў:"
211
 
212
+ #: admin.inc.php:285
213
  msgid "Title of daily popular posts: "
214
  msgstr "Загаловак блока Папулярных сёння запісаў:"
215
 
216
+ #: admin.inc.php:288
217
  msgid "When there are no posts, what should be shown?"
218
  msgstr ""
219
 
220
+ #: admin.inc.php:292
221
  msgid "Blank Output"
222
  msgstr ""
223
 
224
+ #: admin.inc.php:296
225
  msgid "Display:"
226
  msgstr ""
227
 
228
+ #: admin.inc.php:300
229
  msgid "Show post excerpt in list?"
230
  msgstr ""
231
 
232
+ #: admin.inc.php:303
233
  msgid "Length of excerpt (in words): "
234
  msgstr ""
235
 
236
+ #: admin.inc.php:306
237
+ msgid "Show post date in list?"
238
+ msgstr ""
239
+
240
+ #: admin.inc.php:309
241
+ msgid "Limit post title length (in characters)"
242
+ msgstr ""
243
+
244
+ #: admin.inc.php:312
245
  msgid "Display number of page views in popular lists?"
246
  msgstr ""
247
  "Паказваць колькасць праглядаў запісаў/старонак у спісе Папулярных запісаў?"
248
 
249
+ #: admin.inc.php:315
250
+ msgid "Open links in new window"
251
+ msgstr ""
252
+
253
+ #: admin.inc.php:318
254
+ msgid "Add nofollow attribute to links in the list"
255
+ msgstr ""
256
+
257
+ #: admin.inc.php:321
258
+ msgid "Exclude display of related posts on these posts / pages"
259
+ msgstr ""
260
+
261
+ #: admin.inc.php:324
262
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
263
+ msgstr ""
264
+
265
+ #: admin.inc.php:327
266
  msgid "Customize the output:"
267
  msgstr ""
268
 
269
+ #: admin.inc.php:329
270
  msgid "HTML to display before the list of posts: "
271
  msgstr ""
272
 
273
+ #: admin.inc.php:332
274
  msgid "HTML to display before each list item: "
275
  msgstr ""
276
 
277
+ #: admin.inc.php:335
278
  #, fuzzy
279
  msgid "HTML to display after each list item: "
280
  msgstr "Фармат адлюстравання колькасці праглядаў:"
281
 
282
+ #: admin.inc.php:338
283
  msgid "HTML to display after the list of posts: "
284
  msgstr ""
285
 
286
+ #: admin.inc.php:341
287
  msgid "Post thumbnail options:"
288
  msgstr ""
289
 
290
+ #: admin.inc.php:343
291
  msgid "Location of post thumbnail:"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:347
295
  #, fuzzy
296
  msgid "Display thumbnails inline with posts, before title"
297
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
298
 
299
+ #: admin.inc.php:351
300
  #, fuzzy
301
  msgid "Display thumbnails inline with posts, after title"
302
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
303
 
304
+ #: admin.inc.php:355
305
  msgid "Display only thumbnails, no text"
306
  msgstr ""
307
 
308
+ #: admin.inc.php:359
309
  msgid "Do not display thumbnails, only text."
310
  msgstr ""
311
 
312
+ #: admin.inc.php:363
313
+ msgid "Width of the thumbnail: "
314
  msgstr ""
315
 
316
+ #: admin.inc.php:366
317
+ msgid "Height of the thumbnail: "
318
+ msgstr ""
319
+
320
+ #: admin.inc.php:369
321
+ msgid "Style attributes / Width and Height HTML attributes:"
322
+ msgstr ""
323
+
324
+ #: admin.inc.php:373
325
+ msgid ""
326
+ "Style attributes are used for width and height. <code>style=\"max-width:"
327
+ msgstr ""
328
+
329
+ #: admin.inc.php:377
330
+ msgid ""
331
+ "HTML width and height attributes are used for width and height. <code>width="
332
+ "\""
333
  msgstr ""
334
 
335
+ #: admin.inc.php:381
336
  msgid "Use timthumb to generate thumbnails? "
337
  msgstr ""
338
 
339
+ #: admin.inc.php:382
340
  msgid ""
341
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
342
  "\">timthumb</a> will be used to generate thumbnails"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:384
346
  msgid "Post thumbnail meta field name: "
347
  msgstr ""
348
 
349
+ #: admin.inc.php:385
350
  msgid ""
351
  "The value of this field should contain the image source and is set in the "
352
  "<em>Add New Post</em> screen"
353
  msgstr ""
354
 
355
+ #: admin.inc.php:387
356
  msgid ""
357
  "If the postmeta is not set, then should the plugin extract the first image "
358
  "from the post?"
359
  msgstr ""
360
 
361
+ #: admin.inc.php:388
362
  msgid ""
363
  "This could slow down the loading of your page if the first image in the "
364
  "related posts is large in file-size"
365
  msgstr ""
366
 
367
+ #: admin.inc.php:390
368
  msgid "Use default thumbnail? "
369
  msgstr ""
370
 
371
+ #: admin.inc.php:391
372
  msgid ""
373
  "If checked, when no thumbnail is found, show a default one from the URL "
374
  "below. If not checked and no thumbnail is found, no image will be shown."
375
  msgstr ""
376
 
377
+ #: admin.inc.php:393
378
  msgid "Default thumbnail: "
379
  msgstr ""
380
 
381
+ #: admin.inc.php:394
382
  msgid ""
383
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
384
  "then it will check the meta field. If this is not available, then it will "
385
  "show the default image as specified above"
386
  msgstr ""
387
 
388
+ #: admin.inc.php:400
389
  msgid "Custom Styles"
390
  msgstr ""
391
 
392
+ #: admin.inc.php:403
393
  msgid "Custom CSS to add to header:"
394
  msgstr ""
395
 
396
+ #: admin.inc.php:406
397
  msgid ""
398
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
399
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
400
  "available CSS classes to style."
401
  msgstr ""
402
 
403
+ #: admin.inc.php:413
404
  msgid "Maintenance"
405
  msgstr ""
406
 
407
+ #: admin.inc.php:417
408
  msgid ""
409
  "Over time the Daily Top 10 database grows in size, which reduces the "
410
  "performance of the plugin. Cleaning the database at regular intervals could "
411
  "improve performance, especially on high traffic blogs."
412
  msgstr ""
413
 
414
+ #: admin.inc.php:418
415
  msgid ""
416
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
417
  "everytime the job is rescheduled (i.e. you change the settings below). This "
418
  "causes the daily posts table to reset."
419
  msgstr ""
420
 
421
+ #: admin.inc.php:421
422
  msgid "Enable scheduled maintenance of daily tables:"
423
  msgstr ""
424
 
425
+ #: admin.inc.php:425
426
  msgid "Time to run maintenance"
427
  msgstr ""
428
 
429
+ #: admin.inc.php:428
430
  msgid "How often should the maintenance be run:"
431
  msgstr ""
432
 
433
+ #: admin.inc.php:432
434
  msgid "Daily"
435
  msgstr ""
436
 
437
+ #: admin.inc.php:436
438
  msgid "Weekly"
439
  msgstr ""
440
 
441
+ #: admin.inc.php:440
442
  msgid "Fortnightly"
443
  msgstr ""
444
 
445
+ #: admin.inc.php:444
446
  msgid "Monthly"
447
  msgstr ""
448
 
449
+ #: admin.inc.php:453
450
  msgid "The cron job has been scheduled. Maintenance will run "
451
  msgstr ""
452
 
453
+ #: admin.inc.php:458
454
  msgid "The cron job is missing. Please resave this page to add the job"
455
  msgstr ""
456
 
457
+ #: admin.inc.php:463
458
  msgid "Maintenance is turned off"
459
  msgstr ""
460
 
461
+ #: admin.inc.php:471
462
  #, fuzzy
463
  msgid "Save Options"
464
  msgstr "Налады ўбудовы:"
465
 
466
+ #: admin.inc.php:472
467
  #, fuzzy
468
  msgid "Default Options"
469
  msgstr "Налады ўбудовы:"
470
 
471
+ #: admin.inc.php:472
472
  msgid "Do you want to set options to Default?"
473
  msgstr "Скінуць налады ўбудовы?"
474
 
475
+ #: admin.inc.php:476
476
  msgid "Reset count"
477
  msgstr ""
478
 
479
+ #: admin.inc.php:479
480
  msgid ""
481
  "This cannot be reversed. Make sure that your database has been backed up "
482
  "before proceeding"
483
  msgstr ""
484
 
485
+ #: admin.inc.php:482
486
  #, fuzzy
487
  msgid "Reset Popular Posts"
488
  msgstr "Папулярныя запісы"
489
 
490
+ #: admin.inc.php:482
491
  msgid "Are you sure you want to reset the popular posts?"
492
  msgstr ""
493
 
494
+ #: admin.inc.php:483
495
  #, fuzzy
496
  msgid "Reset Daily Popular Posts"
497
  msgstr "Папулярныя сёння запісы"
498
 
499
+ #: admin.inc.php:483
500
  msgid "Are you sure you want to reset the daily popular posts?"
501
  msgstr ""
502
 
503
+ #: admin.inc.php:484
504
  msgid "Clear duplicates"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:484
508
  msgid "This will delete the duplicate entries in the tables. Proceed?"
509
  msgstr ""
510
 
511
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
512
  msgid "Popular Posts"
513
  msgstr "Папулярныя запісы"
514
 
515
+ #: admin.inc.php:528 admin.inc.php:615
516
  msgid "Daily Popular Posts"
517
  msgstr "Папулярныя сёння запісы"
518
 
519
+ #: admin.inc.php:556
520
  #, fuzzy
521
  msgid "Support the development"
522
  msgstr "Падтрымаеце стваральніка ўбудовы"
523
 
524
+ #: admin.inc.php:564
525
  msgid "Enter amount in USD: "
526
  msgstr ""
527
 
528
+ #: admin.inc.php:568
529
  msgid "Send your donation to the author of"
530
  msgstr ""
531
 
532
+ #: admin.inc.php:574
533
  msgid "Follow us"
534
  msgstr ""
535
 
536
+ #: admin.inc.php:580
537
  msgid "Quick Links"
538
  msgstr ""
539
 
540
+ #: admin.inc.php:582
541
  msgid "Top 10 plugin page"
542
  msgstr ""
543
 
544
+ #: admin.inc.php:583
545
  msgid "Other plugins"
546
  msgstr ""
547
 
548
+ #: admin.inc.php:584
549
  msgid "Ajay's blog"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:585 top-10.php:1062
553
  msgid "Support"
554
  msgstr ""
555
 
556
+ #: admin.inc.php:589
557
  msgid "Recent developments"
558
  msgstr ""
559
 
560
+ #: admin.inc.php:606 admin.inc.php:609
561
  #, fuzzy
562
  msgid "Top 10 Settings"
563
  msgstr "Топ 10 запісаў"
564
 
565
+ #: admin.inc.php:606
566
  msgid "Top 10"
567
  msgstr "Топ 10 запісаў"
568
 
569
+ #: admin.inc.php:612
570
  #, fuzzy
571
  msgid "Overall Popular Posts"
572
  msgstr "Паглядзець усе Папулярныя запісы"
573
 
574
+ #: admin.inc.php:754
575
  msgid "Results"
576
  msgstr "Вынікі"
577
 
578
+ #: admin.inc.php:756 admin.inc.php:762
579
  msgid "of"
580
  msgstr "з"
581
 
582
+ #: admin.inc.php:760
583
  msgid "Page"
584
  msgstr "Старонка"
585
 
586
+ #: admin.inc.php:774
587
  msgid "View Daily Popular Posts"
588
  msgstr "Паглядзець усе Папулярныя сёння запісы"
589
 
590
+ #: admin.inc.php:777 admin.inc.php:790
591
  msgid "Results per-page:"
592
  msgstr "Вынікаў на старонку:"
593
 
594
+ #: admin.inc.php:787
595
  msgid "View Overall Popular Posts"
596
  msgstr "Паглядзець усе Папулярныя запісы"
597
 
598
+ #: admin.inc.php:816
599
  msgid "Previous"
600
  msgstr "Папярэдняя старонка"
601
 
602
+ #: admin.inc.php:834
603
  msgid "Next"
604
  msgstr "Наступная старонка"
605
 
606
+ #: admin.inc.php:875
607
  msgid "Daily Popular"
608
  msgstr "Папулярныя сёння запісы"
609
 
610
+ #: admin.inc.php:891
611
  msgid "Total / Today's Views"
612
  msgstr "Усяго / Сёння праглядаў"
613
 
614
+ #: top-10.php:467
615
  msgid "Display the posts popular this week"
616
  msgstr ""
617
 
618
+ #: top-10.php:481
619
  msgid "Title"
620
  msgstr ""
621
 
622
+ #: top-10.php:486
623
  msgid "No. of posts"
624
  msgstr ""
625
 
626
+ #: top-10.php:491
627
  msgid "Overall"
628
  msgstr ""
629
 
630
+ #: top-10.php:492
631
  msgid "Custom time period (Enter below)"
632
  msgstr ""
633
 
634
+ #: top-10.php:497
635
  msgid "Range in number of days (applies only to custom option above)"
636
  msgstr ""
637
 
638
+ #: top-10.php:501
639
  msgid "Thumbnail options"
640
  msgstr ""
641
 
642
+ #: top-10.php:503
643
  #, fuzzy
644
  msgid "Thumbnails inline, before title"
645
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
646
 
647
+ #: top-10.php:504
648
  #, fuzzy
649
  msgid "Thumbnails inline, after title"
650
  msgstr "Паказваць колькасць праглядаў запісу ў яе \"целе\"?"
651
 
652
+ #: top-10.php:505
653
  msgid "Only thumbnails, no text"
654
  msgstr ""
655
 
656
+ #: top-10.php:506
657
  msgid "No thumbnails, only text."
658
  msgstr ""
659
 
660
+ #: top-10.php:511
661
  msgid " Show excerpt?"
662
  msgstr ""
663
 
664
+ #: top-10.php:586
665
  msgid "<h3>Popular Posts</h3>"
666
  msgstr "<h3>Папулярныя запісы</h3>"
667
 
668
+ #: top-10.php:587
669
  msgid "<h3>Daily Popular</h3>"
670
  msgstr "<h3>Папулярныя сёння запісы</h3>"
671
 
672
+ #: top-10.php:588
673
  #, fuzzy
674
  msgid "No top posts yet"
675
  msgstr "Загаловак блока Папулярных запісаў:"
676
 
677
+ #: top-10.php:1028
678
  msgid "Once Weekly"
679
  msgstr ""
680
 
681
+ #: top-10.php:1029
682
  msgid "Once Fortnightly"
683
  msgstr ""
684
 
685
+ #: top-10.php:1030
686
  msgid "Once Monthly"
687
  msgstr ""
688
 
689
+ #: top-10.php:1050
690
  msgid "Settings"
691
  msgstr ""
692
 
693
+ #: top-10.php:1063
694
  msgid "Donate"
695
  msgstr ""
696
 
697
+ #~ msgid ""
698
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
699
+ #~ "continue to be counted."
700
+ #~ msgstr ""
701
+ #~ "Выключыць старонкі са спісу Папулярных запісаў? Колькасць праглядаў для "
702
+ #~ "старонак будзе падлічвацца."
703
+
704
  #~ msgid "Display number of views on pages?"
705
  #~ msgstr "Паказваць колькасць праглядаў старонкі ў яе \"целе\"?"
706
 
languages/tptn-en_US.mo CHANGED
Binary file
languages/tptn-en_US.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-06-30 14:28-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"
@@ -12,151 +12,176 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr ""
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr ""
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr ""
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr ""
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr ""
72
 
73
- #: admin.inc.php:163
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
 
77
- #: admin.inc.php:167
78
- msgid "Exclude Pages?"
79
  msgstr ""
80
 
81
- #: admin.inc.php:168
82
- msgid ""
83
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
84
- "continue to be counted."
85
  msgstr ""
86
 
87
- #: admin.inc.php:171
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
- #: admin.inc.php:186
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:191
99
  msgid "Display number of views on:"
100
  msgstr ""
101
 
102
- #: admin.inc.php:193
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:194
107
  msgid "Pages"
108
  msgstr ""
109
 
110
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgid "Always display latest post count"
112
  msgstr ""
113
 
114
- #: admin.inc.php:199
115
  msgid ""
116
  "This option uses JavaScript and will increase your page load time. Turn this "
117
  "off if you are not using caching plugins or are OK with displaying older "
118
  "cached counts"
119
  msgstr ""
120
 
121
- #: admin.inc.php:202
122
  msgid "Always display latest post count in the daily lists"
123
  msgstr ""
124
 
125
- #: admin.inc.php:204
126
  msgid "This option uses JavaScript and will increase your page load time"
127
  msgstr ""
128
 
129
- #: admin.inc.php:207
130
  msgid "Track visits of authors on their own posts?"
131
  msgstr ""
132
 
133
- #: admin.inc.php:210
134
  msgid "Track visits of admins?"
135
  msgstr ""
136
 
137
- #: admin.inc.php:213
138
  msgid "Display page views on Posts > All Posts in Admin"
139
  msgstr ""
140
 
141
- #: admin.inc.php:216
142
  msgid "Link to Top 10 plugin page"
143
  msgstr ""
144
 
145
- #: admin.inc.php:218
146
  msgid ""
147
  "A link to the plugin is added as an extra list item to the list of popular "
148
  "posts"
149
  msgstr ""
150
 
151
- #: admin.inc.php:225
152
  msgid "Output Options"
153
  msgstr ""
154
 
155
- #: admin.inc.php:228
156
  msgid "Format to display the count in: "
157
  msgstr ""
158
 
159
- #: admin.inc.php:230
160
  msgid ""
161
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
162
  "%</code> to display the daily count and <code>%overallcount%</code> to "
@@ -164,438 +189,477 @@ msgid ""
164
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
165
  msgstr ""
166
 
167
- #: admin.inc.php:233
168
  msgid "Title of popular posts: "
169
  msgstr ""
170
 
171
- #: admin.inc.php:236
172
  msgid "Title of daily popular posts: "
173
  msgstr ""
174
 
175
- #: admin.inc.php:239
176
  msgid "When there are no posts, what should be shown?"
177
  msgstr ""
178
 
179
- #: admin.inc.php:243
180
  msgid "Blank Output"
181
  msgstr ""
182
 
183
- #: admin.inc.php:247
184
  msgid "Display:"
185
  msgstr ""
186
 
187
- #: admin.inc.php:251
188
  msgid "Show post excerpt in list?"
189
  msgstr ""
190
 
191
- #: admin.inc.php:254
192
  msgid "Length of excerpt (in words): "
193
  msgstr ""
194
 
195
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
196
  msgid "Display number of page views in popular lists?"
197
  msgstr ""
198
 
199
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  msgid "Customize the output:"
201
  msgstr ""
202
 
203
- #: admin.inc.php:262
204
  msgid "HTML to display before the list of posts: "
205
  msgstr ""
206
 
207
- #: admin.inc.php:265
208
  msgid "HTML to display before each list item: "
209
  msgstr ""
210
 
211
- #: admin.inc.php:268
212
  msgid "HTML to display after each list item: "
213
  msgstr ""
214
 
215
- #: admin.inc.php:271
216
  msgid "HTML to display after the list of posts: "
217
  msgstr ""
218
 
219
- #: admin.inc.php:274
220
  msgid "Post thumbnail options:"
221
  msgstr ""
222
 
223
- #: admin.inc.php:276
224
  msgid "Location of post thumbnail:"
225
  msgstr ""
226
 
227
- #: admin.inc.php:280
228
  msgid "Display thumbnails inline with posts, before title"
229
  msgstr ""
230
 
231
- #: admin.inc.php:284
232
  msgid "Display thumbnails inline with posts, after title"
233
  msgstr ""
234
 
235
- #: admin.inc.php:288
236
  msgid "Display only thumbnails, no text"
237
  msgstr ""
238
 
239
- #: admin.inc.php:292
240
  msgid "Do not display thumbnails, only text."
241
  msgstr ""
242
 
243
- #: admin.inc.php:296
244
- msgid "Maximum width of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  msgstr ""
246
 
247
- #: admin.inc.php:299
248
- msgid "Maximum height of the thumbnail: "
 
 
249
  msgstr ""
250
 
251
- #: admin.inc.php:302
252
  msgid "Use timthumb to generate thumbnails? "
253
  msgstr ""
254
 
255
- #: admin.inc.php:303
256
  msgid ""
257
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
258
  "\">timthumb</a> will be used to generate thumbnails"
259
  msgstr ""
260
 
261
- #: admin.inc.php:305
262
  msgid "Post thumbnail meta field name: "
263
  msgstr ""
264
 
265
- #: admin.inc.php:306
266
  msgid ""
267
  "The value of this field should contain the image source and is set in the "
268
  "<em>Add New Post</em> screen"
269
  msgstr ""
270
 
271
- #: admin.inc.php:308
272
  msgid ""
273
  "If the postmeta is not set, then should the plugin extract the first image "
274
  "from the post?"
275
  msgstr ""
276
 
277
- #: admin.inc.php:309
278
  msgid ""
279
  "This could slow down the loading of your page if the first image in the "
280
  "related posts is large in file-size"
281
  msgstr ""
282
 
283
- #: admin.inc.php:311
284
  msgid "Use default thumbnail? "
285
  msgstr ""
286
 
287
- #: admin.inc.php:312
288
  msgid ""
289
  "If checked, when no thumbnail is found, show a default one from the URL "
290
  "below. If not checked and no thumbnail is found, no image will be shown."
291
  msgstr ""
292
 
293
- #: admin.inc.php:314
294
  msgid "Default thumbnail: "
295
  msgstr ""
296
 
297
- #: admin.inc.php:315
298
  msgid ""
299
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
300
  "then it will check the meta field. If this is not available, then it will "
301
  "show the default image as specified above"
302
  msgstr ""
303
 
304
- #: admin.inc.php:321
305
  msgid "Custom Styles"
306
  msgstr ""
307
 
308
- #: admin.inc.php:324
309
  msgid "Custom CSS to add to header:"
310
  msgstr ""
311
 
312
- #: admin.inc.php:327
313
  msgid ""
314
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
315
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
316
  "available CSS classes to style."
317
  msgstr ""
318
 
319
- #: admin.inc.php:334
320
  msgid "Maintenance"
321
  msgstr ""
322
 
323
- #: admin.inc.php:338
324
  msgid ""
325
  "Over time the Daily Top 10 database grows in size, which reduces the "
326
  "performance of the plugin. Cleaning the database at regular intervals could "
327
  "improve performance, especially on high traffic blogs."
328
  msgstr ""
329
 
330
- #: admin.inc.php:339
331
  msgid ""
332
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
333
  "everytime the job is rescheduled (i.e. you change the settings below). This "
334
  "causes the daily posts table to reset."
335
  msgstr ""
336
 
337
- #: admin.inc.php:342
338
  msgid "Enable scheduled maintenance of daily tables:"
339
  msgstr ""
340
 
341
- #: admin.inc.php:346
342
  msgid "Time to run maintenance"
343
  msgstr ""
344
 
345
- #: admin.inc.php:349
346
  msgid "How often should the maintenance be run:"
347
  msgstr ""
348
 
349
- #: admin.inc.php:353
350
  msgid "Daily"
351
  msgstr ""
352
 
353
- #: admin.inc.php:357
354
  msgid "Weekly"
355
  msgstr ""
356
 
357
- #: admin.inc.php:361
358
  msgid "Fortnightly"
359
  msgstr ""
360
 
361
- #: admin.inc.php:365
362
  msgid "Monthly"
363
  msgstr ""
364
 
365
- #: admin.inc.php:374
366
  msgid "The cron job has been scheduled. Maintenance will run "
367
  msgstr ""
368
 
369
- #: admin.inc.php:379
370
  msgid "The cron job is missing. Please resave this page to add the job"
371
  msgstr ""
372
 
373
- #: admin.inc.php:384
374
  msgid "Maintenance is turned off"
375
  msgstr ""
376
 
377
- #: admin.inc.php:392
378
  msgid "Save Options"
379
  msgstr ""
380
 
381
- #: admin.inc.php:393
382
  msgid "Default Options"
383
  msgstr ""
384
 
385
- #: admin.inc.php:393
386
  msgid "Do you want to set options to Default?"
387
  msgstr ""
388
 
389
- #: admin.inc.php:397
390
  msgid "Reset count"
391
  msgstr ""
392
 
393
- #: admin.inc.php:400
394
  msgid ""
395
  "This cannot be reversed. Make sure that your database has been backed up "
396
  "before proceeding"
397
  msgstr ""
398
 
399
- #: admin.inc.php:403
400
  msgid "Reset Popular Posts"
401
  msgstr ""
402
 
403
- #: admin.inc.php:403
404
  msgid "Are you sure you want to reset the popular posts?"
405
  msgstr ""
406
 
407
- #: admin.inc.php:404
408
  msgid "Reset Daily Popular Posts"
409
  msgstr ""
410
 
411
- #: admin.inc.php:404
412
  msgid "Are you sure you want to reset the daily popular posts?"
413
  msgstr ""
414
 
415
- #: admin.inc.php:405
416
  msgid "Clear duplicates"
417
  msgstr ""
418
 
419
- #: admin.inc.php:405
420
  msgid "This will delete the duplicate entries in the tables. Proceed?"
421
  msgstr ""
422
 
423
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
424
  msgid "Popular Posts"
425
  msgstr ""
426
 
427
- #: admin.inc.php:449 admin.inc.php:536
428
  msgid "Daily Popular Posts"
429
  msgstr ""
430
 
431
- #: admin.inc.php:477
432
  msgid "Support the development"
433
  msgstr ""
434
 
435
- #: admin.inc.php:485
436
  msgid "Enter amount in USD: "
437
  msgstr ""
438
 
439
- #: admin.inc.php:489
440
  msgid "Send your donation to the author of"
441
  msgstr ""
442
 
443
- #: admin.inc.php:495
444
  msgid "Follow us"
445
  msgstr ""
446
 
447
- #: admin.inc.php:501
448
  msgid "Quick Links"
449
  msgstr ""
450
 
451
- #: admin.inc.php:503
452
  msgid "Top 10 plugin page"
453
  msgstr ""
454
 
455
- #: admin.inc.php:504
456
  msgid "Other plugins"
457
  msgstr ""
458
 
459
- #: admin.inc.php:505
460
  msgid "Ajay's blog"
461
  msgstr ""
462
 
463
- #: admin.inc.php:506 top-10.php:921
464
  msgid "Support"
465
  msgstr ""
466
 
467
- #: admin.inc.php:510
468
  msgid "Recent developments"
469
  msgstr ""
470
 
471
- #: admin.inc.php:527 admin.inc.php:530
472
  msgid "Top 10 Settings"
473
  msgstr ""
474
 
475
- #: admin.inc.php:527
476
  msgid "Top 10"
477
  msgstr ""
478
 
479
- #: admin.inc.php:533
480
  msgid "Overall Popular Posts"
481
  msgstr ""
482
 
483
- #: admin.inc.php:675
484
  msgid "Results"
485
  msgstr ""
486
 
487
- #: admin.inc.php:677 admin.inc.php:683
488
  msgid "of"
489
  msgstr ""
490
 
491
- #: admin.inc.php:681
492
  msgid "Page"
493
  msgstr ""
494
 
495
- #: admin.inc.php:695
496
  msgid "View Daily Popular Posts"
497
  msgstr ""
498
 
499
- #: admin.inc.php:698 admin.inc.php:711
500
  msgid "Results per-page:"
501
  msgstr ""
502
 
503
- #: admin.inc.php:708
504
  msgid "View Overall Popular Posts"
505
  msgstr ""
506
 
507
- #: admin.inc.php:737
508
  msgid "Previous"
509
  msgstr ""
510
 
511
- #: admin.inc.php:755
512
  msgid "Next"
513
  msgstr ""
514
 
515
- #: admin.inc.php:796
516
  msgid "Daily Popular"
517
  msgstr ""
518
 
519
- #: admin.inc.php:812
520
  msgid "Total / Today's Views"
521
  msgstr ""
522
 
523
- #: top-10.php:403
524
  msgid "Display the posts popular this week"
525
  msgstr ""
526
 
527
- #: top-10.php:417
528
  msgid "Title"
529
  msgstr ""
530
 
531
- #: top-10.php:422
532
  msgid "No. of posts"
533
  msgstr ""
534
 
535
- #: top-10.php:427
536
  msgid "Overall"
537
  msgstr ""
538
 
539
- #: top-10.php:428
540
  msgid "Custom time period (Enter below)"
541
  msgstr ""
542
 
543
- #: top-10.php:433
544
  msgid "Range in number of days (applies only to custom option above)"
545
  msgstr ""
546
 
547
- #: top-10.php:437
548
  msgid "Thumbnail options"
549
  msgstr ""
550
 
551
- #: top-10.php:439
552
  msgid "Thumbnails inline, before title"
553
  msgstr ""
554
 
555
- #: top-10.php:440
556
  msgid "Thumbnails inline, after title"
557
  msgstr ""
558
 
559
- #: top-10.php:441
560
  msgid "Only thumbnails, no text"
561
  msgstr ""
562
 
563
- #: top-10.php:442
564
  msgid "No thumbnails, only text."
565
  msgstr ""
566
 
567
- #: top-10.php:447
568
  msgid " Show excerpt?"
569
  msgstr ""
570
 
571
- #: top-10.php:522
572
  msgid "<h3>Popular Posts</h3>"
573
  msgstr ""
574
 
575
- #: top-10.php:523
576
  msgid "<h3>Daily Popular</h3>"
577
  msgstr ""
578
 
579
- #: top-10.php:524
580
  msgid "No top posts yet"
581
  msgstr ""
582
 
583
- #: top-10.php:887
584
  msgid "Once Weekly"
585
  msgstr ""
586
 
587
- #: top-10.php:888
588
  msgid "Once Fortnightly"
589
  msgstr ""
590
 
591
- #: top-10.php:889
592
  msgid "Once Monthly"
593
  msgstr ""
594
 
595
- #: top-10.php:909
596
  msgid "Settings"
597
  msgstr ""
598
 
599
- #: top-10.php:922
600
  msgid "Donate"
601
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:03-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr ""
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr ""
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr ""
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
 
77
+ #: admin.inc.php:199
78
+ msgid "Post types to include in results (including custom post types)"
79
  msgstr ""
80
 
81
+ #: admin.inc.php:210
82
+ msgid "List of post or page IDs to exclude from the results: "
 
 
83
  msgstr ""
84
 
85
+ #: admin.inc.php:214
86
  msgid "Exclude Categories: "
87
  msgstr ""
88
 
89
+ #: admin.inc.php:229
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:234
97
  msgid "Display number of views on:"
98
  msgstr ""
99
 
100
+ #: admin.inc.php:236
101
  msgid "Posts"
102
  msgstr ""
103
 
104
+ #: admin.inc.php:237
105
  msgid "Pages"
106
  msgstr ""
107
 
108
+ #: admin.inc.php:238
109
+ msgid "Home page"
110
+ msgstr ""
111
+
112
+ #: admin.inc.php:239
113
+ msgid "Feeds"
114
+ msgstr ""
115
+
116
+ #: admin.inc.php:240
117
+ msgid "Category archives"
118
+ msgstr ""
119
+
120
+ #: admin.inc.php:241
121
+ msgid "Tag archives"
122
+ msgstr ""
123
+
124
+ #: admin.inc.php:242
125
+ msgid "Other archives"
126
+ msgstr ""
127
+
128
+ #: admin.inc.php:243
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:246
136
  msgid "Always display latest post count"
137
  msgstr ""
138
 
139
+ #: admin.inc.php:248
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"
144
  msgstr ""
145
 
146
+ #: admin.inc.php:251
147
  msgid "Always display latest post count in the daily lists"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:253
151
  msgid "This option uses JavaScript and will increase your page load time"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:256
155
  msgid "Track visits of authors on their own posts?"
156
  msgstr ""
157
 
158
+ #: admin.inc.php:259
159
  msgid "Track visits of admins?"
160
  msgstr ""
161
 
162
+ #: admin.inc.php:262
163
  msgid "Display page views on Posts > All Posts in Admin"
164
  msgstr ""
165
 
166
+ #: admin.inc.php:265
167
  msgid "Link to Top 10 plugin page"
168
  msgstr ""
169
 
170
+ #: admin.inc.php:267
171
  msgid ""
172
  "A link to the plugin is added as an extra list item to the list of popular "
173
  "posts"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:274
177
  msgid "Output Options"
178
  msgstr ""
179
 
180
+ #: admin.inc.php:277
181
  msgid "Format to display the count in: "
182
  msgstr ""
183
 
184
+ #: admin.inc.php:279
185
  msgid ""
186
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
187
  "%</code> to display the daily count and <code>%overallcount%</code> to "
189
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
190
  msgstr ""
191
 
192
+ #: admin.inc.php:282
193
  msgid "Title of popular posts: "
194
  msgstr ""
195
 
196
+ #: admin.inc.php:285
197
  msgid "Title of daily popular posts: "
198
  msgstr ""
199
 
200
+ #: admin.inc.php:288
201
  msgid "When there are no posts, what should be shown?"
202
  msgstr ""
203
 
204
+ #: admin.inc.php:292
205
  msgid "Blank Output"
206
  msgstr ""
207
 
208
+ #: admin.inc.php:296
209
  msgid "Display:"
210
  msgstr ""
211
 
212
+ #: admin.inc.php:300
213
  msgid "Show post excerpt in list?"
214
  msgstr ""
215
 
216
+ #: admin.inc.php:303
217
  msgid "Length of excerpt (in words): "
218
  msgstr ""
219
 
220
+ #: admin.inc.php:306
221
+ msgid "Show post date in list?"
222
+ msgstr ""
223
+
224
+ #: admin.inc.php:309
225
+ msgid "Limit post title length (in characters)"
226
+ msgstr ""
227
+
228
+ #: admin.inc.php:312
229
  msgid "Display number of page views in popular lists?"
230
  msgstr ""
231
 
232
+ #: admin.inc.php:315
233
+ msgid "Open links in new window"
234
+ msgstr ""
235
+
236
+ #: admin.inc.php:318
237
+ msgid "Add nofollow attribute to links in the list"
238
+ msgstr ""
239
+
240
+ #: admin.inc.php:321
241
+ msgid "Exclude display of related posts on these posts / pages"
242
+ msgstr ""
243
+
244
+ #: admin.inc.php:324
245
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
246
+ msgstr ""
247
+
248
+ #: admin.inc.php:327
249
  msgid "Customize the output:"
250
  msgstr ""
251
 
252
+ #: admin.inc.php:329
253
  msgid "HTML to display before the list of posts: "
254
  msgstr ""
255
 
256
+ #: admin.inc.php:332
257
  msgid "HTML to display before each list item: "
258
  msgstr ""
259
 
260
+ #: admin.inc.php:335
261
  msgid "HTML to display after each list item: "
262
  msgstr ""
263
 
264
+ #: admin.inc.php:338
265
  msgid "HTML to display after the list of posts: "
266
  msgstr ""
267
 
268
+ #: admin.inc.php:341
269
  msgid "Post thumbnail options:"
270
  msgstr ""
271
 
272
+ #: admin.inc.php:343
273
  msgid "Location of post thumbnail:"
274
  msgstr ""
275
 
276
+ #: admin.inc.php:347
277
  msgid "Display thumbnails inline with posts, before title"
278
  msgstr ""
279
 
280
+ #: admin.inc.php:351
281
  msgid "Display thumbnails inline with posts, after title"
282
  msgstr ""
283
 
284
+ #: admin.inc.php:355
285
  msgid "Display only thumbnails, no text"
286
  msgstr ""
287
 
288
+ #: admin.inc.php:359
289
  msgid "Do not display thumbnails, only text."
290
  msgstr ""
291
 
292
+ #: admin.inc.php:363
293
+ msgid "Width of the thumbnail: "
294
+ msgstr ""
295
+
296
+ #: admin.inc.php:366
297
+ msgid "Height of the thumbnail: "
298
+ msgstr ""
299
+
300
+ #: admin.inc.php:369
301
+ msgid "Style attributes / Width and Height HTML attributes:"
302
+ msgstr ""
303
+
304
+ #: admin.inc.php:373
305
+ msgid ""
306
+ "Style attributes are used for width and height. <code>style=\"max-width:"
307
  msgstr ""
308
 
309
+ #: admin.inc.php:377
310
+ msgid ""
311
+ "HTML width and height attributes are used for width and height. <code>width="
312
+ "\""
313
  msgstr ""
314
 
315
+ #: admin.inc.php:381
316
  msgid "Use timthumb to generate thumbnails? "
317
  msgstr ""
318
 
319
+ #: admin.inc.php:382
320
  msgid ""
321
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
322
  "\">timthumb</a> will be used to generate thumbnails"
323
  msgstr ""
324
 
325
+ #: admin.inc.php:384
326
  msgid "Post thumbnail meta field name: "
327
  msgstr ""
328
 
329
+ #: admin.inc.php:385
330
  msgid ""
331
  "The value of this field should contain the image source and is set in the "
332
  "<em>Add New Post</em> screen"
333
  msgstr ""
334
 
335
+ #: admin.inc.php:387
336
  msgid ""
337
  "If the postmeta is not set, then should the plugin extract the first image "
338
  "from the post?"
339
  msgstr ""
340
 
341
+ #: admin.inc.php:388
342
  msgid ""
343
  "This could slow down the loading of your page if the first image in the "
344
  "related posts is large in file-size"
345
  msgstr ""
346
 
347
+ #: admin.inc.php:390
348
  msgid "Use default thumbnail? "
349
  msgstr ""
350
 
351
+ #: admin.inc.php:391
352
  msgid ""
353
  "If checked, when no thumbnail is found, show a default one from the URL "
354
  "below. If not checked and no thumbnail is found, no image will be shown."
355
  msgstr ""
356
 
357
+ #: admin.inc.php:393
358
  msgid "Default thumbnail: "
359
  msgstr ""
360
 
361
+ #: admin.inc.php:394
362
  msgid ""
363
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
364
  "then it will check the meta field. If this is not available, then it will "
365
  "show the default image as specified above"
366
  msgstr ""
367
 
368
+ #: admin.inc.php:400
369
  msgid "Custom Styles"
370
  msgstr ""
371
 
372
+ #: admin.inc.php:403
373
  msgid "Custom CSS to add to header:"
374
  msgstr ""
375
 
376
+ #: admin.inc.php:406
377
  msgid ""
378
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
379
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
380
  "available CSS classes to style."
381
  msgstr ""
382
 
383
+ #: admin.inc.php:413
384
  msgid "Maintenance"
385
  msgstr ""
386
 
387
+ #: admin.inc.php:417
388
  msgid ""
389
  "Over time the Daily Top 10 database grows in size, which reduces the "
390
  "performance of the plugin. Cleaning the database at regular intervals could "
391
  "improve performance, especially on high traffic blogs."
392
  msgstr ""
393
 
394
+ #: admin.inc.php:418
395
  msgid ""
396
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
397
  "everytime the job is rescheduled (i.e. you change the settings below). This "
398
  "causes the daily posts table to reset."
399
  msgstr ""
400
 
401
+ #: admin.inc.php:421
402
  msgid "Enable scheduled maintenance of daily tables:"
403
  msgstr ""
404
 
405
+ #: admin.inc.php:425
406
  msgid "Time to run maintenance"
407
  msgstr ""
408
 
409
+ #: admin.inc.php:428
410
  msgid "How often should the maintenance be run:"
411
  msgstr ""
412
 
413
+ #: admin.inc.php:432
414
  msgid "Daily"
415
  msgstr ""
416
 
417
+ #: admin.inc.php:436
418
  msgid "Weekly"
419
  msgstr ""
420
 
421
+ #: admin.inc.php:440
422
  msgid "Fortnightly"
423
  msgstr ""
424
 
425
+ #: admin.inc.php:444
426
  msgid "Monthly"
427
  msgstr ""
428
 
429
+ #: admin.inc.php:453
430
  msgid "The cron job has been scheduled. Maintenance will run "
431
  msgstr ""
432
 
433
+ #: admin.inc.php:458
434
  msgid "The cron job is missing. Please resave this page to add the job"
435
  msgstr ""
436
 
437
+ #: admin.inc.php:463
438
  msgid "Maintenance is turned off"
439
  msgstr ""
440
 
441
+ #: admin.inc.php:471
442
  msgid "Save Options"
443
  msgstr ""
444
 
445
+ #: admin.inc.php:472
446
  msgid "Default Options"
447
  msgstr ""
448
 
449
+ #: admin.inc.php:472
450
  msgid "Do you want to set options to Default?"
451
  msgstr ""
452
 
453
+ #: admin.inc.php:476
454
  msgid "Reset count"
455
  msgstr ""
456
 
457
+ #: admin.inc.php:479
458
  msgid ""
459
  "This cannot be reversed. Make sure that your database has been backed up "
460
  "before proceeding"
461
  msgstr ""
462
 
463
+ #: admin.inc.php:482
464
  msgid "Reset Popular Posts"
465
  msgstr ""
466
 
467
+ #: admin.inc.php:482
468
  msgid "Are you sure you want to reset the popular posts?"
469
  msgstr ""
470
 
471
+ #: admin.inc.php:483
472
  msgid "Reset Daily Popular Posts"
473
  msgstr ""
474
 
475
+ #: admin.inc.php:483
476
  msgid "Are you sure you want to reset the daily popular posts?"
477
  msgstr ""
478
 
479
+ #: admin.inc.php:484
480
  msgid "Clear duplicates"
481
  msgstr ""
482
 
483
+ #: admin.inc.php:484
484
  msgid "This will delete the duplicate entries in the tables. Proceed?"
485
  msgstr ""
486
 
487
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
488
  msgid "Popular Posts"
489
  msgstr ""
490
 
491
+ #: admin.inc.php:528 admin.inc.php:615
492
  msgid "Daily Popular Posts"
493
  msgstr ""
494
 
495
+ #: admin.inc.php:556
496
  msgid "Support the development"
497
  msgstr ""
498
 
499
+ #: admin.inc.php:564
500
  msgid "Enter amount in USD: "
501
  msgstr ""
502
 
503
+ #: admin.inc.php:568
504
  msgid "Send your donation to the author of"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:574
508
  msgid "Follow us"
509
  msgstr ""
510
 
511
+ #: admin.inc.php:580
512
  msgid "Quick Links"
513
  msgstr ""
514
 
515
+ #: admin.inc.php:582
516
  msgid "Top 10 plugin page"
517
  msgstr ""
518
 
519
+ #: admin.inc.php:583
520
  msgid "Other plugins"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:584
524
  msgid "Ajay's blog"
525
  msgstr ""
526
 
527
+ #: admin.inc.php:585 top-10.php:1062
528
  msgid "Support"
529
  msgstr ""
530
 
531
+ #: admin.inc.php:589
532
  msgid "Recent developments"
533
  msgstr ""
534
 
535
+ #: admin.inc.php:606 admin.inc.php:609
536
  msgid "Top 10 Settings"
537
  msgstr ""
538
 
539
+ #: admin.inc.php:606
540
  msgid "Top 10"
541
  msgstr ""
542
 
543
+ #: admin.inc.php:612
544
  msgid "Overall Popular Posts"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:754
548
  msgid "Results"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:756 admin.inc.php:762
552
  msgid "of"
553
  msgstr ""
554
 
555
+ #: admin.inc.php:760
556
  msgid "Page"
557
  msgstr ""
558
 
559
+ #: admin.inc.php:774
560
  msgid "View Daily Popular Posts"
561
  msgstr ""
562
 
563
+ #: admin.inc.php:777 admin.inc.php:790
564
  msgid "Results per-page:"
565
  msgstr ""
566
 
567
+ #: admin.inc.php:787
568
  msgid "View Overall Popular Posts"
569
  msgstr ""
570
 
571
+ #: admin.inc.php:816
572
  msgid "Previous"
573
  msgstr ""
574
 
575
+ #: admin.inc.php:834
576
  msgid "Next"
577
  msgstr ""
578
 
579
+ #: admin.inc.php:875
580
  msgid "Daily Popular"
581
  msgstr ""
582
 
583
+ #: admin.inc.php:891
584
  msgid "Total / Today's Views"
585
  msgstr ""
586
 
587
+ #: top-10.php:467
588
  msgid "Display the posts popular this week"
589
  msgstr ""
590
 
591
+ #: top-10.php:481
592
  msgid "Title"
593
  msgstr ""
594
 
595
+ #: top-10.php:486
596
  msgid "No. of posts"
597
  msgstr ""
598
 
599
+ #: top-10.php:491
600
  msgid "Overall"
601
  msgstr ""
602
 
603
+ #: top-10.php:492
604
  msgid "Custom time period (Enter below)"
605
  msgstr ""
606
 
607
+ #: top-10.php:497
608
  msgid "Range in number of days (applies only to custom option above)"
609
  msgstr ""
610
 
611
+ #: top-10.php:501
612
  msgid "Thumbnail options"
613
  msgstr ""
614
 
615
+ #: top-10.php:503
616
  msgid "Thumbnails inline, before title"
617
  msgstr ""
618
 
619
+ #: top-10.php:504
620
  msgid "Thumbnails inline, after title"
621
  msgstr ""
622
 
623
+ #: top-10.php:505
624
  msgid "Only thumbnails, no text"
625
  msgstr ""
626
 
627
+ #: top-10.php:506
628
  msgid "No thumbnails, only text."
629
  msgstr ""
630
 
631
+ #: top-10.php:511
632
  msgid " Show excerpt?"
633
  msgstr ""
634
 
635
+ #: top-10.php:586
636
  msgid "<h3>Popular Posts</h3>"
637
  msgstr ""
638
 
639
+ #: top-10.php:587
640
  msgid "<h3>Daily Popular</h3>"
641
  msgstr ""
642
 
643
+ #: top-10.php:588
644
  msgid "No top posts yet"
645
  msgstr ""
646
 
647
+ #: top-10.php:1028
648
  msgid "Once Weekly"
649
  msgstr ""
650
 
651
+ #: top-10.php:1029
652
  msgid "Once Fortnightly"
653
  msgstr ""
654
 
655
+ #: top-10.php:1030
656
  msgid "Once Monthly"
657
  msgstr ""
658
 
659
+ #: top-10.php:1050
660
  msgid "Settings"
661
  msgstr ""
662
 
663
+ #: top-10.php:1063
664
  msgid "Donate"
665
  msgstr ""
languages/tptn-en_US.pot 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-06-30 14:28-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"
@@ -12,151 +12,176 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr ""
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr ""
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr ""
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr ""
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr ""
72
 
73
- #: admin.inc.php:163
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
 
77
- #: admin.inc.php:167
78
- msgid "Exclude Pages?"
79
  msgstr ""
80
 
81
- #: admin.inc.php:168
82
- msgid ""
83
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
84
- "continue to be counted."
85
  msgstr ""
86
 
87
- #: admin.inc.php:171
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
- #: admin.inc.php:186
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:191
99
  msgid "Display number of views on:"
100
  msgstr ""
101
 
102
- #: admin.inc.php:193
103
  msgid "Posts"
104
  msgstr ""
105
 
106
- #: admin.inc.php:194
107
  msgid "Pages"
108
  msgstr ""
109
 
110
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgid "Always display latest post count"
112
  msgstr ""
113
 
114
- #: admin.inc.php:199
115
  msgid ""
116
  "This option uses JavaScript and will increase your page load time. Turn this "
117
  "off if you are not using caching plugins or are OK with displaying older "
118
  "cached counts"
119
  msgstr ""
120
 
121
- #: admin.inc.php:202
122
  msgid "Always display latest post count in the daily lists"
123
  msgstr ""
124
 
125
- #: admin.inc.php:204
126
  msgid "This option uses JavaScript and will increase your page load time"
127
  msgstr ""
128
 
129
- #: admin.inc.php:207
130
  msgid "Track visits of authors on their own posts?"
131
  msgstr ""
132
 
133
- #: admin.inc.php:210
134
  msgid "Track visits of admins?"
135
  msgstr ""
136
 
137
- #: admin.inc.php:213
138
  msgid "Display page views on Posts > All Posts in Admin"
139
  msgstr ""
140
 
141
- #: admin.inc.php:216
142
  msgid "Link to Top 10 plugin page"
143
  msgstr ""
144
 
145
- #: admin.inc.php:218
146
  msgid ""
147
  "A link to the plugin is added as an extra list item to the list of popular "
148
  "posts"
149
  msgstr ""
150
 
151
- #: admin.inc.php:225
152
  msgid "Output Options"
153
  msgstr ""
154
 
155
- #: admin.inc.php:228
156
  msgid "Format to display the count in: "
157
  msgstr ""
158
 
159
- #: admin.inc.php:230
160
  msgid ""
161
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
162
  "%</code> to display the daily count and <code>%overallcount%</code> to "
@@ -164,438 +189,477 @@ msgid ""
164
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
165
  msgstr ""
166
 
167
- #: admin.inc.php:233
168
  msgid "Title of popular posts: "
169
  msgstr ""
170
 
171
- #: admin.inc.php:236
172
  msgid "Title of daily popular posts: "
173
  msgstr ""
174
 
175
- #: admin.inc.php:239
176
  msgid "When there are no posts, what should be shown?"
177
  msgstr ""
178
 
179
- #: admin.inc.php:243
180
  msgid "Blank Output"
181
  msgstr ""
182
 
183
- #: admin.inc.php:247
184
  msgid "Display:"
185
  msgstr ""
186
 
187
- #: admin.inc.php:251
188
  msgid "Show post excerpt in list?"
189
  msgstr ""
190
 
191
- #: admin.inc.php:254
192
  msgid "Length of excerpt (in words): "
193
  msgstr ""
194
 
195
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
196
  msgid "Display number of page views in popular lists?"
197
  msgstr ""
198
 
199
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  msgid "Customize the output:"
201
  msgstr ""
202
 
203
- #: admin.inc.php:262
204
  msgid "HTML to display before the list of posts: "
205
  msgstr ""
206
 
207
- #: admin.inc.php:265
208
  msgid "HTML to display before each list item: "
209
  msgstr ""
210
 
211
- #: admin.inc.php:268
212
  msgid "HTML to display after each list item: "
213
  msgstr ""
214
 
215
- #: admin.inc.php:271
216
  msgid "HTML to display after the list of posts: "
217
  msgstr ""
218
 
219
- #: admin.inc.php:274
220
  msgid "Post thumbnail options:"
221
  msgstr ""
222
 
223
- #: admin.inc.php:276
224
  msgid "Location of post thumbnail:"
225
  msgstr ""
226
 
227
- #: admin.inc.php:280
228
  msgid "Display thumbnails inline with posts, before title"
229
  msgstr ""
230
 
231
- #: admin.inc.php:284
232
  msgid "Display thumbnails inline with posts, after title"
233
  msgstr ""
234
 
235
- #: admin.inc.php:288
236
  msgid "Display only thumbnails, no text"
237
  msgstr ""
238
 
239
- #: admin.inc.php:292
240
  msgid "Do not display thumbnails, only text."
241
  msgstr ""
242
 
243
- #: admin.inc.php:296
244
- msgid "Maximum width of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  msgstr ""
246
 
247
- #: admin.inc.php:299
248
- msgid "Maximum height of the thumbnail: "
 
 
249
  msgstr ""
250
 
251
- #: admin.inc.php:302
252
  msgid "Use timthumb to generate thumbnails? "
253
  msgstr ""
254
 
255
- #: admin.inc.php:303
256
  msgid ""
257
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
258
  "\">timthumb</a> will be used to generate thumbnails"
259
  msgstr ""
260
 
261
- #: admin.inc.php:305
262
  msgid "Post thumbnail meta field name: "
263
  msgstr ""
264
 
265
- #: admin.inc.php:306
266
  msgid ""
267
  "The value of this field should contain the image source and is set in the "
268
  "<em>Add New Post</em> screen"
269
  msgstr ""
270
 
271
- #: admin.inc.php:308
272
  msgid ""
273
  "If the postmeta is not set, then should the plugin extract the first image "
274
  "from the post?"
275
  msgstr ""
276
 
277
- #: admin.inc.php:309
278
  msgid ""
279
  "This could slow down the loading of your page if the first image in the "
280
  "related posts is large in file-size"
281
  msgstr ""
282
 
283
- #: admin.inc.php:311
284
  msgid "Use default thumbnail? "
285
  msgstr ""
286
 
287
- #: admin.inc.php:312
288
  msgid ""
289
  "If checked, when no thumbnail is found, show a default one from the URL "
290
  "below. If not checked and no thumbnail is found, no image will be shown."
291
  msgstr ""
292
 
293
- #: admin.inc.php:314
294
  msgid "Default thumbnail: "
295
  msgstr ""
296
 
297
- #: admin.inc.php:315
298
  msgid ""
299
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
300
  "then it will check the meta field. If this is not available, then it will "
301
  "show the default image as specified above"
302
  msgstr ""
303
 
304
- #: admin.inc.php:321
305
  msgid "Custom Styles"
306
  msgstr ""
307
 
308
- #: admin.inc.php:324
309
  msgid "Custom CSS to add to header:"
310
  msgstr ""
311
 
312
- #: admin.inc.php:327
313
  msgid ""
314
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
315
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
316
  "available CSS classes to style."
317
  msgstr ""
318
 
319
- #: admin.inc.php:334
320
  msgid "Maintenance"
321
  msgstr ""
322
 
323
- #: admin.inc.php:338
324
  msgid ""
325
  "Over time the Daily Top 10 database grows in size, which reduces the "
326
  "performance of the plugin. Cleaning the database at regular intervals could "
327
  "improve performance, especially on high traffic blogs."
328
  msgstr ""
329
 
330
- #: admin.inc.php:339
331
  msgid ""
332
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
333
  "everytime the job is rescheduled (i.e. you change the settings below). This "
334
  "causes the daily posts table to reset."
335
  msgstr ""
336
 
337
- #: admin.inc.php:342
338
  msgid "Enable scheduled maintenance of daily tables:"
339
  msgstr ""
340
 
341
- #: admin.inc.php:346
342
  msgid "Time to run maintenance"
343
  msgstr ""
344
 
345
- #: admin.inc.php:349
346
  msgid "How often should the maintenance be run:"
347
  msgstr ""
348
 
349
- #: admin.inc.php:353
350
  msgid "Daily"
351
  msgstr ""
352
 
353
- #: admin.inc.php:357
354
  msgid "Weekly"
355
  msgstr ""
356
 
357
- #: admin.inc.php:361
358
  msgid "Fortnightly"
359
  msgstr ""
360
 
361
- #: admin.inc.php:365
362
  msgid "Monthly"
363
  msgstr ""
364
 
365
- #: admin.inc.php:374
366
  msgid "The cron job has been scheduled. Maintenance will run "
367
  msgstr ""
368
 
369
- #: admin.inc.php:379
370
  msgid "The cron job is missing. Please resave this page to add the job"
371
  msgstr ""
372
 
373
- #: admin.inc.php:384
374
  msgid "Maintenance is turned off"
375
  msgstr ""
376
 
377
- #: admin.inc.php:392
378
  msgid "Save Options"
379
  msgstr ""
380
 
381
- #: admin.inc.php:393
382
  msgid "Default Options"
383
  msgstr ""
384
 
385
- #: admin.inc.php:393
386
  msgid "Do you want to set options to Default?"
387
  msgstr ""
388
 
389
- #: admin.inc.php:397
390
  msgid "Reset count"
391
  msgstr ""
392
 
393
- #: admin.inc.php:400
394
  msgid ""
395
  "This cannot be reversed. Make sure that your database has been backed up "
396
  "before proceeding"
397
  msgstr ""
398
 
399
- #: admin.inc.php:403
400
  msgid "Reset Popular Posts"
401
  msgstr ""
402
 
403
- #: admin.inc.php:403
404
  msgid "Are you sure you want to reset the popular posts?"
405
  msgstr ""
406
 
407
- #: admin.inc.php:404
408
  msgid "Reset Daily Popular Posts"
409
  msgstr ""
410
 
411
- #: admin.inc.php:404
412
  msgid "Are you sure you want to reset the daily popular posts?"
413
  msgstr ""
414
 
415
- #: admin.inc.php:405
416
  msgid "Clear duplicates"
417
  msgstr ""
418
 
419
- #: admin.inc.php:405
420
  msgid "This will delete the duplicate entries in the tables. Proceed?"
421
  msgstr ""
422
 
423
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
424
  msgid "Popular Posts"
425
  msgstr ""
426
 
427
- #: admin.inc.php:449 admin.inc.php:536
428
  msgid "Daily Popular Posts"
429
  msgstr ""
430
 
431
- #: admin.inc.php:477
432
  msgid "Support the development"
433
  msgstr ""
434
 
435
- #: admin.inc.php:485
436
  msgid "Enter amount in USD: "
437
  msgstr ""
438
 
439
- #: admin.inc.php:489
440
  msgid "Send your donation to the author of"
441
  msgstr ""
442
 
443
- #: admin.inc.php:495
444
  msgid "Follow us"
445
  msgstr ""
446
 
447
- #: admin.inc.php:501
448
  msgid "Quick Links"
449
  msgstr ""
450
 
451
- #: admin.inc.php:503
452
  msgid "Top 10 plugin page"
453
  msgstr ""
454
 
455
- #: admin.inc.php:504
456
  msgid "Other plugins"
457
  msgstr ""
458
 
459
- #: admin.inc.php:505
460
  msgid "Ajay's blog"
461
  msgstr ""
462
 
463
- #: admin.inc.php:506 top-10.php:921
464
  msgid "Support"
465
  msgstr ""
466
 
467
- #: admin.inc.php:510
468
  msgid "Recent developments"
469
  msgstr ""
470
 
471
- #: admin.inc.php:527 admin.inc.php:530
472
  msgid "Top 10 Settings"
473
  msgstr ""
474
 
475
- #: admin.inc.php:527
476
  msgid "Top 10"
477
  msgstr ""
478
 
479
- #: admin.inc.php:533
480
  msgid "Overall Popular Posts"
481
  msgstr ""
482
 
483
- #: admin.inc.php:675
484
  msgid "Results"
485
  msgstr ""
486
 
487
- #: admin.inc.php:677 admin.inc.php:683
488
  msgid "of"
489
  msgstr ""
490
 
491
- #: admin.inc.php:681
492
  msgid "Page"
493
  msgstr ""
494
 
495
- #: admin.inc.php:695
496
  msgid "View Daily Popular Posts"
497
  msgstr ""
498
 
499
- #: admin.inc.php:698 admin.inc.php:711
500
  msgid "Results per-page:"
501
  msgstr ""
502
 
503
- #: admin.inc.php:708
504
  msgid "View Overall Popular Posts"
505
  msgstr ""
506
 
507
- #: admin.inc.php:737
508
  msgid "Previous"
509
  msgstr ""
510
 
511
- #: admin.inc.php:755
512
  msgid "Next"
513
  msgstr ""
514
 
515
- #: admin.inc.php:796
516
  msgid "Daily Popular"
517
  msgstr ""
518
 
519
- #: admin.inc.php:812
520
  msgid "Total / Today's Views"
521
  msgstr ""
522
 
523
- #: top-10.php:403
524
  msgid "Display the posts popular this week"
525
  msgstr ""
526
 
527
- #: top-10.php:417
528
  msgid "Title"
529
  msgstr ""
530
 
531
- #: top-10.php:422
532
  msgid "No. of posts"
533
  msgstr ""
534
 
535
- #: top-10.php:427
536
  msgid "Overall"
537
  msgstr ""
538
 
539
- #: top-10.php:428
540
  msgid "Custom time period (Enter below)"
541
  msgstr ""
542
 
543
- #: top-10.php:433
544
  msgid "Range in number of days (applies only to custom option above)"
545
  msgstr ""
546
 
547
- #: top-10.php:437
548
  msgid "Thumbnail options"
549
  msgstr ""
550
 
551
- #: top-10.php:439
552
  msgid "Thumbnails inline, before title"
553
  msgstr ""
554
 
555
- #: top-10.php:440
556
  msgid "Thumbnails inline, after title"
557
  msgstr ""
558
 
559
- #: top-10.php:441
560
  msgid "Only thumbnails, no text"
561
  msgstr ""
562
 
563
- #: top-10.php:442
564
  msgid "No thumbnails, only text."
565
  msgstr ""
566
 
567
- #: top-10.php:447
568
  msgid " Show excerpt?"
569
  msgstr ""
570
 
571
- #: top-10.php:522
572
  msgid "<h3>Popular Posts</h3>"
573
  msgstr ""
574
 
575
- #: top-10.php:523
576
  msgid "<h3>Daily Popular</h3>"
577
  msgstr ""
578
 
579
- #: top-10.php:524
580
  msgid "No top posts yet"
581
  msgstr ""
582
 
583
- #: top-10.php:887
584
  msgid "Once Weekly"
585
  msgstr ""
586
 
587
- #: top-10.php:888
588
  msgid "Once Fortnightly"
589
  msgstr ""
590
 
591
- #: top-10.php:889
592
  msgid "Once Monthly"
593
  msgstr ""
594
 
595
- #: top-10.php:909
596
  msgid "Settings"
597
  msgstr ""
598
 
599
- #: top-10.php:922
600
  msgid "Donate"
601
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:03-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr ""
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr ""
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr ""
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr ""
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
 
77
+ #: admin.inc.php:199
78
+ msgid "Post types to include in results (including custom post types)"
79
  msgstr ""
80
 
81
+ #: admin.inc.php:210
82
+ msgid "List of post or page IDs to exclude from the results: "
 
 
83
  msgstr ""
84
 
85
+ #: admin.inc.php:214
86
  msgid "Exclude Categories: "
87
  msgstr ""
88
 
89
+ #: admin.inc.php:229
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:234
97
  msgid "Display number of views on:"
98
  msgstr ""
99
 
100
+ #: admin.inc.php:236
101
  msgid "Posts"
102
  msgstr ""
103
 
104
+ #: admin.inc.php:237
105
  msgid "Pages"
106
  msgstr ""
107
 
108
+ #: admin.inc.php:238
109
+ msgid "Home page"
110
+ msgstr ""
111
+
112
+ #: admin.inc.php:239
113
+ msgid "Feeds"
114
+ msgstr ""
115
+
116
+ #: admin.inc.php:240
117
+ msgid "Category archives"
118
+ msgstr ""
119
+
120
+ #: admin.inc.php:241
121
+ msgid "Tag archives"
122
+ msgstr ""
123
+
124
+ #: admin.inc.php:242
125
+ msgid "Other archives"
126
+ msgstr ""
127
+
128
+ #: admin.inc.php:243
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:246
136
  msgid "Always display latest post count"
137
  msgstr ""
138
 
139
+ #: admin.inc.php:248
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"
144
  msgstr ""
145
 
146
+ #: admin.inc.php:251
147
  msgid "Always display latest post count in the daily lists"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:253
151
  msgid "This option uses JavaScript and will increase your page load time"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:256
155
  msgid "Track visits of authors on their own posts?"
156
  msgstr ""
157
 
158
+ #: admin.inc.php:259
159
  msgid "Track visits of admins?"
160
  msgstr ""
161
 
162
+ #: admin.inc.php:262
163
  msgid "Display page views on Posts > All Posts in Admin"
164
  msgstr ""
165
 
166
+ #: admin.inc.php:265
167
  msgid "Link to Top 10 plugin page"
168
  msgstr ""
169
 
170
+ #: admin.inc.php:267
171
  msgid ""
172
  "A link to the plugin is added as an extra list item to the list of popular "
173
  "posts"
174
  msgstr ""
175
 
176
+ #: admin.inc.php:274
177
  msgid "Output Options"
178
  msgstr ""
179
 
180
+ #: admin.inc.php:277
181
  msgid "Format to display the count in: "
182
  msgstr ""
183
 
184
+ #: admin.inc.php:279
185
  msgid ""
186
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
187
  "%</code> to display the daily count and <code>%overallcount%</code> to "
189
  "options displays <code>(Visited 123 times, 23 visits today)</code>"
190
  msgstr ""
191
 
192
+ #: admin.inc.php:282
193
  msgid "Title of popular posts: "
194
  msgstr ""
195
 
196
+ #: admin.inc.php:285
197
  msgid "Title of daily popular posts: "
198
  msgstr ""
199
 
200
+ #: admin.inc.php:288
201
  msgid "When there are no posts, what should be shown?"
202
  msgstr ""
203
 
204
+ #: admin.inc.php:292
205
  msgid "Blank Output"
206
  msgstr ""
207
 
208
+ #: admin.inc.php:296
209
  msgid "Display:"
210
  msgstr ""
211
 
212
+ #: admin.inc.php:300
213
  msgid "Show post excerpt in list?"
214
  msgstr ""
215
 
216
+ #: admin.inc.php:303
217
  msgid "Length of excerpt (in words): "
218
  msgstr ""
219
 
220
+ #: admin.inc.php:306
221
+ msgid "Show post date in list?"
222
+ msgstr ""
223
+
224
+ #: admin.inc.php:309
225
+ msgid "Limit post title length (in characters)"
226
+ msgstr ""
227
+
228
+ #: admin.inc.php:312
229
  msgid "Display number of page views in popular lists?"
230
  msgstr ""
231
 
232
+ #: admin.inc.php:315
233
+ msgid "Open links in new window"
234
+ msgstr ""
235
+
236
+ #: admin.inc.php:318
237
+ msgid "Add nofollow attribute to links in the list"
238
+ msgstr ""
239
+
240
+ #: admin.inc.php:321
241
+ msgid "Exclude display of related posts on these posts / pages"
242
+ msgstr ""
243
+
244
+ #: admin.inc.php:324
245
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
246
+ msgstr ""
247
+
248
+ #: admin.inc.php:327
249
  msgid "Customize the output:"
250
  msgstr ""
251
 
252
+ #: admin.inc.php:329
253
  msgid "HTML to display before the list of posts: "
254
  msgstr ""
255
 
256
+ #: admin.inc.php:332
257
  msgid "HTML to display before each list item: "
258
  msgstr ""
259
 
260
+ #: admin.inc.php:335
261
  msgid "HTML to display after each list item: "
262
  msgstr ""
263
 
264
+ #: admin.inc.php:338
265
  msgid "HTML to display after the list of posts: "
266
  msgstr ""
267
 
268
+ #: admin.inc.php:341
269
  msgid "Post thumbnail options:"
270
  msgstr ""
271
 
272
+ #: admin.inc.php:343
273
  msgid "Location of post thumbnail:"
274
  msgstr ""
275
 
276
+ #: admin.inc.php:347
277
  msgid "Display thumbnails inline with posts, before title"
278
  msgstr ""
279
 
280
+ #: admin.inc.php:351
281
  msgid "Display thumbnails inline with posts, after title"
282
  msgstr ""
283
 
284
+ #: admin.inc.php:355
285
  msgid "Display only thumbnails, no text"
286
  msgstr ""
287
 
288
+ #: admin.inc.php:359
289
  msgid "Do not display thumbnails, only text."
290
  msgstr ""
291
 
292
+ #: admin.inc.php:363
293
+ msgid "Width of the thumbnail: "
294
+ msgstr ""
295
+
296
+ #: admin.inc.php:366
297
+ msgid "Height of the thumbnail: "
298
+ msgstr ""
299
+
300
+ #: admin.inc.php:369
301
+ msgid "Style attributes / Width and Height HTML attributes:"
302
+ msgstr ""
303
+
304
+ #: admin.inc.php:373
305
+ msgid ""
306
+ "Style attributes are used for width and height. <code>style=\"max-width:"
307
  msgstr ""
308
 
309
+ #: admin.inc.php:377
310
+ msgid ""
311
+ "HTML width and height attributes are used for width and height. <code>width="
312
+ "\""
313
  msgstr ""
314
 
315
+ #: admin.inc.php:381
316
  msgid "Use timthumb to generate thumbnails? "
317
  msgstr ""
318
 
319
+ #: admin.inc.php:382
320
  msgid ""
321
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
322
  "\">timthumb</a> will be used to generate thumbnails"
323
  msgstr ""
324
 
325
+ #: admin.inc.php:384
326
  msgid "Post thumbnail meta field name: "
327
  msgstr ""
328
 
329
+ #: admin.inc.php:385
330
  msgid ""
331
  "The value of this field should contain the image source and is set in the "
332
  "<em>Add New Post</em> screen"
333
  msgstr ""
334
 
335
+ #: admin.inc.php:387
336
  msgid ""
337
  "If the postmeta is not set, then should the plugin extract the first image "
338
  "from the post?"
339
  msgstr ""
340
 
341
+ #: admin.inc.php:388
342
  msgid ""
343
  "This could slow down the loading of your page if the first image in the "
344
  "related posts is large in file-size"
345
  msgstr ""
346
 
347
+ #: admin.inc.php:390
348
  msgid "Use default thumbnail? "
349
  msgstr ""
350
 
351
+ #: admin.inc.php:391
352
  msgid ""
353
  "If checked, when no thumbnail is found, show a default one from the URL "
354
  "below. If not checked and no thumbnail is found, no image will be shown."
355
  msgstr ""
356
 
357
+ #: admin.inc.php:393
358
  msgid "Default thumbnail: "
359
  msgstr ""
360
 
361
+ #: admin.inc.php:394
362
  msgid ""
363
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
364
  "then it will check the meta field. If this is not available, then it will "
365
  "show the default image as specified above"
366
  msgstr ""
367
 
368
+ #: admin.inc.php:400
369
  msgid "Custom Styles"
370
  msgstr ""
371
 
372
+ #: admin.inc.php:403
373
  msgid "Custom CSS to add to header:"
374
  msgstr ""
375
 
376
+ #: admin.inc.php:406
377
  msgid ""
378
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
379
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
380
  "available CSS classes to style."
381
  msgstr ""
382
 
383
+ #: admin.inc.php:413
384
  msgid "Maintenance"
385
  msgstr ""
386
 
387
+ #: admin.inc.php:417
388
  msgid ""
389
  "Over time the Daily Top 10 database grows in size, which reduces the "
390
  "performance of the plugin. Cleaning the database at regular intervals could "
391
  "improve performance, especially on high traffic blogs."
392
  msgstr ""
393
 
394
+ #: admin.inc.php:418
395
  msgid ""
396
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
397
  "everytime the job is rescheduled (i.e. you change the settings below). This "
398
  "causes the daily posts table to reset."
399
  msgstr ""
400
 
401
+ #: admin.inc.php:421
402
  msgid "Enable scheduled maintenance of daily tables:"
403
  msgstr ""
404
 
405
+ #: admin.inc.php:425
406
  msgid "Time to run maintenance"
407
  msgstr ""
408
 
409
+ #: admin.inc.php:428
410
  msgid "How often should the maintenance be run:"
411
  msgstr ""
412
 
413
+ #: admin.inc.php:432
414
  msgid "Daily"
415
  msgstr ""
416
 
417
+ #: admin.inc.php:436
418
  msgid "Weekly"
419
  msgstr ""
420
 
421
+ #: admin.inc.php:440
422
  msgid "Fortnightly"
423
  msgstr ""
424
 
425
+ #: admin.inc.php:444
426
  msgid "Monthly"
427
  msgstr ""
428
 
429
+ #: admin.inc.php:453
430
  msgid "The cron job has been scheduled. Maintenance will run "
431
  msgstr ""
432
 
433
+ #: admin.inc.php:458
434
  msgid "The cron job is missing. Please resave this page to add the job"
435
  msgstr ""
436
 
437
+ #: admin.inc.php:463
438
  msgid "Maintenance is turned off"
439
  msgstr ""
440
 
441
+ #: admin.inc.php:471
442
  msgid "Save Options"
443
  msgstr ""
444
 
445
+ #: admin.inc.php:472
446
  msgid "Default Options"
447
  msgstr ""
448
 
449
+ #: admin.inc.php:472
450
  msgid "Do you want to set options to Default?"
451
  msgstr ""
452
 
453
+ #: admin.inc.php:476
454
  msgid "Reset count"
455
  msgstr ""
456
 
457
+ #: admin.inc.php:479
458
  msgid ""
459
  "This cannot be reversed. Make sure that your database has been backed up "
460
  "before proceeding"
461
  msgstr ""
462
 
463
+ #: admin.inc.php:482
464
  msgid "Reset Popular Posts"
465
  msgstr ""
466
 
467
+ #: admin.inc.php:482
468
  msgid "Are you sure you want to reset the popular posts?"
469
  msgstr ""
470
 
471
+ #: admin.inc.php:483
472
  msgid "Reset Daily Popular Posts"
473
  msgstr ""
474
 
475
+ #: admin.inc.php:483
476
  msgid "Are you sure you want to reset the daily popular posts?"
477
  msgstr ""
478
 
479
+ #: admin.inc.php:484
480
  msgid "Clear duplicates"
481
  msgstr ""
482
 
483
+ #: admin.inc.php:484
484
  msgid "This will delete the duplicate entries in the tables. Proceed?"
485
  msgstr ""
486
 
487
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
488
  msgid "Popular Posts"
489
  msgstr ""
490
 
491
+ #: admin.inc.php:528 admin.inc.php:615
492
  msgid "Daily Popular Posts"
493
  msgstr ""
494
 
495
+ #: admin.inc.php:556
496
  msgid "Support the development"
497
  msgstr ""
498
 
499
+ #: admin.inc.php:564
500
  msgid "Enter amount in USD: "
501
  msgstr ""
502
 
503
+ #: admin.inc.php:568
504
  msgid "Send your donation to the author of"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:574
508
  msgid "Follow us"
509
  msgstr ""
510
 
511
+ #: admin.inc.php:580
512
  msgid "Quick Links"
513
  msgstr ""
514
 
515
+ #: admin.inc.php:582
516
  msgid "Top 10 plugin page"
517
  msgstr ""
518
 
519
+ #: admin.inc.php:583
520
  msgid "Other plugins"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:584
524
  msgid "Ajay's blog"
525
  msgstr ""
526
 
527
+ #: admin.inc.php:585 top-10.php:1062
528
  msgid "Support"
529
  msgstr ""
530
 
531
+ #: admin.inc.php:589
532
  msgid "Recent developments"
533
  msgstr ""
534
 
535
+ #: admin.inc.php:606 admin.inc.php:609
536
  msgid "Top 10 Settings"
537
  msgstr ""
538
 
539
+ #: admin.inc.php:606
540
  msgid "Top 10"
541
  msgstr ""
542
 
543
+ #: admin.inc.php:612
544
  msgid "Overall Popular Posts"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:754
548
  msgid "Results"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:756 admin.inc.php:762
552
  msgid "of"
553
  msgstr ""
554
 
555
+ #: admin.inc.php:760
556
  msgid "Page"
557
  msgstr ""
558
 
559
+ #: admin.inc.php:774
560
  msgid "View Daily Popular Posts"
561
  msgstr ""
562
 
563
+ #: admin.inc.php:777 admin.inc.php:790
564
  msgid "Results per-page:"
565
  msgstr ""
566
 
567
+ #: admin.inc.php:787
568
  msgid "View Overall Popular Posts"
569
  msgstr ""
570
 
571
+ #: admin.inc.php:816
572
  msgid "Previous"
573
  msgstr ""
574
 
575
+ #: admin.inc.php:834
576
  msgid "Next"
577
  msgstr ""
578
 
579
+ #: admin.inc.php:875
580
  msgid "Daily Popular"
581
  msgstr ""
582
 
583
+ #: admin.inc.php:891
584
  msgid "Total / Today's Views"
585
  msgstr ""
586
 
587
+ #: top-10.php:467
588
  msgid "Display the posts popular this week"
589
  msgstr ""
590
 
591
+ #: top-10.php:481
592
  msgid "Title"
593
  msgstr ""
594
 
595
+ #: top-10.php:486
596
  msgid "No. of posts"
597
  msgstr ""
598
 
599
+ #: top-10.php:491
600
  msgid "Overall"
601
  msgstr ""
602
 
603
+ #: top-10.php:492
604
  msgid "Custom time period (Enter below)"
605
  msgstr ""
606
 
607
+ #: top-10.php:497
608
  msgid "Range in number of days (applies only to custom option above)"
609
  msgstr ""
610
 
611
+ #: top-10.php:501
612
  msgid "Thumbnail options"
613
  msgstr ""
614
 
615
+ #: top-10.php:503
616
  msgid "Thumbnails inline, before title"
617
  msgstr ""
618
 
619
+ #: top-10.php:504
620
  msgid "Thumbnails inline, after title"
621
  msgstr ""
622
 
623
+ #: top-10.php:505
624
  msgid "Only thumbnails, no text"
625
  msgstr ""
626
 
627
+ #: top-10.php:506
628
  msgid "No thumbnails, only text."
629
  msgstr ""
630
 
631
+ #: top-10.php:511
632
  msgid " Show excerpt?"
633
  msgstr ""
634
 
635
+ #: top-10.php:586
636
  msgid "<h3>Popular Posts</h3>"
637
  msgstr ""
638
 
639
+ #: top-10.php:587
640
  msgid "<h3>Daily Popular</h3>"
641
  msgstr ""
642
 
643
+ #: top-10.php:588
644
  msgid "No top posts yet"
645
  msgstr ""
646
 
647
+ #: top-10.php:1028
648
  msgid "Once Weekly"
649
  msgstr ""
650
 
651
+ #: top-10.php:1029
652
  msgid "Once Fortnightly"
653
  msgstr ""
654
 
655
+ #: top-10.php:1030
656
  msgid "Once Monthly"
657
  msgstr ""
658
 
659
+ #: top-10.php:1050
660
  msgid "Settings"
661
  msgstr ""
662
 
663
+ #: top-10.php:1063
664
  msgid "Donate"
665
  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-06-30 14:28-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"
@@ -12,147 +12,169 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Configuraciones guardadas con éxito"
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Los parametros se configuran de manera predeterminada"
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Reiniciar el Top de los 10 posts más populares"
37
 
38
- #: admin.inc.php:111
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:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Mostrar el número de posts más populares"
72
 
73
- #: admin.inc.php:163
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:167
79
- #, fuzzy
80
- msgid "Exclude Pages?"
81
- msgstr "Excluir las Categorías"
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "¿Excluir la Páginas que muestran los posts más Populares? También será "
89
- "contado el número de visitas"
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr "Excluir las Categorías"
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "¿Mostrar la cantidad de audiencia de los posts?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "La página"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
135
  "¿Hacer la lista de los posts diarios más dinámica? Esta opción utiliza "
136
  "JavaScript para cargar el post y también puede aumentar el tiempo de carga"
137
 
138
- #: admin.inc.php:207
139
  msgid "Track visits of authors on their own posts?"
140
  msgstr "¿Observar las visitas de los autores a sus propios posts?"
141
 
142
- #: admin.inc.php:210
143
  #, fuzzy
144
  msgid "Track visits of admins?"
145
  msgstr "¿Observar las visitas de los autores a sus propios posts?"
146
 
147
- #: admin.inc.php:213
148
  msgid "Display page views on Posts > All Posts in Admin"
149
  msgstr ""
150
 
151
- #: admin.inc.php:216
152
  msgid "Link to Top 10 plugin page"
153
  msgstr ""
154
 
155
- #: admin.inc.php:218
156
  #, fuzzy
157
  msgid ""
158
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -162,16 +184,16 @@ msgstr ""
162
  "elemento de una lista adicional. Esto no es obligatorio, pero le "
163
  "agradeceríamos al hacerlo!"
164
 
165
- #: admin.inc.php:225
166
  #, fuzzy
167
  msgid "Output Options"
168
  msgstr "Los Parámetros Resultantes"
169
 
170
- #: admin.inc.php:228
171
  msgid "Format to display the count in: "
172
  msgstr "El formato de visualización de la cuenta: "
173
 
174
- #: admin.inc.php:230
175
  #, fuzzy
176
  msgid ""
177
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -183,113 +205,153 @@ msgstr ""
183
  "%dailycount%</code> para mostrar el número al día. Por ejemplo, los ajustes "
184
  "predeterminados se muestran<code> (Visitado 123 veces, 23 visitas hoy)</code>"
185
 
186
- #: admin.inc.php:233
187
  msgid "Title of popular posts: "
188
  msgstr "El título de los posts más populares"
189
 
190
- #: admin.inc.php:236
191
  msgid "Title of daily popular posts: "
192
  msgstr "El título de los posts diarios más populares"
193
 
194
- #: admin.inc.php:239
195
  msgid "When there are no posts, what should be shown?"
196
  msgstr ""
197
 
198
- #: admin.inc.php:243
199
  msgid "Blank Output"
200
  msgstr ""
201
 
202
- #: admin.inc.php:247
203
  msgid "Display:"
204
  msgstr ""
205
 
206
- #: admin.inc.php:251
207
  msgid "Show post excerpt in list?"
208
  msgstr "¿Mostrar un fragmento del post en la lista?"
209
 
210
- #: admin.inc.php:254
211
  msgid "Length of excerpt (in words): "
212
  msgstr "La longitud del fragmento(en palabras):"
213
 
214
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
215
  msgid "Display number of page views in popular lists?"
216
  msgstr ""
217
  "¿Mostrar el número de visitas de la página en las listas más populares?"
218
 
219
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  msgid "Customize the output:"
221
  msgstr "Personalizar el resultado:"
222
 
223
- #: admin.inc.php:262
224
  msgid "HTML to display before the list of posts: "
225
  msgstr "HTML mostrar antes de la lista de posts:"
226
 
227
- #: admin.inc.php:265
228
  msgid "HTML to display before each list item: "
229
  msgstr "HTML mostrar ante cada elemento de la lista:"
230
 
231
- #: admin.inc.php:268
232
  msgid "HTML to display after each list item: "
233
  msgstr "HTML mostrar después de cada elemento de la lista:"
234
 
235
- #: admin.inc.php:271
236
  msgid "HTML to display after the list of posts: "
237
  msgstr "HTML mostrar después de la lista de posts:"
238
 
239
- #: admin.inc.php:274
240
  msgid "Post thumbnail options:"
241
  msgstr "Los parámetros del thumbnail:"
242
 
243
- #: admin.inc.php:276
244
  msgid "Location of post thumbnail:"
245
  msgstr ""
246
 
247
- #: admin.inc.php:280
248
  msgid "Display thumbnails inline with posts, before title"
249
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
250
 
251
- #: admin.inc.php:284
252
  msgid "Display thumbnails inline with posts, after title"
253
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
254
 
255
- #: admin.inc.php:288
256
  msgid "Display only thumbnails, no text"
257
  msgstr "Mostrar solamente thumbnails, no el texto"
258
 
259
- #: admin.inc.php:292
260
  msgid "Do not display thumbnails, only text."
261
  msgstr "No mostrar thumbnails, sólo el texto"
262
 
263
- #: admin.inc.php:296
264
- msgid "Maximum width of the thumbnail: "
 
 
 
 
265
  msgstr ""
266
 
267
- #: admin.inc.php:299
268
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
269
  msgstr ""
270
 
271
- #: admin.inc.php:302
272
  msgid "Use timthumb to generate thumbnails? "
273
  msgstr ""
274
 
275
- #: admin.inc.php:303
276
  msgid ""
277
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
278
  "\">timthumb</a> will be used to generate thumbnails"
279
  msgstr ""
280
 
281
- #: admin.inc.php:305
282
  #, fuzzy
283
  msgid "Post thumbnail meta field name: "
284
  msgstr "Los parámetros del thumbnail:"
285
 
286
- #: admin.inc.php:306
287
  msgid ""
288
  "The value of this field should contain the image source and is set in the "
289
  "<em>Add New Post</em> screen"
290
  msgstr ""
291
 
292
- #: admin.inc.php:308
293
  #, fuzzy
294
  msgid ""
295
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -300,7 +362,7 @@ msgstr ""
300
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
301
  "tamaño de archivo "
302
 
303
- #: admin.inc.php:309
304
  #, fuzzy
305
  msgid ""
306
  "This could slow down the loading of your page if the first image in the "
@@ -311,11 +373,11 @@ msgstr ""
311
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
312
  "tamaño de archivo "
313
 
314
- #: admin.inc.php:311
315
  msgid "Use default thumbnail? "
316
  msgstr ""
317
 
318
- #: admin.inc.php:312
319
  msgid ""
320
  "If checked, when no thumbnail is found, show a default one from the URL "
321
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -325,109 +387,109 @@ msgstr ""
325
  "verificado el post y tampoco está encontrada la imagen reducida, entonces no "
326
  "hay que mostrarla."
327
 
328
- #: admin.inc.php:314
329
  msgid "Default thumbnail: "
330
  msgstr ""
331
 
332
- #: admin.inc.php:315
333
  msgid ""
334
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
335
  "then it will check the meta field. If this is not available, then it will "
336
  "show the default image as specified above"
337
  msgstr ""
338
 
339
- #: admin.inc.php:321
340
  msgid "Custom Styles"
341
  msgstr ""
342
 
343
- #: admin.inc.php:324
344
  msgid "Custom CSS to add to header:"
345
  msgstr ""
346
 
347
- #: admin.inc.php:327
348
  msgid ""
349
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
350
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
351
  "available CSS classes to style."
352
  msgstr ""
353
 
354
- #: admin.inc.php:334
355
  msgid "Maintenance"
356
  msgstr ""
357
 
358
- #: admin.inc.php:338
359
  msgid ""
360
  "Over time the Daily Top 10 database grows in size, which reduces the "
361
  "performance of the plugin. Cleaning the database at regular intervals could "
362
  "improve performance, especially on high traffic blogs."
363
  msgstr ""
364
 
365
- #: admin.inc.php:339
366
  msgid ""
367
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
368
  "everytime the job is rescheduled (i.e. you change the settings below). This "
369
  "causes the daily posts table to reset."
370
  msgstr ""
371
 
372
- #: admin.inc.php:342
373
  msgid "Enable scheduled maintenance of daily tables:"
374
  msgstr ""
375
 
376
- #: admin.inc.php:346
377
  msgid "Time to run maintenance"
378
  msgstr ""
379
 
380
- #: admin.inc.php:349
381
  msgid "How often should the maintenance be run:"
382
  msgstr ""
383
 
384
- #: admin.inc.php:353
385
  msgid "Daily"
386
  msgstr ""
387
 
388
- #: admin.inc.php:357
389
  msgid "Weekly"
390
  msgstr ""
391
 
392
- #: admin.inc.php:361
393
  msgid "Fortnightly"
394
  msgstr ""
395
 
396
- #: admin.inc.php:365
397
  msgid "Monthly"
398
  msgstr ""
399
 
400
- #: admin.inc.php:374
401
  msgid "The cron job has been scheduled. Maintenance will run "
402
  msgstr ""
403
 
404
- #: admin.inc.php:379
405
  msgid "The cron job is missing. Please resave this page to add the job"
406
  msgstr ""
407
 
408
- #: admin.inc.php:384
409
  msgid "Maintenance is turned off"
410
  msgstr ""
411
 
412
- #: admin.inc.php:392
413
  #, fuzzy
414
  msgid "Save Options"
415
  msgstr "Los parametros"
416
 
417
- #: admin.inc.php:393
418
  #, fuzzy
419
  msgid "Default Options"
420
  msgstr "Los Parámetros Resultantes"
421
 
422
- #: admin.inc.php:393
423
  msgid "Do you want to set options to Default?"
424
  msgstr "¿Quiere configurar las opciones de forma predeterminada?"
425
 
426
- #: admin.inc.php:397
427
  msgid "Reset count"
428
  msgstr "Reiniciar los ajustes"
429
 
430
- #: admin.inc.php:400
431
  msgid ""
432
  "This cannot be reversed. Make sure that your database has been backed up "
433
  "before proceeding"
@@ -435,224 +497,235 @@ msgstr ""
435
  "Esta operación no puede ser anulada. Antes de anular, asegúrese de que si ha "
436
  "sido creada una copia de seguridad para su base de datos."
437
 
438
- #: admin.inc.php:403
439
  #, fuzzy
440
  msgid "Reset Popular Posts"
441
  msgstr "Los posts más populares"
442
 
443
- #: admin.inc.php:403
444
  msgid "Are you sure you want to reset the popular posts?"
445
  msgstr "¿Está seguro de que desea reiniciar los posts más populares?"
446
 
447
- #: admin.inc.php:404
448
  #, fuzzy
449
  msgid "Reset Daily Popular Posts"
450
  msgstr "Los posts diarios más populares"
451
 
452
- #: admin.inc.php:404
453
  msgid "Are you sure you want to reset the daily popular posts?"
454
  msgstr "¿Está seguro de que desea reiniciar los posts diarios más populares?"
455
 
456
- #: admin.inc.php:405
457
  msgid "Clear duplicates"
458
  msgstr ""
459
 
460
- #: admin.inc.php:405
461
  msgid "This will delete the duplicate entries in the tables. Proceed?"
462
  msgstr ""
463
  "Esta acción eliminará las entradas duplicadas en las tablas. ¿Continuar?"
464
 
465
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
466
  msgid "Popular Posts"
467
  msgstr "Los posts más populares"
468
 
469
- #: admin.inc.php:449 admin.inc.php:536
470
  msgid "Daily Popular Posts"
471
  msgstr "Los posts diarios más populares"
472
 
473
- #: admin.inc.php:477
474
  msgid "Support the development"
475
  msgstr "Apoyar al elaborador"
476
 
477
- #: admin.inc.php:485
478
  msgid "Enter amount in USD: "
479
  msgstr "Ingresar las cifras en USD"
480
 
481
- #: admin.inc.php:489
482
  msgid "Send your donation to the author of"
483
  msgstr "Enviar su subvención al autor"
484
 
485
- #: admin.inc.php:495
486
  msgid "Follow us"
487
  msgstr ""
488
 
489
- #: admin.inc.php:501
490
  #, fuzzy
491
  msgid "Quick Links"
492
  msgstr "Enlaces rápidos"
493
 
494
- #: admin.inc.php:503
495
  #, fuzzy
496
  msgid "Top 10 plugin page"
497
  msgstr "página plugin"
498
 
499
- #: admin.inc.php:504
500
  msgid "Other plugins"
501
  msgstr "Otros plugins"
502
 
503
- #: admin.inc.php:505
504
  msgid "Ajay's blog"
505
  msgstr "Blog de Ajay"
506
 
507
- #: admin.inc.php:506 top-10.php:921
508
  msgid "Support"
509
  msgstr "Apoyo"
510
 
511
- #: admin.inc.php:510
512
  msgid "Recent developments"
513
  msgstr "Evolución reciente"
514
 
515
- #: admin.inc.php:527 admin.inc.php:530
516
  #, fuzzy
517
  msgid "Top 10 Settings"
518
  msgstr "Los ajustes"
519
 
520
- #: admin.inc.php:527
521
  msgid "Top 10"
522
  msgstr "Тоp 10"
523
 
524
- #: admin.inc.php:533
525
  #, fuzzy
526
  msgid "Overall Popular Posts"
527
  msgstr "Ver los posts más populares"
528
 
529
- #: admin.inc.php:675
530
  msgid "Results"
531
  msgstr "Resultados"
532
 
533
- #: admin.inc.php:677 admin.inc.php:683
534
  msgid "of"
535
  msgstr "de, a "
536
 
537
- #: admin.inc.php:681
538
  msgid "Page"
539
  msgstr "La página"
540
 
541
- #: admin.inc.php:695
542
  msgid "View Daily Popular Posts"
543
  msgstr "Ver los posts diarios más populares"
544
 
545
- #: admin.inc.php:698 admin.inc.php:711
546
  msgid "Results per-page:"
547
  msgstr "Los resultados por página:"
548
 
549
- #: admin.inc.php:708
550
  msgid "View Overall Popular Posts"
551
  msgstr "Ver los posts más populares"
552
 
553
- #: admin.inc.php:737
554
  msgid "Previous"
555
  msgstr "Precedentes"
556
 
557
- #: admin.inc.php:755
558
  msgid "Next"
559
  msgstr "Siguientes"
560
 
561
- #: admin.inc.php:796
562
  msgid "Daily Popular"
563
  msgstr "Diario Populares"
564
 
565
- #: admin.inc.php:812
566
  msgid "Total / Today's Views"
567
  msgstr "Total/Visitas de hoy"
568
 
569
- #: top-10.php:403
570
  msgid "Display the posts popular this week"
571
  msgstr "Mostrar los posts populares de esta semana"
572
 
573
- #: top-10.php:417
574
  msgid "Title"
575
  msgstr ""
576
 
577
- #: top-10.php:422
578
  msgid "No. of posts"
579
  msgstr ""
580
 
581
- #: top-10.php:427
582
  msgid "Overall"
583
  msgstr ""
584
 
585
- #: top-10.php:428
586
  msgid "Custom time period (Enter below)"
587
  msgstr ""
588
 
589
- #: top-10.php:433
590
  msgid "Range in number of days (applies only to custom option above)"
591
  msgstr ""
592
 
593
- #: top-10.php:437
594
  #, fuzzy
595
  msgid "Thumbnail options"
596
  msgstr "Los parámetros del thumbnail:"
597
 
598
- #: top-10.php:439
599
  #, fuzzy
600
  msgid "Thumbnails inline, before title"
601
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
602
 
603
- #: top-10.php:440
604
  #, fuzzy
605
  msgid "Thumbnails inline, after title"
606
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
607
 
608
- #: top-10.php:441
609
  #, fuzzy
610
  msgid "Only thumbnails, no text"
611
  msgstr "Mostrar solamente thumbnails, no el texto"
612
 
613
- #: top-10.php:442
614
  #, fuzzy
615
  msgid "No thumbnails, only text."
616
  msgstr "No mostrar thumbnails, sólo el texto"
617
 
618
- #: top-10.php:447
619
  #, fuzzy
620
  msgid " Show excerpt?"
621
  msgstr "¿Mostrar un fragmento del post en la lista?"
622
 
623
- #: top-10.php:522
624
  msgid "<h3>Popular Posts</h3>"
625
  msgstr "Los posts populares"
626
 
627
- #: top-10.php:523
628
  msgid "<h3>Daily Popular</h3>"
629
  msgstr "Diario Populares"
630
 
631
- #: top-10.php:524
632
  #, fuzzy
633
  msgid "No top posts yet"
634
  msgstr "Reiniciar el Top de los 10 posts más populares"
635
 
636
- #: top-10.php:887
637
  msgid "Once Weekly"
638
  msgstr ""
639
 
640
- #: top-10.php:888
641
  msgid "Once Fortnightly"
642
  msgstr ""
643
 
644
- #: top-10.php:889
645
  msgid "Once Monthly"
646
  msgstr ""
647
 
648
- #: top-10.php:909
649
  msgid "Settings"
650
  msgstr "Los ajustes"
651
 
652
- #: top-10.php:922
653
  msgid "Donate"
654
  msgstr "Subvencionar"
655
 
 
 
 
 
 
 
 
 
 
 
 
656
  #~ msgid "Follow @ajaydsouza on Twitter"
657
  #~ msgstr "Seguir @ajaydsouza en Twitter"
658
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:07-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Configuraciones guardadas con éxito"
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Los parametros se configuran de manera predeterminada"
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Reiniciar el Top de los 10 posts más populares"
37
 
38
+ #: admin.inc.php:144
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:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
79
+ msgid "Post types to include in results (including custom post types)"
80
+ msgstr ""
 
81
 
82
+ #: admin.inc.php:210
83
+ msgid "List of post or page IDs to exclude from the results: "
 
 
84
  msgstr ""
 
 
85
 
86
+ #: admin.inc.php:214
87
  msgid "Exclude Categories: "
88
  msgstr "Excluir las Categorías"
89
 
90
+ #: admin.inc.php:229
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:234
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "¿Mostrar la cantidad de audiencia de los posts?"
101
 
102
+ #: admin.inc.php:236
103
  msgid "Posts"
104
  msgstr ""
105
 
106
+ #: admin.inc.php:237
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "La página"
110
 
111
+ #: admin.inc.php:238
112
+ msgid "Home page"
113
+ msgstr ""
114
+
115
+ #: admin.inc.php:239
116
+ msgid "Feeds"
117
+ msgstr ""
118
+
119
+ #: admin.inc.php:240
120
+ msgid "Category archives"
121
+ msgstr ""
122
+
123
+ #: admin.inc.php:241
124
+ msgid "Tag archives"
125
+ msgstr ""
126
+
127
+ #: admin.inc.php:242
128
+ msgid "Other archives"
129
+ msgstr ""
130
+
131
+ #: admin.inc.php:243
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:246
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
+ #: admin.inc.php:248
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"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:251
150
  msgid "Always display latest post count in the daily lists"
151
  msgstr ""
152
 
153
+ #: admin.inc.php:253
154
  #, fuzzy
155
  msgid "This option uses JavaScript and will increase your page load time"
156
  msgstr ""
157
  "¿Hacer la lista de los posts diarios más dinámica? Esta opción utiliza "
158
  "JavaScript para cargar el post y también puede aumentar el tiempo de carga"
159
 
160
+ #: admin.inc.php:256
161
  msgid "Track visits of authors on their own posts?"
162
  msgstr "¿Observar las visitas de los autores a sus propios posts?"
163
 
164
+ #: admin.inc.php:259
165
  #, fuzzy
166
  msgid "Track visits of admins?"
167
  msgstr "¿Observar las visitas de los autores a sus propios posts?"
168
 
169
+ #: admin.inc.php:262
170
  msgid "Display page views on Posts > All Posts in Admin"
171
  msgstr ""
172
 
173
+ #: admin.inc.php:265
174
  msgid "Link to Top 10 plugin page"
175
  msgstr ""
176
 
177
+ #: admin.inc.php:267
178
  #, fuzzy
179
  msgid ""
180
  "A link to the plugin is added as an extra list item to the list of popular "
184
  "elemento de una lista adicional. Esto no es obligatorio, pero le "
185
  "agradeceríamos al hacerlo!"
186
 
187
+ #: admin.inc.php:274
188
  #, fuzzy
189
  msgid "Output Options"
190
  msgstr "Los Parámetros Resultantes"
191
 
192
+ #: admin.inc.php:277
193
  msgid "Format to display the count in: "
194
  msgstr "El formato de visualización de la cuenta: "
195
 
196
+ #: admin.inc.php:279
197
  #, fuzzy
198
  msgid ""
199
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
205
  "%dailycount%</code> para mostrar el número al día. Por ejemplo, los ajustes "
206
  "predeterminados se muestran<code> (Visitado 123 veces, 23 visitas hoy)</code>"
207
 
208
+ #: admin.inc.php:282
209
  msgid "Title of popular posts: "
210
  msgstr "El título de los posts más populares"
211
 
212
+ #: admin.inc.php:285
213
  msgid "Title of daily popular posts: "
214
  msgstr "El título de los posts diarios más populares"
215
 
216
+ #: admin.inc.php:288
217
  msgid "When there are no posts, what should be shown?"
218
  msgstr ""
219
 
220
+ #: admin.inc.php:292
221
  msgid "Blank Output"
222
  msgstr ""
223
 
224
+ #: admin.inc.php:296
225
  msgid "Display:"
226
  msgstr ""
227
 
228
+ #: admin.inc.php:300
229
  msgid "Show post excerpt in list?"
230
  msgstr "¿Mostrar un fragmento del post en la lista?"
231
 
232
+ #: admin.inc.php:303
233
  msgid "Length of excerpt (in words): "
234
  msgstr "La longitud del fragmento(en palabras):"
235
 
236
+ #: admin.inc.php:306
237
+ #, fuzzy
238
+ msgid "Show post date in list?"
239
+ msgstr "¿Mostrar un fragmento del post en la lista?"
240
+
241
+ #: admin.inc.php:309
242
+ msgid "Limit post title length (in characters)"
243
+ msgstr ""
244
+
245
+ #: admin.inc.php:312
246
  msgid "Display number of page views in popular lists?"
247
  msgstr ""
248
  "¿Mostrar el número de visitas de la página en las listas más populares?"
249
 
250
+ #: admin.inc.php:315
251
+ msgid "Open links in new window"
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:318
255
+ msgid "Add nofollow attribute to links in the list"
256
+ msgstr ""
257
+
258
+ #: admin.inc.php:321
259
+ msgid "Exclude display of related posts on these posts / pages"
260
+ msgstr ""
261
+
262
+ #: admin.inc.php:324
263
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
264
+ msgstr ""
265
+
266
+ #: admin.inc.php:327
267
  msgid "Customize the output:"
268
  msgstr "Personalizar el resultado:"
269
 
270
+ #: admin.inc.php:329
271
  msgid "HTML to display before the list of posts: "
272
  msgstr "HTML mostrar antes de la lista de posts:"
273
 
274
+ #: admin.inc.php:332
275
  msgid "HTML to display before each list item: "
276
  msgstr "HTML mostrar ante cada elemento de la lista:"
277
 
278
+ #: admin.inc.php:335
279
  msgid "HTML to display after each list item: "
280
  msgstr "HTML mostrar después de cada elemento de la lista:"
281
 
282
+ #: admin.inc.php:338
283
  msgid "HTML to display after the list of posts: "
284
  msgstr "HTML mostrar después de la lista de posts:"
285
 
286
+ #: admin.inc.php:341
287
  msgid "Post thumbnail options:"
288
  msgstr "Los parámetros del thumbnail:"
289
 
290
+ #: admin.inc.php:343
291
  msgid "Location of post thumbnail:"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:347
295
  msgid "Display thumbnails inline with posts, before title"
296
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
297
 
298
+ #: admin.inc.php:351
299
  msgid "Display thumbnails inline with posts, after title"
300
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
301
 
302
+ #: admin.inc.php:355
303
  msgid "Display only thumbnails, no text"
304
  msgstr "Mostrar solamente thumbnails, no el texto"
305
 
306
+ #: admin.inc.php:359
307
  msgid "Do not display thumbnails, only text."
308
  msgstr "No mostrar thumbnails, sólo el texto"
309
 
310
+ #: admin.inc.php:363
311
+ msgid "Width of the thumbnail: "
312
+ msgstr ""
313
+
314
+ #: admin.inc.php:366
315
+ msgid "Height of the thumbnail: "
316
  msgstr ""
317
 
318
+ #: admin.inc.php:369
319
+ msgid "Style attributes / Width and Height HTML attributes:"
320
+ msgstr ""
321
+
322
+ #: admin.inc.php:373
323
+ msgid ""
324
+ "Style attributes are used for width and height. <code>style=\"max-width:"
325
+ msgstr ""
326
+
327
+ #: admin.inc.php:377
328
+ msgid ""
329
+ "HTML width and height attributes are used for width and height. <code>width="
330
+ "\""
331
  msgstr ""
332
 
333
+ #: admin.inc.php:381
334
  msgid "Use timthumb to generate thumbnails? "
335
  msgstr ""
336
 
337
+ #: admin.inc.php:382
338
  msgid ""
339
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
340
  "\">timthumb</a> will be used to generate thumbnails"
341
  msgstr ""
342
 
343
+ #: admin.inc.php:384
344
  #, fuzzy
345
  msgid "Post thumbnail meta field name: "
346
  msgstr "Los parámetros del thumbnail:"
347
 
348
+ #: admin.inc.php:385
349
  msgid ""
350
  "The value of this field should contain the image source and is set in the "
351
  "<em>Add New Post</em> screen"
352
  msgstr ""
353
 
354
+ #: admin.inc.php:387
355
  #, fuzzy
356
  msgid ""
357
  "If the postmeta is not set, then should the plugin extract the first image "
362
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
363
  "tamaño de archivo "
364
 
365
+ #: admin.inc.php:388
366
  #, fuzzy
367
  msgid ""
368
  "This could slow down the loading of your page if the first image in the "
373
  "en caso que la primera imagen de los posts correspondientes es muy grande en "
374
  "tamaño de archivo "
375
 
376
+ #: admin.inc.php:390
377
  msgid "Use default thumbnail? "
378
  msgstr ""
379
 
380
+ #: admin.inc.php:391
381
  msgid ""
382
  "If checked, when no thumbnail is found, show a default one from the URL "
383
  "below. If not checked and no thumbnail is found, no image will be shown."
387
  "verificado el post y tampoco está encontrada la imagen reducida, entonces no "
388
  "hay que mostrarla."
389
 
390
+ #: admin.inc.php:393
391
  msgid "Default thumbnail: "
392
  msgstr ""
393
 
394
+ #: admin.inc.php:394
395
  msgid ""
396
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
397
  "then it will check the meta field. If this is not available, then it will "
398
  "show the default image as specified above"
399
  msgstr ""
400
 
401
+ #: admin.inc.php:400
402
  msgid "Custom Styles"
403
  msgstr ""
404
 
405
+ #: admin.inc.php:403
406
  msgid "Custom CSS to add to header:"
407
  msgstr ""
408
 
409
+ #: admin.inc.php:406
410
  msgid ""
411
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
412
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
413
  "available CSS classes to style."
414
  msgstr ""
415
 
416
+ #: admin.inc.php:413
417
  msgid "Maintenance"
418
  msgstr ""
419
 
420
+ #: admin.inc.php:417
421
  msgid ""
422
  "Over time the Daily Top 10 database grows in size, which reduces the "
423
  "performance of the plugin. Cleaning the database at regular intervals could "
424
  "improve performance, especially on high traffic blogs."
425
  msgstr ""
426
 
427
+ #: admin.inc.php:418
428
  msgid ""
429
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
430
  "everytime the job is rescheduled (i.e. you change the settings below). This "
431
  "causes the daily posts table to reset."
432
  msgstr ""
433
 
434
+ #: admin.inc.php:421
435
  msgid "Enable scheduled maintenance of daily tables:"
436
  msgstr ""
437
 
438
+ #: admin.inc.php:425
439
  msgid "Time to run maintenance"
440
  msgstr ""
441
 
442
+ #: admin.inc.php:428
443
  msgid "How often should the maintenance be run:"
444
  msgstr ""
445
 
446
+ #: admin.inc.php:432
447
  msgid "Daily"
448
  msgstr ""
449
 
450
+ #: admin.inc.php:436
451
  msgid "Weekly"
452
  msgstr ""
453
 
454
+ #: admin.inc.php:440
455
  msgid "Fortnightly"
456
  msgstr ""
457
 
458
+ #: admin.inc.php:444
459
  msgid "Monthly"
460
  msgstr ""
461
 
462
+ #: admin.inc.php:453
463
  msgid "The cron job has been scheduled. Maintenance will run "
464
  msgstr ""
465
 
466
+ #: admin.inc.php:458
467
  msgid "The cron job is missing. Please resave this page to add the job"
468
  msgstr ""
469
 
470
+ #: admin.inc.php:463
471
  msgid "Maintenance is turned off"
472
  msgstr ""
473
 
474
+ #: admin.inc.php:471
475
  #, fuzzy
476
  msgid "Save Options"
477
  msgstr "Los parametros"
478
 
479
+ #: admin.inc.php:472
480
  #, fuzzy
481
  msgid "Default Options"
482
  msgstr "Los Parámetros Resultantes"
483
 
484
+ #: admin.inc.php:472
485
  msgid "Do you want to set options to Default?"
486
  msgstr "¿Quiere configurar las opciones de forma predeterminada?"
487
 
488
+ #: admin.inc.php:476
489
  msgid "Reset count"
490
  msgstr "Reiniciar los ajustes"
491
 
492
+ #: admin.inc.php:479
493
  msgid ""
494
  "This cannot be reversed. Make sure that your database has been backed up "
495
  "before proceeding"
497
  "Esta operación no puede ser anulada. Antes de anular, asegúrese de que si ha "
498
  "sido creada una copia de seguridad para su base de datos."
499
 
500
+ #: admin.inc.php:482
501
  #, fuzzy
502
  msgid "Reset Popular Posts"
503
  msgstr "Los posts más populares"
504
 
505
+ #: admin.inc.php:482
506
  msgid "Are you sure you want to reset the popular posts?"
507
  msgstr "¿Está seguro de que desea reiniciar los posts más populares?"
508
 
509
+ #: admin.inc.php:483
510
  #, fuzzy
511
  msgid "Reset Daily Popular Posts"
512
  msgstr "Los posts diarios más populares"
513
 
514
+ #: admin.inc.php:483
515
  msgid "Are you sure you want to reset the daily popular posts?"
516
  msgstr "¿Está seguro de que desea reiniciar los posts diarios más populares?"
517
 
518
+ #: admin.inc.php:484
519
  msgid "Clear duplicates"
520
  msgstr ""
521
 
522
+ #: admin.inc.php:484
523
  msgid "This will delete the duplicate entries in the tables. Proceed?"
524
  msgstr ""
525
  "Esta acción eliminará las entradas duplicadas en las tablas. ¿Continuar?"
526
 
527
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
528
  msgid "Popular Posts"
529
  msgstr "Los posts más populares"
530
 
531
+ #: admin.inc.php:528 admin.inc.php:615
532
  msgid "Daily Popular Posts"
533
  msgstr "Los posts diarios más populares"
534
 
535
+ #: admin.inc.php:556
536
  msgid "Support the development"
537
  msgstr "Apoyar al elaborador"
538
 
539
+ #: admin.inc.php:564
540
  msgid "Enter amount in USD: "
541
  msgstr "Ingresar las cifras en USD"
542
 
543
+ #: admin.inc.php:568
544
  msgid "Send your donation to the author of"
545
  msgstr "Enviar su subvención al autor"
546
 
547
+ #: admin.inc.php:574
548
  msgid "Follow us"
549
  msgstr ""
550
 
551
+ #: admin.inc.php:580
552
  #, fuzzy
553
  msgid "Quick Links"
554
  msgstr "Enlaces rápidos"
555
 
556
+ #: admin.inc.php:582
557
  #, fuzzy
558
  msgid "Top 10 plugin page"
559
  msgstr "página plugin"
560
 
561
+ #: admin.inc.php:583
562
  msgid "Other plugins"
563
  msgstr "Otros plugins"
564
 
565
+ #: admin.inc.php:584
566
  msgid "Ajay's blog"
567
  msgstr "Blog de Ajay"
568
 
569
+ #: admin.inc.php:585 top-10.php:1062
570
  msgid "Support"
571
  msgstr "Apoyo"
572
 
573
+ #: admin.inc.php:589
574
  msgid "Recent developments"
575
  msgstr "Evolución reciente"
576
 
577
+ #: admin.inc.php:606 admin.inc.php:609
578
  #, fuzzy
579
  msgid "Top 10 Settings"
580
  msgstr "Los ajustes"
581
 
582
+ #: admin.inc.php:606
583
  msgid "Top 10"
584
  msgstr "Тоp 10"
585
 
586
+ #: admin.inc.php:612
587
  #, fuzzy
588
  msgid "Overall Popular Posts"
589
  msgstr "Ver los posts más populares"
590
 
591
+ #: admin.inc.php:754
592
  msgid "Results"
593
  msgstr "Resultados"
594
 
595
+ #: admin.inc.php:756 admin.inc.php:762
596
  msgid "of"
597
  msgstr "de, a "
598
 
599
+ #: admin.inc.php:760
600
  msgid "Page"
601
  msgstr "La página"
602
 
603
+ #: admin.inc.php:774
604
  msgid "View Daily Popular Posts"
605
  msgstr "Ver los posts diarios más populares"
606
 
607
+ #: admin.inc.php:777 admin.inc.php:790
608
  msgid "Results per-page:"
609
  msgstr "Los resultados por página:"
610
 
611
+ #: admin.inc.php:787
612
  msgid "View Overall Popular Posts"
613
  msgstr "Ver los posts más populares"
614
 
615
+ #: admin.inc.php:816
616
  msgid "Previous"
617
  msgstr "Precedentes"
618
 
619
+ #: admin.inc.php:834
620
  msgid "Next"
621
  msgstr "Siguientes"
622
 
623
+ #: admin.inc.php:875
624
  msgid "Daily Popular"
625
  msgstr "Diario Populares"
626
 
627
+ #: admin.inc.php:891
628
  msgid "Total / Today's Views"
629
  msgstr "Total/Visitas de hoy"
630
 
631
+ #: top-10.php:467
632
  msgid "Display the posts popular this week"
633
  msgstr "Mostrar los posts populares de esta semana"
634
 
635
+ #: top-10.php:481
636
  msgid "Title"
637
  msgstr ""
638
 
639
+ #: top-10.php:486
640
  msgid "No. of posts"
641
  msgstr ""
642
 
643
+ #: top-10.php:491
644
  msgid "Overall"
645
  msgstr ""
646
 
647
+ #: top-10.php:492
648
  msgid "Custom time period (Enter below)"
649
  msgstr ""
650
 
651
+ #: top-10.php:497
652
  msgid "Range in number of days (applies only to custom option above)"
653
  msgstr ""
654
 
655
+ #: top-10.php:501
656
  #, fuzzy
657
  msgid "Thumbnail options"
658
  msgstr "Los parámetros del thumbnail:"
659
 
660
+ #: top-10.php:503
661
  #, fuzzy
662
  msgid "Thumbnails inline, before title"
663
  msgstr "Mostrar el thumbnails en línea con los posts, antes del título"
664
 
665
+ #: top-10.php:504
666
  #, fuzzy
667
  msgid "Thumbnails inline, after title"
668
  msgstr "Mostrar el thumbnails en línea con los posts, después del título"
669
 
670
+ #: top-10.php:505
671
  #, fuzzy
672
  msgid "Only thumbnails, no text"
673
  msgstr "Mostrar solamente thumbnails, no el texto"
674
 
675
+ #: top-10.php:506
676
  #, fuzzy
677
  msgid "No thumbnails, only text."
678
  msgstr "No mostrar thumbnails, sólo el texto"
679
 
680
+ #: top-10.php:511
681
  #, fuzzy
682
  msgid " Show excerpt?"
683
  msgstr "¿Mostrar un fragmento del post en la lista?"
684
 
685
+ #: top-10.php:586
686
  msgid "<h3>Popular Posts</h3>"
687
  msgstr "Los posts populares"
688
 
689
+ #: top-10.php:587
690
  msgid "<h3>Daily Popular</h3>"
691
  msgstr "Diario Populares"
692
 
693
+ #: top-10.php:588
694
  #, fuzzy
695
  msgid "No top posts yet"
696
  msgstr "Reiniciar el Top de los 10 posts más populares"
697
 
698
+ #: top-10.php:1028
699
  msgid "Once Weekly"
700
  msgstr ""
701
 
702
+ #: top-10.php:1029
703
  msgid "Once Fortnightly"
704
  msgstr ""
705
 
706
+ #: top-10.php:1030
707
  msgid "Once Monthly"
708
  msgstr ""
709
 
710
+ #: top-10.php:1050
711
  msgid "Settings"
712
  msgstr "Los ajustes"
713
 
714
+ #: top-10.php:1063
715
  msgid "Donate"
716
  msgstr "Subvencionar"
717
 
718
+ #, fuzzy
719
+ #~ msgid "Exclude Pages?"
720
+ #~ msgstr "Excluir las Categorías"
721
+
722
+ #~ msgid ""
723
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
724
+ #~ "continue to be counted."
725
+ #~ msgstr ""
726
+ #~ "¿Excluir la Páginas que muestran los posts más Populares? También será "
727
+ #~ "contado el número de visitas"
728
+
729
  #~ msgid "Follow @ajaydsouza on Twitter"
730
  #~ msgstr "Seguir @ajaydsouza en Twitter"
731
 
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-06-30 14:29-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"
@@ -12,123 +12,145 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Les options sont sauvegardées avec succès"
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Options par défaut sont définies"
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
37
 
38
- #: admin.inc.php:111
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:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Le nombre de populaires sur le forum"
72
 
73
- #: admin.inc.php:163
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:167
79
- #, fuzzy
80
- msgid "Exclude Pages?"
81
- msgstr "Exclure les catégories:"
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "Éliminer d'affichage les pages du message populaire? Le nombre des "
89
- "visionnage des pages qui seront toujours prises en compte."
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr "Exclure les catégories:"
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "Afficher le nombre des visionnages du message?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "Page"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
@@ -136,24 +158,24 @@ msgstr ""
136
  "JavaScript, le chargement du poste peut augmenter le temps du chargement de "
137
  "la page"
138
 
139
- #: admin.inc.php:207
140
  msgid "Track visits of authors on their own posts?"
141
  msgstr "Suivre les visites des auteurs de leurs propres messages?"
142
 
143
- #: admin.inc.php:210
144
  #, fuzzy
145
  msgid "Track visits of admins?"
146
  msgstr "Suivre les visites des auteurs de leurs propres messages?"
147
 
148
- #: admin.inc.php:213
149
  msgid "Display page views on Posts > All Posts in Admin"
150
  msgstr ""
151
 
152
- #: admin.inc.php:216
153
  msgid "Link to Top 10 plugin page"
154
  msgstr ""
155
 
156
- #: admin.inc.php:218
157
  #, fuzzy
158
  msgid ""
159
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -163,16 +185,16 @@ msgstr ""
163
  "le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
164
  "mais nous vous y remercions!"
165
 
166
- #: admin.inc.php:225
167
  #, fuzzy
168
  msgid "Output Options"
169
  msgstr "Paramètres de sortie"
170
 
171
- #: admin.inc.php:228
172
  msgid "Format to display the count in: "
173
  msgstr "Format d’affichage de la quantité en:"
174
 
175
- #: admin.inc.php:230
176
  #, fuzzy
177
  msgid ""
178
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -185,113 +207,153 @@ msgstr ""
185
  "utiliser par exemple, les paramètres d'affichage par défaut <code>(Visited "
186
  "123 times, 23 visits today)</code>"
187
 
188
- #: admin.inc.php:233
189
  msgid "Title of popular posts: "
190
  msgstr "Les en-têtes des messages populaires"
191
 
192
- #: admin.inc.php:236
193
  msgid "Title of daily popular posts: "
194
  msgstr "Les en-têtes des messages populaires journaliers"
195
 
196
- #: admin.inc.php:239
197
  msgid "When there are no posts, what should be shown?"
198
  msgstr ""
199
 
200
- #: admin.inc.php:243
201
  msgid "Blank Output"
202
  msgstr ""
203
 
204
- #: admin.inc.php:247
205
  msgid "Display:"
206
  msgstr ""
207
 
208
- #: admin.inc.php:251
209
  msgid "Show post excerpt in list?"
210
  msgstr "Afficher le fragment du message dans la liste?"
211
 
212
- #: admin.inc.php:254
213
  msgid "Length of excerpt (in words): "
214
  msgstr "Longueur du fragment (mots):"
215
 
216
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
217
  msgid "Display number of page views in popular lists?"
218
  msgstr ""
219
  "Afficher le nombre des visionnages des pages dans les listes de popularité?"
220
 
221
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  msgid "Customize the output:"
223
  msgstr "Paramétrer la sortie:"
224
 
225
- #: admin.inc.php:262
226
  msgid "HTML to display before the list of posts: "
227
  msgstr "HTML d'affichage avant la liste des messages:"
228
 
229
- #: admin.inc.php:265
230
  msgid "HTML to display before each list item: "
231
  msgstr "HTML d'affichage avant chaque élément de la liste:"
232
 
233
- #: admin.inc.php:268
234
  msgid "HTML to display after each list item: "
235
  msgstr "HTML d'affichage après chaque élément de la liste:"
236
 
237
- #: admin.inc.php:271
238
  msgid "HTML to display after the list of posts: "
239
  msgstr "HTML d'affichage après la liste des messages:"
240
 
241
- #: admin.inc.php:274
242
  msgid "Post thumbnail options:"
243
  msgstr "Options thumbnail des messages:"
244
 
245
- #: admin.inc.php:276
246
  msgid "Location of post thumbnail:"
247
  msgstr ""
248
 
249
- #: admin.inc.php:280
250
  msgid "Display thumbnails inline with posts, before title"
251
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
252
 
253
- #: admin.inc.php:284
254
  msgid "Display thumbnails inline with posts, after title"
255
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
256
 
257
- #: admin.inc.php:288
258
  msgid "Display only thumbnails, no text"
259
  msgstr "Afficher uniquement le thumbnail, sans le texte"
260
 
261
- #: admin.inc.php:292
262
  msgid "Do not display thumbnails, only text."
263
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
264
 
265
- #: admin.inc.php:296
266
- msgid "Maximum width of the thumbnail: "
 
 
 
 
267
  msgstr ""
268
 
269
- #: admin.inc.php:299
270
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: admin.inc.php:302
274
  msgid "Use timthumb to generate thumbnails? "
275
  msgstr ""
276
 
277
- #: admin.inc.php:303
278
  msgid ""
279
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
280
  "\">timthumb</a> will be used to generate thumbnails"
281
  msgstr ""
282
 
283
- #: admin.inc.php:305
284
  #, fuzzy
285
  msgid "Post thumbnail meta field name: "
286
  msgstr "Options thumbnail des messages:"
287
 
288
- #: admin.inc.php:306
289
  msgid ""
290
  "The value of this field should contain the image source and is set in the "
291
  "<em>Add New Post</em> screen"
292
  msgstr ""
293
 
294
- #: admin.inc.php:308
295
  #, fuzzy
296
  msgid ""
297
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -302,7 +364,7 @@ msgstr ""
302
  "première image de la résolution correspondante du fichier est de taille "
303
  "supérieure"
304
 
305
- #: admin.inc.php:309
306
  #, fuzzy
307
  msgid ""
308
  "This could slow down the loading of your page if the first image in the "
@@ -313,11 +375,11 @@ msgstr ""
313
  "première image de la résolution correspondante du fichier est de taille "
314
  "supérieure"
315
 
316
- #: admin.inc.php:311
317
  msgid "Use default thumbnail? "
318
  msgstr ""
319
 
320
- #: admin.inc.php:312
321
  msgid ""
322
  "If checked, when no thumbnail is found, show a default one from the URL "
323
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -326,109 +388,109 @@ msgstr ""
326
  "Thumbnail par défaut. S'il n'a pas été déterminé, que le thumbnail n'a pas "
327
  "été retrouvé, ne pas afficher l'image."
328
 
329
- #: admin.inc.php:314
330
  msgid "Default thumbnail: "
331
  msgstr ""
332
 
333
- #: admin.inc.php:315
334
  msgid ""
335
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
336
  "then it will check the meta field. If this is not available, then it will "
337
  "show the default image as specified above"
338
  msgstr ""
339
 
340
- #: admin.inc.php:321
341
  msgid "Custom Styles"
342
  msgstr ""
343
 
344
- #: admin.inc.php:324
345
  msgid "Custom CSS to add to header:"
346
  msgstr ""
347
 
348
- #: admin.inc.php:327
349
  msgid ""
350
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
351
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
352
  "available CSS classes to style."
353
  msgstr ""
354
 
355
- #: admin.inc.php:334
356
  msgid "Maintenance"
357
  msgstr ""
358
 
359
- #: admin.inc.php:338
360
  msgid ""
361
  "Over time the Daily Top 10 database grows in size, which reduces the "
362
  "performance of the plugin. Cleaning the database at regular intervals could "
363
  "improve performance, especially on high traffic blogs."
364
  msgstr ""
365
 
366
- #: admin.inc.php:339
367
  msgid ""
368
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
369
  "everytime the job is rescheduled (i.e. you change the settings below). This "
370
  "causes the daily posts table to reset."
371
  msgstr ""
372
 
373
- #: admin.inc.php:342
374
  msgid "Enable scheduled maintenance of daily tables:"
375
  msgstr ""
376
 
377
- #: admin.inc.php:346
378
  msgid "Time to run maintenance"
379
  msgstr ""
380
 
381
- #: admin.inc.php:349
382
  msgid "How often should the maintenance be run:"
383
  msgstr ""
384
 
385
- #: admin.inc.php:353
386
  msgid "Daily"
387
  msgstr ""
388
 
389
- #: admin.inc.php:357
390
  msgid "Weekly"
391
  msgstr ""
392
 
393
- #: admin.inc.php:361
394
  msgid "Fortnightly"
395
  msgstr ""
396
 
397
- #: admin.inc.php:365
398
  msgid "Monthly"
399
  msgstr ""
400
 
401
- #: admin.inc.php:374
402
  msgid "The cron job has been scheduled. Maintenance will run "
403
  msgstr ""
404
 
405
- #: admin.inc.php:379
406
  msgid "The cron job is missing. Please resave this page to add the job"
407
  msgstr ""
408
 
409
- #: admin.inc.php:384
410
  msgid "Maintenance is turned off"
411
  msgstr ""
412
 
413
- #: admin.inc.php:392
414
  #, fuzzy
415
  msgid "Save Options"
416
  msgstr "Options:"
417
 
418
- #: admin.inc.php:393
419
  #, fuzzy
420
  msgid "Default Options"
421
  msgstr "Paramètres de sortie"
422
 
423
- #: admin.inc.php:393
424
  msgid "Do you want to set options to Default?"
425
  msgstr "Définir les paramètres par défaut?"
426
 
427
- #: admin.inc.php:397
428
  msgid "Reset count"
429
  msgstr "Réinitialiser le compteur"
430
 
431
- #: admin.inc.php:400
432
  msgid ""
433
  "This cannot be reversed. Make sure that your database has been backed up "
434
  "before proceeding"
@@ -436,224 +498,235 @@ msgstr ""
436
  "Cette action ne peut être annulée. Assurez-vous que la base de données a été "
437
  "sauvegardée avant de poursuivre."
438
 
439
- #: admin.inc.php:403
440
  #, fuzzy
441
  msgid "Reset Popular Posts"
442
  msgstr "Postes populaires"
443
 
444
- #: admin.inc.php:403
445
  msgid "Are you sure you want to reset the popular posts?"
446
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires?"
447
 
448
- #: admin.inc.php:404
449
  #, fuzzy
450
  msgid "Reset Daily Popular Posts"
451
  msgstr "Postes populaires journaliers"
452
 
453
- #: admin.inc.php:404
454
  msgid "Are you sure you want to reset the daily popular posts?"
455
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires journaliers?"
456
 
457
- #: admin.inc.php:405
458
  msgid "Clear duplicates"
459
  msgstr ""
460
 
461
- #: admin.inc.php:405
462
  msgid "This will delete the duplicate entries in the tables. Proceed?"
463
  msgstr ""
464
  "Cela supprimera les doubles des enregistrements dans les tableaux. Continuer?"
465
 
466
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
467
  msgid "Popular Posts"
468
  msgstr "Postes populaires"
469
 
470
- #: admin.inc.php:449 admin.inc.php:536
471
  msgid "Daily Popular Posts"
472
  msgstr "Postes populaires journaliers"
473
 
474
- #: admin.inc.php:477
475
  msgid "Support the development"
476
  msgstr "Soutenir le projet"
477
 
478
- #: admin.inc.php:485
479
  msgid "Enter amount in USD: "
480
  msgstr "Saisir le montant en dollars US"
481
 
482
- #: admin.inc.php:489
483
  msgid "Send your donation to the author of"
484
  msgstr "Envoyer sa dotation à l'auteur"
485
 
486
- #: admin.inc.php:495
487
  msgid "Follow us"
488
  msgstr ""
489
 
490
- #: admin.inc.php:501
491
  #, fuzzy
492
  msgid "Quick Links"
493
  msgstr "Liens rapides"
494
 
495
- #: admin.inc.php:503
496
  #, fuzzy
497
  msgid "Top 10 plugin page"
498
  msgstr "Page de plugin"
499
 
500
- #: admin.inc.php:504
501
  msgid "Other plugins"
502
  msgstr "Autres plugins"
503
 
504
- #: admin.inc.php:505
505
  msgid "Ajay's blog"
506
  msgstr "Blog Ajay"
507
 
508
- #: admin.inc.php:506 top-10.php:921
509
  msgid "Support"
510
  msgstr "Service d'assistance"
511
 
512
- #: admin.inc.php:510
513
  msgid "Recent developments"
514
  msgstr "Les derniers projets"
515
 
516
- #: admin.inc.php:527 admin.inc.php:530
517
  #, fuzzy
518
  msgid "Top 10 Settings"
519
  msgstr "Paramètres"
520
 
521
- #: admin.inc.php:527
522
  msgid "Top 10"
523
  msgstr "Тоp 10"
524
 
525
- #: admin.inc.php:533
526
  #, fuzzy
527
  msgid "Overall Popular Posts"
528
  msgstr "Voir tous les postes populaires"
529
 
530
- #: admin.inc.php:675
531
  msgid "Results"
532
  msgstr "Résultats"
533
 
534
- #: admin.inc.php:677 admin.inc.php:683
535
  msgid "of"
536
  msgstr "de, du, de la, des"
537
 
538
- #: admin.inc.php:681
539
  msgid "Page"
540
  msgstr "Page"
541
 
542
- #: admin.inc.php:695
543
  msgid "View Daily Popular Posts"
544
  msgstr "Voir les postes populaires journaliers"
545
 
546
- #: admin.inc.php:698 admin.inc.php:711
547
  msgid "Results per-page:"
548
  msgstr "Résultats par page:"
549
 
550
- #: admin.inc.php:708
551
  msgid "View Overall Popular Posts"
552
  msgstr "Voir tous les postes populaires"
553
 
554
- #: admin.inc.php:737
555
  msgid "Previous"
556
  msgstr "Précédente"
557
 
558
- #: admin.inc.php:755
559
  msgid "Next"
560
  msgstr "Suivante"
561
 
562
- #: admin.inc.php:796
563
  msgid "Daily Popular"
564
  msgstr "Populaires journaliers"
565
 
566
- #: admin.inc.php:812
567
  msgid "Total / Today's Views"
568
  msgstr "Total/aujourd'hui visionnages"
569
 
570
- #: top-10.php:403
571
  msgid "Display the posts popular this week"
572
  msgstr "Afficher les postes populaires de la semaine"
573
 
574
- #: top-10.php:417
575
  msgid "Title"
576
  msgstr ""
577
 
578
- #: top-10.php:422
579
  msgid "No. of posts"
580
  msgstr ""
581
 
582
- #: top-10.php:427
583
  msgid "Overall"
584
  msgstr ""
585
 
586
- #: top-10.php:428
587
  msgid "Custom time period (Enter below)"
588
  msgstr ""
589
 
590
- #: top-10.php:433
591
  msgid "Range in number of days (applies only to custom option above)"
592
  msgstr ""
593
 
594
- #: top-10.php:437
595
  #, fuzzy
596
  msgid "Thumbnail options"
597
  msgstr "Options thumbnail des messages:"
598
 
599
- #: top-10.php:439
600
  #, fuzzy
601
  msgid "Thumbnails inline, before title"
602
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
603
 
604
- #: top-10.php:440
605
  #, fuzzy
606
  msgid "Thumbnails inline, after title"
607
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
608
 
609
- #: top-10.php:441
610
  #, fuzzy
611
  msgid "Only thumbnails, no text"
612
  msgstr "Afficher uniquement le thumbnail, sans le texte"
613
 
614
- #: top-10.php:442
615
  #, fuzzy
616
  msgid "No thumbnails, only text."
617
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
618
 
619
- #: top-10.php:447
620
  #, fuzzy
621
  msgid " Show excerpt?"
622
  msgstr "Afficher le fragment du message dans la liste?"
623
 
624
- #: top-10.php:522
625
  msgid "<h3>Popular Posts</h3>"
626
  msgstr "<h3>Postes populaires</h3>"
627
 
628
- #: top-10.php:523
629
  msgid "<h3>Daily Popular</h3>"
630
  msgstr "<h3>Populaires Journaliers</h3>"
631
 
632
- #: top-10.php:524
633
  #, fuzzy
634
  msgid "No top posts yet"
635
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
636
 
637
- #: top-10.php:887
638
  msgid "Once Weekly"
639
  msgstr ""
640
 
641
- #: top-10.php:888
642
  msgid "Once Fortnightly"
643
  msgstr ""
644
 
645
- #: top-10.php:889
646
  msgid "Once Monthly"
647
  msgstr ""
648
 
649
- #: top-10.php:909
650
  msgid "Settings"
651
  msgstr "Paramètres"
652
 
653
- #: top-10.php:922
654
  msgid "Donate"
655
  msgstr "Conribuer"
656
 
 
 
 
 
 
 
 
 
 
 
 
657
  #~ msgid "Follow @ajaydsouza on Twitter"
658
  #~ msgstr "Follow @ajaydsouza sur Twitter"
659
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Les options sont sauvegardées avec succès"
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Options par défaut sont définies"
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
37
 
38
+ #: admin.inc.php:144
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:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
79
+ msgid "Post types to include in results (including custom post types)"
80
+ msgstr ""
 
81
 
82
+ #: admin.inc.php:210
83
+ msgid "List of post or page IDs to exclude from the results: "
 
 
84
  msgstr ""
 
 
85
 
86
+ #: admin.inc.php:214
87
  msgid "Exclude Categories: "
88
  msgstr "Exclure les catégories:"
89
 
90
+ #: admin.inc.php:229
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:234
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Afficher le nombre des visionnages du message?"
101
 
102
+ #: admin.inc.php:236
103
  msgid "Posts"
104
  msgstr ""
105
 
106
+ #: admin.inc.php:237
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Page"
110
 
111
+ #: admin.inc.php:238
112
+ msgid "Home page"
113
+ msgstr ""
114
+
115
+ #: admin.inc.php:239
116
+ msgid "Feeds"
117
+ msgstr ""
118
+
119
+ #: admin.inc.php:240
120
+ msgid "Category archives"
121
+ msgstr ""
122
+
123
+ #: admin.inc.php:241
124
+ msgid "Tag archives"
125
+ msgstr ""
126
+
127
+ #: admin.inc.php:242
128
+ msgid "Other archives"
129
+ msgstr ""
130
+
131
+ #: admin.inc.php:243
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:246
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
+ #: admin.inc.php:248
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"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:251
150
  msgid "Always display latest post count in the daily lists"
151
  msgstr ""
152
 
153
+ #: admin.inc.php:253
154
  #, fuzzy
155
  msgid "This option uses JavaScript and will increase your page load time"
156
  msgstr ""
158
  "JavaScript, le chargement du poste peut augmenter le temps du chargement de "
159
  "la page"
160
 
161
+ #: admin.inc.php:256
162
  msgid "Track visits of authors on their own posts?"
163
  msgstr "Suivre les visites des auteurs de leurs propres messages?"
164
 
165
+ #: admin.inc.php:259
166
  #, fuzzy
167
  msgid "Track visits of admins?"
168
  msgstr "Suivre les visites des auteurs de leurs propres messages?"
169
 
170
+ #: admin.inc.php:262
171
  msgid "Display page views on Posts > All Posts in Admin"
172
  msgstr ""
173
 
174
+ #: admin.inc.php:265
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
+ #: admin.inc.php:267
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
185
  "le répertoire des enregistrements populaires. Cela n'est pas obligatoire, "
186
  "mais nous vous y remercions!"
187
 
188
+ #: admin.inc.php:274
189
  #, fuzzy
190
  msgid "Output Options"
191
  msgstr "Paramètres de sortie"
192
 
193
+ #: admin.inc.php:277
194
  msgid "Format to display the count in: "
195
  msgstr "Format d’affichage de la quantité en:"
196
 
197
+ #: admin.inc.php:279
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
207
  "utiliser par exemple, les paramètres d'affichage par défaut <code>(Visited "
208
  "123 times, 23 visits today)</code>"
209
 
210
+ #: admin.inc.php:282
211
  msgid "Title of popular posts: "
212
  msgstr "Les en-têtes des messages populaires"
213
 
214
+ #: admin.inc.php:285
215
  msgid "Title of daily popular posts: "
216
  msgstr "Les en-têtes des messages populaires journaliers"
217
 
218
+ #: admin.inc.php:288
219
  msgid "When there are no posts, what should be shown?"
220
  msgstr ""
221
 
222
+ #: admin.inc.php:292
223
  msgid "Blank Output"
224
  msgstr ""
225
 
226
+ #: admin.inc.php:296
227
  msgid "Display:"
228
  msgstr ""
229
 
230
+ #: admin.inc.php:300
231
  msgid "Show post excerpt in list?"
232
  msgstr "Afficher le fragment du message dans la liste?"
233
 
234
+ #: admin.inc.php:303
235
  msgid "Length of excerpt (in words): "
236
  msgstr "Longueur du fragment (mots):"
237
 
238
+ #: admin.inc.php:306
239
+ #, fuzzy
240
+ msgid "Show post date in list?"
241
+ msgstr "Afficher le fragment du message dans la liste?"
242
+
243
+ #: admin.inc.php:309
244
+ msgid "Limit post title length (in characters)"
245
+ msgstr ""
246
+
247
+ #: admin.inc.php:312
248
  msgid "Display number of page views in popular lists?"
249
  msgstr ""
250
  "Afficher le nombre des visionnages des pages dans les listes de popularité?"
251
 
252
+ #: admin.inc.php:315
253
+ msgid "Open links in new window"
254
+ msgstr ""
255
+
256
+ #: admin.inc.php:318
257
+ msgid "Add nofollow attribute to links in the list"
258
+ msgstr ""
259
+
260
+ #: admin.inc.php:321
261
+ msgid "Exclude display of related posts on these posts / pages"
262
+ msgstr ""
263
+
264
+ #: admin.inc.php:324
265
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
266
+ msgstr ""
267
+
268
+ #: admin.inc.php:327
269
  msgid "Customize the output:"
270
  msgstr "Paramétrer la sortie:"
271
 
272
+ #: admin.inc.php:329
273
  msgid "HTML to display before the list of posts: "
274
  msgstr "HTML d'affichage avant la liste des messages:"
275
 
276
+ #: admin.inc.php:332
277
  msgid "HTML to display before each list item: "
278
  msgstr "HTML d'affichage avant chaque élément de la liste:"
279
 
280
+ #: admin.inc.php:335
281
  msgid "HTML to display after each list item: "
282
  msgstr "HTML d'affichage après chaque élément de la liste:"
283
 
284
+ #: admin.inc.php:338
285
  msgid "HTML to display after the list of posts: "
286
  msgstr "HTML d'affichage après la liste des messages:"
287
 
288
+ #: admin.inc.php:341
289
  msgid "Post thumbnail options:"
290
  msgstr "Options thumbnail des messages:"
291
 
292
+ #: admin.inc.php:343
293
  msgid "Location of post thumbnail:"
294
  msgstr ""
295
 
296
+ #: admin.inc.php:347
297
  msgid "Display thumbnails inline with posts, before title"
298
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
299
 
300
+ #: admin.inc.php:351
301
  msgid "Display thumbnails inline with posts, after title"
302
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
303
 
304
+ #: admin.inc.php:355
305
  msgid "Display only thumbnails, no text"
306
  msgstr "Afficher uniquement le thumbnail, sans le texte"
307
 
308
+ #: admin.inc.php:359
309
  msgid "Do not display thumbnails, only text."
310
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
311
 
312
+ #: admin.inc.php:363
313
+ msgid "Width of the thumbnail: "
314
+ msgstr ""
315
+
316
+ #: admin.inc.php:366
317
+ msgid "Height of the thumbnail: "
318
  msgstr ""
319
 
320
+ #: admin.inc.php:369
321
+ msgid "Style attributes / Width and Height HTML attributes:"
322
+ msgstr ""
323
+
324
+ #: admin.inc.php:373
325
+ msgid ""
326
+ "Style attributes are used for width and height. <code>style=\"max-width:"
327
+ msgstr ""
328
+
329
+ #: admin.inc.php:377
330
+ msgid ""
331
+ "HTML width and height attributes are used for width and height. <code>width="
332
+ "\""
333
  msgstr ""
334
 
335
+ #: admin.inc.php:381
336
  msgid "Use timthumb to generate thumbnails? "
337
  msgstr ""
338
 
339
+ #: admin.inc.php:382
340
  msgid ""
341
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
342
  "\">timthumb</a> will be used to generate thumbnails"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:384
346
  #, fuzzy
347
  msgid "Post thumbnail meta field name: "
348
  msgstr "Options thumbnail des messages:"
349
 
350
+ #: admin.inc.php:385
351
  msgid ""
352
  "The value of this field should contain the image source and is set in the "
353
  "<em>Add New Post</em> screen"
354
  msgstr ""
355
 
356
+ #: admin.inc.php:387
357
  #, fuzzy
358
  msgid ""
359
  "If the postmeta is not set, then should the plugin extract the first image "
364
  "première image de la résolution correspondante du fichier est de taille "
365
  "supérieure"
366
 
367
+ #: admin.inc.php:388
368
  #, fuzzy
369
  msgid ""
370
  "This could slow down the loading of your page if the first image in the "
375
  "première image de la résolution correspondante du fichier est de taille "
376
  "supérieure"
377
 
378
+ #: admin.inc.php:390
379
  msgid "Use default thumbnail? "
380
  msgstr ""
381
 
382
+ #: admin.inc.php:391
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."
388
  "Thumbnail par défaut. S'il n'a pas été déterminé, que le thumbnail n'a pas "
389
  "été retrouvé, ne pas afficher l'image."
390
 
391
+ #: admin.inc.php:393
392
  msgid "Default thumbnail: "
393
  msgstr ""
394
 
395
+ #: admin.inc.php:394
396
  msgid ""
397
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
398
  "then it will check the meta field. If this is not available, then it will "
399
  "show the default image as specified above"
400
  msgstr ""
401
 
402
+ #: admin.inc.php:400
403
  msgid "Custom Styles"
404
  msgstr ""
405
 
406
+ #: admin.inc.php:403
407
  msgid "Custom CSS to add to header:"
408
  msgstr ""
409
 
410
+ #: admin.inc.php:406
411
  msgid ""
412
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
413
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
414
  "available CSS classes to style."
415
  msgstr ""
416
 
417
+ #: admin.inc.php:413
418
  msgid "Maintenance"
419
  msgstr ""
420
 
421
+ #: admin.inc.php:417
422
  msgid ""
423
  "Over time the Daily Top 10 database grows in size, which reduces the "
424
  "performance of the plugin. Cleaning the database at regular intervals could "
425
  "improve performance, especially on high traffic blogs."
426
  msgstr ""
427
 
428
+ #: admin.inc.php:418
429
  msgid ""
430
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
431
  "everytime the job is rescheduled (i.e. you change the settings below). This "
432
  "causes the daily posts table to reset."
433
  msgstr ""
434
 
435
+ #: admin.inc.php:421
436
  msgid "Enable scheduled maintenance of daily tables:"
437
  msgstr ""
438
 
439
+ #: admin.inc.php:425
440
  msgid "Time to run maintenance"
441
  msgstr ""
442
 
443
+ #: admin.inc.php:428
444
  msgid "How often should the maintenance be run:"
445
  msgstr ""
446
 
447
+ #: admin.inc.php:432
448
  msgid "Daily"
449
  msgstr ""
450
 
451
+ #: admin.inc.php:436
452
  msgid "Weekly"
453
  msgstr ""
454
 
455
+ #: admin.inc.php:440
456
  msgid "Fortnightly"
457
  msgstr ""
458
 
459
+ #: admin.inc.php:444
460
  msgid "Monthly"
461
  msgstr ""
462
 
463
+ #: admin.inc.php:453
464
  msgid "The cron job has been scheduled. Maintenance will run "
465
  msgstr ""
466
 
467
+ #: admin.inc.php:458
468
  msgid "The cron job is missing. Please resave this page to add the job"
469
  msgstr ""
470
 
471
+ #: admin.inc.php:463
472
  msgid "Maintenance is turned off"
473
  msgstr ""
474
 
475
+ #: admin.inc.php:471
476
  #, fuzzy
477
  msgid "Save Options"
478
  msgstr "Options:"
479
 
480
+ #: admin.inc.php:472
481
  #, fuzzy
482
  msgid "Default Options"
483
  msgstr "Paramètres de sortie"
484
 
485
+ #: admin.inc.php:472
486
  msgid "Do you want to set options to Default?"
487
  msgstr "Définir les paramètres par défaut?"
488
 
489
+ #: admin.inc.php:476
490
  msgid "Reset count"
491
  msgstr "Réinitialiser le compteur"
492
 
493
+ #: admin.inc.php:479
494
  msgid ""
495
  "This cannot be reversed. Make sure that your database has been backed up "
496
  "before proceeding"
498
  "Cette action ne peut être annulée. Assurez-vous que la base de données a été "
499
  "sauvegardée avant de poursuivre."
500
 
501
+ #: admin.inc.php:482
502
  #, fuzzy
503
  msgid "Reset Popular Posts"
504
  msgstr "Postes populaires"
505
 
506
+ #: admin.inc.php:482
507
  msgid "Are you sure you want to reset the popular posts?"
508
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires?"
509
 
510
+ #: admin.inc.php:483
511
  #, fuzzy
512
  msgid "Reset Daily Popular Posts"
513
  msgstr "Postes populaires journaliers"
514
 
515
+ #: admin.inc.php:483
516
  msgid "Are you sure you want to reset the daily popular posts?"
517
  msgstr "Êtes-vous sûr de vouloir annuler les postes populaires journaliers?"
518
 
519
+ #: admin.inc.php:484
520
  msgid "Clear duplicates"
521
  msgstr ""
522
 
523
+ #: admin.inc.php:484
524
  msgid "This will delete the duplicate entries in the tables. Proceed?"
525
  msgstr ""
526
  "Cela supprimera les doubles des enregistrements dans les tableaux. Continuer?"
527
 
528
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
529
  msgid "Popular Posts"
530
  msgstr "Postes populaires"
531
 
532
+ #: admin.inc.php:528 admin.inc.php:615
533
  msgid "Daily Popular Posts"
534
  msgstr "Postes populaires journaliers"
535
 
536
+ #: admin.inc.php:556
537
  msgid "Support the development"
538
  msgstr "Soutenir le projet"
539
 
540
+ #: admin.inc.php:564
541
  msgid "Enter amount in USD: "
542
  msgstr "Saisir le montant en dollars US"
543
 
544
+ #: admin.inc.php:568
545
  msgid "Send your donation to the author of"
546
  msgstr "Envoyer sa dotation à l'auteur"
547
 
548
+ #: admin.inc.php:574
549
  msgid "Follow us"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:580
553
  #, fuzzy
554
  msgid "Quick Links"
555
  msgstr "Liens rapides"
556
 
557
+ #: admin.inc.php:582
558
  #, fuzzy
559
  msgid "Top 10 plugin page"
560
  msgstr "Page de plugin"
561
 
562
+ #: admin.inc.php:583
563
  msgid "Other plugins"
564
  msgstr "Autres plugins"
565
 
566
+ #: admin.inc.php:584
567
  msgid "Ajay's blog"
568
  msgstr "Blog Ajay"
569
 
570
+ #: admin.inc.php:585 top-10.php:1062
571
  msgid "Support"
572
  msgstr "Service d'assistance"
573
 
574
+ #: admin.inc.php:589
575
  msgid "Recent developments"
576
  msgstr "Les derniers projets"
577
 
578
+ #: admin.inc.php:606 admin.inc.php:609
579
  #, fuzzy
580
  msgid "Top 10 Settings"
581
  msgstr "Paramètres"
582
 
583
+ #: admin.inc.php:606
584
  msgid "Top 10"
585
  msgstr "Тоp 10"
586
 
587
+ #: admin.inc.php:612
588
  #, fuzzy
589
  msgid "Overall Popular Posts"
590
  msgstr "Voir tous les postes populaires"
591
 
592
+ #: admin.inc.php:754
593
  msgid "Results"
594
  msgstr "Résultats"
595
 
596
+ #: admin.inc.php:756 admin.inc.php:762
597
  msgid "of"
598
  msgstr "de, du, de la, des"
599
 
600
+ #: admin.inc.php:760
601
  msgid "Page"
602
  msgstr "Page"
603
 
604
+ #: admin.inc.php:774
605
  msgid "View Daily Popular Posts"
606
  msgstr "Voir les postes populaires journaliers"
607
 
608
+ #: admin.inc.php:777 admin.inc.php:790
609
  msgid "Results per-page:"
610
  msgstr "Résultats par page:"
611
 
612
+ #: admin.inc.php:787
613
  msgid "View Overall Popular Posts"
614
  msgstr "Voir tous les postes populaires"
615
 
616
+ #: admin.inc.php:816
617
  msgid "Previous"
618
  msgstr "Précédente"
619
 
620
+ #: admin.inc.php:834
621
  msgid "Next"
622
  msgstr "Suivante"
623
 
624
+ #: admin.inc.php:875
625
  msgid "Daily Popular"
626
  msgstr "Populaires journaliers"
627
 
628
+ #: admin.inc.php:891
629
  msgid "Total / Today's Views"
630
  msgstr "Total/aujourd'hui visionnages"
631
 
632
+ #: top-10.php:467
633
  msgid "Display the posts popular this week"
634
  msgstr "Afficher les postes populaires de la semaine"
635
 
636
+ #: top-10.php:481
637
  msgid "Title"
638
  msgstr ""
639
 
640
+ #: top-10.php:486
641
  msgid "No. of posts"
642
  msgstr ""
643
 
644
+ #: top-10.php:491
645
  msgid "Overall"
646
  msgstr ""
647
 
648
+ #: top-10.php:492
649
  msgid "Custom time period (Enter below)"
650
  msgstr ""
651
 
652
+ #: top-10.php:497
653
  msgid "Range in number of days (applies only to custom option above)"
654
  msgstr ""
655
 
656
+ #: top-10.php:501
657
  #, fuzzy
658
  msgid "Thumbnail options"
659
  msgstr "Options thumbnail des messages:"
660
 
661
+ #: top-10.php:503
662
  #, fuzzy
663
  msgid "Thumbnails inline, before title"
664
  msgstr "Afficher le thumbnail encastré et les messages avant l'en-tête"
665
 
666
+ #: top-10.php:504
667
  #, fuzzy
668
  msgid "Thumbnails inline, after title"
669
  msgstr "Afficher le thumbnail encastré et les messages après l'en-tête"
670
 
671
+ #: top-10.php:505
672
  #, fuzzy
673
  msgid "Only thumbnails, no text"
674
  msgstr "Afficher uniquement le thumbnail, sans le texte"
675
 
676
+ #: top-10.php:506
677
  #, fuzzy
678
  msgid "No thumbnails, only text."
679
  msgstr "Ne pas afficher le thumbnail, uniquement le texte"
680
 
681
+ #: top-10.php:511
682
  #, fuzzy
683
  msgid " Show excerpt?"
684
  msgstr "Afficher le fragment du message dans la liste?"
685
 
686
+ #: top-10.php:586
687
  msgid "<h3>Popular Posts</h3>"
688
  msgstr "<h3>Postes populaires</h3>"
689
 
690
+ #: top-10.php:587
691
  msgid "<h3>Daily Popular</h3>"
692
  msgstr "<h3>Populaires Journaliers</h3>"
693
 
694
+ #: top-10.php:588
695
  #, fuzzy
696
  msgid "No top posts yet"
697
  msgstr "Annuler le top 10 des enregistrements les plus populaires"
698
 
699
+ #: top-10.php:1028
700
  msgid "Once Weekly"
701
  msgstr ""
702
 
703
+ #: top-10.php:1029
704
  msgid "Once Fortnightly"
705
  msgstr ""
706
 
707
+ #: top-10.php:1030
708
  msgid "Once Monthly"
709
  msgstr ""
710
 
711
+ #: top-10.php:1050
712
  msgid "Settings"
713
  msgstr "Paramètres"
714
 
715
+ #: top-10.php:1063
716
  msgid "Donate"
717
  msgstr "Conribuer"
718
 
719
+ #, fuzzy
720
+ #~ msgid "Exclude Pages?"
721
+ #~ msgstr "Exclure les catégories:"
722
+
723
+ #~ msgid ""
724
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
725
+ #~ "continue to be counted."
726
+ #~ msgstr ""
727
+ #~ "Éliminer d'affichage les pages du message populaire? Le nombre des "
728
+ #~ "visionnage des pages qui seront toujours prises en compte."
729
+
730
  #~ msgid "Follow @ajaydsouza on Twitter"
731
  #~ msgstr "Follow @ajaydsouza sur Twitter"
732
 
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-06-30 14:29-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"
@@ -12,123 +12,146 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Roghanna shábháil go rathúil."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Roghanna leagtha chun Réamhshocrú."
33
 
34
- #: admin.inc.php:105
35
  #, fuzzy
36
  msgid "Top 10 popular posts reset"
37
  msgstr "Teideal an post tóir:"
38
 
39
- #: admin.inc.php:111
40
  #, fuzzy
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Teideal ar tóir an bpost:"
43
 
44
- #: admin.inc.php:118
45
  msgid "Duplicate rows cleaned from tables"
46
  msgstr ""
47
 
48
- #: admin.inc.php:139
49
  msgid "General options"
50
  msgstr ""
51
 
52
- #: admin.inc.php:143
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
- #: admin.inc.php:148
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
- #: admin.inc.php:153
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
- #: admin.inc.php:155
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:159
72
  msgid "Number of popular posts to display: "
73
  msgstr "An líon post tóir a thaispeáint:"
74
 
75
- #: admin.inc.php:163
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:167
80
- msgid "Exclude Pages?"
81
  msgstr ""
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "Fág amach Ailt sa taispeáint Poist Coitianta? Beidh Líon na tuairimí maidir "
89
- "Leathanaigh ar aghaidh a chur san áireamh."
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr ""
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "Leathanach"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
@@ -136,24 +159,24 @@ msgstr ""
136
  "JavaScript a luchtú ar an bpost agus is féidir a mhéadú do chuid ama a "
137
  "luchtú leathanach"
138
 
139
- #: admin.inc.php:207
140
  msgid "Track visits of authors on their own posts?"
141
  msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
142
 
143
- #: admin.inc.php:210
144
  #, fuzzy
145
  msgid "Track visits of admins?"
146
  msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
147
 
148
- #: admin.inc.php:213
149
  msgid "Display page views on Posts > All Posts in Admin"
150
  msgstr ""
151
 
152
- #: admin.inc.php:216
153
  msgid "Link to Top 10 plugin page"
154
  msgstr ""
155
 
156
- #: admin.inc.php:218
157
  #, fuzzy
158
  msgid ""
159
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -162,16 +185,16 @@ msgstr ""
162
  "Tá nasc chuig an breiseán seo a leanas mar mhír liosta breise le liosta "
163
  "de phoist tóir. Gan éigeantach, ach a bhuíochas má dhéanann tú é!"
164
 
165
- #: admin.inc.php:225
166
  #, fuzzy
167
  msgid "Output Options"
168
  msgstr "roghanna"
169
 
170
- #: admin.inc.php:228
171
  msgid "Format to display the count in: "
172
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
173
 
174
- #: admin.inc.php:230
175
  #, fuzzy
176
  msgid ""
177
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -184,463 +207,509 @@ msgstr ""
184
  "laethúil. e.g. na roghanna réamhshocraithe taispeántais <code> (Cuairt "
185
  "123 amanna, 23 cuairt inniu) </ cód>"
186
 
187
- #: admin.inc.php:233
188
  msgid "Title of popular posts: "
189
  msgstr "Teideal an post tóir:"
190
 
191
- #: admin.inc.php:236
192
  msgid "Title of daily popular posts: "
193
  msgstr "Teideal ar tóir an bpost:"
194
 
195
- #: admin.inc.php:239
196
  msgid "When there are no posts, what should be shown?"
197
  msgstr ""
198
 
199
- #: admin.inc.php:243
200
  msgid "Blank Output"
201
  msgstr ""
202
 
203
- #: admin.inc.php:247
204
  msgid "Display:"
205
  msgstr ""
206
 
207
- #: admin.inc.php:251
208
  msgid "Show post excerpt in list?"
209
  msgstr ""
210
 
211
- #: admin.inc.php:254
212
  msgid "Length of excerpt (in words): "
213
  msgstr ""
214
 
215
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
216
  msgid "Display number of page views in popular lists?"
217
  msgstr "Taispeáin líon na radhairc leathanaigh i liostaí tóir?"
218
 
219
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  msgid "Customize the output:"
221
  msgstr ""
222
 
223
- #: admin.inc.php:262
224
  #, fuzzy
225
  msgid "HTML to display before the list of posts: "
226
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
227
 
228
- #: admin.inc.php:265
229
  #, fuzzy
230
  msgid "HTML to display before each list item: "
231
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
232
 
233
- #: admin.inc.php:268
234
  #, fuzzy
235
  msgid "HTML to display after each list item: "
236
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
237
 
238
- #: admin.inc.php:271
239
  #, fuzzy
240
  msgid "HTML to display after the list of posts: "
241
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
242
 
243
- #: admin.inc.php:274
244
  msgid "Post thumbnail options:"
245
  msgstr ""
246
 
247
- #: admin.inc.php:276
248
  msgid "Location of post thumbnail:"
249
  msgstr ""
250
 
251
- #: admin.inc.php:280
252
  #, fuzzy
253
  msgid "Display thumbnails inline with posts, before title"
254
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
255
 
256
- #: admin.inc.php:284
257
  #, fuzzy
258
  msgid "Display thumbnails inline with posts, after title"
259
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
260
 
261
- #: admin.inc.php:288
262
  #, fuzzy
263
  msgid "Display only thumbnails, no text"
264
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
265
 
266
- #: admin.inc.php:292
267
  #, fuzzy
268
  msgid "Do not display thumbnails, only text."
269
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
270
 
271
- #: admin.inc.php:296
272
- msgid "Maximum width of the thumbnail: "
273
  msgstr ""
274
 
275
- #: admin.inc.php:299
276
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  msgstr ""
278
 
279
- #: admin.inc.php:302
280
  msgid "Use timthumb to generate thumbnails? "
281
  msgstr ""
282
 
283
- #: admin.inc.php:303
284
  msgid ""
285
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
286
  "\">timthumb</a> will be used to generate thumbnails"
287
  msgstr ""
288
 
289
- #: admin.inc.php:305
290
  msgid "Post thumbnail meta field name: "
291
  msgstr ""
292
 
293
- #: admin.inc.php:306
294
  msgid ""
295
  "The value of this field should contain the image source and is set in the "
296
  "<em>Add New Post</em> screen"
297
  msgstr ""
298
 
299
- #: admin.inc.php:308
300
  msgid ""
301
  "If the postmeta is not set, then should the plugin extract the first image "
302
  "from the post?"
303
  msgstr ""
304
 
305
- #: admin.inc.php:309
306
  msgid ""
307
  "This could slow down the loading of your page if the first image in the "
308
  "related posts is large in file-size"
309
  msgstr ""
310
 
311
- #: admin.inc.php:311
312
  msgid "Use default thumbnail? "
313
  msgstr ""
314
 
315
- #: admin.inc.php:312
316
  msgid ""
317
  "If checked, when no thumbnail is found, show a default one from the URL "
318
  "below. If not checked and no thumbnail is found, no image will be shown."
319
  msgstr ""
320
 
321
- #: admin.inc.php:314
322
  msgid "Default thumbnail: "
323
  msgstr ""
324
 
325
- #: admin.inc.php:315
326
  msgid ""
327
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
328
  "then it will check the meta field. If this is not available, then it will "
329
  "show the default image as specified above"
330
  msgstr ""
331
 
332
- #: admin.inc.php:321
333
  msgid "Custom Styles"
334
  msgstr ""
335
 
336
- #: admin.inc.php:324
337
  msgid "Custom CSS to add to header:"
338
  msgstr ""
339
 
340
- #: admin.inc.php:327
341
  msgid ""
342
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
343
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
344
  "available CSS classes to style."
345
  msgstr ""
346
 
347
- #: admin.inc.php:334
348
  msgid "Maintenance"
349
  msgstr ""
350
 
351
- #: admin.inc.php:338
352
  msgid ""
353
  "Over time the Daily Top 10 database grows in size, which reduces the "
354
  "performance of the plugin. Cleaning the database at regular intervals could "
355
  "improve performance, especially on high traffic blogs."
356
  msgstr ""
357
 
358
- #: admin.inc.php:339
359
  msgid ""
360
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
361
  "everytime the job is rescheduled (i.e. you change the settings below). This "
362
  "causes the daily posts table to reset."
363
  msgstr ""
364
 
365
- #: admin.inc.php:342
366
  msgid "Enable scheduled maintenance of daily tables:"
367
  msgstr ""
368
 
369
- #: admin.inc.php:346
370
  msgid "Time to run maintenance"
371
  msgstr ""
372
 
373
- #: admin.inc.php:349
374
  msgid "How often should the maintenance be run:"
375
  msgstr ""
376
 
377
- #: admin.inc.php:353
378
  msgid "Daily"
379
  msgstr ""
380
 
381
- #: admin.inc.php:357
382
  msgid "Weekly"
383
  msgstr ""
384
 
385
- #: admin.inc.php:361
386
  msgid "Fortnightly"
387
  msgstr ""
388
 
389
- #: admin.inc.php:365
390
  msgid "Monthly"
391
  msgstr ""
392
 
393
- #: admin.inc.php:374
394
  msgid "The cron job has been scheduled. Maintenance will run "
395
  msgstr ""
396
 
397
- #: admin.inc.php:379
398
  msgid "The cron job is missing. Please resave this page to add the job"
399
  msgstr ""
400
 
401
- #: admin.inc.php:384
402
  msgid "Maintenance is turned off"
403
  msgstr ""
404
 
405
- #: admin.inc.php:392
406
  #, fuzzy
407
  msgid "Save Options"
408
  msgstr "roghanna"
409
 
410
- #: admin.inc.php:393
411
  #, fuzzy
412
  msgid "Default Options"
413
  msgstr "roghanna"
414
 
415
- #: admin.inc.php:393
416
  msgid "Do you want to set options to Default?"
417
  msgstr "Ar mhaith leat roghanna atá leagtha chun Réamhshocrú?"
418
 
419
- #: admin.inc.php:397
420
  msgid "Reset count"
421
  msgstr ""
422
 
423
- #: admin.inc.php:400
424
  msgid ""
425
  "This cannot be reversed. Make sure that your database has been backed up "
426
  "before proceeding"
427
  msgstr ""
428
 
429
- #: admin.inc.php:403
430
  #, fuzzy
431
  msgid "Reset Popular Posts"
432
  msgstr "Poist Coitianta"
433
 
434
- #: admin.inc.php:403
435
  msgid "Are you sure you want to reset the popular posts?"
436
  msgstr ""
437
 
438
- #: admin.inc.php:404
439
  #, fuzzy
440
  msgid "Reset Daily Popular Posts"
441
  msgstr "Poist Coitianta Laethúil"
442
 
443
- #: admin.inc.php:404
444
  msgid "Are you sure you want to reset the daily popular posts?"
445
  msgstr ""
446
 
447
- #: admin.inc.php:405
448
  msgid "Clear duplicates"
449
  msgstr ""
450
 
451
- #: admin.inc.php:405
452
  msgid "This will delete the duplicate entries in the tables. Proceed?"
453
  msgstr ""
454
 
455
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
456
  msgid "Popular Posts"
457
  msgstr "Poist Coitianta"
458
 
459
- #: admin.inc.php:449 admin.inc.php:536
460
  msgid "Daily Popular Posts"
461
  msgstr "Poist Coitianta Laethúil"
462
 
463
- #: admin.inc.php:477
464
  #, fuzzy
465
  msgid "Support the development"
466
  msgstr "Tacú le Forbairt"
467
 
468
- #: admin.inc.php:485
469
  msgid "Enter amount in USD: "
470
  msgstr ""
471
 
472
- #: admin.inc.php:489
473
  msgid "Send your donation to the author of"
474
  msgstr ""
475
 
476
- #: admin.inc.php:495
477
  msgid "Follow us"
478
  msgstr ""
479
 
480
- #: admin.inc.php:501
481
  msgid "Quick Links"
482
  msgstr ""
483
 
484
- #: admin.inc.php:503
485
  msgid "Top 10 plugin page"
486
  msgstr ""
487
 
488
- #: admin.inc.php:504
489
  msgid "Other plugins"
490
  msgstr ""
491
 
492
- #: admin.inc.php:505
493
  msgid "Ajay's blog"
494
  msgstr ""
495
 
496
- #: admin.inc.php:506 top-10.php:921
497
  msgid "Support"
498
  msgstr ""
499
 
500
- #: admin.inc.php:510
501
  #, fuzzy
502
  msgid "Recent developments"
503
  msgstr "Tacú le Forbairt"
504
 
505
- #: admin.inc.php:527 admin.inc.php:530
506
  #, fuzzy
507
  msgid "Top 10 Settings"
508
  msgstr "Top 10"
509
 
510
- #: admin.inc.php:527
511
  msgid "Top 10"
512
  msgstr "Top 10"
513
 
514
- #: admin.inc.php:533
515
  #, fuzzy
516
  msgid "Overall Popular Posts"
517
  msgstr "Féach ar Poist Coitianta Foriomlán"
518
 
519
- #: admin.inc.php:675
520
  msgid "Results"
521
  msgstr "torthaí"
522
 
523
- #: admin.inc.php:677 admin.inc.php:683
524
  msgid "of"
525
  msgstr "de"
526
 
527
- #: admin.inc.php:681
528
  msgid "Page"
529
  msgstr "Leathanach"
530
 
531
- #: admin.inc.php:695
532
  msgid "View Daily Popular Posts"
533
  msgstr "Féach ar Poist sa lá Coitianta"
534
 
535
- #: admin.inc.php:698 admin.inc.php:711
536
  msgid "Results per-page:"
537
  msgstr "Torthaí in aghaidh an-leathanach:"
538
 
539
- #: admin.inc.php:708
540
  msgid "View Overall Popular Posts"
541
  msgstr "Féach ar Poist Coitianta Foriomlán"
542
 
543
- #: admin.inc.php:737
544
  msgid "Previous"
545
  msgstr "roimhe Seo"
546
 
547
- #: admin.inc.php:755
548
  msgid "Next"
549
  msgstr "Ar Aghaidh"
550
 
551
- #: admin.inc.php:796
552
  msgid "Daily Popular"
553
  msgstr "laethúil Coitianta"
554
 
555
- #: admin.inc.php:812
556
  msgid "Total / Today's Views"
557
  msgstr "laethúil Coitianta"
558
 
559
- #: top-10.php:403
560
  msgid "Display the posts popular this week"
561
  msgstr ""
562
 
563
- #: top-10.php:417
564
  msgid "Title"
565
  msgstr ""
566
 
567
- #: top-10.php:422
568
  msgid "No. of posts"
569
  msgstr ""
570
 
571
- #: top-10.php:427
572
  msgid "Overall"
573
  msgstr ""
574
 
575
- #: top-10.php:428
576
  msgid "Custom time period (Enter below)"
577
  msgstr ""
578
 
579
- #: top-10.php:433
580
  msgid "Range in number of days (applies only to custom option above)"
581
  msgstr ""
582
 
583
- #: top-10.php:437
584
  msgid "Thumbnail options"
585
  msgstr ""
586
 
587
- #: top-10.php:439
588
  #, fuzzy
589
  msgid "Thumbnails inline, before title"
590
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
591
 
592
- #: top-10.php:440
593
  #, fuzzy
594
  msgid "Thumbnails inline, after title"
595
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
596
 
597
- #: top-10.php:441
598
  #, fuzzy
599
  msgid "Only thumbnails, no text"
600
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
601
 
602
- #: top-10.php:442
603
  #, fuzzy
604
  msgid "No thumbnails, only text."
605
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
606
 
607
- #: top-10.php:447
608
  msgid " Show excerpt?"
609
  msgstr ""
610
 
611
- #: top-10.php:522
612
  msgid "<h3>Popular Posts</h3>"
613
  msgstr "<h3>Poist Coitianta </ h3>"
614
 
615
- #: top-10.php:523
616
  msgid "<h3>Daily Popular</h3>"
617
  msgstr "<h3> laethúil Coitianta </ h3>"
618
 
619
- #: top-10.php:524
620
  #, fuzzy
621
  msgid "No top posts yet"
622
  msgstr "Teideal an post tóir:"
623
 
624
- #: top-10.php:887
625
  msgid "Once Weekly"
626
  msgstr ""
627
 
628
- #: top-10.php:888
629
  msgid "Once Fortnightly"
630
  msgstr ""
631
 
632
- #: top-10.php:889
633
  msgid "Once Monthly"
634
  msgstr ""
635
 
636
- #: top-10.php:909
637
  msgid "Settings"
638
  msgstr ""
639
 
640
- #: top-10.php:922
641
  msgid "Donate"
642
  msgstr ""
643
 
 
 
 
 
 
 
 
644
  #~ msgid "Display number of views on pages?"
645
  #~ msgstr "Taispeáin líon na dtuairimí ar leathanaigh?"
646
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Roghanna shábháil go rathúil."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Roghanna leagtha chun Réamhshocrú."
33
 
34
+ #: admin.inc.php:138
35
  #, fuzzy
36
  msgid "Top 10 popular posts reset"
37
  msgstr "Teideal an post tóir:"
38
 
39
+ #: admin.inc.php:144
40
  #, fuzzy
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Teideal ar tóir an bpost:"
43
 
44
+ #: admin.inc.php:151
45
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
80
+ msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
+ #: admin.inc.php:210
84
+ msgid "List of post or page IDs to exclude from the results: "
 
 
85
  msgstr ""
 
 
86
 
87
+ #: admin.inc.php:214
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
+ #: admin.inc.php:229
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:234
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
102
 
103
+ #: admin.inc.php:236
104
  msgid "Posts"
105
  msgstr ""
106
 
107
+ #: admin.inc.php:237
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Leathanach"
111
 
112
+ #: admin.inc.php:238
113
+ msgid "Home page"
114
+ msgstr ""
115
+
116
+ #: admin.inc.php:239
117
+ msgid "Feeds"
118
+ msgstr ""
119
+
120
+ #: admin.inc.php:240
121
+ msgid "Category archives"
122
+ msgstr ""
123
+
124
+ #: admin.inc.php:241
125
+ msgid "Tag archives"
126
+ msgstr ""
127
+
128
+ #: admin.inc.php:242
129
+ msgid "Other archives"
130
+ msgstr ""
131
+
132
+ #: admin.inc.php:243
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:246
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
+ #: admin.inc.php:248
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"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:251
151
  msgid "Always display latest post count in the daily lists"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:253
155
  #, fuzzy
156
  msgid "This option uses JavaScript and will increase your page load time"
157
  msgstr ""
159
  "JavaScript a luchtú ar an bpost agus is féidir a mhéadú do chuid ama a "
160
  "luchtú leathanach"
161
 
162
+ #: admin.inc.php:256
163
  msgid "Track visits of authors on their own posts?"
164
  msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
165
 
166
+ #: admin.inc.php:259
167
  #, fuzzy
168
  msgid "Track visits of admins?"
169
  msgstr "Track cuairteanna ar údair ar a gcuid post féin?"
170
 
171
+ #: admin.inc.php:262
172
  msgid "Display page views on Posts > All Posts in Admin"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:265
176
  msgid "Link to Top 10 plugin page"
177
  msgstr ""
178
 
179
+ #: admin.inc.php:267
180
  #, fuzzy
181
  msgid ""
182
  "A link to the plugin is added as an extra list item to the list of popular "
185
  "Tá nasc chuig an breiseán seo a leanas mar mhír liosta breise le liosta "
186
  "de phoist tóir. Gan éigeantach, ach a bhuíochas má dhéanann tú é!"
187
 
188
+ #: admin.inc.php:274
189
  #, fuzzy
190
  msgid "Output Options"
191
  msgstr "roghanna"
192
 
193
+ #: admin.inc.php:277
194
  msgid "Format to display the count in: "
195
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
196
 
197
+ #: admin.inc.php:279
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
207
  "laethúil. e.g. na roghanna réamhshocraithe taispeántais <code> (Cuairt "
208
  "123 amanna, 23 cuairt inniu) </ cód>"
209
 
210
+ #: admin.inc.php:282
211
  msgid "Title of popular posts: "
212
  msgstr "Teideal an post tóir:"
213
 
214
+ #: admin.inc.php:285
215
  msgid "Title of daily popular posts: "
216
  msgstr "Teideal ar tóir an bpost:"
217
 
218
+ #: admin.inc.php:288
219
  msgid "When there are no posts, what should be shown?"
220
  msgstr ""
221
 
222
+ #: admin.inc.php:292
223
  msgid "Blank Output"
224
  msgstr ""
225
 
226
+ #: admin.inc.php:296
227
  msgid "Display:"
228
  msgstr ""
229
 
230
+ #: admin.inc.php:300
231
  msgid "Show post excerpt in list?"
232
  msgstr ""
233
 
234
+ #: admin.inc.php:303
235
  msgid "Length of excerpt (in words): "
236
  msgstr ""
237
 
238
+ #: admin.inc.php:306
239
+ msgid "Show post date in list?"
240
+ msgstr ""
241
+
242
+ #: admin.inc.php:309
243
+ msgid "Limit post title length (in characters)"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:312
247
  msgid "Display number of page views in popular lists?"
248
  msgstr "Taispeáin líon na radhairc leathanaigh i liostaí tóir?"
249
 
250
+ #: admin.inc.php:315
251
+ msgid "Open links in new window"
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:318
255
+ msgid "Add nofollow attribute to links in the list"
256
+ msgstr ""
257
+
258
+ #: admin.inc.php:321
259
+ msgid "Exclude display of related posts on these posts / pages"
260
+ msgstr ""
261
+
262
+ #: admin.inc.php:324
263
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
264
+ msgstr ""
265
+
266
+ #: admin.inc.php:327
267
  msgid "Customize the output:"
268
  msgstr ""
269
 
270
+ #: admin.inc.php:329
271
  #, fuzzy
272
  msgid "HTML to display before the list of posts: "
273
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
274
 
275
+ #: admin.inc.php:332
276
  #, fuzzy
277
  msgid "HTML to display before each list item: "
278
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
279
 
280
+ #: admin.inc.php:335
281
  #, fuzzy
282
  msgid "HTML to display after each list item: "
283
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
284
 
285
+ #: admin.inc.php:338
286
  #, fuzzy
287
  msgid "HTML to display after the list of posts: "
288
  msgstr "Formáid a thaispeáint ar an comhaireamh i:"
289
 
290
+ #: admin.inc.php:341
291
  msgid "Post thumbnail options:"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:343
295
  msgid "Location of post thumbnail:"
296
  msgstr ""
297
 
298
+ #: admin.inc.php:347
299
  #, fuzzy
300
  msgid "Display thumbnails inline with posts, before title"
301
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
302
 
303
+ #: admin.inc.php:351
304
  #, fuzzy
305
  msgid "Display thumbnails inline with posts, after title"
306
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
307
 
308
+ #: admin.inc.php:355
309
  #, fuzzy
310
  msgid "Display only thumbnails, no text"
311
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
312
 
313
+ #: admin.inc.php:359
314
  #, fuzzy
315
  msgid "Do not display thumbnails, only text."
316
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
317
 
318
+ #: admin.inc.php:363
319
+ msgid "Width of the thumbnail: "
320
  msgstr ""
321
 
322
+ #: admin.inc.php:366
323
+ msgid "Height of the thumbnail: "
324
+ msgstr ""
325
+
326
+ #: admin.inc.php:369
327
+ msgid "Style attributes / Width and Height HTML attributes:"
328
+ msgstr ""
329
+
330
+ #: admin.inc.php:373
331
+ msgid ""
332
+ "Style attributes are used for width and height. <code>style=\"max-width:"
333
+ msgstr ""
334
+
335
+ #: admin.inc.php:377
336
+ msgid ""
337
+ "HTML width and height attributes are used for width and height. <code>width="
338
+ "\""
339
  msgstr ""
340
 
341
+ #: admin.inc.php:381
342
  msgid "Use timthumb to generate thumbnails? "
343
  msgstr ""
344
 
345
+ #: admin.inc.php:382
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:384
352
  msgid "Post thumbnail meta field name: "
353
  msgstr ""
354
 
355
+ #: admin.inc.php:385
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:387
362
  msgid ""
363
  "If the postmeta is not set, then should the plugin extract the first image "
364
  "from the post?"
365
  msgstr ""
366
 
367
+ #: admin.inc.php:388
368
  msgid ""
369
  "This could slow down the loading of your page if the first image in the "
370
  "related posts is large in file-size"
371
  msgstr ""
372
 
373
+ #: admin.inc.php:390
374
  msgid "Use default thumbnail? "
375
  msgstr ""
376
 
377
+ #: admin.inc.php:391
378
  msgid ""
379
  "If checked, when no thumbnail is found, show a default one from the URL "
380
  "below. If not checked and no thumbnail is found, no image will be shown."
381
  msgstr ""
382
 
383
+ #: admin.inc.php:393
384
  msgid "Default thumbnail: "
385
  msgstr ""
386
 
387
+ #: admin.inc.php:394
388
  msgid ""
389
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
390
  "then it will check the meta field. If this is not available, then it will "
391
  "show the default image as specified above"
392
  msgstr ""
393
 
394
+ #: admin.inc.php:400
395
  msgid "Custom Styles"
396
  msgstr ""
397
 
398
+ #: admin.inc.php:403
399
  msgid "Custom CSS to add to header:"
400
  msgstr ""
401
 
402
+ #: admin.inc.php:406
403
  msgid ""
404
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
405
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
406
  "available CSS classes to style."
407
  msgstr ""
408
 
409
+ #: admin.inc.php:413
410
  msgid "Maintenance"
411
  msgstr ""
412
 
413
+ #: admin.inc.php:417
414
  msgid ""
415
  "Over time the Daily Top 10 database grows in size, which reduces the "
416
  "performance of the plugin. Cleaning the database at regular intervals could "
417
  "improve performance, especially on high traffic blogs."
418
  msgstr ""
419
 
420
+ #: admin.inc.php:418
421
  msgid ""
422
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
423
  "everytime the job is rescheduled (i.e. you change the settings below). This "
424
  "causes the daily posts table to reset."
425
  msgstr ""
426
 
427
+ #: admin.inc.php:421
428
  msgid "Enable scheduled maintenance of daily tables:"
429
  msgstr ""
430
 
431
+ #: admin.inc.php:425
432
  msgid "Time to run maintenance"
433
  msgstr ""
434
 
435
+ #: admin.inc.php:428
436
  msgid "How often should the maintenance be run:"
437
  msgstr ""
438
 
439
+ #: admin.inc.php:432
440
  msgid "Daily"
441
  msgstr ""
442
 
443
+ #: admin.inc.php:436
444
  msgid "Weekly"
445
  msgstr ""
446
 
447
+ #: admin.inc.php:440
448
  msgid "Fortnightly"
449
  msgstr ""
450
 
451
+ #: admin.inc.php:444
452
  msgid "Monthly"
453
  msgstr ""
454
 
455
+ #: admin.inc.php:453
456
  msgid "The cron job has been scheduled. Maintenance will run "
457
  msgstr ""
458
 
459
+ #: admin.inc.php:458
460
  msgid "The cron job is missing. Please resave this page to add the job"
461
  msgstr ""
462
 
463
+ #: admin.inc.php:463
464
  msgid "Maintenance is turned off"
465
  msgstr ""
466
 
467
+ #: admin.inc.php:471
468
  #, fuzzy
469
  msgid "Save Options"
470
  msgstr "roghanna"
471
 
472
+ #: admin.inc.php:472
473
  #, fuzzy
474
  msgid "Default Options"
475
  msgstr "roghanna"
476
 
477
+ #: admin.inc.php:472
478
  msgid "Do you want to set options to Default?"
479
  msgstr "Ar mhaith leat roghanna atá leagtha chun Réamhshocrú?"
480
 
481
+ #: admin.inc.php:476
482
  msgid "Reset count"
483
  msgstr ""
484
 
485
+ #: admin.inc.php:479
486
  msgid ""
487
  "This cannot be reversed. Make sure that your database has been backed up "
488
  "before proceeding"
489
  msgstr ""
490
 
491
+ #: admin.inc.php:482
492
  #, fuzzy
493
  msgid "Reset Popular Posts"
494
  msgstr "Poist Coitianta"
495
 
496
+ #: admin.inc.php:482
497
  msgid "Are you sure you want to reset the popular posts?"
498
  msgstr ""
499
 
500
+ #: admin.inc.php:483
501
  #, fuzzy
502
  msgid "Reset Daily Popular Posts"
503
  msgstr "Poist Coitianta Laethúil"
504
 
505
+ #: admin.inc.php:483
506
  msgid "Are you sure you want to reset the daily popular posts?"
507
  msgstr ""
508
 
509
+ #: admin.inc.php:484
510
  msgid "Clear duplicates"
511
  msgstr ""
512
 
513
+ #: admin.inc.php:484
514
  msgid "This will delete the duplicate entries in the tables. Proceed?"
515
  msgstr ""
516
 
517
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
518
  msgid "Popular Posts"
519
  msgstr "Poist Coitianta"
520
 
521
+ #: admin.inc.php:528 admin.inc.php:615
522
  msgid "Daily Popular Posts"
523
  msgstr "Poist Coitianta Laethúil"
524
 
525
+ #: admin.inc.php:556
526
  #, fuzzy
527
  msgid "Support the development"
528
  msgstr "Tacú le Forbairt"
529
 
530
+ #: admin.inc.php:564
531
  msgid "Enter amount in USD: "
532
  msgstr ""
533
 
534
+ #: admin.inc.php:568
535
  msgid "Send your donation to the author of"
536
  msgstr ""
537
 
538
+ #: admin.inc.php:574
539
  msgid "Follow us"
540
  msgstr ""
541
 
542
+ #: admin.inc.php:580
543
  msgid "Quick Links"
544
  msgstr ""
545
 
546
+ #: admin.inc.php:582
547
  msgid "Top 10 plugin page"
548
  msgstr ""
549
 
550
+ #: admin.inc.php:583
551
  msgid "Other plugins"
552
  msgstr ""
553
 
554
+ #: admin.inc.php:584
555
  msgid "Ajay's blog"
556
  msgstr ""
557
 
558
+ #: admin.inc.php:585 top-10.php:1062
559
  msgid "Support"
560
  msgstr ""
561
 
562
+ #: admin.inc.php:589
563
  #, fuzzy
564
  msgid "Recent developments"
565
  msgstr "Tacú le Forbairt"
566
 
567
+ #: admin.inc.php:606 admin.inc.php:609
568
  #, fuzzy
569
  msgid "Top 10 Settings"
570
  msgstr "Top 10"
571
 
572
+ #: admin.inc.php:606
573
  msgid "Top 10"
574
  msgstr "Top 10"
575
 
576
+ #: admin.inc.php:612
577
  #, fuzzy
578
  msgid "Overall Popular Posts"
579
  msgstr "Féach ar Poist Coitianta Foriomlán"
580
 
581
+ #: admin.inc.php:754
582
  msgid "Results"
583
  msgstr "torthaí"
584
 
585
+ #: admin.inc.php:756 admin.inc.php:762
586
  msgid "of"
587
  msgstr "de"
588
 
589
+ #: admin.inc.php:760
590
  msgid "Page"
591
  msgstr "Leathanach"
592
 
593
+ #: admin.inc.php:774
594
  msgid "View Daily Popular Posts"
595
  msgstr "Féach ar Poist sa lá Coitianta"
596
 
597
+ #: admin.inc.php:777 admin.inc.php:790
598
  msgid "Results per-page:"
599
  msgstr "Torthaí in aghaidh an-leathanach:"
600
 
601
+ #: admin.inc.php:787
602
  msgid "View Overall Popular Posts"
603
  msgstr "Féach ar Poist Coitianta Foriomlán"
604
 
605
+ #: admin.inc.php:816
606
  msgid "Previous"
607
  msgstr "roimhe Seo"
608
 
609
+ #: admin.inc.php:834
610
  msgid "Next"
611
  msgstr "Ar Aghaidh"
612
 
613
+ #: admin.inc.php:875
614
  msgid "Daily Popular"
615
  msgstr "laethúil Coitianta"
616
 
617
+ #: admin.inc.php:891
618
  msgid "Total / Today's Views"
619
  msgstr "laethúil Coitianta"
620
 
621
+ #: top-10.php:467
622
  msgid "Display the posts popular this week"
623
  msgstr ""
624
 
625
+ #: top-10.php:481
626
  msgid "Title"
627
  msgstr ""
628
 
629
+ #: top-10.php:486
630
  msgid "No. of posts"
631
  msgstr ""
632
 
633
+ #: top-10.php:491
634
  msgid "Overall"
635
  msgstr ""
636
 
637
+ #: top-10.php:492
638
  msgid "Custom time period (Enter below)"
639
  msgstr ""
640
 
641
+ #: top-10.php:497
642
  msgid "Range in number of days (applies only to custom option above)"
643
  msgstr ""
644
 
645
+ #: top-10.php:501
646
  msgid "Thumbnail options"
647
  msgstr ""
648
 
649
+ #: top-10.php:503
650
  #, fuzzy
651
  msgid "Thumbnails inline, before title"
652
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
653
 
654
+ #: top-10.php:504
655
  #, fuzzy
656
  msgid "Thumbnails inline, after title"
657
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
658
 
659
+ #: top-10.php:505
660
  #, fuzzy
661
  msgid "Only thumbnails, no text"
662
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
663
 
664
+ #: top-10.php:506
665
  #, fuzzy
666
  msgid "No thumbnails, only text."
667
  msgstr "Taispeáin líon na dtuairimí ar phoist?"
668
 
669
+ #: top-10.php:511
670
  msgid " Show excerpt?"
671
  msgstr ""
672
 
673
+ #: top-10.php:586
674
  msgid "<h3>Popular Posts</h3>"
675
  msgstr "<h3>Poist Coitianta </ h3>"
676
 
677
+ #: top-10.php:587
678
  msgid "<h3>Daily Popular</h3>"
679
  msgstr "<h3> laethúil Coitianta </ h3>"
680
 
681
+ #: top-10.php:588
682
  #, fuzzy
683
  msgid "No top posts yet"
684
  msgstr "Teideal an post tóir:"
685
 
686
+ #: top-10.php:1028
687
  msgid "Once Weekly"
688
  msgstr ""
689
 
690
+ #: top-10.php:1029
691
  msgid "Once Fortnightly"
692
  msgstr ""
693
 
694
+ #: top-10.php:1030
695
  msgid "Once Monthly"
696
  msgstr ""
697
 
698
+ #: top-10.php:1050
699
  msgid "Settings"
700
  msgstr ""
701
 
702
+ #: top-10.php:1063
703
  msgid "Donate"
704
  msgstr ""
705
 
706
+ #~ msgid ""
707
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
708
+ #~ "continue to be counted."
709
+ #~ msgstr ""
710
+ #~ "Fág amach Ailt sa taispeáint Poist Coitianta? Beidh Líon na tuairimí "
711
+ #~ "maidir Leathanaigh ar aghaidh a chur san áireamh."
712
+
713
  #~ msgid "Display number of views on pages?"
714
  #~ msgstr "Taispeáin líon na dtuairimí ar leathanaigh?"
715
 
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-06-30 14:29-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"
@@ -13,147 +13,170 @@ msgstr ""
13
  "X-Poedit-SourceCharset: utf-8\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "X-Poedit-Basepath: ../\n"
16
- "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin.inc.php:81
20
  msgid "Scheduled maintenance enabled / modified"
21
  msgstr ""
22
 
23
- #: admin.inc.php:85
24
  msgid "Scheduled maintenance disabled"
25
  msgstr ""
26
 
27
- #: admin.inc.php:90
28
  msgid "Options saved successfully."
29
  msgstr "विकल्प सफलतापूर्वक बचाया."
30
 
31
- #: admin.inc.php:99
32
  msgid "Options set to Default."
33
  msgstr "विकल्प डिफ़ॉल्ट से तैयार है."
34
 
35
- #: admin.inc.php:105
36
  #, fuzzy
37
  msgid "Top 10 popular posts reset"
38
  msgstr "लोकप्रिय पदों का शीर्षक:"
39
 
40
- #: admin.inc.php:111
41
  #, fuzzy
42
  msgid "Top 10 daily popular posts reset"
43
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
44
 
45
- #: admin.inc.php:118
46
  msgid "Duplicate rows cleaned from tables"
47
  msgstr ""
48
 
49
- #: admin.inc.php:139
50
  msgid "General options"
51
  msgstr ""
52
 
53
- #: admin.inc.php:143
54
  msgid "Enable Overall stats"
55
  msgstr ""
56
 
57
- #: admin.inc.php:148
58
  msgid "Enable Daily stats"
59
  msgstr ""
60
 
61
- #: admin.inc.php:153
62
  msgid "W3 Total Cache fix:"
63
  msgstr ""
64
 
65
- #: admin.inc.php:155
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:159
73
  msgid "Number of popular posts to display: "
74
  msgstr "लोकप्रिय पदों की संख्या प्रदर्शित करने के लिए:"
75
 
76
- #: admin.inc.php:163
77
  msgid "Daily Popular should contain views of how many days? "
78
  msgstr "दैनिक लोकप्रिय कितने दिनों के विचारों को शामिल करना चाहिए?"
79
 
80
- #: admin.inc.php:167
81
- msgid "Exclude Pages?"
82
  msgstr ""
83
 
84
- #: admin.inc.php:168
85
- msgid ""
86
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
87
- "continue to be counted."
88
  msgstr ""
89
- "लोकप्रिय के प्रदर्शन में पेज बाहर निकालें पोस्ट? पन्नों पर विचार की संख्या की गिनती जारी "
90
- "रहेगी."
91
 
92
- #: admin.inc.php:171
93
  msgid "Exclude Categories: "
94
  msgstr ""
95
 
96
- #: admin.inc.php:186
97
  msgid ""
98
  "Comma separated list of category slugs. The field above has an autocomplete "
99
  "so simply start typing in the starting letters and it will prompt you with "
100
  "options"
101
  msgstr ""
102
 
103
- #: admin.inc.php:191
104
  #, fuzzy
105
  msgid "Display number of views on:"
106
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
107
 
108
- #: admin.inc.php:193
109
  msgid "Posts"
110
  msgstr ""
111
 
112
- #: admin.inc.php:194
113
  #, fuzzy
114
  msgid "Pages"
115
  msgstr "पृष्ठ"
116
 
117
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  msgid "Always display latest post count"
119
  msgstr ""
120
 
121
- #: admin.inc.php:199
122
  msgid ""
123
  "This option uses JavaScript and will increase your page load time. Turn this "
124
  "off if you are not using caching plugins or are OK with displaying older "
125
  "cached counts"
126
  msgstr ""
127
 
128
- #: admin.inc.php:202
129
  msgid "Always display latest post count in the daily lists"
130
  msgstr ""
131
 
132
- #: admin.inc.php:204
133
  #, fuzzy
134
  msgid "This option uses JavaScript and will increase your page load time"
135
  msgstr ""
136
  "सेना दैनिक 'पदों की सूची गतिशील हो? इस विकल्प को पद भार जावास्क्रिप्ट का उपयोग करता "
137
  "है और अपने पृष्ठ लोड समय बढ़ा सकते हैं"
138
 
139
- #: admin.inc.php:207
140
  msgid "Track visits of authors on their own posts?"
141
  msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
142
 
143
- #: admin.inc.php:210
144
  #, fuzzy
145
  msgid "Track visits of admins?"
146
  msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
147
 
148
- #: admin.inc.php:213
149
  msgid "Display page views on Posts > All Posts in Admin"
150
  msgstr ""
151
 
152
- #: admin.inc.php:216
153
  msgid "Link to Top 10 plugin page"
154
  msgstr ""
155
 
156
- #: admin.inc.php:218
157
  #, fuzzy
158
  msgid ""
159
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -162,16 +185,16 @@ msgstr ""
162
  "प्लगइन के लिए एक कड़ी लोकप्रिय पदों की सूची के लिए एक अतिरिक्त सूची आइटम के रूप में जोड़ा "
163
  "है. नहीं अनिवार्य है, लेकिन धन्यवाद यदि तुम इसे करो!"
164
 
165
- #: admin.inc.php:225
166
  #, fuzzy
167
  msgid "Output Options"
168
  msgstr "विकल्प हैं:"
169
 
170
- #: admin.inc.php:228
171
  msgid "Format to display the count in: "
172
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
173
 
174
- #: admin.inc.php:230
175
  #, fuzzy
176
  msgid ""
177
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -183,455 +206,501 @@ msgstr ""
183
  "dailycount% </ कोड> को दैनिक गणना प्रदर्शन. उदाहरण डिफ़ॉल्ट विकल्प प्रदर्शित <code> "
184
  "(दौरा 123 बार, 23 का दौरा आज) </ कोड>"
185
 
186
- #: admin.inc.php:233
187
  msgid "Title of popular posts: "
188
  msgstr "लोकप्रिय पदों का शीर्षक:"
189
 
190
- #: admin.inc.php:236
191
  msgid "Title of daily popular posts: "
192
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
193
 
194
- #: admin.inc.php:239
195
  msgid "When there are no posts, what should be shown?"
196
  msgstr ""
197
 
198
- #: admin.inc.php:243
199
  msgid "Blank Output"
200
  msgstr ""
201
 
202
- #: admin.inc.php:247
203
  msgid "Display:"
204
  msgstr ""
205
 
206
- #: admin.inc.php:251
207
  msgid "Show post excerpt in list?"
208
  msgstr ""
209
 
210
- #: admin.inc.php:254
211
  msgid "Length of excerpt (in words): "
212
  msgstr ""
213
 
214
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
215
  msgid "Display number of page views in popular lists?"
216
  msgstr "लोकप्रिय सूची में पृष्ठ विचारों का प्रदर्शन नंबर?"
217
 
218
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  msgid "Customize the output:"
220
  msgstr ""
221
 
222
- #: admin.inc.php:262
223
  msgid "HTML to display before the list of posts: "
224
  msgstr ""
225
 
226
- #: admin.inc.php:265
227
  msgid "HTML to display before each list item: "
228
  msgstr ""
229
 
230
- #: admin.inc.php:268
231
  #, fuzzy
232
  msgid "HTML to display after each list item: "
233
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
234
 
235
- #: admin.inc.php:271
236
  msgid "HTML to display after the list of posts: "
237
  msgstr ""
238
 
239
- #: admin.inc.php:274
240
  msgid "Post thumbnail options:"
241
  msgstr ""
242
 
243
- #: admin.inc.php:276
244
  msgid "Location of post thumbnail:"
245
  msgstr ""
246
 
247
- #: admin.inc.php:280
248
  #, fuzzy
249
  msgid "Display thumbnails inline with posts, before title"
250
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
251
 
252
- #: admin.inc.php:284
253
  #, fuzzy
254
  msgid "Display thumbnails inline with posts, after title"
255
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
256
 
257
- #: admin.inc.php:288
258
  msgid "Display only thumbnails, no text"
259
  msgstr ""
260
 
261
- #: admin.inc.php:292
262
  msgid "Do not display thumbnails, only text."
263
  msgstr ""
264
 
265
- #: admin.inc.php:296
266
- msgid "Maximum width of the thumbnail: "
267
  msgstr ""
268
 
269
- #: admin.inc.php:299
270
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: admin.inc.php:302
274
  msgid "Use timthumb to generate thumbnails? "
275
  msgstr ""
276
 
277
- #: admin.inc.php:303
278
  msgid ""
279
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
280
  "\">timthumb</a> will be used to generate thumbnails"
281
  msgstr ""
282
 
283
- #: admin.inc.php:305
284
  msgid "Post thumbnail meta field name: "
285
  msgstr ""
286
 
287
- #: admin.inc.php:306
288
  msgid ""
289
  "The value of this field should contain the image source and is set in the "
290
  "<em>Add New Post</em> screen"
291
  msgstr ""
292
 
293
- #: admin.inc.php:308
294
  msgid ""
295
  "If the postmeta is not set, then should the plugin extract the first image "
296
  "from the post?"
297
  msgstr ""
298
 
299
- #: admin.inc.php:309
300
  msgid ""
301
  "This could slow down the loading of your page if the first image in the "
302
  "related posts is large in file-size"
303
  msgstr ""
304
 
305
- #: admin.inc.php:311
306
  msgid "Use default thumbnail? "
307
  msgstr ""
308
 
309
- #: admin.inc.php:312
310
  msgid ""
311
  "If checked, when no thumbnail is found, show a default one from the URL "
312
  "below. If not checked and no thumbnail is found, no image will be shown."
313
  msgstr ""
314
 
315
- #: admin.inc.php:314
316
  msgid "Default thumbnail: "
317
  msgstr ""
318
 
319
- #: admin.inc.php:315
320
  msgid ""
321
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
322
  "then it will check the meta field. If this is not available, then it will "
323
  "show the default image as specified above"
324
  msgstr ""
325
 
326
- #: admin.inc.php:321
327
  msgid "Custom Styles"
328
  msgstr ""
329
 
330
- #: admin.inc.php:324
331
  msgid "Custom CSS to add to header:"
332
  msgstr ""
333
 
334
- #: admin.inc.php:327
335
  msgid ""
336
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
337
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
338
  "available CSS classes to style."
339
  msgstr ""
340
 
341
- #: admin.inc.php:334
342
  msgid "Maintenance"
343
  msgstr ""
344
 
345
- #: admin.inc.php:338
346
  msgid ""
347
  "Over time the Daily Top 10 database grows in size, which reduces the "
348
  "performance of the plugin. Cleaning the database at regular intervals could "
349
  "improve performance, especially on high traffic blogs."
350
  msgstr ""
351
 
352
- #: admin.inc.php:339
353
  msgid ""
354
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
355
  "everytime the job is rescheduled (i.e. you change the settings below). This "
356
  "causes the daily posts table to reset."
357
  msgstr ""
358
 
359
- #: admin.inc.php:342
360
  msgid "Enable scheduled maintenance of daily tables:"
361
  msgstr ""
362
 
363
- #: admin.inc.php:346
364
  msgid "Time to run maintenance"
365
  msgstr ""
366
 
367
- #: admin.inc.php:349
368
  msgid "How often should the maintenance be run:"
369
  msgstr ""
370
 
371
- #: admin.inc.php:353
372
  msgid "Daily"
373
  msgstr ""
374
 
375
- #: admin.inc.php:357
376
  msgid "Weekly"
377
  msgstr ""
378
 
379
- #: admin.inc.php:361
380
  msgid "Fortnightly"
381
  msgstr ""
382
 
383
- #: admin.inc.php:365
384
  msgid "Monthly"
385
  msgstr ""
386
 
387
- #: admin.inc.php:374
388
  msgid "The cron job has been scheduled. Maintenance will run "
389
  msgstr ""
390
 
391
- #: admin.inc.php:379
392
  msgid "The cron job is missing. Please resave this page to add the job"
393
  msgstr ""
394
 
395
- #: admin.inc.php:384
396
  msgid "Maintenance is turned off"
397
  msgstr ""
398
 
399
- #: admin.inc.php:392
400
  #, fuzzy
401
  msgid "Save Options"
402
  msgstr "विकल्प हैं:"
403
 
404
- #: admin.inc.php:393
405
  #, fuzzy
406
  msgid "Default Options"
407
  msgstr "विकल्प हैं:"
408
 
409
- #: admin.inc.php:393
410
  msgid "Do you want to set options to Default?"
411
  msgstr "क्या आप डिफ़ॉल्ट विकल्प सेट करना चाहते हैं?"
412
 
413
- #: admin.inc.php:397
414
  msgid "Reset count"
415
  msgstr ""
416
 
417
- #: admin.inc.php:400
418
  msgid ""
419
  "This cannot be reversed. Make sure that your database has been backed up "
420
  "before proceeding"
421
  msgstr ""
422
 
423
- #: admin.inc.php:403
424
  #, fuzzy
425
  msgid "Reset Popular Posts"
426
  msgstr "लोकप्रिय पोस्ट्स "
427
 
428
- #: admin.inc.php:403
429
  msgid "Are you sure you want to reset the popular posts?"
430
  msgstr ""
431
 
432
- #: admin.inc.php:404
433
  #, fuzzy
434
  msgid "Reset Daily Popular Posts"
435
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
436
 
437
- #: admin.inc.php:404
438
  msgid "Are you sure you want to reset the daily popular posts?"
439
  msgstr ""
440
 
441
- #: admin.inc.php:405
442
  msgid "Clear duplicates"
443
  msgstr ""
444
 
445
- #: admin.inc.php:405
446
  msgid "This will delete the duplicate entries in the tables. Proceed?"
447
  msgstr ""
448
 
449
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
450
  msgid "Popular Posts"
451
  msgstr "लोकप्रिय पोस्ट्स "
452
 
453
- #: admin.inc.php:449 admin.inc.php:536
454
  msgid "Daily Popular Posts"
455
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
456
 
457
- #: admin.inc.php:477
458
  #, fuzzy
459
  msgid "Support the development"
460
  msgstr "समर्थन विकास"
461
 
462
- #: admin.inc.php:485
463
  msgid "Enter amount in USD: "
464
  msgstr ""
465
 
466
- #: admin.inc.php:489
467
  msgid "Send your donation to the author of"
468
  msgstr ""
469
 
470
- #: admin.inc.php:495
471
  msgid "Follow us"
472
  msgstr ""
473
 
474
- #: admin.inc.php:501
475
  msgid "Quick Links"
476
  msgstr ""
477
 
478
- #: admin.inc.php:503
479
  msgid "Top 10 plugin page"
480
  msgstr ""
481
 
482
- #: admin.inc.php:504
483
  msgid "Other plugins"
484
  msgstr ""
485
 
486
- #: admin.inc.php:505
487
  msgid "Ajay's blog"
488
  msgstr ""
489
 
490
- #: admin.inc.php:506 top-10.php:921
491
  msgid "Support"
492
  msgstr ""
493
 
494
- #: admin.inc.php:510
495
  msgid "Recent developments"
496
  msgstr ""
497
 
498
- #: admin.inc.php:527 admin.inc.php:530
499
  #, fuzzy
500
  msgid "Top 10 Settings"
501
  msgstr "शीर्ष 10"
502
 
503
- #: admin.inc.php:527
504
  msgid "Top 10"
505
  msgstr "शीर्ष 10"
506
 
507
- #: admin.inc.php:533
508
  #, fuzzy
509
  msgid "Overall Popular Posts"
510
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
511
 
512
- #: admin.inc.php:675
513
  msgid "Results"
514
  msgstr "परिणाम"
515
 
516
- #: admin.inc.php:677 admin.inc.php:683
517
  msgid "of"
518
  msgstr "का"
519
 
520
- #: admin.inc.php:681
521
  msgid "Page"
522
  msgstr "पृष्ठ"
523
 
524
- #: admin.inc.php:695
525
  msgid "View Daily Popular Posts"
526
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
527
 
528
- #: admin.inc.php:698 admin.inc.php:711
529
  msgid "Results per-page:"
530
  msgstr "प्रति परिणाम पृष्ठ:"
531
 
532
- #: admin.inc.php:708
533
  msgid "View Overall Popular Posts"
534
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
535
 
536
- #: admin.inc.php:737
537
  msgid "Previous"
538
  msgstr "पिछला"
539
 
540
- #: admin.inc.php:755
541
  msgid "Next"
542
  msgstr "अगला"
543
 
544
- #: admin.inc.php:796
545
  msgid "Daily Popular"
546
  msgstr "दैनिक लोकप्रिय"
547
 
548
- #: admin.inc.php:812
549
  msgid "Total / Today's Views"
550
  msgstr "कुल / आज दर्शाव"
551
 
552
- #: top-10.php:403
553
  msgid "Display the posts popular this week"
554
  msgstr ""
555
 
556
- #: top-10.php:417
557
  msgid "Title"
558
  msgstr ""
559
 
560
- #: top-10.php:422
561
  msgid "No. of posts"
562
  msgstr ""
563
 
564
- #: top-10.php:427
565
  msgid "Overall"
566
  msgstr ""
567
 
568
- #: top-10.php:428
569
  msgid "Custom time period (Enter below)"
570
  msgstr ""
571
 
572
- #: top-10.php:433
573
  msgid "Range in number of days (applies only to custom option above)"
574
  msgstr ""
575
 
576
- #: top-10.php:437
577
  msgid "Thumbnail options"
578
  msgstr ""
579
 
580
- #: top-10.php:439
581
  #, fuzzy
582
  msgid "Thumbnails inline, before title"
583
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
584
 
585
- #: top-10.php:440
586
  #, fuzzy
587
  msgid "Thumbnails inline, after title"
588
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
589
 
590
- #: top-10.php:441
591
  msgid "Only thumbnails, no text"
592
  msgstr ""
593
 
594
- #: top-10.php:442
595
  msgid "No thumbnails, only text."
596
  msgstr ""
597
 
598
- #: top-10.php:447
599
  msgid " Show excerpt?"
600
  msgstr ""
601
 
602
- #: top-10.php:522
603
  msgid "<h3>Popular Posts</h3>"
604
  msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
605
 
606
- #: top-10.php:523
607
  msgid "<h3>Daily Popular</h3>"
608
  msgstr "<h3> दैनिक लोकप्रिय </ h3>"
609
 
610
- #: top-10.php:524
611
  #, fuzzy
612
  msgid "No top posts yet"
613
  msgstr "लोकप्रिय पदों का शीर्षक:"
614
 
615
- #: top-10.php:887
616
  msgid "Once Weekly"
617
  msgstr ""
618
 
619
- #: top-10.php:888
620
  msgid "Once Fortnightly"
621
  msgstr ""
622
 
623
- #: top-10.php:889
624
  msgid "Once Monthly"
625
  msgstr ""
626
 
627
- #: top-10.php:909
628
  msgid "Settings"
629
  msgstr ""
630
 
631
- #: top-10.php:922
632
  msgid "Donate"
633
  msgstr ""
634
 
 
 
 
 
 
 
 
635
  #~ msgid "Display number of views on pages?"
636
  #~ msgstr "पन्नों पर विचार के प्रदर्शन की संख्या?"
637
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-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"
13
  "X-Poedit-SourceCharset: utf-8\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "X-Poedit-Basepath: ../\n"
16
+ "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin.inc.php:102
20
  msgid "Scheduled maintenance enabled / modified"
21
  msgstr ""
22
 
23
+ #: admin.inc.php:106
24
  msgid "Scheduled maintenance disabled"
25
  msgstr ""
26
 
27
+ #: admin.inc.php:123
28
  msgid "Options saved successfully."
29
  msgstr "विकल्प सफलतापूर्वक बचाया."
30
 
31
+ #: admin.inc.php:132
32
  msgid "Options set to Default."
33
  msgstr "विकल्प डिफ़ॉल्ट से तैयार है."
34
 
35
+ #: admin.inc.php:138
36
  #, fuzzy
37
  msgid "Top 10 popular posts reset"
38
  msgstr "लोकप्रिय पदों का शीर्षक:"
39
 
40
+ #: admin.inc.php:144
41
  #, fuzzy
42
  msgid "Top 10 daily popular posts reset"
43
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
44
 
45
+ #: admin.inc.php:151
46
  msgid "Duplicate rows cleaned from tables"
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:196
77
  msgid "Daily Popular should contain views of how many days? "
78
  msgstr "दैनिक लोकप्रिय कितने दिनों के विचारों को शामिल करना चाहिए?"
79
 
80
+ #: admin.inc.php:199
81
+ msgid "Post types to include in results (including custom post types)"
82
  msgstr ""
83
 
84
+ #: admin.inc.php:210
85
+ msgid "List of post or page IDs to exclude from the results: "
 
 
86
  msgstr ""
 
 
87
 
88
+ #: admin.inc.php:214
89
  msgid "Exclude Categories: "
90
  msgstr ""
91
 
92
+ #: admin.inc.php:229
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:234
100
  #, fuzzy
101
  msgid "Display number of views on:"
102
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
103
 
104
+ #: admin.inc.php:236
105
  msgid "Posts"
106
  msgstr ""
107
 
108
+ #: admin.inc.php:237
109
  #, fuzzy
110
  msgid "Pages"
111
  msgstr "पृष्ठ"
112
 
113
+ #: admin.inc.php:238
114
+ msgid "Home page"
115
+ msgstr ""
116
+
117
+ #: admin.inc.php:239
118
+ msgid "Feeds"
119
+ msgstr ""
120
+
121
+ #: admin.inc.php:240
122
+ msgid "Category archives"
123
+ msgstr ""
124
+
125
+ #: admin.inc.php:241
126
+ msgid "Tag archives"
127
+ msgstr ""
128
+
129
+ #: admin.inc.php:242
130
+ msgid "Other archives"
131
+ msgstr ""
132
+
133
+ #: admin.inc.php:243
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:246
141
  msgid "Always display latest post count"
142
  msgstr ""
143
 
144
+ #: admin.inc.php:248
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"
149
  msgstr ""
150
 
151
+ #: admin.inc.php:251
152
  msgid "Always display latest post count in the daily lists"
153
  msgstr ""
154
 
155
+ #: admin.inc.php:253
156
  #, fuzzy
157
  msgid "This option uses JavaScript and will increase your page load time"
158
  msgstr ""
159
  "सेना दैनिक 'पदों की सूची गतिशील हो? इस विकल्प को पद भार जावास्क्रिप्ट का उपयोग करता "
160
  "है और अपने पृष्ठ लोड समय बढ़ा सकते हैं"
161
 
162
+ #: admin.inc.php:256
163
  msgid "Track visits of authors on their own posts?"
164
  msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
165
 
166
+ #: admin.inc.php:259
167
  #, fuzzy
168
  msgid "Track visits of admins?"
169
  msgstr "ट्रैक लेखक के अपने पदों पर यात्रा?"
170
 
171
+ #: admin.inc.php:262
172
  msgid "Display page views on Posts > All Posts in Admin"
173
  msgstr ""
174
 
175
+ #: admin.inc.php:265
176
  msgid "Link to Top 10 plugin page"
177
  msgstr ""
178
 
179
+ #: admin.inc.php:267
180
  #, fuzzy
181
  msgid ""
182
  "A link to the plugin is added as an extra list item to the list of popular "
185
  "प्लगइन के लिए एक कड़ी लोकप्रिय पदों की सूची के लिए एक अतिरिक्त सूची आइटम के रूप में जोड़ा "
186
  "है. नहीं अनिवार्य है, लेकिन धन्यवाद यदि तुम इसे करो!"
187
 
188
+ #: admin.inc.php:274
189
  #, fuzzy
190
  msgid "Output Options"
191
  msgstr "विकल्प हैं:"
192
 
193
+ #: admin.inc.php:277
194
  msgid "Format to display the count in: "
195
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
196
 
197
+ #: admin.inc.php:279
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
206
  "dailycount% </ कोड> को दैनिक गणना प्रदर्शन. उदाहरण डिफ़ॉल्ट विकल्प प्रदर्शित <code> "
207
  "(दौरा 123 बार, 23 का दौरा आज) </ कोड>"
208
 
209
+ #: admin.inc.php:282
210
  msgid "Title of popular posts: "
211
  msgstr "लोकप्रिय पदों का शीर्षक:"
212
 
213
+ #: admin.inc.php:285
214
  msgid "Title of daily popular posts: "
215
  msgstr "दैनिक लोकप्रिय पदों का शीर्षक:"
216
 
217
+ #: admin.inc.php:288
218
  msgid "When there are no posts, what should be shown?"
219
  msgstr ""
220
 
221
+ #: admin.inc.php:292
222
  msgid "Blank Output"
223
  msgstr ""
224
 
225
+ #: admin.inc.php:296
226
  msgid "Display:"
227
  msgstr ""
228
 
229
+ #: admin.inc.php:300
230
  msgid "Show post excerpt in list?"
231
  msgstr ""
232
 
233
+ #: admin.inc.php:303
234
  msgid "Length of excerpt (in words): "
235
  msgstr ""
236
 
237
+ #: admin.inc.php:306
238
+ msgid "Show post date in list?"
239
+ msgstr ""
240
+
241
+ #: admin.inc.php:309
242
+ msgid "Limit post title length (in characters)"
243
+ msgstr ""
244
+
245
+ #: admin.inc.php:312
246
  msgid "Display number of page views in popular lists?"
247
  msgstr "लोकप्रिय सूची में पृष्ठ विचारों का प्रदर्शन नंबर?"
248
 
249
+ #: admin.inc.php:315
250
+ msgid "Open links in new window"
251
+ msgstr ""
252
+
253
+ #: admin.inc.php:318
254
+ msgid "Add nofollow attribute to links in the list"
255
+ msgstr ""
256
+
257
+ #: admin.inc.php:321
258
+ msgid "Exclude display of related posts on these posts / pages"
259
+ msgstr ""
260
+
261
+ #: admin.inc.php:324
262
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
263
+ msgstr ""
264
+
265
+ #: admin.inc.php:327
266
  msgid "Customize the output:"
267
  msgstr ""
268
 
269
+ #: admin.inc.php:329
270
  msgid "HTML to display before the list of posts: "
271
  msgstr ""
272
 
273
+ #: admin.inc.php:332
274
  msgid "HTML to display before each list item: "
275
  msgstr ""
276
 
277
+ #: admin.inc.php:335
278
  #, fuzzy
279
  msgid "HTML to display after each list item: "
280
  msgstr "प्रारूप में गिनती प्रदर्शित करने के लिए:"
281
 
282
+ #: admin.inc.php:338
283
  msgid "HTML to display after the list of posts: "
284
  msgstr ""
285
 
286
+ #: admin.inc.php:341
287
  msgid "Post thumbnail options:"
288
  msgstr ""
289
 
290
+ #: admin.inc.php:343
291
  msgid "Location of post thumbnail:"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:347
295
  #, fuzzy
296
  msgid "Display thumbnails inline with posts, before title"
297
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
298
 
299
+ #: admin.inc.php:351
300
  #, fuzzy
301
  msgid "Display thumbnails inline with posts, after title"
302
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
303
 
304
+ #: admin.inc.php:355
305
  msgid "Display only thumbnails, no text"
306
  msgstr ""
307
 
308
+ #: admin.inc.php:359
309
  msgid "Do not display thumbnails, only text."
310
  msgstr ""
311
 
312
+ #: admin.inc.php:363
313
+ msgid "Width of the thumbnail: "
314
  msgstr ""
315
 
316
+ #: admin.inc.php:366
317
+ msgid "Height of the thumbnail: "
318
+ msgstr ""
319
+
320
+ #: admin.inc.php:369
321
+ msgid "Style attributes / Width and Height HTML attributes:"
322
+ msgstr ""
323
+
324
+ #: admin.inc.php:373
325
+ msgid ""
326
+ "Style attributes are used for width and height. <code>style=\"max-width:"
327
+ msgstr ""
328
+
329
+ #: admin.inc.php:377
330
+ msgid ""
331
+ "HTML width and height attributes are used for width and height. <code>width="
332
+ "\""
333
  msgstr ""
334
 
335
+ #: admin.inc.php:381
336
  msgid "Use timthumb to generate thumbnails? "
337
  msgstr ""
338
 
339
+ #: admin.inc.php:382
340
  msgid ""
341
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
342
  "\">timthumb</a> will be used to generate thumbnails"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:384
346
  msgid "Post thumbnail meta field name: "
347
  msgstr ""
348
 
349
+ #: admin.inc.php:385
350
  msgid ""
351
  "The value of this field should contain the image source and is set in the "
352
  "<em>Add New Post</em> screen"
353
  msgstr ""
354
 
355
+ #: admin.inc.php:387
356
  msgid ""
357
  "If the postmeta is not set, then should the plugin extract the first image "
358
  "from the post?"
359
  msgstr ""
360
 
361
+ #: admin.inc.php:388
362
  msgid ""
363
  "This could slow down the loading of your page if the first image in the "
364
  "related posts is large in file-size"
365
  msgstr ""
366
 
367
+ #: admin.inc.php:390
368
  msgid "Use default thumbnail? "
369
  msgstr ""
370
 
371
+ #: admin.inc.php:391
372
  msgid ""
373
  "If checked, when no thumbnail is found, show a default one from the URL "
374
  "below. If not checked and no thumbnail is found, no image will be shown."
375
  msgstr ""
376
 
377
+ #: admin.inc.php:393
378
  msgid "Default thumbnail: "
379
  msgstr ""
380
 
381
+ #: admin.inc.php:394
382
  msgid ""
383
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
384
  "then it will check the meta field. If this is not available, then it will "
385
  "show the default image as specified above"
386
  msgstr ""
387
 
388
+ #: admin.inc.php:400
389
  msgid "Custom Styles"
390
  msgstr ""
391
 
392
+ #: admin.inc.php:403
393
  msgid "Custom CSS to add to header:"
394
  msgstr ""
395
 
396
+ #: admin.inc.php:406
397
  msgid ""
398
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
399
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
400
  "available CSS classes to style."
401
  msgstr ""
402
 
403
+ #: admin.inc.php:413
404
  msgid "Maintenance"
405
  msgstr ""
406
 
407
+ #: admin.inc.php:417
408
  msgid ""
409
  "Over time the Daily Top 10 database grows in size, which reduces the "
410
  "performance of the plugin. Cleaning the database at regular intervals could "
411
  "improve performance, especially on high traffic blogs."
412
  msgstr ""
413
 
414
+ #: admin.inc.php:418
415
  msgid ""
416
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
417
  "everytime the job is rescheduled (i.e. you change the settings below). This "
418
  "causes the daily posts table to reset."
419
  msgstr ""
420
 
421
+ #: admin.inc.php:421
422
  msgid "Enable scheduled maintenance of daily tables:"
423
  msgstr ""
424
 
425
+ #: admin.inc.php:425
426
  msgid "Time to run maintenance"
427
  msgstr ""
428
 
429
+ #: admin.inc.php:428
430
  msgid "How often should the maintenance be run:"
431
  msgstr ""
432
 
433
+ #: admin.inc.php:432
434
  msgid "Daily"
435
  msgstr ""
436
 
437
+ #: admin.inc.php:436
438
  msgid "Weekly"
439
  msgstr ""
440
 
441
+ #: admin.inc.php:440
442
  msgid "Fortnightly"
443
  msgstr ""
444
 
445
+ #: admin.inc.php:444
446
  msgid "Monthly"
447
  msgstr ""
448
 
449
+ #: admin.inc.php:453
450
  msgid "The cron job has been scheduled. Maintenance will run "
451
  msgstr ""
452
 
453
+ #: admin.inc.php:458
454
  msgid "The cron job is missing. Please resave this page to add the job"
455
  msgstr ""
456
 
457
+ #: admin.inc.php:463
458
  msgid "Maintenance is turned off"
459
  msgstr ""
460
 
461
+ #: admin.inc.php:471
462
  #, fuzzy
463
  msgid "Save Options"
464
  msgstr "विकल्प हैं:"
465
 
466
+ #: admin.inc.php:472
467
  #, fuzzy
468
  msgid "Default Options"
469
  msgstr "विकल्प हैं:"
470
 
471
+ #: admin.inc.php:472
472
  msgid "Do you want to set options to Default?"
473
  msgstr "क्या आप डिफ़ॉल्ट विकल्प सेट करना चाहते हैं?"
474
 
475
+ #: admin.inc.php:476
476
  msgid "Reset count"
477
  msgstr ""
478
 
479
+ #: admin.inc.php:479
480
  msgid ""
481
  "This cannot be reversed. Make sure that your database has been backed up "
482
  "before proceeding"
483
  msgstr ""
484
 
485
+ #: admin.inc.php:482
486
  #, fuzzy
487
  msgid "Reset Popular Posts"
488
  msgstr "लोकप्रिय पोस्ट्स "
489
 
490
+ #: admin.inc.php:482
491
  msgid "Are you sure you want to reset the popular posts?"
492
  msgstr ""
493
 
494
+ #: admin.inc.php:483
495
  #, fuzzy
496
  msgid "Reset Daily Popular Posts"
497
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
498
 
499
+ #: admin.inc.php:483
500
  msgid "Are you sure you want to reset the daily popular posts?"
501
  msgstr ""
502
 
503
+ #: admin.inc.php:484
504
  msgid "Clear duplicates"
505
  msgstr ""
506
 
507
+ #: admin.inc.php:484
508
  msgid "This will delete the duplicate entries in the tables. Proceed?"
509
  msgstr ""
510
 
511
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
512
  msgid "Popular Posts"
513
  msgstr "लोकप्रिय पोस्ट्स "
514
 
515
+ #: admin.inc.php:528 admin.inc.php:615
516
  msgid "Daily Popular Posts"
517
  msgstr "दैनिक लोकप्रिय पोस्ट्स "
518
 
519
+ #: admin.inc.php:556
520
  #, fuzzy
521
  msgid "Support the development"
522
  msgstr "समर्थन विकास"
523
 
524
+ #: admin.inc.php:564
525
  msgid "Enter amount in USD: "
526
  msgstr ""
527
 
528
+ #: admin.inc.php:568
529
  msgid "Send your donation to the author of"
530
  msgstr ""
531
 
532
+ #: admin.inc.php:574
533
  msgid "Follow us"
534
  msgstr ""
535
 
536
+ #: admin.inc.php:580
537
  msgid "Quick Links"
538
  msgstr ""
539
 
540
+ #: admin.inc.php:582
541
  msgid "Top 10 plugin page"
542
  msgstr ""
543
 
544
+ #: admin.inc.php:583
545
  msgid "Other plugins"
546
  msgstr ""
547
 
548
+ #: admin.inc.php:584
549
  msgid "Ajay's blog"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:585 top-10.php:1062
553
  msgid "Support"
554
  msgstr ""
555
 
556
+ #: admin.inc.php:589
557
  msgid "Recent developments"
558
  msgstr ""
559
 
560
+ #: admin.inc.php:606 admin.inc.php:609
561
  #, fuzzy
562
  msgid "Top 10 Settings"
563
  msgstr "शीर्ष 10"
564
 
565
+ #: admin.inc.php:606
566
  msgid "Top 10"
567
  msgstr "शीर्ष 10"
568
 
569
+ #: admin.inc.php:612
570
  #, fuzzy
571
  msgid "Overall Popular Posts"
572
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
573
 
574
+ #: admin.inc.php:754
575
  msgid "Results"
576
  msgstr "परिणाम"
577
 
578
+ #: admin.inc.php:756 admin.inc.php:762
579
  msgid "of"
580
  msgstr "का"
581
 
582
+ #: admin.inc.php:760
583
  msgid "Page"
584
  msgstr "पृष्ठ"
585
 
586
+ #: admin.inc.php:774
587
  msgid "View Daily Popular Posts"
588
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
589
 
590
+ #: admin.inc.php:777 admin.inc.php:790
591
  msgid "Results per-page:"
592
  msgstr "प्रति परिणाम पृष्ठ:"
593
 
594
+ #: admin.inc.php:787
595
  msgid "View Overall Popular Posts"
596
  msgstr "देखें दैनिक लोकप्रिय पोस्ट्स "
597
 
598
+ #: admin.inc.php:816
599
  msgid "Previous"
600
  msgstr "पिछला"
601
 
602
+ #: admin.inc.php:834
603
  msgid "Next"
604
  msgstr "अगला"
605
 
606
+ #: admin.inc.php:875
607
  msgid "Daily Popular"
608
  msgstr "दैनिक लोकप्रिय"
609
 
610
+ #: admin.inc.php:891
611
  msgid "Total / Today's Views"
612
  msgstr "कुल / आज दर्शाव"
613
 
614
+ #: top-10.php:467
615
  msgid "Display the posts popular this week"
616
  msgstr ""
617
 
618
+ #: top-10.php:481
619
  msgid "Title"
620
  msgstr ""
621
 
622
+ #: top-10.php:486
623
  msgid "No. of posts"
624
  msgstr ""
625
 
626
+ #: top-10.php:491
627
  msgid "Overall"
628
  msgstr ""
629
 
630
+ #: top-10.php:492
631
  msgid "Custom time period (Enter below)"
632
  msgstr ""
633
 
634
+ #: top-10.php:497
635
  msgid "Range in number of days (applies only to custom option above)"
636
  msgstr ""
637
 
638
+ #: top-10.php:501
639
  msgid "Thumbnail options"
640
  msgstr ""
641
 
642
+ #: top-10.php:503
643
  #, fuzzy
644
  msgid "Thumbnails inline, before title"
645
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
646
 
647
+ #: top-10.php:504
648
  #, fuzzy
649
  msgid "Thumbnails inline, after title"
650
  msgstr "पदों पर विचारों के प्रदर्शन की संख्या?"
651
 
652
+ #: top-10.php:505
653
  msgid "Only thumbnails, no text"
654
  msgstr ""
655
 
656
+ #: top-10.php:506
657
  msgid "No thumbnails, only text."
658
  msgstr ""
659
 
660
+ #: top-10.php:511
661
  msgid " Show excerpt?"
662
  msgstr ""
663
 
664
+ #: top-10.php:586
665
  msgid "<h3>Popular Posts</h3>"
666
  msgstr "<h3> लोकप्रिय पोस्ट्स </ h3>"
667
 
668
+ #: top-10.php:587
669
  msgid "<h3>Daily Popular</h3>"
670
  msgstr "<h3> दैनिक लोकप्रिय </ h3>"
671
 
672
+ #: top-10.php:588
673
  #, fuzzy
674
  msgid "No top posts yet"
675
  msgstr "लोकप्रिय पदों का शीर्षक:"
676
 
677
+ #: top-10.php:1028
678
  msgid "Once Weekly"
679
  msgstr ""
680
 
681
+ #: top-10.php:1029
682
  msgid "Once Fortnightly"
683
  msgstr ""
684
 
685
+ #: top-10.php:1030
686
  msgid "Once Monthly"
687
  msgstr ""
688
 
689
+ #: top-10.php:1050
690
  msgid "Settings"
691
  msgstr ""
692
 
693
+ #: top-10.php:1063
694
  msgid "Donate"
695
  msgstr ""
696
 
697
+ #~ msgid ""
698
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
699
+ #~ "continue to be counted."
700
+ #~ msgstr ""
701
+ #~ "लोकप्रिय के प्रदर्शन में पेज बाहर निकालें पोस्ट? पन्नों पर विचार की संख्या की गिनती "
702
+ #~ "जारी रहेगी."
703
+
704
  #~ msgid "Display number of views on pages?"
705
  #~ msgstr "पन्नों पर विचार के प्रदर्शन की संख्या?"
706
 
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-06-30 14:29-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"
@@ -12,125 +12,146 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Le opzioni sono state salvate con successo."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Opzioni impostate alle predefinite."
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Ripristino 10 articoli più popolari"
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Ripristino 10 articoli più popolari del giorno"
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Numero degli articoli più popolari da mostrare:"
72
 
73
- #: admin.inc.php:163
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:167
80
- #, fuzzy
81
- msgid "Exclude Pages?"
82
- msgstr "Escludi categorie:"
83
 
84
- #: admin.inc.php:168
85
- msgid ""
86
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
87
- "continue to be counted."
88
  msgstr ""
89
- "Desideri escludere le pagine dalla visualizzazione per gli articoli più "
90
- "popolari? Il numero delle visualizzazioni continuerà ad essere comunque "
91
- "aggiornato."
92
 
93
- #: admin.inc.php:171
94
  msgid "Exclude Categories: "
95
  msgstr "Escludi categorie:"
96
 
97
- #: admin.inc.php:186
98
  msgid ""
99
  "Comma separated list of category slugs. The field above has an autocomplete "
100
  "so simply start typing in the starting letters and it will prompt you with "
101
  "options"
102
  msgstr ""
103
 
104
- #: admin.inc.php:191
105
  #, fuzzy
106
  msgid "Display number of views on:"
107
  msgstr "Desideri mostrare il numero delle visualizzazioni negli articoli?"
108
 
109
- #: admin.inc.php:193
110
  msgid "Posts"
111
  msgstr ""
112
 
113
- #: admin.inc.php:194
114
  #, fuzzy
115
  msgid "Pages"
116
  msgstr "Pagina"
117
 
118
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  msgid "Always display latest post count"
120
  msgstr ""
121
 
122
- #: admin.inc.php:199
123
  msgid ""
124
  "This option uses JavaScript and will increase your page load time. Turn this "
125
  "off if you are not using caching plugins or are OK with displaying older "
126
  "cached counts"
127
  msgstr ""
128
 
129
- #: admin.inc.php:202
130
  msgid "Always display latest post count in the daily lists"
131
  msgstr ""
132
 
133
- #: admin.inc.php:204
134
  #, fuzzy
135
  msgid "This option uses JavaScript and will increase your page load time"
136
  msgstr ""
@@ -138,28 +159,28 @@ msgstr ""
138
  "utilizza un JavaScript per il caricamento dell'articolo e di conseguenza "
139
  "potrà fare aumentare i tempi di caricamento della stessa pagina"
140
 
141
- #: admin.inc.php:207
142
  msgid "Track visits of authors on their own posts?"
143
  msgstr ""
144
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
145
  "del sito?"
146
 
147
- #: admin.inc.php:210
148
  #, fuzzy
149
  msgid "Track visits of admins?"
150
  msgstr ""
151
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
152
  "del sito?"
153
 
154
- #: admin.inc.php:213
155
  msgid "Display page views on Posts > All Posts in Admin"
156
  msgstr ""
157
 
158
- #: admin.inc.php:216
159
  msgid "Link to Top 10 plugin page"
160
  msgstr ""
161
 
162
- #: admin.inc.php:218
163
  #, fuzzy
164
  msgid ""
165
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -169,16 +190,16 @@ msgstr ""
169
  "pagina del plugin. Ti sarei molto grato qualora non disattivassi questa "
170
  "opzione!"
171
 
172
- #: admin.inc.php:225
173
  #, fuzzy
174
  msgid "Output Options"
175
  msgstr "Opzioni output:"
176
 
177
- #: admin.inc.php:228
178
  msgid "Format to display the count in: "
179
  msgstr "Formato per il conteggio:"
180
 
181
- #: admin.inc.php:230
182
  #, fuzzy
183
  msgid ""
184
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -191,114 +212,154 @@ msgstr ""
191
  "esempio, le opzioni predefinite verranno mostrate online con un <code>(letto "
192
  "123 volte, 23 visite odierne)</code>"
193
 
194
- #: admin.inc.php:233
195
  msgid "Title of popular posts: "
196
  msgstr "Titolo per gli articoli più popolari:"
197
 
198
- #: admin.inc.php:236
199
  msgid "Title of daily popular posts: "
200
  msgstr "Titolo per gli articoli più popolari del giorno:"
201
 
202
- #: admin.inc.php:239
203
  msgid "When there are no posts, what should be shown?"
204
  msgstr ""
205
 
206
- #: admin.inc.php:243
207
  msgid "Blank Output"
208
  msgstr ""
209
 
210
- #: admin.inc.php:247
211
  msgid "Display:"
212
  msgstr ""
213
 
214
- #: admin.inc.php:251
215
  msgid "Show post excerpt in list?"
216
  msgstr "Desideri mostrare gli estratti?"
217
 
218
- #: admin.inc.php:254
219
  msgid "Length of excerpt (in words): "
220
  msgstr "Lunghezza estratto (in parole):"
221
 
222
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
223
  msgid "Display number of page views in popular lists?"
224
  msgstr ""
225
  "Desideri mostrare il numero delle visualizzazioni per pagina nella lista dei "
226
  "più popolari?"
227
 
228
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  msgid "Customize the output:"
230
  msgstr "Personalizzazione output:"
231
 
232
- #: admin.inc.php:262
233
  msgid "HTML to display before the list of posts: "
234
  msgstr "HTML da mostrare davanti alla lista degli articoli:"
235
 
236
- #: admin.inc.php:265
237
  msgid "HTML to display before each list item: "
238
  msgstr "HTML da mostrare davanti ad ogni singola lista:"
239
 
240
- #: admin.inc.php:268
241
  msgid "HTML to display after each list item: "
242
  msgstr "HTML da mostrare dopo ogni lista:"
243
 
244
- #: admin.inc.php:271
245
  msgid "HTML to display after the list of posts: "
246
  msgstr "HTML da mostrare dopo la lista degli articoli:"
247
 
248
- #: admin.inc.php:274
249
  msgid "Post thumbnail options:"
250
  msgstr "Opzioni miniature articolo:"
251
 
252
- #: admin.inc.php:276
253
  msgid "Location of post thumbnail:"
254
  msgstr ""
255
 
256
- #: admin.inc.php:280
257
  msgid "Display thumbnails inline with posts, before title"
258
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
259
 
260
- #: admin.inc.php:284
261
  msgid "Display thumbnails inline with posts, after title"
262
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
263
 
264
- #: admin.inc.php:288
265
  msgid "Display only thumbnails, no text"
266
  msgstr "Mostra le sole miniature, nessun testo"
267
 
268
- #: admin.inc.php:292
269
  msgid "Do not display thumbnails, only text."
270
  msgstr "Non mostrare le miniature, solo testo."
271
 
272
- #: admin.inc.php:296
273
- msgid "Maximum width of the thumbnail: "
 
 
 
 
274
  msgstr ""
275
 
276
- #: admin.inc.php:299
277
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
278
  msgstr ""
279
 
280
- #: admin.inc.php:302
281
  msgid "Use timthumb to generate thumbnails? "
282
  msgstr ""
283
 
284
- #: admin.inc.php:303
285
  msgid ""
286
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
287
  "\">timthumb</a> will be used to generate thumbnails"
288
  msgstr ""
289
 
290
- #: admin.inc.php:305
291
  #, fuzzy
292
  msgid "Post thumbnail meta field name: "
293
  msgstr "Opzioni miniature articolo:"
294
 
295
- #: admin.inc.php:306
296
  msgid ""
297
  "The value of this field should contain the image source and is set in the "
298
  "<em>Add New Post</em> screen"
299
  msgstr ""
300
 
301
- #: admin.inc.php:308
302
  #, fuzzy
303
  msgid ""
304
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -309,7 +370,7 @@ msgstr ""
309
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
310
  "dimensioni"
311
 
312
- #: admin.inc.php:309
313
  #, fuzzy
314
  msgid ""
315
  "This could slow down the loading of your page if the first image in the "
@@ -320,11 +381,11 @@ msgstr ""
320
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
321
  "dimensioni"
322
 
323
- #: admin.inc.php:311
324
  msgid "Use default thumbnail? "
325
  msgstr ""
326
 
327
- #: admin.inc.php:312
328
  msgid ""
329
  "If checked, when no thumbnail is found, show a default one from the URL "
330
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -332,11 +393,11 @@ msgstr ""
332
  "Se attiva, in assenza di miniatura ne mostrerà una predefinita da URL qui "
333
  "sotto. Se inattiva e senza miniatura, non verrà mostrata nessuna immagine."
334
 
335
- #: admin.inc.php:314
336
  msgid "Default thumbnail: "
337
  msgstr ""
338
 
339
- #: admin.inc.php:315
340
  #, fuzzy
341
  msgid ""
342
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -348,98 +409,98 @@ msgstr ""
348
  "meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come "
349
  "specificato qui sotto:"
350
 
351
- #: admin.inc.php:321
352
  msgid "Custom Styles"
353
  msgstr ""
354
 
355
- #: admin.inc.php:324
356
  msgid "Custom CSS to add to header:"
357
  msgstr ""
358
 
359
- #: admin.inc.php:327
360
  msgid ""
361
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
362
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
363
  "available CSS classes to style."
364
  msgstr ""
365
 
366
- #: admin.inc.php:334
367
  msgid "Maintenance"
368
  msgstr ""
369
 
370
- #: admin.inc.php:338
371
  msgid ""
372
  "Over time the Daily Top 10 database grows in size, which reduces the "
373
  "performance of the plugin. Cleaning the database at regular intervals could "
374
  "improve performance, especially on high traffic blogs."
375
  msgstr ""
376
 
377
- #: admin.inc.php:339
378
  msgid ""
379
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
380
  "everytime the job is rescheduled (i.e. you change the settings below). This "
381
  "causes the daily posts table to reset."
382
  msgstr ""
383
 
384
- #: admin.inc.php:342
385
  msgid "Enable scheduled maintenance of daily tables:"
386
  msgstr ""
387
 
388
- #: admin.inc.php:346
389
  msgid "Time to run maintenance"
390
  msgstr ""
391
 
392
- #: admin.inc.php:349
393
  msgid "How often should the maintenance be run:"
394
  msgstr ""
395
 
396
- #: admin.inc.php:353
397
  msgid "Daily"
398
  msgstr ""
399
 
400
- #: admin.inc.php:357
401
  msgid "Weekly"
402
  msgstr ""
403
 
404
- #: admin.inc.php:361
405
  msgid "Fortnightly"
406
  msgstr ""
407
 
408
- #: admin.inc.php:365
409
  msgid "Monthly"
410
  msgstr ""
411
 
412
- #: admin.inc.php:374
413
  msgid "The cron job has been scheduled. Maintenance will run "
414
  msgstr ""
415
 
416
- #: admin.inc.php:379
417
  msgid "The cron job is missing. Please resave this page to add the job"
418
  msgstr ""
419
 
420
- #: admin.inc.php:384
421
  msgid "Maintenance is turned off"
422
  msgstr ""
423
 
424
- #: admin.inc.php:392
425
  #, fuzzy
426
  msgid "Save Options"
427
  msgstr "Opzioni:"
428
 
429
- #: admin.inc.php:393
430
  #, fuzzy
431
  msgid "Default Options"
432
  msgstr "Opzioni output:"
433
 
434
- #: admin.inc.php:393
435
  msgid "Do you want to set options to Default?"
436
  msgstr "Desideri ripristinare alle predefinite?"
437
 
438
- #: admin.inc.php:397
439
  msgid "Reset count"
440
  msgstr "Ripristino conteggio"
441
 
442
- #: admin.inc.php:400
443
  msgid ""
444
  "This cannot be reversed. Make sure that your database has been backed up "
445
  "before proceeding"
@@ -447,223 +508,235 @@ msgstr ""
447
  "Questa operazione non é reversibile. Effettua il backup del database prima "
448
  "di procedere"
449
 
450
- #: admin.inc.php:403
451
  #, fuzzy
452
  msgid "Reset Popular Posts"
453
  msgstr "Gli articoli più popolari"
454
 
455
- #: admin.inc.php:403
456
  msgid "Are you sure you want to reset the popular posts?"
457
  msgstr "Sei certo di volere ripristinare gli articoli più popolari?"
458
 
459
- #: admin.inc.php:404
460
  #, fuzzy
461
  msgid "Reset Daily Popular Posts"
462
  msgstr "Gli articoli più popolari di oggi"
463
 
464
- #: admin.inc.php:404
465
  msgid "Are you sure you want to reset the daily popular posts?"
466
  msgstr "Sei certo di volere ripristinare gli articoli più popolari del giorno?"
467
 
468
- #: admin.inc.php:405
469
  msgid "Clear duplicates"
470
  msgstr ""
471
 
472
- #: admin.inc.php:405
473
  msgid "This will delete the duplicate entries in the tables. Proceed?"
474
  msgstr "Questa operazione cancelerà i duplicati dalle tabelle. Procedi?"
475
 
476
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
477
  msgid "Popular Posts"
478
  msgstr "Gli articoli più popolari"
479
 
480
- #: admin.inc.php:449 admin.inc.php:536
481
  msgid "Daily Popular Posts"
482
  msgstr "Gli articoli più popolari di oggi"
483
 
484
- #: admin.inc.php:477
485
  msgid "Support the development"
486
  msgstr "Sostieni lo sviluppo"
487
 
488
- #: admin.inc.php:485
489
  msgid "Enter amount in USD: "
490
  msgstr "Inserisci la cifra in USD: "
491
 
492
- #: admin.inc.php:489
493
  msgid "Send your donation to the author of"
494
  msgstr "Invia la tua donazione all'autore di"
495
 
496
- #: admin.inc.php:495
497
  msgid "Follow us"
498
  msgstr ""
499
 
500
- #: admin.inc.php:501
501
  #, fuzzy
502
  msgid "Quick Links"
503
  msgstr "Collegamenti veloci"
504
 
505
- #: admin.inc.php:503
506
  #, fuzzy
507
  msgid "Top 10 plugin page"
508
  msgstr "pagina plugin"
509
 
510
- #: admin.inc.php:504
511
  msgid "Other plugins"
512
  msgstr "Altri plugin"
513
 
514
- #: admin.inc.php:505
515
  msgid "Ajay's blog"
516
  msgstr "Il blog di Ajay"
517
 
518
- #: admin.inc.php:506 top-10.php:921
519
  msgid "Support"
520
  msgstr "Supporto"
521
 
522
- #: admin.inc.php:510
523
  msgid "Recent developments"
524
  msgstr "Sviluppi recenti"
525
 
526
- #: admin.inc.php:527 admin.inc.php:530
527
  #, fuzzy
528
  msgid "Top 10 Settings"
529
  msgstr "Impostazioni"
530
 
531
- #: admin.inc.php:527
532
  msgid "Top 10"
533
  msgstr "Top 10"
534
 
535
- #: admin.inc.php:533
536
  #, fuzzy
537
  msgid "Overall Popular Posts"
538
  msgstr "Visualizza panoramica articoli più popolari"
539
 
540
- #: admin.inc.php:675
541
  msgid "Results"
542
  msgstr "Risultati"
543
 
544
- #: admin.inc.php:677 admin.inc.php:683
545
  msgid "of"
546
  msgstr "di"
547
 
548
- #: admin.inc.php:681
549
  msgid "Page"
550
  msgstr "Pagina"
551
 
552
- #: admin.inc.php:695
553
  msgid "View Daily Popular Posts"
554
  msgstr "Visualizza gli articoli più letti di oggi"
555
 
556
- #: admin.inc.php:698 admin.inc.php:711
557
  msgid "Results per-page:"
558
  msgstr "Risultati per pagina:"
559
 
560
- #: admin.inc.php:708
561
  msgid "View Overall Popular Posts"
562
  msgstr "Visualizza panoramica articoli più popolari"
563
 
564
- #: admin.inc.php:737
565
  msgid "Previous"
566
  msgstr "Precedente"
567
 
568
- #: admin.inc.php:755
569
  msgid "Next"
570
  msgstr "Successiva"
571
 
572
- #: admin.inc.php:796
573
  msgid "Daily Popular"
574
  msgstr "I più letti di oggi"
575
 
576
- #: admin.inc.php:812
577
  msgid "Total / Today's Views"
578
  msgstr "Totale / Visualizzazioni odierne"
579
 
580
- #: top-10.php:403
581
  msgid "Display the posts popular this week"
582
  msgstr "Mostra articoli più popolari settimana in corso"
583
 
584
- #: top-10.php:417
585
  msgid "Title"
586
  msgstr ""
587
 
588
- #: top-10.php:422
589
  msgid "No. of posts"
590
  msgstr ""
591
 
592
- #: top-10.php:427
593
  msgid "Overall"
594
  msgstr ""
595
 
596
- #: top-10.php:428
597
  msgid "Custom time period (Enter below)"
598
  msgstr ""
599
 
600
- #: top-10.php:433
601
  msgid "Range in number of days (applies only to custom option above)"
602
  msgstr ""
603
 
604
- #: top-10.php:437
605
  #, fuzzy
606
  msgid "Thumbnail options"
607
  msgstr "Opzioni miniature articolo:"
608
 
609
- #: top-10.php:439
610
  #, fuzzy
611
  msgid "Thumbnails inline, before title"
612
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
613
 
614
- #: top-10.php:440
615
  #, fuzzy
616
  msgid "Thumbnails inline, after title"
617
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
618
 
619
- #: top-10.php:441
620
  #, fuzzy
621
  msgid "Only thumbnails, no text"
622
  msgstr "Mostra le sole miniature, nessun testo"
623
 
624
- #: top-10.php:442
625
  #, fuzzy
626
  msgid "No thumbnails, only text."
627
  msgstr "Non mostrare le miniature, solo testo."
628
 
629
- #: top-10.php:447
630
  #, fuzzy
631
  msgid " Show excerpt?"
632
  msgstr "Desideri mostrare gli estratti?"
633
 
634
- #: top-10.php:522
635
  msgid "<h3>Popular Posts</h3>"
636
  msgstr "<h3>Articoli più letti</h3>"
637
 
638
- #: top-10.php:523
639
  msgid "<h3>Daily Popular</h3>"
640
  msgstr "<h3>I più letti di oggi</h3>"
641
 
642
- #: top-10.php:524
643
  #, fuzzy
644
  msgid "No top posts yet"
645
  msgstr "Ripristino 10 articoli più popolari"
646
 
647
- #: top-10.php:887
648
  msgid "Once Weekly"
649
  msgstr ""
650
 
651
- #: top-10.php:888
652
  msgid "Once Fortnightly"
653
  msgstr ""
654
 
655
- #: top-10.php:889
656
  msgid "Once Monthly"
657
  msgstr ""
658
 
659
- #: top-10.php:909
660
  msgid "Settings"
661
  msgstr "Impostazioni"
662
 
663
- #: top-10.php:922
664
  msgid "Donate"
665
  msgstr "Donazione"
666
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  #~ msgid "Follow @ajaydsouza on Twitter"
668
  #~ msgstr "Segui @ajaydsouza su Twitter"
669
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10 in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Le opzioni sono state salvate con successo."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Opzioni impostate alle predefinite."
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Ripristino 10 articoli più popolari"
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Ripristino 10 articoli più popolari del giorno"
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
80
+ msgid "Post types to include in results (including custom post types)"
81
+ msgstr ""
 
82
 
83
+ #: admin.inc.php:210
84
+ msgid "List of post or page IDs to exclude from the results: "
 
 
85
  msgstr ""
 
 
 
86
 
87
+ #: admin.inc.php:214
88
  msgid "Exclude Categories: "
89
  msgstr "Escludi categorie:"
90
 
91
+ #: admin.inc.php:229
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:234
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Desideri mostrare il numero delle visualizzazioni negli articoli?"
102
 
103
+ #: admin.inc.php:236
104
  msgid "Posts"
105
  msgstr ""
106
 
107
+ #: admin.inc.php:237
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Pagina"
111
 
112
+ #: admin.inc.php:238
113
+ msgid "Home page"
114
+ msgstr ""
115
+
116
+ #: admin.inc.php:239
117
+ msgid "Feeds"
118
+ msgstr ""
119
+
120
+ #: admin.inc.php:240
121
+ msgid "Category archives"
122
+ msgstr ""
123
+
124
+ #: admin.inc.php:241
125
+ msgid "Tag archives"
126
+ msgstr ""
127
+
128
+ #: admin.inc.php:242
129
+ msgid "Other archives"
130
+ msgstr ""
131
+
132
+ #: admin.inc.php:243
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:246
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
+ #: admin.inc.php:248
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"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:251
151
  msgid "Always display latest post count in the daily lists"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:253
155
  #, fuzzy
156
  msgid "This option uses JavaScript and will increase your page load time"
157
  msgstr ""
159
  "utilizza un JavaScript per il caricamento dell'articolo e di conseguenza "
160
  "potrà fare aumentare i tempi di caricamento della stessa pagina"
161
 
162
+ #: admin.inc.php:256
163
  msgid "Track visits of authors on their own posts?"
164
  msgstr ""
165
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
166
  "del sito?"
167
 
168
+ #: admin.inc.php:259
169
  #, fuzzy
170
  msgid "Track visits of admins?"
171
  msgstr ""
172
  "Desideri che vengano conteggiate anche le visite da parte dell'amministatore "
173
  "del sito?"
174
 
175
+ #: admin.inc.php:262
176
  msgid "Display page views on Posts > All Posts in Admin"
177
  msgstr ""
178
 
179
+ #: admin.inc.php:265
180
  msgid "Link to Top 10 plugin page"
181
  msgstr ""
182
 
183
+ #: admin.inc.php:267
184
  #, fuzzy
185
  msgid ""
186
  "A link to the plugin is added as an extra list item to the list of popular "
190
  "pagina del plugin. Ti sarei molto grato qualora non disattivassi questa "
191
  "opzione!"
192
 
193
+ #: admin.inc.php:274
194
  #, fuzzy
195
  msgid "Output Options"
196
  msgstr "Opzioni output:"
197
 
198
+ #: admin.inc.php:277
199
  msgid "Format to display the count in: "
200
  msgstr "Formato per il conteggio:"
201
 
202
+ #: admin.inc.php:279
203
  #, fuzzy
204
  msgid ""
205
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
212
  "esempio, le opzioni predefinite verranno mostrate online con un <code>(letto "
213
  "123 volte, 23 visite odierne)</code>"
214
 
215
+ #: admin.inc.php:282
216
  msgid "Title of popular posts: "
217
  msgstr "Titolo per gli articoli più popolari:"
218
 
219
+ #: admin.inc.php:285
220
  msgid "Title of daily popular posts: "
221
  msgstr "Titolo per gli articoli più popolari del giorno:"
222
 
223
+ #: admin.inc.php:288
224
  msgid "When there are no posts, what should be shown?"
225
  msgstr ""
226
 
227
+ #: admin.inc.php:292
228
  msgid "Blank Output"
229
  msgstr ""
230
 
231
+ #: admin.inc.php:296
232
  msgid "Display:"
233
  msgstr ""
234
 
235
+ #: admin.inc.php:300
236
  msgid "Show post excerpt in list?"
237
  msgstr "Desideri mostrare gli estratti?"
238
 
239
+ #: admin.inc.php:303
240
  msgid "Length of excerpt (in words): "
241
  msgstr "Lunghezza estratto (in parole):"
242
 
243
+ #: admin.inc.php:306
244
+ #, fuzzy
245
+ msgid "Show post date in list?"
246
+ msgstr "Desideri mostrare gli estratti?"
247
+
248
+ #: admin.inc.php:309
249
+ msgid "Limit post title length (in characters)"
250
+ msgstr ""
251
+
252
+ #: admin.inc.php:312
253
  msgid "Display number of page views in popular lists?"
254
  msgstr ""
255
  "Desideri mostrare il numero delle visualizzazioni per pagina nella lista dei "
256
  "più popolari?"
257
 
258
+ #: admin.inc.php:315
259
+ msgid "Open links in new window"
260
+ msgstr ""
261
+
262
+ #: admin.inc.php:318
263
+ msgid "Add nofollow attribute to links in the list"
264
+ msgstr ""
265
+
266
+ #: admin.inc.php:321
267
+ msgid "Exclude display of related posts on these posts / pages"
268
+ msgstr ""
269
+
270
+ #: admin.inc.php:324
271
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
272
+ msgstr ""
273
+
274
+ #: admin.inc.php:327
275
  msgid "Customize the output:"
276
  msgstr "Personalizzazione output:"
277
 
278
+ #: admin.inc.php:329
279
  msgid "HTML to display before the list of posts: "
280
  msgstr "HTML da mostrare davanti alla lista degli articoli:"
281
 
282
+ #: admin.inc.php:332
283
  msgid "HTML to display before each list item: "
284
  msgstr "HTML da mostrare davanti ad ogni singola lista:"
285
 
286
+ #: admin.inc.php:335
287
  msgid "HTML to display after each list item: "
288
  msgstr "HTML da mostrare dopo ogni lista:"
289
 
290
+ #: admin.inc.php:338
291
  msgid "HTML to display after the list of posts: "
292
  msgstr "HTML da mostrare dopo la lista degli articoli:"
293
 
294
+ #: admin.inc.php:341
295
  msgid "Post thumbnail options:"
296
  msgstr "Opzioni miniature articolo:"
297
 
298
+ #: admin.inc.php:343
299
  msgid "Location of post thumbnail:"
300
  msgstr ""
301
 
302
+ #: admin.inc.php:347
303
  msgid "Display thumbnails inline with posts, before title"
304
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
305
 
306
+ #: admin.inc.php:351
307
  msgid "Display thumbnails inline with posts, after title"
308
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
309
 
310
+ #: admin.inc.php:355
311
  msgid "Display only thumbnails, no text"
312
  msgstr "Mostra le sole miniature, nessun testo"
313
 
314
+ #: admin.inc.php:359
315
  msgid "Do not display thumbnails, only text."
316
  msgstr "Non mostrare le miniature, solo testo."
317
 
318
+ #: admin.inc.php:363
319
+ msgid "Width of the thumbnail: "
320
+ msgstr ""
321
+
322
+ #: admin.inc.php:366
323
+ msgid "Height of the thumbnail: "
324
  msgstr ""
325
 
326
+ #: admin.inc.php:369
327
+ msgid "Style attributes / Width and Height HTML attributes:"
328
+ msgstr ""
329
+
330
+ #: admin.inc.php:373
331
+ msgid ""
332
+ "Style attributes are used for width and height. <code>style=\"max-width:"
333
+ msgstr ""
334
+
335
+ #: admin.inc.php:377
336
+ msgid ""
337
+ "HTML width and height attributes are used for width and height. <code>width="
338
+ "\""
339
  msgstr ""
340
 
341
+ #: admin.inc.php:381
342
  msgid "Use timthumb to generate thumbnails? "
343
  msgstr ""
344
 
345
+ #: admin.inc.php:382
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:384
352
  #, fuzzy
353
  msgid "Post thumbnail meta field name: "
354
  msgstr "Opzioni miniature articolo:"
355
 
356
+ #: admin.inc.php:385
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:387
363
  #, fuzzy
364
  msgid ""
365
  "If the postmeta is not set, then should the plugin extract the first image "
370
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
371
  "dimensioni"
372
 
373
+ #: admin.inc.php:388
374
  #, fuzzy
375
  msgid ""
376
  "This could slow down the loading of your page if the first image in the "
381
  "tuo articolo nel caso in cui la prima immagine corelata fosse di grandi "
382
  "dimensioni"
383
 
384
+ #: admin.inc.php:390
385
  msgid "Use default thumbnail? "
386
  msgstr ""
387
 
388
+ #: admin.inc.php:391
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."
393
  "Se attiva, in assenza di miniatura ne mostrerà una predefinita da URL qui "
394
  "sotto. Se inattiva e senza miniatura, non verrà mostrata nessuna immagine."
395
 
396
+ #: admin.inc.php:393
397
  msgid "Default thumbnail: "
398
  msgstr ""
399
 
400
+ #: admin.inc.php:394
401
  #, fuzzy
402
  msgid ""
403
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
409
  "meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come "
410
  "specificato qui sotto:"
411
 
412
+ #: admin.inc.php:400
413
  msgid "Custom Styles"
414
  msgstr ""
415
 
416
+ #: admin.inc.php:403
417
  msgid "Custom CSS to add to header:"
418
  msgstr ""
419
 
420
+ #: admin.inc.php:406
421
  msgid ""
422
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
423
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
424
  "available CSS classes to style."
425
  msgstr ""
426
 
427
+ #: admin.inc.php:413
428
  msgid "Maintenance"
429
  msgstr ""
430
 
431
+ #: admin.inc.php:417
432
  msgid ""
433
  "Over time the Daily Top 10 database grows in size, which reduces the "
434
  "performance of the plugin. Cleaning the database at regular intervals could "
435
  "improve performance, especially on high traffic blogs."
436
  msgstr ""
437
 
438
+ #: admin.inc.php:418
439
  msgid ""
440
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
441
  "everytime the job is rescheduled (i.e. you change the settings below). This "
442
  "causes the daily posts table to reset."
443
  msgstr ""
444
 
445
+ #: admin.inc.php:421
446
  msgid "Enable scheduled maintenance of daily tables:"
447
  msgstr ""
448
 
449
+ #: admin.inc.php:425
450
  msgid "Time to run maintenance"
451
  msgstr ""
452
 
453
+ #: admin.inc.php:428
454
  msgid "How often should the maintenance be run:"
455
  msgstr ""
456
 
457
+ #: admin.inc.php:432
458
  msgid "Daily"
459
  msgstr ""
460
 
461
+ #: admin.inc.php:436
462
  msgid "Weekly"
463
  msgstr ""
464
 
465
+ #: admin.inc.php:440
466
  msgid "Fortnightly"
467
  msgstr ""
468
 
469
+ #: admin.inc.php:444
470
  msgid "Monthly"
471
  msgstr ""
472
 
473
+ #: admin.inc.php:453
474
  msgid "The cron job has been scheduled. Maintenance will run "
475
  msgstr ""
476
 
477
+ #: admin.inc.php:458
478
  msgid "The cron job is missing. Please resave this page to add the job"
479
  msgstr ""
480
 
481
+ #: admin.inc.php:463
482
  msgid "Maintenance is turned off"
483
  msgstr ""
484
 
485
+ #: admin.inc.php:471
486
  #, fuzzy
487
  msgid "Save Options"
488
  msgstr "Opzioni:"
489
 
490
+ #: admin.inc.php:472
491
  #, fuzzy
492
  msgid "Default Options"
493
  msgstr "Opzioni output:"
494
 
495
+ #: admin.inc.php:472
496
  msgid "Do you want to set options to Default?"
497
  msgstr "Desideri ripristinare alle predefinite?"
498
 
499
+ #: admin.inc.php:476
500
  msgid "Reset count"
501
  msgstr "Ripristino conteggio"
502
 
503
+ #: admin.inc.php:479
504
  msgid ""
505
  "This cannot be reversed. Make sure that your database has been backed up "
506
  "before proceeding"
508
  "Questa operazione non é reversibile. Effettua il backup del database prima "
509
  "di procedere"
510
 
511
+ #: admin.inc.php:482
512
  #, fuzzy
513
  msgid "Reset Popular Posts"
514
  msgstr "Gli articoli più popolari"
515
 
516
+ #: admin.inc.php:482
517
  msgid "Are you sure you want to reset the popular posts?"
518
  msgstr "Sei certo di volere ripristinare gli articoli più popolari?"
519
 
520
+ #: admin.inc.php:483
521
  #, fuzzy
522
  msgid "Reset Daily Popular Posts"
523
  msgstr "Gli articoli più popolari di oggi"
524
 
525
+ #: admin.inc.php:483
526
  msgid "Are you sure you want to reset the daily popular posts?"
527
  msgstr "Sei certo di volere ripristinare gli articoli più popolari del giorno?"
528
 
529
+ #: admin.inc.php:484
530
  msgid "Clear duplicates"
531
  msgstr ""
532
 
533
+ #: admin.inc.php:484
534
  msgid "This will delete the duplicate entries in the tables. Proceed?"
535
  msgstr "Questa operazione cancelerà i duplicati dalle tabelle. Procedi?"
536
 
537
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
538
  msgid "Popular Posts"
539
  msgstr "Gli articoli più popolari"
540
 
541
+ #: admin.inc.php:528 admin.inc.php:615
542
  msgid "Daily Popular Posts"
543
  msgstr "Gli articoli più popolari di oggi"
544
 
545
+ #: admin.inc.php:556
546
  msgid "Support the development"
547
  msgstr "Sostieni lo sviluppo"
548
 
549
+ #: admin.inc.php:564
550
  msgid "Enter amount in USD: "
551
  msgstr "Inserisci la cifra in USD: "
552
 
553
+ #: admin.inc.php:568
554
  msgid "Send your donation to the author of"
555
  msgstr "Invia la tua donazione all'autore di"
556
 
557
+ #: admin.inc.php:574
558
  msgid "Follow us"
559
  msgstr ""
560
 
561
+ #: admin.inc.php:580
562
  #, fuzzy
563
  msgid "Quick Links"
564
  msgstr "Collegamenti veloci"
565
 
566
+ #: admin.inc.php:582
567
  #, fuzzy
568
  msgid "Top 10 plugin page"
569
  msgstr "pagina plugin"
570
 
571
+ #: admin.inc.php:583
572
  msgid "Other plugins"
573
  msgstr "Altri plugin"
574
 
575
+ #: admin.inc.php:584
576
  msgid "Ajay's blog"
577
  msgstr "Il blog di Ajay"
578
 
579
+ #: admin.inc.php:585 top-10.php:1062
580
  msgid "Support"
581
  msgstr "Supporto"
582
 
583
+ #: admin.inc.php:589
584
  msgid "Recent developments"
585
  msgstr "Sviluppi recenti"
586
 
587
+ #: admin.inc.php:606 admin.inc.php:609
588
  #, fuzzy
589
  msgid "Top 10 Settings"
590
  msgstr "Impostazioni"
591
 
592
+ #: admin.inc.php:606
593
  msgid "Top 10"
594
  msgstr "Top 10"
595
 
596
+ #: admin.inc.php:612
597
  #, fuzzy
598
  msgid "Overall Popular Posts"
599
  msgstr "Visualizza panoramica articoli più popolari"
600
 
601
+ #: admin.inc.php:754
602
  msgid "Results"
603
  msgstr "Risultati"
604
 
605
+ #: admin.inc.php:756 admin.inc.php:762
606
  msgid "of"
607
  msgstr "di"
608
 
609
+ #: admin.inc.php:760
610
  msgid "Page"
611
  msgstr "Pagina"
612
 
613
+ #: admin.inc.php:774
614
  msgid "View Daily Popular Posts"
615
  msgstr "Visualizza gli articoli più letti di oggi"
616
 
617
+ #: admin.inc.php:777 admin.inc.php:790
618
  msgid "Results per-page:"
619
  msgstr "Risultati per pagina:"
620
 
621
+ #: admin.inc.php:787
622
  msgid "View Overall Popular Posts"
623
  msgstr "Visualizza panoramica articoli più popolari"
624
 
625
+ #: admin.inc.php:816
626
  msgid "Previous"
627
  msgstr "Precedente"
628
 
629
+ #: admin.inc.php:834
630
  msgid "Next"
631
  msgstr "Successiva"
632
 
633
+ #: admin.inc.php:875
634
  msgid "Daily Popular"
635
  msgstr "I più letti di oggi"
636
 
637
+ #: admin.inc.php:891
638
  msgid "Total / Today's Views"
639
  msgstr "Totale / Visualizzazioni odierne"
640
 
641
+ #: top-10.php:467
642
  msgid "Display the posts popular this week"
643
  msgstr "Mostra articoli più popolari settimana in corso"
644
 
645
+ #: top-10.php:481
646
  msgid "Title"
647
  msgstr ""
648
 
649
+ #: top-10.php:486
650
  msgid "No. of posts"
651
  msgstr ""
652
 
653
+ #: top-10.php:491
654
  msgid "Overall"
655
  msgstr ""
656
 
657
+ #: top-10.php:492
658
  msgid "Custom time period (Enter below)"
659
  msgstr ""
660
 
661
+ #: top-10.php:497
662
  msgid "Range in number of days (applies only to custom option above)"
663
  msgstr ""
664
 
665
+ #: top-10.php:501
666
  #, fuzzy
667
  msgid "Thumbnail options"
668
  msgstr "Opzioni miniature articolo:"
669
 
670
+ #: top-10.php:503
671
  #, fuzzy
672
  msgid "Thumbnails inline, before title"
673
  msgstr "Mostra gli articoli con le miniature inline prima del titolo"
674
 
675
+ #: top-10.php:504
676
  #, fuzzy
677
  msgid "Thumbnails inline, after title"
678
  msgstr "Mostra gli articoli con le miniature inline dopo il titolo"
679
 
680
+ #: top-10.php:505
681
  #, fuzzy
682
  msgid "Only thumbnails, no text"
683
  msgstr "Mostra le sole miniature, nessun testo"
684
 
685
+ #: top-10.php:506
686
  #, fuzzy
687
  msgid "No thumbnails, only text."
688
  msgstr "Non mostrare le miniature, solo testo."
689
 
690
+ #: top-10.php:511
691
  #, fuzzy
692
  msgid " Show excerpt?"
693
  msgstr "Desideri mostrare gli estratti?"
694
 
695
+ #: top-10.php:586
696
  msgid "<h3>Popular Posts</h3>"
697
  msgstr "<h3>Articoli più letti</h3>"
698
 
699
+ #: top-10.php:587
700
  msgid "<h3>Daily Popular</h3>"
701
  msgstr "<h3>I più letti di oggi</h3>"
702
 
703
+ #: top-10.php:588
704
  #, fuzzy
705
  msgid "No top posts yet"
706
  msgstr "Ripristino 10 articoli più popolari"
707
 
708
+ #: top-10.php:1028
709
  msgid "Once Weekly"
710
  msgstr ""
711
 
712
+ #: top-10.php:1029
713
  msgid "Once Fortnightly"
714
  msgstr ""
715
 
716
+ #: top-10.php:1030
717
  msgid "Once Monthly"
718
  msgstr ""
719
 
720
+ #: top-10.php:1050
721
  msgid "Settings"
722
  msgstr "Impostazioni"
723
 
724
+ #: top-10.php:1063
725
  msgid "Donate"
726
  msgstr "Donazione"
727
 
728
+ #, fuzzy
729
+ #~ msgid "Exclude Pages?"
730
+ #~ msgstr "Escludi categorie:"
731
+
732
+ #~ msgid ""
733
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
734
+ #~ "continue to be counted."
735
+ #~ msgstr ""
736
+ #~ "Desideri escludere le pagine dalla visualizzazione per gli articoli più "
737
+ #~ "popolari? Il numero delle visualizzazioni continuerà ad essere comunque "
738
+ #~ "aggiornato."
739
+
740
  #~ msgid "Follow @ajaydsouza on Twitter"
741
  #~ msgstr "Segui @ajaydsouza su Twitter"
742
 
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-06-30 14:29-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"
@@ -14,145 +14,168 @@ msgstr ""
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.5.5\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: admin.inc.php:81
21
  msgid "Scheduled maintenance enabled / modified"
22
  msgstr ""
23
 
24
- #: admin.inc.php:85
25
  msgid "Scheduled maintenance disabled"
26
  msgstr ""
27
 
28
- #: admin.inc.php:90
29
  msgid "Options saved successfully."
30
  msgstr "Opties succesvol opgeslagen."
31
 
32
- #: admin.inc.php:99
33
  msgid "Options set to Default."
34
  msgstr "Opties ingesteld op Standaard."
35
 
36
- #: admin.inc.php:105
37
  msgid "Top 10 popular posts reset"
38
  msgstr "Reset Top 10 populaire berichten"
39
 
40
- #: admin.inc.php:111
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Reset Top 10 dagelijkse populaire berichten"
43
 
44
- #: admin.inc.php:118
45
  msgid "Duplicate rows cleaned from tables"
46
  msgstr ""
47
 
48
- #: admin.inc.php:139
49
  msgid "General options"
50
  msgstr ""
51
 
52
- #: admin.inc.php:143
53
  msgid "Enable Overall stats"
54
  msgstr ""
55
 
56
- #: admin.inc.php:148
57
  msgid "Enable Daily stats"
58
  msgstr ""
59
 
60
- #: admin.inc.php:153
61
  msgid "W3 Total Cache fix:"
62
  msgstr ""
63
 
64
- #: admin.inc.php:155
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:159
72
  msgid "Number of popular posts to display: "
73
  msgstr "Aantal populaire berichten om weer te geven:"
74
 
75
- #: admin.inc.php:163
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:167
80
- msgid "Exclude Pages?"
81
  msgstr ""
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "Uitsluiten van Pagina's in de weergave van Populaire berichten? Het aantal "
89
- "bekeken pagina's zal verder worden geteld."
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr ""
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "Geef het aantal berichtweergaves weer?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "Pagina"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
135
  "Forceer de dagelijkse berichtenlijst dynamisch te zijn. Deze optie gebruikt "
136
  "JavaScript om het bericht te laden en kan de laadtijd van de pagina verhogen"
137
 
138
- #: admin.inc.php:207
139
  msgid "Track visits of authors on their own posts?"
140
  msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
141
 
142
- #: admin.inc.php:210
143
  #, fuzzy
144
  msgid "Track visits of admins?"
145
  msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
146
 
147
- #: admin.inc.php:213
148
  msgid "Display page views on Posts > All Posts in Admin"
149
  msgstr ""
150
 
151
- #: admin.inc.php:216
152
  msgid "Link to Top 10 plugin page"
153
  msgstr ""
154
 
155
- #: admin.inc.php:218
156
  #, fuzzy
157
  msgid ""
158
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -162,16 +185,16 @@ msgstr ""
162
  "populaire berichten. Het is niet verplicht, maar wordt ten zeerste "
163
  "gewaardeerd!"
164
 
165
- #: admin.inc.php:225
166
  #, fuzzy
167
  msgid "Output Options"
168
  msgstr "Output Opties:"
169
 
170
- #: admin.inc.php:228
171
  msgid "Format to display the count in: "
172
  msgstr "Formaat om de optelling te laten zien:"
173
 
174
- #: admin.inc.php:230
175
  #, fuzzy
176
  msgid ""
177
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -183,114 +206,154 @@ msgstr ""
183
  "%</ code> om de dagelijkse telling te laten zien. De standaardopties geven "
184
  "bijvoorbeeld <code>(123 keer bezocht, 23 bezoeken vandaag)</ code> weer."
185
 
186
- #: admin.inc.php:233
187
  msgid "Title of popular posts: "
188
  msgstr "Titel van populaire berichten:"
189
 
190
- #: admin.inc.php:236
191
  msgid "Title of daily popular posts: "
192
  msgstr "Titel van dagelijkse populaire berichten:"
193
 
194
- #: admin.inc.php:239
195
  msgid "When there are no posts, what should be shown?"
196
  msgstr ""
197
 
198
- #: admin.inc.php:243
199
  msgid "Blank Output"
200
  msgstr ""
201
 
202
- #: admin.inc.php:247
203
  msgid "Display:"
204
  msgstr ""
205
 
206
- #: admin.inc.php:251
207
  msgid "Show post excerpt in list?"
208
  msgstr "Laat bericht samenvatting zien in lijst?"
209
 
210
- #: admin.inc.php:254
211
  msgid "Length of excerpt (in words): "
212
  msgstr "Lengte van de samenvatting (in woorden):"
213
 
214
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
215
  msgid "Display number of page views in popular lists?"
216
  msgstr "Laat het aantal paginaweergaves zien in populaire lijsten?"
217
 
218
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  msgid "Customize the output:"
220
  msgstr "Aanpassen van de output:"
221
 
222
- #: admin.inc.php:262
223
  msgid "HTML to display before the list of posts: "
224
  msgstr "Te weergeven HTML voor de lijst met berichten:"
225
 
226
- #: admin.inc.php:265
227
  msgid "HTML to display before each list item: "
228
  msgstr "Te weergeven HTML voor elk lijst item:"
229
 
230
- #: admin.inc.php:268
231
  msgid "HTML to display after each list item: "
232
  msgstr "Te weergeven HTML na elk lijst item:"
233
 
234
- #: admin.inc.php:271
235
  msgid "HTML to display after the list of posts: "
236
  msgstr "Te weergeven HTML na de lijst met berichten:"
237
 
238
- #: admin.inc.php:274
239
  msgid "Post thumbnail options:"
240
  msgstr "Bericht miniatuurafbeelding opties:"
241
 
242
- #: admin.inc.php:276
243
  msgid "Location of post thumbnail:"
244
  msgstr ""
245
 
246
- #: admin.inc.php:280
247
  #, fuzzy
248
  msgid "Display thumbnails inline with posts, before title"
249
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
250
 
251
- #: admin.inc.php:284
252
  #, fuzzy
253
  msgid "Display thumbnails inline with posts, after title"
254
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
255
 
256
- #: admin.inc.php:288
257
  msgid "Display only thumbnails, no text"
258
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
259
 
260
- #: admin.inc.php:292
261
  msgid "Do not display thumbnails, only text."
262
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
263
 
264
- #: admin.inc.php:296
265
- msgid "Maximum width of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  msgstr ""
267
 
268
- #: admin.inc.php:299
269
- msgid "Maximum height of the thumbnail: "
 
 
270
  msgstr ""
271
 
272
- #: admin.inc.php:302
273
  msgid "Use timthumb to generate thumbnails? "
274
  msgstr ""
275
 
276
- #: admin.inc.php:303
277
  msgid ""
278
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
279
  "\">timthumb</a> will be used to generate thumbnails"
280
  msgstr ""
281
 
282
- #: admin.inc.php:305
283
  #, fuzzy
284
  msgid "Post thumbnail meta field name: "
285
  msgstr "Bericht miniatuurafbeelding opties:"
286
 
287
- #: admin.inc.php:306
288
  msgid ""
289
  "The value of this field should contain the image source and is set in the "
290
  "<em>Add New Post</em> screen"
291
  msgstr ""
292
 
293
- #: admin.inc.php:308
294
  #, fuzzy
295
  msgid ""
296
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -301,7 +364,7 @@ msgstr ""
301
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
302
  "qua bestandsgrootte"
303
 
304
- #: admin.inc.php:309
305
  #, fuzzy
306
  msgid ""
307
  "This could slow down the loading of your page if the first image in the "
@@ -312,21 +375,21 @@ msgstr ""
312
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
313
  "qua bestandsgrootte"
314
 
315
- #: admin.inc.php:311
316
  msgid "Use default thumbnail? "
317
  msgstr ""
318
 
319
- #: admin.inc.php:312
320
  msgid ""
321
  "If checked, when no thumbnail is found, show a default one from the URL "
322
  "below. If not checked and no thumbnail is found, no image will be shown."
323
  msgstr ""
324
 
325
- #: admin.inc.php:314
326
  msgid "Default thumbnail: "
327
  msgstr ""
328
 
329
- #: admin.inc.php:315
330
  #, fuzzy
331
  msgid ""
332
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -338,98 +401,98 @@ msgstr ""
338
  "veld controleren. Als dit veld niet beschikbaar is toont de plugin de "
339
  "standaard afbeelding zoals hieronder aangegeven:"
340
 
341
- #: admin.inc.php:321
342
  msgid "Custom Styles"
343
  msgstr ""
344
 
345
- #: admin.inc.php:324
346
  msgid "Custom CSS to add to header:"
347
  msgstr ""
348
 
349
- #: admin.inc.php:327
350
  msgid ""
351
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
352
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
353
  "available CSS classes to style."
354
  msgstr ""
355
 
356
- #: admin.inc.php:334
357
  msgid "Maintenance"
358
  msgstr ""
359
 
360
- #: admin.inc.php:338
361
  msgid ""
362
  "Over time the Daily Top 10 database grows in size, which reduces the "
363
  "performance of the plugin. Cleaning the database at regular intervals could "
364
  "improve performance, especially on high traffic blogs."
365
  msgstr ""
366
 
367
- #: admin.inc.php:339
368
  msgid ""
369
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
370
  "everytime the job is rescheduled (i.e. you change the settings below). This "
371
  "causes the daily posts table to reset."
372
  msgstr ""
373
 
374
- #: admin.inc.php:342
375
  msgid "Enable scheduled maintenance of daily tables:"
376
  msgstr ""
377
 
378
- #: admin.inc.php:346
379
  msgid "Time to run maintenance"
380
  msgstr ""
381
 
382
- #: admin.inc.php:349
383
  msgid "How often should the maintenance be run:"
384
  msgstr ""
385
 
386
- #: admin.inc.php:353
387
  msgid "Daily"
388
  msgstr ""
389
 
390
- #: admin.inc.php:357
391
  msgid "Weekly"
392
  msgstr ""
393
 
394
- #: admin.inc.php:361
395
  msgid "Fortnightly"
396
  msgstr ""
397
 
398
- #: admin.inc.php:365
399
  msgid "Monthly"
400
  msgstr ""
401
 
402
- #: admin.inc.php:374
403
  msgid "The cron job has been scheduled. Maintenance will run "
404
  msgstr ""
405
 
406
- #: admin.inc.php:379
407
  msgid "The cron job is missing. Please resave this page to add the job"
408
  msgstr ""
409
 
410
- #: admin.inc.php:384
411
  msgid "Maintenance is turned off"
412
  msgstr ""
413
 
414
- #: admin.inc.php:392
415
  #, fuzzy
416
  msgid "Save Options"
417
  msgstr "Opties:"
418
 
419
- #: admin.inc.php:393
420
  #, fuzzy
421
  msgid "Default Options"
422
  msgstr "Output Opties:"
423
 
424
- #: admin.inc.php:393
425
  msgid "Do you want to set options to Default?"
426
  msgstr "Wil je de opties terugzetten naar standaard?"
427
 
428
- #: admin.inc.php:397
429
  msgid "Reset count"
430
  msgstr "Reset telling"
431
 
432
- #: admin.inc.php:400
433
  msgid ""
434
  "This cannot be reversed. Make sure that your database has been backed up "
435
  "before proceeding"
@@ -437,224 +500,231 @@ msgstr ""
437
  "Dit kan niet ongedaan worden gemaakt. Zorg ervoor dat je een backup van je "
438
  "database gemaakt hebt voordat je verder gaat"
439
 
440
- #: admin.inc.php:403
441
  #, fuzzy
442
  msgid "Reset Popular Posts"
443
  msgstr "Populaire Berichten"
444
 
445
- #: admin.inc.php:403
446
  msgid "Are you sure you want to reset the popular posts?"
447
  msgstr "Ben je er zeker van dat je de populaire berichten wilt resetten?"
448
 
449
- #: admin.inc.php:404
450
  #, fuzzy
451
  msgid "Reset Daily Popular Posts"
452
  msgstr "Dagelijkse Populaire Berichten"
453
 
454
- #: admin.inc.php:404
455
  msgid "Are you sure you want to reset the daily popular posts?"
456
  msgstr ""
457
  "Ben je er zeker van dat je de dagelijkse populaire berichten wilt resetten?"
458
 
459
- #: admin.inc.php:405
460
  msgid "Clear duplicates"
461
  msgstr ""
462
 
463
- #: admin.inc.php:405
464
  msgid "This will delete the duplicate entries in the tables. Proceed?"
465
  msgstr "Hiermee verwijdert u de dubbele vermeldingen in de tabellen. Doorgaan?"
466
 
467
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
468
  msgid "Popular Posts"
469
  msgstr "Populaire Berichten"
470
 
471
- #: admin.inc.php:449 admin.inc.php:536
472
  msgid "Daily Popular Posts"
473
  msgstr "Dagelijkse Populaire Berichten"
474
 
475
- #: admin.inc.php:477
476
  msgid "Support the development"
477
  msgstr "Ondersteun de ontwikkeling"
478
 
479
- #: admin.inc.php:485
480
  msgid "Enter amount in USD: "
481
  msgstr "Voer het bedrag in in USD:"
482
 
483
- #: admin.inc.php:489
484
  msgid "Send your donation to the author of"
485
  msgstr "Zend je donatie naar de auteur van "
486
 
487
- #: admin.inc.php:495
488
  msgid "Follow us"
489
  msgstr ""
490
 
491
- #: admin.inc.php:501
492
  #, fuzzy
493
  msgid "Quick Links"
494
  msgstr "Quick links"
495
 
496
- #: admin.inc.php:503
497
  #, fuzzy
498
  msgid "Top 10 plugin page"
499
  msgstr "plugin pagina"
500
 
501
- #: admin.inc.php:504
502
  msgid "Other plugins"
503
  msgstr "Andere plugins"
504
 
505
- #: admin.inc.php:505
506
  msgid "Ajay's blog"
507
  msgstr "De blog van Ajay"
508
 
509
- #: admin.inc.php:506 top-10.php:921
510
  msgid "Support"
511
  msgstr "Ondersteuning"
512
 
513
- #: admin.inc.php:510
514
  msgid "Recent developments"
515
  msgstr "Recente ontwikkelingen"
516
 
517
- #: admin.inc.php:527 admin.inc.php:530
518
  #, fuzzy
519
  msgid "Top 10 Settings"
520
  msgstr "Instellingen"
521
 
522
- #: admin.inc.php:527
523
  msgid "Top 10"
524
  msgstr "Top 10"
525
 
526
- #: admin.inc.php:533
527
  #, fuzzy
528
  msgid "Overall Popular Posts"
529
  msgstr "Bekijk het Totaal Populaire Berichten"
530
 
531
- #: admin.inc.php:675
532
  msgid "Results"
533
  msgstr "Resultaten"
534
 
535
- #: admin.inc.php:677 admin.inc.php:683
536
  msgid "of"
537
  msgstr "van"
538
 
539
- #: admin.inc.php:681
540
  msgid "Page"
541
  msgstr "Pagina"
542
 
543
- #: admin.inc.php:695
544
  msgid "View Daily Popular Posts"
545
  msgstr "Bekijk de Dagelijkse Populaire Berichten"
546
 
547
- #: admin.inc.php:698 admin.inc.php:711
548
  msgid "Results per-page:"
549
  msgstr "Resultaten per pagina:"
550
 
551
- #: admin.inc.php:708
552
  msgid "View Overall Popular Posts"
553
  msgstr "Bekijk het Totaal Populaire Berichten"
554
 
555
- #: admin.inc.php:737
556
  msgid "Previous"
557
  msgstr "Vorige"
558
 
559
- #: admin.inc.php:755
560
  msgid "Next"
561
  msgstr "Volgende"
562
 
563
- #: admin.inc.php:796
564
  msgid "Daily Popular"
565
  msgstr "Dagelijks Populair"
566
 
567
- #: admin.inc.php:812
568
  msgid "Total / Today's Views"
569
  msgstr "Totale Weergaves / Weergaves van Vandaag"
570
 
571
- #: top-10.php:403
572
  msgid "Display the posts popular this week"
573
  msgstr ""
574
 
575
- #: top-10.php:417
576
  msgid "Title"
577
  msgstr ""
578
 
579
- #: top-10.php:422
580
  msgid "No. of posts"
581
  msgstr ""
582
 
583
- #: top-10.php:427
584
  msgid "Overall"
585
  msgstr ""
586
 
587
- #: top-10.php:428
588
  msgid "Custom time period (Enter below)"
589
  msgstr ""
590
 
591
- #: top-10.php:433
592
  msgid "Range in number of days (applies only to custom option above)"
593
  msgstr ""
594
 
595
- #: top-10.php:437
596
  #, fuzzy
597
  msgid "Thumbnail options"
598
  msgstr "Bericht miniatuurafbeelding opties:"
599
 
600
- #: top-10.php:439
601
  #, fuzzy
602
  msgid "Thumbnails inline, before title"
603
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
604
 
605
- #: top-10.php:440
606
  #, fuzzy
607
  msgid "Thumbnails inline, after title"
608
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
609
 
610
- #: top-10.php:441
611
  #, fuzzy
612
  msgid "Only thumbnails, no text"
613
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
614
 
615
- #: top-10.php:442
616
  #, fuzzy
617
  msgid "No thumbnails, only text."
618
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
619
 
620
- #: top-10.php:447
621
  #, fuzzy
622
  msgid " Show excerpt?"
623
  msgstr "Laat bericht samenvatting zien in lijst?"
624
 
625
- #: top-10.php:522
626
  msgid "<h3>Popular Posts</h3>"
627
  msgstr "<h3>Populaire Berichten</h3>"
628
 
629
- #: top-10.php:523
630
  msgid "<h3>Daily Popular</h3>"
631
  msgstr "<h3>Dagelijks Populair</h3>"
632
 
633
- #: top-10.php:524
634
  #, fuzzy
635
  msgid "No top posts yet"
636
  msgstr "Reset Top 10 populaire berichten"
637
 
638
- #: top-10.php:887
639
  msgid "Once Weekly"
640
  msgstr ""
641
 
642
- #: top-10.php:888
643
  msgid "Once Fortnightly"
644
  msgstr ""
645
 
646
- #: top-10.php:889
647
  msgid "Once Monthly"
648
  msgstr ""
649
 
650
- #: top-10.php:909
651
  msgid "Settings"
652
  msgstr "Instellingen"
653
 
654
- #: top-10.php:922
655
  msgid "Donate"
656
  msgstr "Doneer"
657
 
 
 
 
 
 
 
 
658
  #~ msgid "Follow @ajaydsouza on Twitter"
659
  #~ msgstr "Volg @ajaydsouza via Twitter"
660
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10 v1.6.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-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"
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: admin.inc.php:102
21
  msgid "Scheduled maintenance enabled / modified"
22
  msgstr ""
23
 
24
+ #: admin.inc.php:106
25
  msgid "Scheduled maintenance disabled"
26
  msgstr ""
27
 
28
+ #: admin.inc.php:123
29
  msgid "Options saved successfully."
30
  msgstr "Opties succesvol opgeslagen."
31
 
32
+ #: admin.inc.php:132
33
  msgid "Options set to Default."
34
  msgstr "Opties ingesteld op Standaard."
35
 
36
+ #: admin.inc.php:138
37
  msgid "Top 10 popular posts reset"
38
  msgstr "Reset Top 10 populaire berichten"
39
 
40
+ #: admin.inc.php:144
41
  msgid "Top 10 daily popular posts reset"
42
  msgstr "Reset Top 10 dagelijkse populaire berichten"
43
 
44
+ #: admin.inc.php:151
45
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
80
+ msgid "Post types to include in results (including custom post types)"
81
  msgstr ""
82
 
83
+ #: admin.inc.php:210
84
+ msgid "List of post or page IDs to exclude from the results: "
 
 
85
  msgstr ""
 
 
86
 
87
+ #: admin.inc.php:214
88
  msgid "Exclude Categories: "
89
  msgstr ""
90
 
91
+ #: admin.inc.php:229
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:234
99
  #, fuzzy
100
  msgid "Display number of views on:"
101
  msgstr "Geef het aantal berichtweergaves weer?"
102
 
103
+ #: admin.inc.php:236
104
  msgid "Posts"
105
  msgstr ""
106
 
107
+ #: admin.inc.php:237
108
  #, fuzzy
109
  msgid "Pages"
110
  msgstr "Pagina"
111
 
112
+ #: admin.inc.php:238
113
+ msgid "Home page"
114
+ msgstr ""
115
+
116
+ #: admin.inc.php:239
117
+ msgid "Feeds"
118
+ msgstr ""
119
+
120
+ #: admin.inc.php:240
121
+ msgid "Category archives"
122
+ msgstr ""
123
+
124
+ #: admin.inc.php:241
125
+ msgid "Tag archives"
126
+ msgstr ""
127
+
128
+ #: admin.inc.php:242
129
+ msgid "Other archives"
130
+ msgstr ""
131
+
132
+ #: admin.inc.php:243
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:246
140
  msgid "Always display latest post count"
141
  msgstr ""
142
 
143
+ #: admin.inc.php:248
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"
148
  msgstr ""
149
 
150
+ #: admin.inc.php:251
151
  msgid "Always display latest post count in the daily lists"
152
  msgstr ""
153
 
154
+ #: admin.inc.php:253
155
  #, fuzzy
156
  msgid "This option uses JavaScript and will increase your page load time"
157
  msgstr ""
158
  "Forceer de dagelijkse berichtenlijst dynamisch te zijn. Deze optie gebruikt "
159
  "JavaScript om het bericht te laden en kan de laadtijd van de pagina verhogen"
160
 
161
+ #: admin.inc.php:256
162
  msgid "Track visits of authors on their own posts?"
163
  msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
164
 
165
+ #: admin.inc.php:259
166
  #, fuzzy
167
  msgid "Track visits of admins?"
168
  msgstr "Registreer bezoeken van auteurs aan hun eigen berichten?"
169
 
170
+ #: admin.inc.php:262
171
  msgid "Display page views on Posts > All Posts in Admin"
172
  msgstr ""
173
 
174
+ #: admin.inc.php:265
175
  msgid "Link to Top 10 plugin page"
176
  msgstr ""
177
 
178
+ #: admin.inc.php:267
179
  #, fuzzy
180
  msgid ""
181
  "A link to the plugin is added as an extra list item to the list of popular "
185
  "populaire berichten. Het is niet verplicht, maar wordt ten zeerste "
186
  "gewaardeerd!"
187
 
188
+ #: admin.inc.php:274
189
  #, fuzzy
190
  msgid "Output Options"
191
  msgstr "Output Opties:"
192
 
193
+ #: admin.inc.php:277
194
  msgid "Format to display the count in: "
195
  msgstr "Formaat om de optelling te laten zien:"
196
 
197
+ #: admin.inc.php:279
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
206
  "%</ code> om de dagelijkse telling te laten zien. De standaardopties geven "
207
  "bijvoorbeeld <code>(123 keer bezocht, 23 bezoeken vandaag)</ code> weer."
208
 
209
+ #: admin.inc.php:282
210
  msgid "Title of popular posts: "
211
  msgstr "Titel van populaire berichten:"
212
 
213
+ #: admin.inc.php:285
214
  msgid "Title of daily popular posts: "
215
  msgstr "Titel van dagelijkse populaire berichten:"
216
 
217
+ #: admin.inc.php:288
218
  msgid "When there are no posts, what should be shown?"
219
  msgstr ""
220
 
221
+ #: admin.inc.php:292
222
  msgid "Blank Output"
223
  msgstr ""
224
 
225
+ #: admin.inc.php:296
226
  msgid "Display:"
227
  msgstr ""
228
 
229
+ #: admin.inc.php:300
230
  msgid "Show post excerpt in list?"
231
  msgstr "Laat bericht samenvatting zien in lijst?"
232
 
233
+ #: admin.inc.php:303
234
  msgid "Length of excerpt (in words): "
235
  msgstr "Lengte van de samenvatting (in woorden):"
236
 
237
+ #: admin.inc.php:306
238
+ #, fuzzy
239
+ msgid "Show post date in list?"
240
+ msgstr "Laat bericht samenvatting zien in lijst?"
241
+
242
+ #: admin.inc.php:309
243
+ msgid "Limit post title length (in characters)"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:312
247
  msgid "Display number of page views in popular lists?"
248
  msgstr "Laat het aantal paginaweergaves zien in populaire lijsten?"
249
 
250
+ #: admin.inc.php:315
251
+ msgid "Open links in new window"
252
+ msgstr ""
253
+
254
+ #: admin.inc.php:318
255
+ msgid "Add nofollow attribute to links in the list"
256
+ msgstr ""
257
+
258
+ #: admin.inc.php:321
259
+ msgid "Exclude display of related posts on these posts / pages"
260
+ msgstr ""
261
+
262
+ #: admin.inc.php:324
263
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
264
+ msgstr ""
265
+
266
+ #: admin.inc.php:327
267
  msgid "Customize the output:"
268
  msgstr "Aanpassen van de output:"
269
 
270
+ #: admin.inc.php:329
271
  msgid "HTML to display before the list of posts: "
272
  msgstr "Te weergeven HTML voor de lijst met berichten:"
273
 
274
+ #: admin.inc.php:332
275
  msgid "HTML to display before each list item: "
276
  msgstr "Te weergeven HTML voor elk lijst item:"
277
 
278
+ #: admin.inc.php:335
279
  msgid "HTML to display after each list item: "
280
  msgstr "Te weergeven HTML na elk lijst item:"
281
 
282
+ #: admin.inc.php:338
283
  msgid "HTML to display after the list of posts: "
284
  msgstr "Te weergeven HTML na de lijst met berichten:"
285
 
286
+ #: admin.inc.php:341
287
  msgid "Post thumbnail options:"
288
  msgstr "Bericht miniatuurafbeelding opties:"
289
 
290
+ #: admin.inc.php:343
291
  msgid "Location of post thumbnail:"
292
  msgstr ""
293
 
294
+ #: admin.inc.php:347
295
  #, fuzzy
296
  msgid "Display thumbnails inline with posts, before title"
297
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
298
 
299
+ #: admin.inc.php:351
300
  #, fuzzy
301
  msgid "Display thumbnails inline with posts, after title"
302
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
303
 
304
+ #: admin.inc.php:355
305
  msgid "Display only thumbnails, no text"
306
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
307
 
308
+ #: admin.inc.php:359
309
  msgid "Do not display thumbnails, only text."
310
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
311
 
312
+ #: admin.inc.php:363
313
+ msgid "Width of the thumbnail: "
314
+ msgstr ""
315
+
316
+ #: admin.inc.php:366
317
+ msgid "Height of the thumbnail: "
318
+ msgstr ""
319
+
320
+ #: admin.inc.php:369
321
+ msgid "Style attributes / Width and Height HTML attributes:"
322
+ msgstr ""
323
+
324
+ #: admin.inc.php:373
325
+ msgid ""
326
+ "Style attributes are used for width and height. <code>style=\"max-width:"
327
  msgstr ""
328
 
329
+ #: admin.inc.php:377
330
+ msgid ""
331
+ "HTML width and height attributes are used for width and height. <code>width="
332
+ "\""
333
  msgstr ""
334
 
335
+ #: admin.inc.php:381
336
  msgid "Use timthumb to generate thumbnails? "
337
  msgstr ""
338
 
339
+ #: admin.inc.php:382
340
  msgid ""
341
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
342
  "\">timthumb</a> will be used to generate thumbnails"
343
  msgstr ""
344
 
345
+ #: admin.inc.php:384
346
  #, fuzzy
347
  msgid "Post thumbnail meta field name: "
348
  msgstr "Bericht miniatuurafbeelding opties:"
349
 
350
+ #: admin.inc.php:385
351
  msgid ""
352
  "The value of this field should contain the image source and is set in the "
353
  "<em>Add New Post</em> screen"
354
  msgstr ""
355
 
356
+ #: admin.inc.php:387
357
  #, fuzzy
358
  msgid ""
359
  "If the postmeta is not set, then should the plugin extract the first image "
364
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
365
  "qua bestandsgrootte"
366
 
367
+ #: admin.inc.php:388
368
  #, fuzzy
369
  msgid ""
370
  "This could slow down the loading of your page if the first image in the "
375
  "vertragen wanneer de eerste afbeelding in de gerelateerde berichten groot is "
376
  "qua bestandsgrootte"
377
 
378
+ #: admin.inc.php:390
379
  msgid "Use default thumbnail? "
380
  msgstr ""
381
 
382
+ #: admin.inc.php:391
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:393
389
  msgid "Default thumbnail: "
390
  msgstr ""
391
 
392
+ #: admin.inc.php:394
393
  #, fuzzy
394
  msgid ""
395
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
401
  "veld controleren. Als dit veld niet beschikbaar is toont de plugin de "
402
  "standaard afbeelding zoals hieronder aangegeven:"
403
 
404
+ #: admin.inc.php:400
405
  msgid "Custom Styles"
406
  msgstr ""
407
 
408
+ #: admin.inc.php:403
409
  msgid "Custom CSS to add to header:"
410
  msgstr ""
411
 
412
+ #: admin.inc.php:406
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:413
420
  msgid "Maintenance"
421
  msgstr ""
422
 
423
+ #: admin.inc.php:417
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:418
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:421
438
  msgid "Enable scheduled maintenance of daily tables:"
439
  msgstr ""
440
 
441
+ #: admin.inc.php:425
442
  msgid "Time to run maintenance"
443
  msgstr ""
444
 
445
+ #: admin.inc.php:428
446
  msgid "How often should the maintenance be run:"
447
  msgstr ""
448
 
449
+ #: admin.inc.php:432
450
  msgid "Daily"
451
  msgstr ""
452
 
453
+ #: admin.inc.php:436
454
  msgid "Weekly"
455
  msgstr ""
456
 
457
+ #: admin.inc.php:440
458
  msgid "Fortnightly"
459
  msgstr ""
460
 
461
+ #: admin.inc.php:444
462
  msgid "Monthly"
463
  msgstr ""
464
 
465
+ #: admin.inc.php:453
466
  msgid "The cron job has been scheduled. Maintenance will run "
467
  msgstr ""
468
 
469
+ #: admin.inc.php:458
470
  msgid "The cron job is missing. Please resave this page to add the job"
471
  msgstr ""
472
 
473
+ #: admin.inc.php:463
474
  msgid "Maintenance is turned off"
475
  msgstr ""
476
 
477
+ #: admin.inc.php:471
478
  #, fuzzy
479
  msgid "Save Options"
480
  msgstr "Opties:"
481
 
482
+ #: admin.inc.php:472
483
  #, fuzzy
484
  msgid "Default Options"
485
  msgstr "Output Opties:"
486
 
487
+ #: admin.inc.php:472
488
  msgid "Do you want to set options to Default?"
489
  msgstr "Wil je de opties terugzetten naar standaard?"
490
 
491
+ #: admin.inc.php:476
492
  msgid "Reset count"
493
  msgstr "Reset telling"
494
 
495
+ #: admin.inc.php:479
496
  msgid ""
497
  "This cannot be reversed. Make sure that your database has been backed up "
498
  "before proceeding"
500
  "Dit kan niet ongedaan worden gemaakt. Zorg ervoor dat je een backup van je "
501
  "database gemaakt hebt voordat je verder gaat"
502
 
503
+ #: admin.inc.php:482
504
  #, fuzzy
505
  msgid "Reset Popular Posts"
506
  msgstr "Populaire Berichten"
507
 
508
+ #: admin.inc.php:482
509
  msgid "Are you sure you want to reset the popular posts?"
510
  msgstr "Ben je er zeker van dat je de populaire berichten wilt resetten?"
511
 
512
+ #: admin.inc.php:483
513
  #, fuzzy
514
  msgid "Reset Daily Popular Posts"
515
  msgstr "Dagelijkse Populaire Berichten"
516
 
517
+ #: admin.inc.php:483
518
  msgid "Are you sure you want to reset the daily popular posts?"
519
  msgstr ""
520
  "Ben je er zeker van dat je de dagelijkse populaire berichten wilt resetten?"
521
 
522
+ #: admin.inc.php:484
523
  msgid "Clear duplicates"
524
  msgstr ""
525
 
526
+ #: admin.inc.php:484
527
  msgid "This will delete the duplicate entries in the tables. Proceed?"
528
  msgstr "Hiermee verwijdert u de dubbele vermeldingen in de tabellen. Doorgaan?"
529
 
530
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
531
  msgid "Popular Posts"
532
  msgstr "Populaire Berichten"
533
 
534
+ #: admin.inc.php:528 admin.inc.php:615
535
  msgid "Daily Popular Posts"
536
  msgstr "Dagelijkse Populaire Berichten"
537
 
538
+ #: admin.inc.php:556
539
  msgid "Support the development"
540
  msgstr "Ondersteun de ontwikkeling"
541
 
542
+ #: admin.inc.php:564
543
  msgid "Enter amount in USD: "
544
  msgstr "Voer het bedrag in in USD:"
545
 
546
+ #: admin.inc.php:568
547
  msgid "Send your donation to the author of"
548
  msgstr "Zend je donatie naar de auteur van "
549
 
550
+ #: admin.inc.php:574
551
  msgid "Follow us"
552
  msgstr ""
553
 
554
+ #: admin.inc.php:580
555
  #, fuzzy
556
  msgid "Quick Links"
557
  msgstr "Quick links"
558
 
559
+ #: admin.inc.php:582
560
  #, fuzzy
561
  msgid "Top 10 plugin page"
562
  msgstr "plugin pagina"
563
 
564
+ #: admin.inc.php:583
565
  msgid "Other plugins"
566
  msgstr "Andere plugins"
567
 
568
+ #: admin.inc.php:584
569
  msgid "Ajay's blog"
570
  msgstr "De blog van Ajay"
571
 
572
+ #: admin.inc.php:585 top-10.php:1062
573
  msgid "Support"
574
  msgstr "Ondersteuning"
575
 
576
+ #: admin.inc.php:589
577
  msgid "Recent developments"
578
  msgstr "Recente ontwikkelingen"
579
 
580
+ #: admin.inc.php:606 admin.inc.php:609
581
  #, fuzzy
582
  msgid "Top 10 Settings"
583
  msgstr "Instellingen"
584
 
585
+ #: admin.inc.php:606
586
  msgid "Top 10"
587
  msgstr "Top 10"
588
 
589
+ #: admin.inc.php:612
590
  #, fuzzy
591
  msgid "Overall Popular Posts"
592
  msgstr "Bekijk het Totaal Populaire Berichten"
593
 
594
+ #: admin.inc.php:754
595
  msgid "Results"
596
  msgstr "Resultaten"
597
 
598
+ #: admin.inc.php:756 admin.inc.php:762
599
  msgid "of"
600
  msgstr "van"
601
 
602
+ #: admin.inc.php:760
603
  msgid "Page"
604
  msgstr "Pagina"
605
 
606
+ #: admin.inc.php:774
607
  msgid "View Daily Popular Posts"
608
  msgstr "Bekijk de Dagelijkse Populaire Berichten"
609
 
610
+ #: admin.inc.php:777 admin.inc.php:790
611
  msgid "Results per-page:"
612
  msgstr "Resultaten per pagina:"
613
 
614
+ #: admin.inc.php:787
615
  msgid "View Overall Popular Posts"
616
  msgstr "Bekijk het Totaal Populaire Berichten"
617
 
618
+ #: admin.inc.php:816
619
  msgid "Previous"
620
  msgstr "Vorige"
621
 
622
+ #: admin.inc.php:834
623
  msgid "Next"
624
  msgstr "Volgende"
625
 
626
+ #: admin.inc.php:875
627
  msgid "Daily Popular"
628
  msgstr "Dagelijks Populair"
629
 
630
+ #: admin.inc.php:891
631
  msgid "Total / Today's Views"
632
  msgstr "Totale Weergaves / Weergaves van Vandaag"
633
 
634
+ #: top-10.php:467
635
  msgid "Display the posts popular this week"
636
  msgstr ""
637
 
638
+ #: top-10.php:481
639
  msgid "Title"
640
  msgstr ""
641
 
642
+ #: top-10.php:486
643
  msgid "No. of posts"
644
  msgstr ""
645
 
646
+ #: top-10.php:491
647
  msgid "Overall"
648
  msgstr ""
649
 
650
+ #: top-10.php:492
651
  msgid "Custom time period (Enter below)"
652
  msgstr ""
653
 
654
+ #: top-10.php:497
655
  msgid "Range in number of days (applies only to custom option above)"
656
  msgstr ""
657
 
658
+ #: top-10.php:501
659
  #, fuzzy
660
  msgid "Thumbnail options"
661
  msgstr "Bericht miniatuurafbeelding opties:"
662
 
663
+ #: top-10.php:503
664
  #, fuzzy
665
  msgid "Thumbnails inline, before title"
666
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
667
 
668
+ #: top-10.php:504
669
  #, fuzzy
670
  msgid "Thumbnails inline, after title"
671
  msgstr "Laat miniatuurafbeeldingen in lijn zien met berichten"
672
 
673
+ #: top-10.php:505
674
  #, fuzzy
675
  msgid "Only thumbnails, no text"
676
  msgstr "Geef alleen miniatuurafbeeldingen weer, geen text"
677
 
678
+ #: top-10.php:506
679
  #, fuzzy
680
  msgid "No thumbnails, only text."
681
  msgstr "Geef geen miniatuurafbeeldingen weer, alleen text"
682
 
683
+ #: top-10.php:511
684
  #, fuzzy
685
  msgid " Show excerpt?"
686
  msgstr "Laat bericht samenvatting zien in lijst?"
687
 
688
+ #: top-10.php:586
689
  msgid "<h3>Popular Posts</h3>"
690
  msgstr "<h3>Populaire Berichten</h3>"
691
 
692
+ #: top-10.php:587
693
  msgid "<h3>Daily Popular</h3>"
694
  msgstr "<h3>Dagelijks Populair</h3>"
695
 
696
+ #: top-10.php:588
697
  #, fuzzy
698
  msgid "No top posts yet"
699
  msgstr "Reset Top 10 populaire berichten"
700
 
701
+ #: top-10.php:1028
702
  msgid "Once Weekly"
703
  msgstr ""
704
 
705
+ #: top-10.php:1029
706
  msgid "Once Fortnightly"
707
  msgstr ""
708
 
709
+ #: top-10.php:1030
710
  msgid "Once Monthly"
711
  msgstr ""
712
 
713
+ #: top-10.php:1050
714
  msgid "Settings"
715
  msgstr "Instellingen"
716
 
717
+ #: top-10.php:1063
718
  msgid "Donate"
719
  msgstr "Doneer"
720
 
721
+ #~ msgid ""
722
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
723
+ #~ "continue to be counted."
724
+ #~ msgstr ""
725
+ #~ "Uitsluiten van Pagina's in de weergave van Populaire berichten? Het "
726
+ #~ "aantal bekeken pagina's zal verder worden geteld."
727
+
728
  #~ msgid "Follow @ajaydsouza on Twitter"
729
  #~ msgstr "Volg @ajaydsouza via Twitter"
730
 
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-06-30 14:29-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Web Geeks\n"
@@ -12,122 +12,144 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Opţiuni salvat cu succes."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Opţiunile setate la valorile implicite."
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Top 10 populare posturi Resetare"
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Top 10 posturi populare daily Reiniţializare"
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Numărul de posturi populare pentru a afişa: "
72
 
73
- #: admin.inc.php:163
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:167
78
- #, fuzzy
79
- msgid "Exclude Pages?"
80
- msgstr "Excludeţi categorii: "
81
 
82
- #: admin.inc.php:168
83
- msgid ""
84
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
85
- "continue to be counted."
86
  msgstr ""
87
- "Exclude paginile în afişarea de posturi populare? Număr de vizualizări pe "
88
- "pagini va continua să fie numărate."
89
 
90
- #: admin.inc.php:171
91
  msgid "Exclude Categories: "
92
  msgstr "Excludeţi categorii: "
93
 
94
- #: admin.inc.php:186
95
  msgid ""
96
  "Comma separated list of category slugs. The field above has an autocomplete "
97
  "so simply start typing in the starting letters and it will prompt you with "
98
  "options"
99
  msgstr ""
100
 
101
- #: admin.inc.php:191
102
  #, fuzzy
103
  msgid "Display number of views on:"
104
  msgstr "Afişează numărul de vizualizări pe posturi?"
105
 
106
- #: admin.inc.php:193
107
  msgid "Posts"
108
  msgstr ""
109
 
110
- #: admin.inc.php:194
111
  #, fuzzy
112
  msgid "Pages"
113
  msgstr "Pagină"
114
 
115
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  msgid "Always display latest post count"
117
  msgstr ""
118
 
119
- #: admin.inc.php:199
120
  msgid ""
121
  "This option uses JavaScript and will increase your page load time. Turn this "
122
  "off if you are not using caching plugins or are OK with displaying older "
123
  "cached counts"
124
  msgstr ""
125
 
126
- #: admin.inc.php:202
127
  msgid "Always display latest post count in the daily lists"
128
  msgstr ""
129
 
130
- #: admin.inc.php:204
131
  #, fuzzy
132
  msgid "This option uses JavaScript and will increase your page load time"
133
  msgstr ""
@@ -135,24 +157,24 @@ msgstr ""
135
  "utilizează JavaScript pentru a încărca post şi poate creşte timpul încărcare "
136
  "pagină"
137
 
138
- #: admin.inc.php:207
139
  msgid "Track visits of authors on their own posts?"
140
  msgstr "Track vizite de autori pe posturile lor proprii?"
141
 
142
- #: admin.inc.php:210
143
  #, fuzzy
144
  msgid "Track visits of admins?"
145
  msgstr "Track vizite de autori pe posturile lor proprii?"
146
 
147
- #: admin.inc.php:213
148
  msgid "Display page views on Posts > All Posts in Admin"
149
  msgstr ""
150
 
151
- #: admin.inc.php:216
152
  msgid "Link to Top 10 plugin page"
153
  msgstr ""
154
 
155
- #: admin.inc.php:218
156
  #, fuzzy
157
  msgid ""
158
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -161,16 +183,16 @@ msgstr ""
161
  "Un link pentru a plugin-ul se adaugă ca un element suplimentar lista la "
162
  "lista de posturi populare. Nu obligatoriu, dar Multumesc dacă tu a face it!"
163
 
164
- #: admin.inc.php:225
165
  #, fuzzy
166
  msgid "Output Options"
167
  msgstr "Opţiuni de ieşire:"
168
 
169
- #: admin.inc.php:228
170
  msgid "Format to display the count in: "
171
  msgstr "Format pentru a afişa numărul în: "
172
 
173
- #: admin.inc.php:230
174
  #, fuzzy
175
  msgid ""
176
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -182,112 +204,152 @@ msgstr ""
182
  "% dailycount %</code> pentru a afişa numărul de zi cu zi. exemplu afişează "
183
  "opţiunile implicite <code>(vizitat 123 ori, 23 vizite azi)</code>"
184
 
185
- #: admin.inc.php:233
186
  msgid "Title of popular posts: "
187
  msgstr "Titlul de posturi populare: "
188
 
189
- #: admin.inc.php:236
190
  msgid "Title of daily popular posts: "
191
  msgstr "Titlul de zi cu zi de posturi populare: "
192
 
193
- #: admin.inc.php:239
194
  msgid "When there are no posts, what should be shown?"
195
  msgstr ""
196
 
197
- #: admin.inc.php:243
198
  msgid "Blank Output"
199
  msgstr ""
200
 
201
- #: admin.inc.php:247
202
  msgid "Display:"
203
  msgstr ""
204
 
205
- #: admin.inc.php:251
206
  msgid "Show post excerpt in list?"
207
  msgstr "Afişează post extras din lista?"
208
 
209
- #: admin.inc.php:254
210
  msgid "Length of excerpt (in words): "
211
  msgstr "Lungimea extras (în cuvinte): "
212
 
213
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
214
  msgid "Display number of page views in popular lists?"
215
  msgstr "Afişează numărul de vizualizări de pagini în listele popular?"
216
 
217
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  msgid "Customize the output:"
219
  msgstr "Personaliza ieşire:"
220
 
221
- #: admin.inc.php:262
222
  msgid "HTML to display before the list of posts: "
223
  msgstr "HTML pentru a afişa înainte de lista de posturi: "
224
 
225
- #: admin.inc.php:265
226
  msgid "HTML to display before each list item: "
227
  msgstr "HTML pentru a afişa înainte de fiecare element din listă: "
228
 
229
- #: admin.inc.php:268
230
  msgid "HTML to display after each list item: "
231
  msgstr "HTML pentru a afişa după fiecare element din listă: "
232
 
233
- #: admin.inc.php:271
234
  msgid "HTML to display after the list of posts: "
235
  msgstr "HTML pentru a afişa după lista de posturi: "
236
 
237
- #: admin.inc.php:274
238
  msgid "Post thumbnail options:"
239
  msgstr "Post Opţiuni pictograme:"
240
 
241
- #: admin.inc.php:276
242
  msgid "Location of post thumbnail:"
243
  msgstr ""
244
 
245
- #: admin.inc.php:280
246
  msgid "Display thumbnails inline with posts, before title"
247
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
248
 
249
- #: admin.inc.php:284
250
  msgid "Display thumbnails inline with posts, after title"
251
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
252
 
253
- #: admin.inc.php:288
254
  msgid "Display only thumbnails, no text"
255
  msgstr "Afişa numai miniaturi, nici un text"
256
 
257
- #: admin.inc.php:292
258
  msgid "Do not display thumbnails, only text."
259
  msgstr "Nu se afişează miniaturi, numai textul."
260
 
261
- #: admin.inc.php:296
262
- msgid "Maximum width of the thumbnail: "
 
 
 
 
263
  msgstr ""
264
 
265
- #: admin.inc.php:299
266
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
267
  msgstr ""
268
 
269
- #: admin.inc.php:302
270
  msgid "Use timthumb to generate thumbnails? "
271
  msgstr ""
272
 
273
- #: admin.inc.php:303
274
  msgid ""
275
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
276
  "\">timthumb</a> will be used to generate thumbnails"
277
  msgstr ""
278
 
279
- #: admin.inc.php:305
280
  #, fuzzy
281
  msgid "Post thumbnail meta field name: "
282
  msgstr "Post Opţiuni pictograme:"
283
 
284
- #: admin.inc.php:306
285
  msgid ""
286
  "The value of this field should contain the image source and is set in the "
287
  "<em>Add New Post</em> screen"
288
  msgstr ""
289
 
290
- #: admin.inc.php:308
291
  #, fuzzy
292
  msgid ""
293
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -298,7 +360,7 @@ msgstr ""
298
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
299
  "fişier"
300
 
301
- #: admin.inc.php:309
302
  #, fuzzy
303
  msgid ""
304
  "This could slow down the loading of your page if the first image in the "
@@ -309,11 +371,11 @@ msgstr ""
309
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
310
  "fişier"
311
 
312
- #: admin.inc.php:311
313
  msgid "Use default thumbnail? "
314
  msgstr ""
315
 
316
- #: admin.inc.php:312
317
  msgid ""
318
  "If checked, when no thumbnail is found, show a default one from the URL "
319
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -322,109 +384,109 @@ msgstr ""
322
  "la URL-ul de mai jos. În cazul în care nu a verificat şi este găsit nici un "
323
  "thumbnail, imaginea nu va fi indicat."
324
 
325
- #: admin.inc.php:314
326
  msgid "Default thumbnail: "
327
  msgstr ""
328
 
329
- #: admin.inc.php:315
330
  msgid ""
331
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
332
  "then it will check the meta field. If this is not available, then it will "
333
  "show the default image as specified above"
334
  msgstr ""
335
 
336
- #: admin.inc.php:321
337
  msgid "Custom Styles"
338
  msgstr ""
339
 
340
- #: admin.inc.php:324
341
  msgid "Custom CSS to add to header:"
342
  msgstr ""
343
 
344
- #: admin.inc.php:327
345
  msgid ""
346
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
347
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
348
  "available CSS classes to style."
349
  msgstr ""
350
 
351
- #: admin.inc.php:334
352
  msgid "Maintenance"
353
  msgstr ""
354
 
355
- #: admin.inc.php:338
356
  msgid ""
357
  "Over time the Daily Top 10 database grows in size, which reduces the "
358
  "performance of the plugin. Cleaning the database at regular intervals could "
359
  "improve performance, especially on high traffic blogs."
360
  msgstr ""
361
 
362
- #: admin.inc.php:339
363
  msgid ""
364
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
365
  "everytime the job is rescheduled (i.e. you change the settings below). This "
366
  "causes the daily posts table to reset."
367
  msgstr ""
368
 
369
- #: admin.inc.php:342
370
  msgid "Enable scheduled maintenance of daily tables:"
371
  msgstr ""
372
 
373
- #: admin.inc.php:346
374
  msgid "Time to run maintenance"
375
  msgstr ""
376
 
377
- #: admin.inc.php:349
378
  msgid "How often should the maintenance be run:"
379
  msgstr ""
380
 
381
- #: admin.inc.php:353
382
  msgid "Daily"
383
  msgstr ""
384
 
385
- #: admin.inc.php:357
386
  msgid "Weekly"
387
  msgstr ""
388
 
389
- #: admin.inc.php:361
390
  msgid "Fortnightly"
391
  msgstr ""
392
 
393
- #: admin.inc.php:365
394
  msgid "Monthly"
395
  msgstr ""
396
 
397
- #: admin.inc.php:374
398
  msgid "The cron job has been scheduled. Maintenance will run "
399
  msgstr ""
400
 
401
- #: admin.inc.php:379
402
  msgid "The cron job is missing. Please resave this page to add the job"
403
  msgstr ""
404
 
405
- #: admin.inc.php:384
406
  msgid "Maintenance is turned off"
407
  msgstr ""
408
 
409
- #: admin.inc.php:392
410
  #, fuzzy
411
  msgid "Save Options"
412
  msgstr "Opţiuni:"
413
 
414
- #: admin.inc.php:393
415
  #, fuzzy
416
  msgid "Default Options"
417
  msgstr "Opţiuni de ieşire:"
418
 
419
- #: admin.inc.php:393
420
  msgid "Do you want to set options to Default?"
421
  msgstr "Doriţi să setaţi opţiunile la valorile implicite?"
422
 
423
- #: admin.inc.php:397
424
  msgid "Reset count"
425
  msgstr "Reiniţializare count"
426
 
427
- #: admin.inc.php:400
428
  msgid ""
429
  "This cannot be reversed. Make sure that your database has been backed up "
430
  "before proceeding"
@@ -432,223 +494,234 @@ msgstr ""
432
  "Acest lucru poate fi inversat. Asiguraţi-vă că baza de date a fost sprijinit "
433
  "înainte de a continua"
434
 
435
- #: admin.inc.php:403
436
  #, fuzzy
437
  msgid "Reset Popular Posts"
438
  msgstr "Posturi populare"
439
 
440
- #: admin.inc.php:403
441
  msgid "Are you sure you want to reset the popular posts?"
442
  msgstr "Sigur reiniţializaţi posturi populare?"
443
 
444
- #: admin.inc.php:404
445
  #, fuzzy
446
  msgid "Reset Daily Popular Posts"
447
  msgstr "Posturi populare de zi cu zi"
448
 
449
- #: admin.inc.php:404
450
  msgid "Are you sure you want to reset the daily popular posts?"
451
  msgstr "Sigur reiniţializaţi posturi populare zilnic?"
452
 
453
- #: admin.inc.php:405
454
  msgid "Clear duplicates"
455
  msgstr ""
456
 
457
- #: admin.inc.php:405
458
  msgid "This will delete the duplicate entries in the tables. Proceed?"
459
  msgstr "Aceasta va şterge intrările dublate în tabele. Continuaţi?"
460
 
461
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
462
  msgid "Popular Posts"
463
  msgstr "Posturi populare"
464
 
465
- #: admin.inc.php:449 admin.inc.php:536
466
  msgid "Daily Popular Posts"
467
  msgstr "Posturi populare de zi cu zi"
468
 
469
- #: admin.inc.php:477
470
  msgid "Support the development"
471
  msgstr "Sprijinirea dezvoltării"
472
 
473
- #: admin.inc.php:485
474
  msgid "Enter amount in USD: "
475
  msgstr "Introduceţi valoarea în USD: "
476
 
477
- #: admin.inc.php:489
478
  msgid "Send your donation to the author of"
479
  msgstr "Trimite donatie autorului"
480
 
481
- #: admin.inc.php:495
482
  msgid "Follow us"
483
  msgstr ""
484
 
485
- #: admin.inc.php:501
486
  #, fuzzy
487
  msgid "Quick Links"
488
  msgstr "Legături rapide pentru"
489
 
490
- #: admin.inc.php:503
491
  #, fuzzy
492
  msgid "Top 10 plugin page"
493
  msgstr "plug-in pagina"
494
 
495
- #: admin.inc.php:504
496
  msgid "Other plugins"
497
  msgstr "Alte plugin-uri"
498
 
499
- #: admin.inc.php:505
500
  msgid "Ajay's blog"
501
  msgstr "Ajay's blog"
502
 
503
- #: admin.inc.php:506 top-10.php:921
504
  msgid "Support"
505
  msgstr "Suport"
506
 
507
- #: admin.inc.php:510
508
  msgid "Recent developments"
509
  msgstr "Evoluţiile recente"
510
 
511
- #: admin.inc.php:527 admin.inc.php:530
512
  #, fuzzy
513
  msgid "Top 10 Settings"
514
  msgstr "Setări"
515
 
516
- #: admin.inc.php:527
517
  msgid "Top 10"
518
  msgstr "Top 10"
519
 
520
- #: admin.inc.php:533
521
  #, fuzzy
522
  msgid "Overall Popular Posts"
523
  msgstr "Vedere de ansamblu posturi populare"
524
 
525
- #: admin.inc.php:675
526
  msgid "Results"
527
  msgstr "Rezultatele"
528
 
529
- #: admin.inc.php:677 admin.inc.php:683
530
  msgid "of"
531
  msgstr "de"
532
 
533
- #: admin.inc.php:681
534
  msgid "Page"
535
  msgstr "Pagină"
536
 
537
- #: admin.inc.php:695
538
  msgid "View Daily Popular Posts"
539
  msgstr "Vizualizare zi posturi populare"
540
 
541
- #: admin.inc.php:698 admin.inc.php:711
542
  msgid "Results per-page:"
543
  msgstr "Rezultate pe pagină:"
544
 
545
- #: admin.inc.php:708
546
  msgid "View Overall Popular Posts"
547
  msgstr "Vedere de ansamblu posturi populare"
548
 
549
- #: admin.inc.php:737
550
  msgid "Previous"
551
  msgstr "Anterioară"
552
 
553
- #: admin.inc.php:755
554
  msgid "Next"
555
  msgstr "Următorul"
556
 
557
- #: admin.inc.php:796
558
  msgid "Daily Popular"
559
  msgstr "Daily populare"
560
 
561
- #: admin.inc.php:812
562
  msgid "Total / Today's Views"
563
  msgstr "Total / astăzi lui vizitări"
564
 
565
- #: top-10.php:403
566
  msgid "Display the posts popular this week"
567
  msgstr "Afişa posturi populare în această săptămână"
568
 
569
- #: top-10.php:417
570
  msgid "Title"
571
  msgstr ""
572
 
573
- #: top-10.php:422
574
  msgid "No. of posts"
575
  msgstr ""
576
 
577
- #: top-10.php:427
578
  msgid "Overall"
579
  msgstr ""
580
 
581
- #: top-10.php:428
582
  msgid "Custom time period (Enter below)"
583
  msgstr ""
584
 
585
- #: top-10.php:433
586
  msgid "Range in number of days (applies only to custom option above)"
587
  msgstr ""
588
 
589
- #: top-10.php:437
590
  #, fuzzy
591
  msgid "Thumbnail options"
592
  msgstr "Post Opţiuni pictograme:"
593
 
594
- #: top-10.php:439
595
  #, fuzzy
596
  msgid "Thumbnails inline, before title"
597
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
598
 
599
- #: top-10.php:440
600
  #, fuzzy
601
  msgid "Thumbnails inline, after title"
602
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
603
 
604
- #: top-10.php:441
605
  #, fuzzy
606
  msgid "Only thumbnails, no text"
607
  msgstr "Afişa numai miniaturi, nici un text"
608
 
609
- #: top-10.php:442
610
  #, fuzzy
611
  msgid "No thumbnails, only text."
612
  msgstr "Nu se afişează miniaturi, numai textul."
613
 
614
- #: top-10.php:447
615
  #, fuzzy
616
  msgid " Show excerpt?"
617
  msgstr "Afişează post extras din lista?"
618
 
619
- #: top-10.php:522
620
  msgid "<h3>Popular Posts</h3>"
621
  msgstr "<h3>Posturi populare</h3>"
622
 
623
- #: top-10.php:523
624
  msgid "<h3>Daily Popular</h3>"
625
  msgstr "<h3>Daily populare</h3>"
626
 
627
- #: top-10.php:524
628
  #, fuzzy
629
  msgid "No top posts yet"
630
  msgstr "Top 10 populare posturi Resetare"
631
 
632
- #: top-10.php:887
633
  msgid "Once Weekly"
634
  msgstr ""
635
 
636
- #: top-10.php:888
637
  msgid "Once Fortnightly"
638
  msgstr ""
639
 
640
- #: top-10.php:889
641
  msgid "Once Monthly"
642
  msgstr ""
643
 
644
- #: top-10.php:909
645
  msgid "Settings"
646
  msgstr "Setări"
647
 
648
- #: top-10.php:922
649
  msgid "Donate"
650
  msgstr "Dona"
651
 
 
 
 
 
 
 
 
 
 
 
 
652
  #~ msgid "Follow @ajaydsouza on Twitter"
653
  #~ msgstr "Urmaţi @ ajaydsouza pe Twitter"
654
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Web Geeks\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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Opţiuni salvat cu succes."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Opţiunile setate la valorile implicite."
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Top 10 populare posturi Resetare"
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Top 10 posturi populare daily Reiniţializare"
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
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:199
78
+ msgid "Post types to include in results (including custom post types)"
79
+ msgstr ""
 
80
 
81
+ #: admin.inc.php:210
82
+ msgid "List of post or page IDs to exclude from the results: "
 
 
83
  msgstr ""
 
 
84
 
85
+ #: admin.inc.php:214
86
  msgid "Exclude Categories: "
87
  msgstr "Excludeţi categorii: "
88
 
89
+ #: admin.inc.php:229
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:234
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:236
102
  msgid "Posts"
103
  msgstr ""
104
 
105
+ #: admin.inc.php:237
106
  #, fuzzy
107
  msgid "Pages"
108
  msgstr "Pagină"
109
 
110
+ #: admin.inc.php:238
111
+ msgid "Home page"
112
+ msgstr ""
113
+
114
+ #: admin.inc.php:239
115
+ msgid "Feeds"
116
+ msgstr ""
117
+
118
+ #: admin.inc.php:240
119
+ msgid "Category archives"
120
+ msgstr ""
121
+
122
+ #: admin.inc.php:241
123
+ msgid "Tag archives"
124
+ msgstr ""
125
+
126
+ #: admin.inc.php:242
127
+ msgid "Other archives"
128
+ msgstr ""
129
+
130
+ #: admin.inc.php:243
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:246
138
  msgid "Always display latest post count"
139
  msgstr ""
140
 
141
+ #: admin.inc.php:248
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"
146
  msgstr ""
147
 
148
+ #: admin.inc.php:251
149
  msgid "Always display latest post count in the daily lists"
150
  msgstr ""
151
 
152
+ #: admin.inc.php:253
153
  #, fuzzy
154
  msgid "This option uses JavaScript and will increase your page load time"
155
  msgstr ""
157
  "utilizează JavaScript pentru a încărca post şi poate creşte timpul încărcare "
158
  "pagină"
159
 
160
+ #: admin.inc.php:256
161
  msgid "Track visits of authors on their own posts?"
162
  msgstr "Track vizite de autori pe posturile lor proprii?"
163
 
164
+ #: admin.inc.php:259
165
  #, fuzzy
166
  msgid "Track visits of admins?"
167
  msgstr "Track vizite de autori pe posturile lor proprii?"
168
 
169
+ #: admin.inc.php:262
170
  msgid "Display page views on Posts > All Posts in Admin"
171
  msgstr ""
172
 
173
+ #: admin.inc.php:265
174
  msgid "Link to Top 10 plugin page"
175
  msgstr ""
176
 
177
+ #: admin.inc.php:267
178
  #, fuzzy
179
  msgid ""
180
  "A link to the plugin is added as an extra list item to the list of popular "
183
  "Un link pentru a plugin-ul se adaugă ca un element suplimentar lista la "
184
  "lista de posturi populare. Nu obligatoriu, dar Multumesc dacă tu a face it!"
185
 
186
+ #: admin.inc.php:274
187
  #, fuzzy
188
  msgid "Output Options"
189
  msgstr "Opţiuni de ieşire:"
190
 
191
+ #: admin.inc.php:277
192
  msgid "Format to display the count in: "
193
  msgstr "Format pentru a afişa numărul în: "
194
 
195
+ #: admin.inc.php:279
196
  #, fuzzy
197
  msgid ""
198
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
204
  "% dailycount %</code> pentru a afişa numărul de zi cu zi. exemplu afişează "
205
  "opţiunile implicite <code>(vizitat 123 ori, 23 vizite azi)</code>"
206
 
207
+ #: admin.inc.php:282
208
  msgid "Title of popular posts: "
209
  msgstr "Titlul de posturi populare: "
210
 
211
+ #: admin.inc.php:285
212
  msgid "Title of daily popular posts: "
213
  msgstr "Titlul de zi cu zi de posturi populare: "
214
 
215
+ #: admin.inc.php:288
216
  msgid "When there are no posts, what should be shown?"
217
  msgstr ""
218
 
219
+ #: admin.inc.php:292
220
  msgid "Blank Output"
221
  msgstr ""
222
 
223
+ #: admin.inc.php:296
224
  msgid "Display:"
225
  msgstr ""
226
 
227
+ #: admin.inc.php:300
228
  msgid "Show post excerpt in list?"
229
  msgstr "Afişează post extras din lista?"
230
 
231
+ #: admin.inc.php:303
232
  msgid "Length of excerpt (in words): "
233
  msgstr "Lungimea extras (în cuvinte): "
234
 
235
+ #: admin.inc.php:306
236
+ #, fuzzy
237
+ msgid "Show post date in list?"
238
+ msgstr "Afişează post extras din lista?"
239
+
240
+ #: admin.inc.php:309
241
+ msgid "Limit post title length (in characters)"
242
+ msgstr ""
243
+
244
+ #: admin.inc.php:312
245
  msgid "Display number of page views in popular lists?"
246
  msgstr "Afişează numărul de vizualizări de pagini în listele popular?"
247
 
248
+ #: admin.inc.php:315
249
+ msgid "Open links in new window"
250
+ msgstr ""
251
+
252
+ #: admin.inc.php:318
253
+ msgid "Add nofollow attribute to links in the list"
254
+ msgstr ""
255
+
256
+ #: admin.inc.php:321
257
+ msgid "Exclude display of related posts on these posts / pages"
258
+ msgstr ""
259
+
260
+ #: admin.inc.php:324
261
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
262
+ msgstr ""
263
+
264
+ #: admin.inc.php:327
265
  msgid "Customize the output:"
266
  msgstr "Personaliza ieşire:"
267
 
268
+ #: admin.inc.php:329
269
  msgid "HTML to display before the list of posts: "
270
  msgstr "HTML pentru a afişa înainte de lista de posturi: "
271
 
272
+ #: admin.inc.php:332
273
  msgid "HTML to display before each list item: "
274
  msgstr "HTML pentru a afişa înainte de fiecare element din listă: "
275
 
276
+ #: admin.inc.php:335
277
  msgid "HTML to display after each list item: "
278
  msgstr "HTML pentru a afişa după fiecare element din listă: "
279
 
280
+ #: admin.inc.php:338
281
  msgid "HTML to display after the list of posts: "
282
  msgstr "HTML pentru a afişa după lista de posturi: "
283
 
284
+ #: admin.inc.php:341
285
  msgid "Post thumbnail options:"
286
  msgstr "Post Opţiuni pictograme:"
287
 
288
+ #: admin.inc.php:343
289
  msgid "Location of post thumbnail:"
290
  msgstr ""
291
 
292
+ #: admin.inc.php:347
293
  msgid "Display thumbnails inline with posts, before title"
294
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
295
 
296
+ #: admin.inc.php:351
297
  msgid "Display thumbnails inline with posts, after title"
298
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
299
 
300
+ #: admin.inc.php:355
301
  msgid "Display only thumbnails, no text"
302
  msgstr "Afişa numai miniaturi, nici un text"
303
 
304
+ #: admin.inc.php:359
305
  msgid "Do not display thumbnails, only text."
306
  msgstr "Nu se afişează miniaturi, numai textul."
307
 
308
+ #: admin.inc.php:363
309
+ msgid "Width of the thumbnail: "
310
+ msgstr ""
311
+
312
+ #: admin.inc.php:366
313
+ msgid "Height of the thumbnail: "
314
  msgstr ""
315
 
316
+ #: admin.inc.php:369
317
+ msgid "Style attributes / Width and Height HTML attributes:"
318
+ msgstr ""
319
+
320
+ #: admin.inc.php:373
321
+ msgid ""
322
+ "Style attributes are used for width and height. <code>style=\"max-width:"
323
+ msgstr ""
324
+
325
+ #: admin.inc.php:377
326
+ msgid ""
327
+ "HTML width and height attributes are used for width and height. <code>width="
328
+ "\""
329
  msgstr ""
330
 
331
+ #: admin.inc.php:381
332
  msgid "Use timthumb to generate thumbnails? "
333
  msgstr ""
334
 
335
+ #: admin.inc.php:382
336
  msgid ""
337
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
338
  "\">timthumb</a> will be used to generate thumbnails"
339
  msgstr ""
340
 
341
+ #: admin.inc.php:384
342
  #, fuzzy
343
  msgid "Post thumbnail meta field name: "
344
  msgstr "Post Opţiuni pictograme:"
345
 
346
+ #: admin.inc.php:385
347
  msgid ""
348
  "The value of this field should contain the image source and is set in the "
349
  "<em>Add New Post</em> screen"
350
  msgstr ""
351
 
352
+ #: admin.inc.php:387
353
  #, fuzzy
354
  msgid ""
355
  "If the postmeta is not set, then should the plugin extract the first image "
360
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
361
  "fişier"
362
 
363
+ #: admin.inc.php:388
364
  #, fuzzy
365
  msgid ""
366
  "This could slow down the loading of your page if the first image in the "
371
  "dumneavoastră dacă prima imagine în legate de posturi este mare în mărime "
372
  "fişier"
373
 
374
+ #: admin.inc.php:390
375
  msgid "Use default thumbnail? "
376
  msgstr ""
377
 
378
+ #: admin.inc.php:391
379
  msgid ""
380
  "If checked, when no thumbnail is found, show a default one from the URL "
381
  "below. If not checked and no thumbnail is found, no image will be shown."
384
  "la URL-ul de mai jos. În cazul în care nu a verificat şi este găsit nici un "
385
  "thumbnail, imaginea nu va fi indicat."
386
 
387
+ #: admin.inc.php:393
388
  msgid "Default thumbnail: "
389
  msgstr ""
390
 
391
+ #: admin.inc.php:394
392
  msgid ""
393
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
394
  "then it will check the meta field. If this is not available, then it will "
395
  "show the default image as specified above"
396
  msgstr ""
397
 
398
+ #: admin.inc.php:400
399
  msgid "Custom Styles"
400
  msgstr ""
401
 
402
+ #: admin.inc.php:403
403
  msgid "Custom CSS to add to header:"
404
  msgstr ""
405
 
406
+ #: admin.inc.php:406
407
  msgid ""
408
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
409
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
410
  "available CSS classes to style."
411
  msgstr ""
412
 
413
+ #: admin.inc.php:413
414
  msgid "Maintenance"
415
  msgstr ""
416
 
417
+ #: admin.inc.php:417
418
  msgid ""
419
  "Over time the Daily Top 10 database grows in size, which reduces the "
420
  "performance of the plugin. Cleaning the database at regular intervals could "
421
  "improve performance, especially on high traffic blogs."
422
  msgstr ""
423
 
424
+ #: admin.inc.php:418
425
  msgid ""
426
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
427
  "everytime the job is rescheduled (i.e. you change the settings below). This "
428
  "causes the daily posts table to reset."
429
  msgstr ""
430
 
431
+ #: admin.inc.php:421
432
  msgid "Enable scheduled maintenance of daily tables:"
433
  msgstr ""
434
 
435
+ #: admin.inc.php:425
436
  msgid "Time to run maintenance"
437
  msgstr ""
438
 
439
+ #: admin.inc.php:428
440
  msgid "How often should the maintenance be run:"
441
  msgstr ""
442
 
443
+ #: admin.inc.php:432
444
  msgid "Daily"
445
  msgstr ""
446
 
447
+ #: admin.inc.php:436
448
  msgid "Weekly"
449
  msgstr ""
450
 
451
+ #: admin.inc.php:440
452
  msgid "Fortnightly"
453
  msgstr ""
454
 
455
+ #: admin.inc.php:444
456
  msgid "Monthly"
457
  msgstr ""
458
 
459
+ #: admin.inc.php:453
460
  msgid "The cron job has been scheduled. Maintenance will run "
461
  msgstr ""
462
 
463
+ #: admin.inc.php:458
464
  msgid "The cron job is missing. Please resave this page to add the job"
465
  msgstr ""
466
 
467
+ #: admin.inc.php:463
468
  msgid "Maintenance is turned off"
469
  msgstr ""
470
 
471
+ #: admin.inc.php:471
472
  #, fuzzy
473
  msgid "Save Options"
474
  msgstr "Opţiuni:"
475
 
476
+ #: admin.inc.php:472
477
  #, fuzzy
478
  msgid "Default Options"
479
  msgstr "Opţiuni de ieşire:"
480
 
481
+ #: admin.inc.php:472
482
  msgid "Do you want to set options to Default?"
483
  msgstr "Doriţi să setaţi opţiunile la valorile implicite?"
484
 
485
+ #: admin.inc.php:476
486
  msgid "Reset count"
487
  msgstr "Reiniţializare count"
488
 
489
+ #: admin.inc.php:479
490
  msgid ""
491
  "This cannot be reversed. Make sure that your database has been backed up "
492
  "before proceeding"
494
  "Acest lucru poate fi inversat. Asiguraţi-vă că baza de date a fost sprijinit "
495
  "înainte de a continua"
496
 
497
+ #: admin.inc.php:482
498
  #, fuzzy
499
  msgid "Reset Popular Posts"
500
  msgstr "Posturi populare"
501
 
502
+ #: admin.inc.php:482
503
  msgid "Are you sure you want to reset the popular posts?"
504
  msgstr "Sigur reiniţializaţi posturi populare?"
505
 
506
+ #: admin.inc.php:483
507
  #, fuzzy
508
  msgid "Reset Daily Popular Posts"
509
  msgstr "Posturi populare de zi cu zi"
510
 
511
+ #: admin.inc.php:483
512
  msgid "Are you sure you want to reset the daily popular posts?"
513
  msgstr "Sigur reiniţializaţi posturi populare zilnic?"
514
 
515
+ #: admin.inc.php:484
516
  msgid "Clear duplicates"
517
  msgstr ""
518
 
519
+ #: admin.inc.php:484
520
  msgid "This will delete the duplicate entries in the tables. Proceed?"
521
  msgstr "Aceasta va şterge intrările dublate în tabele. Continuaţi?"
522
 
523
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
524
  msgid "Popular Posts"
525
  msgstr "Posturi populare"
526
 
527
+ #: admin.inc.php:528 admin.inc.php:615
528
  msgid "Daily Popular Posts"
529
  msgstr "Posturi populare de zi cu zi"
530
 
531
+ #: admin.inc.php:556
532
  msgid "Support the development"
533
  msgstr "Sprijinirea dezvoltării"
534
 
535
+ #: admin.inc.php:564
536
  msgid "Enter amount in USD: "
537
  msgstr "Introduceţi valoarea în USD: "
538
 
539
+ #: admin.inc.php:568
540
  msgid "Send your donation to the author of"
541
  msgstr "Trimite donatie autorului"
542
 
543
+ #: admin.inc.php:574
544
  msgid "Follow us"
545
  msgstr ""
546
 
547
+ #: admin.inc.php:580
548
  #, fuzzy
549
  msgid "Quick Links"
550
  msgstr "Legături rapide pentru"
551
 
552
+ #: admin.inc.php:582
553
  #, fuzzy
554
  msgid "Top 10 plugin page"
555
  msgstr "plug-in pagina"
556
 
557
+ #: admin.inc.php:583
558
  msgid "Other plugins"
559
  msgstr "Alte plugin-uri"
560
 
561
+ #: admin.inc.php:584
562
  msgid "Ajay's blog"
563
  msgstr "Ajay's blog"
564
 
565
+ #: admin.inc.php:585 top-10.php:1062
566
  msgid "Support"
567
  msgstr "Suport"
568
 
569
+ #: admin.inc.php:589
570
  msgid "Recent developments"
571
  msgstr "Evoluţiile recente"
572
 
573
+ #: admin.inc.php:606 admin.inc.php:609
574
  #, fuzzy
575
  msgid "Top 10 Settings"
576
  msgstr "Setări"
577
 
578
+ #: admin.inc.php:606
579
  msgid "Top 10"
580
  msgstr "Top 10"
581
 
582
+ #: admin.inc.php:612
583
  #, fuzzy
584
  msgid "Overall Popular Posts"
585
  msgstr "Vedere de ansamblu posturi populare"
586
 
587
+ #: admin.inc.php:754
588
  msgid "Results"
589
  msgstr "Rezultatele"
590
 
591
+ #: admin.inc.php:756 admin.inc.php:762
592
  msgid "of"
593
  msgstr "de"
594
 
595
+ #: admin.inc.php:760
596
  msgid "Page"
597
  msgstr "Pagină"
598
 
599
+ #: admin.inc.php:774
600
  msgid "View Daily Popular Posts"
601
  msgstr "Vizualizare zi posturi populare"
602
 
603
+ #: admin.inc.php:777 admin.inc.php:790
604
  msgid "Results per-page:"
605
  msgstr "Rezultate pe pagină:"
606
 
607
+ #: admin.inc.php:787
608
  msgid "View Overall Popular Posts"
609
  msgstr "Vedere de ansamblu posturi populare"
610
 
611
+ #: admin.inc.php:816
612
  msgid "Previous"
613
  msgstr "Anterioară"
614
 
615
+ #: admin.inc.php:834
616
  msgid "Next"
617
  msgstr "Următorul"
618
 
619
+ #: admin.inc.php:875
620
  msgid "Daily Popular"
621
  msgstr "Daily populare"
622
 
623
+ #: admin.inc.php:891
624
  msgid "Total / Today's Views"
625
  msgstr "Total / astăzi lui vizitări"
626
 
627
+ #: top-10.php:467
628
  msgid "Display the posts popular this week"
629
  msgstr "Afişa posturi populare în această săptămână"
630
 
631
+ #: top-10.php:481
632
  msgid "Title"
633
  msgstr ""
634
 
635
+ #: top-10.php:486
636
  msgid "No. of posts"
637
  msgstr ""
638
 
639
+ #: top-10.php:491
640
  msgid "Overall"
641
  msgstr ""
642
 
643
+ #: top-10.php:492
644
  msgid "Custom time period (Enter below)"
645
  msgstr ""
646
 
647
+ #: top-10.php:497
648
  msgid "Range in number of days (applies only to custom option above)"
649
  msgstr ""
650
 
651
+ #: top-10.php:501
652
  #, fuzzy
653
  msgid "Thumbnail options"
654
  msgstr "Post Opţiuni pictograme:"
655
 
656
+ #: top-10.php:503
657
  #, fuzzy
658
  msgid "Thumbnails inline, before title"
659
  msgstr "Afişare miniaturi inline cu posturi, înainte de titlu"
660
 
661
+ #: top-10.php:504
662
  #, fuzzy
663
  msgid "Thumbnails inline, after title"
664
  msgstr "Afişare miniaturi inline cu posturi, după titlul"
665
 
666
+ #: top-10.php:505
667
  #, fuzzy
668
  msgid "Only thumbnails, no text"
669
  msgstr "Afişa numai miniaturi, nici un text"
670
 
671
+ #: top-10.php:506
672
  #, fuzzy
673
  msgid "No thumbnails, only text."
674
  msgstr "Nu se afişează miniaturi, numai textul."
675
 
676
+ #: top-10.php:511
677
  #, fuzzy
678
  msgid " Show excerpt?"
679
  msgstr "Afişează post extras din lista?"
680
 
681
+ #: top-10.php:586
682
  msgid "<h3>Popular Posts</h3>"
683
  msgstr "<h3>Posturi populare</h3>"
684
 
685
+ #: top-10.php:587
686
  msgid "<h3>Daily Popular</h3>"
687
  msgstr "<h3>Daily populare</h3>"
688
 
689
+ #: top-10.php:588
690
  #, fuzzy
691
  msgid "No top posts yet"
692
  msgstr "Top 10 populare posturi Resetare"
693
 
694
+ #: top-10.php:1028
695
  msgid "Once Weekly"
696
  msgstr ""
697
 
698
+ #: top-10.php:1029
699
  msgid "Once Fortnightly"
700
  msgstr ""
701
 
702
+ #: top-10.php:1030
703
  msgid "Once Monthly"
704
  msgstr ""
705
 
706
+ #: top-10.php:1050
707
  msgid "Settings"
708
  msgstr "Setări"
709
 
710
+ #: top-10.php:1063
711
  msgid "Donate"
712
  msgstr "Dona"
713
 
714
+ #, fuzzy
715
+ #~ msgid "Exclude Pages?"
716
+ #~ msgstr "Excludeţi categorii: "
717
+
718
+ #~ msgid ""
719
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
720
+ #~ "continue to be counted."
721
+ #~ msgstr ""
722
+ #~ "Exclude paginile în afişarea de posturi populare? Număr de vizualizări pe "
723
+ #~ "pagini va continua să fie numărate."
724
+
725
  #~ msgid "Follow @ajaydsouza on Twitter"
726
  #~ msgstr "Urmaţi @ ajaydsouza pe Twitter"
727
 
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-06-30 14:29-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"
@@ -12,147 +12,169 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Настройки сохранены."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Настройки сброшены."
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Сбросить статистику популярных записей"
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Сбросить статистику популярных записей за сегодня"
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Количество Популярных записей в списке:"
72
 
73
- #: admin.inc.php:163
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "За сколько дней считать просмотры для списка Популярных сегодня записей?"
77
 
78
- #: admin.inc.php:167
79
- #, fuzzy
80
- msgid "Exclude Pages?"
81
- msgstr "Исключить рубрики:"
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "Исключить страницы из списка Популярных записей? Количество просмотров для "
89
- "страниц будет продолжать подсчитываться"
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr "Исключить рубрики:"
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "Показывать количество просмотров записи в ее \"теле\"?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "Страница"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
135
  "Сделать список Популярных записей динамичным? Опция использует JavaScript , "
136
  "и это может увеличить время загрузки страниц"
137
 
138
- #: admin.inc.php:207
139
  msgid "Track visits of authors on their own posts?"
140
  msgstr "Учитывать просмотры записей, сделанные их же авторами?"
141
 
142
- #: admin.inc.php:210
143
  #, fuzzy
144
  msgid "Track visits of admins?"
145
  msgstr "Учитывать просмотры записей, сделанные их же авторами?"
146
 
147
- #: admin.inc.php:213
148
  msgid "Display page views on Posts > All Posts in Admin"
149
  msgstr ""
150
 
151
- #: admin.inc.php:216
152
  msgid "Link to Top 10 plugin page"
153
  msgstr ""
154
 
155
- #: admin.inc.php:218
156
  #, fuzzy
157
  msgid ""
158
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -161,18 +183,18 @@ msgstr ""
161
  "Оставить ссылку на плагин под списками Популярных записей? Автор плагина был "
162
  "бы очень благодарен Вам, если Вы ее все же оставите!"
163
 
164
- #: admin.inc.php:225
165
  #, fuzzy
166
  msgid "Output Options"
167
  msgstr "Настройки плагина:"
168
 
169
- #: admin.inc.php:228
170
  msgid "Format to display the count in: "
171
  msgstr ""
172
  "В поле ниже вы можете настроить формат отображения количества просмотров за "
173
  "день, за все время для записей/страниц:"
174
 
175
- #: admin.inc.php:230
176
  #, fuzzy
177
  msgid ""
178
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -184,113 +206,153 @@ msgstr ""
184
  "а <code>%dailycount%</code> - просмотры за сутки. Например: <code>(Запись "
185
  "просмотрена 123 раза, сегодня просмотров было 23)</code>."
186
 
187
- #: admin.inc.php:233
188
  msgid "Title of popular posts: "
189
  msgstr "Заголовок списка Популярных записей:"
190
 
191
- #: admin.inc.php:236
192
  msgid "Title of daily popular posts: "
193
  msgstr "Заголовок списка Популярных сегодня записей:"
194
 
195
- #: admin.inc.php:239
196
  msgid "When there are no posts, what should be shown?"
197
  msgstr ""
198
 
199
- #: admin.inc.php:243
200
  msgid "Blank Output"
201
  msgstr ""
202
 
203
- #: admin.inc.php:247
204
  msgid "Display:"
205
  msgstr ""
206
 
207
- #: admin.inc.php:251
208
  msgid "Show post excerpt in list?"
209
  msgstr "Показывать текст записи в списке?"
210
 
211
- #: admin.inc.php:254
212
  msgid "Length of excerpt (in words): "
213
  msgstr "Длина выводимого текста (в словах):"
214
 
215
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
216
  msgid "Display number of page views in popular lists?"
217
  msgstr ""
218
  "Показывать количество просмотров записей/страниц в списке Популярных записей?"
219
 
220
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  msgid "Customize the output:"
222
  msgstr "Настройки оформления списка:"
223
 
224
- #: admin.inc.php:262
225
  msgid "HTML to display before the list of posts: "
226
  msgstr "HTML-тег, используемый перед списком:"
227
 
228
- #: admin.inc.php:265
229
  msgid "HTML to display before each list item: "
230
  msgstr "HTML-тег, используемый перед каждым пунктом в списке:"
231
 
232
- #: admin.inc.php:268
233
  msgid "HTML to display after each list item: "
234
  msgstr "HTML-тег, используемый после каждого пункта в списке:"
235
 
236
- #: admin.inc.php:271
237
  msgid "HTML to display after the list of posts: "
238
  msgstr "HTML-тег, используемый после списка:"
239
 
240
- #: admin.inc.php:274
241
  msgid "Post thumbnail options:"
242
  msgstr "Настройки превью к записям:"
243
 
244
- #: admin.inc.php:276
245
  msgid "Location of post thumbnail:"
246
  msgstr ""
247
 
248
- #: admin.inc.php:280
249
  msgid "Display thumbnails inline with posts, before title"
250
  msgstr "Отображать превью к записи сразу перед заголовком"
251
 
252
- #: admin.inc.php:284
253
  msgid "Display thumbnails inline with posts, after title"
254
  msgstr "Отображать превью к записи сразу после заголовка"
255
 
256
- #: admin.inc.php:288
257
  msgid "Display only thumbnails, no text"
258
  msgstr "Отображать только превью, без текста"
259
 
260
- #: admin.inc.php:292
261
  msgid "Do not display thumbnails, only text."
262
  msgstr "Отображать только текст, без превью"
263
 
264
- #: admin.inc.php:296
265
- msgid "Maximum width of the thumbnail: "
 
 
 
 
266
  msgstr ""
267
 
268
- #: admin.inc.php:299
269
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
270
  msgstr ""
271
 
272
- #: admin.inc.php:302
273
  msgid "Use timthumb to generate thumbnails? "
274
  msgstr ""
275
 
276
- #: admin.inc.php:303
277
  msgid ""
278
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
279
  "\">timthumb</a> will be used to generate thumbnails"
280
  msgstr ""
281
 
282
- #: admin.inc.php:305
283
  #, fuzzy
284
  msgid "Post thumbnail meta field name: "
285
  msgstr "Настройки превью к записям:"
286
 
287
- #: admin.inc.php:306
288
  msgid ""
289
  "The value of this field should contain the image source and is set in the "
290
  "<em>Add New Post</em> screen"
291
  msgstr ""
292
 
293
- #: admin.inc.php:308
294
  #, fuzzy
295
  msgid ""
296
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -300,7 +362,7 @@ msgstr ""
300
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
301
  "как будет создаваться уменьшенная копия изображения"
302
 
303
- #: admin.inc.php:309
304
  #, fuzzy
305
  msgid ""
306
  "This could slow down the loading of your page if the first image in the "
@@ -310,11 +372,11 @@ msgstr ""
310
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
311
  "как будет создаваться уменьшенная копия изображения"
312
 
313
- #: admin.inc.php:311
314
  msgid "Use default thumbnail? "
315
  msgstr ""
316
 
317
- #: admin.inc.php:312
318
  msgid ""
319
  "If checked, when no thumbnail is found, show a default one from the URL "
320
  "below. If not checked and no thumbnail is found, no image will be shown."
@@ -323,11 +385,11 @@ msgstr ""
323
  "добавлено стандартное изображение. Если превью задано к записи - будет "
324
  "отображаться только оно."
325
 
326
- #: admin.inc.php:314
327
  msgid "Default thumbnail: "
328
  msgstr ""
329
 
330
- #: admin.inc.php:315
331
  #, fuzzy
332
  msgid ""
333
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -338,98 +400,98 @@ msgstr ""
338
  "заданному ранее произвольному мета-полю). Если же превью нет - будет "
339
  "выводиться картинка по-умолчанию:"
340
 
341
- #: admin.inc.php:321
342
  msgid "Custom Styles"
343
  msgstr ""
344
 
345
- #: admin.inc.php:324
346
  msgid "Custom CSS to add to header:"
347
  msgstr ""
348
 
349
- #: admin.inc.php:327
350
  msgid ""
351
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
352
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
353
  "available CSS classes to style."
354
  msgstr ""
355
 
356
- #: admin.inc.php:334
357
  msgid "Maintenance"
358
  msgstr ""
359
 
360
- #: admin.inc.php:338
361
  msgid ""
362
  "Over time the Daily Top 10 database grows in size, which reduces the "
363
  "performance of the plugin. Cleaning the database at regular intervals could "
364
  "improve performance, especially on high traffic blogs."
365
  msgstr ""
366
 
367
- #: admin.inc.php:339
368
  msgid ""
369
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
370
  "everytime the job is rescheduled (i.e. you change the settings below). This "
371
  "causes the daily posts table to reset."
372
  msgstr ""
373
 
374
- #: admin.inc.php:342
375
  msgid "Enable scheduled maintenance of daily tables:"
376
  msgstr ""
377
 
378
- #: admin.inc.php:346
379
  msgid "Time to run maintenance"
380
  msgstr ""
381
 
382
- #: admin.inc.php:349
383
  msgid "How often should the maintenance be run:"
384
  msgstr ""
385
 
386
- #: admin.inc.php:353
387
  msgid "Daily"
388
  msgstr ""
389
 
390
- #: admin.inc.php:357
391
  msgid "Weekly"
392
  msgstr ""
393
 
394
- #: admin.inc.php:361
395
  msgid "Fortnightly"
396
  msgstr ""
397
 
398
- #: admin.inc.php:365
399
  msgid "Monthly"
400
  msgstr ""
401
 
402
- #: admin.inc.php:374
403
  msgid "The cron job has been scheduled. Maintenance will run "
404
  msgstr ""
405
 
406
- #: admin.inc.php:379
407
  msgid "The cron job is missing. Please resave this page to add the job"
408
  msgstr ""
409
 
410
- #: admin.inc.php:384
411
  msgid "Maintenance is turned off"
412
  msgstr ""
413
 
414
- #: admin.inc.php:392
415
  #, fuzzy
416
  msgid "Save Options"
417
  msgstr "Настройки плагина:"
418
 
419
- #: admin.inc.php:393
420
  #, fuzzy
421
  msgid "Default Options"
422
  msgstr "Настройки плагина:"
423
 
424
- #: admin.inc.php:393
425
  msgid "Do you want to set options to Default?"
426
  msgstr "Сбросить настройки плагина?"
427
 
428
- #: admin.inc.php:397
429
  msgid "Reset count"
430
  msgstr "Сбросить статистику"
431
 
432
- #: admin.inc.php:400
433
  msgid ""
434
  "This cannot be reversed. Make sure that your database has been backed up "
435
  "before proceeding"
@@ -437,225 +499,236 @@ msgstr ""
437
  "Сброс статистики не может быть обращен. Перед тем, как сбрасывать все, "
438
  "убедитесь, что у вас есть копия вашей базы данных!"
439
 
440
- #: admin.inc.php:403
441
  #, fuzzy
442
  msgid "Reset Popular Posts"
443
  msgstr "Популярные записи"
444
 
445
- #: admin.inc.php:403
446
  msgid "Are you sure you want to reset the popular posts?"
447
  msgstr "Вы уверены, что хотите сбросить статистику для Популярных записей?"
448
 
449
- #: admin.inc.php:404
450
  #, fuzzy
451
  msgid "Reset Daily Popular Posts"
452
  msgstr "Популярные сегодня записи"
453
 
454
- #: admin.inc.php:404
455
  msgid "Are you sure you want to reset the daily popular posts?"
456
  msgstr ""
457
  "Вы уверены, что хотите сбросить статистику для Популярных сегодня записей?"
458
 
459
- #: admin.inc.php:405
460
  msgid "Clear duplicates"
461
  msgstr ""
462
 
463
- #: admin.inc.php:405
464
  msgid "This will delete the duplicate entries in the tables. Proceed?"
465
  msgstr ""
466
  "Будет произведено удаление дублирующихся щаписей из статистики. Продолжить?"
467
 
468
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
469
  msgid "Popular Posts"
470
  msgstr "Популярные записи"
471
 
472
- #: admin.inc.php:449 admin.inc.php:536
473
  msgid "Daily Popular Posts"
474
  msgstr "Популярные сегодня записи"
475
 
476
- #: admin.inc.php:477
477
  msgid "Support the development"
478
  msgstr "Поддержать автора плагина"
479
 
480
- #: admin.inc.php:485
481
  msgid "Enter amount in USD: "
482
  msgstr "Сколько вы готовы пожертвовать (в USD):"
483
 
484
- #: admin.inc.php:489
485
  msgid "Send your donation to the author of"
486
  msgstr "Отправьте пожертвование автору"
487
 
488
- #: admin.inc.php:495
489
  msgid "Follow us"
490
  msgstr ""
491
 
492
- #: admin.inc.php:501
493
  #, fuzzy
494
  msgid "Quick Links"
495
  msgstr "Полезные ссылки"
496
 
497
- #: admin.inc.php:503
498
  #, fuzzy
499
  msgid "Top 10 plugin page"
500
  msgstr "страница плагина"
501
 
502
- #: admin.inc.php:504
503
  msgid "Other plugins"
504
  msgstr "Другие плагины автора"
505
 
506
- #: admin.inc.php:505
507
  msgid "Ajay's blog"
508
  msgstr "Блог Ajay"
509
 
510
- #: admin.inc.php:506 top-10.php:921
511
  msgid "Support"
512
  msgstr "Поддержка (англ.)"
513
 
514
- #: admin.inc.php:510
515
  msgid "Recent developments"
516
  msgstr "Последние разработки"
517
 
518
- #: admin.inc.php:527 admin.inc.php:530
519
  #, fuzzy
520
  msgid "Top 10 Settings"
521
  msgstr "Настроки плагина"
522
 
523
- #: admin.inc.php:527
524
  msgid "Top 10"
525
  msgstr "Топ 10 записей"
526
 
527
- #: admin.inc.php:533
528
  #, fuzzy
529
  msgid "Overall Popular Posts"
530
  msgstr "Посмотреть все Популярные записи"
531
 
532
- #: admin.inc.php:675
533
  msgid "Results"
534
  msgstr "Результаты"
535
 
536
- #: admin.inc.php:677 admin.inc.php:683
537
  msgid "of"
538
  msgstr "из"
539
 
540
- #: admin.inc.php:681
541
  msgid "Page"
542
  msgstr "Страница"
543
 
544
- #: admin.inc.php:695
545
  msgid "View Daily Popular Posts"
546
  msgstr "Посмотреть все Популярные сегодня записи"
547
 
548
- #: admin.inc.php:698 admin.inc.php:711
549
  msgid "Results per-page:"
550
  msgstr "Результатов на страницу:"
551
 
552
- #: admin.inc.php:708
553
  msgid "View Overall Popular Posts"
554
  msgstr "Посмотреть все Популярные записи"
555
 
556
- #: admin.inc.php:737
557
  msgid "Previous"
558
  msgstr "Предыдущая страница"
559
 
560
- #: admin.inc.php:755
561
  msgid "Next"
562
  msgstr "Следующая страница"
563
 
564
- #: admin.inc.php:796
565
  msgid "Daily Popular"
566
  msgstr "Популярные сегодня записи"
567
 
568
- #: admin.inc.php:812
569
  msgid "Total / Today's Views"
570
  msgstr "Всего/Сегодня"
571
 
572
- #: top-10.php:403
573
  msgid "Display the posts popular this week"
574
  msgstr "Отображать списки популярных записей за неделю"
575
 
576
- #: top-10.php:417
577
  msgid "Title"
578
  msgstr ""
579
 
580
- #: top-10.php:422
581
  msgid "No. of posts"
582
  msgstr ""
583
 
584
- #: top-10.php:427
585
  msgid "Overall"
586
  msgstr ""
587
 
588
- #: top-10.php:428
589
  msgid "Custom time period (Enter below)"
590
  msgstr ""
591
 
592
- #: top-10.php:433
593
  msgid "Range in number of days (applies only to custom option above)"
594
  msgstr ""
595
 
596
- #: top-10.php:437
597
  #, fuzzy
598
  msgid "Thumbnail options"
599
  msgstr "Настройки превью к записям:"
600
 
601
- #: top-10.php:439
602
  #, fuzzy
603
  msgid "Thumbnails inline, before title"
604
  msgstr "Отображать превью к записи сразу перед заголовком"
605
 
606
- #: top-10.php:440
607
  #, fuzzy
608
  msgid "Thumbnails inline, after title"
609
  msgstr "Отображать превью к записи сразу после заголовка"
610
 
611
- #: top-10.php:441
612
  #, fuzzy
613
  msgid "Only thumbnails, no text"
614
  msgstr "Отображать только превью, без текста"
615
 
616
- #: top-10.php:442
617
  #, fuzzy
618
  msgid "No thumbnails, only text."
619
  msgstr "Отображать только текст, без превью"
620
 
621
- #: top-10.php:447
622
  #, fuzzy
623
  msgid " Show excerpt?"
624
  msgstr "Показывать текст записи в списке?"
625
 
626
- #: top-10.php:522
627
  msgid "<h3>Popular Posts</h3>"
628
  msgstr "<h3>Популярные записи</h3>"
629
 
630
- #: top-10.php:523
631
  msgid "<h3>Daily Popular</h3>"
632
  msgstr "<h3>Популярные сегодня записи</h3>"
633
 
634
- #: top-10.php:524
635
  #, fuzzy
636
  msgid "No top posts yet"
637
  msgstr "Сбросить статистику популярных записей"
638
 
639
- #: top-10.php:887
640
  msgid "Once Weekly"
641
  msgstr ""
642
 
643
- #: top-10.php:888
644
  msgid "Once Fortnightly"
645
  msgstr ""
646
 
647
- #: top-10.php:889
648
  msgid "Once Monthly"
649
  msgstr ""
650
 
651
- #: top-10.php:909
652
  msgid "Settings"
653
  msgstr "Настроки плагина"
654
 
655
- #: top-10.php:922
656
  msgid "Donate"
657
  msgstr "Сделать пожертвование"
658
 
 
 
 
 
 
 
 
 
 
 
 
659
  #~ msgid "Follow @ajaydsouza on Twitter"
660
  #~ msgstr "Следуй за @ajaydsouza в Twitter"
661
 
2
  msgstr ""
3
  "Project-Id-Version: Топ 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:08-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Настройки сохранены."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Настройки сброшены."
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Сбросить статистику популярных записей"
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Сбросить статистику популярных записей за сегодня"
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "За сколько дней считать просмотры для списка Популярных сегодня записей?"
77
 
78
+ #: admin.inc.php:199
79
+ msgid "Post types to include in results (including custom post types)"
80
+ msgstr ""
 
81
 
82
+ #: admin.inc.php:210
83
+ msgid "List of post or page IDs to exclude from the results: "
 
 
84
  msgstr ""
 
 
85
 
86
+ #: admin.inc.php:214
87
  msgid "Exclude Categories: "
88
  msgstr "Исключить рубрики:"
89
 
90
+ #: admin.inc.php:229
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:234
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Показывать количество просмотров записи в ее \"теле\"?"
101
 
102
+ #: admin.inc.php:236
103
  msgid "Posts"
104
  msgstr ""
105
 
106
+ #: admin.inc.php:237
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Страница"
110
 
111
+ #: admin.inc.php:238
112
+ msgid "Home page"
113
+ msgstr ""
114
+
115
+ #: admin.inc.php:239
116
+ msgid "Feeds"
117
+ msgstr ""
118
+
119
+ #: admin.inc.php:240
120
+ msgid "Category archives"
121
+ msgstr ""
122
+
123
+ #: admin.inc.php:241
124
+ msgid "Tag archives"
125
+ msgstr ""
126
+
127
+ #: admin.inc.php:242
128
+ msgid "Other archives"
129
+ msgstr ""
130
+
131
+ #: admin.inc.php:243
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:246
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
+ #: admin.inc.php:248
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"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:251
150
  msgid "Always display latest post count in the daily lists"
151
  msgstr ""
152
 
153
+ #: admin.inc.php:253
154
  #, fuzzy
155
  msgid "This option uses JavaScript and will increase your page load time"
156
  msgstr ""
157
  "Сделать список Популярных записей динамичным? Опция использует JavaScript , "
158
  "и это может увеличить время загрузки страниц"
159
 
160
+ #: admin.inc.php:256
161
  msgid "Track visits of authors on their own posts?"
162
  msgstr "Учитывать просмотры записей, сделанные их же авторами?"
163
 
164
+ #: admin.inc.php:259
165
  #, fuzzy
166
  msgid "Track visits of admins?"
167
  msgstr "Учитывать просмотры записей, сделанные их же авторами?"
168
 
169
+ #: admin.inc.php:262
170
  msgid "Display page views on Posts > All Posts in Admin"
171
  msgstr ""
172
 
173
+ #: admin.inc.php:265
174
  msgid "Link to Top 10 plugin page"
175
  msgstr ""
176
 
177
+ #: admin.inc.php:267
178
  #, fuzzy
179
  msgid ""
180
  "A link to the plugin is added as an extra list item to the list of popular "
183
  "Оставить ссылку на плагин под списками Популярных записей? Автор плагина был "
184
  "бы очень благодарен Вам, если Вы ее все же оставите!"
185
 
186
+ #: admin.inc.php:274
187
  #, fuzzy
188
  msgid "Output Options"
189
  msgstr "Настройки плагина:"
190
 
191
+ #: admin.inc.php:277
192
  msgid "Format to display the count in: "
193
  msgstr ""
194
  "В поле ниже вы можете настроить формат отображения количества просмотров за "
195
  "день, за все время для записей/страниц:"
196
 
197
+ #: admin.inc.php:279
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
206
  "а <code>%dailycount%</code> - просмотры за сутки. Например: <code>(Запись "
207
  "просмотрена 123 раза, сегодня просмотров было 23)</code>."
208
 
209
+ #: admin.inc.php:282
210
  msgid "Title of popular posts: "
211
  msgstr "Заголовок списка Популярных записей:"
212
 
213
+ #: admin.inc.php:285
214
  msgid "Title of daily popular posts: "
215
  msgstr "Заголовок списка Популярных сегодня записей:"
216
 
217
+ #: admin.inc.php:288
218
  msgid "When there are no posts, what should be shown?"
219
  msgstr ""
220
 
221
+ #: admin.inc.php:292
222
  msgid "Blank Output"
223
  msgstr ""
224
 
225
+ #: admin.inc.php:296
226
  msgid "Display:"
227
  msgstr ""
228
 
229
+ #: admin.inc.php:300
230
  msgid "Show post excerpt in list?"
231
  msgstr "Показывать текст записи в списке?"
232
 
233
+ #: admin.inc.php:303
234
  msgid "Length of excerpt (in words): "
235
  msgstr "Длина выводимого текста (в словах):"
236
 
237
+ #: admin.inc.php:306
238
+ #, fuzzy
239
+ msgid "Show post date in list?"
240
+ msgstr "Показывать текст записи в списке?"
241
+
242
+ #: admin.inc.php:309
243
+ msgid "Limit post title length (in characters)"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:312
247
  msgid "Display number of page views in popular lists?"
248
  msgstr ""
249
  "Показывать количество просмотров записей/страниц в списке Популярных записей?"
250
 
251
+ #: admin.inc.php:315
252
+ msgid "Open links in new window"
253
+ msgstr ""
254
+
255
+ #: admin.inc.php:318
256
+ msgid "Add nofollow attribute to links in the list"
257
+ msgstr ""
258
+
259
+ #: admin.inc.php:321
260
+ msgid "Exclude display of related posts on these posts / pages"
261
+ msgstr ""
262
+
263
+ #: admin.inc.php:324
264
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
265
+ msgstr ""
266
+
267
+ #: admin.inc.php:327
268
  msgid "Customize the output:"
269
  msgstr "Настройки оформления списка:"
270
 
271
+ #: admin.inc.php:329
272
  msgid "HTML to display before the list of posts: "
273
  msgstr "HTML-тег, используемый перед списком:"
274
 
275
+ #: admin.inc.php:332
276
  msgid "HTML to display before each list item: "
277
  msgstr "HTML-тег, используемый перед каждым пунктом в списке:"
278
 
279
+ #: admin.inc.php:335
280
  msgid "HTML to display after each list item: "
281
  msgstr "HTML-тег, используемый после каждого пункта в списке:"
282
 
283
+ #: admin.inc.php:338
284
  msgid "HTML to display after the list of posts: "
285
  msgstr "HTML-тег, используемый после списка:"
286
 
287
+ #: admin.inc.php:341
288
  msgid "Post thumbnail options:"
289
  msgstr "Настройки превью к записям:"
290
 
291
+ #: admin.inc.php:343
292
  msgid "Location of post thumbnail:"
293
  msgstr ""
294
 
295
+ #: admin.inc.php:347
296
  msgid "Display thumbnails inline with posts, before title"
297
  msgstr "Отображать превью к записи сразу перед заголовком"
298
 
299
+ #: admin.inc.php:351
300
  msgid "Display thumbnails inline with posts, after title"
301
  msgstr "Отображать превью к записи сразу после заголовка"
302
 
303
+ #: admin.inc.php:355
304
  msgid "Display only thumbnails, no text"
305
  msgstr "Отображать только превью, без текста"
306
 
307
+ #: admin.inc.php:359
308
  msgid "Do not display thumbnails, only text."
309
  msgstr "Отображать только текст, без превью"
310
 
311
+ #: admin.inc.php:363
312
+ msgid "Width of the thumbnail: "
313
+ msgstr ""
314
+
315
+ #: admin.inc.php:366
316
+ msgid "Height of the thumbnail: "
317
  msgstr ""
318
 
319
+ #: admin.inc.php:369
320
+ msgid "Style attributes / Width and Height HTML attributes:"
321
+ msgstr ""
322
+
323
+ #: admin.inc.php:373
324
+ msgid ""
325
+ "Style attributes are used for width and height. <code>style=\"max-width:"
326
+ msgstr ""
327
+
328
+ #: admin.inc.php:377
329
+ msgid ""
330
+ "HTML width and height attributes are used for width and height. <code>width="
331
+ "\""
332
  msgstr ""
333
 
334
+ #: admin.inc.php:381
335
  msgid "Use timthumb to generate thumbnails? "
336
  msgstr ""
337
 
338
+ #: admin.inc.php:382
339
  msgid ""
340
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
341
  "\">timthumb</a> will be used to generate thumbnails"
342
  msgstr ""
343
 
344
+ #: admin.inc.php:384
345
  #, fuzzy
346
  msgid "Post thumbnail meta field name: "
347
  msgstr "Настройки превью к записям:"
348
 
349
+ #: admin.inc.php:385
350
  msgid ""
351
  "The value of this field should contain the image source and is set in the "
352
  "<em>Add New Post</em> screen"
353
  msgstr ""
354
 
355
+ #: admin.inc.php:387
356
  #, fuzzy
357
  msgid ""
358
  "If the postmeta is not set, then should the plugin extract the first image "
362
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
363
  "как будет создаваться уменьшенная копия изображения"
364
 
365
+ #: admin.inc.php:388
366
  #, fuzzy
367
  msgid ""
368
  "This could slow down the loading of your page if the first image in the "
372
  "изображение из записи. Это может слегка увеличить загрузку в первый раз, так "
373
  "как будет создаваться уменьшенная копия изображения"
374
 
375
+ #: admin.inc.php:390
376
  msgid "Use default thumbnail? "
377
  msgstr ""
378
 
379
+ #: admin.inc.php:391
380
  msgid ""
381
  "If checked, when no thumbnail is found, show a default one from the URL "
382
  "below. If not checked and no thumbnail is found, no image will be shown."
385
  "добавлено стандартное изображение. Если превью задано к записи - будет "
386
  "отображаться только оно."
387
 
388
+ #: admin.inc.php:393
389
  msgid "Default thumbnail: "
390
  msgstr ""
391
 
392
+ #: admin.inc.php:394
393
  #, fuzzy
394
  msgid ""
395
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
400
  "заданному ранее произвольному мета-полю). Если же превью нет - будет "
401
  "выводиться картинка по-умолчанию:"
402
 
403
+ #: admin.inc.php:400
404
  msgid "Custom Styles"
405
  msgstr ""
406
 
407
+ #: admin.inc.php:403
408
  msgid "Custom CSS to add to header:"
409
  msgstr ""
410
 
411
+ #: admin.inc.php:406
412
  msgid ""
413
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
414
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
415
  "available CSS classes to style."
416
  msgstr ""
417
 
418
+ #: admin.inc.php:413
419
  msgid "Maintenance"
420
  msgstr ""
421
 
422
+ #: admin.inc.php:417
423
  msgid ""
424
  "Over time the Daily Top 10 database grows in size, which reduces the "
425
  "performance of the plugin. Cleaning the database at regular intervals could "
426
  "improve performance, especially on high traffic blogs."
427
  msgstr ""
428
 
429
+ #: admin.inc.php:418
430
  msgid ""
431
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
432
  "everytime the job is rescheduled (i.e. you change the settings below). This "
433
  "causes the daily posts table to reset."
434
  msgstr ""
435
 
436
+ #: admin.inc.php:421
437
  msgid "Enable scheduled maintenance of daily tables:"
438
  msgstr ""
439
 
440
+ #: admin.inc.php:425
441
  msgid "Time to run maintenance"
442
  msgstr ""
443
 
444
+ #: admin.inc.php:428
445
  msgid "How often should the maintenance be run:"
446
  msgstr ""
447
 
448
+ #: admin.inc.php:432
449
  msgid "Daily"
450
  msgstr ""
451
 
452
+ #: admin.inc.php:436
453
  msgid "Weekly"
454
  msgstr ""
455
 
456
+ #: admin.inc.php:440
457
  msgid "Fortnightly"
458
  msgstr ""
459
 
460
+ #: admin.inc.php:444
461
  msgid "Monthly"
462
  msgstr ""
463
 
464
+ #: admin.inc.php:453
465
  msgid "The cron job has been scheduled. Maintenance will run "
466
  msgstr ""
467
 
468
+ #: admin.inc.php:458
469
  msgid "The cron job is missing. Please resave this page to add the job"
470
  msgstr ""
471
 
472
+ #: admin.inc.php:463
473
  msgid "Maintenance is turned off"
474
  msgstr ""
475
 
476
+ #: admin.inc.php:471
477
  #, fuzzy
478
  msgid "Save Options"
479
  msgstr "Настройки плагина:"
480
 
481
+ #: admin.inc.php:472
482
  #, fuzzy
483
  msgid "Default Options"
484
  msgstr "Настройки плагина:"
485
 
486
+ #: admin.inc.php:472
487
  msgid "Do you want to set options to Default?"
488
  msgstr "Сбросить настройки плагина?"
489
 
490
+ #: admin.inc.php:476
491
  msgid "Reset count"
492
  msgstr "Сбросить статистику"
493
 
494
+ #: admin.inc.php:479
495
  msgid ""
496
  "This cannot be reversed. Make sure that your database has been backed up "
497
  "before proceeding"
499
  "Сброс статистики не может быть обращен. Перед тем, как сбрасывать все, "
500
  "убедитесь, что у вас есть копия вашей базы данных!"
501
 
502
+ #: admin.inc.php:482
503
  #, fuzzy
504
  msgid "Reset Popular Posts"
505
  msgstr "Популярные записи"
506
 
507
+ #: admin.inc.php:482
508
  msgid "Are you sure you want to reset the popular posts?"
509
  msgstr "Вы уверены, что хотите сбросить статистику для Популярных записей?"
510
 
511
+ #: admin.inc.php:483
512
  #, fuzzy
513
  msgid "Reset Daily Popular Posts"
514
  msgstr "Популярные сегодня записи"
515
 
516
+ #: admin.inc.php:483
517
  msgid "Are you sure you want to reset the daily popular posts?"
518
  msgstr ""
519
  "Вы уверены, что хотите сбросить статистику для Популярных сегодня записей?"
520
 
521
+ #: admin.inc.php:484
522
  msgid "Clear duplicates"
523
  msgstr ""
524
 
525
+ #: admin.inc.php:484
526
  msgid "This will delete the duplicate entries in the tables. Proceed?"
527
  msgstr ""
528
  "Будет произведено удаление дублирующихся щаписей из статистики. Продолжить?"
529
 
530
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
531
  msgid "Popular Posts"
532
  msgstr "Популярные записи"
533
 
534
+ #: admin.inc.php:528 admin.inc.php:615
535
  msgid "Daily Popular Posts"
536
  msgstr "Популярные сегодня записи"
537
 
538
+ #: admin.inc.php:556
539
  msgid "Support the development"
540
  msgstr "Поддержать автора плагина"
541
 
542
+ #: admin.inc.php:564
543
  msgid "Enter amount in USD: "
544
  msgstr "Сколько вы готовы пожертвовать (в USD):"
545
 
546
+ #: admin.inc.php:568
547
  msgid "Send your donation to the author of"
548
  msgstr "Отправьте пожертвование автору"
549
 
550
+ #: admin.inc.php:574
551
  msgid "Follow us"
552
  msgstr ""
553
 
554
+ #: admin.inc.php:580
555
  #, fuzzy
556
  msgid "Quick Links"
557
  msgstr "Полезные ссылки"
558
 
559
+ #: admin.inc.php:582
560
  #, fuzzy
561
  msgid "Top 10 plugin page"
562
  msgstr "страница плагина"
563
 
564
+ #: admin.inc.php:583
565
  msgid "Other plugins"
566
  msgstr "Другие плагины автора"
567
 
568
+ #: admin.inc.php:584
569
  msgid "Ajay's blog"
570
  msgstr "Блог Ajay"
571
 
572
+ #: admin.inc.php:585 top-10.php:1062
573
  msgid "Support"
574
  msgstr "Поддержка (англ.)"
575
 
576
+ #: admin.inc.php:589
577
  msgid "Recent developments"
578
  msgstr "Последние разработки"
579
 
580
+ #: admin.inc.php:606 admin.inc.php:609
581
  #, fuzzy
582
  msgid "Top 10 Settings"
583
  msgstr "Настроки плагина"
584
 
585
+ #: admin.inc.php:606
586
  msgid "Top 10"
587
  msgstr "Топ 10 записей"
588
 
589
+ #: admin.inc.php:612
590
  #, fuzzy
591
  msgid "Overall Popular Posts"
592
  msgstr "Посмотреть все Популярные записи"
593
 
594
+ #: admin.inc.php:754
595
  msgid "Results"
596
  msgstr "Результаты"
597
 
598
+ #: admin.inc.php:756 admin.inc.php:762
599
  msgid "of"
600
  msgstr "из"
601
 
602
+ #: admin.inc.php:760
603
  msgid "Page"
604
  msgstr "Страница"
605
 
606
+ #: admin.inc.php:774
607
  msgid "View Daily Popular Posts"
608
  msgstr "Посмотреть все Популярные сегодня записи"
609
 
610
+ #: admin.inc.php:777 admin.inc.php:790
611
  msgid "Results per-page:"
612
  msgstr "Результатов на страницу:"
613
 
614
+ #: admin.inc.php:787
615
  msgid "View Overall Popular Posts"
616
  msgstr "Посмотреть все Популярные записи"
617
 
618
+ #: admin.inc.php:816
619
  msgid "Previous"
620
  msgstr "Предыдущая страница"
621
 
622
+ #: admin.inc.php:834
623
  msgid "Next"
624
  msgstr "Следующая страница"
625
 
626
+ #: admin.inc.php:875
627
  msgid "Daily Popular"
628
  msgstr "Популярные сегодня записи"
629
 
630
+ #: admin.inc.php:891
631
  msgid "Total / Today's Views"
632
  msgstr "Всего/Сегодня"
633
 
634
+ #: top-10.php:467
635
  msgid "Display the posts popular this week"
636
  msgstr "Отображать списки популярных записей за неделю"
637
 
638
+ #: top-10.php:481
639
  msgid "Title"
640
  msgstr ""
641
 
642
+ #: top-10.php:486
643
  msgid "No. of posts"
644
  msgstr ""
645
 
646
+ #: top-10.php:491
647
  msgid "Overall"
648
  msgstr ""
649
 
650
+ #: top-10.php:492
651
  msgid "Custom time period (Enter below)"
652
  msgstr ""
653
 
654
+ #: top-10.php:497
655
  msgid "Range in number of days (applies only to custom option above)"
656
  msgstr ""
657
 
658
+ #: top-10.php:501
659
  #, fuzzy
660
  msgid "Thumbnail options"
661
  msgstr "Настройки превью к записям:"
662
 
663
+ #: top-10.php:503
664
  #, fuzzy
665
  msgid "Thumbnails inline, before title"
666
  msgstr "Отображать превью к записи сразу перед заголовком"
667
 
668
+ #: top-10.php:504
669
  #, fuzzy
670
  msgid "Thumbnails inline, after title"
671
  msgstr "Отображать превью к записи сразу после заголовка"
672
 
673
+ #: top-10.php:505
674
  #, fuzzy
675
  msgid "Only thumbnails, no text"
676
  msgstr "Отображать только превью, без текста"
677
 
678
+ #: top-10.php:506
679
  #, fuzzy
680
  msgid "No thumbnails, only text."
681
  msgstr "Отображать только текст, без превью"
682
 
683
+ #: top-10.php:511
684
  #, fuzzy
685
  msgid " Show excerpt?"
686
  msgstr "Показывать текст записи в списке?"
687
 
688
+ #: top-10.php:586
689
  msgid "<h3>Popular Posts</h3>"
690
  msgstr "<h3>Популярные записи</h3>"
691
 
692
+ #: top-10.php:587
693
  msgid "<h3>Daily Popular</h3>"
694
  msgstr "<h3>Популярные сегодня записи</h3>"
695
 
696
+ #: top-10.php:588
697
  #, fuzzy
698
  msgid "No top posts yet"
699
  msgstr "Сбросить статистику популярных записей"
700
 
701
+ #: top-10.php:1028
702
  msgid "Once Weekly"
703
  msgstr ""
704
 
705
+ #: top-10.php:1029
706
  msgid "Once Fortnightly"
707
  msgstr ""
708
 
709
+ #: top-10.php:1030
710
  msgid "Once Monthly"
711
  msgstr ""
712
 
713
+ #: top-10.php:1050
714
  msgid "Settings"
715
  msgstr "Настроки плагина"
716
 
717
+ #: top-10.php:1063
718
  msgid "Donate"
719
  msgstr "Сделать пожертвование"
720
 
721
+ #, fuzzy
722
+ #~ msgid "Exclude Pages?"
723
+ #~ msgstr "Исключить рубрики:"
724
+
725
+ #~ msgid ""
726
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
727
+ #~ "continue to be counted."
728
+ #~ msgstr ""
729
+ #~ "Исключить страницы из списка Популярных записей? Количество просмотров "
730
+ #~ "для страниц будет продолжать подсчитываться"
731
+
732
  #~ msgid "Follow @ajaydsouza on Twitter"
733
  #~ msgstr "Следуй за @ajaydsouza в Twitter"
734
 
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-06-30 14:29-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"
@@ -12,147 +12,169 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
  "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.5\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin.inc.php:81
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
- #: admin.inc.php:85
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
- #: admin.inc.php:90
27
  msgid "Options saved successfully."
28
  msgstr "Установки збережені."
29
 
30
- #: admin.inc.php:99
31
  msgid "Options set to Default."
32
  msgstr "Установки скинуті."
33
 
34
- #: admin.inc.php:105
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Скинути статистику найпопулярніших записів"
37
 
38
- #: admin.inc.php:111
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Скинути статистику найпопулярніших записів за сьогодні"
41
 
42
- #: admin.inc.php:118
43
  msgid "Duplicate rows cleaned from tables"
44
  msgstr ""
45
 
46
- #: admin.inc.php:139
47
  msgid "General options"
48
  msgstr ""
49
 
50
- #: admin.inc.php:143
51
  msgid "Enable Overall stats"
52
  msgstr ""
53
 
54
- #: admin.inc.php:148
55
  msgid "Enable Daily stats"
56
  msgstr ""
57
 
58
- #: admin.inc.php:153
59
  msgid "W3 Total Cache fix:"
60
  msgstr ""
61
 
62
- #: admin.inc.php:155
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:159
70
  msgid "Number of popular posts to display: "
71
  msgstr "Кількість Популярних записів у списку:"
72
 
73
- #: admin.inc.php:163
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "За скільки днів вважати перегляди для списку Популярних сьогодні записів?"
77
 
78
- #: admin.inc.php:167
79
- #, fuzzy
80
- msgid "Exclude Pages?"
81
- msgstr "Виключити Категорії:"
82
 
83
- #: admin.inc.php:168
84
- msgid ""
85
- "Exclude Pages in display of Popular Posts? Number of views on Pages will "
86
- "continue to be counted."
87
  msgstr ""
88
- "Виключити сторінки зі списку Популярних записів? Кількість переглядів для "
89
- "сторінок продовжуватиме підраховуватися"
90
 
91
- #: admin.inc.php:171
92
  msgid "Exclude Categories: "
93
  msgstr "Виключити Категорії:"
94
 
95
- #: admin.inc.php:186
96
  msgid ""
97
  "Comma separated list of category slugs. The field above has an autocomplete "
98
  "so simply start typing in the starting letters and it will prompt you with "
99
  "options"
100
  msgstr ""
101
 
102
- #: admin.inc.php:191
103
  #, fuzzy
104
  msgid "Display number of views on:"
105
  msgstr "Показувати кількість переглядів запису?"
106
 
107
- #: admin.inc.php:193
108
  msgid "Posts"
109
  msgstr ""
110
 
111
- #: admin.inc.php:194
112
  #, fuzzy
113
  msgid "Pages"
114
  msgstr "Сторінка"
115
 
116
- #: admin.inc.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Always display latest post count"
118
  msgstr ""
119
 
120
- #: admin.inc.php:199
121
  msgid ""
122
  "This option uses JavaScript and will increase your page load time. Turn this "
123
  "off if you are not using caching plugins or are OK with displaying older "
124
  "cached counts"
125
  msgstr ""
126
 
127
- #: admin.inc.php:202
128
  msgid "Always display latest post count in the daily lists"
129
  msgstr ""
130
 
131
- #: admin.inc.php:204
132
  #, fuzzy
133
  msgid "This option uses JavaScript and will increase your page load time"
134
  msgstr ""
135
  "Зробити список Популярних записів динамічним? Опція використовує JavaScript, "
136
  "і це може збільшити час завантаження сторінок"
137
 
138
- #: admin.inc.php:207
139
  msgid "Track visits of authors on their own posts?"
140
  msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
141
 
142
- #: admin.inc.php:210
143
  #, fuzzy
144
  msgid "Track visits of admins?"
145
  msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
146
 
147
- #: admin.inc.php:213
148
  msgid "Display page views on Posts > All Posts in Admin"
149
  msgstr ""
150
 
151
- #: admin.inc.php:216
152
  msgid "Link to Top 10 plugin page"
153
  msgstr ""
154
 
155
- #: admin.inc.php:218
156
  #, fuzzy
157
  msgid ""
158
  "A link to the plugin is added as an extra list item to the list of popular "
@@ -161,18 +183,18 @@ msgstr ""
161
  "Залишити посилання на плагін під списками Популярних записів? Автор плагіна "
162
  "був би дуже вдячний Вам, якщо Ви її все ж залишите!"
163
 
164
- #: admin.inc.php:225
165
  #, fuzzy
166
  msgid "Output Options"
167
  msgstr "Установки плагіна:"
168
 
169
- #: admin.inc.php:228
170
  msgid "Format to display the count in: "
171
  msgstr ""
172
  "У полі нижче ви можете налаштувати формат відображення кількості переглядів "
173
  "за день, за весь час для записів/сторінок:"
174
 
175
- #: admin.inc.php:230
176
  #, fuzzy
177
  msgid ""
178
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
@@ -184,115 +206,155 @@ msgstr ""
184
  "переглядів, а <code>%dailycount%</code> - перегляди за добу. Наприклад: "
185
  "<code>(Запис переглянуто 123 рази, сьогодні переглядів - 23)</code>."
186
 
187
- #: admin.inc.php:233
188
  msgid "Title of popular posts: "
189
  msgstr "Заголовок списку Популярних записів:"
190
 
191
- #: admin.inc.php:236
192
  msgid "Title of daily popular posts: "
193
  msgstr "Заголовок списку Популярних сьогодні записів:"
194
 
195
- #: admin.inc.php:239
196
  msgid "When there are no posts, what should be shown?"
197
  msgstr ""
198
 
199
- #: admin.inc.php:243
200
  msgid "Blank Output"
201
  msgstr ""
202
 
203
- #: admin.inc.php:247
204
  msgid "Display:"
205
  msgstr ""
206
 
207
- #: admin.inc.php:251
208
  msgid "Show post excerpt in list?"
209
  msgstr "Показувати текст запису в списку?"
210
 
211
- #: admin.inc.php:254
212
  msgid "Length of excerpt (in words): "
213
  msgstr "Довжина виведеного тексту (в словах):"
214
 
215
- #: admin.inc.php:257
 
 
 
 
 
 
 
 
 
216
  msgid "Display number of page views in popular lists?"
217
  msgstr ""
218
  "Показувати кількість переглядів записів/сторінок в списку Популярних записів?"
219
 
220
- #: admin.inc.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  msgid "Customize the output:"
222
  msgstr "Установки оформлення списку:"
223
 
224
- #: admin.inc.php:262
225
  msgid "HTML to display before the list of posts: "
226
  msgstr "HTML-тег, який використовується перед списком:"
227
 
228
- #: admin.inc.php:265
229
  msgid "HTML to display before each list item: "
230
  msgstr "HTML-тег, який використовується перед кожним пунктом у списку:"
231
 
232
- #: admin.inc.php:268
233
  msgid "HTML to display after each list item: "
234
  msgstr "HTML-тег, який використовується після кожного пункту в списку:"
235
 
236
- #: admin.inc.php:271
237
  msgid "HTML to display after the list of posts: "
238
  msgstr "HTML-тег, який використовується після списку:"
239
 
240
- #: admin.inc.php:274
241
  msgid "Post thumbnail options:"
242
  msgstr "Установки превью до записів:"
243
 
244
- #: admin.inc.php:276
245
  msgid "Location of post thumbnail:"
246
  msgstr ""
247
 
248
- #: admin.inc.php:280
249
  #, fuzzy
250
  msgid "Display thumbnails inline with posts, before title"
251
  msgstr "Відображати і превью, і текст"
252
 
253
- #: admin.inc.php:284
254
  #, fuzzy
255
  msgid "Display thumbnails inline with posts, after title"
256
  msgstr "Відображати і превью, і текст"
257
 
258
- #: admin.inc.php:288
259
  msgid "Display only thumbnails, no text"
260
  msgstr "Показувати тільки превью, без тексту"
261
 
262
- #: admin.inc.php:292
263
  msgid "Do not display thumbnails, only text."
264
  msgstr "Показувати лише текст, без превью"
265
 
266
- #: admin.inc.php:296
267
- msgid "Maximum width of the thumbnail: "
 
 
 
 
268
  msgstr ""
269
 
270
- #: admin.inc.php:299
271
- msgid "Maximum height of the thumbnail: "
 
 
 
 
 
 
 
 
 
 
 
272
  msgstr ""
273
 
274
- #: admin.inc.php:302
275
  msgid "Use timthumb to generate thumbnails? "
276
  msgstr ""
277
 
278
- #: admin.inc.php:303
279
  msgid ""
280
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
281
  "\">timthumb</a> will be used to generate thumbnails"
282
  msgstr ""
283
 
284
- #: admin.inc.php:305
285
  #, fuzzy
286
  msgid "Post thumbnail meta field name: "
287
  msgstr "Установки превью до записів:"
288
 
289
- #: admin.inc.php:306
290
  msgid ""
291
  "The value of this field should contain the image source and is set in the "
292
  "<em>Add New Post</em> screen"
293
  msgstr ""
294
 
295
- #: admin.inc.php:308
296
  #, fuzzy
297
  msgid ""
298
  "If the postmeta is not set, then should the plugin extract the first image "
@@ -302,7 +364,7 @@ msgstr ""
302
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
303
  "так як буде створюватися зменшена копія зображення"
304
 
305
- #: admin.inc.php:309
306
  #, fuzzy
307
  msgid ""
308
  "This could slow down the loading of your page if the first image in the "
@@ -312,21 +374,21 @@ msgstr ""
312
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
313
  "так як буде створюватися зменшена копія зображення"
314
 
315
- #: admin.inc.php:311
316
  msgid "Use default thumbnail? "
317
  msgstr ""
318
 
319
- #: admin.inc.php:312
320
  msgid ""
321
  "If checked, when no thumbnail is found, show a default one from the URL "
322
  "below. If not checked and no thumbnail is found, no image will be shown."
323
  msgstr ""
324
 
325
- #: admin.inc.php:314
326
  msgid "Default thumbnail: "
327
  msgstr ""
328
 
329
- #: admin.inc.php:315
330
  #, fuzzy
331
  msgid ""
332
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
@@ -337,98 +399,98 @@ msgstr ""
337
  "заданому раніше мета-полю). Якщо ж превью нема - буде виводитися картинка за "
338
  "замовчунням:"
339
 
340
- #: admin.inc.php:321
341
  msgid "Custom Styles"
342
  msgstr ""
343
 
344
- #: admin.inc.php:324
345
  msgid "Custom CSS to add to header:"
346
  msgstr ""
347
 
348
- #: admin.inc.php:327
349
  msgid ""
350
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
351
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
352
  "available CSS classes to style."
353
  msgstr ""
354
 
355
- #: admin.inc.php:334
356
  msgid "Maintenance"
357
  msgstr ""
358
 
359
- #: admin.inc.php:338
360
  msgid ""
361
  "Over time the Daily Top 10 database grows in size, which reduces the "
362
  "performance of the plugin. Cleaning the database at regular intervals could "
363
  "improve performance, especially on high traffic blogs."
364
  msgstr ""
365
 
366
- #: admin.inc.php:339
367
  msgid ""
368
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
369
  "everytime the job is rescheduled (i.e. you change the settings below). This "
370
  "causes the daily posts table to reset."
371
  msgstr ""
372
 
373
- #: admin.inc.php:342
374
  msgid "Enable scheduled maintenance of daily tables:"
375
  msgstr ""
376
 
377
- #: admin.inc.php:346
378
  msgid "Time to run maintenance"
379
  msgstr ""
380
 
381
- #: admin.inc.php:349
382
  msgid "How often should the maintenance be run:"
383
  msgstr ""
384
 
385
- #: admin.inc.php:353
386
  msgid "Daily"
387
  msgstr ""
388
 
389
- #: admin.inc.php:357
390
  msgid "Weekly"
391
  msgstr ""
392
 
393
- #: admin.inc.php:361
394
  msgid "Fortnightly"
395
  msgstr ""
396
 
397
- #: admin.inc.php:365
398
  msgid "Monthly"
399
  msgstr ""
400
 
401
- #: admin.inc.php:374
402
  msgid "The cron job has been scheduled. Maintenance will run "
403
  msgstr ""
404
 
405
- #: admin.inc.php:379
406
  msgid "The cron job is missing. Please resave this page to add the job"
407
  msgstr ""
408
 
409
- #: admin.inc.php:384
410
  msgid "Maintenance is turned off"
411
  msgstr ""
412
 
413
- #: admin.inc.php:392
414
  #, fuzzy
415
  msgid "Save Options"
416
  msgstr "Установки плагіна:"
417
 
418
- #: admin.inc.php:393
419
  #, fuzzy
420
  msgid "Default Options"
421
  msgstr "Установки плагіна:"
422
 
423
- #: admin.inc.php:393
424
  msgid "Do you want to set options to Default?"
425
  msgstr "Скинути налаштування плагіна?"
426
 
427
- #: admin.inc.php:397
428
  msgid "Reset count"
429
  msgstr "Скинути статистику"
430
 
431
- #: admin.inc.php:400
432
  msgid ""
433
  "This cannot be reversed. Make sure that your database has been backed up "
434
  "before proceeding"
@@ -436,224 +498,235 @@ msgstr ""
436
  "Скидання статистики не може бути обернена. Перед тим, як скидати все, "
437
  "переконайтесь, що у вас є копія вашої бази даних!"
438
 
439
- #: admin.inc.php:403
440
  #, fuzzy
441
  msgid "Reset Popular Posts"
442
  msgstr "Популярні записи"
443
 
444
- #: admin.inc.php:403
445
  msgid "Are you sure you want to reset the popular posts?"
446
  msgstr "Ви впевнені, що хочете скинути статистику для Популярних записів?"
447
 
448
- #: admin.inc.php:404
449
  #, fuzzy
450
  msgid "Reset Daily Popular Posts"
451
  msgstr "Популярні сьогодні записи"
452
 
453
- #: admin.inc.php:404
454
  msgid "Are you sure you want to reset the daily popular posts?"
455
  msgstr ""
456
  "Ви впевнені, що хочете скинути статистику для Популярних сьогодні записів?"
457
 
458
- #: admin.inc.php:405
459
  msgid "Clear duplicates"
460
  msgstr ""
461
 
462
- #: admin.inc.php:405
463
  msgid "This will delete the duplicate entries in the tables. Proceed?"
464
  msgstr "Буде проведено видалення дубльованих запісів з статистики. Продовжити?"
465
 
466
- #: admin.inc.php:449 admin.inc.php:795 top-10.php:404
467
  msgid "Popular Posts"
468
  msgstr "Популярні записи"
469
 
470
- #: admin.inc.php:449 admin.inc.php:536
471
  msgid "Daily Popular Posts"
472
  msgstr "Популярні сьогодні записи"
473
 
474
- #: admin.inc.php:477
475
  msgid "Support the development"
476
  msgstr "Підтримати автора плагіна"
477
 
478
- #: admin.inc.php:485
479
  msgid "Enter amount in USD: "
480
  msgstr "Скільки ви готові пожертвувати (в USD):"
481
 
482
- #: admin.inc.php:489
483
  msgid "Send your donation to the author of"
484
  msgstr "Відправте пожертву автору"
485
 
486
- #: admin.inc.php:495
487
  msgid "Follow us"
488
  msgstr ""
489
 
490
- #: admin.inc.php:501
491
  #, fuzzy
492
  msgid "Quick Links"
493
  msgstr "Корисні посилання"
494
 
495
- #: admin.inc.php:503
496
  #, fuzzy
497
  msgid "Top 10 plugin page"
498
  msgstr "Сторінка плагіна"
499
 
500
- #: admin.inc.php:504
501
  msgid "Other plugins"
502
  msgstr "Інші плагіни автора"
503
 
504
- #: admin.inc.php:505
505
  msgid "Ajay's blog"
506
  msgstr "Блог Ajay"
507
 
508
- #: admin.inc.php:506 top-10.php:921
509
  msgid "Support"
510
  msgstr "Підтримка (англ.)"
511
 
512
- #: admin.inc.php:510
513
  msgid "Recent developments"
514
  msgstr "Останні розробки"
515
 
516
- #: admin.inc.php:527 admin.inc.php:530
517
  #, fuzzy
518
  msgid "Top 10 Settings"
519
  msgstr "Налаштування плагіна"
520
 
521
- #: admin.inc.php:527
522
  msgid "Top 10"
523
  msgstr "Топ 10 записів"
524
 
525
- #: admin.inc.php:533
526
  #, fuzzy
527
  msgid "Overall Popular Posts"
528
  msgstr "Подивитися всі Популярні записи"
529
 
530
- #: admin.inc.php:675
531
  msgid "Results"
532
  msgstr "Результати"
533
 
534
- #: admin.inc.php:677 admin.inc.php:683
535
  msgid "of"
536
  msgstr "з"
537
 
538
- #: admin.inc.php:681
539
  msgid "Page"
540
  msgstr "Сторінка"
541
 
542
- #: admin.inc.php:695
543
  msgid "View Daily Popular Posts"
544
  msgstr "Подивитися всі Популярні сьогодні записи"
545
 
546
- #: admin.inc.php:698 admin.inc.php:711
547
  msgid "Results per-page:"
548
  msgstr "Результатів на сторінку:"
549
 
550
- #: admin.inc.php:708
551
  msgid "View Overall Popular Posts"
552
  msgstr "Подивитися всі Популярні записи"
553
 
554
- #: admin.inc.php:737
555
  msgid "Previous"
556
  msgstr "Попередня сторінка"
557
 
558
- #: admin.inc.php:755
559
  msgid "Next"
560
  msgstr "Наступна сторінка"
561
 
562
- #: admin.inc.php:796
563
  msgid "Daily Popular"
564
  msgstr "Популярні сьогодні записи"
565
 
566
- #: admin.inc.php:812
567
  msgid "Total / Today's Views"
568
  msgstr "Всього/Сьогодні"
569
 
570
- #: top-10.php:403
571
  msgid "Display the posts popular this week"
572
  msgstr ""
573
 
574
- #: top-10.php:417
575
  msgid "Title"
576
  msgstr ""
577
 
578
- #: top-10.php:422
579
  msgid "No. of posts"
580
  msgstr ""
581
 
582
- #: top-10.php:427
583
  msgid "Overall"
584
  msgstr ""
585
 
586
- #: top-10.php:428
587
  msgid "Custom time period (Enter below)"
588
  msgstr ""
589
 
590
- #: top-10.php:433
591
  msgid "Range in number of days (applies only to custom option above)"
592
  msgstr ""
593
 
594
- #: top-10.php:437
595
  #, fuzzy
596
  msgid "Thumbnail options"
597
  msgstr "Установки превью до записів:"
598
 
599
- #: top-10.php:439
600
  #, fuzzy
601
  msgid "Thumbnails inline, before title"
602
  msgstr "Відображати і превью, і текст"
603
 
604
- #: top-10.php:440
605
  #, fuzzy
606
  msgid "Thumbnails inline, after title"
607
  msgstr "Відображати і превью, і текст"
608
 
609
- #: top-10.php:441
610
  #, fuzzy
611
  msgid "Only thumbnails, no text"
612
  msgstr "Показувати тільки превью, без тексту"
613
 
614
- #: top-10.php:442
615
  #, fuzzy
616
  msgid "No thumbnails, only text."
617
  msgstr "Показувати лише текст, без превью"
618
 
619
- #: top-10.php:447
620
  #, fuzzy
621
  msgid " Show excerpt?"
622
  msgstr "Показувати текст запису в списку?"
623
 
624
- #: top-10.php:522
625
  msgid "<h3>Popular Posts</h3>"
626
  msgstr "<h3>Популярні записи</h3>"
627
 
628
- #: top-10.php:523
629
  msgid "<h3>Daily Popular</h3>"
630
  msgstr "<h3>Популярні сьогодні записи</h3>"
631
 
632
- #: top-10.php:524
633
  #, fuzzy
634
  msgid "No top posts yet"
635
  msgstr "Скинути статистику найпопулярніших записів"
636
 
637
- #: top-10.php:887
638
  msgid "Once Weekly"
639
  msgstr ""
640
 
641
- #: top-10.php:888
642
  msgid "Once Fortnightly"
643
  msgstr ""
644
 
645
- #: top-10.php:889
646
  msgid "Once Monthly"
647
  msgstr ""
648
 
649
- #: top-10.php:909
650
  msgid "Settings"
651
  msgstr "Налаштування плагіна"
652
 
653
- #: top-10.php:922
654
  msgid "Donate"
655
  msgstr "Зробити внесок"
656
 
 
 
 
 
 
 
 
 
 
 
 
657
  #~ msgid "Follow @ajaydsouza on Twitter"
658
  #~ msgstr "Йди за @ajaydsouza в Twitter"
659
 
2
  msgstr ""
3
  "Project-Id-Version: Top 10\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-15 08:09-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"
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:102
19
  msgid "Scheduled maintenance enabled / modified"
20
  msgstr ""
21
 
22
+ #: admin.inc.php:106
23
  msgid "Scheduled maintenance disabled"
24
  msgstr ""
25
 
26
+ #: admin.inc.php:123
27
  msgid "Options saved successfully."
28
  msgstr "Установки збережені."
29
 
30
+ #: admin.inc.php:132
31
  msgid "Options set to Default."
32
  msgstr "Установки скинуті."
33
 
34
+ #: admin.inc.php:138
35
  msgid "Top 10 popular posts reset"
36
  msgstr "Скинути статистику найпопулярніших записів"
37
 
38
+ #: admin.inc.php:144
39
  msgid "Top 10 daily popular posts reset"
40
  msgstr "Скинути статистику найпопулярніших записів за сьогодні"
41
 
42
+ #: admin.inc.php:151
43
  msgid "Duplicate rows cleaned from tables"
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:196
74
  msgid "Daily Popular should contain views of how many days? "
75
  msgstr ""
76
  "За скільки днів вважати перегляди для списку Популярних сьогодні записів?"
77
 
78
+ #: admin.inc.php:199
79
+ msgid "Post types to include in results (including custom post types)"
80
+ msgstr ""
 
81
 
82
+ #: admin.inc.php:210
83
+ msgid "List of post or page IDs to exclude from the results: "
 
 
84
  msgstr ""
 
 
85
 
86
+ #: admin.inc.php:214
87
  msgid "Exclude Categories: "
88
  msgstr "Виключити Категорії:"
89
 
90
+ #: admin.inc.php:229
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:234
98
  #, fuzzy
99
  msgid "Display number of views on:"
100
  msgstr "Показувати кількість переглядів запису?"
101
 
102
+ #: admin.inc.php:236
103
  msgid "Posts"
104
  msgstr ""
105
 
106
+ #: admin.inc.php:237
107
  #, fuzzy
108
  msgid "Pages"
109
  msgstr "Сторінка"
110
 
111
+ #: admin.inc.php:238
112
+ msgid "Home page"
113
+ msgstr ""
114
+
115
+ #: admin.inc.php:239
116
+ msgid "Feeds"
117
+ msgstr ""
118
+
119
+ #: admin.inc.php:240
120
+ msgid "Category archives"
121
+ msgstr ""
122
+
123
+ #: admin.inc.php:241
124
+ msgid "Tag archives"
125
+ msgstr ""
126
+
127
+ #: admin.inc.php:242
128
+ msgid "Other archives"
129
+ msgstr ""
130
+
131
+ #: admin.inc.php:243
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:246
139
  msgid "Always display latest post count"
140
  msgstr ""
141
 
142
+ #: admin.inc.php:248
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"
147
  msgstr ""
148
 
149
+ #: admin.inc.php:251
150
  msgid "Always display latest post count in the daily lists"
151
  msgstr ""
152
 
153
+ #: admin.inc.php:253
154
  #, fuzzy
155
  msgid "This option uses JavaScript and will increase your page load time"
156
  msgstr ""
157
  "Зробити список Популярних записів динамічним? Опція використовує JavaScript, "
158
  "і це може збільшити час завантаження сторінок"
159
 
160
+ #: admin.inc.php:256
161
  msgid "Track visits of authors on their own posts?"
162
  msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
163
 
164
+ #: admin.inc.php:259
165
  #, fuzzy
166
  msgid "Track visits of admins?"
167
  msgstr "Враховувати перегляди записів, зроблені їхніми ж авторами?"
168
 
169
+ #: admin.inc.php:262
170
  msgid "Display page views on Posts > All Posts in Admin"
171
  msgstr ""
172
 
173
+ #: admin.inc.php:265
174
  msgid "Link to Top 10 plugin page"
175
  msgstr ""
176
 
177
+ #: admin.inc.php:267
178
  #, fuzzy
179
  msgid ""
180
  "A link to the plugin is added as an extra list item to the list of popular "
183
  "Залишити посилання на плагін під списками Популярних записів? Автор плагіна "
184
  "був би дуже вдячний Вам, якщо Ви її все ж залишите!"
185
 
186
+ #: admin.inc.php:274
187
  #, fuzzy
188
  msgid "Output Options"
189
  msgstr "Установки плагіна:"
190
 
191
+ #: admin.inc.php:277
192
  msgid "Format to display the count in: "
193
  msgstr ""
194
  "У полі нижче ви можете налаштувати формат відображення кількості переглядів "
195
  "за день, за весь час для записів/сторінок:"
196
 
197
+ #: admin.inc.php:279
198
  #, fuzzy
199
  msgid ""
200
  "Use <code>%totalcount%</code> to display the total count, <code>%dailycount"
206
  "переглядів, а <code>%dailycount%</code> - перегляди за добу. Наприклад: "
207
  "<code>(Запис переглянуто 123 рази, сьогодні переглядів - 23)</code>."
208
 
209
+ #: admin.inc.php:282
210
  msgid "Title of popular posts: "
211
  msgstr "Заголовок списку Популярних записів:"
212
 
213
+ #: admin.inc.php:285
214
  msgid "Title of daily popular posts: "
215
  msgstr "Заголовок списку Популярних сьогодні записів:"
216
 
217
+ #: admin.inc.php:288
218
  msgid "When there are no posts, what should be shown?"
219
  msgstr ""
220
 
221
+ #: admin.inc.php:292
222
  msgid "Blank Output"
223
  msgstr ""
224
 
225
+ #: admin.inc.php:296
226
  msgid "Display:"
227
  msgstr ""
228
 
229
+ #: admin.inc.php:300
230
  msgid "Show post excerpt in list?"
231
  msgstr "Показувати текст запису в списку?"
232
 
233
+ #: admin.inc.php:303
234
  msgid "Length of excerpt (in words): "
235
  msgstr "Довжина виведеного тексту (в словах):"
236
 
237
+ #: admin.inc.php:306
238
+ #, fuzzy
239
+ msgid "Show post date in list?"
240
+ msgstr "Показувати текст запису в списку?"
241
+
242
+ #: admin.inc.php:309
243
+ msgid "Limit post title length (in characters)"
244
+ msgstr ""
245
+
246
+ #: admin.inc.php:312
247
  msgid "Display number of page views in popular lists?"
248
  msgstr ""
249
  "Показувати кількість переглядів записів/сторінок в списку Популярних записів?"
250
 
251
+ #: admin.inc.php:315
252
+ msgid "Open links in new window"
253
+ msgstr ""
254
+
255
+ #: admin.inc.php:318
256
+ msgid "Add nofollow attribute to links in the list"
257
+ msgstr ""
258
+
259
+ #: admin.inc.php:321
260
+ msgid "Exclude display of related posts on these posts / pages"
261
+ msgstr ""
262
+
263
+ #: admin.inc.php:324
264
+ msgid "Enter comma separated list of IDs. e.g. 188,320,500"
265
+ msgstr ""
266
+
267
+ #: admin.inc.php:327
268
  msgid "Customize the output:"
269
  msgstr "Установки оформлення списку:"
270
 
271
+ #: admin.inc.php:329
272
  msgid "HTML to display before the list of posts: "
273
  msgstr "HTML-тег, який використовується перед списком:"
274
 
275
+ #: admin.inc.php:332
276
  msgid "HTML to display before each list item: "
277
  msgstr "HTML-тег, який використовується перед кожним пунктом у списку:"
278
 
279
+ #: admin.inc.php:335
280
  msgid "HTML to display after each list item: "
281
  msgstr "HTML-тег, який використовується після кожного пункту в списку:"
282
 
283
+ #: admin.inc.php:338
284
  msgid "HTML to display after the list of posts: "
285
  msgstr "HTML-тег, який використовується після списку:"
286
 
287
+ #: admin.inc.php:341
288
  msgid "Post thumbnail options:"
289
  msgstr "Установки превью до записів:"
290
 
291
+ #: admin.inc.php:343
292
  msgid "Location of post thumbnail:"
293
  msgstr ""
294
 
295
+ #: admin.inc.php:347
296
  #, fuzzy
297
  msgid "Display thumbnails inline with posts, before title"
298
  msgstr "Відображати і превью, і текст"
299
 
300
+ #: admin.inc.php:351
301
  #, fuzzy
302
  msgid "Display thumbnails inline with posts, after title"
303
  msgstr "Відображати і превью, і текст"
304
 
305
+ #: admin.inc.php:355
306
  msgid "Display only thumbnails, no text"
307
  msgstr "Показувати тільки превью, без тексту"
308
 
309
+ #: admin.inc.php:359
310
  msgid "Do not display thumbnails, only text."
311
  msgstr "Показувати лише текст, без превью"
312
 
313
+ #: admin.inc.php:363
314
+ msgid "Width of the thumbnail: "
315
+ msgstr ""
316
+
317
+ #: admin.inc.php:366
318
+ msgid "Height of the thumbnail: "
319
  msgstr ""
320
 
321
+ #: admin.inc.php:369
322
+ msgid "Style attributes / Width and Height HTML attributes:"
323
+ msgstr ""
324
+
325
+ #: admin.inc.php:373
326
+ msgid ""
327
+ "Style attributes are used for width and height. <code>style=\"max-width:"
328
+ msgstr ""
329
+
330
+ #: admin.inc.php:377
331
+ msgid ""
332
+ "HTML width and height attributes are used for width and height. <code>width="
333
+ "\""
334
  msgstr ""
335
 
336
+ #: admin.inc.php:381
337
  msgid "Use timthumb to generate thumbnails? "
338
  msgstr ""
339
 
340
+ #: admin.inc.php:382
341
  msgid ""
342
  "If checked, <a href=\"http://www.binarymoon.co.uk/projects/timthumb/"
343
  "\">timthumb</a> will be used to generate thumbnails"
344
  msgstr ""
345
 
346
+ #: admin.inc.php:384
347
  #, fuzzy
348
  msgid "Post thumbnail meta field name: "
349
  msgstr "Установки превью до записів:"
350
 
351
+ #: admin.inc.php:385
352
  msgid ""
353
  "The value of this field should contain the image source and is set in the "
354
  "<em>Add New Post</em> screen"
355
  msgstr ""
356
 
357
+ #: admin.inc.php:387
358
  #, fuzzy
359
  msgid ""
360
  "If the postmeta is not set, then should the plugin extract the first image "
364
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
365
  "так як буде створюватися зменшена копія зображення"
366
 
367
+ #: admin.inc.php:388
368
  #, fuzzy
369
  msgid ""
370
  "This could slow down the loading of your page if the first image in the "
374
  "зображення із запису. Це може злегка збільшити завантаження в перший раз, "
375
  "так як буде створюватися зменшена копія зображення"
376
 
377
+ #: admin.inc.php:390
378
  msgid "Use default thumbnail? "
379
  msgstr ""
380
 
381
+ #: admin.inc.php:391
382
  msgid ""
383
  "If checked, when no thumbnail is found, show a default one from the URL "
384
  "below. If not checked and no thumbnail is found, no image will be shown."
385
  msgstr ""
386
 
387
+ #: admin.inc.php:393
388
  msgid "Default thumbnail: "
389
  msgstr ""
390
 
391
+ #: admin.inc.php:394
392
  #, fuzzy
393
  msgid ""
394
  "The plugin will first check if the post contains a thumbnail. If it doesn't "
399
  "заданому раніше мета-полю). Якщо ж превью нема - буде виводитися картинка за "
400
  "замовчунням:"
401
 
402
+ #: admin.inc.php:400
403
  msgid "Custom Styles"
404
  msgstr ""
405
 
406
+ #: admin.inc.php:403
407
  msgid "Custom CSS to add to header:"
408
  msgstr ""
409
 
410
+ #: admin.inc.php:406
411
  msgid ""
412
  "Do not include <code>style</code> tags. Check out the <a href=\"http://"
413
  "wordpress.org/extend/plugins/top-10/faq/\" target=\"_blank\">FAQ</a> for "
414
  "available CSS classes to style."
415
  msgstr ""
416
 
417
+ #: admin.inc.php:413
418
  msgid "Maintenance"
419
  msgstr ""
420
 
421
+ #: admin.inc.php:417
422
  msgid ""
423
  "Over time the Daily Top 10 database grows in size, which reduces the "
424
  "performance of the plugin. Cleaning the database at regular intervals could "
425
  "improve performance, especially on high traffic blogs."
426
  msgstr ""
427
 
428
+ #: admin.inc.php:418
429
  msgid ""
430
  "Note: When scheduled maintenance is enabled, WordPress will run the cron job "
431
  "everytime the job is rescheduled (i.e. you change the settings below). This "
432
  "causes the daily posts table to reset."
433
  msgstr ""
434
 
435
+ #: admin.inc.php:421
436
  msgid "Enable scheduled maintenance of daily tables:"
437
  msgstr ""
438
 
439
+ #: admin.inc.php:425
440
  msgid "Time to run maintenance"
441
  msgstr ""
442
 
443
+ #: admin.inc.php:428
444
  msgid "How often should the maintenance be run:"
445
  msgstr ""
446
 
447
+ #: admin.inc.php:432
448
  msgid "Daily"
449
  msgstr ""
450
 
451
+ #: admin.inc.php:436
452
  msgid "Weekly"
453
  msgstr ""
454
 
455
+ #: admin.inc.php:440
456
  msgid "Fortnightly"
457
  msgstr ""
458
 
459
+ #: admin.inc.php:444
460
  msgid "Monthly"
461
  msgstr ""
462
 
463
+ #: admin.inc.php:453
464
  msgid "The cron job has been scheduled. Maintenance will run "
465
  msgstr ""
466
 
467
+ #: admin.inc.php:458
468
  msgid "The cron job is missing. Please resave this page to add the job"
469
  msgstr ""
470
 
471
+ #: admin.inc.php:463
472
  msgid "Maintenance is turned off"
473
  msgstr ""
474
 
475
+ #: admin.inc.php:471
476
  #, fuzzy
477
  msgid "Save Options"
478
  msgstr "Установки плагіна:"
479
 
480
+ #: admin.inc.php:472
481
  #, fuzzy
482
  msgid "Default Options"
483
  msgstr "Установки плагіна:"
484
 
485
+ #: admin.inc.php:472
486
  msgid "Do you want to set options to Default?"
487
  msgstr "Скинути налаштування плагіна?"
488
 
489
+ #: admin.inc.php:476
490
  msgid "Reset count"
491
  msgstr "Скинути статистику"
492
 
493
+ #: admin.inc.php:479
494
  msgid ""
495
  "This cannot be reversed. Make sure that your database has been backed up "
496
  "before proceeding"
498
  "Скидання статистики не може бути обернена. Перед тим, як скидати все, "
499
  "переконайтесь, що у вас є копія вашої бази даних!"
500
 
501
+ #: admin.inc.php:482
502
  #, fuzzy
503
  msgid "Reset Popular Posts"
504
  msgstr "Популярні записи"
505
 
506
+ #: admin.inc.php:482
507
  msgid "Are you sure you want to reset the popular posts?"
508
  msgstr "Ви впевнені, що хочете скинути статистику для Популярних записів?"
509
 
510
+ #: admin.inc.php:483
511
  #, fuzzy
512
  msgid "Reset Daily Popular Posts"
513
  msgstr "Популярні сьогодні записи"
514
 
515
+ #: admin.inc.php:483
516
  msgid "Are you sure you want to reset the daily popular posts?"
517
  msgstr ""
518
  "Ви впевнені, що хочете скинути статистику для Популярних сьогодні записів?"
519
 
520
+ #: admin.inc.php:484
521
  msgid "Clear duplicates"
522
  msgstr ""
523
 
524
+ #: admin.inc.php:484
525
  msgid "This will delete the duplicate entries in the tables. Proceed?"
526
  msgstr "Буде проведено видалення дубльованих запісів з статистики. Продовжити?"
527
 
528
+ #: admin.inc.php:528 admin.inc.php:874 top-10.php:468
529
  msgid "Popular Posts"
530
  msgstr "Популярні записи"
531
 
532
+ #: admin.inc.php:528 admin.inc.php:615
533
  msgid "Daily Popular Posts"
534
  msgstr "Популярні сьогодні записи"
535
 
536
+ #: admin.inc.php:556
537
  msgid "Support the development"
538
  msgstr "Підтримати автора плагіна"
539
 
540
+ #: admin.inc.php:564
541
  msgid "Enter amount in USD: "
542
  msgstr "Скільки ви готові пожертвувати (в USD):"
543
 
544
+ #: admin.inc.php:568
545
  msgid "Send your donation to the author of"
546
  msgstr "Відправте пожертву автору"
547
 
548
+ #: admin.inc.php:574
549
  msgid "Follow us"
550
  msgstr ""
551
 
552
+ #: admin.inc.php:580
553
  #, fuzzy
554
  msgid "Quick Links"
555
  msgstr "Корисні посилання"
556
 
557
+ #: admin.inc.php:582
558
  #, fuzzy
559
  msgid "Top 10 plugin page"
560
  msgstr "Сторінка плагіна"
561
 
562
+ #: admin.inc.php:583
563
  msgid "Other plugins"
564
  msgstr "Інші плагіни автора"
565
 
566
+ #: admin.inc.php:584
567
  msgid "Ajay's blog"
568
  msgstr "Блог Ajay"
569
 
570
+ #: admin.inc.php:585 top-10.php:1062
571
  msgid "Support"
572
  msgstr "Підтримка (англ.)"
573
 
574
+ #: admin.inc.php:589
575
  msgid "Recent developments"
576
  msgstr "Останні розробки"
577
 
578
+ #: admin.inc.php:606 admin.inc.php:609
579
  #, fuzzy
580
  msgid "Top 10 Settings"
581
  msgstr "Налаштування плагіна"
582
 
583
+ #: admin.inc.php:606
584
  msgid "Top 10"
585
  msgstr "Топ 10 записів"
586
 
587
+ #: admin.inc.php:612
588
  #, fuzzy
589
  msgid "Overall Popular Posts"
590
  msgstr "Подивитися всі Популярні записи"
591
 
592
+ #: admin.inc.php:754
593
  msgid "Results"
594
  msgstr "Результати"
595
 
596
+ #: admin.inc.php:756 admin.inc.php:762
597
  msgid "of"
598
  msgstr "з"
599
 
600
+ #: admin.inc.php:760
601
  msgid "Page"
602
  msgstr "Сторінка"
603
 
604
+ #: admin.inc.php:774
605
  msgid "View Daily Popular Posts"
606
  msgstr "Подивитися всі Популярні сьогодні записи"
607
 
608
+ #: admin.inc.php:777 admin.inc.php:790
609
  msgid "Results per-page:"
610
  msgstr "Результатів на сторінку:"
611
 
612
+ #: admin.inc.php:787
613
  msgid "View Overall Popular Posts"
614
  msgstr "Подивитися всі Популярні записи"
615
 
616
+ #: admin.inc.php:816
617
  msgid "Previous"
618
  msgstr "Попередня сторінка"
619
 
620
+ #: admin.inc.php:834
621
  msgid "Next"
622
  msgstr "Наступна сторінка"
623
 
624
+ #: admin.inc.php:875
625
  msgid "Daily Popular"
626
  msgstr "Популярні сьогодні записи"
627
 
628
+ #: admin.inc.php:891
629
  msgid "Total / Today's Views"
630
  msgstr "Всього/Сьогодні"
631
 
632
+ #: top-10.php:467
633
  msgid "Display the posts popular this week"
634
  msgstr ""
635
 
636
+ #: top-10.php:481
637
  msgid "Title"
638
  msgstr ""
639
 
640
+ #: top-10.php:486
641
  msgid "No. of posts"
642
  msgstr ""
643
 
644
+ #: top-10.php:491
645
  msgid "Overall"
646
  msgstr ""
647
 
648
+ #: top-10.php:492
649
  msgid "Custom time period (Enter below)"
650
  msgstr ""
651
 
652
+ #: top-10.php:497
653
  msgid "Range in number of days (applies only to custom option above)"
654
  msgstr ""
655
 
656
+ #: top-10.php:501
657
  #, fuzzy
658
  msgid "Thumbnail options"
659
  msgstr "Установки превью до записів:"
660
 
661
+ #: top-10.php:503
662
  #, fuzzy
663
  msgid "Thumbnails inline, before title"
664
  msgstr "Відображати і превью, і текст"
665
 
666
+ #: top-10.php:504
667
  #, fuzzy
668
  msgid "Thumbnails inline, after title"
669
  msgstr "Відображати і превью, і текст"
670
 
671
+ #: top-10.php:505
672
  #, fuzzy
673
  msgid "Only thumbnails, no text"
674
  msgstr "Показувати тільки превью, без тексту"
675
 
676
+ #: top-10.php:506
677
  #, fuzzy
678
  msgid "No thumbnails, only text."
679
  msgstr "Показувати лише текст, без превью"
680
 
681
+ #: top-10.php:511
682
  #, fuzzy
683
  msgid " Show excerpt?"
684
  msgstr "Показувати текст запису в списку?"
685
 
686
+ #: top-10.php:586
687
  msgid "<h3>Popular Posts</h3>"
688
  msgstr "<h3>Популярні записи</h3>"
689
 
690
+ #: top-10.php:587
691
  msgid "<h3>Daily Popular</h3>"
692
  msgstr "<h3>Популярні сьогодні записи</h3>"
693
 
694
+ #: top-10.php:588
695
  #, fuzzy
696
  msgid "No top posts yet"
697
  msgstr "Скинути статистику найпопулярніших записів"
698
 
699
+ #: top-10.php:1028
700
  msgid "Once Weekly"
701
  msgstr ""
702
 
703
+ #: top-10.php:1029
704
  msgid "Once Fortnightly"
705
  msgstr ""
706
 
707
+ #: top-10.php:1030
708
  msgid "Once Monthly"
709
  msgstr ""
710
 
711
+ #: top-10.php:1050
712
  msgid "Settings"
713
  msgstr "Налаштування плагіна"
714
 
715
+ #: top-10.php:1063
716
  msgid "Donate"
717
  msgstr "Зробити внесок"
718
 
719
+ #, fuzzy
720
+ #~ msgid "Exclude Pages?"
721
+ #~ msgstr "Виключити Категорії:"
722
+
723
+ #~ msgid ""
724
+ #~ "Exclude Pages in display of Popular Posts? Number of views on Pages will "
725
+ #~ "continue to be counted."
726
+ #~ msgstr ""
727
+ #~ "Виключити сторінки зі списку Популярних записів? Кількість переглядів для "
728
+ #~ "сторінок продовжуватиме підраховуватися"
729
+
730
  #~ msgid "Follow @ajaydsouza on Twitter"
731
  #~ msgstr "Йди за @ajaydsouza в Twitter"
732
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: Ajay
4
  Donate link: http://ajaydsouza.com/donate/
5
  Stable tag: trunk
6
  Requires at least: 3.0
7
- Tested up to: 3.6
8
  License: GPLv2 or later
9
 
10
 
@@ -45,14 +45,28 @@ Includes a sidebar widget to display the popular posts. And, all settings can be
45
 
46
  == Upgrade Notice ==
47
 
48
- = 1.9.7 =
49
- * New: Option to toggle using jQuery on to track counts. Potential fix for counters not working.
 
50
 
51
 
52
  == Changelog ==
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  = 1.9.7 =
55
- * New: Option to toggle using jQuery on to track counts. Potential fix for counters not working.
56
 
57
  = 1.9.6 =
58
  * Fixed: Daily count was not updated
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
 
45
 
46
  == Upgrade Notice ==
47
 
48
+ = 1.9.8 =
49
+ New: Custom post support, options to exclude posts by ID, add nofollow attribute to links, open links in new window, change in thumbnail width and height settings.
50
+ Check the Changelog for more information
51
 
52
 
53
  == Changelog ==
54
 
55
+ = 1.9.8 =
56
+ * New: Custom post support. Choose which custom post types to display in the top posts
57
+ * New: More display options. Select which archives you want to display the post count
58
+ * New: Option to open links in new window
59
+ * New: Option to add nofollow attribute to links
60
+ * New: Option to exclude posts by ID in the list of top posts being displayed
61
+ * New: Option to prevent display of the Visit Count on posts by ID
62
+ * New: Option to choose between using CSS styles or HTML attributes for thumbnail width and height. *HTML width and height attributes are default*
63
+ * New: Option to restrict the title to fixed number of characters
64
+ * New: Option to add the date to the list
65
+ * Modified: Numbers are now formatted based on the locale
66
+ * Fixed: Plugin will now create thumbnails from the first image in gallery custom posts
67
+
68
  = 1.9.7 =
69
+ * New: Option to toggle using jQuery ON to track counts. Potential fix for counters not working.
70
 
71
  = 1.9.6 =
72
  * Fixed: Daily count was not updated
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file
top-10.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Top 10
4
- Version: 1.9.7
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
@@ -53,7 +53,7 @@ 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_single() || is_page())) {
57
 
58
  global $tptn_settings;
59
 
@@ -104,21 +104,32 @@ add_action( 'wp_enqueue_scripts', 'tptn_enqueue_scripts' ); // wp_enqueue_script
104
 
105
 
106
  /**
107
- * Filter to add count to content.
108
  *
109
  * @access public
110
  * @param string $content
111
  * @return string
112
  */
113
  function tptn_pc_content($content) {
114
- global $single, $post,$tptn_url,$tptn_path;
115
  global $tptn_settings;
116
- $id = intval($post->ID);
117
 
 
 
 
 
118
  if((is_single())&&($tptn_settings['add_to_content'])) {
119
  return $content.echo_tptn_post_count(0);
120
  } elseif((is_page())&&($tptn_settings['count_on_pages'])) {
121
  return $content.echo_tptn_post_count(0);
 
 
 
 
 
 
 
 
122
  } else {
123
  return $content;
124
  }
@@ -126,6 +137,28 @@ function tptn_pc_content($content) {
126
  add_filter('the_content', 'tptn_pc_content');
127
 
128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  /**
130
  * Function to manually display count.
131
  *
@@ -175,7 +208,7 @@ function get_tptn_post_count($id) {
175
  // Total count per post
176
  if (strpos($count_disp_form, "%totalcount%") !== false) {
177
  $resultscount = $wpdb->get_row("SELECT postnumber, cntaccess FROM ".$table_name." WHERE postnumber = ".$id);
178
- $cntaccess = number_format((($resultscount) ? $resultscount->cntaccess : 1));
179
  $count_disp_form = str_replace("%totalcount%", $cntaccess, $count_disp_form);
180
  }
181
 
@@ -187,14 +220,14 @@ function get_tptn_post_count($id) {
187
  $current_date = date ( 'Y-m-j' , $current_date );
188
 
189
  $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 ");
190
- $cntaccess = number_format((($resultscount) ? $resultscount->sumCount : 1));
191
  $count_disp_form = str_replace("%dailycount%", $cntaccess, $count_disp_form);
192
  }
193
 
194
  // Now process overall count
195
  if (strpos($count_disp_form, "%overallcount%") !== false) {
196
  $resultscount = $wpdb->get_row("SELECT SUM(cntaccess) as sumCount FROM ".$table_name);
197
- $cntaccess = number_format((($resultscount) ? $resultscount->sumCount : 1));
198
  $count_disp_form = str_replace("%overallcount%", $cntaccess, $count_disp_form);
199
  }
200
 
@@ -246,23 +279,40 @@ function tptn_pop_posts( $args ) {
246
  * @param string $daily_range (default: '1')
247
  * @return string Output of posts
248
  */
249
- function get_tptn_pop_posts( $daily = false , $widget = false, $limit = '10', $show_excerpt = false, $post_thumb_op = 'text_only', $daily_range = '1' ) {
250
  global $wpdb, $siteurl, $tableposts, $id;
251
  if ($daily) $table_name = $wpdb->prefix . "top_ten_daily";
252
  else $table_name = $wpdb->prefix . "top_ten";
253
  global $tptn_settings;
254
- $limit = empty($limit) ? $tptn_settings['limit']*5 : $limit*5;
 
 
 
255
  $show_excerpt = empty($show_excerpt) ? $tptn_settings['show_excerpt'] : $show_excerpt;
256
  $post_thumb_op = empty($post_thumb_op) ? $tptn_settings['post_thumb_op'] : $post_thumb_op;
257
  $daily_range = empty($daily_range) ? $tptn_settings['daily_range'] : $daily_range;
258
 
259
  $exclude_categories = explode(',',$tptn_settings['exclude_categories']);
260
 
 
 
 
 
 
 
261
  if (!$daily) {
262
  $sql = "SELECT postnumber, cntaccess as sumCount, ID, post_type, post_status ";
263
  $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
264
- if ($tptn_settings['exclude_pages']) $sql .= "AND post_type = 'post' ";
265
  $sql .= "AND post_status = 'publish' ";
 
 
 
 
 
 
 
 
 
266
  $sql .= "ORDER BY sumCount DESC LIMIT $limit";
267
  } else {
268
  $daily_range = $daily_range - 1;
@@ -272,8 +322,16 @@ function get_tptn_pop_posts( $daily = false , $widget = false, $limit = '10', $s
272
 
273
  $sql = "SELECT postnumber, SUM(cntaccess) as sumCount, dp_date, ID, post_type, post_status ";
274
  $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
275
- if ($tptn_settings['exclude_pages']) $sql .= "AND post_type = 'post' ";
276
  $sql .= "AND post_status = 'publish' AND dp_date >= '$current_date' ";
 
 
 
 
 
 
 
 
 
277
  $sql .= "GROUP BY postnumber ";
278
  $sql .= "ORDER BY sumCount DESC LIMIT $limit";
279
  }
@@ -299,7 +357,9 @@ function get_tptn_pop_posts( $daily = false , $widget = false, $limit = '10', $s
299
  if ($results) {
300
  $output .= $tptn_settings['before_list'];
301
  foreach ($results as $result) {
302
- $categorys = get_the_category($result->postnumber); //Fetch categories of the plugin
 
 
303
  $p_in_c = false; // Variable to check if post exists in a particular category
304
 
305
  foreach ($categorys as $cat) { // Loop to check if post exists in excluded category
@@ -307,26 +367,30 @@ function get_tptn_pop_posts( $daily = false , $widget = false, $limit = '10', $s
307
  if ($p_in_c) break; // End loop if post found in category
308
  }
309
 
310
- $title = trim(stripslashes(get_the_title($result->postnumber)));
 
311
 
312
  if (!$p_in_c) {
313
  $output .= $tptn_settings['before_list_item'];
314
 
315
- $output .= '<a href="'.get_permalink($result->postnumber).'" rel="bookmark" class="tptn_link">'; // Add beginning of link
316
  if ($post_thumb_op=='after') {
317
  $output .= '<span class="tptn_title">' . $title . '</span>'; // Add title if post thumbnail is to be displayed after
318
  }
319
  if ($post_thumb_op=='inline' || $post_thumb_op=='after' || $post_thumb_op=='thumbs_only') {
320
- $output .= tptn_get_the_post_thumbnail('postid='.$result->postnumber.'&thumb_height='.$tptn_settings['thumb_height'].'&thumb_width='.$tptn_settings['thumb_width'].'&thumb_meta='.$tptn_settings['thumb_meta'].'&thumb_default='.$tptn_settings['thumb_default'].'&thumb_default_show='.$tptn_settings['thumb_default_show'].'&thumb_timthumb='.$tptn_settings['thumb_timthumb'].'&scan_images='.$tptn_settings['scan_images'].'&class=tptn_thumb&filter=tptn_postimage');
321
  }
322
  if ($post_thumb_op=='inline' || $post_thumb_op=='text_only') {
323
  $output .= '<span class="tptn_title">' . $title . '</span>'; // Add title when required by settings
324
  }
325
  $output .= '</a>'; // Close the link
 
 
 
326
  if ($show_excerpt) {
327
- $output .= '<span class="tptn_excerpt"> '.tptn_excerpt($result->postnumber,$tptn_settings['excerpt_length']).'</span>';
328
  }
329
- if ($tptn_settings['disp_list_count']) $output .= ' <span class="tptn_list_count">('.number_format($result->sumCount).')</span>';
330
 
331
  $output .= $tptn_settings['after_list_item'];
332
  $counter++;
@@ -524,11 +588,22 @@ function tptn_default_options() {
524
  $blank_output_text = __('No top posts yet',TPTN_LOCAL_NAME);
525
  $thumb_default = $tptn_url.'/default.png';
526
 
 
 
 
 
 
 
 
527
  $tptn_settings = Array (
528
  'show_credit' => false, // Add link to plugin page of my blog in top posts list
529
  'add_to_content' => true, // Add post count to content (only on single posts)
530
- 'exclude_pages' => true, // Exclude Pages
531
  'count_on_pages' => true, // Display on pages
 
 
 
 
 
532
  'track_authors' => false, // Track Authors visits
533
  'track_admins' => true, // Track Admin visits
534
  'pv_in_admin' => true, // Add an extra column on edit posts/pages to display page views?
@@ -546,18 +621,23 @@ function tptn_default_options() {
546
  'after_list' => '</ul>', // After the entire list
547
  'before_list_item' => '<li>', // Before each list item
548
  'after_list_item' => '</li>', // After each list item
549
- 'post_thumb_op' => 'text_only', // Display only text in posts
550
  'thumb_height' => '50', // Max height of thumbnails
551
  'thumb_width' => '50', // Max width of thumbnails
 
552
  'thumb_meta' => 'post-image', // Meta field that is used to store the location of default thumbnail image
553
  'thumb_default' => $thumb_default, // Default thumbnail image
554
  'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
555
  'thumb_timthumb' => true, // Use timthumb
556
  'scan_images' => true, // Scan post for images
557
  'show_excerpt' => false, // Show description in list item
 
558
  'excerpt_length' => '10', // Length of characters
 
559
  'exclude_categories' => '', // Exclude these categories
560
  'exclude_cat_slugs' => '', // Exclude these categories (slugs)
 
 
561
  'custom_CSS' => '', // Custom CSS to style the output
562
  'cron_on' => false, // Run cron daily?
563
  'cron_hour' => '0', // Cron Hour
@@ -566,6 +646,9 @@ function tptn_default_options() {
566
  'activate_daily' => true, // Activate the daily count
567
  'activate_overall' => true, // activate overall count
568
  'cache_fix' => false, // Temporary fix for W3 Total Cache
 
 
 
569
  );
570
  return $tptn_settings;
571
  }
@@ -742,6 +825,7 @@ function tptn_get_the_post_thumbnail($args = array()) {
742
  'thumb_height' => '50', // Max height of thumbnails
743
  'thumb_width' => '50', // Max width of thumbnails
744
  'thumb_meta' => 'post-image', // Meta field that is used to store the location of default thumbnail image
 
745
  'thumb_default' => '', // Default thumbnail image
746
  'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
747
  'thumb_timthumb' => true, // Use timthumb
@@ -760,13 +844,14 @@ function tptn_get_the_post_thumbnail($args = array()) {
760
 
761
  $output = '';
762
  $title = get_the_title($postid);
 
763
 
764
  if (function_exists('has_post_thumbnail') && ( (wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) )!='') || (wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) )!= false) ) ) {
765
  $postimage = wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) );
766
 
767
  if ( ($postimage[1] < $thumb_width) || ($postimage[2] < $thumb_height) ) $postimage = wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) , 'full' );
768
  $postimage = apply_filters( $filter, $postimage[0], $thumb_width, $thumb_height, $thumb_timthumb );
769
- $output .= '<img src="'.$postimage.'" alt="'.$title.'" title="'.$title.'" style="max-width:'.$thumb_width.'px;max-height:'.$thumb_height.'px;" border="0" class="'.$class.'" />';
770
 
771
  } else {
772
  $postimage = get_post_meta($result->ID, $thumb_meta, true); // Check
@@ -775,17 +860,18 @@ function tptn_get_the_post_thumbnail($args = array()) {
775
  // any image there?
776
  if (isset($matches[1][0]) && $matches[1][0]) {
777
  if (((strpos($matches[1][0], parse_url(get_option('home'),PHP_URL_HOST)) !== false) && (strpos($matches[1][0], 'http://') !== false))|| ((strpos($matches[1][0], 'http://') === false))) {
778
- $postimage = $matches[1][0]; // we need the first one only!
779
  }
780
  }
781
  }
 
782
  if (!$postimage) $postimage = get_post_meta($result->ID, '_video_thumbnail', true); // If no other thumbnail set, try to get the custom video thumbnail set by the Video Thumbnails plugin
783
  if ($thumb_default_show && !$postimage) $postimage = $thumb_default; // If no thumb found and settings permit, use default thumb
784
  if ($postimage) {
785
  if ($thumb_timthumb) {
786
- $output .= '<img src="'.$tptn_url.'/timthumb/timthumb.php?src='.urlencode($postimage).'&amp;w='.$thumb_width.'&amp;h='.$thumb_height.'&amp;zc=1&amp;q=75" alt="'.$title.'" title="'.$title.'" style="max-width:'.$thumb_width.'px;max-height:'.$thumb_height.'px;" border="0" class="'.$class.'" />';
787
  } else {
788
- $output .= '<img src="'.$postimage.'" alt="'.$title.'" title="'.$title.'" style="max-width:'.$thumb_width.'px;max-height:'.$thumb_height.'px;" border="0" class="'.$class.'" />';
789
  }
790
  }
791
  }
@@ -793,6 +879,36 @@ function tptn_get_the_post_thumbnail($args = array()) {
793
  return $output;
794
  }
795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
 
797
  /**
798
  * Function to create an excerpt for the post.
@@ -824,6 +940,31 @@ function tptn_excerpt($postid,$excerpt_length){
824
  return $out;
825
  }
826
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
827
  /*********************************************************************
828
  * Cron Functions *
829
  ********************************************************************/
1
  <?php
2
  /*
3
  Plugin Name: Top 10
4
+ Version: 1.9.8
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
53
  global $post, $wpdb, $single,$tptn_url,$tptn_path;
54
  $table_name = $wpdb->prefix . "top_ten";
55
 
56
+ if(is_singular()) {
57
 
58
  global $tptn_settings;
59
 
104
 
105
 
106
  /**
107
+ * Filter to add visited count to content.
108
  *
109
  * @access public
110
  * @param string $content
111
  * @return string
112
  */
113
  function tptn_pc_content($content) {
114
+ global $single, $post;
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'])) {
122
  return $content.echo_tptn_post_count(0);
123
  } elseif((is_page())&&($tptn_settings['count_on_pages'])) {
124
  return $content.echo_tptn_post_count(0);
125
+ } elseif((is_home())&&($tptn_settings['add_to_home'])) {
126
+ return $content.echo_tptn_post_count(0);
127
+ } elseif((is_category())&&($tptn_settings['add_to_category_archives'])) {
128
+ return $content.echo_tptn_post_count(0);
129
+ } elseif((is_tag())&&($tptn_settings['add_to_tag_archives'])) {
130
+ return $content.echo_tptn_post_count(0);
131
+ } elseif( ( (is_tax()) || (is_author()) || (is_date()) ) &&($tptn_settings['add_to_archives'])) {
132
+ return $content.echo_tptn_post_count(0);
133
  } else {
134
  return $content;
135
  }
137
  add_filter('the_content', 'tptn_pc_content');
138
 
139
 
140
+ /**
141
+ * Filter to add related posts to feeds.
142
+ *
143
+ * @access public
144
+ * @param string $content
145
+ * @return string
146
+ */
147
+ function ald_tptn_rss($content) {
148
+ global $post;
149
+ global $tptn_settings;
150
+ $id = intval($post->ID);
151
+
152
+ if($tptn_settings['add_to_feed']) {
153
+ return $content.'<div class="tptn_counter" id="tptn_counter_'.$id.'">'.get_tptn_post_count($id).'</div>';
154
+ } else {
155
+ return $content;
156
+ }
157
+ }
158
+ add_filter('the_excerpt_rss', 'ald_tptn_rss');
159
+ add_filter('the_content_feed', 'ald_tptn_rss');
160
+
161
+
162
  /**
163
  * Function to manually display count.
164
  *
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
 
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
 
279
  * @param string $daily_range (default: '1')
280
  * @return string Output of posts
281
  */
282
+ function get_tptn_pop_posts( $daily = false , $widget = false, $limit = false, $show_excerpt = false, $post_thumb_op = false, $daily_range = false, $strict_limit = false ) {
283
  global $wpdb, $siteurl, $tableposts, $id;
284
  if ($daily) $table_name = $wpdb->prefix . "top_ten_daily";
285
  else $table_name = $wpdb->prefix . "top_ten";
286
  global $tptn_settings;
287
+
288
+ if (empty($limit)) $limit = stripslashes($tptn_settings['limit']);
289
+ $limit = ($strict_limit) ? $limit : ($limit*3);
290
+
291
  $show_excerpt = empty($show_excerpt) ? $tptn_settings['show_excerpt'] : $show_excerpt;
292
  $post_thumb_op = empty($post_thumb_op) ? $tptn_settings['post_thumb_op'] : $post_thumb_op;
293
  $daily_range = empty($daily_range) ? $tptn_settings['daily_range'] : $daily_range;
294
 
295
  $exclude_categories = explode(',',$tptn_settings['exclude_categories']);
296
 
297
+ $target_attribute = (($tptn_settings['link_new_window']) ? ' target="_blank" ' : ' ' );
298
+ $rel_attribute = (($tptn_settings['link_nofollow']) ? ' nofollow' : '' );
299
+ $show_date = $tptn_settings['show_date'];
300
+
301
+ parse_str($tptn_settings['post_types'],$post_types); // Save post types in $post_types variable
302
+
303
  if (!$daily) {
304
  $sql = "SELECT postnumber, cntaccess as sumCount, ID, post_type, post_status ";
305
  $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
 
306
  $sql .= "AND post_status = 'publish' ";
307
+ if ($tptn_settings['exclude_post_ids']!='') $sql .= "AND ID NOT IN (".$tptn_settings['exclude_post_ids'].") ";
308
+ $sql .= "AND ( ";
309
+ $multiple = false;
310
+ foreach ($post_types as $post_type) {
311
+ if ( $multiple ) $sql .= ' OR ';
312
+ $sql .= " post_type = '".$post_type."' ";
313
+ $multiple = true;
314
+ }
315
+ $sql .=" ) ";
316
  $sql .= "ORDER BY sumCount DESC LIMIT $limit";
317
  } else {
318
  $daily_range = $daily_range - 1;
322
 
323
  $sql = "SELECT postnumber, SUM(cntaccess) as sumCount, dp_date, ID, post_type, post_status ";
324
  $sql .= "FROM $table_name INNER JOIN ". $wpdb->posts ." ON postnumber=ID " ;
 
325
  $sql .= "AND post_status = 'publish' AND dp_date >= '$current_date' ";
326
+ if ($tptn_settings['exclude_post_ids']!='') $sql .= "AND ID NOT IN (".$tptn_settings['exclude_post_ids'].") ";
327
+ $sql .= "AND ( ";
328
+ $multiple = false;
329
+ foreach ($post_types as $post_type) {
330
+ if ( $multiple ) $sql .= ' OR ';
331
+ $sql .= " post_type = '".$post_type."' ";
332
+ $multiple = true;
333
+ }
334
+ $sql .=" ) ";
335
  $sql .= "GROUP BY postnumber ";
336
  $sql .= "ORDER BY sumCount DESC LIMIT $limit";
337
  }
357
  if ($results) {
358
  $output .= $tptn_settings['before_list'];
359
  foreach ($results as $result) {
360
+ $sumcount = $result->sumCount;
361
+ $result = get_post($result->ID); // Let's get the Post using the ID
362
+ $categorys = get_the_category($result->ID); //Fetch categories of the plugin
363
  $p_in_c = false; // Variable to check if post exists in a particular category
364
 
365
  foreach ($categorys as $cat) { // Loop to check if post exists in excluded category
367
  if ($p_in_c) break; // End loop if post found in category
368
  }
369
 
370
+ //$title = trim(stripslashes(get_the_title($result->ID)));
371
+ $title = tptn_max_formatted_content(get_the_title($result->ID),$tptn_settings['title_length']);
372
 
373
  if (!$p_in_c) {
374
  $output .= $tptn_settings['before_list_item'];
375
 
376
+ $output .= '<a href="'.get_permalink($result->ID).'" rel="bookmark'.$rel_attribute.'" '.$target_attribute.'class="tptn_link">'; // Add beginning of link
377
  if ($post_thumb_op=='after') {
378
  $output .= '<span class="tptn_title">' . $title . '</span>'; // Add title if post thumbnail is to be displayed after
379
  }
380
  if ($post_thumb_op=='inline' || $post_thumb_op=='after' || $post_thumb_op=='thumbs_only') {
381
+ $output .= tptn_get_the_post_thumbnail('postid='.$result->ID.'&thumb_height='.$tptn_settings['thumb_height'].'&thumb_width='.$tptn_settings['thumb_width'].'&thumb_meta='.$tptn_settings['thumb_meta'].'&thumb_html='.$tptn_settings['thumb_html'].'&thumb_default='.$tptn_settings['thumb_default'].'&thumb_default_show='.$tptn_settings['thumb_default_show'].'&thumb_timthumb='.$tptn_settings['thumb_timthumb'].'&scan_images='.$tptn_settings['scan_images'].'&class=tptn_thumb&filter=tptn_postimage');
382
  }
383
  if ($post_thumb_op=='inline' || $post_thumb_op=='text_only') {
384
  $output .= '<span class="tptn_title">' . $title . '</span>'; // Add title when required by settings
385
  }
386
  $output .= '</a>'; // Close the link
387
+ if ($show_date) {
388
+ $output .= '<span class="tptn_date"> '.mysql2date(get_option('date_format','d/m/y'), $result->post_date).'</span> ';
389
+ }
390
  if ($show_excerpt) {
391
+ $output .= '<span class="tptn_excerpt"> '.tptn_excerpt($result->ID,$tptn_settings['excerpt_length']).'</span>';
392
  }
393
+ if ($tptn_settings['disp_list_count']) $output .= ' <span class="tptn_list_count">('.number_format_i18n($sumcount).')</span>';
394
 
395
  $output .= $tptn_settings['after_list_item'];
396
  $counter++;
588
  $blank_output_text = __('No top posts yet',TPTN_LOCAL_NAME);
589
  $thumb_default = $tptn_url.'/default.png';
590
 
591
+ // get relevant post types
592
+ $args = array (
593
+ 'public' => true,
594
+ '_builtin' => true
595
+ );
596
+ $post_types = http_build_query(get_post_types($args), '', '&');
597
+
598
  $tptn_settings = Array (
599
  'show_credit' => false, // Add link to plugin page of my blog in top posts list
600
  'add_to_content' => true, // Add post count to content (only on single posts)
 
601
  'count_on_pages' => true, // Display on pages
602
+ 'add_to_feed' => true, // Add related posts to feed (full)
603
+ 'add_to_home' => false, // Add related posts to home page
604
+ 'add_to_category_archives' => false, // Add related posts to category archives
605
+ 'add_to_tag_archives' => false, // Add related posts to tag archives
606
+ 'add_to_archives' => false, // Add related posts to other archives
607
  'track_authors' => false, // Track Authors visits
608
  'track_admins' => true, // Track Admin visits
609
  'pv_in_admin' => true, // Add an extra column on edit posts/pages to display page views?
621
  'after_list' => '</ul>', // After the entire list
622
  'before_list_item' => '<li>', // Before each list item
623
  'after_list_item' => '</li>', // After each list item
624
+ 'post_thumb_op' => 'inline', // Display only text in posts
625
  'thumb_height' => '50', // Max height of thumbnails
626
  'thumb_width' => '50', // Max width of thumbnails
627
+ 'thumb_html' => 'html', // Use HTML or CSS for width and height of the thumbnail?
628
  'thumb_meta' => 'post-image', // Meta field that is used to store the location of default thumbnail image
629
  'thumb_default' => $thumb_default, // Default thumbnail image
630
  'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
631
  'thumb_timthumb' => true, // Use timthumb
632
  'scan_images' => true, // Scan post for images
633
  'show_excerpt' => false, // Show description in list item
634
+ 'show_date' => false, // Show date in list item
635
  'excerpt_length' => '10', // Length of characters
636
+ 'title_length' => '60', // Limit length of post title
637
  'exclude_categories' => '', // Exclude these categories
638
  'exclude_cat_slugs' => '', // Exclude these categories (slugs)
639
+ 'exclude_post_ids' => '', // Comma separated list of page / post IDs that are to be excluded in the results
640
+ 'exclude_on_post_ids' => '', // Comma separate list of page/post IDs to not display related posts on
641
  'custom_CSS' => '', // Custom CSS to style the output
642
  'cron_on' => false, // Run cron daily?
643
  'cron_hour' => '0', // Cron Hour
646
  'activate_daily' => true, // Activate the daily count
647
  'activate_overall' => true, // activate overall count
648
  'cache_fix' => false, // Temporary fix for W3 Total Cache
649
+ 'post_types' => $post_types, // WordPress custom post types
650
+ 'link_new_window' => false, // Open link in new window - Includes target="_blank" to links
651
+ 'link_nofollow' => false, // Includes rel="nofollow" to links
652
  );
653
  return $tptn_settings;
654
  }
825
  'thumb_height' => '50', // Max height of thumbnails
826
  'thumb_width' => '50', // Max width of thumbnails
827
  'thumb_meta' => 'post-image', // Meta field that is used to store the location of default thumbnail image
828
+ 'thumb_html' => 'html', // HTML / CSS for width and height attributes
829
  'thumb_default' => '', // Default thumbnail image
830
  'thumb_default_show' => true, // Show default thumb if none found (if false, don't show thumb at all)
831
  'thumb_timthumb' => true, // Use timthumb
844
 
845
  $output = '';
846
  $title = get_the_title($postid);
847
+ $thumb_html = ($thumb_html=='css') ? 'style="max-width:'.$thumb_width.'px;max-height:'.$thumb_height.'px;"' : 'width="'.$thumb_width.'" height="'.$thumb_height.'"';
848
 
849
  if (function_exists('has_post_thumbnail') && ( (wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) )!='') || (wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) )!= false) ) ) {
850
  $postimage = wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) );
851
 
852
  if ( ($postimage[1] < $thumb_width) || ($postimage[2] < $thumb_height) ) $postimage = wp_get_attachment_image_src( get_post_thumbnail_id($result->ID) , 'full' );
853
  $postimage = apply_filters( $filter, $postimage[0], $thumb_width, $thumb_height, $thumb_timthumb );
854
+ $output .= '<img src="'.$postimage.'" alt="'.$title.'" title="'.$title.'" '.$thumb_html.' border="0" class="'.$class.'" />';
855
 
856
  } else {
857
  $postimage = get_post_meta($result->ID, $thumb_meta, true); // Check
860
  // any image there?
861
  if (isset($matches[1][0]) && $matches[1][0]) {
862
  if (((strpos($matches[1][0], parse_url(get_option('home'),PHP_URL_HOST)) !== false) && (strpos($matches[1][0], 'http://') !== false))|| ((strpos($matches[1][0], 'http://') === false))) {
863
+ $postimage = preg_replace('/\?.*/', '', $matches[1][0]); // we need the first one only!
864
  }
865
  }
866
  }
867
+ if (!$postimage) $postimage = tptn_get_first_image($result->ID); // Get the first image
868
  if (!$postimage) $postimage = get_post_meta($result->ID, '_video_thumbnail', true); // If no other thumbnail set, try to get the custom video thumbnail set by the Video Thumbnails plugin
869
  if ($thumb_default_show && !$postimage) $postimage = $thumb_default; // If no thumb found and settings permit, use default thumb
870
  if ($postimage) {
871
  if ($thumb_timthumb) {
872
+ $output .= '<img src="'.$tptn_url.'/timthumb/timthumb.php?src='.urlencode($postimage).'&amp;w='.$thumb_width.'&amp;h='.$thumb_height.'&amp;zc=1&amp;q=75" alt="'.$title.'" title="'.$title.'" '.$thumb_html.' border="0" class="'.$class.'" />';
873
  } else {
874
+ $output .= '<img src="'.$postimage.'" alt="'.$title.'" title="'.$title.'" '.$thumb_html.' border="0" class="'.$class.'" />';
875
  }
876
  }
877
  }
879
  return $output;
880
  }
881
 
882
+ /**
883
+ * Get the first image in the post.
884
+ *
885
+ * @access public
886
+ * @param mixed $postID Post ID
887
+ * @return string
888
+ */
889
+ function tptn_get_first_image( $postID ) {
890
+ $args = array(
891
+ 'numberposts' => 1,
892
+ 'order' => 'ASC',
893
+ 'post_mime_type' => 'image',
894
+ 'post_parent' => $postID,
895
+ 'post_status' => null,
896
+ 'post_type' => 'attachment',
897
+ );
898
+
899
+ $attachments = get_children( $args );
900
+
901
+ if ( $attachments ) {
902
+ foreach ( $attachments as $attachment ) {
903
+ $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'thumbnail' ) ? wp_get_attachment_image_src( $attachment->ID, 'thumbnail' ) : wp_get_attachment_image_src( $attachment->ID, 'full' );
904
+
905
+ return $image_attributes[0];
906
+ }
907
+ } else {
908
+ return false;
909
+ }
910
+ }
911
+
912
 
913
  /**
914
  * Function to create an excerpt for the post.
940
  return $out;
941
  }
942
 
943
+ /**
944
+ * Function to limit content by characters.
945
+ *
946
+ * @access public
947
+ * @param string $content Content to be used to make an excerpt
948
+ * @param int $MaxLength (default: -1) Maximum length of excerpt in characters
949
+ * @return string Formatted content
950
+ */
951
+ function tptn_max_formatted_content($content, $MaxLength = -1) {
952
+ $content = strip_tags($content); // Remove CRLFs, leaving space in their wake
953
+
954
+ if (($MaxLength > 0) && (strlen($content) > $MaxLength)) {
955
+ $aWords = preg_split("/[\s]+/", substr($content, 0, $MaxLength));
956
+
957
+ // Break back down into a string of words, but drop the last one if it's chopped off
958
+ if (substr($content, $MaxLength, 1) == " ") {
959
+ $content = implode(" ", $aWords);
960
+ } else {
961
+ $content = implode(" ", array_slice($aWords, 0, -1)).'&hellip;';
962
+ }
963
+ }
964
+
965
+ return $content;
966
+ }
967
+
968
  /*********************************************************************
969
  * Cron Functions *
970
  ********************************************************************/